
.oem-banner{
    background-color: #2E65EF;
    position: relative;
    overflow: hidden;
}
.oem-banner::before{
    content: '';
    width: 300px;
    height: 300px;
    position: absolute;
    left:-150px;
    top:-150px;
    background: url(/Template/skin1/static2020/oem/images/OEM_banner_part1.png) no-repeat;
    background-size: 100% 100%;
    animation: partmove 3s linear infinite;
}
@keyframes partmove{
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
  }
.oem-banner .ks-container{
    position: relative;
    height: 100%;
    background: url(/Template/skin1/static2020/oem/images/OEM_banner_part2.png) no-repeat 100% 100%;
    background-size: auto 95%;
}
.oem-banner__info{
    position: absolute;
    top:50%;
    margin-top:-220px;
}
.oem-banner__title{
    font-size: 90px;
    color:#fff;
    font-weight: bold;
}
.oem-banner__desc{
    font-size: 48px;
    color:#fff;
    font-weight: 500;
    letter-spacing: 10px;
    margin-top: 20px;
}
.oem-banner__button{
    width: 240px;
    height: 54px;
    line-height: 54px;
    padding:0px;
    font-size: 24px;
    background-color: #fff;
    color: #2E65EF;
    margin-top: 80px;
}
.oem-banner__img{
    height: 605px;
    position: absolute;
    right: 0;
    top:50%;
    margin-top:-300px;
}
.oem-banner__img img{
    height: 100%;
    display: block;
}

.customized-service{
    position: relative;
    min-height: 448px;
    padding-left:332px;
}
.customized-service__left{
    width: 300px;
    position: absolute;
    left:0;
    top:0;
}
.customized-service__left img{
    width: 100%;
    display: block;
}
.customized-service__rimg img{
    width: 100%;
    display: block;
}
.customized-service__text{
    font-size:15px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:25px;
    margin-top: 26px;
}

/*相助展望*/

.cooperation-outlook__desc{
    font-size: 15px;
    line-height: 34px;
    color:#666;
    text-align: center;
    margin-top: -35px;
}
.cooperation-outlook__icon img{
    height: 64px;
    display: block;
    margin: 0 auto;
}
.cooperation-outlook__item{
    padding: 60px 40px;
    text-align: center;
}
.cooperation-outlook__title{
    font-size: 20px;
    line-height: 40px;
    margin-top: 20px;
}
.cooperation-outlook__info{
    line-height: 26px;
    color:#666;
    margin-top:10px;
}

.cooperation-list{
    margin-left: -60px;
}

.cooperation-explain{
    margin-left: 60px;
    border: 1px solid #eee;
    padding:30px 40px 25px 40px;
}
.cooperation-explain__title{
    font-size: 24px;
    line-height: 34px;
    text-align: center;
}

.cooperation-explain__info{
    line-height: 40px;
    color:#666;
    font-size: 15px;
    padding:20px 0 10px 20px;
    margin-top: 20px;
    background: url(/Template/skin1/static2020/oem/images/OEM_common_icon_content.png) no-repeat;
}

/*市场认可*/

.market-data{
    text-align: center;
    margin-top: -50px;
}
.market-data__value{
    font-size: 60px;
    color:#2E65EF;
    font-weight: bold;
    margin-top: 45px;
}
.market-data__text{
    font-size: 24px;
    color:#666;
    line-height: 44px;
    margin-top: 10px;
}
.market-approval__text{
    padding:0 90px;
    margin-top:40px;
}
.market-approval__text p{
    margin-top:35px;
    padding-left: 25px;
    font-size: 15px;
    line-height: 25px;
    color:#666;
    background: url(/Template/skin1/static2020/oem/images/OEM_common_icon_triangle.png) no-repeat 0 5px;
    background-size: auto 15px;
}

/*焦点竞争力*/
.competitiveness{
    overflow: hidden;
}
.competitiveness-item{
    border: 1px solid #E7EAF2;
    padding:36px;
}
.competitiveness-item__title{
    font-size: 20px;
    height: 70px;
    line-height: 70px;
    position: relative;
    padding-top: 10px;
}
.competitiveness-item__title::before{
    content: '';
    width: 40px;
    height: 4px;
    background-color: #2E65EF;
    position: absolute;
    left:0;
    top:0;
}
.competitiveness-item__img{
    height: 164px;
    position: relative;
    overflow: hidden;
}
.competitiveness-item__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.competitiveness-item__img:hover .competitiveness-item__intro{
    top: 0;
    opacity: 1;
}
.competitiveness-item__intro{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:100%;
    box-sizing: border-box;
    background-color: #fff;
    transition: .3s;
    opacity: 0;
}
.competitiveness-item__intro p{
    padding:7px 0;
    line-height: 24px;
    color:#666;
}

