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::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: -0px;
  width: 100%;
  height: 100%;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
  display: none;
}



.banner .swiper-container {
  overflow: hidden;
  margin: 0 auto;

}

.banner .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}


.banner .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 1s linear 2s;
  transform: scale(1, 1);
  object-fit: cover;
}

.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.49rem;
  height: 0.49rem;
  background: url(../images/bannerright.png) no-repeat center;
  background-size: 100%;
  right: 3%;
  top: 50%;
  z-index: 5;
  cursor: pointer;


}

.banner .swiper-banner-prev {
  position: absolute;
  width: 0.49rem;
  height: 0.49rem;
  background: url(../images/bannerleft.png) no-repeat center;
  background-size: 100%;
  left: 3%;
  top: 50%;
  z-index: 5;
  cursor: pointer;

}


.banner .swiper-pagination{
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 0.35rem;
  display: none;
}

.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0 0.25rem ;
  border-radius: 0%;
  opacity: 1;
  display: inline-block;
  width: 0.28rem;
  height: 0.58rem;
  line-height: 0.9rem;
}





.banner .swiper-pagination .swiper-pagination-bullet-active{

}




.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{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.title{


} 

.title h3{
  font-size: 0.4rem;
  font-weight: normal;
  color: #333333;
  font-family: "AlibabaPuHuiTi-SemiBold";
  line-height: 0.36rem;
  margin-top: 0.08rem;
}

.title h3 i{
  font-size: 0.4rem;
  color: #00429B;
}

.title span{
  display: block;
  font-size: 0.18rem;
  text-transform: uppercase;
  color: rgba(0, 87, 182, 0.3);
  font-family: "canela";
  padding-left: 0.5rem;
  position: relative;
}

.title span::after{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0.34rem;
  height: 0.04rem;
  background: url(../images/titlext.png) no-repeat left center;
  background-size: 100%;
}

.titlemore{
  position: relative;
  right: 0;
  top: 0.28rem;

}

.titlemore a{
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  color: #888888;
}


.titlemore a i{

  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/titleico1.png) no-repeat  center;
  background-size: 100% 100%;

}

.titlemore a i img{
  display: block;
  width: 100%;
  height: 100%;


}

.titlemore a em{
  width: 0.2rem;
  height: 1px;
  background: #0245B5;
  margin: 0 0.08rem 0 0.05rem;

}



/* fw */

.fwbg{
  margin: 0 auto;
  width: 100%;
  padding: 0.5rem 0 0rem 0;
}

.fwbg .fw{
  margin: 0 auto;

}

.fwbg .fw ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.fwbg .fw ul li{
  position: relative;
  width: 16.66%;
  height: 2.14rem;
  background: #0080E3;


}



.fwbg .fw ul li:nth-child(2){
  background: url(../images/proimg2.jpg) no-repeat top center;
  background-size: 100% 100%;
}

.fwbg .fw ul li:nth-child(3){
  background: #2DB2EB;
}

.fwbg .fw ul li:nth-child(4){
  background: url(../images/proimg4.jpg) no-repeat top center;
  background-size: 100% 100%;
}

.fwbg .fw ul li:nth-child(5){
  background: #E4AE31;
}

.fwbg .fw ul li:nth-child(6){
  background: url(../images/proimg6.jpg) no-repeat top center;
  background-size: 100% 100%;
}


.fwbg .fw ul li a{
  padding: 0 0.1rem;
  text-align: center;
  display: block;
}

.fwbg .fw ul li a i{
  display: block;
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  margin: 0.4rem auto 0 auto;
}

.fwbg .fw ul li img{
  display: block;
  width: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fwbg .fw ul li h5{
  font-size: 0.22rem;
  color: #FFFFFF;
  margin: 0.2rem auto 0 auto;
}



/* news */

.newsbg{
  margin: 0 auto;
  width: 100%;
  background: url(../images/newsbg.jpg) no-repeat bottom center;
  background-size: 100%;
  padding: 0.85rem 0 0.7rem 0;
}

.newsbg .news .titlemore {

  top: 0.13rem;
}

.newsbg .news .newsbox{
  margin: 0.4rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.newsbg .news .newsbox .news_l{
  width: 52%;
  position: relative;

}

.newsbg .news .newsbox .news_l .swiper-slide{
  position: relative;
}

.newsbg .news .newsbox .news_l .swiper-slide a{
  display: block;
}

.newsbg .news .newsbox .news_l .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5.2rem;
}

.newsbg .news .newsbox .news_l .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 .newsbox .news_l .swiper-slide .txt{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0.8) 100%);
}

