* {
  margin: 0 auto;
  padding: 0;
}
body {
  background: #fff;
  color: #666;
  font-size: 14px;
}
li {
  list-style: none;
  float: left;
}
a {
  text-decoration: none;
}
.hidden {
  display: none;
}
.clearfix:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.head {
  width: 100%;
  height: 74px;
  line-height: 74px;
  background-color: #1E025B;
  position: relative;
}
.head .logo {
  float: left;
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 100px;
}
/* .head .logo::before {
  content: "";
  position: absolute;
  left: -60px;
  top: 19px;
  width: 55px;
  height: 37px;
  background: url(../images/logo-2.png);
} */
.headBox{
    width: 960px;
}
.head .head_nav {
  padding-top: 24px;
  float: left;
}
.head .head_nav li {
  margin-left: 44px;
  line-height: 16px;
  position: relative;
}
.head .head_nav li.select span {
  visibility: visible;
}
.head .head_nav li a {
  color: #fff;
  font-size: 16px;
}
.head .head_nav li a:hover {
  color: #599fff;
}
.head .head_nav li span {
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -12px;
  visibility: hidden;
}
.logininfo{
    float: right;
    line-height: 64px;
    color: #fff;
  font-size: 16px;
}
.logininfo a{
    color: #fff;
  font-size: 16px;
}
.logininfo a:hover {
    color: #599fff;
  }
  .logininfo span{
      margin-right: 10px;
  }
.logininfo .logined a{
    color: #9b9ca5;
  }
.banner {
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.banner ul {
  width: 100%;
  position: relative;
}
.banner ul li {
  width: 100%;
  height: 600px;
  position: absolute;
}
.banner ul li:first-child {
  z-index: 1;
}
.banner ul li.banner1 {
  background: url(../images/slider-img1.jpg) center;
}
.banner ul li.banner2 {
  background: url(../images/slider-img2.jpg) center;
}
.footer {
  width: 100%;
  /* height: 202px; */
  padding-bottom: 40px;
  background: #1E025B;
  margin-top: 120px;
  text-align: center;
}
.footer p {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.footer a {
  color: #fff;
}
.footer_content {
  width: 840px;
}
.footer_content .company_reg {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #81828a;
  margin-top: 36px;
}
.footer_content .company_reg .copybar {
  float: left;
}
.footer_content .company_reg .regNum {
  margin-left: 90px;
}
.friendLink {
  width: 104px;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  border: 1px solid #81828a;
  text-align: center;
  font-size: 14px;
  color: #81828a;
  float: right;
  cursor: pointer;
}
.friendLink:hover {
  border: 1px solid #6874ba;
  color: #6874ba;
}
.friendLink span {
  display: inline-block;
  width: 9px;
  height: 5px;
  background: url(../images/down.png);
  margin-left: 6px;
  vertical-align: middle;
}
.friendLink:hover span {
  background: url(../images/down_h.png);
}
#toTop {
  width: 40px;
  height: 40px;
  background: url(../images/toTop.png);
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  display: none;
}
.care_content {
  width: 840px;
  margin-top: 50px;
}
.care_content p {
  text-indent: 20px;
  line-height: 28px;
}
.care_content h1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}
.care_content h4 {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px;
}

.loginBox {
  width: 400px;
  margin-top: 40px;
  background-color: #e1e1e1;
}
.loginBox h1 {
  text-align: center;
  padding-top: 20px;
}
.loginBox .form {
  margin-top: 40px;
  text-align: center;
  padding-bottom: 40px;
}
.loginBox input {
  height: 40px;
  margin-bottom: 20px;
  text-indent: 8px;
}
.loginBox label {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
}
.loginBox .submit {
  width: 100px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}

.loginBox label.xieyi{
    width: 230px;
    text-align: left;
}
.loginBox label.xieyi input{
    height: auto;
    margin-right: 6px;
}


.layoutTips {
    width: 100%;
    text-align: center;
    position: fixed;
    top: 50%;
    margin-top: -30px;
    left: 0;
    z-index: 12;
  }
  .layoutTips span {
    min-width: 240px;
    max-width: 500px;
    display: inline-block;
    padding: 10px;
    background: rgba(83, 83, 83, 0.8);
    font-size: 15px;
    color: #fff;
    border-radius: 6px;
    line-height: 30px;
  }