.proType_main {
    margin-top: 40px;
}

.proType_main_left {
    width: 50%;
    position: relative;
}

.proType_main_left .imgBox {
    padding-bottom: 81.1%;
}


.proType_main_left_text {
    padding: 0 30px;
    position: absolute;
    top: 50%;
    left: 0;
}

.proType_main_left_text>div:nth-child(1) {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.proType_main_left_text>a:nth-child(2) {
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 45px;
    color: #FFFFFF;
    line-height: 1.2;

}

.proType_main_left_text>a:hover {
    color: #470125;
}

.proType_main_right {
    width: 50%;
    padding-left: 30px;
}

.proType_main_ul {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 15px;
}

.proType_main_ul a,
.proType_main_ul {
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #111111;
}

.proType_main_ul li::after {
    content: '/';
    font-family: Roboto-Light;
    font-weight: 300;
    font-size: 24px;
    color: #999999;
    margin: 0 25px 0 20px;
}

.proType_main_ul li:last-child:after {
    display: none;
}

.proType_main_ul li {
    flex-shrink: 0;
}

.proType_main_ul a:hover {
    color: #470125;
}

.proType_main_ul li.active {
    color: #470125;
}

.proType_main_content {
    display: none;
}

.proType_main_content.active {
    display: block;
}

.proType_content_swi .imgBox {
    padding-bottom: 100%;
    background: #F2EDE7;
    border-radius: 26px;
}

.proType_content_swi .imgBox img {
    object-fit: contain;
}

.proType_content_swi_box {
    position: relative;
}

.proType_content_title {
    display: block;
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    margin: 20px 0 10px;
    text-align: center;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
}

.proType_content_title:hover {
    color: #470125;
}

.proType_content_desc {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    text-align: center;
}

.proType_content_btn {
    margin: 20px auto 0;
    padding: 0 12px;
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    background: #F2EDE7;
    border-radius: 18px;
    width: 155px;
    height: 37px;
}

.proType_content_btn_icon {
    width: 35px;
    height: 17px;
    background: #470125;
    border-radius: 8px;
    justify-content: center;
    margin-left: 7px;
}

.proType_content_btn_icon img {
    width: 13px;
}

.proType_content_swi_btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #999999;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.proType_content_swi_btn::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.proType_content_swi_btnL::after {
    background: url('img/left4.png') no-repeat;
    background-size: 100% 100%;
}

.proType_content_swi_btn:hover {
    background: #470125;
    border: 1px solid #470125;
}

.proType_content_swi_btnR::after {
    background: url('img/right4.png') no-repeat;
    background-size: 100% 100%;
}

.proType_content_swi_btnL {
    left: -13px;
}

.proType_content_swi_btnR {
    right: -13px;
}

.proType_content_swi_btnL:hover::after {
    background: url('img/left5.png') no-repeat;
    background-size: 100% 100%;
}


.proType_content_swi_btnR:hover::after {
    background: url('img/right5.png') no-repeat;
    background-size: 100% 100%;
}

.proType_main .proType_main_div:nth-child(even) .proType_main_left {
    order: 2;
}


.proType_main .proType_main_div:nth-child(even) .proType_main_right {
    order: 1;
    padding-left: 0;
    padding-right: 30px;
}

.proType_center {
    margin: 5% 0;
    justify-content: space-between;
}

.proType_center_left {
    width: 59.5%;
}

.proType_center_right {
    width: 38%;
}

.proType_center_left .imgBox {
    padding-bottom: 61.2%;
}

.proType_center_title {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 54px;
    color: #000000;
    margin: 40px 0 20px;
    line-height: 1.3;
}

.proType_center_desc {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.proType_center_right .imgBox {
    padding-bottom: 83.8%;
    margin-top: 75px;
}

.proType_characteristics_swi_box {
    margin-top: 70px;
    padding-bottom: 90px;
    position: relative;
}

.proType_characteristics_swi img {
    height: 63px;
}

.proType_characteristics_tit {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 30px;
    color: #111111;
    margin: 20px 0 30px;
}

.proType_characteristics_desc {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.proType_characteristics_link {
    margin-top: 25px;
    padding: 10px 0;
    justify-content: space-between;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.proType_characteristics_link p {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    padding-right: 10px;
}

.proType_characteristics_link img {
    flex-shrink: 0;
    width: 14px;
    height: 15px;
}

.proType_characteristics_link:hover {
    border-top: 1px solid #470125;
    border-bottom: 1px solid #470125;
}

.proType_characteristics_link:hover p {
    color: #470125;
}

.proType_characteristics_swi_box .swiper-pagination {
    width: 100%;
    bottom: 0;
}

.proType_characteristics_swi_box .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 17px;
    height: 4px;
    background: #999999;
    border-radius: 0;
    margin: 0 3px;
}

.proType_characteristics_swi_box .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #470125;
}

.lbox {
    margin-bottom: 0;
}

.proType_imgs {
    margin-top: 5%;
}

.proType_imgs .imgBox {
    padding-bottom: 100%;
}

@media only screen and (max-width: 950px) {
    .proType_characteristics_swi_box {
        padding-bottom: 40px;
        margin-top: 30px;
    }

    .proType_main_div {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .proType_main_left {
        width: 100%;
        margin-bottom: 30px;
    }

    .proType_main_right {
        width: 100%;
        padding-left: 0;
    }

    .proType_main .proType_main_div:nth-child(even) .proType_main_right {
        order: 2;
        padding-right: 0;
    }

    .proType_main .proType_main_div:nth-child(even) .proType_main_left {
        order: 1;
    }

    .proType_main_left_text>a:nth-child(2) {
        font-size: 26px;
    }

    .lbanner_div {
        padding: 60px 0;
    }

    .proType_center {
        flex-wrap: wrap;
        margin: 10% 0;
    }

    .proType_center_left {
        width: 100%;
        margin-bottom: 20px;
    }

    .proType_center_right {
        width: 100%;
    }

    .proType_center_title {
        font-size: 30px;
        margin: 20px 0;
    }

    .proType_center_right .imgBox {
        margin-top: 30px;
    }

    .proType_characteristics_tit {
        margin: 20px 0;
    }
}