@charset "UTF-8";
.contact-wrap {
  padding: 45px 0;
  background: #e2f1ff;
}

.contact-wrap .contact-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px 54px 0 100px;
}

.contact-wrap .contact-con .contact-text h2 {
  min-height: 32px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
}

.contact-wrap .contact-con .contact-text p {
  font-size: 18px;
  line-height: 28px;
}

.contact-wrap .contact-con .contact-chat {
  text-align: center;
  max-width: 265px;
}

.contact-wrap .contact-con .contact-chat img {
  display: inline-block;
  width: 117px;
  height: 117px;
  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: #15519a;
}

.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;
  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.55);
  z-index: 999999;
  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: 80%;
  max-height: 80vh;
  object-fit: cover;
}

.zoom-wrap.swiper-container .swiper-slide {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zoom-wrap.swiper-container .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80vh;
  object-fit: cover;
}

.zoom-wrap.swiper-container .iconfont {
  position: fixed;
  left: 0;
  bottom: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 55px;
  line-height: normal;
  color: rgba(255, 255, 255, 0.61);
  cursor: pointer;
  transition: all .3s;
  z-index: 99999999;
}

.zoom-wrap.swiper-container .iconfont:hover {
  transform: scale(1.1);
}

.zoom-wrap.swiper-container .iconfont.icon-youjiantou-yuan {
  left: auto;
  right: 0;
}

.zoom-wrap.swiper-container .iconfont.my-button-disabled {
  color: rgba(255, 255, 255, 0.11);
  cursor: no-drop;
}

.zoom-single-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  transform: translateY(100%);
}

.zoom-single-wrap.active {
  transform: translateY(0);
}

.zoom-single-wrap img {
  max-width: 80%;
  max-height: 80vh;
  object-fit: cover;
}
