* {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
	list-style: none;
	text-decoration: none;
	border: none;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
html {
	overflow-x: hidden;
}
body {
	background: #fff;
	color: #4b4b4b;
	font-size: 14px;
	min-width: 1200px;
}
a {
	outline: none;
	color: #4b4b4b;
}
a:hover {
	color: #91b721;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
/*

===================

分页

>>	pages_pre		上一页

>>	pages_next	下一页

>>	strong			激活状态

>>	a:hover			鼠标悬停状态

===================

*/

.pages {
	margin: 50px auto 20px auto;
	font-size: 14px;
	text-align: center;
}
.pages ul {
	display: inline-block;
}
.pages a,  .pages strong {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	color: #666;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
}
.pages .current {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
	color: #fff;
	background-color: #91b721;
	border-color: #fff;
}
.pages a:hover {
	color: #fff !important;
	background-color: #91b721;
	border-color: #fff;
	text-decoration: none;
}
.pages strong {
	color: #fff;
	background-color: #24557d;
	border-color: #fff;
}
.pages span {
	padding: 0 10px;
	line-height: 23px;
}
/* index top */

.head {
	height: 82px;
	overflow: hidden;
}
.logo {
	display: block;
	width: 200px;
	height: 82px;
	background: url(../images/logo.png) no-repeat center;
	overflow: hidden;
	text-indent: -999em;
}
.nav li {
	float: left;
	margin-left: 50px;
}
.nav li a {
	font-size: 16px;
	display: block;
	padding: 0 5px;
	line-height: 80px;
}
.nav li a.hover, .nav li a:hover {
	border-bottom: 2px solid #91b721;
	color: #91b721;
}
.slideBox {
	width: 100%;
	height: 530px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 11px;
	overflow: hidden;
	position: absolute;
	bottom: 22px;
	z-index: 1;
	text-align: center;
	width: 100%;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	display: inline-block;
}
.slideBox .hd ul li {
	float: left;
	margin: 0 6px;
	width: 7px;
	height: 7px;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid #dcdcdc;
}
.slideBox .hd ul li.on {
	background: #91b721;
	border-color: #91b721;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd ul {
	margin: 0 auto;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	height: 530px;
}
.tit {
	text-align: center;
}
.tit span {
	display: block;
	font-size: 25px;
	color: #444444;
}
.tit p {
	color: #8f8f8f;
	margin-top: 8px;
}
.product {
	margin-top: 50px;
}
.product ul{
	margin-left:-20px;
	margin-top:30px;
}
.product li {
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align:center;
}
.product li img{
	width:285px;
	height:215px;
}
.product li p{
	line-height:40px;
	font-size:16px;
}

.more {
	display: block;
	width: 170px;
	height: 40px;
	border: 1px solid #dcdcdc;
	background: url(../images/jt.png) no-repeat center;
	margin: 0 auto;
	margin-top: 46px;
}
.about {
	height: 570px;
	background: #f6f6f6;
	margin-top: 50px;
}
.about .container {
	position: relative;
	height: 570px;
}
.about .ab {
	position: absolute;
	left: 0;
	margin-left: -360px;
}
.abinfo {
	width: 550px;
	margin-top: 95px;
}
.abinfo span {
	display: block;
	font-size: 25px;
	color: #444444;
}
.abinfo small {
	display: block;
	font-size: 16px;
	color: #8f8f8f;
	margin-top: 8px;
	margin-bottom: 35px;
}
.abinfo p {
	font-size: 15px;
	color: #626262;
	line-height: 30px;
	text-indent: 2em;
}
.abinfo a.more {
	margin-left: 0;
}
.news {
	margin-top: 50px;
}
.picMarquee-left {
	overflow: hidden;
	position: relative;
	width: 1050px;
	margin: 0 auto;
	margin-top: 35px;
}
.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picMarquee-left .bd ul li {
	margin: 0 21px;
	float: left;
	_display: inline;
	overflow: hidden;
	width: 320px;
}
.picMarquee-left .bd ul li img {
	width: 320px;
	height: 175px;
}
.picMarquee-left .bd ul li span {
	display: block;
	font-size: 16px;
	color: #474747;
	margin-top: 20px;
}
.picMarquee-left .bd ul li i {
	font-style: normal;
	color: #8c8c8c;
	display: block;
	margin-top: 6px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 22px;
}
.picMarquee-left .bd ul li p {
	font-size: 13px;
	color: #777777;
	line-height: 25px;
	margin-top: 22px;
}
.link {
	line-height: 30px;
	margin-top: 36px;
}
.link p {
	font-size: 18px;
	color: #91b721;
	background: url(../images/link.png) no-repeat left center;
	padding-left: 35px;
}
.link a {
	color: #403f3f;
	margin-left: 20px;
}
.footer {
	height: 223px;
	background: #91b721;
	margin-top: 20px;
	color: #fff;
}
.footer a {
	color: #fff;
}
.fcont {
	margin-left: 65px;
	width: 400px;
}
.footer .ft {
	font-size: 16px;
	position: relative;
	height: 33px;
	display: block;
	padding-top: 30px;
	margin-bottom: 20px;
}
.footer .ft::after {
	content: "";
	display: block;
	width: 44px;
	height: 2px;
	background: #a1cb25;
	left: 0;
	bottom: 0;
	position: absolute;
}
.fcont p {
	line-height: 25px;
}
.fcont .copy {
	font-size: 13px;
	line-height: 22px;
	margin-top: 5px;
}
.ewm {
	margin-left: 35px;
}
.ftell {
	margin-left: 100px;
	margin-top: 48px;
}
.ftell p {
	font-size: 26px;
	background: url(../images/phone.png) no-repeat left center;
	line-height: 40px;
	padding-left: 55px;
}
.ftell span {
	display: block;
	font-size: 15px;
	margin-top: 5px;
	padding-left: 46px;
}
.ftell img {
	margin-top: 20px;
	margin-left: 70px;
}
.banner {
	height: 400px;
	background: url(../images/banner.jpg) no-repeat;
}
.pos {
	line-height: 50px;
	height: 50px;
	font-size: 12px;
	color: #666;
	border-bottom: 1px solid #efefef;
}
.submenu {
	text-align: center;
}
.submenu ul {
	display: inline-block;
}
.submenu li {
	float: left;
	margin-top: 50px;
}
.submenu li a {
	display: block;
	padding: 0 26px;
	border: 1px solid rgba(170,170,170,.2);
	color: #828282;
	line-height: 38px;
	margin: 0 5px;
}
.submenu li a.hover, .submenu li a:hover {
	background: #91b721;
	color: #fff;
	border-color: #91b721;
}
.main {
	margin-bottom: 50px;
}
.content {
	line-height: 30px;
	margin-top: 30px;
}
.content img {
	max-width: 100%;
}
.content a {
	color: #06F;
}
.list {
	margin-top: 50px;
}
.list li {
	height: 160px;
	padding: 20px;
	border: 1px solid rgba(170,170,170,.2);
	margin-bottom: 35px;
	transition: all .32s ease;
}
.list li a {
	display: block;
}
.list li img {
	width: 260px;
	height: 160px;
}
.list li .newinfo {
	margin-left: 40px;
	margin-top: 20px;
	width: 780px;
}
.list li .newinfo span {
	display: block;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	transition: all .32s ease;
}
.list li .newinfo p {
	font-size: 13px;
	line-height: 25px;
	color: #999;
	margin-top: 10px;
	height: 50px;
}
.list li .newinfo i {
	font-size: 13px;
	color: #999;
	font-style: normal;
	display: block;
}
.list li:hover {
	box-shadow: 0 2px 10px 2px rgba(0,0,0,.1);
}
.list li:hover span {
	color: #91b721;
}
.photo ul {
	margin-left: -20px;
	margin-top: 40px;
}
.photo li {
	float: left;
	margin-left: 20px;
	text-align: center;
	margin-bottom: 10px;
}
.photo li img {
	width: 285px;
	height: 190px;
}
.photo li p {
	line-height: 40px;
}
.showtop {
	text-align: center;
	margin-top: 40px;
	border-bottom: 1px solid #ddd;
}
.showtop h1 {
	font-weight: normal;
	font-size: 25px;
}
.showtop p {
	line-height: 50px;
}
.showtop p span {
	margin: 0 5px;
	color: #999;
}
.showtop p span a {
	margin: 0 5px;
}
.prepage {
	line-height: 30px;
}
.hotcp {
	margin-top: 50px;
}
.hotcp ul {
	border-top: 1px dashed #ddd;
	padding-top: 20px;
}
.hotcp li {
	float: left;
	margin-left: 20px;
	text-align: center;
}
.hotcp li:first-child {
	margin: 0;
}
.hotcp li img {
	height: 160px;
	width: 223px;
}
.hotcp li p {
	line-height: 40px;
}
.hotcp li:hover img {
	opacity: 0.8;
}
.hotcp_top {
	background: #91b721;
	color: #fff;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	text-align: center;
	width: 100px;
}
.hotnews {
	margin-bottom: 30px;
	margin-top: 20px;
}
.hotnews_top {
	border-bottom: 1px solid #ddd;
	color: #91b721;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 10px;
}
.hotnews ul {
	margin-left: -50px;
}
.hotnews li {
	border-bottom: 1px dotted #ddd;
	float: left;
	line-height: 36px;
	margin-left: 50px;
	width: 575px;
}
.hotnews li span {
	color: #999;
	float: right;
	font-size: 13px;
}
.hotlabel {
	margin-top: 30px;
}
.hotlabel p {
	color: #91b721;
}
.hotlabel a {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0 10px;
	background: #91b721;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
}

.gs{ margin-top:10px;}