@charset "UTF-8";
	body,html {
	height:100%;
}
body,ol,p,ul {
	margin:0;
}
a,p {
	outline:0;
}
.header,.header img {
	vertical-align:middle;
}
body {
	font-size:14px;
	min-height:100%;
	background:#f0f2f3;
}
body,button,input,keygen,select,textarea {
	font-family:Arial,MicrosoftYaHei,'微软雅黑';
}
ol,ul {
	list-style:none;
	padding:0;
}
a {
	text-decoration:none;
	color:#212121;
}
button,input {
	list-style:none;
	border:none;
}
i {
	font-style:normal;
}
.pointer {
	cursor:pointer!important;
}
.text-l {
	text-align:left;
}
.text-r {
	text-align:right;
}
.footer p,.header,.notice,.text-c {
	text-align:center;
}
.text-through {
	text-decoration:line-through;
}
.fr {
	float:right;
}
.fl {
	float:left;
}
.no-border-r {
	border-right:none!important;
}
.clearfix::after,.clearfix::before {
	content:'';
	display:table;
}
.clearfix::after {
	clear:both;
}
.header {
	background: #eee;
	height:63px;
	line-height:44px;
}
.header .logo {
	height:100%;
	background:url(/images/logo.png) center center no-repeat;
	background-size:153px 57px;
}
.banner {
	cursor:pointer;
	display:block;
	height:125px;
	background:url(/images/banner_m.png) center center no-repeat #091767;
	background-size:auto 100%;
	position:relative;
}
.indexdata {
    text-align:center;
	max-width: 580px;
	height:500px;
	transition-duration: .5s;
	background: #fff;
	margin: 0 auto;
}
.banner button {
	cursor:pointer;
	display:inline-block;
	padding:5px 60px;
	color:#fff;
	font-size:20px;
	background:#fe5e66;
	border-radius:50px;
}
.notice {
	background:#fff;
	line-height:30px;
	width:100%;
	border-bottom:1px solid #eee;
	white-space:nowrap;
	font-size:12px;
}
.content .xianlu {
	margin-top:10px;
}
.content .xianlu .link {
	float:left;
	height:85px;
	background:url(/images/link_m2.png) center 11px no-repeat #fff;
	width:50%;
	background-size:44px 44px;
	border-bottom:1px solid #eee;
	text-align:center;
}
.content .xianlu .link:nth-child(1) {
	background-image:url(/images/link_m2.png);
}
.xianlu .link .text {
	margin-top:54px;
}
.content .xianlu .link:active {
	background-color:#f6f5f5;
}
.footer p {
	color:#666;
}
.none {
	display:none;
}