

.foot .bot{
	width: 100%;
	overflow: hidden;
	background-size:1200px;
}


.foot .bot .bot1{
	font-size: 14px;
	padding: 0px 0;
	margin:0;
	margin-top:5px;
}

.foot .bot .bot1 .bt{
	width: 280px;
	padding: 0 0px;
	float: left;
}
.foot .bot .bot1 .bt h4{
	height: 25px;
	font: normal 16px/25px "Microsoft YaHei";
	padding-bottom: 20px;
}
.foot .bot .bot1 .bt1 p{
	padding-bottom: 20px;
}
.foot .bot .bot1 .bt1 p:last-child{
	padding: 0;
}



.foot .bot .bt3 div{
	width: 270px;
	height: 190px;
	overflow: hidden;
	position: relative;
	margin:0;
	padding:0;
}

.foot .bot .bt3 div .playbtn{
	width: 68px;
	height: 68px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(/sp/playbtn.png) no-repeat center center;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	z-index: 2;
	cursor: pointer;
	border-radius: 100%;
}

.foot .bot .bt3 div .playbtn:hover{
	background-color: rgba(0,0,0,0.5);
}


.videoPlay{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 9999;
}

.videoPlay .video{
	width: 800px;
	overflow: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	background: #ddd;
	z-index: 11;
}
.videoPlay .video .close{
	display: block;
	width: 20px;
	height: 20px;
	font-size: 20px;
	position: absolute;
	right: 15px;
	top: 5px;
	cursor: pointer;
	z-index: 12;
}

