

.platform-box{
    background: url(../image/home/bg-dot.png) no-repeat;
}
.platform-box-child{
    /* max-width: 1200px; */
    margin: 0 auto;
    height: 100%;
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    box-sizing: border-box;
}
.platform-box-child h2{
    font-size: 32px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.platform-box-child>ul{
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; */
}
.platform-box-child>ul li .child{
    /* width: 50%; */
    /* min-height: 360px; */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 55px 20px;
    box-sizing: border-box ;
    background-color: #f5f9fc;
}
.platform-box-child>ul li .text-green{
    color: #0AB25A !important;
}
.platform-box-child>ul li .bg-green{
    background-color: #0AB25A !important;
}
.platform-box-child>ul li img{
    /* position: absolute;
    bottom: 0;
    right: 0; */
    max-width: 118px;
    /* width:100%; */
}
.platform-box-child .item .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
    color: #0D4DBC;
}
.platform-box-child .item .line{
    width: 40px;
    height: 2px;
    background-color: #0d4dbc;
    margin-bottom: 23px;
}
.platform-box-child .item ul{
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    max-width: 126px;
    min-height: 96px;
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: space-between;

}
.solution-box{
    background-image: url(../image/home/paas-背景图.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.solution-box-child{
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    box-sizing: border-box;
    
}
.solution-box-child .title{
    font-size: 32px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
}
.solution-box-child > p{
    text-align: center;
    margin-bottom: 48px;
    font-size: 14px;
}
.solution-box-child .list{
    width: 100%;
    /* background-color: #fff; */

}
.solution-box-child .list .item{
    /* width: 300px; */
    min-height: 480px;
    background-color: #fff;
    position: relative;
}
.item-bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: none;
}
.hover{
    display: none;
}
.bhd{
    /* filter:grayscale(100%) */
}
.color-white{
    color: #fff;
}
.solution-box-child .list .item .content{
    padding: 30px 40px;
    box-sizing: border-box;

    width: 100%;
    /* position: absolute;
    top: 0;
    left: 0; */
    height: 100%;

}
.solution-box-child .list .item .content .top-img{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.solution-box-child .list .item .content img{
    width: 4.0625rem;
    height: 4.0625rem;
    margin-right: 1.25rem;
}
.solution-box-child .list .item .content h2{
    font-size: 20px;
    font-weight: bold;
}
.solution-box-child .list .item .content p{
    font-size: 14px;
    line-height: 1.5;
    /* min-height: 85px; */
    /* text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:4;
    line-clamp: 4;
    -webkit-box-orient: vertical; */
}
.solution-box-child .list .item .content .line{
    width: 100%;
    background-color: #f2f2f2;
    height: 1px;
    margin-top: 28px;
    margin-bottom: 20px;

}
.solution-box-child .list .item .content .list{
   line-height: 1.5;
   font-size: 16px;
   cursor: pointer;
}
.plactformlist-box{
    width: 100%;
    text-align: center;

}
.plactformlist-child{
    padding-top: 32px !important;
    padding-bottom: 32px !important;

}
.plactformlist-child>h2{
    font-size: 32px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;

}
.plactformlist-child p{
    font-size: 14px;
    text-align: center;
    margin-bottom: 48px;
}
.plactformlist-child img{
    width: 100%;
}
.sb-list{
    width: 100%;
    display: flex;
    justify-content: space-around;


}
.sb-item{
    width: 384px;
    cursor: pointer;
}
.sb-item img{
    width: 100%;
    height: 288px;
    margin-bottom: 29px;
}
.sb-title{
    font-size: 18px;
    font-weight: bold;
    color: #03173E;
    margin-bottom: 20px;
    text-align: left;

}
.sb-desc{
    max-width: 316px;
    font-size: 14px;
    line-height: 1.5;
    color: #999999;
    text-align: left;
}
.paas{
    background-image: url(../Public/image/home/wg.png);background-repeat: no-repeat;background-position: center bottom;
}
.cjgn{
    position: relative;
    background: #999999;
}
.cjgn .title{
    font-size: 18px;
    color: #FFFFFF;
    bottom: 0;
    position: absolute;
    padding-left: 15px;
    line-height: 2;
}
.cjgn img{
    width: 100%;
    
}
.yycj{
    box-sizing: border-box;
}
.yycj h2{
    margin-top: 32px;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}
.yycj p{
    font-size: 16px;
    color: #999;
    /* color: #0D4DBC; */
    /* font-weight: bold; */
    margin-bottom: 34px;
    text-align: center;
}
.yycj .cj-item{
    font-size: 14px;
    /* font-weight: bold; */
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    cursor: pointer;
}
.yycj .img-box{
    margin-top: 44px;
    width: 100%;
    margin-bottom: 32px;
}
.yycj .img-box .img{
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* height: 494px; */
}
.yycj .img-box .img li{
    flex:0 0 100%;
    position: relative;
    float: left;
    opacity: 0;
    margin-right: -100%;
    display: flex;
    align-items: center;
    z-index: 1;
    /* display: none; */
}
.yycj .img-box .img li:first-child{
    opacity: 1;
    z-index: 10;
}
.yycj .img-box .img li img{
    width: 100%;
}
.yycj .current{
    background-color: #0D4DBC;
    color: #fff;
}
.yycj .middle-text{
    position: absolute;
    right: 3%;
    background-color: #0D4DBC;
    display: flex;
    width: 34%;
    /* align-items: center; */
    flex-direction: column;
    z-index:auto;
    /* padding: 62px 48px; */
    padding: 2% 0;
    padding-left: 4%;
    padding-right: 8%;
    box-sizing: border-box;

    
}
.yycj .middle-text .cj-title{
    width: 100%;
    font-size: 32px;
    margin-bottom: 3%;
    color: #fff;
}
.yycj .middle-text .cj-desc{
    width: 100%;
    font-size: 14px;
    color: #fff;
}
.yycj .control{
    width: 100%;
    position: absolute;
    height: 98px;
    top: 50%;
    left: 0;
    margin-top: -49px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    box-sizing: border-box;
    z-index: 11;
    cursor: pointer;
}
.yycj .control-btn{
    width: 3%;
}
.yycj .control-btn img{
    width: 100%;
}
.xwzx{
    padding-top: 60px;
    padding-bottom: 60px !important;
}
.xwzx .big-title{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
.article-item{
    width: 100%;

}
.article-item img{
    width: 100%;
    height: 150px;
    display: block;
    margin-bottom: 30px;

}
.article-item h2{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    width: 100%;
    overflow:hidden; text-overflow:ellipsis; white-space:nowrap
}
.article-item p{
    font-size: 14px;
    line-height: 1.5;
    color: #999;
}
.knowmore{
    width: 100%;
    display: flex;
    margin-top: 30px;
    justify-content: center;
}
.knowmore a{
    width: 172px;
    height: 50px;
    display: block;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    border: 1px solid #999;
}