img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}




.banner .swiper-container {
  overflow: hidden;
  margin: 0 auto;

}

.banner .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.banner .swiper-slide::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/bannerbg.png) no-repeat bottom center;
  background-size: 100%;
  z-index: 1;
  pointer-events: none;
}

.banner .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide a{
  display: block;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 1s linear 2s;
  transform: scale(1, 1);
  object-fit: cover;
  position: relative;
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1.05, 1.05);
}



.banner .video-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner video{
  display: block;
  pointer-events: none; /* 防止视频干扰滑动手势 */
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.banner .swiper-banner-next {
  position: absolute;
  width: 0.66rem;
  height: 0.67rem;
  background: url(../images/bannerright.png) no-repeat center;
  background-size: 100%;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  cursor: pointer;
  display: none;

}

.banner .swiper-banner-prev {
  position: absolute;
  width: 0.66rem;
  height: 0.67rem;
  background: url(../images/bannerleft.png) no-repeat center;
  background-size: 100%;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  cursor: pointer;
  display: none;
}



.banner .swiper-pagination{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0 0.1rem;
  border-radius: 0%;
  opacity: 1;
  display: inline-block;
  width: 0.68rem;
  height: 0.68rem;
  background: none;
  line-height: 0.68rem;
  color: rgba(255, 255, 255, 0);
}


.banner .swiper-pagination .swiper-pagination-bullet::after{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 0.12rem;
  height: 0.12rem;
}



.banner .swiper-pagination .swiper-pagination-bullet-active{
  background: url(../images/bannerico.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 1;
  color: rgba(255, 255, 255, 0);
}

.banner .swiper-pagination .swiper-pagination-bullet-active::after{
  opacity: 0;
}


.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
  display: none;

}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
  display: none;
}




  /* title */
  
  .titlecon{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }
  
  .title{
    text-align: left;
    margin: 0 auto;

  
  }
  
  .title h3{
    font-size: 0.36rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #333333;
    font-family: "MiSans-Bold";
  }

  .title h3 i{
    font-size: 0.36rem;
    color: #154FBB;
  }
  
  .title span{
    display: block;
    font-size: 0.16rem;
    color: #C4C4C4;
    font-family: "MiSans-Normal";
    text-transform: uppercase;
    position: relative;
    z-index: 5;
    padding-left: 0.33rem;
    line-height: 0.2rem;
    margin-top: 0.07rem;
  }

  .title span::after{
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0.09rem;
    width: 0.24rem;
    height: 0.02rem;
    background: #154FBB;

  }
  
  
  
  .titlemore{
    background: url(../images/moreico.png) no-repeat left center;
    background-size: 0.07rem 0.12rem;
    padding-left: 0.14rem;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  .titlemore a{
    display: block;
    font-size: 0.16rem;
    color: #154FBB;
    text-transform: capitalize;
    background: url(../images/more.png) no-repeat right center;
    background-size: 0.13rem 0.13rem;
    padding-right: 0.18rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }



  
  /* news */
  
.newsbg{
  margin: 0 auto;
  width: 100%;
  padding-top: 0.78rem;
}

.newsbg .news{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .news_l{
  width: 21.7%;
  margin-top: 0.4rem;
}

.newsbg .news .title{
  margin: 0;
}

.newsbg .news .news_l .newsshow{
  width: 100%;
  margin-top: 0.29rem;
}

.newsbg .news .news_l .newsshow a{
  display: block;
}


.newsbg .news .news_l .newsshow .pic{
  width: 100%;
  height: 1.85rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;

}

.newsbg .news .news_l .newsshow .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_l .newsshow .txt{
  margin-top: 0.26rem;
  padding-bottom: 0.2rem;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #D8D8D8;
} 

.newsbg .news .news_l .newsshow .txt::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 0%;
  height: 1px;
  background: #1E56BE;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_l .newsshow .txt h5{
  font-size: 0.22rem;
  color: #3D3D3D;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_l .newsshow .txt .time{
  margin-top: 0.22rem;

  background: url(../images/time.png) no-repeat left center;
  background-size: 0.16rem 0.16rem;
}

.newsbg .news .news_l .newsshow .txt .time span{
  display: block;
  font-size: 0.16rem;
  color: #9E9E9E;
  padding-left: 0.25rem;
}


.newsbg .news .news_l .newslist{

}

.newsbg .news .news_l .newslist ul li{
  margin-top: 0.32rem;
  padding-bottom: 0.2rem;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #D8D8D8;
}


.newsbg .news .news_l .newslist ul li::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 0%;
  height: 1px;
  background: #1E56BE;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.newsbg .news .news_l .newslist ul li a{
  display: block;
}


.newsbg .news .news_l .newslist ul li h5{
  font-size: 0.22rem;
  color: #3D3D3D;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.newsbg .news .news_l .newslist ul li .time{
  margin-top: 0.26rem;
  background: url(../images/time.png) no-repeat left center;
  background-size: 0.16rem 0.16rem;
}

.newsbg .news .news_l .newslist ul li .time span{
  display: block;
  font-size: 0.16rem;
  color: #9E9E9E;
  padding-left: 0.25rem;
}

.newsbg .news .news_c{
  width: 47.3%;
  height: 8rem;
  border-radius: 0.1rem ;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
}

.newsbg .news .news_c .swiper-container{
  position: relative;
  height: 100%;
}



.newsbg .news .news_c .swiper-slide{
  position: relative;

}


.newsbg .news .news_c .swiper-slide a{
  display: block;
}

.newsbg .news .news_c .swiper-slide .pic{
  width: 100%;
  height: 4.4rem;
  overflow: hidden;
  position: relative;
}



.newsbg .news .news_c .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_c .swiper-slide .txt{
  margin: 0.4rem 0.4rem ;

}

.newsbg .news .news_c .swiper-slide .txt .news_t{
  position: relative;
  margin-bottom: 0.3rem;


}

.newsbg .news .news_c .swiper-slide .txt .news_t h6{
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 0.36rem;
  color: #333333;
  font-family: "MiSans-Bold";
}

.newsbg .news .news_c .swiper-slide .txt .news_t h6 i{
  font-size: 0.36rem;
  color: #154FBB;
}

.newsbg .news .news_c .swiper-slide .txt .news_t span{
  display: block;
  font-size: 0.16rem;
  color: #C4C4C4;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  padding-left: 0.33rem;
  line-height: 0.2rem;
  margin-top: 0.07rem;
}

.newsbg .news .news_c .swiper-slide .txt .news_t span::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0.09rem;
  width: 0.24rem;
  height: 0.02rem;
  background: #154FBB;

}

.newsbg .news .news_c .swiper-slide .txt{
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 0.45rem;
}

.newsbg .news .news_c .swiper-slide .txt h5{
  font-size: 0.22rem;
  color: #3D3D3D;
  font-family: "MiSans-Bold";
  line-height: 0.32rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_c .swiper-slide .txt p{
  font-size: 0.18rem;
  color: #999999;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.2rem;
}


.newsbg .news .news_c .news_button{
  width: 100%;
  position: absolute;
  bottom: 0rem;

}

.newsbg .news .news_c .news_button .news-pagination{
  margin: 0 auto;
  position: relative;
  z-index: 9;
  width: auto;
  text-align: center;
  
}

.newsbg .news .news_c .news_button .news-pagination .swiper-pagination-bullet{
  margin: 0 0.05rem;
  background: #D8D8D8;
  width: 0.16rem;
  height: 0.09rem;
  border-radius: 45px;
  display: inline-block;
  text-align: center;
  opacity: 1;
  position: relative;
}


.newsbg .news .news_c .news_button .news-pagination .swiper-pagination-bullet-active{
  background: #154FBB;
  width: 0.32rem;
}


.newsbg .news .news_r{
  width: 21.8%;
  margin-top: 0.4rem;
}

.newsbg .news .news_r .noticebox{
  margin-top: 0.08rem;
}


.newsbg .news .news_r .noticebox ul li{
  padding-top: 0.38rem;
  padding-bottom: 0.2rem;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #D8D8D8;
}


.newsbg .news .news_r .noticebox ul li::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 0%;
  height: 1px;
  background: #1E56BE;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.newsbg .news .news_r .noticebox ul li a{
  display: block;
}


