.hd-bottom .logo {
  width: 200px;
}

.hd-bottom .logo img {
  width: 200px;
  height: 50px;
  object-fit: contain;
  object-position: left center;
}

.yunu-footer .footer-icp a {
  color: inherit;
}

.banner .item .con {
  background-position: center;
  background-size: cover;
}

.ul-imgtxt01 li .pic img,
.ul-imgtxt02 li .pic img,
.m-imgtxt01 .item .pic img {
  object-fit: cover;
}

.m-tit01 h3,
.m-tit01 span {
  letter-spacing: 0;
}

.home-promo-strip {
  min-height: 165px;
  display: grid;
  grid-template-columns: 34% 43% 23%;
  align-items: center;
  color: #fff;
}

.home-promo-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
  padding-right: 34px;
}

.home-promo-tags span {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.88);
  font-size: 18px;
  text-align: center;
}

.home-promo-copy {
  padding: 0 32px;
  border-left: 1px solid rgba(255,255,255,.18);
  border-right: 1px solid rgba(255,255,255,.18);
  text-align: center;
}

.home-promo-copy h2 {
  margin: 0 0 10px;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.25;
}

.home-promo-copy p {
  max-height: 48px;
  margin: 0;
  overflow: hidden;
  color: rgba(255,255,255,.88);
  font-size: 16px;
  line-height: 24px;
}

.home-promo-hotline {
  padding-left: 34px;
}

.home-promo-hotline-title {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.home-promo-hotline-title img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.home-promo-hotline > a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 5px 12px;
  overflow-wrap: anywhere;
  color: #fff;
  background: #f0831e;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.home-exact-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 118px;
  color: #fff;
}

.home-exact-cta h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 28px;
}

.home-exact-cta p {
  margin: 0;
  color: rgba(255,255,255,.84);
}

.home-exact-cta a {
  flex: 0 0 auto;
  padding: 12px 24px;
  color: #fff;
  background: #f0831e;
}

@media only screen and (max-width: 959px) {
  .yunu-header .home-mobile-menu {
    position: absolute;
    top: 13px;
    right: 15px;
    z-index: 1000;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    color: #0d62be;
    background: transparent;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    transition: transform .3s ease, color .3s ease;
  }

  .yunu-header .home-mobile-menu.open {
    color: #fff;
    transform: rotate(90deg);
  }

  .yunu-header .home-mobile-menu.open::before {
    content: '\e617';
  }

  .hd-bottom .logo,
  .hd-bottom .logo img {
    width: 180px;
    height: 50px;
  }

  .home-exact-cta {
    min-height: 150px;
    gap: 20px;
  }

  .home-promo-strip {
    min-height: 0;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 28px 0;
  }

  .home-promo-copy {
    grid-column: 1 / -1;
    grid-row: 1;
    padding: 0 20px 22px;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.22);
  }

  .home-promo-copy h2 {
    font-size: 30px;
  }

  .home-promo-tags {
    padding-right: 0;
  }

  .home-promo-hotline {
    padding-left: 0;
  }

  body.open {
    overflow: hidden;
  }

  .yunu-nav::before {
    display: none;
  }

  body.open .yunu-nav::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 999;
    display: block;
    height: auto;
    background: #0d62be;
    visibility: visible;
  }

  .yunu-nav ul {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 262px;
    height: 280px;
    margin: auto;
    background: transparent;
  }

  .yunu-nav li {
    float: left;
    width: 69px;
    height: 69px;
    margin: 10px 7px;
    border: 2px solid #fff;
  }

  .yunu-nav li > a,
  .yunu-nav li > a.v1 {
    height: 65px;
    padding: 0;
    border: 0;
    color: #fff;
    background: none;
    font-size: 12px;
    line-height: 65px;
    text-align: center;
  }

  .yunu-nav li dl {
    display: none !important;
  }
}

@media only screen and (max-width: 640px) {
  body {
    padding-top: 60px;
  }

  .hd-bottom .logo {
    height: 60px;
    line-height: 60px;
  }

  .hd-bottom .logo img {
    height: 50px;
  }

  .yunu-header .home-mobile-menu {
    top: 18px;
  }

}

@media only screen and (max-width: 479px) {
  .home-promo-strip {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 0;
  }

  .home-promo-copy {
    grid-column: auto;
  }

  .home-promo-copy h2 {
    font-size: 25px;
  }

  .home-promo-copy p {
    max-height: 66px;
    font-size: 14px;
    line-height: 22px;
  }

  .home-promo-tags {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .home-promo-tags span {
    min-height: 44px;
    font-size: 15px;
  }

  .home-promo-hotline-title {
    justify-content: center;
  }

  .home-promo-hotline > a {
    width: min(100%, 300px);
    margin: 12px auto 0;
    font-size: 18px;
  }

  .home-exact-cta {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}
