body * {
  box-sizing: border-box; }

.content {
  width: 1280px;
  height: 100%;
  position: relative;
  margin: auto; }

.w1280 {
  width: 1280px; }

.w1200 {
  width: 1200px; }

.def_btn {
  background: #20b09f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 0;
  outline: 0;
  cursor: pointer; }

.def_btn.hover:hover {
  background-color: #1aa090; }

.line_btn {
  border: 1px solid #20b09f;
  color: #20b09f;
  display: flex;
  align-items: center;
  justify-content: center; }

.banner_wrap {
  width: 100%;
  height: 314px;
  position: relative;
  overflow: hidden; }
  .banner_wrap > img {
    position: absolute;
    width: 1920px;
    height: 314px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 0; }
  .banner_wrap .banner_message {
    width: 10px;
    position: absolute;
    height: 10px;
    left: 50%;
    top: 0;
    margin-left: -600px;
    z-index: 11;
    user-select: none; }
    .banner_wrap .banner_message .top {
      position: absolute;
      width: 600px;
      height: 34px;
      top: 70px;
      display: flex;
      justify-content: flex-start;
      align-items: flex-end; }
      .banner_wrap .banner_message .top h2 {
        font-size: 44px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: white;
        margin-right: 10px;
        line-height: 1; }
      .banner_wrap .banner_message .top span {
        width: 156px;
        height: 32px;
        background: #20b09f;
        border-radius: 15px; }
      .banner_wrap .banner_message .top .def_btn {
        cursor: default; }
    .banner_wrap .banner_message .message {
      position: absolute;
      top: 134px;
      width: 576px;
      font-size: 18px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: white;
      line-height: 30px; }
    .banner_wrap .banner_message .submit {
      position: absolute;
      top: 228px;
      width: 175px;
      height: 46px;
      background: #20b09f;
      font-size: 18px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: white;
      line-height: 46px; }
  .banner_wrap .banner_swiper {
    width: 100%;
    height: 100%; }
    .banner_wrap .banner_swiper .swiper-wrapper {
      width: 100%;
      height: 100%; }
      .banner_wrap .banner_swiper .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 100%;
        position: relative; }
        .banner_wrap .banner_swiper .swiper-wrapper .swiper-slide img {
          position: absolute;
          width: 1920px;
          height: 100%; }
    .banner_wrap .banner_swiper .swiper-pagination {
      bottom: 40px;
      height: 3px; }
      .banner_wrap .banner_swiper .swiper-pagination .swiper-pagination-bullet {
        width: 28px;
        height: 4px;
        background: white;
        opacity: 1;
        margin: 0;
        margin-right: 29px;
        border-radius: 0; }
      .banner_wrap .banner_swiper .swiper-pagination .swiper-pagination-bullet-active {
        background: rgba(255, 255, 255, 0.3); }
      .banner_wrap .banner_swiper .swiper-pagination .swiper-pagination-bullet:nth-last-of-type(1) {
        margin-right: 0px; }

