.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
}

.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}

.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}

.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}

.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}

.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}

table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px) {
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor: pointer;
}

.poorder #ert {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-he.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder #uioi {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-su.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder .tab-list .list .current {
    background-image: url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image: url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}


/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}


/* 手机站 左侧导航弹出特效 */

.xymob-left-close-btn {
    display: none;
}

@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/
    body.no-scroll,
    html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }
    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }
    .xymob-menu-click .xypg-left-news,
    .xymob-menu-click .xypg-left-keys,
    .xymob-menu-click .xypg-left-contact,
    .xymob-menu-click .page-message-img {
        display: none;
    }
    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }
    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }
    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }
    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }
    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }
    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */

.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav>li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav>li:last-child {
    border-bottom: none;
}

.xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav>li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav>li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav>li:hover>a,
.xypg-left-nav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav>li:hover .first-nav-btn,
.xypg-left-nav>li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav>li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav>li>a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li>a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav>li>a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li.clicked>a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}


html,
body {
    scroll-behavior: smooth;
}

/*fonts */

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy-light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy-regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy-bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Gilroy", Arial, sans-serif;
}

p {
    margin: 0;
}

body {
    overflow-x: hidden;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.com-img2 {
    display: block;
    overflow: hidden;
}

.com-img2 img {
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
}

.com-img2:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.relative {
    position: relative;
}

.flex2 {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: center
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max1600 {
    max-width: 1600px;
    width: 90.625%;
    margin: 0 auto;
}

.max1500 {
    max-width: 1500px;
    width: 90.625%;
    margin: 0 auto;
}

.max1400 {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.w-full {
    width: 100%;
}

.w-1-2 {
    width: 50%;
}

.w-1-3 {
    width: 33.3333%;
}

.w-1-4 {
    width: 25%;
}

@media (max-width: 768px) {
    .w-1-2,
    .w-1-3,
    .w-1-4 {
        width: 100%!important;
    }
}


/* header */

.header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    background: transparent;
    transition: transform .45s ease, background-color .3s ease;
    transform: translateY(0);
}

.header.header-white,
.header:hover {
    background-color: #fff;
}

.header.header-hide {
    /* transform: translateY(-100%); */
}


.header-container {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

.top-mid-flex {
    height: 100px;
}

.header-container.fixed .top-mid-flex {
    height: 100px;
}

.header-container.fixed .logo a img {
    max-height: 65px;
}

.logo {
    position: relative;
}

.logo a {
    display: block;
}

.logo a img {
    max-width: 100%;
    max-height: 65px;
    filter: brightness(0) invert(1);
    transition: filter .3s ease;
}

.header:hover .logo a img,
.header.header-white .logo a img {
    filter: none;
}

.get-quote {
    position: relative;
    margin-left: 1.56vw;
    margin-right: 1.56vw;
}

.get-quote a {
    line-height: 20px;
    display: inline-block;
    border-radius: 5px;
    background-color: transparent;
    padding: 5px 10px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: all .3s ease;
}

.get-quote a:hover {
    background: var(--sub-theme-color);
    border-color: var(--sub-theme-color);
    color: #fff;
}


.header:hover .get-quote a,
.header.header-white .get-quote a {
    background-color: #01386e;
    color: #fff;
}

.header:hover .get-quote a:hover,
.header.header-white .get-quote a:hover {
    background: var(--sub-theme-color);
    color: #fff;
}

.top_right{
    flex: 1;
    min-width: 1px;
    padding-left: 10px;
}

.x-menu {
    position: static;
}

.x-menu>li {
    position: relative;
    text-align: center;
}

.x-menu>li>a {
    display: flex;
    font-size: 18px;
    color: #000000;
    height: 100px;
    font-weight: 400;
    position: relative;
    align-items: center;
    justify-content: center;
}

.x-menu>li>a i::before {
    display: none;
}

.x-menu>li>a::before {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: var(--main-theme-color);
    transition: all 0.3s;
    content: "";
}

.x-menu>li:hover>a::before,
.x-menu>li.active>a::before {
    width: 100%;
}

.x-menu>li:hover>a,
.x-menu>li.active>a {
    color: var(--main-theme-color)!important;
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 280px;
    left: -50%;
    left: 0%;
    top: 100%;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 0px 0;
}

.x-sub-menu>li>a {
    display: block;
    text-align: left;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    text-transform: capitalize;
    padding: .6em .3em .8em 1rem;
}

.x-sub-menu>li>a:hover {
    color: #fff!important;
    background-color: var(--main-theme-color)
}

@media (min-width:1200px) {
    .x-menu>li {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width:1280px) {
    .x-menu>li {
        margin-left: 12px;
        margin-right: 12px
    }
    .x-menu>li>a{
        font-size: 14px;
    }
    .get-quote a{
        padding: 10px 20px;
        font-size: 18px;
    }
}
@media (min-width:1366px) {
     .x-menu>li {
        margin-left: 1vw;
        margin-right: 1vw
    }
    .x-menu>li>a{
        font-size: 15px;
    }
}
@media (min-width:1400px) {
     .x-menu>li {
        margin-left: 1vw;
        margin-right: 1vw
    }
    .x-menu>li>a{
        font-size: 16px;
    }
}
@media (min-width:1500px) {
     .x-menu>li {
        margin-left: 1.15vw;
        margin-right: 1.15vw;
    }
    .x-menu>li>a{
        font-size: 18px;
    }
}


.header .x-menu > li > a {
    color: #fff;
}

.header:hover .x-menu > li > a,
.header.header-white .x-menu > li > a {
    color: #000;
}

.header:hover .x-menu > li:hover > a,
.header:hover .x-menu > li.active > a,
.header.header-white .x-menu > li:hover > a,
.header.header-white .x-menu > li.active > a {
    color: var(--main-theme-color) !important;
}


/* banner */

.home-banner {
    width: 100%;
    position: relative;
}

.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-slide>a {
    display: block;
}

.home-banner .swiper-slide>a>img {
    display: block;
    width: 100%;
}

.home-banner .swiper-pagination1 {
    bottom: 3.125vw;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 3.125vw;
    height: 5px;
    background: rgba(255, 255, 255, .3);
    border-radius: 3px;
    margin: 0 10px !important;
    opacity: 1;
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background: var(--main-theme-color);
}


/* 进度条 */

.home-banner .swiper-pagination1 .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: var(--progress, 0);
    background: var(--main-theme-color);
    transition: width var(--progress-duration, 0ms) linear;
}


/* 激活态 */

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, .4);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}

.home-banner .swiper-slide .v_cover {
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center
}

.home-banner .swiper-slide .v_cover .v_con {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
    text-align: left;
}

.home-banner .swiper-slide .v_con * {
    transition-delay: transform 1s, opacity 0s;
    transition-duration: 1s;
    transform: translate3d(0, 80px, 0);
    opacity: 0
}

.home-banner .swiper-slide-active .v_con * {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.home-banner .swiper-slide-active .v_con :nth-child(1) {
    transition-delay: .3s
}

.home-banner .swiper-slide-active .v_con :nth-child(2) {
    transition-delay: .5s
}

.home-banner .swiper-slide-active .v_con :nth-child(3) {
    transition-delay: .7s
}

.home-banner .swiper-slide-active .v_con :nth-child(4) {
    transition-delay: .9s
}

.home-banner .swiper-slide-active .v_con :nth-child(5) {
    transition-delay: 1.1s
}

.home-banner .swiper-slide-active .v_con :nth-child(6) {
    transition-delay: 1.3s
}

.home-banner .swiper-slide-active .v_con :nth-child(7) {
    transition-delay: 1.5s
}

.v_tit_aa {
    color: #fff;
    font-size: 72px;
    margin-bottom: 30px;
    line-height: 1.1;
    max-width: 800px;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
}

.v_tit_bb {
    font-size: 24px;
    line-height: 1.4;
    max-width: 880px;
    font-weight: 400;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 1);
}

.v_tit_cc {
    display: flex;
    align-items: center;
}

.v_tit_cc a {
    padding: 15px 30px 15px 20px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--main-theme-color);
    margin-right: 20px;
    text-transform: uppercase;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.v_tit_cc a:last-child{
    background-color: var(--sub-theme-color);
}

.v_tit_cc a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    transition: all 0.4s ease-in-out;
    background-color: var(--sub-theme-color);
    overflow: hidden;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.v_tit_cc a:hover span {
    color: #fff!important;
}

.v_tit_cc a span {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 27px;
    position: relative;
    color: #fff!important;
    font-weight: 700;
}

.v_tit_cc a span i {
    display: block;
    margin-left: 15px;
    width: 17px;
    height: 14px;
    background: url(//wm.cdn.cn86.cn/atgreducerwmy/2026/06/787bc4dc2be7w5gr.png) no-repeat center;
}

.v_tit_cc a:hover {
    border-color: var(--main-theme-color);
}

.v_tit_cc a:hover::before {
    width: 100%;
    left: 0px;
}

.v_tit_cc a:last-child:hover::before{
    background-color: var(--main-theme-color);
    width: 100%;
    left: 0px;
}



@media (max-width: 1280px) {
    .v_tit_aa {
        font-size: 32px;
        margin-bottom: 15px;
        margin-top: 0;
    }
    .v_tit_bb {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .v_tit_cc {
        line-height: 40px;
    }

    .get-quote{
        margin-left: 10px;
        margin-right: 10px;
    }
    .get-quote a{
        font-size: 14px;
    }

    .logo a img{
        max-height: 50px;
    }
}

@media (max-width: 992px) {
    .v_tit_aa {
        font-size: 30px;
    }
}

@media (max-width: 600px) {
    .home-banner .swiper-slide .v_cover .v_con {
        width: 90%;
    }
    .v_tit_aa {
        font-size: 22px;
    }
    .v_tit_dd {
        font-size: 18px;
    }
    .v_tit_bb {
        display: none!important;
    }
}


/* section1 */

.section1 {
    position: relative;
    background-color: var(--main-theme-color);
    padding: 30px 0;
}

.section1 .h-photo-list1 {
    position: relative;
}

.h-photo-list1 li {
    flex: 1;
    text-align: center;
}

.h-photo-list1 li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.h-photo-list1 li .img {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.h-photo-list1 li .img img {
    max-width: 100%;
}

.h-photo-list1 li .txt {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
}


/* section2 */

.section2 {
    position: relative;
    padding-top: 80px;
    padding-bottom: 60px;
    background-color: #f7f9fb;
}

.hm-title {
    position: relative;
}

.hm-title h3 {
    margin: 0;
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.hm-title .pp {
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
}

.section2-con {
    margin-top: 50px;
}

.s2-top-left {
    position: relative;
    background: #fff;
    width: 380px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.14);
    padding: 20px 30px;
}

.h-product-sort li {
    position: relative;
    margin-bottom: 5px;
}

.h-product-sort li a {
    display: flex;
    align-items: center;
    line-height: 45px;
    position: relative;
    font-size: 18px;
    color: #333333;
    font-weight: 400;
}

.h-product-sort li a::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 80%;
    min-width: 220px;
    height: 2px;
    background: #efefef;
    content: "";
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.h-product-sort li.on a::before,
.h-product-sort li:hover a::before {
    width: 100%;
    max-width: 280px;
    background-color: var(--main-theme-color);
}

.s2-top-right {
    position: relative;
    width: 1050px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.14);
    padding: 30px 50px;
    min-height: 440px;
}

.pro-cate-main {
    position: relative;
}

.pro-cate-main .txt {
    position: relative;
    width: 52%;
    width: 57%;
}

.pro-cate-main .txt h3 {
    margin: 0;
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.pro-cate-main .txt .p1 {
    font-size: 16px;
    color: #8e8e99;
    line-height: 1.7;
    margin-bottom: 45px;
}

.pro-cate-main .txt .p2 {
    position: relative;
}

.pro-cate-main .txt .p2 a {
    display: inline-block;
    padding: 14px 15px 14px 20px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--main-theme-color);
    margin-right: 6px;
    text-transform: uppercase;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.pro-cate-main .txt .p2 a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    transition: all 0.4s ease-in-out;
    background-color: var(--sub-theme-color);
    overflow: hidden;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.pro-cate-main .txt .p2 a:hover span {
    color: #fff!important;
}

.pro-cate-main .txt .p2 a span {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    color: #fff!important;
    text-transform: capitalize;
    font-weight: 700;
}

.pro-cate-main .txt .p2 a span i {
    display: block;
    margin-left: 15px;
    width: 17px;
    height: 14px;
    background: url(//wm.cdn.cn86.cn/atgreducerwmy/2026/06/787bc4dc2be7w5gr.png) no-repeat center;
}

.pro-cate-main .txt .p2 a:hover {
    border-color: var(--main-theme-color);
}

.pro-cate-main .txt .p2 a:hover::before {
    width: 100%;
    left: 0px;
}

.pro-cate-main .img {
    margin-left: 30px;
    margin-left: 0px;
    flex: 1;
    min-width: 1px;
}

.pro-cate-main .img img {
    max-width: 100%;
}

.sec2-bom {
    margin-top: 90px;
    position: relative;
}

.pin_swiper1 {
    position: relative;
}

.pin_swiper1 .swiper-slide {
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center;
    border: 1px solid #efefef;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.pin_swiper1 .swiper-slide a {
    display: block;
}

.pin_swiper1 .swiper-slide .img {
    position: relative;
}

.pin_swiper1 .swiper-slide .img img {
    display: block;
    width: 100%;
}

.pin_swiper1 .swiper-slide .txt {
    border-top: 1px solid #efefef;
    padding: 15px 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.pin_swiper1 .swiper-slide .txt h3 {
    margin: 0;
    line-height: 38px;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.pin_swiper1 .swiper-slide:hover .txt {
    background: var(--main-theme-color);
}

.pin_swiper1 .swiper-slide:hover .txt h3 {
    color: #fff;
}

.pin_swiper1 .swiper-pagination1 {
    position: relative;
    left: 0px;
    top: 0px;
    top: 0px;
    bottom: 0px;
    margin: 0;
    margin-top: 60px;
}

.pin_swiper1 .swiper-pagination1 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #eeeeee;
    border-radius: 50%;
    margin: 0 10px!important;
    transition: width .3s ease;
    opacity: 1;
}

.pin_swiper1 .swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: var(--main-theme-color);
    border-radius: 3px;
    width: 40px;
}


/* section3 */

.section3 {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #eff4f9;
}

.section3-con {
    margin-top: 50px;
}

.h-photo-list3 {
    position: relative;
    margin: 0 -20px;
}

.h-photo-list3 li {
    position: relative;
    width: calc(33.33% - 40px);
    margin: 0 20px 40px 20px;
    border: 1px solid #efefef;
    background-color: #fff;
    padding: 40px 40px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    overflow: hidden;
}

.h-photo-list3 li::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 4px;
    background: var(--main-theme-color);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    content: ""
}

.h-photo-list3 li a {
    display: block;
}

.h-photo-list3 li .img {
    width: 60px;
    height: 60px;
    background: #f5f6f7;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.h-photo-list3 li .img img {
    max-width: 100%;
    max-height: 100%;
}

.h-photo-list3 li .txt .pp1 {
    font-size: 24px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.3;
}

.h-photo-list3 li .txt .pp2 {
    color: #333333;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 40px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: calc(1.5em * 2);
}

.h-photo-list3 li .txt .pp3{
    font-size: 16px;
    color: #8e8e99;
    display: flex;
    align-items: center;
}
.h-photo-list3 li .txt .pp3 i{
    display: inline-block;
    background: url(//wm.cdn.cn86.cn/atgreducerwmy/2026/07/68ac2821a1lqvqxo.png) no-repeat;
    margin-left: 10px;
    width: 16px;
    height: 14px;
}

.h-photo-list3 li:hover {
    box-shadow: 0px 10px 36px 4px rgba(0, 0, 0, 0.1);
}

.h-photo-list3 li:hover::before {
    width: 100%;
}

.h-photo-list3 li:hover .img {
    background-color: var(--main-theme-color);
}

.h-photo-list3 li:hover .img img {
    filter: brightness(0) invert(1);
}


/* section4 */

.section4 {
    position: relative;
}

.section4 .video {
    width: 100%;
    height: 100%;
    position: relative;
}

.section4 .video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.idxaboutbg {
    width: 100%;
    position: absolute;
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    transition: all 1.56s;
    z-index: 6;
}

.idxaboutbg img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* object-fit: cover; */
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.section4:hover .idxaboutbg {
    left: -100%;
}

.section4:hover,
.section4:hover .color-666,
.section4:hover .section4-con * {
    color: #fff;
}

.section4:hover .hm-title4 .pp::before {
    background: #fff;
}

.section4-con {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    padding-top: 100px;
}

.hm-title4 {
    max-width: 700px;
}

.hm-title4 h3 {
    margin: 0;
    color: #000;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}

.hm-title4 .pp {
    color: #333333;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.hm-title4 .pp::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background: var(--main-theme-color);
    content: "";
}

.about-txt {
    max-width: 700px;
    font-size: 18px;
    color: #8e8e99;
    line-height: 1.7;
}


/* number */

.number {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 99;
}

.number li {
    position: relative;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    margin-right: 60px;
}

.number li h3 {
    color: #000000;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.number li h3 i {
    font-style: inherit;
    color: #000000;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
}

.number li h3 span {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--main-theme-color);
    border-radius: 50%;
    font-size: 14px;
    font-weight: 400;
    font-style: inherit;
    color: #fff;
    margin-top: 5px;
    margin-left: 5px;
}

.number li p {
    font-size: 18px;
    line-height: 1.3;
    color: #333333;
}


/* section5 */

.section5 {
    position: relative;
    background-color: #eff4f9;
    padding-top: 80px;
    padding-bottom: 60px;
}

.section5-con {
    margin-top: 50px;
}

.h-photo-list5 {
    position: relative;
}

.h-photo-list5 {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}

.h-photo-list5 li {
    position: relative;
    flex: 1;
    overflow: hidden;
   transition: all .3s ease;
}

.h-photo-list5 li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.h-photo-list5 li .img {
    width: 150px;
    height: 150px;
    margin-bottom: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.h-photo-list5 li .img > img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: all .3s ease;
    position: relative;
    z-index: 2;
}

.h-photo-list5 li .img .img1{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 1;
}
.h-photo-list5 li .img .img1::before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    background: #01386e;
    transition: all .3s ease;
    content: "";
}

.h-photo-list5 li .img .img1 img{
    width: 100%;
    height: 100%;
}
.h-photo-list5 li .txt {
    position: relative;
    z-index: 2;
}

.h-photo-list5 li .pp1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    transition: all .4s ease;
}
.h-photo-list5 li:hover .img{
     box-shadow: 0px 4px 10px 0px rgba(1, 56, 110, 0.3);
}
.h-photo-list5 li:hover .img .img1::before{
     background: rgba(0, 0, 0, .4);
}


@media (min-width: 1280px){
    .h-photo-list5::before{
        position: absolute;
        left: 0px;
        top: 80px;
        width: 100%;
        height: 1px;
        border-top: 1px dashed rgba(1, 56, 110, .3);
        content: "";
    }


    .h-photo-list5 {
        overflow: visible;
    }

    .h-photo-list5 li {
        overflow: visible;
    }

    .h-photo-list5 li::before,
    .h-photo-list5 li:last-child::after {
        position: absolute;
        top: 80px;
        z-index: 3;
        width: 12px;
        height: 12px;
        background: #01386e;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        content: "";
    }

    .h-photo-list5 li::before {
        left: 0;
    }

    .h-photo-list5 li:last-child::after {
        left: 100%;
    }

}

/* responsive */

@media (max-width: 1200px) {
    .h-photo-list5 li .pp1 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .h-photo-list5 {
        display: block;
    }
    .h-photo-list5 li .pp1{
        margin-bottom: 24px;
    }
}


/* section6 */

.section6 {
    position: relative;
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 60px;
}

.section6-con {
    margin-top: 50px;
}

.h-photo-list6 {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.h-photo-list6 li {
    position: relative;
    width: calc(100%/6 - 20px);
    margin: 0 10px 0 10px;
    padding: 30px 5px;
    text-align: center;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, .4);
    box-shadow: 0 0 5px rgba(0, 0, 0, .05);
    transition: all .4s ease;
    border-radius: 8px;
}

.h-photo-list6 li a {
    display: block;
    color: #111;
}

.h-photo-list6 li .img {
    width: 118px;
    height: 118px;
    margin: 0 auto 22px;
    background: url(//wm.cdn.cn86.cn/atgreducerwmy/2026/07/c87f3e19e4ovzddn.png) no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}

.h-photo-list6 li .img1{
    width: 77px;
    height: 77px;
    margin: 0 auto;
    background-color: #f1f7fc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}

.h-photo-list6 li .img1 img {
    display: block;
    max-width: 32px;
    max-height: 32px;
    transition: all .4s ease;
}

.h-photo-list6 li .pp1 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
    transition: all .4s ease;
}

.h-photo-list6 li .pp2 {
    font-size: 16px;
    line-height: 1.5;
    color: #8e8e99;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     min-height: calc(1.5em * 2);
}

.h-photo-list6 li .pp2 p {
    margin: 0;
}


.h-photo-list6 li:hover,
.h-photo-list6 li.on {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 36px 4px rgba(0, 0, 0, 0.1);
}

.h-photo-list6 li:hover .img1,
.h-photo-list6 li.on .img1 {
    background-color: var(--main-theme-color);
}

.h-photo-list6 li:hover .img1 img,
.h-photo-list6 li.on .img1 img {
    filter: brightness(0) invert(1);
}

.h-photo-list6 li:hover .pp1,
.h-photo-list6 li.on .pp1 {
    color: var(--main-theme-color);
}


/* responsive */

@media (max-width: 1200px) {
    .h-photo-list6 li {
        padding: 0 12px;
    }
    .h-photo-list6 li .pp1 {
        font-size: 17px;
    }
    .h-photo-list6 li .pp2 {
        font-size: 13px;
    }
}

@media (max-width: 900px) {
    .h-photo-list6 {
        flex-wrap: wrap;
    }
    .h-photo-list6 li {
        width: 33.333%;
        margin-bottom: 34px;
    }
}

@media (max-width: 600px) {
    .section6 {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .section6-con {
        margin-top: 35px;
    }
    .h-photo-list6 li {
        width: 50%;
        padding: 0 10px;
    }
    .h-photo-list6 li .img {
        width: 68px;
        height: 68px;
    }
    .h-photo-list6 li .img img {
        max-width: 36px;
        max-height: 36px;
    }
    .h-photo-list6 li .pp1 {
        font-size: 14px;
    }
}


/*  */
.email-submit {
    width: 446px;
    max-width: calc(100% - 30px);
    height: 70px;
    margin: 0 auto;
    margin-top: 70px;
    padding: 9px 14px 9px 30px;
    border: 1px solid #123d73;
    border-radius: 8px;
    background: #f8fbfc;
    display: flex;
    align-items: center;
    gap: 12px;
}

.email-input {
    flex: 1;
    min-width: 0;
    height: 100%;
    border: 0;
    outline: none;
    background: transparent;
    color: #1f2b3d;
    font-size: 22px;
    line-height: 1;
}

.email-input::placeholder {
    color: #858895;
    opacity: 1;
}

.email-btn {
    width: 135px;
    height: 50px;
    border-radius: 8px;
    background: #123d73;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;
}

.email-btn:hover {
    background: #0b2f5d;
    color: #fff;
}

@media (max-width: 640px) {
    .email-submit {
        height: 58px;
        padding: 7px 8px 7px 16px;
        border-radius: 6px;
        margin-top: 30px;
    }

    .email-input {
        font-size: 16px;
    }

    .email-btn {
        width: 96px;
        height: 42px;
        border-radius: 6px;
        font-size: 16px;
        line-height: 42px;
    }
}





/* section7 */

.section7 {
    position: relative;
    background-color: #fff;
    padding-top: 5.2083vw;
}

.section7-con {
    margin-top: 55px;
}

.h-photo-list7 {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 520px;
    overflow: hidden;
}

.h-photo-list7 li {
    position: relative;
    flex: 1;
    height: 100%;
    overflow: hidden;
}

.h-photo-list7 li a {
    position: relative;
    display: block;
    height: 100%;
    color: #fff;
    overflow: hidden;
}

.h-photo-list7 li .img {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.h-photo-list7 li .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}

.h-photo-list7 li .txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    z-index: 3;
    padding: 0 20px;
    text-align: center;
    transition: all .4s ease;
}

.h-photo-list7 li .pp1 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .35);
}

.h-photo-list7 li .txt2 {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;
    color: #fff;
    background-color: #123d70;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    box-sizing: border-box;
}

.h-photo-list7 li .img2 {
    width: 38px;
    height: 38px;
    margin-bottom: 22px;
}

.h-photo-list7 li .img2 img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    filter: brightness(0) invert(1);
}

.h-photo-list7 li .pp2 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 18px;
}

.h-photo-list7 li .pp3 {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 70px;
}

.h-photo-list7 li .pp3 p {
    margin: 0;
}

.h-photo-list7 li .pp4 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
}

