.index-containter{
    /*background: url(20240110_bg_home_other.jpg) no-repeat bottom center;*/
}

/* Banner */
.Banner {
	width: 100%;
	height: 780px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.Banner .innerBanImg {
	width: 1920px;
	height: 780px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
	z-index: 1;
}

.Banner .swiper {
    width: 100%;
    height: 100%;
  }

.Banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Banner .center{
    position: absolute;
    z-index: 9;
    bottom: 150px;
}
.Banner .center .swiper-pagination{
    text-align: left;
}

.Banner .swiper-pagination-bullet {
width: 30px;
margin-right: 60px;
text-align: center;
font-size: 24px;
color: #fff;
background: none;
opacity: .5;
}
.Banner .swiper-pagination-bullet i{
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 20px;
    position: relative;
    border-radius: 100%;
    transition: ease .3s;
    text-align: center;
    border: 1px solid rgba(255,255,255,.3);
    margin-bottom: 40px;
    font-size: 18px;
}
.Banner .swiper-pagination-bullet i::before{
    content: ' ';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 100%;
    vertical-align: middle;
    opacity: .5;
}
.Banner .swiper-pagination-bullet i::after{
    width: 1px;
    height: 34px;
    content: '';
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 46%;
    top: 26px;
    opacity: .5;
}

.Banner .swiper-pagination-bullet-active{
    opacity: 1;
}
.Banner .swiper-pagination-bullet-active i{
    border: 1px solid rgba(255,255,255,1);
}
.Banner .swiper-pagination-bullet-active i::before,
.Banner .swiper-pagination-bullet-active i::after{
    opacity: 1;
}
.Banner .center {
	position: relative;
}
.swiperTxt{
    margin-top: 35px;
}
.swiperTxt a{
    color: #000;
}
.swiperTxt b{
    font-size: 24px;
    margin-bottom: 5px;
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiperTxt span{
    font-size: 14px;
}

.swiperTxt ul li{
    display: none;
}
.swiperTxt ul li.active{
    display: block;
}


/* indexNews */
.indexNews{
    width: 100%;
    overflow: hidden;
    margin-top: 110px;
}

.swiperBox .swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiperBox .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiperBox .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiperBox .swiperStep{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    border-radius: 0 20px 0 0;
    padding: 15px 25px;
    z-index: 3;
}
.swiperStep .swiper-news-pagination{
    margin: 0 25px;
    font-size: 16px;
}
.swiperBox .swiper-button-prev{
    display: inline-block;
    background: url(20240110_icon_prve.png) no-repeat center center;
}
.swiperBox .swiper-button-prev:hover{
    background: url(20240110_icon_prve_h.png) no-repeat center center;
}
.swiperBox .swiper-button-next{
    display: inline-block;
    background: url(20240110_icon_next.png) no-repeat center center;
}
.swiperBox .swiper-button-next:hover{
    background: url(20240110_icon_next_h.png) no-repeat center center;
}

.indexNews .center{
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.indexNews .left{
    width: 789px;
    overflow: hidden;
    margin-right: 72px;
    position: relative;
}
.indexNews .right{
    width: 690px;
    width: 690px\0;
}

.indexNews .right h3{
    font-size: 36px;
    color: #000;
    /* margin-bottom: 46px; */
}
.news-list{
    margin-top: 35px;
}
.news-list li{
    margin-bottom: 40px;
}
.news-list li a{
    display: flex;
}
.news-list li .news-date{
    width: 95px;
    height: 95px;
    background: url(20240110_bg_home_item.jpg) no-repeat center center;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content:center ;
}
.news-text{
    flex: 1;
    padding: 14px 22px;
    line-height: 32px;
    font-size: 16px;
    transition: ease .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}
.news-text b{
    font-size: 20px;
    display: block;
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-list li a:hover .news-text{
    background: #f0f0f0;
}
.news-list li .news-date b{
    font-size: 32px;
    color: #be3838;
}
.news-list li .news-date span{
    font-size: 14px;
    color: #be3838;
    margin-top: 5px;
}

.news-more{
    display: inline-block;
    width: 76px;
    height: 47px;
    background: url(20240110_icon_more.png) no-repeat center center;
    vertical-align: middle;
    transition: ease .3s;
}
a:hover .news-more{
    transform: translateX(15px);
}


.indexIntro{
 margin-top: 130px;
}
.indexIntro h3{
    font-size: 36px;
    color: #000;
    margin-bottom: 50px;
}
.indexIntro h4{
    font-size: 20px;
    line-height: 48px;
    font-weight: normal;
    text-align: left;
}
.intro-list{
    margin: 100px 0 220px 0;
}
.intro-list ul{
    display: flex;
}
.intro-list ul li{
    text-align: center;
    flex: 1;
}
.mid-item{
    display: flex;
}
.mid-item .left{
    margin-right: 24px;
}
.mid-item .right{
    /* flex: 1; */
    text-align: left;
    color: #595959;
}
.mid-item .right b{
    display: block;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: normal;
    margin-top: 10px;
}


/* indexBusiness */
.indexBusiness{
    height: 690px;
    position: relative;
    text-align: left;
    overflow: hidden;
}
.indexBusiness .center{
    position: relative;
}
.indexBusiness h3{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 6;
    display: flex;
    justify-content: space-between;
}
.indexBusiness h3 b{
    font-size: 36px;
    color: #fff;
    line-height: 190px;
}
.indexBusiness h3 .news-more{
    margin-top: 80px;
}
.businessBg{
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -956px;
}
.business-list{
    padding-top: 190px;
    position: relative;
    z-index: 3;
}
.business-list ul {
    white-space: nowrap;

}
.business-list ul li{
    width: 464px;
    height: 490px;
    margin-right: 20px;
    position: relative;
    display: inline-block;
    text-align: left;
}

.business-list ul li a{
    width: 100%;
    height: 100%;
    display: block;
}
.business-list ul li span{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba( 0, 0, 0, 0.35 );
    padding: 20px 40px 25px 40px;
    color: #fff;
    transition: ease-in .3s;
}
.business-list ul li a:hover span{
    background: rgba( 0, 0, 0, 0.85 );
}
.business-list ul li span b{
    color: #fff;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.business-list ul li span em{
    font-style: normal;
    color: #949499;
}
.business-list{}

.business-list .swiper {
    width: 100%;
    height: 100%;
}

.business-list .swiper-slide {
    width: 464px;
    height: 490px;
    /* margin-right: 20px; */
    position: relative;
    /* display: inline-block; */
    text-align: left;
}
.business-list .swiper-slide a{
    width: 100%;
    height: 100%;
    display: block;
}

.business-list .swiper-slide span{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba( 0, 0, 0, 0.45 );
    padding: 20px 40px 25px 40px;
    color: #fff;
    transition: ease-in .3s;
}

.business-list .swiper-slide span b{
    color: #fff;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.business-list .swiper-slide span em{
    font-style: normal;
    color: #bfbfc1;
}

.business-list .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.business-list .swiper-slide {
    width: 464px;
}



/* 快速链接 */
.indexLink ul{
    display: flex;
    column-gap: 20px;
    /* padding-bottom: 130px;
    margin-top: 150px; */
    padding-bottom: 40px;
    margin-top: 60px;
}
.link1{
    background: url(20240110_bg_home_btm1.jpg) #ffffff no-repeat top center;
}
.link2{
    background: url(20240110_bg_home_btm2.jpg) #ffffff no-repeat top center;
}
.link3{
    background: url(20240110_bg_home_btm3.jpg) #ffffff no-repeat top center;
}
.indexLink ul li{
    height: 520px;
    flex: 1;
    line-height: 520px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 255, 255, 255 );
    background-color: rgb( 255, 255, 255 );
    box-shadow: 0px 8px 32px 9px rgba( 80, 184, 227,0.17 );
    background-size: 100% auto;
}
.indexLink ul li i{
    display: inline-block;
    width: 130px;
    height: 130px;
    vertical-align: middle;
}
.indexLink ul li .mid{
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
}
.indexLink ul li .mid b{
    display: block;
    font-size: 32px;
    color: #000;
    margin-bottom: 22px;
    margin-top: 40px;
}
.indexLink ul li .mid span{
    font-size: 32px;
    color: #bababa;
    text-transform: uppercase;
}

.icon-link1{
    background: url(20240110_icon_home4.png) no-repeat center center;
}
.icon-link2{
    background: url(20240110_icon_home5.png) no-repeat center center;
}
.icon-link3{
    background: url(20240110_icon_home6.png) no-repeat center center;
}




/* 响应式 */
@media screen and (min-width:1376px) and (max-width:1590px) {
    .indexNews .right h3,
    .indexIntro h3{
        font-size: 32px;
    }
	.indexBusiness h3 b{
		font-size: 32px;
	}
    .indexNews .left{
        margin-right: 36px;
    }
    .indexNews .right{
        width: 690px;
        width: 690px\0;
    }
    .news-list{
        margin-top: 25px;
    }
    .news-list li{
        margin-bottom: 25px;
    }

    .mid-item .right img{
        width: 70%;
    }
}

@media screen and (min-width:1181px) and (max-width:1375px) {
    .indexNews .right h3,
    .indexIntro h3{
        font-size: 32px;
    }
	.indexBusiness h3 b{
		font-size: 32px;
	}
    .indexNews .left{
        margin-right: 20px;
    }
    .indexNews .right{
        width: 46%;
    }
    .indexIntro{
        margin-top: 90px;
    }
    .intro-list{
        margin: 50px 0 120px 0;
    }
    .news-list{
        margin-top: 15px;
    }
    .news-list li{
        margin-bottom: 15px;
    }

    .mid-item .right img{
        width: 70%;
    }
}

@media screen and (min-width:1025px) and (max-width:1180px) {
    .indexNews .right h3,
    .indexIntro h3{
        font-size: 32px;
    }
	.indexBusiness h3 b{
		font-size: 32px;
	}
    .indexNews .left{
        margin-right: 20px;
    }
    .indexNews .right{
        width: 46%;
    }
    .indexIntro{
        margin-top: 90px;
    }
    .intro-list{
        margin: 50px 0 120px 0;
    }
    .news-list{
        margin-top: 15px;
    }
    .news-list li{
        margin-bottom: 15px;
    }

    .mid-item .right img{
        width: 70%;
    }
}

@media screen and (min-width:769px) and (max-width:1024px) {
    .indexNews .center,
    .Banner{}
    .indexNews .center{
        flex-direction: column;
    }
    .indexNews .left{
        flex: 1;
        width: 100%;
    }
    .intro-list ul{
        flex-direction: column;
    }
    .indexNews .right{
        width: 100%;
        margin-top: 50px;
    }
    .intro-list ul li{
        margin-bottom: 30px;
        text-align: center;
    }
    .indexLink ul{
        flex-direction: column;
    }
    .indexLink ul li{
        margin-bottom: 30px;
        line-height: 420px;
        height: 420px;
    }
    .indexIntro{
        margin-top: 80px;
    }
	.swiperTxt{
		margin:10px;
	}
	.swiperTxt b{
		white-space: initial;
	}
}

@media screen and (max-width:768px) {
    .indexNews .center,
    .intro-list ul{
        flex-direction: column;
    }
    .indexNews{
        margin-top: 30px;
    }
    .indexNews .center{
        flex-direction: column;
    }
    .indexNews .left{
        flex: 1;
        width: 100%;
    }
    .intro-list ul{
        flex-direction: column;
    }
    .indexNews .right{
        width: 100%;
        margin-top: 30px;
        padding: 10px;
    }
    .indexIntro{
        padding: 10px;
        margin-top: 30px;
    }
    .intro-list ul li{
        margin-bottom: 30px;
        text-align: center;
    }
    .indexIntro h3{
        margin-bottom: 30px;
        text-align: left;
    }
    .indexIntro h4{
        line-height: 40px;
    }
    .indexLink ul{
        flex-direction: column;
        padding-bottom: 30px;
        margin-top: 30px;
        margin-right: 20px;
        margin-left: 20px;
    }
    .indexLink ul li{
        margin-bottom: 30px;
        line-height: 1;
        height: auto;
        padding: 20px 0;
    }
    .indexLink ul li .mid b{
        margin: 10px 0;
        font-size: 24px;
    }
    .indexLink ul li .mid span{
        font-size: 20px;
    }
    
    .intro-list{
        margin: 50px 0 50px 0;
    }
    .mid-item img{
        width: 70%;
    }
    .mid-item .right b{
        margin-bottom: 10px;
        margin-top: 0;
    }
    .Banner .center{
        bottom: 80px;
    }
    .Banner .swiper-pagination-bullet{
        margin-right: 0px;
        margin-left: 15px;
    }
    .Banner .swiper-pagination-bullet i{
        margin-bottom: 15px;
    }
    .Banner .swiper-pagination-bullet i::after{
        height: 15px;
    }
    .business-list .swiper-slide span em{
        line-height: 22px;
    }
	.swiperTxt{
		margin: 15px 12px;
	}
	.swiperTxt b{
		white-space: initial;
		margin-bottom:10px;
	}
	.swiperTxt span{
		color:#999;
	}
	.business-list{
		padding-top:120px;
	}
	.indexBusiness h3 b{
		font-size:40px;
		line-height:120px;
		padding-left: 5px;
	}
    .indexBusiness h3 .news-more{
        margin-top:40px;
		margin-right:10px;
    }
    .indexBusiness{
        height: auto;
        padding-bottom: 30px;
    }
	.business-list .swiper-slide span{
        padding: 20px 20px 25px 20px;
    }
    .businessBg{
        left: -155px;
        margin-left: 0;
    }
    .businessBg img{
        height: 200px;
    }
    .indexLink ul li i{
        width: 100px;
        height: 100px;
        background-size: 100% 100%;
    }

}