.elementor-6609 .elementor-element.elementor-element-c14f12a {
  display: none;
}
/* header_t-strat */
.header_t {
  width: 100%;
  /* border-bottom: 1px solid #f0f0f0; */
  background: #006637;
  /* color: #fff */
}
.header_top_style {
  margin: 0 auto;
  width: 100%;
  /* padding: 2px 0px; */
  background-color: #ffffff;
  position: fixed;
  top: 0;
  /* display: flex;
  align-items: center; */
  z-index: 99999999999999;
}
/* header_t的隐藏和显示需要预定义的class类： */
.hiddened {
  z-index: 999999999;
  transition: all .2s ease-in;
  top: -42px;
  
}
.hiddened .site-header {
  padding-top: 0;
  padding-bottom: 0;
}
.hiddened .menu-primary-menu-container ul#menu-primary-menu li { 
  padding: 0 20px;
}
/* .hiddened {
  padding: 10px 11px;
  max-width: 160px;
  color: #222;
  font-size: 14px;
  font-weight: normal;
  line-height: 10px;
} */
.header_header {
  padding: 0;
}
.site-header .site-branding.header_branding {
  padding: 8px 20px;
}
.header_container {
  width: 100%;
  /* padding: 10px 20px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_l {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 20px;
}
.header_r {
  display: flex;
  justify-content: end;
  align-items:center;
  padding-right: 20px;
}
.email,.telphone {
  display: flex;
  align-items: center;
}
.email {
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.ico_email {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 10px;
}
.telphone {
  display: flex;
  align-items: center;
}
.ico_tel {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 10px;
}
.email a,.telphone a {
  color: #ffffff !important;
  font-size: 15px;
  opacity: 1;
  transition: all .3s;
}
.email:hover a,.telphone:hover a {
  opacity: 1;
}
.contentPaddingStyle{
  padding: 0 26px;
}
.dropdownSplitStyle {
  display: flex;
  justify-content: center;
  padding: 0px;
  border-top: 1px solid #eee;
  padding-left: 11%;
} 
.emailTextWrap {
  word-break: break-all;
  overflow-wrap: break-word;
}
.shareListStyle {
  margin-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .header_l .telphone {
    /* display: flex; */
    /* align-items: center; */
    display: none;
  }
  .header_l .email a {
    font-size: 12px;
    font-family: 'Poppins';
    /* display: none; */
    /* margin-right: 0px;
    display: flex;
    align-items: center; */
  }
  .header_l  .email{
    margin-right: 16px;
  }
  .header_l .email .ico_email a {
    display: block;
    /* margin-right: 0px;
    display: flex;
    align-items: center; */
  }
  .header_r {
    width: 100%;
  }
  .header_l {
    padding-left: 14px;
  }
  .contentPaddingStyle{
    padding: 0 0px;
  }
  .header_r .language_btn .language_ico,.header_r .language_btn .language_txt{
    font-size: 12px;
    margin: 0 5px;
    font-family: 'Poppins';
  }
  .header_r .language_btn .language_txt{
    margin: 0 5px;
  }
  .header_r .btn_search {
    margin-left: 7px;
  }
  .header_r .btn_search .search_txt,.header_r .btn_search .search_ico{
    font-size: 12px !important;
    font-family: 'Poppins';
  }
}

