/*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);
}

.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: 0px;
	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;
}
.swiper-slide-pc {
  display: block;
}
.swiper-slide-mobile {
  display: none;
}

@media(max-width:1200px) {
  .swiper-slide-pc {
    display: none;
  }
  .swiper-slide-mobile {
    display: block;
  }
	#wmkc {
		display: none;
	}
}
/*wmkc-end*/

/* header_t-strat */
.header_t {
  margin: 0 auto;
  width: 100%;
  padding: 2px 0px;
  background-color: #cc2529;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 9999;
}
.header_container {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_l {
  display: flex;
  align-items: center;
  justify-content: start;
}
.header_r {
  display: flex;
  justify-content: end;
  align-items:center;
  width: 50%
}
.quick_menu {
	margin: 0 0 0 0;
  list-style: none;
  padding: 0!important;
}
.quick_menu li {
  float: left;
  margin: 6px 10px 6px 0;
}
.quick_ico  {
	color: #d1d1d1!important;
  font-size: 14px;
  padding: 0 10px;
  background-color: #202020;
}
.quick_ico:hover {
	color: #fff!important;
}
.quick_menu a {
	text-decoration: none;
}
/* quick_menu-end */

/* language-start */
.language_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.language_ico {
  font-size: 18px;
  color: #ffffff;
  display: flex;
  align-self: center;
}    
.language_ico.ico2 {
  color: #ffffff;
  font-size: 14px;
}
.language_txt {
  color: #ffffff;
  font-size: 14px;
  margin: 0 6px;
  text-transform: capitalize;
}
.language_btn:hover .language_ico,.language_btn:hover .language_txt {
  color: #fff;
} 
.language_content ul {
  margin-left: 0;
  padding: 0!important;
}
.language_content {
  position: absolute;
  top: 0;
  /* left: 0; */
  max-width: 360px;
  background-color: #ffffff!important;
  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 rgba(119, 120, 123, 0.46);
  border-radius: 4px;
  overflow-y: scroll;
  max-height: 80vh;
  /* box-shadow: 0 0 7px rgba(0,0,0,0.2); */
  margin-right: -20px; 
}
.language_content li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  font-size: 10pt;
  overflow: hidden;
  margin: 0px!important;
  line-height: 1.2;
}
.language_content li a { 
  display: flex;
  width: 100%;
  color: #7c7c7c;  
  height: 100%;
  padding: 10px 10px 10px 0px;
  text-decoration: none;
}
.language_content li a:hover {
  color: #cc2529;
}
.btn_close {
  color: #7c7c7c;
  font-size: 20px;
  text-align: center;
  background-color: #f3f3f3;
  cursor: pointer;
  line-height: 0;
  padding: 6px 0;
}
.btn_close:hover {
  color: #cc2529;
}
.language-flag span {
  position:relative;
  display:inline-block;
  vertical-align:top;
  white-space:nowrap;
  padding:0 0 0 33px;
  overflow:hidden;
}
@media(max-width:1500px) {
  .fnav li {
    list-style: none;
    text-align: center;
    width: 9%;
  }
}
.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.webp);
  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: rgb(193,193,193);
  width: 6px;
}
.language_content::-webkit-scrollbar-track {/*滚动条里面轨道*/
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.05);
}
/*滚动条样式修改-end*/


@media screen and (max-width: 1200px) {
  .language_content {
    right: 0;
  }
  .language_content li {
    width: 100%;
  }
  .language_content li a:hover {
    background-color: #f3f3f3;
  }
  .language_content {
    margin-right: 0;
    width: 100%;
  }
  .quick_menu li {
    margin: 0 6px 0 0;
  }
}
/* language-end */ 

/* header_t的隐藏和显示需要预定义的class类： */
.hiddened {
  z-index: 0;
  transition: all .2s ease-in;
  top: -38px;
}

/* .header_t-end */

body {
  padding-top: 138px;
}
header {
  top: 38px;
  transition: all 0s ease;
}
/* .headact {
  top: 0;
  transition: all .2s ease-in;
} */
@media screen and (max-width: 1200px) {
  body {
    padding-top: calc(38px + 1rem);
  }
  .head-box {
    top: calc( 38px + 1rem );
  }  
  .aboutUsButton {
    text-align: center;
  }
  header {
    top: 34px;
    transition: all 0s ease;
  }
}

