/* Hero Section */
body{
    background: #fff;
}
.hero-section {
    position: relative;
    min-height: calc(100vh - 177px);
    overflow: hidden;
    display: block;
    width: 100%;
}

.hero-bg {
    background: url("/public/assets/img/top/slidebg.png") center / cover no-repeat;
    min-height: calc(100vh - 177px);
    display: flex;
    align-items: center;
    position: relative;
    width: 100% ;
}
.hero-bg>div{
    flex:1;
}

.main-zw{
    padding-bottom: 0;
}

@keyframes gradientShift {
    0%,
    100% {
        opacity: 0.8;
    }
    50% {
        opacity: 0.6;
    }
}
.hero-title-overlay{
    margin-left: -140px;
}
.hero-content {
    z-index: 2;
    min-height: calc(100vh - 177px);
    animation: fadeInUp 1s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url("/public/assets/img/top/banner-left.png") no-repeat center right;
    background-size: 100% 110%;
    padding: 0 10%;
}
.hero-content-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.hero-content-inner h1{
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 44px;
}
.hero-content-inner h1 span{
    color:#E7B85C;
    font-size: 36px;
    margin-left: 4px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: .6;
        transform: translateY(0);
    }
}
#dream{
    background: url("/public/assets/img/top/bg-blue.png") no-repeat center bottom;
    background-size: cover;
    padding:100px 0;
    position: relative;
}
#dream .dreamSwiper{
    height: 680px;
    padding:0 4%;
}
#enjoy .e-info-right{
    flex:1;
}
#enjoy{
    padding: 100px 10% 0;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}


#enjoy h2.title-img{
    margin-bottom: 60px;
}
#enjoy .e-silde{
    width: 360px;
    overflow: hidden;
    margin-bottom: 100px;
    position: relative;
}
#enjoy .e-silde .swiper-pagination{
    position: absolute;
    left:50%;
    bottom:20px;
    transform: translate(-50%, 0);
}
#enjoy .e-silde .swiper-pagination .swiper-pagination-bullet{
    background: rgba(255,255,255,.5);
    width: 9px;
    height: 9px;
}
#enjoy .e-silde .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 9px;
    height: 9px;
    background: #fff;
}
#enjoy .e-silde .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    content: '';
    width: 13px;
    position: absolute;
    left:-2px;
    top:-2px;
    border-radius: 50px;
    height: 13px;
    border:1px solid rgba(255,255,255,.6);
}
#enjoy .e-info{
    background:#EFF5FA;
    padding-left: 240px;
    margin-left: -220px;
    padding-top: 80px;
    margin-top: -90px;
}
#enjoy .e-info-list ul{
    background: url("/public/assets/img/top/listbg.png ") no-repeat #fff right bottom;
    margin-bottom: 0;
    margin-top: 80px;
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
#enjoy .e-info-list ul li{
    padding: 16px 20px;
    border-left:2px solid #fff;
}
#enjoy .e-info-list ul li a h4{
    color:#333;
}
#enjoy .e-info-list ul li a span{
    color:rgba(51,51,51,.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: calc(1.4em * 2);
}
#enjoy .e-info-list ul li:hover{
    border-left:2px solid #045FA9;
    background: #E7F4FF;
}
#roam{
    background: url("/public/assets/img/top/bg-my.png") no-repeat center top #F0F7FC;
    background-size:cover;
    padding:100px 0;
    height: 960px;
}
#roam .roam-cont{
    margin:0 10%;
    overflow: hidden;
    display: flex;
    gap: 40px;
    align-items: flex-end;
}
#roam .roam-cont .swiper-slide .map-cont{
    position: relative;
}
#roam .roam-cont .swiper-slide:first-child .map-cont span:first-child{
    left:120px;
    top:210px
}
#roam .roam-cont .swiper-slide:first-child .map-cont span:nth-child(2){
    left:324px;
    top:225px
}
#roam .roam-cont .swiper-slide:first-child .map-cont span:nth-child(3){
    left:14px;
    top:270px
}
#roam .roam-cont .swiper-slide:first-child .map-cont span:nth-child(4){
    left:14px;
    top:336px
}
#roam .roam-cont .swiper-slide:first-child .map-cont span:nth-child(5){
    left:280px;
    top:465px
}
#roam .roam-cont .swiper-slide:first-child .map-cont span:nth-child(6){
    left:150px;
    top:515px;
    width: 150px;
}

