.directory-box p:nth-child(2) {
  color: #333333;
}

.banner {
  width: 100%;
  margin-top: 50px;
}

/* 卓越 */
.zhuoyue-section {
  width: 100%;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zhuoyue-title {
  font-family: sfJpLightBold;
  font-weight: 700;
  font-size: 48px;
  color: #333333;
  line-height: 56px;
  text-align: center;
}

.zhuoyue-text {
  font-family: sfJpLight;
  margin-top: 50px;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 28px;
  text-align: center;
}

.zhuoyue-img {
  width: 100%;
}

/* 第三部分 */
.section {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.section-wrap {
  width: 100%;
  margin-top: 100px;
}

.section-imgbox {
  position: relative;
  width: 590px;
  height: 370px;
  margin-right: 30px;
  float: left;
}

.section-imgbg {
  width: 515px;
  height: 300px;
  position: absolute;
  background: linear-gradient(208deg, #dcdcdc 0%, rgba(220, 220, 220, 0) 100%);
}

.section-img {
  width: 540px;
  height: 320px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.section-describe{
  padding-left: 50px;
  padding-right: 80px;
}

.section-wrap:nth-child(2) .section-imgbox {
  float: right;
  margin-left: 30px;
}

.section-wrap:nth-child(2) .section-imgbg {
  background: linear-gradient(208deg, #dcdcdc 0%, rgba(220, 220, 220, 0) 100%);
  top: 0;
  right: 0;
}

.section-wrap:nth-child(2) .section-img {
  left: 0;
  bottom: 0;
}

.section-title {
  font-family: sfJpLightBold;
  font-size: 36px;
  color: #333333;
  line-height: 48px;
  padding-top: 40px;
}

.section-text {
  font-weight: 300;
  font-size: 20px;
  color: #777777;
  line-height: 30px;
  white-space: pre-line;
  font-family: sfJpLight;
}

.gg357-imgbox {
  width: 100%;
  margin: 50px 0;
  height: 90px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gg357-imgbox img {
  width: 123px;
  height: 30px;
}

@media screen and (max-width: 1024px) {
  /* 卓越 */
  .zhuoyue-title {
    font-size: 36px;
    line-height: 42px;
  }

  .zhuoyue-text {
    font-size: 20px;
    line-height: 23px;
  }

  .section-wrap {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin-top: 80px;
  }

  .section-imgbox {
    width: 100%;
    height: auto;
  }

  .section-wrap:nth-child(2) .section-imgbox {
    margin-left: 0px;
  }

  .section-imgbg {
    display: none;
  }

  .section-img {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 80px;
  }

  .section-describe {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
  }

  .section-title {
    padding-top: 0px;
  }

  .gg357-imgbox {
    height: 77px;
  }
  .gg357-imgbox img {
    width: 105px;
    height: 25px;
  }
}

@media screen and (max-width: 768px) {
  /* 卓越 */
  .zhuoyue-section {
    margin-top: 70px;
  }
  .zhuoyue-title {
    font-size: 32px;
    line-height: 37px;
  }
  .zhuoyue-text {
    font-size: 16px;
    line-height: 19px;
    margin: 40px 0;
  }

  .section-wrap {
    margin-top: 60px;
  }

  .section-img {
    margin-top: 60px;
  }

  .section-title {
    font-size: 32px;
    line-height: 48px;
  }

  .section-text {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .gg357-imgbox {
    height: 59px;
  }
  .gg357-imgbox img {
    width: 80px;
    height: 19px;
  }
}

@media screen and (max-width: 650px) {
  .directory-box {
    margin-top: 20px;
  }
  /* 卓越 */
  .zhuoyue-section {
    margin-top: 40px;
  }
  .zhuoyue-title {
    font-size: 16px;
    line-height: 19px;
  }
  .zhuoyue-text {
    font-size: 12px;
    line-height: 14px;
    margin: 20px 0;
  }

  .section-wrap {
    margin-top: 40px;
  }

  .section-img {
    margin-top: 40px;
  }

  .section-title {
    font-size: 16px;
    line-height: 19px;
  }

  .section-text {
    margin-top: 20px;
    font-size: 12px;
    line-height: 26px;
  }

  .gg357-imgbox {
    height: 30px;
  }
  .gg357-imgbox img {
    width: 40px;
    height: 9.6px;
  }
}
