@charset "utf-8";
/* 响应式布局 - 适配不同设备尺寸 */

/* 超大屏幕设备 (宽度小于等于1440px) */
@media screen and (max-width: 1439.98px) {
  /*产品中心*/
  /* product_index */
  #product .bar_hot {
    margin-top: -1.875rem;
  }
  
  #product .title_sub_box {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
  
  #subNav_box {
    padding-top: 1.25rem;
  }
  
  #subNav_box .tabs_btns {
    gap: 1.125rem;
  }
  
  #subNav_box .tabs_btn a {
    height: 3.5625rem;
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
  }
  
  #subNav_box.fixed .container {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  
  #product #subNav_box.fixed .tabs_btns {
    gap: 0.3125rem;
  }
  
  #product #subNav_box.fixed .tabs_btn a {
    height: 2.625rem;
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
  }
  
  .note_box {
    margin-top: 1.75rem;
    font-size: 1.25rem;
  }
  
  .note_box span {
    padding: 0.5rem 1.25rem;
    margin: 0.5rem;
    font-size: 1.25rem;
  }
  
  .type_box {
    margin-bottom: 3.125rem;
  }
  
  .type_title {
    margin-bottom: 1.875rem;
  }
  
  .type_title h2 {
    font-size: 1.5rem;
  }
  
  .type_title .btn_more {
    padding: 0.625rem 1.875rem;
    font-size: 1rem;
  }
  
  .product_visible_title > div {
    padding: 0.9375rem 2.5rem;
    font-size: 1.125rem;
  }
  
  .product_title {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }
  
  .product_desc {
    font-size: 0.9375rem;
    margin-bottom: 1rem;
  }
  
  .product_more {
    padding: 0.5rem 1.25rem;
    font-size: 0.9375rem;
    width: 9.375rem;
    height: 2.3125rem;
  }
  
  /* 河南康隆服务流程样式 */
  .service-process {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }
  
  .service-process .section-title {
    margin-bottom: 3rem;
  }
  
  .process-swiper-container {
    padding: 0 3rem;
  }
  
  .process-dots {
    margin-bottom: 1.5625rem;
  }
  
  .process-dots span {
    width: 0.375rem;
    height: 0.375rem;
    margin: 0 0.3125rem;
  }
  
  .process-icon {
    width: 6.25rem;
    height: 6.25rem;
    margin: 0 auto 1.5rem;
  }
  
  .process-icon img {
    width: 3rem;
    height: 3rem;
  }
  
  .process-title {
    font-size: 1.0625rem;
  }
  
  /* product_info */
  #page_location {
    font-size: 0.9375rem;
  }
  
  /* 康隆服务 */
  #in_service {
    padding-top: 4.375rem;
    padding-bottom: 2.25rem;
  }
  
  .service_swiper .swiper-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  
  .service_item {
    padding: 3rem 2rem;
  }
  
  .service_icon {
    margin-bottom: 1.5rem;
  }
  
  .service_icon img {
    width: 3.75rem;
    height: 3.75rem;
  }
  
  .service_title {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
  }
  
  .service_desc {
    font-size: 1rem;
    margin-bottom: 2.25rem;
  }
  
  .service_link .btn_more {
    padding: 0.625rem 1.5rem;
  }
  
  /* 合作案例 */
  #in_cases {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  
  #in_cases .box_header.main_box_header {
    margin-bottom: 3.5rem;
  }
  
  .cases_tabs .tabs_btns {
    gap: 0.75rem;
  }
  
  .cases_tabs .tabs_btn a {
    padding: 0.75rem 2.5rem;
    font-size: 0.9375rem;
  }
  
  .case_item {
    margin-bottom: 1.5rem;
  }
  
  .case_img {
    margin-bottom: 1rem;
  }
  
  .case_title {
    font-size: 1rem;
  }
  
  .cases-button-prev,
  .cases-button-next {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }
  
  .cases-button-prev:after,
  .cases-button-next:after {
    font-size: 1rem !important;
  }
  
  .cases-button-prev {
    left: 0 !important;
  }
  
  .cases-button-next {
    right: 0 !important;
  }
  
  /*产品详情*/
  #proinfo #box1 {
    padding-top: 2rem;
  }
  
  #proinfo_show {
    width: 42%;
  }
  
  #proinfo_cont {
    width: 58%;
    padding-left: 8%;
  }
  
  #proinfo_cont .bar_hot_info {
    margin-bottom: 0.625rem;
  }
  
  #proinfo_cont .title_box {
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
  }
  
  #proinfo_cont .desc_box {
    padding: 1.25rem 1.875rem;
    font-size: .875rem /* 14/16 */;
  }
  
  .param_more {
    margin-bottom: 2.5rem;
  }
  
  .param_more li {
    font-size: 1rem;
    padding: 1.25rem 0;
  }
  
  /* 专注于模块样式 */
  .focus-area {
    margin-bottom: 20px;
  }
  
  .focus-title {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
    padding-left: 12px;
  }
  
  .focus-title:before {
    width: 0.25rem;
    height: 1rem;
  }
  
  .focus-tags {
    gap: 0.625rem;
    margin-bottom: 2.5rem;
  }
  
  .focus-tag {
    padding: 0.5rem 1.875rem;
    font-size: 1.0625rem;
  }
  
  .focus-buttons {
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
  
  .focus-buttons a {
    padding: 0.875rem 1.25rem;
    font-size: 1.125rem;
  }
  
  .focus-buttons a i {
    font-size: 1.5rem;
  }
  
  .tel-btn .tel_num {
    font-size: 1.375rem;
  }
  
  /* 产品优势模块样式 */
  .product-advantages {
    margin-top: 2.5rem;
    margin-bottom: 3.125rem;
  }
  
  .advantages-title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    padding-left: 0.75rem;
  }
  
  .advantages-title:before {
    width: 0.25rem;
    height: 1rem;
  }
  
  .advantages-list {
    gap: 1.25rem;
  }
  
  .advantage-item {
    padding: 1.25rem;
  }
  
  .advantage-icon {
    width: 3.125rem;
    height: 3.125rem;
    margin-right: 1rem;
  }
  
  .advantage-name {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
  
  .advantage-desc {
    font-size: 0.9375rem;
  }
  
  /* 服务支持模块样式 */
  .advantages {
    margin-top: 3.125rem;
    margin-bottom: 2.5rem;
  }
  
  .advantages li {
    font-size: 1.125rem;
  }
  
  #box_2 .main_box {
    padding: 3.125rem 0 0 0;
  }
  
  .mainInfo h2 {
    font-size: 2rem;
    padding-left: 2rem;
    margin-bottom: 1.875rem;
  }
  
  .mainInfo h2::before {
    width: 0.75rem;
    height: 0.75rem;
  }
  
  .mainInfo h2::after {
    left: 0.5rem;
    width: 0.75rem;
    height: 0.75rem;
  }
  
  /* 产品详情选项卡样式 */
  #box_2 .tabs_btn {
    padding: 1.625rem 0;
    font-size: 1.125rem;
  }
}

