html,
body,
div,
span,
header,
ul,
li,
a,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input {
	margin: 0;
	padding: 0
}

header,
footer,
section,
article,
nav,
figure,
aside,
canvas {
	display: block;
}

body {
	font-family: "Microsoft YaHei", "Georgia Pro", "Times New Roman", Helvitica, Verdana, Arial, san-serif;
	height: 100%;
	position: relative;
}

a {
	text-decoration: none;
}

a img {
	border: 0
}

ul,
li {
	list-style: none;
}


/***********login**********/
.login-bg {
	height: 100%;
	width: 100%;
	background: #409EFE;
	background-image: url(../images/login/bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%
}

.login-title {
	width: 80%;
	height: 100px;
	margin: 10% auto 0px auto;
	color: white;
	position: relative;
	text-align: center;
	font-size: 26px;
	font-weight: normal;

}

.login-title img {
	width: 234.5px;
	display: block;
	margin: 0 auto 10px auto;
}

.login-banner {
	height: 170px;
	background: url(../images/title_bg.png) no-repeat;
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: contain;
}

.tab-box {
	margin: -30px auto 0 auto;
	width: 85%;
	background: white;
	border-radius: 15px
}

.menu1box {
	position: relative;
	overflow: hidden;
	height: 60px;
	font-size: 18px;
	text-align: left;
}

ul#menu1 {
	margin-top: 15px
}

#menu1 li {
	display: block;
	float: left;
	width: 50%;
	color: #333;
	text-align: center;
	height: 60px;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	font-size: 18px
}

#menu1 li.hover span {
	color: #409EFE;
	border-bottom: 3px solid #409EFE;
	padding: 0 0 10px 0;
	cursor: pointer
}

.main1box,
.main2box {
	clear: both;
	width: 100%;
}

#main1,
#main2 {
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
}

#main1 ul.block,
#main2 ul.block {
	display: block;
	margin: 0px auto
}

#main1 ul,
#main2 ul {
	display: none;
	padding-top: 10px
}

#main1 ul li,
#main2 ul li {
	width: 100%;
	background: white;
	margin-bottom: 15px;
	overflow: hidden;
	text-align: left;
}

.menu2box {
	position: relative;
	overflow: hidden;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	text-align: left;
	background: white;
	border-bottom: 1px solid #eaeaea
}

.menu2box ul {
	width: 70%;
	margin: 0 auto
}

#main2 ul li {
	background: none
}

#menu2 li {
	display: block;
	float: left;
	width: 50%;
	color: #333;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
}

.login-frm {
	width: 88%;
	margin: 0 auto;
	position: relative;
}

.login-ipt {
	width: 100%;
	margin-bottom: 15px;
	height: 35px;
	line-height: 35px;
	position: relative
}

.login-ipt input {
	border-radius: 5px;
	width: 100%;
	margin: 0 auto;
	height: 35px;
	line-height: 35px;
	background-color: #F5F7FB;
	border: none;
	position: relative;
	outline: none;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	text-indent: 45px
}

.icon-user {
	background-image: url(../images/login/icon_user.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.icon-card {
	background-image: url(../images/login/icon_card.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.icon-mobile {
	background-image: url(../images/login/icon_mobile.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.icon-ma {
	background-image: url(../images/login/icon_ma.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.login-msg {
	position: absolute;
	right: 5px;
	z-index: 999;
	color: #CDCDCD;
	font-size: 12px;
}

.login-msg em {
	color: #409EFE;
	font-style: normal;
	font-size: 14px;
	display: inline-block;
	padding-left: 5px
}

.button-box {
	margin: 30px auto 10px auto;
	width: 100%;
}

.login-frm .login-button {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 45px;
	border: none;
	border-radius: 5px;
	background: #409EFE;
	color: white;
	border: none;
	font-size: 16px;
	font-weight: normal
}