
* {
  box-sizing: border-box;
}
/* banner */

.banner {
  width: 100%;
  height: 100%;
  position: relative;
}


.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;

}

.banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}


.banner .swiper-slide {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}



.banner .swiper-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../images/bannerR.png) no-repeat center;
  right: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  display: none;
}

.banner .swiper-button-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../images/bannerL.png) no-repeat center;
  left: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  display: none;
}

.banner .swiper-pagination {
  width: 100%;
  bottom: 0.9rem;
  text-align: center;
  position: absolute;
  z-index: 5;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.1rem;
  background: #fff;
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: inline-block;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #cc2422;
}



.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
  display: none;

}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
  display: none;
}




/* item */

.itembg{
  width: 100%;
  margin: -0.7rem auto 0 auto;
  position: relative;
  z-index: 9;
}

.itembg::after{
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 90%;
  height: 100%;
  background: #ffffff;
  border-radius: 0 0.15rem 0.15rem 0;
  box-shadow: 0px 10px 12px rgba(0,0,0,.1);
}

.itembg .item{
  margin: 0 auto;
  padding: 0.27rem 0 0.37rem 0;
}

.itembg .item ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.itembg .item ul li{
  width: 45%;
  background: url(../images/xt.png) no-repeat right center;
  background-size: 1px 0.5rem;
}

.itembg .item ul li:last-child{
  background: none;
  width: 48%;
}

.itembg .item ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.itembg .item ul li img{
  width: 0.76rem;
  height: 0.76rem;

}

.itembg .item ul li .txt{
  width: calc((100% - 1.1rem));
  padding-right: 0.1rem;
}