.h-photo-list7 li .pp4 span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.h-photo-list7 li .pp4 i {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 1px;
    background-color: #fff;
}

.h-photo-list7 li .pp4 i:after {
    content: "";
    position: absolute;
    right: 0;
    top: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}


/* hover */

.h-photo-list7 li:hover .txt {
    opacity: 0;
    visibility: hidden;
}

.h-photo-list7 li:hover .txt2 {
    opacity: 1;
    visibility: visible;
}

.h-photo-list7 li:hover .img img {
    transform: scale(1.05);
}


/* 默认第 3 个显示蓝色状态 */

.h-photo-list7 li:nth-child(3) .txt {
    opacity: 0;
    visibility: hidden;
}

.h-photo-list7 li:nth-child(3) .txt2 {
    opacity: 1;
    visibility: visible;
}


/* 鼠标进入整个列表后，第 3 个恢复普通状态 */

.h-photo-list7:hover li:nth-child(3) .txt {
    opacity: 1;
    visibility: visible;
}

.h-photo-list7:hover li:nth-child(3) .txt2 {
    opacity: 0;
    visibility: hidden;
}


/* 鼠标移入第 3 个时，第 3 个继续显示蓝色状态 */

.h-photo-list7 li:nth-child(3):hover .txt {
    opacity: 0;
    visibility: hidden;
}

