html, body {
	width: 100%;
}

.title {
	font-size: 30px;
	font-weight: bold;
	margin: 25px 0 45px 40px;
}

.header {
	width: 100%;
	height: 90px;
	background-color: #1d64e3;
	position: relative;
	z-index: 99;
}

.header .lefter {
	/*width: 16%;*/ /*原比例*/
	width: 14.4%;
	height: 100%;
	background: url(../images/logo_bg.jpg) no-repeat 0px 0px;
	background-size: 100% 100%;
}

.header .lefter img {
	width: 100%;
	height: 100%;
}

.header .nav {
	width: 54%;
	height: 100%;
	/*min-width: 555px;*/
}

.header .nav .nav_ul {
	width: 100%;
	height: 100%;
}

.header .nav .nav_ul .nav_li {
	/*width: 16.6%;*/
	height: 100%;
	text-align: center;
	display: block;
	float: left;
	padding-top: 32px;
	color: #FFFFFF;
	font-size: 18px;
	margin: 0% 1.5%;
	position: relative;
}

.header .nav .nav_ul .nav_li:hover .fun_list_box {
	display: block;
}

.header .fun_list_box {
	position: absolute;
	top: 100%;
	left: -150px;
	width: 400px;
	height: auto;
	background-color: #1d64e3;
	display: none;
}

.header .fun_list_box .fun_ul {
	padding: 10px 2%;
	width: 96%;
	box-sizing: content-box;
}

.header .fun_list_box .fun_ul>li {
	width: 25%;
	float: left;
	position: relative;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
}

.header .fun_list_box .fun_ul>li:hover {
	font-weight: 500;
}

.header .fun_list_box .fun_ul>li:hover:after {
	content: "";
	display: block;
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 2px;
	border-bottom: 2px solid #FFFFFF;
}

.header .nav .nav_ul .nav_li.active {
	font-weight: bold;
	position: relative;
}

.header .nav .nav_ul .nav_li.active:after {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 20px;
	border-bottom: 3px solid #FFFFFF;
}

.header .nav .nav_ul .nav_li:hover:after {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 20px;
	border-bottom: 3px solid #FFFFFF;
}

.header .nav .nav_ul .nav_li img {
	width: 18px;
	height: 18px;
	margin-left: 5px;
}

.header .nav .nav_ul .nav_li a {
	padding: 0px;
	margin: 0px;
	display: inline;
	color: inherit;
	font-size: inherit;
	line-height: 20px;
}

.header .personal {
	width: 30%;
	height: 100%;
	overflow: hidden;
	/*min-width: 260px;*/
	padding-right: 10px;
}

.header .personal_box {
	padding: 21px 0px 0px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #FFFFFF;
}

.header .personal .personal_space {
	float: right;
	padding-top: 10px;
	width: 40%;
	display: block;
	min-width: 125px;
	color: inherit;
}

.header .personal .personal_space .space {
	font-size: 18px;
	border-radius: 15px;
	background-color: #FFFFFF;
	color: #3974e5;
	padding: 3px 5px;
}

.header .personal .data {
	float: right;
	border-right: 1px solid #4787ea;
	text-align: center;
	width: 15%;
	/*padding: 0px 4px;*/
}

.header .personal .data a span .name_img {
	/*margin-top: 5px;*/
	width: 6px;
	height: 5px;
	position: relative;
	top: 5px;
}

.header .personal .data .box_grzl .data_img {
	position: absolute;
	top: 13px;
	left: 50%;
	width: 15px;
	height: 9px;
	margin-left: -5px;
}

.header .personal .data .box_grzl .data_ul {
	margin-top: -7px;
}

.header .personal .data a {
	font-size: inherit;
	color: inherit;
}

.header .personal .border-none {
	border: none;
}

.header .personal .data img {
	height: 20px;
	margin-bottom: 10px;
}

.header .personal .data span {
	font-size: 13px;
	display: block;
}

