/*通用样式*/
:root{
    --public-color:#d4101c;
    --max:1430px;
}
body{color:#333;font-size:16px;line-height:24px;font-family:'Urbanist','Outfit',Arial,Helvetica,sans-serif}
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{margin:0 18px}
.navbar-custom .navbar-nav .nav-link{text-align:center;position:relative;color:#333333;padding:0;height:120px;display:flex;align-items:center;justify-content:center;font-weight:600;text-transform:capitalize;font-size:18px;line-height:32px;transition:all .5s;}
.navbar-custom .navbar-nav .nav-link:before{content:"";width:0px;height:2px;margin-left:0!important;background:var(--public-color);position:absolute;bottom:10px}
.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);transition:.6s ease-in-out}
.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 #b3190d;z-index:999}
    .header-mb .container-xl{height:50px}
    .header-mb .top-logo{width:50%}
    .header-mb .top-logo img{height:30px;width:auto;}
    .header-mb .top-mb{display:flex;align-items:center;width:50%;justify-content:flex-end}
    .header-mb .top-mb .dropdown.lang .dropdown-toggle{background:transparent;padding:0}
    .header-mb .top-mb .dropdown-menu{min-width:80px;margin-top:8px}
    .header-mb .top-mb .top-mb-search{padding:.5rem .4rem;margin-left:10px;width:30px;text-align:center}
    .header-mb .top-mb .top-mb-search i{font-size:16px;color:#000;}
    .header-mb .top-mb .icon-bars{color:#000;}
    .header-mb .top-mb .dropdown.lang .dropdown-toggle{color:#fff}
    .top-mb-search-box{display:none;position:fixed;background:#fff;top:50px;padding:6px 15px 10px;box-shadow:2px 2px 4px rgba(0,0,0,0.2);z-index:998;width:100%}
    .top-mb-search-box .search-group{width:100%;height:34px}
    .top-mb-feed i{font-size:16px;color:#000;}
    .mobile-head-item .main-content-wrap{background:#fff;top:0;display:block;z-index:99999}
    .mobile-head-item .main-content-wrap .content-wrap{overflow-y:auto;height:100%;padding:15px 10px;background-color:#fff}
    .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap{overflow-y:hidden}
    .mobile-head-item .side-content-wrap{position:fixed;display:block;right:-78%;width:78%;height:100%}
    .mobile-head-item .middle-content-wrap{position:absolute;right:0;width:100%;height:auto;padding:20px 0;opacity:0;visibility:hidden}
    .mobile-head-item .middle-show-content-wrap{top:30px;visibility:visible;opacity:1}
    .head_top .top_left{display:none}
    .head_nav{width:100%;padding:0 5px}
    .head_nav li{padding-left:28px;padding-top:4px;padding-bottom:4px}
    .head_nav li,.head_nav li a{color:#111}
    .head_nav li.has-child{padding-left:28px;margin-top:0;margin-bottom:0}
    .head_nav li.has-child>a{margin-top:3px;margin-bottom:3px;margin-right:35px}
    .head_nav li.has-child>ul{display:none}
    .head_nav li.siblings-no-menu{position:relative;padding-left:15px}
    .head_nav li a{display:block;height:auto;line-height:1.4em;position:relative}
    .head_nav li a:hover{color:inherit}
    .head_nav li em{display:block;height:1.4em;overflow:hidden}
    .head_nav li li{font-size:14px}
    .head_nav li li li{font-size:12px}
    .head_nav li li a{color:#666}
    .head_nav li.has-child a b{display:inline-block;width:15px;height:15px;border:1px solid #111;border-radius:2px;overflow:hidden;line-height:15px;position:absolute;right:-35px;top:1px;-webkit-box-sizing:content-box;box-sizing:content-box}
    .head_nav li.has-child a b:before,.head_nav li.has-child a b:after{content:'';display:block;width:9px;height:1px;background-color:#111;position:absolute;left:3px;top:50%;margin-top:-.5px}
    .head_nav li.has-child a b:after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}
    .head_nav li.has-child a:hover b{border-color:#111}
    .head_nav>li{padding-top:10px;padding-bottom:10px;border-bottom:1px solid #f2f2f2}
    .head_nav>li>a{font-size:16px;text-transform:uppercase;margin-bottom:-1px;position:relative;text-transform:uppercase;position:relative}
    .head_nav li,.head_nav li.has-child{padding-left:0}
    .head_nav li li,.head_nav li li.has-child{padding-left:15px}
    .head_nav li.active>a>b:after{display:none}
    .head_nav li.active>a>b{background-color:#111}
    .head_nav li.active>a>b:before,.head_nav li.active>a>b:after{background-color:#fff}
    .mobile-ico-close{width:30px;height:30px;background-color:#b3190d;position:absolute;left:-30px;top:0;cursor:pointer}
    .mobile-ico-close .icon{color:#fff;font-size:30px;padding:0 0 0 6px}
    .search-box .form-control{border-radius:20px}
    .search-box .btn{border:1px solid #ced4da;border-radius:20px}
    .search-box .btn.focus{border:1px solid rgb(128,189,255)}
    .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){background-color:rgba(229, 237, 244, 1.0)}
.table-wrapper table tbody tr:hover{background-color:rgba(229, 237, 244, .6);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-top:8px;padding-bottom:8px}
.form-feedback .btn:hover{background:var(--public-color);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:#9f1919;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:42px;line-height:52px;font-weight:800;}
.msg{font-size:18px;line-height:32px;color:#999999;}

.animbtn{position:relative;font-size:18px;line-height:32px;font-weight:800;color:#ffffff;text-transform:uppercase;padding:16px 95px;background-color:#093c73;z-index:10;overflow:hidden;}
.animbtn::before{content:"";width:0;height:430%;position:absolute;left:50%;right:50%;top:50%;bottom:50%;background-color:#d4101c;z-index:-1;
 transform:translateX(-30%) translateY(-45%) rotate(45deg);transition:all .5s;}
.animbtn:hover{color:#fff;}
.animbtn:hover::before{left:0;right:0;top:0;bottom:0;width:200%;height:430%;transition:ease-in .5s;}

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

.header{z-index:999;width:100%;position:fixed;top:0;left:0;background-color:#fff;}
.header.fadeInDown{box-shadow:0 0 10px 1px rgba(0,0,0,.1);}
.header.fadeInDown .navbar-custom .navbar-nav .nav-link{height:80px;transition:height .5s;}

.header .top-search-box{position:relative;;display:flex;align-items:center;margin-left:15px;}
.header .top-search{left:auto;right:0;}
.header .search-group .btn{background-color:#d4101c;}

.header .top-lang{display:flex;align-items:center;margin-left:25px;}
.header .top-lang .dropdown.lang .dropdown-toggle{padding:0;background-color:transparent;font-size:18px;line-height:32px;font-weight:600;}
.header .dropdown.lang{height:100%;display:flex;align-items:center;}
.header .dropdown.lang .dropdown-toggle:after{content:"";width:25px;height:25px;background:url(../../images/header-lua.png)no-repeat;
background-size:cover;display:inline-block;margin-left:10px;position:relative;top:5px;}
.header .dropdown.lang .dropdown-menu{left:auto;right:0;}

.home-banner{margin-top:120px;position:relative;}
.home-banner .banner-text{text-align:left;}
.home-banner .container-xl{height:100%;display:flex;align-items:center;}
.home-banner .box{position:relative;height:100%;display:flex;align-items:center;width:100%;}
.home-banner .box1{width:100%;}
.home-banner .t1{font-size:48px;line-height:56px;font-weight:800;}
.home-banner .t1 span{text-transform:uppercase;}
.home-banner .last{margin-top:65px;display:flex;align-items:center;}
.home-banner .last a{margin-right:50px;}
.home-banner .img{position:absolute;right:0;bottom:-210px;}

@media (max-width:1400px) {
    .home-banner .img img{transform:scale(.6);}
}

.home-pro{margin-top:210px;padding-bottom:150px;}
.home-pro .t1{text-align:center;}
.home-pro .line{display:flex;justify-content:center;margin:35px 0;}
.home-pro .msg{width:88%;text-align:center;margin:0 auto;}
.home-pro .max-1600{margin-top:100px;max-width:1600px;}
.home-pro .box{display:flex;justify-content:space-between;}
.home-pro .box:nth-child(1){margin-bottom:110px;}
.home-pro .left{width:53.2%;position:relative;}
.home-pro .left .img{position:absolute;right:-35px;top:0;}
.home-pro .right{width:40%;}
.home-pro .title{font-size:28px;line-height:40px;font-weight:800;color:#333333;}
.home-pro .title::before{content:"";width:20px;height:20px;background-color:#d4101c;display:inline-block;margin-right:30px;}
.home-pro .title:hover{color:#d4101c;}
.home-pro .box1{margin-top:40px;}
.home-pro .box1 strong{font-size:18px;line-height:32px;font-weight:800;color:#333333;display:block;margin-bottom:0;}
.home-pro .box1 strong::before{content:"";width:12px;height:12px;border:1px solid #d4101c;display:inline-block;margin-right:20px;position:relative;top:-1px;}
.home-pro .box1 p{font-size:18px;line-height:30px;font-weight:600;color:#999999;margin-bottom:10px;}

@media (max-width:1600px) {.home-pro .max-1600{max-width:100%;padding:0 15px;}}

.home-about{padding:110px 0 55px 0;background:url(../../images/home-about-bg.png)no-repeat;background-size:auto 100%;display:flex;justify-content:flex-end;}
.home-about .max-1660{max-width:1660px;display:flex;justify-content:space-between;}
.home-about .left{width:35.6%;}
.home-about .skip{margin-top:30px;}
.home-about .msg{font-weight:600;color:#666666;}
.home-about .msg:nth-child(3){margin-top:30px;}
.home-about .grid{margin-top:60px;gap:var(--bs-gap,0);}
.home-about .num{font-size:24px;line-height:32px;font-weight:800;position:relative;padding-left:48px;}
.home-about .num span{font-size:56px;line-height:64px;}
.home-about .g-col-xl-4:nth-child(1) .num::before{content:"";width:26px;height:26px;background:url(../../images/home-about-num-icon1.png) no-repeat;
display:inline-block;position:absolute;top:0;left:0;}
.home-about .g-col-xl-4:nth-child(2) .num::before{content:"";width:25px;height:25px;background:url(../../images/home-about-num-icon2.png) no-repeat;
display:inline-block;position:absolute;top:0;left:0;}
.home-about .g-col-xl-4:nth-child(3) .num::before{content:"";width:26px;height:26px;background:url(../../images/home-about-num-icon3.png) no-repeat;
display:inline-block;position:absolute;top:0;left:0;}
.home-about .text{font-size:18px;line-height:32px;font-weight:600;color:#999999;}
.home-about a{font-size:24px;line-height:32px;font-weight:600;color:#093c73;position:relative;margin-top:65px;}
.home-about a::before{content:"";width:100%;height:1px;background-color:#6081a5;display:block;position:absolute;left:0;bottom:5px;}
.home-about a::after{content:"";width:12px;height:12px;background:url(../../images/home-about-a-icon.png)no-repeat;background-size:cover;display:inline-block;
margin-left:20px;}
.home-about .right{width:57.9%;}

@media (max-width:1660px) {
    .home-about .max-1660{width:100%;padding:0 15px;}
}

.home-pill{padding:155px 0 135px 0;border-bottom:10px solid #093c73;}
.home-pill .top{display:flex;justify-content:space-between;}
.home-pill .left{width:42.9%;}
.home-pill .skip{margin-top:30px;}
.home-pill .msg{font-weight:600;color:#999999;margin-top:35px;}
.home-pill .tip{margin-top:30px;}
.home-pill .tip p{font-size:18px;line-height:32px;font-weight:600;color:#999999;margin-bottom:5px;}
.home-pill .tip p::before{content:"";width:17px;height:13px;background:url(../../images/home-pill-icon.jpg)no-repeat;background-size:cover;
display:inline-block;margin-right:10px;}
.home-pill a{margin-top:55px;}
.home-pill .right{width:50%;position: relative;}
.home-pill .right .video-btn{position:absolute;left:45%;top:35%;transform: scale(1.2);}

.home-pill .last{margin-top:120px;display:flex;justify-content:space-between;}
.home-pill .last .box{height:75px;display:flex;align-items:center;}
.home-pill .last .box:nth-child(1){width:21.5%;}
.home-pill .last .box:nth-child(2){width:14.3%;}
.home-pill .last .box:nth-child(3){width:12%;}
.home-pill .last .box:nth-child(4){width:12.2%;}
.home-pill .last .box:nth-child(5){width:18.6%;}

.home-new{margin-top:120px;padding-bottom:95px;}
.home-new .top .container-xl{display:flex;justify-content:space-between;align-items:center;}
.home-new .top .right{position:relative;width:165px;height:72px;}
.home-new .home-new-perv{position:absolute;left:0;top:0;width:72px;height:72px;}
.home-new .home-new-perv::after{content:"";width:100%;height:100%;background:url(../../images/home-new-prev.png)no-repeat;background-size:cover;}
.home-new .home-new-next{position:absolute;right:0;top:0;width:72px;height:72px;}
.home-new .home-new-next::after{content:"";width:100%;height:100%;background:url(../../images/home-new-next.png)no-repeat;background-size:cover;}
.home-new .center{display:flex;justify-content:flex-end;margin-top:80px;}
.home-new .center .max-1660{max-width:1660px;}
.home-new .title{font-size:20px;line-height:28px;font-weight:800;margin-top:35px;}
.home-new .title:hover{text-decoration:underline;}
.home-new .msg{font-size:16px;line-height:28px;font-weight:600;color:#999999;margin-top:15px;}
.home-new .date{font-size:16px;line-height:28px;font-weight:600;color:#999999;margin-top:30px;}
.home-new .last a{font-size:24px;line-height:32px;font-weight:600;color:#093c73;text-decoration:underline;display:table;margin:95px 0 0 auto;}
.home-new .last a::after{content:"";width:21px;height:13px;background:url(../../images/home-new-a-icon.png)no-repeat;background-size:cover;display:inline-block;margin-left:15px;}
.home-new .last a:hover{color:var(--public-color);}

.home-drug{padding:80px 0 60px 0;background-color:#093c73;}
.home-drug .container-xl{display:flex;justify-content:space-between;}
.home-drug .left{width:53%;}
.home-drug .t1{color:#ffffff;}
.home-drug .msg{line-height:28px;color:#ffffff;margin-top:20px;}
.home-drug a{margin-top:75px;padding:10px 10px 10px 55px;background-color:#002650;border-radius:50px;}
.home-drug a .text{font-size:22px;line-height:30px;font-weight:700;color:#fff;display:flex;align-items:center;text-transform:uppercase;}
.home-drug a .text::after{content:"";width:50px;height:50px;background:url(../../images/home-drug-a-icon.png)no-repeat;background-size:cover;display:inline-block;margin-left:35px;}
.home-drug a:hover{background-color:#fff;}
.home-drug a:hover .text{color:#093c73;text-decoration:underline;}
.home-drug .right{width:31.1%;}
.home-drug .title{font-size:28px;line-height:36px;font-weight:600;color:#fff;}
.home-drug .line{width:100%;height:2px;background-color:#fff;margin-top:40px;}
.home-drug .tip{margin-top:40px;}
.home-drug .tip p{font-size:20px;line-height:28px;font-weight:600;color:#fff;margin-bottom:10px;}
.home-drug .tip p::before{content:"";width:20px;height:15px;background:url(../../images/home-drug-p-icon.jpg)no-repeat;background-size:cover;display:inline-block;margin-right:25px;}

footer{padding:140px 0 120px 0;background-color:#031427;}

footer .boxs{display:flex;justify-content:space-between;margin-top:80px;padding-bottom:60px;}
footer .boxs .box:nth-child(1){width:42.2%;}
footer .boxs .box:nth-child(1) .foot-contact{margin-top:20px;}
footer .boxs .box:nth-child(1) .foot-contact:nth-child(1){margin-top:0;}
footer .boxs .box:nth-child(1) .foot-contact,footer .boxs .box:nth-child(1) .foot-contact a{font-size:16px;line-height:24px;color:#ffffff;}
footer .boxs .box:nth-child(1) .foot-contact:nth-child(1){line-height:38px;}
footer .boxs .box:nth-child(1) .foot-contact:nth-child(3){margin-top:25px;}
footer .boxs .box:nth-child(1) .foot-contact a:hover{text-decoration:underline;}

footer .boxs .box:nth-child(1) .foot-contact:nth-child(4) a:nth-child(1){margin-right:15px;}

footer .boxs .box:nth-child(2){width:30%;}
footer .boxs .box:nth-child(2) a,footer .boxs .box:nth-child(3) a{font-size:16px;line-height:24px;color:#fff;margin-bottom:25px;display:block;}
footer .boxs .box:nth-child(2) a::before,footer .boxs .box:nth-child(3) a::before{content:"";width:14px;height:8px;background:url(../../images/footer-a-icon.jpg)no-repeat;background-size:cover;display:inline-block;
position:relative;top:-2px;margin-right:15px;}
footer .boxs .box:nth-child(2) a:hover,footer .boxs .box:nth-child(3) a:hover{text-decoration:underline;}
footer .boxs .box:nth-child(3){width:17.9%;}

footer .last{display:flex;justify-content:space-between;align-items:center;}

footer .share{display:flex;align-items:center;}
footer .share a,footer .share .social{margin-right:10px;}
footer .share .social{margin-left:0px;cursor:pointer;}
footer .last .text{font-size:18px;line-height:28px;color:#ffffff;width:52.8%;}
@media (max-width:1660px) {
    .home-new .center .max-1660{width:100%;}
}
@media (max-width:1300px) {
    footer .last .text{width:auto;}
}
@media (max-width:768px) {
    .animbtn{font-size:14px;line-height:22px;padding:10px 25px;}
    .t1{font-size:20px;line-height:28px;}
    .msg{font-size:14px;line-height:22px;}

    .home-banner{margin-top:0;}
    .home-banner .img{display:none;}
    .home-banner .t1{font-size:18px;line-height:26px;}
    .home-banner .last{margin-top:0;}
    .home-banner .icon{display:none;}
    .home-banner .last a{margin-right:0;}

    .home-pro{margin-top:20px;padding-bottom:10px;}
    .home-pro .t1{font-size:20px;line-height:28px;}
    .home-pro .line{display:none;}
    .home-pro .msg{width:100%;margin-top:5px;}
    .home-pro .max-1600{margin-top:10px;}
    .home-pro .left .img{right:0;width:100%;height:100%;display:flex;justify-content:center;}
    .home-pro .left .img img{width:auto;height:100%;}

    .home-pro .title{font-size:18px;line-height:26px;}
    .home-pro .title::before{width:15px;height:15px;margin-right:10px;}
    .home-pro .box1{margin-top:10px;}
    .home-pro .box1 p{margin-bottom:10px;font-size:16px;line-height:24px;}
    .home-pro .box1 strong{font-size:16px;line-height:24px;margin-bottom:0;}
    .home-pro .box1 strong::before{margin-right:15px;}
    .home-pro .box:nth-child(1){margin-bottom:20px;}

    .home-about{padding:20px 0;}
    .home-about .skip{display:none;}
    .home-about .msg:nth-child(3){margin-top:10px;}
    .home-about .grid{margin-top:20px;}
    .home-about .num{font-size:18px;line-height:24px;}
    .home-about .num span{font-size:24px;line-height:32px;}
    .home-about a{font-size:18px;line-height:24px;margin-top:20px;}

    .home-pill{padding:20px 0;}
    .home-pill .skip{display:none;}
    .home-pill .msg{margin-top:10px;}
    .home-pill .tip{margin-top:10px;}
    .home-pill .tip p{font-size:16px;line-height:24px;}
    .home-pill a{margin-top:25px;}
    .home-pill .last{margin-top:20px;flex-wrap:wrap;}
    .home-pill .last .box{height:auto;margin-top:10px;}
    .home-pill .last .box:nth-child(1){width:47%;}
    .home-pill .last .box:nth-child(2){width:47%;}
    .home-pill .last .box:nth-child(3){width:47%;}
    .home-pill .last .box:nth-child(4){width:47%;}
    .home-pill .last .box:nth-child(5){width:47%;}

    .home-new{margin-top:20px;padding-bottom:20px;}
    .home-new .center{margin-top:15px;}
    .home-new .center .max-1660{padding:0 15px;}
    .home-new .title{width:100%;font-size:18px;line-height:26px;margin-top:15px;}
    .home-new .msg{font-size:14px;line-height:22px;margin-top:10px;}
    .home-new .date{margin-top:10px;font-size:14px;line-height:22px;}

    .home-new .last a{font-size:16px;line-height:24px;margin-top:20px;}
    .home-new .last a::after{margin-left:10px;}

    .home-drug{padding:20px 0;}
    .home-drug .msg{margin-top:10px;}
    .home-drug .title{font-size:18px;line-height:26px;}
    .home-drug .line{display:none;}
    .home-drug .tip{margin-top:20px;}
    .home-drug .tip p{font-size:14px;line-height:22px;margin-bottom:5px;}
    .home-drug .tip p::before{width:16px;height:12px;margin-right:10px;}
    .home-drug a{margin-top:20px;padding-left:30px;}
    .home-drug a .text{font-size:16px;line-height:24px;}
    .home-drug a .text::after{width:30px;height:30px;margin-left:20px;}

    footer{padding:30px 0;}
    footer .logo{width:50%;}
    footer .boxs{margin-top:20px;padding-bottom:20px;flex-wrap:wrap;}
    footer .boxs .box:nth-child(1),footer .boxs .box:nth-child(2),footer .boxs .box:nth-child(3){width:100%;}
    footer .boxs .box:nth-child(1) .foot-contact, footer .boxs .box:nth-child(1) .foot-contact a{font-size:14px;line-height:22px !important;}
    footer .boxs .box:nth-child(1) .foot-contact{margin-top:10px;}
    footer .boxs .box:nth-child(1) .foot-contact:nth-child(3){margin-top:10px;}

    footer .boxs .box:nth-child(2){margin-top:20px;}
    footer .boxs .box:nth-child(2) a, footer .boxs .box:nth-child(3) a{font-size:14px;line-height:22px;margin-bottom:10px;}

    footer .boxs .box:nth-child(3){margin-top:20px;display:flex;flex-wrap:wrap;}
    footer .boxs .box:nth-child(3) a{width:50%;}

    footer .share img{width:40px;}
    footer .last .text{font-size:14px;line-height:22px;}
}


.other.banner{margin-top:120px;}
.other.banner .banner-text{text-align:left;}
.other.banner .t1{font-size:48px;line-height:56px;font-weight:800;color:#fff;width:72%;}
.other.banner .breadcrumb{margin-top:60px;display:flex;align-items:center;}
.other.banner .breadcrumb a{font-size:18px;line-height:28px;color:#ffffff;}
.other.banner .breadcrumb-item+.breadcrumb-item{margin-left:10px;display:flex;align-items:center;}
.other.banner .breadcrumb-item+.breadcrumb-item::before{content:"";width:18px;height:8px;background:url(../../images/breadcrumb-icon.png)no-repeat;
background-size:cover;margin-right:10px;}
.other.banner .breadcrumb a:hover{text-decoration:underline;}
.other.servicebanner .t1{width:56%;}

@media (max-width:768px) {
    .other.banner{margin-top:0;}
    .other.banner .t1{font-size:18px;line-height:26px;width:100%;}
    .other.banner .breadcrumb{margin-top:0;}
    .other.banner .breadcrumb a{font-size:14px;line-height:22px;}
    .other.banner .breadcrumb-item+.breadcrumb-item{margin-left:10px;}
    .other.banner .breadcrumb-item+.breadcrumb-item::before{margin-right:10px;}

    .other.servicebanner .t1{width:100%;font-size:18px;line-height:26px;}
}

.new{margin-top:180px;padding-bottom:200px;}
.new .new-nav{display:flex;align-items:center;}
.new .new-nav .item{width:240px;padding:15px 0;text-align:center;background-color:#093c73;font-size:18px;line-height:32px;font-weight:800;color:#fff;text-transform:uppercase;margin-right:5px;}
.new .new-nav .item.active{background-color:#d4101c;}
.new .new-nav .item:hover{background-color:#d4101c;}
.new .grid{margin-top:100px;gap:var(--bs-gap,70px);}
.new .title{font-size:20px;line-height:28px;font-weight:800;color:#333333;margin-top:35px;}
.new .title:hover{color:var(--public-color);text-decoration:underline;}
.new .msg{font-size:16px;line-height:28px;font-weight:600;color:#999999;margin-top:20px;}
.new .date{margin-top:30px;font-size:16px;line-height:24px;font-weight:700;color:#999999;}

@media (max-width:768px) {
    .new{margin-top:20px;padding-bottom:30px;}
    .new .grid{margin-top:0;gap:var(--bs-gap,25px);}
    .new .title{font-size:18px;line-height:26px;margin-top:10px;}
    .new .msg{font-size:14px;line-height:22px;margin-top:5px;}
    .new .date{font-size:14px;line-height:22px;margin-top:10px;}
}

.faq{margin-top:165px;padding-bottom:80px;border-bottom:10px solid #093c73;}
.faq .top .msg{margin-top:15px;width:88%;}
.faq .top .skip{margin-top:25px;}
.faq .box{margin-top:95px;display:flex;justify-content:space-between;}
.faq .box .left{width:12.9%;}
.faq .box .item{width:100%;font-size:18px;line-height:28px;font-weight:800;color:#fff;background-color:#093c73;padding:15px 0;text-align:center;text-transform:uppercase;margin-bottom:20px;}
.faq .box .item:hover{background-color:#d4101c;}
.faq .box .item.active{background-color:#d4101c;}
.faq .box .right{width:80%;}

.faq .faq-item{padding:20px 0;border-bottom:1px solid #e6ebf1;}
.faq .faq-title{font-size:18px;line-height:32px;font-weight:800;color:#333333;position:relative;}
.faq .faq-title span{color:#d4101c;margin-right:20px;}
.faq .faq-content{font-size:18px;line-height:28px;color:#888888;height:0;overflow:hidden;;transition:all .5s;}
.faq .faq-item.active{padding-left:30px;padding-right:30px;background-color:#f2f5f8;border-left:4px solid #093c73;transition:all .5s;}
.faq .faq-item.active .faq-title{color:#093c73;}
.faq .faq-item .faq-title::after{content:"";width:10px;height:9px;background:url(../../images/faq-icon1.png)no-repeat;
background-size:cover;display:block;position:absolute;right:30px;top:12px;}
.faq .faq-item.active .faq-title::after{width:6px;height:3px;background:url(../../images/faq-icon2.png)no-repeat;right:3px;top:15px;}
.faq .faq-item.active .faq-content{margin-top:15px;height:auto;transition:all .5s;}

@media (max-width:768px) {
    .faq{margin-top:20px;padding-bottom:20px;}
    .faq .top .msg{width:100%;margin-top:10px;}
    .faq .top .skip{display:none;}
    .faq .box{margin-top:20px;}
    .faq .box .right{width:100%;}
    .faq .faq-item{padding:10px 0;}
    .faq .faq-title span{margin-right:10px;}
    .faq .faq-title{font-size:16px;line-height:24px;padding-right:50px;}
    .faq .faq-content{font-size:14px;line-height:22px;}
    .faq .faq-item.active .faq-content{margin-top:10px;}
    .faq .faq-item .faq-title::after{right:10px;}
}

.public-new{padding:120px 0 200px 0;}
.public-new .skip{margin-top:20px;}
.public-new .grid{margin-top:70px;gap:var(--bs-gap,70px);}
.public-new .title{font-size:20px;line-height:28px;font-weight:800;color:#333333;margin-top:40px;}
.public-new .title:hover{color:var(--public-color);}
.public-new .msg{font-size:16px;line-height:28px;font-weight:600;margin-top:25px;}
.public-new .date{font-size:16px;line-height:32px;font-weight:700;color:#999999;margin-top:25px;}

@media (max-width:768px) {
    .public-new{padding:20px 0;}
    .public-new .skip{display:none;}
    .public-new .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .public-new .title{margin-top:15px;font-size:18px;line-height:26px;}
    .public-new .msg{margin-top:10px;font-size:14px;line-height:22px;}
    .public-new .date{font-size:14px;line-height:22px;margin-top:10px;}
}

.factory{margin-top:140px;padding-bottom:80px;border-bottom:10px solid #093c73;}
.factory .top .msg{margin-top:15px;width:88%;}
.factory .top .skip{margin-top:25px;}
.factory .grid{margin-top:90px;gap:var(--bs-gap,70px);}
.factory .title{font-size:18px;line-height:32px;font-weight:800;color:#333333;margin-top:35px;padding-right:30px;position:relative;}
.factory .title::after{content:"";width:20px;height:20px;background:url(../../images/factory-icon.png)no-repeat;background-size:cover;display:block;
position:absolute;right:0;top:6px;}

.factory .new-nav{display:flex;align-items:center;margin-bottom:60px;}
.factory .new-nav .item{width:240px;padding:15px 0;text-align:center;background-color:#093c73;font-size:18px;line-height:32px;font-weight:800;color:#fff;text-transform:uppercase;margin-right:5px;}
.factory .new-nav .item.active{background-color:#d4101c;}
.factory .new-nav .item:hover{background-color:#d4101c;}

@media (max-width:768px) {
    .factory{margin-top:20px;padding-bottom:20px;}
    .factory .top .msg{width:100%;margin-top:10px;}
    .factory .top .skip{display:none;}
    .factory .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .factory .title{font-size:16px;line-height:24px;margin-top:15px;}
    .factory .title::after{top:5px;}
}

.video{margin-top:165px;padding-bottom:100px;border-bottom:10px solid #093c73;}
.video .top .msg{margin-top:15px;width:88%;}
.video .top .skip{margin-top:25px;}
.video .box{margin-top:95px;display:flex;justify-content:space-between;}
.video .box .left{width:12.9%;}
.video .box .item{width:100%;font-size:18px;line-height:28px;font-weight:800;color:#fff;background-color:#093c73;padding:15px 0;text-align:center;text-transform:uppercase;margin-bottom:20px;}
.video .box .item:hover{background-color:#d4101c;}
.video .box .item.active{background-color:#d4101c;}
.video .box .right{width:100%;}
.video .grid{gap:var(--bs-ga,40px);}
.video .g-col-xl-4{position:relative;}
.video .box1{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;background-color:rgba(255,255,255,.2);
position:absolute;left:0;bottom:0;width:100%;}
.video .title{font-size:17px;line-height:32px;font-weight:800;color:#ffffff;width:85%;}
.video .video-btn{width:40px;height:40px;}

@media (max-width:768px) {
    .video{margin-top:20px;padding-bottom:30px;}
    .video .top .msg{width:100%;margin-top:10px;}
    .video .top .skip{display:none;}
    .video .box{margin-top:20px;}
    .video .grid{gap:var(--bs-gap,25px);}
}

.cert{margin-top:165px;padding-bottom:120px;border-bottom:10px solid #093c73;}
.cert .top .msg{margin-top:15px;width:88%;}
.cert .top .skip{margin-top:25px;}
.cert .under{margin-top:90px;}
.cert .box{padding:35px 0;border-bottom:1px solid #ced8e3;}
.cert .box1{height:0;overflow:hidden;transition:all .5s;}
.cert .box:nth-child(1){border-top:1px solid #ced8e3;}
.cert .box-title{font-size:32px;line-height:42px;font-weight:700;color:#333333;position:relative;}
.cert .box-title::after{content:"";width:18px;height:13px;background:url(../../images/cert-icon.png)no-repeat;background-size:cover;
display:block;position:absolute;right:0;top:18px;transition:all .5s;}
.cert .grid{margin-top:60px;}
.cert .g-col-xl-3{gap:var(--bs-gap,25px);}
.cert .g-col-xl-3 .img{padding:15px;background-color:#f2f4f7;}
.cert .g-col-xl-3 .title{font-size:18px;line-height:32px;font-weight:800;color:#333333;margin-top:25px;}

.cert .box.active{padding-bottom:60px;}
.cert .box.active .box1{height:auto;transition:all .5s;}
.cert .box.active .box-title::after{transform:rotate(180deg);transition:all .5s;}

@media (max-width:768px) {
    .cert{margin-top:20px;padding-bottom:30px;}
    .cert .top .msg{width:100%;margin-top:10px;}
    .cert .top .skip{display:none;}
    .cert .under{margin-top:20px;}
    .cert .box.active{padding-top:20px;}
    .cert .box-title{font-size:18px;line-height:24px;}
    .cert .grid{margin-top:20px;}
    .cert .g-col-xl-3 .img img,.cert .g-col-xl-3 .img a{width:100%;}
    .cert .g-col-xl-3 .title{font-size:14px;line-height:22px;margin-top:10px;}
    .cert .box{padding:15px 0;}
    .cert .box-title::after{top:6px;right:5px;}
    .cert .box.active{padding-bottom:20px;}
}

.contact{margin-top:140px;padding-bottom:140px;}
.contact .msg{margin-top:15px;}
.contact .skip{margin-top:25px;}
.contact .under{margin-top:70px;display:flex;justify-content:space-between;}
.contact .left{width:45.4%;}
.contact .tips{width:81.9%;margin-top:80px;}
.contact .tip{margin-top:35px;}
.contact .tip .text1{font-size:24px;line-height:32px;font-weight:800;color:#333333;}
.contact .tip .text1::before{content:"";width:17px;height:17px;background-color:#d4101c;display:inline-block;margin-right:25px;}
.contact .tip .text2{font-size:18px;line-height:28px;color:#999999;margin-top:15px;}
.contact .tip:nth-child(1){margin-top:0;}
.contact .box{margin-top:80px;border-top:2px solid #e5f1f5;padding-top:45px;}
.contact .tact{font-size:16px;line-height:28px;font-weight:500;color:#666666;padding-left:35px;position:relative;margin-bottom:25px;}
.contact .tact a{font-size:16px;line-height:28px;font-weight:500;color:#666666;}
.contact .tact a:hover{color:var(--public-color);}
.contact .tact:nth-child(3) a:nth-child(1){margin-right:15px;}

.contact .tact:nth-child(4)::before{content:"";width:16px;height:18px;background:url(../../images/tact-icon1.png)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:5px;}
.contact .tact:nth-child(1)::before{content:"";width:15px;height:17px;background:url(../../images/tact-icon2.png)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:5px;}
.contact .tact:nth-child(2)::before{content:"";width:17px;height:17px;background:url(../../images/tact-icon3.png)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:5px;}
.contact .tact:nth-child(3)::before{content:"";width:16px;height:14px;background:url(../../images/tact-icon4.png)no-repeat;background-size:cover;
display:block;position:absolute;left:0;top:5px;}

.contact .right{width:51.5%;padding:90px 80px 100px 80px;background-color:#f8f8f8;}
.contact .title{font-size:36px;line-height:48px;font-weight:800;}
.contact form{margin-top:45px;}
.contact .form-row{margin:0;}
.contact .form-row>[class*="col-"]{padding:0;margin-bottom:25px;}
.contact .col-md-6:nth-child(odd){padding-right:20px;}
.contact .col-md-6:nth-child(even){padding-left:20px;}
.contact form .text{font-size:16px;line-height:28px;color:#999999;margin-bottom:10px;}
.contact form .part.text{padding-left:15px;position:relative;}
.contact form .part.text::before{content:"";width:7px;height:6px;background:url(../../images/contact-form-icon.png)no-repeat;display:block;
position:absolute;left:0;top:10px;}
.contact .form-feedback .form-control{padding:15px 0;border-color:transparent;}
.contact .btn{padding:15px 30px 15px 50px;background-color:#093c73;font-size:16px;line-height:28px;font-weight:500;text-transform:uppercase;margin-top:15px;}
.contact .btn::after{content:"";width:16px;height:8px;background:url(../../images/contact-form-icon.jpg)no-repeat;background-size:cover;display:inline-block;
margin-left:25px;position:relative;top:-1px;}
.contact .btn:hover{text-decoration:underline;}

@media (max-width:768px) {
    .contact{margin-top:20px;padding-bottom:30px;}
    .contact .msg{margin-top:10px;}
    .contact .skip{display:none;}
    .contact .under{margin-top:20px;flex-wrap:wrap;}
    .contact .left{width:100%;}
    .contact .box{margin-top:0;padding-top:20px;}
    .contact .tact a{font-size:14px;line-height:22px;}
    .contact .tact{margin-bottom:5px;font-size:14px;line-height:22px;}
    .contact .right{width:100%;}
    .contact .tips{width:100%;margin-top:20px;}
    .contact .tip{margin-top:10px;}
    .contact .tip .text1{font-size:16px;line-height:24px;}
    .contact .tip .text1::before{margin-right:10px;position:relative;top:2px;}
    .contact .tip .text2{font-size:14px;line-height:22px;margin-top:5px;}

    .contact .right{margin-top:20px;padding:30px;}
    .contact .title{font-size:18px;line-height:26px;}
    .contact form{margin-top:20px;}
    .contact form .text{margin-bottom:5px;}
    .contact .form-feedback .form-control{padding:10px 0;}
    .contact .col-md-6:nth-child(odd){padding-right:0;}
    .contact .col-md-6:nth-child(even){padding-left:0;}
    .contact .form-row>[class*="col-"]{margin-bottom:10px;}
    .contact .btn{padding:10px 30px 10px 60px;}
}

.bread{margin-top:140px;}
.bread .breadcrumb{display:flex;align-items:center;}
.bread .breadcrumb a{font-size:18px;line-height:28px;color:#999999;}
.bread .breadcrumb-item+.breadcrumb-item{margin-left:10px;display:flex;align-items:center;}
.bread .breadcrumb-item+.breadcrumb-item::before{content:"";width:18px;height:8px;background:url(../../images/bread-icon.jpg)no-repeat;
background-size:cover;margin-right:10px;}
.bread .breadcrumb a:hover{text-decoration:underline;}

.new-cont{margin-top:100px;padding-bottom:70px;}
.new-cont .new-nav{display:flex;align-items:center;}
.new-cont .new-nav .item{width:240px;padding:15px 0;text-align:center;background-color:#093c73;font-size:18px;line-height:32px;font-weight:800;color:#fff;text-transform:uppercase;margin-right:5px;}
.new-cont .new-nav .item.active{background-color:#d4101c;}
.new-cont .new-nav .item:hover{background-color:#d4101c;}

.new-cont .under{display:flex;justify-content:space-between;margin-top:90px;}
.new-cont .left{width:63.6%;}
.new-cont .t1{letter-spacing:-2px;}
.new-cont .box{margin-top:45px;display:flex;align-items:center;}
.new-cont .date,.new-cont .visit{font-size:16px;line-height:24px;font-weight:700;color:#999999;text-transform:uppercase;}
.new-cont .date{margin-right:40px;}
.new-cont .center{margin-top:60px;}
.new-cont .center p{font-size:18px;line-height:28px;color:#666666;}
.new-cont .center h2{font-size:32px;line-height:40px;font-weight:800;color:#333333;}
.new-cont .center h3{font-size:24px;line-height:32px;font-weight:800;color:#555555;}
.new-cont .center h3::before{content:"";width:9px;height:9px;background-color:#000;border-radius:50%;display:inline-block;margin-left:13px;
margin-right:13px;position:relative;top:-3px;}
.new-cont .last{margin-top:65px;padding-top:60px;border-top:2px solid #e6ebf1;display:flex;justify-content:space-between;}
.new-cont .last .li{width:65.2%;}
.new-cont .last span{font-size:18px;line-height:32px;font-weight:800;color:#000000;}
.new-cont .last p{display:inline;font-size:18px;line-height:32px;color:#666666;}
.new-cont .last .next{margin-top:20px;}
.new-cont .last .li a:hover{text-decoration:underline;}
.new-cont .last .li a:hover p,.new-cont .last .li a:hover span{color:#d4101c;}
.new-cont .last .ri{width:200px;}
.new-cont .last .ri a{background-color:#093c73;text-align:center;padding:15px 0;width:100%;color:#fff;text-transform:uppercase;font-size:16px;line-height:28px;font-weight:800;}
.new-cont .last .ri a:hover{text-decoration:underline;}

.new-cont .right{width:30.8%;}
.new-cont .right .title{font-size:42px;line-height:48px;font-weight:800;color:#333333;}
.new-cont .right .rbox{display:flex;justify-content:space-between;align-items:center;margin-top:30px;}
.new-cont .right .rbox:nth-child(2){margin-top:65px;}
.new-cont .rbox .img{width:28%;}
.new-cont .rbox .texts{width:65.1%;}
.new-cont .rbox .rbox-title{font-size:18px;line-height:24px;font-weight:800;color:#333333;}
.new-cont .rbox .rbox-title:hover{color:var(--public-color);}
.new-cont .rbox .rbox-date{font-size:16px;line-height:28px;font-weight:700;color:#999999;margin-top:10px;}
.new-cont .formbox{margin-top:90px;padding:70px 40px 75px 40px;background-color:#093c73;}
.new-cont .form-title{font-size:32px;line-height:40px;font-weight:800;color:#ffffff;}
.new-cont form{margin-top:60px;}
.new-cont .form-row>[class*="col-"]{padding:0;}
.new-cont .form-feedback .form-control{padding:12px 20px;font-size:16px;line-height:24px;font-weight:500;color:#333333;}
.new-cont .form-feedback .form-control::placeholder{font-size:16px;line-height:24px;font-weight:500;color:#999999;}
.new-cont .btn{font-size:16px;line-height:24px;font-weight:800;color:#ffffff;width:100%;padding:15px 0;text-transform:uppercase;background-color:#d4101c;}
.new-cont .btn:hover{background-color:#d4101c;text-decoration:underline;}

.hotpro{padding:70px 0 160px 0;}
.hotpro .skip{margin-top:25px;}
.hotpro .grid{margin-top:60px;gap:var(--bs-gap,25px);}
.hotpro .g-col-xl-3{border:2px solid #d2dce6;padding:30px;}
.hotpro .g-col-xl-3 .img a{display:block;text-align:center;overflow:hidden;}
.hotpro .g-col-xl-3 .img a img{transition:all .5s;mix-blend-mode:darken;}
.hotpro .g-col-xl-3 .img a:hover img{transform:scale(1.1);transition:all .5s;}
.hotpro .g-col-xl-3 .title{font-size:18px;line-height:28px;font-weight:800;color:#333333;margin-top:40px;}
.hotpro .g-col-xl-3 .title:hover{color:var(--public-color);}
.hotpro .g-col-xl-3 .msg{font-size:16px;line-height:28px;color:#666666;margin-top:25px;}

@media (max-width:768px) {
    .bread{margin-top:10px;}
    .bread .breadcrumb a{font-size:14px;line-height:22px;}
    .bread .breadcrumb-item+.breadcrumb-item{margin-left:10px;}
    .bread .breadcrumb-item+.breadcrumb-item::before{margin-right:10px;}

    .new-cont{margin-top:0;padding-bottom:20px;}
    .new-cont .under{margin-top:10px;flex-wrap:wrap;}
    .new-cont .left{width:100%;}
    .new-cont .t1{letter-spacing:0;}
    .new-cont .box{margin-top:10px;}
    .new-cont .date{margin-right:10px;}
    .new-cont .date, .new-cont .visit{font-size:14px;line-height:22px;}
    .new-cont .center{margin-top:20px;}
    .new-cont .center p{font-size:14px;line-height:22px;}
    .new-cont .center p img{max-width:100%;height:auto !important;}
    .new-cont .center h2{font-size:18px;line-height:26px;}
    .new-cont .center h3{font-size:16px;line-height:24px;}
    .new-cont .last{margin-top:20px;padding-top:10px;flex-wrap:wrap;}
    .new-cont .last .li{width:100%;}
    .new-cont .last span{font-size:16px;line-height:24px;}
    .new-cont .last .next{margin-top:5px;}
    .new-cont .last p{font-size:14px;line-height:22px;}
    .new-cont .last .ri{width:100%;margin-top:20px;}
    .new-cont .last .ri a{width:auto;padding:10px 35px;display:table;margin:0 0 0 auto;font-size:14px;line-height:22px;}

    .new-cont .right{width:100%;margin-top:20px;}
    .new-cont .right .title{font-size:18px;line-height:26px;}
    .new-cont .right .rbox:nth-child(2),.new-cont .right .rbox{margin-top:20px;}
    .new-cont .right .rbox{flex-wrap:wrap;}
    .new-cont .rbox .img{width:100%;}
    .new-cont .rbox .texts{width:100%;margin-top:15px;}
    .new-cont .rbox .rbox-date{font-size:14px;line-height:22px;}

    .new-cont .formbox{margin-top:20px;padding:30px;}
    .new-cont form{margin-top:20px;}
    .new-cont .form-title{font-size:18px;line-height:26px;}
    .new-cont .form-row{margin:0;}
    .new-cont .form-feedback .form-control{padding:10px 15px;}

    .hotpro{padding:20px 0;}
    .hotpro .skip{display:none;}
    .hotpro .grid{margin-top:20px;}
    .hotpro .g-col-xl-3 .title{margin-top:20px;}
    .hotpro .g-col-xl-3 .msg{font-size:14px;line-height:22px;margin-top:10px;}
}

.better{margin-top:180px;padding-bottom:130px;}
.better .t1{text-align:center;}
.better .skip{text-align:center;margin-top:20px;}
.better .msg{text-align:center;margin-top:40px;}
.better .grid{margin-top:80px;gap:var(--bs-gap,30px);}
.better .g-col-xl-3{position:relative;}
.better .box{position:absolute;left:0;bottom:0;width:100%;padding:15px 20px;background-color:rgba(0,0,0,.3);}
.better .title{font-size:16px;line-height:24px;font-weight:500;color:#ffffff;}

.tomi{background-color:#f2f5f8;padding:90px 0 130px;}
.tomi .top .t1{text-align:center;}
.tomi .top .skip{text-align:center;margin-top:30px;}
.tomi .top .msg{width:74%;text-align:center;margin:30px auto 0 auto;}
.tomi .center{margin-top:60px;}
.tomi .grid{margin-top:40px;gap:var(--bs-gap,30px);}
.tomi .title{font-size:20px;line-height:28px;font-weight:700;color:#333333;margin-top:50px;}
.tomi .g-col-xl-3 .msg p{color:#666666;margin-top:20px;font-size:16px;}
.tomi .last{margin-top:30px;}

.ties{margin-top:120px;padding-bottom:140px;}
.ties .top .t1{text-align:center;}
.ties .top .skip{text-align:center;margin-top:30px;}
.ties .top .msg{width:74%;text-align:center;margin:30px auto 0 auto;}
.ties .grid{margin-top:70px;gap:var(--bs-gap,45px);}
.ties .title{font-size:42px;line-height:52px;font-weight:800;color:#333333;margin-top:45px;}
.ties .g-col-xl-6 .msg{color:#999999;margin-top:40px;}
.ties .tip{margin-top:40px;}
.ties .tip p{font-size:18px;line-height:28px;font-weight:600;color:#666666;margin-bottom:10px;}
.ties .tip p::before{content: "";width:17px;height:13px;background:url(../../images/home-pill-icon.jpg) no-repeat;background-size:cover;display:inline-block;margin-right:10px;}
.ties .more{padding:12px 70px;font-size:18px;line-height:32px;font-weight:800;color:#ffffff;background-color:#093c73;text-transform:uppercase;margin-top:45px;}
.ties .more:hover{background-color:var(--public-color);}

@media (max-width:768px) {
    .better{margin-top:20px;padding-bottom:30px;}
    .better .skip{display:none;}
    .better .msg{margin-top:10px;}
    .better .grid{margin-top:20px;}

    .tomi{padding:30px 0;}
    .tomi .top .skip{display:none;}
    .tomi .top .msg{width:100%;margin:5px auto 0 auto;}
    .tomi .center{display:none;}
    .tomi .grid{margin-top:20px;gap:var(--bs-gap,20px);}
    .tomi .g-col-xl-3 .img img{width:100%;}
    .tomi .title{margin-top:15px;font-size:18px;line-height:26px;}
    .tomi .g-col-xl-3 .msg p{margin-top:10px;font-size:14px;line-height:22px;}
    .tomi .last{display:none;}

    .ties{margin-top:20px;padding-bottom:30px;}
    .ties .top .skip{display:none;}
    .ties .top .msg{width:100%;margin-top:10px;}
    .ties .grid{gap:var(--bs-gap,15px);margin-top:20px;}
    .ties .title{font-size:18px;line-height:26px;margin-top:15px;}
    .ties .g-col-xl-6 .msg{margin-top:5px;}
    .ties .tip{margin-top:10px;}
    .ties .tip p{font-size:14px;line-height:22px;}
    .ties .more{padding:10px 30px;font-size:14px;line-height:22px;margin-top:20px;}
}

.correfaq{padding:110px 0;background-color:#f2f5f8;border-bottom:6px solid #093c73;}
.correfaq .box{display:flex;justify-content:space-between;}
.correfaq .left{width:35%;}
.correfaq .skip{margin-top:35px;}
.correfaq .left .msg{font-size:16px;line-height:28px;font-weight:600;color:#999999;margin-top:40px;}
.correfaq .left a{font-size:18px;line-height:32px;font-weight:600;color:#ffffff;text-transform:uppercase;padding:15px 25px;background-color:#093c73;margin-top:40px;}
.correfaq .left a:hover{background-color:var(--public-color);}
.correfaq .right{width:55.8%;}
.correfaq .last{margin-top:120px;}

.correfaq .faq-item{padding:20px 0;border-bottom:1px solid #e6ebf1;}
.correfaq .faq-title{font-size:18px;line-height:32px;font-weight:800;color:#333333;position:relative;}
.correfaq .faq-title span{color:#d4101c;margin-right:20px;}
.correfaq .faq-content{font-size:18px;line-height:28px;color:#888888;height:0;overflow:hidden;;transition:all .5s;}
.correfaq .faq-item.active{padding-left:30px;padding-right:30px;background-color:#fff;border-left:4px solid #093c73;transition:all .5s;}
.correfaq .faq-item.active .faq-title{color:#093c73;}
.correfaq .faq-item .faq-title::after{content:"";width:10px;height:9px;background:url(../../images/faq-icon1.png)no-repeat;
background-size:cover;display:block;position:absolute;right:30px;top:12px;}
.correfaq .faq-item.active .faq-title::after{width:6px;height:3px;background:url(../../images/faq-icon2.png)no-repeat;right:3px;top:15px;}
.correfaq .faq-item.active .faq-content{margin-top:15px;height:auto;transition:all .5s;}

.round{margin-top:190px;}
.round .top .t1{text-align:center;}
.round .top .skip{text-align:center;margin-top:20px;}
.round .top .msg{margin-top:45px;text-align:center;}
.round .under{margin-top:100px;}
.round .box:nth-child(1){display:flex;justify-content:flex-end;}
.round .max-1660{max-width:1660px;display:flex;justify-content:space-between;align-items:center;}
.round .left{width:48.2%;}
.round .right{width:45.2%;}
.round .under .t1{margin-top:25px;}
.round .under .skip{margin-top:25px;}
.round .under .msg{margin-top:35px;}
.round .box:nth-child(1) .right{order:-1;}

.sales{padding:75px 0 85px 0;background:url(../../images/sales-bg.jpg)no-repeat;background-size:cover;margin-top:130px;}
.sales .num{margin:0 auto;display:table;}
.sales .t1{text-align:center;margin-top:25px;}
.sales .skip{text-align:center;margin-top:35px;}
.sales .grid{margin-top:40px;gap:var(--bs-gap,0);}
.sales .g-col-xl-4{padding:28px;}
.sales .title{font-size:20px;line-height:28px;font-weight:800;color:#333333;margin-top:70px;}
.sales .msg{font-size:16px;line-height:28px;font-weight:600;color:#999999;margin-top:35px;height:112px;}
.sales .last{margin-top:35px;}

.log .top{padding:110px 0 75px 0;background-color:#093c73;}
.log .t1{text-align:center;color:#fff;}
.log .skip{text-align:center;margin-top:15px;}
.log .swiper{padding-bottom:60px;}
.log .swiper-slide{width:57.3%;}
.log .swiper-button-prev{left:11.1%;top:39%;width:82px;height:82px;}
.log .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/log-prev.png)no-repeat;background-size:cover;position:absolute;left:0;top:0;}
.log .swiper-button-next{right:11.1%;top:39%;width:82px;height:82px;}
.log .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/log-next.png)no-repeat;background-size:cover;position:absolute;left:0;top:0;}
.log .swiper-pagination{display:flex;align-items:center;justify-content:center;}
.log .swiper-pagination-bullet{width:10px;height:10px;background-color:#ced8e3;opacity:1;}
.log .swiper-pagination-bullet-active{background-color:#093c73;border:4px solid #ced8e3;width:14px;height:14px;}

@media (max-width:768px) {
    .round{margin-top:20px;}
    .round .top .skip{display:none;}
    .round .top .msg{margin-top:10px;}
    .round .under{margin-top:20px;}
    .round .max-1660{padding:0 15px;}
    .round .num{display:none;}
    .round .under .skip{display:none;}
    .round .under .t1{margin-top:0;}
    .round .under .msg{margin-top:10px;}
    .round .box:last-child{margin-top:20px;}

    .sales{margin-top:20px;padding:20px 0;}
    .sales .num{display:none;}
    .sales .t1{margin-top:0;}
    .sales .skip{display:none;}
    .sales .grid{margin-top:20px;gap:var(--bs-gap,15px);}
    .sales .g-col-xl-4{padding:0;}
    .sales .title{font-size:18px;line-height:26px;margin-top:15px;}
    .sales .msg{font-size:14px;line-height:22px;margin-top:10px;}
    .sales .last{display:none;}
    .sales .msg{height:auto;}

    .log .top{padding:20px 0;}
    .log .skip{display:none;}
    .log .swiper{padding-bottom:40px;}
    .log .swiper-slide{width:100%;}
    .log .swiper-button-next,.log .swiper-button-prev{display:none;}
}

.correfaq1{background-color:#fff;}

@media (max-width:768px) {
    .correfaq{padding:20px 0;}
    .correfaq .box{flex-wrap:wrap;}
    .correfaq .left{width:100%;}
    .correfaq .skip{display:none;}
    .correfaq .left .msg{font-size:14px;line-height:22px;margin-top:10px;}
    .correfaq .left a{display:none;}
    .correfaq .right{width:100%;margin-top:15px;}
    .correfaq .faq-item{padding:10px 0;}

    .correfaq .last{margin-top:20px;}
}

.prolist.banner{padding-bottom:0;}
.prolist.banner .container-xl{height:100%;}
.prolist.banner .breadcrumb{margin-top:0;}
.prolist.banner .box{height:100%;padding-top:30px;position:relative;}
.prolist.banner .t1{margin-top:135px;}
.prolist.banner .msg{color:#ffffff;margin-top:30px;width:63%;}
.prolist.banner .tip{margin-top:40px;}
.prolist.banner .tip p{font-size:18px;line-height:32px;color:#ffffff;}
.prolist.banner .tip p::before{content:"";width:19px;height:14px;background:url(../../images/probanner-icon.png)no-repeat;background-size:cover;
display:inline-block;margin-right:20px;}
.prolist.banner .img{position:absolute;right:0;bottom:-100px;}

.prolist{margin-top:60px;padding-bottom:110px;}
.prolist .grid{margin-top:80px;gap:var(--bs-gap,25px)}
.prolist .g-col-xl-3{border:2px solid #e0e7ed;}
.prolist .texts{padding:0 30px 50px 30px;}
.prolist .title{font-size:18px;line-height:32px;font-weight:800;color:#333333;}
.prolist .msg{font-size:16px;line-height:28px;color:#666666;}
.prolist .msg:nth-child(2){margin-top:25px;margin-bottom:10px;}
.prolist .msg strong{font-weight:400;}
.prolist .title:hover{color:var(--public-color);}
.prolist .g-col-xl-3:hover{box-shadow:0 0 30px 1px rgba(0,0,0,.1);border-color:transparent;}

.matic{padding:130px 0 120px 0;background-color:#f2f5f8;}
.matic .t1{text-align:center;}
.matic .skip{margin-top:30px;text-align:center;}
.matic .box{display:flex;justify-content:space-between;}
.matic .box .left{width:37%;}
.matic .box .left img{height:100%;}
.matic .box .right{width:63%;border-style:solid;border-width:4px;border-color:transparent;padding:0 150px 0 55px;background-color:#fff;display:flex;align-items:center;}
.matic .box .title{font-size:26px;line-height:32px;font-weight:800;color:#333333;}
.matic .box .tip{margin-top:20px;}
.matic .box .tip p{font-size:16px;line-height:28px;font-weight:600;color:#666666;}
.matic .box .tip p::before{content:"";width:16px;height:12px;background:url(../../images/matic-p-icon.jpg)no-repeat;background-size:cover;display:inline-block;margin-right:20px;}
.matic .box.active .right{border-color:#093c73;}
.matic .under .box{margin-top:50px;}
.matic .under .box:nth-child(1){margin-top:60px;}
.matic .under .box:nth-child(even) .left{order:2;}

.onal{margin-top:100px;padding-bottom:120px;}
.onal .t1{text-align:center;}
.onal .skip{text-align:center;margin-top:30px;}
.onal .grid{margin-top:50px;gap:var(--bs-gap,0);}
.onal .swiper{padding:2px;}
.onal .swiper-slide{padding:30px;}
.onal .title{font-size:20px;line-height:28px;font-weight:800;color:#333333;margin-top:40px;}
.onal .msg{font-size:16px;line-height:24px;font-weight:600;color:#999999;margin-top:35px;}
.onal .last{margin-top:30px;}
.onal .swiper-slide:hover{box-shadow:0 0 300px 1px rgba(0,0,0,.1);}

@media (max-width:768px) {
    .prolist.banner .container-xl{height:auto;}
    .prolist.banner .box{padding-top:0;}
    .prolist.banner .t1{margin-top:0;}

    .prolist{margin-top:20px;padding-bottom:20px;}
    .prolist .skip{display:none;}
    .prolist .grid{margin-top:0;}
    .prolist .texts{padding-bottom:30px;}
    .prolist .title{line-height:26px;margin-top:10px;}
    .prolist .msg:nth-child(2){margin-top:5px;margin-bottom:0;}

    .matic{padding:20px 0;}
    .matic .skip{display:none;}
    .matic .under .box:nth-child(1),.matic .under .box{margin-top:20px;display:block;}
    .matic .box .left,.matic .box .right{width:100%;}
    .matic .box.active .right{border-color:transparent;}
    .matic .box .right{padding:25px;}
    .matic .box .title{font-size:18px;line-height:26px;}
    .matic .box .tip p{font-size:14px;line-height:22px;margin-bottom:5px;}
    .matic .box .tip p::before{margin-right:10px;}
    .matic .box .tip{margin-top:10px;}

    .onal{margin-top:30px;padding-bottom:0;}
    .onal .skip{display:none;}  

    .onal .swiper{margin-top:20px;}
    .onal .swiper-slide{padding:0;}
    .onal .title{margin-top:15px;font-size:18px;line-height:26px;}
    .onal .msg{font-size:14px;line-height:22px;margin-top:10px;}
    .onal .last{display:none;}
}

.probread{margin-top:120px;padding-top:30px;background-color:#f3f3f3;}
.probread .breadcrumb{display:flex;align-items:center;}
.probread .breadcrumb a{font-size:18px;line-height:28px;font-weight:500;color:#666666;}
.probread .breadcrumb-item+.breadcrumb-item{margin-left:10px;display:flex;align-items:center;}
.probread .breadcrumb-item+.breadcrumb-item::before{content:"";width:18px;height:8px;background:url(../../images/bread-icon1.png)no-repeat;
background-size:cover;margin-right:10px;}
.probread .breadcrumb a:hover{text-decoration:underline;}

.procont{padding-top:100px;padding-bottom:70px;background-color:#f3f3f3;}
.procont .container-xl{display:flex;justify-content:space-between;}
.procont .left{width:56.5%;}
.procont .t1{letter-spacing:-1px;}
.procont .msg{margin-top:20px;}
.procont .tips{margin-top:50px;}
.procont .tip{font-size:18px;line-height:28px;font-weight:500;color:#333333;margin-bottom:20px;}
.procont .tip strong{font-size:18px;line-height:28px;font-weight:400;color:#666666;width:33%;display:inline-block;}
.procont .tip:last-child{margin-bottom:0;}
.procont .as{margin-top:150px;}
.procont .a1{font-size:18px;line-height:28px;font-weight:800;border:4px solid #093c73;color:#093c73;padding:16px 85px;text-transform: uppercase;margin-right:20px;}
.procont .a2{font-size:18px;line-height:28px;font-weight:800;border:4px solid #093c73;color:#093c73;padding:16px 60px;text-transform: uppercase;}
.procont .a1:hover,.procont .a2:hover{background-color:#093c73;color:#fff;}
.procont .share{margin-top:40px;}
.procont .share img{mix-blend-mode:darken;margin-right:5px;}

.procont .right{width:42.2%;}
.procont figure.mz-figure{background-color:#f3f3f3;}
.procont figure.mz-figure img{mix-blend-mode:darken;}
.procont .product-thumbs{padding:0;margin-top:60px;}
.procont .mz-thumb.mz-thumb-selected img{border:none;}
.procont .swiper-slide{background-color:#e9e9e9;}
.procont .swiper-slide img{mix-blend-mode:darken;}
.procont .swiper-slide-active{position:relative;background-color:#a2a2a2;}
.procont .swiper-slide:hover{background-color:#a2a2a2;}

.navi{margin-top:80px;}
.navi.top{margin-top:0;position:fixed;left:0;top:-100px;width:100%;background-color:#fff;z-index:998;}
.navi.top .box{padding:15px;}
.navi.top.active{top:80px;transition:all .5s;}
.navi.top.active .box{border-bottom-width:4px;}

.navi .box{display:flex;justify-content:space-between;padding-bottom:25px;border-bottom:6px solid #d40d18;}
.navi .box .nav-btn{width:20%;text-align:center;font-size:18px;line-height:26px;font-weight:800;color:#333333;text-transform:uppercase;
border-right:2px solid #d40d18;}
.navi .box .nav-btn:nth-child(1){border-left:2px solid #d40d18;}
.navi .box .nav-btn.active{color:#d40d18;}
.navi .box .nav-btn:hover{color:#d40d18;}

.p1,.p2,.p4,.p5{margin-top:80px;}
.p1 .t1,.p2 .t1,.p3 .t1,.p1 .title,.p4 .title,.p5 .title{font-size:36px;line-height:46px;font-weight:800;color:#093c73;margin-bottom:60px;text-transform:capitalize;}
.p1 p{font-size:18px;line-height:32px;color:#666666;}
.p1 img,.p4 img,.p5 img{max-width:100%;}
.p5 table{width:100%;}
.p5 table tr td{padding:10px 40px;}
.p5 table tr:nth-child(odd) td{background-color:#fbfbfb;}
.p5 table tr:nth-child(1) td{background-color:#093c73;font-size:16px;line-height:32px;font-weight:600;color:#fff;}
.p5 table tr:nth-child(even) td{background-color:#f4f4f4;color:#333333;}

.p2 .grid{gap:var(--bs-gap,25px);}
.p2 .img{position:relative;}
.p2 .img .text{font-size:16px;line-height:32px;font-weight:500;color:#ffffff;position:absolute;left:0;bottom:0;width:100%;padding:10px 20px;
background-color:rgba(0,0,0,.3);}
.p2 .msg{font-size:16px;line-height:28px;font-weight:600;color:#999999;margin-top:60px;}

.p3{margin-top:80px;padding-bottom:120px;}
.p3 .box{display:flex;justify-content:space-between;margin-top:25px;}
.p3 .box .left{width:50%;}
.p3 .text{font-size:18px;line-height:28px;font-weight:800;color:#999999;}
.p3 .box1{margin-top:40px;}
.p3 .box1 p{padding:15px 0;font-size:18px;line-height:28px;color:#666666;border-bottom:1px solid #eeeeee;}
.p3 .box1 p::before{content:"";width:12px;height:13px;background:url(../../images/p3-icon1.jpg)no-repeat;background-size:cover;display:inline-block;margin-right:30px;}
.p3 .box1 p.active::before{background:url(../../images/p3-icon2.jpg)no-repeat;}
.p3 .box1 p:nth-child(1){border-top:1px solid #eeeeee;}
.p3 .box .right{width:42.9%;}
.p3 .box2{padding:30px 20px 50px 30px;box-shadow:0 0 30px 1px rgba(0,0,0,.1);display:none;}
.p3 .box2.active{display:block  ;}
.p3 .title{font-size:20px;line-height:28px;font-weight:800;color:#333333;margin-top:45px;}
.p3 .msg{font-size:16px;line-height:28px;font-weight:600;color:#999999;margin-top:10px;}

#p4{background-color:#f7f9fb;padding:100px 0;}
#p5{padding:0 0 80px 0;}

@media (max-width:768px) {
    .probread{margin-top:0;padding-top:0;}
    .probread .breadcrumb a{font-size:14px;line-height:22px;}
    .probread .breadcrumb-item+.breadcrumb-item{margin-left:10px;}
    .probread .breadcrumb-item+.breadcrumb-item::before{margin-right:10px;}

    .procont{padding-top:10px;padding-bottom:20px;}
    .procont .msg{margin-top:5px;}
    .procont .tip strong{width:auto;}
    .procont .tips{margin-top:10px;}
    .procont .tip{font-size:14px;line-height:22px;margin-bottom:5px;}
    .procont .tip strong{font-size:14px;line-height:22px;}

    .procont .as{margin-top:20px;}
    .procont .a1,.procont .a2{font-size:14px;line-height:22px;padding:5px 20px;}
    .procont .a1{margin-right:10px;}
    .procont .share{margin-top:10px;}

    .p1, .p2, .p4, .p5{margin-top:20px;}
    .p1 .t1, .p2 .t1, .p3 .t1, .p1 .title, .p4 .title, .p5 .title{font-size:18px;line-height:26px;margin-bottom:5px;}
    .p1 p{font-size:14px;line-height:22px;}
    #p4{padding:0 0 20px 0;}

    .p2 .img img{width:100%;}
    .p5 table tr td{padding:10px;}
    .p2 .msg{margin-top:10px;font-size:14px;line-height:22px;}

    .p3{margin-top:20px;}
    #p5{padding-bottom:20px;}
    .p3 .box .left{display:none;}
    .p3 .box .right{width:100%;}
    .p3 .box2{display:block;padding:30px;}
    .p3 .title{margin-top:20px;font-size:18px;line-height:24px;margin-top:20px;}
    .p3 .msg{margin-top:5px;font-size:14px;line-height:22px;}
}

.field{margin-top:165px;}
.field .top{display:flex;justify-content:flex-end;}
.field .top .max-1660{max-width:1660px;display:flex;justify-content:space-between;}
.field .left{width:38.6%;}
.field .t1{letter-spacing:-2px;}
.field .skip{margin-top:25px;}
.field .msg{font-size:18px;line-height:32px;color:#999999;}
.field .msg:nth-child(3){margin-top:35px;}
.field .msg:nth-child(4){margin-top:30px;}
.field .right{width: 57.1%;}

.field .under{margin-top:100px;}
.field .grid{gap:var(--bs-gap,25px);}
.field .g-col-xl-3{padding:45px;background-color:#093c73;border-radius:15px;}
.field .g-col-xl-3::after{content:"";width:7px;height:7px;background-color:#fff;border-radius:50px;display:block;margin-top:25px;display:none;}
.field .num{font-size:36px;line-height:48px;font-weight:800;color:#fff;}
.field .g-col-xl-3 .msg{font-size:18px;line-height:32px;color:#ffffff;margin-top:45px;}
.field .g-col-xl-3:hover{background-color:#d4101c;}
@media (max-width:1660px) {
    .field .top .max-1660{max-width:100%;}
}

.his{margin-top:140px;position:relative;}
.his::after{content:"";width:100%;height:1px;background-color:#dddddd;display:block;position:absolute;left:0;bottom:10px;}
.his .skip{margin-top:30px;}
.his .box{padding:90px 95px;background-color:#f2f5f8;border-radius:10px;margin-top:60px;display:flex;justify-content:space-between;align-items:center;}
.his .left{width:26.8%;display:flex;justify-content:center;align-items:center;}
.his .year{font-size:96px;line-height:120px;font-weight:800;color:#333333;}
.his .right{width:55.8%;}
.his .title{font-size:18px;line-height:32px;font-weight:600;color:#333333;}
.his .msg{font-size:18px;line-height:32px;color:#999999;margin-top:10px;}

.his .swiper-button-disabled{opacity:1;}
.his .swiper-button-prev{width:36px;height:36px;left:3.6%;top:60%;}
.his .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/his-prev.png)no-repeat;background-size:cover;display:block;position:absolute;left:0;top:0;}
.his .swiper-button-next{width:36px;height:36px;right:3.6%;top:60%;}
.his .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/his-next.png)no-repeat;background-size:cover;display:block;position:absolute;left:0;top:0;}

.his .mySwiper{margin:65px auto 0 auto;}
.his .num{font-size:24px;line-height:32px;font-weight:600;margin:25px auto 0 auto;display:table;}
.his .swiper-slide-thumb-active .num{font-size:52px;line-height:60px;margin-top:0;}
.his .mySwiper .swiper-slide::after{content:"";width:10px;height:10px;background-color:#093c73;display:block;border-radius:50px;margin:28px auto 0 auto;display:table;}
.his .mySwiper .swiper-slide-thumb-active::after{width:20px;height:20px;background:url(../../images/his-icon.jpg)no-repeat;margin-top:20px;}

.resea{display:flex;justify-content:flex-end;margin-top:160px;}
.resea .max-1660{max-width:1660px;display:flex;justify-content:space-between;}
.resea .left{width:45.8%;}
.resea .t1{margin-top:50px;letter-spacing:-1px;}
.resea .skip{margin-top:30px;}
.resea .msg{margin-top:35px;}
.resea .animbtn{margin-top:75px;}
.resea .right{width:48.2%;}
@media (max-width:1660px) {
    .resea .max-1660{max-width:100%;}
}

.duct{padding:120px 0;background-color:#f2f5f8;}
.duct .max-1660{display:flex;justify-content:space-between;align-items:center;max-width:1660px;}
.duct .left{width:53%;}
.duct .right{width:40%;}
.duct .skip{margin-top:35px;}
.duct .msg{margin-top:35px;}
.duct .animbtn{margin-top:45px;}

.mark{position:relative;}
.mark .box{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;}
.mark .box1{width:38.6%;}
.mark .skip{margin-top:35px;}
.mark .msg:nth-child(3){margin-top:30px;}
.mark .msg:nth-child(4){margin-top:35px;}
.mark .img{margin-top:50px;}

@media (max-width:768px) {
    .field{margin-top:20px;}
    .field .top .max-1660{padding:0 15px;}
    .field .t1{letter-spacing:0;}
    .field .skip{display:none;}
    .field .msg{font-size:14px;line-height:22px;}
    .field .msg:nth-child(3){margin-top:5px;}
    .field .msg:nth-child(4){margin-top:5px;}

    .field .under{margin-top:20px;}
    .field .grid{gap:var(--bs-gap,15px);}
    .field .g-col-xl-3{padding:30px 45px;}
    .field .g-col-xl-3 .msg{margin-top:0;}
    .field .g-col-xl-3::after{margin-top:10px;}

    .his{margin-top:20px;}
    .his::after{display:none;}
    .his .skip{display:none;}
    .his .box{margin-top:20px;padding:15px;flex-wrap:wrap;}
    .his .left{width:100%;}
    .his .right{width:100%;}
    .his .msg{font-size:14px;line-height:22px;}
    .his .mySwiper{display:none;}
    .his .swiper-button-next,.his .swiper-button-prev{display:none;}
    .his .swiper-pagination{bottom:0;}

    .resea{margin-top:20px;padding-bottom:20px;}
    .resea .max-1660{padding:0 15px;}
    .resea .t1{margin-top:0;letter-spacing:0;}
    .resea .skip{display:none;}
    .resea .msg{margin-top:10px;}
    .resea .animbtn{margin-top:20px;}

    .duct{padding:20px 0;}
    .duct .max-1660{padding:0 15px;}
    .duct .skip{display:none;}
    .duct .msg{margin-top:10px;}
    .duct .animbtn{margin-top:20px;}

    .mark .bg{display:none;}
    .mark .box{position:static;padding:15px 0;}
    .mark .box1{width:100%;;}
    .mark .skip{display:none;}
    .mark .msg:nth-child(3),.mark .msg:nth-child(4){margin-top:10px;}
    .mark .img{margin-top:20px;}
}

.search.banner .container-xl{height:auto;}
.search.banner .box{padding-top:0;height:auto;}
.search.banner .t1{margin-top:0;}

.header-mb .icon-whatsapp{font-size:20px;}

