@charset "UTF-8";
@media screen and (max-width: 1135px) {
  .index-about .index-about-wrap {
    -webkit-box-lines: multiple;
    /* 12版 */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .index-about .index-about-wrap .index-about-left {
    width: 100%;
    padding-right: 0;
  }
  .index-about .index-about-wrap .index-about-left p {
    line-height: 1.75rem;
  }
  .index-about .index-about-wrap .index-about-right {
    width: 80%;
    margin-top: 3rem;
  }
  .index-about .index-about-wrap .index-about-right .index-about-filter {
    max-width: 92%;
    bottom: -1.2rem;
  }
  .footer {
    padding: 3rem 0;
  }
  .footer .footer-wrap .footer-form {
    max-width: 100%;
  }
  .footer .footer-wrap .footer-form textarea {
    width: 48.5%;
  }
  .footer .footer-wrap .footer-form div {
    width: 48.5%;
  }
  .footer .footer-wrap .footer-left,
  .footer .footer-wrap .footer-right {
    width: 100%;
  }
  .footer .footer-wrap .footer-right {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 1100px) {
  .contact-info .contact-info-r,
  .contact-info .contact-info-l {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .index-choose .index-choose-list {
    padding-top: 0;
  }
  .index-choose .index-choose-list li {
    width: 25%;
    margin-top: 2.2rem;
  }
  .index-news-list li {
    width: 100% !important;
    margin: 0 !important;
    margin-top: 2rem !important;
  }
  .index-news-list li:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .index-process {
    background-size: cover;
  }
  .index-process .index-process-list li figure {
    width: 6.5rem;
    height: 6.5rem;
  }
  .index-process-list {
    -webkit-box-lines: multiple;
    /* 12版 */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index-process-list li {
    text-align: center;
    width: 30%;
  }
  .index-process-list li:nth-of-type(1), .index-process-list li:nth-of-type(2), .index-process-list li:nth-of-type(3) {
    margin-bottom: 3rem;
  }
  .index-process-list li figure {
    margin: 0 auto;
  }
  .index-process-list li figure img {
    transform: scale(0.8);
  }
  .about .mark h4 {
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .quantity-article .quantity-article-top a{
    margin-bottom: 2rem !important;
    width: 46.5%;
    display: block;
  }
  .quantity-article .quantity-article-icon ol {
    justify-content: space-between;
    margin-bottom: 5rem;
  }
  .quantity-article .quantity-article-icon ol li {
    margin-right: 0;
    width: 30%;
    margin-top: 1.8rem;
  }
  .page-news-list li div h4 {
    width: 100%;
  }
  .page-news-list li div {
    flex-direction: column;
  }
  .page-news-list li div span {
    padding-top: .7rem;
    width: 100%;
    text-align: left;
  }
  .article-news .page-content {
    padding-top: 0;
  }
  .contact-info .contact-info-l h4 {
    font-size: 1.3rem;
  }
  .contact {
    padding-bottom: 4.2rem;
  }
  .index-news-list li .news-list-wrap p {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .header-right .header-search-icon {
    margin-right: 5rem;
  }
  .index-news-list li .date-wrap {
    min-width: 4.375rem;
    margin-right: .5rem;
  }
  .index-about .index-about-wrap .index-about-right {
    margin-top: 2rem;
    width: 92%;
  }
  .index-product .owl-carousel .owl-dots {
    margin-top: 0;
  }
  .index-product .product-right,
  .index-product .product-left {
    display: none;
  }
  .index-process .index-process-list li span {
    display: block;
    height: 32px;
  }
  .footer-qrcode img {
    width: 80px;
  }
  .index-choose .index-choose-list li {
    width: 50%;
  }
  .footer .footer-wrap h4 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 375px) {
  .header-right .header-search-icon {
    margin-right: 4.8rem;
  }
  .menu-btn {
    transform: scale(0.8);
  }
}
