.banner-wrap {
  position: relative;
  height: calc(100vh - 5.3646vw);
}
.banner-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-wrap .mask {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.banner-wrap h2 {
  font-size: 40px;
  color: #003592;
}
.banner-wrap p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #003592;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .banner-wrap {
    height: 400px;
  }
  .banner-wrap > .mask {
    top: 20px;
    width: 90%;
  }
  .banner-wrap > .mask h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .banner-wrap > .mask p {
    font-size: 16px;
  }
}


.position-wrap {
  background: #fff;
}
.position-wrap .content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.position-wrap .content .col {
  padding: 1.5625vw 2.8125vw;
  position: relative;
}
.position-wrap .content .col:not(.col:nth-child(1), .col:nth-child(4)):after {
  content: "";
  width: 1px;
  height: 8.8542vw;
  position: absolute;
  top: 50%;
  left: 0;
  background: #efefef;
  transform: translateY(-50%);
}
.position-wrap .wrap:hover h3 {
  color: #1d42ab;
}
.position-wrap .content h3 {
  font-size: 21px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: 0 0 20px;
}
.position-wrap .content p {
  margin: 0 0 30px;
  line-height: 1.7;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.position-wrap .content .btext {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.position-wrap .content .btext span {
  color: #003592;
}
@media screen and (max-width: 640px) {
  .position-wrap small {
    font-size: 36px;
  }
  .position-wrap .row {
    margin: 0 15px;
  }
  .position-wrap .content {
    margin-top: 15px;
  }
  .position-wrap .content .col {
    padding: 20px 15px;
  }
  .position-wrap .content .col + .col {
    border-top: 1px solid #e6e6e6;
  }
  .position-wrap .content h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .position-wrap .content p {
    margin-bottom: 15px;
    text-align: left;
  }
  .position-wrap .content .btext {
    text-align: left;
  }
}





.connect-wrap {
  display: flex;
  margin-top: 60px;
}
.connect-wrap .map {
  width: 50%;
  /* height: 38.125vw; */
}
.connect-wrap .module-wrap {
  flex: 1;
  padding: unset;
}
.connect-wrap .module-wrap small {
  text-align: left;
  font-size: 92px;
  font-family: Impact;
  font-weight: 400;
  color: #003592;
  opacity: .1;
}
.connect-wrap .module-wrap h2 {
  text-align: left;
  margin: -45px 0 0;
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #003592;
}
.connect-wrap .module-wrap h3 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #003592;
  margin: 40px 0 20px;
}
.connect-wrap .module-wrap p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 1.6;
}
.connect-wrap .module-wrap .top {
  background: url(../assets/images/cbk.png) no-repeat center;
  background-size: cover;
  padding: 50px 60px 20px;
}
.connect-wrap .module-wrap .top small {
  font-size: 92px;
}
.connect-wrap .bottom form {
  max-width: 552px;
}
.input-wrap {
  height: 36px;
}
.textarea-wrap textarea {
  min-height: 70px;
}
.connect-wrap .module-wrap .bottom {
  background: #003592;
  padding: 0 60px 50px;
}
.connect-wrap .module-wrap .bottom small {
  font-size: 100px;
  color: #fff;
}
.connect-wrap .module-wrap .bottom h3 {
  font-size: 24px;
  color: #fff;
  margin: -40px 0 22px;
}
.connect-wrap .module-wrap .bottom .rw {
  display: flex;
}
.connect-wrap .module-wrap .bottom .input-wrap {
  flex: 1;
  background: #fff;
}
.connect-wrap .module-wrap .bottom .input-wrap + .input-wrap {
  margin-left: 15px;
}
.connect-wrap .module-wrap .bottom .textarea-wrap {
  margin-top: 15px;
  background: #fff;
}
.connect-wrap .module-wrap .bottom button {
  width: 164px;
  height: 36px;
  background: #003592;
  border: 1px solid #FFFFFF;
  margin: 15px auto 0;
  display: block;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
.connect-wrap .module-wrap .bottom button:hover {
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 640px) {
  .connect-wrap {
    flex-direction: column;
  }
  .connect-wrap .map {
    width: 100%;
    height: 240px;
  }
  .connect-wrap .module-wrap .top {
    padding: 30px 15px;
  }
  .connect-wrap .module-wrap small {
    font-size: 70px;
  }
  .connect-wrap .module-wrap h2 {
    font-size: 32px;
  }
  .connect-wrap .module-wrap .bottom .rw {
    display: block;
  }
  .connect-wrap .module-wrap .bottom .rw .input-wrap {
    margin: 0 0 15px;
  }
  .connect-wrap .module-wrap .bottom {
    padding: 30px 15px;
  }
  .connect-wrap .module-wrap .bottom h3 {
    margin: -20px 0 20px;
  }
  .connect-wrap .module-wrap .bottom small {
    font-size: 40px;
  }
}






.fnc-wrap .content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 70px;
}
.fnc-wrap .content .con {
  display: flex;
  justify-content: space-between;
  padding: 30px 30px 47px;
}
.fnc-wrap .content .row {
  display: flex;
  flex-wrap: wrap;
}
.fnc-wrap .content .col {
  padding: 10px;
}
.fnc-wrap .content .wrap {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #E6E6E6;
  height: 100%;
}
.fnc-wrap .content h3 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #4D4D4D;
  line-height: 64px;
  background: #E6E6E6;
  padding-left: 32px;
  margin: unset;
}
.fnc-wrap .content p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4D4D4D;
  margin: unset;
}
.fnc-wrap .content p + p {
  margin-top: 26px;
}
.fnc-wrap .content .desc {
  flex: 1;
}
.fnc-wrap .content .qrcode {
  width: 130px;
  height: 130px;
  border: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fnc-wrap .content .qrcode img {
  width: 95%;
  height: 95%;
  object-fit: contain;
}
@media screen and (max-width: 640px) {
  .fnc-wrap > small {
    font-size: 38px;
  }
  .fnc-wrap .content {
    padding: 15px 0 40px;
  }
  .fnc-wrap .content .row {
    margin: unset;
  }
  .fnc-wrap .content .desc p {
    line-height: 1.7;
  }
  .fnc-wrap .content .desc p + p {
    margin-top: 14px;
  }
}
