@import "common.css";

.section1 {
    position: relative;
    overflow: hidden;
    padding: 45px 0;
    -webkit-box-shadow: 0px 59px 92px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 59px 92px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    border: solid 2px #ffffff;
    background: rgba(255, 255, 255, 0.9);
    margin-top: -50px;
    z-index: 2;
}

    .section1 .li {
        position: relative;
        width: 33.333%;
        padding: 0 0.65rem;
        border-right: 1px solid #e5e3e1;
    }

        .section1 .li:last-child {
            border-right-color: transparent;
        }

        .section1 .li .tit {
            font-family: NeueHaasDisplay-Mediu;
            font-size: 22px;
            color: #222222;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

        .section1 .li .dec {
            font-size: 18px;
            line-height: 1.67;
            color: #666666;
            margin-top: 5px;
        }

@media screen and (max-width: 1599px) {
    .section1 .li .tit {
        font-size: 20px;
    }
}

@media screen and (max-width: 1359px) {
    .section1 .li .tit {
        font-size: 19px;
    }

    .section1 .li .dec {
        font-size: 16px;
    }
}

@media screen and (max-width: 1151px) {
    .section1 {
        padding: 30px 0;
        margin-top: -30px;
    }

        .section1 .li {
            padding: 0 25px;
        }
}

@media screen and (max-width: 1000px) {
    .section1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 0 30px 0;
    }

        .section1 .li {
            width: 50%;
            margin-top: 20px;
        }

            .section1 .li:nth-child(2n) {
                border-width: 0px;
            }
}

@media screen and (max-width: 640px) {
    .section1 {
        padding: 20px 0;
        margin-top: -20px;
    }

        .section1 .li .tit {
            font-size: 18px;
        }

        .section1 .li,
        .section1 .li:nth-child(2n) {
            width: 100%;
            border-right-width: 0px;
            margin-top: 0px;
            padding: 10px 15px;
        }

            .section1 .li:last-child {
                border-width: 0px;
            }

            .section1 .li .dec {
                font-size: 16px;
            }
}

