
* {
  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;
  transform:scale(1.1,1.1);
}

.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;
  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;
 
  left: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}*/

.banner .swiper-pagination {
  width: 100%;
  bottom: 0.85rem;
  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-family: "Source Han Sans CN";
  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;
}

.product ul{
  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;
  width: 99.4%;
}

.product ul li{
  position: relative;
  z-index: 5;
  float: left;
  height: 1.02rem;
  line-height: 1.02rem;
  width: 14.28%;

}

.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;
  font-family: "Source Han Sans CN";
  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: none;
}

.product ul li::after{
  position: absolute;
  width: 100%;
  height: 0px;
  left: 0rem;
  top: -0.13rem;
  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.15rem;
}

.product ul li.on a{
  color: #fff;
}


@media (max-width: 1600px){


}

@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%;
  }
  
  .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;
    z-index: 5;
    float: left;
    height: auto;
    line-height: 1.02rem;
    width: 25%;
    box-shadow: 2px 2px 5px rgba(0,0,0,.1);
  
  }
  
  .product ul li a{
    font-size: 0.28rem;
    font-family: "Source Han Sans CN";
    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;
    display: none;
  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 */ 

.newspage_bg{
  margin: 0 auto;
  width: 100%;
  background: url(../images/news_bg1.jpg) no-repeat top center;
  background-size: 100%;
  padding-bottom: 1.15rem;
  overflow: hidden;
}


.news_bg{
  margin: 0 auto;
  width: 100%;
}

.news_bg{
  margin: 0 auto;
}

.news_bg .news_center{
  margin: 0 auto;
  padding-top: 1.15rem;
}

.news_bg .news_center .news_t{
  height: 0.62rem;
  position: relative;
  z-index: 5;

}


.news_bg .news_center .news_t::after{
  position: absolute;
  left: 20%;
  top: 0.3rem;
  content: "";
  z-index: -1;
  width: 73%;
  height: 1px;
  background: #D8D8D8;
}

.news_bg .news_center .news_t h3{
  float: left;
}

.news_bg .news_center .news_t h3 a{
  display: block;
}

.news_bg .news_center .news_t h3 a img{
  display: block;
  width: 0.61rem;
  height: 0.61rem;
  float: left;
  margin-right: 0.1rem;
}

.news_bg .news_center .news_t h3 a span{
  display: block;
  float: left;
  text-align: center;
}

.news_bg .news_center .news_t h3 a span em{

  font-family: 'sys';
  font-size: 0.32rem;
  font-weight: bold;
  color: #000000;
}

.news_bg .news_center .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_t .more{
  float: right;
  line-height: 0.61rem;
} 

.news_bg .news_center .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_box{
  margin: 0.55rem auto 0 auto;
  position: relative;

}

.news_bg .news_center .news_box .news_l{
  position: relative;
  width: 53.5%;
  float: left;
}

.news_bg .news_center .news_box .news_l .swiper-slide{
  position: relative;
}

.news_bg .news_center .news_box .news_l .swiper-slide .news_img{
  width: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  height: 4.5rem;
  overflow: hidden;
}

.news_bg .news_center .news_box .news_l .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_box .news_l .swiper-slide .text{
  width: 83%;
  background: #9B0D14;
  padding: 0 3%;
  height: 1.18rem;
  margin: -0.54rem 0 0 4%;
  position: relative;
  z-index: 5;
} 


.news_bg .news_center .news_box .news_l .swiper-slide .text h5{
  padding-top: 0.25rem;
}
.news_bg .news_center .news_box .news_l .swiper-slide .text h5 a{
  font-family: "Microsoft YaHei";
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.04em;
  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;
}

.news_bg .news_center .news_box .news_l .swiper-slide .text span{
  font-family: Source Han Sans CN;
  font-size: 0.18rem;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 0.18rem;
  display: block;
}


.news_bg .news_center .news_box .news_l .swiper-pagination1{
  position: absolute;
  right: 13%;
  left: auto;
  bottom: 0.26rem;
  z-index: 5;
  width: auto;
}

.news_bg .news_center .news_box .news_l .swiper-pagination1 .swiper-pagination-bullet{
  display: block;
  float: left;
  text-align: center;
  width: 0.18rem;
  height: 0.18rem;
  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 6px;
  background-size: 100%;
  opacity: 0.6;
}

.news_bg .news_center .news_box .news_l .swiper-pagination1 .swiper-pagination-bullet-active{
  background: url(../images/buttom1.png) no-repeat right center;
  background-size: 100%;
  opacity: 1;
}

.news_bg .news_center .news_box .news_l .swiper-news-next{
  position: absolute;
  right: 0px;
  top: auto;
  bottom: 0.1rem;
  cursor: pointer;
  width: 7%;
  height: 0.54rem;
  background: #fff url(../images/news_right.png) no-repeat  center;
  z-index: 5;
}

.news_bg .news_center .news_box .news_l .swiper-news-prev{
  position: absolute;
  right: 0px;
  left: auto;
  top: auto;
  bottom:0.64rem;
  cursor: pointer;
  width: 7%;
  height: 0.54rem;
  background: #BFAB62 url(../images/news_left.png) no-repeat center;
  z-index: 5;
}

.news_bg .news_center .news_r{
  float: right;
  width: 46.5%;
}

.news_bg .news_center .news_r ul li{
  float: left;
  position: relative;
  z-index: 5;
  width: 36.5%;
  height: 2.43rem;
  border-radius: 8px 0px 8px 0px;
  opacity: 1;
  padding: 0 4% 0 5%;
    
  background: #F0EAE5;
  margin: 0 0% 0.3rem 4.5%;
}


.news_bg .news_center .news_r ul li a{
  font-family: "Microsoft YaHei";
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.32rem;
  height: 0.96rem;
  display: block;
  overflow: hidden; 
  color: #000000;
  margin: 0.4rem  0 0.57rem 0;
  -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 ul li span{
  display: block;
  font-family: 'sys';
  font-size: 0.16rem;  
  color: #825A2D;
  background: url(../images/more2.png) no-repeat right center;
  line-height: 0.2rem;
}

.news_bg .news_center .news_r ul li:hover a{
  color: #9B0D14;
}



@media (max-width: 980px){
  .newspage_bg{
    padding-bottom: 0.9rem;
  }
  
  .news_bg{
    margin: 0 auto;
  }
  
  .news_bg .news_center{
    margin: 0 auto;
    padding-top: 0.8rem;
  }
  
  .news_bg .news_center .news_t{
    height: 0.62rem;
    position: relative;
    z-index: 5;
  
  }
  
  
  .news_bg .news_center .news_t::after{
    position: absolute;
    left: 40%;
    top: 0.3rem;
    content: "";
    z-index: -1;
    width: 40%;
    height: 1px;
    background: #D8D8D8;
  }
  
 
  .news_bg .news_center  .news_box{
    margin: 0.55rem auto 0 auto;
    position: relative;
  
  }
  
  .news_bg .news_center .news_box .news_l{
    position: relative;
    width: 100%;
    float: none;
  }
  
  .news_bg .news_center .news_box .news_l .swiper-slide{
    position: relative;
  }
  
  .news_bg .news_center .news_box .news_l .swiper-slide .news_img{
    width: 100%;
    position: relative;
    margin: 0 auto 0 auto;
    height: 4.5rem;
    overflow: hidden;
  }
  

  
  .news_bg .news_center .news_box .news_l .swiper-slide .text{
    width: 80%;
    background: #9B0D14;
    padding: 0 3%;
    height: 1.18rem;
    margin: -0.54rem 0 0 4%;
    position: relative;
    z-index: 5;
  } 
  
  
  .news_bg .news_center .news_box .news_l .swiper-slide .text h5{
    padding-top: 0.1rem;
  }
  .news_bg .news_center .news_box .news_l .swiper-slide .text h5 a{
    font-family: "Microsoft YaHei";
    font-size: 0.3rem;
  }
  
  .news_bg .news_center .news_box .news_l .swiper-slide .text span{
    font-size: 0.24rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 0.05rem;
    display: block;
  }
  
  
  .news_bg .news_center .news_box .news_l .swiper-pagination1{
    position: absolute;
    right: 13%;
    left: auto;
    bottom: 0.26rem;
    z-index: 5;
    width: auto;
  }
  
  
  .news_bg .news_center .news_box .news_l .swiper-news-next{
    position: absolute;
    right: 0px;
    top: auto;
    bottom: 0.1rem;
    cursor: pointer;
    width: 10%;

  }
  
  .news_bg .news_center .news_box .news_l .swiper-news-prev{
    position: absolute;
    right: 0px;
    left: auto;
    top: auto;
    bottom:0.64rem;
    cursor: pointer;
    width: 10%;


  }
  
  .news_bg .news_center .news_r{
    float: none;
    width: 100%;
    margin: 0.3rem auto 0 auto;
  }
  
  .news_bg .news_center .news_r ul li{
    float: left;
    position: relative;
    z-index: 5;
    width: 37%;
    height: 2.43rem;
    border-radius: 8px 0px 8px 0px;
    opacity: 1;
    padding: 0 4% 0 5%;
      
    background: #F0EAE5;
    margin: 0 2% 0.3rem 2%;
  }
  
  
  .news_bg .news_center .news_r ul li a{
    font-family: "Microsoft YaHei";
    font-size: 0.28rem;
    font-weight: normal;
    margin: 0.4rem  0 0.57rem 0;

  }
  
  .news_bg .news_center .news_r ul li span{
    font-size: 0.24rem;  
    color: #825A2D;
    background: url(../images/more2.png) no-repeat right center;
    line-height: 0.2rem;
    background-size: contain;
  }
  
  .news_bg .news_center .news_r ul li:hover a{
    color: #9B0D14;
  }
}





/* notice */ 

.notice_bg{
  margin: 0.8rem auto 0 auto;
  width: 100%;
}

.notice_bg .notice{
  margin: 0 auto;

}

.notice_bg .notice .title{
  margin: 0 auto;
  position: relative;
  height: 0.62rem;
}


.notice_bg .notice .title h3{
  margin: 0 auto;
  text-align: center;
}

.notice_bg .notice .title h3 a{
  display: block;
}

.notice_bg .notice .title h3 a img{
  display: inline-block;
  width: 0.61rem;
  height: 0.61rem;
  margin-right: 0.1rem;
}

.notice_bg .notice .title h3 a span{
  display: inline-block;
  text-align: left;
}

.notice_bg .notice .title h3 a span em{

  font-family: 'sys';
  font-size: 0.32rem;
  font-weight: bold;
  color: #000000;
}

.notice_bg .notice .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;
}

.notice_bg .notice .title .more{
  line-height: 0.61rem;
  position: absolute;
  right: 0px;
  top: 0px;
} 

.notice_bg .notice .title .more a{
  display: block;
  font-size: 0.16rem;
  color: #767676;
  background: url(../images/more.png) no-repeat right center;
  padding-right: 0.17rem;
}

.notice_bg .notice .notice_box{
  margin: 0.45rem auto 0 auto;
}

.notice_bg .notice .notice_box ul li{
  float: left;
  position: relative;
  z-index: 5;
  width: 33.33%;
  height: 1.28rem;
  margin-bottom: 0.5rem;

}

.notice_bg .notice .notice_box ul li::after{
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  z-index: -1;
  width: 0;
  height: 2.01rem;
  background: url(../images/notice_list.png) no-repeat top left;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-size: 100%;
}

.notice_bg .notice .notice_box ul li:hover::after{
  width: 5.55rem;
  left: -0.35rem;
  top: 0px;
}

.notice_bg .notice .notice_box ul li .time{
  background: url(../images/notice_time.png) no-repeat center;
  float: left;
  text-align: center;
  width: 0.8rem;
  height: 0.85rem;
  background-size: 100%;
  margin-top: 0.45rem;
  margin-left: 0.3rem;
  padding-left: 0.06rem;
}

.notice_bg .notice .notice_box ul li .time span{
  display: block;
  font-family: Source Han Sans CN;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #FFFFFF;
  padding: 0.15rem 0 0.05rem 0;
}

.notice_bg .notice .notice_box ul li .time i{
  display: block;
  font-family: Source Han Sans CN;
  font-size: 0.18rem;
  color: #FFFFFF;
}

.notice_bg .notice .notice_box ul li .txt{
  float: left;
  margin-left: 2%;
  margin-top: 0.5rem;
  width: 70%;

}

.notice_bg .notice .notice_box ul li .txt a{
  display: block;
  font-family: Source Han Sans CN;
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.notice_bg .notice .notice_box ul li .txt span{
  display: block;
  font-family: Source Han Sans CN;
  font-size: 0.16rem;
  text-transform: uppercase;
  color: #9B0D14;
  margin-top: 0.35rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.notice_bg .notice .notice_box ul li:hover .txt span{
  margin-top: 0.1rem;
}




@media (max-width: 980px){
  .notice_bg{
    margin: 0.5rem auto 0 auto;
    width: 100%;
  }
  
 
  .notice_bg .notice .title h3{
    margin: 0 auto;
    text-align: left;
    float: left;
  }
  
  .notice_bg .notice .notice_box{
    margin: 0.4rem auto 0 auto;
  }
  
  .notice_bg .notice .notice_box ul li{
    float: none;
    position: relative;
    z-index: 5;
    width:100%;
    height: 1.28rem;
    margin-bottom: 0.3rem;
  
  }
  
  .notice_bg .notice .notice_box ul li::after{
    display: none;
  }
  
 
  
  .notice_bg .notice .notice_box ul li .time span{
    font-size: 0.3rem;

  }
  
  .notice_bg .notice .notice_box ul li .time i{
    font-size: 0.2rem;
    color: #FFFFFF;
  }
  
  .notice_bg .notice .notice_box ul li .txt{
    float: left;
    margin-left: 3%;
    margin-top: 0.5rem;
    width: 78%;
  
  }
  
  .notice_bg .notice .notice_box ul li .txt a{
    display: block;
    font-family: Source Han Sans CN;
    font-size: 0.28rem;
    line-height: 0.34rem;
    height: 0.68rem;
    overflow: hidden;
    color: #000000;
  
  }
  
  .notice_bg .notice .notice_box ul li .txt span{
    font-size: 0.24rem;

    margin-top: 0.2rem;

  }
  
  .notice_bg .notice .notice_box ul li:hover .txt span{
    margin-top: 0.2rem;
  }
}

/* academic */ 

.academic_bg{
  margin: 0.1rem auto 0 auto;
  width: 100%;
  background: url(../images/news_bg2.jpg) no-repeat bottom center;
  position: relative;
  z-index: 5;
  background-size: 100%;
}

.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 .acad_xt{
  position: relative;
  width: 92%;
  height: 4px;
  background: #D0A48C;
  content: "";
  margin: 0 auto;
  -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;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.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;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 80%;
}


.academic_bg .academic_center .academic .academic_box .swiper-slide:hover .acad_xt{
  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.5rem 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-family: "Source Han Sans CN";
  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.26rem;
  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.45rem;
  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.24rem;	
  color: #9B0D14;
  text-align: center;
  position: relative;
  z-index: 5;
}



.academic_bg .academic_center .dynamics .dynamics_box h3 a{
  font-family: "Source Han Sans CN";
  font-size: 0.26rem;
  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;
}

.academic_bg .academic_center .dynamics .dynamics_box ul li h5 span::after{
  display: none;
}

}


/* campus */ 

.campus_bg{
  margin: 2.4rem 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 .culture_center{
  margin: 0.1rem auto 0 auto;
  width: 100%;
  background: url(../images/wenhua_xt.png) no-repeat top center;
  background-size: 100%;
} 


.campus_bg .campus_center .campus_box{
  margin: 0rem auto 0 auto;
  padding-top: 0.1rem;

} 

.campus_bg .campus_center .campus_box .swiper-slide{
  position: relative;

}

.campus_bg .campus_center .campus_box .swiper-slide .time{
  margin: 0 auto;

}

.campus_bg .campus_center .campus_box .swiper-slide .time img{
  display: block;
  width: 0.43rem;
  height: 0.43rem;
  margin: 0 auto 0.25rem auto;

}

.campus_bg .campus_center .campus_box .swiper-slide .time span{
  display: block;
  font-family: 'sys';
  font-size: 0.2rem;
  font-weight: bold;
  color: #9B0D14;
  margin: 0 auto;
  text-align: center;
}

.campus_bg .campus_center .campus_box .swiper-slide .pic{
  width: 100%;
  padding-top: 68%;
  position: relative;
  overflow: hidden;
  margin: 0.4rem auto 0 auto;
  overflow: hidden;
  border-bottom: 4px solid #9B0D14;
} 

.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;
  font-family: "Source Han Sans CN";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.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: #D8D8D8;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.3rem auto 0 auto;
}

.campus_bg .campus_center .campus_box .swiper-slide .txt .more{
  display: block;
  background: url(../images/more1.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;
  float: right;
  margin-top: 0.08rem;
  line-height: 0.2rem;
  font-size: 0.16rem;
  color: #9B0D14;
  padding-right: 0.25rem;
  opacity: 0;
}

.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{
 opacity: 1;

}

.campus_bg .campus_center .campus_box .swiper-slide-active{
  margin-top: 0.35rem;

}

.campus_bg .campus_center .campus_box .swiper-slide-next{
  margin-top: 1rem;
}

.campus_bg .campus_center .campus_box .swiper-slide-duplicate-prev{
  margin-top: 0.8rem;
}


@media (max-width: 980px){

  .campus_bg {
    margin: 1rem auto 0 auto;
}
  .campus_bg .campus_center .culture_center {
    margin: 0.5rem auto 0 auto;
}

.campus_bg .campus_center .title h3{
  margin: 0 auto;
  text-align: left;
  float: left;
}
.campus_bg .campus_center .campus_box .swiper-slide .time span{font-size: .24rem;}
  .campus_bg .campus_center .campus_box .swiper-slide .txt h5 a {
    font-size: 0.26rem;
    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.16rem;
  color: #999999;
  line-height: 0.32rem;
  height: 0.96rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}


.campus_bg .campus_center .campus_box .swiper-slide-active{
  margin-top: 0rem;

}

.campus_bg .campus_center .campus_box .swiper-slide-next{
  margin-top: 0rem;
}

.campus_bg .campus_center .campus_box .swiper-slide-duplicate-prev{
  margin-top: 0rem;
}


}


/* hz */ 

.hz{
  margin: 0.5rem 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);
}

.t_more a{
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.t_more:hover a{
  color: #9B0D14 !important;
}


@media (max-width: 980px){
  .news_img:hover img,
.pic:hover img{
  transform:scale(1,1);
}
.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}

}