.xnproduct {
	position: relative;
}

.zixun {
	position: absolute;
	left: 45%;
	top: 30px;
}

.zixun span {
	display: inline-block;
	background: rgba(0, 77, 227, 1);
	color: #fff;
	border-radius: 10px;
	padding: 15px 50px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	transition: all 0.7s ease-in-out;
}

.zixun:hover span {
	background: rgba(0, 77, 227, 0.6);
}


.zixun_ewm {
	opacity: 0;
	position: relative;
	top: -85px;
	left: 150px;
	transition: all 0.7s ease-in-out;
}

.zixun_ewm img {
	max-width: 150px;
}

.zixun:hover .zixun_ewm {
	opacity: 1;
}



.ml30 {
	margin-left: 30px;
}

.xrongyu {
	position: relative;
	margin-top: 50px;
}

.xrongyu_main {
	display: flex;
	/* align-items: center; */
	justify-content: space-around;
}

.xrongyu_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.xrongyu_box_left {
	font-size: 28px;
	font-weight: 300;
}

.xrongyu_box_center {}

.xrongyu_box_center span {
	font-size: 145px;
	font-style: italic;
	color: #0044f2;
	font-family: "fontdinCond-m";
	letter-spacing: -10px;
}

.xrongyu_box_center sup {
	font-size: 62px;
	color: #0044f2;
	margin-left: 30px;
}

.xrongyu_box_right {
	font-size: 28px;
	font-weight: 300;
}



.xzhengshu {
	padding-bottom: 50px;
}

.xzhengshu_main {
	padding: 100px 0;
}


.xzhengshu_main .swiper-slide {
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.6);
	opacity: 0.5;

	width: 80%;
}

.xzhengshu_main .swiper-slide-active,
.xzhengshu_main .swiper-slide-duplicate-active {
	transform: scale(1);
	opacity: 1;
}

.xzhengshu_box {}

.xzhengshu_box_img {}

.xzhengshu_box_txt {
	margin-top: 30px;
	opacity: 0;
}


.xzhengshu_main .swiper-slide-active .xzhengshu_box_txt,
.xzhengshu_main .swiper-slide-duplicate-active .xzhengshu_box_txt {
	opacity: 1;
}



.xzhengshu_main .swiper-slide {
	width: 18.5vw;
	opacity: 0.48;
	transition: all 0.5s;
	transform: scale(0.6);
}

.xzhengshu_main .swiper-slide-active {
	opacity: 1;
	transform: rotateX(0deg) rotateY(0deg) !important;
}

/*.xzhengshu_main .swiper-slide-next{transform:rotateX(0deg) rotateY(50deg)!important}*/
.xzhengshu_main .swiper-slide-active {
	opacity: 1;
}

.xzhengshu_main .swiper-slide-active .xzhengshu_box_img {
	transform: scale(1);
	background: #fff;

}





.xzhengshu .swiper-button-next,
.xzhengshu .swiper-button-prev {
	position: absolute;
	width: 60px;
	height: 60px;
	background-size: 100% 100%;
	top: auto;
}

.xzhengshu .swiper-button-next {
	background-image: url(../images/ab_next.png);
	right: 50%;
	bottom: 30px;
	margin-top: 0;
	transform: translateX(120%)
}

.xzhengshu .swiper-button-next:hover {
	background-image: url(../images/ab_next1.png);
}

.xzhengshu .swiper-button-prev {
	background-image: url(../images/ab_prev.png);
	left: 50%;
	bottom: 30px;
	margin-top: 0;
	transform: translateX(-120%)
}

.xzhengshu .swiper-button-prev:hover {
	background-image: url(../images/ab_prev1.png);
}


