.banner {
	height: 10.8rem;
}

.banner .swiper {
	height: 100%;
}

.videoHero video {
	width: 100%;
	height: 100%;
	object-fit: ;
}

.banner .swiper-slide a::after {
	content: '';
	display: block;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.26) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.banner .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.batxt span {
	display: block;
}

.batxt h4 span {
	text-shadow: 0.03rem 0.03rem 0px rgba(0, 0, 0, 0.34);
	font-weight: bold;
	font-size: 0.8rem;
	color: #fff;
	text-align: center;
}

.batxt p {
	margin-top: 0.3rem;
}

.batxt p span {
	text-shadow: 0.02rem 0.02rem 0px rgba(0, 0, 0, 0.34);
	font-size: 0.2rem;
	color: #fff;
	text-align: center;
	font-family: 'Arial';
}

#banner .swiper-pagination-bullet {
	margin: 0 0.15rem;
	width: 0.1rem;
	height: 0.1rem;
	background: #fff;
	opacity: 0.6;
	transition: 0.3s;
}

.swiper-pagination-bullet-active {
	opacity: 1 !important;
}

#banner .swiper-pagination {
	line-height: 1;
	bottom: 0.5rem;
	top: unset;
}

#banner .swiper-button-next:after,
#banner .swiper-button-prev:after {
	color: #fff;
	font-size: 0.3rem;
	opacity: 0.5;
	transition: 0.3s;
}

#banner .swiper-button-next:hover::after,
#banner .swiper-button-prev:hover::after {
	opacity: 1;
}

#banner .swiper-button-next,
#banner .swiper-button-prev {
	width: fit-content;
	height: fit-content;
}

#banner .swiper-button-next {
	right: 0.5rem;
}

#banner .swiper-button-prev {
	left: 0.5rem
}

.index1 {
	padding-top: 0.6rem;
	padding-bottom: 0.8rem;
}

.index_title {
	display: flex;
}

.index_title img.flex_box1 {
	width: 0.3rem;
	height: 0.28rem;
	flex: 0 0 0.3rem;
	margin-right: 0.1rem;
}

.index_title .flex_box2 {
	font-weight: bold;
	font-size: 0.3rem;
	color: var(--c);
	flex: 0 0 auto;
}

.index1 .info_box {
	align-items: flex-start;
	margin-top: 0.2rem;
}

.index1 .swiper {
	width: 6rem;
	height: 4rem;
	margin-right: 0.4rem;
	flex: 0 0 6rem;
}

.index1 .swiper-slide .hover_box {
	position: relative;
	height: 100%;
	display: block;
}

.index1 .swiper-slide * {
	height: 100%;
}

.index1 .swiper-slide .hover_box::after {
	content: '';
	width: 100%;
	height: 0.54rem;
	display: block;
	background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

.index1 .swiper-slide .title {
	position: absolute;
	bottom: 0;
	padding-left: 0.3rem;
	line-height: 0.54rem;
	color: #fff;
	font-size: 0.18rem;
	z-index: 2;
	width: 100%;
	height: auto;
}

.index1 .tab_box {
	flex: 0 0 8rem;
	width: 8rem;
}

.index1 .tab {
	border-right: 0.02rem solid #fff;
	background: var(--c);
	color: #fff;
	font-size: 0.18rem;
	transition: var(--s_tran);
	line-height: 0.42rem;
	/*width: fit-content;*/
	    width: 50%;
	padding: 0 0.34rem;
}

.index1 .tab.active,
.index1 .tab:hover {
	background: #D0111A;
}

.index1 .tab_wrap {
	display: flex;
	background: var(--c);
}

.index1 .tab_box .container {
	justify-content: space-between;
}

.index1 .tab_box .content {
	display: none;
}

.index1 .tab_box .content.active {
	display: block;
}

.index1 .tab_box .title {
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.5rem;
	padding-left: 0.18rem;
	position: relative;
	transition: var(--s_tran);
}

.index1 .tab_box .title::before {
	content: '';
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	display: block;
	background: var(--c);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.index1 .tab_box .item {
	border-bottom: 0.01rem dashed #B6B6B6;
}

.index1 .tab_box .date {
	white-space: nowrap;
	color: #8A8A8A;
	font-size: 0.16rem;
}

.index1 .tab_box .container:hover .title {
	color: var(--c);
}

.index1 .more {
	border-radius: 0.5rem;
	line-height: 0.32rem;
	border: 0.01rem solid var(--c);
	font-size: 0.16rem;
	color: #333;
	padding: 0 0.18rem;
	display: block;
	width: fit-content;
	height: auto;
	margin-top: 0.18rem;
	transition: var(--s_tran);
}

.index1 .more:hover {
	background: var(--c);
	color: #fff
}

.index2 {
	padding-top: 0.8rem;
	background: url('../img/i5.jpg') no-repeat;
	background-size: cover;
	padding-bottom: 1.15rem;
}

.index2 .index_title::after {
	content: '';
	background: var(--c);
	height: 0.01rem;
	width: 1.46rem;
	position: absolute;
	bottom: -0.01rem;
	left: 0;
}

.index2 .index_title {
	padding-bottom: 0.15rem;
	border-bottom: 0.01rem solid #CDD0D5;
	position: relative;
}
.index2 .info_box{
    position: relative;
}
.index2 a {
	display: block;
	width: 100%;
	height: 100%;
}

.index2 .swiper-slide {
	width: 6.59rem !important;
	height: 3.7rem;
	transition: transform 1s;
}

.index2 .swiper {
	margin-top: 0.8rem;
	width: 90%;
}

@media only screen and (max-width: 1024px) {
    .banner{
        height: 4.5rem;
    }
.batxt h4 span{
    font-size: 0.5rem;
}
.index1 .info_box{
    display: block;
}
.index1 .swiper{
    width: 100%;
    margin-right: 0;
}
.index1 .swiper-slide .title{
    font-size: 0.24rem;
}
.index1 .tab_box{
     width: 100%;
}
.index1 .tab{
    font-size: 0.24rem;
}
.index1 .tab_box .title{
    font-size: 0.24rem;
}
.index1 .tab_box .date{
    font-size: 0.24rem;
}
.index1 .more{
    font-size: 0.24rem;
}
.batxt p span{
    font-size: 0.24rem;
}
    

}