*{
	margin: 0px;
	padding: 0px;
}
body{
	background: #FAFAFA;
	font-size: 12px;
	font-family: '微软雅黑';
}
ul{
	list-style-type: none;
}
table tr th{
	text-align: right;
	width:15%;
}
table tr td input{
	width: 200px;
	height: 25px;
	line-height: 25px;
	padding-left: 3px;
	/*color: red;*/
	color: #0A9095;
}

@media(max-width: 768px){
	table tr td input{
		width: 80%;
	}
}

table tr.tr_top_class{
	background-color: #4F6A82;
	color: #fff;
}
select{
	height: 26px;
	line-height: 26px;
}

.current_item{
	background: #F5C4E0;
}
.tr_hover{
	background-color: #A5F7F5;
}

.layui-layer-title {
	padding: 0 80px 0 20px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	/*color: #333;*/
	color: #435A6C;
	font-weight: bolder;
	overflow: hidden;
	background-color: #FCD1F7;
	border-radius: 2px 2px 0 0;
}

a:hover{
	text-decoration: none;
}
/*以上是初始化完成*/


/*下面是顶部和左侧*/

#header_div_big{
	width: 100%;
	/*border: 1px solid red;*/
	height: auto;
	min-height: 80px;
	/*height: 80px;*/
	background: #253E4F;
	color: #fff;
}
#header_div{
	padding-left: 15px;
}

#img_div{
	width: 100%;
	text-align: left;
	/* border: 1px solid #333; */
	padding-top: 10px;
}
#my_kouhao_div{
	padding-top: 5px;
	padding-bottom: 5px;
}

/*顶级导航栏*/
#big_cate_div{
	text-align: center;
	height: 80px;
	width: 100%;
	/*border: 1px solid green;*/
}
#nav_ul{
	margin: 0 auto;
	width: 100%;
	height: 80px;
	/*border: 1px solid red;*/
	/*border-left: 1px solid #BBBBBB;*/
	text-align: center;
}

#nav_ul li{
	width: 75px;
	height: 97px;
	/*border-left: 1px solid #fff;*/
	/*border: 1px solid #fff;*/
	float: left;
	position: relative;
	margin-right: 1px;
}
#nav_ul li a{
	display: inline-block;
	width: 100%;
	/*border: 1px solid red;*/
	height: 100%;
	position: relative;
	/*background: #337AB7;*/
	color: #fff;
}
#nav_ul li a:hover{
	background: #337AB7;
	color: #fff;
}

#nav_ul li a .icon_div{
	width: 100%;
	/*border: 1px solid red;*/
	height: 35px;
	line-height: 35px;
	position: absolute;
	top: 12px;
	left: 0px;
	padding-top: 5px;
}
#nav_ul li a .icon_div i{
	font-size: 40px;
}
#nav_ul li a .daohang_a_div{
	width: 100%;
	/*border: 1px solid red;*/
	height: 35px;
	line-height: 35px;
	position: absolute;
	top: 45px;
	left: 0px;
	font-size: 16px;
	font-weight: bolder;
	padding-top: 10px;
}

#nav_ul li.current_nav a{
	background: #337AB7;
	color: #fff;
}


/*快速操作等*/
#center_div_big{
	width: 100%;
	/*border: 1px solid red;*/
	height: auto;
	min-height: 80px;
	/*height: 80px;*/
}

#fast_operation_ul{
	margin: 0 auto;
	width: 100%;
	height:30px;
}

#fast_operation_ul li {
    width: 8%;
    float: left;
    height: 30px;
        line-height: 28px;
    /* border-radius: 4px; */
    border: 1px solid #34495E;
    border-bottom: 1px solid #34495E;
    text-align: center;
    position: relative;
    margin-left: 5px;
    margin-bottom: 5px;
}

#fast_operation_ul li a{
	display: inline-block;
	color: #34495E;
	display: inline-block;
	height: 30px;
	width: 100%;
}
#fast_operation_ul li em{
	/*border: 1px solid red;*/
	position: absolute;
	top: 5px;
	right: 10px;
	display: block;
	width: 10px;
	height: 10px;
	line-height: 10px;
}

/*快捷操作*/
#fast_operation_ul li.fast_operation{
	background: #34495E;
	color: #fff;
}
#fast_operation_ul li.fast_operation a{
	color: #fff;
	text-decoration: none;
}
#fast_operation_ul li.fast_operation a:hover{
	text-decoration: none;
}
#fast_operation_ul li.fast_operation em{
	color: #FFD1D6;
}

#fast_operation_ul li.current_2_cate{
	background: #34495E;
	color: #fff;
}
#fast_operation_ul li.current_2_cate a{
	color: #fff;
}
#fast_operation_ul li.current_2_cate em{
	color: #FFD1D6;
}

/*中间*/
#bottom_left_div{
	padding-left: 0px;
	padding-right: 0px;
}
#center_div{
	width: 100%;
	margin: 0 auto;
	/*border: 1px solid red;*/
	height: 30px;
	line-height: 30px;
	position: relative;
}
/*一键更新*/
#one_key_a{
	/*position: fixed;
	top: 100px;
	right: 22px;*/
	position: absolute;
	top: 5px;
	right: 22px;
}
#center_top_div{
	height: 35px;
	line-height: 35px;
}

