.banner {
    box-sizing: border-box;
    width: 100vw;
    height: 211px;
    position: relative;
}


@media screen and (min-width:390px) {
    .banner{
        height: 220px;
    }
}

@media screen and (min-width:410px) {
    .banner{
        height: 235px;
    }
}

@media screen and (min-width:430px) {
    .banner{
        height: 240px;
    }
}
@media screen and (min-width:500px) {
    .banner{
        height: 300px;
    }
}
@media screen and (min-width:700px) {
    .banner{
        height: 410px;
    }
}

@media screen and (min-width:800px) {
    .banner{
        height: 440px;
    }
}
@media screen and (min-width:900px) {
    .banner{
        height: 510px;
    }
}
@media screen and (min-width:1000px) {
    .banner{
        height: 550px;
    }
}



#banner-swiper {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.banner-notice {
    width: 100%;
    background: #000000;
    opacity: 0.4;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    z-index: 200;
}

.banner-notice-content {
    width: var(--hualu-content-width-m);
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-notice-left {
    display: flex;
    align-items: center;
    gap: 5px;
}

#notice-swiper {
    width: 251px;
    height: 24px;
    overflow: hidden;
}

#notice-swiper .swiper-slide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner-notice-more {
    font-size: 10px;
}

/* .back-top-box{
    position: fixed;
    right: 10px;
    bottom: 100px;
    width: 58px;
    height: 58px;
    background: url('../image/back-top-m-2x.png') no-repeat;
    background-size: cover;
    z-index: 500;
    opacity: 0;
    transition: .5s;
} */

/* 新闻中心 */
.news-center {
    box-sizing: border-box;
    width: 100vw;
    background: url('../image/news-center-background-m.png') no-repeat bottom;
    background-size: 100% 100%;
    padding-bottom: 20px;
}

.news-center-content {
    width: var(--hualu-content-width-m);
    margin: 0 auto;
}

.news-type-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    gap: 10px;
    margin-bottom: 10px;
}

.news-type-list li {
    border-radius: 3px;
    height: 100%;
    color: #666666;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #DBD4CD;
    box-sizing: border-box;
    flex: 1;
}

.news-type-list .news-type-list-active {
    background-color: #FF9E00;
    color: white;
    border: none;
}

.news-list-top {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
}

.news-list-top-text {
    position: absolute;
    bottom: 0;
    height: 30px;
    background-color: #000000;
    opacity: 0.4;
    line-height: 30px;
    font-size: 15px;
    color: white;
    text-align: center;
    width: 100%;
}

.news-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: white;
    border-radius: 2px;
    height: 80px;
    gap: 10px;
    box-sizing: border-box;
}

