.header { width: 100%; height: 120px;}
.header .wrapper {position: relative;}
.header .logo { position: absolute; left:0; top:15px; z-index: 2;}
.nav_bg { width: 100%; background-color: #fff; -webkit-transition: top 0.5s ease, box-shadow 0.5s ease; transition: top 0.5s ease, box-shadow 0.5s ease; position: relative; top: 55px; left: 0;}
.nav_bg .menu {width: clamp(75rem, 92vw, 90rem); margin: auto; padding-left: 27.0833vw; -webkit-transition: top 0.5s ease, box-shadow 0.5s ease; transition: top 0.5s ease, box-shadow 0.5s ease;}

.nav_bg .menu > ul { display: flex; justify-content: space-between;}
.nav_bg .menu > ul > li { text-align: center; height: 65px;}
.nav_bg .menu > ul > li::before { content: ""; position: absolute; top: 50%; margin-top: -1px; margin-left: -2px; border-radius: 100%; width: 2px; height: 2px; background-color: #5a5a5a; display: none;}
.nav_bg .menu > ul > li:first-child { margin-left: 0; }
.nav_bg .menu > ul > li > a { display: block; height: 65px; font-size: 18px; position: relative; z-index: 6; line-height: 65px; padding: 0 5px; color: #333; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.nav_bg .menu > ul > li > a:hover { background-color: transparent; }
.nav_bg .menu > ul > li.another > a { font-weight: bold; }
.nav_bg .menu > ul > li.another > a, .nav_bg .menu > ul > li:hover > a { color: #008e40; }
.nav_bg .menu > ul > li:hover .sec { height: auto; }
.nav_bg .menu > ul > li:hover .secs { height: auto; }
.nav_bg .dowShow {top: 65px;}

.dowShow { position: absolute; z-index: 999; left: 0; width: 100%; top: 650px; background-repeat: no-repeat; background-color: #fafafa; padding: 50px 0; display: none;}
.dowShow .dowBox { display: flex; justify-content: space-between; width: clamp(75rem, 92vw, 90rem); margin:auto; padding:0 50px; box-sizing: border-box;}
.dowShow .navDowL { float: left; text-align: left; width: 320px;}
.dowShow .tip {font-size: 22px;}
.dowShow .navDowL .navDowLink {margin-top:30px; font-size:0;}
.dowShow .navDowL .navDowLink a { margin-right: 15px; display: inline-block; padding-top:28px; width: 130px; height: 115px; background-color: #eee; border-radius: 10px; font-size: 16px; text-align: center; position: relative; -webkit-transition: all 0.5s ease; transition: all 0.5s ease;}
.dowShow .navDowL .navDowLink a:last-child { margin-right:0;}
.dowShow .navDowL .navDowLink a:before { content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/navDowAbg.png) 0 center no-repeat; }
.dowShow .navDowL .navDowLink a i { display: block; width: 25px; height: 25px; margin: auto; position: relative; z-index: 2; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.dowShow .navDowL .navDowLink a i.icoZx { background: url(../images/navDowqq.png) center center no-repeat; }
.dowShow .navDowL .navDowLink a i.icoLy { background: url(../images/navDowly.png) center center no-repeat; }
.dowShow .navDowL .navDowLink a span { display: block; font-size: 16px; height: 26px; line-height: 26px; margin-top: 14px; position: relative; z-index: 2; }
.dowShow .navDowL .navDowLink a:hover { box-shadow: 0 10px 10px -5px rgba(0, 142, 64, 0.5); -webkit-transform: translateY(-4px); transform: translateY(-4px); }
.dowShow .navDowL .navDowLink a:hover i { -webkit-animation: hvr-icon-wobble-vertical 1s; -moz-animation: hvr-icon-wobble-vertical 1s; animation: hvr-icon-wobble-vertical 1s;}
.dowShow .navDowL .navDowLink a:hover, .dowShow .navDowL .navDowLink a.on { background-color: #008e40; color: #fff;}
.dowShow .navDowL .navDowLink a:hover i, .dowShow .navDowL .navDowLink a.on i { -webkit-filter: brightness(5); filter: brightness(5);}
.dowShow .navDowR { display: flex; justify-content: space-between; text-align: left; width:calc(100% - 400px);}
.dowShow .navDowR .pic { border-radius: 100%; width: 185px; height: 185px; overflow: hidden;}
.dowShow .navDowR .pic img { display: block; width: 100%; height: 100%; object-fit: cover;}
.dowShow .navDowR .navDowRL { width:calc(100% - 200px);}
.dowShow .navDowR .navDowRL .dowNav { margin-top: 20px; font-size: 0;}
.dowShow .navDowR .navDowRL .dowNav a {width:33%; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; font-size: 16px; line-height: 45px; position: relative; padding-left: 25px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease;}
.dowShow .navDowR .navDowRL .dowNav a::before { content: ""; position: absolute; left: 0; top: 14px; width: 16px; height: 16px; border: solid 1px #444444; border-radius: 100%; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.dowShow .navDowR .navDowRL .dowNav a::after { content: ""; position: absolute; width: 8px; height: 8px; background-color: #444444; border-radius: 100%; left: 4px; top: 18px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; opacity: 0; filter: alpha(opacity=0); }
.dowShow .navDowR .navDowRL .dowNav a:hover { color: #008e40; -webkit-transform: translateX(5px); transform: translateX(5px); }
.dowShow .navDowR .navDowRL .dowNav a:hover::before { border-color: #008e40; }
.dowShow .navDowR .navDowRL .dowNav a:hover::after { background-color: #008e40; opacity: 1; filter: alpha(opacity=100); }
.dowShow .navDowR .proNavDow { width: 100%; padding-top: 20px; padding-bottom: 10px; }
.dowShow .navDowR .proNavDow .proDowNav { display: flex; justify-content: flex-start; margin-top: 10px; font-size: 0; flex-wrap: wrap; margin-right: -20px; }
.dowShow .navDowR .proNavDow .proDowNav dl { width: 25%; padding-right: 15px; margin-top: 30px; }
.dowShow .navDowR .proNavDow .proDowNav dl dt a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; line-height: 36px; position: relative; padding-left: 32px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.dowShow .navDowR .proNavDow .proDowNav dl dt a::before { content: ""; position: absolute; left: 0; top: 10px; width: 16px; height: 16px; border: solid 1px #444444; border-radius: 100%; margin-right: 15px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.dowShow .navDowR .proNavDow .proDowNav dl dt a::after { content: ""; position: absolute; width: 8px; height: 8px; background-color: #444444; border-radius: 100%; left: 4px; top: 14px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; opacity: 0; filter: alpha(opacity=0); }
.dowShow .navDowR .proNavDow .proDowNav dl dt a:hover { color: #008e40; -webkit-transform: translateX(5px); transform: translateX(5px); }
.dowShow .navDowR .proNavDow .proDowNav dl dt a:hover::before { border-color: #008e40; }
.dowShow .navDowR .proNavDow .proDowNav dl dt a:hover::after { background-color: #008e40; opacity: 1; filter: alpha(opacity=100); }
.dowShow .navDowR .proNavDow .proDowNav dl dd { margin-left: 32px; margin-top: 14px; }
.dowShow .navDowR .proNavDow .proDowNav dl dd a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 32px; color: #979797; font-size: 15px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.dowShow .navDowR .proNavDow .proDowNav dl dd a:hover { color: #008e40; -webkit-transform: translateX(5px); transform: translateX(5px);}

.fixedNav { position: fixed; width: 100%; left: 0; top: 0; z-index: 9999; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); padding: 0;}
.fixedNav .nav_bg{top:0;}
.fixedNav .menu { padding-left: 0 !important; border-top: none !important; }
.fixedNav .dowShow .dowBox {padding:0;}
/* .header{width: 100%; background:#fff; position: fixed; left:0; top:0; z-index: 99; -webkit-transition:all .5s ease; transition:all .5s ease}

.header .wrapper{display:-webkit-flex; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: center; height: 110px; position: relative;} */
.header-tel{position: absolute; right:0; top:15px; padding-left: 40px; line-height: 1; height:45px;}
.header-tel:before { content: ""; display: block; position: absolute; left: 0; top: 2px; width: 31px; height: 33px; -webkit-animation: msClock2 1.5s linear infinite;animation: msClock2 1.5s linear infinite; background: url(../images/tel.png) center center no-repeat;}
.header-tel strong{display: block; margin-top:3px; font-weight: normal; font-family: 'Lato-Bold';}
@keyframes msClock2 {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1);
  }
}
.topblank{height: 0;}
/**内容**/
.PC_ban{display: block;}
.Mob_ban{display: none;}
.banner{width: 100%;position: relative;}
.banner .wrapper{}
.banner .swiper-button-next,.banner .swiper-button-prev{width: 40px;height: 40px; border-radius:50%; border:1px solid #fff; right:0px; display: none;}
.banner .swiper-button-next i,.banner .swiper-button-prev i { position: absolute; left:10px; top:8px; font-size: 18px; line-height: 1; color:#fff}
.banner .swiper-button-prev{left:0px;}
.banner .swiper-button-next {transform: rotate(-180deg);-ms-transform: rotate(-180deg);-webkit-transform: rotate(-180deg);}
.banner .swiper-slide {overflow: hidden;text-align: center;position: relative;}
.banner .swiper-slide:before{content: ''; background:rgba(0,0,0,.2); width:100%; height:100%; position:absolute; left:0; top:0; display: none;}
.banner .swiper-slide img{width:100%;}
.banner .swiper-pagination{bottom:10px;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet{height: 10px;width:10px;border-radius: 12px;margin: 0 3px;opacity:1;background-color: #fff;}
.banner .swiper-pagination-bullet-active{width:25px !important; height: 10px; border-radius: 12px; background: #ffbe00 !important;opacity: 1 !important;}
.banfont{width: 100%; position: absolute; left:0; top:50%; transform: translate(0,-50%); text-align: left; color:#fff;}
.banner .swiper-slide-active .banfont h2{animation: bannertextdow 1s ease both 400ms;}
.banner .swiper-slide-active .banfont h3{animation: bannertextdow 1s ease both 800ms; width:540px;}

.banner .swiper-button-next{right: 20px!important;left: auto!important;}
.banner .swiper-button-prev{left: 20px!important;}
.banner .abbanfont{position: absolute; width: 100%; left:0; top:50%; transform: translate(0,-50%); text-align: left; color:#fff;}
.banner .abbanfont h2{animation: bannertextdow 1s ease both 400ms;}
.banner .abbanfont h3{animation: bannertextdow 1s ease both 800ms;}
@keyframes bannertextright {0% {transform: translateX(-80px);opacity: 0;}100% {transform: translateX(0);opacity: 1;}}
@keyframes bannertextdow {0% {transform: translateY(40px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}
@keyframes bannertextdowbig {0% {transform: translateY(60px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}
@keyframes bannertexttop {0% {transform: translateY(-40px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}
@keyframes aniWidth {
	0% {width: 0%}
	100% {width: 100%}
}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'; display: none;}
.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'; display: none;}
.bannerimg img{width:100%; height: clamp(12.5rem, 7.5rem + 25vw, 37.5rem); object-fit: cover; object-position: 50% 50%;}
@media all and (max-width:1100px){
.banner .swiper-pagination{bottom:0;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet{height: 5px;width:5px;}
.banner .swiper-pagination-bullet-active{width:15px !important; height: 5px;}
.banner .banfont{left:3%; right:3%; display: none;}
.banner .swiper-slide-active .banfont h2{font-size:20px; display: none;}
.banner .swiper-slide-active .banfont p{font-size:18px; margin-top:0; line-height: 1.2;}
.banner .entit {position: absolute; left:3%; top:25%;}
.banner .swiper-slide-active .banbtn{ margin-top: 20px; padding:2px 15px; font-size: 14px;}
.banner .swiper-slide-active .banbtn .iconfont{font-size:14px; margin-left: 5px;}
}
.idx_pro{padding-top: 40px; padding-right:50px;}
.idx_pro .pro_swiper { overflow: hidden; position: relative;}
.idx_pro .pro_swiper .swiper-slide{ background-color: #fff; padding:40px 0; box-sizing: border-box;}
.idx_pro .pro_swiper .swiper-slide { text-align: center;position: relative;z-index: 1;}
.idx_pro .swiper-button-prev i,.idx_pro .swiper-button-next i{ position: absolute; left:9px; top:8px; font-size: 16px; font-weight: bold; line-height: 1; color:#000;}
.idx_pro .swiper-button-prev{ top:50%;width: 30px;height: 30px; background:#eee; border-radius: 50%; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.idx_pro .swiper-button-next{top: 50%;width: 30px;height: 30px; background:#eee; border-radius: 50%; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.idx_pro .swiper-button-prev:hover,.idx_pro .swiper-button-next:hover{background: #599b34;}
.idx_pro .swiper-button-prev:hover i,.idx_pro .swiper-button-next:hover i{ color:#fff;}
.idx_pro .swiper-button-next i{left:5px; transform:rotate(-180deg);-ms-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-webkit-transform:rotate(-180deg);-o-transform:rotate(-180deg);}
.idx_pro a:hover .img img{transform: scale(1.1);}
.idx_pro .text{ text-align: center; padding: 10px 0 20px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
.idx_pro .text{ color: #599b34;}
.idx_pro .img{display:block;width:100%;height:190px;position:relative;overflow:hidden;background:url(../images/honorsli.png) center center no-repeat; padding:10px;-webkit-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
.idx_pro .img i{display:block;width:100%;height:100%;position:relative;overflow:hidden;}
.idx_pro .img img{display:block;position:absolute;width:100%;height:100%;object-fit:contain;left:0;right:0;top:0;bottom:0;margin:auto;-webkit-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
/* 底部 */
.footer{background: url(../images/footerbg.jpg) no-repeat center/cover; color:#eee;}
.lxList{border-bottom: 1px solid rgba(255, 255, 255, .3);}
.lxList ul{display: flex;}
.lxList a{color:#fff;}
.lxList .li1{background:url(../images/lxico1.png) no-repeat left center; padding-left:70px;}
.lxList .li2{background:url(../images/lxico2.png) no-repeat left center; padding-left:70px;}
.lxList .li3{background:url(../images/lxico3.png) no-repeat left center; padding-left:70px;}
.lxList ul li h4:before {content: ""; display: inline-block; vertical-align: middle; width: 13px; height: 1px; background-color: #ffffff; margin-right: 10px;}
.lxList ul li h4::after{content: ""; display: inline-block; vertical-align: middle; width: 13px; height: 1px; background-color: #ffffff; margin-left: 10px;}
.lxList li h4{color: #fff;}
.lxList li p{color: #fff;}
.footNav dt{font-weight: bold; position: relative; padding-left: 18px; line-height: 38px;}
.footNav img{width:119px;}
.footNav dt::after{content: ""; display: block; width: 90px; height: 1px; background-color: #87c28d;; position: absolute; left: 15px;}
.footNav dt::before{content: ""; display: block; width: 3px; height: 18px; background-color: #f0a500; position: absolute; left: 0; top: 50%; margin-top:-9px;}
.footNav dt i{ position: absolute; top:38px; height: 150px; left: -5px; line-height: 10px; font-size: 12px; font-weight: 100; writing-mode: vertical-rl;-webkit-writing-mode: vertical-rl; -ms-writing-mode: vertical-rl; writing-mode: tb-rl;}
.footNav dd{line-height: 2; padding:15px 0 0 20px;}
.footNav a{display: block; color:#ddd; transition: all .5s ease;}
.footNav a:hover{color: #fff; text-decoration: underline; transform: translateX(5px);}
.copyright{padding: 20px 0; position: relative; background-color: #304733; color:#ddd;}
.copyright a{display: inline-block; color:#ddd; margin-right:10px;}
.copyright a:last-child{ margin-right:0;}
/* 侧边栏 */
.sideNav{position:fixed;right:5px;top:55%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);z-index:888; background-color:#37974f; line-height: 1.6;}
.sideNav .stem{display:block;height:auto;width:70px; padding:10px 0; text-align:center;color:#fff;cursor:pointer;position:relative;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
.sideNav .stem::after{background-color: #fff; height:1px; width:100%; position: absolute; left:0; bottom:0; content:''; display: block;}
.sideNav .stem:last-child::after{display: none;}
.sideNav .tel:hover{background-color:#000;color:#fff}
.sideNav .stem .stem-z5{position: relative; z-index: 10;}
.sideNav .tel:hover .stem .stem-z5{background-color:#fff;}
.sideNav .tel:hover .iconfont{color:#fff;}
.sideNav .tel:hover .telbox{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);opacity:1}
.telbox{opacity:0; display: flex; align-items: center; -webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;position:absolute;right:100%;top:0;height:100%;width:150px;padding-left:15px;color:#fff;background-color:#000; text-align:left;}
.sideNav .iconfont{display: block; font-size: 20px; color:#fff}
.sideNav .stem.ewm:hover .ewmPic{pointer-events:all;opacity:1}
.ewmPic{position:absolute;right:calc(100% + 10px);bottom:0;opacity:0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;pointer-events:none}
.ewmPic .con{width:110px;height:110px;text-align:center;line-height:110px;background-color:#fff;overflow:hidden;}
.ewmPic .con img{display:inline-block;vertical-align:middle}

/*内页*/
.location{background: no-repeat center bottom/cover;}
.location .location-top{padding:10px 0; color:#999;border-bottom:1px solid #ddd;}
.location .location-top a{color:#999;}
.location .location-tit{padding:25px 0;}
.location img{display: inline-block; margin-right:10px; vertical-align: middle;}
.location .location-top span{color:#37974f}
.nynav {padding:0;}
.nynav ul li {display: inline-block;position: relative;margin: 0 10px;line-height: 36px;color: #333;transition: all .5s; background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.nynav ul li.on,.nynav ul li:hover {box-shadow: 0 0 10px rgba(0, 0, 0, .4);}
.nynav ul li.on,.nynav ul li.on a,.nynav ul li:hover,.nynav ul li a:hover {color: #37974f; font-weight: bold;}
.nynav ul li a {display: block; padding:0 30px;}
.aboutline{background: url(../images/aboutIdd.png) no-repeat center bottom; height:10px;}

.aboutcontent{color:#666;}
.aboutcontent p{padding:5px 0; text-indent: 2em;}
.abouttitle{font-weight: bold; text-align: center;}
.abouttitle::after{display: block; background-color: #666; width:50px; height:3px; margin:0px auto; content: '';}
.honor{background-color: #f7f7f7; position: relative;}
.honor::before{content: ''; position: absolute; top: 0; left: 0; width: 50%; height: 100%; background-color: #37974f; z-index: 0;}
.honor-lt, .honor-rt {position: relative; z-index: 1; width:50%;}
.honor-lt .abouttitle{text-align: left; color:#fff;}
.honor-lt .abouttitle::after{background-color: #fff; margin:0px;}
.honor-rt{padding-left:60px;}
.honor-rt img {display: inline-block; margin-right: 10px; vertical-align: middle;}
.honor-rt li{padding:12px 0;}
.honor-title i{width:30px; height:2px; background-color:#999; display: block; margin-top:10px;}
.honor-title p{color:#888;}
.mapbg{background: url(../images/mapbg.jpg) no-repeat center bottom/cover;}
.mapbox{border: 18px solid #f4f4f4; background-color: #fff; padding:20px; margin-top:40px; position: relative;}
.mapbox span{background-color: #37974f; color:#fff; padding:12px 25px; position: absolute; top: 20px; left: 20px; display: block;}
.txtcenter{text-align: center;}
.daxie{text-transform: uppercase;}
.contact-box{display: flex; justify-content: space-around; flex-wrap: wrap; flex-direction: row; border:4px solid #37974f;}
.contact-lt{width:70%; padding:30px 40px; line-height: 2;}
.contact-rt{width:30%;background-color:#37974f; color:#fff; line-height: 1.6; padding:30px 50px;}
.contact-rt span{display: block; font-family: 'Barlow-SemiBold';}
.contact-rt p{padding:10px 0;}
.contact-rt img{display: block; margin:12px auto;}

.message{background-color: #f5f5f5;}
.message p{color:#999;}
.message .formbox label{display:block;position:relative; width:48.5%;height:50px;margin-right:3%;margin-top:40px;}
.message .formbox label:nth-child(2n){margin-right:0;}
.message .formbox label span{position:absolute;z-index:2;left:26px;top:-10px;color:#666;display:block;font-size:16px;line-height:1; padding:3px 5px; background-color: #f5f5f5;}
.message .formbox label span i{display:inline-block;vertical-align:bottom;text-transform:uppercase;margin-left:8px;font-size:12px;line-height:1;}
.message .formbox input{display:block;width:100%;height:50px;line-height:50px;background-color:transparent;color:#333;-webkit-transition:all 0.4s ease-out;transition:all 0.4s ease-out;padding:0 15px;border:1px solid #aaa;}
.message .formbox .imgCode{position:absolute;right:3px;top:3px;width:88px;height:42px;}
.message .formbox .formbox-lt{width:calc(100% - 220px);}
.message .formbox .submitform{display:flex; align-items:center; justify-content:center; flex-direction: column; margin-top: 40px; width:180px;height:140px;background:#37974f;line-height:20px;text-align:center;overflow:hidden;font-size:16px;-webkit-transition:all 0.5s ease-out;transition:all 0.5s ease-out;cursor:pointer;color:#fff;}
.message .formbox .submitform i{display:block;text-transform:uppercase;font-size:14px;}
.message .formbox .submitform:hover{background:#000;}

.quality strong{display: block; margin-top:15px;}

.fengcai li{width:23%; margin-right:2%; margin-top:2%; background: #fff; box-shadow: 0 5px 16px rgba(0, 0, 0, .1);}
.fengcai li:nth-child(4n){margin-right:0;}
.fengcai li:hover img{opacity: .8;}
.fengcai h3{text-align: center; padding:15px 0;}
.caselisttj li{width:32%; margin-right:2%; margin-top:2%;}
.caselisttj img,.fengcai img{transition: all .5s ease;}
.caselisttj li:hover img{transform: scale(1.1, 1.1)}
.caselisttj li:nth-child(3n){margin-right:0;}
.caselisttj li:hover h3{color:#fff;}
.caselisttj h3{transition: all .5s ease; position: relative; z-index: 1;}
.caselisttj h3::after{content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 0; background-color: #37974f; transition: all .5s ease; z-index: -1;}
.caselisttj li:hover h3::after{background-color: #37974f; width: 100%; height: 100%;}

.imgbox{border: 1px solid #ddd; overflow: hidden; padding:5px; box-sizing: border-box;}
.photo{padding:20px 0 0; position: relative;}
.photo .pics{padding-bottom:62.5%; position: relative; display: block; width: 100%; overflow: hidden;}
.photo .pics img{ position: absolute; left: 50%; top: 0; width: auto; height: 100%; *height: auto; transform: translate(-50%,0);}

/*产品*/
.product-lt{width:290px;}
.product-rt{width:calc(100% - 320px);}
.protitle { background-color: #37974f; border-radius: 10px 10px 0 0; position: relative; padding: 0 20px; line-height: 65px;}
.protitle h4 { color: #fff; z-index: 2;}
.protitle p { position: absolute; font-size:36px; line-height: 65px; top: 0; left: 20px; color: #fff; opacity: 0.2; z-index: 2; text-transform: uppercase; font-family: 'Barlow-SemiBold';}
.protitle img { display: block; position: absolute; right: 20px; top: 17px;}
.pro_menu{border:1px solid #ddd; padding:10px; box-sizing:border-box;}
.pro_menu li{padding:5px 0;}
.pro_menu li a{display: block; padding:12px 18px; background: #eee; position: relative; transition: all .5s ease;}
.pro_menu li em{position: absolute; right:10px; top:50%; transform: translateY(-50%); border:1px solid #ddd; background: #fff; width:26px; height:26px; display: flex; align-items: center; justify-content: center; border-radius: 20px;}
.pro_menu li em i{display:block; width: 8px; height: 8px; border-right: 2px solid #aaa; border-top: 2px solid #aaa; border-left: 0; border-bottom: 0; transform: rotate(45deg);}
.pro_menu li:hover a{background: #37974f; color:#fff;}
.pro_menu li.on a,.pro_menu li.on{color:#37974f; font-weight: bold;}
.pro_title{display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.pro_title .jiahao{background:#ddd; width:60px; height:60px; display: flex; align-items: center; justify-content: center;}
.product-list li{width:32%; margin-right:2%; margin-bottom:2%; box-sizing:border-box; border:1px solid #ddd; transition: all .5s ease;}
.product-list .pro_name{padding-left:15px;}
.product-list li:hover .jiahao{background-color: #37974f;}
.product-list li:hover .pro_name{font-weight: bold; color:#37974f;}
.product-list li:hover{box-shadow: 0 5px 16px rgba(0, 0, 0, .1); transform: translateY(-5px);}
.product-list li:nth-child(3n){margin-right:0;}
.pro_newstitle{background: url(../images/pro_addNewsIco1.png) no-repeat 18px center #37974f; color:#fff; line-height: 50px; padding-left:45px;}
.pro_news ul{border: 1px solid #ddd; border-top:0; padding:10px;}
.pro_news li{background: url(../images/pro_addNewsBoxListIco.png) no-repeat 10px center; line-height: 38px; padding-left:28px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; border-bottom: 1px solid #eee;}
.pro_news li:last-child{border-bottom:0;}
.proview_title{border-bottom: 1px solid #ddd;}
.proview_title .pro_newstitle{width:max-content; padding-right:20px; line-height: 40px; display: inline-block;}
.proview_title .proview_title_lt{display: inline-block; text-transform: uppercase; color:#999; padding-left:20px;}
.proview-rt h2{color:#37974f; border-bottom:1px solid #ddd; padding-bottom:70px;}
.proview-rt h2 span{display: block; font-size:14px; padding-top:10px; color:#999;}

.caseTab ul li {background: #ededed; -webkit-transition: .5s; transition: .5s; color: #666;}
.caseTab ul li{width:50%;display: block; line-height: 55px;}
.caseTab ul li a{display: block;}
.caseTab ul li a:hover{color:#fff;}
.caseTab ul li {background: url(../images/caseCenterIco1.png) no-repeat 20px center #eee; padding-left:80px;}
.caseTab ul li:hover {background: url(../images/caseCenterIco1-1.png) no-repeat 20px center #37974f; color:#fff;}
.caseTab ul li:last-child { text-align: right; background: url(../images/caseCenterIco2.png) no-repeat right 20px center #eee; padding-left:0; padding-right:80px;}
.caseTab ul li:last-child:hover {background: url(../images/caseCenterIco2-1.png) no-repeat right 20px center #37974f; color:#fff;}
.proview{border: 1px solid #ddd;}
.proview-lt{width:60%; text-align: center; display: flex; align-items: center; justify-content: center;}
.proview-lt img{display: block; margin:0 auto;}
.proview-rt{width:40%; border-left:1px solid #ddd; padding:20px 35px;}
.relevantImg{padding:15px 0;}
.relevantImg li{width:48%; text-align: center;}
.relevantImg li img{ border: 1px solid #ddd; padding:5px; display: block; margin-bottom:10px;}
.relevant{padding:10px 0;}
.relevant a{display: inline-block; border:1px solid #ddd; padding:5px 20px; margin-right:10px;}
/*新闻*/
.news-list{overflow:hidden}
.news-list .con{padding:25px 0; border-bottom:1px solid #ddd; display:flex; justify-content: space-between; flex-direction: row;}
.news-list .pic{width:260px;overflow:hidden}
.news-list .pic img{display:block;width:100%;height:100%;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.news-list .inner{width:calc(100% - 300px); overflow:hidden;}
.news-list .inner h3{margin:0 0 10px; -webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.news-list .inner .txt{color:#999;line-height:1.8;max-height:3.6;-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden; margin-bottom: 5px;}
.news-list .con:hover .pic img{-webkit-transform:scale(1.05,1.05);-ms-transform:scale(1.05,1.05);-o-transform:scale(1.05,1.05);transform:scale(1.05,1.05)}
.news-list .con:hover .inner h3{color:#37974f}

.newsback{background-color: #f6f6f6;}
.newsview-lt{width:calc(100% - 350px);}
.viewboxtitle{border-bottom: 1px solid #eee;}
.viewboxtitle .viewbox-fx{font-size: 14px; color:#999; display: flex; align-items: center; justify-content: center; padding-top: 5px; padding-bottom:10px; text-align: center;}
.viewboxtitle .viewbox-fx .mr15{margin-right:20px;}
.viewcontentbox{background-color: #fff; border-radius: 10px; padding:40px; box-sizing: border-box;}
.viewcontentbox .newscontent{min-height: 450px;}
.newsview-rt{width:320px;}
.newsbox{background-color: #fff;border-radius: 10px;padding: 10px 20px;}
.newsbox+.newsbox{margin-top:20px;}
.newsview-rt h4 { border-bottom: 2px solid #dedede; height: 50px;}
.newsview-rt h4 i { display: inline-block; position: relative; line-height: 50px;}
.newsview-rt h4 i::after { content: ""; width: 100%; height: 2px; background: #37974f; display: block; position: absolute; bottom: 0; left: 0;}
.newsmenu{padding-top:10px;}
.newsmenu ul li { margin-top:10px; height:46px; background: #f7f7f7; line-height: 46px; position: relative;}
.newsmenu ul li em { width: 10px; height: 100%; background: #fff; position: absolute; top: 0; left: 0; z-index: 1;}
.newsmenu ul li em::before { content: ""; width: 4px; height: 100%; background: #37974f; display: block; position: absolute; top: 0; left: 0; z-index: 1;}
.newsmenu ul li a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #666; position: relative; padding-left:25px; z-index: 2; -webkit-transition: 0.5s; transition: 0.5s;}
.newsmenu ul li a::after { content: ""; width: 15px; height: 2px; background: #37974f; position: absolute; top: 50%; right:20px; transform: translateY(-50%); opacity: 0; -webkit-transition: 0.5s; transition: 0.5s;}
.newsmenu ul li::after { content: ""; clear: both; visibility: hidden; }
.newsmenu ul li:hover a { background: #37974f; color: #fff; }
.newsmenu ul li:hover a::after { opacity: 1;background: #fff;}
.NewsTextBox ul{padding:10px 0;}
.NewsTextBox ul li {padding:5px 0;}
.NewsTextBox ul li a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-left:12px; position: relative; -webkit-transition: 0.5s; transition: 0.5s; }
.NewsTextBox ul li a::after { content: ""; width: 4px; height: 4px; background: #999; border-radius: 50%; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.NewsTextBox ul li a:hover { color: #37974f; transform: translateX(-5px); }
.NewsTextBox ul li a:hover::after { background: #37974f;}
.share{display: flex; align-items: center; justify-content: center;}

/*新闻总页*/
.newslist-item{padding:20px 0;}
.newslist-item .newslist-item-lt{width:30%}
.newslist-item .newslist-item-rt{width:67%}
.newslist-item-box{background-color: #fff; padding:25px; box-sizing: border-box;}
.newslist-item-box .font20{margin:0 0 10px;}
.newslist-item-desc{color:#999; padding:30px 0 0;}
.newsTOnewTopLMore { display: block; text-align: center; padding-right:45px; margin:20px auto 0; width: 160px; height: 36px; line-height: 36px; display: block; border: 1px solid #d0d0d0; color: #515151; background: url('../images/newsTOnewTopLMore.png') no-repeat right 25px center; -webkit-transition: .5s; transition: .5s;}
.newsTOnewTopLMore:hover { background: #008e40 url('../images/newsTOnewTopLMore.png') no-repeat right 25px center; color: #fff;}
.newsTOnewTopRTitle { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.newsTOnewTopRTitleL {width: 40px;}
.newsTOnewTopRTitleL span { font-size: 12px; display: block; line-height: 1; position: absolute; bottom:5px; text-align: center;}
.newsTOnewTopRTitleLTitle { position: relative; font-size: 26px; line-height: 30px; height: 38px; font-weight: bold; color: #008e40; border-bottom: 1px solid #008e40;}
.newsTonewTopRTitleR { width: calc(100% - 40px); height:38px; border-bottom: 1px solid #ddd; display: flex; justify-content: space-between; flex-wrap: wrap;}
.newsTonewTopRTitleRMore {height:26px; line-height: 26px; border: 1px solid #aaa; border-left: 0; border-right: 0; -webkit-transition: .5s; transition: .5s; padding: 0 10px; text-transform: uppercase;}
.newsTonewTopRTitleRMore:hover { border: 1px solid #008e40; border-left: 0; border-right: 0; color: #008e40;}
.newslist-item-rt .news-list{padding-top:20px;}
.newslist-item-rt .news-list .con{padding:10px 0; border-bottom:0px solid #ddd;}
.newslist-item-rt .news-list .pic{width:180px;overflow:hidden}
.newslist-item-rt .news-list .inner{width:calc(100% - 200px);}
.newslist-item-rt .news-list .inner h3{margin:0 0 5px;}

.news-list .date{color:#008e40; text-align: center; background-color: #fff; width:180px; padding:10px 0; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.news-list .date .year{font-size:30px; line-height: 1.5; border-bottom: 1px solid #008e40;}
.news-list .date .month{font-size:16px; line-height: 1.5; padding-top:5px;}
.boder-tb{border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:50px 0 40px;}

.news-lista{overflow:hidden; padding-top:10px;}
.news-lista li{padding:20px 0; display: block;}
.news-lista h3{margin:0 0 10px; overflow: hidden; padding-left:20px; position: relative; color:#37974f; white-space: nowrap; text-overflow: ellipsis; -webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.news-lista h3::before{content:''; border: 2px solid #37974f; width:12px; height: 12px; border-radius: 12px; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.news-lista .txt{color:#999;padding-left:20px;line-height:1.8;max-height:3.6;-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden;}
.news-lista a:hover h3{color:#37974f}
.news-lista .time{color:#999; padding:15px 0 0 20px;}

.faqlist ul{ border-top:1px solid #ddd;}
.faqlist li{width:50%; border-bottom:1px solid #ddd; background-color: #eee;}
.faqlist .date{width:160px; text-align: center; color:#666;}
.faqlist .date .year{font-size:30px; line-height: 1.5;}
.faqlist .date .month{font-size:16px; line-height: 1.5;}
.faqlist h3{color:#333; margin-bottom: 5px;}
.faqlist .faqdesc{width:calc(100% - 160px); color:#999; padding:15px 20px; background-color: #f6f6f6;}
@media all and (max-width:1100px){
.header .wrapper{height: 55px; position: static; padding:0 3%;}
.header{background:#fff;position: fixed; width:100%; left:0; top:0; z-index: 999;}
.topblank{height: 55px;}
.PC_ban,.sideNav,.nav_bg,.location-top,.footNav{display: none;}
.Mob_ban{display: block;}
.header-tel{top:12px; padding-left: 35px; height:40px; right:calc(3% + 50px)}
.header-tel:before {width: 31px; height: 33px; top:-2px; background-size: 80%;}
.header-tel strong{margin-top:0;}
/* 底部 */
.footer{background: url(../images/footerbg.jpg) no-repeat center/cover; color:#eee;}
.lxList{border-bottom: 0px}
.lxList ul{display: flex; line-height: 1.5; flex-wrap: wrap; flex-direction: row;}
.lxList .li1{background:url(../images/lxico1.png) no-repeat left center; padding-left:45px; background-size: 35px; width:50%;}
.lxList .li2{background:url(../images/lxico2.png) no-repeat left center; padding-left:45px; background-size: 35px; width:50%;}
.lxList .li3{background:url(../images/lxico3.png) no-repeat left center; padding-left:45px; background-size: 35px; width:100%; margin-top: 10px;}
.copyright{padding: 10px 0 65px; font-size: 12px;}
.copyright .copy-lt{width:100%; text-align: center;}
.copyright .copy-rt{width:100%; text-align: center;}
/*内页*/
.location .location-top{border-bottom:0px solid #ddd;}
.location .location-tit{padding:10px 0;}
.location .location-tit.font26{font-size: 16px;}
.location .location-tit-lt{width:100%;}
.location img{width:18px;}
.nynav {padding:0; width:100%;}
.nynav ul{display: flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap;}
.nynav ul li {display: block;position: relative;margin: 0;line-height: 30px;color: #fff; background-color: #888; box-shadow:none; width:49%; margin-top: 2%;}
.nynav ul li::after{position: absolute; right:10px; top:50%; content: ''; width:10px; height:2px; background-color: #fff; display: block;}
.nynav ul li.on,.nynav ul li:hover {box-shadow: none;}
.nynav ul li.on,.nynav ul li.on a,.nynav ul li:hover,.nynav ul li a:hover {color: #ffff00; font-weight: bold;}
.nynav ul li a {display: block; padding:0 0 0 10px; color:#fff;}

.honor .wrapper{width:100%; padding:0;}
.honor{background-color: #f7f7f7; position: static;}
.honor-lt, .honor-rt {position: relative; z-index: 1; width:100%;}
.honor::before{display: none;}
.honor-lt{background-color: #37974f; padding:3%;}
.honor-rt{padding:3%;}
.honor-rt img {display: inline-block; margin-right: 5px; vertical-align: middle; width:15px;}
.honor-rt li{padding:3px 0;}
.honor-lt .abouttitle{text-align: center;}
.honor-lt .abouttitle::after{background-color: #fff; margin:0px auto;}

.idx_pro{padding-top: 25px; padding-bottom: 10px; padding-right:0;}
.idx_pro .pro_swiper .swiper-slide{ background-color: #fff; padding:0; box-sizing: border-box;}
.idx_pro .img{display:block;width:100%;height:auto;position:static;overflow:hidden;background:none; padding:0;}
.idx_pro .img i{position:static;overflow:hidden;}
.idx_pro .img img{position:static;}
.mapbg{padding:20px 0;}
.mapbox{border: 0; background-color: #fff; padding:0; margin-top:15px; position: relative;}
.mapbox img{display: block;}
.mapbox span{ padding:5px 10px; position: absolute; top: 0; left: 0;}

.contact-box{border:0 solid #37974f;}
.contact-lt{width:100%; padding:0 0 3% 3%; line-height: 1.8;}
.contact-rt{width:100%; padding:3%;}
.contact-rt p{padding:5px 0;}
.contact-rt img{display: block; margin:5px auto;}

.message p{color:#999;font-size: 12px;}
.message .formbox label{display:block;position:relative; width:100%;height:44px;margin-right:0;margin-top:20px;}
.message .formbox label:nth-child(2n){margin-right:0;}
.message .formbox label span{font-size:14px;}
.message .formbox input{display:block;width:100%;height:44px;line-height:44px;background-color:transparent;color:#333;-webkit-transition:all 0.4s ease-out;transition:all 0.4s ease-out;padding:0 15px;border:1px solid #aaa;}
.message .formbox .imgCode{position:absolute;right:1px;top:1px;width:88px;height:42px;}
.message .formbox .formbox-lt{width:100%;}
.message .formbox .submitform{margin-top: 15px; width:100%;height:44px; font-size:14px; flex-direction: row;}
.message .formbox .submitform i{display:inline-block; padding-left: 5px;}

.quality strong{display: block; margin-top:5px;}
.quality img{width:40px;}
.quality .padding-sm{color:#888; padding:10px 0 0;}
.quality li{width:100%; padding-bottom:20px;}

.fengcai li{width:49.5%; margin-right:1%; margin-top:1%; background: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, .1);}
.fengcai li:nth-child(2n){margin-right:0;}
.fengcai li h3{font-size:14px;}
.caselisttj .padding{text-align: center; padding:10px 0; line-height: 1.5;}
.caselisttj li{width:49.5%; margin-right:1%; margin-top:1%;}
.caselisttj li:nth-child(2n){margin-right:0;}
.caselisttj li:nth-child(3),.caselisttj li:nth-child(9){margin-right:1%;}
.imgbox{border: 1px solid #ddd; overflow: hidden; padding:5px; box-sizing: border-box;}
.photo{padding:10px 0 0;}

/*产品*/
.product-lt{width:100%;}
.product-rt{width:100%;}
.protitle { background-color: #37974f; border-radius: 5px 5px 0 0; position: relative; padding: 0 12px; line-height: 36px;}
.protitle p { position: absolute; font-size:24px; line-height: 36px; top: 0; left: 15px;}
.protitle img { display: block; position: absolute; right: 12px; top: 9px; width:18px;}

.pro_menu{border:0 solid #ddd; padding:0; box-sizing:border-box;}
.pro_menu ul{display: flex; justify-content: space-between; flex-wrap: wrap; flex-direction: row;}
.pro_menu li{padding:0.5% 0; width:49.5%;}
.pro_menu li a{padding:4px 10px;}
.pro_menu li em{ width:20px; height:20px; right:5px;}
.pro_menu li em i{display:block; width: 6px; height: 6px; border-right: 2px solid #aaa; border-top: 2px solid #aaa;}

.pro_title{display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; margin-top: 5px;}
.pro_title .jiahao{background:#ddd; width:30px; height:30px;}
.pro_title .jiahao img{width:14px; height:14px;}
.product-list{padding:15px 0 0;}
.product-list li{width:49.5%; margin-right:1%; margin-bottom:1%;}
.product-list .pro_name{padding-left:10px; line-height: 30px;}
.product-list li:nth-child(2n){margin-right:0;}
.product-list li:nth-child(3),.product-list li:nth-child(9){margin-right:1%;}
.pro_news{display: none;}

.pro_newstitle{background: url(../images/pro_addNewsIco1.png) no-repeat 12px center #37974f; color:#fff; line-height: 40px; padding-left:40px;}
.pro_news ul{border: 1px solid #ddd; border-top:0; padding:10px;}
.pro_news li{background: url(../images/pro_addNewsBoxListIco.png) no-repeat 10px center; line-height: 38px; padding-left:28px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; border-bottom: 1px solid #eee;}
.pro_news li:last-child{border-bottom:0;}

.proview_title{border-bottom: 1px solid #ddd;}
.proview_title .pro_newstitle{width:max-content; padding-right:15px; line-height: 40px; display: inline-block;}
.proview_title .proview_title_lt{padding-left:12px;}
.proview-rt h2{padding-bottom:15px;}
.proview-rt h2 span{padding-top:5px;}

.caseTab ul li{width:100%;display: block; line-height: 30px;}
.caseTab ul li {background: url(../images/caseCenterIco1.png) no-repeat 10px center #f5f5f5; padding-left:70px;}
.caseTab ul li:hover {background: url(../images/caseCenterIco1-1.png) no-repeat 10px center #37974f; color:#fff;}
.caseTab ul li:last-child { text-align: left; background: url(../images/caseCenterIco1.png) no-repeat left 10px center #f9f9f9; padding-left:70px; padding-right:0px; margin-top: 5px;}
.caseTab ul li:last-child:hover {background: url(../images/caseCenterIco1-1.png) no-repeat left 10px center #37974f; color:#fff;}

.proview{border: 0px solid #ddd;}
.proview-lt{width:100%; padding:15px 0 0;}
.proview-rt{width:100%; border-left:0px solid #ddd; padding:0;}
.relevantImg{padding:10px 0;}
.relevantImg li{width:49%; text-align: center;}
.relevantImg li img{ border: 1px solid #ddd; padding:0; display: block; margin-bottom:10px;}
.relevant{padding:10px 0;}
.relevant a{display: inline-block; border:1px solid #ddd; padding:4px 15px; margin-right:10px;}
/*新闻*/
.news-list{overflow:hidden}
.news-list .con{padding:15px 0;}
.news-list .pic{width:30%;overflow:hidden}
.news-list .inner{width:calc(100% - 33%); overflow:hidden;}
.news-list .inner h3{margin:0 0 10px;}

.newsview-lt{width:100%;}
.viewboxtitle .viewbox-fx .mr15{margin-right:10px;}
.viewcontentbox{background-color: #fff; border-radius: 0; padding:0; box-sizing: border-box;}
.viewcontentbox .newscontent{min-height: auto;}
.newsview-rt{width:100%; display: none;}
/*新闻总页*/
.newslist-item{padding:20px 0;}
.newslist-item .newslist-item-lt{width:100%}
.newslist-item .newslist-item-rt{width:100%; padding:20px 0 0;}
.newslist-item-box{background-color: #fff; padding:3%; box-sizing: border-box;}
.newslist-item-box .font20{margin:0 0 10px;}
.newslist-item-desc{color:#999; padding:12px 0 0;}
.newsTOnewTopLMore { margin:10px auto 0; width: 160px; height: 30px; line-height: 30px;}

.newsTOnewTopRTitle { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.newsTOnewTopRTitleL {width: 24px;}
.newsTOnewTopRTitleL img{width:24px;}
.newsTOnewTopRTitleL span { font-size: 12px; display: block; line-height: 1; position: absolute; bottom:5px; text-align: center;}
.newsTOnewTopRTitleLTitle {font-size: 18px; line-height: 26px; height: 32px;}
.newsTonewTopRTitleR { height:32px; width:calc(100% - 34px);}
.newsTonewTopRTitleRMore {height:22px; line-height: 22px; font-size:12px;}

.newslist-item-rt .news-list{padding-top:10px;}
.newslist-item-rt .news-list .con{padding:10px 0; border-bottom:0px solid #ddd;}
.newslist-item-rt .news-list .pic{width:30%;overflow:hidden}
.newslist-item-rt .news-list .inner{width:calc(100% - 33%);}
.newslist-item-rt .news-list .inner h3{margin:0 0 5px; overflow: hidden;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.news-list .date{width:30%;}
.news-list .date .year{font-size:22px;}
.news-list .date .month{font-size:14px;}
.boder-tb{border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:20px 0 20px;}
.news-lista{overflow:hidden; padding-top:10px;}
.news-lista li{padding:10px 0; display: block;}
.news-lista h3{margin:0 0 5px;}
.news-lista .time{color:#999; padding:5px 0 0 10px;}

.faqlist li{width:100%;}
.faqlist .date{width:30%;}
.faqlist .date .year{font-size:22px;}
.faqlist .date .month{font-size:14px;}
.faqlist .faqdesc{width:calc(100% - 30%); padding:10px 3% 10px 3%;}
}