/*Reset*/
body, div, ul, ol, dl, li, h1, h2, h3, h4, h5, form, input, button {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

h1, h2, h3, h4, h5 {
    font-size: 100%;
    font-weight: normal;
}

input, button, textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

body {
    background-color: #FFF;
    font-size: 12px;
    font-family: "Microsoft yahei","宋体","Arial Narrow",HELVETICA;
    -webkit-text-size-adjust: 100%;
}

ul {
    list-style: none;
}

:focus {
    outline: 0;
}

a {
    color: #039;
    text-decoration: underline;
    cursor: pointer;
}

    a:hover {
        color: #ff4901;
    }

.red {
    color: #e30000;
}

    a .red, a.red, .red a {
        color: #ff4901;
    }

input {
    padding-left: 10px;
}

button {
    cursor: pointer;
}

.wrap {
    width: 950px;
    margin: 0 auto;
    clear: both;
}

.clear {
    clear: both;
}

.top-img-title {
    position: relative;
    top: -5px;
    text-align: center;
    width: 100%;
    /*height: 100px;*/
    /*background-color: #496FB6;*/
    background-color: #ea5504;
    height: 300px;
}

.top-info {
    position: relative;
    margin: 0px auto;
    width: 1100px;
    /*height: 100px;*/
    /*background: url("../images/KV.png") no-repeat;*/
    background: url('../images/notice1.png') no-repeat;
    height: 299px;
}

.top-info-text {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 300px;
    height: 70px;
    text-align: left;
    font-size: 14px;
    color: white;
}

    .top-info-text p {
        margin: 5px 0px;
    }

.content-wrap {
    text-align: center;
}

.content {
    width: 1000px;
    margin: 40px auto;
    position: relative;
    text-align: center;
}

.hide {
    display: none;
}

.require {
    color: red;
}

.footer {
    margin: 0px auto;
}

.BlockDiv {
    padding: 10px;
    border: 1px solid #cccccc;
    width: 250px;
    margin: 0px auto;
    background: #FFF;
    font-size: 16px;
    font-family: "Microsoft yahei","宋体","Arial Narrow",HELVETICA;
    z-index: 99999;
}

    .BlockDiv img {
        width: 20px;
        height: 20px;
    }

.AlertDiv {
    border: 3px solid #cccccc;
    width: 250px;
    height: auto;
    background: #FFF;
    margin: 0px auto;
    font-size: 16px;
    z-index: 99999;
}

    .AlertDiv .Title {
        text-align: right;
        height: 35px;
    }

        .AlertDiv .Title .Close {
            border: none;
            background-color: #fff;
            padding: 5px;
            color: rgba(158, 158, 158, 1);
        }

    .AlertDiv .Content {
        min-height: 30px;
        text-align: left;
        margin: 0 30px;
    }

    .AlertDiv .Footer {
        margin-top: 10px;
        height: 50px;
    }

        .AlertDiv .Footer .OK {
            display: inline-block;
            width: 100px;
            height: 35px;
            line-height: 35px;
            background-color: #39597F;
            border: solid 1px #39597F;
            color: white;
            font-size: 16px;
            margin: 0px 10px;
        }


.ConfirmDiv {
    border: 3px solid #cccccc;
    width: 300px;
    height: auto;
    background: #FFF;
    margin: 0px auto;
    font-size: 16px;
    z-index: 99999;
}

    .ConfirmDiv .Title {
        text-align: right;
        height: 35px;
    }

        .ConfirmDiv .Title .Close {
            border: none;
            background-color: #fff;
            padding: 5px;
            color: rgba(158, 158, 158, 1);
        }

    .ConfirmDiv .Content {
        min-height: 50px;
        text-align: left;
        margin: 0 40px;
    }

    .ConfirmDiv .Footer {
        margin-top: 10px;
        height: 50px;
    }

        .ConfirmDiv .Footer .OK {
            display: inline-block;
            width: 100px;
            height: 35px;
            line-height: 35px;
            background-color: #39597F;
            border: solid 1px #39597F;
            color: white;
            font-size: 16px;
            margin: 0px 10px;
        }

        .ConfirmDiv .Footer .Cancle {
            display: inline-block;
            width: 100px;
            height: 35px;
            line-height: 35px;
            background-color: rgb(216, 234, 249);
            border: solid 1px rgb(216, 234, 249);
            color: #000;
            font-size: 16px;
            margin: 0px 10px;
        }