/* section_certificate-start */
.section_certificate {
  padding: 20px 0;
  background: #ececec;
  background-size: 100%;
  margin: 46px 0 0 0;
}
.section_certificate .swiper-wrapper {
  display: flex;
  align-items: center;
}
.section_certificate .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px
}
.section_certificate .swiper-container { 
  padding-left: 46px;
  padding-right: 46px;
}
.section_certificate .swiper-button-prev,.section_certificate .swiper-button-next {
  background-image: none;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.section_certificate .swiper-button-prev i,.section_certificate .swiper-button-next i {
  color: #000;
}
.section_certificate .swiper-button-next:after, .section_certificate .swiper-button-prev:after {
  content: 'none';
}
.section_certificate .swiper-button-prev {
  left: 0;
}
.section_certificate .swiper-button-next {
  right: 0;
}
.section_certificate .swiper-button-prev:hover,.section_certificate .swiper-button-next:hover {
  opacity: 1;
}
/* section_certificate-end */
/* about_swiper-start */
.about_swiper {
  width: 100%;
  max-height: 450px;
}
.about_swiper .swiper-container {
  height: 100%;
  box-shadow: #fff1f1 77px 58px 2px -35px;
}
.about_swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.about_swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_swiper .swiper-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (max-width: 1200px) {
  .about_swiper .swiper-container {
    /* height: 100%; */
    box-shadow: #fff1f1 127px 58px 2px -35px;
  }
}
/* about_swiper-end */

/* 首页底部样式 */
@media (max-width: 1200px) {
  .foot-item1 p, .foot-item3, .head-search-btn {
      display: block;
  }  
}
footer .center .input_div {
    width: 100%;
    overflow: hidden;
}
footer .center .input_box {
    float: left;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: #595959 1px solid;
    background: transparent;
    font-size: 13px;
    color: black;
    margin-bottom: 9px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
footer .center .input_box input {
    float: left;
    width: 100%;
    height: 33px;
    padding: 0 15px;
    border: none;
    background: none;
    color: black;
}
footer .center .textarea {
    float: left;
    width: 100%;
    border: #595959 1px solid;
    background: transparent;
    padding: 8px 0;
    font-size: 13px;
    min-height: 90px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 9px;
}
footer .center .textarea textarea {
    float: left;
    width: 100%;
    line-height: 24px;
    min-height: 72px;
    padding: 0 15px;
    border: none;
    background: none;
    color: black;
    resize: none;
}
footer .center .input_box01 {
    float: left;
    width: 102px;
    position: relative;
    margin-left: 9px;
    margin-bottom: 12px;
    margin-top: 7px;
}
footer .center .input_box01 .yanzhengma {
    position: absolute;
    right: -90px;
    top: 0;
    width: 80px;
    height: 33px;
}
footer .center .input_box02 {
    float: left;
    width: 190px;
    height: 35px;
    line-height: 35px;
    background: gray;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
    margin-left: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}
footer .center .input_box02 input {
    float: left;
    width: 190px;
    height: 33px;
    border: none;
    background: none;
    font-size: 13px;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
@media (max-width: 1200px) {
  footer .center .input_box02 input {
    float: left;
    width: 100%;
    height: 33px;
    border: none;
    background: none;
    font-size: 13px;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
  footer .center .input_box {
    width: 100%;
    margin-right: 0;
  }
  footer .center .textarea {
    width: 100%;
  }
  footer .center .input_box02 {
    width: 100%;
    margin-left: 0;
  }
  footer .center .input_box01 {
    width: 102px;
    margin-left: 0;
  }
}
/* index.html-end */

/* 底部修改后添加样式 */
.foot-item_h6 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 30px;
  color: black;
}  
@media (max-width: 1200px) {
  .foot-item_h6 {
      margin-bottom: 20px;
  }  
}
@media (max-width: 1200px) {
  .foot-item_h6 {
      font-size: 20px;
  } 
  .container {
      padding-left: 15px !important;
      padding-right: 15px !important;
      width: 100% !important;
      max-width: 1600px !important;
      margin: 0 auto;
  }
  .fnav>li {
      margin-right: .5rem;
      width: 31% !important
  } 
}
.fcontact li{display:flex;line-height:1.4;margin-bottom:10px;}
.fcontact li>p:nth-child(1){margin-right:10px;white-space:nowrap; color: black;}
.fcontact li a{ color: black;}

/* contactUs.html-start */
.contactus-box-feed_h1 {
  font-size: 26px;
  /* font-family: Lato; */
  font-weight: bold;
  color: #4e4e4e;
  margin-bottom: 20px;
}
.contactmap {
  display: block;
}
.contactus .contact-item {
  display: flex;
}
.contactus .contact-item .icon {
  width: 50px;
  height: 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}
.contactus .contact-item .icon img {
  max-width: 26px;
}
.contactus .contact-item .con {
  flex: 1;
  text-align: left;
}
/* contactUs.html-end */
/* footer-start */
.foot-t {
  background: #fff1f1
}
.fcontact li p {
  color: black;
}
footer, footer a {
  color: rgba(255, 255, 255, 0.7);

}
.prodetails-bref footer, footer a {
  color: #fff;
}
.foot-title {
  margin-bottom: 30px;
}
.copyright {
  margin: 30px 0 0;
}
@media (max-width: 1200px) {
  .foot-list {
    flex-direction:column;
  }
  .foot-list .foot-item1, .foot-item1 {
    margin-bottom: 30px;
  }  
  
}
/* footer-end */

/* email/tel-start */
.header_r .email {
  display: flex;
  justify-content: center;
  margin-right: 2%;
}
.header_r .email a {
  color: #d1d1d1;
}
.header_r .email .emailText {
  
}

.header_r .telphone {
  display: flex;
  justify-content: center;
}
.header_r .telphone a {
  color: #d1d1d1
}

.header_r .ico_email,
.header_r .ico_tel {
  font-size: 16px;
  margin-right: 8px;
}

.header_r .email:hover span {
  color: #fff;
}

.header_r .telphone:hover span {
  color: #fff;
}
/* 移动端 */
@media (max-width: 1200px) {
  .header_r .email .emailText {
    display: none
  }
  .header_r .telphone {
    display: none
  }
}
/* email/tel-end */

/* products-detail-start */
#productsDetailMark .active {
  border-color: #6d9a26;
  background-color: #6d9a26;
  width: 330px;
}

#productsDetailMark .share-btn-list {
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
}

#productsDetailMark .share-btn-list>div {
  margin-right: 6px;
}