#roam .roam-cont .swiper-slide:nth-child(2) .map-cont span:first-child{
    left:220px;
    top:75px
}
#roam .roam-cont .swiper-slide:nth-child(2) .map-cont span:nth-child(2){
    left:54px;
    top:205px
}
#roam .roam-cont .swiper-slide:nth-child(2) .map-cont span:nth-child(3){
    left:14px;
    top:370px
}
#roam .roam-cont .swiper-slide:nth-child(2) .map-cont span:nth-child(4){
    left:44px;
    top:426px
}
#roam .roam-cont .swiper-slide:nth-child(2) .map-cont span:nth-child(5){
    left:220px;
    top:450px
}
#roam .roam-cont .swiper-slide:nth-child(2) .map-cont span:nth-child(6){
    left:230px;
    top:555px;
}


#roam .roam-cont .swiper-slide:nth-child(3) .map-cont span:first-child{
    left:40px;
    top:75px
}
#roam .roam-cont .swiper-slide:nth-child(3) .map-cont span:nth-child(2){
    left:10px;
    top:135px;
    width: 180px;
}
#roam .roam-cont .swiper-slide:nth-child(3) .map-cont span:nth-child(3){
    left:50px;
    top:345px
}
#roam .roam-cont .swiper-slide:nth-child(3) .map-cont span:nth-child(4){
    left:290px;
    top:450px
}
#roam .roam-cont .swiper-slide:nth-child(3) .map-cont span:nth-child(5){
    left:120px;
    top:500px
}
#roam .roam-cont .swiper-slide:nth-child(3) .map-cont span:nth-child(6){
    left:260px;
    top:670px;
}
.roam-cont .swiper-slide{
    width: 15%;
    transition: .1s;
    margin-bottom: 30px;
    cursor: pointer;
}
.roam-cont .swiper-slide.active{
    width: 65%;
    margin-bottom: 0;
}
.roam-cont .swiper-slide .swiper-item{
    display: flex;
    align-items: stretch;
    cursor: pointer;
}
.roam-cont .swiper-slide .swiper-item span{
    position: absolute;
    left:0;
    top:0;
    width: 110px;
    opacity: 0;
    height: 50px;
    cursor: pointer;
}
.roam-cont .swiper-slide .swiper-item img{
    border-radius: 20px;
    cursor: pointer;
}
.roam-cont .swiper-slide .swiper-item .map-info{
    display: none;
}
.roam-cont .swiper-slide .swiper-item .map-info li h3{
    line-height: 1.6;
    color:#045FA9;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 38px;
}
.roam-cont .swiper-slide .swiper-item .map-info li{
    line-height: 1.8;
}
.roam-cont .swiper-slide.active .swiper-item .map-cont img{
    height: 760px;
    width: 460px;
}
.roam-cont .swiper-slide.active .swiper-item .map-info{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex:1;
}
.roam-cont .swiper-slide.active .swiper-item .map-info ul{
    background: #fff;
    padding:20px;
    margin-bottom: 30px;
    border-radius: 0 20px 20px 0;
}
.roam-cont .swiper-slide.active .swiper-item .map-info li{
    display: none;
}
.roam-cont .swiper-slide.active .swiper-item .map-info li.active{
    display: block;
}
#dream .dream-cont{
    margin:0 5%;
    overflow: hidden;
    position: relative;
}
#dream a.dream-more,#enjoy .e-info-list .dream-more{
    padding:6px 10px;
    background: #C8DFF0;
    color:#fff;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 12%;
    margin-top: 30px;
    display: inline-block;
}
.dream-more:hover{
    background: #2c5aa0!important;
}
#enjoy .e-info-list .dream-more{
    margin-left: 30px;
    margin-bottom: 40px;
}
h2.title-img img{
    width: auto;
    height: 135px;
}
#dream .dream-cont .swiper-button-next,
#dream .dream-cont .swiper-button-prev{
    position: absolute;
    right:10px;
    bottom:30px;
    top:auto;
    background: #045FA9;
    color:#fff;
}
#dream .dream-cont .swiper-button-prev{
    right:70px;
    left:auto
}

