.footer_block2 {
  padding: 40px 0;
  background-color: #2e758a;
}
.footer_block2 .footer {
  line-height: 1.5;
}
.footer_block2 .footer .footer_lf {
  width: auto;
  max-width: 600px;
}
.footer_block2 .footer .footer_lf .footer_logo {
  max-width: 430px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer_block2 .footer .footer_rt {
  width: 330px;
  line-height: 1.5;
}
.footer_block2 .footer .footer_rt span {
  display: block;
  padding: 5px 0;
}
@media screen and (max-width:767px) {
  .footer_block2 {
    padding: 20px 0;
  }
  .footer_block2 .footer_logo {
    text-align: center;
    margin: 0 auto;
  }
  .footer_block2 .footer_rt {
    padding-top: 10px;
    text-align: center;
  }
}
.bayWindow1 {
  padding: 10px 10px 0 0;
  left: 20px;
  visibility: hidden;
  position: fixed;
  z-index: 100;
  top: 20px;
}
.bayWindow1 .con {
  display: block;
}
.bayWindow1 .close {
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 50%;
  background: #fff;
  padding: 2px;
  text-decoration: none;
  color: #999;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:996px) {
  .bayWindow1 {
    display: block;
  }
}
