.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.4rem;}
.mobmenu dl dd {width: 0;height: 0.02rem;background: #333; 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: #333; 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: #3164a0;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: #3164a0;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: #3164a0; 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: #3164a0;}
.mobnavBox .bottom .nav li.on h3 i {transform: rotate(90deg);color: #3164a0;}
.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: #3164a0;}
.mobnavBox .bottom .nav li .m-subnav a:hover:before , .mobnavBox .bottom .nav li .m-subnav a.on:before {border-color: #3164a0;}
.mobnavBox .bottom .nav li .m-subnav a:hover:after , .mobnavBox .bottom .nav li .m-subnav a.on:after {background: #3164a0;}
.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: #3164a0; background: #3164a0; 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, #3164a0 10%, #fff 60%, #3164a0 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: #3164a0; 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: #3164a0;}
@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: #3164a0;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: #3164a0;}
.fz_bt span {color: #3164a0;}
.fz_bt:active {background: #3164a0; border-color: #3164a0;}
.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: #3164a0;}
  .fz_bt:hover{background: #3164a0; border-color: #3164a0;}
  .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;}
}


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

}

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


}

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

  .pro-left {
    width: 54%;
}

}


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

  .indexBanner{height: 70vh;}
  .product-left {width: 26%;}
  .product-right {width: 70%;}
  .pro-card {padding: .32rem; gap: .32rem;}
  .pro-card .pic {min-height: 2.8rem;}

  /* 内页关于我们 */
  .company {padding: 1.08rem 0 2rem;}

  .company-box {flex-direction: column; gap: .35rem;}
  .company-left,
  .company-right {width: 100%;}
  .company-right .txt {line-height: 1.9;}
}


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

  /* ---------- 首页 ---------- */
  .indexBanner .slide .con h3 {margin-bottom: .4rem;}
  .indexBanner .swiper-button-next,
  .indexBanner .swiper-button-prev {width: .48rem; height: .48rem;}

  .product {padding: .8rem 0;}
  .product .index-title {flex-wrap: wrap; align-items: flex-end; width: 79%;}
  .product .index-title h3 {width: 100%; margin: .12rem 0 0;}
  .product-list {margin-top: .7rem;}
  .product-list ul.grid-4 {grid-template-columns: repeat(2, 1fr); gap: .22rem;}
  .product-list ul li a {padding: .55rem 0 .5rem;}
  .product-list ul li .pic {height: 2rem; margin-bottom: .4rem;}
  .product-list ul li .more {bottom: -.22rem;}

  .about {padding: .7rem 0;}
  .about-box {flex-direction: column; gap: .45rem;}
  .about-left,
  .about-right {width: 100%;}
  .about-txt {margin: .45rem 0 .6rem;}
  .about-data {width: 55%; padding: .2rem .24rem 0 0;}

  .video-bg {padding: 1.6rem 0 .5rem;}
  .video-bg .index-title {margin-bottom: 1rem;}
  .video-btn .icon img {width: .65rem;}

  .factory-bg {padding: .8rem 0;}
  .factory {margin-top: .7rem;}
  .factory-slide {padding: 0 .7rem;}
  .factory-slide .swiper-button-prev,
  .factory-slide .swiper-button-next {display: none;}

  .news {padding: .9rem 0 1rem;}
  .news-box {flex-direction: column; gap: .5rem;}
  .news-left,
  .news-right {width: 100%;}
  .news-txt {margin: .35rem 0 .5rem;}

  /* ---------- 内页公用 ---------- */
  .ny-banner .imgBox img {min-height: 3.2rem; border-radius: 0 0 .5rem .5rem;}
  .ny-banner .info h2 {font-size: .5rem;}
  .ny-nav {bottom: .16rem;}
  .ny-nav ul li a {padding: .1rem .32rem;}
  .banner-position {bottom: .28rem;}
  .star-icon img {width: .72rem;}
  .title-top {padding-bottom: .3rem;}

  /* 关于我们内页 */

 
  .about-video .video-btns .icon {width: .7rem; height: .7rem;}
  .about-num {flex-wrap: wrap; gap: .3rem .2rem; justify-content: space-between;}
  .about-num li {width: calc(50% - .12rem);}

  .culture-bg {padding: .75rem 0 .6rem; margin-bottom: .4rem;}
  .culture-list li {height: 4.4rem;}
  .culture-list li .con {padding: 0 .28rem;}
  .culture-list li .con .icon {width: .7rem; height: .7rem; margin-bottom: .5rem;}
  .culture-list li .con h4 {font-size: .36rem; margin-bottom: .14rem;}
  .culture-list li .con p {width: 100%; font-size: .22rem;}

  .develop {border-radius: 0 0 .5rem .5rem;}
  .develop-top {flex-direction: column; height: auto;}
  .develop-pic {width: 100%; height: 4.2rem;}
  .develop-info {width: 100%; height: auto; padding: .45rem .4rem .5rem; border-radius: 0;}
  .develop-info .about-title {margin-bottom: .4rem;}
  .develop-swiper {min-height: auto;}
  .develop-swiper .year {font-size: .48rem; margin-bottom: .24rem;}
  .develop-swiper .line {margin-top: .4rem;}
  .develop-bot {position: relative; width: 100%; border-radius: 0; right: auto;}
  .develop-arrow {width: 28%;}

  .honor-bg {padding: 1.2rem 0 .4rem; margin-top: -.6rem;}
  .honor-bg::after {height: 1.2rem; width: 80%; border-top-left-radius: 80px;}
  .honor-box {flex-direction: column; gap: .35rem; margin-top: .45rem;}
  .honor-info,
  .honor-list {width: 100%;}
  .honor-info {padding: .5rem 0 1rem;}

  /* 产品中心列表 */
  .product-bg {padding: 1.4rem 0 .8rem; margin-top: -.8rem;}
  .product-box {flex-direction: column; gap: .35rem;}
  .product-left,
  .product-right {width: 100%;}
  .product-right {margin-top: 0;}
  .pro-menu > li {border-bottom: 1px solid #E5E5E5;}
  .pro-menu-tit {padding: .24rem 0;}




  /* 公司动态列表 */
  .newsMain {padding: .7rem 0 .8rem;}
  .newsMain .title-top {gap: .25rem;}
  .news-class ul {flex-wrap: wrap;}

  /* 公司动态详情 */

  .newsxq-box {flex-direction: column; gap: .35rem;}
  .newsxq-left,
  .newsxq-right {width: 100%;}
  .newsxq-left {padding: .6rem .4rem .5rem; border-radius: 0 0 .28rem .28rem;}
  .newsxq-right {position: static; padding: .4rem .3rem; border-radius: 0 0 .28rem .28rem; display: none;}
  .newsxq-nav {margin-top: .5rem;}

  /* 联系我们 */
  .contact {flex-direction: column; gap: .35rem; margin-bottom: .7rem; border-radius: 0 0 .5rem .5rem;}
  .contact .info {margin-left: 6%; margin-right: 6%; width: auto; flex: none; padding: .5rem 0 .2rem;}
  .contact .pic {width: 100%;}
  .contact-bg {padding: 1rem 0 1.6rem;}
}


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

  /* ---------- 首页 ---------- */
  .indexBanner {  height: 50vh;}
  .indexBanner .slide .con h3 {margin-bottom: .36rem;}
  .index-more {padding: .12rem .28rem;}
  .index-more img {width: .16rem;}
  .banner-bottom {bottom: .4rem;}
  .indexBanner .swiper-button-next,
  .indexBanner .swiper-button-prev {width: .44rem; height: .44rem;}
  .indexBanner .swiper-button-next img,
  .indexBanner .swiper-button-prev img {width: .14rem;}

  /* 产品系列 */
  .product {padding: .7rem 0 .8rem;}
  .product .index-en {top: -4%;}
  .product .index-en img {width: 2.4rem;}
  .index-top {gap: .2rem;}
  .product .index-title {align-items: flex-start; flex-direction: column; width: 64%;}
  .product .index-title h3 {margin: .08rem 0 0; line-height: 1.5;}
  .product-list {margin-top: .55rem;}
  .product-list ul.grid-4 {grid-template-columns: repeat(2, 1fr); gap: .16rem;}
  .product-list ul li a {padding: .4rem .1rem .45rem;}
  .product-list ul li .pic {height: 1.7rem; margin-bottom: .28rem;}
  .product-list ul li .more {width: .44rem; height: .44rem; border-width: 3px; bottom: -.2rem; left: 50%;}
  .product-list ul li .more img {width: .14rem;}

  /* 关于我们 */
  .about {padding: .7rem 0 .8rem;}
  .about .index-en {top: .2rem; left: 0;}
  .about .index-en img {width: 2.4rem;}
  .about .index-title{text-align: center;}
  .about .index-title i{margin: .16rem auto 0;}
  .about-box {flex-direction: column; gap: .4rem;}
  .about-left,
  .about-right {width: 100%;}
  .index-title i {width: .4rem; height: .03rem; margin-top: .16rem;}
  .about-txt {margin: .32rem 0 .4rem; line-height: 1.8;}
  .about-txt p + p {margin-top: .14rem;}
  .about-bot {gap: .24rem; flex-wrap: wrap;}
  .about-ce img {height: .4rem;}
  .about-right .pic {border-radius: .16rem;}
  .about-data {width: 72%; left: 0; bottom: 0; padding: .14rem .16rem 0 0; border-radius: 0 .24rem 0 0;}
  .about-data ul {gap: .1rem;}
  .about-data li {padding: .12rem .1rem; gap: .12rem;}
  .about-data .icon {width: .5rem; height: .5rem;}

  /* 视频 */
  .video-bg {padding: 1.2rem 0 .4rem;}
  .video-bg .index-title {margin-bottom: .7rem;}
  .video-bg .index-title h3 {margin-top: .1rem;}
  .video-btn .icon {justify-content: center;}
  .video-btn .icon img {width: .7rem;}

  /* 厂房环境 */
  .factory-bg {padding: .7rem 0 .75rem;}
  .factory {margin-top: .5rem;}
  .factory-slide {padding: 0 .55rem;}
  .factory-slide .swiper-slide .pic {border-radius: .14rem; margin-bottom: .18rem;}
  .factory-slide .swiper-button-prev,
  .factory-slide .swiper-button-next {width: .4rem; height: .4rem; top: .85rem;}
  .factory-slide .swiper-button-prev img,
  .factory-slide .swiper-button-next img {width: .12rem;}
  .factory .swiper-scrollbar {width: calc(100% - 1rem); margin-top: .35rem;}

  /* 新闻中心 */
  .news {padding: .75rem 0 .85rem;}
  .news-box {flex-direction: column; gap: .4rem;}
  .news-left,
  .news-right {width: 100%;}
  .news-txt {margin: .28rem 0 .4rem;}
  .news-list li {padding: .22rem 0;}
  .news-list li .tit {gap: .16rem;}
  .news-list li .con {padding: .12rem .1rem .04rem 0;}

  /* 底部（已调好，保持） */
  .foternav {flex-wrap: wrap; width: 100%; margin: 0; gap: 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:last-child {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;}
  .foternav dl.nolist .ddbox {display: block;}
  .footer-top {padding: .5rem 0 .4rem;}
  .footer-box {flex-direction: column; gap: .35rem;}
  .footer-code .img {width: 120px; height: 120px;}
  .footer-bottom .container {justify-content: center; text-align: center;}
  .footer-bottom span {width: 100%; text-align: left;}
  .copyright {gap: .1rem; flex-wrap: wrap; text-align: left; align-items: flex-start;}

  /* ---------- 内页公用 ---------- */
  .ny-banner .imgBox img {min-height: 5rem; border-radius: 0 0 .4rem .4rem;}
  .ny-banner .info h2 {font-size: .48rem;}
  .ny-banner .info .circle-icon {width: 1.6rem; left: 50%;}
  .ny-nav {bottom: .2rem;}
  .ny-nav ul {gap: .06rem;}
  .ny-nav ul li a {padding: .1rem .22rem;}
  .banner-position {bottom: .22rem;}
  .star-icon img {width: .56rem;}
  .title-top {padding-bottom: .24rem; gap: .16rem;}
  .circle-box {width: .32rem; height: .2rem; margin-right: .1rem;}

  /* 关于我们内页 */
  .company {padding: .7rem 0 .85rem;}
  .company-box {flex-direction: column; gap: .28rem;}
  .company-left,
  .company-right {width: 100%;}
  .company-right .txt {line-height: 1.85;}
  .company-right .txt p + p {margin-top: .18rem;}

  .about-video .video-btns .icon {width: .64rem; height: .64rem;}
  .about-video .video-btns .icon img {width: .18rem;}
  .about-num-bg {padding: .4rem 0 .45rem;}
  .about-num {flex-wrap: wrap; gap: .28rem .16rem;}
  .about-num li {width: calc(50% - .1rem); gap: .1rem;}
  .about-num .num-box em {font-size: .44rem;}
  .about-num .num-box .badge {width: .28rem; height: .28rem;}
  .about-num .txt {font-size: .24rem; line-height: 1.45;}

  .culture-bg {padding: .6rem 0 .5rem; margin-bottom: .3rem;}
  .culture-list {margin-top: .3rem;}
  .culture-list ul {flex-direction: column; gap: .08rem;}
  .culture-list li {height: 3.4rem; flex: none; width: 100%;}
  .culture-list li .con {padding: 0 .36rem;}
  .culture-list li .con .icon {width: .52rem; height: .52rem; margin-bottom: .2rem;}
  .culture-list li .con h4 {font-size: .4rem; margin-bottom: .12rem;}
  .culture-list li .con p {font-size: .26rem; width: 100%;}
  .culture-list li .name {bottom: .24rem;}

  .develop {border-radius: 0 0 .36rem .36rem;}
  .develop-top {flex-direction: column; height: auto;}
  .develop-pic {width: 100%; height: 3.6rem;}
  .develop-info {width: 100%; height: auto; padding: .36rem .28rem .4rem; border-radius: 0;}
  .develop-info .about-title {margin-bottom: .28rem;}
  .develop-swiper {min-height: auto;}
  .develop-swiper .year {font-size: .42rem; margin-bottom: .18rem;}
  .develop-swiper .line {margin-top: .28rem; width: .4rem;}
  .develop-bot {position: relative; width: 100%; height: .9rem; border-radius: 0; right: auto;}
  .develop-arrow {width: 32%;}
  .develop-arrow .swiper-button-prev img,
  .develop-arrow .swiper-button-next img {width: .2rem;}

  .honor-bg {padding: .9rem 0 .35rem; margin-top: -.5rem;}
  .honor-bg::after {height: .9rem; width: 85%; border-top-left-radius: 60px;}
  .honor-top {gap: .16rem;}
  .honor-arrow {gap: .12rem;}
  .honor-arrow .swiper-button-prev,
  .honor-arrow .swiper-button-next {width: .44rem; height: .44rem;}
  .honor-arrow .swiper-button-prev img,
  .honor-arrow .swiper-button-next img {width: .14rem;}
  .honor-box {flex-direction: column; gap: .28rem; margin-top: .36rem;}
  .honor-info,
  .honor-list {width: 100%;}
  .honor-info {padding: .4rem 0 .8rem; border-radius: .2rem;}
  .honor-info .tag {padding: .12rem .24rem; margin-bottom: .24rem;}
  .honor-info .txt {width: 90%; margin-left: .24rem; line-height: 1.7;}
  .honor-list .swiper {padding-bottom: .3rem;}
  .honor-list .mask {height: 90%;}
  .honor-list .mask .more {width: .48rem; height: .48rem;}

  /* 产品中心列表 */
  .product-bg {padding: 1rem 0 .7rem; margin-top: -.6rem;}
  .product-box {flex-direction: column; gap: .28rem;}
  .product-left,
  .product-right {width: 100%;}
  .pro-menu-tit {padding: .22rem 0;}
  .pro-menu-sub {padding: 0 0 .24rem;}
  .pro-card{flex-wrap: wrap;}
  .pro-card .pic {width: 100%; height: 2.8rem;}
  .pro-card .info {width: 100%;}
  .pro-card .info h3 {margin-bottom: .12rem;}
  .pro-card .info p {margin-bottom: .32rem; line-height: 1.7;}
  .pro-card .info .more {padding: .12rem .36rem;}

  /* 产品详情 */
  .proxq-bg {padding: .9rem 0 .25rem; border-radius: 0 0 .36rem .36rem;}
  .pro-detail {flex-direction: column-reverse; gap: .32rem; margin-bottom: .4rem;}
  .pro-left,
  .pro-right {width: 100%;}
  .pro-left .info h1 {margin-bottom: .18rem;}
  .pro-left .text {flex-wrap: wrap; gap: .12rem .2rem; padding: .14rem 0; margin-bottom: .24rem;}
  .pro-left .info h2 {margin-bottom: .36rem; line-height: 1.7;}
  .pro-btn {gap: .16rem; flex-wrap: wrap;}
  .pro-btn a {padding: .14rem .32rem;}
  .pro-description {padding: .5rem 0 .8rem;}
  .pro-content {margin-top: .32rem;}
  .pro-recom {margin-bottom: .6rem;}
  .pro-recom-list {margin-top: .36rem;}
  .pro-recom-list ul li {padding: .24rem; border-radius: .12rem;}
  .pro-recom-list ul li .info {padding: .28rem 0 0;}
  .pro-recom-list ul li .info h3 {margin-bottom: .2rem;}
  .pro-recom-list ul li .info span {padding: .12rem .36rem;}
  .pro-recom-list .swiper-pagination {display: block; position: relative; margin-top: .28rem;}

  /* 公司动态列表 */
  .newsMain {padding: .55rem 0 .7rem;}
  .news-class ul {gap: .1rem;}
  .news-class ul li a {padding: .12rem .28rem;}
  .nynews-list {margin-top: .4rem;}
  .nynews-list ul li {padding: .22rem; margin-bottom: .22rem; border-radius: .1rem;}
  .nynews-list ul li a {flex-direction: column; gap: .22rem;}
  .nynews-list ul li .pic,
  .nynews-list ul li .info {width: 100%;}
  .nynews-list ul li .info h3 {margin-bottom: .18rem;}
  .nynews-list ul li .info p {margin-bottom: .32rem; line-height: 1.7;}
  .nynews-list ul li .info em {padding: .12rem .36rem;}

  /* 公司动态详情 */
  
  .newsxq-box {flex-direction: column; gap: .28rem;}
  .newsxq-left,
  .newsxq-right {width: 100%;}
  .newsxq-left {padding: .4rem .28rem .4rem; border-radius: 0 0 .24rem .24rem;}
  .newsxq-hd {padding-bottom: .24rem; margin-bottom: .28rem;}
  .newsxq-hd h1 {margin-bottom: .18rem;}
  .newsxq-meta {flex-wrap: wrap; gap: .1rem .16rem;}
  .newsxq-nav {margin-top: .4rem; gap: .12rem; flex-wrap: wrap;}
  .newsxq-prev em,
  .newsxq-next em {width: .44rem; height: .44rem;}
  .newsxq-back {padding: .1rem .28rem;}
  .newsxq-right {position: static; padding: .32rem .24rem; border-radius: 0 0 .24rem .24rem;}
  .newsxq-right strong {margin-bottom: .24rem;}
  .newsxq-right ul li a {gap: .2rem;}
  .newsxq-right ul li .pic {width: 36%;}
  .newsxq-right ul li .info h3 {margin-bottom: .1rem;}

  /* 联系我们 */
  .contact {flex-direction: column; gap: 0; margin-bottom: .55rem; border-radius: 0 0 .36rem .36rem;}
  .contact .info {margin: 0; width: 100%; padding: .45rem 6% .35rem; flex: none;}
  .contact .info dl {margin-bottom: .32rem;}
  .contact .info dl dt img {width: .32rem;}
  .contact .pic {width: 100%;}
  .contact-bg {padding: .8rem 0 1.2rem;}
}