.bar {
    width: 100%;
    position: relative;
    min-width: 1200px;
    height: 660px;
    background: url("../image/bar.png");
    background-size: 100% 100%
}

    .bar .content {
        width: 1200px;
        margin: 0 auto;
        color: #FFFFFF;
        padding-top: 200px
    }

    .bar p {
        font-size: 36px;
        line-height: 1.5;
        padding-left: 20px;
        font-family: "幼圆",serif
    }

    .bar .title {
        font-size: 48px;
        font-weight: bold;
        line-height: 1.3;
        margin: 90px 0 30px;
        font-family: "Microsoft YaHei",serif
    }
