#header {
    display:block;
    background: linear-gradient(#1e2b42, #131b2a);
    border-top:1px solid #1b283d;
    border-bottom:3px solid #1b283d;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    height:50px;
    text-align: center;
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    min-width: 1400px;
    z-index:1000;
}

#header > .inner_center {
    display:block;
    text-align: left;
    margin:0 auto;
    min-width:1400px;
    max-width:2200px;
    height:50px;
    position: relative;
    z-index:1000;
}

#header > .inner_center > .link_logo {
    display: block;
    position: absolute;
    left:40px;
    top:50%;
    height:30px;
    transform: translate(0, -50%);
}

#header > .inner_center > .link_logo > img {
    display: block;
    margin:0;
    padding:0;
    border:0;
    height:30px;
}

#header > .inner_center > .nav_main {
    position: absolute;
    display: flex;
    justify-content: center;
    left:0px;
    right:0px;
    bottom:0px;
    position: absolute;
    height:0px;
}

#header > .inner_center > .nav_main > ul {
    display: flex;
    height:50px;
    margin-top:-50px;
}

#header > .inner_center > .nav_main > ul > li {
    display: block;
    flex-shrink: 0;
}



#header > .inner_center > .nav_main > ul > li.btn_livetv {
    display: block;
    position: relative;
    width:95px;
    height:30px;
    margin-left:20px;
    cursor:pointer;
    transform: translate(0,28%);
}

#header > .inner_center > .nav_main > ul > li.btn_livetv > .ico {
    display: block;
    position: absolute;
    left:0px;
    top:2px;
    bottom:2px;
    height:26px;
    filter:brightness(0.8);
    transition: all 200ms;
}

#header > .inner_center > .nav_main > ul > li.btn_livetv > .logo {
    display: block;
    position: absolute;
    left:40px;
    top:-2px;
    height:18px;
    filter:brightness(0.8);
    transition: all 200ms;
}

#header > .inner_center > .nav_main > ul > li.btn_livetv:hover > .ico {
    filter:brightness(1);
    transition: all 200ms;
}

#header > .inner_center > .nav_main > ul > li.btn_livetv:hover > .logo {
    filter:brightness(1);
    transition: all 200ms;
}

#header > .inner_center > .nav_main > ul > li.btn_livetv > .label {
    display: block;
    position: absolute;
    right:0px;
    bottom:4px;
    height:15px;
    font-size:14px;
    font-weight:600;
    color:#ef7c00;
    transition: all 200ms;
}

#header > .inner_center > .nav_main > ul > li.btn_livetv:hover > .label {
    color: #fff0c8;
    text-shadow: 0 0 5px #fff, 0 0 10px #ff8100, 0 0 15px #f00, 0 0 5px #ef7c00, 0 0 5px #ef7c00, 0 0 10px #f92552, 0 0 20px #ef7c00, 0px 0 40px #ef7c00;
    transition: all 200ms;
}

#header > .inner_center > .nav_main > ul > li > ul {
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    width:100%;
    justify-content: center;
    display: flex;
    z-index:0;
    opacity:0;
    height:54px;
    max-height:0px;
    transition: all 0ms;
    overflow: hidden;
}

#header > .inner_center > .nav_main > ul > li:hover > ul {
    z-index:10;
    opacity:1;
    transition: max-height 0ms;
    max-height:51px;
    overflow: visible;
}

/* #header > .inner_center > .nav_main > ul > li:hover > ul:hover {
    overflow: visible;
} */

#header > .inner_center > .nav_main > ul > li > ul > li {
    display: block;
    flex-shrink: 0;
    margin-top:-3px;
}

#header > .inner_center > .nav_main > ul > li > ul > li > ul {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: all 500ms;
}

#header > .inner_center > .nav_main > ul > li:hover > ul > li:hover > ul {
    max-height: 360px;
    transition: all 500ms;
    box-shadow: 
        0px 0px 5px rgba(0,0,0,0.5),
        0px 0px 10px rgba(0,0,0,0.5),
        0px 0px 15px rgba(0,0,0,0.5);
}

#header > .inner_center > .nav_main > ul > li:hover > ul > li > ul > li {
    display: block;
    height:40px;
}

#header > .inner_center > .nav_main > ul > li > a {
    display: block;
    height:50px;
    line-height: 50px;
    padding-left:15px;
    padding-right:15px;
    color:#aeaeae;
    font-size:14px;
    font-weight:600;
    transition: all 300ms;
}

