﻿

/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.banner .xt {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/bannerbg.png) no-repeat bottom center;
  background-size: 100%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}


.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 .swiper-banner-next {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/bannerright.png) no-repeat center;
  background-size: 100%;
  right: 2.5%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-banner-prev {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/bannerleft.png) no-repeat center;
  background-size: 100%;
  left: 2.5%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}


.banner .swiper-pagination{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 0.25rem;
}

.banner .swiper-pagination .swiper-pagination-bullet{
  font-size: 0.2rem;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  opacity: 1;
  position: relative;
  margin: 0 0.05rem;
  width: 0.63rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  border-radius: 0;
  background: none;
  padding-left: 0.15rem;

}

.banner .swiper-pagination .swiper-pagination-bullet::after{
  position: absolute;
  left: 35%;
  top: 0;
  content: "0";
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  background: none;
}

.banner .swiper-pagination .swiper-pagination-bullet::before{
  position: absolute;
  left: 0%;
  bottom: 0;
  content: "";
  background: url(../images/bannerico.png) no-repeat bottom center;
  background-size: 100%;
  width: 100%;
  height: 0.2rem;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.banner .swiper-pagination .swiper-pagination-bullet-active{
  font-size: 0.28rem;
  line-height: 0rem;
  padding-left: 0.25rem;

}

.banner .swiper-pagination .swiper-pagination-bullet-active::after{
  font-size: 0.28rem;
}

.banner .swiper-pagination .swiper-pagination-bullet-active::before{
  opacity: 1;
}


.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: 980px) {

  .banner .swiper-slide img {
    height: 100%;
    width: 100%;
  }

  .banner .swiper-banner-next {
    display: none;
  }
  
  .banner .swiper-banner-prev {
    display: none;
  }
  

  

}




/* title */

.titlecont{
  height: 0.53rem;

}

.title{
  
  float: left;

}

.title h3{

  font-size: 0.38rem;
  color: #333;
  font-family: "Alibaba PuHuiTi";
  line-height: 0.58rem;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}


.title h3 img{
  display: inline-block;
  position: relative;
  top: -0.07rem;
  margin: 0 0.05rem 0 0.1rem;
  width: 0.58rem;
  height: 0.58rem;
  
}



.titlecont .more{
  float: right;
  width: 1.52rem;
  height: 0.44rem;
  line-height: 0.44rem;
  border: 1px solid #1D50A2;
  border-radius: 45px;
  text-align: center;
  margin-top: 0.05rem;
  display: inline-flex;
  justify-content: center;
}

.titlecont .more a{
  display: inline-block;
  text-align: center;
  font-size: 0.18rem;
  color: #1D50A2;
  background: url(../images/moreico1.png) no-repeat right center;
  background-size: 20%;
  padding-right: 0.4rem;

}


@media (max-width: 980px) {

  
  .title{
    float: left;

  
  }
  
  .title h3{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.38rem;
    color: #333;
    font-family: "Alibaba PuHuiTi";
    font-weight: bold;
    line-height: 0.58rem;
  }
  
  
  .title h3 img{
    display: inline-block;
    position: relative;
    top: -0.02rem;
    margin: 0 0.05rem 0 0.1rem;
    width: 0.58rem;
    height: 0.58rem;
    
  }
  
  
  
  .titlecont .more{
    margin-top: 0rem;
    width: 1.62rem;
    height: 0.54rem;
    line-height: 0.54rem;
  }
  
  .titlecont .more a{
    font-size: 0.24rem;
  }

}

/* news */

.newsbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/newsbg.jpg) no-repeat  center;
  background-size: cover;
  padding-bottom: 0.8rem;
  overflow: hidden;

}


.newsbg .news{
  margin: 0 auto;
  padding-top: 0.77rem;
}

.newsbg .news .title{
  float: none;
  text-align: center;
}


.newsbg .news .newsbox{
  margin: 0.35rem auto 0 auto;
  width: 100%;
  height: 5rem;
  background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  
}

.newsbg .news .newsbox .news_l{
  float: left;
  position: relative;
  width: 50%;
}

.newsbg .news .newsbox .news_l .mySwiper{
  overflow: hidden;
}

.newsbg .news .newsbox .news_l .mySwiper .swiper-slide{
  position: relative;

}

.newsbg .news .newsbox .news_l .mySwiper .swiper-slide .pic{
  width: 100%;
  height: 5rem;
  position: relative;
  z-index: 5;
  overflow: hidden;

}

.newsbg .news .newsbox .news_l .mySwiper .swiper-slide .pic::after{
  position: absolute;
  content: "";
  right: 0rem;
  top: 0rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/newsimgbg.png) no-repeat  center;
  background-size: 100%;
  z-index: -1;
  pointer-events: none;
}

