@charset "utf-8";
/* CSS Document */
/*2015/08/03 Edit by zanghao*/
body, div, ul, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, form, input, p, a, img, html {
    margin: 0;
    padding: 0;
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block;
}

body {
    font-family: "微软雅黑","宋体";
    font-size: 14px;
    line-height: 25px;
}

img, input {
    vertical-align: middel;
    border: 0;
}

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

a {
    text-decoration: none;
}

a img {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.pr {
    position: relative;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.clearfix {
    height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    line-height: 0;
    display: block;
}

clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 0;
    overflow: hidden;
}
.w1300{
    width: 1300px;
    margin: 0 auto;
}






























