/*banner*/
.banner-product{
    display: flex;
    align-items: center;
    background-image:url("/static/img/m/storage/banner.png");
    background-size: 100% 100%;
}
/*客户价值*/
.htms-value{
    background: #F8F9FA;
}
/*平台架构*/
.hone-components{
    position: relative;
    background: #F8F9FA;
    z-index: 2;
    padding-bottom: 56px;
}
.structure{
    padding: 0 20px;
}
.structure-img{
    margin-top: 20px;
    width: 100%;
    height: 234px;
}
.white-card{
    padding: 20px;
    margin-top: 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(12, 37, 91, 0.1);
}

.swiper-pagination {
    left: 0;
    right: 0;
    bottom: 40px !important;
}
/*产品亮点*/
/*轮播图*/
.know_img_swiper{
    margin-top: 17px;
    width:100%;
}
.know_img_swiper .swiper-slide {
    padding: 0;
    width: 190px;
    margin-left: 20px;
}
.know_img_swiper .swiper-paginations {
    text-align: center;
    margin: 13px auto 0;
    /*margin-bottom: 40px;*/
}
.compete_tip3{
    width: 150px;
    height: 315px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(12, 37, 91, 0.1);
    border-radius: 10px 10px 0px 0px;
    margin-top: 3px;
    padding: 40px 20px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.compete_tip3 .hcmb-industry-tip-img img{
width: 35px;
    height: 35px;
}
.compete_tip3 .compete_tip3_tit{
    font-size: 18px;
    font-weight: 500;
    color: #090F21;
    line-height: 25px;
}

.compete_tip3 .compete_tip3_txt{
    margin: 20px auto;
    font-size: 14px;
    font-weight: 400;
    color: #090F21;
    opacity: 0.5;
    line-height: 30px;
    text-align: center;
}