#header > .inner_center > .nav_main > ul > li:hover > a,
#header > .inner_center > .nav_main > ul > li > a.active {
    color: #fff0c8;
    /* text-shadow: 0 0 17px #ef7c00, 0 0 22px #ef7c00, 0 0 2px #ef7c00; */
    transition: all 300ms;
    text-shadow: 0 0 5px #fff, 0 0 10px #ff8100, 0 0 15px #f00, 0 0 5px #ef7c00, 0 0 5px #ef7c00, 0 0 10px #f92552, 0 0 20px #ef7c00, 0px 0 40px #ef7c00;
    animation: beat .25s infinite alternate;
}

#header > .inner_center > .nav_main > ul > li > a.fold {
    position: relative;
    padding-right:40px;
}

#header > .inner_center > .nav_main > ul > li > ul > li > a {
    display: block;
    height:54px;
    line-height:49px;
    border:0px;
    margin:0px;
    border-top:3px solid #ef7c00;
    padding-left:20px;
    padding-right:20px;
    font-size:14px;
    color:#aeaeae;
    color:transparent;
    background: #11141d;
    position: relative;
    font-weight: 600;
    transition: all 200ms;
    text-align: center;
}

#header > .inner_center > .nav_main > ul > li:hover > ul > li:hover > a {
    background: #29324b;
    color: #fff0c8;
    /* text-shadow: 0 0 17px #ef7c00, 0 0 22px #ef7c00, 0 0 2px #ef7c00; */
    transition: all 300ms;
    text-shadow: 0 0 5px #fff, 0 0 10px #ff8100, 0 0 15px #f00, 0 0 5px #ef7c00, 0 0 5px #ef7c00, 0 0 10px #f92552, 0 0 20px #ef7c00, 0px 0 40px #ef7c00;
    animation: beat .25s infinite alternate;
}

#header > .inner_center > .nav_main > ul > li:hover > ul > li > a.active {
    color: #fff0c8;
    /* text-shadow: 0 0 17px #ef7c00, 0 0 22px #ef7c00, 0 0 2px #ef7c00; */
    transition: all 300ms;
    text-shadow: 0 0 5px #fff, 0 0 10px #ff8100, 0 0 15px #f00, 0 0 5px #ef7c00, 0 0 5px #ef7c00, 0 0 10px #f92552, 0 0 20px #ef7c00, 0px 0 40px #ef7c00;
    animation: beat .25s infinite alternate;
}

#header > .inner_center > .nav_main > ul > li:hover > ul > li > a {
    color:#aeaeae;
}

#header > .inner_center > .nav_main > ul > li > ul > li > ul > li > a {
    height:40px;
    display: block;
    line-height: 39px;
    background:#11141d;
    border-top:1px solid #454462;
    text-align: center;
    color:#aeaeae;
    padding-left:20px;
    padding-right:20px;
    font-size:13px;
}

#header > .inner_center > .nav_main > ul > li > ul > li > ul > li > a:hover {
    color: #fff0c8;
    /* text-shadow: 0 0 17px #ef7c00, 0 0 22px #ef7c00, 0 0 2px #ef7c00; */
    transition: all 300ms;
    text-shadow: 0 0 5px #fff, 0 0 10px #ff8100, 0 0 15px #f00, 0 0 5px #ef7c00, 0 0 5px #ef7c00, 0 0 10px #f92552, 0 0 20px #ef7c00, 0px 0 40px #ef7c00;
    animation: beat .25s infinite alternate;
}

#header > .inner_center > .nav_main > ul > li > ul > li > ul > li > a.active {
    color: #fff0c8;
    /* text-shadow: 0 0 17px #ef7c00, 0 0 22px #ef7c00, 0 0 2px #ef7c00; */
    transition: all 300ms;
    text-shadow: 0 0 5px #fff, 0 0 10px #ff8100, 0 0 15px #f00, 0 0 5px #ef7c00, 0 0 5px #ef7c00, 0 0 10px #f92552, 0 0 20px #ef7c00, 0px 0 40px #ef7c00;
    animation: beat .25s infinite alternate;
}

#header > .inner_center > .nav_main > ul > li > a > span {
    display: block;
    position: absolute;
    right:0px;
    top:15px;
    transform: scaleX(0.6) translate(-50%, -50%);
    font-size: 26px;
    height:30px;
    width:30px;
    font-weight:600;
    transition: all 300ms;
}

#header > .inner_center > .nav_main > ul > li:hover > a > span {
    display: block;
    position: absolute;
    right:14px;
    top:23px;
    transform: rotate(90deg) scaleX(0.6) translate(-50%, -50%);
    font-size: 30px;
    height:30px;
    width:30px;
    font-weight:600;
    transition: all 300ms;
}
