body {
    overflow-x: hidden
}

.detail {
}

.introduce {
    padding-bottom: 10px;
    width: 1200px;
    margin: 0 auto
}

    .introduce p {
        display: inline-block;
        width: 660px;
        vertical-align: top;
        line-height: 2;
        margin-bottom: 20px;
        text-indent: 2rem;
    }

    .introduce .title {
        font-size: 26px;
        line-height: 180px;
        margin-bottom: 0;
        text-indent: 0;
        margin-top: 20px
    }

    .introduce img {
        float: right;
        vertical-align: top;
        margin-top: -370px
    }

.culture {
    position: relative;
    height: 710px;
    ;
    margin-top: 80px
}

    .culture img {
        position: absolute;
        right: 55%
    }

    .culture .content {
        position: absolute;
        width: 72%;
        background-color: #323232;
        right: 0;
        height: 511px;
        top: 60px;
        padding-top: 80px
    }

        .culture .content p {
            padding: 0 130px;
            line-height: 2;
            color: rgba(255,255,255,.8);
        }

        .culture .content .bold {
            font-weight: bold;
            margin-top: 52px
        }

        .culture .content .title_en {
            font-size: 30px;
            color: #5E5E5E;
            margin-bottom: -20px
        }

        .culture .content .title_cn {
            font-size: 26px;
            color: #FFFFFF;
            margin-bottom: -5px
        }

        .culture .content .bold {
            font-weight: bold;
            margin-top: 50px
        }

.video {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
}

    .video .title {
        font-size: 26px;
        line-height: 180px;
        margin-bottom: 0;
        text-indent: 0;
        margin-top: 20px
    }

    .video video {
        width: 528px;
        height: 294px;
    }
