.product-swiper {
	width: 100%;
	overflow: hidden;
}
.product-swiper .swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.product-swiper .swiper .swiper-slide {
	background-color: #FFFFFF;
	overflow: hidden;
}
.product-swiper .product-img,.product-swiper .product-txt {
	display: block;
	width: 100%;
	height: 50%;
	overflow: hidden;
	text-align: center;
}
.product-swiper .swiper .swiper-slide:nth-of-type(2n+1) .product-img {
	position: absolute;
	left: 0px;
	top: 50%;
}
.product-swiper .swiper .swiper-slide:nth-of-type(2n+1) .product-txt {
	position: absolute;
	left: 0px;
	top: 0px;
}
.product-txt .txt-txt {
	width: 100%;
	height: 250px;
	padding: 0 20px;
	overflow: hidden;
	margin: 120px 0 0;
}
.product-swiper .swiper .swiper-slide:nth-of-type(2n+1) .product-txt .txt-txt {
	left: 0px;
	bottom: 70px;
	position: absolute;
}
.product-txt h3 {
	color: #333333;
	font-size: 36px;
	margin: 0 0 28px;
	line-height: 40px;
}
.product-txt p {
	color: #999999;
	font-size: 16px;
	line-height: 25px;
}
.product-txt span {
	display: block;
	color: #999999;
	font-size: 16px;
	margin: 30px 0 0;
	font-weight: bold;
	line-height: 20px;
}
.product-txt span:hover {
	color: #e62129;
	text-decoration: underline !important;
}
.swiper-button-next,.swiper-button-prev {
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 90px;
	height: 90px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	margin: -45px 0 0 -365px;
}
.swiper-button-next {
	margin: -45px 0 0 275px;
}
.swiper-button-next:before,.swiper-button-prev:before {
	top: 50%;
	left: 50%;
	content: '';
	width: 64px;
	height: 64px;
	display: block;
	overflow: hidden;
	position: absolute;
	margin: -32px 0 0 -32px;
	transform: rotate(45deg);
	background-color: #dcdddd;
}
.swiper-button-next:after,.swiper-button-prev:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url(https://website-jxfcv.oss-cn-shanghai.aliyuncs.com/website-jxfcv/image/web/jxfcv/en/Dist/img/left.png);
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.swiper-button-next:after {
	background-image: url(https://website-jxfcv.oss-cn-shanghai.aliyuncs.com/website-jxfcv/image/web/jxfcv/en/Dist/img/right.png);
}
.swiper-button-next.swiper-button-click:before,.swiper-button-prev.swiper-button-click:before {
	background-color: #e62129;
}
@media only screen and (max-width: 991px) {
	.product-swiper {
		padding: 150px 0 85px;
	}
	.swiper-wrapper {
		display: block;
	}
	.product-swiper .product-img,.product-swiper .product-txt {
		height: auto;
	}
	.product-swiper .swiper .swiper-slide:nth-of-type(2n+1) .product-img {
		position: relative;
		top: 0px;
	}
	.product-swiper .swiper .swiper-slide:nth-of-type(2n+1) .product-txt {
	    position: relative;
	}
	.product-swiper .swiper .swiper-slide:nth-of-type(2n+1) .product-txt .txt-txt {
	    position: relative;
	    bottom: 0px;
	}
	.product-img img {
		width: 100%;
	}
	.product-txt .txt-txt {
		height: auto;
		margin: 150px 0 115px;
	}
	.product-txt h3 {
		font-size: 45px;
		margin: 0 0 35px;
		line-height: 50px;
	}
	.product-txt p {
		height: auto;
		font-size: 28px;
		line-height: 35px;
	}
	.product-txt span {
		font-size: 24px;
		margin: 65px 0 0;
		line-height: 30px;
	}
	.swiper-button-next,.swiper-button-prev {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	.product-swiper {
		padding: 75px 0 45px;
	}
	.product-txt .txt-txt {
		margin: 75px 0 60px;
	}
	.product-txt h3 {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 20px;
	}
	.product-txt p {
		font-size: 14px;
		line-height: 22px;
	}
	.product-txt span {
		font-size: 14px;
		line-height: 20px;
		margin: 30px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.product-swiper {
		height: 100%;
		position: fixed;
		left: 0px;
		top: 0px;
	}
	.product-swiper .swiper .swiper-slide:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background-color: rgba(0,0,0,0.6);
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 1;
	}
	.product-swiper .swiper .swiper-slide.swiper-slide-active:before {
		z-index: -1;
	}
	.product-img img {
		width: 455px;
	}
	.product-txt .txt-txt {
		margin: 60px 0 0;
		height: 230px;
	}
	.product-swiper .swiper .swiper-slide:nth-of-type(2n+1) .product-txt .txt-txt {
		bottom: 40px;
	}
	.product-txt h3 {
		font-size: 28px;
		line-height: 30px;
		margin: 0 0 20px;
	}
	.product-txt p {
		font-size: 12px;
		line-height: 20px;
	}
	.product-txt span {
		font-size: 12px;
		margin: 20px 0 0;
	}
	.swiper-button-next,.swiper-button-prev {
		width: 70px;
		height: 70px;
		margin: -35px 0 0 -255px;
	}
	.swiper-button-next {
		margin: -35px 0 0 185px;
	}
	.swiper-button-next:before,.swiper-button-prev:before {
		width: 48px;
		height: 48px;
		margin: -24px 0 0 -24px;
	}
	.swiper-button-next:after,.swiper-button-prev:after {
		background-size: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.product-img img {
		width: 534px;
	}
	.product-txt .txt-txt {
		margin: 80px 0 0;
		height: 250px;
	}
	.product-swiper .swiper .swiper-slide:nth-of-type(2n+1) .product-txt .txt-txt {
		bottom: 50px;
	}
	.product-txt h3 {
		font-size: 32px;
		line-height: 35px;
		margin: 0 0 23px;
	}
	.product-txt p {
		font-size: 14px;
		line-height: 22px;
	}
	.product-txt span {
		font-size: 14px;
		margin: 25px 0 0;
	}
	.swiper-button-next,.swiper-button-prev {
		width: 80px;
		height: 80px;
		margin: -40px 0 0 -305px;
	}
	.swiper-button-next {
		margin: -40px 0 0 225px;
	}
	.swiper-button-next:before,.swiper-button-prev:before {
		width: 56px;
		height: 56px;
		margin: -28px 0 0 -28px;
	}
	.swiper-button-next:after,.swiper-button-prev:after {
		background-size: 25px;
	}
}
@media only screen and (min-width: 1600px) {
	.product-img img {
		width: 640px;
	}
	.product-txt .txt-txt {
		margin: 120px 0 0;
	}
	.product-swiper .swiper .swiper-slide:nth-of-type(2n+1) .product-txt .txt-txt {
		bottom: 70px;
	}
	.product-txt h3 {
		font-size: 36px;
		line-height: 40px;
		margin: 0 0 28px;
	}
	.product-txt p {
		font-size: 16px;
		line-height: 25px;
	}
	.product-txt span {
		font-size: 16px;
		margin: 30px 0 0;
	}
	.swiper-button-next,.swiper-button-prev {
		width: 90px;
		height: 90px;
		margin: -45px 0 0 -365px;
	}
	.swiper-button-next {
		margin: -45px 0 0 275px;
	}
	.swiper-button-next:before,.swiper-button-prev:before {
		width: 64px;
		height: 64px;
		margin: -32px 0 0 -32px;
	}
	.swiper-button-next:after,.swiper-button-prev:after {
		background-size: 30px;
	}
}
@media only screen and (min-width: 1920px) {
	.product-img img {
		width: 100%;
	}
}