.newsbg .news .news_r .noticebox ul li h5{
  font-size: 0.22rem;
  color: #3D3D3D;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.newsbg .news .news_r .noticebox ul li .time{
  margin-top: 0.28rem;
  background: url(../images/time.png) no-repeat left center;
  background-size: 0.16rem 0.16rem;
}

.newsbg .news .news_r .noticebox ul li .time span{
  display: block;
  font-size: 0.16rem;
  color: #9E9E9E;
  padding-left: 0.25rem;
}



  
  /* DYNAMICS */
  
  .DYNAMICSbg{
    width: 100%;
    margin: 0 auto;
    background: url(../images/DYNAMICSbg.jpg) no-repeat top center;
    background-size: 100%;
    overflow: hidden;
  }

  .DYNAMICSbg .DYNAMICS{
    margin: 0 auto;
    padding-top: 1.35rem;
  }

  .DYNAMICSbg .DYNAMICS .DYNAMICSbox{
    margin: 0.3rem  auto 0 auto;

  }

  .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }

  .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul li{
    width: 19%;
    margin: 0 1.23% 0.3rem 0;
    border-radius: 0.1rem;
    border: 0.5px solid rgba(153, 153, 153, 0.6);
    position: relative;
    z-index: 5;
  }

  .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul li:nth-of-type(5n){
    margin-right: 0;
  }

  .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul li a{
    display: block;
    padding: 0.2rem 0.3rem;

  }

  .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul li .ico{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
  }

  .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul li .ico span{
    display: block;
    overflow: hidden;
    width: 0.31rem;
    height: 0.31rem;
    background: #1A53BC;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul li .ico span .ico1{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul li .ico span .ico2{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul li .ico h6{
    width: calc((100% - 0.5rem));
    font-size: 0.18rem;
    color: #154FBB;
    margin-left: 0.13rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul li h5{
    color: #3D3D3D;
    font-size: 0.22rem;
    line-height: 0.32rem;
    height: 0.64rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 0.14rem 0;
  }

  .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul li .time{
    display: block;
    font-size: 0.16rem;
    color: #999999;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul li::after{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    width: 0;
    height: 100%;
    background: url(../images/DYNAMICSlist.jpg) no-repeat top center;
    background-size: 100% 100%;
    border-radius: 0.1rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }




/* about */

.fcbg{
  margin: 0 auto;
  background: url(../images/fcbg.jpg) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 2.3rem;
}

.about{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about .ab_l{
  width: 37%;
  font-size: 0.18rem;
  color: #3D3D3D;
  line-height: 0.32rem;
  max-height: 0.96rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.about .ab_num{
  width: 51.5%;
  
}

.about .ab_num ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  border-left: 1px solid rgba(102, 102, 102, 0.4);
}

.about .ab_num ul li{
  width: 25%;
  border-right: 1px solid rgba(102, 102, 102, 0.4);
  text-align: center;
}

.about .ab_num ul li h5{
  color: #154FBB;
  line-height: 0.44rem;
}

.about .ab_num ul li h5 span{
  font-size: 0.6rem;
  line-height: 0.44rem;
}

.about .ab_num ul li h5 i{
  font-size: 0.2rem;
}

.about .ab_num ul li h5 em{
  font-size: 0.6rem;
}

.about .ab_num ul li p{
  font-size: 0.18rem;
  color: #3D3D3D;
}




/* fc */

.fc{
  margin: 0.9rem auto 0 auto;
}

.fc .fcbox{
  margin: 0.3rem auto 0 auto;
  position: relative;
}

.fc .fcbox .swiper-slide{
  position: relative;
  width: 7.5rem;


}

.fc .fcbox .swiper-slide a{
  display: block;
}

.fc .fcbox .swiper-slide .pic{
  position: relative;
  width: 100%;
  padding-top: 58%;
  overflow: hidden;
  border-radius: 0.1rem;
  background: #FFFFFF;
  clip-path: polygon(0 94%, 0 6%, 100% 0%, 100% 100%);
}

.fc .fcbox .swiper-slide .pic img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.1rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0.4;
} 

.fc .fcbox .swiper-slide .txt{
  margin: 0.32rem auto 0 auto;
  text-align: center;
  font-size: 0.22rem;
  color: #3D3D3D;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  opacity: 0;
}

.fc .fcbox .swiper-slide-prev{
  position: relative;
  left: 5.5%;

}

.fc .fcbox .swiper-slide-prev .pic{
  clip-path: polygon(0 100%, 0 0, 100% 6%, 100% 94%);
}

.fc .fcbox .swiper-slide-prev .pic img{
  opacity: 0.8;
}

.fc .fcbox .swiper-slide-next{
  position: relative;
  right: 5.5%;

}

.fc .fcbox .swiper-slide-next .pic img{
  opacity: 0.8;
}

.fc .fcbox .swiper-slide.pr2 .pic {
  clip-path: polygon(0 100%, 0 0, 100% 6%, 100% 94%);
}


.fc .fcbox .swiper-slide-active .pic{
  clip-path: polygon(0 100%, 0 0%, 100% 0%, 100% 100%);

}

.fc .fcbox .swiper-slide-active .pic img{
  opacity: 1;
}


.fc .fcbox .swiper-slide-active .txt{
  opacity: 1;

}



.fc .fcbox .fc-next{
  cursor: pointer;
  background: url(../images/right.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.55rem;
  height: 0.55rem;
  position: absolute;
  z-index: 10;
  right: 26%;
  top: 43%;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fc .fcbox .fc-prev{
  cursor: pointer;
  background: url(../images/left.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.55rem;
  height: 0.55rem;
  position: absolute;
  z-index: 10;
  left: 26%;
  top: 43%;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



/* ENROLMENT */

.ENROLMENT{
  margin: 0.8rem auto 0 auto;
}

.ENROLMENT .title{
  margin: 0;
}

.ENROLMENT .ENROLMENTbox{
  margin: 0.3rem auto 0 auto;
}

.ENROLMENT .ENROLMENTbox ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.ENROLMENT .ENROLMENTbox ul li{
  width: 22.7%;
  height: 1.92rem;
  border-radius: 0.1rem;
  margin-right: 3%;
}

.ENROLMENT .ENROLMENTbox ul li a{
  display: block;
  padding: 0.2rem 0.35rem 0 0.3rem;
}

.ENROLMENT .ENROLMENTbox ul li .pic{
  width: 0.72rem;
  height: 0.72rem;
  overflow: hidden;
  background: url(../images/ENROLMENTxt.png) no-repeat center;
  background-size: 100% 100%;
}

.ENROLMENT .ENROLMENTbox ul li .pic img{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;

}

.ENROLMENT .ENROLMENTbox ul li .txt{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0.2rem auto 0 auto;
} 

.ENROLMENT .ENROLMENTbox ul li .txt  h5{
  width: calc((100% - 0.9rem));
}

.ENROLMENT .ENROLMENTbox ul li .txt h5 span{
  font-size: 0.28rem;
  color: #FFFFFF;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ENROLMENT .ENROLMENTbox ul li .txt h5 i{
  font-size: 0.16rem;
  color: #FFFFFF;
  font-family: "MiSans-Normal";
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.4;
  margin-top: 0.03rem;
}

.ENROLMENT .ENROLMENTbox ul li .txt .more{
  display: block;
  width: 0.76rem;
  height: 0.07rem;
  background: url(../images/more2.png) no-repeat center;
  background-size: 100% 100%;
  margin-top: 0.15rem;
}

.ENROLMENT .ENROLMENTbox ul li:last-child{
  margin-right: 0;
}

.ENROLMENT .ENROLMENTbox ul li:nth-child(1){
  background: #F8C034 url(../images/ENROLMENTlist1.png) no-repeat right top;
  background-size: 2.11rem 100%;
}

.ENROLMENT .ENROLMENTbox ul li:nth-child(2){
  background: #154FBB url(../images/ENROLMENTlist2.png) no-repeat right top;
  background-size: 2.11rem 100%;
}

.ENROLMENT .ENROLMENTbox ul li:nth-child(3){
  background: #21A382 url(../images/ENROLMENTlist3.png) no-repeat right top;
  background-size: 2.11rem 100%;
}

.ENROLMENT .ENROLMENTbox ul li:nth-child(4){
  background: #2369ED url(../images/ENROLMENTlist4.png) no-repeat right top;
  background-size: 2.11rem 100%;
}


/* MEDIA */

.MEDIAbg{
  margin: -1.4rem auto 0 auto;
  background: url(../images/mediabg.jpg) no-repeat left top;
  background-size: auto 100%;
  padding-top: 0.48rem;
}

.MEDIAbg .MEDIA{
  margin: 0 auto;
}

.MEDIAbg .MEDIA .title{
  margin: 0;
}

.MEDIAbg .MEDIA .title h3{
  color: #fff;

}

.MEDIAbg .MEDIA .title span{
  color: #fff;

}

.MEDIAbg .MEDIA .title span::after{
  background: #fff;
}

.MEDIAbg .MEDIA .MEDIAbox{
  margin: 0.28rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} 

.MEDIAbg .MEDIA .MEDIAbox .MEDIA_l{
  margin-left: 6.75%;
  width: 28.35%;
  height: 7.94rem;
  position: relative;
}

.MEDIAbg .MEDIA .MEDIAbox .MEDIA_l a{
  display: block;
  height: 100%;
}

.MEDIAbg .MEDIA .MEDIAbox .MEDIA_l .pic{
  width: 100%;
  height: 100%;
  border-radius: 0.1rem 0px 0.1rem 0px;
  position: relative;
  overflow: hidden;
}

.MEDIAbg .MEDIA .MEDIAbox .MEDIA_l .pic img{
  border-radius: 0.1rem 0px 0.1rem 0px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.MEDIAbg .MEDIA .MEDIAbox .MEDIA_l .pic::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, #1E1E1E 100%);
  z-index: 1;
  pointer-events: none;
  border-radius: 0.1rem 0px 0.1rem 0px;
}

.MEDIAbg .MEDIA .MEDIAbox .MEDIA_l .txt{
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  padding: 0 0.33rem;
  line-height: 0.35rem;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
} 

.MEDIAbg .MEDIA .MEDIAbox .MEDIA_l .txt img{
  margin-bottom: 0.1rem;

  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  margin-right: .08rem;
}

.MEDIAbg .MEDIA .MEDIAbox .MEDIA_l .txt h5{
  width: calc((100% - 0.5rem));
  font-size: 0.22rem;
  color: #FFFFFF;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.MEDIAbg .MEDIA .MEDIAbox .MEDIA_r{
  width: 64.5%;

}

.MEDIAbg .MEDIA .MEDIAbox .MEDIA_r ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.MEDIAbg .MEDIA .MEDIAbox .MEDIA_r ul li{
  position: relative;

}

.MEDIAbg .MEDIA .MEDIAbox .MEDIA_r ul li a{
  display: block;
  height: 100%;
}

.MEDIAbg .MEDIA .MEDIAbox .MEDIA_r ul li .pic{
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;

}

.MEDIAbg .MEDIA .MEDIAbox .MEDIA_r ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.MEDIAbg .MEDIA .MEDIAbox .MEDIA_r ul li .pic::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, #1E1E1E 100%);
  z-index: 1;
  pointer-events: none;
  border-radius: 0.1rem 0px 0.1rem 0px;
}


.MEDIAbg .MEDIA .MEDIAbox .MEDIA_r ul li .txt{
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  padding: 0 0.33rem;
  line-height: 0.35rem;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.MEDIAbg .MEDIA .MEDIAbox .MEDIA_r ul li .txt img{
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  
  margin-right: .08rem;
}

.MEDIAbg .MEDIA .MEDIAbox .MEDIA_r ul li .txt h5{
  width: calc((100% - 0.5rem));
  font-size: 0.22rem;
  color: #FFFFFF;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.MEDIAbg .MEDIA .MEDIAbox .MEDIA_r ul li .pic .videoBtn{
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/videoico1.png) center no-repeat;
  background-size: auto;
  background-size: 0.68rem 0.68rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}



.MEDIAbg .MEDIA .MEDIAbox .MEDIA_r ul li:nth-child(1){
  width: 38.3%;
  height: 3.97rem;
  margin-bottom: 0.1rem;

}

.MEDIAbg .MEDIA .MEDIAbox .MEDIA_r ul li:nth-child(2){
  width: 61%;
  height: 3.97rem;
  margin-bottom: 0.1rem;
}

.MEDIAbg .MEDIA .MEDIAbox .MEDIA_r ul li:nth-child(3){
  width: 59.2%;
  height: 3.86rem;
}

.MEDIAbg .MEDIA .MEDIAbox .MEDIA_r ul li:nth-child(4){
  width: 40%;
  height: 3.86rem;
}



.MEDIAbg .MEDIA .MEDIAbox .MEDIA_r ul li:nth-child(2n) .pic{

  border-radius: 0.1rem 0px 0px 0.1rem ;


}

.MEDIAbg .MEDIA .MEDIAbox .MEDIA_r ul li:nth-child(2n) .pic img{
  border-radius: 0.1rem 0px 0px 0.1rem ;
}


/* INDUSTRY */

.INDUSTRYbg{
  margin: 0 auto;
  background: url(../images/INDUSTRYbg.jpg) no-repeat bottom center;
  background-size: 100% ;
  padding-top: 0.85rem;
}

.INDUSTRYbg .INDUSTRY{
  margin: 0 auto;
}

.INDUSTRYbg .INDUSTRY .INDUSTRYbox{
  margin: 0.1rem -0.4rem;
}

.INDUSTRYbg .INDUSTRY .INDUSTRYbox .swiper-container{
  padding: 0.2rem 0.2rem;
}


.INDUSTRYbg .INDUSTRY .INDUSTRYbox .swiper-container .swiper-slide{
  position: relative;
  z-index: 5;
  min-height: 1.58rem;

}

.INDUSTRYbg .INDUSTRY .INDUSTRYbox .swiper-slide a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.31rem 0.3rem 0.31rem 0.3rem;
}

.INDUSTRYbg .INDUSTRY .INDUSTRYbox .swiper-slide .time{
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 0.1rem;
  background: linear-gradient(347deg, #154FBB -28%, #0C72D5 105%);
  text-align: center;
  justify-items: center;
}

.INDUSTRYbg .INDUSTRY .INDUSTRYbox .swiper-slide .time span{
  display: block;
  color: #FFFFFF;
  font-size: 0.24rem;
  padding-top: 0.18rem;
}

.INDUSTRYbg .INDUSTRY .INDUSTRYbox .swiper-slide .time i{
  display: block;
  color: #FFFFFF;
  font-size: 0.18rem;
  margin-top: 0.02rem;

}

.INDUSTRYbg .INDUSTRY .INDUSTRYbox .swiper-slide .txt{
  width: calc((100% - 1.25rem));
}

.INDUSTRYbg .INDUSTRY .INDUSTRYbox .swiper-slide .txt h5{
  font-size: 0.22rem;
  color: #3D3D3D;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.INDUSTRYbg .INDUSTRY .INDUSTRYbox .swiper-slide .txt p{
  font-size: 0.16rem;
  color: #999999;
  font-family: "MiSans-Normal";
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: 0;
}


.INDUSTRYbg .INDUSTRY .INDUSTRYbox .swiper-slide::after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  width: 0;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




/* SPECIAL */

.SPECIAL{
  margin: 0.6rem auto 0 auto;
  padding-bottom: 0.85rem;
}

.SPECIAL .SPECIALbox{
  margin: 0.3rem auto 0 auto;
}

.SPECIAL .SPECIALbox ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.SPECIAL .SPECIALbox ul li{
  width: 23%;
  position: relative;
  margin-right: 2.6%;

}

.SPECIAL .SPECIALbox ul li:last-child{
  margin-right: 0;
}

.SPECIAL .SPECIALbox ul li a{
  display: block;
}

.SPECIAL .SPECIALbox ul li .pic{
  border-radius: 0.1rem;
  position: relative;
  width: 100%;
  padding-top: 54%;
  overflow: hidden;
}

.SPECIAL .SPECIALbox ul li .pic img{
  border-radius: 0.1rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


#videoAlert {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1009;
}

#videoAlert .cont {
  position: relative;
  height: 100%;
}

#videoAlert .video_box {
  position: absolute;
  margin-top: 10%;
  width: 70%;
  height: 60%;
  margin-left: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}

#videoAlert .video_box video {
  width: 85%;
  margin: 0 auto;
}

#videoAlert .video_box .close img {
  width: 30px;
  position: absolute;
  top: 0.5rem;
  right: 0%;
  max-height: initial;
}

