* {
	margin:0px;
	padding:0px;
	font-family:微软雅黑;
	font-size:14px;
	outline:none;
	border:none;
}

a {
	font-size:12px;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.div_center {
	width:1200px;
	margin:0px auto;
	float:none;
}

.top_bar {
	width:100%;
	height:35px;
	background:#F3F3F3;
	line-height:35px;
}
.top_bar span {
	font-size:12px;
}
.top_bar a {
	color:#00A0EA;
}

.navi {
	width:100%;
	height:100px;
}

.manage_tilte {
	width:250px;
	height:100px;
	line-height:100px;
}
.manage_title p {
	color:#363636;
	font-size:32px;
	border-left:2px solid red;
	padding-left:22px;
	margin-top:30px;
}
.manage_navi {
	height:30px;
	line-height:30px;
	float:right;
	margin-right:250px;
	margin-top:65px;
}
.manage_navi a {
	color:#363636;
	text-align:right;
	font-size:18px;
	display:block;
	float:left;
	font-weight: bold;
}
.manage_navi a:hover {
	color:#00A0EA;
	text-decoration:none;
	font-weight: bold;
}
.manage_navi span {
	width:28px;
	text-align:center;
	float:left;
}

.main {
	width:100%;
	min-height:300px;
}

.apply_access {
	width:400px;
	min-height:150px;
	margin:0px auto;
	margin-top:140px;
	float:none;
}
.apply_access_emoji {
	width:60px;
	height:60px;
	float: left;
}
.apply_access_txt {
	margin-left:80px;
}
.apply_access_txt p{
	color:#363636;
	font-size:18px;
	margin-bottom:12px;
}
.apply_access_txt span {
	color:#868686;
	font-family:宋体;
	font-size:12px;
	line-height:14px;
	margin-bottom:12px;
}
.apply_access_txt a {
	color:#03C1FF;
	font-family:宋体;
	text-decoration:underline;
	line-height:50px;
}
.apply_access_txt a:hover {
	color:#00A0EA;
}




/*提交申请输入框页面样式 start*/
.apply_page {
	width:600px;
	min-height:300px;
	margin:0px auto;
	margin-top:50px;
	float:none;
	font-family: 宋体;
}
.apply_page input {
	width:260px;
	height:30px;
	border:1px solid #CCCCCC;
	padding-left:6px;
}
.apply_page input:focus {
	border:1px solid #00A0EA;
}

.apply_page table tr {
	height:50px;
}
input.apply_submit {
	width:64px;
	border-radius:3px;
	border:none;color:white;
	font-family:宋体;
	font-size:12px;
	background:#00A0EA;
	text-align:center;
	cursor:pointer;
}
input.apply_submit:hover {
	background:#0089CB;
}
/*提交申请输入框页面样式 end*/


/*申请结果等待 start*/
.apply_wait {
	width:620px;
	min-height:200px;
	margin:0px auto;
	float:none;
	margin-top:160px;
}

.apply_wait_tick {
	width:80px;
	height:80px;
	margin-right:20px;
	float: left;
}

.apply_wait_p {
	padding-top:12px;
}

.apply_wait_p p {
	color:#363636;
	font-size:18px;
	line-height:28px;
}
.apply_wait_p span {
	color:#C62727;
	font-size:18px;
	line-height:28px;
}

/*申请结果等待 end*/


/*列表 start*/
.main a{
	font-family:宋体;
	font-size:12px;
	color:#00A0EA;
}

.main_left {
	width:180px;
	height:350px;
	background:#FAFAFA;
	padding:20px;
	float: left;
}
.main_left li {
	list-style:none;
	margin-left:20px;
}
.main_left li a{
	line-height:18px;
}

.main_right {
	width:960px;
	min-height:400px;
	float:right;
}
.main_right table {
	width:100%;
	border-collapse:collapse;

}
.main_right table tr td {
	border-bottom:1px solid #F0F0F0;
	padding:10px 4px 10px 8px;
	font-family:宋体;
	font-size:12px;
}
.main_right table tr:hover {
	background:#FAFAFA;
}

.manage_search {
	
	width:100%;
	height:40px;
}
.manage_search span,
.manage_search input,
.manage_search select,
.manage_search select option,
.manage_search input.search {
	font-family:宋体;
	font-size:12px;
}

.manage_search input{
	height:24px;
	border:1px solid #CCCCCC;
	border-radius:2px;
	padding-left:4px;
	margin-right:10px;
}
.manage_search select{
	height:24px;
	border:1px solid #CCCCCC;
	border-radius:2px;
	padding-left:4px;
	margin-right:10px;
	width: 100px;
}
.manage_search input.search {
	width:64px;
	height:26px;
	border-radius:3px;
	border:none;
	color:white;
	background:#00A0EA;
	text-align:center;
	cursor:pointer;
	margin-right:0px;
}
.manage_search input.search:hover {
	background:#0089CB;
}

#bgjd {
	width:30px;height:14px;
	display:block;
	background:url(../images/bagejiadao.gif) no-repeat;
	position:absolute;
	margin-left:90px;
	margin-top:-50px;
}

/*列表 end*/