@CHARSET "UTF-8";

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details, summary, picture {
    display: block;
}

html, body {
    width: 100% !important;
    height: 100%;
    font-family: "Microsoft YaHei", simSun, "Lucida Grande", "Lucida Sans Unicode", Arial;
    color: #353132;
    background-color: #f6f7fb;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: -1;
    overflow-x: hidden;
}

#app {
    display: inline-block;
    width: 100%;
    background-color: #000;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cr {
    cursor: pointer;
}

.nav-wrapper {
    width: 100%;
    height: 76px;
    background-color: #FFF;
}

.nav-wrapper .nav {
    position: relative;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    font-size: 16px;
}

.nav-wrapper .nav .logo {
    position: absolute;
    top: 10px;
    left: -280px;
    float: left;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.nav-wrapper .nav .nav-list {
    float: left;
    list-style: none;
}

.nav-wrapper .nav .nav-list .nav-item {
    display: inline-block;
    line-height: 64px;
}

.nav-wrapper .nav .nav-list .nav-item > a,
.nav-wrapper .nav .nav-list .nav-item > a:hover,
.nav-wrapper .nav .nav-list .nav-item > a:link,
.nav-wrapper .nav .nav-list .nav-item > a:visited {
    padding: 17px 24px;
    text-decoration: none;
    color: #0C0C0C;
}

.nav-wrapper .nav .nav-list .nav-item > a.active {
    color: #02b393;
    border-top: 4px solid #02b393;
}

.content-wrapper {
    background-color: #000;
}

.content-wrapper > .content-banner,
.content-wrapper > .content-info {
    width: 60%;
    margin: 0 auto;
}

.content-wrapper > .content-info {
    background-color: #f6f7fb;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.content-wrapper > .content-info > .img-wrapper {
    width: 60%;
    margin: 0 auto;
}

.content-wrapper > .content-info > .img-wrapper > img {
    width: 100%;
}

.content-wrapper > .content-banner > div:first-child {
    background-color: #000;
    color: #fff;
    padding: 52px 0px;
    font-size: 24px;
}

/* 全局样式   header */


/* 全局样式 footer */

.footer {
    width: 100%;
    background-color: #000;
}

.footer.absolute {
	position: absolute;
	bottom: 0;
}

.footer .footer_logo {
    margin: 20px auto 0;
    width: 132rem;
    height: 46rem;
    background: url(../image/logo.png) no-repeat;
    background-size: 100% auto;
}

.footer .footer_cert {
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
    font-size: 16px;
    width: 860px;
    text-align: center;
    margin: 20px auto;
    color: #fff;
}

.footer .footer_cert a {
    color: #fff;
}

.footer .footer_text {
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
    font-size: 16px;
    width: 860px;
    text-align: center;
    margin: 20px auto;
    color: #6f7376;
}

.footer .footer_text a {
    color: #cdcfd0;
}

.footer .footer_text.f-14 {
    font-size: 14px;
    margin: 6px auto;
}

