.qsn_bottom{
    background: #232323;
}
.qsn_bottom_content{
    width: 1360px;
    margin: 0 auto;
}
.qsn_bottom_content .qsn_bottom_content_top{
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #393939;
}
.qsn_bottom_content_top .bottom_nav{
    display: flex;
    align-items: center;
}
.qsn_bottom_content_top .bottom_nav .bottom_nav_li{
    font-size: 16px;
    color:#fff;
    padding:0 18px;
    height: 26px;
    border-right: 1px solid #393939;
    transition: all .5s ease;
}
.qsn_bottom_content_top .bottom_nav .bottom_nav_li:hover{
    color:#00924F;
}
.qsn_bottom_content_top .bottom_nav .bottom_nav_li:last-child{
    padding-right: 0;
    border: 0;
}
.qsn_bottom_content .qsn_bottom_xinxi{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 33px 0;
}
.qsn_bottom_content .qsn_bottom_xinxi .qsn_bottom_xinxi_left .tit{
    font-size: 18px;
    color:#fff;
}
.qsn_bottom_content .qsn_bottom_xinxi .qsn_bottom_xinxi_left .bottom_xinxi_dz{
    margin-top: 14px;
}
.qsn_bottom_content .qsn_bottom_xinxi .qsn_bottom_xinxi_left .bottom_xinxi_dz .bottom_xinxi_dz_li{
    display: flex;
    align-items: center;
    height: 34px;
    font-size: 16px;
}
.qsn_bottom_xinxi_left .bottom_xinxi_dz .icon{
    width: 21px;
    font-size: 0;
    margin-right: 15px;
}
.qsn_bottom_xinxi_left .bottom_xinxi_dz .icon img{
    width: 100%;
}
.qsn_bottom_xinxi_right{
    display: flex;
    align-items: center;
}
.qsn_bottom_xinxi_right .qsn_bottom_xinxi_right_ewm{
    display: flex;
    align-items: center;
    margin-left:17px;
}
.qsn_bottom_xinxi_right .qsn_bottom_xinxi_right_ewm .ewm_img{
    font-size: 0;
    width: 122px;
}
.qsn_bottom_xinxi_right .qsn_bottom_xinxi_right_ewm .ewm_img img{
    width: 100%;
}
.qsn_bottom_xinxi_right .qsn_bottom_xinxi_right_ewm .ewm_text{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 100%;
    background: #393939;
    font-size: 16px;
    color:#fff;
    writing-mode: vertical-rl;
    height:122px;
}
.qsn_bottom_link{
    height: 70px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color:#666666;
    border-top: 1px solid #393939;
}
.qsn_bottom_link a{
    color:#fff;
    margin-right: 24px;
}
.qsn_bottom_content .qsn_bottom_bt{
    line-height: 74px;
    font-size: 14px;
    color:#666666;
    border-top: 1px solid #393939;
}
.qsn_bottom_content .qsn_bottom_bt a{
    color:#666;
    transition: all .5s ease;
}
.qsn_bottom_content .qsn_bottom_bt a:hover{
    color:#D50203;
}