h2{font-weight:normal;}
.page_content{
	padding: 5px 10px 0 10px;
}
/*清除浮动样式*/
.clearfloat:after{
	content: "";
	clear: both;
	display: block;
	zoom: 1;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}


/*框架主体设置*/
#mainFrame{
	background-color:#E6E9EF; /*主体内容区颜色*/
}
#mainFrame *{
	box-sizing: border-box;
}
.contentStyleLeft{
	padding: 0 0px 0 0px; /*设置左侧内容边距*/
}
.contentStyle{
	padding: 0px 0px 0 0px; /*设置右侧内容边距*/
}
#hideCon{
	width: 220px; /*设置左侧框架宽度*/
	border-right: 1px solid #EEEEEE;
}
#bs_left{
	width: 180px; /*设置左侧框架宽度*/
	position: relative;
}
#bs_right{
	/*padding-right: 10px;*/
	/*padding-top: 5px;*/
}
/*框架主体设置*/
/*343E4A*/
#lbox{
	padding: 15px 0 0 0;
	background-color: #fff;
	width: 180px;
	border-right: 1px solid #e9eaee;
}
#rbox{
	padding: 0 0;
	background-color: white;
}
#hbox{
	width: 100%;
	height: 70px;
}
#fbox{
	width: 100%;
	height: 10px;
	overflow: hidden;
}
.hbox_content_win{
	width: 100%;
	height: 60px;
	background-color: white;
	color: #657180;
	box-shadow: 0 1px 1px rgba(0,0,0,.08);
}
.hbox_content{
	width: 100%;
	height: 100%;
	margin: auto;
	position: relative;
	background: #343843;
}
.hbox_content_left{
	width: 180px;
	height: 100%;
	position: absolute;
	top: -10px;
	left: 20px;
}
.hbox_content_left a{
	display: block;
	width: 100%;
	height: 60px;
	/*border: 1px solid red;*/
	background: url(logo.png) no-repeat 90% center;
	float: left;
	margin-top: 10px;
	/*background-size: 90% 50%;*/
}
.hbox_content_left span{
	color: #2DA9FA;
	display: block;
	font-size: 18px;
	line-height: 80px;
	float: right;
	position: relative;
}
.hbox_content_left span b{
	display: block;
	width: 90px;
	height: 20px;
	position: absolute;
	top: 32px;
	right: -90px;
	/*border: 1px solid red;*/
	color: #FF5500;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	/*background: url(Edition1.png) no-repeat center center;*/
	font-style: italic;
}
.hbox_content_right{
	height: 60px;
	position: absolute;
	top: 0;
	right: 50px;
	background: #343843;
}
.hbox_content_right>ul{
	float: left;
}
.hbox_content_right>ul li{
	float: left;
	padding: 0 15px;
	cursor: pointer;
	transition: all .2s ease-in-out;
	height: inherit;
	line-height: 58px;
	border-bottom: 2px solid transparent;
	color: #E6E9EF;
	font-size: 14px;
	display: block;
}
.hbox_content_right>ul li i{
	display: inline-block;
	float: left;
	width: 16px;
	height: 16px;
	margin-top: 20px;
	margin-right: 6px;
}
/*.hbox_content_right>ul li i{*/
    /*background-image: url(index_icon.png)!important;*/
/*}*/
.hbox_content_right>ul li:hover {
	color: #FF6327;
	/*border-bottom: 2px solid #FF6327;*/
	/*}*/
	/*.hbox_content_right>ul li:hover i{*/
	/*background-image: url(index_icon_active.png)!important;*/
	/*}*/
}
.hbox_content_right>ul li.active{
	color: #FF6327;
	/*border-bottom: 2px solid #FF6327;*/
}
/*.hbox_content_right>ul li.active i{*/
	/*background-image: url(index_icon_active.png)!important;*/
/*}*/
/*换肤*/
.hbox_content_right_colorbox{
	/*width: 200px;*/
	height: 80px;
	/*border: 1px solid black;*/
	float: left;
	margin-left: 10px;
	line-height: 0px;
	color: #657180;
	font-size: 14px;
	/*padding-top: 30px;*/
}
.hbox_content_right_colorbox span{
	display: inline-block;
	/*float: left;*/
	width: 15px;
	height: 15px;
	/*border: 1px solid red;*/
	border-radius: 3px;
	line-height: 25px;
	cursor: pointer;
	/*margin-top: 30px;*/
	margin-top: 30px;
}

