/* banner */

.banner {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.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;
  transition:1s linear 2s;
  transform:scale(1.1,1.1);
  object-fit: cover;
}

.banner .swiper-slide-active img,.banner .swiper-slide-duplicate-active img{
  transition:6s linear;
  transform:scale(1,1);
  }	


.banner .swiper-button-next1{
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;

  right: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-button-prev1{
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;

  left: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}


.banner .banner_button {
  width: 100%;
  height: 1.08rem;
  bottom: 0;
  left: 0px;
  text-align: center;
  position: absolute;
  z-index: 5;
  background: url(../images/bannerxt.png) no-repeat  center;
  background-size: contain;
}


.banner .banner_button .button img{
  display: block;
  margin: 0.2rem auto 0 auto;
  width: 0.16rem;
  height: 0.26rem;
}

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

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0  0.05rem  ;
  background-color: #fff;
  width: 0.1rem;
  height: 0.1rem;
  line-height: 0.1rem;
  opacity: 0.5;
  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{
  opacity: 1;
}






.fix-top {
  padding-top: 100vh;
  position: relative;
  transition: all .7s cubic-bezier(.5,0,.2,1) 0s;
  z-index: -1;
}



.fix-top.fixed {
  padding-top: 0;
}


@media (max-width: 640px){

  .fix-top.fixed {
    padding-top: 0.8rem;
  }
}


.fix-body {
  background: #fff;
  position: relative;
  z-index: 5;
}

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


@media (max-width: 980px){

  .banner{
    top: 1rem;
    bottom: auto;

  }

  .banner .banner_button {
    width: 100%;
    height: 0.75rem;
  }
  
  
  .banner .banner_button .button img{
    display: block;
    margin: 0.1rem auto 0 auto;
  }

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

  .fix-top{
    padding-top: 62%;
  }

}


.ts .swiper-slide{
  height: 500px;
  background: #ff0000;

}



/* title */

.title{
  overflow: hidden;

}

.title .title_l{
  float: left;
  background: url(../images/title.png) no-repeat top left;
  padding-left: 0.3rem;
  height: 0.8rem;
}

.title .title_l h3{
  font-size: 0.36rem;
  color: #fff;
  padding-top: 0.06rem;

}

.title .title_l h3 a{
  font-size: 0.36rem;
  color: #fff;
  display: block;

}

.title .title_l span{
  display: block;
  font-size: 0.16rem;
  color: #fff;
  text-transform: capitalize;
  font-style: italic;
  opacity: 0.4;
  font-family:"Cochin"
}


.title .titlemore{
  float: right;
  margin-top: 0.3rem;
}

.title .titlemore a{
  display: block;
  font-size: 0.18rem;
  color: #fff;
  letter-spacing: 1px;
}

.title .titlemore a img{
  display: inline-block;
  width: 0.28rem;
  height: 0.19rem;
  position: relative;
  top: -0.02rem;

}

.title .titlemore:hover a img {
  animation: beat 0.5s 1;
}



@keyframes beat{from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
}

@media (max-width: 980px){

  
  .title .title_l{
    float: left;
    height: auto;
    background-size: contain;
  }
  
  .title .title_l h3{
    font-size: 0.36rem;
    padding-top: 0.06rem;
  
  }
  
  .title .title_l h3 a{
    font-size: 0.36rem;

  
  }
  
  .title .title_l span{
    display: block;
    font-size: 0.28rem;
  }
  
  
  .title .titlemore{
    float: right;
    margin-top: 0.3rem;
  }
  
  .title .titlemore a{
    display: block;
    font-size: 0.24rem;
    color: #fff;
    letter-spacing: 1px;
  }
  
  .title .titlemore a img{
    display: inline-block;
    width: 0.36rem;
    height: auto;
    position: relative;
    top: -0.02rem;
  
  }


}

/* news */


.newsbg{
  margin: 0rem auto 0 auto;
  background: url(../images/newsbg.jpg) no-repeat top center;
  background-size: cover;
  overflow: hidden;
  padding: 1.7rem  0 1.18rem 0;
}


.newsbg .news{
  margin: 0 auto;
}

.newsbg .news .title .title_l h3{
  color: #000;

}

.newsbg .news .title .title_l span{
  color: #888888;
  text-transform: uppercase;
}

.newsbg .news .title .newsmore{
  float: right;
  margin-top: 0.18rem;
  width: 1.9rem;
  height: 0.44rem;
  line-height: 0.44rem;
  border-radius: 45px;
  background: #982522;
  text-align: center;
  font-size: 0.2rem;
}


.newsbg .news .newsbox{
  margin: 0.18rem auto 0 auto;
}

.newsbg .news .newsbox .newsleft{
  position: relative;
  width: 47%;

}

.newsbg .news .newsbox .newsleft .newsimg{
  position: relative;
  width: 100%;
  padding-top: 65%;
  overflow: hidden;

}

.newsbg .news .newsbox .newsleft .newsimg img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  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 .newsleft:hover .newsimg img{
  transform: scale(1.1);
}

.newsbg .news .newsbox .newsleft .txt{
  height: 1.6rem;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, .03);
}

.newsbg .news .newsbox .newsleft .txt .time{
  float: left;
  text-align: center;
  background: #e0b57b;
  width: 20%;
  height: 100%;
}

.newsbg .news .newsbox .newsleft .txt .time span{
  display: block;
  font-size: 0.6rem;
  color: #fff;
  font-family: "Cochin";
  font-weight: bold;
  line-height: 0.4rem;
  padding: 0.4rem 0 0.05rem 0;
}

.newsbg .news .newsbox .newsleft .txt .time i{
  display: block;
  font-size: 0.2rem;
  color: #fff;
  font-family: "Cochin";
  font-weight: bold;
  margin-top: 0.1rem;
}


.newsbg .news .newsbox .newsleft .txt .txtnr{
  float: left;
  margin-left: 4%;
  width: 69%;
}

.newsbg .news .newsbox .newsleft .txt .txtnr a{
  font-size: 0.28rem;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.28rem 0 0.1rem 0;
}

.newsbg .news .newsbox .newsleft:hover .txt .txtnr a{
  color: #ba1c3e;
}

.newsbg .news .newsbox .newsleft .txt .txtnr p{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  opacity: 0.6;
}

.newsbg .news .newsbox .newscent{
  position: relative;
  width: 23%;
  margin-top: 0.45rem;

}

.newsbg .news .newsbox .newscent .newscenttop{
  overflow: hidden;

}

.newsbg .news .newsbox .newscent .newscenttop .newsimg{
  position: relative;
  width: 100%;
  padding-top: 64%;
  overflow: hidden;
}

.newsbg .news .newsbox .newscent .newscenttop .newsimg img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  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 .newscent .newscenttop:hover .newsimg img{
  transform: scale(1.1);
}

.newsbg .news .newsbox .newscent .newscenttop .txt{
  height: 1.27rem;
  padding: 0 5%;
  background: #982522;
} 

.newsbg .news .newsbox .newscent .newscenttop .txt span{
  display: block;
  overflow: hidden;
  margin: 0rem 0 0.07rem 0;
  padding-top: 0.15rem;
}

.newsbg .news .newsbox .newscent .newscenttop .txt span em{
  display: block;
  float: left;
  margin-right: 0.05rem;
  background: url(../images/ico1.png) no-repeat left center;
  width: 0.2rem;
  height: 0.2rem;
  background-size: 100%;
}

.newsbg .news .newsbox .newscent .newscenttop .txt span i{
  display: block;
  float: left;
  font-size: 0.16rem;
  color: #fff;
  font-style: italic;
  line-height: 0.2rem;
  font-family:"Cochin" 

}

.newsbg .news .newsbox .newscent .newscenttop .txt a{
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  display: block;

}


.newsbg .news .newsbox .newscent .newscentbottom{
  margin: 0.3rem 0 0 0;
  width: 100%;
  padding: 0 5%;
  height: 2.37rem;
  background: #fff;
  border-bottom: 3px solid #77201e;

}

.newsbg .news .newsbox .newscent .newscentbottom span{
  display: block;
  overflow: hidden;
  margin: 0rem 0 0.08rem 0;
  padding-top: 0.3rem;
}

.newsbg .news .newsbox .newscent .newscentbottom span em{
  display: block;
  float: left;
  margin-right: 0.05rem;
  background: url(../images/ico2.png) no-repeat left center;
  width: 0.2rem;
  height: 0.2rem;
  background-size: 100%;
}

.newsbg .news .newsbox .newscent .newscentbottom span i{
  display: block;
  float: left;
  font-size: 0.16rem;
  color: #ba1c3e;
  font-style: italic;
  line-height: 0.2rem;
  font-family:"Cochin" 
}

.newsbg .news .newsbox .newscent .newscentbottom a{
  font-size: 0.2rem;
  color: #000;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.newsbg .news .newsbox .newscent .newscentbottom:hover a{
  color: #ba1c3e;
}

.newsbg .news .newsbox .newscent .newscentbottom p{
  font-size: 0.16rem;
  color: #666;
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  margin-top: 0.05rem;
  opacity: 0.6;
}



.newsbg .news .newsbox .newsright{
  position: relative;
  width: 27%;
  border-top: 3px solid #982522;
}

.newsbg .news .newsbox .newsright ul{
  background: #fff;
  padding-top: 0.2rem;
  padding-bottom: 0.33rem;
  -webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, .03);
  overflow: hidden;
}

.newsbg .news .newsbox .newsright ul li{
  width: 85%;
  margin: 0 auto;
  padding-top: 0.25rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #eaeaea;
}

.newsbg .news .newsbox .newsright ul li:last-child{
  border-bottom: 1px solid #fff;
}

