body{
	font-size: 12px;
    font-family: "Microsoft Yahei", Î¢ÈíÑÅºÚ, ËÎÌå;
	color: rgb(102, 102, 102);
}
img, button {
	border: none;
	vertical-align: middle;
}
ul, ol, li {
	list-style: none;
}
p, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
body, h1, h2, h3, h4, h5, h6, div, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}

body, button, input, select, textarea, td, th {
	font: 12px/1.2 "microsoft yahei", \5b8b\4f53, Arial, Helvetica, sans-serif;
}

textarea, button{
	outline: none;
	vertical-align: middle;
	font-weight: normal;
}

input:focus, textarea:focus {
	outline: none;
}

input::-ms-clear, input::-ms-reveal{
    display: none;
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
	display: block;
}

img, p, table, td, th, body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, label {
	vertical-align: middle;
}
i, em, cite {
    font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, table{
	max-width: 100% !important;
}
a {
	text-decoration: none;
	font-style: normal;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	outline: none;
}

a:active, a:focus {
	outline: none;
}
.clear {
	display: block;
	float: none;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	background: none;
	border: 0;
	font-size: 0;
}
.c:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
.b {
    display: block;
}
.fr {
	float: right;
}

.fl {
	float: left;
}
.ti {
    text-indent: -999999px;
}

.lh24 {
    line-height: 24px;
}
.mt10{
	margin-top: 10px;
}
.ml10{
	margin-left: 10px;
}
.mt20 {
    margin-top: 20px;
}
.p10{
	padding: 10px;
}
.pt10 {
    padding-top: 10px;
}
.pb20 {
    padding-bottom: 20px;
}
.wj01 {
    padding-left: 51px;
}
.lh26{
	line-height: 26px;
}
.height40{
	width: 100%;
	height: 40px;
}
.red{
	color: red;
}
.bg1{
	background: #F4F4F4;
}
.hidde{
    display: none;
}
@media(max-width:992px){
    table{
        width: 100% !important;
    }
}