@charset "utf-8";
/* CSS Document */
* {margin: 0;padding: 0;}
body {background:#fff;font-size: 14px;font-family: "微软雅黑";font-style:normal; color:#000;font-weight: 400;overflow-x: hidden;}
@font-face {
    font-family: "SourceHanSansCN-Light";
    src: url(../fonts/SourceHanSansCN-Light.woff2), url(../fonts/SourceHanSansCN-Light.otf);
    font-display: swap;
}
@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url(../fonts/SourceHanSansCN-Medium.woff2), url(../fonts/SourceHanSansCN-Medium.otf);
    font-display: swap;
}
@font-face {
    font-family: "SourceHanSansCN-Heavy";
    src: url(../fonts/SourceHanSansCN-Heavy.woff2), url(../fonts/SourceHanSansCN-Heavy.otf);
    font-display: swap;
}


a {text-decoration: none; color:#000;transition: all 0.3s ease;}
a:hover {color: #036;text-decoration: none !important;}
li {list-style-type: none;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
input, button, select, textarea {outline: none;}
button:focus{border:0; outline:0;}
table{border-collapse: collapse;}
th,tr,td{border: 1px solid #DDD;}
.cl:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.cl {zoom: 1;}
img{transition: all 0.5s ease;}
.cont{width: 1300px;margin: 0 auto;max-width: 95%;}
.cont1400{width: 1400px;margin: 0 auto;max-width: 95%;}
.cont1300{width: 1300px;margin: 0 auto;max-width: 95%;}

.banner-ss{width:100%;background:#036;height:520px;display:flex;justify-content:center;align-items:center;margin-top: 100px;}
.banner-ss-nr{}
.banner-ss-nr h1{font-size:51px;margin-bottom:40px;font-weight: 700;text-align: center;color: #fff;margin-top: 0;}
.hero-subtitle{font-size: 20px;max-width: 700px;margin: 0 auto 40px;opacity: 0.9;text-align: center;color: #fff;}
.banner-ss-nr .chem-search-input{
    width: 700px;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
}
.banner-ss-nr .ssts{top: 60px;height: 140px;overflow-y: auto;}
.banner-ss-nr .ssts::-webkit-scrollbar {width:4px;}
.banner-ss-nr .ssts::-webkit-scrollbar-track {
    background: transparent;
}
.banner-ss-nr .ssts::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 3px;
    transition: background 0.3s ease;
}

/* 悬停时显示 */
.banner-ss-nr .ssts:hover::-webkit-scrollbar-thumb {
    background: #036;
}
.banner-ss-nr .ssts:hover::-webkit-scrollbar-track {
    background: #f5f5f5;
}
.banner-ss-nr .ssts::-webkit-scrollbar-thumb:hover {
    background: #036;
}
.banner-ss-nr .chem-search-input button {
    width: 46px;
    border: none;
    height: 46px;
    background: #036;
    border-radius: 50%;
}
.banner-ss-nr .chem-search-input button img {width: 22px;filter: brightness(0) invert(1);}
.quick-categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
}
.quick-category {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: white;
    font-weight: 500;
    transition: background-color 0.3s;
}
.quick-category:hover{background-color: rgba(255, 255, 255, 1);color:#036;}


.banner-sb{position: absolute;width: 100%;text-align: center;bottom: 20px;color: #fff;z-index: 99;}
.banner-sb p{font-size: 14px;margin-top: 20px;}
.banner-sb img{animation: slide 2s infinite;}
/* 定义动画 */
@keyframes slide {
    0% {transform: translateY(0);}
    50% {
      transform: translateY(10px);}
    100% {
      transform: translateY(0);}
}

.in-about-bj{width: 100%;background: url(../images/image9.png) no-repeat left bottom;display:none;}
.in-about{display: flex;justify-content: space-between;width: 100%;}
.in-about-l{width: 42%;margin-top: 120px;}
.in-about-l h2{font-size: 32px;color: #003366;letter-spacing: 4px;font-weight: bold;margin: 0 0 40px;}
.in-about-p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 6;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.in-about-p p{font-size: 16px;margin-bottom: 0;line-height: 30px;}
.in-about-r{width: 48%;margin: 80px 0;}
.in-btn a{
    font-size: 16px;
    color: #003366;
    display: flex;
    justify-content: right;
    align-items: center;
    line-height: 20px;
}
.in-btn a span{
    width: 20px;
    height: 20px;
    background: #003366;
    border-radius: 5px;
    margin-left: 7px;
    text-align: center;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}
.in-btn a span img{width: 6px;}
.in-btn a:hover span{margin-left: 10px;}

.in-lx{margin: 0px auto 80px;}
.in-lx li .in-lx-li{border-right: 1px solid #d9d9d9;width: 100%;display: flex;justify-content:center;padding: 10px 30px 10px 0;}
.in-lx li:nth-child(2){}
.in-lx li:nth-child(3) .in-lx-li{border-right:none;}
.in-lx-img{width: 20%;text-align: left;}
.in-lx-img img{width: 60px;}
.in-lx-p{width: 73%;padding-right:20px;}
.in-lx-p h3{font-size: 24px;color: #000;margin: 15px 0;}
.in-lx-p .in-lx-p1{margin-top: 30px;}
.in-lx-p .in-lx-p1 h4{font-size: 16px;color: #000;font-weight: 500;display: flex;justify-content: left;line-height: 24px;}
.in-lx-p .in-lx-p1 h4 a{width:95px;}
.in-lx-p .in-lx-p1 span{display: inline-block;font-size: 16px;color: #003366;font-weight: bold;width:80%;}
.in-lx-p .in-lx-p1 p{color: #332C2B;font-size: 14px;line-height: 30px;}
.in-lx-height{height: 170px;}
.in-lx-p .in-btn a{margin: 0;width: 50px;border-radius: 50%;background: #003366 url(../images/Group18.png) no-repeat;background-position:center;height: 50px;}
.in-lx-p .in-btn a:hover{background: #fff url(../images/Group17.png) no-repeat;background-position:center;}

/*footer*/
.footer{background: url(../images/Frame270.png) no-repeat;padding:30px 0 0;background-size: cover;}
.foot-nr{width: 100%;display: flex;justify-content: space-between;color: #fff;align-items: center;}
.foot-logo{width: 40%;}
.foot-logo img{width: 158px;}
.foot-r{width: 70%;}
.foot-nav{width: 100%;text-align: right;border-bottom:1px solid rgba(255, 255, 255, 0.3);}
.foot-nav a{display: inline-block;margin-left:11.3%;color: #fff;font-size: 16px;padding-bottom:20px;position: relative;}
.foot-nav a:nth-child(1){margin-left: 0;}
.foot-nav a::after{content: "";background: url(../images/Rectangle613.png) no-repeat;width: 135%;left: 0;bottom: -5px; position: absolute;height: 6px;opacity: 0;}
.foot-nav a:hover::after{opacity: 1;}

.foot-ewm{display: flex;justify-content: left;margin-top:50px;}
.foot-ewm-c{text-align: center;width: 100px;}
.foot-ewm-c p{font-size: 14px;margin-top:5px;}
.foot-ewm figure{
    width: 100px;
    overflow: hidden;
    border-radius: 5px;
}
.foot-ewm figure img{width:100%;}
.foot-ewm .dropdown{margin-right:35px;position: relative;cursor: pointer;}
.foot-ewm .dropdown span{width: 45px;height: 48px;background: url(../images/Vector.png) no-repeat;display: block;overflow: hidden;}
.foot-ewm .dropdown .dropdown-content{display: none;width: 130px;overflow: hidden;position: absolute;bottom: 63px;left: -59px;border: 2px solid #fff;background: #fff;}
.foot-ewm .dropdown .dropdown-content img{width:100%}
.foot-ewm .dropdown2 span{background-position: -68px 0;}
.foot-ewm .dropdown3 span{background-position: -158px 0;}
.foot-ewm .dropdown3 .dropdown-content img{margin-left: -312px;}
.foot-ewm .dropdown2 .dropdown-content{left: -40px;}
.foot-ewm .dropdown3 .dropdown-content{left: -40px;}
.foot-ewm .dropdown1:hover .dropdown-content,.foot-ewm .dropdown2:hover .dropdown-content,.foot-ewm .dropdown3:hover .dropdown-content{display: block;}
.foot-bq{width: 100%;border-top: 1px solid rgba(255, 255, 255, 0.2);margin-top:30px;padding:15px 0;color: #fff;font-size: 14px;display: flex;justify-content:center;opacity: 0.6;}
.foot-bq p{margin: 0;}
.foot-bq a{display: inline-block;margin-left: 15px;color: #fff;}
.foot-lx{margin-top:10px;display: flex;justify-content: right;flex-wrap: wrap;}
.foot-lx-tel{width:100%;display: flex;justify-content: right;text-align: center;}
.foot-lx-tel span{margin-right: 15px;}
.foot-lx-tel span img{width: 60px;margin-top: 5px;}
.foot-lx .foot-lx-tel a{font-size: 20px;opacity: 1;}
.foot-lx .foot-lx-tel p{text-align: left;margin:5px 0 0;}
.foot-lx .foot-lx-dz{margin:20px 0 0;}
.foot-lx .foot-lx-dz a{text-align:right;opacity: 1;display: block;}

.foot-lx a{
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
    line-height: 35px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.foot-lx a:hover{opacity: 1;}
.foot-lx a img{width: 16px;}
.foot-lx a span{display: inline-block;margin-right: 10px;}

.in-rmyj{margin-top:50px;}
.in-cpfl{width: 100%;background:#f3f7ff;position:relative;padding-bottom:80px;}
.in-cpfl-img{position: absolute;top: 5vw;left: 0;}
.in-cpfl h2{padding: 50px 0;font-size: 32px;font-weight: bold;color: #036;}
.in-cp-title{display: flex;justify-content:center;align-items: center;}
.in-cp-title h2{text-align:center;color:#036;font-size: 32px;font-weight: bold;}
.in-cp-title h2 p{font-size:16px;color:#666;text-align:center;margin-top:15px;font-weight:400;}
.in-cp-title .in-btn a{margin-top:0px;}
.in-cpfl ul{
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
}
.in-cpfl ul li{
    width: 31%;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}
.in-cpfl ul li:last-child{width:100%;text-align: left;padding: 30px 0;}
.in-cpfl ul li:last-child a{display: flex;justify-content: space-between;align-items: center;}
.in-cpfl ul li:last-child a figure{margin: 30px 40px;}
.in-cpfl ul li:last-child a div{width: 85%;}
.in-cpfl ul li:last-child:hover{background: #003366 url(../images/12.jpg) no-repeat right;background-size: auto 100%;}
.in-cpfl ul li:hover{
    background:url(../images/12.jpg) no-repeat center;
    background-size: cover;
}
.in-cpfl ul li:hover h3,.in-cpfl ul li:hover p{color:#fff;}
.in-cpfl ul li:hover fiugre img{
    ofilter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: brightness(0%) invert(100%);
    -webkit-filter: brightness(0%) invert(100%);
    transform: rotate(360deg);
}

.in-cpfl ul li a{}
.in-cpfl ul li fiugre{
    width: 50px;
    margin:30px auto;
    display: block;
}
.in-cpfl ul li fiugre img{width:100%;transition: all 1s;}
.in-cpfl ul li h3{
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: bold;
    color:#003366;
    transition: all 0.5s;
}
.in-cpfl ul li p{
    font-size: 14px;
    color: #666;
    transition: all 0.5s;
}
.in-cpfl ul li span{
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    transform: translateX(-50%);
    z-index: 9;
    bottom: 0;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transition: all 0.5s;
    box-shadow: 0 0 10px rgb(0 52 102 / 53%);
    position: absolute;
    left: 50%;
}
.in-cpfl ul li span img{transform: rotate(90deg);width: 8px;}
.in-cpfl ul li:hover span{opacity:1;bottom: -20px;}

.in-bj{width: 100%;height: 100vh;background-size: cover;background-repeat: no-repeat;overflow: hidden;}
.in-bj-con{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.taichi-container {
    width: 400px;
    height: 400px;
    position: relative;
    overflow: visible; /* 添加这行，允许内容超出容器显示 */
}

.featured-container{display:flex;justify-content:space-between;align-items:center;}
.featured-card{width:32%;border-radius:10px;overflow:hidden;background: #f3f7ff;}
.featured-image{width:100%;overflow:hidden;}
.featured-image img{width: 100%;transition: all 0.5s;}
.featured-card:hover .featured-image img{transform:scale(1.05);}
.featured-content{padding:25px;}
.featured-title{font-size:20px;color:#036;font-weight:bold;margin-bottom:20px;margin-top:0px;}
.featured-property{display:flex;justify-content:left;align-items:center;line-height: 30px;font-size: 16px;}
.featured-property i{
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #036;
    margin-right: 10px;
}
.featured-button{border-radius:5px;width:120px;height:45px;line-height:45px;text-align:center;color#fff;display:block;background:#036;color:#fff;margin-top: 20px;}
.featured-button:hover{background:#fff;color#036;}

.in-news{background: #f3f7ff;width:100%;margin-top:80px;padding-top:50px;padding-bottom:80px;}
.news-container{display:flex;justify-content:space-between;align-items: stretch;margin-top: 50px;}
.news-column{width: 48%;background: #fff;border-radius:10px;padding: 25px;}
.column-title{font-size:20px;color:#036;font-weight:bold;margin:0px;border-bottom:1px solid #ccc;padding-bottom: 20px;}
.news-item{border-bottom:1px solid #eee;padding:20px 0;}
.news-title{font-size:18px;color:#000;font-weight:bold;margin-bottom:15px;}
.news-meta span{display:inline-block:margin-right:5px;}
.news-meta-2 span{display:flex:justify-content:left;align-items:center;}
.news-meta-2 span img{width:15px;margin-right:5px;margin-top: -4px;}
.news-item:last-child {
    border-bottom: none;
}

.nami{width:100%;position:relative;overflow:hidden;}
.nami .img{position: absolute;top: 0;left: 0;}

.innews-item{display:flex;justify-content:space-between;align-items:center;}
.innews-item figure{width:110px;}
.innews-item figure img{width:100%;}
.innews-item .news-item-r{width:calc(100% - 120px);}

.nyli-c{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 80px;
    position: relative;
    z-index: 9;
}
.nyli-c-l{width: 27%;}
.nyli-c-l .title{text-align: left;}
.nyli-c-l .title span {margin: 20px 0;}
.nyli-c-l-h4 h4{
    color: #036;
    font-size: 20px;
    line-height: 36px;
    margin: 0 0 30px;
    font-weight: bold;
}
.nyli-c-l-p p{
    color: #666;
    font-size: 16px;
    line-height: 25px;
}
.nyli-c-l-p ul li{
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 16px;
    line-height: 50px;
}
.nyli-c-l-p ul li span{display: inline-block;margin-right: 15px;}
.nyli-c-l-p ul li span img{width:20px;}
.nyli-c-r{width: 70%;position: relative;}
.nyli-c-r ul{display: grid;grid-template-columns: repeat(3, 1fr);gap: 2vw;}
.nyli-c-r .li1{
    border-radius: 5px;
    box-shadow: 0 0 15px rgb(0 51 102 / 18%);
    padding: 30px;
    transition: all 0.5s;
}
.nyli-c-r .li1:hover{transform: translateY(-5px);}
.nyli-c-r .li1 fiugre{
    border-radius: 50%;
    background: rgb(0 51 102);
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nyli-c-r .li1 fiugre img{width:35px;transition: all 1.5s;
    ofilter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: brightness(0%) invert(100%);
    -webkit-filter: brightness(0%) invert(100%);
}
.nyli-c-r .li1 h3{
    font-size: 18px;
    margin: 25px 0 15px;
    font-weight: bold;
    height: 40px;
}
.nyli-c-r .li1:hover h3{color:rgb(0 51 102);}
.nyli-c-r .li1 p{font-size: 14px;color:#666;height:60px;}
.nyli-c-r .li1:hover img{transform: rotate(360deg);}
/*.nyli-c-r ul li:last-child{width: 100%;}*/

.nyli-c-r .mySwiper3{padding: 8px 7px 80px;margin-bottom: 50px;width: 90%;margin-left:auto;}
.nyli-c-r .mySwiper3 .swiper-slide{height:230px;margin-bottom: 60px;}
.nyli-c-r .mySwiper3 .swiper-pagination-bullet{width:10px;height:10px;}
.nyli-c-r .mySwiper3 .swiper-pagination-bullet-active{background:rgb(0 51 102);}
.nyli-c-r .swiper-button-next,.nyli-c-r .swiper-button-prev{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background:rgb(0 51 102);
    top: 42%;
}
.nyli-c-r .swiper-button-next{right: 0;}
.nyli-c-r .swiper-button-prev{left: 0;}
.nyli-c-r .swiper-button-disabled{display:none;}
.nyli-c-r .swiper-button-next:after,.nyli-c-r .swiper-button-prev:after{
    font-size: 14px;color: #fff;
}
.nyli-c-r .swiper-button-disabled{}

.more{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.more a{
    color: #036;
    font-size: 16px;
}
.more img{
    width: 16px;
    margin-left: 5px;
    margin-top: -4px;
}
.more p{font-size: 16px;color: #999;}

/* 也可以稍微增加SVG的尺寸，让发光效果有更多空间 */
svg {
    width: 100%;
    height: 100%;
    overflow: visible; /* 确保SVG本身也不裁切内容 */
}

/* 同时调整发光动画参数，让效果更加平滑 */
@keyframes glowPulse {
    0% {       
        filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.5));
    }
    100% {
        filter: drop-shadow(0 0 20px rgba(255, 165, 0, 0.8));
    }
}
/* --- SVG 对象样式 --- */
.taichi-half {cursor: pointer;transition: all 0.3s ease-in-out;}
/* 文本的通用样式 */
.main-text, .desc-text {
    text-anchor: middle;
    pointer-events: none; /* 文字不拦截鼠标事件 */
    transition: opacity 0.3s ease-in-out;
}
.main-text {
    font-size: 100px; 
    font-weight: 500;
    fill: #ffffff;
    opacity: 1; 
}
.desc-text {
    font-size: 20px;
    fill: #ffffff;
    opacity: 0; 
}
.action-text {
    font-size: 24px;
    font-weight: 500;
    fill: #FFD700; 
}
/* --- 交互效果 (简洁、直接) --- */
/* 悬停时，组内的文本进行淡入淡出 */
#group-micro:hover .main-text,
#group-nano:hover .main-text {
    opacity: 0;
}
#group-micro:hover .desc-text,
#group-nano:hover .desc-text {
    opacity: 1;
}
.action-text {
    font-size: 14px;
    fill: #f9f19d;
    text-decoration: underline;
}
.taichi-half {
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    
    
    .gold-outline {
        stroke: #f9f19d;
        stroke-width: 3;
        stroke-dasharray: 5,5;
        animation: dash 1.5s linear infinite;
    }
    
    @keyframes dash {
        to {
            stroke-dashoffset: 1000;
        }
    }
    
    .loading-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.8);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease;
    }
    
    .loading-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    
.loading-spinner {
    width: 60px;
    height: 60px;
    border: 6px solid rgba(255,255,255,0.1);
    border-radius: 50%;
    border-top-color: #2faee1;
    animation: spin 1s ease-in-out infinite;
}
    
@keyframes spin {
    to { transform: rotate(360deg); }
} 
/* 增强文本的动画效果 */
#group-micro:hover .main-text,
#group-nano:hover .main-text {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#group-micro:hover .desc-text,
#group-nano:hover .desc-text {
    opacity: 1;
    transform: translateY(5px);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: textSlideIn 0.5s ease-out;
}

@keyframes textSlideIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(5px);
    }
}

/* 为整个组添加缩放效果 */
.db-bq{width: 100%;text-align: center;font-size:16px;color: #fff;border-top: 1px solid rgba(255, 255, 255, 0.5);
position: absolute;left: 0;bottom: 0;padding: 20px 0;}

.banner-con{margin-top: 100px;height:230px;}
.banner-con .mySwiper{height:100%;}
.banner-con .swiper-slide{height:100%;}
.banner-con .swiper-slide .in-banner{height:100%;}
.banner{width: 100%;height: 230px;background-repeat: no-repeat;background-size: cover;display: flex;justify-content: center;align-items: center;margin-top: 100px;}
.title{text-align: center;padding: 50px 0;}
.title h3{font-size:30px;color: #000;font-weight: 700;}
.title span{display: block;margin: 20px auto;background: #003366;height: 4px;width: 40px;border-radius: 20px;}
.banner-text{text-align: center;}
.banner-text h1{font-size: 36px;color: #fff;font-weight: 700;}
.banner-text span{display: block;margin: 20px auto;background: #fff;height: 4px;width:40px;}

/* === 1. 上下布局主容器 === */
.top-qh a{display:flex;justify-content:left;align-items:center;font-size: 18px;margin-left: 10px;}
.top-qh figure{width:25px;margin-right:6px;}
.top-qh img{width: 100%;}
.top-qh span{display:inline-block;width:16px;margin-left:10px;margin-top: -5px;}

.site-container { display: grid; grid-template-areas: "header" "main"; grid-template-rows: var(--header-height) calc(100vh - var(--header-height));border-bottom: 1px solid var(--border-color);}

/* === 2. 顶栏 (Header) - 已重组 === */
.site-header { grid-area: header;background-color: #ffffff; display: flex; align-items: center; padding:0 10vw; z-index: 999;position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.sidebar-toggle-area {
    position: fixed;
    top: 170px;
    left: 0;
    width: 34px;
    height: 104px;
    z-index: 5;
}
.site-logo{ font-size: 20px; font-weight: 700;margin-right: 40px; }
.site-logo img{height: 60px;margin-right: 50px;}
.site-logo a{color:#003366;}
.global-nav { display: flex;}
.global-nav ul { list-style: none; display: flex; gap:60px; margin-bottom: 0;}
.global-nav ul .li1{}
.global-nav ul .li1 a{}
.global-nav ul li{padding: 36px 0;}
.global-nav a { text-decoration: none; color: #333;transition: color 0.2s;font-size: 18px;height:100%; }
.global-nav a:hover{color:#003366;}
.global-nav a.disabled { color: #adb5bd; pointer-events: none; }
.header-tools { margin-left: auto; display: flex; align-items: center; gap: 15px; }
.global-nav ul .ul-2{
    position: absolute;
    width: 100%;
    background:#0b4783;
    left: 0;
    top: 98px;
    display: none;
    justify-content: center;
    align-items: center;
}
.global-nav ul .li1:hover .ul-2{display:flex;}
.global-nav ul .ul-2 li{padding: 30px 1vw;transition:all 0.5s;}
.global-nav ul .ul-2 li:hover{background:#075aad;}
.global-nav ul .ul-2 li a{color:#fff;font-size:16px;font-weight: 400;display:block;width:100%;height:100%;}
.global-nav ul .ul-2 li a:hover{}
.global-nav ul .ul-3{position: absolute;
    width: 100%;
    background: #00000085;
    left: 0;
    display: none;
    justify-content: center;
    top: 83px;
}
.global-nav ul .ul-3 li{padding: 30px 1vw;transition:all 0.5s;}
.global-nav ul .ul-3 li a{color:#fff;font-size:14px;font-weight: 400;display:block;width:100%;height:100%;}
.global-nav ul .ul-2 li:hover .ul-3{display:flex;}
.global-nav ul .ul-3 li:hover{background:none;}
.global-nav ul .ul-3 li:hover a{color:#075aad;}
        
/* 应用下拉菜单 */
.apps-dropdown { position: relative; }
.apps-dropdown-btn { background: none; border: 1px solid #6c757d; color: #495057; padding: 8px 15px; border-radius: 6px; cursor: pointer; font-weight: 500; }
        
.apps-dropdown-content { display: none; position: absolute; top: 110%; right: 0; background-color: white; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); z-index: 101; width: 220px; }
.apps-dropdown-content ul { list-style: none; }
.apps-dropdown-content ul > li { position: relative; }
.apps-dropdown-content ul > li > a { display: block; padding: 10px 15px; text-decoration: none; color: #333; }
.apps-dropdown-content ul > li > a:hover { background-color:#007bff;color: #fff; }
.apps-submenu { display: none; position: absolute; left: 100%; top: 0; background-color: white; border-radius: 0 8px 8px 0; box-shadow: 5px 5px 15px rgba(0,0,0,0.1); min-width: 250px; }
.apps-dropdown-content ul > li:hover > .apps-submenu { display: block; }
.apps-submenu a { white-space: nowrap; }
/* 化学式搜索框 */
.chem-search-input { border: 1px solid #ced4da; border-radius: 6px; padding:6px 12px; width: 200px;display: flex;justify-content: space-between;align-items: center; }
.chem-search-input input{width: 85%;background: none;border: none;}
.chem-search-input button{width: 15%;background: none;border: none;}
.chem-search-input button img{width: 100%;}
#periodic-table-search-btn svg{width:30px;margin-top: 5px;}
#periodic-table-search-btn { background-color: transparent; border: 1px solid var(--secondary-color); color: var(--secondary-color); padding: 8px 15px; border-radius: 6px; cursor: pointer; font-weight: 500; }
/* === 3. 悬浮抽屉式侧边栏 (Sidebar) === */
.site-sidebar {position: fixed;top: 148px; left: 0; width:340px; height:76vh;background-color:#fff; border-right: 1px solid var(--border-color); padding: 20px; overflow-y: auto; display: flex; flex-direction: column; gap: 12px; z-index:9999; transform: translateX(-100%); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 4px 0 15px rgba(0,0,0,0.1); }
.sidebar-toggle-area:hover + .site-sidebar, .site-sidebar:hover, .site-sidebar.pinned { transform: translateX(0); }
.sidebar-pin-btn { position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; border-radius: 50%; border: 1px solid #ccc; background-color: white; cursor: pointer; font-size: 16px; color: #888; display: flex; align-items: center; justify-content: center; z-index: 51; }
.sidebar-pin-btn.pinned { background-color: var(--secondary-color); color: white; border-color: var(--secondary-color); }
.filter-group { background-color: #ffffff; border: 1px solid var(--border-color); border-radius: 8px; padding: 12px; }
.filter-group h3 { font-size:16px;color: #104388;font-weight: bold;margin-bottom: 12px; }
.form-group { margin-bottom: 10px; }
.form-group:last-child { margin-bottom: 0; }
.form-group label { display: block; font-size: 13px; margin-bottom: 5px; color: #495057; }
.form-group input, .form-group select { width: 100%; padding: 6px 8px; border: 1px solid #ced4da; border-radius: 4px; font-size: 13px; }
.checkbox-grid { display: grid;grid-template-columns: repeat(3, 1fr);gap: 8px; }
.checkbox-grid label { display: flex; align-items: center; font-size: 13px; gap: 5px; white-space: nowrap;}
.sidebar-indicator {
    position: fixed;
    top:170px;
    left: 0;
    background-color:#0072ed;
    color: white;
    padding: 12px 7px;
    border-radius: 0 8px 8px 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    z-index: 49;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}
.sidebar-toggle-area:hover .sidebar-indicator,
.site-sidebar:hover .sidebar-indicator,
.site-sidebar.pinned .sidebar-indicator {left: -50px;}
/* === 4. 主内容区 (Main Content) === */
.main-content { grid-area: main; overflow-y: auto; background-color: #ffffff;margin-top: 100px;}
.content-header {
    position: fixed;
    top: 115px;
    z-index: 5;
    background-color: #104388;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--tab-header-height);
    padding: 0 3vw;
    width: 100%;
    left: 0;
}
.tab-buttons-container { display: flex; height: 100%; background-color: var(--primary-color); overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none;width: 95%;justify-content: center;}
.tab-buttons-container::-webkit-scrollbar { display: none; }
.tab-button { flex-shrink: 0; padding:13px 15px; cursor: pointer; border: none; background-color: transparent; color: #fff; font-size: 14px;font-weight: 600;display: flex; align-items: center; justify-content:center;min-width:110px; }
.tab-button.active {background-color: #fff;color: #104388;border-bottom: 2px solid #104388;}
        
/* 打印机图标下拉菜单 */
.print-dropdown { position: relative; padding: 0 20px; }
.print-trigger-btn {
    background: #fff;
    border: none;
    font-size: 20px;
    color: #6c757d;
    cursor: pointer;
    padding: 3px 8px;
    border-radius: 5px;
    margin: 5px 0;
}
.print-dropdown-content { display: none; position: absolute; top: 110%; right: 15px; background-color: white; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); z-index: 101; width: 150px; overflow: hidden; }
.print-dropdown-content a { display: block; padding: 10px 15px; text-decoration: none; color: #333; }
.print-dropdown-content a:hover { background-color: var(--bg-light); }
        
.content-body {padding:40px 0;background: url(../images/17.jpg) no-repeat center;background-size: cover;background-attachment: fixed;}
.content-wrapper {max-width: 210mm; margin:30px auto; background: white; box-shadow:0 0px 30px rgb(16 67 136 / 11%); }
.page { width: 100%; min-height: 297mm; padding: 20mm 25mm; }
        
.page ul, .page ol { padding-left: 25px; line-height: 1.8; }
.page-header { border-bottom: 2px solid #003366; padding-bottom: 10px; margin-bottom: 20px;margin-top: 0;}
.material-title {font-size: 28px; font-weight: 700; color:#003366;margin: 0 0 15px; }
.material-subtitle {font-size: 20px; font-weight: 500; color: #003366; margin-bottom: 20px; }
.section-title{font-size: 20px; font-weight: bold; color:#006adc; margin-top:35px; margin-bottom: 35px; border-left:3px solid #006adc; padding-left: 10px;line-height: 20px;}
.params-table { width: 100%; border-collapse: collapse; }
.params-table td { padding:10px; border: 1px solid #e0e0e0; font-size: 14px; }
.params-table td:first-child { font-weight: 500; background-color: #f8f9fa; width: 30%; }
.page ul li{list-style: disc;font-size: 16px;line-height: 35px;}
.page ul li strong{color: #ca141d;}
.page ul ul li{list-style: circle;}
.page p{font-size:14px;line-height: 28px;margin: 0;}
.tab-content table td{padding:6px 5px;}
        
/* 矩阵专用样式 */
.response-matrix { display: grid; grid-template-columns: 0.8fr repeat(6, 1fr); grid-template-rows: 0.5fr repeat(6, 1fr); gap: 1px; background-color: #ccc; border: 1px solid #ccc; margin-top: 10px; }
.matrix-cell { background-color: white; display: flex; align-items: center; justify-content: center; padding: 5px; font-size: 12px; text-align: center; }
.matrix-header { font-weight: 700; background-color: #e9ecef; font-size: 14px; }
.matrix-io { writing-mode: vertical-rl; text-orientation: mixed; font-weight: 700; background-color: #e9ecef; font-size: 14px; }
.matrix-placeholder { background-color: var(--bg-light); }
.strong { background-color: #d4edda; } .moderate { background-color: #fff3cd; } .weak { background-color: #f8f9fa; } .transport { background-color: #e2e3e5; font-weight: 500; }
/* 打印模态框样式 */
.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); z-index: 1000; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.print-modal { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: white; border-radius: 8px; z-index: 1001; width: 90%; max-width: 400px; padding: 20px; opacity: 0; pointer-events: none; transition: all 0.3s ease; }
.modal-overlay.visible, .print-modal.visible { opacity: 1; pointer-events: auto; }
#print-options-list { list-style: none; margin-bottom: 20px; }
#print-options-list li { padding: 5px 0; }
.print-modal-actions { text-align: right; }
.print-modal-actions button { padding: 8px 16px; border-radius: 6px; border: none; cursor: pointer; margin-left: 10px; }
#print-confirm-btn { background-color: var(--secondary-color); color: white; }

.main-container {
            width: 100%;
            max-width: 900px;
            text-align: center;
        }

        h1 {
            font-size: 32px;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 25px; /* 减少间距 */
        }

        .grid-container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: var(--grid-gap);
            margin-bottom: var(--grid-gap); /* 在九宫格和长条之间留出间隙 */
        }

.grid-cell {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 0px 15px rgba(0,123,255,0.2);
    padding:15px 20px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 20px 20px;
    text-align: center;
}
.grid-cell fiugre{width: 80px;height: 80px;border-radius: 50%;background: #003366;display: flex;justify-content: center;align-items: center;margin: 30px auto;}
.grid-cell fiugre img{
    width:36px;
    ofilter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: brightness(0%) invert(100%);
    -webkit-filter: brightness(0%) invert(100%);
}
.grid-cell:hover {transform: translateY(-5px);box-shadow: 0 0px 15px rgba(0,123,255,0.3);}
.grid-icon {width: 45px;height: 45px;color: #fff;}
.grid-cell h3 {font-size: 20px;font-weight: bold;color: #000;margin: 0 0 15px;}
.grid-cell p {font-size: 16px;color: #666;margin: 0;}
/* 第十个长条格子的特殊样式 */
.grid-cell-full-width {
    grid-column: 1 / -1; /* 横跨所有列 */
    flex-direction: row; /* 内容横向排列 */
    justify-content: flex-start; /* 内容靠左 */
    min-height: 80px; /* 设置一个较窄的高度 */
    padding: 0 30px; /* 调整内边距 */
    text-align: left;
}
.grid-cell-full-width  figure{margin: 30px 30px 30px 0px;}
.grid-cell-full-width .grid-icon {margin-bottom: 0;}
.full-width-text {text-align: left;}

.cp-div-p{padding:80px 0;text-align:center;font-size:24px;min-height:380px;display:flex;justify-content:center;align-items:center;}
.cp-div-p p{margin:0;color:#666;}
.cp-div-p figure{margin-right:10px;}
.cp-div-p figure img{width:35px;}
.cp-div ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--grid-gap);
    margin:80px auto;
    width: 1100px;
    max-width: 100%;
}
.cp-div ul li{
    background-color: #ffffff;
    background-image: url(../images/13.png);
    background-repeat: no-repeat;
    background-position: 190px 95px;
    background-size:150px auto;
    border-radius: 12px;    
    padding: 15px 20px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    transition: all 0.5s;
    margin: 15px 15px;
    text-align: center;
    border: 1px solid #ccc;
    
}
.cp-div ul li h3{font-size: 18px;color: #003366;font-weight: bold;margin-top: 30px;transition: all 0.3s ease;}
.cp-div ul li span{display: block;margin: 15px auto;background: #003366;width: 30px;height: 3px;transition: all 0.3s ease;}
.cp-div ul li h4{font-style: italic;font-size: 14px;color: #666;transition: all 0.3s ease;}
.cp-div ul li P{font-size: 14px;color: #000;margin-top: 15px;transition: all 0.3s ease;}
.cp-div ul li:hover h3,.cp-div ul li:hover h4,.cp-div ul li:hover p{color: #fff;}
.cp-div ul li:hover span{background: #fff;}
.cp-div ul li:hover{background-color: #003366;background-position: 178px 91px;}

/*新闻列表*/
.ny-news-box{margin-bottom:50px;}
.ny-news-ul{margin-bottom:50px;}
.ny-news-ul li{width: 100%;background: #fff;overflow: hidden;width: 100%;margin-top: 40px;box-shadow: 0 0 20px rgba(59, 124, 149, 0.2);}
.ny-news-ul li figure{width: 32%;float: left;overflow: hidden;}
.ny-news-ul li figure img{width: 100%;transition: all 0.5s;}
.ny-news-ul li:hover figure img{transform: scale(1.05);}
.ny-news-ul li .ny-news-text{width: 65%;float: right;padding-top: 40px;padding-right: 50px;}
.ny-news-ul li .ny-news-text h3{font-size: 18px; color:  #333;}
.ny-news-ul li .ny-news-text time{display: block;color: #999;font-size: 14px;margin: 20px 0;}
.ny-news-ul li .ny-news-text p{font-size: 14px;line-height: 22px;text-align: justify;color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.ny-news-ul li .ny-news-text .light-btn{margin-top: 30px;font-size: 14px;width: 130px;height: 45px;line-height: 45px;}
.ny-news-ul li:nth-child(2n) figure{float: right;}
.ny-news-ul li:nth-child(2n) .ny-news-text{float: left;padding-left: 50px;padding-right: 0;}

/*新闻详情*/
.xwxq-l{width: 100%;margin-top: 70px;padding-right: 30px;}
.xwxq-l .xwxq-l-title{text-align: center;border-bottom: 1px solid #eee;padding-bottom: 20px;margin-bottom: 30px;}
.xwxq-l .xwxq-l-title h4{font-size: 20px;color: #333;margin-bottom: 20px;}
.xwxq-l .xwxq-l-title span{display: inline-block;font-size: 14px;color: #666;margin:0 5px;}
.xwxq-l-nr{border-bottom: 1px solid #eee;padding-bottom: 30px;}
.xwxq-l-nr p{font-size: 14px;text-align: justify;line-height: 25px;color: #666;}
.xwxq-l-nr img{max-width: 100%;height:auto !important;}
.xwxq-l-btn{margin: 30px 0 80px;}
.xwxq-l-btn p{margin-bottom: 15px;font-size: 14px;color: #666;}
.xwxq-l-btn p a{color: #666;transition: all 0.5s;}
.xwxq-l-btn p a:hover{color: #003366;}
.xwxq-l-btn p span{display: inline-block;float: left;margin-right: 7px;}
.xwxq-l-btn p span i{font-size: 20px;color: #666;}
.xwxq-r{border-top-left-radius: 10px;border-top-right-radius: 10px;overflow: hidden;margin-top: 70px;}
.xwxq-r h3{text-align: left;width: 100%;color: #003366;font-size: 20px;margin-bottom: 15px;}
.xwxq-r ul{}
.xwxq-r ul li{width: 100%;border-top: 1px solid rgba(59, 124, 149, 0.1);padding: 15px 0;}
.xwxq-r ul li:last-child{border-bottom: none;}
.xwxq-r ul li figure{width: 36%;float: left;overflow: hidden;}
.xwxq-r ul li figure img{width: 100%;transition: all 0.5s;}
.xwxq-r ul li:hover figure img{transform: scale(1.05);}
.xwxq-r ul li .xwxq-r-text{float: right;width: 60%;}
.xwxq-r ul li .xwxq-r-text h4{font-size: 14px;color: #333;line-height: 22px;transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.xwxq-r ul li .xwxq-r-text time{font-size: 14px;color: #666;}
.xwxq-r ul li:hover h4{color: #003366;}


/* === 1. 触发按钮 === */
#open-periodic-table-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 25px;
    cursor: pointer;
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 10px var(--shadow-color);
    transition: background-color 0.3s, transform 0.2s;
}
#open-periodic-table-btn:hover {background-color: #004494;transform: translateY(-2px);}

/* === 2. 悬浮窗和遮罩层 === */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.periodic-table-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 5px 25px var(--shadow-color);
    z-index: 1001;
    width: 95%;
    max-width: 1100px;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}
.modal-overlay.visible,.periodic-table-modal.visible {opacity: 1;pointer-events: auto;}        
.periodic-table-modal.visible {transform: translate(-50%, -50%) scale(1);}
/* === 3. 悬浮窗内部布局 === */
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom:1px solid #ccc;
    padding: 0 0 15px;
    margin-bottom: 15px;
}
.modal-header h2 { margin: 0; color: #003366;width: 80%;font-weight: bold;font-size: 20px; }
.modal-close-btn{font-size: 28px; cursor: pointer; border: none; background: none; color: #888;width: 20%;text-align: right;}
.modal-controls {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}        
.modal-body {overflow-y: auto;}
/* === 4. 元素周期表布局与样式 === */
.periodic-table {display: grid;grid-template-columns: repeat(18, 1fr);gap: 4px;}
.periodic-table .mass{text-align: left;display: block;}
.element {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 2px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
    position: relative;
}
.element:hover {border: 1px solid #aaa;}
.element .number {
    font-size: 14px;
    color: #666;
    display: flex;
    justify-content: space-between;
}
.element .symbol { font-size: 14px; font-weight: 700; display: block; }
.element .name { font-size: 8px; display: none; /* 可选，悬浮显示 */ }

/* 元素分组颜色 */
.alkali-metal { background-color: #e9cd63; }
.alkaline-earth-metal { background-color: #f0f06d; }
.lanthanide { background-color: #e7d19e; }
.actinide { background-color: #f4ccda; }
.transition-metal { background-color: #f9c4b9; }
.post-transition-metal { background-color: #aedfeb; }
.metalloid { background-color: #dcedc8; }
.nonmetal { background-color: #8fed8f; }
.halogen { background-color: #80cbc4; }
.noble-gas { background-color: #e5bde5; }

/* 选中状态 */
.element.selected {border: 2px solid var(--primary-color);background-color: #e3f2fd;}
        
/* === 5. 搜索和显示区域 === */
#selected-elements-display {
    flex-grow: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 35px;
    background-color: #f8f9fa;
}
#search-btn {
    padding: 8px 16px;
    font-size: 14px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type="range"]{
    padding:4px 0;
}
#meltingPoint {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 3px;
  border-radius: 6px;
  background: linear-gradient(to right, #3498db, #2ecc71, #f1c40f, #e74c3c);
  outline: none;
  margin: 15px 0;
  
}

#meltingPoint::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #3498db;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  transition: all 0.2s ease;
}

/*#meltingPoint::-webkit-slider-thumb:hover {*/
/*  transform: scale(1.1);*/
/*  box-shadow: 0 4px 12px rgba(0,0,0,0.3);*/
/*}*/

/* === 打印专用样式 === */
@media print {
    body, html { background: #fff !important; }
    .site-header, .site-sidebar, .sidebar-toggle-area, .content-header, .modal-overlay, .print-modal, .sidebar-indicator { display: none !important; }
    .site-container, .main-content, .content-body { display: block !important; width: auto !important; height: auto !important; overflow: visible !important; padding: 0 !important; margin: 0 !important; }
    .content-wrapper { box-shadow: none !important; border: none !important; margin: 0 !important; padding: 0 !important; width: 100% !important; max-width: 100% !important; }
    /* 关键规则：默认隐藏所有tab，只显示标记为 .printable 的tab */
    .tab-content { display: none !important; }
    .tab-content.printable { display: block !important; }
    .page { page-break-before: always; }
    .zno-card .printable:first-of-type .page { page-break-before: auto !important; }
    .footer,#modal-overlay{  display: none !important;}
	.site-container:first-child{ display: none !important;}
	

	
        .apps-dropdown-content ul,.apps-dropdown-content ul > li{ margin:0; padding:0;}
        .site-container {
            font-family: 'Noto Sans SC', sans-serif;
            background-color: #f0f2f5 !important;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 20px;
            color: #333 !important;
            line-height: 1.8;
        }
        
        .main-container{
            width: 210mm; /* A4 width */
            background-color: white !important;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            border-radius: 8px;
            overflow: hidden;
            text-align: left;
        }
        .main-container td{ text-align:left;}
        .tab-buttons {
            display: flex;
            flex-wrap: wrap;
            background-color: #003366 !important;
        }

        .tab-button {
            padding: 12px 18px;
            cursor: pointer;
            border: none;
            background-color: transparent;
            color: #ffffff !important;
            font-family: 'Noto Sans SC', sans-serif;
            font-size: 14px;
            font-weight: 500;
            transition: background-color 0.3s, color 0.3s;
            flex-grow: 1;
            text-align: center;
        }

        .tab-button:hover {
            background-color: #0056b3 !important;
        }

        .tab-button.active {
            background-color: #ffffff !important;
            color: #0056b3 !important;
            border-bottom: 3px solid #007bff !important;
        }

        .tab-content {
            display: none;
        }
        
        .tab-content.active {
            display: block;
        }

        .page {
            min-height: 297mm; /* A4 height */
            padding: 20mm 25mm; /* A4 margins */
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
        }
        
        .page-header {
            border-bottom: 2px solid #0056b3 !important;
            padding-bottom: 10px;
            margin-bottom: 20px;
        }

        .material-title {
            font-size: 28px;
            font-weight: 700;
            color: #003366 !important;
        }

        .material-subtitle {
            font-size: 18px;
            font-weight: 400;
            color: #555 !important;
        }

        .section-title {
            font-size: 20px;
            font-weight: 500;
            color: #0056b3 !important;
            margin-top: 20px;
            margin-bottom: 15px;
            border-left: 4px solid #007bff !important;
            padding-left: 10px;
        }
        
        strong {
            font-weight: 600 !important;
            color: #b22222 !important;
        }

        ul, ol { padding-left: 25px; }
        li { margin-bottom: 10px; }
        p { text-align: justify; }

        /* 矩阵专用样式 */
        .response-matrix { display: grid; grid-template-columns: 0.8fr repeat(6, 1fr); grid-template-rows: 0.5fr repeat(6, 1fr); gap: 1px; background-color: #ccc !important; border: 1px solid #ccc; margin-top: 10px; flex-grow: 1; }
        .matrix-cell { background-color: white !important; display: flex; align-items: center; justify-content: center; padding: 5px; font-size: 12px; text-align: center; position: relative; color: black !important; }
        .matrix-header { font-weight: 700; background-color: #e9ecef !important; font-size: 14px; }
        .matrix-io { writing-mode: vertical-rl; text-orientation: mixed; font-weight: 700; background-color: #e9ecef !important; font-size: 14px; }
        .matrix-placeholder { background-color: #f0f2f5 !important; }
        .strong { background-color: #d4edda !important; color: #155724 !important; } .moderate { background-color: #fff3cd !important; color: #856404 !important; } .weak { background-color: #f8f9fa !important; color: #6c757d !important; } .transport { background-color: #e2e3e5 !important; color: #383d41 !important; font-weight: 500; }
        
        /* 表格专用样式 */
        .params-table { width: 100%; border-collapse: collapse; }
        .params-table td { padding: 10px; border: 1px solid #e0e0e0 !important; font-size: 14px; }
        .params-table td:first-child { font-weight: 500; background-color: #f8f9fa !important; width: 30%; }
        #print-confirm-btn{ background-color:#104388 !important;}
        
        .page ul li strong{color:red !important;}
        
        * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    color-adjust: exact !important;
  }
  body, p, span, div, a, h1, h2, h3, h4, h5, h6, label, input, textarea {
    color: inherit !important;
    background-color: transparent !important;
  }

  /* 新增：表格背景+边框打印规则 */
  table, th, td {
    /* 1. 保留表格背景色（若有） */
    background-color: inherit !important; /* 继承原页面表格背景 */
    /* 2. 强制显示边框（关键：默认打印会隐藏边框） */
    border: 1px solid #333 !important; /* 边框颜色可自定义（如 #666、#000） */
    border-collapse: collapse !important; /* 合并边框（避免双重边框） */
  }
  
  
	
	
}

.ny-about{width:100%;display: flex;justify-content: space-between;align-items: center;}
.ny-about .title_a1 b {
  display: block;
  font: 600 8rem / 1em "sss";
  text-transform: uppercase;
  margin-left: -1em;
}
.ny-about .title_a1 h2 {
  text-align: left;
  color: rgb(0 51 102);
  font-size: 14px;
  margin-bottom: 40px;
  border-left: .3125rem solid rgb(0 51 102);
  padding-left: 2.8125rem;
  margin-top:-4rem;
}
.ny-about .title_a1 h3 {
  color: #333333;
  font-size: 35px;
  font-weight: bold;
  margin-top: 0.2em;
}
.ny-about .label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 0.47px;
  -webkit-text-stroke-color:rgb(0 51 102);
}

.about-l {
    width: 30%;
    margin-left: 10vw;
}
.about-r{width: 50%;position: relative;padding:100px 0;}
.about-r::after {
    content: "";
    position: absolute;
    width: 50%;
    background: #0033660d;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}
.about-r img{width: 80%;}
.about-l h2{font-size: 24px;color: #003366;font-weight: bold;margin: 0 0 15px;}
.about-l span{display: block;width: 40px;height: 4px;background: #003366;}
.about-l h4{font-size:20px;font-weight:bold;margin: 30px 0 0;}
.about-text{width: 100%;margin-top: 30px;}
.about-text p{font-size: 16px;color: #666;line-height: 30px;}
.ny-qywh{width: 100%;background: url(../images/2.jpg) no-repeat center center;background-attachment: fixed;padding: 80px 0;background-size: cover;}
.ny-qywh-div{width:1500px;max-width: 90%;margin: 0 auto;}
.ny-qywh-div ul{width: 100%;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.ny-qywh-div ul li{width: 50%;display: flex;justify-content: space-between;align-items:center;background: #003366;}
.ny-qywh-div ul li .ny-qywh-text{width: 50%;padding: 0 3vw;}
.ny-qywh-div ul li .ny-qywh-text span{width: 70px;height: 70px;border-radius: 50%;border: 1px solid #fff;display: flex;justify-content: center;align-items: center;padding: 15px;}
.ny-qywh-div ul li .ny-qywh-text span img{width: 100%;}
.ny-qywh-div ul li .ny-qywh-text h3{font-size:20px;color: #fff;font-weight: bold;margin:15px 0px 10px;}
.ny-qywh-div ul li .ny-qywh-text p{font-size: 16px;color: #fff;line-height: 30px;}
.ny-qywh-div ul li figure{width: 50%;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.ny-qywh-div ul li figure img{width: 100%;transition: all 0.5s;}
.ny-qywh-div ul li:hover figure img{transform: scale(1.05);}
.ny-qywh-div ul li:nth-child(3) .ny-qywh-text,.ny-qywh-div ul li:nth-child(4) .ny-qywh-text{order: 2;}
.ny-zhengshu{width: 1500px;max-width: 90%;margin: 0 auto;}
.in-title{text-align: center;padding: 80px 0;}
.in-title h3{font-size: 36px;color: #000;font-weight: bold;margin: 0 0 15px;}
.in-title h3 p{font-size:16px;color:#666;}
.in-title span{display: block;width: 40px;height: 4px;background: #003366;margin: 0 auto;}
.ny-zhengshu .mySwiper{padding-bottom: 50px;}
.ny-zhengshu .swiper-pagination{bottom: 0;}
.ny-zhengshu .mySwiper .swiper-pagination-bullet{width: 12px;height: 12px;background: #aaa;margin: 0 10px;}
.ny-zhengshu .mySwiper .swiper-pagination-bullet-active{background: #003366;}
.ny-zhengshu .swiper-slide{text-align: center;}
.ny-zhengshu .swiper-slide figure{width: 100%;height: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.ny-zhengshu .swiper-slide figure img{width: 100%;transition: all 0.5s;}
.ny-zhengshu .swiper-slide:hover figure img{transform: scale(1.05);}
.ny-zhengshu .swiper-slide p{font-size: 16px;margin-top: 15px;}

.in-lx-div{width: 100%;border-radius: 10px;overflow: hidden;background: #f3f7ff;padding-bottom: 10px;}
.in-lx-div figure{overflow:hidden;}
.in-lx-div figure img{width: 100%;transition: all 0.5s;}
.in-lx-text{padding: 0 30px;}
.in-lx-text h3{font-size: 18px;font-weight: bold;margin: 20px 0 10px;}
.in-lx-text span{display: block;width: 30px;height: 3px;background: #036;}
.in-lx-text p{font-size: 14px;color: #666;margin-top: 10px;}
.in-lx-div:hover figure img{transform: scale(1.05);}
.in-lx-div:hover h3{color:#036;}

.cplist-mbx{font-size: 14px;color: #666;padding: 50px 0;width:100%}
.cplist-mbx a{color: #666;}
.cplist-mbx a:hover{color:#036;}
.cplist-box{display: flex;justify-content: space-between;align-items: flex-start;}
.cplist-bj{background: rgb(0 51 102 / 2%);width: 100%;padding-bottom:80px;}
.cplist-bj .sidebar {border-top-left-radius: 30px;border-bottom-right-radius: 30px;width: 300px;background: rgb(0 51 102 / 4%);overflow: hidden;}
.cplist-bj .sidebar h2{width: 100%;margin: 0;color: #fff;font-size:22px;background: #036;padding: 25px;font-weight:bold;}
.cplist-bj .nav {list-style: none; padding: 0 15px;margin:10px 0 0;}
.cplist-bj .nav li {padding: 10px;cursor: pointer;transition: background-color 0.2s;margin-bottom: 10px;}
.cplist-bj .nav li:hover,.cplist-bj .parent.active{background-color:#fff;border-top-left-radius: 30px;border-bottom-right-radius: 30px;color:#036}
.cplist-bj .parent.active .title a{color:#036;}
.cplist-bj .nav .title{display: inline-block;padding:5px 10px;text-align: left;}
.cplist-bj .nav .title a{font-size: 16px;font-weight: 600;}
.cplist-bj .parent {font-weight: bold;position: relative;}
.cplist-bj .toggle {position: absolute;right: 10px;top: 14px;}
.cplist-bj .children {list-style: none;padding-left: 20px;display: none;margin-top: 10px;}
.cplist-bj .children li{padding:0;}
.cplist-bj .children a{font-size:14px;font-weight:400;}
.cplist-bj .parent.active .children {display: block;}
.cplist-bj .parent.active .toggle {content: '+';}
.cplist-r{width: 72%;}
.cplist-r ul{}
.cplist-r ul li{margin-bottom: 20px;}
.cplist-r ul li:hover a{box-shadow: 0 0 15px rgb(0 51 102 / 15%);}
.cplist-r ul li a{display: flex;justify-content:space-between;align-items: center;background: #fff;padding: 20px;border-radius: 10px;transition: all 0.5s;overflow:hidden;}
.cplist-r ul li a figure{
    width: 140px;
    border: 1px solid #eee;
    border-radius: 10px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    margin-right:10px;
}
.cplist-r ul li a:hover figure img{transform: scale(1.03);}
.cplist-r ul li a figure img{width: 100%;}
.cplist-r ul li a .cplist-div{width: 70%;}
.cplist-r ul li a .cplist-div h3{font-size: 18px;margin: 0 0 20px;font-weight: bold;}
.cplist-r ul li a .cplist-div p{font-size: 14px;color: #666;}
.cplist-r ul li a .cplist-div p span{display: inline-block;margin-right: 2vw;}
.cplist-btn{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #036;
}
.cplist-btn span{}
.cplist-btn span img{width: 13px;}

.page-box{display: flex;justify-content: center;align-items: center;}
.page-box .page-status,.page-box .page-index,.page-box .page-last{}
.page-box a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 14px;
    background: #fff;
    margin-right:6px;
}
.page-box .page-pre a,.page-box .page-next a{width:64px;}
.page-box a:hover,.page-box .page-num-current{background:#036;color:#fff;}



.filter-group button {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  margin-top: 10px; /* 与上方模块保持间距 */
  box-sizing: border-box;
  background: #0072ed;
  color: #fff;
}

/* 鼠标悬停效果，增强交互感 */
/*.filter-group button:hover {*/
/*  background-color: #f5f5f5;*/
/*  border-color: #ccc;*/
/*}*/



/* 开关容器布局 */
/*.filter-switch-group {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    margin-bottom: 8px;*/
/*}*/

/* 开关样式 */
/*.switch {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    width: 50px;*/
/*    height: 24px;*/
/*}*/

/*.switch input {*/
/*    opacity: 0;*/
/*    width: 0;*/
/*    height: 0;*/
/*}*/

/* 开关容器样式 */
.toggle-switch {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}

/* 隐藏原生 checkbox */
.toggle-switch input[type="checkbox"] {
  display: none;
}

/* 开关外观（未选中状态）- 高度18px */
.toggle-switch label {
  display: block;
  width: 36px;
  height: 18px;
  background-color: #ddd;
  border-radius: 9px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
  margin-bottom: 0;
}

/* 滑块样式 - 小点 */
.toggle-switch label::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background-color: white;
  border-radius: 50%;
  transition: left 0.3s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* 选中状态：背景色改为#0072ed */
.toggle-switch input:checked + label {
  background-color: #0072ed;
}

/* 选中状态：滑块右移 */
.toggle-switch input:checked + label::after {
  left: 20px;
}

/* 禁用状态 */
.toggle-switch input:disabled + label {
  opacity: 0.65;
  cursor: not-allowed;
}


.shaixuan{ position:relative;}
.shaixuan .kaiguan{display: flex; align-items: center;position: absolute;top: 3px;right: 0;}


/*搜索结果*/
.sslist-bt{width: 100%;background: #0033661c;padding: 30px 0;}
.sslist-h3{display: flex;justify-content: center;align-items: center;}
.sslist-h3 h3{margin:0;padding-right:10px;font-size: 20px;font-weight: bold;color: #036;}
.sslist-h3 span{font-size: 20px;color: #036;font-weight: bold;}
.sslist-ul{width:100%;margin:50px 0;}
.sslist-ul li{padding: 30px 15px;border-radius: 8px;}
.sslist-ul li:nth-child(2n) {background: rgba(59, 124, 149, 0.05);padding;0 15px;}
.sslist-ul li a{display: flex;justify-content: space-between;align-items: center;}
.sslist-ul li a h3{margin:0;width:80%;font-size: 16px;}
.sslist-ul li a span{color: #036;}

@media screen and (max-width:1920px){
	
}

@media screen and (max-width:1800px){
    .in-ys .in-ys-r ul li{margin: 2rem 0;}
	
}

@media screen and (max-width:1700px){
    .in-ys .in-ys-r ul li {margin: 1rem 0;}
    .site-header{padding: 0 7vw;}
	
}

@media screen and (max-width:1570px){
    .global-nav ul .ul-2 li{padding: 30px 0.5vw;}
    .cont{width: 90%;}
    .in-banner .mySwiper3 .swiper-pagination{width: 90%;left: 5vw;height:13px;}
    .in-banner .mySwiper3 .swiper-pagination-bullet{height: 100%;}
    .in-news .swiper-slide figure{height: 16vw;}
    .in-about .in-title h3 {background: url(../images/index_13.png) no-repeat 27.5% center;}

    .li-text {width: 77%;}
    .ny-news ul li figure{height: 17vw;}
}

@media screen and (max-width:1500px){
    .in-about .in-title h3 {background: url(../images/index_13.png) no-repeat 25.5% center;}
 
}

@media screen and (max-width:1440px){
    .jzl-list-p{padding: 0 25px;}
    .in-about-p{width: 90%;}    
    
    .ny-banner{height: 420px;}
    .li-text {width: 87%;}
    .cpxq-top-tc{right: -9px;}
}

@media screen and (max-width:1360px){
    .in-about .in-title h3 {background: url(../images/index_13.png) no-repeat 23.5% center;}
}

@media screen and (max-width:1300px){
    .lxfs_nr {width: 100%;}
    .cp-list-img {height: 30vw;}
	
}

@media screen and (max-width:1200px){

}

@media screen and (max-width:1024px){
    .cont {width: 93%;}
    .in-banner{height: auto;}
    .in-banner .in-banner-c {height: 500px;margin-top: 60px;}
    .in-banner .mySwiper3 .swiper-pagination{bottom: 20px;height: 7px;width: 95%;left: 2.3vw;}
    .in-title h3{font-size: 30px;}   
    .in-about{padding: 20px 0 40px;background-size: cover;}
    .in-about .in-title h3 {background: url(../images/index_13.png) no-repeat 27.5% center;background-size: 60px auto;}
    .in-about-p{width: 100%;}
    .in-title span{margin-top: 15px;}
    .sy-jzl .mySwiper,.in-news .mySwiper1{padding-bottom: 50px;}
    .sy-jzl .mySwiper .swiper-pagination-bullet-active,.in-news .mySwiper1 .swiper-pagination-bullet-active{background: #ca141d;}
    .sy-jzl .mySwiper .swiper-pagination-bullet,.in-news .mySwiper1 .swiper-pagination-bullet{width: 10px;height: 10px;}
    .in-news {margin-top: 40px;}
    .in-news .swiper-slide figure {height: 26vw;}
    .in-news-a a {margin: 25px auto 60px;}
    .in-news-div h3 {font-size: 18px;margin: 15px 0;}
    .foot-a a {width: 160px;height: 50px;line-height: 50px;margin-top: 35px;}
    .foot-nav a{margin-right: 30px;}
    .foot-bq-r ul li img{width: auto;height: 20px;}
    .foot-logo figure img {height: 35px;}    
	
	.ny-banner{height: 300px;margin-top: 60px;}
    .ny-banner-text h2 {font-size: 30px;margin: 0 0 10px;}
    .ny-banner-text p{font-size: 16px;}
	.about-js{flex-wrap: wrap;}
    .about-js-r,.about-js-c{width: 100%;}
    .about-js-c{width: 90%;padding: 0;margin: 0 auto;}
    .about-js-l{display: none;}
    .li-text {width: 95%;}    
	.ny-zl-r ul li .ny-zllist-l {width: 55px;}
	.ny-zl-r ul li .ny-zllist-r {width: 84%;}
	.ny-sqly {width: 100%;}
	.ny-sqly form .ny-sqly-div label { width: 95px;margin-right: 10px; font-size: 14px;}
	.cp-list-r{flex-wrap: wrap;justify-content: right;}
    .cp-list-l {margin-top: 25px;}
    .cp-list-l h3{margin: 30px 0 0;}
    .cp-list-l figure {width: 80px;height: 80px;}
    .cpxq-top-l figure {width: 90px;height: 90px;}
    .cpxq-top-r {width: 60px;}
    .cpxq-top-l {width: 72%;}
    .cpxq-top-l .cpxq-top-text p{display: none;}
    .cpxq-top-l .cpxq-top-text {width: 67%;}
    .wap-p {width: 100%;display: block;margin-top: 15px;}
    .cpxq-top{flex-wrap: wrap;}
    .cpxq-top-l .cpxq-top-text h3{margin: 0;}
    .cpxq-top-tc{background: #fff;}
    .fayy_title h2 {font-size: 20px;line-height: 20px;margin: 30px 0 30px;}
    .ny-news{width: 90%;}
    .ny-rcmb ul{flex-wrap: wrap;}
    .ny-rcmb ul li{width: 48%;margin-bottom: 30px;}

	
}

@media screen and (max-width:910px){
    .in-about .in-title h3 {background: url(../images/index_13.png) no-repeat 26.5% center;background-size: 60px auto;}
    .ny-tdjs ul li:nth-child(2) .li-left {order: inherit;}
    .ny-tdjs ul li{flex-wrap: wrap;}
    .ny-tdjs ul li .li-left,.ny-tdjs ul li .li-right{width: 100%;}
    .li-text {width: 95%;padding: 0;margin: 0 auto;}
    .ny-tdjs ul li:nth-child(2) .li-text{padding: 0;}
    .li-text .in-main-title h2 {font-size: 25px;margin: 40px 0 0px;}
    .li-text .in-main-title span{margin: 15px 0 30px;}
    .fa_list_div{flex-wrap: wrap;}
    .fa_list_div figure {width: 100%;}
    .fa_list_div .fa_list_r {width: 100%;margin-top: 30px;padding: 0 30px 30px;}
    .fa_list_div .fa_list_r .fa_list_p{padding: 0;font-size: 14px;}
    .fa_list_div .fa_list_r h2{font-size: 20px;}
}

@media screen and (max-width:780px){
    .in-about .in-title h3 {background: url(../images/index_13.png) no-repeat 22.5% center;background-size: 60px auto;}
   
    .page-index,.page-last{display: none;}
    .pageing span a {font-size: 12px;padding: 5px 10px;margin: 0 3px;}
    #allmap {width: 100%;height: 400px;}
    .ny-job-lx{flex-wrap: wrap;width: 100%;}
    .ny-job-lx div {width: 100%;}
    .ny-job-lx div{font-size: 14px;}
    .ny-job-lx div img {width: 25px;margin-right: 7px;}
    .lxfs_nr li{width: 100%;}
    .lxfs_nr ul li:nth-child(3), .lxfs_nr ul li:nth-child(4), .lxfs_nr ul li:nth-child(5) {width: 100%;}
    .lxfsbox{height: 200px;}
    .ny-title h3 {font-size: 25px;}
    .ny-title p {font-size: 14px;}
    .ny-job-nr ul li:nth-child(7) {width: 16%;left: 0%;}
    .ny-job-nr ul li:nth-child(12) {width: 12%;left: 12%;}
    .ny-job-nr ul li p {font-size: 14px;}
    .ny-job-nr ul li:nth-child(6) {width: 14.592593%;left: 23.8%;top: 0%;}
    .ny-job-nr ul li:nth-child(4) {width: 13.148148%;left: 18%;top: 33.2%;}
    .ny-job-nr ul li:nth-child(2) {width: 13.592593%;left: 42%;top: 4%;}
    .ny-job-nr ul li:nth-child(9) {width: 21.814815%;left: 36.6%;top: 26%;}
    .ny-job-nr ul li:nth-child(13) {width: 14%;left: 62%;top: -1%;}
    .ny-job-nr ul li:nth-child(8) {width: 17.481481%;right: 0%;top: 10%;}
    .ny-job-nr ul li:nth-child(3) {width: 18.222222%;left: 63.1%;top: 23%;}
    .ny-job-nr ul li:nth-child(5) {width: 18.740741%;left: 6%;top: 58%;}
    .ny-job-nr ul li:nth-child(10) {width: 16.962963%;bottom: 6%;}
    .ny-job-nr ul li:nth-child(1) {width: 17.888889%;left: 79.8%;bottom: 19%;}
    .ny-job-nr ul li:nth-child(11) {width: 16.333333%;left: 55%;bottom: 13%;}
    .ny-job-nr ul{height: 60vw;}
    .ny-job{padding-bottom: 20px;}
    .ny-job-p{font-size:14px;}
    .cp-list{margin-bottom: 30px;}
    .cp-list-img {height: auto;}
    .cp-list-r{width: 40%;}
    .ny-cp ul {margin-bottom: 10px;}
    .fa_list_div figure{height: auto;}
    .ny-news ul li figure{height: auto;}
    .fayynr{padding: 0px 0 0px;}
 
}

@media screen and (max-width:640px){
    .in-about .in-title h3 {background: url(../images/index_13.png) no-repeat 16.5% center;background-size: 60px auto;}
    .in-news .swiper-slide figure {height: 55vw;}
    .foot-bq{flex-wrap: wrap;}
    .foot-bq-l,.foot-bq-r{width: 100%;}
    .foot-bq-r ul{justify-content: left;margin-top: 20px;}
    .foot-bq-r ul li {margin-left: 0;margin-right: 5vw;}
    .foot-nav{display: none;}
    .in-title {padding: 0 0 40px;}
   
    
    .ny-banner {height: 200px;}
    .ny-title {padding: 25px 0;}
    .ny-title h3 {font-size: 20px;}
    .ny-2nav-r ul li {font-size: 14px; margin: 0px 4px 10px;width: calc(93% / 2);}
    .fuwu-ul li {width: 100%;}
    .fuwu-ul li figure img {width: 100%;height: auto;}
    .fuwu-ul li .fuwu-ul-div h3 {font-size: 14px;padding: 10px 0;}
    .fuwu-ul li .fuwu-ul-div{bottom: -69%;}
    .foot-lx-c ul li figure {width: 48px;}
    .ny-job-nr ul li:nth-child(7) {width: 25%;top: 24%;}
    .ny-job-nr ul li:nth-child(5) {width: 22.740741%;left: 5%;top: 68%;}
    .ny-job-nr ul li:nth-child(10) {width: 19.962963%;bottom: -6%;}
    .ny-job-nr ul li:nth-child(11) {width: 18.333333%;left: 55%;bottom: 0%;}
    .ny-job-nr ul li:nth-child(1) {width: 20.888889%;left: 78.8%;bottom: 0%;}
    .ny-job-nr ul li:nth-child(9) {width: 23.814815%;left: 38.6%;top: 35%;}
    .ny-job-nr ul li:nth-child(12),.ny-job-nr ul li:nth-child(13){display: none;}
    .ny-job-nr ul li:nth-child(4) {width: 22.148148%;left: 13%;top: -5.8%;}
    .ny-job-nr ul li:nth-child(3) {width: 24.222222%;left: 65.1%;top: 30%;}
    .ny-job-nr ul li:nth-child(2) {width: 22.592593%;left: 59%;top: -8%;}
    .ny-job-nr ul li:nth-child(6) {width: 22.592593%;left: 35.8%;top: -2%;}
    .cp-list-text{padding: 0 15px;}
    .cp-list-r a{width: 100%;margin-left: 0;}
    .cpxq-top-l figure {width: 50px;height: 50px;margin-right: 5px;}
    .cpxq-top-xz span {width: 26px;}
    .cpxq-top-tc a:nth-child(1){display: none;}
    .cpxq-top-tc a figure{width: 40px;height: 40px;}    
    .cpxq-top-tc a figure img {width: 17px;}
    .cpxq-top-tc a p {font-size: 14px;}
    .fayynr{padding: 10px 0 0px;}
    .ny-rcmb ul li figure { margin: 30px auto 15px; width: 40px;}
    .ny-rcmb ul li h3{font-size: 18px;}
    .ny-rcmb ul li span {margin: 10px auto 15px;height: 3px;}
    .ny-rcmb ul li p {padding: 0px 10px;font-size: 14px;line-height: 23px;height: 65px;}
    .ny-job{margin-top: 20px;}
    .jop-title{line-height: 50px;font-size: 14px;height: 50px;}
    .sideMenu h3{line-height: 50px;font-size: 14px;}
    .jop-title span:last-child,.jop-title span:nth-child(2){display: none;}
    .sideMenu h3 span:last-child,.sideMenu h3 span:nth-child(2){display: none;}
    .jop-title span,.sideMenu h3 span{width: 38%;}
    .sideMenu ul {padding: 20px 15px;}
    
}

@media screen and (max-width:510px){
    .in-about .in-title h3 {background: url(../images/index_13.png) no-repeat left center;background-size: 60px auto;}
    .cp-list-r {width: 55%;}

	
}

@media screen and (max-width:480px){
    
}

@media screen and (max-width:380px){
    .in-about .in-title h3 {background: url(../images/index_13.png) no-repeat left 13px;background-size: 60px auto;padding-left: 20px;}
    .sideMenu ul li a.job-yx{width: 100%;}

    	
}