/* language-start */
.language_btn {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.language_ico {
  font-size: 17px;
  color: #ffffff;
  display: flex;
  align-self: center;
}    
.language_ico.ico2 {
  color: #ffffff;
  opacity: 1;
  transition: all .3s;
}        
.language_txt {
  color: #ffffff;
  font-size: 15px;
  margin: 0 10px;
  text-transform: capitalize;
  opacity: 1;
  transition: all .3s;
}
.language_btn:hover .language_ico.ico2,.language_btn:hover .language_txt {
  opacity: 1;
} 
.language_content ul {
  margin-left: 0;
  padding: 0;
}
.language_content {
  position: absolute;
  top: 0;
  width: 360px;
  background: #FFF;
  padding: 20px 10px 20px 20px;
  transform: scale3d(0.9, 0.9, 1);
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow-y: scroll;
  max-height: 80vh;
  margin-top: 5px;
}
.language_content li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  font-size: 10pt;
  overflow: hidden;
  margin: 0px!important;  
}
.language_content li a { 
  display: flex;
  width: 100%;
  color: #989898;  
  height: 100%;
  padding: 10px 0 10px 0;  
  transition: all .3s;
  font-weight: 400;
}
.language_content li a:hover {
  color: #373737; 
}
.btn_close {
  color: #989898;
  font-size: 20px;
  text-align: center;
  background-color: #F8F8F8;
  cursor: pointer;
  padding: 5px 0;
}
.btn_close:hover {
  color: #373737;
}
.language-flag span {
  position:relative;
  display:inline-block;
  vertical-align:top;
  white-space:nowrap;
  padding:0 0 0 33px;
  overflow:hidden;
}
.language-flag .country-flag {
  position:absolute;
  left:0;
  top:50%;
  display:inline-block;
  vertical-align:top;
  background-repeat:no-repeat;
  background-image:url(../img/all-m.gif);
  width:22px;
  height:16px;
  margin:-8px 5px 0;
}
li.language-flag a{position:relative;}
.language-flag-af .country-flag{background-position:0 0 !important;}
.language-flag-sq .country-flag{background-position:0 -16px !important;}
.language-flag-ar .country-flag{background-position:0 -32px !important;}
.language-flag-hy .country-flag{background-position:0 -48px !important;}
.language-flag-az .country-flag{background-position:0 -64px !important;}
.language-flag-eu .country-flag{background-position:0 -80px !important;}
.language-flag-be .country-flag{background-position:0 -96px !important;}
.language-flag-bg .country-flag{background-position:0 -112px !important;}
.language-flag-ca .country-flag{background-position:0 -128px !important;}
.language-flag-zh .country-flag{background-position:0 -144px !important;}
.language-flag-zh-TW .country-flag{background-position:0 -160px !important;}
.language-flag-hr .country-flag{background-position:0 -176px !important;}
.language-flag-cs .country-flag{background-position:0 -192px !important;}
.language-flag-da .country-flag{background-position:0 -208px !important;}
.language-flag-nl .country-flag{background-position:0 -240px !important;}
.language-flag-en .country-flag{background-position:0 -256px !important;}
.language-flag-et .country-flag{background-position:0 -272px !important;}
.language-flag-tl .country-flag{background-position:0 -288px !important;}
.language-flag-fi .country-flag{background-position:0 -304px !important;}
.language-flag-fr .country-flag{background-position:0 -320px !important;}
.language-flag-gl .country-flag{background-position:0 -336px !important;}
.language-flag-ka .country-flag{background-position:0 -352px !important;}
.language-flag-de .country-flag{background-position:0 -368px !important;}
.language-flag-el .country-flag{background-position:0 -384px !important;}
.language-flag-ht .country-flag{background-position:0 -400px !important;}
.language-flag-iw .country-flag{background-position:0 -416px !important;}
.language-flag-hi .country-flag, .language-flag-te .country-flag, .language-flag-kn .country-flag, .language-flag-ta .country-flag, .language-flag-gu .country-flag{background-position:0 -432px !important;}
.language-flag-hu .country-flag{background-position:0 -448px !important;}
.language-flag-is .country-flag{background-position:0 -464px !important;}
.language-flag-id .country-flag{background-position:0 -480px !important;}
.language-flag-ga .country-flag{background-position:0 -496px !important;}
.language-flag-it .country-flag{background-position:0 -512px !important;}
.language-flag-ja .country-flag{background-position:0 -528px !important;}
.language-flag-ko .country-flag{background-position:0 -544px !important;}
.language-flag-la .country-flag{background-position:0 -560px !important;}
.language-flag-lv .country-flag{background-position:0 -576px !important;}
.language-flag-lt .country-flag{background-position:0 -592px !important;}
.language-flag-mk .country-flag{background-position:0 -608px !important;}
.language-flag-ms .country-flag{background-position:0 -624px !important;}
.language-flag-mt .country-flag{background-position:0 -640px !important;}
.language-flag-no .country-flag{background-position:0 -656px !important;}
.language-flag-fa .country-flag{background-position:0 -672px !important;}
.language-flag-pl .country-flag{background-position:0 -688px !important;}
.language-flag-pt .country-flag{background-position:0 -704px !important;}
.language-flag-ro .country-flag{background-position:0 -720px !important;}
.language-flag-ru .country-flag{background-position:0 -736px !important;}
.language-flag-sr .country-flag{background-position:0 -752px !important;}
.language-flag-sk .country-flag{background-position:0 -768px !important;}
.language-flag-sl .country-flag{background-position:0 -784px !important;}
.language-flag-es .country-flag{background-position:0 -800px !important;}
.language-flag-sw .country-flag{background-position:0 -816px !important;}
.language-flag-sv .country-flag{background-position:0 -832px !important;}
.language-flag-th .country-flag{background-position:0 -848px !important;}
.language-flag-tr .country-flag{background-position:0 -864px !important;}
.language-flag-uk .country-flag{background-position:0 -880px !important;}
.language-flag-ur .country-flag{background-position:0 -896px !important;}
.language-flag-vi .country-flag{background-position:0 -912px !important;}
.language-flag-cy .country-flag{background-position:0 -928px !important;}
.language-flag-yi .country-flag{background-position:0 -944px !important;}
.language-flag-bn .country-flag{background-position:0 -960px !important;}
.language-flag-eo .country-flag{background-position:0 -976px !important;}
.language-flag.language-flag-custom-afghanistan .country-flag{background-position:0 -992px !important;}
.language-flag.language-flag-custom-albania .country-flag{background-position:0 -1008px !important;}
.language-flag.language-flag-custom-algeria .country-flag{background-position:0 -1024px !important;}
.language-flag.language-flag-custom-argentina .country-flag{background-position:0 -1040px !important;}
.language-flag.language-flag-custom-australia .country-flag{background-position:0 -1056px !important;}
.language-flag.language-flag-custom-austria .country-flag{background-position:0 -1072px !important;}
.language-flag.language-flag-custom-belgium .country-flag{background-position:0 -1088px !important;}
.language-flag.language-flag-custom-brazil .country-flag{background-position:0 -1104px !important;}
.language-flag.language-flag-custom-canada .country-flag{background-position:0 -1120px !important;}
.language-flag.language-flag-custom-chile .country-flag{background-position:0 -1136px !important;}
.language-flag.language-flag-custom-cote-d-ivoire .country-flag{background-position:0 -1152px !important;}
.language-flag.language-flag-custom-ecuador .country-flag{background-position:0 -1168px !important;}
.language-flag.language-flag-custom-egypt .country-flag{background-position:0 -1184px !important;}
.language-flag.language-flag-custom-england .country-flag{background-position:0 -1200px !important;}
.language-flag.language-flag-custom-luxembourg .country-flag{background-position:0 -1216px !important;}
.language-flag.language-flag-custom-malaysia .country-flag{background-position:0 -1232px !important;}
.language-flag.language-flag-custom-mexico .country-flag{background-position:0 -1248px !important;}
.language-flag.language-flag-custom-new-zealand .country-flag{background-position:0 -1264px !important;}
.language-flag.language-flag-custom-oman .country-flag{background-position:0 -1280px !important;}
.language-flag.language-flag-custom-qatar .country-flag{background-position:0 -1296px !important;}
.language-flag.language-flag-custom-saudi-arabia .country-flag{background-position:0 -1312px !important;}
.language-flag.language-flag-custom-singapore .country-flag{background-position:0 -1328px !important;}
.language-flag.language-flag-custom-south-africa .country-flag{background-position:0 0 !important;}
.language-flag.language-flag-custom-switzerland .country-flag{background-position:0 -1344px !important;}
.language-flag.language-flag-custom-syria .country-flag{background-position:0 -1360px !important;}
.language-flag.language-flag-custom-united-arab-emirates .country-flag{background-position:0 -1376px !important;}
.language-flag.language-flag-custom-united-states-of-america .country-flag{background-position:0 -1392px !important;}
.language-flag-hy .country-flag{background-position:0 -1408px;}
.language-flag-bs .country-flag{background-position:0 -1424px;}
.language-flag-ceb .country-flag{background-position:0 -1440px;}
.language-flag-ny .country-flag{background-position:0 -1456px;}
.language-flag-ha .country-flag{background-position:0 -1472px;}
.language-flag-hmn .country-flag{background-position:0 -1488px;}
.language-flag-ig .country-flag{background-position:0 -1504px;}
.language-flag-jw .country-flag{background-position:0 -1520px;}
.language-flag-kk .country-flag{background-position:0 -1536px;}
.language-flag-km .country-flag{background-position:0 -1552px;}
.language-flag-lo .country-flag{background-position:0 -1568px;}
.language-flag-la .country-flag{background-position:0 -1584px;}
.language-flag-mg .country-flag{background-position:0 -1600px;}
.language-flag-ml .country-flag{background-position:0 -1616px;}
.language-flag-mi .country-flag{background-position:0 -1632px;}
.language-flag-mr .country-flag{background-position:0 -1648px;}
.language-flag-mn .country-flag{background-position:0 -1664px;}
.language-flag-my .country-flag{background-position:0 -1680px;}
.language-flag-ne .country-flag{background-position:0 -1696px;}
.language-flag-pa .country-flag{background-position:0 -1712px;}
.language-flag-st .country-flag{background-position:0 -1728px;}
.language-flag-si .country-flag{background-position:0 -1744px;}
.language-flag-so .country-flag{background-position:0 -1760px;}
.language-flag-su .country-flag{background-position:0 -1776px;}
.language-flag-tg .country-flag{background-position:0 -1792px;}
.language-flag-uz .country-flag{background-position:0 -1808px;}
.language-flag-yo .country-flag{background-position:0 -1824px;}
.language-flag-zu .country-flag{background-position:0 -1840px;}
/*滚动条样式修改-start*/
.language_content::-webkit-scrollbar {/*滚动条整体样式*/
  width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.language_content::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
  width: 6px;
}
.language_content::-webkit-scrollbar-track {/*滚动条里面轨道*/
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.05);
}
/*滚动条样式修改-end*/
@media screen and (max-width: 768px) {
  .language_content {
    right: 0;
  }
  .language_content li {
    width: 100%;
  }
  .language_content li a:hover {
    background-color: #ededed;
  }

}
/* language-end */ 

