body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0;}
fieldset,img {border:0 none}
dl,ul,ol,menu,li {list-style:none}
input,select,textarea,button {vertical-align:middle}  
a, a:hover, a:link {
	text-decoration:none;
} 
img {
	line-height: 1;
}
html {
	height: 100%;
}
body {
	font-family: "Microsoft Yahei";
	font-size: 12px;
	height: 100%;
	line-height: 1;
}
#box {
	width: 100%;
	height: 100%;
	background: url(../img/login.jpg);
	background-size: 100% auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cb {
	clear: both;
}
#box1 {
	width: 100%;
	height: 100%;
}
.login {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.login * {
	color: #999999;
}
.login_head {
	text-align: center;
	padding: 17px 0;
	overflow: hidden;
	border-radius: 15px 15px 0 0;
}
.login form {
margin-top: 153px;
	margin-left: 171px;
}
.form_item {
	padding: 14px 0 14px 11px;
	
}
.form_item1 {
	padding:0 0 14px 11px;
	
}
.form_item img {
	margin-right: 20px;
}
#box input {
	border: 0;
	outline: none;
	font-size: 18px;
	width: 302px;
}
.form_item.forgot {
	border: none;
	float: right;
	margin-top: 17px;
}
.form_item.forgot img {
	margin-right: 10px;
	float: left;
}
.form_item.forgot a {
	font-size: 14px;
	float: right;
	margin-top: 2px;
}
.form_item.forgot a:hover {
	color: white;
}
.submit {
	text-align: center;
	width; 100%;
	font-size: 20px;
	display: block;
	color: #000000;
	border-radius: 0 0 15px 15px;
	padding: 23px 0;
}
.submit:hover {
	color: white;
}
.sidebar {
	width: 230px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1002;
	height: 100%;
	background: #333;
}
.content {
	float: right;
	height: 100%;
	position: relative;
}
.logo {
	width: 100%;
	background-color: #FEC200;
	text-align: center;
    padding: 16px 0;
}
.c_head {
	/*background: #0099cc;*/
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1001;
	width: 100%;
	height: 62px;
}
.c_head>ul {
	float: right;
    background: #22282e;
	height: 100%;
}
.c_head>ul>li {
	padding: 15px 17px;
	float: left;
	height: 100%;
	border-right: 1px solid #008fbf;
}
.searchbox input {
	text-indent: 8px;
	font-size: 16px;
	border: 1px solid;
	border-right: 0;
	outline: 0;
	height: 40px;
	border-color: #0099cc;
	border-radius: 10px 0 0 10px;
}
.search {
	border: none;
}
.searchbox img {
	height: 40px;
	border: 1px solid #0099cc;
}
.msg {
	padding: 7px 0;
}
.badge {
	background: #0087b4;
	border-radius: 4px;
}
.msg .badge {
	background: #ff9900;
}
.dropdown>a {
	color: white;
	text-decoration: none;
}
.dropdown {
	padding: 7px 0;
}
.cat {
	padding-top: 15px;
	height: 100%;
	overflow-y: auto;
}
.cat ul {
	/*width: 90%;*/
	margin: 0 auto;
}
.cat ul li {
	margin-bottom: 5px;
	border-radius: 10px;
}
.cat ul li.cur {
	padding-bottom: 10px;
}
.cat ul li a {
	display: block;
	border-radius: 4px;
	padding: 15px 10px;
	color: #fff;
}
.cat ul li a .fr {
	margin-top: 3px;
}
.dropdown-list {
	display: none;
}
.cat ul li .dropdown-list dd a {
	display: block;
	color: #667386;
}
.form_btn {
	position: relative;
	display: inline-block;
}
.form_btn input[type=submit],.form_btn button, .form_btn a {
	background: inherit;
	border: none;
	outline: 0;
	color: white;
	background: #0099cc;
	border-radius: 5px;
	padding: 15px;
	padding-left: 30px;
	// height: 30px;
}
.form_btn img {
	position: absolute;
	top: 14.5px;
	left: 10px;
}
.form_btn a {
	padding: 10px 10px;
	color: white;
	display: block;
}
.form_btn input {
	background: inherit;
	border: none;
	outline: 0;
	color: white;
}
select.form-control {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	width: 15%;
	border-radius: 0;
  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;

  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("../img/blue_arrow.png") no-repeat scroll right center transparent;


  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select.form-control::-ms-expand { display: none; }

.c_body {
	padding-top: 0 !important;
	background: #f1f2f7;
	width: 100%;
	min-height: 100%;
}
.page {
	overflow: hidden;
	margin-top: 40px;
}
.page span {
	font-style: none;
	float: left;
	margin-top: 29px;
	margin-left: 10px;
}
.list_show {
	width: 100%;
	padding: 2%;
	height: 100%;
}
.list_body {
	background: white;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	padding: 25px 15px;
	/* overflow: hidden; */
}
.list_body .title {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
	overflow: hidden;
	margin-bottom: 15px;
}
.cat a {
	overflow: hidden;
}
.list_body table {
	border-collapse: collapse;
	font-size: 16px;
	width: 100%;
	border-left: 1px solid #eeeeee; 
	border-right: 1px solid #eeeeee; 
}
.list_body thead {
	background: #eeeeee;
}
.list_body th, .list_body td {
	text-indent: 20px;
	padding: 17px 0;
}
.list_body th {
	text-indent: 10px;
}
.list_body tbody tr {
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
}
.list_body .page {
	float: right;
}
.form-control {
	display: inline-block;
}
input[type=file] {
	display: inline-block;
}
.navedit {
	width: 100%;
}
input {
	border-radius: 5px;
	outline: none;

}
.edit {
	font-size: 14px;
	line-height: 2em;
}
.edit input {
	text-indent: 8px;
	width: 30%;
}
.edit td {
	border-radius: 5px;
}
.edit_title {
	width: 155px;
}

.form_btn a {
	padding: 10px 10px;
	color: white;
	display: block;
}
.title .form_btn a {
	padding: 13px 10px;
	padding-left: 30px;
}
.edit .form_btn input[type=submit], .edit .form_btn button  {
	padding: 7px;
	padding-left: 30px;
}
.edit .form_btn img {
	left: 29px;
}
input[type=radio] {
	width: initial;
}
.list_body table td {
	border-right: 1px solid #eeeeee;
}
.pageclass {
	margin-top: 40px;
	float: right;
}
.pageclass span, .pageclass a {
	padding: 5px 13px;
    border: 1px solid;
    color: #b0b0b0;
    margin-left: 10px;
} 
.pageclass span.rows {
	color: black;
	border: none;
}
.pageclass .current {
	background: #0a54ab;
	color: white;
}
.pageclass a:hover {
	background: #999999;
	color: white;
}
.listform .form_btn {
	// margin-top: 25px;
	margin-right: 20px;
}
.form_btn .justBtn {
	padding: 11px;
}
.form_btn .justBtn[name=delAll] {
	margin-top: 25px;
}
.form_btn .justBtn img {
	position: initial;
	float: left;
}
.jb {
	display: inline-block;
	margin-right: 10px;
}
.jb .justBtn {
	background: #0099cc;
	display: block;
	text-align: center;
	text-indent: 0;
	border-radius: 5px;
	color: white;
	padding: 11px;
}
.jb .justBtn img {
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
/*新加*/
.index_changyong{color: white;background-color: #008CBA;width: 100px;height: 35px;text-align: center;line-height: 35px;font-size: 16px;}
.index_changyong:hover{background-color: #007095;color: white;}
