
@media (max-width: 1200px) {
    #myCarousel {
        display: none;
    }

    #mobile_banner{
        display: block;
    }

}

@media (min-width: 1200px) {
    #myCarousel {
        display: block;
    }
    #mobile_banner{
        display: none;
    }

}
.slide {

}
.slide .content {
    height: auto;
    background: #fff;
    position: relative;
}
.slide .content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}

.slide .owl-theme .owl-nav.disabled + .owl-dots {
    position: relative;
    top: -35px;
    margin-bottom: -36px;
}
.slide{
    margin: 0;
}


@media (max-width: 1200px) {
    .bannerIntro_box2{
        display: none;
    }
    .smallbannerlist{
        display: none;
    }
    .bannerIntro_box{
        display: none;
    }
    .bannerlines{
        display: none;
    }
    .swiper-button-next2{
        display: none;
    }
    .swiper-button-prev1{
        display: none;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: -36px;
    }
    .bannerIntro_title1{
        font-size: 16px;
        font-family: "思源黑体 CN Heavy";
    }
    .bannerIntro_title2{
        font-size: 12px;
        font-family: "思源黑体 CN Regular";

    }
    .bannerIntro_title3{
        font-size: 12px;
        font-family: "思源黑体 CN Regular";

    }
    .bannerIntro_title4{
        font-size: 18px;
        color: #fff;
        padding-top: 20px;
        font-family: "思源黑体 CN Regular";

    }
    .bannerIntro_title5{
        font-size: 12px;
        font-family: "思源黑体 CN Regular";

    }
    .swiper-pagination{
        opacity: 0;
    }
}