.business_wrap {
  padding: 55px 0; }
  .business_wrap .scope_list {
    width: 1200px;
    margin: 50px auto;
    padding: 0 5px;
    display: flex; }
    .business_wrap .scope_list .item {
      width: 228px;
      margin: 0 5px;
      height: 328px;
      background: #fff;
      box-shadow: 0px 5px 16px 0px rgba(13, 4, 9, 0.08);
      display: flex;
      flex-direction: column;
      align-items: center;
      transition: 0.3s ease;
      cursor: default; }
      .business_wrap .scope_list .item img {
        width: 117px;
        height: 117px;
        border-radius: 50%;
        margin-bottom: 30px;
        margin-top: 30px; }
      .business_wrap .scope_list .item .def_img {
        display: block; }
      .business_wrap .scope_list .item .hov_img {
        display: none; }
      .business_wrap .scope_list .item h3 {
        margin-bottom: 25px;
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
        line-height: 20px; }
      .business_wrap .scope_list .item .line {
        width: 100%;
        height: 25px;
        line-height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666; }
    .business_wrap .scope_list .item:hover {
      background: #25b297;
      transform: translateY(-18px); }
      .business_wrap .scope_list .item:hover .def_img {
        display: none; }
      .business_wrap .scope_list .item:hover .hov_img {
        display: block; }
      .business_wrap .scope_list .item:hover h3, .business_wrap .scope_list .item:hover .line {
        color: #fff; }
  .business_wrap .line_btn {
    width: 290px;
    height: 46px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin: auto; }

.case_wrap {
  height: 1090px;
  padding-top: 95px;
  box-sizing: border-box; }
  .case_wrap .content > .line_btn {
    border-color: #fff;
    color: #23B396;
    width: 180px;
    height: 44px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    background: #fff; }
  .case_wrap .case_list {
    width: 1200px;
    height: 680px;
    margin: 45px auto 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .case_wrap .case_list .case_item {
      flex-shrink: 0;
      position: relative;
      cursor: pointer; }
      .case_wrap .case_list .case_item .hover {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.75);
        color: #fff;
        z-index: -1;
        opacity: 0;
        transition: opacity 0.3s ease;
        top: 0;
        padding: 50px 80px 50px;
        text-align: center; }
        .case_wrap .case_list .case_item .hover h3 {
          font-size: 32px;
          font-family: Microsoft YaHei;
          font-weight: 400;
          color: white;
          margin-bottom: 33px; }
        .case_wrap .case_list .case_item .hover .msg {
          font-size: 18px;
          font-family: Microsoft YaHei;
          font-weight: 400;
          color: white;
          line-height: 35px;
          margin-bottom: 50px; }
        .case_wrap .case_list .case_item .hover .line_btn {
          width: 160px;
          height: 40px;
          border-color: #fff;
          color: #fff;
          border-radius: 18px; }
      .case_wrap .case_list .case_item .des {
        width: 100%;
        position: absolute;
        height: 68px;
        background: #fff;
        bottom: 0;
        display: flex;
        align-items: center;
        padding: 0 30px;
        justify-content: space-between; }
        .case_wrap .case_list .case_item .des .title {
          font-size: 20px;
          font-family: Microsoft YaHei;
          font-weight: 400;
          color: #666; }
        .case_wrap .case_list .case_item .des .tabs .tab {
          border: 1px solid #999999;
          border-radius: 5px;
          color: #999999;
          font-size: 18px;
          font-family: Microsoft YaHei;
          font-weight: 400;
          padding: 2px 6px;
          margin-right: 15px; }
        .case_wrap .case_list .case_item .des .tabs .tab:nth-last-of-type(1) {
          margin-right: 0; }
      .case_wrap .case_list .case_item img {
        width: 100%;
        height: 100%; }
    .case_wrap .case_list .case_item:hover .hover {
      z-index: 1;
      opacity: 1; }
    .case_wrap .case_list .big {
      width: 586px;
      height: 331px; }
    .case_wrap .case_list .small {
      width: 385px;
      height: 259px; }
      .case_wrap .case_list .small .hover {
        padding: 30px 40px; }
        .case_wrap .case_list .small .hover h3 {
          font-size: 28px;
          font-family: Microsoft YaHei;
          font-weight: 400;
          color: white;
          margin-bottom: 25px; }
        .case_wrap .case_list .small .hover .msg {
          font-size: 16px;
          font-family: Microsoft YaHei;
          font-weight: 400;
          color: white;
          line-height: 28px;
          margin-bottom: 38px; }
        .case_wrap .case_list .small .hover .line_btn {
          width: 160px;
          height: 36px;
          border-color: #fff;
          color: #fff;
          font-size: 16px;
          border-radius: 16px;
          line-height: 36px; }

.advantage {
  width: 1160px;
  margin: 80px auto 0;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-around; }
  .advantage .item {
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .advantage .item .icon {
      width: 120px;
      height: 120px;
      margin-top: 20px;
      margin-bottom: 50px; }
    .advantage .item .name {
      font-size: 24px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #20b09f;
      line-height: 24px;
      margin-bottom: 34px; }
    .advantage .item .msg {
      width: 162px;
      font-size: 18px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #666666;
      line-height: 24px;
      text-align: center; }

.service {
  background: #F9F9F9;
  padding-bottom: 100px; }
  .service .service_wrap {
    width: 1110px;
    height: 150px;
    position: relative;
    text-align: center;
    margin: 89px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 16px; }
    .service .service_wrap .des {
      width: 110px;
      text-align: center;
      font-size: 20px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #fefefe;
      position: relative;
      z-index: 1; }
    .service .service_wrap img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }

.all_options {
  background: #f9f9f9; }

.demand-box .main-wrap {
  width: 1280px !important; }
.demand-box .form-item {
  width: 682px !important; }
.demand-box .form-textarea {
  height: 160px !important; }

.partner_list {
  width: 1127px;
  height: 250px;
  flex-wrap: wrap;
  margin: 70px auto 50px; }
  .partner_list img {
    width: 100%;
    height: 100%; }

.invite_btn {
  width: 230px;
  height: 46px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: white; 
  text-align: center;
  margin-left: 50%;
  transform: translateX(-115px);
  margin-bottom: 20px; }

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