@charset "utf-8";
/*全局影响*/
body {
	/* min-width: 980px; */
	/* min-height: 768px!important; */
	min-width: 980px!important;
	overflow-x:hidden;
	/* min-height:768px; */
}
:focus {
	outline: #a5c7fe solid 1px;
}
p{
	margin:0;
}
a:hover {
	text-decoration: none;
}
body, h1, h2, h3, h4 {
	font-family: 'Microsoft Yahei';
}
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
input, textarea, select {
	outline: none;
}
figure{margin:0;}
::-webkit-input-placeholder {
 color:#848d9c;
}
:-moz-placeholder {
 color:#848d9c;
}
::-moz-placeholder {
 color:#848d9c;
}
:-ms-input-placeholder {
 color:#848d9c;
}
.ercode_footer {
	height: 200px;
	line-height: 200px;
	font-size: 20px;
	text-align: center;
	color: #8ea5c1;
	background: #2e374a;
	border-top: #3e4960 solid 1px;
}
.ercode_footer img {
	height: 100px;
	margin: 30px;
}
/*桌面*/

/*主要居中模块*/
.main {
	width: 717px;
	display: flex;
	margin: 0 auto;
	position: relative;
	justify-content: space-between;
	/* height: 620px; */
}
/*头部*/
.header {
	height: 68px;
	background: #1aad58;
}
.logo {
	display: inline-block;
	float: left;
	width: 216px;
	height: 50px;
	margin: 12px 0 0 10px;
	background: url(../img/logo.png) no-repeat;
}
.header .login {
	float: right;
	height: 68px;
	text-align: right;
	line-height: 68px;
	color: #333333;
	font-size: 18px;
	margin:0 0 0 28px;
}
.header .login a {
	color: #333333;
}
.header .login a.active {
	color: #FFF;
}
.nav {
	float: right;
	width: 330px;
	margin: 0px;
	list-style-type: none;
	font-size: 18px;
}
.nav li {
	float: left;
	display: inline-block;
	width: 110px;
	height: 89px;
	line-height: 89px;
	color: #989da0;
	text-align: center;
	cursor: pointer;
	transition: all ease .4s;
}
.nav li.active {
	color: #FFF;
	background: #393e46;
}
.nav li.active:after {
	width: 110px;
	height: 5px;
	display: block;
	content: ' ';
	background: #2ca1f2;
}
/*页尾*/
.bottom_infomation {
	min-height: 156px;
	background: #fff;
	line-height: 24px;
	color: #8d8d8d;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 59px;
	border-top: 1px solid #ebebeb;
}
.bottom_infomation a {
	color: #8ea5c1;
}
.bottom_infomation .article {
	display: inline-block;
 *display:inline;
 *zoom:1;
	text-align: left;
	/*width:33%;*/
	margin: 0 20px;
	vertical-align:top;
}
.bottom_infomation h3 {
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	padding: 18px 0 0;
	color: #525252;
	text-align: left;
}
.footer {
	height: 58px;
	line-height: 58px;
	text-align: center;
	background: #fff;
	color: #8d8d8d;
	border-top: #e6e6e6 solid 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
/*默认用主题样式*/
.m-table {
	width: 100%;
}
.m-table thead tr {
	background: #efefef;
	height: 54px;
}
.m-table thead tr td:first-child {
	text-indent: 10px;
}
.m-table tbody tr {
	height: 100px;
	vertical-align: middle;
	border: #e6e6e6 solid 1px;
	border-bottom: #e6e6e6 dashed 1px;
	border-top: none;
}
.m-table tbody tr:last-child {
	border-bottom: #e6e6e6 solid 1px;
}