/*相助优势*/
.advantages-cooperation{
    text-align: center;
    margin-top: -30px;
}

.advantages-cooperation__item{
    margin-top: 30px;
}
.advantages-cooperation__icon img{
    height: 64px;
    display: block;
    margin: 0 auto;
}
.advantages-cooperation__text{
    line-height: 44px;
    margin-top: 5px;
}

/*多终端支持*/
.multi-terminal{
    margin-left: -40px;
}
.multi-terminal__img{
    overflow: hidden;
}
.multi-terminal__img img{
    width: 100%;
    display: block;
    transition: .3s;
}
.multi-terminal__img:hover img{
    transform: scale(1.2);
}
.multi-terminal__item{
    margin-left: 40px;
}
.multi-terminal__name{
    text-align: center;
    font-size: 15px;
    line-height: 35px;
    margin-top: 15px;
}


/*相助模子*/

.case-info{
    background-image: url(/Template/skin1/static2020/oem/images/OEM_content6_bg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position:  0 50%;
    height: 330px;
    padding: 70px 130px;
    box-sizing: border-box;
   
}
.case-info-list{
    overflow: hidden;
}
.case-info-item{
    position: relative;
    padding-left: 420px;
    min-height: 190px;
}
.case-info-item__cover{
    width: 340px;
    padding-bottom: 20px;
    position: absolute;
    left:0;
    top:0;
    text-align: center;
}
.case-info-item__cover img{
    width: 300px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.case-info-item__play{
    width: 300px;
    height: 168px;
    position: absolute;
    left:0;
    right: 0;
    margin: 0 auto;
    top:0;
    background-color: rgba(0,0,0,0.3);
    z-index: 2;
    line-height: 168px;
    cursor: pointer;
}
.case-info-item__play .iconfont{
    font-size: 30px;
    color:#fff;
}
.case-info-item__cover::after{
    content: '';
    height: 100%;
    background: url(/Template/skin1/static2020/oem/images/OEM_content5_part1.png) no-repeat 0 100%;
    background-size: 100% auto;
    width: 100%;
    position: absolute;
    left:0;
    bottom: 0;
}
.case-info-item__title{
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
.case-info-item__intro{
    font-size: 14px;
    line-height: 24px;
    height: 96px;
    color:#666;
    margin-top:30px;
}
.case-info .case-info-pagination{
    position: absolute;
    bottom: 24px;
    left:0;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .oem-banner__img{
        height: 80%;
        top:7%;
        margin-top: 0px;
        right: 40px;
    }
    .oem-banner__title{
        font-size: 66px;
    }
    .oem-banner__desc{
        font-size: 34px;
    }
    .oem-banner__info{
        left:40px;
        margin-top:-170px;
    }
    .oem-banner__button{
        font-size: 22px;
        width: 220px;
        height: 50px;
        line-height: 50px;
    }
    .oem-banner::before{
        width: 240px;
        left: -120px;
        top:-120px;
        height: 240px;
    }
    .customized-service{
        padding-left: 292px;
        min-height: 388px;
    }
    .customized-service__left{
        width: 260px;
    }
    .cooperation-list{
        margin-left: -40px;
    }
    .cooperation-explain{
        margin-left: 40px;
    }
    .cooperation-explain__info{
        font-size: 14px;
    }

    .market-data__value{
        margin-top: 40px;
        font-size: 54px;
    }
    .market-data__text{
        font-size: 18px;
        line-height: 38px;
    }
    .market-approval__text p{
        font-size: 14px;
        line-height: 24px;
        background-size: auto 14px;
    }

    .competitiveness-item{
        padding:30px;
    }
    .competitiveness-item__img{
        height: 130px;
    }
    .cooperation-outlook__desc{
        margin-top: -25px;
    }
    .case-info{
        padding:40px;
        height: 320px;
    }

    .case-info-item{
        padding-left: 380px;
    }
    .ks-reserve-form__input{
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .oem-banner__info{
        margin-top:-130px;
    }
    .oem-banner__title{
        font-size: 52px;
    }
    .oem-banner__desc{
        font-size: 24px;
        margin-top: 15px;
    }
    .oem-banner__button{
        margin-top:60px;
        width: 200px;
        height: 44px;
        line-height: 44px;
        font-size: 20px;
    }
    .oem-banner::before{
        width: 220px;
        left: -110px;
        top:-110px;
        height: 220px;
    }
    .customized-service{
        padding-left: 262px;
        min-height: 343px;
    }
    .customized-service__left{
        width: 230px;
    }
    .customized-service__text{
        font-size: 14px;
    }
    .cooperation-outlook__title{
        font-size: 18px;
    }
    .cooperation-outlook__item{
        padding:40px 15px;
    }
    .cooperation-outlook__info{
        font-size: 12px;
        line-height: 23px;
    }
    .cooperation-explain__title{
        font-size: 22px;
        line-height: 32px;
    }
    .cooperation-list{
        margin-left: -20px;
    }
    .cooperation-explain{
        margin-left: 20px;
        padding:20px 30px 15px 30px;
    }
    .cooperation-explain p{
        line-height: 28px;
        padding:5px 0;
    }
    .market-data__value{
        font-size: 48px;
    }
    .market-data__text{
        font-size: 16px;
    }
    .market-approval__text{
        padding:0 40px;
    }
    .competitiveness{
        margin: 0px;
    }
    .competitiveness-pagination{
        margin-top: 20px;
    }
    .competitiveness-item__img{
        height: inherit;
    }
    .competitiveness-item__intro{
        position: relative;
        width: inherit;
        height: inherit;
        top:0;
        opacity: 1;
        font-size: 16px;
        margin-top: 20px;
    }
    .multi-terminal{
        margin:-40px 0 0 -40px;
    }
    .multi-terminal__item{
        margin: 40px 0 0 40px;
        border: 1px solid #E7EAF2;
        padding: 20px 20px 15px 20px;
    }
    .multi-terminal__name{
        line-height: 25px;
        margin-top: 15px;
    }
    .case-info{
        height: 280px;
    }
    .case-info-item{
        padding-left: 315px;
        min-height: 160px;
    }
    .case-info-item__cover{
        width: 290px;
    }
    .case-info-item__cover img{
        width: 250px;
    }
}

@media screen and (max-width: 480px) {
    .oem-banner::before{
        width: 180px;
        height: 180px;
        left:-90px;
        top:-90px;
    }
    .oem-banner__img{
        height: inherit;
        top:32%;
        right: 0;
        left:0;
        margin: 0 auto;
    }
    .oem-banner .ks-container{
        background-position: 50% 50%;
        background-size: auto 76%;
    }
    .oem-banner__img img{
        height: auto;
        width: 90%;
        display: block;
        margin: 0 auto;
    }
    .oem-banner__info{
        top:6%;
        width: 100%;
        left:0;
        margin-top:50px;
        height: 74%;
    }
    .oem-banner__info::after{
        content: '';
        width: 30px;
        height: 30px;
        background: url(/Template/skin1/static2020/common/images/common_icon_more@2x.png) no-repeat;
        background-size: auto 100%;
        position: absolute;
        left:0;
        right: 0;
        margin: 0 auto;
        bottom: -50px;
        animation: bannermore 2s linear infinite;
    }
    @keyframes bannermore{
        0% {
           bottom: -50px;
        }
        50% {
            bottom: -65px;
        }
        100% {
            bottom: -50px;
        }
      }
    .oem-banner__title{
        font-size: 42px;
        margin-left: 40px;
    }
    .oem-banner__desc{
        margin-left: 40px;
    }
    .oem-banner__button{
        font-size: 16px;
        width: 160px;
        height: 38px;
        line-height: 38px;
        left:0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
    }
    
    .customized-service{
        padding-left: 0px;
    }
    .customized-service__left{
        position: relative;
        text-align: center;
        width: inherit;
    }
    .customized-service__left strong{
        font-size: 32px;
        font-weight: bold;
        color:#2E65EF;
    }
    .customized-service__left p{
        color:#666;
        font-size: 18px;
        margin-top: 10px;
    }
    .customized-service__right{
        margin-top: 30px;
    }
    .customized-service__text{
        position: relative;
        padding:15px;
        border: 1px solid #E7EAF2;
    }
    .cooperation-outlook__desc{
        line-height: 26px;
        padding:0 15px;
        margin-top: -20px;
    }
    .cooperation-outlook__item{
        padding:20px 15px 15px 15px;
    }
    .cooperation-outlook__title{
        font-size: 16px;
        line-height: 30px;
    }
    .cooperation-outlook .row{
        margin-top: 15px;
    }
    .cooperation-explain{
        padding:20px 15px;
        margin-left: 0px;
        margin-top:15px;
    }
    .cooperation-outlook .row{
        margin-left: 0px;
    }
    .cooperation-explain__title{
        font-size: 18px;
        font-weight: bold;
    }
    .cooperation-explain__info{
        margin-top:0px;
        background-position: 0 10px;
    }
    .cooperation-explain p{
        line-height: 26px;
        padding:8px 0;
    }
    .market-data{
        margin-top: -30px;
    }
    .market-data__value{
        font-size: 32px;
        margin-top: 30px;
    }
    .market-data__text{
        font-size: 14px;
        line-height: 24px;
    }
    .market-approval__text{
        padding:0 15px 20px 15px;
        border: 1px solid #E7EAF2;
    }
    .market-approval__text p{
        background: none;
        padding-left:0px;
        margin-top: 20px;
    }
    .competitiveness-pagination{
        margin-top: 10px;
    }
    .competitiveness-item{
        padding:20px;
    }
    .competitiveness-item__img{
        height: inherit;
    }
    .competitiveness-item__intro{
        position: relative;
        width: inherit;
        height: inherit;
        top:0;
        opacity: 1;
        font-size: 14px;
    }
    .multi-terminal{
        margin:-15px 0 0 -15px;
    }
    .multi-terminal__item{
        margin:15px 0 0 15px;
    }
    .competitiveness-item__title{
        font-size: 16px;
        padding-top:0px;
        height: 60px;
        line-height: 60px;
    }
    .competitiveness-item__title::before{
        width: 30px;
        height: 3px;
    }
    .competitiveness-item__intro{
        margin-top: 15px;
    }
    .advantages-cooperation{
        margin-top: -20px;
    }
    .advantages-cooperation__item{
        margin-top: 20px;
    }
    .advantages-cooperation__text{
        font-size: 12px;
        line-height: 22px;
        margin-top: 10px;
    }
    .advantages-cooperation__icon img{
        height: 44px;
    }
    .multi-terminal__item{
        padding: 12px 12px 6px 12px;
    }
    .multi-terminal__name{
        font-size: 12px;
        line-height: 22px;
        margin-top: 6px;
    }
    .case-info{
        padding-top:0px;
        height: auto;
        background-size: auto 70%;
        background-position: 0 100%;
    }
    .case-info-item{
        padding:10px 0 0 0;
        min-height: initial;

    }
    .case-info-item__cover{
        width: 100%;
        position: relative;
        
    }
    .case-info-item__cover img{
      width: 86%;
      box-shadow: 0 -1px 8px rgba(0,0,0,0.06);
      height: auto;
    }
    .case-info-item__title{
        margin-top: 15px;
        font-size: 16px;
        text-align: center;
    }
    .case-info-item__intro{
        margin-top:10px;
    }
    .case-info .case-info-pagination{
        bottom: 15px;
    }
    .ks-reserve-form{
        padding:15px 40px 40px 40px;
        height: inherit;

    }
    .ks-reserve-form__input{
        width: 100%;
        margin-top: 25px;
    }
    .ks-reserve-form__button{
        margin-top: 30px;
    }
}

@media screen and (max-width: 375px){
    .case-info{
        padding-left:30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 320px) {

    .oem-banner::before{
        width: 160px;
        height: 160px;
        top:-80px;
        left:-80px;
    }
    .oem-banner__title{
        font-size: 38px;
        margin-left: 30px;
    }
    .oem-banner__desc{
        font-size: 20px;
        margin-left: 30px;
        letter-spacing: 8px;
    }
    .oem-banner__button{
        font-size: 14px;
        width: 150px;
        height: 36px;
        line-height: 36px;
    }
    .advantages-cooperation__text{
        transform: scale(0.85);
    }
}<!--耗时1782902322.4264秒-->