.bgF0F5FB {
    background-color: #F0F5FB;
}

.bgFFF {
    background-color: #FFF;
}

.margin-right-2 {
    margin-right: 2px;
}

.margin-right-75 {
    margin-right: 96px;
}

.margin-left-75 {
    margin-left: 96px;
}

.margin-right-24 {
    margin-right: 24px;
}

.margin-left--1 {
    margin-left: -1px;
}

.margin-top--1 {
    margin-top: -1px;
}

.banner-1 {
    width: 100%;
    height: 570px;
    color: #FFF;
}

.banner-1 .container {
    width: 1240px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.banner-1 .banner-text {
    position: absolute;
    margin-left: 120px;
    top: 150px;
    width: 100%;
}

.banner-1 h1 {
    margin: 0;
    font-size: 76px;
    font-weight: 600;
}

.banner-1 h2 {
    margin: 20px 0 0 0;
    line-height: 2;
    font-size: 46px;
    font-weight: 600;
}

.banner-1 h3 {
    margin: 20px 0 0 0;
    font-size: 26px;
    font-weight: 200;
}

.service-tag {
    background-color: #FFF;
    width: 100%;
    text-align: center;
    padding: 40px 0 40px;
    color: #FFF;
}

.service-tag .item-wrap {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    align-items: center;
    justify-content: space-between;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.service-tag .item-col-4 {
    width: 308px;
    height: 100px;
    padding: 0;
    box-sizing: border-box;
    background-color: #FFF;
    justify-content: center;
    align-items: center;
}

.service-tag .item-col-4 .feature {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
    height: 100%;
    background-color: #B0AFB3;
}

.service-tag .item-col-4 .feature:hover {
    background-color: #818086;
}

.service-tag .item-col-4 .part-title {
    font-size: 18px;
    padding-top: 26px;
}

.service-tag .item-col-4 .part-text {
    font-size: 14px;
}

.service-tag .feature:hover .service-tag .part-text h3, .service-tag .feature:hover .service-tag .part-text {
    color: #FFF;
}

.banner-2 {
    width: 100%;
    height: 560px;
}

.service-list {
    background: #ffffff;
    width: 100%;
}

.service-list .section-header {
    width: 1240px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
}

.service-list .section-header h2 {
    font-size: 22px;
    font-weight: 600;
}

.service-list .section-header .content {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 20px auto 0;
    width: 100%;
}

.service-list .section-header .tech-title {
    width: 1240px;
    font-size: 26px;
    font-weight: 600;
    margin-top: 40px;
}


.service-list .container {
    width: 960px;
    margin: 30px auto 60px;
    display: flex;
    justify-content: space-between;
}

.service-list .container .container-list {
    width: 120px;
}

.service-list .container .container-list .image {
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-list .container .container-list .image img {
    width: 32px;
    height: 100%;
}

.service-list .container .container-list .text {
    width: 100%;
    text-align: center;
}

.service-list .container .container-list .text h3 {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 500;
}

.service-list .container .container-list .text .content {
    margin-top: 6px;
    overflow: hidden;
    line-height: 28px;
}

.banner-3 {
    width: 100%;
    height: 589px;
}

.banner-3 .container {
    width: 1240px;
    height: 100%;
    margin: 0 auto;
}

.banner-3 .container .container-left {
    width: 50%;
    height: 100%;
    float: left;
}

.banner-3 .container .container-left .banner-text {
    width: 70%;
    margin-left: 120px;
    color: #FFF;
}

.banner-3 .container .container-left .banner-text .title-tag {
    font-size: 14px;
    font-weight: 500;
    color: #0090FF;
    padding-top: 130px;
    width: 100%;
}

.banner-3 .container .container-left .banner-text h2 {
    font-size: 24px;
    font-weight: 600;
    padding-top: 20px;
    width: 100%;
}

.banner-3 .container .container-left .banner-text .h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
    padding-top: 30px;
}

.banner-3 .container .container-right {
    width: 50%;
    height: 100%;
    float: left;
}

.banner-3 .container .container-right .item-col-4 {
    width: 270px;
    height: 293px;
    color: #FFF;
    text-align: center;
    border: 1px solid #77787B;
    display: flex;
    align-items: center;
    float: left;
}

.banner-3 .container .container-right .item-col-4 .image-icon img {
    height: 46px;
    width: 46px;
}

.banner-3 .container .container-right .item-col-4 .title-text {
    font-size: 10px;
    font-weight: 400;
    margin-top: 10px;
}

.banner-3 .container .container-right .item-col-4 .default {
    width: 100%;
}

.banner-3 .container .container-right .item-col-4 .default .text-content {
    width: 80%;
    margin: 10px auto 0;
    text-align: left;
    line-height: 16px;
}

.banner-4 {
    width: 100%;
    height: 500px;
}

.banner-4 .container {
    width: 1240px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.banner-4 .container .banner-text {
    width: 480px;
    margin-left: 120px;

}

.banner-4 .container .banner-text h2 {
    font-size: 24px;
    font-weight: 600;
    width: 100%;
}

.banner-4 .container .banner-text .h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    width: 100%;
    padding-top: 30px;
}

.banner-5 {
    width: 100%;
    height: 740px;
}

.banner-4 .container {
    width: 1240px;
    height: 100%;
    margin: 0 auto;
}

.banner-5 .container .banner-text h2 {
    font-size: 26px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    color: #FFF;
    line-height: 740px;
    text-align: center;
}

.scene {
    height: 790px;
    min-width: 1240px;
}

.scene .container {
    width: 1240px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
}

.scene .container .title {
    padding: 60px 0;
}

.scene .container .title h3 {
    font-size: 26px;
}

.scene .container .scene-list {
    width: 100%;
}

.scene .container .scene-list .item {
    margin: 0 auto;
    overflow: hidden;
}

.scene .container .scene-list .item .item-col-4 {
    width: 530px;
    height: 350px;
    float: left;
    margin: 26px 15px 0;
}

.scene .container .scene-list .item .item-col-4 .feature {
    width: 100%;
    margin-bottom: 20px;
}

.scene .container .scene-list .item .item-col-4 .feature .top {
    width: 100%;
    display: flex;
    justify-content: center;
}

.scene .container .scene-list .item .item-col-4 .feature h3 {
    font-size: 16px;
    font-weight: 500;
    width: 180px;
    text-align: center;
    margin: 0 auto;
}

.scene .container .scene-list .item .item-col-4 .feature hr {
    width: 92px;
    border: 1px solid #979797;
    position: relative;
    margin-top: 10px;
}

.scene .container .scene-list .item .item-col-4 .feature .hr-left {
    margin-left: 70px;
    top: 20px;
}

.scene .container .scene-list .item .item-col-4 .feature .hr-right {
    margin-right: 80px;
    top: -16px;
}

.scene .container .scene-list .item .item-col-4 .feature .detail {
    line-height: 26px;
    margin: 10px 0;
    padding: 0 100px;
    height: 50px;
    overflow: hidden;
}

.scene .container .scene-list .item .item-col-4 .image img {
    width: 530px;
    height: 290px;
}

.storage {
    background: #ffffff;
    width: 100%;
    margin-bottom: 60px;
}

.storage .container {
    width: 100%;
}

.storage .section-header {
    width: 1240px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
}

.storage .section-header h2 {
    font-size: 20px;
    font-weight: 600;
}

.storage .section-header .content {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 20px auto 0;
    width: 400px;
}

.storage .section-header .tech-title {
    width: 1240px;
    font-size: 26px;
    font-weight: 600;
    margin-top: 40px;
}

.storage .container .container-list {
    width: 1040px;
    margin: 0 auto;
    display: flex;
}

.storage .container .container-list .image {

}

.storage .container .container-list .image img {
    width: 465px;
    height: 270px;
}

.storage .container .container-list .right {
    padding: 0 16px;
}

.storage .container .container-list .right .list-box {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

.storage .container .container-list .right .list-box .icon {

}

.storage .container .container-list .right .list-box .icon img {
    width: 130px;
    height: 130px;
}
.storage .container .container-list .right .text {
    margin-left: 15px;
}

.storage .container .container-list .right .text h3 {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}

.storage .container .container-list .right .text .content {
    margin-top: 10px;
    font-size: 10px;
    line-height: 28px;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .banner {
        background-attachment: fixed;
    }
}

@media (max-width: 1280px) {
    /*.container {*/
    /*    width: 1026px;*/
    /*}*/
    .banner h1 {
        font-size: 36px;
    }

    .banner h2 {
        font-size: 16px;
    }
}