/*用户中心*/
.right_toggle{
	display: block;
	width: 30px;
	height: 60px;
	line-height: 60px;
	float: left;
	margin-left: 10px;
	position: relative;
}
.right_toggle:hover span{
	background: url(page_head_ico.png) -16px -104px no-repeat;
}
.right_toggle span{
	margin: auto;
	height: 16px;
	background: url(page_head_ico.png) 0 -104px no-repeat;
	margin-top: 21px;
	display: block;
	width: 16px;
}
.right_togglesel:hover span{
	background: url(page_head_ico.png) 0 -192px no-repeat;
}
.right_togglesel span{
	margin: auto;
	height: 16px;
	background: url(page_head_ico.png) 0 -192px no-repeat;
	margin-top: 21px;
	display: block;
	width: 16px;
}
.righttoggleselspan{
    margin: auto;
    height: 16px;
    background: url(page_head_ico.png) 0 -191px no-repeat;
    display: inline-block;
    width: 16px;
    margin-left: 5px;
}
.righttoggleselspanhover{
    margin: auto;
    height: 16px;
    background: url(page_head_ico.png) 0 -207px no-repeat;
    display: inline-block;
    width: 16px;
    margin-left: 5px;
}

.right_toggle_content{
	width: 170px;
	height: auto;
	background: white;
	position: absolute;
	top: 65px;
	right: 0;
	box-sizing: border-box;
	overflow: hidden;
	box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
	border-radius: 5px;
	display: none;
	*border: 1px solid #D8E3EF;
	background: #D8E3EF;
	z-index: 99;
}
.right_toggle_content li{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #657180;
	font-size: 13px;
	background: white;
	padding-left:10px;
}
.right_toggle_content li i{
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 12px 10px 0 10px;
	/*border: 1px solid red;*/
	float: left;
	background: url(page_head_ico1.png) 0 -1px no-repeat;
}
.right_toggle_content li.right_toggle_fullscreen i{
	background: url(page_head_ico.png) 0 -154px no-repeat;
}
.right_toggle_content li.right_toggle_fullscreen:hover i{
	background: url(page_head_ico.png) -15px -154px no-repeat;
}
.right_toggle_content li.right_toggle_screen i{
	background: url(page_head_ico.png) 0 -170px no-repeat!important;
}
.right_toggle_content li.right_toggle_screen:hover i{
	background: url(page_head_ico.png) -15px -170px no-repeat!important;
}
.right_toggle_content li.right_toggle_lock_screen i{
	background: url(page_head_ico.png) 0 -121px no-repeat;
}
.right_toggle_content li.right_toggle_lock_screen:hover i{
	background: url(page_head_ico.png) -16px -121px no-repeat;
}
.right_toggle_content li.right_toggle_sign_out i{
	background: url(page_head_ico.png) 0 -138px no-repeat;
}
.right_toggle_content li.right_toggle_sign_out:hover i{
	background: url(page_head_ico.png) -18px -138px no-repeat;
}
.right_toggle_content li:hover{
	background: #FF6327;
	color: white;
}
.right_toggle_content li:hover i{
	background: url(theme_left_bussiness.png) 0 -447px no-repeat;
}

/*内容外壳*/
.table_win{
	width: 96%;
	height: 100%;
	margin: 0px auto;
	background-color: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}
/*左侧导航*/
.bs_left_shrink {
	width: 100%;
	/*position: absolute;*/
	cursor: pointer;
	/*top: 0;
	right: 0;
	z-index: 9999;*/
}
.bs_left_shrink i{
	width: 18px;
	height: 18px;
	float: right;
	background-image: url(index_icon.png);
	background-position: -63px 0px;
	cursor: pointer;
	margin-right: 10px;
}
.lbox_middlecenter_content{
	/*width: 190px;*/
	/*height: 100%;*/
	/*padding: 15px 0;*/
	overflow-y: auto;
	overflow-x: hidden;

}
.lbox_middlecenter_content .menu_title{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	padding-left: 15px;
	color: #657180;

}
.menu_content{
	width: 100%;
	height: auto;
	/*border: 1px solid red;*/
	display: none;
}
.menu_content .menu_content_win{
	position: relative;
}
.menu_content_win .menu_content_title{
	width: 100%;
	*width: 90%;
	height: 40px;
	line-height:40px;
	padding-left: 15px;
	overflow: hidden;
	/*border: 1px solid red;*/
}
.menu_content_win .menu_content_title.hover{
	background-color: #F3F3F3;
}
.menu_content_win .menu_content_title i{
	display: block;
	float: left;
	width: 15px;
	height: 16px;
	margin: 12px 10px 0 0;
	background-image: url(index_icon_active.png)!important;
}
.menu_content_win .menu_content_title span{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #FF6327;
	font-size: 15px;
	margin-top: 0px;
	float: left;
}
.menu_content_win .menu_content_content{
	/*margin-top: 15px;*/
}
.menu_content_win .menu_content_content.active{
	position: absolute;
	left: 42px;
	top: 0;
	border: 1px solid #eee;
	background: #fff;
	width: 200px;
	max-height: 500px;
	overflow: auto;
	margin-top: 10px;
	overflow-x: hidden;
	box-shadow: 0 0 10px #b4b8cb;
}
.menu_content_win .menu_content_list{
	display: block;
	width: 100%;
	padding: 8px 0 8px 14px;
	border-right: 2px solid transparent;
	color: #343843;
	font-size: 14px;
	/*background-color: white;*/
	transition: all .2s ease-in-out;
}
.menu_content_win .menu_content_list i{
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	/*border: 1px solid red;*/
	margin: 4px 10px 0 0;
}

