@import url('/home/header/header.css?__inline');
@import url('/home/footer/footer.css?__inline');
@import url('/home/userInfo/userInfo.css?__inline');
body{
    overflow-x: hidden;
}
header.header-scroll-default{
    background: rgba(32, 45, 92, 0.94);
}
button.signin-btn::before{
    background: rgba(21,44,76,0.98);
}
button.signin-btn:hover{
    border: 2px solid rgba(255,255,255,0.50);
}
button.signin-btn:hover::before{
    background: rgba(32, 45, 92,0.98);
}
.container{
    width: 100% !important;
    padding: 0;
    margin: 0;
}
.top {
    position: relative;
    width: 100%;
    min-height: 500px;
    max-height: 740px;
    height: 100%;
    text-align: center;
    overflow: hidden;
    background-color: rgba(32, 45, 92, 0.87);
    background-size: cover;
}
.top .video-default-img{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/static/images/new_home/main_top_bg.jpg) no-repeat center center;
    background-color: rgba(21,44,76,0.98);
    background-size: cover;
    z-index: -5;
}
.top #home_video{
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -10;
}
.top .container{
    position: relative;
    width: 100%;
    max-width: 960px;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    z-index: 999;
}

.top .container .slogan-wrap{
    position: relative;
    width: 100%;
    height: 60%;
}
.top .container .slogan{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    margin: -10px 0 0 -50%;
}
.top .slogan .name{
    font-weight: 400;
    line-height: 1em;
    font-size: 2.2em;
    letter-spacing: 0.3em;
    color: rgba(255, 255, 255, .7);
}
.top .slogan .play-video{
    width: 100%;
    margin-top: 56px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    display: none;
}
.top .slogan .slogan-title{
    position: relative;
    line-height: 1.8em;
    font-weight: 200;
    color: #fff;
    letter-spacing: 6px;
    text-indent: 6px;
    font-size: 4.6em;
}
.top .slogan .slogan-animation-box{
    position: relative;
    color: rgba(255,255,255,.7);
    font-size: 1.4em;
    font-weight: bold;
    text-indent: 6px;
    letter-spacing: 6px;
    line-height: 1em;
    display: none;
}
.top .slogan .slogan-animation-box .slogan-animation{
    width: 100%;
    margin: 0;
    font-weight: 200;
}
.top .slogan .slogan-animation-box strong{
    position: absolute;
    width: 100%;
    display: block;
    font-weight: normal;
    opacity: 0;
}
.top .drop-down {
    position: absolute;
    bottom: 32px;
    width: 100%;
    height: 34px;
    cursor: pointer;
}
.top .drop-down .home-icon{
    width: 14px;
    height: 34px;
    margin: 0 auto;
}
.top .container .slogan-title{
    -webkit-animation-delay: .2s;
}
.top .container p:last-child{
    -webkit-animation-delay: .3s;
}

