body {
    font: 14px/1.5 Tahoma, Helvetica, Arial,"\5b8b\4f53","微软雅黑", sans-serif;
    color: #3A454F;
    background: #eee;
    text-align: center;
}

h2 {
    font-size: 16px;
}

.header {
    width: 100%;
    background: #82c9fc;
    position: fixed;
    z-index: 100;
    top: 0;
    border-bottom: solid 10px #eee;
}

    .header .logo {
        float: left;
        text-indent: -999999px;
    }

    .header .user-center {
        float: right;
        background: url("/css/images/icon.png") no-repeat;
        background-size: 100%;
    }

a.search {
    display: block;
    float: left;
    width: 350px;
    height: 40px;
    margin: 10px 0;
    font-size: 14px;
    color: #FFF;
    background: rgba(255,255,255,0.5) url("images/search.png") left center no-repeat;
    background-size: 30px;
    line-height: 40px;
    border-radius: 4px;
    text-align: left;
    text-indent: 2.8em;
}

.footer {
    clear: both;
    display: block;
    width: 100%;
    height: 60px;
    font-size: 12px;
    color: #999;
}

/*pc版和移动版导航共同的高亮样式*/
.nav .type-link a:hover, .type-link a.actived {
    color: #0091ff;
}

.nav .type-link a:active {
    background-color: #eee;
}
.wechat {
    display:none;
}

        .header div {
            width: 1000px;
            margin: 0 auto;
            padding: 0 10px;
        }

        .header .logo {
            background: url("images/logo-pc.png") no-repeat;
            background-size: 100%;
            height: 60px;
            width: 375px;
        }

        .header .user-center {
            margin-top: 10px;
            margin-right: 40px;
            height: 50px;
            width: 100px;
            line-height: 50px;
            color: #fff;
            background-position: -30px -50px;
            text-indent: 40px;
        }

    /*pc版通用的类型导航样式*/
    .nav {
        width: 1000px;
        margin: 0 auto;
    }

        .nav .type{
            position: fixed;
            top: 70px;
            width: 200px;
        }

        .nav .type-link {
            position: relative;
            background-color: #fff;
            width: 200px;
            z-index: 1;
        }

            .nav .type-link a {
                display: block;
                width: 200px;
                height: 60px;
                line-height: 60px;
                font-size: 16px;
                font-weight: bold;
                text-align: left;
                text-indent: 70px;
                background: url("/css/images/icon-index-pc2.png") no-repeat;
                border: 1px solid #ddd;
                border-top: none;
            }

            .nav .type-link:nth-child(1) a {
                background-position: 0 -3px;
                border-top: 1px solid #ddd;
            }

            .nav .type-link:nth-child(2) a {
                background-position: 0 -77px;
            }

            .nav .type-link:nth-child(3) a {
                background-position: 0 -154px;
            }

            .nav .type-link:nth-child(4) a {
                background-position: 0 -231px;
            }

            .nav .type-link:nth-child(5) a {
                background-position: 0 -308px;
            }

            .nav .type-link:nth-child(6) a {
                background-position: 0 -385px;
            }

            .nav .type-link:nth-child(7) a {
                background-position: 0 -460px;
            }
            .nav .type-link:nth-child(8) a {
                background-position: 0 -537px;
            }

    /*按钮“回到顶部”0503xyz*/
    .top {
        top: 500px;
        display: block;
        height: 60px;
        width: 200px;
        line-height: 60px;
        text-align: center;
        background: #fff;
        border: 1px solid #ddd;
        margin-top: 15px;
        color: #666;
    }

    .wechat {
        position: absolute;
        display:block;
        top: 70px;
        right: 40px;
        height: auto;
        width: 120px;
        line-height: 30px;
        text-align: center;
        background: #fff;
        border: 1px solid #ddd;
        color: #666;
        z-index:99;
    }

        .wechat img {
            width: 120px;
            height: 120px;
        }
        .wechat .p {
            position: absolute;
            top: 0px;
            left: -20px;
            width: 20px;
            height: 20px;
            cursor: pointer;
            line-height:20px;
            border: 1px solid #ddd;
            border-right: 0px;
            text-align:center;
            color:red;
            font-weight:bold;
            font-size:16px;
        }

    .content {
        width: 1000px;
        margin: 0 auto;
        padding-top: 70px;
        min-height: 520px;
    }

        .content > * {
            margin-left: 210px;
        }