.menu_content_win .menu_content_list:hover{
	background-color: #F8F9FA;

}
.menu_content_win .menu_content_list.active{
	border-right: 2px solid #FF6327;
	color: #fff;
	background-color: #FF6327;
}
.menu_content_win .menu_content_list.active i{
	/*background-image: url(index_icon_active.png)!important;*/
}

/*右侧头部*/
.rbox_topcenter{
	width: 100%;
	height: 30px;
	/*border: 1px solid red;*/
	border-bottom: 1px solid #EEEEEE;
}
.rbox_topcenter span{
	display: inline-block;
	line-height: 30px;
	color: #657180;
	font-size: 14px;
	margin-left: 10px;
}
/*左侧图标栏对应图标*/
.instmenuicon{
    display: block;
    margin: 10px auto;
    width: 15px;
    height: 16px;

    background-image: url(index_icon_active.png)!important;
}
.menuicon1{
    background-position: 0px 0px;
}
.menuicon2{
    background-position: -16px 0px;
}
.menuicon3{
    background-position: -47px 0px;
}
.menuicon4{
    background-position: -83px 0px;
}
.menuicon5{
    background-position: -196px 0px;
}
.menuicon6{
    background-position: -369px 0px;
}
.menuicon7{
    background-position: -387px 0px;
}
.menuicon8{
    background-position: -406px 0px;
}
.menuicon9{
    background-position: -428px 0px;
}
.menuicon10{
    background-position: -448px 0px;
}
.menuicon11{
    background-position: -468px 0px;
}
.menuicon12{
    background-position: -509px 0px;
}
.menuicon13{
    background-position: -529px 0px;
}
.menuicon14{
    background-position: -552px 0px;
}
.menuicon15{
    background-position: -571px 0px;
}
.menuicon16{
    background-position: -631px 0px;
}
.menuicon17{
    background-position: -726px -4px;
}
.menuicon18{
    background-position: -752px -4px;
}
.menuicon19{
    background-position: -776px -4px;
}
.menuicon20{
    background-position: -800px -4px;
}
.menuicon21{
    background-position: -823px -4px;
}
.menuicon22{
    background-position: -848px -4px;
}
.menuicon23{
    background-position: -871px -4px;
}
.menuicon24{
    background-position: -896px -4px;
}
.menuicon25{
    background-position: -924px -4px;
}
.menuicon26{
    background-position: -952px -4px;
}
.menuicon27{
    background-position: -979px -4px;
}
.menuicon28{
    background-position: -1006px -4px;
}
.menuicon29{
    background-position: -1032px -4px;
}
.menuicon30{
    background-position: -1067px -4px;
}
.menuicon31{
    background-position: -1091px -4px;
}
.menuicon32{
    background-position: -1115px -4px;
}
.menuicon33{
    background-position: -1142px -4px;
}
.menuicon34{
	background-position: -1172px -4px;
}
.menuicon35{
	background-position: -1198px -4px;
}
.menuicon36{
	background-position: -1222px -4px;
}
.menuicon37{
	background-position: -1245px -4px;
}
.menuicon38{
	background-position: -1267px -4px;
}
.menuicon39{
	background-position: -1289px -4px;
}
.menuicon40{
	background-position: -1311px -4px;
}
.menuicon41{
	background-position: -1335px -4px;
}
.menuicon42{
	background-position: -1356px -4px;
}
.menuicon43{
	background-position: -1379px -4px;
}



.img-icon{
	width: 100px;
	height: 62px;
	background-image: url(img-upload.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 6px -8px;
	display: inline-block;
}

.file-op{
	opacity: 0;
	filter: alpha(opacity=0);
	width: 400px;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 80px;
	cursor: pointer;
}


