@charset "utf-8";/*公共样式*/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body {
	font: 14px / 1.5 "MIcrosoft YaHei";
	color: #666666;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
body {
	background:#ffffff;
}
body, button, input, select, textarea /* for ie */ {
	font-style: normal;
}
address, cite, dfn, em, var {
	font-style: normal;
}
small {
	font-size: 12px;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
legend {
	color: #000;
}
fieldset, img {
	border: 0;
}
button, input, select, textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	display: block;
	margin: 0;
	padding: 0;
}
mark {
	background: #ff0;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
}
.pc1200 {
	display: inline-block;
}
.pc640 {
	display: inline-block;
}
.mt1200 {
	display: none;
}
.mt640 {
	display: none;
}/*个人样式*//* display */
.dn {
	display: none;
}
.di {
	display: inline;
}
.db {
	display: block;
}
.dib {
	display: inline-block;
}
div.dib {
*display: inline;
*zoom: 1;
}/* other block level tag(eg. p, li, h1~h6), using 'inline_any' instead *//* float */
.l {
	float: left;
}
.r {
	float: right;
}/* 清除浮动*/
.fix {
*zoom: 1;
}
.fix:after {
	display: table;
	content: '';
	clear: both;
}
.clearfix::before, .clearfix::after {
content: "";
display: block;
visibility: hidden;
line-height: 0;
height: 0;
clear: both;
}/*inline-block与float等宽列表*/
.inline_box {
	font-size: 1em;
	letter-spacing: -0.25em;
	font-family: Arial;
}
.inline_two, .inline_three, .inline_four, .inline_five, .inline_six, .inline_any {
	display: inline-block;
*display: inline;
	letter-spacing: 0;
	vertical-align: top;
*zoom: 1;
}
.float_two, .float_three, .float_four, .float_five, .float_six {
	float: left;
}
.inline_two, .float_two {
	width: 50%;
*width: 49.9%;
}
.inline_three, .float_three {
	width: 33.33333%;
*width: 33.3%;
}
.inline_four, .float_four {
	width: 25%;
*width: 24.9%;
}
.inline_five, .float_five {
	width: 20%;
*width: 19.9%;
}
.inline_six, .float_six {
	width: 16.66666%;
*width: 16.6%;
}
.inline_fix {
	display: inline-block;
	width: 100%;
	height: 0;
	overflow: hidden;
}/* css3过渡动画效果 */
.trans {
-webkit-transition: all .15s;
transition: all .15s;
}/* text-align */
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.tj {
	text-align: justify;
}
.header {
	height: 90px;
	background: #ffffff;
}
.logo {
	float: left;
	width:17%;
}
.logo a {
	display: block;
	margin-top:15px;
}
.logo img {
	display:block;
	height:60px;
}
.tel {
	height: 90px;
	padding-left: 45px;
	background: url("tel.png") no-repeat left 33px;
	float: right;
	display: inline-block;
	line-height:1;
}
.tel .tel-p {
	margin-top:25px;
	font-size: 12px;
	color: #434343;
	display:block;
}
.tel .tel-span {
	margin-top: 8px;
	font-size: 20px;
	color: #409539;
	font-weight: bold;
	display:block;
}
.nav {
	/*width: 65%;*/
	line-height: 90px;
	overflow: hidden;
	float: left; margin-left:50px
}
.nav > li {
	color: #5c5c5c;
	float: left;
	transition:background 0.5s;
	-webkit-transition:background 0.5s;
	-ms-transition:background 0.5s;
	-o-transition: background 0.5s;
	-moz-transition: background 0.5s;
}
.nav > li > a {
	display: block;
	padding:0 20px; font-size:16px
}
.nav > li.on {
	background: #409539;
	color: #ffffff;
}
.nav > li:hover {
	background: #409539;
	color: #ffffff;
}
.navbtn {
	display: none;
}/****************banner************************/
.banner {
	width: 100%;
	position: relative;
}
.banner .swiper-container {
	width: 100%;
}
.banner .swiper-slide {
	width: 100%;
	background-position: center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.banner .swiper-slide img {
	width: 100%;
	display: block;
}
.banner .swiper-button-prev {
	background: url(banner-l.png) no-repeat center;
	position: absolute;
	left: 2%;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 49px;
	z-index: 99;
}
.banner .swiper-button-prev:hover {
	background:#409539 url(banner-l.png) no-repeat center;
}
.banner .swiper-button-next {
	background: url(banner-r.png) no-repeat center;
	position: absolute;
	right: 2%;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 49px;
	z-index: 99;
}
.banner .swiper-button-next:hover {
	background:#409539 url(banner-r.png) no-repeat center;
}
.banner .search {
	height:60px;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:99;
}
.banner .search .search-l {
	width:50%;
	height:60px;
	background:rgba(000, 000, 000, 0.7);
	font-size:12px;
	position:absolute;
	bottom:0;
	left:0;
}
.search-r {
	position:absolute;
	bottom:0;
	right:0;
	width:50%;
	height:60px;
	line-height: 60px;
	background: #409539;
}
.banner .search .container {
	overflow:hidden;
	position:relative;
	z-index:10;
}
.search_key {
	float:left;
	width:50%;
	line-height:60px;
	height:60px;
	overflow:hidden;
	color:#ffffff;
	text-align:right;
	padding-right:5%;
}
.search_key a {
	padding:0 5px;
}
.search_key a:hover {
	text-decoration: underline;
}
.search_form {
	float:right;
	width:50%;
	overflow:hidden;
}
.search_form .search-r-input {
	margin-left: 5%;
	margin-top:13px;
	width: 75%;
	padding-left:30px;
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	border-radius: 17px;
	background: url("search.png") no-repeat 10px 9px;
	background-color: #ffffff;
	border: none;
}
.search_form .search-r-input:focus {
	outline: none;
}
.search_form .search-r-input::-webkit-input-placeholder { /* WebKit browsers */
font-size: 12px;
}
.search_form .search-r-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
font-size: 12px;
}
.search_form .search-r-input::-moz-placeholder { /* Mozilla Firefox 19+ */
font-size: 12px;
}
.search_form .search-r-input:-ms-input-placeholder { /* Internet Explorer 10+ */
font-size: 12px;
}
.search_form .search-r-button {
	width: 92px;
	margin-left: -92px;
	margin-top: 13px;
	height: 35px;
	line-height: 34px;
	color: #ffffff;
	border: none;
	cursor: pointer;
	background: url("button.png") no-repeat center;
	background-size: auto 35px;
}
.search_form .search-r-button:focus {
	outline: none;
}/*******************面包屑 breadcrumbNav****************/
.breadcrumbNav {
	height: 88px;
	line-height: 88px;
	border-bottom: 1px solid #ebe8e8;
}
.breadcrumbNav-ul > li {
	width: 120px;
	float: left;
}
.breadcrumbNav-ul > li > a {
	width: 100%;
	color: #5b5a5a;
	display: inline-block;
	text-align: center;
}
.breadcrumbNav-ul > li.on > a {
	color: #008f6d;
	border-bottom: 1px solid #008f6d;
}
.footer {
	padding-top: 50px;
	background: #36373b;
	padding-bottom: 44px;
	color: #d5d5d5;
	font-size: 12px;
}
.footer-l {

}
.footer-l .dblogo {
	margin-bottom:10px;
}
.footer-l > p {
	line-height: 1.8;
}
.footer-l .dblink {
	margin-top:10px;
}
.footer-l .dblink a {
	margin:0 20px 0 0;
}
.footer-l .dblink a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer-r {
	margin-top: 10px;
	text-align: center;
	margin-left: -100px;
}
.footer-r > i {
	margin-top: 4px;
	font-style: normal;
	display: inline-block;
	text-align: center;
}
.footer-m {
	width: 100%;
	padding-left: 390px;
	padding-right: 100px;
}
.footer-m > dl {
	width: 19.9%;
	line-height: 2.2;
	float: left;
}
.footer-m > dl > dt {
	font-size: 14px;
	margin-bottom: 4px;
	padding-left: 20px;
	font-weight:bold;
}
.footer-m > dl > dt > a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer-m > dl > dd {
	padding-left: 25px;
}
.footer-m > dl > dd > a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer-r-img img {
	width: 100px;
}/*产品*/
.part1 {
	background: url("part1-bg.png") no-repeat center top;
}
.part1-t {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 74px;
	text-align: center;
}
.part1-t-zi-bg {
	background: url("part1-t-zi-bg.png") no-repeat center;
}
.tagnav {
	margin:35px 0;
	text-align: center;
}
.tagnav li, .tagnav span {
	width: 180px;
	height: 70px;
	line-height: 25px; padding-top:10px;
	border-radius: 5px;
	color: #1c1c1c;
	margin:5px;
	border: 1px solid #7c7c7c;
	cursor: pointer;
	display: inline-block;
	text-align: center;
}
.tagnav li a, .tagnav span a {
	display:block;
}
.tagnav span:hover, .tagnav li:hover, .tagnav>li.on {
	background: #409539;
	color: #ffffff;
	border-color: #409539;
}
.part1-t-zi {
	text-align: center;
}
.part1-t-zi > span {
	color: #7c7c7c;
	line-height:1;
	font-size:12px;
}
.part1-t-zi > span.letter {
	letter-spacing:3px;
}
.part1-t-zi > h2 {
	font-size: 34px;
	line-height:1;
	color: #2f2f35;
	margin:5px 0 10px 0;
	font-weight: bold;
}
.part1-t-zi > h2 > span {
	color: #409539;
	line-height:1;
}
.t-bg {
	background: url("t-bg.png") no-repeat center;
}
.swiper-part1 {
	height: 580px;
}
.part1-m > li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 24px;
	color: #ffffff;
	float: left;
}
.part1-m > li:nth-child(3n) {
margin-right: 0;
}
.part1-m > li .part1-m-up {
	position: relative;
	font-size: 0;
	line-height:0;
	background: #000;
	overflow: hidden;
}
.part1-m > li .part1-m-up>img {
	width: 100%;
}
.part1-m > li .part1-m-up .zhaozi {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

}
.part1-m > li .part1-m-up > h3 {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	text-align: center; background:rgba(54, 55, 59, 0.8);
}
.part1-m > li .part1-m-down {
	width: 100%;
	height: 100%;
	line-height: normal;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 60px 40px 40px;
	background: rgba(9,129,69,0.8);
	transition: top 0.4s;
	-webkit-transition: top 0.4s;
	-ms-transition: top 0.4s;
	-o-transition: top 0.4s;
	-moz-transition: top 0.4s;
}
.part1-m > li .part1-m-down > h3 {
	font-size: 24px;
}
.part1-m > li .part1-m-down > p {
	font-size: 14px;
	margin-top: 14px;
}
.part1-m > li .part1-m-down > i {
	width: 34px;
	height: 34px;
	margin-top: 20px;
	background: url("part1-m-r.png") no-repeat center;
	background-size: 34px;
	display: inline-block;
}
.part1-m > li:hover .part1-m-up > h3 {
	opacity: 0;
}
.part1-m > li:hover .part1-m-down {
	top: 0;
}
.prod_more {
	width: 150px;
	height: 32px;
	line-height: 30px;
	color: #1c1c1c;
	margin:0 auto;
	border: 1px solid #7c7c7c;
	font-size: 14px;
	text-align: center;
}
.prod_more a {
	display: block;
}
.prod_more:hover {
	border: 1px solid #409539;
}
.prod_more:hover a {
	color:#fff;
	background: #409539;
}/*案例*/
.part2 {
	margin-top: 50px;
	padding-top: 60px;
	padding-bottom: 45px;
	background: #ededed;
}
.part2-m {
	margin-top: 60px;
	overflow:hidden;
}
.part2-m > li {
	position: relative;
	width: 20%;
	height: 340px;
	color: #ffffff;
	float: left;
	overflow: hidden;
}
.part2-m > li:last-child {
	margin-right: 0;
}
.part2-m > li .part2-m-l img {
	width: 100%;
}
.part2-m > li .part2-m-l .part2-m-l-b {
	height:170px;
	position:absolute;
	padding:16px;
	left:0;
	bottom:0;
	background:#409539;
}
.part2-m > li .part2-m-l .part2-m-l-b > h3 {
	font-size: 18px;
}
.part2-m > li .part2-m-l .part2-m-l-b > p {
	font-size: 12px;
	margin-top: 10px;
	max-height: 54px;
	overflow: hidden;
}
.part2-m > li .part2-m-l .part2-m-l-b .more {
	position: absolute;
	left: 50%;
	bottom: 18px;
	margin-left: -39px;
	width: 78px;
	height: 28px;
	line-height: 26px;
	font-size: 12px;
	border: 1px solid #ffffff;
	text-align: center;
}
.part2-m > li .part2-m-r .part2-m-r-l {
	width: 50%;
	float: left;
}
.part2-m > li .part2-m-r .part2-m-r-l img {
	height:340px;
	width:100%;
	display:block;
}
.part2-m > li .part2-m-r .part2-m-r-r {
	padding: 34px 30px;
	position: relative;
	width: 50%;
	height: 100%;
	background: #ffffff;
	float: left;
}
.part2-m > li .part2-m-r .part2-m-r-r > h3 {
	color: #404040;
	font-size: 20px;
}
.part2-m > li .part2-m-r .part2-m-r-r > p {
	color: #8d8d8d;
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.8;
}
.part2-m > li .part2-m-r .part2-m-r-r .more {
	position: absolute;
	left: 50%;
	bottom: 18px;
	margin-left: -39px;
	width: 78px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	text-align: center;
	background: #409539;
	color: #ffffff;
}
.part2-m > li.on {
	width: 56%;
	margin:0 2%;
	overflow:hidden;
}
.part2-m > li.on .part2-m-l {
	display: none;
}
.case_center .swiper-button-prev {
	background:none;
	left:0;
}
.case_center .swiper-button-next {
	background:none;
	right:0;
}
.part2-b {
	margin-top: 40px;
	text-align: center;
}
.part2-b .part2-b1 {
	height: 30px;
	line-height: 28px;
	color: #409539;
	border: 1px solid #409539;
	margin-right: 4px;
	-moz-box-shadow: 0px 0px 1px #409539;
	-webkit-box-shadow: 0px 0px 1px #409539;
	box-shadow: 0px 0px 1px #409539;
	display: inline-block;
}
.part2-b .part2-b1 > a {
	padding: 0 40px;
	display: block;
}
.part2-b .part2-b1:hover {
	background: #409539;
	color: #ffffff;
}
.part2-b .part2-b2 {
	height: 30px;
	line-height: 28px;
	color: #409539;
	border: 1px solid #409539;
	-moz-box-shadow: 0px 0px 1px #409539;
	-webkit-box-shadow: 0px 0px 1px #409539;
	box-shadow: 0px 0px 1px #409539;
	padding: 0 36px;
	background: url("tel2.png") no-repeat 10px center;
	background-size: auto 22px;
	display: inline-block;
}/****************part3********************/
.part3 {
	padding-top: 60px;
	padding-bottom: 56px;
}
.part3 .part2-b {
	margin-top: 40px;
}
.part3-m {
	overflow:  hidden;
	margin:36px 50px 0 50px!important;
	position: relative;
}
.part3-m .swiper-slide {
	width: 32%;
}
.swiper-father {
	position: relative;
	overflow:hidden;
}
.swiper-father .swiper-button-prev {
	background: url(jiantou-l.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
	width: 30px;
	height: 60px;
	z-index: 99;
}
.swiper-father .swiper-button-next {
	background: url(jiantou-r.png) no-repeat left top;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -30px;
	width: 30px;
	height: 60px;
	z-index: 99;
}
.video-img {
	position: relative;
}
.video-img > .zhaozi {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("video-bg.png") no-repeat center 60%;
}
.video-img > img {
	display:block;
	width: 100%;
}
.video-name {
	overflow: hidden;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #565656;
	background: #ededed;
	display: inline-block;
	text-align: center;
}/*****************part4*******************/
.part4 {
	background: url("part4-bg.jpg") no-repeat center;
}
.part4 > .container {
	background: url("part4-m-bg.png") no-repeat right top;
	overflow:hidden;
	padding-bottom:80px;
}
.part4-m {
	padding-top: 90px;
	padding-right: 30px;
	overflow: hidden;
}
.part4-m .part4-m-l {
	position:relative;
}
.part4-m .part4-m-l .swiper-part4-img {
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
.part4-m .part4-m-l .swiper-part4-img img {
	height: 365px;
}
.part4-m .part4-m-l .swiper-button-prev {
	position: absolute;
	right: 58px;
	top:auto;
	left: auto;
	bottom: 4px;
	z-index: 99;
	height: 34px;
	width: 50px;
	background: url("jiantou-l.png") no-repeat center;
	background-color: #409539;
	display: inline-block;
}
.part4-m .part4-m-l .swiper-button-next {
	position: absolute;
	right: 4px;
	top:auto;
	bottom: 4px;
	z-index: 99;
	height: 34px;
	width: 50px;
	background: url("jiantou-r.png") no-repeat center;
	background-color: #409539;
	display: inline-block;
}
.part4-m .part4-m-r {
	overflow:hidden;
}
.part4-m .part4-m-r > h3 {
	height: 70px;
	line-height: 96px;
	font-size: 34px;
	color: #409539;
	text-align: right;
}
.part4-m .part4-m-r > .gctxt {
	padding: 50px 28px 0;
	background: #409539;
	height: 295px;
	color: #fef8f4;
	line-height: 1.8;
	font-size: 14px;
}/****************part5*****************/
.part5 {
	padding-top: 60px;
	padding-bottom: 30px;
}
.swiper-part5 {
	padding-bottom: 50px;
	overflow: hidden;
	margin-top: 40px;
}
.swiper-part5 li {
	padding: 0 20px;
	color: #727272;
	display: inline-block;
	width:32%;
}
.swiper-part5 li > a > span {
	font-size: 14px;
}
.swiper-part5 li > a > h3 {
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	color: #322d2c;
	font-weight: 400;
	overflow:hidden;
}
.swiper-part5 li > a > h3:hover {
	color:#409539;
}
.swiper-part5 li > a > p {
	height: 100px;
	line-height: 1.8;
	font-size: 14px;
}
.swiper-part5 li > a > .more {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	width: 70px;
	border: 1px solid #409539;
	-moz-box-shadow: 0px 0px 2px #409539;
	-webkit-box-shadow: 0px 0px 2px #409539;
	box-shadow: 0px 0px 2px #409539;
	text-align: center;
}
.swiper-part5 li > a > .more:hover {
	background: #409539;
	color: #ffffff;
}
.swiper-pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #bfbfbf;
	border-radius: 7px;
	margin: 0 4px;
	display: inline-block;
	opacity:1;
}
.swiper-pagination .swiper-pagination-bullet-active {
	width: 60px;
	background: #409539;
}/************************case***********************/
.case-m {
	margin:30px auto;
}
.case-m-ul {
	overflow: hidden;
}
.case-m-ul > li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
	float: left;
}
.case-m-ul > li:nth-child(3n) {
margin-right: 0;
}
.case-m-ul > li:hover .case-m-li-zi {
	background: #409539;
}
.case-m-ul > li:hover .case-m-li-zi > h3 {
	color: #ffffff;
}
.case-m-ul > li:hover .case-m-li-zi > p {
	color: #ffffff;
}
.case-m-li-img {
	font-size: 0;
	line-height: 0;
}
.case-m-li-img > img {
	width: 100%;
}
.case-m-li-zi {
	background: #f6f5f5;
	padding: 16px 20px;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
	-ms-transition: background 0.3s;
	-o-transition: background 0.3s;
	-moz-transition: background 0.3s;
}
.case-m-li-zi > h3 {
	font-size: 18px;
	color: #222222;
	height: 27px;
	overflow: hidden;
}
.case-m-li-zi > p {
	line-height: 1.8;
	margin-top: 4px;
	color: #646464;
	height: 50px;
	overflow: hidden;
}
.pagination {
	margin-bottom: 66px;
	text-align: center;
}
.pagination div {
	color: #999;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	border-left:1px solid #efefef;
}
.pagination div span, .pagination div a {
	width: 40px;
	height: 36px;
	line-height: 34px;
	border: 1px solid #efefef;
	border-left:none;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
	-ms-transition: background 0.3s;
	-o-transition: background 0.3s;
	-moz-transition: background 0.3s;
	float: left;
	text-align: center;
}
.pagination div span {
	background:#409539;
	color:#ffffff;
}
.pagination div a {
	display:block;
}
.pagination div a:hover {
	background:#409539;
	color:#ffffff;
}
.pagination .pagination-ul .pagination-li-lastpage, .pagination .pagination-ul .pagination-li-nextpage {
	width: 60px;
	background: #efefef;
}/***************************product*************************/
.product-m {
	margin: 30px auto;
}
.product-m-ul {
	overflow:hidden;
}
.product-m-ul > li {
	width: 33.3%;
	padding:0 12px;
	margin-bottom: 24px;
	color: #ffffff;
	float: left;
}
.product-m-ul > li .product-m-up {
	position: relative;
	font-size: 0;
	line-height: 0;
	background: #000;
	overflow: hidden;
}
.product-m-ul > li .product-m-up > img {
	width: 100%;
}
.product-m-ul > li .product-m-up .zhaozi {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}
.product-m-ul > li .product-m-up > h3 {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.product-m-ul > li .product-m-down {
	width: 100%;
	height: 100%;
	line-height: normal;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 60px 40px 40px;
	background: rgba(210, 107, 4, 0.8);
	transition: top 0.4s;
	-webkit-transition: top 0.4s;
	-ms-transition: top 0.4s;
	-o-transition: top 0.4s;
	-moz-transition: top 0.4s;
}
.product-m-ul > li .product-m-down > h3 {
	font-size: 24px;
}
.product-m-ul > li .product-m-down > p {
	font-size: 14px;
	margin-top: 14px;
	height: 57px;
	overflow: hidden;
}
.product-m-ul > li .product-m-down > i {
	width: 34px;
	height: 34px;
	margin-top: 20px;
	background: url("part1-m-r.png") no-repeat center;
	background-size: 34px;
	display: inline-block;
}
.product-m-ul > li:hover .product-m-up > h3 {
	opacity: 0;
}
.product-m-ul > li:hover .product-m-down {
	top: 0;
}/***************video****************/
.video-m {
	margin:30px auto;
}
.video-m-ul {
	overflow: hidden;
}
.video-m-ul > li {
	position: relative;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
	float: left;
}
.video-m-ul > li:nth-child(3n) {
margin-right: 0;
}
.video-m-li-img {
	position: relative;
	font-size: 0;
	line-height: 0;
}
.video-m-li-img > img {
	width: 100%;
}
.video-zhaozi {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("video-bg.png") no-repeat center;
}
.video-m-li-zi {
	overflow: hidden;
	height: 60px;
	line-height: 54px;
	background: #ededed;
	font-weight: normal;
	text-align: center;
}
.video-m-ul > li:hover .video-m-li-zi {
	background:#409539;
	color:#ffffff;
}/*******************news*****************/
.news-m {
	margin:30px auto;
}
.news-m-ul {
	overflow: hidden;
}
.news-m-ul > li {
	height: 215px;
	margin-bottom: 15px;
	padding-bottom:15px;
	border-bottom: 1px solid #e9e9e9;
}
.news-m-ul > li .news-m-li-img {
	width: 25%;
	padding-right: 30px;
	display: inline-block;
	text-align: center;
}
.news-m-ul > li .news-m-li-img p {
	display: block;
	width: 100%;
	height: 200px;
}
.news-m-ul > li .news-m-li-img p:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.news-m-ul > li .news-m-li-img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.news-m-ul > li .news-m-li-zi {
	width: 65%;
	display: inline-block;
}
.news-m-ul > li .news-m-li-zi > h2 {
	height: 60px;
	line-height: 60px;
	color: #282828;
	overflow:hidden;
}
.news-m-ul > li .news-m-li-zi > h2:hover {
	color:#409539;
}
.news-m-ul > li .news-m-li-zi > p {
	height: 80px;
	margin-bottom:10px;
	line-height: 1.8;
	color: #8f8e8e;
	overflow:hidden;
}
.news-m-ul > li .news-m-li-zi > .news-m-li-zi-data {
	color: #999;
	background: url("news-m-li-zi-data-bg.png") no-repeat left center;
	padding-left: 24px;
}
.news-m-ul > li .news-m-li-date {
	width: 10%;
	margin-top: 50px;
	color: #999999;
	text-align: right;
	display: inline-block;
}
.news-m-ul > li .news-m-li-date .news-m-li-date-day {
	font-size: 36px;
	padding:0 6px
}/******************afterSale*****************/
.afterSale-m {
}
.afterSale-m-t {
	background: url("part1-bg.png") no-repeat center top;
	padding-top: 74px;
}
.afterSale-m-t .afterSale-m-t-l {
	width: 35%;
	background: transparent;
}
.afterSale-m-t .afterSale-m-t-l img {
	max-width:100%;
}
.afterSale-m-t .afterSale-m-t-r {
	width: 65%;
	padding-left:5%;
}
.afterSale-m-t .afterSale-m-t-r > h2 {
	height: 70px;
	line-height: 70px;
}
.afterSale-m-t .afterSale-m-t-r .aftertxt {
	line-height: 1.8;
}
.afterSale-m-m {
	background: #f3f1f1;
	padding-top: 50px;
	padding-bottom: 70px;
	margin-top: 60px;
	color: #2f2f35;
	text-align: center;
}
.afterSale-m-m h2 {
	height: 60px;
	line-height: 60px;
}
.afterSale-m-m ul {
	margin-top: 50px;
}
.afterSale-m-m ul > li {
	width: 24.9%;
	float: left;
}
.afterSale-m-m ul > li > i {
	font-style: normal;
	padding:15px 0;
	line-height: 20px;
}
.afterSale-m-m ul > li .afterSale-m-m-li-img {
	width:50%;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
}
.afterSale-m-m ul > li .afterSale-m-m-li-img > img {
	width: 100%;
}
.afterSale-m-b {
	padding-top: 74px;
	padding-bottom: 60px;
	overflow: hidden;
}
.afterSale-m-b .afterSale-m-b-r {
	width: 35%;
	background: transparent;
	text-align: right;
}
.afterSale-m-b .afterSale-m-b-r img {
	max-width:100%;
}
.afterSale-m-b .afterSale-m-b-l {
	width: 65%;
	padding-right:5%;
}
.afterSale-m-b .afterSale-m-b-l > h2 {
	height: 70px;
	line-height: 70px;
}
.afterSale-m-b .afterSale-m-b-l .aftertxt {
	line-height: 1.8;
}/********************about******************/
.nyban {
	position: relative;
	height: 254px;
}
.nyban-zi {
	position: absolute;
	height: 87px;
	width: 100%;
	top:50%;
	margin-top:-54px;
	z-index: 99;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}
.nyban-zi>h2 {
	font-size: 34px;
	margin-bottom: 10px;
}
.crumb a:hover {
	color:#409539;
	text-decoration:underline;
}
.nyban-nav {
	color: #ffffff;
	margin: 0 auto;
	margin-top: 70px;
	display: inline-block;
}
.nyban-nav>li {
	width: 108px;
	height: 34px;
	line-height: 32px;
	font-size: 14px;
	border: 1px solid #ffffff;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
	-ms-transition: background 0.3s;
	-o-transition: background 0.3s;
	-moz-transition: background 0.3s;
	float: left;
}
.nyban-nav>li>a {
	display: block;
}
.nyban-nav>li.on {
	background: #409539;
}
.nyban-nav>li:hover {
	background: #409539;
}
.about-m {
	margin-bottom: 50px;
}
.about-m-t {
	color: #2f2f35;
	background:url("part1-bg.png") no-repeat center top;
	padding:76px 0 40px 0;
	text-align:center;
}
.about-m-t > h2 {
	font-size: 28px;
}
.about-m-t > p {
	margin-top: 10px;
	line-height: 1.8;
}
.about-m-t > .count {
	margin-top: 30px;
	display: inline-block;
}
.about-m-t > .count > li {
	float: left;
	margin: 0 60px;
}
.about-m-t > .count > li .count-1-t {
	font-size: 46px;
	color: #409539;
	font-weight: bold;
}
.about-m-m {
	height:260px;
	overflow: hidden;
}
.about-m-m>div {
	float:left;
	height:260px;
}
.about-m-m>div img {
	height:100%;
	display: block;
}
.about-m-m .about-m-m-1 {
	width:16%;
}
.about-m-m .about-m-m-2 {
	width:31%;
}
.about-m-m .about-m-m-3 {
	width:25%;
	background: #409539;
	padding:35px 15px 0 15px;
	color: #ffffff;
}
.about-m-m .about-m-m-3 span {
	font-family:arial;
	font-size: 16px;
}
.about-m-m .about-m-m-3 p {
	margin-top:15px;
	font-size: 14px;
}
.about-m-m .about-m-m-3 h3 {
	font-size: 18px;
	font-weight: normal;
}
.about-m-m .about-m-m-4 {
	width:28%;
}
.about-m-b {
	padding-bottom: 40px;
}
.about-m-b > h3 {
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	font-size: 24px;
	color: #409539;
	margin:30px 0 10px 0;
}
.about-m-b > p {
	color: #2f2f35;
	line-height: 1.8;
}/*************machining************/
.machining-m {
	margin-bottom: 74px;
	background: url("part1-bg.png") no-repeat center top;
}
.machining-m-t {
	padding-top: 50px;
}
.machining-m-t > h2 {
	padding:20px 0;
	line-height:1.5;
	font-size: 34px;
	color: #2f2f35;
	text-align: center;
}
.machining-m-t > h2 > span {
	color: #409539;
}
.machining-m-t > p {
	color: #373737;
	line-height: 1.8;
	padding: 0 70px;
}
.machining-m-b {
	overflow:hidden;
	padding: 0 70px;
	margin-top: 36px;
	position: relative;
	overflow: hidden;
}
.machining-m-b>.swiper-button-prev {
	background: url(jiantou-l.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
	width: 30px;
	height: 60px;
	z-index: 99;
}
.machining-m-b>.swiper-button-next {
	background: url(jiantou-r.png) no-repeat left top;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -30px;
	width: 30px;
	height: 60px;
	z-index: 99;
}
.swiper-machining {
	overflow:hidden;
}
.machining-m-b .swiper-slide {
	width:49%;
}
.machining-m-b img {
	width:100%;
}/***************contact*********************/
.contact-m {
	padding: 0 30px;
	padding-bottom: 60px;
}
.contact-m-t {
	background: url("part1-bg.png") no-repeat center top;
	padding-top: 66px;
}
.contact-m-t .contact-m-t-l {
	color: #3c3b3b;
	font-size: 12px;
	width:50%;
}
.contact-m-t .contact-m-t-l > h2 {
	font-size: 24px;
}
.contact-m-t .contact-m-t-l > p {
	line-height: 1.8;
	margin-top: 18px;
}
.contact-m-t .contact-m-t-r {
	width: 48%;
}
.contact-m-t .contact-m-t-r .contact-form-1 {
	width: 100%;
}
.contact-m-t .contact-m-t-r .contact-form-1 > input {
	width: 49%;
	height: 36px;
	line-height: 36px;
	padding-left: 18px;
	background: #f1f1f1;
	border: none;
}
.contact-m-t .contact-m-t-r .contact-form-2 {
	width: 100%;
}
.contact-m-t .contact-m-t-r .contact-form-2 > input {
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding-left: 18px;
	margin-top: 10px;
	background: #f1f1f1;
	border: none;
}
.contact-m-t .contact-m-t-r .contact-form-3 {
	width: 100%;
	line-height: 0;
	font-size: 0;
}
.contact-m-t .contact-m-t-r .contact-form-3 > textarea {
	font: 14px / 1.5 "MIcrosoft YaHei";
	width: 100%;
	height: 120px;
	font-size: 14px;
	line-height: 1.8;
	margin-top: 10px;
	padding: 18px;
	background: #f1f1f1;
	border: none;
}
.contact-m-t .contact-m-t-r .contact-form-4 {
	width: 100%;
}
.contact-m-t .contact-m-t-r .contact-form-4 > button {
	cursor: pointer;
	margin-top: 10px;
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	background: #409539;
	color: #ffffff;
	border: none;
	text-align: center;
}
.map {
	width:100%;
	height:280px;
	border:#ccc solid 1px;
	margin:40px auto 0 auto;
}
.iw_poi_title {
	color:#CC5522;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	padding-right:13px;
	white-space:nowrap
}
.iw_poi_content {
	font:12px arial, sans-serif;
	overflow:visible;
	padding-top:4px;
	white-space:-moz-pre-wrap;
	word-wrap:break-word
}
.anchorBL {
	display: none;
}/**************productFinal**************/
.productFinal-banner {
	position: relative;
	height: 354px;
	background: url("productFinal-banner.jpg") no-repeat center;
}
.productFinal-banner-zhao {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000000;
	opacity: .3;
}
.productFinal-banner-zi {
	position: relative;
	z-index: 99;
	color: #ffffff;
	padding-top: 140px;
	font-size: 12px;
	text-align: center;
}
.productFinal-banner-zi > h2 {
	font-size: 34px;
	margin-bottom: 10px;
}
.productFinal-m {
	padding-top: 20px;
	padding-bottom: 60px;
	color: #5e5e5e;
}
.productFinal-m-l {
	width:18%; margin-right:10px
}
.productFinal-m-l .productFinal-m-l-t > h2 {
	height: 90px;
	line-height: 90px;
	padding-left: 30px;
	font-size: 30px;
	background:#409539 url("product-nav-bg.jpg") no-repeat left top;
	color: #fff;
}
.productFinal-m-l .productFinal-m-l-t > ul li {
	height: 46px;
	line-height: 46px;
	color: #414141;
	border: 1px solid #f4f3f3;
	background: url("product-nav-li-bg.png") no-repeat right center;
}
.productFinal-m-l .productFinal-m-l-t > ul li > a {
	display: block;
	padding-left: 24px;
}
.productFinal-m-l .productFinal-m-l-t > ul li.on, .productFinal-m-l .productFinal-m-l-t > ul li:hover {
	background:#409539 url("product-nav-li-bg2.png") no-repeat right center;
	color:#ffffff;
}
.productFinal-m-l .productFinal-m-l-b {
	margin-top:20px;
	border: 1px solid #f4f3f3;
}
.productFinal-m-l .productFinal-m-l-b > h3 {
	padding-left: 10px;
	height: 40px;
	line-height: 40px;
	background: #f8f8f8;
	font-size: 14px;
}
.productFinal-m-l .productFinal-m-l-b .productFinal-m-l-b-1 {
	padding: 10px 0;
	border-bottom: 1px dashed #f4f3f3;
}
.productFinal-m-l .productFinal-m-l-b .productFinal-m-l-b-1 .productFinal-online {
	margin:0 auto;
	height: 32px;
	line-height: 32px;
	width: 130px;
	background: #409539;
	color: #ffffff;
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
	display:block;
}
.productFinal-m-l .productFinal-m-l-b .productFinal-m-l-b-2 {
	margin-left: 10px;
	padding: 10px 0;
	border-bottom: 1px dashed #f4f3f3;
}
.productFinal-m-l .productFinal-m-l-b .productFinal-m-l-b-2 .productFinal-tel > h3 {
	font-size:14px;
	padding-left: 30px;
	background: url("productFinal-tel.png") no-repeat left center;
}
.productFinal-m-l .productFinal-m-l-b .productFinal-m-l-b-2 .productFinal-tel > p {
	color: #409539;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -2px;
}
.productFinal-m-l .productFinal-m-l-b .productFinal-m-l-b-3 {
	padding: 0 10px;
	padding-bottom: 30px;
}
.productFinal-m-l .productFinal-m-l-b .productFinal-m-l-b-3 > h3 {
	font-size:14px;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	background: url("productFinal-tel2.png") no-repeat left center;
}
.productFinal-m-l .productFinal-m-l-b .productFinal-m-l-b-3 > p {
	line-height: 2.2;
	/*white-space: nowrap;*/
	font-size: 12px;
}
.productFinal-m-l .productFinal-m-l-b .productFinal-m-l-b-3 > p > span {
	color: #409539;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -2px;
}
.productFinal-m-r {
	width: 79%;
}
.cpban {
	overflow:hidden;
}
.productFinal-m-r-t {
	width: 79%;
	float: left;
	height: 100%;
}
.productFinal-m-r-t-l {
	overflow: hidden;
	width: 100%;
	text-align: center;
	height: 100%;
}
.productFinal-m-r-t-l .productFinal-swiper-tu {
	height: 100%;
}
.productFinal-m-r-t-l img {
	max-width: 100%;
	max-height:100%;
}
.preview {
	width: 19%;
	height: 100%;
	float: right;
}
.preview li {
	border: 2px solid #ffffff;
	width: 100%;
	height: 25%;
	margin-bottom:2%
}
.preview li > img {
	width: 100%;
	display:block;
	height: 100%;
}
.preview li.active-nav {
	border: 2px solid #409539;
}
.productFinal-m-r-b {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.productFinal-m-r-b > ul > li {
	width: 110px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #dedddd;
	cursor: pointer;
	text-align: center;
	float: left;
}
.productFinal-m-r-b > ul > li.on {
	background: #409539;
	color: #ffffff;
	border-color: #409539;
}
.content-slide {
	border-top: 1px solid #dedddd;
	padding: 20px;
	line-height: 1.8;
}
.showhead {
	overflow: hidden;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
	padding:0 0 15px 0;
}
.showhead h1 {
	font-size: 24px;
	color: #409539;
	line-height:1.5;
	padding:10px 0;
}
.showhead .showcs {
	font-size: 14px;
	line-height:1.5;
}
.txt {
	font-size: 16px;
	line-height: 1.8;
	overflow:hidden;
	padding:20px 0;
}
.txt img {
	/*width:600px;*/
	margin:0 auto;
	display: block;
}
.video {
	width:640px;
	height: 400px;
	overflow:hidden;
	margin:30px auto 0 auto;
}
.video iframe {
	width: 100%;
	height: 100%;
}
.showbottom {
	overflow: hidden;
	border-top: 1px solid #dcdcdc;
}
.art_page {
	float:left;
	padding:5px 0;
}
.art_page a {
	line-height:1.5;
	display: block;
	padding:5px 0;
}
.art_page a:hover {
	text-decoration:underline;
	color: #409539;
}
.bdsharebuttonbox {
	float:right;
	padding: 18px 0 0 0;
}
.videols {
	margin-top: 0;
}
.casels {
	margin-top: 0;
}
.newsls {
	margin-top: 0;
}
.prodls {
	margin-top: 0;
}
.prodls > li .product-m-down {
	padding:20px;
}
.prodls > li .product-m-down > h3 {
	font-size: 20px;
}
.join {
	border-top: 3px solid #409539;
	overflow: hidden;
}
.jointxt {
	box-shadow:0 0 50px #666666;
	border:3px solid #409539;
	width:55%;
	margin:30px auto;
	overflow: hidden;
}
.jointxt img {
	margin:0 auto;
	width:100%;
	display: block;
}


.bot-nav{overflow:hidden;background-color:#409539;position:fixed;bottom:0;left:0;width:100%;z-index:999; display:none}
.bot-nav li{float:left;width:25%;text-align:center;padding:1.2em 0;}
.bot-nav li a{font-size:1em;color:#fff;display:block;border-left:1px dotted #175fbd;} .footer li:nth-child(1) a{border-left:none;}
