.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;
}

.rec_request {
    margin-top: 5%;
}

.service_title {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 32px;
    color: #333333;
}

.service_desc {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
}

.service_main {
    margin: 5% 0;
    display: flex;
    flex-wrap: wrap;
}

.service_main_left,
.service_main_div {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}

.service_main_left {
    padding-right: 5%;
}

.service_main>div:nth-child(3n) {
    margin-right: 0;
}

.service_main_left_desc {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.service_main_left .rec_btn a {
    margin-top: 40px;
    padding: 0 38px;
    height: 48px;
    line-height: 48px;
}

.service_main_div .imgBox {
    padding-bottom: 109.5%;
    border-radius: 8px;
}

.service_main_top_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 50px;
}

.service_main_top_title {
    font-family: Arial-Bold;
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
}

.service_main_top_title2 {
    font-family: Arial-Regular;
    font-size: 36px;
    color: #FFFFFF;
}

.service_main_top_btn {
    margin-top: 10px;
}

.service_main_top_btn a {
    border-radius: 4px 4px 4px 4px;
    border: 2px solid #FFFFFF;
    padding: 0 25px;
    height: 48px;
    line-height: 48px;
    font-family: Arial-Bold;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}

.service_main_top_btn a:hover {
    border: 1px solid #FF5E14;
    background: #FF5E14;
    color: #FFFFFF;
}

.served_industies {
    margin-top: 5%;
}

.served_industies .big_title,
.served_industies .big_title a {
    text-align: left;
}

.served_industies_swi {
    margin-top: 20px;
}

.served_industies_img {
    padding-bottom: 48.2%;
}

.served_industies_swi .swiper-slide {
    position: relative;
}

.served_industies_swi_main {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.served_industies_swi_main_div {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #FD5A11;
    padding: 70px 50px;
    width: 46.3%;
}

.served_industies_swi_main_t {
    font-family: Arial-Bold;
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
}

.served_industies_swi_main_d {
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 5px;
}

.served_industies_swi_main_btns {
    margin-top: 17px;
    width: 100%;
}

.served_industies_swi_main_btns_line {
    flex: 1;
    height: 4px;
    background: #FFFFFF;
    margin-right: 25px;
}

.served_industies_swi_main_btn_l,
.served_industies_swi_main_btn_r {
    width: 69px;
    height: 69px;
}

.served_industies_swi_main_btn_l {
    margin-right: 20px;
    background: url('img/swi_btn_left4.png') no-repeat;
    background-size: 100% 100%;
}

.served_industies_swi_main_btn_r {
    background: url('img/swi_btn_right4.png') no-repeat;
    background-size: 100% 100%;
}

.served_industies_swi_main_btn_l:hover,
.served_industies_swi_main_btn_r:hover {
    transform: scale(0.8);
}

.index_capabilities {
    margin-top: 5%;
}

.index_capabilities .big_title {
    text-align: left;
}

.index_capabilities_main {
    display: flex;
    justify-content: space-between;
}

.index_capabilities_div {
    width: 48%;
    margin-top: 25px;
}

.index_capabilities_title {
    font-family: Exo-Bold;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
}

.index_capabilities_ul li {
    padding: 15px 0;
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    border-bottom: 1px solid #919191;
}

@media only screen and (max-width: 950px) {
    .service_title {
        font-size: 26px;
    }

    .proType_bottom_div {
        width: 100%;
        margin-bottom: 30px;
    }

    .proType_bottom .layout {
        flex-wrap: wrap;
    }

    .proType_bottom_div:last-child {
        margin-bottom: 0;
    }

    .service_main_left,
    .service_main_div {
        width: 100%;
        margin-right: 0;
    }

    .service_main_top_title {
        font-size: 26px;
    }

    .service_main_top_title2 {
        font-size: 18px;
    }

    .service_main_top_div {
        padding: 20px;
    }

    .served_industies_swi_main {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        width: 100%;
        padding: 0 2.5%;
        background: #FD5A11;
    }

    .served_industies_swi_main_div {
        position: relative;
        bottom: auto;
        right: auto;
        padding: 20px;
        width: 100%;
    }

    .served_industies_swi_main_t {
        font-size: 26px;
    }

    .served_industies_swi_main_btn_l,
    .served_industies_swi_main_btn_r {
        width: 30px;
        height: 30px;
    }

    .index_capabilities_main {
        flex-wrap: wrap;
    }

    .index_capabilities_div {
        width: 100%;
    }
}