@charset "utf-8";
html,body{min-width:1280px;height: auto;}
body{font:19px/28px Arial, Helvetica, sans-serif;background-color:#F8F8F8;width:100%;height: auto;overflow-x:hidden;}
a:hover{color: #1B97DE;}

.w{width: 1280px;margin: 0 auto;}
.swiper-button-prev,.swiper-button-next{width: 60px;height: 60px;top: 45%;}
.swiper-button-prev{background:url(../../images/zt/zorq2026/arrowL.png) no-repeat center;left:40px;}
.swiper-button-prev:hover{background:url(../../images/zt/zorq2026/arrowL_on.png) no-repeat center;}
.swiper-button-next{background:url(../../images/zt/zorq2026/arrowR.png) no-repeat center;right:40px;}
.swiper-button-next:hover{background:url(../../images/zt/zorq2026/arrowR_on.png) no-repeat center;}
.swiper-button-prev::after,.swiper-button-next::after{content:'';}
.swiper-container-horizontal>.swiper-pagination-bullets{width:auto;height:12px;display:flex;justify-content:center;align-items:center;left:auto;right:10px;bottom:18px;}
.swiper-pagination-bullet,.swiper-pagination-white .swiper-pagination-bullet{width:8px;height:8px;border-radius:5px;background:#FFF;opacity:1;}
.swiper-pagination-bullet-active,.swiper-pagination-white .swiper-pagination-bullet-active{width:8px;opacity:1;background:#F1CA4F;}
.arrowBox{width: 190px;height: 60px;background: linear-gradient(to bottom,rgba(0, 76, 255,0.8),rgba(53, 224, 214, 0.8));position: absolute;bottom: 130px;left: 0;z-index: 9;display: flex;align-items: center;justify-content: right;}

.titu{width:100%;height:600px;}
.nav{height: 80px;background-color: #007BBD;}
.nav .w,.report .w,.news .w,.news ol,.speech .w,.view .w,.photos .w,.story .w{display: flex;flex-wrap: wrap;justify-content: space-between;}
.nav .w{align-items: center;}
.nav a{color: #FFF;}
.nav a:hover{color:#FFD24A;}
.home {
    width: 244px;
    height: 40px;
    background: url(../../images/zt/zorq2026/icon_logo.png) no-repeat;
}

.home:hover {
    background-image: url(../../images/zt/zorq2026/icon_logo_on.png);
}
.main{padding-top: 40px;}
.main>div{margin-bottom: 50px;}
.main h2{width: 1469px;height: 123px;margin: 0 auto;}
.main h2 a{width: 1280px;height: 100%;margin: 0 auto;display: block;}
.main img{width: 100%;height: 100%;object-fit: cover;}
.address .swiper-slide img,.report .boxL,.report .boxR>a p,.report ul a,.news .swiper-container a,.news ol a,.news .boxR a,.speech ul a,.viewBox a,.story ul a{border-radius: 4px;
    overflow: hidden;}
.news .swiper-container p,.news ul a,.news ol a p,.speech ul a:nth-child(n+4),.view ul a,.story ul a{width: 100%;height: 90px;padding: 0 20px;
        box-sizing: border-box;
        display: flex
    ;
        align-items: center;background-color: #fff;}
.news .boxR a:nth-child(n+2),.speech ul a:nth-child(n+4),.view ul a,.story ul a:nth-child(n+3){margin-top: 10px;}
.headline{padding: 50px 0;
    text-align: center;
margin-bottom: 0!important;}
.report,.news,.news ol a{position: relative;}
.report .w,.news .w{position: relative;
    z-index: 1;}
.headline a{font-size:36px;font-weight:bold;width:100%;line-height: 36px;}
.address h2{background: url(../../images/zt/zorq2026/channel_01.png) no-repeat center;background-size: contain;}
.address .swiper-container {
    width: 1280px;
    
}

.address .swiper-slide img{
    width: 100%;
    height: 576px;
    object-fit: cover;
}
.address .swiper-slide-prev,.address .swiper-slide-next{height: 576px;overflow: hidden;}
.address .swiper-slide-shadow-left,
.address .swiper-slide-shadow-right {
    display: none !important;
}
.address .swiper-slide .text {
/* 默认隐藏 */
opacity: 0;
visibility: hidden;
transition: all 0.4s ease 0s;
}
/* 激活时 → 延迟 0.3 秒显示文字 */
.address .swiper-slide-active .text {
opacity: 1;
visibility: visible;
/* 👇 这里就是延迟，0.3s = 300毫秒，你可以改 0.5s 更慢 */
transition: all 0.5s ease 0.3s;
}
.address .swiper-slide h4{font-size: 24px;line-height: 36px;text-align: center;padding: 10px 0;}
.report h2{background: url(../../images/zt/zorq2026/channel_02.png) no-repeat center;background-size: contain;}
.report .boxL{width: 700px;}
.report .boxL img{height: 394px;}
.report .boxL p{height: 90px;padding: 20px;box-sizing: border-box;background-color: #FFF;}
.report .boxR{width: 550px;}
.report .boxR>a p{height: 244px;padding: 40px;box-sizing: border-box;background-color: #FFF;}
.report .boxR img{height: 140px;margin-bottom: 5px;}
.report ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 5px;
    padding-top: 5px;
}

.report ul a {
    font-size: 24px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: #FFF;
}
.report ul a:hover{color: #FFF;background-color: #44A9E3;}
.report i{width: 294px;height: 486px;background: url(../../images/zt/zorq2026/bg_channel_02.png) no-repeat;position: absolute;bottom: 0;
    left: 50%;
    margin-left: -871px;}
.news h2{background: url(../../images/zt/zorq2026/channel_03.png) no-repeat center;background-size: contain;}
.news .boxL{width: 810px;}
.news .swiper-container {
    margin-bottom: 21px;
}

.news .swiper-container a {
    background-color: #fff;
    display: block;
}

.news .swiper-container img,.achievement>a img {
    height: 466px;
}
/* .news .swiper-button-prev,.news .swiper-button-next{top: 40%;opacity: 0.5;}
.news .swiper-button-prev:hover,.news .swiper-button-next:hover{opacity: 1;} */
.news .swiper-button-prev{left: 10px;}
.news .swiper-button-next{right: 10px;}
.news ol a {
    width: 395px;
    background-color: #fff;
}

.news ol a img {
    width: 100%;
    height: 222px;
    object-fit: cover;
}

.news ol a p {
    font-size: 18px;
    padding: 15px 20px;
    align-items: baseline;
}
.news ol span {
    width: 50px;
    height: 50px;
    background: url(../../images/zt/ico_playC.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 90px;
    margin-left: -25px;
    opacity: 0.5;
}
.news ol a:hover span{opacity: 1;}
.news .boxR{width: 440px;}
.news i{width: 450px;height: 741px;background: url(../../images/zt/zorq2026/bg_channel_03.png) no-repeat;position: absolute;top: 244px;right: 50%;margin-right: -1007px;}

.speech{background: url(../../images/zt/zorq2026/bg_channel_04.png) no-repeat center top 160px;}
.speech h2{background: url(../../images/zt/zorq2026/channel_04.png) no-repeat center;background-size: contain;}
.speech ul a:nth-child(-n+3) {
    width: 413px;
    margin-bottom: 10px;
    background: #FFF;
}
.speech ul a img {
    height: 232px;
}
.speech ul a:nth-child(-n+3) p{padding: 15px 20px;}
.speech ul a:nth-child(n+4),.view ul a,.story ul a{width: 630px;}
.view h2{background: url(../../images/zt/zorq2026/channel_05.png) no-repeat center;background-size: contain;}
.viewBox {
    width: 1360px;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}
.viewBox .swiper-container{padding: 10px;padding-top: 20px;}
.viewBox .swiper-button-prev,.viewBox .swiper-button-next {
    top: 50%;
    margin-top: -30px;
}
.viewBox a{height: 433px;border: 10px solid #FFF;
    box-sizing: border-box;box-shadow: 0 0 10px rgba(199, 199, 199, 0.78);transition: all 0.3s ease;}
.viewBox a:hover {
    transform: translateY(-15px);  /* 向上位移5px */
    box-shadow: 0 0 10px rgba(106, 197, 239, 1);  /* 蓝色阴影 */
}
.viewBox .swiper-button-prev{left: 0;}
.viewBox .swiper-button-next{right: 0;}

.photos h2{background: url(../../images/zt/zorq2026/channel_06.png) no-repeat center;background-size: contain;}
.effectBox {
    height: 590px;
}

.effectBox ul {
    width: 1050px;
    height: 100%;
}

.effectBox ul li {
    height: 100%;
    display: none;
    position: relative;
}

.effectBox ul p {
    width: 100%;
    line-height: 30px;
    padding: 10px 20px;
    color: #fff;
    background: rgba(0,0,0,0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
}

.effectBox .VList {
    width: 210px;
    height: 100%;
}

.VListBox{width: 100%;height: 512px;overflow: hidden;position: relative;margin: 5px 0;}
.effectBox .VList ol {
    width: 100%;
    position: absolute;
}

.effectBox .VList ol a {
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position:relative;
}
.effectBox .VList ol a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    transition: .3s;
}

/* 无遮罩的样式类 */
.effectBox .VList ol a.no-mask::after {
    opacity: 0;
}
.effectBox .VList ol a img {
    height: 118px;
}

.effectBox .VList ol a img:hover {
    border-color: #FFCA3B;
}

.effectBox .VList .Prev,.effectBox .VList .Next {
    width: 100%;
    height: 34px;
    display: block;
}

.effectBox .VList .Prev {
    background: url(../../images/zt/zorq2026/arrowUpDown.png) no-repeat;
    background-size: contain;
    top: 0;
}

.effectBox .VList .Next {
    background: url(../../images/zt/zorq2026/arrowUpDown.png) no-repeat;
    transform: rotate(-180deg);
    background-size: contain;
    bottom: 0;
}


.agenda{background: url(../../images/zt/zorq2026/bg_channel_07.png) no-repeat center top 100px;}
.agenda h2{background: url(../../images/zt/zorq2026/channel_07.png) no-repeat center;background-size: contain;}
.agenda .w{width: 860px;}
.agenda tr{height: 70px;}
.agenda tr:nth-child(odd){background-color: #fff;}
.agenda tr:nth-child(even){background-color: #E1F5FF;}
.agenda tr td:nth-child(-n+2){width: 170px;text-align: center;}
.agenda tr td:nth-child(3){width: 512px;padding: 5px 20px;box-sizing: border-box;}

.review h2{background: url(../../images/zt/zorq2026/channel_08.png) no-repeat center;background-size: contain;}
.review ul{height:590px;display:flex;}
.review ul li{width:83px;height:100%;overflow:hidden;cursor:pointer;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s
}
.review ul li:nth-child(n+2){margin-left:2px;}
.review ul li>div{position:relative;height:100%;pointer-events:none;}
.review ul li img{height:100%;}
.review ul li>div>div{color:#FFF;width:517px;height:298px;padding:20px;box-sizing:border-box;position:absolute;bottom:0;display:none;flex-direction:column;background:url(../../images/zt/zorq2026/bg_text.png) no-repeat center;background-size:cover;}
.review ul a{color:#FFF;}
.review ul h4{font-size:21px;font-weight:bold;margin-bottom:10px;}
.review ul p,.review ul span{font-size:17px;}
.review ul span{margin-top:auto;}
.review ul span a{border:1px solid #FFF;border-radius:20px;padding:4px 15px;display:inline-block;}
.review ul span a:hover{color: #FFE584;border-color: #FFE584;}
.review ul .on{width:517px;cursor:auto;
}
.review ul .on>div{pointer-events:auto;}
.review ul .on img{height:292px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s
}
.review ul .on>div>div{display:flex;}
.story h2{background: url(../../images/zt/zorq2026/channel_09.png) no-repeat center;background-size: contain;}
.footer {
    font-size: 16px;
    border-top: 0;
    background: url(../../images/zt/zorq2026/bg_footer.jpg) no-repeat bottom center;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .logo_b {
    background: none;
}