.logo {
    display: flex;
    align-items: center;
    font-size: 18px;
}
.logo a{
    text-decoration: none;
}
.logo a:hover {
    text-decoration: none;
}
.logo img {
    width: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.hgjf-content-nav.nav-show {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}
.hgjf-content-nav {
    width: 100%;
    box-sizing: border-box;
    /* position: absolute; */
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    background: rgba(255, 255, 255, 0.90);
    font-size: 1.4rem;
    line-height: 4rem;
    /* padding: 0 1rem; */
    overflow: hidden;
    z-index: 9999;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.20);
}
.hgjf-content-body {
    margin-top: 4rem;
}
.section {
    width: 1200px;
    margin: auto;
}
.nav-section {
    position: relative;
}

.hgjf_nav {
    display: block;
        padding-left: 150px;
        margin-bottom: 0;
        list-style: none;
}
.hgjf_nav li {
    display: inline-block;
    list-style-type: none;
    text-decoration: none;
}

.nav-hgjf-link {
    margin-right: 4%;
    color: #646464;
    font-size: 16px;
    min-width: 100px;
    text-align: center;
}
.nav-hgjf-link.active a {
    color: #e93830;
    border-bottom: 4px solid #e93830;;
}
.nav-hgjf-link a:link {
    text-decoration: none;
}
.nav-hgjf-link a:visited {
    text-decoration: none;
}
.nav-hgjf-link a {
    text-decoration: none;
    display: block;
    color: #222222;
}
.pointer {
    pointer-events: none;
}
a {
    color: inherit;
    text-decoration: none;
}

.hgjf_section {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.hgjf_section .title {
    font-size: 32px;
    color: #555;
    font-weight: bold;
}
.hgjf_section .description {
    font-size: 14px;
    color: #aaa;
}

.hgjf_footer {
    text-align: center;
    background-color: #646464;
    color: #ffffff;
    padding: 30px;
    padding-bottom: 80px;
    background-image: url('../images/footer.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.hgjf_footer_nav {
    display: flex;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 30px;
}

.hgjf_footer_nav--row {
    display: flex;
    justify-content: center;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    border-image: linear-gradient(#ffffff59 , white , #ffffff59)1 10 1; /* 标准的必须写在最后 */
    padding-top: 10px;
    padding-bottom: 10px;
}
.hgjf_footer_nav--item {
    width: 140px;
    text-align: center;
    text-decoration: none;
    border-right: 1px solid #ffffff59;
}
.hgjf_footer_nav--item:last-child {
    border: 0px;
}

.hgjf_footer_nav--item a {
    text-align: center;
}
.hgjf_footer_nav--item a:link {
    text-decoration: none;
}
.hgjf_footer_nav--item a:hover {
    text-decoration: none;
    color: #e93830;
}

.hgjf_footer_qr {
    display: flex;
    justify-content: center;
    font-size: 14px;
}

.hgjf_footer_qr--card {
    margin-left: 35px;
    margin-right: 35px;
}

.hgjf_footer_qr--card img {
    width: 130px;
    height: 130px;
    margin-bottom: 15px;
}

.hgjf_footer_title {
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.hgjf_footer_desc {
    font-size: 14px;
}

.hgjf_footer_ICP {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hgjf_footer_ICP a {
    text-decoration: none;
}
.hgjf_footer_ICP img {
    width: 15px;
    height: 15px;
}

.hgjf_footer_ICP a:hover {
    text-decoration: none;
    color: #e93830;
}

.hgjf_footer_ICP a:visited {
    text-decoration: none;
}