	* {
		margin: 0;
		padding: 0;
	}
	
	.banner_box {
		width: 100%;
		margin: 0 auto;
	}
	.banner_box .banner1{
		display: none;
	}
	.banner_box .banner2 {
		width: 100%;
		margin: 0 auto;
	}
	
	.banner_box .banner2 img {
		max-width: 100%;
	}
	
	.column1 {
		width: 100%;
		overflow: hidden;
		background-image: url(img/banner02.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		margin-top: -1rem;
	}
	
	.column1 dl {
		width: 90%;
		margin: 0 auto;
		padding: 2rem;
	}
	
	.column1 dl #umbrella {
		display: none;
	}
	
	.column1 dd h2 {
		font-family: "微软雅黑";
		color: #fff100;
		font-size: 1em;
		text-align: center;
	}
	
	.column1 dd p {
		width: 90%;
		font-family: "微软雅黑";
		font-size: 0.8em;
		color: white;
		line-height: 20px;
		padding-top: 1rem;
		margin: 0 auto;
	}
	
	.column1 dd img {
		max-width: 70%;
		margin-left: 100px;
	}
	
	.column2 .line {
		width: 80%;
		margin: 0 auto;
		border: 1px solid #65b4fc;
	}
	
	.column2 h2 {
		font-family: "微软雅黑";
		color: white;
		text-align: center;
		margin-top: 1rem;
		font-size: 1rem;
	}
	
	.title {
		width: 220px;
		height: 140px;
		left: 0;
		right: 0;
		margin: auto;
		position: absolute;
		margin-top: -20px;
		background-image: url(img/title1.png);
		background-size: 100%;
		background-repeat: no-repeat;
	}
	
	.explain_item {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 2rem;
	}
	
	.explain_item li {
		display: block;
		overflow: hidden;
		padding: 1rem;
		border-bottom: 1px solid #d2d2d2;
	}
	
	.explain_item li .icon {
		width: 32%;
		float: left;
		margin-top: 2rem;
	}
	
	.explain_item li .icon img {
		max-width: 100%;
	}
	
	.explain_item li .explain {
		width: 60%;
		height: 10rem;
		float: left;
		margin-left: 1rem;
		margin-top: 20px;
	}
	
	.explain_item li .explain i {
		display: block;
		font-family: "微软雅黑";
		font-weight: bold;
		font-size: 0.8em;
		width: 100%;
		line-height: 40px;
		vertical-align: middle;
		background: #007fff;
		color: #fff100;
		text-align: center;
	}
	
	.explain_item li .explain p {
		font-family: "微软雅黑";
		font-size: 0.8em;
		color: #434343;
		margin-top: 1rem;
	}
	
	.column2 {
		width: 100%;
		overflow: hidden;
		background-image: url(img/banner03.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	
	.column2 .annotation {
		width: 90%;
		height: 100px;
		margin: 0 auto;
		margin-top: 2rem;
		background-image: url(img/annotation_wap.png);
		background-size: 100%;
		background-repeat: no-repeat;
	}
	
	.column3 {
		display: none;
	}
	
	.column4 {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		padding: 1rem 0;
	}
	
	.column4 h2 {
		color: #434343;
		font-family: "微软雅黑";
		margin-top: 2rem;
		text-align: center;
	}
	
	.column4 dl {
		width: 90%;
		margin: 0 auto;
		overflow: hidden;
		margin-top: 2rem;
	}
	
	.column4 dl dd {
		display: block;
		overflow: hidden;
		margin-top: 2rem;
	}
	
	.column4 dl dd h4 {
		color: #535353;
		font-family: "微软雅黑";
	}
	
	.column4 dl dd .h4_answer {
		font-family: "微软雅黑";
		font-weight: normal;
		margin-top: 1rem;
	}
	
	.column4 dl dd table {
		width: 100%;
		border-collapse: collapse;
		border: 1px solid #959595;
		margin: 0 auto;
		margin-top: 2rem;
	}
	
	.column4 dl dd table td {
		border: 1px solid #959595;
		color: #535353;
		font-family: "微软雅黑";
		font-size: 0.8em;
		text-align: center;
		line-height: 2rem;
	}
	
	.column4 dl dd table td .bottom {
		border-bottom: 1px solid #959595;
	}
	
	#progress_wap {
		width: 35%;
		margin: 0 auto;
		margin-top: 1rem;
	}
	
	#progress_wap img {
		max-width: 100%;
	}
	
	#progress_pc {
		display: none;
	}
	#swiper{
		display: block;
	}
	.swiper-container {
		width: 100%;
	    height: 300px;
		overflow: hidden;
	}
	
	.swiper-slide {
		float:left;
		width: 100%;
	    border:1px solid #999999;
	/*	background: black!important;*/
		text-align: center;
		font-size: 18px;
		background: #fff;
		/* 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;
	}
	.swiper-slide img{
		max-width:100%;
	}
	
.bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	z-index: 90;
}
.out_box{
	width:30%;
	height:80%;
	position: fixed;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin:auto;
	display: none;
	z-index:150;
	border:0;
}
.out_box .out_btn {
	width: 30px;
	height: 30px;
	background: url(img/out_img.png);
    cursor:pointer;
	position: relative;
	z-index:120;
	margin: auto;
	left: 58%;
	bottom: 2%;
	display: block;
}
.bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	z-index: 90;
}
.out_box{
	width:30%;
	height:80%;
	position: fixed;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin:auto;
	display: none;
	z-index:150;
	border:0;
}
.out_box .out_btn {
	width: 30px;
	height: 30px;
	background: url(img/out_img.png);
    cursor:pointer;
	position: relative;
	z-index:120;
	margin: auto;
	left: 58%;
	bottom: 2%;
	display: block;
}
.swiper-wrapper dd{
	display: inline-block;
}
.look_user{
	display: block;
	outline:none;
	border:0;
	width:160px;
	height:50px;
	background:url(img/look_user.png)no-repeat;
	background-size:100%;
	margin:0 auto;
	cursor:pointer;
}
/*.swiper-wrapper .imgBig {
	width:80%;
	height:20%;
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 920;
	border:0;
}
.swiper-wrapper .imgBig img{
	max-width:100%;
}*/