/* 大屏幕设备 (宽度小于等于1400px) */
@media screen and (max-width: 1399.98px) {
  /*产品中心*/
  /* product_index */
  #product .bar_hot {
    margin-top: -1.75rem;
  }
  
  #product .title_sub_box {
    font-size: 1.3125rem;
    margin-bottom: 1.125rem;
  }
  
  #subNav_box {
    padding-top: .625rem;
  }
  
  #subNav_box .tabs_btns {
    gap: 1rem;
  }
  
  #subNav_box .tabs_btn a {
    height: 3.375rem;
    padding: 0.5rem 0.875rem;
    font-size: 1.125rem;
  }
  
  #subNav_box.fixed .container {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  
  #product #subNav_box.fixed .tabs_btns {
    gap: 0.25rem;
  }
  
  #product #subNav_box.fixed .tabs_btn a {
    height: 2.625rem;
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
  }
  
  .note_box {
    margin-top: 1.25rem;
    font-size: 1.1875rem;
  }
  
  .note_box span {
    padding: 0.5rem 1.125rem;
    margin: 0.5rem;
    font-size: 1.1875rem;
  }
  
  .type_box {
    margin-bottom: 3rem;
  }
  
  .type_title {
    margin-bottom: 1.75rem;
  }
  
  .type_title h2 {
    font-size: 1.4375rem;
  }
  
  .type_title .btn_more {
    padding: 0.625rem 1.875rem;
    font-size: 1rem;
  }
  
  .product_visible_title > div {
    padding: 0.875rem 2.375rem;
    font-size: 1.0625rem;
  }
  
  .product_title {
    font-size: 1.3125rem;
    margin-bottom: 1rem;
  }
  
  .product_desc {
    font-size: 0.9375rem;
    margin-bottom: 1rem;
  }
  
  .product_more {
    padding: 0.5rem 1.125rem;
    font-size: 0.9375rem;
    width: 9rem;
    height: 2.25rem;
  }
  
  /* 河南康隆服务流程样式 */
  .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;
  }
  
  /* product_info */
  #page_location {
    font-size: 0.9375rem;
  }
  
  /* 康隆服务 */
  #in_service {
    padding-top: 4.125rem;
    padding-bottom: 2.125rem;
  }
  
  .service_swiper .swiper-wrapper {
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }
  
  .service_item {
    padding: 2.75rem 1.875rem;
  }
  
  .service_icon {
    margin-bottom: 1.375rem;
  }
  
  .service_icon img {
    width: 3.5rem;
    height: 3.5rem;
  }
  
  .service_title {
    font-size: 1.625rem;
    margin-bottom: 1.125rem;
  }
  
  .service_desc {
    font-size: 1rem;
    margin-bottom: 2.125rem;
  }
  
  .service_link .btn_more {
    padding: 0.5625rem 1.375rem;
  }
  
  /* 合作案例 */
  #in_cases {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  
  #in_cases .box_header.main_box_header {
    margin-bottom: 3.25rem;
  }
  
  .cases_tabs .tabs_btns {
    gap: 0.75rem;
  }
  
  .cases_tabs .tabs_btn a {
    padding: 0.75rem 2.25rem;
    font-size: 0.9375rem;
  }
  
  .case_item {
    margin-bottom: 1.375rem;
  }
  
  .case_img {
    margin-bottom: 0.9375rem;
  }
  
  .case_title {
    font-size: 1rem;
  }
  
  .cases-button-prev,
  .cases-button-next {
    width: 2.375rem !important;
    height: 2.375rem !important;
  }
  
  .cases-button-prev:after,
  .cases-button-next:after {
    font-size: 0.9375rem !important;
  }
  
  .cases-button-prev {
    left: 0 !important;
  }
  
  .cases-button-next {
    right: 0 !important;
  }
  
  /*产品详情*/
  #proinfo #box1 {
    padding-top: 1.875rem;
  }
  
  #proinfo_show {
    width: 42%;
  }
  
  #proinfo_cont {
    width: 58%;
    padding-left: 7%;
  }
  
  #proinfo_cont .bar_hot_info {
    margin-bottom: 0.5625rem;
  }
  
  #proinfo_cont .title_box {
    font-size: 2.125rem;
    margin-bottom: 1.125rem;
  }
  
  #proinfo_cont .desc_box {
    padding: 1.125rem 1.75rem;
    font-size: .875rem /* 14/16 */;
  }
  
  .param_more {
    margin-bottom: 2.375rem;
  }
  
  .param_more li {
    font-size: 0.9375rem;
    padding: 1.125rem 0;
  }
  
  /* 专注于模块样式 */
  .focus-area {
    margin-bottom: 18px;
  }
  
  .focus-title {
    font-size: 1.1875rem;
    margin-bottom: .9375rem;
    padding-left: 11px;
  }
  
  .focus-title:before {
    width: 0.25rem;
    height: 0.9375rem;
  }
  
  .focus-tags {
    gap: 0.625rem;
    margin-bottom: 2.5rem;
  }
  
  .focus-tag {
    padding: 0.5rem 1.75rem;
    font-size: 1rem;
  }
  
  .focus-buttons {
    gap: 1.125rem;
    margin-top: 1.75rem;
  }
  
  .focus-buttons a {
    padding: 0.875rem 1.125rem;
    font-size: 1.0625rem;
  }
  
  .focus-buttons a i {
    font-size: 1.375rem;
  }
  
  .tel-btn .tel_num {
    font-size: 1.3125rem;
  }
  
  /* 产品优势模块样式 */
  .product-advantages {
    margin-top: 2.375rem;
    margin-bottom: 3rem;
  }
  
  .advantages-title {
    font-size: 1.1875rem;
    margin-bottom: 1.375rem;
    padding-left: 0.75rem;
  }
  
  .advantages-title:before {
    width: 0.25rem;
    height: 0.9375rem;
  }
  
  .advantages-list {
    gap: 1.125rem;
  }
  
  .advantage-item {
    padding: 1.125rem;
  }
  
  .advantage-icon {
    width: 3rem;
    height: 3rem;
    margin-right: 0.9375rem;
  }
  
  .advantage-name {
    font-size: 1.0625rem;
    margin-bottom: 0.5rem;
  }
  
  .advantage-desc {
    font-size: 0.9375rem;
  }
  
  /* 服务支持模块样式 */
  .advantages {
    margin-top: 3rem;
    margin-bottom: 2.375rem;
  }
  
  .advantages li {
    font-size: 1.0625rem;
  }
  
  #box_2 .main_box {
    padding: 3rem 0 0 0;
  }
  
  .mainInfo h2 {
    font-size: 1.875rem;
    padding-left: 2rem;
    margin-bottom: 1.75rem;
  }
  
  .mainInfo h2::before {
    width: 0.75rem;
    height: 0.75rem;
  }
  
  .mainInfo h2::after {
    left: 0.5rem;
    width: 0.75rem;
    height: 0.75rem;
  }
  
  /* 产品详情选项卡样式 */
  #box_2 .tabs_btn {
    padding: 1.5rem 0;
    font-size: 1.125rem;
  }
}

