/* ===============================产品体系=============================== */
.project-section {
  width: 100%;
  font-size: 20px;
  padding-top: 2em;
  padding-bottom: 5em;
}

.project-section .project-item-pic {
  width: 100%;
  height: 135px;
  overflow: hidden;
  border: 0px solid Red;
}

.project-section .project-item-pic::after {
  content: '';
  width: 100%;
  padding-bottom: 60%;
  display: block;
}

.project-section .project-pic {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  transition: all .3s;
  object-fit: contain;
}

.project-section .project-swiper {
  padding-top: 2.5em;
}

.project-section .project-item-title {
  padding-top: .8em;
  margin: 20px 0px 10px;
  color: #212A40;
  text-align: center;
}

.project-section .project-item-desc {
  color: #6D7383;
  text-align: center;
}

.project-section .project-item:hover .project-pic {
  transform: scale(1.1)
}

.project-slide {
  background: #F6F7F9;
  /* border: 1px solid red; */
  text-align: center;
  padding: 20px 0px 50px;
  border-radius: 0px !important;
  cursor: pointer;
}

.project-slide:nth-child(2n) {
  background: #fff;
}

.project-section .project-slide:hover .project-item-title {
  color: #0a84ff;
}

.project-section .project-button {
  top: 34%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 0;
  color: #fff;
  background: rgba(0, 0, 0, .6);
}

.project-section .project-button:after {
  font-size: 20px;
}

.project-section .project-button.swiper-button-disabled {
  opacity: 0;
}

.project-section .project-next {
  right: 1%;
}

.project-section .project-prev {
  left: 1%;
}

.project-section .project-pagination {
  padding: 3em 0 3.6em;
}

.project-section .project-pagination .swiper-pagination-bullet {
  width: 2.5em;
  height: 2px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  position: relative;
}

.project-section .project-pagination .swiper-pagination-bullet::after {
  content: '';
  transition: .3s all;
  background: #006FBC;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.project-section .project-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 100%;
}


.project-tags-content {
  overflow-x: auto;
  overflow-y: hidden;
}

.project-tags {
  border-bottom: 1px solid #E8E8E8
}

.project-section .project-tag {
  min-width: 7.7em;
  cursor: pointer;
  margin-right: 1em;
  border: 0px solid #E8E8E8;
  height: 2.7em;
  min-height: 45px;
  border-radius: 0em;
  overflow: hidden;
  z-index: 1;
  color: #333;
  font-size: 1em;
  background: #fff;
  white-space: nowrap;
}

.project-section .project-tag:last-of-type {
  margin-right: 0;
}

.project-section .project-tag.active {
  color: #006fbc;
  border-bottom: 2px solid #006fbc;
}

/* .project-section .project-tag::after{ content: ''; position: absolute; top: 0; left: 50%; z-index: 2; transform: scale(.6) translate(-50%, 100%); width: 100%; padding-bottom: 35%; background: url(../../images/index-project-active.png) no-repeat center; } */

.project-section .project-tag.active::after {
  transform: scale(1) translate(-50%, 0);
}

.project-section .project-tag.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.goodsbox {
  padding-top: 20px;
}

.goods_item {
  width: 33.33%;
  text-align: center;
  background: #fff;
  padding-top: 20px;
}

.goods_item:hover {
  box-shadow: 0px 0px 8px 4px rgb(177 177 177 / 30%);
  transform: scale(1.05);
  transition: all .3s;
}

.goods_item:hover .goods_txt {
  border-right: none;
}

.goods_item .goods_txt {
  padding: 40px 0px 0px 0px;
  border-right: 1px solid #CBD4E2;
}

.goods_item:nth-child(3n) .goods_txt {
  border-right: none;
}

.goods_txt h5 {
  width: 100%;
  margin: 0px auto 10px;
  color: #212A40;
  font-size: 16px;
  /* background: pink; */
}

.goods_txt p {
  width: 60%;
  margin: 0px auto 20px;
  color: #6D7383;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  /* background: deeppink; */
}

.goods_txt img {
  /* border: 1px solid deeppink; */
  margin-top: 20px;
  width: 80%;
  aspect-ratio: 1/0.74;
  /* height: 250px; */
  margin: 0 auto;
}

.goods_btn {
  border-top: 1px solid #CBD4E2;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  color: #212A40;
  width: 90%;
  margin: 20px auto 0px;
  /* background-color: #006FBC; */
}

.goods_btn:hover {
  color: #006FBC;
}

.com-banner-title-content {
  padding: 80px 0px 40px;
  ;
}

@media (max-width: 1081px) {
  .project-section .project-tag {
    font-size: 0.8em;
  }
}

@media (max-width: 750px) {
  .tab_box {
    overflow: scroll;
  }

  .goods_item {
    width: 100%;
  }

  .goods_txt {
    border-right: none !important;
  }

  .project-section .project-tag {
    min-width: 3.7em;
  }

  .goods_box {
    flex-wrap: wrap;
  }

  .goods_item {
    padding-top: 0px;
    /* border: 1px solid red; */
    /* background: pink; */
  }

  .goods_item .goods_txt {
    padding: 20px 0px 0px 0px;
  }

}

/* ===============================产品体系-详情=============================== */
.goods_box {}

