.yds_bottom{
    background: #004098;
}
.yds_bottom .yds_bottom_content{
    width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 40px 0 20px;
}
.yds_bottom .yds_bottom_content .yds_bottom_logo{
    margin-left: 18px;
}
.yds_bottom .yds_bottom_content .yds_bottom_text{
    color:#fff;
    font-size: 14px;
    line-height: 26px;
    padding-top: 18px;
}
.yds_bottom .yds_bottom_content .yds_bottom_text a{
    color:#fff;
}
.yds_bottom .yds_bottom_content .yds_bottom_title{
    color:#fff;
    font-size: 14px;
}
.yds_bottom .yds_bottom_content .yds_bottom_ewm{
    margin-right: 55px;
    display: flex;
}
.yds_bottom .yds_bottom_content .yds_bottom_ewm .bottom_ewm_box{
    margin-left: 77px;
}
.yds_bottom .yds_bottom_content .yds_bottom_ewm .ewm_box_bg{
    width: 103px;
    height: 103px;
    margin-top: 20px;
}
.yds_bottom .yds_bottom_content .yds_bottom_ewm .ewm_box_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yds_bottom .yds_bottom_nav{
    background: #002D6A;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16p;
}
.yds_bottom .yds_bottom_nav a{
    color:#fff;
    padding: 0 15px;
    position: relative;
}
.yds_bottom .yds_bottom_nav a::after{
    content: '丨';
    position: absolute;
    right: 0;
    transform: translateX(50%);
}
.yds_bottom .yds_bottom_nav a:last-child:after{
    display: none;
}