body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;font-family: "微软雅黑";}
body { font-size: 12px; background-color: #f2f2f2;}	
table {	border-collapse: collapse;	border-spacing: 0;	}	
fieldset,img { border: 0; }	
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;	font-weight: normal;}	

caption,th {text-align: left;	}	
h1,	h2,	h3,	h4,	h5,	h6 {font-weight: normal;}	
q:before,q:after {content: ”;}	
abbr,acronym {border: 0;}	
a ,a:link {	text-decoration: none;cursor: pointer;color: #333;  }
a:hover {color: blue;}
	
.container {width: 1000px;margin: 0 auto;margin-bottom: 10px;}	
.fld {float: left;}	
.fl {float: left;}	
.fr {float: right;}	
.clear {clear: both;}
/* 以上页面初始化设置 */

.top-header{
	border-top: 3px solid #3e8cc6;
}
.header{
	position: relative;
	width: 1020px;
	height: 236px;
	margin: 0 auto;
	background:no-repeat center top;
	background-size: 100%;
}
.title{
	font-family: "FZYaoti";
	font-size: 40px;
}
.header .nav{
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -500px;
	height: 75px;
}
.header .navul{
	height: 40px;
	background: #3e8cc6;
	padding-left: 25px;
	box-shadow: 0px 1px 1px #d0d0d0;
}
.header .navul li{
	float: left;
	height: 40px;
	line-height: 40px;
}
.header .navul li a{
	position: relative;
	color: #fff;
	font-size: 14px;
	padding: 11px 22px;
}
.header .navul li a:before,.navul li a:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 24px;
	top: 8px;	
}
.header .navul li a:before{
	left: 0;
	background-color: #3485bd;	
}
.header .navul li a:after{
	right: 0;
	background-color: #4495cd;	
}
.header .navul li.active a:before,.navul li:last-child a:before ,.navul li.active a:after,.navul li:last-child a:after  {
	width: 0;
}
.header .navul li.active a{
	font-weight: 500;
	font-size:14px;
	color: #3e8cc6;
	background-color: #f3f3f3;	
	padding: 11px 35px;
	border-top: 1px solid #3485BD;
	line-height: 44px;
}
.subnav{
	display: none;
	font-size: 14px;;
	height: 34px;
	color: #494848;
	padding-left: 10px;
	line-height: 34px;
	background-color: #f3f3f3;
	border: 1px solid #d0d0d0;
	border-top: 0;
}
.subnav a{
	padding: 0 5px;
}
.subnav a:hover{
	color:#3E8CC6
}
.search{
	position: relative;
	width: 190px;
	height: 25px;
	float: right;
	border: 1px solid #d0d0d0;
	padding-left: 25px;
	margin-top: 3px;
	margin-right: 15px;
	line-height: 25px;
	background-color: #fff;
}
.search .search-icon{
	position: absolute;
	left: 0;
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../img/search.png) no-repeat center center;
	background-size: 70%;
}
.search .search-btn{
	border: 0;
	height: 23px;
}
.search .btn{
	padding: 2px;
	border: 0;
	border-left: 1px solid #d0d0d0;
	background-color: #fff;
}
/*头部导航区域*/

.main{
	width: 1020px;
	margin: 0 auto;
    overflow-x:hidden;
    font-size:14px;
	background-color: #fff;
	padding: 12px 0 20px 0;
}

/*底部*/
.footer{
	position: relative;
	padding: 100px 0;
	text-align: center;
	margin-top: -90px;
	background: url(../img/footer.jpg) #d0d0d0 no-repeat center bottom;
	z-index: -1;
}
.footer .footer-a{
	padding: 10px;
}
.footer .footer-a a{
	color: #000;
	font-size: 14px;
	margin: 0 10px;
}
.copy{
	font-size: 12px;
	line-height: 200%;
	margin-bottom: 20px;
}
.current-position{
	padding:10px 5px;
	font-size: 13px;
	text-indent: 2px;
	border-bottom: 1px solid #d0d0d0;
	box-shadow: 0 1px 1px #d0d0d0;
}
.current-position a{
	color: #3E8CC6;
	padding: 0 5px;
}
tbody{
 /*font-size:12px;*/
	}