/* 大屏幕设备 (宽度小于等于1280px) */
@media screen and (max-width: 1279.98px) {
  /*产品中心*/
  /* product_index */
  #product .bar_hot {
    margin-top: -1.625rem;
  }
  
  #product .title_sub_box {
    font-size: 1.25rem;
    margin-bottom: 1.0625rem;
  }
  
  #subNav_box {
    padding-top: 1.125rem;
  }
  
  #subNav_box .tabs_btns {
    gap: 0.875rem;
  }
  
  #subNav_box .tabs_btn a {
    height: 3.25rem;
    padding: 0.5rem 0.75rem;
    font-size: 1.125rem;
  }
  
  #subNav_box.fixed .container {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  
  #product #subNav_box.fixed .tabs_btns {
    gap: 0.25rem;
  }
  
  #product #subNav_box.fixed .tabs_btn a {
    height: 2.625rem;
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
  }
  
  .note_box {
    margin-top: 1.125rem;
    font-size: 1.125rem;
  }
  
  .note_box span {
    padding: 0.5rem 1.125rem;
    margin: 0.5rem;
    font-size: 1.125rem;
  }
  
  .type_box {
    margin-bottom: 2.875rem;
  }
  
  .type_title {
    margin-bottom: 1.625rem;
  }
  
  .type_title h2 {
    font-size: 1.375rem;
  }
  
  .type_title .btn_more {
    padding: 0.625rem 1.875rem;
    font-size: 1rem;
  }
  
  .product_visible_title > div {
    padding: 0.875rem 2.25rem;
    font-size: 1.0625rem;
  }
  
  .product_title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  
  .product_desc {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  
  .product_more {
    padding: 0.5rem 1.125rem;
    font-size: 0.875rem;
    width: 8.75rem;
    height: 2.125rem;
  }
  
  /* 河南康隆服务流程样式 */
  .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.3125rem;
    height: 0.3125rem;
    margin: 0 0.25rem;
  }
  
  .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;
  }
  
  /* product_info */
  #page_location {
    font-size: 0.875rem;
  }
  
  /* 康隆服务 */
  #in_service {
    padding-top: 3.875rem;
    padding-bottom: 2rem;
  }
  
  .service_swiper .swiper-wrapper {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  
  .service_item {
    padding: 2.5rem 1.75rem;
  }
  
  .service_icon {
    margin-bottom: 1.25rem;
  }
  
  .service_icon img {
    width: 3.25rem;
    height: 3.25rem;
  }
  
  .service_title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .service_desc {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  
  .service_link .btn_more {
    padding: 0.5rem 1.25rem;
  }
  
  /* 合作案例 */
  #in_cases {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
  
  #in_cases .box_header.main_box_header {
    margin-bottom: 3rem;
  }
  
  .cases_tabs .tabs_btns {
    gap: 0.625rem;
  }
  
  .cases_tabs .tabs_btn a {
    padding: 0.75rem 2rem;
    font-size: 0.875rem;
  }
  
  .case_item {
    margin-bottom: 1.25rem;
  }
  
  .case_img {
    margin-bottom: 0.875rem;
  }
  
  .case_title {
    font-size: 1rem;
  }
  
  .cases-button-prev,
  .cases-button-next {
    width: 2.25rem !important;
    height: 2.25rem !important;
  }
  
  .cases-button-prev:after,
  .cases-button-next:after {
    font-size: 0.875rem !important;
  }
  
  .cases-button-prev {
    left: 0 !important;
  }
  
  .cases-button-next {
    right: 0 !important;
  }
  
  /*产品详情*/
  #proinfo #box1 {
    padding-top: 1.75rem;
  }
  
  #proinfo_show {
    width: 42%;
  }
  
  #proinfo_cont {
    width: 58%;
    padding-left: 6%;
  }
  
  #proinfo_cont .bar_hot_info {
    margin-bottom: 0.5rem;
  }
  
  #proinfo_cont .title_box {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  
  #proinfo_cont .desc_box {
    padding: 1rem 1.625rem;
    font-size: .875rem /* 14/16 */;
  }
  
  .param_more {
    margin-bottom: 2.25rem;
  }
  
  .param_more li {
    font-size: 0.9375rem;
    padding: 1.125rem /* 18/16 */ 0;
  }
  
  /* 专注于模块样式 */
  .focus-area {
    margin-bottom: 16px;
  }
  
  .focus-title {
    font-size: 1.125rem;
    margin-bottom: .9375rem;
    padding-left: 10px;
  }
  
  .focus-title:before {
    width: 0.1875rem;
    height: 0.875rem;
  }
  
  .focus-tags {
    gap: 0.625rem;
    margin-bottom: 2.5rem;
  }
  
  .focus-tag {
    padding: 0.5rem 1.625rem;
    font-size: 1rem;
  }
  
  .focus-buttons {
    gap: 1rem;
    margin-top: 1.625rem;
  }
  
  .focus-buttons a {
    padding: 0.875rem 1rem;
    font-size: 1rem;
  }
  
  .focus-buttons a i {
    font-size: 1.25rem;
  }
  
  .tel-btn .tel_num {
    font-size: 1.25rem;
  }
  
  /* 产品优势模块样式 */
  .product-advantages {
    margin-top: 2.25rem;
    margin-bottom: 2.875rem;
  }
  
  .advantages-title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    padding-left: 0.6875rem;
  }
  
  .advantages-title:before {
    width: 0.1875rem;
    height: 0.875rem;
  }
  
  .advantages-list {
    gap: 1rem;
  }
  
  .advantage-item {
    padding: 1rem;
  }
  
  .advantage-icon {
    width: 2.875rem;
    height: 2.875rem;
    margin-right: 0.875rem;
  }
  
  .advantage-name {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  
  .advantage-desc {
    font-size: 0.875rem;
  }
  
  /* 服务支持模块样式 */
  .advantages {
    margin-top: 2.875rem;
    margin-bottom: 2.25rem;
  }
  
  .advantages li {
    font-size: 1rem;
  }
  
  #box_2 .main_box {
    padding: 2.875rem 0 0 0;
  }
  
  .mainInfo h2 {
    font-size: 1.75rem;
    padding-left: 2rem;
    margin-bottom: 1.625rem;
  }
  
  .mainInfo h2::before {
    width: 0.75rem;
    height: 0.75rem;
  }
  
  .mainInfo h2::after {
    left: 0.5rem;
    width: 0.75rem;
    height: 0.75rem;
  }
  
  /* 产品详情选项卡样式 */
  #box_2 .tabs_btn {
    padding: 1.5rem 0;
    font-size: 1.125rem;
  }
}

