﻿html,
body {
    margin: 0;
    padding: 0;
    font-size: .13rem;
    color: #333333;
}

a {
    text-decoration: none
}

.header_Icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .14rem .16rem;
    width: 100%;
    box-sizing: border-box;
}

.header_Icon .header_log{
    flex:1;
}

.header_Icon .header_log img {
    width: 1rem
}

    .header_Icon .menu {
        flex: 0 0 .3rem;
        background: url('../mZjxImage/icon_nav.png') no-repeat center center;
        background-size: .26rem;
        height: .26rem
    }
.header_Icon > .menu-close {
    flex: 0 0 .4rem;
    background: url('../mimage/png_guanbi@2x.png') no-repeat center center;
    background-size: .22rem;
    height: .2rem;
}

    .header_Icon > .menu-con {
        display: none;
        position: absolute;
        top: .58rem;
        left: 0;
        right: 0;
        height: 10rem;
        background-color: #121A54;
        z-index: 666;
    }

.Icon_Bak {
    background-color: #121A54;
} 

.header_Icon > .menu-con > dl {
    color: #fff;
    padding: 0 .2rem;
    text-align: center;
}

        .header_Icon > .menu-con > dl > dt {
            background-color: #202E9C;
            border-radius: .07rem;
            color: #FFFFFF;
            line-height: .5rem;
            height: .5rem;
            font-size: .13rem;
            margin-bottom: .1rem;
        }

            .header_Icon > .menu-con > dl > dt > a {
                color: #fff;
                display: block;
                text-decoration: none;
            }

                .header_Icon > .menu-con > dl > dt > a:visited {
                    color: #fff;
                }

        .header_Icon > .menu-con > dl > dd {
            text-align: center;
            line-height: .4rem;
            margin: 0;
        }

            .header_Icon > .menu-con > dl > dd > a {
                color: #fff;
                display: block;
                text-decoration: none;
            }

                .header_Icon > .menu-con > dl > dd > a:visited {
                    color: #fff;
                }


.footer {
    background-image: url('../mZjxImage/png_zhijiaxingdilan.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 2.32rem;
    background-size: 100%;
}

    .footer .download {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .74rem .4rem .33rem .4rem;
        border-bottom: .01rem solid #474E83;
    }
        .footer .download a img {
            width:1.25rem
        }
    .footer .footer_nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .25rem .4rem .18rem .4rem;
    }
        .footer .footer_nav a {
            font-size: .12rem;
            color: #D9D9D9;
        }
.copyright {
    width:100%;
    text-align:center;
    font-size: .12rem;
    color: #D9D9D9;
}

.fixed-box {
    position: fixed;
    right: 0;
    bottom: 2.5rem;
    width: .6rem;
    font-size: .12rem;
    z-index: 1;
}

    .fixed-box .item {
        width: .6rem;
        height: .6rem;
        background: #202D77;
        cursor: pointer;
        text-align: center;
        color: #FFFFFF;
        text-decoration: none;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .fixed-box a {
        text-decoration: none;
    }

    .fixed-box .item > img {
        width: .35rem;
    }

    
