@charset "utf-8";
.layout {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
body {
  background-color: #fbfafa;
}
body a:hover {
  color: #3b8ffd !important;
}
.content {
  margin-top: 20px;
  margin-bottom: 30px;
}
.headbar .headbar-left {
  float: left;
}
.headbar .headbar-left p a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 50px;
  letter-spacing: 1px;
}
.headbar .headbar-right {
  float: right;
}
.headbar .headbar-right p img {
  width: 22px;
  height: 22px;
  border: none;
  display: inline-block;
  line-height: 50px;
  vertical-align: -6px;
}
.headbar .headbar-right p span {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 50px;
  letter-spacing: 1px;
  margin-left: 12px;
}
.headlogo {
    width: 100%;
    height: 419px;
    background: url(../images/background_index.jpg) no-repeat;
    background-position: top center;
}
.headnav {
  width: 100%;
  height: 66px;
  background-color: #3b8ffd;
}
.headnav ul {
  display: table;
}
.headnav ul li {
  display: table-cell;
  text-align: center;
}
.headnav ul li a {
  display: inline-block;
  width: 200px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 66px;
  letter-spacing: 1px;
}
.headnav ul li a:hover {
  color: #ffffff!important;
  background-color: #0066EC;
}
.headnav ul .active {
  background-color: #0066EC;
}
.footer .footer-link {
  background-color: #ffffff;
  padding: 20px 0;
}
.footer .footer-link h3 {
  font-size: 18px;
  display: block;
  color: #999999;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer .footer-link a {
  display: block;
  float: left;
  text-align: left;
  width: 230px;
  color: #999999;
  line-height: 26px;
}
.footer .info-wrap {
  text-align: center;
  height: 100px;
  background-color: #F0F3ED;
  padding-top: 15px;
}
.footer .info-wrap span {
  font-size: 14px;
  color: #999999;
  margin-right: 17px;
  display: inline-block;
  line-height: 24px;
}
.footer .info-wrap span.last {
  margin-right: 0;
}
.footer .info-wrap a {
  font-size: 14px;
  color: #999999;
  margin-right: 17px;
}
.footer .info-wrap a i {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url(../images/icp-logo.png) no-repeat;
  vertical-align: -3px;
}

//新增 2020-05-16
.headlogo .login_wrap{
    width: 1200px;
    height: 419px;
    position: relative;
}

.headlogo .login_list{
    width: 100px;
    position: absolute;
    right: 10%;
    top: 31%;
}
.headlogo .login_list a{
    display: block;
    font-size: 16px;
    width: 100px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 19px;
}
.headlogo .login_list a:first-child{
    margin-bottom: 32px;
}
.headlogo .login_list a:hover{
    color: #fff !important;
}

.headbar .login_right {
        float: right;
        margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  height: 50px;
  line-height: 50px;
}
.headbar .login_right span {
  margin: 0 12px;
  color: #333;
}
.headbar .login_right a {
  color: #333;
}
.login_right a:hover {
  color: #333 !important;
}