@charset "UTF-8";
/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  position: relative;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  color: #8a8a8a;
  line-height: 2;
  visibility: visible; }

body[dir="rtl"] {
  text-align: right; }

a,
a:hover,
a:focus,
a:active,
button,
button:focus,
.btn,
.btn:focus,
input,
input:focus,
select,
textarea {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: inherit;
  text-decoration: none;
  outline: 0;
  background: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #232324; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 36px; }

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px; } }
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 26px; } }
h3 {
  font-size: 30px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

p:last-child {
  margin-bottom: 0; }

ul {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

::-moz-selection {
  color: #ffffff;
  background: #5DADE2; }

::selection {
  color: #ffffff;
  background: #5DADE2; }

img {
  max-width: 100%; }

/* Overlay */
[data-overlay] {
  position: relative;
  z-index: 1; }

[data-overlay]::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000; }

.overlay {
  position: relative; }

.overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(20, 20, 20, 0.8)), color-stop(0%, rgba(20, 20, 20, 0.8)));
  background: -webkit-linear-gradient(left, rgba(20, 20, 20, 0.8) 0%, rgba(20, 20, 20, 0.8) 0%);
  background: -o-linear-gradient(left, rgba(20, 20, 20, 0.8) 0%, rgba(20, 20, 20, 0.8) 0%);
  background: linear-gradient(to right, rgba(20, 20, 20, 0.8) 0%, rgba(20, 20, 20, 0.8) 0%); }

/* mixin
----------------------------------------*/
@font-face {
  font-family: KingsoftCloudFont;
  src: url("../fonts/Kingsoft_Cloud_Font.ttf") format("truetype"); }
@keyframes section01Arrow {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(100%); } }
@keyframes visiblebox {
  100% {
    overflow-y: visible; } }
@keyframes zIndex {
  100% {
    z-index: 50; } }
@keyframes zoomin {
  40% {
    opacity: 1;
    transform: scale(1); }
  70% {
    opacity: 1;
    transform: scale(1); }
  80% {
    opacity: 1;
    transform: scale(1);
    top: 37px;
    left: 7px; }
  90% {
    opacity: 0;
    transform: scale(1);
    top: 37px;
    left: 7px; } }
@media (max-width: 990px) {
  @keyframes zoomin {
    40% {
      opacity: 1;
      transform: scale(1); }
    70% {
      opacity: 1;
      transform: scale(1); }
    80% {
      opacity: 1;
      transform: scale(1);
      top: 4.1666666667vw;
      left: 0.1953125vw; }
    90% {
      opacity: 0;
      transform: scale(1);
      top: 4.1666666667vw;
      left: 0.1953125vw; } } }
@keyframes fadeout {
  100% {
    opacity: 0; } }
@keyframes fadein {
  100% {
    opacity: 1; } }
@keyframes fadein-scale {
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes letterspacing {
  0% {
    opacity: 0;
    letter-spacing: 20px; }
  50% {
    opacity: 1;
    letter-spacing: 20px; }
  100% {
    opacity: 1;
    letter-spacing: 31.2px; } }
@keyframes blurtext {
  0% {
    filter: blur(20px); }
  50% {
    filter: blur(20px); }
  100% {
    filter: blur(0);
    top: 0;
    left: 0; } }
@keyframes blurtext2 {
  0% {
    filter: blur(30px); }
  50% {
    filter: blur(30px); }
  100% {
    filter: blur(0);
    top: 0;
    left: 0;
    transform: scale(1);
    opacity: 1; } }
@keyframes blurtext3 {
  100% {
    filter: blur(0);
    top: 0;
    left: 0;
    opacity: 1; } }
@keyframes movetopleft {
  100% {
    margin: 0;
    left: 0.5%;
    top: 31px;
    transform: scale(1); } }
@media (max-width: 1660px) {
  @keyframes movetopleft {
    100% {
      margin: 0;
      left: 0.5%;
      top: 31px;
      transform: scale(1);
      width: 94px; } } }
@media (max-width: 1440px) {
  @keyframes movetopleft {
    100% {
      margin: 0;
      left: 0.5%;
      top: 31px;
      transform: scale(1);
      width: 84px; } } }
@media (max-width: 1366px) {
  @keyframes movetopleft {
    100% {
      margin: 0;
      left: 0.5%;
      top: 31px;
      transform: scale(1);
      width: 84px; } } }
@media (max-width: 1280px) {
  @keyframes movetopleft {
    100% {
      margin: 0;
      left: 1%;
      top: 31px;
      transform: scale(1);
      width: 74px; } } }
@media (max-width: 1200px) {
  @keyframes movetopleft {
    100% {
      margin: 0;
      left: -1%;
      top: 31px;
      transform: scale(1);
      width: 74px; } } }
@media (max-width: 990px) {
  @keyframes movetopleft {
    100% {
      margin: 0;
      left: -3.90625vw;
      top: 3.90625vw;
      transform: scale(1);
      width: 10.4166666667vw; } } }
.offcanvas-backdrop::before {
  z-index: -1; }

.startbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }
  .startbg.active {
    animation: zIndex 1s ease;
    animation-delay: 1.6s;
    animation-fill-mode: forwards; }
    .startbg.active:before {
      animation: fadeout 1s ease;
      animation-delay: 1.6s;
      animation-fill-mode: forwards; }
    .startbg.active .logo .img {
      animation: movetopleft .6s ease;
      animation-delay: 1.2s;
      animation-fill-mode: forwards; }
      .startbg.active .logo .img img {
        animation: fadein 0.4s ease;
        animation-delay: 0.4s;
        animation-fill-mode: forwards; }
    .startbg.active .num {
      animation: fadeout 1s ease;
      animation-delay: 0s;
      animation-fill-mode: forwards; }
  .startbg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #000; }
  .startbg .logo {
    height: 100%;
    padding: 0 40px; }
    .startbg .logo .container {
      position: relative;
      height: 100%; }
    .startbg .logo .round {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center; }
      .startbg .logo .round #rounded {
        background: #0d6efd;
        width: 31px;
        height: 31px;
        border-radius: 50%;
        position: relative;
        top: -100px;
        left: 0;
        z-index: 99;
        transform: scale(100);
        opacity: 0;
        animation-name: zoomin;
        animation-fill-mode: forwards; }
        @media (max-width: 990px) {
          .startbg .logo .round #rounded {
            transform: scale(50);
            width: 4.0364583333vw;
            height: 4.0364583333vw;
            top: -13.0208333333vw;
            left: 0; } }
    .startbg .logo .img {
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -52px;
      margin-top: -28px;
      transform: scale(2); }
      @media (max-width: 990px) {
        .startbg .logo .img {
          transform: scale(1);
          margin-left: -13.5416666667vw;
          margin-top: -7.2916666667vw;
          width: 26.0416666667vw; } }
      .startbg .logo .img img {
        position: relative;
        top: -1px;
        left: 0;
        opacity: 0;
        width: 104px; }
        @media (max-width: 990px) {
          .startbg .logo .img img {
            width: 26.0416666667vw;
            top: -0.6510416667vw; } }
  .startbg .num {
    position: absolute;
    left: 0;
    bottom: 25%;
    width: 100%;
    text-align: center;
    color: #0d6efd;
    font-size: 80px;
    font-weight: bold; }
    @media (max-width: 990px) {
      .startbg .num {
        font-size: 80px;
        font-size: 10.4166666667vw; } }

body.home {
  padding-top: 0;
  overflow-x: hidden; }
  body.home .header-wrapper .header-top-box {
    position: relative;
    flex-direction: row-reverse; }
    body.home .header-wrapper .header-top-box .logo {
      position: absolute;
      left: 0;
      top: 0; }

.home-wrap .more a {
  display: -webkit-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center; }
  .home-wrap .more a:hover span i.circle {
    opacity: 1;
    transform: scale(1); }
  .home-wrap .more a:hover span i.bi-arrow-right {
    transform: translate(40%, 0%); }
  .home-wrap .more a strong {
    color: #2C2C34;
    font-size: 16px;
    font-weight: normal; }
    @media (max-width: 1660px) {
      .home-wrap .more a strong {
        font-size: 14px; } }
    @media (max-width: 990px) {
      .home-wrap .more a strong {
        display: none; } }
    @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
      .home-wrap .more a strong {
        display: none; } }
  .home-wrap .more a span {
    margin-left: 8px;
    position: relative;
    display: -webkit-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center; }
    @media (max-width: 990px) {
      .home-wrap .more a span {
        margin-left: 1.8229166667vw; } }
    @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
      .home-wrap .more a span {
        margin-left: 1.8229166667vw; } }
    .home-wrap .more a span i.circle {
      background: #2A62EF;
      width: 20px;
      height: 20px;
      border-radius: 20px;
      transform: scale(0.1);
      transition: all 0.2s;
      display: inline-block;
      opacity: 0; }
      @media (max-width: 990px) {
        .home-wrap .more a span i.circle {
          width: 3.3854166667vw;
          height: 3.3854166667vw;
          border-radius: 3.3854166667vw;
          opacity: 1;
          transform: scale(1); } }
      @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
        .home-wrap .more a span i.circle {
          width: 3.3854166667vw;
          height: 3.3854166667vw;
          border-radius: 3.3854166667vw;
          opacity: 1;
          transform: scale(1); } }
    .home-wrap .more a span i.bi-arrow-right {
      color: #000;
      font-weight: bold;
      font-size: 24px;
      line-height: 1;
      position: absolute;
      left: 0;
      top: -2px;
      transform: translate(20%, 0%);
      transition: all 0.2s; }
      @media (max-width: 990px) {
        .home-wrap .more a span i.bi-arrow-right {
          font-size: 32px;
          font-size: 4.1666666667vw;
          top: -0.390625vw;
          left: 0.6510416667vw; } }
      @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
        .home-wrap .more a span i.bi-arrow-right {
          font-size: 32px;
          font-size: 4.1666666667vw;
          top: -0.390625vw;
          left: 0.6510416667vw; } }
.home-wrap .section {
  height: 100vh; }