.news-list-item-left {
    width: 47px;
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-list-item-left .news-day {
    font-size: 16px;
    color: #333333;
    text-align: right;
}

.news-list-item-left .news-date {
    font-size: 12px;
    color: #999999;
    text-align: right;
    padding-right: 1px;
}

.news-list-item-right {
    flex: 1;
    height: 100%;
    overflow: hidden;
    padding-left: 10px;
    border-left: 1px solid #FAFAFA;
}

.news-list-item-right .news-title {
    font-size: 15px;
    color: #333333;
    height: 22px;
    line-height: 22px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.news-list-item-right .news-content {
    font-size: 13px;
    color: #999999;
    height: 38px;
    line-height: 19px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.news-list-read-more {
    width: 100%;
    height: 30px;
    background-color: rgba(255, 158, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    color: #FF9E00;
    margin-top: 10px;
}

/* 产业分布 */
.industry-distribution {
    width: 100vw;
    background: url('../image/industry-distribution-background-m.png') no-repeat bottom;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.industry-distribution-swiper {
    width: var(--hualu-content-width-m);
    height: 280px;
    border-radius: 3px;
    background-color: white;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.industry-distribution-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    gap: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.industry-distribution-swiper .swiper-wrapper .swiper-slide .industrial-slide-left {
    border-radius: 3px;
    height: 227px;
    width: 180px;
    overflow: hidden;
}

.industry-distribution-swiper .swiper-wrapper .swiper-slide .industrial-slide-right {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 4px;
    height: 231px;
}

.industry-distribution-swiper .swiper-wrapper .swiper-slide .industrial-slide-right .industrial-slide-header {
    width: 71px;
    height: 60px;
    position: relative;
}

.industry-distribution-swiper .swiper-wrapper .swiper-slide .industrial-slide-right .industrial-slide-header .industrial-slide-header-index {
    font-size: 60px;
    color: rgba(246, 246, 246, 1);
    font-family: AlibabaPuHuiTi-Bold;
}

.industry-distribution-swiper .swiper-wrapper .swiper-slide .industrial-slide-right .industrial-slide-header .industrial-slide-header-title {
    position: absolute;
    bottom: 5px;
    left: 0;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    font-family: AlibabaPuHuiTi-Medium;
    text-wrap: nowrap;
}

.industry-distribution-swiper .swiper-wrapper .swiper-slide .industrial-slide-right .industrial-indicator {
    width: 22px;
    height: 5px;
    background: url('../image/industrial-indicator-m-2x.png') no-repeat;
    background-size: 100% 100%;
}

.industry-distribution-swiper .swiper-wrapper .swiper-slide .industrial-slide-right .industrial-detail {
    color: #666666;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.industry-distribution-swiper .swiper-wrapper .swiper-slide .industrial-slide-right .industrial-read-more {
    width: 85px;
    height: 34px;
    border: 1px solid #FF9E00;
    border-radius: 2px;
    line-height: 34px;
    text-align: center;
    color: #FF9E00;
    font-size: 13px;
    margin-top: auto;
}

.industry-swiper-pagination {
    position: absolute;
    text-align: center;
}

.industry-swiper-pagination .swiper-pagination-bullet-active {
    background: orange;
    width: 18px;
    border-radius: 10px;
}

/* 党建领航 */
.leading {
    width: 100vw;
    background: url('../image/leading-background-m.png') no-repeat bottom;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.leading-content {
    width: var(--hualu-content-width-m);
    margin: 0 auto;
}

.leading-top {
    width: 100%;
    height: 250px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.leading-top-text {
    position: absolute;
    bottom: 0;
    background-color: #B41916;
    opacity: 0.86;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: white;
    text-align: center;
    width: 100%;
}

.leading-news {
    background: #FFF6F5;
    border-radius: 3px;
    padding: 14px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 10px;
}

.leading-news-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.leading-news-item-left {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.leading-news-item-left .day {
    font-size: 17px;
    color: #333333;
    line-height: 28px;
    height: 28px;
}

.leading-news-item-left .date {
    font-size: 12px;
    color: #999999;
    line-height: 17px;
    height: 17px;
    text-align: right;
}

.leading-news-item-right {
    border-bottom: 1px dashed #999999;
    flex: 1;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.leading-news-item-right .title {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    height: 22px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.leading-news-item-right .content {
    font-size: 13px;
    color: #999999;
    line-height: 19px;
    height: 19px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.leading-news-item-more {
    color: #E41E01;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
}

/* 鲁港澳合作 */
.lga-cooperation {
    width: 100vw;
    background: url('../image/lga-background-m.png') no-repeat bottom;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.lga-cooperation-content {
    width: var(--hualu-content-width-m);
    margin: 0 auto;
}

.lga-cooperation-content ul{
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 25px auto 0;
    align-items: center;
}

.lga-cooperation-content ul li{
    width: 244px;
    height: 44px;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);
    border-radius: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #355EC4;

    
}

.lga-cooperation-content ul li span{
    color: #FF9E00;
}

.lga-cooperation-content ul li:nth-child(2){
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);
}

.lga-cooperation-content ul li:nth-child(3){
    width: 296px;
    height: 44px;
}

.lga-cooperation-content .lga-cooperation-title{
    width: 345px;
    height: 80px;
    background: url('../image/cooperation-title-bg-2x.png') no-repeat center;
    background-size: cover;
}

.lga-cooperation-content .lga-cooperation-top{
    width: 271px;
    height: 175px;
    background: url('../image/cooperation-top-bg-m-2x.png') no-repeat center;
    background-size: cover;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.lga-cooperation-content .lga-cooperation-top .info{
    display: flex;
    justify-content: space-between;
    height: 36px;
}

.lga-cooperation-content .lga-cooperation-top .info .first-line{
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
}

.lga-cooperation-content .lga-cooperation-top  .sec-line{
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
}

.lga-cooperation-content .lga-cooperation-top .info .icon{
    width: 25px;
    height: 27px;
    background: url('../image/cooperation-building-icon-2x.png') center;
    background-size: cover;
}

.lga-cooperation-content .swiper-box{
    width: 343px;
    height: 156px;
    margin-top: -60px;
}

.lga-cooperation-content .swiper-box img{
   border: 2px solid white;
   border-radius: 7px;
   width: 340px;
   height: 156px;
}
/* #swiper-cooperation #cooperation-swiper-pagination{
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    cursor: pointer;
    z-index: 200;
}

#cooperation-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: white;
    opacity: 1;
    cursor: pointer;
}

#cooperation-swiper-pagination .swiper-pagination-bullet-active {
    background: orange;
    width: 25px;
    border-radius: 9px;
} */


.lga-swiper-bg {
    width: 100%;
    height: 307px;
    background: url('../image/lga-swiper-background-m-3x.png') no-repeat bottom right;
    background-size: 100% 100%;
    position: relative;
    margin-top: 10px;
}

.lga-swiper-wrapper {
    position: absolute;
    right: 13px;
    bottom: 11px;
    width: calc(100% - 13px);
    height: calc(100% - 11px);
}

.lga-swiper-wrapper  .lga-swiper-pagination{
    position: absolute;
    text-align: center;
    bottom: 16px;
}

.lga-swiper-wrapper  .lga-swiper-pagination .swiper-pagination-bullet-active{
    background: orange;
    width: 18px;
    border-radius: 10px;
}


.lga-cooperation-info {
    text-align: center;
    margin-top: 25px;
}

.lga-cooperation-info .main-title {
    font-family: AlibabaPuHuiTi-Medium;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}

.lga-cooperation-info .sub-title {
    font-size: 12px;
    color: #999999;
    line-height: 17px;
    height: 17px;
    position: relative;
    width: fit-content;
    margin: 8px auto;
}

.lga-cooperation-info .sub-title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 108%;
    width: 16px;
    height: 2px;
    background-color: #355EC4;
}

.lga-cooperation-detail {
    width: 100%;
    overflow: hidden;
    margin: 15px 0;
    text-indent: 2em;
    color: #666666;
    font-size: 13px;
}

ul.lga-cooperation-list {
    display: flex;
    justify-content: space-between;
    margin: 18px 0;
}

.lga-cooperation-list li {
    height: 43px;
    display: flex;
    gap: 10px;
}

.lga-cooperation-list li .item-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lga-cooperation-list li .item-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lga-cooperation-list li .item-right .item-right-title {
    font-size: 18px;
    color: #FF9E00;
    line-height: 25px;
    height: 25px;
    font-family: AlibabaPuHuiTi-Medium;
}

.lga-cooperation-list li .item-right .item-right-sub-title {
    font-size: 11px;
    color: #999999;
    line-height: 20px;
    height: 20px;
}

.lga-cooperation-read-more {
    margin-top: 16px;
    color: white;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 上市公司 */
.listed-company {
    width: 100vw;
    background: url('../image/listed-company-background-m.png') no-repeat bottom;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.listed-company-content {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.listed-company-swiper {
    transform: scale(1.7);
    margin: 60px 0;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.listed-company-swiper .swiper-wrapper {
    position: relative;
}

.listed-company-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    transition: 300ms;
    transform-origin: center center;
    transform: scale(0.8);
    height: 170px;
}

.listed-company-swiper .swiper-slide .company-swiper-box{
   display: flex;
   flex-direction: column;
   padding: 23px 0 0;
   justify-content: space-around;
   height: 100%;
   box-sizing: border-box;
}


.listed-company-swiper .swiper-slide .company-swiper-box .en-name{
    width: 80px;
    height: 20px;
    font-size: 7px;
    color: #999999;
    text-align: center;
    margin: 0 auto;
    line-height: 10px;
 }


.listed-company-swiper .swiper-slide .company-swiper-box .learn-detail{
    width: 48px;
    height: 19px;
    color: #FF9E00;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #FF9E00;
    font-size: 8px;
    border-radius: 2px;
    margin: 0 auto;
    line-height: 18px;
    margin-bottom: 5px;
 }
 


.listed-company-swiper .swiper-slide-active,
.listed-company-swiper .swiper-slide-duplicate-active {
    transform: scale(1);
}

.listed-company-swiper-pagination {
    position: absolute;
    text-align: center;
}

.listed-company-swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 5px !important;
    height: 5px !important;
}

.listed-company-swiper-pagination .swiper-pagination-bullet-active {
    background: orange;
    width: 9px !important;
    border-radius: 10px;
}

.listed-company-swiper-button-next {
    width: 42px;
    height: 42px;
    background: url('../image/list-swiper-next-m-2x.png') no-repeat;
    background-size: cover;
    position: absolute;
    right: 18%;
    top: 45%;
}

.listed-company-swiper-button-prev {
    width: 42px;
    height: 42px;
    background: url('../image/list-swiper-prev-m-2x.png') no-repeat;
    background-size: cover;
    position: absolute;
    left: 18%;
    top: 45%;
}

/* 视频专栏 */
.video-column {
    width: 100vw;
    background: url('../image/video-column-background.png') no-repeat bottom;
    background-size: 100% 100%;
    box-sizing: border-box;
    position: relative;
}

.video-company-swiper {
    margin: 60px 0;
    display: flex;
    padding-bottom: 20px;
    width: 250px;
    height: 330px;
    margin: 0 auto;
}

.video-company-swiper img {
    width: 100%;
    height: 100%;
}

.video-swiper-button-next {
    width: 34px;
    height: 34px;
    background: url('../image/video-next-2x.png') no-repeat;
    position: absolute;
    background-size: cover;
    right: 5%;
    top: 50%;
}

.video-swiper-button-prev {
    width: 34px;
    height: 34px;
    background: url('../image/video-prev-2x.png') no-repeat;
    background-size: cover;
    position: absolute;
    left: 5%;
    top: 50%;
}


.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.modal-content {
    width: 100%;
    position: relative;
}

.video-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background-image: url('../image/video-close.png');
    background-size: 100%;
}

.video-read_more{
    margin: 25px auto;
    display: flex;
    align-items: center;
    color: #FF9E00;
    justify-content: center;
}

.video-read_more span{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('../image/readmore-orange-2x.png');
    background-size: contain;
}