.lbox {
    margin-top: 40px;
}

.listPro_ul {
    overflow-x: auto;
    border-top: 1px solid rgba(40, 40, 40, .98);
    border-bottom: 1px solid rgba(40, 40, 40, .98);
    justify-content: space-between;
}

.listPro_ul li {
    flex-shrink: 0;
    margin: 0 4%;
    position: relative;
}

.listPro_ul li a {
    line-height: 68px;
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
}
.listPro_ul li ul{
    display: none;
}
.listPro_ul li::after {
    content: '';
    display: block;
    height: 4px;
    background: #006ed0;
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.listPro_li_act::after {
    width: 100% !important;
}

.listPro_ul li:hover::after {
    width: 100% !important;
}

.listPro_list {
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto 0;
}

.listPro_list_div {
    width: calc((100% - 23%) / 3);
    margin-right: 11.5%;
    display: block;
    margin-bottom: 7%;
}

.listPro_list .listPro_list_div:nth-child(3n) {
    margin-right: 0;
}

.listPro_list_img {
    width: 68%;
    margin: 0 auto;
}

.listPro_list_img .imgBox {
    padding-bottom: 78.5%;
}

.listPro_list_tit {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    margin: 30px 0 15px;
}

.listPro_list_desc {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.8;
}

.listPro_list_tit:hover {
    color: #006ed0;
}

.listPro_desc .layout {
    position: relative;
}

.listPro_desc .layout::before {
    content: '';
    top: -30px;
    width: 31px;
    height: 21px;
    background: url('img/proList_icon.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
}

.listPro_desc {
    border-top: 1px solid #282828;
    border-bottom: 1px solid #282828;
    padding: 3.5% 0 2%;
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
}

.listPro_services {
    padding: 5% 0;
    justify-content: space-between;
}

.listPro_services_left {
    width: 44.7%;
}

.listPro_services_div {
    width: 48%;
    background: #1D1D1D;
    border-radius: 17px;
    padding: 10% 5%;
    margin-bottom: 18px;
    float: left;
}

.listPro_services_div:nth-child(2) {
    margin-top: 10%;
}

.listPro_services_div:nth-child(2n) {
    float: right;
}

.listPro_services_icon {
    width: 55px;
}

.listPro_services_icon img:nth-child(2) {
    display: none;
}

.listPro_services_div:hover {
    background: #006ed0;
}

.listPro_services_div:hover .listPro_services_icon img:nth-child(1) {
    display: none;
}

.listPro_services_div:hover .listPro_services_icon img:nth-child(2) {
    display: block;
}

.listPro_services_tit {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    margin: 15px 0;
}

.listPro_services_desc {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5em;
    height: 4.5em;
    overflow: hidden;
}

.listPro_services_right {
    width: 49%;
}

.small_title {
    text-align: left;
    font-size: 16px;
}

.big_title {
    text-align: left;
}

.big_title span {
    color: #006ed0;
}

.listPro_services_desc_big {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    margin-top: 50px;
    color: #FFFFFF;
}

.listPro_say {
    justify-content: space-between;
    padding-bottom: 7%;
}

.listPro_say_left {
    width: 28%;
    flex-shrink: 0;
}

.listPro_say_left .listPro_services_desc_big {
    margin-top: 10px;
}

.listPro_say_right {
    width: 68%;
}

.listPro_say_swi_box {
    position: relative;
}

.listPro_say_div {
    width: 100%;
    background: rgba(0, 0, 0, .38);
    padding: 16% 4% 4%;
}

.listPro_say_text {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5em, ;
    height: 6em;
    overflow: hidden;
    color: #FFFFFF;
}

.listPro_say_bottom {
    margin-top: 10%;
    justify-content: space-between;
}

.listPro_say_head_img {
    width: 81px;
    border-radius: 50%;
    margin-right: 15px;
}

.listPro_say_name {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
}

.listPro_say_name2 {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #006ed0;
}

.listPro_say_icon {
    width: 47px;
}

.listPro_say_swi_box .swiper-pagination-bullet {
    width: 16px;
    height: 2px;
    background: #666666;
    margin: 0 5px;
}

.listPro_say_swi_box .swiper-pagination-bullet-active {
    background: #006ed0;
}

.listPro_say_swi_box .swiper-pagination {
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%);
}



@media only screen and (max-width: 950px) {
    .lbanner_bottom,.lbanner_swi{
        display: none;
    }
    .listPro_list_div{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .listPro_desc{
        padding: 50px 0 30px;
        font-size: 16px;
    }
    .listPro_services,.listPro_say{
        flex-wrap: wrap;
        padding: 30px 0;
    }
    .listPro_services_left,.listPro_say_left{
        width: 100%;
        margin-bottom: 30px;
    }
    .listPro_services_right,.listPro_say_right{
        width: 100%;
    }
    .listPro_say{
        padding: 30px 0 60px;
    }
   
}