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::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(/images/topbg.png) no-repeat top center;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}

.banner .swiper-container {
  overflow: hidden;
  margin: 0 auto;

}


.txt-swiper .swiper-slide{
  background-position: center;
  background-repeat: no-repeat;
}

.txt-swiper .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 .banner_button{
  position: absolute;
  left: 0;
  bottom: 0.55rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.banner .banner_button .swiper-pagination{
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
  color: rgba(255, 255, 255, 0);
  line-height: 0.2rem;
  margin-right: 0.5rem;
}

.banner .banner_button .swiper-pagination ul{
  margin-right: 1.35rem;

}

.banner .banner_button .swiper-pagination ul li{
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.2rem;
  position:absolute;
	left:0;
	top:0;
}

.banner .banner_button .swiper-pagination ul li::after{
  position: absolute;
  content: "0";
  left: -0.12rem;
  top: 0;
  font-size: 0.2rem;
  color: #FFFFFF;
}


.banner .banner_button .swiper-pagination .total{
  font-size: 0.2rem;
  color: #FFFFFF;
  position: relative;

}

.banner .banner_button .swiper-pagination .total::after{
  position: absolute;
  content: "0";
  left: -0.12rem;
  top: 0;
  font-size: 0.2rem;
  color: #FFFFFF;
}

.banner .banner_button .swiper-pagination .total::before{
  position: absolute;
  content: "";
  right: 0.43rem;
  top: 50%;
  width: 0.8rem;
  height: 2px;
  background: #FFFFFF;
}


.banner .banner-prev{
  position: relative;
  cursor: pointer;
  background: url(/images/bannerright.png) no-repeat  center;
  width: 0.11rem;
  height: 0.18rem;
  z-index: 15;
  background-size: 100%;
}

.banner .banner-next{
  position: relative;
  cursor: pointer;
  background: url(/images/bannerleft.png) no-repeat  center;
  width: 0.11rem;
  height: 0.18rem;
  z-index: 15;
  background-size: 100%;
  margin-right: 0.5rem;
} 




@media (max-width: 980px){
  .banner .banner_button {
    bottom: 0.3rem;

}

.banner .banner_button .swiper-pagination{

  line-height: 0.24rem;

}


.banner .banner_button .swiper-pagination ul li{
  font-size: 0.24rem;
  line-height: 0.24rem;
}

.banner .banner_button .swiper-pagination ul li::after{
  font-size: 0.24rem;
}


.banner .banner_button .swiper-pagination .total{
  font-size: 0.24rem;

}

.banner .banner_button .swiper-pagination .total::after{
  font-size: 0.24rem;

}

.banner .banner_button .swiper-pagination .total::before{
  top: 49%;

}


.banner .banner-prev{
  width: 0.16rem;
  height: 0.23rem;
}

.banner .banner-next{
  width: 0.16rem;
  height: 0.23rem;
} 



}



/*title*/

.titlecon{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.titlecon .title{


}


.titlecon .title h3{
  font-size: 0.4rem;
  font-weight: bold;
  color: #00509E;
  line-height: 0.5rem;
}

.titlecon .title em{
  display: block;
  font-size: 0.16rem;
  color: #999999;
  text-transform: uppercase;
  position: relative;
  padding-left: 0.45rem;
}

.titlecon .title em::after{
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 0.34rem;
  height: 1px;
  background: #0053A0;
}

.titlecon .titlemore{
  margin-top: 0.3rem;
} 

.titlecon .titlemore a{
  display: block;
  font-size: 0.18rem;
  color: #737373;
  line-height: 0.28rem;
  padding-right: 0.45rem;
  background: url(/images/more.png) no-repeat center right;
  background-size: 0.37rem 0.27rem;
  -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  center;
  background-size: cover;
  overflow: hidden;
  padding: 0.75rem 0 0.8rem 0;
}

.newsbg .news{
  margin: 0 auto;
}

.newsbg .news .newsbox{
  margin: 0.35rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.newsbg .news .newsbox .news_l{
  width: 66.5%;
  position: relative;
}

.newsbg .news .newsbox .news_l .swiper-slide{
  position: relative;
}

.newsbg .news .newsbox .news_l .swiper-slide .pic{
  position: relative;
  width: 100%;
  height: 5.79rem;
  overflow: hidden;
}

.newsbg .news .newsbox .news_l .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 .newsbox .news_l .swiper-slide .txt{
  position: relative;
  width: 100%;
  height: 2rem;
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 4.5% 0 2.5%;
} 

.newsbg .news .newsbox .news_l .swiper-slide .txt .time{
  position: relative;
  top: -0.3rem;
  width: 0.92rem;
  height: 0.98rem;
  background: url(/images/time.png) no-repeat  center;
  background-size: 100%;
  text-align: center;

}

.newsbg .news .newsbox .news_l .swiper-slide .txt .time span{
  display: block;
  font-size: 0.38rem;
  color: #FFFFFF;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  line-height: 0.3rem;
  margin: 0.21rem 0 0.04rem 0;
}

.newsbg .news .newsbox .news_l .swiper-slide .txt .time i{
  font-size: 0.16rem;
  color: #FFFFFF;
  font-family: 'Times New Roman', Times, serif;
}

.newsbg .news .newsbox .news_l .swiper-slide .txt .nr{
  width: calc(100% - 1.1rem);
}

.newsbg .news .newsbox .news_l .swiper-slide .txt .nr a{
  font-size: 0.24rem;
  color: #333;
  font-family: "PuHuiTi";
  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: 0.3rem 0 0.15rem 0;
}

.newsbg .news .newsbox .news_l .swiper-slide .txt .nr p{
  font-size: 0.16rem;
  line-height: 0.26rem;
  height: 0.52rem;
  color: rgba(51, 51, 51, 0.6);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsbg .news .newsbox .news_l .news-pagination{
  position: absolute;
  left: 0rem;
  bottom: 0.23rem;
  width: 100%;
  z-index: 5;
  text-align: center;

}

.newsbg .news .newsbox .news_l .news-pagination .swiper-pagination-bullet{
  display: inline-block;
  margin: 0 0.15rem;
  width: 0.17rem;
  height: 0.17rem;
  background: url(/images/ico1.png) no-repeat  center;
  background-size: 100%;
  opacity: 1;
}

.newsbg .news .newsbox .news_l .news-pagination .swiper-pagination-bullet-active{
  background: url(/images/ico2.png) no-repeat  center;
  background-size: 100%;

}


.newsbg .news .newsbox .news_r{
  width: 30%;

}

.newsbg .news .newsbox .news_r ul li{
  width: 100%;
  height: 2.4rem;
  margin-bottom: 0.3rem;
  position: relative;
  z-index: 5;

}

.newsbg .news .newsbox .news_r ul li .pic{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}

.newsbg .news .newsbox .news_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;

}

.newsbg .news .newsbox .news_r ul li .pic::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
  pointer-events: none;
}


.newsbg .news .newsbox .news_r ul li .txt{
  position: absolute;
  z-index: 5;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 0.3rem 9% 0 9%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox .news_r ul li .txt span{
  display: block;
  font-size: 0.4rem;
  color: #FFFFFF;
  font-family: 'Times New Roman', Times, serif;
  margin: 0rem 0 0.15rem 0;

}

.newsbg .news .newsbox .news_r ul li .txt span i{
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.18rem;
  font-family: 'Times New Roman', Times, serif;
}

.newsbg .news .newsbox .news_r ul li .txt h5 a{
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.32rem;
  height: 0.96rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}



.newsbg .news .newsbox .news_r ul li:nth-child(1) .pic{

  display: block;
}

.newsbg .news .newsbox .news_r ul li:nth-child(1){
  background: url(/images/ACADEMIClist2.jpg) no-repeat  center;
  background-size: 100%;
}

.newsbg .news .newsbox .news_r ul li:nth-child(2){
  background: url(/images/newslist1.jpg) no-repeat  center;
  background-size: 100%;
}

.newsbg .news .newsbox .news_r ul li:nth-child(2)::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0px;
  width: 1.07rem;
  height: 1.07rem;
  background: url(/images/newsico1.png) no-repeat  center;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}


.newsbg .news .newsbox .news_r ul li:nth-child(2) .txt span{
  color: #3D2F1F;
}

.newsbg .news .newsbox .news_r ul li:nth-child(2) .txt span i{
  color: #3D2F1F;
}

.newsbg .news .newsbox .news_r ul li:nth-child(2) .txt h5 a{
  color: #3D2F1F;
}



.newsbg .news .newsbox .news_r ul li:nth-child(3){
  background: url(/images/newslist2.jpg) no-repeat  center;
  background-size: 100%;
}

.newsbg .news .newsbox .news_r ul li:nth-child(3)::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0px;
  width: 1.37rem;
  height: 0.79rem;
  background: url(/images/newsico2.png) no-repeat  center;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}



/*COLLEGE*/

.COLLEGEbg{
  width: 100%;
  margin: 0 auto;
  background: url(/images/COLLEGEbg.jpg) no-repeat top center;
  background-size: cover;
  overflow: hidden;
  padding: 0.75rem 0 1rem 0;
}

.COLLEGEbg .COLLEGE{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}



.COLLEGEbg .COLLEGE .COLLEGE_l{
  width: 61%;
  position: relative;
}

.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGEbox{
  margin-top: 0.4rem;

}

.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGEbox ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGEbox ul li{
  width: 48%;
  position: relative;
}

.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGEbox ul li .pic{
  position: relative;
  width: 100%;
  height: 2.48rem;
  overflow: hidden;

}

.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGEbox ul li .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;
}

