.banner img{
    width: 100%;
    vertical-align: bottom;
}
.body{
    padding: 35px 0 50px 0;
}
.character{
    width: 100%;
    /*height: 384px;
    background-image: url("../images/wzk-big.png");
    background-size: 100% 100%;*/
    margin-top: 20px;
    box-sizing: border-box;
    /*padding: 30px 40px;*/
    font-size: 14px;
    line-height: 24px;
    color: #1e1e1e;
}
.character-content{
    width: 100%;
    height: 100%;
    /*overflow-y: scroll;*/
}
.character p{
    /*text-indent: 28px;*/
    margin-bottom: 12px;
    text-align:justify;
}
.character img{
    max-width: 100%;
}
.bottom-img{
    /*margin-bottom: 35px;*/
}
.bottom-img img{
    width: 100%;
}
@media screen and (max-width: 1200px) {
    .banner{position: relative;overflow:hidden;}
    .banner img{
        position: relative;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        width: calc(1.6*100%);
    }
    .bottom-img{position: relative;overflow:hidden;}
    .bottom-img img{
        position: relative;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        width: calc(1.6*100%);
    }
}
@media screen and (max-width:767px){
    .body{
        padding: 30px 0;
    }
}