body{
	overflow: hidden;
}

.frameMenu{
	width: 230px;
	background-color: #333300;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.frameTop .logo{
	float: left;
	height: 50px;
	padding: 0 5px;
	overflow: hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
}
.frameTop .logo img{
	width: 40px;
	height: 40px;
	border-radius: 5px;
	margin-top: 5px;
	float: left;
}
.frameTop .logo h1{
	font-size: 14px;
    font-weight: 500;
	height: 50px;
	line-height: 50px;
	float: right;
	margin-left: 10px;
	color: #FFF;
}

.frameMenu .menuBox{
	position: relative;
}

.frameMenu .menuFrist{
	width: 50px;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 50px;
	left: 0;
	z-index: 2;
	background-color: #333300;
	border-top: 1px solid #393d41;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
}
.frameMenu .menuFrist ul{
	width: 230px;
	padding: 5px 0;
}
.frameMenu .menuFrist ul li a{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #b0b0b2;
	padding: 0 10px 0 20px;
	position: relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
}
.frameMenu .menuFrist ul li a.active{
	background-color: #FF9966;
	color: #FFF;
}
.frameMenu .menuFrist ul li a i.left{
	width: 18px;
	text-align: center;
	float: left;
	color: #b0b0b2;
	margin-right: 7px;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 16px;
	z-index: 1;
}
.frameMenu .menuFrist ul li a.active i.left{
	color: #FFF;
}
.frameMenu .menuFrist ul li a font{
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 1;
	padding-left: 25px;
	display: none;
}
.frameMenu .menuFrist ul li a i.right{
	float: right;
	color: #b0b0b2;
	font-size: 12px;
}
.frameMenu .menuFrist ul li a:hover{
	color: #FFF;
	background-color: #111;
}
.frameMenu .menuFrist ul li a:hover i.left{
	color: #FFF;
}

.frameMenu .menu{
	width: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
    background-color: #eaedf1;
    position: absolute;
    top: 0;
    left: 50px;
	z-index: 1;
}
.frameMenu .menu .menuShrink{
	width: 20px;
	height: 50px;
	line-height: 50px;
    position: fixed;
    top: 50%;
    left: 210px;
    margin-top: -25px;
    z-index: 2;
    background: url(../image/menuShrink.png) no-repeat;
    font-size: 16px;
	color: #333;
    cursor: pointer;
    padding-left: 7px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.frameMenu .menu .menuShrink:hover{
	text-align: center;
    background: url(../image/menuShrink_hover.png) no-repeat;
    padding-left: 0px;
}
.frameMenu .menu .menuShrink_z{
	width: 20px;
	height: 50px;
	line-height: 50px;
    position: fixed;
    top: 50%;
    left: 50px;
    margin-top: -25px;
    z-index: 2;
    background: url(../image/menuShrink_z.png) no-repeat;
    font-size: 16px;
	color: #333;
    cursor: pointer;
    padding-right: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.frameMenu .menu .menuShrink_z:hover{
	text-align: center;
    background: url(../image/menuShrink_z_hover.png) no-repeat;
    padding-right: 0px;
}
.frameMenu .menu .hoverBox{
	width: 3px;
    height: 40px;
    background-color: #FF9966;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.frameMenu .menu .menuName{
	width: 180px;
	height: 70px;
	line-height: 70px;
	background-color: #D9DEE4;
	padding-left: 15px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.frameMenu .menu ul{
	width: 180px;
}
.frameMenu .menu ul li a{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #373d41;
	padding: 0 15px 0 10px;
	position: relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
}
.frameMenu .menu ul li a i.left{
	width: 18px;
	text-align: center;
	float: left;
	color: #b0b0b2;
	margin-right: 7px;
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 1;
}
.frameMenu .menu ul li a font{
	width: 130px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 1;
}
.frameMenu .menu ul li a i.right{
	float: right;
	color: #373d41;
	font-size: 16px;
}
.frameMenu .menu ul li a:hover i.left{
	color: #FFF;
}

.frameMenu .menu dl{
	display: none;
}
.frameMenu .menu dl dt a{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #373d41;
	padding: 0 10px 0 30px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
}
.frameMenu .menu dl dt a:hover{
	background-color: #F3F5F7 !important;
}


.main{
	width: 250px;
	float: left;
}


.frameTop{
	width: 100%;
	height: 50px;
	background-color: #333300;
	position: relative;
    z-index: 1;
}
.frameTop .shrinkBut{
	height: 50px;
	float: left;
	padding: 0 10px;
	position: relative;
}
.frameTop .shrinkBut .hoverBox{
	width: 0px;
    height: 2px;
    background-color: #FF9966;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 30px;
}
.frameTop .shrinkBut ul{
	overflow: hidden;
}
.frameTop .shrinkBut ul li{
	height: 50px;
	float: left;
	margin: 0 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
}
.frameTop .shrinkBut ul li a{
	display: block;
	width: 100%;
	height: 50px;
}
.frameTop .shrinkBut ul li i{
	height: 50px;
	line-height: 50px;
	display: block;
	color: #FFF;
	font-size: 14px;
}

.frameTop .topMenu{
	height: 50px;
	float: right;
	padding-right: 10px;
}
.frameTop .topMenu .hoverBox{
	width: 0px;
    height: 2px;
    background-color: #FF9966;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 30px;
}
.frameTop .topMenu ul li{
	float: left;
	position: relative;
	z-index: 1;
	background-color: transparent;
}
.frameTop .topMenu ul li a{
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	display: block;
	color: #FFF;
	position: relative;
}
.frameTop .topMenu ul li a font{
	display: block;
	float: left;
	max-width: 100px;
	height: 50px;
	overflow: hidden;
	margin-right: 10px;
}
.frameTop .topMenu ul li a .news{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin-top: -8px;
	margin-left: 3px;
	width: 6px;
	height: 6px;
	line-height: 6px;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
	display: block;
	background-color: #FF5722;
	color: #FFF;
}
.frameTop .topMenu ul li a i{
	float: left;
	font-size: 14px;
	color: #FFF;
}
.frameTop .topMenu ul li dl{
	min-width: 98px;
	position: absolute;
	top: 45px;
	right: 10px;
	z-index: 2;
	float: right;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 5px 0;
	display: none;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.12);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.12);
	-o-box-shadow: 0 2px 4px rgba(0,0,0,.12);
	box-shadow: 0 2px 4px rgba(0,0,0,.12);
}
.frameTop .topMenu ul li:hover dl{
	display: block;
}
.frameTop .topMenu ul li dl dt{
	height: 40px;
}
.frameTop .topMenu ul li dl dt a{
	height: 40px;
	line-height: 40px;
	color: #333;
}
.frameTop .topMenu ul li dl dt a:hover{
	background-color: #F0F0F0;
}


.frameMain{
	width: 100%;
	height: 60px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
}
.frameMain .title{
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #F0F0F0;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	-o-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}
.frameMain .title .leftbut{
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	border-right: 1px solid #f6f6f6;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
}
.frameMain .title .leftbut:hover, .frameMain .title .rightbut:hover{
	background-color: #f6f6f6;
}
.frameMain .title .rightbut{
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	border-left: 1px solid #f6f6f6;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
}
.frameMain .title .pageAllBut dl{
	min-width: 140px;
	position: absolute;
	top: 40px;
	right: 0px;
	z-index: 2;
	float: right;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 5px 0;
	display: none;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.12);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.12);
	-o-box-shadow: 0 2px 4px rgba(0,0,0,.12);
	box-shadow: 0 2px 4px rgba(0,0,0,.12);
}
.frameMain .title .pageAllBut dl dt{
	height: 40px;
}
.frameMain .title .pageAllBut dl dt a{
	font-size: 14px;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #333;
	padding: 0 20px;
}
.frameMain .title .pageAllBut dl dt a:hover{
	background-color: #F0F0F0;
}
.frameMain .title .pageAllBut{
	position: relative;
}
.frameMain .title .pageAllBut:hover dl{
	display: block;
}

