
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, th, td {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    color: #6c6c6c;
    font-family: '微软雅黑';
    background: #F1F1F1;
    min-width: 1200px;
}

fieldset, img, button {
    border: 0;
}

ol, ul {
    list-style: none;
}

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

em, i {
    font-style: normal;
}

input, button, select, textarea {
    outline: none;
    border: 0;
}

textarea {
    resize: none;
}

a {
    color: #6c6c6c;
    text-decoration: none;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

.t_l {
    text-align: left;
}

.pl20 {
    padding-left: 20px;
}

.pt90 {
    padding-top: 90px !important;
}

.h115 {
    height: 115px !important;
}

/*footer*/

.footer {
    width: 100%;
    background-color: #184777;
    /*margin-top: 30px;*/
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.footer-up {
    line-height: 50px;
    height: 50px;
}
.footer-down {
    padding-bottom: 20px;
    line-height: 22px;
    padding-top: 10px;
    border-top: 1px solid #13365b;
}