﻿body {
    font-family: "Roboto", sans-serif;
    color: #333;
    background-color: white;
}

.cd-container {
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
}

    .cd-container::after {
        content: '';
        display: table;
        clear: both;
    }

    .cd-container strong {
        font-size: 20px;
        color: #009bb3;
    }

    .cd-container p {
        font-size: 14px;
        font-weight: bold;
    }

.cd-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

    .cd-header:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-header #cd-logo {
        float: left;
        margin: 13px 0 0 5%;
    }

        .cd-header #cd-logo img {
            display: block;
        }

.cd-main-content {
    height: 100%;
    min-width: 1200px;
    position: relative;
    z-index: 1;
}

.cd-fixed-bg {
    position: relative;
    min-height: 635px;
    min-width: 1200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

    .cd-fixed-bg h1, .cd-fixed-bg h2 {
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 90%;
        max-width: 1200px;
        text-align: center;
        font-size: 30px;
        font-size: 1.875rem;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        color: white;
    }

    .cd-fixed-bg.cd-bg-1 {
        background-image: url("/Images/About/Culture/qywh—bj1.jpg");
    }

    .cd-fixed-bg.cd-bg-2 {
        background-image: url("/Images/About/Culture/qywh—bj2.jpg");
    }

    .cd-fixed-bg.cd-bg-3 {
        background-image: url("/Images/About/Culture/qywh—bj.jpg");
    }

@media only screen and (min-width: 1170px) {
    .cd-fixed-bg {
        background-attachment: fixed;
    }

        .cd-fixed-bg h1, .cd-fixed-bg h2 {
            font-size: 48px;
            font-weight: 300;
        }
}

.cd-scrolling-bg {
    position: relative;
    padding: 4em 0;
    line-height: 1.6;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    z-index: 2;
}

@media only screen and (max-width: 1024px) {
    .cd-fixed-bg h1, .cd-fixed-bg h2 {
        font-size: 48px;
    }

    .cd-scrolling-bg {
        padding: 8em 0;
        font-size: 20px;
        line-height: 2;
        font-weight: 300;
    }

    .cd-main-content {
        min-width: 1000px;
        position: relative;
        z-index: 1;
    }

    .cd-fixed-bg {
        position: relative;
        min-width: 1000px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 1;
    }

        .cd-fixed-bg h1, .cd-fixed-bg h2 {
            position: absolute;
            left: 50%;
            top: 50%;
            bottom: auto;
            right: auto;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            width: 90%;
            max-width: 1000px;
            text-align: center;
            font-size: 48px;
            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
            color: white;
        }

    .cd-container strong {
        font-size: 44px;
        color: #009bb3;
    }

    .cd-container p {
        font-size: 32px;
        font-weight: bold;
    }
}

.btm {
    margin-top: 0px !important;
}