@media screen and (min-width: 768px) and (max-width: 1200px) {

	
	.ml30 {
		margin-left: 20px;
	}
	
	.xrongyu {
		position: relative;
		margin-top: 50px;
	}
	
	.xrongyu_main {
		display: flex;
		/* align-items: center; */
		justify-content: space-around;
	}
	
	.xrongyu_box {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.xrongyu_box_left {
		font-size: 18px;
		font-weight: 300;
	}
	
	.xrongyu_box_center {}
	
	.xrongyu_box_center span {
		font-size: 80px;
		font-style: italic;
		color: #0044f2;
		font-family: "fontdinCond-m";
		letter-spacing: -5px;
	}
	
	.xrongyu_box_center sup {
		font-size: 30px;
		color: #0044f2;
		margin-left: 20px;
	}
	
	.xrongyu_box_right {
		font-size: 18px;
		font-weight: 300;
	}
	
	
	
}

/*小屏幕*/
@media screen and (min-width: 0px) and (max-width: 768px) {


	.xnproduct {
		position: relative;
	}

	.zixun {
		position: absolute;
		left: 5%;
		top: -50px;
		z-index: 10;
	}

	.zixun span {
		display: inline-block;
		background: rgba(0, 77, 227, 1);
		color: #fff;
		border-radius: 10px;
		padding: 15px 50px;
		font-size: 20px;
		font-weight: 600;
		line-height: 1;
		transition: all 0.7s ease-in-out;
	}

	.zixun:hover span {
		background: rgba(0, 77, 227, 0.6);
	}


	.zixun_ewm {
		opacity: 0;
		position: relative;
		top: -85px;
		left: 150px;
		transition: all 0.7s ease-in-out;
	}

	.zixun_ewm img {
		max-width: 150px;
	}

	.zixun:hover .zixun_ewm {
		opacity: 1;
	}



	.ml30 {
		margin-left: 0px;
	}

	.xrongyu {
		position: relative;
		margin-top: 30px;
	}

	.xrongyu_main {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}

	.xrongyu_box {
		display: flex;
		align-items: center;
		justify-content: space-around;
	}

	.xrongyu_box_left {
		font-size: 16px;
		font-weight: 300;
		width: 100%;
		text-align: left;
	}

	.xrongyu_box_center {
		width: 100%;
		text-align: left;
	}

	.xrongyu_box_center span {
		font-size: 36px;
		font-style: italic;
		color: #0044f2;
		font-family: "fontdinCond-m";
		letter-spacing: -1px;
	}

	.xrongyu_box_center sup {
		font-size: 16px;
		color: #0044f2;
		margin-left: 10px;
	}

	.xrongyu_box_right {
		font-size: 16px;
		font-weight: 300;
		width: 100%;
		text-align: left;
	}



	.xzhengshu {
		padding: 50px 10px;
	}

	.xzhengshu_main {
		padding: 50px 0;
	}


	.xzhengshu_main .swiper-slide {
		text-align: center;
		font-size: 18px;

		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		transition: 300ms;
		transform: scale(0.6);
		opacity: 0.5;

		width: 80%;
	}

	.xzhengshu_main .swiper-slide-active,
	.xzhengshu_main .swiper-slide-duplicate-active {
		transform: scale(1);
		opacity: 1;
	}

	.xzhengshu_box {}

	.xzhengshu_box_img {}

	.xzhengshu_box_txt {
		margin-top: 20px;
		opacity: 0;
		font-size: 14px;
	}


	.xzhengshu_main .swiper-slide-active .xzhengshu_box_txt,
	.xzhengshu_main .swiper-slide-duplicate-active .xzhengshu_box_txt {
		opacity: 1;
	}



	.xzhengshu_main .swiper-slide {
		width: 18.5vw;
		opacity: 0.48;
		transition: all 0.5s;
		transform: scale(0.6);
	}

	.xzhengshu_main .swiper-slide-active {
		opacity: 1;
		transform: rotateX(0deg) rotateY(0deg) !important;
	}

	/*.xzhengshu_main .swiper-slide-next{transform:rotateX(0deg) rotateY(50deg)!important}*/
	.xzhengshu_main .swiper-slide-active {
		opacity: 1;
	}

	.xzhengshu_main .swiper-slide-active .xzhengshu_box_img {
		transform: scale(1);
		background: #fff;

	}





	.xzhengshu .swiper-button-next,
	.xzhengshu .swiper-button-prev {
		position: absolute;
		width: 60px;
		height: 60px;
		background-size: 100% 100%;
		top: auto;
	}

	.xzhengshu .swiper-button-next {
		background-image: url(../images/ab_next.png);
		right: 50%;
		bottom: 30px;
		margin-top: 0;
		transform: translateX(120%)
	}

	.xzhengshu .swiper-button-next:hover {
		background-image: url(../images/ab_next1.png);
	}

	.xzhengshu .swiper-button-prev {
		background-image: url(../images/ab_prev.png);
		left: 50%;
		bottom: 30px;
		margin-top: 0;
		transform: translateX(-120%)
	}

	.xzhengshu .swiper-button-prev:hover {
		background-image: url(../images/ab_prev1.png);
	}


}