.home-wrap .section01 {
  background: #000;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .home-wrap .section01 .video-container video {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 0; }
    @media (max-width: 750px) {
      .home-wrap .section01 .video-container video {
        height: 100%;
        object-fit: cover; } }
  .home-wrap .section01 .title {
    color: #fff;
    text-align: center;
    font-family: KingsoftCloudFont, Arial, sans-serif;
    font-size: 52px;
    line-height: 1;
    letter-spacing: 31.2px;
    position: relative;
    font-weight: 400;
    margin-bottom: 50px;
    z-index: 60;
    opacity: 0; }
    @media (max-width: 1660px) {
      .home-wrap .section01 .title {
        font-size: 48px; } }
    @media (max-width: 1440px) {
      .home-wrap .section01 .title {
        font-size: 44px; } }
    @media (max-width: 1366px) {
      .home-wrap .section01 .title {
        font-size: 40px; } }
    @media (max-width: 1280px) {
      .home-wrap .section01 .title {
        font-size: 30px; } }
    @media (max-width: 990px) {
      .home-wrap .section01 .title {
        font-size: 56px;
        font-size: 7.2916666667vw;
        letter-spacing: 2.6041666667vw;
        line-height: 2;
        margin-bottom: 39.0625vw; } }
    @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
      .home-wrap .section01 .title {
        font-size: 56px;
        font-size: 7.2916666667vw;
        letter-spacing: 2.6041666667vw;
        line-height: 2;
        margin-bottom: 39.0625vw; } }
    .home-wrap .section01 .title.active {
      animation: letterspacing 1s linear;
      animation-delay: .1s;
      animation-fill-mode: forwards; }
      .home-wrap .section01 .title.active span b:nth-child(3n+1) {
        animation: blurtext 1s linear;
        animation-delay: .1s;
        animation-fill-mode: forwards; }
      .home-wrap .section01 .title.active span b:nth-child(3n+2) {
        animation: blurtext2 1s linear;
        animation-delay: 0.2s;
        animation-fill-mode: forwards; }
      .home-wrap .section01 .title.active span b:nth-child(3n+3) {
        animation: blurtext3 1s linear;
        animation-delay: 0s;
        animation-fill-mode: forwards; }
    @media (max-width: 990px) {
      .home-wrap .section01 .title span {
        display: block;
        position: relative;
        left: 3.90625vw; } }
    @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
      .home-wrap .section01 .title span {
        display: block; } }
    .home-wrap .section01 .title span b {
      font-weight: normal;
      position: relative; }
      .home-wrap .section01 .title span b:nth-child(3n+1) {
        top: -8px;
        left: 10px;
        filter: blur(20px); }
      .home-wrap .section01 .title span b:nth-child(3n+2) {
        top: -20px;
        left: 10px;
        filter: blur(30px);
        transform: scale(1.2);
        opacity: 0; }
      .home-wrap .section01 .title span b:nth-child(3n+3) {
        filter: blur(50px);
        top: -20px;
        left: 0;
        opacity: 0; }
  .home-wrap .section01 .scroll-btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    margin: 0 auto;
    width: 144px;
    height: 144px;
    border-radius: 144px;
    background: url(../images/home-img02.png) no-repeat;
    background-size: cover;
    box-shadow: 0px 4px 30px 0px rgba(42, 98, 239, 0.45);
    color: #fff;
    z-index: 60;
    opacity: 1;
    transform: scale(0); }
    @media (max-width: 1660px) {
      .home-wrap .section01 .scroll-btn {
        width: 140px;
        height: 140px; } }
    @media (max-width: 1440px) {
      .home-wrap .section01 .scroll-btn {
        width: 130px;
        height: 130px; } }
    @media (max-width: 1366px) {
      .home-wrap .section01 .scroll-btn {
        width: 120px;
        height: 120px; } }
    @media (max-width: 1280px) {
      .home-wrap .section01 .scroll-btn {
        width: 100px;
        height: 100px; } }
    @media (max-width: 990px) {
      .home-wrap .section01 .scroll-btn {
        width: 26.0416666667vw;
        height: 26.0416666667vw;
        border-radius: 26.0416666667vw; } }
    @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
      .home-wrap .section01 .scroll-btn {
        width: 26.0416666667vw;
        height: 26.0416666667vw;
        border-radius: 26.0416666667vw; } }
    .home-wrap .section01 .scroll-btn.active {
      animation: fadein-scale 1s ease;
      animation-delay: 0s;
      animation-fill-mode: forwards; }
    .home-wrap .section01 .scroll-btn .more {
      font-size: 20px; }
      @media (max-width: 1660px) {
        .home-wrap .section01 .scroll-btn .more {
          font-size: 18px; } }
      @media (max-width: 1440px) {
        .home-wrap .section01 .scroll-btn .more {
          font-size: 16px; } }
      @media (max-width: 1366px) {
        .home-wrap .section01 .scroll-btn .more {
          font-size: 14px; } }
      @media (max-width: 1280px) {
        .home-wrap .section01 .scroll-btn .more {
          font-size: 12px; } }
      @media (max-width: 990px) {
        .home-wrap .section01 .scroll-btn .more {
          font-size: 28px;
          font-size: 3.6458333333vw; } }
      @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
        .home-wrap .section01 .scroll-btn .more {
          font-size: 28px;
          font-size: 3.6458333333vw; } }
    .home-wrap .section01 .scroll-btn .scroll-arrows {
      height: 50%;
      left: 50%;
      overflow: hidden;
      position: absolute;
      top: 75%;
      transform: translate(-50%, -50%) rotate(0deg);
      width: 50%; }
      .home-wrap .section01 .scroll-btn .scroll-arrows .scroll-arrow {
        align-items: center;
        -webkit-animation: section01Arrow 2s ease infinite;
        animation: section01Arrow 2s ease infinite;
        left: 0;
        display: flex;
        height: 100%;
        justify-content: center;
        overflow: hidden;
        position: absolute;
        width: 100%;
        font-size: 22px; }
        @media (max-width: 1660px) {
          .home-wrap .section01 .scroll-btn .scroll-arrows .scroll-arrow {
            font-size: 20px; } }
        @media (max-width: 1440px) {
          .home-wrap .section01 .scroll-btn .scroll-arrows .scroll-arrow {
            font-size: 18px; } }
        @media (max-width: 1366px) {
          .home-wrap .section01 .scroll-btn .scroll-arrows .scroll-arrow {
            font-size: 16px; } }
        @media (max-width: 1280px) {
          .home-wrap .section01 .scroll-btn .scroll-arrows .scroll-arrow {
            font-size: 14px; } }
        @media (max-width: 990px) {
          .home-wrap .section01 .scroll-btn .scroll-arrows .scroll-arrow {
            font-size: 32px;
            font-size: 4.1666666667vw; } }
        @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
          .home-wrap .section01 .scroll-btn .scroll-arrows .scroll-arrow {
            font-size: 32px;
            font-size: 4.1666666667vw; } }
        .home-wrap .section01 .scroll-btn .scroll-arrows .scroll-arrow.scroll-arrow-1 {
          bottom: 100%; }
        .home-wrap .section01 .scroll-btn .scroll-arrows .scroll-arrow.scroll-arrow-2 {
          bottom: 0; }
    .home-wrap .section01 .scroll-btn .icon {
      width: 24px; }
      @media (max-width: 1660px) {
        .home-wrap .section01 .scroll-btn .icon {
          width: 22px; } }
      @media (max-width: 1440px) {
        .home-wrap .section01 .scroll-btn .icon {
          width: 20px; } }
      @media (max-width: 1366px) {
        .home-wrap .section01 .scroll-btn .icon {
          width: 18px; } }
      @media (max-width: 1280px) {
        .home-wrap .section01 .scroll-btn .icon {
          width: 16px; } }
      @media (max-width: 990px) {
        .home-wrap .section01 .scroll-btn .icon {
          width: 4.1666666667vw; } }
      .home-wrap .section01 .scroll-btn .icon img {
        width: 100%; }
  .home-wrap .section01 .moused-box {
    position: absolute;
    right: 7.03125vw;
    bottom: 8.3333333333vw;
    opacity: 1;
    transform: scale(0);
    z-index: 99; }
    .home-wrap .section01 .moused-box.active {
      animation: fadein-scale  1s ease;
      animation-delay: 0s;
      animation-fill-mode: forwards; }
    .home-wrap .section01 .moused-box .moused {
      border: 1px solid #fff;
      width: 24px;
      height: 32px;
      border-radius: 12px;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      padding-top: 0.5208333333vw; }
      @media (max-width: 990px) {
        .home-wrap .section01 .moused-box .moused {
          right: 5.859375vw;
          bottom: 24.7395833333vw;
          padding-top: 1.3020833333vw;
          width: 6.25vw;
          height: 8.3333333333vw;
          border-radius: 3.125vw; } }
      .home-wrap .section01 .moused-box .moused span {
        display: block;
        width: 5px;
        height: 8px;
        border-radius: 5px;
        background: #fff; }
        @media (max-width: 990px) {
          .home-wrap .section01 .moused-box .moused span {
            width: 1.3020833333vw;
            height: 2.0833333333vw;
            border-radius: 1.3020833333vw; } }
    .home-wrap .section01 .moused-box .scroll-arrows {
      margin-top: 1.0416666667vw;
      width: 24px;
      height: 35px;
      overflow: hidden;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center; }
      @media (max-width: 990px) {
        .home-wrap .section01 .moused-box .scroll-arrows {
          margin-top: 2.6041666667vw;
          width: 6.25vw;
          height: 9.1145833333vw; } }
      .home-wrap .section01 .moused-box .scroll-arrows .scroll-arrow {
        -webkit-animation: section01Arrow 1.5s ease infinite;
        animation: section01Arrow 1.5s ease infinite;
        overflow: hidden;
        font-size: 16px;
        color: #fff; }
        @media (max-width: 1366px) {
          .home-wrap .section01 .moused-box .scroll-arrows .scroll-arrow {
            font-size: 14px; } }
        @media (max-width: 990px) {
          .home-wrap .section01 .moused-box .scroll-arrows .scroll-arrow {
            font-size: 26px;
            font-size: 3.3854166667vw; } }
        @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
          .home-wrap .section01 .moused-box .scroll-arrows .scroll-arrow {
            font-size: 26px;
            font-size: 3.3854166667vw; } }
        .home-wrap .section01 .moused-box .scroll-arrows .scroll-arrow.scroll-arrow-1 {
          bottom: 100%; }
        .home-wrap .section01 .moused-box .scroll-arrows .scroll-arrow.scroll-arrow-2 {
          bottom: 0; }
  .home-wrap .section01 .openToVideo-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: -webkit-flex;
    display: none;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    .home-wrap .section01 .openToVideo-box .openToVideo {
      width: 50vw;
      background: #000;
      padding: 1.5625vw;
      position: relative; }
      @media (max-width: 990px) {
        .home-wrap .section01 .openToVideo-box .openToVideo {
          width: 84.6354166667vw;
          padding: 5.859375vw; } }
      .home-wrap .section01 .openToVideo-box .openToVideo .closeBtn {
        position: absolute;
        right: -4.1666666667vw;
        top: 0;
        width: 2.2916666667vw;
        cursor: pointer;
        transition: all .3s; }
        @media (max-width: 990px) {
          .home-wrap .section01 .openToVideo-box .openToVideo .closeBtn {
            right: -3.90625vw;
            width: 7.8125vw; } }
        .home-wrap .section01 .openToVideo-box .openToVideo .closeBtn:hover {
          transform: rotate(-90deg); }
        .home-wrap .section01 .openToVideo-box .openToVideo .closeBtn img {
          width: 100%; }
      .home-wrap .section01 .openToVideo-box .openToVideo video {
        width: 100%; }
.home-wrap .section02_earth_wrap {
  position: relative;
  overflow: hidden;
  background: #000 url("../images/home-section02-bg.jpg") repeat;
  z-index: 99; }
  @media (max-width: 990px) {
    .home-wrap .section02_earth_wrap {
      height: 100vh; } }
  @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
    .home-wrap .section02_earth_wrap {
      height: 100vh; } }
  .home-wrap .section02_earth_wrap .section_ht {
    height: 200vh; }
    @media (max-width: 990px) {
      .home-wrap .section02_earth_wrap .section_ht {
        height: 25vh; } }
    @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
      .home-wrap .section02_earth_wrap .section_ht {
        height: 25vh; } }
  .home-wrap .section02_earth_wrap .section02_earth {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
    @media (max-width: 990px) {
      .home-wrap .section02_earth_wrap .section02_earth {
        height: auto; } }
    @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
      .home-wrap .section02_earth_wrap .section02_earth {
        height: auto;
        overflow: visible; } }
    .home-wrap .section02_earth_wrap .section02_earth .titleBox {
      position: absolute;
      left: 0;
      top: 10%;
      width: 100%;
      z-index: 10; }
      @media (max-width: 990px) {
        .home-wrap .section02_earth_wrap .section02_earth .titleBox {
          margin-top: 10vh; } }
      @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
        .home-wrap .section02_earth_wrap .section02_earth .titleBox {
          margin-top: 10vh; } }
      .home-wrap .section02_earth_wrap .section02_earth .titleBox div {
        max-width: 1650px;
        margin: 0 auto;
        padding: 0 40px; }
        @media (max-width: 990px) {
          .home-wrap .section02_earth_wrap .section02_earth .titleBox div {
            padding: 0 5.2083333333vw; } }
        @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
          .home-wrap .section02_earth_wrap .section02_earth .titleBox div {
            padding: 0 5.2083333333vw; } }
      .home-wrap .section02_earth_wrap .section02_earth .titleBox.fixed {
        position: fixed; }
      .home-wrap .section02_earth_wrap .section02_earth .titleBox strong {
        color: #fff;
        font-size: 52px;
        line-height: 1;
        display: block; }
        @media (max-width: 1660px) {
          .home-wrap .section02_earth_wrap .section02_earth .titleBox strong {
            font-size: 48px; } }
        @media (max-width: 1440px) {
          .home-wrap .section02_earth_wrap .section02_earth .titleBox strong {
            font-size: 44px; } }
        @media (max-width: 1366px) {
          .home-wrap .section02_earth_wrap .section02_earth .titleBox strong {
            font-size: 40px; } }
        @media (max-width: 1280px) {
          .home-wrap .section02_earth_wrap .section02_earth .titleBox strong {
            font-size: 30px; } }
        @media (max-width: 990px) {
          .home-wrap .section02_earth_wrap .section02_earth .titleBox strong {
            display: block;
            font-size: 48px;
            font-size: 6.25vw; } }
        @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
          .home-wrap .section02_earth_wrap .section02_earth .titleBox strong {
            display: block;
            font-size: 48px;
            font-size: 6.25vw; } }
      .home-wrap .section02_earth_wrap .section02_earth .titleBox span {
        color: #FFF;
        font-size: 16px;
        line-height: 1;
        display: block;
        opacity: 0;
        transition: all 2s;
        margin-top: 20px; }
        @media (max-width: 1280px) {
          .home-wrap .section02_earth_wrap .section02_earth .titleBox span {
            font-size: 14px; } }
        @media (max-width: 990px) {
          .home-wrap .section02_earth_wrap .section02_earth .titleBox span {
            display: block;
            font-size: 26px;
            font-size: 3.3854166667vw;
            margin-top: 2.6041666667vw;
            opacity: 1; } }
        @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
          .home-wrap .section02_earth_wrap .section02_earth .titleBox span {
            display: block;
            font-size: 26px;
            font-size: 3.3854166667vw;
            margin-top: 2.6041666667vw;
            opacity: 1; } }
        .home-wrap .section02_earth_wrap .section02_earth .titleBox span.op {
          opacity: 1; }
    .home-wrap .section02_earth_wrap .section02_earth .listspc {
      position: absolute;
      left: 0;
      top: 10%;
      width: 100%;
      height: 80%;
      z-index: 10;
      opacity: 1;
      transition: all 2s; }
      @media (max-width: 990px) {
        .home-wrap .section02_earth_wrap .section02_earth .listspc {
          margin-top: 6.5104166667vw; } }
      @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
        .home-wrap .section02_earth_wrap .section02_earth .listspc {
          margin-top: 6.5104166667vw; } }
      .home-wrap .section02_earth_wrap .section02_earth .listspc.fixed {
        position: fixed; }
      .home-wrap .section02_earth_wrap .section02_earth .listspc.op {
        opacity: 0; }
      .home-wrap .section02_earth_wrap .section02_earth .listspc .list {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        max-width: 1650px;
        margin: 0 auto;
        padding: 0 40px; }
        @media (max-width: 990px) {
          .home-wrap .section02_earth_wrap .section02_earth .listspc .list {
            padding: 0; } }
        @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
          .home-wrap .section02_earth_wrap .section02_earth .listspc .list {
            padding: 0; } }
        .home-wrap .section02_earth_wrap .section02_earth .listspc .list.list01 {
          margin-top: 120px; }
          @media (max-width: 990px) {
            .home-wrap .section02_earth_wrap .section02_earth .listspc .list.list01 {
              margin-top: 5.859375vw; } }
          @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
            .home-wrap .section02_earth_wrap .section02_earth .listspc .list.list01 {
              margin-top: 5.859375vw; } }
        .home-wrap .section02_earth_wrap .section02_earth .listspc .list.list02 {
          margin-top: 130px; }
          @media (max-width: 1660px) {
            .home-wrap .section02_earth_wrap .section02_earth .listspc .list.list02 {
              margin-top: 120px; } }
          @media (max-width: 1440px) {
            .home-wrap .section02_earth_wrap .section02_earth .listspc .list.list02 {
              margin-top: 110px; } }
          @media (max-width: 1366px) {
            .home-wrap .section02_earth_wrap .section02_earth .listspc .list.list02 {
              margin-top: 100px; } }
          @media (max-width: 1280px) {
            .home-wrap .section02_earth_wrap .section02_earth .listspc .list.list02 {
              margin-top: 90px; } }
          @media (max-width: 990px) {
            .home-wrap .section02_earth_wrap .section02_earth .listspc .list.list02 {
              margin-top: 5.859375vw; } }
          @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
            .home-wrap .section02_earth_wrap .section02_earth .listspc .list.list02 {
              margin-top: 5.859375vw; } }
        .home-wrap .section02_earth_wrap .section02_earth .listspc .list .line {
          width: 1px;
          height: 100px;
          background: #FFF;
          display: block;
          margin-right: 40px; }
          @media (max-width: 1660px) {
            .home-wrap .section02_earth_wrap .section02_earth .listspc .list .line {
              height: 90px;
              margin-right: 36px; } }
          @media (max-width: 1440px) {
            .home-wrap .section02_earth_wrap .section02_earth .listspc .list .line {
              height: 80px;
              margin-right: 30px; } }
          @media (max-width: 1366px) {
            .home-wrap .section02_earth_wrap .section02_earth .listspc .list .line {
              height: 70px;
              margin-right: 26px; } }
          @media (max-width: 1280px) {
            .home-wrap .section02_earth_wrap .section02_earth .listspc .list .line {
              height: 60px;
              margin-right: 20px; } }
        .home-wrap .section02_earth_wrap .section02_earth .listspc .list .con {
          color: #fff;
          font-size: 22px;
          line-height: 2;
          max-width: 40vw;
          margin-top: 50px; }
          @media (max-width: 1660px) {
            .home-wrap .section02_earth_wrap .section02_earth .listspc .list .con {
              font-size: 20px;
              margin-top: 40px; } }
          @media (max-width: 1440px) {
            .home-wrap .section02_earth_wrap .section02_earth .listspc .list .con {
              font-size: 18px;
              margin-top: 30px; } }
          @media (max-width: 1366px) {
            .home-wrap .section02_earth_wrap .section02_earth .listspc .list .con {
              font-size: 16px;
              margin-top: 20px; } }
          @media (max-width: 1280px) {
            .home-wrap .section02_earth_wrap .section02_earth .listspc .list .con {
              font-size: 14px;
              margin-top: 10px; } }
          @media (max-width: 990px) {
            .home-wrap .section02_earth_wrap .section02_earth .listspc .list .con {
              margin-top: 0;
              max-width: 100%;
              font-size: 30px;
              font-size: 3.90625vw;
              line-height: 7.8125vw; } }
          @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
            .home-wrap .section02_earth_wrap .section02_earth .listspc .list .con {
              margin-top: 0;
              max-width: 100%;
              font-size: 30px;
              font-size: 3.90625vw;
              line-height: 7.8125vw; } }
          .home-wrap .section02_earth_wrap .section02_earth .listspc .list .con.con02 {
            font-size: 22px;
            line-height: 2.3636363636; }
            @media (max-width: 1660px) {
              .home-wrap .section02_earth_wrap .section02_earth .listspc .list .con.con02 {
                font-size: 20px; } }
            @media (max-width: 1440px) {
              .home-wrap .section02_earth_wrap .section02_earth .listspc .list .con.con02 {
                font-size: 18px; } }
            @media (max-width: 1366px) {
              .home-wrap .section02_earth_wrap .section02_earth .listspc .list .con.con02 {
                font-size: 16px; } }
            @media (max-width: 1280px) {
              .home-wrap .section02_earth_wrap .section02_earth .listspc .list .con.con02 {
                font-size: 14px; } }
            @media (max-width: 990px) {
              .home-wrap .section02_earth_wrap .section02_earth .listspc .list .con.con02 {
                font-size: 26px;
                font-size: 3.3854166667vw;
                line-height: 6.7708333333vw; } }
            @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
              .home-wrap .section02_earth_wrap .section02_earth .listspc .list .con.con02 {
                font-size: 26px;
                font-size: 3.3854166667vw;
                line-height: 6.7708333333vw; } }
    .home-wrap .section02_earth_wrap .section02_earth .listsBox {
      width: 30%;
      height: 75vh;
      overflow: auto;
      padding-right: 50px;
      position: absolute;
      z-index: -1;
      right: 10%;
      top: 10%;
      opacity: 0;
      transition: opacity 1s; }
      @media (max-width: 1660px) {
        .home-wrap .section02_earth_wrap .section02_earth .listsBox {
          margin-right: 44px; } }
      @media (max-width: 1440px) {
        .home-wrap .section02_earth_wrap .section02_earth .listsBox {
          margin-right: 38px; } }
      @media (max-width: 1366px) {
        .home-wrap .section02_earth_wrap .section02_earth .listsBox {
          margin-right: 0;
          width: 37%;
          right: 5%; } }
      .home-wrap .section02_earth_wrap .section02_earth .listsBox.fixed {
        position: fixed; }
      .home-wrap .section02_earth_wrap .section02_earth .listsBox.op {
        opacity: 1;
        z-index: 11; }
      .home-wrap .section02_earth_wrap .section02_earth .listsBox:hover::-webkit-scrollbar-thumb {
        opacity: 1; }
      .home-wrap .section02_earth_wrap .section02_earth .listsBox::-webkit-scrollbar {
        width: 5px;
        height: 0; }
      .home-wrap .section02_earth_wrap .section02_earth .listsBox::-webkit-scrollbar-thumb {
        background: #ddd;
        border-radius: 10px;
        opacity: 0; }
      .home-wrap .section02_earth_wrap .section02_earth .listsBox::-webkit-scrollbar-track {
        background: none;
        border: none;
        border-radius: 10px; }
      .home-wrap .section02_earth_wrap .section02_earth .listsBox::-webkit-scrollbar-button {
        background-color: #4d7fff;
        border-radius: 5px;
        height: 0; }
      .home-wrap .section02_earth_wrap .section02_earth .listsBox::-webkit-scrollbar-button:hover {
        background-color: #999999; }
      .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list {
        padding: 30px 0;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list:last-child {
          border-bottom: none; }
        .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .category {
          display: inline-flex;
          padding: 2px 10px;
          justify-content: center;
          align-items: center;
          border-radius: 4px;
          background: rgba(255, 255, 255, 0.2);
          color: #FFF;
          font-size: 16px; }
        .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap {
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-align-items: center;
          align-items: center; }
          .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap .position {
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
            -webkit-align-items: center;
            align-items: center;
            margin-right: 60px; }
            @media (max-width: 1660px) {
              .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap .position {
                margin-right: 50px; } }
            @media (max-width: 1440px) {
              .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap .position {
                margin-right: 40px; } }
            @media (max-width: 1366px) {
              .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap .position {
                margin-right: 30px; } }
            @media (max-width: 1280px) {
              .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap .position {
                margin-right: 20px; } }
            .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap .position i.compass {
              background: url(https://soo-new.sjtu.edu.cn/assets/images/home-section02-img03.svg) no-repeat;
              background-size: cover;
              width: 28px;
              height: 28px;
              display: block; }
              @media (max-width: 1660px) {
                .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap .position i.compass {
                  width: 26px;
                  height: 26px; } }
              @media (max-width: 1440px) {
                .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap .position i.compass {
                  width: 24px;
                  height: 24px; } }
              @media (max-width: 1366px) {
                .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap .position i.compass {
                  width: 22px;
                  height: 22px; } }
              @media (max-width: 1280px) {
                .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap .position i.compass {
                  width: 20px;
                  height: 20px; } }
            .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap .position span, .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap .position a {
              color: #FFF;
              font-size: 16px;
              line-height: 1;
              margin-left: 10px; }
              @media (max-width: 1660px) {
                .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap .position span, .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap .position a {
                  font-size: 14px; } }
          .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap .username {
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
            -webkit-align-items: center;
            align-items: center; }
            .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap .username a {
              display: -webkit-flex;
              display: flex;
              -webkit-justify-content: flex-start;
              justify-content: flex-start;
              -webkit-align-items: center;
              align-items: center; }
            .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap .username i.avatar {
              background: url(https://soo-new.sjtu.edu.cn/assets/images/home-section02-img04.svg) no-repeat;
              background-size: cover;
              width: 28px;
              height: 28px;
              display: block; }
              @media (max-width: 1660px) {
                .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap .username i.avatar {
                  width: 26px;
                  height: 26px; } }
              @media (max-width: 1440px) {
                .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap .username i.avatar {
                  width: 24px;
                  height: 24px; } }
              @media (max-width: 1366px) {
                .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap .username i.avatar {
                  width: 22px;
                  height: 22px; } }
              @media (max-width: 1280px) {
                .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap .username i.avatar {
                  width: 20px;
                  height: 20px; } }
            .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap .username span, .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap .username a {
              color: #FFF;
              font-size: 16px;
              line-height: 1;
              margin-left: 10px; }
              @media (max-width: 1660px) {
                .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap .username span, .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .position-username-wrap .username a {
                  font-size: 14px; } }
        .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .title {
          color: #FFF;
          font-size: 22px;
          font-weight: bold;
          line-height: 1.6;
          margin-top: 10px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          @media (max-width: 1660px) {
            .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .title {
              font-size: 21px; } }
          @media (max-width: 1440px) {
            .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .title {
              font-size: 20px; } }
          @media (max-width: 1366px) {
            .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .title {
              font-size: 18px; } }
          @media (max-width: 1280px) {
            .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .title {
              font-size: 16px; } }
        .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .con {
          color: #FFF;
          font-size: 16px;
          line-height: 1.6;
          margin-top: 10px;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
          @media (max-width: 1366px) {
            .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .con {
              font-size: 12px; } }
        .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .link {
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center;
          flex-direction: column;
          width: 44px;
          height: 44px;
          border-radius: 44px;
          background-color: transparent;
          background-repeat: no-repeat;
          background-size: cover;
          color: #fff;
          transition: all 0.2s;
          margin-top: 10px; }
          @media (max-width: 990px) {
            .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .link {
              margin-left: 3.90625vw;
              width: 11.4583333333vw;
              height: 11.4583333333vw;
              border-radius: 11.4583333333vw;
              display: none; } }
          .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .link i {
            font-size: 20px; }
            @media (max-width: 990px) {
              .home-wrap .section02_earth_wrap .section02_earth .listsBox .lists .list .link i {
                font-size: 28px;
                font-size: 3.6458333333vw; } }
  .home-wrap .section02_earth_wrap .earthWrap {
    width: 100%;
    left: 20%;
    position: absolute;
    top: -15vh;
    z-index: 0;
    height: 130vh;
    transition: all 2s; }
    @media (max-width: 990px) {
      .home-wrap .section02_earth_wrap .earthWrap {
        width: 100%;
        height: 50vh;
        margin: 0 auto;
        position: static; } }
    @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
      .home-wrap .section02_earth_wrap .earthWrap {
        width: 100%;
        height: 50vh;
        margin: 0 auto;
        position: static; } }
    .home-wrap .section02_earth_wrap .earthWrap.fixed_bottom {
      position: fixed; }
    .home-wrap .section02_earth_wrap .earthWrap.op {
      top: 30vh;
      left: 0%;
      z-index: 10; }
    .home-wrap .section02_earth_wrap .earthWrap #earthContainer {
      height: 100%;
      width: 100%; }
  .home-wrap .section02_earth_wrap .earth-items-box {
    background: #fff;
    border-radius: 0.6510416667vw;
    padding: 0 5.2083333333vw;
    position: absolute;
    bottom: 10vh;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto; }
    .home-wrap .section02_earth_wrap .earth-items-box .header-title a {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center;
      color: #000;
      height: 13.0208333333vw;
      font-size: 32px;
      font-size: 4.1666666667vw; }
      .home-wrap .section02_earth_wrap .earth-items-box .header-title a.active .show:before {
        transform: rotate(0); }
      .home-wrap .section02_earth_wrap .earth-items-box .header-title a .title {
        position: relative; }
        .home-wrap .section02_earth_wrap .earth-items-box .header-title a .title span {
          position: absolute;
          right: -3.90625vw;
          top: 0;
          font-size: 18px;
          font-size: 2.34375vw;
          color: rgba(44, 44, 52, 0.5); }
      .home-wrap .section02_earth_wrap .earth-items-box .header-title a .show {
        font-size: 38px;
        font-size: 4.9479166667vw;
        font-weight: bold; }
        .home-wrap .section02_earth_wrap .earth-items-box .header-title a .show:before {
          transform: rotate(45deg);
          transition: all .3s; }
    .home-wrap .section02_earth_wrap .earth-items-box .content-box {
      border-top: 1px solid #000;
      display: none;
      overflow: hidden;
      padding-top: 3.90625vw; }
      .home-wrap .section02_earth_wrap .earth-items-box .content-box.active {
        display: block; }
      .home-wrap .section02_earth_wrap .earth-items-box .content-box .map-list-box {
        max-height: 53vh;
        overflow: auto; }
        .home-wrap .section02_earth_wrap .earth-items-box .content-box .map-list-box .map-lists {
          font-size: 28px;
          font-size: 3.6458333333vw;
          line-height: 1;
          padding-bottom: 3.90625vw;
          position: relative; }
          .home-wrap .section02_earth_wrap .earth-items-box .content-box .map-list-box .map-lists.after:after {
            content: ""; }
          .home-wrap .section02_earth_wrap .earth-items-box .content-box .map-list-box .map-lists.after .lists {
            padding-bottom: 6.7708333333vw; }
          .home-wrap .section02_earth_wrap .earth-items-box .content-box .map-list-box .map-lists:after {
            content: normal;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff);
            bottom: 0;
            height: 15.625vw;
            left: 0;
            pointer-events: none;
            position: absolute;
            width: 100%;
            z-index: 3; }
          .home-wrap .section02_earth_wrap .earth-items-box .content-box .map-list-box .map-lists .title {
            position: relative;
            display: inline-block;
            color: #000; }
            .home-wrap .section02_earth_wrap .earth-items-box .content-box .map-list-box .map-lists .title span {
              position: absolute;
              right: -2.6041666667vw;
              top: 0;
              font-size: 18px;
              font-size: 2.34375vw;
              color: rgba(44, 44, 52, 0.5); }
          .home-wrap .section02_earth_wrap .earth-items-box .content-box .map-list-box .map-lists .lists {
            margin-top: 3.90625vw;
            font-size: 24px;
            font-size: 3.125vw;
            max-height: 40.3645833333vw;
            overflow: auto;
            display: none;
            padding: 0 4.1666666667vw;
            box-sizing: border-box; }
            .home-wrap .section02_earth_wrap .earth-items-box .content-box .map-list-box .map-lists .lists .list {
              margin-bottom: 1.3020833333vw; }
              .home-wrap .section02_earth_wrap .earth-items-box .content-box .map-list-box .map-lists .lists .list:last-child {
                margin-bottom: 0; }
              .home-wrap .section02_earth_wrap .earth-items-box .content-box .map-list-box .map-lists .lists .list a {
                text-decoration: none;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                line-height: 4.6875vw; }
            .home-wrap .section02_earth_wrap .earth-items-box .content-box .map-list-box .map-lists .lists .offcanvas-end {
              width: 100%;
              border: none;
              padding: 2.6041666667vw;
              transition: all 0.5s; }
              .home-wrap .section02_earth_wrap .earth-items-box .content-box .map-list-box .map-lists .lists .offcanvas-end .offcanvas-header .btn-close {
                background: url("https://soo-new.sjtu.edu.cn/assets/images/home-offcanvas-close.svg") no-repeat center center;
                width: 24px;
                height: 24px;
                opacity: 1;
                padding: 0;
                margin: 0; }
              .home-wrap .section02_earth_wrap .earth-items-box .content-box .map-list-box .map-lists .lists .offcanvas-end .offcanvas-body .list {
                padding: 3.2552083333vw 0 1.953125vw;
                box-sizing: border-box; }
                .home-wrap .section02_earth_wrap .earth-items-box .content-box .map-list-box .map-lists .lists .offcanvas-end .offcanvas-body .list .position-username-wrap {
                  display: -webkit-flex;
                  display: flex;
                  -webkit-justify-content: flex-start;
                  justify-content: flex-start;
                  -webkit-align-items: center;
                  align-items: center; }
                  .home-wrap .section02_earth_wrap .earth-items-box .content-box .map-list-box .map-lists .lists .offcanvas-end .offcanvas-body .list .position-username-wrap .position {
                    display: -webkit-flex;
                    display: flex;
                    -webkit-justify-content: flex-start;
                    justify-content: flex-start;
                    -webkit-align-items: center;
                    align-items: center;
                    margin-right: 7.8125vw; }
                    .home-wrap .section02_earth_wrap .earth-items-box .content-box .map-list-box .map-lists .lists .offcanvas-end .offcanvas-body .list .position-username-wrap .position i.compass {
                      background: url(https://soo-new.sjtu.edu.cn/assets/images/home-section02-img03_sp.svg) no-repeat;
                      background-size: cover;
                      width: 6.25vw;
                      height: 6.25vw;
                      display: block; }
                    .home-wrap .section02_earth_wrap .earth-items-box .content-box .map-list-box .map-lists .lists .offcanvas-end .offcanvas-body .list .position-username-wrap .position span {
                      color: #2c2c34;
                      font-size: 32px;
                      font-size: 4.1666666667vw;
                      line-height: 1;
                      margin-left: 2.6041666667vw; }
                  .home-wrap .section02_earth_wrap .earth-items-box .content-box .map-list-box .map-lists .lists .offcanvas-end .offcanvas-body .list .position-username-wrap .username {
                    display: -webkit-flex;
                    display: flex;
                    -webkit-justify-content: flex-start;
                    justify-content: flex-start;
                    -webkit-align-items: center;
                    align-items: center; }
                    .home-wrap .section02_earth_wrap .earth-items-box .content-box .map-list-box .map-lists .lists .offcanvas-end .offcanvas-body .list .position-username-wrap .username i.avatar {
                      background: url(https://soo-new.sjtu.edu.cn/assets/images/home-section02-img04_sp.svg) no-repeat;
                      background-size: cover;
                      width: 6.25vw;
                      height: 6.25vw;
                      display: block;
                      fill: #2c2c34; }
                    .home-wrap .section02_earth_wrap .earth-items-box .content-box .map-list-box .map-lists .lists .offcanvas-end .offcanvas-body .list .position-username-wrap .username span, .home-wrap .section02_earth_wrap .earth-items-box .content-box .map-list-box .map-lists .lists .offcanvas-end .offcanvas-body .list .position-username-wrap .username a {
                      color: #2c2c34;
                      font-size: 32px;
                      font-size: 4.1666666667vw;
                      line-height: 1;
                      margin-left: 2.6041666667vw; }
                .home-wrap .section02_earth_wrap .earth-items-box .content-box .map-list-box .map-lists .lists .offcanvas-end .offcanvas-body .list .title {
                  fill: #2c2c34;
                  margin-top: 5.2083333333vw; }
                  .home-wrap .section02_earth_wrap .earth-items-box .content-box .map-list-box .map-lists .lists .offcanvas-end .offcanvas-body .list .title a {
                    font-size: 32px;
                    font-size: 4.1666666667vw;
                    line-height: 1.6; }
                .home-wrap .section02_earth_wrap .earth-items-box .content-box .map-list-box .map-lists .lists .offcanvas-end .offcanvas-body .list .con {
                  color: rgba(44, 44, 52, 0.5);
                  font-size: 28px;
                  font-size: 3.6458333333vw;
                  line-height: 7.8125vw;
                  margin-top: 5.2083333333vw; }
.home-wrap .section03 {
  background: #000 url("../images/home-section07-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 0px 40px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  @media (max-width: 1660px) {
    .home-wrap .section03 {
      padding: 0px 40px 0; } }
  @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
    .home-wrap .section03 {
      height: auto;
      padding: 0; } }
  @media (max-width: 990px) {
    .home-wrap .section03 {
      height: auto;
      padding: 7.8125vw 5.2083333333vw 15.625vw;
      background: url("../images/home-section07-bg-wap.jpg") no-repeat center center;
      background-size: cover; } }
  .home-wrap .section03 .titleBox {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    color: #fff; }
    @media (max-width: 990px) {
      .home-wrap .section03 .titleBox {
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
    .home-wrap .section03 .titleBox strong {
      color: #fff;
      font-size: 52px;
      line-height: 1;
      display: block; }
      @media (max-width: 1660px) {
        .home-wrap .section03 .titleBox strong {
          font-size: 48px; } }
      @media (max-width: 1440px) {
        .home-wrap .section03 .titleBox strong {
          font-size: 44px; } }
      @media (max-width: 1366px) {
        .home-wrap .section03 .titleBox strong {
          font-size: 40px; } }
      @media (max-width: 1280px) {
        .home-wrap .section03 .titleBox strong {
          font-size: 30px; } }
      @media (max-width: 990px) {
        .home-wrap .section03 .titleBox strong {
          display: block;
          font-size: 48px;
          font-size: 6.25vw; } }
      @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
        .home-wrap .section03 .titleBox strong {
          display: block;
          font-size: 48px;
          font-size: 6.25vw; } }
  .home-wrap .section03 .tabBox {
    margin-top: 0px;
    max-width: 620px; }
    @media (max-width: 1660px) {
      .home-wrap .section03 .tabBox {
        margin-top: 0px; } }
    @media (max-width: 990px) {
      .home-wrap .section03 .tabBox {
        max-width: none; } }
    @media (max-width: 990px) {
      .home-wrap .section03 .tabBox {
        margin-top: 5.9895833333vw; } }
    .home-wrap .section03 .tabBox .homeTags-swiper .swiper-slide {
      width: 108px;
      height: 44px;
      line-height: 44px;
      text-align: center;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      cursor: pointer; }
      @media (max-width: 1660px) {
        .home-wrap .section03 .tabBox .homeTags-swiper .swiper-slide {
          font-size: 14px; } }
      @media (max-width: 990px) {
        .home-wrap .section03 .tabBox .homeTags-swiper .swiper-slide {
          width: auto;
          height: 10.4166666667vw;
          line-height: 10.4166666667vw;
          font-size: 28px;
          font-size: 3.6458333333vw;
          padding: 0 2.6041666667vw; } }
      .home-wrap .section03 .tabBox .homeTags-swiper .swiper-slide:last-child {
        margin-right: 0; }
      .home-wrap .section03 .tabBox .homeTags-swiper .swiper-slide:hover, .home-wrap .section03 .tabBox .homeTags-swiper .swiper-slide.active {
        background: #fff;
        color: #2C2C34; }
    .home-wrap .section03 .tabBox .tabbd {
      margin-top: 60px; }
      @media (max-width: 1660px) {
        .home-wrap .section03 .tabBox .tabbd {
          margin-top: 30px; } }
      @media (max-width: 990px) {
        .home-wrap .section03 .tabBox .tabbd {
          margin-top: 10.4166666667vw; } }
      .home-wrap .section03 .tabBox .tabbd .tbdlist {
        display: none;
        overflow: auto;
        height: 75vh;
        padding-right: 50px; }
        @media (max-width: 990px) {
          .home-wrap .section03 .tabBox .tabbd .tbdlist {
            padding-right: 10px;
            overflow: hidden;
            height: auto; } }
        .home-wrap .section03 .tabBox .tabbd .tbdlist.active {
          display: block; }
        .home-wrap .section03 .tabBox .tabbd .tbdlist:hover::-webkit-scrollbar-thumb {
          opacity: 1; }
        .home-wrap .section03 .tabBox .tabbd .tbdlist::-webkit-scrollbar {
          width: 5px;
          height: 0; }
        .home-wrap .section03 .tabBox .tabbd .tbdlist::-webkit-scrollbar-thumb {
          background: #ddd;
          border-radius: 10px;
          opacity: 0; }
        .home-wrap .section03 .tabBox .tabbd .tbdlist::-webkit-scrollbar-track {
          background: none;
          border: none;
          border-radius: 10px; }
        .home-wrap .section03 .tabBox .tabbd .tbdlist::-webkit-scrollbar-button {
          background-color: #4d7fff;
          border-radius: 5px;
          height: 0; }
        .home-wrap .section03 .tabBox .tabbd .tbdlist::-webkit-scrollbar-button:hover {
          background-color: #999999; }
        .home-wrap .section03 .tabBox .tabbd .tbdlist .list {
          padding: 30px 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
          @media (max-width: 990px) {
            .home-wrap .section03 .tabBox .tabbd .tbdlist .list {
              padding: 5.2083333333vw 0; } }
          .home-wrap .section03 .tabBox .tabbd .tbdlist .list:first-child {
            padding-top: 0; }
          .home-wrap .section03 .tabBox .tabbd .tbdlist .list:last-child {
            padding-bottom: 0;
            border-bottom: none; }
          .home-wrap .section03 .tabBox .tabbd .tbdlist .list .username {
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
            -webkit-align-items: center;
            align-items: center; }
            .home-wrap .section03 .tabBox .tabbd .tbdlist .list .username a {
              display: -webkit-flex;
              display: flex;
              -webkit-justify-content: flex-start;
              justify-content: flex-start;
              -webkit-align-items: center;
              align-items: center; }
            .home-wrap .section03 .tabBox .tabbd .tbdlist .list .username i.avatar {
              background: url(https://soo-new.sjtu.edu.cn/assets/images/home-section02-img04.svg) no-repeat;
              background-size: cover;
              width: 28px;
              height: 28px;
              display: block; }
              @media (max-width: 1660px) {
                .home-wrap .section03 .tabBox .tabbd .tbdlist .list .username i.avatar {
                  width: 26px;
                  height: 26px; } }
              @media (max-width: 1440px) {
                .home-wrap .section03 .tabBox .tabbd .tbdlist .list .username i.avatar {
                  width: 24px;
                  height: 24px; } }
              @media (max-width: 1366px) {
                .home-wrap .section03 .tabBox .tabbd .tbdlist .list .username i.avatar {
                  width: 22px;
                  height: 22px; } }
              @media (max-width: 1280px) {
                .home-wrap .section03 .tabBox .tabbd .tbdlist .list .username i.avatar {
                  width: 20px;
                  height: 20px; } }
              @media (max-width: 990px) {
                .home-wrap .section03 .tabBox .tabbd .tbdlist .list .username i.avatar {
                  width: 6.25vw;
                  height: 6.25vw; } }
            .home-wrap .section03 .tabBox .tabbd .tbdlist .list .username a {
              color: #FFF;
              font-size: 16px;
              line-height: 1;
              margin-left: 10px; }
              @media (max-width: 1660px) {
                .home-wrap .section03 .tabBox .tabbd .tbdlist .list .username a {
                  font-size: 14px; } }
              @media (max-width: 990px) {
                .home-wrap .section03 .tabBox .tabbd .tbdlist .list .username a {
                  font-size: 28px;
                  font-size: 3.6458333333vw;
                  opacity: .7; } }
          .home-wrap .section03 .tabBox .tabbd .tbdlist .list .title {
            color: #FFF;
            font-size: 22px;
            font-weight: bold;
            line-height: 1.6;
            margin-top: 10px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
            @media (max-width: 1660px) {
              .home-wrap .section03 .tabBox .tabbd .tbdlist .list .title {
                font-size: 21px; } }
            @media (max-width: 1440px) {
              .home-wrap .section03 .tabBox .tabbd .tbdlist .list .title {
                font-size: 20px; } }
            @media (max-width: 1366px) {
              .home-wrap .section03 .tabBox .tabbd .tbdlist .list .title {
                font-size: 18px; } }
            @media (max-width: 1280px) {
              .home-wrap .section03 .tabBox .tabbd .tbdlist .list .title {
                font-size: 16px; } }
            @media (max-width: 990px) {
              .home-wrap .section03 .tabBox .tabbd .tbdlist .list .title {
                font-size: 32px;
                font-size: 4.1666666667vw;
                margin-top: 2.6041666667vw; } }
          .home-wrap .section03 .tabBox .tabbd .tbdlist .list .con {
            color: #FFF;
            font-size: 16px;
            line-height: 1.6;
            margin-top: 10px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
            @media (max-width: 1366px) {
              .home-wrap .section03 .tabBox .tabbd .tbdlist .list .con {
                font-size: 12px; } }
            @media (max-width: 990px) {
              .home-wrap .section03 .tabBox .tabbd .tbdlist .list .con {
                font-size: 28px;
                font-size: 3.6458333333vw;
                margin-top: 2.6041666667vw;
                opacity: .7; } }
.home-wrap .section07 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 40px;
  overflow-x: hidden; }
  @media (max-width: 990px) {
    .home-wrap .section07 {
      height: auto;
      padding: 0; } }
  @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
    .home-wrap .section07 {
      height: auto;
      padding: 0; } }
  .home-wrap .section07 .conBox {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 140px 0;
    box-sizing: border-box; }
    @media (max-width: 990px) {
      .home-wrap .section07 .conBox {
        padding: 15.625vw 5.2083333333vw;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
      .home-wrap .section07 .conBox {
        padding: 15.625vw 5.2083333333vw;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .home-wrap .section07 .lists {
    position: relative; }
    .home-wrap .section07 .lists .topBox {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center; }
      .home-wrap .section07 .lists .topBox .titleBox {
        line-height: 1;
        color: #2C2C34;
        font-size: 52px;
        font-weight: bold; }
        @media (max-width: 1660px) {
          .home-wrap .section07 .lists .topBox .titleBox {
            font-size: 48px; } }
        @media (max-width: 1440px) {
          .home-wrap .section07 .lists .topBox .titleBox {
            font-size: 44px; } }
        @media (max-width: 1366px) {
          .home-wrap .section07 .lists .topBox .titleBox {
            font-size: 40px; } }
        @media (max-width: 1280px) {
          .home-wrap .section07 .lists .topBox .titleBox {
            font-size: 30px; } }
        @media (max-width: 990px) {
          .home-wrap .section07 .lists .topBox .titleBox {
            font-size: 48px;
            font-size: 6.25vw; } }
        @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
          .home-wrap .section07 .lists .topBox .titleBox {
            font-size: 48px;
            font-size: 6.25vw; } }
  .home-wrap .section07 .news-list {
    flex: 1; }
    @media (max-width: 990px) {
      .home-wrap .section07 .news-list {
        width: 100%;
        margin-bottom: 6.5104166667vw; } }
    @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
      .home-wrap .section07 .news-list {
        width: 100%;
        margin-bottom: 6.5104166667vw; } }
    .home-wrap .section07 .news-list .bgBox {
      font-size: 160px;
      text-transform: uppercase;
      font-weight: bold;
      background: linear-gradient(180deg, rgba(45, 77, 158, 0.04) 0%, rgba(45, 77, 158, 0) 99.91%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      transform: translate(40%, -100%) rotate(90deg);
      position: absolute;
      right: 0;
      bottom: 0;
      line-height: 1;
      z-index: -1; }
      @media (max-width: 1660px) {
        .home-wrap .section07 .news-list .bgBox {
          font-size: 150px; } }
      @media (max-width: 1440px) {
        .home-wrap .section07 .news-list .bgBox {
          font-size: 140px; } }
      @media (max-width: 1366px) {
        .home-wrap .section07 .news-list .bgBox {
          font-size: 130px; } }
      @media (max-width: 1280px) {
        .home-wrap .section07 .news-list .bgBox {
          font-size: 120px; } }
      @media (max-width: 990px) {
        .home-wrap .section07 .news-list .bgBox {
          font-size: 200px;
          font-size: 26.0416666667vw; } }
      @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
        .home-wrap .section07 .news-list .bgBox {
          font-size: 200px;
          font-size: 26.0416666667vw; } }
    .home-wrap .section07 .news-list .bottomBox {
      margin-top: 40px; }
      @media (max-width: 1440px) {
        .home-wrap .section07 .news-list .bottomBox {
          margin-top: 30px; } }
      @media (max-width: 1280px) {
        .home-wrap .section07 .news-list .bottomBox {
          margin-top: 20px; } }
      @media (max-width: 990px) {
        .home-wrap .section07 .news-list .bottomBox {
          margin-top: 3.90625vw; } }
      @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
        .home-wrap .section07 .news-list .bottomBox {
          margin-top: 3.90625vw; } }
      .home-wrap .section07 .news-list .bottomBox .wrap {
        padding: 30px 14px;
        box-sizing: border-box;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        border-bottom: 1px solid rgba(44, 44, 52, 0.05);
        position: relative; }
        @media (max-width: 1440px) {
          .home-wrap .section07 .news-list .bottomBox .wrap {
            padding: 25px 0; } }
        @media (max-width: 990px) {
          .home-wrap .section07 .news-list .bottomBox .wrap {
            padding: 5.2083333333vw 0; } }
        @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
          .home-wrap .section07 .news-list .bottomBox .wrap {
            padding: 5.2083333333vw 0; } }
        .home-wrap .section07 .news-list .bottomBox .wrap:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 0;
          height: 1px;
          /* 下划线的高度 */
          background-color: rgba(44, 44, 52, 0.05);
          /* 初始下划线颜色 */
          transition: width 0.3s ease-in-out;
          /* 过渡效果 */ }
        .home-wrap .section07 .news-list .bottomBox .wrap:hover:after {
          width: 100%;
          /* 下划线从左到右出现 */
          background-color: rgba(42, 98, 239, 0.4); }
        .home-wrap .section07 .news-list .bottomBox .wrap:hover .lt .date {
          color: rgba(42, 98, 239, 0.4); }
          .home-wrap .section07 .news-list .bottomBox .wrap:hover .lt .date span {
            color: #2A62EF; }
        .home-wrap .section07 .news-list .bottomBox .wrap:hover .lt .title {
          color: #2A62EF; }
        .home-wrap .section07 .news-list .bottomBox .wrap:hover .link {
          opacity: 1; }
        .home-wrap .section07 .news-list .bottomBox .wrap .lt {
          flex: 1; }
          .home-wrap .section07 .news-list .bottomBox .wrap .lt .date {
            color: rgba(44, 44, 52, 0.5);
            font-size: 16px;
            line-height: 1;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: flex-end;
            align-items: flex-end;
            font-family: KingsoftCloudFont, Arial, sans-serif;
            transition: all 0.2s; }
            @media (max-width: 1366px) {
              .home-wrap .section07 .news-list .bottomBox .wrap .lt .date {
                font-size: 14px; } }
            @media (max-width: 990px) {
              .home-wrap .section07 .news-list .bottomBox .wrap .lt .date {
                font-size: 28px;
                font-size: 3.6458333333vw; } }
            @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
              .home-wrap .section07 .news-list .bottomBox .wrap .lt .date {
                font-size: 28px;
                font-size: 3.6458333333vw; } }
            .home-wrap .section07 .news-list .bottomBox .wrap .lt .date span {
              color: #2C2C34;
              font-size: 28px;
              line-height: 1;
              margin-left: 5px; }
              @media (max-width: 1366px) {
                .home-wrap .section07 .news-list .bottomBox .wrap .lt .date span {
                  font-size: 20px; } }
              @media (max-width: 990px) {
                .home-wrap .section07 .news-list .bottomBox .wrap .lt .date span {
                  font-size: 32px;
                  font-size: 4.1666666667vw;
                  margin-left: 0.6510416667vw; } }
              @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
                .home-wrap .section07 .news-list .bottomBox .wrap .lt .date span {
                  font-size: 32px;
                  font-size: 4.1666666667vw;
                  margin-left: 0.6510416667vw; } }
            .home-wrap .section07 .news-list .bottomBox .wrap .lt .date i {
              padding: 0 2px;
              box-sizing: border-box; }
          .home-wrap .section07 .news-list .bottomBox .wrap .lt .title {
            color: #2C2C34;
            font-size: 22px;
            line-height: 1.4;
            margin-top: 15px;
            transition: all 0.2s;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
            @media (max-width: 1660px) {
              .home-wrap .section07 .news-list .bottomBox .wrap .lt .title {
                font-size: 20px; } }
            @media (max-width: 1440px) {
              .home-wrap .section07 .news-list .bottomBox .wrap .lt .title {
                font-size: 18px; } }
            @media (max-width: 1366px) {
              .home-wrap .section07 .news-list .bottomBox .wrap .lt .title {
                font-size: 16px; } }
            @media (max-width: 1280px) {
              .home-wrap .section07 .news-list .bottomBox .wrap .lt .title {
                font-size: 14px; } }
            @media (max-width: 990px) {
              .home-wrap .section07 .news-list .bottomBox .wrap .lt .title {
                font-size: 32px;
                font-size: 4.1666666667vw;
                margin-top: 3.125vw; } }
            @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
              .home-wrap .section07 .news-list .bottomBox .wrap .lt .title {
                font-size: 32px;
                font-size: 4.1666666667vw;
                margin-top: 3.125vw; } }
        .home-wrap .section07 .news-list .bottomBox .wrap .link {
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center;
          flex-direction: column;
          margin-left: 30px;
          width: 88px;
          height: 88px;
          border-radius: 88px;
          background: url(../images/home-img02.png) no-repeat;
          background-size: cover;
          box-shadow: 0px 4px 30px 0px rgba(42, 98, 239, 0.45);
          color: #fff;
          opacity: 0;
          transition: all 0.2s; }
          @media (max-width: 1660px) {
            .home-wrap .section07 .news-list .bottomBox .wrap .link {
              width: 78px;
              height: 78px; } }
          @media (max-width: 1440px) {
            .home-wrap .section07 .news-list .bottomBox .wrap .link {
              width: 68px;
              height: 68px; } }
          @media (max-width: 1366px) {
            .home-wrap .section07 .news-list .bottomBox .wrap .link {
              width: 58px;
              height: 58px; } }
          @media (max-width: 1280px) {
            .home-wrap .section07 .news-list .bottomBox .wrap .link {
              width: 48px;
              height: 48px; } }
          @media (max-width: 990px) {
            .home-wrap .section07 .news-list .bottomBox .wrap .link {
              margin-left: 3.90625vw;
              width: 11.4583333333vw;
              height: 11.4583333333vw;
              border-radius: 11.4583333333vw;
              display: none; } }
          @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
            .home-wrap .section07 .news-list .bottomBox .wrap .link {
              margin-left: 3.90625vw;
              width: 11.4583333333vw;
              height: 11.4583333333vw;
              border-radius: 11.4583333333vw;
              display: none; } }
          .home-wrap .section07 .news-list .bottomBox .wrap .link i {
            font-size: 28px; }
            @media (max-width: 1660px) {
              .home-wrap .section07 .news-list .bottomBox .wrap .link i {
                font-size: 26px; } }
            @media (max-width: 1440px) {
              .home-wrap .section07 .news-list .bottomBox .wrap .link i {
                font-size: 24px; } }
            @media (max-width: 1366px) {
              .home-wrap .section07 .news-list .bottomBox .wrap .link i {
                font-size: 22px; } }
            @media (max-width: 1280px) {
              .home-wrap .section07 .news-list .bottomBox .wrap .link i {
                font-size: 20px; } }
            @media (max-width: 990px) {
              .home-wrap .section07 .news-list .bottomBox .wrap .link i {
                font-size: 28px;
                font-size: 3.6458333333vw; } }
            @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
              .home-wrap .section07 .news-list .bottomBox .wrap .link i {
                font-size: 28px;
                font-size: 3.6458333333vw; } }
  .home-wrap .section07 .academic-list {
    width: 460px;
    margin-left: 80px; }
    @media (max-width: 990px) {
      .home-wrap .section07 .academic-list {
        width: 100%;
        margin-left: 0;
        margin-top: 17.1875vw; } }
    @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
      .home-wrap .section07 .academic-list {
        width: 100%;
        margin-left: 0;
        margin-top: 17.1875vw; } }
    .home-wrap .section07 .academic-list .bgBox {
      font-size: 160px;
      text-transform: uppercase;
      font-weight: bold;
      background: linear-gradient(180deg, rgba(45, 77, 158, 0.04) 0%, rgba(45, 77, 158, 0) 99.91%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      transform: translate(40%, -100%) rotate(90deg);
      position: absolute;
      right: 0;
      bottom: 0;
      line-height: 1;
      z-index: -1; }
      @media (max-width: 1660px) {
        .home-wrap .section07 .academic-list .bgBox {
          font-size: 150px; } }
      @media (max-width: 1440px) {
        .home-wrap .section07 .academic-list .bgBox {
          font-size: 130px; } }
      @media (max-width: 1366px) {
        .home-wrap .section07 .academic-list .bgBox {
          font-size: 120px; } }
      @media (max-width: 1280px) {
        .home-wrap .section07 .academic-list .bgBox {
          font-size: 110px; } }
      @media (max-width: 990px) {
        .home-wrap .section07 .academic-list .bgBox {
          font-size: 200px;
          font-size: 26.0416666667vw;
          bottom: 5.2083333333vw; } }
      @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
        .home-wrap .section07 .academic-list .bgBox {
          font-size: 200px;
          font-size: 26.0416666667vw;
          bottom: 5.2083333333vw; } }
    .home-wrap .section07 .academic-list .bottomBox {
      margin-top: 40px; }
      @media (max-width: 1440px) {
        .home-wrap .section07 .academic-list .bottomBox {
          margin-top: 30px; } }
      @media (max-width: 990px) {
        .home-wrap .section07 .academic-list .bottomBox {
          margin-top: 5.2083333333vw; } }
      @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
        .home-wrap .section07 .academic-list .bottomBox {
          margin-top: 5.2083333333vw; } }
      .home-wrap .section07 .academic-list .bottomBox .title {
        color: #2C2C34;
        font-size: 22px;
        line-height: 1.4;
        padding: 30px 14px;
        box-sizing: border-box;
        border-bottom: 1px solid #2C2C34; }
        @media (max-width: 1660px) {
          .home-wrap .section07 .academic-list .bottomBox .title {
            font-size: 20px; } }
        @media (max-width: 1440px) {
          .home-wrap .section07 .academic-list .bottomBox .title {
            font-size: 18px;
            padding: 20px 0; } }
        @media (max-width: 1366px) {
          .home-wrap .section07 .academic-list .bottomBox .title {
            font-size: 16px; } }
        @media (max-width: 990px) {
          .home-wrap .section07 .academic-list .bottomBox .title {
            font-size: 32px;
            font-size: 4.1666666667vw;
            padding: 3.90625vw 1.8229166667vw; } }
        @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
          .home-wrap .section07 .academic-list .bottomBox .title {
            font-size: 32px;
            font-size: 4.1666666667vw;
            padding: 3.90625vw 1.8229166667vw; } }
      .home-wrap .section07 .academic-list .bottomBox .content {
        margin: 40px 0;
        padding: 24px 24px;
        box-sizing: border-box;
        color: #2C2C34;
        font-size: 16px;
        line-height: 1.4; }
        @media (max-width: 1440px) {
          .home-wrap .section07 .academic-list .bottomBox .content {
            margin: 25px 0; } }
        @media (max-width: 1366px) {
          .home-wrap .section07 .academic-list .bottomBox .content {
            font-size: 14px;
            padding: 0; } }
        @media (max-width: 990px) {
          .home-wrap .section07 .academic-list .bottomBox .content {
            font-size: 26px;
            font-size: 3.3854166667vw;
            margin: 5.2083333333vw 0 0;
            padding: 3.125vw 0vw; } }
        @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
          .home-wrap .section07 .academic-list .bottomBox .content {
            font-size: 26px;
            font-size: 3.3854166667vw;
            margin: 5.2083333333vw 0 0;
            padding: 3.125vw 0vw; } }
        .home-wrap .section07 .academic-list .bottomBox .content .table {
          margin-bottom: 0; }
          .home-wrap .section07 .academic-list .bottomBox .content .table .tr {
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -webkit-align-items: flex-start;
            align-items: flex-start;
            margin-bottom: 24px; }
            @media (max-width: 990px) {
              .home-wrap .section07 .academic-list .bottomBox .content .table .tr {
                margin-bottom: 3.125vw; } }
            @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
              .home-wrap .section07 .academic-list .bottomBox .content .table .tr {
                margin-bottom: 3.125vw; } }
            .home-wrap .section07 .academic-list .bottomBox .content .table .tr:last-child {
              margin-bottom: 0; }
            .home-wrap .section07 .academic-list .bottomBox .content .table .tr .td:first-child {
              width: 90px;
              text-align: right; }
              @media (max-width: 990px) {
                .home-wrap .section07 .academic-list .bottomBox .content .table .tr .td:first-child {
                  width: 18.2291666667vw; } }
              @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
                .home-wrap .section07 .academic-list .bottomBox .content .table .tr .td:first-child {
                  width: 18.2291666667vw; } }
            .home-wrap .section07 .academic-list .bottomBox .content .table .tr .td:last-child {
              flex: 1; }
      .home-wrap .section07 .academic-list .bottomBox .link {
        font-size: 20px;
        color: #2c2c34;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        flex-direction: column;
        width: 44px;
        height: 44px;
        border-radius: 44px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: cover; }
        @media (max-width: 990px) {
          .home-wrap .section07 .academic-list .bottomBox .link {
            font-size: 34px;
            font-size: 4.4270833333vw; } }
        @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
          .home-wrap .section07 .academic-list .bottomBox .link {
            font-size: 34px;
            font-size: 4.4270833333vw; } }
        .home-wrap .section07 .academic-list .bottomBox .link:hover, .home-wrap .section07 .academic-list .bottomBox .link.active {
          background-image: url(../images/home-img02.png);
          color: #fff; }
        .home-wrap .section07 .academic-list .bottomBox .link i {
          font-size: 20px; }
          @media (max-width: 990px) {
            .home-wrap .section07 .academic-list .bottomBox .link i {
              font-size: 28px;
              font-size: 3.6458333333vw; } }
          @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
            .home-wrap .section07 .academic-list .bottomBox .link i {
              font-size: 28px;
              font-size: 3.6458333333vw; } }
.home-wrap .section04 {
  background: #1A1A1A;
  overflow-x: hidden; }
  @media (max-width: 990px) {
    .home-wrap .section04 {
      height: auto; } }
  @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
    .home-wrap .section04 {
      height: auto; } }
  .home-wrap .section04 .section04-swiper-box {
    display: -webkit-flex;
    display: flex;
    height: 100%;
    position: relative; }
    @media (max-width: 990px) {
      .home-wrap .section04 .section04-swiper-box {
        display: -webkit-flex;
        display: block;
        height: auto; } }
    @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
      .home-wrap .section04 .section04-swiper-box {
        display: -webkit-flex;
        display: block;
        height: auto; } }
    .home-wrap .section04 .section04-swiper-box .swiper-left-box {
      width: 50%;
      height: 100%; }
      @media (max-width: 990px) {
        .home-wrap .section04 .section04-swiper-box .swiper-left-box {
          width: 100%;
          height: 78.125vw; } }
      @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
        .home-wrap .section04 .section04-swiper-box .swiper-left-box {
          width: 100%;
          height: 78.125vw; } }
      .home-wrap .section04 .section04-swiper-box .swiper-left-box .swiper-lt {
        height: 100%;
        overflow: hidden; }
        .home-wrap .section04 .section04-swiper-box .swiper-left-box .swiper-lt .swiper-slide {
          display: block;
          height: 100%;
          overflow: hidden; }
          .home-wrap .section04 .section04-swiper-box .swiper-left-box .swiper-lt .swiper-slide .slide-inner {
            height: 100%;
            position: absolute;
            width: 100%;
            left: 0;
            top: 0; }
    .home-wrap .section04 .section04-swiper-box .swiper-right-box {
      flex: 1;
      padding-left: 100px;
      background: url("../images/home-section04-bg01.png") no-repeat center center;
      background-size: cover;
      height: 100%;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      @media (max-width: 1660px) {
        .home-wrap .section04 .section04-swiper-box .swiper-right-box {
          padding-left: 90px; } }
      @media (max-width: 1440px) {
        .home-wrap .section04 .section04-swiper-box .swiper-right-box {
          padding-left: 80px; } }
      @media (max-width: 1366px) {
        .home-wrap .section04 .section04-swiper-box .swiper-right-box {
          padding-left: 60px; } }
      @media (max-width: 990px) {
        .home-wrap .section04 .section04-swiper-box .swiper-right-box {
          height: auto;
          padding: 15.625vw 4.1666666667vw;
          box-sizing: border-box; } }
      @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
        .home-wrap .section04 .section04-swiper-box .swiper-right-box {
          height: auto;
          padding: 15.625vw 4.1666666667vw;
          box-sizing: border-box; } }
      .home-wrap .section04 .section04-swiper-box .swiper-right-box .box-wrapper {
        width: 100%; }
      .home-wrap .section04 .section04-swiper-box .swiper-right-box .box {
        position: relative;
        width: 100%; }
      .home-wrap .section04 .section04-swiper-box .swiper-right-box .header-title {
        color: #fff;
        font-size: 3rem;
        font-weight: bold;
        line-height: 1; }
        @media (max-width: 1660px) {
          .home-wrap .section04 .section04-swiper-box .swiper-right-box .header-title {
            font-size: 2.6rem; } }
        @media (max-width: 1440px) {
          .home-wrap .section04 .section04-swiper-box .swiper-right-box .header-title {
            font-size: 2.2rem; } }
        @media (max-width: 1366px) {
          .home-wrap .section04 .section04-swiper-box .swiper-right-box .header-title {
            font-size: 2rem; } }
        @media (max-width: 1280px) {
          .home-wrap .section04 .section04-swiper-box .swiper-right-box .header-title {
            font-size: 1.8rem; } }
        @media (max-width: 990px) {
          .home-wrap .section04 .section04-swiper-box .swiper-right-box .header-title {
            font-size: 48px;
            font-size: 6.25vw;
            font-weight: bold; } }
        @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
          .home-wrap .section04 .section04-swiper-box .swiper-right-box .header-title {
            font-size: 48px;
            font-size: 6.25vw;
            font-weight: bold; } }
      .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt {
        margin-top: 80px;
        max-width: 40vw;
        overflow: hidden; }
        @media (max-width: 1660px) {
          .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt {
            margin-top: 30px; } }
        @media (max-width: 1280px) {
          .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt {
            margin-top: 20px; } }
        @media (max-width: 990px) {
          .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt {
            margin-top: 7.8125vw;
            max-width: none;
            width: 100%; } }
        @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
          .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt {
            margin-top: 7.8125vw;
            max-width: none;
            width: 100%; } }
        .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide {
          color: #fff;
          width: 100%;
          opacity: 0 !important;
          transition: all 1s; }
          .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide.swiper-slide-active {
            opacity: 1 !important; }
          .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide .title {
            font-size: 40px;
            line-height: 1;
            font-weight: bold; }
            @media (max-width: 1660px) {
              .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide .title {
                font-size: 36px; } }
            @media (max-width: 1440px) {
              .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide .title {
                font-size: 32px; } }
            @media (max-width: 1366px) {
              .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide .title {
                font-size: 28px; } }
            @media (max-width: 1280px) {
              .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide .title {
                font-size: 20px; } }
            @media (max-width: 990px) {
              .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide .title {
                font-size: 32px;
                font-size: 4.1666666667vw;
                font-weight: normal; } }
            @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
              .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide .title {
                font-size: 32px;
                font-size: 4.1666666667vw;
                font-weight: normal; } }
          .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide .content {
            margin-top: 30px;
            font-size: 16px;
            line-height: 36px; }
            @media (max-width: 1660px) {
              .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide .content {
                margin-top: 32px;
                font-size: 16px; } }
            @media (max-width: 1440px) {
              .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide .content {
                font-size: 14px;
                display: -webkit-box;
                -webkit-line-clamp: 5;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis; } }
            @media (max-width: 1366px) {
              .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide .content {
                -webkit-line-clamp: 4; } }
            @media (max-width: 1280px) {
              .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide .content {
                -webkit-line-clamp: 3;
                margin-top: 22px; } }
            @media (max-width: 990px) {
              .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide .content {
                margin-top: 4.1666666667vw;
                font-size: 28px;
                font-size: 3.6458333333vw;
                line-height: 7.8125vw;
                -webkit-line-clamp: 6; } }
            @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
              .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide .content {
                margin-top: 4.1666666667vw;
                font-size: 28px;
                font-size: 3.6458333333vw;
                line-height: 7.8125vw;
                -webkit-line-clamp: 6; } }
          .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide .arrow {
            margin-top: 67px;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            align-items: center;
            flex-direction: column;
            width: 44px;
            height: 44px;
            border-radius: 44px;
            background-color: transparent;
            background-repeat: no-repeat;
            background-size: cover; }
            @media (max-width: 1660px) {
              .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide .arrow {
                margin-top: 37px; } }
            @media (max-width: 1280px) {
              .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide .arrow {
                margin-top: 27px;
                width: 30px;
                height: 30px; } }
            @media (max-width: 990px) {
              .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide .arrow {
                margin-top: 9.1145833333vw; } }
            @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
              .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide .arrow {
                margin-top: 9.1145833333vw; } }
            .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide .arrow:hover, .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide .arrow.active {
              background-image: url(../images/home-img02.png);
              color: #fff; }
            .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide .arrow i {
              font-size: 20px; }
              @media (max-width: 1280px) {
                .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide .arrow i {
                  font-size: 14px; } }
              @media (max-width: 990px) {
                .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide .arrow i {
                  font-size: 28px;
                  font-size: 3.6458333333vw; } }
              @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
                .home-wrap .section04 .section04-swiper-box .swiper-right-box .swiper-rt .swiper-slide .arrow i {
                  font-size: 28px;
                  font-size: 3.6458333333vw; } }
    .home-wrap .section04 .section04-swiper-box .home-swiper04-pagination {
      margin-top: 88px;
      position: static;
      bottom: 10%;
      right: 0;
      width: auto;
      height: 50px;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
      @media (max-width: 990px) {
        .home-wrap .section04 .section04-swiper-box .home-swiper04-pagination {
          position: absolute;
          bottom: 15.625vw;
          left: auto;
          right: 0;
          height: 6.5104166667vw; } }
      @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
        .home-wrap .section04 .section04-swiper-box .home-swiper04-pagination {
          position: absolute;
          bottom: 15.625vw;
          left: auto;
          right: 0;
          height: 6.5104166667vw; } }
      .home-wrap .section04 .section04-swiper-box .home-swiper04-pagination .swiper-pagination-bullet {
        border: 1px solid rgba(255, 255, 255, 0.5);
        background: none;
        outline: none;
        margin-right: 20px;
        width: 20px;
        height: 20px;
        transition: all .3s;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: relative;
        color: #1A1A1A;
        font-size: 14px;
        opacity: 1; }
        @media (max-width: 990px) {
          .home-wrap .section04 .section04-swiper-box .home-swiper04-pagination .swiper-pagination-bullet {
            font-size: 16px;
            font-size: 2.0833333333vw;
            width: 3.90625vw;
            height: 3.90625vw;
            margin-right: 3.90625vw; } }
        @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
          .home-wrap .section04 .section04-swiper-box .home-swiper04-pagination .swiper-pagination-bullet {
            font-size: 16px;
            font-size: 2.0833333333vw;
            width: 3.90625vw;
            height: 3.90625vw;
            margin-right: 3.90625vw; } }
        .home-wrap .section04 .section04-swiper-box .home-swiper04-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          width: 44px;
          height: 44px;
          border: 1px solid #fff;
          color: #fff; }
          @media (max-width: 990px) {
            .home-wrap .section04 .section04-swiper-box .home-swiper04-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
              width: 6.25vw;
              height: 6.25vw; } }
          @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
            .home-wrap .section04 .section04-swiper-box .home-swiper04-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
              width: 6.25vw;
              height: 6.25vw; } }
          .home-wrap .section04 .section04-swiper-box .home-swiper04-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
            background: none; }
        .home-wrap .section04 .section04-swiper-box .home-swiper04-pagination .swiper-pagination-bullet:after {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          margin-left: -4px;
          margin-top: -4px;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background: #fff; }
          @media (max-width: 990px) {
            .home-wrap .section04 .section04-swiper-box .home-swiper04-pagination .swiper-pagination-bullet:after {
              width: 1.5625vw;
              height: 1.5625vw;
              margin-left: -0.78125vw;
              margin-top: -0.78125vw; } }
          @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
            .home-wrap .section04 .section04-swiper-box .home-swiper04-pagination .swiper-pagination-bullet:after {
              width: 1.5625vw;
              height: 1.5625vw;
              margin-left: -0.78125vw;
              margin-top: -0.78125vw; } }
