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

.banner .banner-h {
	position: absolute;
	top: 1rem;
	left: 2.65rem;
	line-height: 1.2;
	font-size: 1rem;
	color: #ffffff;
	font-family: SourceHanSansCN-Bold;
}

.banner .banner-p {
	position: absolute;
	top: 3.8rem;
	left: 2.65rem;
	font-size: 0.4rem;
	color: #ffffff;
	font-family: SourceHanSansCN-Regular;
	letter-spacing: 0.04rem;
}

.introduce {
	line-height: 1.8;
	margin-top: 1.4rem;
}

.introduce p {
	text-indent: 2em;
	font-size: 0.24rem;
	margin-bottom: 0.2rem;
	font-weight: 400;
}

.icon-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	opacity: 0.6;
	transform: translateY(50px);
	margin-top: 0.7rem;
}

.title-h {
    font-size: 0.5rem;
    font-family: 'SourceHanSansCN-ExtraLight';
	line-height: 3;
}

.icon-list img {
	width: 1.05rem;
	object-fit: contain;
	margin-right: 0.4rem;
}

.icon-list .icon-li {
	display: flex;
	width: 25%;
}

.icon-list .icon-li .info {
	width: calc(100% - 1.5rem);
	display: flex;
	flex-direction: column;
}

.icon-list .icon-li .info h5 {
	font-size: 0.25rem;
	line-height: 1;
	font-family: SourceHanSansCN-Medium;
	margin-bottom: 0.05rem;
}

.icon-list .icon-li .info p {
	font-size: 0.22rem;
	position: relative;
	bottom: -0.05rem;
	word-break: break-all;
	font-family: SourceHanSansCN-Regular;
}

.advantage {
	margin-top: 1.4rem;
}

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

.cont-box {
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.07);
}

.cont-box .left {
	width: 5.2rem;
	padding-left: 0.55rem;
	box-sizing: border-box;
	padding-top: 2.2rem;
}

.cont-box .left .li {
	display: none;
}

.cont-box .left h3 {
	color: #2373ce;
	font-weight: 400;
	font-size: 0.4rem;
	font-family: SourceHanSansCN-Regular;
}

.cont-box .left .p {
	line-height: 1.8;
	margin-top: 0.5rem;
	font-size: 0.24rem;
	color: #222222ba;
}

.cont-box .right {
	width: calc(100% - 5.2rem);
	position: relative;
}

.cont-box .right .cont {
	display: flex;
	flex-wrap: wrap;
	background-size: cover;
	position: relative;
	z-index: 9;
}

.cont-box .right .image {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.1);
}

.cont-box .right .image .active {
	opacity: 1;
	transition: 0.8s;
}

.cont-box .right .image div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	overflow: hidden;
}

