.page1 {
    position: relative;
    margin: 100px 0 0 0;
}

.page1 .back{
    position: absolute;
    top: 100px;
    left: 15vw;
    z-index: 5;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #1CB692;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.page1 .back .iconfont{
    color: #fff;
    font-size: 16px;
    transform: rotate(-180deg);
}

.page1 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.page1 .wrap {
    margin: 139px auto 75px;
}

.page1 .wrap .title {
    text-align: center;
}

.page1 .wrap .title h1 {
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    display: block;
}

.page1 .wrap .title .line {
    width: 34px;
    height: 3px;
    background: #1CB692;
    margin: 18px auto 23px;
    transform: scaleX(0);
    transform-origin: left;
    transition: 1s;
}

.page1 .wrap .title .line.aos-animate {
    transform: scaleX(1);
}

.page1 .wrap .title p {
    width: 960px;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    margin: auto;
    max-width: 90%;
    text-align: left;
}

.page1 .wrap .page_swiper {
    width: 2440px;
    margin: 78px 0 0 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.page1 .wrap .page_swiper .swiper-slide {
    width: 760px;
}

.page1 .wrap .page_swiper .swiper-slide .color {
    width: 100%;
    height: 520px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page1 .wrap .page_swiper .swiper-slide .color img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.page1 .wrap .page_swiper .swiper-slide .text {
    text-align: center;
    margin: 37px 0 0 0;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
}

.page2 .wrap {
    width: 1480px;
    margin: 100px auto 134px;
}

.page2 .wrap h5 {
    font-size: 26px;
    font-weight: bold;
    color: #000000;
}
.page2 .wrap .matter{
    display: none;
}
.page2 .wrap .matter.on{
    display: block;
}
.page2 .wrap .title {
    margin: 0 0 140px;
}

.page2 .wrap .title .line {
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    margin: 27px auto 24px;
}

.page2 .wrap .title p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
}

.page2 .wrap .content table {
    margin: 64px 0 0 0;
    width: 100%;
}

.page2 .wrap .content table tr td {
    height: 63px;
    padding: 0 0 0 48px;
    border-bottom: 1px solid #E6E6E6;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}


.page2 .wrap .content table tr:first-child td {
    height: 80px;
    background: #1CB692;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26px;
}

.page2 .wrap .content table tr:not(:first-child, :nth-child(2)) td:nth-child(1), .page2 .wrap .content table tr:not(:first-child, :nth-child(2)) td:nth-child(2) {
    background: #F5F5F5;
}
.page2 .wrap .content table tr:first-child td ,
.page2 .wrap .content table tr td {
    font-size: 14px;
}
@media screen and (max-width: 1920px) {
    .page1{
        margin: 5.208333333333334vw 0 0 0;
    }

    .page1 .wrap {
        margin: 7.2395833333vw auto 3.90625vw;
    }

    .page1 .wrap .title h1 {
        font-size: 2.0833333333vw;
    }

    .page1 .wrap .title .line {
        width: 1.7708333333vw;
        height: 0.15625vw;
        margin: 0.9375vw auto 1.1979166667vw;
    }

    .page1 .wrap .title p {
        width: 50vw;
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
        text-align: left;
    }

    .page1 .wrap .page_swiper {
        width: 127.0833333333vw;
        margin: 4.0625vw 0 0 0;
    }

    .page1 .wrap .page_swiper .swiper-slide {
        width: 39.5833333333vw;
    }

    .page1 .wrap .page_swiper .swiper-slide .color {
        height: 27.0833333333vw;
        border-radius: 1.0416666667vw;
    }

    .page1 .wrap .page_swiper .swiper-slide .text {
        margin: 1.9270833333vw 0 0 0;
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }

    .page2 .wrap {
        width: 77.0833333333vw;
        margin: 5.2083333333vw auto 6.9791666667vw;
    }

    .page2 .wrap h5 {
        font-size: 1.3541666667vw;
    }

    .page2 .wrap .title {
        margin: 0 0 7.2916666667vw;
    }

    .page2 .wrap .title .line {
        height: 0.0520833333vw;
        margin: 1.40625vw auto 1.25vw;
    }

    .page2 .wrap .title p {
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }

    .page2 .wrap .content table {
        margin: 3.3333333333vw 0 0 0;
    }

    .page2 .wrap .content table tr td {
        height: 3.28125vw;
        padding: 0 0 0 2.5vw;
        border-bottom: 0.0520833333vw solid #E6E6E6;
        /* font-size: 0.9375vw; */
        font-size: 0.72916666vw;
    }

    .page2 .wrap .content table tr:first-child td {
        height: 4.1666666667vw;
        /* font-size: 0.9375vw; */
        font-size: 0.72916666vw;
        line-height: 1.3541666667vw;
    }
}

/*# sourceMappingURL=proInfo.css.map */
@media screen and (max-width: 1024px) {
    .page1{
        margin: 60px 0 0 0;
    }
    .page1 .wrap{
        margin: 45px auto 55px;
    }
    .page1 .wrap .title h1{
        font-size: 20px;
    }
    .page1 .wrap .title p{
        width: 90%;
        font-size: 13px;
        line-height: 25px;
        text-align: center;
    }
    .page1 .wrap .title .line {
        width: 34px;
        height: 2px;
        margin: 18px auto 23px;
        transform: scaleX(1);
    }
    .page1 .wrap .page_swiper{
        width: 150vw;
        margin: 35px 0 0 0;
    }
    .page1 .wrap .page_swiper .swiper-slide{
        width: 70vw;
    }
    .page1 .wrap .page_swiper .swiper-slide .color{
        height: auto;
        padding: 25px;
    }
    .page1 .wrap .page_swiper .swiper-slide .text{
        margin: 10px 0 0 0;
        font-size: 15px;
        line-height: 25px;
    }
    .page2 .wrap{
        width: 90%;
        margin: 35px auto 45px;
    }

    .page2 .wrap h5{
        font-size: 20px;
    }

    .page2 .wrap .title .line {
        height: 1px;
        margin: 10px auto 24px;
    }
    .page2 .wrap .title p {
        font-size: 13px;
        line-height: 30px;
    }
    .page2 .wrap .content table tr:first-child td{
        font-size: 12px;
    }
    .page2 .wrap .content table tr td{
        height: auto!important;
        font-size: 12px!important;
        line-height: unset!important;
        padding: 15px 10px;
    }
    .page2 .wrap .content table{
        display: block;
        overflow: hidden;
        overflow-x: scroll;
    }
    .page2 .wrap .content table::-webkit-scrollbar{
        display: none;
    }
    .page2 .wrap .content table tbody{
        width: max-content;
        display: block;
    }
    .page1 .back{
        position: static;
        margin: 40px 5% 0 5%;
    }
}
