/* CSS Document */
/*主体*/
.warp {
    background: url('../img/banner.jpg') no-repeat top center;
    width: 100%;
    overflow: hidden;
}

.banner {
    width: 1200px;
    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: 1200px;
    margin: 0 auto;
    margin-top: 455px;
}

.contentAbstract {
    width: 100%;
    border-radius: 10px;
   /* background: url("../img/title.png") no-repeat;*/
    height: 141px;
    background: #fff;
    box-shadow: 0px 0px 30px #4381e6;

}
.contentAbstract  p{
    color: #3b73cc;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    text-indent: 2em;
    padding: 30px;
}
.img_box {
    margin-top: 15px;
}
.page ul {
    width: 130px;
    margin: 0 auto;
    height: 25px;
}

.page ul li {
    float: left;
    width: 25px;
    height: 25px;
    border: 1px solid #4280e7;
    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: #4280e7;
    border: 1px solid #4280e7
}

.page ul li.on a, .page ul li:hover a {
    color: #fff
}

/*footer*/
.footer {
    background: #4685e9;
    width: 100%;
    padding: 22px 0px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
    height: 150px;
}

.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;
}