/***
 *public 1.1.0
 *css3 Style Sheet
 *Custom page frame
 *Copyright 2020-2020 Mr.YangHaiDong
 *Release On: September 8, 2020
***/

/*头部导航样式*/
.header_ModuleOne {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.logo_pic {
    width: auto;
    height: 30px;
    margin-top: 30px;
    margin-left: 30px;
    float: left;
}

.back_home {
    font-family: var(--font-family);
    font-size: 1.15rem;
    color: var(--color-ffffff);
    float: left;
    line-height: 30px;
    padding: 0 10px;
    margin-top: 30px;
    margin-left: 30px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 4px;
}

.back_up {
    font-family: var(--font-family);
    font-size: 1rem;
    color: var(--color-f0f0f0);
    float: left;
    line-height: 40px;
    padding: 0 10px;
}

.header_ModuleOne a:hover {
    color: var(--color-000000);
    background-color: var(--color-ffffff);
}

@media (max-width: 600px) {
    .header_ModuleOne {
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        float: left;
    }

    .logo_pic {
        width: auto;
        height: 20px;
        margin-top: 20px;
        margin-left: 20px;
        float: left;
    }

    .back_home {
        font-family: var(--font-family);
        font-size: 1.15rem;
        color: var(--color-ffffff);
        float: left;
        line-height: 20px;
        padding: 0;
        margin-top: 20px;
        margin-left: 15px;
        background-color: rgba(0,0,0,0);
        border-radius: 4px;
    }

    .back_up {
        font-family: var(--font-family);
        font-size: 1rem;
        color: var(--color-f0f0f0);
        float: left;
        line-height: 40px;
        padding: 0 10px;
    }
}




/*网站底部*/
.footer {
    width: 100%;
    height: auto;
    background: #31357E;
    padding: 20px 0 30px 0;
    float: left;
    margin-top: 80px !important;
    overflow: hidden;
}

.foot_information {
    width: auto;
    display: table;
    margin: 0 auto;
}

.foot_information img:first-child {
    width: 200px;
    margin-top: 30px;
    float: left;
}

.small_title {
    width: auto;
    height: 50px;
    float: left;
    padding: 0 20px;
    border-left: 2px #f0f0f0 solid;
    margin-left: 20px;
    margin-top: 30px;
}

.small_top {
    width: auto;
    height: 30px;
    float: left;
}

.small_top p {
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
}

.small_top i {
    width: 2px;
    height: 18px;
    float: left;
    background: #ffffff;
    margin: 6px 10px;
}

.small_bottom {
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;

}

.company_information {
    width: auto;
    height: 50px;
    float: left;
    padding: 0 20px;
    border-left: 2px #f0f0f0 solid;
    margin-top: 30px;
    margin-left: 20px;
}

.company_name {
    width: auto;
    height: 30px;
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
}

.company_address {
    width: auto;
    height: 20px;
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}

.company_contact {
    width: auto;
    height: 50px;
    float: left;
    padding: 0 20px;
    border-left: 2px #f0f0f0 solid;
    margin-top: 30px;
}

.company_phone {
    width: auto;
    height: 25px;
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 16px;
    color: #ffffff;
    line-height: 25px;
}

.company_e-mail {
    width: auto;
    height: 25px;
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 16px;
    color: #ffffff;
    line-height: 25px;
}

.company_text {
    width: auto;
    height: 50px;
    display: table;
    margin: 50px auto;
    line-height: 50px;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 14px;
    color: #ffffff;
    line-height: 50px;
    background: rgba(0,0,0,0.2);
    padding: 0 40px;
    border-radius: 2px;
    overflow: hidden;
}

.kong {
    width: 1200px;
    height: auto;
    display: table;
    margin: 0 auto;
}

@media only screen and (max-width: 600px) {

    /*网站底部*/
    .footer {
        width: 100%;
        height: auto;
        background: #31357E;
        padding: 20px 0 0 0;
        float: left;
        margin-top: 40px !important;
        overflow: hidden;
    }

    .foot_information {
        width: auto;
        display: table;
        margin: 0 auto;
    }

    .foot_information img:first-child {
        width: 50%;
        margin-top: 30px;
        float: left;
        margin-left: 25%;
        display: none;
    }

    .small_title {
        width: auto;
        height: 50px;
        float: none;
        padding: 0 20px;
        border-left: 0px #f0f0f0 solid;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }

    .small_top {
        width: auto;
        height: 30px;
        float: left;
    }

    .small_top p {
        float: left;
        font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
        font-size: 1rem;
        color: #ffffff;
        line-height: 30px;
    }

    .small_top i {
        width: 2px;
        height: 18px;
        float: left;
        background: #ffffff;
        margin: 6px 10px;
        display: block;
    }

    .small_bottom {
        float: none;
        font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
        font-size: 1.25rem;
        color: #ffffff;
        line-height: 20px;

    }

    .company_information {
        width: auto;
        height: 50px;
        float: none;
        padding: 0 20px;
        border-left: 0px #f0f0f0 solid;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }

    .company_name {
        width: auto;
        height: 20px;
        float: none;
        font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
        font-size: 1.35rem;
        color: #ffffff;
        line-height: 30px;
        display: table;
        margin: 0 auto;
    }

    .company_address {
        width: auto;
        height: 20px;
        float: left;
        font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
        font-size: 1.35rem;
        color: #ffffff;
        line-height: 20px;
        display: table;
        margin: 0 auto;
    }

    .company_contact {
        width: auto;
        height: 50px;
        float: none;
        padding: 0 20px;
        border-left: 0px #f0f0f0 solid;
        margin-top: 30px !important;
        display: table;
        margin: 0 auto;
    }

    .company_phone {
        width: auto;
        height: 25px;
        float: none;
        font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
        font-size: 1.05rem;
        color: #ffffff;
        line-height: 25px;
        display: table;
        margin: 0 auto;
    }

    .company_e-mail {
        width: auto;
        height: 25px;
        float: none;
        font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
        font-size: 1.25rem;
        color: #ffffff;
        line-height: 25px;
        display: table;
        margin: 0 auto;
    }

    .company_text {
        width: auto;
        height: auto;
        display: table;
        margin: 50px auto 0;
        font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
        font-size: 1.15rem;
        color: #ffffff;
        line-height: 30px;
        background: rgba(0,0,0,0.2);
        padding: 30px;
        border-radius: 2px;
        overflow: hidden;
        text-align: center;
    }
}
