* {
	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: #3c3b3b;
	font-size: 14px;
	min-width: 1200px;
}
a {
	outline: none;
	color: #3c3b3b;
}
a:hover {
	color: #019040;
}
.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: #34855c;
	border-color: #fff;
}
.pages a:hover {
	color: #fff !important;
	background-color: #34855c;
	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: 133px;
	overflow: hidden;
}
.headr {
	width: 915px;
}
.toptell {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	margin-top: 35px;
	border-bottom: 1px solid #eee;
	padding-bottom: 14px;
}
.toptell p {
	color: #9b9b9b;
	background: url(../images/phone.png) no-repeat left center;
	padding-left: 26px;
	font-size: 18px;
}
.nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}
.nav li {
	float: left;
	margin: 0 30px;
}
.nav li a {
	color: #3c3b3b;
	line-height: 59px;
	display: block;
	position: relative;
	font-size: 18px;
}
.nav li a:hover::after,.nav li a.hover::after {
	content: " ";
	display: block;
	width: 60px;
	height: 2px;
	background: #026a13;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
.slideBox {
	width: 100%;
	height: 670px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 7px;
	overflow: hidden;
	position: absolute;
	bottom: 40px;
	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 4px;
	width: 46px;
	height: 7px;
	background: #fff;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #00923f;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	height: 670px;
}
.line {
	height: 240px;
	background: url(../images/line.png) no-repeat bottom center;
	padding-top: 30px;
	box-sizing: border-box;
}
.line .tab {
	position: relative;
}
.line .tab::before {
	content: " ";
	display: block;
	width: 25px;
	height: 2px;
	background: #333;
	position: absolute;
	top: 0;
	left: 0;
}
.line .tab::after {
	content: " ";
	display: block;
	width: 1px;
	height: 112px;
	background: #e6e6e6;
	position: absolute;
	right: 0;
	top: 20px;
}
.line_left {
	width: 400px;
}
.line_left span {
	display: block;
	font-size: 28px;
	color: #019040;
	font-weight: bold;
	margin-top: 20px;
}
.line_left p a {
	font-size: 12px;
	color: #666;
	display: block;
	float: left;
	margin-right: 38px;
	position: relative;
	padding-top: 35px;
	margin-top: 25px;
}
.line_left p a::before {
	content: " ";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -15px;
}
.line_left p a:first-child::before {
	background: url(../images/share.png) no-repeat 0 0;
}
.line_left p a:first-child+a::before {
	background: url(../images/share.png) no-repeat -86px 0;
}
.line_left p a:first-child+a+a::before {
	background: url(../images/share.png) no-repeat -172px 0;
}
.line_tell {
	margin-left: 50px;
	padding-left: 5px;
	width: 330px;
}
.line_top span {
	display: block;
	font-size: 25px;
	color: #cbcbcb;
	margin-top: 20px;
	margin-bottom: 5px;
}
.line_top p {
	color: #474747;
}
.line_top p a {
	margin-right: 5px;
}
.line_tell .line_phone {
	font-size: 30px;
	font-weight: bold;
	color: #019040;
	background: url(../images/phone2.png) no-repeat left center;
	padding-left: 25px;
	margin-top: 13px;
}
.line .line_right::after {
	display: none;
}
.line_right form {
	width: 340px;
	margin-top: 20px;
}
.line_right form input {
	width: 280px;
	box-sizing: border-box;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d2d2d2;
	float: left;
}
.line_right form button {
	cursor: pointer;
	width: 56px;
	height: 40px;
	background: url(../images/search.png) no-repeat center;
	float: left;
}
.tit1 {
	text-align: center;
}
.tit1 span {
	display: block;
	font-size: 40px;
	color: #333;
}
.tit1 p {
	font-size: 20px;
	color: #696969;
	margin-top: 20px;
	position: relative;
	padding-bottom: 20px;
}
.tit1 p::after {
	content: " ";
	display: block;
	width: 50px;
	height: 5px;
	background: #34855c;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -25px;
}
.about {
	margin-top: 35px;
	background: url(../images/abg.jpg) no-repeat bottom center;
	height: 655px;
}
.about .box {
	width: 600px;
	height: 370px;
	box-sizing: border-box;
	padding-left: 45px;
	padding-right: 60px;
	font-size: 16px;
	color: #777777;
	line-height: 30px;
	float: left;
	margin-left: 46px;
	margin-top: 80px;
}
.about .box a {
	display: block;
	color: #fff;
	font-size: 15px;
	text-align: center;
	width: 136px;
	height: 38px;
	line-height: 38px;
	border-radius: 20px;
	background: #00923f;
	float: right;
	margin-top: 30px;
}
.product {
	background: #f6f6f6;
	padding-top: 80px;
	height: 700px;
}
.tit2 p {
	font-size: 15px;
}
.tit2 p::after {
	width: 60px;
	margin-left: -30px;
	height: 2px;
}
.picScroll-left {
	position: relative;
	margin-top: 50px;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
	display: block;
	width: 29px;
	height: 59px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 160px;
}
.picScroll-left .hd .prev {
	background: url(../images/arrow.png) no-repeat 0 0;
	left: -20px;
}
.picScroll-left .hd .next {
	background: url(../images/arrow.png) no-repeat -29px 0;
	right: -20px;
}
.picScroll-left .bd {
	width: 1150px;
	margin: 0 auto;
	overflow: hidden;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	margin: 0 20px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picScroll-left .bd ul li .box {
	width: 342px;
	box-sizing: border-box;
	padding: 32px 30px;
	height: 406px;
	background: #868686;
	transition: all 0.3s;
}
.picScroll-left .bd ul li img {
	width: 280px;
	height: 162px;
}
.picScroll-left .bd ul li span {
	display: block;
	font-size: 22px;
	color: #fff;
	position: relative;
	height: 45px;
	margin-top: 25px;
}
.picScroll-left .bd ul li span::after {
	content: " ";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -45px;
	width: 90px;
	height: 1px;
	background: rgba(255,255,255,.26);
}
.picScroll-left .bd ul li p {
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	transition: all 0.3s;
	opacity: 0;
	margin-top: 20px;
}
.picScroll-left .bd ul li a {
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid rgba(255,255,255,.37);
	border-radius: 20px;
	font-size: 12px;
	color: #fff;
	margin: 0 auto;
	margin-top: -10px;
}
.picScroll-left .bd ul li:hover .box {
	height: 490px;
	background: #008f3f;
}
.picScroll-left .bd ul li:hover p {
	opacity: 1;
}
.picScroll-left .bd ul li:hover a {
	margin-top: 30px;
}
.case {
	margin-top: 115px;
}
.case .tit2 span {
	position: relative;
	height: 75px;
}
.case .tit2 span::after {
	content: " ";
	display: block;
	width: 60px;
	height: 2px;
	background: #019040;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
.case ul {
	max-width: 1920px;
	margin: 0 auto;
	margin-top: 40px;
}
.case li {
	float: left;
	width: 25%;
	text-align: center;
	overflow: hidden;
}
.case li a {
	display: block;
	width: 100%;
	position: relative;
}
.case li img {
	width: 100%;
	height: auto;
}
.case li .box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	background: rgba(0,0,0,.43);
	opacity: 0;
	transition: all 0.3s;
}
.case li .box p {
	font-size: 28px;
	margin-top: 120px;
}
.case li .box span {
	display: block;
	width: 118px;
	height: 30px;
	line-height: 30px;
	border: 1px solid rgba(255,255,255,.45);
	margin: 0 auto;
	margin-top: 50px;
}
.case li:hover .box {
	opacity: 1;
}
.case a.more {
	display: block;
	width: 180px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	background: #008f3f;
	border-radius: 20px;
	margin: 0 auto;
	margin-top: 40px;
}
.news {
	background: #f8f8f8;
	margin-top: 80px;
	padding-top: 75px;
	padding-bottom: 60px;
}
.pmenu {
	text-align: center;
}
.pmenu ul {
	display: inline-block;
	margin-top: 20px;
}
.pmenu li {
	float: left;
	margin: 0 20px;
}
.pmenu li a {
	font-size: 20px;
	color: #696969;
	height: 48px;
	position: relative;
	display: block;
}
.pmenu li a::after {
	content: " ";
	display: block;
	width: 50px;
	height: 5px;
	background: #008f3f;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -25px;
	opacity: 0;
}
.pmenu li a:hover::after {
	opacity: 1;
}
.picMarquee-left {
	position: relative;
}
.picMarquee-left .hd .prev, .picMarquee-left .hd .next {
	display: block;
	width: 22px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 120px;
}
.picMarquee-left .hd .prev {
	background: url(../images/arrow2.png) no-repeat 0 0;
	left: -70px;
}
.picMarquee-left .hd .next {
	background: url(../images/arrow2.png) no-repeat -22px 0;
	right: -70px;
}
.picMarquee-left .bd {
	overflow: hidden;
}
.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picMarquee-left .bd ul li {
	margin: 0 14px;
	float: left;
	_display: inline;
	overflow: hidden;
	width: 375px;
}
.picMarquee-left .bd ul li img {
	width: 375px;
	height: 220px;
}
.picMarquee-left .bd ul li span {
	display: block;
	font-size: 19px;
	color: #454545;
	font-weight: bold;
	line-height: 70px;
}
.picMarquee-left .bd ul li p {
	color: #6d6d6d;
	line-height: 24px;
}
.picMarquee-left .bd ul li i {
	display: block;
	width: 105px;
	height: 28px;
	line-height: 28px;
	font-style: normal;
	font-size: 12px;
	color: #4a4a4a;
	border: 1px solid #d2d2d2;
	border-radius: 20px;
	text-align: center;
	margin-top: 55px;
}
.picMarquee-left .bd ul li:hover span {
	color: #019040;
}
.news a.more {
	display: block;
	width: 180px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	background: #008f3f;
	margin: 0 auto;
	margin-top: 45px;
}
.footer {
	padding-top: 60px;
	padding-bottom: 50px;
}
.fnav ul:first-child {
	border-left: 1px solid #eee;
}
.fnav ul {
	float: left;
	width: 140px;
	text-align: center;
	border-right: 1px solid #eee;
}
.fnav ul li {
	font-size: 19px;
	color: #565656;
	line-height: 30px;
}
.fnav ul li a {
	font-size: 14px;
	color: #858585;
}
.fcont .fl a {
	display: block;
	width: 150px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background: url(../images/talk.png) no-repeat 34px 5px #34855c;
	border-radius: 20px;
	box-sizing: border-box;
	padding-left: 25px;
	float: right;
	margin-top: 6px;
	margin-bottom: 5px;
}
.fcont .fl p {
	text-align: right;
	font-size: 36px;
	color: #505050;
	margin-right: 20px;
}
.fcont span {
	display: block;
	text-align: right;
	color: #505050;
	margin-top: 8px;
	background: url(../images/sj.png) no-repeat right center;
	padding-right: 9px;
}
.fcont img {
	margin-left: 27px;
}
.bottom {
	text-align: center;
	height: 76px;
	line-height: 76px;
	background: #383838;
	color: #919191;
	overflow:hidden;
}
.bottom a {
	color: #919191;
}
.bottom .fr a {
	padding: 0 17px;
	position: relative;
	display: block;
	float: left;
}
.bottom .fr a:first-child::after {
	content: "|";
	position: absolute;
	right: 0;
	top:0;
}
.bottom .fr a:last-child {
	padding: 0;
}
.bottom .fr a:last-child img {
	float: right;
	margin-top: 16px;
}
.banner {
	height: 400px;
	background: url(../images/banner.jpg) no-repeat center;
}
.main {
	background: #f8f8f8;
	padding-bottom: 50px;
	padding-top: 30px;
}
.main .container {
	background: #fff;
	padding: 30px 50px;
	box-sizing: border-box;
	padding-bottom: 80px;
	border-radius: 10px;
}
.pagetop {
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.content {
	line-height: 30px;
}
.submenu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.submenu ul li {
	float: left;
	margin: 0 5px;
	margin-bottom: 20px;
}
.submenu ul li a {
	display: block;
	line-height: 30px;
	padding: 0 20px;
	background: #fff;
	transition: all 0.2s;
	border-radius: 5px;
}
.submenu ul li a:hover, .submenu ul li a.hover {
	background: #008f3f;
	color: #fff;
}
.submenu p {
	font-size: 16px;
	margin-bottom: 20px;
}
.submenu p span {
	color: #019040;
}
.list {
	margin-top: 40px;
}
.list li {
	height: 200px;
	height: 150px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 20px;
}
.list li img {
	width: 260px;
	height: 150px;
}
.list li .fr {
	width: 800px;
	margin-top: 10px;
}
.list li span {
	display: block;
	font-size: 16px;
	color: #019040;
}
.list li i {
	font-style: normal;
	line-height: 40px;
	color: #666;
}
.list li p {
	line-height: 25px;
	color: #666;
}
.photo ul {
	margin-left: -20px;
	margin-top: 30px;
}
.photo li {
	float: left;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 10px;
}
.photo li img {
	width: 260px;
	height: 152px;
}
.photo li p {
	line-height: 40px;
}
.prepage {
	line-height: 30px;
	margin-top: 50px;
}
.showtop {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 10px;
}
.showtop h1 {
	font-weight: normal;
	font-size: 25px;
}
.showtop span {
	margin-right: 5px;
	color: #999;
	font-size: 12px;
	line-height: 50px;
}
.message {
	width: 390px;
	margin: 0 auto;
	margin-top: 50px;
}
.message .formgroup {
	line-height: 30px;
	height: 50px;
}
.message label {
	width: 80px;
	float: left;
}
.message input {
	float: left;
	width: 200px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	line-height: 30px;
	padding: 0 10px;
	font-size: 14px;
}
.message textarea {
	width: 300px;
	height: 150px;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 14px;
}
.message button {
	display: block;
	cursor: pointer;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
	background: #008f3f;
	color: #fff;
}
.noResult h3 {
	font-weight: normal;
}
