﻿#div_all {
    margin: 0 auto;
    width: 83%;
	min-width:1300px;
}
#div1_ul li{float:left;}
#main{
	padding-bottom:20px;
	border-bottom:5px solid #004098;
}
#main_header{overflow:hidden;}
#main #main_header #insert{
	color:#fff;
	background:url(../img/xinzeng.png) no-repeat;
	background-size:100% 100%;
}
#main #main_header #Administrate{
	display:inline-block;
	color:#fff;
	width:100px;
	line-height:30px;
	text-align:center;
	background:url(../img/yonghuguanli.png) no-repeat;
}
#main #main_header button{
	width:100px;
	height:30px;
	border:none;
	color:#fff;
}
#main #main_header button#dongjie{
	background:url(../img/dongjie.png) no-repeat;
	background-size:100% 100%;
}
#main #main_header button#jiedong{
	background:url(../img/jiedong.png) no-repeat;
	background-size:100% 100%;
}
#main #main_header button b{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:20px;
}
#main #main_table {
	width:100%;
	text-align:center;
	table-layout:fixed;
	word-break: break-all;
}
#main #main_table thead{
	background:url(../img/table.png) ;
	height:40px;
	color:#fff;
}
#main #main_table thead th{
	height:40px;
}
#main_table #table_tbody tr{
	height:50px;
}
#main_table #table_tbody td{padding:0 5px;}
#main #main_table  a  b{
	display:inline-block;
	width:18px;
	height:18px;
	vertical-align:middle;
	background:url(../img/update.png) no-repeat;
}
#main #main_table  a#delete  b{
	background:url(../img/delete.png) no-repeat;
}
#cover{
	width:100%;
	height:1000px;
	background:rgba(0,0,0,0.6);
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	display:none;
}
#mainInfo_insert,#mainInfo_update{
	display:none;
	width:40%;
	padding-bottom:20px;
	position:absolute;
	top:10%;
	left:30%;
	z-index:1009;
	background:url(../img/info_bg.png) no-repeat;
	background-size:100% 100%;
}
#mainInfo_insert div,#mainInfo_update div{
	width:90%;
	margin:20px auto;
}
#mainInfo_insert div input,#mainInfo_insert div select,#mainInfo_update div input,#mainInfo_update div select{
	border:1px solid #ddd;
	width:33%;
	height:30px;
}
#mainInfo_insert div span,#mainInfo_update div span{
	display:inline-block;
	width:15%;
	text-align-last:justify;
}
#mainInfo_insert #hide_header,#mainInfo_update #hide_header{
	text-align:center;
	color:#fff;
	font-weight:bold;
	margin:0;
	font-size:20px;
	line-height:40px;
}
#mainInfo_insert #hide_header s,#mainInfo_update #hide_header s{
	background:url(../img/guanbi.png) no-repeat;
	width:25px;
	height:25px;
	vertical-align:middle;
	display:inline-block;
	margin:15px 15px 0 0;
	float:right;
}
#info_insert  #submit,#info_insert  .cancel,#info_update  .submit,#info_update  .cancel{
	border:1px solid #bbb;
	background:#fff;
	width:100px;
}
#table_tbody .manage_btn{
	line-height:30px;
	width:100%;
	border-radius:15px;
	text-align:center;
	display:inline-block;
	color:#fff;
	background:#004098;
	font-size:13px;
}
#page{
	text-align:center;
}
#page a{
	margin:0 10px;
}
#page a:hover{
	color:#5182C5;
}