.newsbg .news .newsbox .newsright ul li span{
  display: block;
  overflow: hidden;

}

.newsbg .news .newsbox .newsright ul li span em{
  display: block;
  float: left;
  margin-right: 0.05rem;
  background: url(../images/ico2.png) no-repeat left center;
  width: 0.2rem;
  height: 0.2rem;
  background-size: 100%;
}

.newsbg .news .newsbox .newsright ul li span i{
  display: block;
  float: left;
  font-size: 0.16rem;
  color: #ba1c3e;
  font-style: italic;
  line-height: 0.2rem;
  font-family:"Cochin" 
}

.newsbg .news .newsbox .newsright ul li a{
  font-size: 0.2rem;
  color: #000;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  display: block;
  margin-top: 0.1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox .newsright ul li:hover a{
  color: #ba1c3e;
}

@media (max-width: 980px){

  .newsbg{
    margin: 0rem auto 0 auto;
    padding: 0.8rem  0 0.8rem 0;
  }
  
  
  .newsbg .news .title .newsmore{
    width: 2.2rem;
    height: 0.48rem;
    line-height: 0.48rem;
  }
  
  
  .newsbg .news .newsbox{
    margin: 0.25rem auto 0 auto;
  }
  
  .newsbg .news .newsbox .newsleft{
    position: relative;
    width: 100%;
  
  }
  
  
  .newsbg .news .newsbox .newsleft .txt{
    height: 1.6rem;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, .03);
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, .03);
  }

  
  .newsbg .news .newsbox .newsleft .txt .txtnr a{
    font-size: 0.28rem;
    margin: 0.2rem 0 0.1rem 0;
  }
  
  .newsbg .news .newsbox .newsleft .txt .txtnr p{
    font-size: 0.24rem;
    line-height: 0.35rem;
    height: 0.7rem;
  }
  
  .newsbg .news .newsbox .newscent{
    position: relative;
    width: 100%;
    margin-top: 0.4rem;
  
  }
  

  
  .newsbg .news .newsbox .newscent .newscenttop .txt{
    height: 1.35rem;
    padding: 0 5%;
    background: #982522;
  } 
  
  .newsbg .news .newsbox .newscent .newscenttop .txt span{
    display: block;
    overflow: hidden;
    margin: 0rem 0 0.07rem 0;
    padding-top: 0.25rem;
  }
  
  .newsbg .news .newsbox .newscent .newscenttop .txt span em{
    display: block;
    float: left;
    margin-right: 0.1rem;
    width: 0.4rem;
    height: 0.4rem;
  }
  
  .newsbg .news .newsbox .newscent .newscenttop .txt span i{
    font-size: 0.24rem;
    line-height: 0.4rem;
  
  }
  
  .newsbg .news .newsbox .newscent .newscenttop .txt a{
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.32rem;
    height: 0.64rem;
    overflow: hidden;
    display: block;
  
  }

  .newsbg .news .newsbox .newscent .newscentbottom{
    height: 2.57rem;
  }
  
  
  .newsbg .news .newsbox .newscent .newscentbottom span em{
    margin-right: 0.1rem;
    width: 0.4rem;
    height: 0.4rem;

  }
  
  .newsbg .news .newsbox .newscent .newscentbottom span i{
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  
  .newsbg .news .newsbox .newscent .newscentbottom a{
    font-size: 0.3rem;
    color: #000;
    line-height: 0.35rem;
    height: 0.7rem;
    overflow: hidden;
    display: block;
  }
  
  .newsbg .news .newsbox .newscent .newscentbottom p{
    font-size: 0.26rem;
    color: #666;
    line-height: 0.35rem;
    height: 0.7rem;
    margin-top: 0.1rem;
  }
  
  
  
  .newsbg .news .newsbox .newsright{
    position: relative;
    width: 100%;
    border-top: 3px solid #982522;
    margin-top: 0.3rem;
  }
  
  .newsbg .news .newsbox .newsright ul{

  }
  

  
  .newsbg .news .newsbox .newsright ul li span em{
    margin-right: 0.1rem;
    width: 0.4rem;
    height: 0.4rem;

  }
  
  .newsbg .news .newsbox .newsright ul li span i{

    font-size: 0.24rem;

    line-height: 0.4rem;
  }
  
  .newsbg .news .newsbox .newsright ul li a{
    font-size: 0.24rem;
    color: #000;
    line-height: 0.4rem;
    height: 0.8rem;
    overflow: hidden;
    display: block;
    margin-top: 0.1rem;
  }



}



/* notice */

.noticebg{
  margin: 0 auto;
  background: url(../images/newsbg1.jpg) no-repeat top center;
  background-size: cover;
  overflow: hidden;
  padding: 0.8rem 0 0.39rem 0;
}

.noticebg .notice{
  margin: 0 auto;
}

.noticebg .notice .Campus{
  position: relative;
  width: 47%;
}

.noticebg .notice .Campus .title{
  overflow: hidden;
}

.noticebg .notice .Campus .Campusbox{
  margin: 0.3rem 0 0 0;
}


.noticebg .notice .Campus .Campusbox .Campusshow{
  overflow: hidden;
  height: 2.4rem;
  background: #f3edd7;
  width: 100%;
}

.noticebg .notice .Campus .Campusbox .Campusshow .newsimg{
  float: left;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}


.noticebg .notice .Campus .Campusbox .Campusshow .newsimg img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.noticebg .notice .Campus .Campusbox .Campusshow:hover .newsimg img{
  transform: scale(1.1);
}

.noticebg .notice .Campus .Campusbox .Campusshow .txt{
  float: left;
  width: 43%;
  margin-left: 2.5%;
  margin-top: 0.3rem;
} 


.noticebg .notice .Campus .Campusbox .Campusshow .txt span{
  display: block;
  overflow: hidden;
}

.noticebg .notice .Campus .Campusbox .Campusshow .txt span em{
  display: block;
  float: left;
  margin-right: 0.05rem;
  background: url(../images/ico2.png) no-repeat left center;
  width: 0.2rem;
  height: 0.2rem;
  background-size: 100%;
}

.noticebg .notice .Campus .Campusbox .Campusshow .txt i{
  display: block;
  float: left;
  font-size: 0.16rem;
  color: #ba1c3e;
  font-style: italic;
  line-height: 0.2rem;
  font-family:"Cochin" 
}

