@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;
}*/
p,
span,
h1,
h2,
h3,
h4,
h5,
h6{
  white-space: normal;
}
.productshow_tab_main h2 {
  font-size: 24px;
  color: #000;
  margin: 10px 10px 10px 0;
  font-weight: bold;
  text-transform: none;
}

.dropdown-item{
        white-space: pre-wrap !important;
}


.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:28px !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;}
  .nslick-slide img{width: 100%!important;}
	}
@media (min-width:576px) and (max-width:768px) {
  .nslick-slide img{width: 100%!important;}
}
@media (min-width:768px) and (max-width:992px) {
  .nslick-slide img{width: 100%!important;}
}
@media (min-width:992px) and (max-width:1200px) {
  .nslick-slide img{width: 100%!important;}
	}
@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;
}
.productshow_tab h4{
  width: 50%!important;
}

.change-language-cont {
  top: 55px;
  padding: 10px 5px;
  width: 500px;
  right: 0;
  left: auto;
  max-height: 100vh;
  overflow-y: scroll !important;
}
.language-flag a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.change-language-info .change-language-title {
  position: relative;
  line-height: initial;
  padding: 6px 25px 6px 5px;
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  z-index: 100000;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer_copyrights_p{color:#ffffff;}