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;
}



.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 .banner_button{
  position: absolute;
  right: 1rem;
  bottom: 0.35rem;
  height: 0.56rem;
}

.banner .swiper-banner-next {
  position: absolute;
  width: 0.56rem;
  height: 0.56rem;
  background: url(../images/bannerright.png) no-repeat center;
  background-size: 100%;
  right: 0%;
  top: 0%;
  z-index: 5;
  cursor: pointer;


}

.banner .swiper-banner-prev {
  position: absolute;
  width: 0.56rem;
  height: 0.56rem;
  background: url(../images/bannerleft.png) no-repeat center;
  background-size: 100%;
  right: 0.8rem;
  top: 0%;
  z-index: 5;
  cursor: pointer;
}


.banner .swiper-pagination{
  width: auto;
  margin: 0;
  position: absolute;
  bottom: 0.35rem;
  left: 5%;
}

.banner .swiper-pagination .swiper-pagination-bullet{
  position: relative;
  margin: 0px 0.4rem ;
  border-radius: 0%;
  opacity: 1;
  display: inline-block;
  width: 0.12rem;
  height: 0.54rem;
  background: url(../images/bannerico1.png) no-repeat center;
  background-size: 0.12rem 0.12rem;

}

.banner .swiper-pagination .swiper-pagination-bullet::after{
  position: absolute;
  right: -0.6rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  z-index: -1;
  background: url(../images/bannerxt.png) no-repeat center;
  background-size: 100%;
  width: 0.35rem;
  height: 0.06rem;
}

.banner .swiper-pagination .swiper-pagination-bullet:last-child:after{
  background: none;
}


.banner .swiper-pagination .swiper-pagination-bullet-active{
  width: 0.54rem;
  height: 0.54rem;
  background: url(../images/bannerico2.png) no-repeat center;
  background-size: 100%;
}





.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;
}



.banner::before{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/bannerbg2.png) no-repeat bottom center;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}



/* title */

