h5{
  font-weight: normal;
}

/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.banner::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: -0px;
  width: 100%;
  height: 100%;
  background: url(/images/bannerbg2.png) no-repeat bottom center;
  background-size: 100% ;
  z-index: 2;
  pointer-events: none;
}

.banner::before{
  position: absolute;
  content: "";
  left: 0;
  top: -0px;
  width: 100%;
  height: 100%;
  background: url(/images/bannerbg1.png) no-repeat top center;
  background-size: 100% ;
  z-index: 2;
  pointer-events: none;
  display: 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: 0rem;
  width: 100%;
  margin: 0 auto;
}

.banner .banner_button .cont{
  margin: 0 auto;
  position: relative;
  z-index: 5;
  width: 3.97rem;
  height: 1.97rem;
  padding: 1.4rem 1.25rem 0 1.25rem;
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}

.banner .banner_button .cont::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: -2rem;
  width: 100%;
  height: 3.97rem;
  background: url(/images/bannerico.png) no-repeat  center;
  background-size: 100% ;
  z-index: -1;
  pointer-events: none;
  animation: circle1 15s linear 0s infinite;
}

.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.23rem;
}

.banner .banner_button .swiper-pagination ul{
  margin-right: 0.3rem;

}

.banner .banner_button .swiper-pagination ul li{
  font-size: 0.32rem;
  color: #FFFFFF;
  font-family: 'Times New Roman', Times, serif;
  line-height: 0.23rem;
  position:absolute;
	left:0;
	top:0;
}

.banner .banner_button .swiper-pagination ul li::after{
  position: absolute;
  content: "0";
  left: -0.18rem;
  top: 0;
  font-size: 0.32rem;
  color: #FFFFFF;
  font-family: 'Times New Roman', Times, serif;
}


.banner .banner_button .swiper-pagination .total{
  font-size: 0.18rem;
  color: #FFFFFF;
  font-family: 'Times New Roman', Times, serif;
  position: relative;
  top: 0.05rem;
}

.banner .banner_button .swiper-pagination .total::after{
  position: absolute;
  content: "0";
  left: -0.11rem;
  top: 0;
  font-size: 0.18rem;
  color: #FFFFFF;
  font-family: 'Times New Roman', Times, serif;
}

.banner .banner_button .swiper-pagination .total::before{
  position: absolute;
  content: "/";
  right: 0.22rem;
  top: 0%;
  font-size: 0.18rem;
  color: #FFFFFF;
  font-family: 'Times New Roman', Times, serif;
}


.banner .banner-prev{
  position: relative;
  cursor: pointer;
  background: url(/images/bannerright.png) no-repeat  center;
  width: 0.23rem;
  height: 0.23rem;
  z-index: 15;
  background-size: 100%;
}

.banner .banner-next{
  position: relative;
  cursor: pointer;
  background: url(/images/bannerleft.png) no-repeat  center;
  width: 0.23rem;
  height: 0.23rem;
  z-index: 15;
  background-size: 100%;
  margin-right: 0.2rem;
} 




@media (max-width: 1024px){
  .banner .banner_button .cont::after{
    display: none;
  }

  .banner .banner_button .swiper-pagination ul {
    margin-right: 0.5rem;
}
  
  
  .banner .banner_button .swiper-pagination .total{
    font-size: 0.24rem;
    top: 0.05rem;
  }
  
  .banner .banner_button .swiper-pagination .total::after{

    left: -0.15rem;
    font-size: 0.24rem;
  }
  
  .banner .banner_button .swiper-pagination .total::before{
    font-size: 0.24rem;
    right: 0.32rem;
  }
  
  
  .banner .banner-prev{

    width: 0.28rem;
    height: 0.28rem;

  }
  
  .banner .banner-next{
    width: 0.28rem;
    height: 0.28rem;
  } 



}


/* title */

.titlecon{
  margin: 0 auto;
  position: relative;
  text-align: center;
}


.title{
  margin: 0 auto;
  position: relative;
  z-index: 5;
  text-align: center;
  display: inline-block;
} 

.title::after{
  position: absolute;
  content: "";
  left: -0.32rem;
  top: -0px;
  width: 0.86rem;
  height: 0.61rem;
  background: url(/images/title.png) no-repeat top left;
  background-size: 100% ;
  z-index: -1;
}

.title span{
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.14rem;
  color: #999999;
  text-transform: uppercase;
  padding-top: 0.1rem;
}

.title h3{
  font-size: 0.36rem;
  color: #333;
  font-family: "sourcehansanSCbold";
}

.title h3 i{
  font-size: 0.36rem;
  color: #0c65dd;
  font-family: "sourcehansanSCbold";
}

.titlemore{
  position: absolute;
  right: 0;
  top: 0.14rem;
  width: 1.25rem;
  height: 0.45rem;
  line-height: 0.45rem;
  border: 1px solid #d9dee3;
  border-radius: 45px;
  text-align: center;
}

.titlemore a{
  font-size: 0.16rem;
  color: #333;
  text-align: center;
  display: inline-block;
  background: url(/images/titlemore.png) no-repeat right center;
  background-size: 0.2rem 0.17rem;
  padding-right: 0.25rem;
}


/* news */

.newsbg{
  margin: 0 auto;
  width: 100%;
  background: url(/images/newsbg.jpg) no-repeat top center;
  background-size: cover;
}

.newsbg .news{
  margin: 0 auto;
  padding-top: 0.8rem;
}

