@charset "utf-8";

/* CSS Document */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{width: 7px; height: 7px; background:rgba(255,255,255,0);} 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{background:#f2f2f2;} 
/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1); background: #187f50; border-radius: 10px;} 

@media only screen and (max-width:560px){
	::-webkit-scrollbar{width: 5px; height: 5px;} 
}

/* 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: 56%;}
}
@media only screen and (max-width: 1280px){
	html {font-size: 54%;}
}
@media only screen and (max-width: 1024px){
	html {font-size: 50%;}
}
@media only screen and (max-width: 560px){
	html {font-size: 46%;}
}

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: "Noto Sans SC", "Arial",sans-serif; font-weight: 400; font-size:12px; font-size:1.2rem; margin:0 auto; color:#222; PADDING-TOP:0px; overflow-x: hidden; background: #fff;}
a{color:#222; text-decoration:none;}
a:hover{color:#187f50;}

.linkA{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9}

img{vertical-align:middle; border:0;}

.NSS100{font-family: 'Noto Sans SC'; font-weight: 100;}
.NSS300{font-family: 'Noto Sans SC'; font-weight: 300;}
.NSS400{font-family: 'Noto Sans SC'; font-weight: 400;}
.NSS500{font-family: 'Noto Sans SC'; font-weight: 500;}
.NSS700{font-family: 'Noto Sans SC'; font-weight: 700;}
.NSS900{font-family: 'Noto Sans SC'; font-weight: 900;}}

.Montserrat200{font-family: 'Montserrat'; font-weight: 200;}
.Montserrat300{font-family: 'Montserrat'; font-weight: 300;}
.Montserrat400{font-family: 'Montserrat'; font-weight: 400;}
.Montserrat500{font-family: 'Montserrat'; font-weight: 500;}
.Montserrat600{font-family: 'Montserrat'; font-weight: 600;}
.Montserrat700{font-family: 'Montserrat'; font-weight: 700;}
.Montserrat800{font-family: 'Montserrat'; font-weight: 800;}

.clear{clear:both; height:0; line-height:0; font-size:0; *display:inline;/*IE only*/}
.clearfix:after{content:"";display:block;clear:both;}
.b{font-weight: bold;}
.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; line-height:35px;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:1px solid #ddd; border-left: none; border-top: none;}
.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: #187f50;}
.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:#222;}
.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: 1740px) {
	.container{max-width: auto;}
}

/*head*/
.header{position: fixed; z-index: 99; left: 50%; top: 30px; transform: translate(-50%, 0); padding: 0 1.5%; border-radius: 10px; background: rgba(255,255,255, .85); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: space-between; transition: .3s;}
.header.fixed{top: 0; width: 100%; max-width: 100%; border-radius: 0; background: rgba(255,255,255, 1); box-shadow: 0 8px 32px rgba(0,0,0, .1);}

.header .logo{width: 9%; min-width: 100px;}
.header .logo a{position: relative; width: 100%; height: 0; padding-bottom: 43.8%; overflow: hidden; display: block; background: url(logo.png) no-repeat left center; background-size: 100%; transition: .5s;}

.header .r{flex: 1; width: 100%; margin-left: 20%; display: flex; align-items: center; justify-content: flex-end;}