.titlecon{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.title{


}

.title .t_l{
  display: inline-block;
}

.title .t_l i{
  display: block;
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

.title .t_l h3{
  font-size: 0.34rem;
  color: rgba(51, 51, 51, 1);
  font-weight: normal;
  font-family: "PingFangSCbold";
  line-height: 0.4rem;
}

.title .t_r{
  display: inline-block;
  font-family: "HongLeiRegular";
  line-height: 0.4rem;
  position: relative;
  left: -0.05rem;
  top: -0.06rem;
}

.title .t_r h5{
  display: inline-block;
  font-size: 0.62rem;
  color: rgba(0, 84, 167, 1);

}

.title .t_r h6{
  display: inline-block;
  font-size: 0.62rem;
  color: rgba(0, 84, 167, 1);
  position: relative;
  top: 0.12rem;
  left: -0.2rem;
}


.titlemore{
  background: url(../images/more.png) no-repeat right center;
  background-size: 0.18rem 0.14rem;
  padding-right: 0.3rem;
}

.titlemore a{
  display: block;
  font-size: 0.18rem;
  color: rgba(0, 84, 167, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


/* news */

.newsbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/newsbg.jpg) no-repeat top center;
  background-size: 100%;
  padding-bottom: 0.8rem;
}

.newsbg .news{
  margin: 0 auto;
  padding-top: 1rem;
}

.newsbg .news .news_top{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.newsbg .news .news_top .title .t_r{
  left: -0.22rem;

}

.newsbg .news .news_top .news_l{
  width: 70.8%;
  padding-right: 0.3rem;
  position: relative;

  
}


.newsbg .news .news_top .news_l  .news_show{
  margin: 0.36rem auto 0 auto;
  position: relative;
}

.newsbg .news .news_top .news_l  .news_show::after{
  position: absolute;
  right: -0.3rem;
  bottom: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(222, 222, 222, 1);
}


.newsbg .news .news_top .news_l  .news_show .swiper-slide{
  position: relative;
}


.newsbg .news .news_top .news_l  .news_show .swiper-slide a{
  display: block;
}

.newsbg .news .news_top .news_l  .news_show .swiper-slide .pic{
  width: 100%;
  height: 6.18rem;
  overflow: hidden;
  position: relative;

}


.newsbg .news .news_top .news_l  .news_show .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.newsbg .news .news_top .news_l  .news_show .swiper-slide .txtcon{
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1.59rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.newsbg .news .news_top .news_l  .news_show .swiper-slide .txtcon .txt{
  position: absolute;
  left: 0.4rem;
  bottom: 0.3rem;
  width: 70%;
}

.newsbg .news .news_top .news_l  .news_show .swiper-slide .txtcon .txt i{
  display: block;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0.15rem;

}

.newsbg .news .news_top .news_l  .news_show .swiper-slide .txtcon .txt h5{
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 1);
  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 .news_top .news_l  .news_show .news-pagination{
  position: absolute;
  right: 0.2rem;
  bottom: 0.3rem;
  top: auto;
  left: auto;
  width: auto;
  z-index: 9;
}


.newsbg .news .news_top .news_l  .news_show .news-pagination .swiper-pagination-bullet{
  width: 0.23rem;
  height: 0.23rem;
  background: url(../images/newsico1.png) no-repeat  center;
  background-size: 100%;
  margin-right: 0.18rem;
  opacity: 1;

}


.newsbg .news .news_top .news_l  .news_show .news-pagination .swiper-pagination-bullet-active{
  background: url(../images/newsico2.png) no-repeat  center;
  background-size: 100%;
}

.newsbg .news .news_top .news_r{
  width: 26.9%;
}


.newsbg .news .news_top .news_r .mportant_show{
  margin: 0.36rem auto 0 auto;
  position: relative;
}

.newsbg .news .news_top .news_r .mportant_show a{
  display: block;
}

.newsbg .news .news_top .news_r .mportant_show .pic{
  width: 100%;
  height: 2.41rem;
  overflow: hidden;
  position: relative;

}


.newsbg .news .news_top .news_r .mportant_show .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.newsbg .news .news_top .news_r .mportant_show .txtcon{
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 0.99rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.newsbg .news .news_top .news_r .mportant_show .txtcon .txt{
  position: absolute;
  left: 0.2rem;
  bottom: 0.2rem;
  width: 90%;
}

.newsbg .news .news_top .news_r .mportant_show .txtcon .txt i{
  display: block;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0.1rem;

}

.newsbg .news .news_top .news_r .mportant_show .txtcon .txt h5{
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 1);
  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 .news_top .news_r .newslist{
  margin: 0;
}

.newsbg .news .news_top .news_r .newslist ul li{
  margin-top: 0.4rem;

}

.newsbg .news .news_top .news_r .newslist ul li a{
  display: block;
}

.newsbg .news .news_top .news_r .newslist ul li  i{
  display: block;
  font-size: 0.14rem;
  color: rgba(129, 138, 153, 1);
}

.newsbg .news .news_top .news_r .newslist ul li  h5{
  font-size: 0.18rem;
  color: rgba(51, 51, 51, 1);
  line-height: 0.28rem;
  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.07rem;
}


.newsbg .news .news_bottom{
  margin: 0.5rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.newsbg .news .news_bottom .information{
  width: 48.2%;

}


.newsbg .news .news_bottom .information .infobox{

  margin-top: 0.35rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.newsbg .news .news_bottom .honor{
  width: 48.2%;
}


.newsbg .news .news_bottom .honor .infobox{
  margin-top: 0.35rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.newsbg .news .news_bottom .infobox{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .news_bottom .infobox .inro_l{
  width: 49.2%;

}


.newsbg .news .news_bottom .infobox .inro_l a{
  display: block;
}

.newsbg .news .news_bottom .infobox .inro_l .pic{
  width: 100%;
  height: 2.07rem;
  overflow: hidden;
  position: relative;
}

.newsbg .news .news_bottom .infobox .inro_l .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_bottom .infobox .inro_l .pic .time{
  position: absolute;
  top: 0.08rem;
  left: 0.18rem;
  background: rgba(0, 84, 167, 1);
  text-align: center;
  padding: 0.08rem 0.06rem;
}

.newsbg .news .news_bottom .infobox .inro_l .pic .time span{
  display: block;
  font-size: 0.28rem;
  line-height: 0.24rem;
  color: rgba(255, 255, 255, 1);
}

.newsbg .news .news_bottom .infobox .inro_l .pic .time i{
  display: block;
  font-size: 0.12rem;
  color: rgba(255, 255, 255, 1);
  margin-top: 0.05rem;
}

.newsbg .news .news_bottom .infobox .inro_l .txt{
  margin-top: 0.2rem;
  padding-left: 0.1rem;
  font-size: 0.16rem;
  color: rgba(51, 51, 51, 1);
  line-height: 0.28rem;
  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;
  position: relative;
}

.newsbg .news .news_bottom .infobox .inro_l .txt::after {
  position: absolute;
  left: 0rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 0.17rem;
  background: rgba(0, 84, 167, 1);
}


.newsbg .news .news_bottom .infobox .inro_r{
  width: 47%;
  margin-top: -0.05rem;
  
}

.newsbg .news .news_bottom .infobox .inro_r ul li{
  width: 100%;
  height: 0.78rem;
  border-bottom: 1px solid rgba(222, 222, 222, 1);
  margin-bottom: 0.22rem;
}

.newsbg .news .news_bottom .infobox .inro_r ul li:last-child{
  border-bottom: none;
}

.newsbg .news .news_bottom .infobox .inro_r ul li a{
  display: block;
}

.newsbg .news .news_bottom .infobox .inro_r ul li h5{
  padding-left: 0.1rem;
  font-size: 0.16rem;
  color: rgba(51, 51, 51, 1);
  line-height: 0.28rem;
  height: 0.56rem;
  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;
  position: relative;
}

.newsbg .news .news_bottom .infobox .inro_r ul li h5::after {
  position: absolute;
  left: 0rem;
  top: 0.06rem;
  content: "";
  width: 1px;
  height: 0.17rem;
  background: rgba(0, 84, 167, 1);
}



/* notice */

.noticebg{
  width: 100%;
  margin: -0.5rem auto 0 auto;
  background: url(../images/noticebg.png) no-repeat top center;
  background-size: cover;
  padding-bottom: 0.45rem;
}

.noticebg .notice{
  margin: 0 auto;
  padding-top: 1.3rem;
}




.noticebg .notice .titlecon{
  display: flex;
}



.noticebg .notice .titlecon .noticelist ul li .titlemore {
  background: url(../images/more1.png) no-repeat right center;
  background-size: 0.18rem 0.14rem;
  position: absolute;
  top: 0.22rem;
  right: 0;
  display: none;

}

.noticebg .notice .titlemore a{
  color: #fff;
}

.noticebg .notice .titlecon .noticelist{
  position: relative;
  width: 100%;

}

.noticebg .notice .titlecon .noticelist ul li{
  margin-right: 0.55rem;
  float: left;


}

.noticebg .notice .titlecon .noticelist ul li .title{

  position: relative;

}

.noticebg .notice .titlecon .noticelist ul li a{
  display: block;
}

.noticebg .notice .titlecon .noticelist ul li i{
  display: block;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.noticebg .notice .titlecon .noticelist ul li h3{
  font-size: 0.34rem;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .titlecon .noticelist ul li .title .t_l{
  float: left;
  min-width: 0.85rem;
}

.noticebg .notice .titlecon .noticelist ul li .title .t_r {
  float: left;
  font-family: "PingFangSCbold";
  left: -0.17rem;
  top: 0.22rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .titlecon .noticelist ul li .title .t_r h5 {
  font-size: 0.34rem;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .titlecon .noticelist ul li .title .t_r h6 {
  font-size: 0.34rem;
  color: rgba(255, 255, 255, 0.5);
  top: 0rem;
  left: -0rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.noticebg .notice .titlecon .noticelist ul li.on i{
  color: rgba(255, 255, 255, 0.5);
}

.noticebg .notice .titlecon .noticelist ul li.on h3{
  color: #fff;

}

.noticebg .notice .titlecon .noticelist ul li.on .title .t_l{
  min-width: auto;
}

.noticebg .notice .titlecon .noticelist ul li.on .title .t_r {
  display: inline-block;
  font-family: "HongLeiRegular";
  left: -0.05rem;
  top: 0.06rem;
}

.noticebg .notice .titlecon .noticelist ul li.on .title .t_r h5 {
  color: #fff;
  font-size: 0.62rem;
}

.noticebg .notice .titlecon .noticelist ul li.on .title .t_r h6 {
  color: #fff;
  font-size: 0.62rem;
  top: 0.12rem;
  left: -0.2rem;
}


.noticebg .notice .titlecon .noticelist ul li.on .titlemore{
  display: block;
}

.noticebg .notice .noticebox{
  margin: 0.25rem auto 0 auto;
}

.noticebg .notice .noticebox .swiper-container{
  padding: 0.2rem 0;

}

.noticebg .notice .noticebox .swiper-slide{
  position: relative;

}

.noticebg .notice .noticebox ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.noticebg .notice .noticebox ul li{
  width: 23.3%;
  height: 2.42rem;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 30px  rgba(144, 159, 179, 0.2);
  margin-right: 2.2%;
  padding: 0 0.3rem 0 0.35rem;
  clip-path: polygon(0 100%, 0 0, 100% 3%, 100% 97%);
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .noticebox ul li:nth-child(2n){
  clip-path: polygon(0 97%, 0 3%, 100% 0%, 100% 100%);
}

.noticebg .notice .noticebox ul li:last-child{
  margin-right: 0;
}

.noticebg .notice .noticebox ul li a{
  display: block;
}

.noticebg .notice .noticebox ul li .time{
  font-size: 0.14rem;
  color: rgba(0, 84, 167, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-top: 0.4rem;
  position: relative;
}

.noticebg .notice .noticebox ul li .time i{
  margin-right: 0.18rem;
  font-size: 0.38rem;
  color: rgba(0, 84, 167, 1);
  font-family: "PingFangSCbold";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .noticebox ul li h5{
  font-size: 0.18rem;
  color: rgba(51, 51, 51, 1);
  line-height: 0.28rem;
  height: 0.56rem;
  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.15rem 0 0.2rem 0;
}

.noticebg .notice .noticebox ul li em{
  display: block;
  font-size: 0.14rem;
  color: rgba(129, 138, 153, 1);
}

.noticebg .notice .noticebox ul li::after{
  position: absolute;
  left: 0;
  top: 0.35rem;
  content: "";
  width: 0.07rem;
  height: 0.47rem;
  background: rgba(0, 84, 167, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}


.noticebg .notice .noticebox ul li::before{
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 0rem;
  background: #d6a158 url(../images/noticelist.png) no-repeat bottom center ;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


/* service */

.noticebg .service{
  margin: 0.7rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.noticebg .service  .talent{
  width: 48.5%;

}

.noticebg .service  .talent .talentbox{
  margin-top: 0.35rem;

}

.noticebg .service  .talent .talentbox ul li{
  position: relative;
  z-index: 5;
  width: 100%;
  height: 1.19rem;
  background: rgba(255, 255, 255, 1);
  margin-bottom: 0.16rem;
}

.noticebg .service  .talent .talentbox ul li a{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.noticebg .service  .talent .talentbox ul li i{
  display: block;
  margin-left: 0.45rem;
  width: 0.43rem;
  height: 0.43rem;
  overflow: hidden;
}

.noticebg .service  .talent .talentbox ul li i .ico1{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .service  .talent .talentbox ul li i .ico2{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .service  .talent .talentbox ul li h5{
  font-size: 0.28rem;
  color: rgba(51, 51, 51, 1);
  margin: 0 0.25rem 0 0.35rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .service  .talent .talentbox ul li em{
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .service  .talent .talentbox ul li::after{
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  content: "";
  width: 3.26rem;
  height: 1.19rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .service  .talent .talentbox ul li:nth-child(1)::after{
  background: url(../images/talentlist1.png) no-repeat right bottom ;
  background-size: 100%;
}

.noticebg .service  .talent .talentbox ul li:nth-child(2)::after{
  background: url(../images/talentlist2.png) no-repeat right bottom ;
  background-size: 100%;
}

.noticebg .service  .talent .talentbox ul li:nth-child(3)::after{
  background: url(../images/talentlist3.png) no-repeat right bottom ;
  background-size: 100%;
}

.noticebg .service  .talent .talentbox ul li:nth-child(4)::after{
  background:  url(../images/talentlist4.png) no-repeat right bottom ;
  background-size: 100%;
}


.noticebg .service  .talent .talentbox ul li::before{
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    content: "";
    width: 0%;
    height: 100%;
    background: #0054a7;
    background-size: 100%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}




.noticebg .service  .service_r{
  width: 48.5%;
}

.noticebg .service  .service_r .service_show{
  margin-top: 0.35rem;
}

.noticebg .service  .service_r .service_show .swiper-slide{
  position: relative;
}

.noticebg .service  .service_r .service_show .swiper-slide a{
  display: block;
}

.noticebg .service  .service_r .service_show .swiper-slide .pic{
  width: 100%;
  height: 3.38rem;
  overflow: hidden;
  position: relative;
}


.noticebg .service  .service_r .service_show .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  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 .service  .service_r .service_show .swiper-slide .txt{
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 0.86rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.noticebg .service  .service_r .service_show .swiper-slide .txt h5{
  position: absolute;
  left: 3.5%;
  bottom: 0.22rem;
  width: 93%;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .service  .service_r .service_show .service-pagination{
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
  top: auto;
  left: auto;
  width: auto;
  z-index: 9;

}

.noticebg .service  .service_r .service_show .service-pagination .swiper-pagination-bullet{
  width: 0.11rem;
  height: 0.11rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.07rem;
}


.noticebg .service  .service_r .service_show .service-pagination .swiper-pagination-bullet-active{
  background: rgba(255, 255, 255, 1);
}


.noticebg .service  .service_r .list{
  background: rgba(255, 255, 255, 1);

}

.noticebg .service  .service_r .list ul{
  margin: 0 auto;
  width: 91.5%;
}

.noticebg .service  .service_r .list ul li{
  line-height: 0.93rem;
  border-bottom: 1px solid rgba(236, 236, 239, 1);

}

.noticebg .service  .service_r .list ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.noticebg .service  .service_r .list ul li h5{
  font-size: 0.2rem;
  color: rgba(51, 51, 51, 1);
  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;
  padding-left: 0.5rem;
  background: url(../images/ico1.png) no-repeat left center;
  background-size: 0.24rem 0.24rem;
  width: 82%;
}

.noticebg .service  .service_r .list ul li i{
  display: block;
  font-size: 0.14rem;
  color: rgba(129, 138, 153, 1);
}



/* ACADEMIC */

.ACADEMIC{
  margin: 0.85rem auto 0 auto;
}

.ACADEMIC .ACADEMICbox{
  margin: 0.35rem auto 0 auto;
}


.ACADEMICbg .ACADEMICbox .swiper-container{
  padding-bottom: 0.8rem;
}


.ACADEMICbg .ACADEMICbox .swiper-slide{
  position: relative;
}


.ACADEMICbg .ACADEMICbox .swiper-slide .pic{
  position: relative;
  width: 100%;
  height: 4.54rem;
  border-radius: 0.1rem;
  overflow: hidden;
}

.ACADEMICbg .ACADEMICbox .swiper-slide .pic img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
    object-fit: cover;
    object-position: top;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.ACADEMICbg .ACADEMICbox .swiper-slide .txt{
  width: 98%;
  padding-top: 0.3rem;
  margin: 0 auto;
  
}

.ACADEMICbg .ACADEMICbox .swiper-slide .txt h5{
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.32rem;
  height: 0.64rem;
  color: rgba(51, 51, 51, 1);
  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-bottom: 0.2rem;
}

.ACADEMICbg .ACADEMICbox .swiper-slide .txt p{
  font-size: 0.14rem;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 0.1rem;
}

.ACADEMICbg .ACADEMICbox .swiper-slide .txt p img{
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.06rem;
}

.ACADEMICbg .ACADEMICbox .ACADEMIC_button{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}


.ACADEMICbg .ACADEMICbox .swiper-ACADEMIC-next{
  position: absolute;
  cursor: pointer;
  background: url(../images/next.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.47rem;
  height: 0.47rem;
  right: 0;
  bottom: 0;
}

.ACADEMICbg .ACADEMICbox .swiper-ACADEMIC-prev{
  position: absolute;
  right: 0.65rem;
  bottom: 0;
  cursor: pointer;
  background: url(../images/prev.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.47rem;
  height: 0.47rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;


}


.ACADEMICbg .ACADEMICbox .ACADEMIC-pagination{
  width: 91%;
  height: 3px;
  left: 0rem;
  top: auto;
  bottom: 0.21rem;
  background: rgba(220, 225, 230, 1);

}

.ACADEMICbg .ACADEMICbox .ACADEMIC-pagination .swiper-pagination-progressbar-fill{
  background: rgba(0, 84, 167, 1);

}



/* Topics */

.Topicsbg {
  width: 100%;
  margin: 0rem auto 0 auto;
  background: url(../images/Topicsbg.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 1.2rem;
}

.Topicsbg .Topics{
  margin: 0 auto;
  padding-top: 0.43rem;
}

.Topicsbg .Topics .Topicsbox{
  margin: 0.3rem auto 0 auto;
}

.Topicsbg .Topics .Topicsbox .swiper-slide{
  position: relative;
}

.Topicsbg .Topics .Topicsbox .swiper-slide a{
  display: block;
}


.Topicsbg .Topics .Topicsbox .swiper-slide .pic{
  width: 100%;
  padding-top: 52%;
  overflow: hidden;

}


.Topicsbg .Topics .Topicsbox .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;
}


.Topicsbg .Topics .Topicsbox .swiper-slide-active .pic{
  clip-path: polygon(0 100%, 0 0, 100% 4%, 100% 96%);

}


.Topicsbg .Topics .Topicsbox .swiper-slide-duplicate-prev .pic{
  clip-path: polygon(0 96%, 0 4%, 100% 0%, 100% 100%);

}

.Topicsbg .Topics .Topicsbox .Topics-pagination{
  margin: 0.2rem auto 0 auto;
  text-align: center;
}

.Topicsbg .Topics .Topicsbox .Topics-pagination .swiper-pagination-bullet{
  width: 0.16rem;
  height: 0.16rem;
  background: rgba(211, 216, 229, 1);
  margin: 0 0.1rem;
  opacity: 1;
}

.Topicsbg .Topics .Topicsbox .Topics-pagination .swiper-pagination-bullet-active{
  background: rgba(56, 98, 192, 1);
}


/* MEDIA */


.media{
  margin: 1.02rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.media .media_l{
  width: 39%;

}


.media .media_l .mediabox{
  background: rgba(255, 255, 255, 0.9);
  border-top: 3px solid rgba(0, 84, 167, 1);
  margin-top: 0.37rem;
  padding: 0 0.25rem;
}

.media .media_l .mediabox .media_show{
  margin-top: 0.3rem;

}

.media .media_l .mediabox .media_show a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.media .media_l .mediabox .media_show .pic{
  position: relative;
  width: 2.47rem;
  height: 1.57rem;
  overflow: hidden;

}

.media .media_l .mediabox .media_show .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;
}

.media .media_l .mediabox .media_show .txt{
  width: calc((100% - 2.7rem));
}

.media .media_l .mediabox .media_show .txt h5{
  font-size: 0.18rem;
  color: rgba(51, 51, 51, 1);
  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.07rem 0 0.15rem 0;
}

.media .media_l .mediabox .media_show .txt p{
  font-size: 0.16rem;
  color: rgba(159, 159, 159, 1);
  line-height: 0.24rem;
  height: 0.48rem;
  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;
}

.media .media_l .mediabox .media_show .txt .time{
  font-size: 0.14rem;
  color: rgba(129, 138, 153, 1);
  margin-top: 0.3rem;
}

.media .media_l .mediabox .media_show .txt .time img{
  display: inline-block;
  width: 0.6rem;
  height: 0.21rem;
  border-radius: 3px;
  margin-right: 0.15rem;

}

.media .media_l .mediabox .medialist{
  margin-top: 0.25rem;

}

.media .media_l .mediabox .medialist ul li{
  height: 0.75rem;
  border-bottom: 1px solid rgba(236, 236, 239, 1);
  margin-bottom: 0.15rem;
  position: relative;
  z-index: 5;

}

.media .media_l .mediabox .medialist ul li a{
  display: block;
}

.media .media_l .mediabox .medialist ul li h5{
  font-size: 0.18rem;
  color: rgba(51, 51, 51, 1);
  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;
}


.media .media_l .mediabox .medialist ul li .time{
  font-size: 0.14rem;
  color: rgba(129, 138, 153, 1);
  margin-top: 0.12rem;
}

.media .media_l .mediabox .medialist ul li .time img{
  display: inline-block;
  width: 0.6rem;
  height: 0.21rem;
  border-radius: 3px;
  margin-right: 0.15rem;

}

.media .media_l .mediabox .medialist ul li::after{
  position: absolute;
    z-index: -2;
    left: 0;
    bottom: -1px;
    content: "";
    width: 0%;
    height: 1px;
    background: #0054a7;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}






.media .story{
  width: 57.4%;
}


.media .story .storybox{
  margin: 0.37rem auto 0 auto;
  position: relative;
  overflow: hidden;
}

.media .story .storybox #storyshow{
  position: relative;
  left: -0%;
  width: 100%;


}


.media .story .storybox .swiper-container{
  position: relative;
  width: 100%;
  

}

.media .story .storybox .swiper-slide{
  position: relative;
  left: -0%;
  top: 0;
  width: 8rem;

}


.media .story .storybox .swiper-slide .pic{
  position: relative;
  z-index: 5;
  width: 100%;
  height: 4.73rem;
  overflow: hidden;

}

.media .story .storybox .swiper-slide .pic::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}

.media .story .storybox .swiper-slide-active .pic::after{
  background: rgba(0, 0, 0, 0);
}



.media .story .storybox .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;
} 


.media .story .storybox .swiper-slide .nr{
  margin: 0 auto;
  position: relative;
  z-index: 9;
  display: none;

} 

.media .story .storybox .swiper-slide .nr .trait{
  position: absolute;
  right: 0.6rem;
  top: -1.5rem;

}

.media .story .storybox .swiper-slide .nr .trait h5{
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 84, 167, 1);
  width: 0.71rem;
  line-height: 0.7rem;
  text-align: center;
  height: 1.48rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  transform: rotate(0deg);
  transform-origin: bottom left;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0.2rem 0;


}

.media .story .storybox .swiper-slide .nr .trait .time{
  width: 0.71rem;
  height: 1.03rem;
  opacity: 1;
  background: rgba(214, 161, 88, 1);
  text-align: center;
  padding-top: 0.19rem;
}

.media .story .storybox .swiper-slide .nr .trait .time span{
  display: block;
  font-size: 0.32rem;
  color: rgba(255, 255, 255, 1);
}

.media .story .storybox .swiper-slide .nr .trait .time i{
  display: block;
  font-size: 0.12rem;
  color: rgba(255, 255, 255, 1);
}

.media .story .storybox .swiper-slide .nr .txt{
  padding-top: 0.2rem;
  width: 80%;

} 

.media .story .storybox .swiper-slide .nr .txt h5{
    font-size: 0.2rem;
    color: rgba(51, 51, 51, 1);
    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-bottom: 0.1rem;
} 

.media .story .storybox .swiper-slide .nr .txt p{
  font-size: 0.16rem;
  color: rgba(51, 51, 51, 0.7);
  line-height: 0.28rem;
  height: 0.56rem;
  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;
} 


.media .story .storybox .swiper-slide-active .nr{
  display: block;
}

.media .story .storybox .story-next{
  position: absolute;
  z-index: 5;
  right: 0.2rem;
  top: 40%;
  transform: translateY(-50%);
  cursor: pointer;
  background: url(../images/story_right.png) no-repeat  center;
  background-size: 100%;
  width: 0.39rem;
  height: 0.37rem;
}


/* fc */

.fcbg{
  width: 100%;
  margin: 0rem auto 0 auto;
  background: url(../images/mediabg.jpg) no-repeat  center;
  background-size: cover;
  padding-bottom: 0.9rem;
}

.fcbg .fc{
  margin: 0 auto;
  padding-top: 1.45rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.fcbg .fc .fc_l{
  width: 38.5%;
  margin-top: 0.3rem;

}

.fcbg .fc .fc_l .titlecon{
  position: relative;
  z-index: 5;
}


.fcbg .fc .fc_l .titlecon::after{
  position: absolute;
  right: 1.45rem;
  top: -0.25rem;
  content: "";
  z-index: -1;
  width: 2.41rem;
  height: 1.23rem;
  background: url(../images/fc_t.png) no-repeat  center;
  background-size: 100%;
}

.fcbg .fc .fc_l .ewm{
  position: relative;
  z-index: 10;
  margin-top: 1.22rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fcbg .fc .fc_l .ewm .ewm_t{
  height: 0.4rem;
  border-bottom: 12px solid rgba(230, 234, 243, 1);

}


.fcbg .fc .fc_l .ewm .ewm_t h5{
  font-size: 0.28rem;
  color: rgba(51, 51, 51, 1);
  font-family: "SourceHanSerifCN";
}


.fcbg .fc .fc_l .ewm .ewm_r{
  position: relative;
  z-index: 9;

}

.fcbg .fc .fc_l .ewm .ewm_r ul li{
  float: left;
  position: relative;
  z-index: 9;
  margin: 0 0 0 0.1rem;
  height: 0.42rem;
}

.fcbg .fc .fc_l .ewm .ewm_r ul li .ico img{
  display: block;
  margin: 0 auto;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;

}

.fcbg .fc .fc_l .ewm .ewm_r ul li .ewm{
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%) translateY(108%);
  transition: all 0.5s ease 0s;
  box-shadow: rgba(1, 1, 1, 0.08) 0px 2px 9.5px 0.5px;
  width: 1.4rem;
  height: 1.4rem;
  background: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 0.05rem;
  visibility: hidden;
  z-index: 9;
  transition: .5s;
}

.fcbg .fc .fc_l .ewm .ewm_r ul li .ewm img {
  width: 100%;
  height: 100%;
}

.fcbg .fc .fc_l .ewm .ewm_r ul li:hover .ewm {
  opacity: 1;
  transform: translateX(-50%) translateY(103%);
  visibility: visible;
}

.fcbg .fc .fc_l .fc_show{
  margin: 0.5rem auto  0 auto;
}

.fcbg .fc .fc_l .fc_show a{
  display: block;
}

.fcbg .fc .fc_l .fc_show .pic{
  width: 100%;
  height: 4.25rem;
  position: relative;
  overflow: hidden;

}


.fcbg .fc .fc_l .fc_show .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fcbg .fc .fc_l .fc_show .txt{
  width: 100%;
  height: 2.79rem;
  background: url(../images/fclist.jpg) no-repeat  center;
  background-size: 100%;
  padding: 0.35rem 6% 0 6%;

}

.fcbg .fc .fc_l .fc_show .txt h5{
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fcbg .fc .fc_l .fc_show .txt p{
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.2rem 0 0.65rem 0;
}

.fcbg .fc .fc_l .fc_show .txt i{
  display: block;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 1);
  padding-left: 0.4rem;
  background: url(../images/weixin1.png) no-repeat left center;
  background-size: 0.35rem 0.35rem;
}




.fcbg .fc .fc_r{
  width: 58.5%;

}

.fcbg .fc .fc_r ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fcbg .fc .fc_r ul li{
  width: 48%;
  position: relative;

}


.fcbg .fc .fc_r ul li a{
  display: block;
}

.fcbg .fc .fc_r ul li .pic{
  width: 100%;
  height: 4.23rem;
  position: relative;
  overflow: hidden;
}

.fcbg .fc .fc_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;
}


.fcbg .fc .fc_r ul li .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(21, 68, 129, 0) 80%);
} 

.fcbg .fc .fc_r ul li .txt h5{
  position: absolute;
  left: 4%;
  bottom: 0.2rem;
  width: 92%;
  font-size: 0.16rem;
  line-height: 0.35rem;
  color: rgba(255, 255, 255, 1);
  background: url(../images/weixin.png) no-repeat left center;
  background-size: 0.35rem 0.35rem;
  padding-left: 0.45rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.fcbg .fc .fc_r ul li .pic .videoBtn{
  position: absolute;
  width: 0.88rem;
  height: 0.88rem;
  background: url(../images/videoico.png) center no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  position: absolute;
  left: calc((100% - 0.88rem) / 2);
  top: calc((100% - 0.88rem) / 2);
  z-index: 99;
}



.fcbg .fc .fc_r ul li:nth-child(1){
  width: 100%;
  margin-bottom: 0.35rem;

}

.fcbg .fc .fc_r ul li:nth-child(1) .pic{
  width: 100%;
  height: 5.59rem;
}

.fcbg .fc .fc_r ul li:nth-child(1) .txt h5{
  background: none;
  padding-left: 0rem;
}




/* about */

.about{
  margin: 1.45rem auto 0 auto;
}

.about .titlecon {

  justify-content: center;

}

.about .aboutbox{
  margin: 0.65rem -0.5rem 0 -0.5rem;
}

.about .aboutbox .swiper-container{
  position: relative;
  z-index: 5;
}


.about .aboutbox .swiper-slide{
  position: relative;
}

.about .aboutbox .swiper-container::after{
  position: absolute;
  left: 10%;
  top: 2.21rem;
  width: 80%;
  height: 2px;
  content: "";
  z-index: -1;
  background: rgba(232, 233, 236, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.about .aboutbox .swiper-slide a{
  display: block;
}

.about .aboutbox .swiper-slide img{
  display: block;
  margin: 0 auto;
  width: 1.22rem;
  height: 0.9rem;
}

.about .aboutbox .swiper-slide .txt{
  text-align: center;
  margin: 0 auto;
}

.about .aboutbox .swiper-slide .txt span{
  display: block;
  text-align: center;
  font-size: 0.68rem;
  line-height: 0.5rem;
  color: rgba(0, 82, 160, 1);
  font-family: "AbhayaLibre";
  margin: 0.4rem auto 0.2rem auto;
}

.about .aboutbox .swiper-slide .txt em{
  display: block;
  margin: 0 auto;
  width: 0.44rem;
  height: 0.44rem;
  background: url(../images/dataico1.png) center no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 5;
}

.about .aboutbox .swiper-slide .txt p{
  text-align: center;
  font-size: 0.18rem;
  color: rgba(51, 51, 51, 1);
  margin: 0.15rem auto 0 auto;
}

.about .aboutbox .swiper-slide .txt em::after{
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  content: "";
  z-index: -1;
  background: rgba(232, 233, 236, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




.about .aboutbox .swiper-slide-duplicate-prev:hover .txt em::after{
  width: 0;

}

.about .aboutbox .data-pagination {
  margin: 0.2rem auto 0 auto;
  text-align: center;
}

.about .aboutbox .data-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background: rgba(211, 216, 229, 1);
  margin: 0 0.1rem;
  opacity: 1;
  position: relative;
}

.about .aboutbox .data-pagination .swiper-pagination-bullet-active {
  background: rgba(56, 98, 192, 1);
  width: 0.2rem;
  height: 0.2rem;
  top: 0.04rem;
}















#videoAlert {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1009;
}

#videoAlert .cont {
  position: relative;
  height: 100%;
}

#videoAlert .video_box {
  position: absolute;
  margin-top: 10%;
  width: 70%;
  height: 60%;
  margin-left: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}

#videoAlert .video_box video {
  width: 85%;
  margin: 0 auto;
}

#videoAlert .video_box .close img {
  width: 30px;
  position: absolute;
  top: 0;
  right: 10%;
  max-height: initial;
}

#videoAlert .video_box .close {
  margin-bottom: 65px;
  height: 30px;
  position: relative;
  z-index: 10000;
  cursor: pointer;
}









@media (min-width: 1024px){

  .titlemore:hover a{
    letter-spacing: 1px;

  }

  .newsbg .news .news_top .news_l .news_show .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }

  .newsbg .news .news_top .news_r .mportant_show:hover .pic img{
    transform: scale(1.1);
  }


  .newsbg .news .news_top .news_r .newslist ul li:hover h5{
    color: rgba(0, 84, 167, 1);
  }


  .newsbg .news .news_bottom .infobox .inro_l .pic:hover img{
    transform: scale(1.1);
  }

  .newsbg .news .news_bottom .infobox .inro_l:hover .txt{
    color: rgba(0, 84, 167, 1);
  }

  .newsbg .news .news_bottom .infobox .inro_r ul li:hover h5{
    color: rgba(0, 84, 167, 1);
  }

  .noticebg .notice .noticebox ul li:hover {
    clip-path: polygon(0 100%, 0 0, 100% 0%, 100% 100%);
  }

  .noticebg .notice .noticebox ul li:hover::before{
    height: 100%;
  }
  
  .noticebg .notice .noticebox ul li:hover::after{
    background: #fff;
  }
  
  .noticebg .notice .noticebox ul li:hover .time{
    color: #fff;
  
  }
  
  .noticebg .notice .noticebox ul li:hover .time i{
    color: #fff;
  }
  
  .noticebg .notice .noticebox ul li:hover h5{
    color: #fff;
  }
  
  .noticebg .notice .noticebox ul li:hover em{
    color: #fff;
  }

  .noticebg .service .service_r .service_show .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }

  .noticebg .service .service_r .list ul li:hover h5{
    color: rgba(0, 84, 167, 1);
  }


  .noticebg .service  .talent .talentbox ul li:hover::before{
    width: 100%;
  }
  
  .noticebg .service  .talent .talentbox ul li:hover h5{
    color: #fff;
  
  }
  
  .noticebg .service  .talent .talentbox ul li:hover em{
    color: rgba(255, 255, 255, 0.4);
  }
  
  .noticebg .service  .talent .talentbox ul li:hover i .ico1{
    transform: translateY(-100%);
  
  }
  
  .noticebg .service  .talent .talentbox ul li:hover i .ico2{
    transform: translateY(-100%);
  }
  
  
  .noticebg .service  .talent .talentbox ul li:nth-child(1):hover::after{
    background:  url(../images/talentlist11.png) no-repeat right bottom ;
    background-size: 100%;
  }
  
  .noticebg .service  .talent .talentbox ul li:nth-child(2):hover::after{
    background:  url(../images/talentlist22.png) no-repeat right bottom ;
    background-size: 100%;
  }
  
  .noticebg .service  .talent .talentbox ul li:nth-child(3):hover::after{
    background:  url(../images/talentlist33.png) no-repeat right bottom ;
    background-size: 100%;
  }
  
  .noticebg .service  .talent .talentbox ul li:nth-child(4):hover::after{
    background:  url(../images/talentlist44.png) no-repeat right bottom ;
    background-size: 100%;
  }
  

  .ACADEMICbg .ACADEMICbox .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }

  .ACADEMICbg .ACADEMICbox .swiper-slide:hover .txt h5{
    color: rgba(0, 84, 167, 1);
  }

  .media .media_l .mediabox .medialist ul li:hover::after{
    width: 100%;
  }
  
  .media .media_l .mediabox .medialist ul li:hover h5{
    color: #0054a7;
  }

  .about .aboutbox .swiper-slide:hover .txt em{
    background: url(../images/dataico.png) center no-repeat;
    background-size: 100%;
  }
  
  .about .aboutbox .swiper-slide:hover .txt em::after{
    background: rgba(0, 84, 167, 1);
    width: 3rem;
  }

  .fcbg .fc .fc_l .fc_show:hover .pic img{
    transform: scale(1.1);
  }

  .fcbg .fc .fc_r ul li:hover .pic img {
    transform: scale(1.1);
}

.media .story .storybox .swiper-slide:hover .pic img{
  transform: scale(1.1);
}

}








@media (max-width: 1024px){

  .banner .banner_button{
    display: none;
  }
  
 
  
  
  .banner .swiper-pagination{
    width: 100%;
    bottom: 0.3rem;
    left: 0%;
  }





.title .t_l i{
  font-size: 0.24rem;

}


.title .t_r h5{
  font-size: 0.62rem;

}

.title .t_r h6{
  font-size: 0.62rem;

}


.titlemore{
  background: url(../images/more.png) no-repeat right center;
  background-size: 0.22rem 0.17rem;
  padding-right: 0.35rem;
}

.titlemore a{
  font-size: 0.24rem;
}


/* news */

.newsbg{

  background: url(../images/newsbg.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 0.3rem;
}

.newsbg .news{

  padding-top: 0.5rem;
}



.newsbg .news .news_top .news_l{
  width: 100%;
  padding-right: 0rem;


  
}


.newsbg .news .news_top .news_l  .news_show{
  margin: 0.3rem auto 0 auto;

}

.newsbg .news .news_top .news_l  .news_show::after{
  display: none;
}


.newsbg .news .news_top .news_l  .news_show .swiper-slide .pic{
  height: auto;
  padding-top: 56%;

}



.newsbg .news .news_top .news_l  .news_show .swiper-slide .txtcon{
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.newsbg .news .news_top .news_l  .news_show .swiper-slide .txtcon .txt{
  width: 65%;
}

.newsbg .news .news_top .news_l  .news_show .swiper-slide .txtcon .txt i{

  font-size: 0.24rem;
  margin-bottom: 0.12rem;

}

.newsbg .news .news_top .news_l  .news_show .swiper-slide .txtcon .txt h5{
  font-size: 0.28rem;
}




.newsbg .news .news_top .news_l  .news_show .news-pagination .swiper-pagination-bullet{

  margin-right: 0.15rem;


}



.newsbg .news .news_top .news_r{
  width: 100%;
  margin: 0.5rem auto 0 auto;
}


.newsbg .news .news_top .news_r .mportant_show{
  margin: 0.3rem auto 0 auto;
}

.newsbg .news .news_top .news_r .mportant_show a{
  display: block;
}

.newsbg .news .news_top .news_r .mportant_show .pic{

  height: auto;
  padding-top: 56%;



}



.newsbg .news .news_top .news_r .mportant_show .txtcon{

  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}


.newsbg .news .news_top .news_r .mportant_show .txtcon .txt i{

  font-size: 0.24rem;


}

.newsbg .news .news_top .news_r .mportant_show .txtcon .txt h5{
  font-size: 0.28rem;

}



.newsbg .news .news_top .news_r .newslist ul li{
  margin-top: 0.3rem;
  border-bottom: 1px solid rgba(222, 222, 222, 1);
  padding-bottom: 0.35rem;

}



.newsbg .news .news_top .news_r .newslist ul li  i{

  font-size: 0.24rem;

}

.newsbg .news .news_top .news_r .newslist ul li  h5{
  font-size: 0.28rem;
  margin-top: 0.16rem;
}


.newsbg .news .news_bottom{
  margin: 0.7rem auto 0 auto;

}


.newsbg .news .news_bottom .information{
  width: 100%;

}


.newsbg .news .news_bottom .information .infobox{

  margin-top: 0.35rem;
}


.newsbg .news .news_bottom .honor{
  width: 100%;
  margin-top: 0.35rem;
}


.newsbg .news .news_bottom .honor .infobox{
  margin-top: 0.35rem;

}



.newsbg .news .news_bottom .infobox .inro_l{
  width: 100%;
  border-bottom: 1px solid rgba(222, 222, 222, 1);
  padding-bottom: 0.25rem;
}



.newsbg .news .news_bottom .infobox .inro_l .pic{

  height: auto;
  padding-top: 53%;

}



.newsbg .news .news_bottom .infobox .inro_l .pic .time{
  top: 0.2rem;
  left: 0.2rem;
  padding: 0.15rem;
}

.newsbg .news .news_bottom .infobox .inro_l .pic .time span{
  font-size: 0.34rem;

}

.newsbg .news .news_bottom .infobox .inro_l .pic .time i{
  margin-top: 0.1rem;
  font-size: 0.24rem;

}

.newsbg .news .news_bottom .infobox .inro_l .txt{
  margin-top: 0.2rem;
  padding-left: 0.2rem;
  font-size: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: inherit;
  line-height: 0.45rem;
  height: auto;
  max-height: 0.9rem;
}

.newsbg .news .news_bottom .infobox .inro_l .txt::after {
  height: 0.24rem;
  position: absolute;
  left: 0rem;
  top: 0.22rem;

}


.newsbg .news .news_bottom .infobox .inro_r{
  width: 100%;
  margin-top: 0.1rem;
  
}

.newsbg .news .news_bottom .infobox .inro_r ul li{
  height: auto;
  margin-bottom: 0;
  padding: 0.25rem 0;
}


.newsbg .news .news_bottom .infobox .inro_r ul li h5{
  padding-left: 0.2rem;
  font-size: 0.28rem;
  line-height: 0.42rem;
  height: auto;
  max-height: 0.84rem;
}

.newsbg .news .news_bottom .infobox .inro_r ul li h5::after {
  height: 0.24rem;

}


.newsbg .news .news_bottom .infobox .inro_r ul li:last-child{
  border-bottom: 1px solid rgba(222, 222, 222, 1);
}

/* notice */

.noticebg{
  padding-bottom: 0.45rem;

}

.noticebg .notice{
  padding-top: 1.4rem;
}

.noticebg .notice .titlecon {

  position: relative;
}

.noticebg .notice .titlemore {
  background: url(../images/more1.png) no-repeat right center;
  background-size: 0.22rem 0.17rem;
  padding-right: 0.35rem;
  margin-top: 0rem;
  position: absolute;
  right: 0;
  top: 0.25rem;

}



.noticebg .notice .titlecon .noticelist{
  float: left;
  margin-left: 0rem;
  margin-top: 0.2rem;
}

.noticebg .notice .titlecon .noticelist ul li {
  margin-right: 0rem;
  margin-bottom: 0.2rem;
  width: 41%;
}


.noticebg .notice .titlecon .noticelist ul li i{

  font-size: 0.22rem;

}

.noticebg .notice .titlecon .noticelist ul li h5{
  font-size: 0.3rem;

}

.noticebg .notice .titlecon .noticelist ul li .title .t_r {
  left: -0.17rem;
  top: 0.32rem;
  -webkit-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}

.noticebg .notice .titlecon .noticelist ul li.on .title .t_r {
  left: -0.15rem;
  top: 0.15rem;
  -webkit-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}



.noticebg .notice .titlecon .noticelist ul li .title .t_r h6{
  -webkit-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}



.noticebg .notice .titlecon .noticelist ul li .title .t_r h5{
  -webkit-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}

.noticebg .notice .titlecon .noticelist ul li .title .t_l {
  min-width: 0.88rem;
  max-width: 0.88rem;
}

.noticebg .notice .titlecon .noticelist ul li.on .title .t_l {
  min-width: 0.95rem;
  max-width: 0.95rem;
}


.noticebg .notice .noticebox{
  margin: 0.2rem auto 0 auto;
}


.noticebg .notice .noticebox ul li{
  width: 100%;
  height: 2.75rem;
  margin-right: 0%;
  margin-bottom: 0.3rem;
  clip-path: polygon(0 100%, 0 0, 100% 0%, 100% 100%);
}

.noticebg .notice .noticebox ul li:last-child{
  margin-right: 0;
}

.noticebg .notice .noticebox ul li:nth-child(2n){
  margin-right: 0%;
  clip-path: polygon(0 100%, 0 0%, 100% 0%, 100% 100%);
}



.noticebg .notice .noticebox ul li .time{
  font-size: 0.24rem;
  padding-top: 0.3rem;

}

.noticebg .notice .noticebox ul li .time i{
  margin-right: 0.18rem;
  font-size: 0.38rem;
}

.noticebg .notice .noticebox ul li h5{
  font-size: 0.28rem;
  line-height: 0.42rem;
  height: 0.84rem;
  margin: 0.15rem 0 0.2rem 0;
}

.noticebg .notice .noticebox ul li em{

  font-size: 0.24rem;

}




.noticebg .service{
  margin: 0.2rem auto 0 auto;

}


.noticebg .service  .talent{
  width: 100%;

}

.noticebg .service  .talent .talentbox{
  margin-top: 0.3rem;

}

.noticebg .service  .talent .talentbox ul li{

  height: 1.3rem;
  margin-bottom: 0.2rem;
}



.noticebg .service  .talent .talentbox ul li h5{
  font-size: 0.28rem;
}

.noticebg .service  .talent .talentbox ul li em{
  font-size: 0.24rem;

}



.noticebg .service  .service_r{
  width: 100%;
  margin-top: 0.45rem;
}

.noticebg .service  .service_r .service_show{
  margin-top: 0.3rem;
}


.noticebg .service  .service_r .service_show .swiper-slide .pic{

  height: auto;
  padding-top: 56%;

}



.noticebg .service  .service_r .service_show .swiper-slide .txt{

  height: 100%;

}

.noticebg .service  .service_r .service_show .swiper-slide .txt h5{

  bottom: 0.22rem;
  font-size: 0.28rem;
  width: 70%;

}



.noticebg .service  .service_r .service_show .service-pagination .swiper-pagination-bullet{
  width: 0.16rem;
  height: 0.16rem;

  margin: 0 0.1rem;
}


.noticebg .service  .service_r .list ul li{
  line-height: 1rem;
}



.noticebg .service  .service_r .list ul li h5{
  font-size: 0.28rem;
  width: 75%;
  padding-left: 0.4rem;
}

.noticebg .service  .service_r .list ul li i{

  font-size: 0.24rem;

}




.ACADEMIC{
  margin: 0.65rem auto 0 auto;
}

.ACADEMIC .ACADEMICbox{
  margin: 0.3rem auto 0 auto;
}


.ACADEMICbg .ACADEMICbox .swiper-container{
  padding-bottom: 0.8rem;
}




.ACADEMICbg .ACADEMICbox .swiper-slide .pic{

  height: auto;
  padding-top: 123%;

}




.ACADEMICbg .ACADEMICbox .swiper-slide .txt h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  height: 0.9rem;

  margin-bottom: 0.2rem;
}

.ACADEMICbg .ACADEMICbox .swiper-slide .txt p{
  font-size: 0.24rem;
  margin-bottom: 0.15rem;
}

.ACADEMICbg .ACADEMICbox .swiper-slide .txt p img{
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.1rem;
}




.ACADEMICbg .ACADEMICbox .ACADEMIC-pagination{
  width: 78%;
  height: 3px;

}



/* Topics */

.Topicsbg {

  padding-bottom: 0.6rem;
}

.Topicsbg .Topics{
  padding-top: 0.2rem;
}




.Topicsbg .Topics .Topicsbox .swiper-slide-active .pic{
  clip-path: polygon(0 100%, 0 0, 100% 0%, 100% 100%);

}


.Topicsbg .Topics .Topicsbox .swiper-slide-duplicate-prev .pic{
  clip-path: polygon(0 100%, 0 0%, 100% 0%, 100% 100%);

}

.Topicsbg .Topics .Topicsbox .Topics-pagination{
  margin: 0.3rem auto 0 auto;

}

.Topicsbg .Topics .Topicsbox .Topics-pagination .swiper-pagination-bullet{
  width: 0.2rem;
  height: 0.2rem;
  margin: 0 0.1rem;

}




/* MEDIA */


.media{
  margin: 0.5rem auto 0 auto;

}


.media .media_l{
  width: 100%;

}


.media .media_l .mediabox{
  margin-top: 0.3rem;
  padding: 0 0.25rem 0.2rem 0.25rem;
}

.media .media_l .mediabox .media_show{
  margin-top: 0.3rem;
  border-bottom: 1px solid rgba(236, 236, 239, 1);
  padding-bottom: 0.3rem;
}



.media .media_l .mediabox .media_show .pic{
  width: 100%;
  height: auto;
  padding-top: 56%;

}


.media .media_l .mediabox .media_show .txt{
  width: calc((100% - 0rem));
}

.media .media_l .mediabox .media_show .txt h5{
  font-size: 0.28rem;
  margin: 0.2rem 0 0.15rem 0;
}

.media .media_l .mediabox .media_show .txt p{
  font-size: 0.24rem;
  line-height: 0.45rem;
  height: 0.9rem;

}

.media .media_l .mediabox .media_show .txt .time{
  font-size: 0.24rem;

}

.media .media_l .mediabox .media_show .txt .time img{
  width: 1.08rem;
  height: 0.36rem;
  margin-right: 0.15rem;

}

.media .media_l .mediabox .medialist{
  margin-top: 0.35rem;

}

.media .media_l .mediabox .medialist ul li{
  height: 1.25rem;
  margin-bottom: 0.2rem;


}



.media .media_l .mediabox .medialist ul li h5{
  font-size: 0.28rem;

}


.media .media_l .mediabox .medialist ul li .time{
  font-size: 0.24rem;
  margin-top: 0.17rem;
}

.media .media_l .mediabox .medialist ul li .time img{
  width: 1.08rem;
  height: 0.36rem;


}




.media .story{
  width: 100%;
  margin: 0.5rem auto 0 auto;
}


.media .story .storybox{
  margin: 0.35rem auto 0 auto;

}



.media .story .storybox .swiper-slide{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;

}



.media .story .storybox .swiper-slide .pic{

  height: auto;
  padding-top: 57%;


}


.media .story .storybox .swiper-slide .nr .trait{

  top: -1.7rem;
  right: 0rem;

}

.media .story .storybox .swiper-slide .nr .trait h5{
  font-size: 0.24rem;
  width: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  height: 1.7rem;



}

.media .story .storybox .swiper-slide .nr .trait .time{
  width: 1.2rem;
  height: 1.3rem;
  opacity: 1;
  background: rgba(214, 161, 88, 1);
  text-align: center;
  padding-top: 0.19rem;
}

.media .story .storybox .swiper-slide .nr .trait .time span{
  display: block;
  font-size: 0.32rem;
  color: rgba(255, 255, 255, 1);
}

.media .story .storybox .swiper-slide .nr .trait .time i{

  font-size: 0.24rem;

}

.media .story .storybox .swiper-slide .nr .txt{

  width: 75%;

} 

.media .story .storybox .swiper-slide .nr .txt h5{
    font-size: 0.28rem;
} 

.media .story .storybox .swiper-slide .nr .txt p{
  font-size: 0.24rem;
  line-height: 0.38rem;
  height: 0.76rem;


} 



.media .story .storybox .story-next{

  top: 30%;
}







/* fc */

.fcbg{

  padding-bottom: 0.5rem;
}

.fcbg .fc{
  padding-top: 0.65rem;

}


.fcbg .fc .fc_l{
  width: 100%;
  margin-top: 0rem;

}




.fcbg .fc .fc_l .titlecon::after{
  right: 1.65rem;

}

.fcbg .fc .fc_l .ewm{

  margin-top: 1rem;

}

.fcbg .fc .fc_l .ewm .ewm_t{
  height: 0.5rem;


}


.fcbg .fc .fc_l .ewm .ewm_t h5{
  font-size: 0.3rem;

}



.fcbg .fc .fc_l .ewm .ewm_r ul li{
  margin: 0 0 0 0.15rem;
  height: 0.6rem;
}

.fcbg .fc .fc_l .ewm .ewm_r ul li .ico img{

  width: 0.6rem;
  height: 0.6rem;


}

.fcbg .fc .fc_l .ewm .ewm_r ul li .ewm{

  left: 50%;

  transform: translateX(-80%) translateY(108%);

}



.fcbg .fc .fc_l .ewm .ewm_r ul li:hover .ewm {
 
  transform: translateX(-80%) translateY(103%);

}



.fcbg .fc .fc_l .fc_show .pic{

  height: auto;
  padding-top: 56%;


}



.fcbg .fc .fc_l .fc_show .txt{

  height: 2.85rem;


}

.fcbg .fc .fc_l .fc_show .txt h5{
  font-size: 0.28rem;

}

.fcbg .fc .fc_l .fc_show .txt p{
  font-size: 0.26rem;
  line-height: 0.42rem;
  height: 0.84rem;
  margin: 0.2rem 0 0.4rem 0;
}

.fcbg .fc .fc_l .fc_show .txt i{

  font-size: 0.24rem;
  padding-left: 0.5rem;
  background: url(../images/weixin1.png) no-repeat left center;
  background-size: 0.5rem 0.5rem;
}




.fcbg .fc .fc_r{
  width: 100%;
  margin-top: 0.35rem;

}


.fcbg .fc .fc_r ul li .pic{

  height: auto;
  padding-top: 67%;

}



.fcbg .fc .fc_r ul li .txt h5{

  font-size: 0.24rem;
  line-height: 0.4rem;
  background: url(../images/weixin.png) no-repeat left center;
  background-size: 0.4rem 0.4rem;
  padding-left: 0.5rem;
}



.fcbg .fc .fc_r ul li:nth-child(1) .pic{
  width: 100%;
  height: auto;
  padding-top: 60%;
}





.about{
  margin: 0.65rem auto 0 auto;
}



.about .aboutbox{
  margin: 0.65rem 0rem 0 0rem;
}



.about .aboutbox .swiper-container::after{

  left: 0%;
  top: 2.21rem;
  width: 100%;

}


.about .aboutbox .swiper-slide img{
  display: block;
  margin: 0 auto;
  width: 1.22rem;
  height: 0.9rem;
}



.about .aboutbox .swiper-slide .txt span{

  font-size: 0.6rem;
  line-height: 0.5rem;
  margin: 0.4rem auto 0.2rem auto;
}

.about .aboutbox .swiper-slide .txt em{
  width: 0.4rem;
  height: 0.4rem;

}

.about .aboutbox .swiper-slide .txt p{

  font-size: 0.28rem;

}



.about .aboutbox .data-pagination {
  margin: 0.4rem auto 0 auto;

}

.about .aboutbox .data-pagination .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0 0.15rem;

}

.about .aboutbox .data-pagination .swiper-pagination-bullet-active {
  top: 0rem;
}

}