.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: 556px;
}

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

.banner-1 .banner-text {
    position: absolute;
    top: 200px;
    width: 100%;
    color: #FFF;
}

.banner-1 h1 {
    margin: 0;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
}

.banner-1 h2 {
    margin: 20px 0 0 0;
    line-height: 2;
    font-size: 18px;
    font-weight: 200;
    text-align: center;
}

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

.banner-1 .btn-box {
    margin: 40px auto 0;
    width: 114px;
}

.banner-1 .btn-go {
    padding: 6px 24px;
    border-radius: 10px;
    transition: 0.5s;
    border: 1px solid #FFF;
    box-shadow: 0 5px 30px rgba(65, 84, 241, 0.4);
    font-size: 14px;
    font-weight: 400;
}

.banner-1 .btn-go:hover {
    opacity: 0.8
}

.service-tag {
    background-color: #FFF;
    width: 100%;
    text-align: center;
    padding: 40px 0;
    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;
}

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

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

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

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

.service-list .section-header .content {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
}

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

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

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

.banner-2 .container .banner-text .text-box {

}

.banner-2 .container .banner-text h2 {
    font-size: 26px;
    font-weight: 600;
}

.banner-2 .container .banner-text h3 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 40px;
    line-height: 30px;
}

.banner-2 .container .image {
    width: 366px;
    height: 420px;
    margin-left: 60px;
}


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

.banner-3 .container header {
    width: 100%;
}

.banner-3 .container header h2 {
    font-size: 26px;
    font-weight: 600;
    color: #FFF;
}

.banner-3 .container header hr {
    width: 80px;
    margin: 16px auto 0;
}

.banner-3 .container {
    width: 1240px;
    margin: 0 auto;
    text-align: center;
}

.banner-3 .container .item-wrap {
    width: 100%;
    margin: 50px auto 0 auto;
    display: flex;
    justify-content: space-between;
}

.banner-3 .container .item-wrap .item-col-3 {
    width: 210px;
    height: 300px;
    background: #FFFFFF;
    opacity: 0.8;
    color: #2F2F2F;
    /*box-shadow: 0 1px 5px 0 rgba(167, 177, 196, 0.3);*/
    /*border-radius: 2px;*/
    /*background-color: #FFF;*/
}

.banner-3 .container .item-wrap .item-col-3 .part-icon img {
    width: 78px;
    height: 78px;
    margin-top: 62px;
}

.banner-3 .container .item-wrap .item-col-3 .part-text {
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    margin: 30px 12px;
}

.banner-3 .ability-1 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-3 .ability-1 .container .container-box {
    width: 1050px;
    margin: 0 auto;
}

.scene-type {
    width: 100%;
    background: #201F1E;
}

.scene-type .container {
    width: 1240px;
    height: 100%;
    margin: 0 auto;
    padding: 80px 0 100px 0;
    color: #FFF;
}

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

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

.scene-type .section-header .content {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
}

.scene-type .container .image {
    width: 1044px;
    margin: 0 auto;
}

.scene-type .container img {
    width: 100%;
    height: 526px;
}

.scene-app {
    width: 100%;
}

.scene-app .container {
    width: 1240px;
    margin: 0 auto;
}

.scene-app .container .section-header {
    width: 100%
}

.scene-app .container .section-header h2 {
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    line-height: 27px;
    margin: 60px auto;
}

.scene-app .container .section-header .tags-list {
    width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /*border-bottom: 1px solid #BFBFBE;*/
}

.scene-app .container .section-header .tags-list .tag-text {
    width: 92px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
}

.scene-app .container .section-header .tags-list .tag-text:hover {
    border-bottom: 2px solid #434343;
}

.scene-app .container .section-header hr {
    width: 900px;
    margin: 0 auto;
    background-color: #BFBFBE;
    height: 1px;
    border: none;
}

.scene-app .container .section-list {
    width: 1240px;
    margin: 40px auto 0;
}

