/*轮播图开始*/
.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;
}

/*hou*/
/* .white-lines{
  display: flex;
  justify-content: center;
  width: 50%;
} */
/*hou*/
/* .white-lines a{
  flex-grow: 1;
} */
/*hou*/
.blackline {
  color: #fff;
  border: 1px solid #6d8a51CC;
  background: #6d8a51CC;
  width: 200px;
  height: 48px;
  line-height: 48px;
  transition: all 300ms ease;
  position:relative;
  top: 70%;
  left: 1%;
  /* bottom: 160px; */
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
/*hou*/
.blackline:hover {
  color: #ffffff;
    background-color: #355a27CC;
  border-color: #355a27;
}

.pm-banner-content .whiteline {
  color: #fff;
  border: 1px solid #6d8a51CC;
    background: #6d8a51CC;
  width: 200px;
  height: 48px;
  line-height: 48px;
  transition: all 300ms ease;
  position: relative;
  top: 70%;
  right: 1%;
  /* bottom: 160px; */
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
.pm-banner-content .whiteline:hover {
  color: #ffffff;
    background-color: #355a27CC;
  border-color: #355a27;
}
.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 {
/*hou*/
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 50%;

  /* 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{
  /*hou*/
  width: 8px;
  height: 8px;
  background-color: #a50000;
  border-radius: 50%;

  /* 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: 20px;
  text-align: center;
  background-color: #ffffff;/*加入了背景颜色*/
}

/*标题,大屏下*/
h2.title{
  font-size: 36px;
  font-weight:500;
  margin-bottom: 15px; 
  color: transparent;
  -webkit-background-clip: text;
  background-color: #000000;
  /* background-image: linear-gradient(90deg,#4cc3ff,#0088cc);*/
  /* text-shadow: 0 0 5px #000000;  */
  position: relative;
  z-index: 1;
}

  /*标题下的横线*/
  h2.title {
    position: relative;
    font-family: 'SansSC';
  }
  /*标题下的横线*/
  h2.title::after {
    content: "";
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    margin-top: 55px;
    left: 50%;
    width: 50px;
    height: 3px;
    background-color: #6d8a51;
    border-radius: 30px 30px 30px 30px;
  }


.module .title-p{
  font-size: 60px;
  color: #585858;
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
  /* font-family: cursive; */
  font-weight: bold;
  -webkit-transform: scale(0.55);
  line-height: 20px;
}
.group-common{
  justify-content: space-around;
  margin-bottom: 32px;
}
.group-common .group-item{
  width: 264px;
  height: 56px;
  line-height: 56px;
  border: 1px solid #355a27;/*hou*/
  background-color: #ffffff;/*hou*/
  font-size: 20px;/*hou*/
  color: #355A27;/*hou*/
  border-radius: 26px;
  cursor: pointer;
}
.group-common .group-item:hover{
  border-color: #355A27/*#5c6699*/;
  background-color: #6d8a51/*#91a1f2*/;
  color: #3d4466;
}
.group-common .group-item.active{
  border-color: #355A27;
  background-color: #355a27;
  color: #ffffff;
  /* 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: 'SansSC';
  /* 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: 380px;
  height: 46px;
  line-height: 42px;
  background-color: #ffffff;/*hou “查看更多”背景颜色*/
  font-size: 22px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #355a27;/*hou 字体颜色*/
  border-radius: 10px;
  border: 1px solid #6d8a51;
}
.more:hover{
  color: #fff;
  border-color: #6d8a51;
  box-shadow: 0 2px 6px rgba(126,126,126,.5);
  background: #6d8a51; 

  /* border-color: #7a88cc;
  box-shadow: 0 2px 6px rgba(126,126,126,.5);
  background: linear-gradient(to right,#7a88cc,#5c6699); */
}

/*知识产权*/
.module-news,.module-service{
  width: 100%;
  /* background: url("/static/index/img/home/assets-bg.png") no-repeat center center; */  /*hou 背景图片去掉*/
  background-size: cover;
  -webkit-background-size: cover;
}
/*官网首页模块背景*/
.module-servicemap,.module-news{
  background:#F6F8FC!important;
}

.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;
}

/*科研绘图*/
.bottom-text{
  /* background-image: url("../kyht/fuhao01.png"); */
  text-align: center;
  font-size: 0.07rem;
  color:#000000 ;
  font-weight: bolder;
  margin-top: 2%;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

/*科研绘图下方文字横线*/
.text-info-line .line{
  display: inline-block;
  width: 10%;
  border-top: 1px solid #000000;
  vertical-align: middle;
  margin-top: -3px;
  margin-inline: 2%;  
}

.text-info-line .fuhao01{
  position: absolute;
  transform: scale(1.7);
  bottom: -0.03rem;
}



/*教育培训*/
.education-box .bg{
  width: 100%;
  height: 285px;
  overflow: hidden;
  position: relative;
}
.education-box .bg img{
  width: 100%;
  height: 139%;
  object-fit: cover;
}
.education-box .mask{
  width: 100%;
  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: #6d8a51;
  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;
  font-family: 'SansSC';
}
.about .about-box h2 a:hover{
  color: #00aaff;
}
.about .right .center h2{
  text-align: center;
}
.about .right .mb h2{
  margin-bottom: 20px;
}
/*友情链接*/
.logo-container{
  align-items: center;/*logo居中*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  top: 68px;
}
.logo-container a{
  width: calc(22%);
  margin-bottom: 20px;
}
.logo-container a:nth-child(4n+1) {
  margin-left: 0;
}

.logo-container a:nth-child(4n) {
  margin-right: 0;
}

/*hou 友情链接logos*/
.logo-container img{
  /* border: 1px solid #dedede; */
  margin: 0 auto;/*hou 图片居中*/
  /* width: 100%; */
  /* height: 100%; */
}






/*新闻中心*/
.news-container .swiper-pagination-bullet{
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  opacity: 1;
  background-color: #8787876e;
  /* box-shadow: 0px 3px 9px 0px rgba(10, 10, 10, 0.5); */
  border-radius: 5px;
}
.news-pagination .swiper-pagination-bullet-active{
  background-color: #6d8a51;
  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: #355A27;
}
.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: 0px;
}
.next-news{
  right: 0px;
}
.prev-news, .next-news {
  width: 40px !important;
  height: 45px !important;
  background: #68686880 !important;
  color: #ffffff !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 #6d8a51;
  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 #6d8a51;
  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: #355A27;
}
.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;
  /*hou公司新闻轮播图*/
  position: relative;
  left: 4%;
}

/*hou 公司新闻轮播图间距*/
.news-item-items{
  margin: 3%;
  /* margin-left: 20%; */
}
/*hou 公司介绍的文字模块*/
.news-item .about-box{
  margin-left: 15%;
}

/*hou 公司轮播图单个*/
#news-content-items{
  margin: 3%;
  margin-left: 20%;
}
.left-info-img .news-container{
  height: 511px;
  width: 724px;
}

