.content_container {
  width: 100%;
}

.content {
  width: 83.3%;
  min-width: 1200px;
  text-align: center;
  margin: 0 auto;
  padding-top: 53px;
  padding-bottom: 70px;
}

h1 {
  font-size: 41px;
  color: #264C86;
  font-weight: 400;
}

.sub_title {
  font-size: 17px;
  color: #909090;
  margin-bottom: 50px;
}

.sub_title span {
  display: inline-block;
  width: 49px;
  height: 3px;
  background: #909090;
  border-radius: 2px;
  vertical-align: middle;
  margin: 0 40px;
}



/* 二级导航 */
.ProductsListAll .HeadTitleOne {
  text-align: center;
  float: left;
}

.ProductsListAll .HeadTitleOne:hover {
  background-color: #264C86;
}

.ProductsListAll .HeadTitleOne:hover p {
  color: #FFFFFF;
}

.ProductsListAll .company_active {
  background-color: #264C86;
}

.ProductsListAll .company_active p {
  color: #fff;
}


.ProductsListAll {
  width: 100%;
  margin-bottom: 70px;
  background-color: #FFFFFF;
  height: 70px;
  text-align: center;
  display: table;
}

.ProductsListAll a {
  display: table-cell;
  background-color: #fff;
  height: inherit;

}

.ProductsListAll a p {
  height: inherit;
  line-height: 70px;
  font-size: 20px;
  font-weight: bold;
  color: #646464;
}




/* 二级导航 */














.swiper-container {
  padding-bottom: 150px;
}

.swiper-slide {
  font-size: 0;
  text-align: left;
}

.swiper-slide a {
  position: relative;
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
  text-align: center;
}

.swiper-slide a:nth-child(3n) {
  margin-right: 0;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #DCDCDC;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #264C86;
  border-radius: 50%;
}


.img_rongqi {
  width: 100%;
  height: 17.9vw;
  min-height: 255px;
  background-color: #f1f1f1;
}

.img_rongqi img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.lunbo .zhezhao {
  display: none;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% - 38px);
  padding: 15% 10%;
}

.swiper-slide a:hover .zhezhao {
  display: block;
}


.lunbo .zhezhao .zhaiyao {
  font-size: 15px;
  color: #FFFFFF;
  line-height: 31px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}



.lunbo .title {
  font-size: 14px;
  color: #646464;
  line-height: 23px;
  margin-top: 15px;
}




@media screen and (min-width:1440px) {
  .content {
    width: 85.7%;
    padding-top: 53px;
    padding-bottom: 70px;
  }

  h1 {
    font-size: 50px;
  }

  .sub_title {
    font-size: 19px;
    margin-bottom: 50px;
  }

  .sub_title span {
    width: 57px;
    height: 4px;
    margin: 0 40px;
  }

  .swiper-container {
    padding-bottom: 150px;
  }

  .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }

  .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
  }



  .lunbo .zhezhao .zhaiyao {
    font-size: 18px;
    text-align: center;
  }



  .lunbo .title {
    font-size: 16px;
    line-height: 23px;
    margin-top: 15px;
  }

}

@media screen and (min-width:1680px) {
  .content {
    width: 87.5%;
    padding-top: 53px;
    padding-bottom: 70px;
  }

  h1 {
    font-size: 60px;
  }

  .sub_title {
    font-size: 21px;
    margin-bottom: 50px;
  }

  .sub_title span {
    width: 65px;
    height: 4px;
    margin: 0 40px;
  }

  .swiper-container {
    padding-bottom: 150px;
  }

  .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }

  .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
  }



  .lunbo .zhezhao .zhaiyao {
    font-size: 20px;
  }



  .lunbo .title {
    font-size: 18px;
    line-height: 23px;
    margin-top: 15px;
  }

}