.newsbg .news .newsbox .news_l .swiper-slide .txt h5{
  position: absolute;
  left: 0;
  bottom: 0.22rem;
  width: 70%;
  padding: 0 0 0 0.35rem;
  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;
}

.newsbg .news .newsbox .news_l .news-pagination{
  position: absolute;
  width: auto;
  left: auto;
  right: 0.1rem;
  bottom: 0.3rem;
  z-index: 9;
}

.newsbg .news .newsbox .news_l .news-pagination .swiper-pagination-bullet{
  width: 0.1rem;
  height: 0.1rem;
  opacity: 0.4;
  background: #FFFFFF;
  border-radius: 50%;
  margin-right: 0.2rem;
  position: relative;

}

.newsbg .news .newsbox .news_l .news-pagination .swiper-pagination-bullet::after{
  position: absolute;
  left: 0rem;
  top:  -0.075rem;
  content: "";
  background: url(../images/newsico.png) no-repeat center;
  background-size: 100%;
  width: 0.26rem;
  height: 0.26rem;
  opacity: 0;
}

.newsbg .news .newsbox .news_l .news-pagination .swiper-pagination-bullet-active{
  width: 0.26rem;
  opacity: 1;
  background: none;
}

.newsbg .news .newsbox .news_l .news-pagination .swiper-pagination-bullet-active::after{
  opacity: 1;
}

.newsbg .news .newsbox .news_r{
  width: 48%;
  
}

