/* header----start */
.search_box {
    padding: 8px;
}
.logo{
    display: none;
}

.telephone {
    transform:translateX(12px);
}
.search_ipt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid #eaeaea;
    border-radius: 2000px;
    height: 30px;
}
.contact_way {
    display: none;
    margin-left: 10px;
    margin-right: 4px;
    margin-top: 10px;
}
.phone-box {
    display: flex;
    align-items: center;
}
.phone-box img {
    margin-right: 6px;
}
.search_ipt input {
    display: inline-block;
    background-color: transparent;
    width: 200px;
    height: 100%;
    font-size: 12px;
    padding: 4px 0px; 
    border: none; /* 去除边框 */
}
.search_ipt input::placeholder {
    font-size: 12px;
    color: #888b8c;
}
.navbar-wrap li a {
    transition: all .5s ease; 
}
.navbar-wrap li a:hover {
	background-color:#035cac !important;
    color: #fff !important;
}
/* header----end */

/* main-swiper-start */
  .swiper {
    width: 100%;
    height: 600px;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
      display: none;
  }
  .next_pic img {
      width: 100%;
      height: 100%;
  }
  .swiper-button-prev {
      left: 50%;
      top: 100%;
      width: 40px;
      height: 40px;
      /* border: 1px solid #fff;
      border-radius: 50%; */
      transform: translateY(-40px);
  }
  .swiper-button-next {
    left: 50%;
    top: 100%;
    width: 40px;
    height: 40px;
    /* border: 1px solid #fff;
    border-radius: 50%; */
    transform: translate(50px, -40px);
  }
  .zanting {
      position: absolute;
      cursor: pointer;
      bottom: 0;
      left: 50%;
      transform: translate(120px,-20px);
      font-size: 24px;
      color: #fff;
      width: 40px;
      height: 40px;
      z-index: 999;
  }
  .swiper_tit {
     position: absolute;font-weight: 700;color: #333;left: 12%;top: 110px;text-align: left;
     box-shadow: 0 0px 64px 32px #fff;
     background: rgba(255,255,255,0.8);
  }
  .swiper_tit div {
    font-size: 48px;
  }
  .swiper_tit ul {
      font-weight: 400;
      margin-top: 20px;
  }
  .swiper_tit ul li {
    margin-bottom: 10px;
  }
  #fenye {
    background-color: rgba(000, 000, 000, .6); width: auto !important; height: 60px; border-radius: 30px;
    line-height: 60px;
    padding: 0 40px;
    padding-right: 200px !important;
    left: 50%;
    transform: translateX(-50%);
  }
  .my-bullet-active.swiper-pagination-bullet {
      background-color: #98c3c7;
  }
  .swiper-pagination-bullet {
      opacity: 1;
      width: 12px !important;
      height: 12px !important;
      background-color: #dddddd;
  }
/* main-swiper-end */
/* main-product-start */
.product_main {
    padding-top: 20px;
    padding-bottom: 10px;
    /*background-image: url(/img/images/product-bg.jpg);*/
    /*background-size: 100% 100%;*/
    /*background-repeat: no-repeat;*/
}
.product_item{
  position: relative;
}
.product_item:nth-child(3n-2) {
    padding-left: 0;
    padding-right: 30px;
}

.product_item:nth-child(3n) {
    padding-left: 30px; 
    padding-right: 0;
 }
 .active.describe {
   background-color:  #a5c3dd;
 }
 
 .product_item:hover .describe{
    background-color:  #a5c3dd;
 }
 .product_item:hover .line {
    background-color:  #034581;
 }
.describe {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    transition: all .5s ease; 
    background-color:#fbfbfb;
}
.line{
    background-color: #a3c0dd;
    width: 100%;
    height: 6px;
}

.product_item img {
    width: 100%;
}
@media (max-width: 576px) {
    .col-sm-4.product_item{
        padding: 0 15px;
    }
    .collaborate_img.dong {
        width: 50%;
    }

}
.facility_title {
    padding: 20px 0;
}
.proSwiper.swiper {
    height: 340px;
}
.pro_hover:hover a{
    color: #064582;
}
a{
    color: #333;
}
.proSwiper .swiper-slide img {
    width: 100%;
    height: auto;
}
.proSwiper .swiper-slide{
    background-color: transparent !important;
    display: block;
}
.pro_describe {
    margin: 10px 0;
    padding: 0px 40px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}
.collaborate_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #e7f0f7;
    padding-top: 60px;  
    text-align: center;
}
.collaborate_img {
    width: 25%;
    font-weight: 700;
    color: #000;
    font-size: 16px;
    margin-bottom: 30px;
}
.collaborate_img .img_box {
    height: 100px;
}
/* main-product-end */
