.daohang{
    position: absolute;
    top:160px;
    left: 0;
    width: 100%;
    z-index: 10;
}
.tp-nav{
    width: 1110px;
    margin: 0 auto;
}
.nav_list{
    background: #030918;
    height:57px;
    list-style: none;
    padding: 0;
}
.nav_list li {
    float: left;
    text-align: center;
    width: 114px;
    position: relative;
    list-style: none;
}
.nav_list li.on {
    background: #ffbc00;
}
.nav_list li a{
    font-size: 14px;
    color: #fff;
    line-height:57px;
    height:57px;
}
.navChild{
    position: absolute;
    top:57px;
    left: 0;
    width: 100%; 
    list-style: none;
    padding: 0;
}
.nav_list li:hover {
    color: #fff;
	background: #ffbc00;
}
.nav_list li ul.navChild {
    display: none;
}
.nav_list li:hover ul.navChild{ display:block;}
.nav_list li ul.navChild li{ text-align:center; width: 114px; height: 52px; line-height: 52px; background: #ffbc00;}
.nav_list li ul.navChild li a{ display: block; color: #fff; width: 100%; height: 100%;font-size:15px}
.nav_list li ul.navChild li:hover{ background: #030918; }
@media (max-width:1200px) {
.tp-nav {
	width: 970px
}
}
@media (max-width:800px) {
.daohang {
	display: none;
}
}