#center_bottom_div{
	/*height: 25px;*/
	min-height: 25px;
	height: auto;
	padding-top: 5px;
	margin-top: 8px;
}
#center_bottom_div_tip{
	font-size: 14px;
	font-weight: bolder;
	color: #ED1581;
	width: 74px;
	text-align: left;
	padding: 0;
}
#center_bottom_div_content{
	padding-left: 0px;
}
#center_bottom_div_position{
	width: 100%;
	text-align: left;
	padding: 0;
}
.current_position_tip{
	font-size: 14px;
	font-weight: bolder;
	color: #738080;
}
.daohang_lujing_span{

}
.daohang_lujing_span .fengefu_em{
	font-style: normal;
	padding: 0 0px;
	font-weight: bold;
	color: #ccc;
	content: "/\00a0";
}

/*下面左侧*/

/*左侧大栏目标题*/
.left_menu_title_div{
	background: #337AB7;
	color: #fff;
	/* color: #0FA6D8; */
	font-weight: bolder;
	text-align: left;
	padding-left: 10%;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.left_menu_title_div i{
	font-size: 16px;
	color: #fff;
}


.left_menu_div{
	width: 100%;
	border: 1px solid #253E4F;
	margin-bottom: 20px;
}
.cate_big_title{
	width: 100%;
	padding-left: 20px;

}
.cate_big_title a{
	font-size: 14px;
	color: #0FA6D8;
	font-weight: bolder;
	height: 40px;
	line-height: 40px;
	/* color: #666; */
}
.cate_big_title a:hover{
	text-decoration: none;
}

.cate_list_div{
	width: 100%;
	/*border: 1px solid #333;*/
}
.item_cate_div{
	/*border: 1px solid #253E4F;*/
	border-bottom: 1px solid #253E4F;
}

.jiantou,.wenjianjia{
	color: #868686;
	margin-left: 2px;
	margin-right: 2px;
}
.cate_big_title a{
	text-decoration: none;
}
.cate_big_title a:hover{
	text-decoration: none;
}

.cate_list_ul{
	width: 100%;
}
.cate_list_ul li{
	padding-left: 50px;
	width: 100%;
	/*border: 1px solid pink;*/
	height: 30px;
	line-height: 30px;
}
.cate_list_ul li a{
	color: #666;
}
.cate_list_ul li a:hover{
	text-decoration: none;
}

.cate_list_ul li.ucenter_current_left_cate{
	background: #4F6A82;
	color: #fff;
}
.cate_list_ul li.ucenter_current_left_cate a{
	color: #fff;
}


/*下面右侧*/
#bottom_right_div{
	height: auto;
	/*border: 1px solid red;*/
/*	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;*/
	/*text-align: right;*/
	padding-right: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#main_container_div{
	width: 99.8%;
	height: auto;
	margin: 0 auto;
	    border: 1px solid #253E4F;
	margin-right: 2px;
	padding-right: 0px;
	border-radius: 4px;
}

/*右侧刷新按钮*/
#refresh_span{
	float: right;
	margin-right: 20px;
}
#refresh_span i{
	font-size: 20px;
}

/*右侧详情*/
#content_tip_div{
	width: 100%;
	/* border: 1px solid red; */
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 10px;
	font-weight: bolder;
	margin: 0 auto;
	color: #ED1581;
	background-color: #337AB7;
	color: #fff;
	margin-bottom: 10px;
}
#content_tip_div i{
	font-size: 14px;
	color: #fff;
}
#content_tip_span{
	color: #f1f1f1;
	font-size: 14px;
}
#sum{
	color: #F1D8D2;
	font-weight: bolder;
	font-size: 12px;
}

/*筛选*/
#content_search_div{
	width: 100%;
	/*border: 1px solid red;*/
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 30px;
}

.content_search_span{
	float: right;
	position: relative;
}

#search{
	height: 26px;
	line-height: 26px;
	padding-left: 2px;
	width: 300px;
}
#search_a{
	position: absolute;
	top: 0px;
	right: 3px;
}

#list{
	width: 99%;
	/*border: 1px solid red;*/
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
}



.name_a{
	color: #34495E;
	font-weight: bold;
	text-decoration: none;
}
.name_a{
	text-decoration: none;
}

.current_item .name_a{
	/*color: #fff;*/
}



.download_span{
	text-align: center;
	color: #fff;
	margin-left: 30%;
	/*background-color: #E15671;*/
	border-radius: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.download_span a{
	color: #E15671;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.download_span a:hover{
	text-decoration: none;
}





#type_id{
	width: 93%;
}
#name{
	width: 300px;
}
#pid{
	width: 90%;
}

.myadd_a{
	margin-right: 20px;
}

td a i.glyphicon{
	height: 25px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 25px;
}

.special_span{
	color: #990000;
}

@media(max-width: 768px){
	#type_id{
		width: 100%;
	}
	#name{
		width: 100%;
	}

	#pid{
		width: 100%;
	}

	#nav_ul li {
	    width: 33%;
	}

	.left_menu_div {
	    width: 99%;
	}

	#bottom_right_div {
	    padding: 2px;
	}
	#main_container_div {
		margin-right: 0px;
	}

}