.mobmenu {display: none; margin: 0 0 0 0.4rem; position: relative; z-index: 9;}
.mobmenu dl {width: 0.3rem; margin-right: 10px; cursor: pointer; height: 0.16rem;}
.mobmenu dl dd {width: 0;height: 0.02rem;background: #fff; width: 0.2rem;position: absolute; transition: all 0.3s;}
.mobmenu dl dd:first-child {animation: sjnav 2.4s linear infinite;}
.mobmenu dl dd:nth-child(2) {top: 50%;margin-top: -0.01008rem;}
.mobmenu dl dd:last-child {bottom: 0; animation: sjnav 2.4s linear infinite;animation-delay: 0.4s;}

header.c-style2 .mobmenu dl dd {background: #333;}
header.c-style2 .mobmenu h4 {color: #333;}

/* 导航头 */
.flexsb{display: flex; justify-content: space-between; align-items: center;}
.mobmenu h4 {color: #fff; margin-left: 0.2rem;}
.mobmask {position: fixed;left: 0;top: 0;z-index: 99;width: 100%;height: 100vh;background: rgba(7,16,26,0.8);transition: all 0.5s;visibility: hidden;opacity: 0;transition-delay: 0.2s;}
.mobmask.active{opacity: 1;visibility: visible;}
.mobnavBox {padding-bottom: 20px; width: 60%;height: 100vh;position: fixed;z-index: 100;top: 0;left: -50%;overflow-y: auto;opacity: 0;transition: all 0.3s; background: #fff; visibility: hidden;}
.mobnavBox.active{transition-delay: 0.3s;opacity: 1;left: 0; visibility: visible;} 
.mobCon {padding: 0 0.2rem; }
.mobnavBox .top {padding: 0.1rem 0.2rem; height: 1rem; min-height: 50px; position: sticky;top: 0;z-index: 9999;background: #fff;box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);}
.mobnavBox .top .logo {display: flex; align-items: center; height: 100%; max-width: 50%;}
.mobnavBox .top .logo img , .mobnavBox .top .logo svg { max-height:100%; width: 100%; object-fit: contain; max-height: .45rem;}
.mobnavBox .top .logo svg path {fill: #333;}
.mobnavBox .top .mobnavclose {width: 30px;height: 30px;position: relative; cursor: pointer;}
.mobnavBox .top .mobnavclose:before,
.mobnavBox .top .mobnavclose:after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #333;border-radius: 1px;}
.mobnavBox .top .mobnavclose:before{width: 20px;height: 2px;transform: translate(-50%,-50%) rotate(45deg);}
.mobnavBox .top .mobnavclose:after{width: 2px;height: 20px;transform: translate(-50%,-50%) rotate(225deg);}
/* 导航搜索 */
/* version1.0 */
.mobsearch {margin-top: 30px;}
.mobsearch form {display: flex; align-items: center; justify-content: space-between;}
.mobsearch form input {width: calc(100% - 52px);line-height: 40px;border: 1px solid #eee;border-radius: 2px;padding: 0 12px;font-size: var(--font14); color: #333;}
.mobsearch form button {width: 42px;height: 42px;background: #008af4;color: #333;border-radius: 2px;font-size: 14px; border: 0; cursor: pointer;}
.mobsearch form button img {filter: brightness(100); -webkit-filter:brightness(100);}
/* version2.0 */
.mobnavBox .form { background-color: #f5f5f5;display: flex;align-items: center;margin-bottom: 0.2rem; margin-top: 0.36rem;}
.mobnavBox .form .f_sub,.mobnavBox .form .tx {height:0.8rem;}
.mobnavBox .form .int {display: flex;align-items: center;width: calc(100% - 1.54rem);padding: 0 0.45rem;}
.mobnavBox .form .int i {width: 0.32rem;display: block;overflow: hidden;}
.mobnavBox .form .int i svg {float: left;width: 100%;}
.mobnavBox .form .int .tx {width: calc(100% - 0.32rem);padding: 0.2rem 0.16rem;font-size: var(--font20);}
.mobnavBox .form .f_sub {display: flex;align-items: center;justify-content: center;width: 1.54rem;color: #fff;background-color: #008af4;cursor: pointer;font-size: var(--font24);}
@media (max-width: 767px) {
  .mobnavBox .form .int {width: calc(100% - 3rem);padding: 0 0.32rem;}
  /* .mobnavBox .form .f_sub, .mobnavBox .form .int .tx {height: 1rem; font-size: var(--font16);} */
  /* .mobnavBox .form .f_sub {font-size: var(--font16);}
  .mobnavBox .bottom .nav li h3 a,.fz_bt{font-size: var(--font19);} */
}

/* 导航内容 */
.mobnavBox .bottom {padding: 6px 0;}
.mobnavBox .bottom .nav li {margin: 0.4rem 0;}
.mobnavBox .bottom .nav li h3 {display: flex;align-items: center;justify-content: space-between; }
.mobnavBox .bottom .nav li h3 a {display: block;text-align: center;color: #333;padding-left: 4px;font-size: var(--font24);}
.mobnavBox .bottom .nav li h3 i {display: flex; align-items: center; justify-content: center; font-size: .5rem; line-height: 1; color: #333;text-align: center; transition: .4s; cursor: pointer;}
.mobnavBox .bottom .nav li h3 i svg {max-width: 100%;}
.mobnavBox .bottom .nav li h3 i img {max-width: 100%;}
.mobnavBox .bottom .nav li .m-subnav {border-bottom: 1px solid #dbdbdb;padding-bottom: 5px;display: none;}
.mobnavBox .bottom .nav li .m-subnav a {margin: 10px 0;padding-left: 5px;position: relative; font-size: var(--font20); color: #333; display: flex;align-items: center;}
.mobnavBox .bottom .nav li .m-subnav a::before {content: ''; width: 4px; height: 4px; border-radius: 50%; background: #008af4; display: inline-flex; margin-right: 5px; flex-shrink: 0;}

/*三级导航 */
.mobnavBox .bottom .nav li .m-subnav dl {border-bottom: 1px solid #eee;}
.mobnavBox .bottom .nav li .m-subnav dl:last-child {border: 0;}
.mobnavBox .bottom .nav li .m-subnav dl dt {display: flex; justify-content: space-between;}
.mobnavBox .bottom .nav li .m-subnav dl dt a {font-size: var(--font22);}
.mobnavBox .bottom .nav li .m-subnav dl dt a::before {display: none;}
.mobnavBox .bottom .nav li .m-subnav dl dt .btn {width: 16px; position: relative;}
.mobnavBox .bottom .nav li .m-subnav dl dt .btn i {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-weight: 700;}
.mobnavBox .bottom .nav li .m-subnav dl dt .btn .i2 {opacity: 0;}
.mobnavBox .bottom .nav li .m-subnav dl .list {display: none;}
.mobnavBox .bottom .nav li .m-subnav dl .list a {display: flex; position: relative; align-items: center; font-size: var(--font16);}
.mobnavBox .bottom .nav li .m-subnav dl .list a:first-child {margin-top: 0;}
.mobnavBox .bottom .nav li .m-subnav dl.on dt .btn .i2 {opacity: 1;}
.mobnavBox .bottom .nav li .m-subnav dl.on dt .btn .i1 {opacity: 0;}
.mobnavBox .bottom .nav li.on h3 a {color: #008af4;}
.mobnavBox .bottom .nav li.on h3 i {transform: rotate(90deg);color: #008af4;}
.mobnavBox .bottom .nav li.on h3 i:before,
.mobnavBox .bottom .nav li.on h3 i:after {background: #fff;}
.mobnavBox .bottom .nav li h3 a:hover,
.mobnavBox .bottom .nav li .m-subnav a:hover , .mobnavBox .bottom .nav li .m-subnav a.on {color: #008af4;}
.mobnavBox .bottom .nav li .m-subnav a:hover:before , .mobnavBox .bottom .nav li .m-subnav a.on:before {border-color: #008af4;}
.mobnavBox .bottom .nav li .m-subnav a:hover:after , .mobnavBox .bottom .nav li .m-subnav a.on:after {background: #008af4;}
.mobnavBox .bottom .links dl dd {margin: 0.048rem 0;}
.mobnavBox .bottom .links dl dd a {display: flex; align-items: center;}
.mobnavBox .bottom .links dl dd span { margin-left: 0.032rem; display: block; text-align: center;color: #333; padding-left: 4px; font-size: var(--font20);}

/* 导航语言 */
/* version2.0 */
.mobnavBox .moblang .tit {font-size: var(--font20); text-align: center; font-weight: 700; margin-bottom: 0.2rem;}
.mobnavBox .moblang .moblan a {border: 1px solid #eee; margin: 0.16rem 0; color: #666;}
.mobnavBox .moblang .moblan a:active {border-color: #008af4; background: #008af4; color: #fff;}

/* 导航联系方式 */
/* version1.0 */
.moblan a {display: flex;align-items: center;justify-content: center;height: 0.5rem;}
.sitebtn {display: block;border-radius:4px;	background-image: linear-gradient(135deg, #008af4 10%, #fff 60%, #008af4 100%);overflow: hidden;background-size: 200% auto;color: #fff;text-align: center;}
.mobinfo {padding-top: 0.2rem; border-top: 1px solid #eee;}
.mobinfo h2 {color: #008af4; font-weight: 700; margin-bottom: 0.3rem;}
.mobinfo dl dd {display: flex;margin-top: 0.15008rem; align-items: center;}
.mobinfo dl dd .icBox {max-width: 15px;max-height: 15px;display: flex;align-items: center;justify-content: center;margin-right: 5px;}
.mobinfo dl dd .icBox img {max-width: 100%;}
.mobinfo dl dd p {width: calc(100% - 14px);color: #333; }
.mobinfo dl dd p a {color: #333;}
.mobinfo dl dd p a:active {color: #008af4;}
@keyframes sjnav{0% {width: 0;}25% {width: 15px;}50% {width: 30px;}75% {width: 15px;}100% {width: 0;}}
/* version2.0 */
.fz_bt {margin-top: 0.2rem; display: flex;align-items: center;justify-content: center;border-radius: 3px;background-color: #fff;color: #008af4;transition: all 0.3s linear;border: 1px solid #eee; width: 100%; padding: 0.1rem 0; font-size: var(--font24);}
.fz_bt i {display: flex;width: 0.3rem;height: 0.3rem;margin-right:0.2rem;overflow: hidden;}
.fz_bt i svg{width: 100%; height: 100%;}
.fz_bt i svg path{fill: #008af4;}
.fz_bt span {color: #008af4;}
.fz_bt:active {background: #008af4; border-color: #008af4;}
.fz_bt:active i svg path{fill: #fff;}
.fz_bt:active span{color: #fff;}
@media (any-hover: hover) {
  .mobinfo dl dd p a:hover {color: #008af4;}
  .fz_bt:hover{background: #008af4; border-color: #008af4;}
  .fz_bt:hover i svg path{fill: #fff;}
  .fz_bt:hover span{color: #fff;}
}
@media (max-width: 767px) {
  .mobnavBox .bottom .nav li {margin: 0.4rem 0;}
  /* .mobnavBox .bottom .nav li h3 a {font-size: var(--font20);}
  .mobnavBox .bottom .nav li .m-subnav a {font-size: var(--font16);}
  .mobnavBox .bottom .nav li .m-subnav dl dt a {font-size: var(--font18);} */
  .fz_bt i {width: 0.4rem; height: 0.4rem; margin-right: 0.15rem;}
}

/* ======================================================1680px========================================================= */
@media (max-width: 1680px) {
  .about-bottom li.on{flex: 1.4;}
  .aboutOne-box .company-left { width: 46%;}
  .aboutOne-box .company-right { width: 35%;}


}


/* ======================================================1600px========================================================= */
@media (max-width: 1600px) {

}

/* ======================================================1440px========================================================= */
@media (max-width: 1440px) {
  .indexBanner .slide .con h3 {width: 48%;}
 
}

/* ======================================================1400px========================================================= */
@media (max-width: 1400px) {
  .about-bottom li .data em{font-size: 1rem;}
  
}

/* ======================================================1280px========================================================= */
@media (max-width: 1280px) {
  .indexBanner .slide .con h2 {font-size: .56rem;}
  .indexBanner .slide .con h3 {width: 52%; margin: .28rem 0 .55rem;}
  .indexBanner .pagtion {right: 4%;}
  .news-notice {height: 1rem;}
  .news-notice-list {padding: 0 4%;}
  .proclass-list ul {height: 5rem;}
  .about-top .index-title {width: 46%;}
  .about-top .text {width: 50%;}

  .industry-main .con {width: 58%;}

  
  .banner-title b {font-size: .52rem;}
  .banner-bottom b {font-size: 1rem;}
  .ny-banner .pic {width: 46%;}
  .pro-side {width: 30%;}
  .proMain .pro-content {width: 66%;}
  .proxq-left {width: 52%;}
  .proxq-pic {width: 44%;}
  .industry-left {width: 66%;}
  .industry-right {width: 32%;}
  .service-list {--service-info-pad-x: .6rem;}
  .service-list ul li .info {padding: .7rem var(--service-info-pad-x);}

  .about-bottom li.on {  flex: 1.3;}



}

/* ======================================================1024px========================================================= */
@media  (max-width: 1200px) {
  .about-bottom li .data { align-items: flex-start;flex-direction: column;}
  .class-form{width: 100%;}
  .pro-tabs li a{font-size: var(--font18);}
  .pro-side li a > span {padding: .54rem 0 .54rem 1rem;}

  .aboutOne-box .company-left { width: 48%;}
  .aboutOne-box .company-right { width: 42%;}   




  /* 关于我们 */
  .company-bottom{display: none;}
  .aboutMain .container{width: 90%;}
  .aboutSwiper {height: auto;}
  .aboutSwiper > .swiper-wrapper {display: block;}
  .aboutpagtion {display: none;}
  .aboutOne-box .container {
    margin-top: 0;
    height: auto;
    border-left: 0;
    padding: 1.4rem 0 1rem;
    justify-content: flex-start;
  }
  .aboutOne-box .company {flex-direction: column; gap: .5rem;}
  .aboutOne-box .company-left{margin-left: 0;}
  .aboutOne-box .company-left,
  .aboutOne-box .company-right {width: 100%;}
  .aboutOne-box .company-data {gap: .35rem .2rem;}
  .aboutOne-box .company-data .num em {font-size: .8rem;}
  .aboutOne-box .company-data .num span {font-size: var(--font24);}
  .aboutOne-box .about-scroll {position: static; transform: none; margin: .5rem auto 0;}
  .aboutOne-box .about-en {display: none;}
  .aboutTwo-box .container {margin-top: 0; height: auto; padding: 1.2rem 0;}
  .aboutTwo-box .develop {flex-direction: column; gap: .4rem; height: auto;}
  .aboutTwo-box .develop-left,
  .aboutTwo-box .develop-pic {width: 100%; margin-left: 0;}
  .aboutTwo-box .develop-list {height: auto; max-height: none; overflow: visible;}
  .aboutTwo-box .develop-list .swiper-wrapper {height: auto !important; transform: none !important; flex-direction: column;}
  .aboutTwo-box .develop-list .swiper-slide {height: auto !important; padding-bottom: .32rem;}
  .aboutTwo-box .develop-en {display: none;}

  .aboutTwo-box .develop-pic img {max-height: 6.5rem;}
  .aboutThree-box .container {
    margin-top: 0;
    height: auto;
    padding: 1.2rem 0 2rem;
    justify-content: flex-start;
  }

  .aboutThree-box .culture-item {
    min-height: 2.8rem;
    padding: .35rem .28rem;
  }
  .aboutFour-box .container {
    margin-top: 0;
    height: auto;
    padding: 1.2rem 0 1.6rem;
  }
  .aboutFour-box .business {
    flex-direction: column;
    align-items: flex-start;
  }
  .aboutFour-box .business-left,
  .aboutFour-box .business-pic {
    width: 100%;
    margin-left: 0;
  }
  .aboutFour-box .business-pic {
    position: relative;
    right: auto;
    bottom: auto;
    justify-content: center;
  }
  .aboutFour-box .business-pic img {
    max-height: none;
  }
  .aboutFour-box .business-num .num em {
    font-size: .72rem;
  }
  .aboutFour-box .business-en {
    position: relative;
    margin-top: .3rem;
    margin-left: 0;
  }
  .aboutFive {padding-top: .6rem;}

  .footer-links{gap: .1rem;}
}


/* ======================================================1024px========================================================= */
@media  (max-width: 1024px) {
  /* 首页 */
  .indexBanner .slide .con h2 {font-size: .5rem;}
  .indexBanner .slide .con h3 {width: 62%;}
  .news-notice-list {width: 62%;}
  .news-notice-ctrl {width: 38%;}
  .proclass-bg .index-title h3 {width: 48%;}



  .partner-item .hex {width: 1.85rem; height: 2.136rem;}
  .class-list .class-box {height: 3.5rem; padding: .45rem .5rem .7rem;}
 
  .footer-brand{margin-bottom: .4rem;}
  .footer-main{flex-wrap: wrap;}
  .footer-links {width: 67%;}

  /* 内页公用 */

  /* .banner-title b {font-size: .46rem;}
  .banner-bottom b {font-size: .9rem;}
  .pro-banner .banner-box .info {margin-top: .5rem;} */

  /* 产品分类列表 */
  .nypro-class ul li {padding: .4rem 0;}
  .nypro-class ul li .info h4 {margin: .2rem 0 .7rem;}

  /* 产品列表 */
  .proMain-box {gap: .35rem;}
  .pro-side {width: 32%;}
  .proMain .pro-content {width: 64%;}
  .pro-side li a > span {padding: .36rem 0 .36rem .7rem; width: 90%;}
  .pro-list ul.grid-3 {grid-template-columns: repeat(2, 1fr);}

  .pro-head{flex-wrap: wrap;}
  .pro-tabs{width: 100%;justify-content: flex-start;}

  /* 产品详情 */
  .proxq-banner .info h2 {font-size: .52rem; margin-bottom: .6rem;}
  .proxq-left {width: 54%;}
  .proxq-pic {width: 42%;}
  .pro-detail {padding: .5rem .45rem;}
  .recom-bg {padding: .45rem .35rem .5rem;}

  /* 行业列表 / 详情 */
  .industryMain {padding: .7rem 0 .5rem;}
  .nyindustry-list ul li .info {padding: .3rem .35rem;}
  .industryxqMain {padding: .55rem 0 .7rem;}
  .industry-left {width: 64%; padding: .4rem;}
  .industry-right {width: 34%; padding: .4rem .32rem;}

  /* 服务中心 */
  .serviceMain {padding: .7rem 0 0;}
  .service-btn {padding: 0 3%; margin-bottom: .4rem;}
  .service-list {--service-pic-w: 52%; --service-info-pad-x: .45rem;}
  .service-list ul li .info {padding: .55rem var(--service-info-pad-x);}
  .service-arrow {bottom: .8rem;}

  /* 新闻 */
  .news-class ul {gap: .2rem;}
  .news-class ul li a {padding: .08rem .22rem;}
  .nynews-item .txt {width: 58%;}
  .nynews-item .pic {width: 30%;}

  /* 联系我们 */
  .banner-map {width: 52%; right: 1%;}
  .contact-top li {padding: .5rem 0 .6rem 4%;}
  .contact-form-info {width: 40%;}
  .contact-form {width: 56%;}
  .contact-form-info b {font-size: .6rem;}

  


  .contact-form-code{width: 100%;}
}


/* ======================================================991px========================================================= */
@media (max-width: 991px) {
  /* 头部 */
  .header nav {display: none;}
  .mobmenu {display: inline-flex; margin: 0;}

  /* 首页 Banner */
  .indexBanner .slide .con h2 {font-size: .46rem;}
  .indexBanner .slide .con h3 {width: 78%; margin: .22rem 0 .4rem;}
  .indexBanner .pagtion {right: 3%; gap: .08rem;}
  .indexBanner .pagtion span {width: .12rem; height: .12rem;}
  .news-notice {height: auto; position: relative; border-top: 0; background: #002F53;}
  .news-notice-box {/* flex-wrap: wrap; */height: 2rem;}
  .news-notice-list {height: 2rem;}
  .news-notice-item {height: auto; padding: .1rem 0;}
  .news-notice-ctrl {/* width: 100%; *//* height: .9rem; */}
  .news-notice-page {width: 58%;}
  .news-notice-more {width: 42%;}

  /* 产品与解决方案 */
  .proclass-bg .index-title {flex-direction: column; gap: .2rem;}
  .proclass-bg .index-title h3 {width: 100%; text-align: left;}
  .proclass-list ul {flex-wrap: wrap; height: auto; gap: .2rem;}
  .proclass-list li,
  .proclass-list li.on {flex: none; width: calc(50% - .1rem);}
  .proclass-list li .txt p {opacity: 1; height: auto; margin-top: .12rem; white-space: normal;}
  .proclass-list li .txt .index-more {opacity: 1; height: auto; margin-top: .22rem; pointer-events: auto;}


  /* 关于嘉宝精密 */
  .about-top {flex-direction: column; gap: .3rem;}
  .about-top .index-title,
  .about-top .text {width: 100%;}
  .about-bottom ul {flex-wrap: wrap;}
  .about-bottom li,
  .about-bottom li.on {flex: none; width: calc(50% - .1rem); min-height: 3.2rem;}



  /* 为什么选择嘉宝精密 */
  .why {padding: .9rem 0 .8rem;}
  .why-mark {font-size: 2rem;}


  /* 合作客户 */
  .partner-list {max-width: 100%;}
  .partner-item .hex {width: 1.7rem; height: 1.963rem;}
  .partner-row {gap: .12rem;}
  .partner-row2 {margin-top: -.42rem;}

  /* 新闻中心 */
  .news-bg {padding: .9rem 0 1rem;}
  .news-item .txt {padding: .24rem .24rem .26rem;}

  /* 底部分类链接 */
  .class-list .class-box {height: 3.4rem; padding: .32rem .36rem;}

  .footer-links{width: 100%;}

  /* 内页公用 Banner */

  .news-class {position: static; height: auto;}
  .news-class ul {flex-wrap: wrap; gap: .12rem; height: auto;}
  .news-class ul li {height: auto;}
  .news-class ul li::after {top: -.02rem;}



  /* 内页产品列表 */
  .proMain-box {flex-direction: column; gap: .3rem;}
  .pro-side {width: 100%; position: static;}
  .proMain{width: 90%; margin: 0 auto;}
  .proMain .pro-content {width: 100%;}
  .pro-side ul {flex-direction: row; flex-wrap: wrap; gap: .1rem; display: grid; grid-template-columns: repeat(3, 1fr);}

  .pro-side li a > span {width: 100%; padding: .22rem .18rem; border-radius: .1rem;}
  .pro-side li a::after {border-radius: .1rem;}
  .pro-side li .arrow {display: none;}
  .pro-head {flex-direction: column; align-items: flex-start;}
  .pro-tabs {justify-content: flex-start;}
  .pro-list ul.grid-3 {grid-template-columns: repeat(2, 1fr);}

  /* 产品详情页 */
  .proxq-banner .banner-box {align-items: center;}



  /* 行业应用列表 */
  .industryMain {padding: .55rem 0 .45rem;}
  .nyindustry-list ul {gap: .2rem;}
  .nyindustry-list ul li .info {padding: .26rem .28rem;}

  /* 行业 / 新闻详情 */
  .industryxq-content {flex-direction: column; gap: .3rem;}
  .industry-left,
  .industry-right {width: 100%;}
  .industryxq-bottom {gap: .2rem;}
  .recom-news ul li .pic,
  .recom-news ul li .info {width: 48%;}


  /* 内页联系我们 */
  .contact-top li {padding-left: 4%;}
  .contact-bot li {padding-left: 2%;}
  .contact-form-info {width: 38%;}
  .contact-form-info b {font-size: .44rem;}
  .contact-form-info h2,
  .contact-form-info h3 {font-size: var(--font28);}
}



/* 平板竖屏及以上（≥768px）用平板/桌面布局 */
/* 仅手机端生效（≤767px） */
@media (max-width: 767px) {
  /* 通用 */
  .more1 {width: 2.5rem;}
  .fy a:first-child,
  .fy a:last-child {padding: 0 .35rem;}

  /* 头部 */
  .headBox {height: 1.2rem !important;}
  .headBox .logo {padding: .2rem 0;}
  .mobnavBox {width: 100%;}
  .mobnavBox .top {height: 1.2rem;}
  .mobmenu {margin-left: 0;}
  .mobmenu h4 {margin-left: .15rem;}
  #c-placeholder {height: 1.2rem;}
  .searchFull .ssf-fields-wrap {margin: 0;}

  /* 底部 */
  .footer {padding-top: .5rem;}
  .footer-main {flex-direction: column; gap: .4rem;}
  .footer-brand {width: 100%;}
  .footer-logo {margin-bottom: .4rem;}
  .footer-qr {justify-content: flex-start;gap: 0;flex-wrap: wrap;display: grid;grid-template-columns: repeat(3, 1fr);}
  .footer-qr .img {width: 80%;height: auto; margin: 0 auto .1rem;}
  .footer-links {width: 100%; flex-wrap: wrap; padding: 0; gap: 0;}
  .foternav {flex-wrap: wrap; width: 100%; margin: 0;}
  .foternav dl .ddbox {display: none; transition: 0s;}
  .foternav dl .ddbox dd {margin: 5px 0;}
  .foternav dl {width: 100%; margin-right: 0; text-align: left; padding-right: 0; margin-bottom: 10px; border-bottom: 1px solid #ddd; padding-bottom: 10px; flex: none;}
  .foternav dl dt {margin-bottom: 0 !important; position: relative; cursor: pointer; padding: .1rem 0;}
  .foternav dl dt::after {content: '\e602'; font-family: layui-icon !important; position: absolute; left: auto; right: 0; top: 50%; transform: translate(-50%, -50%); transform-origin: center; transition: .5s;}
  .foternav dl dt::before {display: none;}
  .foternav dl.on dt::after {transform: translate(-50%, -50%) rotate(90deg);}
  .foternav dl:last-child {margin-bottom: 0; border: 0;}
  .foternav dl.nolist dt::after {display: none;}
  .foternav dl.nolist dt a {display: block; margin-bottom: 0;}
  .footer-contact {width: 100%;}
  .footer-bottom .container {flex-direction: column; gap: .16rem; align-items: flex-start;}
  .footer-bottom .tech-support {flex-wrap: wrap;}

  /* 首页 Banner */
  .indexBanner .jddwjz{top: 65%;}
  .indexBanner .slide .imgBox img{min-height: 6rem;}
  .indexBanner .slide .con h2 {font-size: .48rem; margin-bottom: .2rem;}
  .indexBanner .slide .con h3 {width: 100%; margin: .2rem 0 .35rem; display: none;}
  .indexBanner .slide .con a {padding: .18rem .28rem;}
  .indexBanner .pagtion {display: none;}
  .news-notice-box{height: 1.5rem;}
  .news-notice-list { width: 100%; height: auto; }
  .news-notice-ctrl {height: 1rem; display: none;}
  .news-notice-arrow {gap: .1rem;}
  .news-notice-arrow span img {width: .28rem;}
  .news-notice-num .cur {font-size: var(--font32);}
  .news-notice-page{display: none;}
  .news-notice-more{display: none;}

  /* 产品与解决方案 */
  .proclass-bg {padding: .8rem 0 1rem;}
  .proclass-list li,
  .proclass-list li.on {width:100%; height: auto; min-height: 4.8rem;}
  .proclass-list li .pic img {width: 3.6rem;}

  /* 关于嘉宝精密 */
  .about-bg {padding: .8rem 0 1rem;}
  .about-bottom li,
  .about-bottom li.on {width: 100%; min-height: auto; padding: .35rem .3rem;}
 
  .about-bottom li .icon-top {margin-bottom: .35rem;}
  .about-bottom li .data {   align-items: center;   flex-direction: row;}



  /* 行业应用 */
  .industry-bg {padding-bottom: .7rem;}
  .industry-main {/* height: auto; *//* margin-top: -2.2rem; */}
  .industry-main .swiper-slide {height: auto; min-height: 5.5rem;}
  .industry-main .pic {position: absolute; inset: 0;}
  .industry-main .container {padding-top: 0;padding-bottom: .3rem;align-items: flex-end;height: auto;/* min-height: 5.5rem; */}
  .industry-main .con {width: 100%;}
  .industry-ui {position: relative;height: auto;padding-top: .6rem;display: block;display: none;}
  .industry-ui .index-title {width: 100%; position: absolute; left: 0; right: 0; top: .6rem; padding: 0 5%; z-index: 4;}
  .industry-thumbs {/* margin-top: .35rem; *//* padding-top: .4rem; */}
  .industry-thumbs .icon {width: .7rem; height: .7rem;}



  .industry-main .con .text p:first-child{display: -webkit-box;overflow: hidden;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
  .industry-bottom{bottom: .5rem;}


  
  /* 为什么选择嘉宝精密 */
  .why {padding: .7rem 0 .3rem;}
  .why-mark {font-size: 1.2rem;bottom: 25%;}
  .why-list .swiper-slide {width: 70%; }
  .why-list .swiper-slide .pic,
  .why-list .swiper-slide-active .pic,
  .why-list .swiper-slide-duplicate-active .pic {transform: scale(1);}
  .why-list .swiper-slide p {margin-top: .28rem;}
  .why-ctrl {margin-top: .32rem; gap: .14rem;}


  /* 合作客户 */
  .partner-bg {padding: .5rem 0 .9rem;}
  .partner-bg .index-title {margin-bottom: .4rem;}
  .partner-list {max-width: 100%;}
  .partner-row {gap: .1rem;flex-wrap: wrap;display: grid;grid-template-columns: repeat(3, 1fr);}
  .partner-row2 {margin-top: .15rem;}
  .partner-item .hex {width: 2.1rem;height: auto;clip-path: none;}
  .partner-list ul:first-child li:last-child{display: none;}


  /* 新闻中心 */
  .news-bg {padding: .7rem 0 .9rem;}
  .news-top {flex-wrap: wrap; gap: .24rem; margin-bottom: .4rem;}
  .news-arrow img {width: .14rem;}
  .news-item .txt {padding: .28rem .28rem .3rem;}
  .news-item .txt h4 {min-height: auto;}
  .news-item .bot {margin-top: .22rem; flex-wrap: wrap;}

  /* 底部分类链接 */
  .class-links {padding: .3rem 0 .7rem;}
  .class-list {flex-direction: column; gap: .2rem;}
  .class-list .class-box {height: auto; min-height: 4.2rem; padding: .4rem .36rem;}
  .class-item--msg .txt p {max-width: 100%;}


  /* =============================================内页============================================ */
  /* 内页公用 Banner */
  .ny-banner .pic{display: none;}
  .banner-title h1:after {width: .16rem; height: .16rem;}
  .banner-title b {font-size: .44rem;}
  .banner-bottom b {display: none;}
  .banner-bottom .position {position: relative; top: auto; transform: none;}
  .news-class ul {justify-content: flex-start;}
  .news-class ul li a {padding: .1rem;}

  /* 产品分类列表 */
  .nypro-class ul li .info, .nypro-class ul li .pic{width: 100%;}
  .nypro-class ul li {padding: .45rem 0;}
  .nypro-class ul li .pic img {max-width: 85%;}

  /* 内页产品列表 */
  .proMain {padding: .5rem 0 .8rem;}
  .pro-side{margin-bottom: .3rem;}
  .pro-side ul{grid-template-columns: repeat(1, 1fr);}
  .pro-side li {width: 100%;}


  .pro-list ul li .pic {min-height: 3.2rem;}
  .pro-list ul li .pic img {max-height: 3.6rem;}
  .pro-head{align-items: center;}
  .pro-tabs{display: grid;grid-template-columns: repeat(1, 1fr);}
  .pro-tabs li a{padding: .2rem 0;background: #f5f5f5;display: block;text-align: center;}


  /* 产品详情 */
.proxq-banner {padding: .4rem 0 .5rem;}
  .proxq-banner .banner-box {flex-direction: column;}
  .proxq-left,
  .proxq-pic {width: 100%;}
  .proxq-banner .position {margin-bottom: .35rem;}
  .proxq-banner .info h2 {font-size: .48rem; margin-bottom: .35rem;}
  .proxq-gallery {gap: .2rem; justify-content: center;}
  .proxq-thumbs {width: .9rem; height: calc(.9rem * 3 + .12rem * 2);}
  .proxq-thumbs .swiper-slide {height: .9rem !important;}
  .proxq-prev,
  .proxq-next {width: .4rem; height: .4rem;}
  .proxq-bg {padding: .5rem 0 .45rem;}
  .banner-en b {font-size: .9rem;} 



  .pro-detail {padding: .4rem .28rem; margin-bottom: .28rem;}
  .recom-bg {padding: .4rem .28rem .45rem;}
  .recom-list {margin-top: .35rem;}
  .recom-arrow .swiper-button-prev,
  .recom-arrow .swiper-button-next {width: .56rem; height: .56rem;}

  /* 行业应用列表 */
  .industryMain {padding: .45rem 0 .4rem;}
  .nyindustry-list ul.grid-2 {grid-template-columns: 1fr;}
  .nyindustry-list ul li .info {padding: .3rem .28rem;}
  .nyindustry-list ul li .more {width: .56rem; height: .56rem;}

  /* 行业 / 新闻详情 */
  .industryxqMain {padding: .4rem 0 .6rem;}
  .industry-left,
  .industry-right {padding: .35rem .28rem;}

  .newsxq-text ul {flex-wrap: wrap; gap: .16rem .28rem;}
  .recom-news ul li {margin-bottom: .2rem;}
  .recom-news ul li a {gap: .16rem;}
  .recom-news ul li .pic {width: 42%;}
  .recom-news ul li .info {width: 52%;}
  .recom-news ul li .info h2 {margin-bottom: .1rem;}
  .other-list ul li .info {padding: .18rem .24rem;}

  /* 服务中心 */
  .serviceMain {padding: .55rem 0 0;}
  .service-btn {margin-bottom: .3rem;}
  .service-btn ul li em {font-size: var(--font16);}
  .service-list {--service-info-pad-x: .3rem;}
  .service-list ul li .service-box {flex-direction: column;}
  .service-list ul li .info,
  .service-list ul li .pic {width: 100%;}
  .service-list ul li .info {padding: .4rem var(--service-info-pad-x) .55rem;}
  .service-list ul li .info strong {font-size: var(--font28); margin: .18rem 0 .1rem;}
  .service-list ul li .icon {width: .48rem; height: .48rem;}
  .service-arrow{display: none;}

 

  /* 关于我们补充 */
  .aboutOne-box .container {padding: 2rem 0 .8rem;}
  .aboutOne-box .company-left {margin-left: 0;}
  .aboutOne-box .company-title {margin-bottom: .4rem;}
  .aboutOne-box .company-data {gap: .28rem .15rem; display: grid; grid-template-columns: repeat(2, 1fr);}
  .aboutOne-box .company-data .num em,
  .aboutOne-box .company-data .num b {font-size: .56rem;}
  .company-bottom {position: relative; bottom: auto; margin-top: .4rem;}
  .aboutTwo-box .container{padding:1.2rem 0 0 ;}
  .aboutTwo-box .develop-left {margin-left: 0;}
  .aboutTwo-box .develop-list {height: auto; max-height: none; overflow: visible;}
  .aboutTwo-box .develop-list .swiper-wrapper {height: auto !important; transform: none !important; flex-direction: column;}
  .aboutTwo-box .develop-list .swiper-slide {height: auto !important; margin-bottom: .28rem;}
  .aboutTwo-box .develop-list .year {font-size: .48rem; margin-top: .1rem;}
  .aboutTwo-box .develop-list .swiper-slide {padding-left: .7rem; gap: .2rem;}


  .aboutTwo-box .develop-pic {position: relative;}
  .aboutThree-box .culture-item {height: 3.5rem; padding: .4rem .28rem; gap: .24rem;}
  .aboutThree-box .culture-arrow .swiper-button-prev,
  .aboutThree-box .culture-arrow .swiper-button-next {width: .7rem; height: .7rem; display: none;}
  .aboutFour-box .container{padding:1.2rem 0 .5rem ;}
  .aboutFour-box .business-left {margin-left: 0;}
  .aboutFour-box .business-num {gap: .35rem;}
  .aboutFour-box .business-num .num {font-size: .5rem;}
  .aboutFive {padding-top: .4rem;}


  /* 内页新闻中心列表 */
  .newsMain {padding: .6rem 0 .7rem;}
  .nynews-item {flex-wrap: wrap; gap: .16rem; padding: .3rem 0; align-items: flex-start;}
  .nynews-item .date {width: 1.5rem; padding: .16rem .04rem;}
  .nynews-item .date::before,
  .nynews-item .date::after {display: none;}
  .nynews-item .date .day {font-size: var(--font36);}
  .news-cor-bg {width: calc(100% - 1.3rem); flex-wrap: wrap; padding: .12rem; padding-left: .12rem; gap: .16rem;}
  .news-cor-bg .line {display: none;}
  .nynews-item .txt {width: 100%; order: 1;}
  .nynews-item .more {margin-top: .16rem;}
  .nynews-item .pic {width: 100%; order: 2;}
  .nynews-item .pic img{min-height: auto;}
  /* 内页联系我们 */
  .banner-map {right: 0; width: 100%; opacity: .9;}
  .banner-map .map-dot {width: .28rem; height: .44rem;}
  .banner-map .map-pop {max-width: 3.6rem; padding: .16rem .18rem .18rem;}
  .banner-map .map-pop-hd img {width: .28rem; height: .28rem;}
  .banner-map .map-pop-hd strong {font-size: var(--font18);}
  .banner-map .map-pop p {font-size: var(--font14);}


  .contact-top li {width: 100%;padding: .4rem 5%;justify-content: flex-start;}
  .contact-top li + li { border-top: 1px solid #CACACA;}
  .contact-top .txt strong {font-size: var(--font28);}
  .contact-bot{padding: 0;}
  .contact-bot .container{flex-wrap: wrap;width: 100%;}
  .contact-bot li {width: 100%;padding: .3rem 5%;align-items: flex-start;border-left: 0;}
  .contact-bot li:nth-child(even) {border-left: 1px solid #CACACA;}
  .contact-bot li:nth-child(n+3) {border-top: 1px solid #CACACA;}
  .contact-form-box {padding: .7rem 0 .9rem;}
  .contact-form-box .container {flex-direction: column; gap: .4rem;}
  .contact-form-info {width: 100%;}
  .contact-form-info b {font-size: .48rem; margin-bottom: .2rem;}
  .contact-form-info h2,
  .contact-form-info h3 {font-size: var(--font28);}
  .contact-form-info p {max-width: none;}
  .contact-form {width: 100%; max-width: none;}
  .contact-form-row {flex-direction: column; gap: .28rem; margin-bottom: .28rem;}
  .contact-form-code {width: 100%; flex-direction: row; align-items: flex-end;}
  .contact-form-code .code-pic {width: 1.4rem; height: .56rem;}
  .contact-field input,
  .contact-field select {height: .8rem;}
  .contact-submit { height: .8rem;}

  .pro-list ul li .more{display: none;}
  .ny-banner .imgBox img{min-height: 5rem;}
  .recom-arrow{display: none;}
  .recom-list ul li .more{display: none;}
  .footer-qr p{font-size: .22rem;}
}