/* public */
* {
	padding: 0;
	margin: 0;
}

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
	display: block;
}

html,
body {
	height: 100%;
	color: #333;
	font-size: 12px;
	font-family: "微软雅黑", MicrosoftYaHei;
}

a {
	text-decoration: none;
	color: #3cf;
	-webkit-tap-highlight-color: transparent;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
}

input {
	outline: medium none;
	font-family: "微软雅黑", MicrosoftYaHei;
	font-size: 14px;
}

button {
	font-family: "微软雅黑", MicrosoftYaHei;
}

em {
	font-style: normal;
}

/* public */
body {
	/* background: url(../img/BG.png) no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; */
}

.logon-top {
	width: 100%;
	height: 120px;
	background: #fff;

}

.logon-top-W {
	width: 1200px;
	margin: 0 auto;
	/* background: #333333; */
	height: 100%;
	display: flex;
	align-items: center;
}

.logon-top-name {
}

.logon-top-L {
	display: flex;
	align-items: center;
}

.logon-top-L-p1 {
	font-size: 32px;
	font-family: AliHYAiHei-Beta;
	font-weight: 400;
	color: #003B7D;
}

.logon-top-L-p2 {
	font-size: 18px;
	text-align: center;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #003B7D;
}

.logon-top-L-p3 {
	font-size: 26px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #333333;
	line-height: 90px;
}

.logon-top-L-span {
	width: 3px;
	height: 28px;
	background: #03309B;
	margin: 0 38px;
}

.logon-top-R {
	float: right;
	display: flex;
	margin-top: 48px;
}

.logon-top-R-p {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
}

.logon-top-R-p :hover {
	color: #003B7D;
}


.logon-top-R-span {
	width: 4px;
	height: 20px;
	background: #333333;
	margin: 4px 24px 0 24px;
}

.logon-body {
	width: 100%;
	background: url(../../img/BG.png) no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 760px;
}

.logon-body-W {
	margin: 0 auto;
	/* background: #003B7D; */
	width: 1200px;
	height: 550px;
	padding-top: 100px;
	/* display: flex; */
}

.logon-body-W-img {
	position: relative;
	left: -80px;
	/* margin-top: 20px; */
}

.logon-loginbox-p {
	text-align: center;
	font-size: 34px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #010000;
	line-height: 150px;
}

.logon-loginbox {
	float: right;
	width: 400px;
	height: 500px;
	background: #FFFFFF;
	box-shadow: 4px 4px 10px 0px #00000033;
	border-radius: 10px;
	margin-top: 24px;
}

.captcha {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	left: 11px;
	top: -29px;
	background: url(../../img/captcha.png) center center no-repeat;
}

.logon-loginbox-captcha {
	padding-top: 40px;
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #CCCCCC;
}

.logon-loginbox-img {
	padding-top: 40px;
	width: 100%;
	height: 60px;
}

.logon-loginbox-img a {
	background-image: url('../../img/refresh.png');
	background-size: contain;
	width: 35px;
	height: 35px;
	cursor: pointer;
	display: inline-block;
}

.logon-loginbox-img img {
	margin: -10px 30px;
	height: 65px;
	cursor: pointer;
}

.logon-loginbox-content {
	width: 310px;
	margin: 0 auto;
	height: 360px;
	background: #003B7D00;
}

