/*通用样式*/
:root{
    --public-color:#1c499e;
    --max:1430px;
}
body{color:#333;font-size:16px;line-height:24px;font-family:'Source Sans 3','Outfit',Arial,Helvetica,sans-serif;background-color:#fbfbfb;}
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}
@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;
}
/*默认导航样式*/
.navbar{padding:0px;position:relative;z-index:9999}
.navbar-custom{top:0;z-index:2;justify-content:end}
.navbar-custom .navbar-nav > .nav-item{font-size:16px;margin:0 25px}
.navbar-custom .navbar-nav .nav-link{text-align:center;position:relative;color:#10152c;padding:0;height:80px;display:flex;align-items:center;justify-content:center;font-weight:600;text-transform:capitalize;font-size:20px;line-height:32px}
.navbar-custom .navbar-nav .nav-link:before{content:"";width:0px;height:2px;margin-left:0!important;background:var(--public-color);position:absolute;bottom:30%;}
.navbar-custom .navbar-nav .nav-item:hover .nav-link:before{width:100%;transition:all 0}
.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)}

/*移动端头部样式*/
@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 rgba(0,0,0,.5);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-whatsapp{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)}
    .search-box .icon{color:#b3190d}
    .main-mask{position:absolute;background-color:#000;opacity:.4;width:100%;height:100vh;z-index:9;display:none}
}
/*#endregion*/


/* 浮窗 */
#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:var(--public-color)}
#float .ico>i{font-size:30px;line-height:56px;display:block;color:#fff;position:relative;z-index:9999;background:var(--public-color);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:var(--public-color);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:var(--public-color);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{overflow-x:auto}
.table-wrapper table th,.table-wrapper table td{padding:15px 5px;vertical-align:middle;font-size:14px;border:1px solid #dee2e6;text-align:center}
.table-wrapper table tbody tr:nth-of-type(even){}
.table-wrapper table tbody tr:hover{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:768px){.table-wrapper table{display:block;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:10px 25px;}
.form-feedback .btn:hover{background:#003b66;color:#fff}
@media(max-width:768px){
    .form-feedback .form-control{padding-top:10px;padding-bottom:10px;font-size:16px}
    .form-feedback .btn{padding-top:10px;padding-bottom:10px}
    .contact-wrapper .feedback-box .form-control{margin-bottom:0}
}
.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}
.popup{font-size:16px;position:fixed;left:50%;top:0%;transform:translate(-50%,-50%);z-index:98;background:linear-gradient(-70deg,var(--public-color) 0%,var(--public-color) 70%);color:#fff;border-radius:10px;padding:15px 25px;display:none;cursor:pointer;box-shadow:0 0 10px -2px #000;opacity:0;transition:.6s all}

/*#搜索*/
.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:#3770fd;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)}}
    @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:20px !important;}

        .mb-flex{flex-wrap:wrap;}
        .mb-flex >:first-child{width:100% !important;order:2 !important;margin-top:20px !important;}
        .mb-flex >:nth-child(2){width:100% !important;order:1 !important;}
}
.t1{font-size:64px;line-height:72px;font-weight:600;color:#10152b;}
.t1 p{display:inline-block;color:#1c499e;}
.msg{font-size:18px;line-height:24px;color:#808082;}

@media (max-width:768px) {
    .t1{font-size:20px;line-height:28px;}
    .t1::after{display:none !important;}
    .msg{font-size:14px;line-height:22px;}
}

.max-1660{max-width:1660px;}

.header{z-index:999;width:100%;position:fixed;top:0;left:0;background-color:#fff;box-shadow:0 0 1px 1px rgba(0,0,0,.1);}

.header .navbar-custom .navbar-nav > .nav-item:first-child{margin-left:0;}
.header .navbar-custom .navbar-nav > .nav-item:last-child{margin-right:0;}

.header .top-search-box{display:flex;align-items:center;position:relative;margin-left:60px;}
.header .search-tb{font-size:18px;line-height:26px;color:#3770fd;font-weight:500;border:2px solid #3770fd;padding:7px 20px;border-radius:50px;display:flex;align-items:center;}
.header .search-tb::after{content:"";width:12px;height:12px;background:url(../../images/header-search-logo.webp)no-repeat;background-size:cover;display:inline-block;margin-left:15px;}
.header .search-tb:hover{text-decoration:underline;cursor:pointer;}

.top-search-box.added-class .top-search{display:block;}

.header.fadeInDown{position:fixed;left:0;top:0;background-color:#fff;box-shadow:0 0 10px 1px rgba(0,0,0,.1);}
.header.fadeInDown .header .htop{height:30px;}
.header.fadeInDown .navbar-custom .navbar-nav .nav-link{height:75px;transition:all .5s;}
.header.fadeInDown .navbar-custom .navbar-nav .nav-link:hover{color:var(--public-color);}

.home-banner{margin-top:80px;position:relative;}
.home-banner .swiper-slide{position:relative;}

.home-banner .banner-text{text-align:left;}
.home-banner .container-xl{display:flex;justify-content:space-between;}
.home-banner .left{width:53.3%;}
.home-banner .t1{font-size:64px;line-height:72px;font-weight:800;color:#10152b;letter-spacing:-.5px;}
.home-banner .t1 p{color:var(--public-color);}
.home-banner .msg{font-size:18px;line-height:28px;color:#3d4360;margin-top:35px;}
.home-banner .msg::after{content:"";width:60px;height:8px;background-color:#a6d438;margin-top:40px;display:block;}
.home-banner .left img{margin-top:60px;}
.home-banner .right{width:46.7%;}


.home-banner .banner-text2 .left{width:45%;}
.home-banner .banner-text2 .right{width:54.3%;}
.home-banner .banner-text2 .container-xl{align-items:center;}
.home-banner .banner-text2 .t1{color:#a6d438;}
.home-banner .banner-text2 .t1::after{content:"";width:60px;height:8px;background-color:#a6d438;margin-top:45px;display:block;}
.home-banner .banner-text2 .msg{font-size:24px;line-height:34px;color:#666666;margin-top:50px;}
.home-banner .banner-text2 .msg::after{display:none;}

.home-banner .banner-text1 .left{width:35.8%;}
.home-banner .banner-text1 .t1{color:#333333;}
.home-banner .banner-text1 .t1::after{margin-top:30px;}
.home-banner .banner-text1 .right{width:57.2%;}

.home-banner .swiper-pagination{width:auto;left:13.5%;bottom:9%;}
.home-banner .swiper-pagination-bullet{width:14px;height:14px;border:1px solid #1c499e;background-color:#1c499e;border-radius:50px;margin:0 !important;
margin-right:10px !important;opacity:1;background-color:transparent;}
.home-banner .swiper-pagination-bullet-active{background-color:#1c499e;}
@media (max-width:1560px) {
    .home-banner .banner-text{bottom:0;align-items:center;}
    .home-banner .msg{margin-top:10px;}
    .home-banner .left img{margin-top:10px;}
    .navbar-custom .navbar-nav > .nav-item{margin:0 12px;}
}
@media (max-width:1370px) {
    .header .top-search-box{margin-left:50px;}
    .home-banner .t1{font-size:48px;line-height:48px;}
}
@media (max-width:768px) {
    .home-banner .container-xl{display:block;}
    .home-banner .t1,.home-banner .t1 p{font-size:18px;line-height:28px;}
    .home-banner .msg{margin-top:0 !important;}
    .home-banner .msg::after{display:none;}
    .home-banner .banner-text2 .msg,.home-banner .banner-text1 .msg{font-size:14px;line-height:22px;}

    .home-banner .swiper-pagination{left:15px;bottom:2px;}
    .home-banner .swiper-pagination-bullet{width:8px;height:8px;margin-right:5px !important;}
}

.home-pro{padding:100px 0;text-align:center;background-color:#ffffff;}
.home-pro .msg{margin-top:20px;}

.home-pro .grid{gap:var(--bs-gap,50px);margin-top:80px;}
.home-pro .title{font-size:24px;line-height:32px;font-weight:600;color:#10152c;text-align:left;display:block;}
.home-pro .title span{color:#d4d4d4;display:inline-block;margin-right:10px;}

.home-pro .g-col-xl-4{position:relative;}
.home-pro .g-col-xl-4::after{content:"";width:1px;height:220px;background-color:#dfe9ec;display:block;position:absolute;right:-15px;top:24%;}
.home-pro .img{margin-top:35px;}
.home-pro .img img{mix-blend-mode:darken;transition:all .5s;}
.home-pro .img:hover img{transform:scale(1.1);transition:all .5s;}

.home-pro .g-col-xl-4 a{display:block;}

.home-pro .title:hover{color:var(--public-color);text-decoration:underline;}

.home-pro .g-col-xl-4:nth-child(3)::after,.home-pro .g-col-xl-4:last-child::after{display:none;}

.home-cust{padding:100px 0 60px 0;background-color:#fbfbfb;}
.home-cust .container-xl{display:flex;justify-content:space-between;}
.home-cust .left{width:41.5%;}
.home-cust .left img{mix-blend-mode:darken;}
.home-cust .left .img2{margin-top:70px;}

.home-cust .right{width:54%;}
.home-cust .top{display:flex;justify-content:space-between;align-items:flex-start;}
.home-cust .t1{line-height:56px;}
.home-cust .t1 p{display:block;}
.home-cust .msg{line-height:28px;}
.home-cust .msg:nth-child(2){margin-top:35px;}
.home-cust .msg:nth-child(3){margin-top:25px;}
.home-cust .msg:nth-child(4){margin-top:20px;}
.home-cust .msg:nth-child(5){margin-top:15px;}
.home-cust .msg:nth-child(6),.home-cust .msg:nth-child(7){margin-top:15px;}
.home-cust .tips{padding-left:50px;display:flex;flex-wrap:wrap;margin-top:45px;}
.home-cust .tip{width:50%;margin-bottom:15px;font-size:18px;line-height:28px;color:#10152c;}
.home-cust .tip::before{content:"";width:24px;height:24px;background:url(../../images/home-cust-icon.webp)no-repeat;background-size:cover;display:inline-block;position:relative;top:4px;margin-right:15px;}

.home-cust a{padding:20px 35px;background-color:#1c499e;color:#fff;font-size:24px;line-height:32px;font-weight:500;border-radius:10px;}
.home-cust a:hover{text-decoration:underline;}

.home-choose{padding:125px 0 150px 0;background-color:#ffffff;}
.home-choose .top{text-align:center;}
.home-choose .top .msg{font-size:16px;line-height:24px;width:60%;margin:35px auto 0 auto;}

.home-choose .boxs{display:flex;flex-wrap:wrap;margin-top:80px;}
.home-choose .boxs .img{height:42px;display:flex;align-items:center;}
.home-choose .boxs .text1{font-size:28px;line-height:42px;font-weight:600;margin-top:20px;}
.home-choose .boxs .msg{font-size:16px;line-height:24px;color:#808082;width:60%;margin-top:20px;}
.home-choose .box1{width:39%;}
.home-choose .box2{width:37.2%;}
.home-choose .box3{width:23.8%;}
.home-choose .box3 .msg{width:100%;}

.home-choose .box1:nth-child(4),.home-choose .box2:nth-child(5),.home-choose .box3:nth-child(6){margin-top:80px;}

.home-about{position:relative;}
.home-about::before{content:"";width:149px;height:973px;background:url(../../images/home-about-skip.webp)no-repeat;background-size:cover;display:block;position:absolute;left:45px;top:0;}
.home-about .box{display:flex;justify-content:space-between;position:relative;z-index:2;}
.home-about .left{width:46.8%;}
.home-about .left img{border-radius:20px;}
.home-about .right{width:48.1%;}
.home-about .t1{font-size:64px;line-height:64px;letter-spacing:-2px;}
.home-about .t1 p{display:inline;}
.home-about .msg{line-height:28px;margin-top:40px;}
.home-about .msg p{display:inline;font-weight:500;color:#1c499e;}
.home-about a{padding:12px 30px;background-color:#1c499e;border-radius:50px;margin-top:50px;margin-left:40px;}
.home-about a .text{font-size:16px;line-height:24px;color:#fff;}
.home-about a .text::after{content:"";width:12px;height:12px;background:url(../../images/home-about-icon.webp)no-repeat;display:inline-block;margin-left:20px;position:relative;top:2px;}
.home-about a:hover .text{text-decoration:underline;}
.home-about .last{display:flex;justify-content:flex-end;margin-top:-140px;position:relative;z-index:2;}
.home-about .grid{width:69.3%;gap:var(--bs-gap,30px);}
.home-about .g-col-xl-4{box-shadow:0 0 20px 1px rgba(23,80,153,.2);}
.home-about .g-col-xl-4 img{border-radius:15px;overflow: hidden;box-shadow:1px 0 5px 1px rgba(23, 80, 153, .3);}

.home-test{margin-top:160px;position:relative;z-index:2;}
.home-test .t1{color:#1c499e;text-align:center;}
.home-test .swiper{margin-top:80px;}
.home-test .box{position:relative;;padding:60px 30px 70px 30px;text-align:center;background-color:#e1f0f7;border-radius:15px;font-size:17px;line-height:17px;color:#10142d;}
.home-test .box::before{content:"";width:14px;height:11px;background:url(../../images/home-test-icon1.webp)no-repeat;background-size:cover;position:absolute;bottom:-11px;left:47%;}
.home-test .text{text-align:center;font-size:20px;line-height:20px;color:#10142d;margin-top:25px;}

.home-test .swiper-wrapper{padding-bottom:65px;}
.home-test .swiper-slide-next .box{background-color:#2d54a3;color:#fff;}
.home-test .swiper-slide-next .box::before{content:"";width:14px;height:11px;background:url(../../images/home-test-icon2.webp)no-repeat;background-size:cover;position:absolute;bottom:-11px;left:47%;}

.home-power{margin-top:120px;}
.home-power .t1{text-align:center;line-height:64px;}
.home-power .t1 p{display:block;}
.home-power .grid{margin-top:90px;gap:var(--bs-gap,30px);}
.home-power .g-col-xl-3 img{border-radius:15px;}
.home-power .g-col-xl-3 .title{font-size:24px;line-height:32px;font-weight:600;color:#10152c;text-align:center;margin-top:20px;}

.home-new{margin-top:150px;}
.home-new .t1{text-align:center;}
.home-new .msg{font-size:18px;line-height:24px;font-weight:500;color:#808082;text-align:center;margin-top:25px;}

.home-new .grid{margin-top:70px;gap:var(--bs-gap,30px);}
.home-new .img{border-radius:15px;overflow:hidden;}
.home-new .img img{transition:all .5s;}
.home-new .img:hover img{transform:scale(1.1);transition:all .5s;}
.home-new .date{font-size:18px;line-height:24px;color:#3771ff;margin-top:15px;position:relative;}
.home-new .date::before{content:"";width:4px;height:16px;background-color:#3771ff;display:inline-block;margin-right:10px;position:relative;top:2px;border-radius:10px;}
.home-new .title{font-size:20px;line-height:30px;color:#10152c;font-weight:600;margin-top:15px;}
.home-new .title:hover{color:var(--public-color);}

.home-contact{margin-top:160px;}
.home-contact .container-xl{position:relative;}
.home-contact .bg{box-shadow:-30px 0px 100px 1px rgba(23,80,153,.3);border-radius:50%;}
.home-contact .box{position:absolute;left:0;top:0;width:100%;height:100%;padding:80px 160px 75px 160px;display:flex;justify-content:space-between;}
.home-contact .box .left{width:48.6%;}
.home-contact .form-row{margin:0;}
.home-contact .form-row>.col,.home-contact .form-row>[class*="col-"]{padding:0;margin-bottom:24px;}
.home-contact .col-md-6:nth-child(1){padding-right:12px;}
.home-contact .col-md-6:nth-child(2){padding-left:12px;}
.home-contact .form-feedback .form-control{border:1px solid #1c499e;border-radius:15px;padding:10px 25px;}
.home-contact .form-feedback .btn{padding:10px 30px;background-color:#1c499e;border-radius:50px;}
.home-contact .form-feedback .btn .text::after{content:"";width:12px;height:12px;background:url(../../images/home-contact-icon1.webp)no-repeat;background-size:cover;display:inline-block;position:relative;top:2px;margin-left:10px;}
.home-contact .form-feedback .btn:hover .text{text-decoration:underline;}

.home-contact .box .right{width:42.2%;}
.home-contact .t1{font-size:48px;line-height:48px;}
.home-contact .msg{font-size:16px;line-height:24px;color:#10152b;width:73%;margin-top:30px;font-weight:500;}
.home-contact p{font-size:16px;line-height:24px;font-weight:500;color:#10152b;margin-bottom:10px;}
.home-contact p::before{content:"";width:17px;height:12px;background:url(../../images/home-contact-icon.webp)no-repeat;background-size:cover;display:inline-block;position:relative;top:2px;margin-right:10px;}
.home-contact p:nth-child(3){margin-top:25px;}
.home-contact p:nth-child(4){margin-top:5px;}

@media (max-width:1550px) {
    .home-contact{padding-bottom:0;}
    .home-contact .msg{margin-top:10px;}
    .home-contact p:nth-child(3){margin-top:10px;}
}
@media (max-width:1330px) {
    .home-contact .box{padding:40px 140px 0 140px;}
}
@media (max-width:768px) {
    .home-banner{margin-top:0;}
    .home-banner .left{width:100%;}
    .home-banner .t1,.home-banner .t1 p{font-size:20px;line-height:28px;}
    .home-banner .left img{display:none;}
    .home-banner .right{display:none;}
    .home-banner .msg{font-size:14px;line-height:22px;margin-top:5px;}

    .home-pro{padding:20px 0;}
    .home-pro .msg{margin-top:5px;}
    .home-pro .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .home-pro .title{font-size:18px;line-height:26px;}
    .home-pro .img{margin-top:10px;}
    .home-pro .g-col-xl-3::after{display:none;}

    .home-cust{padding:20px 0;}
    .home-cust .left .img2{margin-top:20px;}
    .home-cust .t1{line-height:28px;}
    .home-cust .t1 p{display:inline-block;}
    .home-cust .msg:nth-child(2),.home-cust .msg:nth-child(3),.home-cust .msg:nth-child(4),.home-cust .msg:nth-child(5),.home-cust .msg:nth-child(6), .home-cust .msg:nth-child(7){margin-top:5px;}
    .home-cust .msg{line-height:22px;}
    .home-cust .tips{padding-left:0;margin-top:15px;}
    .home-cust .tip{font-size:16px;line-height:24px;}

    .home-cust a{padding:10px 25px;font-size:16px;line-height:24px;margin-top:15px;}

    .home-choose{padding:10px 0 20px 0;}
    .home-choose .top .msg{font-size:14px;line-height:22px;margin-top:5px;width:100%;}
    .home-choose .boxs{margin-top:20px;flex-wrap:wrap;justify-content:space-between;}
    .home-choose .box1,.home-choose .box2,.home-choose .box3{width:48%;margin-bottom:15px;}
    .home-choose .boxs .text1{font-size:18px;line-height:26px;margin-top:5px;}
    .home-choose .boxs .msg{width:100%;font-size:14px;line-height:22px;margin-top:5px;}
    .home-choose .box1:nth-child(4), .home-choose .box2:nth-child(5), .home-choose .box3:nth-child(6){margin-top:0;}

    .home-about::before{display:none;}
    .home-about .box{flex-wrap:wrap;}
    .home-about .left{width:100%;}
    .home-about .right{width:100%;margin-top:15px;}
    .home-about .t1{font-size:18px;line-height:26px;letter-spacing:0;}
    .home-about .msg{margin-top:5px;line-height:22px;}
    .home-about .last{margin-top:0;}
    .home-about .grid{width:100%;}
    .home-about .last{display:block;margin-top:15px;}
    .home-about .grid{gap:var(--bs-gap,15px);}
    .home-about a{padding:10px 30px;margin-top:25px;margin-left:0;}

    .home-test{margin-top:20px;}
    .home-test .box{padding:30px;}
    .home-test .swiper{margin-top:20px;}

    .home-power{margin-top:20px;}
    .home-power .t1{line-height:28px;}
    .home-power .grid{margin-top:20px;gap:var(--bs-gap,15px);}
    .home-power .g-col-xl-3 img{border-radius:5px;}
    .home-power .g-col-xl-3 .title{font-size:18px;line-height:26px;margin-top:5px;}

    .home-new{padding-bottom:20px;margin-top:20px;}
    .home-new .msg{font-size:14px;line-height:22px;margin-top:5px;}
    .home-new .grid{margin-top:15px;gap:var(--bs-gap,20px);}
    .home-new .title{font-size:18px;line-height:26px;margin-top:0;}
    .home-new .date{font-size:14px;line-height:22px;margin-top:5px;}

    .home-contact{padding-bottom:20px;margin-top:0;}
    .home-contact .bg{display:none;}
    .home-contact .box{padding:0;position:static;}
    .home-contact .t1{font-size:20px;line-height:28px;}
    .home-contact .msg{font-size:14px;line-height:22px;width:100%;margin-top:5px;}
    .home-contact p{font-size:14px;line-height:22px;margin-bottom:5px;}
    .home-contact p:last-child{margin-bottom:0;}
    .home-contact .col-md-6:nth-child(1){padding-right:0;}
    .home-contact .col-md-6:nth-child(2){padding-left:0;}
    .home-contact .col-md-6{margin-bottom:10px !important;}
     
    .home-contact .form-row>[class*="col-"].btn-box{margin-bottom:0;}
}

footer{padding-top:365px;padding-bottom:35px;background:url(../../images/footer-bg.webp)no-repeat;background-size:cover;margin-top:-260px;}
footer .top{padding-bottom:40px;}
footer .top .container-xl{display:flex;justify-content:space-between;flex-wrap:wrap;}
footer .box1{width:12.5%;}
footer .box2{width:25%;}
footer .box3{width:52.2%;}

footer .contact-text{font-size:16px;line-height:24px;color:#e4f0ff;opacity:.8;margin-top:25px;}
footer .title{font-size:24px;line-height:32px;font-weight:700;color:#ffffff;}
footer .texts{display:flex;flex-wrap:wrap;margin-top:25px;justify-content: space-between;}
footer .text{font-size:16px;line-height:32px;color:#e4f0ff;width:47%;opacity:.8;}
footer .text:hover{text-decoration:underline;}
footer .box2 .text:nth-child(5){width:51%}

footer .contact-box{display:flex;flex-wrap:wrap;}
footer .tips{display:flex;align-items:center;margin-top:15px;}
footer .icon{width:22px;height:22px;opacity:.8;margin-right:8px;}
footer .tips:nth-child(1){width:32.9%;}
footer .tips:nth-child(2){width:24%;}
footer .tips:nth-child(3){width:43.1%;}
footer .tips:nth-child(4){width:32.9%;margin-top:20px;}
footer .tips:nth-child(5){width:67.1%;margin-top:20px;}
footer .tips a:hover{text-decoration:underline;}

footer .tip,footer .tip a{color:#e4f0ff;opacity:.8;} 

footer .under{border-top:1px solid rgba(243,250,255,.4);opacity:.68;padding-top:30px;}
footer .under .container-xl{display:flex;justify-content:space-between;align-items:center;}
footer .left{font-size:16px;line-height:24px;color:#ffffff;}
footer .right{display:flex;align-items: center;}
footer .text3{font-size:16px;line-height:24px;color:#d5dae8;}
footer .under .social>span:last-child{padding:0;}
footer .under .social,footer .under a{margin-left:20px;}
footer .under .social:hover,footer .under a:hover{cursor:pointer;}

@media (max-width:768px) {
    footer{margin-top:0;padding-top:20px;padding-bottom:20px;background:none;background-color:var(--public-color);}
    footer .top{padding-bottom:20px;}
    footer .box1{width:100%;margin-top:20px;}
    footer .box2{width:100%;margin-top:20px;}
    footer .box3{width:100%;}
    footer .texts{margin-top:0;flex-wrap:wrap;}
    footer .box2 .text{width:100%;}
    footer .box3{order:-1;}
    footer .contact-text{margin-top:0;}
    footer .tips:nth-child(1),footer .tips:nth-child(2),footer .tips:nth-child(3),footer .tips:nth-child(4),footer .tips:nth-child(5){width:100%;}
    footer .tips,footer .tips:nth-child(4),footer .tips:nth-child(5){margin-top:10px;}
    footer .under{padding-top:20px;}
    footer .under .container-xl{flex-wrap:wrap;}
    footer .left{width:100%;}
    footer .right{width:100%;margin-top:10px;}
}

.breadcrumb .breadcrumb-item a{font-size:18px;line-height:26px;font-weight:500;color:#666666;}

.other.banner{margin-top:80px;}
.other.banner .banner-text{text-align:left;align-items:flex-start;padding-top:25px;}
.other.banner .t1{color:#1c4a9e;margin-top:55px;}
.other.banner .t1::after{content:"";width:51px;height:9px;background:url(../../images/other-banner-t1-skip.webp)no-repeat;
background-size:cover;display:block;margin-top:20px;}
.breadcrumb .breadcrumb-item+.breadcrumb-item::before{content:"";width:9px;height:9px;background:url(../../images/breadcrumb-item-icon.webp)no-repeat;margin-right:7px;}
.other.banner .msg{margin-top:35px;width:62%;}

@media (max-width:1500px) {
    .other.banner .t1{margin-top:20px;font-size:48px;line-height:56px;}
    .other.banner .t1::after{margin-top:10px;}
    .other.banner .msg{margin-top:25px;}
}
@media (max-width:768px) {
    .other.banner{margin-top:0;}
    .other.banner .banner-text{padding-top:0;align-items:center;}
    .breadcrumb .breadcrumb-item a{font-size:14px;line-height:22px;}
    .other.banner .t1{font-size:20px;line-height:28px;margin-top:0;}
    .other.banner .msg{display:none;}
}

.contact{margin-top:90px;padding-bottom:20px;}
.contact .container-xl{display:flex;justify-content:space-between;align-items:center;}
.contact .left{width:50.8%;}
.contact .t1{font-size:34px;line-height:46px;color:#333333;}
.contact .t1 span{color:#1c4a9e;}
.contact .t1::after{content:"";width:51px;height:9px;background:url(../../images/other-banner-t1-skip.webp)no-repeat;
background-size:cover;display:block;margin-top:40px;}
.contact .boxs{margin-top:80px;display:flex;justify-content:space-between;flex-wrap:wrap;}
.contact .box{width:35.2%;}
.contact .box:last-child{width:100%;}
.contact .box .name{position:relative;font-size:20px;line-height:28px;font-weight:500;color:#1c499e;}
.contact .box .name::after{content:"";width:100%;height:2px;background:url(../../images/contact-box-skip2.webp)no-repeat;background-size:auto;
display:block;margin-top:9px;}
.contact .box .name::after{max-width:467px;width:auto;background:url(../../images/contact-box-skip1.webp)no-repeat;background-size:auto;}
.contact .box .text{font-size:20px;line-height:28px;font-weight:500;color:#666666;margin-top:15px;}

.contact .box:nth-child(1){width:63.3%;}
.contact .box:nth-child(1) .name::before{content:"";width:41px;height:39px;background:url(../../images/contact-icon1.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:15px;position:relative;top:5px;}
.contact .box:nth-child(2) .name::before{content:"";width:38px;height:38px;background:url(../../images/contact-icon2.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:15px;position:relative;top:6px;}
.contact .box:nth-child(3) .name::before{content:"";width:37px;height:38px;background:url(../../images/contact-icon3.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:15px;position:relative;top:8px;}
.contact .box:nth-child(4) .name::before{content:"";width:37px;height:37px;background:url(../../images/contact-icon4.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:15px;position:relative;top:8px;}
.contact .box:nth-child(5) .name::before{content:"";width:32px;height:40px;background:url(../../images/contact-icon5.webp)no-repeat;background-size:cover;
display:inline-block;margin-right:15px;position:relative;top:8px;}
.contact .box:nth-child(3),.contact .box:nth-child(4),.contact .box:nth-child(5){margin-top:75px;}
.contact .box a.text:hover{color:var(--public-color);}

.contact .right{width:48.3%;position:relative;right:-30px;box-shadow:0 15px 50px 1px rgba(28,73,158,.2);border-radius:25px;}
.contact .formbox{position:absolute;left:0;top:0;width:100%;height:100%;padding:50px 100px 50px 100px;}
.contact .form-row{margin:0;}
.contact .form-row>[class*="col-"]{margin-bottom:35px;padding:0;}
.contact .form-feedback .form-control{font-size:20px;line-height:28px;color:#cccccc;padding:20px;border:2px solid #1c499e;
border-radius:10px;position:relative;}
.contact .form-feedback .btn{margin-top:0px;padding:20px 50px;background-color:#1c499e;font-size:24px;line-height:32px;font-weight:500;
color:#ffffff;border-radius:10px;}
.contact .form-feedback .btn:hover{text-decoration:underline;}

.contact .form-row.rw .col-md-12::before{content:"";width:8px;height:8px;background-color:#1c499e;display:block;position:absolute;left:-30px;top:42%;}
.contact .form-row.rw .col-md-12:last-child::before{top:20%;}
.contact .form-row.rw .col-md-12:nth-child(4)::before{display:none;}

@media (max-width:1919px) {
    .contact .right{right:0;}
}
@media (max-width:768px) {
    .contact{margin-top:20px;}
    .contact .t1{font-size:20px;line-height:28px;}
    .contact .boxs{margin-top:20px;}
    .contact .box:nth-child(1),.contact .box{width:100%;}
    .contact .box:nth-child(3), .contact .box:nth-child(4), .contact .box:nth-child(5){margin-top:0;}
    .contact .box .name{font-size:18px;line-height:26px;}
    .contact .box .text{font-size:14px;line-height:22px;margin-top:5px;margin-right:5px;}
    .contact .box:nth-child(1) .name::before{width:32.8px;height:31.2px;margin-right:5px;}
    .contact .box:nth-child(2) .name::before{width:30.4px;height:30.4px;margin-right:5px;}
    .contact .box:nth-child(3) .name::before{width:29.6px;height:30.4px;margin-right:5px;}
    .contact .box:nth-child(4) .name::before{width:29.6px;height:29.6px;margin-right:5px;}
    .contact .box:nth-child(5) .name::before{width:25.6px;height:32px;margin-right:5px;}
    .contact .formbox{padding:30px;}
    .contact .form-row.rw .col-md-12::before{display:none;}
    .contact .form-row>[class*="col-"]{margin-bottom:15px;}
    .contact .form-feedback .form-control{font-size:16px;line-height:24px;padding:5px 10px;}
    .contact .form-feedback .btn{margin-top:10px;padding:10px 50px;font-size:16px;line-height:24px;}
}


.work{margin-top:-80px;position:relative;}
.work .top{display:flex;}
.work .item{padding:25px 0;width:280px;text-align:center;font-size:20px;line-height:30px;font-weight:500;color:#666666;background-color:#fff;
position:relative;text-transform:capitalize;margin-right:15px;}
.work .item:nth-child(3){width:auto;padding:25px 40px;}
.work .item.active{background-color:#1c499e;color:#fff;}
.work .item::before{content:"";width:21px;height:12px;background:url(../../images/work-item-icon.webp)no-repeat;background-size:cover;display:block;
position:absolute;left:44%;bottom:0;display:none;}
.work .item.active::before{display:block;}
.work .item:hover{background-color:#1c499e;color:#fff;}
.work .item:hover::before{display:block;}
.work .grid{margin-top:110px;gap:var(--bs-gap,40px);}
.work .g-col-xl-3{padding:20px 20px 45px 20px;background-color:#f3f4f8;}
.work .g-col-xl-3 a{border:2px solid #1c499e;}

@media (max-width:768px) {
    .work{margin-top:0;padding-bottom:20px;}
    .work .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .work .g-col-xl-3{padding:15px;}
    .work .g-col-xl-3 a,.work .g-col-xl-3 a img{width:100%;}
}

.new{margin-top:150px;}
.new .t1{text-align:center;}
.new .msg{font-size:18px;line-height:24px;font-weight:500;color:#808082;text-align:center;margin-top:25px;}

.new .grid{margin-top:70px;gap:var(--bs-gap,30px);}
.new .img{border-radius:15px;overflow:hidden;}
.new .img img{transition:all .5s;}
.new .img:hover img{transform:scale(1.1);transition:all .5s;}
.new .date{font-size:18px;line-height:24px;color:#3771ff;margin-top:15px;position:relative;}
.new .date::before{content:"";width:4px;height:16px;background-color:#3771ff;display:inline-block;margin-right:10px;position:relative;top:2px;border-radius:10px;}
.new .title{font-size:20px;line-height:30px;color:#10152c;font-weight:600;margin-top:15px;}
.new .title:hover{color:var(--public-color);}

@media (max-width:768px) {
    .new{margin-top:20px;padding-bottom:20px;}
    .new .grid{margin-top:0;}
    .new .title{font-size:18px;line-height:26px;margin-top:0;font-size:18px;line-height:26px;}
    .new .date{font-size:14px;line-height:22px;margin-top:0;}
}

.proindex{margin-top:120px;}
.proindex .grid{gap:var(--bs-gap,45px);}
.proindex .g-col-xl-4{border:1px solid #cccccc;border-radius:25px;overflow:hidden;background-color:#fff;position:relative;padding-bottom:75px;}
.proindex .texts{padding:0 40px;}
.proindex .title{font-size:20px;line-height:28px;font-weight:500;color:#333333;}
.proindex .title:hover{color:var(--public-color);}
.proindex .tip{margin-top:25px;}
.proindex .tip p{position:relative;padding-left:20px;}
.proindex .tip p::before{content:"";width:10px;height:10px;background-color:#1c499e;border-radius:50%;display:block;position:absolute;left:0;top:8px;}
.proindex .tip p a{font-size:16px;line-height:28px;font-weight:500;color:#666666;margin-bottom:10px;}
.proindex .tip p a:hover{color:#1c499e;text-decoration:underline;}
.proindex .last{position:absolute;left:0;bottom:0;padding:20px 25px 20px 40px;font-size:16px;line-height:28px;color:#333333;border-top-right-radius:25px;}
.proindex .last::before{content:"";width:180px;height:5px;background-color:#cccccc;display:block;position:absolute;left:20px;bottom:0;}
.proindex .last::after{content:"";width:15px;height:12px;background:url(../../images/proindex-last-icon1.webp)no-repeat;background-size:cover;
display:inline-block;margin-left:15px;position:relative;top:2px;}

.proindex .g-col-xl-4:hover{box-shadow:0 0 30px 1px rgba(0,0,0,.1);border-color:transparent;}
.proindex .g-col-xl-4:hover .last::before{display:none;}
.proindex .g-col-xl-4:hover .last{background-color:#1c499e;color:#fff;}
.proindex .g-col-xl-4:hover .last::after{background:url(../../images/proindex-last-icon2.webp)no-repeat;}

@media (max-width:768px) {
    .proindex{margin-top:20px;padding-bottom:20px;}
    .proindex .grid{gap:var(--bs-gap,20px);}
    .proindex .texts{padding:0 35px;}
    .proindex .title{font-size:18px;line-height:26px;}
    .proindex .tip{margin-top:10px;}
    .proindex .tip p::before{width:7px;height:7px;top:6px;}
    .proindex .tip p a{font-size:14px;line-height:22px;}
}

.new-cont{margin-top:70px;background-color:#fbfbfb;}
.new-cont .max-1660{max-width:1660px;display:flex;justify-content:space-between;}
.new-cont .left{width:36.8%;}
.new-cont .new-nav{display:flex;flex-wrap:wrap;}
.new-cont .new-nav .item{width:100%;;text-align:center;padding:45px 0;font-size:20px;line-height:30px;font-weight:500;color:#333333;background-color:#fff;}
.new-cont .new-nav .item.active{background:url(../../images/new-nav-item-bg.webp)no-repeat;background-size:cover;color:#fff;}
.new-cont .new-nav .item:hover{background:url(../../images/new-nav-item-bg.webp)no-repeat;background-size:cover;color:#fff;}

.new-cont .new-boxs{margin-top:20px;display:flex;justify-content:flex-end;background-color:#fff;padding:35px 0 80px 0;}
.new-cont .new-box1{width:60.7%;}
.new-cont .new-box1 .title{font-size:20px;line-height:28px;font-weight:500;color:#1c499e;margin-bottom:10px;}
.new-cont .new-box2{display:flex;justify-content:space-between;align-items:center;padding-top:25px;padding-bottom:25px;border-bottom:1px solid #e5e5e5;}
.new-cont .new-box2 .img{width:20.6%;}
.new-cont .new-box2 .text{width:74.3%;padding-right:45px;}
.new-cont .new-box2 .new-title{font-size:18px;line-height:26px;font-weight:500;color:#1c499e;text-transform:capitalize;}
.new-cont .new-box2 .msg{font-size:16px;line-height:24px;color:#3d4360;margin-top:10px;}
.new-cont .new-box2:last-child{border-color:transparent;}

.new-cont .right{width:61.2%;padding:70px 0 80px 50px;background-color:#fff;}
.new-cont .t1{font-size:32px;line-height:40px;font-weight:600;color:#333333;}
.new-cont .box{display:flex;align-items:center;margin-top:25px;}
.new-cont .box .date,.new-cont .box .by{font-size:18px;line-height:26px;font-weight:500;color:#999999;}
.new-cont .box .date{margin-right:30px;}
.new-cont .center{margin-top:35px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:40px 60px 100px 0;}
.new-cont .center p{font-size:16px;line-height:30px;color:#666666;}
.new-cont .center p img{max-width:100%;height:auto;}
.new-cont .last{margin-top:65px;padding-right:110px;display:flex;justify-content:space-between;}

.new-cont .last .l1{width:73%;}
.new-cont .l1 a{display:flex;}
.new-cont .l1 a span{font-size:18px;line-height:30px;font-weight:500;color:#1c499e;width:40px;margin-right:15px;}
.new-cont .l1 a p{width:88.2%;font-size:16px;line-height:30px;color:#666666;}
.new-cont .l1 a:hover p{color:var(--public-color);text-decoration:underline;}
.new-cont .prev{margin-top:15px;}
.new-cont .last .r1{width:17.7%;}
.new-cont .r1 a{width:100%;text-align:center;padding:12px 0;text-align:center;background-color:var(--public-color);font-size:18px;line-height:28px;
font-weight:500;color:#ffffff;text-transform:uppercase;}
.new-cont .r1 a:hover{text-decoration:underline;}

.hot-pro{margin-top:90px;}
.hot-pro .t1{text-align:center;}
.hot-pro .t1 span{color:var(--public-color);}
.hot-pro .t1::after{content:"";width:51px;height:9px;background:url(../../images/hot-pro-skip.webp)no-repeat;background-size:cover;display:table;margin:40px auto 0 auto;}
.hot-pro .grid{margin-top:70px;gap:var(--bs-gap,60px);}
.hot-pro .texts{margin-top:30px;}
.hot-pro .text{font-size:16px;line-height:28px;font-weight:500;color:#1c499e;}
.hot-pro .title{font-size:20px;line-height:28px;font-weight:500;color:#333333;margin-top:10px;}
.hot-pro .title:hover{color:var(--public-color);}
.hot-pro .tip{margin-top:30px;}
.hot-pro .tip p{font-size:16px;line-height:28px;color:#666666;margin-bottom:5px;padding-left:30px;position:relative;}
.hot-pro .tip p::before{content:"";width:14px;height:10px;background:url(../../images/hot-pro-icon.webp)no-repeat;background-size:cover;display:block;position:absolute;left:0;top:8px;}
.hot-pro .tip p:last-child{margin-bottom:0;}

.hot-pro table{margin-top:15px;width:100%;}
.hot-pro table tr td:nth-child(1){color:var(--public-color);font-weight:500;}

@media (max-width:1660px) {
    .new-cont .max-1660{width:100%;max-width:100%;}
}
@media (max-width:768px) {
    .new-cont{margin-top:0;}
    .new-cont .max-1660{padding:20px 15px;}
    .new-cont .right{padding:15px;}
    .new-cont .t1{font-size:18px;line-height:26px;}
    .new-cont .box{margin-top:5px;}
    .new-cont .box .date, .new-cont .box .by{font-size:14px;line-height:22px;}
    .new-cont .box .date{margin-right:10px;}
    .new-cont .center{margin-top:10px;padding:15px 0;}
    .new-cont .center p{font-size:14px;line-height:22px;}
    .new-cont .last{margin-top:15px;padding-right:0;flex-wrap:wrap;}
    .new-cont .last .l1{width:100%;}
    .new-cont .l1 a span{font-size:16px;line-height:24px;margin-right:0;}
    .new-cont .l1 a p{line-height:24px;}
    .new-cont .prev{margin-top:5px;}
    .new-cont .last .r1{width:100%;}
    .new-cont .r1 a{width:auto;padding:10px 25px;display:table;margin:10px 0 0 auto;font-size:16px;line-height:24px;}

    .new-cont .new-box1 .title{font-size:18px;line-height:26px;margin-bottom:0;}
    .new-cont .new-boxs{margin-top:0;padding:15px;}
    .new-cont .new-box1{width:100%;}
    .new-cont .new-box2{flex-wrap:wrap;padding:10px 0;}
    .new-cont .new-box2 .img{width:100%;}
    .new-cont .new-box2 .text{width:100%;margin-top:10px;padding-right:0;}

    .hot-pro{margin-top:20px;padding-bottom:20px;}
    .hot-pro .grid{margin-top:0;gap:var(--bs-gap,20px);}
    .hot-pro .texts{margin-top:10px;}
    .hot-pro .text{font-size:14px;line-height:22px;}
    .hot-pro .title{font-size:18px;line-height:26px;margin-top:0;}
    .hot-pro .tip{margin-top:5px;}
    .hot-pro .tip p{font-size:14px;line-height:22px;}
    .hot-pro .tip p::before{top:5px;}
}

.pro-head{margin-top:60px;}
.pro-head .container-xl{display:flex;justify-content:space-between;align-items:flex-end;}
.pro-head .left{width:50.8%;display:flex;justify-content:space-between;}
.pro-head .product-thumbs{width:19.7%;padding:0;margin-top:0;}
.pro-head .mz-thumb.mz-thumb-selected img{border-color:transparent;}
.pro-head .product-thumbs .swiper-slide a{background-color:#f8f8f8;}
.pro-head .product-thumbs .swiper-slide a img{mix-blend-mode:darken;}
.pro-head .product-thumbs .swiper-container{height:554px;}
.pro-head .right{width:42.5%;}
.pro-head .type{font-size:20px;line-height:28px;font-weight:500;color:#1c499e;}
.pro-head .t1{font-size:34px;line-height:42px;font-weight:600;color:#333333;margin-top:10px;}
.pro-head .t1::after{content:"";width:51px;height:9px;background:url(../../images/hot-pro-skip.webp)no-repeat;background-size:cover;display:table;margin-top:25px;}
.pro-head .msg{margin-top:20px;}

.pro-head table{width:100%;margin-top:30px;}
.pro-head table tr td{padding:15px 0 15px 35px;font-size:16px;line-height:28px;font-weight:600;color:#666666;}
.pro-head table tr td:nth-child(2){color:#1c499e;}
.pro-head table tr:nth-child(odd) td{background-color:#f2f8ff;}

.pro-head .box{display:flex;align-items:center;margin-top:30px;}
.pro-head .tact{padding:15px 30px 15px 25px;background-color:var(--public-color);color:#fff;font-size:24px;line-height:32px;font-weight:500;border-radius:5px;margin-right:30px;}
.pro-head .tact::before{content:"";width:20px;height:19px;background:url(../../images/tact-icon.webp)no-repeat;background-size:cover;display:inline-block;margin-right:20px;
position:relative;top:2px;}
.pro-head .cart{padding:15px 25px 15px 20px;background-color:#a7d439;color:#fff;font-size:24px;line-height:32px;font-weight:500;border-radius:5px;}
.pro-head .cart::before{content:"";width:27px;height:24px;background:url(../../images/cart-icon.webp)no-repeat;background-size:cover;display:inline-block;margin-right:15px;position:relative;top:3px;}
.pro-head .share{display:table;margin:0 0 0 auto;font-size:16px;line-height:24px;color:#666666;}
.pro-head .share .sname{margin-bottom:15px;}
.pro-head .share .social>span{padding:0;}
.pro-head .share .social{margin-left:35px;}
.pro-head .share .social:nth-child(2){margin-left:0;}
.pro-head .box .cart:hover,.pro-head .box .tact:hover{text-decoration:underline;}

.bread{padding-top:100px;background-color:#fff;}
.navi.top{position:fixed;top:-100%;left:0;width:100%;background-color:#fff;margin-top:0;z-index:99;}
.navi.top.active{top:75px;transition:all .5s;}
.navi{display:flex;justify-content:flex-end;margin-top:110px;}
.navi .m1660{width:1660px;display:flex;align-items:center;position:relative;}
.navi .m1660::before{content:"";width:100%;height:1px;background-color:#1c499e;display:block;position:absolute;left:0;bottom:0;}
.navi .nav-btn{padding:20px 45px;font-size:20px;line-height:28px;color:#666666;text-align:center;position:relative;margin-right:20px;}
.navi .nav-btn::before{content:"";width:10px;height:8px;background:url(../../images/navi-icon.webp)no-repeat;background-size:cover;display:block;position:absolute;left:45%;bottom:0;display:none;}
.navi .nav-btn.active{background-color:var(--public-color);color:#fff;}
.navi .nav-btn.active::before{display:block;}

.navi .nav-btn:hover{background-color:var(--public-color);color:#fff;}
.navi .nav-btn:hover::before{display:block;}

@media (max-width:1660px) {
    .navi .m1660{max-width:100%;width:100%;padding:0 15px;overflow:hidden;}
    .navi .m1660::before{left:15px;}
}
@media (max-width:768px) {
    .bread{padding-top:10px;}
}

.p1,.p2,.p3{margin-top:85px;}
.p1 .t1,.p2 .t1,.p3 .t1{font-size:34px;line-height:42px;font-weight:500;color:#333333;}
.p1 .t1::after,.p2 .t1::after,.p3 .t1::after{content:"";width:51px;height:9px;background:url(../../images/hot-pro-skip.webp)no-repeat;background-size:cover;display:table;margin-top:25px;margin-bottom:40px;}

.p1 p{font-size:18px;line-height:28px;color:#666666;padding-left:30px;position:relative;}
.p1 p::before{content:"";width:9px;height:9px;background-color:#cccccc;display:block;position:absolute;left:0;top:8px;}

.p1 p img,.p2 p img,.p3 p img{max-width:100%;height:auto;}
.p2 table,.p3 table{width:100%;}
.p2 table tr td,.p3 table tr td{border:2px solid #e7e7e7;padding:25px 0 25px 60px;font-size:16px;line-height:28px;font-weight:600;color:#666666;}
.p2 table tr:nth-child(even) td,.p3 table tr:nth-child(even) td{background-color:#f3f4f8;}
.p2 table tr:nth-child(1) td,.p3 table tr:nth-child(1) td{background-color:#eaeaea;}

.hot-new{margin-top:160px;}
.hot-new .t1{text-align:center;}
.hot-new .t1 span{color:var(--public-color);}
.hot-new .t1::after{content:"";width:51px;height:9px;background:url(../../images/hot-pro-skip.webp)no-repeat;background-size:cover;display:table;margin:30px auto 0 auto;}
.hot-new .grid{margin-top:70px;gap:var(--bs-gap,30px);}
.hot-new .img{border-radius:15px;overflow:hidden;}
.hot-new .img img{transition:all .5s;}
.hot-new .img:hover img{transform:scale(1.1);transition:all .5s;}
.hot-new .date{font-size:18px;line-height:24px;color:#3771ff;margin-top:15px;position:relative;}
.hot-new .date::before{content:"";width:4px;height:16px;background-color:#3771ff;display:inline-block;margin-right:10px;position:relative;top:2px;border-radius:10px;}
.hot-new .title{font-size:20px;line-height:30px;color:#10152c;font-weight:600;margin-top:15px;}
.hot-new .title:hover{color:var(--public-color);}

@media (max-width:768px) {
    .pro-head{margin-top:10px;}
    .pro-head .left .product-thumb{width:100%;}
    .pro-head .type{font-size:16px;line-height:24px;}
    .pro-head .t1{font-size:18px;line-height:26px;margin-top:0;}
    .pro-head .msg{margin-top:5px;}
    .pro-head table{margin-top:10px;}
    .pro-head table tr td{padding:10px 20px;}
    .pro-head .box{margin-top:15px;flex-wrap:wrap;}
    .pro-head .tact{padding:10px 25px;font-size:18px;line-height:26px;margin-right:15px;}
    .pro-head .tact::before{top:5px;}
    .pro-head .cart{padding:8px 30px;font-size:18px;line-height:26px;}
    .pro-head .share{margin-top:10px;}
    .pro-head .share .sname{margin-bottom:0;}

    .p1, .p2, .p3{margin-top:20px;}
    .p1 .t1, .p2 .t1, .p3 .t1{font-size:18px;line-height:26px;}
    .p2 table,.p3 table{margin-top:20px;} 
    .p2 table tr td, .p3 table tr td{padding:10px 25px;}

    .hot-new{margin-top:0;padding-bottom:30px;}
    .hot-new .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .hot-new .title{margin-top:5px;font-size:18px;line-height:26px;}
    .hot-new .img,.hot-new .img img{width:100%;}
}

.ob1 .msg{width:84%;}
.ob1 .msg p:nth-child(2){margin-top:10px;}
@media (max-width:1919px) {
    .other.banner.ob1 .t1{margin-top:0;}
    .other.banner.ob1 .msg{margin-top:10px;width:100%;}
}

.prohigh{padding-top:100px;background-color:#fff;}
.prohigh .grid{gap:var(--bs-gap,45px);}
.prohigh .g-col-xl-3{position:relative;}
.prohigh .g-col-xl-3::after{content:"";width:1px;height:155px;background-color:#cccccc;display:block;position:absolute;right:0;top:15%;}
.prohigh .g-col-xl-3:last-child:after{display:none;}
.prohigh .img{width:60px;height:60px;display:flex;align-items:center;}
.prohigh .text1{font-size:20px;line-height:28px;font-weight:600;color:#1c499e;margin-top:25px;}
.prohigh .msg{font-size:16px;line-height:24px;color:#666666;margin-top:15px;}

.prohigh .g-col-xl-3:nth-child(1){padding-right:30px;}
.prohigh .g-col-xl-3:nth-child(2){padding-right:50px;}
.prohigh .g-col-xl-3:nth-child(3){padding-right:40px;}

.prolist{padding-top:80px;background-color:#fff;padding-bottom:120px;}
.prolist .t1{width:40%;text-align:center;margin:0 auto;position:relative;}
.prolist .t1 span{color:#1c499e;}
.prolist .t1::after{content:"";width:51px;height:9px;background:url(../../images/other-banner-t1-skip.webp) no-repeat;background-size:cover;display:table;margin:20px auto 0 auto;}
.prolist .grid{margin-top:75px;gap:var(--bs-gap,80px);}
.prolist .g-col-xl-4{box-shadow:0 0 30px 1px rgba(0,0,0,.1);padding-bottom:182px;position:relative;}
.prolist .img{position:relative;}
.prolist .ss{position:absolute;right:0;bottom:0;}
.prolist .ss img:nth-child(2){display:none;}
.prolist .ss:hover{cursor:pointer;}
.prolist .texts{padding:20px 25px 30px 25px;background-color:#f2f8ff;position:absolute;right:0;bottom:0;width:100%;height:182px;z-index:10;}
.prolist .title{font-size:20px;;line-height:28px;font-weight:500;color:#10172c;}
.prolist .title:hover{color:#1c499e;}
.prolist .tip{margin-top:20px;height:84px;overflow:hidden;}
.prolist .tip p{display:inline-block;font-size:16px;line-height:28px;color:#666666;position:relative;}
.prolist .tip p::before{content:"";width:4px;height:4px;background-color:#1c499e;border-radius:50%;display:inline-block;margin-right:10px;
position:relative;top:-3px;}
.prolist .tip p:nth-child(1){margin-right:35px;}
.prolist .prolist-cart{position:absolute;top:10px;right:0;display:none;}
.prolist .g-col-xl-4:hover .prolist-cart{display:block;}

.prolist .g-col-xl-4.active .texts{height:auto;}
.prolist .g-col-xl-4.active .tip{height:auto;}
.prolist .g-col-xl-4.active .ss img:nth-child(1){display:none;}
.prolist .g-col-xl-4.active .ss img:nth-child(2){display:block;}

.nent{background:url(../../images/nent-bg.webp)no-repeat;background-size:cover;padding-top:80px;padding-bottom:80px;}
.nent .t1{text-align:center;position:relative;}
.nent .t1 span{color:#1c499e;}
.nent .t1::after{content:"";width:51px;height:9px;background:url(../../images/other-banner-t1-skip.webp) no-repeat;background-size:cover;display:table;margin:20px auto 0 auto;}
.nent .grid{margin-top:75px;gap:var(--bs-gap,125px);}
.nent .imgs{display:flex;align-items:center;justify-content:space-between;}
.nent .img{width:60px;}
.nent .title{width:76.4%;font-size:20px;line-height:28px;font-weight:500;color:#1c499e;}
.nent .msg{margin-top:45px;font-size:16px;line-height:24px;color:#666666;}

@media (max-width:1390px) {
    .nent .grid{gap:var(--bs-gap,45px);}
}

.profaq .container-xl{display:flex;justify-content:space-between;}
.profaq .left{width:31.1%;}
.profaq .t2{font-size:34px;line-height:42px;font-weight:600;color:#1c499e;margin-top:70px;}
.profaq .t1{font-size:34px;line-height:42px;color:#0f162b;margin-top:10px;}
.profaq .t1::after{content:"";width:51px;height:9px;background:url(../../images/other-banner-t1-skip.webp) no-repeat;background-size:cover;display:block;margin-top:35px;}
.profaq .msg{margin-top:40px;color:#666666;}
.profaq .right{width:62.5%;}
.profaq .faq-item{padding:20px 40px;background-color:#fff;box-shadow:0 0 30px 0px rgba(0,0,0,.1);margin-bottom:20px;}
.profaq .faq-title{font-size:20px;line-height:28px;font-weight:600;color:#0f162b;padding-left:40px;position:relative;}
.profaq .faq-title::before{content:"";width:23px;height:23px;background:url(../../images/profaq-icon1.webp)no-repeat;background-size:cover;display:block;
position:absolute;left:0;top:2px;}
.profaq .faq-content{height:0;overflow:hidden;font-size:16px;line-height:24px;color:#666666;}

.profaq .faq-item.active .faq-content{margin-top:25px;height:auto;transition:all .5s;}
.profaq a{padding:20px 35px;background-color:#1c499e;color:#fff;font-size:24px;line-height:32px;font-weight:500;border-radius:10px;margin-top:20px;}
.profaq a:hover{text-decoration:underline;}

.prolist-new{margin-top:120px;}
.prolist-new .t1{text-align:left;font-size:34px;line-height:42px;color:#22222e;text-align:center;}
.prolist-new .t1::after{margin:30px auto 0 auto;}

@media (max-width:768px) {
    .prohigh{padding-top:20px;}
    .prohigh .grid{gap:var(--bs-gap,10px);}

    .prohigh .img{width:45px;height:45px;}
    .prohigh .text1{margin-top:5px;font-size:18px;line-height:26px;}
    .prohigh .msg{margin-top:5px;font-size:14px;line-height:22px;}

    .prohigh .g-col-xl-3:nth-child(1){padding-right:0;}
    .prohigh .g-col-xl-3:nth-child(2){padding-right:0;}
    .prohigh .g-col-xl-3:nth-child(3){padding-right:0;}
    .prohigh .g-col-xl-3::after{display:none;}

    .prolist{padding:20px 0;}
    .prolist .t1{width:100%;}
    .prolist .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .prolist .title{font-size:18px;line-height:26px;}

    .nent{padding-top:0;padding-bottom:20px;}
    .nent .grid{margin-top:10px;gap:var(--bs-gap,20px);}
    .nent .img{width:45px;height:45px;}
    .nent .title{width:83%;font-size:18px;line-height:26px;}
    .nent .msg{margin-top:5px;font-size:14px;line-height:22px;}

    .prolist-new{margin-top:0;padding-bottom:30px;}
    .prolist-new .t1{font-size:18px;line-height:26px;}
    .prolist-new .grid{margin-top:10px;gap:var(--bs-gap,20px);}
    .prolist-new .title{font-size:18px;line-height:26px;margin-top:0;}

    .profaq{padding-bottom:20px;}
    .profaq a{padding:10px 35px;font-size:16px;line-height:24px;margin-top:0;}
}

.prokf.banner .msg{width:75%;line-height:28px;color:#3d4360;}

.prokf1{background:url(../../images/prokf-bg.webp)no-repeat;background-size:cover;padding:75px 0 35px 0;}
.prokf1 .grid{gap:var(--bs-gap,55px);}
.prokf1 .g-col-xl-6{display:flex;justify-content:space-between;background-color:#fff;border-radius:25px;border:1px solid #e6e9f1;overflow:hidden;}
.prokf1 .g-col-xl-6 .img{width:47.7%;}
.prokf1 .g-col-xl-6 .texts{width:52.3%;padding:0 35px;display:flex;align-items:center;}
.prokf1 .title{font-size:20px;line-height:28px;font-weight:500;color:#333333;}
.prokf1 .title::after{content:"";width:31px;height:5px;background:url(../../images/prokf1-icon.webp)no-repeat;background-size:cover;display:block;
margin-top:10px;}
.prokf1 .title:hover{color:var(--public-color);}
.prokf1 .msg{font-size:16px;line-height:24px;color:#666666;margin-top:25px;    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;}
.prokf1 .box1{border:1px solid #e6e9f1;display:flex;justify-content:space-between;align-items:center;margin-top:35px;}
.prokf1 .basket{padding-left:10px;position:relative;font-size:20px;line-height:28px;color:#1c499e;}
.prokf1 .basket::before{content:"";width:30px;height:24px;background:url(../../images/prokf1-basket.webp)no-repeat;background-size:cover;display:inline-block;margin-right:10px;position:relative;top:3px;}
.prokf1 .basket:hover{cursor:pointer}
.prokf1 .email:hover{cursor:pointer;}

.prokf1 .g-col-xl-6:hover{box-shadow:0 0 30px 1px rgba(28,73,158,.1);}

.nent1{background:none;padding-top:50px;}
.nent1 .t1::after{margin-top:30px;}

@media (max-width:1350px) {
    .prokf.banner .t1{margin-top:10px;}
    .prokf.banner .t1::after{display:none;}
    .prokf.banner .msg{margin-top:10px;}
}
@media (max-width:768px) {
    .prokf.banner .t1{margin-top:0;}

    .prokf1{padding:20px 0;}
    .prokf1 .grid{gap:var(--bs-gap,20px);}
    .prokf1 .g-col-xl-6{flex-wrap:wrap;}
    .prokf1 .g-col-xl-6 .img{width:100%;}
    .prokf1 .g-col-xl-6 .texts{width:100%;margin-top:0;padding:15px 20px;}
    .prokf1 .title{font-size:18px;line-height:26px;}
    .prokf1 .msg{margin-top:10px;font-size:14px;line-height:22px;}
    .prokf1 .box1{margin-top:15px;}
    .prokf1 .basket{font-size:16px;line-height:24px;}
}

.flex{padding-top:110px;background-color:#fff;position:relative;}
.flex::after{content:"";width:100%;height:430px;background:url(../../images/flex-skip.webp)no-repeat;background-size:cover;position:absolute;left:0;bottom:0;}
.flex .max-1660{max-width:1660px;display:flex;justify-content:space-between;position:relative;z-index:10;}
.flex .left{width:27.8%;}
.flex .left .boxs1{position:sticky;top:95px;}
.flex .lboxs{position:sticky;top:95px;}
.flex .lbox1{display:flex;justify-content:flex-end;align-items:center;height:120px;}
.flex .left .item{width:43.5%;display:block;font-size:20px;line-height:28px;font-weight:500;color:#333333;}
.flex .lbox1.active{background:url(../../images/new-nav-item-bg.webp)no-repeat;background-size:cover;}
.flex .lbox1.active .item{color:#fff;}
.flex .lbox1:hover{background:url(../../images/new-nav-item-bg.webp)no-repeat;background-size:cover;}
.flex .lbox1:hover .item{color:#fff;}

.flex .right{width:68.7%;}
.flex .box{display:flex;justify-content:space-between;align-items:center;margin-bottom:85px;}
.flex .box:last-child{margin-bottom:0;}
.flex .img{width:41.6%;}
.flex .img img{border-radius:55px;}
.flex .texts{width:51.8%;}
.flex .title{font-size:34px;line-height:42px;font-weight:600;color:#333333;position:relative;}
.flex .title span{color:#1c499e;}
.flex .title::after{content:"";width:51px;height:9px;background:url(../../images/other-banner-t1-skip.webp) no-repeat;background-size:cover;display:block;margin-top:30px;}
.flex .msg{font-size:18px;line-height:32px;color:#666666;margin-top:30px;}

.after{margin-top:160px;padding-bottom:175px;}
.after .t1{text-align:center;position:relative;}
.after .t1::after{content:"";width:51px;height:9px;background:url(../../images/other-banner-t1-skip.webp) no-repeat;background-size:cover;display:table;margin:40px auto 0 auto;}
.after .img{margin-top:60px;}

@media (max-width:768px) {
    .flex{padding-top:20px;}
    .flex .max-1660{max-width:100%;width:100%;padding:0 15px;}
    .flex .right{width:100%;}
    .flex .box{flex-wrap:wrap;margin-bottom:20px;}
    .flex .img{width:100%;}
    .flex .texts{width:100%;margin-top:10px;}
    .flex .img img{border-radius:45px;}
    .flex .title{font-size:18px;line-height:26px;}
    .flex .title::after{display:none;}
    .flex .msg{font-size:14px;line-height:22px;margin-top:5px;}

    .after{margin-top:20px;padding-bottom:20px;}
    .after .img{margin-top:20px;}

    .profaq .container-xl{flex-wrap:wrap;}
    .profaq .left{width:100%;}
    .profaq .t2{margin-top:0;font-size:16px;line-height:24px;}
    .profaq .t1{font-size:18px;line-height:26px;margin-top:0;}
    .profaq .msg{margin-top:5px;}
    .profaq .right{width:100%;margin-top:20px;}
    .profaq .faq-item{padding:10px 15px;}
    .profaq .faq-title{font-size:18px;line-height:26px;padding-left:0;}
    .profaq .faq-title::before{position:relative;display:inline-block;top:5px;margin-right:10px;}
    .profaq .faq-content{font-size:14px;line-height:22px;}
    .profaq .faq-item.active .faq-content{margin-top:5px;}
}

.oem{padding-top:55px;text-align:center;background-color:#ffffff;}
.oem .t1{text-align:center;position:relative;text-transform:uppercase;}
.oem .t1 span{color:#1c499e;}
.oem .t1::after{content:"";width:51px;height:9px;background:url(../../images/other-banner-t1-skip.webp) no-repeat;background-size:cover;display:table;margin:30px auto 0 auto;}
.oem .msg{width:75%;color:#3d4360;margin:35px auto 0 auto;}

.flex1 .img{width:54.4%;}
.flex1 .texts{width:36%;}
.flex1 .title::after{margin-top:30px;}
.flex1 .tip{margin-top:45px;}
.flex1 .tip p{font-size:18px;line-height:28px;color:#666666;position:relative;padding-left:40px;margin-bottom:25px;}
.flex1 .tip p::before{content:"";width:21px;height:21px;background:url(../../images/flex1-icon1.webp)no-repeat;background-size:cover;display:block;position:absolute;left:0;top:2px;}
.flex1 .tip p:nth-child(2):before{background:url(../../images/flex1-icon2.webp)no-repeat;}
.flex1 .tip p:nth-child(3):before{background:url(../../images/flex1-icon3.webp)no-repeat;}

.fact{padding-top:170px;background-color:#fff;}
.fact .t1{text-align:center;position:relative;}
.fact .t1 span{color:#1c499e;}
.fact .t1::after{content:"";width:51px;height:9px;background:url(../../images/other-banner-t1-skip.webp) no-repeat;background-size:cover;display:table;margin:30px auto 0 auto;}
.fact .msg{width:55%;color:#3d4360;margin:35px auto 0 auto;text-align:center;}

.fact .swiper{margin-top:80px;}
.fact .swiper-wrapper{align-items:center;}
.fact .swiper-slide{width:26.7%;}
.fact .swiper-slide-active{width:37.5%;}
.fact .swiper-slide img{border-radius:20px;overflow:hidden;}
.fact .swiper-slide .title{font-size:28px;line-height:40px;font-weight:600;color:#10152c;text-align:center;margin-top:30px;}
.fact .swiper-slide-active .title{margin-top:10px;}
.fact .last{position:relative;height:35px;margin-top:55px;}
.fact .swiper-pagination{width:55px;;height:100%;left:auto;bottom:0;display:flex;align-items:center;justify-content:flex-end;position:absolute;right:170px;}
.fact .swiper-button-prev{position:absolute;right:65px;top:auto;left:auto;bottom:0;width:44px;height:35px;}
.fact .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/fact-icon1.webp)no-repeat;background-size:cover;}
.fact .swiper-button-next{position:absolute;right:0;top:auto;width:44px;height:35px;bottom:0;}
.fact .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/fact-icon2.webp)no-repeat;background-size:cover;}
.fact .swiper-pagination-bullet{background-color:#cccccc;opacity:1;}
.fact .swiper-pagination-bullet-active{background-color:#1c499e;}

.mber{padding-top:135px;background:url(../../images/mber-bg.webp)no-repeat;background-size:cover;}
.mber .container-xl{display:flex;justify-content:space-between;align-items:center;}
.mber .left{width:41.8%;}
.mber .t1{font-size:34px;line-height:42px;font-weight:600;}
.mber .t1 span{color:#1c499e;}
.mber .t1::after{content:"";width:51px;height:9px;background:url(../../images/other-banner-t1-skip.webp) no-repeat;background-size:cover;display:block;margin-top:30px;}
.mber .tip{margin-top:55px;}
.mber .tip p{font-size:18px;line-height:26px;color:#666666;padding-left:40px;position:relative;margin-bottom:30px;}
.mber .tip p::before{content:"";width:21px;height:21px;background-size:cover;position:absolute;left:0;top:0;}
.mber .tip p:nth-child(1)::before{background:url(../../images/mber-icon1.webp)no-repeat;background-size:cover;}
.mber .tip p:nth-child(2)::before{background:url(../../images/mber-icon2.webp)no-repeat;background-size:cover;}
.mber .tip p:nth-child(3)::before{background:url(../../images/mber-icon3.webp)no-repeat;background-size:cover;}
.mber .right{width:50.8%;padding-bottom:70px;position:relative;}
.mber .right .swiper{box-shadow:0 0 50px 1px rgba(28,73,158,.2);border-radius:25px;overflow:hidden;}
.mber .swiper-pagination{position:absolute;right:0;left:auto;bottom:0;width:120px;}

.mber a{margin-top:55px;padding:20px 35px;background-color:#1c499e;color:#fff;font-size:24px;line-height:32px;font-weight:500;border-radius:10px;}
.mber a:hover{text-decoration:underline;}

.flow{margin-top:130px;padding-bottom:175px;}
.flow .t1{text-align:center;position:relative;}
.flow .t1 span{color:#1c499e;}
.flow .t1::after{content:"";width:51px;height:9px;background:url(../../images/other-banner-t1-skip.webp) no-repeat;background-size:cover;display:table;margin:30px auto 0 auto;}
.flow .img{margin-top:60px;}

@media (max-width:768px) {
    .oem{padding-top:10px;}
    .oem .msg{width:100%;margin-top:5px;}

    .flex .box{flex-wrap:wrap;}
    .flex1 .img{width:100%;}
    .flex1 .img img{border-radius:30px;}
    .flex1 .texts{width:100%;margin-top:10px;}
    .flex1 .tip{margin-top:5px;}
    .flex1 .tip p{font-size:14px;line-height:22px;margin-bottom:5px;padding-left:25px;}
    .flex1 .tip p::before{width:15px;height:15px;}
    .flex1 .tip p:nth-child(2):before,.flex1 .tip p:nth-child(3):before{background-size:cover;}

    .fact{padding-top:20px;}
    .fact .msg{width:100%;margin-top:5px;}
    .fact .swiper{margin-top:20px;}
    .fact .swiper-wrapper{align-items:flex-start;}
    .fact .swiper-slide .title,.fact .swiper-slide-active .title{margin-top:5px;font-size:18px;line-height:26px;}
    .fact .last{margin-top:20px;}
    .fact .swiper-pagination{right:110px;}
    .fact .swiper-button-prev{right:55px;}

    .mber{padding-top:20px;}
    .mber .container-xl{flex-wrap:wrap;}
    .mber .left{width:100%;margin-top:15px;}
    .mber .t1{font-size:18px;line-height:26px;}
    .mber .tip{margin-top:10px;}
    .mber .tip p{padding-left:0;margin-bottom:5px;font-size:14px;line-height:22px;}
    .mber .tip p::before{width:15px;height:15px;background-size:cover;position:relative;display:inline-block;top:3px;margin-right:10px;}

    .mber .right{width:100%;order:-1;padding-bottom:0;}
    .mber .swiper-pagination{bottom:5px;right:5px;}
    .mber a{margin-top:20px;padding:10px 35px;font-size:16px;line-height:24px;}

    .flow{margin-top:20px;padding-bottom:20px;}
    .flow .img{margin-top:10px;}
}

.cus{padding-top:85px;padding-bottom:90px;background-color:#fff;}
.cus .t1{text-align:center;}
.cus .t1 span{color:#1c499e;}
.cus .msg{width:70%;text-align:center;display:table;margin:35px auto 0 auto;}
.cus .under{margin-top:140px;display:flex;justify-content:flex-end;}
.cus .max-1660{display:flex;justify-content:space-between;width:1660px;}
.cus .left{width:36.2%;}
.cus .title{font-size:34px;line-height:42px;font-weight:600;color:#1d2238;}
.cus .title::after{content:"";width:51px;height:9px;background:url(../../images/other-banner-t1-skip.webp) no-repeat;background-size:cover;display:block;margin-top:40px;}
.cus .title span{color:#1c499e;}
.cus .tip p{font-size:18px;line-height:26px;color:#666666;padding-left:40px;position:relative;}
.cus .tip p::before{content:"";width:19px;height:13px;background:url(../../images/cus-tip-icon.webp)no-repeat;background-size:cover;position:absolute;left:0;top:3px;}
.cus .tip p:nth-child(1){margin-top:85px;}
.cus .tip p:nth-child(2){margin-top:50px;}

.cus .anniu{height:35px;width:100%;position:relative;margin-top:85px;}
.cus .swiper-pagination{position:absolute;right:0;left:155px;bottom:0;width:55px;height:100%;display:flex;align-items:center;}
.cus .swiper-button-prev{position:absolute;top:auto;left:0;bottom:0;width:44px;height:35px;}
.cus .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/fact-icon1.webp)no-repeat;background-size:cover;}
.cus .swiper-button-next{position:absolute;left:65px;top:auto;width:44px;height:35px;bottom:0;}
.cus .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/fact-icon2.webp)no-repeat;background-size:cover;}
.cus .swiper-button-prev,.cus .swiper-button-next{opacity:1;}

.cus .right{width:52.2%;}
.cus .box{width:87.2%;}

.mcn{padding-bottom:125px;background-color:#fff;}
.mcn .t1{text-align:center;position:relative;}
.mcn .t1 span{color:#1c4a9e;}
.mcn .t1:after{content:"";width:51px;height:9px;background:url(../../images/other-banner-t1-skip.webp) no-repeat;background-size:cover;display:table;margin:20px auto 0 auto;}
.mcn  .msg{width:67%;color:#666666;text-align:center;display:table;margin:25px auto 0 auto;}

.mcn .center{margin-top:60px;}
.mcn .max-1530{max-width:1530px;position:relative;}
.mcn .swiper-wrapper{align-items:center;}
.mcn .swiper-slide{width:26.7%;}
.mcn .swiper-slide-active{width:37.5%;}
.mcn .swiper-slide img{border-radius:20px;overflow:hidden;}
.mcn .swiper-slide .title{font-size:28px;line-height:36px;font-weight:600;color:#10152c;text-align:center;margin-top:35px;}
.mcn .swiper-slide-active .title{margin-top:30px;}
.mcn .swiper-button-prev{width:21px;height:37px;position:absolute;left:15px;top:40%;}
.mcn .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/mcn-icon1.webp)no-repeat;background-size:cover;}
.mcn .swiper-button-next{width:21px;height:37px;position:absolute;right:15px;top:40%;}
.mcn .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/mcn-icon1.webp)no-repeat;background-size:cover;transform:rotate(180deg);}
.mcn .swiper-pagination{position:static;margin-top:30px;}
.mcn .swiper-pagination-bullet{margin:0 8px !important;}
.mcn .under{margin-top:70px;}

.mcn table{width:100%;}
.mcn table tr td{border:1px solid #e7e7e7;text-align:center;font-size:20px;line-height:28px;font-weight:500;color:#666666;padding:15px 0;}
.mcn table tr:nth-child(odd){background-color:#f3f4f8;}
.mcn table tr td span{color:#1c499e;}

.ship{padding:90px 0 135px 0;background-color:#fbfbfb;}
.ship .t1{text-align:center;position:relative;}
.ship .t1 span{color:#1c4a9e;}
.ship .t1:after{content:"";width:51px;height:9px;background:url(../../images/other-banner-t1-skip.webp) no-repeat;background-size:cover;display:table;margin:35px auto 0 auto;}

.ship .max-1660{margin-top:80px;max-width:1660px;display:flex;justify-content:space-between;width:1660px;}
.ship .left{width:24.1%;}
.ship .left .box{height:120px;display:flex;justify-content:flex-end;}
.ship .box .item{width:36.3%;font-size:20px;line-height:28px;font-weight:500;color:#333333;display:flex;align-items:center;}

.ship .box.active{background:url(../../images/ship-item-bg.webp)no-repeat;background-size:cover;}
.ship .box.active .item{color:#fff;}
.ship .box:hover{background:url(../../images/ship-item-bg.webp)no-repeat;background-size:cover;}
.ship .box:hover .item{color:#fff;}

.ship .right{width:73.5%;background-color:#fff;border-radius:35px;overflow:hidden;box-shadow:0 0 50px 1px rgba(28,74,158,.1);}
.ship .right .box1{display:flex;justify-content:space-between;align-items:center;padding:40px 35px 35px 60px;display:none;}
.ship .right .texts{width:47.1%;}
.ship .title{font-size:34px;line-height:42px;font-weight:600;color:#10152b;}
.ship .title::after{content:"";width:87.8%;height:2px;background:url(../../images/ship-skip.webp)no-repeat;background-size:cover;display:block;margin-top:25px;}
.ship .msg{font-size:18px;line-height:26px;color:#808082;margin-top:40px;}
.ship .right .img{width:49.8%;border-radius:20px;overflow:hidden;}
.ship .right .box1.active{display:flex;}
@media (max-width:1660px) {
    .ship .max-1660{width:100%;}
}

.pect{background-color:#fff;padding-top:100px;padding-bottom:135px;position:relative;}
.pect::after{content:"";width:100%;height:653px;background:url(../../images/pect-skip.webp)no-repeat;background-size:cover;display:block;position:absolute;left:0;bottom:0;}
.pect .t1{width:66%;text-align:center;margin:0 auto;}
.pect .t1:after{content:"";width:51px;height:9px;background:url(../../images/other-banner-t1-skip.webp) no-repeat;background-size:cover;display:table;margin:45px auto 0 auto;}
.pect .center{margin-top:70px;}
.pect .under{margin-top:45px;position:relative;z-index:10;}
.pect .grid{gap:var(--bs-gap,60px);}
.pect .title{font-size:20px;line-height:28px;font-weight:500;color:#333333;}
.pect .msg{margin-top:25px;color:#666666;}
.pect .last{margin-top:90px;}

.pect table{width:100%;}
.pect table tr td{border:1px solid #e7e7e7;text-align:center;font-size:20px;line-height:28px;font-weight:500;color:#666666;padding:15px 0;}
.pect table tr:nth-child(odd){background-color:#f3f4f8;}
.pect table tr td span{color:#1c499e;}

@media (max-width:1660px) {
    .cus .max-1660{width:100%;max-width:100%;}
}
@media (max-width:768px) {
    .cus{padding-top:20px;padding-bottom:20px;}
    .cus .msg{width:100%;margin-top:5px;}
    .cus .under{margin-top:20px;}
    .cus .max-1660{padding:0 15px;flex-wrap:wrap;}
    .cus .box{width:100%;}
    .cus .left{width:100%;margin-top:15px;}
    .cus .title{font-size:18px;line-height:26px;}
    .cus .title::after{display:none;}
    .cus .right{width:100%;order:-1;}
    .cus .tip p:nth-child(1){margin-top:5px;}
    .cus .tip p{font-size:14px;line-height:22px;padding-left:0;}
    .cus .tip p::before{display:inline-block;position:relative;margin-right:10px;}
    .cus .tip p:nth-child(2){margin-top:5px;}
    .cus .anniu{margin-top:15px;}
    .cus .swiper-button-next{left:55px}
    .cus .swiper-pagination{left:110px;}

    .mcn{padding-bottom:20px;}
    .mcn .msg{width:100%;margin-top:5px;}
    .mcn .center{margin-top:20px;}
    .mcn .under{margin-top:20px;}
    .mcn .swiper-button-prev{left:5px;}
    .mcn .swiper-button-next{right:5px;}
    .mcn .swiper-slide-active .title,.mcn .swiper-slide .title{font-size:18px;line-height:26px;margin-top:10px;}
    .mcn .swiper-pagination{margin-top:5px;}
    .mcn table tr td{font-size:16px;line-height:24px;}

    .ship{padding:20px 0;}
    .ship .max-1660{margin-top:20px;padding:0 15px;}
    .ship .right .box1{padding:25px 15px;flex-wrap:wrap;}
    .ship .max-1660 .left{display:none;}
    .ship .max-1660 .right{width:100%;}
    .ship .right .texts{width:100%;margin-top:15px;}
    .ship .right .img{width:100%;order:-1;}
    .ship .title{font-size:18px;line-height:26px;}
    .ship .title::after{display:none;}
    .ship .msg{font-size:14px;line-height:22px;margin-top:5px;}
    .ship .swiper{background-color:#fff;border-radius:35px;overflow:hidden;box-shadow:0 0 50px 1px rgba(28,74,158,.1);}
    .ship .swiper-slide{padding:15px;}
    .ship .swiper-slide .box1{display:flex;flex-wrap:wrap;}
    .ship .swiper-slide .img{order:-1;}
    .ship .swiper-slide .texts{margin-top:15px;}

    .pect{padding-top:20px;padding-bottom:20px;}
    .pect::after{display:none;}
    .pect .t1{width:100%;}
    .pect .center{margin-top:10px;}
    .pect .under{margin-top:15px;}
    .pect .grid{gap:var(--bs-gap,15px);}
    .pect .title{font-size:18px;line-height:26px;}
    .pect .msg{margin-top:5px;}

    .pect .last{margin-top:10px;}
    .pect table tr td{font-size:16px;line-height:24px;}
}

.drical{margin-top:110px;background-color:#fff;}
.drical .max-1660{width:1660px;display:flex;justify-content:space-between;}
.drical .left{width:27.4%;position:relative;}
.drical .left .items1{position:sticky;top:95px;}
.drical .items{display:flex;justify-content:flex-end;height:120px;}
.drical .item{width:44%;font-size:20px;line-height:28px;font-weight:500;color:#333333;display:flex;align-items:center;}
.drical .items.active{background:url(../../images/drical-item-bg.webp)no-repeat;background-size:cover;}
.drical .items.active .item{color:#fff;}
.drical .items:hover{background:url(../../images/drical-item-bg.webp)no-repeat;background-size:cover;}
.drical .items:hover .item{color:#fff;}

.drical .right{width:68.7%;}
.drical .boxs{margin-bottom:200px;}
.drical .boxs:last-child{margin-bottom:0;}

.drical .box{display:flex;justify-content:space-between;align-items:center;}
.drical .box .left1{width:41.7%;border-radius:50px;overflow:hidden;box-shadow:0 0 30px 1px rgba(28,73,158,.1);position:relative;}
.drical .sign{width:160px;height:50px;position:absolute;left:0;top:0;background-color:#1c499e;display:flex;align-items:center;justify-content:center;
font-size:20px;line-height:28px;font-weight:500;color:#ffffff;border-bottom-right-radius:50px;}

.drical .box .right1{width:51.8%;}
.drical .title{font-size:34px;line-height:42px;font-weight:600;color:#0f162b;}
.drical .title span{color:#1c499e;}
.drical .title::after{content:"";width:51px;height:9px;background:url(../../images/other-banner-t1-skip.webp) no-repeat;background-size:cover;display:block;margin-top:40px;}
.drical .tip{margin-top:35px;}
.drical .tip p{font-size:18px;line-height:26px;color:#666666;margin-bottom:25px;padding-left:40px;position:relative;}

.drical .tip p::before{content:"";width:21px;height:21px;background-size:cover;display:block;position:absolute;left:0;top:0;}
.drical .tip p:nth-child(1)::before{background:url(../../images/flex1-icon1.webp)no-repeat;}
.drical .tip p:nth-child(2)::before{background:url(../../images/flex1-icon2.webp)no-repeat;}
.drical .tip p:nth-child(3)::before{background:url(../../images/flex1-icon3.webp)no-repeat;}

.drical .grid{margin-top:80px;gap:var(--bs-gap,40px);}
.drical .g-col-xl-3{box-shadow:0 0 20px 1px rgba(28,73,158,.1);border-radius:45px;overflow:hidden;}

@media (max-width:1660px) {
    .drical .max-1660{width:100%;max-width:100%;}
}

.ft1{padding-top:160px;padding-bottom:120px;background-color:#fff;}

.zati{padding-bottom:145px;background:url(../../images/zati-skip1.webp)no-repeat;background-size:cover;}
.zati .t1{color:#0f162b;text-align:center;}
.zati .t1 span{color:#1c499e;}
.zati .t1::after{content:"";width:51px;height:9px;background:url(../../images/other-banner-t1-skip.webp) no-repeat;background-size:cover;display:table;margin:35px auto 0 auto;}
.zati .box{display:flex;justify-content:space-between;align-items:center;margin-top:100px}
.zati .left{width:47.9%;}
.zati .right{width:42.9%;}
.zati .title{font-size:34px;line-height:42px;font-weight:600;color:#000033;width:70%;}
.zati .title::after{content:"";width:100%;height:2px;background:url(../../images/zati-skip.webp)no-repeat;background-size:contain;display:block;margin-top:30px;}
.zati .msg{color:#999999;margin-top:25px;}
.zati .msg:nth-child(2){margin-top:40px;}

.zati .swiper{margin-top:100px;}
.zati .grid{gap:var(--bs-gap,35px);margin-top:60px;}
.zati .g-col-xl-3{box-shadow:0 10px 20px 1px rgba(0,0,0,.1);}
.zati .g-col-xl-3 img{width:100%;height:auto;}
.zati .text{font-size:20px;line-height:28px;font-weight:600;color:#333333;text-align:center;padding:20px 0;background-color:#f2f8ff;}
.zati .g-col-xl-3:hover .text{color:#1c499e;}

.zati .swiper-button-prev{position:absolute;right:auto;top:50%;left:0;bottom:auto;width:59px;height:59px;}
.zati .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/zati-prev-icon.webp)no-repeat;background-size:cover;}
.zati .swiper-button-next{position:absolute;right:0;top:50%;width:59px;height:59px;bottom:auto;}
.zati .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/zati-prev-icon.webp)no-repeat;background-size:cover;transform: rotate(180deg);}

.zati .swiper-button-prev:hover::after{background:url(../../images/zati-prev-icon1.webp)no-repeat;}
.zati .swiper-button-next:hover::after{background:url(../../images/zati-prev-icon1.webp)no-repeat;}

.zati .goods{padding:20px 35px;background-color:#1c499e;color:#fff;font-size:24px;line-height:32px;font-weight:500;border-radius:10px;margin:40px auto 0 auto;display:table;}
.zati .goods:hover{text-decoration:underline;}
@media (max-width:768px) {
    .drical{margin-top:0;padding-top:20px;}
    .drical .max-1660{padding:0 15px;}
    .drical .right{width:100%;}
    .drical .boxs{margin-bottom:30px;}
    .drical .box{flex-wrap:wrap;}
    .drical .box .left1{width:100%;border-radius:35px;}
    .drical .box .right1{width:100%;margin-top:15px;}
    .drical .sign{font-size:18px;line-height:26px;}
    .drical .title{width:100%;font-size:18px;line-height:26px;}
    .drical .title::after{display:none;}
    .drical .tip{margin-top:5px;}
    .drical .tip p{padding-left:0;font-size:14px;line-height:22px;margin-bottom:5px;}
    .drical .tip p::before{width:18px;height:18px;position:relative;display:inline-block;background-size:cover;margin-right:10px;top:3px;}
    .drical .tip p:nth-child(1)::before,.drical .tip p:nth-child(2)::before,.drical .tip p:nth-child(3)::before{background-size:cover;}
    
    .drical .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .drical .g-col-xl-3{border-radius:25px;}   

    .ft1{padding-top:20px;padding-bottom:20px;}

    .zati{padding-bottom:20px;}
    .zati .box{margin-top:20px;flex-wrap:wrap;}
    .zati .left{width:100%;}
    .zati .right{width:100%;margin-top:15px;}
    .zati .title{width:100%;font-size:18px;line-height:26px;}
    .zati .title::after{display:none;}
    .zati .msg:nth-child(2),.zati .msg{margin-top:5px;}
    .zati .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .zati .g-col-xl-3 .img img{width:100%;height:auto;}

    .zati .goods{padding:10px 35px;font-size:16px;line-height:24px;margin:15px 0 0 0;}
}

.aboutbanner .breadcrumb .breadcrumb-item a{color:#fff;}
.aboutbanner .breadcrumb .breadcrumb-item+.breadcrumb-item::before{background:url(../../images/aboutbanner-icon.webp)no-repeat;}

.about-head{margin-top:-210px;position:relative;}
.about-head .top{padding:75px 100px 70px 100px;background-color:rgba(255,255,255,.9);border-radius:45px;overflow:hidden;box-shadow:0 0 20px 1px rgba(0,0,0,.1);}
.about-head .t1{text-align:center;}
.about-head .t1 span{color:#1c499e;}
.about-head .t1::after{content:"";width:51px;height:9px;background:url(../../images/other-banner-t1-skip.webp) no-repeat;background-size:cover;display:table;margin:35px auto 0 auto;}
.about-head .msg{color:#666666;text-align:center;margin-top:75px;}

.about{background-color:#fff;}
.about .center{margin-top:90px;}
.about .swiperbox{position:relative;height:35px;margin-top:55px;}
.about .swiper-pagination{width:55px;;height:100%;left:auto;bottom:0;display:flex;align-items:center;justify-content:flex-end;position:absolute;right:170px;}
.about .swiper-button-prev{position:absolute;right:65px;top:auto;left:auto;bottom:0;width:44px;height:35px;}
.about .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/fact-icon1.webp)no-repeat;background-size:cover;}
.about .swiper-button-next{position:absolute;right:0;top:auto;width:44px;height:35px;bottom:0;}
.about .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/fact-icon2.webp)no-repeat;background-size:cover;}
.about .swiper-pagination-bullet{background-color:#cccccc;opacity:1;}
.about .swiper-pagination-bullet-active{background-color:#1c499e;}

.about .last{margin-top:75px;background-color:#fbfbfb;}
.about .grid{gap:var(--bs-gap,0);}
.about .g-col-xl-4{padding:60px 0 85px 0;text-align:center;}
.about .text1{font-size:20px;line-height:28px;font-weight:600;color:#1c499e;}
.about .text1 span{font-size:64px;line-height:64px;}
.about .text2{font-size:20px;line-height:28px;color:#808082;margin-top:25px;}

.about .g-col-xl-4:nth-child(2) .text1{font-size:64px;line-height:64px;}
.about .g-col-xl-4:hover{background-color:#e1f0f7;}

.rthy{padding-top:175px;background-color:#fff;}
.rthy .box{display:flex;justify-content:space-between;align-items:center;}
.rthy .left{width:45.8%;}
.rthy .t1{font-size:34px;line-height:42px;}
.rthy .t1::after{content:"";width:51px;height:9px;background:url(../../images/other-banner-t1-skip.webp) no-repeat;background-size:cover;display:block;margin-top:40px;}
.rthy .msg{margin-top:60px;}
.rthy a{margin-top:55px;padding:20px 35px;background-color:#1c499e;color:#fff;font-size:24px;line-height:32px;font-weight:500;border-radius:10px;}
.rthy a:hover{text-decoration:underline;}
.rthy .right{width:50%;}
.rthy .right img{border-radius:25px;overflow:hidden;}
.rthy .box:nth-child(2){margin-top:120px;}
.rthy .box:nth-child(2) .right{order:-1;width:38.8%;}
.rthy .box:nth-child(2) .msg{margin-top:20px;}
.rthy .box:nth-child(2) .msg:nth-child(3){margin-top:60px;}
.rthy .box .text1{font-size:34px;line-height:42px;font-weight:600;color:#10152c;}
.rthy .box .text2{font-size:24px;line-height:32px;color:#666666;margin-top:20px;}
.rthy .box .text2::after{content:"";width:51px;height:9px;background:url(../../images/other-banner-t1-skip.webp) no-repeat;background-size:cover;display:block;margin-top:25px;}
.rthy .last{margin-top:-40px;}

.rate{padding:550px 0 130px 0;background:url(../../images/rate-bg.webp)no-repeat;background-size:cover;margin-top:-400px;}
.rate .t1{text-align:center;}
.rate .t1 span{color:#1c499e;}
.rate .t1::after{content:"";width:51px;height:9px;background:url(../../images/other-banner-t1-skip.webp) no-repeat;background-size:cover;display:table;margin:35px auto 0 auto;}

.rate .boxs{margin-top:120px;}
.rate .box{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;}
.rate .left{width:40.2%;}
.rate .left img{border-radius:35px;overflow:hidden;}
.rate .right{width:50%;position:relative;}
.rate .year{font-size:20px;line-height:28px;font-weight:500;color:#0f162b;}
.rate .msg{font-size:16px;line-height:24px;color:#666666;margin-top:40px;width:85%;}
.rate .box:last-child{margin-bottom:0;}
.rate .box:nth-child(odd) .left{order:2;}
.rate .box:nth-child(odd) .right{padding-left:100px;}
.rate .box:nth-child(odd) .right::before{content:"";width:26px;height:26px;background:url(../../images/rate-icon.webp)no-repeat;background-size:cover;display:block;position:absolute;left:40px;top:0;}
.rate .box:nth-child(even) .right{padding-left:135px;}
.rate .box:nth-child(even) .right::before{content:"";width:26px;height:26px;background:url(../../images/rate-icon.webp)no-repeat;background-size:cover;display:block;position:absolute;left:-13px;top:0;}
.rate .box:nth-child(2){margin-bottom: 60px;}
.rate .box:nth-child(3){margin-bottom:80px;}

@media (max-width:1919px) {
    .rate{background:none;}
}

.ophy .t1{text-align:center;}
.ophy .t1 span{color:#1c499e;}
.ophy .t1::after{content:"";width:51px;height:9px;background:url(../../images/other-banner-t1-skip.webp) no-repeat;background-size:cover;display:table;margin:35px auto 0 auto;}
.ophy .top .msg{text-align:center;margin-top:35px;}

.ophy .grid{margin-top:100px;gap:var(--bs-gap,20px);}
.ophy .g-col-xl-4{background-color:#fff;box-shadow:0 0 30px 1px rgba(28,73,158,.1);padding:35px 45px 55px 45px;}

.ophy .g-col-xl-4 .box{display:flex;justify-content:space-between;align-items:center;}
.ophy .g-col-xl-4 .img{width:60px;}
.ophy .g-col-xl-4 .title{width:77.2%;font-size:20px;line-height:28px;font-weight:600;color:#1c499e;}
.ophy .g-col-xl-4 .msg{font-size:16px;margin-top:50px;}

.ophy .last{margin-top:170px;display:flex;justify-content:space-between;align-items:center;}
.ophy .left{width:45.4%;}
.ophy .right{width:45.8%;}
.ophy .title{font-size:34px;line-height:42px;font-weight:600;color:#0f162b;}
.ophy .title span{color:#1c499e;}
.ophy .title::after{content:"";width:51px;height:9px;background:url(../../images/other-banner-t1-skip.webp) no-repeat;background-size:cover;display:block;margin-top:45px;}
.ophy .right .msg{color:#666666;margin-top:45px;}

.nial{margin-top:150px;}
.nial .container-xl{display:flex;justify-content:space-between;align-items:center;}
.nial .left{width:25%;}
.nial .t1{font-size:34px;line-height:42px;}
.nial .t1 span{color:#1c499e;}
.nial .t1::after{content:"";width:51px;height:9px;background:url(../../images/other-banner-t1-skip.webp) no-repeat;background-size:cover;display:block;margin-top:35px;}

.nial .swiperbox{position:relative;height:35px;margin-top:85px;}
.nial .swiper-pagination{width:55px;;height:100%;left:170px;right:auto;bottom:0;display:flex;align-items:center;justify-content:flex-end;position:absolute;right:170px;}
.nial .swiper-button-prev{position:absolute;right:65px;top:auto;left:0;bottom:0;width:44px;height:35px;}
.nial .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/fact-icon1.webp)no-repeat;background-size:cover;}
.nial .swiper-button-next{position:absolute;right:auto;left:65px;top:auto;width:44px;height:35px;bottom:0;}
.nial .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/fact-icon2.webp)no-repeat;background-size:cover;}
.nial .swiper-pagination-bullet{background-color:#cccccc;opacity:1;}
.nial .swiper-pagination-bullet-active{background-color:#1c499e;}

.nial .right{width:62.5%;}
.nial .swiper-slide{padding:15px 2px 2px 2px;}
.nial .box{padding:20px 40px;box-shadow:0 3px 10px 1px rgba(0,0,0,.1);margin-bottom:55px;}
.nial .title{font-size:20px;line-height:28px;font-weight:600;color:#1c499e;position:relative;}
.nial .title::before{content:"";width:61px;height:61px;background:url(../../images/nial-icon.webp)no-repeat;background-size:cover;display:block;
position:absolute;left:0;bottom:0;border-radius:50px;display:none;}
.nial .msg{font-size:16px;line-height:24px;color:#666666;margin-top:25px;}
.nial .box:last-child{margin-bottom:0;}

@media (max-width:768px) {
    .about-head{margin-top:20px;}
    .about-head .top{padding:15px;border-radius:15px;}
    .about-head .msg{margin-top:5px;}

    .about .center{margin-top:20px;}
    .about .swiperbox{margin-top:20px;}
    .about .swiper-button-prev{right:50px;}
    .about .swiper-pagination{right:110px;}

    .about .last{margin-top:20px;}
    .about .g-col-xl-4{padding:15px 0;}
    .about .text1{font-size:14px;line-height:22px;}
    .about .text1 span{font-size:18px;line-height:26px;}
    .about .g-col-xl-4:nth-child(2) .text1{font-size:18px;line-height:26px;}
    .about .text2{font-size:14px;line-height:22px;margin-top:0;}

    .rthy{padding-top:20px;}
    .rthy .box{flex-wrap:wrap;}
    .rthy .left{width:100%;margin-top:15px;}
    .rthy .right{width:100%;order:-1;}
    .rthy .right img{border-radius:10px;}
    .rthy .t1{font-size:18px;line-height:26px;}
    .rthy .msg{margin-top:5px;}
    .rthy a{margin-top:15px;padding:10px 35px;font-size:14px;line-height:22px;}

    .rthy .box:nth-child(2){margin-top:20px;}
    .rthy .box:nth-child(2) .right{width:100%;}
    .rthy .box .text1{font-size:18px;line-height:26px;}
    .rthy .box .text2{font-size:18px;line-height:26px;margin-top:5px;}
    .rthy .box .text2::after{display:none;}
    .rthy .box:nth-child(2) .msg:nth-child(3){margin-top:10px;}
    .rthy .box:nth-child(2) .msg{margin-top:10px;}

    .rate{padding:20px 0;margin-top:0;}
    .rate .boxs{margin-top:20px;}
    .rate .box,.rate .box:nth-child(2),.rate .box:nth-child(3){flex-wrap:wrap;margin-bottom:20px;}
    .rate .box .left{width:100%;}
    .rate .left img{border-radius:20px;}
    .rate .box .right{width:100%;margin-top:15px;}
    .rate .msg{width:100%;margin-top:5px;font-size:14px;line-height:22px;}

    .rate .box:nth-child(odd) .left{order:-1;}
    .rate .box:nth-child(odd) .right,.rate .box:nth-child(even) .right{padding-left:0;}
    .rate .box:nth-child(odd) .right::before,.rate .box:nth-child(even) .right::before{display:none;}

    .ophy .top .msg{margin-top:5px;}
    .ophy .grid{margin-top:20px;}
    .ophy .g-col-xl-4{padding:25px;}
    .ophy .g-col-xl-4 .img{width:45px;}
    .ophy .g-col-xl-4 .title{font-size:18px;line-height:26px;}
    .ophy .title::after{display:none;}
    .ophy .g-col-xl-4 .msg{font-size:14px;margin-top:10px;}

    .ophy .last{margin-top:20px;flex-wrap:wrap;}
    .ophy .left{width:100%;}
    .ophy .right{width:100%;margin-top:15px;}
    .ophy .title{font-size:18px;line-height:26px;}
    .ophy .right .msg{margin-top:5px;}

    .nial{margin-top:20px;padding-bottom:30px;}
    .nial .container-xl{flex-wrap:wrap;}
    .nial .left{width:100%;}
    .nial .t1{font-size:18px;line-height:26px;}
    .nial .right{width:100%;margin-top:0;}
    .nial .box{margin-bottom:15px;padding:20px;}
    .nial .title{font-size:18px;;line-height:26px;}
    .nial .msg{font-size:14px;line-height:22px;margin-top:5px;}
    .nial .swiperbox{margin-top:20px;}
    .nial .swiper-button-next{left:50px;}
    .nial .swiper-pagination{left:110px;}
}

.bycart-head .top{display:flex;justify-content:space-between;align-items:center;}
.bycart-head .top .a-pt{text-transform:uppercase;font-weight:600;}
.bycart-head .top .a-pt::after{margin-left:15px;}

.bjtop{margin-top:100px;display:flex;justify-content:space-between;align-items:center;}
.bjtop .t1{font-weight:600;}
.bjtop .a-pt::after{margin-left:15px;}
.table thead th{background-color:var(--public-color) !important;color:#fff;font-weight:500;}
.prod-name .column.col-md-8 a{font-size:18px;font-family:'Poppins';color:#333333;font-weight:500 !important;}
.bjtop + .single-page-head-lin{margin-top:30px;}
        
.prod-name li{display:flex;align-items:center;flex-wrap:wrap;font-size:16px;line-height:28px;}
.prod-name li strong{color:#333333;display:flex;font-weight:400;margin-right:10px;}
.prod-name li::before{content:"";width:13px;height:13px;background:url(../../images/procont-head-tip-icon.webp)no-repeat;background-size:cover;display:block;margin-right:15px;}
.prod-name li{color:#666666;margin-top:10px;}

.msgbox .form-row>[class*="col-"]{margin-bottom:20px;}
.msgbox .text1{font-size:16px;line-height:24px;color:#999999;margin-bottom:15px;}
.msgbox .form-feedback .form-control{padding:14px 20px;}
.msgbox .btn{display:table;margin:20px auto 0 auto;text-transform:uppercase;font-size:16px;line-height:32px;font-weight:600;background-color:var(--public-color);padding:10px 120px;}
.msgbox .btn::after{margin-left:15px;}
.msgbox .btn:hover{background-color:var(--public-color);color:#fff;text-decoration:underline;}

@media (max-width:768px) {
    .bjtop{margin-top:10px;flex-wrap:wrap;}
    .bjtop + .single-page-head-lin{margin-top:10px;}
    .prod-name .column.col-md-8 a{font-size:18px;}
    .consultingbox{padding:0;margin:20px 0 0 0;}
    .prod-name li::before{display:none;}

    .msgbox{padding:25px 15px;}
    .msgbox .form-feedback .form-control{padding:10px 20px;}
    .msgbox .btn{margin-top:0;}
}

#basket{width: 55px;height: 55px;position: fixed;bottom: 60px; right: 15px;z-index: 100;display: none;cursor: pointer;}
#basket.active{display: block;}
#basket .tb{background: var(--public-color);width: 55px;height: 55px;display: block;border-radius: 50%;overflow: hidden;text-align: center;}
#basket .tb i{font-size: 26px;line-height: 55px;color: #fff;}
#basket .num{position: absolute;right: -8px;top: -3px;background: #f40a0a;text-align: center;width: 22px;height: 22px;z-index: 101;border-radius: 50%;overflow: hidden; font-size: 14px;color: #fff;}

#basket-box{z-index: 103; display: none; background: #fff;border: 1px solid #ddd; width: 240px;height: 280px;position: fixed;bottom: 0;right: 0;box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);}
#basket-box .top{cursor: pointer; height: 37px;background: var(--public-color);font-size: 14px;color: #fff;text-align: center;line-height: 37px;position: relative;}
#basket-box .top span{color: #f6740c;font-weight: bold;}
#basket-box .top:before{content: "\f078";font-family: cmsfont;color: #fff;position: absolute;left: 15px;top: 2px;font-size: 14px;}

#basket-box .list{overflow-y: auto;height: 200px;width: 100%;}
#basket-box .list ul,#basket-box .list li{list-style: none;padding: 0;margin: 0;}
#basket-box .list>ul>li{display: flex;padding: 10px;border-bottom: 1px solid #ddd;justify-content: space-between;}
#basket-box .list>ul>li .img{width: 30%; padding-right: 10px;}
#basket-box .list>ul>li .text{width: 70%;}
#basket-box .list>ul>li .text h4{margin-top: 2px; font-size: 12px;color: #1e6459;line-height: 16px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#basket-box .list>ul>li .text h4 a{font-size: 12px;color:var(--public-color);line-height: 16px;}
#basket-box .list>ul>li .text .del{color: #888;font-size: 12px;line-height: 16px;display: none;cursor: pointer;}
#basket-box .list>ul>li .text .del:hover{text-decoration: underline;}
#basket-box .list>ul>li:hover{background: #fffeee;}
#basket-box .list>ul>li:hover .text .del{display: inline-block;}

#basket-box .bottom{display: flex;align-items: center;justify-content: space-between;padding: 10px;}
#basket-box .bottom .qkbtn{line-height: 16px;padding: 4px 10px;font-size: 12px;color: #e64545;border: 0;background-color: #f1f1f1;border-radius: 3px;}
#basket-box .bottom .xjbtn{line-height: 16px;padding: 4px 10px;font-size: 12px;color: #fff;border: 0;background-color: #e64545;border-radius: 3px;}

.consultingbox .table-bordered{border: 0;}
.consultingbox  .row{margin-left: 0;margin-right: 0;}

@media (max-width:1400px) {
    .other.proindex-banner .t1{margin-top:0;}
    .other.proindex-banner .t1::after{display:none;}
    .other.proindex-banner .msg{margin-top:10px;}
}
.pagination{margin-top:20px;}

.faq{margin-top:110px;}
.faq .container-xl{display:flex;justify-content:space-between;}
.faq .left{width:22.9%;}
.faq .left a{width:100%;background-color:#eaeef6;padding:25px 40px;background-color:#eaeef6;font-size:24px;line-height:32px;font-weight:500;color:#666666;}
.faq .left a:hover{background-color:#fff;color:var(--public-color);border-left:6px solid var(--public-color);}
.faq .left a.active{background-color:#fff;color:var(--public-color);border-left:6px solid var(--public-color);}
.faq .right{width:62.5%;}
.faq .faq-item{padding:20px 40px;box-shadow:0 5px 15px 1px rgba(0,0,0,.1);margin-bottom:20px;}
.faq .faq-title{font-size:20px;line-height:28px;font-weight:500;color:#0f162b;}
.faq .faq-title::before{content:"";width:23px;height:23px;background:url(../../images/faq-icon1.webp)no-repeat;background-size:cover;display:inline-block;
position:relative;top:4px;margin-right:40px;}
.faq .faq-content{font-size:16px;line-height:24px;color:#666666;height:0;overflow:hidden;}

.faq .faq-item.active .faq-title::before{background:url(../../images/faq-icon2.webp)no-repeat;background-size:cover;}
.faq .faq-item.active .faq-content{height:auto;margin-top:25px;transition:all .5s;}

@media (max-width:768px) {
    .faq{margin-top:20px;}
    .faq .right{width:100%;}
    .faq .faq-item{padding:15px;}
    .faq .faq-title{font-size:18px;line-height:26px;}
    .faq .faq-title::before{margin-right:10px;}
    .faq .faq-content{font-size:14px;line-height:22px;}
    .faq .faq-item.active .faq-content{margin-top:5px;}
}

.bycart-head .top{display:flex;justify-content:space-between;align-items:center;}
.bycart-head .top .a-pt{text-transform:uppercase;font-weight:600;}
.bycart-head .top .a-pt::after{margin-left:15px;}


.bjtop{margin-top:100px;display:flex;justify-content:space-between;align-items:center;}
.bjtop .t1{font-weight:600;}
.bjtop .a-pt::after{margin-left:15px;}
.table thead th{background-color:var(--public-color) !important;color:#fff;font-weight:500;}
.prod-name .column.col-md-8 a{font-size:18px;font-family:'Poppins';color:#333333;font-weight:500 !important;}
.bjtop + .single-page-head-lin{margin-top:30px;}
        
.prod-name li{display:flex;align-items:center;flex-wrap:wrap;font-size:16px;line-height:28px;}
.prod-name li strong{color:#333333;display:flex;font-weight:400;margin-right:10px;}
.prod-name li::before{content:"";width:13px;height:13px;background:url(../../images/procont-head-tip-icon.jpg)no-repeat;background-size:cover;display:block;margin-right:15px;}
.prod-name li{color:#666666;margin-top:10px;}

.msgbox .form-row>[class*="col-"]{margin-bottom:20px;}
.msgbox .text1{font-size:16px;line-height:24px;color:#999999;margin-bottom:15px;}
.msgbox .form-feedback .form-control{padding:14px 20px;}
.msgbox .btn{margin-top:20px;text-transform:uppercase;font-size:16px;line-height:32px;font-weight:600;background-color:#b92026;padding:10px;width:100%;}
.msgbox .btn::after{margin-left:15px;}
.msgbox .btn:hover{background-color:transparent;color:var(--public-color);}

@media (max-width:768px) {
    .bjtop{margin-top:10px;flex-wrap:wrap;}
    .bjtop + .single-page-head-lin{margin-top:10px;}
    .prod-name .column.col-md-8 a{font-size:18px;}
    .consultingbox{padding:0;margin:20px 0 0 0;}
    .prod-name li::before{display:none;}

    .msgbox{padding:25px 15px;}
    .msgbox .form-feedback .form-control{padding:10px 20px;}
    .msgbox .btn{margin-top:0;}
}