.newsbg .news .newsbox{
  margin: 0.3rem auto 0 auto;
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newsbg .news .newsbox .news_l{
  position: relative;
  width: 50%;
  height: 4.2rem;

}

.newsbg .news .newsbox .news_l .pic{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pic{
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.pic::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(135, 135, 135, 0) 47%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 0;
  pointer-events: none;
}

.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 .txt{
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsbg .news .newsbox .news_l .txt .time{
  text-align: center;
  position: relative;
  z-index: 5;
  width: 1.12rem;
  height: 1.12rem;
  margin-left: 0.3rem;
  font-family: "Rany";

}

.newsbg .news .newsbox .news_l .txt .time::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(/images/time.png) no-repeat  center;
  background-size: 100%;
}

.newsbg .news .newsbox .news_l .txt .time span{
  display: block;
  font-size: 0.36rem;
  color: #fff;
  padding-top: 0.23rem;
}

.newsbg .news .newsbox .news_l .txt .time em{
  display: block;
  width: 0.25rem;
  height: 1px;
  background: #fff;
  opacity: 0.5;
  margin: 0.03rem auto 0.08rem auto;
}

.newsbg .news .newsbox .news_l .txt .time i{
  display: block;
  font-size: 0.14rem;
  color: #fff;
}

.newsbg .news .newsbox .news_l .txt h5{
  width: calc(100% - 2.15rem);
  margin-right: 0.5rem;
  margin-top: 0.3rem;
}

.newsbg .news .newsbox .news_l .txt h5 a{

  font-size: 0.22rem;
  color: #fff;
  line-height: 0.36rem;
  height: 0.72rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.newsbg .news .newsbox .news_c{
  width: 23.7%;

}

.newsbg .news .newsbox .news_c ul li{
  position: relative;
  width: 100%;
  height: 2rem;
  margin-bottom: 0.2rem;
}

.newsbg .news .newsbox .news_c ul li .pic{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;

}

.newsbg .news .newsbox .news_c ul li .txt{
  position: absolute;
  left: 7%;
  bottom: 0.15rem;
  z-index: 5;
  width: 86%;
  
}

.newsbg .news .newsbox .news_c ul li .txt a{
  display: block;
}

.newsbg .news .newsbox .news_c ul li .txt i{
  display: block;
  background: url(/images/time1.png) no-repeat left center;
  background-size: 0.15rem 0.15rem;
  padding-left: 0.25rem;
  font-size: 0.14rem;
  color: #fff;
  font-family: "Rany";
  margin-bottom: 0.07rem;
}

.newsbg .news .newsbox .news_c ul li .txt h5{
  font-size: 0.2rem;
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.newsbg .news .newsbox .news_r{
  width: 23.7%;
  height: 4.2rem;
  background: #fff;
  box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.03);

}

.newsbg .news .newsbox .news_r ul {
  width: 79%;
  margin: 0 auto;
  padding-top: 0.3rem;
}

.newsbg .news .newsbox .news_r ul li{
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 0.17rem;

}

.newsbg .news .newsbox .news_r ul li:last-child{
  border-bottom: none;
}

.newsbg .news .newsbox .news_r ul li a{
  display: block;
}

.newsbg .news .newsbox .news_r ul li h5{
  font-size: 0.2rem;
  color: #000;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox .news_r ul li i{
  display: block;
  background: url(/images/time2.png) no-repeat left center;
  background-size: 0.15rem 0.15rem;
  padding-left: 0.25rem;
  font-size: 0.14rem;
  color: #0c65dd;
  font-family: "Rany";
  margin: 0.18rem 0 0.19rem 0;
}




.EducationNews{
  margin: 0.6rem auto 0  auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.EducationNews .news_t{
  width: 2.5rem;
  position: relative;
  z-index: 5;
  top: -0.47rem;

}

.EducationNews .news_t::after{
  position: absolute;
    content: "";
    z-index: -1;
    left: 0.3rem;
    top: 3.25rem;
    width: 1px;
    height: 1.68rem;
    border-left: 1px dashed #d5e5fa;

}

.EducationNews .news_t::before{
  position: absolute;
  content: "";
  z-index: -1;
  left: 1.05rem;
  top: 2.05rem;
  width: 1px;
  height: 2.85rem;
  border-left: 1px dashed #d5e5fa;

}


.EducationNews .news_t .title1{
  width: 2.11rem;
  height: 2.11rem;
  padding: 0.45rem 0.5rem 0 0.4rem;
  position: relative;
  z-index: 5;
}

.EducationNews .news_t .title1::after{
  position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(/images/news_t.png) no-repeat  center;
    background-size: 100%;
    animation: circle1 20s linear 0s infinite;

}

.EducationNews .news_t .title1 span{
  display: block;
  font-family: Arial, Helvetica, sans-serif;
    font-size: 0.14rem;
    color: #999999;
    text-transform: uppercase;
    padding-top: 0.1rem;
    padding-left: 0.28rem;
    margin-left: 0.15rem;
  background: url(/images/newsxt.png) no-repeat top left;
  background-size: 0.44rem 0.1rem;
}

.EducationNews .news_t .title1 h5{
  font-size: 0.36rem;
  color: #0c65dd;
  font-family: "sourcehansanSCbold";
  font-weight: normal;
  line-height: 0.43rem;
}

.EducationNews .news_t .title1 h5 i{
  display: block;
  font-size: 0.36rem;
  color: #333;
  font-family: "sourcehansanSCbold";
  text-align: right;

}

.EducationNews .news_t .more{
  position: relative;
  z-index: 5;
  width: 1.25rem;
  height: 1.25rem;
  background: url(/images/newsmore1.png) no-repeat  center;
  background-size: 100%;
  margin: -0.12rem 0 0 -0.33rem;
} 

.EducationNews .news_t .more::after{
  position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(/images/newsmore.png) no-repeat  center;
    background-size: 100%;
    animation: circle2 25s linear 0s infinite;
}

.EducationNews .news_t .more a{
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 0.16rem;
  color: #333;
  padding-top: 0.5rem;
}

.EducationNews .news_t .more a i{
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  padding: 0.035rem 0.02rem;
  border: 1px solid #b6d0f5;
  border-radius: 50%;
  background: url(/images/titlemore.png) no-repeat  center;
  background-size: 0.2rem 0.17rem;
  margin: 0 auto 0.03rem auto;
}



.EducationNews .EducationNewsbox{
  width: calc(100% - 2.5rem);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.EducationNews .EducationNewsbox .EducationNews_l{
  height: 2.5rem;
  width: 48%;
  background: #fff;
  box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.03);
}

.EducationNews .EducationNewsbox .EducationNews_l ul{
  width: 88.5%;
  margin: 0 auto;
  padding-top: 0.17rem;
}

.EducationNews .EducationNewsbox .EducationNews_l ul li{
  height: 0.53rem;
  line-height: 0.53rem;
  border-bottom: 1px dashed #e5e5e5;
  position: relative;
  z-index: 5;

}

.EducationNews .EducationNewsbox .EducationNews_l ul li:last-child{
  border-bottom: 1px dashed #fff;
}

.EducationNews .EducationNewsbox .EducationNews_l ul li a{
  display: block;
}

.EducationNews .EducationNewsbox .EducationNews_l ul li a h5{
  position: relative;
  padding-left: 0.18rem;
  float: left;
  width: 72%;
  font-size: 0.2rem;
  color: #000;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.EducationNews .EducationNewsbox .EducationNews_l ul li a h5::after{
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0.2rem;
  background: #0c65dd;
}

.EducationNews .EducationNewsbox .EducationNews_l ul li a i{
  float: right;
  display: block;
  background: url(/images/time3.png) no-repeat left center;
  background-size: 0.15rem 0.15rem;
  padding-left: 0.25rem;
  font-size: 0.14rem;
  color: #666666;
  font-family: "Rany";
}

.EducationNews .EducationNewsbox .EducationNews_l ul li::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 0px;
  height: 1px;
  background: #0c65dd;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.EducationNews .EducationNewsbox .EducationNews_r{
  height: 2.5rem;
  width: 50.4%;
  background: #fff;
  box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.03);
  padding-top: 0.35rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} 

.EducationNews .EducationNewsbox .EducationNews_r .pic{
  margin-left: 0.3rem;
  width: 3.3rem;
  height: 1.82rem;

}

.EducationNews .EducationNewsbox .EducationNews_r .txt{
  width: calc(100% - 4.2rem);
  margin-right: 0.3rem;
} 

.EducationNews .EducationNewsbox .EducationNews_r .txt a{
  display: block;
}

.EducationNews .EducationNewsbox .EducationNews_r .txt h5{
  font-size: 0.2rem;
  color: #000000;
  font-weight: normal;
  line-height: 0.3rem;
  height: 1.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.05rem 0 0.25rem 0;
}

.EducationNews .EducationNewsbox .EducationNews_r .txt i{
  display: block;
    background: url(/images/time2.png) no-repeat left center;
    background-size: 0.15rem 0.15rem;
    padding-left: 0.25rem;
    font-size: 0.14rem;
    color: #0c65dd;
    font-family: "Rany";


}


.notice{
  margin: 0.1rem auto 0 auto;
  padding-bottom: 0.75rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.notice .titlecon {
  margin: 0 0;
  text-align: left;
  position: relative;
  z-index: 11;
}

.notice .titlecon {
  margin: 0 0;
  text-align: left;
}

.notice .titlecon .title{
  margin-left: 0.4rem;
}
.notice .notice_l{
  width: 49%;
  position: relative;

}


.notice .notice_r{
  width: 49%;
  position: relative;
}

.notice .noticebox{
  margin: 0 -0.15rem;
  position: relative;
  z-index: 9;
}

.notice .noticebox .swiper-container{
  padding: 0.3rem 0 0 0;
}

.notice .noticebox .swiper-slide{
  position: relative;
}

.notice .noticebox .swiper-slide ul li{
  width: 48%;float:left;
  margin: 0 0% 0.4rem 0;
}



.notice .noticebox .swiper-slide .txt{
  position: relative;
  z-index: 5;
  width: 94%;
  height: 1.95rem;
  background: #fff;
  box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.03);
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.notice .noticebox .swiper-slide .txt a{
  display: block;
  width: 88%;
  margin: 0 auto;
}

.notice .noticebox .swiper-slide .txt i{
  display: block;
  font-size: 0.16rem;
  color: #999;
  font-family: "Rany";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0.27rem 0 0.33rem 0;
}

.notice .noticebox .swiper-slide .txt i span{
  font-size: 0.36rem;
  color: #0c65dd;
  font-weight: bold;
  font-family: "Rany";
  margin-right: 0.07rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.notice .noticebox .swiper-slide .txt h5{
  font-size: 0.2rem;
  color: #000000;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.notice .noticebox .swiper-slide .txt::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 3px;
  background: #0c65dd;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.notice-pagination {
  display: inline-block;
  text-align: center;
  margin: 0.2rem auto 0 auto;
}

.notice-pagination .swiper-pagination-bullet{
  margin: 0 0.1rem !important;
  display: inline-block;
  width: 0.2rem;
  height: 0.04rem;
  background: #0c65dd;
  border-radius: 45px;
  opacity: 0.2;
}

.notice-pagination .swiper-pagination-bullet-active{
  opacity: 1;
  width: 0.33rem;
}






/* Learn */

.Learnbg{
  margin: 0 auto;
  width: 100%;
  background: url(/images/Learnbg.jpg) no-repeat bottom center;
  background-size: cover;
  padding-bottom: 0.8rem;
}

.Learnbg .Learn{
  margin: 0 auto;
  padding-top: 0.8rem;
  position: relative;
}

.Learnbg .Learn .titlecon .title{
  text-align: right;
}

.Learnbg .Learn .titlecon .title span{
  margin-right: -0.35rem;
}

.Learnbg .Learn .Learnlist{
  position: absolute;
  left: 0;
  top: 1rem;

}

.Learnbg .Learn .Learnlist ul li{
  float: left;
  width: 1.3rem;
  height: 0.45rem;
  line-height: 0.45rem;
  position: relative;
  background: url(/images/xt1.png) no-repeat right center;
  background-size: 0.08rem 0.2rem;
}

.Learnbg .Learn .Learnlist ul li:last-child{
  background: none;
}

.Learnbg .Learn .Learnlist ul li a{
  display: block;
  text-align: center;
  font-size: 0.22rem;
  color: #333333;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Learnbg .Learn .Learnlist ul li.on a{
  color: #fff;
  border-radius: 45px;
  background: #0c65dd;
}


.Learnbg .Learn .Learnbox{
  margin: 0.3rem auto 0 auto;
  
}

.Learnbg .Learn .Learnbox .swiper-container{
  overflow: hidden;
}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide{
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  opacity: 0 !important;
}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide-active{
  opacity: 1 !important;
}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_l{
  width: 47%;
  position: relative;
  z-index: 5;

}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_l::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 0.52rem;
  top: 0px;
  width: 2.6rem;
  height: 100%;
  background: url(/images/xt.png) no-repeat left center;
  background-size: 100%;

}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_l ul li{
  position: relative;
  height: 1.4rem;
  margin-left: 0.45rem;
}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_l ul li:nth-child(2){
  margin-left: 0;
}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_l ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_l ul li .time{
  position: relative;
  z-index: 5;
  width: 1.1rem;
  height: 1.1rem;
  text-align: center;

}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_l ul li .time::after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(/images/time4.png) no-repeat center;
  background-size: 100%;
  animation: circle1 15s linear 0s infinite;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_l ul li .time span{
  display: block;
  font-size: 0.36rem;
  color: #0c65dd;
  font-weight: bold;
  font-family: "Rany";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-top: 0.27rem;
}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_l ul li .time i{
  display: block;
  font-size: 0.14rem;
  color: #666666;
  font-family: "Rany";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.03rem;
}


.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_l ul li .txt {
  width: calc(100% - 1.4rem);
  border-top: 1px dashed #d9d9d9;
  height: 1.4rem;
  padding-top: 0.4rem;
}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_l ul li:last-child .txt{
  border-bottom: 1px dashed #d9d9d9;
}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_l ul li .txt h5{
  font-size: 0.2rem;
  color: #000000;
  font-weight: normal;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_img{
  position: relative;
  width: 50%;
  overflow: hidden;
}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_img .mySwiper2{
  overflow: hidden;
}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_img .mySwiper2 .swiper-slide{
  opacity: 1 !important;
}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_img .pic{
  width: 100%;
  height: 4.2rem;
}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_img .txt{
  position: absolute;
  left: 0;
  bottom: 0.25rem;
  padding: 0 0.4rem;
  z-index: 5;
  width: 100%;

}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_img .txt a{
  display: block;
  
}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_img .txt i{
  display: block;
  background: url(/images/time1.png) no-repeat left center;
  background-size: 0.15rem 0.15rem;
  padding-left: 0.25rem;
  font-size: 0.14rem;
  color: #fff;
  font-family: "Rany";
  margin-bottom: 0.1rem;
}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_img .txt h5{
  font-size: 0.22rem;
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_img .Learn-next{
  position: absolute;
  right: 0.3rem;
  top: 48%;
  cursor: pointer;
  background: url(/images/right1.png) no-repeat  center;
  background-size: 100%;
  width: 0.45rem;
  height: 0.45rem;
  z-index: 9;
}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_img .Learn-prev{
  position: absolute;
  left: 0.3rem;
  top: 48%;
  cursor: pointer;
  background: url(/images/left1.png) no-repeat  center;
  background-size: 100%;
  width: 0.45rem;
  height: 0.45rem;
  z-index: 9;
}



/* product */

.probg{
  margin: 0 auto;
  width: 100%;
  background: url(/images/probg.jpg) no-repeat top center;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 0rem;
}

.probg .product{
  margin: 0 auto;
  padding-top: 0.8rem;
  padding-bottom: 0.75rem;
  position: relative;
  z-index: 9;
}

.probg .product::before {
  position: absolute;
  content: "";
  left: -0rem;
  bottom: 2px;
  width: 100%;
  height: 3px;
  background: url(/images/proxt2.png) no-repeat center;
  background-size: 100%;
  z-index: -2;
}

.probg .product .title{

}

.probg .product .title::after {
  background: url(/images/title1.png) no-repeat top left;
  background-size: 100%;
}

.probg .product .title span{
  color: #fff;
  text-align: left;
  padding-left: 0.4rem;
  opacity: 0.8;
}

.probg .product .title h3{
  color: #fff;
}

.probg .product .prolist{
  margin: 0.3rem auto 0 auto;
  width: 100%;
  height: 1.33rem;
  background: url(/images/proxt1.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 5;

}

.probg .product .prolist::before {
  position: absolute;
  content: "";
  left: -0rem;
  bottom: 0.18rem;
  width: 100%;
  height: 3px;
  background: url(/images/proxt5.png) no-repeat center;
  background-size: 100%;
  z-index: -2;
}


.probg .product .prolist::after {
  position: absolute;
  content: "";
  left: -0rem;
  top: 0.18rem;
  width: 100%;
  height: 0.97rem;
  background: url(/images/proxt4.png)  center;
  background-size: 100% 100%;
  z-index: -1;
  animation: scrollLine 10s linear 0s infinite;
}

@keyframes scrollLine {
  0% {
      background-position: 200px 0;
  }
  100% {
      background-position: calc(100% - 200px) 0;
  }
}

.probg .product .prolist .listcon{
  margin: 0rem auto 0 auto;
  padding-top: 0.18rem;
  position: relative;

}

.probg .product .prolist .listcon .swiper-slide{
  position: relative;
  z-index: 5;
  line-height: 0.97rem;
  background: url(/images/proxt3.png) no-repeat right center;
  background-size: 1px 0.54rem;
}

.probg .product .prolist .listcon .swiper-slide h5{
  text-align: center;
  font-size: 0.26rem;
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 96%;
  margin: 0 auto;
}

.probg .product .prolist .listcon .swiper-slide::after{
  position: absolute;
  content: "";
  left: 5%;
  top: 0rem;
  width: 90%;
  height: 0%;
  background: url(/images/prolist.png) no-repeat top center;
  background-size: 100% 100%;
  z-index: -1;
}

.probg .product .prolist .listcon .swiper-slide-thumb-active::after{
  height: 100%;
}


.probg .pro-next{
  position: absolute;
  right: 15.5%;
  top: -1.41rem;
  cursor: pointer;
  background: url(/images/proright.png) no-repeat center;
  background-size: 100%;
  width: 0.45rem;
  height: 0.45rem;
  z-index: 9;
}


.probg  .pro-prev{
  position: absolute;
  left: 15.5%;
  top: -1.41rem;
  cursor: pointer;
  background: url(/images/proleft.png) no-repeat center;
  background-size: 100%;
  width: 0.45rem;
  height: 0.45rem;
  z-index: 9;
}

.probg .product .probox{
  margin: 0.5rem 0 0 -13%;
  width: 126%;
  position: relative;
  z-index: 10;

}


.probg .product .probox .swiper-container .swiper-slide{
  position: relative;
  height: auto;

}

.probg .product .probox .swiper-container-h .swiper-slide .swiper-container-v{
  opacity: 0;
}

.probg .product .probox .swiper-container-h .swiper-slide-active .swiper-container-v{
  opacity: 1;
}

.probg .product .probox .swiper-container .swiper-container-v{
  overflow: hidden;

}


.probg .product .probox .swiper-container .swiper-container-v .swiper-slide{
  position: relative;

}

.probg .product .probox .swiper-container .swiper-container-v .swiper-slide a{
  display: block;
}

.probg .product .probox .swiper-container .swiper-container-v .swiper-slide .pic{
  padding-top: 75%;
}

.probg .product .probox .swiper-container .swiper-container-v .swiper-slide .txt{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.probg .product .probox .swiper-container .swiper-container-v .swiper-slide .txt i{
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background: url(/images/promore.png) center no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  position: absolute;
  left: calc((100% - 0.5rem) / 2);
  top: calc((100% - 0.5rem) / 2);
  z-index: 99;

}



/* talent */

.talentbg{
  margin: 0rem auto 0 auto;
  width: 100%;

}

.talentbg .talent{
  margin: 0 auto;
  padding-top: 0.8rem;
  padding-bottom: 1.33rem;
}

.talentbg .talent .title{
  text-align: right;
}

.talentbg .talent .title span{
  margin-right: -0.2rem;
}

.talentbg .talent .talentbox{
  margin: 0.55rem auto 0 auto;
  position: relative;
}

.talentbg .talent .talentbox .videoimg{
  margin: 0 auto;
  background: url(/images/videoimgbg.png) no-repeat  center;
  background-size: 100%;
  width: 7.09rem;
  height: 7.09rem;
  padding: 0.55rem;
  position: relative;
  z-index: 9;
}

.talentbg .talent .talentbox .videoimg a{
  display: block;
  position: relative;
}

.talentbg .talent .talentbox .videoimg img{
  display: block;
  width: 5.99rem;
  height: 5.99rem;
  border-radius: 50%;
}


.talentbg .talent .talentbox .videoimg .videoBtn {
  position: absolute;
  width: 0.4rem;
  height: 0.48rem;
  background: url(/images/videoico2.png) center no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  position: absolute;
  left: calc((100% - 0.4rem) / 2);
  top: calc((100% - 0.48rem) / 2);
  z-index: 99;
}


.talentbg .talent .talentbox .talentlist{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.talentbg .talent .talentbox .talentlist ul li{
  position: relative;
  z-index: 5;
}

.talentbg .talent .talentbox .talentlist ul li .pic{
  border-radius: 50%;
}

.talentbg .talent .talentbox .talentlist ul li .pic::after{
  display: none;
}

.talentbg .talent .talentbox .talentlist ul li .txt{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  text-align: center;
  width: 100%;
  height: 100%;
}

.talentbg .talent .talentbox .talentlist ul li .txt img{
  display: block;
  margin: 28% auto 0.1rem auto;
  width: 0.48rem;
  height: 0.48rem;

}

.talentbg .talent .talentbox .talentlist ul li .txt h5{
  font-size: 0.22rem;
  color: #fff;

}


.talentbg .talent .talentbox .talentlist ul li:nth-child(1){
  position: absolute;
  left: -0.7rem;
  top: -1rem;
  width: 7.34rem;
  height: 7.34rem;

}

.talentbg .talent .talentbox .talentlist ul li:nth-child(1)::after{
  position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(/images/talentlist1.png) no-repeat center;
    background-size: 100%;
    animation: circle1 25s linear 0s infinite;

}

.talentbg .talent .talentbox .talentlist ul li:nth-child(1) .pic{
  width: 4.34rem;
  height: 4.34rem;
  margin: 1.5rem;
  
}

.talentbg .talent .talentbox .talentlist ul li:nth-child(1) .txt img{
  margin: 43% auto 0.15rem auto;


}

.talentbg .talent .talentbox .talentlist ul li:nth-child(1) .txt h5{
  font-size: 0.34rem;

}



.talentbg .talent .talentbox .talentlist ul li:nth-child(2){
  position: absolute;
  right: -0.35rem;
  top: -0.25rem;
  width: 7.34rem;
  height: 7.34rem;
}

.talentbg .talent .talentbox .talentlist ul li:nth-child(2)::after{
  position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(/images/talentlist2.png) no-repeat center;
    background-size: 100%;
    animation: circle2 25s linear 0s infinite;

}

.talentbg .talent .talentbox .talentlist ul li:nth-child(2) .pic{
  width: 3.82rem;
  height: 3.82rem;
  margin: 1.76rem;
}


.talentbg .talent .talentbox .talentlist ul li:nth-child(2) .txt img{
  margin: 43% auto 0.15rem auto;


}

.talentbg .talent .talentbox .talentlist ul li:nth-child(2) .txt h5{
  font-size: 0.34rem;

}

.talentbg .talent .talentbox .talentlist ul li:nth-child(3){
  position: absolute;
  left: -0.55rem;
  top: -1.3rem;
  width: 2rem;
  height: 2rem;
}

.talentbg .talent .talentbox .talentlist ul li:nth-child(3)::after{
  position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(/images/talentlist3.png) no-repeat center;
    background-size: 100%;
    animation: circle1 20s linear 0s infinite;

}

.talentbg .talent .talentbox .talentlist ul li:nth-child(4){
  position: absolute;
  left: -0.55rem;
  top: 4.73rem;
  width: 2.34rem;
  height: 2.34rem;
}

.talentbg .talent .talentbox .talentlist ul li:nth-child(4)::after{
  position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(/images/talentlist4.png) no-repeat center;
    background-size: 100%;
    animation: circle1 20s linear 0s infinite;

}

.talentbg .talent .talentbox .talentlist ul li:nth-child(5){
  position: absolute;
  right: -0.6rem;
  top: 0.15rem;
  width: 2.25rem;
  height: 2.25rem;
}

.talentbg .talent .talentbox .talentlist ul li:nth-child(5)::after{
  position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(/images/talentlist5.png) no-repeat center;
    background-size: 100%;
    animation: circle2 20s linear 0s infinite;

}

.talentbg .talent .talentbox .talentlist ul li:nth-child(6){
  position: absolute;
  right: 2.45rem;
  top: 5.65rem;
  width: 2rem;
  height: 2rem;
}

.talentbg .talent .talentbox .talentlist ul li:nth-child(6)::after{
  position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(/images/talentlist6.png) no-repeat center;
    background-size: 100%;
    animation: circle2 20s linear 0s infinite;

}




/* about */

.aboutbg{
  width: 100%;
  margin: 0 auto 0rem auto;
  padding-bottom: 0.8rem;
  overflow: hidden;
}



.aboutbg .titlecon{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.aboutbg .titlecon .title{
  margin: 0 0 0 0.32rem;
  position: relative;
  z-index: 5;
  text-align: right;
  display: inline-block;
}

.aboutbg .titlecon .title span{
  margin-right: -0.2rem;
}


.aboutbg .aboutbox{
  margin: 0 0 0 11%;
  position: relative;
}

.aboutbg .aboutbox .swiper-container{
  padding-top: 0.3rem;
  width: 110%;
}

.aboutbg .aboutbox .swiper-container .swiper-slide{
  position: relative;
  z-index: 5;
}



.aboutbg .aboutbox .swiper-container .swiper-slide a{
  display: block;
  position: relative;
}

.aboutbg .aboutbox .swiper-container .swiper-slide .pic{
  position: relative;
  padding-top: 70%;
  clip-path: polygon(0 98%, 0 2%, 100% 0%, 100% 100%);
  box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.03);
}

.aboutbg .aboutbox .swiper-container .swiper-slide:nth-child(2n) .pic{
  clip-path: polygon(0 100%, 0 0, 100% 2%, 100% 98%);
}

.aboutbg .aboutbox .swiper-container .swiper-slide .txt{
  position: absolute;
  left: 0%;
  bottom: 0;
  z-index: 5;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0.42rem 7% 0 7%;
}

.aboutbg .aboutbox .swiper-container .swiper-slide .txt h5{
  font-size: 0.2rem;
  color: #fff;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 0.25rem;
}

.aboutbg .aboutbox .swiper-container .swiper-slide .txt p{
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
  line-height: 0.28rem;
  height: 0rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

}

.aboutbg .aboutbox .swiper-container .swiper-slide .txt span{
  display: block;
  background: url(/images/time1.png) no-repeat left center;
  background-size: 0.15rem 0.15rem;
  padding-left: 0.25rem;
  font-size: 0.14rem;
  color: #fff;
  font-family: "Rany";
  display: none;
  margin-top: 0.42rem;

}

.aboutbg .aboutbox .swiper-container .swiper-slide .xt{
  margin: 0.2rem auto 0 auto;
  width: 0.24rem;
  height: 0.73rem;
  background: url(/images/ab_xt.png) no-repeat top center;
  background-size: 100%;
}


.aboutbg .aboutbox .swiper-container .swiper-slide::after{
  position: absolute;
  left: 55%;
  bottom: 0.1rem;
  content: "";
  z-index: -1;
  width: 4.3rem;
  height: 1px;
  background: #0c65dd;
  opacity: 0.1;

}

.aboutbg .aboutbox .swiper-container .swiper-slide-active::before{
  position: absolute;
  left: 0%;
  bottom: 0.1rem;
  content: "";
  z-index: -2;
  width: 4.3rem;
  height: 1px;
  background: #fff;
  opacity: 1;

}


.aboutbg .aboutbox .ab-next{
  position: absolute;
  right: 11%;
  top: 40%;
  cursor: pointer;
  background: url(/images/ab_right.png) no-repeat  center;
  background-size: 100%;
  width: 0.5rem;
  height: 0.5rem;
  z-index: 9;

}

.aboutbg .aboutbox .ab-prev{
  position: absolute;
  left: -0.8rem;
  top: 40%;
  cursor: pointer;
  background: url(/images/ab_left.png) no-repeat  center;
  background-size: 100%;
  width: 0.5rem;
  height: 0.5rem;
  z-index: 9;
}


/* critical */

.criticalbg{
  margin: 0 auto;
  width: 100%;
  background: url(/images/criticabg.jpg) no-repeat  center;
  background-size: cover;
  padding-bottom: 0.75rem;
}

.criticalbg .critical{
  margin: 0 auto;
  padding-top: 0.8rem;
}

.criticalbg .critical .titlecon .title::after{
  background: url(/images/title1.png) no-repeat top left;
  background-size: 100%;
}

.criticalbg .critical .titlecon .title span{
  color: #fff;
  text-align: right;
  padding-right: 0.05rem;
  opacity: 0.8;
}

.criticalbg .critical .titlecon .title h3{
  color: #fff;
}

.criticalbg .critical .titlecon .titlemore{
  background: #fff;

}


.criticalbg .critical .criticalbox{
  margin: 0.45rem -0.2rem 0 0;
}

.criticalbg .critical .criticalbox .swiper-slide{
  position: relative;

}

.criticalbg .critical .criticalbox .swiper-slide .pic{
  float: left;
  width: 1.88rem;
  height: 1.88rem;
  background: url(/images/criticalist3.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;
}

.criticalbg .critical .criticalbox .swiper-slide .pic::after{
  display: none;
}

.criticalbg .critical .criticalbox .swiper-slide .pic img{
  display: block;
  
}

.criticalbg .critical .criticalbox .swiper-slide .txt{
  margin: 0.4rem 0 0 0.25rem;
  float: left;
  
}

.criticalbg .critical .criticalbox .swiper-slide .txt span{
  display: block;
  font-size: 0.5rem;
  color: #fff;
  font-family: "Cochin";
  margin-bottom: 0.05rem;
}

.criticalbg .critical .criticalbox .swiper-slide .txt p{
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.26rem;
  opacity: 0.6;
}

.criticalbg .critical .criticalbox .swiper-slide-active .pic{

  background: url(/images/criticalist1.png) no-repeat center;
  background-size: 100%;

}

.criticalbg .critical .criticalbox .swiper-slide-next .pic{

  background: url(/images/criticalist2.png) no-repeat center;
  background-size: 100%;

}

.criticalbg .critical .criticalbox .swiper-slide-duplicate-prev .pic{

  background: url(/images/criticalist4.png) no-repeat center;
  background-size: 100%;
}






.critical-pagination {
  display: inline-block;
  text-align: center;
  margin: 0.45rem auto 0 auto;
}

.critical-pagination .swiper-pagination-bullet{
  margin: 0 0.1rem !important;
  display: inline-block;
  width: 0.2rem;
  height: 0.04rem;
  background: #fff;
  border-radius: 45px;
  opacity: 0.2;
}

.critical-pagination .swiper-pagination-bullet-active{
  opacity: 1;
  width: 0.33rem;
}




/* media */

.mediabg{
  margin: 0 auto;
  width: 100%;
  background: url(/images/fcbg.jpg) no-repeat bottom center;
  background-size: 100%;
}

.mediabg .media{
  margin: 0 auto;
  padding-top: 0.8rem;
}


.mediabg .media .media_t{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mediabg .media .media_t .title{
  margin: 0 0 0 0.32rem;
  position: relative;
  z-index: 5;
  text-align: right;
  display: inline-block;
}

.mediabg .media .media_t .title span{
  margin-right: 0.05rem;
}

.mediabg .media .media_t .ewm{
  position: relative;
  z-index: 11;

}

.mediabg .media .media_t .ewm ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mediabg .media .media_t .ewm ul li{
  margin-left: 0.2rem;
  position: relative;

}

.mediabg .media .media_t .ewm ul li .ewmico{
  width: 0.68rem;
  height: 0.68rem;

}

.mediabg .media .media_t .ewm ul li .ewmico img{
  width: 100%;
  height: 100%;
}


.mediabg .media .media_t .ewm ul li .ewmimg{
  opacity: 0;
  position: absolute;
  left: 50%;
  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.3rem;
  height: 1.3rem;
  background: rgb(255, 255, 255);
  border-radius: 6px;
  padding: 0.05rem;
  visibility: hidden;
  z-index: 9;
}

.mediabg .media .media_t .ewm ul li .ewmimg img{
  width: 100%;
  height: 100%;
}

.mediabg .media .media_t .ewm ul li .ewmimg::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;
}


.mediabg .media .media_t .ewm ul li:hover .ewmimg {
  opacity: 1;
  transform: translateX(-50%) translateY(100%);
  visibility: visible;
}

.mediabg .media .mediabox{
  margin: 0.3rem auto 0 auto;
  position: relative;
  height: 7rem;
}  


.mediabg .media .mediabox ul li{
  position: relative;

}

.mediabg .media .mediabox ul li .pic{
  width: 100%;

}




.mediabg .media .mediabox ul li .txt{
  position: absolute;
  left: 5%;
  bottom: 0.27rem;
  width: 90%;
  z-index: 5;

}

.mediabg .media .mediabox ul li .txt a{
  display: block;
}

.mediabg .media .mediabox ul li .txt a img{
  display: block;
  width: 0.45rem;
  height: 0.45rem;
  margin-bottom: 0.15rem;

}

.mediabg .media .mediabox ul li .txt h5{
  font-size: 0.2rem;
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.mediabg .media .mediabox ul li .pic .videoBtn {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background: url(/images/videoico.png) center no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  position: absolute;
  left: calc((100% - 0.8rem) / 2);
  top: calc((100% - 0.8rem) / 2);
  z-index: 99;
  display: none;
}



.mediabg .media .mediabox ul li:nth-child(1){
  position: absolute;
  left: 0;
  top: 0;

}

.mediabg .media .mediabox ul li:nth-child(1) .pic{
  height: 3.4rem;
  width: 3.66rem;
}


.mediabg .media .mediabox ul li:nth-child(2){
  position: absolute;
  left: 0;
  bottom: 0;

}

.mediabg .media .mediabox ul li:nth-child(2) .pic{
  height: 3.4rem;
  width: 3.66rem;
}

.mediabg .media .mediabox ul li:nth-child(3){
  position: absolute;
  left: 3.85rem;
  top: 0;

}

.mediabg .media .mediabox ul li:nth-child(3) .pic{
  height: 7rem;
  width: 3.94rem;
}

.mediabg .media .mediabox ul li.sp{
  position: absolute;
  right: 0;
  top: 0;

}

.mediabg .media .mediabox ul li.sp .pic{
  height: 3.94rem;
  width: 7rem;
}


.mediabg .media .mediabox ul li.tp1{
  position: absolute;
  right: 3.6rem;
  bottom: 0;

}

.mediabg .media .mediabox ul li.tp1 .pic{
  height: 2.86rem;
  width: 3.4rem;
}


.mediabg .media .mediabox ul li.tp2{
  position: absolute;
  right: 0;
  bottom: 0;

}

.mediabg .media .mediabox ul li.tp2 .pic{
  height: 2.86rem;
  width: 3.4rem;
}



/* fc */

.fc{
  margin: 0.8rem auto 0 auto;

}

.fc .titlecon{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fc .titlecon .title{
  margin: 0 0 0 0.32rem;
  position: relative;
  z-index: 5;
  text-align: right;
  display: inline-block;
}

.fc .titlecon .title span{
  margin-right: -0.2rem;
}

.fc .fcbox{
  margin: 0.3rem auto 0 auto;
}

.fc .fcbox .swiper-container{
  padding-bottom: 1.55rem;
}

.fc .fcbox .swiper-slide{
  position: relative;
  z-index: 5;

}



.fc .fcbox .swiper-slide::after{
  position: absolute;
  left: 0;
  bottom: -95%;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(/images/fclist.png) no-repeat top center;
  background-size: 100%;
}

 
.fc .fcbox .swiper-slide .pic{
  padding-top: 164%;
  width: 100%;
  clip-path: polygon(0 100%, 0 0, 100% 2%, 100% 98%);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fc .fcbox .swiper-slide:nth-child(2n) .pic{
  clip-path: polygon(0 98%, 0 2%, 100% 0%, 100% 100%);
}


.fc .fcbox .swiper-slide .pic::after{
  display: none;
}








#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: 80%;
  height: 70%;
  margin-left: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}

#videoAlert .video_box video {
  width: 90%;
  margin: 0 auto;
}

#videoAlert .video_box .close img {
  width: 30px;
  position: absolute;
  top: 0;
  right: 10%;
  max-height: initial;
}

#videoAlert .video_box .close {
  margin-bottom: 65px;
  height: 30px;
  position: relative;
  z-index: 10000;
  cursor: pointer;
}











@media (min-width: 1024px){

  .pic:hover img{
    transform: scale(1.1);
  }

  .newsbg .news .newsbox .news_l:hover .pic img{
    transform: scale(1.1);

  }


  .newsbg .news .newsbox .news_c ul li:hover .pic img{
    transform: scale(1.1);
  }

  .newsbg .news .newsbox .news_r ul li:hover h5{
    color: #0c65dd;
  }

  .EducationNews .EducationNewsbox .EducationNews_l ul li:hover::after{
    width: 100%;
  }

  .EducationNews .EducationNewsbox .EducationNews_l ul li:hover h5{
    color: #0c65dd;
  }


  .newsbg .news .newsbox .news_l:hover .txt .time::after{

    animation: circle1 15s linear 0s infinite;
  }

  .notice .noticebox .swiper-slide ul li:hover .txt{
    background: #f69830;
  }
  
  
  .notice .noticebox .swiper-slide ul li:hover .txt i{
    color: #fff;

  }
  
  .notice .noticebox .swiper-slide ul li:hover .txt i span{
    color: #fff;
  }
  
  .notice .noticebox .swiper-slide ul li:hover .txt h5{
    color: #fff;
  }
  
  .notice .noticebox .swiper-slide ul li:hover .txt::after{
    background: #f69830;
    border-bottom: 1px solid #ecf1f8;

  }
  
  .fc .fcbox .swiper-slide:hover .pic{

    clip-path: polygon(0 100%, 0 0, 100% 0%, 100% 100%);

  }

  
.criticalbg .critical .criticalbox .swiper-slide:hover .pic{

  background: url(/images/criticalist3_3.png) no-repeat center;
  background-size: 100%;
}

.criticalbg .critical .criticalbox .swiper-slide-active:hover .pic{

  background: url(/images/criticalist1_1.png) no-repeat center;
  background-size: 100%;
}

.criticalbg .critical .criticalbox .swiper-slide-next:hover .pic{

  background: url(/images/criticalist2_2.png) no-repeat center;
  background-size: 100%;
}

.criticalbg .critical .criticalbox .swiper-slide-duplicate-prev:hover .pic{

  background: url(/images/criticalist4_4.png) no-repeat center;
  background-size: 100%;
}



.aboutbg .aboutbox .swiper-container .swiper-slide:hover .txt{
  background: url(/images/aboutlist.jpg) no-repeat top center;
  background-size: 100% 100%;
  height: 100%;
}

.aboutbg .aboutbox .swiper-container .swiper-slide:hover .txt h5{
  margin-bottom: 0.15rem;
}

.aboutbg .aboutbox .swiper-container .swiper-slide:hover .txt p{
  height: 0.84rem;
}

.aboutbg .aboutbox .swiper-container .swiper-slide:hover .txt span{
  display: block;
}


.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_l ul li:hover .time::after {
  background: url(/images/time5.png) no-repeat center;
  background-size: 100%;

}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_l ul li:hover .time span{

  color: #fff;

}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_l ul li:hover .time i{
  color: #fff;
}

.probg .product .probox .swiper-container .swiper-container-v .swiper-slide:hover .txt{
  opacity: 1;
}

}





@media (max-width: 1024px){


.titlecon{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.title{
  margin: 0 0 0 0.32rem;
  position: relative;
  z-index: 5;
  text-align: right;
  display: inline-block;
} 



.title span{
  font-size: 0.24rem;
  margin-right: -0rem;
}


.titlemore{

  top: 0.14rem;
  width: 1.7rem;
  height: 0.52rem;
  line-height: 0.52rem;

}

.titlemore a{
  font-size: 0.26rem;
  background-size: 0.24rem 0.21rem;
  padding-right: 0.28rem;
}

.title::after {

  left: -0.42rem;
  width: 1.06rem;
  height: 0.81rem;

}


/* news */



.newsbg .news{
  padding-top: 0.5rem;
}

.newsbg .news .newsbox{
  margin: 0.3rem auto 0 auto;
}

.newsbg .news .newsbox .news_l{
  position: relative;
  width: 100%;
  height: auto;

}

.newsbg .news .newsbox .news_l .pic{
  height: auto;
  padding-top: 56%;
}



.newsbg .news .newsbox .news_l .txt .time{
  width: 1.6rem;
  height: 1.6rem;


}


.newsbg .news .newsbox .news_l .txt .time span{
  display: block;
  font-size: 0.36rem;
  color: #fff;
  padding-top: 0.4rem;
}

.newsbg .news .newsbox .news_l .txt .time em{
  display: block;
  width: 0.25rem;
  height: 1px;
  background: #fff;
  opacity: 0.5;
  margin: 0.03rem auto 0.08rem auto;
}

.newsbg .news .newsbox .news_l .txt .time i{

  font-size: 0.24rem;
  color: #fff;
}

.newsbg .news .newsbox .news_l .txt h5{
  width: calc(100% - 2.75rem);
  margin-right: 0.4rem;
  margin-top: 0.3rem;
}

.newsbg .news .newsbox .news_l .txt h5 a{

  font-size: 0.28rem;
  line-height: 0.45rem;
  height: 0.9rem;
}


.newsbg .news .newsbox .news_c{
  width: 100%;
  margin: 0.3rem auto 0 auto;

}

.newsbg .news .newsbox .news_c ul li{
  height: auto;
  margin-bottom: 0.2rem;
}

.newsbg .news .newsbox .news_c ul li .pic{

  height: auto;
  padding-top: 56%;


}



.newsbg .news .newsbox .news_c ul li .txt i{
  background-size: 0.24rem 0.24rem;
  padding-left: 0.35rem;
  font-size: 0.26rem;
  margin-bottom: 0.07rem;
}

.newsbg .news .newsbox .news_c ul li .txt h5{
  font-size: 0.28rem;

}


.newsbg .news .newsbox .news_r{
  width: 100%;
  height: auto;
  margin: 0.1rem auto 0 auto;
}

.newsbg .news .newsbox .news_r ul {
  width: 86%;
  margin: 0 auto;
  padding: 0.3rem 0;
}

.newsbg .news .newsbox .news_r ul li{
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 0.17rem;

}


.newsbg .news .newsbox .news_r ul li h5{
  font-size: 0.28rem;
  line-height: 0.45rem;
  height: auto;
  max-height: 0.9rem;

}

.newsbg .news .newsbox .news_r ul li i{
  background-size: 0.24rem 0.24rem;
  padding-left: 0.35rem;
  font-size: 0.26rem;
  margin: 0.18rem 0 0.19rem 0;
}




.EducationNews{
  margin: 0.6rem auto 0  auto;

}

.EducationNews .news_t{
  width: 100%;
  position: relative;
  z-index: 5;
  top: -0rem;
  display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
}

.EducationNews .news_t::after{
  position: absolute;
    content: "";
    z-index: -1;
    left: 0.3rem;
    top: 3.25rem;
    width: 1px;
    height: 1.68rem;
    border-left: 1px dashed #d5e5fa;

}

.EducationNews .news_t::before{
  position: absolute;
  content: "";
  z-index: -1;
  left: 1.05rem;
  top: 2.05rem;
  width: 1px;
  height: 2.85rem;
  border-left: 1px dashed #d5e5fa;

}


.EducationNews .news_t .title1{
  width: 2.11rem;
  height: 2.11rem;
  padding: 0.45rem 0.5rem 0 0.4rem;
  position: relative;
  z-index: 5;
}

.EducationNews .news_t .title1::after{
  position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(/images/news_t.png) no-repeat  center;
    background-size: 100%;
    animation: circle1 15s linear 0s infinite;

}

.EducationNews .news_t .title1 span{
    font-size: 0.24rem;

}


.EducationNews .news_t .more {
  width: 1.45rem;
  height: 1.45rem;

  margin: 0.2rem 0 0 -0.1rem;
}


.EducationNews .news_t .more a{

  font-size: 0.24rem;
  padding-top: 0.5rem;
}

.EducationNews .news_t .more a i{
  display: block;
  width: 0.3rem;
  height: 0.3rem;

}

.EducationNews .news_t::before{
  display: none;
}

.EducationNews .news_t::after{
  display: none;
}

.EducationNews .EducationNewsbox{
  width: calc(100% - 0rem);
  margin: 0.3rem auto 0 auto;

}


.EducationNews .EducationNewsbox .EducationNews_l{
  height: auto;
  width: 100%;

}

.EducationNews .EducationNewsbox .EducationNews_l ul{
  width: 90%;
  margin: 0 auto;
  padding: 0.2rem 0;
}

.EducationNews .EducationNewsbox .EducationNews_l ul li{
  height: 0.73rem;
  line-height: 0.73rem;


}




.EducationNews .EducationNewsbox .EducationNews_l ul li a h5{

  width: 65%;
  font-size: 0.28rem;

}



.EducationNews .EducationNewsbox .EducationNews_l ul li a i{

  background-size: 0.25rem 0.25rem;
  padding-left: 0.35rem;
  font-size: 0.24rem;

}




.EducationNews .EducationNewsbox .EducationNews_r{
  height: auto;
  width: 100%;
  padding: 0.3rem 0;
  margin: 0.3rem auto 0 auto;

} 

.EducationNews .EducationNewsbox .EducationNews_r .pic{
  margin-left: 0.3rem;
  width: 3.3rem;
  height: 1.92rem;

}

.EducationNews .EducationNewsbox .EducationNews_r .txt{
  width: calc(100% - 4.1rem);
  margin-right: 0.3rem;
} 



.EducationNews .EducationNewsbox .EducationNews_r .txt h5{
  font-size: 0.28rem;
  line-height: 0.4rem;
  height: 1.2rem;
  -webkit-line-clamp: 3;
  margin: 0.05rem 0 0.25rem 0;
}

.EducationNews .EducationNewsbox .EducationNews_r .txt i{
  background-size: 0.25rem 0.25rem;
  padding-left: 0.35rem;
  font-size: 0.24rem;


}


.notice{
  margin: 0.6rem auto 0 auto;
  padding-bottom: 0.7rem;
}



.notice .notice_l{
  width: 100%;


}


.notice .notice_r{
  width: 100%;
  margin-top: 0.4rem;

}


.notice .noticebox{
  margin: 0 0rem;
}


.notice .noticebox .swiper-slide ul li{
  float: none;
  width: 100%;
  margin-bottom: 0.3rem;
}

.notice .noticebox .swiper-slide .txt{
  height: auto;
  padding: 0 0 0.4rem 0;


}

.notice .noticebox .swiper-slide .txt a{
  display: block;
  width: 88%;
  margin: 0 auto;
}

.notice .noticebox .swiper-slide .txt i{
  font-size: 0.26rem;
  padding: 0.35rem 0 0.33rem 0;
}

.notice .noticebox .swiper-slide .txt i span{
  font-size: 0.4rem;
}

.notice .noticebox .swiper-slide .txt h5{
  font-size: 0.28rem;
  line-height: 0.45rem;
  height: 0.9rem;

}



.notice-pagination .swiper-pagination-bullet{
  width: 0.32rem;
  height: 0.07rem;
}

.notice-pagination .swiper-pagination-bullet-active{
  width: 0.46rem;
}






/* Learn */

.Learnbg{

  padding-bottom: 0.8rem;
}

.Learnbg .Learn{
  padding-top: 0.5rem;

}

.Learnbg .Learn .titlecon .title{
  text-align: left;
}
.Learnbg .Learn .titlecon .title span{
  margin-right: -0rem;
}

.Learnbg .Learn .Learnlist{
  position: relative;
  left: 0;
  top: 0rem;
  height: 0.6rem;
  text-align: center;
  margin: 0.3rem auto 0 auto; 
}

.Learnbg .Learn .Learnlist ul li{
  float: none;
  width: 1.8rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background: url(/images/xt1.png) no-repeat right center;
  background-size: 0.12rem 0.24rem;
  display: inline-block;
}



.Learnbg .Learn .Learnlist ul li a{

  font-size: 0.28rem;

}


.Learnbg .Learn .Learnbox{
  margin: 0.4rem auto 0 auto;
  
}



.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_l{
  width: 100%;

}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_l::after{

  left: 0.52rem;


}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_l ul li{

  height: 1.8rem;

}



.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_l ul li .time{

  width: 1.5rem;
  height: 1.5rem;


}



.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_l ul li .time span{
  font-size: 0.36rem;
  padding-top: 0.4rem;
}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_l ul li .time i{
  display: block;
  font-size: 0.24rem;
  color: #666666;
  font-family: "Rany";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.03rem;
}


.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_l ul li .txt {
  width: calc(100% - 1.8rem);
  height: 1.8rem;
  padding-top: 0.4rem;
}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_l ul li .txt h5{
  font-size: 0.28rem;
  line-height: 0.45rem;
  height: 0.9rem;
}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_img{
  width: 100%;
  margin: 0.3rem auto 0 auto;

}



.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_img .pic{
  width: 100%;
  height: auto;
  padding-top: 56%;
}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_img .txt{
  position: absolute;
  left: 0;
  bottom: 0.25rem;
  padding: 0 0.4rem;
  z-index: 5;

}



.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_img .txt i{

  background-size: 0.25rem 0.25rem;
  padding-left: 0.35rem;
  font-size: 0.24rem;
}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_img .txt h5{
  font-size: 0.28rem;

}


.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_img .Learn-next{

  width: 0.45rem;
  height: 0.45rem;

}

.Learnbg .Learn .Learnbox .swiper-container .swiper-slide .Learn_img .Learn-prev{
  width: 0.45rem;
  height: 0.45rem;

}



.probg .product{
  margin: 0 auto;
  padding-top: 0.6rem;
  padding-bottom: 0.35rem;
  position: relative;
}

.probg .product .titlecon {
  justify-content: center;
}

.probg .product .title{
  text-align: center;

}

.probg .product .title::after {
  background: url(/images/title1.png) no-repeat top left;
  background-size: 100%;
}



.probg .product .prolist{
  margin: 0.35rem auto 0 auto;
  height: 1.33rem;


}




.probg .product .prolist .listcon .swiper-slide h5{
  font-size: 0.28rem;


}




.probg .pro-next{
  top: -0.75rem;
  width: 0.55rem;
  height: 0.55rem;

}


.probg  .pro-prev{
  top: -0.75rem;
  width: 0.55rem;
  height: 0.55rem;
}

.probg .product .probox{
  margin: 1.1rem auto 0 auto;
  width: 92%;

}


.probg .product .probox .swiper-container .swiper-container-v .swiper-slide .pic{
  padding-top: 75%;
}


.probg .product .probox .swiper-container-h .swiper-slide .swiper-container-v{
  opacity: 1;
}


/* talent */


.talentbg .talent{
  margin: 0 auto;
  padding-top: 0.5rem;
  padding-bottom: 1.35rem;
}

.talentbg .talent .titlecon {

  justify-content: center;

}

.talentbg .talent .title{
  text-align: center;
}



.talentbg .talent .talentbox{
  margin: 0.55rem auto 0 auto;

}

.talentbg .talent .talentbox .videoimg{
  width: 4.49rem;
  height: 4.49rem;

}


.talentbg .talent .talentbox .videoimg img{
  width: 3.39rem;
  height: 3.39rem;

}





.talentbg .talent .talentbox .talentlist{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 5rem;
}



.talentbg .talent .talentbox .talentlist ul li .txt img{
  width: 0.55rem;
  height: 0.55rem;

}

.talentbg .talent .talentbox .talentlist ul li .txt h5{
  font-size: 0.28rem;

}


.talentbg .talent .talentbox .talentlist ul li:nth-child(1){
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 4.34rem;
  height: 4.34rem;
  z-index: 6;

}


.talentbg .talent .talentbox .talentlist ul li:nth-child(1) .pic{
  width: 1.94rem;
  height: 1.94rem;
  margin: 1.2rem;
  
}

.talentbg .talent .talentbox .talentlist ul li:nth-child(1) .txt img{
  margin: 37% auto 0.15rem auto;


}



.talentbg .talent .talentbox .talentlist ul li:nth-child(2){
  position: absolute;
  right: 0rem;
  top: 0rem;
  width: 4.34rem;
  height: 4.34rem;
}



.talentbg .talent .talentbox .talentlist ul li:nth-child(2) .pic{
  width: 1.94rem;
  height: 1.94rem;
  margin: 1.2rem;
}


.talentbg .talent .talentbox .talentlist ul li:nth-child(2) .txt img{
  margin: 37% auto 0.15rem auto;


}


.talentbg .talent .talentbox .talentlist ul li:nth-child(3){
  position: absolute;
  left: -0rem;
  top: -3rem;
  width: 2rem;
  height: 2rem;
  z-index: 10;
}



.talentbg .talent .talentbox .talentlist ul li:nth-child(4){
  position: absolute;
  left: -0.1rem;
  top: 3.45rem;
  width: 2.34rem;
  height: 2.34rem;
}



.talentbg .talent .talentbox .talentlist ul li:nth-child(5){
  position: absolute;
  right: -0rem;
  top: -3.7rem;
  width: 2.25rem;
  height: 2.25rem;
  z-index: 10;
}



.talentbg .talent .talentbox .talentlist ul li:nth-child(6){
  position: absolute;
  right: 0.1rem;
  top: 3.45rem;
  width: 2rem;
  height: 2rem;
}








/* about */

.aboutbg{

  padding-bottom: 0.8rem;

}



.aboutbg .titlecon .title{
  text-align: left;

}

.aboutbg .titlecon .title span{
  margin-right: -0rem;
}


.aboutbg .aboutbox{
  margin: 0 auto;
  width: 92%;
}

.aboutbg .aboutbox .swiper-container{

  width: 100%;
}



.aboutbg .aboutbox .swiper-container .swiper-slide .pic{
  position: relative;
  padding-top: 65%;
  clip-path: polygon(0 100%, 0 0%, 100% 0%, 100% 100%);
  box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.03);
}

.aboutbg .aboutbox .swiper-container .swiper-slide:nth-child(2n) .pic{
  clip-path: polygon(0 100%, 0 0, 100% 0%, 100% 100%);
}

.aboutbg .aboutbox .swiper-container .swiper-slide .txt{
  padding: 0.42rem 5% 0 5%;
}

.aboutbg .aboutbox .swiper-container .swiper-slide .txt h5{
  font-size: 0.28rem;
  line-height: 0.45rem;
  height: 0.9rem;

}


.aboutbg .aboutbox .swiper-container .swiper-slide .xt{

  width: 0.34rem;
  height: 1.03rem;
}


.aboutbg .aboutbox .swiper-container .swiper-slide::after{
  right: 0%;
  left: auto;
  bottom: 0.2rem;
  width: 40%;

}

.aboutbg .aboutbox .swiper-container .swiper-slide-active::before{
  background: #0c65dd;
  opacity: 0.1;
  left: 0%;
  bottom: 0.2rem;
  width: 40%;
}


.aboutbg .aboutbox .ab-next{
  right: 5%;
  top: 37%;
  width: 0.55rem;
  height: 0.55rem;
}

.aboutbg .aboutbox .ab-prev{
  left: 5%;
  top: 37%;
  width: 0.55rem;
  height: 0.55rem;
}


/* critical */

.criticalbg{
  padding-bottom: 0.75rem;
}

.criticalbg .critical{
  padding-top: 0.7rem;
}



.criticalbg .critical .titlecon .title {
  text-align: left;
}

.criticalbg .critical .titlecon .title::after{
  background: url(/images/title1.png) no-repeat top left;
  background-size: 100%;
}

.criticalbg .critical .titlecon .title span{
  color: #fff;
  text-align: right;
  padding-right: 0.05rem;
  opacity: 0.8;
}



.criticalbg .critical .criticalbox{
  margin: 0.45rem 0rem 0 0;
}



.criticalbg .critical .criticalbox .swiper-slide .pic{
  float: left;
  width: 1.4rem;
  height: 1.4rem;

}



.criticalbg .critical .criticalbox .swiper-slide .txt{
  margin: 0.1rem 0 0 0.25rem;
  
}


.criticalbg .critical .criticalbox .swiper-slide .txt p{
  font-size: 0.24rem;
  line-height: 0.36rem;
}




.critical-pagination .swiper-pagination-bullet{
  width: 0.35rem;
  height: 0.06rem;

}

.critical-pagination .swiper-pagination-bullet-active{
  width: 0.46rem;
}




/* media */



.mediabg .media{
  padding-top: 0.6rem;
}



.mediabg .media .media_t .ewm ul li .ewmimg{
  width: 1.4rem;
  height: 1.4rem;
  left: 0;

}



.mediabg .media .mediabox{
  margin: 0.4rem auto 0 auto;
  position: relative;
  height: auto;
}  

.mediabg .media .mediabox ul li{
  margin-bottom: 0.25rem;
}

.mediabg .media .mediabox ul li .txt a img{
  width: 0.55rem;
  height: 0.55rem;
  margin-bottom: 0.15rem;

}

.mediabg .media .mediabox ul li .txt h5{
  font-size: 0.28rem;

}


.mediabg .media .mediabox ul li .pic .videoBtn {
  width: 0.95rem;
  height: 0.95rem;
  left: calc((100% - 0.95rem) / 2);
  top: calc((100% - 0.95rem) / 2);

}



.mediabg .media .mediabox ul li:nth-child(1){
  position: relative;
  left: 0;
  top: 0;

}

.mediabg .media .mediabox ul li:nth-child(1) .pic{
  height: auto;
  width: 100%;
  padding-top: 90%;
}


.mediabg .media .mediabox ul li:nth-child(2){
  position: relative;
  left: 0;
  bottom: 0;

}

.mediabg .media .mediabox ul li:nth-child(2) .pic{
  height: auto;
  padding-top: 90%;
  width: 100%;
}

.mediabg .media .mediabox ul li:nth-child(3){
  position: relative;
  left: 0rem;
  top: 0;

}

.mediabg .media .mediabox ul li:nth-child(3) .pic{
  height: auto;
  padding-top: 175%;
  width: 100%;
}

.mediabg .media .mediabox ul li.sp{
  position: relative;
  right: 0;
  top: 0;

}

.mediabg .media .mediabox ul li.sp .pic{
  height: auto;
  width: 100%;
  padding-top: 56%;
}


.mediabg .media .mediabox ul li.tp1{
  position: relative;
  right: 0rem;
  bottom: 0;

}

.mediabg .media .mediabox ul li.tp1 .pic{
  height: auto;
  padding-top: 82%;
  width: 100%;
}


.mediabg .media .mediabox ul li.tp2{
  position: relative;
  right: 0;
  bottom: 0;

}

.mediabg .media .mediabox ul li.tp2 .pic{
  height: auto;
  padding-top: 82%;
  width: 100%;
}



/* fc */

.fc{
  margin: 0.7rem auto 0 auto;

}



.fc .titlecon .title span{
  margin-right: -0rem;
}






}