@media (max-width: 480px) {
  .yp_topbar {
    display: block;
  }
  .yp_topbar .yp_logo .yp_logo_img {
    max-width: 350px;
    max-height: 60px;
  }
  .yp_logo {
    margin: 0;
  }
  .yp_search_box {
    width: 100%;
  }
  /* 导航 */
  .yp_nav_box {
    position: relative;
    height: 30px;
  }

  .navbar-light {
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* 导航结束 */

  /* 轮播 */
  .carousel-inner,
  .carousel-item {
    height: 100%;
  }
  /* 轮播结束 */
  /* 产品中心 */
  .carousel {
    margin-bottom: 20px;
  }
  .yp_product_title h3 {
    font-size: 25px;
  }
  .more {
    padding: 5px 10px;
  }
  .yp_product_list .yp_product_item {
    width: 170px;
    text-align: center;
  }
  .yp_product_list .yp_product_item a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .yp_product_list .yp_product_item .yp_product_imgbox {
    width: 150px;
    height: 150px;
  }
  /* 产品中心结束 */
  /* 公司简介 */
  .yp_about_content_left {
    display: none;
  }
  /* 公司简介结束 */
  /* 新闻中心 */
  .yp_news_area {
    padding: 0 15px;
  }
  .yp_news_bigimg {
    display: none;
  }
  .yp_news_item {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
  }
  .yp_news_list {
    margin: 0;
  }
  .yp_news_bottom {
    display: block;
  }
  .yp_news_time {
    margin: 3px 0;
  }
  /* 新闻中心结束 */
  /* 荣耀资质 */
  .yp_certificate_area {
    display: none;
  }
  /* 荣耀资质结束 */
  /* 合作伙伴 */
  .partner_rollbox {
    height: 140px;
  }
  /* 合作伙伴结束 */
  .contact_input {
    width: 100%;
  }
  .yp_btn_box {
    width: 100%;
  }
  /* 网页底部 */
  .yp_footer_center {
    flex-wrap: wrap;
  }
  .yp_copy {
    line-height: 25px;
  }
  .yp_footer_center {
    height: 100%;
  }
}
