.types {
  display: flex;
  justify-content: center;
  margin: 203px 0 60px 0; background: #e4e4e4;padding: 20px;}
  .types a {
    margin: 0 51px;
    color: #1a202c;
    opacity: .2;
    font-family: 'SourceHanSansCN-Bold';
    transition: all 600ms;
    cursor: pointer; }
    .types a:hover {
      opacity: 1; }
  .types .active {
    opacity: 1; }

.section1 {
  background: #F8F8F8;
  height: 949px;
  position: relative; }
  .section1 .china_box {
    left: 194px;
    top: 257px;
    position: absolute;
    transition: all 600ms;
    z-index: 10; }
    .section1 .china_box .en {
      color: rgba(26, 32, 44, 0.1);
      font-size: 64px;
      font-family: 'SourceHanSansCN-Bold';
      text-transform: uppercase;
      opacity: 0;
      position: absolute;
      left: 0;
      top: -100px;
      white-space: nowrap;
      transition: all 600ms; }
    .section1 .china_box .cn {
      color: #1a202c;
      font-size: 36px;
      font-family: 'SourceHanSansCN-Bold';
      transition: all 600ms; }
    .section1 .china_box .nums .it {
      margin-top: 40px;
      transition: all 600ms;
      transition: all 600ms; }
      .section1 .china_box .nums .it .tnum {
        display: flex;
        align-items: center;
        font-size: 30px; }
        .section1 .china_box .nums .it .tnum p {
          color: #CA062C;
          font-weight: 700;
          transition: all 600ms; }
        .section1 .china_box .nums .it .tnum span {
          margin-left: 10px;
          transition: all 600ms; }
      .section1 .china_box .nums .it .tag {
        color: #000;
        font-size: 20px; }
  .section1 .world_box {
    right: 247px;
    top: 257px;
    position: absolute;
    transition: all 600ms;
    z-index: 10; }
    .section1 .world_box .en {
      color: rgba(26, 32, 44, 0.1);
      font-size: 64px;
      font-family: 'SourceHanSansCN-Bold';
      text-transform: uppercase;
      opacity: 0;
      position: absolute;
      right: 0;
      top: -100px;
      white-space: nowrap;
      z-index: 10;
      transition: all 600ms; }
    .section1 .world_box .cn {
      color: #1a202c;
      font-size: 36px;
      font-family: 'SourceHanSansCN-Bold';
      transition: all 600ms; }
    .section1 .world_box .des1 {
      color: #666;
      font-size: 24px;
      line-height: 1.5;
      margin: 10px 0 37px 0;
      transition: all 600ms; }
      .section1 .world_box .des1 span {
        color: #CA062C; }
    .section1 .world_box .des2 {
      color: #000; }
      .section1 .world_box .des2 p {
        display: flex;
        align-items: center;
        font-size: 20px;
        line-height: 1.8;
        transition: all 600ms; }
        .section1 .world_box .des2 p::before {
          content: '';
          display: block;
          width: 6px;
          height: 6px;
          background: #CA062C;
          margin-right: 10px;
          border-radius: 50%; }
  .section1 .big {
    top: 153px;
    right: 137px; }
    .section1 .big .en {
      opacity: 1; }
    .section1 .big .cn {
      font-size: 60px; }
    .section1 .big .nums {
      margin-top: 72px; }
      .section1 .big .nums .it {
        margin-top: 48px; }
        .section1 .big .nums .it .tnum p {
          font-size: 67px;
          line-height: 1; }
        .section1 .big .nums .it .tnum span {
          font-size: 40px;
          transform: translateY(10px); }
        .section1 .big .nums .it .tag {
          margin-top: 15px; }
    .section1 .big .des1 {
      margin: 40px 0 28px 0;
      font-size: 30px;
      line-height: 1.2; }
    .section1 .big .des2 p {
      font-size: 20px;
      line-height: 1.45; }
  .section1 .maps .map {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 600ms; }
  .section1 .maps .on {
    opacity: 1; }

.section2 {
  margin: 100px 160px; }
  .section2 .title .en {
    color: rgba(26, 32, 44, 0.1);
    font-size: 64px;
    font-family: 'SourceHanSansCN-Bold';
    text-transform: uppercase; }
  .section2 .title .cn {
    color: #1a202c;
    font-size: 64px;
    font-family: 'SourceHanSansCN-Bold'; }
  .section2 .list1 {
    display: grid;
    gap: 0 23px;
    grid-template-columns: repeat(3, 1fr);
    margin: 71px 0 100px 0; }
    .section2 .list1 .item {
      width: 100%;
      position: relative; }
      .section2 .list1 .item .bg img {
        width: 100%;
        display: block;
        object-fit: cover; }
      .section2 .list1 .item .text {
        position: absolute;
        left: 29px;
        bottom: 30px;
        color: white;
        width: calc(100% - 58px); }
        .section2 .list1 .item .text .p1 {
          font-size: 36px;
          font-weight: 700; }
        .section2 .list1 .item .text .des {
          font-size: 16px;
          height: 48px;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          font-family: 'SourceHanSansCN-Light'; }
      .section2 .list1 .item .hover {
        background: #CA062C;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        color: white;
        opacity: 0;
        transition: all 600ms;
        padding: 45px 38px; }
        .section2 .list1 .item .hover .p1 {
          font-size: 36px;
          font-weight: 700; }
        .section2 .list1 .item .hover .des {
          font-size: 16px;
          font-family: 'SourceHanSansCN-Light';
          margin-top: 10px; }
        .section2 .list1 .item .hover a {
          position: absolute;
          bottom: 45px;
          left: 38px;
          color: white;
          display: flex;
          align-items: center;
          width: fit-content; }
          .section2 .list1 .item .hover a p {
            font-family: 'SourceHanSansCN-Light'; }
          .section2 .list1 .item .hover a .line {
            width: 202px;
            height: 1px;
            background: #FFF;
            margin: 0 0 0 28px;
            transition: .6s ease;
            transform: scaleX(0);
            transform-origin: left;
            pointer-events: none;
            transition-delay: 300ms; }
      .section2 .list1 .item:hover .hover {
        opacity: 1; }
        .section2 .list1 .item:hover .hover a .line {
          transform: scaleX(1); }
  .section2 .list2 {
    display: grid;
    gap: 100px 23px;
    grid-template-columns: repeat(3, 1fr); }
    .section2 .list2 .item {
      width: 100%;
      position: relative; }
      .section2 .list2 .item .pic {
        overflow: hidden; }
        .section2 .list2 .item .pic img {
          width: 100%;
          display: block;
          transition: all 600ms;
          object-fit: cover; }
      .section2 .list2 .item .pt {
        margin: 26px 0 5px 0;
        color: #1A202C;
        font-size: 20px;
        font-weight: 700; }
      .section2 .list2 .item .des {
        color: #666;
        font-size: 16px;
        line-height: 1.6; }
      .section2 .list2 .item:hover .pic img {
        transform: scale(1.05); }

.section3 {
  padding: 100px 160px 130px 160px;
  background: #F9F9F9; }
  .section3 .en {
    color: rgba(26, 32, 44, 0.1);
    font-size: 64px;
    font-family: 'SourceHanSansCN-Bold';
    text-transform: uppercase; }
  .section3 .t2 {
    display: flex;
    justify-content: space-between;
    margin-top: 12px; }
    .section3 .t2 .cn {
      color: #1a202c;
      font-size: 64px;
      font-family: 'SourceHanSansCN-Bold'; }
    .section3 .t2 .des {
      width: 732px;
      font-size: 16px;
      color: #666;
      font-family: 'SourceHanSansCN-Light';
      text-align: left; }
  .section3 .list {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 65px; }
    .section3 .list .item {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      .section3 .list .item .text {
        width: 55%;
        padding: 50px;
        background: #FFF; }
        .section3 .list .item .text .p1 {
          color: #000;
          font-size: 26px;
          font-weight: 700;
          margin-top: 51px; }
          .section3 .list .item .text .p1::after {
            content: '';
            display: block;
            width: 36px;
            height: 2px;
            background: #CA062C;
            margin: 12px 0; }
        .section3 .list .item .text .des {
          color: #666;
          font-size: 16px; }
      .section3 .list .item .pic {
        width: 45%;
        overflow: hidden; }
        .section3 .list .item .pic img {
          width: 100%;
          display: block;
          object-fit: cover;
          transition: all 600ms;
          height: 100%; }
      .section3 .list .item:hover .pic img {
        transform: scale(1.05); }

@media screen and (max-width: 1465px) {
  .section1 .china_box {
    left: 5%; }
  .section1 .world_box {
    right: 8%; }
    .section1 .world_box .en {
      right: 0; }
  .section1 .big .nums {
    margin-top: 40px; }
    .section1 .big .nums .it {
      margin-top: 30px; }
      .section1 .big .nums .it .tnum p {
        font-size: 42px; }
  .section1 .big .des1 {
    font-size: 30px;
    margin: 50px 0 25px 0; }
  .section1 .big .des2 p {
    font-size: 30px; }

  .section2 {
    margin: 80px 5%; }
    .section2 .list2 {
      gap: 50px 23px; }

  .section3 {
    padding: 50px 5% 120px 5%; } }
@media screen and (max-width: 1024px) {
  .types {
    margin: 80px 5% 30px 5%;
    display: block;
    overflow-x: scroll;
    white-space: nowrap; }
    .types a {
      margin: 0 10px;
      display: inline-block; }

  .section1 {
    height: auto;
    padding: 60px 0; }
    .section1 .china_box {
      position: relative;
      top: 0;
      width: 90%; }
      .section1 .china_box .en {
        font-size: 32px;
        top: -40px;
        opacity: 1; }
      .section1 .china_box .cn {
        font-size: 28px; }
      .section1 .china_box .nums {
        margin-top: 15px; }
        .section1 .china_box .nums .it {
          margin-top: 15px; }
          .section1 .china_box .nums .it .tnum p {
            font-size: 24px; }
          .section1 .china_box .nums .it .tnum span {
            font-size: 24px;
            transform: translateY(0); }
          .section1 .china_box .nums .it .tag {
            margin-top: 10px;
            font-size: 16px; }
    .section1 .world_box {
      position: relative;
      top: 0;
      right: 0;
      left: 5%;
      width: 90%;
      margin-top: 80px; }
      .section1 .world_box .en {
        font-size: 32px;
        top: -40px;
        right: auto;
        left: 0;
        opacity: 1; }
      .section1 .world_box .cn {
        font-size: 28px; }
      .section1 .world_box .des1 {
        font-size: 18px;
        margin: 15px 0; }
      .section1 .world_box .des2 p {
        font-size: 16px;
        line-height: 1.6; }
    .section1 .big {
      top: 0; }
      .section1 .big .des1 {
        font-size: 18px;
        margin: 15px 0; }
      .section1 .big .des2 p {
        font-size: 16px;
        line-height: 1.6; }
    .section1 .maps .map {
      opacity: 1; }
    .section1 .maps .map:first-child {
      top: 30%; }
    .section1 .maps .map:last-child {
      top: 80%;
      left: 60%; }

  .section2 {
    margin: 40px 5%; }
    .section2 .title .en {
      font-size: 28px; }
    .section2 .title .cn {
      font-size: 28px; }
    .section2 .list1 {
      margin: 30px 0 50px 0;
      gap: 15px 0;
      grid-template-columns: repeat(1, 1fr); }
      .section2 .list1 .item .text {
        left: 4%;
        width: 92%;
        bottom: 15px; }
        .section2 .list1 .item .text .p1 {
          font-size: 24px; }
      .section2 .list1 .item .hover {
        padding: 20px; }
        .section2 .list1 .item .hover .p1 {
          font-size: 24px; }
        .section2 .list1 .item .hover a {
          left: 20px; }
    .section2 .list2 {
      gap: 15px 0;
      grid-template-columns: repeat(1, 1fr); }
      .section2 .list2 .item .pt {
        margin: 15px 0 7px 0; }

  .section3 {
    padding: 50px 5%; }
    .section3 .en {
      font-size: 22px; }
    .section3 .t2 {
      flex-direction: column;
      margin-top: 0; }
      .section3 .t2 .cn {
        font-size: 28px; }
      .section3 .t2 .des {
        width: 100%;
        font-size: 16px; }
    .section3 .list {
      gap: 15px 0;
      grid-template-columns: repeat(1, 1fr);
      margin-top: 30px; }
      .section3 .list .item {
        flex-direction: column-reverse; }
        .section3 .list .item .text {
          width: 100%;
          padding: 20px; }
          .section3 .list .item .text .p1 {
            margin-top: 0;
            font-size: 18px; }
        .section3 .list .item .pic {
          width: 100%; } }

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