.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGEbox ul li .pic::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.56) 96%);
  z-index: 0;
  pointer-events: none;
}


.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGEbox ul li .txt{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
pointer-events: none;
}

.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGEbox ul li .txt .time{
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0.32rem;
  background: #00509E;
  padding: 0 0.15rem;
  font-size: 0.18rem;
  color: #fff;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGEbox ul li .txt a{
  position: absolute;
  left: 5%;
  bottom: 0.15rem;
  width: 90%;
  font-size: 0.2rem;
  color: #FFFFFF;
  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;
}

.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGElist{
  margin: 0.15rem auto 0 auto;

}


.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGElist ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGElist ul li{
  width: 48%;
  position: relative;
  z-index: 5;
  height: 1.07rem;
  border-bottom: 1px dashed #D1D1D1;
}

.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGElist ul li a{
  display: block;
  padding-top: 0.25rem;
}

.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGElist ul li h5{

  font-size: 0.2rem;
  color: #222222;
  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;
}

.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGElist ul li i{
  display: block;
  font-size: 0.18rem;
  color: #AAAAAA;
  font-family: 'Times New Roman', Times, serif;
  margin-top: 0.08rem;
}

.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGElist ul li::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #00509E;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.COLLEGEbg .COLLEGE .MEDIUM{
  width: 34.5%;
  position: relative;
}


.COLLEGEbg .COLLEGE .MEDIUM .MEDIUMbox{
  margin: 0.2rem auto 0 auto;
}


.COLLEGEbg .COLLEGE .MEDIUM .MEDIUMbox ul li{
  height: 1rem;
  border-bottom: 1px dashed #D1D1D1;
  position: relative;
  z-index: 5;

}

.COLLEGEbg .COLLEGE .MEDIUM .MEDIUMbox ul li a{
  display: block;
  padding-top: 0.15rem;
}