.goods_l {
  width: 300px;
  /* height: 400px; */
  /* height: 360px; */
  margin-right: 60px;
  border: 0px solid deepskyblue;
}

.goods_banner {
  width: 100%;
  /* height: 300px; */
  overflow: hidden;
  /* border: 1px solid red; */
}

.goods_banner_item {
  /* border: 1px solid #0a84ff; */
  width: 100%;
  height: 100%;
}

.goods_banner_item img {
  width: 100%;
  height: 100%;
  border: 0px solid red;
  box-sizing: border-box;
}

.goods_banner_thumbs {
  width: 100%;
  /* height: 70px; */
  overflow: hidden;
  margin-top: 10px;
}

.goods_banner_thumbs_item {}

.goods_banner_thumbs_item img {
  width: 100%;
}

.swiper-slide-thumb-active {
  /* background: red !important; */
  /* border: 1px solid red; */
}

.goods_r {
  flex: 1;
  /* background: darkgoldenrod; */
  border: 0px solid darkred;
}

.goods_r h4 {
  color: #212A40;
  font-size: 28px;

}

.goods_r p,
.goods_r div {
  color: #6D7383;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 22px;
}

.goodxq {
  margin-top: 38px;
}

.goodxq_tit {
  border-bottom: 1px solid #CBD4E2;
  padding-bottom: 0px;
  margin-bottom: 36px;
}

.goodxq_tit p {
  width: 69px;
  line-height: 16px;
  font-size: 16px;
  color: #006FBC;
  border-bottom: 2px solid #006FBC;
  padding-bottom: 14px;
}
.goodxq_tit h6{
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.goodxq_box {
  font-size: 18px;
}

.goodxq_box img {
  width: 100%;
}

@media (max-width: 750px) {
  .goods_l {
    width: 100%;
  }

  .com-banner-title-content {
    padding: 40px 0px;
  }

  .goods_r h4 {
    margin-top: 10px;
  }

  .goods_txt h5 {
    width: 100%;
  }
}

/* ===============================新闻中心-健康资讯=============================== */
.jkzx_box {
  margin: 60px 0px;
  background: #fff;
  margin-right: 20px;
  padding: 20px 28px;
  width: 100%;

}

.jkzx {}

.jkzx_item {
  background: #fff;
  padding: 44px 30px;
  border-bottom: 1px solid #CBD4E2;
}

.jkzx_item_l {
  margin-right: 14px;
  font-size: 12px;
  padding: 20px 20px 20px 0px;
}

.jkzx_item_l h4 {
  /* background-color: #006FBC; */
  font-size: 50px;
  margin-right: 8px;
}

.jkzx_item_l p {
  font-size: 16px;
  /* background-color: #006FBC; */
}

.jkzx_item_r {
  padding-left: 52px;
  border-left: 1px solid #CBD4E2;
  flex: 1;
  font-size: 12px;
}

.jkzx_item_r h4 {
  margin-bottom: 20px;
}

.jkzx_item_r p {
  font-size: 14px;
  line-height: 26px;
  color: #6D7383;
}

.jkzx_item_r h4 {
  font-size: 16px;
}

.jkzx_more {
  margin-top: 20px;
  color: #006FBC !important;
}

.rmzx {
  margin-top: 60px;
  background: #fff;
  padding: 24px;
  flex: 1;
}

.rmzx h4 {
  font-size: 18px;
  margin-bottom: 20px;
}

.rmzx_box {}

.rmzx_item {
  font-size: 14px;
  color: #6D7383;
  margin-bottom: 20px;
  flex: 1;
  /* white-space: nowrap; */
}

@media (max-width: 750px) {
  .goods_l {
    width: 100%;
    margin-right: 0px;
    /* border: 1px solid red; */
  }

  .com-banner-title-content {
    padding: 40px 0px 16px;
  }

  .tzgg_box {
    flex-wrap: wrap;
  }

  .jkzx_box {
    padding: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .jkzx_item_l {
    display: none;
  }

  .jkzx_item {
    padding: 20px;

  }

  .jkzx_item_r {
    border-left: none;
    padding-left: 0px;
  }

  .rmzx {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .jkzx_box {
    margin: 20px 0px;
  }

  .rmzx_item {
    min-width: auto;
  }
}

/* ===============================新闻中心-健康资讯-详情=============================== */
.newsdetails_box {
  margin: 60px 0px;
  background: #fff;
  margin-right: 20px;
  padding: 20px 28px;
  width: 920px;
}

.newsdetails_box img {
  display: inline;
}

.newsdetails_title {
  font-size: 24px;
  color: #212A40;
  font-weight: 500;
  text-align: left;
  margin-bottom: 16px;
}
.newsdetails_info{
  border-bottom: 1px solid #CBD4E2;
  margin-bottom: 22px;
  padding-bottom: 16px;
  font-size: 14px;
  color: #6D7383;
  font-weight: 400;
}
.newsdetails_time {
 
  text-align: left;
  
}

.newsdetails_info {}

@media (max-width: 750px) {
  .newsdetails_box {
    margin: 30px 0px;
    margin-right: 0px;
  }
}
@media (max-width: 1440px) {
  .newsdetails_box {
    width: 780px;
  }
}