/* search-start */
.btn_search {
  margin-left: 30px;
  cursor: pointer;
  color: black !important;
}
.search_ico {
  color: #ffffff !important;
  font-size: 17px!important;  
}
.search_txt {
  color: #ffffff !important;
  font-size: 15px;
  text-transform: capitalize;
  opacity: 1;
  margin-left: 5px;
  transition: all .3s;
}
.search_txt:hover span {
  opacity: 1;
}
.search_content {
  position: absolute;
  top: 44px;
  background-color: #fff;
  padding: 20px;
  z-index: 99999;
  border: 1px solid #ddd;
  border-radius: 4px;
}
#search_form {
  max-width: 280px;
  width: 100%;
  display: flex;
  align-items: center;
}
.searchbtn {
  padding: 8px 16px;
}
.search_input {
  width: calc(100% - 40px) !important;
  height: 38px !important;
  margin: 0 !important;
  border: 1px solid #eee !important;
  padding-left: 10px !important;
  background: #eee !important;
  font-size: 14px;
}
.btn_search2 {
  width: 40px !important;
  height: 38px !important;
  line-height: 28px !important;
  border: 2px solid #000!important;
  color: #ffffff !important;
  background: #000!important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 14px!important;
  transition: all .3s!important;
  padding: 8px!important;
}
.btn_search2:hover {
  background: #373737!important;
}
@media screen and (max-width: 768px) {
  .header_r {
    padding-right: 0px;
  }
}
/* search-end*/
/* .header_t-end */

