html {
    background: black;
}

.chuangmo {
    width: 100%;
}

.chuangmo-banner {
    width   : 100%;
    position: relative;
}

.chuangmo-banner img {
    width         : 90%;
    vertical-align: top;
}

.banner-wrapper {
    width             : 1200px;
    height            : 100%;
    position          : absolute;
    top               : 0%;
    left              : 50%;
    -webkit-transform : translateX(-50%);
    transform         : translateX(-50%);
    display           : -webkit-box;
    display           : -ms-flexbox;
    display           : flex;
    -webkit-box-pack  : end;
    -ms-flex-pack     : end;
    justify-content   : flex-end;
    -webkit-box-align : end;
    -ms-flex-align    : end;
    align-items       : flex-end;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    padding-bottom    : 100px;
}

.banner-wrapper .form-desc {
    width            : 449px;
    position         : absolute;
    right            : 0;
    top              : 50%;
    -webkit-transform: translateY(-50%);
    transform        : translateY(-50%);
}

.chuangmo-banner .banner-wrapper .form-desc img{
    width: 260px;
    height:auto;
}

.chuangmo-banner .banner-wrapper .form-desc .reddot img{
    width: 110px;
    height:auto;
    margin:10px auto;
}

.reddot p{
    color:#fff;
}

.chuangmo .part{
    width:100%;
    height:500px;
}

.chuangmo .p1 {
    background-image: url(../images/vp70a.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.chuangmo .p2 {
    background-image: url(../images/vp70b.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.chuangmo .p3 {
    background-image: url(../images/vp70c.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.chuangmo .p4 {
    background-image: url(../images/vp70d.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.part .desc-content{
    margin: auto 160px;
}

.partvideo {
    width:1200px;
    height:600px;
	margin:auto;
    background-image: url(../images/vp-video-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.video {
    display: inline-block;
    position: revert;
    margin: 150px 320px;
}

.video video{
    width: 560px;
    height: 315px;    
}

.p1 .title{
    margin: 120px 160px auto;
}

.p1 .subtitle{
    margin: 20px 160px auto;
}

.p1 hr{
    width:4%;
    border:1pt;
    margin: 20px 160px;
}

.p2,.p4 {
    text-align: right;
}

.p2 .subtitle, .p3 .subtitle, .p4 .subtitle{
    margin: 160px 160px auto;
}


 
@media (max-width:992px) {
    html {
        background: black;
    }

    .chuangmo {
        width     : 100%;
        margin-top: .71rem;
    }

    .chuangmo-banner {
        width   : 100%;
        position: relative;
        min-height: 60%;
    }

    .chuangmo-banner img {
        width         : 100%;
        vertical-align: top;
    }

    .banner-wrapper {
        width            : 6.67rem;
        height           : 100%;
        position         : absolute;
        top              : 0;
        left             : 50%;
        -webkit-transform: translateX(-50%);
        transform        : translateX(-50%);
        padding-bottom   : 0;
    }

    .banner-wrapper .form-desc {
        width            : 4.49rem;
        position         : absolute;
        right            : 0;
        top              : 50%;
        -webkit-transform: translateY(-50%);
        transform        : translateY(-50%);
    }
    
    .chuangmo-banner .banner-wrapper .form-desc img {
    width: 240px;
    height: auto;
    }

    .form-desc hr {
        margin       : 0;
        margin-top   : .28rem;
        margin-bottom: .30rem;
        width        : .62rem;
    }
    
    .chuangmo-banner .banner-wrapper .form-desc .reddot img{
    width: 90px;
    height:auto;
    margin:10px auto;
}

.reddot p{
    font-size:13px;
}
    
    .chuangmo .part{
    width:100%;
    height:380px;
}

.chuangmo .p1 {
    background-image: url(../images/vp70a-mb.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.chuangmo .p2 {
    background-image: url(../images/vp70b-mb.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.chuangmo .p3 {
    background-image: url(../images/vp70c-mb.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.chuangmo .p4 {
    background-image: url(../images/vp70d-mb.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.partvideo {
    width:100%;
    height:360px;
	margin:auto;
    background-image: url(../images/vp-video-bg-mb.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video {
    display: inline-block;
    position: revert;
    margin: 95px 20px;
}

.video video{
    width: 100%;
    height: auto;    
}

.p1 .title {
    margin: 60px 20px auto;
}

.p1 hr {
    width: 14%;
    border: 1pt;
    margin: 10px 20px;
}

.p1 .subtitle {
    margin: 10px 20px auto;
}

.part .desc-content {
    margin: auto 20px;
}

.p2 .subtitle, .p3 .subtitle, .p4 .subtitle {
    margin: 60px 20px auto;
}
    
    .pc{
        display: none;
    }

    .mobile{
        display: block;
    }

}