.page_main_div_R {
    flex-wrap: wrap;
}

.pro_list_main {
    width: calc(100% / 3);
    padding: 0 10px;
    display: block;
    margin-bottom: 35px;
}

.pro_list_img {
    justify-content: center;
    background: #F0F5F7;
}

.pro_list_main .imgBox {
    width: 90%;
    padding-bottom: 96%;
}

.pro_list_main .imgBox img {
    object-fit: scale-down;
}

.pro_list_tit {
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 23px;
    color: #273A60;
    text-align: center;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    margin: 20px 0 10px;
}

.pro_list_desc {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    text-align: center;
}

.pro_list_main:hover .pro_list_tit {
    color: #13B2B5;
}

.listPro_it {
    margin: 5% 0;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.listPro_it_top {
    justify-content: space-between;
}

.listPro_it_top_img {
    width: 47.6%;
}

.listPro_it .imgBox {
    padding-bottom: 83.8%;
}

.listPro_it_top_R {
    width: 44%;
}

.listPro_it_tit {
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 56px;
    line-height: 1.2em;
    color: #273A60;
}

.listPro_it_desc {
    margin-top: 30px;
}

.listPro_it_desc,
.home_desc {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.5em;
}


.home_tab {
    margin: 30px 0;
}

.home_tab>div {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    min-width: 185px;
    line-height: 58px;
    text-align: center;
    height: 58px;
    background: #FFFFFF;
    margin-right: 5px;
    border: 1px solid #13B2B5;
}

.home_tab_act {
    background: #13B2B5 !important;
    color: #FFFFFF !important;
}

.home_desc_box .home_desc {
    display: none;
}

.home_desc_box .home_desc_act {
    display: block !important;
}


.listPro_it .layout .listPro_it_top:nth-child(1) {
    margin-bottom: 20px;
}

.listPro_it_ul {
    margin-top: 30px;
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #273A60;
}

.listPro_it_ul li {
    margin-bottom: 5px;
}


@media only screen and (max-width: 950px) {
    .pro_list_main {
        width: 100%;
        padding: 0;
    }

    .pro_list_tit {
        height: auto;
    }

    .listPro_it_top {
        flex-wrap: wrap;
    }

    .listPro_it_top_img,
    .listPro_it_top_R {
        width: 100%;
    }

    .listPro_it_top_img {
        margin-bottom: 20px;
    }

    .listPro_it_tit {
        font-size: 30px;
    }
}