
html,
body,
ul,
li {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
}
a {
    text-decoration: none;
    color: inherit;
}
a:link,
a:visited,
a:hover,
a:active {
    color: inherit;
}
li {
    list-style: none;
}
img {
    border: none;
}
.nav-box {
    padding-right: 30px;
    padding-bottom: 8px;
    height: 48px;
    margin-bottom: 110px;
}
.nav {
    position: relative;
    float: right;
    padding: 0 0px 8px;
    margin: 0 4px;
    font-size: 16px;
    color: #ffffff;
    text-shadow: 0px 5px 5px #000000;
}

.nav.active {
    font-size: 18px;
    line-height: 22px;
}

.sub-nav-box {
    display: none;
    position: absolute;
    padding: 8px 0px;
    font-size: 14px;
    text-align: center;
    z-index: 9;
    left: 50%;
    top: 100%;
    border-radius: 0 0 8px 8px;
    background-color: #696969;
    background: rgba(0, 0, 0, 0.4);
    transform: translateX(-50%);
}
.sub {
    line-height: 1.8;
    white-space: nowrap;
}
.link {
    width: 63%;
    margin: 0 auto 120px;
    overflow: hidden;
}
.link-group {
    float: left;
    width: 25%;
    text-align: center;
    color: #ffffff;
}
.list-title {
    font-weight: 600;
    margin-bottom: 16px;
}
.link li {
    line-height: 1.8;
}
.bottom-footer .alert-img img {
    display: inline-block;
    width: 20px;
    height: 18px;
    vertical-align: text-top;
    padding: 2px 2px 0 6px;
}
.footer {
    padding-bottom: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
}
.copyright {
    margin-bottom: 8px;
}
.footer-risk {
    display: inline-block;
    padding: 0 8px;
    margin-left: 16px;
    background: #fba200;
    color: #ffffff;
    line-height: 26px;
    font-size: 14px;
    border-radius: 4px;
}

.nav_name {
    padding: 0 15px 8px;
}

.page_footer {
    /*margin-top: 0px;
    position: absolute;
    width: 100%;*/
}

.page_footer_bg img {
    width: 100%;height: 100%;
}

.page_footer_bg {
    position: absolute;
    top: 0px;
    z-index: 0;
    float: left;
}

.page_footer_cont {
    position: relative;
}

@media screen and (max-width: 1366px) {
    .link {
        margin-bottom: 40px;
        font-size: 14px;
    }
    .footer {
        font-size: 14px;
    }
    .nav-box {
        padding-right: 70px;
        margin-bottom: 60px;
    }
    .nav {
        /*font-size: 18px;*/
    }
    .sub-nav-box {
        /*font-size: 15px;*/
    }
}
@media screen and (max-width: 1024px) {
    .link {
        margin-bottom: 20px;
        font-size: 12px;
    }
    .footer {
        font-size: 12px;
        padding-bottom: 20px;
    }
    .nav-box {
        padding-right: 70px;
        margin-bottom: 40px;
    }
    .nav {
        /*font-size: 16px;*/
    }
    .sub-nav-box {
        /*font-size: 12px;*/
    }
}