
.text-ellipsis{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.text-ellipsis1{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.text-ellipsis2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.text-ellipsis3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.text-ellipsis4{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.text-ellipsis5{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}





.new-index{
    color: #333333;
    font-size: 16px;
    font-family: Source Han Sans, Source Han Sans;
    padding: 25px 0;
}
.new-index .inner{
    width: 1280px;
    margin: 0 auto;
}
.new-index .index_block_title{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.new-index .index_block_title .text{
    position: relative;
    line-height: 29px;
    font-size: 20px;
    color: #D11A1A;
    font-weight: bold;
    padding-left: 11px;
    margin-right: 8px;
}
.new-index .index_block_title .text::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 18px;
    background: #E71F1D;
    margin-top: -9px;
}
.new-index .index_block_title .line{
    flex: 1;
    width: 0;
    height: 1px;
    background: #D8D8D8;
}
.new-index .index_block_title .btn{
    display: flex;
    align-items: center;
    line-height: 16px;
    font-size: 14px;
    color: #999999;
}
.new-index .index_block_title .btn:hover{
    color: #999999;
    font-weight: normal;
}
.new-index .index_block_title .btn img{
    height: 16px;
    margin-right: 4px;
}
.new-index .df{
    display: flex;
}
.new-index .aic{
    align-items: center;
}



.new-index .index_title{
    display: block;
    line-height: 46px;
    color: #333333;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
}



.new-index .index_subheads{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.new-index .index_subheads .subhead{
    display: flex;
    align-items: center;
    line-height: 24px;
    color: #333333;
    margin: 0 24px;
}
.new-index .index_subheads .subhead:hover,
.new-index .index_subheads .subhead:hover span{
    color: #B30000;
    font-weight: normal;
}
.new-index .index_subheads .subhead .icon{
    margin-right: 6px;
}
.new-index .index_subheads .subhead .icon img{
    display: block;
    height: 24px;
}



.new-index .index_news_list{
    margin-bottom: 32px;
}
.new-index .index_news_list .list_title,
.new-index .index_news_list .list_item{
    display: block;
    color: #333333;
    margin-bottom: 14px;
}
.new-index .index_news_list .list_title{
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
}
.new-index .index_news_list .list_item{
    line-height: 23px;
}






.new-index .index_top1{
    display: flex;
}
.new-index .index_top1 .top1_left{
    flex-shrink: 0;
    width: 320px;
    margin-right: 40px;
}





.new-index .big_news_item{
    position: relative;
    display: block;
    cursor: pointer;
}
.new-index .big_news_item .item_img{
    aspect-ratio: 1 / 0.6589;
    background: no-repeat center center / cover;
    border-radius: 6px;
}
.new-index .big_news_item .item_title{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 0 10px 20px;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.new-index .big_news_item:hover .item_title{
    color: #fff;
    font-weight: normal;
}




.new-index .index_top1 .top1_right{
    flex: 1;
    display: flex;
    align-items: flex-start;
}
.new-index .index_top1 .index_banner{
    position: relative;
    width: 645px;
    padding-bottom: 27px;
    margin-right: 16px;
}
.new-index .index_top1 .index_banner .swiper{

}
.new-index .index_top1 .index_banner .swiper-slide{

}
.new-index .index_top1 .index_banner .swiper .swiper-button-prev,
.new-index .index_top1 .index_banner .swiper:hover .swiper-button-prev{
    left: 0;
    background: url(../img/icon_prev.png) no-repeat center center / 100% 100%;
    transform: translate(0, 0) rotate(0deg);
}
.new-index .index_top1 .index_banner .swiper:hover .swiper-button-next,
.new-index .index_top1 .index_banner .swiper .swiper-button-next{
    right: 0;
    background: url(../img/icon_next.png) no-repeat center center / 100% 100%;
    transform: translate(0, 0) rotate(0deg);
}
.new-index .index_top1 .index_banner .swiper .swiper-button-prev:hover{
    background-image: url(../img/icon_prev2.png);
}
.new-index .index_top1 .index_banner .swiper .swiper-button-next:hover{
    background-image: url(../img/icon_next2.png);
}
.new-index .index_top1 .index_banner .swiper-pagination{
    bottom: 0;
    z-index: 1;
}
.new-index .index_top1 .index_banner .swiper-pagination .swiper-pagination-bullet{
    width: 7px;
    height: 7px;
    background: #D8D8D8;
    opacity: 1;
    border-radius: 50%;
}
.new-index .index_top1 .index_banner .swiper-pagination .swiper-pagination-bullet-active{
    width: 19px;
    height: 7px;
    background: #E71F1D;
    border-radius: 39px;
}
.new-index .index_top1 .index_banner .video-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2;
}
.new-index .index_top1 .index_banner .video-mask video{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #000;
}
.new-index .index_top1 .index_banner .video-mask .close{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 30px;
    text-align: right;
    background-color: #fff;
    border-radius: 0 0 0 50px;
    cursor: pointer;
}
.new-index .index_top1 .banner_right{

}
.new-index .index_top1 .banner_right .right_item{
    position: relative;
    display: block;
    width: 200px;
    color: #fff;
    margin-bottom: 16px;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    cursor: pointer;
}
.new-index .index_top1 .banner_right .right_item .item_img{
    aspect-ratio: 1 / 0.655;
    background: no-repeat center center / cover;
    border-radius: 6px;
}
.new-index .index_top1 .banner_right .right_item .item_title{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 4px;
    display: flex;
    align-items: center;
}
.new-index .index_top1 .banner_right .right_item:hover .item_title{
    color: #fff;
    font-weight: normal;
}
.new-index .index_top1 .banner_right .right_item .item_title .icon{
    margin-right: 4px;
}
.new-index .index_top1 .banner_right .right_item .item_title .icon img{
    display: block;
    width: 24px;
}
.new-index .index_top1 .banner_right .right_item .item_title span,
.new-index .index_top1 .banner_right .right_item .item_title span:hover{
    color: #fff;
}



.new-index .index_top2{
    display: flex;
}
.new-index .index_top2 .top2_left{
    flex: 1;
    width: 0;
}
.new-index .index_top2 .top2_right{
    width: 214px;
    margin-left: 44px;
}
.new-index .index_top2 .top2_list{
    margin-right: 50px;
}
.new-index .index_top2 .index_news_list{
    flex: 1;
    width: 0;
}




.new-index .index_news_item{
    display: block;
    width: 320px;
    margin-right: 20px;
}
.new-index .index_news_item:last-child{
    margin-right: 0;
}
.new-index .index_news_item .item_img{
    aspect-ratio: 1 / 0.6581;
    background: no-repeat center center / cover;
    border-radius: 6px;
    margin-bottom: 9px;
}
.new-index .index_news_item .item_title{
    line-height: 23px;
    color: #3D3D3D;
}




.new-index .index_news_text_list{

}
.new-index .index_news_text_list .list_item{
    display: flex;
    align-items: flex-start;
    color: #333333;
    margin-bottom: 16px;
}
.new-index .index_news_text_list .list_item .circle{
    margin-right: 8px;
}
.new-index .index_news_text_list .list_item .circle::after{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #D8D8D8;
    margin-top: 8px;
    border-radius: 50%;
}







.new-index .guanggao{
    display: block;
    margin-bottom: 40px;
}
.new-index .guanggao img{
    display: block;
    width: 100%;
    border-radius:3px;
}






.new-index .index_banner2{
    margin-bottom: 40px;
}
.new-index .index_banner2 .swiper-container{
    position: relative;
}
.new-index .index_banner2 .swiper-button-prev,
.new-index .index_banner2 .swiper-button-next{
    width: 32px;
    height: 32px;
    background: no-repeat center center / 100% 100%;
}
.new-index .index_banner2 .swiper-button-prev::after,
.new-index .index_banner2 .swiper-button-next::after{
    display: none;
}
.new-index .index_banner2 .swiper-button-prev{
    left: -54px;
    background-image: url(../img/icon_prev.png);
}
.new-index .index_banner2 .swiper-button-next{
    right: -54px;
    background-image: url(../img/icon_next.png);
}
.new-index .index_banner2 .swiper-button-prev:hover{
    background-image: url(../img/icon_prev2.png);
}
.new-index .index_banner2 .swiper-button-next:hover{
    background-image: url(../img/icon_next2.png);
}
.new-index .index_banner2 .index_news_item{
    width: 300px;
}






.new-index .index_top3{
    display: flex;
    margin-bottom: 40px;
}
.new-index .index_top3 .top3_left{
    flex: 1;
    width: 0;
}
.new-index .index_top3 .top3_right{
    width: 346px;
    margin-left: 44px;
}
.new-index .index_top3 .chuangye{
    margin-bottom: 30px;
}
.new-index .index_top3 .chuangye:last-child{
    margin-bottom: 0px;
}
.new-index .index_top3 .index_news_item{
    width: 430px;
    margin-right: 50px;
}
.new-index .index_top3 .index_news_item .item_img{
    aspect-ratio: 1 / 0.6566;
}
.new-index .index_top3 .index_news_list{
    width: 410px;
    margin-bottom: 0;
}
.new-index .index_top3 .guanggao{
    margin-bottom: 0;
}









.new-index .index_top4{
    margin-bottom: 40px;
}
.new-index .index_top4 .top4_left{

}
.new-index .index_top4 .big_news_item{
    width: 430px;
    margin-bottom: 20px;
}
.new-index .index_top4 .big_news_item .item_img{
    aspect-ratio: 1 / 0.66;
    background: no-repeat center center / cover;
    border-radius: 6px;
}
.new-index .index_top4 .big_news_item .item_title{
    color: #fff;
    padding: 0 19px 16px;
}
.new-index .index_top4 .index_news_item{
    width: 205px;
    margin-right: 20px;
}
.new-index .index_top4 .index_news_item:last-child{
    margin-right: 0;
}
.new-index .index_top4 .right_list{
    width: 400px;
    margin-left: 54px;
}
.new-index .index_top4 .top4_right{
    width: 347px;
    margin-left: 50px;
}
.new-index .index_top4 .guanggao{
    margin-bottom: 0;
}
.new-index .index_top4 .banner3{
    position: relative;
}
.new-index .index_top4 .banner3 .big_news_item{
    width: 100%;
}
.new-index .index_top4 .banner3 .big_news_item .item_img{
    aspect-ratio: 1 / 0.6589;
}
.new-index .index_top4 .banner3 .swiper-button-prev,
.new-index .index_top4 .banner3 .swiper-button-next{
    width: 32px;
    height: 32px;
    background: no-repeat center center / 100% 100%;
}
.new-index .index_top4 .banner3 .swiper-button-prev::after,
.new-index .index_top4 .banner3 .swiper-button-next::after{
    display: none;
}
.new-index .index_top4 .banner3 .swiper-button-prev{
    left: 0;
    background-image: url(../img/icon_prev.png);
}
.new-index .index_top4 .banner3 .swiper-button-next{
    right: 0;
    background-image: url(../img/icon_next.png);
}
.new-index .index_top4 .banner3 .swiper-button-prev:hover{
    background-image: url(../img/icon_prev2.png);
}
.new-index .index_top4 .banner3 .swiper-button-next:hover{
    background-image: url(../img/icon_next2.png);
}
.new-index .index_top4 .banner3 .index_news_item{
    width: 300px;
}