/* mobile-bottom-start */
.mobile-bottom {
  background: #373737;
  color: #FFF;
  display: flex;
  opacity: 0;
  transition: all .3s ease-in-out;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: -38px;
  width: 100%;
  z-index: 500;
  overflow: hidden;
  height: 38px;
  z-index: 999999999;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
.mobile-bottom-item {
  text-align: center;
  width: 25%;
  text-transform: uppercase;
}
.mobile-bottom_ico {
  margin-bottom: 0;
  height: 26px!important;
  color: #fff;
  display: flex!important;
  justify-content: center;
}
.mobile-bottom_title {
  font-size: 12px;
  color: #fff;
  display: flex!important;
  justify-content: center;
}
@media (max-width: 768px) {
  .mobbotact {
    bottom: 0;
    opacity: 1;
  }
  .mobbotact {
    height: auto;
    padding: 8px 0;
  }
  .mobile-bottom-item a {
    color: #FFF;
  }
  .elementor-location-footer {
    margin-bottom: calc(3.6rem+ constant(safe-area-inset-bottom))!important;
    margin-bottom: calc(3.6rem + env(safe-area-inset-bottom))!important;
  }
}
/* mobile-bottom-end */

/* 原样式重置-start */
/* blog.html-start */
.eael-grid-post .eael-entry-thumbnail>img {
  height: 260px;
}
@media (max-width: 767px) {
  .eael-grid-post .eael-entry-thumbnail>img {
    height: 200px;
  }
}
/* blog.html-end */

/* blogDetail.html-start */
@media (max-width: 767px) {
  .elementor-7613 .elementor-element.elementor-element-f6403f3 > .elementor-widget-container {
    padding: 30px 0px 0px 0px;
  }
}
/* blogDetail.html-end */

/* blogList.html-start */
.eael-grid-post .eael-entry-thumbnail>img {
  height: 260px;
}
@media (max-width: 767px) {
  .eael-grid-post .eael-entry-thumbnail>img {
    height: 200px;
  }
  .elementor-7325 .elementor-element.elementor-element-fa6d542 .eael-grid-post {
    padding: 19px 0 0 0;
  }
}
/* blogList.html-end */

/* news.html-start */
@media (max-width: 767px) {
  .tribe-events .tribe-events-c-events-bar__search-button-icon-svg path {
    fill: var(--tec-color-background-search-container);
  }
  .tribe-common .tribe-common-c-svgicon__svg-fill {
    fill: var(--tec-color-background-search-container);
  }
  .tribe-events .tribe-events-c-nav__list-item--today {
    align-items: center;
    display: none!important;
    visibility: hidden;
  }
  .tribe-events .tribe-events-l-container {
    padding-top: var(--tec-spacer-6);
    padding-bottom: var(--tec-spacer-6);
  }
  .tribe-events-c-view-selector__button {
    margin-left: 0!important;
  }
}
/* news.html-end */

/* product.html-start */
@media only screen and (max-width: 575px){
  .wc-product .element-item .element-item-hover, .wc-product .element-item:nth-child(3n + 3) .element-item-hover, .wc-product .element-item:nth-child(2n + 2) .element-item-hover {
      min-width: auto;
  }
}
/* product.html-end */

/* productDetail.html-start */
/* 表单样式设置-start */
.elementor-7712 .elementor-element.elementor-element-20b7c1b .elementor-form-fields-wrapper {
  margin-left: calc( -40px/2 );
  margin-right: calc( -40px/2 );
  margin-bottom: -10px;
}
.elementor-7712 .elementor-element.elementor-element-20b7c1b .elementor-field-group {
    padding-right: calc( 40px/2 );
    padding-left: calc( 40px/2 );
    margin-bottom: 10px;
}
.elementor-7712 .elementor-element.elementor-element-20b7c1b .elementor-field-group > label {
    font-family: "Poppins", Sans-serif;
    font-size: 0px;
    font-weight: 300;
}
body .elementor-7712 .elementor-element.elementor-element-20b7c1b .elementor-labels-above .elementor-field-group > label {
    padding-bottom: 0px;
}
.elementor-7712 .elementor-element.elementor-element-20b7c1b .elementor-field-group .elementor-field, .elementor-7712 .elementor-element.elementor-element-20b7c1b .elementor-field-subgroup label {
    font-family: "Poppins", Sans-serif;
    font-size: 19px;
    font-weight: 400;
}
.elementor-7712 .elementor-element.elementor-element-20b7c1b .elementor-field-group .elementor-field {
    padding: 20px 0px;
}
.elementor-7712 .elementor-element.elementor-element-20b7c1b .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
    background-color: #ffffff;
    border-color: #37373714;
    border-width: 0px 0px 3px 0px;
    border-radius: 0px 0px 0px 0px;
}
.elementor-7712 .elementor-element.elementor-element-20b7c1b .elementor-field-group .elementor-select-wrapper::before {
    color: #37373714;
}
.elementor-7712 .elementor-element.elementor-element-20b7c1b .elementor-field-group .elementor-select-wrapper select {
    background-color: #ffffff;
    border-color: #37373714;
    border-width: 0px 0px 3px 0px;
    border-radius: 0px 0px 0px 0px;
}
.elementor-field-type-select .elementor-field-label {
    font-size: 20px !important;
    margin-top: 20px;
}
.elementor-button[type="submit"] {
    margin-top: 40px;
}
.elementor-7712 .elementor-element.elementor-element-20b7c1b .elementor-button {
    font-family: "Poppins", Sans-serif;
    font-size: 19px;
    font-weight: 600;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-radius: 50px 50px 50px 50px;
    padding: 20px 70px 20px 70px;
}
.elementor-7712 .elementor-element.elementor-element-20b7c1b .elementor-button[type="submit"] {
    background-color: #373737;
    color: #ffffff;
    border-color: #373737;
}
.elementor-7712 {
  margin-bottom: 30px;
}
/* 表单样式设置-end */
/* productDetail.html-end */
/* 原样式重置-end */

