.pro_type_main {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.pro_type_div {
    width: 48.5%;
    margin-top: 50px;
}
.pro_type_div .imgBox {
    padding-bottom: 62.3%;
    border: 1px solid #ccc;
}
.pro_type_title {
    display: block;
    margin: 30px 0 10px;
    font-family: Syne-Medium;
    font-weight: 500;
    font-size: 22px;
    color: #000000;
}
.pro_type_desc {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}
.pro_type_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.pro_type_ul li {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 10px;
}
.pro_type_ul li a {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
}
.pro_type_ul li a:hover {
    color: #F45B0B;
}
.pro_type_btn {
    margin-top: 30px;
}
.pro_type_btn .rec_btn {
    background: #000000;
}
.pro_type_btn .rec_btn:hover {
    background: #F45B0B;
    opacity: 1;
}
.pro_type_serve {
    padding: 5% 0;
    margin: 5% 0;
    background: #171717;
}
.pro_type_serve_title {
    font-family: Syne-Medium;
    font-weight: 500;
    font-size: 50px;
    color: #FFFFFF;
}
.pro_type_serve_desc {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #E5E5E5;
    margin: 30px 0 50px;
}
.pro_type_serve_div {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 18px 18px 30px;
}
.pro_type_serve_main .pro_type_serve_div:last-child {
    margin-right: 0;
}
.pro_type_serve_div .imgBox {
    padding-bottom: 62.65%;
}
.pro_type_serve_div_t {
    font-family: Syne-SemiBold;
    font-weight: 600;
    font-size: 22px;
    margin-top: 30px;
    color: #333333;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
}
.pro_type_serve_div_d {
    margin-top: 10px;
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 23px;
    opacity: 0.69;
    line-height: 1.5em;
    height: 6em;
    overflow: auto;
}
.pro_type_icon_box {
    justify-content: space-between;
}
.pro_type_icon_div {
    width: 20%;
}
.pro_type_icon {
    width: 72px;
    height: 72px;
    background: #171717;
    border-radius: 15px;
    justify-content: center;
}
.pro_type_icon img {
    max-width: 100%;
    max-height: 100%;
}
.pro_type_icon:hover {
    background: #F45B0B;
}
.pro_type_icon_t {
    font-family: Syne-SemiBold;
    font-weight: 600;
    font-size: 18px;
    color: #171717;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    margin: 20px 0 15px;
}
.pro_type_icon_d {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.5em;
    height: 4.5em;
    overflow: hidden;
}
@media only screen and (max-width: 950px) {
    .pro_type_div {
        width: 100%;
        margin-top: 30px;
    }
    .pro_type_serve_title {
        font-size: 30px;
    }
    .pro_type_serve_desc {
        margin: 20px 0;
    }
    .pro_type_serve_main {
        flex-wrap: wrap;
    }
    .pro_type_serve_div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .pro_type_icon_box {
        flex-wrap: wrap;
    }
    .pro_type_icon_div {
        width: 49%;
        margin-bottom: 20px;
    }
    .pro_type_serve_div_d{height:auto}
}