

/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.banner::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/bannerbg1.png) no-repeat top center;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}


.banner::before{
  position: absolute;
  content: "";
  left: 0;
  top: 1px;
  width: 100%;
  height: 100%;
  background: url(../images/bannerbg2.png) no-repeat top center;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}

.banner .txt{
  position: absolute;
  left: 3%;
  top: 24%;
  background: url(../images/bannertxt.png) no-repeat left center;
  background-size: 100%;
  padding: 1.05rem 0 1rem 0;
  width: 65%;
  max-width: 96%;
}

.banner .txt p{
  padding-left: 8%;
  font-size: 0.59rem;
  color: #fff;
  font-family: "sans";
  font-weight: 600;
  margin-bottom: 0.15rem;


}

.banner .txt p:nth-child(2){
  font-size: 0.56rem;
}

.banner .txt p:nth-child(3){
  font-size: 0.5rem;
}


.banner .swiper-container {
  overflow: hidden;
  margin: 0 auto;

}

.banner .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}


.banner .swiper-slide {
  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);
  object-fit: cover;
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1.05, 1.05);
}



.banner .swiper-banner-next {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/bannerright.png) no-repeat center;
  background-size: 100%;
  right: 2.5%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  display: none;
}

.banner .swiper-banner-prev {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/bannerleft.png) no-repeat center;
  background-size: 100%;
  left: 2.5%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  display: none;
}


.banner .swiper-pagination{
  width: 0.12rem;
  margin: 0;
  text-align: center;
  position: absolute;
  top: 40%;
  right: 4%;
}

.banner .swiper-pagination .swiper-pagination-bullet{
  opacity: 0.3;
  position: relative;
  margin: 0 0 0.25rem 0;
  width: 0.1rem;
  height: 0.1rem;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}

.banner .swiper-pagination .swiper-pagination-bullet::after{
  position: absolute;
  top: 0.2rem;
  left: 50%;
  width: 1px;
  height: 0.1rem;
  background: #fff;
  opacity: 0.5;
  content: "";
}

.banner .swiper-pagination .swiper-pagination-bullet:last-child:after{
  display: none;
}



.banner .swiper-pagination .swiper-pagination-bullet-active{
  width: 0.12rem;
  height: 0.12rem;
  background: #fff;
  opacity: 1;
}



.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
  display: none;

}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
  display: none;
}

.bannerbg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.reservationbg{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.43rem;
  z-index: 10;
}

