.proType_left {
    width: 58.78%;
}

.proType_left_div {
    width: 100%;
    position: relative;
    padding-right: 10%;
    padding-left: 13.2%;
}

.proType_small_tit {
    font-family: DIN-Bold;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.proType_small_tit .line {
    width: 61px;
    height: 0px;
    border-radius: 0px 0px 0px 0px;
    border: 2px solid #333333;
    margin-right: 12px;
}

.proType_tit {
    font-family: Chaparral Pro-Bold;
    font-weight: bold;
    font-size: 64px;
    color: #333333;
    line-height: 1.5em;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 10px 0 20px;
}


.proType_tet {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    line-height: 2em;
    /* max-height: 12em; */
    /* overflow-y: auto; */
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.proType_num {
    font-family: DIN-Bold;
    font-weight: bold;
    font-size: 200px;
    color: rgba(0, 0, 0, 0.15);
    text-align: center;
    font-style: normal;
    text-transform: none;
    position: absolute;
    top: -100px;
    line-height: 1;
    left: 0;
}

.proType_btn {
    font-family: Chaparral Pro-Bold;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 19px;
    text-decoration: underline;
    margin-top: 30px;
}

.proType_right {
    flex: 1;
}

.proType_right_img {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 132%;
}

.proType_right_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

.proType_right_img img:hover {
    transform: scale(1.1);
}
.proType_div{
    display: flex;
    margin-bottom: 30px;
}
.proType_main .proType_div:nth-child(even) .proType_right{
    order: 1;
}
.proType_main .proType_div:nth-child(even) .proType_left{
    order: 2;
    padding-left: 7%;
}

.proType_main .proType_div:nth-child(even) .proType_left .proType_left_div{
    padding-right: 0;
}
.proType_btn:hover{
    color: #f4318a !important;
}

@media only screen and (max-width:1366px) {
    .proType_tit{
        font-size: 36px;
    }
}

@media only screen and (max-width:950px) {
    .proType_tit{
        font-size: 18px;
    }
    .pubic_common_tet1{
        font-size: 18px;
    }
    .pubic_common_tet_div{
        padding: 20px;
        margin-bottom: 20px;
    }
    .pubic_common_div .pubic_common_left{
        width: 100%;
        margin-bottom: 20px;
    }
    .pubic_common_div{
        flex-wrap: wrap;
    }
    .pubic_common_right{
        width: 100%;
        position: relative;
        transform: none;
    }
    .proType_div{
        flex-wrap: wrap;
        margin-top: 100px;
    }
  
    .proType_left{
        width: 100%;
        padding: 0 !important;
        order: 1 !important;
    }
    .proType_right{
        flex: auto;
        width: 100%;
        margin-top: 20px;
        order: 2 !important;
    }
    .proType_left_div{
        padding: 0 !important;
    }
    .proType_tet{
        max-height: unset;
    }
}