.container {
  overflow-x: hidden;
  min-height: 100vh;
  background-color: #f2f3f5;
}

.container .header {
  background-color: #ffffff;
}

.container .banner {
  position: relative;
}
.container .banner img[alt="contact"] {
  width: 100%;
}
.container .banner .title {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.container .banner .title .text {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  color: #1d2129;
  font-size: 46px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

/* 描述 */
.description {
  max-width: 90%;
  width: 1200px;
  margin: 0 auto;
  padding-top: 55px;
}
.description .title p {
  text-align: center;
  line-height: 1;
}
.description .title p:nth-child(1) {
  font-size: 36px;
  font-weight: bold;
}
.description .title p:nth-child(2) {
  font-size: 16px;
  padding-top: 10px;
}
.description .company {
  width: 390px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 45px auto 0;
  line-height: 1;
  color: #fff;
  padding: 17px 0 20px;
  background-color: #ff4e47;
}
.description .product,
.description .article {
  max-width: 100%;
  margin: 0 auto;
  color: #1d2129;
}
.description .product {
  font-size: 18px;
  margin-top: 30px;
  text-align: center;
}
.description .article {
  width: 846px;
  margin: 45px auto;
  background: url(../images/about/icon_quote.png?ver=1657631875210) no-repeat
    left top;
}
.description .article .text {
  margin: 0 auto;
  text-align: justify;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-all;
  padding: 50px 100px 0;
}

.section {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 70px;
}

.section img {
  max-width: 100%;
}

.section .title p {
  line-height: 1;
  text-align: center;
}
.section .title p:nth-child(1) {
  font-size: 36px;
  font-weight: bold;
}
.section .title p:nth-child(2) {
  font-size: 16px;
  padding-top: 10px;
}
.section .product {
  font-size: 18px;
  margin-top: 45px;
  text-align: center;
}
.section.section-2 img[alt="article_img"] {
  margin: 30px auto 0;
  display: block;
}

/* 地图 */
.maps {
  width: 100%;
  height: 430px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}
.maps .bgleft,
.maps .map {
  position: absolute;
  height: 100%;
}
.maps .bgleft {
  width: 40%;
  background-color: #ff4e47;
}
.maps .map {
  width: 60%;
  height: 100%;
  right: 0;
}
.maps .map div:nth-child(2) {
  display: none;
}
.maps .content {
  width: 1200px;
  max-width: 90%;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 45px 0;
  margin: 0 auto;
  pointer-events: none;
  color: #fff;
  line-height: 1;
}
.maps .content .title {
  padding-bottom: 10px;
}
.maps .content .title p:first-child {
  font-size: 36px;
  font-weight: bold;
}
.maps .content .title p:last-child {
  font-size: 18px;
  padding-top: 10px;
}
.maps .content .item {
  margin-top: 20px;
}
.maps .content .item .label {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.5;
}
.maps .content .item .text {
  padding-top: 15px;
  font-size: 18px;
}
