﻿.mastermain {
}

.scnmain {
    width: 1400px;
    margin: 0 auto;
}
/****/
.mastermain .headmain {
    width: 100%;
    height: 88px;
    background-color: #FFF;
    position: fixed;
    z-index: 1000;
    box-shadow: 0px 2px 3px rgba(204,204,204,0.3);
}

.mastermain .msthead {
    width: 1400px;
    height: 88px;
    display: flex;
    justify-content: space-between;
}

    .mastermain .msthead .logo {
        margin-top: 20px;
        font-size: 12px;
        color: #6c757d;
        line-height: 30px;
    }

        .mastermain .msthead .logo .conm {
            font-size: 23px;
            font-weight: bold;
            color: #0a2463;
            height: 30px;
            line-height: 30px;
        }

    .mastermain .msthead .menu {
        flex: 1;
        margin-top: 25px;
        display: flex;
        justify-content: right;
        padding-right: 20px;
    }

    /**菜单****/
.msthead .navmain {
        display: flex;
        width: 860px;
        justify-content: space-between;
        margin: 0px;
        padding: 0px;
        list-style: none;
    }
.msthead .navchild {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #FFF;
    left: 0px;
    top: 41px;
    width: auto;
    /*    border-top: 1px solid #F1F1F1;*/
    border-bottom: 1px solid #CCC;
    box-shadow: 0 1px 3px rgb(204,204,204,0.6);
}

.msthead .lnchild {
    margin:0 auto;
    padding: 20px;
    box-sizing:border-box;
}
/**txa单行链接**/
.msthead .txa {
    display:block;
    position: relative;
    font-size: 16px;
}

    .msthead .txa:last-child {
        margin-right: 0px;
    }

    .msthead .txa .txnm {
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding: 0 60px 10px 0;
        box-sizing: border-box;
        background-image: url(/img/pimg/ma01.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        color: #333;
        white-space: nowrap;
        text-align:left
    }

    .msthead .txa .txln {
        position: absolute;
        z-index: 1;
        bottom: 0px;
        border-bottom: 1px solid #014ea0;
        height: 1px;
        left: 0%;
        width: 0%;
        transition: all 0.3s;
    }

    .msthead .txa:hover .txnm {
        background-image: url(/img/pimg/maon01.png);
        color: #014ea0;
    }

    .msthead .txa:hover .txln {
        width: 100%;
    }
.msthead .navmain li {
    position:relative;
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    height: 64px;
    flex: 1;
}

.msthead .navmain .ma {
    position: relative;
    display: block;
    color: #333;
    font-size: 16px;
    width: 100px;
    margin: 0 auto;
    line-height: 40px;
}

.msthead .navmain .homema {
/*    width: 40px !important*/
}

.msthead .navmain .ma .anm {
}

.msthead .navmain .ma .aln {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    background-color: #014ea0;
    height: 1px;
    left: 50%; /*定位在线的中间 */
    width: 0;
    transition: all 0.3s;
}

.msthead .navmain .ma:hover .aln {
    width: 100%;
    left: 0%;
}

.msthead .navmain .maon {
}

    .msthead .navmain .maon .aln {
        width: 100%;
        left: 0%;
    }

/**菜单结束***/
    .mastermain .msthead .lang {
        margin-top: 30px;
    }

        .mastermain .msthead .lang a {
            display: block;
            padding-left: 24px;
            background-image: url(/img/pimg/langon.png);
            background-repeat: no-repeat;
            background-size: 20px 20px;
            background-position: left center;
            color: #0a2463;
            height: 30px;
            line-height: 30px;
            font-size: 16px;
        }

            .mastermain .msthead .lang a:hover {
                color: #333;
            }

.mstheadholder {
    height: 88px;
}
/****/
.mstfoot {
    background-color: #2d2d35;
    color: #FFF;
}

    .mstfoot .scnmain {
        padding: 50px 0px 20px 0px;
    }

    .mstfoot a {
        color: #FFF;
    }

        .mstfoot a:hover {
            color: #FFF;
        }

    .mstfoot .scnmain {
        display: flex;
        justify-content: space-between;
    }

    .mstfoot .mtlist {
        display: flex;
        margin-top: 50px;
    }

    .mstfoot .ftmt .mtitem {
        position: relative;
    }

    .mstfoot .ftmt .wxgzh {
        background-color: #3d3d45;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding: 10px;
        box-sizing: border-box;
    }

        .mstfoot .ftmt .wxgzh img {
            display: block;
            width: 20px;
            height: 20px;
        }

    .mstfoot .ftmt .qrcode {
        display: none;
        position: absolute;
        z-index: 1;
        left: 50px;
        top: -45px;
        background-color: #FFF;
        border: 1px solid #CCC;
        border-radius: 6px;
    }

        .mstfoot .ftmt .qrcode img {
            display: block;
            width: 120px;
            height: 120px;
        }

    .mstfoot .ftmt .wxnm {
        height: 40px;
        line-height: 40px;
        margin-left: 10px;
        font-size: 16px;
    }

    .mstfoot .ftlink {
    }

    .mstfoot .ftnm {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .mstfoot .lkul {
    }

        .mstfoot .lkul a {
            display: block;
            line-height: 30px;
            color: #CCC;
        }

    .mstfoot .ftlx {
        width:400px;
    }

    .mstfoot .lxul {
    }

    .mstfoot .lxitem {
        color: #CCC;
        line-height: 30px;
        background-position: left top 6px;
        background-repeat: no-repeat;
        background-size: 20px 20px;
        padding-left: 24px;
    }

    .mstfoot .lxdz {
        background-image: url(/img/pimg/lxico01.png)
    }

    .mstfoot .lxtel {
        background-image: url(/img/pimg/lxico02.png)
    }

    .mstfoot .lxemail {
        background-image: url(/img/pimg/lxico03.png)
    }

    .mstfoot .ftcopy {
        border-top: 1px solid #fff;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #989898;
        text-align: center;
    }

        .mstfoot .ftcopy span {
            margin: 0 10px;
        }

        .mstfoot .ftcopy a {
            color: #989898;
        }
