.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer {
  background-color: #fafafa;
  padding-top: 25px;
}
.footer .footer_top {
  padding-top: 2.5%;
  padding-bottom: 2%;
}
.footer .lxff {
  width: 21.25%;
  border-right: 1px solid #e2e2e2;
  position: relative;
}
.footer .lxff h4 {
  font-size: 18px;
  font-weight: normal;
}
.footer .lxff .tel {
  font-size: 22px;
  margin-top: 7%;
}
.footer .lxff .mail {
  color: #878e9a;
  margin-top: 6.5%;
}
.footer .lxff .erweima {
  margin-top: 12%;
}
.footer .lxff .erweima li {
  width: 49%;
}
.footer .lxff .erweima li span {
  max-width: 120px;
  display: block;
  text-align: center;
}
.footer .lxff.yyzrk .erweima img{max-width: 120px;}
.footer .lxff.yyzrk .mail{margin-top: 11%;margin-bottom: 21%;}

.wxBimg {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    background: rgba(116, 126, 140, 0.27);
    z-index: 22;
}
.wxBimg i {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/kaiwu/icon_close.png) center no-repeat;
    cursor: pointer;
}

.footer .footnav {
  width: 72%;
}
.footer .footnav dt {
  font-size: 18px;
  margin-bottom: 16px;
}
.footer .footnav dd {
  line-height: 38px;
}
.footer .footnav dd a {
  color: #878e9a;
}
.footer .footnav dd a:hover {
  color: #333;
}
.footer .copyright {
  border-top: 1px solid #e2e2e2;
  padding: 0.8% 0;
  line-height: 22px;
  color: #878e9a;
}
.footer .copyright a{color: #878e9a;}
.footer .mart30{margin-top: 33px;}
.footer_t{border-bottom: 1px solid #e2e2e2;padding-bottom:15px;}
.footer_p{width: 24%;}
.footer_p2 p{font-size: 18px;}
.footer_p2 span{font-size: 14px;color: #808080;}
.qdhz{padding-bottom: 50px;}

@media (max-width: 1440px) and (min-width: 992px) {
  .footer .lxff {
    width: 24%;
  }
  .footer .lxff .erweima,
  .footer .lxff .tel {
    margin-top: 7%;
  }
  /* .footer .footnav {
    width: 40%;
  } */
}
@media (max-width: 991px) {
  .footer .lxff {
    border-right: none;
  }
  .footer .lxff .tel,
  .footer .lxff .mail,
  .footer .lxff .erweima {
    margin-top: 3%;
  }
  .footer .footnav {
    margin-top: 5%;
  }
  .footer .footnav dt {
    margin-bottom: 8%;
  }
  .footer .footnav dd {
    line-height: 26px;
  }
  .footer .copyright {
    padding: 3% 0;
    font-size: 12px;
  }
  .footer .lxff.yyzrk .mail{margin-top: 3%;margin-bottom:0%;}
.footer .lxff.yyzrk .erweima img{max-width:120px}
.footer_p{width: 50%;}
}
@media (max-width: 991px) {
	.footer .lxff{margin-bottom: 20px;}
}
@-webkit-keyframes scaleToggleOne {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(2);
    -webkit-transform: scale(2);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes scaleToggleOne {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(2);
    -webkit-transform: scale(2);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes scaleToggleTwo {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  20% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  60% {
    transform: scale(2);
    -webkit-transform: scale(2);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes scaleToggleTwo {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  20% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  60% {
    transform: scale(2);
    -webkit-transform: scale(2);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes scaleToggleThree {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  33% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  66% {
    transform: scale(2);
    -webkit-transform: scale(2);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes scaleToggleThree {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  33% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  66% {
    transform: scale(2);
    -webkit-transform: scale(2);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes turn {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.turn {
  -webkit-animation: turn 1s linear ;
          animation: turn 1s linear ;
}
.bay {
  position: fixed;
  width: 86px;
  height: 190px;
  top: 50%;
  margin-top: -90px;
  right: 30px;
  text-align: center;
  z-index: 999;
}
@media (max-width: 991px) {
  .bay {
    top: auto;
    bottom: 0;
    margin-top: 0;
    right: 0;
  }
}
.bay li {
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.bay li .img-box {
  position: relative;
  z-index: 48;
}
.bay li:hover .rd-notice-content {
  transform: translateX(-40px);
  opacity: 1;
  background-color: #1976d2;
}
.bay .rd-notice-content {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -20px;
  opacity: 0;
  min-height: 38px;
  z-index: 0;
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  white-space: nowrap;
  width: auto;
  text-align: center;
  color: #fff;
  border-radius: 15px 15px 0px 15px;
  box-shadow: 0px 0px 20px 0px rgba(30, 136, 229, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 13px 10px 16px;
  font-size: 12px;
}
.bay .rd-notice-content a {
  color: #fff;
}
.bay .animated-circles2 {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 50%;
  margin-left: -31px;
  z-index: 48;
  background: transparent;
}
.bay .animated-circles2 a {
  display: block;
  height: 100%;
}
.bay .animated-circles2:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #17a1ff, #17a1ff);
  position: absolute;
  right: 0px;
  top: 5px;
  z-index: 50;
}
.bay .animated-circles {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 9px;
}
.bay .animated-circles .circle {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.bay .animated-circles.animated .c-1,
.bay .animated-circles.animated .c-2,
.bay .animated-circles.animated .c-3 {
  opacity: 0.25;
  background-color: #1e88e5;
}
.bay .animated-circles.animated .c-1 {
  -webkit-animation: 2s scaleToggleOne cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: 2s scaleToggleOne cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.bay .animated-circles.animated .c-2 {
  -webkit-animation: 2.5s scaleToggleTwo cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: 2.5s scaleToggleTwo cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.bay .animated-circles.animated .c-3 {
  -webkit-animation: 3s scaleToggleThree cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: 3s scaleToggleThree cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.zAiBox {
  width: 800px;
  height: 600px;
  position: fixed;
  z-index: 99999;
  left: calc(50% - 400px);
  top: calc(50% - 300px);
  display: none;
}
.zCloseBtn {
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 20px;
  width: 18px;
  height: 18px;
  color: #fff;
  transform: scaleX(1.3);
}
.zAiBox iframe {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0px 6px 6px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .zAiBox {
    width: 96%;
    height: 620px;
    left: 2%;
    top: 50%;
    margin-top: -310px;
  }
}
