*{
	margin: 0;
	padding: 0;
}
html{
	background: #fff;
	width: 100%;
	height: 100%;
}
body{
	width: 1140px;
	margin:auto;
}
.logo{
	overflow: hidden;
	margin: 20px 0;
}
.logo h2{
	height: 39px;
	padding: 25px 0;
	line-height: 39px;
	text-align: center;
	color: #348bcf;
	font-size: 30px;
	overflow: hidden;
	vertical-align: middle;
}
.logo h2 img{
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -5px;	
}
.logo .description{
	margin: -8px 0 30px;
	text-align: center;
	font-size: 12px;
	color: #666;
}
.box{
	margin:30px auto;
	width: 550px;
	height: 40px;
	line-height: 40px;
	border: 2px solid #FFA01A;
	color: #999;
	font-size: 14px;
	overflow: hidden;
	border-radius: 5px;
}
.box input{
	height: 100%;
	width: 80%;
	padding: 2.5% 15px;
	background: #fff;
	border: 0;
	outline: none;
	float: left;
}
.box .btn{
	float: right;
	background: #FFA01A;
	color: #fff;
	height: 100%;
	width: 15%;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	letter-spacing: 3px;
}
.result{
	width: 850px;
	margin:30px auto;
	border-collapse: collapse;
}
.result tr:nth-child(2n) td{
	background: #f9f9f9;
}
.result td{
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	padding: 8px 10px;
	word-break: normal;
	width: 50%;
}
.moretext{
	width: 850px;
	margin:10px auto;
}
.moretext .tit{
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
}
.moretext p{
	color: #666;
	line-height: 24px;
}