
/* footer */
footer{
    width: 100%;
    height: 250px;
    padding-top: 50px;
    background-color: #114694;

}
footer>div{
    overflow: hidden;
    width: 1200px;
    height: 200px;
    margin: 0 auto;
}
footer>div>div{
    margin-right: 10px;
}
.leftPart{
    text-align: center;
    width: 25%;
}
.leftPart>img{
    margin: 20px 0 20px 0;
}
.leftPart p img{
    width: 35px;
    height: 35px;
    position: relative;
    top: 10px;
}
.centerPart{
    width: 40%;
}
.centerPart p{
    font-size: 16px;
/*    height: 150px;*/
    line-height: 30px;
}
.centerPart span{
    font-size: 16px;
}
.rightPart{
    text-align: center;
    width: 33%;
    margin-right: 0;
}
.rightPart img{
    margin-top: 30px;
}
