.banner .swiper-slide {
	position: relative;
}

.banner .banner-h {
	position: absolute;
	color: #ffffff;
	font-size: 1rem;
	font-family: SourceHanSansCN-Bold;
	position: absolute;
	top: 0.85rem;
	left: 2.65rem;
	text-align: center;
}

.banner .banner-p {
	font-size: .4rem;
	font-family: SourceHanSansCN-Regular;
	color: #ffffff;
	position: absolute;
	top: 2.55rem;
	text-align: center;
	left: 2.8rem;
	letter-spacing: .03rem;
}

.introduce {
	line-height: 1.8;
	margin: auto;
	margin-top: 1.3rem;
	max-width: 1200px;
	width: 100%;
	font-size: 0.24rem;
}

.introduce p {
	text-indent: 2em;
}

.banner-image {
	margin: auto;
	margin-top: 0.7rem;
	width: 100%;
	max-width: 1200px;
}

.banner-image img {
	width: 100%;
	transition: all 0.6s;
	display: block;
}

.banner-image:hover img {
	transform: scale(1.1);
}

.title-h {
    font-size: 0.5rem;
    font-family: 'SourceHanSansCN-ExtraLight';
	line-height: 3;
	color: rgb(29, 29, 31);;
}

.technology {
	margin-top: 1.4rem;
	padding: 0 1.1rem;
}

.technology .nav-tab {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.technology .nav-tab .li {
	width: 33.33%;
	height: .6rem;
	font-size: 0.24rem;
	text-align: center;
	line-height: .6rem;
	border-radius: 5px 5px 0 0;
	background-color: #ffffff;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.07);
	cursor: pointer;
	/*font-family: SourceHanSansCN-Regular;*/
}

.technology .nav-tab .li:nth-child(4) {
	width: 49.7%;
}

.technology .nav-tab .li:nth-child(5) {
	width: 49.7%;
}

.technology .nav-tab .li.active {
	background-color: #2373ce;
	color: #fff;
}

.technology .cont-box {
	display: none;
	background-color: #ffffff;
}

.technology .cont-box img {
	width: 100%;
	height: 5.4rem;
	object-fit: cover;
	display: block;
}

.technology .cont-box .title {
	height: 1.4rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.22rem;
}

/*.technology .cont-box .title .dian p {*/
/*	height: 0.4rem;*/
/*	width: 0.4rem;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*}*/

/*.technology .cont-box .title i {*/
/*	display: block;*/
/*	width: 0.14rem;*/
/*	height: 0.14rem;*/
/*	border-radius: 50%;*/
/*	background-color: #2373ce;*/
/*}*/

.technology .cont-box .title .title-right p {
	line-height: 0.4rem;
	color: #333;
	position: relative;
}

.technology .cont-box .title .title-right p::after {
    content: '';
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    background-color: #2373ce;
    display: block;
    position: absolute;
    left: -0.25rem;
    top: 0.13rem;
}

.advantage {
    padding: 0 1.1rem;
	padding-bottom: 1.4rem;
	margin-top: 1.4rem;
}

.advantage .nav-tab {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.advantage .nav-tab .li {
	width: 33.33%;
	font-size: 0.24rem;
	text-align: center;
	line-height: .6rem;
	border-radius: 5px 5px 0 0;
	background-color: #ffffff;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.07);
	cursor: pointer;
	/*font-family: SourceHanSansCN-Regular;*/
}

.advantage .nav-tab .li:nth-child(4) {
	width: 50%;
}

.advantage .nav-tab .li:nth-child(5) {
	width: 50%;
}

.advantage .nav-tab .li.active {
	background-color: #2373ce;
	color: #fff;
}

.advantage .cont-box {
	display: none;
	background-color: #ffffff;
}

.advantage .cont-box img {
	width: 100%;
	height: 4.7rem;
	object-fit: cover;
	display: block;
}

.advantage .cont-box .title {
	height: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*.advantage .cont-box .title .dian p {*/
/*	height: 0.4rem;*/
/*	width: 0.4rem;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*}*/

/*.advantage .cont-box .title i {*/
/*	display: block;*/
/*	width: 0.14rem;*/
/*	height: 0.14rem;*/
/*	border-radius: 50%;*/
/*	background-color: #2373ce;*/
/*}*/

.advantage .cont-box .title .title-right {
	font-size: .22rem;
}

.advantage .cont-box .title .title-right p {
	line-height: 0.4rem;
	position: relative;
}

.advantage .cont-box .title .title-right p::after {
    content: '';
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    background-color: #2373ce;
    display: block;
    position: absolute;
    left: -0.25rem;
    top: 0.13rem;
}