.aboutUs .banner {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.aboutUs .banner .pic {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
.aboutUs .banner .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 108px;
  z-index: 20;
}
.aboutUs .banner .content {
  width: 538px;
}
.aboutUs .banner .content .title {
  font-weight: 700;
  font-size: 42px;
  color: #203ae6;
  line-height: 56px;
}
.aboutUs .banner .content .desc {
  margin-top: 10px;
  font-weight: 300;
  font-size: 14px;
  color: rgba(40, 40, 45, 0.7);
  line-height: 24px;
  text-align: justify;
}
.aboutUs .banner .content .desc p {
  margin-bottom: 8px;
  white-space: pre-wrap;
}
.aboutUs .banner .content .desc p:last-child {
  margin-bottom: 0;
}
.aboutUs .sub-nav-section {
  position: sticky;
  top: 60px;
  background-color: #ffffff;
  z-index: 888;
}
.aboutUs .sub-nav-section .sub-nav-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.aboutUs .sub-nav-section .sub-nav-list::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(40, 40, 45, 0.3);
}
.aboutUs .sub-nav-section .sub-nav-item {
  margin-right: 90px;
  padding: 66px 0 20px;
  font-weight: 300;
  font-size: 18px;
  color: rgba(40, 40, 45, 0.5);
  line-height: 24px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.aboutUs .sub-nav-section .sub-nav-item:last-child {
  margin-right: 0;
}
.aboutUs .sub-nav-section .sub-nav-item::after {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #203ae6;
  z-index: 1;
}
.aboutUs .sub-nav-section .sub-nav-item.active {
  font-weight: 500;
  color: #203ae6;
}
.aboutUs .sub-nav-section .sub-nav-item.active::after {
  opacity: 1;
}
.aboutUs .mission-vision-section {
  padding: 64px 0 90px;
  background: #f5f5fa;
}
.aboutUs .mission-vision-section .mission-vision .content {
  margin-top: 64px;
}
.aboutUs .mission-vision-section .mission-vision-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.aboutUs .mission-vision-section .mission-vision-item {
  -webkit-flex: 0 0 588px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 588px;
  flex: 0 0 588px;
  height: 360px;
  min-width: 0;
  position: relative;
}
.aboutUs .mission-vision-section .mission-vision-item-pic {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.aboutUs .mission-vision-section .mission-vision-item-pic .img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.aboutUs .mission-vision-section .mission-vision-item-con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 32px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
.aboutUs .mission-vision-section .mission-vision-item-con .tag {
  display: inline-block;
  padding: 4px 10px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  font-weight: 300;
  font-size: 14px;
  color: rgba(40, 40, 45, 0.7);
  line-height: 19px;
}
.aboutUs .mission-vision-section .mission-vision-item-con .name {
  margin-top: 10px;
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  line-height: 37px;
}
.aboutUs .process-section {
  padding: 100px 0 130px;
  background: #fff;
}
.aboutUs .process-section .process .content {
  margin-top: 64px;
}
.aboutUs .process-section .process-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -82px;
}
.aboutUs .process-section .process-item {
  -webkit-flex: 0 0 300px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  padding-right: 15px;
  padding-bottom: 38px;
  position: relative;
  margin-bottom: 82px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.aboutUs .process-section .process-item .name {
  font-weight: 700;
  font-size: 28px;
  color: #203ae6;
  line-height: 37px;
}
.aboutUs .process-section .process-item .desc {
  margin-top: 12px;
  font-weight: 300;
  font-size: 14px;
  color: rgba(40, 40, 45, 0.5);
  line-height: 22px;
}
.aboutUs .process-section .process-item .desc p {
  white-space: pre-wrap;
}
.aboutUs .process-section .process-item::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -6px;
  width: 12px;
  height: 12px;
  background: #203ae6;
}
.aboutUs .process-section .process-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(40, 40, 45, 0.3);
}
.aboutUs .process-section .process-item.no-block::before {
  display: none;
}
.aboutUs .process-section .process-item:nth-child(4n-3)::after {
  left: -20px;
}
.aboutUs .qualifications-section {
  padding: 100px 0 111px;
  background: #203ae6;
}
.aboutUs .qualifications-section .qualifications .title {
  color: #ffffff;
}
.aboutUs .qualifications-section .qualifications .content {
  margin-top: 64px;
}
.aboutUs .qualifications-section .qualifications-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -56px;
}
.aboutUs .qualifications-section .qualifications-item {
  -webkit-flex: 0 0 180px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  position: relative;
  margin-right: 75px;
  margin-bottom: 56px;
}
.aboutUs .qualifications-section .qualifications-item:nth-child(5n) {
  margin-right: 0;
}
.aboutUs .qualifications-section .qualifications-item-pic {
  width: 100%;
  height: 180px;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}
