@font-face {
  font-family: Gautami;
  src: url(../fonts/GAUTAMI-BOLD.TTF); }
body {
  width: 100vw;
  overflow: hidden; }

.banner {
  width: 100vw;
  height: 100vh;
  overflow: hidden; }
  .banner .img {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .banner .img img {
      display: block;
      width: 100%;
      height: 100%;
      transform: scale(1.1);
      transition: 2s; }
  .banner.on .img img {
    transform: scale(1); }

.w1400 {
  width: 1400px;
  margin: 0 auto; }

.sec1 {
  padding: 118px 0 0; }
  .sec1 .wrap .title {
    font-family: Gautami;
    font-weight: bold;
    font-size: 64px;
    color: #111111;
    line-height: 64px;
    margin-bottom: 90px;
    text-transform: uppercase; }
  .sec1 .wrap .labels {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 95px; }
    .sec1 .wrap .labels .label {
      font-weight: 500;
      font-size: 16px;
      color: #999999;
      line-height: 1; }
    .sec1 .wrap .labels .line {
      width: 100%;
      height: 1px;
      background: #E6E6E6;
      margin: 22px 0 0; }
  .sec1 .wrap .text {
    margin: 95px 0 128px;
    width: 864px;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 38px; }
  .sec1 .wrap .img {
    width: 100%;
    border-radius: 44px;
    overflow: hidden; }
    .sec1 .wrap .img img {
      display: block;
      width: 100%;
      transform: scale(1.1); }

.sec2 {
  padding: 221px 0 199px;
  width: 100vw;
  overflow: hidden; }
  .sec2 .sec2_top {
    display: flex;
    align-items: flex-end;
    margin-bottom: 94px; }
    .sec2 .sec2_top .title {
      font-family: Gautami;
      font-weight: bold;
      font-size: 64px;
      color: #111111;
      text-transform: uppercase;
      line-height: 1; }
    .sec2 .sec2_top .r {
      width: 100%;
      margin-bottom: 7px; }
      .sec2 .sec2_top .r p {
        font-weight: 400;
        font-size: 20px;
        color: #111111;
        line-height: 1;
        text-align: right;
        margin-bottom: 15px; }
      .sec2 .sec2_top .r .line {
        width: 100%;
        height: 1px;
        background: #111111; }
  .sec2 .content {
    position: relative;
    display: flex;
    align-items: center; }
    .sec2 .content .zi {
      display: flex;
      align-items: center;
      width: max-content;
      position: absolute;
      animation: img_go 100s infinite linear; }
      .sec2 .content .zi .flex {
        display: flex;
        align-items: center; }
        .sec2 .content .zi .flex img {
          display: block;
          width: 1800px;
          margin-right: 20px; }
    .sec2 .content .img {
      width: 450px;
      margin: 0 auto; }
      .sec2 .content .img img {
        display: block;
        width: 100%; }

.sec3 .imgs {
  display: flex;
  align-items: center;
  width: max-content;
  animation: img_go2 100s infinite linear; }
  .sec3 .imgs .flex {
    display: flex;
    align-items: center; }
    .sec3 .imgs .flex .img {
      height: 350px;
      border-radius: 20px;
      overflow: hidden;
      margin-right: 13px;
      position: relative; }
      .sec3 .imgs .flex .img img {
        display: block;
        height: 100%;
        transition: 3s; }
      .sec3 .imgs .flex .img:hover img {
        transform: scale(1.1); }
      .sec3 .imgs .flex .img p {
        font-weight: 500;
        font-size: 20px;
        color: #111111;
        line-height: 28px;
        position: absolute;
        top: 36px;
        left: 30px; }
    .sec3 .imgs .flex .color_box {
      width: 390px;
      height: 350px;
      border-radius: 20px;
      background: #111111;
      padding: 0 50px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-right: 13px; }
      .sec3 .imgs .flex .color_box .num {
        font-weight: 500;
        font-size: 88px;
        color: #FFFFFF; }
      .sec3 .imgs .flex .color_box p {
        font-weight: 500;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 52px;
        opacity: 0.8; }
      .sec3 .imgs .flex .color_box.blue {
        background: linear-gradient(0deg, #184DC4 0%, #00C0FA 100%); }

.sec4 {
  padding: 141px 0 0; }
  .sec4 .title {
    font-weight: 500;
    font-size: 20px;
    color: rgba(17, 17, 17, 0.7);
    line-height: 1; }
  .sec4 .line {
    display: block;
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    margin: 24px 0 80px; }
  .sec4 .logos {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .sec4 .logos img {
      display: block;
      width: 180px; }
      .sec4 .logos img:nth-child(2) {
        width: 203px; }
      .sec4 .logos img:nth-child(3) {
        width: 56px; }
      .sec4 .logos img:nth-child(4) {
        width: 220px; }
      .sec4 .logos img:nth-child(5) {
        width: 195px; }

.sec5 {
  padding: 250px 0 270px;
  position: relative; }
  .sec5 .bg {
    width: 2660px;
    position: absolute;
    top: -566px;
    left: -1523px; }
    .sec5 .bg img {
      display: block;
      width: 100%; }
  .sec5 .wrap .title {
    font-weight: 800;
    font-size: 48px;
    color: #111111;
    margin: 0 0 80px; }
  .sec5 .wrap .content .item {
    height: 230px; }
    .sec5 .wrap .content .item .item_line {
      width: 100%;
      height: 1px;
      background: #E6E6E6;
      margin-bottom: 44px; }
    .sec5 .wrap .content .item .item_box {
      display: flex;
      justify-content: space-between; }
      .sec5 .wrap .content .item .item_box .item_title {
        display: flex;
        align-items: center;
        gap: 0 16px; }
        .sec5 .wrap .content .item .item_box .item_title .cir {
          width: 8px;
          height: 8px;
          background: #111111;
          border-radius: 50%; }
        .sec5 .wrap .content .item .item_box .item_title p {
          font-weight: 800;
          font-size: 30px;
          color: #111111; }
      .sec5 .wrap .content .item .item_box .item_text {
        width: 700px;
        font-weight: 500;
        font-size: 16px;
        color: #666666;
        line-height: 32px; }

.sec6 {
  padding: 0 0 260px; }
  .sec6 .wrap .title {
    font-weight: 800;
    font-size: 48px;
    color: #111111;
    margin-bottom: 144px; }
  .sec6 .wrap .cirs {
    display: flex;
    position: relative; }
    .sec6 .wrap .cirs .cir {
      width: 400px;
      height: 400px;
      border-radius: 50%;
      position: relative; }
      .sec6 .wrap .cirs .cir .cir_box {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 1px solid #CCCCCC;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
        font-size: 36px;
        color: #999999;
        text-align: center;
        transition: 0.6s;
        position: relative; }
        .sec6 .wrap .cirs .cir .cir_box:after {
          content: "";
          width: 200px;
          height: 200px;
          border-radius: 50%;
          background: rgba(24, 77, 196, 0.1);
          opacity: 0;
          position: absolute;
          transform: scaleY(0.25);
          bottom: -150px;
          filter: blur(60px);
          transition: 0.6s; }
      .sec6 .wrap .cirs .cir:hover {
        z-index: 3; }
        .sec6 .wrap .cirs .cir:hover .cir_box {
          background: #184DC4;
          border: 1px solid #184DC4;
          color: #FFFFFF; }
          .sec6 .wrap .cirs .cir:hover .cir_box:after {
            opacity: 1; }
      .sec6 .wrap .cirs .cir:not(:first-child) {
        position: absolute; }
      .sec6 .wrap .cirs .cir:nth-child(2) {
        left: 333px; }
      .sec6 .wrap .cirs .cir:nth-child(3) {
        left: 667px; }
      .sec6 .wrap .cirs .cir:nth-child(4) {
        left: 1000px; }

.sec7 {
  width: 100vw;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden; }
  .sec7 .title {
    font-family: Gautami;
    font-weight: bold;
    font-size: 64px;
    color: #FFFFFF;
    line-height: 64px;
    position: absolute;
    top: 146px;
    z-index: 3;
    text-transform: uppercase; }
  .sec7 .img {
    width: 100%;
    height: 100%; }
    .sec7 .img img {
      display: block;
      width: 100%;
      max-height: unset;
      height: calc(100% + 400px); }

.sec8 {
  padding: 177px 0 160px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .sec8 .bg {
    width: 2660px;
    position: absolute;
    top: 177px;
    right: -1633px; }
    .sec8 .bg img {
      display: block;
      width: 100%; }
  .sec8 .wrap .sec8_top {
    width: 100%;
    position: relative; }
    .sec8 .wrap .sec8_top .title {
      font-family: Gautami;
      font-weight: bold;
      font-size: 64px;
      color: #111111;
      line-height: 64px;
      text-transform: uppercase; }
    .sec8 .wrap .sec8_top .line {
      position: absolute;
      top: 64px;
      width: 100%; }
      .sec8 .wrap .sec8_top .line .l {
        width: 100%;
        height: 1px;
        background: #111111; }
      .sec8 .wrap .sec8_top .line p {
        font-weight: 400;
        font-size: 20px;
        color: #111111;
        position: absolute;
        right: 0;
        top: -32px; }
  .sec8 .wrap .list {
    display: flex;
    justify-content: space-between;
    margin: 146px 0 0; }
    .sec8 .wrap .list .item {
      width: 440px;
      height: 400px;
      background: #F7F8FA;
      border-radius: 20px; }
      .sec8 .wrap .list .item .item_box {
        width: 100%;
        height: 100%;
        padding: 50px 57px 0 40px; }
        .sec8 .wrap .list .item .item_box .num {
          height: 65px;
          transition: 0.6s;
          filter: brightness(0); }
          .sec8 .wrap .list .item .item_box .num img {
            display: block;
            height: 100%; }
        .sec8 .wrap .list .item .item_box .item_title {
          font-weight: 500;
          font-size: 24px;
          color: #111111;
          margin: 90px 0 35px;
          transition: 0.6s; }
        .sec8 .wrap .list .item .item_box .item_text {
          font-weight: 500;
          font-size: 14px;
          color: #333333;
          line-height: 28px; }
      .sec8 .wrap .list .item:hover .item_box .num {
        filter: brightness(1); }
      .sec8 .wrap .list .item:hover .item_box .item_title {
        color: #184DC4; }
  .sec8 .wrap .color_part {
    margin: 247px 0 0; }
    .sec8 .wrap .color_part .color_part_top {
      display: flex;
      justify-content: space-between;
      margin-bottom: 193px; }
      .sec8 .wrap .color_part .color_part_top .l .title {
        font-weight: 400;
        font-size: 30px;
        color: #333333; }
        .sec8 .wrap .color_part .color_part_top .l .title span {
          color: #184DC4; }
      .sec8 .wrap .color_part .color_part_top .l .text {
        font-weight: 400;
        font-size: 18px;
        color: #666666;
        line-height: 36px;
        margin: 70px 0 0; }
      .sec8 .wrap .color_part .color_part_top .r {
        width: 344px; }
        .sec8 .wrap .color_part .color_part_top .r img {
          display: block;
          width: 100%;
          filter: brightness(0); }
    .sec8 .wrap .color_part .color_part_flex {
      display: flex;
      gap: 0 133px;
      justify-content: center; }
      .sec8 .wrap .color_part .color_part_flex .item p {
        font-weight: 500;
        font-size: 20px;
        text-align: center;
        margin: 26px 0 0; }
      .sec8 .wrap .color_part .color_part_flex .item .cir {
        width: 200px;
        height: 200px;
        background: rgba(236, 104, 23, 0);
        box-shadow: 0px 10px 15px 0px rgba(0, 94, 184, 0.2);
        border-radius: 50%;
        border: 40px solid #005EB8;
        display: flex;
        align-items: center;
        justify-content: center; }
        .sec8 .wrap .color_part .color_part_flex .item .cir .cir_box {
          font-weight: 500;
          font-size: 24px;
          color: #005EB8; }
      .sec8 .wrap .color_part .color_part_flex .item:nth-child(2) .cir {
        box-shadow: 0px 10px 15px 0px rgba(151, 170, 197, 0.2);
        border: 40px solid #D8DDE4; }
      .sec8 .wrap .color_part .color_part_flex .item:nth-child(3) .cir {
        box-shadow: 0px 10px 15px 0px rgba(76, 84, 111, 0.1);
        border: 40px solid #333333; }
      .sec8 .wrap .color_part .color_part_flex .item:nth-child(4) .cir {
        box-shadow: 0px 10px 15px 0px rgba(76, 84, 111, 0.1);
        border: 40px solid #F7F8FA; }

.sec9 {
  padding: 163px 0 0; }
  .sec9 .wrap .sec9_top {
    display: flex;
    justify-content: space-between; }
    .sec9 .wrap .sec9_top .l {
      width: 287px; }
    .sec9 .wrap .sec9_top .r {
      text-align: right; }
      .sec9 .wrap .sec9_top .r .title {
        font-weight: 400;
        font-size: 30px;
        color: #333333;
        line-height: 40px;
        margin-bottom: 70px; }
        .sec9 .wrap .sec9_top .r .title span {
          color: #FF770F; }
      .sec9 .wrap .sec9_top .r .text {
        font-weight: 400;
        font-size: 18px;
        color: #666666;
        line-height: 36px; }
  .sec9 .wrap .content {
    width: 100%;
    margin: 115px 0 0; }
    .sec9 .wrap .content table {
      width: 100%; }
      .sec9 .wrap .content table tr th {
        width: 25%;
        height: 70px;
        font-weight: 400;
        font-size: 20px;
        color: #111111;
        border-bottom: 1px solid #808080; }
      .sec9 .wrap .content table tr td {
        width: 25%;
        height: 140px;
        font-weight: 400;
        font-size: 20px;
        color: #111111;
        text-align: center;
        border-bottom: 1px solid #D9D9D9; }

.sec10 {
  padding: 250px 0 146px;
  position: relative;
  overflow: hidden; }
  .sec10 .circle-animate {
    position: absolute;
    z-index: 0;
    width: 1972px;
    height: 1972px;
    left: calc((100% - 1972px) / 2);
    bottom: -1600px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(24, 77, 196, 0.3) 0%, rgba(24, 77, 196, 0) 100%);
    animation: rotateInfinite 8s linear infinite both; }
  .sec10 .title {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
    text-align: center;
    margin-bottom: 66px; }
  .sec10 .img {
    width: 680px;
    margin: 66px auto 0;
    position: relative;
    z-index: 10; }
    .sec10 .img img {
      display: block;
      width: 100%; }
    .sec10 .img .position_translate {
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 20; }
      .sec10 .img .position_translate:nth-child(2) {
        top: 0;
        left: unset;
        right: 0;
        z-index: 20; }

.sec11 {
  padding: 189px 0 0; }
  .sec11 .wrap .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 110px; }
    .sec11 .wrap .top .title {
      font-weight: 100;
      font-size: 48px;
      color: #111111;
      line-height: 64px; }
      .sec11 .wrap .top .title span {
        font-weight: bold; }
    .sec11 .wrap .top .text {
      width: 710px;
      font-weight: 400;
      font-size: 18px;
      color: #333333;
      line-height: 36px; }
  .sec11 .wrap .img {
    border-radius: 40px;
    overflow: hidden; }

.sec12 {
  height: 400vh; }
  .sec12 .fix {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center; }
    .sec12 .fix .wrap {
      display: flex;
      justify-content: space-between; }
      .sec12 .fix .wrap .l {
        width: 650px; }
        .sec12 .fix .wrap .l .title {
          font-weight: bold;
          font-size: 20px;
          color: #111111;
          line-height: 28px; }
        .sec12 .fix .wrap .l .text {
          font-weight: 400;
          font-size: 14px;
          color: #333333;
          line-height: 20px;
          margin: 28px 0 60px; }
        .sec12 .fix .wrap .l .line {
          width: 100%;
          height: 1px;
          background: #E6E6E6; }
        .sec12 .fix .wrap .l .l_box {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .sec12 .fix .wrap .l .l_box .scroll_box {
            width: 4px;
            height: 48px;
            background: #D7D7D7;
            border-radius: 2px; }
            .sec12 .fix .wrap .l .l_box .scroll_box .scroll_box_line {
              width: 100%;
              background: #184DC4;
              border-radius: 2px; }
          .sec12 .fix .wrap .l .l_box .l_list {
            width: 330px;
            overflow: hidden; }
            .sec12 .fix .wrap .l .l_box .l_list .scroll_y1 {
              transform: translateY(400px); }
            .sec12 .fix .wrap .l .l_box .l_list .item {
              border-top: 1px solid #E6E6E6;
              line-height: 1;
              padding: 23px 0 0;
              height: 100px; }
              .sec12 .fix .wrap .l .l_box .l_list .item p {
                font-family: Gautami;
                font-weight: 400;
                font-size: 12px;
                color: #999999;
                margin-bottom: 13px; }
              .sec12 .fix .wrap .l .l_box .l_list .item h5 {
                font-weight: bold;
                font-size: 20px;
                color: #111111; }
      .sec12 .fix .wrap .r {
        position: relative;
        transform: translateY(-60px); }
        .sec12 .fix .wrap .r .img {
          width: 700px;
          height: 570px;
          border-radius: 20px;
          overflow: hidden; }
          .sec12 .fix .wrap .r .img img {
            width: 100%;
            height: 100%;
            transition: 0.6s; }
          .sec12 .fix .wrap .r .img:not(:first-child) {
            position: absolute;
            top: 0;
            transform: translateY(100vh); }

.sec13 .sec13_top {
  display: flex;
  justify-content: space-between; }
  .sec13 .sec13_top .title {
    font-family: Gautami;
    font-weight: bold;
    font-size: 64px;
    color: #111111;
    line-height: 64px;
    text-transform: uppercase; }
  .sec13 .sec13_top .r {
    width: 1088px;
    padding: 23px 0 0; }
    .sec13 .sec13_top .r p {
      text-align: right;
      font-weight: 400;
      font-size: 20px;
      color: #111111;
      line-height: 1;
      margin-bottom: 16px; }
    .sec13 .sec13_top .r .line {
      width: 100%;
      height: 1px;
      background: #111111; }
.sec13 .text {
  width: 705px;
  margin: 50px 0 100px auto;
  font-weight: 400;
  font-size: 24px;
  color: #111111;
  line-height: 38px; }
.sec13 .fix_box {
  height: calc(((3990px - 100vw) / 0.3 + 100vh)); }
  .sec13 .fix_box .fix {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-direction: column; }
    .sec13 .fix_box .fix .flex {
      display: flex;
      gap: 0 50px;
      width: max-content; }
      .sec13 .fix_box .fix .flex .img {
        width: 960px; }
        .sec13 .fix_box .fix .flex .img img {
          display: block;
          width: 100%; }
      .sec13 .fix_box .fix .flex:nth-child(2) {
        position: relative;
        left: calc(100vw - 3990px); }

.sec14 {
  height: calc(((4163px - 100vh) / 0.3 + 100vh)); }
  .sec14 .fix {
    width: 100vw;
    height: 100vh;
    overflow: hidden; }
    .sec14 .fix .wrap {
      display: flex;
      justify-content: space-between; }
      .sec14 .fix .wrap .img {
        width: 680px; }
        .sec14 .fix .wrap .img .img_text {
          height: 570px;
          padding: 110px 0 0; }
          .sec14 .fix .wrap .img .img_text .title {
            font-weight: 100;
            font-size: 48px;
            color: #111111;
            line-height: 64px;
            margin-bottom: 60px; }
            .sec14 .fix .wrap .img .img_text .title b {
              font-weight: bold; }
          .sec14 .fix .wrap .img .img_text .text {
            font-weight: 400;
            font-size: 20px;
            color: #111111;
            line-height: 32px; }
        .sec14 .fix .wrap .img img {
          display: block;
          width: 100%; }
        .sec14 .fix .wrap .img:nth-child(2) {
          position: relative;
          top: calc(100vh - 4163px); }

.sec15 {
  padding: 277px 0 0; }
  .sec15 .img {
    width: 100%;
    height: 100vh; }
    .sec15 .img img {
      display: block;
      width: 100%;
      height: 100%; }

.sec16 {
  padding: 165px 0 260px; }
  .sec16 .wrap .top {
    display: flex;
    align-items: flex-end;
    margin-bottom: 110px; }
    .sec16 .wrap .top .title {
      font-family: Gautami;
      font-weight: bold;
      font-size: 64px;
      color: #111111;
      line-height: 1;
      white-space: nowrap;
      text-transform: uppercase; }
    .sec16 .wrap .top .r {
      width: 100%;
      margin-bottom: 9px; }
      .sec16 .wrap .top .r p {
        font-weight: 400;
        font-size: 20px;
        color: #111111;
        line-height: 1;
        text-align: right;
        margin-bottom: 16px; }
      .sec16 .wrap .top .r .line {
        width: 100%;
        height: 1px;
        background: #111111; }
  .sec16 .wrap .text {
    font-weight: 500;
    font-size: 24px;
    color: #111111;
    line-height: 48px; }

.footer {
  width: 100vw;
  height: 100vh; }

@keyframes img_go {
  100% {
    transform: translateX(-50%); } }
@keyframes img_go2 {
  0% {
    transform: translateX(-50%); }
  100% {
    transform: translateX(0); } }
@keyframes rotateInfinite {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  25% {
    -webkit-transform: translate(-30%, -20%);
    transform: translate(-30%, -20%); }
  50% {
    -webkit-transform: translate(13%, -33%);
    transform: translate(13%, -33%); }
  75% {
    -webkit-transform: translate(0%, -20%);
    transform: translate(0%, -20%); }
  to {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); } }
body#Pattern .banner .img img {
  filter: brightness(0.5); }
body#Pattern .sec1 .wrap .title {
  color: #FFFFFF; }
body#Pattern .sec1 .wrap .text {
  color: rgba(255, 255, 255, 0.6); }
body#Pattern .sec2 .sec2_top .title {
  color: #FFFFFF; }
body#Pattern .sec2 .sec2_top .r p {
  color: rgba(255, 255, 255, 0.6); }
body#Pattern .sec2 .sec2_top .r .line {
  background: rgba(255, 255, 255, 0.6); }
body#Pattern .sec4 .title {
  color: #FFFFFF; }
body#Pattern .sec5 .wrap .title {
  color: #FFFFFF; }
body#Pattern .sec5 .wrap .content .item .item_line {
  background: rgba(255, 255, 255, 0.6); }
body#Pattern .sec5 .wrap .content .item .item_box .item_title .cir {
  background: rgba(255, 255, 255, 0.8); }
body#Pattern .sec5 .wrap .content .item .item_box .item_title p {
  color: rgba(255, 255, 255, 0.8); }
body#Pattern .sec5 .wrap .content .item .item_box .item_text {
  color: rgba(255, 255, 255, 0.6); }
body#Pattern .sec6 .wrap .title {
  color: #FFFFFF; }
body#Pattern .sec8 .wrap .sec8_top .title {
  color: #FFFFFF; }
body#Pattern .sec8 .wrap .sec8_top .line .l {
  background: rgba(255, 255, 255, 0.8); }
body#Pattern .sec8 .wrap .sec8_top .line p {
  color: rgba(255, 255, 255, 0.8); }
body#Pattern .sec8 .wrap .color_part .color_part_top .l .title {
  color: #FFFFFF; }
body#Pattern .sec8 .wrap .color_part .color_part_top .l .text {
  color: rgba(255, 255, 255, 0.6); }
body#Pattern .sec8 .wrap .color_part .color_part_top .r img {
  filter: brightness(0) invert(1); }
body#Pattern .sec9 .wrap .sec9_top .r .title {
  color: #FFFFFF; }
body#Pattern .sec9 .wrap .sec9_top .r .text {
  color: rgba(255, 255, 255, 0.8); }
body#Pattern .sec9 .wrap .content table tr td {
  color: rgba(255, 255, 255, 0.6); }
body#Pattern .sec10 .title {
  color: #FFFFFF; }
body#Pattern .sec11 .wrap .top .title {
  color: #FFFFFF; }
body#Pattern .sec11 .wrap .top .text {
  color: rgba(255, 255, 255, 0.8); }
body#Pattern .sec12 .fix .wrap .l .title {
  color: #FFFFFF; }
body#Pattern .sec12 .fix .wrap .l .text {
  color: rgba(255, 255, 255, 0.8); }
body#Pattern .sec12 .fix .wrap .swiper .swiper-slide h5 {
  color: rgba(255, 255, 255, 0.8); }
body#Pattern .sec12 .fix .wrap .l_box .l_list .item h5 {
  color: #FFFFFF; }
body#Pattern .sec13 .sec13_top .title {
  color: #FFFFFF; }
body#Pattern .sec13 .sec13_top .r .line {
  background: rgba(255, 255, 255, 0.8); }
body#Pattern .sec13 .sec13_top .r p {
  color: rgba(255, 255, 255, 0.8); }
body#Pattern .sec13 .text {
  color: rgba(255, 255, 255, 0.8); }
body#Pattern .sec14 .fix .wrap .img .img_text .title {
  color: #FFFFFF; }
body#Pattern .sec14 .fix .wrap .img .img_text .text {
  color: rgba(255, 255, 255, 0.8); }
body#Pattern .sec15 .img {
  filter: brightness(0.5); }
