@font-face {
    font-family: 'FZLTXHJW';
    src: url('fonts/FZLTXHJW.TTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FZLTZHJW';
    src: url('fonts/FZLTZHJW.TTF');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'segoeui';
    src: url('fonts/segoeui.ttf');
    font-weight: normal;
    font-style: normal;
}

/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: 0;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

/*h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}*/
q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

/* General Demo Style */
body {
    font-family: '方正兰亭准黑_GBK', '微软雅黑', 'BebasNeueRegular', Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    font-weight: 400;
    font-size: 16px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.ie7 body {
    overflow: hidden;
}

a {
    color: #a5a5a5;
    text-decoration: none;
}

/*.container-fluid{
    position: relative;
    text-align: center;
    width: 88%;
}*/
.clr {
    clear: both;
}

.container-fluid > header {
    padding: 30px 30px 10px 20px;
    margin: 0px 20px 10px 20px;
    position: relative;
    display: block;
    text-align: left;
}

.container-fluid > header h1 {
    font-family: 'FZLTXHJW', '微软雅黑', 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    font-weight: 400;
    color: #fff;
    padding: 0px;
}

.container-fluid > header a {
    font-family: 'FZLTXHJW', '微软雅黑', 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 15px;
    line-height: 15px;
    position: relative;
    font-weight: 400;
    color: #fff;
    padding: 0px 0px 5px 0px;
}

.container-fluid > header h1 span {

}

.container-fluid > header h2, p.info {
    font-size: 16px;
    font-style: italic;
    color: #f8f8f8;
}

.englishclass {
    font-family: segoeui;
}

/* Media Queries */
@media screen and (max-width: 767px) {
    .container > header {
        text-align: center;
    }

    p.codrops-demos {
        position: relative;
        top: auto;
        left: auto;
    }
}