/* 标准屏幕设备 (宽度小于等于1200px) */
@media screen and (max-width: 1199.98px) {
  /*产品中心*/
  /* product_index */
  #product .bar_hot {
    margin-top: -1.5rem;
  }
  
  #product .title_sub_box {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  
  #subNav_box {
    padding-top: 2rem;
  }
  
  #subNav_box .tabs_btns {
    gap: 0.75rem;
    grid-template-columns: repeat(4, 1fr);
  }
  
  #subNav_box .tabs_btn a {
    height: 3rem;
    padding: 0.5rem 0.625rem;
    font-size: 1.125rem;
  }
  
  #subNav_box.fixed .container {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  
  #product #subNav_box.fixed .tabs_btns {
    gap: 0.25rem;
  }
  
  #product #subNav_box.fixed .tabs_btn a {
    height: 2.625rem;
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
  }
  
  .note_box {
    margin-top: 3rem;
    font-size: 1.0625rem;
  }
  
  .note_box span {
    padding: 0.5rem 1rem;
    margin: 0.5rem;
    font-size: 1.0625rem;
  }
  
  .type_box {
    margin-bottom: 2.75rem;
  }
  
  .type_title {
    margin-bottom: 1.5rem;
  }
  
  .type_title h2 {
    font-size: 1.3125rem;
  }
  
  .type_title .btn_more {
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
  }
  
  .product_visible_title > div {
    padding: 0.75rem 2rem;
    font-size: 1rem;
  }
  
  .product_title {
    font-size: 1.1875rem;
    margin-bottom: 1rem;
  }
  
  .product_desc {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  
  .product_more {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    width: 8.5rem;
    height: 2rem;
  }
  
  /* 河南康隆服务流程样式 */
  .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;
  }
  
  /* product_info */
  #page_location {
    font-size: 0.875rem;
  }
  
  /* 康隆服务 */
  #in_service {
    padding-top: 3.625rem;
    padding-bottom: 1.875rem;
  }
  
  .service_swiper .swiper-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  
  .service_item {
    padding: 2.25rem 1.5rem;
  }
  
  .service_icon {
    margin-bottom: 1.125rem;
  }
  
  .service_icon img {
    width: 3rem;
    height: 3rem;
  }
  
  .service_title {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }
  
  .service_desc {
    font-size: 1rem;
    margin-bottom: 1.875rem;
    min-height: calc(1.8 * 0.875rem * 2);
  }
  
  .service_link .btn_more {
    padding: 0.5rem 1.125rem;
  }
  
  /* 合作案例 */
  #in_cases {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  #in_cases .box_header.main_box_header {
    margin-bottom: 2.75rem;
  }
  
  .cases_tabs .tabs_btns {
    gap: 0.5rem;
  }
  
  .cases_tabs .tabs_btn a {
    padding: 0.625rem 1.75rem;
    font-size: 0.875rem;
  }
  
  .case_item {
    margin-bottom: 1.125rem;
  }
  
  .case_img {
    margin-bottom: 0.75rem;
  }
  
  .case_title {
    font-size: 1rem;
  }
  
  .cases-button-prev,
  .cases-button-next {
    width: 2rem !important;
    height: 2rem !important;
  }
  
  .cases-button-prev:after,
  .cases-button-next:after {
    font-size: 0.875rem !important;
  }
  
  .cases-button-prev {
    left: 0 !important;
  }
  
  .cases-button-next {
    right: 0 !important;
  }
  
  /*产品详情*/
  #proinfo #box1 {
    padding-top: 1.5rem;
  }
  
  #proinfo_show {
    width: 45%;
  }
  
  #proinfo_cont {
    width: 55%;
    padding-left: 5%;
  }
  
  #proinfo_cont .bar_hot_info {
    margin-bottom: 0.5rem;
  }
  
  #proinfo_cont .title_box {
    font-size: 1.875rem;
    margin-bottom: 0.875rem;
  }
  
  #proinfo_cont .desc_box {
    padding: 0.875rem 1.5rem;
    font-size: .875rem /* 14/16 */;
  }
  
  .param_more {
    margin-bottom: 1.25rem /* 20/16 */;
  }
  
  .param_more li {
    font-size: 0.875rem;
    padding: 1.125rem /* 18/16 */ 0;
  }
  
  /* 专注于模块样式 */
  .focus-area {
    margin-bottom: 15px;
  }
  
  .focus-title {
    font-size: 1.0625rem;
    margin-bottom: .9375rem;
    padding-left: 10px;
  }
  
  .focus-title:before {
    width: 0.1875rem;
    height: 0.875rem;
  }
  
  .focus-tags {
    gap: 0.625rem;
    margin-bottom: 1.5rem;
  }
  
  .focus-tag {
    padding: 0.5rem 1.5rem;
    font-size: 0.9375rem;
  }
  
  .focus-buttons {
    gap: 0.875rem;
    margin-top: 1.5rem;
  }
  
  .focus-buttons a {
    padding: 0.875rem 0.875rem;
    font-size: 1rem;
  }
  
  .focus-buttons a i {
    font-size: 1.125rem;
  }
  
  .tel-btn .tel_num {
    font-size: 1.125rem;
  }
  
  /* 产品优势模块样式 */
  .product-advantages {
    margin-top: 2rem;
    margin-bottom: 2.625rem;
  }
  
  .advantages-title {
    font-size: 1.0625rem;
    margin-bottom: 1.125rem;
    padding-left: 0.625rem;
  }
  
  .advantages-title:before {
    width: 0.1875rem;
    height: 0.8125rem;
  }
  
  .advantages-list {
    gap: 0.875rem;
  }
  
  .advantage-item {
    padding: 0.875rem;
  }
  
  .advantage-icon {
    width: 2.75rem;
    height: 2.75rem;
    margin-right: 0.75rem;
  }
  
  .advantage-name {
    font-size: 0.9375rem;
    margin-bottom: 0.375rem;
  }
  
  .advantage-desc {
    font-size: 0.8125rem;
  }
  
  /* 服务支持模块样式 */
  .advantages {
    margin-top: 2.625rem;
    margin-bottom: 2rem;
  }
  
  .advantages li {
    font-size: 0.9375rem;
  }
  
  #box_2 .main_box {
    padding: 2.625rem 0 0 0;
  }
  
  .mainInfo h2 {
    font-size: 1.625rem;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
  }
  
  .mainInfo h2::before {
    width: 0.75rem;
    height: 0.75rem;
  }
  
  .mainInfo h2::after {
    left: 0.5rem;
    width: 0.75rem;
    height: 0.75rem;
  }
  
  /* 产品详情选项卡样式 */
  #box_2 .tabs_btn {
    padding: 1.5rem 0;
    font-size: 1.125rem;
  }
}

/* 小屏电脑设备 (宽度小于等于1024px) */
@media screen and (max-width: 1023.98px) {
  /*产品中心*/
  /* product_index */

  .banner_s img { min-height: 37.5rem; }

  #product .bar_hot {
    margin-top: -1.375rem;
  }
  
  #product .title_sub_box {
    font-size: 1.25rem;
    margin-bottom: 0.875rem;
  }
  
  #subNav_box {
    padding-top: 1.875rem;
  }
  
  #subNav_box .tabs_btns {
    gap: 0.625rem;
    grid-template-columns: repeat(4, 1fr);
  }
  
  #subNav_box .tabs_btn a {
    height: 2.875rem;
    padding: 0.5rem 0.5rem;
    font-size: 1.125rem;
  }
  
  #subNav_box.fixed .container {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  
  #product #subNav_box.fixed .tabs_btns {
    gap: 0.1875rem;
  }
  
  #product #subNav_box.fixed .tabs_btn a {
    height: 2.625rem;
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
  }
  
  .note_box {
    margin-top: 2.75rem;
    font-size: 1rem;
  }
  
  .note_box span {
    padding: 0.5rem 0.875rem;
    margin: 0.5rem;
    font-size: 1rem;
  }
  
  .type_box {
    margin-bottom: 2.5rem;
  }
  
  .type_title {
    margin-bottom: 1.375rem;
  }
  
  .type_title h2 {
    font-size: 1.25rem;
  }
  
  .type_title .btn_more {
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
  }
  
  .product_visible_title > div {
    padding: 0.75rem 2rem;
    font-size: 1rem;
  }
  
  .product_title {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  
  .product_desc {
    font-size: 0.8125rem;
    margin-bottom: 1rem;
  }
  
  .product_more {
    padding: 0.5rem 0.875rem;
    font-size: 0.8125rem;
    width: 8rem;
    height: 1.875rem;
  }
  
  /* 河南康隆服务流程样式 */
  .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.25rem;
    height: 0.25rem;
    margin: 0 0.1875rem;
  }
  
  .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;
  }
  
  /* product_info */
  #page_location {
    font-size: 0.8125rem;
  }
  
  /* 康隆服务 */
  #in_service {
    padding-top: 3.375rem;
    padding-bottom: 1.75rem;
  }
  
  .service_swiper .swiper-wrapper {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  
  .service_item {
    padding: 2rem 1.375rem;
  }
  
  .service_icon {
    margin-bottom: 1rem;
  }
  
  .service_icon img {
    width: 2.75rem;
    height: 2.75rem;
  }
  
  .service_title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  
  .service_desc {
    font-size: 1rem;
    margin-bottom: 1.75rem;
    min-height: calc(1.8 * 0.8125rem * 2);
  }
  
  .service_link .btn_more {
    padding: 0.5rem 1rem;
  }
  
  /* 合作案例 */
  #in_cases {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  
  #in_cases .box_header.main_box_header {
    margin-bottom: 2.5rem;
  }
  
  .cases_tabs .tabs_btns {
    gap: 0.5rem;
  }
  
  .cases_tabs .tabs_btn a {
    padding: 0.625rem 1.5rem;
    font-size: 0.8125rem;
  }
  
  .case_item {
    margin-bottom: 1rem;
  }
  
  .case_img {
    margin-bottom: 0.75rem;
  }
  
  .case_title {
    font-size: 1rem;
  }
  
  .cases-button-prev,
  .cases-button-next {
    width: 1.875rem !important;
    height: 1.875rem !important;
  }
  
  .cases-button-prev:after,
  .cases-button-next:after {
    font-size: 0.8125rem !important;
  }
  
  .cases-button-prev {
    left: 0 !important;
  }
  
  .cases-button-next {
    right: 0 !important;
  }
  
  /*产品详情*/
  #proinfo #box1 {
    padding-top: 1.375rem;
  }
  
  #proinfo_show {
    width: 45%;
  }
  
  #proinfo_cont {
    width: 55%;
    padding-left: 5%;
  }
  
  #proinfo_cont .bar_hot_info {
    margin-bottom: 0.5rem;
  }
  
  #proinfo_cont .title_box {
    font-size: 1.75rem;
    margin-bottom: 0.875rem;
  }
  
  #proinfo_cont .desc_box {
    padding: 0.875rem 1.375rem;
    font-size: 1rem;
  }
  
  .param_more {
    margin-bottom: 1.875rem;
  }
  
  .param_more li {
    font-size: 0.8125rem;
    padding: 1.125rem /* 18/16 */ 0;
  }
  
  /* 专注于模块样式 */
  .focus-area {
    margin-bottom: 15px;
  }
  
  .focus-title {
    font-size: 1rem;
    margin-bottom: .9375rem;
    padding-left: 9px;
  }
  
  .focus-title:before {
    width: 0.1875rem;
    height: 0.8125rem;
  }
  
  .focus-tags {
    gap: 0.625rem;
    margin-bottom: 2.5rem;
  }
  
  .focus-tag {
    padding: 0.5rem 1.375rem;
    font-size: 0.875rem;
  }
  
  .focus-buttons {
    gap: 0.75rem;
    margin-top: 1.375rem;
  }
  
  .focus-buttons a {
    padding: 0.625rem 0.875rem;
    font-size: 1rem;
  }
  
  .focus-buttons a i {
    font-size: 1.0625rem;
  }
  
  .tel-btn .tel_num {
    font-size: 1.125rem;
  }
  
  /* 产品优势模块样式 */
  .product-advantages {
    margin-top: 1.875rem;
    margin-bottom: 2.5rem;
  }
  
  .advantages-title {
    font-size: 1rem;
    margin-bottom: 1rem;
    padding-left: 0.625rem;
  }
  
  .advantages-title:before {
    width: 0.1875rem;
    height: 0.75rem;
  }
  
  .advantages-list {
    gap: 0.75rem;
  }
  
  .advantage-item {
    padding: 0.75rem;
  }
  
  .advantage-icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.75rem;
  }
  
  .advantage-name {
    font-size: 0.875rem;
    margin-bottom: 0.375rem;
  }
  
  .advantage-desc {
    font-size: 0.8125rem;
  }
  
  /* 服务支持模块样式 */
  .advantages {
    margin-top: 2.5rem;
    margin-bottom: 1.875rem;
  }
  
  .advantages li {
    font-size: 0.875rem;
  }
  
  #box_2 .main_box {
    padding: 2.5rem 0 0 0;
  }
  
  .mainInfo h2 {
    font-size: 1.5rem;
    padding-left: 2rem;
    margin-bottom: 1.375rem;
  }
  
  .mainInfo h2::before {
    width: 0.75rem;
    height: 0.75rem;
  }
  
  .mainInfo h2::after {
    left: 0.5rem;
    width: 0.75rem;
    height: 0.75rem;
  }
  
  /* 产品详情选项卡样式 */
  #box_2 .tabs_btn {
    padding: 1.5rem 0;
    font-size: 1.125rem;
  }
}

