/*公共css*/
html,body,div,ul,li,img,a{
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
}
ul li{
	list-style: none;
}
body{
	width: 100%;
}
/*640*/
.juzhong{
	width: 100%;
	margin: auto;
}
.juzhong ul img{
	width: 100%;
}
.biaodan{
	height:150px;
	text-align: center;
	background-image: url(../image/1_06.jpg);
	background-size:100%;
}
.mt20{
	width:350px;
	height: 50px;
	margin: auto;
	padding-top: 15px;
	text-align: center;
}
.mt20 input,.submite{
	width: 350px;
	height:40px;
	display:inline-block;
	border-radius: 10px;
	border: 1px solid #666;
	opacity:0.8;
	text-align: center;
}
.submite{
	margin-top: 35px;
	width: 460px;
	height: 50px;
	text-align: center;
	background-color: #fc5531;
	border:0;
	border-radius: 15px;
	color: aliceblue;
	font-size: 24px;
}
/*480
@media screen (max-width:640px){	
	.juzhong{
		width: 100%;
		margin: auto;
	}
	.juzhong ul img{
		width: 100%;
		display: inline-block;
	}
	.biaodan{
		height:150px;
		text-align: center;
		background-image: url(../image/1_06.jpg);
		background-size:100%;
	}
	.mt20{
		width:350px;
		height: 50px;
		margin: auto;
		padding-top: 15px;
		text-align: center;
	}
	.mt20 input,.submite{
		width: 350px;
		height:40px;
		display:inline-block;
		border-radius: 10px;
		border: 1px solid #666;
		opacity:0.8;
		text-align: center;
	}
	.submite{
		margin-top: 35px;
		width: 460px;
		height: 50px;
		text-align: center;
		background-color: #fc5531;
		border:0;
		border-radius: 15px;
		color: aliceblue;
		font-size: 24px;
	}
	
}*/