.newsbg .news .newsbox .news_l .mySwiper .swiper-slide .pic img{
  display: block;
  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 .mySwiper .swiper-slide .txt{
  position: absolute;
  left: 3%;
  bottom: 0.2rem;
  width: 72%;
  z-index: 9;

}

.newsbg .news .newsbox .news_l .mySwiper .swiper-slide .txt span{
  display: block;
  font-size: 0.14rem;
  color: #fff;
}

.newsbg .news .newsbox .news_l .mySwiper .swiper-slide .txt span i{
  font-size: 0.32rem;
  color: #fff;
  margin-right: 0.1rem;
}

.newsbg .news .newsbox .news_l .mySwiper .swiper-slide .txt a{
  font-size: 0.22rem;
  color: #fff;
  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;
}

.newsbg .news .newsbox .news_l .swiper-news-next{
  position: absolute;
  right: 0.15rem;
  bottom: 0.15rem;
  z-index: 5;
  cursor: pointer;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/newsright.png) no-repeat  center;
  background-size: 100%;


}

.newsbg .news .newsbox .news_l .swiper-news-prev{
  position: absolute;
  right: 0.65rem;
  bottom: 0.15rem;
  z-index: 5;
  cursor: pointer;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/newsleft.png) no-repeat  center;
  background-size: 100%;
}


.newsbg .news .newsbox .news_r{
  float: right;
  width: 50%;
}

.newsbg .news .newsbox .news_r ul li{
  width: 100%;
  height: 1rem;
  position: relative;
  z-index: 5;
}

.newsbg .news .newsbox .news_r ul li .nr{
  margin: 0 auto;
  width: 89%;
  height: 1rem;
  border-bottom: 1px dashed #CBC8C8;

}


.newsbg .news .newsbox .news_r ul li .time{
  float: left;
  width: 0.64rem;
  height: 0.64rem;
  background: #E2EDFF;
  border-radius: 50%;
  text-align: center;
  margin: 0.18rem 0 0 0;
  -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 span{
  display: block;
  font-size: 0.28rem;
  color: #1D50A2;

}


.newsbg .news .newsbox .news_r ul li .time i{
  display: block;
  font-size: 0.14rem;
  color: #1D50A2;
}


.newsbg .news .newsbox .news_r ul li .txt{
  float: right;
  width: 86%;
  line-height: 1rem;

}


.newsbg .news .newsbox .news_r ul li .txt a{
  font-size: 0.2rem;
  color: #333333;
  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;
}


.newsbg .news .newsbox .news_r ul li::after{
  position: absolute;
  content: "";
  left: 0rem;
  top: 0rem;
  z-index: -1;
  width: 0%;
  height: 100%;
  background: #1e50a3 url(../images/newslist.jpg) no-repeat right 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:last-child .nr{
  border-bottom: none;
}



.newsbg .news .more{
  width: 1.52rem;
  height: 0.44rem;
  line-height: 0.44rem;
  border: 1px solid #1D50A2;
  border-radius: 45px;
  text-align: center;
  margin: 0.4rem auto 0 auto;
}


.newsbg .news .more a{
  display: inline-block;
  text-align: center;
  font-size: 0.18rem;
  color: #1D50A2;
  background: url(../images/moreico1.png) no-repeat right center;
  background-size: auto;
  padding-right: 0.4rem;
}





/* notice */

.noticebg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/noticebg.jpg) no-repeat  bottom center;
  background-size: cover;
  padding: 0.78rem 0 0.83rem 0;
  position: relative;
  z-index: 5;
  overflow: hidden;

}


.noticebg .notice{
  margin: 0 auto;
  overflow: hidden;
  padding-top: 0.2rem;
}

.noticebg .notice .notice_l{
  float: left;
}




.noticebg .notice .notice_l{
  float: left;
  width: 47.5%;
}

.noticebg .notice .notice_l .noticebox{
  margin-top: 0.4rem;

}

.noticebg .notice .notice_l .noticebox ul li{
  width: 100%;
  height: 1rem;
  margin-bottom: 0.27rem;
  border-bottom: 1px dashed #BBBABA;
}

.noticebg .notice .notice_l .noticebox ul li .time{
  float: left;
  text-align: center;
  width: 0.73rem;
  height: 0.71rem;
  background: #1D50A2;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .notice_l .noticebox ul li .time span{
  display: block;
  font-size: 0.32rem;
  color: #FFFFFF;
  line-height: 0.42rem;
}