/* 平板横屏设备 (宽度小于等于992px) */
@media screen and (max-width: 991.98px) {
  /*产品中心*/
  /* product_index */
  #product .bar_hot {
    width: 12.5rem;
    margin-top: -1.25rem;
  }
  
  #product .title_sub_box {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  
  #subNav_box {
    padding-top: 1.75rem;
  }
  
  #subNav_box .tabs_btns {
    gap: 0.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
  
  #subNav_box .tabs_btn a {
    height: 2.75rem;
    padding: 0.5rem 0.5rem;
    font-size: 1rem;
  }
  
  #subNav_box.fixed { position: relative; }
  #subNav_box.fixed .container {
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }
  
  #product #subNav_box.fixed .tabs_btns {
    gap: 0.1875rem;
  }
  
  #product #subNav_box.fixed .tabs_btn a {
    height: 2.625rem;
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
  }
  
  .note_box {
    margin-top: 2.5rem;
    font-size: 0.9375rem;
  }
  
  .note_box span {
    padding: 0.5rem 0.75rem;
    margin: 0.5rem;
    font-size: 0.9375rem;
  }
  
  .type_box {
    margin-bottom: 2.25rem;
  }
  
  .type_title {
    margin-bottom: 1.25rem;
  }
  
  .type_title h2 {
    font-size: 1.25rem;
  }

  .type_title .btn_more {
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
  }
  
  .product_visible_title > div {
    padding: 0.75rem 2rem;
    font-size: 1rem;
  }
  
  .product_title {
    font-size: 1.0625rem;
    margin-bottom: 1rem;
  }
  
  .product_desc {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  
  .product_more {
    padding: 0.5rem 0.75rem;
    font-size: .75rem;
    width: 7.5rem;
    height: 1.875rem;
  }
  
  /* 河南康隆服务流程样式 */
  .service-process {
    padding-top: 3.25rem;
    padding-bottom: 2.75rem;
  }
  
  .service-process .section-title {
    margin-bottom: 1.875rem;
  }
  
  .process-swiper-container {
    padding: 0 1.75rem;
  }
  
  .process-dots {
    margin-bottom: 1rem;
  }
  
  .process-dots span {
    width: 0.25rem;
    height: 0.25rem;
    margin: 0 0.1875rem;
  }
  
  .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;
  }
  
  /* product_info */
  .product_info { padding: 10%; }
  #page_location {
    font-size: 0.8125rem;
  }
  
  /* 康隆服务 */
  #in_service {
    padding-top: 3.125rem;
    padding-bottom: 1.625rem;
  }
  
  .service_swiper .swiper-wrapper {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  
  .service_item {
    padding: 1.875rem 1.25rem;
  }
  
  .service_icon {
    margin-bottom: 1rem;
  }
  
  .service_icon img {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .service_title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  
  .service_desc {
    font-size: 1rem;
    margin-bottom: 1.625rem;
    min-height: calc(1.8 * 0.8125rem * 2);
  }
  
  .service_link .btn_more {
    padding: 0.5rem 0.875rem;
  }
  
  /* 合作案例 */
  #in_cases {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  
  #in_cases .box_header.main_box_header {
    margin-bottom: 2.25rem;
  }
  
  .cases_tabs .tabs_btns {
    gap: 0.375rem;
  }
  
  .cases_tabs .tabs_btn a {
    padding: 0.5rem 1.75rem;
    font-size: 0.8125rem;
  }
  
  .case_item {
    margin-bottom: 0.875rem;
  }
  
  .case_img {
    margin-bottom: 0.625rem;
  }
  
  .case_title {
    font-size: 1rem;
  }
  
  .cases-button-prev,
  .cases-button-next {
    width: 1.75rem !important;
    height: 1.75rem !important;
  }
  
  .cases-button-prev:after,
  .cases-button-next:after {
    font-size: 0.75rem !important;
  }
  
  .cases-button-prev {
    left: 0 !important;
  }
  
  .cases-button-next {
    right: 0 !important;
  }
  
  /*产品详情*/
  #proinfo #box1 {
    padding-top: 1.25rem;
  }
  
  #proinfo_show {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  
  #proinfo_cont {
    width: 100%;
    padding-left: 0;
  }
  
  #proinfo_cont .bar_hot_info {
    margin-bottom: 0.375rem;
  }
  
  #proinfo_cont .title_box {
    font-size: 1.625rem;
    margin-bottom: 0.75rem;
  }
  
  #proinfo_cont .desc_box {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
  }
  
  .param_more {
    margin-bottom: 1.75rem;
  }
  
  .param_more li {
    font-size: 0.875rem;
    padding: 1.125rem /* 18/16 */ 0;
  }
  
  /* 专注于模块样式 */
  .focus-area {
    margin-bottom: 12px;
  }
  
  .focus-title {
    font-size: 1.125rem;
    margin-bottom: .9375rem;
    padding-left: 8px;
  }
  
  .focus-title:before {
    width: 0.1875rem;
    height: 0.75rem;
  }
  
  .focus-tags {
    gap: 0.625rem;
    margin-bottom: 2.5rem;
  }
  
  .focus-tag {
    padding: 0.5rem 1.375rem;
    font-size: 0.875rem;
  }
  
  .focus-buttons {
    gap: 0.625rem;
    margin-top: 1.25rem;
  }
  
  .focus-buttons a {
    padding: 0.875rem 0.875rem;
    font-size: 1rem;
  }
  
  .focus-buttons a i {
    font-size: 1rem;
  }
  
  .tel-btn .tel_num {
    font-size: 1.125rem;
  }
  
  /* 产品优势模块样式 */
  

  .product-advantages {
    margin-top: 1.75rem;
    margin-bottom: 2.25rem;
  }
  
  .advantages-title {
    font-size: 0.9375rem;
    margin-bottom: 0.875rem;
    padding-left: 0.5rem;
  }
  
  .advantages-title:before {
    width: 0.1875rem;
    height: 0.75rem;
  }
  
  .advantages-list {
    gap: 0.625rem;
  }

  
  .advantage-item {
    padding: 0.75rem;
  }
  
  .advantage-icon {
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 0.625rem;
  }
  
  .advantage-name {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }
  
  .advantage-desc {
    font-size: 0.75rem;
  }
  
  /* 服务支持模块样式 */
  .advantages {
    margin-top: 2.25rem;
    margin-bottom: 1.75rem;
  }
  
  .advantages li {
    font-size: 0.875rem;
  }

  .advantages li:nth-child(2) {
    border-right: none;
  }
  
  #box_2 .main_box {
    padding: 2.25rem 0 0 0;
  }
  
  .mainInfo h2 {
    font-size: 1.375rem;
    padding-left: 2rem;
    margin-bottom: 1.25rem;
  }
  
  .mainInfo h2::before {
    width: 0.75rem;
    height: 0.75rem;
  }
  
  .mainInfo h2::after {
    left: 0.5rem;
    width: 0.75rem;
    height: 0.75rem;
  }
  
  /* 产品详情选项卡样式 */
  #box_2 .tabs_btn {
    padding: 1.5rem 0;
    font-size: 1.125rem;
  }
}

