.main-box {
    height: 600px;
    background: url(/css/nbbackground.png) center center no-repeat;
    background-size: 100%
}

.img-box {
    width: 1120px;
    margin: 0 auto;
    padding-top: 120px;
}

.text-box {
    height: 135px;
    width: 435px;
}

.text-box h1 {
    font-size: 3em;
}

.text-box h4 {
    font-size: 1.8em;
}

.nb-red {
    height: 75px;
    width: 100%;
    background: url(/css/nbred.png) center center no-repeat;
    background-size: 100%;
    margin-top: 94px;
}

.nb-red-box {
    width: 1120px;
    height: 100%;
    margin: 0 auto;
}

.nb-red-box p {
    height: 50%;
    line-height: 300%;
    color: #fff;
}

.nb-red-box p a {
    color: #fff;
}

.nb-red-box p a.nb-title {
    font-size: 24px;
    display: block;
    height: 100%;
    line-height: 210%;
}
