/* 公司：江门易腾网络科技有限公司 */
/* 官网：https://www.gdeten.com/ */
/* 微信：13425647971 */
@charset "utf-8";
@import url(../fonts/iconfont.css?v=202605);

:root{
--color:#0e0e0e; /* 文字 */
--title-color:#0f3981; /* 标题 */
--summary-color:#666666; /* 内容 */
--bg-color: #212934; /* 背景色 */
--else-bgcolor: #d7ebef;/* 背景副色 */
--border-color:#e2e2e2;/* 边框色 */
--button-bgcolor: #eeeeee;/* 按钮背景色 */
--icon-color: #e4f660; /* 图标主色 */
--line-color: #d7ebef; /* 主色 */
--focus-color: #dc3545; /* 特别焦点色 */
--hover-font-color:#0f3981; /* 经过文字色 */
--hover-bg-color:#0f3981; /* 经过背景色 */

--button-color: #eeeeee;
--button-color-bg: #0f3981;
--button-color-bghover: #000000;
--color-fff: #ffffff;

--border:5px;
--fontweight5:500;
--fontweight4:400;
--fontweight7:700;
--fontweightB:bold;
--fontfamily:"Roboto","Lato","Open Sans","Poppins","Oswald","Noto Sans","Montserrat",'sans-serif';
}
::-webkit-scrollbar-track{box-shadow:inset 0 0 5px rgba(0,0,0,.1);border-radius:10px;background:rgba(122,122,122,.1)}
::-webkit-scrollbar-thumb{box-shadow:inset 0 0 5px rgba(0,0,0,.2);background:#d7d7d7}
::-webkit-scrollbar{width:8px;height:1px}
*,html,body,h1,h2,h3,h4,h5,h6,table,th,td,ul,li,dl,dt,dd,div,p,pre,form,input,button,textarea{padding:0px;margin:0px;box-sizing:border-box}
html{-webkit-text-size-adjust:none;-webkit-tap-highlight-color:transparent}
body{clear:both;margin:0px auto;padding:100px 0px 0px 0px;max-width:1920px;font-size:16px;line-height:1.6;color:var(--color);overflow-x:hidden;font-family:var(--fontfamily)}
.body-index{padding:0px;}
h1,h2,h3,h4,h5,h6,b{text-transform:capitalize;font-weight:var(--fontweight5)}
img{vertical-align:bottom;max-width:100%;height:auto}
a{text-decoration:none;color:inherit}
li,ol,ul{list-style:none}
iframe,video{max-width:100%;outline:0;border:none;vertical-align:bottom}
button{outline:0;border:none}
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}
h4.cate-h4, h4.pro-h4 {clear:both;font-weight:var(--fontweight5)}
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}
.overflow-hidden {
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略号 */
  white-space: nowrap; /* 防止文本换行 */
}
.eten_img img{max-width:100% !important;height:auto !important;}
.eten_img p{padding: 0;margin: 0;}
.eten_img p img{margin: 0 auto; display: block; width: 100%;}


.clear-fix::after {content: "";display: block;height: 0;visibility: hidden;clear: both;}
.prohome-content{clear:both;margin:0px auto 50px;padding:0px 70px;max-width:1700px;line-height:1.6;box-sizing:border-box}
.prolist-bottom{clear:both;margin:0px auto 50px;padding:0px 70px;max-width:1700px;line-height:1.6;box-sizing:border-box}
@media(max-width:1024px){.prohome-content{clear:both;margin:0px auto 50px;padding:0px 15px;max-width:1700px;line-height:1.6;box-sizing:border-box}
.prolist-bottom{clear:both;margin:0px auto 50px;padding:0px 15px;max-width:1700px;line-height:1.6;box-sizing:border-box}}
.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}
.hidden{overflow:hidden}
.lazy-load{position:absolute;left:50%;top:50%;width:26px;height:26px;border-radius:50%;border:2px solid var(--title-color);border-top-color:transparent;border-bottom-color:transparent;transform:translate(-50%,-50%);animation:arrow-circle infinite .75s linear}
.lazy-wrap{display:block;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}
.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}
.lazy-load:after,.lazy-load:before{position:absolute;top:18px;left:-2px;border-top:5px solid var(--bg-color);border-right:5px solid transparent;border-left:5px solid transparent;content:"";transform:rotate(-30deg)}
.lazy-load:after{top:-2px;left:13.5px;transform:rotate(150deg)}