#productsDetailMark .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;
}

#productsDetailMark .share-btn-list .share-btn:hover {
  transform: translateY(-6px);
}

#productsDetailMark .share-btn-list .facebook {
  background: url("/img/share-facebook.webp") no-repeat;
  background-size: 30px 30px;
}

#productsDetailMark .share-btn-list .twitter {
  background: url("/img/share-twitter1.webp") -4px -4px no-repeat;
  background-size: 37px 37px;
}

#productsDetailMark .share-btn-list .linkedin {
  background: url("/img/share-linkedin.webp") -4px -4px no-repeat;
  background-size: 36px 36px;
}

#productsDetailMark .share-btn-list .pinterest {
  background: url("/img/share-pinterest.webp") -2px -2px no-repeat;
  background-size: 32px 32px;
}

#productsDetailMark .share-btn-list .ins {
  background: url("/img/share-ins.webp") no-repeat;
  background-size: 30px 30px;
}

.share-btn-list .whatsapp {
  background: url("/img/share-whatsapp.webp") -2px -2px no-repeat;
  background-size: 34px 34px;
}

#productsDetailMark .share-btn-list .mail {
  background: url("/img/share-mail.webp") center no-repeat #f90;
  background-size: 22px 22px;
}

#productsDetailMark .share-btn-list .print {
  background: url("/img/share-print.webp") center no-repeat #2e3192;
  background-size: 18px 18px;
}

@media (max-width: 1200px) {
  #productsDetailMark .share-btn-list {
    width: 100%;
  }

  #productsDetailMark .share-btn-list .share-btn:hover {
    transform: translateY(0);
  }

  #productsDetailMark .share-btn-list .share-btn {
    width: 25px;
    height: 25px;
  }

  #productsDetailMark .share-btn-list .facebook {
    background-size: 23px 23px;
  }

  #productsDetailMark .share-btn-list .linkedin,
  #productsDetailMark .share-btn-list .twitter {
    background-size: 30px 30px;
    background-position: -3px -3px;
  }

  #productsDetailMark .share-btn-list .pinterest {
    background-size: 26px 26px;
    background-position: -1px -1px;
  }

  #productsDetailMark .share-btn-list .whatsapp {
    background-size: 29px 29px;
    background-position: -2px -2px;
  }

  #productsDetailMark .share-btn-list .mail {
    background-size: 18px 18px;
    background-position: center;
  }

  #productsDetailMark .share-btn-list .print {
    background-size: 17px 17px;
    background-position: center;
  }
}
/* products-detail-end */

