@media screen and (max-width: 700px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/

    /* 首页适配 */
    .headerbox .content .flex_between{
        display: block;
    }
    .header_main_search2{
        display: flex !important;
    }
    .logoleft{
        width: 80%;
        margin: 0 auto;
    }
    .searchright{
        width: 90%;
        margin: 20px auto;
        padding-bottom: 0px;
    }
    .headerbox{
        height: auto;
        background-image: none;
    }
    header{
        height: auto;
    }
    .sj-main{
        margin-top: 20px;
    }
    .swiperbox{
        width: 100% !important;
        height: 260px !important;
    }
    .profile_right{
        padding: 20px;
        box-sizing: border-box;
    }
    .w1200{
        width: 100% !important;
    }
    .profile_left{
        float: none;
        margin: 0 auto;
    }
    .xldr_profile .name .p1{
        display: inline-block;
        float: none;
    }
    .xldr_profile .name .p2{
        display: inline-block;
        float: none;
    }
    .xldr_profile .name{
        text-align:center;
        margin-top:20px
    }
    .dqwz{
        display: none;
    }
    .ldzc_right dl dt{
        padding-left: 0px;
    }


}