.noticebg .notice .notice_l .noticebox ul li .time em{
  display: block;
  margin: 0 auto;
  width: 82%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.noticebg .notice .notice_l .noticebox ul li .time i{
  font-size: 0.14rem;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  line-height: 0.28rem;
}

.noticebg .notice .notice_l .noticebox ul li .txt a{
  float: left;
  width: 82.5%;
  margin-left: 4%;
  font-size: 0.2rem;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  color: #333333;
  display: block;
  margin-top: 0.05rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.noticebg .notice .notice_r{
  float: right;
  width: 47.5%;
}


.noticebg .notice .notice_r .dynamics_t{
  margin-top: 0.4rem;
  overflow: hidden;
  background: #F0F4FF;
  height: 1.69rem;

}


.noticebg .notice .notice_r .dynamics_t .pic{
  float: left;
  width: 44%;
  height: 1.69rem;
  position: relative;
  overflow: hidden;
}

.noticebg .notice .notice_r .dynamics_t .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 .notice .notice_r .dynamics_t .txt{
  float: left;
  margin-left: 4%;
  width: 42%;

}

.noticebg .notice .notice_r .dynamics_t .txt span{
  display: block;
  font-size: 0.16rem;
  color: #1D50A2;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0.18rem;
}

.noticebg .notice .notice_r .dynamics_t .txt span i{
  font-size: 0.3rem;
  color: #1D50A2;
}

.noticebg .notice .notice_r .dynamics_t .txt a{
  display: block;
  font-size: 0.2rem;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  color: #333333;
  margin-top: 0.32rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .notice_r ul{
  margin: 0.12rem  auto 0 auto;

}

.noticebg .notice .notice_r ul li{
  position: relative;
  width: 100%;
  height: 0.75rem;
  line-height: 0.75rem;
  border-bottom: 1px dashed #BBBABA;


}

.noticebg .notice .notice_r ul li a{
  float: left;
  padding-left: 0.2rem;
  width: 75%;
  font-size: 0.2rem;
  color: #333333;
  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;
  position: relative;

}

.noticebg .notice .notice_r ul li a::after{
  position: absolute;
  left: 0;
  top: 46%;
  content: "";
  border-radius: 50%;
  background: #5F93E5;
  width: 0.06rem;
  height: 0.06rem;
}

.noticebg .notice .notice_r ul li span{
  display: block;
  float: right;
  font-size: 0.16rem;
  color: #AAAAAA;
}




/* party */

.djgzbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/djgzbg.jpg) no-repeat  center;
  background-size: cover;
  padding: 0.85rem 0 0.5rem 0;
  position: relative;
  z-index: 5;
  overflow: hidden;

}


.djgzbg .djgz{
  margin: 0 auto;
}


.djgzbg .djgz .titlecont{
  position: relative;
}

.djgzbg .djgz .titlecont .title{
  float: none;
  margin: 0 auto;

}

.djgzbg .djgz .titlecont .title h3{
  color: #fff;
  display: flex;
  margin: 0 auto;
  text-align: center;
}

.djgzbg .djgz .titlecont .more{
  position: absolute;
  right: 0;
  top: 0.1rem;
  border: 1px solid rgba(255, 255, 255, 0.8);

}

.djgzbg .djgz .titlecont .more a{
  color: #fff;
  background: url(../images/moreico2.png) no-repeat right center;
  background-size: 20%;
  opacity: 0.8;
}


.djgzbg .djgz  .djgzbox{
  margin: 0.43rem 0 0 12.5%;
  position: relative;

}


.djgzbg .djgz  .djgzbox .swiper-container{
  overflow: hidden;
  width: 103%;
  padding-bottom: 0.8rem;
}


.djgzbg .djgz  .djgzbox .swiper-slide{
  position: relative;
  background: #FFFFFF;

}

.djgzbg .djgz  .djgzbox .swiper-slide .pic{
  position: relative;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;


}


.djgzbg .djgz  .djgzbox .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;
}


.djgzbg .djgz  .djgzbox .swiper-slide .txt{
  width: 83%;
  margin: 0rem auto 0 auto;
  height: 2.25rem;
  padding-top: 0.2rem;
  position: relative;

}

.djgzbg .djgz  .djgzbox .swiper-slide .txt a{
  display: block;
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #333333;
  height: 0.64rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.djgzbg .djgz  .djgzbox .swiper-slide .txt p{
  font-size: 0.16rem;
  color: #888888;
  line-height: 0.26rem;
  height: 0.52rem;
  overflow: hidden;
  margin-top: 0.1rem;
}

.djgzbg .djgz  .djgzbox .swiper-slide .txt span{
  display: block;
  font-size: 0.16rem;
  color: #1D50A2;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0.3rem 0 0.25rem 0;
}


.djgzbg .djgz  .djgzbox .swiper-slide .txt::after{
  position: absolute;
  content: "";
  left: 0rem;
  bottom: -4px;
  z-index: -1;
  width: 0.8rem;
  height: 4px;
  background: #FFAA00;
}


.djgzbg .djgz  .djgzbox .research_button{
  position: absolute;
  left: 24.5%;
  bottom: 0;
  z-index: 5;
}

.djgzbg .djgz  .djgzbox .research_button .swiper-djgz-next{
  float: right;
  position: relative;
  cursor: pointer;
  width: 0.6rem;
  height: 0.5rem;
  background: url(../images/djgzright.png) no-repeat  center;
  background-size: 100%;
}

.djgzbg .djgz  .djgzbox .research_button .swiper-djgz-prev{
  float: left;
  position: relative;
  cursor: pointer;
  width: 0.6rem;
  height: 0.5rem;
  background: url(../images/djgzleft.jpg) no-repeat  center;
  background-size: 100%;
}








/* academic */

.academicbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/xshdbg.jpg) no-repeat  center;
  background-size: cover;
  padding: 0.95rem 0 0.85rem 0;
  position: relative;
  z-index: 5;
  overflow: hidden;

}


.academicbg .academic{
  margin: 0 auto;
}


.academicbg .academic .academicbox{
  margin: 0.35rem auto 0 auto;
  position: relative;
}

.academicbg .academic .academicbox .swiper-container{
  padding: 0.2rem 0;
}

.academicbg .academic .academicbox .swiper-container .swiper-slide{
  position: relative;
  z-index: 5;
}

.academicbg .academic .academicbox .swiper-container .swiper-slide .nr{
  width: 95%;
  position: relative;
  z-index: 5;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid #1c51a1;
  overflow: hidden;
  margin: 0 auto;
}