body#Pattern .sec16 .wrap .top .title {
  color: #FFFFFF; }
body#Pattern .sec16 .wrap .top .r p {
  color: rgba(255, 255, 255, 0.8); }
body#Pattern .sec16 .wrap .top .r .line {
  background: rgba(255, 255, 255, 0.8); }
body#Pattern .sec16 .wrap .text {
  color: rgba(255, 255, 255, 0.8); }

@media screen and (max-width: 1919px) {
  .w1400 {
    width: 72.9166666667vw; }

  .sec1 {
    padding: 6.1458333333vw 0px 0px; }

  .sec1 .wrap .title {
    font-size: 3.3333333333vw;
    line-height: 3.3333333333vw;
    margin-bottom: 4.6875vw; }

  .sec1 .wrap .labels {
    margin-bottom: 4.9479166667vw; }

  .sec1 .wrap .labels .label {
    font-size: 0.8333333333vw; }

  .sec1 .wrap .labels .line {
    margin: 1.1458333333vw 0px 0px; }

  .sec1 .wrap .text {
    margin: 4.9479166667vw 0px 6.6666666667vw;
    width: 45vw;
    font-size: 0.9375vw;
    line-height: 1.9791666667vw; }

  .sec1 .wrap .img {
    border-radius: 2.2916666667vw; }

  .sec2 {
    padding: 11.5104166667vw 0px 10.3645833333vw; }

  .sec2 .sec2_top {
    margin-bottom: 4.8958333333vw; }

  .sec2 .sec2_top .title {
    font-size: 3.3333333333vw; }

  .sec2 .sec2_top .r {
    margin-bottom: 0.3645833333vw; }

  .sec2 .sec2_top .r p {
    font-size: 1.0416666667vw;
    margin-bottom: 0.78125vw; }

  .sec2 .content .zi .flex img {
    width: 93.75vw;
    margin-right: 1.0416666667vw; }

  .sec2 .content .img {
    width: 23.4375vw; }

  .sec3 .imgs .flex .img {
    height: 18.2291666667vw;
    border-radius: 1.0416666667vw;
    margin-right: 0.6770833333vw; }

  .sec3 .imgs .flex .img p {
    font-size: 1.0416666667vw;
    line-height: 1.4583333333vw;
    top: 1.875vw;
    left: 1.5625vw; }

  .sec3 .imgs .flex .color_box {
    width: 20.3125vw;
    height: 18.2291666667vw;
    border-radius: 1.0416666667vw;
    padding: 0px 2.6041666667vw;
    margin-right: 0.6770833333vw; }

  .sec3 .imgs .flex .color_box .num {
    font-size: 4.5833333333vw; }

  .sec3 .imgs .flex .color_box p {
    font-size: 0.8333333333vw;
    line-height: 2.7083333333vw; }

  .sec4 {
    padding: 7.34375vw 0px 0px; }

  .sec4 .title {
    font-size: 1.0416666667vw; }

  .sec4 .line {
    margin: 1.25vw 0px 4.1666666667vw; }

  .sec4 .logos img {
    width: 9.375vw; }

  .sec4 .logos img:nth-child(2) {
    width: 10.5729166667vw; }

  .sec4 .logos img:nth-child(3) {
    width: 2.9166666667vw; }

  .sec4 .logos img:nth-child(4) {
    width: 11.4583333333vw; }

  .sec4 .logos img:nth-child(5) {
    width: 10.15625vw; }

  .sec5 {
    padding: 13.0208333333vw 0px 14.0625vw; }

  .sec5 .bg {
    width: 138.5416666667vw;
    top: -29.4791666667vw;
    left: -79.3229166667vw; }

  .sec5 .wrap .title {
    font-size: 2.5vw;
    margin: 0px 0px 4.1666666667vw; }

  .sec5 .wrap .content .item {
    height: 11.9791666667vw; }

  .sec5 .wrap .content .item .item_line {
    margin-bottom: 2.2916666667vw; }

  .sec5 .wrap .content .item .item_box .item_title {
    gap: 0px 0.8333333333vw; }

  .sec5 .wrap .content .item .item_box .item_title .cir {
    width: 0.4166666667vw;
    height: 0.4166666667vw; }

  .sec5 .wrap .content .item .item_box .item_title p {
    font-size: 1.5625vw; }

  .sec5 .wrap .content .item .item_box .item_text {
    width: 36.4583333333vw;
    font-size: 0.8333333333vw;
    line-height: 1.6666666667vw; }

  .sec6 {
    padding: 0px 0px 13.5416666667vw; }

  .sec6 .wrap .title {
    font-size: 2.5vw;
    margin-bottom: 7.5vw; }

  .sec6 .wrap .cirs .cir {
    width: 20.8333333333vw;
    height: 20.8333333333vw; }

  .sec6 .wrap .cirs .cir .cir_box {
    font-size: 1.875vw; }

  .sec6 .wrap .cirs .cir .cir_box::after {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    bottom: -7.8125vw;
    filter: blur(3.125vw); }

  .sec6 .wrap .cirs .cir:nth-child(2) {
    left: 17.34375vw; }

  .sec6 .wrap .cirs .cir:nth-child(3) {
    left: 34.7395833333vw; }

  .sec6 .wrap .cirs .cir:nth-child(4) {
    left: 52.0833333333vw; }

  .sec7 .title {
    font-size: 3.3333333333vw;
    line-height: 3.3333333333vw;
    top: 7.6041666667vw; }

  .sec7 .img img {
    height: calc(100% + 20.8333333333vw); }

  .sec8 {
    padding: 9.21875vw 0px 8.3333333333vw; }

  .sec8 .bg {
    width: 138.5416666667vw;
    top: 9.21875vw;
    right: -85.0520833333vw; }

  .sec8 .wrap .sec8_top .title {
    font-size: 3.3333333333vw;
    line-height: 3.3333333333vw; }

  .sec8 .wrap .sec8_top .line {
    top: 3.3333333333vw; }

  .sec8 .wrap .sec8_top .line p {
    font-size: 1.0416666667vw;
    top: -1.6666666667vw; }

  .sec8 .wrap .list {
    margin: 7.6041666667vw 0px 0px; }

  .sec8 .wrap .list .item {
    width: 22.9166666667vw;
    height: 20.8333333333vw;
    border-radius: 1.0416666667vw; }

  .sec8 .wrap .list .item .item_box {
    padding: 2.6041666667vw 2.96875vw 0px 2.0833333333vw; }

  .sec8 .wrap .list .item .item_box .num {
    height: 3.3854166667vw; }

  .sec8 .wrap .list .item .item_box .item_title {
    font-size: 1.25vw;
    margin: 4.6875vw 0px 1.8229166667vw; }

  .sec8 .wrap .list .item .item_box .item_text {
    font-size: 0.7291666667vw;
    line-height: 1.4583333333vw; }

  .sec8 .wrap .color_part {
    margin: 12.8645833333vw 0px 0px; }

  .sec8 .wrap .color_part .color_part_top {
    margin-bottom: 10.0520833333vw; }

  .sec8 .wrap .color_part .color_part_top .l .title {
    font-size: 1.5625vw; }

  .sec8 .wrap .color_part .color_part_top .l .text {
    font-size: 0.9375vw;
    line-height: 1.875vw;
    margin: 3.6458333333vw 0px 0px; }

  .sec8 .wrap .color_part .color_part_top .r {
    width: 17.9166666667vw; }

  .sec8 .wrap .color_part .color_part_flex {
    gap: 0px 6.9270833333vw; }

  .sec8 .wrap .color_part .color_part_flex .item p {
    font-size: 1.0416666667vw;
    margin: 1.3541666667vw 0px 0px; }

  .sec8 .wrap .color_part .color_part_flex .item .cir {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    box-shadow: rgba(0, 94, 184, 0.2) 0px 0.5208333333vw 0.78125vw 0px;
    border: 2.0833333333vw solid #005eb8; }

  .sec8 .wrap .color_part .color_part_flex .item .cir .cir_box {
    font-size: 1.25vw; }

  .sec8 .wrap .color_part .color_part_flex .item:nth-child(2) .cir {
    box-shadow: rgba(151, 170, 197, 0.2) 0px 0.5208333333vw 0.78125vw 0px;
    border: 2.0833333333vw solid #d8dde4; }

  .sec8 .wrap .color_part .color_part_flex .item:nth-child(3) .cir {
    box-shadow: rgba(76, 84, 111, 0.1) 0px 0.5208333333vw 0.78125vw 0px;
    border: 2.0833333333vw solid #333333; }

  .sec8 .wrap .color_part .color_part_flex .item:nth-child(4) .cir {
    box-shadow: rgba(76, 84, 111, 0.1) 0px 0.5208333333vw 0.78125vw 0px;
    border: 2.0833333333vw solid #f7f8fa; }

  .sec9 {
    padding: 8.4895833333vw 0px 0px; }

  .sec9 .wrap .sec9_top .l {
    width: 14.9479166667vw; }

  .sec9 .wrap .sec9_top .r .title {
    font-size: 1.5625vw;
    line-height: 2.0833333333vw;
    margin-bottom: 3.6458333333vw; }

  .sec9 .wrap .sec9_top .r .text {
    font-size: 0.9375vw;
    line-height: 1.875vw; }

  .sec9 .wrap .content {
    margin: 5.9895833333vw 0px 0px; }

  .sec9 .wrap .content table tr th {
    height: 3.6458333333vw;
    font-size: 1.0416666667vw; }

  .sec9 .wrap .content table tr td {
    height: 7.2916666667vw;
    font-size: 1.0416666667vw; }

  .sec10 {
    padding: 13.0208333333vw 0px 7.6041666667vw; }

  .sec10 .circle-animate {
    width: 102.7083333333vw;
    height: 102.7083333333vw;
    left: calc(50% - 51.3541666667vw);
    bottom: -83.3333333333vw; }

  .sec10 .title {
    font-size: 2.0833333333vw;
    margin-bottom: 3.4375vw; }

  .sec10 .img {
    width: 35.4166666667vw;
    margin: 3.4375vw auto 0px; }

  .sec11 {
    padding: 9.84375vw 0px 0px; }

  .sec11 .wrap .top {
    margin-bottom: 5.7291666667vw; }

  .sec11 .wrap .top .title {
    font-size: 2.5vw;
    line-height: 3.3333333333vw; }

  .sec11 .wrap .top .text {
    width: 36.9791666667vw;
    font-size: 0.9375vw;
    line-height: 1.875vw; }

  .sec11 .wrap .img {
    border-radius: 2.0833333333vw; }

  .sec12 .fix .wrap .l {
    width: 33.8541666667vw; }

  .sec12 .fix .wrap .l .title {
    font-size: 1.0416666667vw;
    line-height: 1.4583333333vw; }

  .sec12 .fix .wrap .l .text {
    font-size: 0.7291666667vw;
    line-height: 1.0416666667vw;
    margin: 1.4583333333vw 0px 3.125vw; }

  .sec12 .fix .wrap .l .l_box .scroll_box {
    width: 0.2083333333vw;
    height: 2.5vw;
    border-radius: 0.1041666667vw; }

  .sec12 .fix .wrap .l .l_box .scroll_box .scroll_box_line {
    border-radius: 0.1041666667vw; }

  .sec12 .fix .wrap .l .l_box .l_list {
    width: 17.1875vw; }

  .sec12 .fix .wrap .l .l_box .l_list .scroll_y1 {
    transform: translateY(20.8333333333vw); }

  .sec12 .fix .wrap .l .l_box .l_list .item {
    padding: 1.1979166667vw 0px 0px;
    height: 5.2083333333vw; }

  .sec12 .fix .wrap .l .l_box .l_list .item p {
    font-size: 0.625vw;
    margin-bottom: 0.6770833333vw; }

  .sec12 .fix .wrap .l .l_box .l_list .item h5 {
    font-size: 1.0416666667vw; }

  .sec12 .fix .wrap .r {
    transform: translateY(-3.125vw); }

  .sec12 .fix .wrap .r .img {
    width: 36.4583333333vw;
    height: 29.6875vw;
    border-radius: 1.0416666667vw; }

  .sec13 .sec13_top .title {
    font-size: 3.3333333333vw;
    line-height: 3.3333333333vw; }

  .sec13 .sec13_top .r {
    width: 56.6666666667vw;
    padding: 1.1979166667vw 0px 0px; }

  .sec13 .sec13_top .r p {
    font-size: 1.0416666667vw;
    margin-bottom: 0.8333333333vw; }

  .sec13 .text {
    width: 36.71875vw;
    margin: 2.6041666667vw 0px 5.2083333333vw auto;
    font-size: 1.25vw;
    line-height: 1.9791666667vw; }

  .sec13 .fix_box {
    height: calc(692.7083333333vw + 100vh - 333.333vw); }

  .sec13 .fix_box .fix {
    gap: 2.0833333333vw; }

  .sec13 .fix_box .fix .flex {
    gap: 0px 2.6041666667vw; }

  .sec13 .fix_box .fix .flex .img {
    width: 50vw; }

  .sec13 .fix_box .fix .flex:nth-child(2) {
    left: calc(-207.8125vw + 100vw); }

  .sec14 {
    height: calc(722.7447916667vw - 233.333vh); }

  .sec14 .fix .wrap .img {
    width: 35.4166666667vw; }

  .sec14 .fix .wrap .img .img_text {
    height: 29.6875vw;
    padding: 5.7291666667vw 0px 0px; }

  .sec14 .fix .wrap .img .img_text .title {
    font-size: 2.5vw;
    line-height: 3.3333333333vw;
    margin-bottom: 3.125vw; }

  .sec14 .fix .wrap .img .img_text .text {
    font-size: 1.0416666667vw;
    line-height: 1.6666666667vw; }

  .sec14 .fix .wrap .img:nth-child(2) {
    top: calc(-216.8229166667vw + 100vh); }

  .sec15 {
    padding: 14.4270833333vw 0px 0px; }

  .sec16 {
    padding: 8.59375vw 0px 13.5416666667vw; }

  .sec16 .wrap .top {
    margin-bottom: 5.7291666667vw; }

  .sec16 .wrap .top .title {
    font-size: 3.3333333333vw; }

  .sec16 .wrap .top .r {
    margin-bottom: 0.46875vw; }

  .sec16 .wrap .top .r p {
    font-size: 1.0416666667vw;
    margin-bottom: 0.8333333333vw; }

  .sec16 .wrap .text {
    font-size: 1.25vw;
    line-height: 2.5vw; } }
@media screen and (max-width: 768px) {
  .w1400 {
    width: 90%; }

  .sec1 {
    padding: 50px 0; }
    .sec1 .wrap .title {
      font-size: 28px;
      line-height: 1.3;
      margin-bottom: 30px; }
    .sec1 .wrap .labels {
      gap: 8px;
      margin-bottom: 40px; }
      .sec1 .wrap .labels .label {
        font-size: 15px; }
    .sec1 .wrap .text {
      font-size: 16px;
      line-height: 1.8;
      width: 100%;
      margin: 15px 0 40px; }

  .sec2 {
    width: 100vw;
    overflow: hidden;
    padding: 50px 0; }
    .sec2 .sec2_top {
      margin: 0 auto 40px; }
      .sec2 .sec2_top .title {
        font-size: 28px; }
      .sec2 .sec2_top .r p {
        font-size: 15px;
        margin-bottom: 10px; }
    .sec2 .content .zi .flex img {
      width: 150vw;
      margin-right: 2.5vw; }
    .sec2 .content .img {
      width: 42vw;
      position: relative;
      z-index: 3; }

  .sec3 {
    width: 100vw;
    overflow: hidden; }
    .sec3 .imgs .flex .img {
      height: 170px;
      border-radius: 10px;
      margin-right: 20px; }
      .sec3 .imgs .flex .img p {
        font-size: 14px;
        line-height: 1.6;
        top: 10px;
        left: 20px; }
    .sec3 .imgs .flex .color_box {
      width: 240px;
      height: 170px;
      border-radius: 10px;
      margin-right: 20px;
      padding: 0 15px; }
      .sec3 .imgs .flex .color_box .num {
        font-size: 28px;
        margin-bottom: 10px; }
      .sec3 .imgs .flex .color_box p {
        font-size: 14px; }

  .sec4 {
    padding: 60px 0 0; }
    .sec4 .wrap .title {
      font-size: 18px; }
    .sec4 .wrap .line {
      margin: 15px 0 30px; }
    .sec4 .wrap .logos {
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: 20px 44px; }
      .sec4 .wrap .logos img {
        width: 28vw; }
        .sec4 .wrap .logos img:nth-child(2) {
          width: 30vw; }
        .sec4 .wrap .logos img:nth-child(3) {
          width: 8vw; }
        .sec4 .wrap .logos img:nth-child(4) {
          width: 28vw;
          filter: brightness(0) invert(1); }
        .sec4 .wrap .logos img:nth-child(5) {
          width: 28vw; }

  .sec5 {
    padding: 60px 0; }
    .sec5 .wrap .title {
      font-size: 24px;
      margin-bottom: 20px; }
    .sec5 .wrap .content .item {
      height: unset;
      padding: 0 0 40px; }
      .sec5 .wrap .content .item .item_line {
        margin-bottom: 30px; }
      .sec5 .wrap .content .item .item_box {
        display: block; }
        .sec5 .wrap .content .item .item_box .item_text {
          width: 100%;
          font-size: 15px;
          line-height: 1.8; }
        .sec5 .wrap .content .item .item_box .item_title {
          gap: 0 10px;
          margin-bottom: 20px; }
          .sec5 .wrap .content .item .item_box .item_title .cir {
            width: 6px;
            height: 6px; }
          .sec5 .wrap .content .item .item_box .item_title p {
            font-size: 18px; }

  .sec6 {
    padding: 0 0 calc(60px + 38vw); }
    .sec6 .wrap .title {
      font-size: 24px;
      margin-bottom: 30px; }
    .sec6 .wrap .cirs .cir {
      width: 52vw;
      height: 52vw; }
      .sec6 .wrap .cirs .cir .cir_box {
        font-size: 16px;
        line-height: 1.6; }
        .sec6 .wrap .cirs .cir .cir_box:after {
          display: none; }
      .sec6 .wrap .cirs .cir:nth-child(2) {
        left: 38vw; }
      .sec6 .wrap .cirs .cir:nth-child(3) {
        left: 0;
        top: 38vw; }
      .sec6 .wrap .cirs .cir:nth-child(4) {
        top: 38vw;
        left: 38vw; }

  .sec7 {
    height: unset; }
    .sec7 .title {
      font-size: 22px;
      line-height: 1.4;
      display: none; }
    .sec7 .img img {
      height: unset !important;
      transform: unset !important; }

  .sec8 {
    padding: 80px 0 50px;
    width: 100vw;
    overflow: hidden; }
    .sec8 .wrap .sec8_top .title {
      font-size: 28px;
      line-height: 1.3; }
    .sec8 .wrap .sec8_top .line {
      top: 36px; }
      .sec8 .wrap .sec8_top .line p {
        font-size: 15px;
        top: -24px; }
    .sec8 .wrap .list {
      display: block;
      margin: 40px 0 0; }
      .sec8 .wrap .list .item {
        width: 100%;
        border-radius: 8px;
        height: unset;
        padding: 40px 20px; }
        .sec8 .wrap .list .item:not(:last-child) {
          margin-bottom: 30px; }
        .sec8 .wrap .list .item .item_box .num {
          height: 40px; }
        .sec8 .wrap .list .item .item_box .item_title {
          margin: 40px 0 15px;
          font-size: 18px; }
        .sec8 .wrap .list .item .item_box .item_text {
          font-size: 15px;
          line-height: 1.8; }
    .sec8 .wrap .color_part {
      margin: 80px 0 0; }
      .sec8 .wrap .color_part .color_part_top {
        position: relative;
        margin-bottom: 30px; }
        .sec8 .wrap .color_part .color_part_top .l {
          width: 100%; }
          .sec8 .wrap .color_part .color_part_top .l .title {
            font-size: 24px;
            line-height: 1.5; }
          .sec8 .wrap .color_part .color_part_top .l .text {
            width: 100%;
            font-size: 15px;
            line-height: 1.8;
            margin: 30px 0 0; }
        .sec8 .wrap .color_part .color_part_top .r {
          position: absolute;
          top: 17px;
          right: 0;
          width: 130px; }
      .sec8 .wrap .color_part .color_part_flex {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 30px 0; }
        .sec8 .wrap .color_part .color_part_flex .item .cir {
          width: 42vw;
          height: 42vw;
          border-width: 28px !important; }
          .sec8 .wrap .color_part .color_part_flex .item .cir .cir_box {
            font-size: 16px; }
        .sec8 .wrap .color_part .color_part_flex .item p {
          font-size: 18px;
          margin: 15px 0 0; }

  .sec9 .wrap .sec9_top {
    position: relative;
    justify-content: flex-end; }
    .sec9 .wrap .sec9_top .l {
      position: absolute;
      top: 8px;
      left: 0;
      width: 130px; }
    .sec9 .wrap .sec9_top .r .title {
      font-size: 24px;
      line-height: 1.3;
      margin-bottom: 30px; }
    .sec9 .wrap .sec9_top .r .text {
      width: 100%;
      font-size: 15px;
      line-height: 1.6;
      text-align: left; }
      .sec9 .wrap .sec9_top .r .text br {
        display: none; }
  .sec9 .wrap .content table tr td {
    font-size: 12px !important;
    height: 65px; }

  .sec10 {
    padding: 80px 0 60px; }
    .sec10 .title {
      font-size: 24px;
      margin-bottom: 40px; }
    .sec10 .img {
      width: 70vw; }

  .sec11 {
    padding: 50px 0 0; }
    .sec11 .wrap .top {
      display: block;
      margin-bottom: 40px; }
      .sec11 .wrap .top .title {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 25px; }
      .sec11 .wrap .top .text {
        width: 100%;
        font-size: 15px;
        line-height: 1.8; }

  .sec12 {
    height: unset !important;
    padding: 100px 0 60px; }
    .sec12 .fix {
      height: unset !important;
      transform: unset !important; }
      .sec12 .fix .wrap {
        display: block; }
        .sec12 .fix .wrap .r {
          display: none; }
        .sec12 .fix .wrap .swiper {
          display: block !important;
          margin: 40px 0 0; }
          .sec12 .fix .wrap .swiper .swiper-slide .img {
            width: 100%;
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 10px; }
            .sec12 .fix .wrap .swiper .swiper-slide .img img {
              display: block; }
          .sec12 .fix .wrap .swiper .swiper-slide h5 {
            font-size: 15px;
            text-align: center; }
        .sec12 .fix .wrap .l {
          width: 100%; }
          .sec12 .fix .wrap .l .title {
            font-size: 20px;
            line-height: 1.4; }
          .sec12 .fix .wrap .l .text {
            font-size: 15px;
            line-height: 1.8;
            margin: 20px 0 20px; }
            .sec12 .fix .wrap .l .text br {
              display: none; }
          .sec12 .fix .wrap .l .l_box {
            display: none; }

  .sec13 {
    padding: 60px 0 0; }
    .sec13 .wrap .sec13_top {
      align-items: flex-end; }
      .sec13 .wrap .sec13_top .title {
        font-size: 28px;
        line-height: 1.3; }
      .sec13 .wrap .sec13_top .r {
        width: 100%;
        margin-bottom: 10px; }
        .sec13 .wrap .sec13_top .r p {
          font-size: 15px;
          margin-bottom: 10px; }
    .sec13 .wrap .text {
      margin: 30px 0 0;
      width: 100%;
      font-size: 15px;
      line-height: 1.8; }
    .sec13 .fix_box {
      height: unset !important;
      margin: 40px 0 0; }
      .sec13 .fix_box .fix {
        height: unset !important;
        transform: unset !important;
        width: 90%;
        margin: 0 auto; }
        .sec13 .fix_box .fix .flex {
          display: block;
          position: unset !important;
          width: 100%;
          transform: unset !important; }
          .sec13 .fix_box .fix .flex .img {
            width: 100%;
            margin: 0 0 30px; }

  .sec14 {
    height: unset !important;
    padding: 40px 0 30px; }
    .sec14 .fix {
      height: unset !important;
      transform: unset !important; }
      .sec14 .fix .wrap {
        display: block; }
        .sec14 .fix .wrap .img {
          transform: unset !important;
          width: 100%;
          margin: 0 0 30px; }
          .sec14 .fix .wrap .img .img_text {
            height: unset;
            margin-bottom: 40px; }
            .sec14 .fix .wrap .img .img_text .title {
              font-size: 24px;
              line-height: 1.3;
              margin-bottom: 15px; }
            .sec14 .fix .wrap .img .img_text .text {
              font-size: 15px;
              line-height: 1.8; }

  .sec15 {
    padding: 0 0 0; }
    .sec15 .img {
      height: unset; }

  .sec16 {
    padding: 50px 0 60px; }
    .sec16 .wrap .top {
      margin-bottom: 40px; }
      .sec16 .wrap .top .title {
        font-size: 28px; }
      .sec16 .wrap .top .r {
        margin-bottom: 3px; }
        .sec16 .wrap .top .r p {
          font-size: 15px;
          margin-bottom: 10px; }
    .sec16 .wrap .text {
      font-size: 16px;
      line-height: 1.8; } }

/*# sourceMappingURL=caseInfo_dy.css.map */
