﻿@font-face {
    font-family: 'HARMONYOS_SANS_BOLD';
    src: url('../font/HARMONYOS_SANS_BOLD.TTF');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HARMONYOS_SANS_MEDIUM';
    src: url('../font/HARMONYOS_SANS_MEDIUM.TTF');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HARMONYOS_SANS_REGULAR';
    src: url('../font/HARMONYOS_SANS_REGULAR.TTF');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

:root {
    --primary-color: #1834c9;
    --pos: 0.5;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

@media screen and (min-width: 2300px) {
    .w1400 {
        width: 65%;
    }
}


@media screen and (max-width: 1599px) {
    .w1400 {
        width: 85%;
    }
}

@media screen and (max-width: 1399px) {
    .w1400 {
        width: 90%;
    }
}

.pcblock {
    display: block;
}

.mblock {
    display: none;
}

@media screen and (max-width: 1000px) {
    .pcblock {
        display: none;
    }

    .mblock {
        display: block;
    }
}

/*盒子布局*/
.flexsb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.flexsa {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}

.flexlf {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: left;
}

.flexed {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
}

.flexce {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.cflexce {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.scrollbar::-webkit-scrollbar-button:vertical {
    display: none;
}

.scrollbar::-webkit-scrollbar-track {
    background: #eaeaea;
}

.scrollbar::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: var(--primary-color);
}

    .scrollbar::-webkit-scrollbar-thumb:vertical:hover {
        background-color: var(--primary-color);
    }

    .scrollbar::-webkit-scrollbar-thumb:vertical:active {
        background-color: var(--primary-color);
    }

@media screen and (max-width: 767px) {
    .scrollbar::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }
}












/* header */
.btn_phone {
    position: relative;
    z-index: 10;
    width: 26px;
    height: 26px;
    display: none;
}

.headfixed {
    position: fixed;
    z-index: 99;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
    top: 0;
    left: 0;
    /* border-bottom: 1px solid #f7f7f7;
    box-shadow: 0 0 20px rgb(0, 0, 0, 0.05); */
}

    .headfixed .headfixed_show {
        position: relative;
        z-index: 3;
        transition: all 0.8s;
        align-items: center;
    }

    .headfixed .logo {
        position: relative;
        width: 150px;
    }

        .headfixed .logo img {
            margin: 0px;
        }

    .headfixed.headerbgm1 .language_text {
        color: #333;
    }

    .headfixed .menu_list {
        width: 88%;
        align-items: center;
        justify-content: flex-end;
    }

    .header-button,
    .headfixed .header-button {
        position: relative;
        z-index: 1;
        display: block;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        height: 100%;
        outline: 0;
        border: none;
        background: url(../images/in-ssicon.png) no-repeat center center;
        text-align: left;
        text-indent: -119988px;
        text-transform: capitalize;
        cursor: pointer;
    }

    .headfixed.headerbgm .header-button,
    .headfixed.headerbgm1 .header-button,
    .headfixed1 .header-button {
        background: url(../images/in-bssicon.png) no-repeat center center;
    }

    .headfixed .toggle_btn {
        position: relative;
        display: block;
        width: 100%;
        height: 30px;
        z-index: 15;
    }

        .headfixed .toggle_btn span {
            position: absolute;
            right: 0;
            width: 26px;
            height: 2px;
            background: #fff;
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

            .headfixed .toggle_btn span:first-child {
                top: 8px;
            }

            .headfixed .toggle_btn span:nth-child(2) {
                top: 50%;
                width: 20px;
            }

            .headfixed .toggle_btn span:last-child {
                bottom: 6px;
            }

        .headfixed .toggle_btn.on span {
            background-color: var(--primary-color);
        }

            .headfixed .toggle_btn.on span:first-child {
                -webkit-transform: translate(0, 7px) rotate(45deg);
                -o-transform: translate(0, 7px) rotate(45deg);
                transform: translate(0, 7px) rotate(45deg);
                -ms-transform: translate(0, 7px) rotate(45deg);
            }

            .headfixed .toggle_btn.on span:nth-child(2) {
                opacity: 0;
            }

            .headfixed .toggle_btn.on span:last-child {
                bottom: 9px;
                -webkit-transform: translate(0, -3px) rotate(-45deg);
                -o-transform: translate(0, -3px) rotate(-45deg);
                transform: translate(0, -3px) rotate(-45deg);
                -ms-transform: translate(0, -3px) rotate(-45deg);
            }

.mobile_nav_box {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    padding: 50px 0;
    width: 86%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: all 0.8s;
    transform: translateX(150%);
    pointer-events: none;
}

.headfixed .headfixed_show.on .mobile_nav_box {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.headfixed .mobile_nav_box .tit {
    position: relative;
    padding: 0 5%;
    width: 100%;
    display: block;
    color: #282828;
    text-align: left;
    letter-spacing: 2px;
    font-size: 16px;
}

    .headfixed .mobile_nav_box .tit:hover {
        color: var(--primary-color);
    }

.headfixed .mobile_nav_box .mobile_ul li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.headfixed .mobile_nav_box .head_subnav {
    padding: 12px 4.5%;
    width: 100%;
    background: #f5f5f5;
    display: none;
}

    .headfixed .mobile_nav_box .head_subnav a {
        position: relative;
        display: inline-block;
        padding: 6px 15px;
        width: 100%;
        color: #333;
        text-align: left;
        font-size: 16px;
        line-height: 1.5;
    }

    .headfixed .mobile_nav_box .head_subnav a {
        position: relative;
        display: inline-block;
        padding: 6px 15px;
        width: 100%;
        color: #333;
        text-align: left;
        font-size: 14px;
        line-height: 1.5;
    }

        .headfixed .mobile_nav_box .head_subnav a.stit {
            font-size: 16px;
        }

.headfixed .head_tit {
    position: relative;
    padding: 15px 0;
}

.headfixed .mobile_nav_box .mobile_down,
.headfixed .mobile_nav_box .smobile_down {
    position: absolute;
    top: 50%;
    right: 5%;
    z-index: 5;
    display: block;
    width: 150px;
    height: 100%;
    transform: translateY(-50%);
}

.headfixed .mobile_nav_box .smobile_down {
    right: 1.5%;
}

    .headfixed .mobile_nav_box .mobile_down:before,
    .headfixed .mobile_nav_box .smobile_down::before {
        position: absolute;
        top: 20px;
        right: 0;
        width: 10px;
        height: 10px;
        border-bottom: 1px solid #222;
        border-left: 1px solid #222;
        content: '';
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }

.btn_search {
    width: 26px;
    height: 26px;
    color: #222222;
    font-size: 19px;
    cursor: pointer;
}

    .btn_search .icon_ssicon {
        font-size: 19px;
    }

.headfixed .menu_pcul {
    /* width: calc(100% - 160px); */
    justify-content: flex-end;
    padding-right: 0.5rem;
}

    .headfixed .menu_pcul li {
        vertical-align: top;
        padding: 0 1.56vw;
        position: relative;
    }

        .headfixed .menu_pcul li > a {
            position: relative;
            z-index: 2;
            display: block;
            color: #fff;
            text-align: center;
            padding: 0;
            cursor: pointer;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            font-family: 'HARMONYOS_SANS_REGULAR';
            font-size: 18px;
            height: 90px;
            line-height: 90px;
        }

@media (max-width: 1300px) {
    .headfixed .menu_pcul li {
        padding: 0 0.9vw;
    }

        .headfixed .menu_pcul li > a {
            font-size: 15px;
        }

    .phone_num .num {
        font-size: 15px;
    }
}

.headfixed .menu_pcul li .head_subnav {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    width: 100%;
    padding: 60px 8%;
    background: #ffffff;
    box-shadow: 0px 7px 29px 0px rgba(184, 184, 184, 0.14);
    border-top: 1px solid #e9e9e9;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    display: none;
}

.menu_list > ul > li:hover .head_subnav {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    pointer-events: auto;
}

.headfixed .head_lfBox {
    width: 70%;
    margin-right: 1rem;
    align-items: flex-start;
}

    .headfixed .head_lfBox .hli {
        flex: 1;
        padding: 0 0.85rem;
        border-right: 1px solid #f2f2f2;
    }

        .headfixed .head_lfBox .hli:last-child {
            margin-right: 0px;
        }

        .headfixed .head_lfBox .hli:first-child {
            padding-left: 0px;
        }

.headfixed .head_rtBox {
    position: relative;
    flex: 1;
    overflow: hidden;
}

    .headfixed .head_rtBox .htit {
        font-size: 16px;
        color: #666666;
        margin-bottom: 25px;
    }

.headfixed .head_imgBox {
    max-width: 380px;
}

    .headfixed .head_imgBox img {
        margin: 0px;
    }

.headfixed .hlink {
    position: relative;
    color: #666666;
    font-size: 18px;
    display: block;
    padding: 14px 20px;
    margin-top: 12px;
}

.headfixed .canavli .hlink {
    padding: 10px 20px;
}

.headfixed .hlink:last-child {
    margin-right: 0px;
}

.headfixed .hlink:first-child {
    margin-top: 0px;
}

.headfixed .hlink::before {
    content: '\e715';
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    font-size: 16px;
    margin-top: 2px;
    color: #696969;
}

.headfixed .hlink.active {
    background-color: var(--primary-color);
    color: #fff;
}

    .headfixed .hlink.active::before {
        color: #fff;
    }

.headfixed .hlink .iconBox {
    position: relative;
    width: 36px;
    height: 36px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.headfixed .hlink .hsapn {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}

.headfixed .hlink .iconBox .himg,
.headfixed .hlink.active .iconBox .img {
    opacity: 0;
}

.headfixed .hlink .iconBox .img,
.headfixed .hlink.active .iconBox .himg {
    opacity: 1;
}

.headfixed .menu_pcul li.canavli .head_lfBox .hli:last-child {
    padding-right: 0px;
    border-right-width: 0px;
}

.headfixed .head_stit .stit {
    color: #222222;
    font-size: 0.3rem;
    line-height: 1.3;
}

.headfixed .head_stit .sdec {
    color: #777;
    font-size: 16px;
    line-height: 1.75;
    padding-top: 10px;
}

.headfixed .head_sublink {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    background: #fff;
    border-radius: 0.1rem;
    min-width: 200px;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
    display: none;
    box-shadow: 0 0 20px rgb(0, 0, 0, 0.05);
    padding: 20px 30px 30px;
}

.navli:hover .head_sublink {
    display: block;
}

.headfixed .head_sublink a {
    position: relative;
    color: #666;
    font-size: 14px;
    display: block;
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid #ededed;
    white-space: nowrap;
}

    .headfixed .head_sublink a::before {
        content: '\e715';
        position: absolute;
        right: 0px;
        top: 50%;
        display: block;
        transform: translateY(-50%);
        font-size: 15px;
        margin-top: 1px;
        display: none;
    }

    .headfixed .head_sublink a:hover {
        color: var(--primary-color);
        border-bottom: 1px solid var(--primary-color);
    }

.menu_list .menu_pcul > li > a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.headfixed .menu_pcul > li.active > a::after,
.menu_list .menu_pcul > li:hover > a:after {
    width: 100%;
}

.headfixed .menu_pcul li:hover > a {
    color: #fff;
}

.btn_quote {
    background: var(--primary-color);
    color: #fff;
    width: 140px;
    height: 46px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: HARMONYOS_SANS_MEDIUM;
}

    .btn_quote:hover::before {
        left: 120%;
    }

    .btn_quote::before {
        position: absolute;
        top: 0;
        left: -45px;
        width: 25px;
        height: 100%;
        background: #fff;
        content: '';
        opacity: 0.5;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

.headfixed .menu_pcul li:hover .head_subnav {
    display: block;
}

@media (max-width: 1300px) {
    .headfixed .menu_pcul li {
        padding: 0 0.9vw;
    }

        .headfixed .menu_pcul li > a {
            font-size: 15px;
        }

    .phone_num .num {
        font-size: 15px;
    }
}

@media screen and (max-width: 1000px) {
    .headfixed .menu_pcul {
        display: none;
    }

    .btn_phone {
        display: block;
    }

    .btn_quote {
        background: var(--primary-color);
        color: #fff;
        font-size: 14px;
        margin-right: 20px;
        width: 110px;
        height: 36px;
        line-height: 36px;
    }

    .headfixed {
        height: 70px;
        top: 0;
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }
}

.headfixed.white {
    background: var(--primary-color);
}

.phone_num {
    display: flex;
    height: 100%;
    align-items: center;
}

    .phone_num .phone_icon {
        width: 34px;
        height: 34px;
        background-color: var(--primary-color);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-right: 10px;
    }

    .phone_num .num {
        font-size: 18px;
        font-family: 'HARMONYOS_SANS_REGULAR';
        color: #fff;
    }

@media screen and (max-width: 1000px) {
    .phone_num {
        display: none;
    }
}

/* header end */

/* FAQ  problem */
.problem1 {
    position: relative;
    z-index: 3;
    padding: 1.3rem 0 0.9rem;
}

    .problem1 .blocktitle {
        text-align: center;
        margin-bottom: 0.75rem;
    }

    .problem1 .problem1-ul {
        flex-wrap: wrap;
        position: relative;
        z-index: 5;
        align-items: flex-start;
        margin-top: 40px;
        max-width: 980px;
        margin: 0 auto;
    }

        .problem1 .problem1-ul li {
            width: 100%;
            position: relative;
            margin-bottom: 10px;
            cursor: pointer;
            border-radius: 12px;
            box-shadow: 0 0 15px rgb(0, 0, 0, 0.05);
            border-radius: 10px;
            background-color: #ffffff;
            margin-top: 0;
        }

            .problem1 .problem1-ul li.active {
                height: auto;
            }

            .problem1 .problem1-ul li:nth-child(2n) {
                margin-right: 0px;
            }

    .problem1 .problem1-tit {
        /*  background-color: #ffffff;
    border: solid 1px #eeeeee;
    border-radius: 10px; */
        padding: 20px 30px;
        align-items: center;
    }

        .problem1 .problem1-tit .tit {
            flex: 1;
            font-family: HARMONYOS_SANS_BOLD;
            font-size: 20px;
            color: #333333;
            line-height: 1.5;
        }

        .problem1 .problem1-tit .blocktitle {
            font-size: 20px;
            color: #666666;
            width: calc(100% - 15px);
            padding-right: 10px;
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            align-items: center;
            position: relative;
        }

        .problem1 .problem1-tit .tit::before {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0px;
            width: 8px;
            height: 8px;
            background-color: #666666;
            border-radius: 50%;
            display: NONE;
        }

        .problem1 .problem1-tit .icon {
            width: 24px;
            height: 24px;
            position: relative;
            border: 1px solid var(--primary-color);
            border-radius: 50%;
            /* background: url(../images/a30.png) no-repeat 4px 4px; */
            margin-right: 10px;
            border-radius: 50%;
        }

    .problem1 .active .problem1-tit .icon {
        background: var(--primary-color);
    }

    .problem1 .problem1-tit .icon em {
        position: absolute;
        background: var(--primary-color);
        width: 12px;
        height: 2px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

        .problem1 .problem1-tit .icon em:nth-child(2) {
            width: 2px;
            height: 12px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

    /* .problem1 .problem1-ul li.active em:nth-child(2) {
    opacity: 1;
  } */

    .problem1 .problem1-ul li.active .problem1-tit {
        /* border: solid 1px #0787d8; */
        /* border-radius: 10px 10px 0px 0px; */
        /* border-bottom: 0px; */
    }

        .problem1 .problem1-ul li.active .problem1-tit .tit::before,
        .problem1 .problem1-ul li.active .icon em {
            background-color: #fff;
        }

        .problem1 .problem1-ul li.active .problem1-tit .tit {
            color: var(--primary-color);
        }

    .problem1 .problem1-dec .cont {
        font-size: 18px;
        line-height: 1.875;
        color: #666666;
        position: relative;
        z-index: 3;
        font-family: HARMONYOS_SANS_REGULAR;
    }

@media screen and (max-width: 1000px) {
    .problem1 {
        padding: 40px 0;
    }

        .problem1 .problem1-ul li .problem1-tit .tit {
            font-size: 18px;
        }

        .problem1 .problem1-dec .cont {
            font-size: 16px;
        }
}

.problem1 .problem1-dec .ct-more {
    font-size: 16px;
    line-height: 26px;
    color: #04a4e5;
}

    .problem1 .problem1-dec .ct-more em {
        font-size: 16px;
        line-height: 26px;
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
        margin-left: 8px;
        -webkit-transition: 0.5s;
        -ms-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

.problem1 .problem1-dec {
    width: 100%;
    /* position: absolute; 
     left: 50%;
    transform: translateX(-50%); */
    border-radius: 0px 0px 10px 10px;
    background: #fff;
    border-top: 0px;
    display: none;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
    height: 150px;
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    padding: 0px 30px;
}

.problem1 .active .problem1-dec {
    display: block;
}

.problem1 .problem1-dec .ct-more:hover em {
    margin-left: 12px;
}

.problem1 .problem1-dec .ct-more:hover {
    font-weight: bold;
}
/* end */

/* 留联表单 */
.formBox {
    background: var(--primary-color);
    background-size: cover;
    padding: 0.7rem 0 0.4rem; /* background-color:  var(--primary-color); */
    background-size: cover;
}

    .formBox .in_tit {
        flex: 1;
        width: 100%;
        margin-bottom: 30px;
    }

        .formBox .in_tit .tit,
        .formBox .in_tit .dec {
            color: #ffffff;
        }

    .formBox .right {
        border-radius: 10px;
    }

        .formBox .right .contactForm1 {
            flex-wrap: wrap;
        }

    .formBox .form_li {
        position: relative;
        margin-right: 15px;
        width: 22%;
        min-width: 240px;
        margin-top: 15px;
    }

        .formBox .form_li:last-child {
            margin-right: 0px;
        }

        .formBox .form_li .input {
            position: relative;
            width: 100%;
            height: 50px;
            padding: 5px 16px;
            display: block;
            background-color: #ffffff;
            border-radius: 24px;
        }

    .formBox .more {
        width: 213px;
        line-height: 50px;
        padding: 0px;
        background-color: black;
        font-family: 'HARMONYOS_SANS_BOLD';
        /* border: 2px solid var(--primary-color); */
        border-radius: 100px;
        color: #fff;
        cursor: pointer;
    }

    .formBox label.error {
        position: absolute;
        left: 0px;
        bottom: -22px;
        padding: 0 16px;
        font-size: 14px;
        color: #ff1818;
    }

.in_tit .tit {
    position: relative;
    z-index: 2;
    font-size: 0.52rem;
    line-height: 1.4;
    color: #222222;
    font-family: 'HARMONYOS_SANS_BOLD';
}

.in_tit .dec {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-family: 'HARMONYOS_SANS_REGULAR';
}

.maxw {
    max-width: 696px;
}

.copyright {
    margin-top: 0.4rem;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    opacity: 0.3;
    font-family: 'HARMONYOS_SANS_REGULAR';
}

@media screen and (max-width: 1000px) {
    .formBox .more {
        width: 100%;
    }

    .formBox .in_tit {
        margin-bottom: 20px;
    }

    .formBox .form_li {
        width: 100%;
        margin-right: 0;
    }
}
/*end  */

/* 留联表单 */
.qh {
    position: relative;
}

.qhjsdy {
    position: absolute;
    height: 100%;
    left: 0;
    width: 25%;
    z-index: 8;
    text-align: center;
    /* background-color: #ff9800; */
    background: #1d1d1d;
    cursor: pointer;
    border-radius: 60px 0 0 60px;
}

.popupBox .qhjsdy {
    width: 100px;
    border-radius: 10px 0 0 10px;
}

.qhjsdy2 {
    background-color: #1d1d1d;
    border-radius: 0.1rem 0 0 0.1rem;
    width: 20%;
    height: auto;
}

.qhjsdy p {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 18px;
    font-family: HARMONYOS_SANS_BOLD;
}

.qhjsdy2 p {
    line-height: 2;
    color: var(--primary-color);
    text-align: left;
}

.qhjsdy ul {
    background-color: white;
    padding: 15px;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    box-sizing: border-box;
    position: absolute;
    width: 240px;
    left: 0;
    z-index: 999;
    bottom: 50px;
    max-height: 200px;
    overflow-x: auto;
    display: none;
}

    .qhjsdy ul.on {
        display: block;
    }

    .qhjsdy ul li {
        font-size: 15px;
        margin-bottom: 10px;
        text-align: left;
        color: #666666;
        background-color: rgb(158 158 158 / 8%);
    }

        .qhjsdy ul li:hover {
        }

            .qhjsdy ul li:hover span {
                color: white;
                background-color: var(--primary-color);
            }

        .qhjsdy ul li span {
            /* margin: 0 3px; */
            background-color: #9e9e9e;
            padding: 5px;
            width: 50px;
            text-align: center;
            display: inline-block;
            margin-right: 5px;
            color: white;
        }

.qh input {
    padding-left: 120px !important;
}

.formBox .in_tith {
    padding: 0 0.6rem;
    margin-bottom: 0;
}

    .formBox .in_tith .tit {
        color: black;
        line-height: 1.2;
        margin-bottom: 10px;
        font-size: 0.46rem;
    }

    .formBox .in_tith .dec {
        color: #666666;
    }

#hktxt {
    font-size: 14px;
}

#hkyz {
    margin-bottom: 5%;
    opacity: 1;
    filter: Alpha(opacity=100);
    transition: opacity 2s;
    margin-top: 3%;
}

    #hkyz:hover {
        opacity: 0.7;
        filter: Alpha(opacity=0);
    }

.wrap {
    width: 380px;
    height: 32px;
    background-color: #e8e8e8; /* margin: 56px auto; */
    text-align: center;
    line-height: 32px; /*border-radius: 7px;*/
    position: relative;
    padding-bottom: 0px;
    margin: auto;
    cursor: pointer;
}

.rect {
    position: relative;
    width: 354px;
    height: 100%;
}

.rec {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #00b894;
}

.silde {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #ccc; /* background: url(/static/sxadmin/images/gou.png) no-repeat center; */ /* background-size: 28px; */
    border: 1px solid #dddddd;
}

.hkyztc {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    left: 0;
    background-color: #0000001c;
    display: none;
}

    .hkyztc.on {
        display: block;
    }

.input-more,
.sjxs p {
    overflow: hidden;
}

    .input-more::before,
    .sjxs p::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: -120%;
        overflow: hidden;
        background: -moz-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100% );
        background: -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)) );
        background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0) 100% );
        background: -o-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100% );
        -webkit-transform: skewX(-25deg);
        -moz-transform: skewX(-25deg);
        transform: skewX(-25deg);
        -webkit-animation: movemove 1.5s ease-in-out infinite;
        -moz-animation: movemove 1.5s ease-in-out infinite;
        animation: movemove 1.5s ease-in-out infinite;
    }

