/*公共*/
.header{position:fixed;top:0;left:0;width:100%;z-index:999;transition:.3s;border-bottom:1px solid rgba(255,255,255,.1)}
.header .width{display:flex;justify-content:space-between;align-items:center;max-width:1600px}
.header .logo{width:167px;height:48px}
.header .header-r{flex:1;padding-left:50px;display:flex;align-items:center;justify-content:flex-end}
.header .nav{display:flex;margin-right:30px}
.header .nav li{padding:0 30px}
.header .nav li>a{font-size:16px;line-height:100px;color:#fff;position:relative}
.header .nav li>a::after{content:'';position: absolute;bottom: -1px;left: 0;width:0;height: 2px;background: #fff;transition: .3s;}
.header .nav li>a.active::after{width:100%}
.header .child{position:fixed;z-index:998;display:none;top:101px;left:0;width:100%;background:rgba(0,0,0,.15)}
.header .child>div{display:flex;justify-content:center}
.header .child>div>a{font-size:16px;margin-right:65px;color: #fff;line-height: 80px;}
.header .child>div>a:last-child{margin-right: 0;}
.header .lang{position:relative}
.header .lang .img{ width:20px; float:left; margin-right:6px;}
.header .lang>span{color:#fff;padding-right:20px;cursor:pointer;font-size:16px}
.header .lang>span::after{content:'';position:absolute;top:6px;right:0;background:url(../images/arrow-w.svg) no-repeat right center/10px;width:10px;height:10px;transform:rotate(90deg);transition:.3s}
.header .lang.active>span::after{transform:rotate(-90deg)}
.header .lang .popup{display:none;position:absolute;top:50px;left:50%;transform:translateX(-50%);width:100px;padding:10px 0;border-radius:10px;background:rgba(0,0,0,.3);text-align:center;z-index:998}
.header .lang .popup>a{padding:0 10px;display:block;line-height:40px;transition:.3s;color: #fff;}
.header .search{position:relative;width:20px;height:20px;background:url(../images/search-w.png) no-repeat center center/20px;cursor:pointer;margin-left:30px}
.header .search .popup{display:none;position:absolute;top:50px;right:0;z-index:998}
.header .search .popup>div{display:flex}
.header .search .popup .input{width:250px;height:50px;background:#eee;padding:0 20px}
.header .search .popup .btn{width:50px;height:50px;background:#0a3c85 url(../images/search-w.png) no-repeat center center/20px;transition:.3s}
.header .menu{display:none}
.header.active{background:#fff;border-color:#eee;}
.header.active .nav li>a{color:#333}
.header.active .nav li>a.active{color:#C8000B}
.header.active .nav li>a.active::after{background:#C8000B}
.header.active .child{background: rgba(0,0,0,.3);}
.header.active .lang>span{color:#333}
.header.active .lang>span::after{background-image:url(../images/arrow.svg)}
.header.active .search{background-image:url(../images/search.png)}
.header.active .menu{background-image:url(../images/menu.svg)}

.footer{padding:80px 0 70px;background-color:#37393d}
.footer .width{max-width:1600px}
.footer1{display:flex;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom: 35px;}
.footer1 .info{flex:1;padding-right:50px;}
.footer1 .logo{width:167px;height:48px;margin-bottom: 40px}
.footer1 ul{display:flex;flex:1;padding-right:50px}
.footer1 li{font-size:16px;margin-right:40px;padding-right:40px;position:relative}
.footer1 li:last-child{margin-right:0;padding-right:0}
.footer1 li::after{content:'';width:1px;height:15px;position:absolute;right:0;top:4px;background:rgba(255,255,255,.5)}
.footer1 li:last-child::after{display: none;}
.footer1 li>a{color:rgba(255,255,255,.5)}
.footer1 .qr{width:130px}
.footer1 .qr .img-div{width:130px;height:130px;margin-bottom: 10px;}
.footer1 .qr>p{text-align: center;color:rgba(255,255,255,.5)}
.footer2{display:flex}
.footer2>p{flex:1;padding-right:50px}
.footer2>p>span{line-height:24px;color:rgba(255,255,255,.5)}
.footer2>a{width:max-content;text-align:right;color:rgba(255,255,255,.5)}

.back{display:none;width:40px;height:40px;background:#999 url(../images/6.png) no-repeat center center/20px;cursor:pointer;transition:.3s;position: fixed;right:20px;bottom:20px;z-index: 999;}

.nav-m{display:none;position:fixed;top:0;left:0;bottom:0;width:100%;background:#fff;overflow-y:auto;z-index:1000}
.nav-m .info{display:flex;justify-content:space-between;align-items:center;height:70px}
.nav-m .logo{width:250px;height:40px}
.nav-m .close{width:20px;height:20px;background:url(../images/close.svg) no-repeat center center/20px}
.nav-m ul{border-top:1px solid rgba(0,0,0,.1);margin-top:10px}
.nav-m li{border-bottom:1px solid rgba(0,0,0,.1);padding:20px 0;position:relative;font-size:16px}
.nav-m li::after{position:absolute;top:50%;right:0;transform:translateY(-50%);content:'';width:18px;height:18px;background:url(../images/arrow.svg) no-repeat center center/10px;transition:.3s}
.nav-m li:first-child::after{display:none}
.nav-m li.rotate::after{transform:rotate(90deg);top:35%}
.nav-m li>a{display:inline-block;color:#000;font-size:16px}
.nav-m li>a.block{display:block}
.nav-m .child{display:none;margin-left:15px;margin-bottom:10px}
.nav-m .child>a{display:block;padding:18px 0;border-bottom:1px rgba(0,0,0,.1) solid;font-size:16px}
.nav-m li:first-child>a{display:block}

.inner-banner{position:relative;z-index: 10;}
.inner-banner .m{display:none}
.inner-banner .img{padding-bottom:33.33%}
.inner-banner .width{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff}
.inner-banner .width>p:nth-of-type(1){font-size:48px;line-height:58px;margin-bottom:20px}
.inner-banner .width>p:nth-of-type(2){font-size:20px;line-height:30px}

@media (max-width:1440px){
    .header .logo{width:141px;height:40px}
    .header .nav li{padding:0 25px}
    .header .nav li>a{line-height: 90px;}
    .header .child{top:91px}
    .header .child>div>a{line-height: 70px;}

    .footer{padding:60px 0 50px}
    .footer1{margin-bottom: 25px;}
    .footer1 .logo{width:180px;height:40px;margin-bottom: 30px;}
    .footer1 .qr{width:120px}
    .footer1 .qr .img-div{width:120px;height:120px}

    .inner-banner .width>p:nth-of-type(1){font-size: 40px;line-height: 50px;margin-bottom: 10px;}
    .inner-banner .width>p:nth-of-type(2){font-size: 18px;line-height: 28px;}
}

@media (max-width:1279px){
    .header .width{height: 70px;}
    .header .logo{width:250px;height:40px}
    .header .header-r{flex:1;padding-left:0;display:flex;align-items:center;justify-content:flex-end}
    .header .nav{display:none}
    .header .lang>span{font-size:14px}
    .header .lang>span::after{top:5px}
    .header .lang .popup{width:80px}
    .header .lang .popup>a{line-height: 35px;}
    .header .search{margin:0 5px 0 10px}
    .header .search .popup{position:fixed;top:70px;left:0;width:100%}
    .header .search .popup .input{width:calc(100% - 45px);height:45px;padding:0 15px}
    .header .search .popup .btn{width:45px;height:45px;background-size: 18px;}
    .header .menu{display:block;width: 20px;height: 20px;background: url(../images/menu-w.svg) no-repeat center center/20px;}

    .footer{padding:50px 0 30px;position: relative;}
    .footer1{display:block;margin-bottom: 20px;}
    .footer1 .info{padding-right: 0;margin-bottom: 20px;}
    .footer1 .logo{margin:0 auto 40px}
    .footer1 ul{flex-wrap: wrap;padding-right:0}
    .footer1 li{width:calc(100% / 3 - 6px);font-size:14px;margin-right:9px;padding-right:0;text-align: center;margin-bottom: 10px;}
    .footer1 li:nth-child(3n){margin-right:0}
    .footer1 li::after{height:12px;top:2px;right:-4px}
    .footer1 li:nth-child(3n)::after{display: none;}
    .footer1 .qr{margin:0 auto}
    .footer2{display:block}
    .footer2>p{padding-right:0;text-align:center;margin-bottom: 5px;}
    .footer2>a{width:100%;text-align:center}

    .back{width:30px;height:30px;bottom:10px;right:10px;background-size: 15px;}

    .inner-banner .pc{display:none}
    .inner-banner .m{display:block}
    .inner-banner .img{padding-bottom:80%}
    .inner-banner .width{top:60%;text-align: center;}
    .inner-banner .width>p:nth-of-type(1){font-size:25px;line-height:35px;margin-bottom:10px}
    .inner-banner .width>p:nth-of-type(2){font-size:14px;line-height:24px}
}

@media (any-hover:hover){
    .header .nav li>a:hover::after{width:100%}
    .header .child>div>a:hover{color:#C8000B}
    .header .search .popup .btn:hover{background-color:#222}
    .header .lang .popup>a:hover{color:#C8000B}
    
    .footer2 li>a:hover{color:#fff}
    .footer2 .back:hover{background-color:#C8000B;background-image:url(../images/6-w.png);border-color:#C8000B}
    .footer3>a:hover{color:#fff}
}

/*首页*/
.index-page .width{max-width:1600px}
.index-page .tit>p:nth-of-type(1){line-height:24px; font-size:24px;  color:#666;margin-bottom:10px}
.index-page .tit>p:nth-of-type(2){font-size:48px;line-height:72px;color:#000}
.index-page .more{width:180px;line-height:58px;padding-left:40px;font-size:16px;color:#000;background:url(../images/2.png) no-repeat 78% center/16px;transition:.3s;border:1px #ccc solid}
.index-page .more1{border-color:#fff;color:#fff;background-image:url(../images/2-w.png)}

.index-page .banner .swiper-slide{position:relative}
.index-page .banner .m{display:none}
.index-page .banner .img{padding-bottom:50%}
.index-page .banner #video{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}
.index-page .banner .width{max-width: 1280px;}
.index-page .banner .info{ position:absolute;top:33%;left:50%;transform:translateX(-50%);color:#fff;z-index:3}
.index-page .banner .info>p:nth-of-type(1){font-size:60px;line-height:72px}
.index-page .banner .info>p:nth-of-type(2){font-size:20px;line-height:30px;margin:35px 0 55px}
.index-page .banner .arrow{position: absolute;bottom:31%;left: 50%;transform: translateX(-50%);height: 110px;z-index: 2;}
.index-page .banner .arrow>div{width:50px;height:50px;border:1px #fff solid;background:url(../images/arrow-w.svg) no-repeat center center/12px;cursor:pointer;transition:.3s}
.index-page .banner .prev{margin-bottom:10px;transform:rotate(-180deg)}

.index-page .box1{padding:110px 0 120px}
.index-page .box1 .width{display:flex;align-items:flex-start}
.index-page .box1 .tit{border-right:1px solid #eee;width:34.5%;padding-right:50px}
.index-page .box1 .con{width:65.5%;padding-left:8%}
.index-page .box1 .con>p{font-size:16px;line-height:32px;color:#666}
.index-page .box1 .swiper-container{padding-bottom:20px;margin:55px 0}
.index-page .box1 .swiper-slide{width:auto;padding-right:65px;display:flex;align-items:center;border-right:1px #eee solid}
/*.index-page .box1 .swiper-slide:last-child{padding-right:0;border-right:0}*/
.index-page .box1 .img-div{width:56px;height:52px;margin-right:25px}
.index-page .box1 .num{display:flex;align-items:flex-end;color:#000;margin-bottom:5px}
.index-page .box1 .num>span:first-child{font-size:48px}
.index-page .box1 .num>span:last-child{font-size:18px;margin:0 0 8px 10px}
.index-page .box1 .swiper-slide p{color:#666}
.index-page .box1 .swiper-scrollbar{opacity:1 !important;height:1px;background:#ccc}
.index-page .box1 .swiper-scrollbar-drag{background:#C8000B;height:1px}

.index-page .box2 .swiper-container{height:880px}
.index-page .box2 .swiper-slide{height:auto}
.index-page .box2 .swiper-slide.active{position:relative;background:rgba(0,0,0,.3)}
.index-page .box2 .swiper-slide.active::after{content:'';width:100%;height:100%;background:url(../images/3.png) no-repeat center center/100%;position:absolute;top:0;left:0;opacity:.02}
.index-page .box2 .con{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;padding:38% 18% 0}
.index-page .box2 .img-div{font-size:32px;line-height:42px;color:#fff;margin:30px 0 40px}
.index-page .box2 .con>a:nth-of-type(1){font-size:32px;line-height:42px;color:#fff;margin:30px 0 40px}
.index-page .box2 .con>p{font-size:16px;line-height:32px;color:#fff;margin-bottom:60px}

.index-page .box3{padding:120px 0}
.index-page .box3 .width{display:flex}
.index-page .box3 .tit{width:40%;padding-right:50px;margin-top:40px}
.index-page .box3 .cate{margin:40px 0 75px}
.index-page .box3 .cate>a{display:block;font-size:16px;line-height:26px;opacity:.5;margin-bottom:30px}
.index-page .box3 .cate>a.active{opacity:1;font-size:24px;line-height:34px}
.index-page .box3 .con{flex:1;display:none}
.index-page .box3 ul{display:flex;flex-wrap:wrap}
.index-page .box3 li{width:calc(50% - 20px);margin-bottom:40px;height:280px;background: #fff;box-shadow: 0 0 20px rgba(0,0,0,.1); position:relative}
.index-page .box3 li:nth-child(2n+1){margin-right:40px}
.index-page .box3 li::after{content:'';position:absolute;top:0;left: 0; background: rgba(0,0,0,.7);width: 100%;height: 100%;opacity: 0;transition: .3s;}
.index-page .box3 .info{position: relative;z-index: 2;height: 100%;padding:25px 50px 0;}
.index-page .box3 .info>p:nth-of-type(1){display:flex;align-items:flex-end;margin-bottom:25px;color: #999;}
.index-page .box3 .info>p:nth-of-type(1)>span:nth-of-type(1){font-size:40px}
.index-page .box3 .info>p:nth-of-type(1)>span:nth-of-type(2){font-size:16px;margin:0 0 8px 10px}
.index-page .box3 .info>p:nth-of-type(2){font-size:24px;line-height:36px}
.index-page .box3 .info>p:nth-of-type(3){position:absolute;bottom:45px;left:50px;font-size:16px;padding-right:40px;background:url(../images/18.png) no-repeat right 5px/16px;color: #666;}
.index-page .box3 .img{position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity: 0;transition: .3s;}

.index-page .box4{padding:100px 0}
.index-page .box4 .tit{text-align:center}
.index-page .box4 .more{text-align:left;margin-top:35px;background-color: #fff;}
.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 桌面端默认4列 */
    grid-template-rows: repeat(3, 1fr);
    padding-bottom: 60px;
    gap: 15px; /* 网格项之间的间距，可选 */
}

.grid-item {
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* 确保图片自适应容器 */
.grid-item img {
    max-width: 100%;
    height: auto;
    display: block; /* 去除图片底部间隙 */
    border-radius: 4px; /* 可选：添加圆角 */
}

/* 手机端适配：屏幕宽度≤768px时一行两列 */
@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr); /* 手机端改为2列 */
        gap: 10px; /* 手机端可适当减小间距 */
        padding: 0 10px; /* 增加左右内边距，避免贴边 */
    }
}

@media (max-width:1600px){
    .index-page .banner .info{top:28%}
    .index-page .banner .info>p:nth-of-type(1){font-size: 55px;line-height: 65px;}
    .index-page .banner .arrow{bottom: 20%;}
}

@media (max-width:1440px){
    .index-page .tit>p:nth-of-type(2){font-size: 40px;line-height: 60px;}
    .index-page .more{line-height: 50px;width: 140px;font-size: 14px;background-size: 12px;padding-left: 30px;}

    .index-page .banner .info>p:nth-of-type(1){font-size: 50px;line-height: 60px;}
    .index-page .banner .info>p:nth-of-type(2){margin:30px 0 45px}

    .index-page .box1{padding:90px 0 100px}
    .index-page .box1 .tit{width:36%}
    .index-page .box1 .con{padding-left: 5%;width:64%}
    .index-page .box1 .swiper-container{margin:40px 0}
    .index-page .box1 .swiper-slide{padding-right:35px}
    .index-page .box1 .img-div{width: 51px;height: 47px;}
    .index-page .box1 .num>span:first-child{font-size: 40px;}

    .index-page .box2 .swiper-container{height: 780px;}

    .index-page .box3{padding:100px 0}
    .index-page .box3 li{height: 250px;}
    .index-page .box3 .info{padding:25px 40px 0}
    .index-page .box3 .info>p:nth-of-type(1){margin-bottom: 15px;}
    .index-page .box3 .info>p:nth-of-type(2){font-size: 22px;line-height: 34px;}
    .index-page .box3 .info>p:nth-of-type(3){left:40px}

    .index-page .box4{padding:80px 0}
    
}

@media (max-width:1279px){
    .index-page .tit{text-align: center;}
    .index-page .tit>p:nth-of-type(1){margin-top: 30px;margin-bottom: 30px;font-size: 24px;line-height: 26px;}
    .index-page .tit>p:nth-of-type(2){font-size:22px;line-height:34px}
    .index-page .more{width:140px;margin:0 auto;display:block;line-height:45px;padding-left:30px;font-size:14px;background-size:14px}

    .index-page .banner .pc{display:none}
    .index-page .banner .m{display:block}
    .index-page .banner .img{padding-bottom:100%}
    .index-page .banner #video{display: none;}
    .index-page .banner .info{top:0;height: 100%;text-align: left;}
    .index-page .banner .info>p:nth-of-type(1){font-size:25px;line-height:35px;margin-top:180px}
    .index-page .banner .info>p:nth-of-type(2){font-size:14px;line-height:24px;margin:10px 0}
    .index-page .banner .arrow{bottom:25px;left: 0;transform: translateX(0);height: 35px;display: flex;justify-content: center;width: 100%;}
    .index-page .banner .arrow>div{width:35px;height:35px;background-size: 10px;}
    .index-page .banner .prev{margin:0 10px 0 0}

    .index-page .box1{padding:10px 0}
    .index-page .box1 .width{display:block}
    .index-page .box1 .tit{border-bottom:1px solid #eee;border-right:0;width:100%;padding:0 0 0 0;margin-bottom: 15px;}
    .index-page .box1 .con{width:100%;padding-left:0}
    .index-page .box1 .con>p{font-size:16px;line-height:32px}
    .index-page .box1 .swiper-container{margin:20px 0 30px}
    .index-page .box1 .swiper-slide{padding-right:7px;}
    .index-page .box1 .img-div{width:46px;height:42px;margin-right:15px}
    .index-page .box1 .num>span:first-child{font-size:18px;color:#ff0006;}
    .index-page .box1 .num>span:last-child{font-size:14px;margin:0 0 5px 10px}

    .index-page .box2{padding-bottom: 100%;position: relative;}
    .index-page .box2 .swiper-container{position: absolute;width:100%; height:100%;top: 0;left: 0;}
    .index-page .box2 .swiper-slide.active{background:none}
    .index-page .box2 .swiper-slide.active::after{display: none;}
    .index-page .box2 .con{position:absolute;top:0;left:0;width:100%;height:100%;padding:0 25px;text-align: center;display: flex;flex-direction: column;justify-content: center;}
    .index-page .box2 .img-div{margin:0 auto;margin:20px 0 10px;font-size:22px;line-height:32px;}
    .index-page .box2 .con>a:nth-of-type(1){font-size:18px;line-height:32px;margin:20px 0 10px}
    .index-page .box2 .con>p{font-size:14px;line-height:24px;margin-bottom:20px}
    .index-page .box2 .more{text-align: left;}
    .index-page .box2 .swiper-pagination-bullet{background: #fff;}
    .index-page .box2 .swiper-pagination-bullet-active{background: #fff;}

    .index-page .box3{padding:10px 0 30px}
    .index-page .box3 .width{display:block}
    .index-page .box3 .tit{width:100%;padding-right:0;margin:0 0 30px}
    .index-page .box3 .cate{margin:20px 0;display: flex;justify-content: center;align-items: center;}
    .index-page .box3 .cate>a{font-size:14px;line-height:24px;margin:0 20px 0 0}
    .index-page .box3 .cate>a.active{font-size:24px;line-height:28px}
    .index-page .box3 .more{text-align: left;}
    .index-page .box3 ul{display:block}
    .index-page .box3 li{width:100%;margin-bottom:20px;height:auto}
    .index-page .box3 li:nth-child(2n+1){margin-right:0}
    .index-page .box3 .info{padding:20px 25px;}
    .index-page .box3 .info>p:nth-of-type(1){margin-bottom:10px}
    .index-page .box3 .info>p:nth-of-type(1)>span:nth-of-type(1){font-size:30px}
    .index-page .box3 .info>p:nth-of-type(1)>span:nth-of-type(2){font-size:14px;margin:0 0 5px 10px}
    .index-page .box3 .info>p:nth-of-type(2){font-size:16px;line-height:28px;margin-bottom: 15px;}
    .index-page .box3 .info>p:nth-of-type(3){display:inline-block;position:static;font-size:14px;padding-right:30px;background-size:12px}
    .index-page .box3 .img{position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity: 0;transition: .3s;}

    .index-page .box4{padding:20px 0;background-color: #ecf1f8;}
    .index-page .box4 .more{margin-top:20px}
}

@media (any-hover:hover){
    .index-page .more:hover{background-color:#C8000B;color:#fff;background-image:url(../images/2-w.png);border-color:#C8000B}
    
    .index-page .banner .arrow>div:hover{background-color:#C8000B;border-color:#C8000B}

    .index-page .box3 li:hover::after{opacity: 1;}
    .index-page .box3 li:hover .img{opacity: 1;}
    .index-page .box3 li:hover .info>p:nth-of-type(1){color: #fff;}
    .index-page .box3 li:hover .info>p:nth-of-type(2){color: #fff;}
    .index-page .box3 li:hover .info>p:nth-of-type(3){color: #fff;}

}




/* 关于 */
.about-page{background: #f9f9f9;}
.about-page .tit{text-align: center;}
.about-page .tit>p:nth-of-type(1){font-size: 48px;line-height: 58px;color:#666;margin-bottom: 20px;}
.about-page .tit>p:nth-of-type(2){font-size: 16px;line-height: 26px;color:#666}

.about-page .box1{padding:90px 0 210px;background-position: center bottom;background-size:100%}
.about-page .box1 .width{display: flex;}
.about-page .box1 .tit{text-align: left;width:31.25%;padding-right: 50px;}
.about-page .box1 ul{margin-top: 40px;}
.about-page .box1 li{display: flex;margin-bottom: 40px;}
.about-page .box1 .img-div{width: 56px;height: 51px;margin-top:20px}
.about-page .box1 .info{flex:1;padding-left:30px}
.about-page .box1 .info>p:nth-of-type(1){color:#000;font-size: 18px;}
.about-page .box1 .info>p:nth-of-type(1)>span:nth-of-type(1){font-size: 48px;}
.about-page .box1 .info>p:nth-of-type(2){color:#666;line-height: 26px;}
.about-page .box1 .width>p{flex:1;color:#666;line-height: 32px;font-size: 16px;max-height:544px;overflow:hidden}

.about-page .box2{padding-bottom: 45.83%;position: relative;}
.about-page .box2 .swiper-container{position: absolute;top:0;left:0;width: 100%;height: 100%;}
.about-page .box2 .swiper-slide{border-right:1px solid rgba(255,255,255,.1);padding:16.5% 50px;color:#fff;text-align: center;transition: .3s;}
.about-page .box2 .img-div{width: 78px;height: 62px;margin:0 auto}
.about-page .box2 .swiper-slide>p:nth-of-type(1){font-size: 30px;line-height: 40px;margin:40px 0 20px}
.about-page .box2 .swiper-slide>p:nth-of-type(2){font-size: 16px;line-height: 26px;}

.about-page .box3{padding-top:90px;height:900px}
.about-page .box3 .con{margin-top:50px;position:relative}
.about-page .box3 .con::before{content:'';position:absolute;width:100%;height:1px;background:#ddd;left:0;top:140px}
.about-page .box3 .swiper-container{position:relative;z-index:2}
.about-page .box3 .swiper-slide{display:flex;flex-direction:column;align-items:flex-end;height: auto;padding:122px 0 0 55px}
.about-page .box3 .swiper-slide-active{align-items:flex-start}
.about-page .box3 .swiper-slide-next{align-items:center;text-align: center;padding:0}
.about-page .box3 .swiper-slide>p:nth-of-type(1){position:relative;font-size:36px;line-height:36px;color:#999}
.about-page .box3 .swiper-slide>p:nth-of-type(1)::before{content:'';position:absolute;bottom:10px;left:-55px;width:11px;height:11px;border:2px solid #ccc;border-radius:50%;z-index:2;background: #fff;}
.about-page .box3 .swiper-slide-next>p:nth-of-type(1){font-size:100px;line-height:100px;color:#000}
.about-page .box3 .swiper-slide-next>p:nth-of-type(1)::before{bottom:-47px;transform:translate(-50%,0);left:50%;width:14px;height:14px;border:0;}
.about-page .box3 .swiper-slide-next>p:nth-of-type(1)::after{content:'';position:absolute;bottom:-55px;transform:translateX(-50%);left:50%;width:30px;height:30px;background:#C8000B;border-radius:50%;z-index:1}
.about-page .box3 .swiper-slide>p:nth-of-type(2){opacity: 0;;font-size:16px;line-height:26px;margin-top:80px;transition:1s}
.about-page .box3 .swiper-slide-next>p:nth-of-type(2){opacity:1}
.about-page .box3 .arrow{width:720px;position:absolute;top:110px;left:50%;transform:translateX(-50%);height:60px;display:flex;justify-content:space-between;z-index:2}
.about-page .box3 .arrow>div{width:60px;height:60px;border-radius:50%;background:#ccc url(../images/arrow-w.svg) no-repeat center center/12px;cursor:pointer;transition:.3s}
.about-page .box3 .prev{transform:rotate(180deg)}

.about-page .box4{position: relative;height: 860px;overflow:hidden}
.about-page .box4>span{position: absolute;width: 100%;height: 100%;top:0;left:0}
.about-page .box4>span:nth-of-type(1){background:url(../images/41.png) no-repeat left 48%/20.67%}
.about-page .box4>span:nth-of-type(2){background:url(../images/43.png) no-repeat 85% bottom/22.13%}
.about-page .box4>.width{display: flex;position: relative;z-index:2}
.about-page .box4 .imgs{width: 44.83%;height:860px;background:url(../images/42.png) no-repeat left top/73.33%}
.about-page .box4 .imgs .swiper-container{height: 860px;padding-right: 20px;}
.about-page .box4 .imgs .swiper-slide{height:100%;display: flex;justify-content: flex-end;padding-top:160px}
.about-page .box4 .imgs .img-div{width:330px;height:460px;background:#fff;border-radius: 10px;box-shadow: 0 0 20px rgba(0,0,0,.1)}
.about-page .box4 .imgs .img-div>img{max-width: 65%;max-height:70%}
.about-page .box4 .imgs .swiper-slide>p{display: none;}
.about-page .box4 .txt{width:55.62%;padding-left:100px;margin-top: 130px;}
.about-page .box4 .txt .swiper-container{height: 410px;}
.about-page .box4 .txt .swiper-slide{font-size: 24px;line-height: 34px; opacity: .5;display: flex;align-items: center;}
.about-page .box4 .txt .swiper-slide-active{font-size: 48px;line-height: 60px; opacity: 1;}
.about-page .box4 .arrow>div{width: 60px;height: 60px;background: #ccc url(../images/arrow-w.svg) no-repeat center center/12px;transform: rotate(90deg);cursor: pointer;transition: .3s;}
.about-page .box4 .prev{margin-bottom: 10px;transform: rotate(-90deg) !important}

@media (max-width:1440px){
    .about-page .tit>p:nth-of-type(1){font-size: 40px;line-height: 50px;margin-bottom: 10px;}
    .about-page .box1{padding:70px 0 170px}
    .about-page .box1 .img-div{width:51px;height:46px;margin-top:15px}
    .about-page .box1 .info>p:nth-of-type(1)>span:nth-of-type(1){font-size: 40px;}

    .about-page .box2 .swiper-slide{padding:15% 50px}
    .about-page .box2 .img-div{width:73px;height:57px}
    .about-page .box2 .swiper-slide>p:nth-of-type(1){font-size: 26px;line-height: 36px;margin:30px 0 10px}

    .about-page .box3{padding-top:70px;height:750px}
    .about-page .box3 .con::before{top:111px}
    .about-page .box3 .swiper-slide{padding:93px 0 0 55px}
    .about-page .box3 .swiper-slide-next{padding:0}
    .about-page .box3 .swiper-slide-next>p:nth-of-type(1){font-size: 80px;line-height: 80px;}
    .about-page .box3 .swiper-slide-next>p:nth-of-type(1)::before{width:12px;height:12px;bottom:-37px}
    .about-page .box3 .swiper-slide-next>p:nth-of-type(1)::after{width:26px;height:26px;bottom:-45px}
    .about-page .box3 .swiper-slide>p:nth-of-type(2){margin-top:70px}
    .about-page .box3 .arrow{top:85px}
    .about-page .box3 .arrow>div{width: 50px;height: 50px;}

    .about-page .box4{height:700px}
    .about-page .box4 .imgs{height:700px}
    .about-page .box4 .imgs .swiper-container{height:700px}
    .about-page .box4 .imgs .swiper-slide{padding-top: 150px;}
    .about-page .box4 .imgs .img-div{width: 300px;height:400px}
    .about-page .box4 .txt{padding-left: 80px;margin-top:100px}
    .about-page .box4 .txt .swiper-container{height:350px}
    .about-page .box4 .txt .swiper-slide{font-size: 22px;line-height: 32px;}
    .about-page .box4 .txt .swiper-slide-active{font-size: 35px;line-height: 45px;}
    .about-page .box4 .arrow>div{width:50px;height: 50px;}
}

@media (max-width:1279px){
    .about-page .tit>p:nth-of-type(1){font-size: 24px;line-height: 32px;margin-bottom: 30px;}
    .about-page .tit>p:nth-of-type(2){font-size: 14px;line-height: 24px}

    .about-page .box1{padding:37px 0 50px;background-size:150%}
    .about-page .box1 .width{display: block;}
    .about-page .box1 .tit{text-align: center;width:100%;padding-right: 0;border-bottom: 1px solid #eee;}
    .about-page .box1 ul{display: flex;flex-wrap:wrap; margin: 30px 0 0;}
    .about-page .box1 li{display: block; margin-bottom: 20px;width:calc(100% / 3 - 6px);margin-right: 9px;}
    .about-page .box1 li:nth-child(3n){margin-right: 0;}
    .about-page .box1 .img-div{width: 41px;height: 36px;margin:0 auto}
    .about-page .box1 .info{padding-left:0}
    .about-page .box1 .info>p:nth-of-type(1){font-size: 14px;margin:15px 0 5px}
    .about-page .box1 .info>p:nth-of-type(1)>span:nth-of-type(1){font-size: 25px;}
    .about-page .box1 .info>p:nth-of-type(2){line-height: 22px;font-size: 12px;}
    .about-page .box1 .width>p{line-height: 26px;font-size: 14px;max-height:1040px}

    .about-page .box2{padding-bottom:75%}
    .about-page .box2 .swiper-slide{border-right:0;padding:0 25px 20px;display: flex;flex-direction: column;justify-content: center;}
    .about-page .box2 .img-div{width: 68px;height: 52px}
    .about-page .box2 .swiper-slide>p:nth-of-type(1){font-size: 20px;line-height: 30px;margin:20px 0 10px}
    .about-page .box2 .swiper-slide>p:nth-of-type(2){font-size: 14px;line-height: 24px;}
    .about-page .box2 .swiper-pagination-bullet{background: #fff;opacity: 1;}
    .about-page .box2 .swiper-pagination-bullet-active{background: #C8000B;}

    .about-page .box3{padding:50px 0 220px;height:auto}
    .about-page .box3 .con{margin-top:30px}
    .about-page .box3 .con::before{top:77px}
    .about-page .box3 .swiper-container{width:100%}
    .about-page .box3 .swiper-slide{align-items:center;text-align: center;padding:0 20px}
    .about-page .box3 .swiper-slide-active{align-items:center}
    .about-page .box3 .swiper-slide>p:nth-of-type(1){font-size:50px;line-height:50px;color:#000}
    .about-page .box3 .swiper-slide>p:nth-of-type(1)::before{bottom:-33px;left:50%;width:10px;height:10px;border:0;transform:translateX(-50%)}
    .about-page .box3 .swiper-slide>p:nth-of-type(1)::after{content:'';position:absolute;bottom:-40px;transform:translateX(-50%);left:50%;width:24px;height:24px;background:#C8000B;border-radius:50%;z-index:1}
    .about-page .box3 .swiper-slide>p:nth-of-type(2){opacity: 1;font-size:14px;line-height:24px;margin-top:60px}
    .about-page .box3 .arrow{width:calc(100% - 20px);top:56px;height:40px}
    .about-page .box3 .arrow>div{width:40px;height:40px}

    .about-page .box4{height: auto;padding:30px 0 50px}
    .about-page .box4>span:nth-of-type(1){background-position:left 20%;background-size:50%}
    .about-page .box4>span:nth-of-type(2){background-size:50%}
    .about-page .box4>.width{display: block;width:calc(100% - 20px)}
    .about-page .box4 .imgs{width: 100%;height:auto;background:none}
    .about-page .box4 .imgs .swiper-container{padding: 20px;height:auto}
    .about-page .box4 .imgs .swiper-slide{height:auto;display: block;padding-top:0}
    .about-page .box4 .imgs .img-div{width:100%;height:300px;margin-bottom: 15px;}
    .about-page .box4 .imgs .img-div>img{max-width: 65%;max-height:70%}
    .about-page .box4 .imgs .swiper-slide>p{display: block;text-align: center;font-size: 16px;line-height: 26px;}
    .about-page .box4 .txt{width:100%;padding-left:0;margin-top: 0;}
    .about-page .box4 .txt .swiper-container{display: none;}
    .about-page .box4 .arrow{display: flex;justify-content: center;}
    .about-page .box4 .arrow>div{width: 40px;height: 40px;transform: rotate(0)}
    .about-page .box4 .prev{margin-bottom: 0;margin-right:10px;transform: rotate(180deg) !important}
}

@media (any-hover:hover){
    .about-page .box2 .swiper-slide:hover{background: rgba(0,0,0,.1);}

    .about-page .box3 .arrow>div:hover{background-color:#C8000B}

    .about-page .box4 .arrow>div:hover{background-color:#C8000B}
}

/* 新闻 */
.news-page.list{position: relative;padding:80px 0 40px}
.news-page.list::before{content:'';position:absolute;top:-40px;left:30px;width:100%;height:100%;background:url(../images/20.png) no-repeat left top/44.89%;opacity: .6;}
.news-page.list::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url(../images/21.png) no-repeat center bottom/100%}
.news-page.list .width{position: relative;z-index: 2;}

.news-page.list .cate{display: flex;justify-content: center;margin-bottom: 40px;}
.news-page.list .cate>a{line-height: 60px;font-size: 16px;margin-right: 20px;padding:0 40px;transition: .3s;box-shadow: 0 0 20px rgba(0,0,0,.1);background: #fff;}
.news-page.list .cate>a:last-child{margin-right: 0;}
.news-page.list .cate>a.active{background: #C8000B;color:#fff}

.news-page.list .best{max-width: 1320px;margin-bottom: 40px;}
.news-page.list .best .swiper-container{padding: 20px;}
.news-page.list .best .swiper-slide{display: flex;box-shadow: 0 0 20px rgba(0,0,0,.1);background: #fff;}
.news-page.list .best .img-bg{width: 68.75%;position: relative;}
.news-page.list .best .img{padding-bottom: 52.27%;}
.news-page.list .best .swiper-pagination{height: 60px;bottom: 0;width: auto;padding: 0 35px;right: 0;display: flex;align-items: center;background: #fff;}
.news-page.list .best .swiper-pagination-bullet{margin:0 5px;width: 8px;height: 8px;background: #c3c3c3;opacity: 1;}
.news-page.list .best .swiper-pagination-bullet-active{width: 6px;height: 6px;background: #C8000B;position: relative;margin:0 10px;}
.news-page.list .best .swiper-pagination-bullet-active::after{content:'';position:absolute;top: 50%;left:50%;transform: translate(-50%,-50%); width: 14px;height: 14px;border-radius: 50%;border:1px solid #C8000B;}
.news-page.list .best .info{width: 31.25%;padding:50px 70px 0;position: relative;}
.news-page.list .best .info>p:nth-of-type(1){color: #999;display: flex;align-items: flex-end;}
.news-page.list .best .info>p:nth-of-type(1)>span:nth-of-type(1){font-size: 40px;}
.news-page.list .best .info>p:nth-of-type(1)>span:nth-of-type(2){font-size: 16px;margin:0 0 8px 15px}
.news-page.list .best .info>a:nth-of-type(1){font-size: 24px;line-height: 36px;margin: 25px 0 20px;}
.news-page.list .best .info>a:nth-of-type(2){font-size: 16px;padding-right:40px;color:#666;position: absolute;left: 70px;bottom: 65px;background: url(../images/18.png) no-repeat right center/16px;}

.news-page.list ul{display: flex;flex-wrap: wrap;}
.news-page.list li{width: calc(100% / 3 - 26px);margin-right: 39px;margin-bottom: 40px;position: relative;box-shadow: 0 0 20px rgba(0,0,0,.1);background: #fff;}
.news-page.list li:nth-child(3n){margin-right: 0;}
.news-page.list li .info{position: relative;z-index: 2;padding:60px 60px 100px;}
.news-page.list li .info>p:nth-of-type(1){color: #999;display: flex;align-items: flex-end;}
.news-page.list li .info>p:nth-of-type(1)>span:nth-of-type(1){font-size: 40px;}
.news-page.list li .info>p:nth-of-type(1)>span:nth-of-type(2){font-size: 16px;margin:0 0 8px 15px}
.news-page.list li .info>p:nth-of-type(2){font-size: 24px;line-height: 36px;margin: 25px 0 20px;}
.news-page.list li .info>p:nth-of-type(3){font-size: 16px;padding-right:40px;color:#666;position: absolute;left: 60px;bottom: 70px;background: url(../images/18.png) no-repeat right center/16px;}
.news-page.list li .mask{opacity: 0;position: absolute;top:0;left:0;width:100%;height:100%;background:url(../images/22.jpg) no-repeat center center/cover;transition: .3s;}
.news-page.list .page{padding:10px 0 40px}

.news-page.detail{padding: 80px 0;position: relative;}
.news-page.detail::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url(../images/23.png) no-repeat left top/38.02%;opacity: .6;}
.news-page.detail::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url(../images/24.png) no-repeat right bottom/45.1%}
.news-page.detail .width{position: relative;z-index: 2;display: flex;align-items: flex-start; justify-content: space-between;}
.news-page.detail .con{width: 71.87%;box-shadow: 0 0 20px rgba(0,0,0,.1);background: #fff;padding: 60px}
.news-page.detail .name{font-size: 36px;line-height: 46px;color: #000;}
.news-page.detail .time{font-size: 16px;color: #999;margin: 20px 0 30px;}
.news-page.detail .time>span:first-child{padding-right: 40px;}
.news-page.detail .content{border-top:1px #eee solid;border-bottom:1px #e5e5e5 solid;padding: 30px 0 40px;margin-bottom: 40px;}
.news-page.detail .content p{font-size: 16px;line-height: 30px;color:#666}
.news-page.detail .content img{max-width: 100%;margin:0 auto;height: auto !important;}
.news-page.detail .content a{display: inline-block;}
.news-page.detail .jump{display: flex;align-items: center;}
.news-page.detail .info{width: calc(100% - 168px);padding-right: 50px;}
.news-page.detail .info>a{font-size: 16px;line-height: 34px;color: #666;}
.news-page.detail .jump>a{line-height:57px;width: 168px;background: #1b4493;color: #fff;text-align: center;font-size: 16px;transition: .3s;}

/* .news-page.detail .fixed-box{width:25%;position:absolute;top:0;right:0;box-shadow: 0 0 10px rgba(0,0,0,.15);background: #fff} */
.news-page.detail .fixed-box{width: 25%;box-shadow: 0 0 10px rgba(0,0,0,.15);background: #fff}
.news-page.detail .fixed-box>p{line-height: 80px;color: #fff;font-size: 24px;background: url(../images/25.jpg) no-repeat center center/cover;padding-left: 30px;}
.news-page.detail .fixed-box ul{padding: 10px 30px 30px;}
.news-page.detail .fixed-box li{border-bottom: 1px solid #eee;padding: 20px 0 30px;}
.news-page.detail .fixed-box li:last-child{border-bottom: 0;}
.news-page.detail .fixed-box li>a{font-size: 16px;line-height: 30px;margin-bottom: 10px;position: relative;padding-left: 20px}
.news-page.detail .fixed-box li>a::before{content: '';position: absolute;top: 12px;left: 0;background: #37393d;width: 6px;height: 6px;border-radius: 50%;}
.news-page.detail .fixed-box li>p{color: #999;padding-left: 20px;}

@media (max-width:1440px){
    .news-page.list{padding:60px 0 30px}
    .news-page.list .best .info{padding:40px 60px 0}
    .news-page.list .best .info>a:nth-of-type(1){font-size: 22px;line-height: 34px;margin:20px 0 15px}
    .news-page.list .best .info>a:nth-of-type(2){left:60px}

    .news-page.list li .info{padding:50px 50px 0;height: 420px;}
    .news-page.list li .info>p:nth-of-type(2){font-size: 22px;line-height: 34px;margin:20px 0 15px}
    .news-page.list li .info>p:nth-of-type(4){left:50px}

    .news-page.detail{padding:60px 0}
    .news-page.detail .name{font-size: 30px;line-height: 40px;}
    .news-page.detail .info{width: calc(100% - 140px);}
    .news-page.detail .jump>a{line-height: 50px;font-size: 14px;width:140px}
}

@media (max-width:1279px){
    .news-page.list{padding:30px 0}
    .news-page.list::before{top:-20px;left:10px;background-size:80%}

    .news-page.list .cate{margin-bottom: 10px;}
    .news-page.list .cate>a{line-height: 45px;font-size: 14px;padding:0 20px}
    .news-page.list .best{margin-bottom: 10px;width:100%}
    .news-page.list .best .swiper-slide{display: block;}
    .news-page.list .best .img-bg{width: 100%}
    .news-page.list .best .swiper-pagination{height: 40px;padding: 0 20px;}
    .news-page.list .best .info{width: 100%;padding:30px 25px 40px}
    .news-page.list .best .info>p:nth-of-type(1)>span:nth-of-type(1){font-size: 30px;}
    .news-page.list .best .info>p:nth-of-type(1)>span:nth-of-type(2){font-size: 14px;margin:0 0 4px 10px}
    .news-page.list .best .info>a:nth-of-type(1){font-size: 18px;line-height: 28px;margin: 10px 0;}
    .news-page.list .best .info>p:nth-of-type(2){font-size: 14px;line-height: 24px;margin-bottom: 20px;}
    .news-page.list .best .info>a:nth-of-type(2){font-size: 14px;padding-right:30px;position: static;background-size:14px;}

    .news-page.list ul{display: block}
    .news-page.list li{width: 100%;margin-right: 0;margin-bottom: 20px}
    .news-page.list li .info{padding:30px 25px 40px;height: auto;}
    .news-page.list li .info>p:nth-of-type(1)>span:nth-of-type(1){font-size: 30px;}
    .news-page.list li .info>p:nth-of-type(1)>span:nth-of-type(2){font-size: 14px;margin:0 0 4px 10px}
    .news-page.list li .info>p:nth-of-type(2){font-size: 18px;line-height: 28px;margin: 10px 0;}
    .news-page.list li .info>p:nth-of-type(3){font-size: 14px;padding-right:30px;position: static;background-size:14px;display:inline-block}
    .news-page.list li .mask{display: none;}
    .news-page.list .page{padding:10px 0 20px}

    .news-page.detail{padding: 30px 0 50px}
    .news-page.detail::before{background-size:50%}
    .news-page.detail::after{background-size:80%}
    .news-page.detail .width{display: block}
    .news-page.detail .con{width: 100%;padding: 30px 25px;margin-bottom: 30px;}
    .news-page.detail .name{font-size: 22px;line-height: 32px;text-align: center;}
    .news-page.detail .time{font-size: 12px;margin: 10px 0 15px;text-align: center;}
    .news-page.detail .time>span:first-child{padding-right: 10px;}
    .news-page.detail .content{padding: 20px 0;margin-bottom: 20px;}
    .news-page.detail .content p{font-size: 16px;line-height: 30px}
    .news-page.detail .jump{display: block}
    .news-page.detail .info{width: 100%;padding-right: 0;margin-bottom: 10px;}
    .news-page.detail .info>a{font-size: 14px;line-height: 24px}
    .news-page.detail .jump>a{line-height:45px;width: 120px;font-size: 14px}

    /* .news-page.detail .fixed-box{width:25%;position:absolute;top:0;right:0;box-shadow: 0 0 10px rgba(0,0,0,.15);background: #fff} */
    .news-page.detail .fixed-box{width: 100%}
    .news-page.detail .fixed-box>p{line-height: 60px;font-size: 18px;padding-left: 25px;}
    .news-page.detail .fixed-box ul{padding: 10px 25px 20px;}
    .news-page.detail .fixed-box li{padding: 15px 0 20px;}
    .news-page.detail .fixed-box li>a{font-size: 14px;line-height: 24px;margin-bottom: 10px}
    .news-page.detail .fixed-box li>a::before{top: 8px}
}

@media (any-hover:hover){
    .news-page.list .cate>a:hover{background: #C8000B;color:#fff;}
    .news-page.list .best .info>a:nth-of-type(1):hover{color:#C8000B}
    .news-page.list .best .info>a:nth-of-type(2):hover{color:#C8000B;background-image: url(../images/18-m.png);}

    .news-page.list li:hover .mask{opacity: 1;}
    .news-page.list li:hover .info>p:nth-of-type(1){color:#fff}
    .news-page.list li:hover .info>p:nth-of-type(2){color:#fff}
    .news-page.list li:hover .info>p:nth-of-type(3){color:#fff;background-image: url(../images/18-w.png)}

    .news-page.detail .info>a:hover{color: #C8000B;}
    .news-page.detail .jump>a:hover{background: #222;}

    .news-page.detail .fixed-box li>a:hover{color:#C8000B}
    .news-page.detail .fixed-box li>a:hover::before{background:#C8000B}
}

/* 招聘 */
.recruit-page .box1{position: relative;padding:90px 0 60px}
.recruit-page .box1::before{content:'';position:absolute;top:-60px;left:0;width:100%;height:100%;background:url(../images/26.png) no-repeat right top/60.72%}
.recruit-page .box1 .width{position: relative;z-index: 2;}
.recruit-page .box1 p:nth-of-type(1){font-size: 48px;line-height: 58px;color: #000;margin-bottom: 35px;}
.recruit-page .box1 p:nth-of-type(2){font-size: 16px;line-height: 30px;color: #666;overflow: hidden;max-height: 240px;}
.recruit-page .box1 a{color: #000;text-decoration: underline;display: inline-block;font-weight: bold;}

.recruit-page .box2{position: relative;padding-bottom: 60px;}
.recruit-page .box2::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url(../images/27.png) no-repeat left 60%/27.6%;z-index: 2}
.recruit-page .box2::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url(../images/28.png) no-repeat right 85%/14.32%;z-index: 2}
.recruit-page .box2 .img{height: 480px}
.recruit-page .box2 .con{max-width: 1400px;background: #fff;margin-top: -275px;position: relative}
.recruit-page .box2 ul{display: flex;flex-wrap: wrap;padding-top: 60px;}
.recruit-page .box2 li{box-shadow: 0 0 20px rgba(0,0,0,.1);width: calc(50% - 20px);margin-bottom: 40px;position: relative;padding: 50px 60px 160px;background: #fff;z-index: 3;}
.recruit-page .box2 li:nth-child(2n+1){margin-right: 40px;}
.recruit-page .box2 li>p:nth-of-type(1){font-size: 30px;line-height: 40px;}
.recruit-page .box2 li>p:nth-of-type(2){border-bottom: 1px solid #e5e5e5;margin:20px 0 25px;padding-bottom: 25px;}
.recruit-page .box2 li>p:nth-of-type(2)>span{margin-right: 50px;}
.recruit-page .box2 li>p:nth-of-type(2) em{color:#999;font-style: normal;}
.recruit-page .box2 li>p:nth-of-type(3){line-height: 32px;color: #666}
.recruit-page .box2 li>p:nth-of-type(4){position: absolute;bottom:70px;left:60px;line-height: 58px;border: 1px solid #e5e5e5;font-size: 16px;color: #666;transition: .3s;cursor: pointer;display: inline-block;width: 178px;padding-left: 40px;background: url(../images/18.png) no-repeat 75% center/16px;}
.recruit-page .box2 .page{padding-bottom: 40px;}

.recruit-page .popup{display: none; position: fixed;z-index: 999; left:0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.7);}
.recruit-page .popup .con{padding:75px 100px;background: #fff url(../images/30.png) no-repeat right bottom/80%;position: relative;margin:50px auto}
.recruit-page .popup .close{position: absolute;top: 0;right: 0;width: 50px;height: 50px;background: #eee url(../images/close.svg) no-repeat center center/20px;cursor: pointer;transition: .3s;}
.recruit-page .popup .tit{display: flex;align-items: center;border-bottom: 1px solid #e5e5e5;padding-bottom: 30px}
.recruit-page .popup .tit>p{flex:1;padding-right: 50px;font-size: 36px;line-height: 46px;}
.recruit-page .popup .tit>a{width: 180px;line-height: 60px;background: #C8000B url(../images/29.png) no-repeat 40px center/24px;padding-left: 75px;font-size: 16px;color: #fff;transition: .3s;}
.recruit-page .popup .content{margin:40px 0 35px;}
.recruit-page .popup .content p{font-size: 16px;line-height: 32px;color:#666}
.recruit-page .popup .tip{color: #999;line-height: 26px;}

@media (max-width:1440px){
    .recruit-page .box1 p:nth-of-type(1){font-size: 40px;line-height: 50px;}
    .recruit-page .box1{padding: 70px 0 60px;}
    .recruit-page .box2 .img{height: 400px;}
    .recruit-page .box2 .con{margin-top:-200px}
    .recruit-page .box2 ul{padding-top: 50px;}
    .recruit-page .box2 li{padding: 40px 50px 140px;}
    .recruit-page .box2 li>p:nth-of-type(1){font-size: 26px;line-height: 36px;}
    .recruit-page .box2 li>p:nth-of-type(2)>span{margin-right: 30px;}
    .recruit-page .box2 li>p:nth-of-type(4){bottom: 50px;font-size: 14px;line-height: 50px;background-size: 12px;padding-left: 30px;width: 145px;}

    .recruit-page .popup .con{padding:60px 80px;}
    .recruit-page .popup .tit{padding-bottom: 20px;}
    .recruit-page .popup .tit>p{font-size: 30px;line-height: 40px;}
    .recruit-page .popup .tit>a{width: 150px;line-height: 50px;background-position: 30px center;background-size: 20px;padding-left: 60px;font-size: 14px;}
    .recruit-page .popup .content{margin:30px 0 25px;}
}

@media (max-width:1279px){
    .recruit-page .box1{padding:50px 0}
    .recruit-page .box1::before{top:-10px;background-size:80%}
    .recruit-page .box1 p:nth-of-type(1){font-size: 22px;line-height: 32px;margin-bottom: 15px;}
    .recruit-page .box1 p:nth-of-type(2){font-size: 14px;line-height: 26px;max-height: 260px;}

    .recruit-page .box2{position: relative;padding-bottom: 30px;}
    .recruit-page .box2::before{background-size:50%;background-position: left 200px;}
    .recruit-page .box2::after{background-size:50%;background-position: right calc(100% - 50px);}
    .recruit-page .box2 .img{height: 200px}
    .recruit-page .box2 .con{margin-top: -100px;background:none;width:100%}
    .recruit-page .box2 ul{display: block;padding-top: 0;}
    .recruit-page .box2 li{width: 100%;margin-bottom: 20px;padding: 30px 25px}
    .recruit-page .box2 li:nth-child(2n+1){margin-right: 0;}
    .recruit-page .box2 li>p:nth-of-type(1){font-size: 18px;line-height: 28px;}
    .recruit-page .box2 li>p:nth-of-type(2){margin:15px 0;padding-bottom: 15px;}
    .recruit-page .box2 li>p:nth-of-type(2)>span{margin-right: 0;display: block;margin-bottom: 5px;}
    .recruit-page .box2 li>p:nth-of-type(3){line-height: 24px;margin-bottom: 20px;}
    .recruit-page .box2 li>p:nth-of-type(4){position: static;line-height: 45px;font-size: 14px;width: 140px;padding-left: 30px;background-size:12px;}
    .recruit-page .box2 .page{padding:10px 0 20px;}

    .recruit-page .popup .con{padding:30px 25px;background: #fff url(../images/30.png) no-repeat right bottom/80%;}
    .recruit-page .popup .close{width: 35px;height: 35px;background-size:15px}
    .recruit-page .popup .tit{display: block;padding-bottom: 15px}
    .recruit-page .popup .tit>p{padding-right: 0;font-size: 18px;line-height: 28px;margin-bottom: 15px;}
    .recruit-page .popup .tit>a{width: 125px;line-height: 40px;background-position:20px center;background-size:20px;padding-left: 45px;font-size: 14px}
    .recruit-page .popup .content{margin:20px 0}
    .recruit-page .popup .content p{font-size: 14px;line-height: 26px}
    .recruit-page .popup .tip{line-height: 20px;font-size: 12px;}
}

@media (any-hover:hover){
    .recruit-page .box2 li>p:nth-of-type(4):hover{background-image: url(../images/18-w.png);background-color: #C8000B;color: #fff;border-color: #C8000B;}

    .recruit-page .popup .close:hover{background-color: #C8000B;background-image: url(../images/close-w.svg);}
    .recruit-page .popup .tit>a:hover{background-color: #222}
}

/* 联系 */
.contact-page #map{height: 640px;}
.contact-page #map>div>div:nth-of-type(3){filter:grayscale(100)}
.contact-page .BMap_cpyCtrl,.contact-page .BMap_stdMpCtrl,.contact-page .anchorBL,.contact-page .BMap_omCtrl,.contact-page .BMap_noprint{display:none}
.contact-page .BMapLabel{border:0 !important;}
.contact-page .map-tit{line-height:26px;padding:20px 30px;font-size: 16px;color:#fff;background: #C8000B;position: relative;}
.contact-page .map-tit::after{content: '';position: absolute;bottom: -5px;left: 50%;background: #C8000B;width: 10px;height: 10px;transform: rotate(45deg);}

.contact-page .box1{background: #fff;margin-top:-100px;position: relative;z-index: 2;display: flex;flex-wrap: wrap;padding:65px 70px 5px;}
.contact-page .box1 li{margin-bottom: 70px;display: flex;width: calc(27% - 20px);margin-right: 30px;}
.contact-page .box1 li:nth-child(1),
.contact-page .box1 li:nth-child(4){width: calc(46% - 20px);}
.contact-page .box1 li:nth-child(3n){margin-right: 0;}
.contact-page .box1 .img-div{width: 42px;height: 42px;margin-top: 15px;}
.contact-page .box1 .info{flex:1;padding-left: 25px;}
.contact-page .box1 .info>p:nth-of-type(1){font-size: 24px;margin-bottom: 20px;}
.contact-page .box1 .info>p:nth-of-type(2){line-height: 24px;color: #666;}

.contact-page .box2{background: #fff;margin-top:-100px;position: relative;z-index: 998;padding:80px 0 50px;max-width: 1400px;}
.contact-page .box2 li{margin-bottom: 50px;display: flex;box-shadow: 0 0 20px rgba(0,0,0,.1);align-items: center;}
.contact-page .box2 .img-bg{width: 31.25%}
.contact-page .box2 .img{padding-bottom: 75%;}
.contact-page .box2 .info{flex:1;padding-left: 60px;}
.contact-page .box2 .info>p{font-size: 30px;line-height:40px;margin-bottom: 35px;color: #000;}
.contact-page .box2 .info>div{display: flex;margin-bottom: 20px;}
.contact-page .box2 .img-div{width: 22px;height: 22px;margin:2px 15px 0 0;}
.contact-page .box2 .info>div>span{flex:1;line-height: 26px;font-size:16px;color: #666;}

@media (max-width:1440px){
    .contact-page #map{height:550px}
    .contact-page .box1{margin-top:-80px;padding:55px 70px 5px}
    .contact-page .box1 li{margin-bottom: 60px;}
    .contact-page .box1 .img-div{width: 37px;height: 37px;margin-top:10px}
    .contact-page .box1 .info>p:nth-of-type(1){font-size: 22px;margin-bottom: 10px;}

    .contact-page .box2{margin-top:-70px;padding:60px 0 30px}
    .contact-page .box2 .info{padding-left: 50px;}
    .contact-page .box2 .info>p{font-size: 26px;line-height: 36px;margin-bottom: 20px;}
    .contact-page .box2 .info>div{margin-bottom: 15px;}
}

@media (max-width:1279px){
    .contact-page #map{height: 500px;}
    .contact-page .map-tit{line-height:24px;padding:15px;font-size: 14px}

    .contact-page .box1{margin-top:-50px;display: block;padding:30px 20px;}
    .contact-page .box1 li{margin-bottom: 30px;width: 100%;margin-right: 0;}
    .contact-page .box1 li:nth-child(1),.contact-page .box1 li:nth-child(4){width: 100%}
    .contact-page .box1 .img-div{width: 27px;height: 27px;margin-top: 0;}
    .contact-page .box1 .info{padding-left: 20px;}
    .contact-page .box1 .info>p:nth-of-type(1){font-size: 18px;margin-bottom: 10px;}

    .contact-page .box2{background: none;margin-top:0;padding:50px 0 20px;width:100%}
    .contact-page .box2 li{margin-bottom: 30px;display: block}
    .contact-page .box2 .img-bg{width: 100%}
    .contact-page .box2 .info{padding: 30px 25px 20px;}
    .contact-page .box2 .info>p{font-size: 20px;line-height:30px;margin-bottom: 20px}
    .contact-page .box2 .info>div{display: flex;margin-bottom: 20px;}
    .contact-page .box2 .img-div{margin:0 15px 0 0;}
    .contact-page .box2 .info>div>span{line-height: 24px;font-size:14px}
}

/*搜索*/
.search-page{padding:80px 0 40px}
.search-page ul{display: flex;flex-wrap: wrap;}
.search-page li{width: calc(100% / 3 - 26px);margin-right: 39px;margin-bottom: 40px;position: relative;box-shadow: 0 0 20px rgba(0,0,0,.1);background: #fff;}
.search-page li:nth-child(3n){margin-right: 0;}
.search-page li .info{padding:60px 60px 0;height: 350px;}
.search-page li .info>a:nth-of-type(1){font-size: 24px;line-height: 36px;margin-bottom: 20px;}
.search-page li .info>p{font-size: 16px;line-height: 30px;color:#999}
.search-page li .info>a:nth-of-type(2){font-size: 16px;padding-right:40px;color:#666;position: absolute;left: 60px;bottom: 70px;background: url(../images/18.png) no-repeat right center/16px;}
.search-page .page{padding:10px 0 40px}

@media (max-width:1440px){
    .search-page{padding:60px 0 30px}
    .search-page li .info{padding:50px 50px 0;height: 300px;}
    .search-page li .info>a:nth-of-type(1){font-size: 22px;line-height: 34px;}
    .search-page li .info>a:nth-of-type(2){left: 50px;bottom:60px}
}

@media (max-width:1279px){
    .search-page{padding:50px 0 30px}
    .search-page ul{display: block}
    .search-page li{width: 100%;margin-right: 0;margin-bottom: 20px}
    .search-page li .info{padding:30px 25px;height: auto;}
    .search-page li .info>a:nth-of-type(1){font-size: 18px;line-height: 28px;margin-bottom: 10px;}
    .search-page li .info>p{font-size: 14px;line-height: 24px;margin-bottom: 20px;}
    .search-page li .info>a:nth-of-type(2){font-size: 14px;padding-right:30px;position: static;background-size:12px;}
    .search-page .page{padding:10px 0 20px}
}

@media (any-hover:hover){
    .search-page li .info>a:nth-of-type(1):hover{color:#C8000B;}
    .search-page li .info>a:nth-of-type(2):hover{color:#C8000B;background-image: url(../images/18-m.png)}
}


.gsjj{margin: 0 auto;width:96%}
.gsjjbt{margin: 0 auto;padding-top:30px;}

.ny3bbnr-txt{margin:0 auto;width: 100%;font-size: 1rem;font-family: "微软雅黑";line-height:35px ;padding-top:20px;min-height:402px;}

.lanrennew {
	margin-bottom: 10px;
/*	margin-top: 119px;*/
	min-height: 417px;
}

.lanrennew ul.list {
	width: 96%;
	margin: 0 auto;
	margin-left: 1%;
	padding-left: 1%;
	margin-top: 10px;
	margin-bottom: 1px;
}

.lanrennew ul.list li {
	width: 100%;
	height: auto;
	float: left;
	list-style-type: none;
	margin-bottom: 10px;
	border-bottom: 1px dashed #cdcccc;
}

.lanrennew ul.list li a {
	text-overflow: ellipsis;
	overflow: hidden;
	width: 99%;
	float: left;
	line-height: 35px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #000000;
	list-style-type: none;
	width: 100%;
	float: left;
}

.lanrennew .more {
	overflow: hidden;
	width: 194px;
	height: 35px;
	line-height: 35px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #6f6f6f;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 3%;
}

.lanrennew .more a {
	display: block;
	width: 194px;
	height: 35px;
	line-height: 35px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #6f6f6f;
	text-align: center;
	margin: 0 auto;
	margin-top: 5px;
}

.lanrennew .more a:hover {
	text-decoration: none;
	color: #6f6f6f;
}

.lanrennew .more2 {
	overflow: hidden;
	width: 154px;
	height: 30px;
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	text-align: center;
	margin: 0 auto;
	border: 0;
	margin-bottom: 2%;
}
.yywh1 {
	width: 96%;
	margin: 0 auto;
}

.yywh1 ul {
	width: 100%;
	margin: 0 auto;
}

.yywh1 ul li {
	width: 100%;
	float: left;
	background: url(../images/yywhbj.jpg) center bottom no-repeat;
	margin-top: 10px;
}

.yywh1-1 {
	width: 96%;
	margin: 0 auto;
	color: #242f7e;
	font-size: 1rem;
	font-family: "微软雅黑";
	line-height: 35px;
	font-weight: 500;
	overflow: hidden;white-space: nowrap;    text-overflow: ellipsis;
}

.yywh1-2 {
	width: 96%;
	margin: 0 auto;
	color: #333333;
	font-size: 0.925rem;
	font-family: "微软雅黑";
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 23px;
	margin-bottom: 4px;
	
}

.nynew3-2 .zynews1{float: left;
    width: 37%;
    
    margin-right: 10px;margin-bottom: 5px;}
.nynew3-2 .zynews1 img{width:100%;height:100px;}
 .nynew3-2 .zynews2{   
    float: left;
    width: 59%;
    }
 .nynew3-2 .zynews2 .zynews2-1{float:left; text-align: left; font-size: 1rem; font-weight:500; color: #242f7e;  white-space: nowrap;
          overflow: hidden;          text-overflow: ellipsis;margin-top:0px;text-align: left;width: 100%;}
          
 .nynew3-2 .zynews2 .zynews2-2{width:100%; text-align: left; font-size: 0.825rem;;  color: #333333;overflow: hidden;
  text-overflow:ellipsis;  display:-webkit-box;  -webkit-box-orient:vertical;  -webkit-line-clamp:2;
   /*text-indent: 2em;*/ line-height: 19px;}
.nydate{float:right;margin-right: 0px;
    color: #333333;
    font-size: 12px;
    font-family: "微软雅黑";
    padding-top: 10px}
/*.ckgd {
	background: #f2f2f2;
	width: 95%;
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
	color: #666666;
	border-radius: 13px;
	margin-top: 10px;
}*/
/* --- “查看更多”按钮样式 --- */
        .ckgd {
        	width: 95%;
        	background-color: #f2f2f2; 
        	border-radius: 13px;
        	margin:0 auto;
            text-align: center;
            margin-top: 10px;
            margin-bottom: 10px;
            line-height: 40px;
            clear: both; /* 确保按钮在列表下方 */
        }
        .ckgd a {
        	width: 95%;
            display: inline-block;
            /*padding: 10px 25px;*/
            background-color: #f2f2f2; /* 按钮背景色 */
            color: #666666;
            text-decoration: none;
            border-radius: 4px;
            font-weight: bold;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        .ckgd a:hover {
            background-color: #f2f2f2; /* 鼠标悬停时颜色变深 */
        }
        /* 当没有更多内容时，隐藏按钮 */
        .ckgd.hidden {
            display: none;
        }



.rcll{width:100%;margin:20px auto;}
.rcll_left{width:94%;margin:0 auto;}
.zhjz_left{width:94%;margin:0 auto;}
.zhtc_left{width:94%;margin:0 auto;}
.rcll_left_1{line-height: 24px;
        font-size: 20px;
        color: #333;
        font-family: "微软雅黑";
        font-weight: 550;
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0;
        padding: 0;
        }
.rcll_left_2{width:98%;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.15;
    padding: 1.8vw 0 3.5vw;
    min-height: 1em;
    text-indent: 2em;
    color: #666;
        }
.rcll_left_22{width:88%;
    font-size: 18px;
    font-weight: 400;
    line-height: 2.15;
    padding: 1.8vw 0 3.5vw;
    min-height: 1em;

    color: #666;
        } 
.rcll_left_22>p:nth-of-type(2){font-size:20px;line-height:30px;}
.rcll_left_22>p:nth-of-type(4){font-size:20px;line-height:30px;}     
.rcll_right{width:94%;margin:0 auto;}
.rcll_right img {
  width: 100%;
  height: auto;
  display: block; /* 去除图片底部间隙 */
}
.zhjz_right{width:94%;margin:0 auto;}
.zhjz_right img {
  width: 100%;
  height: auto;
  display: block; /* 去除图片底部间隙 */
}
.zhtc_right{width:94%;margin:0 auto;}
.zhtc_right img {
  width: 100%;
  height: auto;
  display: block; /* 去除图片底部间隙 */
}
.rczptp{width:100%;margin: 0 auto;margin-top: 60px;}
.rczptpdt{width:100%;margin: 0 auto;margin-top: 60px; 
    display: flex; /* 开启弹性布局 */
    justify-content: center; /* 水平居中（弹性布局子元素） */
    align-items: center; /* 垂直居中（弹性布局子元素） */}
    .rczptpdt img {
    max-width: 95%; /* 可适当缩小，避免图片填满容器 */
    max-height: 95%; /* 限制图片最大高度，避免超出容器垂直范围 */
    height: auto;
}
.three-column-container {

  display: flex;
  flex-wrap: wrap; /* 允许换行 */
  width: 100%;
  column-gap: 20px; /* 列之间的间距 */
  row-gap: 20px; 
  box-sizing: border-box;
  /*padding: 0 15px;*/
  margin: 0;
}

.column {
  /* 计算宽度：100%除以3列，减去间距的影响 */
  flex: 0 0 calc(50% - 15px);
  box-sizing: border-box;
  padding: 0; /* 移除内边距避免影响图片显示 */
  background-color: #f0f0f0;
  border-radius: 4px;
  overflow: hidden; /* 确保图片圆角显示正常 */
}

/* 图片自适应容器大小 */
.column img {
  width: 100%;
  height: auto;
  display: block; /* 去除图片底部间隙 */
}


.zzry {margin:0 auto;width:96%;
    font-family: "微软雅黑";
    text-align: left;
    vertical-align: middle;color: #666666;
    font-size: 16px;
    line-height: 40px;
    padding-top:30px;}
.zzry1 {margin:30px auto;width:98%;  }  
.three-column-container-zzry {
  margin:0 auto;
  display: flex;
  flex-wrap: wrap; /* 允许换行 */
  width: 96%;
  /*gap: 100px; */
  column-gap: 20px; /* 列之间的间距 */
  row-gap: 20px; 
  box-sizing: border-box;
 
}  
.column-zzry {
  /* 计算宽度：100%除以3列，减去间距的影响 */
  flex: 0 0 calc(50% - 10px);
  box-sizing: border-box;
  padding: 0; /* 移除内边距避免影响图片显示 */
  background-color: #f0f0f0;
  border-radius: 4px;
  overflow: hidden; /* 确保图片圆角显示正常 */
 /* 初始时隐藏所有图片，由JS控制显示 */
            display: none; 
            /* 添加淡入动画效果 */
            opacity: 0;
            transition: opacity 0.5s ease-in-out;
}
 /* 为可见的图片添加类，触发动画 */
        .column-zzry.visible {
            display: block;
            opacity: 1;
        }

/* 图片自适应容器大小 */
.column-zzry img {
  width: 100%;
  height: auto;
  display: block; /* 去除图片底部间隙 */
}


.list  {
		    width: calc(100% + 0.3rem);
		    margin-top: 0.5475rem;
		    margin-left: -0.15rem;
		  }
		  
		 .list .item {
		  float: left;
		  width: 10.9rem;
		  margin: 1rem;
		  margin-bottom: 1.3225rem;
		  background-color: white;
		  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
		  transition: 0.5s;
		}
		 .list .item .img {
		  display: block;
		  width: 100%;
		  height:100px;
		  overflow: hidden;
		}
		 .list .item .img img {
		  width: 100%;
		  transition: 0.5s;
		}
		 .list .item .text {
		  display: block;
		  width: 100%;
		  height: 181px;
		  padding-top: 3px;
		  margin:0 auto;
		}
		.list .item .text .time {
		  font-family: "DIN-Bold";
		  font-size: 16px;
		  line-height: 35px;
		  color: #999999;
		  margin-left: 1.2925rem;
		  transition: 0.5s;
		}
		 .list .item .text .title {
		  font-size: 16px;
		  font-weight: bold;
		  line-height: 35px;
		  color: #666666;
		  margin-top: 0.125rem;
		  overflow: hidden;
		  display: -webkit-box;
		  text-overflow: ellipsis;
		  -webkit-box-orient: vertical;
		  -webkit-line-clamp: 1;
		  margin-left: 1.2925rem;
		  margin-right: 1.2925rem;
		  transition: 0.5s;
		}
		.list .item .text .p {
		  font-size: 16px;
		  line-height: 30px;
		  color: #66666;
		  margin-top: 0.2rem;
		  overflow: hidden;
		  display: -webkit-box;
		  text-overflow: ellipsis;
		  -webkit-box-orient: vertical;
		  -webkit-line-clamp: 3;
		  margin-left: 1.2925rem;
		  margin-right: 1.2925rem;
		  transition: 0.5s;
		  font-weight: 500;
		}
		.list .item .text .button {
		  margin-left: 0.2925rem;
		  margin-top: 0.32rem;
		  width: 0.9rem;
		  height: 0.3rem;
		  font-size: 0.12rem;
		  line-height: 0.3rem;
		  color: #999999;
		  text-align: center;
		  position: relative;
		  transition: 0.5s;
		}
		.list .item .text .button::after {
		  content: "";
		  width: 0.0225rem;
		  height: 0.3rem;
		  background-color: #e84127;
		  position: absolute;
		  top: 0;
		  left: 0;
		  transition: 0.5s;
		}
		 .list .item:hover {
		  background-color: #eeeeee;
		}
		 .list .item:hover .img img {
		  transform: scale(1.1);
		}
		.list .item:hover .text .time {
		  color: #666666;
		}
		.list .item:hover .text .title {
		  color: #666666;
		}
		.list .item:hover .text .p {
		  color: #666666;
		}
		.list .item:hover .text .button {
		  background-color: #cd3821;
		  color: white;
		}
		.list .item:hover .text .button::after {
		  width: 0;
		}
		
/* 图片链接样式优化 */
.image-link {
    text-decoration: none;
    display: block;
}

/* 图片容器悬停效果，提示可点击 */
.img img {
    cursor: zoom-in;
    transition: transform 0.3s ease;
}

.img img:hover {
    transform: scale(1.02);
}

/* 放大图层样式 */
.image-zoom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* 显示图层时的透明度 */
.image-zoom-overlay.active {
    opacity: 1;
}

/* 放大图片容器 */
.image-zoom-container {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

/* 放大后的图片样式 */
.zoomed-image {
    max-width: 100%;
    max-height: 90vh;
    border: 4px solid white;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* 关闭按钮样式 */
.close-zoom {
    position: absolute;
    top: -40px;
    right: -40px;
    color: white;
    font-size: 40px;
    background: none;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: transform 0.2s ease;
}

.close-zoom:hover {
    transform: scale(1.2);
}

/* 适配移动设备 */
@media (max-width: 768px) {
    .close-zoom {
        top: -30px;
        right: 0;
        font-size: 30px;
    }
}

.zhjz1 {margin:30px auto;width:96%;  }  
.three-column-container-zhjz {
  margin:0 auto;
  display: flex;
  flex-wrap: wrap; /* 允许换行 */
  width: 100%;
  /*gap: 100px; */
  column-gap: 20px; /* 列之间的间距 */
  row-gap: 20px; 
  box-sizing: border-box;
 
}  
.column-zhjz {
            flex: 0 0 calc(50% - 10px); /* 移动端一行两列 */
            box-sizing: border-box;
            padding: 0;
            background-color: #f0f0f0;
            border-radius: 4px;
            overflow: hidden;
            /* 初始时隐藏所有图片，由JS控制显示 */
            display: none; 
            /* 添加淡入动画效果 */
            opacity: 0;
            transition: opacity 0.5s ease-in-out;
        }
/* 为可见的图片添加类，触发动画 */
.column-zhjz.visible {
            display: block;
            opacity: 1;
}

/* 图片自适应容器大小 */
.column-zhjz img {
  width: 100%;
  height: auto;
  display: block; /* 去除图片底部间隙 */
}
/* 图片下方文字样式 */
.img-caption {
  text-align: center; /* 文字水平居中 */
  padding: 12px 10px; /* 上下内边距12px，左右10px */
  font-size: 16px; /* 文字大小 */
  color: #0a3c85; /* 文字颜色 */
  font-weight: 550;
}

.column-zhjz11 {
            flex: 0 0 calc(50% - 10px); /* 移动端一行两列 */
            box-sizing: border-box;
            padding: 0;
            background-color: #f0f0f0;
            border-radius: 4px;
            overflow: hidden;
        }


/* 图片自适应容器大小 */
.column-zhjz11 img {
  width: 100%;
  height: auto;
  display: block; /* 去除图片底部间隙 */
}

.zhtczt{font-size:18px;    line-height: 2.15;}

.zhtc1 {margin:0 auto;width:100%;  }  
.three-column-container-zhtc {
  margin:0 auto;
  display: flex;
  flex-wrap: wrap; /* 允许换行 */
  width: 100%;
  /*gap: 100px; */
  column-gap: 20px; /* 列之间的间距 */
  row-gap: 30px; 
  box-sizing: border-box;
 
}  
.column-zhtc {
  /* 计算宽度：100%除以3列，减去间距的影响 */
  flex: 4 0 calc(33.333% - 48px);
  box-sizing: border-box;
  padding: 0; /* 移除内边距避免影响图片显示 */

  overflow: hidden; /* 确保图片圆角显示正常 */

}
.column-zhtc-yuan {
  width:100%
  padding: 0; /* 移除内边距避免影响图片显示 */

  border-radius: 50%; /* 圆形样式 */
  overflow: hidden; /* 确保图片圆角显示正常 */
  aspect-ratio: 1/1;
}

/* 图片自适应容器大小 */
.column-zhtc img {
  width: 100%;
  height: auto;
  display: block; /* 去除图片底部间隙 */
}

.zhtcy {margin:30px auto;width:90%;  } 
.three-column-container-zhtcy {
  margin:0 auto;
  display: flex;
  flex-wrap: wrap; /* 允许换行 */
  width: 100%;
  /*gap: 100px; */
  column-gap: 20px; /* 列之间的间距 */
  row-gap: 30px; 
  box-sizing: border-box;
 
} 
.column-zhtcy {
    flex: 0 0 calc(50% - 10px);
    box-sizing: border-box;
    padding: 0;
    background-color: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
}

/* 图片自适应容器大小 */
.column-zhtcy img {
  width: 100%;
  height: auto;
  display: block; /* 去除图片底部间隙 */
}  

.zhxny {
    width: 96%;
    margin: 0 auto;
    margin-top: 30px;
}

.jm_fk {
  /* 计算宽度：100%除以3列，减去间距的影响 */
  width:80%;margin: 31px auto;
  box-sizing: border-box;
  padding: 0; /* 移除内边距避免影响图片显示 */
  border-radius: 4px;
  overflow: hidden; /* 确保图片圆角显示正常 */
 display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中（可选，增强居中效果） */
  min-height: 10px;
  border: 2px #0a3c85 solid;
}
.jm_fk_wz{margin:0 auto;width:570px;font-size:18px;color:#666666; vertical-align: middle;text-align: center; /* 文字水平居中 */
  margin: 0; /* 移除默认margin */}
.jm_fk_wz span{font-size:20px;color:#0a3c85; vertical-align: middle;text-align: center; }	
  
.jscx {margin:0 auto;width:100%;
    vertical-align: middle;color: #666666;
    font-size: 18px;
    line-height: 40px;
    padding-top:15px;}
    
.yygh{width: 96%; margin-top: 30px;  margin: 0 auto; min-height: 35px;margin-bottom: 0px;}
.yygh-1{width: 96%; height: 47px; line-height: 50px; color: #0a3c85; text-align: left; font-family: "微软雅黑"; font-size: 24px; font-weight: 550; 
	margin:0 auto }
.three-column-container-jscx {
  margin:0 auto;
  display: flex;
  flex-wrap: wrap; /* 允许换行 */
  width: 96%;
  /*gap: 100px; */
  column-gap: 26px; /* 列之间的间距 */
  row-gap: 20px; 
  box-sizing: border-box;
  padding-top:20px;
 
}  
.column-jscx {
  /* 计算宽度：100%除以3列，减去间距的影响 */
  flex: 3 0 calc(96% );
  box-sizing: border-box;
  padding: 0; /* 移除内边距避免影响图片显示 */
  background-color: #0a3c85;
  border-radius: 4px;
  overflow: hidden; /* 确保图片圆角显示正常 */
 display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中（可选，增强居中效果） */
  min-height: 75px;
}
.jscx-wz{margin:0 auto;width:100%;font-size:18px;color:#fff; vertical-align: middle;text-align: center; /* 文字水平居中 */
  margin: 0; /* 移除默认margin */line-height: 24px;}	
.yygh1{margin: 15px auto;width: 94%;background-color: #f0f0f0;border-radius: 15px;}
.yygh1_wz{font-size: 16px;font-family: "微软雅黑";line-height:35px ;color: #333333;padding:30px;text-align: left;padding-top: 40px;}
.yygh1 h6{color: #027767;display: inline;}
.yygh1-img{width:583px;margin: 0 auto;}
.yygh2{margin: 0 auto;width: 94%;font-size: 18px;font-family: "微软雅黑";line-height:32px ;height: 50px;    margin-top: 0px;}
.yygh2btn{
	float: left;
	margin: 25px 0;
    height: 53px;
    background-color: #0a3c85;
    border: 0;
    font-size: 18px;
    color: white;
    border-radius: 15px;
    cursor: pointer;
    padding: 10px 20px;width: auto;
    display: inline-flex; /* 使用inline-flex确保内容在一行 */
    align-items: center; /* 垂直居中对齐图片和文字 */
   line-height: 22px;
   }
    
    .yygh2btn img {
    margin-right: 20px; /* 图片和文字之间的间距 */
    vertical-align: middle; /* 图片垂直居中对齐 */
    max-height: 90%; /* 确保图片不超出按钮高度 */
   
   
}
.yygh3{margin: 0 auto;width: 94%;height: 115px;background: #f0f7f6;border-radius: 5px;margin-bottom: 30px;}
.yygh3-1{margin: 15px auto;width: 100%;font-size: 18px;font-family: "微软雅黑";line-height:32px ;padding-top: 20px;font-weight: 500;}

.ny3b_zb{margin:0 auto;width: 96%; min-height: 300px;}


.ny3b_zb ul{width: 100%; margin: 0 auto; }
.ny3b_zb ul li{width: 100%; float: left; /*border-bottom:1px solid #e7e7e7;*/min-height: 82px; background: #ffffff; line-height: 45px; 
padding-left:17px; font-size: 16px;margin-bottom:20px;border-radius:10px 10px 10px 10px;border:1px solid #f9f9f9;
	 box-shadow:-2px 0px 8px 6px rgba(0, 0, 0, 0.03); 
	 /* 1. 初始时隐藏所有列表项 */
            display: none;
            /* 2. 添加淡入动画效果，让加载更平滑 */
            opacity: 0;
            transition: opacity 0.5s ease-in-out;}
 /* 3. 新增一个类，用于显示列表项并触发动画 */
        .ny3b_zb ul li.visible {
            display: block;
            opacity: 1;
        }          

.nynew3-2-zb{float: left; width:100%; }
.nynew3-2-1-zb{float:left; text-align: left; font-size: 18px; font-weight:600; color: #424141;  white-space: nowrap;
          overflow: hidden;          text-overflow: ellipsis;margin-top:20px;text-align: left;}
          
.nynew3-2-2-zb{width:97%; text-align: left; font-size: 16px;  color: #333333;overflow: hidden;
  text-overflow:ellipsis;  display:-webkit-box;  -webkit-box-orient:vertical;  -webkit-line-clamp:2;
   /*text-indent: 2em; */line-height: 35px;}
   	 .nynew3-2-zb .zynews1-zb{float: left;
    width: 84%;
    min-height: 58px;
    margin-right: 0px;margin-top:10px;margin-bottom: 10px;}
 .nynew3-2-zb .zynews2-zb{   
    float: right;
    width: 16%;
    margin-top:22px;
   }
 .nynew3-2-zb .zynews2-zb .zynews2-1-zb{float:left; text-align: left; font-size: 16px; font-weight:550; color: #424141;  white-space: nowrap;
          overflow: hidden;          text-overflow: ellipsis;margin-top:40px;text-align: left;}
.zynews2-1-zb{float:left; text-align: left; font-size: 16px; font-weight:500; color: #0a3c85; line-height: 30px; }
    .zynews2-2-zb{width:95%; text-align: left; font-size: 14px;  color: #333333;overflow: hidden;
  text-overflow:ellipsis;  display:-webkit-box;  -webkit-box-orient:vertical;  -webkit-line-clamp:2;
   /*text-indent: 2em;*/ line-height: 27px;}      
 .nynew3-2-zb .zynews2-zb .zynews2-2-zb{width:95%; text-align: left; font-size: 16px;  color: #333333;overflow: hidden;
  text-overflow:ellipsis;  display:-webkit-box;  -webkit-box-orient:vertical;  -webkit-line-clamp:2;
   /*text-indent: 2em;*/ line-height: 27px;}
.ny3b_zb ul li:hover {background: #f5f3f3;} 
  
.ny3b_zb ul  a li:hover .zynews2-1-zb{color: #0a3c85;}
