.banner {
  position: relative;
  height: 0;
  padding-top: 18.75%;
  background-image: url(../images/contact-banner.jpg?t=1);
  background-position: center;
  background-size: 100% 100%;
}
.banner .cnt-grid {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
}
.banner .banner-inner {
  position: relative;
}
.banner .banner-title-en {
  color: rgba(1, 89, 163, 0.05);
  position: absolute;
  font-size: 32px;
  font-weight: 900;
  white-space: nowrap;
  top: -48px;
}
.banner .banner-title {
  font-size: 32px;
  color: var(--theme);
  font-weight: 700;
  margin-bottom: 10px;
}
.banner .banner-tip {
  font-size: 16px;
  color: var(--theme);
  line-height: 28px;
}
.wrapper {
  background: #fff;
}
.container {
  padding-bottom: 0;
}
.contact-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--theme);
  margin-bottom: 20px;
  text-align: center;
  padding-top: 20px;
}
.contact-tip {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.tip-list {
  display: flex;
  margin-bottom: 40px;
  padding: 0 80px;
}
.tip-list .item {
  flex: 1;
  margin-right: 40px;
  border-radius: 10px;
  background: rgba(1, 89, 163, 0.05);
  padding: 20px;
  text-align: center;
  color: var(--theme);
}
.tip-list .item:last-child {
  margin-right: 0;
}
.tip-list .item .item-title {
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.tip-list .item .item-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #fa6425;
}
.tip-list .item .item-tip {
  font-size: 16px;
}
.form-tip {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 40px;
}
.form-tip a {
  color: var(--theme);
}
.form-tip a:hover {
  color: var(--themeHover);
}
.form-wrap {
  display: flex;
  padding-left: 120px;
  padding-bottom: 80px;
}
.form-wrap .form-l .contact-item {
  width: 560px;
  min-height: 60px;
  margin-bottom: 40px;
  display: flex;
}
.form-wrap .form-l .contact-item:last-child {
  margin-bottom: 0;
}
.form-wrap .form-l .contact-item .item-info {
  padding-top: 5px;
  font-size: 18px;
  line-height: 24px;
  color: var(--theme);
  margin-bottom: 5px;
  display: block;
}
.form-wrap .form-l .contact-item .item-icon {
  width: 60px;
  height: 60px;
  background-color: var(--theme);
  border-radius: 50%;
  background-size: 28px 28px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.form-wrap .form-l .contact-item .item-icon.icon-tel {
  background-image: url(../images/icon-tel.svg);
}
.form-wrap .form-l .contact-item .item-icon.icon-mail {
  background-image: url(../images/icon-mail.svg);
}
.form-wrap .form-l .contact-item .item-icon.icon-addr {
  background-image: url(../images/icon-addr.svg);
}
.form-wrap .form-r .form-item {
  margin-bottom: 20px;
  width: 560px;
}
.form-wrap .form-r .input-text,
.form-wrap .form-r .input-textarea {
  border: 1px solid var(--theme);
  border-radius: 5px;
  width: 100%;
  padding: 10px;
}
.form-wrap .form-r .input-text:hover,
.form-wrap .form-r .input-textarea:hover,
.form-wrap .form-r .input-text:focus,
.form-wrap .form-r .input-textarea:focus {
  border-color: var(--themeHover);
}
.form-wrap .form-r .input-text::placeholder,
.form-wrap .form-r .input-textarea::placeholder {
  color: #999;
}
.form-wrap .form-r .select {
  position: relative;
}
.form-wrap .form-r .select input {
  cursor: pointer;
}
.form-wrap .form-r .select .icon-down {
  position: absolute;
  right: 10px;
  top: 9px;
  font-size: 24px;
  line-height: 24px;
  color: var(--theme);
}
.form-wrap .form-r .input-wrap {
  display: flex;
}
.form-wrap .form-r .input-wrap .input-text {
  flex: 1;
  margin-right: 10px;
}
.form-wrap .form-r .input-wrap .input-text:last-child {
  margin-right: 0;
}
.form-wrap .form-r .input-textarea {
  height: 120px;
  resize: none;
}
.form-wrap .form-r .form-btn {
  margin-top: 20px;
}
.service-wrap {
  background: #FAFBFC;
  padding: 60px 80px;
}
.service-wrap .service-title-en {
  color: rgba(1, 89, 163, 0.05);
  font-size: 36px;
  font-weight: 900;
  text-align: center;
}
.service-wrap .service-title-cn {
  font-size: 32px;
  color: var(--theme);
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.service-wrap .service-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto -40px auto;
}
.service-wrap .service-list .service-item {
  width: calc(33.33% - 26.667px);
  margin-right: 40px;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 40px;
}
.service-wrap .service-list .service-item:nth-child(3n) {
  margin-right: 0;
}
.service-wrap .service-list .service-item .item-title {
  font-size: 18px;
  line-height: 32px;
  color: var(--theme);
  margin-bottom: 20px;
  padding-left: 47px;
  font-weight: 700;
  position: relative;
}
.service-wrap .service-list .service-item .item-title::before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100% 100%;
}
.service-wrap .service-list .service-item .item-title.icon-1::before {
  background-image: url(../images/service-icon-1.svg);
}
.service-wrap .service-list .service-item .item-title.icon-2::before {
  background-image: url(../images/service-icon-2.svg);
}
.service-wrap .service-list .service-item .item-title.icon-3::before {
  background-image: url(../images/service-icon-3.svg);
}
.service-wrap .service-list .service-item .item-title.icon-4::before {
  background-image: url(../images/service-icon-4.svg);
}
.service-wrap .service-list .service-item .item-title.icon-5::before {
  background-image: url(../images/service-icon-5.svg);
}
.service-wrap .service-list .service-item .item-title.icon-6::before {
  background-image: url(../images/service-icon-6.svg);
}
.service-wrap .service-list .service-item .item-cnt {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .wrapper .banner {
    padding-top: 33.333%;
    height: 0;
    background-size: cover;
    position: relative;
  }
  .wrapper .banner .cnt-grid {
    position: absolute;
    height: 100%;
    top: 0;
  }
  .wrapper .banner .cnt-grid .banner-title-en {
    display: none;
  }
  .wrapper .banner .cnt-grid .banner-title {
    font-size: 18px;
    margin-bottom: 0;
  }
  .wrapper .banner .cnt-grid .banner-tip {
    font-size: 12px;
  }
  .wrapper .tab {
    margin-bottom: 0;
  }
  .wrapper .container {
    padding-bottom: 0;
  }
  .wrapper .contact-title {
    padding-top: 40px;
    font-size: 18px;
    text-align: left;
    margin-bottom: 15px;
  }
  .wrapper .contact-title .gap {
    font-size: 0;
    display: block;
  }
  .wrapper .contact-tip {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .wrapper .contact-tip .gap {
    font-size: 0;
    display: block;
  }
  .wrapper .tip-list {
    flex-wrap: wrap;
    margin-right: -10px;
    margin-bottom: 30px;
    padding: 0;
  }
  .wrapper .tip-list .item {
    flex: auto;
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .wrapper .tip-list .item .item-title {
    font-size: 18px;
  }
  .wrapper .tip-list .item .item-tip {
    font-size: 12px;
  }
  .wrapper .form-tip {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 15px;
  }
  .wrapper .form-tip a {
    display: block;
  }
  .wrapper .form-tip br {
    display: none;
  }
  .wrapper .form-wrap {
    display: block;
    padding-left: 0;
    padding-bottom: 40px;
  }
  .wrapper .form-wrap .form-l {
    margin-bottom: 30px;
  }
  .wrapper .form-wrap .form-l .contact-item {
    margin-bottom: 10px;
    align-items: center;
  }
  .wrapper .form-wrap .form-l .contact-item .item-icon {
    width: 44px;
    height: 44px;
    background-size: 20px 20px;
  }
  .wrapper .form-wrap .form-l .contact-item .item-info {
    font-size: 14px;
    padding-top: 0;
  }
  .wrapper .form-wrap .form-l .contact-item .item-tip {
    font-size: 12px;
  }
  .wrapper .form-wrap .form-r .form-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .wrapper .form-wrap .form-r .form-item .input-wrap {
    display: block;
    margin-bottom: -10px;
  }
  .wrapper .form-wrap .form-r .form-item .input-wrap input {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .wrapper .form-wrap .form-r .btn {
    width: 100%;
    text-align: center;
  }
  .wrapper .service-wrap {
    padding: 40px 20px;
  }
  .wrapper .service-wrap .service-title-en {
    display: none;
  }
  .wrapper .service-wrap .service-title-cn {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .wrapper .service-wrap .service-list {
    display: block;
    margin-bottom: 0;
  }
  .wrapper .service-wrap .service-list .service-item {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .wrapper .service-wrap .service-list .service-item:last-child {
    margin-bottom: 0;
  }
  .wrapper .service-wrap .service-list .service-item .item-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .wrapper .service-wrap .service-list .service-item .item-cnt {
    font-size: 14px;
  }
}
