@charset "UTF-8";
.service-tab .tab-item {
  padding: 0 30px;
  height: 50px;
  line-height: 48px;
  border-radius: 50px;
  border: 1px solid #d2d3d4;
  font-size: 21px;
  color: #666666;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 30px;
  cursor: pointer;
  font-weight: 600; }
  .service-tab .tab-item.on {
    background: #fb3030;
    border: 1px solid #fb3030;
    color: #FFFFFF; }

.section-service .service-con {
  margin-top: 50px;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 120px; }
  .section-service .service-con .service-con-item .com-img {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 22px; }
  .section-service .service-con .service-con-item .con-item {
    width: 618px;
    height: 444px;
    background: #FFFFFF;
    float: right;
    padding-top: 50px;
    box-sizing: border-box; }
    .section-service .service-con .service-con-item .con-item ul {
      padding-left: 155px; }
      .section-service .service-con .service-con-item .con-item ul li h3 {
        font-size: 24px;
        color: #262626;
        position: relative; }
        .section-service .service-con .service-con-item .con-item ul li h3:before {
          content: '';
          width: 8px;
          height: 8px;
          background: #c1c5cb;
          display: inline-block;
          border-radius: 100%;
          position: absolute;
          margin-right: 10px;
          top: 50%;
          margin-top: -4px; }
        .section-service .service-con .service-con-item .con-item ul li h3 span {
          padding-left: 20px; }
      .section-service .service-con .service-con-item .con-item ul li p {
        font-size: 16px;
        color: #999999;
        line-height: 32px;
        padding-left: 20px;
        margin: 5px 0 15px; }

.advantage .com-tit h4 {
  letter-spacing: 0; }
.advantage .advantage-con ul li {
  border: 1px solid #eeeeee;
  width: 225px;
  height: 225px;
  float: left;
  color: #666666;
  font-size: 16px;
  text-align: justify;
  padding: 12px 27px;
  box-sizing: border-box; }
  .advantage .advantage-con ul li strong {
    font-size: 80px;
    color: #d9e9ff; }
  .advantage .advantage-con ul li h3 {
    font-size: 24px;
    color: #000000;
    margin-top: -65px;
    margin-bottom: 30px; }

.apply {
  background: #f5f6fa;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden; }
  .apply .advantage-con {
    padding-bottom: 30px; }
    .apply .advantage-con ul li {
      border: 1px solid #cccccc;
      width: 170px;
      height: 170px;
      border-radius: 100%;
      float: left;
      font-size: 16px;
      text-align: justify;
      box-sizing: border-box;
      text-align: center;
      color: #051233; }
      .apply .advantage-con ul li strong {
        background: url(../images/numbg.png) no-repeat top center;
        font-size: 16px;
        display: block;
        height: 39px;
        line-height: 39px;
        margin: 1px auto 0; }
      .apply .advantage-con ul li h3 {
        font-size: 22px;
        margin-top: 26px;
        margin-bottom: 10px;
        font-weight: 600; }

.section2 .cause-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .section2 .cause-list .cause {
    color: #FFFFFF;
    float: left;
    flex: 1;
    width: 380px;
    height: 256px;
    margin-right: 27px;
    box-sizing: border-box;
    text-align: center;
    position: relative; }
    .section2 .cause-list .cause:last-of-type {
      margin-right: 0; }
    .section2 .cause-list .cause img {
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .section2 .cause-list .cause .icon-wrapper {
      width: 380px;
      height: 256px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 2; }
    .section2 .cause-list .cause .name {
      font-weight: 500;
      font-size: 30px;
      line-height: 36px;
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%); }
    .section2 .cause-list .cause .desc {
      font-size: 17px;
      position: absolute;
      bottom: 0;
      height: 40px;
      line-height: 40px;
      background: rgba(0, 0, 0, 0.3);
      width: 100%;
      text-align: center; }
.section2 .section-img {
  margin: 20px auto 90px;
  position: relative; }
  .section2 .section-img .zxkfbtn {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto; }

.we-advantage {
  overflow: hidden; }
  .we-advantage ul li {
    width: 584px;
    height: 175px;
    border-radius: 8px;
    background: #FFFFFF;
    color: #333333;
    float: left;
    margin: 0 32px 20px 0;
    box-sizing: border-box;
    padding: 30px 84px 30px 52px; }
    .we-advantage ul li:nth-child(2n) {
      margin-right: 0; }
    .we-advantage ul li .solution-list-inner {
      flex: 1;
      font-size: 14px;
      line-height: 24px;
      color: #999;
      margin-left: 22px; }
      .we-advantage ul li .solution-list-inner span {
        font-size: 22px;
        color: #333;
        margin-bottom: 10px;
        display: block; }

/*
 * 行业解决方案
 */
.wechat-solution {
  position: relative;
  height: 376px;
  margin-top: 20px; }
  .wechat-solution .swiper-container.swiper-container {
    width: 1040px;
    margin: 0 auto; }
    .wechat-solution .swiper-container.swiper-container .slidepage {
      height: 275px;
      background: #f5f7fa;
      color: #051233;
      font-size: 16px;
      text-align: justify; }
      .wechat-solution .swiper-container.swiper-container .slidepage .slidepage-con {
        width: 570px;
        margin-left: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .wechat-solution .swiper-container.swiper-container .slidepage .slidepage-con span {
          font-size: 24px;
          color: #202b48;
          line-height: 30px;
          height: 24px;
          display: contents;
          margin-right: 40px; }
          .wechat-solution .swiper-container.swiper-container .slidepage .slidepage-con span:before {
            content: '';
            width: 3px;
            height: 24px;
            display: inline-block;
            background: #fb3030;
            border-radius: 1px;
            margin-right: 10px;
            margin-top: 5px; }
        .wechat-solution .swiper-container.swiper-container .slidepage .slidepage-con .con-item {
          margin-left: 40px; }
          .wechat-solution .swiper-container.swiper-container .slidepage .slidepage-con .con-item p {
            margin-bottom: 10px; }
  .wechat-solution .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    margin-top: 34px; }
    .wechat-solution .swiper-pagination .swiper-pagination-bullet {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 16px;
      color: #051233;
      outline: none;
      background: #e1e6f0;
      opacity: 1;
      margin-right: 8px; }
      .wechat-solution .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #fb3030;
        color: #fff; }
  .wechat-solution .swiper-button-next {
    right: 0; }
    .wechat-solution .swiper-button-next.swiper-container-rtl .swiper-button-prev {
      right: 0; }
  .wechat-solution .swiper-button-prev {
    left: 0;
    top: 38%;
    outline: none; }
    .wechat-solution .swiper-button-prev.swiper-container-rtl .swiper-button-next {
      left: 0; }
  .wechat-solution .swiper-button-next,
  .wechat-solution .swiper-button-prev {
    top: 38%;
    outline: none;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    text-align: center;
    line-height: 46px;
    border: 4px solid #c3c8cf; }
  .wechat-solution .swiper-button-next:after,
  .wechat-solution .swiper-button-prev:after {
    font-size: 30px;
    color: #c3c8cf; }

.text-title1 {
  width: 1040px;
  margin: 0 auto;
  color: gray;
  display: block;
  margin-top: 20px;
  position: relative;
  overflow: hidden; }
  .text-title1 .sub-item {
    text-align: center;
    width: 20%;
    height: 100%;
    border-bottom: none;
    display: inline-block;
    float: left;
    margin-bottom: 30px; }
    .text-title1 .sub-item .icon-img {
      width: 60px;
      height: 50px;
      margin: 0 auto 20px; }
      .text-title1 .sub-item .icon-img img {
        text-align: center;
        display: block; }
    .text-title1 .sub-item span {
      font-size: 24px;
      font-weight: 400;
      color: #051233;
      text-align: center;
      display: block; }
    .text-title1 .sub-item.selected {
      position: relative; }
      .text-title1 .sub-item.selected:after {
        content: '';
        width: 26px;
        height: 26px;
        background: rgba(252, 89, 89, 0.8);
        border-radius: 100%;
        display: block;
        top: 22px;
        position: absolute;
        right: 36%; }

.culture-content ul {
  overflow: hidden;
  padding-bottom: 140px; }
  .culture-content ul li {
    font-size: 16px;
    color: #000;
    float: left;
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
    margin-top: 60px; }
    .culture-content ul li .title {
      margin-bottom: 26px; }
      .culture-content ul li .title img {
        margin-right: 20px; }
      .culture-content ul li .title .small-tit {
        font-size: 21px;
        line-height: 26px; }
        .culture-content ul li .title .small-tit span {
          display: block;
          color: #fb3030; }
        .culture-content ul li .title .small-tit p {
          color: #cccccc; }
    .culture-content ul li .content {
      width: 90%;
      text-align: justify; }
      .culture-content ul li .content p {
        margin-top: 10px;
        line-height: 24px; }

.strength {
  background: url(../images/strength-bg.png) no-repeat top center;
  overflow: hidden;
  height: 887px; }

.map, #dituContent {
  height: 380px; }

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