:root {
    --swiper-theme-color: #0084C4;
    --b600: 600;
    --buttonHeight: 56px;
  }
  .ios,
  .lang_en {
    --bold: bold;
  }
  body {
    --www: 1.5rem;
    --interval: var(--www);
    --nav_height: 0.8rem;
    --nav_height_2: 1rem;
    --color: #0084C4;
    --f14: 0.14rem;
    --f16: 0.16rem;
    --f18: 0.18rem;
    --f20: 0.2rem;
    --f22: 0.22rem;
    --f24: 0.24rem;
    --f26: 0.26rem;
    --f28: 0.28rem;
    --f30: 0.3rem;
    --f32: 0.32rem;
    --f34: 0.34rem;
    --f36: 0.36rem;
    --f38: 0.38rem;
    --f40: 0.4rem;
    --f42: 0.42rem;
    --f44: 0.44rem;
    --f46: 0.46rem;
    --f48: 0.48rem;
    --f50: 0.5rem;
    --f52: 0.52rem;
    --f54: 0.54rem;
    --f56: 0.56rem;
    --f58: 0.58rem;
    --f60: 0.6rem;
    max-width: 1920px;
    margin: auto;
  }
  @media screen and (max-width: 1520px) {
    body {
      --f14: 12px;
      --f16: 14px;
      --f18: 15px;
      --f20: 17px;
      --f22: 18px;
      --www: 1.2rem;
    }
  }
  @media screen and (max-width: 1200px) {
    body {
      --f22: 18px;
      --f24: 18px;
      --f26: 20px;
      --f28: 22px;
      --f30: 0.36rem;
      --f32: 0.36rem;
      --f34: 0.38rem;
      --f36: 0.4rem;
      --f38: 0.4rem;
      --f40: 0.4rem;
      --f42: 0.4rem;
      --f44: 0.4rem;
      --f46: 0.4rem;
      --f48: 0.4rem;
      --f50: 0.5rem;
      --f52: 0.4rem;
      --f54: 0.42rem;
      --f56: 0.42rem;
      --f58: 0.52rem;
      --f60: 0.54rem;
      --interval: 5vw;
      --nav_height: 58px;
    }
  }
  @media screen and (max-width: 767px) {
    body {
      --f14: 0.26rem;
      --f16: 0.28rem;
      --f18: 0.28rem;
      --f20: 0.3rem;
      --f22: 0.32rem;
      --f24: 0.34rem;
      --f26: 0.34rem;
      --f28: 0.36rem;
      --f30: 0.4rem;
      --f32: 0.4rem;
      --f34: 0.4rem;
      --f36: 0.4rem;
      --f38: 0.4rem;
      --f40: 0.42rem;
      --f42: 0.42rem;
      --f44: 0.42rem;
      --f46: 0.42rem;
      --f48: 0.42rem;
      --f50: 0.42rem;
      --f52: 0.42rem;
      --f54: 0.44rem;
      --f56: 0.46rem;
      --f58: 0.46rem;
      --f60: 0.48rem;
    }
  }
  .maodian {
    position: relative;
    top: calc(var(--nav_height_2) * -1 + 1px);
  }
  .search_open {
    cursor: pointer;
  }
  .mobile_search {
    top: var(--nav_height);
  }
  .wMain {
    padding-left: var(--interval);
    padding-right: var(--interval);
    width: 100%;
  }
  .swiper-button-lock,
  .swiper-pagination-lock {
    display: none !important;
  }
  .button-disabled {
    cursor: no-drop !important;
    pointer-events: none;
    opacity: 0.1;
  }
  .swiper-button-disabled {
    cursor: no-drop !important;
  }
  @media screen and (max-width: 1200px) {
    .swiper-button-disabled {
      opacity: 0.2;
    }
  }
  .dw {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .flex_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media screen and (max-width: 1200px) {
    .pc_main {
      display: none !important;
    }
  }
  .phone_main {
    display: none !important;
  }
  @media screen and (max-width: 1200px) {
    .phone_main {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
  }
  .center {
    text-align: center;
  }
  .white {
    color: #fff;
  }
  .bgColor {
    background: #F9F9F9;
  }
  .pt {
    padding-top: 0.96rem;
  }
  .pb {
    padding-bottom: 0.96rem;
  }
  .mt {
    margin-top: 0.6rem;
  }
  .Privacy_Policy .box_ .content1 {
    font-size: var(--f32);
  }
  .Privacy_Policy .box_ .hr {
    border-top: 1px solid #eee;
    margin: 0.5rem 0;
  }
  .Privacy_Policy .box_ .content3 {
    font-size: var(--f18);
    line-height: 1.8;
    color: #333;
  }
  .Privacy_Policy .box_ .content3 a {
    display: inline-block;
  }
  .Privacy_Policy .box_ .content3 li {
    list-style: disc;
  }
  .null_height {
    padding: 20vh 0;
    font-size: var(--f18);
    color: #999;
    text-align: center;
  }
  .null_height span {
    color: #0084C4;
  }
  .Search_List .box1 {
    padding: 1.4rem 0 0.5rem;
    font-size: var(--f20);
    background: #F9F9F9;
  }
  .Search_List .box2 {
    min-height: 40vh;
  }
  .Search_List .box2 .item {
    padding: 0.2rem 0.8rem;
    border-bottom: 1px solid #eee;
  }
  @media screen and (max-width: 1200px) {
    .Search_List .box2 .item {
      padding: 0.2rem 0rem;
    }
  }
  .Search_List .box2 .item a .left {
    max-width: 80%;
  }
  .Search_List .box2 .item a .left .t {
    font-size: var(--f14);
    color: #999;
  }
  .Search_List .box2 .item a .left .b {
    font-size: var(--f24);
    color: #333;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-top: 12px;
  }
  .Search_List .box2 .item a .right {
    font-size: var(--f16);
    color: #0084C4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .Search_List .box2 .item a .right i {
    font-size: var(--f16);
    display: inline-block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .Search_List .box2 .item a:hover .b {
    color: #0084C4;
  }
  .Search_List .box2 .item a:hover .right i {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
  .Search_List .box3 {
    font-size: var(--f18);
    text-align: center;
  }
  .Search_1 .box .content1 {
    font-size: var(--f36);
    text-align: center;
    color: #111;
  }
  .Search_1 .box .content1 span {
    color: #0084C4;
  }
  .Search_1 .box .content2 {
    margin-top: 0.7rem;
  }
  .Search_1 .box .content2 form {
    width: min(12rem, 100%);
    margin: auto;
    padding-bottom: 0.12rem;
    border-bottom: 1px solid #ccc;
  }
  @media screen and (max-width: 1200x) {
    .Search_1 .box .content2 form {
      width: 100%;
    }
  }
  .Search_1 .box .content2 form .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .Search_1 .box .content2 form .input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .Search_1 .box .content2 form .input input {
    height: 0.56rem;
    width: 100%;
    padding: 0 0.24rem;
    font-size: var(--f16);
    border: 0;
  }
  @media screen and (max-width: 1200px) {
    .Search_1 .box .content2 form .input input {
      height: 0.76rem;
    }
  }
  .Search_1 .box .content2 form .btn input {
    font-size: var(--f16);
    font-family: 'MB';
    color: #fff;
    background: #0084C4;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 1.8rem;
    line-height: 0.56rem;
    border-radius: 10px;
    padding: 0 0.3rem;
    text-align: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    border: 0;
  }
  @media screen and (max-width: 1200px) {
    .Search_1 .box .content2 form .btn input {
      line-height: 0.76rem;
    }
  }
  .Search_2 .h5 {
    font-family: 'MB';
    font-size: var(--f24);
    margin: 0.9rem 0 0.35rem;
  }
  .Search_2 .box {
    display: grid;
    gap: 0.1rem;
    padding-bottom: 0.96rem;
  }
  .Search_2 .box .item a {
    background: #F9F9F9;
    padding: 0.3rem 2.5rem 0.3rem 0.4rem;
    border-radius: 10px;
  }
  @media screen and (max-width: 699px) {
    .Search_2 .box .item a {
      padding: 0.3rem;
    }
  }
  .Search_2 .box .item a .content1 {
    font-size: var(--f16);
    color: #0084C4;
  }
  .Search_2 .box .item a .content2 {
    font-size: var(--f20);
    color: #000;
    font-family: 'MB';
    height: 1.2em;
    max-height: 1.2em;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-justify: distribute-all-lines;
    margin-top: 10px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .Search_2 .box .item a .content3 {
    font-size: var(--f16);
    font-family: 'MB';
    color: #0084C4;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .Search_2 .box .item a .content3 i {
    font-size: var(--f14);
    font-weight: bold;
    margin-left: 0.06rem;
  }
  .Search_2 .box .item a .content3 svg {
    margin-left: 0.1rem;
  }
  @media screen and (max-width: 699px) {
    .Search_2 .box .item a .content3 {
      display: none;
    }
  }
  .Search_2 .box .item a:hover .content2 {
    color: #0084C4;
  }
  .code_button .a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0.15rem;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .code_button .a svg {
    width: 0.3rem;
    position: relative;
    z-index: 2;
    height: 0.3rem;
  }
  .code_button .a svg path {
    fill: #303E48;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .code_button .a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-box-shadow: inset 0 0 0 0.47rem #c2b2a5;
    box-shadow: inset 0 0 0 0.47rem #c2b2a5;
    -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    -o-transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  }
  .code_button .a:hover::after {
    -webkit-box-shadow: inset 0 0 0 2px #c2b2a5;
    box-shadow: inset 0 0 0 2px #c2b2a5;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .Sitemap .container {
    padding-left: var(--interval);
    padding-right: var(--interval);
  }
  .Sitemap .container .ap_top {
    border-bottom: 1px solid #999;
    padding-bottom: 0.46rem;
  }
  .Sitemap .container .ap_top p {
    font-size: 0.54rem;
    color: #000;
  }
  .Sitemap .container .ap_bot .item {
    padding: 0.44rem 0;
    border-bottom: 1px solid #ccc;
  }
  .Sitemap .container .ap_bot .item .content1 a {
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-weight: bold;
  }
  .Sitemap .container .ap_bot .item .content1 a:hover {
    color: #0084C4;
  }
  .Sitemap .container .ap_bot .item .content2 {
    margin-top: 0.22rem;
  }
  .Sitemap .container .ap_bot .item .content2 .firstorder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .Sitemap .container .ap_bot .item .content2 .firstorder a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-right: 0.6rem;
    color: #333;
  }
  .Sitemap .container .ap_bot .item .content2 .firstorder a:hover {
    color: #0084C4;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage .ge_list {
    margin-right: 0.5rem;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_1 a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #333;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_1 a:hover {
    color: #0084C4;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 {
    margin-top: 0.26rem;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a {
    font-size: 0.9em;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #333;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a:hover {
    color: #0084C4;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 {
    padding-left: 0.1rem;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 {
    margin-top: 0.14rem;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8em;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #666;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a i {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-size: 0.9em;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a:hover {
    color: #0084C4;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 {
    padding-left: 0.1rem;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 {
    margin-top: 0.1rem;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8em;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #666;
    line-height: 1.4;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a i {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-size: 0.9em;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a:hover {
    color: #0084C4;
  }
  .Sitemap .container .ap_bot .item .content1 a {
    font-size: 0.26rem;
  }
  .firstorder > a,
  .ge_list {
    font-size: 0.24rem;
  }
  @media (max-width: 1200px) {
    .Sitemap .container {
      padding: 0 5vw;
    }
    .Sitemap {
      padding: 0.8rem 0;
    }
    .Sitemap .container .ap_bot .item .content2 .multistage,
    .Sitemap .container .ap_bot .item .content2 .firstorder {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0.2rem;
    }
    .Sitemap .container .ap_bot .item .content2 .multistage a,
    .Sitemap .container .ap_bot .item .content2 .firstorder a {
      margin-right: 0;
    }
    .Sitemap .container .ap_bot .item .content1 a {
      font-size: 0.32rem;
    }
    .firstorder > a,
    .ge_list {
      font-size: 0.3rem;
    }
  }
  @media (max-width: 750px) {
    .Sitemap .container .ap_bot .item .content2 .multistage,
    .Sitemap .container .ap_bot .item .content2 .firstorder {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .Layer_Upload {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 90;
    display: none;
  }
  .Layer_Upload .box {
    position: absolute;
    width: min(8rem, 90vw);
    margin: auto;
    background: #fff;
    padding: 0.6rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .Layer_Upload .box .close {
    position: absolute;
    right: 0.4rem;
    top: 0.4rem;
    z-index: 2;
    cursor: pointer;
  }
  .Layer_Upload .box .close i {
    font-size: var(--f24);
    color: #ccc;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-weight: bold;
  }
  .Layer_Upload .box .close:hover i {
    color: #0084C4;
  }
  .Layer_Upload .box .content1 {
    font-size: 0.36rem;
    line-height: 1;
    font-weight: bold;
  }
  .Layer_Upload .box .content2 {
    margin-top: 0.5rem;
  }
  .Layer_Upload .box .content2 .upload {
    width: 2.9rem;
    margin: auto;
    cursor: pointer;
    position: relative;
  }
  .Layer_Upload .box .content2 .upload img {
    width: 100%;
  }
  .Layer_Upload .box .content2 .upload p {
    font-size: 14px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0.6rem;
    min-width: 0.95rem;
    padding: 0 0.3rem;
    line-height: 35px;
    border: 1px solid #0084C4;
  }
  .Layer_Upload .box .content3 {
    font-size: var(--f18);
    color: #666;
    margin-top: 0.25rem;
    margin-bottom: 0.15rem;
  }
  .Layer_Upload .box .content5 {
    margin-top: 0.45rem;
  }
  .Layer_Upload .box .content5 input {
    width: 1.6rem;
    height: 0.55rem;
    background: #0084C4;
    color: #fff;
    font-size: var(--f16);
    cursor: pointer;
    border: 0;
  }
  .bjq iframe,
  .bjq img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
  }
  .bjq a {
    color: -webkit-link;
    display: inline;
    text-decoration: underline;
  }
  .bjq b,
  .bjq strong {
    font-weight: bold;
  }
  .bjq em {
    font-style: italic;
  }
  .bjq sup {
    vertical-align: super;
    font-size: smaller;
  }
  .bjq sub {
    vertical-align: sub;
    font-size: smaller;
  }
  .bjq h1,
  .bjq h2,
  .bjq h3,
  .bjq h4,
  .bjq h5,
  .bjq h6 {
    font-weight: bold;
  }
  .bjq ul {
    padding-left: 22px;
  }
  .bjq ul li {
    list-style-type: disc;
  }
  .bjq ol {
    padding-left: 22px;
  }
  .bjq ol li {
    list-style-type: decimal;
  }
  .Header_Container {
    position: fixed;
    top: 0rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 80;
    width: 100%;
    max-width: 1920px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .Header_Container .wMain {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .Header_Container .box {
    position: relative;
  }
  .Header_Container .box::before {
    content: '';
    position: absolute;
    left: -1.1rem;
    top: 0;
    /*width: calc(100% + 1rem);*/
    width: calc(100% + 2.2rem);
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    z-index: -1;
    border-radius: var(--interval);
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .Header_Container .box .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: var(--nav_height);
  }
  .Header_Container .box .logo a {
    position: relative;
  }
  .Header_Container .box .logo a img {
    height: 0.48rem;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .Header_Container .box .logo a .logov {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
  }
  .Header_Container .box nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.85rem;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
  .Header_Container .box nav .item {
    padding: 0 0.28rem;
    position: relative;
  }
  .Header_Container .box nav .item > p a {
    font-size: var(--f18);
    color: #fff;
    line-height: var(--nav_height);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .Header_Container .box nav .item:hover .SelectNav1,
  .Header_Container .box nav .item:hover .SelectNav2 {
    display: block;
    pointer-events: auto;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box,
  .Header_Container .box nav .item:hover .SelectNav2 ._box {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    visibility: inherit;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li,
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li,
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li,
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li {
    /*-webkit-animation: fadeInUp01 0.6s forwards;*/
    /*animation: fadeInUp01 0.6s forwards;*/
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(1),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(1),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(1),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(2),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(2),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(2),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(3),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(3),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(3),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(4),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(4),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(4),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(5),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(5),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(5),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(6),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(6),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(6),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(7),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(7),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(7),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(8),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(8),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(8),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(9),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(9),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(9),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(10),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(10),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(10),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(11),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(11),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(11),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(11) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(12),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(12),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(12),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(12) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(13),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(13),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(13),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(13) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(14),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(14),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(14),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(14) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(15),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(15),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(15),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(15) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(16),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(16),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(16),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(16) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(17),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(17),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(17),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(17) {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(18),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(18),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(18),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(18) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(19),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(19),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(19),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(19) {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(20),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(20),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(20),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(20) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(21),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(21),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(21),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(21) {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(22),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(22),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(22),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(22) {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(23),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(23),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(23),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(23) {
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(24),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(24),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(24),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(24) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(25),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(25),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(25),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(25) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(26),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(26),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(26),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(26) {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(27),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(27),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(27),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(27) {
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(28),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(28),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(28),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(28) {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(29),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(29),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(29),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(29) {
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(30),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(30),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(30),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(30) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(31),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(31),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(31),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(31) {
    -webkit-animation-delay: 3.1s;
    animation-delay: 3.1s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(32),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(32),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(32),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(32) {
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(33),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(33),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(33),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(33) {
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(34),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(34),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(34),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(34) {
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(35),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(35),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(35),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(35) {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(36),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(36),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(36),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(36) {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(37),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(37),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(37),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(37) {
    -webkit-animation-delay: 3.7s;
    animation-delay: 3.7s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(38),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(38),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(38),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(38) {
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(39),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(39),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(39),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(39) {
    -webkit-animation-delay: 3.9s;
    animation-delay: 3.9s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(40),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(40),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(40),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(40) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(41),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(41),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(41),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(41) {
    -webkit-animation-delay: 4.1s;
    animation-delay: 4.1s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(42),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(42),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(42),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(42) {
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(43),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(43),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(43),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(43) {
    -webkit-animation-delay: 4.3s;
    animation-delay: 4.3s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(44),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(44),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(44),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(44) {
    -webkit-animation-delay: 4.4s;
    animation-delay: 4.4s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(45),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(45),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(45),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(45) {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(46),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(46),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(46),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(46) {
    -webkit-animation-delay: 4.6s;
    animation-delay: 4.6s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(47),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(47),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(47),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(47) {
    -webkit-animation-delay: 4.7s;
    animation-delay: 4.7s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(48),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(48),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(48),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(48) {
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(49),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(49),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(49),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(49) {
    -webkit-animation-delay: 4.9s;
    animation-delay: 4.9s;
  }
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list1 li:nth-child(50),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list1 li:nth-child(50),
  .Header_Container .box nav .item:hover .SelectNav1 ._box ._list2 li:nth-child(50),
  .Header_Container .box nav .item:hover .SelectNav2 ._box ._list2 li:nth-child(50) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
  }
  .Header_Container .box nav .item:hover .SelectNav2 ._item {
    /*-webkit-animation: fadeInUp01 0.6s forwards;*/
    /*animation: fadeInUp01 0.6s forwards;*/
  }
  .Header_Container .box nav.active {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
  }
  .Header_Container .box svg path {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .Header_Container .box .call {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .Header_Container .box .call.active {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
  }
  .Header_Container .box .call div {
    font-size: var(--f18);
    color: #fff;
    font-family: 'MM';
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .Header_Container .box .call svg {
    -webkit-animation: headanim 0.5s ease 0s infinite;
    animation: headanim 0.5s ease 0s infinite;
    margin-right: 2px;
  }
  .Header_Container .box .search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0.4rem;
    position: relative;
  }
  .Header_Container .box .search .p {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .Header_Container .box .search .p .s2 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  .Header_Container .box .search .p.active .s2 {
    opacity: 1;
  }
  .Header_Container .box .search .p.active .s1 {
    opacity: 0;
  }
  .Header_Container .box .language {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0.4rem;
    position: relative;
  }
  .Header_Container .box .language .a {
    color: #fff;
    font-size: var(--f18);
    font-family: 'MR';
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .Header_Container .box .language .a svg {
    margin-left: 2px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  .Header_Container .box .language .select {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1rem;
    top: 100%;
    padding-top: 8px;
    pointer-events: none;
  }
  .Header_Container .box .language ul {
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    padding: 0.1rem 0;
    border-radius: 10px;
    opacity: 0.001;
    pointer-events: none;
    visibility: hidden;
  }
  .Header_Container .box .language ul li a {
    text-align: center;
    line-height: 2;
    font-size: var(--f16);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .Header_Container .box .language ul li a:hover {
    color: #0084C4;
  }
  .Header_Container .box .language:hover .select {
    pointer-events: auto;
  }
  .Header_Container .box .language:hover .select ul {
    opacity: 1;
    pointer-events: auto;
    visibility: initial;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .Header_Container .box .lxwm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .Header_Container .box .lxwm .link_03 .a {
    height: 48px;
    min-width: 1.5rem;
  }
  .Header_Container .box .lxwm .link_03 .a span {
    font-size: var(--f16);
  }
  .Header_Container .box .lxwm .link_03 .a p {
    width: 28px;
    height: 28px;
  }
  .Header_Container.act,
  .Header_Container.on,
  .Header_Container.select {
    /*top: 0.2rem;*/
  }
  .Header_Container.act .wMain,
  .Header_Container.on .wMain,
  .Header_Container.select .wMain {
    padding: 0 1.1rem;
  }
  .Header_Container.act .box::before,
  .Header_Container.on .box::before,
  .Header_Container.select .box::before {
    opacity: 1;
    border-radius: 0;
  }
  .Header_Container.act .box .logo a img,
  .Header_Container.on .box .logo a img,
  .Header_Container.select .box .logo a img {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .Header_Container.act .box .logo a .logow,
  .Header_Container.on .box .logo a .logow,
  .Header_Container.select .box .logo a .logow {
    opacity: 0;
  }
  .Header_Container.act .box .logo a .logov,
  .Header_Container.on .box .logo a .logov,
  .Header_Container.select .box .logo a .logov {
    opacity: 1;
  }
  .Header_Container.act .box nav,
  .Header_Container.on .box nav,
  .Header_Container.select .box nav {
    margin-left: 1.25rem;
  }
  .Header_Container.act .box nav .item.active > p a,
  .Header_Container.on .box nav .item.active > p a,
  .Header_Container.select .box nav .item.active > p a,
  .Header_Container.act .box nav .item:hover > p a,
  .Header_Container.on .box nav .item:hover > p a,
  .Header_Container.select .box nav .item:hover > p a {
    color: #0084C4 !important;
  }
  .Header_Container.act .box .language svg path,
  .Header_Container.on .box .language svg path,
  .Header_Container.select .box .language svg path {
    stroke: #0084C4;
  }
  .Header_Container.act .box .lxwm .a,
  .Header_Container.on .box .lxwm .a,
  .Header_Container.select .box .lxwm .a {
    background: #0084C4;
    border-color: #0084C4;
  }
  .Header_Container.active .box .logo a img,
  .Header_Container.on .box .logo a img,
  .Header_Container.select .box .logo a img {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .Header_Container.active .box .logo a .logow,
  .Header_Container.on .box .logo a .logow,
  .Header_Container.select .box .logo a .logow {
    opacity: 0;
  }
  .Header_Container.active .box .logo a .logov,
  .Header_Container.on .box .logo a .logov,
  .Header_Container.select .box .logo a .logov {
    opacity: 1;
  }
  .Header_Container.active .box nav .item > p a,
  .Header_Container.on .box nav .item > p a,
  .Header_Container.select .box nav .item > p a {
    color: #333;
  }
  .Header_Container.active .box .call div,
  .Header_Container.on .box .call div,
  .Header_Container.select .box .call div,
  .Header_Container.active .box .search div,
  .Header_Container.on .box .search div,
  .Header_Container.select .box .search div {
    color: #333;
  }
  .Header_Container.active .box .call svg path,
  .Header_Container.on .box .call svg path,
  .Header_Container.select .box .call svg path,
  .Header_Container.active .box .search svg path,
  .Header_Container.on .box .search svg path,
  .Header_Container.select .box .search svg path {
    fill: #0084C4;
  }
  .Header_Container.active .box .language a,
  .Header_Container.on .box .language a,
  .Header_Container.select .box .language a,
  .Header_Container.active .box .language .a,
  .Header_Container.on .box .language .a,
  .Header_Container.select .box .language .a {
    color: #333;
  }
  .Header_Container.active .box .language a svg path,
  .Header_Container.on .box .language a svg path,
  .Header_Container.select .box .language a svg path,
  .Header_Container.active .box .language .a svg path,
  .Header_Container.on .box .language .a svg path,
  .Header_Container.select .box .language .a svg path {
    stroke: #0084C4;
  }
  .Header_Container.active .search_content form,
  .Header_Container.on .search_content form,
  .Header_Container.select .search_content form {
    border-color: #bbb;
  }
  .Header_Container.active .search_content form .inp input,
  .Header_Container.on .search_content form .inp input,
  .Header_Container.select .search_content form .inp input {
    color: #333;
  }
  .Header_Container.active .search_content form .inp input::-webkit-input-placeholder,
  .Header_Container.on .search_content form .inp input::-webkit-input-placeholder,
  .Header_Container.select .search_content form .inp input::-webkit-input-placeholder {
    color: #333;
  }
  .Header_Container.active .search_content form .inp input::-moz-placeholder,
  .Header_Container.on .search_content form .inp input::-moz-placeholder,
  .Header_Container.select .search_content form .inp input::-moz-placeholder {
    color: #333;
  }
  .Header_Container.active .search_content form .inp input:-ms-input-placeholder,
  .Header_Container.on .search_content form .inp input:-ms-input-placeholder,
  .Header_Container.select .search_content form .inp input:-ms-input-placeholder {
    color: #333;
  }
  .Header_Container.active .search_content form .inp input::-ms-input-placeholder,
  .Header_Container.on .search_content form .inp input::-ms-input-placeholder,
  .Header_Container.select .search_content form .inp input::-ms-input-placeholder {
    color: #333;
  }
  .Header_Container.active .search_content form .inp input::placeholder,
  .Header_Container.on .search_content form .inp input::placeholder,
  .Header_Container.select .search_content form .inp input::placeholder {
    color: #333;
  }
  @-webkit-keyframes fadeInUp01 {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 40px, 0);
      transform: translate3d(0, 40px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes fadeInUp01 {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 40px, 0);
      transform: translate3d(0, 40px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  .SelectNav1 {
    width: 12.7rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 8px;
    pointer-events: none;
  }
  .SelectNav1 ._box {
    padding: 0.65rem 0.9rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.04);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-radius: 0.2rem;
    opacity: 0.001;
    pointer-events: none;
    visibility: hidden;
  }
  .SelectNav1 ._box .title {
    font-size: var(--f20);
    padding-bottom: 0.16rem;
    border-bottom: 1px solid #0084C4;
    color: #000;
     -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .SelectNav1 ._box .title:hover{
      color: var(--color);
  }
  
  .SelectNav1 ._box li {
    /*opacity: 0;*/
  }
  .SelectNav1 ._box ._list1 ul {
    margin-top: 0.18rem;
  }
  .SelectNav1 ._box ._list1 ul li a {
    font-size: var(--f18);
    color: #333;
    padding: 0.07rem 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .SelectNav1 ._box ._list1 ul li a:hover {
    color: #0084C4;
  }
  .SelectNav1 ._box ._list2 .title {
    border-color: transparent;
  }
  .SelectNav1 ._box ._list2 ul {
    display: grid;
    gap: 0.3rem;
  }
  .SelectNav1 ._box ._list2 ul li a figure {
    border-radius: 10px;
    overflow: hidden;
  }
  .SelectNav1 ._box ._list2 ul li a figure img {
    width: 100%;
    aspect-ratio: 280/171;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .SelectNav1 ._box ._list2 ul li a figcaption {
    font-size: var(--f18);
    color: #000;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    margin-top: 0.14rem;
  }
  .SelectNav1 ._box ._list2 ul li a:hover figure img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .SelectNav1 ._box ._list2 ul li a:hover figcaption {
    color: #0084C4;
  }
  .SelectNav2 {
    width: 8.2rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 8px;
    pointer-events: none;
  }
  .SelectNav2 ._box {
    padding: 0.65rem 0.9rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.04);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-radius: 0.2rem;
    opacity: 0.001;
    pointer-events: none;
    visibility: hidden;
  }
  .SelectNav2 ._box ._item {
    /*opacity: 0;*/
  }
  .SelectNav2 ._box ._item .title {
    font-size: var(--f20);
    padding-bottom: 0.16rem;
    color: #000;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .SelectNav2 ._box ._item figure {
    border-radius: 0.1rem;
    overflow: hidden;
    margin-bottom: 12px;
  }
  .SelectNav2 ._box ._item figure img {
    width: 100%;
    aspect-ratio: 280/171;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .SelectNav2 ._box ._item:hover .title {
    color: #0084C4;
  }
  .SelectNav2 ._box ._item:hover figure img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .search_content {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
    right: 150%;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    pointer-events: none;
    opacity: 0;
  }
  .search_content.active {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
    pointer-events: auto;
  }
  .search_content form {
    border: 1px solid #fff;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    width: 4.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.2rem;
    border-radius: 0.5rem;
  }
  .search_content form .inp {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 0.2rem;
  }
  .search_content form .inp input {
    width: 100%;
    border: none;
    height: 48px;
    background: none;
    color: #fff;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    font-size: var(--f16);
  }
  .search_content form .inp input::-webkit-input-placeholder {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    color: #fff;
  }
  .search_content form .inp input::-moz-placeholder {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    color: #fff;
  }
  .search_content form .inp input:-ms-input-placeholder {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    color: #fff;
  }
  .search_content form .inp input::-ms-input-placeholder {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    color: #fff;
  }
  .search_content form .inp input::placeholder {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    color: #fff;
  }
  .search_content form span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .Home_Banner .banner {
    position: relative;
  }
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    width: 100%;
    height: 100vh;
    
  }
  
  .Home_Banner .banner picture img{
      transform: scale(1.1);
      transition: transform 5s cubic-bezier(.39,.575,.565,1);
  }
  @media screen and (max-width: 1200px) {
    .Home_Banner .banner video,
    .Home_Banner .banner picture img {
      height: 40vh;
    }
  }
  .Home_Banner .banner .video {
    position: relative;
  }
  .Home_Banner .banner .video::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .Home_Banner .banner .video .phone {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
  }
  @media screen and (max-width: 1200px) {
    .Home_Banner .banner .video .phone {
      display: block;
    }
  }
  .Home_Banner .banner .video .phone .img {
    width: 100%;
    height: 100%;
  }
  .Home_Banner .banner .video .phone .img img {
    width: 100%;
    height: 100%;
  }
  .Home_Banner .banner .video .phone .play {
    position: absolute;
    z-index: 3;
    width: 0.5rem;
    height: 0.5rem;
    right: 5vw;
    bottom: 5vw;
    border-radius: 50%;
    border: 2px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .Home_Banner .banner .video .phone .play svg {
    margin: auto;
  }
  @media screen and (max-width: 1200px) {
    .Home_Banner .banner .video .phone .play {
      width: 0.7rem;
      height: 0.7rem;
    }
  }
  .Home_Banner .banner .swiper-slide .orientation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
  }
  .Home_Banner .banner .swiper-slide-active picture img{
      transform: scale(1);
      
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-weight: var(--bold);
    font-size: var(--f60);
    line-height: 1.2;
  }
  .Home_Banner .banner .swiper-slide .orientation .content2 {
    font-size: var(--f30);
    line-height: 1.2;
    margin-top: 0.24rem;
    margin-bottom: 0.56rem;
  }
  .Home_Banner .page {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0.48rem;
    z-index: 2;
  }
  .Home_Banner .page div {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .Home_Banner .page .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 24px !important;
    background: transparent;
    opacity: 1;
    position: relative;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
  }
  .Home_Banner .page .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }
  .Home_Banner .page .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background: #ff3c00;
    z-index: 1;
    opacity: 0;
  }
  .Home_Banner .page .swiper-pagination-bullet .bullet_outer {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    width: 48px;
    height: 2px;
  }
  .Home_Banner .page .swiper-pagination-bullet .bullet_outer::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#FF3C00), to(#FFFFFF));
    background: -o-linear-gradient(left, #FF3C00 0%, #FFFFFF 100%);
    background: linear-gradient(90deg, #FF3C00 0%, #FFFFFF 100%);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    z-index: 1;
  }
  .Home_Banner .page .swiper-pagination-bullet:nth-child(2n) .bullet_outer::after {
    background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#FF3C00));
    background: -o-linear-gradient(left, #FFFFFF 0%, #FF3C00 100%);
    background: linear-gradient(90deg, #FFFFFF 0%, #FF3C00 100%);
  }
  .Home_Banner .page .swiper-pagination-bullet:last-child .bullet_outer {
    display: none;
  }
  .Home_Banner .page .swiper-pagination-bullet-active::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: #FF3C00;
  }
  .Home_Banner .page .swiper-pagination-bullet-active::after {
    -webkit-animation: pulse 2s infinite ease-out;
    animation: pulse 2s infinite ease-out;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  .Home_Banner .page .swiper-pagination-bullet-active .bullet_outer::after {
    -webkit-animation: line 5.8s linear forwards;
    animation: line 5.8s linear forwards;
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      opacity: 0.6;
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(2);
      transform: translate(-50%, -50%) scale(2);
      opacity: 0;
    }
  }
  @keyframes pulse {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      opacity: 0.6;
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(2);
      transform: translate(-50%, -50%) scale(2);
      opacity: 0;
    }
  }
  @-webkit-keyframes line {
    0% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @keyframes line {
    0% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  .link_01 .a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    min-width: 1.8rem;
    padding: 0 0.2rem;
    line-height: var(--buttonHeight);
    border-radius: -webkit-calc(var(--buttonHeight) / 2);
    border-radius: calc(var(--buttonHeight) / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .link_01 .a span {
    font-size: var(--f20);
    color: #0084C4;
    padding-right: 0.2rem;
  }
  .link_01 .a p {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #0084C4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .link_01 .a p svg {
    margin: auto;
  }
  .link_01 .a p svg path {
    fill: #fff;
  }
  .link_01 .a:hover p svg {
    -webkit-animation: arrowRun 3s linear infinite;
    animation: arrowRun 3s linear infinite;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .link_02 .a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #0084C4;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    min-width: 1.8rem;
    padding: 0 0.2rem;
    line-height: var(--buttonHeight);
    border-radius: -webkit-calc(var(--buttonHeight) / 2);
    border-radius: calc(var(--buttonHeight) / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
  }
  .link_02 .a span {
    font-size: var(--f20);
    color: #fff;
    padding-right: 0.2rem;
  }
  .link_02 .a p {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .link_02 .a p svg {
    margin: auto;
  }
  .link_02 .a p svg path {
    fill: #0084C4;
  }
  .link_02 .a:hover p svg {
    -webkit-animation: arrowRun 3s linear infinite;
    animation: arrowRun 3s linear infinite;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .link_03 .a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    min-width: 1.8rem;
    padding: 0 0.2rem;
    border: 1px solid #fff;
    line-height: var(--buttonHeight);
    border-radius: -webkit-calc(var(--buttonHeight) / 2);
    border-radius: calc(var(--buttonHeight) / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .link_03 .a span {
    font-size: var(--f20);
    color: #fff;
    padding-right: 0.2rem;
  }
  .link_03 .a p {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .link_03 .a p svg {
    margin: auto;
  }
  .link_03 .a p svg path {
    fill: #0084C4;
  }
  .link_03 .a:hover p svg {
    -webkit-animation: arrowRun 3s linear infinite;
    animation: arrowRun 3s linear infinite;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .link_04 .a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    min-width: 1.8rem;
    padding: 0 0.2rem;
    border: 1px solid #0084C4;
    line-height: var(--buttonHeight);
    border-radius: -webkit-calc(var(--buttonHeight) / 2);
    border-radius: calc(var(--buttonHeight) / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .link_04 .a span {
    font-size: var(--f20);
    color: #0084C4;
    padding-right: 0.2rem;
  }
  .link_04 .a p {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #0084C4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .link_04 .a p svg {
    margin: auto;
  }
  .link_04 .a p svg path {
    fill: #fff;
  }
  .link_04 .a:hover p svg {
    -webkit-animation: arrowRun 3s linear infinite;
    animation: arrowRun 3s linear infinite;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  @-webkit-keyframes arrowRun {
    0% {
      -webkit-transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
      transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }
    7% {
      -webkit-transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
      transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }
    7.1% {
      -webkit-transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
      transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }
    14% {
      -webkit-transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
      transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }
  }
  @keyframes arrowRun {
    0% {
      -webkit-transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
      transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }
    7% {
      -webkit-transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
      transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }
    7.1% {
      -webkit-transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
      transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }
    14% {
      -webkit-transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
      transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }
  }
  .title_01 .h6 {
    color: #0084C4;
    font-size: var(--f28);
    line-height: 1.2;
    margin-bottom: 0.2rem;
  }
  .title_01 .h5 {
    font-size: var(--f44);
    font-weight: var(--bold);
    line-height: 1.2;
  }
  .title_01 .h5_en {
    margin-top: 0.07rem;
  }
  .title_01 .h5_en span {
    font-size: var(--f28);
    background: -webkit-gradient(linear, left top, right top, from(#0084C4), to(rgba(0, 132, 196, 0.3)));
    background: -o-linear-gradient(left, #0084C4 0%, rgba(0, 132, 196, 0.3) 100%);
    background: linear-gradient(90deg, #0084C4 0%, rgba(0, 132, 196, 0.3) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .desc_01 {
    font-size: var(--f18);
    color: #333;
    line-height: 1.8;
  }
  .Home_About .box .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 3.15rem;
  }
  .Home_About .box .boxLeft .desc {
    font-size: var(--f18);
    color: #333;
    margin-top: 0.3rem;
    height: 7.2em;
    max-height: 7.2em;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-justify: distribute-all-lines;
    margin-bottom: 0.56rem;
  }
  .Home_About .box .boxRight {
    width: 5.2rem;
    padding-top: 0.2rem;
  }
  .Home_About .box .boxRight .list li {
    padding-bottom: 0.8rem;
  }
  .Home_About .box .boxRight .list li:last-child {
    padding-bottom: 0;
  }
  .Home_About .box .boxRight .list li .left .top {
    font-size: 0.68rem;
    color: #0084C4;
    font-family: 'MB';
    line-height: 1;
  }
  .Home_About .box .boxRight .list li .left .top sub,
  .Home_About .box .boxRight .list li .left .top sup,
  .Home_About .box .boxRight .list li .left .top em {
    font-size: var(--f20);
  }
  .Home_About .box .boxRight .list li .left .bot {
    font-size: var(--f20);
    color: #333;
    margin-top: 8px;
  }
  .Home_About .box .boxRight .list li .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .Home_About .box .boxRight .list li .right p {
    width: 0.7rem;
    text-align: center;
  }
  .Home_About .box1 {
    position: relative;
    margin-top: -2.3rem;
    pointer-events: none;
  }
  .Home_About .box1 svg {
    width: 100%;
  }
  .Home_About .box1 .content {
    overflow: hidden;
  }
  .Home_About .box1 .content1 {
    position: absolute;
    overflow: hidden;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .Home_About .box1 .float .dian {
    position: absolute;
    left: 0%;
    top: 0%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
  }
  .Home_About .box1 .float .dian1 {
    width: 1.03rem;
    left: 35%;
    top: 7%;
  }
  .Home_About .box1 .float .dian1 p {
    -webkit-transform-origin: 42% 42%;
    -ms-transform-origin: 42% 42%;
    transform-origin: 42% 42%;
    -webkit-animation: spin 7s infinite linear;
    animation: spin 7s infinite linear;
  }
  .Home_About .box1 .float .dian1 p img {
    -webkit-animation: spin2 7s infinite linear;
    animation: spin2 7s infinite linear;
  }
  .Home_About .box1 .float .dian2 {
    width: 0.52rem;
    left: 27%;
    top: 26.5%;
  }
  .Home_About .box1 .float .dian2 p {
    -webkit-transform-origin: 50% 30%;
    -ms-transform-origin: 50% 30%;
    transform-origin: 50% 30%;
    -webkit-animation: spin2 5s infinite linear;
    animation: spin2 5s infinite linear;
  }
  .Home_About .box1 .float .dian2 p img {
    -webkit-animation: spin 5s infinite linear;
    animation: spin 5s infinite linear;
  }
  .Home_About .box1 .float .dian3 {
    width: 40px;
    left: 33%;
    top: 39%;
  }
  .Home_About .box1 .float .dian3 p {
    -webkit-transform-origin: 50% 20%;
    -ms-transform-origin: 50% 20%;
    transform-origin: 50% 20%;
    -webkit-animation: spin 6s infinite linear;
    animation: spin 6s infinite linear;
  }
  .Home_About .box1 .float .dian3 p img {
    -webkit-animation: spin2 6s infinite linear;
    animation: spin2 6s infinite linear;
  }
  @-webkit-keyframes spin {
    to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn);
    }
  }
  @keyframes spin {
    to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn);
    }
  }
  @-webkit-keyframes spin2 {
    to {
      -webkit-transform: rotate(-1turn);
      transform: rotate(-1turn);
    }
  }
  @keyframes spin2 {
    to {
      -webkit-transform: rotate(-1turn);
      transform: rotate(-1turn);
    }
  }
  .Home_Product {
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-top: -0.2rem;
  }
  .Home_Product .box {
    --w1: 6.9rem;
    --w2: calc((var(--vw) - var(--interval) - var(--w1) - 30px) / 2);
    --h1: 6rem;
    position: relative;
  }
  .Home_Product .box .swiper .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .Home_Product .box .swiper .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    position: relative;
    overflow: hidden;
  }
  .Home_Product .box .swiper .item:last-child {
    margin-right: 0;
  }
  .Home_Product .box .swiper .item .img {
    border-radius: 0.2rem;
    overflow: hidden;
    position: relative;
  }
  .Home_Product .box .swiper .item .img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(79.3%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 79.3%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 79.3%, rgba(0, 0, 0, 0.3) 100%);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .Home_Product .box .swiper .item .img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .Home_Product .box .swiper .item .img img {
    width: 100%;
    height: var(--h1);
  }
  .Home_Product .box .swiper .item .text {
    position: absolute;
    left: 0;
    bottom: 0.46rem;
    width: 100%;
    text-align: center;
    font-size: var(--f28);
    color: #fff;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  @media screen and (max-width: 1200px) {
    .Home_Product .box .swiper .item .text {
      display: none;
    }
  }
  .Home_Product .box .swiper .item .orientation {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.6rem 0.4rem;
    padding-right: 1.6rem;
    opacity: 0;
    width: var(--w1);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateY(0.5rem);
    -ms-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  .Home_Product .box .swiper .item .orientation .title {
    font-size: var(--f28);
    color: #fff;
  }
  .Home_Product .box .swiper .item .orientation .desc {
    font-size: var(--f18);
    color: #fff;
    height: 5.4em;
    max-height: 5.4em;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-justify: distribute-all-lines;
    margin-top: 0.2rem;
  }
  .Home_Product .box .swiper .item .orientation2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 0.4rem 0.46rem;
    opacity: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateY(0.5rem);
    -ms-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  .Home_Product .box .swiper .item .orientation2 .ul li {
    font-size: var(--f18);
    color: #fff;
    margin-bottom: 0.16rem;
  }
  .Home_Product .box .swiper .item .orientation2 .ul li:last-child {
    margin-bottom: 0;
  }
  .Home_Product .box .swiper .item .orientation2 .more {
    font-size: var(--f18);
    color: #fff;
    margin-top: 0.38rem;
  }
  .Home_Product .box .swiper .item .orientation2 .more svg {
    margin-left: 0.1rem;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  @media screen and (min-width: 1200px) {
    .Home_Product .box .swiper .active {
      -webkit-box-flex: 2.3;
      -webkit-flex: 2.3;
      -ms-flex: 2.3;
      flex: 2.3;
    }
    .Home_Product .box .swiper .active .img::before {
      opacity: 0;
    }
    .Home_Product .box .swiper .active .img::after {
      opacity: 1;
    }
    .Home_Product .box .swiper .active .text {
      opacity: 0;
    }
    .Home_Product .box .swiper .active .orientation {
      opacity: 1;
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    .Home_Product .box .swiper .active .orientation2 {
      opacity: 1;
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @media screen and (max-width: 1200px) {
    .Home_Product .box .swiper .item {
      -webkit-box-flex: 1;
      -webkit-flex: 1 100%;
      -ms-flex: 1 100%;
      flex: 1 100%;
    }
    .Home_Product .box .swiper .item .img::before {
      opacity: 0;
    }
    .Home_Product .box .swiper .item .img::after {
      opacity: 1;
    }
    .Home_Product .box .swiper .item .text {
      opacity: 0;
    }
    .Home_Product .box .swiper .item .orientation {
      opacity: 1;
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    .Home_Product .box .swiper .item .orientation2 {
      opacity: 1;
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @media screen and (min-width: 1200px) {
    .Home_Product .box .banner_button div {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    .Home_Product .box .banner_button .prev {
      left: -0.7rem;
    }
    .Home_Product .box .banner_button .next {
      right: -0.7rem;
    }
  }
  .Home_Product .box1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 0.8rem;
  }
  .Home_Product .box1 .item {
    position: relative;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .Home_Product .box1 .item .bg {
    overflow: hidden;
  }
  .Home_Product .box1 .item .bg img {
    width: 100%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .Home_Product .box1 .item .content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.3rem 0.4rem 0.2rem;
  }
  .Home_Product .box1 .item .title {
    font-size: var(--f20);
    color: #000;
    margin-bottom: 0.16rem;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    font-weight: var(--b600);
    line-height: 1;
  }
  .Home_Product .box1 .item .desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.8;
    height: calc(1.8em * 4);
    overflow: hidden;
    font-size: var(--f18);
  }
  .Home_Product .box1 .item .desc p {
    color: #333;
  }
  .Home_Product .box1 .item .more {
    font-size: var(--f18);
    color: #0084C4;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
  }
  .Home_Product .box1 .item .more svg {
    margin-left: 0.1rem;
  }
  .Home_Product .box1 .item:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 132, 196, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 132, 196, 0.1);
  }
  .Home_Product .box1 .item:hover .bg img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Home_Product .box1 .item:hover .title {
    color: #0084C4;
  }
  .Home_Product .box1 .item:hover .more {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .banner_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .banner_button div {
    width: 0.52rem;
    height: 0.52rem;
    border: 2px solid #0084C4;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    cursor: pointer;
  }
  .banner_button div svg {
    margin: auto;
  }
  .banner_button div svg path {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .banner_button div:hover {
    background: #0084C4;
  }
  .banner_button div:hover svg path {
    fill: #fff;
  }
  .Home_News {
    --H: 5.2rem;
  }
  .Home_News .box {
    background: #F9F9F9;
    border-radius: 10px;
  }
  .Home_News .box .boxLeft {
    width: 50%;
    position: relative;
  }
  .Home_News .box .boxLeft p {
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 1s;
  }
  .Home_News .box .boxLeft p.active {
    z-index: 1;
    position: relative;
    opacity: 1;
  }
  .Home_News .box .boxLeft p img {
    width: 100%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    height: var(--H);
  }
  .Home_News .box .boxLeft p:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
  .Home_News .box .boxRight {
    width: 50%;
    padding-left: 0.7rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .Home_News .box .boxRight .scroll {
    width: 100%;
    padding: 0.4rem 0;
    max-height: calc(var(--H) - 0.2rem);
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.1rem;
    padding-right: 0.4rem;
    /*64*/
  }
  .Home_News .box .boxRight .scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Home_News .box .boxRight .scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #0084C4;
  }
  .Home_News .box .boxRight .scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .Home_News .box .boxRight .scroll {
      scrollbar-color: #0084C4 rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .Home_News .box .boxRight .scroll .item {
    margin-bottom: 0.45rem;
  }
  .Home_News .box .boxRight .scroll .item:last-child {
    margin-bottom: 0;
  }
  .Home_News .box .boxRight .scroll .item .top .time {
    font-size: var(--f18);
    color: #0084C4;
    line-height: 1;
  }
  .Home_News .box .boxRight .scroll .item .top .title {
    font-size: var(--f22);
    font-weight: var(--bold);
    color: #333;
    margin-top: 8px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .Home_News .box .boxRight .scroll .item .bottom {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
  }
  .Home_News .box .boxRight .scroll .item .bottom > div {
    min-height: 0;
  }
  .Home_News .box .boxRight .scroll .item .bottom > div .desc {
    font-size: var(--f16);
    color: #666;
    height: 3.25em;
    max-height: 3.25em;
    line-height: 1.625;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-justify: distribute-all-lines;
    height: auto;
  }
  .Home_News .box .boxRight .scroll .item .bottom > div .icon {
    margin-top: 0.15rem;
    overflow: hidden;
  }
  .Home_News .box .boxRight .scroll .item .bottom > div .icon svg {
    width: 100%;
  }
  .Home_News .box .boxRight .scroll .item:hover .top .title {
    color: #0084C4;
  }
  @media screen and (min-width: 1200px) {
    .Home_News .box .boxRight .scroll .item.active .bottom {
      padding-top: 0.16rem;
      grid-template-rows: 1fr;
      opacity: 1;
    }
  }
  @media screen and (max-width: 1200px) {
    .Home_News .box .boxRight .scroll .item .bottom {
      padding-top: 0.16rem;
      grid-template-rows: 1fr;
      opacity: 1;
    }
  }
  .XunKai {
    position: relative;
    overflow: hidden;
  }
  .XunKai .img img {
    width: 100%;
  }
  .XunKai .orientation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .XunKai .box .content1 {
    font-size: var(--f40);
    font-weight: var(--bold);
    color: #fff;
  }
  .XunKai .box .content2 {
    max-width: 6.8rem;
    font-size: var(--f24);
    color: #fff;
    line-height: 1.5;
    margin: 0.12rem 0 0.54rem;
  }
  .Footer_Container {
    background: url(../images/footer.png) no-repeat 50% 50% / cover;
  }
  .Footer_Container .logo {
    padding: 0.36rem 0;
    border-bottom: 1px solid #D2D2D2;
  }
  .Footer_Container .logo img {
    height: 0.48rem;
  }
  .Footer_Container .logo .goTop {
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 50%;
    background: #0084C4;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .Footer_Container .logo .goTop svg {
    margin: auto;
  }
  .Footer_Container .logo .goTop:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Footer_Container .box {
    padding: 0.46rem 0 0.6rem;
  }
  .Footer_Container .box .boxLeft ul li {
    margin-bottom: 0.24rem;
    font-size: var(--f18);
    position: relative;
    padding-left: 28px;
  }
  .Footer_Container .box .boxLeft ul li:last-child {
    margin-bottom: 0;
  }
  .Footer_Container .box .boxLeft ul li a {
    font-weight: bold;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #333;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .Footer_Container .box .boxLeft ul li a:hover {
    color: #0084C4;
  }
  .Footer_Container .box .boxLeft ul li span {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    text-align: center;
  }
  .Footer_Container .box .boxRight .item {
    margin-right: 1.2rem;
  }
  .Footer_Container .box .boxRight .item:last-child {
    margin-right: 0;
  }
  .Footer_Container .box .boxRight .item .h5 {
    font-size: var(--f18);
    font-weight: bold;
  }
  .Footer_Container .box .boxRight .item ul {
    margin-top: 0.15rem;
  }
  .Footer_Container .box .boxRight .item ul li {
    margin-bottom: 0.15rem;
  }
  .Footer_Container .box .boxRight .item ul li a {
    font-size: var(--f16);
    color: #333;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .Footer_Container .box .boxRight .item ul li a:hover {
    color: #0084C4;
  }
  .Footer_Container .box1 {
    padding: 0.36rem 0 0.4rem;
    border-top: 1px solid #D2D2D2;
  }
  .Footer_Container .box1 .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: var(--f18);
    color: #333;
  }
  .Footer_Container .box1 .left > div {
    width: 100%;
  }
  .Footer_Container .box1 .left a,
  .Footer_Container .box1 .left p {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    color: #333;
    display: inline-block;
  }
  .Footer_Container .box1 .left a:hover,
  .Footer_Container .box1 .left p:hover {
    color: #0084C4;
  }
  .Footer_Container .box1 .right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0.12rem;
  }
  .Footer_Container .box1 .right ul li {
    position: relative;
  }
  .Footer_Container .box1 .right ul li a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    cursor: pointer;
  }
  .Footer_Container .box1 .right ul li a img {
    margin: auto;
  }
  .Footer_Container .box1 .right ul li .ewm {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    bottom: 54px;
    width: 1.2rem;
    opacity: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background: #fff;
    padding: 4px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  .Footer_Container .box1 .right ul li .ewm img {
    width: 100%;
  }
  .Footer_Container .box1 .right ul li:hover a {
    background: rgba(255, 255, 255, 0.5);
  }
  .Footer_Container .box1 .right ul li:hover .ewm {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  .side_popup {
    position: fixed;
    right: 0.2rem;
    bottom: 20%;
    z-index: 50;
    display: none;
  }
  .side_popup .box .content {
    background: #fff;
    width: 60px;
    border-radius: 60px;
    min-height: 1rem;
    padding: 0.12rem 0 0.2rem;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  }
  .side_popup .box .zx {
    cursor: pointer;
  }
  .side_popup .box .zx .icon {
    width: 38px;
    height: 38px;
    margin: auto;
    background: #0084C4;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.16rem;
    position: relative;
  }
  .side_popup .box .zx .icon svg {
    margin: auto;
    position: relative;
    z-index: 2;
  }
  .side_popup .box .zx .icon::before,
  .side_popup .box .zx .icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(0, 132, 196, 0.8);
    z-index: 1;
    -webkit-animation: pulse 3s infinite ease-out;
    animation: pulse 3s infinite ease-out;
  }
  .side_popup .box .zx .icon::after {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .side_popup .box .zx .text {
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
    color: #333;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .side_popup .box .zx:hover .text {
    color: #0084C4;
  }
  .side_popup .box .heng {
    height: 1px;
    width: 44px;
    background: #E8E8E8;
    margin: 8px auto 0.2rem;
  }
  .side_popup .box .lx {
    position: relative;
  }
  .side_popup .box .lx .icon {
    text-align: center;
    margin-bottom: 0.14rem;
  }
  .side_popup .box .lx .text {
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
    color: #333;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .side_popup .box .lx:hover .text {
    color: #0084C4;
  }
  .side_popup .box .lx:hover .orientation {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .side_popup .box .lx .orientation {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0.2rem, -50%);
    -ms-transform: translate(0.2rem, -50%);
    transform: translate(0.2rem, -50%);
    right: 100%;
    padding-right: 0.18rem;
    width: 1.8rem;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .side_popup .box .lx .orientation ._main {
    background: -o-linear-gradient(234.19deg, rgba(255, 60, 0, 0) 68.41%, rgba(255, 60, 0, 0.1) 98.14%), -o-linear-gradient(254.82deg, rgba(0, 132, 196, 0.18) 2.06%, rgba(0, 132, 196, 0) 37.37%), #FFFFFF;
    background: linear-gradient(215.81deg, rgba(255, 60, 0, 0) 68.41%, rgba(255, 60, 0, 0.1) 98.14%), linear-gradient(195.18deg, rgba(0, 132, 196, 0.18) 2.06%, rgba(0, 132, 196, 0) 37.37%), #FFFFFF;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
    min-height: 1rem;
    border-radius: 8px;
    padding: 0.28rem 0;
    position: relative;
  }
  .side_popup .box .lx .orientation ._main::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateX(100%) translateY(-50%);
    -ms-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%);
    border: 7px solid transparent;
    border-left-color: #fff;
    z-index: 1;
  }
  .side_popup .box .lx .orientation ._main .content1 {
    font-size: 14px;
    color: #333;
    text-align: center;
  }
  .side_popup .box .lx .orientation ._main .content2 {
    width: 102px;
    margin: auto;
    border-radius: 0.1rem;
    border: 1px solid #0084C4;
    padding: 5px;
    margin: 0.13rem auto 0.2rem;
  }
  .side_popup .box .lx .orientation ._main .content2 img {
    width: 100%;
  }
  .side_popup .box .lx .orientation ._main .content3 {
    margin-top: 5px;
  }
  .side_popup .box .lx .orientation ._main .content3 a {
    font-size: var(--f18);
    color: #000;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    font-weight: bold;
    font-family: 'MM';
  }
  .side_popup .box .lx .orientation ._main .content3 a:hover {
    color: #0084C4;
  }
  .side_popup .box .goTop {
    width: 100%;
    aspect-ratio: 1/1;
    background: #fff;
    border-radius: 50%;
    margin-top: 12px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .side_popup .box .goTop svg {
    margin: auto;
  }
  .side_popup .box .goTop svg path {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  @media screen and (min-width: 1200px) {
    .side_popup .box .goTop:hover {
      background: #0084C4;
    }
    .side_popup .box .goTop:hover svg path {
      fill: #fff;
    }
  }
  @keyframes pulse {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(2);
      transform: translate(-50%, -50%) scale(2);
      opacity: 0;
    }
  }
  .InnerBanner {
    overflow: hidden;
    position: relative;
  }
  .InnerBanner .img img {
    width: 100%;
  }
  .InnerBanner .orientation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding-top: -webkit-calc(var(--nav_height_2));
    padding-top: calc(var(--nav_height_2));
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .InnerBanner .orientation .title {
    font-size: var(--f60);
    font-weight: var(--bold);
    color: #fff;
    line-height: 1;
  }
  .InnerNav {
    border-bottom: 1px solid #D9D9D9;
  }
  .InnerNav .box {
    overflow: hidden;
  }
  .InnerNav .box .scroll a {
    font-size: var(--f18);
    line-height: 0.8rem;
    margin: 0 0.4rem;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    position: relative;
  }
  .InnerNav .box .scroll a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #0084C4;
    opacity: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  .InnerNav .box .scroll a:hover {
    color: #0084C4;
  }
  .InnerNav .box .scroll a:hover::after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .InnerNav .box .scroll .active {
    color: #0084C4;
  }
  .InnerNav .box .scroll .active::after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .News_01 .box .swiper {
    border-radius: 10px;
    background: #fff;
  }
  .News_01 .box .item .boxLeft {
    border-radius: 0.1rem;
    overflow: hidden;
    width: 7.8rem;
  }
  .News_01 .box .item .boxLeft img {
    width: 100%;
    aspect-ratio: 780/500;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .News_01 .box .item .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .News_01 .box .item .boxRight > div {
    width: 100%;
  }
  .News_01 .box .item .boxRight .content1 {
    font-size: var(--f18);
    color: #0084C4;
  }
  .News_01 .box .item .boxRight .content2 {
    font-size: var(--f32);
    color: #000;
    font-weight: var(--bold);
    height: 3em;
    max-height: 3em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-justify: distribute-all-lines;
    margin: 0.18rem 0 0.15rem;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .News_01 .box .item .boxRight .content3 {
    font-size: var(--f18);
    color: #666;
    height: 6.8em;
    max-height: 6.8em;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-justify: distribute-all-lines;
  }
  .News_01 .box .item .boxRight .content4 {
    margin-top: 0.85rem;
  }
  .News_01 .box .item:hover .boxLeft img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .News_01 .box .item:hover .boxRight .content2 {
    color: #0084C4;
  }
  .moreLink .a {
    font-size: var(--f18);
    color: #0084C4;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .moreLink .a svg {
    margin-left: 0.08rem;
  }
  .banner_page {
    width: 3rem;
    margin: auto;
  }
  .banner_page .swiper-pagination-progressbar {
    margin-top: 0.8rem;
    position: relative;
    height: 3px !important;
    background: #D9D9D9;
    border-radius: 3px;
  }
  .banner_page .swiper-pagination-progressbar span {
    border-radius: inherit;
  }
  .pu_page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 0.8rem;
  }
  .pu_page .prev a,
  .pu_page .next a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #0084C4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .pu_page .prev a i,
  .pu_page .next a i {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    color: #0084C4;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    font-size: var(--f16);
  }
  .pu_page .prev a:hover,
  .pu_page .next a:hover {
    background: #0084C4;
  }
  .pu_page .prev a:hover i,
  .pu_page .next a:hover i {
    color: #fff;
  }
  .pu_page .number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0.4rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pu_page .number a {
    font-family: 'MR';
    color: #C8C8C8;
    font-size: var(--f20);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .pu_page .number a:hover {
    color: #0084C4;
  }
  .pu_page .number .active {
    color: #0084C4;
    font-family: 'MB';
  }
  .News_02 .box .list {
    display: grid;
    gap: 0.24rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .News_02 .box .list .item {
    padding: 0.3rem;
    background: #fff;
    border-radius: 0.1rem;
  }
  .News_02 .box .list .item figure {
    border-radius: 10px;
    overflow: hidden;
  }
  .News_02 .box .list .item figure img {
    width: 100%;
    aspect-ratio: 466/300;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .News_02 .box .list .item figcaption {
    margin-top: 0.2rem;
  }
  .News_02 .box .list .item figcaption .content1 {
    font-size: var(--f18);
    color: #0084C4;
    line-height: 1;
  }
  .News_02 .box .list .item figcaption .content2 {
    font-size: var(--f22);
    color: #333;
    font-weight: var(--bold);
    height: 3.2em;
    max-height: 3.2em;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-justify: distribute-all-lines;
    margin-top: 0.15rem;
    margin-bottom: 0.2rem;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .News_02 .box .list .item figcaption .content3 {
    font-size: var(--f16);
    color: #666;
    height: 3.6em;
    max-height: 3.6em;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-justify: distribute-all-lines;
  }
  .News_02 .box .list .item:hover figure img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
  .News_02 .box .list .item:hover figcaption .content2 {
    color: #0084C4;
  }
  .navheight {
    height: var(--nav_height_2);
  }
  .jbs {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 132, 196, 0.2)), color-stop(101.24%, rgba(0, 132, 196, 0)));
    background: -o-linear-gradient(top, rgba(0, 132, 196, 0.2) 0%, rgba(0, 132, 196, 0) 101.24%);
    background: linear-gradient(180deg, rgba(0, 132, 196, 0.2) 0%, rgba(0, 132, 196, 0) 101.24%);
  }
  .bodyjbs {
    position: relative;
  }
  .bodyjbs::before {
    width: 100%;
    height: 7.3rem;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 132, 196, 0.2)), color-stop(101.24%, rgba(0, 132, 196, 0)));
    background: -o-linear-gradient(top, rgba(0, 132, 196, 0.2) 0%, rgba(0, 132, 196, 0) 101.24%);
    background: linear-gradient(180deg, rgba(0, 132, 196, 0.2) 0%, rgba(0, 132, 196, 0) 101.24%);
    pointer-events: none;
  }
  .breadcrumbs {
    margin-top: 0.3rem;
  }
  .breadcrumbs .box a,
  .breadcrumbs .box span {
    display: inline;
    font-size: var(--f16);
    color: #000;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .breadcrumbs .box i {
    font-size: var(--f14);
    color: #000;
    opacity: 0.6;
    margin: 0 4px;
  }
  .breadcrumbs .box a {
    opacity: 0.6;
  }
  .breadcrumbs .box a:hover {
    opacity: 1;
    color: #0084C4;
  }
  .News_03 .box .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .News_03 .box .boxLeft .content1 {
    font-size: var(--f40);
    font-weight: var(--bold);
    margin-bottom: 0.3rem;
  }
  .News_03 .box .boxLeft .content2 {
    font-size: var(--f18);
    color: #0084C4;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 0.5rem;
  }
  .News_03 .box .boxLeft .content3 {
    font-size: var(--f18);
    line-height: 2;
    color: #333;
  }
  .News_03 .box .boxLeft .content3 h6,
  .News_03 .box .boxLeft .content3 h5 {
    color: #0084C4;
    font-size: var(--f24);
  }
  .News_03 .box .boxLeft .content3 table {
    width: 100%;
  }
  .News_03 .box .boxLeft .content3 table tr td {
    padding: 0.16rem 0.2rem;
    border: 1px solid #E4E4E4;
    font-size: var(--f16);
  }
  .News_03 .box .boxLeft .content3 table tr td:first-child {
    border-left: 0;
  }
  .News_03 .box .boxLeft .content3 table tr td:last-child {
    border-right: 0;
  }
  .News_03 .box .boxLeft .content3 table tr:first-child {
    background: rgba(0, 132, 196, 0.04);
  }
  .News_03 .box .boxLeft .content3 table tr:first-child td {
    font-size: var(--f18);
    border-top: 0;
    font-weight: bold;
    border-bottom: 3px solid #0084C4;
  }
  .News_03 .box .boxLeft .content3 li::marker {
    color: #0084C4;
  }
  .News_03 .box .boxLeft .content4 {
    border-top: 1px solid #c6c6c6;
    margin-top: 0.8rem;
    padding-top: 0.4rem;
  }
  .News_03 .box .boxLeft .content4 .left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 1rem;
    display: grid;
    gap: 0.2rem;
  }
  .News_03 .box .boxLeft .content4 .left a {
    font-size: var(--f16);
    color: #333;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    height: 1.2em;
    max-height: 1.2em;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-justify: distribute-all-lines;
  }
  .News_03 .box .boxLeft .content4 .left a:hover {
    color: #0084C4;
  }
  .News_03 .box .boxRight {
    width: 5.8rem;
    padding-left: 1.4rem;
  }
  .News_03 .box .boxRight .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 1rem;
  }
  .News_03 .box .boxRight .title {
    font-size: var(--f36);
    font-weight: var(--bold);
    margin-bottom: 0.55rem;
  }
  .News_03 .box .boxRight .list {
    display: grid;
    gap: 0.2rem;
  }
  .News_03 .box .boxRight .list a {
    background: #F9F9F9;
    padding: 0.4rem 0.3rem;
    border-radius: 0.1rem;
  }
  .News_03 .box .boxRight .list a .content1 {
    font-size: var(--f18);
    color: #0084C4;
  }
  .News_03 .box .boxRight .list a .content2 {
    font-size: var(--f20);
    color: #000;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    font-weight: var(--bold);
    height: 3em;
    max-height: 3em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-justify: distribute-all-lines;
    margin: 0.24rem 0 0.16rem;
  }
  .News_03 .box .boxRight .list a .content3 {
    font-size: var(--f16);
    color: #666;
    height: 3.6em;
    max-height: 3.6em;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-justify: distribute-all-lines;
  }
  .News_03 .box .boxRight .list a:hover .content2 {
    color: #0084C4;
  }
  .Product_01 .box .list {
    display: grid;
    gap: 0.24rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .Product_01 .box .list .item {
    background: #F9F9F9;
    border-radius: 0.1rem;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .Product_01 .box .list .item figure {
    border-radius: inherit;
    overflow: hidden;
  }
  .Product_01 .box .list .item figure img {
    width: 100%;
    aspect-ratio: 798/450;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .Product_01 .box .list .item figcaption {
    padding: 0.4rem;
    background: url(../images/img31.svg) no-repeat 98% 100%;
    background-size: 2.25rem;
  }
  .Product_01 .box .list .item figcaption .content1 {
    font-size: var(--f24);
    color: #000;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    font-weight: var(--bold);
  }
  .Product_01 .box .list .item figcaption .content2 {
    margin: 0.18rem 0 0.64rem;
    font-size: var(--f18);
    color: #666;
    height: 3.4em;
    max-height: 3.4em;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-justify: distribute-all-lines;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .Product_01 .box .list .item figcaption .content3 svg path {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .Product_01 .box .list .item:hover {
    background: #0084C4;
  }
  .Product_01 .box .list .item:hover figure img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Product_01 .box .list .item:hover figcaption .content1 {
    color: #fff;
  }
  .Product_01 .box .list .item:hover figcaption .content2 {
    color: #fff;
  }
  .Product_01 .box .list .item:hover figcaption .content3 .moreLink .a {
    color: #fff;
  }
  .Product_01 .box .list .item:hover figcaption .content3 .moreLink .a svg path {
    fill: #fff;
  }
  .Product_02 .box .list {
    display: grid;
    gap: 0.24rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .pro_item {
    background: #F9F9F9;
    border-radius: 0.1rem;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .pro_item figure {
    border-radius: inherit;
    overflow: hidden;
  }
  .pro_item figure img {
    width: 100%;
    aspect-ratio: 790/482;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .pro_item figcaption {
    padding: 0.5rem 0.3rem 0.6rem;
    background: url(../images/img31.svg) no-repeat 98% 100%;
    background-size: 2.25rem;
  }
  .pro_item figcaption .content1 {
    font-size: var(--f24);
    color: #000;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    font-weight: var(--bold);
  }
  .pro_item figcaption .content2 {
    margin: 0.18rem 0 0.32rem;
    font-size: var(--f18);
    color: #666;
    height: 4.8em;
    max-height: 4.8em;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-justify: distribute-all-lines;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .pro_item figcaption .content3 svg path {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .pro_item:hover {
    background: #0084C4;
  }
  .pro_item:hover figure img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .pro_item:hover figcaption .content1 {
    color: #fff;
  }
  .pro_item:hover figcaption .content2 {
    color: #fff;
  }
  .pro_item:hover figcaption .content3 .moreLink .a {
    color: #fff;
  }
  .pro_item:hover figcaption .content3 .moreLink .a svg path {
    fill: #fff;
  }
  .Product_03 {
    padding-top: 0.7rem;
    padding-bottom: 0.5rem;
  }
  .Product_03 .box .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 1.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .Product_03 .box .boxLeft > div {
    width: 100%;
  }
  .Product_03 .box .boxLeft .content1 {
    font-size: var(--f40);
    color: #000;
    font-weight: var(--bold);
  }
  .Product_03 .box .boxLeft .content2 {
    font-size: var(--f18);
    color: #333;
    line-height: 2;
    margin: 0.26rem 0 0.7rem;
  }
  .Product_03 .box .boxLeft .content3 {
    gap: 0.2rem;
  }
  .Product_03 .box .boxRight {
    width: 7.9rem;
  }
  .Product_03 .box .boxRight .banner {
    position: sticky;
    top: 1.5rem;
  }
  .Product_03 .box .boxRight .swiper {
    background: #F9F9F9;
    border-radius: 0.1rem;
  }
  .Product_03 .box .boxRight .banner_page {
    /*display: none;*/
  }
  .Product_03 .box .boxRight .item {
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .Product_03 .banner_page .swiper-pagination-progressbar{
      margin-top: 0.4rem;
  }
  .Product_03 .box .boxRight .item img {
    width: 100%;
    aspect-ratio: 790/482;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .Product_03 .box .boxRight .item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .Product_04 .box {
    display: grid;
    gap: 0.3rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .Product_04 .box .item {
    border-radius: 10px;
    padding: 0.4rem;
    background: #F9F9F9;
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .Product_04 .box .item .content1 {
    position: relative;
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .Product_04 .box .item .content1 img {
    max-height: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .Product_04 .box .item .content1 img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .Product_04 .box .item .content2 {
    font-size: var(--f28);
    font-weight: var(--bold);
    margin: 0.76rem 0 0.2rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .Product_04 .box .item .content3 {
    font-size: var(--f18);
    color: #666;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .Product_04 .box .item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/img31.svg) no-repeat 98% 0%;
    background-size: 2.25rem;
  }
  .Product_04 .box .item:hover {
    background: #0084C4;
  }
  .Product_04 .box .item:hover .content1 img:nth-child(1) {
    opacity: 0;
  }
  .Product_04 .box .item:hover .content1 img:nth-child(2) {
    opacity: 1;
  }
  .Product_04 .box .item:hover .content2 {
    color: #fff;
  }
  .Product_04 .box .item:hover .content3 {
    color: #fff;
  }
  .Product_05 {
    background: #F9F9F9;
  }
  .Product_05 .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3rem;
  }
  .Product_05 .box .item .content1 {
    height: 4px;
    background: #0084C4;
  }
  .Product_05 .box .item .content2 {
    font-size: var(--f24);
    color: #333;
    margin: 0.4rem 0 0.24rem;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .Product_05 .box .item .content3 ul {
    padding-left: var(--f18);
  }
  .Product_05 .box .item .content3 ul li {
    font-size: var(--f18);
    line-height: 2.2;
    list-style: disc;
    color: #666;
  }
  .Product_05 .box .item .content3 ul li::marker {
    color: #0084C4;
  }
  .Product_05 .box .item:hover .content2 {
    color: #0084C4;
  }
  .banner_button div {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #0084C4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .banner_button div i {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    color: #0084C4;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    font-size: var(--f16);
  }
  .banner_button div:hover {
    background: #0084C4;
  }
  .banner_button div:hover i {
    color: #fff;
  }
  .banner_button .next {
    margin-left: 12px;
  }
  .Search_01 .box {
    padding: 1.2rem 0 1rem;
  }
  .Search_01 .box .content1 {
    font-size: var(--f40);
    text-align: center;
    color: #111;
    line-height: 1.2;
    font-weight: var(--bold);
  }
  .Search_01 .box .content1 span {
    color: #0084C4;
  }
  .Search_01 .box .content2 {
    margin-top: 0.36rem;
  }
  .Search_01 .box .content2 form {
    width: min(7.7rem, 100%);
    margin: auto;
    --H: 70px;
    background: #fff;
    border-radius: 10px;
  }
  @media screen and (max-width: 1200x) {
    .Search_01 .box .content2 form {
      width: 100%;
    }
  }
  .Search_01 .box .content2 form .input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .Search_01 .box .content2 form .input input {
    height: var(--H);
    width: 100%;
    padding: 0 0.3rem;
    font-size: var(--f18);
    border: 0;
    background: none;
  }
  .Search_01 .box .content2 form .input input::-webkit-input-placeholder {
    color: #333;
  }
  .Search_01 .box .content2 form .input input::-moz-placeholder {
    color: #333;
  }
  .Search_01 .box .content2 form .input input:-ms-input-placeholder {
    color: #333;
  }
  .Search_01 .box .content2 form .input input::-ms-input-placeholder {
    color: #333;
  }
  .Search_01 .box .content2 form .input input::placeholder {
    color: #333;
  }
  .Search_01 .box .content2 form label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0.3rem;
    cursor: pointer;
  }
  .searchInfo {
    padding: 0.2rem 0 0;
  }
  .searchInfo .box {
    color: #333;
    font-size: var(--f20);
  }
  .searchInfo .box span {
    color: #0084C4;
  }
  .News_02_ .box .list .item {
    background: #F9F9F9;
  }
  .fullBanner {
    height: 100vh;
  }
  .fullBanner > div {
    height: 100%;
  }
  .fullBanner > div > div {
    height: 100%;
    overflow: hidden;
  }
  .fullBanner > div > div > section {
    height: 100vh;
  }
  .InnovationDevelopment .item {
    position: relative;
  }
  .InnovationDevelopment .item .img {
    width: 100%;
    height: 100dvh;
    -webkit-animation: bannerscale 20s infinite linear;
    animation: bannerscale 20s infinite linear;
  }
  .InnovationDevelopment .item .img picture {
    height: 100%;
  }
  .InnovationDevelopment .item .img img {
    height: 100%;
    width: 100%;
  }
  .InnovationDevelopment .item .orientation {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 1.2rem;
  }
  .InnovationDevelopment .item .orientation .card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 0.15rem;
    width: 7rem;
    min-height: 1rem;
    padding: 0.6rem 0.5rem;
    color: #fff;
  }
  .InnovationDevelopment .item .orientation .card .content1 {
    font-size: var(--f44);
    font-weight: var(--bold);
    line-height: 1;
  }
  .InnovationDevelopment .item .orientation .card .content2 {
    margin-top: 0.7rem;
    margin-bottom: 0.16rem;
    font-size: var(--f22);
    line-height: 1.8;
  }
  .InnovationDevelopment .item .orientation .card .content3 {
    font-size: var(--f18);
    line-height: 1.8;
  }
  @-webkit-keyframes bannerscale {
    0% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
  }
  @keyframes bannerscale {
    0% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
  }
  .InnovationChangesChemistry_03 .box {
    display: grid;
    gap: 0.6rem;
  }
  .InnovationChangesChemistry_03 .box .item {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .InnovationChangesChemistry_03 .box .item .img {
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .InnovationChangesChemistry_03 .box .item .img img {
    width: 100%;
  }
  .InnovationChangesChemistry_03 .box .item .orientation {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0 0.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
  }
  .InnovationChangesChemistry_03 .box .item .orientation .content1 {
    font-size: var(--f44);
  }
  .InnovationChangesChemistry_03 .box .item .orientation .content2 {
    max-width: 5.7rem;
    margin-top: 0.2rem;
    line-height: 2;
    font-size: var(--f18);
  }
  .InnovationChangesChemistry_04 {
    overflow: hidden;
  }
  .InnovationChangesChemistry_04 .box .swiper .item figure {
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .InnovationChangesChemistry_04 .box .swiper .item figure img {
    width: 100%;
    aspect-ratio: 524/340;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .InnovationChangesChemistry_04 .box .swiper .item .content1 {
    font-size: var(--f26);
    font-weight: var(--bold);
    color: #000;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
    height: 1.5em;
    max-height: 1.5em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-justify: distribute-all-lines;
  }
  .InnovationChangesChemistry_04 .box .swiper .item .content2 {
    font-size: var(--f18);
    color: #666;
    height: 3.2em;
    max-height: 3.2em;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-justify: distribute-all-lines;
  }
  .InnovationChangesChemistry_04 .box .swiper .item:hover figure img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .InnovationChangesChemistry_04 .box .swiper .item:hover .content1 {
    color: #0084C4;
  }
  .InnovationChangesChemistry_04 .banner_button > div {
    margin-top: 0.7rem;
  }
  .Product_06_ {
    margin-top: -0.5rem;
  }
  .Product_06 {
    overflow: hidden;
  }
  .Product_06 .desc {
    margin-top: 0.3rem;
    font-size: var(--f24);
    color: #333;
    line-height: 1.8;
  }
  .Product_06 .box .item {
    margin-top: 0.6rem;
  }
  .Product_06 .box .item .boxLeft {
    padding-right: 0.6rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .Product_06 .box .item .boxLeft .title {
    font-size: var(--f24);
    color: #333;
    padding-top: 0.24rem;
    border-top: 2px solid #0084C4;
  }
  .Product_06 .box .item .boxRight {
    width: 12rem;
  }
  .Product_06 .box .item .boxRight img {
    border-radius: 0.2rem;
  }
  .Product_07 .box table {
    width: 100%;
  }
  .Product_07 .box table colgroup{
      display: none;
  }
  
  .Product_07 .box table tr td {
    font-size: var(--f16);
    padding: 0.16rem 0.2rem;
    border: 1px solid #E4E4E4;
    /*border-bottom: 1px solid #E4E4E4;*/
    color: #444;
  }
  .Product_07 .box table tr td ul {
    padding-left: 15px;
  }
  .Product_07 .box table tr td ul li::marker {
    color: #0084C4;
  }
  .Product_07 .box table tr td:last-child {
    padding: 5px 0.2rem;
    /*border-right: 0;*/
  }
  .Product_07 .box table tr:first-child {
    background: rgba(0, 132, 196, 0.04);
  }
  .Product_07 .box table tr:first-child td {
    font-size: var(--f18);
    border-right: 0;
    border-bottom: 3px solid #0084C4;
    font-weight: bold;
    color: #000;
    padding: 0.16rem 0.2rem;
  }
  .InnovationChangesChemistry_01 {
    background: url(../images/img58.jpg) no-repeat 50% 50% / cover;
    --pTop: 3.3rem;
    position: relative;
  }
  .InnovationChangesChemistry_01 .pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
  }
  .InnovationChangesChemistry_01 .pic picture{
      height: 100%;
  }
  .InnovationChangesChemistry_01 .pic img {
    width: 100%;
    height: 100%;
  }
  .InnovationChangesChemistry_01 .wz {
    width: var(--interval);
    height: var(--pTop);
    display: none;
  }
  .InnovationChangesChemistry_01 .box .boxLeft {
    width: 7.15rem;
    position: relative;
    padding-top: var(--pTop);
  }
  .InnovationChangesChemistry_01 .box .boxLeft .sticky .titleCn {
    height: 0;
  }
  .InnovationChangesChemistry_01 .box .boxLeft .sticky .titleCn p {
    -webkit-transform: translateY(-0.68rem);
    -ms-transform: translateY(-0.68rem);
    transform: translateY(-0.68rem);
    font-size: var(--f44);
    line-height: 1;
    font-weight: var(--bold);
  }
  .InnovationChangesChemistry_01 .box .boxLeft .sticky .titleEn {
    line-height: 1;
  }
  .InnovationChangesChemistry_01 .box .boxLeft .sticky .titleEn>div {
    font-size: var(--f40);
    color: #0084C4;
    font-family: 'MSB';
    white-space: nowrap;
    opacity: 0;
  }
  .InnovationChangesChemistry_01 .box .boxLeft .sticky .SplitText>div>div>div{
      /*opacity: 0;*/
  }
  .InnovationChangesChemistry_01 .box .boxLeft .sticky .titleEn .step1 {
    position: absolute;
    left: 0%;
    top: 0;
    -webkit-transform: translateY(42vh);
    -ms-transform: translateY(42vh);
    transform: translateY(42vh);
    font-size: .94rem;
    opacity: 1;
    will-change: transform;
  }
  .InnovationChangesChemistry_01 .box .boxLeft .sticky .desc {
    font-size: var(--f18);
    color: #333;
    line-height: 2;
    margin-top: 0.5rem;
    text-align: justify;
  }
  .InnovationChangesChemistry_01 .box .boxLeft .sticky .step2,
  .InnovationChangesChemistry_01 .box .boxLeft .sticky .step3 {
    opacity: 0;
  }
  .InnovationChangesChemistry_01 .box .boxLeft .sticky .step3 {
    -webkit-transform: translateY(0.6rem);
    -ms-transform: translateY(0.6rem);
    transform: translateY(0.6rem);
  }
  .InnovationChangesChemistry_01 .box .boxRight {
    width: 7rem;
  height: 100vh;
  overflow: hidden;
  --h:1.3rem;
  padding-top: calc(var(--pTop) - 0.68rem - var(--h));
    
    
  }
  .InnovationChangesChemistry_01 .box .boxRight .step4 {
    opacity: 0.001;
    -webkit-transform: translateY(0.6rem);
    -ms-transform: translateY(0.6rem);
    transform: translateY(0.6rem);
  }
  
  .InnovationChangesChemistry_01 .box .boxRight ul{
      /*animation: timey 12s linear infinite;*/
  }
  
  .InnovationChangesChemistry_01 .box .boxRight ul:hover{
      animation-play-state: paused;
  }
  @keyframes timey {
      0%{
          transform: translateY(0);
      }
      100%{
          transform: translateY(-50%);
      }
      
  }
  .InnovationChangesChemistry_01 .box .boxRight ul li {
    position: relative;
    height: var(--h);
  }
  .InnovationChangesChemistry_01 .box .boxRight ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    /*-webkit-backdrop-filter: blur(0.17rem);*/
    /*backdrop-filter: blur(0.17rem);*/
    border-radius: 10px;
    opacity: 0.001;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .InnovationChangesChemistry_01 .box .boxRight ul li div {
    z-index: 1;
    position: relative;
  }
  .InnovationChangesChemistry_01 .box .boxRight ul li .left {
    width: 2.14rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .InnovationChangesChemistry_01 .box .boxRight ul li .left p {
    margin: auto;
    opacity: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .InnovationChangesChemistry_01 .box .boxRight ul li .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .InnovationChangesChemistry_01 .box .boxRight ul li .right .time {
    font-size: var(--f22);
    color: #666;
    font-family: 'MM';
    line-height: 1;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .InnovationChangesChemistry_01 .box .boxRight ul li .right .text {
    font-size: var(--f22);
    color: #666;
    margin-top: 0.12rem;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .InnovationChangesChemistry_01 .box .boxRight ul li.active::before {
    opacity: 1;
  }
  .InnovationChangesChemistry_01 .box .boxRight ul li.active .left p {
    opacity: 1;
  }
  .InnovationChangesChemistry_01 .box .boxRight ul li.active .right .time {
    color: #0084C4;
  }
  .InnovationChangesChemistry_01 .box .boxRight ul li.active .right .text {
    color: #000;
  }
  .InnovationChangesChemistry_01 .box .boxRight .swiper{
      height: calc(var(--h) * 5);
      -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, #000), color-stop(80%, #000), to(transparent));
      -webkit-mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent);
      mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, #000), color-stop(80%, #000), to(transparent));
      mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent);
  }
  
  .InnovationChangesChemistry_01 .box .boxRight .swiper .swiper-slide-next::before {
    opacity: 1;
  }
  .InnovationChangesChemistry_01 .box .boxRight .swiper .swiper-slide-next .left p {
    opacity: 1;
  }
  .InnovationChangesChemistry_01 .box .boxRight .swiper .swiper-slide-next .right .time {
    color: #0084C4;
  }
  .InnovationChangesChemistry_01 .box .boxRight .swiper .swiper-slide-next .right .text {
    color: #000;
  }
  
  
  .HumanResources01 .box {
    display: grid;
    --H: 3.8rem;
    grid-template-columns: 1fr 0.3fr repeat(2, 0.2fr) 0.3fr 1fr;
  }
  .HumanResources01 .box .item {
    position: relative;
  }
  .HumanResources01 .box .item .img img {
    height: var(--H);
    width: 100%;
  }
  .HumanResources01 .box .item::before {
    content: '';
    position: absolute;
     top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--color);
    opacity: 0.7;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .HumanResources01 .box .item .orientation {
    position: absolute;
     top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    padding: 0.32rem 0.5rem;
  }
  .HumanResources01 .box .item .orientation .content1 {
    font-size: var(--f32);
    font-weight: var(--bold);
    color: #fff;
    line-height: 1.2;
  }
  .HumanResources01 .box .item .orientation .content2 {
    font-size: var(--f24);
    color: #fff;
    margin-top: 0.12rem;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
    -webkit-transform: translateY(0.5rem);
    -ms-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  .HumanResources01 .box .item:hover::before {
    opacity: 0.95;
  }
  .HumanResources01 .box .item:hover .orientation .content2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .HumanResources01 .box .div1 {
    grid-area: 1 / 1 / 2 / 5;
  }
  .HumanResources01 .box .div2 {
    grid-area: 1 / 5 / 2 / 7;
  }
  .HumanResources01 .box .div3 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .HumanResources01 .box .div4 {
    grid-area: 2 / 2 / 3 / 6;
  }
  .HumanResources01 .box .div5 {
    grid-area: 2 / 6 / 3 / 7;
  }
  .HumanResources01 .box .div6 {
    grid-area: 3 / 1 / 4 / 4;
  }
  .HumanResources01 .box .div7 {
    grid-area: 3 / 4 / 4 / 7;
  }
  .HumanResources02 {
    background: #F9F9F9;
  }
  .HumanResources02 .desc {
    margin-top: 0.4rem;
    font-size: var(--f20);
    color: #333;
    line-height: 1.8;
    letter-spacing: -0.5px;
  }
  .HumanResources02 .box .boxLeft {
    width: 8.1rem;
    position: relative;
  }
  .HumanResources02 .box .boxLeft p {
    border-radius: 0.1rem;
    overflow: hidden;
    position: absolute;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
     top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
  }
  .HumanResources02 .box .boxLeft p img {
    width: 100%;
    aspect-ratio: 810/840;
  }
  .HumanResources02 .box .boxLeft .active {
    position: relative;
    opacity: 1;
  }
  .HumanResources02 .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0.8rem;
  }
  .HumanResources02 .box .boxRight .list {
    border-top: 1px solid #D9D9D9;
  }
  .HumanResources02 .box .boxRight .list .item {
    border-bottom: 1px solid #D9D9D9;
  }
  .HumanResources02 .box .boxRight .list .item .one {
    display: grid;
    grid-template-rows: 1fr;
    overflow: hidden;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    cursor: pointer;
    padding: 0.42rem 0;
  }
  .HumanResources02 .box .boxRight .list .item .one div {
    min-height: 0;
  }
  .HumanResources02 .box .boxRight .list .item .one div p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    font-size: var(--f30);
    color: #666;
    line-height: 1;
  }
  .HumanResources02 .box .boxRight .list .item .one div p svg {
    position: absolute;
    top: 1px;
    right: -22px;
  }
  .HumanResources02 .box .boxRight .list .item .two {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
  }
  .HumanResources02 .box .boxRight .list .item .two .content {
    min-height: 0;
  }
  .HumanResources02 .box .boxRight .list .item .two .content .content1 p {
    font-size: var(--f36);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    line-height: 1;
  }
  .HumanResources02 .box .boxRight .list .item .two .content .content1 p span {
    color: #0084C4;
  }
  .HumanResources02 .box .boxRight .list .item .two .content .content1 p svg {
    position: absolute;
    top: 1px;
    right: -22px;
  }
  .HumanResources02 .box .boxRight .list .item .two .content .content2 {
    font-size: var(--f20);
    margin-top: 0.24rem;
    margin-bottom: 0.24rem;
  }
  .HumanResources02 .box .boxRight .list .item .two .content .content3 {
    font-size: var(--f18);
    line-height: 2;
    color: #333;
    height: 8em;
  }
  @media screen and (max-width: 1200px) {
    .HumanResources02 .box .boxRight .list .item .two .content .content3 {
      height: auto !important;
      margin-bottom: 0.3rem;
    }
  }
  .HumanResources02 .box .boxRight .list .item .two .content .content3 span {
    color: #0084C4;
  }
  .HumanResources02 .box .boxRight .list .item .two .content .content4 {
    padding: 0 0.2rem;
    margin-top: 0.3rem;
  }
  .HumanResources02 .box .boxRight .list .item .two .content .content4 ._ite {
    text-align: center;
    border-right: 1px solid #D9D9D9;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .HumanResources02 .box .boxRight .list .item .two .content .content4 ._ite:first-child {
    border-left: 1px solid #D9D9D9;
  }
  .HumanResources02 .box .boxRight .list .item .two .content .content4 ._ite figure {
    height: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .HumanResources02 .box .boxRight .list .item .two .content .content4 ._ite figure img {
    margin: auto;
    max-height: 100%;
  }
  .HumanResources02 .box .boxRight .list .item .two .content .content4 ._ite figcaption {
    font-size: var(--f18);
    margin-top: 0.1rem;
  }
  .HumanResources02 .box .boxRight .list .item .two .content5 {
    display: none;
  }
  @media screen and (max-width: 1200px) {
    .HumanResources02 .box .boxRight .list .item .two .content5 {
      display: block;
      margin-top: 0.3rem;
    }
  }
  .HumanResources02 .box .boxRight .list .item .two .content5 img {
    width: 100%;
  }
  .HumanResources02 .box .boxRight .list .active {
    border-color: #0084C4;
  }
  .HumanResources02 .box .boxRight .list .active .one {
    grid-template-rows: 0fr;
    opacity: 0;
    padding: 0;
  }
  .HumanResources02 .box .boxRight .list .active .two {
    grid-template-rows: 1fr;
    opacity: 1;
    padding: 0.42rem 0 0.7rem;
  }
  .HumanResources03 .box .list {
    border-bottom: 1px solid #D9D9D9;
  }
  .HumanResources03 .box .list .item {
    border-top: 1px solid #D9D9D9;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .HumanResources03 .box .list .item .top {
    cursor: pointer;
    padding: 0 0.5rem;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .HumanResources03 .box .list .item .top .left {
    font-size: var(--f24);
    color: #333;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    height: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 1rem;
  }
  .HumanResources03 .box .list .item .top .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .HumanResources03 .box .list .item .top .right span {
    display: block;
    width: 20px;
    height: 2px;
    background: #0084C4;
    position: relative;
  }
  .HumanResources03 .box .list .item .top .right span::after {
    content: '';
    position: absolute;
     top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: inherit;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .HumanResources03 .box .list .item .top:hover .left {
    color: #0084C4;
  }
  .HumanResources03 .box .list .item .bot {
    display: none;
    background: #F9F9F9;
    padding: 0 0.5rem;
  }
  .HumanResources03 .box .list .item .bot .content {
    padding-top: 0.3rem;
  }
  .HumanResources03 .box .list .item .bot .content .h6 {
    font-size: var(--f22);
    color: #0084C4;
  }
  .HumanResources03 .box .list .item .bot .content .desc {
    font-size: var(--f18);
    color: #444;
    line-height: 2;
    margin-top: 8px;
  }
  .HumanResources03 .box .list .item .bot .content .desc a {
    display: inline;
    color: #0084C4;
  }
  .HumanResources03 .box .list .item .bot .content1 {
    padding-top: 0.4rem;
    padding-bottom: 0.7rem;
  }
  .HumanResources03 .box .list .active {
    border-color: #0084C4;
  }
  .HumanResources03 .box .list .active .top {
    background: #F9F9F9;
  }
  .HumanResources03 .box .list .active .top .left {
    color: #0084C4;
  }
  .HumanResources03 .box .list .active .top .right span::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .About_01_box {
    position: relative;
    top: 0;
    height: 9.5rem;
  }
  .About_01_box .pic {
    position: absolute;
    z-index: -5;
     top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .About_01_box .pic img {
    width: 100%;
    height: 100%;
  }
  .About_01_box .mask {
    position: absolute;
     top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -3;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    opacity: 0;
  }
  .About_01 .box .boxLeft {
    width: 8.1rem;
  }
  .About_01 .box .boxLeft .desc {
    font-size: var(--f18);
    line-height: 1.8;
    color: #333;
    transition: 1s;
  }
  .About_01 .box .boxLeft .step2 {
    /*display: none;*/
     position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  opacity: 0;
                  transform: translateY(1rem);
  }
  .About_01 .box .boxLeft .wenan {
    position: relative;
    margin-top: 0.3rem;
    margin-bottom: 0.85rem;
  }
  .About_01 .box .boxLeft .wenan.active .step1 {
        position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  opacity: 0;
              transform: translateY(-100%);
  }
  .About_01 .box .boxLeft .wenan.active .step2 {
    /*display: block;*/
    opacity: 1;
                          position: initial;
                          transform: translateY(0);
   
  }
  
  
  
  .About_01 .box .boxRight {
    width: 4.7rem;
    padding-top: calc(var(--f44) * 1.2 + 0.3rem);
  }
  .About_01 .box .boxRight .list {
    opacity: 0;
    -webkit-transform: translateY(1.5rem);
    -ms-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
  }
  .About_01 .box .boxRight .list li {
    padding-bottom: 0.8rem;
  }
  .About_01 .box .boxRight .list li:last-child {
    padding-bottom: 0;
  }
  .About_01 .box .boxRight .list li .left .top {
    font-size: 0.68rem;
    color: #0084C4;
    font-family: 'MB';
    line-height: 1;
  }
  .About_01 .box .boxRight .list li .left .top sub,
  .About_01 .box .boxRight .list li .left .top sup,
  .About_01 .box .boxRight .list li .left .top em {
    font-size: var(--f20);
  }
  .About_01 .box .boxRight .list li .left .bot {
    font-size: var(--f20);
    color: #333;
    margin-top: 8px;
  }
  .About_01 .box .boxRight .list li .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .About_01 .box .boxRight .list li .right p {
    width: 0.7rem;
    text-align: center;
  }
  .About_02 {
    overflow: hidden;
  }
  .About_02 .box .swiper-slide {
    background: #F9F9F9;
    padding: 0.5rem 0.3rem;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .About_02 .box .swiper-slide::before {
    content: '';
     top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: url(../images/img76.jpg) no-repeat 50% 50% / cover;
  }
  .About_02 .box .swiper-slide::after {
    content: '';
    position: absolute;
     top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 132, 196, 0.8);
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .About_02 .box .swiper-slide figcaption {
    position: relative;
    z-index: 2;
  }
  .About_02 .box .swiper-slide figcaption .content1 {
    font-size: var(--f24);
    color: #333;
    line-height: 1.2;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .About_02 .box .swiper-slide figcaption .content2 {
    font-size: var(--f18);
    color: #666;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-top: 0.15rem;
    height: 1.5em;
  }
  .About_02 .box .swiper-slide figure {
    height: 3.3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.25rem;
    position: relative;
    z-index: 2;
  }
  .About_02 .box .swiper-slide figure img {
    margin: auto;
    max-height: 100%;
  }
  .About_02 .box .swiper-slide:hover::before {
    opacity: 1;
  }
  .About_02 .box .swiper-slide:hover::after {
    opacity: 1;
  }
  .About_02 .box .swiper-slide:hover figcaption .content1,
  .About_02 .box .swiper-slide:hover figcaption .content2 {
    color: #fff;
  }
  .About_02 .banner_button > div {
    margin-top: 0.6rem;
  }
  #image img {
    cursor: pointer;
  }
  .viewer-footer {
    display: none;
  }
  .About_04 {
    --w1: 3.82rem;
    --w2: calc(var(--vw) - var(--interval) * 2 - var(--w1) * 2 - 48px);
    --h1: 6.3rem;
    overflow: hidden;
  }
  @media screen and (max-width: 1200px) {
    .About_04 {
      --w1: 4.1rem !important;
      --w2: 100%;
    }
  }
  .About_04 .box .swiper .swiper-wrapper .swiper-slide {
    height: var(--h1);
    width: var(--w1);
    border-radius: 0.1rem;
    overflow: hidden;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .About_04 .box .swiper .swiper-wrapper .swiper-slide .item {
    background: #F9F9F9;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: var(--w2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1.2rem 0.4rem;
    opacity: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateY(0.3rem);
    -ms-transform: translateY(0.3rem);
    transform: translateY(0.3rem);
  }
  .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .left .line {
    height: 46px;
    position: relative;
    overflow: hidden;
  }
  .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .left .line svg {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
  .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .left .content1 {
    margin-top: 0.25rem;
    font-size: var(--f18);
    color: #333;
    line-height: 1.8;
  }
  .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .left .content2 {
    font-size: var(--f18);
    color: #666;
    line-height: 1.8;
  }
  .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .right {
    width: var(--w1);
    border-radius: 10px;
    overflow: hidden;
  }
  .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .right img {
    width: 100%;
    aspect-ratio: 382/630;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .title {
    position: absolute;
    right: 0;
    top: 0.8rem;
    width: var(--w1);
    padding: 0 0.4rem;
    font-size: var(--f32);
    font-weight: var(--bold);
    color: #fff;
    z-index: 2;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: var(--w1);
    padding: 0.4rem;
    z-index: 2;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .icon p {
    width: 0.72rem;
    height: 0.72rem;
    background: #fff;
    border-radius: 50%;
    position: relative;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .icon p img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 34px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .icon p .img2 {
    opacity: 0;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  @media screen and (min-width: 1200px) {
    .About_04 .box .swiper .swiper-wrapper .swiper-slide-active {
      width: var(--w2);
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide-active .item .title {
      width: 100%;
      color: #000;
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide-active .item .left {
      opacity: 1;
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide-active .item .right img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide-active .item .icon {
      width: 100%;
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide-active .item .icon p {
      background: #0084C4;
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide-active .item .icon p .img1 {
      opacity: 0;
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide-active .item .icon p .img2 {
      opacity: 1;
    }
  }
  @media screen and (max-width: 1200px) {
    .About_04 .box .swiper .swiper-wrapper .swiper-slide {
      width: var(--w2);
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .title {
      width: 100%;
      color: #000;
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .left {
      opacity: 1;
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .right img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .icon {
      width: 100%;
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .icon p {
      background: #0084C4;
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .icon p .img1 {
      opacity: 0;
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .icon p .img2 {
      opacity: 1;
    }
  }
  .About_05 {
    background: #F9F9F9;
  }
  .About_05 .box .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 1.5rem;
  }
  .About_05 .box .boxLeft .content {
    margin-bottom: 0.5rem;
  }
  .About_05 .box .boxLeft .content .top {
    font-size: var(--f18);
    color: #999;
    position: relative;
    padding-left: 28px;
  }
  .About_05 .box .boxLeft .content .top svg {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .About_05 .box .boxLeft .content .bot {
    font-family: 'MSB';
    margin-top: 5px;
    font-size: var(--f22);
  }
  .About_05 .box .boxLeft .content .bot .link {
    font-size: var(--f30);
  }
  .About_05 .box .boxLeft .content .bot .link a {
    display: inline;
    color: #000;
  }
  .About_05 .box .boxLeft .content .bot .link span {
    color: #0084C4;
  }
  .About_05 .box .boxLeft .ewm {
    text-align: center;
    padding-top: 0.1rem;
  }
  .About_05 .box .boxLeft .ewm figure img {
    width: 120px;
  }
  .About_05 .box .boxLeft .ewm figcaption {
    font-size: var(--f16);
    color: #666;
    margin-top: 0.1rem;
  }
  .About_05 .box .boxRight {
    width: 8.9rem;
  }
  .About_05 .box .boxRight .item {
    position: relative;
    background: #fff;
    border: 1px solid transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 5px;
  }
  .About_05 .box .boxRight .item input,
  .About_05 .box .boxRight .item textarea {
    height: 60px;
    width: 100%;
    background: none;
    padding: 0 0.2rem;
    position: relative;
    z-index: 2;
    border: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-size: var(--f18);
  }
  .About_05 .box .boxRight .item input:not(:placeholder-shown) + p,
  .About_05 .box .boxRight .item textarea:not(:placeholder-shown) + p {
    opacity: 0;
  }
  .About_05 .box .boxRight .item textarea {
    height: 1.8rem;
    padding: 0.2rem 0.2rem;
    resize: none;
  }
  .About_05 .box .boxRight .item p {
    position: absolute;
    left: 0.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: var(--f18);
    color: #999;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .About_05 .box .boxRight .item p em {
    color: red;
  }
  .About_05 .box .boxRight .item:hover {
    border-color: #0084C4;
  }
  .About_05 .box .boxRight .item:hover p {
    color: #000;
  }
  .About_05 .box .boxRight .list1 {
    display: grid;
    gap: 0.12rem;
  }
  .About_05 .box .boxRight .list3 {
    margin: 0.12rem 0;
  }
  .About_05 .box .boxRight .list3 .item p {
    top: 0.2rem;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .About_05 .box .boxRight .list4 {
    color: #666;
    font-size: var(--f16);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .About_05 .box .boxRight .list4 p {
    margin-left: 0.06rem;
  }
  .About_05 .box .boxRight .list4 p a {
    display: inline-block;
  }
  .About_05 .box .boxRight .list4 .layui-form-checked[lay-skin="primary"] > i {
    border-color: #0084C4 !important;
    background: var(--gradient);
  }
  .About_05 .box .boxRight .list4 .layui-form-checkbox[lay-skin=primary] i {
    background: none;
    border-radius: 50%;
    border-color: #0084C4;
  }
  .About_05 .box .boxRight .list4 .layui-form-checked[lay-skin=primary] i {
    background: #0084C4;
  }
  .About_05 .box .boxRight .list4 .layui-form-checkbox[lay-skin=primary] {
    padding-left: 0;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  .About_05 .box .boxRight .list4 a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #0084C4;
  }
  .About_05 .box .boxRight .list4 a:hover {
    color: #0084C4;
  }
  .About_05 .box .boxRight .list5 {
    margin-top: 0.6rem;
  }
  .About_05 .box .boxRight .list5 label {
    cursor: pointer;
  }
  .about_03 {
    --w14: 0.14rem;
    --w2: 0.36rem;
    --h1: 0.54rem;
    --t1: 0.4rem;
    --t2: 0.24rem;
    position: relative;
    background: rgba(0, 132, 196, 0.03);
  }
  .about_03::before {
    content: '';
    position: absolute;
     top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/img80.png) no-repeat 50% 50% / cover;
    z-index: -1;
  }
  .about_03 .ab_top {
    padding: 0 var(--bj);
  }
  .about_03 .ab_bot {
    position: relative;
  }
  .about_03 .ab_bot::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background: #FF3C00;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .about_03 .ab_bot .swiper {
    padding: 3rem var(--interval);
  }
  .about_03 .ab_bot .swiper .swiper-slide {
    position: relative;
  }
  .about_03 .ab_bot .swiper .swiper-slide .line {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
  }
  .about_03 .ab_bot .swiper .swiper-slide .line img {
    width: 100%;
  }
  .about_03 .ab_bot .swiper .swiper-slide .line_qm {
    left: auto;
    right: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .about_03 .ab_bot .swiper .swiper-slide .dian {
    position: relative;
    margin: 0 auto;
    width: var(--w14);
    height: var(--w14);
    background: #FF3C00;
    border-radius: 50%;
  }
  .about_03 .ab_bot .swiper .swiper-slide .dian::before {
    content: "";
    position: absolute;
    top: var(--t1);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: var(--h1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 156, 117, 0)), color-stop(126.85%, #0084C4));
    background: -o-linear-gradient(top, rgba(0, 156, 117, 0) 0%, #0084C4 126.85%);
    background: linear-gradient(180deg, rgba(0, 156, 117, 0) 0%, #0084C4 126.85%);
  }
  .about_03 .ab_bot .swiper .swiper-slide .dian img {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    width: var(--w2);
    height: var(--w2);
    max-width: initial;
  }
  .about_03 .ab_bot .swiper .swiper-slide .post {
    text-align: center;
    position: absolute;
    width: 100%;
    top: calc(var(--t1) + var(--h1) + var(--t2));
    left: 0;
    font-size: var(--f16);
    line-height: 1.7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .about_03 .ab_bot .swiper .swiper-slide .post .wz_1 {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-size: var(--f24);
    font-family: 'MSB';
    line-height: 1;
  }
  .about_03 .ab_bot .swiper .swiper-slide .post .wz_3 {
    margin: 0.14rem 0 0;
    color: #666;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .about_03 .ab_bot .swiper .swiper-slide:nth-child(odd) .dian::before {
    top: auto;
    bottom: var(--t1);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 156, 117, 0)), color-stop(126.85%, #0084C4));
    background: -o-linear-gradient(bottom, rgba(0, 156, 117, 0) 0%, #0084C4 126.85%);
    background: linear-gradient(0deg, rgba(0, 156, 117, 0) 0%, #0084C4 126.85%);
  }
  .about_03 .ab_bot .swiper .swiper-slide:nth-child(odd) .post {
    top: auto;
    bottom: calc(var(--t1) + var(--h1) + var(--t2));
  }
  .about_03 .ab_bot .swiper .swiper-slide:nth-child(even) .line {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .about_03 .ab_bot .swiper .swiper-slide:hover .post .wz_1 {
    color: #0084C4;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  .about_03 .ab_bot .swiper .swiper-slide:hover .post .wz_3 {
    color: #000;
  }
  @media screen and (max-width: 1680px) {
    .Home_Product {
      margin-top: -0.5rem;
    }
    .side_popup .box .content {
      width: 55px;
    }
    :root {
      --buttonHeight: 52px;
    }
    .side_popup {
      right: 0.1rem;
    }
    .InnovationChangesChemistry_03 .box .item .orientation .content2 {
      max-width: 6rem;
    }
  }
  @media screen and (max-width: 1470px) {
    .Header_Container .box .language .select {
      width: 1.2rem;
    }
    .Home_Product {
      margin-top: -0.7rem;
    }
    .side_popup {
      bottom: 10%;
    }
    .Home_News .box .boxRight .scroll .item .bottom > div .icon {
      margin-top: 0.1rem;
    }
    .Home_News .box .boxRight .scroll {
      padding: 0.2rem .2rem 0.2rem 0;
    }
    .Home_News .box .boxRight{
        padding-left: 0.5rem;
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .left .line svg {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
    }
    .Home_About .box1 .float .dian1 {
      margin-top: 4%;
    }
  }
  @media screen and (max-width: 1450px) {
    .Home_About .box1 .float .dian2 {
      margin-top: 2%;
    }
    .Header_Container .box .search {
      margin: 0 0.3rem;
    }
    .Header_Container.act .box nav,
    .Header_Container.on .box nav,
    .Header_Container.select .box nav {
      margin-left: 0.95rem;
    }
    .HumanResources02 .box .boxRight .list .active .two {
      padding: 0.42rem 0 0.8rem;
    }
    .HumanResources02 .box .boxRight .list .item .two .content .content2 {
      margin-top: 0.16rem;
      margin-bottom: 0.16rem;
    }
    .HumanResources02 .box .boxRight .list .item .two .content .content3 {
      height: 9em;
    }
    .Search_01 .box .content2 form {
      --H: 60px;
    }
    .side_popup .box .lx .orientation {
      width: 1.9rem;
    }
  }
  @media screen and (max-width: 1400px) {
    .Home_Product {
      margin-top: -0.9rem;
    }
    .About_01_box .pic,
    .About_01_box .mask {
      height: 100vh;
    }
    .HumanResources02 .box .boxRight .list .item .two .content .content3 {
      font-size: var(--f16);
    }
    .banner_button div {
      width: 40px;
      height: 40px;
    }
    .Header_Container .box nav .item{
         padding: 0 0.2rem;
    }
    .Home_Product .box1 .item .content{
        padding: 0.25rem 0.4rem 0.1rem
    }
  }
  @media screen and (max-width: 1281px) {
    .Home_About .box1 .float .dian1 {
      margin-top: 6%;
    }
    .Home_About .box1 .float .dian3 {
      margin-top: 1%;
    }
    .Header_Container .box .search {
      margin: 0 0.3rem;
    }
    .Header_Container .box nav {
      margin-left: 0.45rem;
    }
    .Header_Container .box nav .item {
      padding: 0 0.18rem;
    }
    .Header_Container.act .box nav,
    .Header_Container.on .box nav,
    .Header_Container.select .box nav {
      margin-left: 0.55rem;
    }
    .Home_Product {
      margin-top: -1.1rem;
    }
    .Home_News .box .boxRight .scroll .item {
      margin-bottom: 0.3rem;
    }
    .Home_News {
      --H: 5.3rem;
    }
    .About_01 .box .boxLeft .wenan {
      margin-bottom: 0.6rem;
    }
    .About_04 {
      --w1: 3.6rem;
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .right img {
      height: 100%;
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .left .line svg {
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .left .content1 {
      margin-top: 0.15rem;
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .left {
      padding: 1rem 0.4rem;
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .title {
      top: 0.6rem;
    }
    .InnovationChangesChemistry_01 .box .boxLeft .sticky .titleEn .step1 {
      /*font-size: 0.94rem;*/
    }
    .HumanResources02 .box .boxRight .list .active .two {
      padding: 0.4rem 0 0.4rem;
    }
    .HumanResources02 .box .boxRight .list .item .two .content .content3 {
      height: 11em;
    }
  }
  @media screen and (max-width: 1200px) {
      .maodian {
          top: calc(var(--nav_height) * -1 + 1px);
      }
    .HeaderMobile .language {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
    }
    .HeaderMobile .language .a {
      color: #000;
      font-size: var(--f20);
      font-family: 'MR';
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s;
    }
    .HeaderMobile .language .a svg {
      margin-left: 2px;
      -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
      transform: translateY(-1px);
    }
    .HeaderMobile .language .a svg path {
      stroke: #0084C4;
    }
    .HeaderMobile .language .select {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 1rem;
      top: 100%;
      padding-top: 8px;
      pointer-events: none;
    }
    .HeaderMobile .language ul {
      background: rgba(255, 255, 255, 0.4);
      -webkit-backdrop-filter: blur(14px);
      backdrop-filter: blur(14px);
      padding: 0.1rem 0;
      border-radius: 10px;
      opacity: 0.001;
      pointer-events: none;
      visibility: hidden;
    }
    .HeaderMobile .language ul li a {
      text-align: center;
      line-height: 2;
      font-size: var(--f16);
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s;
    }
    .HeaderMobile .language ul li a:hover {
      color: #0084C4;
    }
    .HeaderMobile .language.active .select {
      pointer-events: auto;
    }
    .HeaderMobile .language.active .select ul {
      opacity: 1;
      pointer-events: auto;
      visibility: initial;
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s;
    }
    .mobile_search .close i {
      font-size: var(--f34);
    }
    .Home_Banner .page {
      bottom: 0.1rem;
    }
    .Home_Banner .page > div {
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
    }
    :root {
      --buttonHeight: 48px;
    }
    .Home_Product {
      margin-top: -2.3rem;
    }
    .Home_About .box1 {
      margin-top: -1.5rem;
      overflow: hidden;
    }
    .Home_About .box1 > div {
      width: 150% !important;
      -webkit-transform: translateX(-8%);
      -ms-transform: translateX(-8%);
      transform: translateX(-8%);
    }
    .Home_About .box1 .float .dian1 {
      margin-top: 11%;
    }
    .Home_About .box1 .float .dian2 {
      margin-top: 17%;
    }
    .Home_About .box1 .float .dian3 {
      margin-top: 21%;
    }
    .Home_Product .banner_button {
      margin-top: 0.6rem;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .Home_Product .box {
      --w1: 100%;
    }
    .XunKai .img img {
      min-height: 4rem;
    }
    .side_popup .box .lx .orientation {
      width: 2rem;
    }
    .About_01_box .mask {
      opacity: 1;
    }
    .About_01_box .pic {
      bottom: 0;
      top: auto;
      background: #ebf2fa;
      padding-top: 6rem;
    }
    .About_01 .box .boxRight .list {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .left .line svg {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
    .InnerBanner .orientation {
      padding-top: 0;
    }
    .InnerBanner .img img {
      height: 4rem;
    }
    .navheight {
      height: 1px;
    }
    .Product_07 .box {
      overflow: scroll;
    }
    .Product_07 .box table {
      width: 150%;
    }
    .InnovationChangesChemistry_01 {
      --pTop: 1rem;
    }
    .InnovationChangesChemistry_01 .box .boxLeft .sticky .titleCn {
      margin-bottom: 0.3rem;
    }
    .InnovationChangesChemistry_01 .box .boxLeft .sticky .step3,
    .InnovationChangesChemistry_01 .box .boxLeft .sticky .titleCn p,
    .InnovationChangesChemistry_01 .box .boxRight .step4 {
      -webkit-transform: translateY(0rem);
      -ms-transform: translateY(0rem);
      transform: translateY(0rem);
    }
    .InnovationChangesChemistry_01 .box .boxLeft .sticky .titleEn div,
    .InnovationChangesChemistry_01 .box .boxLeft .sticky .step2,
    .InnovationChangesChemistry_01 .box .boxLeft .sticky .step3,
    .InnovationChangesChemistry_01 .box .boxRight .step4,
    .InnovationChangesChemistry_01 .box .boxRight ul li .left p,
    .InnovationChangesChemistry_01 .box .boxRight ul li::before {
      opacity: 1;
    }
    .InnovationChangesChemistry_01 .box .boxRight ul {
      display: grid;
      gap: 10px;
    }
    .InnovationChangesChemistry_01 .box .boxRight .step4,
    .InnovationChangesChemistry_01 .box .boxRight {
      padding: 0;
      -webkit-mask-image: initial;
      mask-image: initial;
    }
    .InnovationChangesChemistry_01 .pic img {
      height: initial;
      opacity: 0.2;
    }
    .InnovationChangesChemistry_03 .box .item {
      position: relative;
    }
    .HumanResources01 .box {
      --H: 2.4rem;
    }
    .About_02 .box .swiper-slide figcaption .content1 {
      font-weight: bold;
    }
    .pu_page {
      gap: 0.2rem;
    }
    .Product_01 .box .list .item figcaption {
      padding: 0.3rem;
    }
    .Product_04 .box .item .content2 {
      margin: 0.5rem 0 0.2rem;
    }
    .pu_page .prev a,
    .pu_page .next a {
      width: 40px;
      height: 40px;
    }
    .About_01 .box .boxLeft .step2{
        position: initial;
        transform: translateY(0);
        opacity: 1;
    }
    .Footer_Container .box .boxRight,
    .About_01 .box .boxLeft .step1,
    .Home_Product .box1 .item .more,
    .Header_Container,
    .InnerNav,
    .pu_page .number,
    .InnovationChangesChemistry_01 .box .boxLeft .sticky .titleEn .step1,
    .HumanResources02 .box .boxLeft {
      display: none;
    }
    .Home_Product .box.phone_main,
    .About_01 .box .boxLeft .step2 {
      display: block !important;
    }
    .Home_News .box .boxLeft p img,
    .About_01_box .mask,
    .Home_News .box .boxRight .scroll,
    .Home_Product .box1 .item .desc,
    .About_01_box,
    .InnovationChangesChemistry_01 .box .boxLeft .sticky .titleCn,
    .InnovationChangesChemistry_01 .box .boxRight {
      height: initial;
      max-height: initial;
    }
    .Home_Product .box1,
    .Product_01 .box .list,
    .News_02 .box .list,
    .Product_02 .box .list,
    .Product_04 .box,
    .Product_05 .box {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }
    .InnovationChangesChemistry_03 .box {
      gap: 10px;
    }
    .Home_About .box .boxRight .list li .left .top,
    .About_01 .box .boxRight .list li .left .top {
      font-size: 0.58rem;
    }
    .InnerBanner .orientation .title {
      font-size: var(--f46);
    }
    .Home_Banner .banner .swiper-slide .orientation .content1 {
      font-size: var(--f40);
    }
    .XunKai .box .content1,
    .News_03 .box .boxLeft .content1 {
      font-size: var(--f32);
    }
    .News_01 .box .item .boxRight .content2,
    .About_02 .box .swiper-slide figcaption .content1 {
      font-size: var(--f26);
    }
    .Home_Banner .banner .swiper-slide .orientation .content2,
    .HumanResources01 .box .item .orientation .content1 {
      font-size: var(--f24);
    }
    .Home_About .box .boxLeft,
    .Home_News .box .boxLeft,
    .Footer_Container .box .boxLeft,
    .About_01 .box .boxLeft,
    .About_05 .box .boxLeft,
    .News_01 .box .item .boxLeft,
    .News_03 .box .boxLeft,
    .Product_03 .box .boxLeft,
    .Product_06 .box .item .boxLeft,
    .InnovationChangesChemistry_01 .box .boxLeft,
    .HumanResources02 .box .boxLeft {
      width: 100%;
      padding-right: 0;
      padding-left: 0;
      -webkit-box-flex: 1;
      -webkit-flex: 1 100%;
      -ms-flex: 1 100%;
      flex: 1 100%;
    }
    .Home_About .box .boxRight,
    .Home_News .box .boxRight,
    .Footer_Container .box .boxRight,
    .About_01 .box .boxRight,
    .About_05 .box .boxRight,
    .News_01 .box .item .boxRight,
    .News_03 .box .boxRight,
    .Product_03 .box .boxRight,
    .Product_06 .box .item .boxRight,
    .InnovationChangesChemistry_01 .box .boxRight,
    .HumanResources02 .box .boxRight {
      width: 100%;
      padding-right: 0;
      padding-left: 0;
      -webkit-box-flex: 1;
      -webkit-flex: 1 100%;
      -ms-flex: 1 100%;
      flex: 1 100%;
      margin-top: 0.6rem;
    }
    .News_01 .box .item .boxRight {
      padding: 0.3rem;
    }
    .Home_News .box .boxRight {
      padding: 0 0.3rem;
    }
    .About_01 .box .boxRight,
    .Home_News .box .boxRight,
    .News_01 .box .item .boxRight,
    .HumanResources02 .box .boxRight {
      margin-top: 0;
    }
    .Product_05 .box {
      gap: 0.8rem 0.3rem;
    }
    .fullBanner,
    .fullBanner > div > div > section,
    .InnovationDevelopment .item .img {
      height: calc(var(--vh) - var(--nav_height));
    }
  }
  @media screen and (max-width: 699px) {
    :root {
      --buttonHeight: 40px;
    }
    .link_02 .a,
    .link_01 .a {
      padding: 0 0.1rem 0 0.3rem;
    }
    .Home_About .box .boxRight .list li .right p {
      width: 0.82rem;
    }
    .Home_About .box1 {
      margin-top: -3.5rem;
      overflow: hidden;
    }
    .Home_About .box1 > div {
      width: 176% !important;
      -webkit-transform: translateX(-13%);
      -ms-transform: translateX(-13%);
      transform: translateX(-13%);
    }
    .Home_About .box1 .float .dian1 {
      margin-top: 30%;
    }
    .Home_About .box1 .float .dian1 img {
      width: 40px;
    }
    .Home_About .box1 .float .dian2 {
      margin-top: 33%;
    }
    .Home_About .box1 .float .dian2 img {
      width: 20px;
    }
    .Home_About .box1 .float .dian3 {
      margin-top: 39%;
    }
    .Home_About .box1 .float .dian3 img {
      width: 30px;
    }
    .Home_Product {
      margin-top: -4rem;
    }
    body {
      padding-bottom: 50px;
    }
    .side_popup {
      width: 100%;
      bottom: 0;
      right: 0;
      -webkit-box-shadow: 0px 0px 0px 1px #eee;
      box-shadow: 0px 0px 0px 1px #eee;
    }
    .side_popup .box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
    .side_popup .box .content {
      border-radius: 0;
      width: 66.666%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      height: 50px;
      min-height: initial;
    }
    .side_popup .box .content .heng {
      display: none;
    }
    .side_popup .box .content .lx,
    .side_popup .box .content .zx {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .side_popup .box .content .lx .icon,
    .side_popup .box .content .zx .icon {
      margin-bottom: 0;
    }
    .side_popup .box .content .lx .text,
    .side_popup .box .content .zx .text {
      display: none;
    }
    .side_popup .box .content .lx .text br,
    .side_popup .box .content .zx .text br {
      display: none;
    }
    .side_popup .box .content .lx .orientation,
    .side_popup .box .content .zx .orientation {
      display: none;
    }
    .side_popup .box .goTop {
      margin-top: 0;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      border-radius: 0;
      aspect-ratio: initial;
    }
    .banner_button div svg {
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
    }
    .XunKai .img img {
      min-height: 5rem;
    }
    .Home_Product .box1,
    .Product_01 .box .list,
    .News_02 .box .list,
    .Product_02 .box .list,
    .Product_04 .box,
    .Product_05 .box {
      grid-template-columns: repeat(1, 1fr);
    }
    .Footer_Container .box1 .wMain {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-flow: column-reverse;
      -ms-flex-flow: column-reverse;
      flex-flow: column-reverse;
    }
    .Footer_Container .box1 .left {
      width: 100%;
      -webkit-box-flex: 1;
      -webkit-flex: 1 100%;
      -ms-flex: 1 100%;
      flex: 1 100%;
    }
    .Footer_Container .box1 .right {
      width: 100%;
      -webkit-box-flex: 1;
      -webkit-flex: 1 100%;
      -ms-flex: 1 100%;
      flex: 1 100%;
      margin-bottom: 0.3rem;
    }
    .Footer_Container .box1 .right ul li .ewm {
      width: 1.5rem;
    }
    .Footer_Container .box1 .left p {
      display: block;
    }
    .Footer_Container .box1 .left p em:first-child {
      display: none;
    }
    .Home_Banner .banner .swiper-slide .orientation {
      width: 69%;
    }
    .HeaderMobile .language .select {
      width: 1.3rem;
    }
    .HeaderMobile .language .select ul {
      -webkit-box-shadow: 0px 0px 0px 1px #eee;
      box-shadow: 0px 0px 0px 1px #eee;
    }
    .mobile_search .input input {
      min-height: 50px;
    }
    .mobile_search .label .btn {
      width: 50px;
    }
    .about_03 .ab_bot .swiper {
      padding: 3.3rem var(--interval);
    }
    .About_05 .box .boxRight .item input {
      height: 44px;
    }
    .About_05 .box .boxLeft .content {
      margin-bottom: 0.3rem;
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide .item {
      background: transparent;
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .right {
      position: absolute;
       top: 0;
    left: 0;
    height: 100%;
    width: 100%;
      z-index: -1;
      width: 100%;
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .right img {
      width: 100%;
      height: 100%;
      opacity: 0.2;
    }
    .About_01 .box .boxLeft .step2 {
      height: 5rem;
      padding-bottom: 0.4rem;
      -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #000), color-stop(90%, #000), to(transparent));
      -webkit-mask-image: linear-gradient(to bottom, transparent, #000 0%, #000 90%, transparent);
      mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #000), color-stop(90%, #000), to(transparent));
      mask-image: linear-gradient(to bottom, transparent, #000 0%, #000 90%, transparent);
      overflow: auto;
      overflow-x: hidden;
      overflow-y: auto;
      padding-right: 0.1rem;
    }
    .About_01 .box .boxLeft .step2::-webkit-scrollbar {
      width: 2px;
      height: 2px;
    }
    .About_01 .box .boxLeft .step2::-webkit-scrollbar-thumb {
      border-radius: 2px;
      background: #0084C4;
    }
    .About_01 .box .boxLeft .step2::-webkit-scrollbar-track {
      border-radius: 2px;
      background: rgba(0, 0, 0, 0.1);
    }
    @-moz-document url-prefix() {
      .About_01 .box .boxLeft .step2 {
        scrollbar-color: #0084C4 rgba(0, 0, 0, 0.1);
        scrollbar-width: thin;
      }
    }
    .about_03 .ab_bot {
      -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #000), color-stop(95%, #000), to(transparent));
      -webkit-mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
      mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #000), color-stop(95%, #000), to(transparent));
      mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .icon p {
      width: 1rem;
      height: 1rem;
    }
    .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .icon p img {
      max-height: 28px;
    }
    .Home_News .box {
      border-radius: 10px;
    }
    .News_03 .box .boxLeft .content4 .left {
      padding-right: 0;
    }
    .News_03 .box .boxLeft .content4 .right {
      display: none;
    }
    .Product_07 .box table {
      width: 250%;
    }
    .Product_05 .box {
      gap: 0.8rem;
    }
    .InnovationChangesChemistry_01 .box .boxLeft .sticky .desc {
      line-height: 1.8;
    }
    .InnovationChangesChemistry_01 .box .boxRight ul li {
      padding: 0.3rem;
    }
    .InnovationChangesChemistry_01 .box .boxRight ul li .left p img {
      max-height: 40px;
      max-width: 80%;
    }
    .InnovationChangesChemistry_03 .box .item {
      border-radius: 10px;
      overflow: hidden;
    }
    .InnovationChangesChemistry_03 .box .item .img {
      position: relative;
    }
    .InnovationChangesChemistry_03 .box .item .img img {
      min-height: 5rem;
    }
    .InnovationChangesChemistry_03 .box .item .img::before {
      content: '';
      position: absolute;
       top: 0;
    left: 0;
    height: 100%;
    width: 100%;
      background: rgba(0, 132, 196, 0.2);
    }
    .InnovationChangesChemistry_03 .box .item .orientation {
      padding: 0 0.3rem;
    }
    .InnovationChangesChemistry_03 .box .item .orientation .content2 {
      line-height: 1.8;
      max-width: none;
    }
    .InnovationChangesChemistry_01 .box .boxRight ul li .right .time {
      color: #0084C4;
    }
    .InnovationChangesChemistry_01 .box .boxRight ul li .right .text {
      color: #000;
    }
    .InnovationDevelopment .item .orientation {
      bottom: auto;
      top: 1rem;
    }
    .InnovationDevelopment .item .orientation .card {
      width: 100%;
    }
    .fullBanner > div > div:last-child {
      padding-bottom: 50px;
    }
    .HumanResources01 .box .item .orientation {
      padding: 0.3rem;
    }
    .HumanResources02 .box .boxRight .list .item .two .content .content4 {
      padding: 0;
    }
    .HumanResources02 .box .boxRight .list .item .two .content .content2 {
      margin-top: 0.3rem;
    }
    .HumanResources02 .box .boxRight .list .item .one div p svg,
    .HumanResources02 .box .boxRight .list .item .two .content .content1 p svg {
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
    }
    .HumanResources03 .box .list .item .top .right span {
      width: 12px;
    }
    .HumanResources03 .box .list .item .top,
    .HumanResources03 .box .list .item .bot {
      padding: 0 0.3rem;
    }
    .HumanResources03 .box .list .item .bot .content .desc {
      line-height: 1.8;
    }
    .Search_01 .box .content2 form {
      --H: 45px;
    }
    .Footer_Container .box1 .right ul li a img {
      transform: scale(0.8);
    }
    .About_05 .box .boxLeft .ewm figure img {
      width: 100px;
    }
    .InnovationDevelopment .item .orientation .card .content2 {
      margin-top: 0.5rem;
      margin-bottom: 0.3rem;
    }
    .Home_Product .box .swiper .item .orientation2 ul {
      display: none;
    }
    .title_01 .h5,
    .Product_03 .box .boxLeft .content1,
    .InnovationChangesChemistry_01 .box .boxLeft .sticky .titleCn p,
    .InnovationDevelopment .item .orientation .card .content1,
    .Search_01 .box .content1 {
      font-size: var(--f28);
    }
    .Home_Banner .banner .swiper-slide .orientation .content1,
    .XunKai .box .content1,
    .News_03 .box .boxLeft .content1,
    .InnovationChangesChemistry_03 .box .item .orientation .content1,
    .HumanResources02 .box .boxRight .list .item .one div p,
    .About_04 .box .swiper .swiper-wrapper .swiper-slide .item .title,
    .HumanResources02 .box .boxRight .list .item .two .content .content1 p {
      font-size: var(--f26);
    }
    .title_01 .h6,
    .News_01 .box .item .boxRight .content2,
    .About_02 .box .swiper-slide figcaption .content1,
    .Product_04 .box .item .content2,
    .InnovationChangesChemistry_01 .box .boxLeft .sticky .titleEn div,
    .InnovationChangesChemistry_01 .box .boxRight ul li .right .text,
    .InnovationChangesChemistry_04 .box .swiper .item .content1,
    .HumanResources03 .box .list .item .top .left {
      font-size: var(--f22);
    }
    .link_01 .a span,
    .InnovationChangesChemistry_01 .box .boxRight ul li .right .time {
      font-size: 15px;
    }
    
    .HumanResources01 .box .item .orientation .content1,
    .XunKai .box .content2,
    .mobile_search .input input,
    .About_01 .box .boxLeft .desc,
    .InnovationChangesChemistry_01 .box .boxLeft .sticky .desc,
    .HumanResources03 .box .list .item .bot .content .desc,
    .InnovationDevelopment .item .orientation .card .content3 {
      font-size: 14px;
    }
    .Home_Product .box .swiper .item .orientation2 .ul li,
    .Footer_Container .box1 .left,
    .News_03 .box .boxLeft .content3 table tr td ,
    .Home_Banner .banner .swiper-slide .orientation .content2,
    .InnovationChangesChemistry_03 .box .item .orientation .content2{
      font-size: 12px;
    }
    .HumanResources01 .box .item .orientation .content2 {
      font-size: 10px;
    }
    .Home_Banner .banner .swiper-slide .orientation .content2{
        line-height: 1.8;
    }
    
    
    .InnovationChangesChemistry_01 .box .boxRight{
        --h:1.5rem;
    }
  }
  
  .SplitText1,
  .SplitText{
    opacity: 0;
  }
  
  .InnovationChangesChemistry_01 .pic{
      overflow: hidden;
  }
  
  .InnovationChangesChemistry_01 .pic img{
      transform: scale(1.1);
      transition: transform 2s cubic-bezier(.39,.575,.565,1);
  }
  .InnovationChangesChemistry_01.go .pic img{
      transform: scale(1);
  }
  
  
  .InnovationChangesChemistry_01 .pic::before{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height:2rem;
      background: linear-gradient(to bottom, rgba(0, 132, 196,0.15) ,transparent);
      background: -webkit-linear-gradient(to bottom, rgba(0, 132, 196,0.15) ,transparent);
  }
  /*# sourceMappingURL=./style.css.map */