.pro_des_section {
    position: relative;
    padding: 235px 0 152px;
}

.pro_des_section .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.pro_des_section .wrap .back {
    width: 65px;
    height: 65px;
    background: #184392;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -266px;
    top: -41px;
}

.pro_des_section .wrap .back .iconfont {
    font-size: 26px;
    color: #FFFFFF;
}

.pro_des_section .wrap .l {
    width: 570px;
}

.pro_des_section .wrap .l .text {
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    margin: 45px 0 0;
}

.pro_des_section .wrap .r {
    width: 536px;
}

.pro_des_section .wrap .r img {
    display: block;
}

.pro_performance_section {
    padding: 81px 0 90px;
}

.pro_performance_section .wrap .content {
    margin: 51px 0 0;
}

.pro_performance_section .wrap .content p {
    font-weight: normal;
    font-size: 16px;
    color: #111111;
    line-height: 26px;
}

.pro_performance_section .wrap .content table {
    width: 100%;
}

.pro_performance_section .wrap .content table tr:nth-child(1) th:nth-child(1) {
    width: 430px !important;
    position: relative;
}

.pro_performance_section .wrap .content table tr:nth-child(1) th:nth-child(1).none_line:after {
    display: none;
}

.pro_performance_section .wrap .content table tr:nth-child(1) th:nth-child(1):after {
    display: block;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom left, transparent calc(50% - 1px), #E6E6E6 1px, transparent calc(50% + 1px));
}

.pro_performance_section .wrap .content table tr:nth-child(1) th:nth-child(1) p:nth-child(1) {
    text-align: right;
    padding: 0 66px 0 0;
}

.pro_performance_section .wrap .content table tr:nth-child(1) th:nth-child(1) p:nth-child(2) {
    text-align: left;
    padding: 0 0 0 66px;
}

.pro_performance_section .wrap .content table tr:nth-child(1) th:nth-child(2) {
    width: 970px;
}

.pro_performance_section .wrap .content table tr th {
    height: 54px;
    border: 1px solid #E6E6E6;
    background: #F5F5F7;
    font-weight: bold;
    font-size: 20px;
    color: #111111;
}

.pro_performance_section .wrap .content table tr th p {
    font-weight: bold;
    font-size: 20px;
    color: #111111;
}

.pro_performance_section .wrap .content table tr td {
    border: 1px solid #E6E6E6;
    height: 59px;
    font-weight: normal;
    font-size: 18px;
    color: #111111;
    text-align: center;
    width: fit-content;
}

.pro_feature_section {
    padding: 81px 0 45px;
}

.pro_feature_section .common_title {
    margin-bottom: 50px;
}

.pro_feature_section .content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px 0;
}

.pro_feature_section .content ul li {
    width: 48%;
    font-weight: normal;
    font-size: 18px;
    color: #111111;
    line-height: 37px;
    position: relative;
    padding: 0 0 0 24px;
}

.pro_feature_section .content ul li:after {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #094AB3;
    position: absolute;
    top: 12px;
    left: 0;
}

.pro_feature_section .content ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #184392;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    left: 4px;
}

.pro_case_section {
    padding: 45px 0 120px;
}

.pro_case_section .wrap .content {
    margin: 59px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 80px 0;
}

.pro_case_section .wrap .content .item {
    width: 680px;
}

.pro_case_section .wrap .content .item .item_title {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
}

.pro_case_section .wrap .content .item .item_text {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    height: 52px;
    color: #333333;
    margin: 18px 0 27px;
}

.pro_case_section .wrap .content .item .item_img {
    width: 100%;
    height: 340px;
}

.pro_case_section .wrap .content .item .item_img img {
    display: block;
    width: 100%;
    height: 100%;
}

