.color-white{
    color: white;
}
.function-bg{
    background-color: transparent!important;
    background-image: url("/web/2024/img/function_bg.png");
    background-size: cover;
}
.function-bg-container{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
}
.function-bg-item{
    width: 380px;
    min-height: 194px;
    padding: 30px;
    background: linear-gradient(180deg, #DEE2F5 0%, rgba(222, 226, 245, 0) 100%),
    linear-gradient(180deg, #E8ECF6 0%, rgba(232, 236, 246, 0) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #DEE2F5 0%, rgba(222, 226, 245, 0) 100%);
    border-bottom: none;
    display: flex;
    margin: 15px;
}
.function-bg-item img{
    width: 79px;
    height: 89px;
}
.function-bg-item-right{
    margin-left: 20px;
}
.function-bg-item-title{
    color: #459BEA;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-shadow:
        -2px -2px 0 white,     /* 左上 */
        2px -2px 0 white,      /* 右上 */
        -2px 2px 0 white,      /* 左下 */
        2px 2px 0 white;       /* 右下 */
}
.function-bg-item-desc{
    min-height: 140px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    color: #777777;
}
.scene-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px!important;
}
.scene-item{
    width: 585px;
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 30px;
}
.scene-item img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    display: block;
}
.scene-item-text{
    padding: 30px;
}
.scene-item-title{

    width: 100%;
    height: 34px;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0;
    text-align: left;
    color: #333333;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}
.scene-item-desc{
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    color: #666666;
    margin-top: 20px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.solution-advantage{
    padding-top: 30px;
    padding-left: 30px;
    font-size: 16px;
}
.green-line{
    background-color: #82BF34;
    width: 46px;
    height: 2px;
    margin-left: calc(50% - 23px);
    margin-top: 15px;
    margin-bottom: 20px;
}
.user-core-function{
    font-size: 18px;
    color: #777777;
    line-height: 34px;
}
.new-header-menu {
    /*display: block!important;*/
}
.new-header-menu-container{
    width: 1040px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding: 30px 0px 0 30px;
}
.new-header-menu-item {
    position: relative;
    min-width: 193px;
    height: 170px;
}
.new-header-menu-item-body{
    height: auto;
    position: relative;
}
.new-header-menu-item-line{
    position: absolute;
    width: 100%;
    bottom: 15px;
    border-bottom: 1px dashed #cccccc;
}
.new-header-menu-item-right-line{
     position: absolute;
     right: 15px;
     height: 100%;
     border-right: 1px dashed #cccccc;
 }
.new-header-menu-title{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: left;
    color: #000000;
}
.new-header-menu-title img{
    width: 22px;
    height: 22px;
    margin-right: 4px;
}
.new-header-menu-submenu{
    position: relative;
    width: 100%;
    padding: 0 25px;
    display: flex;
    flex-wrap: nowrap;
}
.new-header-menu-submenu-item{
    position: relative;
}
.new-header-menu-submenu-item-sub{
    width: 162px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    color: #777777;
}
.new-header-menu-submenu-item-sub a{
    color: #777777;
    text-decoration: none!important;
}
.new-header-menu-submenu-item-sub a:hover{
    color: #82BF34;
}

.m-mobile-header .header .menu .menu-one .ul .ul-level1 .level1-ul .li{
    border-bottom: solid 1px #eee;
    line-height: 50px;
}
.m-mobile-header .header .menu .menu-one .ul .ul-level1 .level1-ul .li a span{
    font-size: 14px;
    color: #666;
}
.product-service-container{
    background-color: #ffffff;
    padding-top: 20px;
}

.product-service-menu{

}
.product-service-menu-container {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding: 30px 70px 0;
}
.product-service-menu-item {
    min-width: 255px;
    margin-bottom: 30px;
}
.product-service-menu-item-gap{
    padding-right: 20px;
}
.product-service-menu-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: left;
    color: #333333;
    background-color: #E6F3FF;
    border-radius: 6px;
    padding: 4px 20px;
    height: 54px;
}
.product-service-menu-title img{
    margin-top: -36px;
    margin-right: 4px;
}
.product-service-menu-title div{
    margin-left: 8px;
}
.product-service-menu-submenu{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.product-service-menu-submenu-item{
    margin-top: 30px;
}
.product-service-menu-submenu-item-sub{
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    margin-bottom: 30px;
}
.product-service-menu-submenu-item-sub .product-service-menu-desc{
    width: 245px;
    height: 84px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.product-service-menu-submenu-item-sub a{
    color: #3979FF;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}
.product-service-menu-submenu-item-sub a:hover{
    color: #3979FF;
}
.product-service-menu-submenu-item-sub-a a{
    font-size: 14px;
    color: #777777;
    font-weight: 400;
}
.product-service-menu-submenu-item-sub-a a:hover{
    color: #82BF34;
}
.m-system-scheme .system-pro .info{
    font-size: 18px;
}
.m-system-scheme .system-value .list .one{
    width: 380px;
}

.m-system-scheme .system-bg .bg-body .info{
    font-size: 18px!important;
}
.ai-ass-tab{
    height: 603px;
    border-radius: 0;
    padding: 0;
}
.ai-ass-tab .tab-bg-img{
    position: absolute;
    width: 100%;
    height: 100%;
}
.ai-ass-tab .tab-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #408DFF 0%, rgba(121, 170, 241, 0.627322) 45.58%, rgba(217, 217, 217, 0) 100%);
}
.ai-ass-tab .tab-bg-img img{
    width: 100%;
    height: 100%;
}
.ai-ass-tab .tab-bg-img-01{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.ai-ass-tab .tab-bg-img-01 img{
    width: 100%;
}
.ai-ass-tab .tab-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    position: relative;
    color: #ffffff;
    padding: 56px 70px 0;
    cursor: pointer;
}
.ai-ass-tab .tab-container .tab-title{
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0;
    text-align: left;
}
.ai-ass-tab .tab-container .tab-desc{
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 10px;
}
.ai-ass-tab .tab-container .tab-more{
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 10px;
}
.ai-ass-tab .tab-container .tab-more a{
    text-decoration: none;
    color: #F5F5F5;
}
.ai-aas-container-2024{
    background: #ffffff!important;
}
.index-blue-bg{
    background: url(/web/2024/images/index-bg.png) no-repeat;
    background-size: 100% 100%;
}
.index-blue-body{
    background: linear-gradient(358deg, rgba(186, 217, 246, 0.9) 2.16%, rgba(226, 242, 255, 0.279) 72.23%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF) !important;
}
.index-blue-title{
    text-align: center;
    color: #2391FF!important;
    font-weight: 700;
    justify-content: center;
}
.index-blue-body .number{
    color: #2391FF!important;
}
.m-platform-yy .ul .li{
    margin-left: 136px!important;
}
.m-platform-yy .ul .li:first-child{
    margin-left: 0!important;
}
.yibao-yiliao-yun-info{
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    color: #333;
    padding: 60px 60px 50px 60px;
}
.yyy-container{
    /*margin-top: 50px;*/
}
.yyy-container .function-bg-item{
    width: 585px;
    padding: 0;
    min-height: 0;
}
.yyy-container .function-bg-item img{
    display: block;
}
.yyy-pc-img{
    display: block;
    width: 100%;
    height: 100%;
}
.yyy-m-img{
    display: none;
    width: 100%;
    height: 100%;
}
.yyy-pc-content{
    display: block;
}
.yyy-m-content{
    display: none;
}
.yyy-m-header{
    background-image: url(/web/2024/images/yiliao-bg.png);
    height: 630px;
}
.yyy-m-content-container{
    background-image: none;
    background-color: #fff!important;
}
.yyy-m-content-img{
    background: linear-gradient(217.17deg, #E5F1FF 6.48%, #F7FAFE 38.9%, #F2F8FE 88.39%)!important;
    background-blend-mode: multiply!important;
    text-align: center;
}
.product-service-menu-submenu-item-sp-item{
    width: 265px;

}
@media screen and (max-width: 1505px) {
    .ai-ass-tab {
        width: 420px;
    }
}
@media screen and (max-width: 1385px) {
    .ai-ass-tab {
        width: 400px;
    }
}
@media screen and (max-width: 1326px) {
    .ai-ass-tab {
        width: 380px;
    }
}
@media screen and (max-width: 1422px) {
    .new-header-menu-container{
        width: 830px;
    }
    .new-header-menu-item-right-line2{
        display: none;
    }
}

@media screen and (max-width: 1280px) {
    .ai-aas-container{
        justify-content: center!important;
    }
    .ai-ass-tab {
        width: 340px;
    }
    .function-bg-container{
        justify-content: center;
    }
    .scene-container{
        justify-content: center;
    }
    .m-system-scheme .system-value .list .one{
        width: 46%;
    }
    .product-service-menu-submenu-item-sp{
        width: auto;
    }
    .product-service-menu-submenu-item-sp{
        flex-direction: column;
    }
}
@media screen and (max-width: 1140px) {
    .ai-ass-tab {
        width: 300px;
        height: 500px;
    }
}

@media screen and (max-width: 1024px) {
    .m-system-scheme .system-bg .bg-body .info {
        width: 100%!important;
        padding: 10px;
    }
    .system-pro .info{
        width: 100%!important;
        padding: 10px;
    }
    .pc-container img{
        width: 100%;
    }
    .pc-container .one img{
        width: 59px;
        height: 59px;
    }
    .product-service-menu-submenu{
         flex-wrap: wrap;
     }
    .pc-container .list .one img{
        width:59px;
        height: 59px;
    }
    .m-system-scheme .system-value .list .one {
        width: 46%;
    }

    .m-nesws-list-header .business-header .h3, .m-after-service-header .service-header .h3, .m-business-header .business-header .h3, .m-in-header .in-header .h3 span{
        font-size: 22px!important;
    }
    .yibao-yiliao-yun-info{
        font-size: 24px;
        line-height: 31px;
    }
}
@media screen and (max-width: 875px){
    .product-service-menu-container{
        justify-content: center;
    }
    .product-service-menu-submenu{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .yyy-container{
        padding: 10px;
    }
    .yyy-pc-img{
        display: none;
    }
    .yyy-m-img{
        display: block;
    }
    .yyy-m-img-body{
        padding-top: 14%;
        position: relative;
        width: 100%;
        max-width: 675px;
        margin: 0 auto;
        margin-top: -10%;
    }
    .yyy-pc-content{
        display: none;
    }
    .yyy-m-content{
        display: block;
    }
    .yyy-m-header{
        background-image: url(/web/2024/images/yyy-item/yyy-m-bg.jpg) !important;
        padding-top: 100px;
        padding-bottom: 40px;
        height: auto;
        background-size: 100% 100%;
    }
    .yyy-m-header .h3{
        padding-left: 30px;
        padding-right: 30px;
        font-size: 22px!important;
        line-height: 30.8px!important;
    }
    .m-nesws-list-header .business-header .h3, .m-after-service-header .service-header .h3, .m-business-header .business-header .h3, .m-in-header .in-header .h3 span{
        font-size: 20px!important;
    }
    .yyy-m-header .info{
        font-size: 12px!important;
        line-height: 16.8px!important;
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .yyy-m-content .yibao-yiliao-yun-info{
        font-size: 20px;
        line-height: 25.2px;
        color: #333;
        padding: 30px 24px 0 24px;
    }
    .yyy-m-content .function-bg-item {
        margin: 10px 24px;
    }
    .yyy-item{
        width: 100%;
        height: 172px;
        background: linear-gradient(180deg, #F3F6FF 0%, rgba(232, 236, 246, 0) 100%);
        border: 1px solid;
        border-image-source: linear-gradient(180deg, #DEE2F5 0%, rgba(222, 226, 245, 0) 100%);
        border-bottom: none;
        display: flex;
        padding: 30px 14px;
    }
    .yyy-item-icon{
        width: 46px;
        height: 51.82px;
    }
    .yyy-item-icon img{
        width: 100%;
        height: 100%;
    }
    .yyy-item-content{
        margin-left: 10px;
        flex:1;
    }
    .yyy-item-content-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        letter-spacing: 0;
        text-align: left;
        color: #459BEA;
    }
    .yyy-item-content-img{
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    .yyy-item-content-img div{
        width: 70px;
        height: 70px;
    }
    .yyy-item-content-img div img{
        width: 100%;
        height: 100%;
    }
    .yyy-m-content-container{
        background: linear-gradient(180deg, #EFF4FA 0%, rgba(232, 236, 246, 0) 100%);
    }
}

@media screen and (max-width: 475px){
    .ai-ass-tab{
        transform:unset!important;
        height: 300px!important;
        border-radius: 0;
        padding: 0;
        margin-bottom: 20px!important;
    }
}
