﻿body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, figure, button, input, textarea, th, td, iframe {
	margin: 0;
	padding: 0;
	border: none;
}
body, button, input, select, textarea {
	font: 12px/1 Tahoma, Helvetica, Arial, "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu, 黑体, SimHei
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4, h5, h6 {
	font-size: 100%;
}
address, cite, dfn, em, var {
	font-style: normal;
}
code, kbd, pre, samp, tt {
	font-family: "Courier New", Courier, monospace;
}
small {
	font-size: 12px;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none;
	color: #505558;
}
a {
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
a:hover {
	text-decoration: none;
	color: #34393D;
}
abbr[title], acronym[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
q:before, q:after {
	content: '';
}
legend {
	color: #000;
}
fieldset, img {
	border: none;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	border: none;
	height: 1px;
}
html {
	background: url("404.png")
}
html {
	overflow-y: scroll;
}
body {
	color: #34393D;
	background: #fff; 
	min-width: 1000px; 
}

.clearfix, .c {
	zoom: 1;
	clear: both;
}
.clearfix:after, .clearfix:before, .c:after, .c:before {
	display: table;
	content: "";
}
.clearfix:after, .c:after {
	clear: both;
}

.container {
	margin: 0 auto;
	width: 1000px;
}

.fl {
	float: left;
}
.fr {
	float: right;
}

.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.zh_logo {
	width: 188px;
	height: 53px;
	float: left;
}
.page {
	clear: both;
	height: 40px;
	margin: 0px;
	overflow: hidden;
	margin-left: 0px;
}
.mbbody_body .page {
	margin-left: 20px;
}
.page ul {
	float:right;
}
.page ul li {
  float: left;
  line-height: 40px;
  background: #fff;
  background: #e9e9e9;
  height: 40px;
  
  margin-right: 20px;
  text-align: center;
  
}
.page ul li a{
	display:block;
	padding:0 15px;
	height:100%;
}
.page ul li.thisclass {
	background: #0374de;
    color: #fff;
    padding:0 15px;
}
.page ul li.thisclass a {
	color: #fff;
	
}
.page ul li a:hover {
	color: #1f9652;
}
.page ul li span {
	display: inline-block;
	padding: 0 15px;
}