.cont-box .right .li {
	width: 33.33%;
	height: 3.6rem;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cont-box .right .li .dian {
	width: 0.6rem;
	height: 0.6rem;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.5rem;
	opacity: 0.6;
}

.cont-box .right .li .dian span {
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 0.4rem;
	width: 0.4rem;
	position: relative;
	border: 1px solid #ffffff;
	transform: scale(1);
}

.cont-box .right .li .dian i {
	background: #ffffff;
	border-radius: 100%;
	display: block;
	height: 0.2rem;
	width: 0.2rem;
	position: relative;
	transform: scale(1);
}

.cont-box .right .li .name {
	color: #ffffff;
	text-align: center;
	font-size: 0.24rem;
}

.cont-box .right .li:hover .dian {
	opacity: 1;
	animation: amplify 1.6s 0.4s infinite;
}

.cont-box .right .li:hover .dian span {
	opacity: 1;
	animation: amplify 1.6s 0.8s infinite;
}

.cont-box .right .li:hover .dian i {
	opacity: 1;
	animation: amplify 1.6s 1.2s infinite;
}

@keyframes amplify {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

.product {
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
	margin-top: 1.4rem;
}

.product .left {
	width: 7.85rem;
	height: auto;
	background-color: #f0f0f0;
	position: relative;
}
.product-list{
    position: relative;
}
.product-list .tab-nav {
	position: absolute;
	display: flex;
	align-items: center;
	border: 2px solid #ffffff;
	background-color: rgba(35, 115, 206, 0.2);
	border-radius: 50px;
	left: 1.97rem;
	width: max-content;
	margin: auto;
	margin-top: 0.6rem;
	z-index: 99;
	color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.product-list .tab-nav .li {
	width: 1.3rem;
	text-align: center;
	font-size: 0.22rem;
	line-height: 0.4rem;
	cursor: pointer;
	font-family: SourceHanSansCN-Medium;
}

.product-list .tab-nav .li.active {
	background-color: #2373ce;
}

.product .left .image {
	width: 100%;
	height: 100%;
}

.product .left .productSwwiper,
.product .left .productSwwiper .swiper-wrapper,
.product .left .productSwwiper .swiper-slide {
	width: 100%;
	height: 100%;
}

.product .left .productSwwiper .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.product .left .productSwwiper .swiper-slide img {
	width: 70%;
	height: calc(100% - 1.2rem);
	object-fit: contain;
	display: block;
	margin-top: 1.2rem;
}

.product .left .productSwwiper .swiper-slide h3 {
	background-color: #2373ce;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 0.46rem;
	line-height: 1.2rem;
	font-family: SourceHanSansCN-Medium;
	font-weight: 400;
}

.product .right {
	width: calc(100% - 7.85rem);
	padding: .25rem 0.4rem;
	padding-top: 0.1rem;
	box-sizing: border-box;
}

.product .right .type,
.product .right .model,
.product .right .characteristic {
	padding: 0.35rem 0;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.product .right .type h4,
.product .right .model h4,
.product .right .parameter h4,
.product .right .characteristic h4 {
	font-size: 0.22rem;
	margin-bottom: 0.2rem;
	font-family: SourceHanSansCN-Medium;
}

.product .right .type .type-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.3rem;
}

.product .right .type .type-list .li {
	width: max-content;
	padding: 0.1rem 0.15rem;
	background-color: #f0f0f0;
	color: #333;
	border-radius: 5px;
	margin-left: 0.3rem;
	font-size: 0.36rem;
	cursor: pointer;
	font-family: SourceHanSansCN-Regular;
}

.product .right .type .type-list .li.active {
	background-color: #2373ce;
	color: #fff;
}

.product .right .type {
	overflow: hidden;
}

.product .right .type .xfc {
	position: absolute;
	bottom: -1.5rem;
	right: 0;
	font-size: 1.2rem;
	line-height: 1;
	color: rgba(51, 51, 51, 0.05);
	font-family: SourceHanSansCN-Medium;
}

.product .right .model .model-list {
	display: flex;
	flex-wrap: wrap;
	/*margin-left: -0.15rem;*/
	margin-top: -0.15rem;
}

.product .right .model .model-list .li:first-child{
    margin-left: 0;
}

.product .right .model .model-list .li {
	width: max-content;
	padding: 0 0.35rem;
	background-color: #f0f0f0;
	color: #333;
	line-height: .5rem;
	border-radius: 5px;
	margin-left: 0.15rem;
	margin-top: .15rem;
	margin-bottom: .35rem;
	font-size: 0.22rem;
	cursor: pointer;
}
.product .right .model{
    padding-bottom: 0;
}
.product .right .model .model-list .li.active {
	background-color: #2373ce;
	color: #fff;
}

.product .right .parameter {
	position: relative;
	padding-top: 0.3rem;
}

.product .right .parameter .tips {
	position: absolute;
	right: 0;
	top: 0.3rem;
	font-size: 0.16rem;
	color: #666666;
}

.product .right .parameter .parameter-list {
	display: flex;
	line-height: 1.8;
	color: #666666;
	font-size: 0.22rem;
}

.product .right .parameter .parameter-list .name {
	text-align-last: justify;
	margin-right: 0.4rem;
}

.product .right .characteristic .characteristic-list {
	display: flex;
	flex-wrap: wrap;
}

.product .right .characteristic .characteristic-list .li {
	width: 25%;
	box-sizing: border-box;
}

.product .right .characteristic .characteristic-list .li h3 {
	width: 1.4rem;
	font-size: 0.18rem;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
}

.product .right .characteristic .characteristic-list .li p {
	font-size: 0.16rem;
	width: 1.6rem;
	line-height: 1.2;
	margin-top: 0.12rem;
}

.case {
	padding-bottom: 1.4rem;
	background: url('../image/solution/bg-5.png') no-repeat;
	background-size: 100% 100%;
	background-position: top;
}

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

.case .image {
	width: 80%;
	margin: auto;
	padding-top: 0.7rem;
}

.case .image img {
	width: 100%;
}

.case .cont {
	width: 80%;
	margin: auto;
	display: flex;
	justify-content: space-around;
	margin-top: 0.15rem;
}

.case .cont .li {
	width: 3.6rem;
	height: 1.4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #2373ce;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.07);
	border-radius: 5px;
	color: #fff;
	padding: 0 0.35rem;
	box-sizing: border-box;
	text-align: center;
	opacity: 0.6;
	transform: translateY(50px);
}

.case .cont .li h3 {
	font-size: 0.24rem;
	font-weight: 400;
	font-family: 'SourceHanSansCN-Light';
	color: #ffffff;
}

.case .cont .li p {
	border-top: 1px solid #ffffff;
	font-size: 0.16rem;
	padding-top: 0.05rem;
	margin-top: 0.05rem;
	font-family: SourceHanSansCN-Medium;
}

.application .cont {
	display: flex;
	padding: 0.7rem 0;
	padding-bottom: 1.3rem;
}

.application .cont .left {
	width: 50%;
	border-right: 2px solid #e5e5e5;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0.9rem 0;
	opacity: 0.6;
	transform: translateY(50px);
}

.application .cont .left h3 {
	font-size: 0.4rem;
	margin-bottom: 0.8rem;
	line-height: 1;
	font-family: SourceHanSansCN-Medium;
}

.application .cont .left .li {
	font-size: 0.24rem;
	border-radius: 50px;
	background-color: #2373ce;
	color: #fff;
	width: 4.5rem;
	text-align: center;
	line-height: 2;
	cursor: pointer;
	margin-top: 0.35rem;
}

.application .cont .left .li:first-child {
	margin-top: 0.35rem;
}

.application .cont .left .li:hover {
	background-color: #ffffff;
	color: #2373ce;
	transition: 0.4s;
	font-family: SourceHanSansCN-Regular;
}

.application .cont .right {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0.9rem 0;
	opacity: 0.6;
	transform: translateY(50px);
}

.application .cont .right h3 {
	font-size: 0.4rem;
	margin-bottom: 0.64rem;
	font-family: SourceHanSansCN-Medium;
}

.application .cont .right .list {
	display: flex;
	flex-wrap: wrap;
    margin: auto;
    width: 6.5rem;
}

.application .cont .right .list .li {
	padding: 0 0.26rem;
	padding-top: 0.26rem;
	text-align: center;
	position: relative;
	font-size: 0.24rem;
	color: #222222ba;
	cursor: pointer;
	width: 50%;
	box-sizing: border-box;
}

.application .cont .right .list .li img {
	width: 1rem;
	margin: auto;
	margin-bottom: 0.2rem;
}

.application .cont .right .list .li p {
	line-height: 1;
}

.application .cont .right .list .li .hover {
	opacity: 1;
}

.application .cont .right .list .li .hover-s {
	opacity: 0;
	position: absolute;
    left: 0;
    top: 0.26rem;
    right: 0;
}

.application .cont .right .list .li:hover .hover {
	opacity: 0;
	transition: 0.4s;
}

.application .cont .right .list .li:hover .hover-s {
	opacity: 1;
	transition: 0.4s;
}

.trans {
	transition: 0.8s;
	opacity: 1;
	transform: translateY(0);
}

.no_copy {
	moz-user-select: -moz-none;
	-moz-user-select: none;
    -o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}