.productsStyle{
  font-size: 40px; 
  color: #373737;
  font-weight: 500;
}
.productsDesStyle{
  padding-left: 1%;
  display: block;
  margin-top: 3%;
  word-break: break-word;
}

.menu-primary-menu-container ul#menu-primary-menu .childStyle li {
   padding: 6px  0px 6px 0px;
}
/*wmkc*/
#wmkc {
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif !important;
	padding-bottom: 80px;
	z-index: 99999;
}

#wmkc * {
	box-sizing: border-box;
	/* font-size: 12px; */
	line-height:100%;
	transform:scale(0.97);
  list-style: none !important;
}


.wmkc-list {
  padding: 0;
  border: 1px solid #EEE;
  background-color: #FFF;
  /* max-width: 78px; */
  /* overflow-x: hidden; */
  border-radius: 4px;
  margin: 0;
}

.wmkc-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 24px;
}

.wmkc-email .wmkc-icon {
  color: #F90;
}

.wmkc-skype .wmkc-icon {
  color: #0091DF;
}

.wmkc-whatsapp .wmkc-icon {
  color: #2CB740;
}

.wmkc-wechat .wmkc-icon {
  color: #51C332;
}

.wmkc-list>li {
  width: 100%;
  line-height: 115%;
  border-bottom: 1px solid #EEE;
  list-style: none;
  text-align: center;
  padding: 5px;
  transition: all .2s ease-in-out;
  margin-bottom: 0;
}

.wmkc-list>li p {
  margin: 2px 0 0;
  font-size: 11px;
}

.wmkc-list>li a {
  color: #555;
  text-decoration: none;
  font-size: 12px;
  display: block;
}

.wmkc-list li:hover a .wmkc-icon {
  color: #FFF;
}

.wmkc-list li:hover P {
  color: #FFF;
}

.wmkc-email:hover {
  background: #F90;
}

.wmkc-skype:hover {
  background: #0091DF;
}

.wmkc-whatsapp:hover {
  background: #2CB740;
}

.wmkc-wechat:hover {
  background: #51C332;
}

.wmkc-list>li:first-child {
  border-radius: 4px 4px 0 0;
}

.wmkc-list>li:last-child {
  border-radius: 0px 0px 4px 4px;
  border: none;
}

@media(max-width:768px) {
  #wmkc {
    display: none;
  }
  /* .aboutUsStyle {
    padding: 0px 57px;
  } */
}

