@charset "utf-8";
/* CSS Document */


/*banner*/
.banner{ width:1200px;
		 height:540px; 
		 margin: 0 auto;
		 overflow:hidden; 
		 position:relative;
		 background: #f5c736;}
.banner ul li{ position:absolute; 
			   top:0; left:50%; 
			   margin-left:-600px}
.banner ul li a img{
	width: 100%;
	height: 540px;
}
.prev{ opacity:0.6; position:absolute; width:57px; height:57px; background:url(../images/index/banner_btn_l.png); top:50%; margin-top:-33px; left:30px}
.next{ opacity:0.6; position:absolute; width:57px; height:57px; background:url(../images/index/banner_btn_r.png); top:50%; margin-top:-33px; right:30px}
.banner_btn{ width:auto;
			 height:16px; 
			 position:absolute; 
			 bottom:25px; 
			 left:50%; 
			 margin-left:-46px}
.banner_btn span{ display:block;
				  width:12px; 
				  height:12px; 
				  background:none; 
				  margin-right:30px; 
				  float:left; 
				  cursor:pointer;
				  opacity:0.7;
				  border-radius:50%;
				  border:#fff 2px solid}
.banner_btn span:hover,.banner_btn span.on{ background:#fff}



.title_m{
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 100px;
}
.brand{
	width: 1090px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 38px;
	color: #fff;
}

/*news*/
.news{
	width: 1200px;
	height: 300px;
}
.news_list{
	width: 550px;
	height: 150px;
	margin: 0 20px 20px 0;
	padding-left: 30px;
	border-radius: 5px;
	background: #fff;
	float: left;
}
.news_list a{
	width: 100%;
	height: 100%;
	display: block;
}
.news_list h4{
	font-size: 18px;
	line-height: 18px;
	padding-top: 35px;
	font-weight: normal;
	color: #666;
}
.news_list p{
	font-size: 14px;
	line-height: 14px;
	color: #999;
	margin: 15px 0 15px;
}
.news_list_pic{
	width: 180px;
	height: 120px;
	float: left;
	margin: 16px 30px 0 0;
	border-radius: 5px;
	overflow: hidden;
}
.news_list_pic img{
	width: 100%;
	height: 100%;
}


/*product*/
.product{
	width: 1200px;
	height: 780px;
}
.product ul li a{
	float: left;
	border: #f2f2f2 solid 1px;
	width: 298px;
	height: 388px;
	background: #fff;
	font-size: 16px;
}
.product ul li a p{
	text-align: center;
	line-height: 56px;
}
#video{
	width: 598px;
	height: 388px;
	background: url(../images/index/pic.jpg);
}
#video:hover{
	background: url(../images/index/pic_on.jpg);
}
.product ul li a:hover p{
	color: #f5c736
}

/*video*/
.video_box{ width:950px;
		height:600px;
		background:#000;
		position:fixed;
		top:50%;
		margin-top:-300px;
		left:50%;
		margin-left:-475px;
		z-index:999;
		display:none;}
.video_box iframe{ width:850px;
			  height:560px;
			  margin-left:50px;
			  margin-top:14px;}
.close{ width:40px;
		height:40px;
		float:right;
		font-size:36px;
		color:#fff;}
		
.project{ width:415px;
		  height:236px;
		  float:left;}


/*shop*/
.shop{
	width: 1206px;
	height: 335px;
}
.shop ul li a{
	width: 294px;
	height: 310px;
	float: left;
	background: #fff;
	margin-left: 7px;
	color: #666;
	position: relative;
}
.news_p{
	width: 294px;
	height: 196px;
	overflow: hidden;
	float: left;
}
.news_p img{
	width: 294px;
}

.shop ul li a h3{
	width:235px;
	margin: 212px 0 7px 24px;
	line-height: 24px;
	font-weight: normal;
	font-size: 16px;
}
.shop ul li a p{
	margin-top: 5px;
	margin-left: 24px;
	color: #999;
	font-size: 12px;
}
.shop ul li a span{
	width: 19px;
	height: 19px;
	position: absolute;
	right: 20px;
	bottom: 50px;
	background: url(../images/icon01.jpg);
}
.shop ul li a:hover h3{
	color: #f5c736;
}
.shop ul li a:hover p{
	color: #f5c736;
}
.shop ul li a:hover span{
	background: url(../images/icon02.jpg);
}

.banner_pic{
	width: 100%;
	height: 260px;
	position: relative;
	overflow:hidden; 
	margin-top: 25px;
	margin-bottom: 50px;
	background: #f5c736;
}
.banner_pic img{
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
}

.map_box{
	width: 1200px;
	height: 440px;
	margin: 0 auto;
}
.map_r{
	float: left;
	margin: 60px 0 0 105px;
}
.map_r p{
	color: #fff;
	margin-top: 20px;
}
.map_r h4{
	font-size: 50px;
	color: #f5c736;
	margin-bottom: 10px;
	font-weight: normal;
}
