.COLLEGEbg .COLLEGE .MEDIUM .MEDIUMbox ul li .time{
  line-height: 0.35rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.COLLEGEbg .COLLEGE .MEDIUM .MEDIUMbox ul li .time i{
  font-size: 0.16rem;
  color: #00509E;
  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;
  width: 60%;
}

.COLLEGEbg .COLLEGE .MEDIUM .MEDIUMbox ul li .time span{
  display: block;
  font-size: 0.18rem;
  color: #AAAAAA;
  font-family: 'Times New Roman', Times, serif;
}

.COLLEGEbg .COLLEGE .MEDIUM .MEDIUMbox ul li h5{
  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;
}


.COLLEGEbg .COLLEGE .MEDIUM .MEDIUMbox ul li::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #00509E;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


/*RUNNING*/

.RUNNINGbg{
  width: 100%;
  margin: 0 auto;
  background: #E8F4FF;
  overflow: hidden;
  padding: 1rem 0 1.2rem 0;
  position: relative;
  z-index: 5;
}


.RUNNINGbg::after{
  position: absolute;
  left: 0;
  top: 1rem;
  width: 5.5rem;
  height: 6.72rem;
  background: url(/images/RUNNINGico.png) no-repeat right center;
  background-size: 100%;
  content: "";
  z-index: -1;

}

.RUNNINGbg .RUNNING{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.RUNNINGbg .RUNNING .titlecon{
  width: 14%;
  margin: 1.1rem auto 0 auto;
  display: initial;
}

.RUNNINGbg .RUNNING .titlecon .title{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin: 0 0 1.7rem 0rem;
  padding-left: 0.3rem;
  width: 100%;
}

.RUNNINGbg .RUNNING .titlecon .title em{
  padding-top: 0.58rem;
  padding-left: 0rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  transform: rotate(0deg);
  transform-origin: bottom left;
  white-space: nowrap;
  margin-top: 0.05rem;

}

.RUNNINGbg .RUNNING .titlecon .title h3{
  letter-spacing: 10px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  transform: rotate(0deg);
  transform-origin: bottom left;
  white-space: nowrap;
  margin-left: 0.05rem;

}

.RUNNINGbg .RUNNING .titlecon .title em::after {
  position: absolute;
  left: 50%;
  top: 0%;
  content: "";
  height: 0.34rem;
  width: 1px;
  background: #0053A0;
}


.RUNNINGbg .RUNNING .titlecon .titlemore{
  margin: 0 0 0 0.6rem;
  
}

.RUNNINGbg .RUNNING .titlecon .titlemore a{
  display: inline-block;
  padding-right: 0rem;
  padding-bottom: 0.45rem;
  background: url(/images/more1.png) no-repeat center bottom;
  background-size: 0.27rem 0.37rem;

}



.RUNNINGbg .RUNNING .RUNNINGbox{
  width: 15rem;
  margin-right: -2.1rem;

}

.RUNNINGbg .RUNNING .RUNNINGbox ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.RUNNINGbg .RUNNING .RUNNINGbox ul li{
  width: 32%;
  height: 6.6rem;
  background: #B5B5B5;
  position: relative;
  overflow: hidden;

}

.RUNNINGbg .RUNNING .RUNNINGbox ul li .pic{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.RUNNINGbg .RUNNING .RUNNINGbox ul li .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;
}

.RUNNINGbg .RUNNING .RUNNINGbox ul li .pic::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.648) 100%);
  z-index: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.RUNNINGbg .RUNNING .RUNNINGbox ul li .pic::before{
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.RUNNINGbg .RUNNING .RUNNINGbox ul li .txt{
  position: absolute;
  z-index: 10;
  left: 8%;
  bottom: 0.2rem;
  width: 84%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.RUNNINGbg .RUNNING .RUNNINGbox ul li .txt .MODE_t a{
  line-height: 0.74rem;
  font-size: 0.34rem;
  color: #FFFFFF;
  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;
}

.RUNNINGbg .RUNNING .RUNNINGbox ul li .txt .MODE_t img{
  display: inline-block;
  height: 0.74rem;
  width: 0.74rem;

}


.RUNNINGbg .RUNNING .RUNNINGbox ul li .txt .MODElist{
  height: 0;
  opacity: 0;
  margin: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.RUNNINGbg .RUNNING .RUNNINGbox ul li .txt .MODElist dl dt{
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
  height: 0.6rem;
  display: flex;
  align-items: center;
}

.RUNNINGbg .RUNNING .RUNNINGbox ul li .txt .MODElist dl dt a{
  font-size: 0.22rem;
  color: #FFFFFF;
  line-height: 0.3rem;
  max-height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
 
}



/*publicize*/

.publicizebg{
  width: 100%;
  margin: 0 auto;
  background: url(/images/publicizebg.jpg) no-repeat top center;
  background-size: 100%;
  padding-top: 1.2rem;

}

.publicizebg .publicize{
  margin: 0 auto;

}

.publicizebg .publicize ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.publicizebg .publicize ul li{
  position: relative;
  width: 48%;

}

.publicizebg .publicize ul li .pic{
  position: relative;
  width: 100%;
  height: 3rem;
  overflow: hidden;

}

.publicizebg .publicize ul li .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;
}





/*ACADEMIC*/

.ACADEMICbg{
  width: 100%;
  margin: 0 auto;
  background: url(/images/ACADEMICbg.jpg) no-repeat  center;
  background-size: cover;
  padding: 0.95rem 0 1.2rem 0;

}


.ACADEMICbg .ACADEMIC{
  margin: 0 auto;

}

.ACADEMICbg .ACADEMIC .titlecon{
  justify-content: center;
}

.ACADEMICbg .ACADEMIC .titlecon .title{
  justify-content: center;
}

.ACADEMICbg .ACADEMIC .titlecon .title em{
  margin-left: 0.12rem;
}

.ACADEMICbg .ACADEMIC .titlemore{
  right: 0;
  top: 0;
  position: absolute;
}



.ACADEMICbg .ACADEMIC .ACADEMICbox{
  margin: 0.4rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l{
  width: 31%;
  min-height: 6.7rem;
  background: url(/images/ACADEMIClist1.jpg) no-repeat top center;
  background-size: cover;
  padding: 0 2%;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_t{
  height: 0.8rem;
  line-height: 0.8rem;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_t a{
  display: block;
  width: 100%;
  
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_t h5{
  font-size: 0.24rem;
  color: #FFFFFF;
  float: left;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_t i{
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.6);
  float: right;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .ACADEMIC_t h5{
  color: #3D2F1F;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l .ACADEMIC_t i{
  color: rgba(61, 47, 31, 0.6);
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l ul{
  margin: 0 auto;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l ul li{
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  padding-top: 0.2rem;
  height: 2.53rem;
  margin-bottom: 0.4rem;
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap; width: 100%;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l ul li .pic{
  width: 0.95rem;
  height: 0.95rem;
  padding: 0.1rem;
  background: url(/images/huodonglist.png) no-repeat bottom center;
  background-size: 100%;

}


.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l ul li .pic img{
  display: block;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  margin: 0 auto;

  
}


.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l ul li .txt{
  width: calc(100% - 1.4rem);
  margin-right: 0.2rem;
  margin-top: 0.28rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l ul li .txt a{
  display: block;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l ul li .txt h5{
  font-size: 0.2rem;
  color: #3D2F1F;
  font-family: "PuHuiTi";
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.2rem;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l ul li .txt p{
  padding-left: 0.25rem;
  font-size: 0.16rem;
  color: #3D2F1F;
  line-height: 0.28rem;
  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;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l ul li .txt p:nth-child(2){
  background: url(/images/ico3.png) no-repeat left center;
  background-size: 0.16rem 0.16rem;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l ul li .txt p:nth-child(3){
  background: url(/images/ico4.png) no-repeat left center;
  background-size: 0.16rem 0.16rem;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l ul li .txt p:nth-child(4){
  background: url(/images/ico5.png) no-repeat left center;
  background-size: 0.16rem 0.16rem;
}



.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_c{
  width: 31%;
  min-height: 6.7rem;
  background: url(/images/ACADEMIClist2.jpg) no-repeat top center;
  background-size: cover;
  padding: 0 2%;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_r{
  width: 31%;
  min-height: 6.7rem;
  background: url(/images/ACADEMIClist3.jpg) no-repeat top center;
  background-size: cover;
  padding: 0 2%;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMICshow{
  position: relative;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMICshow .pic{
  position: relative;
  width: 100%;
  height: 2.25rem;
  overflow: hidden;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMICshow .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;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMICshow .pic::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(135, 135, 135, 0) 37%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 0;
  pointer-events: none;
}


.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMICshow .txt{
  position: absolute;
  width: 100%;
  left: 5%;
  bottom: 0.11rem;
  width: 90%;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMICshow .txt a{
  display: block;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMICshow .txt i{
  display: block;
  padding-left: 0.25rem;
  background: url(/images/time3.png) no-repeat left center;
  background-size: 0.14rem 0.14rem;
  font-family: 'Times New Roman', Times, serif;
  font-size: 0.18rem;
  color: #FFFFFF;
  margin-bottom: 0.03rem;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMICshow .txt h5{
  font-size: 0.2rem;
  color: #FFFFFF;
  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;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .list{
  margin: 0.15rem auto 0 auto;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .list ul li{
  position: relative;
  height: 1.02rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}


.ACADEMICbg .ACADEMIC .ACADEMICbox .list ul li a{
  display: block;
  padding-top: 0.2rem;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .list ul li h5{
  font-size: 0.2rem;
  color: #FFFFFF;
  font-weight: normal;
  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;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .list ul li i{
  display: block;
  padding-left: 0.25rem;
  background: url(/images/time3.png) no-repeat left center;
  background-size: 0.14rem 0.14rem;
  font-family: 'Times New Roman', Times, serif;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.1rem;
}





/*IGENTING*/

.COLUMNbg{
  width: 100%;
  margin: 0 auto;
  background: url(/images/IGENTINGbg.jpg) no-repeat top center;
  background-size: cover;
  padding: 0.8rem 0 0.8rem 0;
  height: 9.7rem;
  overflow: hidden;

}

.COLUMNbg .COLUMN{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} 

.COLUMNbg .COLUMN .titlecon {
  width: 12%;
  margin: 1rem 0 0 -0.2rem;
  display: initial;
}


.COLUMNbg .COLUMN .titlecon .title {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin: 0 0 2.4rem 0rem;
  padding-left: 0rem;
  width: 100%;
}

.COLUMNbg .COLUMN .titlecon .title em {
  color: rgba(255, 255, 255, 0.5);
  padding-top: 0.58rem;
  padding-left: 0rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  transform: rotate(
0deg
);
  transform-origin: bottom left;
  white-space: nowrap;
  margin-top: 0.15rem;
}



.COLUMNbg .COLUMN .titlecon .title em::after {
  position: absolute;
  left: 50%;
  top: 0%;
  content: "";
  height: 0.34rem;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}


.COLUMNbg .COLUMN .titlecon .title h3 {
  color: #fff;
  letter-spacing: 15px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  transform: rotate(
0deg
);
  transform-origin: bottom left;
  white-space: nowrap;
  margin-left: 0.3rem;
  position: relative;
  z-index: 5;
}

.COLUMNbg .COLUMN .titlecon .title h3 img{
  display: inline-block;
  margin-bottom: 0.4rem;

}


.COLUMNbg .COLUMN .titlecon .title h3::after{
  position: absolute;
  left: -0.2rem;
  top: -0.12rem;
  content: "";
  z-index: -1;
  background: url(/images/ico6.png) no-repeat  center;
  background-size: 100%;
  width: 0.15rem;
  height: 0.11rem;
}

.COLUMNbg .COLUMN .titlecon .title h3::before{
  position: absolute;
  right: -0.05rem;
  top: 2.25rem;
  content: "";
  z-index: -1;
  background: url(/images/ico7.png) no-repeat  center;
  background-size: 100%;
  width: 0.15rem;
  height: 0.11rem;
}



.COLUMNbg .COLUMN .titlecon .titlemore {
  margin: 0 0 0 0.65rem;
}

.COLUMNbg .COLUMN .titlecon .titlemore a {
  display: inline-block;
  padding-right: 0rem;
  padding-bottom: 0.4rem;
  background: url(/images/more3.png) no-repeat center bottom;
  background-size: 0.27rem 0.37rem;
  color: #fff;
}


.COLUMNbg .COLUMN .COLUMNbox{
  width: 85.5%;
  position: relative;
}


.COLUMNbg .COLUMN .COLUMNbox ul li{
  position: relative;
  z-index: 5;

}

.COLUMNbg .COLUMN .COLUMNbox ul li .pic{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;

}

.COLUMNbg .COLUMN .COLUMNbox ul li .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;
}


.COLUMNbg .COLUMN .COLUMNbox ul li .pic::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(135, 135, 135, 0) 61%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 0;
  pointer-events: none;
}


.COLUMNbg .COLUMN .COLUMNbox ul li .pic:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  opacity: .6;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}


@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


.COLUMNbg .COLUMN .COLUMNbox ul li .txt{
  position: absolute;
  content: "";
  left: 5%;
  bottom: 0.25rem;
  width: 100%;
  width: 90%;
  margin: 0 auto;
}

.COLUMNbg .COLUMN .COLUMNbox ul li .txt a{
  font-size: 0.26rem;
  color: #FFFFFF;
  font-weight: normal;
  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;
}


.COLUMNbg .COLUMN .COLUMNbox ul li .txt a i{
  display: block;
  margin: 0 auto 0.25rem auto;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  width: 1.09rem;
  height: 1.09rem;
}


.COLUMNbg .COLUMN .COLUMNbox ul li .txt a i img{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(1){
  position: absolute;
  left: 0;
  top: 0;
  width: 60.2%;
  height: 6.33rem;

}


.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(1){
  position: absolute;
  left: 0;
  top: 0;
  width: 60.2%;
  height: 5.33rem;
}


.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(2){
  position: absolute;
  right: 0;
  top: 0;
  width: 38.3%;
  height: 2.6rem;
}


.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(3){
  position: absolute;
  right: 0;
  top: 2.71rem;
  width: 38.3%;
  height: 2.6rem;
}


.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(4){
  position: absolute;
  left: 0;
  top: 5.6rem;
  width: 31.7%;
  height: 2.5rem;
  background: #32B8FF;
}
.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(4) .pic{
  opacity: 1;
}

.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(4) .pic::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(/images/ico8.png) center repeat;
  z-index: 0;
  pointer-events: none;
}

.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(4) .pic::after {
  background: #32B8FF;
  opacity: 0.65;
}


.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(4) .txt{
  text-align: center;

}


.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(5){
  position: absolute;
  left: 34.2%;
  top: 5.6rem;
  width: 31.7%;
  height: 2.5rem;
}

.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(6){
  position: absolute;
  right: 0;
  top: 5.6rem;
  width: 31.7%;
  height: 2.5rem;
  background: #EACC7F;
}

.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(6) .pic::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(/images/ico8.png) center repeat;
  z-index: 0;
  pointer-events: none;
}

.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(6) .pic::after {
    background: #EACC7F;
    opacity: 0.6;

}


.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(6) .txt{
  text-align: center;

}

.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(6) .txt a{
  color: #3D2F1F;
}


.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(6) .txt a i{

  border: 1px dashed rgba(61, 47, 31, 0.4);

}


/*fc*/

.fcbg{
  width: 100%;
  margin: 0 auto;
  background: url(/images/fcbg.jpg) no-repeat  center;
  background-size: cover;
  padding-top: 0.85rem;
  padding-bottom: 1.1rem;

}

.fcbg .fc{
  margin: 0 auto;
}

.fcbg .fc .titlecon{
  justify-content: center;
}


.fcbg .fc .titlecon .title em{
  margin-left: 0.25rem;
}

.fcbg .fc .fcbox{
  margin: 0.38rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fcbg .fc .fcbox .fc_l{
  width: 83.3%;
  height: 5.66rem;
  position: relative;
}

.fcbg .fc .fcbox .fc_l ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fcbg .fc .fcbox .fc_l ul li{
  position: relative;

}

.fcbg .fc .fcbox .fc_l ul li:nth-child(1){
  width: 60.5%;
  height: 5.66rem;
  position: absolute;
  left: 0;
  top: 0;

}

.fcbg .fc .fcbox .fc_l ul li.yx1{
  width: 38.2%;
  height: 2.33rem;
  position: absolute;
  right: 0;
  top: 0;
}

.fcbg .fc .fcbox .fc_l ul li.yx2{
  width: 38.2%;
  height: 3.21rem;
  position: absolute;
  right: 0;
  bottom: 0;
}


.fcbg .fc .fcbox .fc_l ul li .pic{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;

}


.fcbg .fc .fcbox .fc_l ul li .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;
}

 .fcbg .fc .fcbox .fc_l ul li .pic video {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: block;
}



.fcbg .fc .fcbox .fc_l ul li .pic .videoBtn {
  position: absolute;
  width: 0.64rem;
  height: 0.74rem;
  background: url(/images/videoico.png) center no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  position: absolute;
  left: calc((100% - 0.64rem) / 2);
  top: calc((100% - 0.74rem) / 2);
  z-index: 99;
}

.fcbg .fc .fcbox .fc_l ul li .pic::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(135, 135, 135, 0) 37%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 0;
  pointer-events: none;
}

.fcbg .fc .fcbox .fc_l ul li .txt{
  position: absolute;
  left: 2%;
  bottom: 0.2rem;
  width: 96%;
} 

.fcbg .fc .fcbox .fc_l ul li .txt a{
  font-size: 0.22rem;
  color: #FFFFFF;
  font-weight: normal;
  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;
} 



#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;
}



.fcbg .fc .fcbox .fc_r{
  width: 15.9%;
  
}

.fcbg .fc .fcbox .fc_r ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fcbg .fc .fcbox .fc_r ul li{
  position: relative;
  margin-bottom: 0.1rem;
  width: 47.8%;

}

.fcbg .fc .fcbox .fc_r ul li:nth-child(1){
  width: 100%;
}

.fcbg .fc .fcbox .fc_r ul li .pic{

}

.fcbg .fc .fcbox .fc_r ul li .pic img{
  width: 100%;
  height: 100%;
}

.fcbg .fc .fcbox .fc_r ul li .ewmico{
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%) translateY(103%);
  transition: all 0.5s ease 0s;
  box-shadow: rgba(1, 1, 1, 0.21) 0px 2px 9.5px 0.5px;
  width: 1.4rem;
  height: 1.4rem;
  background: rgb(255, 255, 255);
  border-radius: 6px;
  padding: 0.08rem;
  visibility: hidden;
  z-index: 9;
}

.fcbg .fc .fcbox .fc_r ul li .ewmico::after {
  position: absolute;
  left: 0;
  top: -0.13rem;
  content: "";
  width: 100%;
  height: 0.13rem;
  background: url(/images/ewmico.png) no-repeat center;
  background-size: 0.15rem 0.13rem;
}

.fcbg .fc .fcbox .fc_r ul li .ewmico img{
  width: 100%;
  height: 100%;

}

.fcbg .fc .fcbox .fc_r ul li:hover .ewmico{
  opacity: 1;
  transform: translateX(-50%) translateY(95%);
  visibility: visible;
}



.fcbg .fc .fcbox .fc_r ul li:nth-child(1) .ewmico{

  transform: translateX(-50%) translateY(-105%);
  top: 0;
  bottom: auto;

}

.fcbg .fc .fcbox .fc_r ul li:nth-child(1) .ewmico::after {
  position: absolute;
  left: 0;
  top: auto;
  bottom:  -0.13rem;
  background: url(/images/ewmico.png) no-repeat center;
  background-size: 0.15rem 0.13rem;
  transform:rotate(180deg)
}


.fcbg .fc .fcbox .fc_r ul li:nth-child(1):hover .ewmico{

  transform: translateX(-50%) translateY(-100%);

}

/*notice*/

.noticebg{
  width: 100%;
  margin: 0 auto;
  background: url(/images/noticebg.jpg) no-repeat  center;
  background-size: cover;
  padding-top: 0.88rem;
  padding-bottom: 0.95rem;

}

.noticebg .notice{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.noticebg .notice .notice_l{
  width: 47.5%;

}

.noticebg .notice .notice_l .noticebox{
  margin-top: 0.15rem;

}

.noticebg .notice .notice_l .noticebox ul li{
  height: 1.1rem;
  border-bottom: 1px dashed #D8D8D8;
  padding-left: 0.35rem;
  position: relative;
  z-index: 5;
}

.noticebg .notice .notice_l .noticebox ul li a{
  display: block;
  padding-top: 0.28rem;
}

.noticebg .notice .notice_l .noticebox ul li h5{
  font-size: 0.2rem;
  color: #333;
  font-weight: normal;
  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;
}

.noticebg .notice .notice_l .noticebox ul li i{
  display: block;
  padding-left: 0.25rem;
  background: url(/images/time2.png) no-repeat left center;
  background-size: 0.14rem 0.14rem;
  font-family: 'Times New Roman', Times, serif;
  font-size: 0.18rem;
  color: #2A4464;
  margin-top: 0.1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .notice_l .noticebox ul li::after{
  position: absolute;
  content: "";
  left: 2px;
  top: 0.3rem;
  width: 4px;
  height: 0.5rem;
  background: #0054A1;
}


.noticebg .notice .notice_l .noticebox ul li::before{
  position: absolute;
  z-index: -1;
  content: "";
  left: 0px;
  top: 0rem;
  width: 0px;
  height: 100%;
  background: url(/images/noticelist.jpg) no-repeat  center;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.noticebg .notice .RECRUIT{
  width: 47.5%;

}

.noticebg .notice .RECRUIT .RECRUITbox{
  margin-top: 0.15rem;

}

.noticebg .notice .RECRUIT .RECRUITbox ul li{
  height: 1.1rem;
  border-bottom: 1px dashed #D8D8D8;
  padding-left: 0.35rem;
  position: relative;
  z-index: 5;
}

.noticebg .notice .RECRUIT .RECRUITbox ul li a{
  display: block;
  padding-top: 0.28rem;
}

.noticebg .notice .RECRUIT .RECRUITbox ul li h5{
  font-size: 0.2rem;
  color: #333;
  font-weight: normal;
  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;
}

.noticebg .notice .RECRUIT .RECRUITbox ul li i{
  display: block;
  padding-left: 0.25rem;
  background: url(/images/time2.png) no-repeat left center;
  background-size: 0.14rem 0.14rem;
  font-family: 'Times New Roman', Times, serif;
  font-size: 0.18rem;
  color: #2A4464;
  margin-top: 0.1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .RECRUIT .RECRUITbox ul li::after{
  position: absolute;
  content: "";
  left: 2px;
  top: 0.3rem;
  width: 4px;
  height: 0.5rem;
  background: #0054A1;
}


.noticebg .notice .RECRUIT .RECRUITbox ul li::before{
  position: absolute;
  z-index: -1;
  content: "";
  left: 0px;
  top: 0rem;
  width: 0px;
  height: 100%;
  background: url(/images/noticelist.jpg) no-repeat  center;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}





/*about*/

.aboutbg{
  width: 100%;
  margin: 0.3rem auto 0 auto;
  background: url(/images/aboutbg.jpg) no-repeat  center;
  background-size: cover;
  padding-top: 0.65rem;
  padding-bottom: 1.35rem;
  height: 7.46rem;

}

.aboutbg .about{
  margin: 0 auto;
}


.aboutbg .about .titlecon{
  justify-content: center;
}

.aboutbg .about .titlecon em{
  margin-left: 0.32rem;

}

.aboutbg .about .Description{
  margin: 0 auto;
  text-align: center;
  width: 78%;

}

.aboutbg .about .Description p{
  font-size: 0.18rem;
  line-height: 0.34rem;
  color: #243C57;
  margin: 0.3rem auto 0.18rem auto;
}

.aboutbg .about .Description .more{
  display: inline-block;
  font-size: 0.16rem;
  color: #00509E;
  background: url(/images/more2.png) no-repeat right center;
  background-size: 0.07rem 0.12rem;
  padding-right: 0.18rem;
}


.aboutbg .about .aboutbox{
  margin: 0.05rem auto 0 auto;
  position: relative;
}

.aboutbg .about .aboutbox .swiper-slide{
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0 auto;
  height: 3.95rem;
  transform: translateY(0.3rem);
}

.aboutbg .about .aboutbox .swiper-slide a{
  display: block;
  text-align: center;
}

.aboutbg .about .aboutbox .swiper-slide .pic{
  width: 2.02rem;
  height: 2.02rem;
  padding: 0.19rem;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0rem auto 0 auto; 
}

.aboutbg .about .aboutbox .swiper-slide .pic .img{
  width: 1.64rem;
  height: 1.64rem;
  border-radius: 50%;
  background: url(/images/ablist.png) center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.aboutbg .about .aboutbox .swiper-slide .pic .ico1{
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.aboutbg .about .aboutbox .swiper-slide .pic .ico2{
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.aboutbg .about .aboutbox .swiper-slide .txt{
  margin: 0 auto;
  
}

.aboutbg .about .aboutbox .swiper-slide .txt h5{
  font-size: 0.2rem;
  color: #00509E;
  line-height: 0.6rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.aboutbg .about .aboutbox .swiper-slide .txt h5 span{
  font-weight: bold; 
  font-family: 'Times New Roman', Times, serif;
  font-size: 0.7rem;
  color: #00509E;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.aboutbg .about .aboutbox .swiper-slide .txt p{
  font-size: 0.18rem;
  color: #333333;
  font-weight: bold;
  margin-top: 0.05rem;
}

.aboutbg .about .aboutbox .about-next{
  position: absolute;
  right: -0.56rem;
  top: 42%;
  cursor: pointer;
  width: 0.56rem;
  height: 0.56rem;
  background: url(/images/right.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;
}

.aboutbg .about .aboutbox .about-prev{
  position: absolute;
  left: -0.56rem;
  top: 42%;
  cursor: pointer;
  width: 0.56rem;
  height: 0.56rem;
  background: url(/images/left.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;
}







@keyframes beat{from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
}



@media (min-width: 1024px){

  .newsbg .news .newsbox .news_l .swiper-slide:hover .pic img {
    transform: scale(1.1);
}

.newsbg .news .newsbox .news_l .swiper-slide:hover .txt .nr a{
  color: #00509E;

}

.newsbg .news .newsbox .news_r ul li:hover .pic img {
  transform: scale(1.1);
}

.newsbg .news .newsbox .news_r ul li:hover .txt {

  padding: 0.25rem 9% 0 9%;

}

.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGEbox ul li:hover .pic img {
  transform: scale(1.1);
}

.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGEbox ul li:hover .txt .time {

  background: #E6C672;
  color: #3D2F1F;

}

.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGElist ul li:hover h5 {
  color: #00509E;

}

.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGElist ul li:hover::after{
  width: 100%;
}

.COLLEGEbg .COLLEGE .MEDIUM .MEDIUMbox ul li:hover h5{
  color: #00509E;
}


.COLLEGEbg .COLLEGE .MEDIUM .MEDIUMbox ul li:hover::after{
  width: 100%;
}

.RUNNINGbg .RUNNING .RUNNINGbox ul li:hover .pic img{
  transform: scale(1.1);
}

.RUNNINGbg .RUNNING .RUNNINGbox ul li:hover .txt{
  transform: translateY(0rem);
}

.RUNNINGbg .RUNNING .RUNNINGbox ul li:hover .txt .MODElist{
  height: auto;
  opacity: 1;
  margin: 0.6rem 0 0.75rem 0;
}

.RUNNINGbg .RUNNING .RUNNINGbox ul li:hover  .pic::after{
opacity: 0;
}

.RUNNINGbg .RUNNING .RUNNINGbox ul li:hover  .pic::before{

  background: rgba(0, 0, 0, 0.2);

}


.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMICshow:hover .pic img{
  transform: scale(1.1);
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .list ul li:hover h5{
  transform: translateX(0.1rem);
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l ul li:hover .txt{
  transform: translateY(-0.1rem);
}

.fcbg .fc .fcbox .fc_l ul li:hover .pic img{
  transform: scale(1.1);
}



.noticebg .notice .RECRUIT .RECRUITbox ul li:hover::before{
  width: 100%;
}

.noticebg .notice .RECRUIT .RECRUITbox ul li:hover h5{
  color: #fff;
}

.noticebg .notice .RECRUIT .RECRUITbox ul li:hover i{
  color: #fff;
  background: url(/images/time3.png) no-repeat left center;
  background-size: 0.14rem 0.14rem;
}



.noticebg .notice .notice_l .noticebox ul li:hover::before{
  width: 100%;
}

.noticebg .notice .notice_l .noticebox ul li:hover h5{
  color: #fff;
}

.noticebg .notice .notice_l .noticebox ul li:hover i{
  color: #fff;
  background: url(/images/time3.png) no-repeat left center;
  background-size: 0.14rem 0.14rem;
}


.aboutbg .about .aboutbox .swiper-slide:hover{
  transform: translateY(0rem);
}

.aboutbg .about .aboutbox .swiper-slide:hover .pic{
  background: #D04B36;

}

.aboutbg .about .aboutbox .swiper-slide:hover .pic .img{

  background: #fff;

}

.aboutbg .about .aboutbox .swiper-slide:hover .pic .ico1{
  transform: translateY(-100%);

}

.aboutbg .about .aboutbox .swiper-slide:hover .pic .ico2{
  transform: translateY(-100%);
}


.aboutbg .about .aboutbox .swiper-slide:hover .txt{
  margin: 0.2rem auto 0 auto;
  
}


.aboutbg .about .aboutbox .swiper-slide:hover .txt h5{
  color: #D04B36;

}

.aboutbg .about .aboutbox .swiper-slide:hover .txt h5 span{
  color: #D04B36;
}


.aboutbg .about .aboutbox .about-next:hover{
  background: url(/images/right1.png) center no-repeat;
  background-size: 100% ;

}


.COLUMNbg .COLUMN .COLUMNbox ul li:hover .pic img{
  transform: scale(1.1);
}

.COLUMNbg .COLUMN .COLUMNbox ul li:hover .txt a i img{
  animation: beat 0.5s 1;
}

.COLUMNbg .COLUMN .COLUMNbox ul li:hover .pic:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.titlecon .titlemore:hover a {
  padding-right: 0.5rem;

}

.publicizebg .publicize ul li:hover .pic img{
  transform: scale(1.1);
}


}




@media (max-width: 1024px){



.titlecon .title h3{
  font-size: 0.38rem;
  line-height: 0.5rem;
}

.titlecon .title em{
  font-size: 0.24rem;
  padding-left: 0.46rem;
}



.titlecon .titlemore{
  margin-top: 0.3rem;
} 

.titlecon .titlemore a{
  font-size: 0.24rem;
  line-height: 0.4rem;
  padding-right: 0.6rem;
  background-size: 0.4rem 0.3rem;
}



.newsbg{

  padding: 0.75rem 0 0.6rem 0;
}


.newsbg .news .newsbox{
  margin: 0.35rem auto 0 auto;

}


.newsbg .news .newsbox .news_l{
  width: 100%;

}


.newsbg .news .newsbox .news_l .swiper-slide .pic{

  height: auto;
  padding-top: 57%;

}



.newsbg .news .newsbox .news_l .swiper-slide .txt{
  height: 2.5rem;
  padding: 0 5% 0 3%;
} 

.newsbg .news .newsbox .news_l .swiper-slide .txt .time{

  width: 1.32rem;
  height: 1.38rem;

}

.newsbg .news .newsbox .news_l .swiper-slide .txt .time span{
  font-size: 0.4rem;
  line-height: 0.3rem;
  margin: 0.28rem 0 0.1rem 0;
}

.newsbg .news .newsbox .news_l .swiper-slide .txt .time i{
  font-size: 0.24rem;
}

.newsbg .news .newsbox .news_l .swiper-slide .txt .nr{
  width: calc(100% - 1.5rem);
}

.newsbg .news .newsbox .news_l .swiper-slide .txt .nr a{
  font-size: 0.3rem;
  margin: 0.3rem 0 0.15rem 0;
}

.newsbg .news .newsbox .news_l .swiper-slide .txt .nr p{
  font-size: 0.26rem;
  line-height: 0.4rem;
  height: 0.8rem;
}


.newsbg .news .newsbox .news_l .news-pagination .swiper-pagination-bullet{
  width: 0.25rem;
  height: 0.25rem;

}




.newsbg .news .newsbox .news_r{
  width: 100%;
  margin: 0.4rem auto 0 auto;

}

.newsbg .news .newsbox .news_r ul li{
  width: 100%;
  height: 3.8rem;
  margin-bottom: 0.2rem;


}



.newsbg .news .newsbox .news_r ul li .txt{

  padding: 0.6rem 9% 0 9%;

}

.newsbg .news .newsbox .news_r ul li .txt span{
  font-size: 0.46rem;
  margin: 0rem 0 0.15rem 0;

}

.newsbg .news .newsbox .news_r ul li .txt span i{
  font-size: 0.3rem;

}

.newsbg .news .newsbox .news_r ul li .txt h5 a{
  font-size: 0.3rem;
  line-height: 0.5rem;
  height: 1.5rem;

}





.COLLEGEbg{

  padding: 0.5rem 0 0.7rem 0;
}



.COLLEGEbg .COLLEGE .COLLEGE_l{
  width: 100%;
}

.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGEbox{
  margin-top: 0.3rem;

}



.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGEbox ul li{
  width: 100%;
  position: relative;
  margin-bottom: 0.2rem;
}

.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGEbox ul li .pic{

  height: auto;
  padding-top: 50%;


}




.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGEbox ul li .txt .time{
  line-height: 0.54rem;
  padding: 0 0.2rem;
  font-size: 0.28rem;

}

.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGEbox ul li .txt a{

  bottom: 0.2rem;
  font-size: 0.28rem;

}

.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGElist{
  margin: 0.1rem auto 0 auto;

}


.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGElist ul li{
  width: 100%;
  height: auto;
  padding: 0.25rem 0;

}

.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGElist ul li a{
  padding-top: 0rem;
}

.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGElist ul li h5{

  font-size: 0.3rem;
}

.COLLEGEbg .COLLEGE .COLLEGE_l .COLLEGElist ul li i{
  font-size: 0.28rem;
  margin-top: 0.1rem;
}



.COLLEGEbg .COLLEGE .MEDIUM{
  width: 100%;
  margin: 0.4rem auto 0 auto;
}


.COLLEGEbg .COLLEGE .MEDIUM .MEDIUMbox{
  margin: 0.2rem auto 0 auto;
}


.COLLEGEbg .COLLEGE .MEDIUM .MEDIUMbox ul li{
  height: 1.3rem;

}

.COLLEGEbg .COLLEGE .MEDIUM .MEDIUMbox ul li a{
  display: block;
  padding-top: 0.15rem;
}

.COLLEGEbg .COLLEGE .MEDIUM .MEDIUMbox ul li .time{
  line-height: 0.5rem;
}

.COLLEGEbg .COLLEGE .MEDIUM .MEDIUMbox ul li .time i{
  font-size: 0.26rem;
  width: 60%;
}

.COLLEGEbg .COLLEGE .MEDIUM .MEDIUMbox ul li .time span{

  font-size: 0.28rem;

}

.COLLEGEbg .COLLEGE .MEDIUM .MEDIUMbox ul li h5{
  font-size: 0.28rem;

}




/*RUNNING*/

.RUNNINGbg{

  padding: 0.7rem 0 0.7rem 0;

}




.RUNNINGbg .RUNNING .titlecon{
  width: 100%;
  margin: 0rem auto 0 auto;
  display: flex;

}

.RUNNINGbg .RUNNING .titlecon .title{

  display: block;
  margin: 0 0 0rem 0rem;
  padding-left: 0rem;
  width: auto;
}


.RUNNINGbg .RUNNING .titlecon .title em {
  padding-top: 0rem;
  padding-left: 0.45rem;
  writing-mode: initial;
  margin-top: 0rem;
  position: relative;
}



.RUNNINGbg .RUNNING .titlecon .title em::after {
  width: 0.34rem;
  height: 1px;
  left: 0;
  top: 50%;
}

.RUNNINGbg .RUNNING .titlecon .title h3 {
  letter-spacing: 2px;
  writing-mode: initial;
  margin-left: 0rem;
  margin-top: 0.05rem;

}

.RUNNINGbg .RUNNING .titlecon .titlemore{
  margin: 0.3rem 0 0 0rem;
  
}

.RUNNINGbg .RUNNING .titlecon .titlemore a{

  display: inline-block;
  padding-bottom: 0rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
  padding-right: 0.6rem;
  background: url(/images/more.png) no-repeat right center;
  background-size: 0.4rem 0.3rem;
}



.RUNNINGbg .RUNNING .RUNNINGbox{
  width: 100%;
  margin: 0.35rem auto 0 auto;

}



.RUNNINGbg .RUNNING .RUNNINGbox ul li{
  width: 100%;
  height: auto;

  margin-bottom: 0.2rem;

}

.RUNNINGbg .RUNNING .RUNNINGbox ul li .pic{
  height: auto;
  padding-top: 135%;
}

.RUNNINGbg .RUNNING .RUNNINGbox ul li .pic::before {

  background: rgba(0, 0, 0, 0.25);

}

.RUNNINGbg .RUNNING .RUNNINGbox ul li .txt{
  bottom: 0.2rem;

}

.RUNNINGbg .RUNNING .RUNNINGbox ul li .txt .MODE_t a{

  font-size: 0.3rem;

}

.RUNNINGbg .RUNNING .RUNNINGbox ul li .txt .MODE_t img{
  margin-right: 0.1rem;

}



.RUNNINGbg .RUNNING .RUNNINGbox ul li .txt .MODElist{
  height: auto;
  opacity: 1;
  margin: 0.25rem 0 0.3rem auto;

}

.RUNNINGbg .RUNNING .RUNNINGbox ul li .txt .MODElist dl dt{

  height: 1.3rem;

}

.RUNNINGbg .RUNNING .RUNNINGbox ul li .txt .MODElist dl dt a{
  font-size: 0.28rem;
  line-height: 0.4rem;
  max-height: 0.8rem;

 
}





/*publicize*/

.publicizebg{
  padding-top: 1rem;
  background-size: 100% 30%;
}


.publicizebg .publicize ul li{
  width: 100%;
  margin-bottom: 0.2rem;

}

.publicizebg .publicize ul li .pic{
  height: auto;
  padding-top: 42%;

}





.ACADEMICbg{

  padding: 0.5rem 0 0.7rem 0;

}



.ACADEMICbg .ACADEMIC .titlecon .title em{
  margin-left: 0.12rem;
}



.ACADEMICbg .ACADEMIC .ACADEMICbox{
  margin: 0.4rem auto 0 auto;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l{
  width: 100%;
  min-height: 6.7rem;
  padding: 0 5% 0.3rem 5%;
  margin-bottom: 0.25rem;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_t{
  height: 0.9rem;
  line-height: 0.9rem;
}



.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_t h5{
  font-size: 0.3rem;


}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_t i{
  font-size: 0.24rem;

}



.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l ul li{

  height: auto;
  padding-bottom: 0.3rem;
  margin-bottom: 0.4rem;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l ul li .pic{
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.1rem;
  background-size: 100%;

}


.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l ul li .pic img{
  width: 1.5rem;
  height: 1.5rem;

  
}


.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l ul li .txt{
  width: calc(100% - 1.8rem);
  margin-right: 0.2rem;
  margin-top: 0.25rem;
}



.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l ul li .txt h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  height: 0.9rem;
  margin-bottom: 0.2rem;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l ul li .txt p{
  padding-left: 0.35rem;
  font-size: 0.28rem;
  line-height: 0.45rem;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l ul li .txt p:nth-child(2){
  background-size: 0.26rem 0.26rem;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l ul li .txt p:nth-child(3){

  background-size: 0.26rem 0.26rem;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_l ul li .txt p:nth-child(4){

  background-size: 0.26rem 0.26rem;
}



.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_c{
  width: 100%;
  padding: 0 5% 0.6rem 5%;
  margin-bottom: 0.25rem;
}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMIC_r{
  width: 100%;
  padding: 0 5% 0.6rem 5%;
}



.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMICshow .pic{

  height: auto;
  padding-top: 57%;

}




.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMICshow .txt{

  bottom: 0.2rem;

}



.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMICshow .txt i{
  padding-left: 0.35rem;
  background-size: 0.24rem 0.24rem;

  font-size: 0.28rem;
  margin-bottom: 0.1rem;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .ACADEMICshow .txt h5{
  font-size: 0.28rem;
}



.ACADEMICbg .ACADEMIC .ACADEMICbox .list ul li{

  height: 1.25rem;

}



.ACADEMICbg .ACADEMIC .ACADEMICbox .list ul li h5{
  font-size: 0.28rem;

}

.ACADEMICbg .ACADEMIC .ACADEMICbox .list ul li i{

  padding-left: 0.35rem;
  background-size: 0.24rem 0.24rem;

  font-size: 0.28rem;

  margin-top: 0.1rem;
}





/*IGENTING*/

.COLUMNbg{
  padding: 0.6rem 0 0.5rem 0;
  height: auto;


}



.COLUMNbg .COLUMN .titlecon {
  width: 100%;
  margin: 0rem auto 0 auto;
  display: flex;
}


.COLUMNbg .COLUMN .titlecon .title {
  display: block;
  margin: 0 0 0rem 0rem;
  padding-left: 0rem;
  width: auto;
}

.COLUMNbg .COLUMN .titlecon .title em {
  padding-top: 0rem;
  padding-left: 0.45rem;
  writing-mode: initial;
  margin-top: 0rem;
  position: relative;
}



.COLUMNbg .COLUMN .titlecon .title em::after {
  width: 0.34rem;
  height: 1px;
  left: 0;
  top: 50%;
}


.COLUMNbg .COLUMN .titlecon .title h3 {
  letter-spacing: 2px;
  writing-mode: initial;
  margin-left: 0rem;
  padding-left: 1.5rem;
  margin-top: 0.1rem;

}

.COLUMNbg .COLUMN .titlecon .title h3 img{
  display: none;

}


.COLUMNbg .COLUMN .titlecon .title h3::after{
  display: none;
}

.COLUMNbg .COLUMN .titlecon .title h3::before{
  position: absolute;
  left: 0rem;
  top: 0rem;
  content: "";
  z-index: -1;
  background: url(/images/IGENTING_T1.png) no-repeat left center;
  background-size: 100%;
  width: 1.32rem;
  height: 0.56rem;
}



.COLUMNbg .COLUMN .titlecon .titlemore {
  margin: 0.3rem 0 0 0rem;
}

.COLUMNbg .COLUMN .titlecon .titlemore a {
  display: inline-block;
  padding-bottom: 0rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
  padding-right: 0.6rem;
  background: url(/images/more4.png) no-repeat right center;
  background-size: 0.4rem 0.3rem;
}


.COLUMNbg .COLUMN .COLUMNbox{
  width: 100%;
  position: relative;
  margin: 0.45rem auto 0 auto;
}


.COLUMNbg .COLUMN .COLUMNbox ul li{
  margin-bottom: 0.25rem;
}


.COLUMNbg .COLUMN .COLUMNbox ul li .txt{

  bottom: 0.25rem;

}

.COLUMNbg .COLUMN .COLUMNbox ul li .txt a{
  font-size: 0.3rem;

}


.COLUMNbg .COLUMN .COLUMNbox ul li .txt a i{
  display: block;
  margin: 0 auto 0.25rem auto;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  width: 1.09rem;
  height: 1.09rem;
}



.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(1){
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;

}

.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(1) .pic{
  height: auto;
  padding-top: 68%;
}


.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(2){
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(2) .pic{
  height: auto;
  padding-top: 57%;
}

.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(3){
  position: relative;
  right: 0;
  top: 0rem;
  width: 100%;
  height: auto;
}

.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(3) .pic{
  height: auto;
  padding-top: 57%;
}


.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(4){
  position: relative;
  left: 0;
  top: 0rem;
  width: 100%;
  height: auto;
}

.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(4) .pic{
  height: auto;
  padding-top: 53%;
}

.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(4) .txt{
  bottom: 0.65rem;
}



.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(5){
  position: relative;
  left: 0;
  top: 0rem;
  width: 100%;
  height: auto;
}

.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(5) .pic{
  height: auto;
  padding-top: 53%;
}

.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(6){
  position: relative;
  left: 0;
  top: 0rem;
  width: 100%;
  height: auto;

}

.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(6) .pic{
  height: auto;
  padding-top: 53%;
}

.COLUMNbg .COLUMN .COLUMNbox ul li:nth-child(6) .txt{
  bottom: 0.65rem;
}


/*fc*/

.fcbg{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;

}




.fcbg .fc .titlecon .title em{
  margin-left: 0.2rem;
}

.fcbg .fc .fcbox{
  margin: 0.35rem auto 0 auto;

}

.fcbg .fc .fcbox .fc_l{
  width: 100%;
  height: auto;
}

.fcbg .fc .fcbox .fc_l ul li{
  margin-bottom: 0.25rem;
}

.fcbg .fc .fcbox .fc_l ul li:nth-child(1){
  width: 100%;
  height: auto;
  position: relative;


}

.fcbg .fc .fcbox .fc_l ul li:nth-child(1) .pic{
  height: auto;
  padding-top: 70%;
}

.fcbg .fc .fcbox .fc_l ul li.yx1{
  width: 100%;
  height: auto;
  position: relative;
  right: 0;
  top: 0;
}

.fcbg .fc .fcbox .fc_l ul li.yx1 .pic{
  height: auto;
  padding-top: 48%;
}


.fcbg .fc .fcbox .fc_l ul li.yx2{
  width: 100%;
  height: auto;
  position: relative;
}

.fcbg .fc .fcbox .fc_l ul li.yx2 .pic{
  height: auto;
  padding-top: 55%;
}


.fcbg .fc .fcbox .fc_l ul li .txt a{
  font-size: 0.28rem;

} 




.fcbg .fc .fcbox .fc_r{
  width: 100%;
  
}


.fcbg .fc .fcbox .fc_r ul li{
  position: relative;
  width: 32%;
  margin-bottom: 0.15rem;

}

.fcbg .fc .fcbox .fc_r ul li .pic img {

}

.fcbg .fc .fcbox .fc_r ul li .ewmico {
  width: 1.6rem;
  height: 1.6rem;

}

.fcbg .fc .fcbox .fc_r ul li .ewmico {
  width: 1.8rem;
  height: 1.8rem;
}

.fcbg .fc .fcbox .fc_r ul li:hover .ewmico {

  transform: translateX(-50%) translateY(90%);

}




.fcbg .fc .fcbox .fc_r ul li:nth-child(1) .ewmico{

  transform: translateX(-50%) translateY(-105%);
  top: 0;
  bottom: auto;

}



.fcbg .fc .fcbox .fc_r ul li:nth-child(1):hover .ewmico{

  transform: translateX(-50%) translateY(-95%);

}


/*notice*/

.noticebg{
  padding-top: 0.55rem;
  padding-bottom: 0.7rem;

}



.noticebg .notice .notice_l{
  width: 100%;

}

.noticebg .notice .notice_l .noticebox{
  margin-top: 0.15rem;

}

.noticebg .notice .notice_l .noticebox ul li{
  height: auto;
  padding-bottom: 0.3rem;

}



.noticebg .notice .notice_l .noticebox ul li h5{
  font-size: 0.28rem;

}

.noticebg .notice .notice_l .noticebox ul li i{

  padding-left: 0.35rem;
  background-size: 0.24rem 0.24rem;
  font-size: 0.26rem;

  margin-top: 0.13rem;

}

.noticebg .notice .notice_l .noticebox ul li::after{

  top: 0.45rem;

}



.noticebg .notice .RECRUIT{
  width: 100%;
  margin: 0.5rem auto 0 auto;

}



.noticebg .notice .RECRUIT .RECRUITbox ul li{
  height: auto;
  padding-bottom: 0.3rem;
}



.noticebg .notice .RECRUIT .RECRUITbox ul li h5{
  font-size: 0.28rem;
}

.noticebg .notice .RECRUIT .RECRUITbox ul li i{
  padding-left: 0.35rem;
  background-size: 0.24rem 0.24rem;
  font-size: 0.26rem;

  margin-top: 0.13rem;
}

.noticebg .notice .RECRUIT .RECRUITbox ul li::after{
  top: 0.45rem;
}







/*about*/

.aboutbg{

  margin: 0.3rem auto 0 auto;
  padding-top: 0.3rem;
  padding-bottom: 1rem;
  height: auto;

}


.aboutbg .about .Description{

  width: 90%;

}

.aboutbg .about .Description p{
  font-size: 0.28rem;
  line-height: 0.43rem;
  margin: 0.3rem auto 0.2rem auto;
}

.aboutbg .about .Description .more{
  font-size: 0.26rem;
  background-size: 0.12rem 0.17rem;
  padding-right: 0.25rem;
}

.aboutbg .about .aboutbox{
  margin: 0.4rem auto 0 auto;
}

.aboutbg .about .aboutbox .swiper-slide{

  height: auto;
  transform: translateY(0rem);
}



.aboutbg .about .aboutbox .swiper-slide .pic{
  width: 1.82rem;
  height: 1.82rem;
  padding: 0.19rem;
}

.aboutbg .about .aboutbox .swiper-slide .pic .img{
  width: 1.44rem;
  height: 1.44rem;

}



.aboutbg .about .aboutbox .swiper-slide .txt h5{
  font-size: 0.24rem;
  line-height: 0.6rem;

}

.aboutbg .about .aboutbox .swiper-slide .txt h5 span{
  font-size: 0.42rem;

}

.aboutbg .about .aboutbox .swiper-slide .txt p{
  font-size: 0.26rem;
  margin-top: 0.05rem;
  font-weight: normal;
}

.aboutbg .about .aboutbox .about-next{
  position: absolute;
  right: -0.1rem;
  top: 50%;
  z-index: 9;

}

.aboutbg .about .aboutbox .about-prev{
  position: absolute;
  left: -0.1rem;
  top: 50%;
  z-index: 9;
}



}