@keyframes movemove {
    0% {
        left: -120%;
    }

    100% {
        left: 120%;
    }
}

@-moz-keyframes movemove /* Firefox */ {
    0% {
        left: -120%;
    }

    100% {
        left: 120%;
    }
}

@-webkit-keyframes movemove {
    0% {
        left: -120%;
    }

    100% {
        left: 120%;
    }
}

@-o-keyframes movemove /* Opera */ {
    0% {
        left: -120%;
    }

    100% {
        left: 120%;
    }
}

.hkyztc h5 {
    font-size: 24px;
    text-align: center;
}

.hkyztc-cont {
    width: 500px;
    background: white;
    height: 200px;
    z-index: 9999;
    box-shadow: rgb(126 119 119) 0px 2px 15px;
    border-radius: 8px;
    margin: auto;
    margin-top: 12%;
    padding: 1.5% 0%;
}

.hkyztc .gb {
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    color: #009688;
    text-decoration: underline;
}

.pcxs {
}

.sjxs {
    display: none;
}

@media screen and (max-width: 1000px) {
    .hkyztc {
    }

    .hkyztc-cont {
        width: 90%;
        margin-top: 45%;
        padding: 15px 0%;
    }

    .pcxs {
        display: none;
    }

    .sjxs {
        display: block;
        text-align: center;
        margin: 15px 0px 20px;
    }

        .sjxs p {
            text-align: center;
            display: inline-block;
            background-color: #009688;
            color: white;
            padding: 8px 15px;
            font-size: 16px;
            border-radius: 9px;
            position: relative;
        }
}
/* 询盘弹窗 */
/* 询盘弹窗 */
.tyheadh {
    text-align: center;
    margin-bottom: 60px;
}

