.page-about-us .about-content {
  padding-top: 0;
  /* 集团介绍 */
  /* 使命、价值观、愿景 */
  /* 社会责任，名企担当 */
  /* 联系我们 */
  /* 创始人 */
  /* 我们的历程 */
  /* 8年深耕 硕果累累 */
  /* 全球智慧人力资源服务骨干网GSSN */
  /* 联系我们 */
  /* 工作环境 */
}
.page-about-us .about-content ::-webkit-scrollbar {
  width: 8px;
  /*对垂直流动条有效*/
  height: 8px;
  /*对水平流动条有效*/
  background-color: transparent;
}
.page-about-us .about-content ::-webkit-scrollbar-thumb {
  background-color: #2c3e8e;
}
.page-about-us .about-content h1,
.page-about-us .about-content h2,
.page-about-us .about-content h3,
.page-about-us .about-content h4,
.page-about-us .about-content h5,
.page-about-us .about-content h6,
.page-about-us .about-content p {
  text-align: left;
  margin: 0;
}
.page-about-us .about-content ul {
  list-style: none;
  padding: 0;
}
.page-about-us .about-content .max-w-1200 {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.page-about-us .about-content .section-title {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #212121;
  text-align: center;
}
.page-about-us .about-content .section-title.color-white {
  color: #fff;
}
.page-about-us .about-content .fs-16 {
  font-size: 16px;
}
.page-about-us .about-content .section-introduce {
  overflow: hidden;
  width: 100%;
  padding: 100px 0;
  background-image: url(/static/cn/img/about/new/introduce-bg@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.page-about-us .about-content .section-introduce .section-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
}
.page-about-us .about-content .section-introduce .introduce-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  height: 480px;
}
.page-about-us .about-content .section-introduce .introduce-img:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.page-about-us .about-content .section-introduce .introduce-img img {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  height: 100%;
  width: auto;
}
.page-about-us .about-content .section-introduce .introduce-detail {
  position: relative;
  color: #fff;
  width: 580px;
  height: 480px;
  background: #1e64d7;
  padding: 70px 40px 0;
}
.page-about-us .about-content .section-introduce .introduce-detail::before,
.page-about-us .about-content .section-introduce .introduce-detail::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-about-us .about-content .section-introduce .introduce-detail::before {
  bottom: 0;
  left: 0;
  width: 517px;
  height: 360px;
  background-image: url(/static/cn/img/about/new/introduce-icon3@2x.png);
}
.page-about-us .about-content .section-introduce .introduce-detail::after {
  width: 102px;
  height: 71px;
  top: 0;
  right: 0;
  background-image: url(/static/cn/img/about/new/introduce-icon2@2x.png);
}
.page-about-us .about-content .section-introduce .introduce-detail .introduce-text {
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.page-about-us .about-content .section-introduce .introduce-detail .introduce-text p {
  text-align: left;
  line-height: 24px;
}
.page-about-us .about-content .section-introduce .introduce-detail .introduce-text2 {
  margin-top: 24px;
  margin-bottom: 72px;
}
.page-about-us .about-content .section-introduce .btn-link-arrow {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.page-about-us .about-content .section-introduce .btn-link-arrow ~ .btn-link-arrow {
  margin-left: 70px;
}
.page-about-us .about-content .section-introduce .btn-link-arrow:hover {
  background: -webkit-gradient(linear, right top, left top, from(#f26b1f), to(#ff9800));
  background: linear-gradient(270deg, #f26b1f 0%, #ff9800 100%);
  color: #fff;
}
.page-about-us .about-content .section-introduce .btn-link-arrow:hover .icon-arrow-rt {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-about-us .about-content .section-introduce .icon-arrow-rt {
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-left: 6px;
  background-image: url(/static/cn/img/about/new/introduce-icon1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.page-about-us .about-content .section-sense-worth {
  background: url(/static/cn/img/about/new/sense-bg@2x.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 112px 0 117px;
}
.page-about-us .about-content .section-sense-worth .sense-worth-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.page-about-us .about-content .section-sense-worth .sense-worth-item {
  width: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  cursor: text;
}
.page-about-us .about-content .section-sense-worth .sense-worth-item:not(:last-child) {
  margin-bottom: 50px;
}
.page-about-us .about-content .section-sense-worth .sense-worth-item:hover .sense-worth-icon {
  border-color: #fff;
}
.page-about-us .about-content .section-sense-worth .sense-worth-item:hover .sense-worth-content p,
.page-about-us .about-content .section-sense-worth .sense-worth-item:hover .sense-worth-content .worth-text-list {
  opacity: 1;
}
.page-about-us .about-content .section-sense-worth .sense-worth-item .sense-worth-content {
  margin-left: 12px;
}
.page-about-us .about-content .section-sense-worth .sense-worth-item .sense-worth-content h3 {
  margin-top: 4px;
  font-size: 24px;
  font-weight: 500;
  color: #f37327;
  line-height: 28px;
  padding-bottom: 16px;
}
.page-about-us .about-content .section-sense-worth .sense-worth-item .sense-worth-content .worth-text-list {
  padding: 0;
  margin-top: 12px;
  font-size: 14px;
  line-height: 24px;
  opacity: 0.85;
  cursor: text;
}
.page-about-us .about-content .section-sense-worth .sense-worth-item .sense-worth-content .worth-text-list li:not(:last-child) {
  cursor: text;
  margin-bottom: 30px;
}
.page-about-us .about-content .section-sense-worth .sense-worth-item .sense-worth-content p {
  opacity: 0.85;
}
.page-about-us .about-content .section-sense-worth .sense-worth-icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.27);
}
@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateZ(300deg);
            transform: rotateZ(300deg);
  }
  100% {
    -webkit-transform: rotateZ(-60deg);
            transform: rotateZ(-60deg);
  }
}
@keyframes rotate3d {
  0% {
    -webkit-transform: rotateZ(300deg);
            transform: rotateZ(300deg);
  }
  100% {
    -webkit-transform: rotateZ(-60deg);
            transform: rotateZ(-60deg);
  }
}
.page-about-us .about-content .section-responsibility {
  padding: 100px 0 64px;
  background: url(/static/cn/img/about/new/responsibility-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.page-about-us .about-content .section-responsibility::after {
  content: "";
  width: 249px;
  height: 213px;
  display: block;
  position: absolute;
  bottom: 179px;
  left: 70px;
  background: url(/static/cn/img/about/new/responsibility-icon4.png) no-repeat;
  background-size: contain;
  z-index: 2;
  -webkit-animation: rotate3d 10s infinite linear;
          animation: rotate3d 10s infinite linear;
}
.page-about-us .about-content .section-responsibility .title-desc {
  font-size: 16px;
  color: #757575;
  line-height: 22px;
  margin-top: 16px;
  margin-bottom: 24px;
  text-align: center;
  font-weight: normal;
}
.page-about-us .about-content .section-responsibility .download-report {
  text-align: center;
}
.page-about-us .about-content .section-responsibility .download-report a {
  text-decoration: none;
  font-size: 18px;
  color: #f37327;
  line-height: 28px;
  border-bottom: 1px solid #f37327;
  font-weight: bold;
}
.page-about-us .about-content .section-responsibility .responsibility-detail {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
}
.page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-detail-list {
  width: 552px;
  margin: 0 12px 0 0;
}
.page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-detail-item {
  height: 96px;
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  padding: 16px 32px;
  background: #ffffff;
  overflow: hidden;
  border: 1px solid #fff;
}
.page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-detail-item ~ .responsibility-detail-item {
  margin-top: 24px;
}
.page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-detail-item .responsibility-item-text {
  text-align: left;
  opacity: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  color: #757575;
  line-height: 24px;
}
.page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-item-icon {
  width: 64px;
  height: 64px;
}
.page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-item-title {
  color: #212121;
  font-size: 24px;
}
.page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-detail-img {
  position: relative;
  width: 624px;
  height: 468px;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  z-index: 1;
}
.page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-detail-img::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: url(/static/cn/img/about/new/responsibility-img-mask.png) no-repeat;
  background-size: cover;
}
.page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-detail-img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-detail-img img {
  width: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-item-active {
  height: 228px;
  border: 1px solid #fe7717;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(255, 119, 23, 0.2);
          box-shadow: 0px 5px 12px 0px rgba(255, 119, 23, 0.2);
}
.page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-item-active .responsibility-item-text {
  opacity: 1;
}
.page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-item-active .responsibility-item-icon {
  opacity: 0;
}
.page-about-us .about-content .section-boss {
  background-image: url(/static/cn/img/about/new/boss-bg@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  position: relative;
  z-index: 0;
  padding-top: 100px;
  height: 900px;
}
.page-about-us .about-content .section-boss .boss-mobile-img {
  display: none;
}
.page-about-us .about-content .section-boss .boss-bg1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top center;
}
.page-about-us .about-content .section-boss .boss-bg1 {
  z-index: 1;
  background-image: url(/static/cn/img/about/new/boss-bg1@2x.png);
}
.page-about-us .about-content .section-boss .boss-detail-wrapper {
  position: relative;
  z-index: 3;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
}
.page-about-us .about-content .section-boss .boss-introduce,
.page-about-us .about-content .section-boss .boss-awards {
  width: 70%;
  max-width: 686px;
}
.page-about-us .about-content .section-boss .boss-name {
  display: inline-block;
  margin-top: 166px;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
}
.page-about-us .about-content .section-boss .boss-name::after {
  content: " ";
  display: block;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, right top, left top, from(#f37327), to(#faab4f));
  background: linear-gradient(270deg, #f37327 0%, #faab4f 100%);
  margin-top: 8px;
}
.page-about-us .about-content .section-boss .boss-identify {
  font-size: 20px;
  line-height: 20px;
  margin: 20px 0;
}
.page-about-us .about-content .section-boss .boss-description {
  line-height: 24px;
}
.page-about-us .about-content .section-boss .boss-awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-left: -16px;
}
.page-about-us .about-content .section-boss .boss-awards .boss-awards-list {
  cursor: text;
  padding-left: 30px;
  list-style: initial;
  line-height: 26px;
  margin: 0;
}
.page-about-us .about-content .section-boss .boss-awards .boss-awards-list li {
  cursor: text;
}
.page-about-us .about-content .section-history .section-history-head {
  padding-top: 68px;
  max-width: 1200px;
  height: 240px;
  margin: 100px auto 54px auto;
  background-image: url(/static/cn/img/about/new/history-bg@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.page-about-us .about-content .section-history .history-steps {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-about-us .about-content .section-history .history-time-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0;
  padding: 0;
}
.page-about-us .about-content .section-history .history-time-line .history-time-item {
  cursor: pointer;
  width: 78px;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
  font-size: 20px;
  font-weight: bold;
}
.page-about-us .about-content .section-history .history-time-line .history-time-item::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  bottom: -12px;
}
.page-about-us .about-content .section-history .history-time-line .history-time-item:hover,
.page-about-us .about-content .section-history .history-time-line .history-time-item.history-step-active {
  color: #f37327;
}
.page-about-us .about-content .section-history .history-time-line .history-time-item:hover::after,
.page-about-us .about-content .section-history .history-time-line .history-time-item.history-step-active::after {
  border-color: #f37327;
  background-color: #f37327;
}
.page-about-us .about-content .section-honor {
  padding: 87px 0 80px;
  background-image: url(/static/cn/img/about/new/honor-bg1@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.page-about-us .about-content .section-honor .swiper-button-prev,
.page-about-us .about-content .section-honor .swiper-button-next {
  width: 14px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-about-us .about-content .section-honor .swiper-button-prev:after,
.page-about-us .about-content .section-honor .swiper-button-next:after {
  display: none;
}
.page-about-us .about-content .section-honor .swiper-button-prev {
  background-image: url(/static/cn/img/about/new/icon-arrow-left@2x.png);
}
.page-about-us .about-content .section-honor .swiper-button-next {
  background-image: url(/static/cn/img/about/new/icon-arrow-right@2x.png);
}
.page-about-us .about-content .section-honor .honor-swiper-container {
  margin-top: 56px;
}
.page-about-us .about-content .section-honor .honor-swiper-container,
.page-about-us .about-content .section-honor .certificate-swiper-container {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
.page-about-us .about-content .section-honor .certificate-swiper-container {
  width: 1100px;
  padding-left: 4px;
}
.page-about-us .about-content .section-honor .honor-swiper-container {
  width: 1200px;
}
.page-about-us .about-content .section-honor .honor-swiper-container .swiper-slide {
  width: 100%;
}
.page-about-us .about-content .section-honor .honor-swiper-container .honor-list {
  width: 1100px;
  margin: 0 auto;
}
.page-about-us .about-content .section-honor .honor-swiper-container .swiper-pagination-bullets {
  display: none;
}
.page-about-us .about-content .section-honor .honor-list,
.page-about-us .about-content .section-honor .certificate-list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.page-about-us .about-content .section-honor .honor-list-item,
.page-about-us .about-content .section-honor .certificate-list-item {
  width: 250px !important;
  height: 180px;
  background: rgba(255, 255, 255, 0.91);
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
  font-size: 16px;
  line-height: 24px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 12px 24px;
  text-align: center;
}
.page-about-us .about-content .section-honor .honor-list-item img,
.page-about-us .about-content .section-honor .certificate-list-item img {
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
}
.page-about-us .about-content .section-honor .honor-list-item:hover img,
.page-about-us .about-content .section-honor .certificate-list-item:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.page-about-us .about-content .section-honor .honor-list-item .honor-item-default,
.page-about-us .about-content .section-honor .honor-list-item .honor-item-hover {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.page-about-us .about-content .section-honor .honor-list-item .honor-item-default {
  padding: 48px 0;
  color: #212121;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.page-about-us .about-content .section-honor .honor-list-item .honor-item-default:before,
.page-about-us .about-content .section-honor .honor-list-item .honor-item-default:after {
  content: "";
  display: block;
  width: 28px;
  height: 85px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  z-index: 0;
}
.page-about-us .about-content .section-honor .honor-list-item .honor-item-default:before {
  left: 10px;
  background-image: url(/static/cn/img/about/new/honor-icon1@2x.png);
}
.page-about-us .about-content .section-honor .honor-list-item .honor-item-default:after {
  right: 10px;
  background-image: url(/static/cn/img/about/new/honor-icon2@2x.png);
}
.page-about-us .about-content .section-honor .honor-list-item .honor-item-default p {
  text-align: center;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 2;
}
.page-about-us .about-content .section-honor .honor-list-item .honor-item-hover {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(/static/cn/img/about/new/honor-bg@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.page-about-us .about-content .section-honor .honor-list-item .honor-item-hover p {
  text-align: center;
}
.page-about-us .about-content .section-honor .honor-list-item:hover .honor-item-default,
.page-about-us .about-content .section-honor .honor-list-item:hover .honor-item-hover {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.page-about-us .about-content .section-honor .certificate-list {
  overflow: hidden;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.page-about-us .about-content .section-honor .certificate-list-item img {
  width: 100%;
}
.page-about-us .about-content .section-bussiness-map {
  background-image: url(/static/cn/img/about/new/business-map@2x.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top;
  height: 1124px;
  position: relative;
  color: #f37327;
  padding-top: 100px;
  font-weight: normal;
}
.page-about-us .about-content .section-bussiness-map .map-mobile {
  display: none;
}
.page-about-us .about-content .section-bussiness-map::before {
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-image: url(/static/cn/img/about/new/business-map-bg.jpg);
  background-repeat: repeat-x;
  bottom: 0;
}
.page-about-us .about-content .section-bussiness-map .sub-title {
  text-align: center;
  padding: 16px 0 50px;
  font-weight: normal;
  font-size: 23px;
  line-height: 24px;
}
.page-about-us .about-content .section-bussiness-map .bussiness-statistics {
  width: 350px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  cursor: text;
}
.page-about-us .about-content .section-bussiness-map .bussiness-statistics li {
  cursor: text;
}
.page-about-us .about-content .section-bussiness-map .bussiness-statistics .statistics-num {
  color: #f37327;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
.page-about-us .about-content .section-bussiness-map .bussiness-statistics .statistics-label {
  font-size: 16px;
  text-align: center;
}
@-webkit-keyframes sway {
  0%,
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes sway {
  0%,
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.page-about-us .about-content .section-contract {
  background: #000000;
  color: #fff;
  position: relative;
  padding-top: 100px;
}
.page-about-us .about-content .section-contract .contract-left-icon,
.page-about-us .about-content .section-contract .contract-left-icon1 {
  display: block;
  position: absolute;
  z-index: 1;
  -webkit-animation: sway 1s infinite ease-in-out;
          animation: sway 1s infinite ease-in-out;
}
.page-about-us .about-content .section-contract .contract-left-icon {
  left: 8px;
  top: 527px;
  width: 227px;
  height: 231px;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.page-about-us .about-content .section-contract .contract-left-icon1 {
  left: 213px;
  top: 473px;
  width: 213px;
  height: 236px;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.page-about-us .about-content .section-contract .area-list {
  height: 438px;
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.page-about-us .about-content .section-contract .area-list-wrapper {
  -webkit-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
  width: 114px;
  position: relative;
}
.page-about-us .about-content .section-contract .area-list-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  line-height: 32px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 114px;
}
.page-about-us .about-content .section-contract .area-list-default.huadong {
  background-image: url(/static/cn/img/about/new/area-huadong@2x.png);
}
.page-about-us .about-content .section-contract .area-list-default.huanan {
  background-image: url(/static/cn/img/about/new/area-huanan@2x.png);
}
.page-about-us .about-content .section-contract .area-list-default.huabei {
  background-image: url(/static/cn/img/about/new/area-huabei@2x.png);
}
.page-about-us .about-content .section-contract .area-list-default.huazhong {
  background-image: url(/static/cn/img/about/new/area-huazhong@2x.png);
}
.page-about-us .about-content .section-contract .area-list-default.xinan {
  background-image: url(/static/cn/img/about/new/area-xinan@2x.png);
}
.page-about-us .about-content .section-contract .area-list-default.xibei {
  background-image: url(/static/cn/img/about/new/area-xibei@2x.png);
}
.page-about-us .about-content .section-contract .area-list-default.dongbei {
  background-image: url(/static/cn/img/about/new/area-dongbei@2x.png);
}
.page-about-us .about-content .section-contract .area-list-default.chuanyu {
  background-image: url(/static/cn/img/about/new/area-chuanyu@2x.png);
}
.page-about-us .about-content .section-contract .area-list-hover {
  width: 399px;
  height: 100%;
  padding: 24px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  background: rgba(7, 16, 48, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-about-us .about-content .section-contract .area-list-hover ::-webkit-scrollbar-thumb {
  visibility: hidden;
}
.page-about-us .about-content .section-contract .area-list-hover:hover ::-webkit-scrollbar-thumb {
  visibility: visible;
}
.page-about-us .about-content .section-contract .area-list-hover .business-address-list {
  cursor: default;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 16px;
  margin-right: -15px;
  padding-right: 5px;
}
.page-about-us .about-content .section-contract .area-list-hover .area-name {
  font-size: 24px;
  font-weight: bold;
  color: #f37327;
  line-height: 32px;
}
.page-about-us .about-content .section-contract .area-list-hover .address-item {
  cursor: text;
  line-height: 24px;
}
.page-about-us .about-content .section-contract .area-list-hover .address-item p {
  text-align: left;
}
.page-about-us .about-content .section-contract .area-list-hover .address-item + .address-item {
  margin-top: 24px;
}
.page-about-us .about-content .section-contract .area-list-hover .company-name {
  font-size: 16px;
  margin-bottom: 8px;
}
.page-about-us .about-content .section-contract .area-list-active {
  width: 399px;
}
.page-about-us .about-content .section-contract .area-list-active .area-list-default {
  display: none;
}
.page-about-us .about-content .section-contract .area-list-active .area-list-hover {
  opacity: 1;
}
.page-about-us .about-content .section-contract .email-wrapper {
  position: relative;
  z-index: 2;
  width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 32px auto 0;
}
.page-about-us .about-content .section-contract .email-wrapper li {
  font-size: 16px;
  line-height: 22px;
}
.page-about-us .about-content .section-work-environment {
  padding-top: 88px;
  padding-bottom: 108px;
  background: #000000;
  position: relative;
}
.page-about-us .about-content .section-work-environment .environment-right-icon {
  position: absolute;
  width: 132px;
  height: 126px;
  top: 58px;
  right: 198px;
  -webkit-animation: sway 1s infinite ease-in-out;
          animation: sway 1s infinite ease-in-out;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.page-about-us .about-content .section-work-environment .environment-swiper-container {
  padding-top: 60px;
  overflow: hidden;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.page-about-us .about-content .section-work-environment .environment-list-item {
  width: 380px !important;
  height: 300px;
  overflow: hidden;
  margin: 0 10px;
  text-align: center;
}
.page-about-us .about-content .section-work-environment .environment-list-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}
.page-about-us .about-content .section-work-environment .environment-list-item:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 1920px) {
  .page-about-us .about-content .section-bussiness-map {
    padding-top: 80px;
    height: 1080px;
  }
  .page-about-us .about-content .section-contract {
    padding-top: 80px;
  }
}
@media (max-width: 1440px) {
  .page-about-us .about-content .section-bussiness-map {
    height: 1020px;
  }
}
@media (max-width: 1280px) {
  .page-about-us .about-content .section-responsibility::after {
    display: none;
  }
  .page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-detail-img img {
    height: 100%;
    width: auto;
  }
  .page-about-us .about-content .section-bussiness-map {
    height: 920px;
  }
  .page-about-us .about-content .section-sense-worth .sense-worth-item {
    padding-left: 50px;
  }
  .page-about-us .about-content .section-honor .honor-swiper-container {
    width: 90%;
  }
  .page-about-us .about-content .section-honor .honor-swiper-container .honor-list {
    width: 90%;
  }
  .page-about-us .about-content .section-honor .certificate-swiper-container {
    width: 81%;
  }
  .page-about-us .about-content .section-honor .honor-list-item .honor-item-default {
    padding-left: 8px;
    padding-right: 8px;
  }
  .page-about-us .about-content .section-honor .honor-list-item .honor-item-default::before,
  .page-about-us .about-content .section-honor .honor-list-item .honor-item-default::after {
    width: 14px;
    height: 42px;
  }
  .page-about-us .about-content .section-honor .honor-list-item,
  .page-about-us .about-content .section-honor .certificate-list-item {
    width: 22% !important;
    height: 144px;
    font-size: 12px;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
}
@media (max-width: 1200px) {
  .page-about-us .about-content .section-introduce .introduce-detail .introduce-text2 {
    margin-bottom: 30px;
  }
  .page-about-us .about-content .section-honor .honor-list-item,
  .page-about-us .about-content .section-honor .certificate-list-item {
    height: 128px;
  }
  .page-about-us .about-content .section-honor .certificate-list-item img {
    width: 100%;
    height: auto;
  }
  .page-about-us .about-content .section-work-environment {
    padding: 24px;
  }
  .page-about-us .about-content .section-work-environment .environment-right-icon {
    display: none;
  }
  .page-about-us .about-content .section-work-environment .environment-list-item {
    width: 31.3% !important;
    max-height: 220px;
    margin: 0 1%;
  }
}
/* 移动端 */
@media (max-width: 1023px) {
  .page-about-us .about-content .section-title {
    font-size: 24px;
  }
  .page-about-us .about-content .section-introduce {
    padding: 0;
    padding-top: 24px;
    background: #1e64d7;
  }
  .page-about-us .about-content .section-introduce .section-title {
    color: #fff;
  }
  .page-about-us .about-content .section-introduce .section-inner-wrapper {
    margin-top: 0;
  }
  .page-about-us .about-content .section-introduce .introduce-img {
    width: 400px;
    height: 309px;
  }
  .page-about-us .about-content .section-introduce .introduce-detail {
    width: 100%;
    height: auto;
    padding: 24px;
  }
  .page-about-us .about-content .section-introduce .introduce-detail::before {
    width: 200px;
    height: 139px;
  }
  .page-about-us .about-content .section-introduce .introduce-detail .introduce-text2 {
    margin-top: 24px;
    margin-bottom: 36px;
  }
  .page-about-us .about-content .section-introduce .btn-link-arrow:hover {
    border-color: transparent;
  }
  .page-about-us .about-content .section-sense-worth {
    padding: 24px 0 36px;
  }
  .page-about-us .about-content .section-responsibility {
    padding: 24px;
  }
  .page-about-us .about-content .section-responsibility .responsibility-detail {
    margin-top: 24px;
  }
  .page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-item-title {
    font-size: 16px;
  }
  .page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-item-icon {
    width: 30px;
    height: 30px;
  }
  .page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-detail-item {
    height: 64px;
    padding: 16px 24px;
  }
  .page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-detail-item ~ .responsibility-detail-item {
    margin-top: 16px;
  }
  .page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-detail-item .responsibility-item-text {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 0;
  }
  .page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-item-active {
    height: 160px;
  }
  .page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-detail-list {
    padding-left: 0;
  }
  .page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-detail-img {
    width: 440px;
    height: 320px;
  }
  .page-about-us .about-content .section-boss {
    overflow: hidden;
    padding-top: 24px;
    height: 700px;
  }
  .page-about-us .about-content .section-boss .boss-bg1 {
    margin-top: -60px;
  }
  .page-about-us .about-content .section-boss .boss-name {
    margin-top: 80px;
  }
  .page-about-us .about-content .section-history {
    padding: 24px;
  }
  .page-about-us .about-content .section-history .section-history-head {
    margin: 0 0 16px;
  }
  .page-about-us .about-content .section-honor {
    padding: 24px;
  }
  .page-about-us .about-content .section-honor .certificate-list-item img {
    width: auto;
    height: 100%;
  }
  .page-about-us .about-content .section-bussiness-map {
    padding: 24px;
    height: 750px;
  }
  .page-about-us .about-content .section-contract {
    padding: 24px;
  }
  .page-about-us .about-content .section-contract .area-list {
    height: 346px;
  }
  .page-about-us .about-content .section-contract .area-list-wrapper {
    width: 90px;
  }
  .page-about-us .about-content .section-contract .area-list-wrapper .area-list-default {
    width: 100%;
  }
  .page-about-us .about-content .section-contract .area-list-active {
    width: 346px;
  }
  .page-about-us .about-content .section-contract .area-list-active .area-list-hover {
    width: 346px;
  }
  .page-about-us .about-content .section-contract .contract-animation {
    display: none;
  }
  .page-about-us .about-content .section-work-environment {
    padding: 24px;
  }
  .page-about-us .about-content .section-work-environment .environment-right-icon {
    display: none;
  }
  .page-about-us .about-content .section-work-environment .environment-list-item {
    width: 31% !important;
    max-height: 220px;
    margin: 0 1%;
  }
}
@media (max-width: 960px) {
  .page-about-us .about-content .section-honor .certificate-list-item {
    height: 140px;
  }
  .page-about-us .about-content .section-work-environment .environment-list-item {
    max-height: 160px;
  }
  .page-about-us .about-content .section-boss {
    height: auto;
    background-image: none;
    background-color: #f5f7ff;
    color: #757575;
    padding-bottom: 24px;
  }
  .page-about-us .about-content .section-boss .boss-bg1,
  .page-about-us .about-content .section-boss .boss-bg2 {
    display: none;
  }
  .page-about-us .about-content .section-boss .section-title {
    color: #212121;
  }
  .page-about-us .about-content .section-boss .boss-mobile-img {
    display: block;
    width: 100%;
    margin-top: 16px;
  }
  .page-about-us .about-content .section-boss .boss-name {
    font-size: 24px;
    margin-top: 16px;
    color: #000000;
  }
  .page-about-us .about-content .section-boss .boss-name::after {
    margin-top: 2px;
  }
  .page-about-us .about-content .section-boss .boss-detail-wrapper {
    padding: 0 24px;
  }
  .page-about-us .about-content .section-boss .boss-introduce,
  .page-about-us .about-content .section-boss .boss-awards {
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .page-about-us .about-content .section-boss .boss-identify {
    margin: 0;
    padding-left: 8px;
  }
  .page-about-us .about-content .section-boss .boss-introduce-head {
    color: #212121;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    border-bottom: 1px solid #e6e6e6;
  }
  .page-about-us .about-content .section-boss .boss-description {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .page-about-us .about-content .section-boss .boss-awards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
    width: 120%;
  }
  .page-about-us .about-content .section-honor {
    padding: 24px 16px;
  }
  .page-about-us .about-content .section-honor .honor-list-item,
  .page-about-us .about-content .section-honor .certificate-list-item {
    width: 31.3% !important;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
  }
  .page-about-us .about-content .section-honor .honor-list-item {
    height: 70px;
  }
  .page-about-us .about-content .section-honor .honor-list-item .honor-item-default {
    padding: 12px;
  }
  .page-about-us .about-content .section-honor .honor-list-item .honor-item-default::before,
  .page-about-us .about-content .section-honor .honor-list-item .honor-item-default::after {
    width: 10px;
    height: 30px;
  }
  .page-about-us .about-content .section-honor .honor-list-item .honor-item-hover {
    background-position: bottom center;
  }
  .page-about-us .about-content .section-honor .honor-swiper-container {
    margin-top: 16px;
    margin-bottom: 8px;
    width: 100%;
    padding-bottom: 24px;
  }
  .page-about-us .about-content .section-honor .honor-swiper-container .honor-list {
    width: 100%;
  }
  .page-about-us .about-content .section-honor .honor-swiper-container .swiper-pagination-bullets {
    display: block;
  }
  .page-about-us .about-content .section-honor .swiper-button-prev,
  .page-about-us .about-content .section-honor .swiper-button-next {
    display: none;
  }
  .page-about-us .about-content .section-honor .certificate-swiper-container {
    width: 100%;
    padding: 0;
  }
  .page-about-us .about-content .section-honor .certificate-swiper-container img {
    width: 100%;
    height: auto;
    margin-top: -20px;
  }
  .page-about-us .about-content .section-bussiness-map {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }
  .page-about-us .about-content .section-bussiness-map ::-webkit-scrollbar {
    height: 4px;
    /*对水平流动条有效*/
  }
  .page-about-us .about-content .section-bussiness-map .sub-title {
    padding: 12px 0;
    font-size: 12px;
  }
  .page-about-us .about-content .section-bussiness-map .bussiness-statistics {
    width: 200px;
  }
  .page-about-us .about-content .section-bussiness-map .bussiness-statistics .statistics-num {
    font-size: 24px;
  }
  .page-about-us .about-content .section-bussiness-map .bussiness-statistics .statistics-label {
    font-size: 14px;
  }
  .page-about-us .about-content .section-bussiness-map .map-mobile {
    display: block;
    overflow: auto hidden;
    max-height: 500px;
  }
  .page-about-us .about-content .section-bussiness-map .map-mobile img {
    max-height: 500px;
  }
  .page-about-us .about-content .section-contract {
    padding-top: 0;
  }
  .page-about-us .about-content .section-contract ::-webkit-scrollbar {
    width: 4px;
    /*对水平流动条有效*/
  }
  .page-about-us .about-content .section-contract .area-list {
    display: block;
    margin-top: 24px;
    overflow: hidden auto;
  }
  .page-about-us .about-content .section-contract .area-list-wrapper {
    width: 100%;
    height: 100%;
  }
  .page-about-us .about-content .section-contract .area-list-default {
    display: none;
  }
  .page-about-us .about-content .section-contract .area-list-wrapper {
    height: auto;
  }
  .page-about-us .about-content .section-contract .area-list-wrapper + .area-list-wrapper {
    margin-top: 16px;
  }
  .page-about-us .about-content .section-contract .area-list-wrapper .area-list-hover {
    height: auto;
    padding: 0;
    width: 100%;
    opacity: 1;
  }
  .page-about-us .about-content .section-contract .area-list-wrapper .area-list-hover .area-name {
    font-size: 18px;
  }
  .page-about-us .about-content .section-contract .area-list-wrapper .area-list-hover .area-name::before {
    height: 16px;
  }
  .page-about-us .about-content .section-contract .area-list-wrapper .area-list-hover .address-item {
    margin-top: 0;
  }
  .page-about-us .about-content .section-contract .area-list-wrapper .area-list-hover .address-item h5 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .page-about-us .about-content .section-contract .area-list-wrapper .area-list-hover .address-item p {
    font-size: 12px;
  }
  .page-about-us .about-content .section-contract .area-list-wrapper .area-list-hover .address-item + .address-item {
    margin-top: 16px;
  }
  .page-about-us .about-content .section-contract .email-wrapper {
    padding: 0;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 16px;
  }
  .page-about-us .about-content .section-contract .email-wrapper li {
    font-size: 14px;
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .page-about-us .about-content .section-title {
    font-size: 18px;
  }
  .page-about-us .about-content .section-introduce {
    padding: 16px 0 0;
  }
  .page-about-us .about-content .section-introduce .introduce-img {
    display: none;
  }
  .page-about-us .about-content .section-introduce .introduce-detail .introduce-text {
    font-size: 14px;
  }
  .page-about-us .about-content .section-introduce .introduce-detail .introduce-text p {
    line-height: 20px;
  }
  .page-about-us .about-content .section-introduce .introduce-detail .introduce-text2 {
    margin: 0;
  }
  .page-about-us .about-content .section-introduce .introduce-detail .btn-link-arrow {
    color: #ff9800;
    margin-top: 16px;
    font-size: 14px;
    display: inline-block;
    margin-left: 0;
    background: transparent;
  }
  .page-about-us .about-content .section-introduce .introduce-detail .btn-link-arrow .icon-arrow-rt {
    background-image: url(/static/cn/img/about/new/introduce-icon1@2x.png);
    background-repeat: no-repeat;
  }
  .page-about-us .about-content .section-introduce .introduce-detail .btn-link-arrow:hover {
    border-color: transparent;
    background-color: transparent;
  }
  .page-about-us .about-content .section-sense-worth {
    padding: 24px;
  }
  .page-about-us .about-content .section-sense-worth .sense-worth-list {
    padding-left: 0;
  }
  .page-about-us .about-content .section-sense-worth .sense-worth-item {
    padding-left: 16px;
    height: auto;
    width: 100%;
  }
  .page-about-us .about-content .section-sense-worth .sense-worth-item:not(:last-child) {
    margin-bottom: 32px;
  }
  .page-about-us .about-content .section-sense-worth .sense-worth-item .sense-worth-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-about-us .about-content .section-sense-worth .sense-worth-item .sense-worth-content h3 {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 12px;
  }
  .page-about-us .about-content .section-sense-worth .sense-worth-item .sense-worth-content .worth-text-list {
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .page-about-us .about-content .section-sense-worth .sense-worth-item .sense-worth-content .worth-text-list li {
    display: inline;
  }
  .page-about-us .about-content .section-responsibility .title-desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
    margin-bottom: 16px;
  }
  .page-about-us .about-content .section-responsibility .download-report a {
    font-size: 14px;
    line-height: 20px;
  }
  .page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-detail-list {
    width: 100%;
    margin: 0;
  }
  .page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-detail-img {
    display: none;
  }
  .page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-detail-item {
    border: 1px solid transparent;
    padding: 12px 16px;
    height: auto;
  }
  .page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-detail-item .responsibility-item-text {
    padding-top: 4px;
    opacity: 1;
    line-height: 20px;
  }
  .page-about-us .about-content .section-responsibility .responsibility-detail .responsibility-item-active .responsibility-item-icon {
    opacity: 1;
  }
  .page-about-us .about-content .section-history {
    padding: 0;
  }
  .page-about-us .about-content .section-history .section-history-head {
    width: 100%;
    height: 120px;
    padding-top: 16px;
  }
  .page-about-us .about-content .section-history .history-time-line {
    padding: 0;
  }
  .page-about-us .about-content .section-history .history-time-line .history-time-item {
    width: 40px;
    font-weight: normal;
    font-size: 12px;
    padding-bottom: 4px;
  }
  .page-about-us .about-content .section-history .history-time-line .history-time-item::after {
    width: 4px;
    height: 4px;
    bottom: -8px;
  }
  .page-about-us .about-content .section-history .history-steps {
    margin-top: 16px;
  }
  .page-about-us .about-content .section-honor {
    padding: 24px 16px;
  }
  .page-about-us .about-content .section-honor .honor-list-item,
  .page-about-us .about-content .section-honor .certificate-list-item {
    width: 48% !important;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
    height: 120px;
  }
  .page-about-us .about-content .section-honor .honor-list-item {
    height: 70px;
  }
  .page-about-us .about-content .section-honor .honor-list-item .honor-item-default {
    padding: 12px;
  }
  .page-about-us .about-content .section-honor .honor-list-item .honor-item-default::before,
  .page-about-us .about-content .section-honor .honor-list-item .honor-item-default::after {
    width: 10px;
    height: 30px;
  }
  .page-about-us .about-content .section-honor .honor-list-item .honor-item-hover {
    background-position: bottom center;
  }
  .page-about-us .about-content .section-honor .honor-swiper-container {
    margin-top: 16px;
    margin-bottom: 8px;
    width: 100%;
    padding-bottom: 24px;
  }
  .page-about-us .about-content .section-honor .honor-swiper-container .honor-list {
    width: 100%;
  }
  .page-about-us .about-content .section-honor .honor-swiper-container .swiper-pagination-bullets {
    display: block;
  }
  .page-about-us .about-content .section-honor .swiper-button-prev,
  .page-about-us .about-content .section-honor .swiper-button-next {
    display: none;
  }
  .page-about-us .about-content .section-honor .certificate-swiper-container {
    width: 100%;
    padding: 0;
  }
  .page-about-us .about-content .section-honor .certificate-swiper-container img {
    height: 100%;
    width: auto;
    margin-top: 0;
  }
  .page-about-us .about-content .section-work-environment {
    padding: 24px 16px;
  }
  .page-about-us .about-content .section-work-environment .environment-swiper-container {
    padding-top: 16px;
  }
  .page-about-us .about-content .section-work-environment .environment-list-item {
    width: 31% !important;
    margin: 0 1%;
    max-height: 90px;
  }
  .page-about-us .about-content .section-work-environment .environment-list-item img {
    height: 100%;
    width: auto;
  }
}

