body {
  font-family: "PingFang SC","Microsoft YaHei", "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", sans-serif !important;
  font: 14px Helvetica Neue,Helvetica,Microsoft YaHei,Tahoma,Arial,sans-serif; }

.bigtit {
  font-size: 36px; }

.mintit {
  font-size: 20px; }

.good-case .bigtit {
  margin-bottom: 0px; }

.flex {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center; }

.o2obanner {
  font-size: 0; }
  .o2obanner .table-middle div {
    display: inline-block; }
  .o2obanner .text-img {
    max-width: 636px;
    width: 50%;
    transform: translate(-50px, 0px);
    opacity: 0; }
  .o2obanner .text-box {
    max-width: 614px;
    width: 50%;
    transform: translate(0, 100px);
    opacity: 0; }
  .o2obanner.active .text-img {
    opacity: 1;
    transform: translate(0);
    transition: all 1.2s;
    transition-delay: 0.7s; }
  .o2obanner.active .text-box {
    transform: translate(0);
    opacity: 1;
    transition: all 1s;
    transition-timing-function: ease;
    transition-delay: 0.2s; }

.pad50 {
  padding: 50px 0; }

.o2oArea .area-box .wrap {
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  width: 285px;
  position: relative;
  overflow: hidden;
  height: 380px; }
  .o2oArea .area-box .wrap:hover .hover-box {
    transform: translateY(0); }
  .o2oArea .area-box .wrap:nth-of-type(4n) {
    margin-right: 0; }
  .o2oArea .area-box .wrap .flex {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center; }
  .o2oArea .area-box .wrap .icon-box {
    margin: 0 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .o2oArea .area-box .wrap .icon-box p {
      font-size: 20px;
      color: #ffffff;
      margin: 30px 0;
      font-weight: bold; }
  .o2oArea .area-box .wrap .jt {
    width: 20px;
    vertical-align: middle; }
  .o2oArea .area-box .wrap .hover-box {
    background: #5460f1;
    transition: all .3s linear;
    transform: translateY(100%); }
  .o2oArea .area-box .wrap .font-box {
    margin: 0 30px; }
    .o2oArea .area-box .wrap .font-box .tit {
      text-align: center;
      font-size: 20px;
      color: #ffffff;
      font-weight: bold;
      margin-bottom: 20px; }
    .o2oArea .area-box .wrap .font-box .span {
      font-size: 16px;
      color: #fff;
      line-height: 30px;
      margin-bottom: 20px;
      max-height: 240px;
      opacity: 0.8; }
    .o2oArea .area-box .wrap .font-box .bot {
      text-align: center; }
      .o2oArea .area-box .wrap .font-box .bot span {
        font-size: 16px;
        color: #ffffff;
        font-weight: bold;
        vertical-align: middle;
        margin-right: 10px; }

.ld-btn {
  margin: 0 auto;
  width: 280px;
  height: 64px;
  border-radius: 32px;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  justify-content: center;
  -webkit-justify-content: center;
  transition: all .2s; }
  .ld-btn .jt {
    margin-left: 10px; }
  .ld-btn:hover {
    opacity: 0.8; }

.bgg-pink {
  background: -webkit-linear-gradient(left, #7e87fc, #5460f1);
  background: linear-gradient(to right, #7e87fc, #5460f1);
  box-shadow: 0 5px 20px rgba(84, 96, 241, 0.65), inset 0 -3px 4px rgba(69, 82, 232, 0.5); }

.bgg-green {
  background: -webkit-linear-gradient(left, #24fa94, #02c266);
  background: linear-gradient(to right, #24fa94, #02c266);
  box-shadow: 0 5px 20px rgba(2, 194, 102, 0.65), inset 0 -3px 4px rgba(0, 166, 86, 0.5); }

.bgg-green2 {
  background: -webkit-linear-gradient(left, #5dd054, #00c2ae);
  background: linear-gradient(to right, #5dd054, #00c2ae);
  box-shadow: 0 8px 30px rgba(93, 208, 84, 0.6), inset 0 -3px 4px rgba(66, 167, 58, 0.5); }

.bgg-org {
  background: -webkit-linear-gradient(left, #ffd27c, #ffb64f);
  background: linear-gradient(to right, #ffd27c, #ffb64f);
  box-shadow: 0 5px 20px rgba(253, 167, 46, 0.65), inset 0 -3px 4px rgba(240, 93, 39, 0.5); }

.bgg-red {
  background: -webkit-linear-gradient(left, #ff5f5a, #f94341);
  background: linear-gradient(to right, #ff5f5a, #f94341);
  box-shadow: 0 5px 20px rgba(255, 95, 90, 0.65), inset 0 -3px 4px rgba(255, 49, 47, 0.5); }

.bgg-pur {
  background: -webkit-linear-gradient(left, #8e78ff, #8169ff);
  background: linear-gradient(to right, #8e78ff, #8169ff);
  box-shadow: 0 5px 20px rgba(142, 100, 255, 0.65), inset 0 -3px 4px rgba(94, 63, 255, 0.5); }

.bgg-blue {
  background: -webkit-linear-gradient(left, #6493f7, #3775f7);
  background: linear-gradient(to right, #6493f7, #3775f7);
  box-shadow: 0 5px 20px rgba(55, 117, 247, 0.65), inset 0 -3px 4px rgba(19, 86, 228, 0.5); }

.bgg-black {
  background: #1C1D21;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5); }

.bgg-white {
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
  color: #3B27FF; }
  .bgg-white:hover {
    opacity: 1; }

.o2oYx {
  background: #f9fafc; }
  .o2oYx .yx-box .wrap {
    width: 285px;
    height: 572px;
    background: #ffffff;
    padding-top: 10px;
    margin-right: 20px;
    box-shadow: 0 10px 20px rgba(154, 157, 167, 0.1);
    transition: all .3s linear;
    position: relative;
    float: left; }
    .o2oYx .yx-box .wrap:nth-of-type(4n) {
      margin-right: 0; }
    .o2oYx .yx-box .wrap:hover {
      transform: translateY(-10px); }
      .o2oYx .yx-box .wrap:hover::before {
        width: 100%; }
    .o2oYx .yx-box .wrap::before {
      top: 0;
      content: '';
      left: 0;
      width: 0%;
      height: 4px;
      display: block;
      height: 4px;
      background: #5460f1;
      position: absolute;
      transition: all .3s linear; }
    .o2oYx .yx-box .wrap .t-icon {
      height: 134px; }
    .o2oYx .yx-box .wrap .font {
      padding: 0px 30px; }
      .o2oYx .yx-box .wrap .font .name {
        font-size: 24px;
        color: #2f3541;
        font-weight: bold;
        margin-bottom: 12px; }
      .o2oYx .yx-box .wrap .font .p {
        font-size: 14px;
        color: #9a9da7;
        line-height: 24px;
        height: 48px; }
      .o2oYx .yx-box .wrap .font .icon-list {
        margin-top: 20px; }
        .o2oYx .yx-box .wrap .font .icon-list .w {
          padding: 10px 0; }
          .o2oYx .yx-box .wrap .font .icon-list .w .icon {
            vertical-align: middle;
            margin-right: 12px;
            opacity: 0.4; }
          .o2oYx .yx-box .wrap .font .icon-list .w span {
            vertical-align: middle;
            font-size: 16px;
            color: #2f3541; }
          .o2oYx .yx-box .wrap .font .icon-list .w:hover .icon {
            opacity: 1; }
          .o2oYx .yx-box .wrap .font .icon-list .w:hover span {
            color: #5460f1; }

.gn-box .wrap {
  display: block;
  width: 300px;
  float: left;
  height: 220px;
  text-align: center;
  padding-top: 40px;
  transition: all .2s;
  border-right: 1px solid #e4e6ff;
  border-top: 1px solid #e4e6ff; }
  .gn-box .wrap:nth-of-type(4n) {
    border-right: none; }
  .gn-box .wrap:nth-of-type(1), .gn-box .wrap:nth-of-type(2), .gn-box .wrap:nth-of-type(3), .gn-box .wrap:nth-of-type(4) {
    border-top: none; }
  .gn-box .wrap .icon {
    height: 48px;
    margin-bottom: 20px; }
  .gn-box .wrap p {
    font-size: 18px;
    color: #2f3541;
    line-height: 30px; }
  .gn-box .wrap:hover {
    box-shadow: 0 0 20px rgba(94, 106, 255, 0.2);
    transform: translateY(-1px); }

.dsbanner img {
  width: 100%; }

.kf-box .pos {
  position: relative;
  padding-top: 60px; }
.kf-box .number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #02c266;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  float: left; }
.kf-box .font {
  margin-left: 15px;
  float: left; }
  .kf-box .font .name {
    font-size: 20px;
    color: #2f3541;
    font-weight: bold;
    margin-bottom: 10px; }
  .kf-box .font .p {
    font-size: 16px;
    color: #545964; }
.kf-box .midimg {
  bottom: 0;
  position: absolute;
  width: 540px;
  margin: 0 auto;
  left: 0;
  right: 0; }
.kf-box .box {
  float: left;
  width: 50%;
  position: relative; }
  .kf-box .box .wrap:nth-of-type(1) {
    height: 130px; }
  .kf-box .box .wrap:nth-of-type(2) {
    height: 160px; }
  .kf-box .box .wrap:nth-of-type(3) {
    height: 190px; }
  .kf-box .box:nth-of-type(1) .wrap .font {
    width: 250px; }
  .kf-box .box:nth-of-type(1) .wrap:nth-of-type(1) {
    transform: translateX(240px); }
  .kf-box .box:nth-of-type(1) .wrap:nth-of-type(2) {
    transform: translateX(90px); }
  .kf-box .box:nth-of-type(2) .wrap {
    float: right; }
    .kf-box .box:nth-of-type(2) .wrap:nth-of-type(1) .font {
      width: 430px; }
    .kf-box .box:nth-of-type(2) .wrap:nth-of-type(2) .font {
      width: 320px; }
    .kf-box .box:nth-of-type(2) .wrap:nth-of-type(3) .font {
      width: 250px; }

.dsYl {
  background: #f9fafc; }
  .dsYl .wrap {
    width: 380px;
    height: 156px;
    background: #ffffff;
    padding: 35px 30px;
    padding-bottom: 0;
    margin-right: 30px;
    box-shadow: 0 10px 20px rgba(154, 157, 167, 0.1);
    transition: all .3s linear;
    position: relative;
    margin-bottom: 30px;
    float: left; }
    .dsYl .wrap:nth-of-type(3n) {
      margin-right: 0; }
    .dsYl .wrap:hover {
      box-shadow: 0 10px 50px rgba(154, 157, 167, 0.3);
      transform: translateY(-5px); }
      .dsYl .wrap:hover::before {
        width: 100%; }
      .dsYl .wrap:hover .font .name {
        color: #02c266; }
    .dsYl .wrap::before {
      top: 0;
      content: '';
      left: 0;
      width: 0%;
      height: 4px;
      display: block;
      height: 4px;
      background: #02c266;
      position: absolute;
      transition: all .3s linear; }
    .dsYl .wrap .icon {
      margin-right: 15px;
      vertical-align: top; }
    .dsYl .wrap .font {
      vertical-align: top;
      width: 228px;
      display: inline-block; }
      .dsYl .wrap .font .name {
        font-size: 20px;
        color: #2f3541;
        font-weight: bold;
        margin-bottom: 5px; }
      .dsYl .wrap .font .p {
        font-size: 14px;
        color: #7a7d88;
        line-height: 24px; }

.pt-box .wrap {
  display: block;
  transition: all .2s linear;
  box-shadow: 0 8px 30px rgba(154, 157, 167, 0.1);
  margin-bottom: 10px; }
  .pt-box .wrap:nth-of-type(1) .left {
    background: #02c266; }
  .pt-box .wrap:nth-of-type(1) .r-box .label {
    background: #dbf6e9;
    color: #02c266; }
  .pt-box .wrap:nth-of-type(2) .left {
    background: #2ea6ff; }
  .pt-box .wrap:nth-of-type(2) .r-box .label {
    background: #e1f2ff;
    color: #2ea6ff; }
  .pt-box .wrap:nth-of-type(3) .left {
    background: #ff6c67; }
  .pt-box .wrap:nth-of-type(3) .r-box .label {
    background: #ffeaea;
    color: #ff6c67; }
  .pt-box .wrap .left {
    width: 200px;
    height: 130px;
    padding-left: 22px;
    padding-top: 36px;
    float: left; }
    .pt-box .wrap .left .name {
      font-size: 20px;
      color: #ffffff;
      font-weight: bold; }
    .pt-box .wrap .left .p {
      font-size: 20px;
      color: #ffffff;
      font-weight: bold;
      opacity: 0.3; }
  .pt-box .wrap .r-box {
    float: left;
    width: calc(100% - 200px);
    padding-left: 35px;
    padding-top: 20px; }
    .pt-box .wrap .r-box .label {
      min-width: 108px;
      line-height: 40px;
      display: inline-block;
      text-align: center;
      padding: 0 10px;
      font-size: 18px;
      font-weight: bold;
      margin: 0 10px 10px 0; }

.case-box .left-box {
  float: left;
  width: 380px; }
.case-box .wrap {
  display: block;
  padding: 20px;
  border-radius: 20px; }
  .case-box .wrap:hover {
    background: #fffaf0; }
.case-box .name {
  font-size: 24px;
  color: #2f3541;
  font-weight: bold;
  margin-bottom: 15px; }
.case-box .span {
  display: inline-block;
  line-height: 30px;
  border-radius: 8px;
  padding: 0 10px;
  background: #fff5e2;
  font-size: 16px;
  font-weight: bold;
  color: #fda72e; }
.case-box .right-box {
  width: 780px;
  float: right;
  position: relative;
  border-radius: 20px;
  overflow: hidden; }
  .case-box .right-box .font {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(47, 53, 65, 0.5);
    padding: 30px; }
  .case-box .right-box .name {
    color: #fff; }
  .case-box .right-box .p {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 15px; }

.jyGj {
  background: #f9fafc; }
  .jyGj .gj-box {
    position: relative;
    font-size: 0; }
    .jyGj .gj-box .midimg {
      position: absolute;
      top: -20px;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto; }

.ql-box .wrap {
  float: left;
  padding: 20px 25px 0;
  display: block;
  width: 270px;
  height: 188px;
  box-shadow: 0 5px 20px rgba(160, 151, 138, 0.1);
  margin-bottom: 40px;
  transition: all .3s;
  margin-right: 40px; }
  .ql-box .wrap:nth-of-type(4n) {
    margin-right: 0; }
  .ql-box .wrap .name {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    z-index: 1;
    color: #2f3541; }
    .ql-box .wrap .name::before {
      content: '';
      display: block;
      width: 0;
      transition: all .3s;
      height: 10px;
      background: #ffb64f;
      bottom: 0;
      left: -25px;
      position: absolute;
      z-index: -1; }
  .ql-box .wrap .p {
    margin-top: 15px;
    font-size: 16px;
    color: #545964; }
  .ql-box .wrap:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 40px rgba(160, 151, 138, 0.2); }
    .ql-box .wrap:hover .name::before {
      width: calc(100% + 25px); }

.lyCase {
  background: #f1f1f1 url(../img/lvyou/bg.png) no-repeat top right; }
  .lyCase .case_n {
    margin-top: 40px;
    margin-bottom: 70px; }
    .lyCase .case_n .case-new-btn {
      justify-content: center;
      -webkit-justify-content: center;
      width: 150px;
      float: left;
      height: 64px;
      border-radius: 32px;
      background: #fff;
      font-size: 20px;
      color: #545964;
      font-weight: bold;
      box-shadow: 0 8px 30px rgba(154, 157, 167, 0.1); }
      .lyCase .case_n .case-new-btn.bgg-green {
        color: #fff;
        background: -webkit-linear-gradient(left, #5dd054, #00c2ae);
        background: linear-gradient(to right, #5dd054, #00c2ae);
        box-shadow: 0 8px 40px rgba(93, 208, 84, 0.4); }
      .lyCase .case_n .case-new-btn:hover {
        color: #fff;
        background: -webkit-linear-gradient(left, #5dd054, #00c2ae);
        background: linear-gradient(to right, #5dd054, #00c2ae);
        box-shadow: 0 8px 40px rgba(93, 208, 84, 0.4); }
  .lyCase .left-box {
    width: 50%;
    float: left; }
    .lyCase .left-box .name {
      font-size: 24px;
      color: #2f3541;
      margin-bottom: 10px;
      font-weight: bold; }
    .lyCase .left-box .p {
      font-size: 16px;
      color: #9a9da7;
      line-height: 32px; }
    .lyCase .left-box .type-box {
      margin-top: 50px; }
      .lyCase .left-box .type-box .w {
        margin-bottom: 10px; }
        .lyCase .left-box .type-box .w .span {
          display: inline-block;
          vertical-align: top;
          font-size: 18px;
          color: #5dd054;
          font-weight: bold; }
          .lyCase .left-box .type-box .w .span::before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 12px;
            height: 4px;
            background: #5dd054;
            margin-right: 10px; }
        .lyCase .left-box .type-box .w .em {
          display: inline-block;
          vertical-align: top;
          font-size: 18px;
          color: #2f3541;
          max-width: 480px; }
    .lyCase .left-box .icon-box {
      margin: 30px 0 60px; }
      .lyCase .left-box .icon-box .box {
        float: left;
        min-width: 14.28%;
        text-align: center;
        margin-bottom: 20px; }
        .lyCase .left-box .icon-box .box p {
          font-size: 16px;
          color: #545964;
          margin-top: 10px; }
  .lyCase .right-box {
    width: 50%;
    float: left;
    text-align: right; }
    .lyCase .right-box .imgb {
      max-width: 100%; }

.qs-wrap {
  background: url(../img/lvyou/q.png) no-repeat center;
  position: relative;
  padding-bottom: 80px; }
  .qs-wrap .left-box {
    float: left; }
    .qs-wrap .left-box .wrap .top .icon1 {
      background-image: url(../img/lvyou/icon10.png); }
    .qs-wrap .left-box .wrap .top .icon2 {
      background-image: url(../img/lvyou/icon12.png); }
    .qs-wrap .left-box .wrap .top .icon3 {
      background-image: url(../img/lvyou/icon14.png); }
    .qs-wrap .left-box .wrap:hover .top .icon1 {
      background-image: url(../img/lvyou/icon10-act.png); }
    .qs-wrap .left-box .wrap:hover .top .icon2 {
      background-image: url(../img/lvyou/icon12-act.png); }
    .qs-wrap .left-box .wrap:hover .top .icon3 {
      background-image: url(../img/lvyou/icon14-act.png); }
  .qs-wrap .right-box {
    float: right; }
    .qs-wrap .right-box .wrap .top .icon1 {
      background-image: url(../img/lvyou/icon11.png); }
    .qs-wrap .right-box .wrap .top .icon2 {
      background-image: url(../img/lvyou/icon13.png); }
    .qs-wrap .right-box .wrap .top .icon3 {
      background-image: url(../img/lvyou/icon15.png); }
    .qs-wrap .right-box .wrap:hover .top .icon1 {
      background-image: url(../img/lvyou/icon11-act.png); }
    .qs-wrap .right-box .wrap:hover .top .icon2 {
      background-image: url(../img/lvyou/icon13-act.png); }
    .qs-wrap .right-box .wrap:hover .top .icon3 {
      background-image: url(../img/lvyou/icon15-act.png); }
  .qs-wrap .wrap {
    display: block;
    width: 360px;
    height: 160px;
    border-radius: 20px;
    background: #f9fafc;
    transition: all .3s linear;
    margin-bottom: 30px;
    padding: 10px 24px; }
    .qs-wrap .wrap .top {
      margin-bottom: 10px; }
      .qs-wrap .wrap .top .icon {
        display: inline-block;
        width: 35px;
        height: 35px;
        vertical-align: middle;
        margin-right: 10px;
        background: no-repeat center; }
      .qs-wrap .wrap .top .h3 {
        display: inline-block;
        font-size: 18px;
        color: #2f3541;
        font-weight: bold;
        vertical-align: middle; }
    .qs-wrap .wrap .p {
      font-size: 16px;
      color: #9a9da7;
      height: 48px;
      margin-bottom: 10px;
      line-height: 24px; }
    .qs-wrap .wrap .bot {
      border-radius: 8px;
      padding: 0 10px;
      font-size: 14px;
      color: #5dd054;
      font-weight: bold;
      line-height: 28px;
      background: #eefff9; }
    .qs-wrap .wrap:hover {
      background: -webkit-linear-gradient(left, #5dd054, #00c2ae);
      background: linear-gradient(to right, #5dd054, #00c2ae);
      box-shadow: 0 8px 30px rgba(93, 208, 84, 0.6);
      transform: translateY(-3px); }
      .qs-wrap .wrap:hover .top .h3 {
        color: #fff; }
      .qs-wrap .wrap:hover .p {
        color: #fff; }
      .qs-wrap .wrap:hover .bot {
        color: #5dd054; }
  .qs-wrap .imgb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

.lyApi {
  background: #f9fafc; }
  .lyApi .pt-box .wrap {
    background: #ffffff; }
    .lyApi .pt-box .wrap .left {
      height: 108px;
      padding-top: 28px; }
  .lyApi .pt-box .wrap:nth-of-type(4) .left {
    background: #ffb74a; }
  .lyApi .pt-box .r-box {
    height: 108px;
    padding-top: 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .lyApi .pt-box .r-box .gou {
      margin-right: 5px; }
    .lyApi .pt-box .r-box .span {
      margin-right: 25px; }

.sjFs .left-box {
  float: left;
  width: 50%; }
.sjFs .right-box {
  float: right;
  width: 50%; }
.sjFs .fs-box {
  margin-top: 40px;
  position: relative; }
  .sjFs .fs-box .imgb {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0; }
  .sjFs .fs-box .bg-img {
    float: right;
    margin-right: 30px; }
  .sjFs .fs-box .icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 20px;
    color: #ff5f5a;
    font-weight: bold;
    text-align: center;
    padding: 0 14px;
    box-shadow: 0 0 20px rgba(255, 95, 90, 0.1);
    position: absolute; }
    .sjFs .fs-box .icon:hover {
      background: #ff5f5a;
      color: #fff; }
    .sjFs .fs-box .icon.active {
      background: #ff5f5a;
      color: #fff; }
  .sjFs .fs-box .icon1 {
    left: 210px;
    top: 90px; }
  .sjFs .fs-box .icon2 {
    left: 480px;
    top: 200px; }
  .sjFs .fs-box .icon3 {
    left: 400px;
    bottom: 250px; }
  .sjFs .fs-box .icon4 {
    left: 380px;
    bottom: 70px; }
.sjFs .wrap {
  float: right;
  width: 540px;
  height: 160px;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px rgba(160, 151, 138, 0.2);
  background: #fff;
  padding: 10px 20px 0 40px; }
  .sjFs .wrap .name {
    font-size: 24px;
    color: #2f3541;
    font-weight: bold; }
  .sjFs .wrap .top {
    margin-bottom: 5px; }
  .sjFs .wrap p {
    font-size: 18px;
    color: #545964;
    line-height: 36px; }
  .sjFs .wrap::before {
    background: #ff5f5a;
    width: 4px;
    position: absolute;
    height: 0;
    content: '';
    display: block;
    top: 0;
    left: 0;
    transition: all .3s; }
  .sjFs .wrap:hover {
    background: linear-gradient(to left, rgba(255, 255, 255, 0.1), rgba(255, 95, 90, 0.1)); }
    .sjFs .wrap:hover::before {
      height: 100%; }
    .sjFs .wrap:hover .name {
      color: #ff5f5a; }
  .sjFs .wrap.active {
    background: linear-gradient(to left, rgba(255, 255, 255, 0.1), rgba(255, 95, 90, 0.1)); }
    .sjFs .wrap.active::before {
      height: 100%; }
    .sjFs .wrap.active .name {
      color: #ff5f5a; }
.sjFs .ld-btn {
  margin-top: 15px;
  margin-bottom: 90px; }

.jsgn-box .wrap {
  display: block;
  width: 250px;
  height: 450px;
  border: 1px solid #dcdbdb;
  padding: 40px;
  text-align: center;
  float: left;
  transition: all .3s;
  overflow: hidden; }
  .jsgn-box .wrap .icon {
    margin-bottom: 20px; }
  .jsgn-box .wrap .p {
    font-size: 20px;
    color: #2f3541; }
    .jsgn-box .wrap .p::after {
      content: '';
      display: block;
      margin: 25px auto;
      height: 1px;
      width: 64px;
      background: #dddddd;
      transition: all .3s; }
  .jsgn-box .wrap .ul {
    font-size: 16px;
    color: #545964; }
    .jsgn-box .wrap .ul p {
      margin-bottom: 14px; }
  .jsgn-box .wrap .font {
    display: none;
    width: 360px; }
    .jsgn-box .wrap .font .span {
      font-size: 16px;
      color: #545964;
      line-height: 36px; }
  .jsgn-box .wrap .red {
    font-size: 16px;
    color: #ff5f5a;
    font-weight: bold;
    margin-top: 30px; }
  .jsgn-box .wrap.active {
    border-color: #ff5f5a;
    text-align: left;
    width: 450px; }
    .jsgn-box .wrap.active .font {
      display: block; }
    .jsgn-box .wrap.active .ul {
      display: none; }
    .jsgn-box .wrap.active .p::after {
      width: 100%;
      margin: 25px 0; }

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 50px;
  flex-wrap: wrap; }

.wrapper h3 {
  position: absolute;
  left: 4rem;
  top: 4rem;
  z-index: 1000;
  padding: 0 1rem;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
  border-radius: 1.4rem; }

.wrapper .container {
  position: relative;
  margin: 0 auto; }

.horizontal .container {
  width: 256px;
  height: 480px; }

.vertical .container {
  width: 37rem;
  height: 14rem; }

.container .cards-list {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: #f4f4f4;
  border-radius: 0.3125rem;
  transition: 330ms; }

.demo4 .cards-list {
  transition: 440ms cubic-bezier(0.34, 1.56, 0.64, 1); }

.horizontal .cards-list {
  width: 100%;
  box-shadow: 0 10px 40px rgba(154, 157, 167, 0.2);
  cursor: pointer; }

.horizontal .img {
  height: 455px; }

.vertical .cards-list {
  display: flex;
  height: 100%; }

.vertical .img,
.vertical .main-con {
  height: 100%; }

.vertical .img {
  width: 18rem; }

.vertical .main-con {
  width: 19rem; }

.img > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
  -moz-user-select: none;
  user-select: none; }

.main-con {
  padding: 0 1rem;
  box-sizing: border-box; }

.main-con .name {
  padding-top: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #424242; }

.main-con .content {
  padding-top: 1rem;
  height: 4.5rem;
  font-size: 0.9rem;
  color: #777;
  text-align: justify;
  line-height: 1.4rem; }

.main-con .label {
  font-size: 0.9rem;
  color: #555;
  padding: 1rem 0; }

.btn-direct {
  position: absolute;
  top: 50%;
  z-index: 100000;
  width: 4rem;
  height: 4rem;
  top: 220px;
  cursor: pointer;
  transition: .2s;
  opacity: 0.45; }
  .btn-direct:hover {
    opacity: 1; }

.btn-direct.btn-left {
  left: 0; }

.btn-direct.btn-right {
  right: 0; }

.btn-direct > span {
  position: absolute;
  left: calc(50% - .6rem);
  top: calc(50% - .6rem);
  width: 1.2rem;
  height: 1.2rem;
  border-top: 0.2rem solid #fff;
  border-left: 0.2rem solid #fff; }

.demo7 .container {
  width: 18rem;
  height: 24rem;
  overflow: hidden; }

.navigation .dot {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  margin: .5rem;
  border: .125rem solid #fff;
  background-color: #fff;
  border-radius: 100%;
  cursor: pointer; }

.navigation .dot.active {
  background-color: transparent; }

.demo1-tip {
  position: absolute;
  left: 12rem;
  top: 8rem;
  color: #fff;
  line-height: 1; }

.demo1-tip .active-index {
  color: lightgoldenrodyellow;
  font-size: 1.5rem;
  font-weight: 600;
  vertical-align: middle; }

.sjCase .red {
  font-size: 20px;
  color: #ff5f5a;
  font-weight: bold;
  width: 100%; }
.sjCase .navigation {
  font-size: 0;
  width: 100%; }
  .sjCase .navigation .dot {
    border: 0;
    margin: 0;
    margin-bottom: 30px;
    height: auto;
    width: 16.66%;
    text-align: center; }
    .sjCase .navigation .dot .imgb {
      width: 68px;
      height: 130px;
      padding-top: 16px;
      display: inline-block; }
      .sjCase .navigation .dot .imgb img {
        width: 64px;
        height: 112px; }
    .sjCase .navigation .dot p {
      font-size: 18px;
      color: #2f3541;
      font-weight: bold;
      margin-top: 15px; }
    .sjCase .navigation .dot.active .imgb {
      background: url(../img/shejiao/img4.png) no-repeat center; }
    .sjCase .navigation .dot.active p {
      color: #ff5f5a; }

.zpFun {
  background: #f9fafc; }
  .zpFun .box {
    margin-bottom: 20px;
    position: relative; }
    .zpFun .box:nth-of-type(1) .left-box {
      background: #8972ff url(../img/zhaopin/bg1.png) no-repeat bottom; }
    .zpFun .box:nth-of-type(2) .left-box {
      background: #3b7efa url(../img/zhaopin/bg2.png) no-repeat bottom; }
    .zpFun .box:nth-of-type(2) .border:before, .zpFun .box:nth-of-type(2) .border:after {
      border-color: #397af9; }
    .zpFun .box .left-box {
      position: absolute;
      width: 200px;
      height: 100%; }
      .zpFun .box .left-box .name {
        padding-top: 36px;
        font-size: 24px;
        color: #ffffff;
        font-weight: bold;
        margin-left: 25px;
        margin-bottom: 12px; }
        .zpFun .box .left-box .name::before {
          content: '';
          display: block;
          width: 24px;
          height: 4px;
          background: #fff;
          margin-bottom: 24px; }
      .zpFun .box .left-box .p {
        margin-left: 25px;
        font-size: 24px;
        color: #ffffff;
        font-weight: bold;
        opacity: .2; }
    .zpFun .box .right-box {
      background: #fff;
      margin-left: 200px; }
      .zpFun .box .right-box .wrap {
        float: left;
        display: block;
        width: 200px;
        height: 160px;
        padding: 20px;
        overflow: hidden;
        border: 1px solid #eeeeee; }
        .zpFun .box .right-box .wrap:hover {
          overflow: visible;
          box-shadow: 0 10px 20px rgba(187, 181, 218, 0.4); }
          .zpFun .box .right-box .wrap:hover .icon {
            display: inline-block;
            vertical-align: middle;
            width: 36px; }
          .zpFun .box .right-box .wrap:hover h3 {
            display: inline-block;
            vertical-align: middle;
            margin-top: 0;
            margin-left: 6px; }
          .zpFun .box .right-box .wrap:hover p {
            opacity: 1;
            transform: translateY(0px); }
        .zpFun .box .right-box .wrap .icon {
          transition: all .3s linear;
          display: block;
          width: 72px;
          margin: 0 auto; }
        .zpFun .box .right-box .wrap h3 {
          transition: all .3s linear;
          font-size: 18px;
          color: #545964;
          font-weight: bold;
          text-align: center;
          margin-top: 15px; }
        .zpFun .box .right-box .wrap p {
          transition: all .6s;
          font-size: 16px;
          color: #545964;
          margin-top: 15px;
          opacity: 0;
          transform: translateY(15px); }

.zpMethod {
  text-align: center; }
  .zpMethod .font {
    width: 300px;
    margin-top: 80px;
    text-align: left; }
    .zpMethod .font .gou {
      vertical-align: middle;
      width: 28px;
      margin-right: 10px; }
    .zpMethod .font span {
      vertical-align: middle;
      font-size: 24px;
      font-weight: bold; }
    .zpMethod .font .p {
      font-size: 18px;
      color: #545964;
      line-height: 36px;
      margin-top: 20px;
      padding-left: 38px; }
    .zpMethod .font:nth-of-type(1) {
      float: left; }
      .zpMethod .font:nth-of-type(1) span {
        color: #8e78ff; }
    .zpMethod .font:nth-of-type(2) {
      float: right; }
      .zpMethod .font:nth-of-type(2) span {
        color: #faa82b; }
    .zpMethod .font:nth-of-type(3) {
      margin: 50px auto 0;
      width: 600px; }
      .zpMethod .font:nth-of-type(3) span {
        color: #fc8383; }

.zpPro {
  background-image: url(../img/zhaopin/bg3.png); }
  .zpPro .wrap {
    float: left;
    display: block;
    width: 20%;
    text-align: center; }
    .zpPro .wrap .p {
      font-size: 18px;
      color: #2f3541;
      margin-top: 20px; }
    .zpPro .wrap:hover .icon {
      animation: bounce 1s ease 0s 1 both; }

.ylbox {
  position: relative;
  padding: 100px 0 70px; }
  .ylbox .tit-jt {
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    animation: fade 3s infinite linear; }
  .ylbox .yltit {
    font-size: 36px;
    color: #2f3541;
    font-weight: bold;
    padding-top: 60px;
    position: relative; }
    .ylbox .yltit span {
      position: absolute;
      left: 0;
      top: 20px;
      width: 100%;
      font-size: 64px;
      opacity: 0.06; }
  .ylbox .yltit2 {
    margin-top: 10px;
    font-size: 20px;
    color: #2f3541;
    line-height: 36px; }

@keyframes fade {
  0% {
    opacity: 1;
    transform: translateY(10px); }
  50% {
    opacity: 0.6;
    transform: translateY(0px); }
  100% {
    opacity: 1;
    transform: translateY(10px); } }
@keyframes fade2 {
  0% {
    transform: translateY(20px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(20px); } }
@keyframes fade3 {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0px); } }
.ylCase .wrap {
  display: block;
  float: left;
  height: 300px;
  padding: 20px 30px;
  width: 800px;
  margin-right: 20px;
  margin-bottom: 20px; }
  .ylCase .wrap .num {
    font-size: 24px;
    color: #ffffff;
    opacity: 0.2;
    margin-bottom: 12px; }
  .ylCase .wrap .h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 15px; }
  .ylCase .wrap .p {
    opacity: 0.8;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    height: 130px;
    margin-bottom: 10px; }
  .ylCase .wrap .bot {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold; }
  .ylCase .wrap:nth-of-type(2n) {
    margin: 0; }
  .ylCase .wrap:nth-of-type(2), .ylCase .wrap:nth-of-type(3) {
    width: 380px; }
  .ylCase .wrap:nth-of-type(1) {
    background: #6951f9 url(../img/yiliao/bg1.png) no-repeat right bottom; }
  .ylCase .wrap:nth-of-type(2) {
    background: #447ffa url(../img/yiliao/bg2.png) no-repeat right bottom; }
  .ylCase .wrap:nth-of-type(3) {
    background: #ff7e71 url(../img/yiliao/bg3.png) no-repeat right bottom; }
  .ylCase .wrap:nth-of-type(4) {
    background: #ff7644 url(../img/yiliao/bg4.png) no-repeat right bottom; }

.ylJh {
  background: #f9fafc; }
  .ylJh .jh-box {
    position: relative;
    text-align: center; }
    .ylJh .jh-box .icon {
      position: absolute;
      animation: fade2 3s infinite linear; }
    .ylJh .jh-box .icon1 {
      top: 50px;
      left: 115px; }
    .ylJh .jh-box .icon2 {
      bottom: 80px;
      left: 225px;
      animation: fade3 3s infinite linear; }
    .ylJh .jh-box .icon3 {
      top: 70px;
      right: 200px; }
    .ylJh .jh-box .icon4 {
      top: 300px;
      right: 50px;
      animation: fade3 3s infinite linear; }
    .ylJh .jh-box .icon5 {
      bottom: 25px;
      right: 280px; }

.ylsty .wrap {
  float: left;
  width: 220px;
  height: 220px;
  position: relative;
  border-radius: 20px;
  margin-bottom: 25px;
  margin-right: 25px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 40px rgba(154, 157, 167, 0.1); }
  .ylsty .wrap:nth-of-type(5n) {
    margin-right: 0; }
  .ylsty .wrap:hover .font {
    transform: scale(1); }
  .ylsty .wrap .icon {
    margin-top: 40px;
    margin-bottom: 22px; }
  .ylsty .wrap .h3 {
    font-size: 18px;
    color: #2f3541;
    font-weight: bold; }
  .ylsty .wrap .font {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all .6s;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: left;
    background: #fff; }
    .ylsty .wrap .font::before {
      content: '';
      display: block;
      width: 24px;
      height: 4px;
      background: #2e82ff;
      position: absolute;
      top: 0;
      left: 20px; }
    .ylsty .wrap .font .h3 {
      margin-bottom: 12px; }
    .ylsty .wrap .font .p {
      font-size: 16px;
      color: #545964;
      height: 112px;
      margin-bottom: 10px; }
    .ylsty .wrap .font .blue {
      font-size: 14px;
      color: #2e82ff;
      font-weight: bold; }

.house-banner .font {
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  color: #fff;
  opacity: 0;
  transition: all .5s linear; }
  .house-banner .font .h3 {
    font-size: 48px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 67px; }
  .house-banner .font .p {
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
    margin-top: 20px; }
.house-banner.active .font {
  transform: translateY(-50%);
  opacity: 1; }

.house-why .bigtit {
  margin-bottom: 60px; }
.house-why .wrap {
  width: 278px;
  height: 278px;
  background: #FFFFFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  float: left;
  margin-bottom: 36px;
  margin-right: 28px; }
  .house-why .wrap:nth-of-type(4n) {
    margin-right: 0; }
  .house-why .wrap .box {
    width: 254px;
    height: 254px;
    border-radius: 8px;
    border: 2px dashed #E2EEFA;
    margin: 12px;
    padding: 24px; }
    .house-why .wrap .box .name {
      font-size: 24px;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: 600;
      color: #222222;
      line-height: 33px; }
    .house-why .wrap .box .p {
      margin-top: 10px;
      height: 80px;
      font-size: 14px;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #666666;
      line-height: 20px;
      margin-bottom: 20px; }
    .house-why .wrap .box.border::before {
      border-radius: 8px;
      border: dashed #fff;
      border-width: 0; }
    .house-why .wrap .box.border::after {
      border-radius: 8px;
      border: dashed #fff;
      border-width: 0; }
  .house-why .wrap:hover {
    background: #1CCFB3; }
    .house-why .wrap:hover .box {
      border-color: #fff; }
      .house-why .wrap:hover .box .name {
        color: #fff; }
      .house-why .wrap:hover .box .p {
        color: #fff; }

.house-ld {
  background: #F9FFFF; }
  .house-ld .top-box {
    position: relative; }
    .house-ld .top-box .left-box {
      left: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .house-ld .top-box .left-box .ld-btn {
        margin: 0;
        margin-top: 36px; }
  .house-ld .show-box {
    position: relative;
    float: right;
    margin-top: 160px; }
    .house-ld .show-box .ldSwi {
      width: 622px;
      text-align: center;
      z-index: 3; }
      .house-ld .show-box .ldSwi .imgb {
        width: 314px; }
      .house-ld .show-box .ldSwi .swiper-button-prev, .house-ld .show-box .ldSwi .swiper-button-next {
        width: 48px;
        height: 48px;
        line-height: 48px;
        background: #FFFFFF;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
        border-radius: 24px;
        text-align: center; }
        .house-ld .show-box .ldSwi .swiper-button-prev img, .house-ld .show-box .ldSwi .swiper-button-next img {
          vertical-align: middle; }
      .house-ld .show-box .ldSwi .swiper-button-prev {
        transform: rotate(180deg);
        left: 30px; }
      .house-ld .show-box .ldSwi .swiper-button-next {
        right: 30px; }
    .house-ld .show-box::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      border-radius: 50%;
      width: 622px;
      height: 622px;
      background: #FFFFFF;
      box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
      z-index: 2; }
    .house-ld .show-box::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -153px;
      margin: auto 0;
      border-radius: 50%;
      width: 928px;
      height: 928px;
      background: #FFFFFF;
      box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
      z-index: 1; }
    .house-ld .show-box .font-list .wrap {
      position: absolute;
      z-index: 3; }
      .house-ld .show-box .font-list .wrap .h3 {
        position: relative;
        font-size: 24px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 600;
        color: #1CCFB3;
        line-height: 33px; }
        .house-ld .show-box .font-list .wrap .h3::after {
          content: '';
          display: block;
          width: 24px;
          height: 24px;
          background: #1ACFB3;
          opacity: 0.1;
          border-radius: 50%;
          position: absolute;
          left: -40px;
          top: 4px; }
        .house-ld .show-box .font-list .wrap .h3::before {
          content: '';
          display: block;
          width: 12px;
          height: 12px;
          background: #1CCFB3;
          border-radius: 50%;
          position: absolute;
          left: -34px;
          top: 10px; }
      .house-ld .show-box .font-list .wrap .p {
        margin-top: 10px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666; }
      .house-ld .show-box .font-list .wrap:nth-of-type(1) {
        top: -130px;
        left: 216px; }
      .house-ld .show-box .font-list .wrap:nth-of-type(2) {
        top: 10px;
        left: -153px; }
      .house-ld .show-box .font-list .wrap:nth-of-type(3) {
        top: 350px;
        left: -256px; }
      .house-ld .show-box .font-list .wrap:nth-of-type(4) {
        bottom: 0px;
        left: -166px; }
  .house-ld .house-list {
    position: relative;
    z-index: 10;
    margin-top: 80px; }
    .house-ld .house-list .wrap {
      width: 260px;
      height: 225px;
      background: #FFFFFF;
      box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      position: relative;
      float: left;
      margin-bottom: 50px;
      margin-right: 50px;
      text-align: center;
      transition: all .3s;
      display: block;
      padding: 48px 30px 0; }
      .house-ld .house-list .wrap:nth-of-type(4n) {
        margin-right: 0; }
      .house-ld .house-list .wrap:hover {
        transform: translateY(-5px); }
      .house-ld .house-list .wrap .name {
        font-size: 24px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 600;
        color: #222222;
        line-height: 33px;
        margin-bottom: 15px; }
      .house-ld .house-list .wrap p {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666;
        line-height: 20px; }
      .house-ld .house-list .wrap::before {
        width: 80px;
        height: 8px;
        background: #1CCFB3;
        border-radius: 0px 0px 100px 100px;
        content: '';
        display: block;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
        position: absolute; }

.wl-banner .font {
  position: absolute;
  top: 150px;
  opacity: 0;
  width: 100%;
  text-align: center;
  transition: all .5s linear; }
  .wl-banner .font p {
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
    margin-top: 20px; }
.wl-banner.active .font {
  top: 50px;
  opacity: 1; }

.wl-dingzhi .list {
  margin-top: 44px; }
  .wl-dingzhi .list .wrap {
    display: block;
    margin-bottom: 36px;
    border-radius: 8px;
    border: 2px solid transparent; }
    .wl-dingzhi .list .wrap .imgb {
      float: left;
      width: 420px; }
    .wl-dingzhi .list .wrap .font {
      float: right;
      height: 300px;
      background: url(../img/wulian/bg1.png) no-repeat;
      background-size: 100%;
      width: 776px;
      padding: 36px 100px 10px; }
      .wl-dingzhi .list .wrap .font .icon {
        vertical-align: middle; }
      .wl-dingzhi .list .wrap .font span {
        vertical-align: middle; }
      .wl-dingzhi .list .wrap .font .top .icon {
        margin-right: 24px; }
      .wl-dingzhi .list .wrap .font .top span {
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 600;
        color: #3376DD; }
      .wl-dingzhi .list .wrap .font .box {
        font-size: 0; }
      .wl-dingzhi .list .wrap .font .w {
        margin-top: 30px;
        width: 50%;
        display: inline-block; }
        .wl-dingzhi .list .wrap .font .w span {
          margin-left: 40px;
          font-size: 24px;
          font-family: PingFangSC-Regular, PingFang SC;
          font-weight: 400;
          color: #444444; }
    .wl-dingzhi .list .wrap:nth-of-type(2n) .imgb {
      float: right; }
    .wl-dingzhi .list .wrap:nth-of-type(2n) .font {
      float: left; }
    .wl-dingzhi .list .wrap:hover {
      border: 2px solid #2C65FC; }

.wl-link {
  position: relative; }
  .wl-link .imgb {
    display: block;
    margin: 0 auto; }
  .wl-link .bigtit {
    margin-bottom: 66px; }
  .wl-link .box .name {
    margin-bottom: 20px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #222222; }
  .wl-link .box .wl-btn {
    width: 88px;
    height: 46px;
    line-height: 46px;
    background: #8ECFD1;
    border-radius: 4px;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 12px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center; }
  .wl-link .font1 {
    position: absolute;
    top: 186px;
    left: 0; }
    .wl-link .font1 .box .wl-btn {
      background: #8ECFD1; }
      .wl-link .font1 .box .wl-btn:hover {
        background: #65A6A9; }
  .wl-link .font2 {
    position: absolute;
    top: 0;
    right: -20px; }
    .wl-link .font2 .box .wl-btn {
      background: #A2D18E; }
      .wl-link .font2 .box .wl-btn:hover {
        background: #77B15E; }

.wl-case .bigtit {
  margin-bottom: 40px;
  position: relative; }
  .wl-case .bigtit::after {
    width: 191px;
    height: 20px;
    background: #AD99FF;
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1; }
.wl-case .show-box {
  position: relative;
  margin-top: 165px;
  margin-bottom: 130px; }
  .wl-case .show-box .imgb {
    display: block;
    margin: 0 auto; }
  .wl-case .show-box .wrap {
    text-align: right;
    position: absolute; }
    .wl-case .show-box .wrap .h3 {
      font-size: 24px;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: 600;
      color: #222222;
      position: relative; }
      .wl-case .show-box .wrap .h3 .bor {
        position: absolute;
        border: 1px dashed #AD99FF; }
        .wl-case .show-box .wrap .h3 .bor::after {
          content: '';
          display: block;
          width: 18px;
          height: 18px;
          background: #AD99FF;
          opacity: 0.19;
          border-radius: 50%;
          position: absolute;
          left: -40px;
          top: 4px; }
        .wl-case .show-box .wrap .h3 .bor::before {
          content: '';
          display: block;
          width: 10px;
          height: 10px;
          background: #AD99FF;
          border-radius: 50%;
          position: absolute;
          left: -36px;
          top: 8px; }
    .wl-case .show-box .wrap .p {
      margin-top: 20px;
      font-size: 16px;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #444444;
      line-height: 22px;
      width: 280px; }
    .wl-case .show-box .wrap:nth-of-type(2n) {
      text-align: left; }
    .wl-case .show-box .wrap:nth-of-type(1) {
      top: -54px;
      left: -30px; }
      .wl-case .show-box .wrap:nth-of-type(1) .h3 .bor {
        top: 15px;
        left: 330px;
        width: 200px;
        height: 78px;
        border-width: 2px 2px 0 0; }
        .wl-case .show-box .wrap:nth-of-type(1) .h3 .bor::before {
          left: -21px;
          top: -4px; }
        .wl-case .show-box .wrap:nth-of-type(1) .h3 .bor::after {
          left: -25px;
          top: -8px; }
    .wl-case .show-box .wrap:nth-of-type(2) {
      top: -54px;
      right: 30px; }
      .wl-case .show-box .wrap:nth-of-type(2) .h3 .bor {
        top: 15px;
        right: 330px;
        width: 90px;
        height: 78px;
        border-width: 2px 0 0 2px; }
        .wl-case .show-box .wrap:nth-of-type(2) .h3 .bor::before {
          left: auto;
          right: -21px;
          top: -4px; }
        .wl-case .show-box .wrap:nth-of-type(2) .h3 .bor::after {
          left: auto;
          right: -25px;
          top: -8px; }
    .wl-case .show-box .wrap:nth-of-type(3) {
      bottom: -100px;
      left: -55px; }
      .wl-case .show-box .wrap:nth-of-type(3) .h3 .bor {
        top: -60px;
        left: 330px;
        width: 200px;
        height: 78px;
        border-width: 0 2px 2px 0; }
        .wl-case .show-box .wrap:nth-of-type(3) .h3 .bor::before {
          left: -21px;
          top: 72px; }
        .wl-case .show-box .wrap:nth-of-type(3) .h3 .bor::after {
          left: -25px;
          top: 68px; }
    .wl-case .show-box .wrap:nth-of-type(4) {
      bottom: -110px;
      right: 5px; }
      .wl-case .show-box .wrap:nth-of-type(4) .h3 .bor {
        top: -30px;
        right: 330px;
        width: 90px;
        height: 50px;
        border-width: 0 0 2px 2px; }
        .wl-case .show-box .wrap:nth-of-type(4) .h3 .bor::before {
          left: auto;
          right: -21px;
          top: 42px; }
        .wl-case .show-box .wrap:nth-of-type(4) .h3 .bor::after {
          left: auto;
          right: -25px;
          top: 38px; }

.wl-fun {
  background: #F9F7FF url(../img/wuliu/bg.png) no-repeat center bottom; }
  .wl-fun .bigtit {
    margin-bottom: 70px; }
  .wl-fun .box {
    float: left; }
    .wl-fun .box:nth-of-type(2n) {
      float: right; }
  .wl-fun .wrap {
    margin-bottom: 60px; }
    .wl-fun .wrap .num {
      width: 48px;
      height: 48px;
      background: #AD99FF;
      text-align: center;
      line-height: 48px;
      border-radius: 50%;
      font-size: 18px;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: 500;
      color: #FFFFFF;
      display: inline-block;
      vertical-align: top; }
    .wl-fun .wrap .font {
      width: 250px;
      vertical-align: top;
      margin-left: 16px;
      display: inline-block; }
      .wl-fun .wrap .font .name {
        font-size: 24px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 600;
        margin-bottom: 5px;
        color: #222222;
        line-height: 33px; }
      .wl-fun .wrap .font .p {
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #444444;
        line-height: 22px; }
  .wl-fun .imgb {
    margin: 0 auto;
    display: block; }

.wy-fun {
  background: #fff; }
  .wy-fun .bigtit {
    margin-bottom: 160px; }
  .wy-fun .wrap .font {
    margin-top: 15px;
    display: block;
    margin-left: 0; }

.wy-servise .tit {
  font-size: 44px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #222222;
  padding-left: 52px;
  position: relative;
  line-height: 62px; }
  .wy-servise .tit::before {
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    display: inline-block;
    width: 12px;
    height: 100%;
    background: #1CCFB3; }
.wy-servise .wrap {
  margin-bottom: 50px;
  padding: 0 30px; }
  .wy-servise .wrap .font-box {
    width: 642px;
    height: 214px;
    background: linear-gradient(270deg, #F3FBF9 0%, #FFFFFF 100%);
    float: left;
    padding-left: 60px;
    padding-top: 25px;
    transform: translateY(50%);
    position: relative;
    top: -50%; }
    .wy-servise .wrap .font-box .num {
      font-size: 48px;
      font-family: Arial-Black, Arial;
      font-weight: 900;
      color: #1CCFB3;
      line-height: 68px;
      display: inline-block;
      margin-right: 25px;
      vertical-align: top; }
    .wy-servise .wrap .font-box .font {
      width: 350px;
      display: inline-block;
      vertical-align: top;
      margin-top: 10px; }
      .wy-servise .wrap .font-box .font .name {
        font-size: 32px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 600;
        color: #222222;
        margin-bottom: 20px; }
      .wy-servise .wrap .font-box .font .p {
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #444444;
        line-height: 22px; }
  .wy-servise .wrap .imgb {
    float: right; }
  .wy-servise .wrap:nth-of-type(2n) .imgb {
    float: left; }
  .wy-servise .wrap:nth-of-type(2n) .font-box {
    padding-left: 140px;
    float: right;
    background: linear-gradient(270deg, #FFFFFF 0%, #F3FBF9 100%); }

/*# sourceMappingURL=new.css.map */
