@charset "utf-8";
.w1200{ width: 1200px; margin: 0 auto;}
.w1100{ width: 1100px; margin: 0 auto;}
.w1000{ width: 1000px; margin: 0 auto;}
body,div,dl,dt,dd,del,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,button,textarea,p,blockquote,table,th,td,menu{
    margin:0;
    padding:0;
}
/* 设置默认字体 */
body,button, input, select, textarea {
    font-size:14px;
    font-family:'Microsoft Yahei', 'Simsun';
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset{
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:center;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
    border:0;
}
a {
    text-decoration: none;
    color:#333;
}
a:hover {
    text-decoration: none;
    cursor:pointer;
}
img { border: 0 none; vertical-align: top; *vertical-align:baseline;}
.clear{clear:both;}
.clearfix:after{ content:"."; display:block; height:0; visibility:hidden; clear:both; }
.bold{
}



