/* CSS Document */
/*主体*/
.warp {
    background: url('../img/banner1.jpg') no-repeat top center;
    width: 100%;
    overflow: hidden;
}

.banner {
    width: 1100px;
    margin: 0 auto
}

.banner a:nth-child(1) {
    float: left;
}

.banner a:nth-child(2) {
    float: right;
    font-size: 16px;
    color: #000;
    margin-top: 20px;
}

.banner a {
    display: block;
    padding-top: 15px;
}

.banner a {
    display: block;
    padding-top: 15px;
}

.content {
    width: 1100px;
    margin: 0 auto;
}

.contentAbstract {
    width: 100%;
    border-radius: 10px;
    margin-top: 455px;
    background: url("../img/biao.jpg") no-repeat;
    height: 141px;
}

.page {
}

.page ul {
    width: 130px;
    margin: 0 auto;
    height: 25px;
}

.page ul li {
    float: left;
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0px 5px;
    line-height: 25px;
}

.page ul li a {
    font-size: 14px;
}

.page ul li.on, .page ul li:hover {
    background: #FACB0A;
    border: 1px solid #FACB0A
}

.page ul li.on a, .page ul li:hover a {
    color: #fff
}

/*footer*/
.footer {
    background: #89C1FF;
    width: 100%;
    padding: 22px 0px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
}

.footer .linkPhoto {
    width: 200px;
    height: 80px;
    margin: 0 auto;
}
.footer .linkPhoto .fleft {
    width: 80px;
    height: 80px;
    float: left;
}
script {
    display: none;
}
.footer .linkPhoto .fright {
    width: 110px;
    height: 67px;
    padding-top: 13px;
    margin-left: 10px;
    float: right;
}