﻿html, body, form, div, img, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, select, input, textarea, article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, menu, section, summary {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	font-family: "微软雅黑", "黑体", "宋体", Arial;
}
ol, ul, dl {
	list-style-type: none;
}
input, button, textarea, select {
	font: 100% Arial, '宋体';
}
body {
	color: #666;
	font: 14px/1.42857143 "Microsoft YaHei", SimSun;
}
img {
	border: 0;
	vertical-align: middle;
}
em, i {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
select, input, button {
	vertical-align: middle;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}
textarea {
	resize: none;
	overflow: auto;
}
input[type="text"], input[type="password"], textarea {
	outline: none;
	-webkit-appearance: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	margin-right: 5px;
}
input[type="text"], input[type="password"], select, textarea, input {
	box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset
}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus, {
border-color:#ec008c;
box-shadow:0 0 3px rgba(236,0,140,0.4)
}
input[type="text"][disabled] {
	cursor: default;
	filter: alpha(opacity=60);
	opacity: 0.6
}
a:link {
	color: #646464;
	text-decoration: none;
}
a:visited {
	color: #646464;
	text-decoration: none;
}
a:hover {
	color: #ff6317;
	text-decoration: underline;
}
a:active {
	color: #222;
	text-decoration: underline;
}
.mt10 {
	margin-top: 10px;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
.clearfix {
*zoom:1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.noBorder {
	border: none;
}



#solid {
	width: 100%;
	background: #f6f6f6;
	height: 100%;
	overflow: hidden;
}

.solid {
	width:760px;
	background: #fff;
	padding: 10px;
	height: 100%;
	overflow: hidden;
	margin: 10px auto;
}




.searchTool {
	margin-left:8px;
	width: 320px;
	text-align: center;
}
.searchTool span {
	color: #ff0000;
	float: left;
}
.searchTool em {
	float: left;
	margin-top:8px;
}

.xingming {
	width: 230px;
	height: 24px;
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	font-size: 14px;
	color: #999;
}
.txtSearch_a {
	width: 230px;
	height: 24px;
	line-height: 24px;
	vertical-align: bottom;
	color: #999;
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	font-size: 12px;
	margin-right: 10px;
	padding: 0;
}
.txtSearch {
	width: 230px;
	height: 24px;
	line-height: 24px;
	vertical-align: bottom;
	color: #999;
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	font-size: 12px;
	margin-right: 10px;
	padding: 0;
	margin-top: 6px
}
.btnSearch {
	float: left;
	width: 112px;
	height: 26px;
	line-height: 24px;
	overflow: hidden;
	background:url(../Img/tj.jpg) repeat-x center;
	font-size: 14px;
	border-radius: 2px;
	border: 0;
	color: #1d4862;
	margin-top: 15px;
	margin-left:80px;
	padding-left:14px;
}
.btnSearch:hover {
	float: left;
	background: url(../Img/tj1.jpg) repeat-x center;
	border-radius: 2px;
}





#hidden_div {
	text-align: center;
}


#outer {
	width:760px;
	line-height: 40px;
	margin: 10px auto 0;
	height: 100%;
	overflow: hidden;
}
#tab {
	position: relative;
	width: 982px;
	overflow: hidden;
	height: 45px;
	border-top: 1px #efefef solid;
	border-bottom: 1px #efefef solid;
	margin: 0 auto;
}
#tab li {
	width: 89px;
	float: left;
	background: url(../Img/icon5.png) center no-repeat;
	height: 27px;
	line-height: 27px;
	margin: 10px 10px 0 0;
	overflow: hidden;
	text-align: center;
	margin-left: -1px;
	position: relative;
	cursor: pointer;
	display: block;
}
#tab li.current {
	background: url(../Img/icon6.png) center no-repeat;
	height: 37px;
	color: #fff;
}
#contentz ul {
	top: 33px;
	border-top: none;
	overflow: hidden;
}