.newsbg .news .newsbox .news_r ul li{
  position: relative;
  z-index: 5;
  width: 100%;
  height: auto;
  -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 ul li .txt{
  height: 1.08rem;
  border-bottom: 1px dashed rgba(93, 93, 93, 0.4);
  margin-left: 0.63rem;

}

.newsbg .news .newsbox .news_r ul li .txt a{
  display: block;

}

.newsbg .news .newsbox .news_r ul li .txt .time{
  line-height: 0.3rem;
  height: 0.28rem;
  border-radius: 0.04rem;
  background: #D5E7FE url(../images/time2.png) no-repeat 0.08rem center;
  background-size: 0.18rem 0.18rem;
  padding: 0 0.1rem 0 0.08rem;
  color: #007DDD;
  font-size: 0.12rem;
  font-family: "Poppins";
  display: inline-block;
  margin: 0.25rem 0 0.07rem 0;
}

.newsbg .news .newsbox .news_r ul li .txt .time span{

  padding-left: 0.3rem;
  background: linear-gradient(188deg, #A761E7 13%, #007FE2 29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background: none\0;
  font-size: 0.2rem;
  color: #007DDD;
  font-family: "canela";
  position: relative;
  top: 0.01rem;
  margin-right: 0.08rem;
}

.newsbg .news .newsbox .news_r ul li .txt .time em{
  color: #007DDD;
  font-size: 0.14rem;
  margin-left: 0.05rem;
}

.newsbg .news .newsbox .news_r ul li .txt  h5{
  color: #333333;
  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_r ul li .txt_on{
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 97%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  padding: 0.35rem 0.45rem 0 0.35rem;

  opacity: 0;
}

.newsbg .news .newsbox .news_r ul li .txt_on a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .newsbox .news_r ul li .txt_on .time{
  text-align: center;
  background: #E4AE31;
  padding: 0.08rem 0.08rem 0.08rem 0.08rem;
  height: 0.7rem;

}

.newsbg .news .newsbox .news_r ul li .txt_on .time span{
  display: block;
  font-size: 0.32rem;
  color: #FFFFFF;
  font-family: "canela";
}

.newsbg .news .newsbox .news_r ul li .txt_on .time i{
  display: block;
  font-size: 0.14rem;
  color: #FFFFFF;
  font-family: "Poppins";
}

.newsbg .news .newsbox .news_r ul li .txt_on .nr{
  width: calc((100% - 0.95rem));
} 

.newsbg .news .newsbox .news_r ul li .txt_on .nr h5{
  color: #333333;
  font-size: 0.22rem;
  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_r ul li .txt_on .nr p{
  font-size: 0.16rem;
  color: #888888;
  line-height: 0.26rem;
  height: 0.52rem;
  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.12rem;
}

.newsbg .news .newsbox .news_r ul li::after{
  position: absolute;
  left: 0;
  top: -0.2rem;
  content: "";
  z-index: -1;
  width: 100%;
  height: 1.68rem;
  background: url(../images/newslist.png) no-repeat center;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}



.newsbg .news .newsbox .news_r ul li.on{
  height: 1.48rem;

}

.newsbg .news .newsbox .news_r ul li.on .txt{
  opacity: 0;
}

.newsbg .news .newsbox .news_r ul li.on .txt_on{
  opacity: 1;
}

.newsbg .news .newsbox .news_r ul li.on::after{
  opacity: 1;
}




/* notice */

.noticebg{
  margin: 0 auto;
  width: 100%;
  background: url(../images/noticebg.jpg) no-repeat center;
  background-size: cover;
  padding: 1rem 0 1rem 0;
}

.noticebg .notice{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.noticebg .notice  .notice_l{
  width: 48%;

}

.noticebg .notice  .notice_l .noticebox{
  margin-top: 0.4rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-top: 2px solid #0080E3;
  padding: 0.12rem 0.25rem 0.4rem 0.1rem;
}




.noticebg .notice  .notice_l .noticebox ul li{
  line-height: 1.06rem;
  border-bottom: 1px dashed rgba(93, 93, 93, 0.4);
  position: relative;
  z-index: 5;
}


.noticebg .notice  .notice_l .noticebox ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}

.noticebg .notice  .notice_l .noticebox ul li span{
  display: block;
  background: url(../images/time.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.74rem;
  height: 0.74rem;
  line-height: 0.74rem;
  text-align: center;
  color: #0080E3;
  font-size: 0.32rem;
  font-family: "canela";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice  .notice_l .noticebox ul li h5{
  width: calc((100% - 0.95rem));
  font-size: 0.2rem;
  color: #333333;
  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;
}

.noticebg .notice  .notice_l .noticebox ul li::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 0;
  height: 1px;
  background: #0080E3;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}





.noticebg .notice  .POLICY{
  width: 48%;
}

.noticebg .notice  .POLICY .POLICYbox{
  margin-top: 0.4rem;
}

.noticebg .notice  .POLICY .POLICYbox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.noticebg .notice  .POLICY .POLICYbox ul li{
  width: 48%;
  height: 1.45rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 0.23rem;
  position: relative;
  z-index: 5;

}

.noticebg .notice  .POLICY .POLICYbox ul li a{
  display: block;
  padding: 0.25rem 0.25rem 0 0.25rem;

}

.noticebg .notice  .POLICY .POLICYbox ul li .time{
  display: block;
  font-family: "Poppins";
  font-size: 0.14rem;
  color: #0080E3;
  padding-left: 0.23rem;
  background: url(../images/time3.png) no-repeat left 0.04rem;
  background-size: 0.14rem 0.14rem;
  line-height: 0.24rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice  .POLICY .POLICYbox ul li h5{
  font-size: 0.2rem;
  color: #333333;
  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-top: 0.08rem;
}

.noticebg .notice  .POLICY .POLICYbox ul li:after{
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
  z-index: -1;
  width: 0;
  height: 100%;
  background: url(../images/POLICYlist.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




/* MAJOR */


.MAJORbg{
  margin: 0 auto;
  width: 100%;
  background: url(../images/MAJORbg.jpg) no-repeat top center;
  background-size: 100%;
  padding: 1rem 0 1.55rem 0;
}


.MAJORbg .MAJOR{
  margin: 0 auto;
  position: relative;
}

.MAJORbg .MAJOR .titlecon{
  position: absolute;
  left: 0;
  top: -0.25rem;
  width: 47.3%;
  z-index: 9;
}

.MAJORbg .MAJOR .title span{
  color: rgba(255, 255, 255, 0.6);

} 

.MAJORbg .MAJOR .title span::after{
  background: url(../images/titlext1.png) no-repeat left center;
  background-size: 100%;
}

.MAJORbg .MAJOR .title h3{
  color: #fff;
} 

.MAJORbg .MAJOR .titlemore a{
  color: #fff;
} 

.MAJORbg .MAJOR .titlemore a i {

  background: url(../images/titlemore.png) no-repeat center;
  background-size: 100% 100%;
}

.MAJORbg .MAJOR .titlemore a em {

  background: #9EBDF1;

}



.MAJORbg .MAJOR .MAJORbox{
  margin: 0 auto;
} 

.MAJORbg .MAJOR .MAJORbox .gallery-top{
  margin: 0 auto;

}

.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide{
  position: relative;
}

.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .MAJOR_l{
  width: 46%;
  margin-top: 1.1rem;

}

.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .MAJOR_l .txt{

}

.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .MAJOR_l .txt a{
  display: block;
}

.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .MAJOR_l .txt h5{
  font-size: 0.4rem;
  color: #FFFFFF;
  font-family: "AlibabaPuHuiTi-SemiBold";
}

.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .MAJOR_l .txt p{
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.28rem;
  height: 0.84rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -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.18rem 0 0.27rem 0;
}

.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .MAJOR_l .txt .more{
  display: block;
  text-align: center;
  font-size: 0.16rem;
  color: #FFFFFF;
  background: url(../images/more.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.74rem;
  height: 0.26rem;
  line-height: 0.26rem;

}

.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .MAJOR_l ul{
  margin-top: 0.4rem;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .MAJOR_l ul li{
  width: 48%;
  margin-right: 2%;
  line-height: 0.3rem;
  padding: 0.05rem 0;

}

.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .MAJOR_l ul li a{
  padding-left: 0.3rem;
  background: url(../images/MAJORico1.png) no-repeat left center;
  background-size: 0.12rem 0.12rem;
  font-size: 0.18rem;
  color: #FFFFFF;
}

.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .pic{
  width: 47.6%;
  height: 4.66rem;
  position: relative;
  z-index: 5;
  margin-right: 0.4rem;

}

.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .pic a{
  display: block;
  position: relative;
  width: 100%;
  height: 4.66rem;
  overflow: hidden;
}

.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .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;
}


.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .pic::after{
  position: absolute;
  right: -0.4rem;
  top: 0rem;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/imgbg.png) no-repeat right center;
  background-size: 100% 100%;
}


.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .pic::before{
  position: absolute;
  left: -0rem;
  bottom: -0rem;
  content: "";
  z-index: 2;
  width: 0.42rem;
  height: 0.42rem;
  background: url(../images/imgico3.png) no-repeat center;
  background-size: 100% 100%;
  pointer-events: none;
}


.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .pic a::after{
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  content: "";
  z-index: 1;
  width: 0.44rem;
  height: 0.44rem;
  background: url(../images/imgico1.png) no-repeat center;
  transform: rotate(-90deg);
  background-size: 100% 100%;
  pointer-events: none;
}




.MAJORbg .MAJOR .MAJORbox .MAJORlist{
  margin: 0.8rem auto 0 auto;
  height: 0.95rem;
  background: url(../images/MAJORlist.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  padding: 0.07rem;
}

.MAJORbg .MAJOR .MAJORbox .MAJORlist .box{
  margin: 0 auto;
  height: 0.8rem;
  padding: 0 0.5rem;
}


.MAJORbg .MAJOR .MAJORbox .gallery-thumbs{
  margin: 0 auto;
  height: 1.07rem;


}

.MAJORbg .MAJOR .MAJORbox .gallery-thumbs .swiper-slide{
  line-height: 0.8rem;
  position: relative;
  z-index: 5;

}

.MAJORbg .MAJOR .MAJORbox .gallery-thumbs .swiper-slide::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0rem;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/MAJORico.png) no-repeat  center;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.MAJORbg .MAJOR .MAJORbox .gallery-thumbs .swiper-slide h5{
  text-align: center;
  font-size: 0.3rem;
  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;
}


.MAJORbg .MAJOR .MAJORbox .gallery-thumbs .swiper-slide-thumb-active::after{
  opacity: 1;

}

.MAJORbg .MAJOR .MAJORbox .gallery-thumbs .swiper-slide-thumb-active h5{
  color: #FFD447;
}



.MAJORbg .MAJOR .MAJORbox .MAJORlist .MAJOR-next{
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.38rem;
  height: 0.38rem;
  background: url(../images/right.png) no-repeat  center;
  background-size: 100% 100%;
  cursor: pointer;
}


.MAJORbg .MAJOR .MAJORbox .MAJORlist .MAJOR-prev{
  position: absolute;
  left: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.38rem;
  height: 0.38rem;
  background: url(../images/left.png) no-repeat  center;
  background-size: 100% 100%;
  cursor: pointer;
}





/* fc */

.fcbg{
  margin: 0 auto;
  width: 100%;
  background: url(../images/fcbg.jpg) no-repeat bottom center;
  background-size: 100%;
  padding: 0.95rem 0 1.5rem 0;
}

.fcbg .fc{
  margin: 0 auto;
  background: url(../images/fcbg1.jpg) no-repeat right top;
  background-size: 4.2rem 8.34rem;
  position: relative;
}

.fcbg .fc .SCENERY .titlecon{
  position: absolute;
  right: 1.07rem;
  top: 0;

}

.fcbg .fc .SCENERY .titlecon span{
  display: block;
  color: rgba(255, 255, 255, 0.6);
  padding: 1.5rem 0 0 0;
  display: block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  transform: rotate(0deg);
  transform-origin: bottom left;
  white-space: nowrap;
  float: left;
}


.fcbg .fc .SCENERY .titlecon span::after{
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
  content: "";
  width: 0.04rem;
  height: 1.34rem;
  background: url(../images/fc_t.png) no-repeat top center;
  background-size: 100%;
}

.fcbg .fc .SCENERY .titlecon h3{
  float: left;
  display: block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  transform: rotate(0deg);
  transform-origin: bottom left;
  white-space: nowrap;
  color: #FFFFFF;
  letter-spacing: 4px;
  padding-top: 1.5rem;
  margin: 0 0.15rem 0 0;
   
}


.fcbg .fc .SCENERYbox{
  margin: 0 auto;
  padding-top: 0.6rem;
}

.fcbg .fc .SCENERYbox ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.fcbg .fc .SCENERYbox ul li{
  position: relative;
  margin-right: 0.2rem;
  width: 3.8rem;
  height: 5.06rem;
}



.fcbg .fc .SCENERYbox ul li a{
  display: block;
}

.fcbg .fc .SCENERYbox ul li .pic{
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.fcbg .fc .SCENERYbox ul li .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;
}

.fcbg .fc .SCENERYbox ul li .txt{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.7) 100%);
} 

.fcbg .fc .SCENERYbox ul li .txt h5{
  position: absolute;
  left: 0;
  bottom: 0.22rem;
  width: 100%;
  padding: 0 0.35rem;
  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;

}


.fcbg .fc .SCENERYbox ul li:nth-child(2){
  width: 8.1rem;
  height: 4.56rem;
}


.fcbg .fc .video{
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
} 

.fcbg .fc .video .titlecon{
  margin: 0.22rem 0 0 0;
  background: url(../images/video_t.jpg) no-repeat center;
  background-size: 100%;
  width: 3.8rem;
  height: 2.46rem;
  padding: 0.75rem 0 0 0.6rem;
}



.fcbg .fc .video .titlecon .title span{
  color: #fff;
}

.fcbg .fc .video .titlecon .title h3{
  color: #fff;

}

.fcbg .fc .video .titlecon .title span::after {
  background: url(../images/titlext1.png) no-repeat left center;
  background-size: 100%;
}


.fcbg .fc .video .videobox {
  width: calc((100% - 3.8rem));
  position: relative;
  top: -0.3rem;

  
}

.fcbg .fc .video .videobox ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.fcbg .fc .video .videobox ul li{
  position: relative;
  width: 48%;
  margin-left: 0.2rem;
  width: 5.3rem;

}

.fcbg .fc .video .videobox ul li a{
  display: block;
  
}

.fcbg .fc .video .videobox ul li .pic{
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 2.98rem;

}

.fcbg .fc .video .videobox ul li .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;
}


.fcbg .fc .video .videobox ul li .pic .videoBtn {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/videoico.png) center no-repeat;
  background-size: 0.7rem 0.7rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}


.fcbg .fc .video .videobox ul li .txt{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.7) 100%);
}

.fcbg .fc .video .videobox ul li .txt h5{
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  padding: 0 0.35rem;
  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;
}





#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;
  position: absolute;
  top: 0;
}

#videoAlert .video_box .close img {
  width: 30px;
  position: absolute;
  top: -0px;
  right: 10%;
  max-height: initial;
}

#videoAlert .video_box .close {
  margin-bottom: 105px;
  height: 30px;
  /* position: absolute; */
  z-index: 10000;
  cursor: pointer;
  right: 0;
}