.benefits {
    background: #eef0f1;
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
}
.benefits-slogan{
    width: 100%;
    height: 234px;
    background: #FFF;
}
.benefits-slogan .title {
    font-weight: 200;
    font-size: 34px;
    margin-top: 64px;
    margin-bottom: 16px;
    color: #262C36;
}
.benefits-slogan .derc {
    font-size: 16px;
    width: 80%;
    max-width: 760px;
    margin: 0 auto;
    line-height: 30px;
    color: #585D65;
}
.benefits-container {
    padding: 0;
    width: 100%;
}
.benefits-container .block{
    position: relative;
    width: 100%;
    height: 440px;
}
.benefits-container .block:nth-child(odd){
    background: #EFF3FD;
}
.benefits-container .block:nth-child(even){
    background: #FFFFFF;
}
.benefits-container .block:nth-child(odd) .derc-box{
    float: right;
    margin-right: 72px;
}
.benefits-container .block:nth-child(even) .derc-box{
    float: left;
    margin-left: 72px;
}
.benefits-container .block:nth-child(odd) .benefits-derc{
    left: 0;
}
.benefits-container .block:nth-child(even) .benefits-derc{
    right: 0;
}
.benefits-container .block:nth-child(odd) .benefits-img{
    right: 0;
}
.benefits-container .block:nth-child(even) .benefits-img{
    left: 0;
}
.benefits .benefits-derc{
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}
.benefits .benefits-derc .derc-box{
    width: 440px;
    margin-top: 120px;
    text-align: left;
}
.benefits-derc .title{
    font-size: 30px;
    color: #1D1D1D;
    font-weight: normal;
}
.benefits-derc .content{
    margin-top: 32px;
    font-size: 16px;
    color: #6E6F74;
    line-height: 28px;
}
.benefits-derc .tip-button{
    display: block;
    width: 144px;
    height: 48px;
    margin-top: 24px;
    line-height: 48px;
    font-size: 16px;
    color: #5182E4;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    box-shadow: 0px 0px 0px 2px #5182E4;
    transition: .1s all 0s ease-in-out;
}
.benefits-derc .tip-button span{
    z-index: 1;
}
.benefits-derc .tip-button::before{
    background: #5182e4;
}
.benefits-derc .tip-button:hover{
    color: rgba(255,255,255,1);
    box-shadow: 0px 0px 0px 2px transparent;
    transition: .1s all 0s ease-in-out;
}
.benefits-derc .tip-button:hover::before{
    background: #5182e4;
}
.benefits .benefits-img{
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}
.benefits-img-a .img-wrap{
    width: 470px;
    height: 263px;
    margin: 88px 0 0 72px;
    background: url(/static/images/new_home/main_info_a.png) no-repeat center center;
}
.benefits-img-b .img-wrap{
    width: 397px;
    height: 258px;
    margin: 59px 135px 0 auto;
    background: url(/static/images/new_home/main_info_b.png) no-repeat center center;
}
.benefits-img-c .img-wrap{
    width: 332px;
    height: 318px;
    margin: 55px 0 0 127px;
    background: url(/static/images/new_home/main_info_c.png) no-repeat center center;
}
.benefits-img-d .img-wrap{
    width: 385px;
    height: 251px;
    margin: 75px 111px 0 auto;
    background: url(/static/images/new_home/main_info_d.png) no-repeat center center;
}
.benefits-img-e .img-wrap{
    width: 420px;
    height: 243px;
    margin: 90px 0 0 95px;
    background: url(/static/images/new_home/main_info_e.png) no-repeat center center;
}

.industry-info{
    width: 100%;
    height: 696px;
    overflow: hidden;
    text-align: center;
    background: url(/static/images/new_home/industry_info_bg.jpg) no-repeat center center;
    background-size: cover;
}
.industry-title{
    width: 100%;
    margin-top: 56px;
    margin-bottom: 16px;
    font-weight: 200;
    font-size: 34px;
    color: #FFFFFF;
}
.industry-derc {
    font-size: 16px;
    max-width: 760px;
    width: 80%;
    margin: 0 auto;
    line-height: 30px;
    color: #C8D7E5;
}
.industry-list-wrap{
    width: 960px;
    margin: 24px auto;
    overflow: hidden;
}
.industry-list{
    float: left;
    display: inline-block;
    width: 192px;
    height: 216px;
    opacity: 0.7;
    overflow: hidden;
    transition: .2s all 0s ease-in-out;
    box-shadow: inset -1px 0px 0px 0px rgba(255,255,255,0.24), inset 0px -1px 0px 0px rgba(255,255,255,0.24);
}
.industry-list:hover{
    transition: .2s all 0s ease-in-out;
    opacity: 1;
}
.industry-list-wrap .industry-list:nth-child(6),
.industry-list-wrap .industry-list:nth-child(7),
.industry-list-wrap .industry-list:nth-child(8),
.industry-list-wrap .industry-list:nth-child(9){
    box-shadow: inset -1px 0px 0px 0px rgba(255,255,255,0.24);
}
.industry-list-wrap .industry-list:nth-child(5){
    box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,0.24);
}
.industry-list-wrap .industry-list:nth-child(10){
    box-shadow: none;
}
.industry-list .industry-logo{
    width: 56px;
    height: 56px;
    margin: 56px auto 0;
}
.industry-list .name{
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 8px;
}

