body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Source Han Sans", "Source Han Serif", sans-serif, "黑体", "宋体";
    background: url(./../images/bgdw.png) center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 12px;
    letter-spacing: 0;
    color: #333333;
position: relative;
}

    
.center .title {
        font-weight: 600 !important;
    }
.hl_nav {
    position: relative;
    color: #ffffff;
    height: 66px;
}

.navBox {
    background-image: url("../images/headbg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.navBox .header {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}


.header-right {
    /** 文本1 */
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 20.27px;
    color: rgba(102, 102, 102, 1);
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: end;
}

.header a {
    text-decoration: none;
    display: block;
    color: rgba(102, 102, 102, 1);
}


.header-set {
    display: flex;
    align-items: center;
}

.hl_nav a {
    display: block;
    text-decoration: none;
}


.hl_nav {
    margin: 0 auto;
    max-width: 1400px !important;
}

.hl_nav .nav_list {
    position: absolute;
    padding: 0;
    margin: 0px;
    list-style: none;
    width: 100%;
    color: #fff;
    line-height: 66px;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    user-select: none;
    display: flex;
    max-width: 1400px !important;
    justify-content: space-between;
}

.hl_nav .nav_list>li {
    padding: 0;
    margin: 0;
    margin: 0 0.5%;
    text-align: center;
    height: 66px;
}

.hl_nav .nav_head {
    height: 66px;
    line-height: 66px;
    /** 文本1 */
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
    vertical-align: top;
}

.hl_nav .nav_list>li>ul {
    position: absolute;
    top: 100%;
    /* 修改为 100% */
    left: 50%;
    transform: translateX(-50%);
    /* 添加 left: 0 */
    min-width: 156px;
    max-width: 200px;
    /* 修改为 100% */
    padding: 0;
    margin: 0;
    line-height: 40px;
    list-style: none;
    display: none;
    flex-direction: column;
    /* 添加 flex-direction: column */
    flex-wrap: wrap;
    /* 添加 flex-wrap: wrap */
}

/* 当鼠标悬停在父级<li>元素上时显示子菜单 */
/* .hl_nav .nav_list>li:hover>ul {
    display: flex;
} */

.hl_nav .nav_list>li {
    position: relative;
    /* background: rgba(145, 120, 67, 1); */
}

.hl_nav .nav_list>li.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 30%;
    /* 居中 */
    left: 35%;
    margin: 0 auto;
    height: 4px;
    background: rgba(168, 133, 86, 1);
}

/* .hl_nav .nav_list>li:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 30%;
    left: 35%;
    margin: 0 auto;
    height: 4px;
    background: rgba(255, 255, 255, 1);
} */

.linkli {
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(235, 235, 235, 1);
}

.linkli a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    vertical-align: top;
}

.foot {
    background: rgba(141, 0, 0, 1);
    margin-top: 20px;
    background: url(./../images/footbg.png);
    background-position: center;
}

.foot_content {
    height: 270px;
    display: flex;
}

.foot_content_left {
    flex: 1;
}

.foot_top {
    height: 75px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
    max-width: 1400px;
    margin: 0 auto;
    color: #fff;
}

.foot_top a {
    color: #fff;
}

.foot_bottom {
    height: 75px;
}

.nav_item_icon,
.nav_item_child {
    display: none;
}

.link {
    width: 28px;
    height: 28px;
    background: url(./../images/link.png) no-repeat;
    background-size: 100% 100%;
}

.foot_top_border {
    height: 1px;
    background: rgba(117, 0, 8, 1);
    max-width: 1600px;
    margin: 0 auto;
}

.foot_content_right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    color: #fff;
}

.foot_code {
    width: 151px;
    height: 151px;
    margin-bottom: 5px;
}

.foot_logo {
    margin-top: 29px;
    display: flex;

}

.foot_logo_image {
    margin-right: 8px;
    width: 79px;
    height: 79px;
    background: url(./../images/logo.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 50%;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2));
}

.foot_logo_content {
    color: #fff;
    flex: 1;
}

.foot_logo_content_title {
    font-size: 28px;
    font-family: cursive;
    letter-spacing: 6px;
    line-height: 42px;
}

.foot_logo_content_EN {
    font-size: 18px;
}

.foot_addres {
    font-size: 24px;
    display: flex;
    color: #fff;
    line-height: 34px;
    margin-top: 30px;
}

.foot_addres_left {
    width: 40%;
}

.foot_addres_right {
    flex: 1;
}

.foot_content_border {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
}

.foot_bottom {
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    font-size: 18px;
}

.foot_bottom_text {
    margin-right: 140px;
}

.foot_icon_hui,
.foot_icon_blue {
    width: 53px;
    height: 53px;
    margin: 0 15px;
}

