.caseDiv{
	width: 100%;
	margin-bottom: 50px;
}
.caseVideoList{
	width: 100%;
	min-height: 380px;
}

.vadeoul{
	width: 100%;
	padding-left: 2%;
	display: inline-block;
}

.videoList{
	width: 23%;
	color: wheat;
	height: 250px;
	border: 1px #e4e2e2 solid;
	float: left;
	margin-right: 1%;
	margin-top: 30px;
	position: relative;
	cursor: pointer;
	display: block;
	background-color: white;
	-moz-transition: box-shadow 0.3s ease 0s, background-color 0.3s ease 0s;
	-webkit-transition: box-shadow 0.3s ease 0s, background-color 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s, background-color 0.3s ease 0s;
}

.videoList:hover{
	box-shadow: 1px 1px 9px 2px #d0c4c4;
	background-color: #f1f1f1;
	color: white;
}

.videoList:hover .videoListpic .imgzhezhao{
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}

.videoList:hover .videoListpic .videolistimg{
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}

.videoList:hover .share_video{
	opacity:1;
}


.share_video{
	opacity:0;
	position: fixed;
	z-index: 10;
	right: 10px;
	top: 5px;
	-webkit-transition: opacity 0.1s ease-in 0.2s;
	-moz-transition: opacity 0.1s ease-in 0.2s;
	-o-transition: opacity 0.1s ease-in 0.2s;
	-ms-transition: opacity 0.1s ease-in 0.2s;
	transition: opacity 0.1s ease-in 0.2s;
}

.imgzhezhao{
	position: absolute;
	top: 0;
	left: 1%;
	width: 98%;
	height: 61%;
	padding-top: 19%;
	overflow: hidden;
	background-color: rgba(76, 72, 72, 0.5);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in 0.4s;
	-moz-transition: all 0.3s ease-in 0.4s;
	-o-transition: all 0.3s ease-in 0.4s;
	-ms-transition: all 0.3s ease-in 0.4s;
	transition: all 0.3s ease-in 0.4s;
}

.imgzhezhao h3{
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	background: transparent;
	margin: 20px 40px 0px 40px;
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-o-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}

.title_span{
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-o-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
	color: white;
	-webkit-transition: all 0.3s ease-in-out 0.2s;
	-moz-transition: all 0.3s ease-in-out 0.2s;
	-o-transition: all 0.3s ease-in-out 0.2s;
	-ms-transition: all 0.3s ease-in-out 0.2s;
	transition: all 0.3s ease-in-out 0.2s;
}

.videoList:hover .imgzhezhao h3{
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.videoList:hover .imgzhezhao .title_span{
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.imgzhezhao i{
	color: rgba(0, 0, 0, 0.48);
}
.videolistimg{
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out 0.5s;
	-moz-transition: all 0.4s ease-in-out 0.5s;
	-o-transition: all 0.4s ease-in-out 0.5s;
	-ms-transition: all 0.4s ease-in-out 0.5s;
	transition: all 0.4s ease-in-out 0.5s;
}

.playicon i{
	color: #838383;
}

.videoListpic{
	width: 98%;
	margin-left: 1%;
	height: 80%;
	overflow: hidden;
}

.videoListtext{
	line-height: 50px;
	color: #776d6d;
}

.ver_phone_v_div label{
	display: block;
	width: 91%;
	text-align: left;
	padding-left: 4%;
	margin-top: 5px;
	height: 30px;
}

.ver_phone_v_div div{
	display: block;
	width: 91%;
	text-align: left;
	padding-left: 4%;
	margin-top: 5px;
	height: 30px;
}

.vercode_img{
	width: 100%;
	height: 28px;
}

.ver_phone_v_div label figure{
	display: block;
	width: 25%;
	float: right;
	height: 30px;
	cursor: pointer;
}

figcaption{
	width: 100%;
	font-size: 12px;
}

.ver_phone_v_div label span{
	width: 36%;
	display: block;
	float: left;
}

.ver_phone_v_div label input{
	width: 61%;
	border: 1px #5ac9b9 solid;
	height: 25px;
	padding-left: 5px;
	border-radius: 5px;
}
.ver_phone_v_div div button{
	height: 25px;
	width: 35%;
	background: #deb88780;
	border-radius: 5px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	-moz-transition: background-color 0.2s ease 0s,color 0.2s ease 0s;
	-webkit-transition: background-color 0.2s ease 0s,color 0.2s ease 0s;
	-o-transition: background-color 0.2s ease 0s,color 0.2s ease 0s;
}
.ver_phone_v_div div button:hover{
	background: #cccabfcc;
}

.ver_phone_v_div{
	padding-top: 15px;
	width:360px;
}

.hide{
	display: none;
}

#morevideo{
	height: 40px;
	width: 200px;
	border-radius: 10px;
	background-color: rgba(161, 161, 161, 0.68);
	color: white;
	margin-top: 10px;
	cursor: pointer;
	display: none;
	outline:none;
	-moz-transition: background-color 0.2s ease 0s,color 0.2s ease 0s;
	-webkit-transition: background-color 0.2s ease 0s,color 0.2s ease 0s;
	-o-transition: background-color 0.2s ease 0s,color 0.2s ease 0s;
}

#morevideo:hover{
	background-color: rgba(77, 88, 99, 0.68);
	color: #f9c99a;
}

.video_type{
	display: inline-block;
	width: 80%;
	float: left;
	margin-left: 3%;
	margin-top: 10px;
}

.video_type_item{
	width: 12%;
	float: left;
	background-color: #cacaca;
	margin-left: 20px;
	border-radius: 10px;
	color: white;
	cursor: pointer;
}

.video_type_item:hover{
	background-color: #969696;
}

.video_type_item_select{
	background-color: cadetblue;
}