
/* ======================================================1800px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1920px) {

}


/* ======================================================1580px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1580px) {

}


/* ======================================================1300px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1300px) {

 
}


/* ======================================================1200px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1200px) {
   /* 头部 */
   .header2 .nav > ul > li > a {font-size: .24rem;}
 
   
}

/* ======================================================1024px========================================================= */
@media screen and (min-width: 200px) and (max-width: 1024px) {
   /* 头部 */
   .header2 .hot {display: none;}
   .header2 .box > .nav {display: none;}
   .header2 .head_re .more {display: none;}


   /* 首页 */
   .index2_banner .mySwiper2 {height:auto;}
   .index2_banner {height: auto;}
   .index2_banner .mySwiper .slide {width: auto; padding: .2rem;}
   /*.index2_banner .mySwiper2 .slide img {min-height: 8rem;}*/
   
   .index2_banner .mySwiper2 .slide img {}
   
}

/* ======================================================960px========================================================= */
@media screen and (min-width: 200px) and (max-width: 960px) {
   
  
  
}

/* ======================================================手机端========================================================= */
@media screen and (min-width: 200px) and (max-width: 767px) {
   /* 头部 */
   .header2 .head_re .web i {font-size: .4rem;}

   /* 公用标题 */
   .index2_tle .t2 {font-size: .48rem;}

   /* 首页 */
   .index2_banner .thumb_box {opacity: 0; visibility: hidden;}
   .index2_banner .pagination {display:block;}
   .index2_banner .mySwiper .slide .t2 {font-size: var(--font12);}
   .index2_banner .mySwiper2 .slide img {}
   .index2_One .sec_item .content-wrapper {min-height: 50vh;}
   .index2_One .sec_item .content-wrapper .content .heading {font-size: .48rem;}
   .index2_Two .list ul {grid-template-columns: repeat(1,1fr);}
   .index2_Two .list li .tit_con .tit {font-size: .4rem;}
   .index2_Thre .list ul {grid-template-columns: repeat(1,1fr); gap: .24rem;}
   .index2_Thre .list li .tit {font-size: .36rem;}


   

}

@media screen and (min-width: 200px) and (max-width: 640px) {

}

@media screen and (min-width: 200px) and (max-width: 500px) {
}

@media screen and (min-width: 200px) and (max-width: 450px) {
}

@media screen and (min-width: 200px) and (max-width: 300px) {


}