@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){

  .fwbg .fw ul li:hover img{
    animation: beat 0.5s 1;
  }
  
  .noticebg .notice  .notice_l .noticebox ul li:hover span{
    background: url(../images/time1.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
  }
  
  .noticebg .notice  .notice_l .noticebox ul li:hover  h5{
  
    color: #007DDD;
  }
  
  .noticebg .notice  .notice_l .noticebox ul li:hover::after{
    width: 100%;
  }

  .noticebg .notice  .POLICY .POLICYbox ul li:hover::after{
    width: 100%;
  }
  
  .noticebg .notice  .POLICY .POLICYbox ul li:hover .time{
    color: #fff;
    padding-left: 0rem;
    background: none;
  }
  
  .noticebg .notice  .POLICY .POLICYbox ul li:hover h5{
    color: #fff;
  
  }


  .fcbg .fc .SCENERYbox ul li:hover .pic img{
    transform: scale(1.1);

  }


  .fcbg .fc .video .videobox ul li:hover .pic img{
    transform: scale(1.1);
  }


  .MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .MAJOR_l ul li:hover a{
    color: #FFD447;

  }

  .MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .pic:hover img{
    transform: scale(1.1);
  }


  .newsbg .news .newsbox .news_l .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }

}




@media (max-width: 1024px){




.title h3{
  font-size: 0.36rem;
  line-height: 0.36rem;
  margin-top: 0.08rem;
}

.title h3 i{
  font-size: 0.36rem;
}

.title span{
  font-size: 0.24rem;
}

.title span::after{

  width: 0.34rem;
  height: 0.04rem;

}

.titlemore{

  top: 0.15rem;

}

.titlemore a{
  font-size: 0.26rem;
}


.titlemore a i{

  width: 0.42rem;
  height: 0.42rem;

}

.titlemore a i img{
  display: block;
  width: 100%;
  height: 100%;


}

.titlemore a em{
  width: 0.3rem;

}




.fwbg{

  padding: 0.5rem 0 0rem 0;
}



.fwbg .fw ul li{
  width: 50%;
  height: 2.14rem;


}




.fwbg .fw ul li a{
  padding: 0 0.1rem;

}

.fwbg .fw ul li a i{
  margin: 0.35rem auto 0 auto;
}



.fwbg .fw ul li h5{
  font-size: 0.3rem;
  margin: 0.2rem auto 0 auto;
}





.newsbg{
  background: url(../images/newsbg2.jpg) no-repeat bottom center;
  background-size: 100%;
  padding: 0.85rem 0 0.7rem 0;
  overflow: hidden;
}

.newsbg .news .titlemore {

  top: 0.13rem;
}

.newsbg .news .newsbox{
  margin: 0.4rem auto 0 auto;

}


.newsbg .news .newsbox .news_l{
  width: 100%;


}



.newsbg .news .newsbox .news_l .swiper-slide .pic {

  height: auto;
  padding-top: 65%;
}




.newsbg .news .newsbox .news_l .swiper-slide .txt h5{
  bottom: 0.22rem;
  width: 70%;
  padding: 0 0 0 0.3rem;
  font-size: 0.28rem;

}



.newsbg .news .newsbox .news_r{
  width: 100%;
  margin: 0.3rem auto 0 auto;
  
}



.newsbg .news .newsbox .news_r ul li .txt{
  height: auto;
  margin-left: 0rem;
  padding: 0.25rem 0;

}



.newsbg .news .newsbox .news_r ul li .txt .time{
  line-height: 0.52rem;
  height: 0.45rem;
  background: #D5E7FE url(../images/time2.png) no-repeat 0.08rem center;
  background-size: 0.24rem 0.24rem;
  font-size: 0.24rem;
  margin: 0rem 0 0.12rem 0;
}

.newsbg .news .newsbox .news_r ul li .txt .time span{

  padding-left: 0.35rem;
  font-size: 0.3rem;
  top: 0rem;
  margin-right: 0.08rem;
}

.newsbg .news .newsbox .news_r ul li .txt .time em{
  font-size: 0.26rem;
}

.newsbg .news .newsbox .news_r ul li .txt  h5{
  font-size: 0.3rem;

}

.newsbg .news .newsbox .news_r ul li .txt_on{

  display: none;
}




.newsbg .news .newsbox .news_r ul li.on{
  height: auto;

}

.newsbg .news .newsbox .news_r ul li.on .txt{
  opacity: 1;
}

.newsbg .news .newsbox .news_r ul li.on .txt_on{
  opacity: 0;
}

.newsbg .news .newsbox .news_r ul li.on::after{
  opacity: 0;
}





.noticebg{

  padding: 0.6rem 0 0.7rem 0;
  overflow: hidden;
}



.noticebg .notice  .notice_l{
  width: 100%;

}

.noticebg .notice  .notice_l .noticebox{
  margin-top: 0.4rem;
  padding: 0.12rem 0.2rem 0.4rem 0.2rem;
}




.noticebg .notice  .notice_l .noticebox ul li{
  line-height: 1.1rem;

}



.noticebg .notice  .notice_l .noticebox ul li span{

  font-size: 0.36rem;

}

.noticebg .notice  .notice_l .noticebox ul li h5{

  font-size: 0.3rem;

}






.noticebg .notice  .POLICY{
  width: 100%;
  margin: 0.6rem auto 0 auto;
}

.noticebg .notice  .POLICY .POLICYbox{
  margin-top: 0.4rem;
}



.noticebg .notice  .POLICY .POLICYbox ul li{
  width: 100%;
  height: auto;
  margin-bottom: 0.23rem;


}

.noticebg .notice  .POLICY .POLICYbox ul li a{

  padding: 0.25rem 0.25rem 0.3rem 0.25rem;

}

.noticebg .notice  .POLICY .POLICYbox ul li .time{
  font-size: 0.26rem;
  padding-left: 0.32rem;
  background: url(../images/time3.png) no-repeat left 0.045rem;
  background-size: 0.24rem 0.24rem;
  line-height: 0.4rem;

}

.noticebg .notice  .POLICY .POLICYbox ul li h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  height: 0.9rem;
  margin-top: 0.1rem;
}







