/* 头部 */
.navigation_item_product{
    border-bottom: 2px white solid;
    padding: 6px 0px;
}
.navigation_roll .navigation_item_product{
    border-bottom: 2px #3e6ef1 solid !important;
    padding: 6px 0px !important;
}
.navigations_children_item_erp_pss{
    background: #F5F7FD;
}
.banner{
    background-image: url('/static/img/product/erp_pss/erp_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 650px;
}
.banner_box{
    width: 1200px;
    min-height:650px;
    color: #FFFFFF;
}
.banner_box_content{
    margin-right: 60px;
    width: 512px;
}
.banner_box_image{
    margin-left: 12px;
}
.banner_dot{
    width: 65px;
    height: 7px;
    background: #F2A41E;
    opacity: 1;
    border-radius: 6px;
    margin: 16px 0px;
}
.banner_text{
    width: 100%;
    height: 20px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 34px;
    color: #FFFFFF;
    opacity: 0.8;
}

.banner_btn{
    width: 156px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(15, 17, 90, 0.17);
    opacity: 1;
    border-radius: 4px;
    color: #3E6EF1;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    cursor: pointer;
}
.banner_btn-a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.dial_title_image_box_01{
    background-image: url("/static/img/product/changpingongneng.8f867ba9.png");
    background-size: 100% 100%;
    width: 1200px;
    height: 133px;
}
.box_gn_img{
    margin-right: 130px;
}
.gn_text_img{
    width: 24px;
    height: 24px;
    margin-top: 12px;
    margin-right: 16px;
    background: url("/static/img/product/erp_pss/erp_icon.png") no-repeat 0 0;
}
.gn_text_box{
    display: flex;
}
.gn_text_i{
    display: block;
    width: 300px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 41px;
    color: #252631;
    opacity: 1;
}
.advantage .advantage_item:nth-child(2){
margin-left: 24px;
}
.advantage .advantage_item:nth-child(3){
    margin-left: 24px;
    }
.advantage .advantage_item:nth-child(4){
        margin-left: 24px;
        }
.advantage_item{
    width: 282px;
    height: 386px;
    box-shadow: 0px 10px 30px rgba(119, 140, 162, 0.13);
    border-radius: 4px;
    overflow: hidden;    
}
.advantage_item_img{
    width: 120px;
    height: 120px;
}
.advantage_item_p{
    color: #252631;
    font-size: 26px;
    text-align: center;
}
.advantage_item_text{
    text-align: center;
    color: #778ca2;
    padding: 0 41px;
}

.product_footer{
    background-image: url("/static/img/product/product_footer.jpg");
    background-size: 100% 100%;
    position: relative;
    height: 290px;
    width: 100%;
    margin-top: 20px;
}
.product_footer_btn{
    width: 280px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(8, 9, 41, 0.2);
    opacity: 1;
    border-radius: 4px;
    color: #3E6EF1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 58%;
    left: 0px;
    right: 0px;
    margin: auto;
    cursor: pointer;
}