@charset "utf-8";
/* CSS Document */

body,img,ul,li,input,a,form{ margin:0px; padding:0px; text-decoration:none; list-style-type:none;}
a {outline: none;star:expression(this.onFocus=this.blur()); color:#333;}
a:hover{ color:#0086CA;}
a img{border:0px;}
body{  font-family:"微软雅黑";  color:#333; font-size:14px; background:url(../images/body_bg.png);}

.width_div{ width:1280px; margin:0px auto; background:#DEF2FC;}

.float_left{ float:left;}
.float_right{ float:right;}
.clear_both{ zoom:1;}
.clear_both::after{ content:'';display:block;height:0;clear:both;visibility:hidden;}