#videoAlert .video_box .close {
  margin-bottom: 65px;
  height: 30px;
  position: relative;
  z-index: 10000;
  cursor: pointer;
}




/* SPECIALTY */

.SPECIALTYbg{
  margin: 0.55rem auto 0 auto;
  background: url(../images/SPECIALTYbg.jpg) no-repeat center top;
  background-size: 100%;
}

.SPECIALTYbg .SPECIALTY{
  margin: 0 auto;
  padding-top: 0.5rem;
}

.SPECIALTYbg .SPECIALTY .title h3{
  color: #fff;

}

.SPECIALTYbg .SPECIALTY .title span{
  color: #fff;
}

.SPECIALTYbg .SPECIALTY .title span::after{
  background: #fff;
}


.SPECIALTYbg .SPECIALTY .miso_form1{
  margin: 0.4rem auto 0 auto;
  min-height: 2rem;
  border-radius: 0.1rem 0.1rem 0px 0px;
  background: #FFFFFF;
  padding: 0.25rem 0.5rem 0 0.5rem;
  z-index: 15;
  position: relative;
}


.miso_form1 .input-group{
  position: relative;
}

.miso_form1 .input-group .sub {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.7rem;
  height: 100%;
  overflow: hidden;
  background: 0 0;
  cursor: pointer;
  border-radius: 0 .16rem .16rem 0;
  font-size: .3rem;
  color: #154FBB;
}