.scene-app .container .section-list .list-header {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.scene-app .container .section-list .list-header .title {
    font-size: 20px;
    font-weight: 400;
}

.scene-app .container .section-list .list-header .text {
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
}

.scene-app .container .section-list .list-item {
    width: 900px;
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: space-between;
}

.scene-app .container .section-list .list-item .item-col-4 {
    width: 216px;
    height: 258px;
    background: #191F3B;
}

.scene-app .container .section-list .list-item .item-col-4 .title {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    height: 48px;
    line-height: 48px;
}

.scene-app .container .section-list .list-item .item-col-4 .image {
    width: 190px;
    height: 196px;
    margin: 0 auto;
}

.scene-app .container .section-list .list-item .item-col-4 .image img {
    width: 100%;
    height: 100%;
}

.scene-app .container .vr-box {
    width: 900px;
    margin: 0 auto;
}

.scene-app .container .vr-box .vr-title {
    width: 100%;
    text-align: center;
    margin: 40px auto 20px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 400;
}

.scene-app .container .vr-box .vr-image {
    width: 900px;
    height: 320px;
    margin: 0 auto;
}

.scene-app .container .vr-box .vr-image img {
    width: 100%;
    height: 100%;
}


.scene-ux-mode {
    width: 100%;
}

.scene-ux-mode .container {
    width: 100%;
    margin: 0 auto;
}

.scene-ux-mode .container .title {
    font-size: 26px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    height: 80px;
    line-height: 60px;
}

.scene-ux-mode .container .list-box {
    width: 100%;
    background: #1E1F1F;
}

.scene-ux-mode .container .list-box .list-item {
    width: 1120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.scene-ux-mode .container .list-box .list-item .item-col-3 {
    width: 350px;
    margin-bottom: 60px;
}


.scene-ux-mode .container .list-box .list-item .item-col-3 .title {
    width: 100%;
    height: 60px;
    margin-top: 20px;
    font-size: 18px;
    color: #FFF;
    font-weight: 400;
    line-height: 60px;
}

.scene-ux-mode .container .list-box .list-item .item-col-3 .image {
    width: 100%;
    height: 324px;
}


.scene-ux-mode .container .list-box .list-item .item-col-3 .image img {
    width: 100%;
    height: 100%;
}


.social-benefits {
    width: 100%;
}

.social-benefits .container {
    width: 1240px;
    margin: 0 auto;
    padding: 60px 0 60px 0;
}

.social-benefits .container .list-header {
    width: 100%;
    text-align: center;
}

.social-benefits .container .list-header .title {
    font-size: 25px;
    font-weight: 600;
}

.social-benefits .container .list-header .text {
    font-size: 14px;
    font-weight: 400;
    color: #535353;
    margin: 30px 0;
}

.social-benefits .container .list-box {
    width: 920px;
    margin: 0 auto;
    color: #FFF;
}

.social-benefits .container .list-box .title {
    font-size: 16px;
    font-weight: 500;
}

.social-benefits .container .list-box .content {
    font-size: 12px;
    font-weight: 400;
    margin-top: 12px;
    line-height: 23px;
}

.social-benefits .container .list-box .list-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.social-benefits .container .list-box .list-top .item-col-2 {
    width: 454px;
    height: 233px;
}

.social-benefits .container .list-box .list-top .item-col-2 .text-box {
    width: 360px;
    margin: 30px;
}

.social-benefits .container .list-box .list-bottom {
    width: 100%;
    display: flex;
    padding-top: 14px;
    justify-content: space-between;
}

.social-benefits .container .list-box .list-bottom .item-col-3 {
    width: 297px;
    height: 233px;
}

.social-benefits .container .list-box .list-bottom .item-col-3 .text-box {
    width: 260px;
    margin: 30px;
}


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

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

.banner-4 .container .banner-text {
    width: 640px;
    margin: 0 auto;
}

.banner-4 .container .banner-text .text-box {
    padding-top: 110px;
}

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


@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;
    }
}
