@charset "gb2312";
/* CSS Document */
/*公用样式*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a {
	margin:0;
	padding:0;
}
html {
	display:inline-block;
	width:100%;
	text-align:center;
	background:#f9f5e1 url(2016zh_com_html_bg.jpg) no-repeat 50% 0;
	background-size:100% auto;
}
img {
	border:none;
}
a {
	color:black;
	text-decoration:none;
	cursor:pointer;
	border:0;
}
strong {
	font-weight:bold;
}
ul, ol, li, dt, dd {
	list-style:none;
}
em, i {
	font-style:normal;
}
.dis-in-b {
	display:inline-block;
}
.f-l {
	float:left;
}
.f-r {
	float:right;
}
.clear {
	clear:both;
}
.clearfix {
	zoom:1;
}
.clearfix:after {
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.col {
	width:1180px;
	margin:0 auto;
	text-align:left;
}
.mt20 {
	margin-top:20px;
}
/*头部工具条*/
.tools {
	height:40px;
	background:url(2016zh_home_topbar_bg.png);
}
.tools span {
	display:inline-block;
}
.tools span a, .tools span em {
	font:14px/40px "微软雅黑";
	color:#fff;
}
.tools span a {
	margin:0 8px;
}
.tools span a:hover {
	color:#00d2ff;
}
.tools span.f-l a {
	display:inline-block;
	float:left;
	padding-left:28px;
	margin:0 20px 0 0;
	background:url(2016zh_home_topbar_ico.png) no-repeat;
}
.tools span a.a1 {
	background-position:0 0;
}
.tools span a.a2 {
	background-position:-76px 0;
}
.tools span a.a3 {
	background-position:-165px 0;
}
.tools span a.a4 {
	margin-left:30px;
}
.tools span a.a5 {
	margin-right:30px;
}
.ctop {
	padding:35px 0 44px 0;
	height:100px;
}
.logo {
	display:inline-block;
	float:left;
	width:360px;
}
.search {
	display:inline-block;
	float:right;
	width:655px;
}
.searchbox {
	padding-left:22px;
	height:60px;
	background:url(2016zh_com_search_bg01.png) no-repeat;
}
.search .txt {
	display:inline-block;
	float:left;
	padding:15px 10px 25px 0;
	width:515px;
	height:20px;
	border:none;
	background:url(2016zh_com_search_bg02.png) repeat-x;
	font:14px/20px "微软雅黑";
	color:#999;
	outline:none;
}
.search .btn {
	display:inline-block;
	float:left;
	background:url(2016zh_com_search_bg03.png) no-repeat;
	width:108px;
	height:60px;
	border:none;
	cursor:pointer;
	outline:none;
}
.words {
	margin-top:10px;
	height:30px;
}
.words strong, .words a {
	display:inline-block;
	float:left;
}
.words strong {
	font:bold 14px/30px "微软雅黑";
	color:#333;
}
.words a {
	margin-right:10px;
	width:100px;
	height:30px;
	background:url(2016zh_home_words_bg.png) no-repeat;
	background-position:-110px 0;
	text-align:center;
	font:14px/30px "微软雅黑";
	color:#333;
}
.words a:hover {
	background-position:0 0;
	color:#fff;
}
/*导航条*/
.nav {
	padding-bottom:5px;
	height:90px;
	background:url(2016zh_com_nav_bg01.png) no-repeat;
	overflow:hidden;
}
.nav li {
	display:inline-block;
	float:left;
	padding-right:2px;
	background:url(2016zh_com_nav_line.png) no-repeat right top;
}
.nav li.n8 {
	padding-right:0;
	background:none;
}
.nav li a {
	display:inline-block;
	padding-left:82px;
	width:64px;
	height:90px;
	background:url(2016zh_com_nav_bg02.png) no-repeat;
	font:18px/90px "微软雅黑";
	color:#fff;
}
.nav li a.cur, .nav li a:hover {
	background:url(2016zh_com_nav_bg03.png) no-repeat;
}
.nav .n1 a, .nav .n1 a.cur, .nav .n1 a:hover {
	background-position:0 0;
}
.nav .n2 a, .nav .n2 a.cur, .nav .n2 a:hover {
	background-position:0 -90px;
}
.nav .n3 a, .nav .n3 a.cur, .nav .n3 a:hover {
	background-position:0 -180px;
}
.nav .n4 a, .nav .n4 a.cur, .nav .n4 a:hover {
	background-position:0 -270px;
}
.nav .n5 a, .nav .n5 a.cur, .nav .n5 a:hover {
	background-position:0 -360px;
}
.nav .n6 a, .nav .n6 a.cur, .nav .n6 a:hover {
	width:63px;
	background-position:0 -450px;
}
.nav .n7 a, .nav .n7 a.cur, .nav .n7 a:hover {
	width:63px;
	background-position:0 -540px;
}
.nav .n8 a, .nav .n8 a.cur, .nav .n8 a:hover {
	width:63px;
	background-position:0 -630px;
}
/*主体布局*/
.content {
	padding:25px 20px 30px 20px;
	background:#fff;
}
/*版权*/
.footer {
	padding:20px 30px 40px 30px;
	background:#333;
}
.foot-nr {
	display:inline-block;
	float:left;
	width:450px;
}
.foot-nr p {
	font:14px/20px "微软雅黑";
	color:#999;
}
.foot-nr p a, .foot-nr p em {
	font:bold 14px/20px "微软雅黑";
	color:#fff;
}
.foot-nr p em {
	margin:0 6px;
}
.foot-nr p a:hover {
	color:#00d2ff;
}
.foot-nr p.footnav {
	margin-bottom:5px;
}
.footer .fico {
	padding-top:10px;
	display:inline-block;
	float:right;
}
.footer .fico a {
	display:inline-block;
	float:left;
	margin-left:10px;
	height:50px;
	overflow:hidden;
	text-align:center;
	font:bold 14px/50px "微软雅黑";
	color:#fff;
}
.footer .fico a.f3 {
	width:47px;
}
.footer .fico a.f4 {
	width:100px;
}
.footer .fico a.f5 {
	width:41px;
}
.footer .fico a:hover {
	color:#ff5a5f;
}