﻿/* 顶部导航 */
.navFixed {
    height: 80px;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

    .navFixed .logo {
        width: 152px;
        height: 36px;
    }

    .navFixed nav > div {
        width: 140px;
        height: 80px;
        line-height: 80px;
        position: relative;
    }

.secondLevel {
    overflow: hidden;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 20;
    display: none;
}

    .secondLevel > div {
        width: 140px;
        height: 60px;
        line-height: 60px;
        background: #fff;
        border-bottom: 1px solid #e8edf4;
    }

        .secondLevel > div:last-child {
            border-bottom: 1px solid transparent;
        }

.navFixed a {
    color: inherit;
    width: 140px;
}

/* 底部导航 */
footer {
    width: 100%;
    height: 270px;
    background: #26519F;
}

.footerCon_l {
    width: 555px;
}

    .footerCon_l > p {
        line-height: 24px;
        margin-top: 25px;
    }

.footerCon_m_call {
    width: 300px;
    height: 60px;
    margin-bottom: 30px;
}

.footerCon_m_txt img {
    width: 22px;
    height: 26px;
    margin-right: 12px;
}

.footerCon_r_code {
    width: 156px;
    height: 156px;
}

.copyright {
    width: 100%;
    min-width: 1200px;
    height: 80px;
    line-height: 80px;
    background: #103D8E;
}

    .copyright a {
        display: inline;
    }

/* 功能键 */
.fun {
    position: fixed;
    right: 0;
    top: 60%;
    z-index: 999;
    display: none;
}

    .fun > div {
        margin-bottom: 6px;
    }

.fun_icon {
    width: 36px;
    height: 36px;
    margin-top: 15px;
}

.funClose {
    width: 66px;
    height: 66px;
    background: #2757ad;
}

.fun_call_open {
    width: 270px;
    height: 66px;
    position: absolute;
    top: 0;
    right: 0;
}

.fun_call_close_l {
    width: 66px;
    height: 66px;
    background: #103d8e;
}

.fun_call_close_r {
    width: 200px;
    height: 66px;
    line-height: 66px;
    background: #103d8e;
}

.fun_code_open {
    width: 180px;
    height: 210px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 30px rgba(16, 61, 142, 0.15);
    position: absolute;
    bottom: -15px;
    right: 86px;
}

    .fun_code_open > img {
        width: 144px;
        height: 144px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        margin: 18px 0 10px;
    }

/* 模块标题 */
.headline {
    width: 386px;
}

    .headline > div {
        padding-bottom: 16px;
        border-bottom: 2px solid #93abd6;
    }

    .headline > p {
        padding: 10px 0 40px;
    }

    .headline > div:after {
        content: '';
        position: absolute;
        left: 168px;
        top: auto;
        bottom: -2px;
        right: auto;
        height: 4px;
        width: 50px;
        background: #2757ad;
    }

.headline2 {
    width: 240px;
}

    .headline2 > div {
        padding-bottom: 10px;
        border-bottom: 2px solid #93abd6;
    }

        .headline2 > div:after {
            content: '';
            position: absolute;
            left: 0px;
            top: auto;
            bottom: -2px;
            right: auto;
            height: 4px;
            width: 50px;
            background: #2757ad;
        }
