.sec1 {
    padding: 211px 0 31px;
    background: linear-gradient(180deg, #E8EAF0, rgba(255, 255, 255, 0));
}

.sec1 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sec1 .wrap .l {
    width: 716px;
}

.sec1 .wrap .l .big_swiper {
    width: 100%;
    height: 380px;
}

.sec1 .wrap .l .big_swiper .swiper-slide img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    transition: 0.6s;
    opacity: 0;
}

.sec1 .wrap .l .big_swiper .swiper-slide.swiper-slide-active img {
    opacity: 1;
}

.sec1 .wrap .l .l_bottom {
    margin: 86px 0 0;
    display: flex;
    align-items: center;
}

.sec1 .wrap .l .l_bottom .iconfont {
    font-size: 10px;
    color: #111;
    transition: 0.6s;
    cursor: pointer;
}

.sec1 .wrap .l .l_bottom .iconfont:hover {
    color: #F78200;
}

.sec1 .wrap .l .l_bottom .iconfont.prev {
    transform: rotate(180deg);
}

.sec1 .wrap .l .l_bottom .swiper {
    width: 508px;
    margin: 0 12px;
}

.sec1 .wrap .l .l_bottom .swiper .swiper-slide {
    height: 92px;
    border-radius: 10px;
    border: 1px solid #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.6s;
}

.sec1 .wrap .l .l_bottom .swiper .swiper-slide img {
    display: block;
    max-width: 80%;
    max-height: 80%;
    transition: 1s;
}

.sec1 .wrap .l .l_bottom .swiper .swiper-slide:hover img {
    transform: scale(1.1);
}

.sec1 .wrap .l .l_bottom .swiper .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #F78200;
}

.sec1 .wrap .r {
    width: 520px;
    padding: 53px 70px 71px;
    background: linear-gradient(180deg, #FFFFFF, rgba(255, 255, 255, 0));
    border-radius: 20px;
}

.sec1 .wrap .r .label {
    font-weight: 500;
    font-size: 18px;
    color: #979797;
}

.sec1 .wrap .r .r_title {
    font-weight: 500;
    font-size: 26px;
    color: #1A1A1A;
    margin: 12px 0 48px;
}

.sec1 .wrap .r .r_text {
    font-weight: 500;
    font-size: 16px;
    color: #888888;
    line-height: 32px;
    padding: 0 0 40px;
    border-bottom: 1px solid #F0F1F5;
    margin-bottom: 54px;
}

.sec1 .wrap .r a {
    width: fit-content;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    padding: 0 30px;
    border-radius: 5px;
    border: 1px solid #F0F1F5;
    transition: 0.6s;
}

.sec1 .wrap .r a p {
    font-weight: 500;
    font-size: 16px;
    color: #F78200;
    transition: 0.6s;
}

.sec1 .wrap .r a .iconfont {
    font-size: 16px;
    color: #F78200;
    transition: 0.6s;
}

.sec1 .wrap .r a:hover {
    background: #F78200;
    border: 1px solid #F78200;
}

.sec1 .wrap .r a:hover p, .sec1 .wrap .r a:hover .iconfont {
    color: #fff;
}

.pro_info_links {
    position: sticky;
    position: -webkit-sticky;
    top: 65px;
    background: #fff;
    z-index: 99;
}

.pro_info_links .wrap {
    display: flex;
    gap: 0 65px;
    border-bottom: 1px solid #F0F1F5;
}

.pro_info_links .wrap .item {
    cursor: pointer;
    transition: 0.6s;
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 62px;
    transition: 0.6s;
    position: relative;
}

.pro_info_links .wrap .item:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #F78200;
    transform: scaleX(0);
    transition: 1s;
}

.pro_info_links .wrap .item.on, .pro_info_links .wrap .item:hover {
    color: #F78200;
}

.pro_info_links .wrap .item.on:after, .pro_info_links .wrap .item:hover:after {
    transform: scaleX(1);
}

.sec2 {
    padding: 60px 0 160px;
}

.sec2 .wrap .title {
    font-family: 'ALIBABA_MEDIUM';
    font-size: 36px;
    color: #1A1A1A;
    margin-bottom: 45px;
}

.sec2 .wrap .img img {
    display: block;
    width: 100%;
}

.sec2 .wrap .table {
    margin: 90px 0 0;
}

.sec2 .wrap .table table {
    width: 100%;
}

.sec2 .wrap .table table tr th {
    height: 70px;
    background: #C1C8D5;
    font-weight: bold;
    font-size: 16px;
    color: #1A1A1A;
    padding: 0 33px;
    text-align: left;
}

.sec2 .wrap .table table tr td {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    height: 64px;
    padding: 0 33px;
}

.sec2 .wrap .table table tr:nth-child(1) th {
    padding: 0;
    background: unset;
    font-weight: bold;
    font-size: 20px;
    color: #1A1A1A;
}

.sec2 .wrap .table table tr:nth-child(2n) td {
    background: #E8EBEF;
}

.sec3 {
    padding: 85px 0 166px;
}

.sec3 .wrap .title {
    font-family: 'ALIBABA_MEDIUM';
    font-size: 36px;
    color: #1A1A1A;
    margin-bottom: 39px;
}

.sec3 .wrap .content {
    width: 100%;
}

.sec3 .wrap .content p {
    line-height: 40px;
}

.sec3 .wrap .content img {
    display: block;
    width: 100%;
}

