@charset "UTF-8";

body ifrme{user-select: none;}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: "微软雅黑";
}
image,
input,
button {
    outline: none;
    border: none;
    background: transparent;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
    border: none;
}

ul {
    list-style: none;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}


.px1300 {
    max-width: 1300px;
    margin: auto;
}
.pic{
    padding-top: 75%; 
    position: relative;
    overflow: hidden;
}
.pic img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.top{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 95px;
    background: #bd3831; /* (注：这段背景你之前可能已经改成了图片路径) */
    z-index: 9999;
    padding: 15px 0;
}
.top>div{
    max-width: 1498px;
    margin: auto;
    overflow: hidden;
}
.t-left{
    float: left;
    font-size: 0;
}
.t-left a{
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    vertical-align: middle;
}
.t-link,.t-tag{
    display: inline-block;
    vertical-align: middle;
   color: #fff;
}
.t-link a{
    padding-left: 23px;
    margin-left: 15px;
    color: #fff;
    background-position: left center;
    background-repeat: no-repeat;
}
.t-link a:first-child{
    margin-left: 0;
    background-image: url("../image/t-icon.png");
}
.t-link a:nth-child(2){
    background-image: url("../image/t-icon2.png");
}
.t-link a:nth-child(3){
    background-image: url("../image/t-icon3.png");
}
.t-tag i{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    margin-left: 15px;
    margin-right: 15px;
    vertical-align: middle;
}
.t-tag{
  margin-left: 30px;
}
.t-right{
    float: right;
}
.search{
    position: relative;
    margin-top: 9px;
}
.search input[type='text']{
    width: 256px;
    line-height: 30px;
    font-size: 14px;
    color:#ffdee3;
    padding-right: 31px;
    border-bottom: 1px solid #fff;
}
.search input[type='image']{
    position: absolute;
    top: 0;
    right: 0;
    width: 31px;
    height: 30px;
    padding: 7px 7px;
}
input::placeholder{
    color: #ffdee3;
}
input::-webkit-input-placeholder{
    color: #ffdee3;
}
input::-moz-placeholder{
    color: #ffdee3;
}
input::-ms-input-placeholder{
    color: #ffdee3;
}

.header{
    position: fixed;
    top: 95px;
    left: 0;
    right: 0;
    z-index: 9999;
    padding-top: 10px;
    transition: all .3s;
background: #fff;
    padding-bottom: 10px;
}
.header.on{
    background: #fff;
    box-shadow: 0 1px  10px rgba(0,0,0,.4) ;
}
.header>div{
    max-width: 1498px;
    margin: auto;
}
.logo{
    float: left;
    width:354px;
margin-right: 20px;
}
.logo a{
    display: block;
    overflow: hidden;
}
.logo img{
    display: block;
    width: 100%;
}
.nav{
    font-size: 0;
    width: 100%;
   text-align: center; /* 使导航内部内容水平居中 */
  margin: 0 auto; /* 若需要让 .nav 容器自身在父元素中居中（可选） */
  /* 可选：清除默认内外边距，避免影响居中效果 */
  padding: 0;
  margin: 0 auto;
}
.nav>ul>li{
    display: inline-block;
    width: 11.2%;
    position: relative;
}

.navbm>ul>li{
    display: inline-block;
    width: 9.2%;
    position: relative;
}


.nav>ul>li:first-child{
    width: 6%;
    margin-left: 4%;
}

