/* 公共部分 */
.index-title h1 {
	font-size: var(--f45);
	font-weight: bold;
}

.index-title h3 {
	font-size: var(--f45);
	font-weight: lighter;
	text-align: right;
}

.index-desc {
	font-size: var(--f20);
	color: #3a3838;
	line-height: 2;
}



/* 首页轮播 */
.index-banner {
	height: 100vh;
	position: relative;
	width: 100%;
}

.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 .cont {
	margin-top: 50vh;
	transform: translateY(-50%);
	padding-top: 3rem;
}

.index-banner .cont .tt {
	text-align: center;
	margin-bottom: 2.6rem;
}

.index-banner .cont .tt3 {
	color: #fff;
	font-size: var(--f40);
	font-weight: 100;
	letter-spacing: .15rem;
}

.index-banner .tt1 img {
	width: 55%;
}

.index-banner .tt2 img {
	width: 42%;
}

.index-banner .tta {
	border-radius: 100%;
	aspect-ratio: 1/1;
	width: 2.8rem;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: 4rem;
	transition: all .5s;
	overflow: hidden;

}

.index-banner .tta:hover {
	background: var(--themeColor);
	color: #fff;
	border-color: var(--themeColor);
}

.index-banner .tta i {
	font-size: var(--f32);
	color: #fff;
	transform: rotate(90deg) translateY(-10%);
	display: block;
}

.index-banner .cont h1 {
	font-size: var(--f55);
	color: #fff;
	margin-bottom: 1rem;
}

.index-banner .cont h3 {
	font-size: var(--f16);
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 3rem;
}

.index-banner .img-cont {
	padding-top: 0;
}



.index-banner .swiper-pagination {
	right: var(--wpPaddingNum);
	width: auto;
	display: flex;
	flex-direction: column;
	width: 2rem;
	left: auto;
	gap: 1rem;
	top: 50%;
	transform: translateY(calc(-50% - var(--headerHeight) / 2));
	bottom: auto;
}

.index-banner .swiper-pagination-bullet {
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	opacity: 1;
	width: 100%;
	aspect-ratio: 1/1;
	height: auto;
	margin: 0;
	position: relative;
	border: 1px solid transparent;
	transition: all .5s;
}

.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active,
.index-banner .swiper-pagination-bullet:hover {
	border-color: #fff;
}

.index-banner .swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	width: 20%;
	aspect-ratio: 1/1;
	display: block;
	background: #fff;
	border-radius: 100%;
}

.index-banner .shubiao {
	right: var(--wpPaddingNum);
	bottom: 6vh;
	position: absolute;
	z-index: 10;
}



/* 公司介绍 */
.s-about {
	background: #eff6fc;
}

.s-about .szgd {
	width: 50%;
	margin: 0 auto;
	padding-top: 5rem;
}

.s-about .szgd .grid {
	gap: 5rem;
}


/* 持续未来 */
.s_jiyu {
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.s_jiyu .cont {
	gap: 3rem;
	font-size: var(--f16);

}

.s_jiyu .cont h5 {
	font-size: var(--f18);
}

.s_jiyu .rt {
	background: var(--themeColor2);
	padding: 5rem 1.8rem;
	border-radius: 1rem;
	color: #fff;
	display: flex;
	flex-flow: column;
	gap: 5rem;
}

.s_jiyu .rt .cir-icon {
	background: #fff;
	width: 4rem;

}

.s_jiyu .rt h1 {
	font-size: var(--f24);
}

.s_jiyu .rt p {
	font-size: var(--f22);
	font-weight: 300;
}

.s_jiyu .rt .item {
	gap: .8rem;
}



/* 行业定制化 */



/* 资质 */
.s_zz .swiper-button-next,
.s_zz .swiper-button-prev {
	background: #fff;
	border-radius: 100%;
	height: auto;
	aspect-ratio: 1/1;
	width: 3.6rem;
	border: 1px solid #d2d3d4;
	--swiper-navigation-sides-offset: 2rem;
	--swiper-navigation-top-offset: 40%;
}

.s_zz .swiper-button-next::after,
.s_zz .swiper-button-prev::after {
	display: none;
	font-size: var(--f30);
	color: #333;
}

.s_zz .swiper-button-next i,
.s_zz .swiper-button-prev i {
	font-size: var(--f30);
	color: #333;
}


/* 新闻资讯 */

.yf3Box .swiper-scrollbar {
	width: 100%;
	height: 1px !important;
	position: relative !important;
	left: 0 !important;
}

.yf3Box .swiper-scrollbar .swiper-scrollbar-drag {
	
	/* position: absolute; */

	cursor: pointer;
	background: var(--themeColor2);
}
.yf3Box .swiper-scrollbar .swiper-scrollbar-drag::after{
	position: absolute;
	content: '';
	background: url(../images/huakuai.png) center/cover no-repeat;
	width: 4rem !important;
	height: auto;
	aspect-ratio: 1/1;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.yf3Box{
	overflow: visible;
}

.yf3Box .a{
	display: flex;

	gap: 2.2rem;
	padding: 1.8rem 2.2rem 1.8rem 0;
	position: relative;
}
.yf3Box .a::after{
	content: '';
	display: block;
	z-index: -1;
	border-radius: 1rem;
	width: 92%;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	background: #fff;
}

.yf3Box .imgBox{
	width: 50%;
	height: auto;
	aspect-ratio: 357/272;
	border-radius: 1rem;
	overflow: hidden;
}

.yf3Box .txt{
	flex: 1;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	padding: .6rem 0;
}


.yf3Box .txt .date{
	color: var(--themeColor2);
	font-size: var(--f15);
}
.yf3Box .txt h5{
	font-size: var(--f20);
	color: #313133;
}
.yf3Box .txt .p{
	opacity: .7;
	color: #222222;
	font-size: var(--f15);
}