﻿* {
    padding: 0;
    margin: 0;
}

.top {
    position: fixed;
    width: 100%;
    height: 100%;
}

    .top img {
        width: 100%;
        height: 100%;
    }

.box {
    position: absolute;
    top: 40%;
    left: 68%;
    display: block;
    width: 332px;
    height: 217px;
    padding: 20px;
    padding-top: 15px;
    opacity: 0.3;
    background-color: #dfdad0;
    border-radius: 10px;
    border: solid 1px #cdb19e;
}

.content {
    box-shadow: 0 5px 10px rgba(0,0,0,.5);
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 50px;
    overflow: hidden;
    width: 280px;
    height: 280px;
    background-color: #fff;
    margin: 15px 0;
}

    .content ul li {
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 20px;
        color: #b60019;
        border-bottom: 2px solid;
    }


    .content p {
        line-height: 60px;
        color: #222;
        font-size: 20px;
        text-align: center
    }

    .content #login {
        display: block;
        background-color: #0065ac;
        width: 220px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #fff;
        border-radius: 5px;
        margin-top: 5px;
        float: left;
        font-size: 18px;
        cursor: pointer;
        font-weight: normal;
    }

    .content p input {
        font-size: 16px;
        width: 220px;
        height: 35px;
        line-height: 35px;
        border-radius: 5px;
        border: 1px solid #dedede;
        text-indent: 10px;
    }

.left {
    margin-left: 60px;
    width: 220px;
}

.div-body {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

    .div-body .div-top, .div-body .div-bottom {
        width: 100%;
        height: 15%;
    }

    .div-body .div-top {
        width: 100%;
        height: 156px;
        background-image: url('images/header_bg.jpg');
        background-repeat: repeat-x;
        background-position: left bottom;
        overflow: hidden;
        z-index:9
    }
.div-top-box {
    width: 100%;
    height: 156px;
    background-image: url('images/header_rbg.gif');
    background-repeat: no-repeat;
    background-position: right bottom;
}
.pageHeader {
    overflow: hidden;
    zoom: 1;
    background-image: url('images/header_logo_wrap.png');
    background-repeat: no-repeat;
    background-position: center top;
}

.div-body .div-bottom {
    border-top: 4px solid #b60019;
    text-align: center;
    margin-top: 10px
}

    .div-body .div-center {
        width: 990px;
        margin: 0 auto;
    }

.div-top-content {
    width: 990px;
    margin: 0 auto;
    line-height: 126px;
    height: 100%
}

    .div-top-content img {
       /* border-right: 1px solid #a99e9e;
        padding-right: 20px;*/
    }

    .div-top-content span {
        margin-left: 20px;
        font-size: 30px;
        color: #000;
    }

.div-center-top {
    width: 100%;
    margin: auto;
    height: 50px;
}

    .div-center-top ul li {
         width: 16.666%;
       /* width: 33.333%;*/
        float: left;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        text-align: center;
        background-color: #f9f9f9;
        background: repeating-linear-gradient(to top,#f9f9f9,#efefef);
        cursor: pointer;
        font-family: "宋体";
        font-size: 16px;
        font-weight: bold;
    }
        .div-center-top ul li a {
        color:#666;
        }
        .div-center {
            display: flow-root;
        }

.div-center-center {
    width: 100%;
    margin: auto;
    position: relative
}

    .div-center-center img {
    }

    .div-center-center ul li {
        position: relative;
    }

.wrapper {
    width: 1002px;
    height: 100%;
    position: relative;
    display: block;
    margin: auto;
    overflow: hidden;
}

    .wrapper.notice {
        overflow: hidden;
        padding: 10px 0;
        border-bottom: solid 1px #d7d7d7;
    }

        .wrapper.notice h4 {
            float: left;
            background-image: url('../../Content/images/noticeBg.gif');
            background-repeat: no-repeat;
            background-position: left 0;
            width: 52px;
            height: 23px;
            line-height: 23px;
            color: #fff;
            text-align: center;
            font-size: 12px;
            margin-top: 10px
        }



        .wrapper.notice #noticeBox {
            float: left;
            width: 885px;
            height: 23px;
            line-height: 23px;
            padding-left: 15px;
            margin-top: 10px
        }

        .wrapper.notice a.more {
            float: right;
            background-image: url(../../Content/images/index_02.jpg);
            background-repeat: no-repeat;
            background-position: right center;
            color: #e09c9c;
            display: block;
            width: 36px;
            height: 42px;
            line-height: 44px;
        }

.div-center-bottom {
    height: 300px;
    margin-top: 15px;
    margin-bottom: 25px;
}


    .div-center-bottom ul li {
        float: left;
        text-align: center;
        width: 16.63%;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
        padding: 10px 0;
        margin: 0 auto;
        border-bottom: 1px solid #d7d7d7;
        font-weight: 500;
        cursor: pointer;
    }
