.slideBox{
	width: 100%;
	height: 400px;
	position: relative;
}
.slideBox .hd{
	height: 10px;
	position: absolute;
	bottom: 5px;
	z-index: 99;
	width: 100%;
}
.slideBox .hd ul{
	text-align: center;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
}
.slideBox .hd ul li{
	float: left;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
}
.slideBox .hd ul li.on{
	background: #1c7045;
	color: #fff;
}
.slideBox .bd{
	height: 400px;
	width: 100%;
}
.slideBox .bd ul {
	height: 400px;
	width: 100%;
	position: relative;
}
.slideBox .bd li{
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
/*.slideBox .bd img{ width:1920px; height:400px; display:block;  }*/

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{
	position: absolute;
	left: 3%;
	top: 50%;
	display: block;
	width: 32px;
	height: 40px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 99;
}
.slideBox .next{
	left: auto;
	right: 3%;
}
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{
	display: none;
}
.slideBox .nextStop{
	display: none;
}

#h_banner {
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
	float: left;
}
#h_banner .pic{
	width: 100%;
	background-position: center;
	height: 400px;
	position: absolute;
	z-index: 2;
}
#h_banner .info {
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	z-index: 3;
	position: relative;
}
#h_banner .title {
	font-size: 55px;
	line-height: 55px;
	color: #FFF;
	float: left;
	width: 100%;
	padding-top: 200px;
	padding-left: 30px;
}

#h_banner .line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	float: left;
	width: auto;
	padding-bottom: 25px;
}

#h_banner .resume {
	width: 100%;
	padding-top: 25px;
	color: #FFF;
	font-size: 24px;
	line-height: 24px;
	float: left;
	padding-left: 30px;
}
#h_banner .block {
	background-color:rgb(255,255,255,0.5);
	height: 50px;
	width: 100%;
	position: absolute;
	z-index: 5;
	top: 750px;
}
#h_news {
	float: left;
	width: 500px;
	margin-left: 20px;
	font-size: 14px;
}
#h_news .hots {
	float: left;
	width: 485px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
}
#h_news .hots .pic {
	float: left;
	height: 150px;
	width: 200px;
}
#h_news .hots .title {
	float: left;
	margin-left: 15px;
	width: 270px;
	line-height: 28px;
}
#h_news .hots .resume {
	float: left;
	margin-left: 15px;
	width: 270px;
	line-height: 28px;
	color: #646464;
	margin-top: 10px;
}
#h_news .hots .more {
	text-align: right;
	float: right;
	width: 270px;
	line-height: 28px;
}
#h_news .list {
	float: left;
	width: 465px;
	margin-right: 15px;
}
#h_news .list ul li {
	float: left;
	width: 470px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #646464;
	padding-right: 10px;
	padding-left: 5px;
}
#h_news .list ul li .date {
	color: #646464;
	float: right;
	width: auto;
}
.columm {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #969696;
	font-size: 16px;
	font-weight: bold;
	height: 28px;
}
.columm .title {
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8fbc81;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	font-family: "微软雅黑";
	color: #1c7045;
	height: 28px;
}
.columm .more {
	float: right;
	width: auto;
	margin-right: 20px;
	height: 28px;
}
#h_pro {
	float: left;
	width: 240px;
	margin-left: 85px;
	margin-right: 85px;
}
#h_pro .list {
	float: left;
	width: 225px;
	margin-top: 15px;
}
#h_pro .list ul li {
	line-height: 30px;
	float: left;
	width: 195px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 16px;
	margin-bottom: 15px;
	cursor: pointer;
}
.pro1{
	background-color: #ef8641;
	color: #FFF;
	font-size: 16px;
}
.pro2{
	background-color: #8fbc81;
	color: #212121;
	font-size: 16px;
}
.pro3{
	background-color: #6aabde;
	color: #212121;
	font-size: 16px;
}
.pro4{
	background-color: #9274b1;
	color: #212121;
	font-size: 16px;
}
.pro5{
	background-color: #d2b48c;
	color: #212121;
	font-size: 16px;
}
.pro6{
	background-color: #969696;
	color: #212121;
	font-size: 16px;
}
#h_video {
	float: left;
	width: 470px;
}
#h_video .video {
	float: left;
	width: 455px;
	margin-top: 15px;
	height: 255px;
}