.home-wrap .section05 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding: 10vh 0;
  overflow-x: hidden; }
  @media (max-width: 1650px) {
    .home-wrap .section05 {
      padding: 10vh 40px; } }
  @media (max-width: 990px) {
    .home-wrap .section05 {
      padding: 10.4166666667vw 4.1666666667vw 0;
      box-sizing: border-box;
      height: auto; } }
  @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
    .home-wrap .section05 {
      padding: 10.4166666667vw 4.1666666667vw 0;
      box-sizing: border-box;
      height: auto; } }
  .home-wrap .section05 .container {
    overflow: hidden;
    position: relative; }
  .home-wrap .section05 .conBox {
    position: relative; }
  .home-wrap .section05 .titleBox {
    width: 100%;
    margin-bottom: 38vh; }
    @media (max-width: 990px) {
      .home-wrap .section05 .titleBox {
        margin-bottom: 5.2083333333vw;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
    @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
      .home-wrap .section05 .titleBox {
        margin-bottom: 5.2083333333vw;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
    .home-wrap .section05 .titleBox .wrapper {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
      @media (max-width: 990px) {
        .home-wrap .section05 .titleBox .wrapper {
          display: -webkit-flex;
          display: block;
          position: relative; } }
      @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
        .home-wrap .section05 .titleBox .wrapper {
          display: -webkit-flex;
          display: block;
          position: relative; } }
      .home-wrap .section05 .titleBox .wrapper span {
        color: #2C2C34;
        font-size: 3rem;
        font-weight: bold;
        line-height: 1;
        margin-top: 1rem; }
        @media (max-width: 1660px) {
          .home-wrap .section05 .titleBox .wrapper span {
            font-size: 2.6rem; } }
        @media (max-width: 1440px) {
          .home-wrap .section05 .titleBox .wrapper span {
            font-size: 2.2rem; } }
        @media (max-width: 1366px) {
          .home-wrap .section05 .titleBox .wrapper span {
            font-size: 2rem; } }
        @media (max-width: 1280px) {
          .home-wrap .section05 .titleBox .wrapper span {
            font-size: 1.8rem; } }
        @media (max-width: 990px) {
          .home-wrap .section05 .titleBox .wrapper span {
            font-size: 48px;
            font-size: 6.25vw;
            position: relative;
            z-index: 2; } }
        @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
          .home-wrap .section05 .titleBox .wrapper span {
            font-size: 48px;
            font-size: 6.25vw;
            position: relative;
            z-index: 2; } }
      .home-wrap .section05 .titleBox .wrapper strong {
        font-size: 12rem;
        font-weight: bold;
        line-height: 1;
        text-transform: uppercase;
        background: linear-gradient(180deg, rgba(45, 77, 158, 0.04) 0%, rgba(45, 77, 158, 0) 99.91%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        @media (max-width: 1660px) {
          .home-wrap .section05 .titleBox .wrapper strong {
            font-size: 8rem; } }
        @media (max-width: 1280px) {
          .home-wrap .section05 .titleBox .wrapper strong {
            font-size: 5rem; } }
        @media (max-width: 990px) {
          .home-wrap .section05 .titleBox .wrapper strong {
            display: none; } }
        @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
          .home-wrap .section05 .titleBox .wrapper strong {
            display: none; } }
    .home-wrap .section05 .titleBox .pos-tr {
      position: absolute;
      right: 0;
      top: 21%; }
      @media (max-width: 990px) {
        .home-wrap .section05 .titleBox .pos-tr {
          position: static;
          top: 0;
          margin-right: 2.6041666667vw; } }
      @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
        .home-wrap .section05 .titleBox .pos-tr {
          position: static;
          top: 0;
          margin-right: 2.6041666667vw; } }
      .home-wrap .section05 .titleBox .pos-tr .moreBox {
        text-align: right; }
  .home-wrap .section05 .tabsBox-wrap {
    position: absolute;
    right: 0;
    top: 29%; }
    @media (max-width: 990px) {
      .home-wrap .section05 .tabsBox-wrap {
        position: static;
        top: 0;
        margin-top: 8.4635416667vw; } }
    @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
      .home-wrap .section05 .tabsBox-wrap {
        position: static;
        top: 0;
        margin-top: 8.4635416667vw; } }
    .home-wrap .section05 .tabsBox-wrap .tabsBox {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      flex-direction: column; }
      @media (max-width: 990px) {
        .home-wrap .section05 .tabsBox-wrap .tabsBox {
          flex-direction: row; } }
      @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
        .home-wrap .section05 .tabsBox-wrap .tabsBox {
          flex-direction: row; } }
      .home-wrap .section05 .tabsBox-wrap .tabsBox a {
        color: rgba(44, 44, 52, 0.5);
        font-size: 16px;
        line-height: 1;
        text-transform: uppercase;
        padding: 10px 14px;
        box-sizing: border-box;
        margin-bottom: 10px; }
        @media (max-width: 1660px) {
          .home-wrap .section05 .tabsBox-wrap .tabsBox a {
            font-size: 18px; } }
        @media (max-width: 1440px) {
          .home-wrap .section05 .tabsBox-wrap .tabsBox a {
            font-size: 16px; } }
        @media (max-width: 1366px) {
          .home-wrap .section05 .tabsBox-wrap .tabsBox a {
            font-size: 14px; } }
        @media (max-width: 990px) {
          .home-wrap .section05 .tabsBox-wrap .tabsBox a {
            font-size: 32px;
            font-size: 4.1666666667vw;
            padding: 2.6041666667vw 3.6458333333vw;
            margin-bottom: 0; } }
        @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
          .home-wrap .section05 .tabsBox-wrap .tabsBox a {
            font-size: 32px;
            font-size: 4.1666666667vw;
            padding: 2.6041666667vw 3.6458333333vw;
            margin-bottom: 0; } }
        .home-wrap .section05 .tabsBox-wrap .tabsBox a.active {
          color: #FFF;
          background-color: #2C2C34; }
  .home-wrap .section05 .contentBox {
    margin-top: 30px; }
    @media (max-width: 990px) {
      .home-wrap .section05 .contentBox {
        margin-top: 9.1145833333vw; } }
    @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
      .home-wrap .section05 .contentBox {
        margin-top: 9.1145833333vw; } }
    .home-wrap .section05 .contentBox .pics-texts-wrap {
      display: none; }
      .home-wrap .section05 .contentBox .pics-texts-wrap.active {
        display: block; }
      .home-wrap .section05 .contentBox .pics-texts-wrap .home-swiper05-pagination-class {
        position: absolute;
        right: -2%;
        bottom: 40%;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        margin-right: auto;
        transform: translateX(13%);
        left: auto; }
        @media (max-width: 1660px) {
          .home-wrap .section05 .contentBox .pics-texts-wrap .home-swiper05-pagination-class {
            right: -5%;
            transform: scale(0.8);
            transform-origin: right center; } }
        @media (max-width: 1440px) {
          .home-wrap .section05 .contentBox .pics-texts-wrap .home-swiper05-pagination-class {
            right: -6.5%; } }
        @media (max-width: 1280px) {
          .home-wrap .section05 .contentBox .pics-texts-wrap .home-swiper05-pagination-class {
            right: -8%;
            transform: scale(0.6); } }
        @media (max-width: 990px) {
          .home-wrap .section05 .contentBox .pics-texts-wrap .home-swiper05-pagination-class {
            bottom: 0;
            width: 100%;
            transform: translateX(20%); } }
        @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
          .home-wrap .section05 .contentBox .pics-texts-wrap .home-swiper05-pagination-class {
            bottom: 0;
            right: 1.3020833333vw;
            width: 100%;
            transform: translateX(20%); } }
        .home-wrap .section05 .contentBox .pics-texts-wrap .home-swiper05-pagination-class .swiper-pagination-bullet {
          border: 1px solid rgba(44, 44, 52, 0.5);
          background: none;
          outline: none;
          margin-right: 20px;
          width: 20px;
          height: 20px;
          transition: all .3s;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center;
          position: relative;
          color: #fff;
          font-size: 14px;
          opacity: 1;
          padding: 20px;
          box-sizing: border-box; }
          @media (max-width: 990px) {
            .home-wrap .section05 .contentBox .pics-texts-wrap .home-swiper05-pagination-class .swiper-pagination-bullet {
              font-size: 18px;
              font-size: 2.34375vw;
              width: 3.125vw;
              height: 3.125vw;
              margin-right: 1.0416666667vw;
              padding: 2.6041666667vw; } }
          @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
            .home-wrap .section05 .contentBox .pics-texts-wrap .home-swiper05-pagination-class .swiper-pagination-bullet {
              font-size: 18px;
              font-size: 2.34375vw;
              width: 3.125vw;
              height: 3.125vw;
              margin-right: 1.0416666667vw;
              padding: 2.6041666667vw; } }
          .home-wrap .section05 .contentBox .pics-texts-wrap .home-swiper05-pagination-class .swiper-pagination-bullet.swiper-pagination-bullet-active {
            width: 20px;
            height: 20px;
            border: 1px solid #2c2c34;
            color: #2c2c34; }
            @media (max-width: 990px) {
              .home-wrap .section05 .contentBox .pics-texts-wrap .home-swiper05-pagination-class .swiper-pagination-bullet.swiper-pagination-bullet-active {
                width: 6.25vw;
                height: 6.25vw; } }
            @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
              .home-wrap .section05 .contentBox .pics-texts-wrap .home-swiper05-pagination-class .swiper-pagination-bullet.swiper-pagination-bullet-active {
                width: 6.25vw;
                height: 6.25vw; } }
            .home-wrap .section05 .contentBox .pics-texts-wrap .home-swiper05-pagination-class .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
              background: transparent; }
          .home-wrap .section05 .contentBox .pics-texts-wrap .home-swiper05-pagination-class .swiper-pagination-bullet:after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -6px;
            margin-top: -6px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #2c2c34; }
            @media (max-width: 990px) {
              .home-wrap .section05 .contentBox .pics-texts-wrap .home-swiper05-pagination-class .swiper-pagination-bullet:after {
                width: 1.5625vw;
                height: 1.5625vw;
                margin-left: -0.78125vw;
                margin-top: -0.78125vw; } }
            @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
              .home-wrap .section05 .contentBox .pics-texts-wrap .home-swiper05-pagination-class .swiper-pagination-bullet:after {
                width: 1.5625vw;
                height: 1.5625vw;
                margin-left: -0.78125vw;
                margin-top: -0.78125vw; } }
      .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container {
        position: absolute;
        left: 10px;
        top: 17%;
        width: 45%; }
        @media (max-width: 990px) {
          .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container {
            position: static;
            bottom: 0;
            width: 100%; } }
        @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
          .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container {
            position: static;
            bottom: 0;
            width: 100%; } }
        .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container .swiper-home05-text .swiper-slide, .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container .swiper-home0502-text .swiper-slide {
          opacity: 0 !important; }
          .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container .swiper-home05-text .swiper-slide.swiper-slide-active, .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container .swiper-home0502-text .swiper-slide.swiper-slide-active {
            opacity: 1 !important; }
        .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container .texts .tit {
          color: #2C2C34;
          font-size: 40px;
          font-weight: bold;
          line-height: 1.4; }
          @media (max-width: 1660px) {
            .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container .texts .tit {
              font-size: 36px; } }
          @media (max-width: 1440px) {
            .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container .texts .tit {
              font-size: 32px; } }
          @media (max-width: 1366px) {
            .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container .texts .tit {
              font-size: 28px; } }
          @media (max-width: 1280px) {
            .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container .texts .tit {
              font-size: 20px; } }
          @media (max-width: 990px) {
            .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container .texts .tit {
              font-size: 32px;
              font-size: 4.1666666667vw; } }
          @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
            .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container .texts .tit {
              font-size: 32px;
              font-size: 4.1666666667vw; } }
        .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container .texts .con {
          color: #2C2C34;
          font-size: 16px;
          line-height: 1.7;
          margin-top: 40px;
          overflow: hidden; }
          @media (max-width: 1660px) {
            .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container .texts .con {
              font-size: 14px;
              margin-top: 20px;
              line-height: 25px;
              height: 75px;
              word-break: break-word;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              overflow: hidden; } }
          @media (max-width: 990px) {
            .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container .texts .con {
              font-size: 28px;
              font-size: 3.6458333333vw;
              line-height: 7.8125vw;
              margin-top: 4.1666666667vw;
              height: auto;
              -webkit-line-clamp: 6; } }
          @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
            .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container .texts .con {
              font-size: 28px;
              font-size: 3.6458333333vw;
              line-height: 7.8125vw;
              margin-top: 4.1666666667vw;
              height: auto;
              -webkit-line-clamp: 6; } }
        .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container .texts .link {
          margin-top: 45px;
          font-size: 20px;
          color: #2c2c34;
          text-align: right;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center;
          flex-direction: column;
          width: 44px;
          height: 44px;
          border-radius: 44px;
          background-color: transparent;
          background-repeat: no-repeat;
          background-size: cover; }
          @media (max-width: 1440px) {
            .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container .texts .link {
              margin-top: 25px; } }
          @media (max-width: 1366px) {
            .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container .texts .link {
              margin-top: 25px;
              width: 30px;
              height: 30px;
              font-size: 14px; } }
          @media (max-width: 990px) {
            .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container .texts .link {
              margin-left: 0vw;
              width: 11.4583333333vw;
              height: 11.4583333333vw;
              border-radius: 11.4583333333vw;
              font-size: 34px;
              font-size: 4.4270833333vw;
              margin-top: 3.90625vw; } }
          @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
            .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container .texts .link {
              margin-left: 0vw;
              width: 11.4583333333vw;
              height: 11.4583333333vw;
              border-radius: 11.4583333333vw;
              font-size: 34px;
              font-size: 4.4270833333vw;
              margin-top: 3.90625vw; } }
          .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container .texts .link:hover, .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container .texts .link.active {
            background-image: url(../images/home-img02.png);
            color: #fff; }
          .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container .texts .link i {
            font-size: 20px; }
            @media (max-width: 990px) {
              .home-wrap .section05 .contentBox .pics-texts-wrap .texts-container .texts .link i {
                font-size: 28px;
                font-size: 3.6458333333vw; } }
      .home-wrap .section05 .contentBox .pics-texts-wrap .pics-container {
        width: 100%;
        position: relative;
        z-index: 10; }
        @media (max-width: 990px) {
          .home-wrap .section05 .contentBox .pics-texts-wrap .pics-container {
            margin-bottom: 7.8125vw; } }
        @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
          .home-wrap .section05 .contentBox .pics-texts-wrap .pics-container {
            margin-bottom: 7.8125vw; } }
        .home-wrap .section05 .contentBox .pics-texts-wrap .pics-container .swiper {
          width: 100%;
          height: 30vh;
          overflow: visible !important; }
          @media (max-width: 990px) {
            .home-wrap .section05 .contentBox .pics-texts-wrap .pics-container .swiper {
              height: auto;
              overflow: hidden !important; } }
          @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
            .home-wrap .section05 .contentBox .pics-texts-wrap .pics-container .swiper {
              height: auto;
              overflow: hidden !important; } }
          .home-wrap .section05 .contentBox .pics-texts-wrap .pics-container .swiper .swiper-wrapper {
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: space-between;
            align-items: space-between;
            -webkit-align-items: flex-end;
            align-items: flex-end; }
            .home-wrap .section05 .contentBox .pics-texts-wrap .pics-container .swiper .swiper-wrapper .swiper-slide {
              height: 100%;
              transition: all 0.3s;
              position: relative;
              opacity: .5; }
              .home-wrap .section05 .contentBox .pics-texts-wrap .pics-container .swiper .swiper-wrapper .swiper-slide:hover {
                opacity: .8; }
              .home-wrap .section05 .contentBox .pics-texts-wrap .pics-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
                opacity: 1;
                height: 70vh;
                width: 35% !important; }
                @media (max-width: 1280px) {
                  .home-wrap .section05 .contentBox .pics-texts-wrap .pics-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
                    height: 66vh; } }
                @media (max-width: 990px) {
                  .home-wrap .section05 .contentBox .pics-texts-wrap .pics-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
                    width: 100% !important;
                    height: auto; } }
                @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
                  .home-wrap .section05 .contentBox .pics-texts-wrap .pics-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
                    width: 100% !important;
                    height: auto; } }
              .home-wrap .section05 .contentBox .pics-texts-wrap .pics-container .swiper .swiper-wrapper .swiper-slide .picBox {
                width: 100%;
                height: 100%; }
                .home-wrap .section05 .contentBox .pics-texts-wrap .pics-container .swiper .swiper-wrapper .swiper-slide .picBox img {
                  object-fit: cover;
                  width: 100%;
                  height: 100%; }
