﻿@charset "utf-8";

body {
    margin: 0px;
    padding: 0px;
    background: #e2e2e2;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

div, form, ul, ol, li, dl, dt, h1, h2, h3, h4, dd, p, span, table {
    margin: 0;
    padding: 0;
    border: none;
}

img {
    border: 0;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
}

.clear {
    clear: both;
    height: 1%;
    font-size: 0;
}


/* 头部 */
.header {
    background: url(../imgs/head_bg.jpg) repeat-x;
    height: 81px;
    min-width: 1003px;
}

    .header h1 {
        float: left;
    }

.header_right {
    float: right;
    text-align: right;
    color: #fff;
    line-height: 28px;
    margin-top: 13px;
    margin-right: 20px;
}

    .header_right ul li {
        float: left;
    }

        .header_right ul li.fatie {
            background: url(../imgs/messageFile.png) no-repeat left center;
            text-indent: 18px;
        }

        .header_right ul li.suo {
            background: url(../imgs/EditPassword.png) no-repeat left center;
            text-indent: 18px;
        }

        .header_right ul li.quit {
            background: url(../imgs/loginout.png) no-repeat left center;
            text-indent: 18px;
        }

    .header_right a, .header_right a:link, .header_right a:visited {
        color: #fff;
        cursor: hand;
        text-decoration: none;
    }

        .header_right a:hover {
            color: #f9f50a;
            text-decoration: none;
        }


/* 底部 */
.footer {
    background: url(../imgs/foot_bg.jpg) repeat-x;
    height: 35px;
    min-width: 1003px;
    line-height: 32px;
    color: #fff;
    text-align: center;
}

#xiaoxizhongxin {
    line-height: 18px;
}

    #xiaoxizhongxin li {
        cursor: pointer;
    }

    #xiaoxizhongxin span {
        text-decoration: underline;
        color: Red;
    }

.pagefooter {
    font-family: "微软雅黑";
    font-size: 13px;
    color: #565656;
    height: 35px;
    background: #fff;
    text-align: center;
    line-height: 33px;
    box-shadow: 0 -1px 5px #f1f3f3;
    width: 100%;
    text-align: center;
    bottom: 0;
    position: fixed;
}

    .pagefooter a:link, .pagefooter a:visited {
        color: #565656;
        text-decoration: none;
    }

    .pagefooter a:hover {
        color: #1075b7;
    }

    .pagefooter span {
        position: absolute;
        right: 20px;
    }


/************index 头部样式*************/
header {
    width: 100%;
    height: 75px;
    background: #fff;
    box-shadow: 0 8px 10px -2px rgba(0,0,0,0.05);
}

.logo {
    float: left;
    margin-top: 18px;
    margin-left: 60px;
}

.head_right {
    float: right;
    margin-right: 10px;
    margin-top: 27px;
}

    .head_right ul li {
        float: left;
        color: #727272;
        height: 22px;
        line-height: 22px;
        font-size: 15px;
        padding: 0px 5px;
    }

        .head_right ul li .notice {
            position: relative;
        }

            .head_right ul li .notice .number {
                background: #fe0100;
                width: 17px;
                height: 17px;
                border-radius: 50%;
                font-size: 11px;
                font-family: Arial, Helvetica, sans-serif;
                text-align: center;
                line-height: 18px;
                color: #fff;
                position: absolute;
                right: -3px;
                top: -5px;
            }

.menus {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}

    .menus ul li {
        float: left;
        width: 33.33%;
        text-align: center;
    }

        .menus ul li img {
            width: 90%;
            height: 90%;
        }


/************弹出窗口*************/
.tanchu {
    width: 620px;
    height: 450px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -310px;
    margin-top: -225px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 8px #999;
}

    .tanchu h1 {
        background: #48d8ce;
        height: 47px;
        width: 100%;
        font-size: 22px;
        letter-spacing: 1px;
        color: #fff;
        line-height: 47px;
        text-align: center;
        font-weight: normal;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        margin-bottom: 60px;
    }

        .tanchu h1 span {
            float: right;
            position: absolute;
            right: 20px;
            top: 15px;
        }

    .tanchu ul li {
        float: left;
        width: 50%;
        text-align: center;
    }

        .tanchu ul li img {
            cursor: pointer;
            transition: all 0.6s;
        }

            .tanchu ul li img:hover {
                transform: scale(1.03);
            }
