


/* 首页轮播 */
.index-banner{
	position: relative;
}
.index-banner .banner .img {
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.index-banner .banner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.index-banner .banner .mb-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .1;
	top: 0;
	left: 0;
}
.index-banner .swiper-banner .swiper-slide-active .banner .img.imgs {
	animation: breathing 8s linear;
	will-change: transform, opacity;
	/* transform-origin: center center; */
}
/* 呼吸效果 */
@keyframes breathing {
	0%{
		transform: scale(1.01);
		/* opacity: 1; */
	}
	100% {
		transform: scale(1.1);
		/* opacity: 0.9; */
	}
}
.index-banner .swiper-banner .swiper-pagination {
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-bottom: 1.8rem;
	/* --swiper-pagination-bullet-horizontal-gap: .5rem; */
	--swiper-pagination-bullet-horizontal-gap: 5px;
}

.index-banner .swiper-banner .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: auto;
	aspect-ratio: 1/1;
	background: transparent;
	border: 2px solid #fff;
}

.index-banner .swiper-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--themeColor);
	border-color: var(--themeColor);

}


.swiper-banner{
	width: 100%;
	height: auto;
	aspect-ratio: 1920/855;
}
.index-banner .cont{
	width: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.swiper-banner-cont{
	width: 100%;
	margin: 0 -2rem;
}
.swiper-banner-cont .txt{
	color: #fff;
	padding: 2.5rem 2rem;
	border-radius: 1rem;
	overflow: hidden;
	transition: background .5s,transform .5s;
}
.swiper-banner-cont .txt h1{
	font-size: var(--f32);
	line-height: 1.3;
	height: calc(1.3 * 1em * 2);
}
.swiper-banner-cont .txt h2{
	font-size: var(--f17);
	font-weight: 400;
	margin-top: 1rem;
	height: calc(1.5 * 1em * 2);
}
.swiper-banner-cont .txt a{
	margin-top: 2rem;
	display: flex;
	align-items: center;
	gap: .3rem;
	font-size: var(--f17);
}
.swiper-banner-cont .txt a i{
	font-size: var(--f17);
}
.swiper-banner-cont .swiper-slide{
	transition: border .5s;
}
.swiper-banner-cont .swiper-slide-active + .swiper-slide{
	border-left: 1px solid rgba(255, 255, 255, .3);
}
.swiper-banner-cont .swiper-slide-active + .swiper-slide + .swiper-slide{
	border-left: 1px solid rgba(255, 255, 255, .3);
}
.swiper-banner-cont .swiper-slide:hover .txt{
	background: rgba(0, 0, 0, .2);
	transform: translateX(3%);
}
.swiper-banner-cont .swiper-slide:hover,
.swiper-banner-cont .swiper-slide:hover + .swiper-slide{
	border-color: transparent!important;
}


/* 服务 */
.s_service_head_swiper .swiper-slide{
	/* display: inline-block; */
	width: auto;
}
.s_service_head_swiper .swiper-slide a{
	font-size: var(--f18);
	color: #342e22;
	padding-bottom: .7rem;
	position: relative;
	display: block;
	transition: color .5s;
}
.s_service_head_swiper .swiper-slide a::after{
	content: '';
	display: block;
	width: 0%;
	height: .17rem;
	background: var(--themeColor);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.s_service_head_swiper .swiper-slide a:hover,
.s_service_head_swiper .swiper-slide.on a{
	color: var(--themeColor);
}
.s_service_head_swiper .swiper-slide a:hover::after,
.s_service_head_swiper .swiper-slide.on a::after{
	width: 100%;
}

.s_service_cont_swiper .item .img-db{
	height: auto;
	aspect-ratio: 465/638;
	border-radius: 1rem;
}
.s_service_cont_swiper .item .txt{
	/* bottom: 2rem; */
	width: 100%;
	padding: 2rem;
}
.s_service_cont_swiper .item .txt .tt{
	font-size: var(--f25);
	margin-bottom: 1rem;
}
.s_service_cont_swiper .item .txt .btns a{
	flex: 1;
}



/* 产业 */
.s_industrie_head_swiper .swiper-slide{
	width: auto;
}
.s_industrie_head_swiper .pub-btn{
	padding: .3rem .8rem;
	font-size: var(--f16);
	border-color: rgba(255, 255, 255, .5);
}
.s_industrie_head_swiper .swiper-slide a:hover,
.s_industrie_head_swiper .swiper-slide.on a{
	color: var(--themeColor);
	background: #fff;
}




/* 全球网络 */
.s_net .index-title .subt{
	color: #342e22;
}
.s_net .cont{
	padding: 3rem 0;
	background: #f1f5f8;
}


/* 首页视频 */
.comp-swiper .img-db{
	height: auto;
	aspect-ratio: 465/630;
	border-radius: 1rem;
	overflow: hidden;
}
.comp-swiper .img-db .txt{
	padding: 2rem;
}
.comp-swiper .img-db .txt .tt{
	font-size: var(--f24);
	margin-bottom: 2rem;
}
.comp-swiper .img-db .txt .btn{
	display: flex;
	align-items: center;
	font-size: var(--f15);
	gap: .6rem;
}
.comp-swiper .img-db .cir-icon{
	background: #fff;
	width: 1.6rem;
	transition: all .5s;
	
}
.comp-swiper .img-db .cir-icon i{
	color: var(--themeColor);
	font-size: var(--f20);
}
.comp-swiper .mask-img-db::before{
	background: linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
}
.comp-swiper .img-db a:hover .cir-icon{
	background: var(--themeColor);
	
}
.comp-swiper .img-db a:hover .cir-icon i{
	color: #fff;
}