h2.bt {
  text-align: center;
  line-height: 1;
  font-size: 24px;
  color: #393939; }
  h2.bt b {
    color: #244ba1; }
  h2.bt:after {
    content: '';
    width: 64px;
    height: 2px;
    background-color: #f5c106;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px; }

.bg1 {
  background: url(../images/c1.png) no-repeat 50% 0;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 5.57vw; }
  .bg1 .c1 {
    padding: 0 10px; }
    .bg1 .c1 .con {
      margin-top: 24px;
      position: relative; }
      .bg1 .c1 .con .list2 li {
        width: 33.33%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        background: rgba(0, 0, 0, 0.6);
        padding: 15px 0; }
        .bg1 .c1 .con .list2 li:nth-child(2) {
          border-right: 1px solid #fff;
          border-left: 1px solid #fff; }
        .bg1 .c1 .con .list2 li a {
          width: 100%;
          display: block; }
          .bg1 .c1 .con .list2 li a .img {
            line-height: 33px; }
            .bg1 .c1 .con .list2 li a .img img {
              height: 33px; }
          .bg1 .c1 .con .list2 li a h3 {
            font-size: 14px;
            margin-top: 10px;
            color: #fff;
            line-height: 1; }
            .bg1 .c1 .con .list2 li a h3 p {
              margin-top: 6px;
              font-size: 12px; }
          .bg1 .c1 .con .list2 li a .ck {
            color: #fff;
            font-size: 14px;
            margin-top: 12px; }
            .bg1 .c1 .con .list2 li a .ck:after {
              content: '';
              display: block;
              width: 77px;
              height: 1px;
              background-color: #ffffff;
              margin-left: auto;
              margin-right: auto;
              margin-top: 6px; }
        .bg1 .c1 .con .list2 li.on {
          background: #244ba1; }
  .bg1 .c2 {
    margin-top: 40px;
    position: relative; }
    .bg1 .c2 .con .conx {
      position: relative;
      overflow: hidden;
      height: 0; }
      .bg1 .c2 .con .conx.haha {
        height: auto; }
    .bg1 .c2 .con .qh {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 11;
      display: flex;
      padding-right: 160px; }
      .bg1 .c2 .con .qh:after {
        content: '';
        width: 127px;
        height: 2px;
        background-color: #919191;
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0; }
      .bg1 .c2 .con .qh .xx {
        cursor: pointer;
        width: 62px;
        height: 62px;
        border-radius: 50px;
        line-height: 62px;
        text-align: center; }
        .bg1 .c2 .con .qh .xx.zb {
          background-color: #244ba1;
          margin-right: 7px; }
        .bg1 .c2 .con .qh .xx.yb {
          background-color: #f5c106; }
    .bg1 .c2 .con .con1 {
      flex-wrap: wrap; }
      .bg1 .c2 .con .con1 .imgx {
        width: 100%; }
        .bg1 .c2 .con .con1 .imgx img {
          width: 100%; }
      .bg1 .c2 .con .con1 .c2-1 {
        width: 100%;
        padding: 20px 10px 0; }
        .bg1 .c2 .con .con1 .c2-1 .list2 {
          margin-left: -4px;
          margin-right: -4px; }
          .bg1 .c2 .con .con1 .c2-1 .list2 .slick-dots {
            margin-top: 20px;
            display: flex;
            justify-content: center; }
            .bg1 .c2 .con .con1 .c2-1 .list2 .slick-dots li {
              border-radius: 20px;
              width: 8px;
              height: 8px;
              background-color: #aaaaaa;
              padding: 0;
              margin: 0 6px; }
              .bg1 .c2 .con .con1 .c2-1 .list2 .slick-dots li button {
                display: none; }
              .bg1 .c2 .con .con1 .c2-1 .list2 .slick-dots li.slick-active {
                background-color: #244ba1; }
          .bg1 .c2 .con .con1 .c2-1 .list2 li {
            padding: 0 4px; }
            .bg1 .c2 .con .con1 .c2-1 .list2 li a {
              display: block;
              position: relative; }
            .bg1 .c2 .con .con1 .c2-1 .list2 li .img img {
              width: 100%; }
    .bg1 .c2 .list1 {
      margin-top: 30px;
      margin-bottom: 20px;
      padding: 0 20px;
      flex-wrap: wrap; }
      .bg1 .c2 .list1 li {
        width: 32%;
        position: relative; }
        .bg1 .c2 .list1 li a {
          line-height: 40px;
          font-size: 14px;
          color: #393939;
          background: url(../images/n1.png) no-repeat 96% 50%;
          display: block;
          background-size: 30px auto; }
        .bg1 .c2 .list1 li:after {
          content: '';
          display: block;
          width: 100%;
          height: 2px;
          background-color: #919191;
          position: absolute;
          left: 0;
          bottom: 0; }
        .bg1 .c2 .list1 li.on {
          text-align: center; }
          .bg1 .c2 .list1 li.on:after {
            content: '';
            display: none; }
          .bg1 .c2 .list1 li.on a {
            color: #ffffff;
            background: #244ba1;
            border-radius: 0px 28px 0px 0px; }

.flex {
  display: flex;
  justify-content: space-between; }

.c3 {
  position: relative; }
  .c3 .qh {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    z-index: 111; }
    .c3 .qh .xx {
      cursor: pointer;
      width: 40px;
      height: 40px;
      border-radius: 50px;
      line-height: 40px;
      text-align: center; }
      .c3 .qh .xx img {
        width: 30px; }
      .c3 .qh .xx.zb {
        background-color: #244ba1;
        margin-right: 7px; }
      .c3 .qh .xx.yb {
        background-color: #f5c106; }
  .c3 .img img {
    width: 100%; }
  .c3 .list2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1; }
    .c3 .list2 .slick-list {
      height: 100%; }
    .c3 .list2 .slick-track {
      height: 100%; }
    .c3 .list2 li {
      height: 100%;
      cursor: pointer; }
      .c3 .list2 li:nth-child(2n) a {
        flex-direction: column-reverse; }
      .c3 .list2 li a {
        display: flex;
        color: #fff;
        height: 100%;
        flex-wrap: wrap; }
        .c3 .list2 li a .zi {
          width: 100%;
          height: 50%;
          padding: 3vw;
          border: 0.5px solid rgba(255, 255, 255, 0.5);
          text-align: right;
          display: flex;
          align-items: center;
          box-sizing: border-box; }
          .c3 .list2 li a .zi .zi1 {
            padding-bottom: 3.7vw;
            width: 100%; }
          .c3 .list2 li a .zi h3 {
            font-size: 16px; }
          .c3 .list2 li a .zi .ckx {
            display: flex;
            justify-content: flex-end;
            margin-top: 16px; }
            .c3 .list2 li a .zi .ckx .ck {
              position: relative; }
              .c3 .list2 li a .zi .ckx .ck img {
                width: 30px;
                margin-left: 14px; }
              .c3 .list2 li a .zi .ckx .ck:before {
                content: '';
                display: block;
                background: #fff;
                width: 44px;
                height: 1px;
                margin-bottom: 12px; }
      .c3 .list2 li.on .zi1x {
        background-color: #244ba1; }

.c4 {
  background: url(../images/c4.png) no-repeat 50% 0;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center; }
  .c4 .logox img {
    max-width: 60%; }
  .c4 dd {
    font-size: 14px;
    line-height: 24px;
    color: #393939;
    margin-bottom: 20px;
    margin-top: 30px;
    padding: 0 40px; }
  .c4 .tu {
    margin-bottom: 40px;
    -webkit-animation: myfirst 1.5s infinite;
    animation: myfirst 1.5s infinite; }

@-webkit-keyframes myfirst {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(0px, -10px);
    transform: translate(0px, -10px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
@keyframes myfirst {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(0px, -10px);
    transform: translate(0px, -10px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
.c5 {
  background: url(../images/c5.png) no-repeat 50% 0;
  background-size: cover;
  padding-bottom: 40px; }
  .c5 .con {
    flex-wrap: wrap; }
    .c5 .con .c5-1 {
      padding: 30px 20px;
      flex-wrap: wrap;
      display: flex;
      justify-content: space-between; }
      .c5 .con .c5-1 li {
        line-height: 1;
        margin-bottom: 2.2vw;
        width: 50%; }
        .c5 .con .c5-1 li:nth-child(1), .c5 .con .c5-1 li:nth-child(2) {
          margin-bottom: 20px; }
        .c5 .con .c5-1 li b {
          display: block;
          font-size: 16px;
          color: #f5c106; }
        .c5 .con .c5-1 li p {
          font-size: 14px;
          color: #ffffff;
          margin-top: 8px;
          line-height: 20px; }
    .c5 .con .c5-2 {
      width: 100%;
      padding: 0 10px; }
      .c5 .con .c5-2 img {
        width: 100%; }
  .c5 .con1 {
    position: relative;
    margin-top: 3.96vw;
    padding: 0 10px;
    box-sizing: border-box; }
    .c5 .con1 .list2 {
      margin-left: -4px;
      margin-right: -4px; }
      .c5 .con1 .list2 li {
        padding: 0 4px;
        box-sizing: border-box; }
        .c5 .con1 .list2 li .img {
          border: 1px solid #e8e8df; }
          .c5 .con1 .list2 li .img img {
            width: 100%; }

.bg2 {
  padding-top: 40px;
  padding-bottom: 30px;
  background: url(../images/c6.png) no-repeat 50% 0;
  background-size: cover; }
  .bg2 .c6 .con {
    margin-top: 30px;
    padding: 0 10px; }
    .bg2 .c6 .con .list2 li {
      padding: 0 2px; }
      .bg2 .c6 .con .list2 li a {
        display: block; }
        .bg2 .c6 .con .list2 li a:nth-child(1) {
          margin-bottom: 6px; }
        .bg2 .c6 .con .list2 li a .img img {
          width: 100%; }
    .bg2 .c6 .con .list2 .slick-dots {
      margin-top: 20px;
      display: flex;
      justify-content: center; }
      .bg2 .c6 .con .list2 .slick-dots li {
        padding: 0;
        width: 7px;
        height: 7px;
        background-color: #aaaaaa;
        border-radius: 20px;
        margin: 0 6px;
        cursor: pointer; }
        .bg2 .c6 .con .list2 .slick-dots li button {
          display: none; }
        .bg2 .c6 .con .list2 .slick-dots li.slick-active {
          background-color: #244ba1; }
  .bg2 .c7 {
    margin-top: 40px;
    padding: 0 10px; }
    .bg2 .c7 .tu {
      margin-top: 30px; }
      .bg2 .c7 .tu img {
        width: 100%; }
    .bg2 .c7 .con {
      margin-top: 24px; }
      .bg2 .c7 .con .list2 li {
        width: 100%; }
        .bg2 .c7 .con .list2 li:nth-child(1) {
          margin-bottom: 20px; }
        .bg2 .c7 .con .list2 li a {
          align-items: center; }
        .bg2 .c7 .con .list2 li .timex {
          width: 80px;
          height: 85px;
          border: solid 1px rgba(150, 150, 163, 0.5);
          text-align: center;
          color: #9696a3;
          font-size: 14px;
          padding-top: 13px;
          box-sizing: border-box; }
          .bg2 .c7 .con .list2 li .timex b {
            display: block;
            font-size: 32px; }
        .bg2 .c7 .con .list2 li .zi {
          width: calc(100% - 102px); }
          .bg2 .c7 .con .list2 li .zi h3 {
            font-size: 14px;
            color: #000000;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap; }
          .bg2 .c7 .con .list2 li .zi dd {
            font-size: 12px;
            color: #999999;
            line-height: 18px;
            margin-top: 4px;
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            .bg2 .c7 .con .list2 li .zi dd span {
              color: #ac393e; }
        .bg2 .c7 .con .list2 li:hover .timex {
          background: #244ba1;
          color: #fff; }

/*# sourceMappingURL=index.css.map */
