body {
    background: #f1f1f9;
    overflow-x: hidden;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

@font-face {
    font-family: '榛戜綋', Arial, sans-serif;
}

.header_section {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 10rem;
    background-color: #fff;
    box-shadow: 0 2px 15px 5px #f4f4f4;
}

.header_section.header_section2 {
    position: absolute;
    background-color: transparent;
    box-shadow: none;
}

.header_section.header_section2 .header .header_nav a {
    color: #fff !important;
}

.header_section .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10rem;
}

.header_section .header .logo img {
    width: 18rem;
}

.header_section .header .header_navs {
    display: flex;
    align-items: center;
}

.header_section .header .header_navs .header_nav {
    margin-right: 30px;
}

.header_section .header .header_navs .header_nav:hover a {
    color: #0c328b;
}

.header_section .header .header_navs .header_nav a {
    font-size: 1.6rem;
    color: #000;
    font-weight: 600;
}

.header_section .header .header_navs .header_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 52px;
    font-weight: 600;
    border-radius: 52px;
    color: #fff;
    font-size: 1.4rem;
    background: linear-gradient(to top, #0a1f4f, #021262);
}

.header_section .header .header_sub {
    display: none;
}

.header_section .header .header_sub.active span {
    color: #fff;
}

.header_section .header .header_sub span {
    color: #333;
    font-size: 4rem;
}

.header_section .m-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 1rem 0;
}

.header_section .m-nav li {
    padding: 1.5rem 0;
    text-align: center;
}

.header_section .m-nav li a {
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
}

.footer_section {
    width: 100%;
    background: url('../images/footerBg.png') no-repeat center center;
    background-size: cover;
}

.footer_section .footer {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.footer_section .footer .footer_lf {
    width: 35%;
}

.footer_section .footer .footer_lf .footer_lf_title {
    color: #fff;
    font-weight: 700;
}

.footer_section .footer .footer_lf .footer_lf_li {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.footer_section .footer .footer_lf .footer_lf_li .footer_lf_li_title {
    color: #999;
    font-weight: 600;
    font-size: 1.4rem;
    margin-right: 20px;
    width: 100%;
    margin-bottom: 10px;
}

.footer_section .footer .footer_lf .footer_lf_li .footer_lf_li_i {
    font-size: 1.4rem;
    color: #999;
    margin-right: 20px;
}

.footer_section .footer .footer_ct {
    width: 35%;
}

.footer_section .footer .footer_ct .footer_ct_title {
    color: #fff;
    font-weight: 700;
}

.footer_section .footer .footer_ct .footer_ct_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.footer_section .footer .footer_ct .footer_ct_list .footer_ct_item {
    font-size: 1.4rem;
    color: #999;
    margin-right: 20px;
    margin-bottom: 1.5rem;
}

.footer_section .footer .footer_codes {
    display: flex;
}

.footer_section .footer .footer_codes .footer_code {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_section .footer .footer_codes .footer_code .footer_code_title {
    color: #fff;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_section .footer .footer_codes .footer_code .footer_code_img {
    margin-top: 10px;
}

.footer_section .footer .footer_codes .footer_code .footer_code_img img {
    width: 120px;
    height: 120px;
}

.footer_section .footer .footer_codes .footer_code .footer_code_person {
    margin-top: 10px;
}

.footer_section .footer .footer_codes .footer_code .footer_code_person p {
    color: #999;
    font-size: 14px;
    text-align: center;
}

.footer_section .copyright {
    text-align: center;
    color: #999999;
    line-height: 1.6;
    padding: 3rem 0;
    font-size: 1.4rem;
}

.footer_section .copyright a {
    color: #999999;
    font-weight: 500;
}

.pagenation {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}

.pagenation2 {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}

.page-last,
.page-next {
    cursor: pointer;
    width: 8rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.4rem;
    color: #666;
    text-align: center;
    border-radius: 0.5rem;
    border: 0.0625rem solid #ccc;
}

.page {
    cursor: pointer;
    width: 4rem;
    height: 4rem;
    border-radius: 0.5rem;
    border: 0.0625rem solid #ccc;
    line-height: 4rem;
    font-size: 1.4rem;
    color: #666;
    text-align: center;
    margin: 0 1rem;
}

.page-last:hover {
    background-color: #0c328b;
    color: #fff;
}

.page-next:hover {
    background-color: #0c328b;
    color: #fff;
}

.page:hover {
    background-color: #0c328b;
    color: #fff;
}

.page.current {
    background-color: #0c328b;
    color: #fff;
}

.sub_mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 888;
}

@media screen and (max-width: 1200px) {
    .container {
        width: 100%;
    }

    .header {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 991px) {
    html {
        font-size: 55%;
    }
}

@media screen and (max-width: 700px) {
    .footer_section .footer {
        flex-wrap: wrap;
    }

    .footer_section .footer .footer_lf {
        width: 50%;
    }

    .footer_section .footer .footer_ct {
        width: 50%;
    }

    .footer_section .footer .footer_codes {
        justify-content: center;
        width: 100%;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 650px) {
    html {
        font-size: 50%;
    }

    .header_sub {
        display: block !important;
    }

    .header_navs {
        display: none !important;
    }
}

@media screen and (max-width: 500px) {
    html {
        font-size: 50%;
    }
}

@media screen and (max-width: 420px) {
    html {
        font-size: 45%;
    }
}