﻿.basewidth {
  width: 1200px;
  margin: 0 auto; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99; }
  .header.active {
    background-color: #fff; }
    .header.active .logo img.icon1 {
      display: none; }
    .header.active .logo img.icon2 {
      display: block; }
    .header.active .navgroup li a {
      color: #000; }
  .header .cont {
    height: 100%; }
  .header .logo {
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin-top: 7px; }
    .header .logo img {
      display: block;
      width: 181px;
      height: 66px; }
      .header .logo img.icon2 {
        display: none; }
  .header .navgroup {
    float: right; }
    .header .navgroup li {
      display: inline-block;
      float: left;
      width: auto;
      height: auto;
      position: relative;
      padding: 0 10px;
      margin-left: 80px; }
      .header .navgroup li a {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 300;
        color: #FFFFFF;
        line-height: 80px; }
      .header .navgroup li.active a {
        color: #ce251f; }
      .header .navgroup li.active::after {
        width: 100%;
        height: 3px;
        background-color: #ce251f;
        position: absolute;
        left: 0;
        bottom: 0;
        font-size: 0;
        content: '';
        border-radius: 1.5px; }

.banner {
  position: relative;
  width: 100%;
  height: auto; }
  .banner img {
    width: 100%;
    height: auto;
    display: block; }
  .banner .text {
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .banner .text h4 {
      font-size: 30px;
      line-height: 1.5;
      margin-top: 35px; }

.casespage .category {
  background-color: #F1F1F1;
  padding: 10px 0; }
  .casespage .category .group {
    display: inline-block;
    max-width: 1200px;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
    .casespage .category .group a {
      display: inline-block;
      margin: 10px;
      line-height: 36px;
      height: 36px;
      border-radius: 18px;
      padding: 0 35px;
      min-width: 130px;
      box-sizing: border-box;
      text-align: center;
      font-size: 16px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #5E5E5E; }
      .casespage .category .group a.active {
        background-color: #ce251f;
        color: #fff; }

.casespage .group .list {
  padding: 60px 0;
  background-color: #f8f8f8; }
  .casespage .group .list .cont {
    clear: both;
    overflow: hidden; }
  .casespage .group .list .img {
    width: 365px;
    height: 223px;
    float: left;
    display: inline-block; }
    .casespage .group .list .img img {
      width: 100%;
      height: 100%;
      display: block; }
  .casespage .group .list .text {
    float: right;
    width: calc(100% - 400px);
    display: inline-block; }
    .casespage .group .list .text h3 {
      font-size: 24px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #555555;
      line-height: 33px;
      margin-bottom: 3px; }
    .casespage .group .list .text h4 {
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #969696;
      line-height: 33px;
      margin-bottom: 10px; }
    .casespage .group .list .text p {
      width: 808px;
      height: 72px;
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 300;
      color: #858585;
      line-height: 24px;
      margin-bottom: 20px; }
    .casespage .group .list .text a {
      display: inline-block;
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #FFFFFF;
      width: 124px;
      height: 40px;
      line-height: 40px;
      border-radius: 20px;
      text-align: center;
      background-color: #ce251f; }
  .casespage .group .list:nth-child(2n) {
    background-color: #fff; }
    .casespage .group .list:nth-child(2n) .img {
      float: right; }
    .casespage .group .list:nth-child(2n) .text {
      float: left; }

.casespage .group.productgroup {
  margin-top: 100px; }
  .casespage .group.productgroup .list {
    width: calc(33.33% - 20px);
    margin-right: 30px;
    float: left;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0; }
    .casespage .group.productgroup .list:nth-child(3n) {
      margin-right: 0; }
    .casespage .group.productgroup .list .cont {
      width: 100%; }
    .casespage .group.productgroup .list .img {
      width: 100%;
      height: auto;
      display: block; }
    .casespage .group.productgroup .list .text {
      padding: 15px;
      float: left;
      width: 100%;
      display: block;
      box-sizing: border-box; }
      .casespage .group.productgroup .list .text h3 {
        font-size: 22px;
        line-height: 28px; }
      .casespage .group.productgroup .list .text h4 {
        line-height: 28px;
        margin-bottom: 5px; }
      .casespage .group.productgroup .list .text p {
        height: 48px;
        line-height: 24px;
        -webkit-line-clamp: 2;
        width: 100%; }
    .casespage .group.productgroup .list:nth-child(2n) {
      background-color: #fff; }
      .casespage .group.productgroup .list:nth-child(2n) .img {
        float: left; }

.casespage .details {
  padding-bottom: 80px; }
  .casespage .details .tit {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 1.5;
    margin-top: 60px;
    text-align: center; }
  .casespage .details .time {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #969696;
    line-height: 1.5;
    text-align: center;
    margin-top: 10px; }
  .casespage .details .text {
    border-top: 1px solid #DEDEDE;
    margin-top: 60px;
    padding-top: 40px; }
    .casespage .details .text p {
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 300;
      color: #858585;
      line-height: 24px;
      margin-bottom: 15px; }
    .casespage .details .text img {
      display: block;
      width: 100%;
      height: auto;
      margin-bottom: 15px; }

.contactpage {
  padding: 120px 0; }
  .contactpage .text {
    float: left;
    width: calc(100% - 500px); }
    .contactpage .text .tit {
      font-size: 24px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #1A1919;
      line-height: 36px; }
      .contactpage .text .tit.mt {
        margin-top: 50px; }
    .contactpage .text .link .list {
      position: relative;
      padding-left: 52px;
      font-size: 20px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #1A1919;
      line-height: 32px;
      margin-top: 28px; }
      .contactpage .text .link .list img {
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
    .contactpage .text .follow {
      margin-top: 28px; }
      .contactpage .text .follow .list {
        text-align: center;
        text-align: center;
        display: inline-block;
        margin-right: 70px; }
        .contactpage .text .follow .list:nth-last-child(1) {
          margin-right: 0; }
        .contactpage .text .follow .list img {
          display: block;
          width: 108px;
          height: 108px;
          margin: 0 auto; }
        .contactpage .text .follow .list span {
          font-size: 20px;
          font-family: Microsoft YaHei;
          font-weight: 400;
          color: #1A1919;
          display: block;
          margin-top: 15px; }
  .contactpage #allmap {
    width: 420px;
    height: 490px;
    float: right; }
    .contactpage #allmap .BMapLabel {
      background-color: unset !important;
      border: unset !important; }
    .contactpage #allmap .address_cont {
      width: 260px;
      background-color: #fff;
      opacity: 1;
      border-radius: 10px;
      box-shadow: 0 0 5px 2px #eeeeee;
      padding: 20px 25px 25px 25px;
      text-align: center;
      position: relative;
      left: -152px;
      bottom: 161px; }
      .contactpage #allmap .address_cont .adress_name {
        width: 120px;
        height: auto; }
      .contactpage #allmap .address_cont .adress {
        font-size: 16px;
        color: #333333;
        line-height: 24px;
        width: 100%;
        white-space: break-spaces;
        text-align: left;
        text-align: center;
        margin-top: 15px; }
      .contactpage #allmap .address_cont .adress_icon {
        position: absolute;
        bottom: -25px;
        left: 50%;
        transform: translateX(-50%);
        width: 42px;
        height: auto; }
      .contactpage #allmap .address_cont .san {
        position: absolute;
        width: 0;
        height: 0;
        transform: translateX(-50%);
        bottom: -15px;
        left: 50%;
        border-left: 11px solid transparent;
        border-bottom: none;
        border-right: 11px solid transparent;
        border-top: 22px solid #fff; }

.seriespage {
  padding-top: 100px;
  padding-bottom: 100px; }
  .seriespage .list {
    margin-top: 115px; }
    .seriespage .list h3 {
      width: 1200px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      font-size: 48px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #1A1A1A; }
    .seriespage .list h4 {
      font-size: 24px;
      font-weight: 400;
      color: #666666;
      line-height: 48px;
      width: 1200px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 48px;
      margin-top: 45px; }
    .seriespage .list p {
      font-size: 24px;
      font-weight: 400;
      color: #666666;
      line-height: 48px;
      width: 1200px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 75px; }
    .seriespage .list .icon {
      margin-left: auto;
      margin-right: auto;
      display: block;
      width: 56px;
      height: 56px;
      margin-bottom: 40px; }
    .seriespage .list .bg {
      max-width: 100%;
      height: auto;
      margin: 0 auto;
      display: block;
      width: auto; }

.productpage {
  padding-bottom: 100px; }
  .productpage .category {
    background-color: #F1F1F1;
    padding: 10px 0; }
    .productpage .category .group {
      display: inline-block;
      max-width: 1200px;
      position: relative;
      left: 50%;
      transform: translateX(-50%); }
      .productpage .category .group a {
        display: inline-block;
        margin: 10px;
        line-height: 36px;
        height: 36px;
        border-radius: 18px;
        padding: 0 35px;
        min-width: 130px;
        box-sizing: border-box;
        text-align: center;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #5E5E5E; }
        .productpage .category .group a.active {
          background-color: #ce251f;
          color: #fff; }
  .productpage .series {
    margin-top: 50px;
    margin-bottom: 120px; }
    .productpage .series .list {
      width: 20%;
      float: left;
      box-sizing: border-box;
      position: relative; }
      .productpage .series .list .seriestit {
        border: 1px solid #EFEFEF;
        padding: 0 30px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000;
        line-height: 54px;
        border-right: none;
        position: relative;
        cursor: pointer; }
        .productpage .series .list .seriestit img {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 15px;
          width: 20px;
          height: 20px; }
          .productpage .series .list .seriestit img.icon1 {
            display: block; }
          .productpage .series .list .seriestit img.icon2 {
            display: none; }
      .productpage .series .list .dropgroup {
        border: 1px solid #EFEFEF;
        border-top: none;
        position: absolute;
        left: 0;
        top: 56px;
        width: 100%;
        height: auto;
        display: none;
        padding: 7px 0; }
        .productpage .series .list .dropgroup .dropitem {
          font-size: 14px;
          font-family: Microsoft YaHei;
          font-weight: 400;
          color: #919191;
          line-height: 40px;
          padding: 0 30px;
          cursor: pointer;
          display: block;
          width: 100%;
          box-sizing: border-box; }
          .productpage .series .list .dropgroup .dropitem:nth-last-child(1) {
            border-bottom: none; }
          .productpage .series .list .dropgroup .dropitem:hover {
            color: #CE251F; }
      .productpage .series .list:nth-last-child(1) .seriestit {
        border-right: 1px solid #EFEFEF; }
      .productpage .series .list:hover .seriestit {
        color: #CE251F;
        border: 1px solid #CE251F; }
        .productpage .series .list:hover .seriestit img.icon1 {
          display: none; }
        .productpage .series .list:hover .seriestit img.icon2 {
          display: block; }
      .productpage .series .list:hover .dropgroup {
        display: block; }
  .productpage .intr {
    padding-bottom: 50px; }
    .productpage .intr h3 {
      font-size: 40px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #333333;
      line-height: 36px;
      text-align: center;
      margin-bottom: 20px; }
    .productpage .intr h4 {
      font-size: 30px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #5E5E5E;
      line-height: 40px;
      text-align: center;
      margin-bottom: 50px; }
    .productpage .intr .text p {
      font-size: 20px;
      font-family: Microsoft YaHei;
      font-weight: 300;
      color: #5E5E5E;
      line-height: 40px; }
    .productpage .intr .text img {
      max-width: 100%;
      width: auto;
      display: block;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      margin-top: 60px; }
  .productpage .progroup {
    background-color: #FFF7F3; }
    .productpage .progroup .tit {
      font-size: 40px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #666666;
      line-height: 66px;
      text-align: center;
      padding: 60px 0; }
    .productpage .progroup ul li {
      display: inline-block;
      float: left;
      margin-right: 60px;
      width: calc(33.33% - 40px);
      padding-bottom: 30px; }
      .productpage .progroup ul li:nth-child(3n) {
        margin-right: 0; }
      .productpage .progroup ul li img {
        width: 100%; }
      .productpage .progroup ul li p {
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #5E5E5E;
        line-height: 66px;
        text-align: center; }

.footer {
  background-color: #282e31; }
  .footer.noshow {
    display: none; }
  .footer .cont {
    clear: both;
    overflow: hidden;
    width: 1500px;
    padding: 60px 0; }
    .footer .cont .foottit {
      font-size: 18px;
      color: #fff;
      position: relative;
      line-height: 42px;
      margin-bottom: 20px; }
      .footer .cont .foottit::after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 26px;
        height: 2px;
        background-color: #fff;
        font-size: 0;
        content: ''; }
    .footer .cont .link {
      float: left;
      position: relative;
      padding-right: 100px; }
      .footer .cont .link::after {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 86px;
        background-color: #4f5a5f;
        font-size: 0;
        content: ''; }
      .footer .cont .link .group {
        clear: both;
        overflow: hidden;
        display: block; }
        .footer .cont .link .group .list {
          float: left;
          padding-right: 32px;
          position: relative;
          margin-left: 32px; }
          .footer .cont .link .group .list:nth-child(1) {
            margin-left: 0; }
          .footer .cont .link .group .list:nth-last-child(1) {
            padding-right: 0; }
            .footer .cont .link .group .list:nth-last-child(1)::after {
              display: none; }
          .footer .cont .link .group .list::after {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 14px;
            background-color: #4f5a5f;
            font-size: 0;
            content: ''; }
          .footer .cont .link .group .list a {
            font-size: 14px;
            color: #f2f2f2;
            display: inline-block;
            line-height: 25px;
            margin: 5px 0; }
    .footer .cont .info {
      float: left;
      position: relative;
      padding-right: 100px;
      padding-left: 100px;
      height: 132px; }
      .footer .cont .info::after {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 86px;
        background-color: #4f5a5f;
        font-size: 0;
        content: ''; }
      .footer .cont .info .group {
        clear: both;
        overflow: hidden; }
        .footer .cont .info .group .list {
          position: relative;
          padding-left: 48px;
          float: left;
          margin-right: 45px; }
          .footer .cont .info .group .list:nth-last-child(1) {
            margin-right: 0; }
          .footer .cont .info .group .list img {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            width: 38px;
            height: 37px;
            display: block; }
          .footer .cont .info .group .list span {
            font-size: 14px;
            color: #f2f2f2;
            display: block;
            line-height: 25px;
            font-weight: bold; }
          .footer .cont .info .group .list i {
            font-size: 14px;
            color: #f2f2f2;
            display: block;
            line-height: 25px; }
    .footer .cont .follow {
      float: right;
      padding-left: 100px; }
      .footer .cont .follow .group {
        clear: both;
        overflow: hidden; }
        .footer .cont .follow .group .list {
          margin-right: 20px;
          float: left; }
          .footer .cont .follow .group .list:nth-last-child(1) {
            margin-right: 0; }
          .footer .cont .follow .group .list img {
            width: 90px;
            height: 90px;
            display: block; }
          .footer .cont .follow .group .list span {
            font-size: 14px;
            color: #f2f2f2;
            display: block;
            text-align: center;
            margin-top: 5px; }
  .footer .copy {
    font-size: 14px;
    color: #f2f2f2;
    text-align: center;
    border-top: 1px solid #414649;
    line-height: 50px; }
    .footer .copy a {
      font-size: 14px;
      color: #f2f2f2;
      margin-right: 15px; }

.adv {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  .adv.noshow {
    display: none; }
  .adv .bg {
    width: 100%;
    height: 100%; }
  .adv .swiper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .adv .swiper .swiper-slide {
      width: 100%;
      height: 100%;
      position: relative; }
    .adv .swiper .text {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 1200px;
      text-align: center;
      cursor: pointer; }
      .adv .swiper .text h3 {
        font-size: 72px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF; }
      .adv .swiper .text p {
        font-size: 24px;
        font-family: Source Han Sans CN;
        font-weight: 300;
        color: #FFFFFF;
        line-height: 45px;
        margin-top: 50px;
        text-align: left; }
  .adv .icon {
    position: absolute;
    bottom: 60px;
    display: block;
    left: 50%;
    transform: translateX(-50%); }

.indexpage {
  padding-bottom: 115px; }
  .indexpage.noshow {
    display: none; }
  .indexpage .indexbanner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden; }
    .indexpage .indexbanner .swiper-slide {
      position: relative; }
      .indexpage .indexbanner .swiper-slide img {
        width: 100%;
        height: auto;
        display: block; }
      .indexpage .indexbanner .swiper-slide .text {
        font-size: 48px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        line-height: 1.5;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    .indexpage .indexbanner .swiper-button-next, .indexpage .indexbanner .swiper-button-prev {
      width: 56px;
      height: 56px;
      margin-top: -28px;
      background-size: 56px 56px; }
    .indexpage .indexbanner .swiper-button-next {
      right: 100px; }
    .indexpage .indexbanner .swiper-button-prev {
      left: 100px; }
    .indexpage .indexbanner .swiper-pagination-bullets {
      font-size: 0;
      bottom: 60px; }
    .indexpage .indexbanner .swiper-pagination-bullet {
      width: 60px;
      height: 8px;
      background: #FFFFFF;
      opacity: 0.5;
      border-radius: 4px 4px 4px 4px;
      margin: 0 12px; }
    .indexpage .indexbanner .swiper-pagination-bullet-active {
      background: #CE251F;
      opacity: 1; }
  .indexpage .cont {
    padding-top: 120px; }
    .indexpage .cont .tit {
      font-size: 40px;
      font-family: Microsoft YaHei;
      font-weight: 300;
      color: #666666;
      line-height: 1.5;
      text-align: center; }
    .indexpage .cont .intr {
      font-size: 30px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #333333;
      line-height: 1.5;
      text-align: center;
      margin-top: 10px; }
    .indexpage .cont .tab {
      display: inline-block;
      left: 50%;
      transform: translateX(-50%);
      position: relative;
      margin-top: 55px;
      max-width: 1200px;
      margin-bottom: 55px; }
      .indexpage .cont .tab a {
        display: inline-block;
        float: left;
        min-width: 99px;
        height: 32px;
        background: #F5F5F5;
        text-align: center;
        border-radius: 16px;
        padding: 0 30px;
        box-sizing: border-box;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 32px;
        margin: 0 5px; }
        .indexpage .cont .tab a.active {
          background-color: #CE251F;
          color: #fff; }
    .indexpage .cont .group {
      width: 1540px;
      margin-left: auto;
      margin-right: auto; }
      .indexpage .cont .group .list {
        width: 50%;
        float: left;
        padding-left: 385px;
        position: relative;
        box-sizing: border-box; }
        .indexpage .cont .group .list .text {
          width: 385px;
          padding: 0 35px;
          box-sizing: border-box;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
          .indexpage .cont .group .list .text .label {
            font-size: 24px;
            font-family: Microsoft YaHei;
            font-weight: 300;
            color: #9D9D9D;
            margin-bottom: 25px; }
          .indexpage .cont .group .list .text .tit {
            font-size: 18px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #333333;
            line-height: 1.5;
            position: relative;
            padding-right: 40px;
            text-align: left; }
            .indexpage .cont .group .list .text .tit img {
              position: absolute;
              right: 0;
              top: 50%;
              transform: translateY(-50%); }
              .indexpage .cont .group .list .text .tit img.icon1 {
                display: none; }
              .indexpage .cont .group .list .text .tit img.icon2 {
                display: none; }
          .indexpage .cont .group .list .text p {
            font-size: 14px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #333333;
            line-height: 1.5;
            line-height: 24px;
            margin-top: 25px; }
        .indexpage .cont .group .list .bg {
          width: 385px;
          height: 255px; }
        .indexpage .cont .group .list:hover .text .tit img.icon1 {
          display: block; }
        .indexpage .cont .group .list:nth-child(3n), .indexpage .cont .group .list:nth-child(4n) {
          padding-right: 385px;
          padding-left: 0; }
          .indexpage .cont .group .list:nth-child(3n) .text, .indexpage .cont .group .list:nth-child(4n) .text {
            right: 0;
            left: unset; }
          .indexpage .cont .group .list:nth-child(3n):hover .text .tit img.icon1, .indexpage .cont .group .list:nth-child(4n):hover .text .tit img.icon1 {
            display: none; }
          .indexpage .cont .group .list:nth-child(3n):hover .text .tit img.icon2, .indexpage .cont .group .list:nth-child(4n):hover .text .tit img.icon2 {
            display: block; }

.page {
  margin-bottom: 100px;
  margin-top: 30px; }
  .page .pagination {
    clear: both;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
    .page .pagination li {
      float: left; }
      .page .pagination li a, .page .pagination li span {
        font-size: 18px;
        color: #555;
        float: left;
        min-width: 16px;
        text-align: center;
        padding: 0 10px;
        box-sizing: border-box;
        margin: 0 4px;
        cursor: pointer;
        line-height: 30px; }
      .page .pagination li a:hover {
        background-color: #ce251f;
        color: #fff;
        border-radius: 2px; }
      .page .pagination li span:hover {
        color: #ce251f; }
      .page .pagination li.active span, .page .pagination li.active a {
        color: #ce251f; }