.nav>ul>li>a{
    display: block;
    font-size: 20px;
    line-height: 45px;
    color: #333;
    text-align: center;
}
.header>div.navv .nav>ul>li>a{    font-size: 18px;}
.header>div.navv{margin-top:10px}
.nav>ul>li:after{
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 2px;
    background: #bd3831;
    transition: all .3s;
}
.nav>ul>li.on:after,.nav>ul>li.active:after{
    left: 10px;
    right: 10px;
}
.nav>ul>li.on>a,.nav>ul>li.active>a{
    color: #bd3831;
}
.header.on .nav>ul>li>a{
    color: #333333;
}
.nav>ul ul{
    position: absolute;
    left: -30%;
    right: 0;
    top: 100%;
width: 160%;
    padding: 10px 0;
    background: #bd3831;
    display: none;
    border-top: 2px solid rgba(0,0,0,0);
    background-clip: padding-box;
}
.nav>ul ul>li>a{
    
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    text-align: center;
}
.nav>ul ul>li:hover {
    background: #f6b22b;
}
.b-tag1{
    position: absolute;
    width: 183px;
    height: 183px;
    padding-top: 54px;
    background-image:url("../image/tag.png") ;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s;
}
.b-tag1 .pho{
    width: 51px;
    height: 39px;
    margin: auto;
    position: relative;
}
.b-tag1 .pho img{
    max-width: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.b-tag1 p{
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.b-tag1 a{
    display: block;
}
.tag-t {
    right: 26px;
    bottom: 212px;
}
.tag-m{
    right: 125px;
    bottom: 118px;
}
.tag-b{
    right: 26px;
    bottom: 19px;
}
.b-tag1:hover {
    background-image: url("../image/tag-on.png");
}

.footer{
    padding-top: 48px;
   padding-bottom: 56px;
    background: transparent !important;
}
.f-link{
    font-size: 0;
    padding: 0 30px;
}
.f-link>div{
    display: inline-block;
    position: relative;
    width: 17.9%;
    background: rgba(255, 255, 255, 0.3);
    margin-left: 2.625%;
}
.f-link>div:first-child{
    margin-left: 0;
}
.f-link>div>p{
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    position: relative;
    padding-left: 23px;
    padding-right: 45px;
}
.f-link>div>p>img{
    position: absolute;
    right: 26px;
    top: 50%;
    margin-top: -2.5px;
}
.f-link>div ul {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.73);
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    z-index: 999;
    max-height: 280px;
    overflow-y: auto;
}

.f-link>div ul li a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    line-height: 32px;
    color: #333;
}

.f-link>div ul li a:hover {
    background: #bd3831;
    color: #fff;
}