#dream .dream-cont h2.title-img{
    position: absolute;
    left:0;
    bottom:40px;
    z-index: 99;
}
#dream .dream-cont .swiper-slide .swiper-item{
    position: relative;
    transform: scale(.75);
}
#dream .dream-cont .swiper-slide .swiper-item img{
    width: 100%;
}
#dream .dream-cont .swiper-slide.swiper-slide-next .swiper-item{
    transform:scale(1.247);
    top:190px;
}
#dream .dream-cont .swiper-slide .swiper-item span{
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    padding:16px;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
    opacity: 0.9;
    color:#fff;
}
.swiper-button-prev,.swiper-button-next{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    background:#045FA9;
    color:#fff;
}
.swiper-button-prev:before{
    content: '\e7c4';
    font-family: iconfont;
}
.swiper-button-next:before{
    content: '\e7c5';
    font-family: iconfont;
}
.hero-points .bullet-point {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    animation: pulse 2s infinite;
}
.hero-points{
    padding-left: 40px;
    position: relative;
    padding-bottom: 40px;
}
.hero-points:before{
    content: '';
    position: absolute;
    left:18px;
    top:-20px;
    bottom:0;
    width: 1px;
    background:linear-gradient( to bottom,rgba(255,255,255,0) 5%,rgba(255,255,255,.2) 20%,rgba(255,255,255,.2) 80%,rgba(255,255,255,0) 100%);
    height: 100%;

}
.hero-points p{
    font-size: 20px;
    line-height: 1.8;
    padding:10px 0;
    position: relative;
}
.hero-points p i{
    position: absolute;
    left:-25px;
    top:26px;
}
.hero-main-title {
    font-size: 4rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    animation: fadeInRight 1s ease-out 0.5s both;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-main-title .highlight {
    color: #ffc107;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0 0 10px #ffc107;
    }
    to {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0 0 20px #ffc107, 0 0 30px #ffc107;
    }
}

/* Swiper Customization */

.swiper-pagination-bullet {
    background: #0d6efd;
    opacity: 0.5;
    width: 12px;
    height: 12px;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #0d6efd;
    transform: scale(1.2);
}

.swiper-button-next,
.swiper-button-prev {
    color: #0d6efd;
    background: white;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
}
.date-box {
    background: rgba(0, 78, 143, 0.05);
    padding: 12px 16px;
    text-align: center;
    min-width: 80px;
    margin-right: 20px;
}
.date-day {
    font-size: 26px;
    font-weight: bold;
    color: rgba(25, 114, 207, 1);
    margin-bottom: 6px;
    line-height: 1;
}

