@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
}

body,
td,
th {
	font: 12px/1.5em Arial;
}

ul,
li {
	list-style: none;
}

.loginbox {
	margin: 180px auto 60px;
	text-align: left;
}

td {}

.logo {
	width: 221px;
	padding: 90px 70px 30px 0;
	background: url('../images/loginlogo.gif') no-repeat 100% 50%
}

.logo p {
	margin: -40px 0 0 0;
}

.loginform th,
.loginform td {
	padding: 3px;
	font-size: 14px;
}

.t_input {
	padding: 3px 2px;
	border: 1px solid;
	border-color: #666 #EEE #EEE #666;
}

.submit {
	height: 22px;
	padding: 0 5px;
	border: 1px solid;
	border-color: #EEE #666 #666 #EEE;
	background: #DDD;
	font-size: 14px;
	cursor: pointer;
}

.footer {
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #9dade4;;
}

a {
	color: #2366A8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.button1 {
	border: 0;
	background: #4abae3;
	border: 1px solid #0195c7;
	border-radius: 4px;
	width: 120px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	color: #ffffff;
}

#vcodeImg {
	vertical-align: top;
	margin-left: 7px;
}

.beijing {
	height: 100vh;
	background: url('../images/bg_img.jpg') no-repeat center;
	position: relative;
}

.biaodan {
	width: 480px;
	position: absolute;
	top: 50%;
	background: #fff;
	left: 50%;
	box-sizing: border-box;
	padding: 50px 70px;
	border-radius: 10px;
	margin-top: -180px;
	margin-left: -240px;
}

.biaodan li {
	line-height: 28px;
	background: rgb(236, 245, 250);
	border: 1px solid rgb(186, 199, 210);
	margin: 15px 0;
	padding: 10px 20px;
	zoom: 1;
	overflow: hidden;
	height: 28px;
	border-radius: 5px;
}

.big_bt {
	position: absolute;
	top: calc(50% - 250px);
	text-align: center;
	color: #fff;
	width: 100%;
	margin-top: -42px;
}

.big_bt h1 {
	font-size: 40px;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
	line-height: 1.6;
}

.biaodan li em {
	display: block;
	width: 28px;
	height: 28px;
	margin-right: 20px;
	float: left;
}

.biaodan li:nth-child(1) em {
	background: url('../images/dl_icon1.png') no-repeat center;
}

.biaodan li:nth-child(2) em {
	background: url('../images/dl_icon2.png') no-repeat center;
}

.biaodan li:nth-child(3) em {
	background: url('../images/dl_icon3.png') no-repeat center;
}

.biaodan li input {
	background: none;
	border: none;
	height: 28px;
	line-height: 28px;
	float: left;
	outline: none;
}

.biaodan li img {
	height: 28px;
}

.biaodan .biaoti {
	margin-bottom: 30px;
}

.biaodan .biaoti h2 {
	font-size: 24px;
	font-weight: normal;
}

.biaodan .biaoti h2 span {
	font-size: 16px;
	font-weight: normal;
	font-family: arial;
	color: #c1c1c1;
	padding-left: 14px;
}

input:-internal-autofill-selected {
	background: none;
}

.anniu {
	margin-top: 20px;
}

.anniu input {
	height: 40px;
}

.anniu a {
	float: right;
	display: block;
	line-height: 40px;
}
#yzcode{width:140px}
.captcha-img{margin-left: 10px;}