/* 平板竖屏设备 (宽度小于等于768px) */
@media screen and (max-width: 767.98px) {
  /*产品中心*/
  /* product_index */
  #product .bar_hot {
    width: 10rem;
    margin-top: -1.125rem;
  }
  
  #product .title_sub_box {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
  
  #subNav_box {
    padding-top: 1.5rem;
  }
  
  #subNav_box .tabs_btns {
    gap: 0.375rem;
    grid-template-columns: repeat(2, 1fr);
  }
  
  #subNav_box .tabs_btn a {
    height: 2.75rem;
    padding: 0.5rem 0.5rem;
    font-size: 1rem;
  }
  
  #subNav_box.fixed .container {
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }
  
  #product #subNav_box.fixed .tabs_btns {
    gap: 0.125rem;
  }
  
  #product #subNav_box.fixed .tabs_btn a {
    height: 2.625rem;
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
  }
  
  .note_box {
    margin-top: 2.25rem;
    font-size: 0.875rem;
  }
  
  .note_box span {
    padding: 0.5rem 0.625rem;
    margin: 0.375rem;
    font-size: 0.875rem;
  }
  
  .type_box {
    margin-bottom: 2rem;
  }
  
  .type_title {
    margin-bottom: 1.125rem;
  }
  
  .type_title h2 {
    font-size: 1.25rem;
  }
  
  .type_title .btn_more {
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
  }
  
  .product_visible_title > div {
    padding: 0.75rem 2rem;
    font-size: 1rem;
  }
  
  .product_title {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  
  .product_desc {
    font-size: .875rem;
    margin-bottom: 1rem;
  }
  
  .product_more {
    padding: 0.5rem 0.625rem;
    font-size: .75rem;
    width: 7rem;
    height: 1.75rem;
  }
  
  /* 河南康隆服务流程样式 */
  .service-process {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
  
  .service-process .section-title {
    margin-bottom: 1.75rem;
  }
  
  .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.125rem;
  }
  
  .process-icon {
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 auto 0.75rem;
  }
  
  .process-icon img {
    width: 2.25rem;
    height: 2.25rem;
  }
  
  .process-title {
    font-size: 1rem;
  }
  
  /* product_info */
  #page_location {
    font-size: 0.75rem;
  }
  
  /* 康隆服务 */
  #in_service {
    padding-top: 2.75rem;
    padding-bottom: 1.5rem;
  }
  
  .service_swiper .swiper-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  
  .service_item {
    padding: 1.5rem 1rem;
  }
  
  .service_icon {
    margin-bottom: 1rem;
  }
  
  .service_icon img {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .service_title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  
  .service_desc {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    min-height: calc(1.8 * 0.75rem * 2);
  }
  
  .service_link .btn_more {
    padding: 0.5rem 0.75rem;
  }
  
  /* 合作案例 */
  #in_cases {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  
  #in_cases .box_header.main_box_header {
    margin-bottom: 2rem;
  }
  
  .cases_tabs .tabs_btns {
    gap: 0.25rem;
  }
  
  .cases_tabs .tabs_btn a {
    padding: 0.375rem 1.5rem;
    font-size: 0.75rem;
  }
  
  .case_item {
    margin-bottom: 0.75rem;
  }
  
  .case_img {
    margin-bottom: 0.5rem;
  }
  
  .case_title {
    font-size: 1rem;
  }
  
  .cases-button-prev,
  .cases-button-next {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
  
  .cases-button-prev:after,
  .cases-button-next:after {
    font-size: 0.6875rem !important;
  }
  
  .cases-button-prev {
    left: 0 !important;
  }
  
  .cases-button-next {
    right: 0 !important;
  }
  
  /*产品详情*/
  #proinfo #box1 {
    padding-top: 1rem;
  }
  
  #proinfo_show {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  
  #proinfo_cont {
    width: 100%;
    padding-left: 0;
  }
  
  #proinfo_cont .bar_hot_info {
    margin-bottom: 0.375rem;
  }
  
  #proinfo_cont .title_box {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
  }
  
  #proinfo_cont .desc_box {
    padding: 0.625rem 1rem;
    font-size: 1rem;
  }
  
  .param_more {
    margin-bottom: 1.5rem;
  }
  
  .param_more li {
    font-size: .875rem;
    padding: 1.125rem /* 18/16 */ 0;
  }
  
  /* 专注于模块样式 */
  .focus-area {
    margin-bottom: 10px;
  }
  
  .focus-title {
    font-size: 1.125rem;
    margin-bottom: .9375rem;
    padding-left: 7px;
  }
  
  .focus-title:before {
    width: 0.125rem;
    height: 0.6875rem;
  }
  
  .focus-tags {
    gap: 0.625rem;
    margin-bottom: 2.5rem;
  }
  
  .focus-tag {
    padding: 0.5rem 1.375rem;
    font-size: 0.875rem;
  }
  
  .focus-buttons {
    gap: 0.5rem;
    margin-top: 1.125rem;
  }
  
  .focus-buttons a {
    padding: 0.875rem 0.875rem;
    font-size: 1rem;
  }
  
  .focus-buttons a i {
    font-size: 0.9375rem;
  }
  
  .tel-btn .tel_num {
    font-size: 1.125rem;
  }
  
  /* 产品优势模块样式 */
  .product-advantages {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
  
  .advantages-title {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    padding-left: 0.5rem;
  }
  
  .advantages-title:before {
    width: 0.125rem;
    height: 0.6875rem;
  }
  
  .advantages-list {
    gap: 0.5rem;
  }
  
  .advantage-item {
    padding: 0.625rem;
  }
  
  .advantage-icon {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
  }
  
  .advantage-name {
    font-size: 0.8125rem;
    margin-bottom: 0.25rem;
  }
  
  .advantage-desc {
    font-size: 0.6875rem;
  }
  
  /* 服务支持模块样式 */
  .advantages {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
  
  .advantages li {
    font-size: 0.875rem;
  }
  
  #box_2 .main_box {
    padding: 2rem 0 0 0;
  }
  
  .mainInfo h2 {
    font-size: 1.25rem;
    padding-left: 2rem;
    margin-bottom: 1.125rem;
  }
  
  .mainInfo h2::before {
    width: 0.75rem;
    height: 0.75rem;
  }
  
  .mainInfo h2::after {
    left: 0.5rem;
    width: 0.75rem;
    height: 0.75rem;
  }
  
  /* 产品详情选项卡样式 */
  #box_2 .tabs_btn {
    padding: 1.5rem 0;
    font-size: 1.125rem;
  }
}