/*wmkc-end*/
/* DevelopmentPath页面 */
.wmkc-history-list {
  position: relative;
}
.wmkc-clearfix {
  zoom: 1;
}
.wmkc-history-line {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #EEE;
  margin-left: -1px;
}
.wmkc-history-item:nth-of-type(even) {
  float: left;
  text-align: right;
  padding-right: 26px;
}
.wmkc-history-list .wmkc-history-item {
  position: relative;
  min-height: 120px;
}
.wmkc-history-item {
  width: calc(50% + 10px);
  padding: 10px 0px;
  box-sizing: border-box;
  position: relative;
}
.wmkc-history-list .wmkc-history-item>strong {
  color: #00bd97;
}
.wmkc-history-item>strong {
  font-size: 22px;
  font-weight: 400;
  color: #2cb740;
}
.common-main article p {
  color: #333;
  line-height: 1.6em;
}
.wmkc-history-item>p {
  font-size: 14px;
  margin: 6px 0px;
  color: #555;
}
.wmkc-history-list .wmkc-history-item:nth-of-type(even)>span, .wmkc-history-list .wmkc-history-item:nth-of-type(odd)>span {
  border-color: #00bd97;
}
.wmkc-history-item:nth-of-type(even)>span {
  right: 6px;
}
.wmkc-history-item>span {
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  background-color: #FFF;
  border: 2px solid #2cb740;
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 18px;
}
.wmkc-history-list .wmkc-history-item>img {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(0,-50%);
}
/* img:not(.initial) {
  transition: opacity 1s,transform .3s ease;
} */
.wmkc-clearfix::after {
  content: '';
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
.wmkc-history-item:nth-of-type(odd) {
  float: right;
  padding-left: 26px;
}
.wmkc-history-list .wmkc-history-item:nth-child(2n+1)>img {
  left: auto;
  right: 100%;
}
.wmkc-history-item:nth-of-type(odd)>span {
  left: 6px;
}

/* 悬浮框微信的样式 */
.wmkc-wechat .wmkc-itemcont {
  /* visibility: visible;
  width: 180px;
  background-color: #fff;
  border: 1px solid #FFF;
  color: #000;
  text-align: center;
  border-radius: 4px;
  padding: 5px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: -90px;
  transform: translateX(-50%);
  opacity: 1;
  transition: opacity 0.9s;
  font-size: 14px; */

  visibility: hidden;
  width: 180px;
  background-color: #fff;
  border: 1px solid #EEE;
  color: #000;
  text-align: center;
  border-radius: 4px;
  padding: 5px;
  position: absolute;
  z-index: 9999;
  top: -132px;
  left: -183px;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.9s;
  font-size: 14px;
}
.wmkc-wechat .wmkc-itemcont img {
  width: 100%;
}

.wmkc-wechat:hover .wmkc-itemcont {
  visibility: visible;
  opacity: 1;
}


.wmkc-wechat .wmkc-Whchat {
  visibility: hidden;
  width: 180px;
  background-color: #fff;
  border: 1px solid #FFF;
  color: #000;
  text-align: center;
  border-radius: 4px;
  padding: 5px;
  position: absolute;
  z-index: 9999;
  top: 178px;
  left: -18px;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.9s;
  font-size: 14px;
}

.wmkc-wechat:hover .wmkc-Whchat {
  visibility: visible;
  opacity: 1;
}

.wmkc-wechat:hover .wmkc-Whchat {
  visibility: visible;
  opacity: 1;
}

/* .wmkc-itemcont {
  width: 200px;
  height: 180px;
  position: absolute;
  top: 1px;
  right: 100%;
  background-color: #FFF;
  border: 1px solid #EEE;
}

.wmkc-itemcont img {
  width: 150px;
  height: 150px;
} */

/* 感谢页面 */
.thanks_constc{
  width: 500px;
  height: 400px;
  margin: 30px auto;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #fff;
}
.thanks_constc p {
  font-size: 19px;
  font-weight: 700;
  padding: 20px 0 0 0;
}
.thanks_constc img {
 width: 30%;
 margin: 37px 0;
}
.thanks_content{
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ededed;
}
.thanks_content span{
  color: red;
}
.aboutUsStyle {
  /* width: 60%; */
  /* padding: 0px 257px; */
  /* text-align: center; */
}
.swiper-slide-pc {
  display: block;
}
.swiper-slide-moblie {
  display: none;
}


@media(max-width:768px) {
  .swiper-slide-pc {
    display: none;
  }
  .swiper-slide-moblie {
    display: block;
  }
  .aboutUsStyle {
    /* padding: 0px 27px; */
  }
  .element-item-hover {
    display: none;
  }
}
.elementor-7325 .elementor-element.elementor-element-726dea1 > .elementor-element-populated-topStyle {
  padding: 0% 5% 5% 5%;
}
/* 随机产品 */
.page-r-random {
  width: calc(100%);
  float: right;
}
.prodetails-box-tit {
  font-size: 24px;
  color: #2a2a2a;
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-weight: 400;
}
.newspage-ninelist-1, .video-list {
  display: flex;
  flex-wrap: wrap;
}
li, ul {
  list-style: none;
}

.newspage-ninelist-1 li {
  width: 30.3%;
  margin: 0 3% 30px 0;
  transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
  padding-bottom: 10px;
  list-style: none !important;
}
.menu-primary-menu-container ul#menu-primary-menu li {
  display: inline-block;
  padding: 10px 20px 10px 20px !important;
}
.newspage-img {
  border: 1px solid #e5e5e5;
}
.lazy-loaded {
  height: auto;
  padding-bottom: 0;
}
/* .lazy-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 0;
  padding-bottom: 50%;
} */
/* img.loaded {
  opacity: 1;
  position: static;
}
.newspage-img img, .video-img img {
  display: block;
  width: 100%;
} */
.lazy-loaded .lazy-lodding {
  display: none;
}
.lazy-lodding {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fcfcfc;
}
.newspage-tit-random {
  text-align: center;
  margin-top: 10px;
}
.newspage-tit a {
  font-size: 16px;
  color: #2a2a2a;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  font-weight: 600;
  line-height: 1.3;
  max-height: 42px;
} 
.hotProductBgStyle {
  background: url(/img/bg-2.webp);
  /* height: 900px; */
 
}
@media(min-width:768px) {
  .hotProductBgStyle {
    background: url(/img/bg-2.webp);
    background-size: cover;
    /* height: 900px; */
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 0px !important;
    margin-bottom: 0px */
  }
  .elementor-10 .elementor-element.elementor-element-239ab13:not(.elementor-motion-effects-element-type-background) {
    background-image: url(/img/bg-1.jpeg);
    background-size: cover;
    height: 774px;
    background-position: center;
    background-repeat: no-repeat;
  }
  /* .elementor-10 .elementor-element.elementor-element-18f1e66 {
    
  } */
 
}

@media(max-width:1400px) {
  /* .hotProductBgStyle {
    padding: 0px;
  } */
}
.inner-banner {
  margin-top: 6%;
}
.elementor-10 .elementor-element.elementor-element-239ab13:not(.elementor-motion-effects-element-type-background) {
  background-image: url(/img/bg-1.jpeg);
  background-size: cover;
  /* height: 900px; */
  background-position: center;
  background-repeat: no-repeat;
}
.headshare .social-item.fb {
  background-color: #3b5997;
}
.headshare .social-item.lk {
  background-color: #0a66c2;
}
.headshare .social-item.ins {
  background: radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);
}
.headshare .social-item.you {
  background: red;
}
.headshare .social-item.tik {
  background-color: #000;
}
.headshare .social-item>i, .headshare .social-item>em {
  font-size: 20px;
}
.fshare {
  display: flex;
  margin: 50px 40px
}

