.sjyj_bottom{
    background: #323232;
}
.sjyj_bottom_content{
    width: 1350px;
    margin: 0 auto;
}
.sjyj_bottom_nav{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.sjyj_bottom_nav .sjyj_bottom_nav_li{
    padding: 0 67px;
    font-size: 19px;
    color:#fff;
    line-height: 72px;
    transition: all .5s ease;
}
.sjyj_bottom_nav .sjyj_bottom_nav_li:hover{
    color:#FF6415;
}
.sjyj_bottom_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0;
    padding: 36px 0;
}
.sjyj_bottom_box .sjyj_bottom_logo{
    padding: 0 62px 0 50px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.sjyj_bottom_box .sjyj_bottom_logo::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%,-50%);
    width: 1px;
    height: 222px;
    background: rgba(255,255,255,0.1);
}
.sjyj_bottom_box .sjyj_bottom_logo p{
    margin-top: 24px;
    width: 212px;
    line-height: 34px;
    border: 1px solid rgba(255,255,255,0.1);
    font-size: 16px;
    color:#fff;
}
.sjyj_bottom_box .sjyj_bottom_ewmlist{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 4px 0 14px;
    position: relative;
}
.sjyj_bottom_box .sjyj_bottom_ewmlist .sjyj_bottom_ewmli{
    text-align: center;
    font-size: 0;
    margin: 0 34px;
}
.sjyj_bottom_box .sjyj_bottom_ewmlist .sjyj_bottom_ewmli p{
    font-size: 16px;
    color:#fff;
    margin-top: 20px;
}
.sjyj_bottom_box .sjyj_bottom_ewmlist::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%,-50%);
    width: 1px;
    height: 222px;
    background: rgba(255,255,255,0.1);
}
.sjyj_bottom_right{
    padding-left: 37px;
    padding-right: 30px;
    box-sizing: border-box;
}
.sjyj_bottom_right_item .right_item_tit{
    font-size: 16px;
    color:#fff;
    display: flex;
    align-items: center;
    line-height: 28px;
}
.sjyj_bottom_right_item .right_item_tit i{
    width: 5px;
    height: 5px;
    background: #FA6415;
    margin-right: 19px;
}
.sjyj_bottom_right_item .right_item_content{
    padding-left: 24px;
    color:#fff;
}
.sjyj_bottom_right_item .right_item_content .tel{
    font-size: 32px;
    color:#fff;
    font-family: Impact;
    margin: 6px 0 12px 0;
}
.sjyj_bottom_right_item .right_item_content p{
    font-size: 16px;
    line-height: 28px;
}
.sjyj_bottom_beian{
    text-align: center;
    color:rgba(255,255,255,0.25);
    background: #2B2B2B;
    line-height: 66px;
    font-size: 16px;
}
.sjyj_bottom_beian a{
    color:rgba(255,255,255,0.25);
}