.h-photo-list7 li:nth-child(3):hover .txt2 {
    opacity: 1;
    visibility: visible;
}


/* responsive */

@media (max-width: 1200px) {
    .h-photo-list7 {
        height: 420px;
    }
    .h-photo-list7 li .txt2 {
        padding: 45px 25px;
    }
    .h-photo-list7 li .pp3 {
        margin-bottom: 45px;
    }
}

@media (max-width: 900px) {
    .h-photo-list7 {
        flex-wrap: wrap;
        height: auto;
    }
    .h-photo-list7 li {
        flex: none;
        width: 33.333%;
        height: 300px;
    }
    .h-photo-list7 li .txt {
        bottom: 28px;
    }
}

@media (max-width: 600px) {
    .section7 {
        padding-bottom: 60px;
    }
    .section7-con {
        margin-top: 35px;
    }
    .h-photo-list7 li {
        width: 50%;
        height: 240px;
    }
    .h-photo-list7 li .txt2 {
        padding: 28px 18px;
    }
    .h-photo-list7 li .pp2 {
        font-size: 15px;
    }
    .h-photo-list7 li .pp3 {
        margin-bottom: 28px;
        font-size: 13px;
        line-height: 1.6;
    }
}


/* section8 */

.section8 {
    position: relative;
    background-color: var(--main-theme-color);
    padding-top: 80px;
    padding-bottom: 60px;
}

