.container .none{
  display: none !important;
}
.banner{
  width: 100%;
  height: 8.55rem;
}
.banner .swiper {
  width: 100%;
  height: 100%;
}

.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-button-next, .swiper-button-prev{
  width: 0.4rem;
  height: 0.4rem;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
}

.banner .swiper-button-prev::after{
  font-size: 0.2rem;
  color: #999999;
}
.banner .swiper-button-next::after{
  font-size: 0.2rem;
  color: #999999;
}
.layui-carousel{
  height: 100%;
}

.top_title{
  display: inline-block;
 
}
 .top_title .tit{
  font-size: 0.25rem;
  font-weight: 700;
  display: inline-block;
}
 .top_title .title_bar{  
  width: 100%;
  height: 0.02rem;
  background: linear-gradient(-90deg, #3B71CB, #12C5BD, #1898BB);
}

/* 新闻 start  */

.news {
  position: relative;
  margin-bottom: 2rem;

  height: 2.2rem;   
  z-index: 99;
}


.news .newBox{
  position: absolute;
  bottom: -1.2rem;
  padding: 0.5rem 0.8rem;
  box-sizing: border-box;
  width: 100%;
  height: 5.8rem;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px 0px rgba(64,64,64,0.1);
  border-radius: 10px;
}


.news .newBox .newsBoxCon{
margin-top: 0.2rem;
}

.news .newBox .newsBoxCon .leftConBox{
  position: relative;
  height: 4.2rem;
}

.news .newBox .newsBoxCon .leftConBox .newswiper {
  height: 100%;
}

.news .newBox .newsBoxCon .rightConBox{
  padding: 0.08rem 0.3rem;
  box-sizing: border-box;
}

.news .newBox .newsBoxCon .leftConBox .newInfo{
  position: absolute;
  bottom: 0;
  padding: 0.1rem 0.35rem;
  box-sizing: border-box;
  width: 100%;
  height: 35%;
  background: linear-gradient(-90deg, #3B71CB, #12C5BD, #1898BB);
  color: #FFFFFF;
  z-index: 9999;
 
}

.news .newBox .newsBoxCon .leftConBox .item{
  width: 100%;
  height: 100%;
  position: relative;
}
.news .newBox .newsBoxCon .leftConBox .item img{
  width: 100%;
  height: 100%;
}

.news .newBox .newsBoxCon .leftConBox .newInfo .tit{
  font-size: 0.2rem;
}
.news .newBox .newsBoxCon .leftConBox .newInfo .remark{
  margin: 0.1rem 0;
  font-size: 0.14rem;
  color: #ffffff;
}
.news .newBox .newsBoxCon .leftConBox .newInfo  .watchDtl {
  width: 1rem;
  height: 0.3rem;
  font-size: 0.14rem;
  background: linear-gradient(-90deg, #3B71CB, #12C5BD, #1898BB);
  border: 1px solid #FFFFFF;
  cursor: pointer;
}
.news a{
  color: #ffffff;
}

.news  .leftConBox .dot{
  position: absolute;
  bottom: 0.3rem;
  right: 0.4rem;
  padding: 0 0.3rem;
  box-sizing: border-box;
  z-index: 99;
}
.news  .leftConBox  .swiper-pagination-bullet{
  width: 0.16rem;
  height: 0.16rem;
  border: 0.02rem solid #ffffff;
  box-sizing: border-box;
  background: #ffffff;
  opacity: 1;
}
.news  .leftConBox  .swiper-pagination-bullet-active{
  width: 0.16rem;
  height: 0.16rem;
  border: 0.02rem solid #ffffff;
  box-sizing: border-box;
  background: linear-gradient(-90deg, #3B71CB, #12C5BD, #1898BB);
}

.news .newBox .newsBoxCon .newsNav{     
  height: 0.5rem;
  border-bottom: 0.01rem solid #D9D9D9;
}

.news .newBox .newsBoxCon .newsNav  .navItem{
  position: relative;
  font-size: 0.2rem;
  color: #333333;

  cursor: pointer;

  
}

.news .newBox .newsBoxCon .newsNav  .navItem .bar{
  position: absolute;
  bottom: -0.12rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0.02rem;
  background: #367CC9;
  transition: all 0.3s;
}
.news .newBox .newsBoxCon .newsNav  .navItem:hover {
  color: #367CC9;
  font-weight: bold;
  
}

.news .newBox .newsBoxCon .newsNav  .navItem:hover .bar{
  width: 100%;
}

.news .newBox .newsBoxCon .newsNav  .newsNavAct{
  color: #367CC9;
  font-weight: bold;
  

}

.news .newBox .newsBoxCon .newsNav  .newsNavAct .bar{
  width: 100%;
}

.news .newBox .newsBoxCon .newsNav  .more{
  cursor: pointer;

}

.news .newBox .newsBoxCon .newsNav  .more a{
    color: #333333;
}

.news .newBox .newsBoxCon .newsNav  .more a .iconfont{
  font-size: 0.16rem;
}

  .news .newBox .newsBoxCon .newsNav   .more:hover{
  font-weight: 700;
  color: #367CC9;
  }


  .news .newBox .newsBoxCon .rightConBox ul{
      
  }
  .news .newBox .newsBoxCon .rightConBox ul a{
    color: #333333;
  }
  .news .newBox .newsBoxCon .rightConBox ul li{
    margin-top:0.18rem;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 3% 76% 20%;
    grid-template-rows: 100%;
    align-items: center;
    font-size: 0.18rem;
    cursor: pointer;
    
  }

  .news .newBox .newsBoxCon .rightConBox ul li:hover{
    color: #367CC9;
    
  }

  .news .newBox .newsBoxCon .rightConBox ul li:hover .litbox{
    background: #367CC9;
  }


  .news .newBox .newsBoxCon .rightConBox ul .litbox{
    width: 0.07rem;
    height:  0.07rem;
    background: #A6B9E0;
  }
 
  .news .newBox .newsBoxCon .rightConBox ul .time{
    text-align: end;
  }

  /* 新闻 start  */

 /* 产品 start  */
.product {
  box-sizing: border-box;
  width: 100%;
  background-image: url(../imgs/back1.png);
  background-size: 100% 100%;
}

 .product .productBox{
  padding:0.3rem 0.8rem 0.3rem
}
.product .productNav{
  padding: 0 0.3rem;
  box-sizing: border-box;
  margin: 0.48rem 0;
 
}
.product .productNav .navItem {
  padding: 0.1rem 0.2rem;
  box-sizing: border-box;
  font-size: 0.2rem;
  color: #000000;
  border: 0.01rem solid #2254BA;
  cursor: pointer;
  min-width: 1.5rem;
  text-align: center;
}

.product .productNav .navItem:hover{
  background: linear-gradient(-90deg, #3B71CB, #12C5BD, #1898BB);
  color: #FFFFFF;
  border: none;
  transition: all 0.3s;
}

.product .productNav .proNavAct {
  background: linear-gradient(-90deg, #3B71CB, #12C5BD, #1898BB);
  color: #FFFFFF;
  border: none;
}


.productBox ul{
  /*padding: 0 0.6rem;*/
  box-sizing: border-box;
  width: 100%;
  display: grid;
  grid-template-columns: 19% 19% 19% 19% 19%;
  column-gap: 1.25%;
  row-gap: 0.2rem;
 
}

.productBox ul li{
  position: relative;
  height: 2.5rem;
  
 
}

.productBox ul img{
  object-fit: cover;
}
.productBox ul .name{
  padding: 0.05rem 0.1rem;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #333333;
  color: #ffffff;
  display: grid;
  grid-template-columns: 90% 8%;
  column-gap: 2%;
  align-items: center;
 
}

.productBox ul  .add{
  font-size: 0.22rem;
}


 /* 产品 end  */

/* 活动 start */
.PartyBuilding{

  
 }

 .PartyBuilding .PartyBox{
  padding: 0 0.8rem 0.5rem;
  box-sizing: border-box;
  width: 100%;
}

.PartyBuilding .PartyBox .top_title{
  display: inline-block;
  
}

.PartyBuilding .PartyBox .top_title .title_bar{
  width: 100%;
  height: 0.02rem;
  background: linear-gradient(-90deg, #3B71CB, #12C5BD, #1898BB);
}
.PartyBuilding .PartyBox .more{
  cursor: pointer;
  margin: 0 auto;
  width: 80%;
  padding: 0.2rem 0;
  border-bottom: 0.01rem solid #D9D9D9;
  text-align: end;
}
.PartyBuilding ul{
  padding: 0 1rem;
  box-sizing: border-box;
  height: auto;
  display: grid;
  grid-template-columns: 22% 22% 22% 22%;
  grid-template-rows: 100%;
  column-gap: 4%;
 
}

.PartyBuilding ul li{
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 60% 40%;
  height: 4rem;
}



.PartyBuilding ul li .cover{
  border-radius: 0.1rem 0.1rem 0 0;
  overflow: hidden;
  
}
.PartyBuilding ul li .info{
  position: relative;
  padding: 0.08rem;
  box-sizing: border-box;
  
  
}

.PartyBuilding ul li .info .box{
  position: absolute;
  top: -0.1rem;
  left: 0;
  right: 0;
  margin:0 auto;
  padding: 0.1rem;
  width: 90%;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 0.08rem 0.24rem 0px rgba(64,64,64,0.1);
  border-radius: 0.1rem;
  z-index: 99;
 
}

.PartyBuilding ul li .info .box .remark{
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.3rem;
  text-indent: 2em;
 
}
.PartyBuilding ul li .info .box .bottom{
  margin-top: 0.1rem;
  
}
.PartyBuilding ul li .info .box .bottom .date,.read{
  font-size: 0.14rem;
  color: #999999;
  .iconfont{
    margin-right: 0.1rem;
    font-size: 0.16rem;
    color: #999999;
  }
}


.PartyBuilding ul li .info .box .bottom .read{
  font-size: 0.14rem;
  color: #999999;
 
}

.PartyBuilding ul li .info .box .bottom .iconfont{
  margin-right: 0.1rem;
  font-size: 0.16rem;
  color: #999999;
}


.PartyBuilding ul li:hover .info .box{
  background: linear-gradient(-90deg, #3B71CB, #12C5BD, #1898BB);
  
}

.PartyBuilding ul li:hover .info .box .remark{
  
  color: #ffffff;

}


.PartyBuilding ul li:hover .info .box .bottom   .date{
  
  color: #ffffff;
  
}

.PartyBuilding ul li:hover .info .box .bottom   .read{
  
  color: #ffffff;
  
}

.PartyBuilding ul li:hover .info .box .date  .iconfont{
 
  color: #ffffff;
}

.PartyBuilding ul li:hover .info .box .read  .iconfont{
 
  color: #ffffff;
}
/*  活动 end  */

/*  荣誉 start */

.honor{
  width: 100%;
  background-image: url('../imgs/back2.png');
  background-size: 100% 100%;
 
 }

.honorBox{
  
  padding: 0 0.8rem 0.5rem;
  box-sizing: border-box;
  /*padding: 0.5rem;*/
  box-sizing: border-box;
  
  
}

.honorBox .top_title{
  display: inline-block;
 
}


.honorBox .top_title .title_bar{
  
  width: 100%;
  height: 0.02rem;
  background: linear-gradient(-90deg, #3B71CB, #12C5BD, #1898BB);
}

.honorSwiper {
  position: relative;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 1.6rem;
      transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
}

.honorSwiper .swiper-slide {
    transform-style: preserve-3d;
    transition-property: transform;
    flex-shrink: 0;
  background-position: center;
  background-size: cover;
  width: 2rem;
  height: 6rem;
}

.honorSwiper .swiper-slide .name{
  margin-top: 0.3rem;
  display: none;
  margin-top: 0.3rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  text-align: center;
}

.honorSwiper .swiper-slide-prev{

 transform: translate3d(-0.8rem, 0px, -100px) rotateX(0deg) rotateY(50deg) scale(1) !important;
}

.honorSwiper .swiper-slide-active{

  
  
}

.honorSwiper .swiper-slide-active .name{
  
  display: block;
  text-align: center;
}
.honorSwiper .swiper-slide-next{
 
  transform: translate3d(0.8rem, 0px, -100px) rotateX(0deg) rotateY(-50deg) scale(1) !important;
}

.honorSwiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: contain;
}



.honorSwiper .swiper-button-next{
  position: absolute;
  top: 95%;
 
  right:45%;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  border: 1px solid #999999;
}
.honorSwiper .swiper-button-prev{
 
  position: absolute;
  top: 95%;
  left: 45%;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  border: 1px solid #999999;
}
.honorSwiper .swiper-button-next::after{
  display: none;
  visibility: hidden;
}
.honorSwiper .swiper-button-prev::after{
  display: none;
  visibility: hidden;
}
.honorSwiper .swiper-button-next:after{
    display: none;
}

.honorSwiper .swiper-button-next{
    background-image: none;
}
.honorSwiper  .iconfont{
  color: #999999;
}
 
/*  荣誉 end */





@media screen and (max-width: 1000px) {
  .news{
    height:5.8rem
  }
  .news .newBox{
    /* bottom: 3rem; */
    height: auto;
  }
  .news .newBox .newsBoxCon .leftConBox .newsSlider{
    height: 6rem !important;
  }
  .news .newBox .newsBoxCon .rightConBox {
    padding: 0.3rem;
  }
 
}

@media screen and (max-width: 768px) {
   .top_title .tit{
    font-size: 0.32rem;
  }
  .banner {
    height: 4rem;
  }
  .news{
    
    height: auto;
  }
  .news .newBox{
    margin-top: 0.32rem;
    position: relative;
    bottom: 0;
    padding: 0.32rem;
    height: auto;
  }
  .news .newBox .newsBoxCon .leftConBox .newsSlider{
    height: 6rem !important;
  }
  .news .newBox .newsBoxCon .rightConBox ul a{
    color: #333333;
  }
  .news .newBox .newsBoxCon .rightConBox ul li {
    padding: 0.1rem 0;
    font-size: 0.24rem;
    
  }

  .news .newBox .newsBoxCon .newsNav .navItem{
    font-size: 0.28rem;
  }

  .news .newBox .newsBoxCon .rightConBox ul .time{
    font-size: 0.2rem;
  }

  .product .productBox{
    padding: 0.32rem;
  }

  .product .productNav {
  display: block;
  line-height: 0.5rem;
  }

  .product .productNav .navItem {
    margin-bottom: 0.2rem;
    display: inline-block;
    margin-right: 0.4rem;
  }

  .product .productBox ul{
    padding:0 0.3rem;
    grid-template-columns:48% 48%;
    column-gap: 4%;
  }

  .PartyBuilding .PartyBox {
    padding: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .PartyBuilding .PartyBox .more{
    margin: 0;
    width: auto;
    border: none;
  }

  .PartyBuilding ul{
    padding: 0 0.32rem;
    display: block;
    width: 100%;
  }
  .PartyBuilding ul li{
    height: 8rem;
  }
  .PartyBuilding ul li .info .box {
    padding: 0.32rem;
  }
  .PartyBuilding ul li .info .box .remark {
    font-size: 0.3rem;
    line-height: 0.5rem;
  }

  .PartyBuilding ul li .info .box .bottom .date{
    font-size: 0.3rem;
  }
  .PartyBuilding ul li .info .box .bottom .date .iconfont{
    font-size: 0.3rem;
  }
  .PartyBuilding ul li .info .box .bottom  .read{
    font-size: 0.3rem;
  }
  .PartyBuilding ul li .info .box .bottom .read .iconfont{
    font-size: 0.3rem;
  }
  .honorBox{
    padding: 0.16rem;
  }
  .honorSwiper .swiper-slide{
    width: 2rem;
    height: 3rem;
  }
  .honorSwiper .swiper-slide-prev{
    visibility: visible;
    transform: translate3d(-0.3rem, 0px, -100px) rotateX(0deg) rotateY(50deg) scale(1) !important;
   }
   
  
   .honorSwiper .swiper-slide-next{
     visibility: visible;
     transform: translate3d(0.3rem, 0px, -100px) rotateX(0deg) rotateY(-50deg) scale(1) !important;
   }
   .honorSwiper .name{
    font-size: 0.3rem;
   }
   .honorSwiper .swiper-button-next{
    right: 40%;
   }
   .honorSwiper .swiper-button-prev{
    left: 40%;
   }
}