.logon-loginbox-content button {
	width: 100%;
	height: 44px;
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	background: linear-gradient(0deg, #004ca1FF 0%, #2177d7FF 100%);
	border-radius: 20px;
	border: none;
	margin-top: 80px;
	outline: none;
}

.logon-loginbox-content button:hover {
	box-shadow: 0px 0px 10px 0px #00316966;
	/* background:linear-gradient(0deg,#2177d7FF 0%,#004ca1FF 100%); */
	/* font-size:22px; */
}

.logon-loginbox-content button:active {
	font-size: 22px;
}

.logon-loginbox-content img {}

.user {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	left: 11px;
	top: -42px;
	background: url(../../img/user.png) center center no-repeat;

}

.pass {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	left: 11px;
	top: -42px;
	background: url(../../img/pass.png) center center no-repeat;

}

.logon-loginbox-user {
	/* padding-top: 30px; */
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #CCCCCC;
}

.logon-loginbox-pass {
	padding-top: 40px;
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #CCCCCC;
}

.logon-loginbox-content input {
	font-size: 21px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	height: 56px;
	width: 250px;
	border: none;
	padding-left: 60px;
}

.logon-bottom {
	width: 100%;
	/* height: 200px; */
	background: #FFFFFF;
	/* position: absolute; */
	/* bottom: 0; */
}

.logon-bottom p {
	text-align: center;
	line-height: 100px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
}

@media(max-width:1800px) {
	.logon-top {
		height: 100px;
	}

	.logon-top-R-p {
		font-size: 12px;
	}

	.logon-top-name {
		margin-top: 14px;
	}

	.logon-top-L-span {
		margin: 20px 38px 20px 38px;
	}

	.logon-top-L-p3 {
		line-height: 68px;
	}

	.logon-top-R {
		margin-top: 38px;
	}

	.logon-body {
		height: 638px;
	}

	.logon-body-W {
		padding-top: 48px;
	}
}

@media(max-width:1520px) {
	.logon-top-W {
		width: 1000px;
	}

	.logon-top {
		height: 86px;
	}

	.logon-top-R-p {
		font-size: 12px;
	}

	.logon-top-L-p1 {
		font-size: 28px;
	}

	.logon-top-L-p2 {
		font-size: 16px;
	}

	.logon-top-name {
		margin-top: 14px;
	}

	.logon-top-L-span {
		height: 24px;
		margin: 20px 38px 20px 38px;
	}

	.logon-top-L-p3 {
		line-height: 62px;
	}

	.logon-top-R {
		margin-top: 30px;
	}

	.logon-body {
		height: 500px;
	}

	.logon-body-W-img {
		left: 0;
		width: 600px;
		height: 424px;
	}

	.logon-body-W {
		width: 1000px;
		padding-top: 30px;
		height: 468px;
		display: block;
	}

	.logon-loginbox {
		width: 350px;
		height: 400px;
		float: right;
	}

	.logon-loginbox-p {
		font-size: 28px;
		line-height: 100px;
	}

	.logon-loginbox-content {
		width: 270px;
		height: 260px;
	}

	.logon-loginbox-content input {
		font-size: 21px;
		width: 200px;
		padding-left: 54px;
	}

	.logon-loginbox-pass {
		padding-top: 16px;
	}

	.logon-loginbox-content button {
		margin-top: 58px;
	}
}

@media(max-width:1340px) {
	.logon-top-W {
		width: 860px;
	}

	.logon-top {
		height: 72px;
	}

	.logon-top-R-p {
		font-size: 12px;
	}

	.logon-top-L-p1 {
		font-size: 24px;
	}

	.logon-top-L-p2 {
		font-size: 14px;
	}

	.logon-top-name {
		margin-top: 10px;
	}

	.logon-top-L {
		margin-top: 6px;
	}

	.logon-top-L-span {
		height: 24px;
		margin: 20px 28px 20px 30px;
	}

	.logon-top-L-p3 {
		line-height: 62px;
		font-size: 18px;
	}

	.logon-top-R {
		margin-top: 26px;
	}

	.logon-body {
		height: 424px;
	}

	.logon-body-W-img {
		left: 0;
		width: 500px;
		height: 353px;
	}

	.logon-body-W {
		width: 860px;
		padding-top: 30px;
		height: 394px;
		display: block;
	}

	.logon-loginbox {
		width: 330px;
		height: 368px;
		float: right;
		margin-top: 0;
	}

	.logon-loginbox-p {
		font-size: 28px;
		line-height: 90px;
	}

	.logon-loginbox-content {
		width: 270px;
		height: 260px;
	}

	.logon-loginbox-content input {
		font-size: 21px;
		width: 200px;
		padding-left: 54px;
	}

	.logon-loginbox-pass {
		padding-top: 16px;
	}

	.logon-loginbox-content button {
		margin-top: 48px;
	}

	.logon-bottom p {
		line-height: 90px;
	}
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
	-webkit-text-fill-color: #000000 !important;
	transition: background-color 5000s ease-in-out 0s !important;
}