.hm-title8 * {
    color: #fff!important;
}

.section8-con {
    position: relative;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hm-map {
    position: relative;
    width: 1031px;
    max-width: calc(100% - 500px);
}

.hm-map>img {
    display: block;
    width: 100%;
    height: auto;
}


/* map point */

.hm-map .quan {
    position: absolute;
    z-index: 5;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    white-space: nowrap;
    transform: translateX(-50%);
}

/* .hm-map .quan i {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(255, 255, 255, .9);
}

.hm-map .quan i:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    width: 34px;
    height: 34px;
    margin-left: -17px;
    margin-top: -17px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .22);
}

.hm-map .quan:not(.quan0) i:before {
    animation: smallPointMove 2s ease-out infinite;
} */

.hm-map .quan i {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 auto 8px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 8px rgba(255, 255, 255, .9);
}

.hm-map .quan i::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
    transform: translate(-50%, -50%);
}

/* 关掉扩散动画 */
.hm-map .quan:not(.quan0) i::before {
    animation: none;
}



.hm-map .quan i:after {
    display: none;
}

.hm-map .quan i span {
    display: none;
}

.hm-map .quan p {
    position: relative;
    z-index: 2;
    margin: 0;
    text-align: center;
}


/* China */

.hm-map .quan0 {
    left: 76.5%;
    top: 40%;
    z-index: 6;
    font-size: 18px;
    font-weight: 700;
}

.hm-map .quan0 i {
    position: relative;
    width: 16px;
    height: 16px;
    margin-bottom: 12px;
    z-index: 3;
}

.hm-map .quan0 i:before,
.hm-map .quan0 i:after {
    display: none;
}


/* China 白点外面的小实心光圈 */

.hm-map .quan0 i span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    margin-top: -23px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .24);
}


/* China 两个大扩散圈 */

.hm-map .quan0:before,
.hm-map .quan0:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 8px;
    z-index: -2;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    margin-top: -23px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .35);
    box-sizing: border-box;
    pointer-events: none;
    animation: chinaBigRipple 4s linear infinite;
}

.hm-map .quan0:after {
    animation-delay: 2s;
}

@keyframes chinaBigRipple {
    0% {
        opacity: .6;
        width: 46px;
        height: 46px;
        margin-left: -23px;
        margin-top: -23px;
    }
    50% {
        opacity: .35;
        width: 315px;
        height: 315px;
        margin-left: -157.5px;
        margin-top: -157.5px;
    }
    100% {
        opacity: 0;
        width: 610px;
        height: 610px;
        margin-left: -305px;
        margin-top: -305px;
    }
}



/* United States */
.hm-map .quan1 {
    left: 22%;
    top: 42%;
}

/* Brazil */
.hm-map .quan2 {
    left: 30%;
    top: 66%;
}

/* Germany */
.hm-map .quan3 {
    left: 53.5%;
    top: 31%;
}

/* TÃ¼rkiye */
.hm-map .quan4 {
    left: 59%;
    top: 40%;
}

/* Egypt */
.hm-map .quan5 {
    left: 59.5%;
    top: 50%;
}

/* Russia */
.hm-map .quan6 {
    left: 86%;
    top: 20%;
}

/* South Korea */
.hm-map .quan7 {
    left: 83%;
    top: 49%;
}

/* Vietnam */
.hm-map .quan8 {
    left: 79%;
    top: 62%;
}

/* Indonesia */
.hm-map .quan9 {
    left: 84%;
    top: 67%;
}







/* animation */

@keyframes smallPointMove {
    0% {
        opacity: .45;
        transform: scale(.7);
    }
    100% {
        opacity: 0;
        transform: scale(1.7);
    }
}

@keyframes chinaSmallPointMove {
    0% {
        opacity: .55;
        transform: scale(.65);
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

@keyframes chinaCircleMove {
    0% {
        opacity: .25;
        transform: scale(.96);
    }
    50% {
        opacity: .55;
        transform: scale(1.04);
    }
    100% {
        opacity: .25;
        transform: scale(.96);
    }
}


/* message form */

.sec8-message {
    position: relative;
    z-index: 10;
    width: 454px;
    background-color: #fff;
    border-radius: 8px;
    padding: 24px 22px;
    box-sizing: border-box;
}

.hh-message {
    font-size: 16px;
    color: #010101;
    text-transform: uppercase;
}

.sec8-message .form-input {
    position: relative;
}

.sec8-message .form-control {
    display: block;
    width: 100%;
    height: 34px;
    border: 1px solid #e5e8ec;
    color: #8e8e99;
    font-size: 16px;
    line-height: 34px;
    padding: 0 14px;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    background: #f7f9fb!important;
}

.sec8-message textarea.form-control {
    height: 92px;
    line-height: 1.6;
    padding-top: 10px;
    resize: none;
}

.sec8-message .form-control:focus {
    border-color: var(--main-theme-color);
    background-color: #fff;
    outline: none;
}

.sec8-message .form-control::placeholder {
    color: #8d9299;
}

.sec8-message .form-input.captcha img {
    height: 28px;
    top: 3px;
    right: 3px;
}

.sec8-message .mb-20 {
    margin-bottom: 10px;
}

.sec8-message .mb-15 {
    margin-bottom: 0;
}

.sec8-message .mt-20 {
    margin-top: 16px;
}

.sec8-message .pl-10 {
    padding-left: 10px;
}

.sec8-message .pr-10 {
    padding-right: 10px;
}

.sec8-message .btn-primary {
    min-width: 190px;
    height: 36px;
    border: none;
    border-radius: 5px;
    background: var(--main-theme-color)!important;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    padding: 0 24px;
    cursor: pointer;
    box-shadow: none;
    text-transform: uppercase;
}

.sec8-message .btn-primary:hover {
    opacity: .9;
}


/* responsive */

@media (max-width: 1200px) {
    .hm-map {
        width: 680px;
        max-width: calc(100% - 480px);
    }
    .hm-map .quan0:before {
        width: 420px;
        height: 420px;
        margin-left: -210px;
        margin-top: -210px;
    }
    .hm-map .quan0 i:after {
        width: 220px;
        height: 220px;
        margin-left: -110px;
        margin-top: -110px;
    }
    .sec8-message {
        width: 430px;
    }
}

@media (max-width: 992px) {
    .section8-con {
        display: block;
    }
    .hm-map {
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
    }
    .sec8-message {
        width: 100%;
        max-width: 560px;
        margin: 35px auto 0;
    }
}

@media (max-width: 600px) {
    .section8 {
        padding-top: 55px;
        padding-bottom: 45px;
    }
    .section8-con {
        margin-top: 35px;
    }
    .hm-map .quan {
        font-size: 12px;
    }
    .hm-map .quan0 {
        font-size: 13px;
    }
    .hm-map .quan i {
        width: 10px;
        height: 10px;
        margin-bottom: 8px;
    }
    .hm-map .quan i:before {
        width: 26px;
        height: 26px;
        margin-left: -13px;
        margin-top: -13px;
    }
    .hm-map .quan0 i {
        width: 12px;
        height: 12px;
    }
    .hm-map .quan0 i:before {
        width: 34px;
        height: 34px;
        margin-left: -17px;
        margin-top: -17px;
    }
    .hm-map .quan0 i:after {
        width: 120px;
        height: 120px;
        margin-left: -60px;
        margin-top: -60px;
    }
    .hm-map .quan0:before {
        width: 220px;
        height: 220px;
        margin-left: -110px;
        margin-top: -110px;
    }
    .sec8-message {
        padding: 20px 15px;
    }
    .sec8-message .pl-10 {
        padding-left: 0;
    }
    .sec8-message .pr-10 {
        padding-right: 0;
    }
}


/* section9 */

.section9 {
    position: relative;
    background: #f7f9fb;
    padding-top: 80px;
    padding-bottom: 80px;
}

.section9-con {
    margin-top: 60px;
}

.news-swiper {
    position: relative;
    overflow: hidden;
}

.news-swiper .swiper-wrapper {
    display: flex;
}

.news-swiper .swiper-slide {
    position: relative;
    height: auto;
}

.news-swiper .swiper-slide a {
    display: block;
    color: #111;
}

.news-swiper .swiper-slide .img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 65.5%;
    margin-bottom: 22px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.news-swiper .swiper-slide .img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}

.news-swiper .swiper-slide .txt {
    position: relative;
}

.news-swiper .swiper-slide .txt span {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    color: #8e8e99;
    margin-bottom: 10px;
}

.news-swiper .swiper-slide .txt h3 {
    min-height: calc(1.28em * 2);
    font-size: 24px;
    line-height: 1.28;
    font-weight: 700;
    color: #000;
    margin: 0 0 12px;
    transition: all .3s ease;
}

.news-swiper .swiper-slide .txt .pp {
    min-height: calc(1.45em * 2);
    font-size: 18px;
    line-height: 1.3;
    color: #666666;
    margin-bottom: 28px;
}

.news-swiper .swiper-slide .read {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--main-theme-color);
}

