/*轮播图开始*/
.swiper-index-banana{
  width: 100%;
  height: 720px;
}
.pm-banner-inner {
  width: 100%;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}
.pm-banner-content .whiteline {
  color: #ffaa00;
  border: 1px solid #ffaa00;
  width: 200px;
  height: 48px;
  line-height: 48px;
  transition: all 300ms ease;
  position: absolute;
  bottom: 160px;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
.pm-banner-content .whiteline:hover {
  color: #fff;
  background: #ffaa00;
  border-color: #ffaa00;
}
.pm-banner-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-index-banana .slider-content{
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-index-banana .slider-content img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination-bullet{
  width: 11px;
  height: 11px;
  background-color: #fff;
}
.banner-pagination.swiper-pagination-bullets{
  bottom: 48px;
}
.swiper-index-banana .swiper-pagination-bullet {
  width: 80px;
  height: 4px;
  background-color: #b2b2b2;
  border-radius: 0;
}
.swiper-index-banana .swiper-pagination-bullet:hover{
  background-color: #1a1a1a;
}
.swiper-index-banana .swiper-pagination-bullet-active:hover{
  background-color: #fff;
}
.swiper-index-banana .swiper-pagination-bullet-active{
  width: 80px;
  height: 4px;
  background-color: #fff;
}
/*实验室设备*/
.prev-index:after, .next-index:after {
  font-size: 20px !important;
}
.prev-index{
  left: 24px !important;
}
.next-index{
  right: 24px !important;
}
.prev-index, .next-index{
  width: 60px !important;
  height: 100px !important;
  background: rgba(0, 0, 0, 0.2) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  text-align: center;
  line-height: 100px !important;
  margin-top: -50px !important;
  top: 41.5% !important;
}
.prev-index:hover, .next-index:hover{
  background: rgba(0, 0, 0, 0.6) !important;
}
.module{
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
h2.title{
  font-size: 36px;
  margin-bottom: 16px;
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg,#4cc3ff,#0088cc);
  text-shadow: 0 0 5px #33bbff;
  position: relative;
  z-index: 1;
}
.module .title-p{
  font-size: 18px;
  color: #999;
  margin-bottom: 56px;
  position: relative;
  z-index: 1;
}
.group-common{
  justify-content: space-around;
  margin-bottom: 32px;
}
.group-common .group-item{
  width: 264px;
  height: 56px;
  line-height: 56px;
  border: 1px solid #b2b2b2;
  background-color: #f2f2f2;
  font-size: 20px;
  color: #666666;
  border-radius: 26px;
  cursor: pointer;
}
.group-common .group-item:hover{
  border-color: #5c6699;
  background-color: #91a1f2;
  color: #3d4466;
}
.group-common .group-item.active{
  border-color: #5c6699;
  background-color: #91a1f2;
  color: #3d4466;
  box-shadow: 0px 2px 6px 0px rgba(128, 128, 128, 0.5);
}

/*实验室设备轮播*/
.picScroll-index{
  overflow:hidden;
  position:relative;
}
.picScroll-index .hd{
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -90px;
  height: 100px;
}
.picScroll-index .hd .next{
  float: right;
  transform: translateX(-32%);
}
.picScroll-index .hd .prev{
  float: left;
  transform: translateX(32%);
}
.picScroll-index .hd .prev,.picScroll-index .hd .next{
  display:block;
  width:60px;
  height:100%;
  cursor:pointer;
  background: #000;
  opacity: .2;
  position: relative;
  z-index: 1;
  line-height: 100px;
  color: white;
  text-align: center;
  font-size: 18px;
  font-family: simsun;
  font-weight: 500;
}
.picScroll-index .hd .prev:hover,.picScroll-index .hd .next:hover{
  opacity: .5;
}
.picScroll-index .bd .tempWrap{
  overflow:hidden;
  position:relative;
  width: 100%;
}
.picScroll-index .bd ul{
  overflow:hidden;
  zoom:1;
  height: 428px;
}
.picScroll-index .bd ul li{
  float:left;
  _display:inline;
  padding: 7px 7px 30px 7px;
  width: 334px !important;
  overflow: hidden;
  margin-left: 4px;
  margin-right: 15px;
  margin-top: 4px; text-align:center;
  border-radius: 30px;
}
.picScroll-index .bd ul li:hover{
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(128,128,128,.5);
}
.picScroll-index .bd ul li .pic{
  text-align:center;
  width: 100%;
  height: 328px;
  position: relative;
  border-radius: 30px;
}
.picScroll-index .bd ul li .pic .more{
  position: absolute;
  bottom: 24px;
  left: 50%;
  display: none;
  color: #fff;
  transform: translateX(-50%);
  border-color: #7a88cc;
  background: linear-gradient(to right,#7a88cc,#5c6699);
}
.picScroll-index .bd ul li:hover .pic .more{
  display: block;
}
.picScroll-index .bd ul li .pic .more:hover{
  box-shadow: 0 2px 6px rgba(126,126,126,.5);
}
.picScroll-index .bd ul li .pic img{
  display:block;
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
}
.picScroll-index .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-index .bd ul li .title *{
  font-size: 20px;
  display: block;
  height: 20px;
  width: 100%;
  overflow: hidden;
  color: #4c4c4c;
  margin-top: 30px;
}
.picScroll-index .bd ul li .title a:hover{
  color: #00aaff;
}
.more{
  width: 164px;
  height: 46px;
  line-height: 46px;
  background-color: #fff;
  font-size: 16px;
  color: #3d4466;
  border-radius: 23px;
  border: 1px solid #3d4466;
}
.more:hover{
  color: #fff;
  border-color: #7a88cc;
  box-shadow: 0 2px 6px rgba(126,126,126,.5);
  background: linear-gradient(to right,#7a88cc,#5c6699);
}

/*知识产权*/
.module-assets,.module-service{
  width: 100%;
  background: url("/static/index/img/home/assets-bg.png") no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
}
.assets-box .text{
  font-size: 32px;
  color: #143d66;
  margin-bottom: 42px;
}
.assets-box img.mt{
  margin: 53px auto 99px auto ;
}
.assets-box a.more{
  margin-bottom: 20px;
}
.assets-box .prev-info{
  height: 289px;
}
.assets-box .next-info{
  max-height: 289px;
}
.assets-box p{
  font-size: 20px;
  line-height: 31px;
}

/*教育培训*/
.education-box .bg{
  width: 450px;
  height: 630px;
  overflow: hidden;
  position: relative;
}
.education-box .bg img{
  width: 100%;
  height: 100%;
}
.education-box .mask{
  width: 450px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.education-box .item:hover img{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.education-box .mask-left{
  background-image: -moz-linear-gradient( 90deg, rgb(65,86,97) 0%, rgb(65,86,97) 5%, rgba(65,86,97,0.5) 43%, rgba(65,86,97,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(65,86,97) 0%, rgb(65,86,97) 5%, rgba(65,86,97,0.5) 43%, rgba(65,86,97,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(65,86,97) 0%, rgb(65,86,97) 5%, rgba(65,86,97,0.5) 43%, rgba(65,86,97,0) 100%);
}
.education-box .mask-center{
  background-image: -moz-linear-gradient( 90deg, rgb(85,123,152) 0%, rgb(85,123,152) 5%, rgba(85,123,152,0.5) 43%, rgba(85,123,152,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(85,123,152) 0%, rgb(85,123,152) 5%, rgba(85,123,152,0.5) 43%, rgba(85,123,152,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(85,123,152) 0%, rgb(85,123,152) 5%, rgba(85,123,152,0.5) 43%, rgba(85,123,152,0) 100%);
}
.education-box .mask-right{
  background-image: -moz-linear-gradient( 90deg, rgb(147,87,43) 0%, rgb(147,87,43) 5%, rgba(147,87,43,0.5) 43%, rgba(147,87,43,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(147,87,43) 0%, rgb(147,87,43) 5%, rgba(147,87,43,0.5) 43%, rgba(147,87,43,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(147,87,43) 0%, rgb(147,87,43) 5%, rgba(147,87,43,0.5) 43%, rgba(147,87,43,0) 100%);
}
.education-box .text{
  position: absolute;
  bottom: 40px;
  left: 47px;
  font-size: 32px;
  color: #fff;
}
.education-box .text .you{
  margin-left: 20px;
}
.mt-15{
  margin-top: 15px;
}
.mt-48{
  margin-top: 48px;
}

/*技术服务*/
.about .left{
  height: auto;
  overflow: hidden;
  position: relative;
}
.about .about-box .bg{
  width: 450px;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
.about .about-box .bg:hover img{
  transform: scale(1.2)
}
.about .about-box .bg:hover .mask-top{
  display: block;
}
.about .about-box .bg .mask-top{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  display: none;
  transition: 10s;
}
.about .about-box .bg .mask-text{
  padding: 24px;
  background: rgba(92,102,153,.9);
  height: 100%;
  position: relative;
}
.about .about-box .bg .mask-text p{
  font-size: 16px;
  color: #f2f2f2;
  line-height: 28px;
  text-align: left;
  overflow: hidden;;
}
.about .left .bg .mask-text p{
  max-height: 88%;
}
.about .right .bg .mask-text p{
  max-height: 84px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:3;
}
.about .about-box .bg .mask-text .details{
  width: 112px;
  height: 35px;
  line-height: 35px;
  color: #ffaa00;
  background-color: #f2f2f2;
  font-size: 16px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
.about .about-box .bg .mask-text .details:hover{
  color: #f2f2f2;
  background-color: #ffaa00;
}
.about .about-box h2{
  font-size: 20px;
  width: 450px;
}
.about .about-box h2 a{
  color: #333;
}
.about .about-box h2 a:hover{
  color: #00aaff;
}
.about .right .center h2{
  text-align: center;
}
.about .right .mb h2{
  margin-bottom: 20px;
}

/*新闻中心*/
.news-container .swiper-pagination-bullet{
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #808080;
  opacity: 1;
  background-color: #e5f2ff;
  box-shadow: 0px 3px 9px 0px rgba(10, 10, 10, 0.5);
}
.news-pagination .swiper-pagination-bullet-active{
  background-color: #7a88cc;
  color: #fff;
}
.module-news .left-info-img{
  text-align: left;
  width: 97%;
}
.left-info-img .news-container{
  margin-bottom: 36px;
  height: 425px;
}
.left-info-img .news-container img{
  width: 100%;
  height: 100%;
}
.module-news .news-content .title{
  font-size: 20px;
  height: 20px;
  overflow: hidden;
  color: #333;
  width: 100%;
  text-overflow: ellipsis;
}
.module-news .news-content .title a:hover{
  color: #00aaff;
}
.module-news .news-content .date{
  font-size: 14px;
  color: #808080;
}
.module-news .news-content .text{
  font-size: 16px;
  color: #808080;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.module-news .left-info-img .text{
  height: 72px;
  -webkit-line-clamp: 3;
}
.prev-news{
  left: 32px;
}
.next-news{
  right: 32px;
}
.prev-news, .next-news {
  width: 28px !important;
  height: 45px !important;
  background: rgba(0, 0, 0, 0.2) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  text-align: center;
  line-height: 45px !important;
}
.news-pagination.swiper-pagination-bullets{
  bottom: 16px;
}
.prev-news:after, .next-news:after{
  font-size: 12px;
}
.prev-news:hover, .next-news:hover{
  background: rgba(0, 0, 0, 0.6) !important;
}
.left-info-img .date{
  line-height: 50px;
}
.right-info-text{
  width: 97%;
  float: right;
}
.right-info-text .info-list{
  border-bottom: 1px dashed #8a99e5;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.right-info-text .info-list:last-of-type{
  margin-bottom: 0;
}
.right-info-text .info-list .square-date{
  width: 76px;
  height: 76px;
  padding: 11px 0;
  line-height: 26px;
  border-radius: 10px;
  border: 1px solid #8a99e5;
  background-color: #f2f2f2;
}
.right-info-text .info-list .square-date span{
  color: #808080;
}
.right-info-text .info-list .square-date span.day{
  font-size: 30px;
}
.right-info-text .info-list .text-info{
  width: 85%;
  text-align: left;
  margin-left: 3%;
}
.right-info-text .info-list .text-info .title {
  margin-bottom: 8px;
}
.right-info-text .info-list .text-info .title a:hover{
  color: #00aaff;
}
.news-item .center-list .center-box{
  width: 450px;
}
.news-item .center-list .center-box:hover img{
  transform: scale(1.2);
}
.news-item .center-list .center-box:hover>p>a{
  color: #00aaff;
}
.news-item .center-list .center-box img{
  width: 100%;
  height: 100%;
}
.news-item .center-list .center-box>.box-img{
  display: block;
  overflow: hidden;
  width: 100%;
  height: 192px;
}
.news-item>div:nth-child(2) .center-box,.news-item>div:nth-child(5) .center-box,.news-item>div:nth-child(8) .center-box{
  margin: 0 auto;
}
.news-item>div:nth-child(3n) .center-list{
  text-align: -webkit-right;
}
.news-item .center-list .center-box>p{
  height: 64px;
  line-height: 64px;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  position: relative;
  top: -1px;
  overflow: hidden;
  padding: 0 16px;
}
.news-item .center-list .center-box>p>a{
  display: block;
}
.news-item .center-list>.date{
  font-size: 14px;
  color: #999;
  margin-top: 16px;
  text-align: center;
  margin-bottom: 33px;
  width: 98%;
}
.news-item>.mt{
  margin-top: 33px;
}
.news-content .news-item{
  display: none;
}

/*手机首页轮播*/

/*聚力实验室 创造新业态*/
.module-economics{
  background: url("/static/index/img/home/sys-bg.png") no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  position: relative;
}
.module-economics:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}
.novel-box{
  width: 80%;
  margin: 0 auto;
  text-align: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.novel-box .novel-item .number{
  font-size: 48px;
  color: #fff;
}
.novel-box .novel-item .number i{
  font-size: 18px;
  color: #b2b2b2;
  margin-left: 10px;
}
.novel-box .novel-item .text{
  font-size: 18px;
  color: #b2b2b2;
  margin-top: 20px;
}
.module-economics .about-more{
  margin-top: 96px;
  position: relative;z-index: 1;
}
.module-economics .about-more a{
  font-size: 16px;
  color: #fff;
}
.module-economics .about-more a:hover{
  color: #91a1f2;
}
@media (max-width: 500px){
  .about .about-box .bg .mask-text p{
    display: none;
  }
  .about .about-box .bg .mask-text{
    background: rgba(92,102,153,.5);
  }
}
@media (max-width: 600px){
  .lunbo-box .group-equipment .group-item{
    max-width: 99px !important;
    height: 30px !important;
    line-height: 30px !important;
    overflow: hidden;
  }
  .group-lb .lb-item .top .more{
    width: 85% !important;
  }
  .group-lb .lb-item>p{
    height: 12px;
    overflow: hidden;
  }
  .about .about-box .bg .mask-text p{
    line-height: .16rem !important;
  }
}
@media (max-width: 768px) {
  .picScroll-index .bd ul li .pic .more{
    font-size: .08rem !important;
    max-font-size: 14px !important;
    width: 80% !important;
    height: .2rem;
    line-height: .2rem;
  }
  .picScroll-index .bd ul li:hover{
    background-color: transparent;
    box-shadow: none;
  }
  .picScroll-index .bd ul li .pic .more{
    display: block;
  }
  .module .title-p{
    margin-bottom: 32px;
    line-height: 24px;
  }
  .group-common{
    margin-bottom: 10px;
  }
  .assets-box img.mt{
    margin: 40px auto;
  }
  .assets-box p{
    line-height: normal !important;
  }
  .module .lunbo-box .picScroll-index .bd .tempWrap ul li{
    width: .8rem !important;
    margin-right: 0;
    margin-left: 0;
  }
  .module .picScroll-index .bd .tempWrap ul li .pic{
    height: auto !important;
  }
  .lunbo-box .picScroll-index .bd ul{
    height: auto !important;
  }
  .picScroll-index .bd ul li .pic,.picScroll-index .bd ul li .pic img{
    border-radius: 5px !important;
  }
  .picScroll-index .hd .prev, .picScroll-index .hd .next{
    width: .15rem !important;
    height: .3rem !important;
    line-height: .3rem !important;
    font-size: .12rem;
  }
  .picScroll-index .hd{
    height: .3rem !important;
  }
  .module-carousel .lunbo-box .picScroll-index .hd {
    margin-top: -.24rem !important;
  }
  .picScroll-index .bd ul li .title *{
    font-size: .08rem !important;
    height: .11rem !important;
  }
  .tempWrap{
    margin: 0 auto;
  }
  .module-education .education-box .text,.module-education .education-box .text .icon-shouyebankuai-jiantou{
    font-size: .14rem !important;
  }
  .module-news .news-content .title{
    height: .12rem;
    font-size: .12rem;
    padding: 0 .08rem;
  }
  .left-info-img>.date{
    padding: 0 .08rem;
  }
  .module-news .left-info-img .text{
    padding: 0 .08rem;
  }
  .assets-box p{
    line-height: .22rem;
  }
  .assets-box .center div{
    text-align: center;
  }
  .assets-box .center div *{
    margin-bottom: 15px;
  }
  .assets-box .text{
    font-size: .12rem;
    margin-bottom: .1rem;
  }
  .assets-box .prev-info{
    height: auto;
    margin-bottom: .3rem;
  }
  .group-lb .lb-item{
    height: auto;
  }
  .group-lb .lb-item .top{
    height: 260px;
  }
  .group-lb .lb-item>p{
    margin-top: 10px;
    font-size: 12px !important;
  }
  .education-box .text{
    font-size: .14rem !important;
  }
  .education-box .bg,.education-box .mask{
    width: 100% !important;
  }
  .education-box .item{
    margin-bottom: .2rem;
  }
  .module{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .education-box a.more{
    margin-top: 0;
  }
  .about .left.bg,.about .right .item .bg{
    width: 98% !important;
    margin: 0 auto;
  }
  .about>.left {
    display: none;
  }
  .novel-box .novel-item .number,.novel-box .novel-item .number i{
    font-size: .14rem !important;
  }
  .novel-box .novel-item .text{
    font-size: .1rem !important;
  }
  .module-economics .about-more{
    margin-top: .4rem;
  }
  .novel-box{
    width: 100%;
  }
  h2.title{
    font-size: .14rem !important;
  }
  .group-common .group-item{
    width: 30%;
    height: .3rem;
    line-height: .3rem;
    font-size: .12rem;
  }
  .about .about-box h2{
    font-size: .14rem;
  }
  .group-lb .lb-item .top .more{
    font-size: .1rem !important;
  }
  .swiper-button-next, .swiper-button-prev{
    display: none;
  }
  .lunbo-box .group-equipment .group-item{
    font-size: 12px !important;
  }
  .pm-banner-content .whiteline,.banner-pagination{
    display: none;
  }
  .right-info-text .info-list .text-info{
    width: 78% !important;
  }
  .news-container .swiper-pagination-bullet{
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
  .more{
    margin-top: 25px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 2px;
  }
  .right-info-text .info-list .text-info .title{
    padding: 0;
  }
  .right-info-text .info-list{
    padding: 0 .08rem;
  }
  .lunbo-box .group-lb{
    display: block;
  }
  .group-lb .lb-item{
    width: 100%;
  }
  .left-info-img .news-container{
    height: auto;
  }
}
@media (max-width: 991px) {
  .module-news .left-info-img .text{
    margin-bottom: 20px;
  }
  .swiper .group-lb .lb-item .top{
    height: 158px !important;
  }
  .assets-box p{
    line-height: 22px;
  }
  .education-box .text,.education-box .text .icon-shouyebankuai-jiantou{
    font-size: 14px !important;
    vertical-align: -1px;
  }
  .about .about-box .bg{
    margin-bottom: 4px !important;
  }
  .right-info-text{
    width: 100%;
  }
  .news-item .center-list .center-box {
    width: 100% !important;
  }
  .news-item .center-list .center-box>.box-img img{
    width: 100% !important;
  }
  .news-item .center-list>.date{
    width: 100%;
  }
  .module-news .left-info-img{
    width: 100%;
  }
  .more{
    width: 128px;
    height: 36px;
    line-height: 35px;
    font-size: 14px;
    border-radius: 18px;
  }
  .about .about-box h2{
    font-size: 14px;
    margin-bottom: 14px !important;
  }
}
@media (max-width: 991px){
  .picScroll-index .bd .tempWrap ul.picList li{
    width: 164px !important;
  }
  .picScroll-index .bd .tempWrap ul li .pic{
    height: 150px !important;
  }
  .picScroll-index .bd ul li .title *{
    margin-top: 10px !important;
  }
  .picScroll-index .bd ul li {
    padding: 7px 7px 10px 7px !important;
  }
  .picScroll-index .bd ul {
    height: 210px !important;
  }
  .lunbo-box .picScroll-index .hd{
    margin-top: -48px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px){
  .about .about-box .bg .mask-text p{
    line-height: 16px !important;
  }
}
@media (max-width: 1200px) {
  .picScroll-index .bd ul li, .picScroll-index .bd ul li .pic img{
    border-radius: 15px;
  }
  .picScroll-index .bd .tempWrap ul li{
    width: 219px !important;
  }
  .picScroll-index .bd .tempWrap ul li .pic{
    height: 205px;
  }
  .picScroll-index .hd .prev, .picScroll-index .hd .next{
    width: 30px;
    line-height: 60px;
  }
  .picScroll-index .hd{
    height: 60px;
    margin-top: -82px !important;
  }
  .picScroll-index .bd ul{
    height: 282px;
  }
  .picScroll-index .hd .next{
    transform: translateX(-55%);
  }
  .picScroll-index .hd .prev {
    transform: translateX(55%);
  }
  .group-lb .lb-item .top .more{
    width: 60%;
    height: auto;
    font-size: 14px;
  }
  .education-box .text .you{
    margin-left: 12px;
  }
  .module{
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .assets-box p{
    font-size: 14px;
  }
  .lunbo-box .group-equipment .group-item{
    font-size: 14px;
  }
  .group-lb .lb-item>p{
    font-size: 13px;
    height: 14px;
    margin-top: 20px;
  }
  .group-lb .lb-item{
    padding-bottom: 20px;
  }
  .prev-index, .next-index{
    width: 30px;
    height: 50px;
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2) !important;
  }
  .about .about-box .bg{
    margin-bottom: 15px;
  }
  .about .about-box .bg .mask-top{
    padding: 0 !important;
  }
  .right-info-text .info-list .square-date {
    width: 66px;
    height: 66px;
    padding: 6px 0;
  }
  .right-info-text .info-list .text-info{
    width: 82%;
  }
  .right-info-text .info-list{
    padding-bottom: 11px;
    margin-bottom: 11px;
  }
  .right-info-text .info-list .square-date span.day{
    font-size: 26px;
  }
  .prev-index, .next-index{
    width: 35px !important;
    height: 60px !important;
  }
  .prev-index:after, .next-index:after{
    font-size: 12px !important;
  }
  .group-lb .lb-item .top{
    height: 213px !important;
  }

}
@media (max-width: 1480px) {
  .group-common .group-item{
    width: 19%;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
  }
  .picScroll-index .bd ul li{
    width: 269px !important;
  }
  .picScroll-index .bd ul li .pic{
    height: 255px;
  }
  .picScroll-index .hd{
    margin-top: -76px;
  }
  .picScroll-index .bd ul{
    height: 335px;
  }
  .picScroll-index .bd ul li .title *{
    font-size: 16px;
    height: 16px;
    margin-top: 20px;
  }
  .picScroll-index .bd ul li{
    padding: 7px 7px 20px 7px;
  }
  .picScroll-index .bd ul li .pic .more{
    font-size: 14px;
    width: 60%;
  }
  .group-lb .lb-item{
    width: 326px;
  }
  .education-box .text{
    font-size: 22px;
    bottom: 20px;
    left: 20px;
  }
  .education-box .text .icon-shouyebankuai-jiantou{
    font-size: 22px;
  }
  .module{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  h2.title{
    font-size: 28px;
  }
  .module .title-p{
    font-size: 14px;
  }
  .education-box .bg{
    width: 96%;
    height: auto;
  }
  .education-box .mask{
    width: 100%;
  }
  .about .about-box .bg,.about .about-box h2{
    width: 96% !important;
  }
  .about .right .mb h2{
    margin-bottom: 8px;
  }
  .about .about-box .bg .mask-top{
    padding: 20px;
  }
  .about .about-box .bg .mask-text p,.about .about-box .bg .mask-text .details{
    font-size: 14px;
  }
  .novel-box .novel-item .number{
    font-size: 36px;
  }
  .novel-box .novel-item .text{
    font-size: 14px;
  }
  .swiper-index-banana{
    height: auto;
  }
  .pm-banner-content .whiteline{
    font-size: 14px;
    width: 160px;
    height: 44px;
    line-height: 40px;
    bottom: 100px;
  }
  .news-item .center-list .center-box{
    width: 98%;
  }
  .news-item .center-list .center-box>p{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .group-lb .lb-item .top{
    height: 263px;
  }
}
@media (min-width: 1200px) and (max-width: 1480px) {
  .right-info-text .info-list .text-info{
    width: 80%;
  }
  .module-news .news-content .title{
    font-size: 16px;
    height: 16px;
  }
  .module-news .news-content .text{
    font-size: 14px;
  }
  .right-info-text .info-list .square-date {
    width: 72px;
    height: 72px;
    padding: 10px 0;
  }
  .right-info-text .info-list {
    border-bottom: 1px dashed #8a99e5;
    padding-bottom: 17px;
    margin-bottom: 17px;
  }
  .left-info-img .news-container{
    height: 344px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .module-news .news-content .title{
    font-size: 14px;
    height: 14px;
  }
  .left-info-img .news-container{
    margin-bottom: 24px;
    height: 295px;
  }
  .module-news .news-content .text{
    font-size: 14px;
  }
}
