* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei';
}
body {
  font: 14px/1.231 'Microsoft YaHei';
  color: #333;
  margin: 0;
  line-height: 1;
  overflow-x: hidden;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  font-size: 0.14rem;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}


.clear{
  clear: both;
}



/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  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;
  transition:1s linear 2s;
  
}

.banner .swiper-slide-active img,.banner .swiper-slide-duplicate-active img{
  transition:6s linear;
  
  }	


.banner .swiper-button-next1{
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/bannerR.png) no-repeat  center;
  right: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-button-prev1{
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/bannerL.png) no-repeat  center;
  left: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-pagination {
  width: 100%;
  bottom: 0.75rem;
  left: 0px;
  text-align: center;
  position: absolute;
  z-index: 5;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0  0.35rem  ;
  background-color: #fff;
  width: 0.13rem;
  height: 0.13rem;
  line-height: 0.13rem;
  background: rgba(255, 255, 255, 0.59);
  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;
  
  font-size: 0.17rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0);
  position: relative;
}



.banner .swiper-pagination-bullets .swiper-pagination-bullet::after{
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  background: url(../images/banner_ico.png) no-repeat  center;
  width: 0rem;
  height: 0rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: -1;
  background-size: 100%;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet::before{
  position: absolute;
  content: "";
  left: 0.34rem;
  top: 0.05rem;
  background: url(../images/banner_ico1.png) no-repeat  center;
  width: 0.3rem;
  height: 0.04rem;
  background-size: 100%;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active{
  background: none;
  color: rgba(255, 255, 255, 1);
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
  width: 0.59rem;
  height: 0.52rem;
  left: -0.23rem;
  top: -0.2rem;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet:last-child::before{
  display: none;
}


@media (max-width: 980px){

  .banner {
    top: 0;
  }
  .banner .swiper-button-next1{
    display: none;
  }

  .banner .swiper-button-prev1{
    display: none;
  }

  .banner .swiper-pagination {
    bottom: 0.2rem;
  }

}


/* product */

.pro_bg{
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 0px;
  left: 0;
}

.pro_bg .pro_center{
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: -0.51rem;
  left: 0;
} 
.product{
  margin: 0rem auto 0 auto;
  height: 1.02rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  opacity: 1;
  background: #FFFFFF; 
  box-shadow: 0px 4px 10px 0px rgba(85, 85, 85, 0.12);
  position: relative;
  z-index: 5;
  padding: 0 .1rem;
}

.product ul{
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.product ul li{
  position: relative;
  z-index: 5;
  background: #fff;
  float: left;
  padding: 0 1.8%;
  height: 1.02rem;
  line-height: 1.02rem;
  text-align: center;
  flex:auto;
}

.product ul li a{
  font-size: 0.24rem;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  
  color: #000000;

}

.product ul li::before{
  position: absolute;
  right: -.15rem;
  top: 0px;
  content: "";
  width: 0.15rem;
  height: 1.02rem;
  opacity: 1;
	z-index: -2;
  background: linear-gradient(90deg, rgba(216, 216, 216, 0.29) 0%, rgba(216, 216, 216, 0) 100%);
}

.product ul li:last-child:before{
  background: none;
}

.product ul li::after{
  position: absolute;
/*  width: 100%;*/
  height: 0px;
  left: 0;
  right: 0;
  top: -0.05rem;
  content: "";
  z-index: -1;
  background: #9B0D14 url(../images/pro_hover.png) no-repeat center;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product ul li:first-child:after{
  width: 94%;
  height: 0px;
  left: 3%;
}

.product ul li:last-child:after{
  width: 94%;
  height: 0px;
  left: 3%;
}

.product ul li.on::after{
  height: 1.11rem;
}

.product ul li.on a{
  color: #fff;
}

@media (max-width: 1600px){
  .product ul li {
    padding: 0 1.5%;

}

}

@media (max-width: 980px){

  .pro_bg{
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 0px;
    left: 0;
  }
  
  .pro_bg .pro_center{
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 0rem;
    left: 0;
  } 
  .product{
    margin: 0rem auto 0 auto;
    width: 100%;
    padding: 0;
  }
  
  .product ul{
    margin: 0rem auto 0 auto;
    height: auto;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    opacity: 1;
    background: #FFFFFF; 
    box-shadow: 0px 4px 10px 0px rgba(85, 85, 85, 0.12);
    position: relative;
    z-index: 5;
    width: 100%;
    overflow: hidden;
  }
  
  .product ul li{
    position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    z-index: 5;
    float: left;
    height: auto;
    line-height: 1.02rem;
    width: 25%;
  
  }
  
  .product ul li a{
    font-size: 0.3rem;
    
    color: #000000;
  }
  
  .product ul li::before{
    position: absolute;
    right: -0.15rem;
    top: 0px;
    content: "";
    width: 0.15rem;
    height: 1.02rem;
    opacity: 1;
    z-index: -2;
  background: linear-gradient(90deg, rgba(216, 216, 216, 0.29) 0%, rgba(216, 216, 216, 0) 100%);
  }
  
  .product ul li:last-child:before{
    background: linear-gradient(90deg, rgba(216, 216, 216, 0.29) 0%, rgba(216, 216, 216, 0) 100%);
  }
  
  .product ul li::after{
    display: none;
  }
  
  
  .product ul li.on a{
    color: #000000;
  }
  

}


/* news */ 

.news_bg{
  margin: 0 auto;
  width: 100%;
  background: url(../images/news_bg.png) no-repeat top center;
  background-size: cover;
  padding-bottom: 0.9rem;
}

.news_bg .news_center{
  margin: 0 auto;
  padding-top: 1.18rem;
}


.news_bg .news_center .news_l{
  float: left;
  width: 68.5%;

}

.news_bg .news_center .news_l .news_t{
  height: 0.62rem;

}

.news_bg .news_center .news_l .news_t h3{
  float: left;
}

.news_bg .news_center .news_l .news_t h3 a{
  display: block;
}

.news_bg .news_center .news_l .news_t h3 a img{
  display: block;
  width: 0.61rem;
  height: 0.61rem;
  float: left;
  margin-right: 0.1rem;
}

.news_bg .news_center .news_l .news_t h3 a span{
  display: block;
  float: left;
}

.news_bg .news_center .news_l .news_t h3 a span em{

  font-family: 'sys';
  font-size: 0.32rem;
  font-weight: bold;
  color: #000000;
}

.news_bg .news_center .news_l .news_t h3 a span i{
  display: block;
   font-family: 'Times New Roman', Times, serif;
  font-size: 0.16rem;
  text-transform: uppercase;
  color: #B5B4B1;
  margin-top: 0.1rem;
}

.news_bg .news_center .news_l .news_t .more{
  float: right;
  line-height: 0.61rem;
} 

.news_bg .news_center .news_l .news_t .more a{
  display: block;
  font-size: 0.16rem;
  color: #767676;
  background: url(../images/more.png) no-repeat right center;
  padding-right: 0.17rem;
}

.news_bg .news_center .news_l .news_box{
  margin: 0.5rem auto 0 auto;
  position: relative;

}

.news_bg .news_center .news_l .news_box .swiper-slide{
  position: relative;

}

.news_bg .news_center .news_l .news_box .swiper-slide .news_img{
  float: left;
  width: 71%;
  position: relative;
  margin: 0 auto 0 auto;
  height: 4.77rem;
  overflow: hidden;
}

.news_bg .news_center .news_l .news_box .swiper-slide .news_img 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;
}

.news_bg .news_center .news_l .news_box .swiper-slide .text{
  float: left;
  width: 23%;
  background: #E8DED8;
  padding: 0 3%;
  height: 4.77rem;
} 

.news_bg .news_center .news_l .news_box .swiper-slide .text .time span{
  display: block;
  
  font-size: 0.4rem;
  font-weight: bold;
  color: #702901;
  margin-top: 0.5rem;

}

.news_bg .news_center .news_l .news_box .swiper-slide .text .time i{
  display: block;
  
  font-size: 0.2rem;
  font-weight: bold;
  color: #702901;
}

.news_bg .news_center .news_l .news_box .swiper-slide .text h5 a{
  font-size: 0.2rem;
  font-weight: bold;
  color: #000000;
  font-weight: bold;
  overflow: hidden;
  display: block;
  line-height: 0.36rem;
  height: 1.08rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.3rem;
}

.news_bg .news_center .news_l .news_box .swiper-slide .text p{
  
  font-size: 0.16rem;
  color: #909090;
  line-height: 0.3rem;
  height: 0.9rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-indent: 2em;
  margin: 0.3rem auto 0 auto;
}


.news_bg .news_center .news_l .swiper-pagination1{
  position: absolute;
  left: 73%;
  bottom: 0.28rem;
  width: 29%;
  z-index: 5;
}

.news_bg .news_center .news_l .swiper-pagination1 .swiper-pagination-bullet{
  display: inline-block;
  text-align: center;
  width: 0.23rem;
  height: 0.22rem;
  background: url(../images/buttom2.png) no-repeat right center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
  margin: 0 10px;
  background-size: 100%;
}

.news_bg .news_center .news_l .swiper-pagination1 .swiper-pagination-bullet-active{
  background: url(../images/buttom1.png) no-repeat right center;
  background-size: 100%;
}


.news_bg .news_center .news_r{
  float: right;
  width: 27%;
}

.news_bg .news_center .news_r .news_t{
  height: 0.62rem;

}

.news_bg .news_center .news_r .news_t h3{
  float: left;
}

.news_bg .news_center .news_r .news_t h3 a{
  display: block;
}

.news_bg .news_center .news_r .news_t h3 a img{
  display: block;
  width: 0.61rem;
  height: 0.61rem;
  float: left;
  margin-right: 0.1rem;
}

.news_bg .news_center .news_r .news_t h3 a span{
  display: block;
  float: left;
}

.news_bg .news_center .news_r .news_t h3 a span em{
font-family: 'sys';
  
  font-size: 0.32rem;
  font-weight: bold;
  color: #000000;
}

.news_bg .news_center .news_r .news_t h3 a span i{
  display: block;
   font-family: 'Times New Roman', Times, serif;

  font-size: 0.16rem;
  text-transform: uppercase;
  color: #B5B4B1;
  margin-top: 0.1rem;
}

.news_bg .news_center .news_r .news_t .more{
  float: right;
  line-height: 0.61rem;
} 

.news_bg .news_center .news_r .news_t .more a{
  display: block;
  font-size: 0.16rem;
  color: #767676;
  background: url(../images/more.png) no-repeat right center;
  padding-right: 0.17rem;
}

.news_bg .news_center .news_r .news_box{
  margin: 0.5rem auto 0 auto;
  border-top: 1px solid #D8D8D8;
}

.news_bg .news_center .news_r .news_box ul li{
  width: 100%;
  height: 0.5rem;
  padding: 0.22rem 0;
  border-bottom: 1px solid #D8D8D8;
}

.news_bg .news_center .news_r .news_box ul li .time{
  float: left;
  border-right: 1px solid #D8D8D8;
  width: 14.5%;
  margin-left: 0.5%;
}

.news_bg .news_center .news_r .news_box ul li .time span{
  display: block;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.28rem;
  color: #9b0d14;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news_center .news_r .news_box ul li .time i{
  display: block;
  font-family: Microsoft YaHei;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.14rem;
  color: #333333;
}

.news_bg .news_center .news_r .news_box ul li .txt{
  float: right;
  width: 80%;
  margin-top: -0.03rem;

} 

.news_bg .news_center .news_r .news_box ul li .txt a{
  
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #333333;
  height: 0.48rem;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news_center .news_r .news_box ul li:hover .txt a{
  font-weight: bold;
  color: #9b0d14;
}


@media (max-width: 980px){


/* news */ 

.news_bg{

}

.news_bg .news_center{
  margin: 0 auto;
  padding-top: 0.8rem;
}


.news_bg .news_center .news_l{
  float: none;
  width: 100%;

}



.news_bg .news_center .news_l .news_box{
  margin: 0.5rem auto 0 auto;
  position: relative;

}

.news_bg .news_center .news_l .news_box .swiper-slide{
  position: relative;

}

.news_bg .news_center .news_l .news_box .swiper-slide .news_img{
  float: none;
  width: 100%;
  position: relative;
  margin: 0 0 0 1%;
  height: 4.57rem;

}


.news_bg .news_center .news_l .news_box .swiper-slide .text{
  float: none;
  width: 94%;
  background: #E8DED8;
  padding: 0 3%;
  height: 4.5rem;
} 

.news_bg .news_center .news_l .news_box .swiper-slide .text .time span{
  padding-top: 0.3rem;
  margin-top: 0;
}


.news_bg .news_center .news_l .news_box .swiper-slide .text .time i{
  display: block;
  font-size: 0.28rem;
  font-weight: bold;
  color: #702901;
}

.news_bg .news_center .news_l .news_box .swiper-slide .text h5 a{
  font-size: 0.32rem;
  margin-top: 0.3rem;
}

.news_bg .news_center .news_l .news_box .swiper-slide .text p{
  
  font-size: 0.28rem;
  text-indent: 2em;
  line-height: 0.32rem;
  height: 0.96rem;
  margin: 0.2rem auto 0 auto;
}


.news_bg .news_center .news_l .swiper-pagination1{
  position: absolute;
  left: 70%;
  bottom: 0.28rem;
  width: 29%;
  z-index: 5;
}

.news_bg .news_center .news_l .swiper-pagination1 .swiper-pagination-bullet{
  display: inline-block;
  text-align: center;
  width: 0.23rem;
  height: 0.22rem;
  background: url(../images/buttom2.png) no-repeat right center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
  margin: 0 4px;
  background-size: 100%;
}

.news_bg .news_center .news_l .swiper-pagination1 .swiper-pagination-bullet-active{
  background: url(../images/buttom1.png) no-repeat right center;
  background-size: 100%;
}


.news_bg .news_center .news_r{
  float: none;
  width: 100%;
  margin: 0.5rem auto 0 auto;
}



.news_bg .news_center .news_r .news_box{
  margin: 0.5rem auto 0 auto;
  border-top: 1px solid #D8D8D8;
}

.news_bg .news_center .news_r .news_box ul li{
  width: 100%;
  height: 0.6rem;
  padding: 0.22rem 0;
  border-bottom: 1px solid #D8D8D8;
}

.news_bg .news_center .news_r .news_box ul li .time{
  float: left;
  border-right: 1px solid #D8D8D8;
  width: 14.5%;
  margin-left: 0.5%;
}

.news_bg .news_center .news_r .news_box ul li .time span{
  display: block;
  font-size: 0.32rem;
}

.news_bg .news_center .news_r .news_box ul li .time i{
  display: block;
  font-family: Microsoft YaHei;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.28rem;
  color: #333333;
}

.news_bg .news_center .news_r .news_box ul li .txt{
  float: right;
  width: 80%;
  margin-top: -0.03rem;

} 

.news_bg .news_center .news_r .news_box ul li .txt a{
  
  font-size: 0.28rem;
  line-height: 0.34rem;
  color: #333333;
  height: 0.68rem;

}


}

/* academic */ 

.academic_bg{
  margin: 0 auto;
  width: 100%;
  background: url(../images/news_bg2.jpg) no-repeat top center;
  position: relative;
  z-index: 5;
}

.academic_bg::after{
  position: absolute;
  left: 0px;
  top: 0.3rem;
  content: "";
  z-index: -1;
  width: calc((100vw - 14rem)/ 2);
  height: 1px;
  background: #D8D8D8;

}

.academic_bg::before{
  position: absolute;
  right: 0px;
  top: 0.3rem;
  content: "";
  z-index: -1;
  width: calc((100vw - 14rem)/ 2);
  height: 1px;
  background: #D8D8D8;
}

.academic_bg .academic_center{
  margin: 0 auto;

}

.academic_bg .academic_center .academic{
  float: left;
  width: 68%;
}

.academic_bg .academic_center .academic .academic_t{
  height: 0.62rem;
  position: relative;
  z-index: 5;

}

.academic_bg .academic_center .academic .academic_t::before{
  position: absolute;
  right: 1.1rem;
  top: 0.3rem;
  content: "";
  z-index: -1;
  width: 52%;
  height: 1px;
  background: #D8D8D8;
}

.academic_bg .academic_center .academic .academic_t h3{
  float: left;
}

.academic_bg .academic_center .academic .academic_t h3 a{
  display: block;
}

.academic_bg .academic_center .academic .academic_t h3 a img{
  display: block;
  width: 0.61rem;
  height: 0.61rem;
  float: left;
  margin-right: 0.1rem;
}

.academic_bg .academic_center .academic .academic_t h3 a span{
  display: block;
  float: left;
}

.academic_bg .academic_center .academic .academic_t h3 a span em{

  font-family: 'sys';
  font-size: 0.32rem;
  font-weight: bold;
  color: #000000;
}

.academic_bg .academic_center .academic .academic_t h3 a span i{
  display: block;
   font-family: 'Times New Roman', Times, serif;
  font-size: 0.16rem;
  text-transform: uppercase;
  color: #B5B4B1;
  margin-top: 0.1rem;
}

.academic_bg .academic_center .academic .academic_t .more{
  float: right;
  line-height: 0.61rem;
} 

.academic_bg .academic_center .academic .academic_t .more a{
  display: block;
  font-size: 0.16rem;
  color: #767676;
  background: url(../images/more.png) no-repeat right center;
  padding-right: 0.17rem;
}


.academic_bg .academic_center .academic .academic_box{
  margin: 0.5rem auto 0 auto;
} 

.academic_bg .academic_center .academic .academic_box .swiper-slide{
  position: relative;

}

.academic_bg .academic_center .academic .academic_box .swiper-slide .pic{
  width: 100%;
  padding-top: 137%;
  position: relative;
  margin: 0 auto 0 auto;
  overflow: hidden;
}

.academic_bg .academic_center .academic .academic_box .swiper-slide .pic::after{
  position: absolute;
  width: 92%;
  height: 4px;
  background: #D0A48C;
  content: "";
  left: 4%;
  bottom: -4px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.academic_bg .academic_center .academic .academic_box .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;
}

.academic_bg .academic_center .academic .academic_box .swiper-slide .txt{
  margin: 0.25rem auto 0 auto;

} 

.academic_bg .academic_center .academic .academic_box .swiper-slide .txt a{
  font-size: 0.18rem;
  color: #171717;
  overflow: hidden;
  display: block;
  line-height: 0.3rem;
  height: 0.6rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 0.2rem;

}

.academic_bg .academic_center .academic .academic_box .swiper-slide .txt p{
  line-height: 0.23rem;
  overflow: hidden;
  margin-bottom: 0.1rem;
 

}

.academic_bg .academic_center .academic .academic_box .swiper-slide .txt p img{
  display: block;
  float: left;
  width: 0.23rem;
  height: 0.23rem;
  margin-right: 0.07rem;

}

.academic_bg .academic_center .academic .academic_box .swiper-slide .txt p i{
  /* display: block; */
  /* float: left; */
  font-size: 0.15rem;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  /* text-align: center; */
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.academic_bg .academic_center .academic .academic_box .swiper-slide:hover .pic::after{
  background: #9B0D14;

}

.academic_bg .academic_center .academic .academic_box .swiper-slide:hover .txt a{
  color: #9B0D14;
  font-weight: bold;

}

.academic_bg .academic_center .academic .academic_box .acad_button{
  margin: 0.47rem auto 0 auto;
  text-align: center;
}

.academic_bg .academic_center .academic .academic_box .acad_button .swiper-aca-next{
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  cursor: pointer;
  background: url(../images/right.png) no-repeat  center;
  margin: 0 0.2rem;
  background-size: 100%;
}

.academic_bg .academic_center .academic .academic_box .acad_button .swiper-aca-prev{
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  cursor: pointer;
  background: url(../images/left.png) no-repeat  center;
  margin: 0 0.2rem;
  background-size: 100%;
}


.academic_bg .academic_center .dynamics{
  float: right;
  width: 27%;
}


.academic_bg .academic_center .dynamics .dynamics_t{
  height: 0.62rem;

}

.academic_bg .academic_center .dynamics .dynamics_t h3{
  float: left;
}

.academic_bg .academic_center .dynamics .dynamics_t h3 a{
  display: block;
}

.academic_bg .academic_center .dynamics .dynamics_t h3 a img{
  display: block;
  width: 0.61rem;
  height: 0.61rem;
  float: left;
  margin-right: 0.1rem;
}

.academic_bg .academic_center .dynamics .dynamics_t h3 a span{
  display: block;
  float: left;
}

.academic_bg .academic_center .dynamics .dynamics_t h3 a span em{
font-family: 'sys';
  
  font-size: 0.32rem;
  font-weight: bold;
  color: #000000;
}

.academic_bg .academic_center .dynamics .dynamics_t h3 a span i{
  display: block;
   font-family: 'Times New Roman', Times, serif;
  font-size: 0.16rem;
  text-transform: uppercase;
  color: #B5B4B1;
  margin-top: 0.1rem;
}

.academic_bg .academic_center .dynamics .dynamics_t .more{
  float: right;
  line-height: 0.61rem;
} 

.academic_bg .academic_center .dynamics .dynamics_t .more a{
  display: block;
  font-size: 0.16rem;
  color: #767676;
  background: url(../images/more.png) no-repeat right center;
  padding-right: 0.17rem;
}

.academic_bg .academic_center .dynamics .dynamics_box{
  margin: 0.5rem auto 0 auto;
  position: relative;
}

.academic_bg .academic_center .dynamics .dynamics_box ul li{
  height: 1.45rem;
  width: 100%;
  position: relative;
  z-index: 5;
}

.academic_bg .academic_center .dynamics .dynamics_box ul li::after{
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  width: 1px;
  height: 100%;
  content: "";
  z-index: -1;
  background: #DCD2AD;
}

.academic_bg .academic_center .dynamics .dynamics_box ul li h5{
  overflow: hidden;

  
}

.academic_bg .academic_center .dynamics .dynamics_box ul li h5 em{
  display: block;
  float: left;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/buttom3.png) no-repeat  center;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.06rem 0.1rem 0 0;
}

.academic_bg .academic_center .dynamics .dynamics_box ul li h5 span{
  display: block;
  width: 1.15rem;
  height: 0.32rem;
  line-height: 0.32rem;
  background: url(../images/buttom5.png) no-repeat  center;
  background-size: 100%;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 0.16rem;	
  color: #9B0D14;
  text-align: center;
  position: relative;
  z-index: 5;
}

.academic_bg .academic_center .dynamics .dynamics_box ul li h5 span::after{
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 0px;
  height: 100%;
  content: "";
  z-index: -1;
  background: url(../images/buttom6.png) no-repeat  center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.academic_bg .academic_center .dynamics .dynamics_box h3 a{
  
  font-size: 0.18rem;
  line-height: 0.32rem;
  height: 0.64rem;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.2rem;
  margin-left: 0.38rem;
}


.academic_bg .academic_center .dynamics .dynamics_box ul li:hover h5 span::after{
  width: 100%;
}

.academic_bg .academic_center .dynamics .dynamics_box ul li:hover h5 span{
  color: #fff;
}

.academic_bg .academic_center .dynamics .dynamics_box ul li:hover h3 a{
  font-weight: bold;
  text-decoration: underline;
  color: #9B0D14;
}


.academic_bg .academic_center .dynamics .dynamics_box ul li:hover h5 em{
  background: url(../images/buttom4.png) no-repeat  center;
}


@media (max-width: 980px){




.academic_bg .academic_center .academic{
  float: none;
  width: 100%;
}

.academic_bg::after{
  display: none;
}

.academic_bg::before{
  display: none;
}


.academic_bg .academic_center .academic .academic_t::before{

  display: none;
}

.academic_bg .academic_center .academic .academic_box{
  margin: 0.5rem auto 0 auto;
} 

.academic_bg .academic_center .academic .academic_box .swiper-slide{
  position: relative;

}



.academic_bg .academic_center .academic .academic_box .swiper-slide .txt{
  margin: 0.25rem auto 0 auto;

} 

.academic_bg .academic_center .academic .academic_box .swiper-slide .txt a{
  font-size: 0.28rem;
  line-height: 0.35rem;
  height: 0.7rem;
  margin-bottom: 0.2rem;

}

.academic_bg .academic_center .academic .academic_box .swiper-slide .txt p{
  line-height: 0.43rem;
}

.academic_bg .academic_center .academic .academic_box .swiper-slide .txt p img{
  display: block;
  float: left;
  width: 0.43rem;
  height: 0.43rem;
  margin-right: 0.07rem;

}

.academic_bg .academic_center .academic .academic_box .swiper-slide .txt p i{
  display: block;
  float: left;
  font-size: 0.2rem;
  color: #666;
  width: 70%;
}


.academic_bg .academic_center .academic .academic_box .acad_button{
  margin: 0.47rem auto 0 auto;
  text-align: center;
}



.academic_bg .academic_center .dynamics{
  float: none;
  width: 100%;
  margin: 0.3rem auto 0 auto;
}



.academic_bg .academic_center .dynamics .dynamics_box{
  margin: 0.5rem auto 0 auto;
  position: relative;
}

.academic_bg .academic_center .dynamics .dynamics_box ul li{
  height: 1.65rem;
  width: 100%;
  position: relative;
  z-index: 5;
}


.academic_bg .academic_center .dynamics .dynamics_box ul li h5 em{
  display: block;
  float: left;
  width: 0.3rem;
  height: 0.3rem;
  background: url(../images/buttom3.png) no-repeat  center;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.06rem 0.1rem 0 0;
}

.academic_bg .academic_center .dynamics .dynamics_box ul li h5 span{
  display: block;
  width: 2.15rem;
  height: 0.42rem;
  line-height: 0.42rem;
  background: url(../images/buttom5.png) no-repeat  center;
  background-size:auto;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 0.27rem;	
  color: #9B0D14;
  text-align: center;
  position: relative;
  z-index: 5;
}



.academic_bg .academic_center .dynamics .dynamics_box h3 a{
  
  font-size: 0.28rem;
  line-height: 0.37rem;
  height: 0.74rem;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.2rem;
  margin-left: 0.38rem;
}



}


/* campus */ 

.campus_bg{
  margin: 0.75rem auto 0 auto;
}

.campus_bg .campus_center{
  margin: 0 auto;
}

.campus_bg .campus_center .title{
  margin: 0 auto;
  position: relative;
  height: 0.62rem;
}


.campus_bg .campus_center .title h3{
  margin: 0 auto;
  text-align: center;
}

.campus_bg .campus_center .title h3 a{
  display: block;
}

.campus_bg .campus_center .title h3 a img{
  display: inline-block;
  width: 0.61rem;
  height: 0.61rem;
  margin-right: 0.1rem;
}

.campus_bg .campus_center .title h3 a span{
  display: inline-block;
  text-align: left;
}

.campus_bg .campus_center .title h3 a span em{
font-family: 'sys';
  
  font-size: 0.32rem;
  font-weight: bold;
  color: #000000;
}

.campus_bg .campus_center .title h3 a span i{
  display: block;
   font-family: 'Times New Roman', Times, serif;
  font-size: 0.16rem;
  text-transform: uppercase;
  color: #B5B4B1;
  margin-top: 0.1rem;
}

.campus_bg .campus_center .title .more{
  line-height: 0.61rem;
  position: absolute;
  right: 0px;
  top: 0px;
} 

.campus_bg .campus_center .title .more a{
  display: block;
  font-size: 0.16rem;
  color: #767676;
  background: url(../images/more.png) no-repeat right center;
  padding-right: 0.17rem;
}


.campus_bg .campus_center .campus_box{
  margin: 0.9rem auto 0 auto;

} 

.campus_bg .campus_center .campus_box .swiper-slide{
  position: relative;

}

.campus_bg .campus_center .campus_box .swiper-slide .time{
  height: 0.43rem;
  line-height: 0.43rem;

}

.campus_bg .campus_center .campus_box .swiper-slide .time img{
  display: block;
  float: left;
  width: 0.43rem;
  height: 0.43rem;
  margin-right: 0.2rem;

}

.campus_bg .campus_center .campus_box .swiper-slide .time span{
  display: block;
  float: left;
  font-size: 0.2rem;
  font-weight: bold;
  color: #9b0d14;
}

.campus_bg .campus_center .campus_box .swiper-slide .pic{
  width: 100%;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
  margin: 0.15rem auto 0 auto;
  overflow: hidden;
} 

.campus_bg .campus_center .campus_box .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;
}

.campus_bg .campus_center .campus_box .swiper-slide .txt{
  margin: 0.3rem auto 0 auto;

} 

.campus_bg .campus_center .campus_box .swiper-slide .txt h5 a{
  font-size: 0.18rem;
  color: #000000;
  font-weight: bold;
  line-height: 0.3rem;
  height: 0.6rem;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  


}

.campus_bg .campus_center .campus_box .swiper-slide .txt p{
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.3rem;
  height: 0.9rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-indent: 2em;
  margin: 0.1rem auto 0 auto;

}

.campus_bg .campus_center .campus_box .swiper-slide .txt em{
  display: block;
  width: 0%;
  height: 1px;
  background: #9b0d14;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.5rem auto 0 auto;
}

.campus_bg .campus_center .campus_box .swiper-slide .txt .more{
  display: block;
  background: url(../images/more1.png) no-repeat center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 0;
  height: 0.16rem;
  float: right;
  margin-top: 0.15rem;
}

.campus_bg .campus_center .campus_box .swiper-slide:hover .txt a{
  color: #9b0d14;
}

.campus_bg .campus_center .campus_box .swiper-slide:hover .txt em{
  width: 100%;

}

.campus_bg .campus_center .campus_box .swiper-slide:hover .txt .more{
  width: 0.16rem;

}


@media (max-width: 980px){

  .campus_bg .campus_center .title h3{
    margin: 0 auto;
    text-align: left;
    float: left;
  }
  
  .campus_bg .campus_center .campus_box .swiper-slide .txt h5 a {
    font-size: 0.28rem;
    color: #000000;
    font-weight: bold;
    line-height: 0.35rem;
    height: 0.7rem;
}

.campus_bg .campus_center .campus_box .swiper-slide .txt p {
  font-size: 0.24rem;
  color: #999999;
  line-height: 0.32rem;
  height: 0.96rem;
}


}


/* hz */ 

.hz{
  margin: 0.8rem auto 0 auto;
}

.hz .title{
  margin: 0 auto;
  position: relative;
  height: 0.62rem;
}


.hz .title h3{
  margin: 0 auto;
  text-align: center;
}

.hz .title h3 a{
  display: block;
}

.hz .title h3 a img{
  display: inline-block;
  width: 0.61rem;
  height: 0.61rem;
  margin-right: 0.1rem;
}

.hz .title h3 a span{
  display: inline-block;
  text-align: left;
}

.hz .title h3 a span em{

  font-family: 'sys';
  font-size: 0.32rem;
  font-weight: bold;
  color: #000000;
}

.hz .title h3 a span i{
  display: block;
   font-family: 'Times New Roman', Times, serif;
  font-size: 0.16rem;
  text-transform: uppercase;
  color: #B5B4B1;
  margin-top: 0.1rem;
}


.hz .hz_box{
  margin: 0.5rem auto 0 auto;
  position: relative;
}

.hz .hz_box .swiper-slide{
  position: relative;
  width: 23%;
  margin: 0 2.5% 0 0;

}

.hz .hz_box .swiper-slide:last-child{
  margin-right: 0;
}

.hz .hz_box .swiper-slide .pic{
  width: 100%;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.hz .hz_box .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hz .hz_box .swiper-hz-next{
  position: absolute;
  right: 0.15rem;
  top: 45%;
  background: url(../images/hz_right.png) no-repeat center;
  width: 0.26rem;
  height: 0.26rem;
  cursor: pointer;
  z-index: 5;
  background-size: 100%;

}

.hz .hz_box .swiper-hz-prev{
  position: absolute;
  left:  0.15rem;
  top: 45%;
  background: url(../images/hz_left.png) no-repeat center;
  width: 0.26rem;
  height: 0.26rem;
  cursor: pointer;
  z-index: 5;
  background-size: 100%;
}


.news_img:hover img,
.pic:hover img{
  transform:scale(1.1,1.1);
}


@media (max-width: 980px){
  .news_img:hover img,
.pic:hover img{
  transform:scale(1,1);
}

.campus_bg .campus_center .campus_box .swiper-slide .time span{font-size: .24rem}
.academic_bg .academic_center .academic .academic_t .more a,
.notice_bg .notice .title .more a,
.academic_bg .academic_center .dynamics .dynamics_t .more a,
.campus_bg .campus_center .title .more a,
.campus_bg .campus_center .title .more a,
.news_bg .news_center .news_t .more a{font-size: .24rem}
.campus_bg .campus_center .campus_box .swiper-slide .txt p{font-size: .22rem}

}
@media (min-width:1930px){
 .academic_bg{background-size: 100% 100%}
}