.show{
    display: block!important;
}

.font_color{
    color: #ffffff!important;
}
.bg_color{
    background: #4381ff!important;
}

.consulting{
    background: #F4F5F9;
    padding: 3% 0 3%;
}
.consulting .active{
    background: #4381ff!important;
}

.consulting .left_img{
    display: flex;
    width: 100%;
}

.consulting .left_box{
    width: 60%;
    margin-top: 8%;
    margin-left: 5%;
    display: none;
}

.consulting .left_title{
    color: #4381ff
}
.consulting .left_desc{
    margin-top: 6%
}

.consulting .left_botton{
    background: #4381ff;
    width: 200px;
    height: 60px;
    text-align: center;
    margin-top: 3%;
}

.consulting .left_botton p{
    color: #ffffff;
    font-size: 20px;
    line-height: 60px;
}

.consulting .right_box{
    display: flex;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
}

.consulting .right_item{
    background: #ffffff;
    padding: 10%;
    display: flex;
    width: 100%;
}

.consulting .right_item .img_bg{
    background:#C1BFBF;
    border-radius: 30px;
}

.consulting .right_item img{
    width: 50px;
    height: 50px;
    padding: 15%;
}

.consulting .right_item p{
    color: #3c3b3b;
    font-size: 20px;
    margin: 7% auto;
}

.contact_address{
    padding: 3% 0 3%;
}
.item-data{
    display: flex;
    margin: 1%;
    width: 100%;
}
.item-data span{
    display: block;
    width: 10%;
    height: 33px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-left: 18px;
    float: left;
}
.item-data p{
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-left: 13px;
    float: left;
    height: 33px;
    line-height: 50px;
}
.contact_map{
    padding: 3% 0 3%;
}

.icon-item{
    background: #4381ff;
    border-radius: 30px;
    width: 50px;
    height: 50px;
}

.icon-item img{
    padding: 20%;
}
.map_address{
    width: 13%;
}

#container {
    height: 500px;
    width: 100%;
}

.contactus_mobile{
    width: 100%;
}
.contactus_mobile .swiper-pagination{
    position: absolute;
    bottom: 6.586rem;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
}
.contactus_mobile .swiper-pagination-bullet-active {
    background: #5a7ee6 !important;
}
.contactus_mobile .swiper-pagination-bullet {
    width: 3rem !important;
    height: 0.2rem !important;
    border-radius: 0 !important;
    border: none !important;
    background: #ced7f2 !important;
    margin: 0 0.14rem;
}

@media (min-width: 992px) {
    .contactus_pc{
        display: block!important;
    }
    .contactus_mobile{
        display: none!important;
    }
}

@media (max-width: 767px) {
    /*移动端显示*/
    .left_img{
        flex-direction: column;
    }
    .left_img img{
        width: 100%;
    }
    .consulting .left_box{
        width: 100%;
        margin-bottom: 5%;
    }
    .consulting .right_box .right_item img{
        width: 50%;
        height: 50%;
    }
    .consulting .right_box .right_item p{
        line-height: 90%;
    }


    .contactus_mobile{
        display: block!important;
    }
    .contactus_pc{
        display: none!important;
    }

/*    */
    .consulting .left_title{
        font-size: 25px!important;
    }
    .consulting .left_desc{
        font-size: 14px!important;
        margin-top: 2% !important;
    }

    .consulting .left_botton{
        width: 180px!important;
        height: 45px!important;
    }
    .consulting .left_botton p{
        font-size: 18px;
        line-height: 45px!important;
    }

    .section-title .title{
        font-size: 20px!important;
    }
    .icon-item{
        width: 30px!important;
        height: 30px!important;
    }

    .item-data span{
        width: 12% !important;
        line-height: 30px!important;
        font-size: 15px!important;
    }
    .item-data p{
        line-height: 30px!important;
        font-size: 15px!important;
    }

    .map_address{
        width: 20%!important;
    }
    .contactus_mobile .swiper-pagination{
        bottom: 15.586rem!important;
    }

}