html,
body {
    font-family: 'WixMadeforDisplay-Regular';
    font-size: 16px;
}

    html::-webkit-scrollbar,
    body::-webkit-scrollbar {
        width: 4px;
        height: 10px;
    }

    html::-webkit-scrollbar-track,
    body::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    html::-webkit-scrollbar-thumb,
    body::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

        html::-webkit-scrollbar-thumb:hover,
        body::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

@media only screen and (max-width: 768px) {
    html,
    body {
        font-size: 12px;
    }
}

@media only screen and (max-width: 375px) {
    html,
    body {
        font-size: 10px;
    }
}

@keyframes zoomOutToNormal {
    from {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
    }
}

@keyframes jello {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: skewX(-25deg) skewY(-25deg);
    }

    40% {
        transform: skewX(20deg) skewY(20deg);
    }

    50% {
        transform: skewX(-15deg) skewY(-15deg);
    }

    60% {
        transform: skewX(10deg) skewY(10deg);
    }

    70% {
        transform: skewX(-5deg) skewY(-5deg);
    }

    80% {
        transform: skewX(5deg) skewY(5deg);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

/* banner */
.banner {
    padding-top: calc(5rem + 13.6rem);
    padding-bottom: 14.5rem;
    background-image: url(../image/about-banner.jpg);
    background-size: cover;
    background-position: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-full {
    width: 100%;
}

.banner .blocktitle {
    width: 100%;
}

.banner-full .bannerdesc {
    max-width: 41.38rem;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    font-family: WixMadeforDisplay-Medium;
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0rem;
    color: #161616;
}

@media only screen and (max-width: 62.5rem) {
    .banner-full .bannerdesc {
        width: 100%;
    }
}

/* frombox */
.formBox {
    background: url(../image/form-bg.jpg) no-repeat;
    background-size: cover;
    padding: 6% 0;
    background-size: cover;
}

@media only screen and (max-width: 62.5rem) {
    .formBox {
        padding: 5rem 0;
    }
}


.formBox .arrowtit .ban-arrow {
    display: inline-flex;
}

.formBox .in_tit {
    flex: 1;
    width: 100%;
    margin-bottom: 30px;
}

    .formBox .in_tit .blocktitle {
        font-size: 3.13rem;
    }

    .formBox .in_tit .blocktitle,
    .formBox .in_tit .dec {
        color: #ffffff;
    }

    .formBox .in_tit .dec {
        width: 90%;
        margin: 25px 0 25px;
        font-family: WixMadeforDisplay-Regular;
        font-size: 1.125rem;
        line-height: 1.5;
    }

.formBox .right {
    border-radius: 10px;
    /* background: rgba(255, 255, 255, 0.9); */
    /* width: 62.5%; */
}

.formBox .form_li {
    position: relative;
    margin-right: 15px;
    width: 22%;
    min-width: 25.6rem;
    margin-top: 15px;
}

    .formBox .form_li:last-child {
        margin-right: 0px;
    }

    .formBox .form_li .input {
        position: relative;
        width: 100%;
        height: 60px;
        padding: 5px 16px;
        display: block;
        background-color: #ffffff;
        border-radius: 6px;
    }

.formBox .more {
    width: 140px;
    height: 60px;
    line-height: 60px;
    padding: 0px;
    border: 1px solid var(--complementary-colors);
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

    .formBox .more::after {
        content: '';
        width: 110px;
        height: 100%;
        background-color: var(--complementary-colors);
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.5s;
    }

    .formBox .more:hover::after {
        width: 100%;
    }

    .formBox .more span {
        width: 110px;
        position: relative;
        z-index: 10;
        color: #fff;
        font-family: WixMadeforDisplay-Medium;
        font-size: 18px;
        display: block;
        background-color: var(--complementary-colors);
        transition: all 0.5s;
    }

.formBox label.error {
    position: absolute;
    left: 0px;
    bottom: -22px;
    padding: 0 16px;
    font-size: 14px;
    color: var(--complementary-colors);
}

@media screen and (max-width: 640px) {
    .mainer .swiper_btn, .formBox .form {
        flex-wrap: wrap;
    }
}

/* about1 */
.layout2 {
    width: 100%;
    margin: 7.3% 0;
    position: relative;
}

    .layout2 .numbg {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1;
    }

    .layout2 ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        background-size: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }

        .layout2 ul li {
            width: 20%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 100%;
            position: relative;
        }

    .layout2 .itemtop {
        width: 42px;
        height: 42px;
        background: var(--complementary-colors);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
    }

    .layout2 .up .itemtop {
        top: 0;
        transform: translateY(-40%);
    }

    .layout2 .down .itemtop {
        bottom: 0;
        transform: translateY(40%);
    }

    .layout2 li .numitem {
        font-family: WixMadeforDisplay-Bold;
        font-size: 3.75rem;
        color: #161616;
    }

        .layout2 li .numitem .small {
            font-family: WixMadeforDisplay-Bold;
            font-size: 1.875rem;
            font-weight: normal;
            letter-spacing: 0rem;
            color: #161616;
        }

    .layout2 li .txt {
        font-family: WixMadeforDisplay-Medium;
        font-size: 1.06rem;
        color: #666666;
    }

@media only screen and (max-width: 87.5rem) {
    .layout2 li .numitem {
        font-family: WixMadeforDisplay-Bold;
        font-size: 2.8rem;
        color: #161616;
    }
}

@media only screen and (max-width: 62.5rem) {
    .layout2 li .numitem {
        font-family: WixMadeforDisplay-Bold;
        font-size: 2rem;
        color: #161616;
    }

    .layout2 ul li {
        width: 33%;
    }

    .numbg {
        display: none;
    }

    .layout2 ul {
        position: relative;
        justify-content: inherit;
    }

    .layout2 .itemtop {
        position: relative;
        transform: translateY(0);
    }

    .layout2 .up .itemtop,
    .layout2 .down .itemtop {
        transform: translateY(0);
        margin-bottom: 20px;
    }

    .layout2 ul li {
        margin-bottom: 50px;
    }

    .layout2 li .txt {
        text-align: center;
    }
}

/* å›¾ç‰‡åˆ—è¡¨ */
/* æ ‡é¢˜å±…ä¸­çš„æ¿å— section-9 */

.section-9 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 6.5rem 0;
}

.section9-container .center-title {
    text-align: center;
}

.havebg {
    background: #f4f7fb;
}

.havebg2 {
    background: #f4f7fb;
}
/* æ ‡é¢˜é—´è· */
.mar-tit {
    margin-bottom: 3.5rem;
}

@media only screen and (max-width: 62.5rem) {
    .section-9 {
        padding: 50px 0;
    }

    .mar-tit {
        margin-bottom: 30px;
    }
}

/* layout4 4åˆ—å¡ç‰‡ */
.layout4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media only screen and (max-width: 1000px) {
    .layout4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media only screen and (max-width: 750px) {
    .layout4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

.layout4 li {
    width: 100%;
    overflow: hidden;
}

    .layout4 li img {
        width: 100%;
        transition: all 0.5s;
    }

    .layout4 li:hover img {
        transform: scale(1.1);
    }
/* å›¾æ ‡åˆ—è¡¨ */
.about4 {
    padding: 7.8rem 0 7.8rem;
}

@media only screen and (max-width: 750px) {
    .about4 {
        padding: 5rem 0;
    }
}

.havebg {
    background: #f9f9f9;
}

.layout8 {
    display: flex;
    justify-content: center;
}

    .layout8 ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .layout8 li {
        margin: 1rem;
        transition: all 0.5s;
    }

    .layout8 .iconbox {
        width: 5.69rem;
        height: 5.69rem;
        padding: 10%;
        border-radius: 0.63rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .layout8 .info {
        font-size: 1rem;
        color: #333333;
        margin-top: 1.15rem;
        text-align: center;
    }

    .layout8 li {
        position: relative;
    }

        .layout8 li .hover-img {
            position: absolute;
            top: 110%;
            left: 50%;
            transition: all 0.5s;
            transform: translateX(-50%);
            display: none;
            width: 300px;
            min-height: 250px;
            align-self: center;
            justify-content: center;
            padding: 10px;
            background-color: #fff;
            box-shadow: 0 0 15px rgb(0, 0, 0, 0.05);
        }

        .layout8 li:hover .hover-img {
            display: flex;
            display: none;
        }

            .layout8 li:hover .hover-img img {
                width: 100%;
                height: auto;
            }

/* about2 */
.section-11 {
    display: flex;
    justify-content: center;
}

.center-title {
    text-align: center;
}

    .center-title .desctxt {
        font-size: 1.13rem;
        color: #666666;
        line-height: 1.5;
        margin: 2rem auto 4rem;
        width: 80%;
    }

@media screen and (max-width: 1000px) {
    .center-title .desctxt {
        width: 100%;
    }
}


.gap {
    padding: 2rem 0 2rem;
}

.layout6 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
}

.half {
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .layout6 {
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }
}

.half .toppic {
    background: url("../image/hub-bg1.jpg") no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.half .pic {
    width: 100%;
    margin-bottom: 2.9rem;
}

.about3 .half .pic {
    margin-bottom: 2.5rem;
}

.half .pic img {
    width: 100%;
}

.about3 {
    margin-bottom: 7.4rem;
}

@media screen and (max-width: 1000px) {
    .about3 {
        margin-bottom: 5rem;
    }

        .about3 .layout6 {
            gap: 5rem;
        }
}

.half .tit {
    font-family: WixMadeforDisplay-Bold;
    font-size: 1.63rem;
    color: #161616;
}

.half .desc {
    font-family: WixMadeforDisplay-Regular;
    font-size: 1.13rem;
    color: #666666;
    margin: 1.25rem 0 3.75rem;
}

.about3 .half .desc {
    margin: 0;
    font-family: WixMadeforDisplay-Medium;
    font-size: 1.06rem;
    line-height: 1.75rem;
    color: #666666;
}

.about5 {
    display: flex;
    justify-content: center;
    padding: 8rem 0 8.6rem;
    background: url("../image/ab-bg1.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

    .about5 .about5-cont {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .about5 .swiper-container {
        width: 100%;
    }

.swcont {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.about5 .about5-cont .text {
    font-family: WixMadeforDisplay-Regular;
    font-size: 1.63rem;
    color: #161616;
    text-align: center;
    max-width: 50.6rem;
    margin-bottom: 8.6rem;
    line-height: 1.5;
}

.about5 .namebox .attr {
    width: 4.56rem;
    height: 4.56rem;
    border-radius: 50%;
    overflow: hidden;
}

.namebox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about5 .namebox .attr img {
    width: 100%;
    height: 100%;
}

.about5 .about5-cont .xing {
    font-family: WixMadeforDisplay-Bold;
    font-size: 1.38rem;
    color: #000000;
    margin-bottom: 1rem;
    text-align: center;
}

.about5 .about5-cont .ming {
    font-family: WixMadeforDisplay-Regular;
    font-size: 1rem;
    color: #333333;
    text-align: center;
}

.about5 .swiper-container {
}


/* about6 */
.about6 {
    display: flex;
    align-items: center;
    background-color: #f4f7fb;
    margin-bottom: 6.81rem;
}

    .about6.re {
        flex-direction: row-reverse;
    }

    .about6 .left {
        width: 45%;
        height: 100%;
    }

        .about6 .left img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .about6 .right {
        width: 55%;
    }

    .about6 .right {
        height: 100%;
    }

        .about6 .right.pad {
            padding: 3rem 3.81rem;
        }

@media screen and (max-width: 1000px) {
    .about6 .left, .about6 .right {
        width: 100%;
    }

    .about6 {
        display: block;
    }

        .about6 .right.pad {
            padding: 3rem 2rem;
        }

    .about6 {
        margin-bottom: 5rem;
    }
}

.about6 .right .tit {
    font-family: WixMadeforDisplay-Bold;
    font-size: 3.5rem;
    color: #161616;
    line-height: 1;
    margin-bottom: 2.5rem;
}

.about6 .right .desc {
    font-family: WixMadeforDisplay-Regular;
    font-size: 1.13rem;
    line-height: 1.5;
    color: #666666;
}
