@charset "UTF-8";
.home {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .home .dialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 1003; }
    .home .dialog .close {
      position: absolute;
      right: 5%;
      top: 5%;
      cursor: pointer;
      z-index: 100; }
      .home .dialog .close img {
        width: 50px; }
    .home .dialog .content {
      width: 100%; }
      .home .dialog .content video {
        width: 80%;
        height: 80vh;
        object-fit: cover;
        display: block;
        margin: 0 auto; }
  .home .section1 {
    background: #F7F7F7;
    padding: 9.375vw 10.4166666667vw 0 10.4166666667vw;
    position: relative; }
    .home .section1::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      background: url(../images/nbg1.png) no-repeat;
      background-size: cover;
      width: 34.1145833333vw;
      height: 34.1145833333vw;
      z-index: 10;
      pointer-events: none; }
    .home .section1 .t {
      font-size: 2.5vw;
      color: #000;
      font-family: 'Petrona-Regular';
      line-height: 1;
      margin-bottom: 3.9583333333vw; }
      .home .section1 .t::before {
        display: block;
        content: '';
        width: 5.2083333333vw;
        height: 0.2604166667vw;
        background: #212F45;
        margin-bottom: 2.0833333333vw; }
    .home .section1 .list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2.0833333333vw 1.3020833333vw; }
      .home .section1 .list a {
        display: block; }
        .home .section1 .list a .pic {
          overflow: hidden; }
          .home .section1 .list a .pic img {
            width: 100%;
            display: block;
            object-fit: cover;
            transition: all 600ms; }
        .home .section1 .list a .tag {
          color: #333;
          font-size: 0.8333333333vw;
          /*font-family: 'PINGFANG-MEDIUM';*/
          margin: 1.25vw 0 0.5208333333vw 0; }
        .home .section1 .list a .des {
          color: #333;
          font-size: 1.0416666667vw;
          line-height: 1.5;
          /*font-family: 'PINGFANG-MEDIUM';*/
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
        .home .section1 .list a:hover .pic img {
          transform: scale(1.05); }
    .home .section1 .pager {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 3.125vw 0 0 0; }
      .home .section1 .pager .prev svg,
      .home .section1 .pager .next svg {
        display: block;
        width: 1.1979166667vw; }
      .home .section1 .pager a img {
        margin: 0 0 0 10px;
        display: block; }
      .home .section1 .pager a:nth-last-child(2) img {
        margin: 0 10px 0 0; }
      .home .section1 .pager .nums {
        display: flex;
        margin: 0 1vw; }
        .home .section1 .pager .nums a {
          color: #8b8b8b;
          font-size: 1.0416666667vw;
          padding: 0.1vw 0.5vw;
          margin: 0 0.2vw; }
        .home .section1 .pager .nums .active {
          color: #B60005;
          border-bottom: 2px solid #B60005;
          font-weight: 600; }
  .home .section2 {
    background: #F7F7F7;
    padding: 5.4166666667vw 10.4166666667vw 2.8645833333vw 10.4166666667vw;
    position: relative; }
    .home .section2::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      background: url(../images/nbg1.png) no-repeat;
      background-size: cover;
      width: 34.1145833333vw;
      height: 34.1145833333vw;
      z-index: 10;
      pointer-events: none; }
    .home .section2 .d1 {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      .home .section2 .d1 .t {
        font-size: 2.5vw;
        color: #000;
        font-weight: 700;
        line-height: 1; }
        .home .section2 .d1 .t::before {
          display: block;
          content: '';
          width: 5.2083333333vw;
          height: 0.2604166667vw;
          background: #212F45;
          margin-bottom: 2.0833333333vw; }
      .home .section2 .d1 .rt {
        display: flex; }
        .home .section2 .d1 .rt p {
          color: #949494;
          font-size: 1.6666666667vw;
          font-family: 'PINGFANG-MEDIUM';
          margin-left: 2.34375vw;
          transition: all 600ms;
          cursor: pointer; }
        .home .section2 .d1 .rt .on {
          color: #000; }
    .home .section2 .boxes .box1 {
      display: none; }
      .home .section2 .boxes .box1 .list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5vw 1.3020833333vw;
        margin: 3.125vw 0; }
        .home .section2 .boxes .box1 .list a {
          background: #FFF;
          padding: 2.0833333333vw;
          transition: all 600ms;
          position: relative;
          overflow: hidden; }
          .home .section2 .boxes .box1 .list a::before {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate3d(-50%, -50%, 0);
            width: 100%;
            height: 100%;
            background: #ECECEC;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            opacity: 0;
            clip-path: circle(0);
            transition: opacity .5s, clip-path .5s;
            transition-timing-function: cubic-bezier(0.55, 0.09, 0.68, 0.53); }
          .home .section2 .boxes .box1 .list a .pt {
            color: #000;
            font-size: 1.25vw;
            transition: all 600ms;
            position: relative;
            z-index: 1;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden; }
          .home .section2 .boxes .box1 .list a .des {
            color: #000;
            font-size: 0.8333333333vw;
            margin: 1.25vw 0 1.6666666667vw 0;
            /*font-family: 'PINGFANG-MEDIUM';*/
            line-height: 1.875;
            border-bottom: 1px solid #D9D9D9;
            padding-bottom: 2.0833333333vw;
            position: relative;
            z-index: 1;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden; }
          .home .section2 .boxes .box1 .list a .time {
            color: #666;
            font-size: 0.7291666667vw;
            font-family: 'Petrona-Regular';
            text-align: right;
            transition: all 600ms; }
          .home .section2 .boxes .box1 .list a .btn-point {
            display: block;
            position: absolute;
            bottom: 0;
            right: 0;
            z-index: 2;
            width: 70px;
            height: 70px; }
          .home .section2 .boxes .box1 .list a .btn-point span:nth-child(1) {
            position: absolute;
            bottom: -70px;
            right: -70px;
            width: 70px;
            height: 70px;
            background: #fff;
            border-radius: 50% 0 0 0;
            transition: bottom 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86), right 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s; }
          .home .section2 .boxes .box1 .list a .btn-point span:nth-child(1)::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: -40px;
            width: 40px;
            height: 40px;
            border-right: 1px solid #fff;
            box-sizing: content-box;
            background: radial-gradient(circle at 0 0, transparent 71%, #fff 70%); }
          .home .section2 .boxes .box1 .list a .btn-point span:nth-child(1)::after {
            content: "";
            position: absolute;
            top: -40px;
            right: 0;
            width: 40px;
            height: 40px;
            border-bottom: 1px solid #fff;
            box-sizing: content-box;
            background: radial-gradient(circle at 0 0, transparent 71%, #fff 70%); }
          .home .section2 .boxes .box1 .list a .btn-point span:nth-child(2) {
            overflow: hidden;
            display: block;
            position: absolute;
            bottom: 0;
            right: 0;
            width: 60px;
            height: 60px;
            transform: scale(0);
            transform-origin: right bottom;
            transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
          .home .section2 .boxes .box1 .list a .btn-point span:nth-child(2)::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: #B60005; }
          .home .section2 .boxes .box1 .list a .btn-point span:nth-child(2)::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url(../images/icon-learn-more-white.svg) no-repeat center; }
          .home .section2 .boxes .box1 .list a:hover .btn-point span {
            --velocity: 0.8 ; }
          .home .section2 .boxes .box1 .list a:hover .btn-point span:nth-child(1) {
            bottom: 0;
            right: 0;
            transition: bottom calc(.7s * var(--velocity)) cubic-bezier(0.785, 0.135, 0.15, 0.86), right calc(.7s * var(--velocity)) cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s;
            animation: icon-btn-ani calc(1.4s * var(--velocity)) calc(0s * var(--velocity)) both ease-out;
            transform-origin: right bottom; }
          .home .section2 .boxes .box1 .list a:hover .btn-point span:nth-child(2) {
            overflow: visible;
            transform: scale(1);
            transition: transform calc(.7s * var(--velocity)) calc(.05s * var(--velocity)) cubic-bezier(0.785, 0.135, 0.15, 0.86); }
          .home .section2 .boxes .box1 .list a:hover .btn-point span:nth-child(2)::before {
            animation: icon-btn-ani calc(1.35s * var(--velocity)) calc(.05s * var(--velocity)) both ease-out;
            transform-origin: right bottom; }
          .home .section2 .boxes .box1 .list a:hover .btn-point span:nth-child(2)::after {
            animation: icon-btn-ani calc(1.35s * var(--velocity)) calc(.05s * var(--velocity)) both ease-out;
            transform-origin: right bottom; }
@keyframes icon-btn-ani {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  70% {
    transform: scale(0.98); }
  100% {
    transform: scale(1); } }
          .home .section2 .boxes .box1 .list a:hover::before {
            opacity: 1;
            clip-path: circle(100%); }
          .home .section2 .boxes .box1 .list a:hover .pt {
            color: #B60005; }
          .home .section2 .boxes .box1 .list a:hover .time {
            opacity: 0; }
      .home .section2 .boxes .box1 .pager {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 4.1666666667vw 0 0 0; }
        .home .section2 .boxes .box1 .pager .prev svg,
        .home .section2 .boxes .box1 .pager .next svg {
          display: block;
          width: 1.1979166667vw; }
        .home .section2 .boxes .box1 .pager a img {
          margin: 0 0 0 10px;
          display: block; }
        .home .section2 .boxes .box1 .pager a:nth-last-child(2) img {
          margin: 0 10px 0 0; }
        .home .section2 .boxes .box1 .pager .nums {
          display: flex;
          margin: 0 1vw; }
          .home .section2 .boxes .box1 .pager .nums a {
            color: #8b8b8b;
            font-size: 1.0416666667vw;
            padding: 0.1vw 0.5vw;
            margin: 0 0.2vw; }
          .home .section2 .boxes .box1 .pager .nums .active {
            color: #B60005;
            border-bottom: 2px solid #B60005;
            font-weight: 600; }
    .home .section2 .boxes .on {
      display: block; }
  .home .section3 {
    padding: 6.25vw 10.4166666667vw;
    background: url(../images/newsbg.png) no-repeat;
    background-size: cover; }
    .home .section3 .d1 {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-bottom: 3.4895833333vw; }
      .home .section3 .d1 .t {
        font-size: 2.5vw;
        color: #000;
        line-height: 1;
        font-family: 'Petrona-Regular'; }
        .home .section3 .d1 .t::before {
          display: block;
          content: '';
          width: 5.2083333333vw;
          height: 0.2604166667vw;
          background: #212F45;
          margin-bottom: 2.0833333333vw; }
      .home .section3 .d1 .btns {
        display: flex; }
        .home .section3 .d1 .btns .prev {
          margin-right: 0.5208333333vw;
          cursor: pointer; }
          .home .section3 .d1 .btns .prev svg {
            display: block;
            width: 2.6041666667vw; }
            .home .section3 .d1 .btns .prev svg path {
              fill: #D9D9D9;
              transition: all 600ms; }
          .home .section3 .d1 .btns .prev:hover svg path {
            fill: #B60005; }
        .home .section3 .d1 .btns .next {
          cursor: pointer; }
          .home .section3 .d1 .btns .next svg {
            display: block;
            width: 2.6041666667vw; }
            .home .section3 .d1 .btns .next svg path {
              fill: #D9D9D9;
              transition: all 600ms; }
          .home .section3 .d1 .btns .next:hover svg path {
            fill: #B60005; }
    .home .section3 .content .centerSwiper {
      width: 95.625vw;
      margin: 0; }
      .home .section3 .content .centerSwiper .item {
        position: relative;
        transition: .6s;
        z-index: 1;
        background: #F6F6F6;
        padding: 2.0833333333vw;
        display: block;
        height: 16.6666666667vw; }
        .home .section3 .content .centerSwiper .item .bg {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: -1;
          opacity: 0;
          transition: .6s; }
        .home .section3 .content .centerSwiper .item .top {
          display: flex;
          justify-content: space-between;
          margin: 0 0 4.8958333333vw; }
          .home .section3 .content .centerSwiper .item .top .l h1 {
            color: #333;
            font-size: 1.0416666667vw;
            font-style: normal;
            line-height: 1.5625vw;
            /* 150% */
            text-transform: capitalize;
            transition: .6s;
            margin: 0 0 0.8333333333vw;
            /*font-family: 'PINGFANGSC';*/
            }
        .home .section3 .content .centerSwiper .item .bottom {
          display: flex;
          align-items: center;
          justify-content: space-between;
          position: absolute;
          left: 2.0833333333vw;
          bottom: 2.0833333333vw;
          width: calc(100% - 4.167vw); }
          .home .section3 .content .centerSwiper .item .bottom .pick {
            position: relative; }
            .home .section3 .content .centerSwiper .item .bottom .pick p {
              color: #666;
              font-size: 0.7291666667vw;
              font-style: normal;
              font-weight: 300;
              line-height: 0.7291666667vw;
              /* 100% */
              transition: .6s; }
            .home .section3 .content .centerSwiper .item .bottom .pick .go {
              color: #FFF;
              font-size: 1.6666666667vw;
              font-style: normal;
              font-weight: 600;
              line-height: 1.6666666667vw;
              /* 100% */
              text-transform: uppercase;
              position: absolute;
              left: 0;
              top: 50%;
              transform: translateY(-50%);
              opacity: 0;
              transition: .6s; }
          .home .section3 .content .centerSwiper .item .bottom .add {
            width: 2.5vw;
            height: 2.5vw;
            border-radius: 50%;
            border: 1px solid #333;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            transition: .6s; }
            .home .section3 .content .centerSwiper .item .bottom .add .svg1 {
              width: 1.25vw;
              height: 1.25vw;
              transition: .6s; }
            .home .section3 .content .centerSwiper .item .bottom .add .svg2 {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              width: 1.25vw;
              height: 1.25vw;
              opacity: 0;
              transition: .6s; }
        .home .section3 .content .centerSwiper .item:hover {
          background: transparent; }
          .home .section3 .content .centerSwiper .item:hover .bg {
            opacity: 1; }
          .home .section3 .content .centerSwiper .item:hover .top .l h1 {
            color: #fff; }
          .home .section3 .content .centerSwiper .item:hover .top .l .text {
            opacity: 0; }
          .home .section3 .content .centerSwiper .item:hover .top .label {
            background: #E60012;
            color: #fff; }
          .home .section3 .content .centerSwiper .item:hover .bottom .pick p {
            color: white;
            transform: translateY(-2vw); }
          .home .section3 .content .centerSwiper .item:hover .bottom .pick .go {
            opacity: 1; }
          .home .section3 .content .centerSwiper .item:hover .bottom .add {
            background: #fff;
            border: 1px solid transparent; }
            .home .section3 .content .centerSwiper .item:hover .bottom .add .svg1 {
              opacity: 0; }
            .home .section3 .content .centerSwiper .item:hover .bottom .add .svg2 {
              opacity: 1; }
  .home .section4 {
    padding: 6.25vw 10.4166666667vw 1.5625vw 10.4166666667vw;
    background: url(../images/award_bg.png) no-repeat;
    background-size: cover; }
    .home .section4 .t {
      font-size: 2.5vw;
      color: #000;
      line-height: 1;
      font-family: 'Petrona-Regular'; }
      .home .section4 .t::before {
        display: block;
        content: '';
        width: 5.2083333333vw;
        height: 0.2604166667vw;
        background: #212F45;
        margin-bottom: 2.0833333333vw; }
    .home .section4 .content {
      width: 100%;
      margin: 1.5625vw auto;
      position: relative; }
      .home .section4 .content .prev {
        position: absolute;
        left: -4.1666666667vw;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        cursor: pointer; }
        .home .section4 .content .prev svg {
          display: block;
          width: 2.6041666667vw; }
          .home .section4 .content .prev svg path {
            fill: #D9D9D9;
            transition: all 600ms; }
        .home .section4 .content .prev:hover svg path {
          fill: #B60005; }
      .home .section4 .content .next {
        cursor: pointer;
        right: -4.1666666667vw;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        z-index: 10; }
        .home .section4 .content .next svg {
          display: block;
          width: 2.6041666667vw; }
          .home .section4 .content .next svg path {
            fill: #D9D9D9;
            transition: all 600ms; }
        .home .section4 .content .next:hover svg path {
          fill: #B60005; }
      .home .section4 .content .swiper-slide .pic {
        overflow: hidden; }
        .home .section4 .content .swiper-slide .pic img {
          width: 100%;
          object-fit: contain;
          transition: .6s;
          max-height: 35.625vw; }
          .home .section4 .content .swiper-slide .pic img:hover {
            transform: scale(1.02); }
      .home .section4 .content .swiper-slide p {
        text-align: center;
        font-size: 0.8333333333vw;
        margin-top: 2.0833333333vw;
        opacity: 0;
        color: #333;
        transition: all 600ms; }
      .home .section4 .content .swiper-slide {
        opacity: .8; }
      .home .section4 .content .swiper-slide-prev,
      .home .section4 .content .swiper-slide-next {
        opacity: 1; }
      .home .section4 .content .swiper-slide-duplicate {
        opacity: .4; }
      .home .section4 .content .swiper-slide-active {
        opacity: 1; }
        .home .section4 .content .swiper-slide-active p {
          opacity: 1; }
  .home .section5 {
    padding: 6.25vw 10.4166666667vw;
    position: relative; }
    .home .section5::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      background: url(../images/nbg1.png) no-repeat;
      background-size: cover;
      width: 34.1145833333vw;
      height: 34.1145833333vw;
      z-index: 10;
      pointer-events: none; }
    .home .section5 .t {
      font-size: 2.5vw;
      color: #000;
      line-height: 1;
      font-family: 'Petrona-Regular'; }
      .home .section5 .t::before {
        display: block;
        content: '';
        width: 5.2083333333vw;
        height: 0.2604166667vw;
        background: #212F45;
        margin-bottom: 2.0833333333vw; }
    .home .section5 .content {
      display: flex;
      justify-content: space-between;
      margin-top: 4.1666666667vw;
      align-items: center; }
      .home .section5 .content .l {
        width: 29.5833333333vw; }
        .home .section5 .content .l video {
          width: 100%;
          display: block;
          object-fit: cover; }
      .home .section5 .content .r {
        background: #F7F7F7;
        width: 47.0833333333vw;
        height: 23.4375vw;
        padding: 2.0833333333vw 0 2.0833333333vw 4.1666666667vw; }
        .home .section5 .content .r .pt {
          color: #000;
          font-size: 1.6666666667vw;
          padding-right: 4.1666666667vw; }
        .home .section5 .content .r .scroll_text {
          color: #000;
          font-size: 0.8333333333vw;
          line-height: 2;
          margin-top: 1.25vw;
          height: 14.5833333333vw;
          overflow-y: scroll;
          padding-right: 4.1666666667vw;
          font-family: 'PINGFANG-MEDIUM';
          /* 自定义滚动条滑块样式 */
          /* 自定义滚动条轨道样式 */ }
          .home .section5 .content .r .scroll_text::-webkit-scrollbar {
            width: 0.2083333333vw; }
          .home .section5 .content .r .scroll_text::-webkit-scrollbar-thumb {
            background: linear-gradient(0deg, #B60005 0%, #B60005 100%), #F6F6F6; }
          .home .section5 .content .r .scroll_text::-webkit-scrollbar-track {
            background: #E3E3E3;
            /* 设置轨道的颜色 */ }
  .home .section6 {
    background: #000;
    padding: 10.4166666667vw 27.3958333333vw;
    color: white;
    position: relative; }
    .home .section6::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      background: url(../images/black_bg.png) no-repeat;
      background-size: cover;
      width: 37.7083333333vw;
      height: 31.9270833333vw;
      z-index: 10;
      pointer-events: none; }
    .home .section6 .t {
      text-align: center;
      font-size: 4.1666666667vw;
      text-transform: capitalize; }
    .home .section6 .t2 {
      margin: 2.0833333333vw 0 4.0104166667vw 0;
      /*font-family: 'PINGFANG-MEDIUM';*/
      text-align: center;
      font-size: 1.25vw; }
    .home .section6 .enter {
      width: 100%;
      border-radius: 4.1666666667vw;
      background: rgba(255, 255, 255, 0.39);
      position: relative; }
      .home .section6 .enter input {
        width: 100%;
        background: transparent;
        outline: none;
        border: none;
        padding: 1.5625vw 2.0833333333vw;
        color: #FFF;
        font-size: 1.25vw;
        /*font-family: 'PINGFANG-MEDIUM';*/
        line-height: 1; }
        .home .section6 .enter input::placeholder {
          color: #FFF; }
      .home .section6 .enter button {
        position: absolute;
        right: 0;
        top: 0;
        width: 11.6666666667vw;
        height: 100%;
        border-radius: 4.1666666667vw;
        background: #FFF;
        color: #000;
        font-size: 1.25vw;
        cursor: pointer;
        outline: none;
        transition: all 600ms;
        border: none; }
        .home .section6 .enter button:hover {
          background: #B60005;
          color: white; }
  .home .section7 {
    padding: 6.25vw 10.4166666667vw 2.6041666667vw 10.4166666667vw;
    background: url(../images/e_learn_bg.png) no-repeat;
    background-size: cover; }
    .home .section7 .d1 {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-bottom: 4.1666666667vw; }
      .home .section7 .d1 .t {
        font-size: 2.5vw;
        color: #000;
        line-height: 1;
        font-family: 'Petrona-Regular'; }
        .home .section7 .d1 .t::before {
          display: block;
          content: '';
          width: 5.2083333333vw;
          height: 0.2604166667vw;
          background: #212F45;
          margin-bottom: 2.0833333333vw; }
      .home .section7 .d1 a {
        background: #B60005;
        padding: 1.0416666667vw 1.6145833333vw;
        color: #FFF;
        font-size: 0.8333333333vw;
        transition: all 600ms; }
        .home .section7 .d1 a:hover {
          background: #212F45;
          color: white; }
    .home .section7 .allLearns {
      position: relative; }
      .home .section7 .allLearns .item .pic {
        position: relative;
        cursor: pointer; }
        .home .section7 .allLearns .item .pic img {
          width: 100%;
          display: block;
          object-fit: cover; }
        .home .section7 .allLearns .item .pic .play {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
          .home .section7 .allLearns .item .pic .play svg {
            width: 4.1666666667vw;
            display: block; }
      .home .section7 .allLearns .item .time {
        margin: 0.8854166667vw 0 0.5208333333vw 0;
        color: #333;
        font-size: 0.7291666667vw;
        font-family: 'Montserrat-Light'; }
      .home .section7 .allLearns .item .pt {
        color: #333;
        font-size: 1.25vw; }
      .home .section7 .allLearns .prev {
        position: absolute;
        left: -4.1666666667vw;
        top: 35%;
        transform: translateY(-50%);
        z-index: 10;
        cursor: pointer; }
        .home .section7 .allLearns .prev svg {
          display: block;
          width: 2.6041666667vw; }
          .home .section7 .allLearns .prev svg path {
            fill: #D9D9D9;
            transition: all 600ms; }
        .home .section7 .allLearns .prev:hover svg path {
          fill: #B60005; }
      .home .section7 .allLearns .next {
        cursor: pointer;
        right: -4.1666666667vw;
        top: 35%;
        transform: translateY(-50%);
        position: absolute;
        z-index: 10; }
        .home .section7 .allLearns .next svg {
          display: block;
          width: 2.6041666667vw; }
          .home .section7 .allLearns .next svg path {
            fill: #D9D9D9;
            transition: all 600ms; }
        .home .section7 .allLearns .next:hover svg path {
          fill: #B60005; }
      .home .section7 .allLearns .swiper-pagination {
        display: flex;
        justify-content: center;
        position: static;
        margin: 3.6458333333vw 0; }
        .home .section7 .allLearns .swiper-pagination .swiper-pagination-bullet {
          width: 0.625vw;
          height: 0.625vw;
          border: 1px solid #000;
          border-radius: 0;
          background-color: transparent;
          margin: 0 0.2604166667vw;
          opacity: 1;
          transition: all 600ms; }
        .home .section7 .allLearns .swiper-pagination .swiper-pagination-bullet-active {
          background: #B60005;
          border-color: #B60005; }
    .home .section7 .goTo {
      width: 11.71875vw;
      height: 11.71875vw;
      margin: 5.5729166667vw auto 3.4895833333vw;
      position: relative;
      z-index: 2;
      display: block; }
      .home .section7 .goTo p {
        width: 100%;
        height: 100%;
        background: #B60005;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
        font-size: 1.6666666667vw;
        font-style: normal;
        font-weight: 400;
        text-transform: capitalize; }
@keyframes scaleAnimate {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: .8; }
  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0; } }
      .home .section7 .goTo::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #E7E7E7;
        z-index: -1;
        border-radius: 50%;
        transition: .6s ease;
        animation: 2s scaleAnimate linear infinite;
        pointer-events: none; }
      .home .section7 .goTo::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #E7E7E7;
        z-index: -1;
        border-radius: 50%;
        transition: .6s ease;
        animation: 2s scaleAnimate linear infinite;
        pointer-events: none;
        animation-delay: 1s; }
  @media screen and (max-width: 1024px) {
    .home {
      padding-top: 60px; }
      .home .dialog .close {
        top: 80px; }
        .home .dialog .close img {
          width: 30px; }
      .home .dialog .content video {
        height: 60vh; }
      .home .section1 {
        padding: 30px 5%; }
        .home .section1 .t {
          font-size: 24px;
          margin-bottom: 30px; }
          .home .section1 .t::before {
            width: 80px;
            margin-bottom: 20px; }
        .home .section1 .list {
          grid-template-columns: repeat(1, 1fr);
          gap: 25px 0; }
          .home .section1 .list a .tag {
            font-size: 16px;
            margin: 18px 0 10px 0; }
          .home .section1 .list a .des {
            font-size: 16px; }
        .home .section1 .pager {
          margin: 20px 0 0 0; }
          .home .section1 .pager .prev svg,
          .home .section1 .pager .next svg {
            width: auto; }
          .home .section1 .pager .nums {
            margin: 0 10px; }
            .home .section1 .pager .nums .ipager {
              font-size: 16px;
              padding: 3px 5px;
              margin: 0 5px; }
      .home .section2 {
        padding: 30px 5%; }
        .home .section2 .d1 .t {
          font-size: 20px; }
          .home .section2 .d1 .t::before {
            width: 80px;
            margin-bottom: 20px; }
        .home .section2 .d1 .rt p {
          font-size: 16px; }
        .home .section2 .boxes .box1 .list {
          margin: 30px 0;
          grid-template-columns: repeat(1, 1fr);
          gap: 15px 0; }
          .home .section2 .boxes .box1 .list a {
            padding: 15px; }
            .home .section2 .boxes .box1 .list a .pt {
              font-size: 18px; }
            .home .section2 .boxes .box1 .list a .des {
              font-size: 16px;
              margin: 10px 0 15px 0;
              padding-bottom: 15px; }
            .home .section2 .boxes .box1 .list a .time {
              font-size: 16px; }
        .home .section2 .boxes .box1 .pager {
          margin: 20px 0 0 0; }
          .home .section2 .boxes .box1 .pager .prev svg,
          .home .section2 .boxes .box1 .pager .next svg {
            width: auto; }
          .home .section2 .boxes .box1 .pager .nums {
            margin: 0 10px; }
            .home .section2 .boxes .box1 .pager .nums a {
              font-size: 16px;
              padding: 3px 5px;
              margin: 0 5px; }
      .home .section3 {
        padding: 30px 5%; }
        .home .section3 .d1 .t {
          font-size: 20px; }
          .home .section3 .d1 .t::before {
            width: 80px;
            margin-bottom: 20px; }
        .home .section3 .d1 .btns .prev {
          margin-right: 10px; }
          .home .section3 .d1 .btns .prev svg {
            width: 30px; }
        .home .section3 .d1 .btns .next svg {
          width: 30px; }
        .home .section3 .content .centerSwiper {
          width: 100%; }
          .home .section3 .content .centerSwiper .item {
            padding: 30px 5%;
            height: 300px; }
            .home .section3 .content .centerSwiper .item .top {
              margin: 0 0 50px;
              flex-direction: column;
              align-items: unset; }
              .home .section3 .content .centerSwiper .item .top .l h1 {
                font-size: 18px;
                line-height: 1.6;
                margin: 0 0 15px; }
            .home .section3 .content .centerSwiper .item .bottom {
              left: 5%;
              bottom: 30px;
              width: 90%; }
              .home .section3 .content .centerSwiper .item .bottom .pick p {
                font-size: 14px; }
              .home .section3 .content .centerSwiper .item .bottom .pick .go {
                font-size: 24px; }
              .home .section3 .content .centerSwiper .item .bottom .add {
                width: 35px;
                height: 35px; }
                .home .section3 .content .centerSwiper .item .bottom .add svg {
                  width: 20px !important;
                  height: 30px !important; }
            .home .section3 .content .centerSwiper .item:hover .bottom .pick p {
              transform: translateY(-30px); }
      .home .section4 {
        padding: 30px 5%; }
        .home .section4 .t {
          font-size: 20px; }
          .home .section4 .t::before {
            width: 80px;
            margin-bottom: 20px; }
        .home .section4 .content {
          margin: 20px 0; }
          .home .section4 .content .swiper-slide .pic img {
            height: 200px;
            object-fit: contain;
            max-height: inherit; }
          .home .section4 .content .swiper-slide p {
            font-size: 16px;
            margin-top: 10px; }
          .home .section4 .content .swiper-slide-next p {
            opacity: 1; }
          .home .section4 .content .prev,
          .home .section4 .content .next {
            display: none; }
      .home .section5 {
        padding: 30px 5%; }
        .home .section5 .t {
          font-size: 20px; }
          .home .section5 .t::before {
            width: 80px;
            margin-bottom: 20px; }
        .home .section5 .content {
          margin-top: 40px;
          flex-direction: column; }
          .home .section5 .content .l {
            width: 100%; }
          .home .section5 .content .r {
            width: 100%;
            height: 300px;
            padding: 20px 0 40px 20px; }
            .home .section5 .content .r .pt {
              font-size: 18px; }
            .home .section5 .content .r .scroll_text {
              font-size: 16px;
              height: 240px; }
      .home .section6 {
        padding: 40px 5%; }
        .home .section6 .t {
          font-size: 24px; }
        .home .section6 .t2 {
          margin: 20px 0 40px 0;
          font-size: 18px; }
        .home .section6 .enter {
          border-radius: 40px; }
          .home .section6 .enter input {
            font-size: 14px;
            padding: 15px 20px; }
          .home .section6 .enter button {
            width: 120px;
            font-size: 14px;
            border-radius: 40px; }
      .home .section7 {
        padding: 30px 5% 60px 5%; }
        .home .section7 .goTo {
          width: 120px;
          height: 120px;
          margin: 70px auto 30px; }
          .home .section7 .goTo p {
            font-size: 14px; }
        .home .section7 .d1 {
          margin-bottom: 30px; }
          .home .section7 .d1 .t {
            font-size: 20px; }
            .home .section7 .d1 .t::before {
              width: 80px;
              margin-bottom: 20px; }
          .home .section7 .d1 a {
            padding: 8px 12px;
            font-size: 12px; }
        .home .section7 .allLearns .prev svg,
        .home .section7 .allLearns .next svg {
          width: 30px; }
        .home .section7 .allLearns .item .time {
          font-size: 16px;
          margin: 15px 0 10px 0; }
        .home .section7 .allLearns .item .pt {
          font-size: 18px; }
        .home .section7 .allLearns .swiper-pagination {
          margin: 40px 0; }
          .home .section7 .allLearns .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            margin: 0 5px; } }

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