body {
	margin:0;
	background:#fff;
/* 	font:12px/22px \5b8b\4f53,Tahoma,Arial,sans-serif; */
	font-family: "Microsoft YaHei"!important;
	min-width:1200px
}


	/* CSS Document*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,select,textarea,p,blockquote,th,td,hr,button,figure,menu {
	margin:0;
	padding:0;
}
body {
	font:12px/22px Tahoma,Arial,\5b8b\4f53,sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
ol,ul {
	list-style:none;
}
a img {
	border:none;
	vertical-align:top;
}
input,button {
	font-family: "Microsoft YaHei"!important;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
i {
	font-style:normal;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.wrap, .header_inner, .topbar_box {
	width:1000px;
}
/* 主体*/
.fl {
	float:left
}
.fr {
	float:right
}

.login-wrap {
	overflow:hidden;
	width:100%;
	position:relative;
}
.login-main-box {
	width:100%;
	height:520px;
	position:absolute;
	top:55%;
	margin-top:-260px;
	z-index:3;
	left:50%;
	margin-left:-960px;
}
.login-main-box .img-box {
	display:block;
	width:1920px;
}
.login-box {
	width:380px;
	position:relative;
	left:50%;
	margin-left:145px;
	z-index:9;
	padding:30px 0;
}
.user-box {
	height:370px;
	min-height:370px;
	padding-bottom:20px;
	height:auto !important;
	background:#fff;
	box-shadow:0px 0px 2px #a6a6a6;
}
.tab {
	background:url(../images/login/tab-bg.jpg) repeat-x;
	overflow:hidden;
	zoom:1;
}
.tab li {
	float:left;
	font-size:16px;
	font-family: "Microsoft YaHei";
	color:#666;
	height:46px;
	line-height:46px;
	text-align:center;
	width:190px;
	cursor:pointer;
}
.tab .left {
	background:url(../images/login/active-bg.jpg) right 0 no-repeat;
}
.tab .right {
	background:url(../images/login/active-bg.jpg) left 0 no-repeat;
}
.tab .active {
	background:#fff;
	color:#333;
}
.content {
	padding:30px 25px 0;
	display:none;
}
.login_user_big{
	width:340px;
}
.footercont{
	margin-top:0px
}
.base_color{
    color:#468dab;
}
a.base_color:hover{
    color:#468dab;
    text-decoration:none
}