html {
overflow-x:auto;
overflow-y:scroll;
}
body, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, p, blockquote, th, td{
font-weight:400;
margin:0;
padding:0;
}
h1, h2, h3, h4, h4, h5 {
margin:0;
padding:0;
font-weight:normal;
}
body {
background-color:#FFFFFF;
color:#333;
font-family:Microsoft YaHei,Arial,sans-serif;
font-size:12px;
text-align:left;
}
select {
font-size:12px;
}
table {
border-collapse:collapse;
}
fieldset, img {
border:0 none;
}
fieldset {
margin:0;
padding:0;
}
fieldset p {
margin:0;
padding:0 0 0 8px;
}
legend {
display:none;
}
address, caption, em, strong, th, i {
font-style:normal;
font-weight:400;
}
table caption {
margin-left:-1px;
}
hr {
border-bottom:1px solid #FFFFFF;
border-top:1px solid #E4E4E4;
border-width:1px 0;
clear:both;
height:2px;
margin:5px 0;
overflow:hidden;
}
ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
caption, th {
text-align:left;
}
q:before, q:after, blockquote:before, blockquote:after {
content:"";
}
img{vertical-align: bottom}
/*清除浮动*/
.clearfix:after { 
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
.clear{
	clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */

/*common*/
.wrap{
	width:1190px;
	margin:0 auto;
}	

a{
	text-decoration: none;
}

.lf{
  float:left;
}

.rf{
  float: right;
}

.lt{
  text-align: left;
}

.rt{
  text-align: right;
}

.more{
  text-align: right;
}

.more a{
  font-size: 12px;
  font-family: "微软雅黑";
  color:#005bac;
}

.w830{
  width: 830px;
}

.w600{
  width: 600px;
}

.w360{
  width: 360px;
}

.w320{
  width: 320px;
}

.w160{
  width: 160px;
}

.w150{
  width: 150px;
}

.w130{
  width: 130px;
}

.w115{
  width: 115px;
}

.br{border-right: 1px solid #cfcfcf;}