.tyheaddb {
    margin-bottom: 0px;
}

.tyhead-bt {
    font-size: 0.5rem !important;
    font-family: 'HARMONYOS_SANS_BOLD';
}

.tyhead-des {
    color: #666666;
    font-size: 17px !important;
    margin-top: 20px !important;
    font-family: 'HARMONYOS_SANS_REGULAR';
}

@media screen and (max-width: 1459px) {
    .tyhead-bt {
        font-size: 46px !important;
        line-height: 1.3 !important;
    }
}

@media screen and (max-width: 1259px) {
    .tyhead-bt {
        font-size: 42px !important;
        line-height: 1.3 !important;
    }
}

@media screen and (max-width: 970px) {
    .tyhead-bt {
        font-size: 22px !important;
        line-height: 32px !important;
    }

        .tyhead-bt br {
            display: none;
        }

    .tyheadh {
        margin-bottom: 15px;
    }

    .popupBox .formBox .li {
        margin-top: 25px;
    }
}

.popupBox .formBox .list {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 0.75rem 3rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 84px 0px rgba(204, 204, 204, 0.58);
    box-shadow: 0px 0px 84px 0px rgba(204, 204, 204, 0.58);
    border-radius: 10px;
}

    .popupBox .formBox .list::after {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        right: -5.8rem;
        bottom: -8.25rem;
        background: url(../images/pro-bgm2.png) no-repeat center;
        background-size: cover;
        z-index: -1;
    }