.news-swiper .swiper-slide .read span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: var(--main-theme-color);
}

.news-swiper .swiper-slide .read i {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 1px;
    background-color: var(--main-theme-color);
}

.news-swiper .swiper-slide .read i:after {
    content: "";
    position: absolute;
    right: 0;
    top: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--main-theme-color);
    border-right: 1px solid var(--main-theme-color);
    transform: rotate(45deg);
}

.news-swiper .swiper-slide a:hover .img img {
    transform: scale(1.05);
}

.news-swiper .swiper-slide a:hover .txt h3 {
    color: var(--main-theme-color);
}


/* responsive */

@media (max-width: 1200px) {
    .news-swiper .swiper-slide .txt h3 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .section9 {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .section9-con {
        margin-top: 35px;
    }
    .news-swiper .swiper-slide .txt h3 {
        min-height: auto;
        font-size: 18px;
    }
    .news-swiper .swiper-slide .txt .pp {
        min-height: auto;
        font-size: 14px;
        margin-bottom: 22px;
    }
}


/* foot */

.foot {
    position: relative;
    color: #fff;
    padding-top: 130px;
    padding-bottom: 0;
    overflow: visible;
    z-index: 9;
}

.foot::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 130px;
    background-color: #f7f9fb;
    content: "";
    z-index: -1;
}

.foot::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: calc(100% - 130px);
    background-color: #001233;
    content: "";
    z-index: -1;
}

.foot a {
    color: inherit;
    text-decoration: none;
}

.foot .max1500 {
    position: relative;
    z-index: 99;
}


/* top cta */

.foot-getfree {
    position: relative;
    z-index: 3;
    max-width: 1500px;
    margin: -130px auto 0;
    padding: 48px 30px 32px;
    background-color: #01386e;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.foot-getfree .p1 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.foot-getfree .p2 {
    font-size: 24px;
    line-height: 1.4;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 22px;
}

.foot-getfree .p3 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 228px;
    height: 54px;
    padding: 0 18px;
    border-radius: 10px;
    background-color: #fff;
    color: var(--main-theme-color);
    font-size: 18px;
    font-weight: 700;
    transition: all .3s ease;
    margin: 10px;
}

.foot-getfree .p3 a:first-child{
    max-width: 170px;
    min-width: 170px;
}

.foot-getfree .p3 a:hover {
    background-color: #0072c3;
    color: #fff!important;
}




/* footer main */

.foot-top {
    display: flex;
    justify-content: space-between;
    padding: 100px 0 40px;
}

.foot-item1 {
    width: 42%;
    padding-right: 120px;
    box-sizing: border-box;
}

.foot-logo {
    margin-bottom: 40px;
}

.foot-logo img {
    display: block;
    max-width: 210px;
    height: auto;
}

.foot-lxwm h3 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
    margin: 0 0 24px;
    text-transform: uppercase;
}

.foot-lxwm .pp {
    font-size: 18px;
    line-height: 1.5;
    color: #9ca0a9;
}

.foot-lxwm .pp p {
    margin: 0 0 8px;
}


/* nav */

.foot-item2 {
    width: 58%;
    display: flex;
    justify-content: space-between;
    padding-top: 2px;
}

.foot-nav-list {
    max-width: 25%;
}

.foot-nav-list .nav-bti {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.foot-nav-list .nav-a a {
    display: block;
    font-size: 17px;
    line-height: 1.45;
    color: #9ca0a9;
    margin-bottom: 8px;
    transition: all .3s ease;
}

.foot-nav-list .nav-a a:hover {
    color: #fff;
    padding-left: 5px;
}


/* share */

.foot-share {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
    gap: 10px;
}

.foot-share a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(129, 129, 129, .6);
    transition: all .3s ease;
}

.foot-share img {
    display: block;
    max-width: 18px;
    max-height: 18px;
}

.foot-share a:hover {
    background-color: #fff;
}

.foot-share a:hover img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(72%) saturate(2027%) hue-rotate(189deg) brightness(93%) contrast(99%);
}


/* copyright */

.copyright {
    padding: 32px 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    color: #898989;
}

.copyright a {
    color: #898989;
}

.copyright a:hover {
    color: #fff;
}


/* responsive */

@media (max-width: 1200px) {
    .foot-getfree {
        max-width: 1000px;
    }
    .foot-getfree .p1 {
        font-size: 26px;
    }
    .foot-item1 {
        width: 38%;
    }
    .foot-item2 {
        width: 62%;
    }
}

@media (max-width: 992px) {
    .foot {
        padding-top: 60px;
    }
    .foot::before {
        height: 60px;
    }
    .foot::after {
        height: calc(100% - 60px);
    }
    .foot-getfree {
        margin-top: -60px;
        padding: 38px 24px 30px;
    }
    .foot-top {
        display: block;
        padding: 60px 0 45px;
    }
    .foot-item1 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 38px;
        text-align: center;
    }
    .foot-logo img {
        margin: 0 auto;
    }
    .foot-item2 {
        width: 100%;
        flex-wrap: wrap;
    }
    .foot-nav-list {
        width: 50%;
        margin-bottom: 28px;
        text-align: center;
    }
    .foot-share {
        position: static;
        justify-content: center;
        margin-bottom: 24px;
    }
}

@media (max-width: 600px) {
    .foot {
        padding-top: 40px;
    }
    .foot::before {
        height: 40px;
    }
    .foot::after {
        height: calc(100% - 40px);
    }
    .foot-getfree {
        margin-top: -40px;
        padding: 30px 18px 26px;
    }
    .foot-getfree .p1 {
        font-size: 22px;
    }
    .foot-getfree .p2 {
        font-size: 15px;
    }
    .foot-getfree .p3 a {
        min-width: 190px;
        height: 44px;
        font-size: 14px;
    }
    .foot-top {
        padding: 45px 0 25px;
    }
    .foot-nav-list {
        width: 100%;
    }
    .copyright {
        padding-bottom: 24px;
        font-size: 12px;
    }
}


/* responsive fix */

@media (max-width: 1280px) {
    .max1600,
    .max1500 {
        width: 92%;
    }
    .top-mid-flex,
    .header-container.fixed .top-mid-flex,
    .x-menu>li>a {
        height: 82px;
    }
    .logo a img,
    .header-container.fixed .logo a img {
        max-height: 56px;
    }
    .x-menu>li {
        margin-left: 8px;
        margin-right: 8px;
    }
    .x-menu>li>a,
    .get-quote a {
        font-size: 16px;
    }
    .get-quote {
        margin-left: 25px;
        margin-right: 15px;
    }
    .v_tit_aa {
        font-size: 44px;
        margin-bottom: 18px;
    }
    .v_tit_bb {
        font-size: 18px;
        margin-bottom: 24px;
    }
    .hm-title h3,
    .hm-title4 h3 {
        font-size: 34px;
    }
    .hm-title .pp,
    .hm-title4 .pp {
        font-size: 16px;
    }
    .section2,
    .section3,
    .section5,
    .section6,
    .section8,
    .section9 {
        padding-top: 65px;
        padding-bottom: 55px;
    }
    .section2-con,
    .section3-con,
    .section5-con,
    .section6-con,
    .section8-con,
    .section9-con {
        margin-top: 42px;
    }
    .h-photo-list3 li {
        width: calc(33.333% - 24px);
        margin: 0 12px 28px;
        padding: 30px 22px;
    }
   
    .h-photo-list5 li .pp1 {
        font-size: 22px;
    }
    .h-photo-list6 li {
        padding: 0 12px;
    }
    .h-photo-list6 li .img {
        width: 96px;
        height: 96px;
    }
    .h-photo-list6 li .pp1 {
        font-size: 18px;
    }
    .h-photo-list7 {
        height: 420px;
    }
    .h-photo-list7 li .txt2 {
        padding: 42px 24px;
    }
    .hm-map {
        width: 680px;
        max-width: calc(100% - 470px);
    }
    .sec8-message {
        width: 430px;
    }
    .news-swiper .swiper-slide .txt h3 {
        font-size: 20px;
    }
    .news-swiper .swiper-slide .txt .pp {
        font-size: 16px;
    }
    .foot-getfree .p1 {
        font-size: 30px;
    }
    .foot-getfree .p2 {
        font-size: 20px;
    }
    .foot-lxwm .pp,
    .foot-nav-list .nav-a a {
        font-size: 15px;
    }
}