.aboutUs .qualifications-section .qualifications-item-pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.aboutUs .qualifications-section .qualifications-item-con {
  /*padding: 16px 13px 0;*/
  padding: 16px 0 0;
}
.aboutUs .qualifications-section .qualifications-item-con .name {
  font-weight: 300;
  /*font-size: 14px;*/
  font-size: 13px;
  color: #ffffff;
  line-height: 19px;
  text-align: center;
  white-space: pre-wrap;
}
.aboutUs .contact-section {
  padding: 97px 0 120px;
  background: #f5f5fa;
}
.aboutUs .contact-section .contact .content {
  margin-top: 64px;
}
.aboutUs .contact-section .contact-type-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.aboutUs .contact-section .contact-type-item {
  margin-right: 15px;
  -webkit-flex: 0 0 390px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 390px;
  flex: 0 0 390px;
  height: 164px;
  padding: 36px 40px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.aboutUs .contact-section .contact-type-item:nth-child(3n) {
  margin-right: 0;
}
.aboutUs .contact-section .contact-type-item .icon {
  -webkit-flex: 0 0 48px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  height: 48px;
  background: #f2f2f2;
}
.aboutUs .contact-section .contact-type-item .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.aboutUs .contact-section .contact-type-item .con {
  margin-top: 11px;
  margin-left: 20px;
}
.aboutUs .contact-section .contact-type-item .con .label {
  font-weight: 700;
  font-size: 20px;
  color: #28282d;
  line-height: 27px;
}
.aboutUs .contact-section .contact-type-item .con .value {
  margin-top: 25px;
  font-weight: 300;
  font-size: 16px;
  color: #28282d;
  line-height: 21px;
}
.aboutUs .contact-section .contact-addr {
  margin-top: 16px;
  padding: 0 40px;
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
}
.aboutUs .contact-section .contact-addr-header {
  padding: 36px 0 18px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(40, 40, 45, 0.1);
}
.aboutUs .contact-section .contact-addr-header .icon {
  -webkit-flex: 0 0 48px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  height: 48px;
  background: #f2f2f2;
}
.aboutUs .contact-section .contact-addr-header .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.aboutUs .contact-section .contact-addr-header .name {
  margin-left: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #28282d;
  line-height: 27px;
}
.aboutUs .contact-section .contact-addr-con {
  padding: 32px 0 38px;
}
.aboutUs .contact-section .contact-addr-list {
  margin-bottom: -11px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.aboutUs .contact-section .contact-addr-item {
  margin-bottom: 11px;
  -webkit-flex: 0 0 302px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 302px;
  flex: 0 0 302px;
  margin-right: 107px;
}
.aboutUs .contact-section .contact-addr-item:nth-child(3n) {
  margin-right: 0;
}
.aboutUs .contact-section .contact-addr-item .addr-name {
  font-weight: 500;
  font-size: 18px;
  color: #28282d;
  line-height: 24px;
}
.aboutUs .contact-section .contact-addr-item .addr-detail {
  margin-top: 4px;
  min-height: 40px;
  font-weight: 300;
  font-size: 14px;
  color: rgba(40, 40, 45, 0.5);
  line-height: 19px;
  text-align: justify;
}
.aboutUs .form-section {
  padding: 64px 0 100px;
}
.aboutUs .form-section .form-header {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aboutUs .form-section .form-header .icon {
  -webkit-flex: 0 0 48px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  height: 48px;
  background: #f2f2f2;
}
.aboutUs .form-section .form-header .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.aboutUs .form-section .form-header .name {
  margin-left: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #28282d;
  line-height: 27px;
}
.aboutUs .form-section .form-content-wrapper {
  margin-top: 36px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.aboutUs .form-section .form-content {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.aboutUs .form-section .form-content .row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.aboutUs .form-section .form-content .row:last-child {
  margin-bottom: 0;
}
.aboutUs .form-section .form-content .col {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 16px;
}
.aboutUs .form-section .form-content .col:last-child {
  margin-right: 0;
}
.aboutUs .form-section .form-content textarea,
.aboutUs .form-section .form-content input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 11px 16px 10px;
  background: #F5F5FA;
  border-radius: 4px 4px 4px 4px;
  border: none;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.aboutUs .form-section .form-content textarea::-webkit-input-placeholder, .aboutUs .form-section .form-content input::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 14px;
  color: rgba(40, 40, 45, 0.3);
  line-height: 19px;
}
.aboutUs .form-section .form-content textarea:-moz-placeholder, .aboutUs .form-section .form-content input:-moz-placeholder {
  font-weight: 300;
  font-size: 14px;
  color: rgba(40, 40, 45, 0.3);
  line-height: 19px;
}
.aboutUs .form-section .form-content textarea::-moz-placeholder, .aboutUs .form-section .form-content input::-moz-placeholder {
  font-weight: 300;
  font-size: 14px;
  color: rgba(40, 40, 45, 0.3);
  line-height: 19px;
}
.aboutUs .form-section .form-content textarea:-ms-input-placeholder, .aboutUs .form-section .form-content input:-ms-input-placeholder {
  font-weight: 300;
  font-size: 14px;
  color: rgba(40, 40, 45, 0.3);
  line-height: 19px;
}
.aboutUs .form-section .form-content textarea::placeholder,
.aboutUs .form-section .form-content input::placeholder {
  font-weight: 300;
  font-size: 14px;
  color: rgba(40, 40, 45, 0.3);
  line-height: 19px;
}
.aboutUs .form-section .form-content textarea {
  height: 100px;
  resize: none;
}
.aboutUs .form-section .form-content .form-select {
  position: relative;
}
.aboutUs .form-section .form-content .form-select input {
  cursor: pointer;
  padding-right: 44px;
}
.aboutUs .form-section .form-content .form-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  border: solid rgba(40, 40, 45, 0.5);
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  -webkit-transform: translateY(-70%) rotate(45deg);
  -moz-transform: translateY(-70%) rotate(45deg);
  -ms-transform: translateY(-70%) rotate(45deg);
  -o-transform: translateY(-70%) rotate(45deg);
  transform: translateY(-70%) rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  z-index: 1;
}
.aboutUs .form-section .form-content .form-select.active::after {
  -webkit-transform: translateY(-10%) rotate(-135deg);
  -moz-transform: translateY(-10%) rotate(-135deg);
  -ms-transform: translateY(-10%) rotate(-135deg);
  -o-transform: translateY(-10%) rotate(-135deg);
  transform: translateY(-10%) rotate(-135deg);
}
.aboutUs .form-section .form-content .form-select .options-wrapper {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 44px;
  z-index: 2;
}
.aboutUs .form-section .form-content .form-select .options-wrapper .options {
  width: 100%;
  border-radius: 4px 4px 4px 4px;
  background: #F5F5FA;
  overflow: hidden;
}
.aboutUs .form-section .form-content .form-select .options-wrapper .option {
  padding: 9px 16px 8px;
  font-weight: 300;
  font-size: 14px;
  color: #28282d;
  line-height: 19px;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  cursor: pointer;
}
.aboutUs .form-section .form-content .form-select .options-wrapper .option:hover, .aboutUs .form-section .form-content .form-select .options-wrapper .option.active {
  background: rgba(40, 40, 45, 0.05);
}
.aboutUs .form-section .form-submit-btn {
  margin-left: 23px;
  min-width: 180px;
  height: 40px;
  background: #203ae6;
  border-radius: 8px 8px 8px 8px;
  padding: 10px 58px 9px;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  line-height: 21px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}