*{
    margin: 0;
    padding: 0;
}
body, table{
    font-family: "\5FAE\8F6F\96C5\9ED1";
    width: 100%;
    margin: 0 auto;
}
table{border-collapse:collapse;border-spacing:0;}
img{border:none}
a{
    text-decoration: none;
}
ul,li{
    list-style: none;
}
input,textarea{
    outline: none;
    resize: none;
}


.clearFix:after {
	content: ""; display: block; clear: both;
}
.u-warp {
    width: 1280px;
    max-width: 100%;
    margin: 0px auto;
}
.fl {
	float:left;
}
.fr {
    float:right;
}