﻿.swiper-container {
	width: 100%;
	margin: 0 auto;

}

.swiper-slide img {
	width: 100%;
}


.swiper .swiper-slide {
	width: 70%;
	margin: 2% 2% 10%;
	border-radius: 0.2rem;
	/* box-shadow: 0px 0.5rem 0.5rem #97D6FF; */
}

.swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	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;
}

.swiper .swiper-slide:not(.swiper-slide-active) {
	transform: scale(0.8);
}

.swiper .swiper-item dt {
	width: 50%;
	margin: 8% auto;

}

.swiper .swiper-item dt img {
	display: block;
	width: 50%;
	margin: 0 auto;
}


.swiper .swiper-item .dl_dd_text {
	text-align: left !important;
}

.swiper .swiper-item dd {
	font-size: 0.8rem;
	color: #34353D;
	padding: 0 1.9rem;
	text-align: center;
}

.swiper .swiper-item dd b {
	font-size: 1rem;
}

.lx {
	height: 2px;
	width: 20%;
	background: #007AFF;
	margin: 0 auto 1rem;
}

.swiper .swiper-item button {
	border: 1px solid #007AFF;
	background: #007AFF;
	margin: 8%;
	padding: 0.5rem 1.5rem;
	border-radius: 0.5rem;
	color: #fff;
}


.box {
	padding-bottom: 2rem;
}

.wechat .img_infor {
	display: block;
	margin: 0 auto 2rem;
	padding-top: 2rem;
}

.wechat .video {
	width: 80%;
	margin: 0 auto 2rem;
	position: relative;
}

.wechat .video .img {
	width: 100%;
}

.wechat .video .play {
	position: absolute;
	width: 20%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}
.wechat .video_box{
	display: none;
	width: 90%;
	margin: 0 auto;
	position: fixed;
	top: 50%;
	margin-top: -25%;
	margin-left: 5%;
	z-index: 100;
}
.wechat .video_box .close{
	position: absolute;
	width: 2rem;
	height: 2rem;
	right: 0;
	top: 0;
	margin-right: -1rem;
	margin-top: -1rem;
}


.wechat h1 {
	margin: 0 auto;
	text-align: center;
	font-size: 1.20rem;
	font-weight: normal;
	margin-bottom: 1.00rem;
}

.wechat h2 {
	margin: 0 auto;
	text-align: center;
	font-size: 1.00rem;
	font-weight: normal;
	margin-bottom: 1.00rem;
}

.wechat p {
	width: 70%;
	margin: 0 auto;
	font-size: 0.80rem;
	line-height: 1.00rem;
	font-weight: normal;
	color: #55575E;
	margin-bottom: 2.00rem;
}

.wechat .line_bottom {
	width: 80%;
	height: 1px;
	border-bottom: 1px dashed #000000;
	margin: 2rem auto;
}
