/*menu*/
.menu{
    height: 40px;
    border-bottom: 2px solid #508edb;
}
.menu .fast-entry{
    width: 250px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background: #508edb;
    display: block;
    float: left;
}
.menu .fast-entry em{
    background: url(../../../images/index/icon-leftbar.png);
    width: 18px;
    height: 18px;
    margin-right: 20px;
    margin-left: 45px;
    display: inline-block;
    vertical-align: -6px;
    background-position: 0 0;
}
.menu ul li{
    float: left;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #464646;
    padding: 0 30px;
    position: relative;
    cursor: pointer;
}

.menu ul .news-icon span{
    position: absolute;
    background: url(../../../images/index/common.png) 0 -63px;
    width: 30px;
    height: 18px;
    display: block;
    top: 0px;
    right: 0px;
}
.menu ul li a:hover{
    color: #508edb;
}
.menu ul .menu-act a{color:#508edb;}
.menu ul .menu-act em{
    width:0; 
    height:0; 
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-bottom:6px solid #508edb;
    position: absolute;
    bottom: 0;
    left:50%;
    margin-left: -8px;
}
.quick{
    position: relative;
    overflow: hidden;
    margin-bottom: 18px;
    height: 358px;
}
.menu ul .menu-tab{
    position: absolute;
    top: 40px;
    z-index: 9999;
    background: #fff;
    border: 1px solid #508edb;
    border-top:2px solid #508edb;
    width: 82px;
    left: 50%;
    margin-left: -35px;
    display: none;
    font-size: 14px;
}
.menu ul .drop-down .triangle-down{
    background: url(../../../images/index/header.png) no-repeat;
    background-position: -9px -94px ;
    width: 8px;
    height: 6px;
    display: block;
    float: left;
    position: absolute;
    top: 19px;
    right: 16px;
}

.menu ul .menu-tab div:nth-child(1){
    border-bottom: 1px solid #ddd;
}
.menu ul a{
    display: inline-block;
}
.memu .health{
    border-bottom: 2px solid #2567b9;
}