/* 关于我们模块样式 */
.about-us-section {
  margin: 97px 0 110px;
}

.about-us-section .about-container .title {
  font-size: 36px;
  font-weight: 400;
  color: #000000;
}

.about-us-section .about-container .en-title {
  font-size: 22px;
  font-weight: 400;
  color: #595959;
  margin-bottom: 20px;
}

.about-us-section .about-container .underline {
  width: 30px;
  height: 6px;
  background-color: #2f63ff;
  margin-bottom: 40px;
}

.about-us-section .about-container .brief {
  font-size: 20px;
  font-weight: 400;
  color: #595959;
  line-height: 1.8;
}

.about-us-section .about-container img {
  max-width: 60%;
  float: right;
}

.about-us-section .stats-container {
  margin: 60px 0;
  text-align: center;
}

.about-us-section .stats-container .num {
  font-size: 68px;
  font-weight: bold;
  color: #2f63ff;
  margin-bottom: 5px;
}

.about-us-section .stats-container .label {
  font-size: 25px;
  font-weight: 400;
  color: #727272;
}

.about-us-section .feature-container .feature-item {
  display: flex;
  padding: 0 30px;
}

.about-us-section .feature-container .feature-item .icon img {
  width: 51px;
  height: 51px;
}

.about-us-section .feature-container .feature-item .content {
  margin-left: 16px;
}

.about-us-section .feature-container .feature-item .content h3 {
  font-size: 21px;
  font-weight: 400;
  color: #333333;
  margin: 20px 0;
}

.about-us-section .feature-container .feature-item .content p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
}

/* 资质荣誉 */
.honor-section {
  padding: 100px 0;
  background-color: #F9FCFE;
}

.honor-section .section-title {
  margin-bottom: 60px;
}

.honor-section .swiper-container {
  position: relative;
}

.honor-section .swiper-container .swiper-wrapper {
  border-radius: 20px;
}

.honor-section .swiper-container .swiper-wrapper .swiper-slide {
  width: 425px;
  cursor: pointer;
}

.honor-section .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.honor-section .swiper-container .swiper-wrapper .swiper-slide img::-webkit-scrollbar-track-piece {
  display: none;
}

.honor-section .swiper-container .swiper-wrapper .swiper-slide::-webkit-scrollbar-track-piece {
  display: none;
}

/* 团队风采及合作品牌 */
.team-partner-section .slogan-container {
  position: relative;
  min-height: 448px;
  text-align: center;
  padding-top: 95px;
}

.team-partner-section .slogan-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/about/team/slogan_bg.png');
  background-size: cover;
  z-index: -1;
}

.team-partner-section .slogan-container .section-title {
  margin-bottom: 64px;
  color: #ffffff;
}

.team-partner-section .slogan-container .subtitle {
  font-size: 28px;
  font-weight: 400;
  color: #EFEFEF;
  margin-bottom: 40px;
}

.team-partner-section .slogan-container .subtitle-en {
  font-size: 16px;
  font-weight: 400;
  color: #EFEFEF;
}

.team-partner-section .team-partner-container {
  background-color: #ecf5ff;
  padding-top: 100px;
  padding-bottom: 35px;
}

.team-partner-section .team-container {
  height: 800px;
}

.team-partner-section .team-swiper-container {
  width: 100%;
  height: 100%;
}

.team-partner-section .team-swiper-container .swiper-slide {
  width: 488px;
  /*height: calc((100% - 153px) / 2);*/
  height: 324px;
}

.team-partner-section .team-swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}

.team-partner-section .team-swiper-container .swiper-pagination-bullets {
  bottom: 50px;
}

.team-partner-section .team-swiper-container .swiper-pagination-bullet {
  width: 42px;
  height: 6px;
  background-color: #dae3ed;
  border-radius: 3px;
  opacity: unset;
}

.team-partner-section .team-swiper-container .swiper-pagination-bullet-active {
  background-color: #2f63ff;
}

.team-partner-section .partner-container .partner-swiper {
  width: 100%;
  height: 98px;
  overflow: hidden;
}

.team-partner-section .partner-container .partner-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.team-partner-section .partner-container .partner-swiper.reverse {
  direction: rtl;
}

.team-partner-section .partner-container .partner-item {
  width: 173px;
  height: 72px;
  background: #fbfdff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-partner-section .partner-container .partner-item img {
  max-width: 80%;
  max-height: 60%;
}

/* 联系我们模块样式 */
.contact-section {
  background-image: url('../images/qdhz/contact/bg.jpg');
  background-size: cover;
  background-position: center;
  min-height: 1025px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.contact-section .row {
  width: 100%;
}

.contact-form-container {
  background-color: #ffffff;
  border-radius: 12px;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  padding: 90px 66px 100px;
}

.contact-form-container h3 {
  font-size: 30px;
  font-weight: bold;
  color: #373D4C;
}

.contact-form-container p {
  margin-bottom: 54px;
  color: #373D4C;
}

.contact-form-container .input-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.contact-form-container .input-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}

.contact-form-container .input-icon img {
  width: 14px;
  height: 15px;
}

.contact-form-container .form-control {
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 12px 12px 12px 48px;
  font-size: 16px;
  margin-bottom: 30px;
}

.contact-form-container .form-control::placeholder {
  color: #9BA1B1 !important;
  opacity: 1;
}

.contact-form-container .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #E7E8ED;
}

.contact-form-container .btn {
  background-color: #2F63FF;
  height: 50px;
  color: white;
  border: none;
  padding: 12px;
  font-size: 20px;
  border-radius: 10px;
  cursor: pointer;
}

.contact-form-container .btn:hover {
  background-color: #1a4dcd;
}