.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-style1 .mobmenu dl dd {background: #333;}
header.c-style1 .mobmenu h4 {color: #333;}

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

header.c-style3 .mobmenu dl dd {background: #333;}
header.c-style3 .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;}
.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: #0056FF;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: #0056FF;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: #0056FF; 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: #0056FF;}
.mobnavBox .bottom .nav li.on h3 i {transform: rotate(90deg);color: #0056FF;}
.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: #0056FF;}
.mobnavBox .bottom .nav li .m-subnav a:hover:before , .mobnavBox .bottom .nav li .m-subnav a.on:before {border-color: #0056FF;}
.mobnavBox .bottom .nav li .m-subnav a:hover:after , .mobnavBox .bottom .nav li .m-subnav a.on:after {background: #0056FF;}
.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: #0056FF; background: #0056FF; 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, #0056FF 10%, #fff 60%, #0056FF 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: #0056FF; 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: #0056FF;}
@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: #0056FF;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: #0056FF;}
.fz_bt span {color: #0056FF;}
.fz_bt:active {background: #0056FF; border-color: #0056FF;}
.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: #0056FF;}
  .fz_bt:hover{background: #0056FF; border-color: #0056FF;}
  .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) {
  /* 底部 */
  .foternav {margin: 0 4%;}

  /* 产品详情 */
  .prodate_banner .tle  {font-size: var(--font50);}
}

/* ======================================================1280px========================================================= */
@media (max-width: 1280px) {
  /* 头部 */
  nav {width: 60%;}
  /* 底部 */
  .foternav {margin-right: 0;}
  .footer-main .main_box {flex-wrap: wrap;}
  .f-contact {width: 100%;}

  /* 关于我们 */
  .history-item .info {    max-width: 73%;}

  /* 产品中心 */
  .proOne-list.grid-4 { grid-template-columns: repeat(3, 1fr); }

  /* 荣誉资质 */
  .honorsnav {width: 22%;}
  .honorslist {width: 75%;}
}


  /* ======================================================1024px========================================================= */
  @media  (max-width: 1024px) { 
  /* 首页 */
  .indexSwiper {height: auto;}
  .indexSwiper > .swiper-wrapper {display: block;}
  .indexSwiper > .swiper-wrapper >.slide {height: auto;}


  /* 首页模块 */
  .indexTwo {padding: 1rem 0;}
  .indexTwo .indexTle h3 {color: #333;}
  .indexTwo .indexTle h4 {color: #333;}
  .indexTwo .tle {position: relative; top: 0;}
  .indexTwo .bjBox {display: none;}
  .indexTwo-right .item .bg_img {opacity: 1;}
  .indexTwo-right .item::before {opacity: 1;      transform: scaleY(1);}
  .indexThre .indexThre-box {padding: 1rem 0;}
  .indexFour .container {padding: 1rem 0;} 
  .indexFive .num { font-size: .5rem;  }
  .indexSix .container {padding: 1rem 0;}
  .indexSix .list { flex-wrap: wrap; gap: .3rem; justify-content: flex-start;}
  .indexSix .list .item { width: calc(50% - .15rem); flex: none; }

  /* 产品中心 */
  .proOne-list.grid-4 { grid-template-columns: repeat(2, 1fr); }

  /* 人力资源 */
  .policy-list { grid-template-columns: repeat(2, 1fr); gap: .3rem; }
  .policy-item { padding: .4rem .3rem; }
    
  .humanTwo-list {flex-wrap: wrap; height: auto;}
  .humanTwo-list .item {flex: none; height: 6rem; width: calc(50% - .075rem);}
  .humanTwo-list .item-inner {opacity: 1;}
  .humanTwo-list .item .item-tit {opacity: 0;}

  .job-item .job-info-main { gap: .3rem; flex-wrap: wrap; }
  .job-item .job-tags { margin: .2rem 0 0; width: 100%; justify-content: flex-start; gap: .4rem; }

  }


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

  /* 底部 */
  .f-info {width: 100%; display: flex; justify-content:center; margin-bottom: .5rem;}
  .foternav {width: 100%; flex: none; margin: 0;}

  /* ==========创新研发 */
  .innovateFour .list {flex-wrap: wrap;}
  .innovateFour .list .item {flex: none; width: calc(50% - .2rem);}


  /* ==========交付保障 */
  .deliveryOne .flex-sb { flex-direction: column; }
  .deliveryOne .le, .deliveryOne .re { width: 100%; }
  .deliveryOne .re { margin-top: 0.4rem; }
  .stats-list { flex-wrap: wrap; justify-content: left; gap: 0.4rem; }
  .stats-list li { width: 45%; }
  .deliveryThree .flex-sbc { flex-direction: column; }
  .deliveryThree .le, .deliveryThree .re { width: 100%; }
  .deliveryThree .re { margin-top: 0.4rem; }

  /* 企业文化 */
  .cultureOne .list .item {flex-wrap: wrap;}
  .cultureOne .item .left , .cultureOne .item .right {width: 100%;}
  .cultureOne .item .left {padding: 0 4%; padding-bottom: .5rem;}

  /* =========联系我们 */
  .ny-contact .tact-box .info {width: 100%;}
  .ny-contact .tact-box .pic {width: 100%; margin-top: .5rem;}
}



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

  /* 头部 */
  .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;}

  /* 底部 */
  .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;}
  .foternav dl dt {margin-bottom: 0 !important;position: relative;cursor: pointer; padding: .1rem 0; color: #fff;}
  .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;}

  .f-contact {margin-top: .3rem;}

  /* 首页模块 */
  .indexOne {height: auto;}
  .indexOne .box {padding: 1rem 0; }
  .indexOne-list {height: auto; flex-wrap: wrap; gap: .15rem; justify-content: space-between; }
  .indexOne-list .item {flex: none; width: calc(50% - 0.075rem); height: 4rem;}

  .indexTwo-right {flex-wrap: wrap;gap: 1px;}
  .indexTwo-right .item { width: calc(50% - 0.5px); height: auto; padding: .4rem .2rem; flex: none; border: 0; }
  .indexTwo-right .item .desc {display: none;}
  .indexTwo-right .item .more-btn {display: none;}
  .indexTwo-right .item .icon-box {margin-bottom: .5rem;}

  .indexThre-box { flex-direction: column; }
  .indexThre .left-text { width: 100%; }
  .indexThre .base-list .item p { width: 100%; }
  .indexThre .right-map { width: 100%; position: relative; top: 0; transform: none; padding-top: .4rem; }
  .indexThre .indexTle { margin-bottom: .4rem; }
  .indexThre .base-list { gap: .3rem; }

  .news-list { flex-direction: column; }
  .news-item.large , .news-right { width: 100%; }
  .news-right { gap: .2rem; }
  .news-item.small { height: auto; }

  .indexFive .numlist { flex-wrap: wrap; gap: .1rem; padding: .3rem; justify-content: center; }
  .indexFive .item { width: 48%; text-align: center; }
  .indexFive .num {justify-content: center; }
  .indexFive .txt {font-size: var(--font16);}

  .indexSix .list .item { width: 100%; }
  /* =============================================内页============================================ */
  /* 内页公用样式 */
  .ny-banner .box {position: relative;}
  .ny-banner .imgBox { position: relative; }
  .ny-banner .imgBox img { min-height: 4.5rem; object-fit: cover; }
  .ny-banner .mbx {display: none;}
  
  .ny-nav { position: relative; background: #fff; padding: .2rem 0; overflow: visible; border-bottom: 1px solid #eee; }
  .ny-nav ul { justify-content: flex-start; overflow-x: auto; white-space: nowrap; gap: .4rem; padding: 0 4%; scrollbar-width: none; }
  /* .ny-nav ul::-webkit-scrollbar { display: none; } */
  .ny-nav ul li { flex-shrink: 0; }
  .ny-nav ul li a { color: #333; display: block; padding: .2rem 0 .4rem;}
  .ny-nav ul li a::after { top: calc(100% - .3rem); }
  .ny-nav ul li.on a { color: #050a7a; }
  /* 内页公用样式 end!!!*/

  /* 产品中心 */
  .proOne {padding: .8rem 0 1rem; }
  .proOne-title {margin-bottom: .6rem; }
  .proOne-title h3 {font-size: var(--font32); }
  .proOne-list.grid-4 { grid-template-columns: repeat(1, 1fr); }
  /* 产品详情 */
  .prodate_banner { padding: 1.5rem 0 .4rem; }
  .prodate_banner .box { min-height: auto; }
  .prodate_banner .tle h3 { font-size: var(--font32); line-height: 1.3; }
  .prodate_banner .text {font-size: var(--font14); margin-top: .3rem; }
  .prodate_banner .mbx {position: relative; left: 0; top: 0; transform: none; margin-top: .6rem; width: 100%; padding: .2rem 0; border-top: 1px solid rgba(0,0,0,.05); }
  /* .prodate_banner .mbx::-webkit-scrollbar { display: none; }
  .prodate_banner .mbx .icBox { filter: brightness(0); flex-shrink: 0; }
  .prodate_banner .mbx .alinks { display: flex; align-items: center; }
  .prodate_banner .mbx a { color: #666; font-size: var(--font14); flex-shrink: 0; }
  .prodate_banner .mbx a::after { color: #666; } */
  .prodate-nav { top: 0; position: sticky;}
  .prodate-content .tab-item { padding: .8rem 0; }
  .prodate-content .title { font-size: var(--font36); }
  .proinfo-header { }
  .proinfo-header .title h3 { font-size: var(--font36); }

  /* 创新研发 */
  .innovateMain .title-box h3 {font-size: var(--font40);}
  .innovateOne .down-icon {margin-top: .5rem;}
  .innovateTwo .list {grid-template-columns: repeat(1,1fr);}
  .innovateTwo .title-box p {width: 100%;}
  .innovateThree .title-box p {width: 100%;}
  .innovateThree .list {grid-template-columns: repeat(2,1fr);}
  .innovateFour .list { gap: .4rem;}
  .innovateFour .list .item {width: 100%;}
  .innovateFour .card-box {}
  .innovateFour .card-box .top h4 {font-size: var(--font30);}
  .innovateFour .card-box .top p {font-size: var(--font20);}
  /* ==========交付保障 */
  .stats-list li { width: 100%;}


  /* ==========关于我们 */
  .aboutTle {}
  .aboutTle h3 ,.aboutTle h4 {font-size: var(--font40);}

  .aboutOneCon { padding: .8rem 0 .4rem; }
  .aboutOne-header { flex-direction: column; }
  .aboutOne-header .le, .aboutOne-header .re { width: 100%; }
  .aboutOne-header .re { margin-top: .4rem; }
  .aboutOne-stats { margin-top: .8rem; flex-wrap: wrap; justify-content: flex-start; gap: .4rem .6rem; }
  .aboutOne-stats .item { width: calc(50% - .3rem); }
  .aboutOne-stats .item .num { font-size: .6rem; }
  .aboutOne-stats .item p { font-size: var(--font16); }
  .aboutOne-video {}
  .aboutOne-video .video-btn { width: .8rem; height: .8rem; }

  .aboutTwo-header { flex-direction: column; align-items: flex-start; gap: .3rem; }
  .aboutTwo-swiper { margin-top: .4rem; }

  .aboutThree {background-attachment: local;}
  .aboutThree .box { height: auto; padding: 1rem 0; }
  .aboutThree .text { width: 100%; margin-top: .4rem; }
  .aboutThree .explore-cursor {opacity: 1; margin: auto; transform: none !important; display: flex !important; justify-content: center; position: relative; left: 0; bottom: 0; transform: none; margin-top: .8rem; width: 2rem; height: 2rem; }

  .aboutFour { padding: .8rem 0; }
  .history-timeline::after { left: 4px; }
  .history-item { padding-left: .6rem; margin-bottom: .8rem; min-height: auto; }
  .history-item .dot { left: 4px; top: .3rem; }
  .history-item .year { position: relative; top: 0; transform: none; font-size: var(--font32); margin-bottom: .2rem; }
  .history-item:nth-child(odd) .year, .history-item:nth-child(even) .year { left: 0; right: auto; text-align: left; }
  .history-item .content { width: 100% !important; padding: 0 !important; text-align: left !important; }
  .history-item .imgBox { max-width: 100%; margin-bottom: .2rem; border-radius: .2rem; }
  .history-item .info { max-width: 100%; }

  .aboutFive {padding-top: 1rem;}
  .aboutFive .aboutTle { position: relative; top: 0; transform: none; left: 0; margin-bottom: .4rem; }
  .aboutFive .imgBox { margin-top: .4rem; }



  /* ==========新闻动态 */
  .news-csr { padding: .8rem 0; }
  .news-csr .csr-box { flex-direction: column; }
  .news-csr .csr-box .le, .news-csr .csr-box .re { width: 100%; }
  .news-csr .csr-box .re { padding: .4rem .3rem; }
  .news-list-wrap .item { flex-direction: column; padding: .4rem 0; }
  .news-list-wrap .item .date { width: 100%; margin-bottom: .2rem;}
  .news-list-wrap .item .imgBox { width: 100%; margin: 0 0 .3rem; }
  .news-list-wrap .item .info .more {bottom: 0;}
  /* 新闻详情 */
  .newsDateOne {padding-top: .5rem; padding-bottom: 1rem;}
  .newsDateOne .box {margin-top: .2rem;}
  .newsDateOne .le {width: 100%; padding: .24rem;}
  .newsDateOne .re {width: 100%;max-width: 100%; padding-left: 0; flex: none; margin-top: .5rem; position: relative; top: 0;}
  .newsxq-page {margin-top: .2rem;}

  /* 荣誉资质 */
  .honorsBox .box {flex-wrap: wrap;}
  .honorsnav {width: 100%; position: relative; top: 0;}
  .honorslist {width: 100%; margin-top: 1rem;}
  .honorsnav .ctitle1 > ul > li .menu-li {border-radius: 0;}
  .honorsnav .ctitle1 > ul > li .menu-li i {width: .2rem;}
  .honorslist ul {grid-template-columns: repeat(2,1fr);}

  /* 人力资源 */
  .humanOne { padding: .8rem 0; }
  .policy-list { grid-template-columns: 1fr; gap: .3rem; }

  .humanTwo { padding-bottom: .8rem; }
  .humanTwo-list { flex-direction: column; height: auto; gap: .2rem; margin-top: .4rem; }
  .humanTwo-list .item { height: 3.5rem;  border-radius: .15rem; width: 100%; }
  .humanTwo-list .item .item-inner { padding: .3rem; }
  .humanTwo-list .item::after { background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 70%); }

  .humanThree { padding: .8rem 0; background-attachment: local; }
  .humanThree .human-title {margin-bottom: .4rem;}
  .planning-content { margin-top: .4rem; }
  .planning-cards { flex-wrap: wrap; gap: .3rem; }
  .planning-cards .item { width: 100%; margin-bottom: .2rem; padding: .4rem .3rem; }
  .planning-timeline .line::after { display: none; }
  .planning-timeline .milestones { flex-wrap: wrap; justify-content: center; gap: .2rem; padding: 0; }
  .planning-timeline .arrow { display: none; }
  .planning-timeline .milestone { font-size: var(--font18) !important; }

  .humanFour { padding: .8rem 0; }
  .job-item .job-header { padding: .3rem; position: relative; }
  .job-item .job-info-main { flex-direction: column; align-items: flex-start; gap: .1rem; }
  .job-item .job-tags { margin: .15rem 0 0; gap: .2rem; flex-wrap: wrap; justify-content: flex-start; }
  .job-item .tag { font-size: var(--font14); flex: none; width: 100%; }
  .job-item .job-arrow { position: absolute; right: .3rem; top: .4rem; }

  /* =====联系我们 */
  .ny-contact .tact-box {padding: 1rem 0;}
  .ny-contact .tact-box .info .contact-title {text-align: center;}
  .ny-contact .tact-box .info .contact-title h2 {font-size: var(--font34);}
  .offices .contact-title h2 { text-align: center;}
  .offices-list ul {grid-template-columns: repeat(1,1fr); gap: .32rem;}
  .offices-list ul li {padding: .32rem;}

  .message-bg {padding: .5rem 0;}
  .message-bg .form .form_box {flex-wrap: wrap;}
  .message-bg .form .form_box .form_left {width: 100%;}
  .message-bg .form .form_box .form_right {width: 100%;}
  }