.proType_main {
    flex-wrap: wrap;
    align-items: flex-start;
}

.proType_div {
    width: calc((100% - 150px) / 4);
    margin-right: 50px;
    margin-bottom: 50px;
}

.proType_main .proType_div.proType_div:nth-child(4n) {
    margin-right: 0;
}

.proType_div .imgBox {
    padding-bottom: 65%;
}

.proType_div_t {
    display: block;
    font-family: Open Sans-Bold;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    margin-top: 10px;
}

.proType_div_d {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.5em;
    height: 4.5em;
    overflow: hidden;
    margin-top: 10px;
}

.proType_div_ul {
    margin-top: 10px;
}

.proType_div_ul a {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 2em;
    height: 2em;
    overflow: hidden;
    display: inline-block;
    padding-left: 15px;
    position: relative;
}

.proType_div_ul a::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #333333;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.proType_div_ul a:hover {
    color: #FF5E14;
}

.proType_div_btn a {
    color: #FF5E14;
    font-family: Arial-Regular;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
    display: inline-block;
    text-transform: capitalize;
    padding-right: 30px;
    position: relative;
    margin-top: 15px;
    border-bottom: 1px solid #FF5E14;
}

.proType_div_btn a::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 22px;
    height: 20px;
    background: url('img/btn_icon4.png') no-repeat;
    background-size: 100% 100%;
}

.proType_div_btn a:hover {
    padding-right: 40px;
}

.proType_offers_t {
    font-family: Arial-Bold;
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    line-height: 2;
    border-bottom: 1px solid #D7D7D7;
}

.proType_offers_t2_box {
    border-bottom: 1px solid #D7D7D7;
    padding: 20px 0;
}

.proType_offers_t2_text {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
}

.proType_offers_t2 {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 36px;
    color: #333333;
    margin-top: 10px;
}

.proType_offers_main {
    padding-top: 3%;
    align-items: flex-start;
    justify-content: space-between;
}

.proType_offers_ul {
    width: 56%;
}

.proType_offers_ul li div {
    flex-shrink: 0;
    margin-right: 15px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #333333;
}

.proType_offers_ul li div::after {
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-46%, -46%);
    border: 1px solid #333333;
}

.proType_offers_ul li {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    flex: 1;
    margin-bottom: 15px;
}

.proType_offers_download_box {
    width: 38.5%;
    background: #FD5A11;
    padding: 50px 40px;
}

.proType_offers_download_t {
    font-family: Arial-Bold;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
}

.proType_offers_download_d {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin: 20px 0;
}

.proType_offers_download_btn {
    justify-content: center;
    height: 65px;
    line-height: 65px;
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
}

.proType_offers_download_btn::after {
    content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url('img/down.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 15px;
}

.proType_offers_faq_box {
    padding: 5% 0;
    justify-content: space-between;
}

.proType_offers_faq_left {
    width: 35.8%;
}

.proType_offers_faq_left .imgBox {
    padding-bottom: 112.5%;
}

.proType_offers_faq_right {
    width: 55.8%;
    border-top: 1px solid #D7D7D7;
}

.proType_offers_faq_div {
    padding: 20px 0;
    border-bottom: 1px solid #D7D7D7;
}

.proType_offers_faq_tit {
    font-family: Arial-Bold;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}

.proType_offers_faq_tit div {
    flex: 1;
    margin-right: 20px;
}

.proType_offers_faq_tit b {
    display: block;
    width: 20px;
    height: 20px;
    background: url('img/faq_icon.png') no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
}

.proType_offers_faq_desc {
    margin-top: 20px;
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    display: none;
}

.proType_offers_faq_div_act .proType_offers_faq_tit b {
    width: 18px;
    height: 2px;
    background: url('img/faq_icon2.png') no-repeat;
    background-size: 100% 100%;
}

.proType_offers_faq_div_act .proType_offers_faq_desc {
    display: block;
}

.footer_box {
    margin-top: 0;
}

.proType_bottom {
    background: #F0F0F0;
    padding: 5% 0;
}

.proType_bottom .layout::after {
    display: none;
}

.proType_bottom .layout {
    justify-content: space-between;
}

.proType_bottom_div {
    width: 25.3%;
}

.proType_bottom_div img {
    width: 65px;
    margin-right: 23px;
    flex-shrink: 0;
}

.proType_bottom_div_r {
    flex: 1;
}

.proType_bottom_div_t {
    font-family: Exo-Bold;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
}

.proType_bottom_div_d {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.5em;
    height: 4.5em;
    overflow: hidden;
    margin: 10px 0;
}

.proType_bottom_div_btn a {
    color: #333333;
    font-family: Arial-Regular;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
    display: inline-block;
    text-transform: capitalize;
    padding-right: 30px;
    position: relative;
    border-bottom: 1px solid #333333;
}

.proType_bottom_div_btn a::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 21px;
    height: 8px;
    background: url(img/btn_icon6.png) no-repeat;
    background-size: 100% 100%;
}

.proType_bottom_div_btn a:hover {
    padding-right: 40px;
}

@media only screen and (max-width: 950px) {
    .proType_div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .proType_div_t {
        height: auto;
    }

    .proType_offers_t,
    .proType_offers_t2 {
        font-size: 26px;
    }

    .proType_offers_ul,
    .proType_offers_faq_left {
        width: 100%;
    }

    .proType_offers_download_box {
        width: 100%;
        padding: 20px;
        margin-top: 30px;
    }

    .proType_offers_faq_right {
        width: 100%;
        margin-top: 30px;
    }

    .proType_offers_main,
    .proType_offers_faq_box {
        flex-wrap: wrap;
    }

    .proType_bottom_div {
        width: 100%;
        margin-bottom: 30px;
    }

    .proType_bottom .layout {
        flex-wrap: wrap;
    }

     .proType_bottom_div:last-child{
        margin-bottom: 0;
     }


}