.popupBox .formBox .ul {
    margin-top: 35px;
}

.popupBox .formBox .liBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.popupBox .formBox .li {
    position: relative;
    width: 100%;
    margin-top: 25px;
}

    .popupBox .formBox .li:last-child {
        margin-right: 0px;
    }

    .popupBox .formBox .li input,
    .popupBox .formBox .li textarea {
        position: relative;
        display: block;
        padding: 15px 20px;
        width: 100%;
        height: 56px;
        background-color: #f7f7f7;
        color: #222;
        overflow: hidden;
        border-radius: 6px;
    }

    .popupBox .formBox .li textarea {
        height: 168px;
    }

.popupBox .formBox .sub {
    width: auto;
    margin-top: 35px;
    padding: 15px 40px;
    line-height: 1;
    background-color: #fff;
    color: var(--primary-color);
    font-size: 18px;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.5s;
    border: 1px solid var(--primary-color);
}

.popupBox .formBox .more span {
    background: transparent;
}

.popupBox .formBox .more::after {
    display: none;
    width: 0;
}

.popupBox .formBox .sub:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.popupBox .formBox label.error {
    padding: 0 20px;
    color: #f00;
}

.popupBox .formBox .placeholder {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    padding: 15px 20px;
    font-size: 16px;
    color: #666666;
}

    .popupBox .formBox .placeholder::after {
        content: '*';
        color: #f5af27;
    }

.popcont {
    position: relative;
    padding: 0.5rem 0.7rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 87px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 87px 0px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    overflow: hidden;
}

.popupBox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: 999;
    display: none;
}

    .popupBox.on {
        display: block;
    }

    .popupBox .poplist {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .popupBox .poplist .ul {
            margin-top: 0px;
        }

    .popupBox .close {
        position: absolute;
        top: -3%;
        right: 19%;
        z-index: 9999;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        background: var(--primary-color);
        border-radius: 50%;
        font-size: 16px;
        transition: all 0.6s;
    }

    .popupBox .popcont {
        margin: 0 auto;
        width: 60%;
        padding: 0.5rem 0 0.6rem 0;
        background: #fff;
        border-radius: 15px;
        padding: 5%;
    }

        .popupBox .popcont .popcont_tit {
            position: absolute;
            top: 50%;
            left: 50%;
            padding: 15%;
            width: 100%;
            color: #fff;
            text-align: center;
            font-weight: 700;
            font-size: 0.48rem;
            line-height: 1.25;
            transform: translate(-50%, -50%);
        }

    .popupBox .shadow {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        display: none;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.5;
    }

    .popupBox::before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

@media screen and (max-width: 1279px) {
    .popupBox .popcont {
        width: 70%;
    }

    .popupBox .formBox .li input {
        height: 42px;
    }

    .qhjsdy p {
    }

    .popupBox .formBox .li textarea {
        height: 140px;
    }

    .popupBox .close {
        right: 13.5%;
    }
}

@media screen and (max-width: 1151px) {
    .popupBox .popcont {
        padding: 25px 15px;
        width: 95%;
    }

    .popupBox .formBox .li textarea {
        height: 120px;
    }

    .popupBox .formBox .placeholder {
        font-size: 15px;
        padding: 10px 15px;
    }

    .popupBox .formBox .sub {
        margin-top: 20px;
        padding: 6px 10px;
        font-size: 16px;
        height: 40px;
    }

    .popupBox .close {
        right: 0.5%;
    }

    .banner-nc2 {
        top: 35%;
    }

    /* .index-banner::before {
  display: block;
  } */
}

.qh {
    position: relative;
}

.qhjsdy {
    position: absolute;
    height: 100%;
    left: -1px;
    width: 25%;
    z-index: 8;
    text-align: center;
    background-color: #009fff;
    cursor: pointer;
    border-radius: 100px 0 0 100px;
}

.popupBox .qhjsdy {
    width: 25%;
    border-radius: 10px 0 0 10px;
}

.qhjsdy2 {
    background-color: #1d1d1d;
    border-radius: 0.1rem 0 0 0.1rem;
    width: 20%;
    height: auto;
}

.qhjsdy p {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 18px;
    font-family: 'HARMONYOS_SANS_BOLD';
}

.qhjsdy2 p {
    line-height: 2;
    color: #e60043;
    text-align: left;
}

.qhjsdy ul {
    background-color: white;
    padding: 15px;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    box-sizing: border-box;
    position: absolute;
    width: 240px;
    left: 0;
    z-index: 999;
    bottom: 50px;
    max-height: 200px;
    overflow-x: auto;
    display: none;
}

    .qhjsdy ul.on {
        display: block;
    }

    .qhjsdy ul li {
        font-size: 15px;
        margin-bottom: 10px;
        text-align: left;
        color: #666666;
        background-color: rgb(158 158 158 / 8%);
    }

        .qhjsdy ul li:hover {
        }

            .qhjsdy ul li:hover span {
                color: white;
                background-color: var(--primary-color);
            }

        .qhjsdy ul li span {
            /* margin: 0 3px; */
            background-color: #9e9e9e;
            padding: 5px;
            width: 50px;
            text-align: center;
            display: inline-block;
            margin-right: 5px;
            color: white;
        }

.qh input {
    padding-left: 28% !important;
}

.formBox .in_tith {
    padding: 0 0.6rem;
    margin-bottom: 0;
}

    .formBox .in_tith .tit {
        color: black;
        line-height: 1.2;
        margin-bottom: 10px;
        font-size: 0.46rem;
    }

    .formBox .in_tith .dec {
        color: #666666;
    }

#hktxt {
    font-size: 14px;
}

#hkyz {
    margin-bottom: 5%;
    opacity: 1;
    filter: Alpha(opacity=100);
    transition: opacity 2s;
    margin-top: 3%;
}

    #hkyz:hover {
        opacity: 0.7;
        filter: Alpha(opacity=0);
    }

.wrap {
    width: 380px;
    height: 32px;
    background-color: #e8e8e8; /* margin: 56px auto; */
    text-align: center;
    line-height: 32px; /*border-radius: 7px;*/
    position: relative;
    padding-bottom: 0px;
    margin: auto;
    cursor: pointer;
}

.rect {
    position: relative;
    width: 354px;
    height: 100%;
}

.rec {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #00b894;
}

.silde {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #ccc; /* background: url(/static/sxadmin/images/gou.png) no-repeat center; */ /* background-size: 28px; */
    border: 1px solid #dddddd;
}

.hkyztc {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    left: 0;
    background-color: #0000001c;
    display: none;
}

    .hkyztc.on {
        display: block;
    }

