@charset "utf-8";
/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button {
    margin: 0;
    padding: 0;
	font-family:"微软雅黑";
}
html {
	font-size:14px;
    background: #fff none repeat scroll 0 0;
}
body {
    color: #000;
    font-family: "Microsoft YaHei";
	font-size:14px;
}
form {
    display: inline;
}
button, input, select, textarea {
    font-family: "Microsoft YaHei";
    outline: medium none;
    vertical-align: middle;
	font-size:14px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    text-align: inherit;
}
img {
    border: 0 none;
}
input, img {
    vertical-align: middle;
}
ol, ul {
    list-style: outside none none;
}
em, i {
    font-style: normal;
}
a {
    color: #333;
    text-decoration: none;
}
textarea {
    resize: none;
}
#wrap {
	width:100%;
	height:100%;
}
#login_top {
}

.login_forms {
/*    border: 1px solid #d2d2d2;
    border-radius: 5px;*/
	position:relative;
    margin: 5px;
	font-size:16px;
	height:383px;
	background:url(../images/login_bg.jpg?t=20190802) center top no-repeat;
}
.login-button {
	height: 49px;
    line-height: 49px;
    width:40%;
	border-width: 0px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
	font-family: Microsoft YaHei;
	color: white;
	font-size:18px;
	border:1px solid #006bb3;
	background: url(../images/login_btn_bg.jpg) left bottom repeat;
}
.login-button:hover {
	background: #3397c9;
}
.login_forms h2 {
    font-size: 22px;
    font-weight: normal;
    height: 56px;
    line-height: 56px;
    text-align: center;
}
.login_forms .login {
	position:absolute;
	top:40%;
	left:5%;
	width:90%;
	margin:0 auto;
}
.login_forms .login li {
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    text-align: center;
	font-size:16px;
}
.login_forms .login li .login_font {
	float:left;
	line-height:46px;
	color:#FFF;
}
.login_forms .login li .text {
	float:left;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    height: 46px;
    padding: 0 10px 0;
	font-size:16px;
	width:85%;
}
.textp {
	text-align:left;
	line-height:30px;
	color:#999;
	font-size:16px;
}
.login_forms .login li .text1 {
    border: 0 none;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    width: 100%;
}
.login_forms .login li .text:hover {
    border: 1px solid #2c9918;
}
.login_forms .login li .text2 {
    border: 0 none;
    font-size: 24px;
    height: 30px;
    width: 100%;
}
.login_forms .login li .loginbotton {
    height: 49px;
    line-height: 49px;
    margin:0;
    width: 100%;
	cursor:pointer;
	border:0;
}
.login_forms .login li .loginbotton2 {
    height: 49px;
    line-height: 49px;
    margin:0;
    width: 40%;
	cursor:pointer;
}
.login_link {
    height: 52px;
	padding-top:3px;
    margin: 0 10px;
}
.login_link .wjmm {
    border-bottom: 1px solid #2b901a;
    color: #2b901a;
    float: left;
    font-size: 16px;
    line-height: 30px;
}
.login_link .myzh {
    border-bottom: 1px solid #000;
    color: #000;
    float: right;
    font-size: 16px;
    line-height: 30px;
}
.login_forms .other {
    background-color: #f3f3f3;
    height: 36px;
    overflow: hidden;
    padding: 0 20px;
}
.login_forms .other li {
    display: inline-block;
    height: 120px;
    line-height: 35px;
    margin-top: 60px;
    padding-bottom: 60px;
    position: relative;
    text-align: center;
    width: 49%;
}
.login_forms .other li::after {
    content: " ";
    display: inline-block;
    height: 152px;
    left: 50%;
    margin-left: -75px;
    position: absolute;
    top: 15px;
    width: 151px;
    z-index: 9;
}
.login_forms .other li a {
    display: block;
    font-size: 30px;
    height: 35px;
    padding-top: 175px;
    position: relative;
    width: 100%;
    z-index: 99;
}
.button_a {
    background-color: #1898db;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    text-align: center;
}
.button_b {
    border-radius:3px;
    color: #fff;
    display: inline-block;
    font-size:18px;
    text-align: center;
	border:1px solid #006bb3;
	background: url(../images/login_btn_bg.jpg) left bottom repeat;
}
.button_b:hover {
	background: #3397c9;
}
.login_other {
	font-family:Verdana, Geneva, sans-serif;
	line-height:32px;
	font-size:16px;
	color:#333333;
	text-align:center;
	background:#f3f3f3;
	padding:10px 5px;
}
.ucard {
	font-family:"Microsoft YaHei",Verdana, Geneva, sans-serif;
}