.frameMain .title .mainPageBox{
	width: 400px;
	height: 40px;
	float: left;
	overflow: hidden;
	position: relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
}
.frameMain .title .mainPage{
	width: 300px;
	height: 40px;
}
.frameMain .title .mainPage .hoverBox{
	width: 0px;
    height: 2px;
    background-color: #FF9966;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.frameMain .title .mainPage span.active{
    background-color: #f6f6f6;
}
.frameMain .title .mainPage span.active .hoverBox{
	width: 100%;
    opacity: 1;
}
.frameMain .title .mainPage span:hover .hoverBox{
	width: 100%;
    opacity: 1;
	animation:mainPagehoverBoxAnima 0.5s ease both 0s;
	-moz-animation:mainPagehoverBoxAnima 0.5s ease both 0s; 
	-webkit-animation:mainPagehoverBoxAnima 0.5s ease both 0s; 
	-o-animation:mainPagehoverBoxAnima 0.5s ease both 0s; 
	-ms-animation:mainPagehoverBoxAnima 0.5s ease both 0s; 
}
.frameMain .title .mainPage span{
	display: block;
	float: left;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	border-right: 1px solid #f6f6f6;
	background-color: #FFF;
	position: relative;
	cursor: pointer;
}
.frameMain .title .mainPage span i{
	font-size: 16px;
}
.frameMain .title .mainPage span font{
	margin-right: 15px;
	font-size: 12px;
}
.frameMain .title .mainPage span i.fork{
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	font-size: 12px;
	color: #c2c2c2;
	border-radius: 50%;
}
.frameMain .title .mainPage span i.fork:hover{
	color: #FFF;
	background-color: #F94A24;
}
.frameMain .con{
	width: 100%;
	overflow: auto;
}
.frameMain .con iframe{
	width: 100%;
	overflow: hidden;
}


@keyframes mainPagehoverBoxAnima
{
	0%   { opacity: 1; width: 0;}
	100% { opacity: 1; width: 100%;}
}
@-moz-keyframes mainPagehoverBoxAnima 
{
	0%   { opacity: 1; width: 0;}
	100% { opacity: 1; width: 100%;}
}
@-webkit-keyframes mainPagehoverBoxAnima 
{
	0%   { opacity: 1; width: 0;}
	100% { opacity: 1; width: 100%;}
}
@-o-keyframes mainPagehoverBoxAnima 
{
	0%   { opacity: 1; width: 0;}
	100% { opacity: 1; width: 100%;}
}
@-ms-keyframes mainPagehoverBoxAnima 
{
	0%   { opacity: 1; width: 0;}
	100% { opacity: 1; width: 100%;}
}