.f-link>div:hover ul {
    display: block;
}
.add{
    float: left;
    margin-left: 50px;
}
.add p{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
}
.add p:first-child{
    background-image: url("../image/add-1.png");
}
.add p:nth-child(2){
    background-image: url("../image/add-2.png");
}
.add p:nth-child(3){
    background-image: url("../image/add-3.png");
}
.add p:nth-child(4){
    background-image: url("../image/add-4.png");
}
.bq {
    float: right;
    font-size: 0;
    
}
.bq img{
    display: inline-block;
    vertical-align: middle;
    width:20px;
    height: 21px;
}
.bq>div{
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
.bq>div p{
   font-size: 14px;
    line-height: 30px;
    color: #fff;
}
.bq>div p span{
    display: inline-block;
    margin-left: 15px;
}
.f-box{
    margin-top: 46px;
    overflow: hidden;
}
.wap{
    display: none;
}
.menuBtn{
    width: 30px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 9;
    padding-top: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.menuBtn b {
    display: block;
    height: 3px;
    background-color: #bd3831;
    margin-bottom: 5px;
    border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open b{
    display:none;
    margin:0;
    position:absolute;
    left:0;top:50%;
    width:30px
}
.menuBtn.open b:first-child {
    display:block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg)
}
.menuBtn.open b:last-child{
    display:block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg)
}
body.open{
    overflow: hidden;
}
.tab{
    position: fixed;
    top: 50%;
    right: 0;
    width: 55px;
    padding: 10px 0;
    transform: translateY(-50%);
    background: #333333;
    display: none;
    z-index: 999;
}
.tab>div{
    padding:11px 0 15px;
    transition: all .3s;
    position: relative;
}
.tab>div p{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 0;
    font-size:0;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background: #bd3831;
    border-radius: 5px 0 0 5px;
    transition: width .3s;
    overflow: hidden;
}
.tab>div a{
    display: block;
}
.tab>div a img{
    display: block;
    width: 28px;
    margin: auto;
}
.tab>div:hover p{
    font-size: 16px;
    width: 142px;
}
.tab>div:hover{
    background: #bd3831;
}
@media screen and (max-width: 1378px){
    .top>div,.header>div{
        padding-left: 10px;
        padding-right: 10px;
    }
    .px1300 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav>ul>li>a{

        font-size: 16px;
    }

    .b-tag1{
        width: 123px;
        height: 123px;
        padding-top: 25px;
        background-size: 123px auto;
    }
    .b-tag1 .pho img{
        max-width: 70%;
    }
    .b-tag1 p{
        font-size: 12px;
        margin-top: 10px;
    }
    .tag-b{
        right: 5px;
        bottom: 10px;
    }
    .tag-m {
        right: 70px;
        bottom: 75px;
    }
    .tag-t {
        right: 5px;
        bottom: 140px;
    }
.search input[type='text'] {width: 156px;}
.t-left a{ font-size: 13px;}
.t-tag i{margin-left: 10px;margin-right: 10px;}
.t-tag {margin-left: 20px;}

}

@media screen and (max-width: 1040px){
    .m-top{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        overflow: hidden;
        font-size: 0;
        background: #bd3831;
        height: 32px;
        padding: 0 10px;
        z-index: 999;
    }
    .mt-link a{
        display: inline-block;
        font-size: 12px;
        color: #fff;
        line-height: 32px;
        padding-left: 15px;
        margin-left: 10px;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 10px auto;
    }
    .mt-link a:first-child{
        margin-left: 0;
        background-image: url("../image/t-icon.png");
    }
    .mt-link a:nth-child(2){
        background-image: url("../image/t-icon2.png");
    }
    .mt-link a:nth-child(3){
        background-image: url("../image/t-icon3.png");
    }
    .mt-tag a,.mt-tag i{
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        line-height: 32px;
        color: #fff;
    }
    .mt-tag i {
        margin-left: 10px;
        margin-right: 10px;
    }
    .mt-tag {
        font-size: 0;
        text-align: left;
        height: 32px;
        padding-left: 15px;
        overflow: hidden;
    }
    .pc{
        display: none;
    }
    .wap{
        display: block;
    }
    .menuBtn {
        display: block;
    }
    .m-header {
        position: fixed;
        left: 0;
        right: 0;
        top: 30px;
        width: auto;
        height: 60px;
        background: #fff;
        z-index: 9999;

    }
    .m-logo>a{
        display: block;
        padding-left: 15px;

    }
    .m-logo img{
        display: block;
        transform: scale(.8) ;
        transform-origin:left center ;
    }
    .m-nav {
        position: fixed;
        left:110%;
        right: 0;
        bottom: 0;
        top: 90px;
        background: #a30a09;
        padding-top: 10px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .m-searchBox {
        text-align: center;
        font-size: 0;
        padding-bottom: 2px;
    }
    .m-link a,.m-link2 a{
        display: inline-block;
        font-size: 14px;
        line-height: 15px;
        color: #fff;
        border-left: 1px solid rgba(255,255,255,.5);
        margin-left: 18px;
        padding-left: 17px;
        vertical-align: middle;
    }
    .m-link a:first-child ,.m-link2 a:first-child{
        border-left: none;
        margin-left: 0;
        padding-left: 0;
    }
    .m-link2{
        margin-top: 10px;
    }
    .m-search {
        position: relative;
        width: 80%;
        height: 36px;
        overflow: hidden;
        margin:15px auto ;
        font-size: 0;

    }
    .m-search input[type='text']{
        display: inline-block;
        width: 100%;
        line-height: 36px;
        padding:0 25px;
        color: #333;
        background: #ffdee3;
        vertical-align: middle;
        border-radius: 5px;
    }
    .m-search input[type='image']{
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px;

    }
    .m-nav>ul>li{
        position: relative;
        line-height: 36px;
        padding-left: 20px;
    }
    .m-nav>ul>li>a{
        font-size: 14px;
        color: #fff;
    }
    .m-nav>ul>li>span {
        position: absolute;
        right: 0;
        top: 0;
        width: 36px;
        height: 36px;
        background: url("../image/icon2.png");
        background-position: center center;
        background-repeat: no-repeat;
    }
    .m-nav>ul ul{
        display: none;
        overflow: hidden;
        padding-left: 20px;
    }
    .m-nav>ul ul>li{
        float: left;
        width: 33%;
    }
    .m-nav>ul ul>li>a{
        font-size: 12px;
        color: #fff;
    }
    .bq,.add{
        float: none;
        width: auto;
        margin: 0;
    }
    .bq{
        margin-top: 20px;
    }
    .f-link{
        padding: 0 10px;
    }
    .f-box{
        padding: 0 10px;
        margin-top: 15px;
    }
    .m-tab{
        margin-top: 15px;
    }
    .m-tab>ul{
        display: flex;
        justify-content: space-evenly;
    }
    .m-tab>ul>li{
        flex-basis: 80px;
    }
    .m-tab>ul>li>a{
        display: block;
        font-size: 0;
    }
    .m-tab>ul>li .b-icon{
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        position: relative;
        margin-right: 10px;
    }
    .b-icon img{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }
    .m-tab>ul>li p{
        display: inline-block;
        font-size: 12px;
        color: #fff;
        text-align: center;
        vertical-align: middle;
    }
.t-left a{ font-size: 14px;}
.t-link a{margin-left: 12px;}

}
@media screen and (max-width: 860px){

    .m-nav>ul ul>li{
        float: none;
        width: auto;
    }
    .f-link>div{
        width: 31%;
        margin-bottom: 10px;
    }
    .f-link>div:nth-child(4){
        margin-left: 0;
    }
    .bq>div{
        margin-left: 15px;
    }
    .footer{
        padding: 20px 0;
    }
}

@media screen and (max-width: 640px){
    .tab{
        display: none;
    }
    .m-search{
        margin: 10px auto;
    }
    .f-link>div{
        float: none;
        width: 100%;
        margin-left: auto;
    }
    .f-link>div>p{
        font-size: 12px;
        line-height: 35px;
    }
    .add p{
        font-size: 12px;
        background-position: top 10px left;
    }
    .f-box,.f-link{
        padding: 0;
    }
    .bq>div p{
        font-size: 12px;
    }
    .bq img{
        width: 59px;
        height: 56px;
    }
}

@media screen and (max-width: 480px){
    .bq img{
        display: block;
        margin: auto;
    }
    .m-logo img{
        transform: scale(0.7);
    }
}
.back{position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 999;
display:none;}
.back a{display: block;
    width: 45px;
    height: 45px;}
.back img{display: block;
    width: 100%;}

@media screen and (max-width: 768px){
.back a{display: block;
    width: 20px;
    height: 20px;}
}



/* ==========================================
   1. 修改文字为：暗红色 + 行楷
========================================== */
.multiple p, 
.multiple p a {
    color: #bd3831 !important; /* 保持原汁原味的暗红 */
    font-family: "STXingkai", "华文行楷", "Xingkai SC", cursive !important; /* 指定为行楷 */
    font-weight: normal !important; /* 注意：行楷自带连笔笔锋，加粗容易糊成一团，建议用 normal */
}

/* ==========================================
   2. Logo 百分百精准变色黑科技
========================================== */
.logo {
    overflow: hidden !important; /* 把原图隐藏起来 */
}
.logo img {
    /* 核心原理：原图向左平移出画面，然后投射一个绝对精准的 #bd3831 颜色的阴影回到原位 */
    transform: translateX(-354px) !important; 
    filter: drop-shadow(354px 0 0 #bd3831) !important; 
}

/* ==========================================
   3. 底部文字（以及图标旁边的文字）由白变黑
========================================== */
.f-link > div > p,
.add p,
.bq > div p,
.bq > div p span,
.m-tab > ul > li p {
    color: #333333 !important; /* 使用 #333 深灰色代替纯黑，看起来更高级、不刺眼 */
}

/* ==========================================
   4. 底部格子（链接边框）视觉增强
========================================== */
.f-link > div {
    /* 原本是半透明白色，现在改成半透明的浅灰色，让格子重新显形 */
    background: rgba(0, 0, 0, 0.04) !important; 
    /* 加一层极细的灰色边框来勾勒轮廓，看着更立体 */
    border: 1px solid rgba(0, 0, 0, 0.1) !important; 
    border-radius: 4px !important; /* 顺手加个微小的圆角，视觉更柔和 */
}

/* ==========================================
   5. 底部所有纯白小图标“黑化”处理
========================================== */
/* 处理专题链接、常用链接等框框里面的右侧小箭头图片 */
.f-link > div > p > img,
.bq img {
    /* brightness(0) 会把纯白图片直接变成纯黑，opacity(0.8) 让它变成不刺眼的深灰 */
    filter: brightness(0) opacity(0.8) !important; 
}

/* 处理地址、电话、邮箱等前面的背景小图标 */
.add p {
    /* 同样利用滤镜，把整体连同原本白色的背景图标一起压暗 */
    filter: brightness(0) opacity(0.8) !important;
}

/* 鼠标悬停在链接上时，把原本红底白字的 hover 效果改成灰底黑字 */
.f-link > div ul li a:hover {
    background: rgba(0, 0, 0, 0.08) !important;
    color: #000 !important;
}

/* ==========================================
   精准消灭 ny.jpg 及其所在的 Banner 区域
========================================== */
/* 1. 让隐藏 Banner 的区域在视觉上彻底隐身并释放所有高度 */
.banner-box {
    opacity: 0 !important;         /* 变为完全透明 */
    height: 0 !important;          /* 强制高度归零 */
    margin: 0 !important;          /* 消除多余的外边距 */
    padding: 0 !important;         /* 消除多余的内边距 */
    overflow: hidden !important;   /* 截断区域内可能溢出的任何图片（包含ny.jpg） */
}

/* 2. 精准定位含有 ny.jpg 的图片并使其不显示 */
img[src*="ny.jpg"] {
    display: none !important; 
}

/* 3. 补偿由于 Banner 消失导致的“工作动态”内容区上移，防止它钻进导航栏底下 */
.ny-all {
    margin-top: 180px !important;  /* 顶出 180px 的完美距离，让主体内容刚刚好露在导航栏下方 */
}

/* ==========================================
   将导航栏调整为“浓度适中”的翡翠琉璃渐变底色
========================================== */
.header {
    /* 采用介于浓淡之间的经典青绿（Teal）到海泡绿（Seafoam）的渐变 */
    /* 饱和度适中，既有清晰的色彩边缘，又不会过于沉重 */
    background: linear-gradient(to right, rgba(0, 102, 102, 0.9), rgba(52, 143, 143, 0.9)) !important;
    
    /* 配合中等浓度的底色，使用更分明的深青色阴影 */
    box-shadow: 0 4px 20px rgba(0, 51, 51, 0.3) !important; 
    
    /* 继续保留高级感十足的毛玻璃模糊特效 */
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
}

/* ==========================================
   文字颜色联动微调（适应中等浓度青绿底）
========================================== */
/* 因为底色有了足够的浓度，文字重新切回【纯白色】，对比度最高，最清晰 */
.nav > ul > li > a,
.header .nav > ul > li > a {
    color: #ffffff !important;
    font-weight: 500 !important; 
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important; /* 给文字加一点点隐形阴影，使其更立体 */
}

/* 当鼠标悬停或当前激活的栏目，变成明亮的【荧光青/浅碧色】或原本的【金黄色】 */
/* 这里我为你提供两个选择，目前默认用富有科技感的亮青色，如果不喜欢可以改成 #f6b22b (金黄) */
.nav > ul > li.on > a, 
.nav > ul > li.active > a,
.nav > ul > li:hover > a {
    color: #00ffff !important; 
}

/* 导航栏底部的下划线，同步换成高亮的荧光青色 */
.nav > ul > li:after {
    background: #00ffff !important;
}

/* ==========================================
   1. 让顶部 Logo 区域（.top）单独继承并固定背景图
========================================== */
.top {
    /* 1. 强行刷上和 body 一模一样的背景图片（请把括号里换成你成功的本地图片路径） */
    background-image: url('../image/jwb2026bg.png') !important; 
    
    /* 2. 核心黑科技：让这张图固定在屏幕上，不随页面滚动 */
    background-attachment: fixed !important; 
    
    /* 3. 确保图片对齐方式和全身完全一致 */
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    
    /* 4. 补充一个精致的底部微弱阴影，让它和下面的青绿导航栏有层级感 */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important; 
}

/* ==========================================
   2. 规范导航栏层级，确保它乖乖待在 Logo 区下方
========================================== */
.header {
    /* 原本代码里没有写层级，我们强制给它一个稍低一点的固定层级，让它滚动时能藏到 Logo 区域后面去 */
    z-index: 9998 !important; 

