@charset "utf-8";
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}  
fieldset, img {border: none; }
ul, ol {list-style: none; }
input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}
select, input {vertical-align: middle; }
select, input, textarea {
    font-size: 12px;
    margin: 0;
}
textarea {resize: none; }
table {border-collapse: collapse; }
body {
    font: 12px '微软雅黑'; 
    height: 3000px;  /* 测试用的高度 */
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    font-weight:normal;
}
i,em{font-style: normal;}
a {
    color: #3f2706;
    text-decoration: none;
}
a:hover {color:  #3f2706; }

.clearfix:after,clearfix:before{
    content:"";
    display:table;
    clear:both;
}
.clearfix{*zoom:1; }

.hidden { display:none; }
.block { display:block; }
.inline { display:inline; }
.inline-block { display:inline-block; }
.fl { float: left; }
.fr {float: right;}
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-italic{font-style: italic;}
.relative{position: relative;}
.absolute{position: absolute;}
.fz20{font-size: 20px;}
.fz30{font-size: 30px;}
.fb{font-weight: bold;}

.wrap{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