.date-year {
    font-size: 16px;
    color: #666;
    margin-top: 2px;
}
.news-item {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border-bottom: 1px solid #DDE3EB;
    padding: 30px 0;
}
.news-item i.iconfont{
    background: rgba(0, 78, 143, 0.05);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 12px;
}
.news-item h4{
    font-size: 20px;
    font-weight: bold;
    color:rgba(16, 35, 62, 1);
    margin-top: 0;
    margin-bottom: 20px;
}
.news-item span{
    font-size: 14px;
    display: -webkit-box;          /* 鏃х増寮规€х洅瀛愭ā鍨� */
    -webkit-box-orient: vertical; /* 鍐呭鍨傜洿鎺掑垪 */
    -webkit-line-clamp: 2;        /* 闄愬埗鏄剧ず鐨勮鏁� */
    overflow: hidden;             /* 瓒呭嚭閮ㄥ垎闅愯棌 */
    text-overflow: ellipsis;      /* 瓒呭嚭閮ㄥ垎鏄剧ず鐪佺暐鍙� */
    line-height: 1.4;             /* 鍙€夛細瀹氫箟琛岄珮锛屼究浜庤绠楅珮搴� */
    max-height: calc(1.4em * 2);  /* 鍙€夛細闄愬埗鏈€澶ч珮搴︿负 2 琛屾枃瀛楅珮搴� */
    color:rgba(108, 126, 151, 1);
    padding-right: 30px;
}
.news-item:hover i.iconfont{
    background: rgba(25, 114, 207, 1);
    color:#fff;
}
.news-item:hover i.iconfont{
    background: rgba(25, 114, 207, 1);
    color:#fff;
}
.news-item:hover .date-box,
.news-item.featured .date-box {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.news-item.featured {
    background: linear-gradient(135deg, #4a90e2, #2c5aa0);
    color: white;
}
.news-container{
    background: #fff;
    padding:20px;
    margin-bottom: 40px;
}
.news-container .news-item:hover .date-day,
.news-container .news-item:hover .date-year,
.news-container .news-item.featured .date-day,
.news-container .news-container .news-item.featured .date-year {
    color: #fff;
}
.news-container .news-item:hover .date-box{
    background: #1972CF;
}
.news-container .news-content {
    flex: 1;
    font-size: 20px;
    color: #333;
    line-height: 1.5;
}

.news-container .news-item:hover .news-content,
.news-container .news-item.featured .news-content {
    color:rgba(25, 114, 207, 1);
}

.news-container .news-arrow {
    color: #ccc;
    font-size: 18px;
    margin-left: 15px;
}

.news-container .news-item:hover .news-arrow,
.news-container .news-item.featured .news-arrow {
    color: white;
}
.breadcrumb{
    padding-left: 0;
}
.breadcrumb i{
    color:rgba(25, 114, 207, 1)
}
.pagination-container {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.pagination-info {
    color: #666;
    font-size: 14px;
    margin-right: 20px;
}

.page-btn {
    padding: 8px 12px;
    border: 1px solid #ddd;
    background: white;
    color: #666;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s;
}

.page-btn:hover {
    background: #f8f9fa;
    color: #333;
    text-decoration: none;
}

.page-btn.active {
    background: #2c5aa0;
    color: white;
    border-color: #2c5aa0;
}

.page-select {
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    margin: 0 10px;
}
.bg-blue-light .main-zw{
    background: #F6F9FB;
}
.Article-title{
    color:#10233E;
    font-size: 40px;
}
.sm-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sm-info .s-right{
    display: flex;
    align-items: center;
}
.sm-info .s-right i{
    font-size: 20px;
    color:#999;
}
.pagination .whj_jqueryPaginationCss-1{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pagination .whj_jqueryPaginationCss-1>div{
    color:#10233E;
    border-radius: 0!important;
}
.whj_jqueryPaginationCss-1 input{
    background: #F2F5F9;
    border-radius: 0!important;
}
.whj_jqueryPaginationCss-1>div, .whj_jqueryPaginationCss-1>input{
    border:0!important;
}
.whj_jqueryPaginationCss-1>div.whj_checked{
    color:#fff!important;
    background: #1972CF;
}
.whj_jqueryPaginationCss-1>div{
    padding: 0 12px !important;
}
@media (max-width: 1440px) {
    #enjoy{
        padding-left: 4%;
        padding-right: 4%;
    }
    #dream .dream-cont,#roam .roam-cont{
        margin:0 4%;
        gap: 0;
    }
    .hero-content{
        padding-left: 4%;
    }
    .roam-cont .swiper-slide .swiper-item .map-info li h3{
        font-size: 18px;
        margin:0;
    }
}
@media (max-width: 1100px) {
    .hero-points p{
        font-size: 16px;
    }
    .hero-content-inner h1{
        font-size: 30px;
    }

    .roam-cont .swiper-slide .swiper-item .map-info li h3{
        font-size: 16px;
        margin:0;
    }

}
/* Responsive Design */
@media (max-width: 991px) {
    #roam{
        height: auto;
    }
    #roam .roam-cont{
        flex-direction: column;
    }
    .roam-cont .swiper-slide.active,.roam-cont .swiper-slide{
        width: 100%;
    }
    .roam-cont .swiper-slide .swiper-item .map-info{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex:1;
    }
    .roam-cont .swiper-slide .swiper-item .map-info ul{
        padding-inline-start: 0;
        padding-left: 16px;
    }
    .roam-cont .swiper-slide .swiper-item .map-info li{
        display: none;
    }
    .roam-cont .swiper-slide .swiper-item .map-info li.active{
        display: block;
    }
    .roam-cont .swiper-slide .swiper-item .map-cont img{
        height: 760px;
        width: 460px;
    }
    #dream .dream-cont .swiper-slide .swiper-item{
        top:0;
    }

}

