.banner{
    background: url(/assets/images/backgrounds/di-banner.png) no-repeat center;
    background-size: cover;
    padding: 90px 0 70px;
    text-align: center;
}
.banner .container{
    padding: 0;
    position: relative;
}
.banner .img-bot{
    position: absolute;
    right: 0;
    bottom: -60px;
}
.banner h1 {
    font-size: 4.6rem;
}
.banner .des{
    font-size: 2.4rem;
    margin-bottom: 30px;
}
.banner p{
    font-size: 1.8rem;
}
.banner .btn{
    margin-top: 30px;
    line-height: 40px;
}
@media all and (max-width:1199px){
    .banner .img-bot{
        display: none;
    }
}

.note{
    color: #091871;
    padding: 50px 0 10px;
}
.note h2{
    font-size: 4.8rem;
}
.note .des{
    font-size: 1.6rem;
    line-height:  1.6;
    margin-bottom: 10px;
}
.note .btn{
    line-height: 40px;
    margin-top: 50px;
}