* {
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}

/* 第一部分：顶图 */
.header-banner {
    width: 1920px;
    height: 1450px;
    margin: 0 auto;
}

.header-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.tt-container {
    margin: 0 auto;
    width: 1920px;
    font-size: 36px;
    line-height: 60px;
    font-family: "Microsoft YaHei", Arial;
    font-weight: 600;
    margin-top: -650px;
}
.tt{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.tt a {
    color: white;
}
/* 第二部分：轮播图 */
.lb-section{
    width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
.lb-container{
    width: 1200px;    
    margin: 0 auto;
    
}
.swiper-container {
    display: block;
    width: 1200px;
    height: 540px;
    margin: 30px auto;
    overflow: hidden;
}

.swiper-slide {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 900px;
}

/*******/
.lb-container {
    width: 1200px;
    margin: 10px auto 0;
    position: relative;
    padding-bottom: 55px;
}

.lb-container .swiper-container {
    padding: 0px 0;
    width: 1200px;
    margin: 0 auto;
}

.lb-container .swiper-slide {
    width: 960px;
    height: 540px;
    overflow: hidden;
}

.lb-container .swiper-slide .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    padding: 20px 5px 20px 5px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: rgba(67, 35, 33, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(67, 35, 33, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
    background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(67, 35, 33, 1) 100%);
    font-weight: bolder;
}

.lb-container .swiper-slide .tit a {
    color: #fff;
}

.lb-container .swiper-slide .tit h3 {
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 5px;
}

.lb-container .swiper-slide .tit p {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.lb-container .swiper-slide-active:after {
    display: none;
}

.lb-container .swiper-slide img {
    width: 960px;
    height: 540px;
    display: block;
}

.lb-container .swiper-button-prev {
    width: 28px;
    height: 48px;
    background: url("../../images/zhuanti_2025hxzglt/nr.png") 0 0 no-repeat;
    right: auto;
    left: -50px;
}

.lb-container .swiper-button-prev:hover {
    opacity: 0.6;
}

.lb-container .swiper-button-next {
    width: 28px;
    height: 48px;
    background: url("../../images/zhuanti_2025hxzglt/nr.png") 100% 100% no-repeat;
    left: auto;
    right: -50px;
}

.lb-container .swiper-button-next:hover {
    opacity: 0.6;
}
.lb-container .more {
    margin-top: 25px;
}
.lb-container .more a {
    color: black;
}

.swiper-pagination.swiper-pagination-bullets {
    display: none;
}




/*******/



/* 第三部分：双栏布局 */
.section-three {
    width: 1920px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}
.three-container{
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.news-left {
    width: 530px;
}
.more{
    float: right;
}
.news-item {
    width: 340px;
    height: 58px;
    /* padding: 15px; */
    /* border-bottom: 1px solid #eee; */
    background: url(../../images/zhuanti_2025hxzglt/tit_bg_l.png) no-repeat;
    background-size: contain;
    padding-left: 65px;
    font-size: 30px;
    line-height: 47px;
    color: white;
    position: relative;
    display: flex;
    align-content: flex-end;
    flex-direction: column;
    justify-content: flex-end;
}
.images-right .news-item {
    background: url(https://www.workercn.cn/resources/images/zhuanti_2025hxzglt/tit_bg_r.png) no-repeat;
    padding-left: 75px;
}
.news-lines {
    margin-top: 25px;
}
.news-lines ul {
    list-style: none;
    width: 512px;
}
  
.news-lines li {
    height: 37px;
    line-height: 37px;
    position: relative;
    padding-left: 2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-lines li::before {
    content: '\00B7';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
    font-size: 40px;
}
.news-lines a {
    color: black;
}

.image-right {
    width: 600px;
    display: grid;
    grid-template-rows: 200px 1fr;
    gap: 20px;
    margin-top:25px;
}
.images-right .news-lines {
    margin-top: 16px;
}

.top-images {
    width: 600px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 25px;
}


.top-images>div {
    position: relative;
    width: 280px;
}
.top-images img{
    width: 280px;
}
.mask {position: absolute;width: 100%;background: rgba(0,0,0,.5);left: 0;bottom: 0;font-size: 13px;}
.mask h3 {padding: 0 6px;line-height: 30px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;color: #FFF}
.mask a {color: #FFF}



/* 第四部分：走马灯 */
.carousel-section {
    width: 1920px;
    height: 625px;
    margin: 50px auto;
    background: url(../../images/zhuanti_2025hxzglt/view-bg.jpg) no-repeat;
    background-size: contain;
    position: relative;
}
.carousel-tit{
    margin: 0 auto;
    width: 1200px;
    text-align: center;
}
.pics-auto {
    height: 450px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: absolute;
    width: 1200px;
    top: 13.6%;
}
div#pics-auto {
    
    width: 1200px;
   position: relative;
    height: 450px;
    overflow: hidden;
    margin: 40px auto;
    display: flex; height: 450px;   flex-direction: row;
}

.pic-tit {
    position: absolute;
    bottom: 0px;
    /* margin-left: 10px; */
    width: 100%;
    background: #4b414199;
    color: white;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    
}
.pic-tit a{
    color: white;  
}
.pic-tit span{
    margin-left:5px
}
.str_move {white-space:nowrap;position:absolute; top:0; left:0;display: flex; height: 450px;   flex-direction: row;}
.str_move_clone {display: flex; height: 450px;   flex-direction: row;;vertical-align:top;position:absolute; left:100%;top:0;}
.pic-auto {
    flex-shrink: 1;
    margin: 0 5px;
    position: relative;
  	height:100%;
}

.pic-auto img {
    width: auto;
    height: 100%;
}

/* 第五部分：热点图 */
.map-section {
    width: 1920px;
    height: 525px;
    margin: -90px auto 40px;
    position: relative;
}
.map-container{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    
    position: relative;
}
.hotspot {
    position: absolute;
    border-radius: 50%;
    opacity: 0.75;
    transition: all 0.4s ease;
    transform: scale(1);
    cursor: pointer;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    z-index: 10;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.hotspot-container{
    position: relative;
}
.hotspot-1 {top: 50.8%;left: 14%;width: 9.5%;height: 24.3%;background: rgba(231, 76, 60, 0.2);}
.hotspot-2 {top: 29.1%;left: 35%;width: 9.5%;height: 24.3%;background: rgba(46, 204, 113, 0.2);}
.hotspot-3 {top: 50.8%;left: 56.2%;width: 9.5%;height: 24.3%;background: rgba(155, 89, 182, 0.2);}
.hotspot-4 {top: 29.1%;left: 77.2%;width: 9.5%;height: 24.3%;background: rgba(241, 196, 15, 0.2);}
.hotspot-1, .hotspot-3{ animation: pulse-animation 3s infinite; }
.hotspot-2, .hotspot-4 { animation: pulse-animation 3s infinite 0.5s; }
@keyframes pulse-animation {
            0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
            50% { transform: scale(1.05); box-shadow: 0 0 0 15px rgba(255, 255, 255, 0); }
}

/* 第六部分：页脚 */
.foot-03 {color: black; min-width: 1000px;padding: 10px 0;border-top: 1px solid #D2D2D2;font-size: 12px;line-height: 21px;text-align: center;margin-top: 20px}
.foot-03 a{color: black; }
.floatewm {display: none;position: fixed;width: 94px;padding: 15px 5px 5px;border: 1px solid #E8E8E8;background: #F6F6F6;left: 52%;bottom: 10px;_display: none;font-family: "Microsoft YaHei", Arial;font-size: 12px;line-height: 21px;text-align: center;margin-left: 580px}
.floatewm img {margin-top: 5px}
.floatewm span {color: #B00;font-size: 11px}
.floatewm i {display: block;position: absolute;width: 15px;height: 15px;font-style: normal;line-height: 15px;text-align: center;right: 0;top: 0;cursor: pointer}


@media screen and (max-width:700px) {
    section.section-part{
        width: 100vw;
    }
    .header-banner{
        height: 75.5vw;
    }
    .header-banner img{
        object-fit: contain;
    }
    section.tt-container{
        margin-top:-35vw;
        font-size: 5vw;
        line-height: 6.5vw;
    }
    .tt{
        width: 95vw;
    }
    .lb-container{
        width:96vw;
        padding-bottom: 0;
    }
    .lb-container .swiper-container{
        width: 96vw;
        height: 54vw;
    }
    .lb-container .swiper-slide{
        width: 100%;
        height: auto;
    }
    .lb-container .swiper-slide img{width: 100%;height: auto;}
    
    .lb-container .swiper-slide .tit{
        font-size: 3.5vw;
        line-height: 6vw;
    }
  
    .swiper-pagination.swiper-pagination-bullets {
        display: block;
        bottom: 2px;
    }

    span.swiper-pagination-bullet {
        background: white;
    }

    .three-container{
        flex-direction: column;
        width: 96vw;
    }
    .news-item {
        width: 100vw;
        height: 8vw;
        padding-left: 8vw;
        font-size: 4vw;
        line-height: 7vw;
        
    }
    .images-right .news-item {
        padding-left: 8vw;
        background-size: contain;
    }
    .news-lines ul{width:100%}
    .news-lines li{
        font-size: 4vw;
        height: auto;
        line-height: 6.5vw;
        -webkit-line-clamp: 6;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space: normal;
    }
    .news-lines li::before {
      top: 3vw;
  	}
    .news-left{
        width: 96vw;
    }
    .images-right{
        width: 96vw;
    }
    .top-images{
        width: 96vw;
    }
    .top-images img{
        width: 46vw;
    }
    .top-images>div {
      width: 46vw;
    }
    .carousel-tit{
        width: 98vw;
    }
    .carousel-tit img{
        width: 60%;
    }
    div#pics-auto{
        width: 96vw;
        height: 54vw;
        margin:7vw auto;
    }
    .str_move{
        height: 54vw;
    }
    .carousel-section{
        background-size: cover;
        background-position: center;
        height: 82vw;
    }
    .map-container{
        width: 98vw;
    }
    .map-section{
        margin: -16vw auto 40px;
    }
    .hotspot-container img{
        width: 100%;
    }
    .map-section{
        height: 45vw;
    }
    footer{
        width: 100vw;
    }
    .more a{font-size:4vw;}
    .more {margin-top:10px;}
  	.foot-03 {width: 100%;min-width: 320px;box-sizing: border-box;padding: 10px 20px;}
    .floatewm {display: none !important}
}