.reservationbg .reservation{
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.reservationbg .reservation .reservation_t{
  float: left;
  width: 15.3%;
  height: 1.2rem;
  background: url(../images/Instrument_ico.png) no-repeat right center;
  background-size: cover;
}

.reservationbg .reservation .reservation_t h5{
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
  padding-left: 0.25rem;
  padding-top: 0.3rem;

}

.reservationbg .reservation .reservation_t h5 i{
  display: block;
  font-size: 0.14rem;
  color: #fff;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.6;
  margin-top: 0.05rem;
}

.reservationbg .reservation .reservationbox{
  float: left;
  width: 84.7%;
  height: 1.2rem;
} 

.reservationbg .reservation .reservationbox ul li{
  float: left;
  width: 10.3%;
  height: 1.2rem;
  margin-left: 0.8%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.reservationbg .reservation .reservationbox ul li a{
  display: block;
  text-align: center;
}


.reservationbg .reservation .reservationbox ul li img{
  display: block;
  margin: 0.25rem auto 0.08rem auto;
  width: 0.36rem;
  height: 0.36rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}


.reservationbg .reservation .reservationbox ul li i{
  display: block;
  font-size: 0.2rem;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



@media (max-width: 980px) {

  .banner .swiper-pagination{
    width: 100%;
    margin: 0;
    text-align: center;
    position: absolute;
    top: auto;
    bottom: 0.2rem;
    right: 0%;
  }

  .banner .swiper-pagination .swiper-pagination-bullet{
    opacity: 0.3;
    position: relative;
    margin: 0 0.2rem 0 0.2rem;
    width: 0.12rem;
    height: 0.12rem;
  }
  
  .banner .swiper-pagination .swiper-pagination-bullet::after{
    position: absolute;
    top: 49%;
    left: 0.2rem;
    width: 0.2rem;
    height: 1px;
    opacity: 0.5;
  }

  .banner .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
  }

  .banner .swiper-banner-next {
    display: none;
  }
  
  .banner .swiper-banner-prev {
    display: none;
  }
  

  .banner .txt{
    top: 10%;
    padding: 0.7rem 0 1rem 0;
    width: 90%;
  }
  
  .banner .txt p{
    padding-left: 8%;
    font-size: 0.32rem;
    margin-bottom: 0.15rem;
  
  
  }
  
  .banner .txt p:nth-child(2){
    font-size: 0.3rem;
  }
  
  .banner .txt p:nth-child(3){
    font-size: 0.28rem;
  }


  .reservationbg{
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0rem;
    margin: 0rem auto 0 auto;
    padding: 0.3rem 0;
    background: #15499a;
    overflow: hidden;
  }
  
  .reservationbg .reservation{
    margin: 0 auto;
    position: relative;
    z-index: 5;
  }
  
  .reservationbg .reservation .reservation_t{
    float: none;
    width: 2.45rem;
    height: 1rem;
    background: none;
    margin: 0 auto;
  }
  
  .reservationbg .reservation .reservation_t h5{
    font-size: 0.32rem;
    padding-left: 0rem;
    padding-top: 0rem;
    text-align: center;
  
  }
  
  .reservationbg .reservation .reservation_t h5 i{
    display: block;
    font-size: 0.24rem;
    margin-top: 0.05rem;
  }
  
  .reservationbg .reservation .reservationbox{
    float: none;
    width: 100%;
    height: auto;

  } 
  
  .reservationbg .reservation .reservationbox ul li{
    float: left;
    width: 31.2%;
    height: 1.2rem;
    margin: 0 1% 0.1rem 1%;
  }
  
  
  .reservationbg .reservation .reservationbox ul li img{
    display: block;
    margin: 0.25rem auto 0.08rem auto;
    width: 0.36rem;
    height: 0.36rem;
  
  
  }
  
  
  .reservationbg .reservation .reservationbox ul li i{
    display: block;
    font-size: 0.2rem;
    color: #fff;
  }
  
  

}




/* title */

.title{
  overflow: hidden;

}


.title h5{
  float: left;
  line-height: 0.46rem;


}


.title h5 img{
  display: block;
  float: left;
  width: 0.46rem;
  height: 0.46rem;

}


.title h5 span{
  display: block;
  float: left;
  margin-left: 0.1rem;
  font-size: 0.32rem;
  color: #000000;
}


.title .more{
  display: block;
  float: right;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.46rem;
}


/* news */


.newsbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/newsbg.jpg) no-repeat top center;
  background-size: 100% ;
  overflow: hidden;
  padding-bottom: 0.8rem;
}

.newsbg .news{
  margin: 0 auto;
  padding-top: 0.8rem;

}

.newsbg .news .notice{
  float: left;
  width: 50%;

}

.newsbg .news .notice .noticebox{
  margin: 0.2rem auto 0 auto;
  border-top: 1px solid #e0e1e3;
  padding-top: 0.15rem;

}


.newsbg .news .notice .noticebox ul li{
  height: 0.77rem;
  line-height: 0.77rem;
  border-bottom: 1px dashed #dddfe1;
  position: relative;
  z-index: 5;
  
}

