﻿html, body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  box-sizing: border-box; }

section, header, footer, nav, span {
  box-sizing: border-box; }

#leehui a {
  color: #666;
  text-decoration: none; }

.flex-center, section.time-line, section.time-line .line-box, section.time-line .line-box .des-box, section.time-line .line-box .des-box .item, section.about-box .about, section.com-status {
  display: flex;
  justify-content: center;
  align-items: center; }

section {
  box-sizing: border-box; }
  section.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
    font-size: 16px;
    padding: 0 100px; }
    section.header nav {
      width: 700px;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      section.header nav a {
        white-space: nowrap;
        margin-left: 60px;
        transition: all .2s; }
        section.header nav a:hover {
          color: #e1251b !important; }
        section.header nav a.active {
          color: #e1251b !important; }
  section.banner {
    min-width: 1200px;
    width:100%;
    overflow:hidden;
  }
    section.banner .swiper-container .swiper-slide img {
      display: block;
      width: 100%;
      height: auto; }
  section.time-line {
    background-color: #313131;
    position: relative; }
    section.time-line .line-box {
      width: 100%;
      padding: 0 100px;
      height: 670px;
      background-color: #41414c;
      flex-direction: column;
      padding-top: 80px;
      box-sizing: border-box; }
      section.time-line .line-box .img-box img {
        display: block;
        width: 100%;
        border-top-left-radius: 20px; }
      section.time-line .line-box .des-box {
        flex: 1;
        width: 100%;
        padding: 80px 30px;
        box-sizing: border-box; }
        section.time-line .line-box .des-box.swiper-container02 {
          width: 100%;
          overflow: hidden; }
          section.time-line .line-box .des-box.swiper-container02 .swiper-slide:nth-child(2n) .foot {
            opacity: 0; }
          section.time-line .line-box .des-box.swiper-container02 .swiper-slide:nth-child(2n+1) .top {
            opacity: 0; }
        section.time-line .line-box .des-box .item {
          flex-direction: column;
          position: relative;
          margin-left: -16px; }
          section.time-line .line-box .des-box .item:before {
            content: '';
            position: absolute;
            top: 152px;
            left: 0;
            right: 0;
            height: 2px;
            background-color: #ca3e47; }
          section.time-line .line-box .des-box .item .top,
          section.time-line .line-box .des-box .item .foot {
            height: 130px;
            background-color: #ca3e47;
            color: #fff;
            padding: 20px 15px;
            box-sizing: border-box;
            border-radius: 6px;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: justify; }
            section.time-line .line-box .des-box .item .top > span,
            section.time-line .line-box .des-box .item .foot > span {
              display: block;
              font-weight: 700;
              line-height: 1.8; }
              section.time-line .line-box .des-box .item .top > span.head,
              section.time-line .line-box .des-box .item .foot > span.head {
                font-size: 18px;
                text-align: center; }
          section.time-line .line-box .des-box .item .cen {
            margin: 15px 0;
            height: 16px;
            width: 16px;
            border-radius: 16px;
            background-color: #ca3e47;
            position: relative; }
            section.time-line .line-box .des-box .item .cen:before {
              content: '';
              position: absolute;
              left: -4px;
              top: -4px;
              width: 22px;
              height: 22px;
              border-radius: 16px;
              border: 1px solid #ca3e47; }
  section.about-box {
    background: url("../image/bj01.jpg") no-repeat;
    background-size: cover; }
    section.about-box .about {
      padding-top: 60px;
      padding-bottom: 50px;
      width: 1200px;
      margin: 0 auto;
      flex-direction: column;
      height: 670px; }
      section.about-box .about header {
        margin-bottom: 10px; }
        section.about-box .about header img {
          display: block;
          border-top-left-radius: 20px; }
      section.about-box .about footer {
        flex: 1;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
        section.about-box .about footer aside {
          width: 50%;
          padding-left: 20px;
          position: relative; }
          section.about-box .about footer aside:before {
            content: '';
            position: absolute;
            left: 0;
            top: 32px;
            width: 2px;
            height: 50px;
            background-color: #cd2324; }
          section.about-box .about footer aside h1, section.about-box .about footer aside h2 {
            margin: 0;
            padding: 0;
            color: #333;
            font-size: 24px; }
          section.about-box .about footer aside h2 {
            color: #8b8b8b;
            font-size: 12px; }
          section.about-box .about footer aside p {
            text-align: justify;
            font-size: 18px;
            color: #333;
            line-height: 1.6; }
            section.about-box .about footer aside p > span {
              font-size: 20px;
              color: #a10505; }
        section.about-box .about footer .banner {
          width: 540px;
          height: 348px;
          margin-top: 30px;
          border: 1px solid #cd2324; }
          section.about-box .about footer .banner .swiper-box {
            margin-left: 25px;
            margin-top: 20px;
            width: 540px;
            height: 348px;
            overflow: hidden; }
  section.com-status {
    padding-top: 60px;
    padding-bottom: 50px;
    flex-direction: column; }
    section.com-status header {
      margin-bottom: 10px; }
      section.com-status header img {
        display: block;
        border-top-left-radius: 4px; }
    section.com-status.cray {
      background-color: #313131; }
    section.com-status.crays {
      background-color: #444444; }
    section.com-status footer {
      width: 1200px;
      margin: 10px auto 0; }
      section.com-status footer .status-head {
        border: 2px solid #df5561;
        border-radius: 20px;
        display: flex;
        justify-content: space-between;
        padding: 20px;
        margin-top: 20px;
        box-sizing: border-box; }
        section.com-status footer .status-head > img {
          display: block; }
        section.com-status footer .status-head > p {
          text-align: justify;
          margin: 0;
          padding-left: 20px;
          line-height: 1.9;
          font-size: 17px;
          color: #fff; }
      section.com-status footer .status-foot {
        margin-top: 20px;
        display: flex;
        border: 1px solid #df5561; }
        section.com-status footer .status-foot img {
          display: block;
          width: 100%; }
        section.com-status footer .status-foot .left {
          width: 583px;
          display: flex;
          flex-direction: column; }
      section.com-status footer.logistics-list {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
        section.com-status footer.logistics-list .logistics {
          border: 2px solid #df5561;
          border-radius: 10px;
          padding-top: 40px;
          margin-top: 30px;
          width: 280px;
          height: 198px; }
          section.com-status footer.logistics-list .logistics h1, section.com-status footer.logistics-list .logistics p {
            margin: 0;
            padding: 0;
            color: #fff; }
          section.com-status footer.logistics-list .logistics h1 {
            text-align: center;
            font-size: 34px;
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 2px solid #c62326; }
          section.com-status footer.logistics-list .logistics p {
            line-height: 1.8;
            font-size: 14px;
            padding: 0 20px;
            box-sizing: border-box; }
      section.com-status footer.supply-list {
        margin-top: 20px;
        background-color: #fff;
        border-radius: 20px;
        position: relative; }
        section.com-status footer.supply-list .swiper-container04 {
          width: 100%;
          overflow: hidden; }
          section.com-status footer.supply-list .swiper-container04 .swiper-wrapper .swiper-slide {
            display: flex;
            flex-flow: wrap;
            padding: 100px;
            box-sizing: border-box; }
            section.com-status footer.supply-list .swiper-container04 .swiper-wrapper .swiper-slide .img-box {
              display: flex;
              width: 166px;
              height: 100px; }
              section.com-status footer.supply-list .swiper-container04 .swiper-wrapper .swiper-slide .img-box img {
                display: block;
                width: 100%; }
        section.com-status footer.supply-list .swiper-button-prev,
        section.com-status footer.supply-list .swiper-button-next {
          z-index: 99999; }
  section.safe {
    height: 743px;
    background: url("../image/bj.jpg") no-repeat;
    background-size: cover; }
    section.safe header {
      width: 1200px;
      margin: 0px auto;
      padding-top: 50px;
      display: flex;
      justify-content: center;
      align-items: center; }
    section.safe .safe-box {
      width: 1200px;
      margin: 0 auto;
      padding-top: 100px;
      box-sizing: border-box;
      display: flex;
      justify-content: flex-start;
      flex-flow: wrap;
      align-items: center; }
      section.safe .safe-box .list-item {
        width: 220px;
        margin-bottom: 20px;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        margin-right: 20px; }
        section.safe .safe-box .list-item:nth-child(5n) {
          margin-right: 0; }
        section.safe .safe-box .list-item > img {
          display: block;
          width: 100%; }
        section.safe .safe-box .list-item p {
          height: 0;
          font-size: 22px;
          color: #fff;
          text-align: center;
          position: absolute;
          line-height: 40px;
          background-color: #cd2324;
          transition: height .2s;
          margin: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        section.safe .safe-box .list-item:hover p {
          height: 40px; }
  section.ditu {
    background: url("../image/zjxmh_70.jpg") no-repeat;
    background-size: cover; }
    section.ditu .ditutu {
      width: 1200px;
      margin: 0 auto;
      padding-top: 150px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      section.ditu .ditutu .left {
        color: #fff;
        width: 545px; }
        section.ditu .ditutu .left h1 {
          font-size: 30px;
          position: relative;
          margin: 0 0 26px 0; }
          section.ditu .ditutu .left h1:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: -10px;
            height: 4px;
            width: 50px;
            background-color: #a10505; }
        section.ditu .ditutu .left h2 {
          margin: 0;
          font-size: 22px;
          font-weight: 400;
          line-height: 1.5; }
        section.ditu .ditutu .left .section-num {
          display: flex;
          flex-flow: wrap;
          width: 465px; }
          section.ditu .ditutu .left .section-num > div {
            margin-top: 50px;
            width: 33.33%;
            display: flex;
            flex-direction: column;
            align-items: flex-start; }
            section.ditu .ditutu .left .section-num > div .tips {
              font-size: 36px;
              color: #a10505;
              font-weight: 700; }
              section.ditu .ditutu .left .section-num > div .tips > span {
                font-size: 14px;
                color: #fff; }
            section.ditu .ditutu .left .section-num > div .text {
              margin-top: 10px;
              font-size: 18px; }
      section.ditu .ditutu .right {
        flex: 1; }
        section.ditu .ditutu .right img {
          display: block;
          width: 100%; }
  section.footer {
    background-color: #262626;
    padding: 50px 0 10px; }
    section.footer header {
      width: 1200px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      color: #fff; }
      section.footer header .item-list .title {
        font-size: 16px; }
      section.footer header .item-list .sub-title {
        color: #666; }
      section.footer header .item-list .des {
        display: flex;
        flex-direction: column; }
        section.footer header .item-list .des a {
          line-height: 2; }
          section.footer header .item-list .des a:hover {
            color: #b5b3b3 !important; }
    section.footer footer {
      margin-top: 30px;
      border-top: 1px solid #999; }
      section.footer footer p {
        width: 1200px;
        margin: 10px auto;
        color: #666;
        font-size: 12px; }

/*# sourceMappingURL=style.css.map */
