
@charset "utf-8";
@import url('iconfont1.css');
@import url("message.css");
:root{--fontbold3:300;--fontbold4:400;--fontbold5:500;--fontbold6:600;--fontbold7:700;--fontcolor:#111111;--color:#58B33E;--fontfamily:'Roboto', 'Lato', 'Open Sans', 'Poppins', 'Oswald', 'Noto Sans', 'Montserrat', sans-serif}
*,html,body,h1,h2,h3,h4,h5,h6,table,th,td,ul,li,dl,dt,dd,div,p,pre,form,input,button,textarea {margin:0px;padding:0px;box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html{margin:0px;padding:0px;overflow-x:hidden;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:none}
body{margin:0px auto;padding-top:118px;max-width:1920px;font-size:16px;line-height:1.6;color:var(--fontcolor);font-family:var(--fontfamily)}
a,a:hover{text-decoration:none;color:var(--fontcolor);cursor:pointer}
h1,h2,h3,h4,h5,h6{font-weight:var(--fontbold5);text-transform:capitalize}
button,input,textarea{outline:0;border:none;font:inherit;-webkit-appearance:none;border-radius:0}
button{cursor:pointer}
i{vertical-align:middle}
img{vertical-align:bottom;border:none;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}
img[data-src]{opacity:0}
img[src]{opacity:1}
input::placeholder,textarea::placeholder{font-family:inherit}
li,ol,ul{list-style:none}
iframe,video{max-width:100%;border:none}
table{border-collapse:collapse}
header{position:fixed;top:0px;left:0px;width:100%;background:#FFF;box-shadow:1px 2px 10px rgba(0,0,0,.02);z-index:99;transition:all .2s linear}
header.scrollhead{box-shadow:1px 2px 10px rgb(0 0 0 / 10%)}
header.scrollhead .head-top{margin-top:-40px}
.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
.l-wrap{max-width: 1360px;margin:0px auto}
.line1{display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}
.line2{display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.line3{display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.line4{display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}
.table td,.table th{border:1px solid #E5E5E5;padding:6px 16px}
.table-bottom td,.table-bottom th{border-bottom:1px solid #E5E5E5;padding:8px}
.head-top{height:40px;border-bottom:1px solid #E9E9E9;transition:all .3s linear;padding:0px 20px;z-index:99999;background:#FFF}
.head-top .l-wrap{height:100%;display:flex;justify-content:space-between;align-items:center}
.head-link{display:flex;align-items:center;font-size:14px}
.head-link div{margin-right:25px;display:inline-flex;align-items:center}
.head-link div em{margin-right:5px;font-size:18px}
.head-link div img{margin-right:5px}
.head-share{display:flex}
.head-share>ul{margin-right:20px;display:flex;align-items:center}
.head-share>ul a{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;margin-left:5px;transition:all .2s linear}
.head-share>ul a i{font-size:20px}
.head-share>ul a:hover i{color:var(--color)}
.head-info{z-index:999;background:#FFF;height:78px;position:relative;padding:0px 20px}
.head-info .l-wrap{display:flex;align-items:center;height:100%}
.logo{max-width:20%;height:100%;display:inline-flex;align-items:center}
.logo img{max-height:78px;width:auto;height:auto;margin-bottom: 20px;}
#nav{flex:1;display:flex;justify-content:flex-end;height:100%;z-index:9}
#nav ul{display:flex;align-items:center;height:100%}
#nav ul li{height:100%;padding:0px 16px;font-size:18px;position:relative}
#nav ul li:last-child{padding:0px 0px 0px 16px}
#nav ul li:hover .submenu{display:flex}
#nav ul li .submenu{z-index:99;display:none;height:auto;position:absolute;top:100%;left:10px;flex-direction:column;background:rgba(0,0,0,.6);color:#FFF;min-width:200px;white-space:nowrap;align-items:baseline}
#nav ul li .submenu li{width:100%;padding:0px;height:40px}
@media(min-width:1025px){
#nav ul li .submenu li:hover ul{display:block}
#nav ul li .submenu li ul{position:absolute;left:100%;top:0px;display:none;background:rgba(0,0,0,.6);height:auto;min-width:200px}}
#nav ul li .submenu a{padding:0px 15px;width:100%;height:100%;justify-content:flex-start;transition:all .2s linear;color:#FFF}
#nav ul li .submenu a:hover{background:var(--color);color:#FFF}
#nav ul li .submenu a::after{display:none}
#nav ul li a{height:100%;display:inline-flex;align-items:center;justify-content:center;position:relative;white-space:nowrap;text-transform:capitalize}
#nav ul li a::after{content:"";width:100%;height:0px;background:var(--color);position:absolute;bottom:0px;transition:all .2s linear}
#nav ul li a:hover{color:var(--color)}
#nav ul li a:hover::after{height:2px}
#nav ul li a.inmenu_1{color:var(--color)}
#nav ul li a.inmenu_1::after{height:2px}
.head-search button{background:0 0;height:100%}
.head-search button i{font-size:24px;color:var(--color);font-weight:var(--fontbold6)}
.head-search button::after{display:none}
.search-box{position:absolute;width:100%;top:100%;left:0px;background:#FFF;padding:20px 0px;transform:translateY(-200px);opacity:0;z-index:-1;transition:all .2s linear}
.search-box .search-input{width:600px;margin:0px auto;background:#EEE;display:flex;justify-content:space-between;align-items:center;height:40px;padding:0px 10px}
.search-box .search-input input{background:0 0;flex:1;padding-left:10px}
.search-box .search-input .search-btn{cursor:pointer;background:var(--color);color:#FFF;border-radius:4px;height:30px;line-height:30px;padding:0px 10px;transition:all .3s linear}
.search-box .search-input .search-btn:hover{opacity:.9}
.search-box.search-box-show{transform:translateY(0);opacity:1;z-index:1}
.mob-btn{display:none}
.opacity{display:none;position:fixed;top:0px;left:0px;width:100vw;height:100vh;background:rgba(0,0,0,.6);z-index:99}
.home-about,.home-application,.home-honor,.home-news,.home-product,.home-static,.home-video{padding:70px 20px 60px}
.home-title{font-size:30px;text-align:center;font-weight:var(--fontbold5);position:relative;color:var(--fontcolor);line-height:1;padding-bottom:15px}
.home-title-line{position:relative;margin:0px auto;width:20px;height:3px;background:var(--color)}
.home-title-line::after,.home-title-line::before{content:"";width:90px;height:3px;background:#EEE;position:absolute;right:calc(100% + 10px);top:0px}
.home-title-line::after{right:auto;left:calc(100% + 10px)}
.home-des{max-width:830px;margin:0px auto;font-size:14px;color:#555;text-align:center;padding:20px 0px 50px}
.home-about .l-wrap{display:flex;flex-wrap:wrap}
.home-about .l-wrap>div{width:50%}
.home-about .about-info{padding-right:60px}
.home-about .about-info .home-title{text-align:left}
.home-about .about-info .home-des{text-align:left;padding-bottom:20px;font-size:16px;color:var(--fontcolor)}
.home-about .about-info .home-title-line{margin-left:100px}
.home-about .about-info .text{font-size:16px;color:#333;line-height:24px}
.home-about .about-info .more{margin-top:40px}
.home-about .about-info .more a{display:inline-flex;align-items:center;justify-content:center;width:150px;height:50px;background:var(--color);border:2px solid var(--color);color:#FFF;transition:all .2s linear;box-shadow:0 10px 20px 0 rgba(88,179,62,.3)}
.home-about .about-info .more a:hover{background:#FFF;color:var(--color)}
.home-about .about-img{position:relative}
.home-about .about-img img{width:100%;height:100%;object-fit:cover}
.home-about .about-img .play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.5);border-radius:50%;width:60px;height:60px;cursor:pointer}
.home-about .about-img .play::before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:80%;height:80%;background:#FFF;border-radius:50%}
.home-about .about-img .play .iconfont{color:var(--color);font-size:22px;z-index:99;margin-left:3px}

.home-youshi .more{margin:0px auto;display:none}
.home-youshi .more a{display:inline-flex;align-items:center;justify-content:center;width:150px;height:50px;background:var(--color);border:2px solid var(--color);color:#FFF;transition:all .2s linear;box-shadow:0 10px 20px 0 rgba(88,179,62,.3);}
.home-youshi .more a:hover{background:#FFF;color:var(--color)}
 
 .home-news .more{margin:0px auto;display:none}
.home-news .more a{display:inline-flex;align-items:center;justify-content:center;width:150px;height:50px;background:var(--color);border:2px solid var(--color);color:#FFF;transition:all .2s linear;box-shadow:0 10px 20px 0 rgba(88,179,62,.3);}
.home-news .more a:hover{background:#FFF;color:var(--color)}
 
.home-static{background:var(--color) no-repeat center;background-size:cover}
.home-static .list{display:flex;justify-content:space-between;flex-wrap:wrap}
.home-static .list li{width:23%;display:flex;flex-direction:column;align-items:center;color:#FFF}
.home-static .list li .num{font-size:50px;font-weight:var(--fontbold6);position:relative;line-height:1;padding-bottom:20px}
.home-static .list li .num sup{font-size:25px}
.home-static .list li .num::after{content:"";position:absolute;bottom:0px;left:50%;transform:translateX(-50%);width:40px;height:4px;background:#FFF}
.home-static .list li .inner{padding:20px 0px;font-size:18px;color:#FFF}
.home-static .list li .icon img{height:50px;width:auto}
footer{clear:both;margin:0px auto;padding:20px 0px 0px}
.foot-top{max-width:1600px;margin:0px auto;background:var(--color) no-repeat center;background-size:cover;display:flex;justify-content:space-between;align-items:center;color:#FFF;padding: 0px 40px;line-height:1;position:relative;z-index:9;opacity: 0.8;}
.foot-top .left{width: 150px;margin-left: 12%;}
.foot-top .left span{font-size:28px;font-weight:var(--fontbold5)}
.foot-top .left p{padding-top:20px;font-size:16px}
.foot-top .right {text-align:left;margin-right: 10%;}
.foot-top .right a{width:160px;height:44px;display:inline-flex;align-items:center;justify-content:center;background:#FFF;color:var(--color);transition:all .2s linear;border:2px solid #FFF}
.foot-top .right a:hover{background:0 0;color:#FFF}
.foot-main{background:#20242d;color:#D0D0D0;margin-top:-80px}
.foot-main .foot-wrap{display:flex;justify-content:space-between;flex-wrap:wrap;padding:140px 20px 40px}
.foot-main .foot-item{width:20%}
.foot-main .foot-item .title{font-size:20px;font-weight:var(--fontbold5);line-height:1;position:relative;padding-bottom:10px;color:#FFF}
.foot-main .foot-item .title::after{content:"";position:absolute;bottom:0px;left:0px;width:40px;height:3px;background:var(--color)}
.foot-main .foot-item .navlist{margin-top:10px}
.foot-main .foot-item .navlist li{position:relative;padding-left:20px}
.foot-main .foot-item .navlist li::before{content:"";position:absolute;left:0px;top:50%;transform:translateY(-50%);font-size:12px;width:10px;height:1px;background:#FFF}
.foot-main .foot-item .navlist li a{padding:6px 0px;transition:all .2s linear;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:5px;box-sizing:border-box;display:block;color:#D0D0D0}
.foot-main .foot-item .navlist li a:hover{transform:translateX(5px);color:var(--color)}
.foot-main .foot-item.navigation{width:25%}
.foot-main .foot-item.contact .foot-logo{display:block;max-height:140px}
.foot-main .foot-item.contact ul.contactlist{margin-top:20px}
.foot-main .foot-item.contact ul.contactlist li{display:flex;align-items:baseline;padding:4px 0px;font-size:14px;position:relative;padding-left:30px}
.foot-main .foot-item.contact ul.contactlist li a{color:#D0D0D0}
.foot-main .foot-item.contact ul.contactlist li em{font-size:20px;position:absolute;left:0px;top:0px}
.foot-main .foot-item.contact ul.contactlist li a:hover{color:var(--color)}
.foot-main .foot-item.contact .foot-share ul{display:flex;align-items:center;flex-wrap:wrap;margin-top:20px}
.foot-main .foot-item.contact .foot-share ul a{width:30px;height:30px;margin-right:10px;color:#FFF;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:all .2s linear}
.foot-main .foot-item.contact .foot-share ul a:hover{background:var(--color)}
.foot-main .foot-item.navigation ul{display:flex;flex-wrap:wrap}
.foot-main .foot-item.navigation ul li{width:50%}
.foot-main .copyright{border-top:1px solid #4B4F58;text-align:center;padding:15px 0px;font-size:14px}
.foot-main .copyright a{margin-left:10px;color:#D0D0D0}
.bottom-btn{display:none;background:#FCFCFCFB;align-items:center;position:fixed;bottom:0px;left:0px;width:100%;z-index:99;box-shadow:1px 2px 10px rgba(0,0,0,.1);transition:all .2s linear;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}
.bottom-btn .btn-item{width:25%;height:14vw;color:#333;transition:all .2s linear}
.bottom-btn .btn-item a,.bottom-btn .btn-item>div{text-transform:capitalize;width:100%;height:100%;font-size:12px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.bottom-btn .btn-item i{color:#333;font-size:22px;height:28px}
.bottom-btn .btn-item p{font-size:12px;text-transform:capitalize}
.top-btn{display:none}
.bottom-btn .btn-item .top-btn{display:flex !important;width:35px;height:35px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);box-shadow:none;background:none;border:1px solid #ccc}
.bottom-btn .btn-item .top-btn:hover{background:none;box-shadow:none}
.bottom-btn .btn-item .top-btn:hover i{color:#000}
.top-btn{cursor:pointer;display:none;height:40px;width:40px;border-radius:50%;position:fixed;bottom:150px;right:35px;background:#FFF;box-shadow:0 5px 5px 0 rgba(0,0,0,.1);transition:all .4s ease;z-index:9;overflow:hidden}
.top-btn:hover{background:#c1c1c1}
.top-btn i{font-size:24px;width:100%;height:100%;display:inline-flex;align-items:center;justify-content:center}
@media (max-width:1440px){
.foot-main .foot-item{width:24%}}
@media (max-width:1024px){body{padding-top:55px}
header{border-bottom:1px solid #F3F3F3;z-index:999}
#jljw_IM_GdImBox{z-index:900 !important}
.search-box .search-input{padding:0px 15px}
.head-top{display:none}
.head-info{height:55px;padding:0px 15px}
.head-info .l-wrap{justify-content:space-between}
.logo{max-width:inherit;padding-right:15px}
.search-box.m-search-box{display:none;position:static;opacity:1;z-index:1;transform:translate(0);padding:0px}
.search-box.m-search-box .search-input{height:50px;width:100%}
.search-box .search-input i{font-size:22px}
.head-info #nav{background:#FFF;position:fixed;top:55px;left:0px;width:100%;display:block;height:0px;z-index:-1;transition:all .2s linear;display:none}
.head-info #nav.is-active{height:calc(100vh - 55px);opacity:1;z-index:1;display:block}
.head-info #nav .nav-ul{height:auto;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);overflow-y:scroll;height:0px}
.head-info #nav.is-active .nav-ul{height:calc(100vh - 100px)}
.head-info #nav .nav-ul.iosnav{padding-bottom:70px}
.head-info #nav.is-active .search-box.m-search-box{display:block}
.head-info #nav ul{flex-direction:column;align-items:flex-start}
.head-info #nav ul li{padding:0px;width:100%;border-bottom:1px solid rgba(0,0,0,.08);height:auto;font-weight:var(--fontbold5)}
.head-info #nav ul li a{display:block;font-size:20px;padding:15px 50px 15px 30px;width:100%;height:auto;color:var(--fontcolor)}
.head-info #nav ul li a::after{display:none}
.head-info #nav ul li.head-search{display:none}
.head-info #nav ul li:hover .submenu{display:none}
.head-info #nav ul li.nav0>a{color:var(--color)}
.head-info #nav ul li.nav0 .showmenu::after{width:15px;height:2px;background:var(--color)}
.head-info #nav ul li.nav0 .submenu{display:block!important}
.head-info #nav ul li.nav0 .submenu ul{padding-left:15px}
.head-info #nav ul li .submenu{display:none!important;position:static;background:0 0;color:var(--fontcolor);padding-left:10px}
.head-info #nav ul li .submenu li{height:auto;font-weight:400}
.head-info #nav ul li .submenu li:last-child{border:none}
.head-info #nav ul li .submenu.nav2{display:block}
.head-info #nav ul li .showmenu{position:absolute;width:60px;height:40px;right:0px;top:4px;display:flex;align-items:center;justify-content:center}
.head-info #nav ul li .showmenu::after,.head-info #nav ul li .showmenu::before{content:"";width:15px;height:2px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#666}
.head-info #nav ul li .showmenu::after{width:2px;height:15px}
.mob-btn{display:flex;align-items:center;justify-content:flex-end;position:relative;width:50px;height:50px;cursor:pointer}
.mob-btn i{color:var(--fontcolor);font-size:28px;transform:rotate(180deg);font-weight:var(--fontbold5)}
.home-title{font-size:36px}
.home-static .list li{width:50%}
.home-static .list li:nth-child(1),.home-static .list li:nth-child(2){margin-bottom:20px}
.foot-main .foot-item{width:50%;margin-bottom:20px}}
@media (max-width:768px){
    .abNyContact_lxfs .abNyContactLxfs_hd {font-size:20px}
    .home-youshi .more{display:block;margin-left:30%;margin-bottom:40px;margin-top:-90px}
    .home-news .more{display:block;margin-left:30%;margin-bottom:40px;margin-top:30px}
.home-about,.home-application,.home-honor,.home-news,.home-product,.home-static,.home-video{padding:50px 15px 20px}
.logo img{max-height:44px}
.head-info #nav ul li a{font-size:18px;padding:10px 50px 10px 15px;font-weight:normal}
.home-title{font-size:22px}
.home-title-line::after,.home-title-line::before{width:12vw}
.home-des{padding:15px 20px 6.66667vw;display:none}
.home-title-line{margin-bottom:26px!important}
.home-about .l-wrap>div{width:100%}
.home-about .about-info{padding:0px}
.home-about .about-info .home-title{text-align:center}
.home-about .about-info .home-title-line{margin:0px auto}
.home-about .about-info .home-des{padding-left:0px}
.home-about .about-info .more{margin-top:20px}
.home-about .about-info .more a{width:100px;height:33px}
.home-about .about-img{margin-top:30px}
.home-static .list li .num{font-size:30px}
.home-static .list li .inner{font-size:3.46667vw;padding:10px 0px}
.home-static .list li .icon img{height:8.26667vw}
.foot-top{display:block;/* padding:30px 20px; */background-size:cover}
.foot-top .left span{font-size:6.13333vw;font-weight:var(--fontbold5);line-height:1.2}
.foot-top .left p{font-size:3.46667vw;padding:10px 0px;line-height:1.4}
.foot-top .right{/* margin-top:40px; */}
.foot-top .right input{width:100%;border:1px solid #ccc;margin:5px 0px}
.foot-top .right select{width:100%;border:1px solid #ccc;margin:5px 0px}
.foot-top .right a{width:120px;height:33px}
.foot-main{margin:0px;margin-bottom:calc(14vw + constant(safe-area-inset-bottom));margin-bottom:calc(14vw + env(safe-area-inset-bottom))}
.foot-main .foot-wrap{padding:40px 20px 0px}
.foot-main .foot-wrap .foot-item{width:100%}
.foot-main .foot-wrap .foot-item .title{font-size:4.53333vw}
.foot-main .foot-wrap .foot-item .navlist{display:flex;flex-wrap:wrap}
.foot-main .foot-wrap .foot-item .navlist li{width:50%}
.foot-main .foot-wrap .foot-item .navlist li a{font-size:16px}
.copyright{font-size:2.93333vw}
.top-btn{right:24px;bottom:calc(140px + constant(safe-area-inset-bottom));bottom:calc(140px + env(safe-area-inset-bottom));display:none !important}
.bottom-btn{display:flex;transform:translateY(100%)}
.bottom-btn.bottom-btn-keep{transform:translateY(0)}
.bottom-btn.is-active{transform:translateY(0)}
.bottom-btn.show-cart{transform:translateY(0)}}
@-webkit-keyframes sk-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}
@keyframes sk-scaleout{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}
.mobile-bottom-bag{display:none}
.rfixed{position:fixed;bottom:calc(190px + constant(safe-area-inset-bottom));bottom:calc(190px + env(safe-area-inset-bottom));right:35px;z-index:99}
.compare-panel{width:280px;background:#FFF;position:fixed;z-index:1000;bottom:0px;right:0px;box-shadow:-1px -1px 3px #CCC;display:none;transition:bottom .2s}
.compare-t{background-color:var(--color);font-size:14px;color:#FFF;display:flex;align-items:center;padding:6px 10px}
.compare-close{position:relative;width:24px;height:24px;background:0 0}
.compare-close::after,.compare-close::before{content:"";display:block;width:10px;height:2px;background-color:#FFF;position:absolute;top:50%;border-radius:2px}
.compare-close::before{transform:rotate(45deg);left:4px}
.compare-close::after{transform:rotate(-45deg);right:4px}
.compare-tit{text-align:center;flex:1;line-height:1.5}
.compare-checked{color:#FFF;margin:0px 4px}
#productChache_list{padding:0px 10px;height:220px;overflow-y:auto}
#productChache_list::-webkit-scrollbar{width:4px}
#productChache_list::-webkit-scrollbar-track{border-radius:0;background-color:rgba(0,0,0,.05)}
#productChache_list::-webkit-scrollbar-thumb{border-radius:10px;background-color:rgba(0,0,0,.15)}
.selected-item{position:relative;border-bottom:1px solid #EFEFEF;padding:10px 0px;display:flex;align-items:center}
.item-clear{position:relative;width:20px;height:20px;background-color:transparent;cursor:pointer}
.item-clear::after,.item-clear::before{content:"";display:block;position:absolute;width:70%;height:2px;background-color:#555;border-radius:2px;top:50%;margin-top:-1px}
.item-clear::before{transform:rotate(45deg);left:3px}
.item-clear::after{transform:rotate(-45deg);left:3px}
.item-content{flex:1;display:flex;align-items:center}
.item-img{width:50px;height:50px;background:#FFF;border:1px solid #EFEFEF;display:flex;align-items:center;justify-content:center}
.item-img img{max-width:100%;max-height:100%}
.item-c{width:calc(100% - 50px);padding:0px 10px;font-size:12px}
.item-title{max-height:34px;word-break:break-word;display:block;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3;color:var(--fontcolor)}
.item-price{color:#d4322c}
.compare-b{padding:20px 10px;display:flex;justify-content:space-between}
.compare-b *{display:block;width:80px;text-align:center;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:30px;border-radius:2px;padding:0px 2px}
.clear-all{color:var(--fontcolor);background-color:#EDEDED}
.compare-inquire,.compare-inquire:hover{color:#FFF;background-color:var(--color)}
.compare-b .orderNow{margin:0px;background:#F66F08;color:#FFF;line-height:30px;padding:0px 2px;border:none;border-radius:2px;font-size:12px;cursor:pointer;display:block;width:80px}
.rfixed-sc{width:40px;height:40px;background:var(--color);border-radius:50%;text-align:center;line-height:38px;color:#FFF;position:relative;margin-bottom:10px;cursor:pointer;display:none}
.rfixed-sc i{font-size:20px}
.rfixed-scnum{position:absolute;right:25px;top:5px;width:16px;height:16px;background:#E00;border-radius:50%;text-align:center;font-size:12px;color:#FFF;transform:scale(.9);line-height:16px}
@media (max-width:768px){

.compare-panel{width:100%;bottom:14vw}}
.lang{width:auto;position:relative}
.lang-icon>img{margin-right:5px}
.lang-icon{display:flex;align-items:center;width:100%;height:30px;border:none;cursor:pointer;font-size:14px;user-select:none;white-space:nowrap}
.lang-icon span{position:relative;padding-right:18px}
.lang-icon span::before{content:'';position:absolute;right:4px;top:11px;width:8px;height:1px;background:#333;transform:rotate(50deg)}
.lang-icon span::after{content:'';position:absolute;right:0px;top:11px;width:8px;height:1px;background:#333;transform:rotate(-50deg)}
.lang-drop{position:absolute;top:calc(100% + 26px);right:50%;transform:translateX(50%);background:#FFF;border:1px solid #EBEEF5;border-radius:4px;box-shadow:0px 2px 12px 0 rgb(0 0 0 / 10%);z-index:9999;visibility:hidden;opacity:0;transition:opacity .3s,top .3s}
.lang-drop.active{visibility:visible;opacity:1;top:calc(100% + 12px)}
.lang-arrow{display:block;width:10px;height:10px;background-color:#FFF;border-top:1px solid #EBEEF5;border-left:1px solid #EBEEF5;transform:translateX(-50%) rotate(45deg);position:absolute;top:-6px;left:50%}
.lang-wrap{width:140px;padding:8px 0px;box-sizing:border-box}
.lang-drop.lang-flex{transform:translateX(20%)}
.lang-drop.lang-flex .lang-arrow{left:80%}
.lang-flex .lang-wrap{width:340px;display:flex;flex-wrap:wrap;padding:8px}
.lang-wrap li{width:100%;padding:8px 16px;box-sizing:border-box;transition:background-color .3s}
.lang-flex .lang-wrap li{width:33%;padding:8px 6px}
.lang-wrap li.lang-active,.lang-wrap li:hover{background-color:#EEE}
.lang-wrap li a{display:block;color:#000;font-size:12px;text-decoration:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.lang-wrap li img{display:inline-block;width:24px;height:16px;vertical-align:-.25em;margin-right:4px}
@media(max-width:1024px){
.lang{margin-left:auto}
.lang-icon span{display:none}
.lang-icon>img{width:36px;height:24px;margin:2px 0px 0px 0px}
.lang-drop.lang-flex{right:auto;left:50%;transform:translateX(-50%);top:60px!important;position:fixed;width:calc(100vw - 20px)}
.lang-drop.lang-flex.active{top:54px!important}
.lang-flex .lang-wrap{width:100%}
.lang-drop.lang-flex .lang-arrow{left:82%}
.lang-drop{display:none}
.lang-drop.active{display:block}}
h4.cate-h4, h4.pro-h4 {clear:both;font-weight:bold}
ul.cate-ulli, ul.pro-ulli {clear:both;padding:10px 0px 10px 20px}
ul.cate-ulli li, ul.pro-ulli li {list-style-type:disc;line-height:1.7}
ol.cate-ulli, ol.pro-ulli {clear:both;padding:10px 0px 10px 30px}
ol.cate-ulli li, ol.pro-ulli li {list-style-type:decimal;line-height:1.7}
.prohome-content{clear:both;margin:0px auto 20px;padding:0px;max-width:1560px;line-height:1.6;box-sizing:border-box}
.prolist-bottom{clear:both;margin:0px auto 20px;padding:0px;max-width:1560px;line-height:1.6;box-sizing:border-box}
.prolist-bottom a{text-decoration:underline}
.prolist-bottom a:hover{color:var(--color)}
@media(max-width:1600px){.prohome-content,.prolist-bottom{margin-left:20px;margin-right:20px}}
@media(max-width:768px){.prohome-content{clear:both;margin:0px 15px 20px;padding:0px}
.prolist-bottom{clear:both;margin:0px 15px 20px;padding:0px}}
.prolist-content{clear:both;margin:0px auto 15px;line-height:1.6}
.ck-widget-toc{display:table;border:1px solid #A2A9B1;background-color:#F8F9FA;padding:10px 20px 10px 10px;font-size:95%;margin:15px 0px;min-width:300px;max-width:100%}
.ck-widget-toc ol{padding:0px 0px 0px 30px;counter-reset:item}
.ck-widget-toc ol li{display:block;position:relative;list-style:none}
.ck-widget-toc ol li:before{content:counters(item, ".");counter-increment:item;position:absolute;margin-right:100%;right:10px}
.ck-widget-toc-title{text-align:left;font-weight:700;margin:0px 0px 5px 0px;padding:0px 0px 0px 5px}
.ck-widget-pt{padding-top:100px;margin-top:-100px}
.ck-widget-toc1{display:table;border:1px solid #A2A9B1;background-color:#F8F9FA;padding:10px 20px 10px 10px;font-size:95%;margin:15px 0px;min-width:300px;max-width:100%}
.ck-widget-toc1 ol{padding:0px 0px 0px 30px;counter-reset:item}
.ck-widget-toc1 ol li{display:block;position:relative;list-style:none}
.ck-widget-toc1 ol li:before{content:counters(item, ".");counter-increment:item;position:absolute;margin-right:100%;right:10px}
.icon-videoplay{position:absolute;left:50%;top:50%;transform:translate(-52%,-50%);background:rgba(0,0,0,.5);color:#FFF;width:35px;height:35px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:18px;z-index:1;display:none}
img.lazy.loaded+.icon-videoplay{display:flex}
@media(max-width:768px){.icon-videoplay{width:30px;height:30px}}
.ab_img img{ max-width:100% !important; height:auto !important;display:inline-block;}
.ab_img p{text-wrap: inherit !important;}
.ab_img p span{text-wrap: inherit !important;}

/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px;
  line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}
.home-about{ background:#f8f8f8;}

ul.filter-bar {
    border: 1px solid #ccc;
    /* border-radius: 5px; */
    padding: 15px;
    margin-bottom: 40px;
}

.filter-s label {
    color: #58B33E;
    font-size: 15px;
    font-weight: 600;
    margin-right: 15px;
}

.filter-bar li {
    padding: 5px 0;
}

.filter-s a {
    padding: 5px 10px;
}

.filter-s a.is-checked {
    background: #58B33E;
    color: #fff;
}

.fixend_text {
    width: 150px;
    height: 44px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    padding: 0 8px;
    margin-right: 5px;
    float: left;
    border: none;
}
.profix_select {
    position: relative;
    z-index: 9;
    width: 172px;
    height: 44px;
    background: #fff;
    float: left;
    margin-right: 6px;
}

.profix_select p {
    padding: 0 12px;
    font-size: 14px;
    color: #232323;
    line-height: 44px;
    white-space: nowrap;
    background: url(/images/coating_arrow1.png) no-repeat right 10px center;
    cursor: pointer;
}

.profix_select ul {
    position: absolute;
    left: 0;
    bottom: 44px;
    background: #fff;
    z-index: 20;
    display: none;
    width: 100%;
    overflow-y: scroll;
    max-height: 215px;
    white-space: nowrap;
}

.profix_select ul li {
    padding: 0 12px;
    font-size: 14px;
    color: #232323;
    line-height: 36px;
    cursor: pointer;
}

.profix_select {
    position: relative;
    z-index: 9;
    width: 172px;
    height: 44px;
    background: #fff;
    float: left;
    margin-right: 6px;
}

.profix_select p {
    padding: 0 12px;
    font-size: 14px;
    color: #232323;
    line-height: 44px;
    white-space: nowrap;
    background: url(/images/coating_arrow1.png) no-repeat right 10px center;
    cursor: pointer;
}
.fixend_btn {
    width: 215px;
    height: 44px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    float: left;
    border: none;
    margin-left: 5px;
    background:#005128;
}

.w1400 {width: 1360px;margin: 0 auto;}
@media screen and (max-width:1499px) {
.w1400 { width: 94%; }
}
.fl { float: left; }
.fr { float: right; }
/*ab_Foot 开始*/
.ab_Foot { width: 100%; background: #222 url(map.png) no-repeat center center; overflow: hidden; margin-top: -60px; }
.ny_Foot { margin-top: 0; }
.ab_Foot .lyFoot_Main { padding: 150px 0 70px; overflow: hidden; }
.ny_Foot .lyFoot_Main { padding: 70px 0; }
.lyFoot_Main .lyFoot_lxfs { width: 30%; float: left; }
.lyFoot_Main .lyFoot_lxfs ul li { width: 100%; overflow: hidden; margin-bottom: 25px; }
.lyFoot_Main .lyFoot_lxfs ul li img { display: block; width: 38px; height: 38px; float: left; margin: 5px 0 0; }
.lyFoot_Main .lyFoot_lxfs ul li .lyFootlxfs_text { width: calc(100% - 55px); float: right; }
.lyFoot_Main .lyFoot_lxfs ul li .lyFootlxfs_text span { display: block; color: rgba(255,255,255,0.25); font-size: 16px; }
.lyFoot_Main .lyFoot_lxfs ul li .lyFootlxfs_text b {display: block;font-size: 36px;font-family: Aileron-Black;color: #dfaa14;line-height: 50px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.lyFoot_Main .lyFoot_lxfs ul li .lyFootlxfs_text p {font-size: 24px;color: #dfaa14;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.lyFoot_Main .lyFoot_Nav { width: 20%; float: right; margin: 0 3%; }
.lyFoot_Main .lyFoot_Nav a {display: block;width: 50%;float: left;font-size: 14px;color: #fff;margin-bottom: 20px;}
.lyFoot_Main .lyFoot_Ewm {width: 150px;float: right;margin-top: 50px;}
.lyFoot_Main .lyFoot_Ewm img { width: 100%; }
.lyFoot_Main .lyFoot_Ewm p { color: rgba(255,255,255,0.25); font-size: 16px; margin-top: 10px; text-align: center; }
.ab_Foot .lyFoot_Copy { width: 100%; padding: 17px 0; border-top: 1px solid rgba(255, 255, 255, 0.1); overflow: hidden; }
.lyFoot_Copy p {line-height: 40px;color: rgba(255, 255, 255, .25);font-size: 14px;}
.lyFoot_Copy p a { color: rgba(255, 255, 255, .25); font-size: 16px; }
.lyFoot_Copy p a:hover { color: #fff; }
 @media (max-width:1680px) {
.ab_Foot .lyFoot_Main { padding: 135px 0 65px; }
.ny_Foot .lyFoot_Main { padding: 70px 0; }
}
 @media (max-width:1600px) {
.lyFoot_Main .lyFoot_lxfs ul li .lyFootlxfs_text b { font-size: 34px; }
.lyFoot_Main .lyFoot_lxfs ul li .lyFootlxfs_text p { font-size: 18px; }
.lyFoot_Main .lyFoot_Nav a { font-size: 16px; margin-bottom: 18px; }
}
 @media (max-width:1560px) {
.ab_Foot { margin-top: -45px; }
.ny_Foot { margin-top: 0; }
.ab_Foot .lyFoot_Main { padding: 125px 0 60px; }
.ny_Foot .lyFoot_Main { padding: 70px 0; }
.lyFoot_Copy p, .lyFoot_Copy p a { font-size: 15px; }
}
 @media (max-width:1440px) {
.ab_Foot .lyFoot_Main { padding: 110px 0 60px; }
.ny_Foot .lyFoot_Main { padding: 60px 0; }
.lyFoot_Copy p, .lyFoot_Copy p a { line-height: 28px; font-size: 14px; }
.lyFoot_Main .lyFoot_Ewm p { font-size: 15px; }
.lyFoot_Main .lyFoot_lxfs ul li .lyFootlxfs_text span { font-size: 15px; }
.lyFoot_Main .lyFoot_Nav a { font-size: 18px; margin-bottom: 15px; }
.lyFoot_Main .lyFoot_Nav { margin: 0 2%; }
.lyFoot_Main .lyFoot_Ewm { width: 140px; }
.lyFoot_Main .lyFoot_lxfs ul li img { width: 36px; height: 36px; }
.lyFoot_Main .lyFoot_lxfs ul li .lyFootlxfs_text b { font-size: 32px; }
.lyFoot_Main .lyFoot_lxfs ul li .lyFootlxfs_text p { font-size: 22px; }
}
@media (max-width:1366px) {
}
 @media (max-width:1280px) {
.ab_Foot { margin-top: -40px; }
.ny_Foot { margin-top: 0; }
}
 @media (max-width:1200px) {
.ab_Foot .lyFoot_Main { padding: 95px 0 50px; }
.ny_Foot .lyFoot_Main { padding: 50px 0; }
.lyFoot_Main .lyFoot_Ewm p { font-size: 14px; }
.lyFoot_Main .lyFoot_lxfs { width: 40%; }
.lyFoot_Main .lyFoot_lxfs ul li .lyFootlxfs_text span { font-size: 14px; }
.lyFoot_Main .lyFoot_lxfs ul li img { width: 33px; height: 33px; }
.lyFoot_Main .lyFoot_lxfs ul li .lyFootlxfs_text b { font-size: 28px; }
.lyFoot_Main .lyFoot_lxfs ul li .lyFootlxfs_text p { font-size: 20px; }
.lyFoot_Main .lyFoot_lxfs ul li .lyFootlxfs_text { width: calc(100% - 50px); }
.lyFoot_Main .lyFoot_Nav { display: none; }
.lyFoot_Main .lyFoot_Ewm { width: 130px; }
}
 @media (max-width:1080px) {
.lyFoot_Copy p { line-height: 30px; float: none !important; }
}
 @media (max-width:1024px) {
.ab_Foot .lyFoot_Main { padding: 80px 0 40px; }
.ny_Foot .lyFoot_Main { padding: 40px 0; }
}
 @media (max-width:920px) {
.ab_Foot { margin-top: -35px; }
.ny_Foot { margin-top: 0; }
.lyFoot_Main .lyFoot_lxfs { width: 50%; }
.lyFoot_Main .lyFoot_lxfs ul li img { width: 30px; height: 30px; }
.lyFoot_Main .lyFoot_lxfs ul li .lyFootlxfs_text b { font-size: 26px; }
.lyFoot_Main .lyFoot_lxfs ul li .lyFootlxfs_text p { font-size: 18px; }
.lyFoot_Main .lyFoot_lxfs ul li .lyFootlxfs_text { width: calc(100% - 45px); }
}
 @media (max-width:820px) {
.lyFoot_Copy p { text-align: center; }
}
 @media (max-width:767px) {
.ab_Foot { margin-top: 0; }
.ab_Foot .lyFoot_Main { padding: 40px 0 30px; text-align: center; }
.lyFoot_Main .lyFoot_lxfs, .lyFoot_Main .lyFoot_Nav { display: none; }
.lyFoot_Main .lyFoot_Ewm { display: inline-block; float: none; }
.lyFoot_Copy p span.icp, .lyFoot_Copy p span.login, .lyFoot_Copy p span.sitemap, .lyFoot_Copy p span.support { display: none; }
.ab_Foot .lyFoot_Copy { padding: 16px 0; }
}
@media (max-width:650px) {
}
@media (max-width:540px) {
}
/*ab_Foot 结束*/


/*abNy_Contact 开始*/
.abNy_Contact {
    width: 100%;
    height: auto;
    min-height: 400px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.abNy_Contact .abNyContact_lxfs {
    width: 1300px;
    height: auto;
    margin: 0 auto;
    padding: 60px 0;
}

.abNyContact_lxfs .abNyContactLxfs_hd {
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    color: #fff;
    font-size: 26px;
    margin: 0 auto;
    padding: 0 40px;
    background: url(contact_bt_bg.png) 0 0 no-repeat;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.abNyContact_lxfs .abNyContactLxfs_hd span {
    font-size: 16px;
    margin: 0 0 0 10px;
}

.abNyContact_lxfs .abNyContactLxfs_con {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 60px 40px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.abNyContact_lxfs .abNyContactLxfs_con img{

width:100%;
}
.abNyContact_lxfs .abNyContactLxfs_con img{

    width: 100%;

}
.abNyContactLxfs_con .contact_bt {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    margin: 0 auto 20px;
    padding: 0;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.abNyContactLxfs_con .contact_des {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    margin: 0 auto;
    padding: 0;
    color: #777;
    font-size: 15px;
    text-align: center;
}

.abNyContactLxfs_con .contact-info-list {
    width: 100%;
    height: auto;
    margin: 60px auto 0;
    padding: 0;
}

.abNyContactLxfs_con .contact-info-list li {
    width: 19.2%;
    overflow: hidden;
    margin: 0 1% 0 0;
    padding: 0;
    float: left;
}

.abNyContactLxfs_con .contact-info-list li:nth-child(5) {
    margin: 0;
}

.contact-info-list .c-info img {
    display: block;
    width: 100px;
    height: 100px;
    border: 1px solid #e5e5e5;
    margin: 0 auto 20px;
    padding: 9px;
    border-radius: 4px;
}

.contact-info-list .c-info p {
    line-height: 30px;
    padding: 0;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.contact-info-list .c-info a {
    display: block;
    width: 118px;
    height: 118px;
    border: 1px solid #e5e5e5;
    margin: 0 auto 20px;
    padding: 0;
    border-radius: 50%;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.contact-info-list .c-info a.c-tel1 {
    background: #fff url("../images/tell1.png") center center no-repeat;
}

.contact-info-list .c-info a.c-tel2 {
    background: #fff url("../images/tell2.png") center center no-repeat;
}

.contact-info-list .c-info a.c-addr {
    background: #fff url("../images/site.png") center center no-repeat;
}

.contact-info-list .c-info a.c-mail {
    background: #fff url("../images/email.png") center center no-repeat;
}

.contact-info-list .c-info:hover a {
    width: 120px;
    height: 120px;
    border: 0 solid #e5e5e5;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.contact-info-list .c-info:hover a.c-tel1 {
    background: #015cd8 url("../images/tell1hv.png") center center no-repeat;
}

.contact-info-list .c-info:hover a.c-tel2 {
    background: #015cd8 url("../images/tell2hv.png") center center no-repeat;
}

.contact-info-list .c-info:hover a.c-addr {
    background: #015cd8 url("../images/sitehv.png") center center no-repeat;
}

.contact-info-list .c-info:hover a.c-mail {
    background: #015cd8 url("../images/emailhv.png") center center no-repeat;
}

.contact-info-list .c-info .c-info-detail {
    width: 100%;
    line-height: 24px;
    color: #999;
    font-size: 14px;
    text-align: center;
}

.contact-info-list .c-info .c-info-detail1 {
    line-height: 30px;
    color: #015cd8;
    font-size: 24px;
    font-weight: bold;
}

.abNy_Contact .abNyContact_map {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 0;
    background-color: #fff;
}

.abNyContact_map .abNyContactMap_main {
    width: 1300px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.abNyContactMap_main .abNyContactMap_con {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
    padding: 19px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.abNyContactMap_con .abNyContactMap_child {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

#container {
    width: 100%;
    height: 120%;
}

/*abNy_Contact 结束*/


.pb_t { line-height:48px; height:48px; overflow:hidden; background:url(pb_t_l.gif) left bottom repeat-x; margin-bottom:20px}
.pb_t h3 { font-family:"黑体"; float:left; font-weight:100; }
.pb_t h3 b { display:inline-block; background:url(pb_t_lb.gif) right bottom no-repeat; float:left; }
.pb_t h3 a { font-size:22px; color:#464646; margin:0 10px 0 0; display:inline-block; padding:0 0 0 30px; background:url(sol_t_ic.gif) left 14px no-repeat; }
.pb_t h3 em { font-size:22px; color:#303030; margin:0 10px 0 0; display:inline-block; padding:0 0 0 30px; background:url(sol_t_ic.gif) left 14px no-repeat; font-style:normal; }
.pb_t h3 a:hover { color:#303030; }
.pb_t h3 span { text-transform:uppercase; font-size:18px; color:#cdcdcd; text-transform:uppercase; display:inline-block;  float:left; }
.pb_t p { float:right; font-size:14px; padding:5px 0 0; height:43px; overflow:hidden; }
.pb_t p a, .pb_t p a:hover { color:#767676; margin:0 6px; font-family:"黑体"; }
.pb_t .fr { display:inline-block; padding:0 37px 0 0; background:url(pb_t_ic.gif) right 12px no-repeat; font-family:"黑体"; font-size:16px; color:#4f4d4d; }
.pb_t .fr:hover { color:#4f4d4d; }


.xw_section .content{margin-bottom: 40px;}
.xw_section .content ul{width: 100%;}
.xw_section .content li{width: 100%;margin-bottom: 20px;}
.xw_section .content li:last-child{margin-bottom: 0;}
.xw_section .content a{display: flex;justify-content: flex-start;align-items: center;padding: 30px;background: #f3f7fb;}
.xw_section .content a .left{width: 338px;}
.xw_section .content a .pic{ width: 100%; padding-bottom: 66.73%; position: relative; overflow: hidden;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.xw_section .content a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.xw_section{}
.xw_section .content a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.xw_section .content a .right{width: calc(100% - 338px);padding-left: 46px;}
.xw_section .content a .bt{font-size: 20px;color: #000;line-height: 32px;margin-bottom: 20px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.xw_section .content a .jj{font-size: 16px;color: rgba(51,51,51,1);line-height: 30px;margin-bottom: 44px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.xw_section .content a .boxs{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.xw_section .content a .date{font-size: 16px;color: rgba(51,51,51,1);line-height: 20px;}
.xw_section .content a .tip{font-size: 16px;color: rgba(51,51,51,1);line-height: 20px;}
.xw_section .content a:hover .bt,
.xw_section .content a:hover .tip{color: #58B33E;}
@media  screen and (max-width: 1680px){
.xw_section .content a .left{width: 300px;}
.xw_section .content a .right{padding-left: 30px;width: calc(100% - 300px);}
.xw_section .content a .bt{font-size: 18px;line-height: 26px;margin-bottom: 16px;}
.xw_section .content a .jj{font-size: 14px;line-height: 24px;margin-bottom: 30px;}
.xw_section .content a .date{font-size: 14px;line-height: 18px;}
.xw_section .content a .tip{font-size: 14px;line-height: 18px;}
}
@media  screen and (max-width: 1024px){
.xw_section{padding-top: 30px;padding-bottom: 30px;width: 100%;}
.xw_section .content{margin-bottom: 20px;}
.xw_section .content li{margin-bottom: 12px;}
.xw_section .content a{padding: 12px;}
.xw_section .content a .left{width: 130px;}
.xw_section .content a .right{width: calc(100% - 130px);padding-left: 12px;}
.xw_section .content a .bt{font-size: 15px;line-height: 20px;margin-bottom: 6px;-webkit-line-clamp:2;}
.xw_section .content a .jj{font-size: 14px;line-height: 20px;margin-bottom: 10px;-webkit-line-clamp:1;display: none;}
.xw_section .content a .date{font-size: 14px;line-height: 18px;}
.xw_section .content a .tip{font-size: 14px;line-height: 18px;}
.abNy_Contact .abNyContact_lxfs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 60px 0;
}
}


/*侧悬浮*/
.cxf_section{width: 95px;position: fixed;right: 12px;bottom: 10%; background: #58B33E;border-radius: 47.5px;box-shadow: 0 0 20px rgba(0,0,0,0.1);opacity: 0;z-index: 99;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.cxf_section.on{opacity: 1;}
.cxf_section ul{width: 100%;padding: 30px 10px 10px 10px;}
.cxf_section .l1{padding-bottom: 18px;border-bottom: 1px solid rgba(255,255,255,0.2);}
.cxf_section .l1 img{width: 41px;display: block;margin: 0 auto;}
.cxf_section .l2{border-bottom: 1px solid rgba(255,255,255,0.2);}
.cxf_section .l2 a{display: block;width: 100%;padding-top: 16px;padding-bottom: 16px;}
.cxf_section .l2 img{width: 26px;display: block;margin: 0 auto 4px auto;}
.cxf_section .l2 .wz{font-size: 14px;color: #ffffff;line-height: 18px;text-align: center;}
.cxf_section .l3{cursor: pointer;width: 74px;height: 74px;background: rgba(255,255,255,0.2);border-radius: 100%;margin: 14px auto 0 auto;display: flex;justify-content: center;align-items: center;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.cxf_section .l3:hover{background: rgba(255,255,255,0.4);}
.cxf_section .l3 img{width: 30px;display: block;}
.cxf_section li .ico2{display: none;}
.cxf_section a:hover .ico1{display: none;}
.cxf_section a:hover .ico2{display: block;}
.cxf_section a:hover .wz{color: #f5d800;}
@media screen and (max-width:1680px) {
.cxf_section{width: 72px;right: 8px;border-radius: 36px;}
.cxf_section ul{padding: 20px 8px 8px 8px;}
.cxf_section .l1{padding-bottom: 12px;}
.cxf_section .l1 img{width: 32px;}
.cxf_section .l2 a{padding-top: 12px;padding-bottom: 12px;}
.cxf_section .l2 img{width: 22px;}
.cxf_section .l2 .wz{font-size: 12px;line-height: 16px;}
.cxf_section .l3{width: 54px;height: 54px;margin: 8px auto 0 auto;}
.cxf_section .l3 img{width: 24px;}
}
@media screen and (max-width:1024px) {
.cxf_section{width: 100%;right: 0;top: auto;bottom: 0;border-radius: 0;transform: translate(0,0);}
.cxf_section ul{padding: 0;display: flex;justify-content: flex-start;align-items: flex-start;}
.cxf_section li{width: 25%!important;height: 50px!important;border-bottom: 0!important;display: flex;justify-content: center;align-items: center;border-right: 1px solid rgba(255,255,255,0.2);flex-wrap: wrap;}
.cxf_section li:last-child{border-right: 0;}
.cxf_section .l1{padding-bottom: 0;}
.cxf_section .l1 img{width: 26px;}
.cxf_section .l2{display: flex!important;}
.cxf_section .l2 a{padding-top: 0;padding-bottom: 0;}
.cxf_section .l2 img{width: 20px;}
.cxf_section .l2 .wz{font-size: 12px;line-height: 16px;}
}

/*在线咨询弹窗*/
.zxzx_tc{width: 100%;height: 100vh;background: rgba(0,0,0,0.5);position: fixed;left: 0;top: 50%;z-index: 99999;display: none;transform: translate(0,-50%);}
.zxzx_tc .content{width: 800px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #ffffff;border-radius: 10px;padding: 56px 40px 48px 40px;}
.zxzx_tc .none{width: 32px;height: 32px;background: #e5e5e5;border-radius: 100%;display: flex;justify-content: center;align-items: center;position: absolute;right: 12px;top: 12px;cursor: pointer;}
.zxzx_tc .none img{width: 16px;display: block;}
.zxzx_tc .none .ico2{display: none;}
.zxzx_tc .none:hover{background: #58B33E;}
.zxzx_tc .none:hover .ico1{display: none;}
.zxzx_tc .none:hover .ico2{display: block;}
.zxzx_tc h2{font-size: 40px;color: #58B33E;line-height: 44px;text-align: center;margin-bottom: 36px;font-weight: bold;font-family: "微软雅黑";}
.zxzx_tc .ul{margin: -15px -10px;display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;width: calc(100% + 20px);}
.zxzx_tc .ul .li{width: 100%;padding: 15px 10px;}
.zxzx_tc .ul .li:nth-child(1),
.zxzx_tc .ul .li:nth-child(2){width: 50%;}
.zxzx_tc .ul .bt{font-size: 16px;color: #0e151b;line-height: 20px;}
.zxzx_tc .ul .bt span{color: #ff0000;}
.zxzx_tc .ul .input{background: #f9f9f9;display: flex;justify-content: flex-start;align-items: center;border-radius: 4px;padding: 0 22px;}
.zxzx_tc .ul .input input{height: 56px;font-size: 16px;color: #0e151b;padding-left: 12px;display: block;}
.zxzx_tc .ul .li:nth-child(1) .input input{width: calc(100% - 40px);}
.zxzx_tc .ul .li:nth-child(2) .input input{width: calc(100% - 72px);}
.zxzx_tc .ul .danx{width: 100%;background: #f9f9f9;padding: 12px 22px;display: flex;justify-content: flex-start;align-items: center;border-radius: 4px;}
.zxzx_tc .ul .danx .dlbox{width: calc(100% - 40px);padding-left: 30px;}
.zxzx_tc .ul .danx .dl{margin: -6px -16px;width: calc(100% + 32px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.zxzx_tc .ul .danx .dd{padding: 6px 16px;display: flex;justify-content: flex-start;align-items: center;cursor: pointer;}
.zxzx_tc .ul .danx .ico{width: 20px;height: 20px;background: #ffffff;border: 1px solid #e5e5e5;border-radius: 100%;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.zxzx_tc .ul .danx .dd.on .ico{border: 5px solid #0075c2;}
.zxzx_tc .ul .danx .wz{font-size: 16px;color: rgba(0,0,0,0.6);line-height: 32px;padding-left: 6px;}
.zxzx_tc .ul .danx .dd:hover .wz{color: #000;}
.zxzx_tc .ul .xl{width: 100%;position: relative;}
.zxzx_tc .ul .xl .top{width: 100%;background: #f9f9f9;padding: 12px 22px;display: flex;justify-content: space-between;align-items: center;cursor: pointer;border-radius: 4px;}
.zxzx_tc .ul .xl .top ._r{display: flex;justify-content: flex-start;align-items: center;}
.zxzx_tc .ul .xl .top .wz{font-size: 16px;color: rgba(0,0,0,0.8);line-height: 32px;margin-right: 8px;}
.zxzx_tc .ul .xl .top img{width: 24px;display: block;}
.zxzx_tc .ul .xl .top ._r input{width: 300px;text-align: right;font-size: 16px;color: #0e151b;line-height: 32px;padding-right: 8px;cursor: pointer;}
.zxzx_tc .ul .xl .top ._r input::-webkit-input-placeholder{font-size: 16px;color: rgba(0,0,0,0.8);opacity: 1;}
.zxzx_tc .ul .xl .top ._r input::-moz-placeholder{font-size: 16px;color: rgba(0,0,0,0.8);opacity: 1;}
.zxzx_tc .ul .xl .top ._r input::moz-placeholder{font-size: 16px;color: rgba(0,0,0,0.8);opacity: 1;}
.zxzx_tc .ul .xl .top ._r input:-ms-input-placeholder{font-size: 16px;color: rgba(0,0,0,0.8);opacity: 1;}
.zxzx_tc .ul .xl .dqld_div{width: 100%;position: absolute;left: 0;top: calc(100% + 12px);background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);z-index: 10;}
.zxzx_tc .ul .xl .dqld_div ul{width: 100%;overflow: hidden; overflow-y: auto;  max-height: 300px;}
.zxzx_tc .ul .xl .dqld_div ul::-webkit-scrollbar{ width: 3px;}
.zxzx_tc .ul .xl .dqld_div ul::-webkit-scrollbar-track{ background-color: #e5e5e5; border-radius: 3px;}
.zxzx_tc .ul .xl .dqld_div ul::-webkit-scrollbar-thumb{ width: 3px;  background-color: #f5d800; border-radius: 3px;}
.zxzx_tc .ul .xl .dqld_div li{font-size: 16px;color: #333;line-height: 20px;padding: 15px 20px;cursor: pointer;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.zxzx_tc .ul .xl .dqld_div li:hover{background: #eee;}
.zxzx_tc .ul .xl .bottom{width: 100%;position: absolute;left: 0;top: calc(100% + 12px);background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);display: none;z-index: 10;
overflow: hidden; overflow-y: auto;  max-height: 300px;}
.zxzx_tc .ul .xl .bottom.on{display: block;}
.zxzx_tc .ul .xl .bottom::-webkit-scrollbar{ width: 3px;}
.zxzx_tc .ul .xl .bottom::-webkit-scrollbar-track{ background-color: #e5e5e5; border-radius: 3px;}
.zxzx_tc .ul .xl .bottom::-webkit-scrollbar-thumb{ width: 3px;  background-color: #f5d800; border-radius: 3px;}
.zxzx_tc .ul .xl .bottom a{display: block;width: 100%;font-size: 16px;color: #333;line-height: 20px;padding: 15px 20px;}
.zxzx_tc .ul .xl .bottom a:hover{background: #eee;}
.zxzx_tc .ul .text{width: 100%;background: #f9f9f9;padding: 16px 22px;border-radius: 4px;}
.zxzx_tc .ul .text textarea{width: 100%;height: 78px;margin-top: 10px;}
.zxzx_tc .ul .yzm{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.zxzx_tc .ul .yzm .yzm_l{width: calc(100% - 100px);background: #f9f9f9;padding: 0 90px 0 22px;display: flex;justify-content: flex-start;align-items: center;border-radius: 4px;position: relative;}
.zxzx_tc .ul .yzm .yzm_l input{height: 56px;font-size: 16px;color: #0e151b;padding-left: 12px;display: block;width: calc(100% - 56px);}
.zxzx_tc .ul .yzm .yzm_l img{width: 70px;height: 50px;display: block;position: absolute;right: 10px;top: 50%;transform: translate(0,-50%);cursor: pointer;}
.zxzx_tc .ul .yzm .btn_r{display: flex;justify-content: flex-start;align-items: center;cursor: pointer;}
.zxzx_tc .ul .yzm .btn_r img{width: 24px;display: block;margin-right: 4px;}
.zxzx_tc .ul .yzm .btn_r .ico2{display: none;}
.zxzx_tc .ul .yzm .btn_r:hover .ico1{display: none;}
.zxzx_tc .ul .yzm .btn_r:hover .ico2{display: block;}
.zxzx_tc .ul .yzm .btn_r .wz{font-size: 16px;color: #888888;line-height: 20px;}
.zxzx_tc .ul .yzm .btn_r:hover .wz{color: #0075c2;}
.zxzx_tc .ul .btnbox{width: 100%;display: flex;justify-content: center;align-items: center;}
.zxzx_tc .ul .btnbox .btn{width: 236px;margin-right: 20px;}
.zxzx_tc .ul .btnbox .btn:last-child{margin-right: 0;}
.zxzx_tc .ul .btnbox .btn a{display: block;font-size: 18px;color: #0075c2;line-height: 56px;background: #e2eef6;text-align: center;border-radius: 6px;}
.zxzx_tc .ul .btnbox .btn:last-child a{color: #fff;background: #0075c2;}
.zxzx_tc .ul .btnbox .btn a:hover{background: #f5d800;color: #0075c2;}
@media screen and (max-width:1680px) {
.zxzx_tc .content{width: 600px;padding: 30px 20px;}
.zxzx_tc .none{width: 26px;height: 26px;right: 10px;top: 10px;}
.zxzx_tc .none img{width: 14px;}
.zxzx_tc h2{font-size: 22px;line-height: 26px;margin-bottom: 20px;}
.zxzx_tc .ul{margin: -8px;width: calc(100 + 16px);}
.zxzx_tc .ul .li{padding: 8px;}
.zxzx_tc .ul .input input{height: 40px;}
.zxzx_tc .ul .danx{padding: 6px 22px;}
.zxzx_tc .ul .danx .dl{margin: -6px -10px;width: calc(100% + 20px);}
.zxzx_tc .ul .danx .dd{padding: 6px 10px;}
.zxzx_tc .ul .danx .wz{line-height: 28px;font-size: 14px;}
.zxzx_tc .ul .xl .top{padding: 6px 22px;}
.zxzx_tc .ul .xl .top .wz{font-size: 14px;line-height: 28px;}
.zxzx_tc .ul .xl .top ._r input{width: 240px;font-size: 14px;line-height: 28px;}
.zxzx_tc .ul .xl .top ._r input::-webkit-input-placeholder{font-size: 14px;}
.zxzx_tc .ul .xl .top ._r input::-moz-placeholder{font-size: 14px;}
.zxzx_tc .ul .xl .top ._r input::moz-placeholder{font-size: 14px;}
.zxzx_tc .ul .xl .top ._r input:-ms-input-placeholder{font-size: 14px;}
.zxzx_tc .ul .xl .dqld_div ul{max-height: 240px;}
.zxzx_tc .ul .xl .dqld_div li{font-size: 14px;padding: 10px 20px;}
.zxzx_tc .ul .xl .bottom{max-height: 240px;}
.zxzx_tc .ul .xl .bottom a{font-size: 14px;padding: 10px 20px;}
.zxzx_tc .ul .text{padding: 10px 22px;}
.zxzx_tc .ul .text textarea{height: 50px;margin-top: 8px;}
.zxzx_tc .ul .yzm .yzm_l input{height: 40px;}
.zxzx_tc .ul .yzm .yzm_l img{height: 32px;width: 60px;}
.zxzx_tc .ul .yzm .btn_r img{width: 20px;}
.zxzx_tc .ul .yzm .btn_r .wz{font-size: 14px;}
.zxzx_tc .ul .btnbox .btn{width: 180px;margin-right: 12px;}
.zxzx_tc .ul .btnbox .btn a{font-size: 16px;line-height: 40px;}
}
@media screen and (max-width:1024px) {
.zxzx_tc .content{width: calc(100% - 40px);padding: 20px;}
.zxzx_tc .none{width: 24px;height: 24px;right: 8px;top: 8px;}
.zxzx_tc .none img{width: 12px;}
.zxzx_tc h2{font-size: 20px;line-height: 24px;margin-bottom: 12px;}
.zxzx_tc .ul{margin: 0;width: 100%;}
.zxzx_tc .ul .li{width: 100%;padding: 0;margin-bottom: 10px;}
.zxzx_tc .ul .li:last-child{margin-bottom: 0;}
.zxzx_tc .ul .li:nth-child(1),
.zxzx_tc .ul .li:nth-child(2){width: 100%;}
.zxzx_tc .ul .bt{font-size: 14px;line-height: 18px;}
.zxzx_tc .ul .input{padding: 0 12px;}
.zxzx_tc .ul .input input{height: 36px;font-size: 14px;padding-left: 10px;}
.zxzx_tc .ul .li:nth-child(1) .input input{width: calc(100% - 36px);}
.zxzx_tc .ul .li:nth-child(2) .input input{width: calc(100% - 64px);}
.zxzx_tc .ul .danx{padding: 10px 12px;}
.zxzx_tc .ul .danx .dlbox{width: calc(100% - 36px);padding-left: 20px;}
.zxzx_tc .ul .danx .dl{margin: -4px -6px;width: calc(100% + 12px);}
.zxzx_tc .ul .danx .dd{padding: 4px 6px;}
.zxzx_tc .ul .danx .ico{width: 16px;height: 16px;}
.zxzx_tc .ul .danx .dd.on .ico{border: 3px solid #0075c2;}
.zxzx_tc .ul .danx .wz{font-size: 14px;line-height: 20px;}
.zxzx_tc .ul .xl .top{padding: 8px 12px;}
.zxzx_tc .ul .xl .top .wz{font-size: 14px;line-height: 20px;margin-right: 4px;}
.zxzx_tc .ul .xl .top img{width: 20px;}
.zxzx_tc .ul .xl .top ._r input{width: 180px;font-size: 14px;line-height: 20px;padding-right: 4px;}
.zxzx_tc .ul .xl .top ._r input::-webkit-input-placeholder{font-size: 14px;}
.zxzx_tc .ul .xl .top ._r input::-moz-placeholder{font-size: 14px;}
.zxzx_tc .ul .xl .top ._r input::moz-placeholder{font-size: 14px;}
.zxzx_tc .ul .xl .top ._r input:-ms-input-placeholder{font-size: 14px;}
.zxzx_tc .ul .xl .dqld_div ul{max-height: 180px;}
.zxzx_tc .ul .xl .dqld_div ul::-webkit-scrollbar{ width: 0;}
.zxzx_tc .ul .xl .dqld_div ul::-webkit-scrollbar-track{ background-color: rgba(255,255,255,0); border-radius: 0;}
.zxzx_tc .ul .xl .dqld_div ul::-webkit-scrollbar-thumb{ width: 0;  background-color: rgba(255,255,255,0); border-radius: 0;}
.zxzx_tc .ul .xl .dqld_div ul::-webkit-scrollbar{ display: none;}
.zxzx_tc .ul .xl .dqld_div li{font-size: 14px;line-height: 18px;padding: 6px 12px;}
.zxzx_tc .ul .xl .bottom{  max-height: 180px;}
.zxzx_tc .ul .xl .bottom::-webkit-scrollbar{ width: 0;}
.zxzx_tc .ul .xl .bottom::-webkit-scrollbar-track{ background-color: rgba(255,255,255,0); border-radius: 0;}
.zxzx_tc .ul .xl .bottom::-webkit-scrollbar-thumb{ width: 0;  background-color: rgba(255,255,255,0); border-radius: 0;}
.zxzx_tc .ul .xl .bottom::-webkit-scrollbar{ display: none;}
.zxzx_tc .ul .xl .bottom a{font-size: 14px;line-height: 18px;padding: 6px 12px;}
.zxzx_tc .ul .text{padding: 10px 12px;}
.zxzx_tc .ul .text textarea{height: 40px;margin-top: 8px;}
.zxzx_tc .ul .yzm .yzm_l{width: calc(100% - 80px);padding: 0 70px 0 12px;}
.zxzx_tc .ul .yzm .yzm_l input{height: 36px;font-size: 14px;padding-left: 10px;width: calc(100% - 50px);}
.zxzx_tc .ul .yzm .yzm_l img{width: 50px;height: 30px;}
.zxzx_tc .ul .yzm .btn_r img{width: 18px;}
.zxzx_tc .ul .yzm .btn_r .wz{font-size: 14px;line-height: 18px;}
.zxzx_tc .ul .btnbox .btn{width: 90px;margin-right: 12px;}
.zxzx_tc .ul .btnbox .btn a{font-size: 14px;line-height: 36px;}
}

.daohang::before {
    content: "";
    width: 30px;
    height: 2px;
    background: var(--color);
    position: absolute;
    /* bottom: 30px; */
    transition: all .2s linear;
    /* top: 10px; */
    margin-top: 38px;
}
@media (max-width:768px){
    .abNyContact_lxfs .abNyContactLxfs_hd {font-size:16px}
    .abNyContact_lxfs .abNyContactLxfs_hd span {
    font-size: 11px;
    margin: 0 0 0 10px;
}
    
}