* {
  margin: 0;
  padding: 0;
}
.mainBg,
#header {
  width: 100%;
  font-size: 12px;
}
.header,
#main,
#footer {
  width: 1024px;
  margin: 0 auto;
}
body {
  color: #474747;
  font-size: 12px;
  font-family: "Microsoft YaHei", "΢   ź ";
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
ul,
li,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
a:hover {
  text-decoration: none;
}
a {
  text-decoration: none;
}
#header {
  height: 40px;
  border-bottom: 1.5px solid #D3D2D0;
  background: #F2F2F3;
}
.header {
  height: 40px;
  line-height: 40px;
}
.header .hLogin .hExit {
  color: #e4393c;
  cursor: pointer;
}
.header .hLogin span {
  color: #474747;
  margin-right: 5px;
}
.header .hLogin b {
  display: inline-block;
  *display:inline;
  *zoom:1;
  height: 18px;
  border-left: 1.5px solid #707579;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.header .line {
  display: inline-block;
  *display:inline;
  *zoom:1;
  height: 40px;
  border-left: 1.5px solid #d3d3d3;
  margin-left: 10px;
}
.header .banLeft li {
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  cursor: pointer;
}
.header .banLeft li a {
  color: #474747;
}

.header .banRight li {
  display: inline-block;
  *display:inline;
  *zoom:1;
  padding: 0 5px;
  text-align: center;
  cursor: pointer;
}
.header .banRight li a {
  color: #474747;
}
.header .banRight li img {
  margin-right: 3px;
 /*  position: relative; */
  top: 0px;
}
#footer {
  height: 250px;
  background: #3A3A3A;
  color: #fff;
}
#footer .scan {
  margin-right: 40px;
  margin-top: 57px;
}
.footerBox {
  width: 100%;
  background: #F5F5F6;
}
.fTop {
  font-size: 12px;
  width: 654px;
  margin-left: 120px;
  margin-top: 30px;
}
.fTop ul {
  margin: 0 auto;
}
.fTop ul li {
  display: inline-block;
  *display:inline;
  *zoom:1;
  width: 76px;
}
.fTop ul li a {
  color: #fff;
}
.fTop ul li a:hover {
  text-decoration: none;
}
.fTop ul li b {
  display: inline-block;
  *display:inline;
  *zoom:1;
  border-left: 2px solid #fff;
  height: 14px;
  position: relative;
  top: 2px;
}
.fTop .fSug {
  display: inline-block;
  *display:inline;
  *zoom:1;
  padding: 3px 5px;
  border: 1px dashed #3F76BF;
  margin-top: 10px;
}
.fTop .fBtm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.fTop .fBah {
  line-height: 18px;
}