@keyframes arrow-circle{0%{transform:translate(-50%,-50%) rotate(360deg)}
100%{transform:translate(-50%,-50%) rotate(0)}}
.l-wrap{width:100%;max-width:1700px;padding:0px 70px;margin:0px auto}
.head-lang{display:flex;align-items:center;justify-content:center}
.lang{width:auto;z-index:9999;text-align:left;position:relative;margin-right:20px}
.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;color:var(--color-fff)}
.lang-icon>img{margin-right:5px}
.lang-icon span::before{content:"";position:absolute;right:4px;top:11px;width:8px;height:1px;background:var(--color-fff);transform:rotate(50deg)}
.lang-icon span::after{content:"";position:absolute;right:0px;top:11px;width:8px;height:1px;background:var(--color-fff);transform:rotate(-50deg)}
.lang-drop{position:absolute;top:calc(100% + 26px);right:50%;transform:translateX(50%);background:var(--color-fff);border:1px solid #EBEEF5;border-radius:var(--border);box-shadow:0 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(23%)}
.lang-drop.lang-flex .lang-arrow{left:75%}
.lang-drop.active{visibility:visible;opacity:1;top:calc(100% + 12px)}
.lang-arrow{display:block;width:10px;height:10px;background-color:var(--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 0;box-sizing:border-box}
.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:0px}
.lang-flex .lang-wrap li a{padding:8px 6px}
.lang-wrap li.lang-active,.lang-wrap li:hover{background-color:var(--button-bgcolor);}
.lang-wrap li a{display:block;color:var(--title-color);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){.l-wrap{padding:0px 8px}
.lang{margin-left:auto;margin-right:10px;transition:all .2s linear}
.lang-icon span{display:none}
.lang-icon>img{width:36px;height:24px}
.lang-drop{display:none}
.lang-drop.active{display:block}}
.crumbs .banner-img{width:100%}
.crumbs .banner-img img{width:100%}
.crumbs .banner-content{background-color:var(--button-bgcolor);padding:10px 0px}
.crumbs .banner-content .l-wrap{display:flex;align-items:center;justify-content:space-between}
.crumbs .banner-content .banner-title-h1{font-size:16px;text-transform:capitalize;font-weight:var(--fontweight5)}
.crumbs .banner-content .banner-breadcrumbs{font-size:16px}
.crumbs .banner-content .banner-breadcrumbs em{color:var(--bg-color);margin-right:2px}
.crumbs .banner-content .banner-breadcrumbs a{transition:all .1s linear;text-transform:capitalize}
.crumbs .banner-content .banner-breadcrumbs span{text-transform:capitalize}
.crumbs .banner-content .banner-breadcrumbs a:hover{color:var(--bg-color)}

header{
	position:fixed;top:0px;left:0px;width:100%;z-index:999;
}

/*头部信息*/
header .head-top{background:var(--bg-color);color:var(--color-fff);height:40px;transition:margin .1s linear}
header .head-top .l-wrap{height:100%;display:flex;justify-content:space-between;align-items:center}
header .head-top .head-share{display:flex;align-items:center;height:100%}
header .head-top .head-share ul{display:flex;align-items:center;margin-right:10px;height:100%}
header .head-top .head-share ul li{width:26px;height:26px;margin:0px 4px}
header .head-top .head-share ul li a{color:var(--color-fff);display:flex;justify-content:center;align-items:center;width:100%;height:100%;transition:all .1s linear;border-radius:var(--border)}
header .head-top .head-share ul li a:hover{color:var(--bg-color);background-color:var(--color-fff)}
header .head-top .head-contact{display:flex;align-items:center}
header .head-top .head-contact .item{display:flex;align-items:center;margin-right:20px}
header .head-top .head-contact .item em{color:var(--color-fff);margin-right:5px;font-size:16px}
header .head-top .head-contact .item a{color:var(--color-fff)}
header .head-top .head-contact .item span{font-size:14px;color:var(--title-color)}

/*头部logo*/
header .head-info{height:100px;box-shadow:1px 2px 10px rgba(0,0,0,.1);transition:all .1s linear}
header .head-info .l-wrap{max-width:1600px;padding:0px 15px;height:100%;display:flex;justify-content:space-between;align-items:center}
header .head-info .head-logo{max-width:50%;display:flex;align-items:center}
header .head-info .head-logo a{display:inline-flex;align-items:center}
header .head-info .head-logo a span{font-size:18px;padding-left:10px}
header .head-info .head-logo img{width:auto;max-height:78px}

/*头部菜单*/
header .head-info .head-nav{height:100%;display:flex;align-items:center}
header .head-info .head-nav .nav-ul{display:flex;height:100%}
header .head-info .head-nav .nav-ul>li{position:relative;height:100%}
header .head-info .head-nav .nav-ul>li>em{position:absolute;right:0px;top:53%;transform:translateY(-50%);font-size:12px}
header .head-info .head-nav .nav-ul>li>a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:18px;color:var(--color);font-weight:var(--fontweight5);padding:0px 15px;transition:all .1s linear;text-transform:capitalize;position:relative;white-space:nowrap}
header .head-info .head-nav .nav-ul>li:hover>em{color:var(--bg-color)}
header .head-info .head-nav .nav-ul>li:hover>a{color:var(--bg-color)}
header .head-info .head-nav .nav-ul>li.active .item-menu,header .head-info .head-nav .nav-ul>li.active em{color:var(--title-color)}
header .head-info .head-nav .nav-ul>li:hover .submenu{opacity:1;visibility:inherit;transform:translateY(0)}
header .head-info .head-nav .nav-ul>li .submenu{opacity:0;visibility:hidden;transform:translateY(10px);transition:all .1s linear;
position:absolute;top:100%;left:0px;min-width:200px;background:var(--color-fff);
box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1), 0 0 10px var(--title-color);
}
header .head-info .head-nav .nav-ul>li .submenu li{white-space:nowrap;position:relative;padding:0px 10px;height:55px}
header .head-info .head-nav .nav-ul>li .submenu li a{
	display:flex;align-items:center;font-size:16px;height:100%;color:var(--color);padding-right:30px;
	border-bottom:1px solid var(--border-color);text-transform:capitalize;
	justify-content: space-between;align-items: center;padding: 0;
}
header .head-info .head-nav .nav-ul>li .submenu li:last-child a{border-bottom:none;}

header .head-info .head-nav .nav-ul>li .submenu li a:hover{border-bottom:1px solid var(--bg-color);}
header .head-info .head-nav .nav-ul>li .submenu li a:hover span{color:var(--color-fff);}
header .head-info .head-nav .nav-ul>li .submenu li i{ float: right; }
header .head-info .head-nav .nav-ul>li .submenu li ul li a{color:var(--color);text-transform:capitalize;}
header .head-info .head-nav .nav-ul>li .submenu li em{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:12px}
header .head-info .head-nav .nav-ul>li .submenu li ul{display:none}
header .head-info .head-nav .nav-ul>li .submenu li:hover{ background-color: var(--hover-bg-color);}
header .head-info .head-nav .nav-ul>li .submenu li:hover ul{display:block;position:absolute;left:100%;top:0px;background:var(--color-fff);box-shadow:1px 2px 10px rgba(0,0,0,.1);min-width:200px}
header .head-info .head-nav .nav-ul>li .submenu>li:hover>a,header .head-info .head-nav .nav-ul>li .submenu>li:hover>em{color: var(--color-fff);}
header .head-info .head-nav .nav-ul>li .submenu li:hover ul li:hover a,header .head-info .head-nav .nav-ul>li .submenu li:hover ul li:hover em{color:var(--bg-color);}

/*头部滚动*/
header.is-active{background:var(--color-fff);}
header.is-active .head-info{box-shadow:1px 2px 10px rgba(0,0,0,.1);transition:all .1s linear;}
header.is-active .head-info{height:80px}

/*首页效果*/
.body-index{}
.body-index header .head-info .head-nav .nav-ul>li>a,.body-index header .head-info .head-nav .nav-ul>li em{color:var(--color-fff);border-radius:var(--border);}
.body-index header .head-info .head-nav .nav-ul>li.active .item-menu{color:var(--title-color);}
.body-index header.is-active{}
.body-index header.is-active .head-info .head-nav .nav-ul>li>a,.body-index header.is-active .head-info .head-nav .nav-ul>li em{color:var(--color);}
.body-index header.is-active .head-info .head-nav .nav-ul>li .active{color:var(--title-color);}


