
.module-supplyChain {
    position: relative;
    width: 1180px;
    margin: 0 auto
}

.module-supplyChain .supplyChain--content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 70px;
    background: #fff
}

.module-supplyChain .supplyChain-description-block {
    margin: 0 15px;
    width: 480px
}

.module-supplyChain .supplyChain-description-block .supplyChain-desc-item+.supplyChain-desc-item {
    margin-top: 30px
}

.module-supplyChain .supplyChain-description-block .supplyChain-desc__title {
    margin-bottom: 16px
}

.module-supplyChain .supplyChain-description-block .supplyChain-desc__title i {
    color: #ff8700;
    font-size: 38px;
    vertical-align: middle
}

.module-supplyChain .supplyChain-description-block .supplyChain-desc__title .desc-title--text {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    color: #222;
    letter-spacing: 1px
}

.module-supplyChain .supplyChain-description-block .supplyChain-desc__list {
    font-size: 14px;
    letter-spacing: 2px;
    color: #333;
    line-height: 24px
}
.module-supplyChain .supplyChain--video-block {
    margin: 0 15px;
    width: 480px;
    height: 270px;
}
.module-supplyChain .supplyChain--video-block .supplyChain-desc__title {
    display: flex;
    align-items: center;
}
.module-supplyChain .supplyChain--video-block .play-o{
    height: 28px;
}
.module-supplyChain .supplyChain--video-block .text{
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    color: #222;
    letter-spacing: 1px;
}
.module-supplyChain .supplyChain--img {
    margin: 0 15px;
    width: 480px
}

.module-supplyChain .supplyChain--img img {
    max-width: 100%
}
/* 视频相关-新 start */
.module-supplyChain .video-preview__wrapper {
    text-align: center;    
    background-size: cover;
    position: relative;
}

.module-supplyChain .video-preview__wrapper .play-icon {
    position: absolute;
    bottom: 53px;
    right: 50px;
}
.event-video-preview__wrapper .play-icon{
    display: none;
}
.event-video-preview__wrapper.playing .play-icon{
    display: none;
}
.module-supplyChain .video-preview__wrapper .video{    
    max-width: 480px;
    max-height: 232px;
    margin-top: 10px;
}
/* 视频相关-新 end */
.module-supplyChain .split-line {
    position: relative;
    margin: 0 auto;
    height: 5px;
    width: 688px;
    background-image: url(/Public/home/images/split-line.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.sc-block1 .supplyChain__wrapper,
.sc-block2 .supplyChain__wrapper,
.sc-block3 .supplyChain__wrapper,
.sc-block4 .supplyChain__wrapper,
.sc-block5 .supplyChain__wrapper,
.sc-block6 .supplyChain__wrapper {
    padding-top: 40px
}

.sc-block6 {
    margin-bottom: 70px
}