.page_about-us {
  color: #333;
}
.page_about-us .rows {
  padding: 0;
}
.page_about-us .banner {
  height: 640px;
  background: url("../imgs/about-us/banner1.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.page_about-us .banner .rows {
  color: #ffffff;
}
.page_about-us .banner .rows h2 {
  font-size: 60px;
  font-family: "MiSansDemibold";
  padding-top: 292px;
  -webkit-animation: goLeftFadeIn 1s 0s both;
          animation: goLeftFadeIn 1s 0s both;
}
.page_about-us .banner .rows p {
  font-family: "MiSansRegular";
  margin-top: 24px;
  font-size: 18px;
  -webkit-animation: goLeftFadeIn 1s 0.5s both;
          animation: goLeftFadeIn 1s 0.5s both;
}
.page_about-us .comm-tabs {
  position: relative;
}
.page_about-us .comm-tabs .tabs-anchor-point {
  position: absolute;
  top: -128px;
}
.page_about-us .comm-tabs .border-tit {
  border-bottom: 1px solid #efefef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  margin-top: 80px;
}
.page_about-us .comm-tabs .border-tit span {
  font-size: 40px;
  font-family: "MiSansDemibold";
  color: #333333;
  padding: 20px 5px;
  position: relative;
}
.page_about-us .comm-tabs .border-tit span::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #e3a11c;
  height: 2px;
}
.page_about-us .about-info {
  height: 660px;
  background: url("../imgs/about-us/about-info-bg1.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.page_about-us .about-info .tit {
  margin-top: 85px;
  border-bottom: 1px solid #efefef;
}
.page_about-us .about-info .tit .text {
  display: inline-block;
  font-family: "MiSansDemibold";
  font-size: 36px;
  color: #333333;
  padding-bottom: 20px;
  border-bottom: 2px solid #e3a11c;
}
.page_about-us .about-info .p1 {
  font-size: 16px;
  margin-top: 40px;
  font-family: "MiSansRegular";
}
.page_about-us .about-info .p2 {
  font-size: 16px;
  margin-top: 30px;
  font-family: "MiSansRegular";
}
.page_about-us .develop-path {
  height: 900px;
  background: url("../imgs/about-us/develop-path-bg.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.page_about-us .develop-path .tit {
  margin-top: 60px;
  border-bottom: 1px solid #efefef;
}
.page_about-us .develop-path .tit .text {
  display: inline-block;
  font-family: "MiSansDemibold";
  font-size: 36px;
  color: #333333;
  padding-bottom: 11px;
  border-bottom: 2px solid #e3a11c;
}
.page_about-us .develop-path .progress-box {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_about-us .develop-path .progress-box.animate .item1 {
  -webkit-animation: bottomTopFadeIn 1s 0s both;
          animation: bottomTopFadeIn 1s 0s both;
}
.page_about-us .develop-path .progress-box.animate .item2 {
  -webkit-animation: bottomTopFadeIn 1s 0.5s both;
          animation: bottomTopFadeIn 1s 0.5s both;
}
.page_about-us .develop-path .progress-box.animate .item3 {
  -webkit-animation: bottomTopFadeIn 1s 1s both;
          animation: bottomTopFadeIn 1s 1s both;
}
.page_about-us .develop-path .progress-box .item {
  opacity: 0;
  width: 350px;
  height: 300px;
  padding-left: 36px;
  border-left: 2px solid #e9c686;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_about-us .develop-path .progress-box .item.item1 {
  margin-top: 330px;
}
.page_about-us .develop-path .progress-box .item.item2 {
  margin-top: 150px;
}
.page_about-us .develop-path .progress-box .item::after {
  position: absolute;
  content: "";
  left: -14px;
  top: 0;
  width: 24px;
  height: 24px;
  background: #e9c686;
  border: 1px solid #e9c686;
  border-radius: 100%;
}
.page_about-us .develop-path .progress-box .item .p1 {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "MiSansMedium";
}
.page_about-us .develop-path .progress-box .item .p2 {
  font-size: 18px;
  margin-bottom: 32px;
  font-family: "MiSansDemibold";
}
.page_about-us .develop-path .progress-box .item .list {
  font-size: 14px;
  margin-left: 18px;
  font-family: "MiSansRegular";
}
.page_about-us .develop-path .progress-box .item .list li {
  margin-bottom: 10px;
  list-style-type: disc;
}
.page_about-us .core-technology {
  overflow: hidden;
}
.page_about-us .core-technology .tit {
  margin-top: 109px;
  margin-bottom: 80px;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.page_about-us .core-technology .tit .text {
  display: inline-block;
  font-family: "MiSansDemibold";
  font-size: 36px;
  padding-bottom: 11px;
  border-bottom: 2px solid #e3a11c;
}
.page_about-us .core-technology .sub-title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.page_about-us .core-technology .sub-title-box .item {
  width: 48.3%;
  overflow: hidden;
  text-align: center;
  font-size: 28px;
  font-family: "MiSansDemibold";
}
.page_about-us .core-technology .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_about-us .core-technology .list .item {
  width: 48.3%;
  overflow: hidden;
  margin-bottom: 60px;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
}
.page_about-us .core-technology .list .item .top {
  height: 164px;
  padding: 40px 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
.page_about-us .core-technology .list .item .top .p1 {
  font-family: "MiSansMedium";
  font-size: 20px;
  margin-bottom: 41px;
  position: relative;
}
.page_about-us .core-technology .list .item .top .p1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -21px;
  width: 60px;
  height: 2px;
  background-color: #e3a11c;
}
.page_about-us .core-technology .list .item .top .p2 {
  font-size: 14px;
  font-family: "MiSansRegular";
}
.page_about-us .core-technology .list .item .bottom {
  width: 100%;
  height: 400px;
}
.page_about-us .core-technology .list .item .bottom .img {
  display: block;
  margin: 0 auto;
  height: 100%;
}
.page_about-us .experience {
  height: 930px;
  background: url("../imgs/about-us/exp-bg.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.page_about-us .experience .tit {
  margin-top: 90px;
  margin-bottom: 60px;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.page_about-us .experience .tit .text {
  display: inline-block;
  font-family: "MiSansDemibold";
  font-size: 36px;
  padding-bottom: 11px;
  border-bottom: 2px solid #e3a11c;
}
.page_about-us .experience .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page_about-us .experience .list .item {
  width: 420px;
  color: #133576;
  margin-bottom: 63px;
}
.page_about-us .experience .list .item.left {
  margin-right: 120px;
}
.page_about-us .experience .list .item .top {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  color: #e3a11c;
}
.page_about-us .experience .list .item .top .num {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 75px;
  color: #e3a11c;
  position: relative;
}
.page_about-us .experience .list .item .top .suffix {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 36px;
  color: #e3a11c;
  position: relative;
  top: -17px;
}
.page_about-us .experience .list .item .top .label {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #e3a11c;
  margin-left: 16px;
  position: relative;
  top: -24px;
}
.page_about-us .experience .list .item .bottom {
  font-size: 22px;
  color: #333333;
  font-family: "MiSansRegular";
}
.page_about-us .honor {
  height: 900px;
  background: url("../imgs/about-us/honor-bg.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.page_about-us .honor .tit {
  margin-top: 90px;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.page_about-us .honor .tit .text {
  display: inline-block;
  font-family: "MiSansDemibold";
  font-size: 36px;
  padding-bottom: 11px;
  border-bottom: 2px solid #e3a11c;
}
.page_about-us .honor .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page_about-us .honor .inner .img {
  width: 731px;
  margin-right: 116px;
  margin-top: 60px;
}
.page_about-us .honor .inner .list {
  margin-top: 224px;
}
.page_about-us .honor .inner .list li {
  font-family: "MiSansRegular";
  margin-bottom: 20px;
  list-style-type: disc;
  font-size: 16px;
}
.page_about-us .honor .inner .list li .num {
  color: #e3a11c;
  font-size: 20px;
}
.page_about-us .join-us {
  height: 480px;
  overflow: hidden;
  background: #FBFBFB;
}
.page_about-us .join-us .rows {
  position: relative;
}
.page_about-us .join-us .rows::after {
  content: "";
  position: absolute;
  right: 0;
  top: 18px;
  width: 76px;
  height: 9px;
  background: #e3a11c;
}
.page_about-us .join-us .p1 {
  margin-top: 112px;
  font-family: "MiSansDemibold";
  font-size: 60px;
}
.page_about-us .join-us .p2 {
  margin-top: 20px;
  font-family: "MiSansMedium";
  font-size: 28px;
}
.page_about-us .join-us .p3 {
  margin-top: 59px;
  width: 240px;
}
.page_about-us .join-us .p3 .comm-btn {
  width: 240px;
  height: 60px;
  line-height: 60px;
  background: transparent;
  border: 1px solid #e3a11c;
  color: #e3a11c;
  font-size: 20px;
  font-family: "MiSansRegular";
}
.page_about-us .join-us .recruit {
  position: absolute;
  top: 214px;
  right: 0;
}
.page_about-us .join-us .recruit a {
  display: inline-block;
  margin-left: 32px;
  width: 72px;
  height: 72px;
}
.page_about-us .join-us .recruit a img {
  width: 100%;
  height: 100%;
}
.page_about-us .culture {
  height: 680px;
  background: url("../imgs/about-us/culture-bg.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.page_about-us .culture .row-culture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.page_about-us .culture .row-culture .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all ease 2s;
  -o-transition: all ease 2s;
  transition: all ease 2s;
  position: relative;
}
.page_about-us .culture .row-culture .item:hover {
  background-color: rgba(0, 0, 0, 0.45);
}
.page_about-us .culture .row-culture .item .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.page_about-us .culture .row-culture .item.animate .item-inner {
  -webkit-animation: bottomTop 1s 0s both;
          animation: bottomTop 1s 0s both;
}
.page_about-us .culture .row-culture .item.animate .item-inner .p2 {
  -webkit-animation: bottomTopFadeIn 0.6s 0.3s both;
          animation: bottomTopFadeIn 0.6s 0.3s both;
}
.page_about-us .culture .row-culture .item.animate .item-inner .p3 {
  -webkit-animation: bottomTopFadeIn 0.4s 0.5s both;
          animation: bottomTopFadeIn 0.4s 0.5s both;
}
.page_about-us .culture .row-culture .item.reverse-animate .item-inner {
  -webkit-animation: topBottom 1s 0s both;
          animation: topBottom 1s 0s both;
}
.page_about-us .culture .row-culture .item .p1 {
  font-family: "MiSansDemibold";
  font-size: 40px;
  color: #ffffff;
}
.page_about-us .culture .row-culture .item .p2 {
  opacity: 0;
  margin-top: 27px;
  width: 84px;
  height: 6px;
  background: #e3a11c;
}
.page_about-us .culture .row-culture .item .p3 {
  margin-top: 40px;
  opacity: 0;
  width: 272px;
  height: 44px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  font-family: "MiSansRegular";
}
@-webkit-keyframes bottomTopFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes bottomTopFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bottomTop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@keyframes bottomTop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@-webkit-keyframes topBottom {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes topBottom {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bottomTopFadeInSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes bottomTopFadeInSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}
