
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 {
    padding-top: calc(8rem + 10rem);
    padding-bottom: 10rem;
    background-image: url("../image/banner.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "NeueHaasDisplay-Medium", sans-serif;
}

@media only screen and (max-width: 62.5rem) {
    .banner {
        padding-top: 8rem;
        padding-bottom: 0;
    }
}

.banner .about-us {
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media only screen and (max-width: 62.5rem) {
    .banner .about-us {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.banner .about-us .banner-left {
    flex: auto;
    width: 100%;
}

    .banner .about-us .banner-left .ban-arrow {
        width: 3.75rem;
        height: 3.75rem;
        background-color: #1bb228;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .banner .about-us .banner-left .subtitle {
        font-size: 2.5rem;
        color: #161616;
        display: flex;
    }

        .banner .about-us .banner-left .subtitle .arr-text {
            font-size: 2.5rem;
            color: #161616;
            width: 22.875rem;
            height: 3.75rem;
            border-radius: 100px;
            border: solid 1px #161616;
            text-align: center;
            line-height: 3.75rem;
            margin-left: 0.563rem;
            font-family: WixMadeforDisplay-Bold;
            font-size: 2.5rem;
            color: #161616;
        }

@media only screen and (max-width: 1000px) {
    .banner .about-us .banner-left .subtitle .arr-text {
        color: #fff;
        border: solid 1px #fff;
        font-size: 24px;
    }

    .banner .about-us .banner-left .subtitle {
        color: #fff;
    }

    .banner .banner-nc .about-us .banner-left .title {
        color: #fff;
    }
}



.banner .about-us .banner-left .title {
    font-size: 4.25rem;
    color: #fff;
    line-height: 1.147;
    margin-bottom: 2.563rem;
    font-family: WixMadeforDisplay-ExtraBold;
    font-size: 3.75rem;
    color: #161616;
}


.banner .ban-list {
    background-image: linear-gradient(to right bottom,rgb(255 255 255 / 45%),rgb(255 255 255 / 61%));
    border-radius: 0.375rem;
    max-width: 44.875rem;
    padding: 1.188rem;
}

    .banner .ban-list li {
        margin-bottom: 0.8rem;
    }

.banner .checklist li {
    font-family: WixMadeforDisplay-Bold;
    font-size: 1.25rem;
    color: #161616;
}

.banner .ban-list li img {
    margin: 0;
    display: inline;
    margin-right: 0.5rem;
    margin-bottom: 2px;
}

.banner .ban-list .underlitxt {
    font-family: WixMadeforDisplay-Medium;
    font-size: 1rem;
    color: #161616;
}

@media only screen and (max-width: 62.5rem) {
    .banner .about-us .banner-left .title {
        font-size: 2.5rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
}

.banner .about-us .banner-left h3 {
    font-family: "NeueHaasDisplay-Roman", sans-serif;
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 1.875rem;
}

@media only screen and (max-width: 62.5rem) {
    .banner .about-us .banner-left h3 {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }
}

.banner .about-us .banner-left h3 span {
    position: relative;
    font-weight: bold;
    letter-spacing: 0.0625rem;
    z-index: 3;
}

    .banner .about-us .banner-left h3 span::before {
        content: "";
        position: absolute;
        bottom: 0.125rem;
        left: 0;
        right: 0;
        height: 0.375rem;
        background-color: #7cbe26;
        border-radius: 0.1875rem;
        z-index: -1;
    }

.banner .about-us .banner-left p {
    font-family: "NeueHaasDisplay-Roman", sans-serif;
    font-size: 1.125rem;
    color: #fff;
    line-height: 1.556;
    margin-bottom: 4.375rem;
}

@media only screen and (max-width: 62.5rem) {
    .banner .about-us .banner-left p {
        margin-bottom: 1rem;
    }
}

.banner .about-us .banner-left .action-buttons {
    font-size: 1rem;
    display: flex;
}

@media only screen and (max-width: 37.5rem) {
    .banner .about-us .banner-left .action-buttons {
        flex-direction: column;
    }
}

.banner .about-us .banner-left .action-buttons .start-project {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 13.375rem;
    height: 3.125rem;
    background-color: #76bc28;
    border-radius: 624.9375rem;
    color: #fff;
    margin-right: 0.3125rem;
    margin-bottom: 0.3125rem;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

    .banner .about-us .banner-left .action-buttons .start-project:hover::before {
        left: 105%;
    }

    .banner .about-us .banner-left .action-buttons .start-project::before {
        position: absolute;
        top: 0;
        left: -45px;
        width: 25px;
        height: 100%;
        background: #fff;
        content: "";
        opacity: 0.3;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

@media only screen and (max-width: 62.5rem) {
    .banner .about-us .banner-left .action-buttons .start-project {
        margin-bottom: 1rem;
    }
}

.banner .about-us .banner-left .action-buttons .start-project span {
    margin-left: 1.875rem;
}

.banner .about-us .banner-left .action-buttons .start-project .start-icon {
    position: absolute;
    right: 0.3125rem;
    height: 80%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.banner .about-us .banner-left .action-buttons .download-datasheet {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.3125rem;
    width: 13.375rem;
    height: 3.125rem;
    border: 0.0625rem solid #fff;
    border-radius: 624.9375rem;
    color: #fff;
}

    .banner .about-us .banner-left .action-buttons .download-datasheet:hover::before {
        left: 105%;
    }

    .banner .about-us .banner-left .action-buttons .download-datasheet::before {
        position: absolute;
        top: 0;
        left: -45px;
        width: 25px;
        height: 100%;
        background: #fff;
        content: "";
        opacity: 0.3;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

.banner .about-us .banner-right {
    width: 50%;
    animation: zoomOutToNormal 0.5s ease-in-out;
}

@media only screen and (max-width: 62.5rem) {
    .banner .about-us .banner-right {
        margin: 1.25rem 0;
        width: 100%;
        height: auto;
        flex: 1;
    }
}

.banner .about-us .banner-right img {
    object-fit: cover;
    width: 100%;
}

main {
    overflow-x: hidden;
}

    /* Ã¦ÂÂ¿Ã¥Ââ€”Ã¤Â¸â‚¬ */
    main .section-1 {
        width: 100%;
    }


        main .section-1 .section1-container .section-1-content {
            display: flex;
            justify-content: space-between;
        }

            main .section-1 .section1-container .section-1-content .section-1-title {
                font-family: WixMadeforDisplay-Bold;
                font-size: 3.5rem;
                color: #161616;
                text-align: center;
                width: 100%;
                margin: 8.5rem 0;
            }

@media only screen and (max-width: 62.5rem) {
    main .section-1 .section1-container .section-1-content .section-1-title {
        font-size: 2.5rem;
        line-height: 1.5;
        margin: 5rem 0;
    }
}

.section-1 .section1-container .piccard .cardlist {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}

.section1-swiper {
    display: none;
}

@media only screen and (max-width: 62.5rem) {
    .section-1 .section1-container .piccard .cardlist {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 10px;
        display: none;
    }

    .section1-swiper {
        display: block;
    }
}

.section-1 .section1-container .piccard .cardlist li {
    position: relative;
    overflow: hidden;
}

.section-1 .section1-container .floatbox {
    padding: 3.75rem 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .section-1 .section1-container .floatbox .tit {
        font-family: WixMadeforDisplay-Bold;
        font-size: 2.5rem;
        color: #ffffff;
        text-align: center;
    }

    .section-1 .section1-container .floatbox .linkbox {
        text-align: center;
        margin-top: 26px;
    }

        .section-1 .section1-container .floatbox .linkbox a {
            padding-right: 20px;
            background: url(../image/arrow2.png) no-repeat right center;
            font-family: WixMadeforDisplay-Regular;
            font-size: 1.125rem;
            color: #ffffff;
            transition: all 0.5s;
            margin: 0 14px;
            position: relative;
            opacity: 0.6;
        }

            .section-1 .section1-container .floatbox .linkbox a:hover {
                opacity: 1;
            }

@media only screen and (max-width: 62.5rem) {
    .section-1 .section1-container .floatbox .linkbox a {
        opacity: 1;
    }
}

.linkbox a::after {
    content: '';
    width: 100%;
    left: 0;
    height: 1px;
    background: #fff;
    bottom: 2px;
    position: absolute;
}

.linkbox a:hover::after {
}

.section-1 .section1-container .floatbox .hov-box {
    position: absolute;
    padding: 2.1rem 1.938rem;
    width: 100%;
    background: rgb(0,0,0, 0.5);
    left: 0;
    bottom: -100%;
    transition: all 0.5s;
    font-family: WixMadeforDisplay-Regular;
    font-size: 1.125rem;
    color: #ffffff;
    line-height: 1.5;
}

.section-1 .section1-container .piccard .cardlist li:hover .hov-box {
    bottom: 0;
}

@media only screen and (max-width: 62.5rem) {
    .section-1 .section1-container .piccard .cardlist li .hov-box {
        display: none;
    }
}

.section1-swiper .li {
    height: 400px;
}

    .section1-swiper .li > img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.section-1 .section1-container .li .floatbox .hov-box {
    position: absolute;
    bottom: 0;
    transition: all 0.5s;
    font-family: WixMadeforDisplay-Regular;
}













/* Ã¦ÂÂ¿Ã¥Ââ€”Ã¤ÂºÅ’ */
.section-2 .ban-arrow {
    display: inline-flex;
}

.section-2 .section2-text {
    width: 60%;
    margin: 6.875rem 0 5.375rem;
}

@media only screen and (max-width:1599px) {
    .section-2 .section2-text {
        width: 90%;
    }
}

.section-2 .section2-text .section2-description {
    margin-top: 30px;
    font-family: WixMadeforDisplay-Regular;
    font-size: 1.13rem;
    line-height: 1.69rem;
    color: #666666;
}

@media only screen and (max-width: 62.5rem) {
    .section-2 .section2-text {
        width: 100%;
        margin: 50px 0;
    }
}



/* Ã¦ÂÂ¿Ã¥Ââ€”Ã¤Â¸â€°  Ã¥â€¦Â¨Ã¥Â±ÂÃ¥â€ºÂ¾Ã¦â€“â€¡Ã¥Â·Â¦Ã¥ÂÂ³Ã§Â»â€œÃ¦Å¾â€ž */
.section-3 {
}

    .section-3 .section3-title.blocktitle {
        text-align: center;
        margin: 7.5rem 0 4.5rem;
    }

@media only screen and (max-width: 62.5rem) {
    .section-3 .section3-title.blocktitle {
        text-align: center;
        margin: 50px 0 30px;
    }
}

.section-3 .layout1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

    .section-3 .layout1.re {
        flex-direction: row-reverse;
    }

    .section-3 .layout1 .left, .section-3 .layout1 .right {
        width: 50%;
    }

@media only screen and (max-width: 62.5rem) {
    .section-3 .layout1 .left, .section-3 .layout1 .right {
        width: 100%;
    }
}

.section-3 .layout1 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 62.5rem) {
}

.section-3 .layout1 .right {
    padding: 4.7% 13.5% 4.7% 3.7%;
    background-color: #f4f7fb;
}

.section-3 .layout1.re .right {
    padding: 4.7% 3.7% 4.7% 13.5%;
}

.section-3 .layout1 .right .lay1-tit {
    font-family: WixMadeforDisplay-Bold;
    font-size: 1.75rem;
    color: #161616;
    margin-bottom: 2.2rem;
}

@media only screen and (max-width: 87.5rem) {
    .section-3 .layout1 .right {
        padding: 5%;
    }

    .section-3 .layout1.re .right {
        padding: 5%;
    }
}

@media only screen and (max-width: 62.5rem) {

    .section-3 .layout1 .right {
        padding: 3rem 5%;
    }

    .section-3 .layout1.re .right {
        padding: 3rem 5%;
    }
}

.section-3 .layout1 .right li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.2rem;
}

.section-3 .layout1 .right .xuhao {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-color: var(--complementary-colors);
    color: #fff;
    line-height: 1.25rem;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    margin-right: 14px;
}

@media only screen and (max-width: 62.5rem) {

    .section-3 .layout1 .right .xuhao {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}



.section-3 .layout1 .right .cont {
    flex: 1;
}

    .section-3 .layout1 .right .cont .top {
        font-family: WixMadeforDisplay-Bold;
        font-size: 1.125rem;
        color: #161616;
    }

    .section-3 .layout1 .right .cont .under {
        font-family: WixMadeforDisplay-Medium;
        font-size: 1.063rem;
        line-height: 1.5;
        color: #666666;
    }
/* Ã¦â€¢Â°Ã¥Â­â€”Ã¥Ë†â€”Ã¨Â¡Â¨ */
.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-4 {
    background-color: #f3fff4;
}

    .section-4 .section4-container {
        margin: 5% auto;
        overflow: hidden;
        width: 1400px;
    }

@media only screen and (max-width: 1500px) {
    .section-4 .section4-container {
        width: 90%;
    }
}

main .section-4 {
    overflow: hidden;
    position: relative;
}

    main .section-4 .section4-container .section4-title.blocktitle {
        text-align: center;
        margin-bottom: 3.75rem;
    }

    main .section-4 .swiper-wrapper {
        margin-bottom: 3rem;
    }

        main .section-4 .swiper-wrapper .swiper-slide {
            background-color: #d0f1d3;
            border-radius: 0.625rem;
        }

    main .section-4 .sw-cont {
        padding: 60px 130px 60px 240px;
    }

@media only screen and (max-width: 1500px) {
    main .section-4 .sw-cont {
        padding: 7% 7% 7% 10%;
    }
}

@media only screen and (max-width: 1000px) {
    main .section-4 .sw-cont {
        padding: 5%;
    }
}

main .section-4 .sw-cont .top {
    position: relative;
    font-family: WixMadeforDisplay-Regular;
    font-size: 1.625rem;
    line-height: 1.5;
    color: #161616;
}

    main .section-4 .sw-cont .top .douhao1, .douhao2 {
        font-family: WixMadeforDisplay-Regular;
        font-size: 15.625rem;
        color: #d0f1d3;
        stroke: 2px #1bb228;
        -webkit-text-stroke: 2px #1bb228;
        position: absolute;
        line-height: 1;
    }

@media only screen and (max-width: 1000px) {

    main .section-4 .sw-cont .top .douhao1, .douhao2 {
        display: none;
    }
}

main .section-4 .sw-cont .under {
    display: flex;
    align-items: center;
    justify-content: center;
}

    main .section-4 .sw-cont .under .attrbox {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2.81rem;
    }

    main .section-4 .sw-cont .under .attr {
        width: 4.56rem;
        width: 4.56rem;
        border-radius: 50%;
        border: 2px solid #fff;
        overflow: hidden;
        margin-right: 20px;
    }

    main .section-4 .sw-cont .under .xing {
        font-family: WixMadeforDisplay-Bold;
        font-size: 1.375rem;
        color: #000000;
        line-height: 2;
    }

    main .section-4 .sw-cont .under .ming {
        font-family: WixMadeforDisplay-Regular;
        font-size: 1rem;
        color: #333333;
    }

.section-4 .sw-cont .top .douhao1 {
    left: -100px;
    top: -50px;
}

.section-4 .sw-cont .top .douhao2 {
    right: -50px;
    top: 40%;
}

main .section-4 .section4-swiper-pagination {
    z-index: 99;
    bottom: 3.125rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    border-radius: 0;
    background-color: #d0f1d3;
    opacity: 1;
}

.section-4 .swiper-container-horizontal > .swiper-pagination-bullets {
    display: flex;
    justify-content: center;
}

    .section-4 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
        width: 30px;
        background-color: #1bb228;
    }

@media only screen and (max-width: 68.75rem) {
    main .section-4 .section5-swiper-pagination {
        bottom: 1rem;
    }
}
/* Ã¦ÂÂ¿Ã¥Ââ€”7 */
main .section-7 {
    background-color: #fff;
    padding: 5% 0;
}

    main .section-7 .section7-container .cont {
        display: flex;
        align-items: flex-start;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-top: 3.94rem;
    }

@media only screen and (max-width: 1000px) {
    main .section-7 .section7-container .cont {
        margin-top: 0;
    }
}

main .section-7 .section7-container .section7-left {
    margin-left: 3.125rem;
    max-width: 40%;
}

main .section-7 .section7-container .section7-right {
    font-family: "NeueHaasDisplay-Medium", sans-serif;
    width: 100%;
    flex: 1;
}

@media only screen and (max-width: 65.625rem) {

    main .section-7 .section7-container .section7-right {
        margin: 0 auto;
        width: 100%;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    main .section-7 .section7-container .section7-left {
        display: none;
    }
}

main .section-7 .section7-container .section7-right .faq-top {
    color: #83d626;
    display: flex;
    font-size: 1.25rem;
    align-items: center;
    margin-bottom: 1.875rem;
}

@media only screen and (max-width: 65.625rem) {
    main .section-7 .section7-container .section7-right .faq-top {
        margin-bottom: 1rem;
    }
}

main .section-7 .section7-container .section7-right .faq-top img {
    flex: 0 0 1rem;
    height: 1rem;
    margin: 0 0.5rem 0 0;
}

main .section-7 .section7-container .section7-right .faq-top-title {
    font-size: 2.5rem;
    line-height: 3.125rem;
    color: #222;
    margin-bottom: 0.375rem;
}

@media only screen and (max-width: 62.5rem) {
    main .section-7 .section7-container .section7-right .faq-top-title {
        font-size: 2.5rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }

    main .section-7 {
        background-color: #fff;
        padding: 5rem 0 3rem;
    }
}

main .section-7 .section7-container .section7-right .faq-items {
}

    main .section-7 .section7-container .section7-right .faq-items::-webkit-scrollbar {
        width: 4px;
        height: 10px;
    }

    main .section-7 .section7-container .section7-right .faq-items::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    main .section-7 .section7-container .section7-right .faq-items::-webkit-scrollbar-thumb {
        background: #76bc28;
        border-radius: 10px;
    }

        main .section-7 .section7-container .section7-right .faq-items::-webkit-scrollbar-thumb:hover {
            background: #58881e;
        }

    main .section-7 .section7-container .section7-right .faq-items .faq-block {
        cursor: pointer;
    }

        main .section-7 .section7-container .section7-right .faq-items .faq-block.active {
            box-shadow: 0 0 20px rgb(0,0,0, 0.05);
            border-radius: 20px;
            margin-bottom: 20px;
            padding: 1.25rem;
        }

        main .section-7 .section7-container .section7-right .faq-items .faq-block .faq-title {
            font-size: 1.125rem;
            border-bottom: 0.0625rem solid #e1e3e7;
            padding: 1.25rem 0;
            display: flex;
            justify-content: space-between;
            place-items: center;
            margin-right: 1.25rem;
        }

            main .section-7 .section7-container .section7-right .faq-items .faq-block .faq-title > div {
                display: flex;
                align-items: center;
            }

                main .section-7 .section7-container .section7-right .faq-items .faq-block .faq-title > div img {
                    margin: 0;
                    transform: rotate(180deg);
                    transition: 0.3s ease;
                }

            main .section-7 .section7-container .section7-right .faq-items .faq-block .faq-title .sequence {
                color: #83d626;
            }

            main .section-7 .section7-container .section7-right .faq-items .faq-block .faq-title .title {
                color: #333333;
                display: block;
                width: 100%;
                text-align: left;
            }

@media only screen and (max-width: 65.625rem) {
    main .section-7 .section7-container .section7-right .faq-items .faq-block .faq-title .title {
        margin: 0 0.25rem;
    }
}

main .section-7 .section7-container .section7-right .faq-items .faq-block .faq-content {
    font-family: "NeueHaasDisplay-Roman", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0;
    color: #333333;
    max-height: 0;
    overflow: hidden;
}

    main .section-7 .section7-container .section7-right .faq-items .faq-block .faq-content p {
        margin-top: 1.25rem;
    }

main .section-7 .section7-container .section7-right .faq-items .faq-block.active .faq-title img {
    transform: rotate(0);
}

main .section-7 .section7-container .section7-right .faq-items .faq-block.active .faq-content {
    max-height: 12.5rem;
}

/* 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,
    .formBox .in_tit .dec {
        color: #ffffff;
    }

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

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

.formBox .form_li {
    position: relative;
    margin-right: 15px;
    width: 14%;
    min-width: 16.7rem;
    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;
    }
}
