* {
	margin: 0;
	padding: 0;
	/* 內减模式 */
	box-sizing: border-box;
}
li {
	list-style: none;
}

a {
	text-decoration: none;
}

.clearfix:before,.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
	/* background-color: pink; */
}
.retrieval {
	width: 800px;
	margin: 0 auto;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 42px;
	background-color: #00a4ff;
}
.capsule {
	border-radius: 8px 8px 0 0 ;
}
.header h2 {
	float: left;
	margin-left: 60px;
}
.header h2 a {
	line-height: 42px;
	color: #f3f5f7;
}
.nav {
	float: right;
	margin-right: 100px;
	height: 42px;
}
.nav li {
	float: right;
	margin-right: 26px;
}
.nav li a {
	display: block;
	padding: 0 9px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #f3f5f7;
}
.nav li a:hover {
	border-bottom: 2px solid #f3f5f7;
}
.box {
	margin-top: 42px;
	text-align: center;
}
.box .language {
	margin-top: 5px;
}
.box .language select {
	width: 370px;
	height: 30px;
	color: #333;
	border: 1px solid #00a4ff;
	outline: none;
}
.box .language .target {
	margin-left: 55px;
}

.box .indexImage img {
	margin-top: 5px;
	width: 800px;
	height: 200px;
}

.box .textare {
	margin-top: 5px;
}
.box .textare textarea {
	padding: 10px;
	width: 800px;
	border: 1px solid #00a4ff;
	outline: none;
	font-size: 14px;
	color: #666;
}
.box .textare span {
	font-size: 10px;
	color: #666;
}
.box .textare .threeSpan {
	float: right;
}
.box .textare .threeSpan button {
	width: 100px;
	outline: none;
	border:none;
	background: #00a4ff;
	height: 30px;
	border-radius: 4px;
	cursor: pointer;
	color:#fff;
	font:bold 14px '宋体';
	transition: all 0.5s;
}
.box .result {
	display: none;
	margin-top: 60px;
	margin-bottom: 80px;
}
.box .result h5 {
	margin-top: 10px;
}
.box .result table {
	border-collapse: collapse;
	width: 800px;
	border-color: #00a4ff;
}
 .box .result .resultTable caption {
	 margin-bottom: 5px;
 }
.box .result table th {
	padding: 10px;
	background-color: #d4e5ff;
}
.box .result table td {
	padding: 10px;
	text-align: center;
}
.box .result table tbody tr:hover {
	background-color: #e5ebfb;
}
.box .result .selectPage {
	margin-top: 10px;
}
.box .result .selectPage .pageFoot{
	margin-top: 10px;
}
.footer {
	position: fixed;
	bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	border-radius: 0 0 8px 8px;
	background-color: #f8f9fa;
	text-align: center;
	font-size: 16px;
	color: #7c7c7d;
}
.footer .company a {
	color: #7c7c7d;
}