.fshare a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #202020;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  color: #d1d1d1;
  transition: all .2s ease-in-out
}

.fshare a:last-child {
  margin-right: 0
}

.fshare a:hover {
  color: #FFF;
  background-color: #00bd97
}
.quick_menu {
  display: none;
	margin: 0 30px 0 0px;
  list-style: none;
  padding: 0!important;
}
.quick_menu li {
  float: left;
  margin: 6px 10px 6px 0;
}
.quick_menu a {
	text-decoration: none;
}


@media(max-width:1024px) {
  .fshare {
    margin-top: 20px;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .quick_menu li {
    margin: 0 6px 0 0;
  }
}
.aboutUsTableStyle{
  margin-bottom:15px; 
  width:32%
}
.crumbsProducts {
  text-transform: capitalize;
  padding: 0px 0px 17px 50px;
}
.crumbsBlobs {
  text-transform: capitalize;
  padding: 0px 0px 17px 0px;
}
.crumbsProductsDetail {
  text-transform: capitalize;
  padding: 0px 0px 17px 47px;
}
/* .blobPic {
  width: 200px;
  height: 300px;
} */
.swiper-slide {
  /* transform: scale(1.1) 2s; */
  /* transform: scale(1.1) rotate(4deg); */
}
.swiper-slide-active img {
  animation: bannerimg 5s forwards;
}
@keyframes bannerimg{
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1.037);
  }
}
.crumbsContact {
  padding: 0px 0px 17px 67px;
}
@media screen and (max-width: 768px) {
  .aboutUsTableStyle{
    margin-bottom:15px; 
    width:50%
  }
  .crumbsProducts {
    padding: 80px 0 20px;
  }
  .wc-taxonomy {
    padding: 0px 20px !important;
  }
  .crumbsStyle {
    padding: 75px 0px 17px !important
  }
  .crumbsContact {
    padding: 70px 0 20px 13px; 
  }
  .inner-banner {
    margin-top: 28%;
    /* visibility: hidden; */
    /* margin-bottom: 0%; */
  }
}

.share-btn-list {
  width: 100%;
  height: 35px;
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  margin-top: 40px;
}
.share-btn-list>div {
  margin-right: 6px;
}
.author_share_wrap {
  width: 100%;
  /* border-top: 1px solid #8c8b8b; */
  min-height: 40px;
  padding: 15px 12px;
  margin-top: 23px;
  overflow: auto;
}
.blog_share {
  width: 38%;
  float: right;
  text-align: right;
}
.share_article .social_buttons {
  border-top: none;
  padding-top: 0;
}
.share-btn-list .twitter {
  background: url(/img/share-twitter1.webp) -4px -4px no-repeat;
  background-size: 37px 37px;
}
.share-btn-list .share-btn {
  position: relative;
  height: 30px;
  width: 30px;
  transition: 0.4s all;
  transition-delay: 30ms;
  cursor: pointer;
  overflow: hidden;
  border-radius: 2px;
}
.author_share_wrap .share-btn {
  display: inline-block;
  text-align: center;
  font-size: 1.2em;
  margin-right: 6px;
  margin-bottom: 10px;
}
.author_share_wrap .share-btn a {
  color: #fff;
  padding: 10px 10px 8px;
  border: solid 1px #e2e2e2;
  display: inline-block;
  transition: all .5s ease 0s;
  /* border-radius: 100px; */
  width: 44px;
  height: 44px;
}
.share-btn-list .facebook {
  background: url(/img/share-facebook.webp) no-repeat;
  background-size: 30px 30px;
}
.share-btn-list .pinterest {
  background: url(/img/share-pinterest.webp) -2px -2px no-repeat;
  background-size: 32px 32px;
}
.share-btn-list .linkedin {
  background: url(/img/share-linkedin.webp) -4px -4px no-repeat;
  background-size: 36px 36px;
}
.share-btn-list .mail {
  background: url(/img/share-mail.webp) center no-repeat #f90;
  background-size: 22px 22px;
}
/* .share-btn-list .social-item.you {
  background: red;
}
.share-btn-list .social-item>i {
  font-size: 20px;
}
.share-btn-list .share-btn a {
  color: #fff;
  padding: 10px;
  border: solid 1px #e2e2e2;
  display: inline-block;
  transition: all .5s ease 0s;
  border-radius: 2px;
  width: 44px;
  height: 44px;
} */

.wmkc-itemcont-sky {
  position: absolute;
  top: 10px;
  right: 90%;
  background-color: #FFF;
  border: 1px solid #EEE;
  border-radius: 4px 0px 0px 4px;
  visibility: hidden;
  opacity: 0;
  transition: top .2s, opacity .2s;
  height: 94px;
  overflow-y: auto;
}
.wmkc-itemcont-sky a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 1px solid #EEE;
  color: #555;
  text-decoration: none;
  padding: 2px 4px;
  text-align: left;
  max-width: 300px;
  flex-wrap: wrap;
  text-transform: capitalize;
  white-space: nowrap;
}

.wmkc-itemcont-sky a p {
  margin: 0;
}

