html {
    background: black;
}

.gongyi {
    width: 100%;
}

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

.gongyi-banner img {
    width         : 100%;
    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%);
}

.gongyi-content {
    width      : 1200px;
    margin     : 0 auto;
    padding-top: 102px;
}

.gongyi-content p {
    /* color   : #fff; */
    line-height: 40px;
}

.item {
    width           : 100%;
    display         : -webkit-box;
    display         : -ms-flexbox;
    display         : flex;
    -webkit-box-pack: justify;
    -ms-flex-pack   : justify;
    justify-content : space-between;
    margin          : 46px 0;
}

.item-left {
    color                : #fff;
    width                : 481px;
    display              : -webkit-box;
    display              : -ms-flexbox;
    display              : flex;
    -ms-flex-pack        : distribute;
    justify-content      : space-around;
    -webkit-box-orient   : vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction   : column;
    flex-direction       : column;
}

.item-left img {
    width : 66px;
    height: 66px;
}

.item-left p:nth-child(1) {
    font-size: 26px;
}

.item-left p span {
    color: #c78936;
}

.item-info {
    width           : 100%;
    display         : -webkit-box;
    display         : -ms-flexbox;
    display         : flex;
    -webkit-box-pack: justify;
    -ms-flex-pack   : justify;
    justify-content : space-between;
    text-align      : center;
    font-size       : 16px;
}

.item-info p {
    color: #c78936;
}

.item-info span {
    color: #fff;
}

.info {
    margin-top: 48px;
}

.item-list {
    color      : #fff;
    line-height: 40px;
    margin     : 46px 0;
}

.item-list>li:not(:first-child) {
    padding-left: 20px;
    background  : url("../images/list-icon.png") no-repeat center left;
}

.item-left>p>img {
    display: none;
}

.info>span {
    display  : block;
    max-width: 320px;
    margin   : 0 auto;
}

.content-item>p:nth-child(4) {
    padding-top   : 48px;
    padding-bottom: 15px;
}

.content-item:last-child {
    margin-top   : 106px;
    margin-bottom: 100px;
}

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

    .gongyi {
        width: 100%;
    }

    .gongyi-banner {
        width     : 100%;
        position  : relative;
        margin-top: .71rem;
    }

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

    .banner-wrapper {
        width            : 6.67rem;
        height           : 100%;
        position         : absolute;
        bottom           : 5%;
        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%);
    }

    .form-desc>hr {
        margin       : 0;
        margin-top   : .28rem;
        margin-bottom: .30rem;
        width        : .62rem;
    }

    .gongyi-content {
        width      : 6.67rem;
        margin     : 0 auto;
        padding-top: .5rem;
    }

    .desc-content {
        line-height: .36rem;
    }

    .desc-title {
        font-size: .26rem;
    }

    .gongyi-content p {
        /* color   : #fff; */
        line-height: .36rem;
    }

    .item {
        width           : 100%;
        display         : block;
        -webkit-box-pack: justify;
        -ms-flex-pack   : justify;
        justify-content : space-between;
        margin          : .46rem 0;
    }

    .item-left {
        color                : #fff;
        width                : 6.67rem;
        display              : block;
        -ms-flex-pack        : distribute;
        justify-content      : space-around;
        -webkit-box-orient   : vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction   : column;
        flex-direction       : column;
        font-size            : .18rem;
    }

    .item-left img {
        width : .5rem;
        height: .5rem;
    }

    .item-left>img {
        display: none;
    }

    .item-left>p:first-child {
        display          : -webkit-box;
        display          : -ms-flexbox;
        display          : flex;
        width            : 5rem;
        -webkit-box-pack : start;
        -ms-flex-pack    : start;
        justify-content  : flex-start;
        -webkit-box-align: center;
        -ms-flex-align   : center;
        align-items      : center;
        margin           : .26rem 0;
        font-size        : .26rem;
    }

    .item-left>p>img {
        display    : inline-block;
        margin-left: .5rem;
    }

    .item-left p:nth-child(1) {
        font-size: .26rem;
    }

    .item-left p span {
        color: #c78936;
    }

    .item-right {
        width     : 100%;
        margin-top: .4rem;
    }

    .item-right>img {
        width: 100%;
    }

    .content-item {
        font-size: .16rem;
    }

    .content-item .form-desc .desc-title {
        font-size: .26rem;
    }

    .content-item .form-desc hr {
        width: .64rem;
    }

    .content-item>p:nth-child(4) {
        padding-top   : .48rem;
        padding-bottom: .15rem;
    }

    .content-item:last-child {
        margin: 0.5rem 0;
    }

    .item-info {
        width           : 100%;
        display         : block;
        -webkit-box-pack: justify;
        -ms-flex-pack   : justify;
        justify-content : space-between;
        text-align      : center;
        font-size       : .16rem;
    }

    .item-info p {
        color: #c78936;
    }

    .item-info>span {

        color: #fff;
    }

    .info {
        width     : 100%;
        margin-top: .2rem;
    }

    .info>span {
        width    : 100%;
        max-width: 100%;
    }

    .info>img {
        width        : 3.21rem;
        margin-bottom: .2rem;
    }

    .item-list {
        color      : #fff;
        line-height: .40rem;
        margin     : .46rem 0;
    }

    .item-list>li:not(:first-child) {
        padding-left: .20rem;
        background  : url("../images/list-icon.png") no-repeat center left;
    }

    .content-item>img {
        width: 100%;
    }
}