.a5d2::after {
	content: '';
	display: block;
	width: 1920px;
	height: 1px;
	background: #e2e6e3;
	position: absolute;
	left: calc(50% - 960px);
	top: calc(50% + 14px);
	z-index: 1;
}

.a5d2 .mySwiper2 {
	max-height: 500px;
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	z-index: 10;
}

.a5d2 .mySwiper2 .swiper-slide {
	max-height: 500px;
}

.a5d2 .d1 {
	position: relative;
	z-index: 10;
}

.a5d2 .d1 .l_img {
	padding-bottom: 50%;
	opacity: 0;
	transition: all .35s;
}

.a5d2 .d1 .y {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #cdcdcd;
	font-size: 30px;
	line-height: 36px;
}


.a5d2 .d1 .y a{
	color:#FFF;
}

.a5d2 .d2 {
	margin: 50px auto 0;
	width: 28px;
	height: 28px;
	border-radius: 28px;
	background: #cdcdcd;
	position: relative;
	transition: all .35s;
}

.a5d2 .d2::after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 18px;
	z-index: 10;
}

.a5d2 .d3 {
	font-size: 30px;
	font-weight:bold;
	background: linear-gradient(to left, #fff, #fff);
	-webkit-background-clip: text;
	color: transparent;
	opacity: 0;
	transition: all .35s;
}

.a5d2 .d3 a {
	color:#FFF;
}

.a5d2 .d4 {
	opacity: 0;
	width: 1200px;
	position: relative;
	left: calc(50% - 600px);

	opacity: 0;
	transition: all .35s;
}

.a5d2 .d4 strong {
	color: #fff;
	font-size:16px;
	font-weight:normal;
}

.a5d2 .swiper-slide-active .d1 .l_img {
	opacity: 1;
}

.a5d2 .swiper-slide-active .d1 .y {
	opacity: 0;
}

.a5d2 .swiper-slide-active .d2 {
	background: linear-gradient(to right, #218c58, #adc86f);
}

.a5d2 .swiper-slide-active .d2::before {
	content: '';
	display: block;
	width: 1000px;
	height: 1px;
	background: url(../images/a5-2.png) center no-repeat;
	background-size: 100%;
	position: absolute;
	left: calc(50% - 500px);
	top: 50%;
	z-index: -1;

}

.a5d2 .swiper-slide-active .d3 {
	opacity: 1;
}

.a5d2 .swiper-slide-active .d4 {
	opacity: 1;
}


.a5d2 .swiper-button-next2,
.a5d2 .swiper-button-prev2 {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: #fff;
	left: 0;
	margin-top: -5px;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
}

.a5d2 .swiper-button-next2 {
	left: auto;
	right: 0px;
}

.a5d2 .swiper-button-next2:hover,
.a5d2 .swiper-button-prev2:hover {
	background: linear-gradient(to right, #a8c566, #1f8c58);
	border: 0;
}

.a5d2 .swiper-button-next2::after,
.a5d2 .swiper-button-prev2::after {
	color: #666;
	font-size: 20px;
}

.a5d2 .swiper-button-next2:hover::after,
.a5d2 .swiper-button-prev2:hover::after {
	color: #fff;
}

@media all and (max-width:768px){
.a5d2 .d3 {
	font-size: 18px;
	font-weight:bold;
	background: linear-gradient(to left, #fff, #fff);
	-webkit-background-clip: text;
	color: transparent;
	opacity: 0;
	transition: all .35s;
}

.a5d2 .d1 .y {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #cdcdcd;
	font-size: 18px;
	line-height: 26px;
}

.textcenter p strong span{ display:none;}

}