.academicbg .academic .academicbox .swiper-container .swiper-slide .time{
  width: 0.69rem;
  height: 0.88rem;
  text-align: center;
  margin-left: 11%;
  background: url(../images/timeico1.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;
}

.academicbg .academic .academicbox .swiper-container .swiper-slide .time span{
  display: block;
  font-size: 0.18rem;
  color: #fff;
  font-weight: bold;
  padding-top: 0.2rem;
}

.academicbg .academic .academicbox .swiper-container .swiper-slide .time i{
  display: block;
  font-size: 0.14rem;
  color: #fff;
}

.academicbg .academic .academicbox .swiper-container .swiper-slide .txt{
  width: 78%;
  margin: 0.2rem auto 0 auto;

}

.academicbg .academic .academicbox .swiper-container .swiper-slide .txt h5 a{
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.academicbg .academic .academicbox .swiper-container .swiper-slide .txt span{
  display: block;
  width: 100%;
  height: 1px;
  background: #E2E2E2;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.25rem auto 0 auto;
}

.academicbg .academic .academicbox .swiper-container .swiper-slide .txt em{
  display: block;
  width: 0.3rem;
  height: 2px;
  background: #1D50A2;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: -1px 0 0 0;
}

.academicbg .academic .academicbox .swiper-container .swiper-slide .txt p{
  font-size: 0.16rem;
  color: #888888;
  line-height: 0.26rem;
  height: 1.04rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.33rem 0 0.28rem 0;
}

.academicbg .academic .academicbox .swiper-container .swiper-slide .txt .more{
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/Academicmore.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;
  float: right;
  margin-bottom: 0.35rem;
}

.academicbg .academic .academicbox .swiper-container .swiper-slide .nr::after{
  position: absolute;
  content: "";
  left: 0rem;
  top: 0rem;
  z-index: -1;
  width: 100%;
  height: 0%;
  background: url(../images/xueshulist.jpg) no-repeat  center;
  background-size: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.academicbg .academic .academicbox .swiper-academic-next{
  position: absolute;
  right: -0.85rem;
  top: 48%;
  width: 0.45rem;
  height: 0.45rem;
  background: url(../images/Academicright.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;
}


.academicbg .academic .academicbox .swiper-academic-prev{
  position: absolute;
  left: -0.85rem;
  top: 48%;
  width: 0.45rem;
  height: 0.45rem;
  background: url(../images/Academicleft.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;
}




/* xgdt */


.xgdt{
  margin: 1.15rem auto 0 auto;
}


.xgdt .titlecont{
  position: relative;
}

.xgdt .titlecont .title {
  float: none;
  margin: 0 auto;
}

.xgdt .titlecont h3{
  display: flex;
  margin: 0 auto;
  text-align: center;
}

.xgdt .titlecont .more{
  position: absolute;
  right: 0;
  top: 0.05rem;
}

.xgdt .xgdtbox{
  margin: 0.55rem auto 0 auto;
  position: relative;
}


.xgdt .xgdtbox .mySwiper{
  overflow: hidden;
  width: 100%;
}


.xgdt .xgdtbox .swiper-slide{
  width: 48.2%;
  height: auto;

}

.xgdt .xgdtbox .swiper-slide .pic{
  position: relative;
  z-index: 5;
  width: 100%;
  overflow: hidden;
  padding-top: 54.5%;
  margin-top: 2%;

}

.xgdt .xgdtbox .swiper-slide .pic::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  background: rgba(31, 81, 163, 0.4);
}

.xgdt .xgdtbox .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;
}

.xgdt .xgdtbox .swiper-slide:hover .pic img{
  transform: scale(1.1);
}


.xgdt .xgdtbox .swiper-slide .txt{
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/xgdt_list.png) no-repeat top center;
  background-size: cover;
 opacity: 0;
 padding-bottom: 0.12rem;
}

.xgdt .xgdtbox .swiper-slide .txt span{
  display: block;
  font-size: 0.16rem;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0.2rem 0 0.05rem 0;
}

.xgdt .xgdtbox .swiper-slide .txt a{
  font-size: 0.22rem;
  color: #FFFFFF;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xgdt .xgdtbox .swiper-slide-active .txt{
  opacity: 1;
}



.xgdt .xgdtbox .swiper-slide-active .pic{
  padding-top: 60.5%;
  margin-top: 0%;
}

.xgdt .xgdtbox .swiper-slide-active .pic::after{
  display: none;
}


.xgdt .xgdtbox .swiper-xgdt-next{
  position: absolute;
  z-index: 9;
  right: 11.5%;
  top: 40%;
  cursor: pointer;
  width: 0.36rem;
  height: 0.36rem;
  background: url(../images/xgdtright.png) no-repeat  center;
  background-size: 100%;
}

.xgdt .xgdtbox .swiper-xgdt-prev{
  position: absolute;
  z-index: 9;
  left: 11.5%;
  top: 40%;
  cursor: pointer;
  width: 0.36rem;
  height: 0.36rem;
  background: url(../images/xgdtleft.png) no-repeat  center;
  background-size: 100%;
}






/* fc */

.fcbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/fcbg.jpg) no-repeat top center;
  background-size: cover;
  padding: 1.4rem 0 0.4rem 0;
  overflow: hidden;

}


