body {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
}
@media screen and (min-width: 750px) {
  .banner {
    width: 100%;
    min-width: 1200px;
  }
  .banner img {
    width: 100%;
    height: 5.5rem;
  }
  .main__box {
    width: 100%;
    background-color: #fff;
  }
  .main {
    width: 1200px;
    margin: 0 auto;
    padding-top: 76px;
  }
  .main .title {
    font-size: 33px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #348acd;
    position: relative;
  }
  .main .title::after {
    content: ' ';
    display: block;
    position: absolute;
    top: -0.475rem;
    left: 0;
    width: 0.9375rem;
    height: 4px;
    background: #348acd;
  }
  .main .map {
    width: 100%;
    height: 6.25rem;
    margin-top: 0.525rem;
  }
  .main .info {
    margin-top: 0.7rem;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    padding: 0.275rem 0.35rem;
    margin-bottom: 1.1rem;
    display:flex;
  }
  .main .info img{
    padding-right: 0.3rem;
    height: 235px;
  }
  .main .info__title {
    margin-bottom: 0.375rem;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #348acd;
  }
  .main .info__text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
  }
  .main .info__text:not(:first-child) {
    margin-top: 0.2rem;
  }
  .main .info__text i {
    margin-right: 0.275rem;
    color: #348acd;
  }
  .footer__box {
    width: 100%;
    background-color: #323442;
  }
  .footer {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .footer .foot {
    width: 100%;
    height: 300px;
    background-color: #323442;
    padding-top: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .footer .foot .logo {
    width: 280px;
    margin-bottom: 47px;
  }
  .footer .foot .menu {
    margin-bottom: 19px;
    color: #c1c2c6;
    display: flex;
    align-items: center;
  }
  .footer .foot .menu__item {
    display: flex;
    border: 1px solid #adadb3;
  }
  .footer .foot .menu__item:not(:first-child) {
    margin-left: 18px;
  }
  .footer .foot .menu__item__icon {
    padding: 14px;
    border-right: 1px solid #adadb3;
  }
  .footer .foot .menu__item__icon i {
    font-size: 16px;
    color: #fff;
  }
  .footer .foot .menu__item__text {
    padding: 14px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }
  .footer .foot p {
    margin-bottom: 13px;
    color: #a6a7ae;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
  }
  .footer .foot span {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    color: #c0c1c5;
  }
  .lianxiren_block {
    display: flex;
  }
  .lianxiren_block .lianxiren_block_dt {
    width: 5rem;
  }
  .lianxiren_block .lianxiren_block_title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #348acd;
    font-weight: bolder;
  }
}
@media screen and (max-width: 750px) {
  .banner {
    width: 100%;
  }
  .banner img {
    width: 100%;
    height: 4rem;
  }
  .main__box {
    width: 100%;
    background-color: #fff;
  }
  .main {
    width: 100%;
    padding: 0.2rem;
  }
  .main .title {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #348acd;
    position: relative;
  }
  .main .title::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    width: 1.7rem;
    height: 4px;
    background: #348acd;
  }
  .main .map {
    width: 100%;
    height: 6.25rem;
    margin-top: 0.525rem;
  }
  .main .info {
    margin-top: 0.3rem;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
    padding: 0.275rem 0.35rem;
    margin-bottom: 0.5rem;
  }
  .main .info img{
    padding-bottom: 0.3rem;
    height: 5rem;
    min-width: 100%;
  }
  .main .info__title {
    margin-bottom: 0.375rem;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #348acd;
  }
  .main .info__text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
  }
  .main .info__text:not(:first-child) {
    margin-top: 0.2rem;
  }
  .main .info__text i {
    margin-right: 0.275rem;
    color: #348acd;
  }
  .lianxiren_block {
    /*display: flex;*/
  }
  .lianxiren_block .lianxiren_block_dt {
    width: 100%;
    padding-bottom: 0.4rem;
  }
  .lianxiren_block .lianxiren_block_title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #348acd;
    font-weight: bolder;
  }
}
@keyframes animate {
  from {
    height: 0px;
    top: 400px;
  }
  to {
    height: 100%;
    top: 0px;
  }
}
