/*2020/2/16更改头部导航菜单样式*/
#head {
    border-bottom: unset;
}
#sy_menu {
    position: relative;
    width: 100%;
    background: #ae0e0e;
    height: 52px;
}
#sy_menu .header .menu {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -500px;
    margin-top: 0;
}
#sy_menu .header .menu li{
    background: #ae0e0e;
    color: #fff;
}
#sy_menu .header .menu li a{
    color: #fff;
}
#sy_menu .header .menu .li_3_content a{
    color: #666;
}
