
.intelligenceHeader {
    background: #333333;
    color: #878787;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 0;
}
.intelligenceHeader .container {
    max-width: 1200px;
}
.intelligenceHeader .title {
    font-size: 18px;
    color: #fff;
    margin-right: 20px;
}
.intelligenceHeader em {
    font-style: normal;
}
.intelligenceHeader .subtitle {
    float: right;
}
.intelligenceHeader .subtitle a {
    color: #f45f1d;
}
.intelligenceBody {
    background: url(../images/intelligence-bg.jpg) no-repeat center center;
    background-attachment: fixed;
    /*position: absolute;
    top: 100px;
    width: 100%;*/
    padding: 50px 0 50px 0;
    min-width: 1240px;
    /*height: calc(100% - 100px);*/
    min-height: 790px;
}
.intelligenceBody .nr {
    position: relative;
    background: #fff;
    width: 100%;
    min-height: 730px;

    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.intelligenceBody .nr iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border: none;
}
@media screen and (max-width: 768px) {
    .intelligenceHeader {
        padding: 0 10px;
    }
    .intelligenceBody {
        min-width: 100%;
        padding: 20px 20px;
        min-height: auto;
    }
    .intelligenceBody .nr {
        padding: 0 10px;
    }
}

