@charset "UTF-8";
html, body {
  font-size: 14px;
  line-height: 22px;
  font-family: "Noto Sans SC", "PingFang SC", Arial;
  font-weight: 300; }

@font-face {
  font-family: "IMP";
  src: url("../fonts/impact.woff") format("woff"), url("../fonts/impact.ttf") format("truetype"), url("../fonts/impact.svg") format("svg"), url("../fonts/impact.otf") format("opentype"); }
.IMP {
  font-family: "IMP"; }

@font-face {
  font-family: "MON";
  src: url("../fonts/MONTSERRAT-REGULAR.woff") format("woff"), url("../fonts/MONTSERRAT-REGULAR.ttf") format("truetype"), url("../fonts/MONTSERRAT-REGULAR.svg") format("svg"), url("../fonts/MONTSERRAT-REGULAR.otf") format("opentype"); }
.MON {
  font-family: "MON"; }

@font-face {
  font-family: DINPro;
  src: url("../fonts/DINPro.woff2") format("woff2"), url("../fonts/DINPro.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
.DINPro {
  font-family: "DINPro"; }

.w1500 {
  width: 1500px;
  max-width: 92%;
  margin: 0 auto; }

.w1440 {
  width: 1440px;
  max-width: 92%;
  margin: 0 auto;
  position: relative; }

.main {
  width: 100%;
  overflow: hidden; }

.banner {
  width: 100%;
  position: relative; }
  .banner ul li {
    width: 100%; }
    .banner ul li img {
      width: 100%; }
  .banner .btns {
    width: 100%;
    position: absolute;
    bottom: 5%;
    left: 0;
    z-index: 5;
    text-align: center;
    font-size: 0; }
    .banner .btns span {
      width: 16px;
      height: 16px;
      background-color: #fff;
      border-radius: 100%;
      margin: 0 5px;
      display: inline-block;
      opacity: 0.6; }
      .banner .btns span.swiper-pagination-bullet-active {
        opacity: 1; }
  @media (max-width: 1024px) {
    .banner {
      margin-top: 50px; }
      .banner .btns {
        bottom: 0; }
        .banner .btns span {
          width: 10px;
          height: 10px;
          margin: 0 4px; } }

.header {
  position: fixed;
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
  height: 85px;
  background-color: #fff;
  border-radius: 42px;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 15px #f3f3f3; }
  .header .logo {
    width: 199px;
    margin-left: 32px;
    display: block;
    position: relative;
    z-index: 5; }
    .header .logo img {
      width: 100%; }
  .header .headerRight {
    height: 85px;
    background-color: #FFDA01;
    border-top-right-radius: 42px;
    border-bottom-right-radius: 42px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5; }
    .header .headerRight img {
      width: 38px;
      margin-left: 20px; }
    .header .headerRight .t {
      margin-left: 8px;
      color: #000;
      margin-right: 40px; }
      .header .headerRight .t .tt {
        font-size: 18px;
        line-height: 20px; }
      .header .headerRight .t .tt1 {
        font-size: 20px;
        line-height: 22px;
        color: #2d2205;
        margin-top: 3px; }
  .header .nav {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }
    .header .nav .closeBox {
      display: none;
      width: 100%;
      height: 50px;
      align-items: center; }
      .header .nav .closeBox a {
        width: 22px;
        height: 22px;
        display: block;
        background-size: 18px;
        background-repeat: no-repeat;
        background-image: url("../img/cha.png");
        background-position: center; }
    .header .nav ul {
      width: 100%;
      text-align: center;
      font-size: 0; }
      .header .nav ul li {
        display: inline-block;
        position: relative; }
        .header .nav ul li .tits {
          color: #000;
          font-size: 18px;
          line-height: 85px;
          display: block;
          width: 100px;
          text-align: center;
          font-weight: 300;
          padding: 0 20px; }
        .header .nav ul li .icon {
          width: 120px;
          height: 14px;
          position: absolute;
          left: 50%;
          margin-left: -60px;
          bottom: -12px;
          background: url("../img/nav_icon.png") no-repeat center top;
          transition: all 0.7s;
          background-size: 100% 0;
          opacity: 0;
          overflow: hidden;
          z-index: 10; }
        .header .nav ul li .manv {
          width: max-content;
          height: 55px;
          padding: 0 50px;
          position: absolute;
          bottom: -55px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 9;
          background-color: #FFDA01;
          border-radius: 0;
          opacity: 0;
          transition: all 0.3s;
          visibility: hidden; }
          .header .nav ul li .manv a {
            width: auto;
            height: 45px;
            overflow: hidden;
            margin: 10px 20px 0 20px;
            float: left;
            line-height: 45px;
            font-family: "OPPOSans";
            color: #000;
            font-size: 16px;
            text-align: center; }
        .header .nav ul li.on .tits {
          font-weight: 500; }
        .header .nav ul li.on .icon {
          background-size: 100% 14px;
          opacity: 1; }
        @media (min-width: 1024px) {
          .header .nav ul li:hover .tits {
            font-weight: 500; }
          .header .nav ul li:hover .icon {
            background-size: 100% 14px;
            opacity: 1; }
          .header .nav ul li:hover .manv {
            border-radius: 0 0 55px 55px;
            opacity: 1;
            visibility: visible; } }
  .header .navClick {
    width: 50px;
    height: 50px;
    display: none;
    background-size: 48% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/menu.png"); }
  @media (max-width: 1366px) {
    .header .nav ul li .tits {
      font-size: 16px;
      width: 80px;
      padding: 0 15px; }
    .header .headerRight .t .tt {
      font-size: 16px;
      line-height: 18px; }
    .header .headerRight .t .tt1 {
      font-size: 18px;
      line-height: 20px; } }
  @media (max-width: 1180px) {
    .header .nav ul li .tits {
      font-size: 15px;
      width: 60px;
      padding: 0 10px; }
    .header .headerRight img {
      margin-left: 10px;
      width: 30px; }
    .header .headerRight .t {
      margin-right: 25px; } }
  @media (max-width: 1024px) {
    .header {
      width: 100%;
      max-width: 100%;
      height: 50px;
      top: 0;
      left: 0;
      transform: translateX(0);
      border-radius: 0; }
      .header .headerRight {
        display: none; }
      .header .logo {
        margin-left: 4%;
        width: 120px; }
      .header .navClick {
        display: block; }
      .header .nav {
        width: 180px;
        position: fixed;
        height: 100vh;
        top: 0;
        right: -180px;
        left: auto;
        background-color: #333333;
        z-index: 300;
        box-sizing: border-box;
        padding-left: 20px;
        transition: all 0.5s; }
        .header .nav .closeBox {
          display: flex; }
        .header .nav ul {
          box-sizing: border-box;
          width: 100%; }
          .header .nav ul li {
            display: block;
            border-bottom: 1px solid #424242;
            background: url("../img/cnav_bg.png") no-repeat 90% center; }
            .header .nav ul li .tits {
              font-size: 14px;
              line-height: 48px;
              color: #fff;
              width: 100%;
              padding: 0;
              text-align: left; }
            .header .nav ul li .icon {
              display: none; }
        .header .nav.on {
          right: 0; } }

.index {
  width: 100%;
  overflow: hidden; }
  .index .box1 {
    padding-top: 7.8%;
    position: relative; }
    .index .box1 .img {
      width: 22.65625vw;
      position: absolute;
      top: 3.90625vw;
      left: -16.82292vw; }
    .index .box1 .content {
      position: relative; }
      .index .box1 .content .con {
        width: 42.4%;
        padding-top: 2.44792vw;
        position: relative;
        z-index: 5; }
        .index .box1 .content .con .logo {
          width: 12.23958vw; }
        .index .box1 .content .con .tit {
          font-size: 16px;
          line-height: 30px;
          color: #000;
          text-indent: 2em;
          margin-top: 2.29167vw; }
        .index .box1 .content .con .itemBox {
          display: flex;
          width: 168.8%;
          background-color: #fff;
          border-radius: 20px;
          box-shadow: 0 0 13px rgba(68, 68, 68, 0.2);
          margin-top: 2.1875vw; }
          .index .box1 .content .con .itemBox .item {
            flex: 1;
            text-align: center;
            color: #000;
            padding-top: 2.08333vw;
            padding-bottom: 2.29167vw;
            position: relative;
            cursor: pointer; }
            .index .box1 .content .con .itemBox .item:after {
              width: 1px;
              height: 5.41667vw;
              background-color: #a5a5a5;
              opacity: 0.3;
              position: absolute;
              right: 0;
              top: 2.08333vw;
              content: ''; }
            .index .box1 .content .con .itemBox .item .t {
              display: flex;
              justify-content: center;
              align-items: flex-start;
              line-height: 3.85417vw; }
              .index .box1 .content .con .itemBox .item .t span {
                font-size: 3.75vw; }
              .index .box1 .content .con .itemBox .item .t i {
                line-height: 18px;
                font-size: 16px; }
            .index .box1 .content .con .itemBox .item .t1 {
              font-size: 16px;
              line-height: 18px;
              margin-top: 10px; }
            .index .box1 .content .con .itemBox .item:last-child:after {
              display: none; }
      .index .box1 .content .pic {
        width: 55%;
        height: calc(100% + 24px);
        position: absolute;
        right: 0;
        top: 0;
        overflow: hidden;
        border-top-left-radius: 2.60417vw;
        border-bottom-right-radius: 2.60417vw; }
        .index .box1 .content .pic ul {
          width: 100%;
          height: 100%; }
          .index .box1 .content .pic ul li {
            width: 100%;
            height: 100%;
            position: relative; }
            .index .box1 .content .pic ul li img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover; }
  .index .box2 {
    margin-top: 8.4%;
    position: relative; }
    .index .box2 .imgx {
      width: 16.61458vw;
      position: absolute;
      bottom: -15.98958vw;
      right: -7.76042vw;
      z-index: 10; }
    .index .box2 .list {
      width: 100%;
      position: relative;
      overflow: hidden; }
      .index .box2 .list ul li {
        width: 100%;
        position: relative;
        overflow: hidden; }
        .index .box2 .list ul li .pic {
          width: 100%;
          height: auto; }
        .index .box2 .list ul li .con {
          width: 100%;
          height: auto;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: -100%;
          transition: all 1s 0.5s; }
          .index .box2 .list ul li .con .conn {
            display: inline-block;
            padding-right: 4.0625vw;
            position: relative;
            padding-top: 1.5625vw;
            padding-bottom: 1.875vw; }
            .index .box2 .list ul li .con .conn:after {
              width: 2000px;
              height: 100%;
              background-color: #FFDA01;
              position: absolute;
              top: 0;
              right: 0;
              content: '';
              border-top-right-radius: 6.25vw;
              border-bottom-right-radius: 6.25vw; }
          .index .box2 .list ul li .con .tits {
            font-size: 2.60417vw;
            line-height: 2.70833vw;
            font-weight: 600;
            position: relative;
            z-index: 5; }
          .index .box2 .list ul li .con .tit {
            font-size: 2.1875vw;
            line-height: 2.29167vw;
            font-weight: 600;
            margin-top: 0.9375vw;
            position: relative;
            z-index: 5; }
          .index .box2 .list ul li .con .tit1 {
            font-size: 0.9375vw;
            line-height: 1.04167vw;
            margin-top: 0.9375vw;
            position: relative;
            z-index: 5; }
        .index .box2 .list ul li.swiper-slide-active .con {
          left: 0; }
      .index .box2 .list .btnBox {
        width: 100%;
        bottom: 4.89583vw;
        z-index: 10;
        left: 0;
        position: absolute; }
        .index .box2 .list .btnBox .btn {
          font-size: 0;
          margin-left: 15px;
          display: flex;
          align-items: center; }
          .index .box2 .list .btnBox .btn span {
            width: 1.5625vw;
            height: 1.5625vw;
            border-radius: 100%;
            background-color: #fff;
            margin: 0 6px;
            display: inline-block;
            transition: all 0.3s;
            cursor: pointer;
            opacity: 1; }
            .index .box2 .list .btnBox .btn span:after {
              width: 100%;
              height: 100%;
              background-size: 1.25vw;
              background-position: center;
              background-repeat: no-repeat;
              background-image: url("../img/sj.png");
              content: ''; }
            .index .box2 .list .btnBox .btn span.swiper-pagination-bullet-active {
              width: 2.91667vw;
              height: 2.91667vw; }
              .index .box2 .list .btnBox .btn span.swiper-pagination-bullet-active:after {
                display: block; }
  .index .box5 {
    width: 100%;
    position: relative; }
    .index .box5 .bg {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0; }
  .index .box6 {
    padding-top: 5.20833vw; }
    .index .box6 .title {
      text-align: center;
      font-size: 3.125vw;
      line-height: 3.22917vw;
      font-weight: 600;
      color: #000; }
    .index .box6 .list {
      margin-top: 3.75vw; }
      .index .box6 .list ul li {
        width: 50%;
        transform: scale(0.7);
        transition: all 1s;
        overflow: hidden;
        border-radius: 14px; }
        .index .box6 .list ul li.swiper-slide-active {
          transform: scale(1); }
      .index .box6 .list .btns {
        text-align: center;
        font-size: 0;
        width: 100%;
        margin-top: 2.39583vw; }
        .index .box6 .list .btns a {
          width: 60px;
          height: 60px;
          background-color: #000;
          border-radius: 100%;
          margin: 0 12px;
          display: inline-block;
          position: relative;
          background-position: center;
          background-repeat: no-repeat;
          background-size: 10px; }
          .index .box6 .list .btns a.prev {
            background-image: url("../img/left.png"); }
          .index .box6 .list .btns a.next {
            background-image: url("../img/right.png"); }
  .index .box7 {
    padding-top: 4.16667vw; }
    .index .box7 .item {
      width: 33.33333%;
      text-align: center;
      float: left; }
      .index .box7 .item img {
        width: 5.46875vw;
        display: block;
        margin: 0 auto; }
      .index .box7 .item .t {
        font-size: 1.875vw;
        line-height: 1.97917vw;
        color: #000;
        font-weight: 600;
        margin-top: 1.04167vw; }
      .index .box7 .item .t1 {
        font-size: 0.9375vw;
        line-height: 1.35417vw;
        opacity: 0.6;
        color: #000;
        margin-top: 0.67708vw; }
  .index .box8 {
    padding-top: 4.0625vw; }
    .index .box8 .title {
      text-align: center;
      font-size: 3.125vw;
      line-height: 3.22917vw;
      color: #000;
      font-weight: 600; }
    .index .box8 .conList {
      max-width: 1100px;
      width: 92%;
      margin: 5.20833vw auto 0;
      overflow: hidden; }
      .index .box8 .conList ul li {
        position: relative; }
        .index .box8 .conList ul li .pic {
          width: 45.9%;
          float: left;
          border-top-left-radius: 30px;
          border-top-right-radius: 10px;
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 30px;
          overflow: hidden; }
        .index .box8 .conList ul li .con {
          width: 46.8%;
          float: right;
          padding-top: 3.38542vw; }
          .index .box8 .conList ul li .con .word {
            font-size: 10.41667vw;
            font-family: DINPro;
            font-weight: 700;
            color: #fafafa;
            line-height: 1;
            position: absolute;
            right: 0;
            bottom: 0;
            z-index: 0; }
          .index .box8 .conList ul li .con .year {
            font-size: 18px;
            line-height: 20px;
            color: #f6d207;
            position: relative;
            z-index: 2; }
          .index .box8 .conList ul li .con .txt {
            font-size: 24px;
            line-height: 36px;
            color: #000;
            margin-top: 15px;
            position: relative;
            z-index: 2; }
    .index .box8 .yearList {
      position: relative;
      margin-top: 40px; }
      .index .box8 .yearList:after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #e1e1e1;
        position: absolute;
        left: 0;
        bottom: 80px;
        z-index: 0; }
      .index .box8 .yearList .list {
        width: 92%;
        max-width: 1250px;
        padding: 40px 0 80px;
        margin: 0 auto;
        overflow: hidden; }
        .index .box8 .yearList .list ul li {
          width: 14.28571%;
          float: left;
          position: relative;
          cursor: pointer; }
          .index .box8 .yearList .list ul li .line {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: flex-end; }
            .index .box8 .yearList .list ul li .line span {
              width: 1px;
              height: 8px;
              background-color: silver; }
              .index .box8 .yearList .list ul li .line span:nth-child(1), .index .box8 .yearList .list ul li .line span:nth-child(6), .index .box8 .yearList .list ul li .line span:nth-child(11) {
                height: 20px; }
              .index .box8 .yearList .list ul li .line span:nth-child(11) {
                opacity: 0; }
          .index .box8 .yearList .list ul li .year {
            width: 80px;
            height: 80px;
            font-size: 18px;
            border-radius: 50%;
            position: absolute;
            left: 50%;
            margin-left: -40px;
            z-index: 0;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            background-color: #fff;
            transition: transform .3s, box-shadow .3s, color .3s; }
          .index .box8 .yearList .list ul li.swiper-slide-thumb-active .year {
            transform: translateY(-40px);
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
            color: #f6d207;
            z-index: 5; }
  .index .box9 {
    margin-top: 54px;
    padding-bottom: 4.94792vw;
    position: relative; }
    .index .box9 .title {
      text-align: center;
      font-size: 3.125vw;
      line-height: 3.22917vw;
      color: #000;
      font-weight: 600;
      position: relative;
      z-index: 5; }
    .index .box9 .pic {
      width: 55.3%;
      margin: -3.54167vw auto 0;
      position: relative;
      z-index: 5; }
    .index .box9 .list {
      position: relative;
      z-index: 5; }
      .index .box9 .list .t {
        float: left;
        border-bottom: 1px solid #e0a70c;
        font-size: 1.25vw;
        line-height: 3.125vw;
        color: #000;
        font-weight: 400;
        width: 50%;
        float: left;
        box-sizing: border-box;
        padding-left: 3.125vw; }
    .index .box9 .bg {
      width: 100%;
      position: absolute;
      bottom: 0;
      height: 52%;
      background-color: #f6d207;
      z-index: 3; }
      .index .box9 .bg .langX {
        width: 100%;
        height: 150px;
        overflow: hidden;
        z-index: -2;
        position: absolute;
        top: -150px; }
        .index .box9 .bg .langX .lang1 {
          width: 100%;
          height: 121px;
          overflow: hidden;
          background: url("../img/t11.png") no-repeat right 0;
          position: absolute;
          left: 0;
          bottom: 0;
          z-index: 1;
          animation: lang3 8s infinite linear;
          opacity: 0.4; }
        .index .box9 .bg .langX .lang2 {
          width: 100%;
          height: 115px;
          overflow: hidden;
          background: url("../img/t12.png") no-repeat left 0;
          position: absolute;
          left: 0;
          bottom: 0;
          z-index: 2;
          animation: lang2 8s infinite linear; }
        .index .box9 .bg .langX .lang3 {
          width: 100%;
          height: 147px;
          overflow: hidden;
          background: url("../img/t10.png") no-repeat left 55px;
          position: absolute;
          left: 0;
          bottom: 0;
          z-index: 3;
          animation: lang1 8s infinite linear; }
  @media (max-width: 1366px) {
    .index .box7 .item .t1 {
      font-size: 14px;
      line-height: 22px; }
    .index .box8 .conList ul li .con .year {
      font-size: 16px;
      line-height: 18px; }
    .index .box8 .conList ul li .con .txt {
      font-size: 20px;
      line-height: 32px; }
    .index .box8 .yearList .list ul li .year {
      font-size: 16px; } }
  @media (max-width: 1200px) {
    .index .box7 .item img {
      width: 72px; }
    .index .box8 .conList ul li .con .txt {
      font-size: 18px;
      line-height: 30px; }
    .index .box9 .list .t {
      font-size: 14px;
      line-height: 40px; } }
  @media (max-width: 768px) {
    .index .box1 .content .con {
      width: 100%;
      padding-top: 0; }
      .index .box1 .content .con .logo {
        width: 100px; }
      .index .box1 .content .con .tit {
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px; }
      .index .box1 .content .con .itemBox {
        width: 100%;
        box-shadow: none; }
        .index .box1 .content .con .itemBox .item:after {
          height: 40px; }
        .index .box1 .content .con .itemBox .item .t span {
          font-size: 20px; }
        .index .box1 .content .con .itemBox .item .t i {
          font-size: 12px;
          line-height: 14px; }
        .index .box1 .content .con .itemBox .item .t1 {
          font-size: 14px;
          line-height: 16px; }
    .index .box1 .content .pic {
      width: 100%;
      position: relative;
      height: auto;
      margin-top: 15px; }
      .index .box1 .content .pic ul {
        width: 100%;
        height: auto; }
        .index .box1 .content .pic ul li {
          width: 100%;
          height: auto; }
          .index .box1 .content .pic ul li img {
            width: 100%;
            height: auto;
            position: relative; }
    .index .box2 .list ul li .pic {
      overflow: hidden; }
      .index .box2 .list ul li .pic img {
        width: 160%;
        margin-left: -30%; }
    .index .box2 .list ul li .con {
      transform: translateY(0);
      top: 10%; }
      .index .box2 .list ul li .con .conn {
        width: 65%;
        padding-top: 15px;
        padding-bottom: 10px; }
        .index .box2 .list ul li .con .conn:after {
          border-top-right-radius: 60px;
          border-bottom-right-radius: 60px; }
        .index .box2 .list ul li .con .conn .tits {
          font-size: 18px;
          line-height: 20px; }
        .index .box2 .list ul li .con .conn .tit {
          font-size: 16px;
          line-height: 18px; }
        .index .box2 .list ul li .con .conn .tit1 {
          font-size: 13px;
          line-height: 18px; }
    .index .box2 .list .btnBox .btn {
      margin-left: 0; }
    .index .box2 .list .btnBox .btn span {
      width: 10px;
      height: 10px;
      margin: 0 4px; }
      .index .box2 .list .btnBox .btn span.swiper-pagination-bullet-active {
        width: 16px;
        height: 16px; }
    .index .box6 .list ul li {
      width: 90%; }
    .index .box6 .title {
      font-size: 20px;
      line-height: 22px; }
    .index .box6 .list .btns a {
      width: 34px;
      height: 34px; }
    .index .box7 .item {
      width: 100%;
      float: none;
      margin-bottom: 15px; }
      .index .box7 .item .t {
        font-size: 16px;
        line-height: 18px; }
    .index .box8 .title {
      font-size: 20px;
      line-height: 22px; }
    .index .box8 .conList ul li .pic {
      width: 100%;
      float: none; }
    .index .box8 .conList ul li .con {
      width: 100%;
      float: none; }
    .index .box8 .conList ul li .con .year {
      font-size: 14px;
      line-height: 16px; }
    .index .box8 .conList ul li .con .txt {
      font-size: 14px;
      line-height: 26px;
      margin-top: 10px; }
    .index .box8 .yearList {
      margin-top: 20px; }
      .index .box8 .yearList:after {
        bottom: 40px; }
      .index .box8 .yearList .list {
        padding: 20px 0 40px; }
    .index .box8 .yearList .list ul li .year {
      font-size: 14px; }
    .index .box8 .yearList .list ul li {
      width: 25%; }
      .index .box8 .yearList .list ul li .year {
        width: 40px;
        height: 40px;
        margin-left: -20px; }
    .index .box8 .yearList .list ul li.swiper-slide-thumb-active .year {
      transform: translateY(-20px); }
    .index .box9 .title {
      font-size: 20px;
      line-height: 22px; }
    .index .box9 {
      margin-top: 30px;
      padding-bottom: 30px; }
      .index .box9 .pic {
        width: 90%;
        margin: 0 auto 0; }
    .index .box9 .list .t {
      width: 100%;
      font-size: 14px;
      line-height: 40px; }
    .index .box9 .bg {
      height: 65%; }
    .index .box5 {
      overflow: hidden; }
      .index .box5 img {
        width: 160%;
        margin-left: -30%; } }

.indexBox3 {
  width: 100%;
  height: 1000px;
  padding-top: 208px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 5; }
  .indexBox3 .imgx1 {
    width: 23.59375vw;
    position: absolute;
    left: 6.25vw;
    bottom: -7.29167vw;
    z-index: 10; }
  .indexBox3 .yuan {
    width: 52.08333vw;
    height: 52.08333vw;
    border-radius: 100%;
    border: 4px solid #f6da4d;
    position: absolute;
    bottom: -37.5vw;
    left: 50%;
    margin-left: -26.04167vw;
    box-sizing: border-box;
    z-index: 10; }
  .indexBox3 .title {
    font-size: 3.125vw;
    line-height: 3.22917vw;
    color: #000;
    font-weight: 600;
    padding-top: 62px; }
  .indexBox3 .langX {
    width: 100%;
    height: 150px;
    overflow: hidden;
    z-index: -2;
    position: absolute;
    top: 438px; }
    .indexBox3 .langX .lang1 {
      width: 100%;
      height: 121px;
      overflow: hidden;
      background: url("../img/t11.png") no-repeat right 0;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1;
      animation: lang3 8s infinite linear;
      opacity: 0.4; }
    .indexBox3 .langX .lang2 {
      width: 100%;
      height: 115px;
      overflow: hidden;
      background: url("../img/t12.png") no-repeat left 0;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 2;
      animation: lang2 8s infinite linear; }
    .indexBox3 .langX .lang3 {
      width: 100%;
      height: 147px;
      overflow: hidden;
      background: url("../img/t10.png") no-repeat left 55px;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 3;
      animation: lang1 8s infinite linear; }
  .indexBox3 .product_bg {
    width: 100%;
    height: 650px;
    background-color: #f4d120;
    position: absolute;
    left: 0;
    bottom: 0; }
    .indexBox3 .product_bg .site {
      width: 100%;
      position: absolute;
      top: -430px;
      overflow: hidden;
      z-index: 15; }
      .indexBox3 .product_bg .site .wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        height: 1000px;
        margin: 0 auto;
        width: 1500px;
        max-width: 92%; }
        .indexBox3 .product_bg .site .wrapper.demo2 {
          display: none; }
        .indexBox3 .product_bg .site .wrapper .container {
          width: 900px;
          height: 1100px;
          position: relative;
          margin: 0 auto; }
          .indexBox3 .product_bg .site .wrapper .container .cards-list {
            position: absolute;
            left: 0;
            top: 0;
            overflow: hidden;
            transition: 330ms;
            border-radius: 50%;
            display: block; }
            .indexBox3 .product_bg .site .wrapper .container .cards-list .img {
              width: 38%;
              margin: 0 auto; }
              .indexBox3 .product_bg .site .wrapper .container .cards-list .img img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
                -webkit-user-drag: none;
                -moz-user-select: none;
                user-select: none; }
            .indexBox3 .product_bg .site .wrapper .container .cards-list .main-con {
              width: 66.1%;
              margin: 70px auto 0;
              text-align: center;
              color: #000; }
              .indexBox3 .product_bg .site .wrapper .container .cards-list .main-con .name {
                font-weight: 600;
                font-size: 36px;
                line-height: 38px; }
              .indexBox3 .product_bg .site .wrapper .container .cards-list .main-con .content {
                font-size: 18px;
                line-height: 32px;
                margin-top: 45px; }
        .indexBox3 .product_bg .site .wrapper .btn {
          position: absolute;
          top: 68%;
          z-index: 190;
          width: 60px;
          height: 60px;
          transform: translateY(-50%);
          cursor: pointer;
          transition: .2s;
          background-size: cover; }
          .indexBox3 .product_bg .site .wrapper .btn.prev {
            left: 0;
            background-image: url("../img/t32.png"); }
          .indexBox3 .product_bg .site .wrapper .btn.next {
            right: 0;
            background-image: url("../img/t33.png"); }
  @media (max-width: 1200px) {
    .indexBox3 {
      padding-top: 120px; }
      .indexBox3 .product_bg .site .wrapper .container .cards-list .main-con .name {
        font-size: 24px;
        line-height: 26px; }
      .indexBox3 .product_bg .site .wrapper .container {
        height: 1000px; }
      .indexBox3 .product_bg .site .wrapper .container .cards-list .main-con {
        margin: 20px auto 0; }
      .indexBox3 .product_bg {
        height: 620px; }
      .indexBox3 .langX {
        top: 350px; }
      .indexBox3 .product_bg .site .wrapper .btn {
        top: 73%; }
      .indexBox3 .product_bg .site .wrapper .container .cards-list .main-con .content {
        font-size: 16px;
        line-height: 28px;
        margin-top: 30px; } }
  @media (max-width: 1024px) {
    .indexBox3 {
      height: auto;
      padding-top: 30px;
      padding-bottom: 40px; }
      .indexBox3:after {
        width: 100%;
        height: 40vh;
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        background-color: #f4d120; }
      .indexBox3 .product_bg .site .wrapper.demo1 {
        display: none; }
      .indexBox3 .product_bg .site .wrapper.demo2 {
        display: block; }
      .indexBox3 .title {
        text-align: center;
        padding-top: 0; }
      .indexBox3 .langX {
        bottom: 40vh;
        top: auto; }
      .indexBox3 .product_bg {
        height: auto;
        position: relative;
        background: none; }
        .indexBox3 .product_bg .site {
          top: auto;
          position: relative; }
          .indexBox3 .product_bg .site .wrapper {
            height: auto; }
            .indexBox3 .product_bg .site .wrapper .container {
              width: 100%;
              height: auto; }
              .indexBox3 .product_bg .site .wrapper .container .cards-list {
                width: 100%;
                position: relative;
                border-radius: 0; }
                .indexBox3 .product_bg .site .wrapper .container .cards-list .main-con .name {
                  font-size: 18px;
                  line-height: 20px; }
                .indexBox3 .product_bg .site .wrapper .container .cards-list .main-con .content {
                  font-size: 14px;
                  line-height: 26px;
                  margin-top: 15px; }
            .indexBox3 .product_bg .site .wrapper .btn {
              width: 36px;
              height: 36px;
              top: 50%;
              margin-top: -18px; } }
  @media (max-width: 768px) {
    .indexBox3 .title {
      font-size: 20px;
      line-height: 22px;
      text-align: center; } }

.indexBox4 {
  padding-top: 4.6875vw;
  padding-bottom: 4.6875vw;
  position: relative;
  z-index: 10; }
  .indexBox4 .img {
    width: 22.65625vw;
    position: absolute;
    top: -2.91667vw;
    left: -16.04167vw; }
    .indexBox4 .img img {
      width: 100%; }
  .indexBox4 .title {
    font-weight: 600;
    color: #000;
    font-size: 3.125vw;
    line-height: 3.22917vw; }
  .indexBox4 .itemBox {
    width: 1250px;
    max-width: 100%;
    margin: 4.0625vw auto 0; }
    .indexBox4 .itemBox .item {
      width: 28.8%;
      float: left;
      text-align: center;
      color: #000;
      margin-right: 6.8%;
      padding-top: 2.39583vw;
      padding-bottom: 1.5625vw;
      margin-bottom: 2.08333vw;
      border-radius: 15px; }
      .indexBox4 .itemBox .item:nth-child(3n) {
        margin-right: 0; }
      .indexBox4 .itemBox .item .icon {
        width: 3.75vw;
        display: block;
        margin: 0 auto; }
        .indexBox4 .itemBox .item .icon img {
          width: 100%; }
          .indexBox4 .itemBox .item .icon img:nth-child(2) {
            display: none; }
      .indexBox4 .itemBox .item .tits {
        font-size: 1.25vw;
        line-height: 1.66667vw;
        font-weight: 600;
        margin-top: 20px; }
      .indexBox4 .itemBox .item .tit {
        width: 400px;
        max-width: 90%;
        margin: 20px auto 0;
        font-size: 16px;
        line-height: 26px;
        min-height: 78px; }
      @media (min-width: 1024px) {
        .indexBox4 .itemBox .item:hover {
          background-color: #FFDA01; }
          .indexBox4 .itemBox .item:hover .icon img:nth-child(1) {
            display: none; }
          .indexBox4 .itemBox .item:hover .icon img:nth-child(2) {
            display: block; } }
  .indexBox4 .more {
    width: 9.79167vw;
    height: 2.8125vw;
    text-align: center;
    font-size: 1.35417vw;
    line-height: 2.8125vw;
    color: #000;
    background-color: #FFDA01;
    display: block;
    margin: 0 auto 0;
    border-radius: 1.40625vw; }
  @media (max-width: 1366px) {
    .indexBox4 .itemBox .item .icon {
      width: 60px; }
    .indexBox4 .itemBox .item .tits {
      font-size: 18px;
      line-height: 20px; } }
  @media (max-width: 1200px) {
    .indexBox4 .itemBox .item .icon {
      width: 50px; }
    .indexBox4 .itemBox .item .tits {
      font-size: 16px;
      line-height: 18px; }
    .indexBox4 .itemBox .item .tit {
      font-size: 14px;
      line-height: 24px;
      min-height: 72px;
      margin: 15px auto 0; } }
  @media (max-width: 768px) {
    .indexBox4 {
      padding: 30px 0; }
      .indexBox4 .title {
        font-size: 20px;
        line-height: 22px;
        text-align: center; }
      .indexBox4 .itemBox .item {
        width: 100%;
        float: none; }
        .indexBox4 .itemBox .item .icon {
          width: 40px; }
        .indexBox4 .itemBox .item .tits {
          margin-top: 10px; }
        .indexBox4 .itemBox .item .tit {
          min-height: auto;
          margin: 10px auto 0; }
      .indexBox4 .more {
        width: 120px;
        height: 36px;
        border-radius: 18px;
        font-size: 14px;
        line-height: 36px; } }

@keyframes lang1 {
  0% {
    background: url("../img/t10.png") no-repeat right 55px; }
  50% {
    background: url("../img/t10.png") no-repeat left 55px; }
  100% {
    background: url("../img/t10.png") no-repeat right 55px; } }
@keyframes lang2 {
  0% {
    background: url("../img/t12.png") no-repeat left 0; }
  50% {
    background: url("../img/t12.png") no-repeat right 0; }
  100% {
    background: url("../img/t12.png") no-repeat left 0; } }
@keyframes lang3 {
  0% {
    background: url("../img/t11.png") no-repeat right 0; }
  50% {
    background: url("../img/t11.png") no-repeat left 0; }
  100% {
    background: url("../img/t11.png") no-repeat right 0; } }
.footer {
  background-color: #FFDA01;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 135px;
  position: relative; }
  .footer .img {
    width: 100%;
    height: auto;
    position: absolute;
    top: -10.05208vw;
    left: 0; }
  .footer .con {
    margin-left: 4.6875vw; }
    .footer .con .tits {
      display: flex;
      align-items: center; }
      .footer .con .tits img {
        width: 166px; }
      .footer .con .tits p {
        font-size: 14px;
        line-height: 24px;
        color: #000;
        opacity: 0.6;
        width: 34.89583vw;
        margin-left: 25px; }
    .footer .con .tit {
      font-size: 18px;
      line-height: 26px;
      color: #000;
      margin-top: 24px;
      display: flex;
      align-items: center; }
      .footer .con .tit img {
        margin-right: 5px; }
      .footer .con .tit span {
        font-family: 'MON';
        font-size: 24px;
        margin-right: 40px; }
    .footer .con .tit1 {
      font-size: 15px;
      line-height: 30px;
      color: #000;
      margin-top: 15px; }
      .footer .con .tit1 p {
        display: flex;
        align-items: center; }
        .footer .con .tit1 p img {
          margin-right: 8px;
          margin-left: 4px; }
  .footer .ewmBox {
    margin-right: 5.10417vw;
    display: flex;
    margin-top: 1.30208vw; }
    .footer .ewmBox .ewm {
      width: 120px;
      margin-right: 6px; }
      .footer .ewmBox .ewm img {
        width: 100%;
        border-radius: 5px; }
      .footer .ewmBox .ewm p {
        text-align: center;
        font-size: 12px;
        line-height: 14px;
        color: #000;
        margin-top: 10px; }
  @media (max-width: 1200px) {
    .footer .con .tit {
      font-size: 16px;
      line-height: 22px; }
      .footer .con .tit span {
        font-size: 22px; }
    .footer .con .tit1 {
      font-size: 13px;
      line-height: 26px; }
    .footer .ewmBox .ewm {
      width: 100px; } }
  @media (max-width: 1024px) {
    .footer {
      display: block;
      padding-top: 15px;
      padding-bottom: 60px; }
      .footer .con {
        width: 92%;
        margin: 0 auto; }
        .footer .con .tits {
          display: block; }
          .footer .con .tits img {
            width: 96px; }
          .footer .con .tits p {
            width: 100%;
            margin-left: 0;
            font-size: 13px;
            line-height: 22px;
            margin-top: 10px; }
        .footer .con .tit {
          font-size: 14px;
          line-height: 20px;
          margin-top: 10px; }
          .footer .con .tit span {
            font-size: 20px; }
          .footer .con .tit img {
            width: 14px; }
        .footer .con .tit1 {
          display: none; }
      .footer .ewmBox {
        width: 92%;
        margin: 15px auto 0; } }

.bottom {
  width: 100%;
  height: 108px;
  background-color: #2e2e2e;
  position: fixed;
  bottom: -100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  opacity: 0;
  transition: all 0.5s; }
  .bottom.on {
    bottom: 0;
    opacity: 1; }
  .bottom .t {
    font-size: 30px;
    line-height: 46px;
    color: #fff;
    font-weight: 500;
    margin-right: 22px; }
  .bottom .text {
    width: 226px;
    height: 46px;
    border: none;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 18px;
    color: #333;
    margin-right: 18px; }
    .bottom .text.text1 {
      width: 350px; }
  .bottom .submit {
    width: 216px;
    height: 46px;
    border-radius: 5px;
    background-color: #FFDA01;
    text-align: center;
    font-size: 18px;
    line-height: 46px;
    color: #252525;
    display: block; }
  @media (max-width: 1024px) {
    .bottom {
      display: none; } }

.news {
  padding-bottom: 10.05208vw; }
  .news .tabs {
    text-align: center;
    font-size: 0;
    width: 100%;
    margin: 50px 0; }
    .news .tabs a {
      width: 138px;
      height: 44px;
      border-radius: 22px;
      background-color: #fbf4d5;
      display: inline-block;
      margin: 0 8px;
      text-align: center;
      font-size: 18px;
      line-height: 44px;
      color: #000;
      background-color: #fbf4d5; }
      .news .tabs a.on {
        background-color: #eac92c; }
      @media (min-width: 1024px) {
        .news .tabs a:hover {
          background-color: #eac92c; } }
  .news .list {
    padding-bottom: 6.66667vw; }
    .news .list ul li {
      width: 31.25%;
      float: left;
      margin-right: 3.125%;
      margin-bottom: 3.125%;
      box-sizing: border-box;
      border: 1px solid #ededed; }
      .news .list ul li:nth-child(3n) {
        margin-right: 0; }
      .news .list ul li a {
        width: 100%;
        display: block;
        padding: 3.75vw 1.82292vw 4.16667vw;
        box-sizing: border-box;
        color: #000;
        position: relative;
        transition: all 0.5s; }
        .news .list ul li a img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover;
          opacity: 0;
          transition: all 0.5s; }
        .news .list ul li a .con .time {
          font-size: 16px;
          line-height: 18px;
          font-family: 'MON';
          text-align: center; }
        .news .list ul li a .con .tits {
          font-size: 1.5625vw;
          line-height: 1.875vw;
          height: 3.75vw;
          font-weight: 600;
          margin-top: 0.83333vw;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .news .list ul li a .con .tit {
          font-size: 16px;
          line-height: 24px;
          text-align: center;
          height: 96px;
          margin-top: 1.30208vw;
          display: -webkit-box;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .news .list ul li a .con .more {
          font-size: 16px;
          line-height: 18px;
          font-family: 'MON';
          text-align: center;
          margin-top: 4.6875vw; }
      @media (min-width: 1024px) {
        .news .list ul li:hover a {
          background-color: #000;
          color: #fff; }
          .news .list ul li:hover a img {
            opacity: 0.3; } }
    .news .list .paging {
      text-align: center;
      font-size: 0; }
      .news .list .paging a, .news .list .paging span {
        font-size: 14px;
        line-height: 42px;
        color: #999;
        text-align: center;
        display: inline-block;
        width: 42px;
        border-radius: 100%; }
        @media (min-width: 1024px) {
          .news .list .paging a:hover, .news .list .paging span:hover {
            background-color: #eac92c;
            color: #000; } }
      .news .list .paging span {
        background-color: #eac92c;
        color: #000; }
  @media (max-width: 1366px) {
    .news .tabs a {
      font-size: 16px;
      line-height: 40px;
      border-radius: 20px;
      width: 110px;
      height: 40px; } }
  @media (max-width: 1200px) {
    .news .tabs {
      margin: 35px 0; }
    .news .tabs a {
      font-size: 14px;
      line-height: 32px;
      border-radius: 16px;
      width: 110px;
      height: 32px; } }
  @media (max-width: 768px) {
    .news {
      width: 100%;
      max-width: 100%; }
      .news .tabs {
        margin: 18px 0; }
        .news .tabs a {
          font-size: 13px;
          height: 28px;
          line-height: 28px;
          width: 70px;
          margin: 0 6px; }
      .news .list {
        width: 92%;
        margin: 0 auto; }
      .news .list ul li {
        width: 100%;
        float: none;
        margin-right: 0; }
        .news .list ul li a .con .time {
          font-size: 14px;
          text-align: left; }
        .news .list ul li a .con .tits {
          font-size: 16px;
          line-height: 24px;
          height: 48px; }
        .news .list ul li a .con .tit {
          font-size: 14px;
          text-align: left; }
      .news .list .paging a, .news .list .paging span {
        width: 26px;
        line-height: 26px;
        height: 26px; } }

.newsInfo {
  padding-bottom: 12.5vw;
  padding-top: 180px; }
  .newsInfo .content {
    width: 69.4%;
    margin-left: 12.8%; }
    .newsInfo .content .tits {
      font-size: 2.1875vw;
      line-height: 3.125vw;
      font-weight: 500;
      color: #000; }
    .newsInfo .content .time {
      font-size: 1.14583vw;
      line-height: 1.25vw;
      color: #555;
      margin-top: 2.39583vw; }
      .newsInfo .content .time span {
        font-weight: 600;
        color: #626262; }
    .newsInfo .content .con {
      font-size: 1.04167vw;
      line-height: 2.1875vw;
      color: #404040;
      margin-top: 2.5vw; }
    .newsInfo .content .btns {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      margin-top: 2.23958vw; }
      .newsInfo .content .btns a {
        width: 50px;
        height: 50px;
        display: block;
        border-radius: 100%; }
  .newsInfo .right {
    width: 17.8%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
    .newsInfo .right .share {
      position: sticky;
      top: 180px;
      width: 45px;
      margin: 0 auto; }
      .newsInfo .right .share .t {
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        color: #6f6f6f; }
      .newsInfo .right .share a {
        width: 45px;
        height: 45px;
        border-radius: 100%;
        display: block;
        background-color: #fffef5;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px; }
        .newsInfo .right .share a img {
          width: 18px; }
          .newsInfo .right .share a img:nth-child(2) {
            display: none; }
        @media (min-width: 1024px) {
          .newsInfo .right .share a:hover {
            background-color: #FFDA01; }
            .newsInfo .right .share a:hover img:nth-child(1) {
              display: none; }
            .newsInfo .right .share a:hover img:nth-child(2) {
              display: block; } }
  .newsInfo .news {
    margin: 7.03125vw auto 0;
    padding-bottom: 0; }
    .newsInfo .news .title {
      text-align: center;
      font-size: 3.125vw;
      line-height: 3.22917vw;
      font-weight: 600;
      color: #000; }
    .newsInfo .news .list {
      margin-top: 3.38542vw;
      padding-bottom: 0; }
  @media (max-width: 1200px) {
    .newsInfo .content {
      width: 82.2%;
      margin-left: 0; }
      .newsInfo .content .time {
        font-size: 16px;
        line-height: 18px; }
      .newsInfo .content .con {
        font-size: 14px;
        line-height: 26px; } }
  @media (max-width: 1024px) {
    .newsInfo {
      padding-top: 70px; }
      .newsInfo .content {
        width: 100%; }
        .newsInfo .content .tits {
          font-size: 18px;
          line-height: 26px; }
        .newsInfo .content .time {
          font-size: 14px;
          line-height: 16px; }
        .newsInfo .content .con {
          font-size: 13px;
          line-height: 24px; }
      .newsInfo .right {
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: auto;
        z-index: 5; }
        .newsInfo .right .share .t {
          display: none; }
        .newsInfo .right .share a {
          width: 40px;
          height: 40px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          background-color: #fff;
          border: 1px solid #eee; } }
  @media (max-width: 768px) {
    .newsInfo .content .btns a {
      width: 36px;
      height: 36px; }
    .newsInfo .news .title {
      font-size: 20px;
      line-height: 22px; } }

.indexTitle {
  font-weight: 600;
  color: #000;
  font-size: 3.125vw;
  line-height: 3.22917vw; }
  @media (max-width: 768px) {
    .indexTitle {
      font-size: 20px;
      line-height: 22px; } }

.join .indexBox4 .indexTitle {
  text-align: center; }
.join .box2 {
  padding-top: 1.04167vw; }
  .join .box2 .indexTitle {
    text-align: center; }
  .join .box2 .list {
    margin-top: 2.96875vw;
    overflow: hidden; }
    .join .box2 .list ul li {
      width: 31.25%;
      margin-right: 3.125%;
      background-color: #fafafa;
      border-radius: 10px;
      float: left;
      overflow: hidden;
      padding-bottom: 2.5vw; }
      .join .box2 .list ul li:last-child {
        margin-right: 0; }
      .join .box2 .list ul li .icon {
        width: 10.20833vw;
        height: 5.10417vw;
        margin: 0 auto 0;
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
        padding-top: 0.52083vw; }
        .join .box2 .list ul li .icon:after {
          width: 10.20833vw;
          height: 10.20833vw;
          position: absolute;
          top: -5.10417vw;
          border-radius: 100%;
          left: 0;
          content: '';
          background-color: #f4cd27; }
        .join .box2 .list ul li .icon img {
          position: relative;
          z-index: 5;
          width: 3.33333vw;
          margin: 0 auto;
          display: block; }
      .join .box2 .list ul li .tits {
        text-align: center;
        font-size: 1.5625vw;
        line-height: 1.66667vw;
        color: #000;
        font-weight: 500;
        margin-top: 1.97917vw; }
      .join .box2 .list ul li .tit {
        font-size: 16px;
        line-height: 26px;
        color: #000;
        opacity: 0.6;
        text-align: center;
        margin-top: 1.09375vw; }
    .join .box2 .list .btns {
      text-align: center;
      font-size: 0;
      width: 100%;
      margin-top: 40px; }
      .join .box2 .list .btns span {
        width: 16px;
        height: 16px;
        border-radius: 100%;
        background-color: #ebebeb;
        opacity: 1;
        cursor: pointer;
        margin: 0 3px; }
        .join .box2 .list .btns span.swiper-pagination-bullet-active {
          background-color: #f4cd27; }
.join .box3 {
  padding-top: 7.03125vw;
  padding-bottom: 6.25vw;
  position: relative; }
  .join .box3 .indexTitle {
    text-align: center; }
  .join .box3 .top {
    width: 100%;
    height: 11.25vw;
    position: relative;
    margin-top: 8.33333vw; }
    .join .box3 .top .t {
      font-size: 1.25vw;
      line-height: 2.8125vw;
      border-radius: 1.40625vw;
      color: #000;
      display: inline-block;
      padding: 0 1.04167vw;
      position: absolute;
      background-color: #FFDA01;
      font-weight: 400;
      z-index: 4; }
      .join .box3 .top .t:nth-child(1) {
        top: 0;
        left: 26.92708vw; }
      .join .box3 .top .t:nth-child(2) {
        top: 2.76042vw;
        left: 3.22917vw; }
      .join .box3 .top .t:nth-child(3) {
        top: 0.88542vw;
        left: 50.3125vw; }
      .join .box3 .top .t:nth-child(4) {
        top: 7.44792vw;
        left: 13.85417vw; }
      .join .box3 .top .t:nth-child(5) {
        top: 7.44792vw;
        left: 32.8125vw; }
      .join .box3 .top .t:nth-child(6) {
        top: 8.4375vw;
        left: 56.09375vw; }
    .join .box3 .top .t1 {
      background-color: #fefae9;
      width: 17.08333vw;
      height: 2.34375vw;
      border-radius: 0.9375vw;
      position: absolute;
      left: 7.96875vw;
      top: 8.4375vw; }
    .join .box3 .top .t2 {
      background-color: #fdf5d4;
      width: 13.69792vw;
      height: 2.1875vw;
      border-radius: 1.09375vw;
      position: absolute;
      left: 61.51042vw;
      top: 2.29167vw; }
  .join .box3 .list {
    width: 1030px;
    max-width: 100%;
    margin: 7.03125vw auto 0;
    position: relative;
    z-index: 5; }
    .join .box3 .list img {
      width: 25.3%;
      display: block;
      margin: 0 auto; }
    .join .box3 .list ul {
      width: 100%;
      position: absolute;
      height: 100%;
      display: flex;
      flex-direction: column;
      top: 0;
      left: 0;
      padding: 3.8% 0;
      box-sizing: border-box; }
      .join .box3 .list ul li {
        color: #000;
        flex: 1;
        display: flex;
        align-items: center; }
        .join .box3 .list ul li .con {
          width: 26.7%; }
          .join .box3 .list ul li .con .tits {
            font-size: 24px;
            line-height: 26px;
            font-weight: 400; }
          .join .box3 .list ul li .con .tit {
            font-size: 16px;
            line-height: 24px;
            margin-top: 8px; }
        .join .box3 .list ul li:nth-child(2n) .con {
          margin-left: 73.3%; }
  .join .box3 .lineBox .line {
    border-radius: 1.09375vw;
    position: absolute; }
    .join .box3 .lineBox .line:nth-child(1) {
      background-color: #fdf5d4;
      top: 35%;
      left: 78.125%;
      width: 9.47917vw;
      height: 2.1875vw; }
    .join .box3 .lineBox .line:nth-child(2) {
      background-color: #fefae9;
      top: 42%;
      left: 15.9%;
      width: 8.33333vw;
      height: 2.34375vw; }
    .join .box3 .lineBox .line:nth-child(3) {
      background-color: #fdf5d4;
      top: 71%;
      left: 58%;
      width: 9.47917vw;
      height: 2.1875vw; }
    .join .box3 .lineBox .line:nth-child(4) {
      background-color: #fefae9;
      top: 76%;
      left: 7.55%;
      width: 8.33333vw;
      height: 2.34375vw; }
    .join .box3 .lineBox .line:nth-child(5) {
      background-color: #fefae9;
      top: 84%;
      left: 82.8%;
      width: 5vw;
      height: 2.34375vw; }
.join .box4 {
  background-color: #fafafa;
  padding-top: 5.98958vw;
  padding-bottom: 16.5625vw; }
  .join .box4 .indexTitle {
    text-align: center; }
  .join .box4 .list {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 2.60417vw; }
    .join .box4 .list .item {
      cursor: pointer;
      background-color: #f9f5e4; }
      .join .box4 .list .item .tits {
        background-color: #f9f5e4;
        font-size: 1.5625vw;
        line-height: 5vw;
        color: #000;
        padding-left: 4.16667vw;
        position: relative;
        box-sizing: border-box;
        font-weight: 400;
        transition: all 0.5s; }
        .join .box4 .list .item .tits span {
          font-weight: bold;
          margin-right: 0.52083vw; }
        .join .box4 .list .item .tits i {
          width: 1.40625vw;
          height: 1.40625vw;
          position: absolute;
          top: 50%;
          right: 2.5vw;
          transform: translateY(-50%);
          background-image: url("../img/dui.png");
          transition: all 0.5s;
          background-size: cover;
          background-repeat: no-repeat;
          display: none; }
      .join .box4 .list .item .txt {
        font-size: 0.9375vw;
        line-height: 1.875vw;
        color: #000;
        padding: 0vw 4.6875vw 2.08333vw; }
      .join .box4 .list .item:nth-child(2n) {
        background-color: #fff; }
        .join .box4 .list .item:nth-child(2n) .tits {
          background-color: #fff; }
      .join .box4 .list .item.on {
        background-color: #ffda01; }
        .join .box4 .list .item.on .tits {
          background-color: #ffda01; }
          .join .box4 .list .item.on .tits i {
            background-image: url("../img/dui_h.png"); }
@media (max-width: 1366px) {
  .join .box1 .itemBox .item .icon {
    width: 60px; }
  .join .box1 .itemBox .item .tits {
    font-size: 18px;
    line-height: 20px; } }
@media (max-width: 1200px) {
  .join .box1 .itemBox .item .icon {
    width: 50px; }
  .join .box1 .itemBox .item .tits {
    font-size: 16px;
    line-height: 18px; }
  .join .box1 .itemBox .item .tit {
    font-size: 14px;
    line-height: 24px;
    min-height: 72px;
    margin: 15px auto 0; }
  .join .box2 .list ul li .tits {
    font-size: 16px;
    line-height: 18px; }
  .join .box2 .list ul li .tit {
    font-size: 14px;
    line-height: 24px; }
  .join .box2 .list .btns span {
    width: 12px;
    height: 12px; }
  .join .box3 .list ul li .con .tits {
    font-size: 20px;
    line-height: 22px; }
  .join .box3 .list ul li .con .tit {
    font-size: 14px;
    line-height: 22px; }
  .join .box4 .list .item .tits {
    font-size: 16px;
    line-height: 62px; }
    .join .box4 .list .item .tits i {
      width: 16px;
      height: 16px; }
  .join .box4 .list .item .txt {
    font-size: 14px;
    line-height: 26px; } }
@media (max-width: 1024px) {
  .join .box2 .list ul li {
    width: 48.5%;
    margin-right: 3%; } }
@media (max-width: 768px) {
  .join .box1 .itemBox .item {
    width: 100%;
    float: none; }
    .join .box1 .itemBox .item .icon {
      width: 40px; }
    .join .box1 .itemBox .item .tits {
      margin-top: 10px; }
    .join .box1 .itemBox .item .tit {
      min-height: auto;
      margin: 10px auto 0; }
  .join .box2 .list ul li {
    width: 100%;
    margin-right: 3%; }
    .join .box2 .list ul li .icon {
      width: 100px;
      height: 50px; }
      .join .box2 .list ul li .icon img {
        width: 40px; }
      .join .box2 .list ul li .icon:after {
        width: 100%;
        height: 100px;
        top: -50px; }
    .join .box2 .list ul li .tit {
      font-size: 13px;
      line-height: 24px; }
  .join .box2 .list .btns {
    margin-top: 20px; }
  .join .box3 .top {
    height: auto; }
    .join .box3 .top .t {
      position: relative;
      top: auto !important;
      left: auto !important;
      font-size: 12px;
      line-height: 32px;
      margin-bottom: 10px;
      margin-right: 10px;
      border-radius: 16px;
      padding: 0 10px; }
  .join .box3 .list img {
    display: none; }
  .join .box3 .list ul {
    position: relative;
    display: block;
    padding: 0; }
    .join .box3 .list ul li {
      margin-bottom: 25px; }
      .join .box3 .list ul li .con {
        width: 100%;
        margin-left: 0 !important; }
        .join .box3 .list ul li .con .tits {
          font-size: 18px;
          line-height: 20px; }
  .join .box4 .list {
    border-radius: 10px; }
    .join .box4 .list .item .tits {
      font-size: 15px;
      line-height: 50px; }
    .join .box4 .list .item .txt {
      font-size: 13px;
      line-height: 24px; } }

.product {
  padding-top: 1.04167vw; }
  @media (max-width: 1024px) {
    .product {
      margin-top: 50px; } }

.xf {
  width: 58px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  z-index: 100; }
  .xf a {
    width: 58px;
    height: 58px;
    border-radius: 58px;
    display: block;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    background-size: 58px 58px;
    background-repeat: no-repeat;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    float: right; }
    .xf a:nth-child(1) {
      background-image: url("../img/xf_icon1.png"); }
    .xf a:nth-child(2) {
      background-image: url("../img/xf_icon2.png"); }
    .xf a:nth-child(3) {
      background-image: url("../img/xf_icon3.png"); }
    .xf a .ewm {
      width: 120px;
      height: 120px;
      padding: 10px;
      position: absolute;
      top: -10px;
      right: 0;
      box-sizing: border-box;
      background-color: #FFDA01;
      border-radius: 6px;
      opacity: 0;
      transition: right 0.5s;
      z-index: -1; }
      .xf a .ewm img {
        width: 100px;
        height: 100px; }
    .xf a.tel {
      display: flex;
      align-items: center;
      font-size: 24px;
      line-height: 58px;
      color: #fff;
      padding-left: 58px;
      box-sizing: border-box;
      font-weight: 400; }
      .xf a.tel span {
        position: absolute;
        left: 58px;
        width: 200px; }
    @media (min-width: 1024px) {
      .xf a:hover {
        overflow: inherit;
        background-color: #FFDA01; }
        .xf a:hover:nth-child(1) {
          background-image: url("../img/xf_icon1_h.png"); }
        .xf a:hover:nth-child(2) {
          background-image: url("../img/xf_icon2_h.png"); }
        .xf a:hover:nth-child(3) {
          background-image: url("../img/xf_icon3_h.png"); }
        .xf a:hover .ewm {
          right: 80px;
          opacity: 1;
          z-index: 1; }
        .xf a:hover.tel {
          padding-left: 48px;
          width: 218px; }
          .xf a:hover.tel span {
            left: 48px; } }
  @media (max-width: 1200px) {
    .xf {
      right: 20px; } }
  @media (max-width: 1024px) {
    .xf {
      width: 100%;
      height: 50px;
      background-color: #ffda01;
      top: auto;
      left: 0;
      transform: translateX(0);
      right: auto;
      bottom: 0;
      display: flex; }
      .xf a {
        flex: 1;
        height: 50px;
        border-radius: 0;
        box-shadow: none;
        padding-left: 0 !important;
        background-color: #ffda01;
        background-position: center -5px;
        background-size: 46px;
        position: relative;
        overflow: initial; }
        .xf a span {
          display: none; }
        .xf a .ewm {
          top: -125px;
          right: auto;
          left: 50%;
          transform: translateX(-50%);
          opacity: 1;
          display: none; }
        .xf a:after {
          text-align: center;
          width: 100%;
          font-size: 13px;
          line-height: 20px;
          color: #fff;
          position: absolute;
          bottom: 2px;
          left: 0; }
        .xf a:nth-child(1) {
          background-image: url("../img/xf_icon1_h.png"); }
          .xf a:nth-child(1):after {
            content: '联系电话'; }
        .xf a:nth-child(2) {
          background-image: url("../img/xf_icon2_h.png"); }
          .xf a:nth-child(2):after {
            content: '联系我们'; }
        .xf a:nth-child(3) {
          background-image: url("../img/xf_icon3_h.png"); }
          .xf a:nth-child(3):after {
            content: '回到顶部'; } }

/*# sourceMappingURL=style.css.map */
