@media screen and (max-width: 500px) {
  /* 移除动画transform，避免移动端fixed菜单被裁剪 */
  hearder.animate {
    transform: none !important;
    will-change: auto !important;
    animation: none !important;
    opacity: 1;
  }

  .hearder-main {
    width: 100%;
    height: 51px;
    padding: 10px 10px 15px 10px;
    background-color: #C13432;
    position: relative;

  }

  .hearder-center {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .hearder-nav-center {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .hearder-logo {
    width: 88%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hearder-logo img {
    width: 100%;
    height: 100%;
  }

  .hearder-search {
    position: absolute;
    left: 0;
    top: 51px;
    background: #ffffff;
    padding: 12px 12px;
    width: 100%;
    z-index: 888;
    display: flex;
    align-items: center;
  }

  .hearder-search-input {
    background: #F5F0F0;
    border-radius: 4px;
    height: 35px;
    width: calc(100% - 25px);
    border: none;
    outline: none;
    padding: 0 50px 0 18px;
    color: #333333;
    font-size: 14px;
    margin-right: 10px;
  }

  .hearder-search-input::placeholder {}

  .hearder-search-btn {
    display: none;
  }

  .hearder-search-red-btn {
    width: 19px;
    height: 19px;
    position: absolute;
    right: 61px;
    top: 19px;
  }


  .hamburger-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    gap: 5px;
  }

  .hamburger-btn span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
  }

  .hamburger-btn.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .hamburger-btn.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger-btn.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .menuShow {
    display: none;
    width: 25px;
    height: 21px;
  }

  .menuClose {
    display: none;
    width: 25px;
    height: 21px;
  }

  .phone-search-menu-btn {
    display: flex;
    justify-content: space-between;
  }

  .hearder-nav-main {
    display: none;
    position: fixed;
    top: 51px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #C13432;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .hearder-nav-main.active {
    display: flex;
  }

  .hearder-nav-item {
    position: relative;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .hearder-nav-item>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 88%;
    height: 54px;
    padding: 0 20px;
    font-size: 17px;
    color: #FFFFFF;
    box-sizing: border-box;
  }

  .hearder-nav-item>a:hover {
    color: #FFFFFF;
  }

  .hearder-nav-item.has-submenu>a::after {
    content: '+';
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
  }

  .hearder-nav-item.has-submenu.active>a::after {
    content: '−';
  }

  .hearder-nav-item .sub-menu {
    position: static;
    display: none;
    background: rgba(0, 0, 0, 0.08);
    padding: 0;
    margin: 0;
    box-shadow: none;
    min-width: auto;
  }

  .hearder-nav-item.has-submenu.active .sub-menu {
    display: block;
  }

  .sub-menu-item {
    width: 100%;
  }

  .sub-menu-item>a {
    display: flex;
    align-items: center;
    height: 46px;
    padding: 0 20px 0 40px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    border-bottom: none;
  }

  .sub-menu-item>a::before {
    content: '-';
    margin-right: 6px;
    color: rgba(255, 255, 255, 0.7);
  }

  .sub-menu-item.has-submenu>a::after {
    content: none;
  }

  .sub-menu-item.has-submenu.active>a::after {
    content: none;
  }

  .sub-menu-item.has-submenu .sub-menu {
    display: none;
    background: rgba(0, 0, 0, 0.12);
  }

  .sub-menu-item.has-submenu.active .sub-menu {
    display: block;
  }

  .sub-menu-item.has-submenu .sub-menu .sub-menu-item>a {
    padding-left: 60px;
    font-size: 14px;
  }

  .hearder-nav-item-children {
    display: none;
  }

  .home-banner-main {
    margin-top: 59px;
    width: 100%;
    background: url('../image/banner-bg.png') no-repeat;
    background-size: 100% 100%;
  }

  .index-banner {
    width: 309px;
    height: 117px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
  }

  .index-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  .index-banner .hy-dot {
    bottom: 8px;
  }

  .index-banner .hy-dot i {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.4);
  }

  .index-banner .hy-dot i.active {
    background: #C83834;
  }

  .index-banner .hy-prev i,
  .index-banner .hy-next i {
    display: none;
  }

  .index-banner .hy-prev {
    width: 22px;
    height: 22px;
    border-radius: 0;
    left: 10px;
    background: url('../image/banner-right.png') no-repeat;
    background-size: 100% 100%;
  }

  .index-banner .hy-next {
    width: 22px;
    height: 22px;
    border-radius: 0;
    right: 10px;
    background: url('../image/banner-right.png') no-repeat;
    background-size: 100% 100%;
  }

  .full-width {
    width: 100%;
  }


  .temp-model-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .temp-model-title-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 25px;
    width: 113px;
    background: url('../image/title-bg.png') no-repeat;
    background-size: 100% 100%;
    padding-left: 7px;
  }

  .video-left-main .temp-model-title-left-img {
    width: 17px;
    height: 15px;
    margin-right: 7px;
    filter: brightness(0) invert(1);
  }

  .cgjj-right-main .temp-model-title-left-img {
    width: 14px;
    height: 14px;
    margin-right: 7px;
    filter: brightness(0) invert(1);
  }

  .sbs-left-main .temp-model-title-left-img {
    width: 14px;
    height: 14px;
    margin-right: 7px;
    filter: brightness(0) invert(1);
  }

  .cgbg-right-main .temp-model-title-left-img {
    width: 13px;
    height: 15px;
    margin-right: 7px;
    filter: brightness(0) invert(1);
  }

  .zccl-contenr-main .temp-model-title-left-img {
    width: 13px;
    height: 15.5px;
    margin-right: 7px;
    filter: brightness(0) invert(1);
  }

  .temp-model-title-left-text {
    font-size: 15px;
    color: #FFFFFF;
  }

  .temp-model-title-left-more {
    margin-left: auto;
  }

  .temp-model-title-left-more>a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #E7A661;
    display: flex;
    align-items: center;
  }

  .temp-model-title-left-more>a>img {
    width: 13px;
    height: 13px;
    margin-right: 5px;
  }

  .temp-model-title-right {
    position: relative;
  }

  .video-cgjj-main {
    width: 100%;
    padding: 26px 13px 0px 13px;
  }

  .video-left-main {
    width: 100%;
  }

  .video-label-content {
    margin-top: 14px;
    width: 100%;
    height: 201px;
    background: url('../image/video-bg.png') no-repeat;
    background-size: 100% 100%;
    padding: 7px 10px;
  }

  .video-label-content>video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .cgjj-right-main {
    width: 100%;
    margin-top: 25px;
  }

  .cgjj-content {
    margin-top: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    background: url('../image/desc-bg-phone.png') no-repeat;
    background-size: 100% 100%;
    padding: 30px 15px 26px;
  }

  .e-bg {
    background: url('../image/tzgg-bg-phone.png') no-repeat;
    background-size: 100% 100%;
  }

  .sbs-cgbg-main {
    width: 100%;
    padding: 24px 13px 0px 13px;
  }

  .sbs-left-main {
    width: 100%;

  }

  .sbs-content-main {
    margin: 16px 0 32px 0;
    width: 100%;
    /* 子元素每行两个 */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;

  }

  .sbs-content-item {
    background: #fff;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 5px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 8px;
  }

  .sbs-item-inner {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #FFC4C3;
    display: flex;
    align-items: center;
  }

  .sbs-item-inner img {
    width: 28px;
    height: 26px;
    margin: 0 8px 0 0;
    flex-shrink: 0;
  }

  .sbs-content-item:hover .sbs-item-inner {
    background: #C13432;
    color: #FFFFFF;
  }

  .cgbg-right-main {
    width: 100%;
  }

  .cgbg-content-main {
    width: 100%;
    /* 子元素每行1个 */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* 上下10px */
    grid-gap: 10px;
    margin-top: 17px;
    margin-bottom: 32px;
  }

  .zccl-content-item {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../image/zccl-item-bg-phone.png') no-repeat, #fff;
    background-size: 100% 100%;
    padding: 0 13px;
    transition: all 0.3s;
  }

  .zccl-item-icon {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    flex-shrink: 0;
  }

  .zccl-item-icon-active {
    display: none;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    flex-shrink: 0;
  }

  .zccl-content-item span {
    font-weight: 400;
    font-size: 14px;
    color: #C13432;
  }

  .zccl-content-item:hover {
    background: #C13432;
  }

  .zccl-content-item:hover span {
    color: #FFFFFF;
  }

  .zccl-content-item:hover .zccl-item-icon {
    display: none;
  }

  .zccl-content-item:hover .zccl-item-icon-active {
    display: block;
  }

  .you-jiantou {
    width: 4px;
    height: 6px;
    margin-left: auto;
  }

  .zccl-contenr-main {
    padding: 20px 13px 30px 13px;
    width: 100%;
  }

  .zccl-content-list {
    margin-top: 26px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .zccl-content-list a {
    color: #FFFFFF;
    font-size: 14px;
  }

  .cgbg-content-item {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
  }

  .cgbg-left-bar {
    width: 6px;
    height: 100%;
    background: #C13432;
    flex-shrink: 0;
  }

  .cgbg-dot {
    width: 4px;
    height: 4px;
    background: #C13432;
    margin-left: 12px;
    flex-shrink: 0;
    border-radius: 50%;
  }

  .cgbg-content-item p {
    margin-left: 8px;
    flex: 1;
    min-width: 0;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
  }

  .cgbg-arrow {
    width: 6px;
    height: 8px;
    background: #C13432;
    margin-right: 12px;
    flex-shrink: 0;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }

  .cgbg-content-item:hover {
    background: #C13432;
  }

  .cgbg-content-item:hover .cgbg-dot {
    background: #FFFFFF;
  }

  .cgbg-content-item:hover p {
    color: #FFFFFF;
  }

  .cgbg-content-item:hover .cgbg-arrow {
    background: #FFFFFF;
  }




  .footer-main {
    width: 100%;
    background: #C13432;
    height: 106px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
   line-height: 20px;
  }

  .footer-main > div {
    width: 100%;
    text-align: center;
  }

  .footer-item {
    display: block;
  }

  .footer-separator {
    display: none;
  }



  /* 子界面当前位置 */
  .loaction-address {
    height: 40px;
    background: #F6F6F6;
    width: 100%;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin-top: 17px;
  }

  .location-img {
    width: 10px;
    height: 11px;
    margin-right: 11px;
  }

  .page-content {
    width: 100%;
    padding: 20px 12px 0 12px;
    margin-top: 39px;
  }

  .page-content-left {
    width: 100%;
  }

  .page-content-right {
    width: 100%;
  }

  /* 子界面菜单相关 */
  .page-content-menu {
    width: 100%;
  }

  .page-content-title {
    width: 100%;
    height: 51px;
    background: #C13432;
    font-family: Microsoft YaHei;
    font-size: 17px;
    color: #FFFFFF;
    color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
  }

  .phone-pageMenuShow {
    display: show;
  }

  .pageMenuShow {
    width: 20px;
    height: 20px;
  }

  .pageMenuClose {
    display: none;
    width: 20px;
    height: 20px;
  }

  .page-content-menu-prent-main {
    width: 100%;
    padding: 0 12px 0 12px;
    display: none;
  }

  .page-content-menu-prent {
    width: 100%;
    border-bottom: 1px solid #E6E6E6;

  }

  .page-content-menu-prent-name {
    width: 100%;
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #333333;
    height: 45px;
    display: flex;
    align-items: center;
  }

  .page-content-menu-prent-name>a {
    color: #333333;
  }

  .page-content-menu-prent-children {
    display: flex;
    flex-wrap: wrap;
  }

  .page-content-menu-prent-children>div {
    margin-right: 15px;
    height: 25px;
    margin-bottom: 10px;

  }

  .page-content-menu-prent-children>div>a {
    color: #808080;
    font-size: 14px;

  }

  .activeChildren>a {
    color: #C13432 !important;
    border-bottom: 1px solid #C13432;
  }


  .paging-main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 38px;
    margin-bottom: 15px;
  }

  .paging-main .Previous,
  .paging-main .Next {
    cursor: pointer;
    margin-right: 10px;
    width: 60px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 2.5px;
    border: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #555555;
  }

  .paging-main .num {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 2.5px;
    border: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #555555;
    margin-right: 10px;
    cursor: pointer;
  }

  .paging-main .active {
    background: #C13432;
    color: #fff;
  }

  /* 子界面列表 */
  .page-content-right-list {
    width: 100%;
    margin-top: 28px;
  }

  .page-content-right-list-item {
    padding: 18px 0;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #EBEBEB;
  }

  .page-content-right-list-item-text {
    font-family: Microsoft YaHei;
    font-size: 18px;
    color: #333333;
    width: 100%;
    display: -webkit-box;
    /* 使用弹性盒模型 */
    -webkit-box-orient: vertical;
    /* 设置子元素的排列方式 */
    -webkit-line-clamp: 2;
    /* 限制显示行数为2行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出部分显示为省略号 */
  }

  .page-content-right-list-item:hover {
    background: #C13432;
    padding-left: 12px;
    padding-right: 12px;
  }

  .page-content-right-list-item:hover .page-content-right-list-item-time,
  .page-content-right-list-item:hover .page-content-right-list-item-text {
    color: #FFFFFF;
  }

  .page-content-right-list-item-img {
    width: 4px;
    height: 4px;
    margin-right: 11px;
  }


  .page-content-right-list-item-time {
    display: none;
  }

  /* 文章分页器 */
  .article-paging {
    margin-bottom: 50px;
  }

  .article-paging .change-text:not(:last-child) {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 13px;
  }

  .change-text {
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #666666;
    margin-bottom: 13px;

  }

  .change-text img {
    width: 13px;
    height: 13px;
  }

  .change-text:hover {
    cursor: pointer;
    color: #C13432;
    text-decoration-line: underline;
  }

  /* 文章的css */
  .article-main {
    width: 100%;
  }

  .article-title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin: 26px 0 28px 0;
  }

  .article-tips {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #8C8C8C;
    text-align: center;
    margin: 29px 0 27px 0;
  }

  .article-content {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    padding-bottom: 48px;
  }


}