@charset "utf-8";
/* CSS Document */
/*首页内容部分调整<=992 平板*/
@media (max-width: 1520px) {
  body,
  html {
    font-size: 54.5%;
  }
  .about {
    height: calc(80vh - var(--height));
  }
}
@media (max-width: 1380px) {
  body,
  html {
    font-size: 52.5%;
  }
  header .nav ul li > a {
    font-size: 1.7rem;
  }
  .i_part4 .con {
    width: 95%;
    padding-left: 5%;
  }
  .about1 .contain .ll {
    width: 40%;
  }
  .about1 .contain .ll img {
    height: 6rem;
  }
  .about1 .contain .ll h3 {
    font-size: 8rem;
    margin: 2rem 0 -1rem !important;
  }
  .join3 .ll dl dd strong {
    font-size: 6rem;
  }
  .smartSewing3 dl dd h5 {
    font-size: 7rem;
  }
  .download-list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .about {
    height: calc(50vh - var(--height));
  }
  .about .title {
    height: 14vh;
  }
  .service .title {
    height: 11vh;
  }
}
@media (max-width: 1210px) {
  .about .txt ul li img {
    margin-right: 1rem;
    width: 2.5rem;
  }
  header .nav ul {
    gap: 0 32px;
  }
}
@media (max-width: 1050px) {
  .w100p10 {
    padding-left: 8%;
    padding-right: 8%;
  }
  header .nav ul {
    gap: 0 28px;
  }
  .i_part4 .con a {
    padding: 1.5rem;
  }
  .i_part4 .con .txtBox .icon {
    width: 60px;
    height: 60px;
    margin: -30px auto 0;
  }
  .ban_area ul a img {
    width: 80%;
  }
  .about .txt ul {
    gap: 1rem;
  }
  .about .txt ul li {
    padding: 1.5rem 1%;
  }
  .about .txt ul li img {
    margin-right: 0.6rem;
  }
  .qiyuan .title {
    height: 100%;
  }
  .smartSewing2 ul li {
    display: block;
  }
  .smartSewing2 ul li .ll {
    width: 100%;
  }
  .smartSewing2 ul li .rr {
    width: 100%;
  }
  .pro .contain ul li .imgBox img {
    width: 80%;
  }
  .logistic_a .contain2 {
    flex-wrap: wrap;
  }
  .logistic_a .contain2 .ll {
    width: 100%;
  }
  .logistic_a .contain2 .rr {
    width: 100%;
    margin-top: 5%;
  }
  .logistic_b2 .contain4 {
    flex-wrap: wrap;
  }
  .logistic_b2 .contain4 .ll {
    width: 100%;
  }
  .logistic_b2 .contain4 .rr {
    width: 100%;
    margin-top: 5%;
  }
}
@media (max-width: 850px) {
  html,
  body {
    font-size: 50.5%;
    --height: 50px;
  }
  .pt5 {
    padding: 10% 0;
  }
  .w100p10 {
    padding-left: 5%;
    padding-right: 5%;
  }
  header .logo img {
    height: 26px;
  }
  header .nav .other .language i {
    width: 3rem;
    margin-right: 6px;
    height: 3rem;
  }
  header .nav ul {
    position: fixed;
    left: 0;
    top: var(--height);
    width: 100%;
    height: 100vh;
    z-index: 999;
    background: #fff;
    display: none;
    padding: 5%;
    box-sizing: border-box;
  }
  header .nav ul li {
    height: auto;
    text-align: center;
    padding: 3vh 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header .nav ul li > a{
      width: max-content;
  }
  header .nav ul li > a::after {
    left: 0;
    bottom: -12px;
    transform: none;
  }
  .navBtn {
    position: relative;
    z-index: 99999;
    cursor: pointer;
    display: block;
    margin-left: 3rem;
  }
  .navBtn span {
    display: block;
    width: 24px;
    height: 2px;
    background: #1a1a1a;
    margin: 5px auto;
  }
  .nav_btn_active {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .nav_btn_active span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav_btn_active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav_btn_active span:nth-of-type(3) {
    margin-top: -60%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .nav ul li:after{
      content: "";
      position: absolute;
      right: 0;
      top: 3.2vh;
      width: 3rem;
      height: 3rem;
      background: #fff url(../images/jt.png) no-repeat center/50%;
      color: #1d1e22;
      z-index: 9;
  }
  header .nav ul li:last-of-type{
      border: none;
  }
  header .nav ul li:last-of-type:after{
      display: none;
  }
  header .nav ul .sMenu{
      position: static;
      transform: none;
      padding: 10px 0 0 0;
      box-shadow: none;
      text-align: left;
  }
  .i_part1 .title ul li.swiper-pagination-bullet {
    padding: 0.5rem 1.6rem;
    font-size: 1.6rem;
  }
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after,
  .swiper-button-next:after,
  .swiper-button-prev:after {
    transform: scale(0.6);
  }
  .banner{
      height: 38vh;
  }
  .i_part1 .swiper-button-prev{
      left: calc(25% - 50px);
  }
  .i_part1 .swiper-button-next {
    right: calc(25% - 50px);
}
  .i_part2 .aa {
    width: 100%;
  }
  .i_part2 .box {
    display: block;
  }
  .i_part2 .bb {
    margin-top: 8%;
    width: 100%;
  }
  .i_part2 .aa h2 {
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 16px 0 34px;
  }
  .i_part2 .aa strong {
    font-size: 6rem;
  }
  .i_part2::before {
    width: 75%;
  }
  .i_part3 .bigTxt{
      font-size: 10rem;
      top: 28%;
  }
  .i_part3 .proMenu .swiper-slide .txt{
      margin: 3rem 0;
  }
  .i_part3 .swiper-button-next, .i_part3 .swiper-button-prev{
      width: 3.6rem;
      height: 3.6rem;
  }
  .i_part3 .imgBox img{
      padding:0 5%;
      box-sizing: border-box;
  }
  .more{
      width:max-content;
  }
  .i_part4 .box {
    padding-top: 10% ;
    padding-bottom: 10%;
  }
  .i_part4 .title .turnButton{
      margin: 2rem 0;
      justify-content: center;
      transform: scale(0.8);
  }
  .i_part4 .con .txtBox h2{
      padding-top: 1rem;
  }
  .i_part6 ul {
    display: block;
  }
  .i_part6 ul li {
    margin: 4% 0;
  }
  .i_part6 ul li .readMore {
    width: 30px;
    height: 30px;
    padding: 1.2rem;
  }
  .footer .box .stage {
    padding: 8% 5%;
  }
  .footer .box .stage ul {
    display: block;
  }
  .footer .box .stage ul li:not(:last-of-type) {
    display: none;
  }
  .footer .box .stage ul li:last-of-type {
    display: block;
  }
  .footer .copyRight {
    display: block;
    text-align: center;
  }
  .footer .copyRight div:first-of-type {
    display: block;
  }
  .footer .box .stage .qr{
      margin:8% 0 0 0;
  }
  .footer .box .stage .qr p{
      margin: 0 2rem 0 0;
  }
  .tops {
    display: block;
  }
  .tops .bigTxt h1 {
    font-size: 4.6rem;
    margin: 0;
  }
  .tops .title{
      width: 100%;
      margin: 5% 0;
  }
  .tops .title h2{
      margin-bottom: 1rem;
  }
  .prolist .tops .title {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    margin: 2rem 0 4rem;
  }
  .prolist .tops .title h2 {
    margin: 0;
    font-size: 2rem;
  }
  .prolist .tops .title p {
    display: flex;
    align-items: center;
    margin: 0;
  }
  .prolist .tops .title strong {
    font-size: 2.4rem;
    margin: 0 0.5rem;
  }
  .pro .contain ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .pro .contain ul li .txts h3{
      font-size: 1.8rem;
  }
  .pro .contain ul li {
    padding: 3rem 0 2rem;
  }
  .prolist .contain ul li .txts h3 strong {
    font-size: 2rem;
  }
  .navsTop ul li img {
    width: 2.2rem;
    padding: 0.5rem 0.4rem;
    border-radius: 4px;
    margin: 0;
  }
  .navsTop ul li {
    margin-right: 3px;
  }
  .pd_ban .contain {
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .pd_ban .contain .ll {
    width: 100%;
    margin: 5% 0;
  }
  .pd_ban .contain .rr {
    width: 100%;
  }
  .pdbar1 .box {
    display: block;
  }
  .pdbar1 .rr {
    width: 100%;
  }
  .pdbar1 .ll {
    width: 100%;
    margin-top: 10%;
  }
  .pd_ban .title h3 strong {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  .ban_area {
    height: calc(55vh - var(--height));
  }
  .ban_area .title{
      top: 40%;
  }
  .ban_area ul a {
    width: 80px;
    height: 80px;
    margin: 0.5rem 1rem;
  }
  .ban_area ul {
    bottom: -40px;
  }
  .areass .contain {
    display: block;
  }
  .areass .contain .title3 {
    margin: 3rem 0 1rem;
    text-align: center;
  }
  .areass .contain .title3 h3::after{
      left: 50%;
      transform: translateX(-50%);
  }
  .areass .contain ul {
      justify-content: center;
    flex-wrap: wrap;
  }
  .areass .contain ul li {
    margin: 0.5rem 1rem ;
  }
  .areass .contain2 {
    width: 100%;
    margin: 5% 0 0;
  }
  .areass .contain2 h6 {
    font-size: 2rem;
    left: 3rem;
    top: 2rem;
  }
  .about .txt ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .about .title h2 {
    font-size: 3.6rem;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
  }
  .about .title p {
    letter-spacing: 0.3rem;
  }
  .about1 .contain {
    display: block;
  }
  .about1 .contain .ll {
    width: 100%;
  }
  .about1 .contain .rr {
    width: 100%;
    margin-top: 15%;
  }
  .about1 .contain .rr p strong {
    margin-bottom: 0rem;
  }
  .about1 .video video {
    border-radius: 4rem;
  }
  .about2 ul {
    flex-wrap: wrap;
  }
  .about2 ul li {
    width: 100%;
    margin: 3% 0;
  }
  .about3 dl {
    flex-wrap: wrap;
  }
  .about3 dl dd {
    margin: 2% 0;
  }
  .about3 dl dd strong {
    font-size: 4rem;
  }
  .about3 .honorSwiper .swiper-slide{
      font-size: 1.8rem;
  }
  .about3 .honorSwiper .swiper-slide{
      padding: 2rem;
  }
  .history .contain ul{
      display: block;
  }
  .history .contain ul li{
      margin: 0 !important;
      padding-bottom: 5%;
      text-align: left;
  }
  .history .contain ul li h4{
      font-size: 2.2rem;
      margin: 0;
  }
  .history .contain ul li:before{
      right: inheit !important;
      left: 0 !important;
      content: "";
      width: 1px;
      height: 84%;
      position: absolute;
      background: #fff;
      bottom: 0;
  }
  .history .contain ul li::after{
      content: "";
      width: 5px;
      height: 5px;
      position: absolute;
      background: #fff;
      top: 8%;
      border-radius: 50%;
      right: inheit !important;
      left: 0 !important;
  }
  .culture1 .tt h6 {
    font-size: 3rem;
  }
  .culture1 .contain2 .imgs {
    border-radius: 4rem;
  }
  .culture1 .contain2 .tt2 {
    display: block;
  }
  .culture1 .contain2 .tt2 .ll {
    width: 100%;
    margin: 10% 0 5%;
  }
  .culture1 .contain2 .tt2 .ll img {
    height: 3rem;
    margin: auto;
    margin-bottom: 1rem;
  }
  .culture1 .contain2 .tt2 .ll p {
    text-align: center;
  }
  .culture1 .contain2 .tt2 .rr {
    width: 100%;
  }
  .culture2 .title3 p {
    display: none;
  }
  .culture2 .title3 {
    justify-content: center;
  }
  .culture2 .title3 h3 {
    text-align: center;
  }
  .culture2 .title3 h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .culture2 ul {
    flex-wrap: wrap;
  }
  .culture2 ul li {
    width: 20rem;
    height: 20rem;
  }
  .culture2 ul li:nth-of-type(3),
  .culture2 ul li:nth-of-type(4) {
    margin-top: -0.5rem;
  }
  .culture2 ul li h4 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    letter-spacing: 2px;
  }
  .social .title3 {
    justify-content: center;
  }
  .social .title3 h3 {
    text-align: center;
  }
  .social .title3 h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .social ul li {
    display: block;
    margin: 8% 0;
  }
  .social ul li b {
    width: 100%;
    border-radius: 2rem;
  }
  .social ul li .txt {
    width: 100%;
    margin-top: 5%;
  }
  .social ul li h4{
      font-size: 2.2rem;
  }
  .social ul li .more {
    margin-top: 2rem;
  }
  .sociald .contain {
    padding: 10% 0;
  }
  .title h2 {
    font-size: 2.4rem;
  }
  .sociald .title h2 {
    padding-bottom: 1.5rem;
    border-width: 3px;
  }

  .news ul {
    display: block;
    margin-top: 10%;
  }
  .news ul li {
    margin: 5% 0;
  }
  .news ul li h4 {
    font-size: 2rem;
    margin: 0 0 2rem 0;
  }
  .news ul li .bottom {
    margin-top: 2rem;
    padding-top: 1rem;
  }
  .news .title3 .search {
    width: 50%;
  }
  .more span::before {
    width: 4rem;
    height: 4rem;
  }
  .more span {
    padding-left: 2rem;
  }
  .join1 .contain {
    padding: 0;
  }
  .join2 ul li {
    width: 47%;
    margin: 5% 0;
  }
  
  .join3 .contain {
    display: block;
  }
  .join3 .ll {
    width: 100%;
  }

  .join3 .ll dl dd {
    padding: 3rem 0;
  }
  .join3 .ll dl dd strong {
    font-size: 5rem;
  }
  .join3 .contact3 {
    width: 100%;
    margin-top: 10%;
    padding: 10% 5%;
    border-radius: 80px 80px 0 0;
  }
  .join3 .contact3 .title3 {
    justify-content: center;
  }
  .join3 .contact3 .title3 h3 {
    text-align: center;
  }
  .join3 .contact3 .title3 h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .job li {
    padding: 0 5%;
  }
  .job ul li .txt span{
      width: 3rem;
      height: 3rem;
  }
  .job .title3 {
    display: block;
  }
  .job .title3 .bright {
    width: 100%;
    padding-top: 5%;
  }
  .job .title3 .bright .bb {
    width: 48%;
  }
  .job .title3 .bright .search {
    position: absolute;
    top: -46px;
    right: 0;
  }
  .job ul li h4 {
    font-size: 1.8rem;
    transform: translateX(0) !important;
  }
  .job ul li .txt{
      display: block;
      padding: 2rem 0;
  }
  .job ul li .txt p {
    margin-left: 0;
    padding-right: 1rem;
    font-size: 1.6rem;
    text-align: center;
  }
  .job ul li .tr{
      width: 100%;
      justify-content: space-between;
  }
  .job ul li .txt2 {
    padding: 5% 0 5% 0%;
  }
  .job ul li .boxss {
    display: block;
  }
  .job ul li .boxss .tbox {
    width: 100%;
  }
  .service .title {
     height: 15vh;
  }
  .service .txt ul a {
    width: 31.5%;
  }
  .download-list dl {
    flex-wrap: wrap;
    margin-top: 1rem;
  }
  .download-list dl dd {
    margin: 1rem;
  }
  .download-list ul {
    display: block;
    margin: 5% 0;
  }
  .download-list ul li {
    margin: 3% 0;
  }
  .website ul {
    margin-top: 3%;
  }
  .website ul li {
    width: 100%;
    margin: 2% 0;
  }
  .contact .txt ul {
    flex-wrap: wrap;
  }
  .contact .txt ul li {
    width: 49%;
    padding: 2rem 1.5rem;
    margin: 0 0 5% 0;
  }
  .contact .txt ul li img {
    margin-right: 1rem;
  }
  .contact .txt ul li a {
    word-break: break-all;
  }
  .contact2 .title3 h3 {
    text-align: center;
  }
  .contact2 .title3 h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .contact2 ul {
    display: block;
    margin-top: 5%;
  }
  .contact2 ul li {
    margin: 3% 0;
  }
  .contact3 {
    display: block;
  }
  .contact3 .title3 {
    width: 100%;
    text-align: center;
  }
  .contact3 .title3 img {
    margin: 5% auto 10%;
  }
  .contact3 .title3 h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .contact3 .rr {
    width: 100%;
  }
  .qiyuan .title h2 {
      font-size: 2.6rem;
      letter-spacing: 0;
  }
  .qiyuan .title p{
      font-size: 1.7rem;
      letter-spacing: 0;
  }
  .qiyuan .morez {
    margin: 2rem auto 0;
  }
  .smartSewing2 ul li{
      margin: 0 0 5%;
  }
  .smartSewing2 ul li h4{
      font-size: 2rem;
      margin: 1rem 0;
  }
  .smartSewing3 dl{
      flex-wrap: wrap;
  }
  .smartSewing3 dl dd{
      width: 100%;
      margin: 2% 0 !important;
      padding:5%;
  }
  .smartSewing4 .bg{
      width: 100%;
      margin: 3rem auto;
  }
  .smartSewing4 .tt .t1 strong{
      font-size: 6rem;
  }
  .smartSewing4 dl{
      width: 100%;
  }
  .logistic .contain ul{
      display: block;
  }
  .logistic .contain ul li{
      width: 100%;
      margin:  0;
      background: #fff;
  }
  .logistic .contain2 dl {
      flex-wrap: wrap;
  }
  .logistic .contain2 dl dd{
      width: 48%;
      margin: 2% 0;
  }
  .logistic .contain .title3Center p{
      margin-bottom: 0;
  }
  .qiyuan2 ul li{
      display: block;
      margin: 5% 0;
  }
  .qiyuan2 ul li .ll{
      width: 100%;
      border-radius: 2rem;
  }
  .qiyuan2 ul li .rr{
      width: 100%;
  }
  .qiyuan2 ul li h4{
      margin: 1.5rem 0 1rem; 
      font-size: 2rem;
  }
  .logistic_a .contain2 .ll{
      background: #fff;
      padding: 5%;
          border-radius: 3rem;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
  }
  .logistic_a .contain2 .ll .txt{
      box-shadow: none;
      padding:5% 0;
      border: none;
      border-radius: 0
  }
  .logistic_a .contain3 dl{
      flex-wrap: wrap;
  }
  .logistic_a .contain3 dl dd{
      width: 100%;
      padding: 7% 3%;     
      margin: 3% 0 !important;
  }
  .logistic_b .contain2 .ll{
      background: none;
      box-shadow: none;
      border: none;
      border-radius: 0;
      padding: 3% 5%;
  }
  .logistic_b .contain2{
      margin: 5%;
  }
  .logistic_a .contain3{
      padding: 0;
  }
  .logistic_b2 .contain4 .ll p{
      align-items: flex-start;
  }
  .logistic_b2 .contain4 .ll p strong {
    width: 2rem;
    height: 2rem;
    margin: 0.3rem  0.5rem 0 0;
}
.logistic_b2 .contain4 .ll h6{
    font-size: 2rem;
    margin: 0;
}
.logistic_b3 dl{
    flex-wrap: wrap;
}
.logistic_b3 dl dd{
    width: 48%;
    margin: 2% 0;
}
.logistic_b3 dl dd h5 {
    font-size: 3rem;
    margin: 1.5rem 0;
}
.smartStorage2 .contain2 dl{
    flex-wrap: wrap;
}
.smartStorage2 .contain2 dl dd{
    width: 100%;
    margin: 3% 0;
    padding: 8%;
    border-radius: 8rem 0 8rem 0 ;
}
.smartStorage3 .swiper-button-next, .smartStorage3 .swiper-button-prev {
    width:36px;
    height: 36px;
    top: 21%;
    margin: 0 2rem;
    background: rgba(255,255,255,0.7);
}
.smartStorage4 ul{
    display: block;
}
.smartStorage4 ul li{
    width: 100%;
    margin: 3% 0;
}
.qiyuan1 .video video{
    border-radius: 5rem;
}
.qiyuan1 .video .v_btn{
    width: 6rem;
}
.qiyuan3 ul li {
    width: 100%;
    margin: 3% 0;
}
}