﻿/*global*/
html {
  color: #000;
}
body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
form,
legend,
button,
input,
textarea,
p{
  margin: 0;
  padding: 0;
 border:0 none;
}

img {
  border: none;
  margin:0;
  padding:0;
}
button,em,input,option,select,textarea,th {
font:14px/2;
height:20px;
}
input{outline:none;}
li {
  list-style: none;
}
h1,
h2,
h3,
h4 {
  font-size: 100%;
  font-weight: normal;
}
body{
	font:12px/1.8 "SimSun",tahoma,arial,serif;	
	color:#000;
	background-color: #fff;
	
}
html:root body,
html:root input,
html:root button,
html:root textarea,
html:root select {
  font-family: '宋体';
}
a{
 color:#000;
 text-decoration: none;
}
a:link{
 color:#000;
 text-decoration: none;
}
a:visited{
  color: #000;
}
a:hover,a:active {
  text-decoration: underline;
}

.clr {
  clear: both;
}
.mt5 {
  margin-top: 5px;
}
.ml5 {
  margin-left: 5px;
}
.mr5 {
  margin-right: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml9 {
  margin-left: 9px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.pl5{
  padding-left:5px;
}
.pr5{
  padding-right:5px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.bw {
  background-color: #FFF;
}
.posr {
  position: relative;
}
.posa {
  position: absolute;
}
.piclink,
.piclink img {
  display: block;
}
.piclink p {
  text-align: center;
  margin: 5px 0;
}
/*.mbox{ width:1002px; margin:0 auto;}*/
.mbox{ width:1002px; margin:0 auto;}
.bor{ border:1px solid #c7c7c7;}



/*清除浮动*/
.clearfix {
  zoom: 1;
  overflow: hidden;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
* html .clearfix {
  height: 1%;
}

.clearleft {
  clear:left;
}
.clearright{
  clear:right;
}
.blackword{
  color:#000;
  margin-top: 10px;
}