.header .menu:hover .icon_Menu:before {
  color: #C8A86B; }
.header .menu:hover .text {
  color: #C8A86B; }

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  overflow: hidden; }
  .banner .box {
    display: flex;
    width: 500%;
    height: 100%;
    transition: all 1.2s ease;
    transform: translateX(0%); }
  .banner .banner-item {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden; }
    .banner .banner-item:before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-image: linear-gradient(rgba(0, 0, 0, 0.9), transparent);
      content: ''; }
  .banner .zhezhao2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    z-index: 4;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    filter: blur(1px);
    /*backdrop-filter: blur(3px);*/
    /*-webkit-backdrop-filter: blur(3px);*/ }
  .banner .info {
    position: absolute;
    z-index: 2;
    text-align: center;
    /*width: 100%;*/
    left: 40px;
    right: 40px;
    height: 100%;
    top: 0;
    color: #FFF;
    overflow: hidden; }
    .banner .info .item {
      width: 100%;
      opacity: 0;
      position: absolute;
      top: 48%;
      margin-top: -150px; }
      .banner .info .item.active {
        transition: opacity 1.2s;
        -webkit-transition: opacity 1.2s;
        opacity: 1; }
      .banner .info .item.hide {
        transition: opacity 1.2s;
        -webkit-transition: opacity 1.2s;
        opacity: 0; }
  .banner .tit_zh {
    font-size: 40px;
    letter-spacing: 6px;
    line-height: 68px;
    font-weight: bold; }
  .banner .tit_en {
    font-size: 20px;
    letter-spacing: 8px;
    margin-top: 10px; }
  .banner .logo {
    margin-top: 55px; }
  .banner .line {
    display: none;
    width: 1px;
    height: 20px;
    line-height: 0;
    background-color: #c8a86b;
    margin: 0 20px; }
  .banner .icon_Seit {
    font-size: 64px; }
  .banner .j_pay {
    display: none; }
  .banner .icon_Play, .banner .icon_Stop {
    font-size: 30px;
    display: inline-block; }
    .banner .icon_Play:before, .banner .icon_Stop:before {
      color: #FFF; }
  .banner .banner_tab {
    display: flex;
    justify-content: space-around;
    text-align: center;
    position: absolute;
    z-index: 5;
    bottom: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #74768a;
    letter-spacing: 4px;
    border-top: none; }
    .banner .banner_tab li {
      flex: 1;
      border-right: 1px solid #F4F4F4;
      border-bottom: 1px solid #F4F4F4;
      transition: background 1s;
      -webkit-transition: background 1s;
      background: #fff;
      cursor: pointer; }
      .banner .banner_tab li:hover {
        transition: background 1s;
        -webkit-transition: background 1s;
        background: #f4f4f4; }
      .banner .banner_tab li:first-child {
        border-left: 1px solid #F4F4F4; }
      .banner .banner_tab li.active {
        transition: background 1s;
        -webkit-transition: background 1s;
        background: none;
        color: #FFF;
        border-left: none;
        border-right: none;
        border-bottom: 4px solid #c8a86b;
        font-weight: bold; }
  .banner .banner_menu {
    position: absolute;
    bottom: 80px;
    z-index: 5;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    width: 100%;
    height: 70px;
    overflow: hidden; }
    .banner .banner_menu .arrow_left {
      float: left;
      margin-left: 20px;
      margin-right: 10px; }
    .banner .banner_menu .arrow_right {
      float: right;
      margin-right: 20px;
      margin-left: 10px; }
    .banner .banner_menu .arrow_left, .banner .banner_menu .arrow_right {
      height: 70px;
      width: 40px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      .banner .banner_menu .arrow_left.disable, .banner .banner_menu .arrow_right.disable {
        opacity: .3; }
    .banner .banner_menu .icon_Left::before, .banner .banner_menu .icon_Right::before {
      font-size: 18px;
      color: #fff; }
    .banner .banner_menu .banner_menu_box {
      position: absolute;
      left: 80px;
      right: 80px;
      top: 0;
      overflow: hidden; }
    .banner .banner_menu .ul_box {
      display: block;
      width: 100%;
      float: left;
      display: flex;
      justify-content: space-around;
      align-items: center;
      transition: all 1s ease; }
      .banner .banner_menu .ul_box a:hover .name {
        color: #C8A86B;
        opacity: 1; }
    .banner .banner_menu ul {
      display: flex;
      justify-content: space-around;
      align-items: center;
      text-align: center;
      width: 100%;
      height: 70px; }
      .banner .banner_menu ul li {
        /*width: 20%;*/
        white-space: nowrap; }
      .banner .banner_menu ul .name {
        font-size: 16px;
        letter-spacing: 2px;
        color: #fefefe;
        opacity: 0.4;
        font-weight: bold; }
      @media (max-width: 1120px) {
        .banner .banner_menu ul .pad {
          display: none; } }
    .banner .banner_menu .stars .icon_Star {
      margin: 0 3px; }
  .banner .banner_menu_m {
    height: 66px;
    display: none;
    position: absolute;
    bottom: 30px;
    z-index: 10;
    left: 20px;
    right: 20px;
    /*height: 50px;*/
    overflow-x: auto;
    overflow-y: hidden; }
    .banner .banner_menu_m ul {
      /*display: flex;*/
      /*align-items: center;*/
      /*justify-content: space-between;*/
      /*width: 100%;*/
      min-width: 100%;
      /*transition: all 1s ease;*/
      text-align: center;
      overflow-x: auto;
      -webkit-overflow-scrolling: none;
      padding: 0; }
      .banner .banner_menu_m ul li {
        display: inline-block;
        /*box-sizing: border-box;*/
        /*width: 50%;*/
        /*width: calc(50% - 10px);*/
        padding: 8px 20px;
        min-width: 130px;
        margin: 0 5px;
        white-space: nowrap;
        text-align: center;
        background-color: rgba(2, 2, 2, 0.3);
        border-radius: 6px;
        overflow: hidden; }
        .banner .banner_menu_m ul li a {
          display: block;
          height: 50px;
          overflow: hidden; }
      .banner .banner_menu_m ul .name {
        font-size: 12px;
        letter-spacing: 2px;
        color: #fefefe;
        opacity: 0.4; }
      .banner .banner_menu_m ul .icon_Star {
        font-size: 12px;
        margin: 0 4px; }
  .banner .banner_menu_m ul::-webkit-scrollbar, .banner .banner_video::-webkit-scrollbar {
    display: none; }
  .banner .banner_video {
    height: 100%; }
    .banner .banner_video video {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      vertical-align: top; }
  @media (max-width: 750px) {
    .banner .banner-item {
      background-size: cover; }
    .banner .info {
      width: auto;
      left: 20px;
      right: 20px;
      text-align: left; }
    .banner .tit_zh {
      font-size: 30px;
      line-height: 41px;
      letter-spacing: 4px; }
    .banner .tit_en {
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 3px;
      margin-top: 20px; }
    .banner .logo {
      margin-top: 40px; }
      .banner .logo.fistVideo {
        display: flex;
        align-items: center; }
        .banner .logo.fistVideo .play_video {
          display: inline-block;
          z-index: 10;
          width: 30px;
          height: 30px; }
    .banner .icon_Seit {
      font-size: 30px; }
    .banner .zhezhao2, .banner .j_banner_menu {
      display: none; }
    .banner .banner_menu_m {
      display: block; }
    .banner .banner_tab {
      display: flex;
      justify-content: center;
      position: absolute;
      bottom: 120px;
      left: 0;
      right: 0;
      z-index: 5;
      height: auto; }
      .banner .banner_tab li {
        flex: none;
        width: 20px;
        height: 20px;
        line-height: 20px;
        transition: border-color .3s ease 0s;
        display: block;
        position: relative;
        margin-left: 6px;
        margin-right: 6px;
        padding: 0;
        border: 1px solid transparent;
        border-left: 1px;
        border-radius: 50%;
        background: none;
        cursor: pointer;
        text-indent: -1000px;
        -webkit-tap-highlight-color: transparent; }
        .banner .banner_tab li:after {
          width: 7px;
          height: 7px;
          transition: background-color 1s ease 0s;
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          border-radius: 50%;
          background-color: rgba(255, 255, 255, 0.5);
          transform: translate(-50%, -50%); }
        .banner .banner_tab li:first-child {
          border: 1px solid transparent; }
        .banner .banner_tab li.active {
          border: 1px solid rgba(255, 255, 255, 0.3);
          font-weight: bold; }
          .banner .banner_tab li.active:after {
            background-color: #c8a86b; }
        .banner .banner_tab li:hover, .banner .banner_tab li:active {
          transition: none;
          background: none; }
    .banner .line, .banner .j_pay {
      display: inline-block; } }

.main {
  max-width: 1200px;
  margin: 9% auto 0;
  padding: 0 30px; }
  .main .title {
    font-size: 40px;
    color: #001c4b;
    letter-spacing: 6px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 60px;
    font-weight: bold; }
  .main .title_en {
    font-size: 20px;
    color: #c8a86b;
    letter-spacing: 5px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 80px; }
  @media (max-width: 750px) {
    .main .title {
      font-size: 20px;
      letter-spacing: 3px;
      line-height: 32px;
      margin-bottom: 16px; }
    .main .title_en {
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 2px;
      margin-bottom: 30px; } }

.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 9%; }
  .products li {
    width: 32%;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 50px; }
    .products li img {
      width: 100%;
      height: auto;
      margin-bottom: 30px;
      border-radius: 6px; }
    .products li .name {
      width: 90%;
      margin: 0 auto;
      font-size: 20px;
      color: #001c4b;
      margin-bottom: 14px; }
    .products li .des {
      width: 80%;
      margin: 0 auto;
      font-size: 16px;
      color: #747d87; }
    @media (max-width: 1100px) {
      .products li {
        width: 48%; } }
    @media (max-width: 1100px) {
      .products li {
        margin-bottom: 30px; }
        .products li img {
          margin-bottom: 20px; }
        .products li .name {
          font-size: 16px;
          margin-bottom: 8px; }
        .products li .des {
          width: 100%;
          font-size: 12px;
          line-height: 18px; } }
    @media (max-width: 750px) {
      .products li .name {
        font-weight: bold;
        font-size: 14px; }
      .products li .des {
        letter-spacing: 1px; } }

.banner_2 {
  margin-bottom: 13%; }
  .banner_2 .tab {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #f4f4f4;
    position: relative; }
    .banner_2 .tab .tab_list {
      text-align: center;
      padding-bottom: 30px;
      width: 450px;
      text-align: center;
      margin: 0 10px;
      cursor: pointer; }
      .banner_2 .tab .tab_list:hover .cn, .banner_2 .tab .tab_list.active .cn {
        color: #c8a86b; }
      .banner_2 .tab .tab_list.active {
        border-bottom: 2px solid #c8a86b; }
    .banner_2 .tab .cn {
      font-size: 20px;
      letter-spacing: 2px;
      color: #001c4b;
      margin-bottom: 8px;
      font-weight: bold; }
    .banner_2 .tab .en {
      font-size: 16px;
      color: #747d8a;
      letter-spacing: 6px; }
    @media (max-width: 1100px) {
      .banner_2 .tab .tab_list {
        width: 50%;
        margin: 0; }
      .banner_2 .tab .cn {
        font-size: 16px;
        margin-bottom: 2px; }
      .banner_2 .tab .en {
        font-size: 12px;
        letter-spacing: 0; } }
    @media (max-width: 750px) {
      .banner_2 .tab .tab_list {
        padding-bottom: 20px; }
      .banner_2 .tab .cn {
        font-size: 14px;
        font-weight: bold; }
      .banner_2 .tab .en {
        line-height: 16px;
        letter-spacing: 1; } }
  .banner_2 .box {
    width: 100%;
    overflow: hidden;
    margin-top: 60px; }
    .banner_2 .box .images {
      width: 2400px;
      display: flex;
      transform: translate(0%);
      transition: all .5s ease;
      align-items: center; }
    .banner_2 .box img {
      width: 100%;
      height: auto;
      border-radius: 6px; }
    @media (max-width: 1200px) {
      .banner_2 .box {
        width: 100%;
        margin-left: 0;
        margin-top: 40px; }
        .banner_2 .box .images {
          width: 200%; } }

.distributor {
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  /*-webkit-overflow-scrolling:touch;*/ }
  .distributor ul {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4; }
    @media (max-width: 1340px) {
      .distributor ul {
        width: 2040px; } }
    @media (max-width: 750px) {
      .distributor ul {
        width: 1090px; } }
  .distributor li {
    width: 16.66%;
    flex-grow: 1;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    border-right: 1px solid #f4f4f4; }
    .distributor li:hover .img1 {
      visibility: hidden; }
    .distributor li:hover .img2 {
      display: block; }
    .distributor li:hover .box {
      text-align: left;
      padding-left: 30px; }
    .distributor li:hover .cn, .distributor li:hover .en {
      color: #FFF; }
    .distributor li:hover .bg {
      display: block; }
    @media (max-width: 1340px) {
      .distributor li {
        width: 340px; } }
  .distributor .img1 {
    margin-top: 30px;
    width: 80%;
    text-align: center; }
  .distributor .img2 {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat; }
  .distributor .bg {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    content: ''; }
  .distributor .box {
    position: relative;
    z-index: 5;
    text-align: center;
    width: 100%;
    height: 100%; }
  .distributor .stars {
    margin-bottom: 20px; }
  .distributor .icon_Star {
    font-size: 10px;
    line-height: 10px;
    margin: 0 3px; }
  .distributor .cn {
    font-size: 16px;
    color: #001c4b;
    margin-bottom: 8px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #001c4b; }
    @media (min-width: 1024px) {
      .distributor .cn {
        white-space: nowrap; } }
  .distributor .en {
    font-size: 14px;
    color: #747d8a;
    letter-spacing: 2px;
    white-space: nowrap; }
    @media (min-width: 1024px) {
      .distributor .en {
        white-space: nowrap; } }
  @media (max-width: 750px) {
    .distributor li {
      width: 170px;
      height: 220px;
      padding-bottom: 0; }
      .distributor li:last-child {
        width: 240px; }
        .distributor li:last-child .img1 {
          left: 35px; }
    .distributor .box {
      top: 0; }
    .distributor .img1 {
      top: 20px; }
    .distributor .stars {
      margin-bottom: 10px; }
    .distributor .cn {
      font-size: 12px;
      letter-spacing: 0;
      margin-bottom: 2px; }
    .distributor .en {
      font-size: 12px; } }

.banner-item-1 {
  background-image: url("./images/home/Banner_01.jpg"); }

.banner-item-2 {
  background-image: url("./images/home/Banner_02.jpg"); }

.banner-item-3 {
  background-image: url("./images/home/Banner_03.jpg"); }

.banner-item-4 {
  background-image: url("./images/home/Banner_04.jpg"); }

.banner-item-5 {
  background-image: url("./images/home/Banner_05.jpg"); }

@media (max-width: 750px) {
  .distributor::-webkit-scrollbar {
    display: none; }

  .banner-item-1 {
    background-image: url("./images/home/m/Banner_01.jpg"); }

  .banner-item-2 {
    background-image: url("./images/home/m/Banner_02.jpg"); }

  .banner-item-3 {
    background-image: url("./images/home/m/Banner_03.jpg"); }

  .banner-item-4 {
    background-image: url("./images/home/m/Banner_04.jpg"); }

  .banner-item-5 {
    background-image: url("./images/home/m/Banner_05.jpg"); } }

/*# sourceMappingURL=index.css.map */
