.header-bg {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	background: transparent;
}
.header-bg1{
	background: #fff;
}
.header-box {
	width: 1300px;
	height: 70px;
	z-index: 9999;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.leftBox {
	display: flex;
	align-items: center;
	height: 100%;
}

.logo-wrap {
	height: 100%;
	margin-right: 60px;
	display: flex;
	align-items: center;
}

.logo {
	/* height: 100%; */
}

.tel-wrap {
	display: flex;
}

.tel-img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.text {
	font-size: 20px;
}

.tel {
	color: #0E3265;
	font-weight: 600;
}

.tabs-box {
	display: flex;

}

.tabs-wrap {
	width: 600px;
	display: flex;
	justify-content: space-between;
}

.tabs-item {
	width: auto;
	position: relative;
	cursor: pointer;
}

.tabs-item .text span{
	font-size: 20px;
}

.icon-down {
	width: 12px;
	height: 12px;
	margin-left: 5px;
}

.text {
	font-size: 20px;
	line-height: 50px;
	color: #333;
	font-family: 'Noto Sans SC';
}

.active1 {
	transition: all 0.2s;
	font-weight: 600;
	position: relative;
}

.active1 ::after {
	display: block;
	position: absolute;
	left: calc(50% - 23px);
	content: '';
	width: 30px;
	z-index: 9999999;
	height: 4px;
	background-color: #4A53E6;
	bottom: 0;
	border-radius: 2px;
}

.active1 span {
	color: #4A53E6;
}

.box1 {
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 4px 30px 0px rgba(30, 31, 67, 0.20);
	z-index: 9999;
}

.contentWrap {
	width: 1300px;
	margin: 0 auto;
	padding: 20px 0;
}

.classifyTab {
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.classify-tabs-wrap {
	flex-shrink: 0;
	width: 250px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.classify-tabs-item:last-child {
	margin-bottom: 0;
}

.classify-tabs-item {
	/* width: 100' */
	height: 70px;
	display: flex;
	align-items: center;
	/* flex-wrap: wrap; */
	padding-left: 40px;
	transition: all 0.2s;
	font-size: 20px;
	margin-bottom: 10px;
}

.box1 .icon {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	filter: grayscale(1);
}

.classifyTitle {
	display: flex;
}

.box1 .desc {
	color: #999;
	display: none;
}

.box1 .btn {
	opacity: 0;
}

.classifyActive {
	height: 70px;
	background: #e5e7ff;
	border-radius: 10px;
	z-index: 1;
}

.classifyActive .icon {
	filter: grayscale(0);
}

.classifyActive .title {
	color: #4C54E6;
}

.box1 .infoBox {
	display: flex;
	flex-wrap: wrap;
	width: 1020px;
}

.box1 .infoList {
	width: calc(100% / 3);
	display: flex;
	flex-direction: column;
}

.box1 .list {
	width: 90%;
	margin-bottom: 30px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 2px 10px 2px rgba(11, 14, 60, 0.10);
}

.box1 .imgBox {
	width: 100%;
}

.box1 .imgBox img {
	width: 100%;
}

.box1 .listTitle {
	padding: 20px 30px 14px;
	color: #333333;
	font-size: 22px;
}

.box1 .listDesc {
	padding: 0 30px 30px;
	color: #666666;
	font-size: 20px;
}

.box2 {
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 4px 30px 0px rgba(30, 31, 67, 0.20);
	z-index: 9999;
}

.contentWrapInternet {
	width: 1300px;
	margin: 0 auto;
	padding: 20px 0;

}

.classifyTabInternet {
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.tabs-wrap-internet {
	flex-shrink: 0;
	width: 250px;
	height: 100%;
	display: flex;
	flex-direction: column;

}

.tabs-item-internet:last-child {
	margin-bottom: 0;
}

.tabs-item-internet {
	/* width: 100%; */
	height: 70px;
	display: flex;
	align-items: center;
	/* flex-wrap: wrap; */
	padding-left: 40px;
	transition: all 0.2s;
	font-size: 20px;
	margin-bottom: 10px;

}

.icon-internet {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	filter: grayscale(1);
}

.titleInternet {
	// font-weight: bold;
	// width: calc(100% - 40px);
	display: flex;
}

.activeInternet {
	height: 70px;
	background: #e5e7ff;
	border-radius: 10px;
	z-index: 1;

}

.activeInternet .icon-internet {
	filter: grayscale(0);
}

.activeInternet .titleInternet {
	color: #4C54E6;
	// font-size: 20px;
}

.rightBoxInternet {
	display: flex;
	align-items: start;
	width: 1020px;

}

.imgBoxInternet {
	flex-shrink: 0;
	width: 340px;

}

.imgBoxInternet img {
	width: 100%;
}

.infoBoxInternet {
	width: 630px;
	display: flex;
	flex-wrap: wrap;
	align-items: start;

}

.infoListInternet {
	width: calc(100% / 3);
	display: flex;
	flex-direction: column;


}

.listInternet {
	width: 90%;
	margin-bottom: 30px;
	// height: 380px;
	background: #ffffff;
	border-radius: 10px;

}

.listTitleInternet {
	padding-bottom: 20px;
	color: #4C54E6;
	font-size: 20px;
	display: flex;
	align-items: center;

}

.listTitleInternet img {
	width: 12px;
	height: 12px;
	margin-left: 6px;
}

.listDescInternet {
	padding-bottom: 20px;
	color: #333333;
	font-size: 20px;
}

.box3 {
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 4px 30px 0px rgba(30, 31, 67, 0.20);
	z-index: 9999;
}

.contentWrapC {
	width: 1300px;
	margin: 0 auto;
	display: flex;
	align-items: start;
	justify-content: space-between;
	padding: 30px 0;


}

.infoBoxC {
	width: 900px;
	display: flex;
	flex-wrap: wrap;

}

.infoListC {
	width: 25%;
	display: flex;
	height: 120px;


}

.infoListC img {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	margin-right: 10px;
}

.infoNameC {
	color: #333333;
	font-size: 16px;
	margin-bottom: 10px;
}

.infoDescC {
	width: 140px;
	color: #666666;
	font-size: 14px;
}

.contentRightC {
	width: 340px;


}

.contentRightC img {
	width: 340px;
}

.titleC {
	padding: 0 20px;
	margin: 15px 0;
	font-size: 18px;
	color: #333333;
}

.descC {
	padding: 0 20px;
	margin-bottom: 20px;
	color: #7F82AC;
	font-size: 14px;
}

.btnC {
	padding: 0 20px;
	font-size: 16px;
	color: #4c54e6;
	display: flex;
	align-items: center;

}

.btnC img {
	width: 12px;
	height: 12px;
}

.btnC a {
	text-decoration: none;
	color: #4c54e6;
}


.swiper-box1 {
	margin: 0 auto;
}

.swiper-wrap1 {
	width: 100%;
	margin: 0 auto;
}


.swiper-item1 {
	width: 100%;
	height: auto;
}
 .el-carousel__container {
        height: auto;
  }
.el-carousel__item{
	height: auto;
	
}
.bannerImg {
	width: 100%;
}

.fisrt-swiper {
	width: 85%;
	display: flex;
}



.fisrt-swiper .title {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 10px;
}

.title-sub {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;


}

.title-sub .color {
	margin-left: 4px;
	font-weight: 800;
	font-size: 40px;
	color: var(--color);
}

.desc {
	font-size: 20px;
}

.banner-img {
	width: 500px;
	height: 500px;
}

.swiper-bg {
	width: 100%;
	transform: scale(1);
	position: absolute !important;
	filter: blur(190px) brightness(1);
	-webkit-filter: blur(190px);
	height: calc(100vh - 70px) !important;
}
*{
	margin:0;padding:0；
	font-size: 16px;
}
