#product{
	background: url(../img/pro_bg.jpg) no-repeat left top;
	padding-top:1.1rem ;
	background-size:100% 100%;
}
#product ul{
	position: relative;
}
#product .list{
	width:70%;
	padding: 0 15%;
	margin-bottom: 0.2rem;
}
#product .list ._img{
	background: url(../img/pro_bg.png) no-repeat left top;
	background-size: 100% 100%;
	width:96%;
	height:2.8rem;
	padding:2%;
	margin-bottom: 0.1rem;
}
#product .list ._img img{
	width: 100%;
	max-height: 100%;
}
#product .pro_btn{
	height:0.6rem;
	background:url(../img/nav_li_tit.png) no-repeat 0 0;
	background-size: 100% 100%;
	line-height: 0.6rem;
	font-size: 0.26rem;
	color: #FAFD08;
	font-family:hanyixue;
	padding-left:0.6rem;
	position: relative;
}
#product .pro_btn img{
	position: absolute;
	right:0.4rem;
	top:8%;
	height:84%;
}

#product ._title{
	width: 90%;
	margin: 0 5%;
}
#product ._title img{
	width: 100%;
}

/*企业简介*/
#jian img{
	width: 100%;
	display: block;
}

/*产品视频*/
#_video{
	background: url(../img/video_bg.jpg) no-repeat 0 0;
	background-size: 100% auto;
}
#_video h2{
	padding:0 0.6rem;
}
#_video h2 img{
	width: 100%;
}
#_video ul{
	background: #2e2d32;
	padding-top: 0.5rem;
}
#_video ul li{
	width:86%;
	float: left;
	padding:0 7%;
	margin-bottom: 0.3rem;
}
#_video ul li .box{
	position: relative;
	margin-bottom: 0.2rem;
}
#_video ul li .cover{
	width: 100%;
	background: rgba(0,0,0,.5);
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	z-index: 1;

}
#_video ul li .cover img{
	width:0.6rem;
	height:0.6rem;
	display: block;
}
#_video ul li img{
	display: block;
	width: 100%;
}
#_video ul li .btn{
	background: url(../img/con_tit_bg.png) no-repeat 0 0;
	background-size: 100% 100%;
	width: 100%;
	height:0.7rem;
	font-size: 0.26rem;
	line-height: 0.7rem;
	text-align: center;
	font-family: hanyixue;
	color: #000;
}
.body.tac img{
	display: block;
}
/*联系方式*/
#contact{
	background: url(../img/contact.jpg) no-repeat 0 0;
	background-size: 100% 100%;
	height:4rem;
	position: relative;
	margin-top:-1rem;
	margin-bottom:1rem;
}
#contact ._con{
	width: 100%;
	height: 1.5rem;
}
#contact ._con p{
	font-size:0.12rem;
	line-height: 0.28rem;
	color: #fff;
	margin-left: 1.5rem;
	position: relative;
	padding-left: 0.3rem;
	height: 0.28rem;
}
#contact ._con p img{
	position: absolute;
	left:0;
	top:0;
	bottom: 0;
	margin: auto;
	width:0.2rem;
}


/*视频播放*/
#pro_video{
	min-height: 6rem;
	padding-top:1rem;
	position: relative;
}
#pro_video .box{
	/*width:80%;
	padding-top: 0.8rem;*/
}
#pro_video .box iframe{
	width: 100%;
	height: 100%;
}
