.input-more,
.sjxs p {
    overflow: hidden;
}

    .input-more::before,
    .sjxs p::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: -120%;
        overflow: hidden;
        background: -moz-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100% );
        background: -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)) );
        background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0) 100% );
        background: -o-linear-gradient( left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100% );
        -webkit-transform: skewX(-25deg);
        -moz-transform: skewX(-25deg);
        transform: skewX(-25deg);
        -webkit-animation: movemove 1.5s ease-in-out infinite;
        -moz-animation: movemove 1.5s ease-in-out infinite;
        animation: movemove 1.5s ease-in-out infinite;
    }

@keyframes movemove {
    0% {
        left: -120%;
    }

    100% {
        left: 120%;
    }
}

@-moz-keyframes movemove /* Firefox */ {
    0% {
        left: -120%;
    }

    100% {
        left: 120%;
    }
}

@-webkit-keyframes movemove {
    0% {
        left: -120%;
    }

    100% {
        left: 120%;
    }
}

@-o-keyframes movemove /* Opera */ {
    0% {
        left: -120%;
    }

    100% {
        left: 120%;
    }
}

.hkyztc h5 {
    font-size: 24px;
    text-align: center;
}

.hkyztc-cont {
    width: 500px;
    background: white;
    height: 200px;
    z-index: 9999;
    box-shadow: rgb(126 119 119) 0px 2px 15px;
    border-radius: 8px;
    margin: auto;
    margin-top: 12%;
    padding: 1.5% 0%;
}

.hkyztc .gb {
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    color: #009688;
    text-decoration: underline;
}

.pcxs {
}

.sjxs {
    display: none;
}

@media screen and (max-width: 1000px) {
    .hkyztc {
    }

    .hkyztc-cont {
        width: 90%;
        margin-top: 45%;
        padding: 15px 0%;
    }

    .pcxs {
        display: none;
    }

    .sjxs {
        display: block;
        text-align: center;
        margin: 15px 0px 20px;
    }

        .sjxs p {
            text-align: center;
            display: inline-block;
            background-color: #009688;
            color: white;
            padding: 8px 15px;
            font-size: 16px;
            border-radius: 9px;
            position: relative;
        }
}
/* end */
/* btn1 蓝底白字*/
.btn1 {
    width: fit-content;
    height: auto;
    padding: 10px 30px;
    font-size: 18px;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.8s;
}

    .btn1::before {
        position: absolute;
        top: 0;
        left: -45px;
        width: 25px;
        height: 100%;
        background: #fff;
        content: '';
        opacity: 0.5;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .btn1:hover::before {
        left: 120%;
    }










/* btn2 蓝框蓝字 */
.btn2 {
    width: fit-content;
    height: auto;
    padding: 10px 30px;
    font-size: 18px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.5s;
}

.btn2h {
    margin-top: 20px;
}

.btn2:hover {
    background-color: var(--primary-color);
    color: #fff;
}


/* btn3 白框白字 */
.btn3 {
    width: fit-content;
    height: auto;
    padding: 10px 30px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.5s;
}

    .btn3:hover {
        border: 1px solid var(--primary-color);
        background: var(--primary-color);
    }



.btnbox {
    display: flex;
    flex-direction: wrap;
}

    .btnbox .mar {
        margin-bottom: 15px;
        margin-right: 22px;
    }

.blocktitle {
    font-size: 0.58rem;
    color: #000;
    font-family: 'HARMONYOS_SANS_BOLD';
    text-align: center;
    line-height: 1.25;
}

    .blocktitle.white {
        color: #fff;
        text-align: left;
    }

@media screen and (max-width: 1000px) {
    .btn1,
    .btn2,
    .btn3 {
        font-size: 14px;
        padding: 8px 20px;
    }

    .blocktitle {
        font-size: 26px;
    }
}

.picbox {
    overflow: hidden;
}

    .picbox img {
        transition: all 0.5s;
    }

    .picbox:hover img {
        transform: scale(1.1);
    }
/* banner */
.banner {
    width: 100%;
    height: 9.4rem;
    position: relative;
}

    .banner::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 150px;
        top: 0;
        left: 0;
        background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(255,255,255,0));
    }

    .banner .banner_img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner .banner_tit {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

        .banner .banner_tit .titlebox .banner_desc {
            font-size: 0.22rem;
            color: #ffffff;
            font-family: 'HARMONYOS_SANS_MEDIUM';
            margin: 0.25rem 0 0.2rem;
            line-height: 1.5;
        }

        .banner .banner_tit .titlebox .summary {
            font-family: 'HARMONYOS_SANS_REGULAR';
            font-size: 18px;
            line-height: 1.5;
            color: #ffffff;
            max-width: 720px;
        }

    .banner .btnbox {
        margin-top: 0.8rem;
    }

@media screen and (max-width: 1000px) {
    .banner {
        height: 11rem;
    }

        .banner .banner_tit {
            padding-top: 60px;
        }

            .banner .banner_tit .titlebox .banner_desc {
                font-size: 18px;
            }

            .banner .banner_tit .titlebox .summary {
                font-size: 15px;
            }

            .banner .banner_tit .blocktitle {
                font-size: 30px;
            }

        .banner::before {
            height: 100%;
        }
}

/* section-1 */
.section1 {
    width: 100%;
    padding: 1.2rem 0 1rem;
    background: #f4f6fe;
}

.section1h {
    background-color: white;
}

.se-cont1 {
    width: 100%;
}

    .se-cont1 .btitbox {
        margin-bottom: 0.8rem;
    }

        .se-cont1 .btitbox .blocktitle {
            max-width: 1000px;
            margin: 0 auto;
        }

        .se-cont1 .btitbox .bluetit {
            font-family: 'HARMONYOS_SANS_BOLD';
            font-size: 0.3rem;
            color: var(--primary-color);
            margin-bottom: 20px;
            text-align: center;
        }

    .se-cont1 .mid-box {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1.2rem;
    }

        .se-cont1 .mid-box .left {
            width: 45%;
        }

            .se-cont1 .mid-box .left img {
                width: 100%;
            }

        .se-cont1 .mid-box .right {
            flex: 1;
            padding-left: 1.3rem;
        }

        .se-cont1 .mid-box .righth {
            padding-left: 0;
            padding-right: 1.3rem;
        }

@media screen and (min-width: 2300px) {

    .se-cont1 .mid-box .right {
        flex: unset;
        padding-left: 1.3rem;
    }
}


.se-cont1 .mid-box .right .ri-tit {
    font-family: 'HARMONYOS_SANS_BOLD';
    font-size: 0.3rem;
    color: #000000;
    margin-bottom: 0.2rem;
}

.se-cont1 .mid-box .right .tiplist {
    padding: 0;
    margin-bottom: 40px;
}

    .se-cont1 .mid-box .right .tiplist .dec {
        position: relative;
        padding-left: 20px;
        font-family: 'HARMONYOS_SANS_REGULAR';
        font-size: 18px;
        color: #666666;
        margin-bottom: 0.2rem;
    }

        .se-cont1 .mid-box .right .tiplist .dec::after {
            content: '';
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--primary-color);
            top: 7px;
            left: 0;
        }

