﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
    outline: none;
    OUTLINE-STYLE: none;
    OUTLINE-COLOR: invert;
}

body {
    font-family: "微软雅黑",Arial,sans-serif,"微软雅黑","微軟正黑體";
    font-size: 14px;
    color: #000000;
    background-color: #f8f8f8;
}

li {
    list-style: none;
}

select, input {
    font-size: 12px;
}

img {
    margin: 0px;
    padding: 0px;
    border: 0;
    border-width: 0px;
}

a:link, a:visited {
    text-decoration: none;
    color: #000000;
}
/*color:#000000;font-size:12px*/
a:hover {
    color: #178CE6;
}

.CenterLayout {
    display: block;
    clear: both;
    width: 1050px;
    margin: 0px auto;
    background-color: none;
}

.GJColor {
    background-color: #;
}

.clearfix {
    display: block;
    clear: both;
    height: 0px;
    width: 100%;
}
/* Top */
#Top {
    width: 100%;
    margin: auto;
    height: 148px;
    background: url(/Web/images/top_bg.png) repeat-x;
}

#Shortcut {
    background-color: #f7f7f7;
    height: 32px;
    line-height: 32px;
    width: 100%;
    font-size: 12px;
    border-bottom: #EEEEEE solid 1px;
    overflow: hidden;
}

.Shareto {
    float: left;
    width: 200px;
    padding: 7px;
}

    .Shareto li {
        display: block;
        height: 17px;
        width: 17px;
        overflow: hidden;
        float: left;
        background: url(/Web/images/icon.png) no-repeat;
        margin-left: 5px;
    }

    .Shareto .SNS_1 {
        background-position: -355px -194px;
    }

    .Shareto .SNS_2 {
        background-position: -375px -194px;
    }

    .Shareto .SNS_3 {
        background-position: -395px -194px;
    }

    .Shareto .SNS_4 {
        background-position: -415px -194px;
    }

    .Shareto .SNS_5 {
        background-position: -435px -194px;
    }

    .Shareto .SNS_More {
        background-position: -455px -194px;
    }

#Shortcut .Welcome {
    float: left;
}

#Shortcut .RightBtn {
    float: right;
}

    #Shortcut .RightBtn li {
        float: left;
        height: 15px;
        line-height: 15px;
        width: 80px;
        border-left: #dcdcdc solid 1px;
        border-right: #dcdcdc solid 1px;
        margin-left: -1px;
        margin-top: 10px;
        text-align: center;
    }

.Header {
    width: 1183px;
    height: 100px;
    overflow: hidden;
    margin: auto;
    /*background: url(/Web/images/top_bg.jpg) no-repeat;*/
    background: url(/Web/images/HeaderImgBg.png) no-repeat center;
    margin-left:150px;
}

.logo {
    margin: 18px 0px 0px 80px;
}

.NavMenu {
    height: 48px;
    width: 100%;
    background: #178ce6;
}

    .NavMenu ul li {
        float: left;
        height: 48px;
        line-height: 48px;
        width: 110px;
        text-align: center;
    }

    .NavMenu a {
        display: block;
        height: 48px;
        line-height: 48px;
        width: 110px;
        font-family: 微软雅黑;
        font-size: 16px;
        color: #FFF;
    }

        .NavMenu a:hover {
            background: #4cb1ff;
            text-decoration: none;
            color: #FFF;
        }

    .NavMenu .On {
        background: #FFA100;
    }

    .NavMenu .MyProfile {
        float: right;
        display: block;
        height: 38px;
        width: 140px;
        margin-top: 7px;
        overflow: hidden;
        background: url(/Web/images/icon.png) no-repeat;
        background-position: -345px -230px;
        cursor: pointer;
    }

        .NavMenu .MyProfile a {
            display: block;
            height: 38px;
            width: 140px;
            background: none;
        }

.TopShadow {
    width: 100%;
    margin: auto;
    min-height: 400px;
    height: auto;
    background: url(/Web/images/top_shadow.jpg) repeat-x;
}

.huise {
    color: #666;
}





#Footer {
    display: block;
    clear: both;
    width: 1050px;
    margin: auto;
}

.FooterMenu {
    display: block;
    clear: both;
    width: 1050px;
    height: 32px;
    line-height: 32px;
    margin: auto;
    text-align: center;
    border-top: #CCC solid 1px;
    margin-top: 10px;
}

.Copyright {
    display: block;
    clear: both;
    width: 1000px;
    height: 40px;
    line-height: 24px;
    margin: auto;
    text-align: center;
    color: #666;
}

.FooterMenu a:hover {
    text-decoration: none;
    color: #178BE5;
}

.Copyright a:hover {
    text-decoration: none;
    color: #178BE5;
}


.qc_item figure img {
    width: 20px;
    height: 20px;
    border: 0;
    margin: 0;
    padding: 0;
}

#qq_login_btn {
    height: 24px;
}

    #qq_login_btn span {
        height: 24px;
        margin-bottom: 5px;
    }

span.qc_item.nickname {
    line-height: 20px;
    color: red;
}
/*qq登陆*/
#qq_login_btn {
    display: inline-flex;
    margin-right: 10px;
}

.logout {
    margin-top: -1px;
    line-height: 24px;
    display: inline-block;
}
