/* µ¼º½ */
.E-nav-box{
    width: 100%;
    background: url(/css/../img/nav-bg.png) no-repeat center;
}
.nav{
    padding: 10px 0;
    width: 1280px;
    margin: 0 auto;
}

.nav>ul>li{
    float: left;
    margin-left: 85px;
    position: relative;
}
.hasSub:after{
    content: "\25BC";
    font-size: 15px;
    position: absolute;
    right: -21px;
    top: 2px;
}
.hasSub:hover>ul{
    display: block;
}
.nav>ul>li>ul{
    display: none;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    top: 100%;
    left: 0;
}
.nav>ul>li>ul>li>a{
    white-space: nowrap;
}
.nav>ul>li>ul>li>a:hover{
    /* background: #00b7ee; */
    border-bottom: 2px solid #00b7ee;
}

.search-list>a{
    margin: 3px 0 0 10px;
    float: right;
    padding-left: 10px;
    color: #fff;
    border-left: 1px solid #fff;
    font-size: 14px;
}