@charset "utf-8";

@font-face {font-family: 'Bahnschrift'; src: url('/fonts/Bahnschrift.eot'); /* IE9 Compat Modes */ src: url('/fonts/Bahnschrift.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/Bahnschrift.woff') format('woff'), /* Modern Browsers */ url('/fonts/Bahnschrift.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/Bahnschrift.svg#Bahnschrift') format('svg'); /* Legacy iOS */ } 

/* CSS Document */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{width: 7px; background:rgba(255,255,255,0);} 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{background:rgba(255,255,255,1);} 
/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background:#6d8b02;} 

/* CSS Document */
*{margin:0 auto; padding:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;box-sizing:border-box;}
html {font-size: 62.5%; /*10÷16=62.5% */ overflow-x: hidden;}
@media only screen and (max-width:1600px){
	html {font-size: 60%;}
}
@media only screen and (max-width:1440px){
	html {font-size: 58%;}
}
@media only screen and (max-width:1280px){
	html {font-size: 56%;}
}
@media only screen and (max-width:1024px){
	html {font-size: 54%;}
}

blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
span, a, ul, li {margin:0;padding:0;border:0;list-style-type:none;}
input, button, textarea{outline:none; appearance:none;}
body{font-family:"Microsoft YaHei",sans-serif; -webkit-font-smoothing: antialiased; min-width: 1024px; font-size:12px; font-size:1.2rem; margin:0 auto; color:#333; PADDING-TOP:0px; overflow-x: hidden; background: #fff;}
a{color:#333; text-decoration:none;}
a:hover{color:#6d8b02;}

.linkA{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9}

.ta{-webkit-transition:all .5s ease-in;-moz-transition:all .5s ease-in;-o-transition:all .5s ease-in;transition:all .5s ease-in;}
.ta a{-webkit-transition:all .5s ease-in;-moz-transition:all .5s ease-in;-o-transition:all .5s ease-in;transition:all .5s ease-in;}
.ta:hover{-webkit-transition:all .5s ease-in;-moz-transition:all .5s ease-in;-o-transition:all .5s ease-in;transition:all .5s ease-in;}

img{vertical-align:middle; border:0;}

.ftb{font-family: 'Bahnschrift';}
.b{font-weight: bold;}

.ta{-webkit-transition:all .2s ease-in;-moz-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in;}

.clear{clear:both; height:0; line-height:0; font-size:0; *display:inline;/*IE only*/}
.clearfix:after{content:"";display:block;clear:both;}
.fl { float:left;}
.fr { float:right;}
.tal{text-align: left;}
.tac{text-align: center;}
.tar{text-align: right;}

@media only screen and (max-width:800px){
	embed{width:100%; height: auto;}
	video{width:100%; height: auto;}
	iframe{width:100%; height: auto;}
	table{width:100%; height: auto;}
}

/*表格*/
.product_tb table{width:100%;border-spacing:0; border-collapse:separate;}
.product_tb table>thead>tr>th,.product_tb table>tbody>tr>th,.product_tb table>tfoot>tr>th,.product_tb table>thead>tr>td,.product_tb table>tbody>tr>td,.product_tb table>tfoot>tr>td{text-align:center; padding: .5% 0; border-top:1px solid #ddd}
.product_tb table>thead>tr>th{vertical-align:bottom; border-bottom:1px solid #ddd;}
.product_tb table>caption+thead>tr:first-child>th,.product_tb table>colgroup+thead>tr:first-child>th,.product_tb table>thead:first-child>tr:first-child>th,.product_tb table>caption+thead>tr:first-child>td,.product_tb table>colgroup+thead>tr:first-child>td,.product_tb table>thead:first-child>tr:first-child>td{border-top:0}
.product_tb table>tbody+tbody tr:first-child td{border-top:2px solid #ddd}

.product_tb table{border-right:1px solid #ddd; border-bottom:1px solid #ddd}
.product_tb table>thead>tr>th,.product_tb table>tbody>tr>th,.product_tb table>tfoot>tr>th,.product_tb table>thead>tr>td,.product_tb table>tbody>tr>td,.product_tb table>tfoot>tr>td{border-left:1px solid #ddd}
.product_tb table>thead>tr>th:first-child,.product_tb table>tbody>tr>th:first-child,.product_tb table>tfoot>tr>th:first-child,.product_tb table>thead>tr>td:first-child,.product_tb>tbody>tr>td:first-child,.product_tb>tfoot>tr>td:first-child{border-left:none}

/*gotop*/
.cbbfixed {position:fixed; right:10px; bottom:10px; transition: bottom ease .3s; z-index:3; cursor:pointer;}
.cbbfixed .cbbtn {width: 40px; height: 40px; display: block; background-color:#6d8b02;}
.cbbfixed .gotop {transition:background-color ease .3s;margin-top: 1px;}
.cbbfixed .gotop .up-icon{float:left; margin:14px 0 0 9px; width:23px;height:12px;background:url(side-icon02.png);}
.cbbfixed .gotop:hover {background-color:#4b5d0c;}
.cbbfixed .cweixin {background: #9b9b9b;}
.cbbfixed .cweixin:hover{background:#434343;}
.cbbfixed .cweixin div {background: url(erwei.png) no-repeat left center; width: 194px;height: 199px;position: absolute;left: -194px;top: -115px;opacity: 0;transform: scale(0);    -webkit-transform: scale(0);transform-origin: 100% 70%;-webkit-transform-origin: 100% 70%;transition: transform ease .3s,opacity ease .3s;-webkit-transition: all ease .3s;display:none\0;*display:none;}
.cbbfixed .cweixin:hover div {display: block;transform: scale(1);-webkit-transform: scale(1);opacity: 1;*display:block;}
.cbbfixed .cweixin .weixin-icon{float: left;margin:12px 0 0 11px;width:18px;height: 18px; background:url(side-icon01.png);}

@media only screen and (max-width:800px){
	.cbbfixed{-webkit-transform:scale(.8, .8); transform:scale(.8, .8); transition: all 1s; right:2px;}
}

@media only screen and (max-width:1366px) {}
@media only screen and (max-width:1280px) {}
@media only screen and (max-width:940px) {}
@media only screen and (max-width:800px) {}
@media only screen and (max-width:560px){}

/*container*/
.container{width: 92%; max-width: 1600px; margin: 0 auto;}
@media only screen and (max-width:1600px) {
	.container{width: 92%; min-width: 950px;}
}

/*head*/
.header{position: fixed; z-index: 999; left: 0; top: 0; width: 100%; background: rgba(0,0,0,.3);}
.header.fixed{background: #fff; border-bottom: 1px solid rgba(0,0,0,.16);}
.header .container{display: flex; align-items: center; justify-content: space-between;}

.header .logo{width: 6.2%;}
.header .logo a{position: relative; width: 100%; height: 0; padding-bottom: 100%; overflow: hidden; display: block;}
.header .logo a img{position: absolute; left: 0; top: 0; width: 100%;}
.header.fixed .logo a img{top: -100%;}

.headerbox{width:65%; display: flex; align-items: center; justify-content:space-between;}

.wxsearch{width: 15%; display: flex; align-items: center; justify-content:flex-end;}
.wxsearch .wx{background: #6d8b02; color: #fff; width: 30px; height:30px; border-radius: 50%; position: relative; display: flex; align-items: center; justify-content: center; margin-right: 10px;}
.wxsearch .wx .img{display: none; opacity: 0; position: absolute; top: 150%; left: 50%; transform: translate(-50%, 0);}
.wxsearch .wx .img img{width: 100px; border: 1px solid rgba(3,108,77,.15);}
.wxsearch .wx:hover .img{display: block; opacity: 1;}

.search{*zoom: 1;position: relative; margin-left: 5%;}
.search:after{content: ""; display: table; clear: both;}
.search-button{overflow: hidden; text-transform: capitalize; position: relative; z-index: 1; display: block; outline: none; border: none; cursor: pointer; width: 30px; height:30px; border-radius: 50%; background: #6d8b02; color: #fff; overflow: hidden; transition: .5s;}
.search-button img{width: 100%; margin-top: 0;}
.header.fixed .search-button img{margin-top: -22px;}
#toggle-search:after{transition: top, 0.5s; position: absolute; top: 52px; left: 50%; margin-left: -8px; content: ""; border-color: transparent transparent #fff; border-width: 8px 8px 12px;}
#search-form{transition: max-height, 0.5s; position: absolute; top: 40px; z-index: 99; right: 0; width:200px; max-height: 0; overflow: hidden; background-color: #ececec;}
#search-form.open{max-height: 40px; width:200px;}
#search-form fieldset{position: relative; padding: 0; border: none;}
#search-form input{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;display: block; height: 40px;}
#search-form input[type="search"]{width:150px;padding: 0 5px 0 12px; background:none; border: none;}
#search-form input::-webkit-input-placeholder{color: #999;}
#search-form input[type="submit"]{position: absolute; bottom: 0; right: 0; width: 50px; margin: 0; padding: 0; text-transform: uppercase; color: #fff; background:#6d8b02; border: none; cursor: pointer;}

.nav{flex: 1; width: 100%; height: 100%;}
.nav .nav_pc{width: 100%; height: 100%; display: flex; align-items: center; justify-content:space-between;}
.nav ul li{position: relative; height: 100%; display: flex; align-items: center; justify-content:center;}
.nav ul li .f_a{text-align:center; display: flex; align-items: center; justify-content:center;}
.nav ul li .f_a a{color: #fff;}
.header.fixed .nav ul li .f_a a{color: #333;}
.nav ul li .f_a i{margin-left: 5px; font-size: 14px; font-size: 1.4rem;}
.header.fixed .nav ul li .f_a i{color: #666;}
.nav ul li:hover .f_a a, .nav ul li.hovert .f_a a{color: #6d8b02;}
.header.fixed .nav ul li:hover .f_a a, .header.fixed .nav ul li.hovert .f_a a, .header.fixed .nav ul li.hovert .f_a i{color: #6d8b02;}
.nav ul li .s_navbox{display:none; position: absolute; left: 50%; transform:translate(-50%,0); top:200%; width: 160px; border-radius: 0; background:rgba(255,255,255,1); z-index: 9;}
.nav ul li .s_navbox .s_a a{text-transform:uppercase; display:block; text-align: center; padding: 10px 15px; border: 1px solid rgba(0,0,0,.07); border-top: none;}
.nav ul li .s_navbox .s_a a:hover{background:#6d8b02; color: #fff;}

@media screen and (max-width: 1280px){
	.headerbox{width:75%;}
}


/*banner*/
.banner{position: relative; width: 100%;}
.banner-top{position: absolute; bottom: 30%; left: 0;}

.banner-t{position: absolute; bottom: 0; left: 0; z-index: 99;}
.banner-t img{width: 100%;}

.banner .swiper-container{ width: 100%;}
.banner .swiper-slide{position: relative;}
.banner .swiper-slide .swiper-slide-img{width: 100%; height: 100%;}
.banner .swiper-slide .swiper-slide-img img{width: 100%; height: 100%; object-fit: cover;}

.aboutbanner-desc{color: #fff; position: absolute; z-index: 1; left:0; top: 50%; transform: translate(0, -20%); width: 100%; text-shadow: 0 0 5px rgba(0,0,0,.4); display: flex; align-items: center; justify-content: center;}
.aboutbanner-desc .aboutbanner-desc-item1{}
.aboutbanner-desc .aboutbanner-desc-item2{text-transform: uppercase; margin: 5px 0 10px 0;}

.banner .swiper-container .swiper-pagination{text-align: center; position:absolute; top:calc(100% - 83px);}
.banner .swiper-pagination-bullet{background:none;opacity:1; margin:0 6px !important; width:12px; height:12px; position:relative; outline:none;vertical-align:middle;}
.banner .swiper-pagination-bullet span{width:7px;height:7px; background:rgba(0,0,0,.5); display:block; border-radius:50%; margin-top:1px; margin-left:1px;}
.banner .swiper-pagination-bullet i{background:#6d8b02;height:1px;width:20px;position:absolute;top:4px;transform:scaleX(0);transform-origin:left;z-index:3;transition-timing-function:linear;}
.banner .swiper-pagination-bullet-active span,.swiper-pagination-bullet:hover span{width:9px;height:9px;margin-top:0;margin-left:0; background:#6d8b02; position:relative;z-index:1;}
.banner .swiper-pagination-bullet-active i{animation:middle 6s;}
.banner .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{animation:first 6s;}
.banner .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{animation:last 6s;}	
@keyframes first{0% {transform:scaleX(0.5);left:0px;}/*091*/100% {transform:scaleX(1);left:2px;} /*0915*/}
@keyframes last{0% {transform:scaleX(0.7);left:-10px;}/*1090*/20% {transform:scaleX(0.3);left:2px;} /*090*/100% {transform:scaleX(0.3);left:0px;} /*090*/}		
@keyframes middle{0% {transform:scaleX(0.7);left:-10px;}/*1091*/20% {transform:scaleX(0.45);left:2px;}/*092*/100% {transform:scaleX(1);left:2px;} /*0913*/}	
.banner .swiper-button-prev, .banner .swiper-button-next{top: 47%; background:rgba(0,0,0,.2); color: #fff; border-radius: 115px; width: 40px; height: 40px; --swiper-navigation-size: 15px;}
.banner .swiper-button-prev{left:1%;}
.banner .swiper-button-next{right:1%;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background: #6d8b02;}


/**关于我们**/
.indextitle p:first-child{line-height: 1; color: #000; display: flex; align-items: flex-end; justify-content: flex-start;}
.indextitle p:first-child span{margin-left: 10px; width: 15px; height: 15px; background: #6d8b02;}
.indextitle p:nth-child(2){color: #999; line-height: 3;}
.indextitlewhite p:first-child{color: #fff;}
.indextitlewhite p:first-child span{background: #fff;}
.indextitlewhite p:nth-child(2){color: #fff;}

.indexabout{padding: 5% 0;}
.indexabout .indexaboutbox{display: flex; justify-content: space-between;}
.indexabout .left{width: 41%;}
.indexabout .left .desc{margin: 5% 0 10% 0; line-height: 1.8; color: #666; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.indexabout .left .more a{padding: 10px 30px; background: #6d8b02; color: #fee556; transition: .5s;}
.indexabout .left .more a:hover{background: #fee556; color: #6d8b02;}
.indexabout .left .qnav{margin-top: 10%; width: 94%; display: flex; align-items: center; justify-content: flex-start;}
.indexabout .left .qnav .list{position: relative; width: calc(100% / 4); padding: 2% 0; text-align: center; border-right: 1px solid #efefef;}
.indexabout .left .qnav .list:last-child{border-right: none;}
.indexabout .left .qnav .list .ico{width: 2vw; height: 2vw; margin: 0 auto; overflow: hidden;}
.indexabout .left .qnav .list .ico img{width: 100%; transition: 1.2s;}
.indexabout .left .qnav .list:hover .ico img{margin-top: -100%; transform:rotateY(360deg); -moz-transform:rotateY(360deg); -webkit-transform:rotateY(360deg); -o-transform:rotateY(360deg);}
.indexabout .left .qnav .list .title{margin-top: 10%;}
.indexabout .left .qnav .list:hover .title{color: #6d8b02;}

.indexabout .right{width: 50%;}
.indexabout .right p{position: relative; width: 100%; height: 0; padding-bottom: 63%; overflow: hidden;}
.indexabout .right p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}

.indexaboutfactory{position: relative; width: 100%; margin-top: 5%; overflow: hidden;}
.indexaboutfactory .swiper-wrapper{width: 100%; height: 100%;}
.indexaboutfactory .swiper-slide{}
.indexaboutfactory .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 70%; border: 1px solid rgba(0,0,0,.07); overflow: hidden;}
.indexaboutfactory .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.indexaboutfactory .swiper-slide .img img{width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexaboutfactory .swiper-slide:hover .img img{transform: scale(1.2);}
.indexaboutfactory .swiper-slide .title{position: absolute; z-index: 1; left: 0; bottom: 0; width: 100%; color: #fff; background: rgba(0,0,0,.5); padding: 4% 2%;}
.indexaboutfactory .swiper-slide .title p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.indexaboutfactory .swiper-slide:hover .title{background: rgba(109,139,2,.9);}
.indexaboutfactory .swiper-button-prev, .indexaboutfactory .swiper-button-next{top:50%; transform: translate(0, -50%); background:rgba(0,0,0,.5); color: #fff; border-radius: 0; width: 1.5vw; min-width: 20px; height: 1.5vw; min-height: 20px; --swiper-navigation-size: 10px; outline:none;}
.indexaboutfactory .swiper-button-prev{left:0;}
.indexaboutfactory .swiper-button-next{right:0;}
.indexaboutfactory .swiper-button-prev:hover, .indexaboutfactory .swiper-button-next:hover{background: #6d8b02;}

@media only screen and (max-width:1366px){
	.indextitle p:first-child{font-size: 40px; font-size: 4rem;}
	.indextitle p:first-child span{width: 12px; height: 12px;}
	.indextitle p:nth-child(2){line-height: 2.6;}
	
	.indexabout .left{width: 45%;}
	.indexabout .left .desc{margin: 4% 0 8% 0;}
}
@media only screen and (max-width:1280px){
	.indexabout .left .qnav{margin-top: 8%;}
}
@media only screen and (max-width:1024px){
	.indextitle p:first-child{font-size: 35px; font-size: 3.5rem;}
	
	.indexabout .left .desc{font-size: 16px; font-size: 1.6rem;}
	.indexabout .left .more a{padding: 8px 25px;}
}

/**数据优势**/
.indexadv{padding: 7% 0; background: url(indexadv-bg.jpg) no-repeat center center; background-attachment: fixed; background-size: cover; background-position: 100% 100%;}
.indexadv .indexadvbox{padding: 0 3%; display: flex; justify-content: space-between;}
.indexadv .indexadvbox .list{color: #fff;}
.indexadv .indexadvbox .list .ico img{}
.indexadv .indexadvbox .list .desc{margin:3vh 0;}
.indexadv .indexadvbox .list .numunit{ display: flex; align-items:baseline; justify-content: center;}
.indexadv .indexadvbox .list .numunit .num{line-height: 1;}
.indexadv .indexadvbox .list .numunit .unit{margin-left: 3px;}

@media only screen and (max-width:1366px){
	.indexadv .indexadvbox .list .ico img{height: 26px;}
	.indexadv .indexadvbox .list .numunit .num{font-size: 60px; font-size: 6rem;}
}
@media only screen and (max-width:1024px){
	.indexadv .indexadvbox .list .ico img{height: 22px;}
	.indexadv .indexadvbox .list .desc{margin:2vh 0;}
	.indexadv .indexadvbox .list .numunit .num{font-size: 55px; font-size: 5.5rem;}
}

/**新闻资讯**/
.indexnews{padding: 5% 0;}

.indexnewstitlecat{display: flex; align-items: center; justify-content: space-between;}
.indexnewstitlecat .indexnewscat a{padding: 10px 30px; border: 1px solid #d5d5d5; margin-left: 10px; transition: .5s;}
.indexnewstitlecat .indexnewscat a:hover{background: #6d8b02; border: 1px solid #6d8b02; color: #fee556;}

.indexnewsbox{margin-top: 3%; display: flex; justify-content:space-between;}
.indexnewsbox .left{width: 50%;}
.indexnewstj{position: relative; width: 100%;}
.indexnewstj .img{position: relative; width: 100%; height: 0; padding-bottom: 65%; overflow: hidden;}
.indexnewstj .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexnewstj:hover .img img{transform: scale(1.1);}
.indexnewstj .box{background: #f7f7f7; padding: 4%;}
.indexnewstj .box .title{line-height: 1.5; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.indexnewstj:hover .box .title{text-decoration: underline; color: #6d8b02;}
.indexnewstj .box .desc{margin: 3% 0; color: #999; text-align: justify; line-height: 1.5; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.indexnewstj .box .time{color: #6d8b02;}

.indexnewsbox .right{width: 47%;}
.indexnewslist{width: 100%; height: 100%; display: flex; flex-direction:column;}
.indexnewslist .list{position: relative; flex: 1; height: 100%; margin-bottom: 2%; background: #f7f7f7; padding: 0 4%; display: flex; align-items: center; justify-content: center;}
.indexnewslist .list:last-child{margin-bottom: 0;}
.indexnewslist .list .title{line-height: 1.5; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.indexnewslist .list:hover .title{text-decoration: underline; color: #6d8b02;}
.indexnewslist .list .desc{margin: 1.5% 0; line-height: 1.5; color: #999; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.indexnewslist .list .time{color: #6d8b02;}

/**主营业务**/
.indexbusiness{background: #f7f7f7; display: flex; justify-content: space-between;}
.indexbusiness .left{width: 50%; padding: 5% 0; background: #f7f7f7; display: flex; justify-content: flex-end;}
.indexbusiness .left .left-box{width:670px; margin-right: 130px;}
.indexbusinesstitle-desc{color: #999; line-height: 1.8; margin-top: 2%;}

.indexbusinesscat{width: 90%; margin-top: 10%; display: flex; justify-content:space-between;}
.indexbusinesscat .list{position: relative; width: calc((100% - 4%) / 4); padding: 4% 0; border: 1px solid #e5e5e5; border-radius: 5px;}
.indexbusinesscat .list:hover{background: #6d8b02; border: 1px solid #6d8b02;}
.indexbusinesscat .list .ico{width: 30px; height: 30px; margin: 0 auto; overflow: hidden;}
.indexbusinesscat .list .ico img{width: 100%; transition: .5s;}
.indexbusinesscat .list:hover .ico img{margin-top: -100%;}
.indexbusinesscat .list .title{margin-top: 5%;}
.indexbusinesscat .list:hover .title{color: #fee556;}

.indexbusinessbox{position: relative; margin-top: 10%; overflow: hidden; box-shadow: 0 5px 25px rgba(0,0,0,.03); border-radius: 3px; background: #fff;}
.indexbusinessbox .swiper-wrapper{width: 100%;}
.indexbusinessbox .swiper-slide{position: relative; width: 100%; display: flex; align-items: center; justify-content: space-between;}
.indexbusinessbox .swiper-slide .img{width: 30%;}
.indexbusinessbox .swiper-slide .img p{position: relative; width: 100%; height: 0; padding-bottom: 120%; overflow: hidden;}
.indexbusinessbox .swiper-slide .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexbusinessbox .swiper-slide:hover .img img{transform: scale(1.2);}
.indexbusinessbox .swiper-slide .box{width: 65%; margin-right: 3%;}
.indexbusinessbox .swiper-slide .box .title{}
.indexbusinessbox .swiper-slide .box .title p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.indexbusinessbox .swiper-slide:hover .box .title{}
.indexbusinessbox .swiper-slide .box .desc{margin-top: 5%; color: #999; line-height: 1.6;}
.indexbusinessbox .swiper-slide .box .desc p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.indexbusinessbox .swiper-button-prev, .indexbusinessbox .swiper-button-next{ background:rgba(0,0,0,.3); color: #fff; border-radius: 0; width: 1.5vw; min-width: 20px; height: 1.5vw; min-height: 20px; --swiper-navigation-size: 10px; outline:none;}
.indexbusinessbox .swiper-button-prev{left:0;}
.indexbusinessbox .swiper-button-next{right:0;}
.indexbusinessbox .swiper-button-prev:hover, .indexbusinessbox .swiper-button-next:hover{background: #6d8b02;}
.indexbusinessbox .swiper-pagination{text-align: right; bottom: 2%; z-index: 99;}
.indexbusinessbox .swiper-pagination-bullet{position: relative; z-index: 2; width: .7vw; height: 5px; margin:0 3px !important; border-radius: 10px; background: #ccc; opacity: 1; outline:none; transition: .3s;}
.indexbusinessbox .swiper-pagination-bullet-active{background: #6d8b02; opacity: 1; width: 1.3vw;}

.indexbusiness .right{width: 50%;}
.indexbusiness .right p{width: 100%; height: 100%; overflow: hidden;}
.indexbusiness .right p img{width: 100%; height: 100%; object-fit: cover;}

@media only screen and (max-width:1740px){
	.indexbusiness .left{padding: 5% 4%;}
	.indexbusiness .left .left-box{width:100%; margin-right: 0;}
}

/**服务支持**/
.indexservice{padding: 5% 0;}

.indexservicebox{margin-top: 3%; display: flex; justify-content: space-between;}
.indexservicebox .list{position: relative; width: calc((100% - 5%) / 3)}
.indexservicebox .list .img{position: relative; width: 100%; height: 0; padding-bottom: 127%; overflow: hidden;}
.indexservicebox .list .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexservicebox .list:hover .img img{transform: scale(1.2);}
.indexservicebox .list .title{position: absolute; left: 0; bottom: 0; z-index: 5; width: 100%; padding: 6% 0 4% 0; background-image: linear-gradient(to top, #000, rgba(0,0,0,0)); color: #fff;}
.indexservicebox .list .title p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.indexservicebox .list:hover .title{color: #fee556; background-image: linear-gradient(to top, #6d8b02, rgba(0,0,0,0));}

/**底部**/
.footer{color: #888; background:#f7f7f7; padding: 4% 0;}
.footer a{color: #888;}
.footer a:hover{color: #6d8b02;}

.footerlogophone{padding-bottom: 2%; border-bottom: 1px solid rgba(0,0,0,.05); display: flex; align-items: center; justify-content: space-between;}
.footerlogophone .footerlogo img{width: 6vw;}
.footerlogophone .footerphone{display: flex; align-items: center; justify-content: space-between;}
.footerlogophone .footerphone .ico{color: #6d8b02; border-radius: 50%; border: 1px solid #6d8b02; width: 2.7vw; min-width: 45px; height: 2.7vw; min-height: 45px; margin-right: 10px; display: flex; align-items: center; justify-content: center;}
.footerlogophone .footerphone .phone p:nth-child(2){color: #6d8b02;}

.footerbox{margin-top: 6%; display: flex; align-items: flex-start; justify-content: space-between;}
.footernav{flex: 1; width: 100%; margin-right: 10%; display: flex; justify-content: space-between;}
.footernav .list{}
.footernav .flist-title{}
.footernav .flist-title a{color: #333;}
.footernav .navlist{margin-top: 1vw;}
.footernav .navlist a{line-height: 2.4; display: block;}

.footerwx{display: flex; align-items: center; justify-content: flex-end;}
.footerwx .list{margin-left: 10%;}
.footerwx .list img{width: 8vw; min-width: 120px; margin-bottom: 4%;}

.copy{border-top: 1px solid rgba(255,255,255,0.1); margin-top: 5%; line-height: 2; display: flex; align-items: center; justify-content: space-between;}
.zqkj{display: inline-block; background: url(zqkj1.png) no-repeat; background-size: 100%; width: 108px; height: 12px;}


/*内页*/
.mainbody{padding: 3% 0;}
.mainbody_content{line-height:2; text-align:justify;}
.mainbody_content p{margin:1.5% 0;}
.mainbody_content img{max-width:100%;}

@media only screen and (max-width:800px){
	.mainbody_content{line-height:1.8;}
}
@media only screen and (max-width:560px){
	.mainbody_content{line-height:1.6;}
	.mainbody_content p{margin:3% 0;}
}

/*about-nav*/
.about-navlocation{border-bottom: 1px solid #ededed;}
.about-navlocation .container{display: flex; align-items: center; justify-content: space-between;}
.about-nav{flex: 1; width: 100%; display: flex; justify-content:flex-start;}
.about-nav a{position: relative; overflow: hidden; transition: .5s; padding: 1.6vw 0; margin-right: 5%; text-align: center; display: flex; align-items: center; justify-content: center;}
.about-nav a::before{position: absolute; content: ""; left: 0; bottom: 0; width: 0; height: 3px; background: #6d8b02; transition: .5s;}
.about-nav a:hover::before, .about-nav a.cur::before{width: 100%;}
.about-nav a font{position: relative;}
.about-nav a:hover{color: #6d8b02;}
.about-nav a.cur{color: #6d8b02;}

.about-location{color: #999;}
.about-location a{color: #999;}
.about-location a:hover{color: #6d8b02;}
.about-location i{margin-right: 10px;}


/**内页关于我们**/
.aboutus-company{padding: 5% 0;}
.aboutus-company .box{margin-top: 3%;}

.aboutus-culture{padding: 5% 0; background: url(aboutus-culture-bg.jpg) no-repeat; background-attachment: fixed; background-size: cover; background-position: 100% 100%;}
.aboutus-culture .box{margin-top: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.aboutus-culture .box .list{width: calc(100% / 2); background: #6d8b02; display: flex; align-items: center; justify-content: space-between;}
.aboutus-culture .box .list:nth-child(3), .aboutus-culture .box .list:nth-child(4){flex-direction:row-reverse;}
.aboutus-culture .box .list .content{width: 50%;}
.aboutus-culture .box .list .content .titleen{color: #919f1a; text-transform: uppercase;}
.aboutus-culture .box .list .content .title{color: #fee556;}
.aboutus-culture .box .list .content .desc{color: #fff; line-height: 2; margin-top: 5%;}
.aboutus-culture .box .list .img{width: 50%;}
.aboutus-culture .box .list .img p{position: relative; width: 100%; height: 0; padding-bottom: 69%; overflow: hidden;}
.aboutus-culture .box .list .img p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.aboutus-culture .box .list:hover .img p img{transform: scale(1.2);}

.aboutus-history{padding: 5% 0;}
.historytab {margin-top: 3%; position: relative;}
.historytab .swiper-slide{padding: 2% 0; border: 1px solid rgba(0,0,0,.15); cursor: pointer;}
.historytab .swiper-slide p{text-align: center; transition: .5s;}
.historytab .swiper-slide-thumb-active{border: 1px solid #6d8b02; background: #6d8b02;}
.historytab .swiper-slide-thumb-active p{transform: scale(1.3); color: #fff; font-weight: bold;}
.historytab .swiper-button-prev, .historytab .swiper-button-next{top: 50%; transform: translate(0, -30%); background:rgba(0,0,0,.4); color: #fff; border-radius: 50%; width: 1.5vw; min-width: 20px; height: 1.5vw; min-height: 20px; --swiper-navigation-size: 12px; outline:none;}
.historytab .swiper-button-prev{left:1%;}
.historytab .swiper-button-next{right:1%;}
.historytab .swiper-button-prev:hover, .historytab .swiper-button-next:hover{background: #6d8b02;}
.historybox{position: relative; margin-top: 4%;}
.historybox .swiper-slide{}
.historybox .swiper-slide .adevelopmentbox-list{position: relative; margin: 1% 10% 0 10%; display: flex; justify-content: space-between;}
.historybox .swiper-slide .adevelopmentbox-list::after{content: ''; position: absolute; top:20px; bottom:-35px; z-index: -1; left:10px; width: 1px; background: #ccc;}
.historybox .swiper-slide .adevelopmentbox-list .adevelopmentbox-listico{width: 21px; height: 21px; border-radius: 50%; margin-top: 15px; background: #fff; border: 6px solid #ec010a;}
.historybox .swiper-slide .adevelopmentbox-list .adevelopmentbox-listdesc{width:calc(100% - 100px); position: relative; background: #f3f3f3; border-radius:8px; line-height: 1.8; padding: 2% 2%; color: #666; display: flex; justify-content: flex-start;}
.historybox .swiper-slide .adevelopmentbox-list .adevelopmentbox-listdesc:before{content: ''; position: absolute; background: #f3f3f3; transform: rotate(45deg); top: 15px; left: -8px; z-index: -1; width: 16px; height: 16px; border-top-color: #f3f3f3; border-right-color: #f3f3f3;}
.historybox .swiper-slide .adevelopmentbox-list .adevelopmentbox-listdesc p{color: #000; width: 13%; margin-right: 15px;}
.historybox .swiper-slide .adevelopmentbox-list .adevelopmentbox-listdesc span{flex: 1;}

.aboutus-honor{padding: 5% 0; background: #f8faf2;}
.aboutus-honordesc{color: #666; line-height: 1.8;}
.aboutus-honorpic{position: relative; width: 100%; margin-top: 5%; overflow: hidden;}
.aboutus-honorpic .swiper-wrapper{width: 100%; height: 100%;}
.aboutus-honorpic .swiper-slide{}
.aboutus-honorpic .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 70%; overflow: hidden; background: #fff;}
.aboutus-honorpic .swiper-slide .img p{position: absolute; left: 2%; top: 4%; width: 96%; height: 92%; display: flex; align-items: center; justify-content: center;}
.aboutus-honorpic .swiper-slide .img img{max-width: 100%; max-height: 100%; transition: .5s;}
.aboutus-honorpic .swiper-slide:hover .img img{transform: scale(1.2);}
.aboutus-honorpic .swiper-slide .title{padding: 3% 3%; background: #e0e4d2;}
.aboutus-honorpic .swiper-slide .title p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.aboutus-honorpic .swiper-slide:hover .title{background: #6d8b02; color: #fff;}
.aboutus-honorpic .swiper-button-prev, .aboutus-honorpic .swiper-button-next{top:50%; transform: translate(0, -50%); background:rgba(0,0,0,.5); color: #fff; border-radius: 0; width: 1.5vw; min-width: 20px; height: 1.5vw; min-height: 20px; --swiper-navigation-size: 10px; outline:none;}
.aboutus-honorpic .swiper-button-prev{left:0;}
.aboutus-honorpic .swiper-button-next{right:0;}
.aboutus-honorpic .swiper-button-prev:hover, .aboutus-honorpic .swiper-button-next:hover{background: #6d8b02;}

.aboutus-factory{padding: 5% 0;}
#gallery {margin-top: 3%;}
#gallery .swiper-slide {}
#gallery .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 70%; overflow: hidden;}
#gallery .swiper-slide .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
#gallery .swiper-slide .title{margin-top: 3%;}
#gallery .swiper-button-prev, #gallery .swiper-button-next{top:40%; background:#6d8b02; color: #fff; border-radius: 200px; width: 40px; height: 40px; --swiper-navigation-size: 15px; outline:none;}
#gallery .swiper-button-prev{left:0;}
#gallery .swiper-button-next{right:0;}
#gallery .swiper-button-prev:hover, #gallery .swiper-button-next:hover{background: #6d8b02;}
#thumbs {width: 80%; margin-top: 4%; text-align: center;}
#thumbs .swiper-slide {}
#thumbs .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 70%; overflow: hidden; background: #000;}
#thumbs .swiper-slide .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.6;}
#thumbs .swiper-slide-thumb-active .img img{opacity: 1;}


@media only screen and (max-width:1024px){
	.aboutus-culture .box .list .content .titleen{font-size: 18px; font-size: 1.8rem;}
	.aboutus-culture .box .list .content .title{font-size: 24px; font-size: 2.4rem;}
}


/**内页公司优势**/
.advantage{position: relative; padding: 4% 3%; margin: 4% auto; border-radius: 10px; background: url(advantage-bg.jpg) no-repeat center center; background-size: cover;}
.advantage .box{display: flex; justify-content: space-between; flex-flow: wrap;}
.advantage .box .list{width: 28%; border-bottom: 1px solid #cfdbab; padding: 1% 0;}
.advantage .box .list:nth-child(2n-1){margin-right: 44%;}
.advantage .box .list:nth-last-child(2), .advantage .box .list:last-child{border-bottom: none;}
.advantage .box .list .title{color: #6d8b02;}
.advantage .box .list .title span{margin-right: 10px;}
.advantage .box .list .desc{color: #666; line-height: 1.6; margin-top: 2%; text-align: justify;}

.advantage .img{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 39%;}
.advantage .img img{width: 100%;}


/**内页联系我们**/
.contact-contact{padding: 5% 0;}

.contact-contactbox{margin-top: 2%; border: 1px solid #ededed; display: flex; align-items: center; justify-content: space-between;}
.contact-contact .contactus{padding-left: 4%;}
.contact-contact .contactus .companyname p:first-child{color: #6d8b02;}
.contact-contact .contactus .companyname p:nth-child(2){color: #999; text-transform: uppercase; margin: 3% 0;}
.contact-contact .contactus .companyname p:nth-child(3){width: 2vw; min-width: 35px; height: 4px; background: #6d8b02;}
.contact-contact .contactus .contact{margin-top: 5%; color: #666;}
.contact-contact .contactus .contact p{margin: 7% 0;}
.contact-contact .contactus .contact p i{color: #6d8b02; margin-right: 5px;}
.contact-contact .code .list{margin: 10% 0;}
.contact-contact .code img{width: 9vw; min-width: 100px; border: 1px solid #ededed;}
.contact-contact .code p{color: #666; margin-top: 5%;}
.contact-contact .phone{width: 26%; background: #6d8b02; padding: 4% 4%; color: #fff;}
.contact-contact .phone .phonephone{line-height: 2;}
.contact-contact .phone .phonex{width: 2vw; min-width: 35px; height: 4px; background: #fff; margin: 10% 0;}
.contact-contact .phone .phonetime{color: #edf1de; margin-top: 10%;}

.contact-map{margin-top: 4%;}
.contact-map img{width: 100%;}

.contactmapbox{position: relative; width: 100%; height: 0; padding-bottom: 30%; overflow: hidden; border: 1px solid #ededed;}
.contactmapbox #map{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; z-index: 2;}
.contactmapbox iframe, #map{width: 100%; height: 100%;}

.contact-join{padding: 5% 0;}
.contact-join .job_box{margin-top: 2%;}

.contact-staff{padding: 5% 0; background: url(contact-staff-bg.jpg) no-repeat center center; background-attachment: fixed; background-size: cover; background-position: 100% 100%;}
.contact-staffpic{position: relative; width: 100%; margin-top: 5%; overflow: hidden;}
.contact-staffpic .swiper-wrapper{width: 100%; height: 100%;}
.contact-staffpic .swiper-slide{}
.contact-staffpic .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 70%; overflow: hidden; background: #fff;}
.contact-staffpic .swiper-slide .img p{position: absolute; left: 2%; top: 2.5%; width: 96%; height: 92%; display: flex; align-items: center; justify-content: center;}
.contact-staffpic .swiper-slide .img img{width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.contact-staffpic .swiper-slide:hover .img img{transform: scale(1.2);}
.contact-staffpic .swiper-slide .title{padding: 3% 3%; background: #fff;}
.contact-staffpic .swiper-slide .title p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.contact-staffpic .swiper-slide:hover .title{background: #6d8b02; color: #fff;}
.contact-staffpic .swiper-button-prev, .contact-staffpic .swiper-button-next{top:50%; transform: translate(0, -50%); background:rgba(0,0,0,.5); color: #fff; border-radius: 0; width: 1.5vw; min-width: 20px; height: 1.5vw; min-height: 20px; --swiper-navigation-size: 10px; outline:none;}
.contact-staffpic .swiper-button-prev{left:0;}
.contact-staffpic .swiper-button-next{right:0;}
.contact-staffpic .swiper-button-prev:hover, .contact-staffpic .swiper-button-next:hover{background: #6d8b02;}


/**在线留言**/
.contact-message{padding: 5% 0;}
.contact-message .message{margin-top: 2%;}
.contact-message .message form{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.contact-message .message .list{width: calc((100% - 1%) / 2); position: relative; margin: 0.5% 0; border: 1px solid #eeeeee; transition: .5s;}
.contact-message .message .list:hover{border: 1px solid #6d8b02;}
.contact-message .message .list:nth-child(3){width: 100%;}
.contact-message .message .list span{position: absolute; right: 10px; top: 50%; transform: translate(0, -50%);}
.contact-message .message .list p{position: absolute; right: 70px; top: 50%; transform: translate(0, -50%);}
.contact-message .message .list img{position: absolute; right: 10px; top: 50%; transform: translate(0, -50%);}
.msg_input{width: 100%; border: none; padding: 13px 15px; font-family:"Microsoft YaHei",sans-serif;}
.message input::-webkit-input-placeholder{color: #999;}
.msg_textarea{width: 100%; height: 140px; background: #fff; border: none; padding: 13px 15px; line-height: 1.4; font-family:"Microsoft YaHei",sans-serif;}
.message textarea::-webkit-input-placeholder{color: #999;}
.msg_submitt{width: 100%; padding: 13px 15px; background: #6d8b02; color: #fff; text-transform: uppercase; border: none;}	

/**招聘岗位**/
.join{padding: 4% 0;}
.joinboxtitle{margin: 4% 0 2% 0; color: #6d8b02;}

.joinbox-title ul{display: flex; justify-content:space-between; background: #6d8b02; padding: 1.5% 0;}
.joinbox-title ul li:first-child{width: 24%;}
.joinbox-title ul li:nth-child(2), .joinbox-title ul li:nth-child(3), .joinbox-title ul li:nth-child(4), .joinbox-title ul li:nth-child(5){width: 13%;}
.joinbox-title ul li:last-child{width: 24%}
.joinbox-title ul li img{height: 18px;}
.joinbox-title ul li span{color: #fff;}
.joinbox-content ul{display: flex; justify-content:space-around; padding: 1.2% 0; border: 1px solid rgba(0,0,0,.1); border-top:none;}
.joinbox-content ul li{color: #666;}
.joinbox-content ul li:first-child{width: 24%; color: #6d8b02;}
.joinbox-content ul li:nth-child(2), .joinbox-content ul li:nth-child(3), .joinbox-content ul li:nth-child(4), .joinbox-content ul li:nth-child(5){width: 13%;}
.joinbox-content ul li:last-child{width: 24%}

.joinbox-item{margin-top: 2%; display: flex; justify-content: space-between;}
.joinbox-item .list{width: 48%;}

/*内页图片列表*/
.productny-list{display: flex; justify-content: space-between; flex-wrap: wrap;}
.productny-list:after{content: ''; width:calc((100% - 5%) / 3);}
.productny-list .list{position: relative; width:calc((100% - 5%) / 3); margin-bottom:3vh; transition: .5s;}
.productny-list .list .img{width: 100%; position: relative; height: 0; padding-bottom: 70%; border: 1px solid #ededed; background: #f9f9f9; border-radius: 3px;}
.productny-list .list:hover .img{background: #6d8b02;}
.productny-list .list .img p{position: absolute; width: 94%; height: 92%; top: 4%; left: 3%; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.productny-list .list .img p img{width: 100%; height: 100%; object-fit: cover; transition: all .4s;}
.productny-list .list:hover .img img {transform: scale(1.15);}

.productny-list .list .imgt{width: 100%; position: relative; height: 0; padding-bottom: 70%; border: 1px solid #ededed; border-radius: 5px;}
.productny-list .list:hover .imgt{background: #6d8b02}
.productny-list .list .imgt p{position: absolute; width: 94%; height: 92%; top: 4%; left: 3%; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.productny-list .list .imgt p img{max-width: 100%; max-height: 100%; transition: all .4s;}
.productny-list .list:hover .imgt img {transform: scale(1.15);}

.productny-list .list .title{position: relative; z-index: 2; margin-top: 1.5vh; text-align: center; transition: .3s;}
.productny-list .list:hover .title{color: #6d8b02;}
.productny-list .list .title p{white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}

/*内页图片详情推荐*/
.productshowzx{}
.productshowzx .list{position: relative; margin-bottom: 5%;}
.productshowzx .list .img{position: relative; width: 100%; height: 0; padding-bottom: 70%; overflow: hidden; border: 1px solid rgba(0,0,0,.1);}
.productshowzx .list .img p{position: absolute; left: 2%; top: 2%; width: 96%; height: 96%; display: flex; align-items: center; justify-content: center;}
.productshowzx .list .img p img{max-width: 100%; max-height: 100%; transition: .5s;}
.productshowzx .list:hover .img p img{transform: scale(1.2);}
.productshowzx .list .title{/*position: absolute; left: 0; bottom: 0; z-index: 5; color: #fff; background: rgba(0,0,0,.8);*/ margin-top: 2%; width: 100%; padding: 2% 0;}


/*内页产品列表*/
.bodyproduct{display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyproduct .list{width: calc((100% - 3%) / 2); margin-bottom: 3%; padding: 2% 2%; position: relative; border: 1px solid #ededed; border-radius: 4px; display: flex; align-items: center; justify-content: space-between; transition: .5s;}
.bodyproduct .list:hover{border: 1px solid #6d8b02; background: #6d8b02; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.bodyproduct .list .img{width: 40%; position: relative; height: 0; padding-bottom: 32%;}
.bodyproduct .list .img p{position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bodyproduct .list .img p img{max-width: 100%; max-height: 100%; transition: all .4s;}
.bodyproduct .list:hover .img p img {transform: scale(1.15);}
.bodyproduct .list .box{width: 55%;}
.bodyproduct .list .title{line-height: 1.6; transition: .3s;}
.bodyproduct .list .title p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.bodyproduct .list:hover .title{color: #fff;}
.bodyproduct .list .desc{text-align: justify; margin: 4% 0; line-height: 1.8;}
.bodyproduct .list .desc p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.bodyproduct .list:hover .desc{color: #edf1de;}
.bodyproduct .list .more{color: #6d8b02;}
.bodyproduct .list:hover .more{color: #fff;}


/*内页产品详情*/
.productshow{padding: 2% 2%; border: 1px solid #ededed; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.productshow .img{width: 40%; position: relative; height: 0; padding-bottom: 32%;}
.productshow .img p{position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.productshow .img p img{max-width: 100%; max-height: 100%; transition: all .4s;}
.productshow .box{width: 52%; margin-right: 3%;}
.productshow .box .title{padding-bottom: 4%; line-height: 1.6; transition: .3s; border-bottom: 1px solid #ededed;}
.productshow .box .title p{}
.productshow .box .desc{text-align: justify; margin: 6% 0; padding: 3%; line-height: 1.8; color: #666; background: #f9f9f9; border: 1px solid #ededed;}
.productshow .box .desc p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; overflow: hidden;}
.productshow .box .phone{color: #6d8b02; margin-bottom: 4%;}
.productshow .box .zx a{display: inline-block; padding: 5px 2vw; background: #6d8b02; color: #fff;}
.productshow .box .zx a:hover{background: #282122;}

.productshow-title{margin-top: 4%; background: #f3f3f3;}
.productshow-title p{display: inline-block; background: #6d8b02; color: #fff; padding: 15px 3vw;}

@media only screen and (max-width:1366px){
	.productshow .box .title{font-size: 28px; font-size: 2.8rem;}
	
	.productshow-title{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1024px){
	.productshow .box .title{font-size: 24px; font-size: 2.4rem;}
	
	.productshow-title{font-size: 26px; font-size: 2.6rem;}
}

/*内页新闻带图滚动列表*/
.newslistpic{position: relative; margin-bottom: 5%;}
.newslistpic .swiper-container{}
.newslistpic .swiper-slide{}
.newslistpic .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 68%; overflow: hidden;}
.newslistpic .swiper-slide .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .6s;}
.newslistpic .swiper-slide:hover .img img{transform: scale(1.3);}
.newslistpic .swiper-slide .img p{position: absolute; left: 0; top: 0; z-index: 2; background: rgba(0,0,0,.5); color: #fff; display: inline-block; padding: 4px 10px;}
.newslistpic .swiper-slide:hover .img p{background: #6d8b02;}
.newslistpic .swiper-slide .title{margin-top: 3%;}
.newslistpic .swiper-slide:hover .title{color: #6d8b02;}
.newslistpic .swiper-slide .title p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.newslistpic .swiper-button-prev, .newslistpic .swiper-button-next{top:40%; background: rgba(0,0,0,.6); color: #fff; border-radius:5px; width: 2vw; min-width: 25px; height: 2vw; min-height: 25px; --swiper-navigation-size: 12px; outline:none;} 
.newslistpic .swiper-button-prev{left:1%;}
.newslistpic .swiper-button-next{right:1%;}
.newslistpic .swiper-button-prev:hover, .newslistpic .swiper-button-next:hover{background: #6d8b02;}

/*内页新闻列表*/
.newslist{}
.newslist .list{position: relative; margin: 2% 0; padding: 3%; border: 1px solid #ededed; background: #fff; display: flex; align-items: center; justify-content: space-between; transition: .5s;}
.newslist .list:hover{box-shadow: 0 5px 25px rgba(109,139,2,.3);}
.newslist .list::before{position: absolute; content: ""; left: 0; bottom: 0; width: 0; height: 3px; background: #6d8b02; transition: .4s;}
.newslist .list:hover::before{width: 100%;}
.newslist .list .time{position: relative; width: 15%; transition: 1s;}
.newslist .list .time p:nth-child(2){color: #999;}
.newslist .list .box{position: relative; width: 85%; padding-left: 5%; border-left: 1px solid #e9e9e9;}
.newslist .list .box .title{color: #000; line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: 1s;}
.newslist .list:hover .box .title{color: #6d8b02;}
.newslist .list .box .desc{color: #999; margin-top: 2%; transition: 1s;}
.newslist .list .box .desc p{line-height: 1.8; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}


/*内页新闻详情推荐*/
.mainbodynews{padding: 3% 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.mainbodynews-left{width: 66%; padding-right: 6%; border-right: 1px solid #ededed;}
.mainbodynews-right{width: 34%; padding-left: 6%;}

.newsshow-title{color: #363636; line-height: 1.6;}
.newsshow-info{color: #acacac; padding: 2% 0; margin-top: 1%; border-bottom: 1px solid rgba(0,0,0,.1);}

.newsshowzx{}
.newsshowzx .newsshowzx-title{color: #000; padding-bottom: 7%; margin-bottom: 7%; border-bottom: 1px solid #ededed;}
.newsshowzx .newsshowzx-box .list{position: relative; margin: 6% 0; display: flex; align-items: center; justify-content: flex-start;}
.newsshowzx .newsshowzx-box .list .num{width: 1vw; min-width: 18px; height: 1vw; min-height: 18px; border-radius: 3px; margin-right: 10px; background: #cfcfcf; color: #fff; display: flex; align-items: center; justify-content: center;}
.newsshowzx .newsshowzx-box .list:first-child .num{background: #e54346;}
.newsshowzx .newsshowzx-box .list:nth-child(2) .num{background: #f18545;}
.newsshowzx .newsshowzx-box .list:nth-child(3) .num{background: #f4ac2e;}
.newsshowzx .newsshowzx-box .list .num p{line-height: 1;}
.newsshowzx .newsshowzx-box .list .title{flex: 1; width: 100%; color: #777;}
.newsshowzx .newsshowzx-box .list:hover .title{color: #d13f47; text-decoration: underline;}
.newsshowzx .newsshowzx-box .list .title p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}


/*内页新闻、图片详细内容*/
.right_content_top{width: 100%;}
.right_content_title{width: 100%; font-size: 42px; text-align: center; line-height: 50px; color: #000; padding: 15px 0; }
.right_content_info{width: 100%; height:40px;line-height:40px;text-align:center; margin:15px 0; border-bottom: 1px solid rgba(0,0,0,.1); border-top: 1px solid rgba(0,0,0,.1); color:#666; font-size: 15px;}
.right_content_info small{margin-left:18px;margin-right:3px;color:#999;font-size:14px;}
.right_content_desc{margin:30px 0 15px; padding:5px 10px; line-height:25px; border:1px solid #f4e4b4; background:#fffff0; font-size:14px;}
.right_content_content{line-height:1.75; margin-top: 3%; text-align: justify;}
.right_content_content p{margin: 1.3% 0;}
.right_content_content img{max-width:100%;}

/*详细页上一页下一页收藏打印*/
.preNext{width: 100%; margin-top: 20px; border-top: 1px solid rgba(0,0,0,.1); position: relative;}
.preNext .text{color:#999; margin-top: 20px; line-height: 30px;}
.preNext .actBox{position:absolute;top:25px;right:0;}
.preNext .actBox li{display:inline;padding-left:22px;background-image:url(actbox-ico.gif);background-repeat:no-repeat;margin-left:10px;}
.preNext .actBox li a{color:#666;}
.preNext .actBox li#act-fav{background-position:4px 0px;}
.preNext .actBox li#act-err{background-position:4px -37px;}
.preNext .actBox li#act-pus{background-position:4px -70px;}
.preNext .actBox li#act-pnt{background-position:4px -105px;}

/*分页样式*/
.page_info{text-align:center; padding-top:30px; color:#333; font-size: 14px; font-size: 1.5rem;}
.page_info span{padding:0 2px;font-weight:bold; color: #d13f47;}
.page_list{line-height:25px; text-align:center; letter-spacing:0; font-size:15px; font-size: 1.5rem; margin-top:30px;}
.page_list div{text-align: center; display: inline-block; padding:2px 25px;}
.page_list a{display:inline-block; border: 1px solid rgba(0,0,0,.15); margin: 0 4px; color:#222222; text-align:center; padding:3px 11px;}
.page_list a:hover,.page_list a.on{color:#fff; background:#6d8b02; font-weight: bold;}


/*内容分页*/
.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.contPage a{display:inline-block;color:#898989;background:#fff;text-align:center;padding:0 7px;margin:0 1px;}
.contPage a:hover{color:#fff;background:#898989;}
.contPage a.on{color:#333;background:#E5EDF2;border:1px solid #C2D5E3;}

