.banner {
  margin: 0;
  padding: 0;
  border-right: none;
  border-left: none;
  position: relative;
}
.banner .images {
  width: 100%;
  padding-top: 82px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.banner .images .container {
  height: 100%;
}
.banner .images .container h1 {
  font-size: 42px;
  font-weight: bold;
  color: #FFFFFF;
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translateY(-50%);
}
section.form {
  background-color: #f4f9ff;
  padding: 117px 0 118px;
}
section.form strong.title {
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  color: #333333;
}
section.form p.title {
  margin-top: 24px;
  font-size: 28px;
  font-family: 'SourceHanSans', '黑体', '宋体';
  font-weight: bold;
  color: #333333;
  line-height: 48px;
}
section.form div.remark {
  margin-top: 82px;
  font-size: 20px;
  font-family: 'SourceHanSans', '黑体', '宋体';
  font-weight: 400;
  color: #333333;
}
section.form div.remark p {
  position: relative;
  padding-left: 30px;
  line-height: 48px;
}
section.form div.remark p::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #40C7FF;
}
section.form .form-card {
  width: 426px;
  height: 703px;
  margin-top: -170px;
  background-image: url("../../assets/images/contact_bg01.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 8px;
  padding: 50px 59px 70px 59px;
}
section.form .form-card .card-title {
  font-size: 24px;
  font-family: 'SourceHanSans', '黑体', '宋体';
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24px;
  text-align: center;
}
section.form .form-card .form-horizontal {
  margin-top: 49px;
}
section.form .form-card .form-horizontal .control-label {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  padding-top: 0;
  padding-right: 0;
}
section.form .form-card .form-horizontal .form-group .col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}
section.form .form-card .form-horizontal .form-control {
  background: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
section.form .form-card .form-horizontal .form-group {
  margin-bottom: 36px;
}
section.form .form-card button {
  display: block;
  padding: 10px 40px 10px;
  background: #fea305;
  border-radius: 8px;
  color: #ffffff;
  margin: 0 auto;
  border: none;
}
@media (max-width: 768px) {
  a.digitalTransformation_active:before,
  ul a.digitalTransformation_active:before {
    display: none;
  }
  .banner .images h1 {
    font-size: 34px !important;
  }
  section.form div.remark p {
    line-height: 30px;
  }
  section.form {
    padding-top: 100px;
  }
  section.form .form-card {
    width: 100%;
    margin-top: 20px;
    padding-left: 10%;
    padding-right: 10%;
  }
  section.form .form-card .form-horizontal {
    padding: 0 10px;
  }
  section.form .form-card .form-horizontal .control-label {
    font-size: 18px;
  }
  section.form .form-card button {
    width: 100%;
  }
  section.form .form-card .card-title {
    font-size: 22px;
  }
  section.form strong.title {
    padding-bottom: 0;
    font-size: 28px;
    line-height: 34px;
  }
  section.form p.remark {
    font-size: 18px;
    line-height: 24px;
  }
}
