@media only screen and (max-width: 1680px) {
  html {
    font-size: 13px;
  }
  /* 首页产品中心：大笔记本适配 */
  .indexModule .index_product_card_img {
    padding-top: 95%;
  }
  /* 首页轮播分页器：大笔记本适配 */
  .indexModule .swiperBox .swiper-pagination {
    bottom: 22px !important;
  }
  .indexModule .swiperBox .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .indexModule .swiperBox .swiper-pagination-bullet-active {
    width: 20px !important;
    height: 8px !important;
  }
  /* 首页关于开明：大笔记本适配 */
  .indexModule .About .About_area {
    height: auto;
    min-height: 42.1875rem;
  }
  .indexModule .About .About_area .leftBox {
    width: 38.125rem;
  }
  .indexModule .About .About_area .right {
    width: 550px;
    height: 380px;
  }
  /* 首页经典案例：笔记本适配（Swiper 自适应宽度、箭头移入容器，避免横向滚动条） */
  .indexModule .index_case_box_content .indexCaseSwiper {
    width: 94%;
  }
  .indexModule .index_case_box_content .index_case_arrow_prev {
    left: 0.25rem;
  }
  .indexModule .index_case_box_content .index_case_arrow_next {
    right: 0.25rem;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 12px;
  }
  /* 首页产品中心：笔记本适配 */
  .indexModule .index_product_card_img {
    padding-top: 92%;
  }
  /* 首页关于开明：笔记本适配 */
  .indexModule .About .About_area .leftBox {
    width: 34.375rem;
  }
  .indexModule .About .About_area .leftBox .numberBox {
    padding-right: 3.75rem;
  }
  .indexModule .About .About_area .right {
    width: 500px;
    height: 350px;
  }
  /* 首页经典案例：1300~1440 屏适配（收窄容器高度、压缩卡片与间距） */
  .indexModule .index_case_box {
    height: 620px;
  }
  .indexModule .index_case_box .index_message_box_title {
    padding-top: 4.5rem;
  }
  .indexModule .index_case_box_content {
    margin-top: 3.5rem;
  }
  .indexModule .index_case_box_content .index_case_card_img {
    height: 15rem;
  }
  .indexModule .index_case_box_content .index_case_arrow_prev,
  .indexModule .index_case_box_content .index_case_arrow_next {
    width: 2.25rem;
    height: 2.25rem;
  }
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 10px;
  }
  /* 首页产品中心：小笔记本适配 */
  .indexModule .index_product_cate {
    width: 16rem;
    gap: 1.25rem;
  }
  .indexModule .index_product_cate_item {
    padding: 0.75rem 1rem;
  }
  .indexModule .index_product_cate_item .name {
    font-size: 1rem;
  }
  .indexModule .index_product_card_img {
    padding-top: 80%;
  }
  .indexModule .index_news_box_top_right {
    font-size: 14px;
    padding: 0.625rem 1.25rem;
  }
  /* 首页关于开明：小笔记本适配 */
  .indexModule .About .About_area .leftBox {
    width: 30rem;
  }
  .indexModule .About .About_area .leftBox .title {
    font-size: 2.375rem;
  }
  .indexModule .About .About_area .leftBox .numberBox {
    padding-right: 0;
  }
  .indexModule .About .About_area .leftBox .numberBox .numberBox_item .number {
    font-size: 1.875rem;
  }
  .indexModule .About .About_area .right {
    width: 430px;
    height: 300px;
  }
  /* 首页经典案例：≤1280 屏再收一档 */
  .indexModule .index_case_box {
    height: 560px;
  }
  .indexModule .index_case_box .index_message_box_title {
    padding-top: 4rem;
  }
  .indexModule .index_case_box_content {
    margin-top: 3rem;
  }
  .indexModule .index_case_box_content .index_case_card_img {
    height: 12.5rem;
  }
  .indexModule .index_case_box_content .index_case_arrow_prev,
  .indexModule .index_case_box_content .index_case_arrow_next {
    width: 2rem;
    height: 2rem;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 993px) {
  /* 产品详情：小笔记本适配（≤992 已在 qzx.css 切单列） */
  .showProductDetailModule .product-gallery {
    grid-template-columns: 80px minmax(0, 1fr) 320px;
    gap: 1rem;
  }
  .showProductDetailModule .pg-thumb {
    width: 76px;
    height: 76px;
  }
  .showProductDetailModule .pg-main {
    min-height: 24rem;
  }
  .showProductDetailModule .pg-main img {
    max-height: 28rem;
  }
  .showProductDetailModule .pg-info .pg-title {
    font-size: 1.35rem;
  }
  .showProductDetailModule .pg-params li {
    padding: 0.6rem 0;
  }
  /* 发展历程：小笔记本适配（整宽铺满） */
  .AboutModule .about_licheng_slider {
    padding: 0 2.75rem;
  }
  .AboutModule .about_licheng_item {
    width: 20rem;
  }
  /* 企业文化：小笔记本适配（缩右侧图 + gap） */
  .AboutModule .wenhua .wenhua_content {
    gap: 3rem;
    padding: 1rem 1.5rem 0;
  }
  .AboutModule .wenhua .wenhua_list {
    column-gap: 2.5rem;
  }
  .AboutModule .wenhua .wenhua_pic {
    flex-basis: 26rem;
    width: 26rem;
    height: 24rem;
    margin-top: -2.5rem;
  }
  .AboutModule .wenhua .wenhua_pic .pic_bg {
    top: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .Header {
    display: none;
  }
  .fixedRightTool {
    display: none;
  }
  .mobileTopBtn {
    position: fixed;
    right: 1rem;
    bottom: 1.5rem;
    z-index: 9999;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background-color: rgba(0, 153, 68, 0.88);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .mobileTopBtn.show {
    opacity: 1;
    visibility: visible;
  }
  .index_news_box_top_right {
    display: none;
  }
  .indexModule .index_news_box_top_left {
    width: 100%;
    text-align: center;
  }
  /* 内页面包屑（手机端） */
  .breadcrumb {
    padding: 14px 16px;
    font-size: 14px;
  }
  .breadcrumb .area {
    width: 100%;
    max-width: 100%;
  }
  .breadcrumb .sep {
    margin: 0 6px;
  }
  .WapHeader {
    height: 5rem;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 0.875rem;
    position: fixed;
    background-color: #fff;
    top: 0;
    z-index: 66;
    justify-content: space-between;
  }
  .WapHeader .Header-left {
    width: 100%;
    text-align: center;
  }
  .WapHeader .Header-left .logo {
    width:11.1875rem;
    height: auto;
    margin-left: 2rem;
    margin-top: 1rem;
  }
  .WapHeader .Header-left .name {
    color: #009944;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1rem;
  }
  .WapHeader .Header-left .enname {
    font-size: 0.6875rem;
    margin-top: 0.4rem;
  }
  .WapHeader .Header-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 1rem;
  }
  .WapHeader .Header-right span {
    display: inline-block;
    width: 2rem;
    height: 0.1875rem;
    border-radius: 0.375rem;
    margin-bottom: 0.375rem;
    background-color:#009944;
  }
  /* MainNavBox 样式 */
  .MainNavBox {
    position: fixed;
    top: 0;
    right: -100%;
    width: 0;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 999999;
    overflow-y: auto;
    opacity: 0;
  }
  .MainNavBox.active {
    right: 0;
    width: 50%;
    opacity: 1;
  }
  .nav-content {
    padding: 2rem 1.5rem;
  }
  .nav-content .selectBox {
    display: flex;
    margin-top: 3rem;
    justify-content: center;
    align-items: center;
  }
  .nav-content .selectBox .ch {
    background-color: #f5f6f7;
    padding: 5px 16px;
    border-radius: 4px;
    font-size: 0.875rem;
  }
  .nav-content .selectBox .line {
    margin: 0 0.5rem;
  }
  .nav-content .selectBox .active {
    color: #fff;
    background-color: #46266D;
  }
  .nav-content h3 {
    font-size: 1.2rem;
    color: #282828;
    margin-bottom: 1.5rem;
    font-weight: bold;
    border-bottom: 2px solid #46266D;
    padding-bottom: 0.5rem;
  }
  .nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .nav-list li {
    margin-bottom: 0.8rem;
  }
  .nav-link {
    display: block;
    padding: 0.8rem 1rem;
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
  }
  .nav-link:hover {
    background-color: #46266D;
    color: #fff;
    transform: translateX(5px);
  }
  .swiperBox {
    display: none;
  }
  .wapswiper {
    display: block;
  }
  html {
    font-size: 15px;
  }
  .indexModule .swiperBox {
    height: auto;
  }
  .indexModule .About .About_area {
    width: 100%;
    height: auto;
    margin-top: 0;
    flex-direction: column;
  }
  .indexModule .About .About_area .leftBox .index_about_more_btn {
    display: none;
  }
  .indexModule .About .About_area .leftBox {
    width: 100%;
    margin-left: 0;
    /* background-image: url('/static/images/wap2.png'); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .indexModule .About .About_area .right {
    width: 94%;
    height: auto;
    margin-right: 0;
  }
  .index_message_box_title{
	  font-size: 2.2rem;
	  padding-top: 2.25rem;
	  text-align: center;
  }
  .index_message_box_title1{
	  text-align: center;
	  color: #909399;
	  font-size: 0.875rem;
  }
  .index_cooperate_box_title1{
	 font-size: 20px;
	 width: 94%;
	 max-width: 100%;
	 margin: 3.4375rem auto 0;
	 text-align: center;
  }
  .indexModule .index_cooperate_box {
	height: auto;
	padding: 2.5rem 0 3rem;
	background-image: url('/static/images/index_wap_hezuo.jpg');
	background-size: cover;
	background-position: center;
	height: 46.0625rem;
	padding-top: 0;
  }
  .indexModule .index_cooperate_item_box {
    width: 94%;
    margin-top: 2.5rem;
    gap: 1rem;
  }
  .indexModule .cooperate_track .index_cooperate_item {
    width: 8rem;
    height: 3.5rem;
    margin-right: 0.5rem;
  }
  .index_message_box {
    background-size: cover !important;
	height: 46rem !important;
  }
  .index_message_box .index_message_form{
	  margin-top: 2rem;
  }
  .index_message_box .index_message_form .form_submit{
	  margin-top: 2rem;
  }
  .index_message_box .index_message_form .form_submit button {
	  width: 100%;
	  height: 3rem;
	  line-height: 3rem;
  }
  .index_message_box .index_message_form .form_left,
  .index_message_box .index_message_form .form_right {
    width: 100%;
  }
  .index_message_box .index_message_form .form_row {
    flex-wrap: wrap;
  }
  .index_message_box .index_message_form .form_row .form_item {
    width: 100%;
    margin-bottom: 0.625rem;
  }
  .index_message_box .index_message_form .form_row:first-child .form_item input {
    margin-bottom: 0;
  }
  .index_message_box .index_message_form .form_right {
    margin-top: 0.625rem;
  }
  .index_message_box .index_message_form .form_right textarea {
    height: 9rem;
  }
  .indexModule .index_case_box{
	  height: auto;
	  padding-bottom: 4rem;
  }
  .indexModule .About .About_area {
    background-image: none;
	padding-top: 3rem;
	padding-bottom: 1rem;
  }
  .indexModule .About .About_area .leftBox .title {
    text-align: center;
    font-size: 1.875rem;
  }
  .indexModule .About .About_area .leftBox .title2 {
    /* font-size: 1.5rem; */
	font-size: 0.875rem;
    text-align: center;
	margin-top: 0.4rem;
	margin-bottom: 1.5rem;
  }
  .indexModule .index_case_box_content .indexCaseSwiper {
    width: 94%;
  }
  .indexModule .index_case_box_content .index_case_card_img {
    height: 12rem;
  }
  .indexModule .index_case_box_content .index_case_arrow_prev,
  .indexModule .index_case_box_content .index_case_arrow_next {
    width: 2rem;
    height: 2rem;
  }
  .indexModule .index_case_box_content .index_case_arrow_prev {
    left: 1.25rem;
  }
  .indexModule .index_case_box_content .index_case_arrow_next {
    right: 1.25rem;
  }
  .index_product_box {
    height: auto;
    padding-bottom: 4rem;
    background-size: 100% 100%;
  }
  .indexModule .index_product_box_content {
    flex-direction: column;
    width: 94%;
    margin: 2.5rem auto 0;
    gap: 1.5rem;
  }
  .indexModule .index_product_cate {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.625rem;
  }
  .indexModule .index_product_cate_item {
    width: calc((100% - 0.625rem) / 2);
    padding: 0.625rem 0.5rem;
    justify-content: flex-start;
    gap: 0.375rem;
    min-width: 0;
  }
  .indexModule .index_product_cate_item .name {
    font-size: 0.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex: 1;
  }
  .indexModule .index_product_cate_item img {
    width: 1.75rem;
    height: 1.75rem;
    flex-shrink: 0;
  }
  
  .indexModule .index_product_cate_arrow {
    display: none !important;
  }
  .indexModule .index_product_list_group {
    flex-direction: column;
    gap: 1.25rem;
  }
  .indexModule .index_product_card {
    width: 100%;
    flex-direction: column;
    padding: 1rem;
  }
  .indexModule .index_product_card .imgBox {
    width: 100%;
    aspect-ratio: 4 / 3;
  }
  .indexModule .index_product_card.card-alt {
    padding: 0;
    background-color: transparent;
  }
  .indexModule .index_product_card.card-alt .imgBox {
    aspect-ratio: 16 / 9;
  }
  .indexModule .index_product_card .infoBox {
    padding: 1rem 0.25rem 0.25rem;
  }
  .indexModule .index_product_card .name {
    font-size: 1.125rem;
  }
  .indexModule .index_product_card_img {
    height: 12rem;
  }
  .indexModule .About .About_area .leftBox .content {
    width: 94%;
    margin: 0 auto;
    text-align: justify;
    margin-bottom: 1.5rem;
  }
  .indexModule .About .About_area .leftBox {
    height: auto;
    margin-bottom: 1.75rem;
  }
  .indexModule .About .About_area .leftBox .numberBox {
    padding-right: 0;
    width: 94%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .indexModule .About .About_area .leftBox .numberBox .numberBox_item {
    width: 50%;
    text-align: center;
    margin-bottom: 0.75rem;
  }
  .indexModule .About .About_area .leftBox .numberBox .numberBox_item .number {
    font-size: 2.25rem;
  }
  .indexModule .About .About_area .leftBox .numberBox .numberBox_item .number .pre,
  .indexModule .About .About_area .leftBox .numberBox .numberBox_item .number .suf {
    font-size: 1rem;
  }
  .indexModule .Product .title {
    font-size: 1.875rem;
    margin-top: 1.25rem;
  }
  .indexModule .newsBox {
    width: 100%;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .indexModule .index_cooperate_item_box {
    width: 94%;
    margin: 2.5rem auto 0;
    gap: 1rem;
  }
  /* 手机端：合作客户静态网格展示，不滚动 */
  .indexModule .cooperate_track {
    width: 100%;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .indexModule .cooperate_row_r .cooperate_track,
  .indexModule .cooperate_row_l .cooperate_track {
    animation: none;
  }
  .indexModule .cooperate_track .index_cooperate_item {
    width: calc((100% - 1rem) / 3);
    height: 3.5rem;
    margin-right: 0;
  }
  .indexModule .cooperate_track .index_cooperate_item:nth-child(n + 8) {
    display: none;
  }
  .indexModule .index_news_box_content {
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
  .indexModule .index_news_box {
    height: auto;
    padding: 3.5rem 0 4rem;
	padding-top: 0;
  }
  .indexModule .index_case_box .index_message_box_title{
	  padding-top: 2.25rem;
  }
  .indexModule .index_news_card {
    width: 100%;
  }
  .indexModule .index_news_card_img {
    height: 11rem;
  }
  .indexModule .newsBox .title {
    font-size: 1.875rem;
  }
  .indexModule .newsBox .recommend {
    width: 94%;
    margin: 0 auto;
    height: auto;
    margin-top: 1.875rem;
    flex-direction: column;
  }
  .indexModule .newsBox .recommend .left {
    width: 100%;
  }
  .indexModule .newsBox .recommend .right {
    width: 100%;
  }
  .indexModule .newsBox .recommend .right {
    padding: 0.625rem;
  }
  .indexModule .newsBox .recommend .right .des {
    font-size: 1rem;
  }
  .indexModule .newsBox .recommend .right .content {
    display: none;
  }
  .indexModule .newsBox .recommend .right .button {
    display: none;
  }
  .indexModule .newsBox .newsitemBox {
    width: 94%;
    margin: 0 auto;
    flex-direction: column;
  }
  .indexModule .newsBox .newsitemBox a {
    width: 100%;
  }
  .indexModule .newsBox .newsitemBox .item {
    padding-bottom: 1.25rem;
    width: 100%;
  }
  .indexModule .newsBox .newsitemBox .item .content .det {
    width: 19.125rem;
  }
  .indexModule .joinBox {
    padding-top: 2rem;
    height: auto;
    font-size: 1.5rem;
    padding-bottom: 6rem;
    background-image: url('/static/images/wap3.jpg');
  }
  .indexModule .joinBox div {
    width: 74%;
    margin: 0 auto;
    margin-top: 0.4rem;
  }
  .indexModule .joinBox .button {
    width: 7.75rem;
    margin-top: 3.75rem;
  }
  .indexModule .joinBox .logo {
    width: 11rem;
    margin-top: 4.375rem;
    margin-bottom: 1.25rem;
  }
  .pcFooter {
    display: none;
  }
  .wapFooter {
    display: block;
    background-color: #1C1A1A;
    padding: 0 0.9375rem;
    padding-bottom: 0.75rem;
  }
  .wapFooter .logoBox {
    text-align: center;
    padding-top: 2.125rem;
  }
  .wapFooter .logo {
    width: 11.18rem;
    height: auto;
  }
  .wapFooter .title {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0.625rem;
    margin-top: 1.375rem;
  }
  .wapFooter .navBox {
    display: flex;
    color: #D4D9E1CC;
    flex-wrap: wrap;
  }
  .wapFooter .navBox .item {
    width: 33.333%;
    margin-bottom: 0.375rem;
    font-size: 0.9375rem;
  }
  .wapFooter .phone {
    font-size: 0.9375rem;
    color: #D4D9E1CC;
    margin-bottom: 0.375rem;
  }
  .wapFooter .Copyright {
    font-size: 0.8125rem;
    color: #B3B9C3;
    margin-top: 1.9375rem;
    padding: 0 1.875rem;
    padding-top: 0.6875rem;
    text-align: center;
    border-top: 0.5px solid #FFFFFF1F;
  }
  .productModule .contentBox {
    width: 94%;
    margin: 0 auto;
  }
  .productModule .contentBox .titleBox {
    padding: 4rem 0;
  }
  .productModule .contentBox .titleBox .right img {
    display: none;
  }
  .productModule .contentBox .titleBox .left .text {
    font-size: 1.75rem;
  }
  .productModule .contentBox .titleBox .left .text1 {
    font-size: 1rem;
    width: 100%;
  }
  .productModule .contentBox .titleBox .right {
    width: 0;
  }
  .productModule .listBox .rightBox .item .imgBox {
    height: 12.125rem;
  }
  .productModule .listBox {
    flex-direction: column;
  }
  .productModule .listBox .leftBox {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .productModule .listBox .leftBox .class {
    font-size: 1rem;
    text-align: center;
    height: 2.5rem;
    margin-bottom: 0;
    border-radius: 0.375rem;
    line-height: 2.5rem;
    width: 100%;
    background-color: #f5f6f7;
  }
  .productModule .listBox .leftBox .active {
    color: #fff;
    background-color: #46266D;
  }
  .productModule .listBox .rightBox {
    grid-template-columns: repeat(2, 1fr);
  }
  .productModule .listBox .rightBox a {
    width: 100%;
  }
  .productModule .listBox .rightBox .item {
    width: 100%;
    margin: 0 auto;
  }
  .productModule .listBox .rightBox .item .name {
    width: 100%;
    font-size: 1rem;
  }
  .productModule .listBox .rightBox .item .imgBox {
    width: 100%;
  }
  .productModule .listBox .rightBox {
    grid-gap: 1rem;
  }
  .productModule .listBox .rightBox .item .imgBox img {
    object-fit: cover;
  }
  /* 产品列表：栏目 10/14 左封面+右细节，手机端上下堆叠 */
  .productModule .listBox .rightBox .item-gallery {
    grid-column: auto;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
  }
  .productModule .listBox .rightBox .item-gallery .imgBox {
    width: 100%;
    aspect-ratio: 1 / 1;
  }
  .productModule .listBox .rightBox .item-gallery .gallery {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.625rem;
    padding: 0.75rem 0 0 0;
  }
  .productModule .listBox .rightBox .item-gallery .gallery img {
    width: calc((100% - 0.625rem) / 2);
    height: auto;
    flex: none;
    max-height: none;
    aspect-ratio: 16 / 10;
  }
  .productModule .listBox .rightBox .item-gallery > a .g-row {
    flex-direction: column;
  }
  .productModule .listBox .rightBox .item-gallery > a .gallery-title {
    margin-top: 0.875rem;
    padding-top: 0.75rem;
    font-size: 0.9375rem;
  }
  .experienceModule .contentBox {
    width: 94%;
    margin: 0 auto;
  }
  .experienceModule .contentBox .titleBox {
    padding: 4rem 0;
    flex-direction: column;
  }
  .experienceModule .contentBox .titleBox .left {
    display: none;
  }
  .experienceModule .contentBox .titleBox .right {
    width: 100%;
    justify-content: center;
  }
  .experienceModule .contentBox .titleBox .left .text {
    font-size: 1.75rem;
  }
  .experienceModule .listBox.listBox_news .item .show {
    display: none;
  }
  .experienceModule .contentBox .titleBox .left .text1 {
    font-size: 1rem;
  }
  .experienceModule .listBox.listBox_news {
    flex-direction: column;
    gap: 1rem;
  }
  .experienceModule .listBox.listBox_news .item {
    flex-direction: row;
    align-items: stretch;
    width: 100%;
  }
  .experienceModule .listBox.listBox_news .item .imgBox {
    width: 7rem;
    height: 7rem;
  }
  .experienceModule .listBox.listBox_news .item .itemBottom {
    align-items: stretch;
  }
  .experienceModule .listBox.listBox_news .item .info {
    padding: 0.5rem 0.875rem;
  }
  .experienceModule .listBox.listBox_news .item .name {
    font-size: 0.9375rem;
    margin-bottom: 0.375rem;
  }
  .experienceModule .listBox.listBox_news .item .add {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .experienceModule .listBox.listBox_news .item .timeBox {
    min-width: 4.5rem;
    padding: 0 0.5rem;
  }
  .experienceModule .listBox.listBox_news .item .timeBox .day {
    font-size: 1.75rem;
  }
  .experienceModule .listBox.listBox_news .item .timeBox .ym {
    font-size: 0.6875rem;
    margin-top: 0.25rem;
  }
  .experienceModule .listBox.listBox_cooperation {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem;
  }
  .experienceModule .listBox.listBox_cooperation .item .imgBox {
    height: 5.5rem;
    padding: 0.75rem;
  }

  .experienceModule .listBox.listBox_cooperation .item .name {
    font-size: 0.8125rem;
    padding: 0.625rem 0.5rem;
  }
  .experienceModule .listBox.listBox_case {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .experienceModule .listBox.listBox_case .item {
    display: block;
    height: 14rem;
    background-color: transparent;
  }
  .experienceModule .listBox.listBox_case .item .floatBox {
    bottom: 0.75rem;
    left: 0.75rem;
    right: 0.75rem;
    padding: 0.875rem 1rem;
  }
  .experienceModule .listBox.listBox_case .item .info .name {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .experienceModule .listBox.listBox_case .item .info .line {
    width: 1.25rem;
  }
  .experienceModule .listBox.listBox_case .item .bottom {
    padding-top: 0.625rem;
    margin-top: 0.625rem;
  }
  .experienceModule .listBox.listBox_case .item .bottom .date {
    font-size: 0.75rem;
  }
  .experienceModule .listBox.listBox_down {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem;
  }
  .experienceModule .listBox.listBox_down .item .imgBox {
    height: 8.5rem;
  }
  .experienceModule .listBox.listBox_down .item .info {
    padding: 0.875rem 0.875rem 1rem;
  }
  .experienceModule .listBox.listBox_down .item .info .name {
    font-size: 0.9375rem;
    margin-bottom: 0.5rem;
  }
  .experienceModule .listBox.listBox_down .item .info .date {
    font-size: 0.75rem;
  }
  .experienceModule .shili_section + .shili_section {
    margin-top: 2rem;
  }
  .experienceModule .shili_section_title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
  }
  .experienceModule .listBox.listBox_shili {
    gap: 0.75rem;
  }
  .experienceModule .listBox.listBox_shili .item .item_name {
    padding: 0.625rem 0.5rem;
    font-size: 0.8125rem;
  }
  .experienceModule .listBox.listBox_shili.shili_col4,
  .experienceModule .listBox.listBox_shili.shili_col3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .experienceModule .listBox.listBox_shili .item.shili_h .imgBox {
    height: 7.5rem;
  }
  .experienceModule .listBox.listBox_shili .item.shili_v .imgBox {
    height: 14rem;
  }
  .experienceModule .listBox.listBox_faq .item {
    padding: 1rem 1.125rem;
    margin-bottom: 0.75rem;
  }
  .experienceModule .listBox.listBox_faq .item .name {
    font-size: 0.9375rem;
  }
  .experienceModule .listBox.listBox_faq .item .arrow {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.75rem;
  }
  .AboutModule .about_licheng_box {
    width: 100%;
    padding: 2.5rem 0;
  }
  .AboutModule .about_licheng_title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
  .AboutModule .about_licheng_subtitle {
    font-size: .9375rem;
    margin-bottom: 2.5rem;
  }
  .AboutModule .about_licheng_slider {
    padding: 0 2.75rem;
  }
  .AboutModule .about_licheng_list {
    gap: 1rem;
  }
  .AboutModule .about_licheng_item {
    width: 14.5rem;
    height: 30rem;
  }
  .AboutModule .about_licheng_item::before {
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
  .AboutModule .about_licheng_item::after {
    top: calc(50% - 1.5px);
    left: 50%;
    width: calc(50% + 8.25rem);
  }
  .AboutModule .about_licheng_item:nth-child(odd) .about_licheng_card {
    top: calc(50% + .625rem);
  }
  .AboutModule .about_licheng_item:nth-child(even) .about_licheng_card {
    bottom: calc(50% + .625rem);
  }
  .AboutModule .about_licheng_card {
    display: block;
    padding: 0.875rem 1rem;
  }
  .AboutModule .about_licheng_card .year {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
  .AboutModule .about_licheng_card .year span {
    font-size: 0.75rem;
  }
  .AboutModule .about_licheng_card .subtitle {
    font-size: 1.0625rem;
    margin-bottom: 0.375rem;
  }
  .AboutModule .about_licheng_card .subtitle::before {
    width: 0.875rem;
  }
  .AboutModule .about_licheng_card .desc {
    font-size: 0.875rem;
    line-height: 1.7;
  }
  .AboutModule .licheng-arrow {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.25rem;
  }
  .AboutModule .about_yewu_title {
    font-size: 1.75rem;
  }
  .AboutModule .about_yewu_sub {
    font-size: 1rem;
  }
  .AboutModule .about_yewu_intro {
    font-size: .9375rem;
  }
  .AboutModule .about_yewu_models,
  .AboutModule .about_yewu_markets {
    grid-template-columns: 1fr;
    gap: .875rem;
    margin-top: 2rem;
  }
  .AboutModule .about_yewu_model {
    padding: 2rem 1.25rem 1.625rem;
  }
  .AboutModule .about_yewu_model .icon {
    width: 3rem;
    height: 3rem;
    font-size: 1.25rem;
    border-radius: 0.875rem;
    margin-bottom: 1rem;
  }
  .AboutModule .about_yewu_market {
    padding: 1.625rem 1.25rem 1.75rem;
  }
  .AboutModule .about_service {
    padding: 4rem 1.25rem 5rem;
  }
  .AboutModule .about_service_en {
    font-size: 1.75rem;
  }
  .AboutModule .about_service_cn {
    font-size: 1.25rem;
  }
  .AboutModule .about_service_list {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .searchModule {
    padding: 0;
  }
  .search-wrap {
    padding-top: 1.5rem;
  }
  .searchModule .search-body {
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem 1.25rem;
  }
  .searchModule .search-body .navbar-form {
    width: 100%;
  }
  .searchModule .search-form-search input {
    height: 2.75rem;
    padding: 0 1rem;
    font-size: .9375rem;
  }
  .searchModule .search-form-search button {
    width: 4rem;
    height: 2.75rem;
  }
  .searchModule .list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: .875rem;
  }
  .searchModule .list li .imgBox {
    height: 8.5rem;
  }
  .searchModule .list li .info {
    padding: .875rem .875rem 1rem;
  }
  .searchModule .list li .info .name {
    font-size: .9375rem;
    margin-bottom: .625rem;
  }
  .searchModule .list li .info .meta {
    flex-direction: column;
    align-items: flex-start;
    gap: .375rem;
  }
  .searchModule .search-empty {
    padding: 3.75rem 1rem;
  }
  .banner {
    height: 17rem;
    background-image: url('/static/images/wapbanner.png');
    background-size: 100% 100%;
  }
  .banner.banner_fixed {
    top: 5rem;
    z-index: 1;
  }
  .banner_fixed_placeholder {
    height: 22rem;
  }
  .banner .area {
    width: 100%;
    height: auto;
  }
  .banner .area .icon {
    display: none;
  }
  .banner .area .title {
    margin-top: 4.375rem;
    font-size: 1.8rem;
    margin-left: 1.5rem;
  }
  .banner .area .title1 {
    margin-left: 1.5rem;
    font-size: 1rem;
    margin-top: 0.2rem;
  }
  .AboutModule .About {
    width: 100%;
  }
  .AboutModule .About .About_area {
    width: 100%;
    flex-direction: column;
    margin-top: 0;
    height: auto;
    background-image: none;
  }
  .AboutModule .About .About_area .leftBox {
    width: 94%;
    margin: 0 auto;
    height: auto;
  }
  .AboutModule .About .About_area .leftBox .title {
    font-size: 1.875rem;
  }
  .AboutModule .About .About_area .leftBox .title2 {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  .AboutModule .About .About_area .leftBox .numberBox {
    width: 100%;
    padding-right: 0;
  }
  .AboutModule .About .About_area .leftBox .content {
    text-align: justify;
    background-size: 100% 100%;
    background-image: url('/static/images/wap2.png');
  }
  .AboutModule .About .About_area .leftBox .numberBox .numberBox_item .number {
    font-size: 2rem;
  }
  .AboutModule .About .About_area .right {
    width: 94%;
    height: auto;
    margin-right: 0;
    margin-top: 3rem;
  }
  .AboutModule .wenhua {
    height: auto;
  }
  .AboutModule .wenhua .title {
    margin-top: 2rem;
    font-size: 1.875rem;
  }
  .AboutModule .wenhua .title1 {
    font-size: 1rem;
  }
  .AboutModule .wenhua .itemBox {
    width: 100%;
  }
  .AboutModule .wenhua .itemBox .item {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    padding: 2rem 0;
    font-size: 1.5rem;
  }
  .AboutModule .wenhua .itemBox .item .des {
    font-size: 1rem;
  }
  .AboutModule .wenhua .itemBox .item .line {
    width: 5rem;
  }
  .AboutModule .wenhua .wenhua_content {
    flex-direction: column;
    gap: 1.5rem;
    padding: 0.625rem 1rem 0;
  }
  .AboutModule .wenhua .wenhua_list {
    column-gap: 1.5rem;
    row-gap: 1.25rem;
  }
  .AboutModule .wenhua .wenhua_item .name {
    font-size: 1.125rem;
  }
  .AboutModule .wenhua .wenhua_item .des {
    font-size: 0.875rem;
  }
  .AboutModule .wenhua .wenhua_pic {
    width: 100%;
    flex: 1 1 auto;
    height: 16rem;
    margin-top: 0;
  }
  .AboutModule .wenhua .wenhua_pic .pic_bg {
    width: 70%;
    height: 70%;
    top: auto;
    bottom: 0;
    left: 6%;
  }
  .AboutModule .wenhua .wenhua_pic .pic_fg {
    width: 64%;
    height: 64%;
    top: 0;
    right: 6%;
  }
  .banner1 {
    background-image: url('/static/images/wapbanner1.jpg');
  }
  .banner2 {
    background-image: url('/static/images/wapbanner2.jpg');
  }
  .banner3 {
    background-image: url('/static/images/wapbanner4.jpg');
  }
  .Page_partnership .content {
    background-image: url('/static/images/wapbanner3.jpg');
    height: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 1.25rem;
    padding-bottom: 9rem;
  }
  .Page_partnership .content .Career {
    width: 94%;
    margin: 0 auto;
  }
  .Page_partnership .content .logo {
    margin-top: 9rem;
    width: 10rem;
    height: auto;
    margin-bottom: 3rem;
  }
  .Page_partnership .content .phone {
    width: 16rem;
    text-align: center;
    font-size: 0.9375rem;
    margin-top: 3rem;
  }
  .Page_content .map_box .map_info_box {
    display: none;
  }
  #map {
    height: 30rem;
  }
  .showProductModule .details .container {
    width: 100%;
  }
  .showProductModule .details .view-top h1 {
    font-size: 1.4rem;
    padding-top: 3rem;
  }
  .showProductModule .details .view-top h1 {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 1.25rem;
  }
  .showProductModule .view-desc {
    width: 94%;
    margin: 0 auto;
  }
  .showProductModule .view-desc img{
      width: 100%;
       height: auto;
  }
  .showProductModule .view-pager {
    width: 94%;
    margin: 0 auto;
  }
  .showProductModule .view-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .showProductModule .view.details {
    padding: 1.25rem 0 3rem;
  }
  .showProductModule .view-main-card {
    padding: 1.5rem 1rem;
    min-height: auto;
  }
  /* 产品详情：手机端（左图右信息 -> 上下堆叠） */
  .showProductDetailModule .product-gallery {
    grid-template-columns: 1fr;
    gap: 0.875rem;
  }
  .showProductDetailModule .pg-thumbs {
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.25rem;
    order: 2;
  }
  .showProductDetailModule .pg-thumb {
    width: 68px;
    height: 68px;
    flex-shrink: 0;
  }
  .showProductDetailModule .pg-main {
    min-height: 13rem;
    order: 1;
  }
  .showProductDetailModule .pg-main img {
    max-height: 17rem;
  }
  .showProductDetailModule .pg-info {
    order: 3;
    gap: 1rem;
  }
  .showProductDetailModule .pg-info .pg-title {
    font-size: 1.15rem;
    padding-bottom: 0.75rem;
  }
  .showProductDetailModule .pg-params li {
    padding: 0.55rem 0;
    font-size: 0.875rem;
  }
  .showProductDetailModule .pg-consult {
    height: 2.75rem;
    font-size: 0.9375rem;
    margin-top: 0;
  }
  .showProductDetailModule .product-tabs {
    margin-top: 1.75rem;
    overflow-x: auto;
  }
  .showProductDetailModule .product-tabs .tab {
    padding: 0.875rem 0.25rem;
    font-size: 0.9375rem;
    white-space: nowrap;
  }
  .showProductModule .view-side-item .imgBox {
    aspect-ratio: 16 / 10;
  }
  .showProductModule .view-side-item .title {
    font-size: 0.9375rem;
  }
  /* 联系页（手机端） */
  .Page_content .contact_wrap {
    width: 100%;
    max-width: 94%;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 2rem 0 2.5rem;
  }
  .Page_content .contact_card {
    padding: 1.75rem 1.5rem;
    gap: 1.25rem;
  }
  .Page_content .contact_form_box {
    padding: 1.5rem 1.25rem;
  }
  .Page_content .contact_form_row {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .Page_content .contact_form_row textarea {
    min-height: 7rem;
  }
  .Page_content .contact_form_submit button {
    width: 100%;
  }
  .Page_content .map_page_box {
    width: 100%;
    max-width: 94%;
    margin-bottom: 0;
  }
  .Page_content .contact_page_box {
    padding-bottom: 2.5rem;
  }
  .Page_content .map_page_box iframe {
    height: 320px;
  }
}
