
/*CSS初始化代码*/
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #333;
    font-size: 12px;
    font-family: "Microsoft YaHei",arial,"\5b8b\4f53",sans-serif,tahoma;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul, ol {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

/*a:hover, a:active, a:focus {*/
    /*color: #c00;*/
    /*text-decoration: underline;*/
/*}*/

/*清除浮动*/
.clearfix{
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    clear: both;
}


.floatLeft{
    float:left;
}
.floatRight{
    float:right;
}


/*嵌入字体*/
@font-face{
    font-family: '苹方 特粗';
    src:url("../other/fontFamily/PingFang Heavy.ttf");
}
.fontStyle{
    font-family:"苹方 特粗","Microsoft YaHei",arial,"\5b8b\4f53",sans-serif,tahoma;
}


.dabeijing img {
    width: 100%;
    max-width: 100%;
    height: auto;
}