.leftMenu {
    /*left: -240px;*/
    position: absolute;
    left: 20px;
    top: 20px;
    width: 145px;
    z-index: 10000;
    font-family: "Microsoft Yahei";
    background: rgba(255, 255, 255, 0.6);
    border-radius: 8px 8px 8px 8px;
    padding-top: 8px;
    padding-bottom: 16px;
}



.leftMenu .arrowReturn {
    background: url(../imgs/LPCM_web_icon_menu_back_default@1x.png) 0 0 no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    width: 21px;
    height: 21px;
    margin: 20px;
}

.leftMenu .arrowReturn:hover {
    background: url(../imgs/LPCM_web_icon_menu_back_hover@1x.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 21px;
    height: 21px;
    cursor: pointer;
}

.rightMenu .arrowReturn {
    background: url(../imgs/LPCM_web_icon_menu_back_default@1x.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    margin: 20px;
}

.rightMenu .arrowReturn:hover {
    background: url(../imgs/LPCM_web_icon_menu_back_hover@1x.png) 0 0 no-repeat;
}

.leftMenu .name {
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    cursor: default;
    display: flex;
}

.leftMenu .name span{
    margin-left: 8px;
}

.leftMenu .name a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #000000;
    text-decoration: none;
    display: flex;
}

.leftMenu .hovername,
.rightMenu .hovername {
    background-color: #0473cc;
    border-radius: 20px;
}


.leftMenu ul li a {
    padding-bottom: 5px !important;
}

.leftMenu ul li a,
.leftMenu ul li a:active,
.leftMenu ul li a:visited,
.rightMenu ul li a,
.rightMenu ul li a:active,
.rightMenu ul li a:visited {
    color: #000000;
    text-decoration: none;
}


.leftMenu ul li a:hover,
.rightMenu ul li a:hover {
    color: #335EFF;
    /* border-bottom: 2px solid #0073CE; */
}

.leftMenu ul {
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    list-style: none;
}

.leftMenu ul li{
    height: 20px;
    margin-top: 8px;
    margin-left: 1px;
}

.leftMenu .menudiv{
    margin-top: 12px;
    margin-left: 24px;
}

.leftMenu .icon,
.rightMenu .icon {
    width: 25px;
    height: 26px;
    margin-top: 1px;
    display: block;
}

.icon-cpjs {
    background: url(../imgs/LPCM_web_icon_home_product_default@1x.png) 0 0 no-repeat;
    background-size: 100%;
}


.icon-aqzx {
    background: url(../imgs/LPCM_web_icon_home_safetyimformation_default@1x.png) 0 0 no-repeat;
    background-size: 100%;
}

.icon-fklt {
    background: url(../imgs/LPCM_web_icon_home_feedback_default@1x.png) 0 0 no-repeat;
    background-size: 100%;
}

.icon-gbxt {
    background: url(../imgs/LPCM_web_icon_home_system_default@1x.png) 0 0 no-repeat;
    background-size: 100%;
}

#Editions:hover, #Updatelog:hover{
    color: #335EFF;
}
#Editions:hover .icon-gbxt{
    background: url(../imgs/LPCM_web_icon_home_system_default_hover@1x.png) 0 0 no-repeat;
    background-size: 100%;
}

#Updatelog:hover .icon-aqzx{
    background: url(../imgs/LPCM_web_icon_home_safetyimformation_default_hover@1x.png) 0 0 no-repeat;
    background-size: 100%;
}

.icon-xgtj {
    background: url(../imgs/LPCM_web_icon_home_recommend_default@1x.png) 0 0 no-repeat;
    background-size: 100%;
}



.left240 {
    left: -240px;
}