@charset "utf-8";
/* 响应式布局 - 适配不同设备尺寸 */

/* 超大屏幕设备 (宽度小于等于1440px) */
@media screen and (max-width: 1439.98px) {
  /* 企业简介样式 */
  #section_box_1 {
    padding-top: 4.5rem;
    padding-bottom: 4.25rem;
  }
  
  .intro-content {
    width: 62%;
  }
  
  .intro-content .section-title {
    margin-bottom: 1.375rem;
  }
  
  .intro-content .info_cn {
    font-size: 1.0625rem;
    line-height: 2;
    margin-bottom: 2.375rem;
  }

  .intro-content .info_en {
    font-size: .9375rem;
    line-height: 1.6;
  }
  
  .intro_data {
    width: 26%;
  }
  
  .intro_data .data_item {
    margin-bottom: 5.25rem;
  }
  
  .intro_data .data_title {
    margin-bottom: 0.9375rem;
  }
  
  .intro_data .data_num {
    font-size: 5rem;
  }
  
  .intro_data .data_num sup {
    font-size: 1.5rem;
    top: 0.5rem;
  }
  
  .intro_data .data_desc {
    font-size: 1.125rem;
    line-height: 1.6;
  }
  
  .intro_data .data_note {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  
  /* 中国粮仓shields模块样式 */
  .grain-protection-section {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
  }
  
  /* 企业文化样式 */
  #section_box_2 {
    padding: 4.25rem 0;
  }
  
  .company-culture .section-title {
    margin-bottom: 4.25rem;
  }
  
  .culture-slogan {
    font-size: 1.75rem;
    margin-bottom: 1.375rem;
  }
  
  .culture-desc {
    font-size: 1.0625rem;
    line-height: 1.8;
    margin-bottom: 3.25rem;
  }
  
  .culture-values {
    gap: 1.375rem;
    margin-bottom: 2.75rem;
  }
  
  .culture-value-item {
    padding: 3rem 1.75rem;
    height: 100%;
  }
  
  .culture-value-icon {
    width: 5.25rem;
    height: 5.25rem;
    margin: 0 auto 1.75rem;
    border: 4px solid #e3edf8;
  }
  
  .culture-value-icon img {
    width: 2.75rem;
    height: 2.75rem;
  }
  
  .culture-value-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  
  .culture-value-desc {
    font-size: 1rem;
    line-height: 1.6;
  }
  
  .culture-footer {
    font-size: 1.0625rem;
    line-height: 1.6;
  }
  
  /* 企业荣誉样式 */
  #section_box_3 {
    padding-top: 4.75rem;
    padding-bottom: 3rem;
  }
  
  .honor-swiper-container {
    margin-bottom: 3.25rem;
  }
  
  .company-honor .section-title {
    margin-bottom: 2.75rem;
  }
  
  .honor-img {
    padding: 2.25rem;
    margin-bottom: 1.125rem;
  }
  
  .honor-title {
    font-size: 1rem;
  }
  
  .honor-button-prev,
  .honor-button-next {
    width: 2.375rem !important;
    height: 2.375rem !important;
  }
  
  .honor-button-prev:after,
  .honor-button-next:after {
    font-size: 0.9375rem !important;
  }
  
  .honor-button-prev {
    left: -3.5rem !important;
  }
  
  .honor-button-next {
    right: -3.5rem !important;
  }
  
  .company-honor .btn_more {
    padding: 0.875rem 4.25rem;
    font-size: 0.9375rem;
  }
  
  /* 服务流程样式 */
  .service-process {
    padding-top: 4.25rem;
    padding-bottom: 3.75rem;
  }
  
  .service-process .section-title {
    margin-bottom: 2.75rem;
  }
  
  .process-swiper-container {
    padding: 0 2.75rem;
  }
  
  .process-dots {
    margin-bottom: 1.5rem;
  }
  
  .process-dots span {
    width: 0.375rem;
    height: 0.375rem;
    margin: 0 0.3125rem;
  }
  
  .process-icon {
    width: 6rem;
    height: 6rem;
    margin: 0 auto 1.375rem;
  }
  
  .process-icon img {
    width: 2.875rem;
    height: 2.875rem;
  }
  
  .process-title {
    font-size: 1.0625rem;
  }
}

