@charset "UTF-8";

@media screen and (max-width: 1440px) {
    /*首页Banner*/
    .in-banner .swiper-wrapper .swiper-slide .title-box .big {font-size: 40px;margin-bottom: 15px;}
    .in-banner .swiper-wrapper .swiper-slide .title-box .small {font-size: 20px;margin-bottom: 40px;}
    .in-banner .swiper-wrapper .swiper-slide .title-box .banner-more {width: 150px;height: 42px;line-height: 42px;}
    .in-banner .swiper-wrapper .swiper-slide .title-box .banner-more p {font-size: 14px;}
    .in-banner .banner-next img, .in-banner .banner-prev img {width:26px;}
}

@media screen and (max-width: 1366px){

}


@media screen and (max-width: 1024px) {
    /*首页Banner*/
    .in-banner{height:460px}
	.in-banner .swiper-wrapper .swiper-slide video{display: none;}
    .in-banner .swiper-wrapper .swiper-slide .title-box{width:94%;box-sizing:border-box;top:50%;left:50%;transform:translate(-50%,-50%);padding:0 5%}
    .in-banner .swiper-wrapper .swiper-slide .title-box .big{margin-bottom:15px;width:90%;font-size:28px;line-height:36px}
    .in-banner .swiper-wrapper .swiper-slide .title-box .small{font-size:16px;line-height:24px;margin-bottom:30px}
    .in-banner .swiper-pagination{bottom:30px}
    .in-banner .banner-prev{left:3%;display:none}
    .in-banner .banner-next{right:3%;display:none}
    .in-banner .banner-next img,.in-banner .banner-prev img{width:20px;height:auto}
    .in-banner .swiper-wrapper .swiper-slide .pimg{display: none;}
    .in-banner .swiper-wrapper .swiper-slide .mimg{display: block;width: 100%;height: 460px;object-fit: cover;object-position: center;}
    .in-banner .swiper-wrapper .swiper-slide .title-box .banner-more{width:120px;height:36px;line-height:36px}
    .in-banner .swiper-wrapper .swiper-slide .title-box .banner-more p{font-size:14px}

   }


@media screen and (min-width: 1000px) and (max-width:1600px) {

}
