.header {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    background: #fff;
}

.header > .left {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 108px;
}

.header > .left > .dot {
    width: 3px;
    height: 3px;
    background: #065FCA;
    border-radius: 50%;
    margin-left: 10px;
}

.header > .left > .title {
    font-weight: 400;
    color: #050303;
    margin-left: 10px;
}

.header > .right {
    display: flex;
    height: 100%;
    margin-right: 83px;
}

.header > .right > li {
    margin-right: 37px;
    display: flex;
    align-items: center;
}

.header > .right > li > a {
    padding-bottom: 15px;
    font-size: 18px;
    height: 50px;
    font-weight: 400;
    line-height: 50px;
    color: #000;
    display: block;
    cursor: pointer;
}

.header > .right > li:hover > a {
    border-bottom: 3px solid #1472FF;
}

.header > .right > li > a.active {
    border-bottom: 3px solid #1472FF;
}
.header_phone{ display: none;}
@media(max-width:900px)
{
    ::-webkit-scrollbar {
        width: 0;
        height: 6px;
    }

.header{ display: none;}
/* 导航 */
.page-content{ margin-top: 60px;}
.header_phone{ display: block;background: #fff; width: 100%; height: 60px; position: fixed; top: 0; left: 0; z-index: 999;}
.header_logo{ width: calc(100% - 30px); height: 60px;vertical-align: middle; display: flex; align-items: center;justify-content: space-between; margin: 0 auto;}
.header_logo .left{ display: flex; align-items: center;}
.header_logo .logo{ width: 80px; margin-left: 4%;}
.header_logo .logo img{ width: 100%;}
.header_logo .nav_phone{ width: 18px; height: 18px; }
.header_logo .nav_phone a{ width: 18px; height: 18px; display: block; margin-right: 21px;}
.header_logo .nav_phone a img{ width: 100%;}
.nav_menu{ position: absolute; top: 60px; right: -150px; width: 150px; background: #f4f6f8; z-index: 999; transition: 0.8s ease;}
.active{right: 0px;}
.nav_menu ul li{ color: #171717; font-size: 14px; line-height: 36px; border-bottom: 1px solid #ececec; height: 36px; text-align: center; }

.nav_menu ul li a{ color: #171717;}
.nav_menu ul li:nth-last-child(1){ border: none;}
.footer .footer_box1 .footer_box1_left{ width: calc(50% - 4px);}
.footer_box1_right{ display: none;}
.footer .footer_box1 .footer_box1_left ul li a{ font-size: 12px;}
.footer .footer_box1{ width: calc(100% - 20px);}
}