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

.bgF0F5FB {
    background-color: #F0F5FB;
}

.bgF7F7F7{
    background-color: #F7F7F7;
}

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

.banner-1 {
    width: 100%;
    height: 556px;
}

.banner-1 .banner-text {

}

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

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

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

.banner-1 .btn-go {
    padding: 6px 24px;
    border-radius: 10px;
    transition: 0.5s;
    color: #FFF;
    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 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: 556px;
}

.banner-2 .container {
    display: block;
}

.banner-2 .container header {
    width: 100%;
    padding-top: 100px;
}

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

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

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

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

.banner-2 .container .item-wrap .item-col-3 .part-icon img {
    width: 70px;
    height: 70px;
}

.banner-2 .container .item-wrap .item-col-3 .part-title {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin: 40px auto 0 auto;
}

.banner-2 .container .item-wrap .item-col-3 .part-text {
    line-height: 23px;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    margin: 12px auto;
    width: 200px;
}

.banner-2 .ability-1 {
    width: 100%;
}

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


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

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

.banner-3 .banner-text {
    width: 100%;
    height: 100%;
    display: flex;
    justify-items: center;
    align-items:center;
    color: #FFF;
}

.banner-3 h2 {
    margin: 20px auto 0;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

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

.banner-4 .banner-text {

}

.banner-4 h1 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.banner-4 h2 {
    margin: 20px 0 0 0;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}


.banner-5 {
    height: 660px;
    min-width: 1240px;
}

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

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

.banner-5 .container .scene-list .item {
    margin: 0 auto;
    overflow: hidden;
    width: 1048px;
}

.banner-5 .container .scene-list .item .item-col-4 {
    width: 504px;
    float: left;
    margin: 0 10px 20px;
}

.banner-5 .container .scene-list .item .item-col-4 .image img{
    width: 504px;
    height: 278px;
}

.service-list {
    width: 100%;
}

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

.service-list .container .container-list {
    width: 1240px;
    height: 320px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.service-list .container .container-list .text {
    width: 470px;
    height: 100%;
    display: inline;
    float: right;
}

.service-list .container .container-list .text-left {
    padding: 0 70px 0 0;
}


.service-list .container .container-list .text-right {
    padding: 0 0 0 70px;
}

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

.service-list .container .container-list .text .content {
    padding-top: 18px;
    min-height: 100px;
    max-height: 200px;
    overflow: hidden;
    display: flex;
}

.service-list .container .container-list .text .content img{
    width: 39px;
    height: 39px;
}

.service-list .container .container-list .text .content text{
    font-size: 10px;
    font-weight: 400;
    line-height: 23px;
    padding-left: 10px;
}

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

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

.ai-control{
    width: 100%;
    padding: 60px 0 60px 0;
}

.ai-control .container{
    width: 1240px;
    margin: 0 auto;
    display: block;
}

.ai-control .container .scene-header{
width: 100%;
}

.ai-control .container .scene-header h1{
    width: 100%;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}


.ai-control .container .scene-header text{
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #535353;
    display: block;
    line-height: 30px;
    margin: 30px 0;
}

.ai-control .container .scene-list{
    width: 1000px;
    margin: 0 auto;
}


.ai-control .container .scene-list .item{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ai-control .container .scene-list .item .item-col-3{
    width: 304px;
    height: 587px;
    color: #FFF;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.ai-control .container .scene-list .item .item-col-3 .title{
    font-size: 25px;
    font-weight: 600;
}

.ai-control .container .scene-list .item .item-col-3 .content{
    font-size: 14px;
    font-weight: 600;
    padding-top: 20px;
}



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