/*# sourceMappingURL=proInfo.css.map */
@media screen and (max-width: 1919px) {
    .pro_des_section {
        padding: 12.2395833333vw 0px 7.9166666667vw;
    }

    .pro_des_section .wrap .back {
        width: 3.3854166667vw;
        height: 3.3854166667vw;
        border-radius: 1.71875vw;
        right: -13.8541666667vw;
        top: -2.1354166667vw;
    }

    .pro_des_section .wrap .back .iconfont {
        font-size: 1.3541666667vw;
    }

    .pro_des_section .wrap .l {
        width: 29.6875vw;
    }

    .pro_des_section .wrap .l .text {
        font-size: 0.9375vw;
        line-height: 1.875vw;
        margin: 2.34375vw 0px 0px;
    }

    .pro_des_section .wrap .r {
        width: 27.9166666667vw;
    }

    .pro_performance_section {
        padding: 4.21875vw 0px 4.6875vw;
    }

    .pro_performance_section .wrap .content {
        margin: 2.65625vw 0px 0px;
    }

    .pro_performance_section .wrap .content p {
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }

    .pro_performance_section .wrap .content table tr:nth-child(1) th:nth-child(1) {
        width: 22.3958333333vw !important;
    }

    .pro_performance_section .wrap .content table tr:nth-child(1) th:nth-child(1) p:nth-child(1) {
        padding: 0px 3.4375vw 0px 0px;
    }

    .pro_performance_section .wrap .content table tr:nth-child(1) th:nth-child(1) p:nth-child(2) {
        padding: 0px 0px 0px 3.4375vw;
    }

    .pro_performance_section .wrap .content table tr:nth-child(1) th:nth-child(2) {
        width: 50.5208333333vw;
    }

    .pro_performance_section .wrap .content table tr th {
        height: 2.8125vw;
        font-size: 1.0416666667vw;
    }

    .pro_performance_section .wrap .content table tr th p {
        font-size: 1.0416666667vw;
    }

    .pro_performance_section .wrap .content table tr td {
        height: 3.0729166667vw;
        font-size: 0.9375vw;
    }

    .pro_feature_section {
        padding: 4.21875vw 0px 2.34375vw;
    }

    .pro_feature_section .common_title {
        margin-bottom: 2.6041666667vw;
    }

    .pro_feature_section .content ul {
        gap: 0.8333333333vw 0px;
    }

    .pro_feature_section .content ul li {
        font-size: 0.9375vw;
        line-height: 1.9270833333vw;
        padding: 0px 0px 0px 1.25vw;
    }

    .pro_feature_section .content ul li::after {
        width: 0.6770833333vw;
        height: 0.6770833333vw;
        top: 0.625vw;
    }

    .pro_feature_section .content ul li::before {
        width: 0.2604166667vw;
        height: 0.2604166667vw;
        top: 0.8333333333vw;
        left: 0.2083333333vw;
    }

    .pro_case_section {
        padding: 2.34375vw 0px 6.25vw;
    }

    .pro_case_section .wrap .content {
        margin: 3.0729166667vw 0px 0px;
        gap: 4.1666666667vw 0px;
    }

    .pro_case_section .wrap .content .item {
        width: 35.4166666667vw;
    }

    .pro_case_section .wrap .content .item .item_title {
        font-size: 1.25vw;
    }

    .pro_case_section .wrap .content .item .item_text {
        font-size: 0.9375vw;
        line-height: 1.3541666667vw;
        height: 2.7083333333vw;
        margin: 0.9375vw 0px 1.40625vw;
    }

    .pro_case_section .wrap .content .item .item_img {
        height: 17.7083333333vw;
    }
}
@media screen and (max-width: 768px) {
    .pro_des_section {
        padding: 160px 0 50px;
    }
    .pro_des_section .wrap {
        flex-direction: column-reverse;
    }
    .pro_des_section .wrap .l {
        width: 100%;
    }
    .pro_des_section .wrap .l .text {
        font-size: 15px;
        line-height: 2;
        margin: 15px 0 0;
    }
    .pro_des_section .wrap .r {
        width: 100%;
        margin-bottom: 40px ;
    }
    .pro_des_section .wrap .back {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        top: -70px;
        left: 0;
        right: unset;
    }
    .pro_des_section .wrap .back .iconfont {
        font-size: 16px;
    }
    .pro_performance_section {
        padding: 60px 0;
    }
    .pro_performance_section .wrap .content {
        margin: 40px 0 0;
    }
    .pro_performance_section .wrap .content p {
        font-size: 15px;
        line-height: 2;
    }
    .pro_performance_section .wrap .content .table {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .pro_performance_section .wrap .content table {
        width: max-content;
    }
    .pro_performance_section .wrap .content table tr th {
        height: 50px;
        font-size: 15px;
        padding: 0 20px;
    }
    .pro_performance_section .wrap .content table tr th p {
        font-size: 15px;
        padding: 0 !important;
    }
    .pro_performance_section .wrap .content table tr td {
        height: 50px;
        font-size: 15px;
        padding: 0 20px;
    }
    .pro_performance_section .wrap .content table tr:nth-child(1) th:nth-child(1) {
        width: unset !important;
    }
    .pro_feature_section {
        padding: 60px 0;
    }
    .pro_feature_section .common_title {
        margin-bottom: 30px;
    }
    .pro_feature_section .content ul li {
        width: 100%;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 15px;
        padding: 0 0 0 20px;
    }
    .pro_feature_section .content ul li::after {
        width: 12px;
        height: 12px;
        top: 6px;
    }
    .pro_feature_section .content ul li::before {
        width: 4px;
        height: 4px;
        left: 4px;
        top: 10px;
    }
    .pro_case_section {
        padding: 0 0 60px;
    }
    .pro_case_section .wrap .content {
        gap: 50px;
        margin: 30px 0 0;
    }
    .pro_case_section .wrap .content .item {
        width: 100%;
        padding:  25px 0 0;
        border-top: 1px solid #e6e6e6;
    }
    .pro_case_section .wrap .content .item .item_title {
        font-size: 18px;
    }
    .pro_case_section .wrap .content .item .item_text {
        font-size: 15px;
        line-height: 1.8;
        height: unset;
        margin: 10px 0 20px;
    }
    .pro_case_section .wrap .content .item .item_img {
        height: 42vw;
    }
}