.se-cont1 .bot-box .list1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.se-cont1 .bot-box .list1h {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

.se-cont1 .bot-box .list1 .item {
    display: flex;
    justify-content: space-between;
}

.se-cont1 .bot-box .list1h .item {
    background-color: white;
    padding: 6%;
    border-radius: 8px;
}

.se-cont1 .bot-box .list1 .item .xuhao {
    font-family: 'HARMONYOS_SANS_BOLD';
    font-size: 0.32rem;
    color: var(--primary-color);
    margin-right: 22px;
    width: 0.66rem;
    height: 0.66rem;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0rem 0rem 0.49rem 0rem rgba(24, 52, 201, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.se-cont1 .bot-box .list1 .item .info {
    flex: 1;
}

    .se-cont1 .bot-box .list1 .item .info .tit {
        font-family: 'HARMONYOS_SANS_BOLD';
        font-size: 0.3rem;
        color: #000000;
        margin-bottom: 15px;
    }

    .se-cont1 .bot-box .list1 .item .info .text {
        font-family: 'HARMONYOS_SANS_REGULAR';
        font-size: 17px;
        line-height: 1.6;
        color: #666666;
    }

.se-cont1 .cul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

    .se-cont1 .cul .mid-box {
        flex-direction: column;
        width: 50%;
        align-items: flex-start;
    }

        .se-cont1 .cul .mid-box .right {
            padding: 30px;
        }

        .se-cont1 .cul .mid-box .left {
            width: 70%;
        }

.se-cont1 .bot-box .list1.twoitem {
    grid-template-columns: repeat(2,1fr);
}

.se-cont1 .arr .mid-box .right .tiplist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

    .se-cont1 .arr .mid-box .right .tiplist .dec {
        width: fit-content;
    }

    .se-cont1 .arr .mid-box .right .tiplist .dec {
        padding: 8px 30px;
        background: #fff;
        border-radius: 100px;
        margin-right: 10px;
        margin-bottom: 10px;
        color: var(--primary-color);
        transition: all 0.5s;
    }

        .se-cont1 .arr .mid-box .right .tiplist .dec:hover {
            background-color: var(--primary-color);
        }

        .se-cont1 .arr .mid-box .right .tiplist .dec a {
            color: var(--primary-color);
        }

        .se-cont1 .arr .mid-box .right .tiplist .dec:hover a {
            color: #fff;
        }

        .se-cont1 .arr .mid-box .right .tiplist .dec::before {
            content: '';
            position: absolute;
            width: 6px;
            height: 6px;
            background: var(--primary-color);
            top: 50%;
            left: 13px;
            border-radius: 50%;
            transform: translateY(-50%);
        }

        .se-cont1 .arr .mid-box .right .tiplist .dec:hover::before {
            background: #fff;
        }

        .se-cont1 .arr .mid-box .right .tiplist .dec::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            border-radius: 0;
            top: 50%;
            left: unset;
            right: 0;
            background: url(../images/arrow3.png) no-repeat center right 15px;
            transform: translateY(-50%);
            transition: all 0.5s;
        }

        .se-cont1 .arr .mid-box .right .tiplist .dec:hover::after {
            background: url(../images/arrow3hov.png) no-repeat center right 15px;
        }




@media screen and (max-width: 1000px) {
    .section1 {
        padding: 40px 0;
    }

    .se-cont1 .btitbox .bluetit {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .se-cont1 .btitbox {
        margin-bottom: 30px;
    }

    .se-cont1 .mid-box {
        display: block;
        margin-bottom: 40px;
    }

        .se-cont1 .mid-box .left {
            width: 100%;
        }

        .se-cont1 .mid-box .right {
            padding-left: 0;
            margin-top: 20px;
        }

        .se-cont1 .mid-box .righth {
            padding-right: 0;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .se-cont1 .mid-box .right .ri-tit {
            font-size: 20px;
        }

        .se-cont1 .mid-box .right .tiplist .dec {
            font-size: 16px;
        }

    .se-cont1 .bot-box .list1 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 26px;
    }

        .se-cont1 .bot-box .list1 .item .xuhao {
            margin-right: 15px;
        }

        .se-cont1 .bot-box .list1 .item .info .tit {
            font-size: 20px;
            margin-bottom: 8px;
        }

    .se-cont1 .mid-box .right .tiplist {
        padding: 0;
        margin-bottom: 20px;
    }

    .se-cont1 .bot-box .list1 .item .info .text {
        font-size: 16px;
    }

    .se-cont1 .cul {
        display: block;
    }

        .se-cont1 .cul .mid-box {
            width: 100%;
        }

            .se-cont1 .cul .mid-box .left {
                width: 100%;
            }

    .se-cont1 .bot-box .list1.twoitem {
        grid-template-columns: repeat(1,1fr);
    }

    .se-cont1 .cul .mid-box .right {
        padding: 20px;
    }
}

/* section-2 */
.se-cont2 {
    padding: 1.2rem 0 1.4rem;
}

.se-cont2 {
    width: 100%;
}

    .se-cont2 .btitbox {
        margin-bottom: 0.6rem;
        display: flex;
        justify-content: center;
    }

        .se-cont2 .btitbox .blocktitle {
            max-width: 936px;
        }

    .se-cont2 .list2 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 33px;
    }

        .se-cont2 .list2 .card {
            background: var(--primary-color);
            transition: all 0.5s;
            border-radius: 0.1rem;
            padding: 0.35rem 0.4rem 0.5rem;
        }

            .se-cont2 .list2 .card:hover {
                background: #234dfc;
            }

            .se-cont2 .list2 .card .iconbox {
                margin-bottom: 20px;
                width: 0.8rem;
            }

                .se-cont2 .list2 .card .iconbox img {
                    width: 100%;
                }

            .se-cont2 .list2 .card .tit {
                font-family: 'HARMONYOS_SANS_BOLD';
                font-size: 0.3rem;
                line-height: 1.5;
                color: #ffffff;
                margin-bottom: 15px;
            }

            .se-cont2 .list2 .card .text {
                font-family: 'HARMONYOS_SANS_REGULAR';
                font-size: 17px;
                line-height: 1.5;
                color: #ffffff;
                margin-bottom: 0.3rem;
            }

            .se-cont2 .list2 .card .btn3 {
                font-size: 17px;
            }

                .se-cont2 .list2 .card .btn3:hover {
                    border: 1px solid #fff;
                }

@media screen and (max-width: 1300px) {
    .se-cont2 .list2 .card .text {
        font-family: 'HARMONYOS_SANS_REGULAR';
        font-size: 16px;
        line-height: 1.5;
        color: #ffffff;
        margin-bottom: 0.3rem;
    }

    .se-cont2 .list2 .card .btn3 {
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
    .se-cont2 {
        padding: 40px 0;
    }

        .se-cont2 .list2 {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 15px;
        }

        .se-cont2 .btitbox {
            margin-bottom: 20px;
        }

        .se-cont2 .list2 .card .tit {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .se-cont2 .list2 .card .iconbox {
            margin-bottom: 6px;
        }

        .se-cont2 .list2 .card .text {
            font-size: 16px;
        }
}

/* section3 */
.se-cont3 {
    width: 100%;
}

    .se-cont3 .art {
        display: flex;
        background: #f7f9ff;
    }

        .se-cont3 .art.re-row {
            display: flex;
            flex-direction: row-reverse;
            background: #f7f9ff;
        }

        .se-cont3 .art .picbox {
            flex: 1;
        }

            .se-cont3 .art .picbox img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .se-cont3 .art .right {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

        .se-cont3 .art.re-row {
            background: #f7f9ff;
        }

        .se-cont3 .art .right .ri-box {
            width: 100%;
            padding: 0 14vw 0 8vw;
        }

        .se-cont3 .art.re-row .right .ri-box {
            width: 100%;
            padding: 0 8vw 0 14vw;
        }

        .se-cont3 .art .right .ri-box .toptit {
            font-size: 0.36rem;
            margin-bottom: 20px;
            color: #000000;
            font-family: 'HARMONYOS_SANS_BOLD';
        }

        .se-cont3 .art .right .ri-box .text {
            font-family: 'HARMONYOS_SANS_REGULAR';
            font-size: 18px;
            color: #666666;
            line-height: 1.5;
            margin-bottom: 20px;
        }

        .se-cont3 .art .right .ri-box .btn1 {
            margin-top: 0.53rem;
            display: inline-block;
        }

@media (max-width: 1699px) {
    .se-cont3 .art .right .ri-box {
        width: 100%;
        padding: 0 7.5vw;
    }

    .se-cont3 .art.re-row .right .ri-box {
        width: 100%;
        padding: 0 7.5vw;
    }
}

@media (max-width: 1399px) {
    .se-cont3 .art .right .ri-box {
        width: 100%;
        padding: 2vw 5vw;
    }

    .se-cont3 .art.re-row .right .ri-box {
        width: 100%;
        padding: 2vw 5vw;
    }
}

@media (max-width: 1000px) {
    .se-cont3 .art {
        flex-direction: column;
    }

        .se-cont3 .art.re-row {
            display: flex;
            flex-direction: column;
        }

        .se-cont3 .art .picbox {
            margin-right: 0;
        }

        .se-cont3 .art .right {
            flex: 1;
        }

            .se-cont3 .art .right .ri-box .toptit {
                font-size: 22px;
                margin-bottom: 10px;
            }

            .se-cont3 .art .right .ri-box, .se-cont3 .art.re-row .right .ri-box {
                width: 100%;
                padding: 30px 5vw 40px;
            }

                .se-cont3 .art .right .ri-box .text {
                    font-size: 16px;
                }
}











/* section4 */
.se-cont4 {
    width: 100%;
    padding: 1.3rem 0 1rem;
}

    .se-cont4 .btitbox {
        margin-bottom: 0.5rem;
    }

    .se-cont4 .cardlist2 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.8rem;
    }

        .se-cont4 .cardlist2 .item {
            width: 100%;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-direction: column;
        }

            .se-cont4 .cardlist2 .item .iconbox {
                width: 100%;
                text-align: center;
                margin-bottom: 20px;
            }

                .se-cont4 .cardlist2 .item .iconbox img {
                    max-width: 100%;
                    height: auto;
                }

            .se-cont4 .cardlist2 .item .tit {
                font-family: 'HARMONYOS_SANS_BOLD';
                font-size: 24px;
                color: #000000;
                text-align: center;
                margin-bottom: 20px;
            }

            .se-cont4 .cardlist2 .item .txt {
                font-family: 'HARMONYOS_SANS_REGULAR';
                font-size: 17px;
                color: #666666;
                text-align: center;
                margin-bottom: 0.5rem;
                line-height: 1.5;
            }

@media (max-width: 1000px) {
    .se-cont4 {
        padding: 40px 0;
    }

        .se-cont4 .cardlist2 {
            grid-template-columns: repeat(1, 1fr);
            gap: 30px;
        }

            .se-cont4 .cardlist2 .item {
                padding: 0;
            }

                .se-cont4 .cardlist2 .item .iconbox {
                    width: 80px;
                    margin-bottom: 0;
                }

                .se-cont4 .cardlist2 .item .tit {
                    font-size: 22px;
                    margin-bottom: 10px;
                }

                .se-cont4 .cardlist2 .item .txt {
                    font-size: 16px;
                }
}

/* section5 */
.section5 {
    background: url('../images/se-img9.jpg') no-repeat;
    background-size: cover;
    padding: 0.73rem 0 0.25rem;
}

.numlist {
    display: flex;
    justify-content: space-between;
}

    .numlist .numli {
        padding-left: 25px;
        padding-bottom: 0.8rem;
        position: relative;
    }

        .numlist .numli:not(:last-child) {
            padding-right: 15px;
        }

        .numlist .numli::after {
            content: '';
            width: 1px;
            height: 90%;
            top: 7%;
            left: 0;
            background: #e4e9ef;
            position: absolute;
            opacity: 0.2;
        }

.numli .numbox {
    font-family: 'HARMONYOS_SANS_MEDIUM';
    font-size: 0.7rem;
    color: #fff;
    line-height: 1;
}

.numli .txt {
    font-family: 'HARMONYOS_SANS_REGULAR';
    font-size: 16px;
    color: #fff;
    margin-top: 6px;
}

@media (max-width: 1000px) {
    .section5 {
        padding: 40px 0;
    }

    .numlist {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 0;
    }

    .numli .numbox {
        font-size: 30px;
        line-height: 1.2;
    }

    .numlist .numli {
        padding-left: 20px;
        padding-bottom: 30px;
        padding-right: 1.6rem;
        position: relative;
    }
}

/* section6 */
.section6 {
    padding: 1.25rem 0 0;
}

.layout11 {
    padding-bottom: 0.5rem;
}

.section6 .layout11 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    max-width: 1000px;
}

    .section6 .layout11 .swiper-slide .cont {
        width: 100%;
        height: 5.55rem;
    }

        .section6 .layout11 .swiper-slide .cont img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.pagebox {
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: center;
}

    .pagebox .blocktitle {
        max-width: 1060px;
    }

.section6 .swiper-scrollbar {
    height: 1px;
    flex: 1;
    background: #e4e4e4;
}

.section6 .swiper-scrollbar-drag {
    background: var(--primary-color);
}

.section6 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: #f5f5f5 url(../images/arrow2.png) no-repeat center center;
    transition: all 0.5s;
}

.section6 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: #f5f5f5 url(../images/arrow.png) no-repeat center center;
    transition: all 0.5s;
}

.section6 .swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next {
    background: var(--primary-color) url(../images/arrowhov2.png) no-repeat center center;
}

.section6 .swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev {
    background: var(--primary-color) url(../images/arrowhov.png) no-repeat center center;
}

.section6 .swiper-button-next, .section6 .swiper-button-prev {
    position: static;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 20px 0 0;
}

.pages .posbox {
    display: flex;
    align-items: center;
    max-width: 950px;
    width: 70%;
}

    .pages .posbox .prevbox {
        display: flex;
        align-items: center;
    }

@media (max-width: 1000px) {
    .layout11 {
        padding-bottom: 20px;
    }

    .section6 {
        padding: 40px 0 0;
    }

        .section6 .layout11 .swiper-slide {
            width: 100%;
        }

    .pages .posbox {
        width: 90%;
    }

    .section6 .swiper-button-next, .swiper-button-prev {
        margin-right: 10px;
    }
}


/* 新增 合作客户*/
.section7 {
    background-color: #f7f9ff;
    margin-top: 0.8rem;
}

.centertitle {
    margin-bottom: 0.5rem;
}

    .centertitle .desc {
        font-family: 'HARMONYOS_SANS_REGULAR';
        font-size: 18px;
        line-height: 1.5;
        color: #666;
        max-width: 950px;
        margin: 0 auto;
        text-align: center;
        margin-top: 0.2rem;
    }

.se-cont7 {
    padding: 1rem 0 1rem;
}

.caselist {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 15px;
}

    .caselist .li-icon {
        background-color: #fff;
        border-radius: 0.1rem;
        overflow: hidden;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s;
    }

        .caselist .li-icon:hover {
            transform: translateY(-10px);
        }

        .caselist .li-icon img {
            width: 80%;
        }

.padtse3 {
    padding-top: 1rem;
}

@media (max-width: 1000px) {
    .centertitle .desc {
        font-size: 16px;
    }

    .caselist {
        grid-template-columns: repeat(4,1fr);
    }

    .se-cont7 {
        padding: 40px 0;
    }

    .section7 {
        margin-top: 40px;
    }

    .padtse3 {
        padding-top: 40px;
    }
}

@media (max-width: 750px) {
    .caselist {
        grid-template-columns: repeat(3,1fr);
        gap: 10px;
    }
}

.se-cont3 .art .right .ri-box h4.toptit {
    font-size: 0.3rem;
    margin-bottom: 10px;
    color: #000000;
    font-family: 'HARMONYOS_SANS_BOLD';
}

@media (max-width: 1000px) {
    .se-cont3 .art .right .ri-box h4.toptit {
        font-size: 18px;
    }
}
/* Testimonials */
.section7 {
    background: #f7f9ff;
}

.layout7 {
    min-height: 6.5rem;
    position: relative;
}

    .layout7 .blocktitle {
        margin-bottom: 0.3rem;
    }

.swiper-wrapper .swiper-slide {
    height: auto;
}

.sw-cont {
    background-color: #ffffff;
    border-radius: 0.1rem;
    padding: 30px;
    height: auto;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 1500px) {
    .layout7 {
        position: relative;
    }
}

@media only screen and (max-width: 1000px) {
    .sw-cont {
        padding: 5%;
    }

    .layout7 {
        position: relative;
    }
}

.sw-cont .top {
    position: relative;
    font-family: 'HARMONYOS_SANS_REGULAR';
    font-size: 17px;
    line-height: 1.5;
    color: #161616;
}


.sw-cont .under {
    display: flex;
    align-items: center;
}

    .sw-cont .under .attrbox {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0.5rem;
    }

    .sw-cont .under .attr {
        width: 66px;
        width: 66px;
        border-radius: 50%;
        border: 2px solid #fff;
        overflow: hidden;
        margin-right: 20px;
    }

    .sw-cont .under .xing {
        font-family: 'HARMONYOS_SANS_BOLD';
        font-size: 18px;
        color: #000000;
        line-height: 2;
    }

    .sw-cont .under .ming {
        font-family: 'HARMONYOS_SANS_REGULAR';
        font-size: 16px;
        color: #333333;
    }

.arrowbox {
    position: absolute;
    width: auto;
    display: flex;
    align-items: center;
    right: 16.25rem;
    top: 1.7rem;
}

@media only screen and (max-width: 1000px) {
    .arrowbox {
        right: 2.25rem;
        top: -0.3rem;
    }
}

.arrowbox .swiper-button-prev, .arrowbox .swiper-button-next {
    position: static;
    width: 50px;
    height: 50px;
    background: #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0;
    transition: all 0.5s;
}

    .arrowbox .swiper-button-prev:hover, .arrowbox .swiper-button-next:hover {
        background: var(--primary-color);
    }

    .arrowbox .swiper-button-prev img, .arrowbox .swiper-button-next img {
        width: 40%;
    }

.arrowbox .swiper-button-prev {
    margin-right: 20px;
}

    .arrowbox .swiper-button-prev img {
        transform: rotate(180deg)
    }

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}

