.v-clock {display:none;}

* {
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

html, body, div, input, button, span, a, img, ul, ol, li, dl, dt, dd, p, b, i, h1, h2, h3, h4, h5, h6, hr {
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

html, body {
    font-family: "Microsoft YaHei", "Microsoft YaHei", "Helvetica Neue", Arial, HelveticaNeue, Helvetica, "BBAlpha Sans", sans-serif;
    font-size: 18px;
    color: #333;
    background: #363636;
    min-width: 1300px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.container {
    position: relative;
    padding-top: 80px;
}

.wrap {
    position: relative;
    width: 1300px;
    /* height: 80px; */
    margin: 0 auto;
}

.nav-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    z-index: 1;
    background-color: #363636;
    min-width: 1300px;
}

.nav-container .wrap .icon-box {
    float: left;
    margin-top: 5px;
    height: 70px;
    line-height: 70px;
}
.nav-container .wrap .icon-box img {
    vertical-align: middle;
}

.nav-container .wrap .nav-list {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-container .wrap .nav-list .nav-item {
    position: relative;
    display: inline-block;
    width: 180px;
    line-height: 80px;
    text-align: center;
}
.nav-container .wrap .nav-list .nav-item a {
    color: #fff;
}
.nav-container .wrap .nav-list .nav-item.active:after {
    content: "";
    position: absolute;
    border-top: 3px solid #ffed7d;
    width: 80px;
    left: 50%;
    bottom: 10px;
    margin-left: -40px;
}
.nav-container .wrap .nav-list .nav-item.active a {
    color: #ffed7d;
}

.content-container {
    background-color: #fff;
}

.content-container .content-header .title {
    position: relative;
    font-size: 22px;
    line-height: 80px;
    padding-left: 20px;
}
.content-container .content-header .title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 30px;
    border-left: 5px #0680FD solid;
    margin-top: -15px;
}
.content-container .content-body {
    width: 100%;
    overflow: hidden;
}
.content-container .content-body p {
    margin: 10px 0;
    line-height: 50px;
}
.content-container .content-body iframe {
    width: 100%;
    border: 0;
}

.footer-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 112px;
}
.footer-box .footer-img {
    display: block;
}
.footer-box .footer-img.normal-img {
    margin-top: 0;
    width: 92px;
    height: 92px;
}
.footer-box .footer-img.normal-img img {
    width: 100%;
    height: 100%;
}
.footer-box .footer-txt {
    margin-left: 30px;
    font-size: 15px;
    color: #C8A562;
}
.footer-box .footer-txt.normal-txt {
    color: #A4A4A4;
}