.foot_icon_hui {
    background: url(./../images/hui.png) no-repeat;
    background-size: 100% 100%;
}

.foot_icon_blue {
    background: url(./../images/blue.png) no-repeat;
    background-size: 100% 100%;
}

.foot_logo_image_phone {
    display: none;
}

.foot_icon_flex {
    display: flex;
    align-items: center;
}

.tab {
    width: 100%;
    border-bottom: 0.56px dashed rgba(166, 166, 166, 1);
    display: flex;
    align-items: center;
    line-height: 30px;

    font-size: 18px;
    margin-bottom: 13px;
    margin-top: 9px;
    color: rgba(99, 99, 99, 1);
}

.tab span {
    width: 4px;
    height: 18px;
    background: rgba(159, 36, 44, 1);
    margin-right: 5px;
}

@media (orientation: portrait) {
    .header_seach {
        position: relative;
        margin-right: 0px !important;
        height: 3vh !important;
        display: flex;
        width: 35% !important;
        margin-top: 0px !important;
    }

    .navBox {
        display: none;

    }

    .header_seach input {
        padding: 0 10px !important;
    }

    .search-button {
        height: 5vw !important;
        width: 5vw !important;
        padding: 0px !important;
        right: 5px !important;
    }

    .search-button img {
        width: 100%;
        height: 100%
    }

    .mobile-nav {
        background-image: url(./../images/headbg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: block;
        z-index: 999999;
        height: 7.5vh;
        box-sizing: border-box;
        position: relative;
    }

    .mobile-nav-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

    .mobile-nav-top a {
        width: 48%;
        height: 50%;
        padding-top: 0.5rem;
        margin-right: 5%;
        box-sizing: border-box;
    }

    .mobile-nav .menu-toggle {
        background: none;
        border: none;
        font-size: 3vh;
        line-height: 3vh;
        cursor: pointer;
        color: #fff;
    }


    .banner {
        margin-top: 5rem;
        height: 480px;
        position: relative;
        overflow: hidden;
    }

    .pagination {
        justify-content: center !important;
      display:flex !important;
  
    }
  .paginator a {
     padding: 0 10px !important;
  height: 28px !important;
    line-height: 28px !important;
  }
    .banner-flex3 .banner-content-span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        padding: 0px;
        margin: 12px 0;
    }

    .banner-flex3 .banner-content-img {
        height: 15rem;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #BE0C18;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        z-index: 99;
    }

    .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto !important;
        display: flex !important;
        flex-direction: row;
        /* align-items: center; */
        gap: 1%;
        /* justify-content: center; */
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        z-index: 99;
        align-content: flex-start;
        flex-wrap: wrap;
        padding-top: 6vh;
        background: rgba(141, 0, 0, 1);
    }

    .menu-button {
        width: 100%;
        height: 40px;
        opacity: 1;
        border-radius: 2px;
        background: rgba(141, 0, 0, 1);
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 17.38px;
        color: #fff;
        margin: 0px;
        border: none;
        cursor: pointer;
    }

    .overlay.active,
    .mobile-menu.active {
        visibility: visible;
        opacity: 1;
    }

    body.no-scroll {
        overflow: hidden;
    }

    .mobile-bottom-spanS {
        position: relative;
        width: 100% !important;
        border-bottom: 0.01rem solid rgba(255, 255, 255, 0.6);
    }

    .nav_item_icon {
        position: absolute;
        display: block;
        width: 4.4vw;
        height: 4.4vw;
        right: 10px;
        z-index: 99;
        top: 10px;
        background: url(./../images/right.png) no-repeat;
        background-size: 100% 100%;
    }
}
  /* 1. 隐藏 JS 默认生成的空标签间距，确保容器高度一致 */
    .conac-wrapper {
        display: inline-block;
        vertical-align: middle;
    }
 #_ideConac {
    bottom: 10px;
    right: 30%;
  position: absolute;
  	
  }
    /* 2. 关键：强制控制官方 JS 生成的图片尺寸，还原为您的 53px * 53px */
    #_ideConac img {
        width: 53px !important;    /* 对应您 CSS 中的 .foot_icon_blue width */
        height: 53px !important;   /* 对应您 CSS 中的 .foot_icon_blue height */
        margin: 0 15px !important; /* 对应您 CSS 中的 margin: 0 15px */
        display: block;
        border: none;
        cursor: pointer;
    }

    /* 手机端自适应缩放（如果需要） */
    @media (orientation: portrait) {
   #_ideConac {
    bottom: 0px;
    right: 20%;
  position: absolute;
  	
  }
.foot_icon_hui {
  	margin:0px !important;
  }
        #_ideConac img {
            width: 30px !important;
            height: 30px !important;
            margin: 0 10px !important;
        }
    }