.layout7 .pabox {
    position: static;
    margin-top: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout7 .swiper-container-horizontal > .swiper-pagination-bullets, .layout7 .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}

.layout7 .swiper-pagination-bullet {
    margin: 0 8px;
}

.layout7 .swiper-pagination-bullet-active {
    background: var(--primary-color);
}

.layout7 .swiper-pagination {
    position: static;
}

@media only screen and (max-width: 1000px) {
    .layout7 .pabox {
        margin-top: 30px;
    }
}


.jhyproduct {
    margin-top: 0;
    padding: 5%;
    background-color: rgb(158 158 158 / 8%);
}


    .jhyproduct .pro2-pic {
        background-color: white;
    }


.se-cont1 .mid-box .right .tiplist .dec a {
}

    .se-cont1 .mid-box .right .tiplist .dec a:hover {
        color: #1834c9;
    }


.btn1h {
    margin: auto;
    margin-top: 30px;
}

.se-cont1 .mid-box .right a .ri-tit:hover {
    color: #1834c9;
}

.se-cont1 .mid-box .right a .tiplist .dec:hover {
    color: #1834c9;
}

.ts1-cont {
    margin: 30px 0 30px;
}

    .ts1-cont p {
        font-family: 'HARMONYOS_SANS_REGULAR';
        font-size: 17px;
        line-height: 1.6;
        color: #666666;
        max-width: 1000px;
        margin: 0 auto;
        text-align: center;
    }