.cl:after, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.cl, .clearfix {
	zoom: 1
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cursor {
	cursor: pointer;
}

.content_box {
	position: fixed;
	right: 0;
	bottom: 0;
	top: 90px;
	left: 0;
	overflow: hidden;
	background-color: #FFFFFF;
}

.content_box .sidebar_box {
	/*width: 16%;*/ /*原比例*/
	width: 14.4%;
	height: 100%;
	box-shadow: 0px 0px 18px -5px #1d64e3;
	/*padding: 15px 28px;*/
	padding: 1px 0px;
	overflow-y: auto;
}

.content_box .sidebar_box .sidebar_ul {
	padding: 0px;
	margin: 0px;
	width: 80%;
	margin: 0 auto;
	padding-top: 1px;
}

.content_box .sidebar_box .sidebar_ul .sidebar_li {
	list-style: none;
	margin-top: 32px;
	position: relative;
	overflow: hidden;
}
/*.content_box .sidebar_box .sidebar_ul .sidebar_li:hover .li_box{*/
/*background-color: #397AF0;*/
/*color: #FFFFFF;*/
/*//position: relative;*/
/*}*/
/*.content_box .sidebar_box .sidebar_ul .sidebar_li:hover:after{
	content: "";
	position: absolute;
	right: -13%;
	top: 13px;
	width:0;
    height:0;
    overflow:hidden;
    font-size: 0;
    line-height: 0;
    border-width:10px;
    border-style:solid;
    border-color:transparent #E8F2FE transparent transparent  ;
}*/
.content_box .sidebar_box .sidebar_ul .sidebar_li.active {

}

.content_box .sidebar_box .sidebar_ul .sidebar_li.active:after {
	content: "";
	position: absolute;
	right: -13%;
	top: 13px;
	width: 0;
	height: 0;
	overflow: hidden; /*清除ie6下默认的宽高*/
	font-size: 0; /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
	line-height: 0; /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
	border-width: 10px;
	border-style: solid;
	border-color: transparent #E8F2FE transparent transparent;
}

.content_box .sidebar_box .sidebar_ul .sidebar_li.active  .li_box {
	background-color: #397AF0;
	color: #FFFFFF;
}

.content_box .sidebar_box .sidebar_ul .sidebar_li .li_box {
	height: 46px;
	font-size: 18px;
	color: #464646;
	line-height: 46px;
	border-radius: 23px;
	cursor: pointer;
}

.content_box .sidebar_box .sidebar_ul .sidebar_li .li_box>img {
	width: 20px;
	height: 20px;
	display: inline;
	margin-bottom: 5px;
	margin-left: 15px;
}

.content_box .sidebar_box .sidebar_ul .sidebar_li.active .menu_box {
	display: block;
}
/*.content_box .sidebar_box .sidebar_ul .sidebar_li:hover .menu_box{
	display: block;
	z-index: 99;
}*/
.menu_box {
	background-color: #F3FAFF;
	position: fixed;
	/*left: 16%;*/ /*原比例*/
	left: 14.4%;
	top: 90px;
	/*width: 16%;*/ /*原比例*/
	width: 12.2%;
	bottom: 0px;
	z-index: 9;
	padding: 10px;
	box-shadow: 0px 0px 10px -3px #33BBCC inset;
	display: none;
}

.menu_box .div {
	padding: 1px 0px;
}

.menu_box .div .div_box {
	margin: 10px 0px;
	/*border: 1px solid #D2DAE5;
	border-radius: 18px;
	background-color: #FFFFFF;*/
	/*height: 34px;*/
	overflow: hidden;
}

.menu_box .div .div_box input {
	display: block;
	float: left;
	height: 100%;
	width: 80%;
	border: none;
	outline: none;
	padding-left: 10px;
	box-sizing: border-box;
}

.menu_box .div .div_box .span_soso {
	display: block;
	float: left;
	width: 20%;
	height: 100%;
	text-align: center;
	background-color: #FFFFFF;
	border: none;
	outline: none;
}

.menu_box .div .div_box .span_soso img {
	width: 17px;
	height: 17px;
	margin-top: 2px;
	cursor: pointer;
}

.menu_box .h2 {
	font-size: 16px;
	color: #3F4D67;
	font-weight: bold;
	padding: 10px 0px;
	height: 40px;
	overflow: hidden;
}

.menu_box .h2 .badge {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	text-align: center;
	padding: 0;
	line-height: 20px;
	margin: 0px 3px;
	background-color: #7F8DA0;
}

.menu_box .document_box_ul {
	padding: 0px;
	margin: 0px;
}

.menu_box .document_box_ul li {
	color: #5A5A5A;
	font-size: 14px;
	list-style: none;
	padding-left: 25px;
	height: 35px;
	line-height: 38px;
	position: relative;
	overflow: hidden;
}

.menu_box .document_box_ul li .bg-red {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #FFFFFF;
	border-radius: 50%;
	margin-top: 9px;
	font-size: 12px;
}

.menu_box .document_box_ul li:after {
	content: "";
	position: absolute;
	left: 10px;
	top: 18px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	display: block;
	background-color: #B5CEFD;
}

.menu_box .document_box_ul li.active {
	color: #397AF0;
}

.menu_box .document_box_ul li.active:after {
	background-color: #397AF0;
}

.menu_box .document_box_ul li:hover {
	color: #397AF0;
}

.menu_box .document_box_ul li:hover:after {
	background-color: #397AF0;
}

.menu_box .document_box_ul li a {
	color: inherit;
	font-size: inherit;
}

.menu_box .xian_div_box {
	position: relative;
	border-top: 1px dashed #CCCCCC;
}

.menu_box .xian_div_box:after {
	position: absolute;
	left: 12px;
	content: "";
	top: 18px;
	bottom: 16px;
	border-left: 1px solid #D2DAE5;
	z-index: -1;
}

.content {
	position: fixed;
	/*left: 32%;*/ /*原比例*/
	left: 26.6%;
	top: 90px;
	bottom: 0px;
	right: 0px;
	padding: 10px;
	overflow-y: auto;
}

/*提交*/
.add_box {
	margin-top: 35px;
}

.add_box label {
	margin-right: 20px;
}

.add_box input {
	margin-top: 20px;
}

.add_text {
	width: 185px;
	height: 40px;
	background: #377af2;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	float: right;
	display: inline;
	border: none;
	outline: none;
	cursor: pointer;
}

.add_text_top {
	margin-top: 30px;
}

.bg-none {
	background-color: transparent;
	font-weight: 600;
}

.header .personal .data .head_back {
	cursor: pointer;
}
/* 附件样式 */
.fj_span {
	background-color: #ffffff;
	color: #464646;
	padding: 0px 5px;
	padding-left: 15px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	border: 1px solid #cccccc;
	font-size: 14px;
	line-height: 20px;
	border-radius: 2em;
	overflow: hidden;
	cursor: pointer;
}

/* 左侧导航显示隐藏 */
.menu_box .document_box_ul li.other{
	position: relative;
}
.menu_box .document_box_ul li.other:after{
	display: none;
}
.menu_box .document_box_ul li.other .other_icon{
	position: absolute;
	left: 10px;
	color: #B5CEFD;
	transform: rotate(0deg);
	transition-duration: 0.2s;
	font-weight: bold;
}
.menu_box .document_box_ul li.other.show .other_icon{
	transform: rotate(90deg);
}
.menu_box .document_box_ul li.other .other_icon:before{
	background-color: #F3FAFF;
	font-weight: bold;
}
.menu_box .document_box_ul li.other:hover .other_icon:before{
	color: #397AF0;
}


.menu_box .document_box_ul li.other_box{
	color: #5A5A5A;
	font-size: 14px;
	list-style:none ;
	padding-left:0px;
	height: auto;
	line-height: 38px;
	position: relative;
	display: none;
}
.menu_box .document_box_ul li.other_box.show{
	display: block;
}
.menu_box .document_box_ul li.other_box .other_div{
	color: #5A5A5A;
	font-size: 14px;
	list-style:none ;
	padding-left:25px;
	height: 38px;
	line-height: 38px;
	position: relative;
}
.menu_box .document_box_ul li.other_box:after{
	display: none;
}
.menu_box .document_box_ul li.other_box .other_div:after{
	content: "";
	position: absolute;
	left: 10px;
	top: 18px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	display: block;
	background-color: #B5CEFD;
}
.menu_box .document_box_ul li.other_box .other_div:hover:after{
	background-color: #397AF0;
}
/* 选中效果 */
.menu_box .document_box_ul li.other_box .other_div.active:after{
	background-color: #397AF0;
}
.menu_box .document_box_ul li.other_box .other_div.active{
	color: #397AF0;
}
/* 选中效果 */

/* 左侧导航显示隐藏 end*/

/* 滚动条样式 */
::-webkit-scrollbar-thumb {
	background-color: #3979E4;
}
::-webkit-scrollbar {
	width: 6px;
}
::-webkit-scrollbar-track {
	background-color: #DDDDDD;
}