.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
.menu{
	text-align: center;
	padding:20px 0;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.menu span{
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border-radius: 3px;
	border:1px solid #666;
	color: #555;
	cursor: pointer;
	transition: all 0.3s;
}
.menu span.click{
	color: #d5010f;
	border-color: #d5010f;
}
.menu span:hover{
	color: #d5010f;
	border-color: #d5010f;
}
.menu span:nth-child(2){
	margin:0 30px;
}
.hint{
	padding:25px 0;
	color: #999999;
	font-size: 14px;
	text-align: center;
}
.information{
	margin-bottom:50px;
}
.import{
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	width: 48%;
	float: left;
	padding:20px 2%;
	min-height: 661px;
}
.import h3{
	font-size: 16px;
	color: #d5010f;
	margin:10px 0;
}
.import p{
	margin-top: 15px;
}
.import p input{
	width: 50%;
	height: 32px;
	padding:5px;
}
.import p input.yzm{
	width: 24%;
	vertical-align: middle;
}
.import p select{
	width: 50%;
	height: 32px;
	padding:5px;
	border:1px solid #aaaaaa;
}
.import p>img{
	width: 50%;
}
.import p  i{
	display: inline-block;
	width: 24%;
	margin-left:2%;
	font-style: normal;
	height: 32px;
	text-align: center;
	color: #fff;
	background-color: #d5010f;
	line-height: 32px;
	cursor: pointer;
	font-size: 14px;
	vertical-align: middle;
}
.import p.btn{
	background-color: #d5010f;
	width: 25%;
	height: 32px;
	font-size: 16px;
	color: #fff;
	border-radius: 0;
	margin-left: 5px;
	min-width: 100px;
}
.import p span{
	width: 20%;
	min-width: 100px;
	text-align: right;
	font-size: 14px;
	color: #363636;
}
.import>span{
	width: 20%;
}
.show{
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	width: 48%;
	float: right;
	padding:20px 2%;
	
	overflow-y: auto;
}
.show h3{
	font-size: 16px;
	color: #d5010f;
	margin:20px 0;
}
.show p{
	line-height: 22px;
	padding: 10px;
}
@media (max-width: 600px) {
	.information div{
		width:100%;
		margin-bottom: 20px;
	}
	.menu span{
		width:24%;
		font-size: 13px;
	}

}