@media screen and (max-width: 700px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
   header{
     width:100vw
   }
footer{
   width:100vw
}
.feature .swiper-slide{
  width:100% !important
}
.feature-swiper{
padding-right:0px  !important
}
.swiper-container .swiper-slide{
 margin:0px !important
}
body{
 overflow-x:hidden
}
    /* 首页适配 */
    .headerbox .content .flex_between{
        display: block;
    }
    .header_main_search2{
        display: flex !important;
    }
    .dfaff{
   padding-top:0px !important
   }
    .logoleft{
        width: 80%;
        margin: 0 auto;
    }
  .pp2text{
  width:calc(100% - 30px);
  font-size:20px
 }
    .searchright{
        width: 90%;
        margin: 20px auto;
        padding-bottom: 0px;
    }
    .headerbox{
        height: auto;
        background-image: none;
    }
    header{
        height: auto;
    }
    .sj-main{
        margin-top: 20px;
    }
  section {
        width: 100vw;
    }
    .backtops {
        width: 100%;
    }
    .bmlq {
        display: block;
    }
    .bmfwbox {
        width: 100%;
    }
 .bmfw a{
display:block;
width:48%
}
    .bmztc {
        display: block;
    }
    .tsfw {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .content {
        width: 100%;
    }
    .itembm {
        width: 100%;
    }
    .bmfwbox {
        padding-bottom: 0px;
    }
    .bmztc {
        width: 100%;
    }
    .itembm2 {
        width: 30%;
    }
    .bmicon2 {
        width: 100%;
        height: 100%;
    }
    .bmfw {
        width: 100%;
    }
    .feature-swiper {
        overflow: hidden;
        padding-right: 43px;
    }
    .swiper-container {
        overflow: initial;
    }
    .tabitemfw {
        font-size: 18px;
    }
    .fwmore {
        right: 10px;
        top: 20px;
        font-size: 14px;
    }
.fwmore2{
       right: 10px !important;
        top: 20px !important;
        font-size: 14px !important;
}
    .fwlist {
        display: block;
        padding: 0px 20px;
        box-sizing: border-box;
    }
    .leftfw {
        width: 100%;
        height: auto;
    }
    .rightfw {
        padding-left: 0px;
    }
    .swiper-container2 {
        width: 100%;
    }
    .rightfw {
        width: 100%;
    }
    .itemrightfw {
        width: 100%;
        margin: 20px 0px 20px;
    }
    .backtops {
        background: none;
    }

}