.banner img{
    display: block;
    width: 100%;
    height: 340px;
}
.content-title{
    /*width: 1200px;
    margin: 0 auto;*/
    margin-top:50px;
    margin-bottom:50px;
    text-align: center;
}

.content-title h1{
    font-weight: 500;
    color: #005bae;
}

.content-title h4{
    margin-top: 20px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.content{
    /*width: 1200px;
    margin:0 auto;*/
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 50px;
    margin-bottom: 50px;
    padding:50px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
}
.content img{
    /*width:90%;*/
}
.content p{
    font-size: 16px;
    line-height: 34px;
    color: #455569;
    /*text-indent:2em;*/
    text-align: left;
}