@charset "utf-8";
/* CSS Document */
*{ padding:0; margin:0;}
body{font-family:'Microsoft yahei'; margin:0 auto;}
ul{display:block;margin:0;padding:0;list-style:none;}
li{display:block;margin:0;padding:0;list-style: none;}
img,a{border:0;}
a,a:focus{text-decoration:none;color:#000;outline:none;blr:expression(this.onFocus=this.blur());}
a:hover{text-decoration:none; color:#2364be;}
table{border-collapse:collapse;}

.fl{ float:left;}
.fr{ float:right;}
.clr{ clear:both; height:0px; overflow:hidden;}
.clr05{ clear:both; height:5px; overflow:hidden;}
.clr10{ clear:both; height:10px; overflow:hidden;}
.clr15{ clear:both; height:15px; overflow:hidden;}
.clr20{ clear:both; height:20px; overflow:hidden;}
.clr30{ clear:both; height:30px; overflow:hidden;}

.underline{ text-decoration:underline;}

.w100{ width:100%;}
.w_264{ width:264px;}
.w_715{ width:715px;}
.w_1000{ width:1000px; margin:0 auto;}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; }
.clearfix { display: inline-block; }
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.clearfix {zoom: 1;}

.center{margin-left:auto;margin-right:auto;}