.m-menu{display:none}
.head-search{display:flex;align-items:center;margin-right:10%}
.head-search button{outline:0;background:0 0;border:none;padding:10px;cursor:pointer;margin-top: 6px;}
.head-search button em{font-size:26px;color:var(--bg-color);font-weight:var(--fontweight5);}
.search-input{position:absolute;top:100%;right:0px;background:var(--color-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}
.search-input input{width:200px;height:40px}
.search-input input{width:200px;height:40px;padding-left:10px;font-size:16px;border:none;outline:0}
.search-input .search-btn{width:40px;height:40px;display:inline-flex;background-color: #000000;align-items:center;justify-content:center;cursor:pointer;transition:all .1s linear}
.search-input .search-btn:hover{opacity:.9}
.search-input .search-btn em{font-size:22px;color: var(--color-fff);}
.search-input.active{transition:opacity .3s,transform .3s;visibility:visible;opacity:1;transform:rotateX(0);transform-origin:top}

footer{clear:both;margin:0px auto;padding:0px}
.footer-top{background-color:var(--bg-color);padding:1% 0px}
.footer-top .l-wrap{display:flex;align-items:center;justify-content:space-between}
.footer-top .l-wrap .title{font-size:28px;color:var(--color-fff);font-weight:var(--fontweight5);margin:0px;margin-bottom:10px}
.footer-top .l-wrap .btn{width:150px;height:44px;background-color:var(--color-fff);border-radius:var(--border);color:var(--bg-color);display:flex;align-items:center;justify-content:center;font-weight:var(--fontweight5);position:relative;z-index:1;border:1px solid var(--bg-color);transition:all .2s linear}
.footer-top .l-wrap .btn::after{content:'';display:inline-block;width:0px;height:100%;background-color:var(--bg-color);position:absolute;top:0px;left:0px;z-index:-1;border-radius:var(--border);transition:all .2s linear}
.footer-top .l-wrap .btn:hover::after{width:100%}
.footer-top .l-wrap .btn:hover{border-color:var(--color-fff);color:var(--color-fff)}
.footer-bottom{background-color:var(--bg-color);box-sizing:border-box;padding-top:2.5%;color:#CCC}
.footer-bottom .main{display:flex;justify-content:space-between;padding-bottom:3%}
.footer-bottom .main .left{width:20%}
.footer-bottom .main .left .logo img{width:auto;max-height:60px}
.footer-bottom .main .left .text{line-height:24px;margin:20px 0px 30px 0px}
.footer-bottom .main .mid{display:flex;margin:0px 6%;flex:1;justify-content:space-between}
.footer-bottom .main .mid>div{width:30%}
.footer-bottom .main div p.title{color:var(--color-fff);font-size:20px;margin-bottom:10px;white-space:nowrap}
.footer-bottom .main .mid ul{margin:0px;padding:0px}
.footer-bottom .main .mid ul li{line-height:1.8}
.footer-bottom .main .mid ul li a em{margin-right:5px}
.footer-bottom .main .right div{width:100px;height:auto}
.footer-bottom .main .right div .ErWeiImg {border-radius:var(--border)}
.footer-bottom .bottom{box-sizing:border-box;padding:15px;color:var(--color-fff);font-size:14px;text-align:center;
border-top: 1px solid #333;}
.footer-bottom .bottom a{font-size:14px;margin-left:10px}
.footer-bottom .bottom a:hover{color:var(--color-fff)}
.footer-bottom .bottom .left p{margin:0px}
.footer-bottom .bottom .right span{white-space:nowrap}
.footer-bottom .bottom .right span:first-child{margin-right:60px}
.footer-bottom .main .mid ul li a:hover{color:var(--color-fff)}
.footer-bottom .main .left .follow ul{display:flex;align-items:center;color:var(--color-fff);font-size:18px;flex-wrap:wrap}
.footer-bottom .main .left .follow a{color:var(--color-fff);display:inline-flex;margin-right:8px;margin-bottom:8px; width:35px;height:35px;padding:4px;background-color:var(--bg-color)54;border-radius:var(--border);align-items:center;justify-content:center;transform:translateY(0);transition:all .2s linear}
.footer-bottom .main .left .follow a em{font-size:20px}
.footer-bottom .main .left .follow a:hover{transform:translateY(-4px);background-color:var(--bg-color)}
footer .gotop{cursor:pointer;height:40px;width:40px;border-radius:50%;position:fixed;bottom:130px;right:5px;background:var(--title-color);box-shadow:0 5px 5px 0 rgba(0,0,0,.1);transition:all .4s ease;z-index:9;opacity:0;overflow:hidden;display:flex;align-items:center;justify-content:center;color:var(--color-fff)}
footer .gotop em{font-size:24px}
footer .gotop.act{opacity:1;visibility:inherit;bottom:150px}
footer .bottom-btn{background-color: var(--bg-color);border-top:solid 1px #333;display:flex;align-items:center;width:100%;box-sizing:border-box;justify-content:space-around;z-index:99;transition:all .2s linear;position:fixed;bottom:0px;left:0px;transform:translateY(100%);display:none}
footer .bottom-btn.bottom-btn-keep{transform:translateY(0)!important}
footer .mobile-bottom-bag{position:relative;display:none}
footer .mobile-bottom-bag>div{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;color:var(--title-color);font-size:14px}
footer .bottom-btn-hide{transform:translateY(0)}
.mypages{clear:both;margin:20px 0px 20px 0px;text-align: center;height:40px;line-height:40px;}
.mypages ul{display:inline-block;margin:0 auto;}
.mypages li{padding:0 15px;line-height:30px;display:inline-block;font-size:14px;border:1px solid #ddd;border-radius: 5px;margin: 0 3px;float:left;background-color:var(--color-fff);cursor:pointer;}
.page-num{padding:0 15px;line-height:30px;display:inline-block;font-size:14px;border:1px solid #ddd;border-radius: 5px;margin: 0 3px;float:left;background-color:var(--color-fff);cursor:pointer;}
.page-num-current,.page-num-current a,.page-num-current a:hover{color:var(--color-fff);background-color:#0c59d8;}


@media (max-width:1280px){header .head-info .head-nav .nav-ul>li>a{padding:0px 15px}
header .head-info .head-nav .nav-ul>li>em{right:15px}.footer-bottom .main .mid {margin:0px 3%}}
@media (max-width:1024px){body{padding-top:55px}
.head-search{display:none}
.search-input{margin:10px 0px;display:block;position:static;opacity:1;transform:none;visibility:inherit;display:flex;align-items:center;width:100%;box-shadow:none;border:1px solid #c2c2c2;border-radius:var(--border);overflow:hidden}
.search-input input{flex:1}
header.is-active .head-info{height:55px}
header .head-info .head-logo img{max-height:55px}
header.is-active .head-info .head-nav{top:54px;height:calc(100vh - 54px)}
header .head-top{font-size:14px;height:30px;position:static;transition:all .2s linear;display:none}
header .nav-ul>li .submenu>li em{display:none}
header .head-info{height:55px}
header .head-info .head-logo{max-width:inherit}
header .head-info .head-nav{background:var(--color-fff);width:100%;height:calc(100vh - 55px);padding:10px 20px;position:fixed;left:0px;top:55px;transition:all .2s linear;display:flex;flex-direction:column-reverse;justify-content:flex-end;opacity:0;visibility:hidden;transform:translateY(-20px);z-index:9999}
header .head-info .head-nav.head-nav-act{opacity:1;visibility:inherit;transform:translateY(0)}
header .head-info .head-nav .nav-ul{width:100%;height:100%;display:block;flex-direction:column;overflow-y:auto;padding:0px 0px 60px}
header .head-info .head-nav .nav-ul>li{height:auto}
header .head-info .head-nav .nav-ul>li:hover>a,header .head-info .head-nav .nav-ul>li:hover>em{color:inherit}
header .head-info .head-nav .nav-ul>li:hover .submenu{opacity:inherit;visibility:inherit;transform:inherit;transform:none}
header .head-info .head-nav .nav-ul>li.cur>a{color:var(--bg-color)}
header .head-info .head-nav .nav-ul>li.cur>em{color:var(--bg-color);transform:rotateX(180deg)}
header .head-info .head-nav .nav-ul>li>em{width:40px;height:40px;display:flex;align-items:center;justify-content:center;top:8px;right:0px;font-size:22px;cursor:pointer;transition:all .1s linear;transform:none}
header .head-info .head-nav .nav-ul>li>a{padding:12px 0px;height:auto;justify-content:flex-start;font-size:18px}
header .head-info .head-nav .nav-ul>li>a::after{content:none}
header .head-info .head-nav .nav-ul>li .submenu{display:none;opacity:1;visibility:inherit;position:static;transform:none;box-shadow:none;transition:none;padding-left:10px;min-width:inherit}
header .head-info .head-nav .nav-ul>li .submenu li{height:auto}
header .head-info .head-nav .nav-ul>li .submenu li:hover{background:0 0}
header .head-info .head-nav .nav-ul>li .submenu li a{border:none;font-weight:var(--fontweight4);padding:5px 0px}
header .head-info .head-nav .nav-ul>li .submenu li ul{display:block!important;position:static!important;padding-left:10px;box-shadow:none!important}
.search-box{height:auto;width:100%}
.search-box input{flex:1}
.m-menu{display:block;position:relative;width:40px;height:40px;cursor:pointer}
.m-menu span{position:absolute;background:var(--bg-color);width:30px;height:3px;border-radius:var(--border);right:0px;transition:all .2s linear}
.m-menu span:nth-child(1){top:25%}
.m-menu span:nth-child(2){top:48%}
.m-menu span:nth-child(3){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)}

.footer-bottom .main{flex-wrap:wrap;display: none;}
.footer-bottom .main .mid{margin:0px;width:100%;flex:inherit}
.footer-bottom .main .mid>div{width:50%}
.footer-bottom .main .left{width:40%;margin-bottom:2%}
.footer-bottom .main .left .text{margin:20px 0px}
.footer-bottom .main .right{width:100%}
.footer-bottom .bottom{padding:2% 0px}
.footer-bottom .bottom .right{width:100%;text-align:end}
.footer-bottom .bottom .right span:first-child{margin-right:20px}
.footer-top .l-wrap .right{width:100%;margin-top:3%}
.footer-top .l-wrap{flex-wrap:wrap}
.footer-top{padding:3% 0px}

footer .bottom-btn{display:flex;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}
footer .bottom-btn .btn-item{width:25%;height:55px;box-sizing:border-box}
footer .bottom-btn .btn-item>p{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100%;color:var(--color-fff);}
footer .bottom-btn .btn-item a{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100%;color:var(--color-fff);}
footer .bottom-btn .btn-item em{font-size:20px;line-height:1}
footer .bottom-btn .btn-item p{font-size:14px;text-transform:capitalize}
.crumbs .banner-img img{width:100%;height:100%;object-fit:cover}
.nav-ul .head-contact{padding:15px 0px;border-top:1px solid var(--button-bgcolor);}
.nav-ul .head-contact .item{font-size:17px;color:#333;width:100%;display:flex;align-items:center}
.nav-ul .head-contact .item em{margin-right:6px;color:var(--bg-color);font-size:22px}}

@media screen and (max-width:768px){.footer-bottom .main .left .follow span,.footer-bottom .main .left .logo,.footer-bottom .main .left .text{display:none}
footer{margin-bottom:calc(55px + constant(safe-area-inset-bottom));margin-bottom:calc(55px + env(safe-area-inset-bottom))}
.footer-bottom .bottom .right{text-align:center}
.footer-bottom .main .left .follow{margin:10px 0px}
#indexbanner .swiper-button-next,#indexbanner .swiper-button-prev{display:none}
.crumbs .banner-content .banner-title-h1{display:none}
.rfixed {bottom:calc(140px + constant(safe-area-inset-bottom));bottom:calc(140px + env(safe-area-inset-bottom));right:24px}
iframe,video{min-height:240px;height:auto}}
@media (max-width:500px){html{overflow-x:hidden}
.footer-bottom .main .right{display:none}
.footer-bottom .main .mid{flex-wrap:wrap}
.footer-bottom .main .mid>div{width:100%;margin-bottom:20px}
.footer-bottom .main .mid .quick ul{display:flex;flex-wrap:wrap}
.footer-bottom .main .mid ul li{font-size:14px;padding:6px 0;margin:2px 0px}
.footer-bottom .main .mid .quick ul li{width:33%}
.footer-bottom .main .mid .title{font-size:20px;margin-bottom:10px}
.footer-top{display:none}
.footer-bottom .bottom .left p{font-size:12px;text-align:center}
.footer-bottom .bottom{padding:10px 0px}
.footer-bottom .bottom .right{display:none}
.footer-bottom .main .left{width:100%}
}
.rfixed{position:fixed;bottom:calc(200px + constant(safe-area-inset-bottom));bottom:calc(200px + env(safe-area-inset-bottom));right:35px;z-index:99}
.compare-panel{width:280px;background:var(--color-fff);position:fixed;z-index:998;bottom:0px;right:0px;box-shadow:-1px -1px 3px #CCC;display:none;transition:bottom .2s}
.compare-t{background-color:var(--bg-color);font-size:14px;color:var(--color-fff);display:flex;align-items:center;padding:6px 10px;cursor:pointer}
.compare-close{position:relative;width:24px;height:24px;background:0 0;cursor:pointer}
.compare-close::after,.compare-close::before{content:"";display:block;width:10px;height:2px;background-color:var(--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:var(--color-fff);margin:0px 4px}
#productChache_list{padding:0px 18px;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:var(--title-color);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:var(--color-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(--colortitle)}
.item-price{color:var(--bg-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(--colortitle);background-color:#ededed;cursor:pointer}
.compare-inquire,.compare-inquire:hover{color:var(--color-fff);background-color:var(--bg-color)}
.compare-b .orderNow{margin:0px;background:#f66f08;color:var(--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(--bg-color);border-radius:50%;text-align:center;line-height:38px;color:var(--color-fff);position:relative;cursor:pointer;display:none}
.rfixed-sc i{font-size:20px}
.rfixed-scnum{position:absolute;right:25px;top:6px;width:16px;height:16px;background:#E00;border-radius:50%;text-align:center;font-size:12px;color:var(--color-fff);transform:scale(.9);line-height:16px}
.item-clear::after,.item-clear::before{content:"";display:block;position:absolute;width:70%;height:2px;background-color:var(--bg-color);border-radius:2px;top:50%;margin-top:-1px}
.item-clear::before{transform:rotate(45deg);left:3px}
.item-clear::after{transform:rotate(-45deg);left:3px}
@media (max-width:768px){.compare-panel{width:100%;bottom:calc(55px + constant(safe-area-inset-bottom));bottom:calc(55px + env(safe-area-inset-bottom))}}
button.toast-close-button{padding:0px;cursor:pointer;background:0 0;border:0px;-webkit-appearance:none}
.toast-title{font-weight:var(--fontweight7)}
.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}
.toast-message a,.toast-message label{color:var(--color-fff)}
.toast-message a:hover{color:#CCC;text-decoration:none}
.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:var(--fontweight7);color:var(--color-fff);-webkit-text-shadow:0 1px 0 var(--color-fff);text-shadow:0 1px 0 var(--color-fff);opacity:.8;line-height:1}
.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4}
.rtl .toast-close-button{left:-.3em;float:left;right:.3em}
.toast-center-center{top:40%;right:0px;width:100%;transform:translateY(-50%)}
.toast-top-center{top:20%;right:0px;width:100%}
.toast-bottom-center{bottom:0px;right:0px;width:100%}
.toast-top-full-width{top:0px;right:0px;width:100%}
.toast-bottom-full-width{bottom:0px;right:0px;width:100%}
.toast-top-left{top:12px;left:12px}
.toast-top-right{top:12px;right:12px}
.toast-bottom-right{right:12px;bottom:12px}
.toast-bottom-left{bottom:12px;left:12px}
#toast-container{position:fixed;z-index:999999;pointer-events:none}
#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
#toast-container>div{font-size:16px;position:relative;pointer-events:auto;overflow:hidden;margin:0px 0 6px;padding:5px 15px 5px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:var(--color-fff);opacity:.9}
#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}
#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;cursor:pointer}
#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}
#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}
#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}
#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}
#toast-container.toast-bottom-center>div,#toast-container.toast-center-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}
#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}
.toast{background-color:#030303}
.toast-success{background-color:#51a351}
.toast-error{background-color:#bd362f}
.toast-info{background-color:#2f96b4}
.toast-warning{background-color:#f89406}
.toast-progress{position:absolute;left:0px;bottom:0px;height:4px;background-color:#000;opacity:.4}
@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}
#toast-container>div.rtl{padding:8px 50px 8px 8px}
#toast-container .toast-close-button{right:-.2em;top:-.2em}
#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}
@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}
#toast-container>div.rtl{padding:8px 50px 8px 8px}
#toast-container .toast-close-button{right:-.2em;top:-.2em}
#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}
@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}
#toast-container>div.rtl{padding:15px 50px 15px 15px}}
@media (max-width:768px){#toast-container>div{font-size:15px;opacity:1}}
@media (max-width:415px){#toast-container>div{font-size:13px}}
#ab_kefu {position:fixed;right:5px; bottom: 30px;transform:translateY(-50%);font-family:Arial,Helvetica,sans-serif;z-index:9999}
#ab_kefu * {box-sizing:border-box;font-size:12px;line-height:1.1}
.ab-list {padding:0;border:1px solid var(--button-bgcolor);background-color:var(--color-fff);max-width:78px;border-radius:4px;margin:0}
.ab-icon {display:inline-block;background:url(../images/ab-ico23.png)no-repeat;width:28px;height:28px;transform:scale(.8)}
.ab-list>li {width:100%;border-top:1px solid var(--button-bgcolor);list-style:none;text-align:center;padding:2px 0 4px;transition:all .2s ease-in-out}
.ab-list>li>a>p {margin:0;transform:scale(.9);text-transform:capitalize}
.ab-list>li a {color:#555;text-decoration:none;display:block;padding:0 2px}
.ab-wechat-img {position:absolute;right:calc(100% - 1px);bottom:0;width:120px;text-align:center;padding:10px 10px 6px;background-color:var(--color-fff);border:1px solid var(--button-bgcolor);border-radius:4px;transform:scale(0);transform-origin:right bottom}
.ab-wechat-img img {display:block;max-width:100%;max-height:100%}
.ab-wechat-img p {margin:4px 0 0;transform:scale(.9);word-break:break-all}
.ab-wechat-img em {display:inline-block;width:16px;height:16px;background:url(../images/ab-ico23.png)-76px -8px/99px no-repeat;vertical-align:middle;margin-right:4px}
.ab-list>li:hover .ab-wechat-img {transition:transform .4s;transform:scale(1)}
.ab-list>li:hover,.ab-list>li:hover+li {border-color:transparent} 
.ab-email .ab-icon {background-position:-8px -6px}
.ab-whatsapp .ab-icon {background-position:-52px -50px}
.ab-skype .ab-icon {background-position:-52px -6px}
.ab-wechat .ab-icon {background-position:-144px -10px}
.ab-list li:hover a {color:var(--color-fff)} .ab-email:hover {background-color:#f90}
.ab-whatsapp:hover {background-color:#2cb740}
.ab-skype:hover {background-color:#0091df}
.ab-wechat:hover {background-color:#51c332}
.ab-email:hover .ab-icon {background-position:-96px -6px}
.ab-whatsapp:hover .ab-icon {background-position:-52px -94px}
.ab-skype:hover .ab-icon {background-position:-96px -50px}
.ab-wechat:hover .ab-icon {background-position:-144px -62px}
.ab-gotop .ab-icon {background-position:-8px -46px}
.ab-gotop:hover {background-color:#51c332}
.ab-gotop:hover .ab-icon {background-position:-8px -89px}
.ab-list>li:first-child {border-radius:4px 4px 0 0;border:0}
.ab-list>li:last-child {border-radius:0 0 4px 4px}
@media (max-width:768px) {
	#ab_kefu {display:none} .eten_message { display:none}
}
.ab-border-blue-light{position:relative;margin:15px 0px 15px;}
.ab-border-blue-light h5{width:100%;font-size:18px;padding:3px 20px;box-sizing:border-box;border-bottom:4px solid#CCC;margin:0px;color:var(--bg-color);border-color:var(--bg-color);}
.ab-border-blue-light>h5::before{content:'';display:inline-block;position:absolute;bottom:2px;right:0px;width:98%;height:3px;background-color:var(--color-fff);}

/* 江门易腾网络科技有限公司新增分页样式*/
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: var(--color-fff);
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%;
  font-weight: var(--fontweight7);
}
.pagination span {
    color: var(--title-color);
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover,.pagination a.active {
  color: var(--color-fff);
  background: var(--title-color);
  border: 1px solid var(--border-color);
}

.empty-tip{ text-align: center; padding: 100px; margin: 200px auto;}


/*软件下载*/
.download-box {
		width: 100%;
		display: flex;
		justify-content: space-between;
		padding: 40px 0;
		box-sizing: border-box;
		flex-wrap: wrap;
}

.download-box .card {
		width: 30%;
		background: var(--color-fff);
		border-radius: 16px;
		padding: 30px;
		box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1), 0 0 8px rgba(33, 41, 52, 0.05);
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
		transition: all 0.3s ease;
}

.download-box .card:hover {
		color: var(--button-color);
		transform: translateY(-8px);
		box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4), 0 0 20px var(--title-color);
}

.download-box .img-box {
		width: 100%;
		max-height: 180px;
		object-fit: contain;
		margin-bottom: 25px;
		border-radius: 12px;
		filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.download-box .platform-title {
		color: var(--title-color);
		border-bottom: 3px solid var(--title-color);
		padding-bottom: 15px;
		margin-bottom: 25px;
		font-size: 30px;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 1px;
}

.download-box .device-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 12px 20px;
		list-style: none;
		padding: 0;
		margin: 0 0 30px 0;
		text-align: center;
}

.download-box .device-list li {
		padding: 12px 8px;
		color: var(--color);
		font-size: 16px;
		border-bottom: 1px dashed var(--border-color);
		transition: all 0.2s ease;
}

.download-box .device-list li:hover {
		color: var(--title-color);
		transform: translateX(4px);
}

.download-box .btn-container {
		margin-top: auto;
		padding-top: 20px;
}

.download-box .btn-container .download-btn {
		display: block;
		background: var(--bg-color);
		color: white;
		padding: 15px 30px;
		text-decoration: none;
		border-radius: 12px;
		text-align: center;
		transition: all 0.3s ease;
		font-weight: 600;
		letter-spacing: 1px;
		position: relative;
		overflow: hidden;
}

.download-box .btn-container .download-btn:hover {
		transform: scale(1.05);
		background: var(--title-color);
		color: white;
}

@media screen and (max-width:768px) {
		.download-box .card {
			width: 100%;
			margin-bottom: 30px;
		}
}


.odm-list {
		width: 100%;
		display: flex;
		justify-content: space-between;
		padding: 40px 0;
		box-sizing: border-box;
		flex-wrap: wrap;
}
.odm-list .card {
		width: 23%;
		background: var(--color-fff);
		border-radius: 16px;
		padding: 30px;
		box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1), 0 0 8px rgba(33, 41, 52, 0.05);
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
		transition: all 0.3s ease;
}
.oem-list .card {width: 30%;}
.odm-list .card:hover {
		color: var(--title-color);
		transform: translateY(-8px);
		box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4), 0 0 20px var(--title-color);
}

.odm-list .odm-title {
		color: var(--title-color);
		border-bottom: 3px solid var(--title-color);
		padding-bottom: 15px;
		margin-bottom: 25px;
		font-size: 18px;
		text-align: left;
		text-transform: uppercase;
		letter-spacing: 1px;
		height: 62px;
}
.odm-list .odm-content {
		font-size: 16px;
		color: var(--summarycolor);
}
.odm-list .odm-content p{ margin-bottom: 10px;}
@media screen and (max-width:768px) {
		.odm-list .odm-item {
			width: 100%;
			margin-bottom: 30px;
		}
}


.content-wrap.form .ch_form_wrap{width:100%;font-family:Arial,Helvetica,sans-serif;margin:0;padding:0;font-size:13px}
.content-wrap.form .ch_form_wrap .title{background:var(--bg000);width:100%;height:55px;line-height:55px;color:var(--color-fff);margin:0;padding:0;font-size:16px;padding:0 20px;font-weight:normal}
.content-wrap.form .ch_form_wrap .title em{font-style:normal}
.content-wrap.form .ch_form_wrap .title svg{display:none}
.content-wrap.form .ch_form_wrap form{position:relative}
.content-wrap.form .ch_form_wrap ul{padding:20px 20px 5px}
.content-wrap.form .ch_form_wrap ul li{position:relative;list-style:none;margin:0 0 14px;display:flex;min-height:auto;line-height:40px}
.content-wrap.form .ch_form_wrap ul li label{float:left;min-width:80px}
.content-wrap.form .ch_form_wrap ul,.content-wrap.form .ch_form_wrap ul li,.content-wrap.form .ch_form_wrap ul input,.content-wrap.form .ch_form_wrap ul textarea,.content-wrap.form .ch_form_wrap ul select{position:relative;width:100%}
.content-wrap.form .ch_form_wrap ul input,.content-wrap.form .ch_form_wrap ul textarea,.content-wrap.form .ch_form_wrap ul select{border:1px solid var(--button-bgcolor);border-left:3px solid var(--title-color);height:39px;padding:0 10px;font-family:Arial,Helvetica,sans-serif;font-size:13px}
.content-wrap.form .ch_form_wrap ul textarea{height:95px;padding:10px;resize:none}
.content-wrap.form .ch_form_wrap .item_submit{padding:0 20px}
.content-wrap.form .ch_form_wrap .item_submit input{width:100%;height:33px;color:var(--color-fff);background:var(--title-color);border:none;cursor:pointer;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s}
.content-wrap.form .ch_form_wrap .item_submit input:hover{background:#da251d}
.content-wrap.form .ch_form_wrap .Validform_checktip.Validform_wrong{position:absolute;right:7px;top:0;display:block;line-height:39px;color:red;pointer-events:none}
.content-wrap.form .ch_form_wrap .Validform_error{border-color:red !important;border-left-color:#da251d !important}
.content-wrap.form .ch_form_wrap .form_tip{position:relative;color:red;padding:0 0 10px}
.content-wrap.form .ch_form_wrap .email_point{display:none}
.content-wrap.form .ch_form_wrap ul li input[type=image],input[type=reset],input[type=button]{width:60px;height:30px;margin:5px 10px}
.content-wrap.form #gif-show{top:0 !important;height:100%;display:flex;align-items:center;text-align:center;justify-content:center}
.content-wrap.form #gif-show img{margin-top:0 !important}
.content-wrap.livechat{width:100%;font-family:Arial,Helvetica,sans-serif;margin:0;padding:0;font-size:12px;border-top:none;border-radius:15px 15px 0 0;overflow:hidden;background:var(--color-fff)}
.content-wrap.livechat .ch_form_wrap{width:100%;font-family:Arial,Helvetica,sans-serif;margin:0;padding:0;font-size:12px}
.content-wrap.livechat .ch_form_wrap .title{position:relative;display:flex;justify-content:space-between;align-items:center;background:#36A9E1;width:101%;height:45px;line-height:45px;color:var(--color-fff);margin-left:-2px;font-size:15px;padding:0 20px;font-weight:normal;cursor:pointer}
.content-wrap.livechat .ch_form_wrap .title em{font-style:normal}
.content-wrap.livechat .ch_form_wrap .title svg{position:relative;display:block;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s}
.content-wrap .ch_form_wrap form{position:relative;background:var(--color-fff);height:390px;overflow-y:scroll;padding-bottom:20px}
.content-wrap.livechat .ch_form_wrap ul{padding:20px 20px 5px}
.content-wrap.livechat .ch_form_wrap ul li{position:relative;list-style:none;margin:0 0 18px;display:flex;min-height:auto;line-height:40px}
.content-wrap.livechat .ch_form_wrap ul li label{float:left;min-width:80px}
.content-wrap.livechat .ch_form_wrap ul,.content-wrap.livechat .ch_form_wrap ul li,.content-wrap.livechat .ch_form_wrap ul input,.content-wrap.livechat .ch_form_wrap ul textarea,.content-wrap.livechat .ch_form_wrap ul select{position:relative;width:100%}
.content-wrap.livechat .ch_form_wrap ul input,.content-wrap.livechat .ch_form_wrap ul textarea,.content-wrap.livechat .ch_form_wrap ul select{border:1px solid #e5e5e5;height:39px;padding:0 13px;font-family:Arial,Helvetica,sans-serif;font-size:12px;border-radius:25px}
.content-wrap.livechat .ch_form_wrap ul textarea{height:95px;padding:10px 13px;resize:none}
.content-wrap.livechat .ch_form_wrap .item_submit{padding:0 20px}
.content-wrap.livechat .ch_form_wrap .item_submit input{width:100%;height:33px;color:var(--color-fff);background:#86C953;border:none;cursor:pointer;border-radius:25px;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s}
.content-wrap.livechat .ch_form_wrap .item_submit input:hover{background:#94D662}
.content-wrap.livechat .ch_form_wrap .Validform_checktip.Validform_wrong{position:absolute;left:0;bottom:-16px;display:block;line-height:initial;color:red;pointer-events:none}
.content-wrap.livechat .ch_form_wrap .Validform_error{border-color:red !important}
.content-wrap.livechat .ch_form_wrap ul li input[type=image],input[type=reset],input[type=button]{width:60px;height:30px;margin:5px 10px}
.content-wrap.livechat .ch_form_wrap .form_tip{position:relative;color:red;padding:0 0 10px}
.content-wrap.livechat .ch_form_wrap .email_point{display:none;position:absolute;width:45px;height:45px;text-align:center;padding:15px 0 0;right:0;top:0;z-index:1;background:#36A9E1;color:var(--color-fff);cursor:pointer}
.content-wrap .ch_form_wrap form{background:var(--color-fff)}
.content-wrap.livechat .ch_form_wrap form{border:1px solid #36a9e1}
.content-wrap .ch_form_wrap .input-radio-checkbox{display:flex;white-space:nowrap}
.content-wrap .ch_form_wrap ul li input[type=radio],.content-wrap .ch_form_wrap ul li input[type=checkbox]{width:20px;-webkit-appearance:radio}
.content-wrap .ch_form_wrap .input-radio-checkbox input{margin:0px 10px 0px 5px}
.item-input-checkbox,.item-input-radio{overflow-y:auto}
.main .fs-wrap{width:50%;height:30px;background:var(--color-fff);margin:initial}
.main .fs-wrap .fs-label-wrap{width:100%;height:100%;border:initial}
.main .fs-wrap .fs-label-wrap .fs-search{background:gainsboro !important}
.main .fs-wrap .fs-label-wrap .fs-search input{background:var(--button-bgcolor) !important}

.eten-content{ color: var(--ffff);}
.eten-content p{ color: var(--ffff);}

/*li:has(+ div.input-radio-checkbox) {overflow-y :auto}*/
 .content-wrap .ch_form_wrap li label{display: none}
/* 设置滚动条的样式 */
.inquiry-pop-bd ::-webkit-scrollbar{width:0px;height:0px}
.inquiry-form-wrap ::-webkit-scrollbar{width:0px;height:0px}
/* 滚动槽 */
::-webkit-scrollbar-track {
    /*-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);*/
    /*border-radius:10px;*/
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb{border-radius:10px;background:#8d9498;-webkit-box-shadow:inset006pxrgba(0,0,0,0.5)}
::-webkit-scrollbar-thumb:window-inactive{background:#8d9498}
::-webkit-scrollbar-thumb:hover{background:#0e76a8}
::-webkit-scrollbar-thumb:window-inactive:hover{background:#0e76a8}
@media only screen and (max-width:600px){.content-wrap.form .ch_form_wrap ul li{margin-bottom:20px}
.content-wrap.form .ch_form_wrap .Validform_checktip.Validform_wrong{right:auto;top:auto;left:0;bottom:-28px}
}
.inquiry-pop-bd{position:fixed;left:50%;top:50%;margin:-300px 0 0 -275px;width:550px;height:500px;background:var(--color-fff);box-shadow:0 0 10px rgba(255,255,255,.5);display:none;z-index:200000;}
.inquiry-pop-bd:before{content:"";position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.7);z-index:-1}
.inquiry-pop-bd .inquiry-pop{position:absolute;width:100%;height:100%;left:0;top:0;padding:22px;z-index:1;background:var(--color-fff)}
.inquiry-pop-bd .inquiry-pop .ico-close-pop{position:absolute;right:-10px;top:-10px;width:30px;height:30px;background:url(../images/fancy_close.png) no-repeat center center;cursor:pointer;z-index:1}
@media screen and (max-width:550px){.inquiry-pop-bd{width:auto;left:10px;right:10px;top:10px;bottom:10px;margin:auto}
.inquiry-pop-bd .inquiry-pop{padding:10px}
.scrollsidebar{display:none}
}
/* 右下角留言弹窗 */
.eten_message{max-width:320px;position:fixed;bottom:0;right:5px;z-index:90000}
.eten_message .message-header{height:36px;line-height:36px;font-size:14px;color:var(--color-fff);background-color:var(--title-color);cursor:pointer;overflow:hidden;-moz-box-shadow:0 0 1.5em rgba(0,0,0,.3);-webkit-box-shadow:0 0 1.5em rgba(0,0,0,.3);box-shadow:0 0 1.5em rgba(0,0,0,.3)}
.eten_message .message-header i{width:36px;height:36px;line-height:36px; margin-left: 10px;}
.eten_message .message-header .label{float:left;padding:0px;}
.eten_message .message-header .label i{font-size:20px;text-align:center;background:rgba(0,0,0,.12);-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px}
.eten_message .message-header b{margin:0 12px;font-weight:400}
.eten_message .message-header .arrow-toggle{float:right;text-align:center;font-size:20px;opacity:.75}
.eten_message .message-form{padding:15px;background:var(--color-fff);display:none;-moz-box-shadow:rgba(0,0,0,.15) 0 0 1.5em;-webkit-box-shadow:rgba(0,0,0,.15) 0 0 1.5em;box-shadow:rgba(0,0,0,.15) 0 0 1.5em}
.eten_message .message-form p{margin:0 auto 6px}
.eten_message .ab_input p{margin:12px auto 0}
.eten_message .ab_input .ab-input-text{width:100%;box-sizing:border-box}
.eten_message .ab_input .ab-input-textarea{width:100%;box-sizing:border-box}
.eten_message .ab_input .ab-input-submit{width:100%;box-sizing:border-box;background-color: var(--title-color);color: var(--color-fff); cursor:pointer;}
.eten_message input, .eten_message textarea {padding: 6px;line-height: 20px;border: 1px solid #ddd;box-sizing: border-box;-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);box-shadow: inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
#eten-fb-code-box{ margin: 12px 0 3px 0; display: block; width: 100%;}
#eten-fb-code-box .clear-f {clear: both;overflow: hidden;font-size:0px;line-height: 0px;height:1;}
#eten-fb-code{ float: left; width: 45%;}
#eten-fb-captcha{ float: right; width: 45%;cursor: pointer; height: 32px;}
/* 右下角留言弹窗 END*/



/*标题容器*/
.eten-title-box{ width: 100%; padding: 40px 0 20px 0;}
.common-title-c{ text-align: center;}
.eten-title-box .eten-title{font-weight:var(--fontweight7); font-size: 36px; color: var(--title-color);}
.eten-title-box .eten-des{font-size: 16px;color: var(--summarycolor);}
.eten-page-content{
	margin: 30px 0 10px 0;
	background-color: var(--color-fff);
	border-radius: 16px;
	padding: 15px;
	box-shadow: 0 4px 16px rgba(33, 41, 52, 0.1), 0 0 8px rgba(33, 41, 52, 0.05);
	transition: all 0.3s ease;
}
.odm-content-box{
	background: var(--color-fff);
	border-radius: 16px;
	padding: 30px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
}


/* 荣誉资质​ */
.eten-page-album{width: 100%;padding: 20px 0;}
.eten-page-album .swiper-album{width: 100%; margin: 10px auto; padding: 50px 0px 50px 0px;}
.eten-page-album .swiper-slide {}
.eten-page-album .album-item{ display: block; 
		text-align: center;
		background-color: var(--color-fff);
		border-radius: 16px;
		padding: 10px;
		box-shadow: 0 4px 16px rgba(33, 41, 52, 0.1), 0 0 8px rgba(33, 41, 52, 0.05);
		margin: 10px;
		transition: all 0.3s ease;

}
.eten-page-album .album-item:hover {
		transform: translateY(-8px);
		color: var(--title-color);
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4), 0 0 10px var(--title-color);
}
.eten-page-album .album-item img{display: block;width: 100%;height: 100%;object-fit: cover;}
.eten-page-album .album-item .album-image{width: 100%; overflow: hidden;}
.eten-page-album .album-item .album-txt{width: 100%; margin: 0; padding: 5px 0;}
.eten-page-album .swiper-pagination{bottom:0px;}
.eten-page-album .swiper-pagination-bullet{ width: 40px;height: 3px;border-radius:0;}
.eten-page-album .swiper-pagination-bullet-active{ width: 40px;height: 3px;border-radius:0;background:var(--title-color);}
.culture-box .odm-title{ height: 34px;}


/* 概念产品​ */
.ideapro-box{margin: 10px 0 150px 0;}
.ideapro-box .swiper-container{
	width: 100%;
	height: auto;
	padding:0;
	margin-left: auto;
	margin-right: auto;
}
.ideapro-box .swiper-wrapper {

}
.ideapro-box .album-item{ display: block; 
		text-align: center;
		background-color: var(--color-fff);
		border-radius: 16px;
		padding: 10px;
		box-shadow: 0 4px 16px rgba(33, 41, 52, 0.1), 0 0 8px rgba(33, 41, 52, 0.05);
		margin: 10px;
		transition: all 0.3s ease;

}
.ideapro-box .album-item:hover {
		transform: translateY(-8px);
		color: var(--title-color);
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4), 0 0 10px var(--title-color);
}
.ideapro-box .album-item img{display: block;width: 100%;height: 100%;object-fit: cover; border-radius: 8px;}
.ideapro-box .album-item .album-image{width: 100%; overflow: hidden;}
.ideapro-box .album-item .album-txt{width: 100%; margin: 0;line-height: 32px; height: 32px; overflow: hidden; font-size: 16px;}
.ideapro-box .swiper-button-next,.ideapro-box .swiper-button-prev{top:86%;width:50px!important;height:50px!important;background-color:var(--bg-color)!important;border-radius:50%;z-index:99!important;display:flex!important;opacity:1!important}
.ideapro-box .swiper-button-next:after,.ideapro-box .swiper-button-prev:after{content:''!important}
.ideapro-box .swiper-button-next em,.ideapro-box .swiper-button-prev em{font-size:24px;color:var(--color-fff)}
.ideapro-box .swiper-button-next{right:0!important}
.ideapro-box .swiper-button-prev{left:0!important}
#ideapro-container .swiper-pagination{bottom:-250px;}
#ideapro-container .swiper-pagination-bullet{ width: 20px;height: 3px;border-radius:0;}


/* 创始人故事​ ​*/
.story-box{ }
.story-list {
		width: 100%;
		padding: 30px 100px;
}
.story-list li {
		width: 100%;
		background:#dbe0e4;
		border-radius: 16px;
		padding: 30px;
		box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.05);
		margin: 20px 0 60px 0;
		display: block;
}
.story-list li:hover {
		/*
		color: var(--button-color);
		transform: translateY(-8px);
		box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4), 0 0 20px var(--button-color);
		*/
}
/* 选择所有奇数子元素 */
.story-list li:nth-child(odd) {
		background: linear-gradient(to right, #dbe0e4, var(--color-fff));
}
/* 选择所有偶数子元素 */
.story-list li:nth-child(even) {
		background: linear-gradient(to left, #dbe0e4, var(--color-fff));
}
.story-list li:nth-child(odd) .story-pic { width: 22%; float: left;}
.story-list li:nth-child(odd) .story-content { width: 75%; float: right;}
.story-list li:nth-child(even) .story-pic { width: 22%;float: right;}
.story-list li:nth-child(even) .story-content { width: 75%;float: left;}
.story-list .story-content {
		font-size: 16px;
		color: var(--summarycolor);
		padding: 40px 0 40px 0;
}
.story-list .story-title {
	margin-top: 50px;
}
.story-list li:nth-child(even) .story-content .story-title{ text-align: right;}

/* 搜索结果 */
.search-box{width: 100%;}
.search-list {
		width: 100%;
		justify-content: space-between;
		padding: 40px 0;
		box-sizing: border-box;
		flex-wrap: wrap;
}
.search-list .card {
		width: 100%;
		background: var(--color-fff);
		border-radius: 16px;
		padding: 20px 30px 50px 30px;
		transition: all 0.3s ease;
		margin: 26px 0;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4), 0 0 2px var(--button-color);
		overflow: hidden;
}
.search-list .card:hover {
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4), 0 0 2px var(--title-color);
}
.search-list .search-title {
		color: var(--title-color);
		border-bottom: 1px solid var(--title-color);
		font-size: 18px;
		text-align: left;
		height: 40px;
		line-height: 40px;
}
.search-list .search-content {
		font-size: 14px;
		color: var(--summarycolor);
		padding: 10px 0 10px 0;
}
.search-list .card .btn{float: right; padding:4px 8px; margin: 5px 0;border-radius:var(--border);display:inline-flex;align-items:center;justify-content:center;color:var(--color);text-transform:lowercase;position:relative;z-index:1;}
.search-list .card .btn em{margin-left:4px;transition:all .2s linear}
.search-list .card .btn::after{background-color:var(--title-color);content:'';display:inline-block;position:absolute;border-radius:var(--border);z-index:-1;width:0%;height:100%;top:0px;left:0px;transition:all .2s ease}
.search-list .card:hover .btn{ color: var(--color-fff);}
.search-list .card:hover .btn::after{width:100%;}



/* 产品视频弹窗 */
.product-video-box{position: fixed;width: 100%;height: 100%;top: 0;left: 0;background-color: rgba(0, 0, 0, .7);z-index: 999999999;display: none;}
.product-video-plyr{width: 420px;height: auto;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);overflow: hidden;}
.product-video-plyr video{width: 100%;object-fit: fill;}
.product-video-close{font-weight: normal;font-size: 26px;width: 30px;height: 30px; line-height: 30px; text-align: center;overflow: hidden;background-color: transparent;position: absolute;top: 0;right: 0;cursor: pointer;z-index: 999;color: var(--color-fff);}
.product-video-close .iconfont{ font-size: 30px;}
.product-video-close:hover .iconfont{color: var(--title-color);}
.plyr__control--overlaid{
	background: #0f3981;background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #0f3981)));	
}
.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true]{
	background: #0f3981;background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #0f3981)));
}
.plyr--full-ui input[type=range]{color: #0f3981; color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #0f3981)));}