.banner_partner {
    width: 100%;
    position: relative;
}
.banner_wrap {
    width: 1200px;
    height: 350px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 90px;
}
.banner_text {
    width: 540px;
    color: #548dd1;
    font-size: 14px;
    line-height: 24px;
    position: static!important;
    margin-left: 0!important;
}
.banner_title {
    font-size: 30px;
    margin: 40px 0;
}
.banner_wrap img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner_partner img{
    width: 100%;
}
