@charset "utf-8";
/* CSS Document */

/*   =default.css    */
*{
margin:0;
padding:0;
}
html,body{
text-align:center;
height:100%;
font:12px/18px Verdana,"宋体";
}
a{
text-decoration:none;
}
a:link,a:visited{
color:#015986;
}
a:hover,a:active{
color:#f60;
}
a:focus{
outline:0;
}
img{
border:0;
}
ul{
list-style:none;
}
.clear{
clear:both;
}