.section2 {
    position: relative;
    overflow: hidden;
}

    .section2 .in_tit {
        position: absolute;
        width: 26%;
        top: 1.8rem;
        z-index: 1;
    }

    .section2 .ul {
        position: relative;
        padding-left: 2.4rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .section2 .li {
        width: 30%;
        margin-right: 2.5%;
    }

        .section2 .li:last-child, .section2 .li :nth-child(3n) {
            margin-right: 0px;
        }

        .section2 .li:nth-child(1) {
            margin-top: 3.9rem;
        }

        .section2 .li:nth-child(2) {
            margin-top: 1.55rem;
        }

    .section2 .sli {
        position: relative;
        display: block;
        width: 100%;
        padding: 30px 30px 1.6rem 30px;
        margin-top: 9%;
        overflow: hidden;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 17px 60px 0px rgba(81, 76, 79, 0.1);
        box-shadow: 0px 17px 60px 0px rgba(81, 76, 79, 0.1);
        border-radius: 10px;
    }

        .section2 .sli::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background: rgba(242, 188, 46, 0.8);
            z-index: 1;
            pointer-events: none;
            opacity: 0;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

        .section2 .sli:first-child {
            margin-top: 0px;
        }

        .section2 .sli:hover::before {
            opacity: 1;
        }

        .section2 .sli:hover .font {
            bottom: 25px;
        }

        .section2 .sli:hover .tit {
            margin-bottom: 5px;
        }

        .section2 .sli .tit {
            position: relative;
            font-family: NeueHaasDisplay-Mediu;
            font-size: 22px;
            color: #222222;
            margin-bottom: 15px;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

        .section2 .sli .dec {
            position: relative;
            height: 215px;
            overflow-x: hidden;
            overflow-y: auto;
            font-size: 18px;
            line-height: 1.67;
            color: #222222;
        }

        .section2 .sli .font {
            position: absolute;
            z-index: 2;
            width: 100%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: -51.5%;
            padding: 0 30px;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

    .section2 .imgBox {
        position: relative;
        pointer-events: none;
        overflow: hidden;
        margin: 5px auto;
    }

    .section2 .sliBtn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 75px 30px;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

        .section2 .sliBtn::before {
            display: none !important;
        }

        .section2 .sliBtn .tit {
            margin-bottom: 0px !important;
        }

        .section2 .sliBtn:hover .tit, .section2 .sliBtn:hover .icon_rjiantou {
            color: #f2bc2e;
        }

        .section2 .sliBtn:hover .icon_rjiantou {
            margin-left: 20px;
        }

        .section2 .sliBtn .icon_rjiantou {
            color: #000;
            font-size: 18px;
            font-weight: bold;
            margin-left: 15px;
            display: block;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

    .section2 .swiper-container {
        padding-bottom: 30px;
        margin-top: 30px;
        display: none;
    }

    .section2 .swiper-slide {
        border: 1px solid rgba(81, 76, 79, 0.1);
    }

        .section2 .swiper-slide .tit {
            font-family: NeueHaasDisplay-Mediu;
            font-size: 16px;
            color: #222222;
            text-align: center;
            padding: 15px;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

@media screen and (max-width: 1679px) {
    .section2 .li {
        width: 31.5%;
    }

    .section2 .sli .font {
        bottom: -65%;
        padding: 0 25px;
    }

    .section2 .li:nth-child(1) {
        margin-top: 4.8rem;
    }

    .section2 .sliBtn {
        padding: 55px 25px;
    }

    .section2 .sli .dec {
        height: 230px;
    }

    .section2 .in_tit {
        width: 30%;
    }
}

@media screen and (max-width: 1599px) {
    .section2 .sli .tit {
        font-size: 20px;
    }
}

@media screen and (max-width: 1439px) {
    .section2 .in_tit {
        width: 34%;
    }

    .section2 .li:nth-child(1) {
        margin-top: 5rem;
    }

    .section2 .sliBtn {
        padding: 50px 30px;
    }
}

@media screen and (max-width: 1359px) {
    .section2 .sli .tit {
        font-size: 18px;
    }

    .section2 .sli .font {
        bottom: -64%;
    }

    .section2 .sli .dec {
        font-size: 17px;
        height: 200px;
    }

    .section2 .li:nth-child(1) {
        margin-top: 5.2rem;
    }

    .section2 .sli {
        padding: 30px 30px 1.2rem 30px;
    }

        .section2 .sli .dec {
            font-size: 16px;
        }

    .section2 .sliBtn {
        padding: 50px 30px;
    }
}

@media screen and (max-width: 1279px) {
    .section2 .sli .dec {
        font-size: 16px;
    }

    .section2 .sli .font {
        padding: 0 20px;
        bottom: -68%;
    }

    .section2 .li:nth-child(1) {
        margin-top: 5.4rem;
    }
}

@media screen and (max-width: 1151px) {
    .section2 .ul {
        display: none;
    }

    .section2 .swiper-container {
        width: 100%;
        display: block;
    }

    .section2 .in_tit {
        position: relative;
        top: auto;
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .section2 .swiper-container {
        margin-top: 20px;
    }
}

.section3 {
    position: relative;
    overflow: hidden;
    background: url(../images/in-bgm1.jpg) no-repeat center bottom;
    background-size: cover;
}

    .section3 .ul {
        margin-top: 45px;
    }

    .section3 .li {
        position: relative;
        text-align: center;
        width: 25%;
    }

        .section3 .li .numBox {
            font-family: NeueHaasDisplay-Mediu;
            font-size: 0.4rem;
            line-height: 1.1;
            color: #f5af27;
        }

        .section3 .li .dec {
            font-size: 18px;
            line-height: 1.67;
            color: #666666;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

@media screen and (max-width: 1439px) {
    .section3 .li .numBox {
        font-size: 28px;
    }
}

@media screen and (max-width: 1359px) {
    .section3 .li .dec {
        font-size: 16px;
    }
}

@media screen and (max-width: 1000px) {
    .section3 .ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .section3 .li {
        width: 50%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 640px) {
    .section3 .li .numBox {
        font-size: 24px;
    }
}

.section4 .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section4 .left {
    width: 32%;
}

.section4 .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 2.2rem;
}

.section4 .rli {
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 0.35rem;
    padding: 25px 0.35rem;
    padding-right: 0px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

    .section4 .rli:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.14);
    }

    .section4 .rli .tit {
        font-family: NeueHaasDisplay-Mediu;
        font-size: 22px;
        color: #222222;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

    .section4 .rli .dec {
        font-size: 18px;
        line-height: 1.67;
        color: #222222;
        margin-top: 6px;
    }

.section4 .iconBox {
    position: relative;
    width: 100px;
    margin-top: 6px;
}

.section4 .font {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0.4rem;
}

.section4 .moreBox {
    margin-top: 0.75rem;
}

@media screen and (max-width: 1599px) {
    .section4 .rli .tit {
        font-size: 20px;
    }

    .section4 .iconBox {
        width: 70px;
    }

    .section4 .rli .dec {
        font-size: 16px;
    }
}

@media screen and (max-width: 1359px) {
    .section4 .iconBox {
        width: 60px;
    }

    .section4 .rli .dec {
        font-size: 16px;
    }

    .section4 .rli .tit {
        font-size: 18px;
    }
}

@media screen and (max-width: 1151px) {
    .section4 .left {
        width: 38%;
    }

    .section4 .right {
        padding-left: 1.2rem;
    }
}

@media screen and (max-width: 1000px) {
    .section4 .moreBox {
        display: none;
    }

    .section4 .left {
        width: 100%;
    }

    .section4 .right {
        padding-left: 0px;
        margin-top: 30px;
    }

    .section4 .font {
        padding-left: 20px;
    }

    .section4 .iconBox {
        width: 46px;
    }
}

@media screen and (max-width: 640px) {
    .section4 .rli {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 25px 0;
    }

    .section4 .iconBox {
        width: 36px;
    }
}

.section5 {
    position: relative;
    overflow: hidden;
    background: url(../images/in-bgm2.png) no-repeat center top;
    background-size: cover;
}

    .section5 .tpswp {
        margin-top: 50px;
    }

        .section5 .tpswp .iconBox {
            position: relative;
            width: 102px;
            height: 102px;
            background-color: #ffffff;
            overflow: hidden;
            border-radius: 50%;
            margin: 0 auto;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

        .section5 .tpswp .tit {
            font-size: 20px;
            color: #000000;
            margin-top: 15px;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

        .section5 .tpswp .swiper-slide {
            text-align: center;
            cursor: pointer;
        }

        .section5 .tpswp .swiper-slide-active .tit {
            font-weight: bold;
        }

        .section5 .tpswp .swiper-slide-active .iconBox {
            background-color: #f2bc2e;
        }

    .section5 .font {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 0px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 38%;
        border-radius: 10px;
        background-color: #ffffff;
        max-height: 3.8rem;
        min-height: 3.8rem;
    }

    .section5 .txtBox {
        width: 100%;
        padding: 0.7rem 0.7rem 1.7rem 0.7rem;
    }

        .section5 .txtBox .tit {
            font-family: NeueHaasDisplay-Mediu;
            font-size: 0.36rem;
            line-height: 1.2;
            color: #000000;
        }

        .section5 .txtBox .dec {
            font-size: 18px;
            color: rgba(0, 0, 0, 0.8);
            margin-top: 10px;
        }

    .section5 .imgBox {
        position: relative;
        width: 68.5%;
        overflow: hidden;
    }

        .section5 .imgBox img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .section5 .btnBox {
        position: absolute;
        width: 126px;
        height: 54px;
        bottom: 1.5rem;
        left: 0.7rem;
        overflow: hidden;
        z-index: 2;
    }

    .section5 .btswp {
        margin-top: 60px;
    }

        .section5 .btswp .swiper-slide {
            position: relative;
        }

@media screen and (max-width: 1599px) {
    .section5 .tpswp .iconBox {
        width: 80px;
        height: 80px;
    }

        .section5 .tpswp .iconBox img {
            max-width: 40px;
        }

    .section5 .btnBox {
        width: 110px;
        height: 46px;
    }
}

@media screen and (max-width: 1439px) {
    .section5 .btnBox {
        bottom: 1.8rem;
    }
}

@media screen and (max-width: 1359px) {
    .section5 .tpswp .tit {
        font-size: 16px;
        margin-top: 10px;
    }

    .section5 .font {
        max-height: 270px;
        min-height: 270px;
    }

    .section5 .btnBox {
        bottom: 2rem;
    }

    .section5 .txtBox .dec {
        font-size: 16px;
    }

    .section5 .tpswp .iconBox {
        width: 70px;
        height: 70px;
    }

        .section5 .tpswp .iconBox img {
            max-width: 32px;
        }

    .section5 .btswp,
    .section5 .tpswp {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1151px) {
    .section5 .tpswp .iconBox {
        width: 70px;
        height: 70px;
    }

        .section5 .tpswp .iconBox img {
            max-width: 32px;
        }

    .section5 .tpswp .tit {
        margin-top: 10px;
    }

    .section5 .font {
        max-height: 220px;
        min-height: 220px;
    }

    .section5 .btnBox {
        bottom: 1.75rem;
    }
}

@media screen and (max-width: 1000px) {
    .section5 .tpswp,
    .section5 .btnBox {
        display: none;
    }

    .section5 .txtBox .tit {
        font-size: 20px;
    }

    .section5 .btswp {
        margin-top: 30px;
    }

        .section5 .btswp .swiper-container {
            padding-bottom: 30px;
        }

    .section5 .font {
        width: 46%;
        max-height: 180px;
        min-height: 180px;
    }

    .section5 .txtBox {
        padding: 0.7rem;
    }
}

@media screen and (max-width: 640px) {
    .section5 .btswp .swiper-slide {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section5 .imgBox {
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .section5 .font {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        max-height: 140px;
        min-height: 140px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .section5 .txtBox {
        padding: 30px 20px;
    }

    .section5 .btswp {
        margin-top: 20px;
    }
}

.section6 {
    position: relative;
    overflow: hidden;
}

    .section6::before {
        content: "";
        position: absolute;
        top: 25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 269px;
        height: 216px;
        background: url(../images/in-icon9.png) no-repeat center;
        background-size: cover;
    }

    .section6 .tpswp {
        width: 180px;
        margin: 0 auto;
        margin-top: 55px;
    }

        .section6 .tpswp .swiper-slide {
            position: relative;
            width: 86px;
            height: 86px;
            overflow: hidden;
        }

            .section6 .tpswp .swiper-slide.swiper-slide-active .bimg {
                width: 100%;
                height: 100%;
            }

        .section6 .tpswp .bimg {
            overflow: hidden;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            border-radius: 50%;
            width: 72%;
            height: 72%;
            margin: 0 auto;
            border: solid 2px #ffffff;
        }

            .section6 .tpswp .bimg img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

    .section6 .btswp {
        width: 63%;
        margin: 0 auto;
    }

        .section6 .btswp .swiper-slide {
            text-align: center;
        }

            .section6 .btswp .swiper-slide .tit {
                font-family: NeueHaasDisplay-Mediu;
                font-size: 18px;
                color: #333333;
                margin-top: 10px;
            }

            .section6 .btswp .swiper-slide .stit {
                font-size: 14px;
                color: #888888;
            }

            .section6 .btswp .swiper-slide .dec {
                font-size: 16px;
                line-height: 1.625;
                color: #666666;
                margin-top: 15px;
            }

            .section6 .btswp .swiper-slide .score {
                margin-top: 10px;
            }

                .section6 .btswp .swiper-slide .score span {
                    width: 14px;
                    height: 14px;
                    display: inline-block;
                    vertical-align: middle;
                    background: url(../images/in-icon10.png) no-repeat center;
                    background-size: cover;
                }

        .section6 .btswp .swiper-pagination,
        .section6 .btswp .swiper-button-prev,
        .section6 .btswp .swiper-button-next {
            display: none;
        }

@media screen and (max-width: 1599px) {
    .section6 .btswp {
        width: 70%;
    }
}

@media screen and (max-width: 1439px) {
    .section6::before {
        width: 226px;
        height: 180px;
    }
}

@media screen and (max-width: 1359px) {
    .section6::before {
        width: 186px;
        height: 150px;
    }

    .section6 .btswp {
        width: 76%;
    }
}

@media screen and (max-width: 1279px) {
    .section6 .btswp {
        width: 80%;
    }
}

@media screen and (max-width: 1151px) {
    .section6 .btswp {
        width: 90%;
    }

    .section6::before {
        width: 156px;
        height: 130px;
    }
}

@media screen and (max-width: 1000px) {
    .section6 .btswp {
        width: 100%;
    }

    .section6 .tpswp {
        margin-top: 30px;
    }

    .section6::before {
        width: 126px;
        height: 100px;
        top: 10px;
    }

    .section6 {
        padding-top: 20px;
    }
}

@media screen and (max-width: 640px) {
    .section6 .tpswp {
        margin-top: 20px;
    }

    .section6 .btswp .swiper-slide .dec {
        margin-top: 5px;
        text-align: left;
    }
}

.section7 {
    position: relative;
    overflow: hidden;
}

    .section7::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 510px;
        background-color: #f2bc2e;
    }

    .section7 .left {
        width: 42%;
    }

    .section7 .swiper-container {
        margin-left: 30%;
        margin-top: -30px;
    }

    .section7 .moreBox {
        margin-top: 60px;
    }

    .section7 .swiper-slide {
        background-color: #f9fafb;
    }

        .section7 .swiper-slide:hover .btn em {
            margin-right: 10px;
        }

        .section7 .swiper-slide:hover .font .dec {
            color: #222222;
        }

        .section7 .swiper-slide .imgBox {
            overflow: hidden;
        }

        .section7 .swiper-slide .time {
            position: absolute;
            left: 0px;
            bottom: 0px;
            padding: 5px 10px;
            font-size: 14px;
            display: inline-block;
            color: #ffffff;
            background-color: rgba(0, 0, 0, 0.3);
            border-radius: 0px 10px 0px 0px;
            overflow: hidden;
        }

    .section7 .font {
        padding: 0.32rem 0.4rem;
    }

        .section7 .font .tit {
            font-family: NeueHaasDisplay-Mediu;
            font-size: 22px;
            line-height: 1.54;
            color: #222222;
            max-height: 68px;
            min-height: 68px;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

        .section7 .font .dec {
            font-size: 16px;
            line-height: 1.875;
            color: #777777;
            margin-top: 10px;
            max-height: 60px;
            min-height: 60px;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

        .section7 .font .btn {
            position: relative;
            padding-top: 15px;
            margin-top: 40px;
            font-size: 14px;
            color: #999999;
            border-top: 1px solid rgba(51, 51, 51, 0.07);
        }

            .section7 .font .btn em {
                font-size: 18px;
                display: inline-block;
                -webkit-transition: all 0.6s;
                transition: all 0.6s;
            }

    .section7 .swiper-pagination {
        display: none;
    }

    .section7 .btnBox {
        position: absolute;
        right: 13.2%;
        top: 12%;
        width: 126px;
        height: 53px;
    }

@media screen and (max-width: 1599px) {
    .section7 .btnBox {
        width: 110px;
        height: 46px;
    }

    .section7 .font .tit {
        font-size: 20px;
    }
}

@media screen and (max-width: 1439px) {
    .section7::before {
        height: 460px;
    }
}

@media screen and (max-width: 1359px) {
    .section7 .font .tit {
        font-size: 18px;
        max-height: 55px;
        min-height: 55px;
    }

    .section7 .font .btn {
        margin-top: 20px;
        padding-top: 10px;
    }

    .section7 .left {
        width: 55%;
    }

    .section7 .moreBox {
        margin-top: 30px;
    }

    .section7 .swiper-container {
        margin-top: -45px;
    }

    .section7::before {
        height: 350px;
    }

    .section7 .font .dec {
        font-size: 15px;
        max-height: 56px;
        min-height: 56px;
        margin-top: 5px;
    }

    .section7 .font {
        padding: 25px 20px;
    }

        .section7 .font .btn {
            font-size: 12px;
        }

            .section7 .font .btn em {
                font-size: 14px;
            }
}

@media screen and (max-width: 1000px) {
    .section7 .moreBox,
    .section7 .btnBox {
        display: none;
    }

    .section7 .swiper-pagination {
        display: block;
    }

    .section7 .left {
        width: 100%;
    }

    .section7 .swiper-container {
        margin-left: 0px;
        margin-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 640px) {
    .section7 .swiper-container {
        margin-top: 20px;
    }

    .section7::before {
        height: 300px;
    }
}

.section8 {
    position: relative;
    overflow: hidden;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
}

    .section8::before, .section8::after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .section8::before {
        left: 0px;
        bottom: -1.15rem;
        left: -1.6rem;
        width: 5.72rem;
        height: 5.72rem;
        background: url(../images/in-img13.png) no-repeat center;
        background-size: cover;
    }

    .section8::after {
        bottom: -6.55rem;
        right: -0.6rem;
        width: 7.52rem;
        height: 10.62rem;
        background: url(../images/in-img14.png) no-repeat center;
        background-size: cover;
    }

    .section8 .in_tit {
        width: 35%;
        margin-right: 10px;
    }

        .section8 .in_tit .tit {
            line-height: 1.4;
        }

@media screen and (max-width: 1359px) {
    .section8 .in_tit {
        margin-right: 0.8rem;
    }

    .section8 {
        padding: 1rem 0;
    }

        .section8::before {
            width: 3.72rem;
            height: 3.72rem;
        }

        .section8::after {
            width: 6.52rem;
            height: 9.62rem;
        }
}

@media screen and (max-width: 1151px) {
    .section8 .in_tit {
        margin-right: 1.2rem;
    }
}

@media screen and (max-width: 640px) {
    .section8 .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section8 .in_tit {
        width: 100%;
        margin-bottom: 30px;
    }

    .section8::after {
        width: 4.52rem;
        height: 7.62rem;
        bottom: -4.5rem;
    }

    .section8::before {
        width: 3.72rem;
        height: 3.72rem;
        bottom: auto;
        top: 0px;
    }

    .section8 {
        padding-top: 1.2rem;
        padding-bottom: 1rem;
    }
}

.about1 {
    position: relative;
    overflow: hidden;
}

    .about1::before {
        content: "";
        position: absolute;
        right: -2.45rem;
        top: 60px;
        width: 3.94rem;
        height: 3.94rem;
        background: url(../images/ab-bgm1.png) no-repeat center;
        background-size: cover;
    }

    .about1 .in_tit {
        width: 75%;
    }

    .about1 .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 0.7rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .about1 .li {
        position: relative;
        overflow: hidden;
        width: 30.66%;
        margin-right: 4%;
        background-color: rgba(255, 255, 255, 0.9);
        -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;
        padding: 0.4rem 0.45rem;
    }

        .about1 .li::before {
            content: "";
            position: absolute;
            z-index: 1;
            left: 0px;
            bottom: 0px;
            width: 100%;
            height: 0%;
            background: url(../images/ab-bgm2.png) no-repeat center;
            background-size: cover;
            opacity: 0;
            pointer-events: none;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

        .about1 .li:last-child {
            margin-right: 0px;
        }

        .about1 .li:nth-child(1) {
            margin-top: 0.8rem;
        }

        .about1 .li:nth-child(2) {
            margin-top: 0.4rem;
        }

        .about1 .li:hover::before {
            height: 110%;
            opacity: 1;
        }

        .about1 .li:hover .font .tit, .about1 .li:hover .font .dec {
            color: #ffffff;
        }

        .about1 .li:hover .imgBox {
            opacity: 1;
        }

    .about1 .iconBox {
        position: relative;
        width: 115px;
        height: 115px;
        overflow: hidden;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

    .about1 .font {
        position: relative;
        z-index: 1;
        margin-top: 20px;
    }

        .about1 .font .tit {
            font-family: NeueHaasDisplay-Mediu;
            font-size: 22px;
            color: #222222;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

        .about1 .font .dec {
            font-size: 18px;
            line-height: 1.56;
            color: #222222;
            margin-top: 8px;
            min-height: 140px;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

    .about1 .imgBox {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        overflow: hidden;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

        .about1 .imgBox img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

@media screen and (max-width: 1439px) {
    .about1 .font .tit {
        font-size: 20px;
    }

    .about1 .iconBox {
        width: 80px;
        height: 80px;
    }

    .about1 .font .dec {
        font-size: 17px;
    }
}

@media screen and (max-width: 1359px) {
    .about1 .in_tit {
        width: 100%;
    }

    .about1 .font .dec {
        font-size: 16px;
    }

    .about1 .list {
        padding-top: 20px;
    }
}

@media screen and (max-width: 1279px) {
    .about1 .iconBox {
        width: 65px;
        height: 65px;
    }

    .about1 .font .dec {
        font-size: 16px;
    }
}

@media screen and (max-width: 1151px) {
    .about1 .font .tit {
        font-size: 18px;
    }

    .about1 .iconBox {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 1000px) {
    .about1 .li {
        width: 48%;
        margin-top: 4%;
        padding: 30px;
    }

        .about1 .li:nth-child(2n) {
            margin-right: 0px;
        }
}

@media screen and (max-width: 640px) {
    .about1 .li {
        width: 100%;
        margin-right: 0px;
        margin-top: 15px !important;
        padding: 25px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .about1 .iconBox {
        width: 40px;
        height: 40px;
    }

    .about1 .font {
        width: calc(100% - 40px);
        padding-left: 15px;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        margin-top: 0px;
    }

        .about1 .font .dec {
            margin-top: 5px;
            font-size: 15px;
        }

        .about1 .font .tit {
            font-size: 17px;
        }

    .about1 .list {
        padding-top: 0px;
    }
}

.about2 {
    position: relative;
    overflow: hidden;
}

    .about2 .list {
        margin-top: 1rem;
    }

    .about2 .left {
        position: relative;
        width: 79%;
    }

        .about2 .left .himg {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            pointer-events: none;
            display: none;
        }

        .about2 .left .simg {
            display: none;
        }

        .about2 .left .img, .about2 .left .himg, .about2 .left .simg {
            margin: 0px;
        }

    .about2 .right {
        width: 21%;
        padding-left: 0.2rem;
    }

    .about2 .aliBox {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
    }

    .about2 .ali {
        position: absolute;
        top: 50%;
        left: 30%;
    }

        .about2 .ali:nth-child(1) {
            top: -2%;
            left: 6%;
        }

        .about2 .ali:nth-child(2) {
            top: 15%;
            left: 13.5%;
        }

        .about2 .ali:nth-child(3) {
            top: 6%;
            left: 35.5%;
        }

        .about2 .ali:nth-child(4) {
            top: 26%;
            left: 49.5%;
        }

        .about2 .ali:nth-child(5) {
            top: 24%;
            left: 77.5%;
        }

        .about2 .ali:nth-child(6) {
            top: 63%;
            left: 20%;
        }

        .about2 .ali:nth-child(7) {
            top: 63%;
            left: 45%;
        }

        .about2 .ali .tit {
            font-family: NeueHaasDisplay-Mediu;
            font-size: 20px;
            color: #222222;
        }

        .about2 .ali .dec {
            font-size: 18px;
            line-height: 1.56;
            color: #222222;
            margin-top: 3px;
        }

    .about2 .nli {
        position: relative;
        overflow: hidden;
        margin-top: 0.45rem;
    }

        .about2 .nli:first-child {
            margin-top: 0px;
        }

        .about2 .nli .nnum {
            font-family: NeueHaasDisplay-Mediu;
            font-size: 0.56rem;
            line-height: 1.2;
            color: #f5af27;
        }

        .about2 .nli .ndec {
            font-size: 18px;
            color: #666666;
        }

@media screen and (max-width: 1439px) {
    .about2 .ali .tit {
        font-size: 18px;
    }

    .about2 .ali .dec,
    .about2 .nli .ndec {
        font-size: 17px;
    }

    .about2 .right {
        padding-left: 0.5rem;
    }
}

@media screen and (max-width: 1279px) {
    .about2 .ali .dec, .about2 .nli .ndec {
        font-size: 16px;
    }
}

@media screen and (max-width: 1151px) {
    .about2 .nli .nnum {
        font-size: 30px;
    }
}

@media screen and (max-width: 1000px) {
    .about2 .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 50px;
    }

    .about2 .left,
    .about2 .right {
        width: 100%;
    }

    .about2 .right {
        padding-left: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about2 .nli,
    .about2 .nli:nth-child(1) {
        margin-top: 30px;
        width: 22%;
        margin-right: 4%;
    }

        .about2 .nli:nth-child(4n) {
            margin-right: 0px;
        }

        .about2 .nli .nnum {
            font-size: 26px;
        }

    .about2 .ali .tit {
        font-size: 16px;
    }

    .about2 .ali .dec, .about2 .nli .ndec {
        font-size: 15px;
    }
}

@media screen and (max-width: 640px) {
    .about2 .left .img {
        display: none;
    }

    .about2 .left .simg {
        display: block;
    }

    .about2 .ali,
    .about2 .aliBox {
        width: 100%;
        position: relative;
        top: auto !important;
        left: auto !important;
    }

    .about2 .list {
        margin-top: 15px;
    }

    .about2 .aliBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about2 .ali,
    .about2 .nli, .about2 .nli:nth-child(1) {
        width: 48%;
        margin-right: 4%;
        margin-top: 4%;
    }

    .about2 .ali{
        text-align: center;
        background-color: #f5af277d;
        height: 120px;
        padding: 10px;
    }
.about2 .ali:last-child{
    width: 100%;
    margin: 0;
    margin-top: 4%;
    height: 150px;
}

.about2 .nli{text-align: center;}
        .about2 .ali:nth-child(2n),
        .about2 .nli:nth-child(2n) {
            margin-right: 0px;
        }

    .about2 .in_tit {
        text-align: left;
    }

    .about2 .right {
        margin-top: 20px;
    }

    .about2 .nli .nnum {
        font-size: 24px;
    }
}

.about3 {
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7;
}

    .about3::before {
        content: "";
        position: absolute;
        left: -2.2rem;
        bottom: 1.9rem;
        width: 3.92rem;
        height: 3.92rem;
        background: url(../images/ab-bgm1.png) no-repeat center;
        background-size: cover;
    }

    .about3 .list {
        padding: 0 0.95rem;
    }

    .about3 .swiper-container {
        margin-top: 0.45rem;
    }

    .about3 .imgBox {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }

    .about3 .font .tit {
        font-family: NeueHaasDisplay-Mediu;
        font-size: 22px;
        color: #222222;
        margin-top: 30px;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

    .about3 .font .stit {
        font-size: 18px;
        color: #222222;
    }

    .about3 .font .decBox {
        margin-top: 30px;
    }

    .about3 .font .dli {
        position: relative;
        font-size: 18px;
        line-height: 1.67;
        color: #222222;
        padding-left: 30px;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

        .about3 .font .dli::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 13px;
            width: 10px;
            height: 3px;
            background-color: #edb41a;
            border-radius: 2px;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

        .about3 .font .dli:hover::before {
            width: 20px;
        }

    .about3 .swiper-pagination {
        display: none;
    }

@media screen and (max-width: 1439px) {
    .about3 .font .tit {
        font-size: 20px;
        margin-top: 15px;
    }

    .about3 .font .dli,
    .about3 .font .stit {
        font-size: 17px;
    }

    .about3 .font .decBox {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1359px) {
    .about3 .font .dli, .about3 .font .stit {
        font-size: 16px;
    }
}

@media screen and (max-width: 1151px) {
    .about3 .font .tit {
        font-size: 18px;
    }
}

@media screen and (max-width: 1000px) {
    .about3 .list {
        padding: 0px;
    }

    .about3 .swiper-container {
        margin-top: 25px;
    }

    .about3 .font .dli, .about3 .font .stit {
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    .about3 .swiper-pagination {
        display: block;
    }

    .about3 .swiper-container {
        margin-top: 15px;
        padding-bottom: 30px;
    }
}

.about4 {
    position: relative;
    overflow: hidden;
    background: url(../images/ab-bgm3.jpg) no-repeat center bottom;
    background-size: cover;
}

    .about4 .list {
        padding: 0 0.95rem;
    }

    .about4 .li {
        position: relative;
        margin-top: 0.55rem;
    }

        .about4 .li:first-child {
            margin-top: 0px;
        }

        .about4 .li:hover .font {
            padding-left: 0.35rem;
        }

        .about4 .li .iconBox {
            position: relative;
            overflow: hidden;
            border-radius: 50%;
            width: 98px;
            height: 98px;
            border: solid 1px #000000;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

        .about4 .li .font {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding-left: 0.4rem;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

            .about4 .li .font .tit {
                font-family: NeueHaasDisplay-Mediu;
                font-size: 0.3rem;
                color: #000000;
            }

            .about4 .li .font .dec {
                font-size: 20px;
                color: #000000;
                margin-top: 5px;
            }

@media screen and (max-width: 1439px) {
    .about4 .li .iconBox {
        width: 78px;
        height: 78px;
    }

        .about4 .li .iconBox img {
            max-width: 40px;
            max-height: 40px;
        }

    .about4 .li .font .tit {
        font-size: 22px;
    }

    .about4 .li .font .dec {
        font-size: 18px;
    }
}

@media screen and (max-width: 1359px) {
    .about4 .li .font .dec {
        font-size: 16px;
    }
}

@media screen and (max-width: 1151px) {
    .about4 .li .font .tit {
        font-size: 20px;
    }

    .about4 .li .iconBox {
        width: 66px;
        height: 66px;
    }

        .about4 .li .iconBox img {
            max-width: 34px;
            max-height: 34px;
        }
}

@media screen and (max-width: 1000px) {
    .about4 .list {
        padding: 0px;
    }

    .about4 .li .font .dec {
        font-size: 16px;
    }

    .about4 .li .font .tit {
        font-size: 18px;
    }

    .about4 .li .iconBox {
        width: 50px;
        height: 50px;
    }

        .about4 .li .iconBox img {
            max-width: 26px;
            max-height: 26px;
        }
}

.abBox {
    position: relative;
    overflow: hidden;
}

.about5 {
    position: relative;
    padding-top: 1.45rem;
}

    .about5:before {
        content: "";
        position: absolute;
        left: -2.45rem;
        bottom: -1.4rem;
        width: 3.92rem;
        height: 3.92rem;
        background: url(../images/ab-bgm1.png) no-repeat center;
        background-size: cover;
        z-index: -1;
    }

    .about5 .in_tit .dec {
        margin-top: 10px;
    }

    .about5 .bot {
        position: relative;
        overflow: hidden;
    }

        .about5 .bot::before {
            content: "";
            position: absolute;
            left: 0;
            top: 146px;
            width: 100%;
            height: 3px;
            background: rgba(242, 188, 46, 0.2);
        }

    .about5 .years {
        font-family: NeueHaasDisplay-Mediu;
        font-size: 26px;
        color: #222222;
        padding-left: 10px;
        margin-bottom: 75px;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

    .about5 .font {
        position: relative;
        font-size: 18px;
        line-height: 1.67;
        color: #222222;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 18px 43px 0px rgba(64, 63, 64, 0.1);
        box-shadow: 0px 18px 43px 0px rgba(64, 63, 64, 0.1);
        border-radius: 10px;
        padding: 25px 35px 30px 60px;
    }

        .about5 .font::before {
            content: "";
            position: absolute;
            left: 30px;
            top: -45px;
            width: 15px;
            height: 94px;
            background: url(../images/ab-line1.png) no-repeat center;
            background-size: cover;
        }

    .about5 .btnBox {
        position: relative;
        width: 126px;
        height: 53px;
    }

    .about5 .swiper-container {
        padding-top: 85px;
        padding-bottom: 90px;
        overflow: visible;
    }

    .about5 .quan {
        position: absolute;
        left: 20px;
        top: 45px;
        width: 37px;
        height: 37px;
        overflow: hidden;
        background-color: #f2bc2e;
        background-color: rgba(242, 188, 46, 0.2);
        border-radius: 50%;
    }

        .about5 .quan::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            overflow: hidden;
            border-radius: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 15px;
            height: 15px;
            background-color: #f2bc2e;
        }

    .about5 .swiper-pagination {
        display: none;
    }

@media screen and (max-width: 1599px) {
    .about5 .btnBox {
        width: 110px;
        height: 45px;
    }

    .about5 .font {
        padding: 25px 25px 30px 40px;
    }

    .about5 .years {
        padding-left: 0px;
    }

    .about5 .quan {
        left: 0px;
    }

    .about5 .font::before {
        left: 10px;
    }
}

@media screen and (max-width: 1439px) {
    .about5 .years {
        font-size: 24px;
    }

    .about5 .swiper-container {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .about5 .bot::before {
        top: 112px;
    }

    .about5 .font {
        font-size: 17px;
    }
}

@media screen and (max-width: 1359px) {
    .about5 .font {
        font-size: 16px;
    }
}

@media screen and (max-width: 1279px) {
    .about5 .quan {
        width: 26px;
        height: 26px;
        left: 4px;
    }

        .about5 .quan::before {
            width: 12px;
            height: 12px;
        }

    .about5 .font::before {
        top: -50px;
    }

    .about5 .bot::before {
        top: 106px;
    }
}

@media screen and (max-width: 1151px) {
    .about5 .years {
        font-size: 22px;
    }
}

@media screen and (max-width: 1000px) {
    .about5 .years {
        font-size: 20px;
    }

    .about5 .font {
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    .about5 .btnBox {
        display: none;
    }

    .about5 .swiper-pagination {
        display: block;
    }

    .about5 .swiper-container {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .about5 .years {
        margin-bottom: 50px;
    }

    .about5 .quan {
        width: 20px;
        height: 20px;
        left: 4px;
    }

        .about5 .quan::before {
            width: 8px;
            height: 8px;
        }

    .about5 .bot::before {
        top: 73px;
        height: 2px;
    }

    .about5 .font::before {
        width: 12px;
        height: 75px;
        top: -29px;
        left: 8px;
    }

    .about5 .font {
        padding: 25px 15px 30px 35px;
    }
}

.about6 .list {
    margin-top: 0.55rem;
}

.about6 .li {
    position: relative;
    overflow: hidden;
    margin-top: 3%;
}

    .about6 .li::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.25);
        opacity: 0;
        z-index: 1;
        pointer-events: none;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

    .about6 .li:hover::before {
        opacity: 1;
    }

    .about6 .li:hover .stit {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .about6 .li .stit {
        position: absolute;
        z-index: 2;
        left: 0px;
        bottom: 0px;
        -webkit-transform: translateY(20%);
        transform: translateY(20%);
        width: 100%;
        padding: 15px;
        text-align: center;
        font-family: NeueHaasDisplay-Mediu;
        font-size: 18px;
        text-align: center;
        color: #ffffff;
        opacity: 0;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

.about6 .bot .li {
    margin-right: 3%;
}

    .about6 .bot .li:last-child {
        margin-right: 0px;
    }

.about6 .liBox {
    margin-right: 1.5%;
}

    .about6 .liBox:last-child {
        margin-right: 0px;
    }

.about6 .swiper-container {
    padding-bottom: 25px;
    margin-top: 20px;
    display: none;
}

.about6 .swiper-slide .imgBox {
    position: relative;
    overflow: hidden;
    height: 200px;
}

    .about6 .swiper-slide .imgBox::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.25);
        z-index: 1;
        pointer-events: none;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

    .about6 .swiper-slide .imgBox img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.about6 .swiper-slide .stit {
    position: absolute;
    z-index: 2;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 15px;
    text-align: center;
    font-family: NeueHaasDisplay-Mediu;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}

@media screen and (max-width: 1439px) {
    .about6 .li .stit {
        font-size: 17px;
    }
}

@media screen and (max-width: 1359px) {
    .about6 .li .stit {
        font-size: 16px;
    }

    .about6 .list {
        margin-top: 15px;
    }
}

@media screen and (max-width: 640px) {
    .about6 .list {
        display: none;
    }

    .about6 .swiper-container {
        display: block;
    }
}

.about7 {
    position: relative;
    background-color: #f7f7f7;
    overflow: hidden;
}

    .about7 .tabBox {
        margin-top: 0.4rem;
        margin-bottom: 0.6rem;
    }

    .about7 .tli {
        position: relative;
        border-radius: 20px;
        border: solid 1px #111111;
        overflow: hidden;
        padding: 5px 28px;
        font-size: 18px;
        color: #111111;
        margin-right: 40px;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        cursor: pointer;
    }

        .about7 .tli:last-child {
            margin-right: 0px;
        }

        .about7 .tli::before {
            content: "";
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 20px;
            width: 17px;
            height: 15px;
            background: url(../images/ab-icon7.png) no-repeat center;
            background-size: cover;
            opacity: 0;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

        .about7 .tli.active {
            font-family: NeueHaasDisplay-Mediu;
            background-color: #f2bc2e;
            border-color: #f2bc2e;
            padding-left: 45px;
        }

            .about7 .tli.active::before {
                opacity: 1;
            }

    .about7 .swpLi {
        position: relative;
        display: none;
    }

        .about7 .swpLi.active {
            display: block;
        }

    .about7 .swiper-slide:hover .stit {
        font-weight: 600;
    }

    .about7 .swiper-slide .imgBox {
        overflow: hidden;
    }

    .about7 .swiper-slide .stit {
        font-size: 18px;
        line-height: 1.56;
        color: #000000;
        text-align: center;
        padding: 0 0.35rem;
        margin-top: 20px;
    }

    .about7 .swiper-button-prev {
        left: -95px;
    }

    .about7 .swiper-button-next {
        right: -95px;
    }

    .about7 .swiper-button-next,
    .about7 .swiper-button-prev {
        top: 38%;
        -webkit-transform: translateY(-38%);
        transform: translateY(-38%);
    }

@media screen and (max-width: 1439px) {
    .about7 .swiper-slide .stit {
        font-size: 17px;
    }

    .about7 .swiper-container {
        width: 92%;
    }

    .about7 .swiper-button-prev {
        left: -20px;
    }

    .about7 .swiper-button-next {
        right: -20px;
    }

    .about7 .swiper-slide .stit {
        padding: 0 5px;
    }

    .about7 .tabBox {
        margin-top: 26px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1000px) {
    .about7 .swiper-slide .stit {
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    .about7 .tli {
        font-size: 17px;
        padding: 5px 20px;
        margin-right: 0.4rem;
    }

        .about7 .tli::before {
            left: 15px;
            width: 15px;
            height: 12px;
        }

        .about7 .tli.active {
            padding-left: 40px;
        }

    .about7 .tabBox {
        margin-top: 18px;
        margin-bottom: 30px;
    }

    .about7 .swiper-container {
        width: 80%;
    }

    .about7 .swiper-button-next {
        right: -10px;
    }

    .about7 .swiper-button-prev {
        left: -10px;
    }

    .about7 .swiper-slide .stit {
        margin-top: 12px;
        padding: 0px;
    }
}

.about8 {
    position: relative;
    overflow: hidden;
    padding-bottom: 1.6rem;
    background: url(../images/ab-bgm5.png) no-repeat center top;
    background-size: 100%;
}

    .about8:before {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 28%;
        width: 3.92rem;
        height: 5.53rem;
        background: url(../images/ab-bgm4.png) no-repeat center;
        background-size: cover;
        pointer-events: none;
    }

    .about8 .in_tit .tit {
        line-height: 1.46;
    }

    .about8 .list {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .about8 .left {
        width: 30%;
        margin-top: 0.8rem;
    }

    .about8 .right {
        width: 70%;
        padding-left: 0.7rem;
        overflow: hidden;
    }

        .about8 .right .swiper-container {
            width: 100%;
        }

    .about8 .swiper-slide {
        overflow: hidden;
        border-radius: 10px;
    }

    .about8 .swiper-pagination {
        width: 100%;
        left: 0px;
        bottom: 1.6rem;
        text-align: left;
        padding: 0 13.2%;
    }

    .about8 .btnBox {
        position: absolute;
        left: 13.2%;
        bottom: 2.54rem;
        width: 126px;
        height: 53px;
    }

@media screen and (max-width: 1599px) {
    .about8 .btnBox {
        left: 10%;
        width: 110px;
        height: 45px;
    }

    .about8 .swiper-pagination {
        padding: 0 10%;
    }
}

@media screen and (max-width: 1439px) {
    .about8 .btnBox {
        left: 5%;
    }

    .about8 .swiper-pagination {
        padding: 0 5%;
    }
}

@media screen and (max-width: 1000px) {
    .about8 .btnBox {
        display: none;
    }

    .about8 .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about8 .left,
    .about8 .right {
        width: 100%;
    }

    .about8 .right {
        padding-left: 0px;
    }

    .about8 .in_tit {
        text-align: center;
    }

    .about8 .right .swiper-container {
        margin-top: 20px;
    }

    .about8 .swiper-pagination {
        bottom: 0.8rem;
    }

    .about8 .swiper-pagination {
        text-align: center;
    }

    .about8 .left {
        margin-top: 0px;
    }

    .about8 .swiper-pagination {
        bottom: 0.1rem;
    }

    .about8 {
        padding-bottom: 0.8rem;
    }
}

.about9 .in_tit .dec {
    margin-top: 15px;
}

.about9 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

    .about9 .swiper-slide a:hover .font .btn .iconfont {
        margin-left: 15px;
    }

.about9 .swiper-slide .font {
    margin-top: 25px;
}

    .about9 .swiper-slide .font .tit {
        font-family: NeueHaasDisplay-Mediu;
        font-size: 22px;
        color: #000000;
    }

    .about9 .swiper-slide .font .dec {
        font-size: 16px;
        color: #777777;
        margin-bottom: 20px;
        margin-top: 5px;
    }

    .about9 .swiper-slide .font .btn {
        font-family: NeueHaasDisplay-Mediu;
        font-size: 16px;
        color: #222222;
    }

        .about9 .swiper-slide .font .btn .iconfont {
            display: block;
            font-weight: 800;
            margin-left: 10px;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

.about9 .swiper-slide .imgBox {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.about9 .swiper-container {
    margin-top: 0.7rem;
}

.about9 .swiper-pagination {
    display: none;
}

@media screen and (max-width: 1439px) {
    .about9 .swiper-slide .font .tit {
        font-size: 20px;
    }
}

@media screen and (max-width: 1359px) {
    .about9 .swiper-container {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1151px) {
    .about9 .swiper-slide .font {
        margin-top: 10px;
    }

        .about9 .swiper-slide .font .dec {
            margin-bottom: 10px;
        }

        .about9 .swiper-slide .font .tit {
            font-size: 18px;
        }
}

@media screen and (max-width: 1000px) {
    .about9 .swiper-pagination {
        display: block;
    }

    .about9 .swiper-container {
        padding-bottom: 20px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 640px) {
    .about9 {
        padding-top: 30px;
    }

        .about9 .in_tit {
            text-align: left;
        }

            .about9 .in_tit .dec {
                margin-top: 5px;
            }

        .about9 .swiper-container {
            padding-bottom: 30px;
            margin-top: 15px;
        }

        .about9 .swiper-slide .font .btn,
        .about9 .swiper-slide .font .btn .iconfont {
            font-size: 15px;
        }
}

.about10 .bgm {
    margin-top: 0.65rem;
}

@media screen and (max-width: 640px) {
    .about10 .bgm {
        margin-top: 20px;
    }
}

.about11 {
    position: relative;
    overflow: hidden;
}

    .about11 .swpBox {
        position: relative;
    }

    .about11 .swiper-container {
        padding-top: 35px;
    }

    .about11 .swiper-slide:hover .stit {
        font-weight: 600;
    }

    .about11 .swiper-slide .imgBox {
        overflow: hidden;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 7px 49px 0px rgba(126, 123, 117, 0.08);
        box-shadow: 0px 7px 49px 0px rgba(126, 123, 117, 0.08);
        border-radius: 10px;
    }

    .about11 .swiper-slide .stit {
        font-size: 18px;
        line-height: 1.56;
        color: #000000;
        text-align: center;
        padding: 0 0.35rem;
        margin-top: 20px;
    }

    .about11 .swiper-button-prev {
        left: -95px;
    }

    .about11 .swiper-button-next {
        right: -95px;
    }

    .about11 .swiper-button-prev,
    .about11 .swiper-button-next {
        top: 38%;
        -webkit-transform: translateY(-38%);
        transform: translateY(-38%);
    }

    .about11 .swiper-pagination {
        display: none;
    }

@media screen and (max-width: 1439px) {
    .about11 .swiper-button-next {
        right: -20px;
    }

    .about11 .swiper-button-prev {
        left: -20px;
    }

    .about11 .swiper-slide .stit {
        font-size: 17px;
        padding: 0 5px;
    }

    .about11 .swiper-container {
        width: 92%;
    }
}

@media screen and (max-width: 1359px) {
    .about11 .swiper-slide .stit {
        font-size: 16px;
    }

    .about11 .swiper-container {
        padding-top: 25px;
    }
}

@media screen and (max-width: 1151px) {
    .about11 .swiper-container {
        padding-top: 30px;
    }
}

@media screen and (max-width: 640px) {
    .about11 .swiper-slide .stit {
        margin-top: 12px;
        padding: 0px;
    }

    .about11 .swiper-container {
        width: 80%;
    }

    .about11 .swiper-button-next {
        right: -10px;
    }

    .about11 .swiper-button-prev {
        left: -10px;
    }

    .about11 .swiper-slide .imgBox {
        -webkit-box-shadow: 0px 7px 49px 0px rgba(126, 123, 117, 0);
        box-shadow: 0px 7px 49px 0px rgba(126, 123, 117, 0);
        border: 1px solid rgba(126, 123, 117, 0.08);
    }

    .about11 .swiper-container {
        padding-top: 20px;
    }
}

.product1 {
    overflow: hidden;
}

    .product1 .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product1 .li {
        position: relative;
        width: 48.65%;
        margin-right: 2.7%;
        margin-top: 2.7%;
        padding: 0.45rem 0.5rem;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 17px 60px 0px rgba(81, 76, 79, 0.1);
        box-shadow: 0px 17px 60px 0px rgba(81, 76, 79, 0.1);
        border-radius: 10px;
    }

        .product1 .li:nth-child(2n) {
            margin-right: 0px;
        }

        .product1 .li .imgBox {
            position: relative;
            width: 48%;
            overflow: hidden;
        }

        .product1 .li .font {
            width: 52%;
            padding-left: 0.5rem;
        }

            .product1 .li .font .tit {
                font-family: NeueHaasDisplay-Mediu;
                font-size: 22px;
                color: #222222;
                -webkit-transition: all 0.6s;
                transition: all 0.6s;
            }

            .product1 .li .font .dec {
                font-size: 16px;
                color: #222222;
                margin-top: 5px;
            }

@media screen and (max-width: 1599px) {
    .product1 .li .font .tit {
        font-size: 20px;
    }
}

@media screen and (max-width: 1151px) {
    .product1 .li .font .tit {
        font-size: 18px;
    }
}

@media screen and (max-width: 1000px) {
    .product1 .li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .product1 .li .imgBox,
        .product1 .li .font {
            width: 100%;
        }

        .product1 .li .font {
            padding: 0px;
            text-align: center;
            margin-top: 30px;
        }
}

@media screen and (max-width: 640px) {
    .product1 .li {
        width: 100%;
        margin-right: 0px;
        margin-top: 15px;
    }

        .product1 .li .imgBox {
            width: 40%;
        }

        .product1 .li .font {
            width: 60%;
            text-align: left;
            padding-left: 10px;
            margin-top: 0px;
        }

            .product1 .li .font .tit {
                font-size: 16px;
            }

            .product1 .li .font .dec {
                font-size: 15px;
            }
}

.product2 {
    padding-top: 20px;
    margin-bottom: 40px;
}

    .product2 .swiper-container {
        overflow: visible;
        margin-top: 15px;
    }

    .product2 .swiper-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product2 .swiper-slide {
        width: 32%;
        margin-right: 2%;
        margin-top: 2%;
        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;
        overflow: hidden;
    }

        .product2 .swiper-slide:nth-child(3n) {
            margin-right: 0px;
        }

        .product2 .swiper-slide .txt {
            font-size: 18px;
            line-height: 1.56;
            color: #222222;
            padding: 0.3rem 0.4rem;
        }

@media screen and (max-width: 1359px) {
    .product2 .swiper-slide .txt {
        font-size: 16px;
    }
}

@media screen and (max-width: 1000px) {
    .product2 .swiper-slide {
        width: 49%;
    }

        .product2 .swiper-slide:nth-child(3n) {
            margin-right: 2%;
        }

        .product2 .swiper-slide:nth-child(2n) {
            margin-right: 0px;
        }

        .product2 .swiper-slide .txt {
            padding: 20px;
        }
}

@media screen and (max-width: 640px) {
    .product2 .swiper-container {
        overflow: hidden;
        padding-bottom: 30px;
    }

    .product2 .swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .product2 .swiper-slide {
        -webkit-box-shadow: 0px 0px 84px 0px rgba(204, 204, 204, 0);
        box-shadow: 0px 0px 84px 0px rgba(204, 204, 204, 0);
        border: 1px solid rgba(204, 204, 204, 0.58);
        margin-top: 0px;
    }
}

.proBox {
    position: relative;
    overflow: hidden;
}

.product3 {
    position: relative;
}

    .product3::before {
        content: "";
        position: absolute;
        left: -2rem;
        bottom: -50px;
        width: 4.05rem;
        height: 4.05rem;
        background: url(../images/ab-bgm1.png) no-repeat center;
        background-size: cover;
    }

    .product3 .in_tit .tit {
        line-height: 1.45;
    }

    .product3 .left {
        width: 30%;
    }

    .product3 .moreBox {
        margin-top: 0.65rem;
    }

    .product3 .right {
        position: relative;
        width: 70%;
        padding-left: 1.25rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .product3 .right::before {
            content: "";
            position: absolute;
            z-index: -1;
            pointer-events: none;
            top: 50%;
            left: 0.4rem;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 8.07rem;
            height: 8.12rem;
            background: url(../images/pro-bgm1.png) no-repeat center;
            background-size: cover;
        }

    .product3 .rliBox {
        width: 48.2%;
        margin-right: 3.5%;
    }

        .product3 .rliBox:nth-child(2n) {
            margin-right: 0px;
        }

    .product3 .rli {
        width: 100%;
        padding: 0.3rem 0.4rem;
        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;
        margin-top: 7%;
    }

        .product3 .rli:first-child {
            margin-top: 0px;
        }

        .product3 .rli .iconBox {
            position: relative;
            width: 60px;
            height: 60px;
        }

        .product3 .rli .font .tit {
            font-family: NeueHaasDisplay-Mediu;
            font-size: 22px;
            color: #222222;
            margin-top: 20px;
            margin-bottom: 8px;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

        .product3 .rli .font .dec {
            font-size: 18px;
            line-height: 1.56;
            color: #222222;
        }

@media screen and (max-width: 1599px) {
    .product3 .rli .font .tit {
        font-size: 20px;
    }

    .product3 .rli .iconBox {
        width: 46px;
        height: 46px;
    }

        .product3 .rli .iconBox img {
            max-width: 46px;
            max-height: 46px;
        }
}

@media screen and (max-width: 1359px) {
    .product3 .rli .font .dec {
        font-size: 16px;
    }

    .product3 .rli .font .tit {
        margin-top: 10px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 1151px) {
    .product3 .rli .font .tit {
        font-size: 18px;
    }

    .product3 .right {
        padding-left: 0.5rem;
    }
}

@media screen and (max-width: 1000px) {
    .product3 .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product3 .left,
    .product3 .right {
        width: 100%;
    }

    .product3 .right {
        padding-left: 0px;
        margin-top: 30px;
    }

        .product3 .right::before {
            left: 4.4rem;
        }

    .product3 .moreBox {
        display: none;
    }

    .product3 .in_tit {
        text-align: center;
    }

    .product3 .rli .font .tit {
        margin-top: 15px;
    }

    .product3 .rli .iconBox {
        width: 40px;
        height: 40px;
    }

        .product3 .rli .iconBox img {
            max-width: 40px;
            max-height: 40px;
        }

    .product3 .rli {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 640px) {
    .product3 .rliBox {
        width: 100%;
        margin-right: 0px;
    }

    .product3 .rli,
    .product3 .rli:first-child {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .product3 .rli .font .dec {
            font-size: 15px;
        }

        .product3 .rli .font .tit {
            font-size: 16px;
            margin-top: 0px;
            margin-bottom: 5px;
        }

        .product3 .rli .iconBox {
            width: 32px;
            height: 32px;
        }

            .product3 .rli .iconBox img {
                max-width: 32px;
                max-height: 32px;
            }

        .product3 .rli .font {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding-left: 15px;
        }

    .product3 .right {
        margin-top: 0px;
    }
}

.product4 {
    padding-bottom: 0.45rem;
}

    .product4 .swiper-container {
        margin: 0.9rem 0.75rem 0 0.75rem;
    }

    .product4 .swiper-slide {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }

        .product4 .swiper-slide::before {
            content: "";
            position: absolute;
            z-index: 1;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 30%;
            background: url(../images/pro-bgm3.png) no-repeat center top;
            background-size: cover;
        }

        .product4 .swiper-slide:nth-child(2n) {
            margin-top: 0.5rem;
        }

        .product4 .swiper-slide .stit {
            position: absolute;
            z-index: 2;
            width: 100%;
            padding: 20px;
            top: 0px;
            left: 0px;
            font-family: NeueHaasDisplay-Mediu;
            font-size: 20px;
            color: #ffffff;
        }

        .product4 .swiper-slide .imgBox {
            overflow: hidden;
            border-radius: 10px;
        }

    .product4 .swiper-pagination {
        display: none;
    }

@media screen and (max-width: 1359px) {
    .product4 .swiper-slide .stit {
        font-size: 17px;
    }

    .product4 .swiper-container {
        margin: 0.4rem 0.75rem 0 0.75rem;
    }
}

@media screen and (max-width: 1000px) {
    .product4 .swiper-pagination {
        display: block;
    }

    .product4 .swiper-container {
        padding-bottom: 40px;
    }

    .product4 .swiper-slide .stit {
        font-size: 16px;
        padding: 15px;
    }
}

@media screen and (max-width: 640px) {
    .product4 .swiper-slide:nth-child(2n) {
        margin-top: 0px;
    }

    .product4 .swiper-container {
        margin: 20px 0 0 0;
    }

    .product4 .swiper-container {
        padding-bottom: 30px;
    }

    .product4 .swiper-slide .stit {
        font-size: 15px;
        padding: 10px;
    }
}

.product5 {
    position: relative;
}

    .product5 .w1400 {
        padding: 0 0.7rem;
    }

    .product5::before {
        content: "";
        position: absolute;
        pointer-events: none;
        bottom: -5.5rem;
        left: 25px;
        width: 8.07rem;
        height: 8.12rem;
        background: url(../images/pro-bgm1.png) no-repeat center;
        background-size: cover;
        z-index: -1;
    }

    .product5 .li {
        padding: 14px 0.3rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow: hidden;
        margin-top: 20px;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

        .product5 .li .num {
            font-size: 16px;
            color: #ffffff;
            width: 19px;
            height: 19px;
            line-height: 17px;
            text-align: center;
            border-radius: 50%;
            overflow: hidden;
            background-color: #f2bc2e;
            border: solid 1px #f2bc2e;
            margin-top: 4px;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

        .product5 .li .dec {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding-left: 15px;
            font-family: NeueHaasDisplay-Mediu;
            font-size: 18px;
            line-height: 1.67;
            color: #000000;
        }

    .product5 .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0.55rem;
    }

    .product5 .liBox {
        position: relative;
        z-index: 2;
        width: 48%;
        margin-right: 4%;
        border-radius: 10px;
        background-color: #ffffff;
        overflow: hidden;
        padding: 0.5rem 0.45rem;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

        .product5 .liBox:first-child {
            -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;
        }

            .product5 .liBox:first-child .li:hover {
                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: 4px;
            }

        .product5 .liBox:last-child {
            -webkit-box-shadow: 0px 36px 84px 0px rgba(242, 188, 46, 0.16);
            box-shadow: 0px 36px 84px 0px rgba(242, 188, 46, 0.16);
            border: solid 1px #f2bc2e;
            margin-right: 0px;
        }

            .product5 .liBox:last-child .li:hover {
                background-color: #f2bc2e;
                -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: 4px;
            }

                .product5 .liBox:last-child .li:hover .num {
                    color: #000;
                    background-color: #f2bc2e;
                    border: solid 1px #000000;
                }

        .product5 .liBox .tit {
            font-family: NeueHaasDisplay-Mediu;
            font-size: 22px;
            color: #000000;
            text-align: center;
            padding-bottom: 10px;
        }

@media screen and (max-width: 1599px) {
    .product5 .liBox .tit {
        font-size: 20px;
    }

    .product5 .li {
        margin-top: 10px;
    }

        .product5 .li .dec {
            font-size: 16px;
        }
}

@media screen and (max-width: 1279px) {
    .product5 .w1400 {
        padding: 0px;
    }
}

@media screen and (max-width: 1000px) {
    .product5 .liBox .tit {
        font-size: 18px;
    }

    .product5 .li .dec {
        font-size: 15px;
    }

    .product5 .liBox .tit {
        padding-bottom: 0px;
    }

    .product5 .li {
        padding: 10px 0.3rem;
    }
}

@media screen and (max-width: 640px) {
    .product5 .liBox {
        width: 100%;
        margin-right: 0px;
        margin-top: 20px;
        padding: 25px 15px;
    }

        .product5 .liBox:first-child {
            margin-top: 0px;
        }

    .product5 .list {
        margin-top: 20px;
    }

    .product5 .li .num {
        width: 18px;
        height: 18px;
        line-height: 16px;
        font-size: 12px;
    }

    .product5 .li .dec {
        padding-left: 10px;
    }
}

.formBox {
    position: relative;
    padding: 0.6rem 0 1.85rem 0;
    overflow: hidden;
}

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

        .formBox .list::after {
            content: "";
            position: absolute;
            width: 9.39rem;
            height: 13.27rem;
            right: -5.8rem;
            bottom: -8.25rem;
            background: url(../images/pro-bgm2.png) no-repeat center;
            background-size: cover;
            z-index: -1;
        }

    .formBox .ul {
        margin-top: 35px;
    }

    .formBox .liBox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .formBox .li {
        position: relative;
        width: 100%;
        margin-top: 10px;
    }

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

        .formBox .li input, .formBox .li textarea {
            position: relative;
            display: block;
            padding: 15px 20px;
            width: 100%;
            height: 56px;
            background-color: #f7f7f7;
            color: #222;
            overflow: hidden;
        }

        .formBox .li textarea {
            height: 168px;
        }

    .formBox .sub {
        width: 184px;
        margin-top: 35px;
    }

        .formBox .sub span {
            padding-left: 26px;
        }

    .formBox label.error {
        padding: 0 20px;
        color: #f00;
    }

    .formBox .placeholder {
        position: absolute;
        top: 0px;
        left: 0;
        display: block;
        padding: 15px 20px;
        font-size: 16px;
        color: #666666;
    }

        .formBox .placeholder::after {
            content: "*";
            color: #f5af27;
        }

@media screen and (max-width: 1359px) {
    .formBox .ul {
        margin-top: 20px;
    }

    .formBox .li input {
        height: 50px;
    }

    .formBox .li textarea {
        height: 120px;
    }

    .formBox .sub {
        width: 150px;
        margin-top: 20px;
    }

        .formBox .sub span {
            margin-left: 10px;
        }
}

@media screen and (max-width: 1279px) {
    .formBox .list {
        width: 100%;
    }
}

@media screen and (max-width: 1151px) {
    .formBox .list {
        padding: 50px 3rem;
    }
}

@media screen and (max-width: 1000px) {
    .formBox .list {
        padding: 50px 1.5rem;
    }

    .formBox .li input {
        height: 50px;
    }

    .formBox .li textarea {
        height: 120px;
    }

    .formBox .ul {
        margin-top: 15px;
    }
}

@media screen and (max-width: 640px) {
    .formBox .list {
        padding: 40px 0.5rem 50px 0.5rem;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 0.58);
        box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 0.58);
    }

    .formBox .sub {
        width: 136px;
        margin-top: 20px;
    }

    .formBox .ul {
        margin-top: 5px;
    }

    .formBox {
        padding: 0.6rem 0 1rem 0;
    }

        .formBox .placeholder {
            padding: 10px 15px;
            font-size: 15px;
        }

        .formBox .sub span {
            margin-left: 0px;
        }
}

.contact1 {
    position: relative;
    overflow: hidden;
}

    .contact1::before {
        content: "";
        position: absolute;
        right: 0rem;
        top: -2.3rem;
        width: 4.05rem;
        height: 4.05rem;
        background: url(../images/ab-bgm1.png) no-repeat center;
        background-size: cover;
    }

    .contact1 .in_tit {
        margin-right: 1.35rem;
    }

        .contact1 .in_tit .tit {
            font-size: 0.36rem;
        }

        .contact1 .in_tit .dec {
            margin-top: 10px;
        }

    .contact1 .moreBox {
        width: 184px;
    }

        .contact1 .moreBox span {
            padding-left: 0.15rem;
        }

    .contact1 .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0.9rem;
    }

    .contact1 .li {
        position: relative;
        width: 48.5%;
        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;
        margin-right: 3%;
        padding: 0.5rem 0.9rem;
    }

        .contact1 .li:last-child {
            margin-right: 0px;
        }

        .contact1 .li .iconBox {
            position: relative;
            overflow: hidden;
            border-radius: 50%;
            width: 96px;
            height: 96px;
            background-color: #f2bc2e;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

        .contact1 .li .font {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding-left: 0.36rem;
        }

            .contact1 .li .font .tit {
                font-family: NeueHaasDisplay-Mediu;
                font-size: 22px;
                color: #222222;
                -webkit-transition: all 0.6s;
                transition: all 0.6s;
            }

            .contact1 .li .font .dec {
                font-size: 18px;
                line-height: 1.56;
                color: #222222;
                margin-top: 10px;
            }

@media screen and (max-width: 1439px) {
    .contact1 .li .iconBox {
        width: 70px;
        height: 70px;
    }

        .contact1 .li .iconBox img {
            max-width: 36px;
        }

    .contact1 .li .font .tit {
        font-size: 20px;
    }

    .contact1 .li .font .dec {
        font-size: 16px;
    }

    .contact1 .in_tit .tit {
        font-size: 26px;
    }
}

@media screen and (max-width: 1000px) {
    .contact1 .top,
    .contact1 .li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contact1 .in_tit,
    .contact1 .in_tit .dec {
        width: 100%;
    }

    .contact1 .in_tit {
        margin-bottom: 25px;
        margin-right: 0px;
    }

    .contact1 .li {
        padding: 30px 20px;
    }

        .contact1 .li .iconBox {
            width: 50px;
            height: 50px;
        }

            .contact1 .li .iconBox img {
                max-width: 28px;
            }

        .contact1 .li .font {
            width: 100%;
            -webkit-box-flex: initial;
            -ms-flex: initial;
            flex: initial;
            padding-left: 0px;
            margin-top: 15px;
        }

            .contact1 .li .font .tit {
                font-size: 18px;
            }

            .contact1 .li .font .dec {
                margin-top: 5px;
            }
}

@media screen and (max-width: 640px) {
    .contact1 .li {
        width: 100%;
        margin-right: 0px;
        margin-top: 20px;
    }

    .contact1 .in_tit .tit {
        font-size: 24px;
    }

    .contact1 .moreBox {
        width: 136px;
    }

    .contact1 .list {
        margin-top: 20px;
    }
}

.contact2 {
    padding: 1rem 0;
    position: relative;
    background: url(../images/co-bgm1.jpg) no-repeat center;
    background-size: cover;
}

    .contact2 .list {
        padding: 0rem 1.5rem;
        width: 100%;
        background: transparent;
        -webkit-box-shadow: 0px 0px 84px 0px rgba(204, 204, 204, 0);
        box-shadow: 0px 0px 84px 0px rgba(204, 204, 204, 0);
    }

    .contact2 .li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: auto;
        margin-right: 10px;
    }

        .contact2 .li:last-child {
            margin-right: 0px;
        }

        .contact2 .li input, .contact2 .li textarea {
            background-color: #ffffff;
        }

@media screen and (max-width: 1000px) {
    .contact2 .list {
        padding: 0px;
    }
}

@media screen and (max-width: 640px) {
    .contact2 .li {
        width: 100%;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        margin-right: 0px;
    }
}

.new1 {
    padding-top: 140px;
    background: url(../images/ne-bgm1.jpg) no-repeat center top;
    background-size: 100%;
}

    .new1 .tabBox .tli {
        position: relative;
        font-size: 18px;
        color: #111111;
        border-radius: 20px;
        border: solid 1px #111111;
        overflow: hidden;
        display: block;
        padding: 5px 25px;
        margin-right: 40px;
        margin-top: 40px;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

        .new1 .tabBox .tli:last-child {
            margin-right: 0px;
        }

        .new1 .tabBox .tli::before {
            content: "";
            position: absolute;
            left: 20px;
            top: 45%;
            -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
            width: 17px;
            height: 15px;
            background: url(../images/ab-icon7.png) no-repeat center;
            background-size: cover;
            opacity: 0;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

        .new1 .tabBox .tli:hover {
            font-weight: bold;
        }

        .new1 .tabBox .tli.active {
            padding-left: 45px;
            background-color: #f2bc2e;
            border: solid 1px #f2bc2e;
            font-weight: bold;
        }

            .new1 .tabBox .tli.active::before {
                opacity: 1;
            }

    .new1 .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0.6rem;
    }

    .new1 .li {
        position: relative;
        width: 31.3%;
        margin-right: 3%;
        margin-top: 3%;
        overflow: hidden;
        background-color: #f9fafb;
        display: block;
    }

        .new1 .li:nth-child(3n) {
            margin-right: 0px;
        }

        .new1 .li .imgBox {
            overflow: hidden;
            max-height: 200px;
        }

        .new1 .li .time {
            position: absolute;
            left: 0px;
            bottom: 0px;
            padding: 5px 10px;
            font-size: 14px;
            display: inline-block;
            color: #ffffff;
            background-color: rgba(0, 0, 0, 0.3);
            border-radius: 0px 10px 0px 0px;
            overflow: hidden;
        }

        .new1 .li .font {
            padding: 0.2rem 0.4rem;
        }

            .new1 .li .font .tit {
                font-family: NeueHaasDisplay-Mediu;
                font-size: 22px;
                line-height: 1.54;
                color: #000000;
                max-height: 68px;
                min-height: 68px;
                -webkit-transition: all 0.6s;
                transition: all 0.6s;
            }

            .new1 .li .font .dec {
                font-size: 16px;
                line-height: 1.875;
                color: #777777;
                margin-top: 10px;
                max-height: 60px;
                min-height: 60px;
                -webkit-transition: all 0.6s;
                transition: all 0.6s;
            }

            .new1 .li .font .btn {
                position: relative;
                padding-top: 15px;
                margin-top: 20px;
                font-size: 14px;
                color: #999999;
                border-top: 1px solid rgba(51, 51, 51, 0.07);
            }

                .new1 .li .font .btn em {
                    font-size: 18px;
                    display: inline-block;
                    -webkit-transition: all 0.6s;
                    transition: all 0.6s;
                }

@media screen and (max-width: 1439px) {
    .new1 .li .font .tit {
        font-size: 20px;
        max-height: 61px;
        min-height: 61px;
    }

    .new1 .li .font .btn {
        margin-top: 11px;
    }
}

@media screen and (max-width: 1359px) {
    .new1 .li .font .btn {
        font-size: 13px;
    }

        .new1 .li .font .btn em {
            font-size: 16px;
        }

    .new1 .li .font .tit {
        font-size: 18px;
        max-height: 55px;
        min-height: 55px;
    }

    .new1 .li .font .dec {
        margin-top: 5px;
    }
}

@media screen and (max-width: 1151px) {
    .new1 .li .font .tit {
        font-size: 18px;
        max-height: 55px;
        min-height: 55px;
    }

    .new1 .li .font .btn {
        margin-top: 20px;
        padding-top: 10px;
        font-size: 13px;
    }

    .new1 {
        background-size: 150%;
    }
}

@media screen and (max-width: 1000px) {
    .new1 {
        background-size: 200%;
    }

        .new1 .li {
            width: 48.5%;
        }

            .new1 .li:nth-child(3n) {
                margin-right: 3%;
            }

            .new1 .li:nth-child(2n) {
                margin-right: 0px;
            }

    .new1 {
        padding-top: 110px;
    }

        .new1 .tabBox .tli {
            margin-top: 22px;
            font-size: 17px;
            padding: 5px 20px;
            margin-right: 25px;
        }
}

@media screen and (max-width: 640px) {
    .new1 {
        background-size: 350%;
    }

        .new1 .li,
        .new1 .li:nth-child(3n) {
            width: 100%;
            margin-right: 0px;
            margin-top: 20px;
        }

            .new1 .li .font .tit {
                font-size: 16px;
                max-height: 50px;
                min-height: 50px;
            }

    .new1 {
        padding-top: 90px;
    }

        .new1 .tabBox {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-top: 5px;
        }

            .new1 .tabBox .tli::before {
                width: 14px;
                height: 12px;
                left: 14px;
            }

            .new1 .tabBox .tli.active {
                padding-left: 35px;
            }

            .new1 .tabBox .tli {
                margin-right: 15px;
                margin-top: 15px;
                padding: 4px 20px;
            }

        .new1 .li .font {
            padding: 20px;
        }

        .new1 .list {
            margin-top: 10px;
        }

        .new1 .li .font .dec {
            font-size: 15px;
            margin-top: 5px;
        }

        .new1 .li .font .btn {
            margin-top: 10px;
            padding-top: 8px;
        }
}

.neinfo1 {
    background-color: #f7f7f7;
    padding-top: 175px;
    padding-bottom: 60px;
}

    .neinfo1 .in_tit {
        width: 60%;
    }

    .neinfo1 .sdec {
        font-family: NeueHaasDisplay-Mediu;
        font-size: 20px;
        color: #000000;
        margin-top: 35px;
        margin-bottom: 20px;
    }

    .neinfo1 .tag .iconBox {
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        width: 40px;
        height: 40px;
    }

    .neinfo1 .tag .ttit {
        font-size: 16px;
        color: #000000;
        padding-left: 15px;
    }

@media screen and (max-width: 1359px) {
    .neinfo1 .tag .iconBox {
        width: 32px;
        height: 32px;
    }

    .neinfo1 .sdec {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1279px) {
    .neinfo1 .in_tit {
        width: 64%;
    }
}

@media screen and (max-width: 1151px) {
    .neinfo1 {
        padding-top: 130px;
        padding-bottom: 45px;
    }

        .neinfo1 .sdec {
            margin-top: 10px;
            margin-bottom: 10px;
        }
}

@media screen and (max-width: 1000px) {
    .neinfo1 .in_tit {
        width: 100%;
    }

    .neinfo1 .sdec {
        font-size: 18px;
    }
}

@media screen and (max-width: 640px) {
    .neinfo1 {
        padding-top: 100px;
        padding-bottom: 40px;
    }

        .neinfo1 .sdec {
            font-size: 17px;
            margin: 15px 0;
        }

        .neinfo1 .tag .ttit {
            font-size: 15px;
            padding-left: 10px;
        }

        .neinfo1 .tag .iconBox {
            width: 26px;
            height: 26px;
        }
}

.neinfo2 .list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 55px;
}

.neinfo2 .left {
    width: 60%;
}

.neinfo2 .cont {
    font-size: 18px;
    line-height: 1.67;
    color: #000000;
}

    .neinfo2 .cont p {
        margin-top: 0.15rem;
    }

        .neinfo2 .cont p:first-child {
            margin-top: 0px;
        }

    .neinfo2 .cont img {
        margin: 30px 0px;
    }

.neinfo2 .ftlogo_share {
    margin-top: 30px;
}

    .neinfo2 .ftlogo_share .bshare_icon {
        background: rgba(34, 34, 34, 0.2);
    }

        .neinfo2 .ftlogo_share .bshare_icon:hover {
            background: #edb41a;
        }

.neinfo2 .right {
    position: sticky;
    width: 356px;
    top: 580px;
    -webkit-transform: translateY(-73%);
    transform: translateY(-73%);
    background-color: #ffffff;
    -webkit-box-shadow: 0px 17px 60px 0px rgba(81, 76, 79, 0.1);
    box-shadow: 0px 17px 60px 0px rgba(81, 76, 79, 0.1);
    border-radius: 10px;
    padding: 30px 0.35rem;
}

    .neinfo2 .right .rtit {
        font-family: NeueHaasDisplay-Mediu;
        font-size: 24px;
        color: #000000;
        margin-bottom: 20px;
    }

.neinfo2 .rli {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}

    .neinfo2 .rli:last-child {
        border-bottom-width: 0px;
    }

    .neinfo2 .rli .tit {
        font-size: 18px;
        line-height: 1.67;
        color: #000000;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

.neinfo2 .pageurl {
    border-top: 1px solid rgba(51, 51, 51, 0.07);
}

    .neinfo2 .pageurl .list {
        padding-top: 50px;
        padding-bottom: 0px !important;
    }

    .neinfo2 .pageurl .return {
        width: 90px;
        height: 40px;
        border-radius: 20px;
        border: 1px solid #e3e3e3;
        border-radius: 30px;
        background: url(../images/ne-icon2.png) #fff no-repeat 50%;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -ms-transition: 0.5s;
    }

        .neinfo2 .pageurl .return:hover {
            background: url(../images/ne-hicon2.png) #edb41a no-repeat 50%;
        }

    .neinfo2 .pageurl .page {
        width: 45%;
        color: #222;
        font-size: 16px;
    }

        .neinfo2 .pageurl .page:hover {
            color: #edb41a;
        }

            .neinfo2 .pageurl .page:hover .page_icon {
                border: 1px solid #edb41a;
                background-color: #edb41a;
                color: #fff;
            }

        .neinfo2 .pageurl .page.next {
            text-align: right;
        }

        .neinfo2 .pageurl .page span {
            display: block;
            overflow: hidden;
            padding: 0 20px;
            width: calc(100% - 90px);
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .neinfo2 .pageurl .page .page_icon {
            display: inline-block;
            width: 90px;
            height: 40px;
            background-color: #fff;
            border-radius: 20px;
            color: #000;
            border: solid 1px #e3e3e3;
            text-align: center;
            font-size: 16px;
            line-height: 40px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            -ms-transition: 0.5s;
        }

@media screen and (max-width: 1439px) {
    .neinfo2 .right .rtit {
        font-size: 22px;
    }

    .neinfo2 .rli .tit {
        font-size: 17px;
    }

    .neinfo2 .rli {
        padding: 12px 0;
    }
}

@media screen and (max-width: 1279px) {
    .neinfo2 .right .rtit {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .neinfo2 .right {
        width: 310px;
        padding: 20px 0.35rem;
    }

    .neinfo2 .left {
        width: 64%;
    }

    .neinfo2 .list {
        padding-bottom: 40px;
    }

    .neinfo2 .pageurl .list {
        padding-top: 40px;
    }
}

@media screen and (max-width: 1151px) {
    .neinfo2 .pageurl .page .page_icon,
    .neinfo2 .pageurl .return {
        width: 80px;
        height: 36px;
        line-height: 34px;
    }

    .neinfo2 .pageurl .page span {
        padding: 0 12px;
        width: calc(100% - 80px);
    }

    .neinfo2 .right {
        top: 500px;
    }
}

@media screen and (max-width: 1000px) {
    .neinfo2 .pageurl .return {
        display: none;
    }

    .neinfo2 .left,
    .neinfo2 .pageurl .page {
        width: 100%;
    }

    .neinfo2 .right {
        position: relative;
        width: 100%;
        display: none;
        top: auto;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    .neinfo2 .pageurl .page.next {
        text-align: left;
        margin-top: 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .neinfo2 .pageurl .page .page_icon {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .neinfo2 .pageurl .page span {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .neinfo2 .pageurl .list {
        padding-top: 30px;
    }

    .neinfo2 .cont {
        font-size: 16px;
    }

    .neinfo2 .pageurl .list {
        padding-top: 25px;
    }

    .neinfo2 .list {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 640px) {
    .neinfo2 .ftlogo_share .bshare_icon {
        width: 34px;
        height: 34px;
        line-height: 34px;
        margin-right: 10px;
    }

    .neinfo2 .pageurl .page .page_icon, .neinfo2 .pageurl .return {
        width: 60px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
    }

    .neinfo2 .pageurl .page span {
        padding: 0 12px;
        width: calc(100% - 60px);
    }
}

.neinfo3 .swiper-container {
    overflow: visible;
    margin-top: 0.6rem;
}

.neinfo3 .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.neinfo3 .swiper-slide {
    width: 23.95%;
    margin-right: 1.4%;
}

    .neinfo3 .swiper-slide:last-child, .neinfo3 .swiper-slide:nth-child(4n) {
        margin-right: 0px;
    }

.neinfo3 .pli {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 17px 60px 0px rgba(81, 76, 79, 0.1);
    box-shadow: 0px 17px 60px 0px rgba(81, 76, 79, 0.1);
    border-radius: 10px;
}

    .neinfo3 .pli .tit {
        font-family: NeueHaasDisplay-Mediu;
        font-size: 22px;
        color: #222222;
        text-align: center;
        margin-top: 0.8rem;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

@media screen and (max-width: 1439px) {
    .neinfo3 .pli .tit {
        font-size: 20px;
    }
}

@media screen and (max-width: 1279px) {
    .neinfo3 .pli .tit {
        font-size: 18px;
    }

    .neinfo3 .pli {
        padding: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .neinfo3 .swiper-container {
        overflow: hidden;
    }

    .neinfo3 .swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .neinfo3 .swiper-container {
        margin-top: 20px;
        padding-bottom: 30px;
    }

    .neinfo3 .pli {
        -webkit-box-shadow: 0px 17px 60px 0px rgba(81, 76, 79, 0);
        box-shadow: 0px 17px 60px 0px rgba(81, 76, 79, 0);
        border: 1px solid rgba(81, 76, 79, 0.1);
    }

        .neinfo3 .pli .tit {
            font-size: 16px;
        }
}

@media screen and (max-width: 640px) {
    .neinfo3 .pli .tit {
        margin-top: 10px;
    }

    .neinfo3 .pli {
        padding: 20px 10px;
    }

    .neinfo3 .in_tit {
        text-align: center;
    }

    .neinfo3 .swiper-container {
        margin-top: 15px;
        padding-bottom: 25px;
    }
}

.case1 {
    position: relative;
    overflow: hidden;
    padding-bottom: 120px;
    background: url(../images/ca-bgm1.png) no-repeat center top;
    background-size: cover;
}

    .case1 .list {
        width: 100%;
        position: relative;
        margin-top: 200px;
    }

    .case1 .img {
        position: relative;
        z-index: 2;
    }

    .case1 .simg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 3;
    }

    .case1 .spotBox, .case1 .lineBox, .case1 .ul {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 5;
    }

    .case1 .spotBox, .case1 .ul {
        z-index: 6;
    }

    .case1 .quanBox {
        position: absolute;
        width: 7.97rem;
        height: 7.97rem;
        top: 80%;
        left: 50%;
        -webkit-transform: translate(-50%, -80%);
        transform: translate(-50%, -80%);
    }

        .case1 .quanBox .quan {
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            margin: auto;
            border-radius: 50%;
            overflow: hidden;
        }

        .case1 .quanBox .quan1 {
            width: 100%;
            height: 100%;
            background: url(../images/ca-quan1.png) no-repeat center center;
            background-size: cover;
            z-index: 2;
            -webkit-animation: rotaterotate1 80s infinite linear;
            animation: rotaterotate1 80s infinite linear;
        }

        .case1 .quanBox .quan2 {
            width: 6rem;
            height: 6rem;
            background: url(../images/ca-quan2.png) no-repeat center center;
            background-size: cover;
            -webkit-animation: rotaterotate 80s infinite linear;
            animation: rotaterotate 80s infinite linear;
        }

    .case1 .spotli {
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        cursor: pointer;
    }

        .case1 .spotli:nth-child(1) {
            top: 14.5%;
            left: 49%;
        }

        .case1 .spotli:nth-child(2) {
            top: 32%;
            left: 44%;
        }

            .case1 .spotli:nth-child(2) .spot3 {
                -webkit-animation: icon_scale 1.5s linear infinite normal both;
                animation: icon_scale 1.5s linear infinite normal both;
            }

        .case1 .spotli:nth-child(3) {
            top: 30%;
            left: 50.5%;
        }

            .case1 .spotli:nth-child(3) .spot3 {
                -webkit-animation: icon_scale 2.5s linear infinite normal both;
                animation: icon_scale 2.5s linear infinite normal both;
            }

        .case1 .spotli:nth-child(4) {
            top: 61%;
            left: 36.5%;
        }

            .case1 .spotli:nth-child(4) .spot3 {
                -webkit-animation: icon_scale 3s linear infinite normal both;
                animation: icon_scale 3s linear infinite normal both;
            }

        .case1 .spotli .spot {
            position: absolute;
            top: 50%;
            left: 50%;
            border-radius: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            z-index: 3;
        }

        .case1 .spotli .spot1 {
            font-size: 24px;
            color: #f2bc2e;
            text-align: center;
            z-index: 5;
        }

        .case1 .spotli .spot2 {
            width: 28px;
            height: 28px;
            background-color: #ffffff;
        }

        .case1 .spotli .spot3 {
            width: 40px;
            height: 40px;
            background: rgba(242, 188, 46, 0.5);
            z-index: 4;
            -webkit-animation: icon_scale 2s linear infinite normal both;
            animation: icon_scale 2s linear infinite normal both;
        }

    .case1 .lineBox .line {
        position: absolute;
    }

    .case1 .lineBox .line1 {
        width: 3.08rem;
        height: 0.76rem;
        background: url(../images/ca-line1.png) no-repeat center;
        background-size: 100%;
        top: 3%;
        left: 33.5%;
    }

    .case1 .lineBox .line2 {
        width: 3.08rem;
        height: 0.76rem;
        background: url(../images/ca-line2.png) no-repeat center;
        background-size: 100%;
        top: 19%;
        left: 52%;
    }

    .case1 .lineBox .line3 {
        width: 3.98rem;
        height: 0.85rem;
        background: url(../images/ca-line3.png) no-repeat center;
        background-size: 100%;
        top: 37%;
        left: 45.5%;
    }

    .case1 .lineBox .line4 {
        width: 3.99rem;
        height: 0.86rem;
        background: url(../images/ca-line4.png) no-repeat center;
        background-size: 100%;
        top: 66%;
        left: 16%;
    }

    .case1 .li {
        position: absolute;
        width: 4rem;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 15px 49px 0px rgba(112, 114, 121, 0.1);
        box-shadow: 0px 15px 49px 0px rgba(112, 114, 121, 0.1);
        border-radius: 10px;
    }

        .case1 .li:nth-child(1) {
            top: -11%;
            left: 13.2%;
        }

        .case1 .li:nth-child(2) {
            top: -11%;
            right: 13.2%;
        }

        .case1 .li:nth-child(3) {
            top: 50%;
            left: 13.2%;
        }

        .case1 .li:nth-child(4) {
            top: 50%;
            right: 13.2%;
        }

    .case1 .font {
        padding: 30px 25px 30px 30px;
    }

        .case1 .font .tit {
            font-family: NeueHaasDisplay-Mediu;
            font-size: 22px;
            color: #222222;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

        .case1 .font .dec {
            font-size: 18px;
            line-height: 1.56;
            color: #222222;
            margin-top: 5px;
        }

@media screen and (max-width: 1599px) {
    .case1 .li {
        width: 4.5rem;
    }

        .case1 .li:nth-child(1),
        .case1 .li:nth-child(3) {
            left: 10%;
        }

        .case1 .li:nth-child(2),
        .case1 .li:nth-child(4) {
            right: 10%;
        }
}

@media screen and (max-width: 1439px) {
    .case1 .li:nth-child(1),
    .case1 .li:nth-child(3) {
        left: 5%;
    }

    .case1 .li:nth-child(2),
    .case1 .li:nth-child(4) {
        right: 5%;
    }

    .case1 .font .tit {
        font-size: 20px;
    }

    .case1 .font .dec {
        font-size: 16px;
    }

    .case1 .lineBox .line1 {
        width: 4.08rem;
        height: 1.76rem;
        top: -6%;
        left: 28.5%;
    }

    .case1 .lineBox .line2 {
        width: 4.08rem;
        height: 1.76rem;
        top: 9%;
        left: 52%;
    }

    .case1 .lineBox .line3 {
        width: 4.98rem;
        height: 1.85rem;
        top: 33%;
        left: 45.5%;
    }

    .case1 .lineBox .line4 {
        width: 4.99rem;
        height: 1.86rem;
        top: 61%;
        left: 11%;
    }

    .case1 .li:nth-child(1),
    .case1 .li:nth-child(2) {
        top: -22%;
    }
}

@media screen and (max-width: 1359px) {
    .case1 .font {
        padding: 20px;
    }

    .case1 .list {
        margin-top: 150px;
    }

    .case1 .font .dec {
        font-size: 15px;
    }

    .case1 .font .tit {
        font-size: 18px;
    }
}

@media screen and (max-width: 1279px) {
    .case1 .font .tit {
        font-size: 18px;
    }

    .case1 .li:nth-child(1), .case1 .li:nth-child(2) {
        top: -17%;
    }

    .case1 .li {
        width: 5.5rem;
    }
}

@media screen and (max-width: 1151px) {
    .case1 .li {
        width: 5.7rem;
    }

    .case1 {
        padding-bottom: 160px;
    }

        .case1 .li:nth-child(1), .case1 .li:nth-child(2) {
            top: -32%;
        }
}

@media screen and (max-width: 1000px) {
    .case1 .lineBox,
    .case1 .spotBox,
    .case1 .img,
    .case1 .quanBox {
        display: none;
    }

    .case1 .ul {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .case1 .li {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 48.5%;
        margin-right: 3%;
        margin-top: 3%;
    }

        .case1 .li:nth-child(2n) {
            margin-right: 0px;
        }

    .case1 .list {
        margin-top: 20px;
    }

    .case1 .list {
        padding: 0 5%;
    }

    .case1 .in_tit {
        text-align: left;
    }

    .case1 {
        padding: 50px 0 60px 0;
    }
}

@media screen and (max-width: 640px) {
    .case1 .li {
        width: 100%;
        margin-right: 0px;
        margin-top: 20px;
    }

    .case1 .font .tit {
        font-size: 16px;
    }

    .case1 .font .dec {
        font-size: 15px;
    }

    .case1 .list {
        margin-top: 0px;
    }

    .case1 {
        padding: 40px 0 50px 0;
    }
}

.case2 {
    position: relative;
    overflow: hidden;
    background: url(../images/ca-bgm2.jpg) no-repeat center center;
    background-size: cover;
}

    .case2 .list {
        padding: 0 2.6rem;
    }

    .case2 .in_tit {
        width: 60%;
        margin-right: 0.2rem;
    }

        .case2 .in_tit .tit {
            line-height: 1.4;
        }

@media screen and (max-width: 1151px) {
    .case2 .list {
        padding: 0px;
    }
}

@media screen and (max-width: 640px) {
    .case2 .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .case2 .in_tit {
        width: 100%;
        margin-right: 0px;
        text-align: center;
        margin-bottom: 20px;
    }

    .case2 .moreBox {
        margin: 0 auto;
    }
}

.download1 {
    position: relative;
    overflow: hidden;
    padding-top: 86px;
    padding-bottom: 25px;
}

    .download1 .list {
        background-color: #f5f5f5;
        padding: 20px 0;
    }

    .download1 .ul {
        position: relative;
        width: 7.1rem;
        overflow: hidden;
        background-color: #ffffff;
        border-radius: 30px;
        margin: 0 auto;
    }

    .download1 .input1 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 5px 25px;
        font-size: 16px;
        color: #000;
    }

    .download1 .sub {
        position: relative;
        overflow: hidden;
        width: 73px;
        color: #edb41a;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
    }

    .download1 .input1, .download1 .sub {
        height: 60px;
    }

@media screen and (max-width: 1279px) {
    .download1 .ul {
        width: 8.5rem;
    }

    .download1 {
        padding-top: 60px;
    }

        .download1 .input1, .download1 .sub {
            height: 55px;
        }
}

@media screen and (max-width: 1151px) {
    .download1 .ul {
        width: 13rem;
    }
}

@media screen and (max-width: 1000px) {
    .download1 .ul {
        width: 80%;
    }

    .download1 {
        padding-top: 50px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 640px) {
    .download1 .ul {
        width: 100%;
    }

    .download1 {
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: #f5f5f5;
    }

        .download1 .list {
            padding: 35px 0;
        }

        .download1 .input1 {
            padding: 0 20px;
        }

        .download1 .sub {
            width: 50px;
            font-size: 18px;
        }

        .download1 .input1, .download1 .sub {
            height: 50px;
        }
}

.download2 {
    position: relative;
    overflow: hidden;
}

    .download2 .tabBox .tli {
        position: relative;
        font-size: 18px;
        color: #111111;
        border-radius: 20px;
        border: solid 1px #111111;
        overflow: hidden;
        display: block;
        padding: 5px 25px;
        margin-right: 40px;
        margin-top: 40px;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

        .download2 .tabBox .tli:last-child {
            margin-right: 0px;
        }

        .download2 .tabBox .tli::before {
            content: "";
            position: absolute;
            left: 20px;
            top: 45%;
            -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
            width: 17px;
            height: 15px;
            background: url(../images/ab-icon7.png) no-repeat center;
            background-size: cover;
            opacity: 0;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

        .download2 .tabBox .tli:hover {
            font-weight: bold;
        }

        .download2 .tabBox .tli.active {
            padding-left: 45px;
            background-color: #f2bc2e;
            border: solid 1px #f2bc2e;
            font-weight: bold;
        }

            .download2 .tabBox .tli.active::before {
                opacity: 1;
            }

    .download2 .ul {
        margin-top: 60px;
    }

    .download2 .sli {
        position: relative;
        padding: 0 40px;
        border-radius: 15px;
    }

        .download2 .sli:first-child {
            background-color: #edb41a !important;
        }

        .download2 .sli:nth-child(odd) {
            background-color: #f5f5f5;
        }

        .download2 .sli .stit {
            font-family: NeueHaasDisplay-Mediu;
            padding: 21px 21px 21px 0;
            color: #fff;
            font-size: 18px;
        }

        .download2 .sli .sct {
            padding: 12px 12px 12px 0;
            font-size: 16px;
            color: #666666;
        }

        .download2 .sli .stit1, .download2 .sli .sct1 {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

        .download2 .sli .stit2, .download2 .sli .sct2,
        .download2 .sli .stit3, .download2 .sli .sct3 {
            width: 25%;
        }

        .download2 .sli .stit4, .download2 .sli .sct4 {
            width: 115px;
            text-align: center;
            padding-right: 0px;
        }

        .download2 .sli .dmore {
            width: 112px;
            height: 36px;
            line-height: 36px;
            display: block;
            background-color: #ffffff;
            -webkit-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.1);
            border-radius: 18px;
            text-align: center;
            overflow: hidden;
            font-size: 16px;
            color: #333333;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

            .download2 .sli .dmore:hover {
                color: #fff;
                background-color: #f2bc2e;
            }

@media screen and (max-width: 1599px) {
    .download2 .sli {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1279px) {
    .download2 .tabBox .tli {
        margin-top: 25px;
    }

    .download2 .ul {
        margin-top: 50px;
    }

    .download2 .sli .stit {
        padding: 16px 16px 16px 0;
    }

    .download2 .sli {
        padding: 0 25px;
    }
}

@media screen and (max-width: 1151px) {
    .download2 .sli .stit3, .download2 .sli .sct3 {
        display: none;
    }

    .download2 .sli .stit2, .download2 .sli .sct2 {
        width: 33%;
    }
}

@media screen and (max-width: 1000px) {
    .download2 .sli .stit {
        font-size: 16px;
    }

    .download2 .sli .sct,
    .download2 .sli .dmore {
        font-size: 15px;
    }

    .download2 .ul {
        margin-top: 40px;
    }

    .download2 .tabBox .tli {
        margin-top: 22px;
        font-size: 17px;
        padding: 5px 20px;
        margin-right: 25px;
    }
}

@media screen and (max-width: 640px) {
    .download2 .tabBox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .download2 .tabBox .tli {
            margin-right: 15px;
            margin-top: 15px;
            padding: 4px 20px;
        }

            .download2 .tabBox .tli::before {
                width: 14px;
                height: 12px;
                left: 14px;
            }

            .download2 .tabBox .tli.active {
                padding-left: 35px;
            }

    .download2 {
        padding-top: 25px;
    }

        .download2 .sli .stit2, .download2 .sli .sct2,
        .download2 .sli .stit4 {
            display: none;
        }

        .download2 .sli {
            padding: 0 15px;
        }

        .download2 .ul {
            margin-top: 30px;
        }

        .download2 .sli {
            border-radius: 8px;
        }

        .download2 .sli {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .download2 .sli .stit1, .download2 .sli .sct1 {
                -webkit-box-flex: initial;
                -ms-flex: initial;
                flex: initial;
                width: 100%;
                padding-right: 0px;
            }

            .download2 .sli .sct,
            .download2 .sli .stit {
                padding: 0px;
            }

        .download2 .sli {
            padding: 15px;
        }

            .download2 .sli .sct4 {
                margin-top: 15px;
            }
}

.prinfo1 {
    padding-top: 145px;
    padding-bottom: 50px;
}

    .prinfo1 .list {
        padding: 0px;
        background: transparent;
    }

    .prinfo1 .in_tit {
        margin-bottom: 35px;
    }

    .prinfo1 .ul {
        background-color: #ffffff;
        -webkit-box-shadow: 10px 13px 62px 0px rgba(189, 189, 189, 0.33);
        box-shadow: 10px 13px 62px 0px rgba(189, 189, 189, 0.33);
    }

@media screen and (max-width: 1000px) {
    .prinfo1 {
        padding-top: 120px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 640px) {
    .prinfo1 {
        padding-top: 100px;
        padding-bottom: 40px;
    }

        .prinfo1 .in_tit {
            margin-bottom: 20px;
        }
}

.prinfo2 {
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
}

    .prinfo2 .tul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .prinfo2 .tli {
        position: relative;
        background-color: #f6f6f6;
        overflow: hidden;
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
        padding: 35px 25px;
    }

        .prinfo2 .tli::before {
            content: "";
            position: absolute;
            top: 0px;
            right: 0px;
            width: 0%;
            height: 4px;
            background-color: #edb41a;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

        .prinfo2 .tli.active {
            background-color: #fff;
            -webkit-box-shadow: 0px 0px 62px 0px rgba(189, 189, 189, 0.24);
            box-shadow: 0px 0px 62px 0px rgba(189, 189, 189, 0.24);
        }

            .prinfo2 .tli.active::before {
                right: auto;
                left: 0px;
                width: 100%;
            }

        .prinfo2 .tli:last-child, .prinfo2 .tli:nth-child(3n) {
            margin-right: 0px;
        }

        .prinfo2 .tli .imgBox {
            position: relative;
            width: 110px;
            overflow: hidden;
        }

        .prinfo2 .tli .font {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding-left: 15px;
        }

            .prinfo2 .tli .font .tit {
                font-family: NeueHaasDisplay-Mediu;
                font-size: 0.3rem;
                color: #222222;
                -webkit-transition: all 0.6s;
                transition: all 0.6s;
            }

            .prinfo2 .tli .font .dec {
                font-size: 18px;
                line-height: 1.56;
                color: #222222;
                margin-top: 5px;
            }

    .prinfo2 .bul {
        padding: 20px 40px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .prinfo2 .bli {
        position: relative;
        margin-right: 1rem;
        margin-bottom: 0.5rem;
    }

        .prinfo2 .bli.active .font::before {
            width: 100%;
        }

        .prinfo2 .bli:last-child {
            margin-right: 0px;
        }

        .prinfo2 .bli .imgBox {
            position: relative;
            width: 65px;
            height: 50px;
            overflow: hidden;
        }

        .prinfo2 .bli .font {
            position: relative;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding: 10px 0;
            margin-left: 0.25rem;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

            .prinfo2 .bli .font::before {
                content: "";
                position: absolute;
                left: 0px;
                bottom: 0px;
                width: 0;
                height: 1px;
                background-color: #edb41a;
                -webkit-transition: all 0.6s;
                transition: all 0.6s;
            }

            .prinfo2 .bli .font .tit {
                font-family: NeueHaasDisplay-Mediu;
                font-size: 20px;
                color: #222222;
                -webkit-transition: all 0.6s;
                transition: all 0.6s;
            }

    .prinfo2 .icon_rjiantou {
        font-size: 18px;
        color: #000000;
        font-weight: 600;
        padding-left: 15px;
        display: inline-block;
    }

@media screen and (max-width: 1599px) {
    .prinfo2 .tli .imgBox {
        width: 90px;
    }

    .prinfo2 .tli .font .dec {
        font-size: 17px;
    }

    .prinfo2 .tli {
        padding: 25px 20px;
    }
}

@media screen and (max-width: 1439px) {
    .prinfo2 .bli .font .tit {
        font-size: 18px;
    }
}

@media screen and (max-width: 1359px) {
    .prinfo2 .tli .imgBox {
        width: 80px;
    }

    .prinfo2 .tli .font .dec {
        font-size: 15px;
    }

    .prinfo2 .tli .font .tit {
        font-size: 21px;
    }
}

@media screen and (max-width: 1279px) {
    .prinfo2 .tli {
        width: 49%;
    }

        .prinfo2 .tli:nth-child(3n) {
            margin-right: 2%;
        }

        .prinfo2 .tli:nth-child(2n) {
            margin-right: 0px;
        }

    .prinfo2 .bul {
        padding: 20px 0px;
    }

    .prinfo2 .tli {
        padding: 35px 25px;
    }
}

@media screen and (max-width: 1000px) {
    .prinfo2 .tli {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .prinfo2 .tli .font .tit {
            font-size: 18px;
        }

        .prinfo2 .tli .font {
            -webkit-box-flex: initial;
            -ms-flex: initial;
            flex: initial;
            width: 100%;
            padding-left: 0px;
            margin-top: 20px;
        }

    .prinfo2 .bli {
        width: 47%;
        margin-right: 6%;
        margin-bottom: 4%;
    }

        .prinfo2 .bli:nth-child(2n) {
            margin-right: 0px;
        }

        .prinfo2 .bli .font .tit,
        .prinfo2 .icon_rjiantou {
            font-size: 16px;
        }
}

@media screen and (max-width: 640px) {
    .prinfo2 {
        padding-top: 40px;
    }

        .prinfo2 .tli,
        .prinfo2 .tli:nth-child(3n) {
            width: 100%;
            margin-right: 0px;
            padding: 25px 15px;
            margin-bottom: 15px;
        }

            .prinfo2 .tli .font {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                padding-left: 15px;
                margin-top: 0px;
            }

                .prinfo2 .tli .font .dec {
                    font-size: 15px;
                }

                .prinfo2 .tli .font .tit {
                    font-size: 17px;
                }

            .prinfo2 .tli .imgBox {
                width: 65px;
            }

        .prinfo2 .bli {
            width: 100%;
            margin-right: 0px;
            margin-bottom: 15px;
        }

            .prinfo2 .bli .imgBox {
                width: 45px;
                height: 40px;
            }

            .prinfo2 .bli .font .tit, .prinfo2 .icon_rjiantou {
                font-size: 15px;
            }
}

.prinfo3 {
    position: relative;
    overflow: hidden;
}

    .prinfo3 .liBox {
        padding: 5px 0 15px 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-bottom: 1px solid #f0f0f0;
    }

        .prinfo3 .liBox .tit {
            width: 150px;
            font-family: NeueHaasDisplay-Mediu;
            font-size: 18px;
            color: #222222;
            margin-top: 10px;
        }

        .prinfo3 .liBox .cont {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .prinfo3 .liBox .quan {
            position: relative;
            width: 18px;
            height: 18px;
            background-color: #ffffff;
            border-radius: 50%;
            overflow: hidden;
            border: solid 1px #b0b0b0;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

            .prinfo3 .liBox .quan::before {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                border-radius: 50%;
                overflow: hidden;
                width: 10px;
                height: 10px;
                background-color: #edb41a;
                opacity: 0;
                -webkit-transition: all 0.6s;
                transition: all 0.6s;
            }

        .prinfo3 .liBox .txt {
            font-size: 17px;
            color: #333333;
            padding-left: 15px;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

    .prinfo3 .ctli {
        margin-right: 0.4rem;
        margin-top: 10px;
        cursor: pointer;
    }

        .prinfo3 .ctli.active .quan {
            border: solid 1px #edb41a;
        }

            .prinfo3 .ctli.active .quan::before {
                opacity: 1;
            }

        .prinfo3 .ctli:hover .quan {
            border: solid 1px #edb41a;
        }

        .prinfo3 .ctli:hover .txt {
            color: #edb41a;
        }

    .prinfo3 .ali {
        font-size: 18px;
        color: #333333;
        padding: 8px 20px;
        display: inline-block;
        background-color: #f4f4f4;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

        .prinfo3 .ali:hover {
            color: #edb41a;
        }

        .prinfo3 .ali .icoBgm {
            display: inline-block;
            vertical-align: middle;
            width: 19px;
            height: 18px;
            background: url(../images/pro-icon5.png) no-repeat center;
            background-size: cover;
        }

        .prinfo3 .ali span {
            display: inline-block;
            vertical-align: middle;
            margin-left: 16px;
        }

    .prinfo3 .searBox {
        font-size: 18px;
        color: #333333;
        margin-left: 30px;
    }

        .prinfo3 .searBox .icon_ssicon {
            color: #edb41a;
            font-weight: bold;
            display: inline-block;
            margin-right: 5px;
        }

    .prinfo3 .setBox {
        margin-top: 50px;
    }

    .prinfo3 .tableBox {
        position: relative;
        margin-top: 30px;
        margin-bottom: 60px;
        overflow-x: auto;
        overflow-y: hidden;
    }

        .prinfo3 .tableBox table {
            width: 100%;
            /* table-layout: fixed; */
        }

            .prinfo3 .tableBox table th {
                font-family: NeueHaasDisplay-Mediu;
                font-size: 18px;
                color: #fff;
                height: 70px;
                background-color: #edb41a;
                min-width: 90px;
                padding: 0 10px;
            }
             .prinfo3 .tableBox table th:last-child{
               
            }

            .prinfo3 .tableBox table td {
                color: #222222;
                height: 50px;
                text-align: center;
                min-width: 90px;
                font-size: 15px;
                /* overflow: hidden; */
            }


            .prinfo3 .tableBox table td:nth-child(1){
                position: relative;
                padding-left: 50px;
            }
 .prinfo3 .tableBox table td:nth-child(1) .tbImg {position: absolute;left: 15px;top: 10px;}

            .prinfo3 .tableBox table tr {
                -webkit-transition: all 0.6s;
                transition: all 0.6s;
            }

                .prinfo3 .tableBox table tr:nth-child(odd) {
                    background-color: #f0f0f0;
                }

                .prinfo3 .tableBox table tr:hover {
                    background-color: #e2e2e2;
                }

    .prinfo3 .tbImg {
        display: inline-block;
        margin: 0px;
        margin-right: 10px;
        max-width: 40px;
        max-height: 40px;
        overflow: hidden;
    }

    .prinfo3 .proDowm {
        display: block;
        width: 33px;
        height: 33px;
        margin: 0 auto;
        background: url(../images/pro-icon4.png) no-repeat center;
        background-size: 100%;
    }

    .prinfo3 .proDowm2 {
        background: none;
        width: auto;
        color: #2196f3; /* font-weight: bold; */
        text-decoration: revert;
        height: 50px;
        line-height: 50px;
    }

    .prinfo3 .proDowm:hover {
        opacity: 0.8;
    }

    .prinfo3 .moreBox {
        width: 250px;
        margin: 0 auto;
    }

@media screen and (max-width: 1439px) {
    .prinfo3 .setBox .rclose {
        right: 5%;
        font-size: 18px;
    }

    .prinfo3 .tyBox {
        min-width: 4rem;
    }

    .prinfo3 .tableBox table th {
        font-size: 17px;
        height: 60px;
    }
}

@media screen and (max-width: 1359px) {
    .prinfo3 .tyBox {
        min-width: 5rem;
    }

    .prinfo3 .liBox .txt,
    .prinfo3 .tableBox table td {
        font-size: 15px;
    }

    .prinfo3 .liBox .quan {
        width: 14px;
        height: 14px;
    }

    .prinfo3 .moreBox {
        width: 226px;
    }
}

@media screen and (max-width: 1279px) {
    .prinfo3 .tips {
        font-size: 22px;
    }

    .prinfo3 .tableBox {
        margin-bottom: 40px;
    }

    .prinfo3 .liBox .quan {
        width: 16px;
        height: 16px;
    }

    .prinfo3 .setli {
        font-size: 15px;
    }

    .prinfo3 .liBox .quan::before {
        width: 8px;
        height: 8px;
    }

    .prinfo3 .tableBox table {
        width: 1300px;
    }
}

@media screen and (max-width: 1151px) {
    .prinfo3 .tyBox {
        min-width: 5.6rem;
    }
}

@media screen and (max-width: 1000px) {
    .prinfo3 .tlist {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .prinfo3 .tipBox {
        width: 100%;
    }

    .prinfo3 .tBox {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 0px;
        margin-top: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .prinfo3 .tyBox {
        min-width: 7.6rem;
    }
}

@media screen and (max-width: 640px) {
    .prinfo3 .ctli,
    .prinfo3 .setBox,
    .prinfo3 .liBox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .prinfo3 .liBox .tit,
        .prinfo3 .searBox {
            width: 100%;
        }

        .prinfo3 .liBox .cont {
            width: 100%;
            -webkit-box-flex: initial;
            -ms-flex: initial;
            flex: initial;
        }

    .prinfo3 .tBox .tBtn .ali {
        font-size: 16px;
        padding: 8px 16px 8px 25px;
    }

    .prinfo3 .tBox .tBtn {
        padding-left: 15px;
        margin-right: 0.3rem;
        margin-top: 15px;
    }

    .prinfo3 .tBox {
        margin-top: 0px;
    }

    .prinfo3 .tableBox {
        margin-bottom: 30px;
    }

    .prinfo3 .tableBox {
        margin-top: 20px;
    }

    .prinfo3 .moreBox {
        width: 225px;
    }

    .prinfo3 .tbImg {
        max-width: 30px;
        max-height: 30px;
    }

    .prinfo3 .proDowm {
        /* width: 26px; */
        /* height: 26px; */
    }

    .prinfo3 .liBox .tit,
    .prinfo3 .ali,
    .prinfo3 .searBox {
        font-size: 17px;
    }

    .prinfo3 .liBox .txt {
        font-size: 15px;
    }

    .prinfo3 .tableBox table th {
        font-size: 17px;
        height: 50px;
    }

    .prinfo3 .liBox .quan {
        width: 14px;
        height: 14px;
    }

    .prinfo2 {
        padding-bottom: 0px;
    }

    .prinfo3 .setBox {
        margin-top: 30px;
    }

    .prinfo3 .searBox {
        margin-left: 0px;
        margin-top: 10px;
    }

    .prinfo3 .liBox .txt {
        padding-left: 10px;
    }
}

.join1 {
    position: relative;
    overflow: hidden;
}

    .join1 .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .join1 .li {
        position: relative;
        width: 31.53%;
        padding: 30px;
        margin-right: 2.7%;
        margin-top: 2.7%;
        cursor: pointer;
        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;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }

        .join1 .li:nth-child(3n) {
            margin-right: 0px;
        }

        .join1 .li:hover {
            background-color: #edb41a;
            -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);
        }

            .join1 .li:hover .tit::before {
                background-color: #222222;
            }

            .join1 .li:hover .dec .icon_dizhi {
                color: #222222;
            }

            .join1 .li:hover .btn .rm {
                color: #222222;
                border-color: #222222;
            }

        .join1 .li .tit {
            position: relative;
            padding-left: 20px;
            font-family: NeueHaasDisplay-Mediu;
            font-size: 22px;
            color: #222222;
            margin-bottom: 15px;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

            .join1 .li .tit::before {
                content: "";
                position: absolute;
                top: 50%;
                left: 0px;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 6px;
                height: 54%;
                background-color: #f2bc2e;
                -webkit-transition: all 0.6s;
                transition: all 0.6s;
            }

        .join1 .li .dec {
            font-size: 18px;
            color: #222222;
            margin-bottom: 10px;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

            .join1 .li .dec span {
                display: inline-block;
                margin-right: 20px;
            }

                .join1 .li .dec span:last-child {
                    margin-right: 0px;
                }

            .join1 .li .dec .icon_dizhi {
                color: #d7d7d7;
                display: inline-block;
                margin-right: 5px;
                font-size: 18px;
                -webkit-transition: all 0.6s;
                transition: all 0.6s;
            }

        .join1 .li .btn {
            text-align: right;
        }

            .join1 .li .btn .rm {
                display: inline-block;
                font-size: 12px;
                color: #f2bc2e;
                width: 64px;
                height: 22px;
                line-height: 20px;
                text-align: center;
                border-radius: 11px;
                -webkit-transition: all 0.6s;
                transition: all 0.6s;
                border: solid 1px #f2bc2e;
            }

    .join1 .popcont {
        display: none;
    }

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

    .popcont .ptop {
        padding-bottom: 35px;
        margin-bottom: 35px;
        border-bottom: 1px solid #ececec;
    }

        .popcont .ptop .ptit {
            position: relative;
            font-family: NeueHaasDisplay-Mediu;
            font-size: 0.3rem;
            color: #000000;
            padding-left: 20px;
            margin-bottom: 15px;
        }

            .popcont .ptop .ptit::before {
                content: "";
                position: absolute;
                width: 6px;
                height: 16px;
                left: 0px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                background-color: #edb41a;
            }

        .popcont .ptop .dec {
            font-size: 18px;
            color: #222222;
        }

            .popcont .ptop .dec span {
                display: inline-block;
                margin-right: 20px;
            }

        .popcont .ptop .icon_dizhi {
            font-size: 18px;
            display: inline-block;
            margin-right: 5px;
        }

        .popcont .ptop .tag {
            display: inline-block;
            background-color: #f6f6f6;
            border-radius: 20px;
            overflow: hidden;
            padding: 8px 15px;
            margin-right: 20px;
            margin-top: 20px;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

            .popcont .ptop .tag:last-child {
                margin-right: 0px;
            }

            .popcont .ptop .tag:hover {
                color: #fff;
                background-color: #edb41a;
            }

    .popcont .pcont {
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 3.25rem;
        padding-right: 15px;
    }

        .popcont .pcont .ctit {
            position: relative;
            font-family: NeueHaasDisplay-Mediu;
            font-size: 18px;
            color: #222222;
            padding-left: 20px;
            margin-bottom: 10px;
        }

            .popcont .pcont .ctit::before {
                content: "";
                position: absolute;
                width: 6px;
                height: 16px;
                left: 0px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                background-color: #edb41a;
            }

        .popcont .pcont .cdec {
            font-size: 18px;
            line-height: 1.78;
            color: #222222;
            margin-bottom: 0.35rem;
        }

            .popcont .pcont .cdec:last-child {
                margin-bottom: 0px;
            }

    .popcont .pbot .tips {
        font-size: 18px;
        color: #222222;
        margin-top: 25px;
        margin-bottom: 35px;
    }

        .popcont .pbot .tips a {
            font-weight: bold;
        }

    .popcont .moreBox {
        width: 185px;
        margin-bottom: 30px;
    }

        .popcont .moreBox span {
            margin-left: 28px;
        }

@media screen and (max-width: 1599px) {
    .popJoin .close {
        top: 5%;
    }

    .popcont .ptop .ptit {
        font-size: 24px;
    }

    .popcont .ptop {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .popcont .pcont {
        max-height: 4.25rem;
    }

    .join1 .li {
        padding: 30px 25px;
    }

        .join1 .li .dec,
        .join1 .li .dec .icon_dizhi {
            font-size: 17px;
        }

            .join1 .li .dec span {
                margin-right: 15px;
            }

        .join1 .li .tit {
            font-size: 20px;
        }
}

@media screen and (max-width: 1439px) {
    .popJoin .popcont {
        width: 70%;
    }

    .popJoin .close {
        top: 7%;
        right: 14%;
    }
}

@media screen and (max-width: 1359px) {
    .join1 .list {
        margin-top: 0px;
    }
}

@media screen and (max-width: 1279px) {
    .popJoin .close {
        top: 10%;
        right: 11%;
    }

    .popJoin .popcont {
        width: 76%;
    }

    .join1 .li {
        width: 48.63%;
    }

        .join1 .li:nth-child(3n) {
            margin-right: 2.7%;
        }

        .join1 .li:nth-child(2n) {
            margin-right: 0px;
        }
}

@media screen and (max-width: 1151px) {
    .popJoin .popcont {
        width: 80%;
    }

    .popJoin .close {
        top: 11%;
        right: 8%;
    }
}

@media screen and (max-width: 1000px) {
    .join1 .li .tit {
        font-size: 18px;
    }

    .join1 .li .dec, .join1 .li .dec .icon_dizhi {
        font-size: 16px;
    }

    .popJoin .popcont {
        width: 90%;
        padding: 40px 30px;
    }

    .popcont .pcont {
        max-height: 8rem;
    }

    .popcont .ptop .ptit {
        font-size: 22px;
    }

    .popcont .ptop .dec,
    .popcont .ptop .icon_dizhi,
    .popcont .pcont .cdec,
    .popcont .pbot .tips {
        font-size: 17px;
    }

    .popcont .pcont .cdec {
        margin-bottom: 30px;
    }

    .popJoin .close {
        top: 12%;
        right: 3%;
    }

    .popcont .ptop .tag {
        margin-right: 10px;
        margin-top: 10px;
        font-size: 15px;
    }
}

@media screen and (max-width: 640px) {
    .popcont .ptop .tagBox,
    .popcont .ptop .dec {
        display: none;
    }

    .join1 .li,
    .join1 .li:nth-child(3n) {
        width: 100%;
        margin-right: 0px;
        margin-top: 15px;
        padding: 25px 20px;
    }

        .join1 .li .tit {
            margin-bottom: 10px;
        }

    .join1 .list {
        margin-top: 5px;
    }

    .popcont .ptop .dec, .popcont .ptop .icon_dizhi, .popcont .pcont .cdec, .popcont .pbot .tips {
        font-size: 16px;
    }

    .popcont .ptop .ptit {
        font-size: 20px;
    }

    .popcont .moreBox {
        width: 160px;
        margin-bottom: 0px;
    }

        .popcont .moreBox span {
            margin-left: 22px;
        }

    .popcont .pbot .tips {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .popcont .pcont .ctit {
        font-size: 17px;
    }

        .popcont .pcont .ctit::before,
        .popcont .ptop .ptit::before,
        .join1 .li .tit::before {
            width: 4px;
        }

    .popcont .pcont .ctit,
    .popcont .ptop .ptit,
    .join1 .li .tit {
        padding-left: 15px;
    }

    .popcont .ptop {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .popJoin .popcont {
        width: 90%;
        padding: 30px 25px 40px 25px;
    }

    .popcont .ptop .ptit {
        margin-bottom: 10px;
    }

    .popupBox .close, .popJoin .close {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }

    .popcont .pcont {
        padding-right: 10px;
        max-height: 240px;
    }

    .popJoin .close {
        top: 8%;
        right: 3%;
    }
}

@media screen and (max-width: 320px) {
    .popcont .pcont {
        max-height: 170px;
    }
}
.prinfo3 .ctli2.active .quan {
    border: solid 1px #edb41a;
}
.prinfo3 .ctli2 {
    margin-right: 0.4rem;
    margin-top: 10px;
    cursor: pointer;
}
.prinfo3 .ctli2.active .quan::before {
    opacity: 1;
}
