/*全局css*/
/*override*/
body {
    font-size: 12px;
    line-height: 22px;
    color: #666;
    border-top: 3px solid #eee;
    background: #343434 url("../images/back.png") repeat;
    padding-top: 37px;
    -webkit-font-smoothing: antialiased;
}

/*override*/
h1, h2, h3, h4, h5, h6 {
    padding: 2px 0px;
    margin: 2px 0px;
    color: #777;
}

/*override*/
h2 {
    font-size: 25px;
    line-height: 35px;
}

/*override*/
h3 {
    font-size: 18px;
    line-height: 23px;
}

/*override*/
h4 {
    font-size: 15px;
    line-height: 20px;
}

/*override*/
h5 {
    font-size: 13px;
    line-height: 18px;
}

/*override*/
h6 {
    font-size: 12px;
    line-height: 17px;
}

p {
    padding: 0px;
    margin: 0px;
}

/*override*/
a {
    color: #026b9c;
}

/*override*/
a:hover {
    color: #003f5c;
    text-decoration: none;
}

/*override*/
a:hover, a:active, a:focus {
    outline: 0;
}

/*override*/
hr {
    margin: 15px 0px 10px 0px;
    padding: 0px;
    border-top: 0px;
    border-bottom: 1px solid #f4f4f4;
    height: 0px;
}

/*override*/
a:hover, a:active, a:focus {
    outline: 0;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

/*override*/
button {
    font-size: 11px;
}

/* Form */
form {
    margin: 0px;
}

/* Header */
/*override*/
header {
    border-top: 1px solid #ccc;
    padding: 25px 0px 15px 0px;
    background: #fafafa url("../images/cream.png") repeat;
    border-bottom: 1px solid #ddd;
}

/* Footer */
/*override*/
footer {
    background-color: #f8f8f8;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: linear-gradient(top, #f8f8f8, #f2f2f2);
    padding: 10px 0px;
    color: #777;
    font-size: 12px;
    border-top: 3px solid #ddd;
}

/* Responsive */
@media (max-width: 480px) {
    .mainbar .page-head h2 {
        float: none;
    }

    .mainbar .bread-crumb {
        float: none;
        margin-top: 10px;
    }
}

/*override*/
@media (max-width: 767px) {
    header {
        padding-top: 0px !important;
        padding-bottom: 20px !important;
    }
}

/*override*/
@media (min-width: 768px) and (max-width: 991px) {
    header {
        padding-top: 10px;
    }
}