/* 手机设备 (宽度小于等于576px) */
@media screen and (max-width: 575.98px) {
  /*产品中心*/
  /* product_index */

  .banner_s img { min-height: 35rem; }

  #product .bar_hot {
    width: 7.5rem;
    margin-top: 0;
  }
  
  #product .title_sub_box {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  
  #subNav_box {
    padding-top: 1.25rem;
  }
  
  #subNav_box .tabs_btns {
    gap: 0.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
  
  #subNav_box .tabs_btn a {
    height: 2.75rem;
    padding: 0.5rem 0.5rem;
    font-size: 1rem;
  }
  
  #subNav_box.fixed .container {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  
  #product #subNav_box.fixed .tabs_btns {
    gap: 0.125rem;
  }
  
  #product #subNav_box.fixed .tabs_btn a {
    height: 2.625rem;
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
  }
  
  .note_box {
    margin-top: 2rem;
    font-size: 0.8125rem;
  }
  
  .note_box span {
    padding: 0.375rem 0.5rem;
    margin: 0.25rem;
    font-size: 0.8125rem;
  }
  
  .type_box {
    margin-bottom: 1.75rem;
  }
  
  .type_title {
    margin-bottom: 1rem;
  }
  
  .type_title h2 {
    font-size: 1.25rem;
  }
  
  .type_title .btn_more {
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
  }
  
  .product_visible_title > div {
    padding: 0.75rem 2rem;
    font-size: 1rem;
  }
  
  .product_title {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  
  .product_desc {
    font-size: .875rem;
    margin-bottom: 1rem;
  }
  
  .product_more {
    padding: 0.375rem 0.5rem;
    font-size: .75rem;
    width: 6.5rem;
    height: 1.625rem;
  }
  
  /* 河南康隆服务流程样式 */
  .service-process {
    padding-top: 2.75rem;
    padding-bottom: 2.25rem;
  }
  
  .service-process .section-title {
    margin-bottom: 1.5rem;
  }
  
  .process-swiper-container {
    padding: 0 0;
  }
  
  .process-dots {
    margin-bottom: 0.75rem;
  }
  
  .process-dots span {
    width: 0.1875rem;
    height: 0.1875rem;
    margin: 0 0.125rem;
  }
  
  .process-icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 0.625rem;
  }
  
  .process-icon img {
    width: 2rem;
    height: 2rem;
  }
  
  .process-title {
    font-size: .875rem /* 14/16 */;
  }
  
  /* product_info */
  #page_location {
    font-size: 0.6875rem;
  }
  
  /* 康隆服务 */
  #in_service {
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
  }
  
  .service_swiper .swiper-wrapper {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  
  .service_item {
    padding: 1.25rem 0.875rem;
  }
  
  .service_icon {
    margin-bottom: 1rem;
  }
  
  .service_icon img {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .service_title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  
  .service_desc {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
    min-height: calc(1.8 * 0.6875rem * 2);
  }
  
  .service_link .btn_more {
    padding: 0.375rem 0.625rem;
  }
  
  /* 合作案例 */
  #in_cases {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  
  #in_cases .box_header.main_box_header {
    margin-bottom: 1.75rem;
  }
  
  .cases_tabs .tabs_btns {
    gap: 0.25rem;
  }
  
  .cases_tabs .tabs_btn a {
    padding: 0.5rem 0.5rem;
    font-size: 0.875rem;
  }
  
  .case_item {
    margin-bottom: 0.625rem;
  }
  
  .case_img {
    margin-bottom: 0.375rem;
  }
  
  .case_title {
    font-size: 1rem;
  }
  
  .cases-button-prev,
  .cases-button-next {
    width: 1.25rem !important;
    height: 1.25rem !important;
  }
  
  .cases-button-prev:after,
  .cases-button-next:after {
    font-size: 0.625rem !important;
  }
  
  .cases-button-prev {
    left: 0 !important;
  }
  
  .cases-button-next {
    right: 0 !important;
  }
  
  /*产品详情*/
  #proinfo #box1 {
    padding-top: 0.875rem;
  }
  
  #proinfo_show {
    width: 100%;
    margin-bottom: 1rem;
  }
  
  #proinfo_cont {
    width: 100%;
    padding-left: 0;
  }

  #proinfo_cont .bar_hot_info {
    width: 12.5rem /* 200/16 */;
    margin-bottom: .625rem;
  }
  
  #proinfo_cont .title_box {
    font-size: 1.375rem;
    margin-bottom: 0.5rem;
  }
  
  #proinfo_cont .desc_box {
    padding: 0.5rem 0.875rem;
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  
  .param_more {
    margin-bottom: 1.25rem;
  }
  
  .param_more li {
    font-size: .875rem;
    padding: .9375rem /* 15/16 */ 0;
  }
  
  /* 专注于模块样式 */
  .focus-area {
    margin-bottom: 8px;
  }
  
  .focus-title {
    font-size: 1.125rem;
    margin-bottom: .9375rem;
    padding-left: .625rem /* 10/16 */;
  }
  
  .focus-title:before {
    width: .25rem;
    height: .75rem;
  }
  
  .focus-tags {
    gap: 0.625rem;
    margin-bottom: 2.5rem;
  }
  
  .focus-tag {
    padding: 0.5rem 1.375rem;
    font-size: 1rem;
  }
  
  .focus-buttons {
    gap: 0.375rem;
    margin-top: 1rem;
  }
  
  .focus-buttons a {
    padding: 0.875rem 0.875rem;
    font-size: 1rem;
  }
  
  .focus-buttons a i {
    font-size: 0.875rem;
  }
  
  .tel-btn .tel_num {
    font-size: 1.125rem;
  }
  
  /* 产品优势模块样式 */
  .product-advantages {
    margin-top: 1.25rem;
    margin-bottom: 1.75rem;
  }
  
  .advantages-title {
    font-size: 0.8125rem;
    margin-bottom: 0.625rem;
    padding-left: 0.375rem;
  }
  
  .advantages-title:before {
    width: 0.125rem;
    height: 0.625rem;
  }
  
  .advantages-list {
    gap: 0.375rem;
  }
  
  .advantage-item {
    padding: 0.5rem;
  }
  
  .advantage-icon {
    width: 1.75rem;
    height: 1.75rem;
    margin-right: 0.375rem;
  }
  
  .advantage-name {
    font-size: 0.75rem;
    margin-bottom: 0.1875rem;
  }
  
  .advantage-desc {
    font-size: 0.625rem;
  }
  
  /* 服务支持模块样式 */
  .advantages {
    margin-top: 1.75rem;
    margin-bottom: 1.25rem;
  }
  
  .advantages li {
    padding: 0 .9375rem /* 15/16 */;
    font-size: 0.875rem;
  }

  .advantages li .icon img { width: 2.25rem /* 36/16 */ ; }

  
  #box_2 .main_box {
    padding: 1.75rem 0 0 0;
  }
  
  .mainInfo h2 {
    font-size: 1.25rem;
    padding-left: 2rem;
    margin-bottom: 1.125rem;
  }
  
  .mainInfo h2::before {
    width: 0.75rem;
    height: 0.75rem;
  }
  
  .mainInfo h2::after {
    left: 0.5rem;
    width: 0.75rem;
    height: 0.75rem;
  }
  
  /* 产品详情选项卡样式 */
  #box_2 .tabs_btn {
    padding: 1.5rem 0;
    font-size: 1.125rem;
  }
}