/* 随机产品 - start */

/* 随机产品 - end */

/* 感谢页面 */
.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: left;
  background-color: #fff;
  padding-left: 15px;
}
.thanks_content span{
  color: #cc2529;
}
.wmkc-itemcont-sky {
  position: absolute;
  top: 10px;
  right: 100%;
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #EEE;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: top .2s, opacity .2s;
  height: 87px;
  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;
  color: black; 
  font-size: 14px
}

.wmkc-itemcont-sky a p {
  margin: 0;
}

.wmkc-list .wmkc-whatsapp:hover .wmkc-itemcont-sky {
  top: 0;
  opacity: 1;
  visibility: visible;
}
/* 悬浮框微信的样式 */
.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: 10px;
  position: absolute;
  z-index: 9999;
  top: 29px;
  right: 99%;
  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;
}
/* @keyframes zoomIn {
  from { transform: scale(1); }
  to { transform: scale(1.2); }
} */
.swiper-slide-active img {
  animation: bannerimg 5s forwards;
}
@keyframes bannerimg{
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1.037);
  }
}
@media screen and (max-width: 1200px) {
  .certificate .certificate_img {
    display: flex;
    width: 100%;
    margin: auto;
  }
  .certificate .certificate_img div {
    margin-right:0;
    padding: 10px 0;
  }
  /* .mob-menu {
    width: 0.5rem;
    height: 0.36rem;
    z-index: 9999999;
    margin-left: 12%;
    margin-right: 3%;
    margin-left: 124%;
    margin-top: -41px;
  } */
  }
  /* wangbc */
  
  @media (max-width: 1200px) {
    header {
      height: 3rem;
      box-shadow: 0 0 6px #EEE;
    }
    .headact {height: 3rem}
  }
  @media (max-width: 1200px) {
    .mob-menu {
      width: 1.9rem;
      height: 1.40rem;
    }
  }
  @media screen and (max-width: 1200px){
    .head-box {
      top: calc( 62px + 1rem );
    }
    .search-box {
      height: 56px;
      position: static;
      opacity: 1;
      /* padding: 0 3.26rem !important; */
      margin: 0.3rem 23px;
      font-size: 16px;
    }
    .search-box #btnSearch i {
      color: #cc2529;
      font-size: 1.2rem;
    }
    .nav {
      margin-bottom: 0;
      border-radius: 0px;
      min-height: 60px;
      width: 90%;
      margin-left: 7%;
      margin-top: 4%;
      z-index: 999;
      left: 22px;
      right: 0px;
      top: 33px;
      transition: color, background 0.3s ease-in-out;
      /* background: #fff; */
      /* border: 1px solid #eee; */
    }
    .nav li {
      padding: 9px;
    }
    .search-box {
      width: 88%;
      margin: 10px auto;
    }
  }
  
  
  @media (max-width: 1200px) {
    .mobbotact {
      height: 4rem;
    }
    .mobile-bottom-item i {
      display: block;
      font-size: 1.75rem;
      margin-bottom: 0px;
    }
    .mobile-bottom-item {
      text-align: center;
      width: 25%;
      font-size: 1rem;
      text-transform: uppercase;
    }
  }
  @media (max-width: 1200px){
    nav .nav>li i {
      display: block;
      position: absolute;
      right: 0.24rem;
      top: 0.8rem;
      font-size: 1.24rem;
      color: #FFF;
      transition: all .2s ease-in-out;
      transform: rotate(-90deg);
    }
    .banner1 {
      margin-top: 78px !important;
    }
    .inner-banner {
      /* min-height: 24px; */
      background-color: #EEE;
      margin-top: 24px;
    }
    .logo img {
      max-height: 84%;
      margin: 3%;
    }
    .head-search-btn {
      display: none;
    }
    #feedbackForm {
      font-family: Lato;
      font-weight: 400;
      max-width: 100%;
    }
    .thanks_content {
      height: 50px;
      line-height: 50px;
      text-align: left;
      background-color: #fff;
      margin-top: 25px;
      padding-left: 10px;
    }
    .thanks_content span {
      color: #cc2529;
    }
    /* .item-info {
      display: none;
    } */
  }
  

