.banner-1 {
  position: relative;
  overflow: hidden;
}
.banner-1 img {
  width: 100%;
  height: 7.14rem;
  object-fit: cover;
}
.banner-1 .banner-content {
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 13.4%;
  line-height: 1;
}
.banner-1 .banner-content h6 {
  font-size: 0.96rem;
  color: #4d6cf7;
  font-weight: normal;
}
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .banner-1 .banner-content h6 {
    background-image: linear-gradient(to left bottom, #0655a0, #0272dc, #57adff, #1570c7, #4d6cf7);
    -webkit-background-clip: text;
    /* Safari/Chrome */
    -webkit-text-fill-color: transparent;
    /* Safari/Chrome */
  }
}
.banner-1 .banner-content p {
  font-size: 0.6rem;
  color: #b8b8b8 !important;
  margin-top: 0.5rem;
}

.aboutUs-ul {
  max-width: 1284px;
  margin: 1rem auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aboutUs-ul li {
  line-height: 1;
  text-align: center;
}
.aboutUs-ul li h6 {
  font-size: 0.66rem;
  color: #1683e8;
  font-weight: normal;
}
.aboutUs-ul li h6 span {
  color: #242424;
  font-size: 0.22rem;
  margin-left: 0.1rem;
}
.aboutUs-ul li p {
  font-size: 0.18rem;
  color: #3f3f3f;
  margin-top: 0.28rem;
}
.aboutUs-ul li div {
  font-size: 0.16rem;
  color: #626262;
  margin-top: 0.12rem;
}
.aboutUs-ul li h6 span {
  position: relative;
}
.aboutUs-ul li h6 span::after {
  position: absolute;
  content: '+';
  font-size: 0.3rem;
  color: #1683e8;
  top: -0.4rem;
  right: -0.2rem;
}
.aboutUs-ul li:first-child h6 span::after {
  position: absolute;
  content: '';
}
.briefIntroduction {
  max-width: 1400px;
  margin: 0.7rem auto 0;
  display: flex;
  line-height: 1;
}
.briefIntroduction .left {
  position: relative;
  display: flex;
}
.briefIntroduction .left li:nth-child(1) {
  font-size: 0.96rem;
  color: #1683e8;
}
.briefIntroduction .left li:nth-child(2) {
  margin: 0.4rem 0 0 0.1rem;
}
.briefIntroduction .left li:nth-child(2) div {
  font-size: 0.18rem;
  color: #777777;
}
.briefIntroduction .left li:nth-child(2) div:nth-child(2) {
  margin-top: 0.1rem;
}
.briefIntroduction .left h6 {
  position: absolute;
  top: 0.4rem;
  right: 0;
  font-size: 0.18rem;
  color: #1683e8;
  font-weight: normal;
}
.briefIntroduction .right {
  font-size: 0.14rem;
  color: #262626;
  margin-left: 1.3rem;
}
.briefIntroduction .right p {
  text-indent: 2;
  line-height: 0.4rem;
}
.briefIntroduction .right span {
  font-size: 0.16rem !important;
  line-height: 0.4rem;
}

.purpose {
  position: relative;
  margin: 0.86rem auto 0;
  height: 2.97rem;
}
.purpose .purpose-ul {
  max-width: 1400px;
  position: absolute;
  z-index: 2;
  top: 0.9rem;
  left: 0;
  right: 0;
  line-height: 1;
  margin: 0 auto;
  background-position: center;
  padding: 0.8rem 0.6rem;
  box-sizing: border-box;
  box-shadow: 0 0 35px rgba(41, 41, 41, 0.32);
}
.purpose .purpose-ul li {
  font-size: 0.2rem;
  color: #626262;
  margin-top: 0.5rem;
}
.purpose .purpose-ul li:nth-child(1) {
  margin-top: 0;
}
.purpose .purpose-ul li span {
  font-size: 0.22rem;
  color: #1683e8;
}

.address-container {
  max-width: 1400px;
  margin: 2.87rem auto 0.6rem;
  height: 6rem;
}
.address-container #container {
  width: 100%;
  height: 100%;
}
.address-container .amap-container img {
  width: 30px !important;
}
.address-container .map-title {
  color: #262626;
  font-size: 18px;
}
.address-container .map-title h4 {
  font-weight: normal;
}
.address-container .input-item,
.address-container .input-item-phone {
  color: #626262;
  font-size: 0.16rem;
}
.address-container .input-item-phone {
  margin-top: 0.1rem;
}
.address-container .amap-info-content {
  padding: 0.22rem 0.2rem 0.18rem 0.18rem;
  box-sizing: border-box;
}
.address-container .amap-info-close {
  right: 0.1rem !important;
}

@media screen and (max-width: 1100px) {
  .aboutUs-ul {
    margin: 0.8rem auto 0 !important;
  }
  .aboutUs-ul li {
    width: calc(100% / 2) !important;
    margin-top: 0.2rem;
  }
  .briefIntroduction {
    padding: 0.4rem 0.2rem 0;
    box-sizing: border-box;
  }
  .briefIntroduction .left {
    display: none !important;
  }
  .briefIntroduction .right {
    margin-left: 0 !important;
  }
  .purpose-ul {
    background: #f6fafb !important;
    margin: 0 0.2rem !important;
    padding: 0.5rem 0.6rem !important;
  }
  .purpose-ul li {
    line-height: 0.3rem;
  }
}
@media screen and (max-width: 700px) {
  .briefIntroduction .right span {
    font-size: 0.26rem !important;
    line-height: 0.4rem;
  }
  .purpose .purpose-ul li {
    font-size: 0.26rem;
  }
}