/* iPhone及中等手机设备 (宽度小于等于375px) */
@media screen and (max-width: 374.98px) {
  /*产品中心*/
  /* product_index */
  #product .bar_hot {
    margin-top: -0.875rem;
  }
  
  #product .title_sub_box {
    font-size: 1.25rem;
    margin-bottom: 0.375rem;
  }
  
  #subNav_box {
    padding-top: 1rem;
  }
  
  #subNav_box .tabs_btns {
    gap: 0.1875rem;
    grid-template-columns: repeat(2, 1fr);
  }
  
  #subNav_box .tabs_btn a {
    height: 2.75rem;
    padding: 0.5rem 0.5rem;
    font-size: 1rem;
  }
  
  #subNav_box.fixed .container {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  
  #product #subNav_box.fixed .tabs_btns {
    gap: 0.125rem;
  }
  
  #product #subNav_box.fixed .tabs_btn a {
    height: 2.625rem;
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
  }
  
  .note_box {
    margin-top: 1.75rem;
    font-size: 0.75rem;
  }
  
  .note_box span {
    padding: 0.3125rem 0.375rem;
    margin: 0.1875rem;
    font-size: 0.75rem;
  }
  
  .type_box {
    margin-bottom: 1.5rem;
  }
  
  .type_title {
    margin-bottom: 0.875rem;
  }
  
  .type_title h2 {
    font-size: 1.25rem;
  }
  
  .type_title .btn_more {
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
  }
  
  .product_visible_title > div {
    padding: 0.75rem 2rem;
    font-size: 1rem;
  }
  
  .product_title {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  
  .product_desc {
    font-size: .875rem;
    margin-bottom: 1rem;
  }
  
  .product_more {
    padding: 0.3125rem 0.375rem;
    font-size: .75rem;
    width: 6rem;
    height: 1.5rem;
  }
  
  /* 河南康隆服务流程样式 */
  .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.1875rem;
    height: 0.1875rem;
    margin: 0 0.125rem;
  }
  
  .process-icon {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 0.5rem;
  }
  
  .process-icon img {
    width: 1.75rem;
    height: 1.75rem;
  }
  
  .process-title {
    font-size: .875rem /* 14/16 */;
  }
  
  /* product_info */
  #page_location {
    font-size: 0.625rem;
  }
  
  /* 康隆服务 */
  #in_service {
    padding-top: 2.25rem;
    padding-bottom: 1.125rem;
  }
  
  .service_swiper .swiper-wrapper {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  
  .service_item {
    padding: 1.125rem 0.75rem;
  }
  
  .service_icon {
    margin-bottom: 1rem;
  }
  
  .service_icon img {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .service_title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  
  .service_desc {
    font-size: 0.875rem;
    margin-bottom: 1.125rem;
    min-height: calc(1.8 * 0.625rem * 2);
  }
  
  .service_link .btn_more {
    padding: 0.3125rem 0.5rem;
  }
  
  /* 合作案例 */
  #in_cases {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  
  #in_cases .box_header.main_box_header {
    margin-bottom: 1.5rem;
  }
  
  .cases_tabs .tabs_btns {
    gap: 0.1875rem;
  }
  
  .cases_tabs .tabs_btn a {
    padding: 0.5rem 0.5rem;
    font-size: 0.875rem;
  }
  
  .case_item {
    margin-bottom: 0.5rem;
  }
  
  .case_img {
    margin-bottom: 0.3125rem;
  }
  
  .case_title {
    font-size: 1rem;
  }
  
  .cases-button-prev,
  .cases-button-next {
    width: 1.125rem !important;
    height: 1.125rem !important;
  }
  
  .cases-button-prev:after,
  .cases-button-next:after {
    font-size: 0.5625rem !important;
  }
  
  .cases-button-prev {
    left: 0 !important;
  }
  
  .cases-button-next {
    right: 0 !important;
  }
  
  /*产品详情*/
  #proinfo #box1 {
    padding-top: 0.75rem;
  }
  
  #proinfo_show {
    width: 100%;
    margin-bottom: 0.875rem;
  }
  
  #proinfo_cont {
    width: 100%;
    padding-left: 0;
  }
  
  #proinfo_cont .bar_hot_info {
    margin-bottom: 0.1875rem;
  }
  
  #proinfo_cont .title_box {
    font-size: 1.25rem;
    margin-bottom: 0.375rem;
  }
  
  #proinfo_cont .desc_box {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
  }
  
  .param_more {
    margin-bottom: 1.125rem;
  }
  
  .param_more li {
    font-size: .875rem;
    padding: .625rem /* 10/16 */ 0;
  }
  
  /* 专注于模块样式 */
  .focus-area {
    margin-bottom: 6px;
  }
  
  .focus-title {
    font-size: 1.125rem;
    margin-bottom: .9375rem;
    padding-left: .625rem /* 10/16 */;
  }
  
  .focus-title:before {
    width: .25rem /* 4/16 */;
    height: .75rem /* 12/16 */;
  }
  
  .focus-tags {
    gap: 0.625rem;
    margin-bottom: 2.5rem;
  }
  
  .focus-tag {
    padding: 0.5rem 1.375rem;
    font-size: 0.875rem;
  }
  
  .focus-buttons {
    gap: 0.3125rem;
    margin-top: 1rem;
  }
  
  .focus-buttons a {
    padding: 0.875rem 0.875rem;
    font-size: 1rem;
  }
  
  .focus-buttons a i {
    font-size: 0.8125rem;
  }
  
  .tel-btn .tel_num {
    font-size: 1.125rem;
  }
  
  /* 产品优势模块样式 */
  .product-advantages {
    margin-top: 1.125rem;
    margin-bottom: 1.5rem;
  }
  
  .advantages-title {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    padding-left: 0.3125rem;
  }
  
  .advantages-title:before {
    width: 0.125rem;
    height: 0.5625rem;
  }
  
  .advantages-list {
    gap: 0.3125rem;
  }
  
  .advantage-item {
    padding: 0.375rem;
  }
  
  .advantage-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.3125rem;
  }
  
  .advantage-name {
    font-size: 0.6875rem;
    margin-bottom: 0.125rem;
  }
  
  .advantage-desc {
    font-size: 0.5625rem;
  }
  
  /* 服务支持模块样式 */
  .advantages {
    margin-top: 1.5rem;
    margin-bottom: 1.125rem;
  }
  
  .advantages li {
    font-size: 0.875rem;
  }
  
  #box_2 .main_box {
    padding: 1.5rem 0 0 0;
  }
  
  .mainInfo h2 {
    font-size: 1.25rem;
    padding-left: 2rem;
    margin-bottom: 1.125rem;
  }

  .mainInfo h2::before {
    width: 0.75rem;
    height: 0.75rem;
  }
  
  .mainInfo h2::after {
    left: 0.5rem;
    width: 0.75rem;
    height: 0.75rem;
  }
  
  /* 产品详情选项卡样式 */
  #box_2 .tabs_btn {
    padding: 1.5rem 0;
    font-size: 1.125rem;
  }
}