@charset "UTF-8";
.banner-warp {
  height: 100%;
}

.banner-warp img {
  display: block;
  width: 100%;
  height: 460px;
}

.footer-warp {
  display: flex;
  box-sizing: border-box;
  padding-top: 40px;
  border-top: 1px solid #dedede;
  justify-content: space-between;
  width: 1200px;
  margin: 40px auto 229px;
}

.footer-warp .footer-contact {
  background: #fafafa;
  box-sizing: border-box;
  padding: 20px;
  width: 601px;
  height: 502px;
}

.footer-warp .footer-contact .contact-tex .contact-h {
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #333333;
  line-height: 33px;
}

.footer-warp .footer-contact .contact-tex .contact-address {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 22px;
}

.footer-warp .footer-contact .contact-tex .contact-address-en {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 20px;
  margin-bottom: 22px;
}

.footer-warp .footer-contact .contact-tex .relation-ul li {
  display: flex;
  align-items: center;
  height: 26px;
  margin-bottom: 16px;
  line-height: 26px;
}

.footer-warp .footer-contact .contact-tex .relation-ul .relation-phone {
  display: flex;
  align-items: center;
}

.footer-warp .footer-contact .contact-tex .relation-ul .relation-phone .phone-ico {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: no-repeat url(../images/phone.png);
}

.footer-warp .footer-contact .contact-tex .relation-ul .relation-phone .phone-content {
  line-height: 26px;
  height: 100%;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #333333;
  line-height: 22px;
  margin-left: 10px;
  margin-right: 14px;
}

.footer-warp .footer-contact .contact-tex .relation-ul .relation-phone .phone-tex {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #333333;
  line-height: 22px;
}

.footer-warp .footer-contact .contact-tex .relation-ul .relation-message {
  display: flex;
  align-items: center;
}

.footer-warp .footer-contact .contact-tex .relation-ul .relation-message .message-ico {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: no-repeat url(../images/ipnone2.png);
  background-size: cover;
}

.footer-warp .footer-contact .contact-tex .relation-ul .relation-message .message-content {
  margin-left: 10px;
  margin-right: 14px;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #333333;
  line-height: 22px;
}

.footer-warp .footer-contact .contact-tex .relation-ul .relation-message .message-tex {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #333333;
  margin-right: 8px;
  line-height: 22px;
}

.footer-warp .footer-contact .contact-tex .relation-ul .relation-message .Rqcode-small {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  background: no-repeat url(../images/scan_code.png);
  background-size: cover;
}

.footer-warp .footer-contact .contact-tex .relation-ul .relation-message .Rqcode-small:hover .Rqcode-big {
  display: block;
  z-index: 4;
}

.footer-warp .footer-contact .contact-tex .relation-ul .relation-message .Rqcode-big {
  display: none;
  position: absolute;
  top: 30px;
  left: -40px;
  width: 100px;
  height: 100px;
  background: no-repeat url(../images/whats_qr.png);
  background-size: cover;
}

.footer-warp .footer-contact .contact-tex .relation-ul .relation-weichat .weichat-ico {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: no-repeat url(../images/weixin.png);
  background-size: cover;
}

.footer-warp .footer-contact .contact-tex .relation-ul .relation-weichat .weichat-content {
  margin-left: 10px;
  margin-right: 14px;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #333333;
  line-height: 22px;
}

.footer-warp .footer-contact .contact-tex .relation-ul .relation-weichat .weichat-tex {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #333333;
  margin-right: 8px;
  line-height: 22px;
}

.footer-warp .footer-contact .contact-tex .relation-ul .relation-weichat .Rqcode-small {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  background: no-repeat url(../images/scan_code.png);
  background-size: cover;
}

.footer-warp .footer-contact .contact-tex .relation-ul .relation-weichat .Rqcode-small:hover .Rqcode-big {
  display: block;
  z-index: 4;
}

.footer-warp .footer-contact .contact-tex .relation-ul .relation-weichat .Rqcode-big {
  position: absolute;
  top: 30px;
  left: -40px;
  width: 100px;
  height: 100px;
  display: none;
  background: no-repeat url(../images/weixin_qr_tengyun.png);
  background-size: cover;
}

.footer-warp .footer-contact .contact-map .map-a .map-img {
  display: block;
  width: 560px;
  height: 213px;
}

.footer-warp .footer-form {
  width: 560px;
  height: 504px;
}

.footer-warp .footer-form input {
  margin-bottom: 22px;
}

.footer-warp .footer-form .form-firstName {
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  line-height: 22px;
  width: 260px;
  height: 40px;
  padding-left: 10px;
  margin-right: 35px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}

.footer-warp .footer-form ::placeholder {
  color: #999999;
}

.footer-warp .footer-form .form-lastName {
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  padding-left: 10px;
  margin-right: 0;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #999999;
  text-align: left;
  line-height: 22px;
  width: 259px;
  height: 40px;
  opacity: 1;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}

.footer-warp .footer-form .form-mail-box {
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  width: 259px;
  height: 40px;
  padding-left: 10px;
  margin-right: 35px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}

.footer-warp .footer-form .form-phone {
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  padding-left: 10px;
  margin-right: 0;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  line-height: 22px;
  width: 260px;
  height: 40px;
  opacity: 1;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}

.footer-warp .footer-form .form-address {
  box-sizing: border-box;
  padding-left: 10px;
  width: 560px;
  height: 40px;
  color: #999999;
  opacity: 1;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}

.footer-warp .footer-form .form-theme {
  box-sizing: border-box;
  padding-left: 10px;
  width: 560px;
  height: 40px;
  color: #999999;
  opacity: 1;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}

.footer-warp .footer-form .form-textarea {
  resize: none;
  padding-top: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  width: 560px;
  height: 176px;
  color: #999999;
  opacity: 1;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  line-height: 22px;
}

.footer-warp .footer-form .submit-box {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}

.footer-warp .footer-form .submit-box .auth-code {
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  /*display: none;*/
  height: 40px;
  width: 124px;
  margin-left: 10px;
  box-sizing: border-box;
  text-align: center;
}

.footer-warp .footer-form .submit-box .auth-code-img {
  display: none;
  height: 40px;
  margin-left: 10px;
  box-sizing: border-box;
  width: 120px;
}

.footer-warp .footer-form .submit-box .form-submit {
  cursor: pointer;
  box-sizing: border-box;
  width: 262px;
  margin: 0 auto;
  height: 40px;
  color: #ffffff;
  opacity: 1;
  border: 0;
  background: #FE7305;
  border-radius: 4px;
}