.miso_form1 .input-group .sub:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 1px;
  height: .3rem;
  background: #D8D8D8;
  margin: -.15rem 0 0
}

.miso_form1 .input-group .inp {
  height: .67rem;
  border: 0;
  border-right: 0;
  padding-right: 2rem;
  width: 100%;
  padding-left: .45rem;
  border-bottom: #D8D8D8 1px solid;
  font-size: .3rem;
  background: url(../images/form1_i1.png) left center no-repeat;
  background-size: .29rem .3rem;
  color: #BBBBBB;
}

.rips {
  margin: .13rem 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.rips dt {
  font-size: .14rem;
  color: #BBBBBB;
}

.rips .dd {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.rips .dd .a {
  font-size: .14rem;
  color: #BBBBBB;
}


.search_list {
  position: absolute;
  right: 0;
  left: 0;
  top: 80%;
  z-index: 10;
  background: #fff url(../images/soubg.jpg) no-repeat bottom center;
  background-size: 100%;
  height: 7.3rem;


}

.search_list {
  padding: .25rem 0.9rem 0.5rem 0.9rem;
  display: none;
  overflow: hidden;
  overflow-y: scroll;
}

.search_list ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.search_list li {
  float: left;
  width: 25%;
  padding: 0;
  position: relative;
}

.search_list li dl {
  margin: 0 0.5rem 0.1rem 0.5rem;
  position: relative;
}

.search_list li dd {
  font-size: .2rem;
  color: #154FBB;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D8D8D8;
}

.search_list li dd h5{
  font-size: .2rem;
  color: #154FBB;
  display: flex;
  align-items: center;
}

.search_list li dd h5 img{
  display: inline-block;
  width: 0.21rem;
  height: 0.21rem;
  margin-right: 0.1rem;

}

.search_list li dd span {
  display: none;
  width: 50px;
  text-align: right;
}

.search_list li dd span i {
  font-size: .16rem;
  color: #154FBB;
  position: relative;
}

.search_list li dd span i::after{
  position: absolute;
  left: 0;
  top: 50%;
  content: ">";
  font-size: .24rem;
  color: #154FBB;
  font-family: "simsun";
  transform: rotate(90deg) translateY(-50%);
}

.search_list li dt {
  line-height: 0.32rem;
}

.search_list li dt a {
  color: #3D3D3D;
  font-size: .14rem;
}

.search_list.on {
  display: block
}

.search_list li dt a:hover {
  color: #154FBB;
}



@media only screen and (max-width: 1024px) {
  .category_list li a {
      padding: 10px 20px 30px
  }

  .index_02 {
      margin-bottom: 20px
  }

  .index_introduc {
      padding: 30px
  }

  .introduc_squer ul {
      margin: 20px 0 40px
  }

  .index_introduc.l .introduc_squer,.index_introduc.r .introduc_squer {
      padding: 20px 20px 20px
  }

  .why_squer {
      padding: 35px
  }

  .index_sec {
      padding: 40px 0 20px
  }

  .search_list li dd span {
      display: block;
      position: absolute;
      right: 20px;
      top: 0;
  }

  .search_list {
      padding: 20px 0;
      height: auto;
  }

  .search_list li {
      width: 100%;
      float: none
  }

  .search_list li dt {
      display: none;
      padding: 0 0 20px;
      line-height: 0.4rem;
  }

  .search_list li dt p {
      display: inline-block;
      margin-right: 10px
  }

  .search_list li dd h5 {
    font-size: .28rem;
}

.search_list li dt a {
  font-size: .24rem;
}
.rips .dd .a {
  font-size: .24rem;
}
.rips dt {
  font-size: .24rem;
}
.rips {
  align-items: inherit;
}
.search_list {

  top: 100%;



}

}

@keyframes beat{from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
}


  @media (min-width: 1024px){

    .fc .fcbox .swiper-slide:hover .pic img{
      transform: scale(1.1);
    }

    .INDUSTRYbg .INDUSTRY .INDUSTRYbox .swiper-slide:hover::after{
      width: 100%;
    }
    
    .INDUSTRYbg .INDUSTRY .INDUSTRYbox .swiper-slide:hover .txt p{
      height: auto;
      margin-top: 0.1rem;
    }

    .SPECIAL .SPECIALbox ul li:hover .pic img{
      transform: scale(1.1);
    }


    .newsbg .news .news_l .newsshow:hover .pic img{
      transform: scale(1.1);
    }

    .newsbg .news .news_c .swiper-slide:hover .pic img{
      transform: scale(1.1);
    }
    

    .newsbg .news .news_l .newsshow:hover .txt h5{
      color: #1E56BE;
    }

    .newsbg .news .news_l .newslist ul li:hover h5{
      color: #1E56BE;
    }

    .newsbg .news .news_l .newslist ul li:hover::after{
      width: 100%;
    }

    .newsbg .news .news_r .noticebox ul li:hover h5{
      color: #1E56BE;
    }

    .newsbg .news .news_r .noticebox ul li:hover::after{
      width: 100%;
    }

    .newsbg .news .news_c .swiper-slide:hover .txt h5{
      color: #1E56BE;
    }

    .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul li:hover::after{
      width: 100%;
    }

    .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul li:hover .ico span .ico1{
      transform: translateY(-100%);

    }

    .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul li :hover .ico span .ico2{
      transform: translateY(-100%);
    }

    .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul li:hover .ico h6{
      color: #FFFFFF;
    }

    .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul li:hover h5{
      color: #FFFFFF;
    }

    .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul li:hover .time{
      color: #3871DC;
    }

    .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul li:hover .ico span{
      background: #FFFFFF;

    }

    .MEDIAbg .MEDIA .MEDIAbox .MEDIA_r ul li:hover .pic img{
      transform: scale(1.1);
    }

    .MEDIAbg .MEDIA .MEDIAbox .MEDIA_l:hover .pic img{
      transform: scale(1.1);
    }

    .ENROLMENT .ENROLMENTbox ul li:hover .pic img{
      animation: beat 0.5s 1;
    }

  }
    








  @media (max-width: 1024px){


    
    .title{
      text-align: left;
      margin: 0;
  
    
    }
    
    .title h3{
      font-size: 0.36rem;

    }
  
    .title h3 i{
      font-size: 0.36rem;

    }
    
    .title span{
      font-size: 0.24rem;
      padding-left: 0.33rem;
      line-height: 0.3rem;
      margin-top: 0.1rem;
    }
  

    
    
    
    .titlemore{
      background: url(../images/moreico.png) no-repeat left center;
      background-size: 0.14rem 0.24rem;
      padding-left: 0.3rem;

    }
    
    .titlemore a{
      font-size: 0.26rem;
      background: url(../images/more.png) no-repeat right center;
      background-size: 0.26rem 0.26rem;
      padding-right: 0.4rem;

    }
  
  
 
  .newsbg{

    padding-top: 0.5rem;
  }
  

  .newsbg .news .news_l{
    width: 100%;
    margin-top: 0rem;
  }
  

  .newsbg .news .news_l .newsshow{
    width: 100%;
    margin-top: 0.29rem;
  }
  

  
  .newsbg .news .news_l .newsshow .pic{
    height: auto;
    padding-top: 56%;
  
  }
  

  
  .newsbg .news .news_l .newsshow .txt{
    margin-top: 0.26rem;

  } 
  

  
  .newsbg .news .news_l .newsshow .txt h5{
    font-size: 0.3rem;
    line-height: 0.45rem;
    height: 0.9rem;

  }
  
  .newsbg .news .news_l .newsshow .txt .time{
    margin-top: 0.2rem;
    background: url(../images/time.png) no-repeat left center;
    background-size: 0.24rem 0.24rem;
  }
  
  .newsbg .news .news_l .newsshow .txt .time span{
    font-size: 0.26rem;
    padding-left: 0.35rem;
  }
  

  
  .newsbg .news .news_l .newslist ul li{
    margin-top: 0.32rem;

  }
  

  
  .newsbg .news .news_l .newslist ul li h5{
    font-size: 0.3rem;
    line-height: 0.45rem;
    height: 0.9rem;
  }
  
  
  .newsbg .news .news_l .newslist ul li .time{
    margin-top: 0.2rem;
    background: url(../images/time.png) no-repeat left center;
    background-size: 0.24rem 0.24rem;
  }
  
  .newsbg .news .news_l .newslist ul li .time span{
    font-size: 0.26rem;
    padding-left: 0.35rem;
  }
  
  .newsbg .news .news_c{
    width: 100%;
    height: auto;
    margin: 0.3rem auto 0 auto;
    padding-bottom: 0.35rem;
  }
  

  
  .newsbg .news .news_c .swiper-slide .pic{

    height: auto;
    padding-top: 56%;

  }
  

  
  .newsbg .news .news_c .swiper-slide .txt{
    margin: 0.4rem 0.4rem ;
  
  }
  
  .newsbg .news .news_c .swiper-slide .txt .news_t{
    position: relative;
    margin-bottom: 0.3rem;
  
  
  }
  

  
  .newsbg .news .news_c .swiper-slide .txt .news_t span{

    font-size: 0.24rem;
    padding-left: 0.33rem;
    line-height: 0.2rem;
    margin-top: 0.1rem;
  }
  

  
  .newsbg .news .news_c .swiper-slide .txt h5{
    font-size: 0.3rem;
    line-height: 0.4rem;

  }
  
  .newsbg .news .news_c .swiper-slide .txt p{
    font-size: 0.3rem;
    line-height: 0.45rem;
    height: 0.9rem;
  }
  

  
  
  .newsbg .news .news_r{
    width: 100%;
    margin-top: 0.5rem;
  }
  
  .newsbg .news .news_r .noticebox{
    margin-top: 0rem;
  }
  
  
  .newsbg .news .news_r .noticebox ul li{
    padding-top: 0.38rem;
    padding-bottom: 0.2rem;
  }
  


  
  
  .newsbg .news .news_r .noticebox ul li h5{
    font-size: 0.3rem;
    line-height: 0.45rem;
    height: 0.9rem;

  }
  
  
  .newsbg .news .news_r .noticebox ul li .time{
    margin-top: 0.2rem;
    background: url(../images/time.png) no-repeat left center;
    background-size: 0.24rem 0.24rem;
  }
  
  .newsbg .news .news_r .noticebox ul li .time span{

    font-size: 0.24rem;
    padding-left: 0.35rem;
  }
  
  

  
    .DYNAMICSbg .DYNAMICS{
      padding-top: 0.6rem;
    }
  


  
    .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul li{
      width: 48%;
      margin: 0 4% 0.3rem 0;

    }
  
    .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul li:nth-of-type(5n){
      margin: 0 4% 0.3rem 0;
    }

    .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul li:nth-of-type(2n){
      margin-right: 0;
    }
  

  
    .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul li .ico span{

      width: 0.46rem;
      height: 0.46rem;

    }
  

  
    .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul li .ico h6{
      width: calc((100% - 0.7rem));
      font-size: 0.28rem;
    }
  
    .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul li h5{
      color: #3D3D3D;
      font-size: 0.3rem;
      line-height: 0.45rem;
      height: 0.9rem;
      margin: 0.14rem 0;
    }
  
    .DYNAMICSbg .DYNAMICS .DYNAMICSbox ul li .time{

      font-size: 0.26rem;

    }
  

  

  
  .fcbg{

    padding-bottom: 0.5rem;
  }
  

  .about{
    margin: 0.2rem auto 0 auto;
  }
  
  .about .ab_l{
    width: 100%;
    font-size: 0.3rem;
    line-height: 0.45rem;
    max-height: 1.35rem;
  }
  
  .about .ab_num{
    width: 100%;
    margin: 0.4rem auto 0 auto;
    
  }
  
  .about .ab_num ul{

    border-left: 1px solid rgba(102, 102, 102, 0);
  }
  
  .about .ab_num ul li{
    width: 50%;
    border-right: 1px solid rgba(102, 102, 102, 0.4);
    text-align: center;
    margin-bottom: 0.2rem;
  }
  

  
  .about .ab_num ul li h5 span{
    font-size: 0.4rem;
  }
  
  .about .ab_num ul li h5 i{
    font-size: 0.3rem;
  }
  
  .about .ab_num ul li h5 em{
    font-size: 0.4rem;
  }
  
  .about .ab_num ul li p{
    font-size: 0.28rem;
  }
  
  

  
  .fc{
    margin: 0.5rem auto 0 auto;
  }
  

  
  .fc .fcbox .swiper-slide{
    width: 100%;
  
  }
  

  
  .fc .fcbox .swiper-slide .txt{
    font-size: 0.3rem;

  }
  
  .fc .fcbox .swiper-slide-prev{
    left: 0%;
  
  }

  
  .fc .fcbox .swiper-slide-next{
    right: 0%;
  
  }

  
  
  
  .fc .fcbox .fc-next{

    width: 0.6rem;
    height: 0.6rem;
    right: 0%;

  }
  
  .fc .fcbox .fc-prev{

    width: 0.6rem;
    height: 0.6rem;
    left: 0%;


  }
  

  
  .ENROLMENT{
    margin: 0.55rem auto 0 auto;
  }
  

  
  .ENROLMENT .ENROLMENTbox{
    margin: 0.3rem auto 0 auto;
  }
  

  
  .ENROLMENT .ENROLMENTbox ul li{
    width: 48%;
    height: auto;
    margin-right: 4%;
    margin-bottom: 0.25rem;
    padding-bottom: 0.25rem;
  }
  
  .ENROLMENT .ENROLMENTbox ul li a{
    display: block;
    padding: 0.2rem 0.3rem 0 0.3rem;
  }
  

  
  .ENROLMENT .ENROLMENTbox ul li .txt{

    margin: 0.2rem auto 0 auto;
  } 
  
  .ENROLMENT .ENROLMENTbox ul li .txt  h5{
    width: calc((100% - 0rem));
  }
  
  .ENROLMENT .ENROLMENTbox ul li .txt h5 span{
    font-size: 0.3rem;
  }
  
  .ENROLMENT .ENROLMENTbox ul li .txt h5 i{
    font-size: 0.26rem;

  }
  
  
  .ENROLMENT .ENROLMENTbox ul li:last-child{
    margin-right: 4%;
  }
  
  .ENROLMENT .ENROLMENTbox ul li:nth-child(2n){
    margin-right: 0;
  }
  
  

  
  .MEDIAbg{
    margin: 0rem auto 0 auto;
    padding-top: 0.48rem;
    padding-bottom: 0.2rem;
    background: url(../images/mediabg.jpg) no-repeat left top;
    background-size: 100% 100%;
  }
  

  
  .MEDIAbg .MEDIA .MEDIAbox{
    margin: 0.28rem auto 0 auto;
    width: 92%;

  } 
  
  .MEDIAbg .MEDIA .MEDIAbox .MEDIA_l{
    margin-left: 0%;
    width: 100%;
    height: auto;
  }
  

  .MEDIAbg .MEDIA .MEDIAbox .MEDIA_l .pic {
    height: auto;
    padding-top: 135%;
}
  

  
  .MEDIAbg .MEDIA .MEDIAbox .MEDIA_l .txt h5{
    font-size: 0.3rem;

  }
  
  .MEDIAbg .MEDIA .MEDIAbox .MEDIA_r{
    width: 100%;
    margin: 0.2rem auto 0 auto;
  
  }
  

  
  .MEDIAbg .MEDIA .MEDIAbox .MEDIA_r ul li .pic{

    height: auto;
    padding-top: 65%;

  
  }
  

  
  .MEDIAbg .MEDIA .MEDIAbox .MEDIA_r ul li .txt h5{

    font-size: 0.3rem;

  }
  

  
  .MEDIAbg .MEDIA .MEDIAbox .MEDIA_r ul li:nth-child(1){
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  
  }
  
  .MEDIAbg .MEDIA .MEDIAbox .MEDIA_r ul li:nth-child(2){
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  
  .MEDIAbg .MEDIA .MEDIAbox .MEDIA_r ul li:nth-child(3){
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  
  .MEDIAbg .MEDIA .MEDIAbox .MEDIA_r ul li:nth-child(4){
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  


  
  .INDUSTRYbg{

    padding-top: 0.5rem;
  }
  

  
  .INDUSTRYbg .INDUSTRY .INDUSTRYbox{
    margin: 0.1rem 0rem;
  }
  
  .INDUSTRYbg .INDUSTRY .INDUSTRYbox .swiper-container{
    padding: 0.2rem 0rem;
  }
  

  
  .INDUSTRYbg .INDUSTRY .INDUSTRYbox .swiper-slide a{

    padding: 0.31rem 0.3rem 0.31rem 0.3rem;
  }
  
  .INDUSTRYbg .INDUSTRY .INDUSTRYbox .swiper-slide .time{
    width: 1.2rem;
    height: 1.2rem;
  }
  
  .INDUSTRYbg .INDUSTRY .INDUSTRYbox .swiper-slide .time span{
    font-size: 0.3rem;
    padding-top: 0.18rem;
  }
  
  .INDUSTRYbg .INDUSTRY .INDUSTRYbox .swiper-slide .time i{

    font-size: 0.26rem;
    margin-top: 0.02rem;
  
  }
  
  .INDUSTRYbg .INDUSTRY .INDUSTRYbox .swiper-slide .txt{
    width: calc((100% - 1.45rem));
  }
  
  .INDUSTRYbg .INDUSTRY .INDUSTRYbox .swiper-slide .txt h5{
    font-size: 0.3rem;
    line-height: 0.45rem;
    height: 0.9rem;
  }
  

  
  .SPECIAL{
    margin: 0.3rem auto 0 auto;
    padding-bottom: 0.8rem;
  }
  


  
  .SPECIAL .SPECIALbox ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.2rem;
  
  }
  
  .SPECIAL .SPECIALbox ul li:last-child{
    margin-right: 4%;
  }

  .SPECIAL .SPECIALbox ul li:nth-child(2n){
    margin-right: 0;
  }
  

  
  
}




.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  z-index: 10
}



.homecc {

  min-height: 650px;
  position: relative;
  z-index: 4;
  margin-top: 0rem;
  padding: 0.15rem 0 1rem;
  position: relative;
  overflow: hidden;
}

.homecc .industrybox{
  margin: 0.3rem auto 0 auto;
}

.homecc .industrybox .swiper-container{
  padding: 0.15rem 0 0.1rem 0;
}

@keyframes sca {
  0% {
    transform: scaleX(1);
  }

  65% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    transform: scaleX(1);
  }
}

.homecc .mob-br {
  display: none
}

.homecc .mob-br img {
  width: 100%
}

.homecc .picp {

  max-width: 1920px;
  margin: 0 auto
}

.homecc .pic {
  height: 5.5rem;
  position: relative;
  max-width: 16.8rem;
  margin: 0 auto;
  width: 99%;
}

.homecc .pic img {
  object-fit: contain;
  border-radius: 0.1rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: sca .5s linear infinite;
}

.homecc .pic a {
  display: block;
}

.homecc .pic .img1 {
  left: 1.3rem;
  top: 0.23rem;
  z-index: 14;
}

.homecc .pic .img1 img{
  animation-duration: 2s;
}

.homecc .pic .img2 {
  left: 0.2rem;
  top: 1.2rem;
  z-index: 0;
}

.homecc .pic .img2 img{
  animation-duration: 2.4s;
}

.homecc .pic .img3 {
  left: 0rem;
  top: 2.8rem;
  z-index: 0;
}

.homecc .pic .img3 img{
  animation-duration: 2.1s;
}

.homecc .pic .img4 {
  left: .6rem;
  top: 4.22rem;
  z-index: 14;
}

.homecc .pic .img4 img{

  animation-duration: 2.6s;

}

.homecc .pic .img5 {
  left: 3rem;
  top: 0rem;
  z-index: 0;
}

.homecc .pic .img5 img{

  animation-duration: 1.6s;

}

.homecc .pic .img6 {
  left: 3.05rem;
  top: 1.3rem;
  z-index: 0;
}

.homecc .pic .img6 img{

  animation-duration: 1.8s;

}

.homecc .pic .img7 {
  left: 2.18rem;
  top: 2.3rem;

  z-index: 14;
}

.homecc .pic .img7 img{

  animation-duration: 1.9s;

}

.homecc .pic .img8 {
  left: 2.15rem;
  top: 3.6rem;

  z-index: 0;
}

.homecc .pic .img8 img{

  animation-duration: 2.4s;

}

.homecc .pic .img9 {
  left: 3.45rem;
  top: 3.9rem;

  z-index: 14;
}

.homecc .pic .img9 img{

  animation-duration: 2.3s;

}

.homecc .pic .img10 {
  left: 4.88rem;
  top: 0.05rem;

  z-index: 14;
}

.homecc .pic .img10 img{

  animation-duration: 2.2s;

}

.homecc .pic .img11 {
  left: 6.3rem;
  top: 2.27rem;

  z-index: 14;
}

.homecc .pic .img11 img{
  animation-duration: 2.1s;

}

.homecc .pic .img12 {
  left: 4.73rem;
  top: 2.85rem;

  z-index: 0;
}

.homecc .pic .img12 img{
  animation-duration: 1.8s;

}

.homecc .pic .img13 {
  left: 5.75rem;
  top: 4.55rem;

  z-index: 0;
}

.homecc .pic .img13 img{
  animation-duration: 2.5s;

}

.homecc .pic .img14 {
  left: 7.55rem;
  top: 4.22rem;

  z-index: 14;
}

.homecc .pic .img14 img{
  animation-duration: 2.6s;

}

.homecc .pic .img15 {
  left: 8.57rem;
  top: 0rem;

  z-index: 0
}

.homecc .pic .img15 img{
  animation-duration: 2.4s;

}

.homecc .pic .img16 {
  left: 7.3rem;
  top: 1.4rem;

  z-index: 0;
}

.homecc .pic .img16 img{
  animation-duration: 2s;

}

.homecc .pic .img17 {
  left: 8.45rem;
  top: 2.7rem;

  z-index: 0
}

.homecc .pic .img17 img{
  animation-duration: 2.4s;

}

.homecc .pic .img18 {
  left: 8.87rem;
  top: 4.1rem;

  z-index: 0
}

.homecc .pic .img18 img{
  animation-duration: 2.1s;

}

.homecc .pic .img19 {
  left: 10.65rem;
  top: 0.1rem;

  z-index: 14;
}

.homecc .pic .img19 img{
  animation-duration: 2.6s;

}

.homecc .pic .img20 {
  left: 9.5rem;
  top: 1.15rem;

  z-index: 0
}

.homecc .pic .img20 img{
  animation-duration: 1.6s;

}

.homecc .pic .img21 {
  left: 9.75rem;
  top: 2.97rem;

  z-index: 14;
}

.homecc .pic .img21 img{
  animation-duration: 1.8s;

}

.homecc .pic .img22 {
  right: 1.3rem;
  top: -0.1rem;

  z-index: 0;
}

.homecc .pic .img22 img{
  animation-duration: 1.9s;

}

.homecc .pic .img23 {
  left: 13.5rem;
  top: 0.9rem;

  z-index: 14;
}

.homecc .pic .img23 img{
  animation-duration: 2.4s;

}

.homecc .pic .img24 {
  left: 12.27rem;
  top: 2rem;

  z-index: 14;
}

.homecc .pic .img24 img{
  animation-duration: 2.3s;

}

.homecc .pic .img25 {
  left: 11.6rem;
  top: 3.7rem;

  z-index: 0;
}

.homecc .pic .img25 img{
  animation-duration: 2.2s;

}

.homecc .pic .img26 {
  left: 11.7rem;
  top: 4.4rem;

  z-index: 14;
}

.homecc .pic .img26 img{
  animation-duration: 2.1s;

}

.homecc .pic .img27 {
  right: 0rem;
  top: 1rem;

  z-index: 0;
}

.homecc .pic .img27 img{
  animation-duration: 1.8s;

}

.homecc .pic .img28 {
  right: 0rem;
  top: 2.25rem;

  z-index: 0;
}

.homecc .pic .img28 img{
  animation-duration: 2.5s;

}

.homecc .pic .img29 {
  right: 0.3rem;
  top: 4.35rem;

  z-index: 0;
}

.homecc .pic .img29 img{
  animation-duration: 2.6s;

}

.homecc .pic .well-item{
  position: absolute;
  cursor: pointer;
}

.homecc .pic .well-item .opposite{
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  background: linear-gradient(332deg, #154FBB -1%, #0C72D5 90%);
}

.homecc .pic .well-item .opposite div{
  height: 100%;
}



.homecc .pic .well-item .opposite .opposite-content-text{
  text-align: center;
  font-size: 0.18rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1.4;
  word-break: break-word;
}

/* 正面和反面通用样式 */
.correct, .opposite {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.6s ease;
  backface-visibility: hidden;  /* 隐藏背面 */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 正面 - 图片 */
.correct {
  transform: rotateY(0deg);
}



/* 反面 - 文字 */
.opposite {
  transform: rotateY(180deg);  /* 初始背面翻转隐藏 */
  padding: 0.1rem;
  box-sizing: border-box;
}

/* 文字内容垂直居中 */
.opposite-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}



/* 翻转状态 */
.well-item.flipped .correct {
  transform: rotateY(-180deg);  /* 正面翻转隐藏 */
}

.well-item.flipped .opposite {
  transform: rotateY(0deg);  /* 反面显示 */
}



.homecc .gx .img1 {
  width: 1.39rem;
  height: 1.12rem;

}

.homecc .gx .img2 {
  width: 2.21rem;
  height: 0.97rem;

}

.homecc .gx .img3 {
  width: 1.98rem;
  height: 0.94rem;
}

.homecc .gx .img4 {
  width: 1.97rem;
  height: 1.04rem;
}

.homecc .gx .img5 {
  width: 2.02rem;
  height: 0.88rem;
}

.homecc .gx .img6 {
  width: 2.75rem;
  height: 1.18rem;

}

.homecc .gx .img7 {
  width: 2.37rem;
  height: 1.13rem;

}

.homecc .gx .img8 {
  width: 1.58rem;
  height: 0.76rem;
}

.homecc .gx .img9 {
  width: 1.95rem;
  height: 0.97rem;

}

.homecc .gx .img10 {
  width: 3.28rem;
  height: 1.45rem;
}

.homecc .gx .img11 {
  width: 2.37rem;
  height: 1.13rem;
}

.homecc .gx .img12 {
  width: 2.46rem;
  height: 1.22rem;
}

.homecc .gx .img13 {
  width: 2.21rem;
  height: 0.97rem;
}

.homecc .gx .img14 {
  width: 2.37rem;
  height: 1.13rem;
}

.homecc .gx .img15 {
  width: 2.21rem;
  height: 1.01rem;
}

.homecc .gx .img16 {
  width: 1.93rem;
  height: 0.9rem;
}

.homecc .gx .img17 {
  width: 1.97rem;
  height: 1.22rem;
}

.homecc .gx .img18 {
  width: 2.02rem;
  height: 0.88rem;
}

.homecc .gx .img19 {
  width: 2.37rem;
  height: 1.13rem;
}

.homecc .gx .img20 {
  width: 2.76rem;
  height: 1.18rem;
}

.homecc .gx .img21 {
  width: 1.95rem;
  height: 0.98rem;
}

.homecc .gx .img22 {
  width: 2.03rem;
  height: 0.88rem;
}

.homecc .gx .img23 {
  width: 1.89rem;
  height: 0.81rem;
}

.homecc .gx .img24 {
  width: 2.76rem;
  height: 1.56rem;
}

.homecc .gx .img25 {
  width: 2.21rem;
  height: 0.97rem;
}

.homecc .gx .img26 {
  width: 2.37rem;
  height: 1.13rem;

}

.homecc .gx .img27 {
  width: 2.21rem;
  height: 0.96rem;
}

.homecc .gx .img28 {
  width: 1.75rem;
  height: 1.12rem;
}

.homecc .gx .img29 {
  width: 2.02rem;
  height: 0.86rem;
}



.homecc .yy .img1 {
  width: 1.39rem;
  height: 1.12rem;
}

.homecc .yy .img2 {
  width: 2.21rem;
  height: 0.97rem;
}

.homecc .yy .img3 {
  width: 1.98rem;
  height: 0.94rem;
}

.homecc .yy .img4 {
  width: 1.97rem;
  height: 1.04rem;
}

.homecc .yy .img5 {
  width: 2.02rem;
  height: 0.88rem;
}

.homecc .yy .img6 {
  width: 2.75rem;
  height: 1.18rem;
}

.homecc .yy .img7 {
  width: 2.37rem;
  height: 1.13rem;
}

.homecc .yy .img8 {
  width: 1.58rem;
  height: 0.76rem;
}

.homecc .yy .img9 {
  width: 1.95rem;
  height: 0.97rem;
}

.homecc .yy .img10 {
  width: 3.28rem;
  height: 1.45rem;
}

.homecc .yy .img11 {
  width: 2.37rem;
  height: 1.13rem;
}

.homecc .yy .img12 {
  width: 2.46rem;
  height: 1.22rem;
}

.homecc .yy .img13 {
  width: 2.21rem;
  height: 0.97rem;
}

.homecc .yy .img14 {
  width: 2.37rem;
  height: 1.13rem;
}

.homecc .yy .img15 {
  width: 2.21rem;
  height: 1.01rem;
}

.homecc .yy .img16 {
  width: 1.93rem;
  height: 0.9rem;
}

.homecc .yy .img17 {
  width: 1.97rem;
  height: 1.22rem;
}

.homecc .yy .img18 {
  width: 2.02rem;
  height: 0.88rem;
}

.homecc .yy .img19 {
  width: 2.37rem;
  height: 1.13rem;
}

.homecc .yy .img20 {
  width: 2.76rem;
  height: 1.18rem;
}

.homecc .yy .img21 {
  width: 1.95rem;
  height: 0.98rem;
}

.homecc .yy .img22 {
  width: 2.03rem;
  height: 0.88rem;
}

.homecc .yy .img23 {
  width: 1.89rem;
  height: 0.81rem;
}

.homecc .yy .img24 {
  width: 2.76rem;
  height: 1.56rem;
}

.homecc .yy .img25 {
  width: 2.21rem;
  height: 0.97rem;
}

.homecc .yy .img26 {
  width: 2.37rem;
  height: 1.13rem;
}

.homecc .yy .img27 {
  width: 2.21rem;
  height: 0.96rem;
}

.homecc .yy .img28 {
  width: 1.75rem;
  height: 1.12rem;
}

.homecc .yy .img29 {
  width: 2.02rem;
  height: 0.86rem;
}




.homecc .zq .img1 {
  width: 1.39rem;
  height: 1.12rem;
}

.homecc .zq .img2 {
  width: 2.21rem;
  height: 0.97rem;
}

.homecc .zq .img3 {
  width: 1.98rem;
  height: 0.94rem;
}

.homecc .zq .img4 {
  width: 1.97rem;
  height: 1.04rem;
}

.homecc .zq .img5 {
  width: 2.02rem;
  height: 0.88rem;
}

.homecc .zq .img6 {
  width: 2.75rem;
  height: 1.18rem;
}

.homecc .zq .img7 {
  width: 2.37rem;
  height: 1.13rem;
}

.homecc .zq .img8 {
  width: 1.58rem;
  height: 0.76rem;
}

.homecc .zq .img9 {
  width: 1.95rem;
  height: 0.97rem;
}

.homecc .zq .img10 {
  width: 3.28rem;
  height: 1.45rem;
}

.homecc .zq .img11 {
  width: 2.37rem;
  height: 1.13rem;
}

.homecc .zq .img12 {
  width: 2.46rem;
  height: 1.22rem;
}

.homecc .zq .img13 {
  width: 2.21rem;
  height: 0.97rem;
}

.homecc .zq .img14 {
  width: 2.37rem;
  height: 1.13rem;
}

.homecc .zq .img15 {
  width: 2.21rem;
  height: 1.01rem;
}

.homecc .zq .img16 {
  width: 1.93rem;
  height: 0.9rem;
}

.homecc .zq .img17 {
  width: 1.97rem;
  height: 1.22rem;
}

.homecc .zq .img18 {
  width: 2.02rem;
  height: 0.88rem;
}

.homecc .zq .img19 {
  width: 2.37rem;
  height: 1.13rem;
}

.homecc .zq .img20 {
  width: 2.76rem;
  height: 1.18rem;
}

.homecc .zq .img21 {
  width: 1.95rem;
  height: 0.98rem;
}

.homecc .zq .img22 {
  width: 2.03rem;
  height: 0.88rem;
}

.homecc .zq .img23 {
  width: 1.89rem;
  height: 0.81rem;
}

.homecc .zq .img24 {
  width: 2.76rem;
  height: 1.56rem;
}

.homecc .zq .img25 {
  width: 2.21rem;
  height: 0.97rem;
}

.homecc .zq .img26 {
  width: 2.37rem;
  height: 1.13rem;
}

.homecc .zq .img27 {
  width: 2.21rem;
  height: 0.96rem;
}

.homecc .zq .img28 {
  width: 1.75rem;
  height: 1.12rem;
}

.homecc .zq .img29 {
  width: 2.02rem;
  height: 0.86rem;
}




@media screen and (max-width: 1023px) {
  .homecc .mob-br {
    display: block;
  }

  .homecc .pc-br {
    display: none;
  }

  .homecc {
    min-height: auto;
    padding: 0.15rem 0 0.3rem;

}
}