.list1h .item .tpic {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

    .list1h .item .tpic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.5s;
    }

.list1h .item:hover .tpic img {
    transform: scale(1.1);
}

@media only screen and (max-width: 1000px) {
    .list1h .item .tpic {
        height: auto;
    }
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.infodec {
    font-family: 'HARMONYOS_SANS_REGULAR';
    font-size: 18px;
    color: #666666;
    margin-bottom: 20px;
}
/* 产品p3 */
.product1 {
    padding: 0.9rem 0;
    background-color: #f4f6fe;
}

.banner.pro-banner {
    height: 7rem;
}

.list-pro {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
}


    .list-pro .item-p {
        background-color: #fff;
        padding: 0.4rem;
        border-radius: 0.1rem;
    }


        .list-pro .item-p .top {
            margin-bottom: 10px;
        }

            .list-pro .item-p .top .leixon {
                width: 0.7rem;
                height: 0.7rem;
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: #1834c9;
                border-radius: 0.15rem;
                padding: 8px;
                margin-bottom: 0.18rem;
            }

                .list-pro .item-p .top .leixon img {
                    width: auto;
                }


            .list-pro .item-p .top .tit {
                font-size: 0.3rem;
                font-family: 'HARMONYOS_SANS_BOLD';
            }


        .list-pro .item-p .desc {
            font-size: 17px;
            color: #666;
            line-height: 1.5;
            font-family: 'HARMONYOS_SANS_REGULAR';
        }


@media screen and (max-width: 960px) {
    .list-pro {
        grid-template-columns: repeat(2, 1fr);
    }

        .list-pro .item-p .top {
            display: flex;
            align-items: center;
        }

            .list-pro .item-p .top .leixon {
                margin-bottom: 0;
                margin-right: 15px;
            }
}

@media screen and (max-width:750px) {
    .list-pro {
        grid-template-columns: 1fr;
    }
}
/* 表格 */
.proinfo {
    margin-top: 1.2rem;
    margin-bottom: 1rem;
}

    .proinfo table {
        width: 100%;
        margin: 0 0 1.2rem;
    }

        .proinfo table tr {
        }

            .proinfo table tr:nth-child(odd) {
                background: #f4f6fe;
                padding: 10px;
            }

            .proinfo table tr:nth-child(even) {
                background: white;
            }

        .proinfo table td {
            border: none !important;
        }

            .proinfo table td p {
                font-size: 16px;
                line-height: 42px !important;
                text-align: center;
            }

/* product3 */
.proinfo2 {
    padding: 0 0 1rem;
}

.goodbg {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: inline-flex;
}

    .goodbg .box1 {
        position: relative;
        z-index: 1;
    }

        .goodbg .box1::before {
            position: absolute;
            z-index: 2;
            content: '';
            width: 100%;
            height: 44px;
            background: rgb(0, 0, 0, 0.7);
            left: 0;
            bottom: 0;
        }

        .goodbg .box1 .lefttit {
            width: 50%;
            height: 44px;
            position: absolute;
            bottom: 0;
            left: 0;
            text-align: center;
            line-height: 44px;
            color: #fff;
            z-index: 3;
        }

    .goodbg .box2 {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        left: calc( var(--pos) * 100% );
        top: 0;
        z-index: 5;
        padding-left: 1px;
        background: url('../images/bgline.png')repeat-y;
    }

        .goodbg .box2::before {
            position: absolute;
            content: '';
            z-index: 1;
            width: 1px;
            height: 100%;
            left: 1px;
            top: 0;
            z-index: 6;
            background: url('../images/bgline.png')repeat-y;
        }

        .goodbg .box2 .lefttit {
            width: 50%;
            height: 44px;
            position: absolute;
            bottom: 0;
            left: 1px;
            text-align: center;
            line-height: 44px;
            color: #fff;
            z-index: 8;
        }

        .goodbg .box2::after {
            position: absolute;
            z-index: 7;
            content: '';
            width: 100%;
            height: 44px;
            background: rgb(0, 0, 0, 0.7);
            left: 2px;
            bottom: 0;
        }

        .goodbg .box2 .posbtn {
            position: absolute;
            z-index: 1;
            left: 0;
            top: 50%;
            z-index: 10;
            transform: translate(-50%,-50%);
        }

/*  */

.product2 .bwrap {
    display: inline-flex;
    position: relative;
    margin: 0 auto 1rem;
    width: 100%;
    height: auto;
}

.product2 .box1 {
    position: relative;
    width: 100%;
}

    .product2 .box1 img {
        display: block;
        width: 100%;
    }

    .product2 .box1::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 44px;
        background: rgb(0, 0, 0, 0.7);
        z-index: 0;
        width: 100%;
    }

[type=range] {
    margin: 0;
    -webkit-appearance: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background: none;
    overflow: hidden;
    z-index: 99;
}

::-webkit-slider-runnable-track {
    background-color: transparent;
    height: 100%;
    cursor: ew-resize;
}

::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 4px;
    height: 100%;
}

.product2 .box2 {
    position: absolute;
    clip-path: inset( 0 calc( 100% - var(--pos, .5) * 100% ) 0 0 );
    top: 0;
    left: 0;
}

    .product2 .box2 img {
        width: 100%;
        object-fit: cover;
    }

    .product2 .box2::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 44px;
        background: rgb(0, 0, 0, 0.7);
        z-index: 0;
        width: 100%;
    }

.product2 .box3 {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    left: calc( var(--pos) * 100% );
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    background: url('../images/bgline.png') repeat-y center 0;
}

.proinfo3 {
    padding: 0 0 1rem;
}

.p-desc {
    margin: 30px auto 0.5rem;
    text-align: center;
    max-width: 1000px;
}

.tbox {
    position: absolute;
    width: 100%;
    height: 44px;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

    .tbox .tit {
        width: 50%;
        font-size: 14px;
        color: #fff;
        text-align: center;
    }

.se-cont1 .cul .mid-box.link-box {
    width: 100%;
    padding: 0;
}

    .se-cont1 .cul .mid-box.link-box .right {
        padding: 0;
    }

.se-cont1 .mid-box.link-box .right .tiplist {
    margin-bottom: 0;
}

.se-cont1 .arr .mid-box.setmar {
    margin-bottom: 0.6rem;
}