/*# sourceMappingURL=proInfo.css.map */
@media screen and (max-width: 1919px) {
    .sec1{
        padding: 10.9895833333vw 0px 1.6145833333vw;
    }
    .sec1 .wrap .l{
        width: 37.2916666667vw;
    }
    .sec1 .wrap .l .big_swiper{
        height: 19.7916666667vw;
    }
    .sec1 .wrap .l .l_bottom{
        margin: 4.4791666667vw 0px 0px;
    }
    .sec1 .wrap .l .l_bottom .iconfont{
        font-size: 0.5208333333vw;
    }
    .sec1 .wrap .l .l_bottom .swiper{
        width: 26.4583333333vw;
        margin: 0px 0.625vw;
    }
    .sec1 .wrap .l .l_bottom .swiper .swiper-slide{
        height: 4.7916666667vw;
        border-radius: 0.5208333333vw;
    }
    .sec1 .wrap .r{
        width: 27.0833333333vw;
        padding: 2.7604166667vw 3.6458333333vw 3.6979166667vw;
        border-radius: 1.0416666667vw;
    }
    .sec1 .wrap .r .label{
        font-size: 0.9375vw;
    }
    .sec1 .wrap .r .r_title{
        font-size: 1.3541666667vw;
        margin: 0.625vw 0px 2.5vw;
    }
    .sec1 .wrap .r .r_text{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        padding: 0px 0px 2.0833333333vw;
        margin-bottom: 2.8125vw;
    }
    .sec1 .wrap .r a{
        height: 2.8125vw;
        gap: 0px 0.5208333333vw;
        padding: 0px 1.5625vw;
        border-radius: 0.2604166667vw;
    }
    .sec1 .wrap .r a p{
        font-size: 0.8333333333vw;
    }
    .sec1 .wrap .r a .iconfont{
        font-size: 0.8333333333vw;
    }
    .pro_info_links{
        top: 3.3854166667vw;
    }
    .pro_info_links .wrap{
        gap: 0px 3.3854166667vw;
    }
    .pro_info_links .wrap .item{
        font-size: 0.8333333333vw;
        line-height: 3.2291666667vw;
    }
    .sec2{
        padding: 3.125vw 0px 8.3333333333vw;
    }
    .sec2 .wrap .title{
        font-size: 1.875vw;
        margin-bottom: 2.34375vw;
    }
    .sec2 .wrap .table{
        margin: 4.6875vw 0px 0px;
    }
    .sec2 .wrap .table table tr th{
        height: 3.6458333333vw;
        font-size: 0.8333333333vw;
        padding: 0px 1.71875vw;
    }
    .sec2 .wrap .table table tr td{
        font-size: 0.8333333333vw;
        height: 3.3333333333vw;
        padding: 0px 1.71875vw;
    }
    .sec2 .wrap .table table tr:nth-child(1) th{
        font-size: 1.0416666667vw;
    }
    .sec3{
        padding: 4.4270833333vw 0px 8.6458333333vw;
    }
    .sec3 .wrap .title{
        font-size: 1.875vw;
        margin-bottom: 2.03125vw;
    }
    .sec3 .wrap .content p{
        line-height: 2.0833333333vw;
    }
    .sec3 .wrap .content img,.sec2 .wrap .table img {
        height: unset !important;
    }
}
@media screen and (max-width: 768px) {
    .sec1 {
        padding: 120px 0 40px;
    }
    .sec1 .wrap {
        display: block;
    }
    .sec1 .wrap .l {
        width: 100%;
    }
    .sec1 .wrap .l .big_swiper {
        height: 72vw;
    }
    .sec1 .wrap .l .big_swiper .swiper-slide img {
        max-width: 90%;
        max-height: 90%;
    }
    .sec1 .wrap .l .big_swiper .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sec1 .wrap .l .l_bottom {
        justify-content: space-between;
    }
    .sec1 .wrap .l .l_bottom .swiper {
        width: 86%;
    }
    .sec1 .wrap .l .l_bottom .swiper .swiper-slide {
        height: 17vw;
        border-radius: 4px;
    }
    .sec1 .wrap .l .l_bottom .iconfont {
        font-size: 14px;
    }
    .sec1 .wrap .r {
        width: 100%;
        padding: 30px 0 0;
        background: unset;
    }
    .sec1 .wrap .r .label {
        font-size: 15px;
    }
    .sec1 .wrap .r .r_title {
        font-size: 20px;
        margin: 8px 0 15px;
    }
    .sec1 .wrap .r .r_text {
        font-size: 15px;
        line-height: 1.6;
        padding: 0 0 15px;
        margin-bottom: 20px;
    }
    .sec1 .wrap .r a {
        height: 40px;
        padding: 0 20px;
        border-radius: 4px;
        gap: 6px;
    }
    .pro_info_links {
        display: none;
    }
    .sec3 {
        padding: 10px 0 50px;
    }
    .sec3 .wrap .title {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .sec1 .wrap .r a p {
        font-size: 14px;
    }
    .sec1 .wrap .r a .iconfont {
        font-size: 14px;
    }
    .sec2 {
        padding: 10px 0 60px;
    }
    .sec2 .wrap .title {
        font-size: 22px;
    }
    .sec2 .wrap .table table tr th {
        height: 50px;
        font-size: 15px;
        padding: 0 20px;
    }
    .sec2 .wrap .table table tr td {
        height: unset;
        padding: 15px 20px;
        font-size: 14px;
    }
    .sec2 .wrap .table table tr:nth-child(1) th {
        font-size: 15px;
    }
    .sec2 .wrap .table table {
        width: 100%;
        overflow-x: scroll;
        display: block;
    }
    .sec2 .wrap .table table tbody {
        width: max-content;
        display: inline-table;
    }

}