.MAJORbg{
  margin: -0.2rem auto 0 auto;
  background: url(../images/MAJORbg.jpg) no-repeat top center;
  background-size: cover;
  padding: 1rem 0 1.55rem 0;
}



.MAJORbg .MAJOR .titlecon{
  position: relative;
  left: 0;
  top: 0rem;
  width: 100%;

}



.MAJORbg .MAJOR .MAJORbox{
  margin: 0.4rem auto 0 auto;
} 




.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .MAJOR_l{
  width: 100%;
  margin-top: 0rem;

}



.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .MAJOR_l .txt h5{
  font-size: 0.4rem;

}

.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .MAJOR_l .txt p{
  font-size: 0.26rem;
  line-height: 0.45rem;
  height: 1.35rem;
  margin: 0.18rem 0 0.27rem 0;
}

.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .MAJOR_l .txt .more{

  font-size: 0.26rem;
  width: 1.48rem;
  height: 0.52rem;
  line-height: 0.52rem;

}

.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .MAJOR_l ul{
  margin-top: 0.4rem;

}

.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .MAJOR_l ul li{
  width: 49%;
  margin-right: 1%;
  line-height: 0.36rem;
  padding: 0.1rem 0;

}

.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .MAJOR_l ul li a{
  padding-left: 0.35rem;
  background: url(../images/MAJORico1.png) no-repeat left center;
  background-size: 0.24rem 0.24rem;
  font-size: 0.26rem;
}

