.main {
    width: 100%;
}

.bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg1 {
    background-image: url('/zjxImage/about/png_banner.png');
}

.bg2 {
    background-image: url('/zjxImage/about/png_rongyu_beijing.png');
}

.bg3 {
    background-image: url('/zjxImage/about/png_guanyuwomenbeijing.png')
}

.bg4 {
    background-image: url('/zjxImage/about/png_lianxiwomenbeijing.png')
}

.content-item {
    height: 670px;
    width: 100%;
    position: relative;
}

.content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

    .content > .title-text {
        color: #333333;
        font-size: 32px;
        padding-top: 80px;
        text-align: center;
    }
    .content > .title-text2 {
        color: #fff;
        font-size: 32px;
        padding-top: 80px;
        text-align: center;
    }
        .content > .title-text img {
            margin: 0px 19px;
            width: 50px;
            height: 30px;
            vertical-align: middle;
        }
   
        .content > .title-text2 img {
            margin: 0px 19px;
            width: 50px;
            height: 30px;
            vertical-align: middle;
        }



        /*.content > .title-text .heng {
            width: 30px;
            margin: 0 auto
        }*/

.text-content {
    padding-top: 40px;
    padding-bottom: 52px;
}

    .text-content > .text {
        padding: 0 100px;
        text-indent: 2em;
        font-size: 16px;
        color: #333333;
        line-height: 2;
    }

.list-dom {
    padding-top: 50px;
}

.list-box {
    text-align: left;
    vertical-align: top;
}

    .list-box > .list-item {
        display: inline-block;
        padding-bottom: 30px;
        vertical-align: top;
        color:#fff;
    }

        .list-box > .list-item:first-child {
            padding-left: 250px;
            width: 650px;
        }

        .list-box > .list-item > img {
            width: 18px;
            padding-top: 3px;
            vertical-align: top;
            margin-right: 10px;
        }

        .list-box > .list-item > div {
            display: inline-block;
        }

.my-swiper-container {
    position: relative;
}

.my-swiper-slide {
    display: inline-block;
    width: 230px;
    position: absolute;
    top: 0;
    left: 485px;
    color: #fff;
    font-size: 16px;
    transition: left 0.6s, transform 0.6s;
}

    .my-swiper-slide > img {
        width: 230px;
    }

    .my-swiper-slide > div {
        text-align: center;
        padding-top: 30px;
    }

.slide1 {
    z-index: 3;
}

.slide2 {
    left: 725px;
    transform: scale(0.8, 0.8);
    color: #999999;
    font-size: 16px;
    z-index: 2;
}

.slide3 {
    left: 920px;
    transform: scale(0.6, 0.6);
    color: #999999;
    font-size: 18px;
    z-index: 1;
}

.slide4 {
    left: 40px;
    transform: scale(0.6, 0.6);
    color: #999999;
    font-size: 18px;
    /*    transition: none;*/
    z-index: 1;
}

.slide5 {
    left: 240px;
    transform: scale(0.8, 0.8);
    color: #999999;
    font-size: 16px;
    z-index: 2;
}

.img-content {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 110px;
}

    .img-content > img {
        height: 263px;
        margin: 0 5px;
        vertical-align: top;
    }

    .img-content > div {
        height: 263px;
        width: calc(100% - 500px);
        display: inline-block;
    }