.companion-list{
    position: relative;
    width: 100%;
    height: auto;
    max-width: 960px;
    margin:0 auto;
}
.companion-list .companion-title{
    font-size: 34px;
    color: #1D1D1D;
    width: 100%;
    margin-top: 56px;
    margin-bottom: 16px;
    font-weight: 200;
    text-align: center;
}
.companion-list .companion-derc {
    font-size: 16px;
    max-width: 760px;
    width: 80%;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
}
.companion-list .companion-board{
    width: 968px;
    margin: 0 auto 56px;
    overflow: hidden;
}
.companion-board .companion-logo{
    float: left;
    display: inline-block;
    width: 234px;
    height: 106px;
    margin-left: 8px;
    margin-top: 32px;
    border: 1px solid rgba(0,0,0,0.10);
}
.screen-video{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #151515;
    justify-content: center;
    z-index: 9999;
    display: none;
}
.screen-video-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 854px;
    height: 480px;
    margin-left: -427px;
    margin-top: -240px;
    display: none;
}
.screen-video .close-video{
    position: absolute;
    top: 32px;
    right: 32px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #585D65;
    cursor: pointer;
}
.screen-video .close-video:hover{
    background: #fff;
}
.screen-video .close-video:before{
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background: #1D1D1D;
    top: 11px;
    left: 4px;
    transform: rotate(45deg);
    transition: .5s all 0s ease-in-out;
}
.screen-video .close-video:after{
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background: #1D1D1D;
    top: 11px;
    left: 4px;
    transform: rotate(-45deg);
    transition: .5s all 0s ease-in-out;
}
.screen-video .close-video:hover:before{
    transform: rotate(-45deg);
    transition: .2s all 0s ease-in-out;
}
.screen-video .close-video:hover:after{
    transform: rotate(45deg);
    transition: .2s all 0s ease-in-out;
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
    .top .slogan .name{
        font-size: 2.2em;
    }
    .top .slogan .slogan-title{
        font-size: 4em;
    }
    .benefits-container .block:nth-child(odd) .derc-box{
        margin-right: 56px;
    }
    .benefits-container .block:nth-child(even) .derc-box{
        margin-left: 56px;
    }
    .benefits-img-a .img-wrap{
        margin-left: 56px;
    }
    .benefits-img-b .img-wrap{
        margin-right: 112px;
    }
    .benefits-img-c .img-wrap{
        margin-left: 108px;
    }
    .benefits-img-d .img-wrap{
        margin-right: 96px;
    }
    .benefits-img-e .img-wrap{
        margin-left: 78px;
    }

}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .top .slogan .name{
        font-size: 2em;
    }
    .top .slogan .slogan-title{
        font-size: 3.6em;
        color: #fff;
        width: 100%;
        margin: 0 auto;
        text-indent: 2px;
        letter-spacing: 2px;
    }
    .benefits .benefits-derc .derc-box{
        width: 320px;
    }
    .benefits-derc .title{
        font-size: 24px;
    }
    .benefits-derc .content{
        font-size: 14px;
    }
    .benefits-container .block:nth-child(odd) .derc-box{
        margin-right: 48px;
    }
    .benefits-container .block:nth-child(even) .derc-box{
        margin-left: 48px;
    }
    .benefits-img .img-wrap{
        width: 90%;
        margin-left: 0px;
        margin-right: 0px;
        background-size: contain;
    }
    .benefits-derc .tip-button{
        width: 128px;
        height: 42px;
        line-height: 42px;
    }
    .industry-list-wrap{
        width: 760px;
    }
    .industry-list{
        width: 152px;
        height: 200px;
    }
    .companion-list .companion-board{
        width: 768px;
    }
    .screen-video-wrap{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 720px;
        margin-left: -360px;
        margin-top: -240px;
        display: none;
    }

}
@media screen and (max-width: 768px) {
    .top .slogan .name{
        font-size: 2em;
    }
    .top .slogan .slogan-title{
        font-size: 3em;
        color: #fff;
        width: 100%;
        margin: 0 auto;
        text-indent: 2px;
        letter-spacing: 2px;
    }
    .top .slogan .slogan-animation-box{
        font-size: 1.4em;
        text-indent: 2px;
        letter-spacing: 2px;
    }
    .top .video-default-img{
        background: url(/static/images/new_home/main_top_bg_wap.jpg) no-repeat center center;
        background-size: cover ;
        z-index: 10;
    }
    .benefits-slogan{
        height: auto;
    }
    .benefits-slogan .title{
        font-size: 28px;
        margin-top: 56px;
    }
    .benefits-slogan .derc{
        font-size: 14px;
        width: 100%;
        padding: 0 40px;
        line-height: 24px;
        margin-bottom: 36px;
    }
    .benefits-container .block{
        height: 600px;
    }
    .benefits .benefits-img{
        width: 100%;
        height: auto;
    }
    .benefits .benefits-img .img-wrap{
        margin: 36px auto;
        background-size: 80%;
    }
    .benefits .benefits-img-c .img-wrap{
        margin-top: 16px;
        background-size: 70%;
    }
    .benefits .benefits-derc{
        width: 100%;
        height: auto;
        top: 330px;
    }
    .benefits-derc .content{
        width: 100%;
        padding: 0 16px;
        margin-top: 24px;
        font-size: 14px;
    }
    .benefits .benefits-derc .derc-box{
        width: 100%;
        float: none !important;
        margin: 0 auto !important;
        text-align: center;
    }
    .benefits-derc .title{
        font-size: 24px;
    }
    .benefits-derc .tip-button{
        width: 120px;
        height: 42px;
        line-height: 42px;
        font-size: 14px;
        margin: 24px auto;
    }
    .industry-info{
        height: auto;
    }
    .industry-title{
        font-size: 24px;
    }
    .industry-derc{
        font-size: 14px;
        width: 100%;
        padding: 0 40px;
        line-height: 24px;
    }
    .industry-list-wrap{
        width: 100%;
        max-width: 500px;
        overflow: hidden;
        margin-top: 32px;
        padding: 0 32px;
    }
    .industry-list{
        width: 50%;
        height: 120px;
    }
    .industry-list .industry-logo{
        margin-top: 16px;
    }
    .industry-list-wrap .industry-list:nth-child(odd){
        box-shadow: inset -1px 0px 0px 0px rgba(255,255,255,0.24), inset 0px -1px 0px 0px rgba(255,255,255,0.24);
    }
    .industry-list-wrap .industry-list:nth-child(even){
        box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,0.24);
    }
    .industry-list-wrap .industry-list:nth-child(9) {
        box-shadow: inset -1px 0px 0px 0px rgba(255,255,255,0.24);
    }
    .industry-list-wrap .industry-list:nth-child(10) {
        box-shadow: none;
    }

    .companion-list .companion-title{
        font-size: 24px;
        font-weight: 200;
    }
    .companion-list .companion-derc {
        font-size: 14px;
        width: 100%;
        padding: 0 40px;
        line-height: 24px;
    }
    .companion-list .companion-board{
        width: 100%;
        padding: 0 32px;
    }
    .companion-board .companion-logo{
        width: 50%;
        height: 90px;
        margin-left: 0;
        margin-top: 16px;
    }
    .screen-video-wrap{
        position: absolute;
        top: 20%;
        left: 0;
        width: 100%;
        padding: 0;
        margin-left: 0;
        margin-top: 0;
        display: none;
    }
    .screen-video .close-video{
        top: 16px;
        right: 16px;
    }
}

