@charset "UTF-8";
/* 
*鐧诲綍椤甸潰
*/
body {
  background: #fff;
}

.header {
  height: 95px;
  width: 100%;
  background: #fff;
  z-index: 999;
}
.header .nav {
  width: 1200px;
  margin: 0px auto;
  line-height: 66px;
  margin-top: 20px;
  overflow: hidden;
}
.header .nav .logo {
  width: 650px;
  float: left;
  text-indent: -9999px;
  background: url(../img/zsj_kzzx_logo.png) no-repeat;
  padding: 0;
}
.header .nav .title {
  margin-left: 14px;
  float: left;
}
.header .nav .title h6 {
  font-size: 24px;
}

/* 
*鐧诲綍div瀹瑰櫒
*/
.container {
  background: url(../img/body_bg.jpg);
  height: 475px;
  position: relative;
}
.container .login-form {
  width: 346px;
  height: 346px;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  background: rgba(236, 230, 226, 0.7);
  position: absolute;
  top: 13%;
  left: 60%;
  border-radius: 10px;
}

.container-center {
  width: 1680px;
  margin: 0 auto;
  background: url(../img/banner.png) no-repeat;
  height: 475px;
}

/*
*鐧诲綍div
*/
.ca-login {
  display: none;
}
.ca-login .title h6 {
  color: #108fe1;
  font-size: 20px;
  line-height: 54px;
  padding-left: 26px;
  border-bottom: 1px solid #b0b0b0;
}
.ca-login .login-type {
  text-align: center;
  margin-top: 23px;
}
.ca-login .login-tip {
  margin-top: 17px;
  text-align: center;
  color: #000;
  font-size: 16px;
}
.ca-login #caLogin {
  text-align: center;
  margin-top: 31px;
}
.ca-login #caLogin input {
  width: 228px;
  height: 37px;
  background: #1f9de7;
  border: 2px solid #0183be;
  outline-style: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.ca-login .login-change {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #000;
}

.user-login .title h6 {
  color: #108fe1;
  font-size: 20px;
  line-height: 54px;
  padding-left: 26px;
  border-bottom: 1px solid #b0b0b0;
}
.user-login #form1 {
  margin-top: 11px;
}
.user-login #form1 .tip {
  width: 307px;
  margin: 0 auto;
  line-height: 28px;
  background: #fff6d2;
  border: 1px solid #ffe57d;
}
.user-login #form1 .tip .tip-div {
  padding-left: 11px;
}
.user-login #form1 .tip .tip-div span {
  background: url(../img/tip.png) no-repeat;
  color: #666;
  font-size: 12px;
  padding-left: 37px;
}
.user-login #form1 .user-input {
  width: 310px;
  margin: 0 auto;
}
.user-login #form1 .user-input input {
  width: 249px;
  height: 38px;
  padding-left: 20px;
  outline-style: none;
  border: none;
  border-left: 1px solid #E1E1E3;
}
.user-login #form1 .user-input .user-div {
  border: 1px solid #E1E1E3;
  background: url(../img/pwd-icons-new.png) no-repeat;
  padding-left: 38px;
  margin-top: 9px;
  margin-bottom: 19px;
  height: 38px;
}
.user-login #form1 .user-input .password-div {
  border: 1px solid #E1E1E3;
  background: url(../img/pwd-icons-new.png) no-repeat;
  padding-left: 38px;
  margin-top: 9px;
  margin-bottom: 20px;
  height: 38px;
}
.user-login #form1 .user-input .confirm-div {
  height: 40px;
  margin-top: 9px;
  margin-bottom: 19px;
}
.user-login #form1 .user-input .confirm-div label {
  display: inline-block;
  margin-left: -1px;
  border: 1px solid #E1E1E3;
}
.user-login #form1 .user-input .confirm-div input {
  width: 162px;
  padding-left: 15px;
  height: 40px;
}
.user-login #form1 .user-input .confirm-div img {
  padding-left: 14px;
  height: 40px;
  border: none;
  vertical-align: top;
}
.user-login #form1 .user-input .submit-div input {
  width: 307px;
  color: #fff;
  padding: 0;
  background: #00a0e9;
  border: 2px solid #0183be;
  outline-style: none;
  cursor: pointer;
}