/*手机首页轮播*/

/*聚力实验室 创造新业态*/
.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: 620px){
  /*手机端标题英文大小*/
  .module .title-p{
    font-size: 28px!important;
  }
}

@media (max-width: 450px){
  /*手机端标题英文大小*/
  .module .title-p{
    font-size: 22px!important;
  }
}

@media (max-width: 300px){
  /*手机端标题英文大小*/
  .module .title-p{
    font-size: 16px!important;
  }
}


@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) {
  /*hou 手机端不显示科研绘图横线*/
  .text-info-line .line{
    display: none;
  }
  .text-info-line .fuhao01{
    display: none!important;
    position: absolute;
    transform: scale(1.7);
    bottom: -0.03rem;
  }
  .left-info-img .news-container{
    height: 341px!important;
    width: 483px!important;
  }


  /*hou 细节优化*/
  h2.title::after{
    margin-top: 40px;
  }
  h2.title{
    margin-bottom: 4px;
  }

  .row{
    margin-left: 20px;
    margin-right: 20px;
  }
  .education-box a.more{
  margin-top: 30px;
  }
  .bottom-text{
    font-size: 12px;
  }
  .news-content{
    position: relative;
    /* padding-right: 50px; */
    left: -.22rem;
  }
  .group-common .group-item{
    height: 34px!important;
    font-size: 14px!important;
    border-radius: 20px!important;
  }
  .about .about-box .bg,.about.about-box h2 {
    width: 100%!important;
  }



  .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: 0px; */
    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: block;
  }
  /*hou 纠正图片*/
  img.lazyload{
    margin: 0 auto;
  }
  .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,.blackline,.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%;
  }
  /*hou 公司新闻，行业咨询的轮播图*/
  .news-content .news-item{
    position: relative;
    left: 0%;
  }

  .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) {
  /*hou 下方轮播图*/
  .news-content .news-item{
    position: relative;
    left: 0.01rem;
  }

  .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) {
  /*hou 下方轮播图*/
  .news-content .news-item{
    position: relative;
    left: 5%;
  }
  .group-common .group-item{
    width: 19%;
    height: 46px;
    line-height: 42px;
    font-size: 22px;
    font-weight: 400;
  }
  .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: 40px;
    -webkit-transform: scale(0.55);
  }
  .education-box .bg{
    width: 96%;
    /*height: auto;*/
  }
  .education-box .mask{
    width: 100%;
  }
  .about .about-box .bg,.about .about-box h2{
    /* width: 96% !important; */
    width: 96%;
  }
  .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;
  }

/*hou*/
  .blackline{
    font-size: 14px;
    width: 160px;
    height: 44px;
    line-height: 40px;
    bottom: 100px;
  }
  .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 #355A27;
    padding-bottom: 17px;
    margin-bottom: 17px;
  }
  #news-content-items .left-info-img .news-container{
    height: 511px!important;
    width: 724px!important;
  }
}
@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;
    width: 417px;
  }
  .module-news .news-content .text{
    font-size: 14px;
  }

}

@media (min-width:768px){
  .left-info-img .news-container{
    height: 341px;
    width: 483px;
  }
}

@media (min-width:1457px){
.left-info-img .news-container{
  height: 511px!important;
  width: 724px!important;
}
}