@charset "UTF-8";
.contact-wrap {
  min-height: 320px;
  padding: 70px 0 40px;
  background: #e2f1ff;
  z-index: 9;
  position: relative;
}

.contact-wrap .contact-con {
  display: flex;
  height: 100%;
  padding: 0 80px 0 43px;
}

.contact-wrap .contact-con .contact-text {
  flex: 1;
  margin-left: 135px;
  padding-top: 5px;
}

.contact-wrap .contact-con .contact-text h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}

.contact-wrap .contact-con .contact-text p {
  font-size: 24px;
  line-height: 40px;
}

.contact-wrap .contact-con .contact-chat {
  text-align: center;
  max-width: 265px;
}

.contact-wrap .contact-con .contact-chat img {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
  transition: all .4s;
  border: 5px solid #fff;
}

.contact-wrap .contact-con .contact-chat img:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px 5px #c3d5f3;
}

.footer {
  color: #fff;
  background: #00509f;
}

.footer a {
  color: #fff;
  transition: all .4s;
}

.footer a:hover {
  transform: scale(1.03) translateY(-2px);
}

.footer .footer-top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  font-size: 20px;
  /*placeholder样式*/
}

.footer .footer-top .line {
  margin: 0 18px;
}

.footer .footer-top .layui-form-select {
  width: 270px;
  font-size: 18px;
}

.footer .footer-top .layui-input {
  border-radius: 5px;
  border: 2px solid #b5b5b5;
}

.footer .footer-top input::-webkit-input-placeholder {
  color: #333;
}

.footer .footer-top input:-moz-placeholder {
  color: #333;
}

.footer .footer-top input::-moz-placeholder {
  color: #333;
}

.footer .footer-top input:-ms-input-placeholder {
  color: #333;
}

.footer .footer-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  padding: 24px 0 30px;
  line-height: normal;
  text-align: center;
}

.footer .footer-text a {
  color: #fff;
  transition: all .4s;
}

.footer .footer-text a:hover {
  transform: scale(1.03) translateY(-2px);
}

.footer .footer-text .name {
  margin: 0 10px;
}

.footer .footer-text img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: sub;
}

.zoom-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  transform: translateY(100%);
}

.zoom-wrap.active {
  transform: translateY(0);
}

.zoom-wrap img {
  max-width: 90%;
}

.site-en .contact-wrap .contact-con .contact-text h2 {
  font-size: 32px;
}

.site-en .contact-wrap .contact-con .contact-text p {
  font-weight: 700;
}