/* 大屏幕设备 (宽度小于等于1400px) */
@media screen and (max-width: 1399.98px) {
  /* 企业简介样式 */
  #section_box_1 {
    padding-top: 4.25rem;
    padding-bottom: 4rem;
  }
  
  .intro-content {
    width: 62%;
  }
  
  .intro-content .section-title {
    margin-bottom: 1.25rem;
  }
  
  .intro-content .info_cn {
    font-size: 1rem;
    line-height: 1.9;
    margin-bottom: 2.25rem;
  }
  
  .intro-content .info_en {
    font-size: .9375rem;
    line-height: 1.6;
  }
  
  .intro_data {
    width: 26%;
  }
  
  .intro_data .data_item {
    margin-bottom: 5rem;
  }
  
  .intro_data .data_title {
    margin-bottom: 0.875rem;
  }
  
  .intro_data .data_num {
    font-size: 4.75rem;
  }
  
  .intro_data .data_num sup {
    font-size: 1.375rem;
    top: 0.5rem;
  }
  
  .intro_data .data_desc {
    font-size: 1.0625rem;
    line-height: 1.6;
  }
  
  .intro_data .data_note {
    font-size: 0.8125rem;
    line-height: 1.6;
  }
  
  /* 中国粮仓shields模块样式 */
  .grain-protection-section {
    padding-top: 3.25rem;
    padding-bottom: 2.75rem;
  }
  
  /* 企业文化样式 */
  #section_box_2 {
    padding: 4rem 0;
  }
  
  .company-culture .section-title {
    margin-bottom: 4rem;
  }
  
  .culture-slogan {
    font-size: 1.625rem;
    margin-bottom: 1.25rem;
  }
  
  .culture-desc {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 3rem;
  }
  
  .culture-values {
    gap: 1.25rem;
    margin-bottom: 2.5rem;
  }
  
  .culture-value-item {
    padding: 2.75rem 1.625rem;
  }
  
  .culture-value-icon {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 1.625rem;
    border: 4px solid #e3edf8;
  }
  
  .culture-value-icon img {
    width: 2.625rem;
    height: 2.625rem;
  }
  
  .culture-value-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  
  .culture-value-desc {
    font-size: 1rem;
    line-height: 1.6;
  }
  
  .culture-footer {
    font-size: 1rem;
    line-height: 1.6;
  }
  
  /* 企业荣誉样式 */
  #section_box_3 {
    padding-top: 4.5rem;
    padding-bottom: 2.75rem;
  }
  
  .honor-swiper-container {
    margin-bottom: 3rem;
  }
  
  .company-honor .section-title {
    margin-bottom: 2.5rem;
  }
  
  .honor-img {
    padding: 2rem;
    margin-bottom: 1rem;
  }
  
  .honor-title {
    font-size: 1rem;
  }
  
  .honor-button-prev,
  .honor-button-next {
    width: 2.25rem !important;
    height: 2.25rem !important;
  }
  
  .honor-button-prev:after,
  .honor-button-next:after {
    font-size: 0.875rem !important;
  }
  
  .honor-button-prev {
    left: -3.25rem !important;
  }
  
  .honor-button-next {
    right: -3.25rem !important;
  }
  
  .company-honor .btn_more {
    padding: 0.8125rem 4rem;
    font-size: 0.875rem;
  }
  
  /* 服务流程样式 */
  .service-process {
    padding-top: 4rem;
    padding-bottom: 3.5rem;
  }
  
  .service-process .section-title {
    margin-bottom: 2.5rem;
  }
  
  .process-swiper-container {
    padding: 0 2.5rem;
  }
  
  .process-dots {
    margin-bottom: 1.375rem;
  }
  
  .process-dots span {
    width: 0.375rem;
    height: 0.375rem;
    margin: 0 0.3125rem;
  }
  
  .process-icon {
    width: 5.75rem;
    height: 5.75rem;
    margin: 0 auto 1.25rem;
  }
  
  .process-icon img {
    width: 2.75rem;
    height: 2.75rem;
  }
  
  .process-title {
    font-size: 1rem;
  }
}

