@charset "utf-8";
@import url("https://css02.v15cdn.com/m605/fonts/iconfont.css");
@import url("https://css02.v15cdn.com/m605/swiper.css");
@import url("https://css01.v15cdn.com/toastr.min.css");
@import url(https://css01.v15cdn.com/language.css);
:root{--color:#52C033;--color1:#52C033;--bgcolor:linear-gradient(90deg, var(--color1), var(--color));--fontcolor:#232323;--hometitlefont:36px;--fontsize12:12px;--fontsize13:13px;--fontsize14:14px;--fontsize15:15px;--fontsize16:16px;--fontsize17:17px;--fontsize18:18px;--fontsize20:20px;--fontsize22:22px;--fontsize24:24px;--fontsize26:26px;--fontsize28:28px;--fontsize30:30px;--fontsize32:32px;--fontsize34:34px;--fontsize36:36px;--fontsize40:40px;--fontsize45:45px;--fontbold3:300;--fontbold4:400;--fontbold5:500;--fontbold6:600;--fontbold7:700;--fontbold8:800;--fontbold9:900;--borderradius:8px;--fontfamily:"Titillium Web","Lato","Open Sans","Roboto","Poppins","Oswald","Noto Sans","Montserrat",sans-serif}
@media (max-width:1440px){:root{--hometitlefont:30px}}
@media (max-width:1024px){:root{--hometitlefont:26px}}
@media (min-width:1025px){::-webkit-scrollbar{width:10px;height:8px}
::-webkit-scrollbar-track{background:#FFF;border-radius:0}
::-webkit-scrollbar-thumb{background:#CCC;border-radius:5px;transition:all .1s linear}
::-webkit-scrollbar-thumb:hover{background:#bdbbbb}}
img.lazy{display:inline-block;opacity:0}
img.lazy,img.tst{transition:opacity .6s,transform .3s ease}
img.loaded{opacity:1}
img:not([src]){visibility:hidden;position:absolute}
.lazy-load{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:30px;height:30px;border:2px solid #000;border-top-color:rgba(0,0,0,.2);border-right-color:rgba(0,0,0,.2);border-bottom-color:rgba(0,0,0,.2);border-radius:100%;animation:circle infinite .75s linear}
@keyframes circle{0%{transform:translate(-50%,-50%) rotate(0)}
100%{transform:translate(-50%,-50%) rotate(360deg)}}
.lazy-wrap{display:block;position:relative;overflow:hidden}
.lazy-wrap::after{content:"";display:block;padding-bottom:50%}
.lazy-wrap.lazy-loaded .lazy-load{-webkit-animation:none;animation:none;display:none}
.lazy-wrap.lazy-loaded::after{padding-bottom:0px}
h1,h2,h3,h4,h5,h6{text-transform:capitalize}
img{vertical-align:bottom;max-width:100%;height:auto}
a{text-decoration:none;color:inherit;transition:all .1s linear}
iframe,video{max-width:100%;outline:0;border:none;vertical-align:bottom}
@media (max-width:768px){iframe,video{width:100%;min-height:240px}}
*{padding:0px;margin:0px;box-sizing:border-box}
html{-webkit-text-size-adjust:none;-webkit-tap-highlight-color:transparent;background:#e5e5e5;overflow-x:hidden}
body{font-family:var(--fontfamily);max-width:1920px;margin:0px auto;font-size:16px;line-height:1.6;background:#FFF;color:var(--fontcolor);padding-top:140px}
.hidden{overflow:hidden}
.l-wrap{width:100%;max-width:1700px;padding:0px 70px;margin:0px auto}
.line1{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}
.line2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.line3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.line4{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}
.line5{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}
.home-des{font-size:16px;font-weight:var(--fontbold4);color:#666666;text-align:center;margin-bottom:10px}
.home-title{font-size:var(--hometitlefont);font-weight:var(--fontbold6);text-align:center;text-transform:capitalize;color:var(--fontcolor)}
.home-more{min-width:170px;height:50px;background:var(--bgcolor);color:#FFF;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;transition:all .1s linear;padding:0px 20px;text-transform:capitalize;cursor:pointer;vertical-align:middle;transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;transition-property:color;transition-duration:.5s;overflow:hidden}
.home-more::before{content:"";position:absolute;z-index:-1;top:0px;left:0px;right:0px;bottom:0px;background:var(--color);transform:scaleX(0);transform-origin:0 50%;transition-property:transform;transition-duration:.5s;transition-timing-function:ease-out;border-radius:3px}
.home-more:hover::before{transform:scaleX(1);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}
header{position:fixed;top:0px;left:50%;transform:translateX(-50%);width:100%;max-width:1920px;z-index:99;border-bottom:1px solid #EEE;box-shadow:1px 2px 5px rgba(0,0,0,.1)}
header.is-active .head-top{height:0px;opacity:0}
header.is-active .head-info{height:77px;transition:height .1s linear}
.head-top{height:50px;background:#2b3e4b;color:#FFF;transition:all .1s linear;position:relative}
.head-top .l-wrap{height:100%;display:flex;align-items:center;justify-content:space-between}
.head-top .head-left{display:flex;align-items:center;flex:1;justify-content:space-between}
.head-top .head-left .item{display:flex;align-items:center;margin-right:30px;color:#929ba2}
.head-top .head-left .item a{color:#929ba2}
.learn-center{position:relative;padding-right:20px}
.learn-center>a:hover{text-decoration:none !important}
.learn-center>a::before{content:"";position:absolute;right:4px;top:13px;width:8px;height:1px;background:#929ba2;transform:rotate(50deg)}
.learn-center>a::after{content:"";position:absolute;right:0;top:13px;width:8px;height:1px;background:#929ba2;transform:rotate(-50deg)}
.learn-center>a:hover::after,.learn-center>a:hover::before{background:#FFFFFF}
.head-top .head-left .item .p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}
.head-top .head-left .item a:hover{color:#f3f3f3;text-decoration:underline}
.head-top .head-left .item em{display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;line-height:1;color:#929ba2;background:0 0;margin-right:5px;font-size:20px}
.head-top .head-right{display:flex;flex-wrap:wrap;align-items:center;flex-direction:row-reverse}
.head-top .head-right .head-share{margin-right:30px}
.head-top .head-right .head-share ul{padding:0px;list-style:none;display:flex;flex-wrap:wrap;align-items:center}
.head-top .head-right .head-share ul a{margin-left:15px;transition:all .1s linear;border:1px solid transparent;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.5);color:#2b3e4b}
.head-top .head-right .head-share ul a:hover{border-color:#FFF}
.head-info{height:92px;background:#FFF}
.head-info .l-wrap{height:100%;display:flex;align-items:center;justify-content:space-between}
.head-info .m-menu{display:none}
.head-logo{height:100%}
.head-logo a{display:flex;align-items:center;justify-content:flex-start;height:100%}
.head-logo a img{height:100%;width:auto;max-height:60px;object-fit:contain}
.head-nav{display:flex;align-items:center;height:100%;flex:1;justify-content:space-between}
.head-nav .nav-ul{height:100%;display:flex;align-items:center;list-style:none;padding:0px;flex:1;justify-content:center}
.head-nav .nav-ul>li{height:100%;position:relative}
.head-nav .nav-ul>li:hover>a{color:var(--color)}
.head-nav .nav-ul>li:hover>a::after{width:100%}
.head-nav .nav-ul>li>a{font-size:18px;font-weight:var(--fontbold6);color:#111111;text-transform:capitalize;padding:0px 20px;height:100%;display:flex;align-items:center;justify-content:center;position:relative;white-space:nowrap}
.head-nav .nav-ul>li>a em{margin-left:5px}
.head-nav .nav-ul>li>a::after{content:"";width:0px;height:3px;background:var(--color);position:absolute;bottom:0px;left:0px;transition:all .2s linear}
.head-nav .nav-ul>li>a.inmenu_1{color:var(--color)!important}
.head-nav .nav-ul>li>a.inmenu_1::after{width:100%!important}
.head-nav .nav-ul>li>ul{position:absolute;left:0px;top:100%;background:#FFF;min-width:220px;margin:0px;box-shadow:1px 2px 10px rgba(0,0,0,.1)}
.head-nav .nav-ul>li>ul li{position:relative}
.head-nav .nav-ul>li>ul li:hover>a{background:#eff4f6;color:var(--color)}
.head-nav .nav-ul>li>ul li:hover ul{display:block}
.head-nav .nav-ul>li>ul a{padding:0px 10px;height:45px;line-height:45px;padding-right:30px;display:flex;align-items:center;justify-content:flex-start;transition:all .1s linear;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;white-space:nowrap}
.head-nav .nav-ul>li>ul a+em{position:absolute;right:10px;top:50%;transform:translateY(-50%)}
.head-nav .nav-ul>li>ul ul{position:absolute;left:100%;top:0px;display:none;background:#FFF;min-width:220px;margin:0px;box-shadow:1px 2px 10px rgba(0,0,0,.1)}
.head-nav .nav-ul ul{list-style:none;padding:0px}
.head-nav .search-box{display:flex;height:100%;position:relative}
.head-tel{display:flex;align-items:center;position:relative;padding-right:30px;margin-right:10px}
.head-tel::after{content:"";position:absolute;right:0px;top:50%;transform:translateY(-50%);width:1px;height:30px;background:#EFEFEF}
.head-tel img{width:30px}
.head-tel .info{padding-left:10px;flex:1;display:flex;flex-direction:column;line-height:1.2}
.head-tel .info span{color:#666666;font-size:14px}
.head-tel .info a{color:#2b3e4b;font-size:18px;font-weight:var(--fontbold6);white-space:nowrap}
.head-nav .search-box .head-search{height:100%;display:inline-flex;align-items:center}
.head-nav .search-box .head-search button{outline:0;border:none;cursor:pointer;border:1px solid #CCC;background:#FFF;color:#111111;border-radius:50%;margin-left:15px;width:32px;height:32px}
.head-nav .search-box .head-search button em{font-weight:var(--fontbold6);font-size:20px}
.head-nav .search-input{position:absolute;top:100%;right:0px;background:#FFF;display:flex;align-items:center;justify-content:center;box-shadow:2px 2px 4px rgba(0,0,0,.2);opacity:0;transform:rotateX(90deg);visibility:hidden}
.head-nav .search-input.active{transition:opacity .3s,transform .3s;visibility:visible;opacity:1;transform:rotateX(0);transform-origin:top}
.head-nav .search-input input{width:200px;height:40px;padding-left:10px;font-size:16px;border:none;outline:0}
.head-nav .search-input button{width:40px;height:40px;border:none;outline:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .1s linear}
.head-nav .search-input button em{font-size:22px;color:var(--color);font-weight:var(--fontbold6)}
@media (min-width:1025px){.nav-ul>li:hover .submenu{transform:scaleY(1);opacity:1}
.nav-ul>li .submenu{transform-origin:top;transform:scaleY(0);opacity:0;transition:all .3s ease-in-out}}
.rfixed{position:fixed;bottom:calc(150px + constant(safe-area-inset-bottom));bottom:calc(150px + 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:10px;cursor:pointer}
.compare-close{position:relative;width:24px;height:24px;background:0 0;cursor:pointer;border:none}
.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:var(--borderradius);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;outline:0;border:none}
.item-clear::after,.item-clear::before{content:"";display:block;position:absolute;width:70%;height:2px;background-color:#333333;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:var(--color)}
.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;cursor:pointer;border:none}
.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(--bgcolor);border-radius:50%;text-align:center;line-height:50px;color:#FFF;position:relative;margin-bottom:10px;cursor:pointer;display:none}
.rfixed-sc em{font-size:20px}
.rfixed-scnum{position:absolute;right:6px;top:4px;width:16px;height:16px;background:#d4322c;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:55px}
.rfixed-scnum{right:26px}}
.lang{z-index:99999;text-align:left;position:relative}
.lang-icon{display:flex;align-items:center;width:100%;height:30px;border:none;cursor:pointer;font-size:16px;user-select:none;white-space:nowrap}
.lang-icon span{position:relative;padding-right:18px;color:#FFF;margin-left:8px}
.lang-icon span::before{content:"";position:absolute;right:4px;top:13px;width:8px;height:1px;background:#FFF;transform:rotate(50deg)}
.lang-icon span::after{content:"";position:absolute;right:0px;top:13px;width:8px;height:1px;background:#FFF;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 rgba(0,0,0,.1);z-index:9999;visibility:hidden;opacity:0;transition:opacity .3s,top .3s}
.lang-drop.lang-flex{transform:translateX(20%)}
.lang-drop.active{visibility:visible;opacity:1;top:calc(100% + 7px)}
.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-drop.lang-flex .lang-arrow{left:80%}
.lang-wrap{list-style:none;width:140px;padding:8px 0px;box-sizing:border-box}
.lang-flex .lang-wrap{display:flex;flex-wrap:wrap;padding:8px}
.lang-wrap li{width:100%;box-sizing:border-box;transition:background-color .3s}
.lang-flex .lang-wrap li{width:33.3333%}
.lang-wrap li.lang-active,.lang-wrap li:hover{background-color:#EEE}
.lang-wrap li a{display:block;color:var(--fontcolor);font-size:12px;padding:10px 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{transition:all .2s linear}
.lang-icon img{width:32px}
.lang-icon span{display:none}
.lang-drop{display:none}
.lang-drop.active{display:block;top:calc(100% + 12px)}}
footer{background:#003B49;color:#9CB7BD}
footer a{color:#9CB7BD}
footer .sharelist{display:flex;margin-top:3em}
footer .sharelist a{width:34px;height:34px;margin-right:10px;background:#01313c;color:#FFF;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}
footer .sharelist a:hover{text-decoration:none;background:#FFF;color:#003b49}
footer .foot-logo{margin-bottom:30px}
footer li,footer ol,footer ul{padding:0px;margin:0px;list-style:none}
footer a:hover{color:#FFF;text-decoration:underline}
footer .foot-main{padding:4% 0 3%}
footer .foot-main .l-wrap{display:flex;flex-wrap:wrap;justify-content:space-between}
footer .foot-item{width:33%}
footer .foot-item.foot-nav{width:15%}
footer .foot-item.foot-info{width:22%}
footer .foot-item .foot-title{font-size:22px;font-weight:var(--fontbold9);margin-bottom:15px;color:#FFF}
footer .foot-item .foot-link{width:100%}
footer .foot-item .foot-link .item{width:100%;display:flex;margin-bottom:20px}
footer .foot-item .foot-link .item em{color:var(--color);display:flex;align-items:center;justify-content:center}
footer .foot-item .foot-link .item p{flex:1;padding-left:10px;color:#FFF}
footer .foot-item .foot-list li a{position:relative;padding:4px 0px;padding-right:15px;display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}
/* footer .foot-item .foot-list li a::before{content:"";position:absolute;left:0px;top:12px;width:0px;height:0px;border:5px solid transparent;border-left:5px solid #666} */
footer .foot-item .foot-list{display:flex;flex-wrap:wrap}
footer .foot-item .foot-list li{width:50%}
footer .foot-item.foot-nav .foot-list li{width:100%}
footer .foot-item.foot-code{width:18%}
footer .foot-item.foot-code .foot-erm{background:#FFF;max-width:140px;padding:8px}
footer .foot-item.foot-code img{transition:all .1s linear}
footer .foot-item.foot-code img:hover{transform:scale(1.02)}
footer .foot-bot{background:#02323D;height:68px}
footer .foot-bot .l-wrap{height:100%;display:flex;align-items:center;justify-content:center}
footer .foot-bot .foot-share{display:flex;align-items:center}
footer .foot-bot .foot-share span{font-size:18px;font-weight:var(--fontbold6);position:relative;padding-right:30px;margin-right:10px}
footer .foot-bot .foot-share span::after{content:"";position:absolute;right:0px;top:50%;transform:translateY(-50%);width:20px;height:1px;background:#333333}
footer .foot-bot .foot-share ul{display:flex;align-items:center}
footer .foot-bot .foot-share ul a{margin-right:5px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:all .1s linear;color:#666}
footer .foot-bot .foot-share ul a:hover{color:var(--color)}
.gotop{cursor:pointer;height:40px;width:40px;border-radius:50%;background:#FFF;box-shadow:0px 5px 5px 0 rgba(0,0,0,.1);transition:all .4s ease;z-index:1;opacity:0;visibility:hidden;overflow:hidden;transform:translateY(20px);display:flex;align-items:center;justify-content:center;font-weight:var(--fontbold6)}
.gotop.active{opacity:1;visibility:inherit;overflow:inherit;transform:translateY(0)}
.gotop em,.gotop i{transform:rotate(180deg)}
.gotop:hover{background:#c1c1c1}
.bottom-btn{display:none}
@media (max-width:1280px){.head-nav .nav-ul>li>a{font-size:16px;padding:0px 15px}
.head-tel{display:none}}
@media (max-width:1024px){body{padding-top:70px}
.l-wrap{padding:0px 15px}
header .head-top{display:none}
header .head-info{height:70px!important}
.opacity{position:fixed;left:0px;top:0px;width:100vw;height:100vh;background:rgba(0,0,0,.6);overflow:hidden;z-index:-1;display:none}
.head-nav{position:fixed;top:70px;right:0px;width:80%;height:calc(100vh - 70px);background:#FFF;flex-direction:column-reverse;transition:all .2s linear;opacity:0;overflow:hidden;visibility:hidden;transform:translateX(80%)}
.head-nav.head-nav-act{opacity:1;overflow:inherit;visibility:inherit;transform:translateX(0)}
.head-nav .nav-ul{width:100%;flex-direction:column;justify-content:flex-start;overflow-y:auto;flex:1;padding-bottom:100px}
.head-nav .nav-ul>li{height:auto;width:100%}
.head-nav .nav-ul>li.cur{background:#FAFAFA}
.head-nav .nav-ul>li.cur .icon-arrow-down{transform:rotate(0)}
.head-nav .nav-ul>li .icon-arrow-down{position:absolute;right:10px;top:2px;font-weight:var(--fontbold6);width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;transition:all .1s linear;transform:rotate(-90deg);font-size:20px}
.head-nav .nav-ul>li>a{height:auto;padding:10px 20px;justify-content:flex-start}
.head-nav .nav-ul>li:hover>a{background:0 0;color:inherit}
.head-nav .nav-ul>li:hover>a::after{width:0px}
.head-nav .nav-ul>li>ul{position:static;box-shadow:none;max-width:100%;background:#FAFAFA;display:none;padding:0px 30px}
.head-nav .nav-ul>li>ul li:hover>a{background:0 0;color:inherit}
.head-nav .nav-ul>li>ul .icon-arrow-down{display:none}
.head-nav .nav-ul>li>ul ul{position:static;display:block;background:0 0;box-shadow:none;padding:0px 20px}
.head-nav .nav-ul .head-left{width:100%;padding:20px;color:#333333;line-height:2}
.head-nav .nav-ul .head-left .item em{margin-right:5px}
.head-nav .search-box{width:100%;height:auto}
.head-nav .search-box .head-search{display:none}
.head-nav .search-input{position:static;opacity:1;transform:none;visibility:inherit;width:100%;box-shadow:none;padding:4px 10px}
.head-nav .search-input input{flex:1;border:1px solid #EEE}
.head-nav .search-input input:focus{border-color:var(--color)}
.head-lang{margin-left:auto;margin-right:20px}
.head-info .m-menu{display:block;position:relative;width:30px;height:40px;cursor:pointer}
.m-menu span{position:absolute;background:#333333;height:3px;border-radius:4px;left:0px;transition:all .2s linear}
.m-menu span:nth-child(1){width:30px;top:25%}
.m-menu span:nth-child(2){width:22px;top:48%}
.m-menu span:nth-child(3){width:26px;top:73%}
.m-menu.act span{top:48%;width:32px}
.m-menu.act span:nth-child(1){transform:rotate(45deg)}
.m-menu.act span:nth-child(2){width:0px}
.m-menu.act span:nth-child(3){transform:rotate(-45deg)}
.home-more{min-width:160px;height:45px}
footer .foot-item{width:48%!important;margin-bottom:1em}}
@media (max-width:768px){.rfixed{display:none}
body{padding-top:60px}
header .head-info{height:60px!important}
.head-logo a img{max-height:45px}
.head-nav{top:60px;height:calc(100vh - 60px)}
.home-more{min-width:160px;height:45px}
footer{margin-bottom:calc(55px + constant(safe-area-inset-bottom));margin-bottom:calc(55px + env(safe-area-inset-bottom))}
footer .foot-item{width:100%!important}
footer .foot-bot{height:auto;padding:20px 0px}
footer .foot-bot .foot-share{margin-bottom:10px}
footer .foot-bot .l-wrap{flex-direction:column;text-align:center}
.bottom-btn{background:#fbfbfb;display:flex;align-items:center;position:fixed;bottom:0px;left:0px;width:100%;z-index:999;box-shadow:1px 2px 10px rgba(0,0,0,.2);transform:translateY(60px);opacity:0;transition:all .2s linear;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);opacity:1}
.bottom-btn.bottom-btn-hide{transform:translateY(0)!important;opacity:1}
.bottom-btn.bottom-btn-keep{transform:translateY(0)!important;opacity:1}
.bottom-btn.bottom-btn-menu{transform:translateY(60px)!important;opacity:0}
.bottom-btn .btn-item{width:20%;height:55px;transition:all .2s linear;position:relative}
.bottom-btn .btn-item.gotop{opacity:1;visibility:inherit;overflow:inherit;transform:none;border-radius:0;box-shadow:none;background:0 0}
.bottom-btn .btn-item.gotop em{background:var(--color);width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;color:#FFF;font-size:16px}
.bottom-btn .btn-item.gotop:hover{background:0 0}
.bottom-btn .btn-item em,.bottom-btn .btn-item i{font-size:20px;line-height:1}
.bottom-btn .btn-item a,.bottom-btn .btn-item div{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#222;text-transform:capitalize}
.bottom-btn .btn-item a p,.bottom-btn .btn-item div{font-size:12px;text-transform:capitalize;line-height:1;padding-top:2px}
.mobile-bottom-bag{display:none}
footer .sharelist{margin-top:1em}
footer .foot-item.foot-nav .foot-list li{width:50%}
footer .foot-main{padding:40px 0 0}}
@media (min-width:1025px){#liproducts .nav2,#linewslist-1 .nav2,#liinfo .nav2{display:flex;flex-wrap:wrap;width:100%;position:fixed;left:0px;justify-content:center}
#liproducts .nav2>li,#linewslist-1 .nav2>li,#liinfo .nav2>li{width:12%;margin:1em 20px;text-align:center}
#liproducts .nav2>li .item-info a,#linewslist-1 .nav2>li .item-info a,#liinfo .nav2>li .item-info a{height:auto}
#liproducts .nav2>li a,#linewslist-1 .nav2>li a,#liinfo .nav2>li a{padding:0px;background:0 0!important}
#liproducts .nav3,#linewslist-1 .nav3,#liinfo .nav3{display:flex;flex-wrap:wrap;width:100%;position:fixed;left:0px;justify-content:center}
#liproducts .nav3>li,#linewslist-1 .nav3>li,#liinfo .nav3>li{width:12%;margin:1em 20px;text-align:center}
#liproducts .nav3>li .cate-img a,#linewslist-1 .nav3>li .cate-img a,#liinfo .nav3>li .cate-img a{height:auto}
#liproducts .nav3>li a,#linewslist-1 .nav3>li a,#liinfo .nav3>li a{padding:0px;background:0 0!important}
#liproducts .nav3>li ul,#linewslist-1 .nav3>li ul,#liinfo .nav3>li ul{display:block;position:static;box-shadow:none}
#liproducts .nav3>li ul li,#linewslist-1 .nav3>li ul li,#liinfo .nav3>li ul li{width:100%}}
@media (max-width:1024px){#liproducts .nav2 .item-info,#linewslist-1 .nav2 .item-info,#liinfo .nav2 .item-info,#liproducts .nav3 .cate-img,#linewslist-1 .nav3 .cate-img,#liinfo .nav3 .cate-img{display:none}}

@media screen and (min-width:1025px){#liinfo .submenu,#linewslist-1 .submenu,#liproducts .submenu{padding:10px;list-style:none;width:90%;display:flex;flex-wrap:wrap;left:5%;justify-content:flex-start}
#liinfo .submenu>li,#linewslist-1 .submenu>li,#liproducts .submenu>li{margin:10px 0;position:relative;min-height:100px;width:24%;margin-left:1%}
#liinfo .submenu>li em,#liinfo .submenu>li i,#linewslist-1 .submenu>li em,#linewslist-1 .submenu>li i,#liproducts .submenu>li em,#liproducts .submenu>li i{display:none}
#liinfo .submenu>li>a,#linewslist-1 .submenu>li>a,#liproducts .submenu>li>a{display:inline-block;text-decoration:none;height:auto;padding-left:100px;text-align:left;white-space:normal;line-height:1.6;font-weight:var(--fontbold6)}
#liinfo .submenu>li .cate-con,#linewslist-1 .submenu>li .cate-con,#liproducts .submenu>li .cate-con{padding-left:100px}
#liinfo .submenu>li .cate-con ul,#linewslist-1 .submenu>li .cate-con ul,#liproducts .submenu>li .cate-con ul{position:static;display:block;background:0 0;padding:0}
#liinfo .submenu>li .cate-con ul a,#linewslist-1 .submenu>li .cate-con ul a,#liproducts .submenu>li .cate-con ul a{font-size:14px;opacity:.8;padding:0;text-align:left;height:auto;line-height:1.6}
#liinfo .nav3>li,#linewslist-1 .nav3>li,#liproducts .nav3>li{text-align:left}
#liinfo .submenu>li .cate-img,#linewslist-1 .submenu>li .cate-img,#liproducts .submenu>li .cate-img{width:80px;height:80px;position:absolute;left:0;top:0}
#liinfo .submenu>li .cate-img img,#linewslist-1 .submenu>li .cate-img img,#liproducts .submenu>li .cate-img img{width:100%;height:100%;object-fit:cover}}
@media (max-width:1024px){#liinfo .submenu,#linewslist-1 .submenu,#liproducts .submenu{margin:0;padding:0;width:auto;display:none}
#liinfo .submenu>li,#linewslist-1 .submenu>li,#liproducts .submenu>li{margin:0;padding-left:20px;min-height:inherit;width:100%}
#liinfo .submenu>li .cate-img,#linewslist-1 .submenu>li .cate-img,#liproducts .submenu>li .cate-img{display:none}
#liinfo .submenu>li>a,#linewslist-1 .submenu>li>a,#liproducts .submenu>li>a{padding-left:0}
#liinfo .submenu>li .cate-con,#linewslist-1 .submenu>li .cate-con,#liproducts .submenu>li .cate-con{padding-left:20px}}




.sidebar-item .sidebar-list .item .img{height:auto}
.head-top .head-left{height:100%}
.head-top .head-left .item:nth-child(2){margin-left:auto;height:100%}
header .head-tel{display:none}
@media (min-width:1025px) and (max-width:1366px){.head-top .head-left .item{margin-right:10px}
.head-top .head-left .item:nth-child(1){max-width:50%}}
.kche-t114 iframe{height:300px !important}
.table tr:nth-child(even) {background:#EEEEEE; }  
.table tr:nth-child(odd) {background:#FFFFFF; } 
.kche-t167 .kche-t167-img{height:400px}
.kche-t167-img iframe{width:100%;height:100%}
.wmkc-dsy-item{display:flex;justify-content:space-between;margin:60px 0}
.wmkc-dsy-box{width:24%;border-radius:0px 40px 0px 40px;padding:35px 0;text-align:center}
.wmkc-dsy-box a{font-weight:bold;font-size:24px;color:#FFFFFF;line-height:1}
.wmkc-dsy-box:nth-of-type(1){background:#0059BA}
.wmkc-dsy-box:nth-of-type(2){background:#0A66A9}
.wmkc-dsy-box:nth-of-type(3){background:#3CA656}
.wmkc-dsy-box:nth-of-type(4){background:#54C134}
#wmkcfeedback #wmkcfb-company,#liwater-treatment-calculation-tool{display:none}
@media(min-width:1025px){.head-nav .nav-ul #li>ul{min-width:260px}}
.home-about .homeabout-info .homeabout-p2{text-transform:capitalize}
.home-banner .swiper-slide:nth-child(1)>a::after{display:none}
.head-nav .nav-ul>li>ul{min-width:250px}
/* 
@media (min-width:1025px){li#liproducts {position:static}
li#liproducts .submenu.nav1 {width:100%;padding:15px calc(50% - 800px);display:flex;flex-wrap:wrap}
li#liproducts .submenu.nav1>li {width:23%;margin:10px 2.6666% 10px 0}
li#liproducts .submenu.nav1>li:nth-child(4n) {margin-right:0}
li#liproducts .submenu.nav1>li>a {padding-right:0;color:var(--color);font-weight:bold;height:auto;line-height:1.4}
li#liproducts .submenu.nav1>li em {display:none}
li#liproducts .submenu.nav1>li ul {display:block;position:static;box-shadow:0 0 0}
li#liproducts .submenu.nav1>li ul li a {height:auto;line-height:1.4;margin-top:8px}
li#liproducts .submenu.nav1 li:hover>a {background:none}
li#liproducts .submenu.nav1 li a:hover {color:var(--color)}}
@media (max-width:1710px) and (min-width:1025px){li#liproducts .submenu.nav1{padding:15px 70px}} */
.learn-center>a::after,.learn-center>a::before{top:24px}
.learn-center{position:relative}
.learn-center:hover .learncenter-wrap{display:flex}
.learncenter-wrap{position:absolute;top:100%;left:50%;transform:translateX(-50%);background:#FFFFFF;border-radius:5px;box-shadow:1px 2px 5px rgba(0,0,0,.2);width:700px;z-index:999;display:none;align-items:stretch;background:#f3f3f3}
.learncenter-wrap::before{content:"";position:absolute;left:47%;top:-10px;width:0;height:0;border-style:solid;border-width:0 10px 10px 10px;border-color:transparent transparent #fff transparent}
.learncenter-wrap>ul{width:50%}
.learncenter-wrap .learncontainer{width:50%;background:#f3f3f3;height:100%}
.learncontainer ul{display:none}
.learncontainer ul.act{display:block}
.learncontainer ul li a{padding:8px 20px;display:inline-block}
.learncontainer ul li a:hover{color:var(--color)!important}
.learncenter-wrap ul{list-style:none}
.learncenter-wrap a:hover{color:#333!important}
.learncenter-wrap>ul>li{width:100%;display:flex;padding:8px 20px;cursor:pointer;color:#333!important;font-weight:var(--fontbold6);background:#FFFFFF;display:flex;align-items:center;justify-content:space-between}
.learncenter-wrap>ul>li em{font-weight:var(--fontbold4);margin:0}
.learncenter-wrap>ul>li.act{background:#f3f3f3;color:var(--color)!important}
@media (max-width:768px){.learncenter-wrap{display:none!important}}

.insv-cont{display:none}
.insv-cont.active{display:block}
.insv-titbox {display:flex;flex-wrap:wrap;justify-content:center}
.insv-titbox .insv-tit{background:#EEEEEE;margin:10px;padding:10px 20px;border-radius:5px;box-shadow:1px 2px 5px rgba(0,0,0,.2);cursor:pointer}
.insv-titbox .insv-tit.act{background:var(--color);color:#FFFFFF}

.wmkcbtncolor .table-wrap table td{color:#333333}
.wmkcbtncolor .table-wrap table td a{background:#e1e1e1 !important;color:#000 !important;border:1px solid #ccc}
.wmkcbtncolor .table-wrap table td a:hover{background:#0158BA !important;color:#fff !important}

/*toc*/
.pagetoc{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}
.pagetoc .ck-widget-toc{position:sticky;top:100px;width:300px;border-color:#e6e6e6;border-radius:6px}
.pagetoc .ck-widget-toc .ck-widget-toc-title{font-size:20px;font-weight:400}
.pagetoc .ck-widget-toc ol{padding:0 6px;list-style:none}
.pagetoc .ck-widget-toc ol li{padding:4px 0}
.pagetoc .ck-widget-toc ol li a{font-size:16px}
.pagetoc .ck-widget-toc ol li a:hover{color:#333333;text-decoration-color:#ffaf21}
.pagetoc .ck-widget-toc ol li::before{content:none}
.pagetoc .pagetoc-container{flex:1;width:calc(100% - 300px);padding-left:30px}
@media (max-width:1024px){.pagetoc{flex-direction:column}
.pagetoc .ck-widget-toc{width:100%;position:static}
.pagetoc .pagetoc-container{padding:0;width:100%}}
/*toc*/
.imgvideo{position:relative}
.imgvideo iframe,.imgvideo img,.imgvideo video{width:100%;height:500px;object-fit:contain}
.imgvideo em{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;background:#FFFFFF;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:30px;cursor:pointer}
.imgvideo iframe{display:none}
 .pro-main .sidebar{ display:none; }
.head-top .head-left .learn-center  {display:none}
.pro-list.list1,.pro-list.list0{display:none}

.home-banner .swiper-slide:nth-child(1)::after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.4)}
.home-banner .banner-animote{z-index:1}
.pro-main .kche-t157 .kche-t157-btn .kche-t157-btn-bg{left:0}
.pro-main .kche-t157 .kche-t157-btn span{color:#FFFFFF;background:0 0;position:relative;z-index:1}
.banner-inner img {animation:none}
.pagesbanner .pagesbanner-animate.pagesbanner-animate-left .p1{text-align:left}
.pagesbanner .pagesbanner-animate.pagesbanner-animate-left .p2{text-align:left;max-width:1000px}
.pagesbanner .pagesbanner-animate-definition{padding:0 70px}
.pagesbanner .pagesbanner-animate-definition .p1{font-weight:var(--fontbold8)}
.list-animate{display:flex;flex-wrap:wrap;color:#FFFFFF;padding-left:20px;max-width:600px;margin-top:10px}
.list-animate li{width:50%;text-align:left;margin-top:10px;font-weight:var(--fontbold6)}
@media screen and (max-width:1024px){.pagesbanner .pagesbanner-animate-definition{padding:0 15px}}
@media screen and (max-width:768px){.list-animate li{width:100%;margin-top:5px}}
.diffuser5 .pro-desc{position:relative;z-index:2;text-align:center;max-width:1200px;margin:5px auto 0}