/**
 * @desc µ¼º½ÑùÊ½
 */
.nav a{
    font-size: 16px;
    color: #555;
}
.navEntryText {
    float: left;
    display: block;
}
.navEntryText {
    line-height: 78px;
}
.navEntry {
    position: relative;
    display: inline-block;
    float: left;
}
.nav .popCenterBox {
    height: 78px;
}
.nav a:hover span,.navEntry.active .navEntryText span{
    border-bottom: 1px solid #555555;
}
.navEntry {
    height: 78px;
    margin-right: 58px;
    margin-right: 52px\9;
    *padding-right: 24px;
    *padding-left: 24px;
    *margin-right: 0px;
}
.navEntry:last-child {
    margin-right: 0;
}
.navSub {
/*    display: none;*/
    display: inline-block;
    position: absolute;
    top: 53px;
    left: -53px;
    height:80px;
/*    width: 500px;*/
    background: url(../../image/nav/barbg.png) repeat-x 0 -80px;
}
.hasSub .navSub{
    display: inline-block;
}
.navSub a {
    line-height:45px;
    display: inline-block;
}

.navSub .sbefore,.navSub .safter {
    content: "";
    position: absolute;
    top: 0px;
    left: -22px;
    width: 22px;
    height: 80px;
    background: url(../../image/nav/barbg.png) no-repeat left top;
}
.navSub .safter {
    left: auto;
    right: -22px;
    background: url(../../image/nav/barbg.png) no-repeat left bottom;
}
.navSubLink {
    line-height:43px;
    margin-top:15px;
    margin:15px 6px 0;
    *margin:0;
    *padding:15px 6px 0;
}
.hasSub {
    position: relative;
}
.hasSub .before {
    content: "";
    background: url(../../image/nav/arrow.png) no-repeat;
    width: 22px;
    height: 15px;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: 53px;
    z-index: 3;
}

.navSub {
    width: 800px;
    display: block;
    top: -200px;
}
.innerPageNav {
    box-shadow: 0 10px 10px rgba(240,240,240,0.7);
}

.navLogo{
    margin-left: 17px;
}
