﻿html,
body {
  min-width: 1200px;
  width: 100%;
  background-color: #eeeeee;
}

header .loginWrap {
  height: 40px;
  background-color: #427aff;
}
header .loginDiv,
header .navWrap .navDiv {
  width: 1200px;
  margin: 0 auto;
}
header .loginDiv .dl {
  float: right;
}
header .loginDiv img {
  width: 16px;
  height: 24px;
  float: right;
  margin-top: 8px;
}
header .loginDiv button {
  float: right;
  width: 68px;
  height: 26px;
  background-color: #427aff;
  box-shadow: 1px 1px 1px 0px rgba(28, 40, 109, 0.75);
  border-radius: 9px;
  border: solid 1px #429bff;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 7px;
  margin-left: 22px;
}
header .loginDiv .glzx {
  float: right;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  /* display: none; */
}
header .loginDiv .userMsg {
  float: left;
  height: 40px;
}
header .loginDiv .userMsg p,
header .loginDiv .userMsg a {
  font-size: 14px;
  color: #fff;
  float: left;
  line-height: 40px;
}
header .loginDiv .userMsg .back {
  width: 68px;
  height: 26px;
  background-color: #427aff;
  box-shadow: 1px 1px 1px 0px rgba(28, 40, 109, 0.75);
  border-radius: 9px;
  border: solid 1px #429bff;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 7px;
  margin-left: 22px;
}
header .navWrap {
  height: 70px;
  background-color: #fff;
}
header .navWrap img {
  display: block;
  float: left;
}
header .navWrap .logo {
  margin-top: 16px;
  margin-right: 18px;
}
header .navWrap .tit {
  margin-top: 17px;
}
header .navWrap .navList {
  float: right;
  padding: 20px 0;
}
header .navWrap .navList li {
  float: left;
  line-height: 30px;
  padding: 0 25px;
}
header .navWrap .navList li a {
  font-size: 16px;
  color: #000000;
}
header .navWrap .navList li:hover a {
  color: #429bff;
}
.main {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 50px;
}
.content {
  padding: 0 35px;
  padding-top: 25px;
}
.position {
  height: 31px;
  border-bottom: 1px solid #dadada;
}
.position a,
.position span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  color: #3e3e3e;
}
.yqlj {
  width: 1200px;
  padding: 0 35px;
  margin: 0 auto;
  margin-top: 50px;
  background-color: #fff;
}
.yqlj ul li {
  float: left;
  width: 271px;
  height: 67px;
  background-color: #eeeeee;
  margin-right: 12px;
}
.yqlj ul li:last-child {
  margin-right: 0;
}
.yqlj ul li img {
  display: block;
  width: 271px;
  height: 67px;
}

.footer {
  width: 100%;
  overflow: hidden;
}

.footer {
 
  background-color: #1e1d1f;
  overflow: hidden;
}

.kexin {
  /* width: 180px; */
  margin: 0 auto;
  /* margin-top: 22px; */
}

.footer_warp {
  margin: 0 auto;
  width: 1200px;
  /* height: 120px; */
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  line-height: 36px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
}

.footer_warp a {
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
}

.footer_warp a:hover {
  color: #ff7b47;
}

.footer_warp div {
  position: absolute;
  right: 260px;
  top: 75px;
}

/* 登录注册 */

.login-warpper {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.login-warpper .shBox {
  width: 420px;
  /* height: 502px; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loginBox {
}

a:hover {
  text-decoration: none;
}
.login-warpper .form {
  float: none;
  margin-bottom: 0;
}
.login-warpper .loginBox .form {
  padding: 40px 70px;
  /* height: 177px; */
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}

.login-warpper .form div {
  margin-bottom: 14px;
  position: relative;
}

.login-warpper .form div i {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 22px;
}

.login-warpper .form div input[type="text"] {
  width: 100%;
  height: 45px;
  border-radius: 3px;
  border: solid 1px #e4e4e4;
  padding-left: 47px;
  box-sizing: border-box;
}
.login-warpper .form div input[type="password"] {
  width: 100%;
  height: 45px;
  border-radius: 3px;
  border: solid 1px #e4e4e4;
  padding-left: 47px;
  box-sizing: border-box;
}
.login-warpper .form .active input {
  border: solid 1px #266dff !important;
}

.login-warpper .form .active input::-webkit-input-placeholder {
  color: #266dff;
}

/* Mozilla Firefox 4 to 18 */

.login-warpper .form .active input:-moz-placeholder {
  color: #266dff;
  opacity: 1;
}

/* Mozilla Firefox 19+ */

.login-warpper .form .active input::-moz-placeholder {
  color: #266dff;
  opacity: 1;
}

/* Internet Explorer 10+ */

.login-warpper .form .active input:-ms-input-placeholder {
  color: #266dff;
}

.login-warpper .loginBox .form .userNameIcon {
  background-image: url(../images/usericon01.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.login-warpper .loginBox .form .passWordIcon {
  background-image: url(../images/pswicon01.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.login-warpper .loginBox .form div input[type="checkbox"] {
  position: relative;
  top: 2px;
}

.login-warpper .loginBox .form .reg {
  color: #266dff;
  float: right;
}

.login-warpper .loginBox .menu .active {
  color: #fff;
  background-color: #266dff;
}

.login-warpper .loginBox .form div span {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  margin-right: 10px;
  color: #000;
}
.login-warpper .form .regBtn,
.login-warpper .form .login {
  display: block;
  height: 50px;
  background-color: #266dff;
  border-radius: 3px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  letter-spacing: 10px;
  color: #ffffff;
}

.p_t {
  height: 40px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #000000;
  padding-left: 12px;
}
.p_t::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 22px;
  border-top: 3px solid #444;
  border-left: 3px solid #444;
  top: 0;
  left: 0;
}
.p_t::after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #444;
  top: 20px;
  left: 120px;
  right: 0;
}
.p_t .more {
  float: right;
  font-size: 14px;
  line-height: 1;
  color: #e60012;
  font-weight: normal;
}
.p_c {
  margin-top: 20px;
}
.p_c:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
  line-height: 0;
}

.botmsg {
  height: 260px;
  background-color: #dadada;
  overflow: hidden;
}
.botmsg > div {
  width: 1200px;
  margin: 45px auto;
  padding: 0 40px;
}
.botmsg dl {
  float: left;
  margin-right: 130px;
}
.botmsg dl:last-child {
  margin-right: 0;
}
.botmsg dl dt {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1e1d1f;
  font-weight: bold;
  margin-bottom: 10px;
}
.botmsg dl dd a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #1e1d1f;
}
.botmsg .code dd {
  float: left;
  margin-right: 56px;
}
.botmsg .code dd:last-child {
  margin-right: 0;
}

.page {
  font-size: 14px;
  color: #000;
  /* width: 550px; */
  height: 30px;
  margin: 30px auto 0;
  text-align: center;
}

.page a {
  display: inline-block;
  font-size: 14px;
  color: #000;
  padding: 4px 5px;
  margin-left: 5px;
  border: solid 1px #008af1;
  border-radius: 2px;
}

.page .page_active {
  background-color: #008af1;
  color: #fff;
}

.page .page_btn {
  background-color: #008af1;
  color: #fff;
}

.page div {
  display: inline-block;
  line-height: 28px;
  margin-left: 40px;
}

.page div span {
  color: #008af1;
  padding: 0 6px;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 14px;
  font-family: 微软雅黑, "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 14px;
  font-family: 微软雅黑, "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 14px;
  font-family: 微软雅黑, "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial;
}
