* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box !important;
    list-style: none;
}

.row {
    margin: 0 !important;
}

.text-bloder {
    font-weight: bolder;
}
/* 海报开始 */
.banner {
    width: 100%;
    height: 400px;
    display: block;
    margin: 0 auto;
    background: url(http://www.roodoor.com/img/no_text_banner.png) no-repeat center;
    color: #282828;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 24%;
}

.banner p {
    margin-top: 1%;
}

.bannera a:hover {
    text-decoration: none !important;
    color: #282828 !important;
}

@media screen and (max-width:768px) {

    .banner {
        width: 100%;
        height: 400px;
        display: block;
        margin: 0 auto;
        background: url(http://www.roodoor.com/img/no_text_banner.png) no-repeat center;
        color: #282828;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 0%;
    }

}

/* 海报结束 */

/* MES特点开始 */
.merit_title{
    padding: 3% 0;
}
.characteristic_title>h5{
    text-align: center;
    height: 40px;
    background-color: #1f64f0;
    color: white;
    line-height: 40px !important;
    margin-bottom: 0;
}
.merit>div {
    width: 15.1%;
    box-shadow: 2px 2px 3px 3px rgb(31 100 240 / 10%);
    margin: 0 30px;
    border: 1px solid #c5c5c5;
}
.merit{
    display: flex;
    justify-content:center;
}
.merit_text{
    /* width: 15.1%; */
    padding: 10px;
    line-height: 26px;
    font-size: 14px;
}

@media screen and (max-width:1200px) {
    
    .merit>div{
        width: 190px;
    }

}
@media screen and (max-width:1020px) {
    
    .merit>div {
        margin: 0 15px;
    }

}
@media screen and (max-width:900px) {
    
    .merit>div {
        margin: 0 12px;
    }

}
@media screen and (max-width:872px) {
    
    .merit>div{
        width: 286px;
    }
    .merit>div{
        margin-top: 25px;
    }
}
@media screen and (max-width:768px) {
    
    .merit>div{
        width: 94%;
    }
    .merit>div{
        margin-top: 25px;
    }
}
/* MES特点结束 */

/* 使用效果开始 */
.xiaoguo{
    width: 100%;
}
.xiaoguo img{
    display: block;
    margin: 0 auto;
}
@media screen and (max-width:768px) {
    .xiaoguo{
        display: none;
    }
}
/* 使用效果结束 */

/* 适用场景开始 */
.title{
    padding: 3% 0;
}
.erp_scene {
    background-color: #f6faff;
    padding-bottom: 6%;
}

.erp_scene_img {
    border-radius: 50%;
    background-color: aqua;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

.erp_scene_img,
.erp_scene_img img {
    width: 386px;
    height: 386px;
}

.erp_scene_img_container {
    position: relative;
    width: 450px;
    height: 450px;
}

.img_bottom {
    position: absolute;

}

.img_bottom1 {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #00ccff;
    top: 288px;
    left: 10px;
    z-index: 2;
}

.img_bottom2 {
    width: 73px;
    height: 73px;
    border-radius: 50%;
    background-color: #00c8c8;
    right: 87px;
    top: 0px;
}

.erp_scene_card {
    display: flex;
    justify-content: space-evenly;
}

.erp_scene:hover {
    cursor: pointer;
}

.scene-text {
    margin-right: 8%;
}

.scene-text>p {
    font-size: 14px;
}
.erp_scene_card:hover{
    cursor: pointer;
}
.changjing_title_text{
    margin-bottom: 0px;
    background-color: #f6faff;
}

@media screen and (max-width:768px) {
    .scene-text {
        padding-left: 8%;
    }

    .erp_scene_img_container {
        position: relative;
        width: 300px;
        height: 300px;
    }

    .erp_scene_img,
    .erp_scene_img img {
        width: 250px;
        height: 250px;
    }

    .img_bottom1 {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background-color: #00ccff;
        top: 190px;
        left: 10px;
        z-index: 2;
    }

    .img_bottom2 {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #00c8c8;
        right: 56px;
        top: 0px;
    }
    .erp_scene_card {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .erp_scene_img_container{
        display: none;
    }
    .scene-container>div:nth-child(2) .scene-text h5,.scene-container>div:nth-child(2) .scene-text p,
    .scene-container>div:nth-child(4) .scene-text h5,.scene-container>div:nth-child(4) .scene-text p,
    .scene-container>div:nth-child(6) .scene-text h5,.scene-container>div:nth-child(6) .scene-text p,
    .scene-container>div:nth-child(8) .scene-text h5,.scene-container>div:nth-child(8) .scene-text p{
        text-align: left !important;
    }
    .scene-text{
        width: 417px;
        margin-right: 0;
        padding: 16px;
    }
    .scene-container>div:nth-child(odd) .scene-text{
        background-color: #e7eaed;
        padding: 16px;
    }
    .characteristic>div {
        margin: 10px 25px !important;
    }
    .title{
        padding: 7% 0;
    }
}

/* 适用场景结束 */


/* 客户案例开始 */
.successful_case a{
    color: black;
}
.successful_case a:hover{
    text-decoration: none;
}

.backgroundf_6faff{
    background-color: #f6faff;
}
.effect img{
    margin: 0 auto;
    display: block;
}
.successful_case{
    margin-bottom: 3%;
}
.successful_case_container>div>a{
    margin: 1%;
}
.successful_case_card{
    width: 382px;
    height: 254px;
    border: 1px solid #c5c5c5;
    border-radius: 10px;
    overflow: hidden;
}
.successful_case_logo{
    border-bottom: 1px solid #c5c5c5;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.successful_case_logo img{
    width: 262px;
    height: 112px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
.successful_case_text_container{
    height: 140px;
    overflow: hidden;
    text-overflow:ellipsis;
	line-height: 30px;
    padding: 10px;
    font-size: 14px;
    text-overflow: ellipsis;
}
.successful_case_container>.row{
    justify-content: center !important;
}
@media (min-width:813px) and (max-width:1236px) {
    
    .successful_case_card {
        width: 386px !important;
        height: 254px;
        border: 1px solid #c5c5c5;
        border-radius: 10px;
        overflow: hidden;
    }
    .successful_case_container>div>a{
        margin: 1%;
    }

}
.successful_case_card:hover{
    cursor: pointer;
}
.successful_case_card:hover .successful_case_text_container{
    background-color: #1f64f0;
    color: white;
}


/* 客户案例结束 */

