  /* 基本重置 */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  ol,
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  a {
    color: inherit;
    /* 使用父元素的颜色 */
    text-decoration: none;
  }

  body {
    color: #333;
  }

  .page {
    max-width: 1920px;
    margin: 0 auto;
  }

  .main {
    padding-top: 64px;
  }

  .home-wrap {
    padding: 30px 0;
    position: relative;
  }

  .home-wrap .bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
  }

  .home-wrap .bg-img img {
    width: 100%;
    height: 100%;
  }

  .home-wrap .title-wrap {
    margin: 0 auto;
    text-align: center;
  }

  .home-wrap .title-wrap em {
    font-size: 92px;
    color: #D9413D;
    opacity: .1;
    text-transform: uppercase;
    line-height: 1;
  }

  .home-wrap .title-wrap em span {
    color: #333;
  }

  .home-wrap .title-wrap h2 {
    font-size: 28px;
    line-height: 1.1;
    position: relative;
    margin-top: -47px;
    padding-bottom: 32px;
  }

  .home-wrap .title-wrap h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 44px;
    height: 3px;
    background-color: #3778fa;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .home-wrap .card-wrap {
    width: 1200px;
    margin: 20px auto;
    max-width: 1536px;
    display: flex;
  }

  .home-wrap .card-wrap .i1 {
    width: 50%;
  }

  .home-wrap .card-wrap .i1 .con {
    height: 400px;
    position: relative;
    border-radius: 40px 0px 0px 0px;
  }

  .home-wrap .card-wrap .i1:first-child {
    margin-right: 20px;
  }

  .home-wrap .card-wrap .i1 .con .con-li-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }

  .home-wrap .card-wrap .i1 .con .con-li-img img {
    width: 100%;
    height: 100%;
  }

  .home-wrap .card-wrap .i1 .con .txt {
    position: absolute;
    top: 50%;
    left: 95px;
    right: 95px;
    text-align: center;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .home-wrap .card-wrap .i1 .con h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 16px;
  }

  .home-wrap .card-wrap .i1 .con h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 46px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .home-wrap .card-wrap .i1 .con .desc {
    font-size: 16px;
    line-height: 1.44;
  }


  .home-wrap .list-wrap {
    width: 1200px;
    margin: 0px auto;
    max-width: 1536px;
    padding-bottom: 23px;
    margin-bottom: 50px;
  }

  .home-wrap .list-wrap .list-item {
    background-color: #fff;
  }

  .home-wrap .list-wrap .top {
    line-height: 80px;
    height: 80px;
    overflow: hidden;
    padding: 0 50px;
    position: relative;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
  }

  .home-wrap .list-wrap .list-item .s1 {
    float: left;
    font-size: 18px;
    width: 41%;
    font-weight: bold;
  }

  .home-wrap .list-wrap .list-item .s2 {
    float: left;
    width: 30%;
    font-size: 16px;
    color: #666;
  }

  .home-wrap .list-wrap .list-item .s3 {
    float: left;
    width: 29%;
    font-size: 16px;
    color: #666;
  }

  .home-wrap .list-wrap .list-item .close {
    position: absolute;
    right: 50px;
    margin-top: 2px;
  }

  .home-wrap .list-wrap .list-item .close .icon {
    width: 100%;
    height: 100%;
    display: none;
  }

  .home-wrap .list-wrap .list-item .close .default {
    width: 100%;
    height: 100%;
    display: inline-block;
  }

  .home-wrap .list-wrap .list-item .top:after {
    content: '';
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 0;
    height: 1px;
    background-color: rgba(210, 210, 210, .5);
  }

  .home-wrap .list-wrap .open {
    border-bottom: 22px solid #f1f4f7;
  }

  .home-wrap .list-wrap .open .top {
    height: 80px;
    line-height: 80px;
    background-color: #0F3C76;
  }

  .home-wrap .list-wrap .open .top span {
    color: #fff !important;
  }

  .home-wrap .list-wrap .list-item .con {
    padding: 30px 40px 0;
    display: none;
  }

  .home-wrap .list-wrap .open .con {
    display: block;
  }

  .home-wrap .list-wrap .list-item .tit {
    font-size: 18px;
    margin-bottom: 15px;
    color: #666;
    position: relative;
    padding-left: 15px;
  }

  .home-wrap .list-wrap .list-item .tit:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 18px;
    background: #D9413D;
    margin-top: -9px;
  }

  .home-wrap .list-wrap .list-item .desc,
  .home-wrap .list-wrap .list-item .desc2 {
    padding-bottom: 25px;
    margin-bottom: 30px;
    line-height: 2.19;
    color: #555;
    font-size: 16px;
  }

  /* .home-wrap .list-wrap .list-item .desc span,
  .home-wrap .list-wrap .list-item .desc2 span,
  .home-wrap .list-wrap .list-item .desc p,
  .home-wrap .list-wrap .list-item .desc2 p,
  .home-wrap .list-wrap .list-item .desc div,
  .home-wrap .list-wrap .list-item .desc2 div {
    font-size: 16px;
  } */

  .home-wrap .list-wrap .list-item .desc {
    border-bottom: 1px dashed #e4e4e4;
  }

  .home-wrap .list-wrap .list-item .bot {
    font-size: 16px;
    padding: 30px 0 35px;
    color: #333;
    position: relative;
  }

  .home-wrap .list-wrap .list-item .bot .bot-img {
    position: absolute;
    top: 0;
  }

  .home-wrap .list-wrap .list-item .bot .bot-img img {
    width: 100%;
    height: 100%;
  }

  .home-wrap .list-wrap .list-item .bot span {
    color: #D9413D;
  }

  @media screen and (min-width: 769px) and (max-width: 1500px) {
    .main {
      padding-top: 116px;
    }

  }

  @media (max-width: 960px) {
    .main {
      padding-top: 64px;
    }

    .home-wrap {
      width: 100%;
      padding: 0 15px;
      box-shadow: 0;
    }

    .home-wrap .title-wrap em {
      font-size: 38px;
      line-height: 1;
    }

    .home-wrap .title-wrap h2 {
      font-size: 24px;
    }

    .home-wrap .card-wrap {
      width: 100%;
      flex-direction: column;
    }

    .home-wrap .card-wrap .i1 {
      width: 100%;
    }

    .home-wrap .card-wrap .i1 .con {
      border-radius: 20px 0px 0px 0px;
      height: auto;
      padding: 15px 20px;
    }

    .home-wrap .card-wrap .i1:first-child {
      margin-right: 0px;
    }

    .home-wrap .card-wrap .i1 .con .txt {
      position: static;
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -o-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
    }

    .home-wrap .card-wrap .i1 .con h3 {
      font-size: 18px;
      padding-bottom: 8px;
      margin-bottom: 10px;
    }

    .home-wrap .card-wrap .i1 .con h3:after {
      width: 30px;
    }

    .home-wrap .card-wrap .i1 .con .desc {
      line-height: 1.8;
      font-size: 13px
    }

    .home-wrap .list-wrap {
      width: 100%;
      margin-bottom: 0px;
    }

    .home-wrap .list-wrap .top {
      line-height: 50px;
      height: 50px;
      padding: 0 15px;
    }

    .home-wrap .list-wrap .list-item .s1 {
      width: 100%;
      font-size: 16px;
    }

    .home-wrap .list-wrap .list-item .s2,
    .home-wrap .list-wrap .list-item .s3 {
      display: none;
    }

    .home-wrap .list-wrap .list-item .close {
      right: 15px;
    }

    .home-wrap .list-wrap .list-item .top:after {
      left: 15px;
      right: 15px;
    }

    .home-wrap .list-wrap .open .top {
      height: 50px;
      line-height: 50px;
    }

    .home-wrap .list-wrap .list-item .con {
      padding: 12px 15px;
    }

    .home-wrap .list-wrap .list-item .tit {
      font-size: 16px;
      margin-bottom: 10px;
    }

    .home-wrap .list-wrap .list-item .desc,
    .home-wrap .list-wrap .list-item .desc2 {
      padding-bottom: 15px;
      margin-bottom: 0;
      font-size: 14px;
      line-height: 1.8;
    }

    .home-wrap .list-wrap .list-item .desc {
      margin-bottom: 20px;
    }

    .home-wrap .list-wrap .list-item .bot {
      font-size: 14px;
      padding: 20px 0 15px;
    }
  }