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: url(../images/bannerbg.png) no-repeat center;
  background-size: 100%;
  z-index: 2;
  pointer-events: 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() no-repeat center;
  background-size: 100%;
  right: 3%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  display: none;

}

.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;
  display: none;
}


.banner .swiper-pagination{
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 0.5rem;
  left: 0%;
  height: 0.3rem;
}

.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0 0.1rem ;
  border-radius: 0%;
  opacity: 1;
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.9rem;
  background: none;
  overflow: hidden;
}

.banner .swiper-pagination .swiper-pagination-bullet::after{
  position: absolute;
  left: 0.09rem;
  top:  0.09rem;
  content: "";
  border-radius: 50%;
  width: 0.12rem;
  height: 0.12rem;
  background: #fff;
  opacity: 0.7;
}

.banner .swiper-pagination .swiper-pagination-bullet-active{
  background: url(../images/bannerico.png) no-repeat center;
  background-size: 100%;
}

.banner .swiper-pagination .swiper-pagination-bullet-active::after{
  opacity: 0;

}

.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
  display: none;

}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
  display: none;
}



@media(max-width: 1024px){

  .banner .swiper-pagination {
    bottom: 0.25rem;
}



}



/* title */

.titlecon{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.titlecon .title{
  background: url(../images/title.png) no-repeat left top;
  background-size: 1.83rem 0.47rem;
  padding-left: 0.25rem;
}

.titlecon .title em{
  display: block;
  font-size: 0.53rem;
  color: #6c216d;
  font-family: "MiSansSemibold";
  text-transform: uppercase;
  opacity: 0.1;
  line-height: 0.45rem;
  padding-top: 0.13rem;
  padding-left: 1.03rem;
}

.titlecon .title h3{
  display: block;
  font-size: 0.42rem;
  color: #6c216d;
  font-weight: normal;
  font-family: "MiSansbold";
  line-height: 0.42rem;
  margin-top: -0.26rem;
  position: relative;
  z-index: 5;
}

.titlecon .title h3 i{
  color: #000000;
}


.titlecon .titlemore{
  background: url(../images/titlemore1.png) no-repeat  center;
  background-size: 100%;
  width: 1.6rem;
  height: 0.44rem;
  line-height: 0.5rem;
  margin-top: 0.2rem;
  cursor: pointer;
  position: relative;
  z-index: 9;
}

.titlecon .titlemore a{
  display: block;
  font-size: 0.16rem;
  color: #4c194d;
  padding-left: 0.3rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




/* news */

.newsbg{
  margin: 0 auto;
  background: url(../images/newsbg.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 1.6rem;
}

.newsbg .news{
  margin: 0 auto;
  padding-top: 0.8rem;
}

.newsbg .news .newsbox{
  margin: 0.6rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .newsbox .news_l{
  width: 69.5%;
  margin-left: -8px;
  position: relative;

}

.newsbg .news .newsbox .news_l .swiper-slide{
  position: relative;
}

.newsbg .news .newsbox .news_l .swiper-slide .pic{
  position: relative;
  width: calc((100% - 8px));
  height: 5.6rem;
  overflow: hidden;
  margin-left: 8px;
  -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 .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{
  height: 1.4rem;
  width: 82%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-top: -0.7rem;
  z-index: 9;
  position: relative;
} 

.newsbg .news .newsbox .news_l .swiper-slide .time{
  background: url(../images/time.jpg) no-repeat  center;
  background-size: cover;
  text-align: center;
  width: 1.48rem;
  height: 1.4rem;
  font-family: "BodoniBT";
} 

.newsbg .news .newsbox .news_l .swiper-slide .time span{
  display: block;
  font-size: 0.7rem;
  color: #fff;
  line-height: 0.71rem;
  padding-top: 0.22rem;
}

.newsbg .news .newsbox .news_l .swiper-slide .time i{
  display: block;
  font-size: 0.2rem;
  color: #fff;
}

.newsbg .news .newsbox .news_l .swiper-slide .nr{
  width: calc((100% - 1.48rem));
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  padding: 0 0.35rem;
}

.newsbg .news .newsbox .news_l .swiper-slide .nr a{
  display: block;
  padding-top: 0.34rem;
}

.newsbg .news .newsbox .news_l .swiper-slide .nr h5{
  font-size: 0.24rem;
  color: #000000;
  font-family: "MiSansMedium";
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox .news_l .swiper-slide .nr p{
  font-size: 0.18rem;
  color: #000000;
  opacity: 0.7;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.15rem;
}

.newsbg .news .newsbox .news_l .news-pagination{
  position: absolute;
  width: auto;
  left: auto;
  right: 0.3rem;
  bottom: 0.2rem;
  z-index: 11;
}

.newsbg .news .newsbox .news_l .news-pagination .swiper-pagination-bullet{
  background: url(../images/newsico1.png) center no-repeat;
  background-size: 100%;
  width: 0.22rem;
  height: 0.22rem;
  opacity: 1;

}

.newsbg .news .newsbox .news_l .news-pagination .swiper-pagination-bullet-active{
  background: url(../images/newsico2.png) center no-repeat;
  background-size: 100%;

}



.newsbg .news .newsbox .news_r{
  width: 28.5%;
  background: url(../images/newslistbg.png) center top no-repeat;
  background-size: cover;
  border-top: 4px solid #6c216d;
}

.newsbg .news .newsbox .news_r ul {
  width: 81%;
  margin: 0 auto 0 auto;
  padding-top: 0.5rem;
}

.newsbg .news .newsbox .news_r ul li{
  position: relative;
  z-index: 5;
  padding: 0 0.05rem 0.2rem 0.05rem;
  border-bottom: 1px solid rgba(3, 3, 3, 0.1);
  margin-bottom: 0.2rem;

}

.newsbg .news .newsbox .news_r ul li:last-child{
  border-bottom: 1px solid rgba(3, 3, 3, 0);
}

.newsbg .news .newsbox .news_r ul li::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  z-index: -1;
  width: 0;
  height: 1px;
  background: url(../images/xt1.png) no-repeat left center;
  background-size: 100%;
  -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 a{
  display: block;
}

.newsbg .news .newsbox .news_r ul li h5{
  font-size: 0.2rem;
  color: #000000;
  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;
}

.newsbg .news .newsbox .news_r ul li .time{
  background: url(../images/time1.png) center left no-repeat;
  background-size: 0.15rem 0.15rem;
  font-size: 0.18rem;
  color: #922e8e;
  font-family: "BodoniBT";
  font-style: italic;
  padding-left: 0.22rem;
  margin-top: 0.15rem;
}



/* notice */

.titlecon1 .title{
  background: url(../images/title1.png) no-repeat left top;
  background-size: 1.83rem 0.47rem;

}

.titlecon1 .title em{
  color: #fff;
  opacity: 0.05;
  padding-left: 0.8rem;
}

.titlecon1 .title h3{
  color: #f0ce67;

  display: inline-block;
  -webkit-background-clip: text; 

  -webkit-text-fill-color: transparent; 
  top: -0.1rem;
}

.titlecon1 .titlemore1{
  background: url(../images/titlemore2.png) no-repeat center;
  background-size: 100%;
}

.titlecon1 .titlemore1 a{
  color: #f0ce67;

}

.noticebg{
  margin: 0 auto;
  background: url(../images/noticebg.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 2.25rem;
  padding-bottom: 0rem;
}

.noticebg .notice{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.noticebg .notice .Department{
  width: 59.5%;

}

.noticebg .notice .Department .Departmentbox{
  margin-top: 0.5rem;
}


.noticebg .notice .Department .Departmentbox ul li{
  position: relative;
  z-index: 5;
  width: 100%;
  height: 1.71rem;
  background: url(../images/Departmentlist.png) no-repeat center;
  background-size: 100%;
  margin-bottom: 0.19rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .Department .Departmentbox ul li a{
  display: block;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.noticebg .notice .Department .Departmentbox ul li .pic{
  position: relative;
  width: 2.6rem;
  height: 1.71rem;
  overflow: hidden;
}

.noticebg .notice .Department .Departmentbox 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;
}

.noticebg .notice .Department .Departmentbox ul li .txt{
  width: calc((100% - 3.6rem));
  margin-left: 0.5rem;
}

.noticebg .notice .Department .Departmentbox ul li .txt h5{
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.36rem;
  height: 0.72rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.3rem 0 0rem 0;
}

.noticebg .notice .Department .Departmentbox ul li .txt .time{
  background: url(../images/time2.png) center left no-repeat;
    background-size: 0.13rem 0.13rem;
    font-size: 0.16rem;
    color: #e7c595;
    font-family: "BodoniBT";
    font-style: italic;
    padding-left: 0.26rem;
    margin-top: 0.2rem;
}


.noticebg .notice .Department .Departmentbox ul li::after {
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
  z-index: -1;
  width: 0;
  height: 100%;
  background: url(../images/Departmentlist2.jpg) no-repeat left center;
  border-radius: 0 0.1rem 0.1rem 0;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.noticebg .notice .Department .Departmentbox ul li::before {
  position: absolute;
  left: -10px;
  top: 0px;
  content: "";
  z-index: -2;
  width: 0;
  height: 100%;
  background: #d9ac54;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}





.noticebg .notice .notice_r{
  width: 35.1%;
}


.noticebg .notice .notice_r .noticebox{
  margin-top: 0.5rem;
  width: 100%;
  background: url(../images/noticelistbg.png) no-repeat top center;
  background-size: cover;
  padding-top: 0.28rem;
  padding-bottom: 1.3rem;
  position: relative;
}

.noticebg .notice .notice_r .noticebox .swiper-slide{
  position: relative;

}

.noticebg .notice .notice_r .noticebox .swiper-slide ul li{
  position: relative;
  z-index: 5;
  height: 1.04rem;
  margin-bottom: 0.03rem;
}

.noticebg .notice .notice_r .noticebox .swiper-slide ul li a{
  display: block;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.noticebg .notice .notice_r .noticebox .swiper-slide ul li .time{
  margin-left: 0.2rem;
  width: 1.1rem;
  height: 0.58rem;
  border-right: 1px solid #e0b578;
  text-align: center;

}

.noticebg .notice .notice_r .noticebox .swiper-slide ul li .time span{
  display: block;
  font-size: 0.42rem;
  color: #e0b578;
  font-family: "BodoniBT";
  line-height: 0.36rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .notice_r .noticebox .swiper-slide ul li .time i{
  display: block;
  font-size: 0.16rem;
  color: #e0b578;
  font-family: "BodoniBT";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.06rem;
}

.noticebg .notice .notice_r .noticebox .swiper-slide ul li .txt{
  width: calc((100% - 1.95rem));
  margin-right: 0.4rem;
}

.noticebg .notice .notice_r .noticebox .swiper-slide ul li .txt h5{
  font-size: 0.18rem;
  color: #191919;
  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;
}


.noticebg .notice .notice_r .noticebox .swiper-slide ul li::after{
  position: absolute;
    left: 0;
    top: 0px;
    content: "";
    z-index: -1;
    width: 0;
    height: 100%;
    background: url(../images/noticelist.png) no-repeat left 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;
}


.noticebg .notice .notice_r .noticebox .notice-next{
  position: absolute;
  right: 0.55rem;
  bottom: 0.5rem;
  cursor: pointer;
  background: #6c216d url(../images/right.png) no-repeat  center;
  background-size: 100%;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
}


.noticebg .notice .notice_r .noticebox .notice-prev{
  position: absolute;
  left: 0.55rem;
  bottom: 0.5rem;
  cursor: pointer;
  background: #cccccc url(../images/left.png) no-repeat  center;
  background-size: 100%;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


/* Critical */

.Criticalbg{
  width: 100%;
  background: url(../images/Criticalbg.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 0.65rem;
  position: relative;
  z-index: 5;
}

.Criticalbg::after{
  position: absolute;
  z-index: -1;
  left: 0rem;
  bottom: -0.8rem;
  content: "";
  width: 100%;
  height: 0.97rem;
  background: url(../images/Criticalbg1.png) no-repeat  center;
  background-size: 100%;
}

.Criticalbg .Critical{
  padding-top: 1.1rem;
  margin: 0 auto;
}

.Criticalbg .Critical .titlecon{
  position: relative;
  display: block;

}

.Criticalbg .Critical .titlecon .title{
  margin: 0 auto;
  text-align: center;
  background: url(../images/title.png) no-repeat center top;
  background-size: 1.83rem 0.47rem;
  padding-left: 0rem;
}

.Criticalbg .Critical .titlecon .title h3{
  line-height: 0.42rem;
  padding-top: 0.3rem;

}

.Criticalbg .Critical .titlecon .title em{
  line-height: 0.45rem;
  padding-top: 0rem;
  padding-left: 0rem;
  margin-top: -0.22rem;
}

.Criticalbg .Critical .titlecon .titlemore{
  margin-top: 0.42rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  display: none;
}


.Criticalbg .Critical .Criticallist{
  margin: 0.3rem auto 0 auto;
  position: relative;
  height: 1.7rem;
}


.Criticalbg .Critical .Criticallist ul li{
  width: 1.4rem;
  height: 0.44rem;
  line-height: 0.44rem;
  border-radius: 45px;
  border: 2px solid #d599cf;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}

.Criticalbg .Critical .Criticallist ul li a{
  display: block;
  text-align: center;
  font-size: 0.2rem;
  color: #d599cf;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.Criticalbg .Critical .Criticallist ul li:nth-child(1){
  position: absolute;
  top: 0;
  left: 2.5rem;
  border: 2px solid #922e8e;
  background: #922e8e;
}

.Criticalbg .Critical .Criticallist ul li:nth-child(1) a{
  color: #fff;
}

.Criticalbg .Critical .Criticallist ul li:nth-child(2){
  position: absolute;
  top: 0.7rem;
  left: 4.25rem;
}

.Criticalbg .Critical .Criticallist ul li:nth-child(3){
  position: absolute;
  top: 1rem;
  left: 6.7rem;
}

.Criticalbg .Critical .Criticallist ul li:nth-child(4){
  position: absolute;
  top: 0.3rem;
  right: 4.4rem;
  border: 2px solid #b857b7;
  background: #b857b7;
}

.Criticalbg .Critical .Criticallist ul li:nth-child(4) a{
  color: #fff;
}

.Criticalbg .Critical .Criticallist ul li:nth-child(5){
  position: absolute;
  top: 0;
  right: 2.5rem;
  border: 2px solid #be85b8;
}

.Criticalbg .Critical .Criticallist ul li:nth-child(5) a{
  color: #b245a7;
}




.Criticalbg .Critical .ab_num{
  margin: 0.4rem auto 0 auto;
  position: relative;
}

.Criticalbg .Critical .ab_num .swiper-slide{
  position: relative;

}

.Criticalbg .Critical .ab_num .swiper-slide a{
  display: block;
}

.Criticalbg .Critical .ab_num .swiper-slide .pic{
  margin: 0 auto;
  border: 1px dashed rgba(108, 33, 109, 0);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
  width: 1.96rem;
  height: 1.96rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.Criticalbg .Critical .ab_num .swiper-slide .pic .img{
  overflow: hidden;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #fff;
  border: 1px dashed rgba(108, 33, 109, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.08rem;
}

.Criticalbg .Critical .ab_num .swiper-slide .pic .img .ico1{
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.Criticalbg .Critical .ab_num .swiper-slide .pic .img .ico2{
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Criticalbg .Critical .ab_num .swiper-slide .txt{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.Criticalbg .Critical .ab_num .swiper-slide .txt h5{
  font-size: 0.2rem;
  color: #6c216d;
  padding-top: 0.35rem;

}

.Criticalbg .Critical .ab_num .swiper-slide .txt h5 span{
  font-size: 0.6rem;
  color: #6c216d;
  font-family: "HarmonyOS";
  font-weight: bold;
}

.Criticalbg .Critical .ab_num .swiper-slide .txt p{
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.24rem;
  width: 42%;
  margin: 0 auto;
}

.Criticalbg .Critical .ab_num .swiper-slide:nth-child(2n){
  margin-top: 0.6rem;
}

.Criticalbg .Critical .ab_num .num-next{
  background: url(../images/Critical_right.png) no-repeat center;
  background-size: 100%;
  width: 0.62rem;
  height: 0.62rem;
  position: absolute;
  z-index: 11;
  right: -0.8rem;
  top: 0.6rem;
}

.Criticalbg .Critical .ab_num .num-prev{
  background: url(../images/Critical_left.png) no-repeat center;
  background-size: 100%;
  width: 0.62rem;
  height: 0.62rem;
  position: absolute;
  z-index: 11;
  left: -0.8rem;
  top: 0.6rem;

}



      @keyframes bounce {
          0%, 20%, 50%, 80%, 100% {transform: translateY(0) translateX(-50%);}
          40% {transform: translateY(-0.1rem) translateX(-50%);}
          60% {transform: translateY(-0.05rem) translateX(-50%);}
      }



.Criticalbg .Critical .blessbox{
  margin: 0.2rem auto 0 auto;
  height: 2.76rem;
  width: 91%;
  position: relative;
  z-index: 5;
}

.Criticalbg .Critical .blessbox::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: url(../images/messagebg.png) no-repeat center;
  background-size: 100% 100%;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);

}


.Criticalbg .Critical .blessbox.active::after {
   transform: scaleX(1);
   opacity: 1;
}

.Criticalbg .Critical .blessbox .boxes{
  display: flex;
  justify-content: space-between;
  width: 12.2rem;
  overflow: hidden;
  height: 2.6rem; 
  padding-top: 0.53rem;
  margin: 0 auto;
  -webkit-transition: all 3s ease-out;
  -o-transition: all 3s ease-out;
  transition: all 3s ease-out;
  opacity: 0;

}

.Criticalbg .Critical .blessbox.active .boxes{
  opacity: 1;
}

.wrapper {
  display: flex;
  flex-direction: column;
  width: 100%; 
}
 
.column {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end; 
  overflow: hidden;
  margin-bottom: 0.2rem;
  height: 0.46rem;
}

.column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  animation: floatText linear infinite;
}
 
.floating-text {
  margin-bottom: 0.2rem; /* 文本之间的间距 */
  animation-fill-mode: forwards; /* 动画结束后保持最终状态 */
  float: left;
  font-size: 0.18rem;
  color: #ffff;
  width: auto;
  width: auto;
  height: 0.46rem;
  line-height: 0.42rem;
  border: 2px solid;
  border-radius: 45px;
  margin: 0rem 0rem 0rem 0;
  padding: 0rem 0.2rem 0 0.2rem;
  background-size: 100%;
  margin-right: 1rem;
  text-align: center;
  white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.column:nth-child(1) .floating-text{
  color: #f2b254;
  border: 2px solid #f2b254;
}

.column:nth-child(1) .floating-text:nth-child(2n){
  color: #922e8e;
  border: 2px solid #922e8e;
}


.column:nth-child(2) .floating-text{
  color: #b789b6;
  border: 2px solid #b789b6;
}

.column:nth-child(2) .floating-text:nth-child(2n){
  color: #fff;
  border: 2px solid #f4d57e;
  background: #f4d57e;
}

.column:nth-child(3) .floating-text{
  color: #b44aa9;
  border: 2px solid #b44aa9;
}

.column:nth-child(3) .floating-text:nth-child(2n){
  color: #e292e1;
  border: 2px solid #e292e1;
}


@keyframes floatText {
  0% {
    transform: translateX(30%);
  }
  100% {
    transform: translateX(0%);
  }
}
 
/* 设置动画持续时间，并根据需要调整每列的动画延迟 */
.column:nth-child(1) ul {
  animation-duration: 25s; /* 你可以根据需要调整这个值 */
}
 
.column:nth-child(2) ul {
  animation-duration: 20s; /* 与第一列不同，以创建交错效果 */
  animation-delay: 0s; /* 开始时稍微延迟，以与第一列错开 */
}

.column:nth-child(3) ul {
  animation-duration: 28s; /* 与第一列不同，以创建交错效果 */
  animation-delay: 0s; /* 开始时稍微延迟，以与第一列错开 */
}

/* Special */

.Specialbg{
  margin: 0 auto;
  width: 100%;
}

.Specialbg .Special{
  width: 100%;
  background: url(../images/Specialbg2.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: scroll;
  background-size: auto;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  padding-top: 1.75rem;
  padding-bottom: 1.15rem;
}


.Specialbg .Special .titlecon{
  position: relative;
  display: block;

}

.Specialbg .Special .titlecon .title{
  margin: 0 auto;
  text-align: center;
  background: url(../images/title.png) no-repeat center top;
  background-size: 1.83rem 0.47rem;
  padding-left: 0rem;
}

.Specialbg .Special .titlecon .title h3{
  line-height: 0.42rem;
  padding-top: 0.3rem;

}

.Specialbg .Special .titlecon .title em{
  line-height: 0.45rem;
  padding-top: 0rem;
  padding-left: 0rem;
  margin-top: -0.22rem;
}

.Specialbg .Special .titlecon .titlemore{
  margin-top: 0.42rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;

}


.Specialbg .Special .Specialbox{
  margin: 0.75rem auto 0 auto;
  background: url(../images/Specialbg.jpg) no-repeat  center;
  background-size: cover;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  position: relative;
  height: 7.25rem;
}

.Specialbg .Special .Specialbox .Special_l{
  width: 45.5%;
  margin-top: 0.7rem;

}

.Specialbg .Special .Specialbox .Special_l ul li{
  position: relative;
  z-index: 5;
  height: 1.2rem;
}

.Specialbg .Special .Specialbox .Special_l ul li .txt{
  height: 100%;
  margin-left: 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);

}

.Specialbg .Special .Specialbox .Special_l ul li .txt a{
  display: block;
  padding-left: 0.35rem;
  padding-top: 0.28rem;
}

.Specialbg .Special .Specialbox .Special_l ul li .txt h5{
  font-size: 0.2rem;
  color: #fff;
  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;
}

.Specialbg .Special .Specialbox .Special_l ul li .txt .time{
  background: url(../images/time2.png) center left no-repeat;
  background-size: 0.13rem 0.13rem;
  font-size: 0.16rem;
  color: #e7c595;
  font-family: "BodoniBT";
  font-style: italic;
  padding-left: 0.26rem;
  margin-top: 0.2rem;
}

.Specialbg .Special .Specialbox .Special_l ul li::after{
  position: absolute;
    left: 0;
    top: 0.12rem;
    content: "";
    z-index: -1;
    width: 0;
    height: 1.73rem;
    background: url(../images/Departmentlist2.jpg) no-repeat left 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;
}



.Specialbg .Special .Specialbox .Special_l ul li::before{
  position: absolute;
  left: -2px;
  top: 0.12rem;
  content: "";
  z-index: -2;
  width: 0;
  height: 1.73rem;
  background: #d9ac54;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.Specialbg .Special .Specialbox .Special_r{
  width: 50.5%;
  padding-top: 0.9rem;

}

.Specialbg .Special .Specialbox .Special_r ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.Specialbg .Special .Specialbox .Special_r ul li{
  position: relative;
  width: 33.33%;

}

.Specialbg .Special .Specialbox .Special_r ul li a{
  display: block;
}

.Specialbg .Special .Specialbox .Special_r ul li .pic{
  width: 100%;
  padding-top: 192%;
  position: relative;
  overflow: hidden;

}

.Specialbg .Special .Specialbox .Special_r 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;
}

.Specialbg .Special .Specialbox .Special_r ul li .txt{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/Speciallist.png) no-repeat  center;
  background-size: cover;
} 

.Specialbg .Special .Specialbox .Special_r ul li .txt h5{
  margin: 0.7rem 0 0 0.55rem;
  line-height: 0.4rem;
  font-size: 0.3rem;
  color: #fff;
  font-weight: normal;
  font-family: "SourceHanSerifCN";
  letter-spacing: -2px;
  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;
  height: 2.4rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Specialbg .Special .Specialbox .Special_r ul li .txt .more{
  position: absolute;
  left: 0.55rem;
  bottom: 0.85rem;
  background: url(../images/Specialmore.png) no-repeat  center;
  background-size: 100%;
  width: 0.41rem;
  height: 0.41rem;

}

.Specialbg .Special .Specialbox .Special_r ul li .txt .more::after{
  position: absolute;
  content: "";
  left: 50%;
  top: -0.2rem;
  width: 0rem;
  height: 0.82rem;
  background: url(../images/Specialmore1.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;
}

.Specialbg .Special .Specialbox .Special_t{
  position: absolute;
  right: 0.65rem;
  bottom: 0.5rem;
}

.Specialbg .Special .Specialbox .Special_t img{
  width: 100%;
  height: 100%;
}



/* media */


.mediabg{
  width: 100%;
  background: url(../images/mediabg.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 1;

}

.mediabg .media{
  padding-top: 0.45rem;
}


.mediabg .media .titlecon{
  position: relative;
  display: block;

}

.mediabg .media .titlecon .title{
  margin: 0 auto;
  text-align: center;
  background: url(../images/title.png) no-repeat center top;
  background-size: 1.83rem 0.47rem;
  padding-left: 0rem;
}

.mediabg .media .titlecon .title h3{
  line-height: 0.42rem;
  padding-top: 0.3rem;

}

.mediabg .media .titlecon .title em{
  line-height: 0.45rem;
  padding-top: 0rem;
  padding-left: 0rem;
  margin-top: -0.22rem;
}

.mediabg .media .titlecon .titlemore{
  margin-top: 0.42rem;
  position: absolute;
  right: 0;
  top: 0;
}

.mediabg .media .mediabox{
  margin: 0.2rem auto 0 auto;
}


.mediabg .media .mediabox .swiper-container{
  padding-top: 0.55rem;
  padding-bottom: 1.1rem;
}

.mediabg .media .mediabox .swiper-container .swiper-slide{
  position: relative;
  height: 6rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mediabg .media .mediabox .swiper-container .swiper-slide .nr{
  width: 100%;
  margin: 0.4rem auto 0 auto;
  background: #ffffff;
  padding-bottom: 0.4rem;
  border-top: 1px solid rgba(108, 33, 109, 0.5);
  box-shadow: 0 3px 2px 5px rgba(0, 0, 0, .03);
}

.mediabg .media .mediabox .swiper-container .swiper-slide a{
  display: block;
}

.mediabg .media .mediabox .swiper-container .swiper-slide .txt{
  width: 83%;
  position: relative;
  margin: 0 auto;
  padding-top: 0.6rem;

}

.mediabg .media .mediabox .swiper-container .swiper-slide .txt span{
  display: block;
  position: absolute;
  right: 0;
  top: -0.1rem;
  background: #922e8e;
  border-radius: 0 0 0.2rem 0.2rem;
  line-height: 0.65rem;
  font-size: 0.36rem;
  color: #fff;
  font-family: "xingkai";
  text-align: center;
  padding: 0 0.2rem;
  box-shadow: 0 0 6px  6px rgba(0, 0, 0, .15);
}

.mediabg .media .mediabox .swiper-container .swiper-slide .txt i{
  display: block;
  background: url(../images/time2.png) center left no-repeat;
  background-size: 0.16rem 0.16rem;
  font-size: 0.22rem;
  color: #e7c595;
  font-family: "BodoniBT";
  font-style: italic;
  padding-left: 0.26rem;
}

.mediabg .media .mediabox .swiper-container .swiper-slide .txt h5{
  font-size: 0.22rem;
  color: #000;
  font-family: "MiSansbold";
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.3rem 0 0.2rem 0;
}

.mediabg .media .mediabox .swiper-container .swiper-slide .txt p{
  font-size: 0.18rem;
  color: #666666;
  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;
}

.mediabg .media .mediabox .swiper-container .swiper-slide .pic{
  position: relative;
  width: 83%;
  padding-top: 56%;
  margin: 0.45rem auto 0rem auto;
  border: 1px solid #d0d0d0;
  border-radius: 0.12rem;
  overflow: hidden;

} 

.mediabg .media .mediabox .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 .mediabox .swiper-container .swiper-slide-next{
  width: 45% !important;
}

.mediabg .media .mediabox .swiper-container .swiper-slide-next .txt{
  width: 88%;
}

.mediabg .media .mediabox .swiper-container .swiper-slide-next .txt span{
  line-height: 0.8rem;

}

.mediabg .media .mediabox .swiper-container .swiper-slide-next .pic{
  width: 88%;
  padding-top: 49%;
}

.mediabg .media .mediabox .swiper-container .swiper-slide-next .nr{
  width: 100%;
  margin: 0rem auto 0 auto;
  border-bottom: 3px solid #922e8e;
}


.mediabg .media .mediabox .media-pagination{
  margin: 1.1rem auto 0 auto;
  text-align: center;
}

.mediabg .media .mediabox .media-pagination .swiper-pagination-bullet{
  position: relative;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0%;
  opacity: 1;
  margin: 0 0.05rem;
  background: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mediabg .media .mediabox .media-pagination .swiper-pagination-bullet::before{
  position: absolute;
  content: "";
  left: 0rem;
  top: 0%;
  width: 0.1rem;
  height: 0.1rem;
  background: #cea666;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.mediabg .media .mediabox .media-pagination .swiper-pagination-bullet::after{
  position: absolute;
  content: "";
  left: 0.22rem;
  top: 50%;
  width: 0rem;
  height: 1px;
  background: #894c8a;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.mediabg .media .mediabox .media-pagination .swiper-pagination-bullet-active{

  width: 0.72rem;
}

.mediabg .media .mediabox .media-pagination .swiper-pagination-bullet-active::after{
  width: 0.5rem;
}

.mediabg .media .mediabox .media-pagination .swiper-pagination-bullet-active::before{
  background: #6c216d;
}

.mediabg .media .mediabox .media-pagination .swiper-pagination-bullet-active:last-child::after{
  width: 0rem;
}


/* team */

.fcbg{
  margin: 0 auto;
  width: 100%;
  background: url(../images/fcbg.jpg) no-repeat top center;
  background-size: cover;
  overflow: hidden;
}


.teambg{
  margin: 0 auto;
  width: 100%;
  background: url(../images/teambg.png) no-repeat top center;
  background-size: 100%;
}

.teambg .team{
  margin: 0 auto;
  padding-top: 1.05rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.teambg .team .Topic{
  width: 36.5%;

}

.teambg .team .Topic .Topicbox{
  margin-top: 0.7rem;
  position: relative;
}

.teambg .team .Topic .Topicbox ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.teambg .team .Topic .Topicbox ul li{
  position: relative;
  width: 48.7%;
  margin-bottom: 0.12rem;
}

.teambg .team .Topic .Topicbox ul li:nth-child(2){
  margin-top: 0.8rem;
}

.teambg .team .Topic .Topicbox ul li:nth-child(3){
  margin-top: -0.8rem;
}

.teambg .team .Topic .Topicbox ul li .pic{
  position: relative;
  width: 100%;
  padding-top: 126%;
  overflow: hidden;

}

.teambg .team .Topic .Topicbox 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;
}


.teambg .team .Topic .Topicbox .zhuanti-pagination{
  position: absolute;
  left: 0;
  bottom: 0.1rem;
  z-index: 9;
}

.teambg .team .Topic .Topicbox .zhuanti-pagination .swiper-pagination-bullet{
  position: relative;
  width: 0.1rem;
  height: 0.1rem;
  background: #cea666;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.05rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.teambg .team .Topic .Topicbox .zhuanti-pagination .swiper-pagination-bullet-active{
  background: #6c216d;

}

.teambg .team .team_r{
  width: 58.8%;
  margin-top: 0.45rem;
}

.teambg .team .team_r .teambox{
  margin: 0.42rem auto 0 auto;
  position: relative;
}

.teambg .team .team_r .teambox .left{
  width: 100%;
}

.teambg .team .team_r .teambox .left .swiper-slide{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.teambg .team .team_r .teambox .left .swiper-slide .txt{
  margin-left: 0.7rem;
  width: 57.5%;

}

.teambg .team .team_r .teambox .left .swiper-slide .txt a{
  display: block;

}

.teambg .team .team_r .teambox .left .swiper-slide .txt h5{
  font-size: 0.32rem;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.13rem;
}

.teambg .team .team_r .teambox .left .swiper-slide .txt h5 span{
  font-size: 0.24rem;
  color: #fff;
  margin-left: 0.3rem;

}

.teambg .team .team_r .teambox .left .swiper-slide .txt p{
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.3rem;
  height: 0.9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0.23rem 0;
}

.teambg .team .team_r .teambox .left .swiper-slide .txt i{
  display: block;
  width: 0.9rem;
  height: 2px;
  background: #e7c595;
  margin-top: 0.23rem;
}

.teambg .team .team_r .teambox .left .swiper-slide .txt em{
  display: block;
  background: url(../images/more.png) no-repeat center;
  background-size: 100%;
  width: 0.1rem;
  height: 0.13rem;
}

.teambg .team .team_r .teambox .left .swiper-slide .pic{
  background: url(../images/teamlist.png) no-repeat center;
  background-size: 100% 100%;
  width: 2.42rem;
  height: 2.42rem;
  position: relative;
  overflow: hidden;
}

.teambg .team .team_r .teambox .left .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
}


.teambg .team .team_r .teambox .right{
  width: 8.25rem;
  margin-top: 0.5rem;
  margin-left: 0.45rem;
}

.teambg .team .team_r .teambox .right .swiper-container{
  padding: 0.25rem 0;
}

.teambg .team .team_r .teambox .right .swiper-slide{
  position: relative;
  width: 1.86rem;
  margin-left: 0.2rem;
}


.teambg .team .team_r .teambox .right .swiper-slide .pic{
  width: 1.86rem;
  height: 1.86rem;
  background: url(../images/teamlist.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.teambg .team .team_r .teambox .right .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  object-position: top;
  object-fit: cover;
}

.teambg .team .team_r .teambox .right .swiper-slide-active .pic{

  box-shadow: 0 0 8px 10px rgba(0,0,0,.15);
}




.teambg .team .team_r .teambox .swiBtn .prev{
  background: url(../images/teamleft.png) no-repeat center;
  background-size: 100%;
  width: 0.14rem;
  height: 0.26rem;
  position: absolute;
  z-index: 11;
  left: -0.15rem;
  top: 50%;
  transform: translateY(-50%);

}


.teambg .team .team_r .teambox .swiBtn .next{
  background: url(../images/teamright.png) no-repeat center;
  background-size: 100%;
  width: 0.14rem;
  height: 0.26rem;
  position: absolute;
  z-index: 11;
  right: -0.35rem;
  top: 50%;
  transform: translateY(-50%);
}



/* fc */

.fc{
  margin: 0.9rem auto 0 auto;
  padding-bottom: 2.1rem;
}


.fc .fc_t{
  margin: 0 auto;
  text-align: center;
}

.fc .fc_t .titlecon {
  position: relative;
  display: block;
}

.fc .fc_t .titlecon{
  position: relative;
  display: block;

}

.fc .fc_t .titlecon .title{
  margin: 0 auto;
  text-align: center;
  background: url(../images/title.png) no-repeat center top;
  background-size: 1.83rem 0.47rem;
  padding-left: 0rem;
}

.fc .fc_t .titlecon .title h3{
  line-height: 0.42rem;
  padding-top: 0.3rem;

}

.fc .fc_t .titlecon .title em{
  line-height: 0.45rem;
  padding-top: 0rem;
  padding-left: 0rem;
  margin-top: -0.22rem;
}

.fc .fcbox{
  margin: 0.8rem 0 0 -0.35rem;
  background: url(../images/fcbg1.jpg) no-repeat top left;
  background-size: contain;
  border-bottom-left-radius: 1.1rem;
  padding-top: 0.65rem;
  height: 6.9rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fc .fcbox .titlecon{
  margin-left: 0.35rem;
  width: 1.25rem;

}

.fc .fcbox .titlecon .title {
  background: url(../images/fc_title.png) no-repeat center top;
  background-size: 1.03rem 0.26rem;
  padding: 0.12rem 0 0 0.25rem;
  width: 1.46rem;
  position: relative;
}


.fc .fcbox .titlecon .title h3{
  color: #fff;
  background-image: url(../images/fclist.jpg);
  background-size: 100% 100%;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1.5px;
  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;
  margin-top: 0rem;
  float: left;
}

.fc .fcbox .titlecon .title em{
  display: block;
  color: #fff;
  opacity: 0.1;
  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;
  margin-top: 0.35rem;
  margin-left: -0.2rem;
  padding-left: 0rem;
  float: left;
  letter-spacing: 5px;
  display: none;
}

.fc .fcbox .fc_r{
  position: relative;
  width: calc((100% - 1.8rem));

}


.fc .fcbox .fc_r .fclist{
  position: absolute;
  left: 0;
  top: 0;
  width: 1.28rem;
  height: 3.4rem;
  background: url(../images/fclist.jpg) no-repeat top center;
  background-size: 100%;
  padding-top: 0.35rem;
  z-index: 11;
}

.fc .fcbox .fc_r .fclist ul li{
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto 0.25rem auto;


}

.fc .fcbox .fc_r .fclist ul li .ewmico{
  width: 0.5rem;
  height: 0.5rem;

}

.fc .fcbox .fc_r .fclist ul li .ewmico img{
  width: 100%;
  height: 100%;
}


.fc .fcbox .fc_r .fclist ul li .ewmimg{
  opacity: 0;
  position: absolute;
  left: 105%;
  top: 50%;
  transform:  translateY(-60%);
  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;
}

.fc .fcbox .fc_r .fclist ul li .ewmimg img{
  width: 100%;
  height: 100%;
}



.fc .fcbox .fc_r .fclist ul li:hover .ewmimg {
  opacity: 1;
  transform:  translateY(-50%);
  visibility: visible;
}


.fc .fcbox .fc_r .fcshow{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.fc .fcbox .fc_r .fcshow ul li{
  position: relative;
}

.fc .fcbox .fc_r .fcshow ul li:nth-child(1){
  position: absolute;
  left: 1.4rem;
  top: 0rem;
  width: 5.44rem;
  height: 3.4rem;
}

.fc .fcbox .fc_r .fcshow ul li:nth-child(2){
  position: absolute;
  left: 0;
  top: 3.5rem;
  width: 3.36rem;
  height: 2.1rem;
}

.fc .fcbox .fc_r .fcshow ul li:nth-child(3){
  position: absolute;
  left: 3.48rem;
  top: 3.5rem;
  width: 3.36rem;
  height: 2.1rem;
}

.fc .fcbox .fc_r .fcshow ul li:nth-child(4){
  position: absolute;
  left: 6.95rem;
  top: 0rem;
  width: 3.15rem;
  height: 5.6rem;
}

.fc .fcbox .fc_r .fcshow ul li:nth-child(5){
  position: absolute;
  top: 0rem;
  right: 0;
  width: 3.15rem;
  height: 5.6rem;
}

.fc .fcbox .fc_r .fcshow ul li .pic{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fc .fcbox .fc_r .fcshow 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;
}


.fc .fcbox .fc_r .fcshow ul li .txt{
  position: absolute;
  width: 100%;
  height: 40%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(108, 33, 109, 0.6) 60%, rgba(108, 33, 109, 0.9) 100%);
}

.fc .fcbox .fc_r .fcshow ul li .txt a{
  position: absolute;
  left: 5%;
  bottom: 0.2rem;
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fc .fcbox .fc_r .fcshow ul li .txt h5{
  line-height: 0.38rem;
  font-size: 0.18rem;
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 72%;
}

.fc .fcbox .fc_r .fcshow ul li .txt img{
  display: block;
  width: 0.38rem;
  height: 0.38rem;

}




@supports (-webkit-background-clip: text) or (background-clip: text) {
  .titlecon1 .title h3 {
    background-image: url(../images/time.jpg); 
    background-size: 100% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}



@media (min-width: 1024px){

  .titlecon .titlemore a:hover{
    letter-spacing: 2px;
  }


  .newsbg .news .newsbox .news_r ul li:hover::after{
    width: 100%;
  }
  
  .newsbg .news .newsbox .news_r ul li:last-child:hover{
    border-bottom: 1px solid rgba(3, 3, 3, 0.1);
  }
  
  .newsbg .news .newsbox .news_r ul li:hover h5{
    color: #922e8e;
  }
  
  .newsbg .news .newsbox .news_l .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }
  
  .newsbg .news .newsbox .news_l .swiper-slide:hover .nr h5{
    color: #922e8e;
  }


  .noticebg .notice .Department .Departmentbox ul li:hover .pic img{
    transform: scale(1.1);
  }
  
  .noticebg .notice .Department .Departmentbox ul li:hover{
    background:none;
  }
  
  .noticebg .notice .Department .Departmentbox ul li:hover::after{
    width: 100%;
  }
  
  .noticebg .notice .Department .Departmentbox ul li:hover::before{
    width: 100%;
  }
  
  .noticebg .notice .Department .Departmentbox ul li:hover .txt h5{
    color: #191919;
    
  }

  .noticebg .notice .notice_r .noticebox .notice-prev:hover{
    background: #6c216d url(../images/left.png) no-repeat  center;
    background-size: 100%;
  }
  
  
  
  .noticebg .notice .notice_r .noticebox .swiper-slide ul li:hover::after{
    width: 100%;
  }
  
  .noticebg .notice .notice_r .noticebox .swiper-slide ul li:hover .time span{
    color: #7a3979;
  
  }
  
  .noticebg .notice .notice_r .noticebox .swiper-slide ul li:hover .time i{
    color: #7a3979;
  }
  
  .noticebg .notice .notice_r .noticebox .swiper-slide ul li:hover .txt h5{
    font-family: "MiSansSemibold";
  }

  .fc .fcbox .fc_r .fcshow ul li:hover .pic img{
    transform: scale(1.1);
  }

  .teambg .team .Topic .Topicbox ul li:hover .pic img{
    transform: scale(1.1);
  }

  .Specialbg .Special .Specialbox .Special_r ul li:hover .txt .more::after{
    width: 0.82rem;
    height: 0.82rem;
    left: -0.2rem;
    top: -0.2rem;
  }
  
  .Specialbg .Special .Specialbox .Special_r ul li:hover .txt h5{
    color: #fff;
  }


  .Specialbg .Special .Specialbox .Special_l ul li:hover{
    height: 1.97rem;
  }
  
  .Specialbg .Special .Specialbox .Special_l ul li:hover::after{
    width: 100%;
  }
  
  .Specialbg .Special .Specialbox .Special_l ul li:hover::before{
    width: 4px;
  }
  
  .Specialbg .Special .Specialbox .Special_l ul li:hover .txt h5{
    font-size: 0.22rem;
    color: #e7c595;
  }
  
  .Specialbg .Special .Specialbox .Special_l ul li:hover .txt a{
    padding-top: 0.62rem;
  }

  .Specialbg .Special .Specialbox .Special_r ul li:hover .pic img{
    transform: scale(1.1);
  }
  
  .Criticalbg .Critical .ab_num .swiper-slide:hover .pic{
    border: 1px dashed rgba(108, 33, 109, 1);
    background: rgba(255, 255, 255, 1);
  
  }
  
  .Criticalbg .Critical .ab_num .swiper-slide:hover  .pic .img{
    background: #6c216d;
    border: 1px dashed rgba(108, 33, 109, 1);
  }
  
  .Criticalbg .Critical .ab_num .swiper-slide:hover  .pic .img .ico1{
    transform: translateY(-100%);
  
  }
  
  .Criticalbg .Critical .ab_num .swiper-slide:hover  .pic .img .ico2{
    transform: translateY(-100%);
  }
  
  
  .Criticalbg .Critical .ab_num .swiper-slide:hover  .txt h5{
    color: #fff;
  
  }
  
  .Criticalbg .Critical .ab_num .swiper-slide:hover  .txt h5 span{
    color: #fff;
  }
  
  .Criticalbg .Critical .ab_num .swiper-slide:hover  .txt p{
    color: #fff;
  }

  .Criticalbg .Critical .Criticallist ul li:hover{
    background: #d599cf;
  
  }
  
  .Criticalbg .Critical .Criticallist ul li:hover a{
    color: #fff;
  }

  .mediabg .media .mediabox .swiper-container .swiper-slide-next.active_on{
    width: 25.5% !important;
  }
  
  .mediabg .media .mediabox .swiper-container .swiper-slide-next.active_on .nr{
    width: 100%;
    margin: 0.4rem auto 0 auto;
    border-bottom: 3px solid #fff;
  }
  
  .mediabg .media .mediabox .swiper-container .swiper-slide-next.active_on .pic{
    width: 83%;
    padding-top: 56%;
  }
  
  .mediabg .media .mediabox .swiper-container .swiper-slide-next.active_on .txt{
    width: 83%;
  
  }
  
  .mediabg .media .mediabox .swiper-container .swiper-slide-next.active_on .txt span{
    line-height: 0.65rem;
  
  }
  
  .mediabg .media .mediabox .swiper-container .swiper-slide:hover{
    width: 45% !important;
  }
  
  
  .mediabg .media .mediabox .swiper-container .swiper-slide:hover .nr{
    width: 100%;
    margin: 0rem auto 0 auto;
    border-bottom: 3px solid #922e8e;
  }
  
  .mediabg .media .mediabox .swiper-container .swiper-slide:hover .txt{
    width: 88%;
  }
  
  .mediabg .media .mediabox .swiper-container .swiper-slide:hover .txt span{
    line-height: 0.8rem;
  
  }
  
  .mediabg .media .mediabox .swiper-container .swiper-slide:hover .txt h5{
    color: #922e8e;
  
  }
  
  .mediabg .media .mediabox .swiper-container .swiper-slide:hover .pic{
    width: 88%;
    padding-top: 49%;
  }

  

}



@media (max-width: 1024px){

.titlecon .titlemore{
  width: 1.8rem;
  height: 0.64rem;
  line-height: 0.7rem;
  margin-top: 0.15rem;
}

.titlecon .titlemore a{
  font-size: 0.24rem;

}




/* news */

.newsbg{

  padding-bottom: 0.5rem;
}

.newsbg .news{
  padding-top: 0.5rem;
}



.newsbg .news .newsbox .news_l{
  width: 100%;
  margin-left: 0px;

}


.newsbg .news .newsbox .news_l .swiper-slide .pic{
  width: calc((100% - 8px));

}

.newsbg .news .newsbox .news_l .swiper-slide .txt{
  width: 100%;
  height: 1.5rem;
}


.newsbg .news .newsbox .news_l .swiper-slide .time{
  background: url(../images/time.jpg) no-repeat  center;
  background-size: cover;
  text-align: center;
  width: 1.48rem;
  height: 1.5rem;
} 

.newsbg .news .newsbox .news_l .swiper-slide .time i {
  font-size: 0.24rem;
}

.newsbg .news .newsbox .news_l .swiper-slide .nr{

  padding: 0 0.3rem;
}

.newsbg .news .newsbox .news_l .swiper-slide .nr a{

  padding-top: 0.14rem;
}

.newsbg .news .newsbox .news_l .swiper-slide .nr h5{
  font-size: 0.28rem;

}

.newsbg .news .newsbox .news_l .swiper-slide .nr p{
  font-size: 0.26rem;
  margin-top: 0.15rem;
}

.newsbg .news .newsbox .news_l .news-pagination{
  right: 0.3rem;
  bottom: 0.05rem;

}




.newsbg .news .newsbox .news_r{
  width: 100%;
  margin: 0.35rem auto 0 auto;
}




.newsbg .news .newsbox .news_r ul li h5{
  font-size: 0.28rem;
  line-height: 0.45rem;
  height: 0.9rem;
}

.newsbg .news .newsbox .news_r ul li .time{
  background-size: 0.24rem 0.24rem;
  font-size: 0.26rem;
  padding-left: 0.3rem;
  margin-top: 0.15rem;
}




/* notice */



.noticebg{
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}



.noticebg .notice .Department{
  width: 100%;

}

.noticebg .notice .Department .Departmentbox{
  margin-top: 0.5rem;
}


.noticebg .notice .Department .Departmentbox ul li{

  height: 1.71rem;
  background: url(../images/Departmentlist.png) no-repeat center;
  background-size: 100% 100;
  margin-bottom: 0.25rem;
  border: 1px dashed rgba(255, 255, 255, 0.3);

}



.noticebg .notice .Department .Departmentbox ul li .pic{
  position: relative;
  width: 2.6rem;
  height: 1.71rem;
  overflow: hidden;
}



.noticebg .notice .Department .Departmentbox ul li .txt h5{
  font-size: 0.28rem;
  line-height: 0.42rem;
  height: 0.84rem;
  margin: 0.2rem 0 0rem 0;
}

.noticebg .notice .Department .Departmentbox ul li .txt .time{
    background-size: 0.2rem 0.2rem;
    font-size: 0.26rem;
    padding-left: 0.26rem;
    margin-top: 0.15rem;
}


.noticebg .notice .Department .titlecon .title em{
  font-size: 0.34rem;
}


.noticebg .notice .notice_r{
  width: 100%;
  margin-top: 0.3rem;
}


.noticebg .notice .notice_r .noticebox{
  margin-top: 0.5rem;
  width: 100%;
  background: url(../images/noticelistbg.png) no-repeat top center;
  background-size: cover;
  padding-top: 0.28rem;
  padding-bottom: 1.3rem;
  position: relative;
}

.noticebg .notice .notice_r .noticebox .swiper-slide{
  position: relative;

}

.noticebg .notice .notice_r .noticebox .swiper-slide ul li{
  height: 1.1rem;
  margin-bottom: 0.05rem;
}


.noticebg .notice .notice_r .noticebox .swiper-slide ul li .time{
  margin-left: 0.2rem;
  width: 1.5rem;
  height: 0.65rem;

}


.noticebg .notice .notice_r .noticebox .swiper-slide ul li .time i{

  font-size: 0.24rem;

  margin-top: 0.06rem;
}

.noticebg .notice .notice_r .noticebox .swiper-slide ul li .txt{
  width: calc((100% - 2.35rem));
  margin-right: 0.4rem;
}

.noticebg .notice .notice_r .noticebox .swiper-slide ul li .txt h5{
  font-size: 0.28rem;
  line-height: 0.42rem;
  height: 0.84rem;

}




.noticebg .notice .notice_r .noticebox .notice-next{

  right: 0.75rem;
  width: 0.5rem;
  height: 0.5rem;

}


.noticebg .notice .notice_r .noticebox .notice-prev{

  left: 0.75rem;
  width: 0.5rem;
  height: 0.5rem;
}


/* Critical */

.Criticalbg{
  width: 100%;
  background: url(../images/Criticalbg.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 1rem;

  overflow: hidden;
}

.Criticalbg::after{
  position: absolute;
  z-index: -1;
  left: 0rem;
  content: "";
  width: 100%;
  height: 0.97rem;
  background: url(../images/Criticalbg1.png) no-repeat  center;
  background-size: 100%;
}

.Criticalbg .Critical{
  padding-top: 1.1rem;
  margin: 0 auto;
}

.Criticalbg .Critical .titlecon{
  position: relative;
  display: block;

}

.Criticalbg .Critical .titlecon .title{
  margin: 0 auto;
  text-align: center;
  background: url(../images/title.png) no-repeat center top;
  background-size: 1.83rem 0.47rem;
  padding-left: 0rem;
}

.Criticalbg .Critical .titlecon .title h3{
  line-height: 0.42rem;
  padding-top: 0.3rem;

}

.Criticalbg .Critical .titlecon .title em{
  line-height: 0.45rem;
  padding-top: 0rem;
  padding-left: 0rem;
  margin-top: -0.22rem;
}

.Criticalbg .Critical .titlecon .titlemore{
  margin-top: 0.42rem;
  position: relative;
  right: 0;
  top: 0;
  margin: 0.2rem auto 0 auto;
}


.Criticalbg .Critical .Criticallist{
  margin: 0.3rem auto 0 auto;
  position: relative;
  height: 1.7rem;
}


.Criticalbg .Critical .Criticallist ul li{
  width: 1.8rem;
  height: 0.54rem;
  line-height: 0.54rem;

}

.Criticalbg .Critical .Criticallist ul li a{
  font-size: 0.24rem;
}


.Criticalbg .Critical .Criticallist ul li:nth-child(1){
  position: absolute;
  top: 0;
  left: 0rem;

}



.Criticalbg .Critical .Criticallist ul li:nth-child(2){
  position: absolute;
  top: 0.7rem;
  left: 10%;
}

.Criticalbg .Critical .Criticallist ul li:nth-child(3){
  position: absolute;
  top: 1rem;
  left: 65%;
}

.Criticalbg .Critical .Criticallist ul li:nth-child(4){
  top: 0.3rem;
  right: 35%;
}


.Criticalbg .Critical .Criticallist ul li:nth-child(5){

  right: 0rem;

}






.Criticalbg .Critical .ab_num{
  margin: 0.4rem auto 0 auto;
  position: relative;
}


.Criticalbg .Critical .ab_num .swiper-container{
  width: 88%;
}


.Criticalbg .Critical .ab_num .swiper-slide .pic{
  width: 2.26rem;
  height: 2.26rem;

}


.Criticalbg .Critical .ab_num .swiper-slide .pic .img{
  overflow: hidden;
  width: 2.1rem;
  height: 2.1rem;

}



.Criticalbg .Critical .ab_num .swiper-slide .txt h5{
  font-size: 0.26rem;


}


.Criticalbg .Critical .ab_num .swiper-slide .txt p{
  font-size: 0.20rem;
  line-height: 0.34rem;
  width: 45%;

}

.Criticalbg .Critical .ab_num .swiper-slide:nth-child(2n){
  margin-top: 0rem;
}

.Criticalbg .Critical .ab_num .num-next{

  right: -0rem;
  top: 0.8rem;
}

.Criticalbg .Critical .ab_num .num-prev{
  left: -0rem;
  top: 0.8rem;

}


.Criticalbg .Critical .blessbox{
  margin: 0.2rem auto 0 auto;
  background-size: 100% 100%;
  height: 2.96rem;
  width: 100%;
}


.Criticalbg .Critical .blessbox .boxes{

  width: 90%;
  height: 2.6rem; 
  padding-top: 0.55rem;
  margin: 0 auto;
  opacity: 1;
}

.Criticalbg .Critical .blessbox::after{
  transform: scaleX(1);
  opacity: 1;

}


.Criticalbg .Critical .blessbox.active::after {
   transform: scaleX(1);
   opacity: 1;
}





 
.column {
  margin-bottom: 0.15rem;
  height: 0.56rem;
}


 
.floating-text {
  margin-bottom: 0.15rem; /* 文本之间的间距 */
  animation-fill-mode: forwards; /* 动画结束后保持最终状态 */
  float: left;
  font-size: 0.18rem;
  color: #ffff;
  width: auto;
  width: 4rem;
  height: 0.46rem;
  line-height: 0.42rem;
  border: 2px solid;
  border-radius: 45px;
  margin: 0rem 0rem 0rem 0;
  padding: 0rem 0.2rem 0 0.2rem;
  background-size: 100%;
  margin-right: 1rem;
  text-align: center;
}



/* Special */



.Specialbg .Special{
  width: 100%;
  background: url(../images/Specialbg2.jpg) no-repeat top center;
  background-attachment:initial;
  position: relative;
  z-index: 5;
  padding-top: 1rem;
  padding-bottom: 1rem;
}




.Specialbg .Special .titlecon .titlemore{
  margin-top: 0.42rem;
  position: relative;
  right: 0;
  top: 0;
  margin: 0.25rem auto 0 auto;
}


.Specialbg .Special .Specialbox{
  margin: 0.5rem auto 0 auto;
  height: auto;
  padding-bottom: 1rem;
}

.Specialbg .Special .Specialbox .Special_l{
  width: 100%;
  margin-top: 0.5rem;

}

.Specialbg .Special .Specialbox .Special_l ul li{
  position: relative;
  z-index: 5;
  height: 1.4rem;
}

.Specialbg .Special .Specialbox .Special_l ul li .txt{
  width: 90%;
  margin-left: 0rem;
  margin: 0 auto;

}

.Specialbg .Special .Specialbox .Special_l ul li .txt a{
  display: block;
  padding-left: 0.35rem;
  padding-top: 0.28rem;
}

.Specialbg .Special .Specialbox .Special_l ul li .txt h5{
  font-size: 0.28rem;

}

.Specialbg .Special .Specialbox .Special_l ul li .txt .time{
  background-size: 0.23rem 0.23rem;
  padding-left: 0.3rem;
  margin-top: 0.2rem;
  font-size: 0.26rem;
}



.Specialbg .Special .Specialbox .Special_r{
  width: 100%;
  padding-top: 0.4rem;

}


.Specialbg .Special .Specialbox .Special_r ul li{
  position: relative;
  width: 33.33%;
  margin-bottom: 0.3rem;

}



.Specialbg .Special .Specialbox .Special_r ul li .txt h5{
  margin: 0.5rem 0 0 0.55rem;
  letter-spacing: 0px;

}

.Specialbg .Special .Specialbox .Special_r ul li .txt .more{
  position: absolute;
  left: 0.55rem;
  bottom: 0.85rem;
  background: url(../images/Specialmore.png) no-repeat  center;
  background-size: 100%;
  width: 0.41rem;
  height: 0.41rem;

}



.Specialbg .Special .Specialbox .Special_t{
  position: absolute;
  right: 0rem;
  bottom: 0.5rem;
}

.Specialbg .Special .Specialbox .Special_t img{
  display: block;
  margin: 0 auto;
  width: 70%;
}





.mediabg .media{
  padding-top: 0.65rem;
}



.mediabg .media .titlecon .titlemore{
  position: relative;
  right: 0;
  top: 0;
  margin: 0.25rem auto 0 auto;
}

.mediabg .media .mediabox{
  margin: 0rem auto 0 auto;
}


.mediabg .media .mediabox .swiper-container{
  padding-top: 0.35rem;
  padding-bottom: 1.1rem;
}

.mediabg .media .mediabox .swiper-container .swiper-slide{
  width: 100%;
  height: 6rem !important;

}

.mediabg .media .mediabox .swiper-container .swiper-slide-next{
  width: 100% !important;
}

.mediabg .media .mediabox .swiper-container .swiper-slide .nr{
  width: 100%;
  margin: 0rem auto 0 auto;
}



.mediabg .media .mediabox .swiper-container .swiper-slide .txt span{
  line-height: 0.8rem;
  font-size: 0.28rem;

}

.mediabg .media .mediabox .swiper-container .swiper-slide .txt i{
  background-size: 0.24rem 0.24rem;
  font-size: 0.26rem;
  padding-left: 0.26rem;
}

.mediabg .media .mediabox .swiper-container .swiper-slide .txt h5{
  font-size: 0.3rem;
  margin: 0.3rem 0 0.2rem 0;
}

.mediabg .media .mediabox .swiper-container .swiper-slide .txt p{
  font-size: 0.28rem;
  line-height: 0.45rem;
  height: 0.9rem;
}


.mediabg .media .mediabox .media-pagination{
  margin: 2.2rem auto 0 auto;
  text-align: center;
}

.mediabg .media .mediabox .media-pagination .swiper-pagination-bullet{
  width: 0.2rem;
  height: 0.2rem;
  margin: 0 0.1rem;
}

.mediabg .media .mediabox .media-pagination .swiper-pagination-bullet::before {

    width: 0.2rem;
    height: 0.2rem;

}


.mediabg .media .mediabox .media-pagination .swiper-pagination-bullet-active{
  width: 0.72rem;
}


/* team */




.teambg{
  margin: 0 auto;
  width: 100%;
  background: url(../images/teambg2.jpg) no-repeat  center;
  background-size: cover;
  padding-bottom: 0.7rem;
}

.teambg .team{
  margin: 0 auto;
  padding-top: 1.05rem;

}

.teambg .team .Topic{
  width: 100%;

}



.teambg .team .Topic .Topicbox{
  margin-top: 0.4rem;
}

.teambg .team .Topic .titlecon .title {
  background: url(../images/title1.png) no-repeat left top;
  background-size: 1.83rem 0.47rem;
}

.teambg .team .Topic .titlecon .title h3 {
  color: #fff;
  background-image: url(../images/time.jpg);
  background-size: 100% 100%;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: -0.1rem;
}


.teambg .team .Topic .titlecon .titlemore {
  width: 1.8rem;
  height: 0.64rem;
  line-height: 0.7rem;
  margin-top: 0.15rem;
}


.teambg .team .Topic .titlecon .titlemore a {
  font-size: 0.24rem;
}

.teambg .team .Topic .Topicbox ul li{
  margin-bottom: 0.2rem;
}

.teambg .team .Topic .Topicbox ul li:nth-child(2){
  margin-top: 0;
}

.teambg .team .Topic .Topicbox ul li:nth-child(3) {
  margin-top: 0rem;
}


.teambg .team .Topic .Topicbox .zhuanti-pagination {
  position: relative;
  left: 0;
  bottom: 0rem;
  z-index: 9;
  width: 100%;
  text-align: center;
  margin: 0.2rem auto;
}

.teambg .team .Topic .Topicbox .zhuanti-pagination .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0 0.1rem;
}

.teambg .team .Topic .Topicbox .zhuanti-pagination .swiper-pagination-bullet-active{
  background: #fff;
}

.teambg .team .team_r{
  width: 100%;
  margin-top: 0.45rem;
}

.teambg .team .team_r .teambox{
  margin: 0.42rem auto 0 auto;
  position: relative;
}

.teambg .team .team_r .teambox .left{
  width: 100%;
}



.teambg .team .team_r .teambox .left .swiper-slide .txt{
  margin-left: 0rem;
  width: 57.5%;

}



.teambg .team .team_r .teambox .left .swiper-slide .txt h5{

  margin-top: 0.13rem;
}

.teambg .team .team_r .teambox .left .swiper-slide .txt h5 span{

  margin-left: 0.2rem;

}

.teambg .team .team_r .teambox .left .swiper-slide .txt p{
  font-size: 0.26rem;
  line-height: 0.4rem;
  height: 1.2rem;
  margin: 0.23rem 0;
}



.teambg .team .team_r .teambox .left .swiper-slide .txt em{
  width: 0.15rem;
  height: 0.18rem;
}

.teambg .team .team_r .teambox .left .swiper-slide .pic{

  width: 2.2rem;
  height: 2.2rem;

}




.teambg .team .team_r .teambox .right{
  width: 100%;
  margin-top: 0.2rem;
  margin-left: 0rem;
}



.teambg .team .team_r .teambox .right .swiper-slide{
  width: 21%;
  margin: 0 2%;
}


.teambg .team .team_r .teambox .right .swiper-slide .pic{
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/teamlist.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}


.teambg .team .team_r .teambox .right .swiper-slide-active .pic{

  box-shadow: 0 0 8px 8px rgba(0,0,0,.1);
}




.teambg .team .team_r .teambox .swiBtn .prev{
  width: 0.24rem;
  height: 0.36rem;

  left: 40%;
  top: 100%;
  margin-top: 0.15rem;


}


.teambg .team .team_r .teambox .swiBtn .next{
  width: 0.24rem;
  height: 0.36rem;
  right: 40%;
  top: 100%;
  margin-top: 0.15rem;
}



/* fc */

.fc{
  margin: 0.65rem auto 0 auto;
  padding-bottom: 1rem;
  overflow: hidden;
}

.fc .fc_t .titlecon .title h3{
  margin-top: 0;
}


.fc .fcbox{
  margin: 0.4rem 0 0 0rem;
  background: url(../images/fcbg2.jpg) no-repeat top left;
  background-size: cover;
  border-bottom-left-radius: 0rem;
  padding: 0.5rem 0;
  height: auto;

}

.fc .fcbox .titlecon{
  margin-left: 0rem;
  width: 100%;

}


.fc .fcbox .titlecon .title h3{
  letter-spacing: 0px;
  writing-mode: initial;
  float: none;
}



.fc .fcbox .fc_r{
  width: calc((100% - 0.01rem));
  margin: 0.3rem auto 0 auto;

}


.fc .fcbox .fc_r .fclist{
  position: relative;
  left: 0;
  top: 0;
  height: 1.28rem;
  width: 94%;
  background: url(../images/fclist.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 0.35rem;
  margin: 0 auto;
}

.fc .fcbox .fc_r .fclist ul{
  display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
}

.fc .fcbox .fc_r .fclist ul li{
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 auto 0rem auto;


}

.fc .fcbox .fc_r .fclist ul li .ewmico{
  width: 0.6rem;
  height: 0.6rem;

}



.fc .fcbox .fc_r .fclist ul li .ewmimg{
  opacity: 0;
  position: absolute;
  left: -50%;
  top: auto;
  bottom: 0%;
  transform:  translateY(105%);
  width: 1.2rem;
  height: 1.2rem;

}

.fc .fcbox .fc_r .fclist ul li:hover .ewmimg {
  transform: translateY(103%);

}


.fc .fcbox .fc_r .fcshow{
  position: relative;
  left: 0;
  top: 0;
  width: 94%;
  margin: 0.3rem auto 0 auto;
}

.fc .fcbox .fc_r .fcshow ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fc .fcbox .fc_r .fcshow ul li{
  position: relative;
  margin-bottom: 0.25rem;
  width: 48%;
}

.fc .fcbox .fc_r .fcshow ul li:nth-child(1){
  position: relative;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 3.4rem;
}

.fc .fcbox .fc_r .fcshow ul li:nth-child(2){
  position: relative;
  left: 0;
  top: 0rem;
  width: 48%;
  height: 2.1rem;
}

.fc .fcbox .fc_r .fcshow ul li:nth-child(3){
  position: relative;
  left: 0rem;
  top: 0rem;
  width: 48%;
  height: 2.1rem;
}

.fc .fcbox .fc_r .fcshow ul li:nth-child(4){
  position: relative;
  left: 0rem;
  top: 0rem;
  width: 48%;
  height: 5.6rem;
}

.fc .fcbox .fc_r .fcshow ul li:nth-child(5){
  position: relative;
  top: 0rem;
  right: 0;
  width: 48%;
  height: 5.6rem;
}


.fc .fcbox .fc_r .fcshow ul li .txt h5{
  line-height: 0.38rem;
  font-size: 0.28rem;
}






}