.noticebg .notice .Campus .Campusbox .Campusshow .txt a{
  font-size: 0.2rem;
  color: #000;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  display: block;
  margin-top: 0.12rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .Campus .Campusbox .Campusshow:hover .txt a{
  color: #ba1c3e;
}

.noticebg .notice .Campus .Campusbox .Campusshow .txt p{
  font-size: 0.16rem;
  color: #666;
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  margin-top: 0.1rem;
  font-family: "Microsoft YaHei Regular";
  opacity: 0.6;
}

.noticebg .notice .Campus .Campuslist{
  margin: 0.2rem auto 0 auto;
}

.noticebg .notice .Campus .Campuslist ul li{
  line-height: 0.48rem;
  overflow: hidden;

}

.noticebg .notice .Campus .Campuslist ul li a{
  font-size: 0.16rem;
  color: #FFFFFF;
  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;
  float: left;
  width: 70%;
  padding-left: 0.3rem;
  background: url(../images/ico3.png) no-repeat left center;
}

.noticebg .notice .Campus .Campuslist ul li:hover a{
  transform: translateX(10px);
  color: #dca474;
}

.noticebg .notice .Campus .Campuslist ul li span{
  display: block;
  float: right;
  font-size: 0.16rem;
  color: #FFFFFF;
  font-family:"Cochin" ;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .Campus .Campuslist ul li:hover span{
  color: #dca474;
}

.noticebg .notice .announcement{
  width: 48.5%;
}

.noticebg .notice .announcement .noticebox{
  margin: 0.5rem 0 0 2%;
}

.noticebg .notice .announcement .noticebox ul li{
  overflow: hidden;
  height: 1.3rem;
  margin-bottom: 0.6rem;

}

.noticebg .notice .announcement .noticebox ul li .time{
  float: left;
  width: 0.9rem;
  height: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 0.04rem;
}

.noticebg .notice .announcement .noticebox ul li .time .timebox{
  position: relative;
  z-index: 5;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 12px;
  text-align: center;

}

.noticebg .notice .announcement .noticebox ul li .time .timebox span{
  display: block;
  line-height: 0.46rem;
  font-size: 0.4rem;
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family:"Cochin" 
}

.noticebg .notice .announcement .noticebox ul li .time .timebox i{
  display: block;
  margin: 0 auto;
  height: 0.34rem;
  line-height: 0.34rem;
  background: #c29063;
  border-radius: 5px;
  font-size: 0.16rem;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family:"Cochin" 
}

.noticebg .notice .announcement .noticebox ul li .time .timebox::after{
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 0px;
  border-radius: 5px;
  content: "";
  z-index: -1;
  background: #c29063 url(../images/time.png) no-repeat left center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .announcement .noticebox ul li:hover .time .timebox::after{
  height: 100%;
}

.noticebg .notice .announcement .noticebox ul li:hover .time .timebox i{
  background: none;
  height: 0.3rem;
  line-height: 0.3rem;
}

.noticebg .notice .announcement .noticebox ul li:hover .time .timebox span{
  line-height: 0.3rem;
  padding-top: 0.1rem;
}

.noticebg .notice .announcement .noticebox ul li .txt{
  float: right;
  width: 81.5%;
  height: 1.29rem;
  border-bottom: 1px solid  rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 5;

}

.noticebg .notice .announcement .noticebox ul li .txt a{
  font-size: 0.2rem;
  color: #FFFFFF;
  font-weight: bold;
  font-family: 'Microsoft YaHei';
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .announcement .noticebox ul li:hover .txt a{
  color: #dca474;
}

.noticebg .notice .announcement .noticebox ul li .txt p{
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  font-family: 'Microsoft YaHei';
  opacity: 0.8;
  margin-top: 0.15rem;
}

.noticebg .notice .announcement .noticebox ul li .txt::after{
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  content: "";
  background: #c29063;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.noticebg .notice .announcement .noticebox ul li:hover .txt::after{
  width: 100%;
}



@media (max-width: 980px){


  .noticebg{
    padding: 0.5rem 0 0.39rem 0;
  }
  
  
  .noticebg .notice .Campus{
    position: relative;
    width: 100%;
  }
  
  
  .noticebg .notice .Campus .Campusbox{
    margin: 0.3rem 0 0 0;
  }
  
  
  .noticebg .notice .Campus .Campusbox .Campusshow{
    overflow: hidden;
    height: auto;
    background: #fff;
    width: 100%;
  }
  
  .noticebg .notice .Campus .Campusbox .Campusshow .newsimg{
    float: none;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 60%;
  }
  
  
  
  .noticebg .notice .Campus .Campusbox .Campusshow .txt{
    float: none;
    width: 100%;
    margin-left: 0%;
    margin-top: 0rem;
    padding: 0.3rem 3%;
  } 
  
  
  .noticebg .notice .Campus .Campusbox .Campusshow .txt span{
    display: block;
    overflow: hidden;
  }
  
  .noticebg .notice .Campus .Campusbox .Campusshow .txt span em{
    display: block;
    float: left;
    margin-right: 0.1rem;
    background: url(../images/ico2.png) no-repeat left center;
    width: 0.4rem;
    height: 0.4rem;
  }
  
  .noticebg .notice .Campus .Campusbox .Campusshow .txt i{
    display: block;
    float: left;
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  
  .noticebg .notice .Campus .Campusbox .Campusshow .txt a{
    font-size: 0.28rem;
    color: #000;
    line-height: 0.32rem;
    height: 0.64rem;
    overflow: hidden;
    display: block;
    margin-top: 0.12rem;
  }
  
  .noticebg .notice .Campus .Campusbox .Campusshow .txt p{
    font-size: 0.24rem;
    color: #666;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
  }
  
  .noticebg .notice .Campus .Campuslist{
    margin: 0.2rem auto 0 auto;
  }
  
  .noticebg .notice .Campus .Campuslist ul li{
    line-height: 0.68rem;
    overflow: hidden;
  
  }
  
  .noticebg .notice .Campus .Campuslist ul li a{
    font-size: 0.24rem;
    width: 70%;
    padding-left: 0.3rem;
    background: url(../images/ico3.png) no-repeat left center;
  }
  
  .noticebg .notice .Campus .Campuslist ul li span{
    display: block;
    float: right;
    font-size: 0.24rem;
    color: #FFFFFF;
  }
  
  .noticebg .notice .announcement{
    width: 100%;
    margin: 0.3rem auto 0 auto;
  }
  
  .noticebg .notice .announcement .noticebox{
    margin: 0.5rem 0 0 0%;
  }
  
  .noticebg .notice .announcement .noticebox ul li{
    overflow: hidden;
    height: 1.5rem;
    margin-bottom: 0.6rem;
  
  }
  
  .noticebg .notice .announcement .noticebox ul li .time{
    float: left;
    width: 1.3rem;
    height: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 0.04rem;
  }
  
  .noticebg .notice .announcement .noticebox ul li .time .timebox{
    position: relative;
    z-index: 5;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 12px;
    text-align: center;
  
  }
  
  .noticebg .notice .announcement .noticebox ul li .time .timebox span{
    display: block;
    line-height: 0.66rem;
    font-size: 0.4rem;
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .noticebg .notice .announcement .noticebox ul li .time .timebox i{
    display: block;
    margin: 0 auto;
    height: 0.34rem;
    line-height: 0.34rem;
    background: #c29063;
    border-radius: 5px;
    font-size: 0.18rem;
    color: #fff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .noticebg .notice .announcement .noticebox ul li .time .timebox::after{
    display: none;
  }
  
  
  .noticebg .notice .announcement .noticebox ul li:hover .time .timebox span{
    line-height: 0.66rem;

  }


  .noticebg .notice .announcement .noticebox ul li .txt{
    float: right;
    width: 75%;
    height: 1.49rem;
    border-bottom: 1px solid  rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 5;
  
  }
  
  .noticebg .notice .announcement .noticebox ul li .txt a{
    font-size: 0.28rem;
  }
  
  .noticebg .notice .announcement .noticebox ul li .txt p{
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.4rem;
    height: 0.8rem;
    opacity: 0.8;
    margin-top: 0.15rem;
  }
  
  .noticebg .notice .announcement .noticebox ul li .txt::after{
    display: none;
  }
  




}

/* science */

.sciencebg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/noticebg.jpg) no-repeat  center;
  background-size: cover;
  overflow: hidden;
  padding: 1.8rem 0 1.85rem 0;
  height: 9.55rem;
}

.sciencebg .science{
  margin: 0 auto;
}

.sciencebg .science .science_l{
  float: left;
  width: 43%;
  margin-left: 4%;
}

.sciencebg .science .science_l .sciencebox{
  margin: 0.45rem auto 0 auto;
}

.sciencebg .science .science_l .sciencebox ul li{
  overflow: hidden;
  position: relative;
  width: 100%;
}

.sciencebg .science .science_l .sciencebox ul li .nrleft{
  float: left;
  width: 90%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.sciencebg .science .science_l .sciencebox ul li .nrleft .time{
  height: 0.42rem;
  line-height: 0.42rem;
  position: relative;
  z-index: 5;

}

.sciencebg .science .science_l .sciencebox ul li .nrleft .time::after{
  position: absolute;
  left: 0.15rem;
  top: 0rem;
  content: "";
  z-index: -1;
  width: 1.42rem;
  height: 100%;
  background: #fff;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.sciencebg .science .science_l .sciencebox ul li .nrleft .time span{
  display: block;
  float: left;
  width: 0.33rem;
  height: 0.33rem;
  background: url(../images/timeico1.png) no-repeat  center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.05rem;
  background-size: 100%;
}

.sciencebg .science .science_l .sciencebox ul li .nrleft .time i{
  display: block;
  float: left;
  margin-left: 0.15rem;
  font-size: 0.16rem;
  color: #874d4d;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family:"Cochin"
}

.sciencebg .science .science_l .sciencebox ul li .nrleft .txt{
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 0 0 0.16rem;
  padding: 0.17rem 0 0.4rem 0.15rem;

} 

.sciencebg .science .science_l .sciencebox ul li .nrleft .txt a{
  font-size: 0.18rem;
  color: #fff;
  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;
}

.sciencebg .science .science_l .sciencebox ul li .nrleft .txt p{
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.32rem;
  height: 0rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.1rem;

}

.sciencebg .science .science_l .sciencebox ul li .pic{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 32%;
  padding-top: 23.5%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;

}

.sciencebg .science .science_l .sciencebox ul li .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sciencebg .science .science_l .sciencebox ul li .pic::after{
  position: absolute;
  content: "";
  right: -1px;
  top: 0px;
  width: 5px;
  height: 100%;
  background: url(../images/imgxt.png) no-repeat top center;
}

.sciencebg .science .science_l .sciencebox ul li:last-child .nrleft .txt{
  border-left: none;
}

.sciencebg .science .science_l .sciencebox ul li.on .nrleft  .time::after{
  background: #c29063;
}


.sciencebg .science .science_l .sciencebox ul li.on .nrleft  .time span{
  background: url(../images/timeico2.png) no-repeat  center;
  background-size: 100%;
}

.sciencebg .science .science_l .sciencebox ul li.on .nrleft  .time i{
  color: #fff;
}

.sciencebg .science .science_l .sciencebox ul li.on .nrleft .txt p{
  height: 0.32rem;
}

.sciencebg .science .science_l .sciencebox ul li.on .nrleft .txt a{
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
}

.sciencebg .science .science_l .sciencebox ul li.on .nrleft{
  width: 65%;
}

.sciencebg .science .science_l .sciencebox ul li.on .pic{
  opacity: 1;

}

.sciencebg .science .science_l .sciencebox ul li:hover .nrleft .txt a{
  color: #dca474;

}


.sciencebg .science .science_r{
  float: right;
  width: 44.5%;
  margin-right: 3%;
}


.sciencebg .science .science_r .Academicbox{
  margin: 0.45rem auto 0 auto;
}


.sciencebg .science .science_r .Academicbox .Academic_show{
  float: left;
  width: 44%;
}

.sciencebg .science .science_r .Academicbox .Academic_show .pic{
  position: relative;
  width: 100%;
  padding-top: 73%;
  overflow: hidden;
}

.sciencebg .science .science_r .Academicbox .Academic_show .pic img{
  position: absolute;
  left: 0px;
  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;

}

.sciencebg .science .science_r .Academicbox .Academic_show:hover .pic img{
  transform: scale(1.1);
}

.sciencebg .science .science_r .Academicbox .Academic_show .txt{
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-top: none;
  height: 2rem;
  padding: 0.15rem 6% 0 6%;

} 

.sciencebg .science .science_r .Academicbox .Academic_show .txt a{
  display: block;
  font-size: 0.16rem;
  color: #fff;
  font-family: 'Microsoft YaHei';
  font-weight: bold;
  line-height: 0.35rem;
  height: 0.7rem;
  overflow: hidden;
  margin: 0rem auto 0.1rem auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.sciencebg .science .science_r .Academicbox .Academic_show .txt p{
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
}

.sciencebg .science .science_r .Academicbox .Academic_show:hover .txt a{
  color: #dca474;

}



.sciencebg .science .science_r .Academicbox .list{
  float: right;
  width: 48%;

} 

.sciencebg .science .science_r .Academicbox .list ul li{
  overflow: hidden;

}

.sciencebg .science .science_r .Academicbox .list ul li .time{
  height: 0.42rem;
  line-height: 0.42rem;
  position: relative;
  z-index: 5;

}

.sciencebg .science .science_r .Academicbox .list ul li .time::after{
  position: absolute;
  left: 0.15rem;
  top: 0rem;
  content: "";
  z-index: -1;
  width: 1.42rem;
  height: 100%;
  background: #fff;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.sciencebg .science .science_r .Academicbox .list ul li .time span{
  display: block;
  float: left;
  width: 0.33rem;
  height: 0.33rem;
  background: url(../images/timeico1.png) no-repeat  center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.05rem;
  background-size: 100%;
}

.sciencebg .science .science_r .Academicbox .list ul li .time i{
  display: block;
  float: left;
  margin-left: 0.15rem;
  font-size: 0.16rem;
  color: #874d4d;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family:"Cochin"
}

.sciencebg .science .science_r .Academicbox .list ul li .txt{
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 0 0 0.16rem;
  padding: 0.13rem 0 0.3rem 0.15rem;

} 

.sciencebg .science .science_r .Academicbox .list ul li .txt a{
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.sciencebg .science .science_r .Academicbox .list ul li:last-child .txt{
  border-left: none;
}

.sciencebg .science .science_r .Academicbox .list ul li:hover .time::after{
  background: #c29063;
}


.sciencebg .science .science_r .Academicbox .list ul li:hover .time span{
  background: url(../images/timeico2.png) no-repeat  center;
  background-size: 100%;
}

.sciencebg .science .science_r .Academicbox .list ul li:hover .time i{
  color: #fff;
}

.sciencebg .science .science_r .Academicbox .list ul li:hover .txt a{
  color: #dca474;

}




@media (max-width: 980px){


  .sciencebg{
    padding: 0.8rem 0 0.85rem 0;
    height: auto;
  }
  
  
  .sciencebg .science .science_l{
    float: none;
    width: 100%;
    margin-left: 0%;
  }
  
  .sciencebg .science .science_l .sciencebox{
    margin: 0.45rem auto 0 auto;
  }
  

  
  .sciencebg .science .science_l .sciencebox ul li .nrleft{
    float: left;
    width: 100%;
  }
  
  .sciencebg .science .science_l .sciencebox ul li .nrleft .time{
    height: 0.62rem;
    line-height: 0.62rem;
    position: relative;
    z-index: 5;
  
  }
  
  .sciencebg .science .science_l .sciencebox ul li .nrleft .time::after{
    position: absolute;
    left: 0.2rem;
    width: 2.22rem;

  }
  
  .sciencebg .science .science_l .sciencebox ul li .nrleft .time span{
    display: block;
    float: left;
    width: 0.53rem;
    height: 0.53rem;
  }
  
  .sciencebg .science .science_l .sciencebox ul li .nrleft .time i{

    font-size: 0.24rem;
    color: #874d4d;
  }
  
  .sciencebg .science .science_l .sciencebox ul li .nrleft .txt{
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 0 0 0.16rem;
    padding: 0.2rem 0 0.4rem 0.15rem;
  
  } 
  
  .sciencebg .science .science_l .sciencebox ul li .nrleft .txt a{
    font-size: 0.28rem;
  }
  
  .sciencebg .science .science_l .sciencebox ul li .nrleft .txt p{
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.32rem;
    height: 0rem;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 0.1rem;
  
  }
  
  
  .sciencebg .science .science_l .sciencebox ul li.on .nrleft  .time::after{
    background: #fff;
  }
  
  
  .sciencebg .science .science_l .sciencebox ul li.on .nrleft  .time span{
    background: url(../images/timeico1.png) no-repeat  center;
    background-size: 100%;
  }
  
  .sciencebg .science .science_l .sciencebox ul li.on .nrleft  .time i{
    color: #874d4d;
  }
  
  .sciencebg .science .science_l .sciencebox ul li.on .nrleft .txt p{
    height: 0;
  }
  
  .sciencebg .science .science_l .sciencebox ul li.on .nrleft .txt a{
    font-size: 0.28rem;
    color: #fff;
    font-weight: normal;
  }
  
  .sciencebg .science .science_l .sciencebox ul li.on .nrleft{
    width: 100%;
  }
  
  .sciencebg .science .science_l .sciencebox ul li.on .pic{
    opacity: 0;
  
  }
  
  
  .sciencebg .science .science_r{
    float: none;
    width: 100%;
    margin-right: 0%;
    margin: 0.3rem auto 0 auto;
  }
  
  
  .sciencebg .science .science_r .Academicbox{
    margin: 0.45rem auto 0 auto;
  }
  
  
  .sciencebg .science .science_r .Academicbox .Academic_show{
    float: none;
    width: 100%;
  }
  
  .sciencebg .science .science_r .Academicbox .Academic_show .txt{
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-top: none;
    height: auto;
    padding: 0.3rem 6% 0.2rem 6%;
  
  } 
  
  .sciencebg .science .science_r .Academicbox .Academic_show .txt a{
    display: block;
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.8rem;
    overflow: hidden;
  
  }
  
  .sciencebg .science .science_r .Academicbox .Academic_show .txt p{
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.4rem;
    height: 1.2rem;
    overflow: hidden;
  }
  
  .sciencebg .science .science_r .Academicbox .list{
    float: none;
    width: 100%;
    margin: 0.5rem auto 0 auto;
  
  } 
  
  
  .sciencebg .science .science_r .Academicbox .list ul li .time{
    height: 0.52rem;
    line-height: 0.52rem;
    position: relative;
    z-index: 5;
  
  }
  
  .sciencebg .science .science_r .Academicbox .list ul li .time::after{
    position: absolute;
    left: 0.2rem;
    width: 2.22rem;

  }
  
  .sciencebg .science .science_r .Academicbox .list ul li .time span{
    width: 0.43rem;
    height: 0.43rem;
  }
  
  .sciencebg .science .science_r .Academicbox .list ul li .time i{
    display: block;
    float: left;
    margin-left: 0.15rem;
    font-size: 0.24rem;
  }
  
  .sciencebg .science .science_r .Academicbox .list ul li .txt{
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 0 0 0.16rem;
    padding: 0.18rem 0 0.3rem 0.15rem;
  
  } 
  
  .sciencebg .science .science_r .Academicbox .list ul li .txt a{
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.4rem;
    height: 0.8rem;
    overflow: hidden;
  }
  
  
  .sciencebg .science .science_r .Academicbox .list ul li:hover .time::after{
    background: #fff;
  }
  
  
  .sciencebg .science .science_r .Academicbox .list ul li:hover .time span{
    background: url(../images/timeico1.png) no-repeat  center;
    background-size: 100%;
  }
  
  .sciencebg .science .science_r .Academicbox .list ul li:hover .time i{
    color: #874d4d;
  }
  
  





}


/* about */


.aboutbg{
  width: 100%;
  margin: -1px auto 0 auto;
  background: url(../images/aboutbg.jpg) no-repeat top center;
  background-size: cover;
  overflow: hidden;
  padding: 1.05rem 0 1.65rem 0;
}


.aboutbg .about{
  margin: 0 auto;
}

.aboutbg .about .abtitle{
  margin: 0 auto;
  text-align: center;
}

.aboutbg .about .abtitle .title{
  background: url(../images/abtitle.png) no-repeat top left;
  padding-left: 0.35rem;
  height: auto;
  text-align: center;
  display: inline-block;
}

.aboutbg .about .abtitle h3{
  font-size: 0.36rem;
  color: #fff;
  padding-top: 0.08rem;
}

.aboutbg .about .abtitle span{
  display: block;
  font-size: 0.16rem;
  color: #fff;
  text-transform: capitalize;
  font-style: italic;
  opacity: 0.4;
  margin-top: 0.03rem;
  font-family:"Cochin" 
}

.aboutbg .about .abbox{
  margin: 0.52rem auto 0 auto;
} 

.aboutbg .about .abbox .video{
  float: left;
  width: 53.5%;
}

.aboutbg .about .abbox .video .swiper-slide{
  position: relative;
}


.aboutbg .about .abbox .video .swiper-slide video{
  width: 100%;
  height: 5.2rem;
  position: relative;
}

.aboutbg .about .abbox .video .swiper-slide .pic img{
  overflow: hidden;
}

.aboutbg .about .abbox .video .swiper-slide img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.aboutbg .about .abbox .video .swiper-slide:hover img{
  transform: scale(1.1);
}

.aboutbg .about .abbox .video .swiper-slide .pic em{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/videoico.png) no-repeat  center;
}


.aboutbg .about .abbox .video .swiper-slide .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 0.85rem;
  text-align: center;
}

.aboutbg .about .abbox .video .swiper-slide .txt a{
  font-size: 0.24rem;
  color: #FFFFFF;
  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;
}

.aboutbg .about .abbox .video .swiper-video{
  margin: 0.3rem auto 0 auto;
  text-align: center;
}

.aboutbg .about .abbox .video .swiper-video .swiper-pagination-bullet{
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  margin: 0 0.06rem;
}

.aboutbg .about .abbox .video .swiper-video .swiper-pagination-bullet-active{
  opacity: 1;

}

.aboutbg .about .abbox .fc{
  position: relative;
  width: 46.5%;

}

.aboutbg .about .abbox .fc ul li{
  float: left;
  position: relative;
  width: 46%;
  margin: 0 0 0.3rem 4%;
}

.aboutbg .about .abbox .fc ul li .pic{
  position: relative;
  width: 100%;
  padding-top: 84%;
  overflow: hidden;

}

.aboutbg .about .abbox .fc ul li .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.aboutbg .about .abbox .fc ul li:hover .pic img{
  transform: scale(1.1);
}

.aboutbg .about .abbox .fc ul li .txt{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
} 

.aboutbg .about .abbox .fc ul li .txt a{
  display: block;
}

.aboutbg .about .abbox .fc ul li .txt a img{
  display: block;
  margin: 0.8rem auto 0.2rem auto;
  width: 0.65rem;
  height: 0.65rem;

}

.aboutbg .about .abbox .fc ul li .txt a span{
  display: block;
  font-size: 0.24rem;
  color: #fff;
}

.aboutbg .about .abbox .fc ul li:nth-child(1){
  transform: translateY(0.4rem);
}

.aboutbg .about .abbox .fc ul li:nth-child(3){
  transform: translateY(0.4rem);
}



@media (max-width: 980px){


  .aboutbg{
    padding: 1.05rem 0 1.65rem 0;
  }
  
  .aboutbg .about .abtitle .title {
    height: auto;

}
  
  .aboutbg .about .abtitle h3{
    font-size: 0.36rem;
    color: #fff;
    padding-top: 0.13rem;
  }
  
  .aboutbg .about .abtitle span{
    display: block;
    font-size: 0.28rem;
  }
  
  .aboutbg .about .abbox{
    margin: 0.52rem auto 0 auto;
  } 
  
  .aboutbg .about .abbox .video{
    float: none;
    width: 100%;
  }
  
  .aboutbg .about .abbox .video .swiper-slide{
    position: relative;
  }
  
  
  .aboutbg .about .abbox .video .swiper-slide video{
    width: 100%;
    height: 5.2rem;
  }
  
  .aboutbg .about .abbox .video .swiper-slide .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 0.85rem;
    text-align: center;
  }
  
  .aboutbg .about .abbox .video .swiper-slide .txt a{
    font-size: 0.28rem;
  }
  
  .aboutbg .about .abbox .video .swiper-video{
    margin: 0.2rem auto 0 auto;
  }
  
  
  .aboutbg .about .abbox .fc{
    position: relative;
    width: 100%;
    margin: 0.5rem auto 0 auto;
  
  }
  
  
  .aboutbg .about .abbox .fc ul li .txt a img{
    display: block;
    margin: 0.8rem auto 0.2rem auto;
    width: 0.75rem;
    height: 0.75rem;
  
  }
  
  .aboutbg .about .abbox .fc ul li .txt a span{
    display: block;
    font-size: 0.28rem;
    color: #fff;
  }
  
  

  .aboutbg .about .abbox .video .swiper-slide .pic em{
    background-size: 10%;
  }



  
}



/* numeral */

.numeralbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/HZUbg.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 1.18rem;
}

.numeralbg .numeral{
  margin: 0 auto;
  padding-top: 0.9rem;
  position: relative;
  height: 11rem;
}

.numeralbg .numeral .title{
  position: absolute;
  left: 0;
  top: 1.2rem;
  z-index: 5;
}


.numeralbg .numeral .title .title_l h3{
  color: #000;
}

.numeralbg .numeral .title .title_l span{
  color: #666;
}


.numeralbg .numeral .numeralbox{
  position: relative;
}

.numeralbg .numeral .numeralbox .hd{

}


.numeralbg .numeral .numeralbox .hd ul li{


}


.numeralbg .numeral .numeralbox .hd ul li .ico{
  float: left;
  width: 1.44rem;
  height: 1.44rem;
  border-radius: 50%;
  background: rgba(202, 162, 110, 0.6);
  position: relative;
  z-index: 5;
}

.numeralbg .numeral .numeralbox .hd ul li .ico::after{
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  content: "";
  background: #992522;
  opacity: 0.1;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.numeralbg .numeral .numeralbox .hd ul li .ico span {
  display: block;
  width: 1.22rem;
  height: 1.22rem;
  padding: 0.05rem;
  margin: 0.1rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #cfb18a;
  position: relative;
  z-index: 5;
}


.numeralbg .numeral .numeralbox .hd ul li .ico span::after{
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  content: "";
  z-index: -1;
  background: #992522;
  opacity: 0.3;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.numeralbg .numeral .numeralbox .hd ul li .ico span i{
  display: block;
  width: 1.11rem;
  height: 1.11rem;
  margin: 0rem auto;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.numeralbg .numeral .numeralbox .hd ul li .txt{
  float: left;
  margin-left: 0.2rem;
  margin-top: 0.3rem;

} 

.numeralbg .numeral .numeralbox .hd ul li .txt i{
  font-size: 0.16rem;
  color: #b8163a;
}

.numeralbg .numeral .numeralbox .hd ul li .txt i span{
  font-size: 0.5rem;
  color: #b8163a;
  font-family:"Cochin" ;
  font-weight: bold;
}

.numeralbg .numeral .numeralbox .hd ul li .txt em{
  display: block;
  font-size: 0.18rem;
  color: #333333;
}

.numeralbg .numeral .numeralbox .hd ul li:nth-child(1){
  position: absolute;
  left: 6rem;
  top: 0px;

}


.numeralbg .numeral .numeralbox .hd ul li:nth-child(2){
  position: absolute;
  left: 2.9rem;
  top: 1.25rem;
}


.numeralbg .numeral .numeralbox .hd ul li:nth-child(3){
  position: absolute;
  left: 0.9rem;
  top: 3.15rem;
}


.numeralbg .numeral .numeralbox .hd ul li:nth-child(4){
  position: absolute;
  left: 0px;
  top: 5.55rem;
}


.numeralbg .numeral .numeralbox .hd ul li:nth-child(1) .ico span i{
  background: url(../images/fcico1.png) no-repeat  center;
  background-size: contain;
}

.numeralbg .numeral .numeralbox .hd ul li:nth-child(2) .ico span i{
  background: url(../images/fcico2.png) no-repeat  center;
  background-size: contain;
}

.numeralbg .numeral .numeralbox .hd ul li:nth-child(3) .ico span i{
  background: url(../images/fcico3.png) no-repeat  center;
  background-size: contain;
}

.numeralbg .numeral .numeralbox .hd ul li:nth-child(4) .ico span i{
  background: url(../images/fcico4.png) no-repeat  center;
  background-size: contain;
}

.numeralbg .numeral .numeralbox .hd ul li.on .ico{
  background: none;
}

.numeralbg .numeral .numeralbox .hd ul li.on .ico::after{
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;

}

.numeralbg .numeral .numeralbox .hd ul li.on .ico span{
  background: none;
  border: none;

}

.numeralbg .numeral .numeralbox .hd ul li.on .ico span::after{
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
}


.numeralbg .numeral .numeralbox .hd ul li:nth-child(1).on .ico span i{
  background: #992522 url(../images/fcico11.png) no-repeat  center;
  background-size: contain;
}

.numeralbg .numeral .numeralbox .hd ul li:nth-child(2).on .ico span i{
  background: #992522 url(../images/fcico22.png) no-repeat  center;
  background-size: contain;
}

.numeralbg .numeral .numeralbox .hd ul li:nth-child(3).on .ico span i{
  background: #992522 url(../images/fcico33.png) no-repeat  center;
  background-size: contain;
}

.numeralbg .numeral .numeralbox .hd ul li:nth-child(4).on .ico span i{
  background: #992522 url(../images/fcico44.png) no-repeat  center;
  background-size: contain;
}

.numeralbg .numeral .numeralbox .number_button{
  width: 0.82rem;
  height: 0.82rem;
  border-radius: 50%;
  background: rgba(153, 37, 34, 0.2);
  position: absolute;
  left: 4.05rem;
  top: 5.15rem;
}

.numeralbg .numeral .numeralbox .number_button .button{
  border-radius: 50%;
  background: #992522;
  width: 0.7rem;
  height: 0.7rem;
  margin: 0.06rem;
}


.numeralbg .numeral .numeralbox .number_button .button .next{
  cursor: pointer;
  width: 0.15rem;
  height: 0.25rem;
  background:  url(../images/right.png) no-repeat  center;
  float: right;
  background-size: 100%;
  margin: 0.23rem 0.15rem 0 0;
}

.numeralbg .numeral .numeralbox .number_button .button .prev{
  float: left;
  cursor: pointer;
  width: 0.15rem;
  height: 0.25rem;
  background:  url(../images/left.png) no-repeat  center;
  background-size: 100%;
  margin: 0.23rem 0 0 0.15rem;

}




@media (max-width: 980px){

  .numeralbg{
    background: url(../images/HZUbg.jpg) no-repeat bottom center;
    padding-bottom: 1.18rem;
    overflow: hidden;
  }
  
  .numeralbg .numeral{
    margin: 0 auto;
    padding-top: 0.9rem;
    position: relative;
    height: 11rem;
  }
  
  .numeralbg .numeral .title{
    position: relative;
    left: 0;
    top: 0rem;
    z-index: 5;
    margin: 0 auto;
    text-align: center;
  }
  
   
  .numeralbg .numeral  .title .title_l {
    float: none;
    display: inline-block;
    padding-left: 0.5rem;
}

  
  
  
  .numeralbg .numeral .numeralbox .hd ul li:nth-child(1){
    position: absolute;
    left: 5.5rem;
    top: 0px;
  
  }
  
  
  .numeralbg .numeral .numeralbox .hd ul li:nth-child(2){
    position: absolute;
    left: 2.2rem;
    top: 1.25rem;
  }
  
  
  .numeralbg .numeral .numeralbox .hd ul li:nth-child(3){
    position: absolute;
    left: 0.7rem;
    top: 3.35rem;
  }
  
  
  .numeralbg .numeral .numeralbox .hd ul li:nth-child(4){
    position: absolute;
    left: 0px;
    top: 5.65rem;
  }
  
  .numeralbg .numeral .numeralbox .hd ul li .txt i {
    font-size: 0.28rem;
    color: #b8163a;
}

.numeralbg .numeral .numeralbox .hd ul li .txt i span{
  font-size: 0.42rem;
}

  .numeralbg .numeral .numeralbox .hd ul li .txt em {
    display: block;
    font-size: 0.28rem;
    color: #333333;
}


.numeralbg .numeral .numeralbox .hd ul li:nth-child(2) .txt em{
  width: 70%;
}
  
  .numeralbg .numeral .numeralbox .number_button{
    width: 0.82rem;
    height: 0.82rem;
    border-radius: 50%;
    background: rgba(153, 37, 34, 0.2);
    position: absolute;
    right: 1.55rem;
    left: auto;
    top: 5.15rem;
  }
  
  .numeralbg .numeral .numeralbox .hd ul li .ico{
    width: 1.24rem;
    height: 1.24rem;
  }
  

  
  .numeralbg .numeral .numeralbox .hd ul li .ico span {
    display: block;
    width: 1.02rem;
    height: 1.02rem;
  }
  
  
  .numeralbg .numeral .numeralbox .hd ul li .ico span i{
    display: block;
    width: 0.92rem;
    height: 0.92rem;
    margin: 0rem auto;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

}



/* media */

.medianews{
  margin: 0 auto;
  position: relative;
  z-index: 9;

}

.medianews .title .title_l{
  float: left;
}

.medianews .title .title_l h3{
  color: #000;

}

.medianews .title .title_l span{
  color: #666;
}

.medianews .title .titlemore{
  margin-top: 0.57rem;
} 

.medianews .title .titlemore a{
  color: #000;
}

.medianews .medianewsbox{
  margin: 0rem auto 0 auto;
} 

.medianews .medianewsbox .swiper-slide{
  position: relative;
  padding: 0.7rem 0 0 0;
}

.medianews .medianewsbox .swiper-slide .nr{
  transform-style: preserve-3d;
  width: 92%;
  height: 2.8rem;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, .03);
  transform: perspective(500px) rotateY(5deg) ;
  margin: 0 auto;
  position: relative;
  z-index: 5;

}


.medianews .medianewsbox .swiper-slide-next .nr{
  transform: perspective(500px) rotateY(-5deg) ;
  margin: 0 0 0 1%;
}

.medianews .medianewsbox .swiper-slide-duplicate-prev .nr{
  transform: perspective(500px) rotateY(-5deg) ;
  margin: 0 0 0 3%;
}


.medianews .medianewsbox .swiper-slide .nr .txt{
  padding-top: 0.4rem;


}

.medianews .medianewsbox .swiper-slide .nr .txt span{
  display: block;
  height: 0.6rem;
  width: 100%;
  border-left: 5px solid #992522;

}

.medianews .medianewsbox .swiper-slide .nr .txt span img{
  display: block;
  margin-left: 0.25rem;
  width: 1.3rem;
  height: 0.4rem;
  object-fit: contain;
}


.medianews .medianewsbox .swiper-slide .nr .txt a{
  display: block;
  font-size: 0.18rem;
  color: #333;
  line-height: 0.32rem;
  height: 0.96rem;
  overflow: hidden;
  width: 78%;
  margin: 0.12rem auto 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.medianews .medianewsbox .swiper-slide .nr .txt i{
  display: block;
  font-size: 0.16rem;
  color: #992522;
  font-family:"Cochin" ;
  width: 78%;
  margin: 0.15rem auto 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.medianews .medianewsbox .swiper-slide .nr::after{
  position: absolute;
  left: 0%;
  top: 0rem;
  content: "";
  z-index: -1;
  width: 100%;
  height: 0px;
  background: #992522  url(../images/ico9.png) no-repeat right bottom;
}


.medianews .medianewsbox .swiper-slide .xt{
  width: 1px;
  height: 0.6rem;
  margin-left: 0.22rem;
  border-left: 1px dashed #c4c6c8;

}

.medianews .medianewsbox .swiper-slide .newsico{
  background:  url(../images/newsico1.png) no-repeat center;
  width: 0.24rem;
  height: 0.24rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-left: 0.1rem;
  background-size: 100%;
}


.medianews .medianewsbox .swiper-slide:hover .nr::after{
  height: 100%;
}


.medianews .medianewsbox .swiper-slide:hover .nr .txt a{
  color: #fff;
}


.medianews .medianewsbox .swiper-slide:hover .nr .txt i{
  color: #fff;
}

.medianews .medianewsbox .swiper-slide:hover .newsico{
  background:  url(../images/newsico2.png) no-repeat center;
  background-size: 100%;
}


.numeralbg .medianewsxt{
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #c4c6c8;
  margin: -0.12rem auto 0 auto;

}



@media (max-width: 980px){

  
  
  .medianews .title .titlemore{
    margin-top: 0.47rem;
  } 
  
  
  .medianews .medianewsbox{
    margin: 0rem auto 0 auto;
  } 
  
  
  .medianews .medianewsbox .swiper-slide .nr .txt{
    padding-top: 0.3rem;
  
  
  }
  
  
  .medianews .medianewsbox .swiper-slide .nr .txt span img{
    display: block;
    width: 1.5rem;
    height: 0.5rem;
    object-fit: contain;
  }
  
  
  .medianews .medianewsbox .swiper-slide .nr .txt a{
    display: block;
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 1.2rem;
  }
  
  
  .medianews .medianewsbox .swiper-slide .nr .txt i{
    display: block;
    font-size: 0.24rem;
    color: #992522;
    width: 78%;
  }
  
  
  .medianews .medianewsbox .swiper-slide .nr::after{
    position: absolute;
    left: 0%;
    top: 0rem;
    content: "";
    z-index: -1;
    width: 100%;
    height: 0px;
    background: #992522  url(../images/ico9.png) no-repeat right bottom;
  }
  
  
  .medianews .medianewsbox .swiper-slide .xt{
    width: 1px;
    height: 0.6rem;
    margin-left: 0.22rem;
    border-left: 1px dashed #c4c6c8;
  
  }
  
  .medianews .medianewsbox .swiper-slide .newsico{
    background:  url(../images/newsico1.png) no-repeat center;
    width: 0.24rem;
    height: 0.24rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-left: 0.1rem;
    background-size: 100%;
  }
  
  
  .medianews .medianewsbox .swiper-slide:hover .nr::after{
    height: 0%;
  }
  
  
  .medianews .medianewsbox .swiper-slide:hover .nr .txt a{
    color: #333;
  }
  
  
  .medianews .medianewsbox .swiper-slide:hover .nr .txt i{
    color: #992522;
  }
  

  
  

}







/* media */

.mediapage{
  width: 100%;
  margin: 0 auto;
  background: url(../images/Mediabg.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 2.18rem;
}
.mediabg{
  width: 100%;
  margin: 0 auto;
}

.mediabg .media{
  margin: 0 auto;
}

.mediabg .media .title{
  margin: 0 auto;
  overflow: inherit;
  height: 1.2rem;
  position: relative;
  z-index: 99;
}

.mediabg .media .title .title_l{
  float: left;
}

.mediabg .media .title .title_l h3{
  color: #333;

}

.mediabg .media .title .title_l span{
  color: #666;

}

.mediabg .media .title .links{
  float: right;

} 

.mediabg .media .title .links ul li{
  float: left;
  position: relative;
  margin-left: 0.2rem;
}

.mediabg .media .title .links ul li span{
  display: block;
  border-radius: 50%;
  width: 0.72rem;
  height: 0.72rem;
  background: #c4986f;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.mediabg .media .title .links ul li span img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;

}


.mediabg .media .title .links ul li i{
  display: block;
  position: absolute;
  left: -0.18rem;
  top: 0.93rem;
  width: 1.1rem;
  height: 1.1rem;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 9;
}


.mediabg .media .title .links ul li i img{
  width: 1rem;
  height: 1rem;
  margin: 0.05rem;
}


.mediabg .media .title .links ul li i::after{
  position: absolute;
  width: 100%;
  height: 0.12rem;
  left: 0;
  top: -0.12rem;
  content: "";
  background: url(../images/ico4.png) no-repeat center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mediabg .media .title .links ul li:hover i{
  opacity: 1;
}

.mediabg .media .title .links ul li:hover span{
  background: #982522;

}


.mediabg .media .mediabox{
  margin: 0 auto;
  position: relative;
  height: 7.63rem;
}

.mediabg .media .mediabox ul li{
  position: relative;
  width: 38.6%;
  height: 3.8rem;
 
}

.mediabg .media .mediabox ul li .pic{
  position: relative;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mediabg .media .mediabox ul li .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mediabg .media .mediabox ul li:hover .pic img{
  transform: scale(1.1);
}

.mediabg .media .mediabox ul li .txt{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(9, 9, 9, 0), rgba(9, 9, 9, 0.7));
} 

.mediabg .media .mediabox ul li .txt a{
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  padding: 0 3%;
}

.mediabg .media .mediabox ul li .txt a img{
  max-width: 0.38rem;
  max-height: 0.34rem;
  display: inline-block;
  margin-top: 0.18rem;
  margin-right: 0.15rem;
  vertical-align: top;

}

.mediabg .media .mediabox ul li .txt i{
  font-size: 0.18rem;
  color: #FFFFFF;
  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;
  display: inline-block;
  max-width: 75%;
}


.mediabg .media .mediabox ul li:nth-child(1){
  position: absolute;
  left: 0;
  top: 0px;
}

.mediabg .media .mediabox ul li:nth-child(2){
  position: absolute;
  left: 0;
  top: 3.8rem;
}

.mediabg .media .mediabox ul li:nth-child(3){
  position: absolute;
  left: 38.7%;
  top: 0rem;
  width: 27.7%;
  height: 2.6rem;

}


.mediabg .media .mediabox ul li:nth-child(4){
  position: absolute;
  left: 38.7%;
  top: 2.6rem;
  height: 5rem;
  width: 27.7%;
}

.mediabg .media .mediabox ul li:nth-child(5){
  position: absolute;
  right: 0;
  top: 0rem;
  width: 33.5%;
  height: 7.6rem;
  
}

.mediabg .media .mediabox ul li:nth-child(5) .txt{
  background: none;
  text-align: center;
}



@media (max-width: 980px){


  .mediapage{

    padding-bottom: 0.8rem;
    overflow: hidden;
  }

  
  
  .mediabg .media .title .links{
    float: right;
  } 
  
  
  .mediabg .media .title .links ul li span{
    display: block;
    border-radius: 50%;
    width: 0.62rem;
    height: 0.62rem;
    background: #c4986f;
  
  }
  
  
  
  .mediabg .media .mediabox{
    margin: 0 auto;
    position: relative;
    height: auto;
  }
  
  .mediabg .media .mediabox ul li{
    position: relative;
    width: 100%;
    height: 4.5rem;
    float: left;
    margin-bottom: 0.05rem;
   
  }
  

  

  
  .mediabg .media .mediabox ul li .txt i{
    font-size: 0.24rem;
    max-width: 75%;
  }
  
  
  .mediabg .media .mediabox ul li:nth-child(1){
    position: relative;
    left: 0;
    top: 0px;
  }
  
  .mediabg .media .mediabox ul li:nth-child(2){
    position: relative;
    left: 0;
    top: 0rem;
  }
  
  .mediabg .media .mediabox ul li:nth-child(3){
    position: relative;
    left: 0%;
    top: 0rem;
    width: 100%;
    height: 3.8rem;
  
  }
  
  
  .mediabg .media .mediabox ul li:nth-child(4){
    position: relative;
    left: 0%;
    top: 0rem;
    height: 8rem;
    width: 100%;
  }
  
  .mediabg .media .mediabox ul li:nth-child(5){
    position: relative;
    right: 0;
    top: 0rem;
    width: 100%;
    height: 10rem;
    
  }


  .mediabg .media .title .links ul li:last-child i{
    left: auto;
    right: 0px;
  }

}

/* special */


.specialbg{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 1.1rem;
}

.specialbg  .special{
  margin: 0 auto;
}

.specialbg  .special .title h3{
  color: #000;
}

.specialbg  .special .title h3 a{
 color: #000;

}

.specialbg  .special .title span{
  color: #666;
}

.specialbg  .special .specialbox{
  margin: 0rem auto 0 auto;
  position: relative;
}

.specialbg  .special .specialbox .mySwiper{
  overflow: hidden;
  width: 100%;
  padding-top: 0.35rem;
  padding-bottom: 0.4rem;
}


.specialbg  .special .specialbox .swiper-slide{
  width: 35.3%;
  height: auto;

}

.specialbg  .special .specialbox .swiper-slide .pic{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 44%;
}

.specialbg  .special .specialbox .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.specialbg  .special .specialbox .swiper-slide:hover .pic img{
  transform: scale(1.1);
}

.specialbg  .special .specialbox .swiper-slide-active{
  -webkit-box-shadow: 0 0 8px 8px rgba(37, 9, 7, .25);
  box-shadow: 0 0 8px 8px rgba(37, 9, 7, .25);
}




.specialbg  .special .specialbox .specialbutton{
  position: absolute;
  right: 0px;
  top: -0.75rem;
  border-radius: 45px;
  background: #77201e;
  width: 1rem;
  height: 0.5rem;
  line-height: 0.5rem;
}

.specialbg  .special .specialbox .specialbutton .swiper-special-next{
  float: left;
  position: relative;
  background-size: contain;
  background: url(../images/special_left.png) no-repeat  center;
  width: 0.15rem;
  height: 0.25rem;
  margin: 0.12rem 0 0 0.2rem;
  cursor: pointer;
  background-size: 100%;

}


.specialbg  .special .specialbox .specialbutton .swiper-special-prev{
  float: right;
  position: relative;
  background-size: contain;
  background: url(../images/special_right.png) no-repeat  center;
  width: 0.15rem;
  height: 0.25rem;
  margin: 0.12rem 0.2rem 0 0rem;
  cursor: pointer;
  background-size: 100%;

}



@media (max-width: 980px){



  .specialbg{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  
  
  .specialbg  .special .specialbox{
    margin: 0rem auto 0 auto;
    position: relative;
  }
  
  .specialbg  .special .specialbox .mySwiper{
    overflow: hidden;
    width: 100%;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  
  
  .specialbg  .special .specialbox .swiper-slide{
    width: 100%;
    height: auto;
  }
  
  .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper{
    transform-style: inherit;
  }
  
  .specialbg  .special .specialbox .specialbutton{
    position: absolute;
    right: 0px;
    top: -0.75rem;
    border-radius: 45px;
    background: #77201e;
    width: 1rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }
  
  .specialbg  .special .specialbox .specialbutton .swiper-special-next{
    float: left;
    position: relative;
    background-size: contain;
    background: url(../images/special_left.png) no-repeat  center;
    width: 0.2rem;
    height: 0.3rem;
    margin: 0.1rem 0 0 0.2rem;
    cursor: pointer;
    background-size: 100%;
  }
  
  
  .specialbg  .special .specialbox .specialbutton .swiper-special-prev{
    float: right;
    position: relative;
    background-size: contain;
    background: url(../images/special_right.png) no-repeat  center;
    width: 0.2rem;
    height: 0.3rem;
    margin: 0.1rem 0.2rem 0 0rem;
    cursor: pointer;
    background-size: 100%;
  }




}






/*footer*/

.footerbg{
  margin: -1.5rem auto 0 auto;
}


.kefu{
  position: fixed;
  right: 0.2rem;
  top: 25%;
  z-index: 99;
  width: 1rem;
  background: #fff;
  border: 1px solid #982522;
  border-radius: 95px;
  -webkit-box-shadow: 0 0 8px 8px rgba(152, 37, 34, .08);
  box-shadow: 0 0 8px 8px rgba(152, 37, 34, .08);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}



.kefu span img{
  display: block;
  margin: 0.1rem auto;
  width: 0.82rem;
  height: 0.82rem;
}

.kefu .kefulist{
  display: none;
  position: relative;
  left: 0;
  top: -0.1rem;
  width: 1rem;
  margin: 0 auto;
}

.kefu .kefulist .closeimg{
  display: block;
  margin: 0rem auto 0 auto;
  width: 0.82rem;
  height: 0.82rem;
  position: absolute;
  left: 0.08rem;
  top: -0.82rem;
}

.kefu .kefulist .closeimg img{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.kefu ul{
  margin: 0rem auto 0.3rem auto;
  overflow: hidden;
} 

.kefu ul li{
  margin: 0.2rem auto 0 auto;
  text-align: center;

}

.kefu ul li img{
  display: block;
  width: 0.31rem;
  height: 0.29rem;
  object-fit: contain;
  margin: 0 auto 0.08rem auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.kefu ul li:hover img{
  animation: beat 0.5s 1;
}


.kefu ul li i{
  display: block;
  font-size: 0.16rem;
  color: #666;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.kefu ul li:hover i{
  color: #b8163a;

}



.fixedok .kefu{
  opacity: 1 !important;
}



@media (min-width: 1921px){
  .kefu {
    top: 31%;

  }

}


@media (max-width: 980px){
  .kefu{
    display: none !important;
  }

}



@media (max-width: 640px){
  .title .title_l h3 {
    font-size: 0.34rem;
    padding-top: 0.06rem;
}

  .title .title_l span {
    font-size: 0.24rem;
  }

}







@keyframes scale1 {
  0% {
    transform: scale(1)
  }

  50%,
  75% {
    transform: scale(2)
  }

  100%,
  78% {
    opacity: 0
  }
}

@keyframes scales1 {
  0% {
    transform: scale(1)
  }

  50%,
  75% {
    transform: scale(3)
  }

  100%,
  78% {
    opacity: 0
  }
}


.numeralbg .numeralbox{
  overflow: hidden;
  padding-top: 0.3rem;
}

.homee {
  padding-top: 0.6rem;
  height: 11rem;
  position: relative;

}

.homee  .wp{
  position: relative;
  height: 10.1rem;
}

.numeralbg .homee .title{
  position: absolute;
  left: 0;
  top: 0.3rem;
  z-index: 5;
}


.numeralbg .homee .title .title_l h3{
  color: #000;
}

.numeralbg .homee .title .title_l span{
  color: #666;
}



.homee .bg1 img,
.homee .bg2 img {
  width: 100%
}

.homee .bg1 {
  position: absolute;
  right: 0rem;
  bottom: 1.4rem;
  width: 10.66rem;
  z-index: 10;
  pointer-events: none;
}

.homee .bg2 {
  position: absolute;
  right: 0;
  bottom: -1.46rem;
  width: 100%;
  z-index: 4;
  pointer-events: none;
}

.homee .swiTab .swiNav {
  position: absolute;
  left: 0;
  top: .3rem;
  z-index: 6
}

.homee .swiTab .swiNav li {
  color: #333;
  font-size: .2rem;
  cursor: pointer;
  position: relative;
  padding-left: .3rem
}

.homee .swiTab .swiNav li:before {
  content: '';
  position: absolute;
  height: 1px;
  right: 100%;
  top: 50%;
  background: #a6bdcb;
  width: 0;
  margin-top: -2px;
}

.homee .swiTab .swiNav li+li {
  margin-top: .15rem
}

.homee .swiTab .swiNav li.on:before {
  width: calc((100vw - 16rem) / 2);
  transition: .3s
}

.homee .swiTab .swiNav li.on {
  color: #2d4470;
  font-size: .24rem
}

.homee .swiTab .swiNav li.on i {
  position: absolute;
  width: .1rem;
  height: .1rem;
  left: 0;
  border-radius: 50%;
  background: #01446e;
  top: 50%;
  margin-top: -.06rem
}

.homee .swiTab .swiNav li.on i:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: .4;
  background: #01446e;
  animation: scale1 1.5s infinite cubic-bezier(0, 0, .49, 1.02);
  top: 0;
  left: 0;
  position: absolute;
  ;
  z-index: 0
}

.homee .swiTab .swiNav li.on i:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: .4;
  background: #01446e;
  top: 0;
  left: 0;
  animation: scales1 1.5s infinite cubic-bezier(0, 0, .49, 1.02);
  content: '';
  z-index: 0
}

@keyframes scaleta {
  0% {
    transform: scale(1);
    opacity: .6
  }

  100% {
    transform: scale(1.3);
    opacity: 0
  }
}

@keyframes scaletb {
  0% {
    transform: scale(1);
    opacity: .8
  }

  100% {
    transform: scale(1.2);
    opacity: 0
  }
}

.homee .swiTab {}

.homee .swiTabs {
  overflow: visible;
  z-index: 9;
}

.homee .swiTab .slide-e {
  height: 7.5rem;
  margin-top: -.5rem;
  padding: .5rem 0 .3rem 0rem;
}

.homee .swiTab .slide-e .swiper-slide {
  padding-left: 0.5rem;
 
}

.homee .swiTab .slide-e .swiper-slide.pr1{
  position: relative;



}

.homee .swiTab .slide-e .swiper-slide.pr2{
  position: relative;

}

.swiper-slide.swiper-slide-next.ne1{
  opacity: 0;
}

.homee .item {
  position: relative;
  transition: .5s
}

.homee .item .txt {
  position: absolute;
  left: 1.6rem;
  top: 45%;
  width: 2.5rem;
  transform: translateY(-50%);
}



.homee .item .ico {
  width: 1.44rem;
  height: 1.44rem;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/cire.png) no-repeat center;
  background-size: 100% 100%
}

.homee .item .ico i {
  display: block;
  width: 1.1rem;
  height:  1.1rem;
  text-align: center;
  position: relative;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  border-radius: 50%;
  z-index: 3
}

.homee .item .ico i img {
  width: 1.1rem;
  height:  1.1rem;
}

.icoCo img {
  height: 100%;
  transition: .3s;
}

.icoCo img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}


.homee .swiBtn {
  width: 0.82rem;
  height: 0.82rem;
  background: url(../images/cirg.png) no-repeat center;
  background-size: 100% 100%;
  border-radius: 50%;
  position: absolute;
  left: 4rem;
  bottom: 1.5rem;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 9;
}

.homee .swiBtn .prev {
  float: left;
  cursor: pointer;
  width: 0.15rem;
  height: 0.25rem;
  background: url(../images/left.png) no-repeat center;
  background-size: 100%;
  margin: 0rem 0.05rem 0 0rem;
}


.homee .swiBtn .next {
  cursor: pointer;
  width: 0.15rem;
  height: 0.25rem;
  background: url(../images/right.png) no-repeat center;
  float: right;
  background-size: 100%;
  margin: 0rem 0rem 0 0.05rem;
}




.homee .cir1 {
  width: 3.2rem;
  height: 3.2rem;
  z-index: 3;
  position: absolute;
}

.homee .cir1:after {
  content: '';
  position: absolute;
  top: -22%;
  left: 6rem;
  margin-left: -.07rem;
  width: .13rem;
  height: .13rem;
  background: #e5a85d;
  border-radius: 50%;
  opacity: 0;
}


.homee .cir2:before {
  content: '';
  position: absolute;
  top: 1%;
  left: 36%;
  margin-left: -.07rem;
  width: .15rem;
  height: .15rem;
  background: #caa26e;
  border-radius: 50%;
  opacity: 0;
}

.homee .cir2 {
  width: 7.46rem;
  height: 7.46rem;
  border-radius: 50%;
  border: 1px solid #f8f6f7;
  position: absolute;
  left: 50%;
  margin-left: -3.65rem;
  bottom: -0.7rem;
  background: #fefdfb;
  z-index: 2;
}

.homee .cir2:after {
  content: '';
  position: absolute;
  top: .15rem;
  left: .15rem;
  right: .15rem;
  bottom: .15rem;
  border: 1px dashed #edebea;
  border-radius: 50%;
  animation: roted 120s linear infinite;
  box-shadow: 0 0 .5rem rgba(161, 35, 36, .0.5);
}

.homee .cir3 {
  width: 14.06rem;
  height: 14.06rem;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  position: absolute;
  left: 50%;
  margin-left: -6.8rem;
  bottom: -4.3rem;
  z-index: 0
}

.homee .cir3:after {
  content: '';
  position: absolute;
  top: .19rem;
  left: .19rem;
  right: .19rem;
  bottom: .19rem;
  border: 1px dashed #d8d8d8;
  border-radius: 50%;
  animation: roteds 180s linear infinite
}


.homee .cir3:before {
  content: '';
  position: absolute;
  top: 8%;
  left: 72%;
  margin-left: -.07rem;
  width: .15rem;
  height: .15rem;
  background: #caa26e;
  border-radius: 50%;
  opacity: 0;
}


.homee .item:hover .ico {
  background: #992522
}

.homee .item:hover .ico:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 50%;
  background: #992522;
  opacity: .4;
  animation: scaleta 1.5s infinite;
}

.homee .item:hover .ico:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: #992522;
  animation: scaletb 1.5s infinite;
}

.icoCop:hover .icoCo img:last-child {
  opacity: 1;
  visibility: visible;
}


.homee .item .txt .num{
  font-size: 0.16rem;
  color: #b8163a;
}

.homee .item .txt .num span{
  font-size: 0.5rem;
  color: #b8163a;
  font-family: "Cochin";
  font-weight: bold;
}

.homee .item .txt .num .info{
  display: block;
  font-size: 0.18rem;
  color: #333333;
}



@media (min-width: 1025px) {



  .homee .swiTab .slide-e .swiper-slide-active .item {
    transform: translate3d(-.9rem, 0, 0);
  }

  .homee .swiTab .slide-e .pr1 .item {
    transform: translate3d(-1.9rem, -.5rem, 0);
  }

  .homee .swiTab .slide-e .pr2 .item {
    transform: translate3d(-1.5rem, -.2rem, 0);
  }

  .homee .swiTab .slide-e .ne1 .item {
    transform: translate3d(1.3rem, -1.2rem, 0);
  }

}


@media (max-width: 1024px) {

  .homee .bg2 {
    width: 100vw;
    bottom: -0.3rem;
  }

  .homee .bg1 {
    width: 50vw;
    bottom: 10vw
  }

  .homee .cir2:before {
    top: 0
  }

  .homee .cir1 {
    width: 30vw;
    height: 30vw;
    bottom: -15vw;
    margin-left: -15vw
  }

  .homee .cir2 {
    width: 50vw;
    height: 50vw;
    bottom: -25vw;
    margin-left: -25vw
  }

  .homee .cir3 {
    width: 120vw;
    height: 120vw;
    bottom: -60vw;
    margin-left: -60vw
  }

  .homee .swiTab .slide-e {
    height: 5.5rem;
    margin-top: .7rem
  }

  .homee {
    height: auto;
    padding-bottom: 10vw;
    padding-top: .2rem
  }


  .numeralbg .numeralbox {
    padding-bottom: 2rem;
}

  .homee .swiBtn {
    left: 50%;
    bottom: 0.55rem;
    margin-left: -.55rem;

  }

  .homee .swiTab .swiNav li:before {
    display: none
  }

  .homee .swiTab .swiNav {
    left: auto;
    right: .2rem;
    top: -.4rem
  }

  .homee .item .txt {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateY(0);
    text-align: center;
  }

  .homee .item .ico {
    margin: 0 auto
  }

  .homee .wp {
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto;
  }

  .homee .intit {
    padding-left: .4rem
  }

  .homee .swiTab .slide-e .swiper-slide {
    padding-left: 0
  }


  .homee .wp {
    position: relative;
    height: 7.1rem;
}

.swiper-slide.swiper-slide-next.ne1{
  opacity: 1;
}

.numeralbg .homee .title {
  position: relative;
  left: 0;
  top: 0.3rem;
  z-index: 5;
  text-align: center;
  margin: 0 auto;
}


.numeralbg .homee .title .title_l {
  float: none;
  height: auto;
  background-size: contain;
  text-align: center;
  display: inline-block;
}



}




@keyframes roted{
  0%{transform: rotate(0deg);}100%{transform: rotate(360deg);}
  }
  @keyframes roteds{
  0%{transform: rotate(0deg);}100%{transform: rotate(-360deg);}
  }
