* {
	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: #595656;
	font-size: 14px;
	min-width: 1200px;
}
a {
	outline: none;
	color: #595656;
}
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 {
	line-height: 80px;
	height: 80px;
	overflow: hidden;
}
.head .logo {
	width: 210px;
	height: 80px;
	background: url(../images/logo.png) no-repeat center;
	display: block;
	overflow: hidden;
	text-indent: -99em;
}
.nav li {
	float: left;
	margin: 0 30px;
}
.nav li a {
	display: block;
	color: #595656;
	font-size: 15px;
}
.nav li a:hover, .nav li a.hover {
	color: #91b721;
}
.slideBox {
	width: 100%;
	height: 625px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 4px;
	overflow: hidden;
	position: absolute;
	bottom: 30px;
	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 7px;
	width: 60px;
	height: 4px;
	background: #eee;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #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: 625px;
}
.tit {
	height: 62px;
}
.tit p {
	font-size: 26px;
	color: #464646;
}
.tit p span {
	font-size: 30px;
	font-family: "宋体";
	font-weight: bold;
}
.tit a.more {
	width: 33px;
	height: 33px;
	background: url(../images/more.png) no-repeat center;
	display: block;
}
.product {
	padding-top: 80px;
	position: relative;
}
.product .probg {
	position: absolute;
	left: -100px;
	top: 25px;
	z-index: -1;
}
.product ul {
	margin-left: -20px;
}
.product li {
	float: left;
	margin-left: 20px;
	margin-bottom: 35px;
}
.product li img {
	width: 285px;
	height: 214px;
}
.product li span {
	display: block;
	font-size: 18px;
	color: #444444;
	padding-left: 15px;
	margin-top: 20px;
}
.product li p {
	color: #858585;
	padding-left: 15px;
	margin-top: 5px;
}
.product li a:hover img {
	opacity: 0.8;
}
.product li a:hover span {
	color: #91b721;
}
.about {
	height: 580px;
	background: url(../images/abg.jpg) no-repeat center;
	margin-top: 20px;
	position: relative;
}
.ableft {
	margin-top: 60px;
	width: 500px;
}
.ableft .tit {
	position: relative;
	height: 115px;
}
.ableft .tit p {
	color: #fff;
}
.ableft .tit::after {
	content: "";
	width: 40px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.abinfo {
	color: #fff;
}
.abinfo span {
	display: block;
	font-size: 20px;
	margin-top: 22px;
}
.abinfo p {
	line-height: 25px;
	margin-top: 15px;
}
.ableft a.more {
	display: block;
	width: 33px;
	height: 33px;
	background: url(../images/more2.png) no-repeat center;
	margin-top: 30px;
}
.tab {
	width: 425px;
	height: 125px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -212px;
	top: 385px;
}
.tab a {
	color: #939393;
	font-size: 16px;
	display: block;
	width: 210px;
	height: 125px;
	float: left;
	text-align: center;
	position: relative;
}
.tab a::before {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
	margin: 20px auto 5px auto;
}
.tab a.a1::before {
	background: url(../images/ab.png) -25px 3px no-repeat;
}
.tab a.a2::before {
	background: url(../images/ab.png) -127px 5px no-repeat;
}
.tab a:hover {
	color: #91b721;
}
.tab a.a1:hover::before {
	background: url(../images/ab.png) -25px -55px no-repeat;
}
.tab a.a2:hover::before {
	background: url(../images/ab.png) -127px -53px no-repeat;
}
.news {
	margin-top: 50px;
}
.picMarquee-left {
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}
.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picMarquee-left .bd ul li {
	margin: 0 30px;
	float: left;
	_display: inline;
	overflow: hidden;
	width: 345px;
}
.picMarquee-left .bd ul li img {
	width: 345px;
	height: 170px;
}
.picMarquee-left .bd ul li .ntit span {
	display: block;
	font-size: 16px;
	color: #464646;
	margin-top: 30px;
	transition: all 0.3s;
}
.picMarquee-left .bd ul li .ntit p {
	color: #7e7e7e;
	line-height: 24px;
	margin-top: 15px;
}
.picMarquee-left .bd ul li .time {
	margin-top: 50px;
}
.picMarquee-left .bd ul li .time i {
	display: block;
	width: 34px;
	background: url(../images/j1.png) no-repeat -40px 0;
	height: 15px;
	float: left;
	transition: all 0.3s;
}
.picMarquee-left .bd ul li .time span {
	color: #7e7e7e;
	float: right;
	line-height: 15px;
}
.picMarquee-left .bd ul li:hover .ntit span {
	color: #91b721;
}
.picMarquee-left .bd ul li:hover .time i {
	background: url(../images/j1.png) no-repeat 0 0;
}
.link {
	margin-top: 40px;
	line-height: 25px;
}
.link p {
	float: left;
	color: #91b721;
	font-size: 17px;
	font-weight: bold;
	background: url(../images/link.jpg) no-repeat center left;
	padding-left: 35px;
}
.link a {
	margin-left: 30px;
}
.footer {
	margin-top: 20px;
	background: #42474b;
	height: 230px;
	padding-top: 40px;
	color: #fff;
}
.ct {
	font-weight: 200;
	margin-left: 85px;
	margin-top: 50px;
}
.ct span {
	display: block;
	font-size: 23px;
}
.ct p {
	font-size: 12px;
	color: rgba(255,255,255,.63);
	margin-top: 2px;
}
.ft {
	display: block;
	font-size: 15px;
	position: relative;
	height: 35px;
	margin-bottom: 20px;
}
.ft::after {
	content: "";
	width: 44px;
	height: 2px;
	background: #909395;
	position: absolute;
	left: 0;
	bottom: 0;
}
.fnav {
	margin-left: 100px;
	width: 200px;
}
.fnav li {
	float: left;
	width: 100px;
	line-height: 30px;
}
.fnav a {
	font-size: 13px;
	color: rgba(255,255,255,.7);
}
.fcont {
	margin-left: 70px;
}
.fcont p {
	font-size: 13px;
	color: rgba(255,255,255,.7);
	line-height: 26px;
}
.ewm li {
	float: left;
	margin-right: 35px;
}
.ewm li img {
	width: 105px;
	height: 105px;
}
.bottom {
	height: 50px;
	line-height: 50px;
	background: #42474b;
	overflow: hidden;
	color: rgba(255,255,255,.46);
}
.bottom .container {
	border-top: 1px solid #515559;
}
.bottom a {
	color: rgba(255,255,255,.46);
}
.banner {
	height: 400px;
	background: url(../images/banner.jpg) no-repeat center;
}
.main {
	margin-bottom: 50px;
}
.pagetop {
	text-align: center;
	line-height: 100px;
	font-size: 22px;
	border-bottom: 1px solid #ddd;
}
.content {
	line-height: 30px;
	margin-top: 20px;
}
.content a {
	color: #06F;
}
.content img {
	max-width: 100%;
}
.position {
	line-height: 40px;
	height: 40px;
	margin-top: 20px;
}
.submenu li {
	float: left;
}
.submenu li a {
	display: block;
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	background: #eee;
	margin: 0 10px;
}
.submenu li a.hover, .submenu li a:hover {
	background: #91b721;
	color: #fff;
}
.list {
	margin-top: 50px;
}
.list li {
	height: 140px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.list li img {
	width: 270px;
	height: 140px;
}
.list li .fr {
	width: 900px;
}
.list li .fr span {
	font-size: 16px;
	color: #91b721;
	display: block;
	line-height: 30px;
	margin-bottom: 10px;
}
.list li .fr p {
	line-height: 24px;
	transition: all 0.3s;
}
.list li .fr small {
	font-size: 14px;
	display: block;
	margin-top: 10px;
	transition: all 0.3s;
}
.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: 215px;
}
.photo li p {
	line-height: 30px;
}
.showtop {
	text-align: center;
	margin-top: 50px;
	border-bottom: 1px solid #ddd;
}
.showtop p span {
	line-height: 50px;
	color: #999;
	margin: 0 5px;
	font-size: 12px;
}
.showtop p span a {
	margin: 0 5px;
}
.showtop h1 {
	font-weight: normal;
	font-size: 22px;
}
.prepage {
	line-height: 30px;
	margin-top: 50px;
}
.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:20px;}