.loginBox {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  padding-top: 50px;
}
.loginBox .loginModel {
  overflow: hidden;
  background: #fff;
  width: 460px;
  margin: 0 auto;
  padding: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.loginBox .loginModel .loginClose {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ddd;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  cursor: pointer;
}
.loginBox .loginModel .lmTop {
  width: 100%;
  height: 30px;
  position: relative;
}
.loginBox .loginModel .l1 {
  width: 135px;
  border-bottom: 1px solid #E6E6E6;
  position: absolute;
  top: 15px;
  left: 0;
}
.loginBox .loginModel .l2 {
  width: 135px;
  border-bottom: 1px solid #E6E6E6;
  position: absolute;
  top: 15px;
  left: 245px;
}
.loginBox .loginModel .uLogin {
  display: inline-block;
  *display:inline;
  *zoom:1;
  width: 110px;
  text-align: center;
  font-size: 20px;
  margin-left: 135px;
}
.loginBox .loginModel .lmMain {
  padding-left: 7px;
}
.loginBox .loginModel .lmMain .lmIpt {
  width: 366px;
  height: 53px;
  outline: none;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #A2BEE3;
  padding-left: 60px;
  font-size: 15px;
}
.loginBox .loginModel .lmMain .warn1 {
  display: inline-block;
  *display:inline;
  *zoom:1;
  margin-top: 20px;
  color: #E56645;
}
.loginBox .loginModel .lmMain .lmId {
  background: url(../../images/web/loginerr_03.png) no-repeat 10px 10px;
}
.loginBox .loginModel .lmMain .lmPwd {
  background: url(../../images/web/loginerr_06.png) no-repeat 10px 10px;
}
.loginBox .loginModel .lmMain .lmYzm {
  margin-top: 20px;
}
.loginBox .loginModel .lmMain .lmYzm input {
  width: 115px;
  height: 37px;
  border: 1px solid #DBDBDB;
  outline: none;
  padding-left: 3px;
}
.loginBox .loginModel .lmMain .lmYzm .lmCode {
  font-size: 15px;
  margin-left: 10px;
  margin-right: 5px;
}
.loginBox .loginModel .lmMain .lmYzm .refresh {
  cursor: pointer;
  position: relative;
  top: -2px;
}
.loginBox .loginModel .lmMain .lmOk {
  cursor: pointer;
  margin-top: 25px;
}
.loginBox .loginModel .lmMain .lmAuto {
  margin-top: 10px;
}
.loginBox .loginModel .lmMain .lmAuto .autoOk {
  margin-right: 3px;
}
.loginBox .loginModel .lmMain .lmAuto .fPwd {
  color: #474747;
}
.loginBox .loginModel .lmMain .lmAuto .fReg {
  color: #474747;
}
.loginBox .loginModel .lmMain .lmAuto .autoOk {
  position: relative;
  top: 3px;
}
.loginBox .loginModel .lmMain .lmAuto .lmLine {
  display: inline-block;
  *display:inline;
  *zoom:1;
  height: 15px;
  border-left: 1px solid #959595;
  margin: 0 5px;
  position: relative;
  top: 3px;
}

input::-webkit-input-placeholder { /* WebKit browsers */
  color:#A9A9A9;;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:#A9A9A9;;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:#A9A9A9;;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:#A9A9A9;;
}

/*二维码*/
.ewm_box{
    position: relative;
}
.ewm_img{
    display: none;
    position: absolute;
    padding:15px 20px 10px 20px;
    border:1px solid #E7E7E7;
    border-top:0;
    top:40px;
    background:#fff;
    z-index: 1000;
    left:-62px;
}
.ewm.hover{
    color:#4074BF;
}
.ewm_img.hover{
    display:block;
}

input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px white inset;
 -webkit-text-fill-color: #333;
}


.zltk_box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  background: #000;
  filter: alpha(opacity=70);
  z-index: 4000000;
  display: none;
}
.zltk_box1 {
  position: fixed;
  background: #fff;
  width: 400px;
  height: 200px;
  padding: 25px 15px 15px 15px;
  margin-top: -100px;
  margin-left: -200px;
  top: 50%;
  left: 50%;
  z-index: 5000000;
  display: none;
}
.zltk_box1 .zltk_close {
  position: absolute;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  font-size: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #aaa;
  cursor: pointer;
  color: #fff;
  top: 5px;
  right: 5px;
}
.zltk_box1 .zltk {
  border: 2px solid #3F76BF;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.zltk_box1 .zltk p {
  line-height: 21px;
  font-size: 14px;
  overflow: hidden;
}
.zltk_box1 .zltk p .zlth_s,
.zltk_box1 .zltk p .zlth_f {
  float: left;
  padding: 2px 30px;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.zltk_box1 .zltk p .zlth_s {
  background: #3F76BF;
  margin-right: 10px;
  margin-left: 88px;
  margin-top: 42px;
}
.zltk_box1 .zltk p .zlth_f {
  background: #ddd;
  margin-left: 10px;
  margin-top: 42px;
}
.zltk_box1 .zltk .zltk_warn {
  color: red;
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}
