* {
	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: #000;
	font-size: 14px;
	min-width: 1200px;
}
a {
	outline: none;
	color: #000;
}
a:hover {
	color: #1c831f;
}
.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: #1c831f;
	border-color: #fff;
}
.pages a:hover {
	color: #fff !important;
	background-color: #1c831f;
	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: 100px;
	overflow: hidden;
}
.logo {
	display: block;
	width: 250px;
	height: 100px;
	background: url(../images/logo.png) no-repeat center;
	overflow: hidden;
	text-indent: -99em;
}
.nav {
	margin-top: 40px;
}
.nav li {
	float: left;
	width: 125px;
	text-align: center;
}
.nav li a {
	font-size: 16px;
	border-bottom: 3px solid #fff;
	padding-bottom: 15px;
}
.nav li a:hover, .nav li a.hover {
	border-bottom: 3px solid #1c831f;
	color: #1c831f;
}
.slideBox {
	width: 100%;
	height: 680px;
	overflow: hidden;
	position: relative;
}
.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: 680px;
}
.slideBox .prev,  .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	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;
}
.tit {
	background: url(../images/t1.jpg) no-repeat center;
}
.tit span {
	display: block;
	font-size: 38px;
	color: #1c831f;
	font-weight: bold;
	float: left;
	background: #fff;
	padding-right: 10px;
	padding-top: 22px;
}
.tit p {
	font-size: 18px;
	position: relative;
}
.tit p::after {
	content: "";
	display: block;
	width: 116px;
	height: 2px;
	background: #1c831f;
	position: absolute;
	left: 87px;
	top: 10px;
}
.product {
	margin-top: 20px;
}
.product ul {
	margin-left: -28px;
}
.product li {
	float: left;
	text-align: center;
	height: 262px;
	background: #f3f3f3;
	margin-left: 28px;
	margin-top: 30px;
	transition: all 0.3s;
	width: 278px;
}
.product li img {
	width: 278px;
	height: 209px;
}
.product li p {
	font-size: 16px;
	color: #1c831f;
	line-height: 40px;
	transition: all 0.3s;
}
.product li:hover {
	background: #1c831f;
}
.product li:hover p {
	color: #fff;
}
.product .tit p::after {
	width: 82px;
	left: 100px;
}
.choose {
	height: 630px;
	background: url(../images/choose.jpg) no-repeat center #1c831f;
	margin-top: 50px;
}
.chotit {
	text-align: center;
	color: #fff;
	padding-top: 75px;
}
.chotit p {
	font-size: 22px;
}
.chotit span {
	display: block;
	font-size: 20px;
	color: rgba(255,255,255,.5);
	margin-top: 15px;
}
.choose li {
	float: left;
	text-align: center;
	width: 240px;
	margin: 0 30px;
	margin-top: 75px;
}
.choose li p {
	width: 185px;
	height: 212px;
	background: #fff;
	position: relative;
	margin: 0 auto;
}
.choose li p i {
	color: #1c831f;
	font-size: 20px;
	font-style: normal;
	padding-top: 155px;
	display: block;
}
.choose li p i:before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	background: #000;
	top: 50px;
	left: 50%;
	margin-left: -25px;
}
.choose li p i:after {
	content: "";
	display: block;
	width: 33px;
	height: 1px;
	background: #c7dbc8;
	position: absolute;
	top: 138px;
	left: 50%;
	margin-left: -16px;
}
.choose li:first-child p i:before {
	background: url(../images/ch.png) no-repeat 0 0;
}
.choose li:first-child+li p i:before {
	background: url(../images/ch.png) no-repeat -50px 0;
}
.choose li:first-child+li+li p i:before {
	background: url(../images/ch.png) no-repeat -100px 0;
}
.choose li:first-child+li+li+li p i:before {
	background: url(../images/ch.png) no-repeat -150px 0;
}
.choose li span {
	display: block;
	color: #fff;
	line-height: 25px;
	margin-top: 35px;
}
.about {
	margin-top: 60px;
}
.abr {
	width: 570px;
}
.abr .tit {
	background: 0;
	margin-top: -30px;
}
.abr .tit p {
	font-size: 22px;
}
.abr .tit p::after {
	width: 90px;
	left: 110px;
	top: 15px;
}
.abinfo {
	font-size: 16px;
	color: #424242;
	line-height: 28px;
	margin-top: 28px;
}
.abr a.more {
	display: block;
	color: #585858;
	width: 152px;
	height: 42px;
	border: 1px solid #e2e2e2;
	text-align: center;
	line-height: 42px;
	margin-top: 30px;
	transition: all 0.3s;
}
.abr a.more:hover {
	border-color: #1c831f;
	color: #1c831f;
}
.abr li {
	float: left;
	width: 272px;
	height: 102px;
	background: #f3f8f3;
	border: 1px solid #deeade;
	box-sizing: border-box;
	margin-top: 47px;
	margin-left: 20px;
	padding-top: 25px;
	padding-left: 105px;
	position: relative;
	transition: all 0.3s;
}
.abr li:first-child {
	margin-left: 0;
}
.abr li p {
	font-size: 18px;
	color: #279c2a;
}
.abr li span {
	display: block;
	font-family: Arial;
	color: rgba(39,156,42,.5);
	margin-top: 7px;
}
.abr li::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/atab.png) -50px 0;
	position: absolute;
	left: 40px;
	top: 22px;
}
.abr li:first-child::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/atab.png) 0 0;
	position: absolute;
	left: 40px;
	top: 22px;
}
.abr li a {
	display: block;
	width: 272px;
	height: 102px;
}
.abr li:hover {
	border-color: #1c831f;
}
.case {
	height: 620px;
	padding-top: 60px;
	box-sizing: border-box;
	background: #ebebeb;
	margin-top: 60px;
}
.cleft {
	width: 290px;
	background: url(../images/ctit.jpg) no-repeat top center;
	height: 550px;
}
.ctit {
	color: #fff;
	text-align: right;
	padding-right: 35px;
	padding-top: 22px;
}
.ctit a {
	color: #fff;
}
.ctit span {
	display: block;
	font-size: 38px;
}
.ctit p {
	font-size: 18px;
	margin-top: 10px;
	position: relative;
}
.ctit p::after {
	display: block;
	content: "";
	width: 96px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 70px;
	top: 10px;
}
.cright {
	width: 910px;
	height: 50px;
}
.cright li {
	float: left;
	margin-bottom: 16px;
	margin-left: 20px;
}
.cright li img {
	width: 283px;
	height: 213px;
}
.cright li p {
	font-size: 16px;
	color: #424242;
	line-height: 26px;
}
.cright li:hover p {
	color: #1c831f;
}
.news {
	margin-top: 25px;
}
.news .tit {
	margin-bottom: 30px;
}
.news .tit p::after {
	width: 82px;
}
.n1 {
	width: 785px;
}
.newimg {
	height: 142px;
	border-bottom: 1px dashed #dedede;
}
.newimg img {
	width: 156px;
	height: 115px;
}
.newimg img:hover {
	opacity: 0.8;
}
.newimg .fr {
	width: 615px;
}
.newimg .fr a {
	display: block;
	font-size: 18px;
}
.newimg .fr span {
	display: block;
	color: #737373;
	line-height: 40px;
}
.newimg .fr p {
	color: #616161;
	line-height: 24px;
}
.n1 ul {
	margin-right: -35px;
}
.n1 li {
	width: 353px;
	float: left;
	margin-right: 35px;
	font-size: 16px;
	line-height: 65px;
	border-bottom: 1px dashed #dedede;
	position: relative;
	padding-left: 22px;
}
.n1 li span {
	color: #737373;
	float: right;
}
.n1 li a::before {
	content: "";
	display: block;
	width: 10px;
	height: 2px;
	background: #737373;
	position: absolute;
	left: 0;
	top: 32px;
}
.n1 li a:hover::before {
	background: #1c831f;
}
.n2 {
	width: 365px;
}
.n2 a {
	display: block;
	width: 362px;
	height: 88px;
	border: 1px solid #e2e2e2;
	margin-bottom: 16px;
	font-size: 16px;
	position: relative;
	transition: all 0.3s;
}
.n2 a:hover {
	border-color: #1c831f;
}
.n2 dl {
	padding-left: 54px;
}
.n2 dt {
	margin-bottom: 8px;
	margin-top: 14px;
	line-height: 24px;
}
.n2 dt::before {
	content: "问";
	display: block;
	width: 24px;
	height: 24px;
	background: #1c831f;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	line-height: 24px;
	position: absolute;
	left: 20px;
	font-size: 14px;
}
.n2 dd::before {
	content: "答";
	display: block;
	width: 24px;
	height: 24px;
	background: #6ad245;
	color: #fff;
	border-radius: 2px;
	text-align: center;
	line-height: 24px;
	position: absolute;
	left: 20px;
	font-size: 14px;
}
.footer {
	height: 288px;
	background: #2d3036;
	margin-top: 50px;
}
.ewm {
	width: 300px;
	height: 288px;
	padding-left: 17px;
	box-sizing: border-box;
	background: #383b41;
	padding-top: 40px;
}
.ftell span {
	display: block;
	color: #7c7e81;
}
.ftell p {
	font-size: 26px;
	color: #6ad245;
	margin-top: 7px;
	margin-bottom: 24px;
}
.fright {
	width: 850px;
	position: relative;
	height: 280px;
}
.e2 {
	margin-right: 20px;
}
.fright .link {
	font-size: 16px;
	color: #7c7e81;
	margin-top: 40px;
}
.fright .link a {
	color: #7c7e81;
	margin: 0 15px;
}
.fnav {
	height: 42px;
	line-height: 42px;
	background: #23262c;
	width: 700px;
	border-radius: 20px;
	margin-top: 25px;
	margin-left: -8px;
}
.nfnav {
	margin-top: 60px;
}
.fnav li {
	float: left;
	margin-left: 40px;
}
.fnav li a {
	color: #9e9e9e;
}
.fright .add {
	font-size: 16px;
	color: #9e9e9e;
	margin-top: 35px;
}
.fright .copy, .fright .copy a {
	color: #6f7071;
}
.fright .copy {
	height: 58px;
	line-height: 58px;
	border-top: 1px solid #23262c;
	bottom: 0;
	position: absolute;
	width: 100%;
}
.banner {
	height: 400px;
	background: url(../images/banner.jpg) no-repeat center;
}
.position {
	margin-top: 40px;
	height: 40px;
}
.position p {
	color: #999;
	line-height: 32px;
}
.position p a {
	color: #999;
}
.position p a:hover {
	color: #1c831f;
}
.position li {
	float: left;
	margin: 0 5px;
}
.position li a {
	display: block;
	padding: 0 20px;
	color: #737373;
	line-height: 33px;
	transition: all 0.3s;
}
.position li a:hover, .position li a.hover {
	background: #1c831f;
	color: #fff;
}
.pagetop {
	text-align: center;
	font-size: 25px;
	font-weight: 200;
	margin-top: 40px;
	margin-bottom: 20px;
}
.content {
	line-height: 30px;
}
.content a {
	color: #06F;
}
.content img {
	max-width: 100%;
}
.list {
	margin-top: 50px;
}
.list li {
	height: 160px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.list li img {
	width: 270px;
	height: 160px;
}
.list li .fr {
	width: 900px;
	margin-top: 5px;
}
.list li .fr a {
	font-size: 16px;
	display: block;
}
.list li .fr span {
	color: #868585;
	display: block;
	line-height: 50px;
}
.list li .fr p {
	line-height: 25px;
	color: #999;
}
.list li img:hover {
	opacity: 0.8;
}
.photo ul {
	margin-left: -20px;
	margin-top: 50px;
}
.photo li {
	float: left;
	text-align: center;
	margin-left: 20px;
	width: 280px;
	margin-bottom: 30px;
	background: #f3f3f3;
}
.photo li img {
	width: 280px;
	height: 210px;
	float: left;
}
.photo li p {
	line-height: 50px;
	transition: all 0.3s;
	font-size: 16px;
	color: #1c831f;
}
.photo li:hover {
	background: #1c831f;
}
.photo li:hover p {
	color: #fff;
}
.showtop {
	text-align: center;
	margin-top: 50px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.showtop h1 {
	font-weight: normal;
	font-size: 25px;
}
.showtop p {
	color: #999;
	line-height: 50px;
}
.showtop p span, .showtop p span a {
	margin: 0 5px;
}
.prepage {
	margin: 50px 0;
	line-height: 30px;
}
.hotcp {
	margin-top: 20px;
}
.hotcp li {
	margin-top: 20px;
}
.hotcp_top {
	background: #1c831f;
	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: #1c831f;
	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: #1c831f;
}
.hotlabel a {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0 10px;
	background: #1c831f;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
}
.left {
	width: 256px;
	padding-top: 92px;
	background: url(../images/pr.gif) no-repeat top center;
	margin-top: 25px;
}
.left ul {
	border: 1px solid #e1e1e1;
}
.left ul li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e1e1e1;
}
.left ul li:last-child {
	border: 0;
}
.left ul li a {
	display: block;
	padding-left: 50px;
	color: #053C1D;
	background: url(../images/2.gif) no-repeat 30px center;
}
.left ul li a:hover, .left ul li a.hover {
	background: #1c831f;
	color: #fff;
}
.right {
	width: 930px;
	margin-top: 25px;
}
.right .rp {
	height: 48px;
	line-height: 48px;
	border-bottom: 2px solid #1c831f;
	color: #1c831f;
	background: url(../images/home.png) no-repeat left center;
	padding-left: 40px;
}
.right .rp a {
	color: #1c831f;
}
.right ul {
	margin-left: -16px;
}
.right li {
	text-align: center;
	float: left;
	margin-left: 16px;
	margin-top: 20px;
	height: 200px;
	background: #efefef;
}
.right li img {
	width: 220px;
	height: 160px;
	float: left;
}
.right li p {
	line-height: 40px;
}
.news .tit .container {
	position: relative;
}
.wt {
	position: absolute;
	right: 295px;
	top: 72px;
}

.gs{ margin-top:10px;}