.nav-wrap {
position: relative;
}
.nav {
height: 50px;
width: 100%;
}
.sanjiao {
position: absolute;
border-width: 6px;
border-color: transparent transparent #FFF transparent;
border-style: dotted dashed solid dashed;
left: 58px;
top: 38px;
_font-size: 0;
_top: 38px;
}
.chanel {
overflow: hidden;
border-radius: 3px;
background: #cf0f0f;
box-shadow: inset 0px -3px 7px rgba(139,139,139,0.3);
width: 1200px;
}
ul.chanel li {
height: 50px;
line-height: 50px;
font-size: 16px;
font-family: 'Microsoft Yahei';
width: 105px;
text-align: center;
float: left;
border-right: 1px solid #d64936;
}
.chanel a {
color: #fff;
font-style: normal;
text-decoration: none;
display: block;
cursor: pointer;
transition: color 0.4s;
-webkit-transition: color 0.4s;
}
li.nav-last a {
background: url("http://www.mnwww.com/../images/arr-down.png") no-repeat 9px 21px;
display: block;
width: 27px;
height: 44px;
text-decoration: none;
}
.nav-slider{
position: absolute;
width: 129px;
/* padding-left: 74px; */
top: 51px;
background: #B53A26;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
z-index: 9999999;
border-bottom: 0;
}
.nav-slider a {
font-family: Helvetica,"Hiragino Sans GB","Microsoft Yahei",sans-serif;
color: #fff;
display: block;
font-size: 15px;
text-align: center;
padding: 4px 0;
line-height: 46px;
border-bottom: 1px solid #E0E0E0;
}
.nav-slider a:hover{
color:orange;
}