.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .pic{
  width: 100%;
  height: auto;
  margin: 0.5rem 0.12rem 0 0;

}

.MAJORbg .MAJOR .MAJORbox .gallery-top .swiper-slide .MAJORnr .pic a{

  height: auto;
  padding-top: 65%;

}




.MAJORbg .MAJOR .MAJORbox .MAJORlist{
  margin: 0.6rem auto 0 auto;
  height: 0.94rem;
  padding: 0.07rem 0.2rem;
}



.MAJORbg .MAJOR .MAJORbox .gallery-thumbs .swiper-slide h5{

  font-size: 0.3rem;

}



.MAJORbg .MAJOR .MAJORbox .MAJORlist .MAJOR-next{



}


.MAJORbg .MAJOR .MAJORbox .MAJORlist .MAJOR-prev{


}




.fcbg{

  padding: 0.4rem 0 0.8rem 0;
}

.fcbg .fc{

  background: url(../images/fcbg1.jpg) no-repeat right top;
  background-size: 4.2rem 8.34rem;

}

.fcbg .fc .SCENERY .titlecon{
  right: 0.7rem;
  top: 0;

}

.fcbg .fc .SCENERY .titlecon span{

  color: rgba(255, 255, 255, 0.6);

}



.fcbg .fc .SCENERY .titlecon h3{

  letter-spacing: 4px;
  padding-top: 1.5rem;
  margin: 0 0.15rem 0 0;
   
}


