.e-func-box{
    width:814px;
    height:460px;
    display: none;
    top:-20px;
    left:-50px;
    position: absolute;
    background: #f1f1f1;
}
.e-func-box-header{
    width:100%;
    height:40px;
    background: #2595FF;
    color:#fff;
}
.e-func-box-body{
    height:420px;
    width:100%;
    background:#fff;
}
.e-func-body-left{
    width:200px;
    float:left;
    height:420px;
    background: #f1f1f1;
}
.e-func-body-right{
    float:left;
    width:614px;
    position: relative;
    height:420px;
    background: #fff;
}
.e-func-body-right img{
    width:100%;
    height:420px;
}
.e-func-header-title{
    width:200px;
    float:left;
    height:40px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    background: #007CF1;
}
.e-func-header-menus{
    float:left;
    padding-left:7px;
}
.e-func-header-menus .menu-item,.e-func-more-menus .menu-item{
    float:left;
    height:40px;
    line-height: 40px;
    padding-left:7px;
    padding-right: 7px;
    cursor: pointer;
    font-size: 12px;
}
.e-func-header-menus .menu-item:hover,.e-func-more-menus .menu-item:hover{
    background: #007CF1;
}
.e-func-header-menus .menu-item.active,.e-func-more-menus .menu-item.active{
     background: #007CF1;
}
.e-func-header-more{
    float:left;
    margin-left:20px;
    cursor: pointer;
    line-height: 35px;
    height:40px;
    width:40px;
    text-align: center;
    position: relative;
}
.e-func-header-more:hover{
    background: #007CF1;
}
.e-image-desc{
    position: absolute;
    bottom:-1px;
    width:100%;
    background: #666;
    background: rgba(0,0,0,.5);
    text-align: left;
    padding-left:5px;
    padding-right: 5px;
}
.e-image-desc p{
    line-height: 20px;
    color:#fff;
    font-size: 12px;
}
.e-func-left-header{
    width:100%;
    height:35px;
    font-size:15px;
    font-weight: bold;
    color:#333;
    line-height: 35px;
    text-align: left;
    text-indent: 30px;
    background: #ddd;
    float:left;
}
.e-func-left-menu{
    width:100%;
    height:40px;
    line-height: 40px;
    text-align: left;
    cursor: pointer;
    text-indent: 20px;
    font-size:12px;
    color:#333;
    border-left:3px solid transparent;
    float:left;
}
.e-func-left-menu:hover{
    border-color:#2595FF;
    color:#2595FF;
}
.e-func-left-menu.active{
    color:#2595FF;
    border-color:#2595FF;
}
.e-func-more-menus{
    width: 318px;
    padding-left:7px;
    padding-right:40px;
    display: none;
    position: absolute;
    right:0px;
    top:40px;
    padding-bottom: 10px;
    z-index: 100;
    background: #2595FF;
    color:#fff;
}