.home {
  position: relative;
  width: 100%; }
  .home .toolbar {
    margin: 6.7708333333vw 10.4166666667vw;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: center; }
    .home .toolbar a {
      color: #999;
      font-size: 0.8333333333vw;
      line-height: 1;
      text-transform: uppercase;
      margin: 0 10.4166666667vw;
      padding: 0.8333333333vw 0;
      cursor: pointer;
      font-family: 'Petrona-Regular';
      font-weight: 700; }
    .home .toolbar .on {
      color: #B60005; }
  .home .investment {
    padding: 0 10.4166666667vw 7.7083333333vw 10.4166666667vw;
    position: relative;
    overflow: hidden; }
    .home .investment::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      background: url(../images/ibg1.png) no-repeat;
      background-size: cover;
      width: 22.5520833333vw;
      height: 26.40625vw;
      pointer-events: none; }
    .home .investment .rbg {
      position: absolute;
      right: 0;
      top: 0; }
      .home .investment .rbg img {
        width: 41.40625vw;
        vertical-align: middle;
        object-fit: contain; }
    .home .investment .t {
      font-size: 2.5vw;
      color: #000;
      font-family: 'Petrona-Regular';
      line-height: 1;
      margin-bottom: 3.9583333333vw; }
      .home .investment .t::before {
        display: block;
        content: '';
        width: 5.2083333333vw;
        height: 0.2604166667vw;
        background: #212F45;
        margin-bottom: 2.0833333333vw; }
    .home .investment .content {
      display: flex;
      align-items: center; }
      .home .investment .content .l {
        text-align: center; }
        .home .investment .content .l .pic img {
          width: 29.5833333333vw;
          display: block;
          object-fit: contain; }
        .home .investment .content .l p {
          color: #696969;
          font-size: 1.25vw;
          margin-top: 1.25vw;
          font-family: 'PINGFANG-MEDIUM'; }
      .home .investment .content .r {
        margin-left: 10.15625vw; }
        .home .investment .content .r .swiper-container {
          width: 25.2604166667vw;
          height: 30.2083333333vw; }
          .home .investment .content .r .swiper-container .item {
            padding: 2.9166666667vw 2.3958333333vw; }
            .home .investment .content .r .swiper-container .item .num {
              color: #000;
              font-size: 2.7083333333vw; }
            .home .investment .content .r .swiper-container .item .st {
              margin: 3.2291666667vw 0 2.5vw 0;
              color: #000;
              font-size: 1.875vw;
              text-transform: capitalize; }
            .home .investment .content .r .swiper-container .item .des {
              color: #333;
              font-size: 1.25vw;
              line-height: 1.67;
              font-family: 'PINGFANG-MEDIUM'; }
          .home .investment .content .r .swiper-container .swiper-slide {
            background: #F7F7F7; }
          .home .investment .content .r .swiper-container .swiper-slide-next {
            background: #F4F4F4; }
          .home .investment .content .r .swiper-container .swiper-slide-active {
            background: #EEEFF1; }
  .home .security {
    background: url(../images/secubg.png) no-repeat;
    background-size: cover;
    padding: 6.25vw 10.4166666667vw; }
    .home .security .t {
      font-size: 2.5vw;
      color: #000;
      font-family: 'Petrona-Regular';
      line-height: 1;
      margin-bottom: 3.9583333333vw; }
      .home .security .t::before {
        display: block;
        content: '';
        width: 5.2083333333vw;
        height: 0.2604166667vw;
        background: #212F45;
        margin-bottom: 2.0833333333vw; }
    .home .security .types {
      display: flex;
      justify-content: center;
      margin: 2.9166666667vw 0 5.8854166667vw 0; }
      .home .security .types .item {
        padding: 1.1979166667vw 1.3020833333vw;
        color: #000;
        font-size: 1.0416666667vw;
        background: #FFF;
        font-family: 'Petrona-Regular';
        transition: all 600ms;
        cursor: pointer;
        min-width: 15.1041666667vw;
        text-align: center; }
      .home .security .types .on {
        background: #B60005;
        color: white; }
    .home .security .wrap .list {
      display: flex;
      justify-content: center;
      display: none; }
      .home .security .wrap .list .item {
        width: 31%;
        background: #FFF;
        height: 19.7916666667vw;
        position: relative;
        margin: 0 0.9895833333vw; }
        .home .security .wrap .list .item .p1 {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          font-size: 1.6666666667vw;
          width: 100%;
          text-align: center;
          text-transform: capitalize;
          transition: all 600ms; }
        .home .security .wrap .list .item .shadw {
          position: absolute;
          left: 0;
          bottom: 0;
          z-index: 1;
          width: 100%; }
          .home .security .wrap .list .item .shadw img {
            max-width: 100%;
            vertical-align: middle;
            object-fit: cover; }
        .home .security .wrap .list .item .info {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: #B60005;
          z-index: 1;
          display: flex;
          flex-direction: column;
          justify-content: center;
          opacity: 0;
          transition: all 600ms;
          overflow: hidden; }
          .home .security .wrap .list .item .info::before {
            content: '';
            display: block;
            opacity: 0.47;
            background: linear-gradient(104deg, #FFF 2.38%, rgba(255, 255, 255, 0) 97.45%);
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateX(-100%) translateY(-50%);
            height: 60%;
            width: 100%;
            transition: all 600ms;
            transition-delay: 300ms; }
          .home .security .wrap .list .item .info .p1 {
            color: white;
            position: static;
            transform: translate(0); }
          .home .security .wrap .list .item .info .des {
            margin: 2.4479166667vw 3.8541666667vw 0 3.8541666667vw;
            color: #FFF;
            font-size: 1.0416666667vw;
            text-align: center;
            font-family: 'PINGFANG-MEDIUM'; }
        .home .security .wrap .list .item:hover .p1 {
          opacity: 0; }
        .home .security .wrap .list .item:hover .info {
          opacity: 1;
          height: 120%;
          top: -10%; }
          .home .security .wrap .list .item:hover .info::before {
            transform: translateX(0) translateY(-50%); }
          .home .security .wrap .list .item:hover .info .p1 {
            opacity: 1; }
    .home .security .wrap .on {
      display: flex; }
  .home .offshore {
    padding: 6.25vw 10.4166666667vw;
    background: url(../images/offshorebg.png) no-repeat;
    background-size: cover; }
    .home .offshore .t {
      font-size: 2.5vw;
      color: #000;
      font-family: 'Petrona-Regular';
      line-height: 1;
      margin-bottom: 3.9583333333vw; }
      .home .offshore .t::before {
        display: block;
        content: '';
        width: 5.2083333333vw;
        height: 0.2604166667vw;
        background: #212F45;
        margin-bottom: 2.0833333333vw; }
    .home .offshore .content {
      padding: 3.4375vw 0;
      position: relative;
      margin: 0 1.5625vw; }
      .home .offshore .content .boardSlider {
        position: relative;
        width: 100%;
        height: 23.0729166667vw; }
        .home .offshore .content .boardSlider .boardItem {
          border-radius: 0.5208333333vw;
          background: #ECECEC;
          width: 64.8958333333vw;
          height: 100%;
          position: absolute;
          transition: all ease .7s;
          z-index: 1;
          left: 0;
          right: 0;
          transform: scale(0.7);
          margin: 0 auto;
          display: flex;
          align-items: center;
          justify-content: center;
          overflow: hidden; }
          .home .offshore .content .boardSlider .boardItem .l {
            width: 40%;
            height: 100%; }
            .home .offshore .content .boardSlider .boardItem .l video,
            .home .offshore .content .boardSlider .boardItem .l img {
              width: 100%;
              display: block;
              height: 100%;
              height: 100%;
              object-fit: cover; }
          .home .offshore .content .boardSlider .boardItem .r {
            width: 60%;
            padding: 6.6145833333vw 4.0625vw;
            height: 23.0729166667vw; }
            .home .offshore .content .boardSlider .boardItem .r .p1 {
              color: #000;
              font-size: 1.6666666667vw;
              margin-bottom: 2.0833333333vw; }
            .home .offshore .content .boardSlider .boardItem .r .des {
              color: #000;
              font-size: 1.0416666667vw;
              line-height: 2;
              font-family: 'PINGFANG-MEDIUM'; }
        .home .offshore .content .boardSlider .active {
          z-index: 2;
          opacity: 1;
          left: 0px;
          right: 0px;
          transform: scale(1);
          background: #ECECEC;
          box-shadow: 0.5208333333vw 4px 2.6041666667vw 0px rgba(0, 0, 0, 0.25); }
      .home .offshore .content .prev {
        width: 2.5vw;
        height: 2.5vw;
        background: #B60005;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: absolute;
        left: 4.1666666667vw;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        cursor: pointer; }
        .home .offshore .content .prev svg {
          display: block;
          width: 1.25vw; }
      .home .offshore .content .next {
        width: 2.5vw;
        height: 2.5vw;
        background: #B60005;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: absolute;
        right: 4.1666666667vw;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        cursor: pointer; }
        .home .offshore .content .next svg {
          display: block;
          width: 1.25vw; }
    .home .offshore .content_mobile {
      padding: 3.4375vw 0;
      position: relative;
      margin: 0 1.5625vw;
      display: none; }
      .home .offshore .content_mobile .swiper-container {
        width: 100%;
        overflow: hidden;
        box-shadow: 0.5208333333vw 0.2083333333vw 2.6041666667vw 0px rgba(0, 0, 0, 0.25);
        background: #ECECEC; }
        .home .offshore .content_mobile .swiper-container .item {
          display: flex;
          justify-content: space-between;
          border-radius: 0.5208333333vw;
          background: #ECECEC; }
          .home .offshore .content_mobile .swiper-container .item .l {
            width: 40%; }
            .home .offshore .content_mobile .swiper-container .item .l video,
            .home .offshore .content_mobile .swiper-container .item .l img {
              width: 100%;
              display: block;
              height: 100%;
              height: 23.0729166667vw;
              object-fit: cover; }
          .home .offshore .content_mobile .swiper-container .item .r {
            width: 60%;
            padding: 6.6145833333vw 4.0625vw;
            height: 23.0729166667vw; }
            .home .offshore .content_mobile .swiper-container .item .r .p1 {
              color: #000;
              font-size: 1.6666666667vw;
              margin-bottom: 2.0833333333vw; }
            .home .offshore .content_mobile .swiper-container .item .r .des {
              color: #000;
              font-size: 1.0416666667vw;
              line-height: 2;
              font-family: 'PINGFANG-MEDIUM'; }
      .home .offshore .content_mobile .prev {
        width: 2.5vw;
        height: 2.5vw;
        background: #B60005;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: absolute;
        left: 4.1666666667vw;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        cursor: pointer; }
        .home .offshore .content_mobile .prev svg {
          display: block;
          width: 1.25vw; }
      .home .offshore .content_mobile .next {
        width: 2.5vw;
        height: 2.5vw;
        background: #B60005;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: absolute;
        right: 4.1666666667vw;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        cursor: pointer; }
        .home .offshore .content_mobile .next svg {
          display: block;
          width: 1.25vw; }
  @media screen and (max-width: 1024px) {
    .home {
      padding-top: 60px; }
      .home .toolbar {
        margin: 15px 5%;
        justify-content: space-between; }
        .home .toolbar a {
          padding: 15px 0;
          font-size: 13px;
          margin: 0; }
      .home .investment {
        padding: 40px 5% 30px 5%; }
        .home .investment .t {
          font-size: 24px;
          margin-bottom: 30px; }
          .home .investment .t::before {
            width: 80px;
            margin-bottom: 20px; }
        .home .investment .content {
          flex-direction: column; }
          .home .investment .content .l {
            width: 100%; }
            .home .investment .content .l .pic img {
              width: 100%; }
            .home .investment .content .l p {
              font-size: 18px;
              margin-top: 15px; }
          .home .investment .content .r {
            margin-left: 0;
            width: 100%;
            margin-top: 20px; }
            .home .investment .content .r .swiper-container {
              width: 100%;
              height: auto; }
              .home .investment .content .r .swiper-container .item {
                padding: 40px 25px; }
                .home .investment .content .r .swiper-container .item .num {
                  font-size: 32px; }
                .home .investment .content .r .swiper-container .item .st {
                  font-size: 20px; }
                .home .investment .content .r .swiper-container .item .des {
                  font-size: 18px; }
      .home .security {
        padding: 30px 5%; }
        .home .security .t {
          font-size: 24px;
          margin-bottom: 30px; }
          .home .security .t::before {
            width: 80px;
            margin-bottom: 20px; }
        .home .security .types {
          margin: 20px 0 30px 0; }
          .home .security .types .item {
            font-size: 14px;
            padding: 12px 10px; }
        .home .security .wrap .list {
          flex-direction: column; }
          .home .security .wrap .list .item {
            width: 100%;
            height: 200px;
            margin-bottom: 20px; }
            .home .security .wrap .list .item .p1 {
              font-size: 22px; }
            .home .security .wrap .list .item .shadw img {
              max-width: 60%; }
            .home .security .wrap .list .item .info .des {
              font-size: 16px; }
      .home .offshore {
        padding: 30px 5%; }
        .home .offshore .t {
          font-size: 24px;
          margin-bottom: 30px; }
          .home .offshore .t::before {
            width: 80px;
            margin-bottom: 20px; }
        .home .offshore .content {
          display: none; }
        .home .offshore .content_mobile {
          padding: 10px 15px;
          display: block; }
          .home .offshore .content_mobile .swiper-container .item {
            flex-direction: column; }
            .home .offshore .content_mobile .swiper-container .item .l {
              width: 100%; }
              .home .offshore .content_mobile .swiper-container .item .l video, .home .offshore .content_mobile .swiper-container .item .l img {
                height: 200px; }
            .home .offshore .content_mobile .swiper-container .item .r {
              width: 100%;
              height: auto;
              padding: 30px  20px; }
              .home .offshore .content_mobile .swiper-container .item .r .p1 {
                font-size: 24px; }
              .home .offshore .content_mobile .swiper-container .item .r .des {
                font-size: 14px; }
          .home .offshore .content_mobile .prev, .home .offshore .content_mobile .next {
            width: 40px;
            height: 40px; }
            .home .offshore .content_mobile .prev svg, .home .offshore .content_mobile .next svg {
              width: 30px; }
          .home .offshore .content_mobile .prev {
            left: 0; }
          .home .offshore .content_mobile .next {
            right: 0; } }

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