/*#region é€šç”¨*/
body {color: #333;font-size: 16px;line-height:24px;font-family: 'Barlow' ,sans-serif;}
a{color: #333;}
a:hover{color: var( --e-global-color-secondary );}
.swiper-pagination-bullet-active{background: var( --e-global-color-secondary );}
body, div, p, img, ul, ol, li, form, input, label, span, dl, dt, dd, h1, h2, h3, h4, h5, h6 {margin: 0;padding: 0; }
img {
  aspect-ratio: attr(width) / attr(height);
}
ul, ol, li, dl, dd, dt {list-style-type: none; }
.img-width{width: 100%;height: auto;}
.main-container { margin-bottom: 40px; margin-top: 40px; }
.tkanniu{cursor:pointer;}
.bghui{background: #f9f9f9;}
.card-thumb img{transition: all 0.5s ease;}
.card-thumb:hover img{transform: scale(1.05);}
.container-xl.long{max-width: 1675px;}
.container-xl.small{max-width: 1320px;}
.container-xl.max-1630{max-width: 1630px;}
.container-xl.max-1690{max-width: 1690px;}
@media(max-width:768px) {
    .main-container { margin: 20px 0; }
    body {font-size:14px;line-height:20px;}
}
/*#endregion*/

.header {
    z-index: 9999;
    width: 100%;
    position: sticky;
    top: 0;
    display: block;
}

.header-desc{background:var( --e-global-color-secondary ); padding: 8px 0;color:#fff;}
.header-desc .container-xl{display: flex;align-items: center;justify-content: space-between;}
.header-desc .desc{width: 60%;display: flex;justify-content: flex-end;align-items: center;}
.top-tel{color: #fff;font-size: 16px;display: flex;width: 40%;}
.top-tel a{color: #fff;}
.top-tel a:hover{text-decoration:underline;}
.top-lang{margin-left: 15px;border:1px solid #333;padding:0 5px;}
.top-lang .dropdown.lang .dropdown-toggle{background: transparent;border: 0;color:#333;}
.public-social span,.public-social a{border-radius:25px;}
.top-lang .dropdown-menu{min-width:135px;}
.top-lang  .dropdown.lang{align-items:center;}

.headerOntop>.header-top{background-color: #ffffff70;backdrop-filter: saturate(1.1) brightness(1.1) blur(5px);}

.header-top{background: #0f0e0e;padding: 20px 0;}
.header-top .nav{display: flex;align-items: center;justify-content: flex-end;}
.header-top .nav .service{display: flex;justify-content: flex-end;align-items: center;position: relative;}
.header-top .nav .service .tkbtn{background: var( --e-global-color-secondary );font-size: 16px;color: #fff;cursor: pointer;padding: 8px 10px;border-radius: 10px;color:#fff; overflow: hidden;}
.top-search-box{z-index: 93;margin-right:20px;}
.top-search-box .search-tb{width: 35px;height: 35px;display: flex;align-items: center;justify-content: center;border-radius: 50%;overflow: hidden;}
.top-search-box .search-tb i{color: #333333;font-size: 16px;transition: all 0.5s;}
.top-search-box li{padding-top: 15px;}
.top-search-box li:hover .top-search{opacity: 1; height: auto;overflow: hidden;width: auto;}
.top-search-box .top-search{opacity: 0; height: 0;overflow: hidden; transition: all 0.5s;width: 0; position: absolute;right: 50px;top: 50px;z-index: 99;padding-top: 10px;}
.header.fadeInDown{position: fixed;top: 0;right: 0;left: 0;}
.header.fadeInDown .header-desc{display: none;}
.header.fadeInDown .desc{display: none;}


.navbar { padding: 0px;position: relative; z-index: 9999;}
.navbar-custom { top: 0; z-index: 2; justify-content: end;}
.navbar-custom .navbar-nav > .nav-item { font-size: 18px;margin: 0 15px;}
.navbar-custom .navbar-nav .nav-link {text-align: center;position: relative; color:#333333; padding: 5px 0;display: flex;align-items: center;justify-content: center; font-size: 16px;font-weight: 600; text-transform: uppercase;}
.navbar-custom .navbar-nav .nav-link:before,.navbar-custom .navbar-nav .nav-link:before{content: "";width: 0px;height: 4px;margin-left: 0!important; background: linear-gradient(to left, #8ec220f0, #1c92bf);;position: absolute; bottom: 0;}
.navbar-custom .navbar-nav .nav-item:hover .nav-link:before,.navbar-custom .navbar-nav .nav-item.active .nav-link:before{width: 100%; transition: all 0.3s;}

.navbar-custom .navbar-nav .nav-link:hover::before{opacity: 1;}
.navbar-custom .navbar-nav .nav-link:hover{}
.navbar-custom .navbar-nav .nav-link.disabled {color: rgba(0, 0, 0, 0.3);}
.navbar-custom .navbar-nav .show > .nav-link,
.navbar-custom .navbar-nav .active > .nav-link,
.navbar-custom .navbar-nav .nav-link.show,
.navbar-custom .navbar-nav .nav-link.active{}
.navbar-custom .navbar-text { color: rgba(0, 0, 0, 0.5); }
.navbar-custom .navbar-text a { color: rgba(0, 0, 0, 0.9); }
.navbar-custom .navbar-text a:hover, .navbar-custom .navbar-text a:focus { color: rgba(0, 0, 0, 0.9); }

@media(max-width:1480px) {
    .header-top{padding: 10px 15px;}
.navbar-custom .navbar-nav .nav-item { margin: 0 15px;}
}





/*#region æ‰‹æœºç«¯*/
.header-mb{background: #181818;position: fixed;top: 0;left: 0;right: 0;width: 100%;border-bottom: 1px solid #fff;z-index: 999;}
.header-mb .container-xl{height: 50px;}
.header-mb .top-logo{width: 50%;}
.header-mb .top-logo img{height: 30px;width: auto;}
.header-mb .top-mb{display: flex; align-items: center;width: 50%;justify-content: flex-end; }
.header-mb .top-mb .dropdown.lang .dropdown-toggle{background: transparent; padding: 0;}
.header-mb .top-mb .dropdown-menu{min-width: 80px;margin-top: 8px;}
.header-mb .top-mb .top-mb-search{padding: .5rem .4rem; margin-left: 10px; width: 30px; text-align: center; }
.header-mb .top-mb .top-mb-search i{font-size: 16px;color: #fff}
.header-mb .top-mb .icon-bars{color: #fff;}
.header-mb .top-mb .dropdown.lang .dropdown-toggle{color: #fff;}
.top-mb-search-box{display: none; position: fixed;background: #fff; top: 50px; padding: 6px 15px 10px;box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);z-index: 998;width: 100%; }
.top-mb-search-box .search-group{width: 100%;height: 38px;}
.top-mb-feed i{font-size: 16px;color: #fff}

.mobile-head-item .main-content-wrap {
  background: #FFF;
  top: 0;
  display: block;
  z-index: 99999;
 }
 .mobile-head-item .main-content-wrap .content-wrap {
  overflow-y: auto;
  height: 100%;
  padding: 15px 10px;
  background-color: #fff;
 }
 .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
  overflow-y: hidden;
 }
 .mobile-head-item .side-content-wrap {
  position: fixed;
  display: block;
  right: -80%;
  width: 80%;
  height: 100%;
 }
 .mobile-head-item .middle-content-wrap {
  position: absolute;
  right: 0;
  width: 100%;
  height: auto;
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
 }
 .mobile-head-item .middle-show-content-wrap {
  top: 30px;
  visibility: visible;
  opacity: 1;
 }
 /* header */.head_top .top_left {
  display: none;
 }
 
 /*nav */.head_nav {
  width: 100%;
  padding: 0 5px;
 }
 .head_nav li {
  padding-left: 28px;
  padding-top: 4px;
  padding-bottom: 4px;
 }
 .head_nav li,
 .head_nav li a {
  color: #111;
 }
 .head_nav li.has-child {
  padding-left: 28px;
  margin-top: 0;
  margin-bottom: 0;
 }
 .head_nav li.has-child>a {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 35px;
 }
 .head_nav li.has-child>ul {
  display: none;
 }
 .head_nav li.siblings-no-menu {
  position: relative;
  padding-left: 15px;
 }
 .head_nav li a {
  display: block;
  height: auto;
  line-height: 1.4em;
  position: relative;
 }
 .head_nav li a:hover {
  color: inherit;
 }
 .head_nav li em {
  display: block;
  height: 1.4em;
  overflow: hidden;
 }
 .head_nav li li {
  font-size: 14px;
 }
 .head_nav li li li {
  font-size: 12px;
 }
 .head_nav li li a {
  color: #666;
 }
 .head_nav li.has-child a b {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #111;
  border-radius: 2px;
  overflow: hidden;
  line-height: 15px;
  position: absolute;
  right: -35px;
  top: 1px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
 }
 .head_nav li.has-child a b:before,
 .head_nav li.has-child a b:after {
  content: '';
  display: block;
  width: 9px;
  height: 1px;
  background-color: #111;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -.5px;
 }
 .head_nav li.has-child a b:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
 }
 .head_nav li.has-child a:hover b {
  border-color: #111;
 }
 .head_nav>li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
 }
 .head_nav>li>a {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: -1px;
  position: relative;
  text-transform: uppercase;
  position: relative;
 }
 .head_nav li,
 .head_nav li.has-child {
  padding-left: 0;
 }
 .head_nav li li,
 .head_nav li li.has-child {
  padding-left: 15px;
 }
 .head_nav li.active>a>b:after {
  display: none;
 }
 .head_nav li.active>a>b {
  background-color: #111;
 }
 .head_nav li.active>a>b:before,
 .head_nav li.active>a>b:after {
  background-color: #fff;
 }

 .mobile-ico-close {
  width: 30px;
  height: 30px;
  background: #656565 url(/wp-content/uploads/2024/03/float-icon-2.png) center center no-repeat;
  background-size: 50% auto;
  position: absolute;
  left: -35px;
  top: 0;
  cursor: pointer;
 }
/*#endregion*/

@media(max-width:768px) {
    body{padding-top: 50px;}
}
/*#endregion*/

@media(max-width:768px) {
    
}
/*#endregion*/

/*#region æ ç›®åˆ—è¡¨*/
.menu-collapse { border-radius: 6px 6px 0 0; border: 1px solid #e7e7e7; background: #fff;margin-bottom:20px; }
.menu-collapse .collapse-title { padding: 0.875rem; background: #5371b3; color: #fafafa; }
.menu-collapse .collapse-title h5 { font-size: 1.25rem; font-weight: 500; }
.menu-collapse .collapse-title .navbar-toggler { color: #fff; }
.menu-collapse .menu-link { transition: background-color ease 0.2s; color: #666; border-bottom: 1px solid #e7e7e7 }
.menu-collapse ul ul .menu-link { padding: 12px 16px 12px 30px; }
.menu-collapse .menu-link:before { content: "â—"; font-size: 0.75rem; margin-right: 5px; color: #5371b3 }
.menu-collapse .menu-link:hover { background: #f8f9fa; }
.menu-collapse .drop { }
.menu-collapse .menu-link.active { background: #f6f6f6; color: #666 }

.ny-nav{background: #ffffff;border-top: 7px solid #0080d6;padding: 35px 50px;}
.ny-nav .nav-title{font-size: 20px;font-weight: bold;line-height: 26px;margin-bottom: 25px;}
.ny-nav .menu-horizontal-wrapper { margin-bottom: 0px; font-size: 18px; background: #fff; }
.menu-horizontal { display: block;}
.menu-horizontal .nav-item {display: block; margin-bottom: 10px; }
.menu-horizontal .nav-item:last-child{margin-bottom: 0;}
.menu-horizontal .nav-link {width: 100%;position: relative; cursor: pointer; padding: 15px 30px; color: #333;display: block;text-align: left; border-radius: 5px;overflow: hidden;  font-size: 16px; background: #f8f8f8; }
.menu-horizontal .nav-item.active .nav-link,.menu-horizontal .nav-link:hover {background: #0080d6; color: #fff; transition: all 0.5s; }
.menu-horizontal .nav-item .nav-link:after{content: "\f061";font-family: cmsfont;font-size: 14px;position: absolute;right: 22px;top: 16px;display: block;z-index: 1;}
.menu-horizontal .nav-item.child .nav-link:after{content: "\f067";}
.menu-horizontal .nav-item.child.active .nav-link:after{content: "\f068";}


.menu-horizontal-child { display: flex; flex-wrap: wrap;margin-top: 20px; }
.menu-horizontal-child .nav-item-child { color: #333333;margin-right: 10px;margin-bottom:10px; background: #fff;border:1px solid #fff;border-radius:50px;overflow:hidden;}
.menu-horizontal-child .nav-item-child .nav-link-child{color: #333333;padding: 0 25px; display: block;text-align: center; font-size: 16px; line-height: 54px; }
.menu-horizontal-child .nav-item-child .nav-link-child:before { content: "â—"; font-size: 16px; margin-right: 12px; color: #5371b3 }
.menu-horizontal-child .nav-item-child.active,.menu-horizontal-child .nav-item-child:hover{border-color:#5371b3;}
.menu-horizontal-child .nav-item-child.active .nav-link-child,.menu-horizontal-child .nav-item-child:hover .nav-link-child {color: #5371b3;}

.menu-horizontal-wrapper{margin-bottom: 0;}
.menu-horizontal-about{display: flex;flex-wrap: wrap;justify-content:center;margin-top:40px;margin-bottom:40px;font-family:Barlow;}
.menu-horizontal-about .nav-item-about { color: #666666;margin-right: 10px;margin-bottom:10px; background: #fff;border-radius:5px;overflow:hidden;border:1px solid #e0e0e0;}
.menu-horizontal-about .nav-item-about .nav-link-about{color: #666666;padding: 0 35px; display: block;text-align: center; font-size: 20px; line-height: 54px;}
.menu-horizontal-about .nav-item-about.active,.menu-horizontal-about .nav-item-about:hover{background: #86c442;border-color:#86c442;}
.menu-horizontal-about .nav-item-about.active .nav-link-about,.menu-horizontal-about .nav-item-about:hover .nav-link-about {color: #fff;}

.menu-horizontal-wrapper{margin-bottom: 0;}
.menu-horizontal-pro{display: flex;flex-wrap: wrap;margin-bottom:30px;}
.menu-horizontal-pro .nav-item-pro { color: #fff;margin-right: 10px;margin-bottom:10px; background: #1f1f1f;}
.menu-horizontal-pro .nav-item-pro .nav-link-pro{color: #fff;padding: 0 35px 0 20px; display: block;text-align: center; font-size: 18px; line-height: 54px;}
.menu-horizontal-pro .nav-item-pro .nav-link-pro:before{ content: "â—"; font-size: 16px; margin-right: 12px; color: #fff }
.menu-horizontal-pro .nav-item-pro.active,.menu-horizontal-pro .nav-item-pro:hover{background: var( --e-global-color-secondary );}
.menu-horizontal-pro .nav-item-pro.active .nav-link-pro,.menu-horizontal-pro .nav-item-pro:hover .nav-link-pro {color: #fff;}

@media(max-width:768px) {
    .ny-nav{padding: 25px 15px;display: none;}
    .menu-horizontal-about .nav-item-about{margin-right:0;}
    .menu-horizontal-pro .nav-item-pro .nav-link-pro{
        text-align: left !important;
        font-size: 14px !important;
    }
}
/*#endregion*/

/*#region ä½ç½®å¯¼èˆª*/
.banner{}
.banner.home{position:relative;}
.banner.home .banner-text{text-align: left;align-items:center;}
.banner.home .banner-text .container-xl{display: flex;align-items: center;justify-content:center;}
.banner.home .banner-text .img{display: flex;align-items: center; justify-content: flex-end; width: 48%;animation: left-animation 1s infinite;animation-iteration-count: 1;}
.banner.home .banner-text .box{padding: 0;animation: up-animation 1s infinite;animation-iteration-count: 1;}
.banner.home .banner-text .box .title{font-size: 52px;color: #fff;line-height:85px; margin-bottom: 35px;font-weight: bold;text-transform: uppercase;font-family:Barlow;}
.banner.home .banner-text .box p{font-size: 16px;color: rgba(255, 255, 255, 1);line-height: 32px;}
.banner.home .banner-text .box .more{ font-size: 22px;color: #333;text-transform: uppercase;font-family:Barlow; background: #ffffff;display: inline-block;margin-top: 100px;padding:18px 35px; text-align: center;}
.banner.home .banner-text .box .more:hover{color: #fff;background: #0080d6;transition: all 0.5s;}

@media(max-width:768px) {
  .banner.ny .container-xl{display:block;height:auto;}
  .banner.ny .container-xl .bg{padding-left:0;}
    .banner.ny{background:#f5f5f5;padding:15px 0 30px;}
    .banner.ny .box{position:relative;left:inherit;}
    .banner.ny .box .page-title{padding:15px 15px;height:auto;}
    .banner.ny .ny-title{text-align:center;font-size:20px;margin: 0;padding: 0;}
}

.page-title {color:#333;}
.page-title  a{color:#333;}
.page-title  a:hover{color:var( --e-global-color-secondary );text-decoration:underline;}
.page-title .breadcrumb { justify-content:center;align-items: center; color: #333;font-size: 16px;}
.breadcrumb-item + .breadcrumb-item::before { color: #333;font-family: cmsfont; content: "\f105";font-size: 16px; margin-right: 0;margin-left: 0; }
.page-title .breadcrumb .breadcrumb-item:first-child a{padding-left: 0px;position: relative;}
.page-title .breadcrumb .breadcrumb-item:first-child a::before{content: '';width: 35px;height: 20px;position: absolute;left: 0;top: 7px;filter: invert(98%) sepia(93%) saturate(2%) hue-rotate(208deg) brightness(119%) contrast(100%);}
.page-title.pro{background:#f1f1f1;padding:15px 0;}
.page-title.pro .breadcrumb{justify-content: flex-start;}

@media(max-width:768px) {
  .banner .ny-title{margin-bottom:0}
    .page-title{width: 100%;position:relative;top:inherit;}
    
    .page-title .breadcrumb { justify-content: center; }
    .breadcrumb-item+.breadcrumb-item::before{
        color: white !important;
    }
}




.banner.ny{padding: 0;position: relative;}
.banner.ny .box{top: 0;left: 0;width: 100%;height: 100%;background: transparent;position: absolute;}
.banner.ny .box .container-xl{display: flex;flex-direction: column;justify-content: center;height: 100%;align-items: center;text-align: center;}
.page-title a{font-size: 24px;line-height: 41px;color: #ffffff;transition: all 0.3s;}
.breadcrumb-item+.breadcrumb-item{padding-left: 10px;}
.breadcrumb-item + .breadcrumb-item::before{line-height: 23px;color: #ffffff;font-size: 18px;padding-right: 10px;}
.banner.ny .ny-title{font-size: 36px;font-weight: 600;line-height: 80px;color: #ffffff;margin-bottom: 15px;}
.banner.ny.banner-qt .box .container-xl{align-items: center;}
.banner.ny.banner-qt .page-title .breadcrumb{justify-content: center;}

.banner.ny.about-ny .box .container-xl{justify-content: flex-start;padding-top: 60px;}

@media(max-width:1400px) {
    .banner.ny .ny-title{margin-top: 20px;}
}

@media(max-width:768px) {
    .banner.ny{padding:  0;}
    .banner.ny .box .container-xl{justify-content: center;}
    .banner.ny .box .page-title{padding: 0;}
    .page-title .breadcrumb{margin-bottom: 0;}
    .page-title a{font-size: 14px;line-height: 20px;}
    .breadcrumb-item + .breadcrumb-item::before{font-size: 14px;line-height: 20px;margin: 0;}
    .banner.ny .ny-title{font-size: 16px;margin-top: 0;line-height: 30px;}
    .banner.ny.about-ny .box .container-xl{justify-content: center;padding-top: 0;}
}

/*#endregion*/


/*#region é¦–é¡µ*/


/*#region contact-wrapper*/
.contact-wrapper{background:#f5f5f5;padding:0 0 85px;}
.contact-wrapper .t1{border-top:1px solid #e6e6e6;margin-bottom:70px; border-bottom:1px solid #e6e6e6;padding:25px 0;text-align:center;font-size:36px;;line-height:36px;font-family:Barlow;}
.contact-wrapper .box{padding:70px 55px 75px; background:url(../../images/contact-bg.jpg) no-repeat left bottom #fff;border-radius:10px;position:relative; box-shadow:12px 0 46px rgba(0, 0, 0, 0.08);}
.contact-wrapper .box .feedback-box{position:absolute;background:rgba(0, 0, 0,0.9);width:47%;right:63px;top:70px;padding:40px 35px;border-radius:10px;overflow:hidden;color:#fff;}
.contact-wrapper .box .feedback-box .t3{font-size:30px;text-align:center;line-height:40px;font-weight:bold;margin-bottom:20px;}
.contact-wrapper .box .feedback-box p{font-size:15px;line-height:26px;text-align:center;margin-bottom:40px;}
.contact-wrapper .t2{padding-top:30px;padding-left:40px;}
.contact-wrapper .addr{display:flex;align-items:center;margin-bottom:20px;}
.contact-wrapper .addr:last-child{margin-bottom:0;}
.contact-wrapper .addr .text{padding-left:22px;font-size:24px;}

@media(max-width:768px) {
    .contact-wrapper{padding: 0 0 25px;}
    .contact-wrapper .t1{font-size:26px;line-height:30px;margin-bottom:25px;}
    .contact-wrapper .box{padding:20px 15px;}
    .contact-wrapper .addr .text{font-size:20px;}
    .contact-wrapper .addr .tb img{width:70px;height:70px;}
    .contact-wrapper .addrs{margin-bottom:30px;}
    .contact-wrapper .box .feedback-box{position:relative;width:100%;top:inherit;right:inherit;padding:25px 15px;}
    .contact-wrapper .box .feedback-box .t3{font-size:24px;line-height:30px;}
    .contact-wrapper .box .feedback-box p{font-size:14px;line-height:20px;margin-bottom:25px;}
    .contact-wrapper .t2{padding-left:0;padding-top:20px;text-align:center;}
}
/*#endregion*/

/*#region è¯¦æƒ…é¡µ*/
/*é»˜è®¤è®¾ç½®*/
.content-wrapper { line-height: 1.7;  margin-bottom: 1.5rem; }
.content-wrapper h2 { font-size: 1rem; font-weight: 600; margin-bottom: 0.75rem; }
.content-wrapper h3 { font-size: 0.875rem; font-weight: 600; margin-bottom: 0.75rem; }
.content-wrapper img { max-width: 100% !important; height: auto !important; }
.content-wrapper ol { margin-left: 1em; padding-left: 1em; }
.content-wrapper video { max-width: 100% !important; height: auto !important; }
.content-wrapper iframe { max-width: 100%; }
.content-wrapper table { width: 100%; margin-bottom: 1rem; color: #212529; }
.content-wrapper table p{margin-bottom: 0;}
.content-wrapper table th, .content-wrapper table td { padding: 0.5rem; vertical-align: middle; border: 1px solid #dee2e6; text-align: center; }
.content-wrapper table tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.03); }
.content-wrapper table tbody tr:hover { background-color: rgba(0, 0, 0, 0.075); color: #555; }
.content-wrapper table p{ margin-bottom: 0;line-height: 32px;}

/*äº§å“å†…å®¹*/
.pronr-wrapper{background:#f5f5f5;padding:0 0 60px;}
.pronr-wrapper .pronr-title{font-size:36px;font-weight:bold;margin-bottom:30px;}
.product-head { background:#ffffff;padding:80px  0 100px 0;}
.product-head .img{padding:15px 20px;box-shadow:7px 0 30px rgba(0, 0, 0, 0.05);background:#fff;position:relative;}
.product-head .img .down{width:216px;height:53px;text-align:center;color:#fff;display:flex;align-items:center;justify-content:center; font-size:18px;background:#c80805;border-radius:30px;overflow:hidden;position:absolute;bottom:-24px;left:calc(50% - 108px);}
.product-head .img .down span{margin-right:10px;}
.product-head .img .down:hover{text-decoration:underline;}
.product-head .feedback-box{padding:35px;}
.product-head .feedback-box .h2{font-size:30px;text-align:center;font-weight:bold;margin-bottom:40px;}

.content-wrapper.product{background: #fff;height: 100%;}
.content-wrapper.product .hot-sub-title{margin-bottom:0;}
.content-wrapper.product .table-wrapper{padding: 40px;}
.content-wrapper.product h5{font-size: 20px;color: var( --e-global-color-secondary );font-weight: bold; line-height: 30px;margin-bottom: 20px;margin-top: 20px;padding-left: 12px;border-left: 4px solid var( --e-global-color-secondary );}
.content-wrapper.product p{font-size: 16px;color: #666666;margin-bottom: 20px;}
.content-wrapper.product table td p,.content-wrapper.product table td{font-size: 16px;margin-bottom: 0;}
.content-wrapper.product .content{padding:32px;}
.content-wrapper.product .content .imgs{display:flex;border:1px solid #000000;margin-bottom:30px;}
.content-wrapper.product .content .imgs .img{width:50%;}
.content-wrapper.product .content .imgs .img:nth-child(2n){border-left:1px solid #000000;}
.content-wrapper.product .content .canshu{background:#f5f5f5;text-align:center;padding:50px 30px;margin-bottom:40px;}
.content-wrapper.product .content .canshu p{font-size:24px;margin-bottom:0;}
.content-wrapper.product .content .t3{font-size:26px;font-weight:bold;margin-bottom:25px;}

@media(max-width:768px) {
  .pronr-wrapper{padding:0 0 15px;}
  .product-head{padding:15px 0;}
  .pronr-wrapper .pronr-title{font-size:26px;margin-bottom:20px;}
  .product-head .feedback-box{padding:60px 0 0;}
  .product-head .feedback-box .h2{font-size:20px;margin-bottom:25px;}
  .content-wrapper.product .content{padding:15px;}
  .content-wrapper.product p{font-size:14px;line-height:22px;}
  .content-wrapper.product .content .canshu{padding:20px;margin-bottom:20px;}
  .content-wrapper.product .content .canshu p{font-size:18px;}
  .content-wrapper.product .content .t3{font-size:22px;}
}


/*#region æ–°é—»è¯¦æƒ…*/
.newsnr-wrapper{background:#f5f5f5;padding:0 0 60px;}
.newsnr-wrapper .title { font-size: 30px; color: #000; text-align: center;font-weight:bold; }
.newsnr-wrapper .content { font-size:16px;line-height:24px;}
.newsnr-wrapper .content p { margin-bottom:15px; }
.newsnr-wrapper .content h4{font-size: 22px;color: var( --e-global-color-secondary );margin: 20px 0;}
.newsnr-wrapper .summary {padding: 12px 0; text-align: center; margin: 20px 0 30px; font-size: 16px; color: #595959; border-bottom:1px dashed #000000;  }
.newsnr-wrapper .summary span { margin-right: 15px; }
.newsnr-wrapper .social a{border-radius: 0;}

@media(max-width:768px) {
    .newsnr-wrapper{padding:0px 0 25px;}
    .newsnr-wrapper .col-md-9{padding-right:15px;}
    .newsnr-container.content{font-size:14px;line-height:22px;}
    .newsnr-wrapper .title{font-size:22px;}
    .newsnr-wrapper .content h4{font-size:18px;}
}

.content-other{padding: 30px 0px;border-top: 1px solid #ddd; line-height: 28px;font-size: 16px; color: var( --e-global-color-secondary );display: flex;align-items: center;justify-content: space-between;}
.content-other a{color: #303f5f;}
.content-other a:hover{ color: var( --e-global-color-secondary );transition: all 0.5s; }
.content-other .left{width: 75%;}
.content-other .back{background: var( --e-global-color-secondary );padding: 10px 40px;display: inline-block;font-size: 18px;color: #fff;font-weight:bold;}
.content-other .back i{margin-left: 10px;}
.content-other .back:hover{color: #fff;background:#181818;transition:all 0.5s;}

@media(max-width:768px) {
  .content-other{flex-wrap: wrap;}
  .content-other .left{width: 100%;}
  .content-other .right{width: 100%;margin-top: 20px;}
}

.hot-sub-title{background:#000000;margin-bottom:30px;margin-top:30px;}
.hot-sub-title .h2{padding:8px 40px 8px 25px;font-size:17px;line-height:30px;color:#fff;background:var( --e-global-color-secondary );display:inline-block;
shape-outside:polygon(0 0, 0% 100%, 100% 100%, 100% 100%, 93% 0%);
    -webkit-clip-path:polygon(0 0, 0% 100%, 100% 100%, 100% 100%, 93% 0%);}

/*å…¶ä»–å†…å®¹*/
/*#endregion*/

/*#region å…¶ä»–*/
/*åˆ†é¡µ*/
.page-link { padding: .5rem 0.875rem;margin: 0 5px;transition: all 0.3s ease;color: #2c2c2c;border: 1px solid #c0c0c0;border-radius: 5px;border: 0; box-shadow: -1px 1px 9px 1px #d8dde6;}
.page-item.active .page-link { color: #fff; background-color: rgb(183, 27, 44);border-color: var( --e-global-color-secondary );box-shadow: -1px 1px 9px 1px rgba(183, 27, 44, 0.49);border-radius: 5px;}
.page-link:hover{ color: #fff;background-color: var( --e-global-color-secondary );border-color: var( --e-global-color-secondary );}
.pagination{padding: 30px 0;}
/*ç•™è¨€*/
.contact-wrapper .feedback-box .form-control{padding-top: 13px;padding-bottom: 13px;color: #fff;margin-bottom: 0px;background:rgba(255, 255, 255, 0.1);border-color:rgba(0, 0, 0, 0.4)}
.contact-wrapper .feedback-box .form-control::-webkit-input-placeholder{color: #fff;}
.contact-wrapper .feedback-box .form-feedback .btn {padding-top: 15px;padding-bottom: 15px;font-size: 16px;background: var( --e-global-color-secondary );}
.contact-wrapper .feedback-box .form-feedback .btn:hover{background:#04e09a;color: #fff; }
.contact-wrapper .feedback-box .form-feedback.was-validated .form-control:invalid,.contact-wrapper .feedback-box .form-feedback.was-validated .form-control.is-invalid {
    border-color:#f5543f;
    padding-right: calc(1.5em + 0.75rem);
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-feedback .form-control{ background: #f3f3f3; color: #9396a2;font-size: 16px; border-radius: 10px;overflow: hidden; border: 1px solid #cecccc; padding-top: 11px;padding-bottom: 11px;  }
.form-feedback .form-control::-webkit-input-placeholder{color: #9396a2;}
.form-feedback .btn { color: #fff; background: var( --e-global-color-secondary );border-radius: 10px; font-size: 18px;line-height: 22px;padding-top: 11px;padding-bottom: 11px;}
.form-feedback .btn:hover{background:#04e09a;color: #fff; }

@media(max-width:768px) {
    .form-feedback .form-control{padding-top: 10px;padding-bottom: 10px;font-size: 16px;}
    .form-feedback .btn{padding-top: 10px;padding-bottom: 10px;}
    .contact-wrapper .feedback-box .form-control{margin-bottom:0}
    .pagination{flex-wrap: wrap;}
    .page-link{margin-bottom: 10px;}
}

/*æœç´¢*/
.pro-search .search-group{width: 100%;background:#fff;border:0; border-bottom:1px solid #dddddd;border-radius:0;}
.pro-search .search-group .form-control{font-size:18px;color:#333;padding-left:0;}
.pro-search .search-group .form-control::-webkit-input-placeholder{color: #333;font-size:18px;font-weight:bold;}
.search-group { width: 200px; height: 45px; background: #f7f7f7; overflow: hidden;border: 1px solid #f7f7f7;border-radius: 10px;}
.search-group .form-control { border: none; border-radius: 0px ;background: transparent;color: #5c5352;height: 45px;}
.search-group .form-control::-webkit-input-placeholder{color: #5c5352;}
.search-group .btn {border-radius: 0px;height: 45px;  width: 45px;display: flex;justify-content: center;align-items: center; padding: 6px 15px; margin-bottom: 0; }
.search-group i { color: var( --e-global-color-secondary ); font-size: 1.3rem; }
.search-group .btn:hover{background: var( --e-global-color-secondary );}
.search-group .btn:hover i{color: #fff;}


/*#è¡¨æ ¼*/
.table-wrapper table th, .table-wrapper table td { vertical-align: middle; font-size: 16px; border: 1px solid #e1e4e8; color: #777777;}

.table-wrapper  table tbody tr:nth-of-type(odd) { background-color: #f6f6f6; }

/*.table-wrapper table tbody tr td:nth-child(1){text-align: left !important;border-right:0px;}*/
/*.table-wrapper table tbody tr td:nth-child(2){border-left: 0px;}*/

.table-wrapper .table-one table tbody tr td{background-color: #ffffff;border: solid 1px #e1e4e8;text-align: left;padding-left: 30px;}
.table-wrapper .table-one table tbody tr td:nth-of-type(odd){background-color: var( --e-global-color-secondary );border: solid 1px #e1e4e8;}
.table-wrapper .table-one table tbody tr:nth-of-type(odd) td:nth-of-type(even){background-color: #f8f8f8;}
.table-wrapper .table-one table tbody tr td:nth-of-type(odd) p{font-size: 16px;line-height: 30px;color: #ffffff;}
.table-wrapper .table-two{display: flex;justify-content: space-between;}
.table-wrapper .table-two .le{width: 46%;}
.table-wrapper .table-two .le .tab-text{font-size: 24px;font-weight: bold;line-height: 62px;color: #333333;}
.table-wrapper .table-two table{display: block;}
.table-wrapper .table-two table tbody tr td{ padding: 5px; padding-left: 15px;}
.table-wrapper .table-two table tbody tr:nth-of-type(odd) td{background-color: #f8f8f8;}
.table-wrapper .table-two table tbody tr:first-child td{background-color: var( --e-global-color-secondary );border: solid 1px #e1e4e8;}
.table-wrapper .table-two table tbody tr:first-child td p{color: #ffffff;line-height: 26px;font-size: 16px;}
.table-wrapper table tbody tr:hover { background-color: #dee2e6; color: #555; }
.table-wrapper table { display: table; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
@media (max-width: 575.98px) {
    .table-wrapper-sm table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}
@media(max-width:768px) {
    .table-wrapper-md table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-wrapper table th, .table-wrapper table td{font-size: 4px;}
}
@media (max-width: 991.98px) {
    .table-res-lg table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}
@media (max-width: 1500.98px) {
    .table-wrapper-xl table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}


/*#å¼¹å‡ºç•™è¨€è¡¨å•*/
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1000;
    display: none;
    top: 0;
    left: 0;
    background: rgba(00, 00, 00, 0.8);
}

.reveal-modal {
    visibility: hidden;
    top: 250px;
    left: 50%;
    margin-left: -25%;
    width: 50%;
    position: absolute;
    z-index: 1001;
    padding: 35px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    background-color: #FFF;
}

.reveal-modal .title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
}

.reveal-modal .close-reveal-modal {
    font-size: 30px;
    line-height: 0.5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #333;
    text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
    font-weight: bold;
    cursor: pointer;
}

@media(max-width:768px) {
    .reveal-modal {
        visibility: hidden;
        top: 50px;
        left: 50%;
        margin-left: -45%;
        width: 90%;
        position: absolute;
        z-index: 1001;
        padding: 25px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
        -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
        background-color: #FFF;
    }
    .reveal-modal .title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }
}


.feedpc{position:fixed;right: 0px;top:60%;cursor: pointer;z-index: 70;}
.feedpc .feed{display: flex;align-items: center;}
.feedpc .feed .img{z-index: 60;margin-right: -20px;}
.feedpc .feed p{background: #414141;height: 50px;font-size: 18px;font-weight: bold;color: #fff;text-align: center;line-height: 50px;padding: 0 15px 0 25px;}

@media(max-width:768px) {
    .feedpc .feed .img{margin-right: 0px;}
    .feedpc .feed .img img{width: 50px;height: 50px;}
    .feedpc .feed p{display: none;}
    .totop{z-index:10;}
}



/*header*/
.header-ph{background: linear-gradient(to left, #8ec220f0, #1c92bf);padding: 8px 0;height: auto;transition: all 0.3s;}

.header-ph .container-xl{display: flex;align-items: center;justify-content: flex-end;}
.header-ph .he-ic{padding: 0 30px;font-size: 18px;line-height: 30px;color: var(--cus-color8);transition: all 0.3s;margin-left: 15px;display: flex;align-items: center;}
.header-ph .he-ic a{font-size: 18px;line-height: 30px;font-weight: bold;color: var(--cus-color8);transition: all 0.3s;margin-left: 15px;}
.header-ph .he-ic a:hover{color: var( --e-global-color-secondary );}
.header-ph  .public-social{padding-left: 30px;}
#header .social>a{background: #0077b500 !important;}
.header-ph .social-linkedin{background: #0077b500 !important;}
.header-ph .social-linkedin:hover{background: #0077b5 !important;}
.header-ph .social-youtube{background: #cd201f00 !important;}
.header-ph .social-youtube:hover{background: #cd201f !important;}
.header-ph .social-twitter{background: #55acee00 !important;}
.header-ph .social-twitter:hover{background: #55acee !important;}
.header-ph .social-facebook{background: #3b599800 !important;}
.header-ph .social-facebook:hover{background: #3b5998 !important;}
.social>span, .social>a{color: #ffffff !important;border-radius: 5px;}
.social>span:hover, .social>a:hover{color: #ffffff !important;}
.header-top{padding: 0px 30px;background: #ffffff;transition: all 0.3s;position: relative;}
.header-top .nav{padding: 0;}
.header-top .box{justify-content: space-between;}
.header-top .box .le1{}
.header-top .box .le1 .img{background-color: #fff; padding: 20px 10px 0 10px;position: relative;}
.header-top .box .le1 .img::before{position: absolute;left: 0;content: '';width: 100%;height: 130%;bottom: -65%;background-color: #fff;border-radius: 50%;z-index: -1;}
.header-top .box .le2{flex: 1;}
.header-top .top-lang .dropdown.lang .dropdown-toggle::after{border-left: 5px solid transparent;
    border-right: 5px solid transparent; 
    border-top: 8px solid #333;font-size: 0;}
.navbar-custom .navbar-nav > .nav-item{margin: 0 10px;position: relative;padding: 0 5px;}
.navbar-custom .navbar-nav .nav-item:hover::before{opacity: 1;}
.navbar-custom .navbar-nav .nav-item.active::before{opacity: 1;}
.dropdown.lang .dropdown-toggle{font-weight: bold;font-size: 16px;}
.top-search-box{position: relative;}
.top-search-box .top-search{right: 0;}
.header.fadeInDown .header-top{background: #ffffff;padding: 10px 30px;}
.header.fadeInDown .header-top  .box .le1 .img{background: transparent;padding: 0;}
.header.fadeInDown .header-top  .box .le1 .img::before{display: none;}
.header.fadeInDown .top-search-box .search-tb i{color:#333333;}
.header-qt{position: relative;}
.header-qt .header-top{}
.header-qt .navbar-custom .navbar-nav .nav-link:before,.header-qt .navbar-custom .navbar-nav .nav-link:before{background-color:#2c2c2c;}
.header-qt .header-top .box .le2 .le-top a,.header-qt .navbar-custom .navbar-nav .nav-link,.header-qt .navbar-custom .navbar-nav .nav-item::before,.header-qt .top-search-box .search-tb i{color:#333333;}
.header-qt .navbar-custom .navbar-nav .nav-link:before,.header-qt .navbar-custom .navbar-nav .nav-link:before{background-color:#2c2c2c;}

.top-search-box{margin-right: 0;}
.header-top .box .le2 .le-top{display: flex;justify-content: flex-end;align-items: center;font-size: 17px;font-weight: bold;color: #ffffff;}
.header-top .box .le2 .le-top .ico{background-color: var( --e-global-color-secondary );border-radius: 19px;text-align: center;padding: 5px 20px;margin-right: 20px;}
.header-top .box .le2 .le-top a{font-size: 17px;font-weight: bold;color: #ffffff;transition: all 0.5s;}
.header-top .box .le2 .le-top a:hover{color: var( --e-global-color-secondary );}

.navbar-custom .dropdown-menu li{ font-size:16px;}

@media(max-width:1680px) {
    .navbar-custom .navbar-nav .nav-item { margin: 0 8px;position: relative !important;}
    .navbar-custom .navbar-nav > .nav-item{margin: 0 5px;position: relative;padding: 0 10px;}
    .navbar-custom .navbar-nav .nav-link{font-size: 16px;}
    .header-top,.header.fadeInDown .header-top{padding: 10px 15px;}
    
    .navbar-custom .navbar-nav .nav-item:last-child .nav-link{padding: 7px 12px;}
}

@media(max-width:1450px) {
    .navbar-custom .navbar-nav .nav-item { margin: 0 5px;}
    .navbar-custom .navbar-nav > .nav-item{margin: 0 5px;padding: 0 5px;}
    .navbar-custom .navbar-nav .nav-link{font-size: 14px;}
    .header-top{padding: 10px 15px;}
    .navbar-custom .navbar-nav .nav-item:last-child .nav-link{padding: 7px 12px;}
}
@media(max-width:1300px) {
    .navbar-custom .navbar-nav .nav-link{font-size: 12px;}
}

@media(max-width:768px) {
    .header{display: none;}
}
/*banner*/
.banner.home .banner-text .box{width: auto;text-align: center;transform: translateY(-50%);}
.banner.home .banner-text .box .t1{font-size: 40px;font-weight: 700;line-height: 45px;color: #000000;margin-bottom: 40px;}
.banner.home .banner-text .box .t1 span{color:var( --e-global-color-secondary );}
.banner.home .banner-text .ba-img{mix-blend-mode: darken;width: 45%;}

@media(max-width:1300px) {
    .banner.home .banner-text .box .t2{font-size: 40px;line-height: 50px;margin: 20px 0;}
    .banner.home .banner-text .box .whole-p{margin: 20px 0;}
    }


@media(max-width:768px) {
    .banner.home .banner-text .box{transform: translateY(0%);}
    .banner.home .banner-text .box .t1{font-size: 18px;font-weight: 400;line-height: 22px;margin-bottom: 10px;}
    .banner.home .banner-text .box .whole-a{font-size: 16px;padding: 5px 20px;}
    
    
}
/*index*/
.money{cursor:pointer;transition:all 0.5s ease}
.money:hover{transform:scale(1.1)}
.whole-t1{font-size: 43px;font-weight: 700;line-height: 72px;color: #333333;}
.whole-t1 span{color: var( --e-global-color-secondary );}
.whole-t2{font-size: 20px;font-weight: 300;line-height: 28px;color: #1f1f1f;}
.whole-p{font-size: 18px;line-height: 32px;font-family: 'Arial';color: #666666;}
.whole-a{font-size: 12px;font-weight: 500;color: #ffffff;transition: all 0.5s;display: inline-block;padding: 12px 42px;border: 1px solid var( --e-global-color-secondary );background-color: var( --e-global-color-secondary );text-align: center;border-radius: 5px;}
.whole-a:hover{color: var( --e-global-color-secondary );background-color: transparent;}

@media(max-width:768px) {
    .whole-t1{font-size: 24px;line-height: 32px;}
    .whole-p{font-size: 14px;line-height: 22px;}
    .whole-a{min-width: auto;height: auto;font-size: 14px;line-height: 25px;padding: 8px 20px;}
    .whole-t2{font-size: 16px;}
}




.home-safety{padding: 110px 0;}
.home-safety .top{text-align: center;margin-bottom:60px;}
.home-safety .top .whole-t1{margin: 10px 0;}
.home-safety .box{display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: space-between;}
.home-safety .box .item{flex: 0 0 10%;text-align: center;display: block;}
.home-safety .box .item .img{overflow: hidden;}
.home-safety .box .item .whole-p{transition: all 0.5s;}
.home-safety .box .item .whole-p:hover{color: var( --e-global-color-secondary );}


@media(max-width:768px) {
    .home-safety{padding: 30px 0;}
    .home-safety .top{margin-bottom: 20px;}
    .home-safety .box{flex-wrap: wrap;}
    .home-safety .box .item{flex: 0  0 50%;}
}



.home-about{padding-top: 90px;}
.home-about .container-xl{margin-right: 0;padding-right: 0;display: flex;justify-content: space-between;}
.home-about .left{flex: 0 0 52%;}
.home-about .left .whole-t1{margin: 10px 0;}
.home-about .left .whole-p{margin: 30px 0;}
.home-about .left .box{display: flex;margin:40px 0 70px 0;}
.home-about .left .box .item{font-family: 'Arial';font-size: 16px;line-height: 20px;color: #333333;margin-right: 70px;margin-left: 10px;text-align: center;}
.home-about .left .box .item .img{min-height: 50px;}
.home-about .right{flex: 0 0 48%;mix-blend-mode:darken;}
.home-about .left .box .item .text{color:var( --e-global-color-secondary );font-weight:bold;}



@media(max-width:1650px) {
    .home-about{padding: 30px 0;}
    .home-about .left .box{margin: 20px 0;}
}


@media(max-width:768px) {
    .home-about{padding: 30px 0 0 0;background: #f8f8f8;}
    .home-about .left{text-align: center;margin-bottom: 30px;}
    .home-about .left .whole-p{text-align: left;}
    .home-about .left .box{margin: 20px 0;flex-wrap: wrap;}
    .home-about .left .box .item{margin: 0;margin-bottom: 20px;flex: 0 0 50%;font-size: 14px;}
    .home-about .left .box .item .text{margin-top: 5px;}
    .home-about .left .box .item .text br{display: none;}
    .home-about .container-xl{flex-direction: column;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
    .home-about .left .whole-p{margin: 15px 0;}
}


.home-lockout{padding: 180px 0 130px 0;}
.home-lockout .whole-t1,.home-lockout .whole-p{color: #ffffff;}
.home-lockout .kuai img{filter: invert(98%) sepia(93%) saturate(2%) hue-rotate(208deg) brightness(119%) contrast(100%);margin: 15px 0;}
.home-lockout .row{background-color: #fff;display: flex;flex-wrap: wrap;justify-content: space-between;margin-right: 0;margin-left: 0;margin-top: 90px;}
.home-lockout .row .col-md-4{margin-bottom: 10px;padding: 0;}
.home-lockout .row .col-md-4:nth-child(3n+1){padding-right: 6px;}
.home-lockout .row .col-md-4:nth-child(3n+2){padding: 0 3px;}
.home-lockout .row .col-md-4:nth-child(3n+3){padding-left: 6px;}
.home-lockout .row .col-md-4:nth-last-child(1),.home-lockout .row .col-md-4:nth-last-child(2),.home-lockout .row .col-md-4:nth-last-child(3){margin-bottom: 0px;}
.home-lockout .box{position: relative;}
.home-lockout .box .text{position: absolute;bottom: 0;left: 0;width: 100%;text-align: center;font-size: 20px;font-weight: 600;line-height: 45px;color: #ffffff;background-color: #000000;opacity: 1;transition: all 0.3s;}
.home-lockout .box .boxs{position: absolute;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;background-color: #00000080;top: 0;flex-direction: column;opacity: 0;transition: all 0.3s;}
.home-lockout .box .boxs .whole-a{border-radius: 0;font-size: 20px;font-weight: 600;line-height: 32px;color: #ffffff;margin-top: 32px;    position: relative;z-index: 1;}
.home-lockout .box .boxs .whole-a:hover{border: 1px solid #fff;}
.home-lockout .box:hover .boxs{opacity: 1;}
.home-lockout .box:hover .text{opacity: 0;}

@media(max-width:768px) {
    .home-lockout{padding: 30px 0;background: var(--e-global-color-secondary);}
    .home-lockout .row{margin-top: 30px;}
    .home-lockout .row .col-md-4{margin-bottom: 10px !important;}
    .home-lockout .row .col-md-4:nth-child(3n+1){padding-right: 0px;}
    .home-lockout .row .col-md-4:nth-child(3n+2){padding: 0px;}
    .home-lockout .row .col-md-4:nth-child(3n+3){padding-left: 0px;}
    .home-lockout .box .text{font-size: 16px;}
}




.home-way{padding: 50px 0;text-align: center;}
.home-way .box{background-color: #ffffff;box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.15);border-radius: 10px;margin-top: 80px;overflow: hidden;}
.home-way .box .img{overflow: hidden;}
.home-way .box .text{padding: 20px 10px 20px 20px;text-align: left;}
.home-way .box .text .t1{font-size: 19px;font-weight: 600;line-height: 30px;color: #333333;}
.home-way .box .text .t2{font-family: 'Arial';font-size: 14px;line-height: 30px;color: #666666;}
.home-way .box .text .ta{font-size: 18px;font-weight: 700;line-height: 30px;color: var( --e-global-color-secondary );transition: all 0.3s;}
.home-way .box .text .ta:hover{color: #333333;}
.home-way .box .text .te-a{display: flex;align-items: center;justify-content: center;}
.home-way .box .text .te-a a{display: block;font-size: 12px;line-height: 30px;color: #ffffff;padding: 0 25px;background-color: var(--e-global-color-secondary);margin:0 5px;transition: all 0.3s;border: 1px solid var(--e-global-color-secondary);}
.home-way .box .text .te-a a:hover{background-color: transparent;color: var(--e-global-color-secondary);}


@media(max-width:768px) {
    .home-way{padding: 30px 0;}
    .home-way .box{margin-top: 30px;}
    .home-way .box .text .ta{font-size: 16px;}
}







/*footer*/
footer{position: relative;color: #ffffffd6;background: linear-gradient(to left, #8ec220f0, #1c92bf);}
footer .footer-top{padding: 60px 0 50px 0;position: relative;}
footer .footer-top .befo{position: absolute;left: 0;transform: translateY(-100%);top: 1px;}
footer .footer-top .about{padding-left: 70px;}
footer .footer-top .product{ }
footer .footer-top .footer-logo{margin-bottom: 20px;}
footer .footer-top .footer-logo img{mix-blend-mode: screen;width:200px}
footer .footer-top .desc{font-size: 18px;line-height: 30px;margin-bottom: 30px;font-weight: 300;}
footer .footer-top .footer-tk{border: 1px solid #ffffff5b;display: flex;justify-content: space-between;padding: 20px 35px 20px 20px;cursor: pointer;font-size: 18px;color: #fff;margin: 10px 0 40px 0;}
footer .footer-top .footer-tk:hover{border-color: #ffffff;transition: all 0.3s;}
footer .footer-top .links{padding-left: 50px;}
footer .footer-top .list{display: flex;justify-content: space-between;flex-wrap: wrap;}
footer .footer-top .list p{flex: 0 0 100%;margin-bottom: 0px;}
footer .footer-top .list p:before{content: "";width: 16px;height: 14px;background: url(/wp-content/uploads/2024/03/footer-tb.png) no-repeat;margin-right: 15px;display: inline-block;}
footer .footer-top .list a{font-size: 18px;line-height: 35px;color: #ffffffd6;}
footer .footer-top .list a:hover{color: #ffffff; text-decoration: underline;transition: all 0.3s;opacity: 1;}
footer .footer-top .title{font-size: 25px;font-weight: 700;line-height: 70px;color: #ffffff;margin-bottom: 20px;}
footer .footer-top .addr{display: flex;font-size: 18px;line-height: 30px;color: #ffffff;opacity: .9;margin-bottom: 10px;}
footer .footer-top .addr span{min-width: 40px;}
footer .footer-top .addr a{font-size: 18px;line-height: 30px;color: #ffffff;transition: all 0.3s ease;}
footer .footer-top .addr a:hover{opacity: 1;text-decoration: underline;}



footer .footer-bottom{font-size: 15px;line-height: 30px;color: var(--cus-color8);border-top: solid 1px #ffffff2e;}
footer .footer-bottom .right a{color: rgba(255, 255, 255, 0.4);margin-left: 15px;}
footer .footer-bottom .right a:hover{text-decoration: underline;}
footer .footer-bottom .container-xl{display: flex;justify-content: space-between;align-items: center;}
footer .footer-social{display: flex;align-items: center;}
footer .footer-social .social{display: flex;width: 100%;align-items: center;color: rgba(255, 255, 255, 1);font-size: 16px;opacity: 1;transition: all 0.3s;}
footer .footer-social .social a{background: #505050;border-radius: 5px;overflow: hidden;width: 32px;color: rgba(255, 255, 255, 0.4);margin-right: 5px;display: block;height: 32px;}
footer .footer-social .social:hover{opacity: 1;}
footer .footer-social .social:hover span{background: #00a0e9!important;}
footer .footer-social span{background: #505050!important;margin-right:5px!important;border-radius: 5px!important;}

footer .footer-social span:before{color: rgba(255, 255, 255, 1);font-size: 16px;}
footer .ab-a{font-size: 26px;font-weight: 300;line-height: 43px;color: #ffffff;background-color: #00a0e9;border-radius: 4px;display: inline-block;padding:0 20px;}
footer .ab-a i{font-size: 20px;margin-right: 5px;}
footer .ab-a:hover{text-decoration: underline;}
footer .footer-top .about .title{margin-bottom: 50px;}
footer .social-linkedin{background: #505050 !important;}
footer .social-linkedin:hover{background: #0077b5 !important;}
footer .social-youtube{background: #505050 !important;}
footer .social-youtube:hover{background: #cd201f !important;}
footer .social-twitter{background: #505050 !important;}
footer .social-twitter:hover{background: #55acee !important;}
footer .social-facebook{background: #505050 !important;}
footer .social-facebook:hover{background: #3b5998 !important;}
footer .footer-top .footer-logo img{display: inline-block !important;}
    @media(max-width:768px) {
        footer .footer-top .footer-logo img{width: 120px;margin-bottom: 10px;display: inline-block !important;}
        footer .footer-top .addr a{font-size: 12px;}
        footer .footer-top{padding: 20px 0;}
        footer .footer-top .desc{font-size: 12px;line-height: 20px;margin-bottom: 10px;}
        footer .footer-top .footer-logo{margin-bottom: 10px;}
        footer .footer-top .title{font-size: 18px;margin-bottom: 10px;line-height: 30px;}
        footer .footer-top .footer-tk{padding: 10px;}
        footer .footer-top .links{padding-left: 15px;margin-top: 25px;}
        footer .footer-top .list{margin-bottom: 20px;}
        footer .footer-top .list p{
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: break-all;
            display: -webkit-box; 
            -webkit-box-orient: vertical; 
            -webkit-line-clamp: 1;
        }
        footer .footer-top .list a{font-size: 12px;line-height: 30px;}
        footer .footer-top .addr{font-size: 12px;line-height: 24px;margin-bottom: 10px;}
        footer .footer-bottom{padding: 20px 0;}
        footer .footer-top .product{padding-left: 7px;}
        footer .footer-bottom .container-xl{flex-wrap: wrap;justify-content: center;text-align: center;}
        footer .footer-bottom .container-xl .left .footer-social{padding-left: 20px;}
        footer .footer-social{justify-content: center;margin-bottom: 5px;}
        footer .footer-bottom .container-xl .right{width: 100%;line-height: 24px;font-size: 12px;}
        
}


.about-top{padding: 30px 0;}
.about-top .ny-title{display: none;}
.about-top .page-title a{font-size: 24px;line-height: 41px;color: #333333;}
.about-top .page-title .breadcrumb .breadcrumb-item:first-child a::before{content: '';background: url(../../images/pa.png) no-repeat;width: 35px;height: 20px;position: absolute;left: 0;top: 7px;filter: none;}
.about-top .page-title .breadcrumb { justify-content:flex-start;}
.about-top .breadcrumb-item + .breadcrumb-item::before{color: #333;}
.about-why{text-align: center;padding:80px 0 110px 0;}
.about-why .img{position: relative;}
.about-why .play{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.about-why .whole-p{color: #666666;opacity: 0.8;margin: 20px 0 70px 0;}

@media(max-width:768px) {
    .about-top .page-title a{font-size: 14px;line-height: 20px;}
    .about-why{padding: 30px 0;}
    .about-why .whole-p{margin: 15px 0;}
    .about-why .play{width: 60px;}
}



.about-vid{background-color: #f4f4f4;padding: 60px 0;    font-size: 18px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 30px;}
.about-vid .container-xl{padding-right: 40px;padding-left: 40px;}
.about-vid .row{margin-right: -20px;margin-left: -20px;justify-content: center;}
.about-vid .col-md-4{padding-right: 20px;padding-left: 20px;}
.about-vid .box{background-color: #ffffff;border-radius: 4px;overflow: hidden;border-bottom: 2px solid  var( --e-global-color-secondary );border-radius: 1px;margin-bottom: 40px;}
.about-vid .box .img{position: relative;overflow: hidden;}
.about-vid .box .img .paly{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.about-vid .box .text{padding: 20px 20px 30px 20px;font-size: 20px;font-weight: 700;line-height: 28px;color: #333333;height: 140px;}
.about-vid .box .text span{text-decoration: underline;color: var( --e-global-color-secondary );}


@media(max-width:768px) {
    .about-vid{padding: 30px 0;}
    .about-vid .box{margin-bottom: 20px;}
    .about-vid .box .img .paly{width: 60px;}
    .about-vid .box .text{font-size: 16px;height: auto;}
}



.about-how{padding: 100px 0 190px 0;text-align: center;}
.about-how .container-xl{padding-right: 20px;padding-left: 20px;}
.about-how .whole-t1{margin: 10px 0;}
.about-how .row{margin-right: -20px;margin-left: -20px;}
.about-how .col-md-4{padding-right: 20px;padding-left: 20px;}
.about-how .box{transition: all 0.5s;background-color: #ffffff;cursor: pointer;border-bottom: 2px solid var( --e-global-color-secondary );box-shadow: 0px 0px 40px 0px rgba(51, 51, 51, 0.1);text-align: left;margin-top: 70px;}
.about-how .box .img{position: relative;overflow: hidden;}
.about-how .box .img .play{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.about-how .box .text{font-size: 20px;font-weight: 700;line-height: 28px;color: #333333;padding: 20px;height: 140px;}
.about-how .box:hover{box-shadow: 0px 20px 40px 0px rgba(51, 51, 51, 0.2);}
.about-how iframe{width:100%;    aspect-ratio: 560 / 315;}
.about-how .row>p{flex:0 0 100%}

@media(max-width:768px) {
    .about-how{padding: 30px 0;}
    .about-how .box{margin-top: 20px;}
    .about-how .box .img .play{width: 60px;}
    .about-how .box .text{font-size: 16px;height: auto;}
}


.certificate{padding: 120px 0 300px 0;}
.certificate .box{padding: 25px;background-color: #fafafa;margin:0 10px;margin-bottom: 35px;}
.certificate .box .img{overflow: hidden;}
.certificate .box .text{text-align: center;font-size: 13px;color: #666666;margin-top: 20px;}

@media(max-width:768px) {
    .certificate{padding: 30px 0;}
    .certificate .box{padding: 10px;margin: 0;margin-bottom: 20px;}
}



.video{padding: 120px 0 250px 0;}
.video .row{margin-right: -20px;margin-left: -20px;}
.video .col-md-4{padding: 10px;}
.video .box{transition: all 0.5s;background-color: #ffffff;cursor: pointer;box-shadow: 0px 0px 40px 0px rgba(51, 51, 51, 0.1);text-align: left;height:100%;}
.video .box .img{position: relative;overflow: hidden;}
.video .box .img .play{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.video .box .text{font-size: 20px;font-weight: 700;line-height: 28px;color: #333333;padding: 20px;}
.video .box:hover{box-shadow: 0px 20px 40px 0px rgba(51, 51, 51, 0.2);}
@media(max-width:1024px) {
    .video .box .text{
        font-size:18;
    }
}
@media(max-width:768px) {
    .video{padding: 30px 0;}
    .video .box{margin-bottom: 20px;}
    .video .box .img .play{width: 60px;}
    .video .box .text{font-size: 16px;height: auto;}
    .l-ts-zs{
        max-height: 250px;
        object-fit: contain;
    }
}


.banner.ny.solution-ny .box .container-xl{align-items: flex-start;text-align: left;}
.banner.ny.solution-ny .page-title .breadcrumb{justify-content: flex-start;}
.banner.ny.solution-ny .ny-title{font-size: 60px;line-height: 72px;margin: 40px 0;}
.banner.ny.solution-ny .ny-text{font-size: 24px;line-height: 42px;color: #ffffff;;}

@media(max-width:1024px) {
    .banner.ny.solution-ny .ny-title{font-size: 24px;line-height: 30px;margin: 10px 0;text-align: left;}
    .banner.ny.solution-ny .ny-text{display: none;}
    .float .float-window{top:-490px;}
}


.solution-top{text-align: center;padding: 50px 0;}
.solution-top .whole-t1{font-size: 43px;margin: 10px 0;}
.solution-top .whole-p{margin-top: 20px;}
.solution-top .box{margin-top: 80px;border-radius: 1px;text-align: left;}
.solution-top .box .whole-p{padding: 30px 0;height: auto;}
@media(max-width:1024px) {.solution-top{padding: 30px 0;}
.float{
    z-index: 999999 !important;
}
.float .float-window.show{
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}}
@media(max-width:768px) {
    .solution-top{padding: 30px 0;}
    .solution-top .whole-t1{margin: 0;font-size: 24px;}
    .solution-top .whole-p{margin-top: 10px;}
    .solution-top .box{margin-top: 20px;}
    .solution-top .box .whole-p{padding: 15px 0;height: auto;}
}
.closeIcon{
    color: black !important;
    position: absolute !important;
    right: 20px;
    font-weight: 600;
}

.solution-application{background-color: #f8f8f8;padding: 100px 0 120px 0;text-align: center;}
.solution-application .container-xl{max-width: 1290px;}
.solution-application .whole-t1{font-size: 43px;margin: 10px 0;}
.solution-application .box{display: flex;flex-wrap: wrap;justify-content: space-between;}
.solution-application .box .item{margin-top: 80px;background-color: var( --e-global-color-secondary );border-radius: 10px;border: solid 2px var( --e-global-color-secondary );flex: 0 0 28%;position: relative;font-size: 23px;font-weight: 700;line-height: 75px;color: #ffffff;}
.solution-application .box .item::before{content: '';position: absolute;width: 48px;height: 35px;background: url(../assets/imgs/rig.png) no-repeat;right: -80px;top: 50%;transform: translateY(-50%);}
.solution-application .box .item:nth-child(3)::before{transform: translateY(50%) translateX(-50%)  rotateZ(90deg);left: 50%;top: 100%;}
.solution-application .box .item:nth-child(4)::before,.solution-application .box .item:nth-child(5)::before{transform:translateY(-50%) rotateZ(180deg);}
.solution-application .box .item:nth-child(6)::before,.solution-application .box .item:nth-child(9)::before{width: 0;}
.solution-application .box .item:nth-child(4)::after{content: '';position: absolute;width: 48px;height: 35px;background: url(../assets/imgs/rig.png) no-repeat;transform: translateY(50%) translateX(-50%)  rotateZ(90deg);left: 50%;top: 100%;}
.prodItem{
    position: relative !important;
}
.prodItem:hover>.dropdown-menu{
    display: block;
}

@media(max-width:768px) {
    .solution-application{padding: 30px 0;}
    .solution-application .whole-t1{font-size: 24px;margin: 0;}
    .solution-application .box{}
    .solution-application .box .item{font-size: 14px;line-height: 40px;margin-top: 20px;flex: 0 0 48%;font-weight: 400;}
    .solution-application .box .item::before{width: 0;}
    .solution-application .box .item:nth-child(4)::after{width: 0;}
}


.solution-bozzys .top{padding: 40px 0;text-align: center;}
.solution-bozzys .top .whole-t1{font-size: 43px;margin: 10px 0;}
.solution-bozzys .top .whole-p{margin: 0 auto; margin-top: 20px;opacity: 0.8;width: 80%;color: #666666;}
.solution-bozzys .bottom .box{padding: 80px 0 110px 0;background-color: #f8f8f8;}
.solution-bozzys .bottom .box .container-xl{display: flex;justify-content: space-between;}
.solution-bozzys .bottom .box .container-xl .left{flex: 0 0 28%;}
.solution-bozzys .bottom .box .container-xl .right{flex: 0 0 62%;}
.solution-bozzys .bottom .box .container-xl .right .whole-t1{font-size: 36px;}
.solution-bozzys .bottom .box .container-xl .right img{margin:20px 0 40px 0;}
.solution-bozzys .bottom .box .container-xl .right .whole-p{color: #666666;font-family: 'Barlow';font-weight: 500;}
.solution-bozzys .bottom .box .container-xl .right .whole-p span{color: var( --e-global-color-secondary );}
.solution-bozzys .bottom .box:nth-child(even){background: #ffffff;padding: 110px 0;}
.solution-bozzys .bottom .box:nth-child(even) .container-xl{flex-direction:row-reverse;}
.solution-bozzys .bottom .box .container-xl .right .ppp{font-size: 24px;line-height: 32px;color: #666666;}

@media(max-width:768px) {
    .solution-bozzys .top .whole-t1{font-size: 24px;margin: 0;}
    .solution-bozzys .top .whole-p{width: auto;}
    .solution-bozzys .bottom .box{padding: 30px 0;}
    .solution-bozzys .bottom .box .container-xl{flex-direction: column-reverse;}
    .solution-bozzys .bottom .box .container-xl .right .whole-t1{font-size: 24px;}
    .solution-bozzys .bottom .box .container-xl .right{margin-bottom: 20px;}
    .solution-bozzys .bottom .box:nth-child(even){padding: 30px 0;}
    .solution-bozzys .bottom .box:nth-child(even) .container-xl{flex-direction: column-reverse;}
    .solution-bozzys .bottom .box .container-xl .right img{margin: 10px 0;}
    .solution-bozzys .bottom .box .container-xl .right .ppp{font-size: 14px;line-height: 22px;}
}



.solution-general{background-color: #f8f8f8;padding: 60px 0;}
.solution-general .container-xl{text-align: center;}
.solution-general .container-xl .whole-t1{font-size: 43px;margin: 10px 0;}
.solution-general .bottom{padding: 0 20px;margin-top: 30px;}
.solution-general .row{margin-right: -20px;margin-left: -20px;gap:20px 0px;}
.solution-general .row .col-md-3{padding-right: 20px;padding-left: 20px;}
.solution-general .box{height: 100%;background-color: #ffffff;box-shadow: 0px 20px 40px 0px rgba(51, 51, 51, 0.2);border-radius: 4px;overflow: hidden;display: block;border-bottom:3px solid  var( --e-global-color-secondary );}
.solution-general .box .img{overflow: hidden;max-height: 300px;}
.solution-general .box .text{padding: 20px;}
.solution-general .box .text .t1{font-size: 20px;font-weight: 700;line-height: 28px;color: #333333;text-transform: uppercase;}
.solution-general .box .text .t2{overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
display: -webkit-box; 
-webkit-box-orient: vertical; 
-webkit-line-clamp: 2;
font-size: 16px;line-height: 26px;color: #666666;font-family: 'Arial';margin: 15px 0 35px 0;}
.solution-general .box .text .so-a{font-size: 18px;font-weight: 700;line-height: 30px;color: var( --e-global-color-secondary );transition: all 0.5s;display: inline-block;}
.solution-general .box .text .so-a:hover{color: #000;}
@media(max-width:1024px) {
    .solution-general{padding: 30px 0;}
}
@media(max-width:768px) {
    .solution-general{padding: 30px 0;}
    .solution-general .container-xl .whole-t1{font-size: 24px;}
    .solution-general .bottom{margin-top: 20px;padding: 0 15px;}
    .solution-general .box{margin-bottom: 20px;}
    .solution-general .box .text{padding: 20px;}
    .solution-general .box .text .t1{font-size: 18px;}
    .solution-general .box .text .t2{font-size: 14px;line-height: 22px;margin: 10px 0;}
    .solution-general .row{margin-right: -15px;margin-left: -15px;}
    .solution-general .row .col-md-3{padding-right: 15px;padding-left: 15px;}
}



.solution-con-top .page-title .breadcrumb .breadcrumb-item:first-child a::before{content: '';background: url(../../images/pa-hui.png) no-repeat;width: 35px;height: 20px;position: absolute;left: 0;top: 7px;filter: none;}
.solution-content{padding: 40px 0 10px 0;}
.solution-content .title{font-size: 42px;font-weight: 700;line-height: 62px;color: #333333;text-transform: uppercase;}
.solution-content .kuai{margin: 30px 0;}
.solution-content p{font-family: 'Arial';font-size: 18px;line-height: 32px;color: #666666;}
.solution-content .row{margin-top: 50px;}


@media(max-width:768px) {
    .solution-con-top .page-title .breadcrumb .breadcrumb-item:first-child a::before{background-size: 100%;width: 15px;height: 15px;top: 2px;}
    .solution-content{padding:0 0 30px 0;}
    .solution-content .title{font-size: 24px;line-height: 32px;}
    .solution-content .kuai{margin: 10px 0;}
    .solution-content p{font-size: 14px;line-height: 22px;}
    .solution-content .row{margin-top: 20px;}
    .solution-content .col-md-4{margin-bottom: 20px;}
}



.solution-content-qt{background-color: #f8f8f8;padding: 40px 0;text-align: center;}
.solution-content-qt .swp{position: relative;}
.solution-content-qt .whole-t1{font-size: 43px;margin: 10px 0;}
.solution-content-qt .box{background-color: #ffffff;border-radius: 4px;overflow: hidden;display: block;margin-top: 70px;text-align: left;}
.solution-content-qt .box .img{overflow: hidden;}
.solution-content-qt .box .text{padding: 30px;border-bottom:3px solid  var( --e-global-color-secondary );}
.solution-content-qt .box .text .t1{font-size: 20px;font-weight: 700;line-height: 28px;color: #333333;}
.solution-content-qt .box .text .t2{overflow: hidden;text-overflow: ellipsis;word-break: break-all;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;
    font-size: 16px;line-height: 26px;color: #666666;font-family: 'Arial';margin: 15px 0 35px 0;}
.solution-content-qt .box .text .so-a{font-size: 18px;font-weight: 700;line-height: 30px;color: var( --e-global-color-secondary );transition: all 0.5s;display: inline-block;}
.solution-content-qt .box .text .so-a:hover{color: #000;}
.solution-content-qt .swiper-button-next,.solution-content-qt .swiper-button-prev{width: 47px;height: 47px;background-color: #c6c6c6;border-radius: 50%;display: inline-flex;
        align-items: center;
        justify-content: center;}
.solution-content-qt .swiper-button-prev:after,.solution-content-qt  .swiper-button-next:after{font-size: 18px;color: #fff;}
.solution-content-qt .swiper-button-prev{left: -70px;}
.solution-content-qt .swiper-button-next{right: -70px;}

@media(max-width:1024px) {
    .solution-content-qt .box{margin-top: 10px;}
}

@media(max-width:768px) {
    .solution-content-qt{padding: 30px 0 10px 0;}
    .solution-content-qt .whole-t1{font-size: 24px;margin: 0;}
    .solution-content-qt .box .text{padding: 20px;}
    .solution-content-qt .box .text .t2{font-size: 14px;line-height: 24px;margin: 10px 0px;}
    .solution-content-qt .swiper-button-next{right: 0;}
    .solution-content-qt .swiper-button-prev{left: 0;}
    .solution-content-qt .swiper-button-next, .solution-content-qt .swiper-button-prev{margin-top: 0;top: inherit;top: 110px;}
}


.service-top{text-align: center;padding: 70px 0;}
.service-top .whole-t1{font-size: 43px;margin: 10px 0;}
.service-top .box{display: flex;gap: 30px;justify-content: center;text-align: left;margin-top: 100px;}
.service-top .box .item{position: relative;flex: 0 0 25%;border-radius: 4px;overflow: hidden;}
.service-top .box .item .text{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;flex-direction: column;padding-left: 80px;justify-content: center;}
.service-top .box .item .t1{font-size: 26px;font-weight: 600;line-height: 30px;color: #ffffff;margin-top: 70px;}
.service-top .box .item .t1:hover{text-decoration: underline;}
@media(max-width:768px) {
    .service-top{padding: 30px 0;}
    .service-top .whole-t1{font-size: 24px;margin: 0;}
    .service-top .box{flex-direction: column;margin-top: 20px;}
    .service-top .box .item{margin-bottom: 20px;}
    .service-top .box .item .text{padding-left: 20px;}
    .service-top .box .item .t1{font-size: 24px;margin-top: 20px;}
}


.service-su{padding: 40px 0 0 0;}
.service-su .container-xl{display: flex;justify-content: space-between;}
.service-su .left{flex: 0 0 55%;}
.service-su .left .whole-t1{font-size: 42px;line-height: 62px;}
.service-su .left .kuai{margin:10px 0 30px 0;}
.service-su .left .text{margin: 20px 0;}
.service-su .left .text p{font-size: 16px;color: #333333;font-family: 'Arial';line-height: 30px;}
.service-su .left .text p span{color: var( --e-global-color-secondary );margin-right: 20px;}
.service-su .right{flex: 0 0 43%;}

@media(max-width:768px) {
    .service-su{padding: 30px 0;}
    .service-su .container-xl{flex-direction: column;}
    .service-su .left .whole-t1{font-size: 24px;line-height: 32px;}
    .service-su .left .kuai{margin: 10px 0;}
    .service-su .left .text{margin: 10px 0;}
}


.service-bottom{padding: 40px 0;}
.service-bottom .box{display: flex;justify-content: space-between;align-items: center;margin-bottom: 50px;}
.service-bottom .box .left{flex: 0 0 44%;}
.service-bottom .box .right{flex: 0 0 50%;}
.service-bottom .box .right .kuai{margin:10px 0 30px 0;}
.service-bottom .box .right .whole-p{color: #666666;}
.service-bottom .box:nth-child(even){flex-direction: row-reverse;}
.service-bottom .right .whole-t1{font-size: 42px;line-height: 62px;}

@media(max-width:768px) {
    .service-bottom{padding: 30px 0;}
    .service-bottom .right .whole-t1{font-size: 24px;line-height: 32px;}
    .service-bottom .box .right .kuai{margin: 10px 0;}
    .service-bottom .box{margin-bottom: 30px;flex-direction: column-reverse;}
    .service-bottom .box:nth-child(even){flex-direction: column-reverse;}
    .service-bottom .box .right{margin-bottom: 20px;}
}




.whole-top{transform: translateY(-100%);position: relative;}
.whole-top .box{display: flex;justify-content: center;align-items: center;background-color: var( --e-global-color-secondary );}
.whole-top .box a{font-size: 24px;font-weight: 600;line-height: 72px;color: #ffffff;margin: 0 80px;transition: all 0.3s;position: relative;text-transform: uppercase;}
.whole-top .box a::before{content: '';position: absolute;bottom: 20px;width: 0;height: 1px;background-color: #fff;transition: all 0.3s;right: 0;}
.whole-top .box a:hover::before,.whole-top .box a.active::before{width: 100%;right: inherit;left: 0;}

@media(max-width:768px) {
    .whole-top{transform: translateY(0%);}
    .whole-top .container-xl{padding: 0;}
    .whole-top .box a{font-size: 12px;line-height: 40px;margin: 0 10px;}
    .whole-top .box a::before{bottom: 7px;}
}



.down{padding: 70px 0 180px 0;}
.down .container-xl{padding-left: 20px;padding-right: 20px;}
.down .row{margin-right: -20px;margin-left: -20px;}
.down .col-md-4{padding-right: 20px;padding-left: 20px;}
.down .box{padding: 40px;background-color: #f4f4f4;margin-bottom: 40px;}
.down .box .mb{font-family: 'Arial';font-size: 18px;color: #666666;margin: 30px 0 60px 0;}
.down .box .xz{display: flex;align-items: center;}
.down .box .xz .view{background-color: rgb(184, 27, 44);width: 147px;height: 40px;font-size: 16px;color: #ffffff;text-align: center;display: flex;margin-right: 40px;align-items: center;justify-content: center;transition: all 0.3s;}
.down .box .xz .do{font-family: 'Arial';font-size: 18px;color: #666666;transition: all 0.3s;}
.down .box .xz .do img{margin-right: 5px;}
.down .box .xz .do:hover{text-decoration: underline;}
.down .box .xz .view:hover{box-shadow: rgba(184, 27, 44, 0.35) 0px 5px 15px;}

@media(max-width:768px) {
    .down{padding: 30px 0;}
    .down .box{padding: 20px;margin-bottom: 20px;}
    .down .box .whole-p{font-size: 18px;}
    .down .box .mb{font-size: 16px;margin: 15px 0;}
    .down .box .xz .view{width: 100px;height: 30px;font-size: 16px;margin-right: 30px;}
    .down .box .xz .do{font-size: 16px;}
}


.faq{padding: 70px 0 300px 0;}
.faq .container-xl{padding-left: 30px;padding-right: 30px;}
.faq .row{margin-right: -30px;margin-left: -30px;}
.faq .col-md-6{padding-right: 30px;padding-left: 30px;}
.faq .box{background-color: #f8f8f8;border-radius: 4px;transition: all 0.3s;padding: 50px;position: relative;border-bottom: 2px solid var( --e-global-color-secondary )00;margin-bottom: 40px;}
.faq .box .t1{font-family: 'Arial';font-size: 20px;font-weight: bold;line-height: 28px;color: #333333;display: flex;align-items: flex-end;border-bottom: 2px solid #dddddd;margin-bottom: 30px;padding-bottom: 30px;}
.faq .box .t1 img{margin-right: 30px;}
.faq .box .whole-p{position: relative;}
.faq .box .dh{position: absolute;right: 60px;bottom: 35px;}
.faq .box:hover{background-color: #ffffff;box-shadow: 0px 0px 40px 0px rgba(51, 51, 51, 0.1);border-bottom: 2px solid var( --e-global-color-secondary );}

@media(max-width:768px) {
    .faq{padding: 30px 0;}
    .faq .container-xl{padding-left: 15px;padding-right: 15px;}
    .faq .row{margin-right: -15px;margin-left: -15px;}
    .faq .col-md-6{padding-right: 15px;padding-left: 15px;}
    .faq .box{padding: 20px;margin-bottom: 20px;}
    .faq .box .t1{font-size: 16px;align-items: center;line-height: 22px;margin-bottom: 20px;padding-bottom: 20px;}
    .faq .box .t1 img{width: 25px;margin-right: 20px;}
    .faq .box .dh{right: 20px;bottom: 20px;width: 25px;}
}



.banner.ny .box .container-xl .sup{font-family: 'Arial';font-size: 18px;line-height: 32px;color: #ffffff;opacity: 0.6;margin-top: 20px;}
.support{
    padding: 100px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.support .item{flex: 0 0 25%;position: relative;cursor: pointer;}
.support .item .t1{font-family: 'Arial';text-decoration: underline;font-size: 24px;font-weight: bold;line-height: 32px;color: #ffffff;margin-bottom: 20px;}
.support .item .t2{font-family: 'Arial';font-size: 22px;font-weight: bold;line-height: 32px;color: #ffffff;}
.support .item .t3{font-family: 'Arial';font-size: 18px;line-height: 28px;color: #ffffff;opacity: 0.6;margin-top: 20px;}
.support .item .textone{width: 100%;height: 100%;position:absolute;background-color: #00000081;display: flex;flex-direction: column;justify-content: center;padding-left: 40px;top: 0;left: 0;transition: all 0.3s;opacity: 1;}
.support .item .texttwo{position: absolute;top: 0;left: 0;width: 100%;background-color: var( --e-global-color-secondary );padding: 40px;transform: rotateX(90deg);transform-origin: top;transition: all  0.3s ease-in-out;}
.support .item:hover .textone{opacity: 0;}
.support .item:hover .texttwo{transform: rotateX(0deg);}

@media(max-width:1350px) {
    .support .item .texttwo{padding: 20px;}
}

@media(max-width:768px) {
    .support{padding: 30px 0;flex-direction: column;}
    .support .item{display: flex;flex-direction: column-reverse;margin-bottom: 20px;}
    .support .item .texttwo{padding: 20px;transform: rotateX(0deg);position: relative;}
    .support .item .t3{font-size: 14px;}
    .banner.ny .box .container-xl .sup{display: none;}
    .support .item .textone{opacity: 0;}
}



.contact-top{padding: 100px 0;}
.contact-top .container-xl{padding-left: 20px;padding-right: 20px;}
.contact-top .row{margin-right: -20px;margin-left: -20px;}
.contact-top .col-md-4{padding-right: 20px;padding-left: 20px;}
.contact-top .box .top{padding: 20px 30px;background-color: var( --e-global-color-secondary );font-size: 22px;font-weight: 500;line-height: 36px;color: #fafafa;}
.contact-top .box .top i{margin-right: 20px;}
.contact-top .box .text{padding: 40px 30px;font-family: 'Arial';font-size: 19px;line-height: 36px;color: #666666;border-bottom: 2px solid var( --e-global-color-secondary );height: 190px;}
.contact-top .box .text a{font-family: 'Arial';font-size: 19px;line-height: 36px;color: #666666;}
.contact-top .box .text a:hover{text-decoration: underline;}

@media(max-width:768px) {
    .contact-top{padding:30px 0 0  0;}
    .contact-top .box .top{padding: 15px;font-size: 22px;line-height: 22px;}
    .contact-top .box .text{padding: 15px;font-size: 16px;line-height: 28px;height: auto;margin-bottom: 20px;}

}


.contact-we{padding: 30px 0 130px 0;}
.contact-we .whole-t1{font-size: 36px;padding-bottom: 30px;margin-bottom: 30px;border-bottom: 2px solid #dddddd;}
.contact-we .whole-t1 img{margin-right: 25px;}
.contact-we .whole-p{margin-bottom: 60px;color: #666666;}
.contact-we .form-feedback .form-control{background-color: #f4f4f4;border-radius: 0;border: 1px solid #cecccc00;font-family: 'Arial';font-size: 20px;line-height: 36px;
color: #333333;}
.contact-we .form-feedback .form-control::-webkit-input-placeholder{color: #333333;}
.contact-we .form-feedback .btn{border-radius: 4px;padding-top: 20px; padding-bottom: 20px;margin-top: 40px;}
.contact-we .form-feedback .btn:hover{background: transparent;color: var( --e-global-color-secondary );}

@media(max-width:768px) {
    .contact-we{padding: 10px 0 30px 0;}
    .contact-we .whole-t1{font-size: 18px;line-height: 40px;padding-bottom: 10px; margin-bottom: 20px;}
    .contact-we .whole-t1 img{width: 20px;margin-right: 10px;}
    .contact-we .whole-p{margin-bottom: 20px;}
    .contact-we .form-feedback .form-control{font-size: 16px;line-height: 24px;}
    .contact-we .form-feedback .btn{padding-top: 10px;padding-bottom: 10px;margin-top: 10px;}
}



.news-center{padding: 10px 0 0px 0;}
.news-center .container-xl{    padding: 0;
    padding-bottom: 30px;}
.news-center .row{margin-right: -20px;margin-left: -20px;}
.news-center .col-md-4{padding-right: 20px;padding-left: 20px;}
.news-center .box{background-color: #ffffff;box-shadow: 0px 0px 40px 0px rgba(51, 51, 51, 0.1);border-radius: 4px;overflow: hidden;border-bottom: 1px solid var( --e-global-color-secondary );border-top: 1px solid var( --e-global-color-secondary )00;border-left: 1px solid var( --e-global-color-secondary )00;border-right: 1px solid var( --e-global-color-secondary )00;margin-bottom: 50px;transition: all 0.3s;display: block;}
.news-center .box .img{overflow: hidden;}
.news-center .box .text{padding: 30px;}
.news-center .box .text .t1{font-size: 20px;font-weight: 700;line-height: 28px;color: #333333;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.news-center .box .text .t2{font-family: 'Arial';font-size: 18px;line-height: 26px;color: #666666;margin: 10px 0 40px 0;overflow: hidden;text-overflow: ellipsis;
display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;height: 52px;}
.news-center .box .text .sum{display: flex;justify-content: space-between;align-items: center;}
.news-center .box .text .sum .sj{font-size: 16px;font-weight: 500;line-height: 28px;color: #333333;}
.news-center .box .text .sum .vie{font-size: 18px;font-weight: 700;line-height: 30px;color: var( --e-global-color-secondary );transition: all 0.3s;}
.news-center .box .text .sum .vie:hover{color: #333333;}
.news-center .box:hover{border:1px solid var( --e-global-color-secondary ) ;}

@media(max-width:768px) {
    .news-center{padding: 30px 0;}
    .news-center .box .text .t1{font-size: 18px;}
    .news-center .box .text .t2{font-size: 16px;height: auto;margin: 10px 0;}
    .news-center .box .text .sum .vie{font-size: 16px;}
}


.about-top.news-con-top{background-color: #f4f4f4;padding: 15px 0;}
.news-content{padding: 20px 0;}
.news-content .title{font-size: 42px;width: 85%;line-height: 62px;}
.news-content .sj{margin: 40px 0;font-size: 18px;line-height: 28px;color: #333333;}
@media(max-width:768px) {
    .news-content{padding: 30px 0;}
    .news-content .title{font-size: 24px;width: auto;line-height: 32px;}
    .news-content .sj{font-size: 16px;margin: 10px 0;}
    .news-content p{font-size: 14px;line-height: 22px;}
}

.l-content-css{font-size:18px;line-height:1.8}.l-content-css li{list-style-type:disc;margin-left:20px}.l-content-css p{margin:0 0 1.5em;text-align:left}.l-content-css h4{font-size:1.3em;line-height:1.5;margin:1em 0 .5em;font-weight:600}.l-content-css table{width:100%;border-collapse:collapse;margin:1.5em 0}.l-content-css th,.l-content-css td{border:1px solid #ddd;padding:.75em;text-align:left}



.news-chang{display: flex;justify-content: space-between;padding-top: 40px;align-items: flex-start;}
.news-chang .chang-le{flex: 0 0 70%;}
.news-chang .chang-le .prev{margin-bottom: 15px;}
.news-chang .chang-le .pr{font-family: 'Arial';font-size: 20px;line-height: 30px;color: #333333;padding: 0 10px;}
.news-chang .chang-le a{font-family: 'Arial';font-size: 20px;line-height: 30px;color: #333333;}
.news-chang .chang-le a:hover{color: var( --e-global-color-secondary );text-decoration: underline;}
.news-chang .chang-ri{font-size: 12px;line-height: 50px;color: #ffffff;padding: 0 60px;background-color: var( --e-global-color-secondary );border: 1px solid  var( --e-global-color-secondary );transition: all 0.3s;border-radius: 5px;}
.news-chang .chang-ri:hover{background-color: #ff6f0000;color: var( --e-global-color-secondary );}


@media(max-width:768px) {
    .news-chang{padding-top: 20px;flex-direction: column;}
    .news-chang .chang-le .pr{font-size: 16px;}
    .news-chang .chang-le .prev{margin-bottom: 10px;}
    .news-center .box{padding: 0 ;margin-bottom: 20px;}
    .news-center .box .text{padding: 20px;}
    .news-center .box .t1{font-size: 16px;line-height: 28px;margin-top: 0;}
    .news-center .box .t2{line-height: 22px;margin: 15px 0;font-size: 14px;height: auto;}
    .news-chang .chang-ri{font-size: 14px;line-height: 22px;padding: 0 30px;margin-top: 20px;}
    .news-chang .chang-le a{font-size: 16px;}
}


.news-content-you{padding: 40px 0 0px 0;background-color: #f8f8f8;}
.news-content-you .news-center{padding: 0;}
.news-content-you .news-center .box{margin-bottom: 0;margin-top: 80px;}

@media(max-width:768px) {
    .news-content-you{padding: 30px 0;}
    .news-content-you .news-center .box{margin-top: 20px;}
}



.banner.ny.product-ny .box .container-xl{align-items: flex-start;text-align: left;}
.banner.ny.product-ny .page-title .breadcrumb{justify-content: flex-start;}
.banner.ny.product-ny .whole-t1{color: #fff;margin: 40px 0 20px 0;}
.banner.ny.product-ny .ny-text{font-family: 'Arial';font-size: 18px;line-height: 32px;color: #ffffff;opacity: 1;width: 75%;}
.banner.ny.product-ny .quan{display: flex;flex-wrap: wrap;margin-top: 40px;width: 62%;}
.banner.ny.product-ny .quan p{margin-top: 20px;position: relative;width: 33.3%;}
.banner.ny.product-ny .quan p a{font-size: 18px;font-weight: 600;line-height: 32px;color: #ffffff;text-transform: uppercase;}
.banner.ny.product-ny .quan p img{margin-bottom: 4px;}
.banner.ny.product-ny .quan p span{position: relative;color: #ffffff;}
.banner.ny.product-ny .quan p span::before{position: absolute;bottom: 0px;left: 0;width: 100%;background-color: #fff;height: 1px;content: '';}


@media(max-width:1500px) {
    .banner.ny.product-ny .whole-t1{margin: 20px 0;line-height: 1.5em;}
    .banner.ny.product-ny .ny-text{width: auto;display:none;}
    .banner.ny.product-ny .quan{margin-top: 0px;}
}

@media(max-width:1024px) {
    .product-center .top{
        margin-bottom: 20px;
    }
    .product-center .top .whole-t1{
        font-size: 26px;
        line-height: 1.5em;
        padding: 10px 20px;
    }
}
@media(max-width:768px) {
    .banner.ny.product-ny .whole-t1{margin: 10px 0;font-size: 14px;line-height: 24px;}
    .banner.ny.product-ny .ny-text{display: none;}
    .banner.ny.product-ny .quan{display: none;}
}


.product-center{background-color: #f4f4f4;padding: 40px 0 60px 0;}
.product-center .top{text-align: center;margin-bottom: 90px;}
.product-center .top .whole-t1{margin-bottom: 10px;}
.product-center .col-md-6{padding: 10px;}
.product-center .box{position: relative;
    background-color: #fff;
    display: inline-flex;
    overflow: hidden;
    padding: 40px;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;}
.product-center .box .text{font-size: 28px;font-weight: 700;line-height: 48px;letter-spacing: -1px;color: #333333;position: relative;}


@media(max-width:768px) {
    .product-center{padding: 30px 0;}
    .product-center .top{margin-bottom: 20px;}
    .product-center .top .whole-t1{font-size: 20px;}
    .product-center .box .text{font-size: 18px;left: 20px;bottom: 0px;}
    .product-center .box{height: auto;}
}



.product-tj{text-align: center;padding: 40px 0 60px 0;}
.product-tj .whole-t1{margin-bottom: 10px;}
.product-tj .swp{position: relative;margin-top: 40px;}
.product-tj .box .img{overflow: hidden;border: solid 1px #dddddd;}
.product-tj .box .text{font-family: 'Arial';font-size: 21px;line-height: 28px;letter-spacing: -1px;color: #333333;margin-top: 15px;}
.product-tj .swiper-left{left:-70px;font-size: 16px;color: var( --e-global-color-secondary );transition: all 0.5s ease;width: 41px;height: 41px;background-color: var( --e-global-color-secondary )00;border: solid 1px #dddddd;border-radius: 50%;}
.product-tj .swiper-left:hover,.product-tj .swiper-right:hover{background-color: var( --e-global-color-secondary );color: #fff;border: solid 1px var( --e-global-color-secondary );}
.product-tj .swiper-right{right: -70px;font-size: 16px;transition: all 0.5s ease;width: 41px;height: 41px;background-color: var( --e-global-color-secondary )00;border: solid 1px #dddddd;border-radius: 50%;color: var( --e-global-color-secondary );}
.product-tj .swiper-left::after,.product-tj .swiper-right::after{font-size: 0;}
.product-tj .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: -50px;}

@media(max-width:1550px) {
    .product-tj .swiper-right{right: 0;}
    .product-tj .swiper-left{left: 0;}
}



.product-text{padding: 120px 0 80px 0;background-color: #f4f4f4;}
.product-text p{font-size: 20px;line-height: 42px;color: #666666;margin-bottom: 40px;}


@media(max-width:768px) {
    .product-tj{padding: 30px 0 50px 0;}
    .product-tj .swp{margin-top: 20px;}
    .product-tj .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: -20px;}
    .product-tj .box .text{font-size: 16px;line-height: 24px;}
    .product-text{padding: 30px 0;}
    .product-text p{font-size: 16px;line-height: 24px;color: #666666;margin-bottom: 15px;}
   
}


.about-top.pro-head-top{background-color: #f4f4f4;padding: 15px 0;}
.about-top.pro-head-top .page-title a{font-size: 18px;}
.about-top.pro-head-top .page-title .breadcrumb .breadcrumb-item:first-child a::before{top: 3px;}

.pro-list-top{padding: 80px 0;}
.pro-list-top .whole-t1{margin-bottom: 40px;}
.pro-list-top .whole-p{color: #666666;margin-top: 30px;}

@media(max-width:768px) {
    .about-top.pro-head-top .page-title a{font-size: 16px;}
    .pro-list-top{padding: 30px 0;}
    .pro-list-top .whole-t1{margin-bottom: 10px;}
    .pro-list-top .whole-p{margin-top: 10px;}
    .about-top.pro-head-top .page-title .breadcrumb .breadcrumb-item:first-child a::before{top: 0;}
}


.pro-list-center{padding: 90px 0 190px 0;background-color: #f4f4f4;}
.pro-list-center .container-xl{padding-left: 20px;padding-right: 20px;}
.pro-list-center .row{margin-right: -20px;margin-left: -20px;}
.pro-list-center .col-md-3{padding-right: 20px;padding-left: 20px;}
.pro-list-center .box{display: block;background-color: #fff;margin-bottom: 40px;}
.pro-list-center .box .img{overflow: hidden;}
.pro-list-center .box .text{padding: 0 20px 30px 20px;}
.pro-list-center .box .te-img{background-color: #333333;border-radius: 4px;font-size: 18px;font-weight: 700;line-height: 30px;color: #ffffff;margin: 10px 0;display: inline-block;padding: 0 10px;}
.pro-list-center .box .te-img img{margin-right: 10px;}
.pro-list-center .box .t1{font-size: 18px;font-weight: 700;line-height: 28px;color: #333333;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1;
-webkit-box-orient: vertical;
/* height: 56px; */
}
.pro-list-center .box .t2{font-size: 16px;line-height: 30px;color: #666666;margin: 10px 0;}



@media(max-width:768px) {
    .pro-list-center{padding: 30px 0 0 0;}
    .pro-list-center .box{margin-bottom: 20px;}
}





.product-head{border-bottom: 1px solid #dddddd;}
.product-con-text{padding-left: 30px;}
.product-thumb-box{display: flex;justify-content: flex-start;position: relative;}
.product-thumb-box .product-thumb{position: relative;margin-left: 50px;display:flex;align-items:center;justify-content:center;}
.product-thumb-box .zz{z-index: 10;position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.product-thumb-box .product-thumb figure.mz-figure{background: #f7f7f700;}
.product-thumb-box .product-thumb img{mix-blend-mode: multiply!important;}
.product-thumb-box .product-thumbs{width: 30%;position: relative;margin: 0;padding: 0;}
.product-thumb-box .product-thumbs .swiper-wrapper{height: 460px;margin-bottom: 10px;}

@media(max-width:768px) {
    .product-thumb-box .product-thumbs .swiper-wrapper{
        height: 200px;
    }
}
.product-thumb-box .swiper-container{padding: 0 9px;}
#swiper-button-prev-product-thumbs{position: relative;width: 40px;border: 1px solid var( --e-global-color-secondary );background: var( --e-global-color-secondary ); border-radius: 50%;opacity: 1; overflow: hidden; height: 40px;margin: 0 auto;display: flex;align-items: center;justify-content: center; left: initial;right: initial; top: initial;}
#swiper-button-prev-product-thumbs:after{content: "\f060";font-family: cmsfont;font-size: 14px;font-weight: bold;color: #fff;}
#swiper-button-next-product-thumbs{position: relative;width: 40px;border: 1px solid var( --e-global-color-secondary );background: var( --e-global-color-secondary ); border-radius: 50%;opacity: 1; overflow: hidden; height: 40px;margin: 0 auto;display: flex;align-items: center;justify-content: center; top: initial;left: initial;right: initial; top: initial;}
#swiper-button-next-product-thumbs:after{content: "\f061";font-family: cmsfont;font-size: 14px;font-weight: bold;color: #fff;}
#swiper-button-next-product-thumbs.swiper-button-disabled,#swiper-button-prev-product-thumbs.swiper-button-disabled{border: 1px solid var( --e-global-color-secondary );background: #fff;}
#swiper-button-next-product-thumbs.swiper-button-disabled:after,#swiper-button-prev-product-thumbs.swiper-button-disabled:after{color: var( --e-global-color-secondary );}
.swiper-container{padding: 0 9px;}
.mz-thumb.mz-thumb-selected img{border: 3px solid #d0373f;}
.mz-thumb{position: relative;}
.mz-thumb.mz-thumb-selected:before{content: "";width: 9px; height: 25px; background: url(../../images/pronr-tbjt.jpg) no-repeat; z-index: 10; display: inline-block; position: absolute; top: 50%;right: -9px;transform: rotateZ(180deg) translateY(50%);}
.mz-thumb:not(.mz-thumb-selected):hover img{border: 0px solid #e6454500;}
.mz-thumb{position: relative;}
a[data-zoom-id] img, .mz-thumb img{background-color: #f4f4f4;mix-blend-mode:multiply;padding: 0;border: 0;width: 100%;height: 100%;}
.product-head .pro-text{font-size: 18px;line-height: 32px;color: #666666;border-left: 8px solid var( --e-global-color-secondary );padding-left: 32px;margin-bottom: 50px;}
.product-head .features{font-size: 24px;font-weight: bold;color: #333333;margin-bottom: 40px;}
.product-head .pro-features{display: flex;flex-wrap: wrap;}
.product-head .pro-features p{flex: 0 0 50%;line-height: 39px;color: #666666;padding-left: 25px;position: relative;}
.product-head .pro-features p::before{content: '';width: 0;height: 0;border: 7px solid transparent;border-left: 10px solid var( --e-global-color-secondary );position: absolute;left: 0;top: 13px;}
.product-head .pro-con-swp{display: flex;justify-content: space-between;align-items: center;margin-top: 20px;}
.pro-social-box .share{font-size: 14px;line-height: 24px;color: #999999;font-weight: 700;margin-top: 25px;margin-bottom: 10px;}
.pro-social-box .social-linkedin{background: #0077b5 !important;}
.pro-social-box .social-linkedin:hover{background: #0077b5 !important;}
.pro-social-box .social-youtube{background: #cd201f !important;}
.pro-social-box .social-youtube:hover{background: #cd201f !important;}
.pro-social-box .social-twitter{background: #55acee !important;}
.pro-social-box .social-twitter:hover{background: #55acee !important;}
.pro-social-box .social-facebook{background: #3b5998 !important;}
.pro-social-box .social-facebook:hover{background: #3b5998 !important;}
.product-head .whole-a{padding: 11px 50px;cursor: pointer;margin-top: 30px;}
.product-con-text .xh{font-size: 18px;font-weight: 700;line-height: 50px;color: var( --e-global-color-secondary );}
.product-con-text .title{font-size: 40px;font-weight: 700;line-height: 45px;color: #333333;margin-bottom: 30px;}
.product-con-text .text{font-family: 'Arial';font-size: 18px;line-height: 28px;color: #666666;}
.product-con-text .get{display: flex;margin-top: 30px;}
.product-con-text .get-a i{margin-left: 10px;}
.product-con-text .get-a img{margin-right: 10px;}
.product-con-text .get-a,.product-con-text .get-a{width: 181px;height: 60px;background-color: var( --e-global-color-secondary );border-radius: 4px;color: #fff;text-align: center;font-size: 16px;font-weight: 500;line-height: 71px;letter-spacing: 0px;color: #ffffff;cursor: pointer;display: flex;margin-right: 20px;align-items: center;justify-content: center;}
.product-con-text .get-b{border: solid 2px var( --e-global-color-secondary );background-color: transparent;color: var( --e-global-color-secondary );}
.product-con-text .get-b a{font-size: 16px;font-weight: 500;line-height: 71px;letter-spacing: 0px;color: var( --e-global-color-secondary );}
.product-con-text .get-a:hover,.product-con-text .get-a:hover{text-decoration: underline;}
.pro-content{padding: 90px 0 110px 0;}
.pro-content .head{font-size: 36px;font-weight: 700;line-height: 40px;color: #333333;border-bottom: 1px solid #dddddd;padding-bottom: 30px;margin-bottom: 60px;}
.pro-content .head img{margin-right: 30px;}
.pro-content .con-video{display: flex;justify-content: space-between;padding-bottom: 70px;}
.pro-content .con-video .left{flex: 0 0 48%;}
.pro-content .con-video .right{flex: 0 0 48%;}
.pro-content .con-application{display: flex;justify-content: space-between;margin-bottom: 100px;}
.pro-content .con-application .left{flex: 0 0 46%;}
.pro-content .con-application .right{flex: 0 0 47%;}
.pro-content .con-application p{margin-bottom: 30px;}
.pro-content .con-application p::before{content: '';width: 30px;height: 18px;background: url(../../images/quan1.png) no-repeat left center;display: inline-block;}
.pro-content .con-customized{margin-bottom: 100px;}
.pro-content .con-customized .boxs{}
.pro-content .con-customized .row{margin-right: -20px;margin-left: -20px;margin-top: 90px;}
.pro-content .con-customized .col-md-3{padding-right: 20px;padding-left: 20px;}
.pro-content .con-customized .box{background-color: #f4f4f4;padding: 15px ;text-align: center;margin-bottom: 50px;padding-bottom: 0;}
.pro-content .con-customized .box .text{font-size: 22px;font-weight: 700;line-height: 32px;color: #333333;padding: 25px 0;}
.pro-content .con-key{margin-bottom: 170px;}
.pro-content .con-key .box{background-color: #f4f4f4;border-radius: 4px;overflow: hidden;transition: all 0.3s;border-bottom: 3px solid  var( --e-global-color-secondary );margin-top: 80px;}
.pro-content .con-key .box .img{mix-blend-mode: multiply;}
.pro-content .con-key .box .text{padding: 30px;}
.pro-content .con-key .box .text .xh{font-family: 'Arial';font-size: 18px;line-height: 20px;color: #ffffff;background-color: var( --e-global-color-secondary );border-radius: 2px;display: inline;padding: 0 3px;}
.pro-content .con-key .box .text .t1{font-size: 18px;font-weight: 700;line-height: 23px;color: #333333;margin: 15px 0;}
.pro-content .con-key .box .text .t2{font-family: 'Arial';font-size: 16px;line-height: 23px;color: #666666;}
.pro-content .con-key .box:hover{background-color: #ffffff;box-shadow: 0px 0px 40px 0px rgba(51, 51, 51, 0.1);}
.con-contact .form-feedback .form-control{background-color: #ffffff;border-radius: 0;border: 1px solid #cecccc00;font-family: 'Arial';font-size: 20px;line-height: 36px;color: #333333;border-bottom: 2px solid #f4f4f4;}
.con-contact .form-feedback{margin-top: 60px;}
.con-contact .form-feedback .form-control::-webkit-input-placeholder{color: #333333;}
.con-contact .form-feedback .btn{border-radius: 4px;padding-top: 20px; padding-bottom: 20px;margin-top: 40px;}
.con-contact .form-feedback .btn:hover{background: transparent;color: var( --e-global-color-secondary );}


@media(max-width:768px) {
    .product-thumb-box{display: flex;}
    .product-thumb-box .product-thumb{margin-left: 0;}
    .product-text{padding-left:0px;}
    .product-head .pro-text{font-size: 14px;line-height: 22px;color: #666666;border-left: 4px solid var( --e-global-color-secondary );padding-left: 10px;margin-bottom: 20px;}
    .product-head .features{margin-bottom: 20px;}
    .product-head .pro-features p{flex: 0 0 100%;line-height: 30px;}
    .product-head .pro-features p::before{top: 8px;}
    .pro-social-box .public-social{padding-top: 15px;}
    .product-head .whole-a{padding: 5px 30px; cursor: pointer;margin-top: 20px;}
    .pro-content{padding: 30px 0;}
    .pro-content p{line-height: 22px;font-size: 14px;}
    .page-title .breadcrumb .breadcrumb-item:first-child a::before{background-size: 100%;width: 15px;height: 15px;top: 2px;}
    .product-con-text{padding: 0;}
    .product-con-text .title{font-size: 24px;line-height: 32px;margin-bottom: 20px;}
    .product-con-text .text{font-size: 16px;line-height: 28px;}
    .product-con-text .get-a, .product-con-text .get-a{height: 45px;}
    .pro-social-box .share{margin: 15px  0 0 0;}
    .pro-content .head{font-size: 18px;line-height: 40px;padding-bottom: 10px; margin-bottom: 30px;}
    .pro-content .head img{width: 20px;margin-right: 10px;}
    .pro-content .con-video{flex-direction: column-reverse;margin-bottom: 20px;padding-bottom: 0;}
    .pro-content .con-application{flex-direction: column;margin-bottom: 20px;}
    .pro-content .con-application p{margin-bottom: 15px;}
    .con-contact .form-feedback{margin-top: 0;}
    .con-contact .form-feedback .form-control{font-size: 16px;}
    .con-contact .form-feedback .btn{padding-top: 10px;padding-bottom: 10px;margin-top: 15px;font-size: 16px;}
}



.con-tj{background-color: #f4f4f4;padding: 80px 0;}
.con-tj .head{font-size: 36px;font-weight: 700;line-height: 40px;color: #333333;border-bottom: 1px solid #dddddd;padding-bottom: 30px;margin-bottom: 0px;}
.con-tj .head img{margin-right: 30px;}
.con-tj .row{margin-right: -15px;margin-left: -15px;}
.con-tj .col-md-3{padding-right: 20px;padding-left: 20px;}
.con-tj .box{margin-top: 70px;display: block;background-color: #ffffff;}
.con-tj .box .img{overflow: hidden;}
.con-tj .box .text{padding: 20px;}
.con-tj .box .text .t1{font-size: 18px;font-weight: 700;line-height: 28px;color: #333333;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;}
.con-tj .box .text .t2{font-family: 'Arial';font-size: 16px;line-height: 26px;color: #666666;margin: 10px 0;min-height: 52px;    overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.con-tj .box .text .tj-a{font-size: 18px;font-weight: 700;line-height: 30px;color: var( --e-global-color-secondary );padding: 20px 0;transition: all 0.3s;}
.con-tj .box .text .tj-a:hover{color: #000000;}

@media(max-width:768px) {
    .con-tj{padding: 30px 0;}
    .con-tj .head{font-size: 18px;line-height: 40px;padding-bottom: 10px; margin-bottom: 30px;}
    .con-tj .head img{width: 20px;margin-right: 10px;}
    .con-tj .box{margin-top: 20px;}
    .con-tj .box .text .t2{min-height: auto;}
    .con-tj .box .text .tj-a{font-size: 16px;padding: 10px 0;}
}





.video iframe{width: 100% !important;height: 247px !important;}
.prcon-top{position: relative;background-color: var( --e-global-color-secondary );}
.prcon-top .box{display: flex;justify-content: flex-start;align-items: center;}
.prcon-top .box a{font-family: 'Arial';font-size: 20px;line-height: 72px;color: #ffffff;position: relative;margin-right: 60px;}
.prcon-top .box a::before{content: '';position: absolute;bottom: 20px;width: 0;height: 1px;background-color: #fff;transition: all 0.3s;right: 0;}
.prcon-top .box a:hover::before,.prcon-top .box a.active::before{width: 100%;right: inherit;left: 0;}
.prcon-top.head-pro{opacity: 0;position: fixed;top: 112px;left: 0;z-index:980;width: 100%;transition: all 0.3s ease-in-out;transform: rotateX(90deg);transform-origin: top;}
.prcon-top.head-pro.active{opacity: 1;    transform: rotateX(0deg);}

@media(max-width:768px) {
    .prcon-top .box{flex-wrap: wrap;}
    .prcon-top .box a{font-size: 16px;line-height: 46px;flex: 0 0 50%;margin-right: 0;text-align: center;}
    .prcon-top.head-pro{top: 50px;}
    .prcon-top .box a:hover::before, .prcon-top .box a.active::before{width: 0;}
    .prcon-top.head-pro.active{opacity: .9;}
}



/* æµ®çª— */
.float{position:fixed;right:2%;bottom:100px;z-index:999;}
.float .float-list{box-shadow: 5px 5px 2px -2px #d5d5d500;display:flex;flex-direction: column;justify-content:flex-end;align-items:center;background:#d5d5d500;gap: 5px 0px;padding:6px;border-radius:200px;position:relative;}
.float .float-btn{width: 48px;height: 48px;margin:0 4px; background-color:#333333ad;display: flex;position:relative; align-items: center;justify-content: center;border-radius:50%;transition:.6s all;cursor: pointer;}
.float .float-btn:last-child{margin-bottom: 0;}
.float .float-btn img{transition: .1s all;}
.float .float-btn:hover{background:var( --e-global-color-secondary );transition:all 0.5s;}
.float .float-btn.active{background:var( --e-global-color-secondary );}
.float .float-btn#scroll-top{display:flex!important;align-items:center;justify-content:center;}
.float .float-window{transform: translate(50%, -50%);position:fixed;right:50%;top:50%;background: #ffffff;padding:0 15px;width:400px;transition:.6s all;box-shadow:0 0 20px rgba(0, 0, 0, 0.1);border-radius:10px;}
.float .float-window{height:0;overflow:hidden;opacity:0;}
.float .float-window.show{height:525px;padding:15px;opacity:1;}
.float .float-window a,.float .float-window span{display: flex;color:#fff;margin-bottom:15px;font-size: 14px;}
.float .float-window a:last-child,.float .float-window span:last-child{margin-bottom: 0;}
.float .float-window a i,.float .float-window span i{margin-right: 20px;margin-top:4px;font-size: 16px;}
.float .float-window .more{background-color: var(--e-global-color-secondary);height:40px;padding:0 25px; font-size:20px;font-weight: bold;display: flex;align-items: center;justify-content: center;cursor: pointer;color: #fff;border-radius:0;}
.float .float-window .more:hover{background:var(--cus-color2);}
.float .float-window a{opacity:.8;color:#dadada;}
.float .float-window a:hover{opacity:1;color: #fff;}

@media(max-width:768px){
    .float{right:5px;bottom:20px;}
    .float .float-btn{width: 40px;height: 40px;}
    .float .float-btn img{width:22px;height:22px;}
    .float .float-window{width:calc(100vw - 15px);background-size:cover;}
    .float .float-window.show{padding:15px 15px;height: auto;}
    .float .float-btn p{right:45px;height:45px;line-height:45px;display:none;}
}
.form-float{font-size: 14px;}
.form-float .form-group .form-control{padding:10px 10px;border:0;border-radius:5px;}
.form-float .form-group{margin-bottom: 10px;}
.form-float .form-group textarea{height:80px;}
.float-title{font-size: 18px;font-weight: bold;color:#333;line-height: 24px;margin-bottom:15px;text-transform:uppercase;}
.form-float .feedback-result{height:40px;text-align:left;}



.news-nav{display:flex;flex-wrap:wrap;}
.news-nav .nav-item{min-width:250px;background:#2c2c2c;color:#fff;border-radius:50px; font-size:20px;line-height:40px;text-align:center;margin-right:40px;margin-bottom:20px;display:inline-block;padding:0 25px;}
.news-nav .nav-item.active{background:#04a39b;box-shadow:2px 2px 4px rgba(4, 163, 155, 0.4);}
.news-nav .nav-item:hover{background:#04a39b;box-shadow:2px 2px 4px rgba(4, 163, 155, 0.4);transition:all 0.5s;}

.pro .news-nav{padding-top:60px;padding-bottom:30px;border-bottom:2px solid #ddd;}
.pro .news-nav .nav-item{font-size:18px;margin-right:25px;margin-bottom:15px;padding:0 20px;}

.xc-cata{padding:50px 0 0;}
.xc-cata>.container-xl{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}
.xc-cata .btnlist{position:relative;display:flex;justify-content:center;align-items:center;margin-bottom:45px;flex-direction: column;}
.xc-cata .btnlist .a{min-width:320px;line-height:35px;cursor:pointer; padding:10px;background:var( --e-global-color-secondary );position:relative; text-align:center;margin-right:10px;font-size:20px;color:#fff!important;font-weight:bold;}

.xc-cata .btnlist .a b{position:relative;z-index:2;}
.xc-cata .btnlist .a:before{content: "";
    position: absolute;
    z-index: 0;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    right: 0;
    transform: scaleY(0);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;}
.xc-cata .btnlist .a:hover:before{transform: scaleY(1);}

@media(max-width:768px) {

  .xc-cata .btnlist .a{width:45%;min-width:45%;font-size:16px;line-height:20px;margin-top: 5px;}
}

#mb-downpdf.reveal-modal{top:40px;width:auto;height:850px;padding:0px; border-radius:0;margin-left:0;margin-right:0;left:40px;right:40px;bottom:40px;}

#mb-downpdf.reveal-modal .close-reveal-modal{color:#fff;font-size:44px;font-weight:inherit;}

@media(max-width:768px) {
  #mb-downpdf.reveal-modal{height:450px;       ;
}
  .xc-cata .btnlist{align-items: flex-start;flex-direction: column; flex: 0 0 50%}

}

.new-about{background:#fff;padding:40px 0 90px;}
.new-about .t1{font-size: 48px;font-weight: 700;line-height: 64px;color: #333333;}
.new-about .about-box{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:60px;}
.new-about .about-box .text{padding-right:65px;width:54%;display:flex;justify-content:flex-end;}
.new-about .about-box .img{width:46%;position:relative;display:flex;align-items:center;justify-content:center;}
.new-about .about-box .img .play{z-index: 2;
    overflow: hidden;
    max-height: 500px;
    display: flex;
    align-items: center;}
.new-about .about-box .text .nr{width:703px;}
.new-about .about-box .text .nr p{font-size:18px;line-height:32px;color:#666666;margin-bottom:30px;}
.new-about .about-box .text .nr p:last-child{margin-bottom:0;}

.new-about .num-box{display:grid;grid-template-columns: 1fr 1fr 1fr 1fr;margin-top:80px;}
.new-about .num-box .num-item .t2{font-size:48px;line-height:64px;position:relative;font-weight:500;}
.new-about .num-box .num-item .t2:after{content:"";width:34px;height:4px;background:var( --e-global-color-secondary );display:block;margin-top:0;}
.new-about .num-box .num-item .t3{font-size:18px;line-height:48px;color:#666}

.new-about .ser-box{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:70px;}
.new-about .ser-box .img{width:44%}
.new-about .ser-box .text{width:56%;display:flex;padding-left:100px;}
.new-about .ser-box .text .nr{width:710px;}
.new-about .ser-box .text .nr h5{font-size:32px;line-height:64px;font-weight: 700;margin-top:35px;}
.new-about .ser-box .text .nr .tb{margin-bottom:25px;}
.new-about .ser-box .text .nr h5:first-child{margin-top:0;}
.new-about .ser-box .text .nr p{font-size:18px;line-height:32px;color:#666666;}

@media(max-width:1430px) {
    .new-about .t1{
        font-size:38px;
    }
  .new-about .about-box .text .nr p,.new-about .ser-box .text .nr p{font-size:16px;line-height:24px;}
  .new-about .about-box{
      flex-direction: column;
      padding:15px;
      margin-top: 5px;
  }
  .new-about .about-box .text{
    width:100%;
    justify-content: flex-start;
    padding-right:0px;
  }
  .new-about .about-box .img{
    width:100%;
    justify-content: flex-start;
  }
}
@media(max-width:1024px) {
    .new-about .about-box .img .play{
        max-height: 300px;
    }
    .new-about .num-box{display:grid;grid-template-columns: 1fr 1fr;margin-top:20px;}
}
@media(max-width:768px) {
  .new-about .num-box{display:grid;grid-template-columns: 1fr 1fr;margin-top:10px;}
  .new-about{background:#fff;padding:20px 0 40px;}
  .new-about .t1{font-size: 24px;line-height:32px;}
  .new-about .about-box{padding:0 15px;margin-top:20px;}
  .new-about .about-box .img{width:100%;margin-top:20px;}
  .new-about .about-box .text{width:100%;padding-right:0;}
  .new-about .about-box .text .nr{width:100%;}
  .new-about .about-box .text .nr p{margin-bottom:15px;}
  .new-about .about-box .text .nr p,.new-about .ser-box .text .nr p{font-size:14px;line-height:22px;}

  .new-about .num-box{flex-wrap:wrap;margin-top:30px;}
  .new-about .num-box .num-item{width:50%;margin-top:15px;}
  .new-about .num-box .num-item .t2{font-size:28px;line-height:32px;}
  .new-about .num-box .num-item .t3{font-size:12px;line-height:20px;}
  .new-about .num-box .num-item .t2:after{margin-top:15px;}

  .new-about .ser-box{margin-top:35px;padding:0 15px;}
  .new-about .ser-box .img{width:100%}
  .new-about .ser-box .text{width:100%;display:flex;padding-left:0px;margin-top:20px;}
  .new-about .ser-box .text .nr{width:100%;}
  .new-about .ser-box .text .nr h5{font-size:22px;line-height:30px;margin-top:20px;}
}

.new-footer{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;}
.new-footer .sale-list{width:72%;display:flex;position:relative;justify-content:space-between;flex-wrap:wrap;}
.new-footer .sale-list .sale-item{width:30%;position:relative;display:flex;align-items:center;justify-content:space-between;margin-top:40px;}
.new-footer .sale-list .sale-item .sale-img{width:110px;min-width:110px;}
.new-footer .sale-list .sale-item .sale-text{padding-left:25px;}
.new-footer .sale-list .sale-item .sale-text p{font-size:18px;line-height:32px;color:#ffffff;opacity:0.6;}
.new-footer .right{width:22.5%;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;margin-top:30px;}
.new-footer .right .xc-tk{cursor:pointer;margin-top:70px; display:block;width:100%;background:var(--e-global-color-secondary);font-size:22px;line-height:40px;padding:10px 20px;color:#fff;opacity:1;text-align:center;}
.new-footer .right .xc-tk:hover{text-decoration:underline;}

@media(max-width:768px) {
  .new-footer .sale-list{width:100%;}
  .new-footer .sale-list .sale-item{width:50%;margin-top:10px;margin-bottom:10px;}
  .new-footer .sale-list .sale-item .sale-img{width:60px;min-width:60px;}
  .new-footer .sale-list .sale-item .sale-text {padding-left:10px;}
  .new-footer .sale-list .sale-item .sale-text p{font-size:14px;line-height:20px;}
  .new-footer .right{width:100%;justify-content:center;}
  .new-footer .right .xc-tk{margin-top:15px;font-size:18px;line-height:30px;}
}

.news-content .leftnr{padding-right:80px;}

.rel-news{margin-bottom:40px;}
.rel-news .title{font-size:24px;line-height:26px;font-weight:bold;margin-bottom:30px;}
.rel-news .box .item{border-bottom:1px dashed #e6e6e6;margin-bottom:17px;display:flex;align-items:center;padding-bottom:17px;}
.rel-news .box .item .img{width:30%;}
.rel-news .box .item .text{width:70%;padding-left:20px;}
.rel-news .box .item .text .ta{font-size:18px;font-weight:bold;line-height:24px;display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.rel-news .box .item .text time{font-size:14px;color:#666;display:block;margin-top:5px;}

.left-prolm{margin-bottom:30px;}
.left-prolm .title{font-size:24px;line-height:26px;font-weight:bold;margin-bottom:30px;}
.left-prolm .box{border-top:1px dashed #e6e6e6}
.left-prolm .box p{font-size:18px;line-height:24px;padding:12px 10px;border-bottom:1px dashed #e6e6e6;}

@media(max-width:768px) {
  .news-content .leftnr{padding-right:15px;}
  .news-content .rightnr{padding-top:25px;}
}

.super_get_quote_button{
    width: 181px;
    height: 60px;
    background-color: var( --e-global-color-secondary );
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 71px;
    letter-spacing: 0px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    margin-right: 20px;
    align-items: center;
    justify-content: center;
}

.prod-select{display: none !important;}
@media(max-width:768px) {
    .mySwiper2 {position: relative;}
    .mySwiper2 .swiper-button-prev,.mySwiper2 .swiper-button-next{top:50%;transform: translateY(-50%);}
    .video h2{font-size: 22px;}
    .prod-select{display: flex !important;flex-wrap:wrap !important;}
    .product-categories{display:none !important;}
}
.swiper-pagination-All{
    width: 100%;
    position: relative !important;
}
.swiper-pagination-All .swiper-pagination-bullet{
    width: 20px;
    border-radius: 0px;
    transition-duration: .2s;
}
.swiper-pagination-All .swiper-pagination-bullet-active{
    background: var( --e-global-color-secondary );
}
.cover-image img{
    max-width: 100%;
    min-width: 100%;
    max-height: 500px;
    object-fit: cover;
}
.btnlist{
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}


.redLineC{
    width:110px;
    display: block;
    border-bottom: 5px solid var( --e-global-color-secondary );
    margin: 0px auto;
    margin-bottom: 10px;
}
.redLine{
    width:110px;
    display: block;
    border-bottom: 5px solid var( --e-global-color-secondary );
    margin-bottom: 10px;
}
.whiteLineC{
    width:110px;
    display: block;
    border-bottom: 5px solid #ffffff;
    margin: 0px auto;
    margin-bottom: 10px;
}
.whiteLine{
    width:110px;
    display: block;
    border-bottom: 5px solid #ffffff;
    margin-bottom: 10px;
}
.shuzi{
    text-align: center;
    padding-top: 70px;
    display: flex;
    justify-content: center;
}
.shuzi>.page-numbers{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: solid 1px rgba(211, 211, 211, 0.499);
}
.shuzi>.current{
    border-color: var( --e-global-color-secondary );
    color: #FFFFFF;
    background-color: var( --e-global-color-secondary );
}
.bgStyle2{
    width: 100%;
    height: 100%;
    --s: 181px;
    --c1: #d9d9d9;
    --c2: #ffffff;
    --c3: #f3f3f3;
    background: conic-gradient(from 75deg, var(--c1) 15deg, var(--c2) 0 30deg, #0000 0 180deg, var(--c2) 0 195deg, var(--c1) 0 210deg, #0000 0) calc(0.5* var(--s)) calc(0.5* var(--s) / 0.577), conic-gradient(var(--c1) 30deg, var(--c3) 0 75deg, var(--c1) 0 90deg, var(--c2) 0 105deg, var(--c3) 0 150deg, var(--c2) 0 180deg, var(--c3) 0 210deg, var(--c1) 0 256deg, var(--c2) 0 270deg, var(--c1) 0 286deg, var(--c2) 0 331deg, var(--c3) 0);
    background-size: var(--s) calc(var(--s) / 0.577);
}
@media(max-width: 768px) {

    #float .float-list{
        display: none !important;
    }
    footer .footer-top .footer-logo{
        max-width: 70px;
    }
}
@media(max-width: 767px) {
.shuzi{padding-top: 0;}
}
.why-titlet{
    font-size: 55px;
}
@media(max-width: 1024px) {
    footer .footer-top .footer-logo img{
        width: auto;
    }
    .footer-logo img{
        max-width: 100%;
        width: 200px;
    }
    .why-titlet{
        font-size: 30px;
    }
}
@media(max-width: 768px) {
    .why-titlet{
        font-size: 20px;
    }
    footer .footer-top .footer-logo img{
        max-width: 60px !important;
    }
    footer .footer-bottom{
        margin-bottom: 70px;
    }
}


:root{
    --e-global-color-secondary:#218ed5;
}
.floatBtn{
    cursor: pointer;
}
.floatBtnHome{
    margin-top: 10px;
    transition-duration: .5s;
    background-color: var(--e-global-color-secondary) !important;
}
.floatBtnHome:hover{
    opacity: .7;
    transition-duration: .5s;
}