/* Responsive Design */
@media (max-width: 768px) {
    #roam{
        padding-top: 20px;
    }
    #roam .roam-cont .swiper-slide .map-cont{
        transform: scale(.8);
        margin-left: 0;
    }
    .roam-cont .swiper-slide .swiper-item .map-info,
    .roam-cont .swiper-slide{
        margin-top: -60px;
    }
    #roam .roam-cont .swiper-slide .map-cont img{
        max-width: initial;
    }
    #enjoy .e-info{
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
        background: #fff;
    }
    #enjoy{
        gap:0;
    }
    #enjoy .e-info-list ul li{
        padding:10px 0;
    }
    h2.title-img img{
        height: 90px;
    }
    #dream,#roam{
        padding:0;
    }
    #dream .dream-cont{
        padding-bottom: 100px;
    }
    .news-item a.iconfont{
        margin-right: 0;
    }
    #dream .dream-cont .swiper-slide .swiper-item,
    #dream .dream-cont .swiper-slide.swiper-slide-next .swiper-item{
        transform: scale(1);
        top:0;
    }
    #dream .dreamSwiper{
        height: auto;
        padding:0;
        padding-bottom: 60px;
    }
    #dream a.dream-more, #enjoy .e-info-list .dream-more{
        margin-top: 0;
    }
    .roam-cont .swiper-slide .swiper-item .map-info{
        margin-bottom: -40px;
    }
}

@media (max-width: 700px) {
    #enjoy .e-silde{
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    #enjoy{
        flex-direction: column;
    }
    .roam-cont .swiper-slide .swiper-item{
        flex-direction: column;
        align-items: center;
    }
    .hero-bg{
        flex-direction: column;
    }
    .hero-content{
        min-height: auto;
        background: url("/public/assets/img/top/banner-left-sm.jpg") no-repeat;
        background-size: cover;
    }
    .hero-title-overlay{
        margin-left: 0;
    }
    #dream .dream-cont .swiper-button-next,
    #dream .dream-cont .swiper-button-prev{
        bottom:10px;
    }
    .swiper-button-next, .swiper-button-prev{
        width: 30px;
        height: 30px;
    }
    #dream .dream-cont{
        margin:0;
    }
    #dream a.dream-more, #enjoy .e-info-list .dream-more{
        margin-left: 20px;
    }
    #enjoy .e-info-list .dream-more{
        margin-left: 0;
    }
    #enjoy{
        padding-top: 20px;
    }
    #dream .dream-cont h2.title-img{
        bottom: 60px;
    }
    .header-zw .header-top{
        border-bottom: 0;
    }
}

@media (max-width: 576px) {
    .roam-cont .swiper-slide .swiper-item h4 img{
        height: 80px;
        display: block;
        margin:0 auto
    }
    .news-item{
        flex-direction: column;
        align-items: flex-start;
        gap:10px;
        padding:10px 0;
    }
    .Article-title{
        padding:0;
        font-size: 20px;
    }
    .sm-info{
        flex-direction: column;
        gap: 10px;
        padding:10px 0;
    }
}
