.banner-competition{
    background: url(../img/competition/banner_bg.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.banner-competition>div{
    padding-top: 80px;
    height: 100%;
    position: relative;
    width: 1200px;
    margin: 0 auto;

}
.banner-competition>div>div{
    float: left;
}
.banner-competition .competition-info{
    width: 554px;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}
.banner-competition .competition-info img{
    display: block;
}
.banner-competition .competition-info .text{

}
.banner-competition .competition-info .btn {
    display: block;
    margin-top: 50px;
    width: 121px;
    height: 43px;
    background-color: #d5322c;
    border-radius: 5px;
    font-size: 22px;
    text-align: center;
    line-height: 43px;
    color: #fff;
}
.banner-competition .competition-net {
    padding-top: 40px;
    margin-left: 554px;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}
.banner-competition .competition-net img{
    width: 100%;
}