/*通用样式*/
@font-face {
    font-family: 'MogulHelios';
    src: url('../fonts/MogulHelios.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root{
    --public-color:#055264;
    --max:1430px;
}

body{color:#333;font-size:16px;line-height:24px;font-family:'MogulHelios','Roboto','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{font-size:16px;margin:0 20px}
.navbar-custom .navbar-nav > .nav-item:last-child{margin-right:0}
.navbar-custom .navbar-nav > .nav-item .dropdown-item{font-size:1.2rem}
.navbar-custom .navbar-nav .nav-link{text-align:center;position:relative;color:#333333;padding:0;height:auto;display:flex;align-items:center;justify-content:center;font-weight:600;text-transform:capitalize;font-size:18px;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:20%;left:0}
.navbar-custom .navbar-nav .nav-item:hover .nav-link:before{width:100%;transition:all .5s}
.navbar-custom .navbar-nav .nav-item.active .nav-link:before{width:100%;transition:all .5s}
.navbar-custom .navbar-nav .nav-item.active .nav-link{color:var(--public-color)}
.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:all .6s}
.navbar-custom .navbar-nav .nav-link.disabled{color:rgba(0,0,0,0.3)}
.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)}
.ccert .t1{margin-bottom:50px;text-align:center}
.ccert .img{margin-bottom:50px;border:1px solid #666}



.header{z-index:999;width:100%;position:fixed;top:0;left:0;background-color:#fff}
.header.fadeInDown{position:fixed;left:0;top:0;background-color:#fff;box-shadow:0 0 10px 1px rgba(0,0,0,.1)}
.header.fadeInDown .navbar-custom .navbar-nav .nav-link{height:100%}
.header .top-search-box{display:flex;align-items:center;position:relative;width:108px;justify-content:center}
.header .top-search-box .dropdown-menu.show{left:auto;right:0}
.header .top-search-box .search-group .btn{background-color:var(--public-color)}
.header .top-lang{display:flex;align-items:center;justify-content:center;margin-left:35px}
.header .top-lang a:hover{color:var(--public-color);transition:color 0.3s}
.header .top-lang .dropdown-menu.show{left:auto;right:0;top:100%}
.header .dropdown.lang{height:100%}
.header .dropdown.lang .dropdown-toggle{padding:0;background-color:transparent;font-size:18px;line-height:32px;font-weight:600;display:flex;align-items:center;transition:color 0.3s,background-color 0.3s}
.header .dropdown.lang .dropdown-toggle:after{content:"";width:26px;height:26px;background:url(../../images/language1.webp)no-repeat;background-size:cover;display:block;margin-left:20px;transition:background 0.3s}
.banner-text p,.banner-content p{max-width:100%}
.banner-text .breadcrumb{padding:4px 15px}
.header .logo{justify-content:center}
.header .logo>a{width:100%;max-width:264px}
.header .logo>a>img{height:70px;transition:height 0.3s}
.header .header-navs{display:flex;flex-direction:column;align-items:flex-end;gap:10px;transition:gap 0.45s cubic-bezier(0.4,0,0.2,1)}
.header .header-navs .top-box{display:flex;align-items:center;width:100%;justify-content:flex-end;position:relative;right:-108px;height:100%;opacity:1;pointer-events:auto;transition:right 0.3s cubic-bezier(0.4,0,0.2,1),height 0.3s cubic-bezier(0.4,0,0.2,1),opacity 0.2s cubic-bezier(0.4,0,0.2,1),visibility 0.2s cubic-bezier(0.4,0,0.2,1);will-change:right,height,opacity,visibility;z-index:9;}
.header .header-top{padding:30px 0;transition:padding 0.3s cubic-bezier(0.4,0,0.2,1);will-change:padding}
.header .nav,#header-nav,#header-nav .navbar-nav{height:100%}
.header.fadeInDown .header-navs{gap:0;transition:gap 0.25s cubic-bezier(0.4,0,0.2,1);will-change:gap}
.header.fadeInDown .top-box{height:0;opacity:0;pointer-events:none;transition:height 0.3s cubic-bezier(0.4,0,0.2,1),opacity 0.2s cubic-bezier(0.4,0,0.2,1),visibility 0.2s cubic-bezier(0.4,0,0.2,1)}
.header.fadeInDown .header-top{padding:10px 0;transition:padding 0.3s cubic-bezier(0.4,0,0.2,1)}

@media(max-width:1580px){
    .header .header-navs .top-box{right:0;transition:right 0.45s cubic-bezier(0.4,0,0.2,1);}
    .header .top-search-box{width:60px;justify-content: flex-end}
}


/*移动端头部样式*/
@media(max-width:768px){
	.ccert .t1{margin-bottom:30px;text-align:center}
    .ccert .img{margin-bottom:30px}
    body{padding-top:50px;font-size:14px;}
    .header-mb{background:#fff;position:fixed;top:0;left:0;width:100%;border-bottom:1px solid var(--public-color);z-index:999}
    .header-mb .container-xl{height:50px}
    .header-mb .top-logo{width:38%}
    .header-mb .top-logo>a{width:100%}
    .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:#000}
    .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:capitalize;margin-bottom:-1px;position:relative;text-transform: uppercase}
    .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:#fff}
    .main-mask{position:absolute;background-color:#000;opacity:.4;width:100%;height:100vh;z-index:9;display:none}
}
/*#endregion*/

/*默认详情设置*/
.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 -1p x 1px rbga(0,0,0,.6);font-weight:bold;cursor:pointer;font-family:'Roboto';}
@media(max-width:768px){
    .reveal-modal{visibility:hidden;top:50px;left:50%;margin-left:-45%;width:90%;position:absolute;z-index:1001;padding:25px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 0 10px rgba(0,0,0,.4);-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);-box-shadow:0 0 10px rgba(0,0,0,.4);background-color:#FFF}
    .reveal-modal .title{font-size:20px;text-align:center;margin-bottom:10px}
}


/*#留言表单*/
.form-feedback .btn{color:#fff;background:var(--public-color);border-radius:0px;font-size:16px;line-height:22px;padding-top:8px;padding-bottom:8px}
.form-feedback .btn:hover{background:var(--public-color);color:#fff;text-decoration:underline;}
@media(max-width:768px){
    .form-feedback .form-control{padding-top:10px;padding-bottom:10px;font-size:16px}
    .form-feedback .btn{padding-top:10px;padding-bottom:10px}
    .contact-wrapper .feedback-box .form-control{margin-bottom:0}
}

.form-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;}
}

/* .prompt{font-family:"Prompt"} */
.max-1650{max-width:1650px}
.max-1660{max-width:1660px}
.max-1670{max-width:1670px}
.max-1830{max-width:1830px}

.t1{font-size:42px;line-height:46px;font-weight:700}
.msg{font-size:20px;line-height:32px;color:#666666}

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



.home-banner{margin-top:110px;position:relative}
.home-banner .banner-text{text-align:left}
.home-banner .box{width:44%;background-color:rgba(5,82,100,.8);padding:70px 70px 60px 50px}
.home-banner .box .t1{font-size:36px;line-height:48px;font-weight:600;font-family:"Prompt"}
.home-banner .box .msg{font-size:17px;line-height:30px;margin-top:10px;color:#ffffff}

.contact-banner{position:relative;margin-top:130px}
.contact-banner .banner-text{text-align:left;align-items:baseline;top:0}
.contact-banner .banner-text .container-xl{height:100%;}
.contact-banner .box{background-color:rgba(5,82,100,.8);width:43%;padding:70px 85px 80px 60px;margin:30px 0 0 auto;}
.contact-banner .box1{width:43%;padding:70px 85px 80px 60px;margin:0 0 0 auto;height: 100%;display: flex;flex-direction: column;justify-content: center;}
.contact-banner .box2{width:43%;padding:70px 85px 80px 60px;margin:0 0 0 auto;display:flex;flex-direction:column;justify-content:center;position:relative;background-color:rgba(5,82,100,.8);min-height:310px;height:auto;max-height:100%;margin:70px 0 0 auto;}
.contact-banner .t1{font-size:48px;line-height:64px}
.contact-banner .msgs{margin-top:10px;}
.contact-banner .msg{font-size:22px;line-height:36px;color:#fff;font-weight:300;text-align:left;}
.contact-banner .msg>ul li{list-style-type:disc !important;list-style-position:inside;color:#fff}

.breadcrumb-item a,.breadcrumb-item{font-size:17px;line-height:30px;color:#fff}
.breadcrumb-item+.breadcrumb-item{padding-left:20px;display:flex;align-items:center}
.breadcrumb-item+.breadcrumb-item::before{content:"";width:5px;height:5px;background-color:#fff;border-radius:50%;margin-right:20px}
.breadcrumb-item a:hover{text-decoration:underline}

.other.banner{position:relative;margin-top:130px}
.other.banner .banner-text{text-align:left;align-items:baseline}
.other.banner .box{background-color:rgba(5,82,100,.8);width:43%;padding:80px 0 80px 75px;margin:30px 0 0 auto}
.other.banner .t1{font-size:48px;line-height:64px}

.pro-index-banner .box{background-color:rgba(5,82,100,.8);}
.pro-index-banner .t1{font-size:38px;}
.home-banner .banner-img img,.contact-banner .banner-img img,.other.banner .banner-img img{width:100%;}
@media (max-width:768px) {
    .home-banner{margin-top:0}
    .contact-banner .t1{font-size: 24px;line-height: 32px;}
    .contact-banner .msg{font-size: 14px;line-height: 22px;}
    .home-banner .box{width:100%;padding:20px 15px 16px 15px;box-sizing:border-box;min-width:0}
    .home-banner .box .t1{font-size:18px;line-height:26px}
    .home-banner .box .msg{font-size:14px;line-height:22px}
    .contact-banner{margin-top:0;overflow:hidden}
    .contact-banner .banner-img{width:1000px}
    .contact-banner .box2{min-height:unset;height:auto;max-height:unset;top:auto;transform:none;padding:18px 10px 18px 10px;width:100%;box-sizing:border-box}
    .contact-banner .banner-text{align-items:center;top:0}
    .breadcrumb-item a,.breadcrumb-item{font-size:15px}
    .breadcrumb-item+.breadcrumb-item{padding-left:10px}
    .breadcrumb-item+.breadcrumb-item::before{margin-right:10px}
    .other.banner{margin-top:0}
    .other.banner .banner-text{top:0;align-items:center}
    .other.banner .box{display:none}

    .contact-banner{position:relative;margin-top:0;overflow:hidden}
    .contact-banner .banner-text{text-align:center;align-items:center;top:0}
    .contact-banner .banner-text .container-xl{height:100%}
    .contact-banner .box,.contact-banner .box1,.contact-banner .box2{background-color:rgba(5,82,100,.8);width:100%;padding:18px 10px 18px 10px;margin:0;min-width:0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;height:auto;max-height:unset}
    .contact-banner .t1{font-size:24px;line-height:32px}
    .contact-banner .msgs{margin-top:10px}
    .contact-banner .msg{font-size:14px;line-height:22px;color:#fff;font-weight:300}
    .contact-banner .msg>ul li{list-style-type:disc !important;list-style-position:inside;color:#fff}
    .contact-banner .msg-serv>ul{display:flex;flex-wrap:wrap;gap:0 10px;justify-content:space-evenly;}
    .contact-banner .msg-serv>ul li{width:120px;box-sizing:border-box;}
}

.home-ahead{padding:140px 0 160px 0}
.home-ahead .top{text-align:center}
.home-ahead .top .msg{margin-top:10px}
.home-ahead .grid{margin-top:80px;gap:var(--bs-gap,40px)}
.home-ahead .g-col-xl-4{background-color:#f2f6f7}
.home-ahead .g-col-xl-4:hover{background-color:#fff;box-shadow:0 0 50px 5px rgba(0,0,0,.1)}
.home-ahead .g-col-xl-4 .texts{padding:60px 45px 100px 40px}
.home-ahead .text1{font-size:24px;line-height:32px;font-weight:700;color:var(--public-color);position:relative}
.home-ahead .text1:hover{color:var(--public-color)}
.home-ahead .text1::before{content:"";width:100%;height:2px;background-color:var(--public-color);position:absolute;left:0;bottom:0;display:none}
/* .home-ahead .text1:hover::before{display:block;} */

.home-ahead .tip{font-size:18px;line-height:30px;color:#666666;margin-top:25px;}
.home-ahead .tip:nth-child(1){margin-top:40px;}
.home-ahead .tip::before{content:"";width:24px;height:18px;background:url(../../images/home-ahead-icon.webp)no-repeat;background-size:cover;display:inline-block;position:relative;top:3px;margin-right:15px;}

.home-pro{padding:155px 0 200px 0;background-color:var(--public-color);}
.home-pro .t1{color:#fff;text-align:center;}
.home-pro .msg{width:76%;color:#fff;margin:20px auto 0 auto;text-align:center;}
.home-pro .grid{margin-top:60px;gap:var(--bs-gap,40px);}
.home-pro .g-col-xl-6 .img{height:320px;display:flex;align-items:center;justify-content:center;}
.home-pro .g-col-xl-6 .img a{display:inline-block !important;}
.home-pro .g-col-xl-6 .img img{transition:all .5s;}
.home-pro .g-col-xl-6 .img:hover img{transform:scale(1.1);transition:all .5s;}

.home-pro .a-om{text-transform:capitalize;font-size:24px;line-height:30px;font-weight:700;color:#ffffff;display:table;margin:30px auto 0 auto;border:4px solid #fff;padding:10px 20px;text-align:center}
.home-pro .msg{margin-top:40px}
.home-pro .a-om:hover .text{text-decoration:underline}
.home-about{display:flex;justify-content:flex-end;padding:150px 0 40px 0;background-color:#f2f6f7}
.home-about .max-1660{display:flex;justify-content:space-between}
.home-about .left{width:48.3%}
.home-about .left .top{width:89%}
.home-about .t2{font-size:30px;line-height:46px;color:var(--public-color);font-weight:700;margin-top:10px}
.home-about .msg:nth-child(3){margin-top:45px;text-align:justify}
.home-about .msg:nth-child(4){margin-top:20px}
.home-about .a-om{text-transform:uppercase;font-size:24px;line-height:32px;font-weight:700;color:var(--public-color);padding:12px 30px 12px 45px;border:4px solid var(--public-color);margin-top:75px;position:relative}
.home-about .a-om::before{content:"";width:0;height:100%;background-color:var(--public-color);position:absolute;left:0;top:0;transition:all .5s}
.home-about .a-om .text{display:flex;align-items:center;position:relative;z-index:10}
.home-about .a-om .text::after{content:"";width:67px;height:15px;background:url(../../images/home-about-icon1.webp)no-repeat;background-size:cover;margin-left:20px;display:block}
.home-about .a-om:hover{color:#fff}
.home-about .a-om:hover::before{width:100%;transition:all .5s}
.home-about .a-om:hover .text::after{background:url(../../images/home-about-icon2.webp)no-repeat;background-size:cover}
.home-about .grid{position:relative;top:120px}
.home-about .g-col-xl-4{padding:45px 45px 35px 30px;background-color:#fff}
.home-about .img{height:50px;display:flex;align-items:center}
.home-about .text1{font-size:16px;line-height:24px;font-weight:600;margin-top:45px}
.home-about .text1 span{color:var(--public-color)}

.home-about .right{width:51.7%;}
@media (max-width:1919px) {
    .home-about .max-1660{padding-left:15px;}
}

@media (max-width:768px) {
    .home-about .g-col-xl-4{padding:10px;}
    .home-about .img{justify-content:center;}
    .home-about .text1{margin-top:15px;font-size:14px;line-height:20px;text-align:center;}
}

.home-story{padding:240px 0 100px 0;background-color:var(--public-color)}
.home-story .t1{text-align:center;color:#fff}
.home-story .msg{color:#fff;width:61%;margin:20px auto 0 auto;text-align:center}
.home-story .swiper{margin-top:65px}
.home-story .text1{font-size:18px;line-height:24px;font-weight:700;color:#fff;text-align:center;margin-top:25px}
.home-story .swiper-button-prev{width:72px;height:72px;top:37%;left:27%}
.home-story .swiper-button-next{width:72px;height:72px;top:37%;right:27%}
.home-story .swiper-button-prev:after{content:"";width:100%;height:100%;background:url(../../images/home-story-icon1.webp)no-repeat;background-size:cover;display:block}
.home-story .swiper-button-next:after{content:"";width:100%;height:100%;background:url(../../images/home-story-icon2.webp)no-repeat;background-size:cover;display:block}
.home-new{padding:140px 0}
.home-new .t1{text-align:center}
.home-new .msg{text-align:center;margin-top:25px}
.home-new .grid{margin-top:70px;gap:var(--bs-gap,70px)}
.home-new .g-col-xl-4{padding:50px 50px 45px 50px;background-color:#f2f6f7}
.home-new .texts{margin-top:30px}
.home-new .date{font-size:16px;line-height:32px;font-weight:700;color:var(--public-color)}
.home-new .text1{font-size:18px;line-height:32px;font-weight:700;color:#333333;margin-top:15px}
.home-new .text1:hover{color:var(--public-color)}
.home-new .a-om{font-size:18px;line-height:32px;color:var(--public-color);font-weight:700;text-transform:uppercase;margin-top:25px;display:flex;align-items:center}
.home-new .a-om .text{position:relative;width:0;height:32px;overflow:hidden}
.home-new .a-om::after{content:"";width:67px;height:15px;background:url(../../images/home-about-icon1.webp)no-repeat;background-size:cover;display:block}
.home-new .g-col-xl-4:hover{background-color:#fff;box-shadow:0 0 50px 2px rgba(5,82,100,.2)}
.home-new .g-col-xl-4:hover .a-om .text{width:auto}
.home-new .g-col-xl-4:hover .a-om::after{margin-left:20px}
.home-new .g-col-xl-4 .desc{display:none}
.home-service{padding:125px 0;display:flex;justify-content:flex-end;background-color:#f2f6f7}
.home-service .max-1660{display:flex;justify-content:space-between;align-items:center}
.home-service .left{width:43.1%}
.home-service .msg:nth-child(2){margin-top:50px}
.home-service .msg:nth-child(3){margin-top:15px}
.home-service .tips{margin-top:55px}
.home-service .tip{font-size:20px;line-height:56px;color:#666666}
.home-service .tip::before{content:"";width:30px;height:30px;background:url(../../images/home-service-icon.webp)no-repeat;background-size:cover;display:inline-block;margin-right:30px;position:relative;top:7px}
.home-service .right{width:52%}

@media (max-width:1919px) {
    .home-service .max-1660{padding-left:15px;}
}

@media (max-width:768px) {
    .home-new .g-col-xl-4{padding:15px;}
    .home-new .g-col-xl-4 .img{display:none;}
    .home-new .a-om{display:none;}
    .home-new .text1{margin-top:0;}
    .home-new .g-col-xl-4 .desc{display:block;font-size:14px;line-height:22px;margin-top:10px;}
    .home-new .texts{margin-top:0;}
}

.home-contact{padding:90px 0 80px 0;background-color:var(--public-color);}
.home-contact .t1{text-align:center;color:#fff;}
.home-contact .msg{color:#fff;width:71%;margin:15px auto 0 auto;text-align:center;max-width:700px}

.home-contact .a-om{text-transform:uppercase;font-size:24px;line-height:32px;font-weight:700;color:#fff;padding:12px 30px 12px 45px;
border:4px solid #fff;position:relative;margin:55px auto 0 auto;display:table;}
.home-contact .a-om::before{content:"";width:0;height:100%;background-color:#fff;position:absolute;left:0;top:0;transition:all .5s;}
.home-contact .a-om .text{display:flex;align-items:center;position:relative;z-index:10;}
.home-contact .a-om .text::after{content:"";width:67px;height:15px;background:url(../../images/home-about-icon2.webp)no-repeat;background-size:cover;margin-left:20px;display:block;}
.home-contact .a-om:hover{color:var(--public-color);}
.home-contact .a-om:hover::before{width:100%;transition:all .5s;}
.home-contact .a-om:hover .text::after{background:url(../../images/home-about-icon1.webp)no-repeat;background-size:cover;}
    
footer .top{background-color:#f8f8f8;padding-top:110px;padding-bottom:60px;}
footer .top .container-xl{display:flex;justify-content:space-between;}
footer .box:nth-child(1){width:33%;}
footer .box:nth-child(2){width:22%;}
footer .box:nth-child(3){width:28%;padding-top:72px;}
footer .box .title{font-size:24px;line-height:32px;font-weight:700;color:#333333;text-transform:uppercase;font-family:'Poppins';}
footer .box:nth-child(2) .title{margin-bottom:40px;}

footer .x1-foott1{font-size:22px;font-weight:bold;margin:20px 0 30px;}

footer .box p{font-size:18px;line-height:24px;color:#666666;position:relative;}
footer .box .box1 p::before{content:"";width:21px;height:11px;background:url(../../images/footer-icon.webp)no-repeat;background-size:cover;display:none;margin-right:15px;}
footer .box a:hover{color:var(--public-color);}
footer .box p:hover::before{background:url(../../images/footer-icon1.webp)no-repeat;}

footer .box .text1 a{color:var(--public-color);font-size:18px;line-height:26px;}
footer .box .text1:nth-child(4){padding-top:25px;}
footer .box1{margin-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;}
footer .box1 p{width:100%;margin-bottom:10px;}
footer .box .box1 a{position:relative;display:initial;}

footer .msg{font-size:18px;line-height:32px;color:#666666;}

footer .box .msg:nth-child(2){padding-top:0;}
footer .box .msg:nth-child(4){margin-top:30px;}
footer .box .msg:nth-child(6){margin-top:30px;}

footer .box .msg a{color:#666666;}
footer .box .msg:nth-child(2),footer .box .msg:nth-child(4){color:var(--public-color);/*text-decoration:underline;*/}

footer .box .msg{font-size:18px;line-height:32px;color:#666666;}
footer .box .msg:nth-child(2){margin-top:20px;}
footer .box a:hover{color:var(--public-color);text-decoration:underline;}

footer .box .title + a{margin-top:20px;position:relative;}
footer .box .title + a::after{content:"";width:100%;height:1px;background-color:var(--public-color);position:absolute;left:0;bottom:4px;}
footer .box .title + a:hover{text-decoration:none;}
footer a.spe{font-size:18px;line-height:24px;color:#666666;}
footer a.spe::before{content:"";width:21px;height:11px;background:url(../../images/footer-icon.webp)no-repeat;background-size:cover;display:inline-block;margin-right:15px;}
footer a.spe:hover{color:var(--public-color);text-decoration:underline;}
footer a.spe:hover::before{background:url(../../images/footer-icon1.webp)no-repeat;}
footer .footer-img{margin-top:20px;}

footer .under{background-color:var(--public-color);padding-bottom:25px;padding-top:25px;}
footer .under .msg{font-size:18px;line-height:24px;color:#fff;text-align:center;}
footer .under .mb-flex .msg:nth-child(1){display:flex;gap:20px;justify-content:center}
footer .under .msg>a{color:#fff}
footer .under .msg a:hover{text-decoration:underline}
footer .under .msg:nth-child(2){margin-top:5px;}
footer .share{display:flex;align-items:center;width:21.5%;margin-top:30px;}
@media (max-width:1380px){
    footer .box:nth-child(1) .box1 a{width:100% ;}
}
@media (max-width:1320px){footer .share a{margin-left:8px;}}
@media (max-width:768px) {
    footer .box .title{text-transform:capitalize;}
    .home-ahead{padding:20px 0 30px 0;}
    .home-ahead .grid{gap:var(--bs-gap,30px);margin-top:20px;}
    .home-ahead .g-col-xl-4 .texts{padding:40px;}
    .home-ahead .text1{font-size:20px;line-height:28px;}

    .home-ahead .tip{font-size:16px;line-height:24px;margin-top:20px;}
    .home-ahead .tip:nth-child(1){margin-top:20px;}
    .home-ahead .tip::before{margin-right:10px;}

    .home-pro{padding:30px 0 50px 0;}
    .home-pro .msg{margin-top:10px;width:100%;}
    .home-pro .grid{margin-top:20px;gap:var(--bs-gap,30px);}
    .home-pro .a-om{margin-top:0;font-size:20px;line-height:28px;}
    .home-pro .msg{margin-top:20px;}

    .home-about{padding:30px 0;}
    .home-about .max-1660{padding-right:15px;}
    .home-about .t1{font-size:20px;;line-height:28px;}
    .home-about .t2{font-size:24px;line-height:32px;margin-top:5px;}
    .home-about .left .top{width:100%;}
    .home-about .msg:nth-child(3){margin-top:10px;}
    .home-about .grid{position:static;margin-top:20px;gap:var(--bs-gap,20px);}
    .home-about .a-om{font-size:20px;line-height:28px;margin-top:30px;}

    .home-story{padding:35px 0;}
    .home-story .msg{width:100%;}
    .home-story .swiper{margin-top:20px}
    .home-story .swiper-button-prev{left:0;width:58px;height:58px;}
    .home-story .swiper-button-next{right:0;width:58px;height:58px;}

    .home-new{padding:35px 0;}
    .home-new .msg{margin-top:0;}
    .home-new .grid {margin-top:20px;gap:var(--bs-gap,30px);}

    .home-service{padding:30px 0;}
    .home-service .max-1660{padding-right:15px;}
    .home-service .msg:nth-child(2){margin-top:10px;}
    .home-service .msg:nth-child(3){margin-top:10px;}
    .home-service .tips{margin-top:10px;}
    .home-service .tip::before{width:25px;height:25px;margin-right:10px;}
    .home-service .tip{font-size:14px;line-height:26px;}

    .home-contact{padding:30px 0;}
    .home-contact .msg{width:100%;}
    .home-contact .a-om{font-size:20px;line-height:28px;margin-top:30px;}

    footer{}
    footer .top{padding-top:30px;padding-bottom:30px;}
    footer .top .container-xl{flex-wrap:wrap;}
    footer .box{width:100%!important;}
    footer .box:nth-child(3){padding-top:10px;}
    footer .box:nth-child(2) .title{margin-bottom:20px;margin-top:20px;}
    footer .box .title{margin-top:20px;margin-bottom:0;font-size:20px;line-height:28px;}
    footer .box1{margin-top:10px;}
    footer .box a{width:50%;font-size:14px;line-height:22px;}
    footer .box a.logo{width:65%;}
    footer .box .text1{padding-top:5px;}
    footer .box .box1 a::before{margin-right:10px;}
    footer .box .title{margin-top:15px;margin-bottom:0px;font-size:20px;line-height:28px;}
    footer .msg{font-size:14px;line-height:22px;}
    footer .box .msg:nth-child(4){margin-top:15px;}
    footer .box .msg, footer .box:nth-child(3) a{font-size:14px;line-height:22px;}
    footer .box .msg:nth-child(2){margin-top:10px;}
    footer .box .title{margin-top:15px;font-size:20px;line-height:28px;}
    footer .box .title + a{margin-top:10px;}
    footer .right .msg{font-size:14px;line-height:22px;}
}

.contact{padding:170px 0 80px 0;}
.contact .title{font-size:36px;line-height:48px;font-weight:700;}
.contact .box{margin-top:65px;display:flex;justify-content:space-between;}
.contact .left{width:47.2%;}
.contact .icon1{display:flex;margin-bottom:10px;}
.contact .icon1 .img{width:40px;position:relative;top:-5px;}
.contact .icon1 .msg{margin-left:30px;line-height:32px;}
.contact .icon1 .msg a:hover{text-decoration:underline;}
.contact .left .title{font-size:20px;line-height:28px;font-weight:700;}
.contact .left .title:nth-child(1),.contact .left .title:nth-child(4){margin-bottom:5px;}
.contact .left .title:nth-child(4){margin-top:50px;}
.contact .contact-text{font-size:20px;line-height:28px;margin-bottom:15px;font-weight:600;text-decoration:underline;}
.contact .left .title:nth-child(3){margin-top:45px;margin-bottom:30px;}
.contact .left .title + .msg{margin-top:20px;} 
.contact .touch_text{font-size:36px;line-height:48px;font-weight:700;font-family:"Prompt";margin-top:100px;margin-bottom:45px;}
.contact .touch_text + .icons a{color:#666666;}

.contact .left .title:nth-child(5){margin-top:45px;margin-bottom:30px;}
.contact .left .title:nth-child(7){margin-bottom:25px;}

.contact .tips{margin-top:40px;}
.contact .tip{font-size:20px;line-height:28px;color:#666666;margin-bottom:20px;}
.contact .tip::before{content:"";width:32px;height:31px;background:url(../../images/contact-tip1.webp)no-repeat;background-size:cover;display:inline-block;margin-right:40px;position:relative;top:7px}

.contact .right{width:47.2%;}
.contact .form-row{margin:0;}
.contact .form-row>[class*="col-"]{padding:0;margin-bottom:25px}
.contact .title1{font-size:22px;line-height:32px;font-weight:700;color:#333333;margin-bottom:15px;display:flex;align-items:center;}
/* .contact .title1::before{content:"";width:9px;height:10px;background:url(../../images/contact-form-icon1.webp)no-repeat;background-size:cover;display:block;margin-right:10px;} */
.contact .title1::before{content:"*";color:#f40508;font-size:22px;line-height:32px;font-weight:700;margin-right:10px;}
.contact .form-feedback .form-control{padding:18px 30px;background-color:#f8f8f8;border-color:transparent;font-size:20px;line-height:28px;color:#aaaaaa;}
.contact .form-feedback .form-control::placeholder{font-size:20px;line-height:28px;color:#aaaaaa;}
.contact .form-feedback .btn{width:100%;margin-top:20px;font-size:24px;line-height:32px;font-weight:700;text-transform:uppercase;padding:20px 40px;background-color:var(--public-color);display:flex;justify-content:flex-end;}
.contact .form-feedback .btn .text{display:flex;align-items:center;}
.contact .form-feedback .btn .text::after{content:"";width:67px;height:15px;background: url(../../images/home-about-icon2.webp) no-repeat;background-size:cover;
margin-left:20px;display:block;}
.contact .form-feedback .btn:hover{text-decoration:underline;}

.contact .share{display:flex;align-items:center;margin-top:120px;}
@media (max-width:768px) {
    .contact{padding:30px 0 0 0;}
    .contact .box{margin-top:0;}
    .contact .left .title:nth-child(1){margin-bottom:20px;}
    .contact .icon1 .msg{margin-left:15px;}
    .contact .left .title:nth-child(3){margin-top:20px;margin-bottom:20px;}
    .iconbefore + .icons{margin-top:30px;}
    .contact .icon1{margin-bottom:15px;}
    .contact .title1{font-size:18px;line-height:26px;margin-bottom:10px;}
    .contact .form-feedback .form-control,.contact .form-feedback .form-control::placeholder{font-size:14px;line-height:22px;}
    .contact .form-feedback .btn{margin-top:0;font-size:16px;line-height:24px;}

    .contact .left .title{font-size:18px;line-height:26px;}
    .contact .touch_text{font-size:18px;line-height:26px;margin-top:20px;margin-bottom:20px;}
    .contact .share{margin-top:0;}
}

.cnc{padding:110px 0;background-color:var(--public-color);display:none}
.cnc .container-xl{display:flex;justify-content:space-between;}
.cnc .box{width:47.2%;background-color:#347381;position:relative;padding:60px 85px 60px 60px;}
.cnc .box::before{content:"";width:6px;height:100%;background-color:#fff;position:absolute;left:0;top:0;}
.cnc .box .title{font-size:22px;line-height:32px;font-weight:500;color:#fff;}
.cnc .box .msg{margin-top:20px;color:#fff;font-weight:400;}
.cnc .box .msg:nth-child(2){margin-top:30px;}

.nav .container-xl{display:flex;}
.nav .a-om{text-transform:uppercase;font-size:18px;line-height:32px;font-weight:700;color:var(--public-color);padding:10px 30px 10px 30px;
border:4px solid var(--public-color);position:relative;margin-right:20px;}
.nav .a-om::before{content:"";width:0;height:100%;background-color:var(--public-color);position:absolute;left:0;top:0;transition:all .5s;}
.nav .a-om .text{display:flex;align-items:center;position:relative;z-index:10;}
.nav .a-om .text::after{content:"";width:67px;height:15px;background:url(../../images/home-about-icon1.webp)no-repeat;background-size:cover;margin-left:20px;display:block;}
.nav .a-om:hover{color:#fff;}
.nav .a-om:hover::before{width:100%;transition:all .5s;}
.nav .a-om:hover .text::after{background:url(../../images/home-about-icon2.webp)no-repeat;background-size:cover;}
.nav .a-om.active{color:#fff;}
.nav .a-om.active::before{width:100%;transition:all .5s;}
.nav .a-om.active .text::after{background:url(../../images/home-about-icon2.webp)no-repeat;background-size:cover;}

.new-nav{margin-top:80px;}

.new{padding:100px 0 200px 0;}
.new .t1{text-align:center;}
.new .msg{text-align:center;margin-top:25px;}
.new .grid{gap:var(--bs-gap,70px);}
.new .g-col-xl-4{padding:50px 50px 45px 50px;background-color:#f2f6f7;}
.new .texts{margin-top:30px;}
.new .date{font-size:16px;line-height:32px;font-weight:700;color:var(--public-color);}
.new .text1{font-size:18px;line-height:32px;font-weight:700;color:#333333;margin-top:15px;}
.new .text1:hover{color:var(--public-color);}
.new .a-om{font-size:18px;line-height:32px;color:var(--public-color);font-weight:700;text-transform:uppercase;margin-top:25px;display:flex;align-items:center;}
.new .a-om .text{position:relative;width:0;height:32px;overflow:hidden;}
.new .a-om::after{content:"";width:67px;height:15px;background:url(../../images/home-about-icon1.webp)no-repeat;background-size:cover;display:block;}

.new .g-col-xl-4:hover{background-color:#fff;box-shadow:0 0 50px 2px rgba(5,82,100,.2);}
.new .g-col-xl-4:hover .a-om .text{width:auto;}
.new .g-col-xl-4:hover .a-om::after{margin-left:20px;}

@media (max-width:768px) {
    .new{padding:30px 0 60px 0}
    .new .grid{gap:18px;display:flex;flex-direction:column}
    .new .g-col-xl-4{padding:18px 12px}
    .new .t1{font-size:22px;line-height:32px;padding:0 6px}
    .new .msg{font-size:16px;line-height:24px;margin-top:10px;padding:0 6px}
    .new .date{font-size:14px;line-height:20px}
    .new .text1{font-size:16px;line-height:22px;margin-top:8px}
    .new .a-om{font-size:15px;line-height:22px;margin-top:14px;padding:0 2px}
}

.down{padding:160px 0 180px 0;}
.max-1830{max-width:1830px;}
.down .grid{gap:var(--bs-gap,40px);}
.down .img{position:relative;}
.down .img a{width:100%;height:auto;position:absolute;left:0;top:0;text-align:center;}
.down .texts{padding:15px 0;background-color:var(--public-color);}
.down .ttt{font-size:20px;line-height:28px;color:#000;text-align:center;background-color:rgb(226,226,226);padding:5px 0 15px;margin-top:-20px}
.down .texts a{display:flex;align-items:center;justify-content:center;}
.down .texts a .text{font-size:18px;line-height:32px;font-weight:700;color:#fff;text-transform:uppercase;display:flex;align-items:center;}
.down .texts a .text::after{content:"";width:67px;height:15px;background:url(../../images/down-icon_1.webp)no-repeat;background-size:cover;display:block;margin-left:30px;}

@media (max-width:768px) {
    .down{padding:30px 0;}
    .down .grid{gap:var(--bs-gap,15px);}
    .down .texts a .text{font-size:16px;line-height:24px;}
    .down .texts a .text::after{margin-left:10px;}
}

.faq{padding:150px 0 200px 0;}
.faq .container-xl{display:flex;justify-content:space-between;align-items:flex-start;}
.faq .left{width:240px;}
.faq .left a{width:100%;margin-right:0;padding:10px 25px;margin-bottom:20px;}
.faq .left a .text{justify-content:space-between;}
.faq .right{width:73.3%;}

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

.faq .faq-title{display:flex;justify-content:space-between;}
.faq .faq-title:after{content:"";width:27px;height:27px;background:url(../../images/faq-icon.webp)no-repeat;background-size:cover;display:block;}
.faq .faq-title .text{font-size:18px;line-height:24px;font-weight:600;font-family:'Prompt';width:90%;}
.faq .faq-content{height:0;overflow:hidden;}
.faq .faq-content .text1{width:95%;font-size:18px;line-height:28px;color:#999999;}

.faq .faq-item.active .faq-content .text1{}
.faq .faq-item.active .faq-title:after{transform:rotate(180deg);}
.faq .faq-item.active .faq-content{margin-top:20px;padding-bottom:25px;height:auto;transition:all .5s;}
.faq .faq-item.active{border-bottom:2px solid var(--public-color);}

.video{padding:160px 0;}
.video .grid{gap:var(--bs-gap,40px);}
.video .g-col-xl-4{position:relative;}
.video .text1{position:absolute;left:0;top:25px;padding:0 30px;font-size:18px;line-height:26px;font-weight:700;color:#fff;}
.video .video-btn{position:absolute;left:40%;top:42%;}
.video .video-btn img:nth-child(2){display:none;}
.video .g-col-xl-4:hover .video-btn img:nth-child(1){display:none;}
.video .g-col-xl-4:hover .video-btn img:nth-child(2){display:block;}

.case{padding:200px 0;}
.case .box{display:flex;justify-content:space-between;margin-bottom:140px;}
.case .box:last-child{margin-bottom:0;}
.case .left{width:22.6%;display:flex;justify-content:flex-end;border-right:4px solid #b4cbd0;}
.case .left .box1{width:70%;}
.case .left .t1{text-transform:uppercase;color:var(--public-color);}
.case .right{width:75%;display:flex;justify-content:space-between;}
.case .right .texts{width:33.7%;}
.case .right .texts p{font-size:20px;line-height:32px;color:#666666;}
.case .right .texts p:nth-child(2){margin-top:35px;}
.case .right .img{width:57.7%;}

@media (max-width:768px) {
    .faq{padding:30px 0;}
    .faq .faq-content .text1{font-size:14px;line-height:22px;}
    .faq .faq-item.active .faq-content{margin-top:15px;padding-bottom:0;}

    .case{padding:30px 0;}
    .case .left{justify-content:flex-start;border-right-color:transparent;}
    .case .right .texts p{font-size:14px;line-height:22px;}
    .case .right .texts p:nth-child(2){margin-top:10px;}
    .case .box{margin-bottom:30px;}
}

.part{padding:100px 0;}
.part .container-xl{display:flex;justify-content:space-between;align-items:center;}
.part:nth-child(even){background-color:#f2f6f7;}
.part .left{width:43%;}
.part .left .img{width:100%;height:450px;display:flex;justify-content:center;align-items:center;overflow:hidden;}
.part .t1{font-family:'Prompt';}
.part .msg{margin-top:25px;}
.part .title{font-size:22px;line-height:30px;font-weight:700;font-family:'Prompt';margin-top:40px;}
.part .tips{margin-top:30px;}
.part .tip{font-size:20px;line-height:28px;color:#666666;margin-bottom:20px;}
.part .tip::before{content:"";width:30px;height:30px;background:url(../../images/part-icon1.webp)no-repeat;background-size:cover;display:inline-block;margin-right:30px;position:relative;top:7px;}

.part .right{width:51%;}
.part:nth-child(even) .left{order:2;}

.part1{padding-top:175gpx;}

@media (max-width:768px) {
    .part1{margin-top:0;padding:30px 0;}
    .part{padding:30px 0;}
    .part .msg{margin-top:10px;}
    .part .title{margin-top:10px;font-size:18px;line-height:26px;}
    .part .tips{margin-top:10px;}
    .part .tip{margin-bottom:0;font-size:16px;line-height:24px;}
}

.work{padding:110px 0 135px 0;background-color:var(--public-color);}
.work .t1{color:#fff;text-align:center;}
.work .grid{margin-top:60px;}
.work .g-col-xl-4{padding:45px 40px 75px 40px;background-color:#377583;position:relative;}
.work .g-col-xl-4::before{content:"";width:6px;height:100%;background-color:#fff;position:absolute;left:0;top:0;}
.work .text1{font-size:42px;line-height:46px;font-weight:700;color:#fff;}
.work .text2{font-size:24px;line-height:32px;font-weight:700;color:#fff;height:64px;margin-top:35px;}
.work .msg{line-height:28px;color:#fff;margin-top:35px;}

@media (max-width:768px) {
    .work{padding:30px 0;}
    .work .grid{margin-top:20px;}
    .work .g-col-xl-4{padding:40px;}
    .work .text2{font-size:20px;line-height:28px;margin-top:10px;height:auto;}
    .work .msg{margin-top:5px;line-height:22px;}
}

.faq1{padding:125px 0 140px 0;}
.faq1 .msg{margin-top:10px;}
.faq1 .box{padding:80px 65px;background-color:#f2f6f7;margin-top:65px;}

.faq1 .faq-item:nth-child(1){border-top:2px dashed #e5e7e7;}
.faq1 .faq-item{padding:20px 0;border-bottom:2px dashed #e5e7e7;}
.faq1 .faq-title{font-size:18px;line-height:24px;font-weight:600;font-family:'Prompt';display:flex;justify-content:space-between;}
.faq1 .faq-title .text{width:98%;}
.faq1 .faq-title::after{content:"";width:9px;height:5px;background:url(../../images/faq1-icon.webp)no-repeat;background-size:cover;display:block;position:relative;top:10px;}
.faq1 .faq-content{height:0;overflow:hidden;}
.faq1 .faq-content .text1{font-size:20px;line-height:32px;color:#999999;}

.faq1 .faq-item.active{border-bottom:2px solid var(--public-color);}
.faq1 .faq-item.active .faq-content{margin-bottom:10px;margin-top:20px;height:auto;transition:all .5s;}
.faq1 .faq-item.active .faq-title{color:var(--public-color);}

@media (max-width:768px) {
    .faq1{padding:30px 0;}
    .faq1 .box{margin-top:20px;padding:20px;}
    .faq1 .faq-content .text1{font-size:14px;line-height:22px;}
}

.service{margin-top:180px;padding-bottom:70px;}
.service .grid{gap:var(--bs-gap,45px);}
.service .g-col-xl-3 .img{text-align:center;}
.service .g-col-xl-3 .text1{width:65%;font-size:20px;line-height:28px;color:#666666;margin:45px auto 0 auto;display:table;text-align:center;}

.ins{padding:85px 0 160px 0;}
.ins:nth-child(odd){background:url(../../images/ins-bg.webp)no-repeat;background-size:auto;background-position:right top;}
.ins .max-1660{display:flex;justify-content:space-between;}
.ins .left{width:55.5%;}
.ins .left .top{display:flex;justify-content:flex-end;}
.ins .left .tl{width:72%;display:flex;align-items:center;}
.ins .num{font-size:120px;line-height:120px;font-weight:700;color:var(--public-color);}
.ins .t1{margin-left:150px;}
.ins .left img{margin-top:65px;}

.ins .right{width:39.5%;padding-top:30px;}
.ins .title{font-size:22px;line-height:32px;font-weight:700;margin-top:65px;}
.ins .tips{margin-top:45px;}
.ins .tip{font-size:20px;line-height:30px;color:#666666;margin-bottom:25px;}
.ins .tip::before{content:"";width:12px;height:12px;background-color:var(--public-color);border-radius:50%;display:inline-block;margin-right:25px;}

.ins2 .left img{margin-top:55px;}
.ins3 .left img{margin-top:55px;}
.ins4 .left img{margin-top:45px;}

@media (max-width:1919px) {
    .ins .max-1660{padding-right:15px;width:100%;}
}
@media (max-width:1900px) {
    .ins .t1{margin-left:50px;}
}

.chap{padding:180px 0 80px 0;}
.chap .container-xl{display:flex;justify-content:space-between;}
.chap .left{width:50.3%;}
.chap .t2{font-size:42px;line-height:56px;font-weight:700;color:var(--public-color);margin-top:5px;}
.chap .msg{margin-top:30px; text-align: justify;line-height: 38px;}
.chap .right{width:40%;}
.chap .right img{margin-top:12px;}

@media (max-width:768px) {
    .chap{padding:30px 0;}
    .chap .msg{margin-top:10px;}
}

.oper{padding:120px 0;background-color:#f2f6f7;}
.oper .box{display:flex;justify-content:space-between;align-items:center;}
.oper .left{width:50%;}
.oper .right{width:43.8%;}
.oper .msg{margin-top:30px;} 
.oper .msg:nth-child(2){margin-top:50px;}
.oper .box:nth-child(1){margin-bottom:60px;}

@media (max-width:768px) {
    .oper{padding:30px 0;}
    .oper .msg:nth-child(2){margin-top:10px;}
    .oper .box:nth-child(1){margin-bottom:30px;}
}

.his{padding:140px 0;background-color:#f2f6f7;}
.his .top{margin-top:75px;}
.his .max-1200{max-width:1200px;}
.his .top .max-1200{display:flex;justify-content:space-between;}
.his .box{width:33%;text-align:center;}

.his .top .box{padding-bottom:60px;position:relative;}
.his .top .box::before{content:"";width:4px;height:75px;background-color:#055264;display:block;position:absolute;left:50%;bottom:-13px;}
.his .top .box:nth-child(1){width:35%;}
.his .top .box:nth-child(1) .text2{width:70%;}
.his .top .box:nth-child(2){width:31.7%;}
.his .top .box:nth-child(2) .text2{width:52%;}
.his .top .box:nth-child(3){width:33.3%;}
.his .top .box:nth-child(3) .text2{width:82%;}

.his .under{display:flex;justify-content:flex-end;}
.his .under .box{padding-top:60px;position:relative;}
.his .under .box::before{content:"";width:4px;height:75px;background-color:#055264;display:block;position:absolute;left:50%;top:-13px;}
.his .under .max-1200{display:flex;justify-content:space-between;}
.his .under .box .text2{margin-top:10px;}
.his .under .box .img{margin-top:25px;}
.his .under .box:nth-child(1){width:32.4%;}
.his .under .box:nth-child(1) .text2{width:70%;}

.his .under .box:nth-child(2){width:33.4%;}
.his .under .box:nth-child(2) .text2{width:62%;}

.his .under .box:nth-child(3){width:34.2%;}
.his .under .box:nth-child(3) .text2{width:72%;}

.his .box .img{border-radius:50%;border:5px solid var(--public-color);display:inline-block;overflow:hidden;}

.his .box .text1{font-size:24px;line-height:32px;font-weight:700;color:var(--public-color);margin-top:30px;}
.his .box .text2{font-size:20px;line-height:32px;color:#666666;margin:20px auto 0 auto;}

@media (max-width:768px) {
    .his{padding:30px 0;}
    .his .boxs{margin-top:20px;}
    .his .boxs{flex-wrap:wrap;}
    .his .box{width:100%;margin-bottom:20px;}
    .his .box .text1{font-size:20px;line-height:28px;}
    .his .box .text2{font-size:14px;line-height:22px;}

    .his .swiper-skip{display:none;}
    .his .top .box::before,.his .under .box::before{display:none;}

    .his .top{margin-top:20px;}
    .his .top .box .text2{width:100% !important;margin:10px}
    .his .top .max-1200{flex-wrap:wrap;}
    .his .top .box{width:100% !important;}
    .his .top .box{padding-bottom:0;}
    .his .box .text1{margin-top:0;}

    .his .under .max-1200{flex-wrap:wrap;}
    .his .under .box:nth-child(1),.his .under .box:nth-child(2),.his .under .box:nth-child(3){width:50%;padding-top:0;display:flex;flex-wrap:wrap;}
    .his .under .box .img{order:-1;margin:0 auto;}
    .his .under .box:nth-child(1) .text2,.his .under .box:nth-child(2) .text2,.his .under .box:nth-child(3) .text2{margin-top:0;width:100%;}
}

.vision{padding:100px 0 80px 0;background-color:#055264;}
.vision .container-xl{display:flex;justify-content:space-between;align-items:center;}

.vision .left{width:44.5%;}
.vision .t1{color:#fff;line-height:50px;}
.vision .msg{margin-top:40px;color:#fff;}
.vision .grid{margin-top:60px;gap:var(--bs-gap,15px);}
.vision .g-col-xl-6{border:10px solid #fff;position:relative;}
.vision .g-col-xl-6 span{position:absolute;right:15px;bottom:15px;z-index:10;}
.vision .g-col-xl-6 span:hover{cursor:pointer;}
.vision .g-col-xl-6 span:hover img{transform:scale(1.1);transition:all .5s;}
.vision .right{width:50%;}

@media (max-width:768px) {
    .vision{padding:30px 0;}
    .vision .msg{margin-top:10px;}
}

.max-1070{max-width:1070px;}
.cvideo{padding:110px 0 120px 0;}
.cvideo .t1{text-align:center;}
.cvideo .grid{margin-top:50px;gap:var(--bs-gap,40px);}
.cvideo .g-col-xl-4{position:relative;}
.cvideo span{position:absolute;right:30px;bottom:30px;}
.cvideo span:hover{cursor:pointer;}
.cvideo span img{transition:all .5s;max-width:100%;height:auto;}
.cvideo span:hover img{transform:scale(1.1);transition:all .5s;}

@media (max-width:768px) {
    .cvideo{padding:30px 0;}
    .cvideo .grid{margin-top:10px;gap:var(--bs-gap,10px);}
    .cvideo span{right:10px;bottom:10px;width:25%;}
}

.log{padding:100px 0 90px 0;background-color:#f2f6f7;}
.log .t1{text-align:center;text-transform:capitalize;}
.log .msg{margin-top:20px;text-align:center;}
.log .boxs{display:grid;grid-template-columns:repeat(8,1fr);gap:10px;margin-top:60px}
.log .box{text-align:center;}
.log .box .img{display:flex;justify-content:center;align-items:center;padding:5px}
.log .box .img img{mix-blend-mode:darken}
.log .box .text1{font-size:22px;line-height:32px;color:#333333;margin-top:15px;font-weight:bold}
.log .box .text1:hover{color:var(--public-color);}

@media (max-width:768px) {
    .log{padding:40px 0;}
    .log .boxs{display:flex;overflow-x:scroll;overflow-y:hidden;gap:15px;margin-top:40px;padding-bottom:20px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#999 #f0f0f0}
    .log .boxs::-webkit-scrollbar{height:8px;display:block}
    .log .boxs::-webkit-scrollbar-track{background:#f0f0f0;border-radius:4px;display:block}
    .log .boxs::-webkit-scrollbar-thumb{background-color:#999;border-radius:4px;min-width:50px}
    .log .boxs::-webkit-scrollbar-thumb:hover{background-color:#666}
    .log .boxs .box{flex:0 0 calc(50% - 7.5px);min-width:calc(50% - 7.5px);max-width:calc(50% - 7.5px);scroll-snap-align:start}
}



.new-cont{margin-top:80px;padding-bottom:70px;}
.new-cont .container-xl{display:flex;justify-content:space-between;}
.new-cont .left{width:65%;}
.new-cont .t1{font-size:32px;line-height:40px;font-weight:600;}
.new-cont .datebox{display:flex;margin-top:25px;}
.new-cont .date,.new-cont .author{font-size:18px;line-height:28px;color:#999999;}
.new-cont .author{margin-left:40px;}
.new-cont .cont{margin-top:60px;padding-bottom:80px;border-bottom:2px solid #dddddd;}
.new-cont .cont,.new-cont .cont p{font-size:18px;line-height:32px;}
.new-cont .cont img{max-width:100%;height:auto;}


.new-cont .under{margin-top:25px;display:flex;justify-content:space-between;}
.new-cont .under .title{font-size:18px;line-height:24px;font-weight:700;}
.new-cont .under .lus{margin-top:10px;}
.new-cont .under .lus{display:flex;}
.new-cont .under .lus1{font-size:12px;line-height:24px;font-weight:500;color:#055264;padding:5px 10px;border:2px solid #dddddd;margin-right:10px;}
.new-cont .share1{display:flex;margin-top:10px;}
.new-cont .share1 a,.new-cont .social{margin-left:5px;}
.new-cont .share1 a,.new-cont .share1 div{display:block;}
.new-cont .share1 div:nth-child(1){margin-left:0;}
.new-cont .social>span{padding:0;}
.new-cont .social:hover{cursor:pointer;}

.new-cont .last{margin-top:70px;position:relative;display:flex;justify-content:space-between;padding-top:35px;}
.new-cont .last::before{content:"";width:100%;height:6px;background-color:#333333;position:absolute;left:0;top:0;border-radius:50px;}
.new-cont .prev img{margin-right:15px;}
.new-cont .next img{margin-left:15px;}
.new-cont .last span{font-size:18px;line-height:32px;font-weight:700;color:#333333;}

.new-cont .right{width:30%;}
.new-cont .right .title{font-size:32px;line-height:40px;font-weight:700;font-family:'Prompt';}
.new-cont .right .box{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;}
.new-cont .right .box:nth-child(2){margin-top:50px;}
.new-cont .box .img{width:20%;}
.new-cont .box .texts{width:76%;}
.new-cont .box .date{font-size:16px;line-height:24px;color:#999999;}
.new-cont .box .text1{font-size:16px;line-height:24px;color:#333333;margin-top:15px;}

.new-cont .form-box{padding:55px 40px;background-color:var(--public-color);margin-top:80px;}
.new-cont .form-title{font-size:24px;line-height:32px;font-weight:700;color:#fff;font-family:'Prompt';}
.new-cont .form-feedback{margin-top:35px}
.new-cont .form-row{margin:0;}
.new-cont .form-row>[class*="col-"]{padding:0;}
.new-cont .form-feedback .form-control{color:#333333;padding:15px;}
.new-cont .form-feedback .form-control::placeholder{font-size:16px;line-height:36px;color:#999999;}
.new-cont .form-feedback .btn{background:transparent;}
.new-cont .form-feedback  .a-om{text-transform:uppercase;font-size:16px;line-height:28px;font-weight:700;color:#fff;padding:5px 25px 5px 25px;
border:4px solid #fff;position:relative;display:table;margin-top:25px;}
.new-cont .form-feedback .a-om::before{content:"";width:0;height:100%;background-color:#fff;position:absolute;left:0;top:0;transition:all .5s;}
.new-cont .form-feedback .a-om .text{display:flex;align-items:center;position:relative;z-index:10;}
.new-cont .form-feedback .a-om .text::after{content:"";width:39px;height:10px;background:url(../../images/new-cont-icon.webp)no-repeat;background-size:cover;margin-left:20px;display:block;}
.new-cont .form-feedback .a-om:hover{color:var(--public-color);}
.new-cont .form-feedback .a-om:hover::before{width:100%;transition:all .5s;}
.new-cont .form-feedback .a-om:hover .text::after{background:url(../../images/new-cont-icon1.webp)no-repeat;background-size:cover;}
     
.hot-pro{padding:70px 0 180px 0;}
.hot-pro .t1{font-size:36px;line-height:42px;}
.hot-pro .grid{margin-top:80px;gap:var(--bs-gap,40px);}
/* .hot-pro .g-col-xl-4{padding:25px 30px;} */
.hot-pro .texts{background-color:#616263;padding:25px 30px;}
.hot-pro .g-col-xl-4 .title{font-size:20px;line-height:32px;color:#fff;font-weight:700;}
.hot-pro .g-col-xl-4 .title:hover{text-decoration:underline;}
.hot-pro .g-col-xl-4 .text{font-size:20px;line-height:32px;color:#ffffff;}
.hot-pro .g-col-xl-4 .text:nth-child(2){margin-top:10px;}
.new-cont .cont ul,.new-cont .cont ol{padding-left:40px;}
.new-cont .cont ul,.new-cont .cont li{list-style:initial;}


@media (max-width:768px) {
    .new-cont{margin-top:30px;padding-bottom:30px;}
    .new-cont .t1{font-size:20px;line-height:28px;}
    .new-cont .datebox{margin-top:10px;}
    .new-cont .date, .new-cont .author{font-size:16px;line-height:24px;}
    .new-cont .author{margin-left:10px;}
    .new-cont .cont{margin-top:10px;}
    .new-cont .cont, .new-cont .cont p{font-size:14px;line-height:22px;}
	 .new-cont .cont, .new-cont .cont p img{max-width:100%;height:auto;}
    .new-cont .cont{padding-bottom:30px;}
    .new-cont .under .title{font-size:16px;line-height:24px;}
    .new-cont .under{flex-wrap:wrap;margin-top:15px;}
    .new-cont .under .lu{width:100%;}
    .new-cont .under .ru{display:table;margin-top:10px;}
    .new-cont .last{margin-top:20px;}

    .new-cont .prev img{width:46px;height:46px;}
    .new-cont .next img{width:46px;height:46px;}
    .new-cont .last{padding-top:25px;}
    .new-cont .last span{font-size:16px;line-height:24px;}

    .new-cont .right .title{font-size:24px;line-height:32px;}
    .new-cont .right .box:nth-child(2){margin-top:10px;}
    .new-cont .right .box{margin-bottom:10px;}
    .new-cont .box .text1{margin-top:5px;}
    .new-cont .form-box{margin-top:40px;}
    .new-cont .form-feedback .form-control{padding:10px;}

    .hot-pro{padding-top:0;padding-bottom:30px;}
    .hot-pro .t1{font-size:24px;line-height:32px;}
    .hot-pro .grid{margin-top:20px;gap:var(--bs-gap,30px);}
    .hot-pro .g-col-xl-4 .title{line-height:28px;}
    .hot-pro .g-col-xl-4 .text{font-size:16px;line-height:24px;}
}

.axis{padding:140px 0;}
.axis .msg{text-align:center;width:80%;margin:0 auto;}
.axis .grid{margin-top:80px;gap:var(--bs-gap,60px);}
.axis .g-col-xl-3{padding:0 10px;}
.axis .img{text-align:center;}
.axis .text{text-align:center;font-size:20px;line-height:28px;color:#666666;margin-top:45px;}

.proindex1{padding-bottom:100px;display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1920px;margin:0 auto}
.proindex1 .boxs{width:49.5%;display:flex;align-items:center;background-color:#f2f6f7;height:240px;margin-bottom:20px;}
.proindex1 .boxs:nth-child(odd){justify-content:flex-end;}
.proindex1 .boxs:nth-child(even) .box{padding-left:25px;}
.proindex1 .box{width:73%;display:flex;justify-content:space-between;align-items:flex-start;}
.proindex1 .box .texts{margin-top:30px}
.proindex1 .box .model{font-size:16px}
.proindex1 .box .text1{font-size:18px;line-height:26px;font-weight:700;color:var(--public-color);}
.proindex1 .box .text1:hover{text-decoration: underline;}
.proindex1 .box .msg{font-size:14px;line-height:26px;color:#666666;margin-top:15px;position:relative;}
.proindex1 .box .img{height:180px;width:43.7%;display:flex;align-items:center;}
.proindex1 .box .img img{mix-blend-mode:darken;}

.pindex1 .boxs .img img{width:90%;}
@media (max-width:768px) {
    .axis{padding:30px 0;}
    .axis .grid{margin-top:10px;gap:var(--bs-gap,10px);}
    .axis .text{margin-top:10px;font-size:14px;line-height:22px;}
    .proindex1 .boxs:nth-child(even) .box{padding:25px 15px;}
    .proindex1{padding-bottom:30px;}
    .proindex1 .boxs{width:100%;margin-bottom:10px;height:auto;}
    .proindex1 .box{width:100%;padding:25px 15px;}
    .proindex1 .box .img{height:auto;}
    .proindex1 .box .msg::before{display:none;}
}

.ax1 .img{height:139px;display:flex;align-items:center;justify-content:center;}

.dram{padding:130px 0 100px 0;}
.dram .top .t1{text-align:center;}
.dram .top .msg{text-align:center;}
.dram .top .msg:nth-child(2){margin-top:20px;}

.dram .center{margin-top:90px;display:flex;justify-content:space-between;}
.dram .center .box:nth-child(1){width:27.2%;display:flex;justify-content:flex-end;}
.dram .center .box:nth-child(1) .texts{width:85%;}
.dram .center .box:nth-child(2){width:36%;}
.dram .center .box:nth-child(3){width:28%;}
.dram .center .box:nth-child(3) .texts{width:81%;}

.dram .center .box .texts .text:nth-child(1){margin-top:0;}
.dram .center .box .text{font-size:20px;line-height:32px;color:#666666;text-align:center;margin-top:35px;}
.dram .center .box .text span{color:#055264;font-weight:600;}

.dram .grid{margin-top:100px;gap:var(--bs-gap,40px);}
/* .dram .g-col-xl-4{padding:25px 30px;} */
.dram .texts1{background-color:#616263;padding:25px 30px;}
.dram .g-col-xl-4 .title{font-size:20px;line-height:32px;color:#fff;font-weight:700;}
.dram .g-col-xl-4 .title:hover{text-decoration:underline;}
.dram .g-col-xl-4 .text{font-size:20px;line-height:32px;color:#ffffff;}
.dram .g-col-xl-4 .text:nth-child(2){margin-top:10px;}

.simp{padding:90px 0 100px 0;background-color:#055264;}
.simp .t1{line-height:56px;text-align:center;color:#fff;}
.simp .grid{gap:var(--bs-gap,10px);margin-top:35px;}
.simp .g-col-xl-4{background-color:#fff;}
.simp .texts{padding:25px;}
.simp .text{font-size:20px;line-height:30px;color:#333333;text-align:center;}

.max-1610{max-width:1610px;}
.ard{padding:110px 0 80px 0;}
.ard .max-1610{position:relative;}
.ard .t1{text-align:center;}
.ard .swiper{margin-top:80px;}
.ard .swiper-slide{position:relative;}
.ard .texts{position:absolute;left:0;bottom:0;width:100%;height:100px;background-color:#444;padding:20px 25px;}
.ard .text{font-size:20px;line-height:30px;color:#fff;text-align:center;}
.ard .swiper-button-prev{width:72px;height:72px;left:0;top:60%;}
.ard .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/ard-prev.webp)no-repeat;background-size:cover;}
.ard .swiper-button-next{width:72px;height:72px;right:0;top:60%;}
.ard .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/ard-prev.webp)no-repeat;background-size:cover;transform:rotate(180deg);}

.profaq .t1{text-align:center;}
.profaq .msg{text-align:center;}

.pro-nav{padding-top:95px;background-color:#f4f4f4;}
.pro-nav .container-xl{display:flex;flex-wrap:wrap;gap:10px}
.pro-nav a{margin-right:20px;font-size:18px;line-height:32px;color:#333333;padding:10px 45px;border:1px solid #aaaaaa;border-radius:100px;}
.pro-nav a.active{background-color:var(--public-color);color:#fff;}
.pro-nav a:hover{background-color:var(--public-color);color:#fff;border-color:var(--public-color);}

.pro-cont{background-color:#f4f4f4;padding:100px 0 40px;}
.pro-cont .container-xl{display:flex;justify-content:space-between;align-items:center;gap:50px;}
.pro-cont .left{width:100%;max-width:700px;}
.pro-cont .left .model{font-size: 22px;font-weight: 700;color:var(--public-color);}
.pro-cont .t1{font-size:40px;}
.pro-cont .msg{color:#444;margin-top:40px;font-size: 22px;}
.pro-cont .d-flex a{font-size:24px;line-height:32px;font-weight:700;color:#fff;background-color:var(--public-color);text-transform:uppercase;padding:15px 80px;margin-top:75px;}
.pro-cont .d-flex a:hover{text-decoration:underline;}
.pro-cont .tags1:hover{text-decoration:underline}
.pro-cont .shares{margin-top:30px;display:flex;align-items:center;font-size:20px;line-height:24px;font-weight:500;color:#666666;}
.pro-cont .share{display:flex;align-items:center;width:21.5%;}
.pro-cont .share a,.pro-cont .social{margin-left:10px;}
.pro-cont .share a,.pro-cont .share div{display:block;}
.pro-cont .share div:nth-child(1){margin-left:0;}
.pro-cont .social>span{padding:0;}
.pro-cont .social:hover{cursor:pointer;}
.pro-cont .right{width:100%;max-width:600px;}
.pro-cont .right .img{display:flex;justify-content:flex-start;align-items:center;}
.pro-cont .right .img img{height:324px !important;width:auto !important;}
.pro-cont .right .product-thumb{width:380px;height:auto}
.pro-cont .right a{background-color:transparent;margin-top:0;padding:0;} 
.pro-cont .right .img img{mix-blend-mode:darken;}
.pro-cont .grid{margin:0;width:100%;gap:10px;max-width:380px;}
.pro-cont .right .grid:nth-child(2){margin-top:30px;}
.pro-cont .right .grid:nth-child(3){margin-top:10px;}
.pro-cont .right .grid>div{background-color:#fff;width: 120px;height: 90px;overflow:hidden;display: flex;align-items:center;justify-content:center;}
.pro-cont .right .grid>div a{display: block;height:100%;}
.pro-cont .right .grid>div img{width:100%;height:100%;object-fit:cover;}
.pro-cont figure.mz-figure{background-color:#f4f4f4;}
.pro-cont .right .img img{mix-blend-mode:darken;}
.mz-thumb.mz-thumb-selected img{border:none;}
.pro-cont .right .g-col-xl-3 a img{height:94px;width:auto;}

.navi{margin-top:60px;}
.navi .container-xl{display:flex;justify-content:space-between;display:flex;justify-content:space-between;}
.navi .nav-btn{width:20%;position:relative;}
.navi a{width:100%;text-align:center;font-size:16px;line-height:32px;font-weight:600;font-family:'Prompt';text-transform:uppercase;color:#333333;padding:20px 0;border-right:1px solid #e9ecf0;}
.navi .nav-btn:last-child a{border-right-color:transparent;}
.navi .nav-btn.active::before{content:"";width:100%;height:6px;background-color:var(--public-color);position:absolute;left:0;bottom:0;}
.navi.top{margin-top:0;position:fixed;top:-100px;left:0;width:100%;background-color:#FFF;z-index:998;}
.navi.top.active{top:80px;transition:all.5s;}

.p1,.p2,.p3,.p4{margin-top:100px}
.p5,.p6{margin-top:40px}
.p1 h3{font-size:24px;line-height:32px;font-weight:700;color:var(--public-color);margin:30px 0 10px 0}
.p1 p{font-size:22px;line-height:32px;color:#444}
.p1 .t1,.p2 .t1,.p3 .t1,.p4 .t1,.p5 .t1,.p6 .t1{font-size:40px;margin-bottom:40px}
.p1 img,.p3 img{max-width:100%}
.p2 p{font-size:22px;line-height:36px;color:#444;position:relative;font-weight:700;}
.p2 p::before{content:"";width:10px;height:10px;background-color:var(--public-color);border-radius:50%;display:inline-block;margin-right:20px;position:relative;top:-2px}
.p3 table tr td{padding:10px;font-size:16px;line-height:24px;color:#444;border:1px solid #aaaaaa;text-align:center}
.p3 table tr:nth-child(odd) td{background-color:#fff}
.p3 table tr:nth-child(even) td{background-color:#e6edef}
.p3 table tr:nth-child(1) td{font-size:20px}
.p3 table tr td:nth-child(1){text-align:left}
.p3 table tr td[rowspan]+td{text-align:left}
#p5{padding-bottom:140px}
.p6 .box{display:grid;grid-template-columns:repeat(3,1fr);gap:6px 20px}
.p6 .box2{grid-template-columns:0.7fr 1.20fr 1.10fr}
.p6 p{font-size:20px;line-height:32px;color:#444;position:relative;display:flex}
.p6 p::before{content:"";width:10px;height:10px;background-color:var(--public-color);border-radius:50%;display:inline-block;margin-right:20px;position:relative;top:10px;min-width:10px;}
.p7 p::before{width:16px;height:16px;border:2px solid var(--public-color);background:transparent;border-radius:50%;box-sizing:border-box;display:inline-block;margin-right:20px;position:relative;top:10px;content:"";min-width:16px;}

.p4{padding:120px 0 40px 0;background-color:#055264;margin-top:0;margin-bottom: 40px;}
.p4 .t1{text-align:center;color:#fff;line-height:48px;}
.p4 .max-1450{max-width:1450px;margin:0 auto;position:relative;padding-bottom:60px}
/* .p4 .p4-prev{left:0;top:63.3%;width:16px;height:30px;} */
/* .p4 .p4-prev::after{content:"";width:100%;height:100%;background:url(../../images/p4-icon.webp)no-repeat;background-size:cover;} */
/* .p4 .p4-next{right:0;top:63.3%;width:16px;height:30px;} */
/* .p4 .p4-next::after{content:"";width:100%;height:100%;background:url(../../images/p4-icon.webp)no-repeat;background-size:cover;transform:rotate(180deg);} */
.p4 .p4-prev::after,
.p4 .p4-next::after{content:"";}
.p4 .p4-pagination .swiper-pagination-bullet{background-color:#fff;}


.p5{padding-bottom:140px;padding-top:140px;margin-top:0;}
.p5 .grid{gap:var(--bs-gap,70px);}
.p5 .g-col-xl-4{padding:50px 50px 45px 50px;background-color:#f2f6f7;}
.p5 .texts{margin-top:30px;}
.p5 .date{font-size:16px;line-height:32px;font-weight:700;color:var(--public-color);}
.p5 .text1{font-size:22px;line-height:32px;font-weight:700;color:#333333;margin-top:15px;}
.p5 .a-om{font-size:22px;line-height:32px;color:var(--public-color);font-weight:700;text-transform:uppercase;margin-top:25px;display:flex;align-items:center;}
.p5 .a-om .text{position:relative;width:0;height:32px;overflow:hidden;}
.p5 .a-om::after{content:"";width:67px;height:15px;background:url(../../images/home-about-icon1.webp)no-repeat;background-size:cover;display:block;}
.p5 .text1:hover{color:var(--public-color);}

.p5 .g-col-xl-4:hover{background-color:#fff;box-shadow:0 0 50px 2px rgba(5,82,100,.2);}
.p5 .g-col-xl-4:hover .a-om .text{width:auto;}
.p5 .g-col-xl-4:hover .a-om::after{margin-left:20px;}

@media (max-width:768px) {
    .p6 .box{grid-template-columns:repeat(1,1fr);}
    .pro-cont{padding:30px 0;}
    .pro-cont .t1{font-size:24px;}
    .pro-cont .msg{margin-top:10px;font-size: 16px;}
    .pro-cont .tips{margin-top:10px;}
    .pro-cont .tip{font-size:14px;line-height:22px;}
    .pro-cont a{margin-top:10px;font-size:16px;line-height:24px;padding:15px;}

    .p1, .p2, .p3, .p4, .p5,.p6{margin-top:20px;}
    .p1 .t1, .p2 .t1, .p3 .t1, .p4 .t1, .p5 .t1,.p6 .t1{font-size:18px;line-height:26px;margin-bottom:10px;}
    .p4 .grid{gap:var(--bs-gap,30px);}
    .p4 .texts1{padding-top:0;}
    .p4 .g-col-xl-4 .text{font-size:16px;line-height:24px;}
    .p5 .grid{gap:var(--bs-gap,30px);margin-top:20px;}
    .p5{padding-bottom:30px;}
    .p6 p{width:100%}

    .p1 h3{font-size:16px;line-height:24px;}
    .p1 p,.p2 p{font-size:14px;line-height:22px;}
    .p3 table tr:nth-child(1) td{font-size:16px;line-height:24px;}
    .p3 table tr:nth-child(even) td{background:#fff;}
    .p3 table tr td{font-size:13px;line-height:20px;padding:2px;}
    .p6 p{font-size:14px;line-height:22px;}
    #p5{padding-bottom:0;}

    .p4{padding:30px 0;}

    .p5{padding-top:0;}
}

.clog{background-color:#ffffff;padding:125px 0 150px 0;}
.clog .max-1730{max-width:1730px;position:relative;}
.clog .swiper{margin-top:75px;}
.clog .swiper .img{width:155px;height:122px;display:flex;justify-content:center;align-items:center;margin:0 auto;}
.clog .swiper .text1{margin-top:20px;text-align:center;font-size:20px;line-height:28px;color:#333333;}

.clog .swiper-button-prev,.clog .swiper-button-next{width:80px;height:80px;top:65%;z-index:100;}
.clog .swiper-button-prev{left:0;}
.clog .swiper-button-next{right:0;}
.clog .swiper-button-prev::after{content:"";width:100%;height:100%;background:url(../../images/clog-icon.webp)no-repeat;background-size:cover;position:absolute;left:0;top:0;}
.clog .swiper-button-next::after{content:"";width:100%;height:100%;background:url(../../images/clog-icon.webp)no-repeat;background-size:cover;position:absolute;left:0;top:0;transform:rotate(180deg);}
.clog .swiper-button-disabled{opacity:1;}

@media (max-width:1550px) {}

.contact .icon1 .msg.m1{margin-left:70px;}
.contact .emsg a:nth-child(2){margin-left:20px;}

.iconbefore{padding-bottom:20px;position:relative;border-bottom:2px dashed var(--public-color);}
.iconbefore + .icons{margin-top:40px;}

.contact .left .icons:nth-child(2) .icon1,.contact .left .icons:nth-child(4) .icon1{margin-bottom:10px;}

@media (max-width:1280px) {
    .contact .emsg a:nth-child(2){margin-left:0px;}
}
@media (max-width:1250px) {.contact .emsg a:nth-child(2){margin-top:5px;}}
@media (max-width:768px) {
    .clog{padding:30px 0;}
    .clog .swiper{margin-top:20px;}
    .clog .swiper-button-prev, .clog .swiper-button-next{width:40px;height:40px;}
    .clog .swiper-button-prev{left:15px;}
    .clog .swiper-button-next{right:15px;}
    .log .msg{margin-top:10px;}
    .iconbefore{padding-bottom:10px;}
    .contact .icon1 .msg.m1{margin-left:55px;}
}

.pagination{margin-top:30px;justify-content:flex-start !important;}


.photos{padding:140px 0 180px 0;background-color:#f2f6f7;}
.photos .max-1730{max-width:1730px;position:relative;}
.photos .t1{text-align:center;}
.photos .swiper{margin-top:85px;}
.photos .photos-prev{width:80px;height:80px;left:15px;top:61%;}
.photos .photos-prev::after{content:"";width:100%;height:100%;background:url(../../images/photos-icon.webp)no-repeat;background-size:cover;}
.photos .photos-next{width:80px;height:80px;right:15px;top:61%;}
.photos .photos-next::after{content:"";width:100%;height:100%;background:url(../../images/photos-icon.webp)no-repeat;background-size:cover;transform:rotate(180deg);}

@media (max-width:768px) {
    .photos{padding:30px 0;}
    .photos .swiper{margin-top:10px;}
    .photos .photos-prev,.photos .photos-next{top:51%;}
    .photos .photos-prev::after,.photos .photos-next::after{width:40px;height:40px;}
}

.pro_bread{margin-top:140px;background-color:#055264;height:70px;}
.pro_bread .container-xl{height:100%;}
.pro_bread .breadcrumb{height:100%;}
.pro_bread .breadcrumb-item{display:flex;align-items:center;}

.full{background:url(../../images/full-bg.webp)no-repeat;background-size:cover;padding:75px 0 0 0;}
.full .container-xl{display:flex;justify-content:space-between;}
.full .left{width:47.5%;padding-top:35px;}
.full .t1{color:#fff;}
.full .msg{font-size:20px;line-height:30px;color:#fff;margin-top:20px;}
.full .a-om{text-transform:uppercase;font-size:24px;line-height:32px;font-weight:700;color:#fff;padding:12px 30px 12px 45px;
border:4px solid #fff;position:relative;margin-top:35px;display:table;}
.full .a-om::before{content:"";width:0;height:100%;background-color:#fff;position:absolute;left:0;top:0;transition:all .5s;}
.full .a-om .text{display:flex;align-items:center;position:relative;z-index:10;}
.full .a-om .text::after{content:"";width:67px;height:15px;background:url(../../images/home-about-icon2.webp)no-repeat;background-size:cover;margin-left:20px;display:block;}
.full .a-om:hover{color:var(--public-color);}
.full .a-om:hover::before{width:100%;transition:all .5s;}
.full .a-om:hover .text::after{background:url(../../images/home-about-icon1.webp)no-repeat;background-size:cover;}
.full .right{width:39.3%;}

@media (max-width:768px) {
    .pro_bread{margin-top:0;}
    .breadcrumb{background-color: rgba(5,82,100,.8);}
    
    .full{padding:25px 0;background:none;background-color:var(--public-color);}
    .full .container-xl{flex-wrap:wrap;}
    .full .left{width:100%;margin-top:0;}
    .full .t1{font-size:18px;line-height:26px;}
    .full .msg{margin-top:10px;font-size:16px;line-height:24px;}
    .full .a-om{margin-top:15px;font-size:16px;line-height:24px;padding:12px 20px;}
    .full .a-om .text::after{width:45px;height:10px;}
    .full .right{width:100%;order:-1;}
    .full .right img{width:90%;}
}

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

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

.whole-t2{padding:0 15px;font-size:26px;font-weight:bold;color:var(--public-color-g);margin-bottom:20px}
.downpdf{position:absolute;z-index:10;top:0;right:0;bottom:0;left:0;cursor:pointer}
.x1-accuracy{background:#fff;padding:110px 0 90px}
.x1-accuracy .t1{margin-bottom:60px;text-align:center}
.accuracy-box{margin-bottom:15px}
.accuracy-box .img{margin-bottom:20px;border-radius:20px;overflow:hidden}
.accuracy-box .title{font-size:24px;line-height:32px;font-weight:700;color:#333;text-align:center}
@media(max-width:768px) {
	.x1-accuracy{background: #fff;padding:30px 0 30px;}
    .x1-accuracy .t1{margin-bottom: 20px;}
    .accuracy-box{margin-bottom: 15px;}
    .accuracy-box .img{margin-bottom: 15px;}
    .accuracy-box .title{font-size: 16px;line-height: 24px;}
    .part .left .img{height:auto}
}


.introduce{padding:80px 0;background-color:var(--public-color);overflow:hidden;}
.introduce .introduce-box{display:flex;align-items:center;justify-content:center;}
.introduce .introduce-item{display:flex;align-items:center;justify-content:center;padding:0 20px;border-right:2px solid #c4d6db;gap:20px;}
.introduce .introduce-item:last-child{border-right:none;}
.introduce .text1{font-size:42px;line-height:46px;font-weight:600;color:#ffffff;}
.introduce .msg{font-size:18px;line-height:28px;color:#fff;}

@media (max-width:768px) {
    .introduce{padding:20px 0}
    .introduce .container-xl{padding:0;}
    .introduce .introduce-box{display:grid;grid-template-columns:0.83fr 1fr;gap:0;}
    .introduce .introduce-item{width:100%;gap:0;height:auto;gap:5px}
    .introduce .introduce-item:nth-child(1),.introduce .introduce-item:nth-child(3){justify-content: flex-end;padding:0 10px 0 0;}
    .introduce .introduce-item:nth-child(2),.introduce .introduce-item:nth-child(4){justify-content: flex-start;border-right:0;padding:0 0 0 10px;}
    .introduce .text1{font-size:18px;line-height:28px;white-space:nowrap;}
    .introduce .msg{font-size:14.5px;white-space:nowrap;}
}


.home{position:relative;max-width:1920px;margin:0 auto;}
.home .title{font-size: 42px;line-height: 46px;font-weight:700;}
.home-new-pro{position:relative;padding:80px 0;}
.home-new-pro .top{text-align: center;}
.home-new-pro .msg{margin-top: 30px;}

.new-pro-box{display: flex;align-items: center;justify-content: center;margin-top:30px}
/* ========== Transform + Rotate 圆形布局 ========== */
/* .home-new-pro .new-pro-list{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:1600px;height:auto;min-height:800px;z-index:2}
.home-new-pro .new-pro-box{margin-top:60px;display:flex;align-items:center;justify-content:center;padding:0 26.5vw;position:relative;min-height:900px}
.home-new-pro .new-pro-box svg{position:relative;z-index:1}
.home-new-pro .new-pro-list-item{position:absolute;top:50%;left:50%;transform-origin:center center;width:300px;margin-left:-150px;margin-top:-130px;text-align:center;transition:transform 0.3s ease}
.home-new-pro .new-pro-list-item img{display:block;margin:0 auto;max-width:300px;max-height:250px;width:auto;height:auto;object-fit:contain}
.home-new-pro .new-pro-list-item span{display:block;margin-top:10px;font-size:18px;font-weight:600;color:var(--public-color)}
.home-new-pro .new-pro-list-item:hover span{text-decoration:underline} */
/* .home-new-pro .new-pro-list-item:nth-child(1){transform:rotate(-67.5deg) translateY(-380px) rotate(67.5deg)}
.home-new-pro .new-pro-list-item:nth-child(2){transform:rotate(-22.5deg) translateY(-380px) rotate(22.5deg)}
.home-new-pro .new-pro-list-item:nth-child(3){transform:rotate(22.5deg) translateY(-380px) rotate(-22.5deg)}
.home-new-pro .new-pro-list-item:nth-child(4){transform:rotate(67.5deg) translateY(-380px) rotate(-67.5deg)}
.home-new-pro .new-pro-list-item:nth-child(5){transform:rotate(112.5deg) translateY(-380px) rotate(-112.5deg)}
.home-new-pro .new-pro-list-item:nth-child(6){transform:rotate(157.5deg) translateY(-380px) rotate(-157.5deg)}
.home-new-pro .new-pro-list-item:nth-child(7){transform:rotate(202.5deg) translateY(-380px) rotate(-202.5deg)}
.home-new-pro .new-pro-list-item:nth-child(8){transform:rotate(247.5deg) translateY(-380px) rotate(-247.5deg)} */
/* @media (min-width:2100px) {
    .home-new-pro .new-pro-box{padding:0 25vw;}
}
@media (min-width:2200px) {
    .home-new-pro .new-pro-box{padding:0 21vw;}
}
@media (max-width:1750px) {
    .home-new-pro .new-pro-box{padding:0 28.5vw;}
}
@media (max-width:1550px) {
    .home-new-pro .new-pro-box{padding:0 35vw;}
    .home-new-pro .new-pro-list-item:nth-child(1){transform:rotate(-67.5deg) translateY(-320px) rotate(67.5deg) scale(.85)}
    .home-new-pro .new-pro-list-item:nth-child(2){transform:rotate(-22.5deg) translateY(-320px) rotate(22.5deg) scale(.85)}
    .home-new-pro .new-pro-list-item:nth-child(3){transform:rotate(22.5deg) translateY(-320px) rotate(-22.5deg) scale(.85)}
    .home-new-pro .new-pro-list-item:nth-child(4){transform:rotate(67.5deg) translateY(-320px) rotate(-67.5deg) scale(.85)}
    .home-new-pro .new-pro-list-item:nth-child(5){transform:rotate(112.5deg) translateY(-320px) rotate(-112.5deg) scale(.85)}
    .home-new-pro .new-pro-list-item:nth-child(6){transform:rotate(157.5deg) translateY(-320px) rotate(-157.5deg) scale(.85)}
    .home-new-pro .new-pro-list-item:nth-child(7){transform:rotate(202.5deg) translateY(-320px) rotate(-202.5deg) scale(.85)}
    .home-new-pro .new-pro-list-item:nth-child(8){transform:rotate(247.5deg) translateY(-320px) rotate(-247.5deg) scale(.85)}
}
@media (max-width:1280px) {
    .home-new-pro .new-pro-list-item img{max-width:260px;max-height:220px}
    .home-new-pro .new-pro-list-item span{font-size:16px;margin-top:8px}
}
@media (max-width:768px) {
    .home-new-pro{padding:40px 0}
    .home-new-pro .new-pro-box{margin-top:20px;min-height:unset;padding:0 10px;display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;position:relative}
    .home-new-pro .new-pro-list{position:static;width:100%;max-width:unset;height:auto;display:flex;flex-wrap:wrap;justify-content:center;margin-top:0;transform:none;left:unset;top:unset}
    .home-new-pro .new-pro-list-item{position:static;width:48%;margin:1% 1%;margin-bottom:18px;margin-left:0;margin-top:0;transform:none;text-align:center;transform:none !important}
    .home-new-pro .new-pro-list-item img{max-width:100%;max-height:140px}
    .home-new-pro .new-pro-list-item span{font-size:13px;margin-top:5px}
} */

.home-new-pro .new-pro-box-bottom{margin-top:75px;text-align:center}
.home-new-pro .more{text-transform:uppercase;font-size:24px;line-height:32px;font-weight:700;color:var(--public-color);padding:8px 80px;border:4px solid var(--public-color);position:relative;transition:all .45s ease-in-out}
.home-new-pro .more:hover{color:#fff;background-color:var(--public-color)}

@media (max-width:768px) { 
    .home .title{font-size:24px;line-height:32px;}
    .home-new-pro{padding:40px 0;}
    .home-new-pro .msg{font-size:14px;line-height:22px;margin-top: 10px;}
    
    .home-new-pro .new-pro-box-bottom {
        margin-top: 45px;
        text-align: center;
    }
    .home-new-pro .more {
        font-size: 18px;
        line-height: 28px;
        padding: 8px 40px;
        border-width: 2px;
    }
}

.new-pro-box-list{display: grid;grid-template-columns: repeat(2,1fr);gap:40px 20px;width:100%}
.new-pro-box-list .item{display: flex;flex-direction: column;align-items: center;justify-content: center;gap:10px;}
.new-pro-box-list .item .svgText{display: flex;align-items: center;justify-content: center;gap:10px;}
.new-pro-box-list .item .svgText span{font-size:20px;line-height:28px;font-weight:700;color:#000;}
.new-pro-box-list .item .svgImg{width:140px;height:140px;object-fit:contain;}


.home-new-about{background-color:#f2f6f7;padding:60px 0 90px;}
.home-new-about-box{max-width:1675px;margin:0 0 0 auto;padding-left:15px;display: flex;gap:60px;}
.home-new-about-box .text{flex:1;max-width:800px;}
.home-new-about-box .text .title{font-size:42px;line-height:48px;color:#000;font-weight:700;margin-bottom:60px;}
.home-new-about-box .text .text-content{font-size:22px;line-height:30px;color:#666;margin-bottom:40px;}
.home-new-about-box>.img{mix-blend-mode:darken;flex:1;display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-end;}
.home-new-about-box .a-om{text-transform:uppercase;font-size:24px;line-height:32px;font-weight:700;color:var(--public-color);padding:8px 40px;border:4px solid var(--public-color);position:relative}
.home-new-about-box .a-om::before{content:"";width:0;height:100%;background-color:var(--public-color);position:absolute;left:0;top:0;transition:all .5s}
.home-new-about-box .a-om .text{display:flex;align-items:center;position:relative;z-index:10}
.home-new-about-box .a-om .text::after{content:"";width:67px;height:15px;background:url(../../images/home-about-icon1.webp)no-repeat;background-size:cover;margin-left:20px;display:block}
.home-new-about-box .a-om:hover{color:#fff}
.home-new-about-box .a-om:hover::before{width:100%;transition:all .5s}
.home-new-about-box .a-om:hover .text::after{background:url(../../images/home-about-icon2.webp)no-repeat;background-size:cover}
.home-new-about-box .home-new-about-box-grid{position:relative;gap:25px;display:grid;grid-template-columns: repeat(3, 1fr);}
.home-new-about-box .home-new-about-box-grid>.item .img{width: 60px;height: 60px;}
.home-new-about-box .item{background-color:#fff;padding:30px 25px;}
.home-new-about-box .text1{font-size: 22px;line-height: 28px;font-weight: 700;margin-top: 20px;}
.home-new-about-box .text1 span{color:var(--public-color)}


@media (max-width:768px) {
    .home-new-about{padding:40px 0;}
    .home-new-about-box{flex-direction:column;align-items:flex-start;gap:10px;padding:0 15px;}
    .home-new-about-box .text{max-width:100%;}
    .home-new-about-box .text .title{font-size:24px;line-height:32px;margin-bottom:20px;}
    .home-new-about-box .text .text-content{font-size:18px;line-height:28px;margin-bottom:20px;}
    .home-new-about-box .img{max-width:100%;}
    .home-new-about-box>.img{max-height:140px;overflow:hidden;justify-content:flex-start}
    .home-new-about-box .a-om{font-size:18px;line-height:28px;padding:8px 20px;border-width:2px}
    .home-new-about-box .a-om .text{font-size:18px;line-height:28px;}
    .home-new-about-box .a-om .text::after{width:47px;height:11px;margin-left:10px;}
    .home-new-about-box .home-new-about-box-grid{grid-template-columns:repeat(2,1fr);gap:10px 20px;}
    .home-new-about-box .home-new-about-box-grid>.item .img{width: 40px;height: 40px;}
    .home-new-about-box .home-new-about-box-grid .item:nth-child(3){grid-column: 1 / 3;text-align: center;}
    .home-new-about-box .home-new-about-box-grid .item .img{margin: 0 auto;}
    .home-new-about-box .item{padding:10px 15px;}
    .home-new-about-box .text1{font-size:18px;line-height:28px;margin-top:0;text-align:center}
}

.home-adv{padding:120px 0 80px}
.home-adv .top{text-align:center}
.home-adv .top .msg{color:#333;font-size:22px;margin-top:20px}
.home-adv .home-adv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:80px}
.home-adv .home-adv-grid .item{background-color:#f2f6f7}
.home-adv .home-adv-grid .text{padding:50px 30px}
.home-adv .home-adv-grid .tt1{font-size:24px;font-weight:700;color:var(--public-color);margin-bottom:20px}
.home-adv .home-adv-grid .tt2{font-size:22px;line-height:26px;color:#666}
.home-adv .home-adv-grid .tt2 ul{list-style:none;padding:0;margin:0}
.home-adv .home-adv-grid .tt2 ul li{margin-bottom:20px;font-size:22px;line-height:34px;display:flex;gap:10px}
.home-adv .home-adv-grid .tt2 ul li::before{content:"√";font-weight:bold;color:var(--public-color);font-size:22px;margin-top:8px;flex-shrink:0;display:inline-block;line-height:1}

@media (max-width:768px) {
    .home-adv{padding:40px 0;}
    .home-adv .home-adv-grid{display:flex;overflow-x:auto;overflow-y:hidden;gap:20px;margin-top:40px;padding-bottom:10px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,0.2) transparent}
    .home-adv .home-adv-grid::-webkit-scrollbar{height:6px}
    .home-adv .home-adv-grid::-webkit-scrollbar-track{background:transparent}
    .home-adv .home-adv-grid::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.2);border-radius:3px}
    .home-adv .home-adv-grid .item{flex:0 0 calc(100% - 40px);min-width:calc(100% - 40px);max-width:calc(100% - 40px);padding:20px 15px;scroll-snap-align:start}
    .home-adv .home-adv-grid .text{padding:20px 15px;}
    .home-adv .home-adv-grid .tt1{font-size:20px;line-height:28px;}
    .home-adv .home-adv-grid .tt2{font-size:18px;line-height:28px;}
}

.home-success{padding:120px 0;background-color:#f2f6f7}
.home-success .container-xl{max-width:1660px;}
.home-success .top{text-align:center}
.home-success .home-success-swiper{margin-top:80px}
.home-success .swiper-button-prev{width:70px;height:70px;background-color:#fff;border-radius:50%;padding:20px;left:26.5%;box-shadow:0 0 10px 0 rgba(0,0,0,0.1);top:calc(50% - 26px);}
.home-success .swiper-button-next{width:70px;height:70px;background-color:#fff;border-radius:50%;padding:20px;right:26.5%;box-shadow:0 0 10px 0 rgba(0,0,0,0.1);top:calc(50% - 26px);}
.home-success .text1{font-size: 18px;text-align: center;line-height: 26px;padding:10px 0;}
.home-success-grid{display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-top: 60px;}

@media (max-width:768px) {
    .home-success{padding:40px 0;}
    .home-success .home-success-swiper{margin-top:40px;}
    .home-success .swiper-button-prev{width:50px;height:50px;padding:15px;}
    .home-success .swiper-button-next{width:50px;height:50px;padding:15px;}
    .home-success .text1{font-size:18px;line-height:28px;}
    .home-success-grid{grid-template-columns:repeat(1,1fr);gap:20px;}
}

.new-footer{background-color:#054553;padding:60px;color:#fff;}
.new-footer .footer-logo{text-align:center}
.new-footer-box{background:url(../../images/footer-bg.webp) no-repeat  center;display: flex;line-height: 36px;justify-content:space-between;gap:20px}
.new-footer-box a{color:#fff;font-size: 18px;transition: all .45s ease-in-out;}
.new-footer-box a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}
.new-footer-1>.social{display:flex;align-items:center;gap:5px;margin-top:30px;justify-content:center}
.new-footer-1>.social>.social{display:flex;align-items:center;justify-content:center}
.new-footer-1>.social>.social>a,
.new-footer-1>.social>.social>span{display:flex;align-items:center;justify-content:center}
.new-footer-1 .social>a,.new-footer-1 .social>span{background-color:transparent !important;color:#fff !important;font-size:30px !important;padding:0;width:40px}
.new-footer-1 .social>span.share-twitter{font-size:25px !important}
.new-footer-1 .social>span:before,.new-footer-1  .social>a:before{font-size:30px;width:40px}
.new-footer-1 .social .hover-1:hover,.new-footer-1 .social .hover-2:hover{color:var(--public-color) !important;background-color:transparent !important}
.new-footer-1 .list-3 .box-1>.social{justify-content:space-between;display:flex;width:87%}
.new-footer-2 .new-footer-products ul li a{color:#fff;font-size:18px;transition:all .45s ease-in-out}
.new-footer-2 .new-footer-products ul li a:hover{color:var(--public-color)}
.new-footer-4 svg{margin-right:10px}
.new-footer-4 .d-flex svg{margin-top:6px}
.new-footer-1{flex:1;max-width:300px}
.new-footer-2{flex:1;max-width:200px}
.new-footer-2 li{text-transform:uppercase}
.new-footer-3{flex:1;max-width:300px}
.new-footer-4{flex:1;max-width:340px}
.new-footer-4 span{flex:1;margin-left: 4px}
.new-footer-1 p{font-weight:0;font-size:24px;line-height:56px;margin-top:20px;text-align:center}
.new-footer-title{font-size:24px;font-weight:700;line-height:36px;margin-bottom:30px;text-transform:uppercase;}
.new-footer-products a,.new-footer-menu a{font-weight:400}
.new-footer-contact{display:block}

@media (max-width:768px) {
    .footer-logo{text-align:center}
    .new-footer{padding:24px 8px;background-size:cover}
    .new-footer-box{flex-direction:column;gap:16px;background:none}
    .new-footer-1,.new-footer-2,.new-footer-3,.new-footer-4{max-width:100%}
    .new-footer-1 p{font-size:14px;line-height:20px;margin-top:8px}
    .new-footer-title{font-size:18px;line-height:24px;margin-bottom:0;padding-bottom:10px;cursor:pointer;position:relative;padding-right:30px;user-select:none;border-bottom:1px solid #fff}
    .new-footer-title::after{content:'+';position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:20px;font-weight:400;transition:transform 0.3s ease}
    .new-footer-title.active::after{content:'−';transform:translateY(-50%) rotate(0deg)}
    .new-footer-menu,.new-footer-products,.new-footer-contact{max-height:0;overflow:hidden;transition:max-height 0.3s ease}
    .new-footer-2.active .new-footer-menu,.new-footer-3.active .new-footer-products,.new-footer-4.active .new-footer-contact{max-height:1000px;padding:10px 0}
    .new-footer-menu a,.new-footer-products a{font-size:16px;line-height:20px}
    .new-footer-4 p{font-size:16px;line-height:20px}
    .new-footer-4 p a{font-size:16px}
    .new-footer-4 .new-footer-contact p{margin-bottom:12px}
}

.about-top{padding:80px 0;}
.about-top .title{font-size:50px;line-height:58px;font-weight:bold;color:var(--public-color);margin-bottom: 40px;}
.about-top .subtitle{font-size:22px;line-height: 36px;color:#666;margin-bottom: 40px;}
.about-top .item{margin-top: 40px;display: flex;font-size: 18px;line-height: 36px;color:#999;gap:65px;}
.about-top .item .img{max-width:460px;flex:1;}
.about-top .item .text{flex:1;font-size: 22px;;height: 36px;color:#666;}

@media(max-width:768px) {
    .about-top{padding:30px 0;}
    .about-top .title{font-size:36px;line-height:42px;}
    .about-top .subtitle{font-size:18px;line-height:28px;}
    .about-top .item{font-size:16px;line-height:28px;flex-direction:column;}
    .about-top .item .img{max-width:100%;}
    .about-top .item .text{font-size:16px;line-height:28px;}
}

.about-work{padding:90px 0;}
.about-work .container-xl{max-width:1660px;}
.about-work .title{text-align:center;font-size: 42px;font-weight: bold;line-height: 46px;}
.about-work .about-work-swiper{margin-top:80px}
.about-work .swiper-button-prev{width:70px;height:70px;background-color:#fff;border-radius:50%;padding:20px;box-shadow:0 0 10px 0 rgba(0,0,0,0.1);top:calc(50% - 26px);}
.about-work .swiper-button-next{width:70px;height:70px;background-color:#fff;border-radius:50%;padding:20px;box-shadow:0 0 10px 0 rgba(0,0,0,0.1);top:calc(50% - 26px);}
.about-work .swiper-button-prev:after{content:"";width:100%;height:100%;display:block;background:url('data:image/svg+xml;utf8,<svg t="1767683215227" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1659" width="30" height="30"><path d="M893.4 327.1h-0.5v-0.1h-54.1v-0.1H504.4c-10.6-2.3-18.8-10.9-20.4-21.7V170.4c0-0.7 0-1.3-0.1-2 0-0.3 0-0.6-0.1-1 0-0.3 0-0.7-0.1-1 0-0.4-0.1-0.8-0.1-1.2 0-0.3-0.1-0.5-0.1-0.8-0.1-0.4-0.1-0.9-0.2-1.3 0-0.2-0.1-0.4-0.1-0.7-0.1-0.4-0.2-0.9-0.3-1.3 0-0.2-0.1-0.4-0.1-0.6l-0.3-1.2c-0.1-0.2-0.1-0.5-0.2-0.7-0.1-0.4-0.2-0.8-0.4-1.1-0.1-0.3-0.2-0.5-0.3-0.8-0.1-0.3-0.3-0.7-0.4-1l-0.3-0.9c-0.1-0.3-0.3-0.6-0.4-0.9-0.1-0.3-0.3-0.7-0.4-1-0.1-0.2-0.2-0.5-0.4-0.7-0.2-0.4-0.4-0.7-0.5-1.1-0.1-0.2-0.2-0.4-0.4-0.6-0.2-0.4-0.4-0.7-0.6-1.1-0.1-0.2-0.2-0.4-0.4-0.6-0.2-0.4-0.5-0.7-0.7-1.1-0.1-0.2-0.3-0.4-0.4-0.6-0.2-0.4-0.5-0.7-0.8-1.1-0.2-0.2-0.3-0.4-0.5-0.6-0.2-0.3-0.5-0.6-0.7-0.9-0.2-0.3-0.5-0.5-0.7-0.8-0.2-0.2-0.4-0.5-0.6-0.7-0.5-0.5-0.9-1-1.4-1.5-0.5-0.5-1-0.9-1.5-1.4-0.2-0.2-0.5-0.4-0.7-0.6-0.3-0.2-0.5-0.5-0.8-0.7-0.3-0.3-0.6-0.5-0.9-0.7-0.2-0.2-0.4-0.3-0.6-0.5-0.4-0.3-0.7-0.5-1.1-0.8-0.2-0.1-0.4-0.3-0.6-0.4-0.4-0.2-0.7-0.5-1.1-0.7-0.2-0.1-0.4-0.2-0.6-0.4-0.4-0.2-0.7-0.4-1.1-0.6-0.2-0.1-0.4-0.2-0.6-0.4-0.4-0.2-0.7-0.4-1.1-0.5-0.2-0.1-0.5-0.2-0.7-0.4-0.3-0.2-0.7-0.3-1-0.4-0.3-0.1-0.6-0.3-0.9-0.4l-0.9-0.3c-0.3-0.1-0.7-0.3-1-0.4-0.3-0.1-0.5-0.2-0.8-0.3-0.4-0.1-0.8-0.3-1.1-0.4-0.2-0.1-0.5-0.1-0.7-0.2l-1.2-0.3c-0.2-0.1-0.4-0.1-0.7-0.2-0.4-0.1-0.9-0.2-1.3-0.3-0.2 0-0.4-0.1-0.7-0.1-0.4-0.1-0.9-0.2-1.3-0.2-0.3 0-0.5-0.1-0.8-0.1-0.4-0.1-0.8-0.1-1.2-0.1-0.3 0-0.7-0.1-1-0.1-0.3 0-0.6-0.1-0.9-0.1-1.3-0.1-2.7-0.1-4.1 0-0.3 0-0.6 0-0.9 0.1-0.3 0-0.7 0-1 0.1-0.4 0-0.8 0.1-1.2 0.1-0.3 0-0.5 0.1-0.8 0.1-0.4 0.1-0.9 0.1-1.3 0.2-0.2 0-0.4 0.1-0.7 0.1-0.4 0.1-0.9 0.2-1.3 0.3-0.2 0.1-0.4 0.1-0.7 0.2l-1.2 0.3c-0.2 0.1-0.5 0.1-0.7 0.2-0.4 0.1-0.8 0.2-1.1 0.4-0.3 0.1-0.5 0.2-0.8 0.3-0.3 0.1-0.7 0.3-1 0.4-0.3 0.1-0.6 0.2-0.9 0.4-0.3 0.1-0.6 0.3-0.9 0.4-0.3 0.1-0.7 0.3-1 0.4-0.2 0.1-0.5 0.2-0.7 0.4-0.4 0.2-0.7 0.4-1.1 0.6-0.2 0.1-0.4 0.2-0.6 0.4-0.4 0.2-0.8 0.4-1.1 0.6-0.2 0.1-0.4 0.2-0.6 0.4-0.4 0.2-0.8 0.5-1.1 0.7-0.2 0.1-0.4 0.3-0.6 0.4-0.4 0.2-0.7 0.5-1.1 0.8-0.2 0.2-0.4 0.3-0.6 0.5-0.3 0.2-0.6 0.5-1 0.7-0.3 0.2-0.5 0.4-0.8 0.7-0.2 0.2-0.5 0.4-0.7 0.6-0.5 0.4-1 0.9-1.4 1.4L55.3 500.3l-0.9 0.9c-8 8-12 18.5-12 29s4 21 12 29l0.9 0.9 358.8 358.8c8.1 8.1 18.8 12.1 29.4 12h0.4c22.6 0 41-18.3 41-41V729.8h422.7c27.8-5.7 49.5-28.5 53.6-56.8V388.2c-3.6-34.3-32.6-61.1-67.8-61.1z" fill="%23242424" p-id="1660"></path></svg>') no-repeat center center;background-size:contain}
.about-work .swiper-button-next:after{content:"";width:100%;height:100%;display:block;transform:scaleX(-1);background:url('data:image/svg+xml;utf8,<svg t="1767683215227" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1659" width="30" height="30"><path d="M893.4 327.1h-0.5v-0.1h-54.1v-0.1H504.4c-10.6-2.3-18.8-10.9-20.4-21.7V170.4c0-0.7 0-1.3-0.1-2 0-0.3 0-0.6-0.1-1 0-0.3 0-0.7-0.1-1 0-0.4-0.1-0.8-0.1-1.2 0-0.3-0.1-0.5-0.1-0.8-0.1-0.4-0.1-0.9-0.2-1.3 0-0.2-0.1-0.4-0.1-0.7-0.1-0.4-0.2-0.9-0.3-1.3 0-0.2-0.1-0.4-0.1-0.6l-0.3-1.2c-0.1-0.2-0.1-0.5-0.2-0.7-0.1-0.4-0.2-0.8-0.4-1.1-0.1-0.3-0.2-0.5-0.3-0.8-0.1-0.3-0.3-0.7-0.4-1l-0.3-0.9c-0.1-0.3-0.3-0.6-0.4-0.9-0.1-0.3-0.3-0.7-0.4-1-0.1-0.2-0.2-0.5-0.4-0.7-0.2-0.4-0.4-0.7-0.5-1.1-0.1-0.2-0.2-0.4-0.4-0.6-0.2-0.4-0.4-0.7-0.6-1.1-0.1-0.2-0.2-0.4-0.4-0.6-0.2-0.4-0.5-0.7-0.7-1.1-0.1-0.2-0.3-0.4-0.4-0.6-0.2-0.4-0.5-0.7-0.8-1.1-0.2-0.2-0.3-0.4-0.5-0.6-0.2-0.3-0.5-0.6-0.7-0.9-0.2-0.3-0.5-0.5-0.7-0.8-0.2-0.2-0.4-0.5-0.6-0.7-0.5-0.5-0.9-1-1.4-1.5-0.5-0.5-1-0.9-1.5-1.4-0.2-0.2-0.5-0.4-0.7-0.6-0.3-0.2-0.5-0.5-0.8-0.7-0.3-0.3-0.6-0.5-0.9-0.7-0.2-0.2-0.4-0.3-0.6-0.5-0.4-0.3-0.7-0.5-1.1-0.8-0.2-0.1-0.4-0.3-0.6-0.4-0.4-0.2-0.7-0.5-1.1-0.7-0.2-0.1-0.4-0.2-0.6-0.4-0.4-0.2-0.7-0.4-1.1-0.6-0.2-0.1-0.4-0.2-0.6-0.4-0.4-0.2-0.7-0.4-1.1-0.5-0.2-0.1-0.5-0.2-0.7-0.4-0.3-0.2-0.7-0.3-1-0.4-0.3-0.1-0.6-0.3-0.9-0.4l-0.9-0.3c-0.3-0.1-0.7-0.3-1-0.4-0.3-0.1-0.5-0.2-0.8-0.3-0.4-0.1-0.8-0.3-1.1-0.4-0.2-0.1-0.5-0.1-0.7-0.2l-1.2-0.3c-0.2-0.1-0.4-0.1-0.7-0.2-0.4-0.1-0.9-0.2-1.3-0.3-0.2 0-0.4-0.1-0.7-0.1-0.4-0.1-0.9-0.2-1.3-0.2-0.3 0-0.5-0.1-0.8-0.1-0.4-0.1-0.8-0.1-1.2-0.1-0.3 0-0.7-0.1-1-0.1-0.3 0-0.6-0.1-0.9-0.1-1.3-0.1-2.7-0.1-4.1 0-0.3 0-0.6 0-0.9 0.1-0.3 0-0.7 0-1 0.1-0.4 0-0.8 0.1-1.2 0.1-0.3 0-0.5 0.1-0.8 0.1-0.4 0.1-0.9 0.1-1.3 0.2-0.2 0-0.4 0.1-0.7 0.1-0.4 0.1-0.9 0.2-1.3 0.3-0.2 0.1-0.4 0.1-0.7 0.2l-1.2 0.3c-0.2 0.1-0.5 0.1-0.7 0.2-0.4 0.1-0.8 0.2-1.1 0.4-0.3 0.1-0.5 0.2-0.8 0.3-0.3 0.1-0.7 0.3-1 0.4-0.3 0.1-0.6 0.2-0.9 0.4-0.3 0.1-0.6 0.3-0.9 0.4-0.3 0.1-0.7 0.3-1 0.4-0.2 0.1-0.5 0.2-0.7 0.4-0.4 0.2-0.7 0.4-1.1 0.6-0.2 0.1-0.4 0.2-0.6 0.4-0.4 0.2-0.8 0.4-1.1 0.6-0.2 0.1-0.4 0.2-0.6 0.4-0.4 0.2-0.8 0.5-1.1 0.7-0.2 0.1-0.4 0.3-0.6 0.4-0.4 0.2-0.7 0.5-1.1 0.8-0.2 0.2-0.4 0.3-0.6 0.5-0.3 0.2-0.6 0.5-1 0.7-0.3 0.2-0.5 0.4-0.8 0.7-0.2 0.2-0.5 0.4-0.7 0.6-0.5 0.4-1 0.9-1.4 1.4L55.3 500.3l-0.9 0.9c-8 8-12 18.5-12 29s4 21 12 29l0.9 0.9 358.8 358.8c8.1 8.1 18.8 12.1 29.4 12h0.4c22.6 0 41-18.3 41-41V729.8h422.7c27.8-5.7 49.5-28.5 53.6-56.8V388.2c-3.6-34.3-32.6-61.1-67.8-61.1z" fill="%23242424" p-id="1660"></path></svg>') no-repeat center center;background-size:contain}
.about-work .swiper-button-prev:hover:after{background:url('data:image/svg+xml;utf8,<svg t="1767683215227" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1659" width="30" height="30"><path d="M893.4 327.1h-0.5v-0.1h-54.1v-0.1H504.4c-10.6-2.3-18.8-10.9-20.4-21.7V170.4c0-0.7 0-1.3-0.1-2 0-0.3 0-0.6-0.1-1 0-0.3 0-0.7-0.1-1 0-0.4-0.1-0.8-0.1-1.2 0-0.3-0.1-0.5-0.1-0.8-0.1-0.4-0.1-0.9-0.2-1.3 0-0.2-0.1-0.4-0.1-0.7-0.1-0.4-0.2-0.9-0.3-1.3 0-0.2-0.1-0.4-0.1-0.6l-0.3-1.2c-0.1-0.2-0.1-0.5-0.2-0.7-0.1-0.4-0.2-0.8-0.4-1.1-0.1-0.3-0.2-0.5-0.3-0.8-0.1-0.3-0.3-0.7-0.4-1l-0.3-0.9c-0.1-0.3-0.3-0.6-0.4-0.9-0.1-0.3-0.3-0.7-0.4-1-0.1-0.2-0.2-0.5-0.4-0.7-0.2-0.4-0.4-0.7-0.5-1.1-0.1-0.2-0.2-0.4-0.4-0.6-0.2-0.4-0.4-0.7-0.6-1.1-0.1-0.2-0.2-0.4-0.4-0.6-0.2-0.4-0.5-0.7-0.7-1.1-0.1-0.2-0.3-0.4-0.4-0.6-0.2-0.4-0.5-0.7-0.8-1.1-0.2-0.2-0.3-0.4-0.5-0.6-0.2-0.3-0.5-0.6-0.7-0.9-0.2-0.3-0.5-0.5-0.7-0.8-0.2-0.2-0.4-0.5-0.6-0.7-0.5-0.5-0.9-1-1.4-1.5-0.5-0.5-1-0.9-1.5-1.4-0.2-0.2-0.5-0.4-0.7-0.6-0.3-0.2-0.5-0.5-0.8-0.7-0.3-0.3-0.6-0.5-0.9-0.7-0.2-0.2-0.4-0.3-0.6-0.5-0.4-0.3-0.7-0.5-1.1-0.8-0.2-0.1-0.4-0.3-0.6-0.4-0.4-0.2-0.7-0.5-1.1-0.7-0.2-0.1-0.4-0.2-0.6-0.4-0.4-0.2-0.7-0.4-1.1-0.6-0.2-0.1-0.4-0.2-0.6-0.4-0.4-0.2-0.7-0.4-1.1-0.5-0.2-0.1-0.5-0.2-0.7-0.4-0.3-0.2-0.7-0.3-1-0.4-0.3-0.1-0.6-0.3-0.9-0.4l-0.9-0.3c-0.3-0.1-0.7-0.3-1-0.4-0.3-0.1-0.5-0.2-0.8-0.3-0.4-0.1-0.8-0.3-1.1-0.4-0.2-0.1-0.5-0.1-0.7-0.2l-1.2-0.3c-0.2-0.1-0.4-0.1-0.7-0.2-0.4-0.1-0.9-0.2-1.3-0.3-0.2 0-0.4-0.1-0.7-0.1-0.4-0.1-0.9-0.2-1.3-0.2-0.3 0-0.5-0.1-0.8-0.1-0.4-0.1-0.8-0.1-1.2-0.1-0.3 0-0.7-0.1-1-0.1-0.3 0-0.6-0.1-0.9-0.1-1.3-0.1-2.7-0.1-4.1 0-0.3 0-0.6 0-0.9 0.1-0.3 0-0.7 0-1 0.1-0.4 0-0.8 0.1-1.2 0.1-0.3 0-0.5 0.1-0.8 0.1-0.4 0.1-0.9 0.1-1.3 0.2-0.2 0-0.4 0.1-0.7 0.1-0.4 0.1-0.9 0.2-1.3 0.3-0.2 0.1-0.4 0.1-0.7 0.2l-1.2 0.3c-0.2 0.1-0.5 0.1-0.7 0.2-0.4 0.1-0.8 0.2-1.1 0.4-0.3 0.1-0.5 0.2-0.8 0.3-0.3 0.1-0.7 0.3-1 0.4-0.3 0.1-0.6 0.2-0.9 0.4-0.3 0.1-0.6 0.3-0.9 0.4-0.3 0.1-0.7 0.3-1 0.4-0.2 0.1-0.5 0.2-0.7 0.4-0.4 0.2-0.7 0.4-1.1 0.6-0.2 0.1-0.4 0.2-0.6 0.4-0.4 0.2-0.8 0.4-1.1 0.6-0.2 0.1-0.4 0.2-0.6 0.4-0.4 0.2-0.8 0.5-1.1 0.7-0.2 0.1-0.4 0.3-0.6 0.4-0.4 0.2-0.7 0.5-1.1 0.8-0.2 0.2-0.4 0.3-0.6 0.5-0.3 0.2-0.6 0.5-1 0.7-0.3 0.2-0.5 0.4-0.8 0.7-0.2 0.2-0.5 0.4-0.7 0.6-0.5 0.4-1 0.9-1.4 1.4L55.3 500.3l-0.9 0.9c-8 8-12 18.5-12 29s4 21 12 29l0.9 0.9 358.8 358.8c8.1 8.1 18.8 12.1 29.4 12h0.4c22.6 0 41-18.3 41-41V729.8h422.7c27.8-5.7 49.5-28.5 53.6-56.8V388.2c-3.6-34.3-32.6-61.1-67.8-61.1z" fill="%23055264" p-id="1660"></path></svg>') no-repeat center center}
.about-work .swiper-button-next:hover:after{background:url('data:image/svg+xml;utf8,<svg t="1767683215227" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1659" width="30" height="30"><path d="M893.4 327.1h-0.5v-0.1h-54.1v-0.1H504.4c-10.6-2.3-18.8-10.9-20.4-21.7V170.4c0-0.7 0-1.3-0.1-2 0-0.3 0-0.6-0.1-1 0-0.3 0-0.7-0.1-1 0-0.4-0.1-0.8-0.1-1.2 0-0.3-0.1-0.5-0.1-0.8-0.1-0.4-0.1-0.9-0.2-1.3 0-0.2-0.1-0.4-0.1-0.7-0.1-0.4-0.2-0.9-0.3-1.3 0-0.2-0.1-0.4-0.1-0.6l-0.3-1.2c-0.1-0.2-0.1-0.5-0.2-0.7-0.1-0.4-0.2-0.8-0.4-1.1-0.1-0.3-0.2-0.5-0.3-0.8-0.1-0.3-0.3-0.7-0.4-1l-0.3-0.9c-0.1-0.3-0.3-0.6-0.4-0.9-0.1-0.3-0.3-0.7-0.4-1-0.1-0.2-0.2-0.5-0.4-0.7-0.2-0.4-0.4-0.7-0.5-1.1-0.1-0.2-0.2-0.4-0.4-0.6-0.2-0.4-0.4-0.7-0.6-1.1-0.1-0.2-0.2-0.4-0.4-0.6-0.2-0.4-0.5-0.7-0.7-1.1-0.1-0.2-0.3-0.4-0.4-0.6-0.2-0.4-0.5-0.7-0.8-1.1-0.2-0.2-0.3-0.4-0.5-0.6-0.2-0.3-0.5-0.6-0.7-0.9-0.2-0.3-0.5-0.5-0.7-0.8-0.2-0.2-0.4-0.5-0.6-0.7-0.5-0.5-0.9-1-1.4-1.5-0.5-0.5-1-0.9-1.5-1.4-0.2-0.2-0.5-0.4-0.7-0.6-0.3-0.2-0.5-0.5-0.8-0.7-0.3-0.3-0.6-0.5-0.9-0.7-0.2-0.2-0.4-0.3-0.6-0.5-0.4-0.3-0.7-0.5-1.1-0.8-0.2-0.1-0.4-0.3-0.6-0.4-0.4-0.2-0.7-0.5-1.1-0.7-0.2-0.1-0.4-0.2-0.6-0.4-0.4-0.2-0.7-0.4-1.1-0.6-0.2-0.1-0.4-0.2-0.6-0.4-0.4-0.2-0.7-0.4-1.1-0.5-0.2-0.1-0.5-0.2-0.7-0.4-0.3-0.2-0.7-0.3-1-0.4-0.3-0.1-0.6-0.3-0.9-0.4l-0.9-0.3c-0.3-0.1-0.7-0.3-1-0.4-0.3-0.1-0.5-0.2-0.8-0.3-0.4-0.1-0.8-0.3-1.1-0.4-0.2-0.1-0.5-0.1-0.7-0.2l-1.2-0.3c-0.2-0.1-0.4-0.1-0.7-0.2-0.4-0.1-0.9-0.2-1.3-0.3-0.2 0-0.4-0.1-0.7-0.1-0.4-0.1-0.9-0.2-1.3-0.2-0.3 0-0.5-0.1-0.8-0.1-0.4-0.1-0.8-0.1-1.2-0.1-0.3 0-0.7-0.1-1-0.1-0.3 0-0.6-0.1-0.9-0.1-1.3-0.1-2.7-0.1-4.1 0-0.3 0-0.6 0-0.9 0.1-0.3 0-0.7 0-1 0.1-0.4 0-0.8 0.1-1.2 0.1-0.3 0-0.5 0.1-0.8 0.1-0.4 0.1-0.9 0.1-1.3 0.2-0.2 0-0.4 0.1-0.7 0.1-0.4 0.1-0.9 0.2-1.3 0.3-0.2 0.1-0.4 0.1-0.7 0.2l-1.2 0.3c-0.2 0.1-0.5 0.1-0.7 0.2-0.4 0.1-0.8 0.2-1.1 0.4-0.3 0.1-0.5 0.2-0.8 0.3-0.3 0.1-0.7 0.3-1 0.4-0.3 0.1-0.6 0.2-0.9 0.4-0.3 0.1-0.6 0.3-0.9 0.4-0.3 0.1-0.7 0.3-1 0.4-0.2 0.1-0.5 0.2-0.7 0.4-0.4 0.2-0.7 0.4-1.1 0.6-0.2 0.1-0.4 0.2-0.6 0.4-0.4 0.2-0.8 0.4-1.1 0.6-0.2 0.1-0.4 0.2-0.6 0.4-0.4 0.2-0.8 0.5-1.1 0.7-0.2 0.1-0.4 0.3-0.6 0.4-0.4 0.2-0.7 0.5-1.1 0.8-0.2 0.2-0.4 0.3-0.6 0.5-0.3 0.2-0.6 0.5-1 0.7-0.3 0.2-0.5 0.4-0.8 0.7-0.2 0.2-0.5 0.4-0.7 0.6-0.5 0.4-1 0.9-1.4 1.4L55.3 500.3l-0.9 0.9c-8 8-12 18.5-12 29s4 21 12 29l0.9 0.9 358.8 358.8c8.1 8.1 18.8 12.1 29.4 12h0.4c22.6 0 41-18.3 41-41V729.8h422.7c27.8-5.7 49.5-28.5 53.6-56.8V388.2c-3.6-34.3-32.6-61.1-67.8-61.1z" fill="%23055264" p-id="1660"></path></svg>') no-repeat center center}
.about-work .text1{font-size: 18px;text-align: center;line-height: 26px;padding:10px 0;}

@media (max-width:768px) {
    .about-work{padding:40px 0;}
    .about-work .about-work-swiper{margin-top: 30px;}
    .about-work .title{font-size:36px;line-height:42px;}
    .about-work .subtitle{font-size:18px;line-height:28px;}
    .about-work .item{font-size:16px;line-height:28px;flex-direction:column;}
    .about-work .item .img{max-width:100%;}
    .about-work .item .text{font-size:16px;line-height:28px;}
    .about-work .text1{font-size:18px;line-height:28px;}
    .about-work .swiper-button-prev{width:50px;height:50px;padding:15px;}
    .about-work .swiper-button-next{width:50px;height:50px;padding:15px;}
}

.service-wrapper{padding:80px 0}
.service-top{text-align:center}
.service-top .title{text-align:center;font-size:42px;font-weight:700;line-height:46px}
.service-top .subtitle{font-size:20px;line-height:36px;margin-top:20px;color:#333}
.service-wrapper .service-adv{display:flex;gap:35px;margin-top:40px;justify-content:center}
.service-wrapper .service-adv li{background-color:#f2f6f7;padding:8px 15px;border-radius:20px;font-size:18px;font-weight:700}
.service-list{margin:50px 0;display:grid;gap:35px;font-weight:700}
.service-list .item{background-color:#f2f6f7;padding:30px 20px;display:flex;flex-direction:column}
.service-list .item-t1{font-size:24px;line-height:48px;font-weight:700;color:var(--public-color);border-bottom:2px solid #999}
.service-list .item-t2{font-size:22px;line-height:36px;color:#666;margin:20px 0;flex:1;font-weight: 400;}
.service-list .item-t2 span{color:#666}
.service-list .item-t2 strong{color:#333;}
.service-list .item-t3{background-color:var(--public-color);border-radius:15px;padding:15px 30px;color:#fff}
.service-list .item-t3-t1{font-size:20px;font-weight:700;line-height:38px}
.service-list .item-t3-t2{font-size:18px;line-height:42px;font-weight:400}
.service-list .item-t3-t3{font-size:18px;line-height:32px;font-weight:400}
.service-list .item-t3-t3 li{list-style-type:disc;color:#fff;-webkit-text-stroke:0 #fff;text-shadow:0 0 0 #fff;list-style-position:inside}
.service-list .item{grid-column:1 / 3}
.service-list .item:first-child{grid-column:1 / 2}
.service-list .item:nth-child(2){grid-column:2 / 3}

@media (max-width:768px) { 
    .service-wrapper{padding:40px 0}
    .service-top .title{font-size:32px;line-height:38px}
    .service-top .subtitle{font-size:18px;line-height:28px;margin-top:15px}
    .service-wrapper .service-adv{flex-wrap:wrap;gap:15px;margin-top:30px;justify-content:center}
    .service-wrapper .service-adv li{padding:6px 12px;border-radius:15px;font-size:16px}
    .service-list{margin:30px 0;gap:20px;grid-template-columns:1fr}
    .service-list .item{padding:20px 15px}
    .service-list .item-t1{font-size:20px;line-height:36px}
    .service-list .item-t2{font-size:18px;line-height:28px;margin:15px 0}
    .service-list .item-t3{border-radius:12px;padding:12px 20px}
    .service-list .item-t3-t1{font-size:18px;line-height:32px}
    .service-list .item-t3-t2{font-size:16px;line-height:32px}
    .service-list .item-t3-t3{font-size:16px;line-height:28px}
    .service-list .item{grid-column:1}
    .service-list .item:first-child{grid-column:1}
    .service-list .item:nth-child(2){grid-column:1}
}

.contact-box{display:flex;justify-content:space-between;gap:30px;padding:0 0 80px;}
.contact-box>.text{display:flex;flex-direction:column;padding:80px 0 0;flex:1;max-width:620px}
.contact-box .img-logo{max-width:300px}
.contact-box .text-title{font-size:24px;font-weight:bold;margin:0 0 20px}
.contact-box .text-subtitle{font-size:22px;line-height:30px;color:#666;margin-bottom:30px}
.contact-box .item{margin-top:45px}
.contact-box .item-t1{font-size:24px;line-height:48px;font-weight:bold;color:var(--public-color);border-bottom:2px solid #999}
.contact-box .item p{font-size:22px;line-height:32px;color:#333;flex:1;gap:4px}
.contact-box .item p span{color:#333;font-weight:700}
.contact-box .right{max-width:620px;flex:1;padding:80px 0 0}

@media (max-width:768px) {
    .contact-box{flex-direction:column;gap:20px;padding-bottom:0}
    .contact-box>.text{padding:40px 0;max-width:100%}
    .contact-box .img-logo{max-width:200px}
    .contact-box .text-title{font-size:20px;margin:0 0 15px}
    .contact-box .text-subtitle{font-size:18px;line-height:28px;margin-bottom:0px}
    .contact-box .item-t1{font-size:20px;line-height:36px}
    .contact-box .item p{font-size:18px;line-height:28px}
    .contact-box .right{max-width:100%;padding:0}
    .contact-wrapper .container-xl>img{padding:10px 0;}
    
}


/* 联系侧边栏 */
.contact-sidebar{position:fixed;right:0;top:60%;transform:translateY(-50%);z-index:55;background-color:rgba(0,0,0,0.3);border-radius:30px;margin:0 20px 0 0;width:50px;overflow:visible}
.contact-sidebar .contact-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0;align-items:center;overflow:visible}
.contact-sidebar .contact-item{margin:0;padding:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;position:relative;transition:all 0.3s ease;overflow:visible}
.contact-sidebar .contact-item:first-child{border-radius:0 25px 0 0}
.contact-sidebar .contact-item:nth-last-child(2){border-radius:0 0 25px 0}
.contact-sidebar.scroll-top-active .contact-item:nth-last-child(2){border-radius:0}
.contact-sidebar .contact-item .contact-item-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background-color:transparent;transition:all 0.3s ease;text-decoration:none;position:relative;z-index:2}
.contact-sidebar .contact-item .contact-item-icon:hover{transform:scale(1.1)}
.contact-sidebar .contact-item .new-icon-upward svg{transition:all 0.3s ease}
.contact-sidebar .contact-item .new-icon-upward:hover svg{transform:scale(1.1)}
.contact-sidebar .contact-item.to-top .contact-item-icon{background-color:var(--public-color);width:40px;height:40px}
.contact-sidebar .contact-item:hover{background-color:var(--public-color);transition:background-color 0.3s ease}
.contact-sidebar .contact-item.to-top:hover{background-color:transparent !important}
.contact-sidebar .contact-item.to-top .contact-item-icon:hover{transform:scale(1)}
.contact-sidebar .contact-item-tips{position:absolute;right:50px;top:0;background-color:var(--public-color);color:#fff;height:50px;border-radius:30px 0 0 30px;padding:0 20px;white-space:nowrap;font-size:14px;display:flex;align-items:center;justify-content:center;min-width:0;width:0;overflow:hidden;transition:all 0.3s ease;z-index:10;opacity:0;visibility:hidden;pointer-events:auto}
.contact-sidebar .contact-item:hover .contact-item-tips,.contact-sidebar .contact-item-tips:hover{width:auto;min-width:120px;opacity:1;visibility:visible;pointer-events:auto}
.contact-sidebar .contact-item-tips .contact-item-text{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff}

/* 响应式设计 */
@media(max-width:768px){
    .contact-sidebar{position:fixed;bottom:0;top:auto;left:0;right:0;width:calc(100% - 20px);transform:none;border-radius:30px;margin:10px;display:flex;justify-content:center}
	.contact-sidebar .contact-list{flex-direction:row;width:100%;justify-content:space-around;padding:5px 0}
	.contact-sidebar .contact-item{flex:1;max-width:80px}
	.contact-sidebar .contact-item-tips{position:absolute;right:auto;left:50%;bottom:50px;top:auto;transform:translateX(-50%) translateY(100%);border-radius:30px;width:auto;min-width:150px;height:auto;padding:10px 15px;white-space:normal;word-break:break-all}
	.contact-sidebar .contact-item.to-top .contact-item-tips{display:none}
	.contact-sidebar .contact-item.to-top{display:block !important}
    .contact-sidebar .contact-item.to-top .contact-item-icon{background-color:transparent;width:100%;height:100%}
	.contact-sidebar .contact-item:hover{background-color:transparent;}
	.contact-sidebar .contact-item:hover .contact-item-tips{display: none;}
.contact-sidebar .contact-item .new-icon-upward:hover svg{transform:scale(1)}
    .contact-sidebar .contact-item .new-icon-upward svg{width:30px;height:30px}
}

.product-top{padding:80px 0 60px}
.product-top-grid{display: grid;grid-template-columns: repeat(4, 1fr);gap:60px;}
.product-top-grid .item{text-align:center;}
.product-top-grid .item .img{margin-bottom:20px;}
.product-top-grid .item .text{font-size:22px;line-height:36px;color:#444;font-weight: 400;}

.finished-product-window-display{margin-bottom:100px;}
.finished-product-window-display .title{font-size:48px;font-weight:700;color:var(--public-color);text-align:center;margin-bottom:60px;}
.finished-product-window-display-grid{display: grid;grid-template-columns: repeat(4, 1fr);gap:40px 80px;}
.finished-product-window-display-grid .item{text-align:center;}
.finished-product-window-display-grid .item .img{margin-bottom:20px;}
.finished-product-window-display-grid .item .text{font-size:22px;line-height:36px;color:#444;font-weight: 400;}

@media(max-width:768px) {
    .product-top{padding:30px 0;}
    .product-top-grid{grid-template-columns:repeat(2, 1fr);gap:30px;}
    .product-top-grid .item .text{font-size:18px;line-height:28px;}

    .finished-product-window-display{margin-bottom:50px;}
    .finished-product-window-display .title{font-size:24px;line-height:28px;font-weight:700;color:var(--public-color);text-align:center;margin-bottom:30px;}
    .finished-product-window-display-grid{grid-template-columns:repeat(2, 1fr);gap:20px;}
    .finished-product-window-display-grid .item .text{font-size:16px;}
}

/* 隐藏但可被屏幕阅读器读取 */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
