.home-wrap .section06 {
  padding: 200px 0;
  box-sizing: border-box;
  height: auto;
  overflow-x: hidden; }
  @media (max-width: 1660px) {
    .home-wrap .section06 {
      padding: 160px 0; } }
  @media (max-width: 1440px) {
    .home-wrap .section06 {
      padding: 100px 0; } }
  @media (max-width: 1366px) {
    .home-wrap .section06 {
      padding: 80px 0; } }
  @media (max-width: 1280px) {
    .home-wrap .section06 {
      padding: 40px 0; } }
  @media (max-width: 990px) {
    .home-wrap .section06 {
      padding: 13.0208333333vw 0; } }
  @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
    .home-wrap .section06 {
      padding: 13.0208333333vw 0; } }
  .home-wrap .section06 .linksBox {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
    @media (max-width: 990px) {
      .home-wrap .section06 .linksBox {
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 4.1666666667vw;
        box-sizing: border-box; } }
    @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
      .home-wrap .section06 .linksBox {
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 4.1666666667vw;
        box-sizing: border-box; } }
    .home-wrap .section06 .linksBox .link {
      border-right: 1px solid #2C2C34;
      height: 137px;
      width: 100%;
      position: relative; }
      @media (max-width: 1660px) {
        .home-wrap .section06 .linksBox .link {
          height: 120px; } }
      @media (max-width: 1440px) {
        .home-wrap .section06 .linksBox .link {
          height: 100px; } }
      @media (max-width: 1366px) {
        .home-wrap .section06 .linksBox .link {
          height: 80px; } }
      @media (max-width: 990px) {
        .home-wrap .section06 .linksBox .link {
          border-right: none;
          border-bottom: 1px solid #2C2C34;
          height: 28.6458333333vw;
          padding: 3.6458333333vw 7.2916666667vw;
          box-sizing: border-box; } }
      @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
        .home-wrap .section06 .linksBox .link {
          border-right: none;
          border-bottom: 1px solid #2C2C34;
          height: 28.6458333333vw;
          padding: 3.6458333333vw 7.2916666667vw;
          box-sizing: border-box; } }
      .home-wrap .section06 .linksBox .link:last-child {
        border-right: none; }
        @media (max-width: 990px) {
          .home-wrap .section06 .linksBox .link:last-child {
            border-bottom: none; } }
        @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
          .home-wrap .section06 .linksBox .link:last-child {
            border-bottom: none; } }
      .home-wrap .section06 .linksBox .link:hover span {
        color: #2A62EF; }
      .home-wrap .section06 .linksBox .link:hover strong {
        background: linear-gradient(180deg, rgba(42, 98, 239, 0.1) 0%, rgba(45, 77, 158, 0) 99.91%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .home-wrap .section06 .linksBox .link strong {
        font-size: 100px;
        font-weight: bold;
        text-transform: uppercase;
        background: linear-gradient(180deg, rgba(45, 77, 158, 0.04) 0%, rgba(45, 77, 158, 0) 99.91%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 1;
        position: absolute;
        height: 100%;
        left: 0;
        overflow: hidden;
        top: 0;
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center; }
        @media (max-width: 1660px) {
          .home-wrap .section06 .linksBox .link strong {
            font-size: 90px; } }
        @media (max-width: 1440px) {
          .home-wrap .section06 .linksBox .link strong {
            font-size: 80px; } }
        @media (max-width: 1366px) {
          .home-wrap .section06 .linksBox .link strong {
            font-size: 70px; } }
        @media (max-width: 1280px) {
          .home-wrap .section06 .linksBox .link strong {
            font-size: 60px; } }
        @media (max-width: 990px) {
          .home-wrap .section06 .linksBox .link strong {
            font-size: 160px;
            font-size: 20.8333333333vw; } }
        @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
          .home-wrap .section06 .linksBox .link strong {
            font-size: 160px;
            font-size: 20.8333333333vw; } }
      .home-wrap .section06 .linksBox .link span {
        color: #2C2C34;
        font-size: 28px;
        line-height: 1;
        position: absolute;
        height: 100%;
        left: 0;
        overflow: hidden;
        top: 0;
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        font-weight: bold; }
        @media (max-width: 1660px) {
          .home-wrap .section06 .linksBox .link span {
            font-size: 26px; } }
        @media (max-width: 1440px) {
          .home-wrap .section06 .linksBox .link span {
            font-size: 24px; } }
        @media (max-width: 1366px) {
          .home-wrap .section06 .linksBox .link span {
            font-size: 22px; } }
        @media (max-width: 1280px) {
          .home-wrap .section06 .linksBox .link span {
            font-size: 20px; } }
        @media (max-width: 990px) {
          .home-wrap .section06 .linksBox .link span {
            font-size: 56px;
            font-size: 7.2916666667vw; } }
        @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
          .home-wrap .section06 .linksBox .link span {
            font-size: 56px;
            font-size: 7.2916666667vw; } }

@keyframes backTop {
  0% {
    top: 0; }
  50% {
    top: -10px; }
  100% {
    top: 0; } }
body {
  padding-top: 204px; }
  @media (max-width: 990px) {
    body {
      padding-top: 26.0416666667vw; } }

@media (max-width: 990px) {
  .row {
    margin: 0; } }

.container {
  max-width: 1650px; }
  @media (max-width: 990px) {
    .container {
      padding: 0; } }

@media (min-width: 991px) {
  .hidden-md {
    display: none !important; } }
@media (max-width: 990px) {
  .hidden {
    display: none !important; } }
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
  .hidden {
    display: none !important; }

  .hidden-md {
    display: block !important; } }

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