﻿/*footer样式*/
.footer {
    clear: both;
    width: 100%;
    min-width: 1002px;
    font: 12px "Microsoft YaHei";
    background-color: #fff;
}

.footer {
    color: #999;
    padding: 20px 0;
    border-top: 1px solid #e8e8e8;
}

    .footer a, .footer * {
        font-size: 12px !important;
        font-family: "Microsoft YaHei" !important;
    }

    .footer a {
        text-decoration: none;
    }

    .footer img {
        vertical-align: top;
    }

    .footer .in,
    .license .in {
        width: 1100px;
        margin: 0 auto;
    }

    .footer .nag {
        margin-bottom: 15px;
    }

        .footer .nag a {
            color: #999;
        }

            .footer .nag a:hover {
                color: #ff6000;
            }

        .footer .nag .e {
            float: left;
            width: 120px;
            line-height: 24px;
        }

        .footer .nag .e_first {
            position: relative;
            width: 230px;
            padding-left: 74px;
        }

        .footer .nag label {
            position: absolute;
            width: 70px;
            font-size: 14px;
            text-align: right;
            left: 0;
            *margin-top: -5px;
        }

        .footer .nag strong {
            font-weight: normal;
            color: #333;
        }

    .footer .code {
        float: left;
        width: 80px;
        padding-top: 5px;
    }

        .footer .code span {
            display: block;
            text-align: center;
            margin-top: 10px;
        }

    .footer .c_first {
        margin-right: 15px;
    }

    .footer .note {
        position: relative;
        line-height: 24px;
        text-align: center;
        margin: 0;
        padding: 0;
    }

        .footer .note span {
            position: relative;
            display: block;
            font-size: 12px;
            padding: 0 5px;
            z-index: 2;
        }

    .footer.f2 {
        border-top: 0 none;
    }

    .footer.fixbottom {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
    }
.footerGg {
    width:100%;
    height:48px;
    padding:14px 0px; 
    position:fixed;
    bottom:0px;
    background:rgba(60,60,60,0.8);
    background:#4D4D4D\9;
    z-index:22;
}
.footerGg .wrapper{
    position:relative;
}
.footerGg span{
    display:block;
    font-size: 20px !important;
    color: #FFFFFF;
    margin-right:37px;
    line-height:48px;
    float:left;
}
.footerGg .link a{
    display:block;
    float:left;
    width:140px;
    height:48px;
    font-size: 20px;
    color: #FFFFFF;
    text-align:center;
    line-height:48px;   
    -moz-border-radius: 4px;
    -webkit-border-radius:4px;
    border-radius: 4px;
}
.footerGg .link .ksrz{
    background: #FF7D3C;
    margin-right:10px;
}
.footerGg .link .msdl{
    background: #FFBD3C;
}
.footerGg .footerClose{
    display:block;
    width:48px;
    height:48px;
    text-align:center;
    position:absolute;
    top:-13px;
    right:0px;
    cursor:pointer;
}
.footerGg .footerClose img{
    width:14px;
    height:14px;
    margin-top:4px;
}