.wmkc-list .wmkc-skype:hover .wmkc-itemcont-sky {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.elementor-10 .elementor-element.elementor-element-ca6deef:not(.elementor-motion-effects-element-type-background){
  background: url(/img/wcwd.png);
}
.elementor-6609 .elementor-element.elementor-element-c86a669:not(.elementor-motion-effects-element-type-background){
  background: url(/img/footerNews.png);
}

/* 首页模块 */
.index_about .count_items {
  position: relative;
  overflow: hidden;
}
.index_about .count_items ul {
  margin: 0 -1% 0 -5%;
  padding-top: 0px;
}
.flex_row, .items_list>ul {
  /* display: -webkit-box;
  display: -webkit-flex; */
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  /* -webkit-flex-direction: row; */
  flex-direction: row;
  /* -webkit-flex-wrap: wrap; */
  /* -moz-flex-wrap: wrap; */
  /* -ms-flex-wrap: wrap; */
  /* -o-flex-wrap: wrap; */
  flex-wrap: wrap;
}
.index_about .count_item {
  width: 33.33333333%;
  padding: 0 1% 0 5%;
  position: relative;
  float: left;
  margin: 15px 0;
}
.fadeInUpA {
  /* -webkit-animation-name: fadeInUpA;
  animation-name: fadeInUpA;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both; */
  animation-fill-mode: both;
}
.index_about .count_item:before {
  content: '';
  display: block;
  width: 1px;
  height: 88%;
  background-color: #d6d6d6;
  position: absolute;
  left: 0;
  top: 8%;
}
.index_about .count_item_hd {
  color: #006637;
}
.count_item_hd {
  color: #006637;
}
.index_about .count_item_num {
  display: inline;
  font-size: 45px;
  font-family: 'Poppins-Bold';
  line-height: 1.1em;
}
.index_about .count_item_unit {
  position: absolute;
  line-height: 1.2em;
  margin-top: 1.2em;
}
/* .index_about .count_item_bd {
  font-size: 14px;
  color: #777;
} */
.index_about .count_item_num {
  display: inline;
  font-size: 35px;
  font-family: 'Poppins-Bold';
  line-height: 1.1em;
  font-weight: bold;
}
.hotButtonStyle {
  text-align: left !important;
  padding-left: 107px !important;
}
@media(max-width:768px) {
  .index_about .count_item_num {
    display: inline;
    font-size: 18px;
    font-family: 'Poppins-Bold';
    line-height: 1.1em;
    font-weight: bold;
  }
  .index_about .count_item_unit {
    position: absolute;
    line-height: 1.2em;
    margin-top: 0.2em;
  }
  .hotButtonStyle {
    text-align: left !important;
    padding-left: 70px !important;
  }
  table {
    overflow-x: auto;
    /* width: 100%; */
    display: block;
    min-width: calc(100vh - 500px) !important;
    height: 100% !important;
  }
}

.elementor-10 .elementor-element.elementor-element-21b09cb .elementor-icon-box-title:hover a{
  color: #006637 !important
}
.productPicStyle {
  width: 408px;
  position: absolute;
  left: 100%;
  top: -13%;
  visibility: hidden;
}
.elementor-icon-box-content:hover .productPicStyle {
  /* width: 408px;
  position: absolute;
  left: 382px;
  top: -82px; */
  visibility: visible !important;
}
.wc-product-post-content {
  display: inline-block;
  border: 2px solid rgba(112, 112, 112, .08);
  border-top: 1;
  padding: 11px;
  border-radius: 0 0 19px 19px;
  width: 100%;
  height: 26% !important;
}
/* 产品详情页样式 */
.elementor-7712 .elementor-element.elementor-element-5079242b {
  margin-top: 7px !important;
  margin-bottom: 0px;
  width: 45%;
}
.author_share_wrap {
  width: 50%;
  /* border-top: 1px solid #8c8b8b; */
  min-height: 40px;
  padding: 15px 12px;
  margin-top: 23px;
  overflow: auto;
}
.elementor-7712 .elementor-element.elementor-element-4332e1ec .elementor-divider {
  padding-top: 0px !important;
  padding-bottom: 15px;
}
.detailStyleLi ol li {
  /* list-style: decimal; */
  list-style-type: decimal;
  /* list-style-position: inside; */
}
#knowledgeDetailMark li {
  list-style: disc;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous {
  margin: 0;
  list-style: none !important;
}
@media (max-width: 767px) { 
  .share-btn-list {
    width: 100%;
    height: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10%;
  }
  .author_share_wrap {
    width: 100%;
    /* border-top: 1px solid #8c8b8b; */
    min-height: 40px;
    padding: 15px 12px;
    margin-top: 6px;
    overflow: auto;
  }
  .elementor-7712 .elementor-element.elementor-element-5079242b {
    margin-top: 7px !important;
    /* margin-bottom: 0px; */
    width: 100%;
  }
  .shareBtnStyle {
    width: 49% !important
  }
  .elementor-7712 .elementor-element.elementor-element-268df803 .elementor-button {
    /* font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(90deg, #f45454 0%, #ed8e6c 100%);
    border-style: none;
    border-radius: 26px 26px 26px 26px; */
    padding: 15px 6px 15px 6px !important;
  }
  .newspage-ninelist-1 li, .products-ninelist-1 li {
    width: 43%;
    margin-right: 2%;
  }
  .elementor-6609 .elementor-element.elementor-element-c83a79f {
    color: #FFFFFF87;
    font-family: "Poppins", Sans-serif;
    font-size: 19px;
    font-weight: 300;
    padding-right: 0%;
  }
}