*{
	margin: 0;
	padding: 0;
}
.wqd-btn-blue {
	background-image: linear-gradient(128deg, #A0C5E2 0%, #5B78B4 100%);    color: #fff;
	width: 140px;
	height: 52px;
	box-sizing: border-box;
	line-height: 52px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	border-radius: 35px;
	/*box-shadow: 0px 6px 20px 0px RGBA(155,192,222,1);*/
}
.btn2{
	width: 140px;
	height: 52px;
	box-sizing: border-box;
	line-height: 54px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	border-radius: 35px;
	margin-left: 12px;
	/*box-shadow: 0px 6px 20px 0px RGBA(155,192,222,1);*/
	/*border:1px solid #333;*/
	/*background: RGBA(255,255,255,0);*/
	background: #fff;
	}
.slide ul li img{
	vertical-align: middle;
	/*max-width: 100%;*/
	min-width:100%;
}

@media screen and (max-width: 460px) {
	.tabs-block .title {
		text-align: center;
		font-size: 1.5rem;
		line-height: 1.5;
		font-weight: 500;
		padding-top: 40px;
	}

	.slide {
		padding-top: 0px !important;
	}

	.slide ul li img {
		vertical-align: middle;
		max-width: 100%;
	}

	.btn2 {
		background: RGBA(255, 255, 255, 0);
		width: 108px;
		height: 42px;
		box-sizing: border-box;
		line-height: 42px;
		font-size: 14px;
		display: inline-block;
		text-align: center;
		border-radius: 35px;
		background: #fff;
	}

	.wqd-btn-blue {
		background-image: linear-gradient(128deg, #A0C5E2 0%, #5B78B4 100%);
		color: #fff;
		width: 108px;
		height: 42px;
		box-sizing: border-box;
		line-height: 42px;
		font-size: 14px;
		display: inline-block;
		text-align: center;
		border-radius: 35px;
	}
}
.slide{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.slide ul{
	width: 100%;
	list-style-type: none;
}
.next_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .5;
	vertical-align: middle;
	background: rgba(0,0,0,.1);
	right: 5px;
	top: 50%;
	color: #fff;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	font-family: "宋体";
}
.prev_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .9;
	vertical-align: middle;
	background: rgba(0,0,0,.1);
	left: 5px;
	top: 50%;
	color: #fff;
	font-family: "宋体";
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
}
.slide ul:after{
	content: '';
	clear: both;
	display: block;
}
.slide ul li{
	float: left;
	text-align: center;
}
.slide .circle_btn{
	position: absolute;
	bottom: 15px;
	text-align: center;
	left: 0;
	display: table;
	margin: 0 auto;
	width: 100%;
}
.slide .circle_btn button{
	box-sizing: content-box;
	opacity: .8;
	outline: none;
	border: none;
	padding: 2px 18px;
	background: rgba(255,255,255,.2);
	margin: 2px 5px;
	overflow: hidden;
	transition: all .6s;
	cursor: pointer;
}
.slide .circle_btn button.active{
	background: rgba(167,167,167,.8);
}
