.page-banner {
  height: 445px;
  box-sizing: content-box;
  padding: 10px 0; }
  .page-banner .page-center-1230 {
    height: 100%; }

.page-banner-center {
  margin-left: 240px;
  width: 700px;
  height: 100%;
  background: #fff; }
  .page-banner-center .pbc-top {
    position: relative;
    height: 325px; }
    .page-banner-center .pbc-top img {
      display: block;
      width: 100%;
      height: 100%; }
  .page-banner-center .pbc-bottom {
    height: 120px; }
  .page-banner-center .pbc-bottom-box {
    position: relative;
    float: left;
    height: 100%;
    width: 33%;
    border-right: 1px solid #efefef; }
    .page-banner-center .pbc-bottom-box:last-child {
      border: 0; }
  .page-banner-center .pbc-bottom-box-title {
    font-size: 20px;
    color: #333;
    margin-top: 35px;
    margin-bottom: 10px;
    padding-left: 15px;
    font-weight: bold; }
  .page-banner-center .pbc-bottom-box-value {
    font-size: 12px;
    color: #666;
    padding-left: 15px; }
  .page-banner-center .pbc-bottom-box-icon {
    position: absolute;
    right: 15px;
    top: 30px; }

.page-banner-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 230px;
  background: #fff;
  height: 100%; }
  .page-banner-left .pbl-box {
    padding-top: 4px;
    padding-left: 20px;
    height: 70px;
    box-sizing: content-box;
    background: url(../images/icon-arrow-right.png) 190px 20px no-repeat; }
  .page-banner-left .pbl-box-title {
    line-height: 30px;
    font-size: 16px;
    color: #333; }
  .page-banner-left .pbl-box-icon {
    margin-right: 3px;
    width: 20px;
    height: 20px;
    vertical-align: middle; }
  .page-banner-left .pbl-box-desc {
    height: 40px;
    line-height: 20px;
    font-size: 12px;
    color: #999; }
  .page-banner-left .pbl-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 230px;
    width: 710px;
    height: 100%;
    background: #f0f;
    z-index: 210; }
  .page-banner-left:hover .pbl-popup {
    display: block; }

.page-banner-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 280px;
  height: 100%;
  background: #fff; }
  .page-banner-right .pbr-top {
    height: 95px;
    background: url(../images/index/index-banner-login-bg.png);
    background-size: 100% 100%; }
    .page-banner-right .pbr-top.pbr-top-login .pbr-top-btns {
      display: none; }
  .page-banner-right .pbr-top-avatar {
    float: left;
    margin-left: 40px;
    margin-top: 15px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden; }
    .page-banner-right .pbr-top-avatar img {
      display: block;
      width: 100%;
      height: 100%; }
  .page-banner-right .pbr-top-content {
    padding-left: 120px; }
  .page-banner-right .pbr-top-welcome {
    padding-top: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #979797; }
  .page-banner-right .pbr-tub-login {
    display: inline-block;
    width: 60px;
    height: 20px;
    margin-right: 8px;
    line-height: 20px;
    border-radius: 10px;
    color: #fff;
    background: #9c9c9c;
    text-align: center;
    font-size: 14px; }
  .page-banner-right .pbr-tub-register {
    display: inline-block;
    width: 60px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    color: #fff;
    background: #ff282f;
    text-align: center;
    font-size: 14px; }
  .page-banner-right .pbr-center-title {
    margin-bottom: 10px;
    font-size: 22px;
    color: #484848;
    text-align: center; }
  .page-banner-right .pbr-center-subtitle {
    text-align: center;
    font-size: 14px;
    color: #979797; }
    .page-banner-right .pbr-center-subtitle span {
      color: #fe0237; }
  .page-banner-right .pbr-center {
    padding: 20px 25px 0;
    height: 252px; }
  .page-banner-right .pbr-center-input {
    height: 36px;
    border: 1px solid #e5e5e5;
    margin-top: 10px; }
    .page-banner-right .pbr-center-input input {
      display: block;
      border: 0;
      outline: none;
      box-sizing: border-box;
      padding: 0 15px;
      width: 100%;
      height: 100%;
      font-size: 14px; }
  .page-banner-right .pbr-center-verify {
    position: relative;
    margin-top: 10px;
    height: 36px;
    padding-right: 90px;
    border: 1px solid #e5e5e5; }
    .page-banner-right .pbr-center-verify input {
      display: block;
      border: 0;
      outline: none;
      box-sizing: border-box;
      padding: 0 15px;
      width: 100%;
      height: 100%;
      font-size: 14px; }
    .page-banner-right .pbr-center-verify .pbr-center-verify-btn {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 90px;
      text-align: center;
      font-size: 14px;
      color: #b2b2b2;
      line-height: 36px;
      cursor: pointer; }
      .page-banner-right .pbr-center-verify .pbr-center-verify-btn::before {
        content: '';
        position: absolute;
        left: 0;
        top: 10px;
        height: 16px;
        width: 1px;
        background: #e5e5e5; }
  .page-banner-right .pbr-center-city {
    margin-top: 10px;
    height: 36px;
    border: 1px solid #e5e5e5; }
    .page-banner-right .pbr-center-city select {
      display: block;
      border: 0;
      outline: none;
      box-sizing: border-box;
      padding: 0 15px;
      width: 100%;
      height: 100%;
      font-size: 14px;
      background: transparent; }
  .page-banner-right .pbr-submit-btn {
    margin-top: 10px;
    background: #eb2120;
    color: #fff;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
  .page-banner-right .pbr-bottom {
    height: 78px;
    overflow: hidden; }
  .page-banner-right .pbr-bottom-list-li {
    line-height: 26px;
    height: 26px;
    color: #666;
    padding: 0 15px;
    font-size: 12px; }
  .page-banner-right .pbr-bottom-list-span1 {
    width: 20%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .page-banner-right .pbr-bottom-list-span2 {
    width: 40%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center; }
  .page-banner-right .pbr-bottom-list-span3 {
    width: 40%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center; }
  .page-banner-right .pbr-bottom-list-span4 {
    width: 20%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center; }
  .page-banner-right .pbr-bottom-list-ul {
    -webkit-animation: scrollOrder 10s infinite linear;
            animation: scrollOrder 10s infinite linear; }

@-webkit-keyframes scrollOrder {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@keyframes scrollOrder {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

.page-banner-swiper {
  position: absolute;
  width: 700px;
  height: 325px;
  left: 0;
  right: 0;
  margin: 0 auto; }
  .page-banner-swiper:hover .hd {
    opacity: 1; }
  .page-banner-swiper .hd {
    opacity: 0;
    transition: all .8s; }
  .page-banner-swiper .hd .prev,
  .page-banner-swiper .hd .next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 58px;
    height: 100px;
    background: #f00;
    cursor: pointer;
    opacity: .8; }
  .page-banner-swiper .hd .prev {
    left: 0;
    background: url("../images/zuo.jpg") no-repeat center; }
  .page-banner-swiper .hd .next {
    right: 0;
    background: url("../images/you.jpg") no-repeat center; }
  .page-banner-swiper .bd {
    height: 325px;
    width: 100%;
    overflow: hidden; }
    .page-banner-swiper .bd a {
      display: block;
      height: 100%;
      background: no-repeat center;
      background-size: 100% 100%; }

.page-section1 {
  padding-bottom: 60px; }

.page-section1-title {
  font-size: 36px;
  color: #000000;
  padding: 40px 0 30px;
  text-align: center; }

.page-section1-category {
  font-size: 16px;
  color: #a7a7a7;
  height: 38px;
  margin-bottom: 10px; }

.page-section-category-li {
  background: #f7f7f7;
  float: left;
  width: 168px;
  margin-right: 9px;
  text-align: center;
  line-height: 38px; }
  .page-section-category-li:last-child {
    margin-right: 0; }
  .page-section-category-li:hover, .page-section-category-li.active {
    background: #e62e35;
    color: #fff; }

.page-section1-logos {
  display: none;
  border: 1px solid #f2f2f2;
  font-size: 0;
  margin-left: -2px;
  margin-right: -2px; }
  .page-section1-logos.active {
    display: block; }

.page-section1-logo {
  display: inline-block;
  width: 174px;
  height: 80px;
  box-sizing: content-box;
  border: 1px solid #e5e5e5; }
  .page-section1-logo img {
    display: block;
    width: 100%;
    height: 100%; }

.page-section2 {
  padding-bottom: 30px;
  background: #f7f7f9; }

.page-section2-title {
  font-size: 36px;
  color: #000000;
  padding: 40px 0 30px;
  text-align: center; }

.page-section2-category {
  font-size: 16px;
  color: #a7a7a7;
  height: 38px;
  text-align: center; }

.page-section2-category-li {
  position: relative;
  display: inline-block;
  padding: 0 15px; }
  .page-section2-category-li::after {
    position: absolute;
    right: 0;
    content: '/'; }
  .page-section2-category-li:last-child::after {
    content: ''; }
  .page-section2-category-li.active, .page-section2-category-li:hover {
    color: #e62e35; }

.page-section2-list {
  display: none;
  margin-right: -15px;
  font-size: 0; }
  .page-section2-list.active {
    display: block; }
  .page-section2-list .page-section2-list-li {
    display: inline-block;
    height: 300px;
    width: 395px;
    margin-right: 15px;
    background: #fff;
    font-size: 16px;
    margin-bottom: 20px; }
  .page-section2-list .psl-img {
    height: 220px; }
    .page-section2-list .psl-img img {
      display: block;
      width: 100%;
      height: 100%; }
  .page-section2-list .psl-name {
    line-height: 50px;
    font-size: 24px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .page-section2-list .psl-address {
    position: relative;
    line-height: 20px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 100px; }
  .page-section2-list .psl-show-detail {
    position: absolute;
    right: 0;
    float: right;
    padding-right: 10px;
    background: url(../images/icon-arrow-right.png) no-repeat right center;
    text-align: right; }
  .page-section2-list .psl-bottom {
    height: 80px;
    padding: 0 15px; }

.page-section3 {
  padding-bottom: 30px;
  background: #fff; }

.page-section3-title {
  font-size: 36px;
  color: #000000;
  padding: 40px 0 30px;
  text-align: center; }

.page-section3-subtitle {
  font-size: 16px;
  color: #6f6f6f;
  text-align: center;
  margin-bottom: 40px; }

.page-section3-list {
  font-size: 0;
  margin-right: -20px; }

.page-section3-list-li {
  display: inline-block;
  height: 340px;
  width: 295px;
  margin-right: 10px;
  font-size: 16px;
  box-shadow: 1px 1px 2px 0px rgba(120, 120, 120, 0.6);
  border-radius: 4px;
  margin-bottom: 20px; }
  .page-section3-list-li .psl-img {
    height: 200px; }
    .page-section3-list-li .psl-img img {
      display: block;
      height: 100%;
      width: 100%; }
  .page-section3-list-li .psl-title {
    padding-top: 20px;
    font-size: 18px;
    color: #000000;
    text-align: center;
    padding-bottom: 10px; }
  .page-section3-list-li .psl-labels {
    height: 30px;
    font-size: 12px;
    color: #666;
    text-align: center; }
  .page-section3-list-li .psl-label {
    margin: 0 3px;
    display: inline-block; }
  .page-section3-list-li .psl-label-highlight {
    color: #ff4646; }
  .page-section3-list-li .psl-applybtn {
    display: block;
    width: 204px;
    height: 34px;
    margin: 0 auto;
    line-height: 34px;
    border: 1px solid #e8e8e8;
    font-size: 16px;
    color: #747474;
    text-align: center;
    border-radius: 20px; }

.page-section4 {
  padding-bottom: 30px;
  background: #f7f7f9;
  overflow: auto; }

.page-section4-title {
  font-size: 36px;
  color: #000000;
  padding: 40px 0 30px;
  text-align: center; }

.page-section4-category {
  font-size: 16px;
  color: #a7a7a7;
  height: 38px;
  text-align: center; }

.page-section4-category-li {
  position: relative;
  display: inline-block;
  padding: 0 15px; }
  .page-section4-category-li::after {
    position: absolute;
    right: 0;
    content: '/'; }
  .page-section4-category-li:last-child::after {
    content: ''; }
  .page-section4-category-li.active, .page-section4-category-li:hover {
    color: #e62e35; }

.page-section4-layout {
  display: none;
  font-size: 0;
  white-space: nowrap;
  height: 0;
  padding-bottom: 29%;
  position: relative; }
  .page-section4-layout .psl-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%; }
  .page-section4-layout.active {
    display: block; }
  .page-section4-layout div {
    display: inline-block; }
  .page-section4-layout img {
    display: block;
    width: 100%;
    height: 100%; }
  .page-section4-layout .psl-col1 {
    position: relative;
    width: 20%;
    height: 100%;
    white-space: normal; }
  .page-section4-layout .psl-col1-row1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 97%;
    height: 49%; }
  .page-section4-layout .psl-col1-row2 {
    position: absolute;
    left: 0;
    height: 49%;
    bottom: 0;
    width: 97%; }
  .page-section4-layout .psl-col2 {
    position: relative;
    width: 20%;
    height: 100%;
    white-space: normal; }
    .page-section4-layout .psl-col2 img {
      position: absoulte;
      left: 0;
      top: 0;
      height: 100%;
      width: 97%; }
  .page-section4-layout .psl-col3 {
    position: relative;
    height: 100%;
    width: 40%;
    white-space: normal; }
  .page-section4-layout .psl-col3-row1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 98.5%;
    height: 49%; }
  .page-section4-layout .psl-col3-row1-col1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 49.2%;
    height: 100%; }
  .page-section4-layout .psl-col3-row1-col2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 49.2%;
    height: 100%; }
  .page-section4-layout .psl-col3-row2 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 49%; }
    .page-section4-layout .psl-col3-row2 img {
      width: 98.5%; }
  .page-section4-layout .psl-col4 {
    position: relative;
    width: 20%;
    height: 100%;
    white-space: normal; }
    .page-section4-layout .psl-col4 .psl-col1-row1,
    .page-section4-layout .psl-col4 .psl-col1-row2 {
      width: 100%; }

.page-section5 {
  padding-bottom: 30px;
  background: #fff; }

.page-section5-title {
  font-size: 36px;
  color: #000000;
  padding: 40px 0 30px;
  text-align: center; }

.page-section5-subtitle {
  font-size: 16px;
  color: #6f6f6f;
  text-align: center;
  margin-bottom: 40px; }

.page-section5-list-li {
  overflow: hidden;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  height: 295px;
  width: 295px;
  box-shadow: 0 0 4px 0px rgba(125, 125, 125, 0.4);
  border-radius: 8px; }

.page-section5-list {
  font-size: 0; }
  .page-section5-list .psl-img {
    margin: 25px auto 0;
    width: 125px;
    height: 125px;
    overflow: hidden;
    border-radius: 50%; }
    .page-section5-list .psl-img img {
      display: block;
      width: 100%;
      height: 100%; }
  .page-section5-list .psl-title {
    line-height: 50px;
    font-size: 20px;
    color: #333; }
  .page-section5-list .psl-labels {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #999999; }
  .page-section5-list .psl-label {
    position: relative;
    display: inline-block;
    padding-right: 5px; }
    .page-section5-list .psl-label::before {
      position: absolute;
      right: 0;
      top: 3px;
      content: "";
      width: 1px;
      height: 14px;
      background: #e5e5e5; }
    .page-section5-list .psl-label:last-child::before {
      display: none; }
  .page-section5-list .psl-applybtn {
    display: block;
    width: 204px;
    height: 34px;
    margin: 0 auto;
    line-height: 34px;
    border: 1px solid #e8e8e8;
    font-size: 16px;
    color: #747474;
    text-align: center;
    border-radius: 20px; }

.page-section6 {
  padding-bottom: 30px;
  background: #fff;
  overflow: auto; }

.page-section6-title {
  font-size: 36px;
  color: #000000;
  padding: 40px 0 30px;
  text-align: center; }

.page-section6-category {
  font-size: 16px;
  color: #a7a7a7;
  height: 38px;
  text-align: center; }

.page-section6-category-li {
  position: relative;
  display: inline-block;
  padding: 0 15px; }
  .page-section6-category-li::after {
    position: absolute;
    right: 0;
    content: '/'; }
  .page-section6-category-li:last-child::after {
    content: ''; }
  .page-section6-category-li.active, .page-section6-category-li:hover {
    color: #e62e35; }

.page-section6-list {
  display: none; }
  .page-section6-list.active {
    display: block; }

.page-section6-main {
  height: 390px; }
  .page-section6-main .psm-left {
    float: left;
    width: 600px;
    height: 100%; }
    .page-section6-main .psm-left img {
      display: block;
      width: 100%;
      height: 100%; }
  .page-section6-main .psm-right {
    padding-left: 620px; }
  .page-section6-main .psm-list-li {
    display: block;
    height: 120px;
    margin-bottom: 15px; }
    .page-section6-main .psm-list-li:last-child {
      margin-bottom: 0; }
  .page-section6-main .psm-li-img {
    float: left;
    height: 100%;
    width: 220px; }
    .page-section6-main .psm-li-img img {
      display: block;
      width: 100%;
      height: 100%; }
  .page-section6-main .psm-li-content {
    padding-left: 240px; }
  .page-section6-main .psm-li-title {
    line-height: 30px;
    font-size: 22px;
    color: #333; }
  .page-section6-main .psm-li-text {
    height: 60px;
    line-height: 20px;
    font-size: 16px;
    color: #666;
    overflow: hidden; }
  .page-section6-main .psm-li-time {
    margin-top: 10px;
    font-size: 16px;
    color: #999;
    line-height: 20px; }

.page-section6-more {
  display: block;
  margin: 40px auto 20px;
  line-height: 50px;
  text-align: center;
  width: 520px;
  color: #666;
  border: 1px solid #999; }

.page-section7 {
  padding-bottom: 30px;
  background: #f7f7f9; }

.page-section7-title {
  font-size: 36px;
  color: #000000;
  padding: 40px 0 30px;
  text-align: center; }

.page-section7-subtitle {
  font-size: 16px;
  color: #6f6f6f;
  text-align: center;
  margin-bottom: 40px; }

.page-section7-main {
  height: 540px;
  margin-right: -15px; }
  .page-section7-main .psm-category {
    float: left;
    width: 395px;
    margin-right: 15px;
    height: 100%;
    background: #fff; }
  .page-section7-main .psm-category-top {
    height: 145px;
    position: relative;
    color: #fff; }
    .page-section7-main .psm-category-top img {
      display: block;
      width: 100%;
      height: 100%; }
  .page-section7-main .psm-category-top-title {
    position: absolute;
    left: 0;
    width: 100%;
    top: 45px;
    font-size: 26px;
    text-align: center; }
  .page-section7-main .psm-category-top-text {
    position: absolute;
    left: 0;
    width: 100%;
    top: 90px;
    font-size: 14px;
    text-align: center; }
  .page-section7-main .psm-category-articles .psm-ca-tabs {
    height: 49px;
    box-sizing: content-box;
    border-bottom: 1px solid #e5e5e5; }
  .page-section7-main .psm-category-articles .psm-ca-tab {
    float: left;
    width: 33%;
    line-height: 47px;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    color: #6f6f6f;
    text-align: center; }
    .page-section7-main .psm-category-articles .psm-ca-tab.active {
      border-bottom-color: #ff282f;
      color: #ff282f; }
  .page-section7-main .psm-category-articles .psm-ca-list {
    display: none;
    height: 345px; }
    .page-section7-main .psm-category-articles .psm-ca-list.active {
      display: block; }
  .page-section7-main .psm-category-articles .psm-ca-title {
    position: relative;
    padding-left: 25px;
    display: block;
    line-height: 43px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .page-section7-main .psm-category-articles .psm-ca-title:hover {
      color: #ff282f; }
    .page-section7-main .psm-category-articles .psm-ca-title::before {
      content: '';
      position: absolute;
      left: 20px;
      top: 20px;
      width: 3px;
      height: 3px;
      background: #6f6f6f;
      border-radius: 50%; }

.page-section8 {
  background: #f7f7f9;
  padding-bottom: 60px; }

.page-section8-title {
  font-size: 36px;
  color: #000000;
  padding: 40px 0 30px;
  text-align: center; }

.page-section8-category {
  font-size: 16px;
  color: #a7a7a7;
  height: 38px;
  margin-bottom: 10px; }

.page-section8-category-li {
  background: #fff;
  float: left;
  width: 168px;
  margin-right: 9px;
  text-align: center;
  line-height: 38px; }
  .page-section8-category-li:last-child {
    margin-right: 0; }
  .page-section8-category-li:hover, .page-section8-category-li.active {
    background: #e62e35;
    color: #fff; }

.page-section8-list {
  display: none;
  font-size: 0;
  margin-right: -15px; }
  .page-section8-list.active {
    display: block; }

.page-section8-list-li {
  display: inline-block;
  font-size: 16px;
  background: #fff;
  width: 395px;
  margin-right: 15px;
  margin-bottom: 15px; }
  .page-section8-list-li .psl-top {
    height: 220px; }
    .page-section8-list-li .psl-top img {
      display: block;
      width: 100%;
      height: 100%; }
  .page-section8-list-li .psl-desc {
    position: relative;
    padding-right: 100px;
    padding-left: 20px;
    line-height: 49px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
    color: #333; }
  .page-section8-list-li .psl-desc-num {
    font-size: 14px;
    color: #999; }
  .page-section8-list-li .psl-price {
    position: absolute;
    right: 20px;
    top: 0;
    text-align: right;
    font-size: 16px;
    color: #ffae00; }
  .page-section8-list-li .psl-bottom {
    height: 90px;
    position: relative; }
  .page-section8-list-li .psl-scroll {
    height: 100%;
    position: relative; }
  .page-section8-list-li .psl-hd {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .page-section8-list-li .psl-hd .prev {
      display: inline-block;
      position: absolute;
      left: 10px;
      top: 50%;
      margin-top: -13px;
      width: 26px;
      height: 26px;
      line-height: 26px;
      text-align: center;
      border-radius: 50%;
      font-size: 18px;
      color: #999;
      background: #e5e5e5; }
    .page-section8-list-li .psl-hd .next {
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -13px;
      display: inline-block;
      width: 26px;
      height: 26px;
      line-height: 26px;
      text-align: center;
      border-radius: 50%;
      font-size: 18px;
      color: #999;
      background: #e5e5e5; }
  .page-section8-list-li .psl-bd {
    height: 100%;
    padding: 0 30px;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden; }
    .page-section8-list-li .psl-bd li {
      display: inline-block;
      width: 90px;
      height: 90px;
      padding: 0 10px; }
    .page-section8-list-li .psl-bd img {
      display: block;
      width: 100%;
      height: 100%; }

.page-section42 {
  padding-bottom: 30px;
  background: #f7f7f9;
  overflow: auto; }

.page-section42-title {
  font-size: 36px;
  color: #000000;
  padding: 40px 0 30px;
  text-align: center; }

.page-section42-category {
  font-size: 16px;
  color: #a7a7a7;
  height: 38px;
  text-align: center; }

.page-section42-category-li {
  position: relative;
  display: inline-block;
  padding: 0 15px; }
  .page-section42-category-li::after {
    position: absolute;
    right: 0;
    content: '/'; }
  .page-section42-category-li:last-child::after {
    content: ''; }
  .page-section42-category-li.active, .page-section42-category-li:hover {
    color: #e62e35; }

.page-section42-layout {
  display: none;
  font-size: 0;
  white-space: nowrap;
  height: 0;
  padding-bottom: 29%;
  position: relative; }
  .page-section42-layout a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: center;
    background-size: cover; }
  .page-section42-layout .psl-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%; }
  .page-section42-layout.active {
    display: block; }
  .page-section42-layout div {
    display: inline-block; }
  .page-section42-layout img {
    display: block;
    width: 100%;
    height: 100%; }
  .page-section42-layout .psl-col1 {
    position: relative;
    width: 20%;
    height: 100%;
    white-space: normal; }
  .page-section42-layout .psl-col1-row1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 97%;
    height: 49%; }
  .page-section42-layout .psl-col1-row2 {
    position: absolute;
    left: 0;
    height: 49%;
    bottom: 0;
    width: 97%; }
  .page-section42-layout .psl-col2 {
    position: relative;
    width: 20%;
    height: 100%;
    white-space: normal; }
    .page-section42-layout .psl-col2 a {
      position: absoulte;
      left: 0;
      top: 0;
      height: 100%;
      width: 97%; }
  .page-section42-layout .psl-col3 {
    position: relative;
    height: 100%;
    width: 40%;
    white-space: normal; }
  .page-section42-layout .psl-col3-row1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 98.5%;
    height: 49%; }
  .page-section42-layout .psl-col3-row1-col1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 49.2%;
    height: 100%; }
  .page-section42-layout .psl-col3-row1-col2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 49.2%;
    height: 100%; }
  .page-section42-layout .psl-col3-row2 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 49%;
    width: 100%; }
    .page-section42-layout .psl-col3-row2 a {
      width: 98.5%; }
  .page-section42-layout .psl-col4 {
    position: relative;
    width: 20%;
    height: 100%;
    white-space: normal; }
    .page-section42-layout .psl-col4 .psl-col1-row1,
    .page-section42-layout .psl-col4 .psl-col1-row2 {
      width: 100%; }
