/* mixin */
@-moz-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* base */
*,
::before,
::after {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  min-height: 100%;
}
body {
  font: 12px/1 'Microsoft Yahei', Arial, sans-serif;
  color: #4c4c4c;
  background-color: #fff;
}
body.active {
  overflow: hidden;
}
a {
  color: #2a2a2a;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-user-focus: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button,
input[type='button'],
input[type='submit'],
input[type='reset'] {
  cursor: pointer;
}
input,
textarea,
select {
  outline: 0;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.pull-none {
  float: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.hidden {
  display: none;
}
.no-border {
  border: 0 !important;
}
.ls-n {
  padding: 0;
  margin: 0;
  list-style: none;
}
.o-h {
  overflow: hidden;
}
.animated {
  visibility: visible !important;
}
.tb {
  display: table;
  width: 100%;
  height: 100%;
}
.tb .tbc {
  display: table-cell;
  vertical-align: middle;
}
.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.container {
  width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .container {
    width: auto;
    margin: initial;
  }
}
@media (max-width: 1025px) {
  .pcshow {
    display: none !important;
  }
}
.wapshow {
  display: none !important;
}
@media (max-width: 1025px) {
  .wapshow {
    display: initial !important;
  }
}
/* 头部 */
.header {
  padding: 15px 0 16px;
}
.header .logo {
  font-size: 0;
  color: #1e1962;
}
.header .logo img {
  margin-right: 13px;
  vertical-align: middle;
}
.header .logo strong {
  font-size: 24px;
  vertical-align: middle;
}
.header .title {
  position: relative;
  padding-left: 26px;
  margin: 9px 0 0 32px;
  font-size: 24px;
  color: #6a6a6a;
}
.header .title::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 22px;
  margin-top: -11px;
  background-color: #cecece;
  content: '';
}
.header .city {
  position: relative;
  padding-bottom: 10px;
  margin: 8px 0 0 38px;
}
.header .city strong {
  color: #2a2a2a;
  position: relative;
  display: block;
  padding-right: 22px;
  margin-bottom: 8px;
  font-size: 14px;
  cursor: pointer;
}
.header .city strong::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -2px;
  border-width: 5px;
  border-style: solid;
  border-color: #aeaeae transparent transparent;
  content: '';
}
.header .city > a {
  color: #a0a0a0;
}
.header .city .sub {
  position: absolute;
  top: 95%;
  left: 0;
  display: none;
  width: 500px;
  padding: 10px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  background-color: #fff;
}
.header .city .sub ul li {
  float: left;
  width: 20%;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.header .links {
  margin: 18px 0 0 58px;
  font-size: 0;
}
.header .links.lg a {
  font-size: 14px;
}
.header .links a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #4c4c4c;
}
.header .links a:not(:last-child) {
  padding-right: 21px;
  margin-right: 20px;
}
.header .links a:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: #12ada9;
  content: '';
}
.header .links .user img {
  width: 28px;
  height: 28px;
  margin-right: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}
.header .links .user span {
  color: #554eb5;
  vertical-align: middle;
}
.header .links .btn {
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background-color: #554eb5;
}
.header .search {
  margin-top: 3px;
}
.header .search input {
  float: left;
  width: 520px;
  height: 38px;
  padding-left: 42px;
  border: 2px solid #554eb5;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  background: url('../images/search1.png') no-repeat 10px center;
}
.header .search button {
  float: left;
  width: 78px;
  height: 38px;
  border: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  font-size: 16px;
  color: #fff;
  background: #554eb5;
}
.header .kf {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding-left: 35px;
  margin-top: 10px;
  font-size: 14px;
  background: url('../images/icon1.png') no-repeat left center;
}
/* 导航 */
.nav {
  background-color: #1e1962;
}
.nav ul li {
  float: left;
}
.nav ul li.active a {
  background-color: #554eb5;
}
.nav ul li a {
  display: block;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  padding: 0 46px;
  font-size: 14px;
  color: #fff;
}
.main {
  padding: 11px 0 65px;
}
/* 底部 */
.footer .bd {
  padding: 25px 0 27px;
  background-color: #1e1962;
}
.footer .bd .desc {
  color: #fff;
}
.footer .bd .desc p {
  line-height: 26px;
  margin: 0;
  font-size: 14px;
}
.footer .ft {
  line-height: 24px;
  padding: 15px 0;
  font-size: 14px;
  text-align: center;
}
.footer .ft p {
  margin: 0;
}
.pagenav {
  padding-top: 22px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}
.pagenav a {
  display: inline-block;
  height: 38px;
  line-height: 36px;
  padding: 0 18px;
  margin: 0 3px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #666;
  background-color: #fff;
}
.pagenav a.active {
  border-color: #554eb5;
  color: #fff;
  background-color: #554eb5;
}
.layer-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.layer-box .layer-content {
  width: 774px;
  margin: 200px auto 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
}
.layer-box .layer-content .layer-hd {
  position: relative;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  padding-left: 20px;
  font-size: 14px;
  color: #434343;
  background-color: #ececec;
}
.layer-box .layer-content .layer-hd .close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 42px;
  background: url('../images/icon29.png') no-repeat center;
}
.layer-box .layer-content .layer-bd {
  padding: 30px;
}
