/*通用样式*/
:root{
    --public-color:#b02624;
    --max:1430px;
}
body{color:#333;font-size:16px;line-height:24px;font-family:'Source+Sans+3','Barlow'}
a{color:#333;display:inline-block;}
a:hover{color:var(--public-color)}
.swiper-pagination-bullet-active{background:var(--public-color)}
.page-item.active .page-link {color: #fff;background-color: var(--public-color);border-color: var(--public-color);}
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}
.img-height{height:100%;width:auto}
.img-fluid {max-width: 100%;height: auto;}
.main-container{margin-bottom:40px;margin-top:40px}
.tkanniu{cursor:pointer}
.card-thumb img{transition:all .4s ease}
.card-thumb:hover img{transform:scale(1.1)}
.container-xl{max-width:var(--max)}
.container-xl.m-right{margin:0 0 0 auto;padding:0}
.container-xl.m-left{margin:0 auto 0 0;padding:0}

.container-xl.max-1350{max-width:1350px}
.container-xl.max-1600{max-width:1600px;}
.container-xl.max-1870{max-width:1870px;}
@media(max-width:768px){
    body{font-size:14px;line-height:20px;padding-top:50px}
    .container-xl.m-right{margin:0 auto;padding:0 15px}
    .container-xl.m-left{margin:0 auto;padding:0 15px}
}
#float .ico#scroll-top {
    display: block!important;
}
/*默认pc头部样式*/
.header{z-index:999;width:100%;position:fixed;left:0;top:0;box-shadow:0 0 10px 1px rgba(0,0,0,.1);background-color:#fff}
.header.black{border-bottom:1px solid rgba(0,0,0,.1)}
.header .logo img{position:relative;z-index:10;}
.fadeInDown{background: #fff;margin:0 auto;transition:all .5s;padding:0;box-shadow:0 0 10px 1px rgba(0,0,0,.1);}
.fadeInDown .navbar-custom .navbar-nav .nav-link{height:80px;transition:all .5s;}

.header .third{margin-left:10px}
/*默认导航样式*/
.navbar{padding:0px;z-index:9999}
.navbar-custom{top:0;z-index:2;justify-content:end}
.navbar-custom .navbar-nav > .nav-item{font-size:16px;margin:0 20px}
.navbar-custom .navbar-nav .nav-link{text-align:center;position:relative;color:#000;padding:0;height:100px;display:flex;align-items:center;
justify-content:center;font-weight:400;text-transform:capitalize;font-size:20px;line-height:30px;font-family:'Barlow';font-weight:700;transition:all .5s;}
.navbar-custom .navbar-nav .nav-link:before{content:"";width:0px;height:3px;margin-left:0!important;background:var(--public-color);
position:absolute;bottom:10px;left:0;}
.navbar-custom .navbar-nav .nav-item:hover .nav-link:before{width:100%;transition:all .5s}
.navbar-custom .navbar-nav .nav-item .dropdown-toggle::after{transition:.6s ease-in-out}
.navbar-custom .navbar-nav .nav-item:hover .dropdown-toggle::after{transform:rotateX(180deg);color:var(--public-color)}
.navbar-custom .navbar-nav .nav-link:hover{color:var(--public-color);}
.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)}

.top-404{margin-top:100px;}

@media (max-width:1450px) {
    .navbar-custom .navbar-nav .nav-link{font-size:17px;}
}
/*移动端头部样式*/
@media(max-width:768px){
    body{padding-top:50px;font-size:14px;}
    .header-mb{background:#fff;position:fixed;top:0;left:0;width:100%;border-bottom:1px solid #b3190d;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:#000}
    .header-mb .top-mb .icon-bars{color:#000}
    .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:34px}
    .top-mb-feed i{font-size:16px;color:#000}
    .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:-78%;width:78%;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}
    .head_top .top_left{display:none}
    .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-color:#b3190d;position:absolute;left:-30px;top:0;cursor:pointer}
    .mobile-ico-close .icon{color:#fff;font-size:30px;padding:0 0 0 6px}
    .search-box .form-control{border-radius:20px}
    .search-box .btn{border:1px solid #ced4da;border-radius:20px}
    .search-box .btn.focus{border:1px solid rgb(128,189,255)}
   
    .main-mask{position:absolute;background-color:#000;opacity:.4;width:100%;height:100vh;z-index:9;display:none}
}
/*#endregion*/


/*cookies板式二*/
.google-cookies{position:fixed;z-index:99;bottom:20px;left:0;right:0;}
.google-cookies.off{display:none;}
.google-cookies .container-xl{max-width:1400px; display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;box-shadow:8px 0 15px rgba(0, 0, 0, 0.2);background:#fff;padding:20px;border-radius:10px;}
.google-cookies .left{width:70%;}
.google-cookies .right{text-align:center;}
.google-cookies .t1{font-size:20px;font-weight:bold;color:#9f1919;margin-bottom:5px;}
.google-cookies .p1{font-size:14px;line-height:22px;}
.google-cookies .p1 a{font-weight:bold;text-decoration:underline; margin-right:10px;}
.google-cookies .cookies-btn{border:1px solid #9f1919 ;color:#9f1919 ;display:block;font-size:16px;padding:8px 25px;margin-top:8px; background:#fff; transition: all 0.5s;border-radius:10px;cursor:pointer;}
.google-cookies .cookies-btn:hover{text-decoration:underline;}
.google-cookies .cookies-btn:first-child{background:#9f1919 ;color:#fff;margin-top:0}

@media(max-width:768px) {
  .google-cookies{padding:0;bottom:0;}
  .google-cookies .container-xl{border-radius:0;padding:10px;}
  .google-cookies .left{width:100%;}
  .google-cookies .t1{font-size:16px;line-height:24px;}
  .google-cookies .p1{font-size:14px;line-height:16px;margin-bottom:10px;}
  .google-cookies .right{width:100%;text-align:left;}
  .google-cookies .cookies-btn{padding:5px 10px;border-radius:0;margin-top:10px;font-size:14px;display:inline-block;}
}

/* 浮窗 */
#float{position:fixed;right:0;bottom:165px;margin-top:-60px;z-index:55;transform:translateX(0);transition:.3s ease-in-out}
#float .ico{display:block;width:56px;height:56px;text-align:center;position:relative;cursor:pointer;background:#9f1919}
#float .ico>i{font-size:30px;line-height:56px;display:block;color:#fff;position:relative;z-index:9999;background: #9f1919;border-top:1px solid #fff}
#float .ico:first-child>i{border-top:0px solid #fff}
#float .ico>.img{position:absolute;right:56px;width:140px;top:0;display:none;background-color:#fff}
#float .ico>.img>img{width:100%}
#float .ico p{position:absolute;top:0;border-radius:0;right:-350px;padding:0px 20px;line-height:56px;font-size:16px;height:56px;background-color:#9f1919;color:#FFF;transition:all .6s;z-index:0;white-space:nowrap}
#float .ico:hover>.img{display:block}
#float .ico:hover p{right:56px}
#float .scale-ico{background-color:#b1b1b1;transition:.3s ease-in-out}
#float .scale-ico>i{background-color:#b1b1b1;transition:.3s ease-in-out}
#float .scale-ico>i:hover{background-color:#9f1919;transition:none}
#float.hide{transform:translateX(56px)}
#float.hide .scale-ico{width:calc(56px / 2);transform:translateX(calc(-56px / 2));border-top:0;transition:transform .6s ease-in-out .3s,width .3s ease-in-out}
#float.hide .scale-ico i{transform:rotate(180deg);border-top: 1px solid transparent}
#float .ico#scroll-top{display:block!important;}
@media (min-width:1px) and (max-width:991px){
    #float .ico{width:40px;height:40px}
    #float .ico>i{font-size:22px;line-height:40px}
    #float .ico>.img{right:40px}
    #float .ico p{line-height:40px;padding:0 15px;height:40px}
    #float.hide{transform:translateX(40px)}
    #float.hide .scale-ico{width:calc(40px / 2);transform:translateX(calc(-40px / 2))}
}

/*默认详情设置*/
.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;}
.content-wrapper tbody th{color:#2980c7}

/*#表格*/
.table-wrapper table th, .table-wrapper table td { padding: 5px; vertical-align: middle; font-size: 14px; border: 1px solid #dee2e6;  }
.table-wrapper table tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.03); }
.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; }
}
@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:150px;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}
}

/*#留言表单*/
.form-feedback .btn{color:#fff;background:var(--public-color);border-radius:0px;font-size:16px;line-height:22px;padding-top:8px;padding-bottom:8px}
.form-feedback .btn:hover{background:var(--public-color);color:#fff;text-decoration:underline;}
@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}
}
.form-row>.col,.form-row>[class*="col-"]{padding:0 15px}
.form-feedback .btn-c{background-color:#0b3b8d;height:100%;padding:10px 20px;transition:all .6s}

/*#搜索*/
.search-group{width:200px;height:32px;overflow:hidden;border:1px solid #f7f7f7;border-radius:5px}
.search-group .form-control{border:none;border-radius:0px;background:transparent;color:#5c5352;height:32px;line-height:32px;}
.search-group .form-control::-webkit-input-placeholder{color:#5c5352}
.search-group .btn{background-color:var(--public-color);border-radius:0px;height:32px;width:32px;display:flex;justify-content:center;align-items:center;padding:6px 15px;margin-bottom:0}
.search-group i{color:#fff;font-size:1rem}

/* 格子 */
.grid{display:grid;grid-template-rows:repeat(var(--bs-rows,1),1fr);grid-template-columns:repeat(var(--bs-columns,12),1fr);
    gap:var(--bs-gap,1.5rem)}.grid .g-col-1{grid-column:auto/span 1}.grid .g-col-2{grid-column:auto/span 2}.grid .g-col-3{grid-column:auto/span 3}.grid .g-col-4{grid-column:auto/span 4}.grid .g-col-5{grid-column:auto/span 5}.grid .g-col-6{grid-column:auto/span 6}.grid .g-col-7{grid-column:auto/span 7}.grid .g-col-8{grid-column:auto/span 8}.grid .g-col-9{grid-column:auto/span 9}.grid .g-col-10{grid-column:auto/span 10}.grid .g-col-11{grid-column:auto/span 11}.grid .g-col-12{grid-column:auto/span 12}.grid .g-start-1{grid-column-start:1}.grid .g-start-2{grid-column-start:2}.grid .g-start-3{grid-column-start:3}.grid .g-start-4{grid-column-start:4}.grid .g-start-5{grid-column-start:5}.grid .g-start-6{grid-column-start:6}.grid .g-start-7{grid-column-start:7}.grid .g-start-8{grid-column-start:8}.grid .g-start-9{grid-column-start:9}.grid .g-start-10{grid-column-start:10}.grid .g-start-11{grid-column-start:11}@media (min-width:576px){.grid .g-col-sm-1{grid-column:auto/span 1}.grid .g-col-sm-2{grid-column:auto/span 2}.grid .g-col-sm-3{grid-column:auto/span 3}.grid .g-col-sm-4{grid-column:auto/span 4}.grid .g-col-sm-5{grid-column:auto/span 5}.grid .g-col-sm-6{grid-column:auto/span 6}.grid .g-col-sm-7{grid-column:auto/span 7}.grid .g-col-sm-8{grid-column:auto/span 8}.grid .g-col-sm-9{grid-column:auto/span 9}.grid .g-col-sm-10{grid-column:auto/span 10}.grid .g-col-sm-11{grid-column:auto/span 11}.grid .g-col-sm-12{grid-column:auto/span 12}.grid .g-start-sm-1{grid-column-start:1}.grid .g-start-sm-2{grid-column-start:2}.grid .g-start-sm-3{grid-column-start:3}.grid .g-start-sm-4{grid-column-start:4}.grid .g-start-sm-5{grid-column-start:5}.grid .g-start-sm-6{grid-column-start:6}.grid .g-start-sm-7{grid-column-start:7}.grid .g-start-sm-8{grid-column-start:8}.grid .g-start-sm-9{grid-column-start:9}.grid .g-start-sm-10{grid-column-start:10}.grid .g-start-sm-11{grid-column-start:11}}@media (min-width:768px){.grid .g-col-md-1{grid-column:auto/span 1}.grid .g-col-md-2{grid-column:auto/span 2}.grid .g-col-md-3{grid-column:auto/span 3}.grid .g-col-md-4{grid-column:auto/span 4}.grid .g-col-md-5{grid-column:auto/span 5}.grid .g-col-md-6{grid-column:auto/span 6}.grid .g-col-md-7{grid-column:auto/span 7}.grid .g-col-md-8{grid-column:auto/span 8}.grid .g-col-md-9{grid-column:auto/span 9}.grid .g-col-md-10{grid-column:auto/span 10}.grid .g-col-md-11{grid-column:auto/span 11}.grid .g-col-md-12{grid-column:auto/span 12}.grid .g-start-md-1{grid-column-start:1}.grid .g-start-md-2{grid-column-start:2}.grid .g-start-md-3{grid-column-start:3}.grid .g-start-md-4{grid-column-start:4}.grid .g-start-md-5{grid-column-start:5}.grid .g-start-md-6{grid-column-start:6}.grid .g-start-md-7{grid-column-start:7}.grid .g-start-md-8{grid-column-start:8}.grid .g-start-md-9{grid-column-start:9}.grid .g-start-md-10{grid-column-start:10}.grid .g-start-md-11{grid-column-start:11}}@media (min-width:992px){.grid .g-col-lg-1{grid-column:auto/span 1}.grid .g-col-lg-2{grid-column:auto/span 2}.grid .g-col-lg-3{grid-column:auto/span 3}.grid .g-col-lg-4{grid-column:auto/span 4}.grid .g-col-lg-5{grid-column:auto/span 5}.grid .g-col-lg-6{grid-column:auto/span 6}.grid .g-col-lg-7{grid-column:auto/span 7}.grid .g-col-lg-8{grid-column:auto/span 8}.grid .g-col-lg-9{grid-column:auto/span 9}.grid .g-col-lg-10{grid-column:auto/span 10}.grid .g-col-lg-11{grid-column:auto/span 11}.grid .g-col-lg-12{grid-column:auto/span 12}.grid .g-start-lg-1{grid-column-start:1}.grid .g-start-lg-2{grid-column-start:2}.grid .g-start-lg-3{grid-column-start:3}.grid .g-start-lg-4{grid-column-start:4}.grid .g-start-lg-5{grid-column-start:5}.grid .g-start-lg-6{grid-column-start:6}.grid .g-start-lg-7{grid-column-start:7}.grid .g-start-lg-8{grid-column-start:8}.grid .g-start-lg-9{grid-column-start:9}.grid .g-start-lg-10{grid-column-start:10}.grid .g-start-lg-11{grid-column-start:11}}@media (min-width:1200px){.grid .g-col-xl-1{grid-column:auto/span 1}.grid .g-col-xl-2{grid-column:auto/span 2}.grid .g-col-xl-3{grid-column:auto/span 3}.grid .g-col-xl-4{grid-column:auto/span 4}.grid .g-col-xl-5{grid-column:auto/span 5}.grid .g-col-xl-6{grid-column:auto/span 6}.grid .g-col-xl-7{grid-column:auto/span 7}.grid .g-col-xl-8{grid-column:auto/span 8}.grid .g-col-xl-9{grid-column:auto/span 9}.grid .g-col-xl-10{grid-column:auto/span 10}.grid .g-col-xl-11{grid-column:auto/span 11}.grid .g-col-xl-12{grid-column:auto/span 12}.grid .g-start-xl-1{grid-column-start:1}.grid .g-start-xl-2{grid-column-start:2}.grid .g-start-xl-3{grid-column-start:3}.grid .g-start-xl-4{grid-column-start:4}.grid .g-start-xl-5{grid-column-start:5}.grid .g-start-xl-6{grid-column-start:6}.grid .g-start-xl-7{grid-column-start:7}.grid .g-start-xl-8{grid-column-start:8}.grid .g-start-xl-9{grid-column-start:9}.grid .g-start-xl-10{grid-column-start:10}.grid .g-start-xl-11{grid-column-start:11}}@media (min-width:1400px){.grid .g-col-xxl-1{grid-column:auto/span 1}.grid .g-col-xxl-2{grid-column:auto/span 2}.grid .g-col-xxl-3{grid-column:auto/span 3}.grid .g-col-xxl-4{grid-column:auto/span 4}.grid .g-col-xxl-5{grid-column:auto/span 5}.grid .g-col-xxl-6{grid-column:auto/span 6}.grid .g-col-xxl-7{grid-column:auto/span 7}.grid .g-col-xxl-8{grid-column:auto/span 8}.grid .g-col-xxl-9{grid-column:auto/span 9}.grid .g-col-xxl-10{grid-column:auto/span 10}.grid .g-col-xxl-11{grid-column:auto/span 11}.grid .g-col-xxl-12{grid-column:auto/span 12}.grid .g-start-xxl-1{grid-column-start:1}.grid .g-start-xxl-2{grid-column-start:2}.grid .g-start-xxl-3{grid-column-start:3}.grid .g-start-xxl-4{grid-column-start:4}.grid .g-start-xxl-5{grid-column-start:5}.grid .g-start-xxl-6{grid-column-start:6}.grid .g-start-xxl-7{grid-column-start:7}.grid .g-start-xxl-8{grid-column-start:8}.grid .g-start-xxl-9{grid-column-start:9}.grid .g-start-xxl-10{grid-column-start:10}.grid .g-start-xxl-11{grid-column-start:11}}
    @media(max-width:768px){.grid{gap:var(--bs-gap,0.5rem)}}

#float .ico.spe a{color:#fff;}
#float .ico.spe a:hover{text-decoration:underline;}

.dropdown.lang .dropdown-toggle{background-color:transparent;font-size:20px;font-weight:700;}
.dropdown.lang .dropdown-toggle:after{content:"";width:0;height:0;border:5px solid #333333;border-color:#333333 transparent transparent transparent;position:absolute;top:40%;}
.header .top-search-box{display:flex;align-items:center;}
.header .top-lang{display:flex;align-items:center;}
.top-lang .dropdown-menu{left:-60px;top:170%;}
.top-search-box .dropdown-menu{left:83%;top:100%;}

@media (max-width:1350px) {
    .navbar-custom .navbar-nav > .nav-item{margin:0 13px;}
}

.t1{font-size:42px;line-height:52px;font-weight:500;}
.t2{font-weight:700;font-size:24px;line-height:32px;color:var(--public-color);}
.msg{font-size:18px;line-height:28px;}

@media (max-width:768px) {
    .t1{font-size:24px;line-height:32px;}
    .t2{font-size:18px;line-height:26px;}
    .msg{font-size:14px;line-height:22px}

    .mb-t1{font-size:24px !important;line-height:32px !important;}
    .mb-t2{font-size:18px !important;line-height:26px !important;}
    .mb-msg{font-size:14px !important;line-height:22px !important;}
    .mb-block{display:block !important;}
    .mb-block >:first-child{width:100% !important;}
    .mb-block >:nth-child(2){width:100% !important;margin-top:40px !important;}

    .mb-block1{display:block !important;}
    .mb-block1 >:first-child{width:100% !important;}
    .mb-block1 >:nth-child(2){width:100% !important;margin-top:20px !important;}
}
.a-ruida{color:#fff;background-color:var(--public-color);font-weight:500;font-size:18px;line-height:30px;padding:10px 70px;position:relative;}
.a-ruida:hover{color:#fff;text-decoration:underline;}

.a-ruida.go{padding-left:35px;padding:15px 70px;padding-left:35px;}
.a-ruida.go::before{content:"";width:16px;height:12px;background:url(../../images/btn-icon.png)no-repeat;position:absolute;right:35px;top:26px;
transition:all .5s;}
.a-ruida.go:hover{text-decoration:none;}
.a-ruida.go:hover::before{right:25px;transition:all .5s;}

.ruida{color:var(--public-color);font-weight:500;font-size:18px;line-height:30px;padding-right:80px;position:relative;}
.ruida::before{content:"";width:84%;height:1px;background-color:var(--public-color);position:absolute;left:0;top:88%;}
.ruida:after{content:">>";display:block;position:absolute;right:55px;top:0px;transition:all .5s;}
.ruida:hover:after{right:40px;transition:all .5s;}

@media (max-width:768px) {
    .a-ruida{font-size:16px;line-height:24px;padding:10px 40px;}
}

.home.banner{margin-top:100px;}
.home.banner .banner-text{top:auto;text-align:left;bottom:80px;}

.home.banner .t1{font-size:56px;line-height:56px;font-weight:500;width:70%;}
.home.banner .msg{font-size:18px;line-height:28px;width:70%;margin-top:25px;}
.home.banner .a-ruida{margin-top:35px;}
.home.banner video{margin-top:-300px}
@media (max-width:768px) {
    .home.banner{margin-top:0;}
    .home.banner video{margin-top:0;}
}

footer{background-color:#333333;color:#fff;padding-top:140px;padding-bottom:40px;}
footer .box1{display:flex;justify-content:space-between;}
footer .box:nth-child(1){width:36%;}
footer .box:nth-child(2){width:46%;}
footer .box:nth-child(3){width:15%;}
footer .title{font-size:24px;line-height:32px;font-weight:700;margin-top:60px;text-transform:uppercase;}
footer .msg a:nth-child(2){margin-left:20px;}

footer .msg{opacity:.8;margin-top:0px;font-size:18px;line-height:40px;}
footer .box .msg:nth-child(2){margin-top:60px;}
footer .box:nth-child(2) .msg,footer .box:nth-child(3) .msg{position:relative;padding-left:40px;}
footer .box:nth-child(2) .msg::before,footer .box:nth-child(3) .msg::before{content:">>";color:#fff;font-size:18px;font-weight:700;position:absolute;left:0;top:0;}
footer .share{margin-top:40px;position:relative;}
footer .share::before{content:"";width:70%;height:3px;background-color:#484848;position:absolute;top:40%;right:0;}
footer .under{margin-top:20px;}
footer .icon{padding:10px;border:1px solid rgba(255,255,255,.2);border-radius:50%;margin-right:10px;}
footer .icon-facebook-f{padding:10px 13px;}
footer .icon-pinterest-p{padding:10px 12px;margin-right:10px;}
footer .social{display:inline-block;}
footer .social>span{padding:0;}
footer a{color:#fff;font-size:18px;}
footer a:hover{color:#fff;text-decoration:underline;}

@media (max-width:768px) {
    footer{padding-top:40px;padding-bottom:40px;}
    footer .box1{display:block;}
    footer .box:nth-child(1),footer .box:nth-child(2),footer .box:nth-child(3){width:100%;}
    footer .box:nth-child(1){margin-top:20px;}
    footer .box:nth-child(1) img{width:70%;}
    footer .box .msg:nth-child(2){margin-top:10px;}
    footer .msg{font-size:14px;line-height:22px;margin-top:5px;}
    footer .title{font-size:18px;line-height:24px;margin-top:40px;}
    footer .box:nth-child(2) .title{margin-bottom: 0 !important;}
    footer .share::before{display:none;}
}

.home-about{padding-top:160px;position:relative;}
.home-about::before{content:"";width:5px;height:100%;background-color:var(--public-color);position:absolute;right:10%;top:0;}
.home-about .top{display:flex;align-items:center;justify-content:space-between;}
.home-about .left{width:48.5%;order:2;}
.home-about .t1{position:relative;padding-bottom:35px;font-size:16px;line-height:16px;margin-top:30px;font-weight:700;}
.home-about .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);display:block;position:absolute;left:0;bottom:0;}
.home-about .a-ruida{margin-top:60px;}
.home-about .right{width:45%;}
.home-about .right .t2{font-size:64px;color:#333333;font-weight:500;}
.home-about .msg{line-height:28px;margin-top:30px;color:#333333;font-weight:500;}
.home-about .msg:nth-child(3){margin-top:40px;}
/* .home-about .grid{margin-top:60px;}
.home-about .g-col-xl-6{display:flex;align-items:center;}
.home-about .show-img{margin-right:40px;}
.home-about .grid .title{font-size:32px;line-height:30px;font-weight:700;font-family:'Prompt';}
.home-about .grid .msg{margin-top:5px;} */
.home-about .under{margin-top:80px;}

.home-about .g-col-xl-3{display:flex;align-items:center;}
.home-about .g-col-xl-3 .ri{margin-left:50px;}
.home-about .g-col-xl-3 .title{font-family:'Prompt';font-size:32px;font-weight:700;}
.home-about .under .msg{margin-top:0px;}
@media (max-width:768px) {
    .home-about{padding-top:20px;}
    .home-about .grid{margin-top:20px;}
    .home-about .msg:nth-child(3){margin-top:20px;}
    .home-about .a-ruida{margin-top:20px;}
    .home-about .g-col-xl-3 .ri{margin-left:20px;}
    .home-about .g-col-xl-3 .title{font-size:28px;}
    .home-about .msg{line-height:22px;}

    .home-about .top{display:block;}
    .home-about .left,.home-about .right{width:100%;}
    .home-about .right{margin-top:10px;}
    .home-about .right .t2{font-size:24px;line-height:32px;}
    .home-about .t1{padding-bottom:15px;margin-top:0;margin-top:5px;}
    .home-about .msg{margin-top:10px;}
}

.home-pro{position:relative;padding-top:120px;}

.home-pro::before{content:"";width:5px;height:100%;background-color:var(--public-color);position:absolute;right:10%;top:0;}
.home-pro::after{content:"";width:475px;height:611px;background:url(../../images/r-icon.png)no-repeat;background-size:100% 100%;position:absolute;left:0;top:120px;z-index:0;} 
/*25% 56% */
.home-pro .top::after{content:"";width:124px;height:202px;background:url(../../images/cup.png)no-repeat;position:absolute;right:-12%;top:18%;}

.home-pro .top{text-align:center;padding-bottom:40px;position:relative;}
.home-pro .top::before{content:"";width:95%;height:1px;background-color:#dddddd;position:absolute;left:5%;bottom:0;}
.home-pro .top .t1{width:65%;margin:0 auto;position:relative;font-size:64px;font-weight:500;line-height:56px;}

.home-pro .under .msg1{font-weight:500;width:60%;margin:0 auto;text-align:center;margin-top:30px;position:relative;z-index:100;}
.home-pro .top .t1::after{content:"";width:55px;height:6px;background-color:var(--public-color);position:absolute;top:160%;left:46.5%;}
.home-pro .mySwiper2 .swiper-slide{display:flex;justify-content:space-between;align-items:center;}
.home-pro .left{width:50%;position:relative;}
.home-pro .left a{width:100%;text-align:center;margin-bottom:20px;}
.home-pro .left a img{max-width:80%;}
.home-pro .left .skip{position:absolute;right:5%;bottom:0%;}
.home-pro .right{width:50%;margin-top:10px;}
.home-pro .name{font-size:28px;line-height:32px;font-weight:500;margin-top:5px;}
.home-pro .swiper-slide .msg{margin-top:25px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;height:84px;}
.home-pro .tips{margin-top:30px;}
.home-pro .tip{font-weight:700;font-family:'Barlow';margin-top:5px;}
.home-pro .tip .msg{font-weight:400;}

.home-pro .mySwiper{margin-top:0;}
.home-pro .title{text-align:center;font-size:16px;line-height:24px;font-weight:500;margin-top:30px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;
-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.home-pro .box{position:absolute;left:9%;top:32%;width:150px;height:50px;border-top:1px solid #dddddd;border-bottom:1px solid #dddddd;}
.home-pro .swiper-button-prev{z-index:10;position:absolute;z-index:10;width:17px;height:20px;left:12%;bottom:20%;top:auto;}
.home-pro .swiper-button-next{width:17px;height:20px;z-index:10;position:absolute;width:17px;height:20px;right:12%;bottom:20%;top:auto;}
.home-pro .swiper-button-prev::after{content:"\f053";font-size:56px;color:var(--public-color);font-family:'Cmsfont';
    position:absolute;z-index:10;display:block;}
.home-pro .swiper-button-next::after{content:"\f054";font-size:56px;color:var(--public-color);font-family:'Cmsfont';
position:absolute;z-index:10;display:block;}

.home-pro .swiper-button-disabled{opacity:.1;}
/* .home-pro .pro-prev.swiper-button-disabled::after{content:"\f053";width:17px;height:20px;font-family:'Cmsfont';
transform:rotate(360deg);}
.home-pro .pro-next.swiper-button-disabled::after{content:"\f054";width:17px;height:20px;font-family:'Cmsfont';
transform:rotate(180deg);} */

.home-pro .swiper-pagination-fraction{z-index:9;font-size:20px;line-height:30px;font-weight:500;color:#dddddd;width:auto;left:80px;}
.home-pro .swiper-pagination-current{color:#333333;}
.home-pro .mySwiper .swiper-slide{position:relative;}
.home-pro .mySwiper .swiper-slide::before{content:"";width:1px;height:90%;background-color:#d8d8d8;position:absolute;right:-30%;top:5%;}
.home-pro .mySwiper .swiper-slide .show-img{text-align: center;}
.home-pro .mySwiper .swiper-slide .show-img img{height:128px;width:auto}

.home-pro .skip-t{position:absolute;bottom:2%;text-align:center;color:#fff;width:100%;height:100%;display:flex;justify-content:center;
align-items:center;}
.home-pro .skip-t .div1{text-decoration:underline;}
.home-pro .skip-t .div2{font-weight:700;margin-top:5px;}
.home-pro .swiper-slide-thumb-active .title{color:var(--public-color);}
.home-pro .a-ruida{margin:70px auto 0 auto;display:table;}

@media (max-width:1919px){
	.home-pro .swiper-button-next{right:5%}
	.home-pro .swiper-button-prev{left:5%}
}
@media (max-width:1500px){
	.home-pro .swiper-button-next{right:1%}
	.home-pro .swiper-button-prev{left:1%}
}

@media (max-width:768px) {
    .home-pro{padding-top:40px;}
    .home-pro .under{padding-top:20px;}
    .home-pro .box{display:none;}
    .home-pro .top{padding-bottom:10px;}
    .home-pro .top .t1{width:100%;}
    .home-pro .mySwiper{margin-top:0;}
    .home-pro .under{padding-top:0;}
    .home-pro .under .msg1{width:100%;margin-top:10px;}
    .home-pro .mySwiper .swiper-slide a{width:100%;text-align:center;}
    .home-pro .mySwiper .swiper-slide a img{width:100%;height:auto;}
    .home-pro .title{margin-top:0;margin-bottom:0px;}
    .home-pro .mySwiper .swiper-slide .title a{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
    .home-pro .a-ruida{margin:20px auto 0 auto;}
	.home-pro::after{display:none}
.home-pro .swiper-button-next{right:2%}
.home-pro .swiper-button-prev{left:2%}
}

.home-solu{display:flex;justify-content:space-between;align-items:center;margin-top:100px;background-color:#f8f8f8;}
.home-solu .left{width:50%;order:2;}
.home-solu .right{width:48%;display:flex;justify-content:flex-end;}
.home-solu .rc{width:69%;}
.home-solu .t1{padding-bottom:30px;position:relative;font-size:64px;line-height:72px;font-weight:500;}
.home-solu .t1:before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.home-solu .msg{margin-top:30px;}
.home-solu .a-ruida{margin-top:40px;}

@media (max-width:768px) {
    .home-solu{margin-top:0;}
    .home-solu .right{padding:20px 15px 0 15px;}
    .home-solu .rc{width:100%;}
    .home-solu .t1{padding-bottom:10px;}
    .home-solu .msg{margin-top:10px;}
    .home-solu .a-ruida{margin-top:20px;}
}

.home-advan .container-xl{display:flex;justify-content:flex-end;position:relative;padding-top:80px;padding-bottom:100px;}
.home-advan .container-xl::before{content:"";width:5px;height:100%;background-color:var(--public-color);position:absolute;left:0;top:0;}
.home-advan .container-xl::after{content:"";width:124px;height:202px;background:url(../../images/cup.png)no-repeat;position:absolute;left:-4%;top:36%;}

.home-advan .cont{width:93.3%;}
.home-advan .t1{width:60%;padding-bottom:30px;position:relative;font-size:64px;line-height:72px;}
.home-advan .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.home-advan .top .msg{margin-top:50px;padding-left:0;}

.home-advan .box{margin-top:50px;display:flex;justify-content:space-between;align-items:center;}
.home-advan .cont .box:nth-child(2){margin-top:90px;}
.home-advan .left{width:38.5%;}
.home-advan .right{width:52%;}

.home-advan .title{font-size:28px;line-height:44px;font-weight:700;}
.home-advan .msg{padding-left:40px;position:relative;margin-top:5px;color:#666666;}
.home-advan .msg::before{content:"";width:12px;height:8px;background:url(../../images/home-advan-icon.png)no-repeat;position:absolute;left:0;top:10px;}
.home-advan .msg:nth-child(2){margin-top:30px;}
.home-advan .msg span{color:var(--public-color);font-weight:700;}
.home-advan .ruida{margin-top:25px;}
.home-advan .cont .last{width:52%;display:table;margin:0 0 0 auto;}
.home-advan .top .msg::before{display:none;}
@media (max-width:768px) {
    .home-advan .box{margin-top:30px;}
    .home-advan .container-xl{padding-top:40px;padding-bottom:10px;}
    .home-advan .cont{width:100%;}
    .home-advan .t1{width:100%;padding-bottom:15px;}
    .home-advan .cont .box:nth-child(2){margin-top:20px;}
    .home-advan .msg:nth-child(2){margin-top:15px;}
    .home-advan .cont .last{width:100%;}
    .home-advan .cont .last a{margin:20px auto;display:table;padding-right:20px;}
    .home-advan .cont .last .ruida:after{right:0;}
}

.home-service{padding-top:100px;padding-bottom:80px;background-color:#f8f8f8;}
.home-service .container-xl{position:relative;padding-bottom:80px;}
.home-service .top{display:flex;justify-content:space-between;}
.home-service .t1{font-size:64px;line-height:72px;line-height:52px;font-weight:500;}
.home-service .left{width:48.5%;order:2;}
.home-service .right{width:40%;}
.home-service .t1{padding-top:40px;position:relative;}
.home-service .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;top:0;}
.home-service .a-ruida{margin-top:80px;}
.home-service .under{display:flex;flex-wrap:wrap;position:absolute;left:15px;bottom:0;}
.home-service .box{width:220px;height:180px;box-shadow:0 0 30px 2px rgba(0,0,0,.1);margin-right:30px;background-color:#fff;margin-top:30px;
padding:25px 25px 35px 25px;}
.home-service .title{font-size:16px;line-height:30px;font-weight:600;}
.home-service .box img{margin-top:20px;}

@media (max-width:1265px) {
    .home-service .under{position:relative;}
    .home-service .box{height:auto;}
}

@media (max-width:768px) {
    .home-service .container-xl{padding-bottom:0;}
    .home-service .t1{padding-top:0;}
    .home-service .t1::before{display:none;}
    .home-service .under{left:0;}
    .home-service{padding-top:30px;padding-bottom:30px;}
    .home-service .a-ruida{margin:30px auto 0 auto;display:table;}
    .home-service .box{width:100%;margin-right:0;display:flex;padding:25px 15px;align-items:center;}
    .home-service .box .title{order:2;margin-left:10px;}
    .home-service .box img{order:1;margin-top:0;}
    .home-service .right img{margin-top:10px;}
}
.home-new{padding-top:100px;padding-bottom:100px;}
.home-new .top{display:flex;justify-content:space-between;}
.home-new .t1{font-size:48px;line-height:52px;}
.home-new .top .msg{margin-top:20px;}
.home-new .grid{margin-top:40px;}
.home-new .g-col-xl-6{box-shadow:0 0 30px 2px rgba(0,0,0,.1);background-color:#fff;padding:25px 25px 25px 40px;position:relative;}
.home-new .date{font-size:14px;}
.home-new .title{font-size:20px;line-height:25px;font-weight:500;margin-top:0px;}
.home-new .msg{margin-top:10px;line-height:26px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.home-new .more{width:37px;height:37px;position:absolute;right:25px;bottom:25px;}
.home-new .more::before{content:"";background:url(../../images/more1.png)no-repeat;width:37px;height:37px;display:block;position:absolute;left:0;top:0;}
.home-new .more:hover::before{background:url(../../images/more2.png)no-repeat;}

@media (max-width:768px) {
    .home-new{padding-top:15px;padding-bottom:15px;}
    .home-new .title{font-size:20px;line-height:28px;}
    .home-new .a-ruida{margin:0 auto;display:table;}
    .home-new .top .msg{margin-top:10px;}
}

.home-contact{padding-top:80px;padding-bottom:100px;border-top:1px solid rgba(0,0,0,.2);}
.home-contact .t1{font-size:48px;line-height:52px;width:75%;text-align:center;margin:0 auto;}
.home-contact .a-ruida{margin:0 auto;display:table;margin-top:35px;}

@media (max-width:768px) {
    .home-contact{padding-top:40px;padding-bottom:40px;}
    .home-contact .t1{font-size:18px;line-height:24px;width:100%;}
    .home-contact .a-ruida{margin-top:20px;}
}

/* 首页难适配样式 */
@media (max-width:1919px) {
    .home-about::before,.home-pro::before,.home-pro .top::after,
    .home-pro .top .t1::after,.home-pro .mySwiper .swiper-slide::before{display:none;}
    .home-advan .container-xl::before,.home-advan .container-xl::after{display:none;}
}

.other.banner{margin-top:100px;}
.other.banner .banner-text{text-align:left;}
.other.banner .bread{margin-top:30px;}
.other.banner .breadcrumb a{color:#fff;}  
.other.banner .breadcrumb{color:#fff;}
.other.banner .breadcrumb-item+.breadcrumb-item::before{content:">>";color:#fff;padding-right:10px;padding-left:5px;}



.bread .breadcrumb{padding-left:45px;position:relative;color:#999999;}
.bread .breadcrumb a{color:#999999;}
.bread .breadcrumb::before{content:"";width:25px;height:29px;background:url(../../images/banner-icon.png)no-repeat;position:absolute;left:0;top:0;}
.bread .breadcrumb-item+.breadcrumb-item::before{content:">>";color:#999999;padding-right:10px;padding-left:5px;}

.bread.alone{margin-top:140px;}
@media (max-width:768px){
    .other.banner{margin-top:0;}
    .other.banner .bread{margin-top:0;}

    .bread .breadcrumb{padding-left:0;}
    .bread .breadcrumb::before{display:none;}

    .bread.alone{margin-top:20px;}
}

.cert{padding-top:140px;padding-bottom:200px;}
.cert .t1{font-size:36px;line-height:52px;padding-bottom:55px;position:relative;}
.cert .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.cert .msg{margin-top:50px;}

.cert .grid{margin-top:90px;gap:var(--bs-gap,60px);}
.cert .g-col-xl-3{padding:20px;background:#f8f8f8;}
.cert .g-col-xl-3:hover{background:url(../../images/cert-bg.jpg)no-repeat;background-size:100% 100%;}
.cert .show-txt{font-size:18px;color:#000;text-align:center;margin-top:25px;}
.cert .g-col-xl-3:hover .show-txt{color:#fff;}

@media (max-width:768px) {
    .cert{padding-top:20px;padding-bottom:20px;}
    .cert .t1{padding-bottom:20px;}
    .cert .grid{margin-top:20px;gap:var(--bs-gap,0);}
    .cert .show-img a{width:100%;}
    .cert .show-img img{width:100%;height:240px;}
    .cert .g-col-xl-3{padding:10px;}
    .cert .msg{margin-top:20px;}
    .cert .show-txt{margin-top:5px;}
}

.down{padding-top:200px;margin-bottom:200px;}
.down .grid{gap:var(--bs-gap,40px);}
.down .title{font-size:28px;line-height:40px;font-weight:500;margin-top:50px;}
.down .a-ruida{margin-top:40px;}

@media (max-width:768px) {
    .down{padding-top:40px;margin-bottom:40px;}
    .down .grid{gap:var(--bs-gap,30px);}
    .down .title{margin-top:20px;}
    .down .a-ruida{margin-top:20px;font-size:14px;line-height:22px;}
}

.pack{padding-bottom:140px;padding-top:150px;}
.pack .under{margin-top:60px;}
.pack .box{margin-top:60px;display:flex;justify-content:space-between;}
.pack .box .left{order:2;width:48.5%;}
.pack .box .right{width:45%;padding-right:50px;position:relative;display:flex;align-items:center;}
.pack .box .right::before{content:"";width:2px;height:100%;background-color:var(--public-color);position:absolute;right:0;top:0;}
.pack .box .t1{font-size:36px;line-height:42px;padding-bottom:35px;position:relative;}
.pack .box .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.pack .box .msg{margin-top:40px;}
.pack .a-ruida{margin-top:160px;}
.pack .a-ruida.go{margin-right:30px;}

@media (max-width:768px) {
    .pack{padding-top:20px;padding-bottom:40px;}
    .pack .under{margin-top:30px;}
    .pack .box{margin-top:30px;}
    .pack .box .right{padding-right:0;}
    .pack .box .right::before{display:none;}
    .pack .box .t1{padding-bottom:20px;}
    .pack .a-ruida.go{margin-right:0;margin-top:20px;font-size:14px;}
    .pack .box .msg{margin-top:20px;}
}

.pro1{margin-top:100px;padding-bottom:200px;}
.pro1 .top .t1{font-size:48px;padding-bottom:50px;position:relative;}
.pro1 .top .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.pro1 .top .msg{margin-top:30px;width:80%;}

.pro1 .under{margin-top:90px;}
.pro1 .box{display:flex;justify-content:space-between;padding:50px 0;}
.pro1 .box .left{width:34%;border-right:1px solid var(--public-color);padding-right:60px;}
.pro1 .box .right{width:63%;}
.pro1 .box .t1{font-size:36px;padding-bottom:30px;position:relative;}
.pro1 .box .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);display:block;position:absolute;left:0;bottom:0;}
.pro1 .box .msg{margin-top:50px;}

.pro1 .grid{gap:var(--bs-gap,40px);}
.pro1 .box .show-txt{font-size:22px;line-height:35px;margin-top:20px;}
.pro1 .box a:hover{color:var(--public-color);text-decoration:underline;}

@media (max-width:768px) {
    .pro1{margin-top:20px;padding-bottom:0;}
    .pro1 .top .t1{padding-bottom:0;}
    .pro1 .top .t1::before{display:none;}
    .pro1 .top .msg{width:100%;margin-top:10px;}
    .pro1 .under{margin-top:0;}
    .pro1 .box{padding:20px 0;}
    .pro1 .box .left{padding-right:0;border-color:transparent;}
    .pro1 .grid{gap:var(--bs-gap,30px);}
    .pro1 .box .t1{padding-bottom:15px;}
    .pro1 .box .msg{margin-top:15px;}
}

.video-nav .box{display:flex;margin-top:140px;border-bottom:4px solid #dddddd;}
.video-nav .item{margin-right:35px;position:relative;}
.video-nav .item::before{content:"";width:0;height:4px;position:absolute;left:0;bottom:-5px;background-color:var(--public-color);}
.video-nav .item:hover::before{width:100%;transition:all .5s;}
.video-nav a{font-size:20px;font-weight:500;padding-bottom:25px;}

.video-nav .item.active::before{width:100%;transition:all .5s;}
.video-nav .item.active a{color:var(--public-color);}

.video-nav .box1{display:flex;flex-wrap:wrap;margin-top:0px;}
.video-nav .box1 .item{margin-top:15px;}
.video-nav .box1 .item::before{display:none;}
.video-nav .box1 a{font-size:16px;position:relative;padding-bottom:0;}
.video-nav .box1 a::before{content:"";width:0;height:1px;background-color:var(--public-color);position:absolute;left:0;bottom:0;transition:all .5s;}
.video-nav .box1 a:hover::before{width:100%;transition:all .5s;}

.video{margin-top:90px;padding-bottom:150px;}
.video .grid{gap:var(--bs-gap,60px);}
.video .title{font-size:20px;line-height:30px;font-weight:600;margin-top:30px;}
.video .date{padding-left:55px;margin-top:30px;font-size:14px;color:#999999;position:relative;}
.video .date::before{content:"";width:36px;height:4px;background:url(../../images/video-icon.png)no-repeat;position:absolute;left:0;top:42%;}
@media (max-width:768px) {
    .video{margin-top:20px;padding-bottom:40px;}
    .video .grid{gap:var(--bs-gap,30px);}
    .video .title{margin-top:15px;}
    .video .date{margin-top:20px;}
}

.contact{padding-top:130px;padding-bottom:100px;}
.contact .t1{font-size:36px;line-height:32px;font-weight:700;}
.contact .box{display:flex;justify-content:space-between;margin-top:70px;}
.contact .box .left{order:2;width:50%;}
.contact .box .right{width:47%;}

.contact .box1 .youtube{font-size:25px;color:#9f1919;}
.contact .box1{display:flex;margin-top:40px;}
.contact .right .box1:nth-child(1){margin-top:0;}
.contact .ri{margin-left:40px;font-size:16px;}
.contact .ri div{font-size:18px;line-height:28px;font-weight:700;margin-top:20px;}
.contact .ri a{display:block;font-size:18px;line-height:28px;font-weight:700;margin-top:20px;}
.contact .share{margin-top:70px;}
.contact .social>span{padding:0;}
.contact .social{margin-right:5px;}
.contact .share .social:nth-child(1){margin-right:10px;}

.touch .t1{font-size:28px;line-height:32px;font-weight:700;padding-top:30px;border-top:2px solid #eaeaea;margin-top:25px;}
.touch form{margin-top:25px;}
.touch .form-group{margin-bottom:30px;}
.touch .form-feedback .form-control{font-size:18px;}
.touch .form-row>[class*="col-"]{padding:0;}
.touch .form-row .col-md-4{padding-right:30px;}
.touch .form-row .col-md-4:nth-child(4){padding-right:0;}
.touch .btn{background-color:var(--public-color);font-size:18px;line-height:30px;font-weight:500;margin-top:40px;width:220px;display:table;margin:0 auto;}
.touch .btn:hover{background-color:var(--public-color);text-decoration:underline;}

.desc.s{padding-bottom:0;}
.desc{margin-top:110px;padding-bottom:180px;}
.desc .container-xl{display:flex;justify-content:space-between;}
.desc .left{width:31%;}
.desc .right{width:53%;}
.desc .t1{font-size:48px;line-height:52px;padding-bottom:40px;position:relative;}
.desc .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.desc .title{font-size:28px;line-height:32px;font-weight:700;margin-top:100px;}
.desc .msg{margin-top:40px;line-height:32px;}

.desc .ruida{margin-top:35px;}
.desc .ruida::before{width:75%;}
.desc .ruida::after{content:"\f061";font-family:'Cmsfont';}
.desc .ruida + a{margin-top:40px;color:var(--public-color);font-size:18px;line-height:32px;font-weight:500;}
.desc .ruida + a:hover{text-decoration:underline;}
.desc .txt{font-size:18px;line-height:32px;font-weight:700;margin-top:35px;}
.desc .pdf{padding:10px 65px 10px 35px;color:var(--public-color);border:1px solid var(--public-color);font-size:18px;line-height:30px;
font-weight:500;position:relative;margin-top:60px;}
.desc .pdf::before{content:"";width:26px;height:24px;background:url(../../images/pdf.png)no-repeat;position:absolute;top:15px;right:30px;}
.desc .pdf:hover{text-decoration:underline;}

.desc .right{background-color:#f8f8f8;padding:75px 60px 80px 60px;}
.desc .form-row>[class*="col-"]{padding:0;padding-right:30px;}
.desc .right .title{margin-top:0;font-size:18px;line-height:40px;margin-bottom:20px;}
.desc .form-group{margin-bottom:30px;}
.desc .form-control{font-size:18px;padding:15px 0 15px 20px;}
.desc .btn{background-color:var(--public-color);}
.desc .btn:hover{background-color:var(--public-color);text-decoration:underline;}

@media (max-width:768px) {
    .contact{padding-top:0;padding-bottom:40px;}
    .contact .box{margin-top:20px;}
    .contact .ri{margin-left:10px;}
    .contact .box1{margin-top:20px;}
    .contact .ri div{font-size:16px;line-height:24px;}
    .contact .share{margin-top:40px;}
    .contact .form-row{margin:0;}
    .contact .ri a{margin-top:10px;}

    .touch form{padding-top:10px;margin-top:0;}
    .touch .form-row{margin:0;}
    .touch .form-row .col-md-4{padding-right:0;}
    .touch .form-group{margin-bottom:10px;}
    .touch .btn{margin-top:20px;}

    .desc{margin-top:30px;padding-bottom:30px;}
    .desc .t1{padding-bottom:20px;}
    .desc .title{margin-top:10px;}
    .desc .msg{margin-top:10px;line-height:22px;}
    .desc .ruida{margin-top:20px;}
    .desc .ruida + a{margin-top:20px;}
    .desc .txt{margin-top:20px;}
    .desc .pdf{font-size:14px;margin-top:20px;}
    .desc .right{padding:15px 15px 0 15px;}
    .desc .form-control{font-size:14px;}
    .desc .form-row>[class*="col-"]{padding-right:0;margin-bottom:10px;}
    .desc .right .title{margin-bottom:0;}
    .desc form .form-row:last-child{margin-top:20px;} 
    .desc .right .form-row{margin:0;}
    .desc.s .form-row{margin:0;}

}

.faq{padding-top:160px;padding-bottom:160px;}
.faq .t1{font-size:36px;padding-bottom:40px;position:relative;}
.faq .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.faq .msg{margin-top:40px;width:85%;}

.faq .under{margin-top:120px;display:flex;justify-content:space-between;}
.faq .left{width:21%;}
.faq .right{width:72%;}
.faq .item{font-size:18px;border-left:4px solid #dddddd;}
.faq .item a{color:#666666;display:block;padding:5px 0 5px 40px;}
.faq .item:hover{border-left-color:var(--public-color);}
.faq .item:hover a{color:var(--public-color);}
.faq .item.active{border-left-color:var(--public-color);}
.faq .item.active a{color:var(--public-color);}

.faq .faq-item{border-bottom:1px solid #dddddd;padding:25px 0 25px 0;}
.faq .right .faq-item:nth-child(1){border-top:1px solid #dddddd;}

.faq .text-header{position:relative;padding-left:45px;padding-right:25px;}
.faq .text-header::before{content:"";width:16px;height:19px;background:url(../../images/faq-icon1.png)no-repeat;position:absolute;left:0;top:5px;}
.faq .text-header::after{content:"";width:17px;height:17px;background:url(../../images/faq-icon2.png)no-repeat;position:absolute;right:0;top:5px;}
.faq .title-q{font-size:20px;}
.faq .content-a{font-size:18px;line-height:28px;padding-right:25px;padding-left:45px;height:0;overflow:hidden;transition:all .5s;position:relative;}
.faq .content-a::before{content:"";width:15px;height:17px;background:url(../../images/faq-icon4.png)no-repeat;position:absolute;left:0;top:7px;}

.faq .faq-item.active{border-bottom-color:var(--public-color);}
.faq .faq-item.active .title-q{font-weight:500;}
.faq .faq-item.active .text-header::after{background:url(../../images/faq-icon3.png)no-repeat;}
.faq .faq-item.active .content-a{margin-top:25px;height:auto;transition:all .5s;}

@media (max-width:768px) {
    .faq{padding-top:20px;padding-bottom:40px;}
    .faq .t1{padding-bottom:20px;}
    .faq .under{margin-top:20px;}
    .faq .title-q{font-size:18px;}
    .faq .content-a{font-size:14px;line-height:22px;}
    .faq .msg{margin-top:20px;width:100%;}
}

/* 新闻中心导航 */
.new-nav{margin-top:75px;}
.new-nav .container-xl{display:flex;flex-wrap:wrap;}
.new-nav .item{margin-right:10px;font-size:20px;font-weight:500;margin-top:20px;background:#eeeeee;border-radius:15px;} 
.new-nav .item a{padding:10px 25px;display:block;position:relative;}
.new-nav .item:hover a{color:var(--public-color);}
.new-nav .item.active a{color:var(--public-color);}

.new{margin-top:100px;padding-bottom:100px;}
.new .swiper-slide{padding:50px 40px;display:flex;justify-content:space-between;background-color:#f8f8f8;}
.new .left{width:41%;order:2;}
.new .right{width:45%;}
.new .right .title{font-size:24px;line-height:40px;font-family:'Barlow';font-weight:500;}
.new .right .date{font-size:16px;line-height:30px;margin-top:5px;}
.new .right .msg{font-size:20px;line-height:30px;margin-top:40px;}
.new .right .view-more{padding:15px 60px;background-color:var(--public-color);color:#fff;font-size:18px;font-family:'Barlow';margin-top:40px;}

.new .grid{gap:var(--bs-gap,65px);margin-top:95px;}
.new .grid .title{font-size:20px;line-height:30px;font-family:'Barlow';font-weight:600;margin-top:25px;}
.new .grid .date{position:relative;padding-left:50px;font-size:14px;margin-top:20px;}
.new .grid .date::before{content:"";width:35px;height:5px;background-color:var(--public-color);position:absolute;;left:0;top:42%;}
.new .grid .msg{font-size:18px;line-height:25px;margin-top:20px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.new .grid .view-more{font-size:18px;line-height:28px;padding:12px 65px;background-color:var(--public-color);color:#fff;display:table;margin:45px 0 0 auto;}

.new .view-more:hover{text-decoration:underline;}
.new .swiper-horizontal>.swiper-pagination-bullets,.new .swiper-pagination-bullets.swiper-pagination-horizontal{left:40px;bottom:40px;width:auto;}
.new .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.new .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0;margin-right:20px;}

@media (max-width:768px) {
    .new{margin-top:0;padding-bottom:40px;}
    .new .grid{margin-top:40px;gap:var(--bs-gap,30px);}
}

.support{padding-top:180px;padding-bottom:95px;}
.support .top .t1{font-size:36px;padding-bottom:50px;position:relative;}
.support .top .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.support .top .msg{margin-top:30px;}
.support .under{margin-top:30px;}
.support .under .box{display:flex;justify-content:space-between;margin-top:95px;}
.support .under .left{width:44%}
.support .under .right{width:49%;display:flex;align-items:center;padding-left:60px;border-left:2px solid var(--public-color);}
.support .under .t1{font-size:36px;padding-bottom:35px;position:relative;}
.support .under .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.support .under .msg{margin-top:30px;line-height:32px;}
.support .under .box:nth-child(2) .left{order:2;}
.support .a-ruida.go{margin-top:130px;margin-right:30px;}

@media (max-width:768px) {
    .support .top .t1{padding-bottom:15px;}
    .support .top .msg{margin-top:15px;}
    .support{padding-top:20px;padding-bottom:40px;}
    .support .top .t1{padding-bottom:20px;}
    .support .under .t1{padding-bottom:15px;}
    .support .under .box{margin-top:40px;}
    .support .under .right{padding-left:0;border-left-color:transparent;}
    .support .a-ruida.go{margin-top:20px;font-size:14px;margin-right:0;}
    .support .under .msg{margin-top:20px;}
}

.maintain{padding-top:140px;padding-bottom:95px;}
.maintain .top .t1{font-size:36px;padding-bottom:50px;position:relative;}
.maintain .top .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.maintain .top .msg{margin-top:30px;}
.maintain .under{margin-top:30px;}
.maintain .under .box{display:flex;justify-content:space-between;margin-top:95px;}
.maintain .under .left{width:44%}
.maintain .under .right{width:49%;display:flex;align-items:center;padding-left:60px;border-left:2px solid var(--public-color);}
.maintain .under .t1{font-size:36px;padding-bottom:35px;position:relative;}
.maintain .under .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.maintain .under .msg{margin-top:30px;line-height:32px;}
.maintain .under .box:nth-child(2) .left{order:2;}
.maintain .a-ruida.go{margin-top:130px;margin-right:30px;}

.sale{display:flex;justify-content:space-between;align-items:center;padding:100px 0 100px 60px;background-color:#f4f4f4;margin-top:140px;}
.sale .left{order:2;width:44%;}
.sale .right{width:48%;}
.sale .t1{padding-bottom:35px;position:relative;}
.sale .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.sale .msg{line-height:32px;color:#666666;margin-top:50px;}
.sale .title{margin-top:40px;font-size:20px;line-height:40px;font-weight:500;}
.sale a{font-size:20px;line-height:40px;font-weight:500;color:var(--public-color);text-decoration:underline;}

@media (max-width:768px) {
    .maintain{padding-top:20px;padding-bottom:40px;}
    .maintain .under .right{padding-left:0;border-left-color:transparent;}
    .maintain .under .box{margin-top:40px;}
    .maintain .under .msg{line-height:22px;margin-top:20px;}
    .maintain .a-ruida.go{margin-right:0;margin-top:20px;font-size:14px;line-height:22px;}
    .maintain .top .msg{margin-top:0;}
    .maintain .under .t1{padding-bottom:15px;}
    .sale .right{padding:0 15px 30px 15px;}

    .sale{padding:0;margin-top:40px;}
    .sale .msg{margin-top:20px;}
    .sale .title{margin-top:18px;}
    .sale a{font-size:16px;}
    .sale .t1{padding-bottom:15px;}}

.history-nav{margin-top:160px;}
.history-nav .container-xl{display:flex;}
.history-nav .item{font-size:18px;line-height:28px;padding:10px 30px;font-weight:500;font-family:'Lexend Giga';}
.history-nav .item.active{background-color:var(--public-color);color:#fff;}
.history-nav .item:hover{background-color:var(--public-color);color:#fff;}

.history{margin-top:50px;padding-bottom:0px;}
.history .box{padding:45px 30px 45px 0;display:flex;justify-content:space-between;border-bottom:2px solid #dddddd;}
.history .box:nth-child(1){border-top:2px solid var(--public-color);}
.history .box:last-child{border-bottom-color:transparent;}
.history .left{width:15%;}
.history .t1{font-size:36px;color:var(--public-color);}
.history .right{width:76%;}

.history .b-box{height:0;overflow:hidden;}
.history .b-box.active{height:auto;}
@media (max-width:768px) {
    .history .left{width:25%;}
    .history .right{width:70%;}
}

.new-cont{margin-top:70px;padding-bottom:100px;}
.new-cont .container-xl{display:flex;justify-content:space-between;}
.new-cont .left{width:57%;}
.new-cont .right{width:31%;}
.new-cont .t1{font-size:36px;line-height:48px;font-weight:700;}
.new-cont .date{padding-left:50px;margin-top:40px;font-size:14px;color:#999999;position:relative;}
.new-cont .date::before{content:"";width:35px;height:5px;background-color:var(--public-color);position:absolute;left:0;top:42%;}
.new-cont p img{max-width:100%;}
.new-cont .under{border-top:1px dashed #dddddd;margin-top:60px;}
.new-cont .under .next{margin-top:50px;}
.new-cont .under a{display:flex;align-items:center;font-size:18px;line-height:40px;}
.new-cont .under .prev{margin-top:25px;}
.new-cont .under img{margin-right:30px;}
.new-cont .under .prev img{transform:rotate(180deg);}

.new-cont .right .t2{font-size:20px;line-height:40px;font-weight:700;color:#000;}
.new-cont .right .t2:nth-child(3){margin-top:60px;}

.new-box a{display:block;margin-top:60px;}
.new-box img{width:100%;}
.new-box .title{font-size:20px;line-height:30px;font-family:'Barlow';font-weight:600;margin-top:25px;}
.new-box .date{position:relative;padding-left:50px;font-size:14px;margin-top:20px;}
.new-box .date::before{content:"";width:35px;height:5px;background-color:var(--public-color);position:absolute;;left:0;top:42%;}
.new-box .msg{font-size:18px;line-height:25px;margin-top:20px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;
-webkit-box-orient:vertical;}
.new-box .view-more{font-size:18px;line-height:28px;padding:12px 65px;background-color:var(--public-color);color:#fff;display:table;margin:45px 0 0 auto;}

.pro-box{display:flex;justify-content:space-between;box-shadow:0 0 50px 1px rgba(0,0,0,.1);padding:25px 15px;}
.pro-box .left{width:29%;display:flex;align-items:center;}
.pro-box .right{width:65%;}
.pro-box .title{font-size:18px;line-height:20px;font-weight:700;}
.pro-box .view-more{font-size:18px;line-height:20px;color:var(--public-color);font-weight:600;margin-top:10px;position:relative;}
.pro-box .view-more::before{content:"";width:35px;height:7px;background:url(../../images/view-more-icon.png)no-repeat;position:absolute;right:-50px;
top:40%;transition:all .5s;}
.pro-box .view-more:hover::before{right:-60px;transition:all .5s;}

.new-cont .pro-box{margin-top:20px;}
.new-cont .pro-box:nth-child(2){margin-top:40px;}

@media (max-width:768px) {
    .new-cont{margin-top:40px;padding-bottom:40px;}
    .new-cont .date{margin-top:20px;}
    .new-box a{margin-top:30px;}
    .new-cont .under a{font-size:14px;}
    .new-cont .under img{margin-right:10px;width:15%;}
    .new-cont .left h2{font-size:20px;line-height:28px;}
    .new-cont .right .t2{margin-top:20px;}
    .new-cont .pro-box:nth-child(2){margin-top:20px;}
    .new-box a{margin-top:20px;}
}

.nanny{margin-top:160px;}
.nanny .t1{font-size:48px;padding-bottom:50px;position:relative;}
.nanny .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.nanny .msg{margin-top:30px;}

.process{margin-top:140px;padding-bottom:100px;}
.process .t1{padding-bottom:40px;position:relative;}
.process .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.process .grid{margin-top:70px;gap:var(--bs-gap,45px);}
.process .g-col-xl-3{box-shadow:0 0 50px 1px rgba(0,0,0,.1);padding:25px 30px 30px 30px;position:relative;}
.process .g-col-xl-3 .msg{margin-top:30px;}
.process .g-col-xl-3:nth-child(6) .msg,.process .g-col-xl-3:nth-child(7) .msg,.process .g-col-xl-3:nth-child(8) .msg{margin-top:20px;}

.process .g-col-xl-3:nth-child(1)::before,.process .g-col-xl-3:nth-child(2)::before,.process .g-col-xl-3:nth-child(3)::before{content:"";width:19px;height:16px;background:url(../../images/process-icon.png)no-repeat;
position:absolute;top:49%;right:-30px;}
.process .g-col-xl-3:nth-child(4)::before{content:"";width:19px;height:16px;background:url(../../images/process-icon.png)no-repeat;
position:absolute;left:45%;bottom:-30px;transform:rotate(90deg);}
.process .g-col-xl-3:nth-child(5)::before,.process .g-col-xl-3:nth-child(6)::before,.process .g-col-xl-3:nth-child(7)::before{content:"";width:19px;height:16px;background:url(../../images/process-icon.png)no-repeat;
position:absolute;top:49%;right:-30px;transform:rotate(180deg);}

.type{padding-top:110px;padding-bottom:110px;background-color:#f4f4f4;}
.type .t1{font-size:48px;line-height:52px;font-weight:500;padding-bottom:35px;position:relative;}
.type .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}

.type .grid{gap:var(--bs-gap,100px);margin-top:70px;}
.type .show-img img{width:100%;}
.type .show-txt{margin-top:40px;}
.type .title{font-size:20px;line-height:26px;font-weight:500;padding-right:100px;padding-bottom:20px;position:relative;}
.type .title::before{content:"";width:100%;height:2px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.type .tips{margin-top:30px;}
.type .tips p{padding-left:30px;position:relative;font-size:18px;line-height:36px;color:#666666;}
.type .tips p::before{content:"";width:18px;height:16px;background:url(../../images/type-icon.jpg)no-repeat;position:absolute;left:0;top:10px;}
.type a{font-size:18px;line-height:28px;color:var(--public-color);font-weight:500;margin-top:30px;position:relative;}
.type a::before{content:"";width:12px;height:9px;background:url(../../images/type-icon1.png)no-repeat;position:absolute;right:-20px;top:40%;transition:all .5s;}
.type a:hover::before{right:-30px;}

.faq1 .container-xl{display:flex;justify-content:space-between;}
.faq1 .left{width:20%;}
.faq1 .right{width:60%;}

@media (max-width:768px) {
    .nanny{margin-top:20px;}
    .nanny .t1{padding-bottom:20px;}
    .nanny .msg{margin-top:15px;}
    
    .process{margin-top:40px;padding-bottom:40px;}
    .process .t1{padding-bottom:15px;}
    .process .grid{gap:var(--bs-gap,20px);margin-top:40px;}
    .process .g-col-xl-3{padding:30px 15px;display:flex;align-items:center;}
    .process .g-col-xl-3 .msg{margin-top:0;margin-left:15px;}
    .process .g-col-xl-3:nth-child(5)::before, .process .g-col-xl-3:nth-child(6)::before, .process .g-col-xl-3:nth-child(7)::before{display:none;}
    .process .g-col-xl-3:nth-child(1)::before, .process .g-col-xl-3:nth-child(2)::before, .process .g-col-xl-3:nth-child(3)::before{display:none;}
    .process .g-col-xl-3:nth-child(4)::before{display:none;}

    .type{padding-top:40px;padding-bottom:40px;}
    .type .t1{padding-bottom:15px;}
    .type .grid{margin-top:40px;gap:var(--bs-gap,30px);}
    .type .tips p{font-size:14px;}
    .type .show-txt{margin-top:10px;}
    .type .title{padding-bottom:10px;}
    .type .tips{margin-top:10px;}
    .type a{margin-top:15px;}
}

.develop{margin-top:0px;margin-bottom:110px;}
.develop .box{margin-top:100px;}
.develop .t1{font-size:36px;line-height:52px;padding-bottom:35px;position:relative;}
.develop .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.develop .show-img{margin-top:70px;}
.develop .show-img img{border:3px solid #325395;}
.develop .show-txt{margin-top:20px;width:30%;}

@media (max-width:768px) {
    .develop{margin-top:0;margin-bottom:40px;}
    .develop .box{margin-top:40px;}
    .develop .t1{padding-bottom:20px;}
    .develop .show-img{margin-top:20px;}
    .develop .show-txt{width:100%;}
}

.global{padding-top:160px;padding-bottom:120px}
.global .t1{font-size:48px;padding-bottom:50px;position:relative;}
.global .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.global .msg{margin-top:25px;}
.global-map{margin-top:60px;margin-bottom:90px;}

.global .faq-item{border-bottom:1px solid #dddddd;padding:30px 0;transition:all .5s;}

.global .text-header{position:relative;padding-left:20px;}
.global .text-header::after{content:"";width:32px;height:32px;background:url(../../images/global-icon.png)no-repeat;position:absolute;right:0;
top:20%;transition:all .5s;}
.global .title-q{font-size:36px;line-height:50px;font-weight:500;}
.global .content-a{font-size:18px;line-height:28px;height:0;overflow:hidden;position:relative;}
.global .content-a::before{content:"";width:15px;height:17px;background:url(../../images/gol.global-icon4.png)no-repeat;position:absolute;left:0;top:7px;}

.global .faq-item.active .text-header::after{transform:rotate(180deg);transition:all .5s;}
.global .faq-item.active .content-a{margin-top:25px;height:auto;}

.global .grid{gap:var(--bs-gap,40px);}
.global .g-col-xl-4{padding:35px 60px 25px 35px;background-color:#f8f8f8;border-top:2px solid var(--public-color);display:flex;justify-content:space-between;}
.global .grid .left{font-size:18px;font-weight:700;color:var(--public-color);width:50%;}
.global .grid .right{width:40%;}
.global .grid .right p{color:#999999;font-size:18px;line-height:32px;display:table;}
.global .star1{position:relative;}
.global .star1::before{content:"";width:13px;height:12px;background:url(../../images/star1.png)no-repeat;position:absolute;right:-20px;top:35%;}
.global .g-col-xl-8{height:325px;padding:35px 60px 25px 35px;background-color:#f8f8f8;border-top:2px solid var(--public-color);display:flex;justify-content:space-between;}

.global .star2{position:relative;}
.global .star2::before{content:"";width:26px;height:12px;background:url(../../images/star2.png)no-repeat;position:absolute;right:-30px;top:35%;}
.global .g-col-xl-8 .left{width:15%;}
.global .g-col-xl-8 .right{width:75%;display:flex;}
.global .g-col-xl-8 .box{margin-left:100px;}
.global .g-col-xl-8 .box:nth-child(1){margin-left:0;}

@media (max-width:768px) {
    .global{padding-top:20px;padding-bottom:20px}
    .global .t1{padding-bottom:20px;}
    .global .title-q{font-size:18px;line-height:26px;}
    .global .grid{gap:var(--bs-gap,00px);}
    .global .g-col-xl-4,.global .g-col-xl-8{display:block;}
    .global .g-col-xl-8 .left{width:100%;}
    .global .grid .right{width:100%;}
    .global .g-col-xl-8 .right{display:block;}
    .global .g-col-xl-8{height:auto;}
    .global .g-col-xl-8 .box{margin-left:0;}
    .global .grid .left{width:100%;}
    .global .grid .right p{font-size:16px;}
}

.story{margin-top:120px;margin-bottom:90px;}
.story .t1{text-align:center;}
.story .grid{margin-top:70px;gap:var(--bs-gap,30px);}
.story .show-img img{width:100%;}
.story .show-txt{margin-top:40px;border-top:2px solid var(--public-color);}
.story .show-txt .msg{margin-top:20px;color:#666666;}
.story .show-txt a{font-size:18px;font-weight:500;color:var(--public-color);margin-top:30px;position:relative;}
.story .show-txt a::before {content:"";width:12px;height:9px;background:url(../../images/type-icon1.png) no-repeat;position:absolute;right:-20px;
top:40%;transition: all .5s;}
.story .show-txt a:hover:before{right:-30px;}

.high{background-color:#f8f8f8;padding-top:100px;padding-bottom:100px;}
.high .t1{position:relative;padding-bottom:40px;}
.high .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;bottom:0;left:48%;}
.high .grid{gap:var(--bs-gap,60px);}

.high.story{margin-top:0;margin-bottom:0;}

@media (max-width:768px) {
    .story{margin-top:20px;margin-bottom:40px;}
    .story .grid{margin-top:30px;}

    .high{padding-top:40px;padding-bottom:40px;}
    .high .t1{padding-bottom:0;}
    .high .t1::before{display:none;}
    .high .grid{gap:var(--bs-gap,30px);}
}

.care{padding-top:120px;padding-bottom:120px;background-color:rgba(245, 245, 245, 0.9);}
.care .t1{padding-bottom:35px;position:relative;}
.care .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.care .msg{margin-top:40px;color:#666666;}

.care .grid{margin-top:80px;gap:var(--bs-gap,40px);}
.care .g-col-xl-4{border-radius:0 0 15px 15px;overflow:hidden;}
.care .g-col-xl-4:hover{box-shadow:0 0 30px 1px rgba(0,0,0,.1);}
.care img{width:100%;}
.care .show-txt{padding:30px;background-color:#fff;}
.care .title{font-size:20px;line-height:30px;font-weight:600;}
.care .tip{font-size:18px;line-height:32px;padding-left:35px;color:#999999;position:relative;}
.care .tip::before{content:"";width:20px;height:16px;background:url(../../images/care-icon.jpg)no-repeat;position:absolute;left:0;top:10px;}
.care .tip:nth-child(2){margin-top:20px;}
.care a{font-size:18px;line-height:30px;color:var(--public-color);margin-top:40px;position:relative;}
.care a::before{content:"";width:12px;height:9px;background:url(../../images/type-icon1.png)no-repeat;position:absolute;right:-20px;top:12px;
transition:all .5s;}
.care a:hover::before{right:-30px;transition:all .5s;}

@media (max-width:768px) {
    .care{padding-top:30px;padding-bottom:30px;}
    .care .msg{margin-top:10px;}
    .care .t1{padding-bottom:15px;}
    .care .grid{margin-top:80px;gap:var(--bs-gap,30px);margin-top:20px;}
    .care .tip:nth-child(2){margin-top:10px;}
    .care .tip{font-size:14px;line-height:22px;}
    .care .tip::before{top:0;}
}

.drink{margin-top:90px;position:relative;}
.drink::before{content:"";width:497px;height:439px;background:url(../../images/drink-bg.png)no-repeat;position:absolute;right:130px;top:-120px;z-index:-1;}
.drink .container-xl{display:flex;justify-content:space-between;align-items:center;}
.drink .left{width:50%;order:2;}
.drink .right{width:43%;}
.drink .t1{font-size:56px;line-height:56px;padding-bottom:50px;position:relative;}
.drink .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.drink .msg{color:#666666;margin-top:30px;}

@media (max-width:1919px) {
    .drink{margin-top:0;}
    .drink::before{display:none;}
}

.recom-pro{margin-top:60px;margin-bottom:60px;}
.recom-pro .t1{padding-bottom:40px;position:relative;}
.recom-pro .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.recom-pro .grid{margin-top:70px;gap:var(--bs-gap,40px);}

.recom-pro .title{font-size:18px;line-height:32px;font-weight:700;}
.recom-pro .t2{font-size:18px;line-height:32px;font-weight:500;}
.recom-pro .last{margin-top:30px;}
.recom-pro .t2 a:hover{color:var(--public-color);text-decoration:underline;}

.recom-pro.app{background-color:#f8f8f8;padding:80px 0;}
.recom-pro.app .qt1{background: #fff;padding: 45px;border-bottom: 4px solid #b12927;}
.recom-pro.app .title{text-align: center;}
.recom-pro.app .title a{color: #333333;font-weight: 500;font-size: 18px;line-height: 25.6px;}
.recom-pro.app .title a:hover{text-decoration: underline;}
.recom-pro.app .qt1 .qt2{margin-top: 30px;}
.recom-pro.app .qt1 .qt2 table{border: 0;width: 100%;}
.recom-pro.app .qt1 .qt2 table tr td{width: 25%;}
.recom-pro.app .qt1 .qt2 table tr td p:nth-child(1){color: #666666;font-size: 12.8px;line-height: 13.71px;font-weight: 400;text-align: center;}
.recom-pro.app .qt1 .qt2 table tr td p:nth-child(2){color: #666666;font-size: 12.8px;line-height: 13.71px;font-weight: 400;text-align: center;margin-top: 15px;}
.recom-pro.app .qt1 .qt2 table tr td p:nth-child(2) strong{color: #b12927;font-weight: 600;font-size: 18.28px;}
.recom-pro.app .qt1 .qt2 table tr td:not(:last-child){border-right: 3px solid #dddddd;}
.recom-pro.app .show-img a{}
.recom-pro.app .show-img img{mix-blend-mode: darken;}
@media (max-width:768px) {
    .recom-pro{margin-top:0;margin-bottom:20px;}
    .recom-pro .t1{padding-bottom:15px;}
    .recom-pro .grid{gap:var(--bs-gap,30px);}
    .recom-pro.app .qt1{padding: 15px;}
    .recom-pro.app .qt1 .qt2{margin-top: 15px;}
}

.series1.app{margin-top:40px;}
/* .series1.app .under .swiper-slide{width:24% !important;} */

.tech{padding-top:100px;}
.tech .t1{padding-bottom:30px;position:relative;}
.tech .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.tech .grid{gap:var(--bs-gap,50px);margin-top:60px;}
.tech .g-col-xl-6{display:flex;justify-content:space-between;}
.tech .show-img{width:41%;}
.tech .show-txt{width:54%;border-left:2px solid var(--public-color);display:flex;align-items:center;justify-content:flex-end;}
.tech .cont{width:80%;}

@media (max-width:768px) {
    .tech .grid{gap:var(--bs-gap,30px);margin-top:30px;}
    .tech .show-img img{width:100%;}
    .tech .show-txt{border-color:transparent;}
    .tech .cont{width:100%;}

    .series1.app .under .swiper-slide{width:100% !important;}
}

.app-faq{position:relative;}
.app-faq::before{content:"";width:476px;height:416px;background:url(../../images/app-faq-bg.png)no-repeat;position:absolute;left:0;bottom:-200px;z-index:-1;}
@media (max-width:1400px) {
    .app-faq::before{display:none;}
}

.capa{background:url(../../images/capa.jpg)no-repeat;background-size:cover;padding:120px 0;}
.capa .t1{color:#fff;width:54%;padding-bottom:40px;position:relative;}
.capa .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.capa .msg{width:50%;color:#fff;opacity:.6;margin-top:40px;}
.capa .view-more{padding:15px 30px;background-color:var(--public-color);color:#fff;font-size:18px;font-family:'Barlow';margin-top:40px;}
.capa .view-more:hover{text-decoration:underline;}

@media (max-width:768px) {
    .capa{padding:40px 0;}
    .capa .t1{width:100%;padding-bottom:15px;}
    .capa .msg{width:100%;margin-top:15px;}
    .capa .view-more{font-size:14px;margin-top:25px;}
}

.nav1{margin-top:30px;}
.nav1 .container-xl{display:flex;}
.nav1 .item{margin-right:20px;}
.nav1 a{padding:5px 20px;font-size:18px;line-height:28px;}
.nav1 a.active{background-color:var(--public-color);color:#fff;}
.nav1 a:hover{background-color:var(--public-color);color:#fff;}

.pro-mac{margin-top:20px;border-top:1px solid #ebebeb;}
.pro-mac .container-xl{padding-top:90px;display:flex;justify-content:space-between;}
.pro-mac .left{order:2;width:50%;}
.pro-mac .right{width:46%;}
.pro-mac .right img{max-width:100%;}
.pro-mac .right .title{font-size:16px;font-weight:700;}

.pro-mac .right .grid{gap: var(--bs-gap,10px);}
.pro-mac .right .show-img{height:65px;}
.pro-mac .t1{padding-bottom:35px;position:relative;}
.pro-mac .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.pro-mac .msg{margin-top:40px;}
.pro-mac .msg:nth-child(2){margin-top: 40px;margin-bottom: 50px;}

.pro-list{margin-top:100px;padding-bottom:100px;}
.pro-list .box{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #ebebeb;}
.pro-list .box:nth-child(1){border-top:2px solid var(--public-color);}
.pro-list .left{width:45%;}
.pro-list .right{width:50%;}
.pro-list .model{font-size:26px;line-height:30px;font-weight:700;}
.pro-list .t1 a{font-size:26px;position:relative;}
.pro-list .t1 a::before{content:"";width:40px;height:46px;background:url(../../images/p-l-sign-1.png) no-repeat;position:absolute;top:20px;
right:-60px;transition:all .5s;}
.pro-list .t1 a:hover{text-decoration:underline;}
.pro-list .t1 a:hover::before{background:url(../../images/p-l-sign-1-1.png);right:-50px;transition:all .5s;}
.pro-list .title{font-size:18px;line-height:32px;font-weight:700;margin-top:30px;}
.pro-list .msg + .title{margin-top:10px;}
.pro-list .txt{color:var(--public-color);font-size:18px;line-height:28px;}

.pro-list .right .msg{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;height:84px;}
.pro-list .pagination {margin-top: 15px;}
.series{padding-bottom:120px;}
.series .t1{padding-bottom:40px;font-size:48px;position:relative;}
.series .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.series .under{display:flex;justify-content:flex-end;}
.series .cont{max-width:1610px;}

.series .show-txt{margin-top:40px;border-top:2px solid var(--public-color);}

.series .under{margin-top:60px;}
.series .under a{position:relative;font-size:18px;line-height:28px;font-weight:500;margin-top:20px;color:var(--public-color);}
.series .under a::before {content:"";width:12px;height:9px;background:url(../../images/type-icon1.png) no-repeat;position:absolute;right:-20px;
top:40%;transition: all .5s;}
.series .under a:hover::before{right:-30px;transition:all .5s;}

.series .under .swiper-slide{;margin-bottom:60px;}
.series .under img{width:100%;}
.series .under .msg{margin-top:25px;}
.series .swiper-button-next{top:96%;left:84%;}
.series .swiper-button-prev{top:96%;left:80%;}
.series .swiper-button-next::after{content:"";width:14px;height:25px;background:url(../../images/series-icon.png)no-repeat;}
.series .swiper-button-prev::after{content:"";width:14px;height:25px;background:url(../../images/series-icon.png)no-repeat;transform:rotate(180deg);}
.series .swiper-button-disabled{opacity:1;}

@media (max-width:768px) {
    .pro-mac .container-xl{padding-top:0;}
    .pro-mac .t1{padding-bottom:15px;}
    .pro-mac .msg:nth-child(2){margin-top:15px;}
    .pro-mac .right{margin-top:0 !important;}
    
    .pro-list{padding-top:20px;padding-bottom:20px;margin-top:0;}
    .series .t1{padding-bottom:15px;}
    .pro-list .t1 a{font-size:24px;line-height:32px;}
    .pro-list .t1 a::before{display:none;}
    .pro-list .title{margin-top:10px;}

    .series .swiper-button-prev{left:78%;}
    .series{padding-bottom:0;}
    .series .cont{padding:0 15px;}
    .series .under{margin-top:20px;}
    .series .under .swiper-slide{width:100% !important;}
}

.pnew{background-color:#f8f8f8;}
.pro-faq{background-color:#f8f8f8;}

.series1{padding-bottom:80px;}
.series1 .t1{padding-bottom:30px;font-size:36px;position:relative;}
.series1 .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.series1 .under{display:flex;justify-content:flex-end;}
.series1 .cont{max-width:1610px;width: 100%;}
.series1 .under{margin-top:60px;}
.series1 .under .swiper-slide{margin-bottom:60px;}
/* width:18.5% !important; */
.series1 .under img{width:100%;}
.series1 .under .msg{margin-top:25px;}
.series1 .swiper-button-next{top:96%;left:84%;}
.series1 .swiper-button-prev{top:96%;left:80%;}
.series1 .swiper-button-next::after{content:"";width:14px;height:25px;background:url(../../images/series-icon.png)no-repeat;}
.series1 .swiper-button-prev::after{content:"";width:14px;height:25px;background:url(../../images/series-icon.png)no-repeat;transform:rotate(180deg);}
.series1 .swiper-button-disabled{opacity:1;}

.pro-top{margin-top:90px;}
.pro-top .box{display:flex;justify-content:space-between;}
.pro-top .left{order:2;width:50%;position:relative;}
.pro-top .right{width:47%;}
.pro-top .t1{font-size:36px;line-height:36px;font-weight:600;padding-bottom:40px;position:relative;}
.pro-top .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.pro-top .title{margin-top:30px;font-size:18px;line-height:32px;font-weight:700;}
.pro-top .tip p{font-size:18px;line-height:32px;color:#b02624;}

.pro-top .product-thumb{position:relative;}
.pro-top .mz-thumb.mz-thumb-selected img{border-color:transparent;}
.pro-top .swiper-button-prev,.pro-top .swiper-button-next{width:50px;height:90px;background-color:#e5e5e5;}
.pro-top .swiper-button-prev::after{content:"";width:11px;height:20px;background:url(../../images/pro-top-icon.png)no-repeat;position:absolute;
left:35%;}
.pro-top .swiper-button-next::after{content:"";width:11px;height:20px;background:url(../../images/pro-top-icon.png)no-repeat;position:absolute;
left:37%;transform:rotate(180deg);}
.pro-top .swiper-button-disabled{opacity:1;}

.pro-top .a-ruida{padding:10px 40px;margin-top:20px;}
.pro-top .left a{margin-top:60px;width:80%;}
.pro-top .video{position:relative;margin-left:30px;font-size:18px;line-height:24px;color:var(--public-color);padding:10px 30px 10px 70px;
border-top:2px solid var(--public-color);border-bottom:2px solid var(--public-color);}
.pro-top .video::before{content:"";width:15px;height:17px;background:url(../../images/provideo-icon.png)no-repeat;position:absolute;left:30px;top:32%;}
.pro-top .share{font-size:18px;;line-height:32px;font-weight:600;color:#666666;margin-top:30px;}
.pro-top .social>span,.pro-top .social>a{margin:0;padding:0;}
.pro-top .social{margin-right:5px;}
.pro-top .social:nth-child(1){margin-left:20px;}

.pro-top .grid{margin-top:70px;gap:var(--bs-gap,25px);margin-bottom:60px;}
.pro-top .grid .g-col-xl-4{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid var(--public-color);
padding:30px 0px 25px 60px;}
.pro-top .show-img{width:35%;}
.pro-top .show-txt{width:65%;font-size:18px;line-height:28px;font-weight:600;}

.prcon-top.head-pro{position:fixed;width:100%;top:-100px;transition:all .5s;}
.prcon-top.head-pro.active{top:80px;background-color:#fff;box-shadow:0 0 10px 1px rgba(0,0,0,.1);transition:all .5s;z-index:1;}
.prcon-top.head-pro.active .container-xl{border-color:transparent;}
.prcon-top.head-pro.active .nav-btn{padding-top:20px;}
.prcon-top .container-xl{border-bottom:1px solid #dddddd;}
.prcon-top .nav-btn{font-size:18px;line-height:28px;font-weight:700;margin-right:50px;padding-bottom:20px;border-bottom:2px solid transparent;}
.prcon-top .nav-btn.active{color:var(--public-color);border-bottom:2px solid var(--public-color);}
.prcon-top a:hover .nav-btn{color:var(--public-color);border-bottom:2px solid var(--public-color);}

.pc1,.pc2,.pc3{margin-top:90px;}
.pc3{padding-bottom:100px;}

.pc1 .t1{font-size:36px;padding-bottom:40px;position:relative;}
.pc1 .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}

.pc2 .t1{font-size:36px;padding-bottom:40px;position:relative;}
.pc2 .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.pc2 table{max-width:100%;}
.pc2 table{border-color:#e0e0e0;}
.pc2 table tr:nth-child(1){background-color:var(--public-color) !important;color:#fff;}

.pc3 .t1{font-size:36px;padding-bottom:40px;position:relative;}
.pc3 .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.pc3 .grid{margin-top:70px;gap:var(--bs-gap,40px);}
.pc3 img{width:100%;}
.pc3 .show-txt{margin-top:30px;border-top:2px solid var(--public-color);}
.pc3 .msg{margin-top:20px;color:var(--public-color);font-weight:500;}

.pc1 .t1,.pc2 .t1,.pc3 .t1{margin-bottom:30px;}
@media (max-width:768px) {
    .pro-top{margin-top:0;}
    .pro-top .product-thumbs .swiper-slide{width:100%;padding-bottom:30px;}
    .pro-top .product-thumbs .swiper-slide a{width:100%;}
    .pro-top .product-thumbs .swiper-slide img{width:100%;}
    .pro-top .t1{padding-bottom:20px;}
    .pro-top .left a{margin-top:0px;}
    .pro-top .video{margin-left:0;}
    .pro-top .share{margin-top:10px;}
    .pro-top .a-ruida{margin-top:10px;;}
    .pro-top .box{display:block;}
    .pro-top .box .left,.pro-top .box .right{width:100%;}
    .pro-top .title{margin-top:0;}

    .series1{padding-bottom:0;margin-top:30px;}
    .series1 .t1{padding-bottom:15px;}
    .series1 .under .swiper-slide{width:100% !important;margin-bottom:30px;}
    .series1 .swiper-button-prev{left:70%}
    .series1 .under{margin-top:20px;}
    .series1 .cont{padding:0 15px;}
    .series1 .under img{height:262px;}

    .pc3 .grid{margin-top:40px;gap:var(--bs-gap,30px);}
    .pc3{padding-bottom:40px;}
    .pc1, .pc2, .pc3{margin-top:40px;}
    .pc1, .pc2, .pc3{margin-top:30px;}
    .pc1 .t1,.pc2 .t1,.pc3 .t1,.pc5 .t1{padding-bottom:20px;}
    .pc1 .t1,.pc2 .t1,.pc3 .t1{margin-bottom:15px;}

    .prcon-top.head-pro{top:-500px;}
    .pc1 p img{max-width:100%}

    .pro-top .grid{margin-top:0;margin-bottom:0;}
    .pro-top .grid .g-col-xl-4{padding:20px;}

}

.app-new{background-color:#f8f8f8;}

.cust{padding-top:60px;padding-bottom:90px;}
.cust .t1{font-size:56px;padding-bottom:60px;position:relative;}
.cust .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.cust .msg{margin-top:30px;}
.cust-img{display:flex;margin-top:40px;}

.ahead{padding-top:100px;padding-bottom:60px;background-color:#f8f8f8;}
.ahead .t1{font-size:56px;padding-bottom:35px;text-align:center;position:relative;}
.ahead .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:48.5%;bottom:0;}
.ahead .msg{margin-top:30px;text-align:center;}
.ahead .under{display:flex;justify-content:flex-end;margin-top:60px;}
.ahead .cont{max-width:1610px}


.ahead .under{display:flex;justify-content:space-between;align-items:center;}
.ahead .under .left{width:25%;display:flex;justify-content:space-between;flex-wrap:wrap;}
.ahead .under .box{width:50%;text-align: center;margin-top:20px;}
.ahead .under .box .show-img{height:65px;}
.ahead .under .box .show-txt a{font-size:18px;line-height:26px;}

.ahead .under .box .a{display:flex;justify-content:center;}
.ahead .under .box .a img:nth-child(2){display:none;}
.ahead .under .box:hover .a img:nth-child(1){display:none;}
.ahead .under .box:hover .a img:nth-child(2){display:block;}

.ahead .under .box.active .show-img .a img:nth-child(1){display:none;}
.ahead .under .box.active .show-img .a img:nth-child(2){display:block;}

.ahead .under .right{width:70%;}
.ahead .under .right .swiper-slide{padding:0 15px;}
.ahead .under .right .title{font-size:24px;line-height:32px;font-weight:700;margin-top:20px;}
.ahead .under .right .msg{font-size:18px;line-height:26px;margin-top:20px;text-align:left;}
.ahead .under .right img{width:50%;}
.ahead .a-ruida{margin-top:40px;}

.cra{padding-top:120px;padding-bottom:160px;background:url(../../images/cra-bg.jpg)no-repeat;background-position-y:70%;}
.cra .top .t1{font-size:56px;line-height:56px;padding-bottom:35px;position:relative;}
.cra .top .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.cra .top .msg{margin-top:30px;}
.cra .under{display: flex;flex-direction:column;gap:120px;margin-top: 120px}
.cra .boxs{display:flex;justify-content:space-between;align-items:center;margin-top:0;}
.cra .left{width:50%;position:relative;}
.cra .boxs .left img{position:absolute;left:0;right:0;top:50%;background:#fff;opacity:0;overflow:hidden;transform:translateY(-50%);}
.cra .boxs.active .left img{opacity: 1;}

.cra .right{width:50%;}
.cra .right .title{font-size:24px;line-height:30px;font-weight:700;padding-left:65px;position:relative;}
.cra .right .title::before{content:"1";width:40px;height:40px;background-color:var(--public-color);position:absolute;left:0;top:0;color:#fff;
display:flex;align-items:center;justify-content:center;}

.cra .under .boxs:nth-child(2) .title::before{content:"2";}
.cra .under .boxs:nth-child(3) .title::before{content:"3";}
.cra .under .msg{margin-top:25px;}
.cra .box{margin-top:100px;}
.cra .box:nth-child(1){margin-top:0;}
@media (max-width:768px) {
    .ahead .under .swiper-button-next,.ahead .under .swiper-button-prev{top:45%;color:var(--public-color);}
    .ahead .under .swiper-button-prev{left:0}
    
}
@media (max-width:768px) {
    .cust{padding-top:20px;padding-bottom:30px;}
    .cust .t1{padding-bottom:20px;}
    .cust .msg{margin-top:15px;}

    .ahead{padding-top:40px;padding-bottom:0px;}
    .ahead .t1{padding-bottom:0;}
    .ahead .t1::before{display:none;}
    .ahead .swiper{margin-top:20px;}
    .ahead .swiper-slide{width:100% !important;margin-bottom:0;}
    .ahead .swiper-button-prev{top:92%;left:70%;}
    .ahead .swiper-button-next{top:92%;}
    .ahead .under{margin-top:20px;flex-wrap:wrap;}
    .ahead .under .box{width:50%;}
    .ahead .under .right .swiper-slide{padding:0;}
    .ahead .a-ruida{margin-top:20px;}

    .ahead .under{display:block;}
    .ahead .under .left{display:none;}
    .ahead .under .right{width:100%;}
    .ahead .under .right img{width:100%;}

    .cra{background:none;padding-top:30px;padding-bottom:30px;}
    .cra .top .t1{padding-bottom:15px;}
    .cra .under{display:block;margin-top:40px;}
    .cra .boxs{display:block;margin-top:40px;}
    .cra .left,.cra .right{width:100%;}
    .cra .right{margin-top:20px;}
    .cra .boxs .left img{opacity:1;position:static;transform: translateY(0);}
    .cra .top .msg{margin-top:20px;}
    .cra .boxs{margin-top:30px;}

}

.ded{position:relative;padding-top:150px;padding-bottom:150px;}
.ded::before{content:"";width:5px;height:100%;background-color:var(--public-color);position:absolute;right:10%;top:0;}
.ded::after{content:"";width:124px;height:202px;background:url(../../images/cup.png)no-repeat;position:absolute;right:7%;top:38%;}

.ded .t1{font-size:36px;padding-bottom:40px;position:relative;}
.ded .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.ded .top{position:relative;}
.ded .top::before{content:"";width:555px;height:490px;background:url(../../images/ded-bg.png)no-repeat;position:absolute;right:-18%;top:-130%;}
.ded .top .t1{width:70%;}
.ded .top .msg{width:85%;}
.ded .top .msg:nth-child(2){margin-top:45px;}

.ded .under{display:flex;justify-content:space-between;align-items:center;margin-top:120px;}
.ded .left{position:relative;width:50%;}
.ded .left span{position:absolute;left:42%;top:45%;}
.ded .right{width:43%;}
.ded .right .msg{margin-top:30px;}

@media (max-width:768px) {
    .ded{padding-top:20px;padding-bottom:40px;}
    .ded .top .t1{width:100%;padding-bottom:15px;}
    .ded .t1{padding-bottom:15px;}
    .ded .right .msg{margin-top:15px;}
    .ded .top .msg{width:100%;}
    .ded .top .msg:nth-child(2){margin-top:15px;}

    .ded .under{margin-top:20px;}

    .ded .left span{left:40%;top:40%;}
}

@media (max-width:1919px) {
    .ded::before{display:none;}
    .ded::after{display:none;}
    .ded .top::before{display:none;}
}
.container-xl.max-1500{max-width:1500px;}

.equ{padding-top:90px;padding-bottom:120px;background-color:#f8f8f8;}
.equ .t2{text-transform:uppercase;}
.equ .t1{padding-bottom:40px;position:relative;}
.equ .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.equ .msg{margin-top:40px;}

.equ .under{margin-top:80px;position:relative;}
.equ .under img{width:100%;}
.equ .swiper-button-prev{width:53px;height:19px;top:52%;}
.equ .swiper-button-prev:after{content:"";width:53px;height:19px;background:url(../../images/equ-icon.png)no-repeat;}
.equ .swiper-button-next{width:53px;height:19px;top:52%;}
.equ .swiper-button-next:after{content:"";width:53px;height:19px;background:url(../../images/equ-icon.png)no-repeat;transform:rotate(180deg);}

@media (max-width:768px) {
    .equ{padding-bottom:40px;padding-top:30px;}
    .equ .under{margin-top:20px;}
    .equ .t1{padding-bottom:15px;}
    .equ .msg{margin-top:20px;}
}

.qua-list{padding-bottom:60px;position:relative;}
.qua-list::before{content:"";width:558px;height:490px;background:url(../../images/qua-list-bg.png)no-repeat;position:absolute;left:0;top:12%;z-index:-1;}

.qua-list .box{margin-top:120px;display:flex;justify-content:space-between;align-items:center;}
.qua-list .left{width:50%;}
.qua-list .right{width:41%;}
.qua-list .t1{font-size:36px;line-height:52px;padding-bottom:35px;position:relative;}
.qua-list .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.qua-list .msg{margin-top:30px;}

.qua-list .box:nth-child(2){margin-top:180px;}
.qua-list .box:nth-child(2) .left{order:2;}
.qua-list .box:nth-child(2) .right{width:45%;}

@media (max-width:1919px) {
    .qua-list::before{display:none;}
}

@media (max-width:768px) {
    .qua-list{padding-bottom:30px;}
    .qua-list .box{margin-top:20px;}
    .qua-list .box:nth-child(2){margin-top:30px}
    .qua-list .t1{padding-bottom:15px;}
    .qua-list .right img{margin-top:20px;}
    .qua-list .msg{margin-top:15px;}
}

.pre .under{display:flex;justify-content:flex-end;margin-top:50px;}
.pre .cont{max-width:1610px}
.pre .under .t2{font-size:28px;line-height:32px;font-weight:700;}
.pre .swiper{margin-top:60px;}

.pre .swiper-slide{margin-bottom:100px;}
.pre .swiper-slide img{width:100%;}
.pre a{position:absolute;left:0;bottom:0;width:100%;height:55px;padding-left:20px;background-color:var(--public-color);}
.pre .show-txt{color:#fff;display:table;height:100%;font-size:20px;line-height:30px;margin-top:10px;position:relative;}
.pre .show-txt:before{content:"";width:14px;height:10px;background:url(../../images/pre-icon.png)no-repeat;position:absolute;right:-25px;top:12px;display:none;}
.pre a:hover .show-txt::before{display:block;}

.pre .swiper-button-prev{position:absolute;left:77%;top:95%;}
.pre .swiper-button-prev::after{content:"";width:14px;height:25px;background:url(../../images/series-icon.png) no-repeat;transform:rotate(180deg);}
.pre .swiper-button-next{position:absolute;left:79%;top:95%;}
.pre .swiper-button-next::after{content:"";width:14px;height:25px;background:url(../../images/series-icon.png) no-repeat;}
.pre .swiper-button-disabled{opacity:1;}

.sup{padding-top:100px;padding-bottom:100px;}
.sup .t1{padding-bottom:30px;position:relative;}
.sup .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.sup .msg{margin-top:30px;}
.sup img{margin-top:80px;}

@media (max-width:768px) {
    .pre .under{margin-top:0;}
    .pre .swiper{margin-top:20px;}
    .pre .swiper-slide{width:100% !important;margin-bottom:0px;}
    .pre .swiper-button-prev{left:72%;}
    .pre .swiper-button-next{top:50%;left:90%;}
    .pre .swiper-button-prev{top:50%;left:2%;}
    .sup{padding-top:30px;padding-bottom:30px;}
    .sup img{margin-top:20px;}
}

.pace{display:flex;justify-content:space-between;align-items:flex-end;padding-top:150px;padding-bottom:80px;position:relative;}
.pace::before{content:"";width:5px;height:100%;background-color:var(--public-color);position:absolute;right:16%;top:0;z-index:-1;}
.pace::after{content:"";width:555px;height:490px;background:url(../../images/ded-bg.png)no-repeat;position:absolute;right:17.5%;top:-20.5%;}
.pace .left{order:2;width:46.6%;}
.pace .right{width:50%;display:flex;justify-content:flex-end;padding-bottom:60px;}
.pace .rc{width:70%;}
.pace .t1{font-size:48px;position:relative;padding-bottom:30px;}
.pace .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.pace .msg{margin-top:30px;}
.pace .msg:nth-child(2){margin-top:80px;}

@media (max-width:768px) {
    .pace .t1{padding-bottom:15px;}
    .pace{padding-top:30px;padding-bottom:0;}
    .pace .rc{width:100%;padding:0 15px;}
    .pace .msg:nth-child(2){margin-top:15px;}
    .pace .msg{margin-top:15px;}
    .pace .right{padding-bottom:40px;}
}
@media (max-width:1919px) {
    .pace::before{display:none;}
    .pace::after{display:none;}
}

.make{position:relative;}
.make::before{content:"";width:556px;height:490px;background:url(../../images/make-bg.png)no-repeat;position:absolute;left:0;bottom:-30%;z-index:-1;}
.make::after{content:"";width:5px;height:100%;background-color:var(--public-color);position:absolute;right:16%;top:0;z-index:-1;}
.make .container-xl{display:flex;justify-content:space-between;align-items:center;}
.make .left{width:50%;padding:50px 40px;background-color:#f4f4f4;}
.make .right{width:41%;}
.make .t1{font-size:48px;padding-bottom:40px;position:relative;}
.make .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.make .msg:nth-child(2){margin-top:30px;}
.make .a-ruida{margin-top:60px;padding:8px 80px;}

@media (max-width:768px) {
    .make{padding-bottom:20px;}
    .make .t1{padding-bottom:20px;}
    .make .a-ruida{margin:20px auto 0 auto;display:table;}
}
@media (max-width:1919px) {
    .make::before{display:none;}
    .make::after{display:none;}
   
}

.regu{padding-top:200px;padding-bottom:140px;background-color:#f8f8f8;}
.regu .top{display:flex;justify-content:space-between;}
.regu .top .left{width:60%;}
.regu .top .t1{padding-bottom:40px;position:relative;}
.regu .top .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.regu .top .right{width:30%;}
.regu .summary{margin-top:30px;font-size:18px;line-height:28px;}

.regu .under{display:flex;justify-content:space-between;margin-top:100px;}

.regu .mySwiper{width:28%;margin-left:0;margin-right:0;height:650px;}
.regu .mySwiper .swiper-slide{display:flex;align-items:center;position:relative;}
.regu .mySwiper .swiper-slide::before{content:"";width:20px;height:20px;background:url(../../images/about-history-icon.png)no-repeat;
position:absolute;left:50%;top:50%;}
.regu .mySwiper .swiper-slide::after{content:"";width:1px;height:100%;background-color:#dddddd;position:absolute;left:52%;top:0;z-index:-1;}
.regu .mySwiper .left{background-color:#f8f8f8;width:40%;}
.regu .mySwiper .right{margin-left:90px;font-family:'Lexend+Giga';font-size:24px;line-height:40px;color:#999999;}
.regu .mySwiper .swiper-slide-thumb-active .right{color:var(--public-color);font-size:60px;line-height:60px;}
.regu .mySwiper .swiper-slide-thumb-active::before{content:"";width:32px;height:32px;background:url(../../images/about-history-icon1.png)no-repeat;
position:absolute;left:48%;top:40%;}
.regu .swiper-slide{background-color:#f8f8f8;}
.regu .swiper-slide img{mix-blend-mode: darken;max-width:100%;}

.regu .mySwiper2{width:60%;order:2;}
.regu .mySwiper2 .msg{margin-top:30px;}
.regu .mySwiper2 .swiper-button-prev,.regu .mySwiper2 .swiper-button-next{top:92%;width:65px;height:65px;border-radius:50%;overflow:hidden;border:1px solid #d1d1d1;}
.mySwiper2 .swiper-button-next{left:12%;}
.regu .mySwiper2 .swiper-button-prev::after,.regu .mySwiper2 .swiper-button-next:after{content:"";width:9px;height:14px;
background:url(../../images/regu-icon.png)no-repeat;}
.regu .mySwiper2 .swiper-button-prev::after{transform:rotate(180deg);}

@media (max-width:768px) {
    .regu{padding-top:40px;padding-bottom:10px;}
    .regu .under{display:block;margin-top:20px;}
    .regu .mySwiper2{width:100%;}
    .regu .swiper-slide{margin-bottom:40px;}
    .regu .swiper-slide img{width:100% !important;height:auto !important;}
}

.mate{padding-top:120px;padding-bottom:160px;}
.mate .t1{padding-bottom:40px;position:relative;}
.mate .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}

.mate .under{margin-top:80px;position:relative;}
.mate .swiper-button-prev{width:53px;height:19px;top:52%;}
.mate .swiper-button-prev:after{content:"";width:53px;height:19px;background:url(../../images/equ-icon.png)no-repeat;}
.mate .swiper-button-next{width:53px;height:19px;top:52%;}
.mate .swiper-button-next:after{content:"";width:53px;height:19px;background:url(../../images/equ-icon.png)no-repeat;transform:rotate(180deg);}

.mate .swiper-slide{position:relative;overflow:hidden;}
.mate .swiper-slide img:hover{transition:all .5s;}
.mate .swiper-slide img:hover{transform:scale(1.1);transition:all .5s;}
.mate .swiper-slide .show{position:absolute;left:0;top:0;display:none;width:100%;height:100%;}
.mate .swiper-slide .show img{width:100%;height:100%;}
.mate .swiper-slide:hover .show{display:block;}
.mate .swiper-slide .show-txt{padding-bottom:20px;padding-left:15px;padding-right:15px;color:#fff;position:absolute;left:0;bottom:0;
display:flex;align-items:center;justify-content:space-between;width:100%;}
.mate .swiper-slide .show-txt img{width:auto;}
@media (max-width:768px) {
    .mate{padding-top:40px;padding-bottom:40px;}
    .mate .t1{padding-bottom:15px;}

    .mate .under{margin-top:40px;}
    .mate .swiper-slide a{display:block;}
    .mate .swiper-slide a img{width:100%;}
}

.look{padding-top:120px;padding-bottom:120px;background-color:#f8f8f8;}
.look .top .t1{padding-bottom:40px;position:relative;}
.look .top .t1::before{content:"";width:55px;height:5px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.look .top .msg{margin-top:30px;}
.look .under{margin-top:60px;display:flex;justify-content:space-between;align-items:center;}
.look .left{width:44.5%;}
.look .right{width:50%;}
.look .title{font-size:20px;line-height:30px;font-weight:500;text-indent: 25px;position: relative;}
.look .title::before{content:"";width:10px;height:10px;background-color:var(--public-color);position:absolute;left:0;top:12px;}
.look .right .msg{margin-top:20px;}
.look .under .box:nth-child(2){margin-top:100px;}

.look .right form{margin-top:20px;}
.look .under .form-row>[class*="col-"]{padding:0;}
.look .under form input{border:0;background-color:#f4f4f4;}
.look .under .form-control{font-size:18px;font-weight:500;line-height:1.5;padding:20px;}
.look .under form .btn{width:191px;height:47px;background-color:#c4262c;border-radius:24px;display:flex;align-items:center;justify-content:center;
font-size:18px;line-height:56px;font-weight:500;}
.look .under form .icon-arrow-right{font-size:14px;margin-left:10px;margin-top:5px;}
@media (max-width:768px) {
    .look{padding-top:40px;padding-bottom:40px;}
    .look .under{margin-top:30px;}
    .look .under .box:nth-child(2){margin-top:20px;}
    .look .right .msg{margin-top:10px;}
}

header .col-md-10{position:static;}
.navbar{position:static;}
.navbar-custom .navbar-nav > .nav-item{position:relative;}

.container-xl.max-1340{max-width:1340px;}

.header-pa-nav{box-shadow: 0px 7px 30px 0px rgba(100, 100, 111, 0.2); transition: height 0.5s; position:fixed;width:100%;left:0;background:linear-gradient(to right,#fff 62%,#f3f4f5 38%);background:#fff;display:flex;justify-content:space-between;height:0;overflow:hidden;
border-bottom:1px solid rgba(0,0,0,.1);display:none;}
.navbar-custom .navbar-nav > .nav-item.active .header-pa-nav{display:flex;}
.navbar-custom .navbar-nav > .nav-item.pa.active .header-pa-nav{height:auto;padding-bottom:75px; transition: height 0.5s;}
.header-pa-nav .left{width:24.5%;order:2;margin-top:40px;}
.header-pa-nav .right{width:67%;background-color:#fff;display:flex;position:relative;height:100%;align-items:center;}
.header-pa-nav .right .title{font-size:24px;margin-top:25px;font-weight:500;}
.header-pa-nav .right .big{position:absolute;left:10%;top:20%;display:flex;width:80%;}
.header-pa-nav .big .box:nth-child(2){margin-left:80px;}
.header-pa-nav .right .title a:hover{text-decoration:underline;}
.header-pa-nav .right{display:flex;justify-content:space-between;}
.header-pa-nav .right .lf{width:40%;}
.header-pa-nav .right .lf .title{font-size:28px;font-weight:500;}
.header-pa-nav .right .lf .msg{margin-top:25px;}
.header-pa-nav .right .lf a{font-size:16px;font-weight:500;margin-top:50px;}
.header-pa-nav .right .lf a img{margin-left:20px;}
.header-pa-nav.spe .right .lf a{display:block;font-size:16px;font-weight:500;color:#000;margin-top:20px;position:relative;}
.header-pa-nav.spe .right .lf a:before{content:"\f061";font-family:'Cmsfont';position:absolute;right:0px;top:0;}
.header-pa-nav.spe .right .lf a::after{content:"";width:0;height:1px;background-color:var(--public-color);position:absolute;left:0;bottom:0;transition:all .5s;}
.header-pa-nav.spe .right .lf a:hover::after{width:100%;transition:all .5s;}
.header-pa-nav.spe .right .lf a:hover{color:var(--public-color);}
.header-pa-nav.spe .right .lf a:hover::before{color: var(--public-color);}
.header-pa-nav .right .rt{width:45%;}
.header-pa-nav .right .rt a{display:block;font-size:16px;font-weight:500;color:#000;margin-top:20px;position:relative;}
.header-pa-nav .right .rt a:before{content:"\f061";font-family:'Cmsfont';position:absolute;right:0px;top:0;}
.header-pa-nav .right .rt a::after{content:"";width:0;height:1px;background-color:var(--public-color);position:absolute;left:0;bottom:0;transition:all .5s;}
.header-pa-nav .right .rt a:hover::after{width:100%;transition:all .5s;}
.header-pa-nav .right .rt a:hover{color:var(--public-color);}
.header-pa-nav .right .rt a:hover::before{color: var(--public-color);}

.header-pa-nav.spe{background:#fff;box-shadow: 0px 7px 30px 0px rgba(100, 100, 111, 0.2);height: 400px !important;overflow: hidden;padding-bottom: 15px !important;}
.header-pa-nav.spe .right{width:100%;}
.header-pa-nav.spe .right .lf{width:28%;}
.header-pa-nav.spe .right .rt{width:26%;}
.header-pa-nav.spe .right .last{width:33%;}
.header-pa-nav.spe .right .last a{display:block;font-size:16px;font-weight:500;color:#000;margin-top:20px;position:relative;}
.header-pa-nav.spe .right .last a:before{content:"\f061";font-family:'Cmsfont';position:absolute;right:0px;top:0;}
.header-pa-nav.spe .right .last a:hover{color:var(--public-color);}
.header-pa-nav.spe .right .last a:hover::before{color: var(--public-color);}
.header-pa-nav.spe .right .last a::after{content:"";width:0;height:1px;background-color:var(--public-color);position:absolute;left:0;bottom:0;transition:all .5s;}
.header-pa-nav.spe .right .last a:hover::after{width:100%;transition:all .5s;}

.header-pa-nav.spe .right .last .box{height:0;overflow:hidden;}
.header-pa-nav.spe .right .last .box p{color: #666666;font-size: 18px;line-height: 28px;margin-top: 0;}
.header-pa-nav.spe .right .last .box.active{height:auto;}
.header-pa-nav.spe .right .last .box .msg{margin-top: 30px;}
.header-pa-nav.spe1{border-bottom:1px solid rgba(0,0,0,.3);box-shadow: 0px 7px 30px 0px rgba(100, 100, 111, 0.2);}
.container-xl.max-1750{max-width:1750px;}

.home-new .swiper{margin-top:80px;padding-left:10px;padding-right:10px;}
.home-new .swiper-slide{box-shadow: 0 0 20px 1px rgba(0,0,0,.1);margin-bottom:80px;}
.home-new .g-col-xl-4{box-shadow: 0 0 20px 1px rgba(0,0,0,.1);}
.home-new .show-img a,.home-new .show-img img{width:100%;}
.home-new .show-img{display:flex;align-items:center;height:248px;overflow:hidden;justify-content:center;}
.home-new .show-txt{padding:35px 40px 35px 40px;background-color:#fff;height: 247px;}
.home-new .date{font-size:16px;line-height:24px;color:var(--public-color);padding-left:15px;border-left:4px solid var(--public-color);
font-weight:700;margin-top:10px;}

.home-new .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet
,.home-new .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 15px;background:url(../../images/home-new-icon.png)no-repeat;}
.home-new .swiper-pagination-bullet{width:19px;height:19px;opacity:1;}
.home-new .swiper-pagination-bullet-active{transform:scale(1.4);}

.header-pa-nav.spe1{background:#ffffff;z-index:999;}
.header-pa-nav.spe1 .right{width:100%;}
.header-pa-nav.spe1 .lf{width:30%;}
.header-pa-nav.spe1 .rt{display:flex;justify-content:space-between;flex-wrap:wrap;width:65%;}
.header-pa-nav.spe1 .rt .box{width:20%;}
.header-pa-nav.spe1 .right .rt a{text-align:center;font-size:16px;}
.header-pa-nav.spe1 .show-img{height:60px;}
.header-pa-nav.spe1 .show-img a:nth-child(2){display:none;}
.header-pa-nav.spe1 a::before,.header-pa-nav.spe1 a::after{display:none;}
.header-pa-nav.spe1 .box:hover .show-img a:nth-child(1){display:none;}
.header-pa-nav.spe1 .box:hover .show-img a:nth-child(2){display:block;}

.sb{margin-top:60px;}
.sb .container-xl{display:flex;}
.sb .box{margin-right:10px;width:14%;text-align:center;}
.sb .box.active .show-img a img:nth-child(1){display:none;}
.sb .box.active .show-img a img:nth-child(2){display:block;}
.sb .box.active .show-txt a{color:var(--public-color);}
.sb .box .show-img{height:65px;}
.sb .box .show-img a img:nth-child(2){display:none;}
.sb .box:hover .show-img a img:nth-child(2){display:block;}
.sb .box:hover .show-img a img:nth-child(1){display:none;}


@media (max-width:768px) {
    .home-new .swiper{margin-top:20px;}
    .home-new .swiper-slide{margin-bottom:20px;}
    .home-new .show-txt{padding:35px;}
    .home-new .title{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
}

.window.off{display:none}
.window #day{display:none}
.window #month{display:none}
.window{position:fixed;right:0;top:143px;width:420px;padding:30px 20px;z-index:99;border-radius:15px;box-shadow:5px 0px 10px rgba(0,0,0,0.1);background:#fff;display:flex;align-items:center;justify-content:space-between;font-size:16px;}
.window .icon{font-size:20px}
.window .btn{min-width:50px;height:190px;color:#fff;background-color:#9f1919;display:flex;align-items:center;justify-content:center;border-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px}
.window .btn-left{position:absolute;right:420px;border-radius:0px;border-top-left-radius:5px;border-bottom-left-radius:5px}
.window .window-text{margin:0 10px}
.window .box{display:flex;justify-content:flex-end;position:relative}
.window .t0{padding:5px 30px;font-size:20px;color:#fff;background:#9f1919;display:inline-block;border-radius:15px 0 0 15px;position:absolute;right:-30px}
.window .t1{font-size:20px;font-weight:bold;color:#9f1919;margin-top:35px}
.window .t2{font-size:15px;font-weight:bold}
.window .place{margin-top:30px;line-height:21px}
.window .place p{font-size:15px;line-height:32px}
.window .place p strong{color:#9f1919;text-decoration:underline}
.window .ps{margin-top:40px;line-height:21px}
.window.hide{right:-420px;}
.window .btn-left{opacity:0;display:none;width:55px}
.window .btn-right{cursor:pointer}
.window .show{opacity:1;display:flex;right:420px}
.window .place a{color:#fff}
.window .place a:hover{text-decoration:underline}
.window .btnzt{transform:rotate(-90deg);font-size:20px;line-height:20px}

@media(max-width:768px) {
    .window{top:15%;width:80%}
    .window .t1{font-size:18px}
    .window .row{margin-top:22px;font-size:14px}
    .window .btn-left{right:100%}
    .window .window-text{margin:0 5px}
    .window .theme{margin-top:20px;font-size:18px}
    .window .time{margin-top:15px;font-size:20px}
    .window .ps{margin-top:20px;line-height:21px}
    .window.hide{right:-80%}
    .window .btn-left{width:40px}
    .window .btn{min-width:20px;height:120px}
    .window .show{right:100%}
}

.zhbg{position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0, 0, 0, 0.5);z-index:9999;display:flex;align-items:center;justify-content:center;}
.zhbg .box{width:50%;background:#fff;box-shadow:10px 10px 20px rgba(0, 0, 0, 0.7);padding:30px 50px;position:relative;}
.zhbg .box .cloes{position:absolute;right:-15px;top:-15px;width:30px;height:30px;border:2px solid #fff;border-radius:50%;z-index:99999;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;}
.zhbg.off{display:none;}

@media(max-width:768px) {
	.zhbg .box{width:80%;padding:15px;}
}