.fcbg .fc{
  margin: 0 auto;
  position: relative;
}


.fcbg .fc .titlecont .title{
  position: absolute;
  right: 0;
  top: 0.05rem;
  z-index: 5;
  width: 45%;
  z-index: 99;

}


.fcbg .fc .wp{
  margin: 0 auto;
  width: 100%;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.homec .box {
  align-items: flex-start;
  position: relative;
  top: -0.53rem;
}

.homec .left {
  width: 52%;
  position: relative;
}




.homec .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}


.homec time {
  color: #1D50A2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .16rem;
}

.homec .left .slide-c1p {
  width: 100%;
  right: 0rem;
  overflow: hidden;
  position: relative;
}



.homec .left .slide-c1 {
  width: 162%;
  margin-left: -62%;
  left: 0rem;
  overflow: visible;
}

.homec .left .slide-c1 .swiper-slide {
  width: 100%;
  position: relative;
}



.homec .left .slide-c1 .img {
  padding-top: 56.5%;

  overflow: hidden;
  position: relative;
}

.homec .left .slide-c1 .img 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;
}


.homec .left .slide-c1p::after {
  position: absolute;
  content: "";
  left: -0rem;
  top: 0;
  width: 20%;
  height: 85%;
  background: url(../images/fcico1.png) no-repeat right center;
    background-size: auto;
  background-size: cover;
  z-index: 1;
}

.homec .left .slide-c1 .txt{
  margin: 0 auto 0 auto;
  position: relative;
  top: -0.22rem;
  z-index: 5;
  background: url(../images/fc_xt.png) no-repeat left top;
  padding-top: 0.4rem;
}


.homec .left .slide-c1 .txt_on {
  padding: 0 0 0 .3rem;
  position: relative;
  border-left: 3px solid #2556A5;

}

.homec .left .slide-c1 .txt_on h4 {
  font-size: .23rem;
  color: #333;
  margin-bottom: .1rem
}

.homec .left .slide-c1 .txt_on time{
  color: #1D50A2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .16rem;
}

.homec .right {
  width: 46%;
}
.homec .right .slide-c2p {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 1.4rem
}

.homec .right .slide-c2 {
  left: 0;
  overflow: visible;
  width: 124%;
  margin-right: -24%;
}

.homec .right .slide-c2 .swiper-slide {
  width: 100%;
}

.homec .right .slide-c2 .img {
  padding-top: 56.5%;

  overflow: hidden;
  position: relative;
  margin-bottom: .2rem;
  position: relative;
  overflow: hidden;
}


.homec .right .slide-c2 .img 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;
}


.homec .right .slide-c2 .swiper-slide-next .img::after{
  position: absolute;
  content: "";
  right: -0rem;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/fcico2.png) no-repeat right center;
  background-size: cover;
}


.homec .right .slide-c2 .txt {
  padding: 0 0 0 .3rem;
  position: relative;
  border-left: 3px solid #2556A5;
}

.homec .right .slide-c2 .txt h4 {
  font-size: .2rem;
  color: #333;
  margin-bottom: .1rem
}



.homec .left .slide-c1 .swiper-slide .zoomImg::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  opacity: .25;
  pointer-events: none;
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 3;
}




.homec .swiBtn {
  position: absolute;
  left: .3rem;
  top: .75rem;
  z-index: 5;
  display: none;
}


.homec .swiper-container{
  position: relative;
}




.custom-cursor {

  position: absolute;

  width: 1.2rem; 

  height: 1.2rem; 

  pointer-events: none; 

  background-image: url('../images/fc_mouse.png');

  background-size: 100%; 

  display: block; 
  z-index: 9999;
}



