header {
  padding-bottom: 62px;
}
.page {
  padding: 0 12%;
}

.container-header .title {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  padding: 100px 0;
}

.company-intro {
  background-color: #f3f6f7;
  padding: 50px 0 108px;
}

.company-intro h4 {
  font-size: 36px;
  font-weight: 700;
}
.company-intro-left {
  width: 60%;
  margin-right: 6%;
}

.company-intro-left p {
  font-size: 18px;
  color: #666;
  line-height: 3;
  text-indent: 2em;
  margin-top: 20px;
}
.company-intro-right {
  width: 34%;
}
/* 新闻中心 */
.news-center {
  padding: 80px 0;
}
.more-news {
  color: var(--primary-color);
  font-size: 16px;
}
.more-news img {
  margin-left: 6px;
}
.news-wrap {
  width: 49%;
  flex: 1;
  border-radius: 20px;
  padding: 4% 3%;
}
.news-title {
  padding-bottom: 5%;
}
.news-wrap h3 {
  font-size: 36px;
  font-weight: 700;
}
.news-wrap .show-more-news {
  color: var(--primary-color);
  font-size: 16px;
}
.news-wrap .show-more-news img {
  margin-left: 6px;
}
.news-wrap:first-child {
  margin-right: 2%;
}

.news-list .news-item:first-child {
  border-radius: 20px 20px 0 0;
}
.news-list .news-item:last-child {
  border-radius: 0 0 20px 20px;
}

.news-item {
  padding: 5% 0;
}
.company-news {
  background-color: #ecf9f2;
}
.industry-news {
  background-color: #ebf3f9;
}

.news-content {
  margin-left: 20px;
  flex: 1;
}

.news-item .news-icon {
  width: 34px;
  height: 34px;
}
.news-item .news-content h4 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 12px;
  color: #000;
}
.news-item .news-content p {
  color: #666;
  font-size: 16px;
  height: 82px;
}
.news-item .news-detail {
  color: var(--primary-color);
  font-size: 16px;
}
.news-item .news-detail img {
  margin-left: 8px;
}
.news-footer {
  margin-top: 6px;
}
.news-date {
  font-size: 16px;
  color: var(--primary-color);
}

/* 联系我们 */
.contact-us-page {
  background-color: #f3f6f7;
  padding-bottom: 190px;
}

.contact-use-left {
  width: 60%;
  border-radius: 20px 0 0 20px;
  object-fit: contain;
  background-color: #fff;
}
.contact-use-right {
  width: 40%;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
}

.address-info {
  padding: 8% 6% 12%;
}
.address-info h4 {
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 6%;
}

.address-info p {
  color: #666;
  font-size: 16px;
  line-height: 2;
}
.mobile-company_intro {
  display: none;
  margin-top: 20px;
  object-filt: contain;
}
.mobile-company_intro img {
  /* max-width: 200px; */
}
.news-list .empty p {
  color: #666;
  text-align: center;
  font-size: 18px;
  padding: 30px 0;
}
@media (max-width: 1200px) {
  .page {
    padding: 0 6%;
  }
  .container-header .title {
    font-size: 28px;
    padding: 50px 0;
  }
  .company-intro {
    padding: 50px 0;
  }
  .company-intro-left {
    width: 66%;
    flex-shrink: 0;
    margin-right: 20px;
  }
  .company-intro-left p {
    line-height: 1.5;
    font-size: 16px;
  }
  .company-intro h4 {
    font-size: 28px;
  }
  .news-wrap {
    width: 98%;
    flex: 0 1 auto;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .news-wrap:first-child {
    margin-right: 0;
  }
  .news-wrap h3 {
    font-size: 26px;
  }
  .news-item .news-content h4 {
    font-size: 20px;
  }
  .address-info h4 {
    font-size: 16px;
  }
  .address-info p {
    font-size: 14px;
  }
  .address-info {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .news-list .empty p {
    color: #666;
    text-align: center;
    font-size: 14px;
  }
  .mobile-company_intro {
    display: block;
  }
  .container-header .title {
    font-size: 18px;
    padding: 30px 0;
  }
  .company-intro-content {
    flex-direction: column-reverse;
  }
  .company-intro-left {
    width: 100%;
  }
  .company-intro-right {
    display: none;
  }
  .company-intro h4 {
    font-size: 18px;
  }
  .company-intro-left p {
    font-size: 14px;
  }
  .news-wrap h3 {
    font-size: 18px;
  }
  .news-wrap .show-more-news {
    font-size: 12px;
  }
  .news-item .news-content h4 {
    font-size: 14px;
  }
  .news-item .news-content p {
    font-size: 12px;
  }
  .news-item .news-detail {
    font-size: 12px;
  }
  .news-date {
    font-size: 12px;
  }
  .news-item .news-icon {
    width: 17px;
    height: 17px;
  }
  .news-content {
    margin-left: 10px;
  }
  .news-wrap {
    padding: 20px;
  }
  .news-center {
    padding: 40px 0;
  }
  .contact-use-left {
    width: 100%;
    border-radius: 10px;
  }
  .contact-use-right {
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
  }
  .address-info h4 {
    /* font-size: 14px; */
  }
  .address-info p {
    /* font-size: 12px; */
  }
  .contact-us-page {
    padding-bottom: 60px;
  }
}
