body {
	font-family: "\5FAE\8F6F\96C5\9ED1";
	background-color: #fff;
	margin: 0;
	min-width: 1140px;
	font-size: 12px;
}

ul {
	margin: 0 0;
	padding: 0px 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	font-size: 12px;
	color: #333;
}

a:hover {
	text-decoration: none;
}

.clearfloat {
	clear: both;
}

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: block;
}

input,
button {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
input {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
  }





.page-top {
	width: 1140px;
	height: 100px;
	margin: 0 auto;
}

.login-logo {
	float: left;
	width: 600px;
	padding-top: 5px;
}

.login-logo a {
	display: block;
	width: 100%;
	height: 92px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../../jzyx/img/qjjh_logo.png) no-repeat;
}

.page-content {
	width: 100%;
	position: relative;
}

.login-bg {
	background-image: url(../../jzyx/img/login-bg.jpg);
	height: 600px;
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
}

.login-layout {
	width: 1140px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 600px;
	z-index: 999;
}

.login-box-content {
	position: absolute;
	top: 120px;
	right: 40px;
	width: 350px;
}

.login-box-content .login-box {
	background-color: rgba(255, 255, 255, 1);
}

.login-box {
	width: 300px;
	padding: 24px 24px;
	color: #333;
	background: #fff;
	position: relative;
	margin: 0 auto;
}

.login-form {
	position: relative;
}

.login-title {
	font-weight: bold;
	font-size: 16px;
	height: 24px;
	line-height: 18px;
	margin-bottom: 12px;
}

.form-userame,
.form-mm,
.form-yanzheng {
	margin-top: 20px;
}
.form-phoneyanzheng {
    margin-top: 20px;
}
.form-leibie {
    margin-top: 20px;
    text-align: center;
}
.form-leibie1 {
    margin-top: 10px;
    text-align: center;
}
.hide {
display:none
}
.login-form input {
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	height: 40px;
	padding: 0 0 0 34px;
	transition: background 0.3s ease-in-out;
	width: 264px;

}

.form-userame input:focus {
	outline: none;
	border-color: #d4ac3c;
	box-shadow: 0 0 0px #d4ac3c;
}

.form-userame .input_yh {
	background: url(../../img/tc_login_yonghu.png) no-repeat left top;
}

.form-userame .input_yh:focus {
	background: url(../../img/tc_login_yonghu2.png) no-repeat left top;
}

.form-mm .input_mm {
    background: url(../../img/tc_login_mima.png) no-repeat left top;

}

.form-mm .input_mm:focus {
	background: url(../../img/tc_login_mima2.png) no-repeat left top;
}

.form-yanzheng .yanzheng-control {
	background: url(../../img/tc_login_yanzhengma.png) no-repeat left top;
}

.form-yanzheng .yanzheng-control:focus {
	background: url(../../img/tc_login_yanzhengma2.png) no-repeat left top;
}


/*.form-yanzheng{
	width: 264px;
}*/

.form-yanzheng .yanzheng-control {
	width: 138px;
	float: left;
}

.form-yanzheng img {
	float: right;
	width: 100px;
	height: 40px;
	display: block;
}
.form-phoneyanzheng .yanzheng-control {
    width: 138px;
    float: left;
}

.login-form .submit-button {
	-webkit-appearance: none;
	background: #f9c83b;
	border: none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	height: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	transition: background 0.3s ease-in-out;
	width: 200px;
	padding: 0 50px 0 50px;
	font-weight: bold;
	margin-top: 20px;
}

.submit-button:hover {
	background: #D4AC3C;
}

.login-form-error {
	text-align:center;
}

.login-form-error p {
	margin: 0;
	color: #ff0000;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	display: none;
}

.login-link {
	margin-top: 24px;
	overflow: hidden;
	text-align: center;
    font-weight:bold;
}

.login-link a {
	/*margin-right: 12px;*/
	color: #666;
}

.login-link a:hover {
	color: #ff0000;
}

.login-footer {
	width: 1140px;
	margin: 0 auto;
}

.ft-menu-container {
	height: 45px;
	margin-top: 50px;
}

.ft-nav {
	height: 25px;
}

.ft-nav ul li {
	float: left;
	color: #747474;
}

.ft-nav ul li a {
	color: #747474;
}

.ft-nav ul li a:hover {
	text-decoration: underline;
}

.ft-copy {
	color: #808080;
}
.divCompany {
    height: 40px;
    width: 50%;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer
}
.divaction {
    background-color: #f9f5f5;
}