@media (min-width: 980px) {
  .newsbg .news .newsbox .news_l .mySwiper .swiper-slide:hover .pic img{
    transform: scale(1.1);
  
  }

  .titlecont .more{
    position: relative;
  }

  .titlecont .more::after{
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    content: "";
    border-radius: 45px;
    background: #2150a4;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .titlecont .more:hover::after{
    width: 100%;
    left: 0;
  }

  .titlecont .more:hover a{
    color: #fff;
    background: url(../images/moreico2.png) no-repeat right center;
    background-size: 20%;
  }

  .newsbg .news .newsbox .news_r ul li:hover::after{
    width: 100%;
  }
  
  .newsbg .news .newsbox .news_r ul li:hover .time{
    background: #E2EDFF;
  }
  
  .newsbg .news .newsbox .news_r ul li:hover .txt a{
    color: #fff;
  
  }

  .noticebg .notice .notice_l .noticebox ul li:hover .time{

    background: #f49902;

  }

  .noticebg .notice .notice_l .noticebox ul li:hover .txt a{
    color: #1D50A2;
  }

  .noticebg .notice .notice_r .dynamics_t:hover .pic img{
    transform: scale(1.1);
  }

  .noticebg .notice .notice_r ul li:hover a{
    color: #1D50A2;
  }


  .djgzbg .djgz  .djgzbox .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }
  
  
  .djgzbg .djgz  .djgzbox .swiper-slide:hover .txt a{
    color: #1D50A2;
  }


  .academicbg .academic .academicbox .swiper-container .swiper-slide .nr:hover::after{
    height: 100%;
  }

  .academicbg .academic .academicbox .swiper-container .swiper-slide:hover .time{
    background: url(../images/timeico2.png) no-repeat  center;
    background-size: 100%;
  }

  .academicbg .academic .academicbox .swiper-container .swiper-slide:hover .txt h5 a{
    color: #fff;
  }
  
  .academicbg .academic .academicbox .swiper-container .swiper-slide:hover .txt span{
    background: rgba(226, 226, 226, 0.2);
  }
  
  .academicbg .academic .academicbox .swiper-container .swiper-slide:hover .txt em{

    background: #F39800;
  }
  
  .academicbg .academic .academicbox .swiper-container .swiper-slide:hover .txt p{
    color: rgba(255, 255, 255, 0.5);
  }
  
  .academicbg .academic .academicbox .swiper-container .swiper-slide:hover .txt .more{

    background: url(../images/Academicmore1.png) no-repeat  center;
    background-size: 100%;

  }

  .academicbg .academic .academicbox .swiper-academic-next:hover{

    background: url(../images/Academicright1.png) no-repeat  center;
    background-size: 100%;

  }
  
  
  .academicbg .academic .academicbox .swiper-academic-prev:hover{
    background: url(../images/Academicleft1.png) no-repeat  center;
    background-size: 100%;

  }


  .homec .left .slide-c1 .txt_on:hover h4{
    color: #1D50A2;
  }
  
  .homec .left .slide-c1 .swiper-slide:hover .img img{
    transform: scale(1.1);
  }
 
  
  .homec .left .slide-c1 .swiper-slide:hover .zoomImg::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
  }

  .homec .right .slide-c2 .swiper-slide:hover .img img{
    transform: scale(1.1);
  }

}




