

.banner {
	width: 100%;
	height: 550px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.banner .bd {
	height: 550px;
	overflow: hidden;
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
}

.banner .hd {
	width: 100%;
	position: absolute;
	z-index: 999;
	left: 0;
	height: 30px;
	bottom: 10px;
}

.banner .hd ul {
	text-align: center;
}

.banner .hd ul li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	cursor: pointer;
	overflow: hidden;
	border: 1px solid #328c30;
	transition: all .5s;
}

.banner .hd ul li.on,
.banner .hd ul li:hover {
	background: #328c30
}

.banner .prev,
.banner .next {
	display: block;
	width: 40px;
	height: 60px;
	position: absolute;
	z-index: 2;
	top: 45%;
	margin-top: -20px;
}

.banner .prev {
	background: url(../images/banner-pn.png) no-repeat left bottom;
	left: 5%;
}

.banner .next {
	background: url(../images/banner-pn.png) no-repeat right bottom;
	right: 5%;
}

/*  关于我们 */
.about {
	background: url('../images/about_bg.jpg') no-repeat center top;
	padding-top: 70px;
}

.about .hTitle {
	font-size: 36px;
	font-weight: 100;
	color: #333;
	margin-bottom: 20px;
	text-align: center;
	line-height: 36px;
}

.about .hTitle span {
	display: block;
	font-size: 14px;
	font-weight: 100;
	color: #333;
	margin-top: 10px;
	letter-spacing: 4px;
}

.aboutMain {
	height: 400px;
	overflow: hidden;
	background: #fff;
	padding-right: 30px;
}

.aboutMain .pic {
	float: left;
	margin-right: 50px;
	width: 600px;
	height: 400px;
}

.aboutMain .pic img {
	width: 600px;
	height: 400px;
	transition: all 0.5s;
}

.aboutMain h3 {
	font-size: 24px;
	font-weight: normal;
	color: #005319;
	margin-bottom: 20px;
	padding-top: 40px;
}

.aboutMain .txt {
	margin-bottom: 15px;
	overflow: hidden;
}

.aboutMain .more {
	display: inline-block;
	width: 140px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #cdcdcd;
	text-align: center;
	border-radius: 17px;
}

.aboutMain .more:hover {
	background: #005319;
	color: #fff;
	border: 1px solid #0077bb;
}



/*新闻聚焦*/
.hrTitle {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #e5e5e5;
}

.hrTitle span {
	display: block;
	height: 35px;
	float: left;
	border-bottom: 1px solid #8fc320;
	position: relative;
	top: 0;
	font-size: 18px;
	font-weight: 100;
}

.hrTitle span i {
	font-style: normal;
	font-size: 13px;
	font-family: arial;
	padding-left: 5px;
	color: #999;
}

.homeMore {
	float: right;
	font-size: 10px;
	font-family: Arial;
	line-height: 16px;
	padding: 0 10px;
	border: 1px solid #dadada;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 100;
	margin-top: 10px;
}

.homeMore:hover {
	background: #7eb61a;
	color: #fff;
	border: 1px solid #7eb61a;
}

.news {
	overflow: hidden;
	margin: 70px 0;
}

.newsBox {
	width: 383px;
	margin-right: 25px;
}

.newsBox:last-child {
	margin-right: 0px;
}

.boxListPic {
	margin-top: 15px;
}

.boxListPic img {
	width: 100%;
	height: 150px;
}

.boxListPic h3 {
	color: #333;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
}

.boxListPic h4 {
	color: #999;
	line-height: 15px;
}

.boxListPic p {
	color: #999;
	line-height: 17px;
	padding-top: 10px;
}

.newsBox ul {
	padding-top: 15px;
}

.newsBox ul li {
	height: 35px;
	border-top: 1px dashed #d7d7d7;
}

.newsBox ul li a {
	display: block;
	width: 250px;
	line-height: 35px;
	padding-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	position: relative;
}

.newsBox ul li a::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 3px;
	height: 3px;
	background: #555555;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.newsBox ul li span {
	height: 35px;
	line-height: 35px;
	float: right;
	color: #c5c5c5;
}
