@charset "utf-8";

@media screen and (max-width: 992px) and (min-width: 0px) {
  .inside_nav {
    display: none;
  }

  .container {
    width: 100%;
    max-width: 100%;
  }
}

/* 录入内容样式 */
figure {
    margin: 0;
}

figure.image img {
    width: auto;
    max-width: 100%;
}

figure.image-style-align-center {
    margin: 0 auto;
}

figure.image-style-align-center img {
    display: block;
    margin: 0 auto;
}

figure.table {
    margin: 0 auto;
}

figure table {
    width: 100%;
}

figure table p {
    margin: 0;
}
/* end-内页banner */
@media screen and (max-width: 992px) and (min-width: 0px) {

  /* 公司简介-1 */
  .about_1_box_1 {
    padding-top: 60px;
  }

  .about_1_box_1 img {
    width: 100%;
  }

  .numCount ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .numCount li {
    width: 50%;
  }

  .item .numU span {
    font-size: 42px;
  }

  .indc {
    font-size: 16px;
  }

  .item .numU sub {
    font-size: 16px;
  }

  .about_gsjj {
    display: flex;
    flex-direction: column;
  }

  .about_gsjj_txt {
    padding: 30px 15px;
  }

  .about_gsjj_txt p {
    font-size: 14px;
  }

  .about_gsjj {
    background: url(../images/about_bj.png) no-repeat right bottom;
    background-color: #f8f7f7;
  }

  /* end-公司简介-1 */
  /* 公司简介-我们的技术 */
  .about_yfjz .about_yfjz_top {
    width: 100%;
  }

  .about_yfjz_img {
    margin-bottom: 15px;
  }

  /* end-公司简介-我们的技术 */
  /* 公司简介-荣誉资质 */
  .about_ryzz {
    position: unset;
    display: flex;
    flex-direction: column;
  }

  .about_ryzz_img {
    background: #f1f1f1;
  }

  .about_ryzz_img img {
    width: 100%;
  }

  .about_ryzz_txt {
    position: unset;
    top: auto;
    right: auto;
    width: 100%;
    margin-bottom: 30px;
  }

  .about_ryzz_txt>div {
    padding-top: 20px;
    width: 100%;
  }

  .about_ryzz_txt_img1 {
    width: 90%;
  }

  .about_ryzz_txt_1 {
    width: auto;
    margin: 15px 15px;
  }

  .about_ryzz_txt_img2 {
    width: auto;
    margin: 0 15px;
  }

  /* end-公司简介-荣誉资质 */
}

/* 产品中心 */
@media screen and (max-width: 992px) and (min-width: 0px) {
  .por_detail_right_top {
    width: auto;
    margin: 0 30px;
  }

  .mySwiper4 {
    width: auto;
    margin: 0 30px;
  }

  .por_detail_right_bottom {
    width: auto;
    margin: 0 30px;
  }
}

/* end-产品中心 */
/* 新闻 */
@media screen and (max-width: 992px) and (min-width: 0px) {
  .newsBox {
    display: flex;
    flex-direction: column;
  }

  .newsBox_Img {
    width: 100%;
  }

  .newsBox_Txt {
    width: 100%;
    padding: 15px 0;
  }

  .news_bigbox_box {
    width: auto;
  }

  .news_conten {
    margin-top: 50px;
    padding: 0;
  }
}

/* end-新闻 */
/* 联系我们 */
@media screen and (max-width: 992px) and (min-width: 0px) {
  .contact_box_bottom {
    flex-direction: column;
    padding: 0 !important;
  }

  .contact_box_bottom>div {
    width: auto;
    padding: 0;
  }

  .contact_box {
    padding: 50px 0;
  }
}

/* end-联系我们 */
