@charset "utf-8";
/* CSS Document */

/*.productshow_tab_main h3 {
  font-size: 22px;
  color: #000;
  display: inline-block;
  font-weight: bold;
  margin: 10px 10px 10px 0;
}*/

.productshow_tab_main h2 {
  font-size: 22px;
  color: #000;
  margin: 10px 10px 10px 0;
  font-weight: bold;
  text-transform: none;
}

.table_wrap{overflow-x: auto;}

/*.fl-module-heading .fl-heading{padding: 10px 20px !important;}*/
.productshow_tab_main .fl-builder-content h3.fl-heading{ padding: 10px 20px !important;}

.nav_wrap .head_nav > li li a{ text-transform: none !important;}

.product_show_main_describe h1{ font-size:24px !important;}

.nav_wrap .head_nav>li li a:hover {
  padding-left: 10px !important;
}

.productshow_tab_main p{text-transform: none !important;}

.contact_left h1{word-wrap: break-word !important; text-transform: none !important;}

.scrollsidebar{ right:0 !important}

.bread_crumbs a，.bread_crumbs span{ word-wrap: break-word; word-break: break-all;}

.contact_left h1,.contact_list li p, .contact_list li a,.contact_plan2_main_left h1,.contact_plan2_list li p, .contact_plan2_list li a,.contact_plan3_card_box li p,.contact_plan3_card_box li h2{ word-wrap: break-word;word-break: break-all;}

.bottomDiv{ width:100% !important}

/*.footer_copyrights_p{ display:none}
.footer_Powered{ display:none}
.footer_bottom_right{ display:none}*/

div.acf-field[data-name='body_code_1']{ display:none !important}

@media (max-width:576px){
	.page_ctrl_box .prev, .page_ctrl_box .next{ font-size: 12px;}
	}
@media (min-width:576px) and (max-width:768px) {}
@media (min-width:768px) and (max-width:992px) {}
@media (min-width:992px) and (max-width:1200px) {
	.product_show_main .nslick-slide img{width: 100%;}
	}
@media (min-width:1200px) and (max-width:1400px) {}
@media (min-width:1400px) and (max-width:1680px) {}
/*2024-11-11*/
.product_left_hotproduct .scrollDiv li h3 {
    font-size: 16px;
    color: #000;
    /* text-transform: lowercase; */
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    white-space: unset;
    line-height: 26px;
}
/*产品内页表格样式*/
.productshow_tabmain table {
  overflow-x: auto;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #000;
  font-size: 16px;
}

.productshow_tabmain table td {
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #000;
}

.productshow_tabmain table tr:nth-child(odd) {
  background-color: #f8f8f8;
}