/* 大屏幕设备 (宽度小于等于1280px) */
@media screen and (max-width: 1279.98px) {
  /* 企业简介样式 */
  #section_box_1 {
    padding-top: 4rem;
    padding-bottom: 3.75rem;
  }
  
  .intro-content {
    width: 60%;
  }
  
  .intro-content .section-title {
    margin-bottom: 1.25rem;
  }
  
  .intro-content .info_cn {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 2rem;
  }
  
  .intro-content .info_en {
    font-size: .9375rem;
    line-height: 1.6;
  }
  
  .intro_data {
    width: 28%;
  }
  
  .intro_data .data_item {
    margin-bottom: 4.75rem;
  }
  
  .intro_data .data_title {
    margin-bottom: 0.75rem;
  }
  
  .intro_data .data_num {
    font-size: 4.5rem;
  }
  
  .intro_data .data_num sup {
    font-size: 1.25rem;
    top: 0.5rem;
  }
  
  .intro_data .data_desc {
    font-size: 1rem;
    line-height: 1.5;
  }
  
  .intro_data .data_note {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  
  /* 中国粮仓shields模块样式 */
  .grain-protection-section {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
  
  /* 企业文化样式 */
  #section_box_2 {
    padding: 3.75rem 0;
  }
  
  .company-culture .section-title {
    margin-bottom: 3.75rem;
  }
  
  .culture-slogan {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  
  .culture-desc {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2.75rem;
  }
  
  .culture-values {
    gap: 1.125rem;
    margin-bottom: 2.25rem;
  }
  
  .culture-value-item {
    padding: 2.5rem 1.5rem;
  }
  
  .culture-value-icon {
    width: 4.75rem;
    height: 4.75rem;
    margin: 0 auto 1.5rem;
    border: 3px solid #e3edf8;
  }
  
  .culture-value-icon img {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .culture-value-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  
  .culture-value-desc {
    font-size: 1rem;
    line-height: 1.6;
  }
  
  .culture-footer {
    font-size: 1rem;
    line-height: 1.6;
  }
  
  /* 企业荣誉样式 */
  #section_box_3 {
    padding-top: 4.25rem;
    padding-bottom: 2.5rem;
  }
  
  .honor-swiper-container {
    margin-bottom: 2.75rem;
  }
  
  .company-honor .section-title {
    margin-bottom: 2.25rem;
  }
  
  .honor-img {
    padding: 1.875rem;
    margin-bottom: 0.875rem;
  }
  
  .honor-title {
    font-size: 1rem;
  }
  
  .honor-button-prev,
  .honor-button-next {
    width: 2.125rem !important;
    height: 2.125rem !important;
  }
  
  .honor-button-prev:after,
  .honor-button-next:after {
    font-size: 0.875rem !important;
  }
  
  .honor-button-prev {
    left: -3rem !important;
  }
  
  .honor-button-next {
    right: -3rem !important;
  }
  
  .company-honor .btn_more {
    padding: 0.75rem 3.75rem;
    font-size: 0.875rem;
  }
  
  /* 服务流程样式 */
  .service-process {
    padding-top: 3.75rem;
    padding-bottom: 3.25rem;
  }
  
  .service-process .section-title {
    margin-bottom: 2.25rem;
  }
  
  .process-swiper-container {
    padding: 0 2.25rem;
  }
  
  .process-dots {
    margin-bottom: 1.25rem;
  }
  
  .process-dots span {
    width: 0.3125rem;
    height: 0.3125rem;
    margin: 0 0.25rem;
  }
  
  .process-icon {
    width: 5.5rem;
    height: 5.5rem;
    margin: 0 auto 1.125rem;
  }
  
  .process-icon img {
    width: 2.625rem;
    height: 2.625rem;
  }
  
  .process-title {
    font-size: 1rem;
  }
}

/* 标准屏幕设备 (宽度小于等于1200px) */
@media screen and (max-width: 1199.98px) {
  /* 企业简介样式 */
  #section_box_1 {
    padding-top: 3.75rem;
    padding-bottom: 3.5rem;
  }
  
  .intro-content {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  
  .intro-content .section-title {
    margin-bottom: 1.25rem;
  }
  
  .intro-content .info_cn {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 1.875rem;
  }
  
  .intro-content .info_en {
    font-size: .9375rem;
    line-height: 1.6;
  }
  
  .intro_data {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .intro_data .data_item {
    margin-bottom: 2rem;
  }
  
  .intro_data .data_title {
    margin-bottom: 0.75rem;
  }
  
  .intro_data .data_num {
    font-size: 4.25rem;
  }
  
  .intro_data .data_num sup {
    font-size: 1.25rem;
    top: 0.375rem;
  }
  
  .intro_data .data_desc {
    font-size: 1rem;
    line-height: 1.5;
  }
  
  .intro_data .data_note {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  
  /* 中国粮仓shields模块样式 */
  .grain-protection-section {
    padding-top: 2.75rem;
    padding-bottom: 2.25rem;
  }
  
  /* 企业文化样式 */
  #section_box_2 {
    padding: 3.5rem 0;
  }
  
  .company-culture .section-title {
    margin-bottom: 3.5rem;
  }
  
  .culture-slogan {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
  
  .culture-desc {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    max-width: 90%;
  }
  
  .culture-values {
    gap: 1rem;
    margin-bottom: 2rem;
  }
  
  .culture-value-item {
    padding: 2.25rem 1.375rem;
  }
  
  .culture-value-icon {
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 auto 1.375rem;
    border: 3px solid #e3edf8;
  }
  
  .culture-value-icon img {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .culture-value-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  
  .culture-value-desc {
    font-size: 1rem;
    line-height: 1.6;
  }
  
  .culture-footer {
    font-size: 1rem;
    line-height: 1.6;
    max-width: 90%;
  }
  
  /* 企业荣誉样式 */
  #section_box_3 {
    padding-top: 4rem;
    padding-bottom: 2.25rem;
  }
  
  .honor-swiper-container {
    margin-bottom: 2.5rem;
  }
  
  .company-honor .section-title {
    margin-bottom: 2rem;
  }
  
  .honor-img {
    padding: 1.75rem;
    margin-bottom: 0.75rem;
  }

  .honor-title {
    font-size: 1rem;
  }
  
  .honor-button-prev,
  .honor-button-next {
    width: 2rem !important;
    height: 2rem !important;
  }
  
  .honor-button-prev:after,
  .honor-button-next:after {
    font-size: 0.8125rem !important;
  }
  
  .honor-button-prev {
    left: -2.75rem !important;
  }
  
  .honor-button-next {
    right: -2.75rem !important;
  }
  
  .company-honor .btn_more {
    padding: 0.75rem 3.5rem;
    font-size: 0.8125rem;
  }
  
  /* 服务流程样式 */
  .service-process {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
  }
  
  .service-process .section-title {
    margin-bottom: 2rem;
  }
  
  .process-swiper-container {
    padding: 0 2rem;
  }
  
  .process-dots {
    margin-bottom: 1.125rem;
  }
  
  .process-dots span {
    width: 0.3125rem;
    height: 0.3125rem;
    margin: 0 0.25rem;
  }
  
  .process-icon {
    width: 5.25rem;
    height: 5.25rem;
    margin: 0 auto 1rem;
  }
  
  .process-icon img {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .process-title {
    font-size: 1rem;
  }
}

/* 小屏电脑设备 (宽度小于等于1024px) */
@media screen and (max-width: 1023.98px) {
  /* 企业简介样式 */
  #section_box_1 {
    padding-top: 3.5rem;
    padding-bottom: 3.25rem;
  }
  
  .intro-content .section-title {
    margin-bottom: 1.25rem;
  }
  
  .intro-content .info_cn {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 1.75rem;
  }
  
  .intro-content .info_en {
    font-size: .9375rem;
    line-height: 1.6;
  }
  
  .intro_data .data_item {
    margin-bottom: 1.75rem;
  }
  
  .intro_data .data_title {
    margin-bottom: 0.625rem;
  }
  
  .intro_data .data_num {
    font-size: 4rem;
  }
  
  .intro_data .data_num sup {
    font-size: 1.125rem;
    top: 0.375rem;
  }
  
  .intro_data .data_desc {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
  
  .intro_data .data_note {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  
  /* 中国粮仓shields模块样式 */
  .grain-protection-section {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
  
  /* 企业文化样式 */
  #section_box_2 {
    padding: 3.25rem 0;
  }
  
  .company-culture .section-title {
    margin-bottom: 3.25rem;
  }
  
  .culture-slogan {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
  
  .culture-desc {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2.25rem;
    max-width: 95%;
  }
  
  .culture-values {
    gap: 0.875rem;
    margin-bottom: 1.75rem;
  }
  
  .culture-value-item {
    padding: 2rem 1.25rem;
  }
  
  .culture-value-icon {
    width: 4.25rem;
    height: 4.25rem;
    margin: 0 auto 1.25rem;
    border: 3px solid #e3edf8;
  }
  
  .culture-value-icon img {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .culture-value-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

  .culture-value-desc {
    font-size: 1rem;
    line-height: 1.6;
  }
  
  .culture-footer {
    font-size: 1rem;
    line-height: 1.6;
    max-width: 95%;
  }
  
  /* 企业荣誉样式 */
  #section_box_3 {
    padding-top: 3.75rem;
    padding-bottom: 2rem;
  }
  
  .honor-swiper-container {
    margin-bottom: 2.25rem;
  }
  
  .company-honor .section-title {
    margin-bottom: 1.75rem;
  }
  
  .honor-img {
    padding: 1.5rem;
    margin-bottom: 0.75rem;
  }
  
  .honor-title {
    font-size: 1rem;
  }
  
  .honor-button-prev,
  .honor-button-next {
    width: 1.875rem !important;
    height: 1.875rem !important;
  }
  
  .honor-button-prev:after,
  .honor-button-next:after {
    font-size: 0.8125rem !important;
  }
  
  .honor-button-prev {
    left: -2.5rem !important;
  }
  
  .honor-button-next {
    right: -2.5rem !important;
  }
  
  .company-honor .btn_more {
    padding: 0.6875rem 3.25rem;
    font-size: 0.8125rem;
  }
  
  /* 服务流程样式 */
  .service-process {
    padding-top: 3.25rem;
    padding-bottom: 2.75rem;
  }
  
  .service-process .section-title {
    margin-bottom: 1.75rem;
  }
  
  .process-swiper-container {
    padding: 0 1.75rem;
  }
  
  .process-dots {
    margin-bottom: 1rem;
  }
  
  .process-dots span {
    width: 0.3125rem;
    height: 0.3125rem;
    margin: 0 0.25rem;
  }
  
  .process-icon {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 0.875rem;
  }
  
  .process-icon img {
    width: 2.375rem;
    height: 2.375rem;
  }
  
  .process-title {
    font-size: 1rem;
  }
}

/* 平板横屏设备 (宽度小于等于992px) */
@media screen and (max-width: 991.98px) {
  /* 企业简介样式 */
  #section_box_1 {
    padding-top: 3.25rem;
    padding-bottom: 3rem;
  }
  
  .intro-content .section-title {
    margin-bottom: 1.25rem;
  }
  
  .intro-content .info_cn {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 1.5rem;
  }
  
  .intro-content .info_en {
    font-size: .9375rem;
    line-height: 1.6;
  }
  
  .intro_data .data_item {
    margin-bottom: 1.5rem;
  }
  
  .intro_data .data_title {
    margin-bottom: 0.625rem;
  }
  
  .intro_data .data_num {
    font-size: 3.75rem;
  }
  
  .intro_data .data_num sup {
    font-size: 1.125rem;
    top: 0.375rem;
  }
  
  .intro_data .data_desc {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
  
  .intro_data .data_note {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  
  /* 中国粮仓shields模块样式 */
  .grain-protection-section {
    padding-top: 2.25rem;
    padding-bottom: 1.75rem;
  }
  
  /* 企业文化样式 */
  #section_box_2 {
    padding: 3rem 0;
  }
  
  .company-culture .section-title {
    margin-bottom: 3rem;
  }
  
  .culture-slogan {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
  
  .culture-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 95%;
  }
  
  .culture-values {
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }
  
  .culture-value-item {
    padding: 1.75rem 1.125rem;
  }
  
  .culture-value-icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1.25rem;
    border: 3px solid #e3edf8;
  }
  
  .culture-value-icon img {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .culture-value-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  
  .culture-value-desc {
    font-size: 1rem;
    line-height: 1.6;
  }
  
  .culture-footer {
    font-size: 1rem;
    line-height: 1.6;
    max-width: 95%;
  }
  
  /* 企业荣誉样式 */
  #section_box_3 {
    padding-top: 3.5rem;
    padding-bottom: 1.75rem;
  }
  
  .honor-swiper-container {
    margin-bottom: 2rem;
  }
  
  .company-honor .section-title {
    margin-bottom: 1.5rem;
  }
  
  .honor-img {
    padding: 1.375rem;
    margin-bottom: 0.625rem;
  }
  
  .honor-title {
    font-size: 1rem;
  }
  
  .honor-button-prev,
  .honor-button-next {
    width: 1.75rem !important;
    height: 1.75rem !important;
  }
  
  .honor-button-prev:after,
  .honor-button-next:after {
    font-size: 0.75rem !important;
  }
  
  .honor-button-prev {
    left: -2.25rem !important;
  }
  
  .honor-button-next {
    right: -2.25rem !important;
  }
  
  .company-honor .btn_more {
    padding: 0.625rem 3rem;
    font-size: 0.8125rem;
  }
  
  /* 服务流程样式 */
  .service-process {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
  
  .service-process .section-title {
    margin-bottom: 1.5rem;
  }
  
  .process-swiper-container {
    padding: 0 1.5rem;
  }
  
  .process-dots {
    margin-bottom: 0.875rem;
  }
  
  .process-dots span {
    width: 0.25rem;
    height: 0.25rem;
    margin: 0 0.25rem;
  }
  
  .process-icon {
    width: 4.75rem;
    height: 4.75rem;
    margin: 0 auto 0.75rem;
  }
  
  .process-icon img {
    width: 2.25rem;
    height: 2.25rem;
  }
  
  .process-title {
    font-size: 1rem;
  }
}

/* 平板竖屏设备 (宽度小于等于768px) */
@media screen and (max-width: 767.98px) {
  /* 企业简介样式 */
  #section_box_1 {
    padding-top: 3rem;
    padding-bottom: 2.75rem;
  }
  
  .intro-content .section-title {
    margin-bottom: 1.25rem;
  }
  
  .intro-content .info_cn {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 1.5rem;
  }

  .intro-content .info_en {
    font-size: .9375rem;
    line-height: 1.6;
  }
  
  .intro_data .data_item {
    margin-bottom: 1.5rem;
  }
  
  .intro_data .data_title {
    margin-bottom: 0.5rem;
  }
  
  .intro_data .data_num {
    font-size: 3.5rem;
  }
  
  .intro_data .data_num sup {
    font-size: 1rem;
    top: 0.25rem;
  }
  
  .intro_data .data_desc {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  
  .intro_data .data_note {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  
  /* 中国粮仓shields模块样式 */
  .grain-protection-section {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
  
  /* 企业文化样式 */
  #section_box_2 {
    padding: 2.75rem 0;
  }
  
  .company-culture .section-title {
    margin-bottom: 2.75rem;
  }
  
  .culture-slogan {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
  
  .culture-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.75rem;
    max-width: 100%;
  }
  
  .culture-values {
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }
  
  .culture-value-item {
    padding: 1.5rem 1rem;
  }
  
  .culture-value-icon {
    width: 3.75rem;
    height: 3.75rem;
    margin: 0 auto 1.25rem;
    border: 2px solid #e3edf8;
  }
  
  .culture-value-icon img {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .culture-value-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  
  .culture-value-desc {
    font-size: 1rem;
    line-height: 1.6;
  }
  
  .culture-footer {
    font-size: 1rem;
    line-height: 1.6;
    max-width: 100%;
  }
  
  /* 企业荣誉样式 */
  #section_box_3 {
    padding-top: 3.25rem;
    padding-bottom: 1.5rem;
  }
  
  .honor-swiper-container {
    margin-bottom: 1.75rem;
  }
  
  .company-honor .section-title {
    margin-bottom: 1.5rem;
  }
  
  .honor-img {
    padding: .9375rem /* 15/16 */;
    margin-bottom: 0.625rem;
  }
  
  .honor-title {
    font-size: 1rem;
  }
  
  .honor-button-prev,
  .honor-button-next {
    width: 1.625rem !important;
    height: 1.625rem !important;
  }
  
  .honor-button-prev:after,
  .honor-button-next:after {
    font-size: 0.75rem !important;
  }
  
  .honor-button-prev {
    left: -2rem !important;
  }
  
  .honor-button-next {
    right: -2rem !important;
  }
  
  .company-honor .btn_more {
    padding: 0.625rem 2.75rem;
    font-size: 0.75rem;
  }
  
  /* 服务流程样式 */
  .service-process {
    padding-top: 2.75rem;
    padding-bottom: 2.25rem;
  }
  
  .service-process .section-title {
    margin-bottom: 1.5rem;
  }
  
  .process-swiper-container {
    padding: 0 1.25rem;
  }
  
  .process-dots {
    margin-bottom: 0.75rem;
  }
  
  .process-dots span {
    width: 0.25rem;
    height: 0.25rem;
    margin: 0 0.1875rem;
  }
  
  .process-icon {
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 auto 0.75rem;
  }
  
  .process-icon img {
    width: 2.125rem;
    height: 2.125rem;
  }
  
  .process-title {
    font-size: 1rem;
  }
}

/* 大屏手机设备 (宽度小于等于576px) */
@media screen and (max-width: 575.98px) {
  /* 企业简介样式 */
  #section_box_1 {
    padding-top: 2.75rem;
    padding-bottom: 2.5rem;
  }
  
  .intro-content .section-title {
    margin-bottom: 1.25rem;
  }
  
  .intro-content .info_cn {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 1.25rem;
  }
  
  .intro-content .info_en {
    font-size: .9375rem;
    line-height: 1.6;
  }
  
  .intro_data .data_item {
    margin-bottom: 1.25rem;
  }
  
  .intro_data .data_title {
    margin-bottom: 0.5rem;
  }
  
  .intro_data .data_num {
    font-size: 3.25rem;
  }
  
  .intro_data .data_num sup {
    font-size: 1rem;
    top: 0.25rem;
  }
  
  .intro_data .data_desc {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  
  .intro_data .data_note {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  
  /* 中国粮仓shields模块样式 */
  .grain-protection-section {
    padding-top: 1.75rem;
    padding-bottom: 1.25rem;
  }


  .factory-video .video-wrap .overlay h3 {
    font-size: 2rem;
  }

  /* 企业文化样式 */
  #section_box_2 {
    padding: 2.5rem 0;
  }
  
  .company-culture .section-title {
    margin-bottom: 2.5rem;
  }
  
  .culture-slogan {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
  
  .culture-desc {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
  
  .culture-values {
    gap: 0.625rem;
    margin-bottom: 1.25rem;
  }
  
  .culture-value-item {
    padding: 1.25rem 0.875rem;
  }
  
  .culture-value-icon {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 1.25rem;
    border: 2px solid #e3edf8;
  }
  
  .culture-value-icon img {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .culture-value-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  
  .culture-value-desc {
    font-size: .875rem;
    line-height: 1.6;
  }
  
  .culture-footer {
    font-size: 1rem;
    line-height: 1.6;
  }
  
  /* 企业荣誉样式 */
  #section_box_3 {
    padding-top: 3rem;
    padding-bottom: 1.25rem;
  }
  
  .honor-swiper-container {
    margin-bottom: 1.5rem;
  }
  
  .company-honor .section-title {
    margin-bottom: 1.25rem;
  }
  
  .honor-img {
    padding: .625rem /* 10/16 */;
    margin-bottom: 0.5rem;
  }

  .honor-title {
    font-size: .875rem /* 14/16 */;
  }
  
  .honor-button-prev,
  .honor-button-next {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
  
  .honor-button-prev:after,
  .honor-button-next:after {
    font-size: 0.6875rem !important;
  }
  
  .honor-button-prev {
    left: -1.75rem !important;
  }
  
  .honor-button-next {
    right: -1.75rem !important;
  }
  
  .company-honor .btn_more {
    padding: 0.5625rem 2.5rem;
    font-size: 0.75rem;
  }
  
  /* 服务流程样式 */
  .service-process {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
  
  .service-process .section-title {
    margin-bottom: 1.25rem;
  }
  
  .process-swiper-container {
    padding: 0 0;
  }
  
  .process-dots {
    margin-bottom: 0.625rem;
  }
  
  .process-dots span {
    width: 0.25rem;
    height: 0.25rem;
    margin: 0 0.1875rem;
  }
  
  .process-icon {
    width: 4.25rem;
    height: 4.25rem;
    margin: 0 auto 0.625rem;
  }
  
  .process-icon img {
    width: 2rem;
    height: 2rem;
  }
  
  .process-title {
    font-size: .875rem;
  }
}

/* iPhone及中等手机设备 (宽度小于等于375px) */
@media screen and (max-width: 374.98px) {
  /* 企业简介样式 */
  #section_box_1 {
    padding-top: 2.5rem;
    padding-bottom: 2.25rem;
  }
  
  .intro-content .section-title {
    margin-bottom: 1.25rem;
  }
  
  .intro-content .info_cn {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 1.25rem;
  }
  
  .intro-content .info_en {
    font-size: .9375rem;
    line-height: 1.6;
  }
  
  .intro_data .data_item {
    margin-bottom: 1.125rem;
  }
  
  .intro_data .data_title {
    margin-bottom: 0.375rem;
  }
  
  .intro_data .data_num {
    font-size: 2.5rem /* 40/16 */;
  }
  
  .intro_data .data_num sup {
    font-size: 0.875rem;
    top: 0.25rem;
  }
  
  .intro_data .data_desc {
    font-size: 0.8125rem;
    line-height: 1.3;
  }
  
  .intro_data .data_note {
    font-size: 0.6875rem;
    line-height: 1.3;
  }
  
  /* 中国粮仓shields模块样式 */
  .grain-protection-section {
    padding-top: 1.5rem;
    padding-bottom: 1.125rem;
  }
  
  /* 企业文化样式 */
  #section_box_2 {
    padding: 2.25rem 0;
  }
  
  .company-culture .section-title {
    margin-bottom: 2.25rem;
  }
  
  .culture-slogan {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
  
  .culture-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.375rem;
  }
  
  .culture-values {
    gap: 0.5rem;
    margin-bottom: 1.125rem;
  }
  
  .culture-value-item {
    padding: 1.125rem 0.75rem;
  }
  
  .culture-value-icon {
    width: 3.25rem;
    height: 3.25rem;
    margin: 0 auto 1.25rem;
    border: 2px solid #e3edf8;
  }
  
  .culture-value-icon img {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .culture-value-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  
  .culture-value-desc {
    font-size: 1rem;
    line-height: 1.6;
  }
  
  .culture-footer {
    font-size: 1rem;
    line-height: 1.6;
  }
  
  /* 企业荣誉样式 */
  #section_box_3 {
    padding-top: 2.75rem;
    padding-bottom: 1.125rem;
  }
  
  .honor-swiper-container {
    margin-bottom: 1.375rem;
  }
  
  .company-honor .section-title {
    margin-bottom: 1.125rem;
  }
  
  .honor-img {
    padding: .625rem /* 10/16 */;
    margin-bottom: 0.5rem;
  }
  
  .honor-title {
    font-size: .875rem /* 14/16 */;
  }
  
  .honor-button-prev,
  .honor-button-next {
    width: 1.375rem !important;
    height: 1.375rem !important;
  }
  
  .honor-button-prev:after,
  .honor-button-next:after {
    font-size: 0.625rem !important;
  }
  
  .honor-button-prev {
    left: -1.5rem !important;
  }
  
  .honor-button-next {
    right: -1.5rem !important;
  }
  
  .company-honor .btn_more {
    padding: 0.5rem 2.25rem;
    font-size: 0.6875rem;
  }
  
  /* 服务流程样式 */
  .service-process {
    padding-top: 2.25rem;
    padding-bottom: 1.75rem;
  }
  
  .service-process .section-title {
    margin-bottom: 1.125rem;
  }
  
  .process-swiper-container {
    padding: 0 0;
  }
  
  .process-dots {
    margin-bottom: 0.5rem;
  }
  
  .process-dots span {
    width: 0.1875rem;
    height: 0.1875rem;
    margin: 0 0.125rem;
  }
  
  .process-icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 0.5rem;
  }
  
  .process-icon img {
    width: 1.875rem;
    height: 1.875rem;
  }
  
  .process-title {
    font-size: .875rem;
  }
}