@media screen and (max-width: 460px) {
    .top .container .slogan-wrap{
        height: 50%;
    }
    .top .slogan .name{
        font-weight: normal;
        font-size: 28px;
    }
    .top .slogan .slogan-title{
        width: 100%;
        margin: 16px auto;
        font-weight: normal;
        font-size: 36px;
        color: #fff;
        text-indent: 0;
        letter-spacing: 0;
    }
    .top .slogan .slogan-animation-box{
        font-weight: normal;
        font-size: 22px;
        text-indent: 0;
        letter-spacing: 0;
    }
    .top .slogan .play-video{
        margin-top: 88px;
        margin-bottom: -32px;
    }
    .benefits-slogan .title{
        margin: 36px auto 16px;
        font-size: 32px;
        width: 280px;
    }
    .benefits-slogan .derc{
        font-size: 14px;
    }
    .benefits-container .block{
        height: 470px;
    }
    .benefits-container .block:nth-child(4){
        height: 460px;
    }
    .benefits-container .block:nth-child(5){
        height: 455px;
    }
    .benefits .benefits-img .img-wrap{
        height: 200px;
        max-width: 320px;
        margin: 16px auto;
        background-size: 80%;
    }
    .benefits .benefits-img-c .img-wrap{
        margin-top: 16px;
        background-size: 56%;
    }
    .benefits .benefits-derc{
        top: 234px;
    }
    .benefits-derc .content{
        margin-top: 18px;
        font-size: 14px;
        line-height: 24px;
        padding: 0 40px;
    }
    .benefits .benefits-derc .derc-box{
        float: none !important;
        margin: 0 auto !important;
        text-align: center;
    }
    .benefits-derc .title{
        font-size: 22px;
        font-weight: 400;
    }
    .benefits-derc .tip-button{
        width: 100px;
        height: 36px;
        line-height: 36px;
    }
    .industry-title{
        margin-top: 32px;
    }
    .industry-list{
        width: 50%;
    }
    .industry-list .name{
        font-size: 14px;
    }
    .companion-list .companion-board{
        width: 100%;
        padding: 0;
        margin-top: 16px;
    }
    .companion-board .companion-logo{
        background-size: contain;
    }
    .companion-board .companion-logo:nth-child(even){
        border-left: none;
    }

}
@media screen and (max-width: 360px) {
    .top .slogan .name,
    .top .slogan .slogan-animation-box {
        font-size: 1.5em;
    }

    .top .slogan .slogan-title {
        font-size: 28px;
    }
    
}
/* -------------------  滚动动画  ------------------- */
.top .container p.name,
.top .container p.slogan-title{
    -webkit-animation-name: popIn;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-delay: 0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: popIn;
    -moz-animation-duration: 0.5s;
    -moz-animation-delay: 0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-fill-mode: forwards;
    animation-name: popIn;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    transform: translateY(100px);
    will-change: transform,opacity;
}
@-webkit-keyframes popIn{
    0%{
        opacity: 0;
        transform: translateY(100px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}
@-moz-keyframes popIn{
    0%{
        opacity: 0;
        transform: translateY(100px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes popIn{
    0%{
        opacity: 0;
        transform: translateY(100px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}

.top .drop-down{
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-animation-name: arrowDown;
    -moz-animation-name: arrowDown;
    animation-name: arrowDown;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes arrowDown {
    0%, 100% {
        opacity: 0.5;
        transform: translateY(0)
    }
    50% {
        opacity: 1;
        transform: translateY(5px)
    }

}
@-moz-keyframes arrowDown {
    0%, 100% {
        opacity: 0.5;
        transform: translateY(0)
    }
    50% {
        opacity: 1;
        transform: translateY(5px)
    }
}
@keyframes arrowDown {
    0%, 100% {
        opacity: 0.5;
        transform: translateY(0)
    }
    50% {
        opacity: 1;
        transform: translateY(5px)
    }
}

.pop-up{
    opacity: 1 !important;
    transform: translateY(0) !important;
}
.benefits-derc .derc-box,
.benefits-img .img-wrap{
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: 1s all .2s cubic-bezier(.215,.61,.355,1);
    -moz-transition: 1s all .2s cubic-bezier(.215,.61,.355,1);
    -o-transition: 1s all .2s cubic-bezier(.215,.61,.355,1);
    transition: 1s all .2s cubic-bezier(.215,.61,.355,1);
    opacity: 0;
    will-change: transform,opacity;
}
/* ------ windows chrome 字体重置 ------ */
.top .slogan .name,
.top .slogan .slogan-title,
.top .slogan .slogan-animation-box,
.solution .container .title,
.solution .container .derc,
.benefits .benefits-slogan .title,
.benefits .benefits-slogan .derc{
    font-family: 'PingFang SC','Helvetica Neue',Helvetica,STHeitiSC-Light,WOL_SB,'Segoe UI Semibold','Segoe UI',Tahoma,Helvetica,'Microsoft Yahei',sans-serif;
}

.home-body .video-js{
    width: 100% !important;
    height: 100% !important;
}
.home-body .vjs-default-skin.vjs-paused .vjs-big-play-button{
    display: block;
}
.home-body .vjs-default-skin .vjs-big-play-button{
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    border-radius: 50%;
    background: rgba(30,30,30,0.8);
    border: none;
    box-shadow: none;
    transition: .2s all 0s ease-in-out;
}
.home-body .vjs-default-skin:hover .vjs-big-play-button,
.home-body .vjs-default-skin .vjs-big-play-button:focus{
    background: rgba(30,30,30,1);
    border: none;
    box-shadow: none;
    transition: .2s all 0s ease-in-out;
}

.home-body .vjs-default-skin .vjs-big-play-button:before{
    color: rgba(255,255,255,0.7);
    line-height: 90px;
    text-shadow: none;
    font-size: 36px;
    left: 4px;
}
.home-body .vjs-default-skin:hover .vjs-big-play-button:before,
.home-body .vjs-default-skin .vjs-big-play-button:focus:before{
    color: rgba(255,255,255,1);
}
.home-body .vjs-default-skin .vjs-control{
    font-size: 1.3em;
}
.home-body .vjs-default-skin .vjs-progress-control{
    height: 8px;
    top: -8px;
}
.home-body .vjs-default-skin .vjs-control-bar {
    background-color: rgba(7, 20, 30, .8);
    height: 36px;
}
.home-body .vjs-default-skin .vjs-time-divider{
    font-size: 1.3em;
}
.home-body .vjs-default-skin.vjs-has-started .vjs-control-bar {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transition: visibility .1s,opacity .1s,transform .1s;
    -moz-transition: visibility .1s,opacity .1s,transform .1s;
    -o-transition: visibility .1s,opacity .1s,transform .1s;
    transition: visibility .1s,opacity .1s,transform .1s;
}
.home-body .vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(36px);
    -webkit-transition: visibility .3s,opacity .3s,transform .5s;
    -moz-transition: visibility .3s,opacity .3s,transform .5s;
    -o-transition: visibility .3s,opacity .3s,transform .5s;
    transition: visibility .3s,opacity .3s,transform .5s
}
.home-body .vjs-default-skin .vjs-control:before{
    line-height: 2em;
    font-size: 1.4em;
    color: rgba(255,255,255,0.7);
}
.home-body .vjs-default-skin .vjs-control:focus:before,
.home-body .vjs-default-skin .vjs-control:hover:before{
    text-shadow: none;
    color: rgba(255,255,255,1);
}
.home-body .vjs-default-skin .vjs-volume-bar{

    margin-top: 1.1em;
}
.home-body .vjs-default-skin .vjs-play-progress,
.home-body .vjs-default-skin .vjs-volume-level{
    background: #5182e4;
}
.home-body .vjs-default-skin .vjs-seek-handle:before,
.home-body .vjs-default-skin .vjs-volume-handle:before{
    content: '';
}


.ico-home-play{
    background: url(/static/img/new_home/ico_home_play.png?__sprite) 0 0 no-repeat;
}
.ico-home-arrow-right{
    background: url(/static/img/new_home/ico_home_arrow_right.png?__sprite) 0 0 no-repeat;
}
.ico-home-drop-down{
    background: url(/static/img/new_home/ico_home_arrow_down.png?__sprite) center center no-repeat;
}
.baihe-logo{
    background: url(/static/img/new_home/company/ico_baihe_logo.png?__sprite) center center no-repeat;
}
.chezhibao-logo{
    background: url(/static/img/new_home/company/ico_chezhibao_logo.png?__sprite) center center no-repeat;
}
.chunyu-logo{
    background: url(/static/img/new_home/company/ico_chunyu_logo.png?__sprite) center center no-repeat;
}
.dj58-logo{
    background: url(/static/img/new_home/company/ico_dj58_logo.png?__sprite) center center no-repeat;
}
.guazi-logo{
    background: url(/static/img/new_home/company/ico_guazi_logo.png?__sprite) center center no-repeat;
}
.huicong-logo{
    background: url(/static/img/new_home/company/ico_huicong_logo.png?__sprite) center center no-repeat;
}
.huizuche-logo{
    background: url(/static/img/new_home/company/ico_huizuche_logo.png?__sprite) center center no-repeat;
}
.kangjia-logo{
    background: url(/static/img/new_home/company/ico_kangjia_logo.png?__sprite) center center no-repeat;
}
.lanseguangbiao-logo{
    background: url(/static/img/new_home/company/ico_lanseguangbiao_logo.png?__sprite) center center no-repeat;
}
.liantong-logo{
    background: url(/static/img/new_home/company/ico_liantong_logo.png?__sprite) center center no-repeat;
}
.mengniu-logo{
    background: url(/static/img/new_home/company/ico_mengniu_logo.png?__sprite) center center no-repeat;
}
.dianxin-logo{
    background: url(/static/img/new_home/company/ico_dianxin_logo.png?__sprite) center center no-repeat;
}
.mingchuang-logo{
    background: url(/static/img/new_home/company/ico_mingchuang_logo.png?__sprite) center center no-repeat;
}
.mogujie-logo{
    background: url(/static/img/new_home/company/ico_mogujie_logo.png?__sprite) center center no-repeat;
}
.oneApm-logo{
    background: url(/static/img/new_home/company/ico_oneApm_logo.png?__sprite) center center no-repeat;
}
.quechao-logo{
    background: url(/static/img/new_home/company/ico_quechao_logo.png?__sprite) center center no-repeat;
}
.renrenche-logo{
    background: url(/static/img/new_home/company/ico_renrenche_logo.png?__sprite) center center no-repeat;
}
.weimeizi-logo{
    background: url(/static/img/new_home/company/ico_weimeizi_logo.png?__sprite) center center no-repeat;
}
.xindongfang-logo{
    background: url(/static/img/new_home/company/ico_xindongfang_logo.png?__sprite) center center no-repeat;
}
.yili-logo{
    background: url(/static/img/new_home/company/ico_yili_logo.png?__sprite) center center no-repeat;
}
.youxin-logo{
    background: url(/static/img/new_home/company/ico_youxin_logo.png?__sprite) center center no-repeat;
}
.zhaoshang-logo{
    background: url(/static/img/new_home/company/ico_zhaoshang_logo.png?__sprite) center center no-repeat;
}
.icbc-logo{
    background: url(/static/img/new_home/company/ico_icbc_logo.png?__sprite) center center no-repeat;
}
.zhdc-logo{
    background: url(/static/img/new_home/company/ico_zhdc_logo.png?__sprite) center center no-repeat;
}
.industry-logo.internet{
    background: url(/static/img/new_home/industry/internet_logo_white.png?__sprite) no-repeat center center;
}
.industry-logo.e-commerce{
    background: url(/static/img/new_home/industry/e_commerce_logo_white.png?__sprite) no-repeat center center;
}
.industry-logo.sem{
    background: url(/static/img/new_home/industry/sem_logo_white.png?__sprite) no-repeat center center;
}
.industry-logo.chain{
    background: url(/static/img/new_home/industry/chain_logo_white.png?__sprite) no-repeat center center;
}
.industry-logo.sale{
    background: url(/static/img/new_home/industry/sale_logo_white.png?__sprite) no-repeat center center;
}
.industry-logo.band{
    background: url(/static/img/new_home/industry/band_logo_white.png?__sprite) no-repeat center center;
}
.industry-logo.police{
    background: url(/static/img/new_home/industry/police_logo_white.png?__sprite) no-repeat center center;
}
.industry-logo.telecom{
    background: url(/static/img/new_home/industry/telecom_logo_white.png?__sprite) no-repeat center center;
}
.industry-logo.logistics{
    background: url(/static/img/new_home/industry/logistics_logo_white.png?__sprite) no-repeat center center;
}
.industry-logo.manufacture{
    background: url(/static/img/new_home/industry/manufacture_logo_white.png?__sprite) no-repeat center center;
}

@media screen and (max-width: 768px){
    .companion-board .companion-logo{
        background-size: contain !important;
    }
    .companion-logo.baihe-logo{
        background: url(/static/img/new_home/company/ico_baihe_logo.png) center center no-repeat;
    }
    .companion-logo.chezhibao-logo{
        background: url(/static/img/new_home/company/ico_chezhibao_logo.png) center center no-repeat;
    }
    .companion-logo.chunyu-logo{
        background: url(/static/img/new_home/company/ico_chunyu_logo.png) center center no-repeat;
    }
    .companion-logo.dj58-logo{
        background: url(/static/img/new_home/company/ico_dj58_logo.png) center center no-repeat;
    }
    .companion-logo.guazi-logo{
        background: url(/static/img/new_home/company/ico_guazi_logo.png) center center no-repeat;
    }
    .companion-logo.huicong-logo{
        background: url(/static/img/new_home/company/ico_huicong_logo.png) center center no-repeat;
    }
    .companion-logo.huizuche-logo{
        background: url(/static/img/new_home/company/ico_huizuche_logo.png) center center no-repeat;
    }
    .companion-logo.kangjia-logo{
        background: url(/static/img/new_home/company/ico_kangjia_logo.png) center center no-repeat;
    }
    .companion-logo.lanseguangbiao-logo{
        background: url(/static/img/new_home/company/ico_lanseguangbiao_logo.png) center center no-repeat;
    }
    .companion-logo.liantong-logo{
        background: url(/static/img/new_home/company/ico_liantong_logo.png) center center no-repeat;
    }
    .companion-logo.mengniu-logo{
        background: url(/static/img/new_home/company/ico_mengniu_logo.png) center center no-repeat;
    }
    .companion-logo.dianxin-logo{
        background: url(/static/img/new_home/company/ico_dianxin_logo.png) center center no-repeat;
    }
    .companion-logo.mingchuang-logo{
        background: url(/static/img/new_home/company/ico_mingchuang_logo.png) center center no-repeat;
    }
    .companion-logo.mogujie-logo{
        background: url(/static/img/new_home/company/ico_mogujie_logo.png) center center no-repeat;
    }
    .companion-logo.oneApm-logo{
        background: url(/static/img/new_home/company/ico_oneApm_logo.png) center center no-repeat;
    }
    .companion-logo.quechao-logo{
        background: url(/static/img/new_home/company/ico_quechao_logo.png) center center no-repeat;
    }
    .companion-logo.renrenche-logo{
        background: url(/static/img/new_home/company/ico_renrenche_logo.png) center center no-repeat;
    }
    .companion-logo.weimeizi-logo{
        background: url(/static/img/new_home/company/ico_weimeizi_logo.png) center center no-repeat;
    }
    .companion-logo.xindongfang-logo{
        background: url(/static/img/new_home/company/ico_xindongfang_logo.png) center center no-repeat;
    }
    .companion-logo.yili-logo{
        background: url(/static/img/new_home/company/ico_yili_logo.png) center center no-repeat;
    }
    .companion-logo.youxin-logo{
        background: url(/static/img/new_home/company/ico_youxin_logo.png) center center no-repeat;
    }
    .companion-logo.zhaoshang-logo{
        background: url(/static/img/new_home/company/ico_zhaoshang_logo.png) center center no-repeat;
    }
    .companion-logo.icbc-logo{
        background: url(/static/img/new_home/company/ico_icbc_logo.png) center center no-repeat;
    }
    .companion-logo.zhdc-logo{
        background: url(/static/img/new_home/company/ico_zhdc_logo.png) center center no-repeat;
    }
}