.newsbg .news .notice .noticebox ul li i{
  display: block;
  float: left;
  width: 0.6rem;
  height: 0.25rem;
  line-height: 0.23rem;
  border: 1px dashed #d5deed;
  text-align: center;
  background: #ebeff6;
  border-radius: 45px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 55px;
  margin-top: 0.26rem;
  font-size: 0.16rem;
  color: #15499a;
  font-family: "Manrope3";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .notice .noticebox ul li a{
  display: block;
  float: left;
  margin-left: 0.15rem;
  width: 82%;
  font-size: 0.2rem;
  color: #000000;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}


.newsbg .news .notice .noticebox ul li::after{
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0px;
  width: 0;
  height: 100%;
  background: #15499a url(../images/newslist.jpg) no-repeat right center;
  background-size: 100%;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.newsbg .news .news_r{
  float: right;
  width: 44.5%;

}

.newsbg .news .news_r .newsbox{
  margin: 0.2rem auto 0 auto;
  border-top: 1px solid #e0e1e3;
  padding-top: 0.2rem;

}


.newsbg .news .news_r .newsbox ul li{
  height: 1.07rem;
  border-bottom: 1px dashed #dfe0e2;
  position: relative;
  z-index: 5;
  
}

.newsbg .news .news_r .newsbox ul li a{
  display: block;
  padding-top: 0.25rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_r .newsbox ul li a i{
  display: block;
  padding-left: 0.3rem;
  font-size: 0.16rem;
  color: #666;
  font-family: "Manrope3";
  line-height: 0.2rem;
  background: url(../images/time1.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
}

.newsbg .news .news_r .newsbox ul li a span{
  font-size: 0.2rem;
  color: #000000;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.15rem;

}

.newsbg .news .news_r .newsbox ul li::after{
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0px;
  width: 0;
  height: 100%;
  background: url(../images/newslist.jpg) no-repeat  center;
  background-size: cover;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




/* fw */


.fwbg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/fwbg.jpg) no-repeat  center;
  background-size: 100% 100%;
  overflow: hidden;
  padding-bottom: 0.8rem;
}

.fwbg .fw{
  margin: 0 auto;
  padding-top: 0.8rem;

}

.fwbg .title h5 span{
  color: #fff;
}

.fwbg .title .more{
  color: #fff;
}



.fwbg .fwbox{
  margin: 0.4rem auto 0 auto;
}

.fwbg .fwbox ul li{
  float: left;
  width: 32%;
  margin-right: 2%;
  position: relative;
  background: #e8edf6;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fwbg .fwbox ul li:last-child{
  margin-right: 0;
}


.fwbg .fwbox ul li .pic{
  width: 100%;
  padding-top: 58%;
  position: relative;
  overflow: hidden;

}

.fwbg .fwbox ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fwbg .fwbox ul li .txt{
  margin: 0 auto;
  width: 91%;
  height: 1.7rem;
  position: relative;

}

.fwbg .fwbox ul li .txt a {
  display: block;
  padding-top: 0.3rem;
}

.fwbg .fwbox ul li .txt a h5{
  font-size: 0.22rem;
  color: #000000;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fwbg .fwbox ul li .txt a p{
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  margin-top: 0.1rem;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fwbg .fwbox ul li .txt a em{
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background: #fff url(../images/more1.png) no-repeat center;
  background-size: 100%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  right: 0.2rem;
  top: -0.3rem;
}






/* product */


.probg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/probg.jpg) no-repeat top center;
  background-size: 100% 100%;
  overflow: hidden;
  padding-bottom: 0.8rem;
}

.probg .product{
  margin: 0 auto;
  padding-top: 0.8rem;

}

.probg .product .title .more{
  width: 1.14rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border: 1px solid #15499a;
  border-radius: 45px;
  font-size: 0.16rem;
  color: #15499a;
  text-align: center;
}



.probg .product .probox{
  margin: 0.4rem auto 0 auto;
}


.probg .product .probox ul li{
  position: relative;

}


.probg .product .probox ul li .pic{
  width: 99%;
  padding-top: 116%;
  position: relative;
  background: #eef7fe;
  border: 1px solid #e4eef6;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.probg .product .probox ul li .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;
}

.probg .product .probox ul li .txt a{
  font-size: 0.2rem;
  color: #000000;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  margin: 0.15rem auto 0 auto;

} 


.probg .shuju{
  margin: 0.75rem auto 0 auto;
}


.probg .shuju .shuju_l{
  float: left;
  width: 42%;

}

.probg .shuju .shuju_l .shujubox{
  margin: 0.2rem 0 0 0;
  padding-top: 0.4rem;
  border-top: 1px solid #e5e5e5;

}


.probg .shuju .shuju_l .shujubox ul{


}

.probg .shuju .shuju_l .shujubox ul li{
  float: left;
  width: 48%;
  margin-bottom: 0.5rem;
  margin-right: 4%;
}


.probg .shuju .shuju_l .shujubox ul li:nth-child(2n){
  margin-right: 0;
}

.probg .shuju .shuju_l .shujubox ul li img{
  display: block;
  float: left;
  width: 0.8rem;
  height: 0.92rem;


}

.probg .shuju .shuju_l .shujubox ul li h5{
  float: left;
  margin-left: 0.25rem;

}

.probg .shuju .shuju_l .shujubox ul li h5 i{
  display: block;
  font-size: 0.16rem;
  color: #666666;
}

.probg .shuju .shuju_l .shujubox ul li h5 i span{
  font-size: 0.4rem;
  color: #15499a;
  font-family: "Manrope3";
  font-weight: bold;
}

.probg .shuju .shuju_l .shujubox ul li h5 em{
  display: block;
  font-size: 0.18rem;
  color: #000;
}

.probg .shuju .yuyue{
  float: right;
  width: 53.5%;

}

.probg .shuju .yuyue .appointment-list{
  margin: 0.2rem 0 0 0;
  padding-top: 0rem;
  border-top: 1px solid #e5e5e5;

}


.probg .shuju .yuyue .appointment-list .mySwiper{
  overflow: hidden;
  height: 3.33rem;
  position: relative;

}

.probg .shuju .yuyue .appointment-list .swiper-slide{
  position: relative;
  height: 1.02rem !important;
  background: #f3f6fa;
  margin-bottom: 0.09rem;
  z-index: 5;

} 

.probg .shuju .yuyue .appointment-list .swiper-slide .txt{
  float: left;
  margin-left: 3%;
  width: 64%;

}

.probg .shuju .yuyue .appointment-list .swiper-slide .txt h5{
  font-size: 0.2rem;
  color: #333;
  padding-left: 0.15rem;
  position: relative;
  line-height: 0.3rem;
  margin: 0.2rem 0 0.1rem 0;

}

.probg .shuju .yuyue .appointment-list .swiper-slide .txt h5::after{
  position: absolute;
  left: 0;
  top: 0.12rem;
  content: "";
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #15499a;
}

.probg .shuju .yuyue .appointment-list .swiper-slide .txt p{
  font-size: 0.16rem;
  color: #666666;
  margin: 0 0 0 0.15rem;
}

.probg .shuju .yuyue .appointment-list .swiper-slide .approved{
  float: right;
  margin: 0.25rem 3% 0 0;
  border-radius: 45px;
  width: 0.77rem;
  height: 0.3rem;
  line-height: 0.3rem;
  background: #46cb66;
  text-align: center;
} 


.probg .shuju .yuyue .appointment-list .swiper-slide .approved i{
  display: inline-block;
  text-align: center;
  background: url(../images/approvedico.png) no-repeat left center;
  background-size: 0.19rem 0.19rem ;
  color: #fff;
  font-size: 0.16rem;
  padding-left: 0.25rem;

}


.probg .shuju .yuyue .appointment-list .mySwiper::after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, 

  #ffffff 0%, 
  rgba(255, 255, 255, 1) 12%, 

  rgba(255, 255, 255, 0.5) 25%, 

  rgba(255, 255, 255, 0) 40%, 

  rgba(255, 255, 255, 0) 70%, 

  rgba(255, 255, 255, 0.8) 85%, 

  rgba(255, 255, 255, 1) 100%, 
  #ffffff 100%
);
  pointer-events: none;
  z-index: 1;
 
}




@media (min-width: 1921px){
  .probg .shuju .shuju_l .shujubox ul li img {
    width: 0.7rem;
    height: 0.82rem;
  }
  .probg .shuju .shuju_l .shujubox ul li h5 i span {
    font-size: 0.3rem;
}
}


/* links */

.linksbg{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0.3rem 0;
  background: #134189;
  overflow: hidden;
}

.linksbg .links{
  margin: 0 auto;
  line-height: 0.3rem;
}

.linksbg .links .links_t{
  font-size: 0.2rem;
  color: #ffffff;
  float: left;
}


.linksbg .links .linksnr{
  float: left;
  width: 90%;
  display: inline-block;
  font-size: 0.18rem;
  color: #ffffff;
}

.linksbg .links .linksnr a{
  font-size: 0.18rem;
  color: #ffffff;
  padding: 0 0.15rem;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}










@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 (min-width: 1024px) {

  .reservationbg .reservation .reservationbox ul li:hover{
    background: #15499a ;

  }

  .reservationbg .reservation .reservationbox ul li:hover img {
    transform: rotate(360deg);
}

.probg .shuju .shuju_l .shujubox ul li img:hover{
  animation: beat 0.5s 1;
}

  .linksbg .links .linksnr a:hover{

    opacity: 0.5;
  }

  .newsbg .news .notice .noticebox ul li:hover::after{
    width: 100%;
  }

  .newsbg .news .notice .noticebox ul li:hover i{
    border: 1px dashed #fff;
    background: #fff;
    color: #15499a;
    margin-left: 3%;
  }

  .newsbg .news .notice .noticebox ul li:hover a{
    color: #fff;
  }

  .newsbg .news .news_r .newsbox ul li:hover::after{
    width: 100%;
  }

  .newsbg .news .news_r .newsbox ul li:hover a i{
    color: #fff;
    background: url(../images/time2.png) no-repeat left center;
    background-size: 0.2rem 0.2rem;
  }

  .newsbg .news .news_r .newsbox ul li:hover a span{
    color: #fff;
  }

  .newsbg .news .news_r .newsbox ul li:hover a{
    padding-left: 0.3rem;
  }


  
.fwbg .fwbox ul li:hover{
  background: #fff;

}

.fwbg .fwbox ul li:hover .pic img{
  transform: scale(1.1);

}

.fwbg .fwbox ul li:hover .txt a h5{
  color: #15499a;
  font-weight: bold;

}

.fwbg .fwbox ul li:hover .txt a em{
  background: #15499a url(../images/more2.png) no-repeat center;
}

.probg .product .probox ul li:hover .txt a{
  color: #15499a;
  font-weight: bold;
}

.probg .product .probox ul li:hover .pic{
  border: 1px solid #15499a;

}

.probg .shuju .yuyue .appointment-list .swiper-slide:hover .txt h5{
  color: #15499a;
}

.probg .product .probox ul li:hover .pic img{
  transform: scale(1.1);
}

}



@media (max-width: 980px) {

/* title */


.title h5{
  float: left;
  line-height: 0.46rem;


}


.title h5 span{
  font-size: 0.36rem;

}


.title .more{
  font-size: 0.24rem;
  color: #666666;

}


/* news */


.newsbg{
  padding-bottom: 0.8rem;
}

.newsbg .news{
  margin: 0 auto;
  padding-top: 0.5rem;

}

.newsbg .news .notice{
  float: none;
  width: 100%;

}



.newsbg .news .notice .noticebox ul li{
  height: 0.97rem;
  line-height: 0.97rem;

  
}

.newsbg .news .notice .noticebox ul li i{

  width: 1.2rem;
  height: 0.5rem;
  line-height: 0.48rem;
  margin-top: 0.23rem;
  font-size: 0.28rem;

}

.newsbg .news .notice .noticebox ul li a{
  width: 75%;
  font-size: 0.28rem;


}




.newsbg .news .news_r{
  float: none;
  width: 100%;
  margin: 0.5rem auto 0 auto;

}




.newsbg .news .news_r .newsbox ul li{
  height: 1.37rem;
  border-bottom: 1px dashed #dfe0e2;
  position: relative;
  z-index: 5;
  
}



.newsbg .news .news_r .newsbox ul li a i{
  display: block;
  padding-left: 0.4rem;
  font-size: 0.26rem;
  line-height: 0.36rem;
  background: url(../images/time1.png) no-repeat left center;
  background-size: 0.3rem 0.3rem;
}

.newsbg .news .news_r .newsbox ul li a span{
  font-size: 0.28rem;
  margin-top: 0.15rem;

}





/* fw */


.fwbg{

  padding-bottom: 0.6rem;
}

.fwbg .fw{
  padding-top: 0.5rem;

}


.fwbg .fwbox{
  margin: 0.4rem auto 0 auto;
}

.fwbg .fwbox ul li{
  float: none;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 0.3rem;
}



.fwbg .fwbox ul li .pic{
  width: 100%;
  padding-top: 58%;
  position: relative;
  overflow: hidden;

}


.fwbg .fwbox ul li .txt{
  margin: 0 auto;
  width: 91%;
  height: 2rem;
  position: relative;

}



.fwbg .fwbox ul li .txt a h5{
  font-size: 0.32rem;
}

.fwbg .fwbox ul li .txt a p{
  font-size: 0.26rem;
  line-height: 0.36rem;
  height: 0.72rem;
}




/* product */


.probg{
  padding-bottom: 0.6rem;
}

.probg .product{
  padding-top: 0.5rem;

}

.probg .product .title .more{
  width: 1.24rem;
  height: 0.44rem;
  line-height: 0.44rem;
  font-size: 0.24rem;
}



.probg .product .probox ul li .txt a{
  font-size: 0.28rem;
  margin: 0.15rem auto 0 auto;

} 


.probg .shuju{
  margin: 0.7rem auto 0 auto;
}


.probg .shuju .shuju_l{
  float: none;
  width: 100%;
  overflow: hidden;

}



.probg .shuju .shuju_l .shujubox ul li{
  float: left;
  width: 48%;
  margin-bottom: 0.4rem;
  margin-right: 4%;
}



.probg .shuju .shuju_l .shujubox ul li h5 i{

  font-size: 0.24rem;

}

.probg .shuju .shuju_l .shujubox ul li h5 i span{
  font-size: 0.4rem;

}

.probg .shuju .shuju_l .shujubox ul li h5 em{

  font-size: 0.28rem;

}

.probg .shuju .yuyue{
  float: none;
  width: 100%;
  margin: 0.5rem auto 0 auto;

}


.probg .shuju .yuyue .appointment-list .mySwiper{
  overflow: hidden;
  height: 4.2rem;
  position: relative;

}

.probg .shuju .yuyue .appointment-list .swiper-slide{
  position: relative;
  height: 1.3rem !important;
  background: #f3f6fa;
  margin-bottom: 0.15rem;
  z-index: 5;

} 

.probg .shuju .yuyue .appointment-list .swiper-slide .txt{
  float: left;
  margin-left: 3%;
  width: 64%;

}

.probg .shuju .yuyue .appointment-list .swiper-slide .txt h5{
  font-size: 0.28rem;
  padding-left: 0.25rem;
  line-height: 0.34rem;
  margin: 0.3rem 0 0.1rem 0;

}

.probg .shuju .yuyue .appointment-list .swiper-slide .txt h5::after{

  top: 0.14rem;

}

.probg .shuju .yuyue .appointment-list .swiper-slide .txt p{
  font-size: 0.24rem;
  margin: 0 0 0 0.25rem;
}

.probg .shuju .yuyue .appointment-list .swiper-slide .approved{
  float: right;
  margin: 0.3rem 3% 0 0;
  width: 1rem;
  height: 0.45rem;
  line-height: 0.45rem;
} 


.probg .shuju .yuyue .appointment-list .swiper-slide .approved i{
  background-size: 0.19rem 0.19rem ;
  color: #fff;
  font-size: 0.24rem;
  padding-left: 0.25rem;

}







/* links */



.linksbg .links .links_t{
  font-size: 0.32rem;
  color: #ffffff;
  float: left;
}


.linksbg .links .linksnr{
  float: left;
  width: 75%;
  display: inline-block;
  font-size: 0.28rem;

}

.linksbg .links .linksnr a{
  font-size: 0.28rem;

}






}