
/*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;
}




.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #333333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>li {
    display: inline;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}


.header .headerTop{
    width: 90% !important;
}
.footer .footerBox{
    width: 90% !important;
}
.bannerImg>img{
    width: 100%!important;
}
.footer .footerBox .footerSite .footerSiteText{
    margin-left: 6.5% !important;
}