@import "global.css";
.bannerwarp{
        display: block;
    }
.banner1{
    display: none;
}
@media screen and (max-width:1199px) {
/*banner图*/
    .bannerwarp{
        display: none
    }
    .banner1{
        width: 100%;
        height: 208px;
        display: block;
        margin-top: 56px;
    }
    .banner1 .swiper-wrapper{
        width: 100%;
        height: 208px;
    }
    .banner1 .swiper-slide{
        width: 100%;
        height: 208px;
    }
    .banner1 .swiper-slide img{
        width: 100%;
        height: 208px;
    }
    .banner1 .swiper-pagination-bullet{
        width: 10px !important;
        height: 10px !important;
        background: #fff !important;
        border-radius: 50%;
        opacity: 1 !important;
    }
    .banner1 .swiper-pagination-bullet-active{
        width: 10px !important;
        height: 10px !important;
        background: #000 !important;
    }
/*banner图 end*/ 
/*内容*/
    .index_main .index_m01{
        height: auto;
        padding: 0 15px 15px;
        margin-top: 0;
    }
    .index_main .index_m01 ul li{
        margin-top: 15px;
    }
    .index_main .index_m02{
        margin-top: 15px;
    }
    .index_main .in_tit{
        padding: 0 15px;
    }
    .index_main .in_tit h2{
        font-size: 24px;
    }
    .index_main .in_tit a{
        font-size: 18px;
        margin-top: 5px;
    }
    .index_main .index_m02 .box{
        height: auto;
        margin-top: 15px;
    }
    #banner{
        height: auto;
    }
    #banimg li{
        height: auto;
    }
    #banimg li .left{
        width: 90%;
        height: auto;
        padding: 15px 30px;
        margin-top: 0;
        margin-left: 5%;
    }
    #banimg li .right{
        width: 90%;
        height: auto;
        margin-left: 5%;
    }
    #num{
        width: 200px;
        bottom: 30px;
        right: 80px;
    }
    #banimg li .left p{
        font-size: 16px;
    }
    #banimg li .left .more{
        margin-top: 10px;
    }
    #banimg li .right img{
        height: 200px;
    }
    .index_main .index_m03{
        width: 94%;
        margin-top: 15px;
        margin-left: 3%;
    }
    .index_main .index_m03 img{
        width: 100%;
        height: auto;
    }
    .index_main .index_m04{
        margin-top: 15px;
        padding: 15px;
    }
    .index_main .index_m04 img{
        width: 100%;
        height: auto;
    }
    .index_main .index_m04 .box{
        width: 100%;
        height: auto;
        margin-top: 15px;
        padding: 15px;
    }
    .index_main .index_m05{
        padding: 0 0 15px;
    }
    .index_main .index_m05 .i_ul{
        width: 100%;
        margin:0;
    }
    .index_main .index_m05 .i_ul ul{
        width: 100%;
        text-align: center;
    }
    .index_main .index_m05 .i_ul ul li{
        display: inline-block;
        float: none;
        margin-right: 0;
        margin-top: 15px;
    }
    .index_main .index_m05 .i_ul ul li .box p{
        text-align: left;
    }
    .index_main .index_m05 .i_ul ul li .box h2{
        text-align: left;
    }
    .index_main .index_m06{
        padding: 0 15px 0;
    }
    .index_main .index_m06 .left{
        margin-top: 15px;
        width: 90%;
        margin-left: 5%;
        height: auto;
    }
    .index_main .index_m06 .left .box p{
        margin-top: 5px;
    }
    .index_main .index_m06 .left .box .more{
        margin-top: 15px;
    }
    .index_main .index_m06 .right{
        width: 100%;
        height: 405px;
        margin-top: 15px;
    }
    .index_main .index_m06 .right ul li{
        margin-bottom: 15px;
        height: 84px;
    }
/*内容 end*/
}