body,div,dl,dt,dd,ul,ol,li, h1,h2,h3,h4,h5,h6,form,input,button,textarea,p,th,td { margin:0; padding:0; color:666;}

body { background:#fff; color:#666; font-size:12px; font-family: "微软雅黑","SimSun", Arial, Helvetica, sans-serif; }

td,th { font-size:12px; }

h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }

address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}

a { color:#555; text-decoration:none; }

a:hover { text-decoration:none; }

img { border:none; }

ol,ul,li { list-style:none; }
s, i, em, b {
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
}


input, button,select { font:12px Arial,Verdana,Helvetica,sans-serif;   border:none;   outline: none;  resize: none; color:#666;}
textarea{outline: none; }

table { border-collapse:collapse; }

html {overflow-y: scroll;}

.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }

/*textarea,input,select{-webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none;}*/

/*公共样式类*/

.fr{
    float: right;
}
.fl{
    float: left;
}


.center{
    margin: 0 auto;
    width: 1200px;
    /*background-color: pink;*/
    /*height: 100px;*/
    
}

.hidden{
    overflow: hidden;
}

.boldR {
  font-weight: 900;
  color: #E50011;

}
.boldB {
  font-weight: 900;
  /*color: #E50011;*/

}
