@charset "utf-8";
/* CSS Document */
/*-------重设浏览器默认样式--------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, select, input, textarea, p, blockquote, table, th, td, hr, button {
	margin: 0;
	padding: 0;
}
body, select, input, textarea {
	color: #0046a5;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	word-wrap: break-word; /*允许长单词换行到下一行*/
	word-break : normal;/*word-break: break-all;*/ /*允许在单词内换行*/
}
body {
	max-width: 640px;
	margin: 0 auto;
}
address, caption, cite, code, dfn, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul, li {
	list-style: none;
}
img, input, button {
	border: 0 none;
}
img {
	max-width: 100%;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: inherit;
	margin: 0 auto;
}
/*去掉链接虚线，针对Firfox*/
a:focus {
	outline-style: none;
}
/*去掉链接虚线，针对IE*/
a, area {
	color: #0046a5;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #ffb400;/*text-decoration: underline;*/
}
/*html5*/
main, article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	display: block;
}
.wrapper {
	max-width: 640px;
	margin: 0 auto;
	position: relative;
}
/*---------头部文件---------*/
#header {
	position: relative;
	border-bottom: 3px solid #ffb400;
}
#header .logo {
	margin: 4px 0 4px 18px;
}
#header .logo img{
	max-width:80px;
}
.bigmegamenu {
	position: relative;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.wsmenu-list form {
	margin-top: 8px;
	margin-bottom: 8px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	padding: 10px 0 10px 15px;
	position: relative;
}
.wsmenu-list form input[type="text"] {
	display: block;
	border: 1px solid #CCC;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	height: 34px;
	padding-left: 10px;
	font-size: 1.4em;
	width: 190px;
	position: relative;
}
.wsmenu-list form input[type="text"]:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.wsmenu-list form input[type="submit"] {
	width: 18px;
	height: 18px;
	background: url(../images/search_bg.png) no-repeat center center;
	cursor: pointer;
	position: absolute;
	top: 19px;
	right: 28px;
	z-index: 999;
}
/*-----底部-----*/
footer {
	width: 100%;
	text-align: center;
	padding: 5px 0px 5px 0px;
	background: #6e6c70;
	color: #fff;
}
footer a {
	color: #fff;
}
footer>h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 8px;
}
footer .share {
	height: auto !important;
	overflow: hidden;
	margin-bottom: 4px;
}
footer .share a img {
	margin: 0 3px;
}
footer .share a:hover img {
	filter: alpha(opacity=86);
	-moz-opacity: 0.86;
	opacity: 0.86;
}
footer .flogo, footer .copyright {
	height: auto !important;
	overflow: hidden;
}
footer .copyright {
	font-size: 14px;
}
footer .copyright a {
	padding: 0 2px;
}
footer .btmall {
	z-index: 5;
	width: 100%;
	position: relative;
	margin-top: 19%;
}
footer .btmall ul {
	bottom: 0px;
	width: 100%;
	max-width: 640px;
	position: fixed;
	background: #0054a6;
}
footer .btmall ul li {
	float: left;
	width: 20%;
	text-align: center;
	padding-bottom: 5px;
}
footer .btmall ul li a {
	font-size: 13px;
	color: #ffb400;
	display: block;
}
footer .btmall ul li a img {
	width: 35%;
	height: auto;
	margin-top: 10px;
}
footer .btmall ul li a:hover img {
	filter: alpha(opacity=7);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

@media screen and (max-width:400px) {
footer .btmall {
	margin-top: 20.5%;
}
}
/*-------分页--------*/
#content .page {
	line-height: 30px;
	text-align: center;
	font-size: 1.4em;
}
#content .page a {
	width: 32px;
}
#content .page img {
	vertical-align: middle;
}
#content .page span {
	padding: 9px 10px;
}
#content .page a:hover img {
	filter: alpha(opacity=86);
	-moz-opacity: 0.86;
	opacity: 0.86;
}
/*-------分页--------*/
#content .inpage {
	line-height: 30px;
	text-align: center;
	font-size: 1.3em;
}
#content .inpage a {
	padding: 4px 8px;
	border: 1px solid #0046a5;
}
#content .inpage a:hover {
	background: #E5E5E5;
	text-decoration: none;
}