/*公共模板开始*/

body,
ul,
dl,
dt,
dd,
ol,
li,
i,
em,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
tbody,
td,
img,
div,
input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", sans-serif;
	font-size: 100%;
	color: #333;
}

html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html * {
	outline: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

ul,
li,
ol {
	list-style-type: none;
}

i,
em {
	font-style: normal;
}

select,
input,
img,
select {
	vertical-align: middle;
	font-family: "微软雅黑" !important;
	font-size: 100%;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
	/*transition: all 0.3s ease;*/
	cursor: pointer;
	color: #555;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	color: #222;
	text-decoration: none;
}

.law-clearfix:before,
.law-clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.law-clearfix {
	zoom: 1;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}


/*公共模板结束*/

.px-loginBox {
	position: relative;
	width: 100%;
	height: 100%;
}

.px-loginBox .px-loginBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.px-loginBox .px-Login-logo {
	position: absolute;
	left: 100px;
	top: 80px;
	z-index: 2;
}

.px-loginBox .px-Login-body {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 660px;
	height: 520px;
	background: #fff;
	border-radius: 10px;
	z-index: 2;
}

.px-loginBox .px-Login-body .px-tab {
	padding: 60px 120px 0 120px;
}

.px-loginBox .px-Login-body .px-tab .tab-header {}

.px-loginBox .px-Login-body .px-tab .tab-header li {
	float: left;
	width: auto;
	height: 60px;
	line-height: 60px;
	margin-right: 40px;
	border-bottom: 5px solid #fff;
	color: #585858;
	font-size: 26px;
	font-weight: bold;
	cursor: pointer;
}

.px-loginBox .px-Login-body .px-tab .tab-header li.on {
	color: #000;
	border-bottom: 5px solid #ce0008;
}

.px-loginBox .px-Login-body .px-tab .tab-header li:hover {
	color: #000;
}

.px-loginBox .px-Login-body .px-tab .tab-header {}

.px-loginBox .px-Login-body .px-tab .hide {
	display: none;
}

.px-loginBox .px-Login-body .px-tab .inputBox {
	display: block;
	width: 100%;
	margin-top: 30px;
	border: 1px solid #cecece;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	padding: 0 60px;
}

.px-loginBox .px-Login-body .px-tab .tip {
	display: none;
	height: 40px;
	line-height: 40px;
	color: #ce0008;
	background: url(../img/login_bg2.png) left -179px no-repeat;
	padding-left: 50px;
}

.px-loginBox .px-Login-body .px-tab .userName {
	background: url(../img/login_bg2.png) left -50px no-repeat;
}

.px-loginBox .px-Login-body .px-tab .passWord {
	background: url(../img/login_bg2.png) left -110px no-repeat;
}

.px-loginBox .px-Login-body .px-tab .login-btn {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: none;
	border-radius: 30px;
	margin-top: 40px;
	background: #CE0008;
	background: -webkit-linear-gradient(0deg, #a91310, #da2934);
	background: -moz-linear-gradient(0deg, #a91310, #da2934);
	background: -o-linear-gradient(0deg, #a91310, #da2934);
	background: linear-gradient(0deg, #a91310, #da2934);
	color: #fff;
	font-size: 22px;
	cursor: pointer;
}

.px-loginBox .px-Login-body .px-tab .login-btn:hover {
	background: #8b0b09;
	background: -webkit-linear-gradient(0deg, #6a0200, #ab1513);
	background: -moz-linear-gradient(0deg, #6a0200, #ab1513);
	background: -o-linear-gradient(0deg, #6a0200, #ab1513);
	background: linear-gradient(0deg, #6a0200, #ab1513);
}

.px-loginBox .px-Login-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size:16px;
	color: #dfdfdf;
	background: url(../img/login_bg2.png) left top repeat-x;
	z-index: 2;
}


/*媒体查询开始*/

@media only screen and (max-width: 1444px) {
	.px-loginBox .px-Login-logo {
		left: 100px;
		top: 50px;
	}
	.px-loginBox .px-Login-body {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 550px;
		height: 360px;
		background: #fff;
		border-radius: 10px;
		z-index: 2;
	}
	.px-loginBox .px-Login-body .px-tab {
		padding: 20px 100px 0 100px;
	}
	.px-loginBox .px-Login-body .px-tab .tab-header li {
		float: left;
		width: auto;
		height: 60px;
		line-height: 60px;
		margin-right: 40px;
		border-bottom: 5px solid #fff;
		color: #585858;
		font-size: 20px;
		font-weight: bold;
		cursor: pointer;
	}
	.px-loginBox .px-Login-body .px-tab .userName {
		background: url(../img/login_bg2.png) left -56px no-repeat;
	}
	
	.px-loginBox .px-Login-body .px-tab .passWord {
		background: url(../img/login_bg2.png) left -116px no-repeat;
	}
	.px-loginBox .px-Login-body .px-tab .inputBox {
		display: block;
		width: 100%;
		margin-top: 20px;
		border: 1px solid #cecece;
		height: 50px;
		line-height: 50px;
		border-radius: 25px;
		padding: 0 60px;
	}
	.px-loginBox .px-Login-body .px-tab .login-btn {
		display: block;
		width: 100%;
		height: 50px;
		line-height: 50px;
		border: none;
		border-radius: 25px;
		margin-top: 20px;
		background: #CE0008;
		background: -webkit-linear-gradient(0deg, #a91310, #da2934);
		background: -moz-linear-gradient(0deg, #a91310, #da2934);
		background: -o-linear-gradient(0deg, #a91310, #da2934);
		background: linear-gradient(0deg, #a91310, #da2934);
		color: #fff;
		font-size: 20px;
		cursor: pointer;
	}
	
}

@media only screen and (max-width: 1366px) {
	.px-loginBox .px-Login-logo {
		left: 50px;
		top: 20px;
	}
	.px-loginBox .px-Login-logo img{
		width: 634px;
		height: 60px;
	}
	.px-loginBox .px-Login-body {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 550px;
		height: 360px;
		background: #fff;
		border-radius: 10px;
		z-index: 2;
	}
	.px-loginBox .px-Login-body .px-tab {
		padding: 20px 100px 0 100px;
	}
	.px-loginBox .px-Login-body .px-tab .tab-header li {
		float: left;
		width: auto;
		height: 60px;
		line-height: 60px;
		margin-right: 40px;
		border-bottom: 5px solid #fff;
		color: #585858;
		font-size: 20px;
		font-weight: bold;
		cursor: pointer;
	}
	.px-loginBox .px-Login-body .px-tab .userName {
		background: url(../img/login_bg2.png) left -56px no-repeat;
	}
	
	.px-loginBox .px-Login-body .px-tab .passWord {
		background: url(../img/login_bg2.png) left -116px no-repeat;
	}
	.px-loginBox .px-Login-body .px-tab .inputBox {
		display: block;
		width: 100%;
		margin-top: 20px;
		border: 1px solid #cecece;
		height: 50px;
		line-height: 50px;
		border-radius: 25px;
		padding: 0 60px;
	}
	.px-loginBox .px-Login-body .px-tab .login-btn {
		display: block;
		width: 100%;
		height: 50px;
		line-height: 50px;
		border: none;
		border-radius: 25px;
		margin-top: 20px;
		background: #CE0008;
		background: -webkit-linear-gradient(0deg, #a91310, #da2934);
		background: -moz-linear-gradient(0deg, #a91310, #da2934);
		background: -o-linear-gradient(0deg, #a91310, #da2934);
		background: linear-gradient(0deg, #a91310, #da2934);
		color: #fff;
		font-size: 20px;
		cursor: pointer;
	}
}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1024px) {}