@media (max-width: 1024px) {
    .max1600,
    .max1500 {
        width: 94%;
    }
    .top-mid-flex,
    .header-container.fixed .top-mid-flex,
    .x-menu>li>a {
        height: 72px;
    }
    .x-menu>li {
        margin-left: 5px;
        margin-right: 5px;
    }
    .x-menu>li>a {
        font-size: 14px;
    }
    .get-quote {
        margin-left: 15px;
        margin-right: 10px;
    }
    .get-quote a {
        font-size: 14px;
        padding: 8px 14px;
    }
    .v_tit_aa {
        font-size: 36px;
        max-width: 620px;
    }
    .v_tit_bb {
        font-size: 16px;
        max-width: 680px;
    }
    .v_tit_cc a {
        padding: 12px 22px 12px 18px;
    }
    .hm-title h3,
    .hm-title4 h3 {
        font-size: 30px;
    }
    .hm-title .pp,
    .hm-title4 .pp {
        font-size: 15px;
    }
    .h-photo-list1 {
        flex-wrap: wrap;
    }
    .h-photo-list1 li {
        flex: 0 0 25%;
        margin-bottom: 20px;
    }
    .h-photo-list3 li {
        width: calc(50% - 24px);
    }
    .section4-con {
        padding-top: 70px;
    }
    .hm-title4 {
        max-width: 560px;
    }
    .h-photo-list5 li .pp2 {
        font-size: 16px;
    }
    .h-photo-list6 {
        flex-wrap: wrap;
    }
    .h-photo-list6 li {
        width: 33.333%;
        margin-bottom: 34px;
    }
    .h-photo-list7 {
        height: 360px;
    }
    .h-photo-list7 li .pp3 {
        font-size: 14px;
        margin-bottom: 34px;
    }
    .section8-con {
        align-items: flex-start;
    }
    .hm-map {
        width: 58%;
        max-width: none;
    }
    .sec8-message {
        width: 38%;
        padding: 20px 16px;
    }
    .foot-top {
        padding: 70px 0 45px;
    }
    .foot-item1 {
        width: 38%;
    }
    .foot-item2 {
        width: 62%;
    }
    .foot-nav-list .nav-bti {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .header {
        position: relative;
    }
    .page-wrap-left {
        display: block;
    }
    .section2,
    .section3,
    .section5,
    .section6,
    .section8,
    .section9 {
        padding-top: 55px;
        padding-bottom: 45px;
    }
    .section2-con,
    .section3-con,
    .section5-con,
    .section6-con,
    .section8-con,
    .section9-con {
        margin-top: 34px;
    }
    .hm-title h3,
    .hm-title4 h3 {
        font-size: 28px;
    }
    .hm-title .pp,
    .hm-title4 .pp {
        font-size: 14px;
        line-height: 1.6;
    }
    .section8-con {
        display: block;
    }
    .hm-map {
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
    }
    .sec8-message {
        width: 100%;
        max-width: 560px;
        margin: 35px auto 0;
    }
    .foot {
        padding-top: 70px;
    }
    .foot::before {
        height: 70px;
    }
    .foot::after {
        height: calc(100% - 70px);
    }
    .foot-getfree {
        margin-top: -70px;
        padding: 36px 24px 30px;
    }
    .foot-top {
        display: block;
        padding: 55px 0 35px;
    }
    .foot-item1,
    .foot-item2 {
        width: 100%;
    }
    .foot-item1 {
        padding-right: 0;
        margin-bottom: 35px;
        text-align: center;
    }
    .foot-logo img {
        margin: 0 auto;
    }
    .foot-item2 {
        flex-wrap: wrap;
    }
    .foot-nav-list {
        width: 50%;
        max-width: 50%;
        margin-bottom: 28px;
        text-align: center;
    }
    .foot-share {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .max1600,
    .max1500 {
        width: 92%;
    }
    .clamp1,
    .clamp2,
    .clamp3,
    .clamp4 {
        display: block;
        white-space: normal;
        overflow: visible;
        -webkit-line-clamp: unset;
    }


    .logo a img{
        filter: none;
        max-height: 46px;
    }


    .header .language-group .btn {
        color: #000;
        box-shadow: inherit;
    }

    .header:hover .language-group .btn > i,
    .header:hover .language-group .btn::after,
    .header .language-group .btn > i,
    .header .language-group .btn::after {
        filter: none;
    }

    .v_tit_aa {
        font-size: 28px;
        line-height: 1.2;
    }
    .v_tit_bb {
        display: block!important;
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 18px;
    }
    .v_tit_cc {
        flex-wrap: wrap;
        gap: 10px;
    }
    .v_tit_cc a {
        margin-right: 0;
        padding: 10px 16px;
    }
    .v_tit_cc a span {
        font-size: 14px;
    }
    .hm-title h3,
    .hm-title4 h3 {
        font-size: 24px;
        line-height: 1.25;
    }
    .section1 .h-photo-list1 li {
        flex: 0 0 50%;
    }
    .h-photo-list3 li {
        width: 100%;
        margin: 0 0 20px;
        padding: 26px 20px;
    }
    .section4-con {
        padding-top: 45px;
    }
    .hm-title4 {
        max-width: 100%;
    }
    .hm-title4 h3 {
        font-size: 24px;
    }
    .hm-title4 .pp {
        font-size: 15px;
    }
    .h-photo-list5 {
        display: block;
    }
    .h-photo-list5 li .pp1 {
        font-size: 20px;
        margin-bottom: 22px;
    }
  
    .h-photo-list6 li {
        width: 50%;
        padding: 0 10px;
    }
    .h-photo-list6 li .img {
        width: 76px;
        height: 76px;
    }
    .h-photo-list6 li .img img {
        max-width: 30px;
        max-height: 30px;
    }
    .h-photo-list6 li .pp1 {
        font-size: 16px;
    }
    .h-photo-list6 li .pp2 {
        font-size: 13px;
    }
    .h-photo-list7 {
        flex-wrap: wrap;
        height: auto;
    }
    .h-photo-list7 li {
        flex: none;
        width: 50%;
        height: 260px;
    }
    .h-photo-list7 li .txt2 {
        padding: 28px 16px;
    }
    .h-photo-list7 li .pp2 {
        font-size: 15px;
    }
    .h-photo-list7 li .pp3 {
        font-size: 13px;
        line-height: 1.55;
        margin-bottom: 24px;
    }
    .hm-map .quan {
        font-size: 12px;
    }
    .hm-map .quan0 {
        font-size: 13px;
    }
    .sec8-message .pl-10,
    .sec8-message .pr-10 {
        padding-left: 0;
        padding-right: 0;
    }
    .news-swiper .swiper-slide .txt span {
        font-size: 13px;
    }
    .news-swiper .swiper-slide .txt h3 {
        min-height: auto;
        font-size: 18px;
    }
    .news-swiper .swiper-slide .txt .pp {
        min-height: auto;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .foot-getfree .p1 {
        font-size: 24px;
    }
    .foot-getfree .p2 {
        font-size: 16px;
    }
    .foot-getfree .p3 a {
        min-width: 210px;
        height: 46px;
        font-size: 15px;
    }
    .foot-nav-list .nav-bti {
        font-size: 17px;
    }
    .foot-nav-list .nav-a a,
    .foot-lxwm .pp {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .max1600,
    .max1500,
    .max1400,
    .max1200 {
        width: 92%;
        padding-left: 0;
        padding-right: 0;
    }
    .section2,
    .section3,
    .section5,
    .section6,
    .section8,
    .section9 {
        padding-top: 42px;
        padding-bottom: 36px;
    }
    .section2-con,
    .section3-con,
    .section5-con,
    .section6-con,
    .section8-con,
    .section9-con {
        margin-top: 26px;
    }
    .hm-title h3,
    .hm-title4 h3 {
        font-size: 22px;
    }
    .hm-title .pp,
    .hm-title4 .pp {
        font-size: 13px;
    }
    .v_tit_aa {
        font-size: 22px;
    }
    .v_tit_bb {
        display: none!important;
    }
    .v_tit_cc a {
        width: 100%;
        justify-content: center;
    }
    .section1 .h-photo-list1 li {
        flex: 0 0 50%;
        margin-bottom: 16px;
    }
    .h-photo-list1 li .txt {
        font-size: 14px;
    }
    .h-photo-list3 li .txt .pp1 {
        font-size: 17px;
    }
    .h-photo-list3 li .txt .pp2 {
        font-size: 14px;
    }
    
    .h-photo-list5 li .img {
        width: 90px;
        height: 90px;
    }
     .h-photo-list5 li .img > img{
         max-width: 50%;
     }


    .h-photo-list5 li .pp1{
        font-size: 18px;
    }
    .h-photo-list6 li {
        width: 100%;
        margin-bottom: 26px;
    }
    .h-photo-list7 li {
        width: 100%;
        height: 230px;
    }
    .h-photo-list7 li:nth-child(3) .txt {
        opacity: 1;
        visibility: visible;
    }
    .h-photo-list7 li:nth-child(3) .txt2 {
        opacity: 0;
        visibility: hidden;
    }
    .hm-map .quan p {
        display: none;
    }
    .hm-map .quan0 p {
        display: block;
    }
    .sec8-message {
        padding: 18px 14px;
    }
    .sec8-message .btn-primary {
        width: 100%;
        min-width: 0;
        font-size: 15px;
    }
    .news-swiper .swiper-slide .img {
        margin-bottom: 16px;
    }
    .news-swiper .swiper-slide .txt h3 {
        font-size: 17px;
        line-height: 1.35;
    }
    .foot {
        padding-top: 45px;
    }
    .foot::before {
        height: 45px;
    }
    .foot::after {
        height: calc(100% - 45px);
    }
    .foot-getfree {
        margin-top: -45px;
        padding: 28px 18px 24px;
    }
    .foot-getfree .p1 {
        font-size: 21px;
    }
    .foot-getfree .p2 {
        font-size: 14px;
    }
    .foot-getfree .p3 a {
        width: 100%;
        min-width: 0;
        height: 44px;
        font-size: 14px;
    }
    .foot-top {
        padding: 38px 0 22px;
    }
    .foot-logo {
        margin-bottom: 24px;
    }
    .foot-lxwm h3 {
        font-size: 17px;
        margin-bottom: 14px;
    }
    .foot-nav-list {
        width: 100%;
        max-width: 100%;
        margin-bottom: 24px;
    }
    .copyright {
        padding: 20px 0;
        font-size: 12px;
    }
}


/**/


/* section4 responsive fix */

@media (max-width: 1280px) {
    .section4 {
        min-height: 620px;
        overflow: hidden;
    }
    .section4 .video,
    .idxaboutbg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }
    .section4-con {
        position: relative;
        height: auto;
        min-height: 620px;
        padding-top: 70px;
        padding-bottom: 60px;
        box-sizing: border-box;
    }
    .hm-title4 {
        max-width: 620px;
    }
    .hm-title4 h3 {
        font-size: 34px;
        line-height: 1.15;
        margin-bottom: 16px;
    }
    .hm-title4 .pp {
        font-size: 24px;
        line-height: 1.35;
        padding-bottom: 24px;
        margin-bottom: 28px;
    }
    .about-txt {
        max-width: 620px;
        font-size: 16px;
        line-height: 1.7;
    }
    .number {
        margin-top: 50px;
    }
    .number li {
        margin-right: 42px;
        margin-bottom: 20px;
    }
    .number li h3 i {
        font-size: 48px;
    }
    .number li p {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .section4 {
        min-height: 560px;
    }
    .section4-con {
        min-height: 560px;
        padding-top: 55px;
        padding-bottom: 50px;
    }
    .hm-title4 {
        max-width: 560px;
    }
    .hm-title4 h3 {
        font-size: 30px;
    }
    .hm-title4 .pp {
        font-size: 21px;
        margin-bottom: 24px;
    }
    .about-txt {
        max-width: 560px;
        font-size: 15px;
    }
    .number {
        max-width: 620px;
        margin-top: 38px;
    }
    .number li {
        width: calc(50% - 24px);
        margin-right: 24px;
        margin-bottom: 22px;
    }
    .number li h3 i {
        font-size: 42px;
    }
    .number li h3 span {
        width: 23px;
        height: 23px;
        font-size: 12px;
    }
    .number li p {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .section4 {
        min-height: auto;
        background-color: #f7f9fb;
    }
    .section4 .video {
        position: absolute;
        inset: 0;
        height: 100%;
        display: none;
    }
    .idxaboutbg {
        display: none;
    }
    .section4:hover,
    .section4:hover .color-666,
    .section4:hover .section4-con * {
        color: inherit;
    }
    .section4-con {
        position: relative;
        min-height: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .hm-title4 h3,
    .hm-title4 .pp,
    .about-txt,
    .number li h3 i,
    .number li p {
        color: #000;
    }
    .about-txt {
        color: #666;
    }
}

@media (max-width: 768px) {
    .section4-con {
        padding-top: 42px;
        padding-bottom: 42px;
    }
    .hm-title4 {
        max-width: 100%;
    }
    .hm-title4 h3 {
        font-size: 24px;
        line-height: 1.25;
    }
    .hm-title4 .pp {
        font-size: 18px;
        line-height: 1.45;
        padding-bottom: 18px;
        margin-bottom: 20px;
    }
    .about-txt {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.65;
    }
    .number {
        margin-top: 30px;
    }
    .number li {
        width: 50%;
        margin-right: 0;
        padding-right: 18px;
        box-sizing: border-box;
    }
    .number li h3 i {
        font-size: 36px;
    }
    .number li h3 span {
        width: 20px;
        height: 20px;
        font-size: 11px;
    }
    .number li p {
        font-size: 14px;
        line-height: 1.45;
    }
    .foot {
        margin-bottom: 70px;
    }
}

@media (max-width: 500px) {
    .section4-con {
        padding-top: 36px;
        padding-bottom: 34px;
    }
    .hm-title4 h3 {
        font-size: 22px;
    }
    .hm-title4 .pp {
        font-size: 16px;
        margin-bottom: 18px;
    }
    .hm-title4 .pp::before {
        width: 42px;
    }
    .about-txt {
        font-size: 13px;
    }
    .number {
        margin-top: 24px;
    }
    .number li {
        width: 50%;
        padding-right: 0;
        margin-bottom: 18px;
    }
    .number li h3 i {
        font-size: 34px;
    }
    .number li p {
        font-size: 13px;
    }
    .pin_swiper1 .swiper-pagination1 {
        margin-top: 30px;
    }
    .sec2-bom {
        margin-top: 40px;
    }
    .s2-top-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .s2-top-right {
        width: 100%;
        padding: 30px 20px;
    }
    .pro-cate-main .txt {
        width: 100%;
    }
    .pro-cate-main .img {
        margin-left: 0px;
    }
    .pro-cate-main .txt .p2 a {
        padding: 12px 20px 12px 15px;
    }
    .h-product-sort li a {
        font-size: 15px;
    }
    .h-photo-list1 li .img img {
        max-width: 35px;
    }
    .pin_swiper1 .swiper-slide .txt h3 {
        font-size: 18px;
    }
    .hm-title7 {
        padding-left: 15px;
        padding-right: 15px;
    }
}



/*  */
.section-why {
    padding: 4.166vw 0;
    background: #eff4f9;
    overflow: hidden;
}
.section-why .hm-title{
    margin-bottom: 60px;
}
.section-why .hm-title h3,
.section-cases .hm-title h3 {
    margin: 0;
    color: #020611;
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}

.section-why .hm-title .pp,
.section-cases .hm-title .pp {
    max-width: 1450px;
    margin: 18px auto 0;
    color: #444;
    font-size: 16px;
    line-height: 1.6;
}




.why-list {
    display: flex;
    overflow: hidden;
}

.why-list1{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.why-list2{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


.why-list li {
    position: relative;
    height:375px;
    background: #111;
    overflow: hidden;
    transition: 0.5s ease;
    flex: 1;
}

.why-list li.on,
.why-list li:hover{
    flex: 2;
}

/* .why-list li:nth-child(1) {
    grid-column: 1 / span 2;
}

.why-list li:nth-child(2) {
    grid-column: 3 / span 2;
}

.why-list li:nth-child(3) {
    grid-column: 5 / span 3;
}

.why-list li:nth-child(4) {
    grid-column: 1 / span 3;
}

.why-list li:nth-child(5) {
    grid-column: 4 / span 2;
}

.why-list li:nth-child(6) {
    grid-column: 6 / span 2;
} */

.why-list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
}

.why-list li a > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.why-list li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .36);
    transition: all .45s;
}

.why-name {
    position: absolute;
    left: 36px;
    top: 35px;
    z-index: 2;
    color: #fff;
    font-size: 24px;
    line-height: 1.35;
    font-weight: bold;
    transition: all .35s;
}

.why-info {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    padding: 40px 38px;
    background: #01386e url(//wm.cdn.cn86.cn/atgreducerwmy/2026/07/3404654df1sfgg3w.jpg) no-repeat right top;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px);
    transition: all .45s;
}

.why-info h4 {
    margin: 0 0 25px;
    color: #fff;
    font-size: 24px;
    line-height: 1.35;
    font-weight: bold;
}

.why-info p {
    max-width: 480px;
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    min-height: calc(1.4em * 6);
}

.why-info i {
    position: absolute;
    left: 38px;
    bottom: 39px;
    color: #fff;
    font-size: 30px;
    max-width: 38px;
}

.why-info i img{
    max-width: 100%;
}

.why-list li:hover img {
    transform: scale(1.08);
}

.why-list li:hover a:after {
    opacity: 0;
}

.why-list li:hover .why-name {
    opacity: 0;
}

.why-list li:hover .why-info {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.section-cases {
    padding-top: 4.166vw;
    background: #f7f9fb;
    overflow: hidden;
}

.section-cases .hm-title {
    margin-bottom: 3vw;
}

/* anli-content */ 
.anli-content{
    position: relative;
    padding:10.9375vw 0 80px;
    background: url(//wm.cdn.cn86.cn/atgreducerwmy/2026/07/ce3a0ceddfoq61na.jpg) top center no-repeat;
    overflow: hidden;
}

.anli_swiper{
    position: relative;
}
.anli_swiper .swiper-slide{
    position: relative;
    text-align: center;
}
.anli_swiper .swiper-slide .img{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.anli_swiper .swiper-slide .img img{
    display: block;
    width: 100%;
}
.anli_swiper .swiper-slide .img .lkk{
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 5.203vw;
    background: rgba(0, 0, 0, .5);
    transition: all .4s;
    opacity: 0;
    z-index: 99;
}

.anli_swiper .swiper-slide .img .lkk a {
    display: inline-block;
    padding: 8px 10px 8px 10px;
    border: 1px solid #fff;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin: 10px;
    text-transform: uppercase;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.anli_swiper .swiper-slide .img .lkk a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    transition: all 0.4s ease-in-out;
    background-color: var(--sub-theme-color);
    overflow: hidden;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.anli_swiper .swiper-slide .img .lkk a:hover span {
    color: #fff!important;
}

.anli_swiper .swiper-slide .img .lkk a span {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    color: #fff!important;
    text-transform: capitalize;
    font-weight: 700;
}

.anli_swiper .swiper-slide .img .lkk a span i {
    display: block;
    margin-left: 15px;
    width: 16px;
    height: 14px;
    background: url(//wm.cdn.cn86.cn/atgreducerwmy/2026/07/1acca2ef29aqvvip.png) no-repeat center;
}

.anli_swiper .swiper-slide .img .lkk a:hover {
    border-color: var(--main-theme-color);
}

.anli_swiper .swiper-slide .img .lkk a:hover::before {
    width: 100%;
    left: 0px;
}





.anli_swiper .swiper-slide .txt{
    padding: 10px 0;
}
.anli_swiper .swiper-slide .txt a{
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
}

.anli_swiper .swiper-slide:hover .img .lkk{
    opacity: 1;
}


.case-area {
    position: relative;
    padding: 7vw 0 0vw;
    background: url(//wm.cdn.cn86.cn/atgreducerwmy/2026/07/fa8b2c1df1ghnj01.jpg) center/cover no-repeat;
    overflow: hidden;
}

.case-swiper-wrap {
    position: relative;
    z-index: 2;
}

.case-swiper {
    width: 100%;
    overflow: visible;
}

.case-swiper .swiper-slide {
    height: auto;
    opacity: 1;
    transform: scale(1);
    transition: all .45s;
}

.case-swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

.case-card {
    position: relative;
    /* height: 520px; */
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    padding: 40px 60px;
}

.case-card:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: calc(100% - 120px);
    height: 0;
    background: #fff;
    transition: height .55s;
}

.case-swiper .swiper-slide-active .case-card:before {
    height: 100%;
}

.case-info {
    position: relative;
    z-index: 2;
    padding: 0;
    opacity: 0;
    transform: translateY(0px);
    transition: all .45s .12s;
    padding-right: 15%;
}

.case-swiper .swiper-slide-active .case-info {
    opacity: 1;
    transform: translateY(0);
}

.case-info h4 {
    margin: 0 0 20px;
    color: #000000;
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
}

.case-info p {
    margin: 0 0 28px;
    color: #8e8e99;
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    min-height: calc(1.5em * 4);
}

.case-info a {
    display: inline-block;
    padding: 15px 25px;
    background: #01386e;
    border-radius: 8px;
    color: #fff !important;
    min-width: 164px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.case-info a i {
    margin-left: 10px;
    transition: all .35s;
    width: 16px;
    height: 14px;
    background: url(//wm.cdn.cn86.cn/atgreducerwmy/2026/07/6e63b78d53moqioh.png) no-repeat;
    display: inline-block;
}

.case-info a i::before{
   display: none;
}

.case-info a:hover {
    background: #0b6aaf;
}

.case-info a:hover i {
    transform: translateX(5px);
}

.case-img {
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 310px;
    overflow: hidden;
    margin-top: 30px;
}

.case-swiper .swiper-slide-active .case-img {
    border-radius: 8px;
    position: relative;
}

.case-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.case-card:hover .case-img img {
    transform: scale(1.05);
}

.case-prev,
.case-next {
    position: absolute;
    top: 68%;
    z-index: 5;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .75);
    color: #fff;
    cursor: pointer;
    /* transition: all .35s; */
    border-radius: 3px;
}

.case-prev i::before,
.case-next i::before{
    display: none;
}

.case-prev {
    left: calc(50% - 360px);
    background: url(//wm.cdn.cn86.cn/atgreducerwmy/2026/07/0929648b9cgp5sh2.png) no-repeat center;
}

.case-next {
    right: calc(50% - 330px);
    background: url(//wm.cdn.cn86.cn/atgreducerwmy/2026/07/3a2aa3b6f0i6w16b.png) no-repeat center;
}

.case-prev:hover{
     border-color: #0072c3;
    background: url(//wm.cdn.cn86.cn/atgreducerwmy/2026/07/0929648b9cgp5sh2.png) no-repeat center #0072c3;
}
.case-next:hover {
    border-color: #0072c3;
   background: url(//wm.cdn.cn86.cn/atgreducerwmy/2026/07/3a2aa3b6f0i6w16b.png) no-repeat center #0072c3;
}




@media (max-width: 1199px) {
    .why-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-list li:nth-child(n) {
        grid-column: auto;
    }

    .case-card {
        height: 500px;
    }

    .case-info {
        padding: 40px 38px 28px;
    }

    .case-prev {
        left: 30px;
    }

    .case-next {
        right: 30px;
    }
}

@media (max-width: 768px) {
    .section-why,
    .section-cases {
        padding-top: 40px;
    }

    .section-why .hm-title h3,
    .section-cases .hm-title h3 {
        font-size: 28px;
    }

    .section-why .hm-title .pp,
    .section-cases .hm-title .pp {
        font-size: 14px;
    }

    .why-list {
        display: block;
        margin-top: 25px;
    }

    .why-list li {
        height: 230px;
    }

    .why-name {
        left: 24px;
        top: 24px;
        font-size: 20px;
    }

    .why-info {
        padding: 28px 24px;
    }

    .why-info h4 {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .why-info p {
        font-size: 14px;
    }

    .case-area {
        padding: 40px 5%;
    }

    .case-swiper .swiper-slide,
    .case-swiper .swiper-slide-active {
        opacity: 1;
        transform: scale(1);
    }

    .case-card {
        height: auto;
        background: #fff;
    }

    .case-card:before {
        display: none;
    }

    .case-info {
        opacity: 1;
        transform: none;
        padding: 28px 24px;
    }

    .case-info h4 {
        font-size: 20px;
    }

    .case-info p {
        font-size: 14px;
    }

    .case-img,
    .case-swiper .swiper-slide-active .case-img {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        height: 220px;
        border-radius: 0 0 6px 6px;
    }

    .case-prev,
    .case-next {
        display: none;
    }
}





/* 内牙banner */
.page-banner {
    position: relative;
    height: clamp(320px, 26.05vw, 500px);
    overflow: hidden;
    background: #0c456f;
}

.page-banner > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner::after {
    position: absolute;
    inset: 0;
    background: rgba(0, 44, 82, .28);
    pointer-events: none;
    content: "";
}

.banner-fix {
    position: absolute;
    z-index: 1;
    inset: 0;
    color: #fff;
}

.banner-fix .fll-con {
    padding-top: clamp(145px, 11.75vw, 226px);
}

.banner-fix h4 {
    position: relative;
    margin: 0;
    padding-bottom: 35px;
    font-size: clamp(28px, 2.29vw, 44px);
    font-weight: bold;
    line-height: 1.2;
    font-family: "Arial";
    text-transform: uppercase;
}

.banner-fix h4::after {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 32px;
    height: 4px;
    background: #fff;
    content: "";
}

.banner-fix p {
    max-width: 1000px;
    margin: 0;
    font-family: "Arial";
    font-size: clamp(18px, 1.66vw, 32px);
    font-weight: bold;
    line-height: 1.45;
}

.banner-mbx{
    position: absolute;
    left: 0px;
    bottom: 1.56vw;
    z-index: 9;
    color: rgba(255, 255, 255, .6);
    font-size: 16px;
    font-family: "Arial";
    width: 100%;
}
.banner-mbx *{
    font-family: "Arial";
}
.banner-mbx a{
     color: rgba(255, 255, 255, .6);
}



@media (max-width: 767px) {
    .page-banner {
        height: 280px;
    }

    .banner-fix .fll-con {
        padding-top: 115px;
    }

    .banner-fix h4 {
        padding-bottom: 20px;
    }
    
}