@media (max-width: 980px) {

  .newsbg{
    width: 100%;
    margin: 0 auto;
    background: url(../images/newsbg.jpg) no-repeat  center;
    background-size: cover;
    padding-bottom: 0.6rem;
    overflow: hidden;
  
  }
  
  
  .newsbg .news{
    margin: 0 auto;
    padding-top: 0.6rem;
  }
  
  
  .newsbg .news .newsbox{
    margin: 0.35rem auto 0 auto;
    width: 100%;
    height: auto;
    
  }
  
  .newsbg .news .newsbox .news_l{
    float: none;
    width: 100%;
  }

  
  .newsbg .news .newsbox .news_l .mySwiper .swiper-slide .txt{
    position: absolute;
    left: 3%;
    bottom: 0.2rem;
    width: 72%;
    z-index: 9;
  
  }
  
  .newsbg .news .newsbox .news_l .mySwiper .swiper-slide .txt span{
    font-size: 0.24rem;
  }
  
  .newsbg .news .newsbox .news_l .mySwiper .swiper-slide .txt span i{
    font-size: 0.4rem;
  }
  
  .newsbg .news .newsbox .news_l .mySwiper .swiper-slide .txt a{
    font-size: 0.3rem;
  }
  
  .newsbg .news .newsbox .news_l .swiper-news-next{
    width: 0.6rem;
    height: 0.6rem;
  
  
  }
  
  .newsbg .news .newsbox .news_l .swiper-news-prev{
    position: absolute;
    right: 0.85rem;
    width: 0.6rem;
    height: 0.6rem;
  }
  
  
  .newsbg .news .newsbox .news_r{
    float: none;
    width: 100%;
  }
  
  .newsbg .news .newsbox .news_r ul li{
    width: 100%;
    height: 1.2rem;
    position: relative;
    z-index: 5;
  }
  
  .newsbg .news .newsbox .news_r ul li .nr{
    height: 1.2rem;
  
  }
  
  
  .newsbg .news .newsbox .news_r ul li .time{
    float: left;
    width: 0.74rem;
    height: 0.74rem;
    margin: 0.23rem 0 0 0;
  }
  
  
  .newsbg .news .newsbox .news_r ul li .time span{
    display: block;
    font-size: 0.32rem;
    line-height: 0.36rem;
    padding-top: 0.05rem;
  
  }
  
  
  .newsbg .news .newsbox .news_r ul li .time i{
    display: block;
    font-size: 0.2rem;
  }
  
  
  .newsbg .news .newsbox .news_r ul li .txt{
    width: 83%;
    line-height: 1.2rem;
  
  }
  
  
  .newsbg .news .newsbox .news_r ul li .txt a{
    font-size: 0.28rem;
  }
  

  
  .newsbg .news .more{
    width: 1.62rem;
    height: 0.54rem;
    line-height: 0.54rem;
    margin: 0.4rem auto 0 auto;
  }
  
  
  .newsbg .news .more a{
    font-size: 0.24rem;
    background: url(../images/moreico1.png) no-repeat right center;
    background-size: 20%;
    padding-right: 0.4rem;
  }
  
  
  
  
  
  /* notice */
  
  .noticebg{
    padding: 0.65rem 0 0.6rem 0;
  
  }
  
  .noticebg .notice .notice_l{
    float: none;
    width: 100%;
  }
  
  .noticebg .notice .notice_l .noticebox{
    margin-top: 0.5rem;
  
  }
  
  .noticebg .notice .notice_l .noticebox ul li{
    width: 100%;
    height: 1.3rem;
  }
  
  .noticebg .notice .notice_l .noticebox ul li .time{
    width: 1rem;
    height: 1rem;
  }
  
  .noticebg .notice .notice_l .noticebox ul li .time span{
    display: block;
    font-size: 0.38rem;
    line-height: 0.52rem;
  }
  
  
  .noticebg .notice .notice_l .noticebox ul li .time i{
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  
  .noticebg .notice .notice_l .noticebox ul li .txt a{
    width: 80.5%;
    margin-left: 4%;
    font-size: 0.28rem;
    line-height: 0.42rem;
    height: 0.84rem;

  }
  
  
  .noticebg .notice .notice_r{
    float: none;
    width: 100%;
    margin: 0.5rem auto 0 auto;
  }
  
  
  .noticebg .notice .notice_r .dynamics_t{
    margin-top: 0.45rem;
    height: 1.79rem;
  
  }
  
  
  .noticebg .notice .notice_r .dynamics_t .pic{

    height: 1.79rem;

  }
  
  
  .noticebg .notice .notice_r .dynamics_t .txt{
    float: left;
    margin-left: 4%;
    width: 50%;
  
  }
  
  .noticebg .notice .notice_r .dynamics_t .txt span{
    display: block;
    font-size: 0.24rem;
    margin-top: 0.1rem;
  }
  
  .noticebg .notice .notice_r .dynamics_t .txt span i{
    font-size: 0.36rem;
    color: #1D50A2;
  }
  
  .noticebg .notice .notice_r .dynamics_t .txt a{
    display: block;
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.8rem;
    margin-top: 0.26rem;
  }
  
  .noticebg .notice .notice_r ul{
    margin: 0.15rem  auto 0 auto;
  
  }
  
  .noticebg .notice .notice_r ul li{
    height: 0.85rem;
    line-height: 0.85rem;
  
  
  }
  
  .noticebg .notice .notice_r ul li a{
    font-size: 0.26rem;
    color: #333333;
  
  }

  .noticebg .notice .notice_r ul li span{
    font-size: 0.26rem;
  }
  
  


  

/* party */

.djgzbg{
  padding: 0.6rem 0 0.8rem 0;
  background: url(../images/djgzbg.jpg) no-repeat right center;
  background-size: cover

}


.djgzbg .djgz .titlecont .title{
  float: none;
  margin: 0 auto;

}

.djgzbg .djgz .titlecont .title h3{
  color: #fff;
  display: flex;
  margin: 0 auto;
  text-align: center;
  float: left;
}

.djgzbg .djgz .titlecont .more{
  position: relative;
  right: 0;
  top: 0rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  float: right;

}



.djgzbg .djgz  .djgzbox{
  margin: 0.43rem auto 0 auto;
  position: relative;

}


.djgzbg .djgz  .djgzbox .swiper-container{
  overflow: hidden;
  width: 92%;
  padding-bottom: 0.7rem;
  margin: 0 auto;
}


.djgzbg .djgz  .djgzbox .swiper-slide .txt{
  width: 83%;
  margin: 0rem auto 0 auto;
  height: auto;
  padding-top: 0.2rem;
  position: relative;

}

.djgzbg .djgz  .djgzbox .swiper-slide .txt a{
  display: block;
  font-size: 0.3rem;
  line-height: 0.42rem;
  height: 0.84rem;
}

.djgzbg .djgz  .djgzbox .swiper-slide .txt p{
  font-size: 0.28rem;
  color: #888888;
  line-height: 0.4rem;
  height: 0.8rem;
  margin-top: 0.25rem;
}

.djgzbg .djgz  .djgzbox .swiper-slide .txt span{
  font-size: 0.28rem;
  margin: 0.3rem 0 0.35rem 0;
}

.djgzbg .djgz  .djgzbox .research_button{
  position: relative;
  left: 0%;
  bottom: 0;
  z-index: 5;
  margin: 0 auto;
}

.djgzbg .djgz  .djgzbox .research_button .swiper-djgz-next{
  margin-right: 35%;
  width: 0.8rem;
  height: 0.7rem;
}

.djgzbg .djgz  .djgzbox .research_button .swiper-djgz-prev{
  width: 0.8rem;
  height: 0.7rem;
  margin-left: 35%;
}








/* academic */

.academicbg{
  padding: 0.6rem 0 0.7rem 0;

}

.academicbg .academic .academicbox{
  margin: 0.35rem auto 0 auto;
  position: relative;
}

.academicbg .academic .academicbox .swiper-container{
  padding: 0.2rem 0;
}


.academicbg .academic .academicbox .swiper-container .swiper-slide .time{
  width: 0.99rem;
  height: 1.18rem;
  background: url(../images/timeico1.png) no-repeat bottom center;
  background-size: 100%;
}

.academicbg .academic .academicbox .swiper-container .swiper-slide .time span{
  font-size: 0.28rem;
  padding-top: 0.2rem;
}

.academicbg .academic .academicbox .swiper-container .swiper-slide .time i{
  display: block;
  font-size: 0.24rem;
}


.academicbg .academic .academicbox .swiper-container .swiper-slide .txt h5 a{
  font-size: 0.28rem;
  line-height: 0.4rem;
  height: 0.8rem;
}

.academicbg .academic .academicbox .swiper-container .swiper-slide .txt span{
  margin: 0.3rem auto 0 auto;
}


.academicbg .academic .academicbox .swiper-container .swiper-slide .txt p{
  font-size: 0.26rem;
  line-height: 0.4rem;
  height: 1.6rem;
  margin: 0.33rem 0 0.28rem 0;
}

.academicbg .academic .academicbox .swiper-container .swiper-slide .txt .more{
  display: block;
  width: 0.6rem;
  height: 0.6rem;
}


.academicbg .academic .academicbox .swiper-academic-next{
  position: absolute;
  right: -0rem;
  top: 48%;
  width: 0.55rem;
  height: 0.55rem;
  z-index: 9;
}


.academicbg .academic .academicbox .swiper-academic-prev{
  position: absolute;
  left: -0rem;
  top: 48%;
  width: 0.55rem;
  height: 0.55rem;
  z-index: 9;
}




/* xgdt */


.xgdt{
  margin: 0.6rem auto 0 auto;
}


.xgdt .titlecont h3{
  display: flex;
  margin: 0 auto;
  text-align: center;
  float: left;
}

.xgdt .titlecont .more{
  position: relative;
  right: 0;
  top: 0rem;
  float: right;
}

.xgdt .xgdtbox{
  margin: 0.4rem auto 0 auto;
  position: relative;
}



.xgdt .xgdtbox .swiper-slide{
  width: 100%;
  height: auto;

}

.xgdt .xgdtbox .swiper-slide .pic{
  position: relative;
  z-index: 5;
  width: 100%;
  overflow: hidden;
  padding-top: 60.5%;
  margin-top: 0%;

}


.xgdt .xgdtbox .swiper-slide .txt span{
  display: block;
  font-size: 0.32rem;
  padding: 0.3rem 0 0.15rem 0;
}

.xgdt .xgdtbox .swiper-slide .txt a{
  font-size: 0.28rem;
}


.xgdt .xgdtbox .swiper-xgdt-next{
  right: 5%;
  top: 35%;
  width: 0.56rem;
  height: 0.56rem;
}

.xgdt .xgdtbox .swiper-xgdt-prev{
  position: absolute;
  z-index: 9;
  left: 5%;
  top: 35%;
  width: 0.56rem;
  height: 0.56rem;
}




/* fc */

.fcbg{
  padding: 0.7rem 0 0.8rem 0;

}

.fcbg .fc .titlecont .title{
  position: absolute;
  right: 0;
  top: 0rem;
  z-index: 5;
  width: 100%;

}

.fcbg .fc .titlecont .title h3{
  display: flex;
  margin: 0 auto;
  text-align: center;
  float: left;

}

.fcbg .fc .wp{
  max-width: 14.4rem;
  margin: 0 auto;
  width: 92%;
}


.homec .box{
  margin: 1rem auto 0 auto;
}

.homec .left {
  width: 100%;
}

.homec .right {
  width: 100%;
}


.homec time {
  font-size: .24rem;
}

.homec .left .slide-c1p {
  width: 100%;
  right: 0rem;
}


.homec .left .slide-c1 {
  width: 100%;
  left: 0rem;
  overflow: visible;
  margin-left: 0;
}

.homec .left .slide-c1 .swiper-slide {
  width: 100% ;
  margin-right: 0rem
}

.homec .left .slide-c1 .img {
  height: 4rem;
  overflow: hidden;
  position: relative;
}


.homec .left .slide-c1 .txt{
  margin: 0 auto 0 auto;
  position: relative;
  top: -0.22rem;
  z-index: 5;
  background: url(../images/fc_xt.png) no-repeat left top;
  background-size: cover;
  padding: 0.4rem 0;
}


.homec .left .slide-c1 .txt_on {
  padding: 0 0 0 .3rem;
  position: relative;
  border-left: 3px solid #2556A5;

}

.homec .left .slide-c1 .txt_on h4 {
  font-size: .3rem;
  color: #333;
  margin-bottom: .1rem
}

.homec .left .slide-c1 .txt_on time{
  color: #1D50A2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .28rem;
}

.homec .right .slide-c2p {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 0.3rem
}


.homec .right .slide-c2 {
  width: 100%;
  left: 0rem;
  overflow: visible;
  margin-right: 0;
}

.homec .right .slide-c2 .swiper-slide {
  margin-right: 0;
}

.homec .right .slide-c2 .img {
  height: 3.6rem;
  width: 100%;
  margin-bottom: .2rem;
  position: relative;
  overflow: hidden;
}


.homec .img img{
  width: 100%;
  object-fit: cover;
}

.homec .right .slide-c2 .txt h4 {
  font-size: .3rem;
}


.homec .swiBtn {
  position: absolute;
  left: .3rem;
  top: .75rem;
  z-index: 5;
  display: none;
}


.custom-cursor {

  position: absolute;

  width: 0.6rem; 

  height: 0.6rem; 

}

.homec .left .slide-c1p::after{
  display: none;
}



.homec .right .slide-c2 .swiper-slide-next .img::after{
  display: none;
}


}