.ces {
    transform: translateY(100px);
    transition: all 5s;
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
    -o-transition: all 5s;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
}

.banner-btns {
    left: -200px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner-btn {
    width: 140px;
    height: 42px;
    line-height: 42px;
    background: #FFFFFF;
    border-radius: 21px;
    margin-bottom: 16px
}

.banner-btn.active, .banner-btn:hover {
    background: #EF7F1E;
    color: #fff
}

.banner2-item-detail {
    width: 707px
}

.banner2-item {
    height: 440px;
    width: 1120px;
    margin-left: 91px;
    margin-top: 77px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    padding: 50px 0 45px 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.banner2-img {
    height: 100%;
    right: 37px;
    top: 0
}

.banner2-icon {
    width: 40px;
    height: 36px;
}

.banner2-nums {
    left: 91px;
    bottom: 30px
}
.process-view{
    width: 240px;
    height: 4px;
    background: #A8DCFF;
    margin-left: 13px;
    margin-bottom: 2px
}
.process-view .process{
    width: 60px;
    height: 4px;
    top: 0;
    left: 0;
    background: #036EB8;
    transition: left 0.5s;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s;
}

.videos {
    background: linear-gradient(135deg, #0A071E 0%, #121533 52%, #273163 100%);
}

.videos-title {
    color: #FFFFFF;
    background-image: linear-gradient(-90deg, #00E8F0 9.716796875%, #0277FE 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.video-div {
    width: 1300px;
    height: 480px;
    margin-left: auto;
    margin-right: auto
}

.video-left {
    width: 900px;
    margin-right: 20px
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.plan-data .fmAl{
    letter-spacing: 1px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.plan-data .fmAl:hover {
    letter-spacing: 2px;
}

.plan-data-line {
    width: 71px;
    height: 1px;
    background: #D3D3D3;
}

.news-div {
    width: 400px
}

.news-img {
    width: 400px;
    height: 150px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.news-img-i {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.news-img-i:hover {
    transform: translate3d(10%, 10%, 0) scale(1.2);
    -webkit-transform: translate3d(-10%, 10%, 0) scale(1.2);
    -moz-transform: translate3d(10%, 10%, 0) scale(1.2);
    -ms-transform: translate3d(10%, 10%, 0) scale(1.2);
    -o-transform: translate3d(10%, 10%, 0) scale(1.2);
}

.code-img {
    bottom: -50px
}

.bot24{
    bottom: 24px
}
.bot54{
    bottom: 54px
}