.fcbg .fc .SCENERYbox{
  margin: 0 auto;
  padding-top: 0.5rem;
}



.fcbg .fc .SCENERYbox ul li{
  padding-top: 89%;
  width: 70%;
  height: auto;
  margin-bottom: 0.2rem;
}




.fcbg .fc .SCENERYbox ul li .txt h5{

  padding: 0 0.3rem;
  font-size: 0.28rem;


}


.fcbg .fc .SCENERYbox ul li:nth-child(2){
  width: 100%;
  height: auto;
  padding-top: 65%;
}




.fcbg .fc .video .titlecon{
  margin: 0rem 0 0 0;
  width: 100%;
  height: 2rem;
  padding: 0.75rem 0 0 0.6rem;
}



.fcbg .fc .video .videobox {
  width: calc((100% - 0rem));
  top: -0rem;

  
}



.fcbg .fc .video .videobox ul li{
  position: relative;
  width: 100%;
  margin: 0.2rem 0rem 0rem 0;

}



.fcbg .fc .video .videobox ul li .pic{

  height: auto;
  padding-top: 63%;

}



.fcbg .fc .video .videobox ul li .txt h5{

  padding: 0 0.3rem;
  font-size: 0.28rem;

}


#app{
  overflow: hidden;
}

#videoAlert .video_box video {
  width: 85%;
  margin: 0 auto;
  position: relative;
  top: 0;
}

#videoAlert .video_box .close img {
  width: 30px;
  position: relative;
  top: -0px;
  right: 10%;
  max-height: initial;
}

#videoAlert .video_box .close {
  margin-bottom: 65px;
  height: 30px;
  position: relative; 
  z-index: 10000;
  cursor: pointer;
  right: 0;
}

}