* {
    box-sizing: border-box;
    outline: 0;
}

body {
    color: #666;
    line-height: 24px;
    font-size: 14px;
    font-family: "Microsoft YaHei","arial";
}

a {
    color: #666;
    outline: none;
    text-decoration: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    a:hover {
        color: #7d0000;
    }



textarea {
    -webkit-appearance: none;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    width: 100%;
}

input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor: pointer;
    outline: none;
}

input[type='checkbox'], input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px;
}

textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'], input[type='button'] {
    padding: 0;
    color: #666;
    margin: 0;
    outline: none;
}

@font-face {
    font-family: "DIN-BOLD";
    src: url("../fonts/DIN-BOLD.woff2") format("woff2"),url("../fonts/DIN-BOLD.woff") format("woff"),url("../fonts/DIN-BOLD.ttf") format("truetype"),url("../fonts/DIN-BOLD.eot") format("embedded-opentype"),url("../fonts/DIN-BOLD.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "DINCond-Regular";
    src: url("../fonts/DINCond-Regular.woff2") format("woff2"),url("../fonts/DINCond-Regular.woff") format("woff"),url("../fonts/DINCond-Regular.ttf") format("truetype"),url("../fonts/DINCond-Regular.eot") format("embedded-opentype"),url("../fonts/DINCond-Regular.svg") format("svg");
}

@font-face {
    font-family: "DIN-MEDIUM(1)";
    src: url("../fonts/DIN-MEDIUM(1).woff2") format("woff2"),url("../fonts/DIN-MEDIUM(1).woff") format("woff"),url("../fonts/DIN-MEDIUM(1).ttf") format("truetype"),url("../fonts/DIN-MEDIUM(1).eot") format("embedded-opentype"),url("../fonts/DIN-MEDIUM(1).svg") format("svg");
}

.vcenter {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    vertical-align: middle;
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}

.container {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

@media (max-width:1300px) {
    .container {
        width: 1200px;
    }
}

@media (max-width:1200px) {
    .container {
        width: 960px;
    }
}

@media (max-width:960px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
}

.container-02 {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

@media (max-width:1400px) {
    .container-02 {
        width: 1200px;
    }
}

@media (max-width:1280px) {
    .container-02 {
        width: 1000px;
    }
}

@media (max-width:1000px) {
    .container-02 {
        width: 100%;
        padding: 0 15px;
    }
}
