/* banner */
/* 本例子css */
		.slideBox{ width:100%; height:420px; overflow:hidden; position:relative;   }
		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:2px;  width:30px; height:5px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#713800; color:#fff; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:100%; height:420px; display:block;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox .prev,
		.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; filter:alpha(opacity=50);opacity:0.5;   }
		.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ display:none;  }
		
		

/* banner */

/*nav*/


.banner_img {
		    width: 100%;
		    height: 420px;
		    position: relative;
		    background-size: cover !important;}

.bt{
	text-align: center;
}
.news_bj{
	width: 1200px;
	height: 51px;
	margin-top: 10px;
	background: url(../images/news_bj.png) no-repeat center;
}
.list{
	margin-top: 30px;
}
.list li{
	line-height: 34px;
	padding-left: 40px;
	background: url(../images/dain.png)left center no-repeat;
}
.list li a{
	color: #323232; 
	font-size: 16px;
	width: 880px;
	height: 34px;
	overflow: hidden;
}
.list span{
	float: right;
	font-size: 12px;
}
.more{
	background: url(../images/more.png)left center no-repeat;
	padding-left: 20px;
	font-size: 12px;
}
.box2{
	margin-top: 30px;
}
.bulleti_bj{
	width: 1200px;
	height: 51px;
	margin-top: 10px;
	background: url(../images/bulleti_bj.png) no-repeat center;
}
.box3{
	margin-top: 30px;
	background-color: #faf9f9;
	padding-top: 30px;
	padding-bottom: 30px;
}
.visit{
	width: 1200px;
	height: 59px;
	background: url(../images/visit_bj.png)no-repeat center;
}
.visit p{
	float: left;
	margin-left: 60px;
	padding-top: 10px;
}
.box3 ul{
	display: table;
	width: 1018px;
	height: 84px;
	margin-top: 30px;
}
.box3 ul li{
	float: left;
	width: 500px;
	height: 42px;
	font-size: 14px;
	color: #333333;
	line-height: 42px;
}
.box4{
	height: 200px;
	background-color: #d7d7d7;
	padding-top: 30px;
	
}
.link{
	width: 1200px;
	height: 59px;
	background: url(../images/link_bj.png)no-repeat center;
}
.link p{
	float: left;
	margin-left: 60px;
	padding-top: 10px;
}
.selbox{
	display: flex;
	justify-content: space-between;
}
.sel{
	width: 240px;
	height: 36px;
	border: 2px solid #713800;
	background-color: #d7d7d7;
	padding-left: 10px;
	margin-top: 35px;
}