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;
  top: -1.8rem;
}


.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-container {
  overflow: hidden;
  margin: 0 auto;
  z-index: 9;

}

.banner .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}


.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 .swiper-slide h3{
  position: absolute;
  z-index: 9;
  bottom: 1rem;
  left: 12.5%;
  width: 75%;
  font-size: 0.44rem;
  line-height: 0.5rem;
  color: #FFFFFF;
}



.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() 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() no-repeat center;
  background-size: 100%;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  cursor: pointer;
  display: none;

}


.banner .banner_button{
  width: 100%;
  position: absolute;
  bottom: 0.5rem;
  left: 0%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: center;
  z-index: 11;
}


.banner .swiper-pagination{
  width: 100%;
  margin: 0;
  position: relative;
}

.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0 0.3rem;
  border-radius: 50%;
  opacity: 1;
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  background: #FFFFFF;
  line-height: 0.9rem;
}

.banner .swiper-pagination .swiper-pagination-bullet::before{
  position: absolute;
  left: 0.28rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url(../images/bannerxt.png) no-repeat center;
  background-size: 100%;
  width: 0.23rem;
  height: 3px;
}

.banner .swiper-pagination .swiper-pagination-bullet:last-child:before{
  display: none;
}


.banner .swiper-pagination .swiper-pagination-bullet::after{
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  background: url(../images/bannerico.png) no-repeat center;
  background-size: 100%;
  width: 0.52rem;
  height: 0.62rem;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.banner .swiper-pagination .swiper-pagination-bullet-active{
  background: none;
  border-radius: 0px;
  width: 0.52rem;
}

.banner .swiper-pagination .swiper-pagination-bullet-active::after{
  opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active::before{
  left: 0.7rem;
}


.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{
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.title{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: center;
} 

.title img{
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.12rem;
}

.title h3{


}

.title h3 span{
  display: block;
  font-size: 0.34rem;
  color: #333333;
  line-height: 0.38rem;
}

.title h3 i{
  display: block;
  font-size: 0.16rem;
  color: #BCBCBC;
  font-family: "canela";
  text-transform: uppercase;
  font-weight: normal;
}

.titlemore{
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 50px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.titlemore a{
  display: block;
  padding: 0 0.15rem 0 0.2rem;
}

.titlemore a i{
  display: block;
  font-size: 0.16rem;
  color: #9B0D14;
  font-family: "SourceHanSerifCN-Regular";
  background: url(../images/more.png) no-repeat right center;
  background-size: 0.21rem 0.22rem;
  padding-right: 0.3rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.titlemore:hover{
  background: #9B0D14;

}

.titlemore:hover a i{
  color: #fff;
}


/* news */

.newsbg{
  margin: -1.8rem auto 0 auto;
  background: url(../images/newsbg.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 0.45rem 0 0.35rem 0;
}

.newsbg .news{
  margin: 0 auto;
}

.newsbg .news .newsbox{
  margin: 0.25rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.newsbg .news .newsbox .news_l{
  width: 77.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.newsbg .news .newsbox .news_l .news_show{
  position: relative;
  width: 54%;

}

.newsbg .news .newsbox .news_l .news_show .swiper-slide{
  position: relative;
}

.newsbg .news .newsbox .news_l .news_show .swiper-slide a{
  display: block;
}

.newsbg .news .newsbox .news_l .news_show .swiper-slide .pic{
  width: 100%;
  height: 3.36rem;
  position: relative;
  overflow: hidden;
}

.newsbg .news .newsbox .news_l .news_show .swiper-slide .pic img{
  position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.newsbg .news .newsbox .news_l .news_show .swiper-slide .txt{
  margin: 0.12rem 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

} 

.newsbg .news .newsbox .news_l .news_show .swiper-slide .txt .time{
  width: 0.75rem;
  height: 0.65rem;
  border-right: 1px solid #D8D8D8;
  text-align: center;
  font-family: "canela";
}

.newsbg .news .newsbox .news_l .news_show .swiper-slide .txt .time span{
  display: block;
  font-size: 0.32rem;
  color: #9B0D14;
  margin: 0.05rem 0 0.08rem 0;
}

.newsbg .news .newsbox .news_l .news_show .swiper-slide .txt .time i{
  display: block;
  font-size: 0.14rem;
  color: #9B0D14;
}

.newsbg .news .newsbox .news_l .news_show .swiper-slide .txt .nr{
  width: calc((100% - 0.9rem));
}

.newsbg .news .newsbox .news_l .news_show .swiper-slide .txt .nr h5{
  font-size: 0.22rem;
  color: #222222;
  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;
}

.newsbg .news .newsbox .news_l .news_show .swiper-slide .txt .nr p{
  font-size: 0.16rem;
  color: #898989;
  font-family: "SourceHanSerifCN-Regular";
  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;
  margin-top: 0.08rem;
}


.newsbg .news .newsbox .news_l .news_show .news-next{
  cursor: pointer;
  position: absolute;
  z-index: 9;
  right: 0.2rem;
  top: 1.45rem;
  background: url(../images/right.png) no-repeat center;
  background-size: 100%;
  width: 0.48rem;
  height: 0.48rem;

}

.newsbg .news .newsbox .news_l .news_show .news-prev{
  cursor: pointer;
  position: absolute;
  z-index: 9;
  left: 0.2rem;
  top: 1.45rem;
  background: url(../images/left.png) no-repeat center;
  background-size: 100%;
  width: 0.48rem;
  height: 0.48rem;
}

.newsbg .news .newsbox .news_l .news_show .news-pagination{
  display: none;
}


.newsbg .news .newsbox .news_l .news_list{
  width: 43%;
  margin-top: -0.05rem;
}

.newsbg .news .newsbox .news_l .news_list ul li{
  height: 0.66rem;
  margin-bottom: 0.21rem;
  border-bottom: 1px dashed #C4C4C4;
  position: relative;
  z-index: 5;

}

.newsbg .news .newsbox .news_l .news_list ul li a{
  display: block;
  font-family: "SourceHanSerifCN-Regular";
}

.newsbg .news .newsbox .news_l .news_list ul li h5{
  color: #222222;
  font-size: 0.2rem;
  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;
}

.newsbg .news .newsbox .news_l .news_list ul li .time{
  display: block;
  color: #898989;
  font-size: 0.16rem;
  font-family: "canela";
  margin-top: 0.1rem;
}

.newsbg .news .newsbox .news_l .news_list ul li::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  z-index: -1;
  width: 0;
  height: 1px;
  background: #9B0D14;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.newsbg .news .newsbox .news_r{
  width: 19%;
  
}

.newsbg .news .newsbox .news_r ul li{
  margin-top: 0.8rem;
}


.newsbg .news .newsbox .news_r ul li a{
  display: block;
}


.newsbg .news .newsbox .news_r ul li .pic{
  width: 100%;
  height: 0.8rem;
  position: relative;
  overflow: hidden;

}

.newsbg .news .newsbox .news_r ul li .pic img{
  position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}






/* EDUCATION */

.EDUCATIONbg{
  margin: 0rem auto 0 auto;
  background: url(../images/EDUCATIONbg.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 0.35rem 0 0.4rem 0;
}

.EDUCATIONbg .EDUCATION{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.EDUCATION .EDUCATION_l{
  width: 48.6%;

}

.EDUCATION .EDUCATION_l .EDUCATIONbox{
  margin-top: 0.2rem;
}


.EDUCATION .EDUCATION_r{
  width: 48.6%;
}

.EDUCATION .EDUCATION_r .EDUCATIONbox{
  margin-top: 0.2rem;
}

.EDUCATION .EDUCATIONshow{

}

.EDUCATION .EDUCATIONshow a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.EDUCATION .EDUCATIONshow .pic{
  width: 3rem;
  height: 1.7rem;
  position: relative;
  overflow: hidden;
}

.EDUCATION .EDUCATIONshow .pic img{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.EDUCATION .EDUCATIONshow .txt{
  width: calc((100% - 3.35rem));
  font-family: "SourceHanSerifCN-Regular";
  position: relative;
} 

.EDUCATION .EDUCATIONshow .txt h5{
  font-size: 0.22rem;
  color: #222222;
  line-height: 0.3rem;
  max-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: 0.14rem 0;
}

.EDUCATION .EDUCATIONshow .txt p{
  font-size: 0.16rem;
  color: #898989;
    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;
}

.EDUCATION .EDUCATIONshow .txt span{
  display: block;
  color: #898989;
  font-size: 0.18rem;
  font-family: "canela";
  position: absolute;
  left: 0;
  bottom: 0.1rem;
}

.EDUCATION .EDUCATIONshow .txt span i{
  color: #9B0D14;
  font-size: 0.32rem;
  margin-right: 0.08rem;
}


.EDUCATION .list{
  margin: 0.15rem auto 0 auto;
}

.EDUCATION .list ul li{
  line-height: 0.6rem;
  border-bottom: 1px dashed #C4C4C4;
  position: relative;
  z-index: 5;
}

.EDUCATION .list ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.EDUCATION .list ul li h5{
  position: relative;
  padding-left: 0.2rem;
  width: 80%;
  color: #222222;
  font-size: 0.2rem;
  font-family: "SourceHanSerifCN-Regular";
  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;
}

.EDUCATION .list ul li .time{
  color: #898989;
  font-size: 0.16rem;
  font-family: "canela";
}

.EDUCATION .list ul li h5::after{
  position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 0.06rem;
    height: 0.06rem;
    background: #9B0D14;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.EDUCATION .list ul li::after{
  position: absolute;
    left: 0;
    bottom: -1px;
    content: "";
    z-index: -1;
    width: 0;
    height: 1px;
    background: #9B0D14;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}




/* PARTY */

.PARTYbg{
  margin: 0rem auto 0 auto;
  background: url(../images/PARTYbg.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 0.3rem 0 0.8rem 0;
}

.PARTYbg .EDUCATION{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} 



@media (min-width: 1024px){

  .newsbg .news .newsbox .news_l .news_show .swiper-slide:hover .txt .nr h5{
    color: #9B0D14;

  }

  .newsbg .news .newsbox .news_l .news_show .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }

  .newsbg .news .newsbox .news_l .news_list ul li:hover::after{
    width: 100%;
  }

  .newsbg .news .newsbox .news_l .news_list ul li:hover h5{
    color: #9B0D14;
  }

  .newsbg .news .newsbox .news_r ul li:hover .pic img{
    transform: scale(1.1);
  }

  .EDUCATION .list ul li:hover h5{
    color: #9B0D14;
  }
  
  .EDUCATION .list ul li:hover::after{
    width: 100%;
  }

  .EDUCATION .EDUCATIONshow:hover .pic img{
    transform: scale(1.1);
  }

  .EDUCATION .EDUCATIONshow:hover .txt h5{
    color: #9B0D14;
  }

  .titlemore:hover{
    background: #9B0D14;
  
  }
  
  .titlemore:hover a i{
    color: #fff;
  }
}











@media (max-width: 1024px){
  .banner {
    top: 0rem;
  }

  .banner .swiper-slide h3 {

    bottom: 1rem;
    font-size: 0.32rem;
    text-align: center;

}

.banner .banner_button {

  bottom: 0.35rem;

}




.title img{
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.12rem;
}



.title h3 span{

  font-size: 0.3rem;

}

.title h3 i{

  font-size: 0.24rem;

}

.titlemore{
  height: 0.5rem;
  line-height: 0.5rem;
} 



.titlemore a i{

  font-size: 0.24rem;
  background: url(../images/more.png) no-repeat right center;
  background-size: 0.21rem 0.22rem;
  padding-right: 0.3rem;

}





/* news */

.newsbg{
  margin: 0rem auto 0 auto;

  padding: 0.45rem 0 0.35rem 0;
}



.newsbg .news .newsbox{
  margin: 0.25rem auto 0 auto;

}


.newsbg .news .newsbox .news_l{
  width: 100%;


}

.newsbg .news .newsbox .news_l .news_show{

  width: 100%;

}


.newsbg .news .newsbox .news_l .news_show .swiper-slide .pic{

  height: auto;
  padding-top: 56%;

}



.newsbg .news .newsbox .news_l .news_show .swiper-slide .txt{
  margin: 0.15rem 0 0 0;


} 

.newsbg .news .newsbox .news_l .news_show .swiper-slide .txt .time{
  width: 1.2rem;
  height: 0.95rem;

}

.newsbg .news .newsbox .news_l .news_show .swiper-slide .txt .time span{
  margin: 0.13rem 0 0.1rem 0;
  font-size: 0.34rem;

}

.newsbg .news .newsbox .news_l .news_show .swiper-slide .txt .time i{

  font-size: 0.24rem;

}

.newsbg .news .newsbox .news_l .news_show .swiper-slide .txt .nr{
  width: calc((100% - 1.4rem));
}

.newsbg .news .newsbox .news_l .news_show .swiper-slide .txt .nr h5{
  font-size: 0.3rem;
}

.newsbg .news .newsbox .news_l .news_show .swiper-slide .txt .nr p{
  font-size: 0.26rem;
  margin-top: 0.08rem;
}


.newsbg .news .newsbox .news_l .news_show .news-next{

  top: 1.55rem;
  width: 0.58rem;
  height: 0.58rem;

}

.newsbg .news .newsbox .news_l .news_show .news-prev{

  top: 1.55rem;
  width: 0.58rem;
  height: 0.58rem;
}



.newsbg .news .newsbox .news_l .news_list{
  width: 100%;
  margin-top: 0.3rem;
}

.newsbg .news .newsbox .news_l .news_list ul li{
  height: 1rem;
  margin-bottom: 0.21rem;


}



.newsbg .news .newsbox .news_l .news_list ul li h5{

  font-size: 0.3rem;

}

.newsbg .news .newsbox .news_l .news_list ul li .time{

  font-size: 0.26rem;

}




.newsbg .news .newsbox .news_r{
  width: 100%;
  
}

.newsbg .news .newsbox .news_r ul li{
  margin: 0.2rem 2% 0 2%;
  width: 45%;
  display: inline-block;
  
}



.newsbg .news .newsbox .news_r ul li .pic{

  height: auto;
  padding-top: 38%;


}




.EDUCATIONbg{

  padding: 0.5rem 0 0.4rem 0;
}


.EDUCATION .EDUCATION_l{
  width: 100%;

}



.EDUCATION .EDUCATION_r{
  width: 100%;
  margin-top: 0.5rem;
}



.EDUCATION .EDUCATIONshow .pic{
  width: 100%;
  height: auto;
  padding-top: 56%;

}


.EDUCATION .EDUCATIONshow .txt{
  width: calc((100% - 0rem));

} 

.EDUCATION .EDUCATIONshow .txt h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  max-height: 0.9rem;
  height: 0.9rem;
}

.EDUCATION .EDUCATIONshow .txt p{
  font-size: 0.26rem;
}

.EDUCATION .EDUCATIONshow .txt span{

  font-size: 0.28rem;
  position: relative;
  left: 0;
  bottom: 0rem;
  margin-top: 0.15rem;
}

.EDUCATION .EDUCATIONshow .txt span i{

  font-size: 0.36rem;

}


.EDUCATION .list{
  margin: 0.25rem auto 0 auto;
}

.EDUCATION .list ul li{
  line-height: 0.9rem;

}



.EDUCATION .list ul li h5{
  position: relative;
  padding-left: 0.2rem;
  width: 74%;
  font-size: 0.3rem;

}

.EDUCATION .list ul li .time{

  font-size: 0.26rem;

}

.EDUCATION .list ul li h5::after{

    width: 0.06rem;
    height: 0.06rem;

}




.PARTYbg{

  padding: 0.1rem 0 0.8rem 0;
}






  
}