.nav{flex: 1; width: 100%; margin-right: 4%;}
.nav .nav_pc{display: flex; align-items: center; justify-content: space-between;}
.nav ul li{position: relative;}
.nav ul li .f_a{}
.nav ul li .f_a a{position: relative; color: #000; text-align: center; font-weight: 500; padding: 1.8vw 0; display: inline-block;}
.nav ul li .f_a a::before{content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; background: #187f50; transition: .5s;}
.nav ul li.hovert .f_a a::before, .nav ul li .f_a a:hover::before{width: 100%;}
.nav ul li.hovert .f_a a, .header .nav ul li:hover .f_a a{color: #187f50;}
.nav ul li .s_navbox{display:none; position: absolute; left: 50%; top: 100%; transform:translate(-50%, 0); width: 25vw; min-width: 330px; background: #fff; border-radius: 5px; box-shadow: 0 10px 40px rgba(0,0,0, .1); z-index: 9;}
.nav ul li .s_navbox .box{display: flex; justify-content: space-between; padding: 5% 5%;}
.nav ul li .s_navbox .s_a{flex: 1; width: 100%; padding-right: 5%; margin-right: 5%; border-right: 1px solid rgba(0,0,0,.1);}
.nav ul li .s_navbox .s_a .s_aa{display: flex; justify-content: space-between; flex-flow: wrap;}
.nav ul li .s_navbox .s_a a{position: relative; padding: 10px 0; width: 100%; border-bottom: 1px solid rgba(0,0,0,.08);}
.nav ul li:nth-child(4) .s_navbox .s_a a{width: 100%;}
.nav ul li .s_navbox .s_a a::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #187f50; transition: .6s;}
.nav ul li .s_navbox .s_a a:hover::before, .nav ul li .s_navbox .s_a a.on::before{width: 100%;}
.nav ul li .s_navbox .s_a a:hover, .nav ul li .s_navbox .s_a a.on{color: #187f50;}
.nav ul li .s_navbox .s_img{width: 55%; min-width: 120px;}
.nav ul li .s_navbox .s_img p{position: relative; width: 100%; height: 0; padding-bottom: 60%; overflow: hidden;}
.nav ul li .s_navbox .s_img p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}

.header .r .phone{color: #187f50; margin-right: 10px; height: 40px; padding: 0 20px; border: 1px solid #187f50; border-radius: 100px; display: flex; align-items: center; justify-content: center;}
.header .r .phone i{margin-right: 5px;}

.search{*zoom: 1; position: relative;}
.search:after{content: ""; display: table; clear: both;}
.search-button{color: #fff; padding: 0 20px 0 43px; height: 40px; border: 1px solid #187f50; border-radius: 100px; background: url(s.png) #187f50 no-repeat 20px center; background-size: 15px 15px; text-transform: capitalize; position: relative; cursor: pointer; overflow: hidden; display: flex; align-items: center; justify-content: center;}
#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{transition: max-height, 0.5s; position: absolute; top: 30px; z-index: 9; right: 0; width:200px; max-height: 0; overflow: hidden; background-color: #ececec;}
#search.open{max-height: 35px; width:200px;}
#search fieldset{position: relative; padding: 0; border: none;}
#search input{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;display: block; height: 35px;}
#search input::-webkit-input-placeholder{color: #888;}
#search input[type="search"]{width:150px;padding: 0 5px 0 20px; background:none; border: none;}
#search input::-webkit-input-placeholder{color: #999;}
#search input[type="submit"]{position: absolute; bottom: 0; right: 0; width: 50px; margin: 0; padding: 0; text-transform: uppercase; color: #fff; background:#187f50; border: none; cursor: pointer;}

@media screen and (max-width: 1600px){
    .header .r{margin-left: 15%;}
    .header .r .phone{height: 38px; padding: 0 18px;}
    .search-button{padding: 0 18px 0 41px; height: 38px; background: url(s.png) #187f50 no-repeat 18px center; background-size: 14px 14px;}
}
@media screen and (max-width: 1440px){
    .header{top: 25px;}
        
	.nav ul li .s_navbox .s_a a{padding: 8px 0;}
}
@media screen and (max-width: 1280px){
    .header{top: 20px;}
    
    .nav{margin-right: 2%;}
    
    .header .r{margin-left: 10%;}
    .header .r .phone{height: 35px; padding: 0 15px;}
    .search-button{padding: 0 15px 0 33px; height: 35px; background: url(s.png) #187f50 no-repeat 15px center; background-size: 12px 12px;}
}
@media screen and (max-width: 1024px){
    .header{top: 15px;}
    
    .header .r{margin-left: 5%;}
    .header .r .phone{height: 32px; padding: 0 12px;}
    .search-button{padding: 0 12px 0 30px; height: 32px; background: url(s.png) #187f50 no-repeat 12px center; background-size: 11px 11px;}
}
@media screen and (max-width: 900px){
    .header .r{margin-left: 2%;}
}

.m_nav{display:none}
.m_img{display: none}

/*移动端导航*/
@media screen and (max-width: 800px) and (min-width: 0px){
	.header{display:none}
	.m_img{display:block; height:50px; background:#fff; position:fixed; top:0px; left:0px; width:100%; z-index:9999; border-bottom:1px solid #ddd; padding:0 2%; display: flex; align-items: center; justify-content: space-between;}
	.m_img .headlf{}
	.m_img .headlf .m_logo{height: 46px; display: block;}
	.m_img .headrg{display: flex; align-items: center; justify-content: center;}
	.m_img .headrg a .m_menuimg{height: 36px;}
	.m_nav {display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
	.m_nav .closecover{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
	.m_nav .closeicon{position:absolute;width:20%;left:30px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
	.m_nav .m_navList{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%;overflow-y: scroll;}
	.m_nav .m_navList ul{padding-left:5%;padding-right:5%}
	.m_nav .m_navList ul li{border-bottom:1px solid #232530}
	.m_nav .m_navList ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
	.m_nav .m_navList ul li .m_f_a{display: flex; align-items: center; justify-content: space-between; width: 100%}
	.m_nav .m_navList ul li .m_f_a a{flex: 1;}
	.m_nav .m_navList ul li .m_f_a i{width: 40px; height:35px; box-sizing: border-box; padding:0 5px; display: block;}
	.icon{ background:url(plus.png) 100% no-repeat; background-position: 50% 50%; -webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.icon_on{background:url(reduce.jpg) 50% no-repeat!important;background-position: 50% 50%;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.m_nav .m_navList ul li .m_s_nav{display:none;width: 100%;}
	.m_nav .m_navList ul li .m_s_nav a{display: block; height:40px;line-height:40px;font-size:14px;padding-left:10%;overflow: hidden; white-space: nowrap;width: 90%;text-overflow: ellipsis;}
}

/*banner*/
.banner{position: relative; width: 100%; height: 100vh; overflow: hidden;}
.banner .swiper-wrapper{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide .slide-inner{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-position: center;	background-size: cover;}

.banner .swiper-slide .banner-text{position: absolute; left: 0; top: 50%; transform: translate(0, -37%); width: 100%; z-index: 12; color: #fff;}
.banner .swiper-slide .banner-text .btitle{line-height: 1.4;}
.banner .swiper-slide .banner-text .btitle1{line-height: 1.2; margin-top: 2.5%;}
.banner .swiper-slide .banner-text .indexmore{margin-top: 7%;}

.banner .swiper-pagination{bottom: 2%;}
.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,.7); display:block; border-radius:50%; margin-top:1px; margin-left:1px;}
.banner .swiper-pagination-bullet i{background:#187f50;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:#187f50;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: 50%; background:rgba(0,0,0,.7); color: #fff; width: 40px; height: 40px; border-radius: 100px; --swiper-navigation-size: 6px; outline: none;}
.banner .swiper-button-prev{left:1%;}
.banner .swiper-button-next{right:1%;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background: #187f50; color: #fff;}

.banner .autoplay-progress{position: absolute; right: 3%; bottom: 3%; z-index: 1; width: 3vw; min-width: 30px; height: 3vw; min-height: 30px; display: flex; align-items: center; justify-content: center; font-weight: bold; color: #fff;}
.banner .autoplay-progress svg {--progress: 0; position: absolute; left: 0; top: 0px; z-index: 10; width: 100%; height: 100%; color: #fff; stroke-width: 1px; stroke: #fff; fill: none; stroke-dashoffset: calc(125.6 * (1 - var(--progress))); stroke-dasharray: 125.6; transform: rotate(-90deg);}

@media only screen and (max-width:1600px){
	.banner .swiper-slide .banner-text .btitle{font-size: 55px; font-size: 5.5rem;}
    .banner .swiper-slide .banner-text .btitle1{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:1440px){
	.banner .swiper-slide .banner-text .btitle{font-size: 50px; font-size: 5rem;}
	.banner .swiper-slide .banner-text .btitle1{font-size: 26px; font-size: 2.6rem;}
}
@media only screen and (max-width:1280px){
	.banner .swiper-slide .banner-text .btitle{font-size: 45px; font-size: 4.5rem;}
    .banner .swiper-slide .banner-text .btitle1{font-size: 24px; font-size: 2.4rem;}
}
@media only screen and (max-width:1024px){
	.banner .swiper-slide .banner-text .btitle{font-size: 40px; font-size: 4rem;}
    .banner .swiper-slide .banner-text .btitle1{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:800px){
	.banner{height: 0; padding-bottom: 52.1%; margin-top: 50px; overflow: hidden;}
	.banner .swiper-slide .banner-text{transform: translate(0, -50%);}
	.banner .swiper-slide .banner-text .btitle{font-size: 35px; font-size: 3.5rem;}
    .banner .swiper-slide .banner-text .btitle1{font-size: 20px; font-size: 2rem;}
	.banner .swiper-button-prev, .banner .swiper-button-next{top: 46%; width: 25px; height: 25px; --swiper-navigation-size: 8px;}
}
@media only screen and (max-width:560px){
    .banner{padding-bottom: 55%;}
	.banner .swiper-slide .banner-text .btitle{font-size: 28px; font-size: 2.8rem;}
	.banner .swiper-slide .banner-text .btitle1{font-size: 18px; font-size: 1.8rem;}
}

/**aboutbanner**/
.aboutbanner{position: relative; width: 100%;  height: 0; padding-bottom: 35%; overflow: hidden;}
.aboutbanner-desc{position: absolute; left: 50%; top:50%; transform: translate(-50%, -20%); z-index: 3; color: #fff;}
.aboutbanner-desc p{/*text-shadow:-1px -1px 0 rgba(0,0,0, .1), 1px -1px 0 rgba(0,0,0, .1), -1px 1px 0 rgba(0,0,0, .1), 1px 1px 0 rgba(0,0,0, .1);*/}
.aboutbanner-desc p:nth-child(2){margin-top: 1%; color: rgba(255,255,255, .8);}
.aboutbanner .bg, .aboutbanner .bg1{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.aboutbanner .bg1{display: none;}

@media only screen and (max-width:1600px){
	.aboutbanner-desc p:first-child{font-size: 36px; font-size: 3.6rem;}
	.aboutbanner-desc p:nth-child(2){font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1366px){
	.aboutbanner-desc p:first-child{font-size: 34px; font-size: 3.4rem;}
	.aboutbanner-desc p:nth-child(2){font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:1024px){
	.aboutbanner-desc p:first-child{font-size: 30px; font-size: 3rem;}
	.aboutbanner-desc p:nth-child(2){font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:800px){
	.aboutbanner{margin-top: 50px; padding-bottom: 40%;}
	.aboutbanner-desc{transform: translate(-50%, -55%);}
	.aboutbanner .bg{display: none;}
	.aboutbanner .bg1{display: block;}
}
@media only screen and (max-width:560px){
	.aboutbanner-desc p:first-child{font-size: 26px; font-size: 2.6rem;}

}

/**首页栏目标题**/
.indextitle .t{color: #000; line-height: 1;}
.indextitle .tt{color: #187f50;}
.indextitle .d{color: #666; margin-top: 10px;}

@media only screen and (max-width:1600px){
	.indextitle .t{font-size: 43px; font-size: 4.3rem;}
}
@media only screen and (max-width:1366px){
	.indextitle .t{font-size: 38px; font-size: 3.8rem;}
}
@media only screen and (max-width:1280px){
	.indextitle .t{font-size: 36px; font-size: 3.6rem;}
}
@media only screen and (max-width:1024px){
	.indextitle .t{font-size: 34px; font-size: 3.4rem;}
    .indextitle .d{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:560px){
	.indextitle .t{font-size: 30px; font-size: 3rem;}
    .indextitle .d{font-size: 20px; font-size: 2rem;}
}

/**首页更多**/
.indexmore{position: relative; top: 0; transition: .5s; display: inline-block}
.indexmore:hover{top: -10px;}
.indexmore a{position: relative; color: #ffc200; background: #187f50; padding: 13px 1.3vw; border-radius: 1000px; display: flex; align-items: center; justify-content: flex-start; overflow: hidden;}
.indexmore a::before{position: absolute; content: ""; left: 0; bottom: 0; width: 100%; height: 0; background: #ffc200; transition: .5s;}
.indexmore:hover a::before{height: 100%;}
.indexmore:hover a{color: #187f50; box-shadow: 0 8px 32px rgba(255,194,0, .4);}
.indexmore span{position: relative;}
.indexmore i{position: relative; margin-left: 2vw;}

@media only screen and (max-width: 1600px){
    .indexmore a{padding: 11px 1.3vw;}
}
@media only screen and (max-width: 1400px){
    .indexmore a{padding: 10px 1.5vw;}
}
@media only screen and (max-width: 1024px){
    .indexmore a{padding: 8px 1.5vw;}
}
@media only screen and (max-width: 800px){
    .indexmore a{padding: 8px 2.5vw;}
}
@media only screen and (max-width: 560px){
    .indexmore a{padding: 7px 12px;}
    .indexmore i{margin-left: 12px;}
}

/**首页我们的产品**/
.indexproduct{padding: 5.5% 0; background: #edf4f1;}

.indextop{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.indextop .indexmore{margin: 2% 0;}

.indexproductimg{position: relative; margin-top: 3%; padding-bottom: 30px;}
.indexproductimg .swiper-wrapper{width: 100%;}
.indexproductimg .swiper-slide{position: relative; padding: 4% 2.5%; border-radius: 10px; background: url(indexproductimg-list-bg.png) #fff no-repeat right center; background-size: auto 100%; display: flex; justify-content: space-between; overflow: visible !important;}
.indexproductimg .swiper-slide.on{box-shadow: 0 8px 32px rgba(24,127,80, .2);}
.indexproductimg .swiper-slide .box{position: relative; width: 50%;}
.indexproductimg .swiper-slide .box .title{color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexproductimg .swiper-slide.on .box .title{color: #187f50; font-weight: 700;}
.indexproductimg .swiper-slide .box .desc{color: #187f50; margin: 1% 0 5% 0;}
.indexproductimg .swiper-slide .box .feature{min-height: 90px;}
.indexproductimg .swiper-slide .box .feature div{display: flex; justify-content: flex-start; flex-flow: wrap;}
.indexproductimg .swiper-slide .box .feature p{display: inline-block; padding: 7px 1.5vw; margin: 0 5px 5px 0; color: #187f50; background: #e9f5f0; border-radius: 100px;}
.indexproductimg .swiper-slide .box .feature p:last-child{margin-right: 0;}
.indexproductimg .swiper-slide .box .param{color: #666; line-height: 1.8; min-height: calc(1.8em * 4); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; text-overflow: ellipsis; overflow: hidden;}
.indexproductimg .swiper-slide .img{position: relative; width: 40%; overflow: hidden; transition: .5s;}
.indexproductimg .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.indexproductimg .swiper-slide .img p img{position: relative; top: 0; max-width: 100%; max-height: 100%; transition: .5s;}
.indexproductimg .swiper-slide.on .img p img{top: -15px;}
.indexproductimg .swiper-button-prev, .indexproductimg .swiper-button-next{top: 43%; background:rgba(0,0,0,.6); color: #fff; width: 2vw; min-width: 25px; height: 2vw; min-height:25px; border-radius: 100px; --swiper-navigation-size: 6px; outline:none;} 
.indexproductimg .swiper-button-prev{left: 1%;}
.indexproductimg .swiper-button-next{right: 1%;}
.indexproductimg .swiper-button-prev:hover, .indexproductimg .swiper-button-next:hover{background: #187f50; color: #fff;}
.indexproductimg .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexproductimg .swiper-pagination-bullet{position: relative; z-index: 2; width: 9px; height: 9px; border-radius: 100px; margin:0 3px !important; background: rgba(0,0,0, .6); opacity: 1; outline:none; transition: .3s;}
.indexproductimg .swiper-pagination-bullet-active{background: #187f50; opacity: 1;}

@media only screen and (max-width: 1600px){
    .indexproductimg .swiper-slide .box .title{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width: 1440px){
    .indexproductimg .swiper-slide .box .title{font-size: 28px; font-size: 2.8rem;}
    .indexproductimg .swiper-slide .box .feature{min-height: 80px;}
    .indexproductimg .swiper-slide .box .feature p{padding: 6px 1.5vw;}
}
@media only screen and (max-width: 1280px){
    .indexproductimg .swiper-slide .box .title{font-size: 26px; font-size: 2.6rem;}
    .indexproductimg .swiper-slide .box .feature{min-height: 70px;}
    .indexproductimg .swiper-slide .box .feature p{padding: 5px 1.5vw;}
}
@media only screen and (max-width: 1024px){
    .indexproductimg .swiper-slide .box .title{font-size: 24px; font-size: 2.4rem;}
    .indexproductimg .swiper-slide .box .feature{min-height: 65px;}
    .indexproductimg .swiper-slide .box .feature p{padding: 4px 1.5vw;}
}
@media only screen and (max-width: 800px){
	.indexproduct{padding: 8% 0;}
    
    .indexproductimg{margin-top: 5%;}
    .indexproductimg .swiper-slide{padding: 4% 4%;}
}
@media only screen and (max-width: 560px){
    .indexproductimg{padding-bottom: 25px;}
    .indexproductimg .swiper-slide{border-radius: 7px;}
    .indexproductimg .swiper-slide .box .title{font-size: 26px; font-size: 2.6rem;}
    .indexproductimg .swiper-slide .box .param{line-height: 1.4; min-height: calc(1.4em * 4);}
    .indexproductimg .swiper-pagination-bullet{width: 7px; height: 7px; margin:0 2px !important;}
}

/**首页产品特点**/
.indexfeature{position: relative; padding: 5.5% 0 10% 0; background: url(indexfeature-bg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.indexfeature .indextitle .t{color: #ffc200;}
.indexfeature .indextitle .d{color: #fff;}

.indexfeaturebox{margin-top: 5%; display: flex; justify-content: space-between;}
.indexfeaturebox .list{position: relative; top: 0; flex: 1; width: 100%; margin-right: 1.5%; border-radius: 10px; background: url(indexfeature-bg-list.png) #187f50 no-repeat center top; background-size: 100% auto; overflow: hidden; transition: .5s;}
.indexfeaturebox .list:last-child{margin-right: 0;}
.indexfeaturebox .list:nth-child(2n){top: 2.6vw;}
.indexfeaturebox .list.on{top: -15px; box-shadow: 0 8px 32px rgba(24,127,80, .5);}
.indexfeaturebox .list:nth-child(2n).on{top: calc(2.6vw - 15px);}
.indexfeaturebox .list .num{color: #187f50; text-align: center; padding: 15% 0;}
.indexfeaturebox .list .img{width: 50%; margin: 7% auto 0;}
.indexfeaturebox .list .img p{position: relative; width: 100%; height: 0; padding-bottom: 100%; border-radius: 100%; overflow: hidden;}
.indexfeaturebox .list .img p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexfeaturebox .list.on .img p img{transform: scale(1.3);}
.indexfeaturebox .list .title{margin: 10% 0; color: #ffc200; text-align: center;}

.indexfeature-bg{position: absolute; left: 0; bottom: 0; width: 100%; height: 48px; background: url(indexfeature-bg-x.png) no-repeat center bottom; background-size: 100%;}

@media only screen and (max-width: 1600px){
    .indexfeaturebox .list .num{font-size: 44px; font-size: 4.4rem;}
}
@media only screen and (max-width: 1280px){
    .indexfeaturebox .list{margin-right: 1%;}
    .indexfeaturebox .list .num{font-size: 40px; font-size: 4rem;}
    .indexfeaturebox .list .title{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width: 1024px){
    .indexfeaturebox .list .num{font-size: 36px; font-size: 3.6rem;}
}
@media only screen and (max-width: 800px){
    .indexfeature{padding: 8% 0 10% 0;}
    .indexfeaturebox{margin-top: 6%;}
}
@media only screen and (max-width: 560px){
    .indexfeaturebox{flex-flow: wrap;}
    .indexfeaturebox::after{content: ""; width: calc((100% - 6%) / 3);}
    .indexfeaturebox .list{flex: none; width: calc((100% - 6%) / 3); border-radius: 8px; margin: 0 3% 3% 0;}
    .indexfeaturebox .list.on{top: -10px;}
    .indexfeaturebox .list:nth-child(2n){top: 0;}
    .indexfeaturebox .list:nth-child(3n){margin-right: 0;}
    .indexfeaturebox .list:nth-child(2n).on{top: -10px;}
    .indexfeaturebox .list .num{font-size: 40px; font-size: 4rem; padding: 12% 0;}
    .indexfeaturebox .list .img{width: 60%; margin: 5% auto 0;}
    .indexfeaturebox .list .title{font-size: 20px; font-size: 2rem; margin: 8% 0;}
}

/**首页关于德成昌**/
.indexabout{position: relative; padding: 5.5% 0 8.5% 0; background: url(indexabout-bg.jpg) no-repeat center center; background-size: cover;}
.indexabout .container{display: flex; justify-content: space-between; flex-flow: wrap;}
.indexabout .l{width: 50%;}
.indexabout .l .s{color: #187f50; line-height: 1.2; margin-top: 4%;}
.indexabout .l .indexmore{margin-top: 20%;}

.indexabout .r{width: 43.75%;}
.indexabout .r .content{color: #666; line-height: 1.8; min-height: calc(1.8em * 6); text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 10; text-overflow: ellipsis; overflow: hidden;}
.indexabout .r .img{width: 100%; margin-top: 8%; border-radius: 10px; overflow: hidden;}
.indexabout .r .img img{width: 100%;}

.indexabout-bg{position: absolute; left: 0; bottom: 0; width: 100%; height: 48px; background: url(indexabout-bg-x.png) no-repeat center bottom; background-size: 100%;}

@media only screen and (max-width: 1600px){
	.indexabout .l .s{font-size: 33px; font-size: 3.3rem;}
}
@media only screen and (max-width: 1440px){
	.indexabout .l .s{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width: 1280px){
	.indexabout .l .s{font-size: 27px; font-size: 2.7rem;}
}
@media only screen and (max-width: 1024px){
	.indexabout .l .s{font-size: 25px; font-size: 2.5rem;}
}
@media only screen and (max-width: 800px){
	.indexabout{padding: 8% 0 10% 0;}
    .indexabout .l{width: 100%;}
    .indexabout .l .s{margin-top: 3%;}
    .indexabout .l .indexmore{margin-top: 5%;}

    .indexabout .r{width: 100%; margin-top: 6%;}
    .indexabout .r .content{line-height: 1.6; min-height: auto; font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width: 560px){
	.indexabout .l .s{font-size: 24px; font-size: 2.4rem;}
    
    .indexabout .r .img{border-radius: 7px;}
}

/**首页厂容厂貌**/
.indexfactory{padding: 5.5% 0;}

.indexfactory-item1{display: flex; justify-content: space-between; flex-flow: wrap;}
.indexfactory-item1 .l{width: 40%;}
.indexfactory-item1 .r{width: 50%;}
.indexfactory-item1 .r .content{color: #666; line-height: 1.8; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 10; text-overflow: ellipsis; overflow: hidden;}
.indexfactory-item1 .r .indexmore{margin-top: 5%;}

.indexfactory-item2{margin-top: 8%; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexfactory-item2 .l{width: 65.625%;}

.indexfactoryimg{position: relative; overflow: hidden;}
.indexfactoryimg .swiper-wrapper{}
.indexfactoryimg .swiper-slide{position: relative; width: 100%; height: 0; padding-bottom: 59%; border-radius: 10px; overflow: hidden;}
.indexfactoryimg .swiper-slide .title{position: absolute; z-index: 3; left: 0; bottom: 0; width: 100%; padding: 10% 20% 2% 3%; color: #fff; background: linear-gradient(to top, rgba(24,127,80, 1), rgba(0,0,0, 0));}
.indexfactoryimg .swiper-slide .title p{text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexfactoryimg .swiper-slide .img{position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; overflow: hidden;}
.indexfactoryimg .swiper-slide .img img{width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexfactoryimg .swiper-button-prev, .indexfactoryimg .swiper-button-next{top: 47%; background:rgba(0,0,0,.6); color: #fff; width: 2vw; min-width: 25px; height: 2vw; min-height:25px; border-radius: 0; --swiper-navigation-size: 6px; outline:none;} 
.indexfactoryimg .swiper-button-prev{left: 0;}
.indexfactoryimg .swiper-button-next{right: 0;}
.indexfactoryimg .swiper-button-prev:hover, .indexfactoryimg .swiper-button-next:hover{background: #187f50; color: #fff;}
.indexfactoryimg .swiper-pagination{bottom: 4%; padding-right: 1%; text-align: right; z-index: 99;}
.indexfactoryimg .swiper-pagination-bullet{position: relative; z-index: 2; width: 9px; height: 9px; border-radius: 100px; margin:0 3px !important; background: rgba(0,0,0, .6); opacity: 1; outline:none; transition: .3s;}
.indexfactoryimg .swiper-pagination-bullet-active{background: #ffc200; opacity: 1;}


.indexfactory-item2 .r{width: 26.25%;}

.indexaboutadv{position: relative; padding: 5% 0; height: 100%; display: flex; justify-content: space-between; flex-flow: column;}
.indexaboutadv .list{position: relative; height: 100%; padding: 3% 0; border-bottom: 1px solid rgba(0,0,0, .1); transition: .5s; display: flex; align-items: center; justify-content: space-between;}
.indexaboutadv .list::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #187f50; transition: .5s;}
.indexaboutadv .list.on::before{width: 100%;}
.indexaboutadv .list .box{flex: 1; width: 100%;}
.indexaboutadv .list .box .numunit{position: relative; line-height: 1; margin-top: 5px; color: #187f50; display: flex; align-items: baseline; justify-content: flex-start;}
.indexaboutadv .list .box .numunit .unit{padding-left: 5px;}
.indexaboutadv .list .box .title{position: relative; color: #666;}
.indexaboutadv .list .ico{position: relative; width: 15%; height: 0; padding-bottom: 15%; background: #187f50; border-radius: 100px; overflow: hidden;}
.indexaboutadv .list .ico p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.indexaboutadv .list .ico p img{max-width: 50%; max-height: 40%; transition: 2.5s;}
.indexaboutadv .list.on .ico p img{transform: rotateY(360deg);}

@media only screen and (max-width: 1600px){
    .indexfactoryimg .swiper-slide .title{font-size: 22px; font-size: 2.2rem;}
    
    .indexaboutadv .list .box .numunit .num{font-size: 42px; font-size: 4.2rem;}
}
@media only screen and (max-width: 1440px){
    .indexfactoryimg .swiper-slide .title{font-size: 20px; font-size: 2rem;}
    
    .indexaboutadv .list .box .numunit .num{font-size: 40px; font-size: 4rem;}
}
@media only screen and (max-width: 1024px){
    .indexfactoryimg .swiper-slide .title{font-size: 18px; font-size: 1.8rem;}
    
    .indexaboutadv .list .box .numunit .num{font-size: 36px; font-size: 3.6rem;}
}
@media only screen and (max-width: 800px){
    .indexfactory{padding: 8% 0;}
    .indexfactory-item1 .l{width: 100%;}
    .indexfactory-item1 .r{width: 100%; margin-top: 5%;}
    
    .indexfactory-item2 .l{width: 100%;}
    .indexfactoryimg .swiper-slide .title{font-size: 24px; font-size: 2.4rem;}
    
    .indexfactory-item2 .r{width: 100%;}
    .indexaboutadv{padding: 0 0; margin-top: 3%;}
    .indexaboutadv .list{height: auto; padding: 5% 0;}
    .indexaboutadv .list .box .numunit .num{font-size: 45px; font-size: 4.5rem;}
    .indexaboutadv .list .box .numunit .unit, .indexaboutadv .list .box .title{font-size: 20px; font-size: 2rem;}
    .indexaboutadv .list .ico{width: 12%; padding-bottom: 12%;}
}
@media only screen and (max-width: 560px){
    .indexfactoryimg .swiper-slide{border-radius: 7px;}
    .indexfactoryimg .swiper-slide .title{font-size: 22px; font-size: 2.2rem;}
    .indexfactoryimg .swiper-pagination-bullet{width: 7px; height: 7px; margin:0 2px !important;}

    .indexaboutadv .list .box .numunit .num{font-size: 42px; font-size: 4.2rem;}
}

/**首页新闻中心**/
.indexnews{padding: 5.5% 0; background: #edf4f1;}

.indexnewsimg{position: relative; margin-top: 3%; overflow: hidden;}
.indexnewsimg .swiper-wrapper{}
.indexnewsimg .swiper-slide{position: relative; border-radius: 10px; overflow: hidden;}
.indexnewsimg .swiper-slide .title{position: absolute; z-index: 3; left: 0; bottom: 0; width: 100%; padding: 10% 3% 2% 3%; color: #fff; background: linear-gradient(to top, rgba(0,0,0, 1), rgba(0,0,0, 0)); transition: .5s;}
.indexnewsimg .swiper-slide.on .title{background: linear-gradient(to top, rgba(24,127,80, 1), rgba(0,0,0, 0));}
.indexnewsimg .swiper-slide .title p{text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexnewsimg .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 65%; overflow: hidden;}
.indexnewsimg .swiper-slide .img img{position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexnewsimg .swiper-button-prev, .indexnewsimg .swiper-button-next{top: 47%; background:rgba(0,0,0,.6); color: #fff; width: 2vw; min-width: 25px; height: 2vw; min-height:25px; border-radius: 0; --swiper-navigation-size: 6px; outline:none;} 
.indexnewsimg .swiper-button-prev{left: 0;}
.indexnewsimg .swiper-button-next{right: 0;}
.indexnewsimg .swiper-button-prev:hover, .indexnewsimg .swiper-button-next:hover{background: #187f50; color: #fff;}
.indexnewsimg .swiper-pagination{bottom: 4%; padding-right: 1%; text-align: right; z-index: 99;}
.indexnewsimg .swiper-pagination-bullet{position: relative; z-index: 2; width: 9px; height: 9px; border-radius: 100px; margin:0 3px !important; background: rgba(0,0,0, .6); opacity: 1; outline:none; transition: .3s;}
.indexnewsimg .swiper-pagination-bullet-active{background: #ffc200; opacity: 1;}

.indexnewslist{margin-top: 20px; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexnewslist .list{position: relative; width: calc((100% - 60px) / 4); padding: 2% 2%; background: #fff; border-radius: 10px; overflow: hidden;}
.indexnewslist .list::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #187f50; transition: .3s;}
.indexnewslist .list.on::before{height: 100%;}
.indexnewslist .list .time{position: relative; color: #888;}
.indexnewslist .list.on .time{color: #fff;}
.indexnewslist .list .title{position: relative; margin: 3% 0 8% 0; line-height: 1.4; min-height: calc(1.4em * 2); text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexnewslist .list.on .title{color: #ffc200;}
.indexnewslist .list .more{position: relative; color: #187f50;}
.indexnewslist .list .more i{margin-left: 5px;}
.indexnewslist .list.on .more{color: #ffc200;}

@media only screen and (max-width: 1024px){
    .indexnewsimg .swiper-slide .title{font-size: 18px; font-size: 1.8rem;}
    
    .indexnewslist{margin-top: 10px;}
    .indexnewslist .list{width: calc((100% - 30px) / 4);}
    .indexnewslist .list .title{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width: 800px){
	.indexnews{padding: 8% 0;}
    
    .indexnewsimg{margin-top: 5%;}
    .indexnewsimg .swiper-slide .title{font-size: 22px; font-size: 2.2rem;}
    
    .indexnewslist{margin-top: 1%;}
    .indexnewslist .list{width: calc((100% - 2%) / 2); margin: 1% 0; padding: 4% 4%;}
    .indexnewslist .list .time, .indexnewslist .list .more{font-size: 18px; font-size: 1.8rem;}
    .indexnewslist .list .title{font-size: 22px; font-size: 2.2rem;}
}	
@media only screen and (max-width: 560px){
    .indexnewsimg .swiper-slide{border-radius: 7px;}
    
    .indexnewslist{margin-top: 1.5%;}
    .indexnewslist .list{width: 100%; margin: 1.5% 0; padding: 5% 5%; border-radius: 7px;}
    .indexnewslist .list .title{min-height: auto; -webkit-line-clamp: 5;}
}

/**底部**/
.footer{color: rgba(255,255,255, .5); background: url(indexfooter-bg.jpg) no-repeat center center; background-size: cover;}
.footer a{color: rgba(255,255,255, .5); transition: .5s;}
.footer a:hover{color: #ffc200;}

.footerlogocode{padding: 5% 0 2% 0; border-bottom: 1px solid rgba(255,255,255, .15); display: flex; align-items: center; justify-content: space-between;}
.footerlogo{width: 27%; min-width: 200px;}
.footerlogo img{width: 100%;}

.footercode{display: flex; align-items: center; justify-content: flex-end; flex-flow: wrap;}
.footercode .list{margin-right: 2.2vw; display: flex; align-items: center; justify-content: flex-start;}
.footercode .list:last-child{margin-right: 0;}
.footercode .list p:first-child img{max-width: 6.5vw; min-width: 80px;}
.footercode .list p:nth-child(2){margin-left: 10px;}

.footerbox{padding: 4% 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.footernav{flex: 1; width: 100%; margin-right: 10%; display: flex; justify-content: space-between; flex-flow: wrap;}
.footernav .list{}
.footernav .flist-title{}
.footernav .flist-title a{color: #fff;}
.footernav .navlist{margin-top: 1.5vw;}
.footernav .navlist a{margin: 0.8vw 0; display: block;}
.footernav .navlist a:hover{}

.footercontact{max-width: 27%;}
.footercontact .list{margin-bottom: 10%;}
.footercontact .list:last-child{margin-bottom: 0;}
.footercontact .list p:nth-child(2){color: #fff; margin-top: 5px;}
.footercontact .phone p:nth-child(2){color: #ffc200;}

.footercopy{border-top: 1px solid rgba(255,255,255, .15); padding: 2% 0 3% 0; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.footercopy p{margin: 5px 15px 0 0;}
.footercopy p:last-child{margin-right: 0;}

.zqkj{display: inline-block; background: url(zqkj.png) no-repeat center center; background-size: 100%; width: 108px; height: 12px; opacity: .5; transition: .5s;}
.zqkj:hover{opacity: 1;}

@media only screen and (max-width: 1600px){
	.footernav{margin-right: 6%;}
}
@media only screen and (max-width: 1440px){
	.footercontact .phone p:nth-child(2){font-size: 36px; font-size: 3.6rem;}
}
@media only screen and (max-width: 1280px){
	.footernav{margin-right: 4%;}
}
@media only screen and (max-width: 1024px){
    .footercontact .phone p:nth-child(2){font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width: 800px){
	.footerlogocode{padding: 8% 0 6% 0; flex-flow: wrap;}
	.footerlogo{width: 100%;}
	.footerlogo img{width: 65%;}
	
    .footercode{width: 100%; margin-top: 6%; justify-content: flex-start;}
    .footercode .list{margin: 1% 5% 1% 0;}
    .footercode .list p:first-child img{max-width: 15vw; min-width: 80px;}

    .footerbox{padding: 6% 0;}
	.footernav{flex: none; margin-right: 0;}
	.footernav .navlist{display: none;}
    
	.footercontact{max-width: 100%; margin-top: 5%;}
	.footercontact .list{margin-bottom: 4%;}
    .footercontact .phone p:nth-child(2){font-size: 40px; font-size: 4rem;}
}

/*内页*/
.bodybg{background: #edf4f1;}
.mainbody{padding: 4% 0;}

.mainbody_content{line-height:1.8; text-align:justify; color: #555;}
.mainbody_content p{margin: 1vw 0;}
.mainbody_content p:first-child{margin-top: 0;}
.mainbody_content p:last-child{margin-bottom: 0;}
.mainbody_content img{max-width:100%;}

@media only screen and (max-width: 800px){
    .mainbody{padding: 8% 0;}
	.mainbody_content{line-height: 1.6; font-size: 20px; font-size: 2rem;}
	.mainbody_content p{margin: 15px 0;}
}
@media only screen and (max-width: 560px){
	.mainbody_content p{margin: 10px 0;}
}

/**about-navlocation**/
.about-navlocation{border-bottom: 1px solid rgba(0,0,0, .1); background: #fff;}
.about-navlocation .container{display: flex; align-items: center; justify-content: space-between;}

.location{}
.location a{}
.location i{color: #c9c9c9; margin: 0 10px;}
.location i:first-child{margin: 0 0;}
.location font{color: #187f50; font-weight: 500;}

.about-nav{flex: 1; width: 100%; border-left: 1px solid rgba(0,0,0, .1); display: flex; justify-content: flex-start; flex-flow: wrap;}
.about-nav a{position: relative; color: #333; padding: 1.8% 3%; text-align: center; border-right: 1px solid rgba(0,0,0, .1); display: flex; align-items: center; justify-content: center;}
.about-nav a:last-child{margin-right: 0;}
.about-nav a::before{position: absolute; content: ""; left: 0; bottom: 0; width: 100%; height: 0; background: #187f50; transition: .5s;}
.about-nav a:hover::before, .about-nav a.cur::before{height: 100%;}
.about-nav a:hover, .about-nav a.cur{color: #fff;}
.about-nav a font{position: relative; z-index: 2;}

@media only screen and (max-width:800px){
	.about-navlocation{padding: 0 0 3% 0;}
	.about-navlocation .container{width: 100%; flex-flow: wrap; flex-direction:column-reverse;}
	
	.location{width: 100%; padding: 3% 4%; background: #edf4f1;}
	.location i{color: #c9c9c9; margin: 0 8px;}
	
	.about-nav{flex: none; border-left: none; margin-top: 3%; padding: 0 4%;}
	.about-nav::after{content: ""; width: calc((100% - 3%) / 4);}
	.about-nav a{width: calc((100% - 3%) / 4); padding: 2% 0; margin: .5% 1% .5% 0; border: 1px solid rgba(0,0,0, .1); background: #fff; font-size: 18px; font-size: 1.8rem;}
	.about-nav a:nth-child(4n){margin-right: 0;}
    .about-nav a.cur{border: 1px solid #187f50;}
}
@media only screen and (max-width:560px){
	.location i{color: #c9c9c9; margin: 0 5px;}
}

/*内页公司简介*/
.bodycompany{padding: 4% 0; display: flex; align-items: flex-start; justify-content: space-between; flex-flow: wrap;}
.bodycompany .l{width: 30%;}
.bodycompany .l .indexaboutadv{margin-top: 5%; padding: 0 0; height: auto;}
.bodycompany .l .indexaboutadv .list{padding: 6% 0;}

.bodycompany .r{width: 55%;}

@media only screen and (max-width: 800px){
    .bodycompany{padding: 8% 0;}
    .bodycompany .l{width: 100%;}
    .bodycompany .l .indexaboutadv .list{padding: 5% 0;}
    
    
    .bodycompany .r{width: 100%; margin-top: 8%;}
}

/*内页企业文化*/
.bodyculture{padding: 4% 0;}
.bodyculturebox{position: relative;}

.bodyculturelist{position: relative; z-index: 2; margin-top: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyculturelist .list{flex: 1; width: 100%; padding: 8% 2%; border-right: 1px solid rgba(255,255,255, .2); transition: .5s;}
.bodyculturelist .list.on{background: rgba(0,0,0, .3);}
.bodyculturelist .list .img{position: relative; top: 0; width: 25%; height: 0; padding-bottom: 25%; background: #187f50; border-radius: 100%; margin: 0 auto; overflow: hidden; transition: .5s;}
.bodyculturelist .list.on .img{background: #0f6f43;}
.bodyculturelist .list .img p{position: absolute; left: 50%; top: 50%; width: 40%; height: 40%; transform: translate(-50%, -50%); display: flex; align-items: center; justify-content: center;}
.bodyculturelist .list .img p img{max-height: 90%; transition: 2.5s;}
.bodyculturelist .list.on .img p img{transform: rotateY(360deg);}
.bodyculturelist .list .title{color: #ffc200; margin: 5% 0 10% 0;}
.bodyculturelist .list .desc{color: #fff;}
.bodyculturelist .list .desc p{margin: 10px 0;}

.bodyculturebg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #022515;}
.bodyculturebg img{width: 100%; height: 100%; object-fit: cover; opacity: .5;}

@media only screen and (max-width: 1600px){
	.bodyculturelist .list .title{font-size: 27px; font-size: 2.7rem;}
}
@media only screen and (max-width: 1440px){
	.bodyculturelist .list .title{font-size: 24px; font-size: 2.4rem;}
    .bodyculturelist .list .desc p{margin: 8px 0;}
}
@media only screen and (max-width: 1024px){
	.bodyculturelist .list .title{font-size: 22px; font-size: 2.2rem;}
    .bodyculturelist .list .desc p{margin: 6px 0;}
}
@media only screen and (max-width: 800px){
	.bodyculture{padding: 8% 0;}
    .bodyculturelist{margin-top: 6%;}
	.bodyculturelist .list{flex: none; width: calc(100% / 2); padding: 8% 2%; border-bottom: 1px solid rgba(255,255,255, .2);}
	.bodyculturelist .list .title{font-size: 30px; font-size: 3rem;}
	.bodyculturelist .list .desc{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width: 560px){
	.bodyculturebox .list{width: 100%; padding: 6% 4%;}
    .bodyculturelist .list .img{width: 20%; padding-bottom: 20%;}
	.bodyculturebox .list .title{font-size: 26px; font-size: 2.6rem; margin: 4% 0 8% 0;}
	.bodyculturebox .list .desc{font-size: 20px; font-size: 2rem;}
}

/*内页资质荣誉*/
.bodyhonor{padding: 3.5% 0 2% 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyhonor::after{content: ""; width: calc((100% - 6%) / 4);}
.bodyhonor .list{position: relative; top: 0; width: calc((100% - 6%) / 4); margin: 1% 0; border-radius: 10px; transition: .5s; background: #edf4f1; padding: 2.5%; overflow: hidden;}
.bodyhonor .list.on{top: -15px; box-shadow: 0 8px 32px rgba(24,127,80, .3);}
.bodyhonor .list::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #187f50; transition: .3s;}
.bodyhonor .list.on::before{height: 100%;}
.bodyhonor .list .title{position: relative; line-height: 1.3; min-height: calc(1.3em * 2); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.bodyhonor .list.on .title{color: #fff;}
.bodyhonor .list .img{position: relative; width: 100%; height: 0; padding-bottom: 80%; margin-top: 5%; overflow: hidden; cursor: pointer;}
.bodyhonor .list .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.bodyhonor .list .img img{max-width: 100%; max-height: 100%; transition: .5s;}

.bodyhonor .after-add{content: ""; width: calc((100% - 6%) / 4); height: 0; padding: 0; margin: 0;}

@media only screen and (max-width: 1440px){
    .bodyhonor .list .title{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width: 800px){
    .bodyhonor{padding: 6% 0 2% 0;}
    .bodyhonor::after{width: calc((100% - 4%) / 2);}
    .bodyhonor .list{width: calc((100% - 4%) / 2); margin: 2% 0; padding: 4%; border-radius: 8px;}
    .bodyhonor .list .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width: 560px){
    .bodyhonor::after{width: 100%;}
    .bodyhonor .list{width: 100%;  padding: 8%;}
    .bodyhonor .list .title{font-size: 22px; font-size: 2.2rem; line-height: 1.4; min-height: auto; -webkit-line-clamp: 4;}
}

/*内页产品优势*/
.bodycpys{padding: 4% 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodycpys .l{width: 35%;}
.bodycpys .l .img{width: 100%; margin-top: 10%;}
.bodycpys .l .img img{width: 100%;}

.bodycpys .c{width: 15%;}
.bodycpys .c p{width: 1px; height: 100%; background: rgba(0,0,0, .1); margin: 0 auto;}

.bodycpys .r{width: 50%;}

.bodycpys-feature{padding-bottom: 8.5%;}

@media only screen and (max-width: 800px){
    .bodycpys{padding: 8% 0;}
    .bodycpys .l{width: 100%;}
    .bodycpys .l .img{margin-top: 5%;}
    
    .bodycpys .c{width: 0; display: none;}
    
    .bodycpys .r{width: 100%; margin-top: 5%;}
}

/*内页产品系列*/
.bodyproduct{padding: 3% 0; margin-top: 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyproduct .list{position: relative; top: 0; width: calc((100% - 3%) / 2); margin: 1.5% 0;}
.bodyproduct .list .box .title{-webkit-line-clamp: 2;}
.bodyproduct .list .box .feature{min-height: auto;}
.bodyproduct .list .box .param{margin-top: 10%; min-height: 60px; -webkit-line-clamp: 8;}

@media only screen and (max-width: 800px){
    .bodyproduct{padding: 4% 0;}
    .bodyproduct .list{width: 100%; margin: 2% 0;}
}

/*内页产品详情*/
.productshow{padding: 4% 4%; margin: 4% auto; background: #fff;}
.productshowbox{margin-top: 3%; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.productshowbox .l{position: relative; width: 45%; height: 0; padding-bottom: 45%; background: #edf4f1; border-radius: 10px; overflow: hidden;}
.productshowbox .l .img{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 80%; height: 80%; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.productshowbox .l .img img{position: relative; top: 0; max-width: 100%; max-height: 100%; transition: .5s;}
.productshowbox .l:hover .img img{top: -15px;}

.productshowbox .r{width: 50%;}
.productshowbox .r .desc{color: #187f50; margin: 1% 0 3% 0; text-align: justify;}
.productshowbox .r .feature{}
.productshowbox .r .feature div{display: flex; justify-content: flex-start; flex-flow: wrap;}
.productshowbox .r .feature p{display: inline-block; padding: 7px 1.5vw; margin: 0 5px 5px 0; color: #187f50; background: #e9f5f0; border-radius: 100px;}
.productshowbox .r .feature p:last-child{margin-right: 0;}
.productshowbox .r .param{margin-top: 5%; color: #666; line-height: 1.8; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; text-overflow: ellipsis; overflow: hidden;}
.productshowbox .r .phone{padding: 5% 0; margin: 4% 0 6% 0; color: #187f50; border-top: 1px solid #dee9e4; border-bottom: 1px solid #dee9e4;}
.productshowbox .r .phone font{font-family: 'Montserrat'; font-weight: 700;}
.productshowbox .r .x{width: 100%; height: 1px; margin: 7% 0; background: rgba(0,0,0, .07);}

.bt{margin-top: 6%; display: flex; align-items: center; justify-content: flex-start;}
.bt a{position: relative; color: #187f50; background: #edf4f1; padding: 10px 2vw; display: flex; align-items: center; justify-content: center; border-radius: 100px; overflow: hidden;}
.bt a:first-child{margin-right: 2%; background: #187f50;}
.bt a:hover, .bt a:first-child{color: #ffc200;}
.bt a::before{position: absolute; content: ""; left: 0; bottom: 0; z-index: 0; width: 100%; height: 0; background: #187f50; transition: .5s;}
.bt a:hover::before, .zx a:first-child::before{height: 100%;}
.bt a span{position: relative;}
.bt a i{margin-right: 10px;}

.productshow .mainbody_content{margin-top: 5%; padding-top: 4%; border-top: 1px solid #edf4f1;}

@media only screen and (max-width:1600px){
	.productshowbox .r .title{font-size: 33px; font-size: 3.3rem;}
}
@media only screen and (max-width:1280px){
	.productshowbox .r .title{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:1024px){
	.productshowbox .r .title{font-size: 27px; font-size: 2.7rem;}
}
@media only screen and (max-width:800px){
	.productshow{padding: 4% 4%;}
	.productshowbox{margin-top: 5%;}
    
	.productshowbox .l{width: 100%; padding-bottom: 100%; border-radius: 8px;}
	.productshowbox .r{width: 100%; margin-top: 6%;}
	.productshowbox .r .title{font-size: 30px; font-size: 3rem;}
	
	.bt a{padding: 10px 4vw;}
    
    .productshow .mainbody_content{margin-top: 9%; padding-top: 8%;}
}
@media only screen and (max-width:560px){
	.productshowbox .r .desc{font-size: 18px; font-size: 1.8rem;}
    
    .bt a{padding: 8px 5vw;}
}

/*内页图片列表*/
.bodyimg{padding: 3% 0; display: flex; justify-content: space-between; flex-wrap: wrap;}
.bodyimg:after{content: ''; width:calc((100% - 6%) / 3);}
.bodyimg .list{position: relative; top:0; width:calc((100% - 6%) / 3); margin: 1.5% 0; transition: .5s;}
.bodyimg .list.on{top: -15px;}
.bodyimg .list .img{width: 100%; position: relative; height: 0; padding-bottom: 70%; background: #edf4f1; cursor: pointer; border-radius: 10px; overflow: hidden; transition: .5s;}
.bodyimg .list .img::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #187f50; transition: .4s;}
.bodyimg .list.on .img::before{height: 100%;}
.bodyimg .list.on .img{box-shadow: 0 8px 32px rgba(24,127,80, .3);}
.bodyimg .list .img p{position: absolute; width: calc(100% - 2.8vw); height: calc(100% - 2.8vw); top: 1.4vw; left: 1.4vw; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bodyimg .list .img p img{width: 100%; height: 100%; transform: scale(1.15) translateY(0); object-fit: cover; transition: all .5s;}
.bodyimg .list.on .img p img {transform: scale(1.15) translateY(-15px);}

.bodyimg .list .imgt{width: 100%; position: relative; height: 0; padding-bottom: 70%; background: #edf4f1; border-radius: 10px; overflow: hidden; transition: .5s;}
.bodyimg .list .imgt::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #187f50; transition: .4s;}
.bodyimg .list.on .imgt::before{height: 100%;}
.bodyimg .list.on .imgt{box-shadow: 0 8px 32px rgba(24,127,80, .3);}
.bodyimg .list .imgt p{position: absolute; width: calc(100% - 2vw); height: calc(100% - 2vw); top: 1vw; left: 1vw; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bodyimg .list .imgt p img{max-width: 100%; max-height: 100%; transition: .5s;}
.bodyimg .list.on .imgt p img {transform: scale(1.1);}

.bodyimg .list .title{position: relative; padding: 5% 0; margin-top: 1%; border-bottom: 1px solid #e6f1ec;}
.bodyimg .list .title::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #187f50; transition: .5s;}
.bodyimg .list.on .title::before{width: 100%;}
.bodyimg .list.on .title{color: #187f50;}

.bodyimg .list .video-ico{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 3.4vw; min-width: 30px; height: 3.4vw; min-height: 30px; border-radius: 50%; background: rgba(0,0,0, .6); display: flex; align-items: center; justify-content: center;}
.bodyimg .list .video-ico img{width: 40%; padding-left: 3px;}
.bodyimg .list.on .video-ico{background: #187f50;}

.bodyimg .after-add{content: ""; width: calc((100% - 6%) / 3); height: 0; padding: 0; margin: 0;}

.bodyvideo .list .img{padding-bottom: 60%;}
.bodyvideo .list .img p img{transform: scale(1) translateY(0);}
.bodyvideo .list:hover .img p img {transform: scale(1.1) translateY(0);}

@media only screen and (max-width: 1280px){
	.bodyimg .list .img p img{transform: scale(1.2) translateY(0);}
	.bodyimg .list.on .img p img {transform: scale(1.2) translateY(-15px);}
}
@media only screen and (max-width: 800px){
	.bodyimg:after{width:calc((100% - 2%) / 2);}
	.bodyimg .list{width:calc((100% - 2%) / 2); margin: 1% 0;}
    .bodyimg .list .img{border-radius: 8px;}
	.bodyimg .list .img p{width: calc(100% - 4vw); height: calc(100% - 4vw); top: 2vw; left: 2vw;}
    
    .bodyimg .list .imgt{border-radius: 8px;}
	.bodyimg .list .imgt p{width: calc(100% - 4vw); height: calc(100% - 4vw); top: 2vw; left: 2vw;}
    
    .bodyimg .list .title{font-size: 20px; font-size: 2rem;}
    
	.bodyimg .after-add{width: calc((100% - 2%) / 2);}
}
@media only screen and (max-width: 560px){
	.bodyimg:after{content: ''; width:100%;}
	.bodyimg .list{width:100%; margin: 2% 0;}
    
    .bodyimg .list .img p{width: calc(100% - 10vw); height: calc(100% - 10vw); top: 5vw; left: 5vw;}
    
	.bodyimg .list .imgt p{width: calc(100% - 10vw); height: calc(100% - 10vw); top: 5vw; left: 5vw;}

	.bodyimg .list .title{font-size: 20px; font-size: 2rem;}
}

/**内页图片详情最新推荐**/
.imgshowbody-tj{margin-top: 5%;}
.imgshowbody-tj .list{position: relative; padding: 5% 0; border-bottom: 1px solid rgba(0,0,0, .05); display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.imgshowbody-tj .list::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #187f50; transition: .6s;}
.imgshowbody-tj .list.on::before{width: 100%;}
.imgshowbody-tj .list .img{position: relative; width: 30%; height: 0; padding-bottom: 19.5%; background: #fff; overflow: hidden;}
.imgshowbody-tj .list .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 5px; display: flex; align-items: center; justify-content: center;}
.imgshowbody-tj .list .img p img{max-width: 100%; max-height: 100%; transition: .5s;}
.imgshowbody-tj .list.on .img p img{transform: scale(1.2);}
.imgshowbody-tj .list .title{flex: 1; width: 100%; margin-left: 5%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.imgshowbody-tj .list.on .title{color: #187f50;}

@media only screen and (max-width:800px){
	.imgshowbody-tj{margin-top: 3%; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
	.imgshowbody-tj .list{width: 48%; padding: 3% 0;}
	.imgshowbody-tj .list .img{width: 100%; padding-bottom: 65%;}
	.imgshowbody-tj .list .title{flex: none; margin-top: 5%; margin-left: 0; text-align: center;}
}

/*内页新闻列表*/
.bodynewslist{padding: 2% 0; margin-top: 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodynewslist::after{content: ""; width: calc((100% - 6%) / 3);}
.bodynewslist .list{top: 0; width: calc((100% - 6%) / 3); margin: 1.5% 0; background: #edf4f1; transition: .5s;}
.bodynewslist .list.on{top: -15px; box-shadow: 0 8px 32px rgba(24,127,80, .3);}
.bodynewslist .list .title{margin: 3% 0 2% 0;}
.bodynewslist .list .desc{position: relative; color: #888; line-height: 1.4; min-height: calc(1.4em * 3); text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden;}
.bodynewslist .list.on .desc{color: rgba(255,255,255, .5);}
.bodynewslist .list .more{margin-top: 3%;}

.bodynewslist .after-add{content: ""; width: calc((100% - 6%) / 3); height: 0; padding: 0; margin: 0;}

@media only screen and (max-width: 1440px){
    .bodynewslist::after{width: calc((100% - 4%) / 3);}
    .bodynewslist .list{width: calc((100% - 4%) / 3); margin: 1% 0;}
}
@media only screen and (max-width: 800px){
    .bodynewslist{padding: 4% 0;}
    .bodynewslist::after{width: 100%;}
    .bodynewslist .list{width: 100%; margin: 2% 0; padding: 6% 6%;}
    .bodynewslist .list .time{font-size: 20px; font-size: 2rem;}
	.bodynewslist .list .title{margin: 2% 0 4% 0; font-size: 24px; font-size: 2.4rem; min-height: auto; -webkit-line-clamp: 3;}
	.bodynewslist .list .desc{font-size: 20px; font-size: 2rem; min-height: auto; -webkit-line-clamp: 2;}
    .bodynewslist .list .more{margin-top: 8%;}
}
@media only screen and (max-width: 560px){

}

/*内页新闻详情*/
.newsbody-top{padding: 10% 0 4% 0; background: url(newsshow-bg.jpg) no-repeat center center; background-size: cover;}
.newsbody-top .container{max-width: 1600px; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.newsbody-top .l{width: 60%;}
.newsbody-top .r{width: 30%;}

.newsshowpreNext{}
.newsshowpreNext .list{padding: 5% 0; border-bottom: 1px solid rgba(0,0,0, .06);}
.newsshowpreNext .list:first-child{padding-top: 0;}
.newsshowpreNext .list p:first-child{color: #888;}
.newsshowpreNext .list p:nth-child(2){font-weight: 500; margin-top: 1%;}

.newsshow-info{color: #888; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.newsshow-info p{margin-right: 15px;}
.newsshow-info p:last-child{margin-right: 0;}
.newsshow-info a{font-weight: 600; color: #187f50;}
.newsshow-title{color: #000; line-height: 1.4; margin-top: 1.5%;}

.newsbody{max-width: 1600px; margin: 2.5vw auto; display: flex; align-items: flex-start; justify-content: space-between; flex-flow: wrap;}
.newsbody .l{width: calc(70% - 2.5vw); background: #fff; padding: 4% 4%;}
.newsbody .r{width: 30%; padding: 3% 3%; border-radius: 5px; background: #fff;}

@media only screen and (max-width: 1600px){
	.newsshow-title{font-size: 38px; font-size: 3.8rem;}
}
@media only screen and (max-width: 1440px){
	.newsshow-title{font-size: 36px; font-size: 3.6rem;}
}
@media only screen and (max-width: 1280px){
	.newsshow-title{font-size: 3.4px; font-size: 3.4rem;}
}
@media only screen and (max-width: 1024px){
	.newsshow-title{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:800px){
	.newsbody-top{padding: calc(6% + 50px) 0 6% 0;}
	.newsbody-top .l{width: 100%;}
	.newsbody-top .r{width: 100%;}

	.newsshowpreNext{display: none;}

	.newsbody{margin: 4% auto;}
	.newsbody .l{width: 100%; padding: 6% 4%;}
	.newsbody .r{width: 100%; padding: 6% 4%; margin-top: 4%;}
    
    .newsshow-title{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:560px){
	.newsshow-title{margin-top: 2%; line-height: 1.5; font-size: 24px; font-size: 2.4rem;}
}

/*内页新闻详情——推荐新闻*/
.newsbody-tjtitle{color: #000; padding-bottom: 3%;}

.newsbody-tj{margin-top: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.newsbody-tj .list{position: relative; width: 100%; padding: 5% 0; border-bottom: 1px solid rgba(0,0,0, .08);}
.newsbody-tj .list:first-child{border-top: 1px solid rgba(0,0,0, .08);}
.newsbody-tj .list .title{margin-top: 2%; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden;}
.newsbody-tj .list:hover .title{color: #187f50;}
.newsbody-tj .list .time{color: #fff; background: rgba(0,0,0, .3); border-radius: 2px; display: inline-block; padding: 0 5px;}
.newsbody-tj .list:hover .time{background: #187f50;}

@media only screen and (max-width:1600px){
	.newsbody-tjtitle{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:1366px){
	.newsbody-tjtitle{font-size: 26px; font-size: 2.6rem;}
}
@media only screen and (max-width:1024px){
	.newsbody-tjtitle{font-size: 24px; font-size: 2.4rem;}
}
@media only screen and (max-width:800px){
	.newsbody-tjtitle{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:560px){
	.newsbody-tjtitle{font-size: 24px; font-size: 2.4rem;}
}


/**内页联系我们**/
.bodycontact{margin: 4% auto; padding: 4%; background: #187f50; border-radius: 10px; overflow: hidden; display: flex; justify-content: space-between; flex-flow: wrap;}

.bodycontact-contact{width: 45%;}
.bodycontact-contact .company{color: #fff; margin-bottom: 5%;}
.bodycontact-contact .contact p{padding: 2% 0; color: rgba(255,255,255, .8);}

.bodycontact-code{margin-top: 8%; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.bodycontact-code .list{margin-right: 2.2vw; text-align: center;}
.bodycontact-code .list:last-child{margin-right: 0;}
.bodycontact-code .list p:first-child img{max-width: 6.5vw; min-width: 80px;}
.bodycontact-code .list p:nth-child(2){margin-top: 10px; color: rgba(255,255,255, .7);}

.bodycontact-map{flex: 1; width: 100%; margin-left: 5%;}
.bodycontact-map .box{position: relative; width: 100%; height: 100%; border: 1px solid #e7e7e7; overflow: hidden;}
.bodycontact-map .box #map{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; z-index: 2;}
.bodycontact-map iframe, #map{width: 100%; height: 100%;}


.bodycontact-message{padding: 4%; margin-bottom: 4%; background: #edf4f1; border-radius: 10px; overflow: hidden;}
.bodycontact-message .box{margin-top: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodycontact-message .box .l{position: relative; width: 45%;}
.bodycontact-message .box .l img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}

.bodycontact-message .box .r{flex: 1; width: 100%; margin-left: 5%;}
.messagelist{width: 100%;}
.messagelist .layui-form-item{display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.messagelist .layui-form-item:nth-child(2){margin-bottom: 0;}
.messagelist .layui-form-item .layui-input-block{position: relative; width: 100%; margin: 0 0 10px 0;}
.messagelist .layui-form-item .layui-btn{background-color: #187f50;}
.messagelist .layui-textarea{min-height: 120px;}
.messagelist .layui-input, .messagelist .layui-textarea{background: #fff; border: none;}
.messagelist .layui-input, .messagelist .layui-select, .messagelist .layui-textarea, .messagelist .layui-btn{height: 50px;}


@media only screen and (max-width: 1600px){
	.bodycontact-contact .company{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width: 1440px){
	.bodycontact-contact .company{font-size: 28px; font-size: 2.8rem;}
    
    .messagelist .layui-input, .messagelist .layui-select, .messagelist .layui-textarea, .messagelist .layui-btn{height: 45px;}
}
@media only screen and (max-width: 1024px){
	.bodycontact-contact .company{font-size: 26px; font-size: 2.6rem;}
    
    .messagelist .layui-input, .messagelist .layui-select, .messagelist .layui-textarea, .messagelist .layui-btn{height: 40px;}
}
@media only screen and (max-width: 800px){
	.bodycontact{margin: 8% auto; padding: 0; border-radius: 8px;}

	.bodycontact-contact{width: 100%; padding: 8% 6%; font-size: 20px; font-size: 2rem;}
    .bodycontact-contact .company{font-size: 30px; font-size: 3rem; margin-bottom: 3%;}
    .bodycontact-contact .contact p{padding: 1% 0;}
    
    .bodycontact-code .list p:first-child img{max-width: 20vw; min-width: 90px;}
    
	.bodycontact-map{flex: none; margin: 0 0;}
    .bodycontact-map .box{position: relative; width: 100%; height: 0; padding-top: 70%;}
    
    
    .bodycontact-message{padding: 8% 6%; margin-bottom: 8%; border-radius: 8px;}
    .bodycontact-message .box{margin-top: 6%;}
    .bodycontact-message .box .l{width: 100%; height: 0; padding-bottom: 45%;}
    .bodycontact-message .box .r{flex: none; margin-left: 0; margin-top: 3%;}
}
@media only screen and (max-width: 560px){
	.bodycontact-contact .company{font-size: 26px; font-size: 2.6rem;}
    
	.messagelist .layui-form-item .layui-input-block{width: 100%; margin: 0 0 5px 0;}
	.messagelist .layui-input, .messagelist .layui-select, .messagelist .layui-textarea, .messagelist .layui-btn{height: 38px;}
}


/*内页搜索*/
.search-top{padding: 7% 0; min-height: 160px; background: url(indexfooter-bg.jpg) no-repeat center center; background-size: cover;}

.searchcontainer{max-width: 1400px; width: 92%; margin: 4% auto;}

.searcht{display: flex; justify-content: space-between;}
.searcht input{background: none; border: none;}
.searcht input[type="search"]{flex: 1; width: 100%; border:1px solid #e3e3e3; background: #fff; padding: 0 20px; font-size: 16px;}
.searcht input[type="submit"]{cursor: pointer; display: block; padding: 1vw 3vw; background: #187f50; color: #fff; font-size: 20px;}

.searchcat{margin: 4% 0 0 0;}
.searchcat a{margin-right: 5%; padding-bottom: 1%; display: inline-block;}
.searchcat a:last-child{margin-right: 0;}
.searchcat .a{color: #187f50; border-bottom: 3px solid #187f50;}

.searchaboutlist #list{display: flex; flex-wrap: wrap; justify-content: space-between;}
.searchaboutlist .list{position: relative; width:calc((100% - 3%) / 2); padding: 2%; margin: 1.5% 0; border: 1px solid #e3e3e3;}
.searchaboutlist .list .listbox{ display: flex; align-items: center; justify-content: space-between; transition: .5s;}
.searchaboutlist .list .listbox:hover{border: 1px solid #187f50;}
.searchaboutlist .list .img{position: relative; width: 40%; height: 0; overflow: hidden; padding-bottom: 30%;}
.searchaboutlist .list .img p{position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; display: flex; align-items: center; justify-content: center;}
.searchaboutlist .list .img img{max-width: 100%; max-height: 100%; transition: .7s;}
.searchaboutlist .list:hover .img img{transform: scale(1.15);}
.searchaboutlist .list .box{width: 55%;}
.searchaboutlist .list .box .cat{color: #888;}
.searchaboutlist .list .box .title{transition: .5s; line-height: 1.6; margin-top: 3%;}
.searchaboutlist .list:hover .box .title{color: #187f50;}
.searchaboutlist .list .box .title font{color: red;}
.searchaboutlist .list .box .desc{color: #999; line-height: 1.8; margin-top: 5%; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden;}

.searchnewslist .list{position: relative; }
.searchnewslist .list .listbox{border-bottom: 1px solid #e3e3e3; padding: 2.5% 0;}
.searchnewslist .list:first-child .listbox{padding-top: 0;}
.searchnewslist .list .cattitle{display: flex; align-items: center; justify-content: flex-start;}
.searchnewslist .list .cattitle .cat{color: #000; margin-right: 2vw;}
.searchnewslist .list .cattitle .title{flex: 1; width: 100%; color: #222;}
.searchnewslist .list:hover .cattitle .title{color: #187f50; text-decoration: underline;}
.searchnewslist .list .cattitle .title font{color: red;}
.searchnewslist .list .desc{color: #888; line-height: 1.6; margin: 1.5% 0; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.searchnewslist .list .time{color: #999;}
.searchnewslist .list .time i{margin-right: 5px;}

.searchproductlist #list{display: flex; flex-wrap: wrap; justify-content: space-between;}
.searchproductlist .list{position: relative; width:calc((100% - 3%) / 2); padding: 2%; margin: 1.5% 0; border: 1px solid #e3e3e3;}
.searchproductlist .list .listbox{ display: flex; align-items: center; justify-content: space-between; transition: .5s;}
.searchproductlist .list .listbox:hover{border: 1px solid #187f50;}
.searchproductlist .list .img{position: relative; width: 40%; height: 0; overflow: hidden; padding-bottom: 30%;}
.searchproductlist .list .img p{position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; display: flex; align-items: center; justify-content: center;}
.searchproductlist .list .img img{max-width: 100%; max-height: 100%; transition: .7s;}
.searchproductlist .list:hover .img img{transform: scale(1.15);}
.searchproductlist .list .box{width: 55%;}
.searchproductlist .list .box .cat{color: #888;}
.searchproductlist .list .box .title{transition: .5s; line-height: 1.6; margin-top: 3%;}
.searchproductlist .list:hover .box .title{color: #187f50;}
.searchproductlist .list .box .title font{color: red;}
.searchproductlist .list .box .desc{color: #999; line-height: 1.8; margin-top: 5%; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden;}

@media only screen and (max-width:800px){
    .search-top{padding: 0; min-height: 50px; height: 50px;}
    
	.searchcontainer{margin: 4% auto;}

	.searcht input[type="search"]{padding: 0 12px;}
	.searcht input[type="submit"]{padding: 1vw 6vw;}
		
	.searchcat{margin: 6% 0 0;}
	
	.searchproductlist:after{width:100%;}
	.searchproductlist .list{width:100%;}
	.searchproductlist .list .box .title{font-size: 16px;}
}
@media only screen and (max-width:560px){
	.searcht input[type="submit"]{padding: 2vw 6vw; font-size: 20px; font-size: 2rem;}
	
	.searchproductlist .list .box .title{font-size: 14px; line-height: 1.3;}
}

/*内页搜索分页*/
#pagination{overflow: hidden;}
.pagination-buttons{margin-top: 20px; padding-bottom: 20px; text-align: center; font-size: 14px; font-size: 1.4rem; display: flex; align-items: center; justify-content: center; font-family: 'Montserrat'; font-weight: 500;}
.pagination-buttons a{width: 2vw; min-width: 26px; height: 2vw; min-height: 26px; margin: 0 3px; border-radius: 1000px; border: 1px solid #ebebeb; background: #e5e5e5; cursor: pointer; display: flex; align-items: center; justify-content: center;}
.pagination-buttons a:hover, .pagination-buttons a.on{background: #187f50; color: #fff; border: 1px solid #187f50;}

/*详细页上一页下一页收藏打印*/
.preNext{max-width: 1400px; margin: 5% auto; display: flex; justify-content: space-between; flex-flow: wrap;}
.preNext .list{width: 48%; background: #f3f3f3; padding: 2% 3%; border-radius: .6vw;}
.preNext .list p:first-child{color: #888;}
.preNext .list p:nth-child(2){margin-top: 2%; font-weight: 500; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.preNext .list p a:hover{color: #187f50;}

@media only screen and (max-width:800px){
	.preNext{margin: 7% auto;}
	.preNext .list{width: 100%; padding: 3% 4%;}
	.preNext .list:nth-child(2){margin-top: 2%;}
	.preNext .list p:nth-child(2){margin-top: 1%;}
}
@media only screen and (max-width:560px){
	.preNext{font-size: 15px; font-size: 1.5rem;}
}


/*分页样式*/
.page_info{text-align:center; color:#666; font-size: 16px; font-size: 1.6rem; margin: 0 0 4% 0;}
.page_info span{padding:0 2px;font-weight:bold; color: #187f50;}
.page_list{margin: 0 0 3% 0; font-size:16px; font-size: 1.6rem; font-weight: 600; display: flex; justify-content: center;}
.page_list a{background: #e3f0ea; color: #187f50; margin: 0 3px; width: 2.8vw; min-width: 26px; height: 2.8vw; min-height: 26px; border-radius: 100px; display: flex; align-items: center; justify-content: center; transition: .5s;}
.page_list a:hover,.page_list a.on{color: #ffc200; background: #187f50;}

@media only screen and (max-width:1366px){
	.page_list a{width: 3.6vw; height: 3.6vw;}
}
@media only screen and (max-width:800px){
	.page_info{margin: 1% 0 6% 0;}
	.page_list{margin: 1% 0 6% 0;} 
	.page_list a{margin: 0 2px; width: 4.6vw; height: 4.6vw;}
}
@media only screen and (max-width:560px){

	.page_list a{width: 7vw; height: 7vw;}
}