/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ th, td /* table elements 表格元素 */ {
	margin: 0;
	padding: 0;
}
/** 设置默认字体 **/
body, button, input, select, textarea /* for ie */ {
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
address, cite, dfn, em, var {
	font-style: normal;
} /* 将斜体扶正 */
code, kbd, pre, samp {
	font-family: courier new, courier, monospace;
} /* 统一等宽字体 */
small {
	font-size: 12px;
} /* 小于 12px 的中文很难阅读, 让 small 正常化 */
/** 重置列表元素 **/
ul, ol {
	list-style: none;
}
/** 重置文本格式元素 **/
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
sup {
	vertical-align: text-top;
} /* 重置, 减少对行高的影响 */
sub {
	vertical-align: text-bottom;
}
/** 重置表单元素 **/
legend {
	color: #000;
} /* for ie6 */
fieldset, img {
	border: 0;
} /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
	font-size: 100%;
} /* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	display: block;
	margin: 0;
	padding: 0;
}
mark {
	background: #ff0;
}
html {
	background-color:#000000;
}
body {
	 background:url(../images/bg9.jpg) no-repeat fixed; 
	background-size:cover;
	min-height:1000px;
	background-color: #484848;
	font-family:"Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
}
#head {
	/*	background-image:url("../images/head-bg.png");*/
	background-color:#152b3d;
	padding:0.5em;
	border-bottom: 1px solid #26A9DA;
}
#head img {
	
}
#head .btn-default {
	color: #ffffff;
	background-color: #162246;
	border: 1px solid #ffffff;
}
#b-panel {
	margin-top:3em;
}
.block-title {
	line-height:2em;
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
}
.setcor {
	color:#ffffff;
}
.panel{ border:1px solid #000;}
.panel-default {
	background-color:rgba(28,29,30,.80);
	color:#ffffff;
	filter: alpha(opacity=80);
}
.top-panel {
	border-top:5px solid #4fb4d5;
}
.mid {
	background: #2c343c;
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 100px;
	border-radius: 0px 0px 25px 25px;
}
.header {
	background: #4fb4d9;
	height: 15px;
	width: 100%;
	float: left;
}
.cur {
	background: #282832;
	margin: 0 10px 10px 10px;
	width: 100%;
	float: left;
	height: auto;
	box-shadow:0px 0px 20px #020101;
	border-radius: 0px 0px 25px 25px;
}
#head .btn-default {
/*margin-top:2.5em;*/
}
.section-top {
	display: flex;
	align-items: center;
}
#footer {
	padding:2em;
	background-color:#152b3d;
	text-align:center;
	color:#ffffff;
	font-size:1em;
}
#footer a{
	color:#ffffff;
}
.input-group-addon img {
	width:120px;
 height:40` px;
}
#top .col-md-3 {
	display: flex;
	align-items: center;
}
#top span {
	color:#ffffff;
	margin:1.5em 1em;
}
#top img {
	width: 3em;
	height:3em;
}
.t1 {
	text-align: right;
	padding-top :1em;
}
.t2 {
	text-align: left;
	padding-top :1em;
	padding-left:1em;
}
.col-xs-1 input {
	width:100%;
}
.search-form .form-control {
	background-color:#282930;
	color:#ffffff;
	font-size:10px;
}
.tableBlue td {
	vertical-align: middle !important;
	color:#ffffff;
	border-top:0px solid #ffffff !important;
}
.pagination li a{
	color:#ffffff;
}
.rows{
	color:#ffffff;
}
.search-form {
	color:#ffffff;
}
.tableBlue {
	line-height:24px;
}
.tableBlue tr th {
	background:#203f52;
	padding:8px 10px;
	font-size:14px;
}
.tableBlue tr td {
	padding:5px 10px;
}
.tableBlue tr:hover td {
	background:rgba(73, 73, 73, 0.75)
}
.def-color{
	color:#36afd7;
}
.verstyle{
	text-align:left;
	color:#8A8686 !important;
	margin-left:0em !important;
}
@media only screen and (max-width: 768px) {
	#head img {
	    width: 100%;
	}
}