img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}



.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5;
}



.banner::after{
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  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;

}

.banner .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5;
}


.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;
  margin: 0 auto;
}






.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.56rem;
  height: 0.56rem;
  background: url(../images/bannerright.png) no-repeat center;
  background-size: 100% 100%;
  right: -3%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;


}

.banner .swiper-banner-prev {
  position: absolute;
  width: 0.56rem;
  height: 0.56rem;
  background: url(../images/bannerleft.png) no-repeat center;
  background-size: 100% 100%;
  left: -3%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.banner .swiper-pagination{
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0.82rem;

}

.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0px 0.33rem ;
  border-radius: 0%;
  opacity: 1;
  display: inline-block;
  width: 0.07rem;
  height:  0.07rem;
  background: none;
}

.banner .swiper-pagination .swiper-pagination-bullet::after{
  position: absolute;
  left: 50%;
  top: 0rem;
  transform: translateX(-50%);
  content: "";
  width: 0.07rem;
  height:  0.07rem;
  background: #FFFFFF;
  border-radius: 50%;
}


.banner .swiper-pagination .swiper-pagination-bullet::before{
  position: absolute;
  left:0%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url(../images/bannerico.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.81rem;
  height:0.9rem;
  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{
  width: 0.81rem;
}

.banner .swiper-pagination .swiper-pagination-bullet-active::before{
  opacity: 1;
}



  
  /* title */
  
  .titlecon{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }
  
  .title{
    margin: 0 auto;
    text-align: center;

  
  }
  
  .title h3{
    font-size: 0.42rem;
    line-height: 0.36rem;
    color: #292929;

  }

  .title h3 i{
    font-size: 0.42rem;
    color: #0762DD;
    background: url(../images/titleico.png) no-repeat right center;
    background-size: 0.09rem 0.09rem;
    padding-right: 0.15rem;
    margin-right: 0.08rem;
  }

  .title .xt{
    width: 2.42rem;
    height: 0.46rem;
    background: url(../images/title.png) no-repeat bottom center;
    background-size: 100% 100%;
    margin-top: -0.12rem;

  }

  .title span{
    display: inline-block;
    font-size: 0.15rem;
    color: #0762DD;
    text-transform: uppercase;
    font-family: "MiSans";
    background: url(../images/title1.png) no-repeat right center;
    background-size: 1.1rem 0.12rem;
    padding-right: 1.18rem;
    top: -0.13rem;
    position: relative;
  }

  .titlemore{
    position: absolute;
    right: 0;
    top: 0.22rem;
    z-index: 9;
    line-height: 0.32rem;
  } 

  .titlemore a{
    display: block;
    padding-left: 0.2rem;
    background: url(../images/more2.png) no-repeat left center;
    background-size: 0.09rem 0.16rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }


  .titlemore a i{
    display: block;
    font-size: 0.22rem;
    color: #0762DD;
    text-transform: capitalize;
    font-family: "MiSans";
    background: url(../images/more3.png) no-repeat right center;
    background-size: 0.19rem 0.19rem;
    padding-right: 0.23rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }




  
/* DYNAMICS */

.DYNAMICSbg{
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 0.5rem 0 1.65rem 0;
  background: url(../images/DYNAMICSbg.png) no-repeat top center;
  background-size: 100%;
}


.DYNAMICSbg::after{
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/DYNAMICSbg1.jpg) no-repeat bottom center;
  background-size: 100%;
  z-index: -1;

}


.DYNAMICSbg .DYNAMICSbox{
  margin: 0.3rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}

.DYNAMICSbg .DYNAMICSbox .DYNAMICS_l{
  width: 55.5%;
}

.DYNAMICSbg .DYNAMICSbox .DYNAMICS_l .swiper-slide{
  position: relative;
}

.DYNAMICSbg .DYNAMICSbox .DYNAMICS_l .swiper-slide a{
  display: block;
}

.DYNAMICSbg .DYNAMICSbox .DYNAMICS_l .swiper-slide .pic{
  position: relative;
  width: 100%;
  height: 6.02rem;
  border-radius: 0 0.1rem 0.1rem 0.1rem;
  overflow: hidden;
}

.DYNAMICSbg .DYNAMICSbox .DYNAMICS_l .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.DYNAMICSbg .DYNAMICSbox .DYNAMICS_l .swiper-slide .time{
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(338deg, #043898 -12%, #0772FF 94%);
  width: 1rem;
  height: 1rem;
  text-align: center;
  font-family: "MiSans";
} 

.DYNAMICSbg .DYNAMICSbox .DYNAMICS_l .swiper-slide .time span{
  display: block;
  font-size: 0.3rem;
  color: #FFFFFF;
  margin: 0.07rem auto 0.03rem auto;
}

.DYNAMICSbg .DYNAMICSbox .DYNAMICS_l .swiper-slide .time em{
  display: block;
  width: 0.86rem;
  height: 0.06rem;
  background: url(../images/timext.png) no-repeat  center;
  background-size: 100% 100%;
  margin: 0 auto;
}

.DYNAMICSbg .DYNAMICSbox .DYNAMICS_l .swiper-slide .time i{
  display: block;
  font-size: 0.2rem;
  color: #FFFFFF;
  margin: 0.05rem auto 0 auto;

}

.DYNAMICSbg .DYNAMICSbox .DYNAMICS_l .swiper-slide .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient( rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.2) 85%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 0.1rem;
}

.DYNAMICSbg .DYNAMICSbox .DYNAMICS_l .swiper-slide .txt h5{
  position: absolute;
  left: 0;
  bottom: 0.26rem;
  padding: 0 0.4rem;
  width: 100%;
  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;
}

.DYNAMICSbg .DYNAMICSbox .DYNAMICS_r{
  width: 42.5%;

}


.DYNAMICSbg .DYNAMICSbox .DYNAMICS_r ul li{
  margin-bottom: 0rem;
  height: 0.9rem;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
}

.DYNAMICSbg .DYNAMICSbox .DYNAMICS_r ul li .txt{
  position: relative;
  height: 0.9rem;
  background: url(../images/notice_xt.png) no-repeat bottom center;
  background-size: 100% 0.06rem;
}

.DYNAMICSbg .DYNAMICSbox .DYNAMICS_r ul li .txt a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.DYNAMICSbg .DYNAMICSbox .DYNAMICS_r ul li .txt .text{
  width: 80%;
  position: relative;
}

.DYNAMICSbg .DYNAMICSbox .DYNAMICS_r ul li .txt .text h5{
  font-size: 0.22rem;
  color: #333;
  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 .DYNAMICSbox .DYNAMICS_r ul li .txt .time{
  font-size: 0.22rem;
  color: #0762DD;
  font-family: "MiSans";
}

.DYNAMICSbg .DYNAMICSbox .DYNAMICS_r ul li .txt_on{
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/noticelist.jpg) no-repeat left center;
  background-size: 100% 100%;
  width: 100%;
  height: 0;
  border-radius: 0.1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: none;
}

.DYNAMICSbg .DYNAMICSbox .DYNAMICS_r ul li .txt_on a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.DYNAMICSbg .DYNAMICSbox .DYNAMICS_r ul li .txt_on .nr{
  width: calc(100% - 3rem);
}

.DYNAMICSbg .DYNAMICSbox .DYNAMICS_r ul li .txt_on .nr h5{
  font-size: 0.2rem;
  color: #F9FCFE;
  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-left: 0.6rem;
}

.DYNAMICSbg .DYNAMICSbox .DYNAMICS_r ul li .txt_on .nr span{
  display: block;
  font-size: 0.22rem;
  color: #FFFFFF;
  font-family: "MiSans";
  background: url(../images/timext1.png) no-repeat left center;
  background-size: 0.48rem 0.06rem;
  margin-top: 0.25rem;
  padding-left: 0.6rem;

}

.DYNAMICSbg .DYNAMICSbox .DYNAMICS_r ul li .txt_on .pic{
  width: 2.45rem;
  height: 1.36rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  margin-right: 0.23rem;
} 

.DYNAMICSbg .DYNAMICSbox .DYNAMICS_r ul li .txt_on .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.DYNAMICSbg .DYNAMICSbox .DYNAMICS_r ul li:last-child .txt{
  background: none;
}


.DYNAMICSbg .DYNAMICSbox .DYNAMICS_r ul li.on{
  height: 1.86rem;
}

.DYNAMICSbg .DYNAMICSbox .DYNAMICS_r ul li.on .txt_on{
  height: 1.7rem;
  display: block;
}





/* NOTICE */

.notice{
  margin: 0 auto;
}

.notice .noticebox{
  margin: 0.4rem auto 0 auto;
}

.notice .noticebox .swiper-slide{
  position: relative;
}

.notice .noticebox .swiper-slide a{
  display: block;
  width: 100%;
  height: 1.85rem;
  border-radius: 0.1rem;
  border: 1px solid #D8D8D8;
  padding: 0.28rem 0.3rem 0 0.3rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.notice .noticebox .swiper-slide  span{
  display: block;
  color: #0762DD;
  font-size: 0.22rem;
  font-family: "MiSans";
}

.notice .noticebox .swiper-slide em{
  display: block;
  width: 0.4rem;
  height: 2px;
  background: #0762DD;
  margin: 0.15rem 0;
}

.notice .noticebox .swiper-slide h5{
  font-size: 0.22rem;
  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;
}




/* OPERATION */

.OPERATIONbg{
  width: 100%;
  margin: -1rem auto 0 auto;
  position: relative;
  z-index: 5;
}

.OPERATIONbg .OPERATION{
  margin: 0 auto; 
  background: url(../images/OPERATIONbg.jpg) no-repeat center;
  background-size: 100% 100%;
  padding: 0.65rem 0 1.05rem 0;
}

.OPERATIONbg .OPERATION .title h3{
  color: #fff;

}

.OPERATIONbg .OPERATION .title h3 i{
  color: #fff;
  background: url(../images/titleico1.png) no-repeat right center;
  background-size: 0.09rem 0.09rem;
}

.OPERATIONbg .OPERATION .title .xt{
  background: url(../images/title2.png) no-repeat bottom center;
  background-size: 100% 100%;
}


.OPERATIONbg .OPERATION .title span {

  color: #fff;
  background: url(../images/title3.png) no-repeat right center;
  background-size: 1.15rem 0.12rem;

}

.OPERATIONbg .OPERATION .title em{
  display: block;
  color: #fff;
  font-size: 0.2rem;
}

.OPERATIONbg .OPERATION .titlemore {
  right: 1.65rem;
  top: 0.22rem;

}

.OPERATIONbg .OPERATION .titlemore a {
  background: url(../images/more1.png) no-repeat left center;
  background-size: 0.09rem 0.16rem;

}


.OPERATIONbg .OPERATION .titlemore a i {
  color: #fff;
  background: url(../images/more.png) no-repeat right center;
  background-size: 0.19rem 0.19rem;

}



.OPERATIONbg .OPERATION .OPERATIONbox{
  margin: 0.4rem auto 0 auto;
  position: relative;
  width: 83%;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1{
  position: relative;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr{
  border: 0.5px solid rgba(24, 247, 255, 0.5);
  width: 100%;
  margin: 0 auto;
  padding: 0.25rem;

}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul::after{
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #2557D5;

}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li{
  width: 33.1%;
  height: 1.44rem;
  border-right: 1px solid #2557D5;
  position: relative;
}


.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li::after{
  position: absolute;
  z-index: 9;
  content: "";
  right: -0.075rem;
  bottom: -0.075rem;
  width: 0.15rem;
  height: 0.15rem;
  background: url(../images/OPERATIONxt.png) no-repeat  center;
  background-size: 100% 100%;

}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li:nth-child(3n){
  border-right: none;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li a{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li i{
  display: block;
  width: 1.01rem;
  height: 1.01rem;
  position: relative;
  margin-left: 0.15rem;


}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li i::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/OPERATIONlist1.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;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li i img{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  left: 0.03rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li .txt{
  width: calc(100% - 1.4rem);
  margin-left: 0.2rem;
  font-family: "Rubik";
  padding-right: 0.25rem;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li .txt h5{
  font-size: 0.2rem;
  color: #FFFFFF;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li .txt h5 span{
  font-size: 0.32rem;
  color: #FFFFFF;
  font-weight: bold;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li .txt p{
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 0.3rem;
  margin-top: 0.08rem;
}


.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li:nth-child(5)::after,
.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li:nth-child(6)::after,
.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li:nth-child(7)::after,
.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li:nth-child(8)::after
{
  background: none;
}




.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2{
  position: relative;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_l{
  width: 31.2%;

}


.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_l ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}


.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_l ul li{
  width: 48.8%;
  height: 1.04rem;
  background: #0E64DF;
  border: 0.5px solid rgba(24, 247, 255, 0.5);
  margin-bottom: 0.12rem;
  text-align: center;
  font-family: "Rubik";
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_l ul li a{
  display: block;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_l ul li h5{
  font-size: 0.16rem;
  color: #FFFFFF;
  padding-top: 0.17rem;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_l ul li h5 span{
  font-size: 0.32rem;
  color: #FFFFFF;
  font-weight: bold;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_l ul li p{
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 0.3rem;
  margin-top: 0.03rem;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_c{
  width: 47.8%;
  height: 3.36rem;
  border: 0.5px solid rgba(24, 247, 255, 0.5);
  position: relative;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_c::after{
  position: absolute;
  left: 0;
  top: 0.35rem;
  content: "";
  z-index: -1;
  width: 100%;
  height: 1.78rem;
  background: url(../images/OPERATIONico1.png) no-repeat center;
  background-size: 3.7rem 1.78rem;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_c ul li{
  position: relative;
  background: url(../images/OPERATIONico.png) no-repeat bottom center;
  background-size: 1.27rem 0.75rem;
  padding-bottom: 0.45rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_c ul li a{
  display: block;
  text-align: center;
  font-family: "Rubik";
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_c ul li h5{
  font-size: 0.16rem;
  color: #FFFFFF;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_c ul li h5 span{
  font-size: 0.24rem;
  color: #FFFFFF;
  font-weight: bold;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_c ul li p{
  font-size: 0.16rem;
  color: #FFFFFF;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_c ul li:nth-child(1){
  position: absolute;
  left: 0.25rem;
  top: 0.5rem;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_c ul li:nth-child(2){
  position: absolute;
  right: 0.32rem;
  top: 0.4rem;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_c ul li:nth-child(3){
  position: absolute;
  left: 0.65rem;
  top: 1.75rem;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_c ul li:nth-child(4){
  position: absolute;
  right: 0.55rem;
  top: 1.75rem;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_c ul li:nth-child(5){
  position: absolute;
  left: 2.6rem;
  bottom: 0.2rem;
}


.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_r{
  width: 18.5%;
  height: 3.36rem;
  border: 0.5px solid rgba(24, 247, 255, 0.5);
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_r ul li{
  margin-top: 0.18rem;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_r ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_r ul li i{
  display: block;
  width: 0.71rem;
  height: 0.71rem;
  position: relative;
  margin-left: 0.3rem;


}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_r ul li i::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/OPERATIONlist2.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;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_r ul li i img{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;


}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_r ul li .txt{
  width: calc(100% - 1.2rem);
  font-family: "Rubik";
  padding-right: 0.2rem;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_r ul li .txt h5{
  font-size: 0.2rem;
  color: #FFFFFF;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_r ul li .txt h5 span{
  font-size: 0.32rem;
  color: #FFFFFF;
  font-weight: bold;
}

.OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_r ul li .txt p{
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 0.3rem;
  margin-top: 0rem;
}


.OPERATIONbg .OPERATION .OPERATIONbox .OPERATION-next{
  position: absolute;
  z-index: 9;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 0.47rem;
  height: 0.46rem;
  background: url(../images/OPERATIONright.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;
}

.OPERATIONbg .OPERATION .OPERATIONbox .OPERATION-prev{
  position: absolute;
  z-index: 9;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 0.47rem;
  height: 0.46rem;
  background: url(../images/OPERATIONleft.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;
}



/* column */

.columnbg{
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}

.columnbg .column{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.columnbg .column .column_l{
  width: 66%;
  
}

.columnbg .column .column_l .title{
  margin: 0;
}

.columnbg .column .column_l .title span {

  background: url(../images/SPECIAL_t.png) no-repeat right center;
  background-size: 0.67rem 0.12rem;
  padding-right: 0.75rem;

}


.columnbg .column .column_l .SPECIALbox{
  margin-top: 0.35rem;
  position: relative;
  
}

.columnbg .column .column_l .SPECIALbox .swiper-slide{
  position: relative;
}

.columnbg .column .column_l .SPECIALbox .swiper-slide a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.columnbg .column .column_l .SPECIALbox .swiper-slide .pic{
  width: 7.14rem;
  height: 4.73rem;
  border-radius: 0.1rem 0px 0px 0.1rem;
  position: relative;
  overflow: hidden;
}

.columnbg .column .column_l .SPECIALbox .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.1rem 0px 0px 0.1rem;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.columnbg .column .column_l .SPECIALbox .swiper-slide .txt{
  width: calc((100% - 7.14rem));
  height: 4.73rem;
  border-radius: 0 0.1rem  0.1rem 0px;
  background: #F0F7FF;
  padding: 0.6rem 0.45rem 0 0.45rem;
}

.columnbg .column .column_l .SPECIALbox .swiper-slide .txt .time{
  display: block;
  color: #0762DD;
  font-size: 0.18rem;
  font-family: "MiSans";
}

.columnbg .column .column_l .SPECIALbox .swiper-slide .txt em{
  display: block;
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  margin: 0.1rem 0 0.35rem 0;
}

.columnbg .column .column_l .SPECIALbox .swiper-slide .txt h5{
  font-size: 0.22rem;
  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;
}

.columnbg .column .column_l .SPECIALbox .swiper-slide .txt p{
  font-size: 0.18rem;
  color: #848484;
  line-height: 0.32rem;
  height: 0.96rem;
  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-top: 0.45rem;
}


.columnbg .column .column_l .SPECIALbox .SPECIAL_button{
  position: absolute;
  z-index: 5;
  right: 0.4rem;
  bottom: 0;
  width: 2.96rem;
  height: 0.54rem;
  line-height: 0.54rem;
  border-radius: 0.1rem 0.1rem 0px 0px;
  background: linear-gradient(272deg, #043898 -19%, #0772FF 132%);
}

.columnbg .column .column_l .SPECIALbox .SPECIAL_button .SPECIAL-pagination{
  text-align: center;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0);
  font-family: "MiSans";
  background: url(../images/numxt.png) center no-repeat;
  background-size: 0.11rem 0.15rem;
}

.columnbg .column .column_l .SPECIALbox .SPECIAL_button .SPECIAL-pagination .swiper-pagination-current{
  color: #fff;
  padding: 0 0.07rem;

}

.columnbg .column .column_l .SPECIALbox .SPECIAL_button .SPECIAL-pagination .swiper-pagination-total{
  color: #fff;
  padding: 0 0.07rem;
}

.columnbg .column .column_l .SPECIALbox .SPECIAL_button .SPECIAL-next{
  cursor: pointer;
  position: absolute;
  right: 0.45rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 0.05rem;
  background: url(../images/right.png) center no-repeat;
  background-size: 100% 100%;
}

.columnbg .column .column_l .SPECIALbox .SPECIAL_button .SPECIAL-prev{
  cursor: pointer;
  cursor: pointer;
  position: absolute;
  left: 0.45rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 0.05rem;
  background: url(../images/left.png) center no-repeat;
  background-size: 100% 100%;
}








.columnbg .column .column_r{
  width: 31.6%;
  
}

.columnbg .column .column_r .title{
  margin: 0;
}


.columnbg .column .column_r .SERVICEbox{
  margin-top: 0.05rem;
}


.columnbg .column .column_r .SERVICEbox ul li{
  width: 100%;
  height: 1.26rem;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #D8D8D8;

}

.columnbg .column .column_r .SERVICEbox ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.columnbg .column .column_r .SERVICEbox ul li .time{
  width: 0.94rem;
  height: 0.52rem;
  border-right: 1px solid #D8D8D8;
  text-align: center;
  font-family: "MiSans";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.columnbg .column .column_r .SERVICEbox ul li .time span{
  display: block;
  font-size: 0.28rem;
  font-weight: bold;
  color: #0762DD;
  line-height: 0.28rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.columnbg .column .column_r .SERVICEbox ul li .time i{
  display: block;
  font-size: 0.14rem;
  color: #0762DD;
  margin-top: 0.08rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.columnbg .column .column_r .SERVICEbox ul li .txt{
  width: calc(100% - 1.15rem);
  padding-right: 0.25rem;
}

.columnbg .column .column_r .SERVICEbox ul li .txt h5{
  font-size: 0.22rem;
  color: #333333;
  line-height: 0.32rem;
  max-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;

}


.columnbg .column .column_r .SERVICEbox ul li::after{
  position: absolute;
  left: 0rem;
  top: 0rem;
  content: "";
  z-index: -2;
  width: 0;
  height: 100%;
  border-radius: 0.1rem;
  background: linear-gradient(273deg, #043898 -18%, #0772FF 132%);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.columnbg .column .column_r .SERVICEbox ul li::before{
  position: absolute;
  right: 0rem;
  top: 0rem;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/fwico.png) no-repeat right center;
  background-size: 100% ;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  opacity: 0;
}




/* MEDIA */

.MEDIAbg{
  margin: 0 auto;
  padding-bottom: 0.9rem;
}


.MEDIAbg .MEDIA{
  position: relative;
  margin: 0 auto;
}


.MEDIAbg .MEDIA .MEDIA_t{
  position: absolute;
  left: 0;
  top: 0;
  width: 23.5%;
  height: 3.9rem;
  border-radius: 0.1rem 0px 0px 0px;
  background: linear-gradient(322deg, #043898 -8%, #0772FF 99%);
  padding-top: 0.7rem;
  z-index: 9;
}


.MEDIAbg .MEDIA .MEDIA_t .title h3{
  color: #fff;

}

.MEDIAbg .MEDIA .MEDIA_t .title h3 i{
  color: #fff;
  background: url(../images/titleico1.png) no-repeat right center;
  background-size: 0.09rem 0.09rem;
}

.MEDIAbg .MEDIA .MEDIA_t .title .xt {

  background: url(../images/title2.png) no-repeat bottom center;
  background-size: 100% 100%;

}

.MEDIAbg .MEDIA .MEDIA_t .title span {
  color: #fff;
  background: url(../images/media_t.png) no-repeat right center;
  background-size: 1.36rem 0.12rem;
  padding-right: 1.5rem;

}


.MEDIAbg .MEDIA .MEDIA_t .titlemore{
  position: relative;
  margin: 0.2rem auto 0 auto;
}

.MEDIAbg .MEDIA .MEDIA_t .titlemore a {

  background: url(../images/more1.png) no-repeat left center;
  background-size: 0.09rem 0.16rem;

}


.MEDIAbg .MEDIA .MEDIA_t .titlemore a i {
  color: #fff;
  background: url(../images/more.png) no-repeat right center;
  background-size: 0.19rem 0.19rem;

}


.MEDIAbg .MEDIA .MEDIA_t .ewm{
  margin: 0.3rem auto 0 auto;
  position: relative;
  z-index: 15;

}

.MEDIAbg .MEDIA .MEDIA_t .ewm ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.MEDIAbg .MEDIA .MEDIA_t .ewm ul li{
  position: relative;
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 0.08rem ;


}

.MEDIAbg .MEDIA .MEDIA_t .ewm ul li .ewmico{
  width: 0.7rem;
  height: 0.7rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.MEDIAbg .MEDIA .MEDIA_t .ewm ul li .ewmico img{
  width: 100%;
  height: 100%;
}


.MEDIAbg .MEDIA .MEDIA_t .ewm ul li .ewmimg{
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  transform:  translateX(-50%) translateY(10%);
  transition: all 0.5s ease 0s;
  box-shadow: rgba(1, 1, 1, 0) 0px 2px 9.5px 0.5px;
  width: 1rem;
  height: 1rem;
  background: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 0.05rem;
  visibility: hidden;
  z-index: 9;
}

.MEDIAbg .MEDIA .MEDIA_t .ewm ul li .ewmimg img{
  width: 100%;
  height: 100%;
}



.MEDIAbg .MEDIA .MEDIA_t .ewm ul li:hover .ewmimg {
  opacity: 1;
  transform:  translateY(5%) translateX(-50%);
  visibility: visible;
}









.MEDIAbg .MEDIA ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.MEDIAbg .MEDIA ul li{
  position: relative;

}


.MEDIAbg .MEDIA ul li a{
  display: block;

}

.MEDIAbg .MEDIA ul li .pic{
  position: relative;
  width: 100%;
  height: 3.9rem;
  overflow: hidden;

}

.MEDIAbg .MEDIA 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;
}

.MEDIAbg .MEDIA ul li .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.84rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1E1E1E 100%);
  padding: 0 0.3rem;
}

.MEDIAbg .MEDIA ul li .txt h5{
  line-height: 0.84rem;
  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 ul li .txt img{
  display: inline-block;
  width: 0.31rem;
  height: 0.31rem;
  margin-right: 0.18rem;

}

.MEDIAbg .MEDIA ul li:first-child{
  margin-left:23.49%;
  width: 41.7%;
}

.MEDIAbg .MEDIA ul li:nth-child(2){
  width: 34.75%;

}

.MEDIAbg .MEDIA ul li:nth-child(2) .pic{
  border-radius: 0px 0.1rem 0px 0px;
}

.MEDIAbg .MEDIA ul li:nth-child(2) .pic img{
  border-radius: 0px 0.1rem 0px 0px;
}

.MEDIAbg .MEDIA ul li:nth-child(3){
  width: 38.2%;
}

.MEDIAbg .MEDIA ul li:nth-child(3) .pic{
  border-radius: 0px 0px 0px 0.1rem;
}

.MEDIAbg .MEDIA ul li:nth-child(3) .pic img{
  border-radius: 0px 0px 0px 0.1rem;
}

.MEDIAbg .MEDIA ul li:nth-child(3) .txt{
  border-radius: 0px 0px 0px 0.1rem;
}

.MEDIAbg .MEDIA ul li:nth-child(4){
  width: 27%;
}

.MEDIAbg .MEDIA ul li:nth-child(5){
  width: 34.75%;
}

.MEDIAbg .MEDIA ul li:nth-child(5) .pic{
  border-radius: 0px 0px 0.1rem 0px;
}

.MEDIAbg .MEDIA ul li:nth-child(5) .pic img{
  border-radius: 0px 0px 0.1rem 0px;
}

.MEDIAbg .MEDIA ul li:nth-child(5) .txt{
  border-radius: 0px 0px 0.1rem 0px;
}

.MEDIAbg .MEDIA .swiper-container{
  display: none;
}


/* fc */

.fcbg{
  width: 100%;
  margin: 0rem auto 0 auto;
  position: relative;
  z-index: 5;
  background: url(../images/fcbg.jpg) no-repeat bottom center;
  background-size: 100%;
  padding: 0rem 0 1.3rem 0;
}

.fcbg .fc{
  margin: 0 auto; 

}

.fcbg .fc .fcbox{
  margin: 0.5rem auto 0 auto;
}

.fcbg .fc .fcbox .swiper-slide{
  position: relative;
  width: 6rem;


}

.fcbg .fc .fcbox .swiper-slide a{
  display: block;
}

.fcbg .fc .fcbox .swiper-slide .pic{
  position: relative;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
  border-radius: 0.1rem;
  clip-path: polygon(0 92%, 0 8%, 100% 0%, 100% 100%);
}

.fcbg .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;
}

.fcbg .fc .fcbox .swiper-slide .pic::after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  background: rgba(0, 0, 0, 0.3);
}

.fcbg .fc .fcbox .swiper-slide-prev{
  position: relative;

}
.fcbg .fc .fcbox .swiper-slide-prev .pic{
  clip-path: polygon(0 100%, 0 0, 100% 8%, 100% 92%);
}

.fcbg .fc .fcbox .swiper-slide-next{
  position: relative;

}

.fcbg .fc .fcbox .swiper-slide.pr2 .pic {
  clip-path: polygon(0 100%, 0 0, 100% 8%, 100% 92%);
}



.fcbg .fc .fcbox .swiper-slide-active .pic{
  clip-path: polygon(0 100%, 0 0%, 100% 0%, 100% 100%);

}

.fcbg .fc .fcbox .swiper-slide-active .pic::after{
  background: rgba(0, 0, 0, 0);
}



.fcbg .fc .fcbox .watch_button{
  margin: 0rem auto 0 auto;
  position: relative;
  height: 1.21rem;
  padding-top: 0.78rem;
  background: url(../images/fcxt.png) no-repeat top center;
  background-size: 100% 1.21rem;

}

.fcbg .fc .fcbox .watch_button .watchico{
  margin: 0 auto;
  background: url(../images/fcico.png) no-repeat  center;
  background-size: 100%;
  width: 0.58rem;
  height: 0.58rem;
  position: relative;
  top: 0.12rem;
}

.fcbg .fc .fcbox .watch_button .watch-next{
  position: absolute;
  top: 0.9rem;
  right: 28%;
  width: 0.64rem;
  height: 0.31rem;
  cursor: pointer;
  background: url(../images/fcright.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;

}


.fcbg .fc .fcbox .watch_button .watch-prev{
  position: absolute;
  top: 0.9rem;
  left: 28%;
  width: 0.64rem;
  height: 0.31rem;
  cursor: pointer;
  background: url(../images/fcleft.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;
}








@keyframes circle1 {
  0% {
    transform:rotate(0)
  }
  100% {
    transform:rotate(360deg)
  }
}



@media (min-width: 1024px){



  .titlemore:hover a i{
    padding-right: 0.27rem;
  }

  .DYNAMICSbg .DYNAMICSbox .DYNAMICS_l .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }

  .DYNAMICSbg .DYNAMICSbox .DYNAMICS_r ul li .txt_on:hover .pic img{
    transform: scale(1.1);
  }

  .notice .noticebox .swiper-slide:hover a{

    border: 1px solid #0762DD;

  }

  .columnbg .column .column_l .SPECIALbox .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }

  .columnbg .column .column_l .SPECIALbox .swiper-slide:hover .txt h5{
    color: #0762DD;

  }


  .columnbg .column .column_r .SERVICEbox ul li:hover{
    border-bottom: 1px solid #FFFFFF;
  }
  
  .columnbg .column .column_r .SERVICEbox ul li:hover .time span{
    color: #FFFFFF;
  }
  
  .columnbg .column .column_r .SERVICEbox ul li:hover .time i{
    color: #FFFFFF;
  }
  
  .columnbg .column .column_r .SERVICEbox ul li:hover .txt h5{
    color: #FFFFFF;
  }
  
  .columnbg .column .column_r .SERVICEbox ul li:hover::after{
    width: 100%;
  }
  
  .columnbg .column .column_r .SERVICEbox ul li:hover::before{
    opacity: 1;
  }

  .MEDIAbg .MEDIA ul li:hover .pic img{
    transform: scale(1.1);
  }

  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li:hover i img{
    animation: beat 0.5s 1;
  }

  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li:hover i::after{
    animation: circle1 10s linear 0s infinite;
  }

  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_r ul li:hover i::after{
    animation: circle1 8s linear 0s infinite;
  }

  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_c ul li:hover{
    transform: translateY(-0.05rem);
  }

  .fcbg .fc .fcbox .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }

}




@media (max-width: 1024px){

  .banner .swiper-pagination{

    bottom: 0.42rem;
  
  }

  .banner .swiper-pagination .swiper-pagination-bullet{
    width: 0.12rem;
    height:  0.12rem;

  }
  
  .banner .swiper-pagination .swiper-pagination-bullet::after{
    width: 0.12rem;
    height:  0.12rem;
  }
  
  
  .banner .swiper-pagination .swiper-pagination-bullet::before{

    width: 0.61rem;
    height:0.68rem;

  
  }



  .banner .swiper-pagination .swiper-pagination-bullet-active{
    width: 0.61rem;
  }





  .title {
    margin: 0;
}
    
    .title h3{
      font-size: 0.4rem;

  
    }
  
    .title h3 i{
      font-size: 0.4rem;
    }
  
    .title .xt{
      width: 2.42rem;
      height: 0.46rem;
      background: url(../images/title.png) no-repeat bottom center;
      background-size: 100% 100%;
      margin-top: -0.12rem;
  
    }
  
    .title span{
      font-size: 0.2rem;

    }
  
    .titlemore{

      top: 0.22rem;
    } 
  
    .titlemore a{
  
      padding-left: 0.3rem;
      background: url(../images/more2.png) no-repeat left center;
      background-size: 0.13rem 0.2rem;

    }
  
  
    .titlemore a i{
      font-size: 0.24rem;
      background: url(../images/more3.png) no-repeat right center;
      background-size: 0.24rem 0.24rem;
      padding-right: 0.3rem;

    }
  
  
  
  
    
  /* DYNAMICS */
  
  .DYNAMICSbg{

    padding: 0.5rem 0 1.4rem 0;

  }
  

  
  .DYNAMICSbg .DYNAMICSbox{
    margin: 0.3rem auto 0 auto;
    padding-bottom: 0.6rem;
  }
  
  .DYNAMICSbg .DYNAMICSbox .DYNAMICS_l{
    width: 100%;
  }
  
  
  .DYNAMICSbg .DYNAMICSbox .DYNAMICS_l .swiper-slide .pic{
    height: auto;
    padding-top: 56%;
  }
  
  
  .DYNAMICSbg .DYNAMICSbox .DYNAMICS_l .swiper-slide .time{
    width: 1.4rem;
    height: 1.15rem;

  } 
  
  .DYNAMICSbg .DYNAMICSbox .DYNAMICS_l .swiper-slide .time span{
    font-size: 0.3rem;
  }
  
  
  .DYNAMICSbg .DYNAMICSbox .DYNAMICS_l .swiper-slide .time i{
    font-size: 0.26rem;
  
  }
  

  
  .DYNAMICSbg .DYNAMICSbox .DYNAMICS_l .swiper-slide .txt h5{
    font-size: 0.3rem;

  }
  
  .DYNAMICSbg .DYNAMICSbox .DYNAMICS_r{
    width: 100%;
    margin: 0.1rem auto 0 auto;
  
  }
  
  
  .DYNAMICSbg .DYNAMICSbox .DYNAMICS_r ul li{

    height: 0.8rem;
  }


  .DYNAMICSbg .DYNAMICSbox .DYNAMICS_r ul li:nth-child(n+5){
    display: none;

  }
  
  .DYNAMICSbg .DYNAMICSbox .DYNAMICS_r ul li .txt{
 
    height: 0.8rem;
  }
  
  
  .DYNAMICSbg .DYNAMICSbox .DYNAMICS_r ul li .txt .text{
    width: 80%;

  }
  
  .DYNAMICSbg .DYNAMICSbox .DYNAMICS_r ul li .txt .text h5{
    font-size: 0.3rem;
  } 
  
  .DYNAMICSbg .DYNAMICSbox .DYNAMICS_r ul li .txt .time{
    font-size: 0.26rem;
  }
  
  
  
  .DYNAMICSbg .DYNAMICSbox .DYNAMICS_r ul li:last-child .txt{
    background: url(../images/notice_xt.png) no-repeat bottom center;
    background-size: 100% 0.06rem;
  }
  
  
  .DYNAMICSbg .DYNAMICSbox .DYNAMICS_r ul li.on{
    height: 100%;
  }
  
  .DYNAMICSbg .DYNAMICSbox .DYNAMICS_r ul li.on .txt_on{
    display: none;
  }
  
  

  
  .notice .noticebox .swiper-slide a{
    width: 99%;
    height: 2.1rem;
    border: 1px solid #D8D8D8;
    padding: 0.28rem 0.3rem 0 0.3rem;
    margin: 0 auto;

  }
  
  .notice .noticebox .swiper-slide  span{

    font-size: 0.26rem;
  }
  
  .notice .noticebox .swiper-slide em{
  
    width: 0.4rem;

  }
  
  .notice .noticebox .swiper-slide h5{
    font-size: 0.3rem;
    line-height: 0.45rem;
    height: 0.9rem;
  }
  
  
  
  
  /* OPERATION */
  
  .OPERATIONbg{
    margin: -1rem auto 0 auto;

  }
  
  .OPERATIONbg .OPERATION{
    padding: 0.5rem 0 1.05rem 0;
    background: url(../images/OPERATIONbg.jpg) no-repeat bottom center;
    background-size: cover;
  }

  .OPERATIONbg .OPERATION .titlecon{
    padding: 0 0.3rem;
  } 
  
  .OPERATIONbg .OPERATION .title em{

    font-size: 0.28rem;
  }

  
  .OPERATIONbg .OPERATION .titlemore {
    right: 0.3rem;
  
  }
  
  .OPERATIONbg .OPERATION .titlemore a {
    background: url(../images/more1.png) no-repeat left center;
    background-size: 0.13rem 0.2rem;
  
  }
  
  
  .OPERATIONbg .OPERATION .titlemore a i {
    background-size: 0.24rem 0.24rem;
    padding-right: 0.3rem;
  
  }
  
  
  
  .OPERATIONbg .OPERATION .OPERATIONbox{
    margin: 0.4rem auto 0 auto;
    width: 96%;
  }
  

  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul::after{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #2557D5;
  
  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li{
    width: 50%;
    height: 2.5rem;
    border-right: 1px solid #2557D5;
    border-bottom: 1px solid #2557D5;
    position: relative;
    padding: 0.1rem 0;
  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li:nth-child(3n) {
    border-right: 1px solid #2557D5;
}

  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li::after{
    position: absolute;
    z-index: 9;
    content: "";
    z-index: 2;
    right: -0.075rem;
    bottom: -0.075rem;
    width: 0.15rem;
    height: 0.15rem;
    background: url(../images/OPERATIONxt.png) no-repeat  center;
    background-size: 100% 100%;
  
  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li:nth-child(4n){
    border-right: 1px solid #2557D5;
  }

  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li:nth-child(2n){
    border-right: none;
  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li a{
    display: block;

  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li i{
    margin: 0rem auto;
  
  
  }
  
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li i img{

    left: 0.03rem;

  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li .txt{
    width: calc(100% - 0rem);
    margin-left: 0rem;
    padding: 0.2rem 0.2rem;
    text-align: center;
  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li .txt h5{
    font-size: 0.26rem;
  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li .txt h5 span{
    font-size: 0.32rem;

  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li .txt p{
    font-size: 0.24rem;
  }
  
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li:nth-child(5)::after,
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li:nth-child(6)::after,
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li:nth-child(7)::after,
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li:nth-child(8)::after
  {
    background: url(../images/OPERATIONxt.png) no-repeat  center;
    background-size: 100% 100%;
  }

  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl1 .nr ul li:nth-child(2n)::after{
    background: none;
  }
  
  
  
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2{
    position: relative;
  }

  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_l{
    width: 100%;
  
  }
  

  
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_l ul li{

    height: 1.24rem;

  }

  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_l ul li h5{
    font-size: 0.28rem;
    padding-top: 0.25rem;
  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_l ul li h5 span{
    font-size: 0.32rem;
    font-weight: normal;
  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_l ul li p{
    font-size: 0.28rem;

  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_c{
    width: 100%;
    height: 4.36rem;

  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_c::after {

    top: 0.7rem;

}

  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_c ul li{

    background: url(../images/OPERATIONico.png) no-repeat bottom center;
    background-size: 1.27rem 0.75rem;

  }
  

  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_c ul li h5{
    font-size: 0.26rem;
  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_c ul li h5 span{
    font-size: 0.3rem;
    font-weight: normal;
  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_c ul li p{
    font-size: 0.26rem;

  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_c ul li:nth-child(1){
    position: absolute;
    left: 0.2rem;
    top: 0.5rem;
  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_c ul li:nth-child(2){
    position: absolute;
    right: 0.2rem;
    top: 0.5rem;
  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_c ul li:nth-child(3){
    position: absolute;
    left: 0.4rem;
    top: 1.95rem;
  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_c ul li:nth-child(4){
    position: absolute;
    right: 0.4rem;
    top: 1.95rem;
  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_c ul li:nth-child(5){
    position: absolute;
    left: 2.4rem;
    bottom: 0.2rem;
  }
  
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_r{
    width: 100%;
    height: auto;
    margin: 0.2rem auto 0 auto;
    padding: 0.1rem 0;
  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_r ul li{
    margin: 0.1rem 1%;
    width: 48%;
    float: left;
  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_r ul li a{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
  }
  


  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_r ul li .txt{
    width: calc(100% - 1.2rem);
  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_r ul li .txt h5{
    font-size: 0.28rem;
  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_r ul li .txt h5 span{
    font-size: 0.32rem;
    font-weight: normal;
  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .swiper-slide.fl2 .nr .num_r ul li .txt p{
    font-size: 0.28rem;

  }
  
  
  .OPERATIONbg .OPERATION .OPERATIONbox .OPERATION-next{

    right: 38%;
    top: auto;
    bottom: -0.7rem;
    transform: translateY(0%);
    width: 0.47rem;
    height: 0.46rem;

  }
  
  .OPERATIONbg .OPERATION .OPERATIONbox .OPERATION-prev{
    left: 38%;
    top: auto;
    bottom: -0.7rem;
    transform: translateY(0%);
    width: 0.47rem;
    height: 0.46rem;
  }








.columnbg{

  padding: 0.6rem 0;
  overflow: hidden;
}




.columnbg .column .column_l{
  width: 100%;
  
}



.columnbg .column .column_l .title span {

  background: url(../images/SPECIAL_t.png) no-repeat right center;
  background-size: 0.67rem 0.12rem;
  padding-right: 0.75rem;

}


.columnbg .column .column_l .SPECIALbox{
  margin-top: 0.3rem;
  position: relative;
  
}



.columnbg .column .column_l .SPECIALbox .swiper-slide .pic{
  width: 100%;
  height: auto;
  padding-top: 56%;

}



.columnbg .column .column_l .SPECIALbox .swiper-slide .txt{
  width: calc((100% - 0rem));
  height: auto;
  padding: 0.3rem 0.45rem 0.6rem 0.45rem;
}

.columnbg .column .column_l .SPECIALbox .swiper-slide .txt .time{
  font-size: 0.28rem;

}

.columnbg .column .column_l .SPECIALbox .swiper-slide .txt em{

  margin: 0.1rem 0 0.2rem 0;
}

.columnbg .column .column_l .SPECIALbox .swiper-slide .txt h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  height: 0.45rem;
}

.columnbg .column .column_l .SPECIALbox .swiper-slide .txt p{
  font-size: 0.26rem;
  line-height: 0.4rem;
  height: 1.2rem;
  margin-top: 0.25rem;
}


.columnbg .column .column_l .SPECIALbox .SPECIAL_button{

  width: 2.96rem;
  height: 0.54rem;
  line-height: 0.54rem;

}

.columnbg .column .column_l .SPECIALbox .SPECIAL_button .SPECIAL-pagination{
  font-size: 0.28rem;
}


.columnbg .column .column_l .SPECIALbox .SPECIAL_button .SPECIAL-next{

  right: 0.4rem;
  width: 0.3rem;
  height: 0.075rem;

}

.columnbg .column .column_l .SPECIALbox .SPECIAL_button .SPECIAL-prev{

  left: 0.4rem;
  top: 50%;
  width: 0.3rem;
  height: 0.075rem;
}



.columnbg .column .column_r{
  width: 100%;
  margin: 0.5rem auto 0 auto;
  
}




.columnbg .column .column_r .SERVICEbox ul li{

  height: 1.3rem;

}



.columnbg .column .column_r .SERVICEbox ul li .time{
  width: 1.35rem;
  height: 0.52rem;

}

.columnbg .column .column_r .SERVICEbox ul li .time span{
  font-size: 0.32rem;
  line-height: 0.28rem;

}

.columnbg .column .column_r .SERVICEbox ul li .time i{
  font-size: 0.24rem;
  margin-top: 0.08rem;

}

.columnbg .column .column_r .SERVICEbox ul li .txt{
  width: calc(100% - 1.6rem);
  padding-right: 0.2rem;
}

.columnbg .column .column_r .SERVICEbox ul li .txt h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  max-height: 0.9rem;


}




/* MEDIA */

.MEDIAbg{

  padding-bottom: 0.55rem;
  overflow: hidden;
}



.MEDIAbg .MEDIA .MEDIA_t{
  position: relative;

  width: 100%;
  height: auto;
  border-radius: 0.1rem 0px 0px 0px;
  padding: 0.45rem 0.3rem 0.55rem 0.3rem;
}


.MEDIAbg .MEDIA .MEDIA_t .titlemore{
  margin: 0;
}

.MEDIAbg .MEDIA .MEDIA_t .titlemore a {

  background: url(../images/more1.png) no-repeat left center;
  background-size: 0.13rem 0.2rem;

}


.MEDIAbg .MEDIA .MEDIA_t .titlemore a i {
  background: url(../images/more.png) no-repeat right center;
  background-size: 0.24rem 0.24rem;

}


.MEDIAbg .MEDIA .MEDIA_t .ewm{
  margin: 0.2rem auto 0 auto;

}



.MEDIAbg .MEDIA .MEDIA_t .ewm ul li .ewmimg{
  width: 1.4rem;
  height: 1.4rem;

}


.MEDIAbg .MEDIA ul{
  display: none;
}

.MEDIAbg .MEDIA ul li{
  margin-bottom: 0.15rem;
}

.MEDIAbg .MEDIA ul li .pic{
  height: auto;
  padding-top: 56%;


}



.MEDIAbg .MEDIA ul li .txt h5{
  font-size: 0.3rem;
}



.MEDIAbg .MEDIA ul li:first-child{
  margin-left:0%;
  width: 100%;
}

.MEDIAbg .MEDIA ul li:nth-child(2){
  width: 100%;

}

.MEDIAbg .MEDIA ul li:nth-child(2) .pic{
  border-radius: 0px 0.1rem 0px 0px;
}

.MEDIAbg .MEDIA ul li:nth-child(2) .pic img{
  border-radius: 0px 0.1rem 0px 0px;
}

.MEDIAbg .MEDIA ul li:nth-child(3){
  width: 100%;
}

.MEDIAbg .MEDIA ul li:nth-child(3) .pic{
  border-radius: 0px 0px 0px 0rem;
}

.MEDIAbg .MEDIA ul li:nth-child(3) .pic img{
  border-radius: 0px 0px 0px 0rem;
}

.MEDIAbg .MEDIA ul li:nth-child(3) .txt{
  border-radius: 0px 0px 0px 0rem;
}

.MEDIAbg .MEDIA ul li:nth-child(4){
  width: 100%;

  display: none;
}

.MEDIAbg .MEDIA ul li:nth-child(5){
  width: 100%;
  display: none;
}

.MEDIAbg .MEDIA ul li:nth-child(5) .pic{
  border-radius: 0px 0px 0rem 0px;
}

.MEDIAbg .MEDIA ul li:nth-child(5) .pic img{
  border-radius: 0px 0px 0rem 0px;
}

.MEDIAbg .MEDIA ul li:nth-child(5) .txt{
  border-radius: 0px 0px 0rem 0px;
}

.MEDIAbg .MEDIA .swiper-container{
  margin: 0 auto;
  display: block;
}

.MEDIAbg .MEDIA .swiper-container .swiper-slide{
  position: relative;
}

.MEDIAbg .MEDIA .swiper-container .swiper-slide a{
  display: block;
}

.MEDIAbg .MEDIA .swiper-container .swiper-slide .pic{
  position: relative;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
}

.MEDIAbg .MEDIA .swiper-container .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;
}

.MEDIAbg .MEDIA .swiper-container .swiper-slide .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.84rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1E1E1E 100%);
  padding: 0 0.3rem;
}

.MEDIAbg .MEDIA .swiper-container .swiper-slide .txt h5 {
  line-height: 0.84rem;
  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;
}

.MEDIAbg .MEDIA .swiper-container .swiper-slide .txt img {
  display: inline-block;
  width: 0.31rem;
  height: 0.31rem;
  margin-right: 0.18rem;
}

.MEDIAbg .MEDIA .MEDIA-pagination{
  margin: 0.2rem auto 0 auto;
  text-align: center;
}

.MEDIAbg .MEDIA .MEDIA-pagination .swiper-pagination-bullet-active{
  background: #0762DD;

}

/* fc */

.fcbg{
  padding: 0.1rem 0 1rem 0;
}



.fcbg .fc .fcbox{
  margin: 0.35rem auto 0 auto;
}

.fcbg .fc .fcbox .swiper-slide{

  width: 100%;


}



.notice .noticebox .swiper-wrapper{
  display: block;
}
  
.notice .noticebox .swiper-slide{
  margin-bottom: 0.2rem;
}

}