@media (min-width: 768px) {
}
@media (max-width: 768px) {
  /* 端样式显隐控制 */
  .only-mobile {
    display: block;
  }
  .only-desktop {
    display: none;
  }
  .main {
    width: 100%;
    overflow: hidden;
  }
  .header {
    margin: auto;
    width: 100%;
    height: 5.63rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.94rem;
    box-sizing: border-box;
  }
  .header-logo {
    display: none;
  }
  .phone_logo {
    display: block;
  }
  .phone_more {
    display: block !important;
  }
  .phone_contact_number {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1.13rem;
    color: #16181a;
  }
  .phone_contact_number p {
    margin: 0 1.88rem 0 0.44rem;
  }
  .phone_menu_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.font_size_40 {
  font-size: 2.5rem;
  color: #434343;
  font-weight: bold;
}
.border_parent {
  padding: 5rem 0;
}
.small_title {
  font-size: 1.13rem;
  color: #4d4d4d;
  margin: 30px 0;
}
.banner {
  background: url(/static/img/cp/hujiaozhongxin/banner.png);
}
.banner_msg {
  width: 87.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.xiaoxi_5g {
  font-size: 3.75rem;
  font-weight: 500;
  color: #5489f4;
  text-align: left;
}
.msg {
  color: #2b2f33;
  font-size: 1.38rem;
  font-weight: 500;
  text-align: left;
  margin: 2.31rem 0 4.94rem;
}
.banner_btn {
  font-size: 1.19rem;
  width: 9.75rem;
  height: 3.19rem;
  border-radius: 38px 38px 38px 38px;
}
.yycj_content_box {
  width: 87.5rem;
  background: #edf5ff;
  border: 3px solid #ffffff;
  border-radius: 1.25rem;
  margin: 0 auto;
  padding: 4.38rem 7.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.yycj_content {
  width: 33.94rem;
  background: #fff;
  border-radius: 10px 10px 10px 10px;
  height: 9.19rem;
  display: flex;
  align-items: center;
}
.bottom40 {
  margin-bottom: 2.5rem;
}
.cpys_box {
  margin: 2.5rem auto;
}
.cpys_content {
  width: 87.5rem;
  height: 25rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.content {
  width: 37.5rem;
}
.cpys_title {
  font-weight: 500;
  font-size: 1.88rem;
  color: #333333;
  text-align: left;
  margin-bottom: 0.88rem;
}
.cpys_msg {
  color: #7a7a7a;
  text-align: left;
}
.cpys_msg li {
  line-height: 36px;
}
.grid-container {
  width: 87.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  box-sizing: border-box;
  margin: 0 auto;
}
.grid-item {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-content {
  width: 100%;
  height: 12.5rem;

  background-color: #edf6ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.item-content:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.item-content-title {
  font-size: 1.13rem;
  color: #434343;
  margin: 1.25rem 0 0.5rem;
}
.item-content-msg {
  font-size: 1rem;
  color: #7a7a7a;
}
.sdfwbz_bg {
  background: url(/static/img/cp/hujiaozhongxin/sdfwbz_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 5rem;
}
.sdfwbz {
  width: 87.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sdfwbz_box {
  width: 27.5rem;
  background-color: #fff;
  padding: 1.25rem;
  margin-top: -3px;
}
.sdfwbz_title {
  font-size: 1.38rem;
  color: #434343;
  margin-bottom: 1.06rem;
}
.sdfwbz_msg {
  color: #7a7a7a;
  line-height: 21px;
  text-align: left;
}
.guochanhua {
  width: 87.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.gchtd_box {
  width: 27.5rem;
  height: 6.25rem;
  background: #edf6ff;
  padding: 1.88rem;
  margin-top: -3px;
  color: #434343;
  font-size: 1.13rem;
}
.news_display {
  display: block;
}
@media (max-width: 768px) {
  .banner {
    background: url(/static/img/cp/hujiaozhongxin/banner_phone.png);
  }
  .banner_msg {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .xiaoxi_5g {
    font-size: 24px;
    font-weight: 600;
    color: #5489f4;
    text-align: center;
    margin: 40px 0 28px;
  }
  .msg {
    width: 330px;
    color: #2b2f33;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
  }
  .banner_btn {
    font-size: 1.19rem;
    width: 9.75rem;
    height: 3.19rem;
    border-radius: 38px 38px 38px 38px;
    margin-top: 20px;
  }
  .border_parent {
    padding: 1.88rem 0;
  }
  .font_size_40 {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
  }
  .small_title {
    width: 320px;
    font-size: 14px;
    color: #4d4d4d;
    margin: 15px auto;
  }
  .cpys_content {
    width: 100%;
    background: transparent;
    border-radius: 10px 10px 10px 10px;
    height: auto;
    display: block;
    padding: 20px;
  }
  .cpys_content img {
    width: 325px;
    margin: 0 auto;
  }
  .content {
    width: 100%;
  }
  .cpys_phone_box {
    height: 385px;
    overflow: hidden;
    transition: all 2s ease;
  }
  .cpys_phone_box2 {
    height: 1665px;
    overflow: hidden;
    transition: all 2s ease;
  }
  .cpys_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
  .cpys_title {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    text-align: left;
    margin-bottom: 12px;
    margin-top: 12px;
  }
  .cpys_msg {
    color: #666666;
    text-align: left;
    font-size: 14px;
    margin-left: 16px;
  }
  .cpys_msg li {
    line-height: 26px;
  }
  .grid-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px;
    height: 350px;
    overflow: hidden;
    transition: all 2s ease;
  }
  .grid-container2 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px;
    height: 1420px;
    overflow: hidden;
    transition: all 2s ease;
  }
  .grid-item {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .item-content {
    width: 100%;
    height: 166px;

    background-color: #edf6ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 15px;
  }
  .item-content img {
    width: 40px;
    height: 40px;
  }
  .item-content:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
  }
  .item-content-title {
    font-size: 1.13rem;
    color: #434343;
    margin: 1.25rem 0 0.5rem;
  }
  .item-content-msg {
    font-size: 1rem;
    color: #7a7a7a;
  }
  .sdfwbz {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    display: flex;
    flex-direction: column;
  }
  .sdfwbz img {
    width: 345px;
  }
  .sdfwbz_box {
    width: auto;
    background-color: #fff;
    padding: 1.25rem;
    margin-top: -3px;
  }
  .sdfwbz_title {
    font-weight: 500;
    font-size: 16px;
    color: #434343;
    margin-bottom: 1.06rem;
  }
  .sdfwbz_msg {
    color: #7a7a7a;
    text-align: center;
    font-size: 14px;
  }
  .sdfwbz_phone_box:not(:last-child) {
    margin-bottom: 15px;
  }
  .guochanhua {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 310px;
    overflow: hidden;
    transition: all 2s ease;
  }
  .guochanhua2 {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 950px;
    overflow: hidden;
    transition: all 2s ease;
  }
  .guochanhua_phone {
    width: 100%;
  }
  .guochanhua_phone:not(:last-child) {
    margin-bottom: 15px;
  }
  .guochanhua_phone img {
    width: 100%;
  }
  .gchtd_box {
    width: 100%;
    height: 6.25rem;
    background: #edf6ff;
    padding: 1.88rem;
    margin-top: -3px;
    color: #434343;
    font-size: 1.13rem;
    box-sizing: border-box;
  }
  .news_display {
    display: none;
  }
}