.itembg .item ul li .txt h5{
  font-size: 0.22rem;
  color: #333333;
  font-weight: bold;
  margin: 0.07rem 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.itembg .item ul li .txt p{
  font-size: 0.16rem;
  color: #333333;
}



/* title */

.title{
  margin: 0 auto;
  text-align: center;
}

.title a{
  display: block;
}

.title h3{
  font-size: 0.5rem;
  color: #333333;
  font-weight: bold;
  line-height: 0.6rem;
}

.title h3 i{
  font-size: 0.5rem;
  color: #cc2422;
  font-weight: bold;
}

.title em{
  display: block;
  font-size: 0.18rem;
  color: #888888;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-top: 0.1rem;
}



/* EVENTS */

.EVENTSbg{
  width: 100%;
  margin: -0.7rem auto 0 auto;
  background: url(../images/EVENTSbg.jpg) no-repeat  center;
  background-size: cover;
  padding: 1.4rem 0 1.1rem 0;

}

.EVENTSbg .EVENTS{
  margin: 0 auto;
}


.EVENTSbg .EVENTS .title h3 i{
  color: #e34730;
  
}


.EVENTSbg .EVENTS .EVENTSbox{
  margin: 0.4rem auto 0 auto;
}

.EVENTSbg .EVENTS .EVENTSbox ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.EVENTSbg .EVENTS .EVENTSbox ul li{
  width: 20%;
  min-height: 4.87rem;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.2rem;
  margin-right: 1.75%;
  position: relative;
  z-index: 5;
}

.EVENTSbg .EVENTS .EVENTSbox ul li a{
  display: block;
  text-align: center;
  padding: 0.35rem 0.35rem 0 0.35rem;
}

.EVENTSbg .EVENTS .EVENTSbox ul li h5{
  font-size: 0.2rem;
  color: #333333;
  font-weight: bold;
    -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.EVENTSbg .EVENTS .EVENTSbox ul li i{
  display: inline-block;
  margin: 0 auto;
  border-radius: 45px;
  border: 1px solid #e34730;
  line-height: 0.38rem;
  padding: 0 0.2rem;
  color: #e34730;
  font-size: 0.22rem;
  font-family: "HarmonyOS";
  margin: 0.15rem auto 0.22rem auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.EVENTSbg .EVENTS .EVENTSbox ul li .pic{
  border-radius: 0.15rem;
  width: 100%;
  height: 1.4rem;
  position: relative;
  overflow: hidden;
}

.EVENTSbg .EVENTS .EVENTSbox ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.15rem;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.EVENTSbg .EVENTS .EVENTSbox ul li h6{
  font-size: 0.18rem;
  color: #333333;
  font-weight: bold;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.3rem auto 0.05rem auto;
}

.EVENTSbg .EVENTS .EVENTSbox ul li p{
  font-size: 0.16rem;
  color: #666;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.EVENTSbg .EVENTS .EVENTSbox ul li:last-child{
  margin-right: 0;
  width: 56%;
}

.EVENTSbg .EVENTS .EVENTSbox ul li .EVENTS_t{
  padding: 0 0.35rem;
}

.EVENTSbg .EVENTS .EVENTSbox ul li dl{
  margin: 0 auto;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  padding: 0 0.35rem;
}

.EVENTSbg .EVENTS .EVENTSbox ul li dl dt{
  width: 30%;
  margin-right: 5%;
}


.EVENTSbg .EVENTS .EVENTSbox ul li dl dt:last-child{
  margin-right: 0;
}

.EVENTSbg .EVENTS .EVENTSbox ul li dl dt a{
  padding: 0;
}


.EVENTSbg .EVENTS .EVENTSbox ul li::after{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 0%;
    background: #cc2422;
    border-radius: 0.2rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}



/* about */

.abboutbg{
  width: 100%;
  margin: 0rem auto 0 auto;
  background: url(../images/aboutbg.jpg) no-repeat  center;
  background-size: cover;
  padding: 0.65rem 0 0rem 0;
  min-height: 15.4rem;

}

.abboutbg .about{
  margin: 0 auto;
}

.abboutbg .about .abbox{
  margin: 0.4rem auto 0 auto;
}

.abboutbg .about .abbox .txt{

}

.abboutbg .about .abbox .txt h5{
  font-size: 0.3rem;
  color: #333333;
  font-weight: bold;

}

.abboutbg .about .abbox .txt i{
  display: block;
  font-size: 0.16rem;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0.08rem;
}

.abboutbg .about .abbox .txt p{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;

}

.abboutbg .about .abbox .txt .more{
  line-height: 0.54rem;

}

.abboutbg .about .abbox .txt .more a{
  display: block;
  font-size: 0.18rem;
  color: #333333;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.abboutbg .about .abbox .txt .more i{
  display: inline-block;
  margin-right: 0.2rem;
  background: #cc2422 url(../images/abmore.png) no-repeat  center;
  background-size: 100% 100%;
  border-radius: 50%;
  width: 0.54rem;
  height: 0.54rem;
  margin-top: 0;
}

.abboutbg .about .abbox .box1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.abboutbg .about .abbox .box1 .txt{
  width: calc((100% - 7.8rem));
  margin-top: 0.1rem;
}

.abboutbg .about .abbox .box1 .txt span{
  display: block;
  background: url(../images/abico.png) no-repeat left center;
  background-size: 0.42rem 0.42rem;
  line-height: 0.42rem;
  padding-left: 0.7rem;
  font-size: 0.24rem;
  color: #cc2422;
  font-family: "PangMenZhengDao";
  margin: 0.33rem 0 0.22rem 0;
}

.abboutbg .about .abbox .box1 .txt span img{
  width: 5.84rem;
  height: 0.25rem;

}

.abboutbg .about .abbox .box1 .txt .more{
  margin-top: 0.58rem;
}

.abboutbg .about .abbox .box1 .ab_r{
  width: 7.47rem;
  position: relative;
  
}

.abboutbg .about .abbox .box1 .ab_r .abimg{
  position: relative;
  width: 100%;
  height: 4.93rem;
  border-radius: 0.25rem;

}

.abboutbg .about .abbox .box1 .ab_r .abimg img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.abboutbg .about .abbox .box1 .ab_r .abimg::after{
  position: absolute;
  left: -1px;
  bottom: -1px;
  content: "";
  background: url(../images/abimgbg.png) no-repeat  center;
  background-size: 100% 100%;
  width: 1.5rem;
  height: 1.61rem;
  pointer-events: none;
}


.abboutbg .about .abbox .box1 .ab_r ul{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  right: 89%;
  bottom: 0.12rem;
  width: 100%;
}


.abboutbg .about .abbox .box1 .ab_r ul li{
  margin-left: 0.3rem;
  width: 0.88rem;
  height: 0.88rem;
  max-width: 1.05rem;

}

.abboutbg .about .abbox .box1 .ab_r ul li a{
  display: block;

}

.abboutbg .about .abbox .box1 .ab_r ul li img{
  display: block;
  width:  100%;
  height: 100%;
  object-fit: contain;

}


.abboutbg .about .abbox .box2{
  position: relative;
  margin: 0.8rem auto 0 auto;
}

.abboutbg .about .abbox .box2 .txt{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.abboutbg .about .abbox .box2 .txt .ab_t{
  width: 50%;

}

.abboutbg .about .abbox .box2 .txt .nr{
  width: 47%;

}

.abboutbg .about .abbox .box2 .txt .nr p{
  margin-bottom: 0.35rem;

}

.abboutbg .about .abbox .box2 .txt .nr .more{
  margin-top: 0.45rem;

}


.abboutbg .about .abbox .box2 .ab_r{
  width: 100%;
  position: absolute;
  top: 1.25rem;
  left: 0;
}


.abboutbg .about .abbox .box2 .ab_r .abimg{
  position: relative;
  width: 7.47rem;
  height: 5.12rem;
  border-radius: 0.25rem;

}

.abboutbg .about .abbox .box2 .ab_r .abimg img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.abboutbg .about .abbox .box2 .ab_r .abimg::after{
  position: absolute;
  right: -0.18rem;
  bottom: -0.5rem;
  content: "";
  background: url(../images/abimgbg2.png) no-repeat  center;
  background-size: 100% 100%;
  width: 2.48rem;
  height: 3.68rem;
  pointer-events: none;
}

.abboutbg .about .abbox .box2 .ab_r .abimg .videoBtn {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/videoico.png) center no-repeat;
  background-size: 1.1rem 1.1rem;
  left: 0;
  top: 0;
  z-index: 99;
  border-radius: 0;

}


.abboutbg .about .abbox .box2 .ab_r .abimg .videoico {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}


.abboutbg .about .abbox .box2 .ab_r .abshow{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.abboutbg .about .abbox .box2 .ab_r .abshow .abpic{
  margin-top: 1.08rem;

}

.abboutbg .about .abbox .box2 .ab_r .abshow .abpic ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.abboutbg .about .abbox .box2 .ab_r .abshow .abpic ul li{
  width: 2.8rem;
  height: 2rem;
  margin-right: 0.3rem;
  position: relative;

}

.abboutbg .about .abbox .box2 .ab_r .abshow .abpic ul li a{
  display: block;
}

.abboutbg .about .abbox .box2 .ab_r .abshow .abpic ul li .pic{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 2rem;
  border-radius: 0.15rem;
}

.abboutbg .about .abbox .box2 .ab_r .abshow .abpic ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.15rem;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.abboutbg .about .abbox .box2 .ab_r .abshow .abpic ul li .videoBtn {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../nyimages/videoico.png) center no-repeat;
  background-size: 0.56rem 0.56rem;
  left: 0;
  top: 0;
  z-index: 99;
  border-radius: 0;

}


.abboutbg .about .abbox .box2 .ab_r .abshow .abpic ul li .videoico {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}


.abboutbg .about .abbox .box2 .ab_r .abshow .abpic ul li .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.15rem;
  background: url(../images/abimgbg3.png) no-repeat  center;
  background-size: cover;
} 

.abboutbg .about .abbox .box2 .ab_r .abshow .abpic ul li .txt p{
  position: absolute;
  left: 0;
  bottom: 0.15rem;
  padding: 0 0.2rem;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.24rem;
  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;
}


.abboutbg .about .abbox .box2 .ab_r .abshow .abhonor{

} 

.abboutbg .about .abbox .box2 .ab_r .abshow .abhonor .pic{
  background: url(../images/abimglist.png) no-repeat  center;
  background-size: 100% 100%;
  width: 2.28rem;
  height: 3.08rem;
  position: relative;
}

.abboutbg .about .abbox .box2 .ab_r .abshow .abhonor .pic img{
  display: block;
  width: calc((100% - 14px));
  height: calc((100% - 14px));
  position: absolute;
  left: 7px;
  top: 7px;


}



/* EVENTS */

.teambg{
  width: 100%;
  margin: 0rem auto 0 auto;
  background: url(../images/teambg.jpg) no-repeat  center;
  background-size: cover;
  padding: 0.8rem 0 1.1rem 0;

}

.teambg .team{
  margin: 0 auto;
}

.teambg .team .teambox{
  margin: 0.35rem auto 0 auto;
}


.teambg .team .teambox .swiper-slide{
  position: relative;
  background: #fff;
  border-radius: 0.15rem;
  height: 5.1rem;
}


.teambg .team .teambox .swiper-slide a{
  display: block;
}

.teambg .team .teambox .swiper-slide .pic{
  border-radius: 0.15rem 0.15rem 0 0;
  width: 100%;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

.teambg .team .teambox .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.15rem 0.15rem 0 0;
  object-fit: cover;
  object-position: top;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.teambg .team .teambox .swiper-slide .txt{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.1rem;
  text-align: center;
  overflow: hidden;
  padding: 0.2rem 0.35rem 0 0.35rem;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.teambg .team .teambox .swiper-slide .txt h5{
  font-size: 0.22rem;
  color: #282828;
  font-weight: bold;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.teambg .team .teambox .swiper-slide .txt i{
  display: block;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -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-top: 0.05rem;
}

.teambg .team .teambox .swiper-slide .txt p{
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.8;
  line-height: 0.3rem;
  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;
  display: none;
  margin-top: 0.1rem;
}





/* product */

.probg{
  width: 100%;
  margin: 0rem auto 0 auto;
  background: url(../images/probg.jpg) no-repeat  center;
  background-size: cover;
  padding: 0.9rem 0 0.9rem 0;
  overflow: hidden;

}

.probg .product{
  margin: 0 auto;
  position: relative;
}

.probg .product .title h3{
  color: #fff;
}

.probg .product .title em{
  color: #fff;
}

.probg .product .probox{
  margin: 0 auto;
}



.probg .product .probox .proshow .swiper-container{
  padding: 0.42rem 0;
} 

.probg .product .probox .proshow .swiper-slide{

}

.probg .product .probox .proshow .swiper-slide a{
  display: block;
}

.probg .product .probox .proshow .swiper-slide .pic{
  position: relative;
  width: 100%;
  height: 3.6rem;
  overflow: hidden;
  border-radius: 0.15rem;

}

.probg .product .probox .proshow .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 0.15rem;
}

.probg .product .probox .proshow .swiper-slide-next .pic{

  height: 3.24rem;
  margin: 0.18rem auto 0 auto;


}

.probg .product .probox .prolist{
  margin: 0.5rem auto 0 auto;
  position: relative;
  z-index: 5;
} 

.probg .product .probox .prolist::after{
  position: absolute;
  content: "";
  left: -2.3rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/pro_xt.png) no-repeat center;
  background-size: 100% 100%;
  width: calc((100% + 4.3rem));
  height: 0.07rem;
}

.probg .product .probox .prolist ul{
  margin: 0 auto;
  text-align: center;
}

.probg .product .probox .prolist ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.probg .product .probox .prolist ul li{
  display: inline-block;
  margin: 0 0.27rem;
  width: 2.5rem;
  line-height: 0.7rem;
  background: #fff;
  border-radius: 45px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.probg .product .probox .prolist ul li a{
  display: block;
  font-size: 0.22rem;
  color: #333333;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.probg .product .probox .prolist ul li.on{
  background: #cc2422;

}

.probg .product .probox .prolist ul li.on a{
  color: #fff;
}

/* hdld */

.hdldbg{
  width: 100%;
  margin: 0rem auto 0 auto;
  background: url(../images/Highlightsbg.jpg) no-repeat  center;
  background-size: cover;
  padding: 0.8rem 0 0.9rem 0;
  overflow: hidden;

}

.hdldbg .hdld{
  margin: 0 auto;
  position: relative;
}

.hdldbg .hdld .title{
  text-align: left;
  position: absolute;
  left: 0;
  top: 0.17rem;
  z-index: 5;
}


.hdldbg .hdld .hdldbox{
  margin: 0 auto;
}

.hdldbg .hdld .hdldbox .pic{
  width: 9.91rem;
  height: 6.13rem;
  position: absolute;
  right: 0;
  top: 0;

}

.hdldbg .hdld .hdldbox .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;
}

.hdldbg .hdld .hdldbox ul{
  padding-top: 1.35rem;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.hdldbg .hdld .hdldbox ul li{
  position: relative;
  z-index: 5;

  width: 32%;
  height: 1.5rem;
  border-radius: 0.15rem ;
  background: #fff;
  box-shadow: 0px 0px 6px 6px rgba(0,0,0,.03);
  margin: 0 2% 0.17rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}



.hdldbg .hdld .hdldbox ul li:nth-child(3n){
  margin-right: 0%;
}

.hdldbg .hdld .hdldbox ul li:nth-child(1),
.hdldbg .hdld .hdldbox ul li:nth-child(2),
.hdldbg .hdld .hdldbox ul li:nth-child(3){
  margin-right: 68%;

}


.hdldbg .hdld .hdldbox ul li .num{
  width: 0.9rem;
  text-align: center;
  font-size: 0.36rem;
  color: #cc2422;
  font-family: "Barlow";
  margin-top: 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hdldbg .hdld .hdldbox ul li .txt{
  width: calc((100% - 0.9rem));
  padding-right: 0.35rem;
}

.hdldbg .hdld .hdldbox ul li .txt h5{
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -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.32rem 0 0.1rem 0;
}

.hdldbg .hdld .hdldbox ul li .txt p{
  font-size: 0.16rem;
  color: #666;
  line-height: 0.28rem;
  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;
}


.hdldbg .hdld .hdldbox ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  width: 0%;
  height: 100%;
  background: #cc2422;
  border-radius: 0.15rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}





/* honor */

.honorbg{
  margin: 0 auto;
  overflow: hidden;
  padding: 0.75rem 0 0.45rem 0;
}

.honorbg .honor{
  margin: 0 auto;
}

.honorbg .honor .titlecon{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.honorbg .honor .titlecon .title{
  text-align: left;
  margin: 0;

}

.honorbg .honor .titlecon p{
  font-size: 0.16rem;
  color: #666;
  line-height: 0.3rem;

}

.honorbg .honor .honorbox{
  margin: 0.38rem auto 0 auto;
  position: relative;
}

.honorbg .honor .honorbox .swiper-container{
  margin-left: 23%;
  height: 3.66rem;
}

.honorbg .honor .honorbox .swiper-container .swiper-wrapper{

  flex-wrap: wrap;
  flex-direction: column;
}


.honorbg .honor .honorbox .swiper-slide{
  height: 1.13rem;
}

.honorbg .honor .honorbox .swiper-slide a {
  display: block;
  text-align: center;
  background: url(../images/honorlist1.png) no-repeat  center;
  background-size: 100% 100%;
  height: 1.13rem;
  padding-top: 0.1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.honorbg .honor .honorbox .swiper-slide span{
  display: block;
  overflow: hidden;
  width: 0.52rem;
  height: 0.52rem;
  margin: 0rem auto 0.08rem auto;
}

.honorbg .honor .honorbox .swiper-slide .ico1{
  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;

}

.honorbg .honor .honorbox .swiper-slide .ico2{
  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;
}

.honorbg .honor .honorbox .swiper-slide h5{
  font-size: 0.18rem;
  color: #333;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.honorbg .honor .honorbox .honor_button{
  position: absolute;
  left: 0;
  bottom: 0.7rem;
  z-index: 5;
}

.honorbg .honor .honorbox .honor_button .swiper-honor-next{
  cursor: pointer;
  background: url(../images/pro_left.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  float: left;
}

.honorbg .honor .honorbox .honor_button .swiper-honor-prev{
  cursor: pointer;
  background: url(../images/pro_right.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  float: left;
  margin-left: 0.12rem;
}






/* media */

.mediabg{
  width: 100%;
  margin: 0rem auto 0 auto;
  background: url(../images/mediabg.jpg) no-repeat  center;
  background-size: cover;
  padding: 0.7rem 0 1rem 0;
  overflow: hidden;

}

.mediabg .media{
  margin: 0 auto;
}

.mediabg .media .mediacon{
  margin: 0.47rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;


}


.mediabg .media .mediacon .media_l{
  width: 48%;

}

.mediabg .media .mediacon .media_t{
  position: relative;
  z-index: 5;
}

.mediabg .media .mediacon .media_t a{
  display: block;
  padding-left: 0.2rem;
  font-size: 0.3rem;
  color: #444444;
  font-weight: bold;
}

.mediabg .media .mediacon .media_t::after{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0.07rem;
  height: 0.3rem;
  background: #cc2422;
}


.mediabg .media .mediacon .mediabox{
  margin-top: 0.25rem;
  position: relative;
}

.mediabg .media .mediacon .mediabox .swiper-slide{
  position: relative;
}

.mediabg .media .mediacon .mediabox .swiper-slide a{
  
  display: block;
}

.mediabg .media .mediacon .mediabox .swiper-slide .pic{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 4.58rem;
  border-radius: 0.15rem;

}

.mediabg .media .mediacon .mediabox .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.15rem;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mediabg .media .mediacon .mediabox .swiper-slide .nr{
  margin: 0.4rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} 

.mediabg .media .mediacon .mediabox .swiper-slide .nr .time{
  width: 1rem;
  height: 1rem;
  background: #cc2422;
  border-radius: 0.15rem;
  text-align: center;

}

.mediabg .media .mediacon .mediabox .swiper-slide .nr .time span{
  display: block;
  font-size: 0.42rem;
  color: #ffffff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 0.44rem;
  padding-top: 0.18rem;
}

.mediabg .media .mediacon .mediabox .swiper-slide .nr .time i{
  display: block;
  font-size: 0.14rem;
  color: #ffffff;
}

.mediabg .media .mediacon .mediabox .swiper-slide .nr .txt{
  width: calc((100% - 1.25rem));
} 

.mediabg .media .mediacon .mediabox .swiper-slide .nr .txt h5{
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mediabg .media .mediacon .mediabox .swiper-slide .nr .txt p{
  font-size: 0.16rem;
  color: #666;
  line-height: 0.3rem;
  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-top: 0.13rem;
}

.mediabg .media .mediacon .mediabox .media-pagination{
  position: absolute;
  z-index: 9;
  right: 0.45rem;
  top: 4.25rem;
  left: auto;
  width: auto;

}

.mediabg .media .mediacon .mediabox .media-pagination .swiper-pagination-bullet{
  display: inline-block;
  width: 0.24rem;
  height: 2px;
  background: #fff;
  margin: 0 3px;
  border-radius: 0;
  opacity: 1;
}

.mediabg .media .mediacon .mediabox .media-pagination .swiper-pagination-bullet-active{
  background: #cc2422;
}


.mediabg .media .mediacon .media_r{
  width: 48.3%;
}

.mediabg .media .mediacon .media_r .media_show{
  height: 1.64rem;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 0.25rem;
}

.mediabg .media .mediacon .media_r .media_show a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mediabg .media .mediacon .media_r .media_show .pic{
  position: relative;
  overflow: hidden;
  width: 2.3rem;
  height: 1.53rem;
  border-radius: 0.15rem;
}

.mediabg .media .mediacon .media_r .media_show .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.15rem;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mediabg .media .mediacon .media_r .media_show .txt{
  width: calc((100% - 2.65rem));
}

.mediabg .media .mediacon .media_r .media_show .txt i{
  display: block;
  font-size: 0.16rem;
  color: #cc2422;
  font-weight: bold;
  margin: 0.1rem 0 0.03rem 0;
}

.mediabg .media .mediacon .media_r .media_show .txt h5{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.mediabg .media .mediacon .media_r .media_show .txt h5 span{
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 73%;
}

.mediabg .media .mediacon .media_r .media_show .txt h5 em{
  font-size: 0.16rem;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
}

.mediabg .media .mediacon .media_r .media_show .txt .more{
  background: #cc2422 url(../images/newsmore.png) no-repeat  center;
  background-size: 100% 100%;
  border-radius: 50%;
  width: 0.36rem;
  height: 0.36rem;
  margin-top: 0.4rem;
}

.mediabg .media .mediacon .media_r ul{
  margin-top: 0.22rem;
}

.mediabg .media .mediacon .media_r ul li{
  margin-bottom: 0.16rem;

}

.mediabg .media .mediacon .media_r ul li a{
  display: block;

}

.mediabg .media .mediacon .media_r ul li i{
  display: block;
  font-size: 0.16rem;
  color: #cc2422;
  font-weight: bold;
  margin: 0rem 0 0.04rem 0;
}

.mediabg .media .mediacon .media_r ul li h5{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.mediabg .media .mediacon .media_r ul li h5 span{
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 73%;
}

.mediabg .media .mediacon .media_r ul li h5 em{
  font-size: 0.16rem;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
}




/* fc */

.fcbg{
  width: 100%;
  margin: 0rem auto 0 auto;
  background: url(../images/fcbg.jpg) no-repeat  center;
  background-size: cover;
  padding: 0.75rem 0 1rem 0;

}

.fcbg .fc{
  margin: 0 auto;
}

.fcbg .fc .fcbox{
  margin: 0.33rem auto 0 auto;
}

.fcbg .fc .fcbox .swiper-container{
  padding: 0.2rem 0;
}


.fcbg .fc .fcbox .swiper-slide{
  border-radius: 0.15rem ;
  background: #fff;
  border: 1px solid #e7e7e7;
  box-shadow: 0px 0px 6px 6px rgba(0,0,0,.03);
  min-height: 5.56rem;
  position: relative;
  z-index: 5;
}

.fcbg .fc .fcbox .swiper-slide a{
  display: block;
}

.fcbg .fc .fcbox .swiper-slide .pic{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 3rem;
  border-radius: 0.15rem 0.15rem 0 0;
}

.fcbg .fc .fcbox .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.15rem 0.15rem 0 0;
  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 .swiper-slide .txt{
  padding: 0.3rem 0.4rem 0 0.4rem;

} 

.fcbg .fc .fcbox .swiper-slide .txt h5{
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fcbg .fc .fcbox .swiper-slide .txt p{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.2rem 0 0.25rem 0;
}

.fcbg .fc .fcbox .swiper-slide .txt em{
  display: block;
  background: #fff url(../images/fcmore.png) no-repeat center;
  background-size: 100% 100%;
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.fcbg .fc .fcbox .swiper-slide .pic .videoBtn {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/mediaico.png) center no-repeat;
  background-size: 0.56rem 0.56rem;
  left: 0;
  top: 0;
  z-index: 99;
  border-radius: 0;

}


.fcbg .fc .fcbox .swiper-slide .pic .videoico {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0.15rem 0.15rem 0 0;
  background: rgba(51, 51, 51, 0.5);
  left: 0;
  top: 0;
  z-index: 99;
}



.fcbg .fc .fcbox .swiper-slide::after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 0;
  background: #cc2422;
  border-radius: 0.15rem;
  -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.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

#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: 80%;
  margin: 0 auto;
  position: absolute;
  left: 10%;
}

#videoAlert .video_box .close img {
  width: 0.3rem;
  position: relative;
  top: -2rem;
  right: 0%;
  max-height: initial;
}

#videoAlert .video_box .close {
  margin-bottom: 0px;
  height: 0.3rem;
  position: relative;
  z-index: 10000;
  cursor: pointer;
  right: 0;

}





/* institutions */

.institutionsbg{
  width: 100%;
  margin: 0rem auto 0 auto;
  background: url(../images/institutionsbg.jpg) no-repeat  center;
  background-size: cover;
  padding: 0.7rem 0 0.85rem 0;

}

.institutionsbg .institutions{
  margin: 0 auto;
}

.institutionsbg .institutions .institutionsbox{
  margin: 0.7rem auto 0 auto;

}


.institutionsbg .institutions .institutionsbox ul li{
  margin-bottom: 0.35rem;
  margin-right: 1.3%;
  width: 24%;
  min-height: 0.85rem;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.12rem;
  position: relative;
  z-index: 5;
  float: left;

}

.institutionsbg .institutions .institutionsbox ul li h5{
  width: 1.8rem;
  line-height: 0.42rem;
  background: #cc2422;
  border-radius: 0.12rem 45px 45px 0.12rem;
  margin-top: -0.2rem;
  padding-left: 0.3rem;
  position: relative;
  z-index: 9;
  font-size: 0.18rem;
  color: #f9f9f9;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.institutionsbg .institutions .institutionsbox ul li h5 a{
  display: block;
  font-size: 0.18rem;
  color: #f9f9f9;
  font-weight: bold;

}


.institutionsbg .institutions .institutionsbox ul li p{
  padding: 0 0.3rem;
  font-size: 0.16rem;
  color: #666;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.institutionsbg .institutions .institutionsbox ul li p a{
  font-size: 0.16rem;
  color: #666;
}

.institutionsbg .institutions .institutionsbox ul li:nth-child(4),
.institutionsbg .institutions .institutionsbox ul li:nth-child(7){
  margin-right: 0;
}

.institutionsbg .institutions .institutionsbox ul li:nth-child(7){
  min-height: 4.04rem;

}

.institutionsbg .institutions .institutionsbox ul li:nth-child(5),
.institutionsbg .institutions .institutionsbox ul li:nth-child(6){
  min-height: 1.2rem;
}

.institutionsbg .institutions .institutionsbox ul li:nth-child(6){
  width: 49.3%;
}

.institutionsbg .institutions .institutionsbox ul li:nth-child(8),
.institutionsbg .institutions .institutionsbox ul li:nth-child(9),
.institutionsbg .institutions .institutionsbox ul li:nth-child(10){
  min-height: 2.46rem;
  margin-top: -2.8rem;
}




@media (min-width: 1024px){

  .abboutbg .about .abbox .box2 .ab_r .abshow .abpic ul li:hover .pic img{
    transform: scale(1.1);
  }

  .itembg .item ul li:hover .txt h5{
    color: #cc2422;

  }

  
.EVENTSbg .EVENTS .EVENTSbox ul li:hover::after{
  height: 100%;
}

.EVENTSbg .EVENTS .EVENTSbox ul li:hover h5{
  color: #fff;

}


.EVENTSbg .EVENTS .EVENTSbox ul li:hover h6{
  color: #fff;
}

.EVENTSbg .EVENTS .EVENTSbox ul li:hover p{
  color: #fff;
}

.EVENTSbg .EVENTS .EVENTSbox ul li:hover i{
  color: #fff;
  background: #e34730;
  border: 1px solid #fff;
}

.mediabg .media .mediacon .mediabox .swiper-slide:hover .pic img{
  transform: scale(1.1);
}

.mediabg .media .mediacon .mediabox .swiper-slide:hover .nr .txt h5{
  color: #cc2422;

}

.mediabg .media .mediacon .media_r .media_show:hover .txt h5 span{
  color: #cc2422;
}

.mediabg .media .mediacon .media_r ul li:hover h5 span{
  color: #cc2422;
}

.fcbg .fc .fcbox .swiper-slide:hover::after{
  height: 100%;
}

.fcbg .fc .fcbox .swiper-slide:hover .txt h5{
  color: #fff;
}

.fcbg .fc .fcbox .swiper-slide:hover .txt p{
  color: #fff;
}

.fcbg .fc .fcbox .swiper-slide:hover .txt em{

  background: #fff url(../images/fcmore2.png) no-repeat center;
  background-size: 100% 100%;

}


.hdldbg .hdld .hdldbox ul li:hover::after{
  width: 100%;
}

.hdldbg .hdld .hdldbox ul li:hover .num{
  color: #fff;
}

.hdldbg .hdld .hdldbox ul li:hover .txt h5{
  color: #fff;
}

.hdldbg .hdld .hdldbox ul li:hover .txt p{
  color: #fff;
}

.honorbg .honor .honorbox .swiper-slide:hover a {

  background: url(../images/honorlist2.png) no-repeat  center;
  background-size: 100% 100%;

}

.honorbg .honor .honorbox .swiper-slide:hover .ico1{
  transform: translateY(-100%);

}

.honorbg .honor .honorbox .swiper-slide:hover .ico2{
  transform: translateY(-100%);
}

.honorbg .honor .honorbox .swiper-slide:hover h5{
  color: #cc2422;
}


.honorbg .honor .honorbox .honor_button .swiper-honor-next:hover{
  background: #cc2422 url(../images/pro_left1.png) no-repeat  center;
  background-size: 100% 100%;
  border: 1px solid #cc2422;

}

.honorbg .honor .honorbox .honor_button .swiper-honor-prev:hover{

  background: #cc2422 url(../images/pro_right1.png) no-repeat  center;
  background-size: 100% 100%;
  border: 1px solid #cc2422;

}

.institutionsbg .institutions .institutionsbox ul li p:hover{
  color: #cc2422;
}

.institutionsbg .institutions .institutionsbox ul li p a:hover{
  color: #cc2422;
}



.teambg .team .teambox .swiper-slide:hover .txt{
  height: auto;
  background: #cc2422;
  border-radius:  0  0 0.15rem 0.15rem ;
  padding-bottom: 0.3rem;
}

.teambg .team .teambox .swiper-slide:hover .txt h5{
  color: #fff;
}

.teambg .team .teambox .swiper-slide:hover .txt i{
  display: none;
}

.teambg .team .teambox .swiper-slide:hover .txt p{
  display: -webkit-box;
}




}

@media (max-width: 1024px){

  .itembg{

    margin: 0rem auto 0 auto;

  }
  
  .itembg::after{
    width: 100%;

  }
  
  .itembg .item{
    margin: 0 auto;
    padding: 0.3rem 0 0.15rem 0;
  }
  
  
  .itembg .item ul li{
    width: 100%;
    background: none;
    margin-bottom: 0.25rem;
  }
  
  .itembg .item ul li:last-child{
    background: none;
    width: 100%;
  }
  
  
  .itembg .item ul li img{
    width: 0.76rem;
    height: 0.76rem;
  
  }
  
  .itembg .item ul li .txt{
    width: calc((100% - 1.1rem));
    padding-right: 0.1rem;
  }
  
  .itembg .item ul li .txt h5{
    font-size: 0.3rem;
    margin: 0rem 0  0.07rem 0;

  }
  
  .itembg .item ul li .txt p{
    font-size: 0.28rem;

  }


  .banner .swiper-pagination {
    bottom: 0.2rem;
  }





.title h3{
  font-size: 0.4rem;
}

.title h3 i{
  font-size: 0.4rem;
}

.title em{

  font-size: 0.26rem;
  margin-top: 0rem;
}



/* EVENTS */

.EVENTSbg{
  margin: 0rem auto 0 auto;
  padding: 0.5rem 0 0.4rem 0;

}



.EVENTSbg .EVENTS .EVENTSbox ul li{
  width: 48%;
  min-height: auto;
  margin-right: 4%;
  margin-bottom: 0.3rem;
}

.EVENTSbg .EVENTS .EVENTSbox ul li:nth-child(2){
  margin-right: 0;
}

.EVENTSbg .EVENTS .EVENTSbox ul li a {
  display: block;
  text-align: center;
  padding: 0.35rem;
}

.EVENTSbg .EVENTS .EVENTSbox ul li h5{
  font-size: 0.3rem;

}

.EVENTSbg .EVENTS .EVENTSbox ul li i{
  line-height: 0.58rem;
  font-size: 0.28rem;
  margin: 0.15rem auto 0.22rem auto;

}

.EVENTSbg .EVENTS .EVENTSbox ul li .pic{

  height: auto;
  padding-top: 56%;

}



.EVENTSbg .EVENTS .EVENTSbox ul li h6{
  font-size: 0.3rem;
  line-height: 0.4rem;
  margin: 0.3rem auto 0.05rem auto;
}

.EVENTSbg .EVENTS .EVENTSbox ul li p{
  font-size: 0.28rem;
  line-height: 0.4rem;

}

.EVENTSbg .EVENTS .EVENTSbox ul li:last-child{
  margin-right: 0;
  width: 100%;
}

.EVENTSbg .EVENTS .EVENTSbox ul li dl {
  padding: 0 0.35rem 0.35rem 0.35rem;
}

.EVENTSbg .EVENTS .EVENTSbox ul li dl dt{
  width: 31%;
  margin-right: 3%;
}





/* about */

.abboutbg{

  padding: 0.5rem 0 0.6rem 0;
  min-height:initial;

}



.abboutbg .about .abbox .txt h5{
  font-size: 0.3rem;
  color: #333333;
  font-weight: bold;

}

.abboutbg .about .abbox .txt i{

  font-size: 0.26rem;

}

.abboutbg .about .abbox .txt p{
  font-size: 0.28rem;
  line-height: 0.46rem;

}

.abboutbg .about .abbox .txt .more{
  line-height: 0.54rem;

}

.abboutbg .about .abbox .txt .more a{

  font-size: 0.28rem;

}



.abboutbg .about .abbox .box1 .txt{
  width: calc((100% - 0rem));
  margin-top: 0rem;
}

.abboutbg .about .abbox .box1 .txt span{
  background: url(../images/abico.png) no-repeat left center;
  background-size: 0.42rem 0.42rem;
  line-height: 0.42rem;
  padding-left: 0.7rem;

  margin: 0.33rem 0 0.22rem 0;
}

.abboutbg .about .abbox .box1 .txt span img{
  width: 5.84rem;
  height: 0.25rem;

}

.abboutbg .about .abbox .box1 .txt .more{
  margin-top: 0.3rem;
}

.abboutbg .about .abbox .box1 .ab_r{
  width: 100%;
  margin-top: 0.35rem;
  
}

.abboutbg .about .abbox .box1 .ab_r .abimg{

  height: auto;
  padding-top: 56%;


}




.abboutbg .about .abbox .box1 .ab_r ul{

  justify-content: left;
  position: relative;
  right: 0%;
  bottom: 0rem;
  width: 100%;
  margin-top: 0.2rem;
}




.abboutbg .about .abbox .box2{
  margin: 0.4rem auto 0 auto;
}



.abboutbg .about .abbox .box2 .txt .ab_t{
  width: 100%;

}

.abboutbg .about .abbox .box2 .txt .nr{
  width: 100%;
  margin-top: 0.2rem;

}

.abboutbg .about .abbox .box2 .txt .nr p{
  margin-bottom: 0.35rem;

}

.abboutbg .about .abbox .box2 .txt .nr .more{
  margin-top: 0.3rem;

}


.abboutbg .about .abbox .box2 .ab_r{
  width: 100%;
  position: relative;
  top: 0rem;
  left: 0;
  margin-top: 0.4rem;
}


.abboutbg .about .abbox .box2 .ab_r .abimg{
  width: 100%;
  height: auto;
  padding-top: 56%;

}



.abboutbg .about .abbox .box2 .ab_r .abshow{
  position: relative;
  right: 0;
  bottom: 0;
  width: 100%;
  justify-content: left;

}

.abboutbg .about .abbox .box2 .ab_r .abshow .abpic{
  margin-top: 0.3rem;
  width: 100%;
}

.abboutbg .about .abbox .box2 .ab_r .abshow .abpic ul{
  display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
}

.abboutbg .about .abbox .box2 .ab_r .abshow .abpic ul li{
  width: 48%;
  height: auto;
  margin-right: 0rem;

}



.abboutbg .about .abbox .box2 .ab_r .abshow .abpic ul li .pic{

  height: auto;
  padding-top: 65%;

}


.abboutbg .about .abbox .box2 .ab_r .abshow .abpic ul li .txt p{

  font-size: 0.28rem;
  line-height: 0.34rem;
}


.abboutbg .about .abbox .box2 .ab_r .abshow .abhonor{
  margin: 0.3rem auto 0 auto;

} 



.teambg{

  padding: 0.4rem 0 0.7rem 0;

}



.teambg .team .teambox .swiper-slide{
  height: auto;
}



.teambg .team .teambox .swiper-slide .pic{

  height: auto;
  padding-top: 120%;

}


.teambg .team .teambox .swiper-slide .txt{
  position: relative;
  height: auto;
  padding: 0.35rem 0.3rem ;
} 

.teambg .team .teambox .swiper-slide .txt h5{
  font-size: 0.3rem;
  line-height: 0.48rem;

}

.teambg .team .teambox .swiper-slide .txt i{
  font-size: 0.28rem;
  line-height: 0.42rem;
  margin-top: 0.05rem;
}




.probg{

  padding: 0.5rem 0 0.7rem 0;


}




.probg .product .probox .proshow .swiper-container{
  padding: 0.4rem 0;
} 




.probg .product .probox .proshow .swiper-slide .pic{

  width: 100%;
  height: auto;
  padding-top: 65%;


}


.probg .product .probox .proshow .swiper-slide-next .pic{

  height: auto;
  margin: 0 auto;


}

.probg .product .probox .prolist{
  margin: 0.2rem auto 0 auto;

} 

.probg .product .probox .prolist::after{

  left: 0rem;
  width: 100%;

}


.probg .product .probox .prolist ul li{
  margin: 0 0.2rem;
  width: 2.8rem;
  line-height: 0.8rem;

}

.probg .product .probox .prolist ul li a{

  font-size: 0.3rem;

}



/* hdld */

.hdldbg{
  padding: 0.5rem 0 0.4rem 0;


}



.hdldbg .hdld .title{
  text-align: center;
  position: relative;
  top: 0rem;

}


.hdldbg .hdld .hdldbox{
  margin: 0.35rem auto 0 auto;
}

.hdldbg .hdld .hdldbox .pic{
  width: 100%;
  height: auto;
  position: relative;


}

.hdldbg .hdld .hdldbox .pic img{
  position: relative;
}

.hdldbg .hdld .hdldbox ul{
  padding-top: 0.35rem;

}

.hdldbg .hdld .hdldbox ul li{
  width: 100%;
  height: auto;

  margin: 0 0% 0.25rem 0;
  padding-bottom: 0.3rem;

}



.hdldbg .hdld .hdldbox ul li:nth-child(3n){
  margin-right: 0%;
}

.hdldbg .hdld .hdldbox ul li:nth-child(1),
.hdldbg .hdld .hdldbox ul li:nth-child(2),
.hdldbg .hdld .hdldbox ul li:nth-child(3){
  margin-right: 0%;

}



.hdldbg .hdld .hdldbox ul li .num{
  width: 0.9rem;
  font-size: 0.4rem;
  margin-top: 0.2rem;

}

.hdldbg .hdld .hdldbox ul li .txt{
  width: calc((100% - 0.9rem));
  padding-right: 0.2rem;
}

.hdldbg .hdld .hdldbox ul li .txt h5{
  font-size: 0.3rem;
  line-height: 0.4rem;
  margin: 0.32rem 0 0.1rem 0;
}

.hdldbg .hdld .hdldbox ul li .txt p{
  font-size: 0.28rem;
  line-height: 0.4rem;
}




.honorbg{

  padding: 0.5rem 0 0.45rem 0;
}



.honorbg .honor .titlecon{
  display: block;
}

.honorbg .honor .titlecon .title{
  text-align: center;
  margin: 0 auto;

}

.honorbg .honor .titlecon p{
  font-size: 0.28rem;
  line-height: 0.45rem;
  text-align: center;
}

.honorbg .honor .honorbox{
  margin: 0.45rem auto 0 auto;
}

.honorbg .honor .honorbox .swiper-container{
  margin-left: 0%;
}




.honorbg .honor .honorbox .swiper-slide{
  height: 1.3rem;
}

.honorbg .honor .honorbox .swiper-slide a {

  height: 1.3rem;

}

.honorbg .honor .honorbox .swiper-slide span{

  width: 0.62rem;
  height: 0.62rem;

}



.honorbg .honor .honorbox .swiper-slide h5{
  font-size: 0.28rem;
  line-height: 0.4rem;

}


.honorbg .honor .honorbox .honor_button{
  position: relative;
  left: 0;
  bottom: 0rem;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.honorbg .honor .honorbox .honor_button .swiper-honor-next{

  float: left;
}

.honorbg .honor .honorbox .honor_button .swiper-honor-prev{
  float: left;
  margin-left: 0.2rem;
}




.mediabg{

  padding: 0.5rem 0 0.4rem 0;


}


.mediabg .media .mediacon{
  margin: 0.4rem auto 0 auto;



}


.mediabg .media .mediacon .media_l{
  width: 100%;

}



.mediabg .media .mediacon .media_t a{

  font-size: 0.34rem;

}



.mediabg .media .mediacon .mediabox .swiper-slide .pic{

  height: auto;
 padding-top: 65%;

}



.mediabg .media .mediacon .mediabox .swiper-slide .nr{
  margin: 0.4rem auto 0 auto;

} 

.mediabg .media .mediacon .mediabox .swiper-slide .nr .time{
  width: 1.3rem;
  height: 1.2rem;


}

.mediabg .media .mediacon .mediabox .swiper-slide .nr .time span{
  display: block;
  font-size: 0.42rem;
  line-height: 0.44rem;
  padding-top: 0.18rem;
}

.mediabg .media .mediacon .mediabox .swiper-slide .nr .time i{

  font-size: 0.26rem;

}

.mediabg .media .mediacon .mediabox .swiper-slide .nr .txt{
  width: calc((100% - 1.55rem));
} 

.mediabg .media .mediacon .mediabox .swiper-slide .nr .txt h5{
  font-size: 0.3rem;
  line-height: 0.45rem;

}

.mediabg .media .mediacon .mediabox .swiper-slide .nr .txt p{
  font-size: 0.28rem;
  line-height: 0.4rem;

}

.mediabg .media .mediacon .mediabox .media-pagination{

  top: 4.15rem;


}

.mediabg .media .mediacon .mediabox .media-pagination .swiper-pagination-bullet{
  width: 0.4rem;
  height: 5px;
  margin: 0 5px;

}




.mediabg .media .mediacon .media_r{
  width: 100%;
  margin-top: 0.45rem;
}

.mediabg .media .mediacon .media_r .media_show{
  height: auto;
  padding-bottom: 0.2rem;

}



.mediabg .media .mediacon .media_r .media_show .txt i{

  font-size: 0.28rem;
  margin: 0rem 0 0.03rem 0;
}



.mediabg .media .mediacon .media_r .media_show .txt h5 span{
  font-size: 0.3rem;
  line-height: 0.5rem;
  width: 100%;
}

.mediabg .media .mediacon .media_r .media_show .txt h5 em{
  font-size: 0.26rem;
  margin-top: 0.05rem;

}

.mediabg .media .mediacon .media_r .media_show .txt .more{

  margin-top: 0rem;
}

.mediabg .media .mediacon .media_r ul{
  margin-top: 0.35rem;
}

.mediabg .media .mediacon .media_r ul li{
  margin-bottom: 0.25rem;

}



.mediabg .media .mediacon .media_r ul li i{

  font-size: 0.26rem;

  margin: 0rem 0 0.08rem 0;
}



.mediabg .media .mediacon .media_r ul li h5 span{
  font-size: 0.3rem;
  line-height: 0.45rem;

}

.mediabg .media .mediacon .media_r ul li h5 em{
  font-size: 0.26rem;
}


.fcbg{

  padding: 0.5rem 0 0.5rem 0;

}


.fcbg .fc .fcbox{
  margin: 0.33rem auto 0 auto;
}




.fcbg .fc .fcbox .swiper-slide .pic{

  height: auto;
  padding-top: 100%;

}


.fcbg .fc .fcbox .swiper-slide .txt{
  padding: 0.3rem ;

} 

.fcbg .fc .fcbox .swiper-slide .txt h5{
  font-size: 0.3rem;
  line-height: 0.45rem;

}

.fcbg .fc .fcbox .swiper-slide .txt p{
  font-size: 0.28rem;
  line-height: 0.4rem;
}

.fcbg .fc .fcbox .swiper-slide .txt em{
  width: 0.7rem;
  height: 0.7rem;

}





.institutionsbg{

  padding: 0.5rem 0 0rem 0;

}


.institutionsbg .institutions .institutionsbox{
  margin: 0.7rem auto 0 auto;

}
.institutionsbg .institutions .institutionsbox ul{
  display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
}

.institutionsbg .institutions .institutionsbox ul li{
  margin-bottom: 0.6rem;
  margin-right: 0%;
  width: 48%;
  min-height: initial;
  padding-bottom: 0.3rem;


}

.institutionsbg .institutions .institutionsbox ul li h5{
  width: 2.8rem;
  line-height: 0.62rem;
  margin-top: -0.3rem;
  font-size: 0.3rem;
  margin-bottom: 0.2rem;
}

.institutionsbg .institutions .institutionsbox ul li h5 a{

  font-size: 0.3rem;


}


.institutionsbg .institutions .institutionsbox ul li p{
  padding: 0 0.3rem;
  font-size: 0.28rem;

}

.institutionsbg .institutions .institutionsbox ul li p a{
  font-size: 0.28rem;
}

.institutionsbg .institutions .institutionsbox ul li:nth-child(4),
.institutionsbg .institutions .institutionsbox ul li:nth-child(7){
  margin-right: 0;
}

.institutionsbg .institutions .institutionsbox ul li:nth-child(7){
  min-height: initial;

}

.institutionsbg .institutions .institutionsbox ul li:nth-child(5),
.institutionsbg .institutions .institutionsbox ul li:nth-child(6){
  min-height: initial;
}

.institutionsbg .institutions .institutionsbox ul li:nth-child(6){
  width: 48%;
}

.institutionsbg .institutions .institutionsbox ul li:nth-child(8),
.institutionsbg .institutions .institutionsbox ul li:nth-child(9),
.institutionsbg .institutions .institutionsbox ul li:nth-child(10){
  min-height: initial;
  margin-top: 0rem;
}






}