* {
    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%
}

.btn {
    display: block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.btn.btn-fill {
    width: 100%;
    height: 100%;
}

.container {
    position: relative;
    padding-top: 80px;
}

.wrap {
    width: 1300px;
    margin: 0 auto;
}

.nav-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 90px;
    width: 100%;
    z-index: 1;
    background-color: #363636;
    min-width: 1300px;

}

.nav-container .wrap .icon-box {
    float: left;
    height: 80px;
    line-height: 80px;
}

.nav-container .wrap .icon-box img {
    vertical-align: middle;
}

.nav-container .wrap {
    position: relative;
    height: 80px;
}


.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: 90px;
    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 {
    min-height: calc(100vh - 180px);
    background-color: #fff;
}

.content-container .wrap {
    padding-bottom: 60px;
}

.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;
}


iframe {
    border: none;
    width: 100%;
}

.footer-box {
    background-color: #363636;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 200px;
}

.footer-box .footer-img img {
    width: 120px;
    height: auto;
    margin-right: 10px;
}

.footer-box .footer-txt {
    padding-left: 20px;

}

.content-body-img {
    display: flex;
    width: 100%;
    height: 480px;
}

.content-body-img img {
    width: 19.5%;
    height: 96%;
    margin: auto;
    margin-top: 10px;
}
