 @font-face { font-family: 'ico'; src: url('fonts/icofont.woff');}
 /* @font-face { font-family: 'icon'; src:url('fonts/iconfont2.woff'); } */
body { font-size: 13px }
html,body{width: 100%;height: 100%;}
.noSlt { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.foldMenu { margin-left: 15px; font-family: ico; width: 16px; float: left; cursor: pointer; line-height: 38px }
	.foldMenu:hover { color: #2ed573; }
	.foldMenu:active { color: #7bed9f; }
#newWin { float: right; width: 18px; height: 18px; display: none; font-family: ico; font-size: 14px; cursor: pointer; margin-right: 10px }
.homeIco { font-family: ico; margin-left: 15px; cursor: pointer; color: #e3e3e3; width: 16px; text-align: center; float: left; font-size: 14px }
	.homeIco:hover, #newWin:hover { color: #2ed573; font-size: 16px }
	.homeIco:active, #newWin:active { color: #7bed9f; font-size: 16px }

.photo { width: 60px; height: 60px; margin: 10px auto 0 45px; background-color: rgba(255, 255, 255, 0.15); padding: 4px; border-radius: 50%; cursor: pointer;opacity:0.9 }
	.photo:hover { border: 1px solid #64aef5; margin: 9px auto 0 44px }
.lineSplit { border-bottom: 1px solid #52a3d7; width: 94%; margin: auto }
	.lineSplit > div { border-top: 1px solid #1c7cba; width: 100%; margin: auto }

.menuLr { cursor: w-resize !important }
.menu0 { height: 36px; line-height: 36px; cursor: pointer; margin-left: 4px; border-left: 2px solid #1e90ff; padding-left: 10px; font-size: 13px; color: #FFF;text-shadow: 0 1px 0 #046cbf; }
	.menu0:hover { border-left-color: #74b8f9; color: #eff3fa; background-color: #48a3fa }
	.menu0:active { border-left-color: #aad4fb; color: #eff3fa; background-color: #48a3fa }
	.menu0 > span:first-child { margin-right: 6px; font-family: ico;font-size:14px }
.menu1 { height: 30px; line-height: 30px; cursor: pointer; margin-left: 5px; border-left: 2px solid #1e90ff; padding-left: 46px; font-size: 13px; color: #FFF;text-shadow: 0 1px 0 #046cbf;}
	.menu1:hover { border-left-color: #74b8f9; color: #eff3fa; background-color: #48a3fa }
	.menu1:active { border-left-color: #aad4fb; color: #eff3fa; background-color: #48a3fa }
.menu2 { height: 26px; line-height: 26px; cursor: pointer; margin-left: 5px; border-left: 2px solid #1e90ff; padding-left: 38px; font-size: 13px; color: #FFF;text-shadow: 0 1px 0 #046cbf; }
	.menu2:hover { border-left-color: #74b8f9; color: #eff3fa; background-color: #48a3fa }
	.menu2:active { border-left-color: #aad4fb; color: #eff3fa; background-color: #48a3fa }
    .menu2 span { margin-left:1em;}
    .menuSlt { border-left-color: #aad4fb; color: #eff3fa; background-color: #48a3fa }
.secTree { position: absolute; margin-left: 100px; width: 16px; font-family: ico; }


#showModel{background: rgba(0,0,0,0.2);position: fixed;height: 100%;width: 100%;display: none;}
#showModel img{position: absolute;left: 50%;top: 50%;margin-left: -50px;margin-top: -10px;}

.project { position: absolute; width: 242px; overflow-y: auto; top: 36px; background: #56606f; color: #f2f2f2; border-bottom: 1px solid #a6a6a7; border-right: 1px solid #a6a6a7;padding-left:1px;overflow-x:hidden }
/* .project li:first-child{margin-top: 8px;} */
.project li{line-height: 28px;cursor: pointer;font-size: 12px;width: 230px;overflow: hidden;}
.project li:hover { background: #1c7cd8; color: #fff; }
.project li span{width: 24px;display: inline-block;text-align: right;margin-right: 17px;}
.selectPj { margin-left: 16px; letter-spacing: 0.2px; color: #f2f2f2; cursor: pointer; }
    .selectPj:hover { color: #FFF }
.selectPj:active { color: #7bed9f }

/*left menu cursor*/
.wresize { cursor: w-resize !important }
/*dialog windows*/
.winDialog { position: absolute; z-index: 9998; border: 1px solid #88b2f7; width: 600px; height: 300px; background-color: #fbfbfb; border-radius: 3px 3px 2px 2px; }
.winCaption { width: 100%; height: 21px; background-color: #1e90ff; background-image: url('images/dialogwin.png'); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-radius: 2px 2px 0 0; }
.winLeft { width: 30px; height: 20px; position: absolute; line-height: 15px; font-size: 12px; font-weight: bold; letter-spacing: 1px; color: #e3e3e3; z-index: 10010; text-shadow: 0 1px 0 #005294; margin-left: 6px; letter-spacing: 1px; }
.winText { width: 100%; height: 20px; position: absolute; text-align: center; color: #fafafa; font-size: 11px; line-height: 21px; letter-spacing: 1px; z-index: 10010; text-shadow: 0 1px 0 #005294; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.winRightback { background-image: url('images/dialogwin.png'); background-repeat: no-repeat; background-position-x: -1620px; right: 0; width: 300px; height: 28px; position: absolute; }
.winClose { width: 39px; height: 16px; position: absolute; right: 5px; background-image: url('images/close.png'); background-repeat: no-repeat; background-position-x: -76px; margin-top: 3px; z-index: 10020; border-radius: 2px; }
    .winClose:hover { background-position-y: -16px }
    .winClose:active { margin-top: 4px; }
.winMin { width: 39px; height: 16px; position: absolute; right: 50px; background-image: url('images/close.png'); background-repeat: no-repeat; background-position: -38px 0px; margin-top: 3px; z-index: 10020; border-radius: 2px; }
    .winMin:hover { background-position-y: -16px }
    .winMin:active { margin-top: 4px; }
.winLine { border: none; border-top: 1px solid #88b2f7; width: 100%; margin: 0; padding: 0 }
.winContent { width: 100%; margin: auto }