﻿@media (max-width: 1440px) {
}

@media (max-width: 996px) {
  .pc {
    display: none;
  }
  .mb {
    display: block;
  }
  .pc-header .right-box .top .li.searcher{
    padding: 0 .25rem;
  }
  .pc-header .right-box .nav-list {
    display: none;
  }
  .header-fix {
    height: 1.85rem;
  }
  .pc-header {
    padding: 0 4%;
    height: 1.85rem;
  }
  .pc-header .logo {
    width: 3rem;
    line-height: 1;
  }
  .pc-header .right-btn .li {
    margin-left: 0.5rem;
  }
  .pc-header .right-btn .li.mb {
    display: flex;
  }
  header .hamburger {
    padding: 0;
    height: 20px;
    margin-left: 0rem;
  }
  .search-box {
    width: 80%;
  }
  .search-box {
    padding: 0.75rem 0;
  }
  .search-box .search-inp {
    height: 1rem;
  }
  .hamburger-box {
    width: 20px;
    height: 24px;
    display: inline-block;
    position: relative;
  }

  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }

  header .hamburger-box {
    width: 20px;
    height: 20px;
    margin-left: 0;
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 20px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }

  header .hamburger--3dx-r .hamburger-inner {
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1),
      background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  }

  header .hamburger-inner,
  header .hamburger-inner::before,
  header .hamburger-inner::after {
    background: #fff !important;
  }

  header .hamburger-inner,
  header .hamburger-inner::before,
  header .hamburger-inner::after {
    width: 20px;
    height: 2px;
  }

  header .hamburger-inner::before {
    top: -6px;
  }

  header .hamburger-inner::after {
    bottom: -6px;
  }

  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }

  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }

  header .warp-nav {
    height: calc(100vh - 1.85rem);
    padding: 0 0 45px;
    position: fixed;
    background: rgba(255, 255, 255, 1);

    width: 100%;
    left: 0;
    top: 1.85rem;
    z-index: 9999;
    display: none;
  }

  .pc-header .lan .tit .icon2 {
    display: none;
  }

  header .warp-nav .nav {
    font-size: 16px;
    color: #333;
    position: relative;
    overflow-y: auto;
    height: calc(100vh - 1.85rem);
  }

  header .warp-nav .search {
    width: 90%;
    margin: 0 auto;
    padding: 0.5rem 0;
    
  }

  header .warp-nav .search .input1 {
    padding: 0 0.5rem;
    height: 40px;
    color: #000;
    width: 100%;
    background: transparent;
    border-radius: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }

  header .warp-nav .search .input2 {
    width: 30px;
    height: 30px;
    background: url(404.png) no-repeat center center;
    background-size: 15px 16px;
    position: absolute;
    right: 3%;
    top: 50%;
    margin-top: -15px;
  }

  header .icon.search {
    display: none;
  }

  header .warp-nav .nav .warp-btn {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    display: block;
    padding: 15px 0;
    line-height: 1.5;
    position: relative;
    font-size: 16px;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  header .warp-nav .nav .li {
    position: relative;
    width: 100%;
    padding: 0 5%;
  }

  header .warp-nav .nav .tit {
    width: 100%;
    padding: 15px 0;
    line-height: 60px;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  header .warp-nav .nav .sub-tit {
    display: block;
  }

  header .warp-nav .nav .tit {
    line-height: 1.5;
  }

  header .warp-nav .nav .tit:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    text-align: center;
    position: absolute;
    right: 5%;
    top: 20px;
    background: url(../image/img1.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 15px auto;
    transform: rotate(0);
    transform-origin: center center;
    transition: all 0.3s ease-in-out;
    filter: grayscale(100%) brightness(0%) !important;
  }

  header .warp-nav .nav .sec-list {
    line-height: 40px;
    padding: 0.35rem 0 0.35rem 6%;
    display: none;
    font-size: 14px;
  }

  header .warp-nav .nav .sec-tit {
    font-size: 15px;
    color: #8ebfea;
    position: relative;
    transition: all 0.4s;
    display: block;
  }

  header .warp-nav .nav .sec-list-nav {
    font-size: 13px;
    padding-left: 8px;
    line-height: 30px;
    display: none;
  }

  header .warp-nav .nav .sec-list a {
    color: #000;
    text-transform: capitalize;
  }

  header .warp-nav .nav .sec-list-nav a {
    color: #8ebfea;
  }

  .js-m-2-1 {
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
  }

  .js-m-2-1.animate {
    opacity: 1;
    transform: translate(0, 0);
  }

  .pc-header {
  }

  .pc-header .nav-list .li .tit {
    color: #333;
  }
  .pc-header .right-btn .li {
    color: #000;
  }
  .pc-header .right-btn .li .icon {
    fill: #000;
  }
  .banner-container {
    height: 17rem;
  }
  .banner-container .swiper-slide .txt {
    position: absolute;
    z-index: 3;
    top: 36.88%;
    left: 0;
    width: 100%;
    padding: 0 4%;
  }
  .banner-container .swiper-slide .txt .t1 {
    font-size: 1rem;
  }
  .banner-container .swiper-slide .txt .t1 br {
    display: none;
  }
  .banner-container .swiper-slide .txt .more {
    margin-top: 1rem;
  }
  .banner-container .swiper-slide .txt .en{
    font-size: .7rem;
  }
  .home-a {
    padding: 1.5rem 0;
  }
  .view {
    padding: 0 4%;
  }
  .pc-header .logo svg {
    height: 1rem;
  }
  .pc-header .right-box .top {
    margin-top: 0;
  }
  .pc-header .right-box .top .li {
    padding: 0 0.25rem;
    line-height: 1;
  }
  .pc-header .right-box .top .li.shop svg,
  .pc-header .right-box .top .li.lan svg,
  .pc-header .right-box .top .li.searcher svg {
    width: 0.5rem;
  }
  .pc-header .right-box .top .li.lan .tit-14 {
    font-size: 0.4rem;
  }
  .pc-header .right-box .top .li.searcher{
    padding-bottom: 0;
  }
  .pc-header .right-box .top .li.lan {
    padding-bottom: 0;
  }
  .main-tit {
    padding: 0 4%;
  }
  .main-tit .t {
    font-size: 1rem;
  }
  .home-a .content {
    display: block;
    margin-top: 1rem;
  }
  .home-a .content .txt {
    width: 100%;
    padding-right: 0;
  }
  .home-a .content .txt .t1 {
    padding-right: 0;
    height: auto;
  }
  .home-a .content .txt .more {
    margin-top: 1rem;
  }
  .home-a .content .home-a-container {
    width: 100%;
    margin-top: 1rem;
    height: auto;
  }

  .tit-60 {
    font-size: 0.85rem;
  }
  .home-b {
    padding: 1.5rem 0;
  }
  .home-b .tit-60{
    padding: 0 6%;
    line-height: 1.4;
  }
  .home-b-container .swiper-slide {
    width: 100%;
    margin-right: 0;
    margin: 0;
    
  }
  .home-b .mb-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;

  }
  .home-b-top .tit-70{
    font-size: .85rem;
    line-height: 1.4;
  }
  .home-b-container{
    margin-top: 1rem;
  }
  .home-b-container .swiper-slide .img{
    height: auto;
    max-height: 10.5rem;
  }
  .home-b-container {
    padding: 0 4%;
  }
  .home-c {
    height: 12rem;
  }
  .home-c .txt {
    padding: 0 4%;
  }
  .home-c  .tit-70{
    font-size: .85rem;
    line-height: 1.4;
  }
  .home-d {
    padding: 1.5rem 0;
  }
  .home-d-container {
    margin-top: 1rem;
  }
  .home-d-container .swiper-slide {
    width: 100%;
    margin-right: 0;
  }
  .home-d-container .swiper-slide .img{
    height: auto;
    max-height: 9.5rem;
  }
  
  .home-d-container .main-swiperbox .scrollbar {
    width: calc(100% - 6rem);
  }
  .home-c  .tit-70{
font-size: .85rem;
line-height: 1.4;
text-align: center;
  }
  .home-c .txt .t2{
    text-align: center;
  }

  .home-c .txt .more{
    margin: 0 auto;
  }

  .home-e  .tit-70{
    font-size: .85rem;
    line-height: 1.4;
    text-align: center;
      }
      .home-e .txt .t2{
        text-align: center;
      margin-top: .5rem;
      }
    
      .home-e .txt .more{
        margin: .75rem auto 0;
      }
   
  .home-e .txt{
top: 2rem;
left: 4%;
  }
  .footer-top {
    display: block;
    padding: 1.5rem 4%;
    display: none;
  }
  .footer-top a.logo svg {
    height: 1.775rem;
  }
  .footer-top .nav-list {
    display: none;
  }
  .footer-bot {
    display: block;
    padding: 1rem 4%;
    height: auto;
  }
  .shear-list {
    margin-top: 0.5rem;
  }
  .about-banner {
    height: 11rem;
  }
  .about-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-banner .txt {
    padding: 0 4%;
  }
  .about-banner .txt .tit-80 {
    font-size: 0.8rem;
  }
  .about-banner .txt .t2 {
    font-size: .8rem;
    
  }
  .about-banner .txt .line {
    height: 1rem;
    margin: 0 0.5rem;
  }
  .about-a {
    padding: 1.5rem 0;
  }
  .view2 {
    padding: 0 4%;
  }
  
  .about-a .txt {
    display: block;
  }
  .about-a .txt .left {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 0.5rem;
  }
  .about-a .txt .left .t2 {
    margin-top: 1rem;
  }
  .about-a .txt .img-box {
    width: 100%;
    height: 11.5rem;
  }
  .about-a .txt .img-box .img1 {
    width: 7.5rem;
  }
  .about-a .txt .img-box .img2 {
    width: 6.4rem;
  }
  .about-b .txt {
    padding: 0 4%;
    text-align: center;
  }
  .about-b .txt .tit-52 {
    font-size: 1rem;
  }
  .about-b .txt .wmore {
    margin-top: 1rem;
  }
  .about-c {
    padding: 1.5rem 4%;
  }
  .about-c .top {
    display: block;
  }
  .about-c .top .tablist {
    margin-left: 0;
    margin-top: 1rem;
    padding-bottom: 0.2rem;
    overflow: auto;
  }
  .about-c .top .tablist .li {
    margin-left: 0;
    margin-right: 0.5rem;
  }
  .about-c-container {
    margin-top: 1rem;
  }
  .about-c-container .swiper-slide {
    width: 100%;
  }
  .about-d {
    padding: 1.5rem 0;
  }
  .about-d-container {
    margin-top: 1rem;
  }
  .about-d-container .swiper-slide {
    width: 50%;
  }
  .value-banner .num{
    font-size: .8rem;
  }
  .value-banner .tit-72 {
    font-size: 1rem;
  }
  .value-banner .txt {
    width: 100%;
    padding: 0 4%;
  }
 
  .value .txt {
    
    width: 92%;
  }
  .value .txt .text-bold {
    font-size: 0.8rem;
  }
  .value .txt .text-bold.tit-48{
    text-align: center;
font-size: .7rem;
  }

  .product-list {
    padding-top: 3rem;
  }
  .product-list .top {
    width: 92%;
    margin: 1.5rem auto 0;
    flex-direction: column;
  }
  .product-list .top .tit-60 {
    margin-bottom: 1rem;
  }
  .main-search {
    width: 100%;
  }
  .product-list .content {
    flex-direction: column;
    margin-top: 1rem;
    width: 100%;
  }
  .product-list .content .left {
    width: 100%;
  }
  .product-list .content .list {
    width: 100%;
    padding-left: 0;
    padding-top: 1rem;
  }
  .product-list .content .list .li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .inv-c{
    display: block;
    margin-top: .5rem;
    margin-bottom: 0rem;
  }
  .inv-c .li .img{
    height: auto;
  }
  .inv-c .li{
    width: 100%;
    margin-right: 0;
    margin-bottom: .5rem;
  }
  .pc-header .searchbox{
    display: none;
  }
  .inv{
    padding: 1.5rem 0;
  }
  .inv-b-list{
    margin-top: 1rem;
  }
  .inv-b-list .li .t2{
    width: 60%;
  }
  .inv-b-list .li{
    margin-bottom: 0.5rem;
  }
  .inv-a{
    display: block;
    margin-top: 1rem;
  }
  .inv-a .t3{
    margin-top: 0.5rem;
  }
  .inv-a .list{
    flex-wrap: wrap;
    margin-top: 1rem;
    
  }
  .inv-a .list .li{
    width: 50%;
    margin-right: 0;
  }
  .inv-a .list .li:nth-child(2n){
    padding-left: 1rem;
  }
  .inv-a .list .li:nth-child(2n)::after{
    display: none;

  }
  .inv-a .t4{
    margin-top: 1rem;
  }
  .inv-a .right-box{
    width: 100%;
    margin-top: 1.5rem;
    padding-left: 0;
    border-left: 0;
  }
  .acce{
    padding: 1.5rem 0;
  }
  .tit-72{
    font-size: 0.85rem;
  }
  .acce .list{
    margin-top: 1rem;
  }
  .acce .list .li{
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    box-shadow: 0px 0px 3px rgba(51, 51, 51, .1);
        background-color: rgba(51, 51, 51, 0.03);
  }
  .acce .list .li .txt{
    position: relative;
    
    padding: 1rem 0.5rem 1rem;
    background-color: transparent;
    
    color: #2e2e2e;
  }
  .acce .list .li  .bg{
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    height: 7rem;
    border-radius: .5rem;
    background-position: 90%;
  }
  .acce .list .li .txt .t1{
    font-size: .7rem;
  }
  .acce .list .li .txt .t2{
    width: 100%;
    margin-top: .6rem;
  }
  .acce .list .li .txt .wmore{
    margin-top: 1rem;
    background: #209cb5e6;
  
  }
  
  .about-a .num-list{
    margin-top: 1rem;
  }
  .about-a .num-list .numt{
    font-size: 1rem;
  }
  .about-a .num-list  .tit-22{
    font-size: 0.4rem;
  }
}
@media (max-width:996px) {
  .banner-container .swiper-pagination{
    right: auto;
    left: 4%;
    bottom: 1rem;
  }
  .home-e{
    height: 12rem;
  }
  .to-top{
    display: none !important;
  }
  .about-a .num-list .li{
    margin-right: 0rem;
    width: 50%;
  }
  .about-a .num-list .li:nth-child(even){
    margin-right: 0;
    padding-left:1rem;
  }
  .about-a .num-list .li:nth-child(3n){
    margin-right: 0;
  }
  .about-a .num-list .tit-22{
    text-align: left;
  }
  .home-d-container .swiper-slide .btn .t{
    white-space: nowrap;
  }
  .product-list .content .list .li .img{
    height: auto;
  }
  .v-d{
    height: 140vh;
  }
}

@media (max-width:1680px){
  .to-top{
    width:2rem ;
    height: 2rem;
padding: .2rem;
  }
}
@media (max-width:1100px){
  .to-top{
    width:2.5rem ;
    height: 2.5rem;
padding: .2rem;
  }
}
@media (max-width:996px){
  .v-b1 .line-1 svg{
    height: 21rem;
  }
  .v-b2 .line-1 svg{
    height:21rem;
  }
  .v-b2 .line-1{
    top: -45%;
  }
  .v-c .line-1 svg{
 
    height:19rem;

  }
  .v-d .line-1{
    top: -27%
  }
  .v-d .line-1 svg{
    height: 26rem;
  }
  .v-d .end{
    top: 60%;
  }
  .v-d .liness{
    height: 10rem;
  }
}