@charset "utf-8";

/* css reset ( HTML 5 version )*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body {-webkit-text-size-adjust:none;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none;}
.uk-light a:hover,a:hover {text-decoration:none;}
/* change colours to suit your needs */
ins{background-color:#ff9;color:#000;text-decoration:none;}
/* change colours to suit your needs */
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del{text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}
table {border-collapse:collapse;border-spacing:0;}
/* change border colour to suit your needs */
hr {display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}
input, select {vertical-align:middle;}
img{display:block;}
.clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden;}
.clearfix{display:block;zoom:1;}
.clear{clear:both;}

/* @font-face{
	font-family:'Myfont';
	src: url(font/Alibaba-PuHuiTi-Bold.ttf);
	src: url(font/Alibaba-PuHuiTi-Heavy.ttf);
	src: url(font/Alibaba-PuHuiTi-Light.ttf);
	src: url(font/Alibaba-PuHuiTi-Medium.ttf);
	src: url(font/Alibaba-PuHuiTi-Regular.ttf);
} */

/* @font-face {
  font-family: "iconfont";
  src: url('icon-font/iconfont.woff2?t=1629963031559') format('woff2'),
       url('icon-font/iconfont.woff?t=1629963031559') format('woff'),
       url('icon-font/iconfont.ttf?t=1629963031559') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 26px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

/* css.css start here */
body{font:16px/32px Myfont, Microsoft YaHei;color:#444;-webkit-font-smoothing: antialiased;}
a{color:#444;}
a:hover{color:#eb6800;}
ul{list-style-type:none;}
.css3{behavior:url(images/PIE-2.0beta1/PIE.htc)}

.uk-padding-xsmall{padding: 8px}

#header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1210;
  background-color: #000;
}
#header .uk-container-expand{
  max-width: 1200px;
}

#header .uk-navbar-container:not(.uk-navbar-transparent){
  background-color: #000;
}
#header .logo{
  width: 96px;
  height: auto;
}

#header .uk-navbar-nav{
  gap: 0;
}

#header .uk-navbar-item, #header .uk-navbar-nav>li>a, #header .uk-navbar-toggle{
  min-height: 70px;
}

#header .uk-navbar-nav>li>a{
  padding: 0 15px;
  color:#666666;
  font-weight: 500;
  font-size: 1rem;
  text-transform:unset;
  font-family: "Manrope","Open Sans","system-ui","Segoe UI",Roboto,Oxygen,Ubuntu,"Fira Sans","Droid Sans","Helvetica Neue",sans;
}
#header .uk-navbar-nav li{
  border-bottom: 2px solid transparent;
}

#header .uk-navbar-nav li.check a.on{
  color: #35cbfe;
}

#header .uk-navbar-nav li.check{
  border-bottom: 2px solid #32ccff;
}

#header .uk-navbar-nav li.check1 a.on{
  color: #ff6600;
}

#header .uk-navbar-nav .check1 a{color: #ff6600;}

#header .uk-navbar-nav li.check1{
  border-bottom: 2px solid #ff6600;
}

#header .uk-navbar-nav>li>a:hover{
	  color: #35cbfe;
}

#header .uk-navbar-nav li:hover{
  border-bottom: 2px solid #32ccff;
}

#header .uk-navbar-nav .check2 a:hover{
	  color: #ff6600 !important;
}

#header .uk-navbar-nav li.check2:hover{
  border-bottom: 2px solid #ff6600 !important;
}

#header  .uk-inline .uk-dropdown{
  padding:10px 0px;
  min-width: 130px;
  text-align: center;
}
#header  .uk-inline .uk-dropdown dl dd:hover{
  background-color: #32ccfe;
}
#header  .uk-inline .uk-dropdown a{
  color:#333;
}
#header  .uk-inline .uk-dropdown a:hover{
  color:#ffffff;
  text-decoration: none;
}

#mobile-menu {
  background-color: #000;
}


#mobile-menu > ul {
  padding: 0 20px;
}

#mobile-menu > ul > li {
  padding: 10px 0;
  border-top: 1px solid #666;
}

#mobile-menu > ul > li a{
  padding: 10px 0;
  color: #fff;
}


#banner{
  height: 100%;
  overflow: hidden;
  position: relative;
}

#banner .banner-content{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#banner .banner-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#banner .banner-img img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}

#banner .banner-container{
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

#banner .text-content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    padding: 32px 0px;
    text-align: center;
    color: #fff;
}

#banner .text-content .catalog {
  margin: 0;
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 1.5;
  color:#359B20;
}

#banner .text-content .title {
  margin: 0;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 12px;
  color: #fff;  
}

#banner .text-content .subTitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 24px;
}

#banner .text-content .uk-button {
  color: #fff;
}

#banner .swiper-pagination-bullet{
  opacity: 1;
  border: 3px solid #fff;
  background: transparent;
}
#banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #ff6600;
}


@media (min-width: 1200px) {
  #banner .text-content {
      width: 50%;
      padding: 0;
      padding-left: 45px;
      text-align: left;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      max-width: 500px;
  }

  #banner .text-content .catalog {
    font-size:14px;
  }

  #banner .text-content .title {
    font-size:48px;
    line-height: 1.01;
  }

  #banner .text-content .subTitle {
    font-size:18px;
  }
	
	.uk-padding-large {
    padding: 0px;
}
}

.uk-navbar-right a{
  color: #FFF;
  font-size: .9rem;
  font-weight: 600;
}
.uk-navbar-right a:hover{
  color: #FFF;
}
.uk-navbar-right .bg-green{
  padding:1px 15px;
  background-color: #00AE42;
  border-radius: 5px;
}
.product-index .uk-card-body{
  padding: 0;
  background-color: #f5f5f5;
}
.product-index .uk-card-body img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.news_index{
  max-width: 1200px;
}

.nav_sub {
  padding: 10px 20px 20px;
  max-width: 1200px;
  margin: 0px auto;
}
.nav_sub_title {
  width: 100%;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgb(189, 189, 189);
  padding: 10px 0px;
}
.nav_sub_title .groupName {
  font-size: 14px;
  line-height: 24px;
  color: rgb(51, 51, 51);
}
.nav_sub_title_right {
  display: flex;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.nav_sub_title_right .item {
  margin-left: 20px;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 24px;
  color:#333;
}
.nav_sub_title_right .item:hover {
  color:#333;
}
.nav_sub_title_right .item .linkIcon {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}

.nav_sub_list {
  padding: 20px 0px;
  margin: 0px auto;
  background: rgb(255, 255, 255);
  min-height: 100%;
}
@media (min-width: 600px) {
  .nav_sub_list {
      padding: 20px 0px;
      height: auto;
  }
}
.nav_sub_list_link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0px 20px;
  flex-direction: row;
  cursor: pointer;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .nav_sub_list_link {
    flex: 0 1 0%;
    margin-right: 50px;
  }
}

@media (min-width: 600px) {
  .nav_sub_list_link {
    padding: 0px;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    margin-right: 20px;
  }
}

.nav_sub_list_img {
    width: unset;
}

.nav_sub_list_img img {
    width: 130px;
    height: 150px;
    object-fit: scale-down;
}

.nav_sub_list_content {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 200px;
    padding: 20px 0px;
    margin-left: 20px;
}

.nav_sub_list_content .title {
  text-align: left;
  font-size: 16px;
  line-height: 18px;
  color: rgb(51, 51, 51);
  font-weight: 700;
}


.text-info .title{
  font-size: 1rem;
  line-height: 1.5rem;
}
.nav_sub_list_destription {
  margin: 10px 0px;
  text-align: left;
  font-size: 0.7rem;
  line-height: 1.4rem;
  color: rgb(51, 51, 51);
  width: 100%;
}


.nav_sub_button {
  display: flex
;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 15px 0px 35px;
  min-height: 94px;
}
.nav_sub_button .linkContent {
  display: grid
;
  gap: 20px;
}
.nav_sub_button .item {
  flex: 1 1 0%;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 24px;
  height: 44px;
  border: 1px solid rgb(51, 51, 51);
  border-radius: 5px;
  padding: 0px 20px;
  white-space: nowrap;
  color:#333;
}
.nav_sub_button .item:hover{
  color:#333;
}
.nav_sub_button .item .linkIcon {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}






.footer {
  position: relative;
  background: #353841;
}

.footer_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 30px 50px 30px;
  height: 100%;
}

@media (max-width: 600px) {
  .footer_sub {
    padding: 30px 20px 25px 20px;
  }
}
.footer_sub_sm {
  width: 100%;
  max-width: 1200px;
}
.footer_sub_sm_items {
/*  border-top: 1px solid #616161;
  border-bottom: 1px solid #616161;*/
  padding: 5px 0;
}

@media (min-width: 600px) {
  .footer_sub_sm_items {
    padding: 0px 0px 10px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.footer_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
}

.footer_list .linkGroupList {
  width: 100%;
}

.footer_list .privacyList {
  width: 100%;
}

.footer_list .privacyList .linkItem {
  padding-left: 0 !important;
  font-size: 12px;
  line-height: 14px;
}

.footer_list .qrCode .qrcodeText {
  color: #FFFFFF;
  text-align: center;
}

@media (min-width: 600px) {
  .footer_list {
    border-top: none;
    min-height: 160px;
  }


  .footer_list .linkGroupList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .footer_list .privacyList {
    display: none;
    font-size: 14px;
    line-height: 14px;
  }

  .footer_list .qrCode {
    width: auto;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
  }

  .footer_list .qrCode .qrcodeimg {
    width: 96px;
    height: 96px;
    display: inline;
  }

  .footer_list .qrCode .qrcodeText {
    font-size: 12px;
    line-height: 14px;
  }
}

.footer_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #616161;
}

.footer_list_item .linkType {
  color: #E0E0E0;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.footer_list_item .linkType .icon {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.footer_list_item .linkType .icon.open {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.footer_list_item .linkContent {
  font-size: 12px;
  line-height: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.footer_list_item .linkContent.hide {
  height: 0px !important;
}

@media (min-width: 600px) {
  .footer_list_item {
    width: auto;
    margin-right: 30px;
    border-bottom: none;
  }

  .footer_list_item .linkType {
    color: #FAFAFA;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
  }

  .footer_list_item .linkType .icon {
    display: none;
  }

  .footer_list_item .linkContent {
    height: auto !important;
    font-size: 14px;
    line-height: 14px;
  }

  .footer_list_item .linkContent.hide {
    height: auto !important;
  }

  .footer_list_item:nth-last-of-type(1) {
    margin-right: 0;
  }
}

@media (min-width: 900px) {
  .footer_list_item {
    margin-right: 50px;
  }
}

@media (min-width: 1200px) {
  .footer_list_item {
    margin-right: 95px;
  }
}

.footer_list_link {
  margin: 0;
  color: #00AE42;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #9E9E9E;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 20px;
}

.footer_list_link:hover {
  color:#ffffff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

@media (min-width: 600px) {
  .footer_list_link {
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
}

.footer_language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (min-width: 600px) {
  .footer_language .languageContent {
    position: absolute;
    right: 0;
    bottom: -35px;
  }
}

.footer_language_item {
  height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_language_item .button {
  height: 15px;
  line-height: 1;
  padding: 0;
  min-width: 0;
  white-space: nowrap;
}

.footer_language_item .button .icon {
  width: 15px;
  height: 15px;
}

.footer_language_item .button .line {
  height: 14px;
  width: 1px;
  background: #9E9E9E;
  margin: 0 8px;
}

@media (min-width: 600px) {
  .footer_language_item .icon {
    width: 20px;
    height: 20px;
  }
}

.footer_language_button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
  line-height: 1.7142857142857142;
  font-size: 1.4rem;
  text-transform: none;
  font-family: "Manrope", "Open Sans", "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans;
  min-width: 64px;
  padding: 6px 8px;
  border-radius: 8px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #00AE42;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  color: #9E9E9E;
}

.footer_language_button::-moz-focus-inner {
  border-style: none;
}

.footer_language_button.Mui-disabled {
  pointer-events: none;
  cursor: default;
}

@media print {
  .footer_language_button {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}

.footer_language_button:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: rgba(0, 174, 66, 0.08);
}

@media (hover: none) {
  .footer_language_button:hover {
    background-color: transparent;
  }
}

.footer_language_button.Mui-disabled {
  color: rgba(145, 158, 171, 0.8);
}

.footer_language_button:hover {
  box-shadow: none;
}

.footer_privacy {
  display: none;
}

@media (min-width: 600px) {
  .footer_privacy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.footer_privacy_list {
  padding: 0px 0px;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  color: #9E9E9E;
  border-right: 1px solid #9E9E9E;
  white-space: nowrap;
}

.footer_privacy_list a {
  color: #9E9E9E;
}

.footer_privacy_list:nth-of-type(1) {
  padding-left: 0px;
}

.footer_privacy_list:nth-last-of-type(1) {
  border-right: none;
}

@media (min-width: 600px) {
  .footer_privacy_list {
    padding: 0px 5px;
    font-size: 12px;
    line-height: 14px;
    height: 14px;
  }
}

@media (min-width: 900px) {
  .footer_privacy_list {
    padding: 0px 10px;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
  }
}

.footer_privacy_item {
  margin: 0;
  color: #00AE42;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.footer_privacy_item:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.footer_video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_video_item {
  margin: 0;
  color: #00AE42;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-left: 12px;
}

.footer_video_item:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.footer_video_item.pc {
  display: none;
}

@media (min-width: 700px) {
  .footer_video_item {
    margin-left: 20px;
  }

  .footer_video_item.pc {
    display: inline;
  }

  .footer_video_item.mobile {
    display: none;
  }
}

.footer_video_icon {
  width: 15px;
  height: 15px;
  line-height: 0;
}

.footer_video_icon .fill {
  display: none;
}

.footer_video_icon:hover .default {
  display: none;
}

.footer_video_icon:hover .fill {
  display: block;
}

.footer_video_icon svg,
.footer_video_icon img {
  width: 100%;
  height: 100%;
}

@media (min-width: 700px) {
  .footer_video_icon {
    width: 23px;
    height: 23px;
  }
}

.footer_copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_copy .left {
  padding: 10px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  color: #9E9E9E;
  margin-right: 0px;
}

.footer_copy .left .copyright {
  padding: 0px 0;
	line-height: 25px;
}

@media (min-width: 600px) {
  .footer_copy .left {
    padding: 10px 0px;
    font-size: 14px;
    line-height: 16px;
    margin-right: 60px;
  }
}

.footer_copy_item {
  color: #9E9E9E;
  display: block;
  margin-top: 5px;
}

@media (min-width: 600px) {
  .footer_copy_item {
    margin-left: 20px;
    display: inline;
    margin-top: 0;
  }
}
.news_title{
  width: 100%;
  text-align: center;
  margin-top: 5rem;
}

.accordion-container {
  max-width: 1200px;
  margin: 20px auto 100px;
  display: flex;
  gap: 30px;
}

.image-section {
  flex: 0 0 588px;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}
@media (min-width: 1025px) {
  .swiper {
    padding-bottom: 0;
  }
}
.swiper-slide {
  width: 100%;
  height: 100%;
}

.slide-image {
  width: 100%;
}

.swiper .swiperTextContent {
    padding: 16px 10px;
    background-color: #F5F5F5;    
}

.swiper .swiperTextContent .cardTitle {
    font-size: 18px;
    line-height: 1.2;
    max-height: 58px;
    margin-bottom: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (min-width: 1025px) {
    .swiper .swiperTextContent .cardTitle {
        font-size:24px;
    }
}

.swiper .swiperTextContent .cardDesc {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
}

@media (min-width: 1025px) {
    .swiper .swiperTextContent .cardDesc {
        font-size:14px;
    }
}

.swiper .swiperTextContent .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 1.5;
}

@media (min-width: 1025px) {
    .swiper .swiperTextContent .link {
        font-size:14px;
    }
}

.swiper .swiperTextContent .link .iconContent {
    font-size: 18px;
    line-height: 0;
}

.swiper .swiper-pagination{
  bottom: -10px;
}

.banner-swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}

.swiper .swiper-pagination-bullet{
  background-color: transparent;
  border: 1px solid #ccc;
  opacity: 1;
}

.swiper .swiper-pagination-bullet-active{
  background-color: #000;
  border: 1px solid #000;
}

.keys-section {
  flex: 1;
  display: flex;
  justify-content: center;
}

.accordion-keys {
  list-style: none;
  padding: 30px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}

.accordion-key {
  cursor: pointer;
  transition: all 0.3s ease;
}

.accordion-key:last-child {
  border-bottom: none;
}

.accordion-key-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.accordion-key-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
}

.accordion-key-arrow {
  width: 20px;
  height: 20px;
  position: relative;
  transition: transform 0.3s ease;
}

.accordion-key-arrow::before,
.accordion-key-arrow::after {
  content: '';
  position: absolute;
  background-color: #000;
  width: 12px;
  height: 2px;
  top: 10px;
}

.accordion-key-arrow::before {
  left: 0;
  transform: rotate(45deg);
}

.accordion-key-arrow::after {
  right: 0;
  transform: rotate(-45deg);
}

.accordion-key.active .accordion-key-arrow {
  transform: rotate(180deg);
}

.accordion-key-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-size: 14px;
}
.accordion-container a{
  color:#00AE42;
  text-decoration: none;
}
.accordion-container a:hover{
  text-decoration: underline;
}
.accordion-key.active .accordion-key-content {
  max-height: 200px;
}

.accordion-key-description {
  margin: 0;
  margin-bottom: 12px;
  color: #666;
  line-height: 1.5;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .accordion-container {
        max-width: 452px;
        margin: 20px auto;
        flex-direction: column;
    }
  .keys-section {
      width: 100%;
  }

  .image-section {
      flex: 0 0 auto;
  }
}

#index-video{
  height: var(100vh-70px);
  position: relative;
}

#index-video .video-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 0;
}

#index-video .video-box video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  line-height: 0;  
}


/**联系我们**/
#contact-us .contact-us .headerText{
  padding-left:10%;
  width: 50%;
}
#contact-us .contact-us .headerText .title{
  font-size:2.2rem;
  font-weight: 600;
  line-height: 4rem;
}
#contact-us .contact-us .headerText .desc{
  font-size: 1rem;
  line-height: 2rem;
}
#contact-us .contact-content .cardIcon{
  font-size: 5rem;
  color:#000
}
#contact-us .contact-content .linkContent a{
  color:#00AE42;
}

#media-center {
    padding-top: 70px;
    padding-bottom: 56px;
}


@media (min-width: 1440px) {
    #media-center {
        padding-top:100px;
        padding-bottom: 100px;
    }
}

#media-center .media-center-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 24px;
    margin-top: 24px;    
}

@media (min-width: 1025px) {
    #media-center .media-center-title {
        font-size:34px;
        line-height: 1.2;
        margin-top: 120px;

    }
}
#media-banner {
  display: flex;
  gap: 24px;
}

#media-banner .img-content {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

@media (min-width: 1025px) {
    #media-banner .img-content {
        -webkit-flex: 0 0 584px;
        -ms-flex: 0 0 584px;
        flex: 0 0 584px;
    }
}

@media (min-width: 1440px) {
    #media-banner .img-content {
        -webkit-flex: 0 0 690px;
        -ms-flex: 0 0 690px;
        flex: 0 0 690px;
    }
}

#media-banner .swiper-pagination{
  text-align: right;
  bottom: 20px;
}

#media-banner .swiper-pagination-bullet{
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
}

#media-banner .swiper-pagination-bullet-active{
  background-color: #000;
  border: 1px solid #000;
}

#media-banner .img-content .maskContent {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    color: #F5F5F5;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

@media (min-width: 1025px) {
    #media-banner .img-content .maskContent {
        display: none;
    }
    #media-banner .img-content .maskContent .cardTitle {
        margin-top: 24px;
        margin-bottom: 16px;
    }

    #media-banner .img-content .maskContent .cardDate {
        font-size: 16px;
    }    
}

#media-banner .text-card-content {
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    display: none;
}

@media (min-width: 1025px) {
    #media-banner .text-card-content {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 14px;
    }
}

#media-banner .news-list {
  padding: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
  display: none;
}

@media (min-width: 1025px) {
  #media-banner .news-list {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
  }
}

#media-banner .news-item {
    padding: 18px 25px;
    position: relative;
    cursor: pointer;
    height: 120px;
    box-sizing: border-box;
    background: #F5F5F5;
}

#media-banner .news-item.active {
    background: linear-gradient(0deg, rgba(0, 174, 66, 0.15), rgba(0, 174, 66, 0.15));
}

#media-banner .news-item .title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (min-width: 1025px) {
    #media-banner .news-item .title  {
        font-size:24px;
    }
}

#media-banner .news-item .item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#media-banner .news-item .date {
    font-size: 14px;
    line-height: 1.4;
}

@media (min-width: 1025px) {
    #media-banner .news-item .date {
        font-size:16px;
    }
}

#media-banner .news-item .more-btn {
    margin: 0;
    color: #00AE42;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
}

@media (min-width: 1025px) {
    #media-banner .news-item .more-btn {
        font-size:16px;
    }
}



.news_tab{
  cursor: pointer;
  position: relative;
  background: #F5F5F5;
  height: 120px;
  margin-bottom: 20px;
}
.news_tab:hover{
  background: linear-gradient(0deg, rgba(0, 174, 66, 0.15), rgba(0, 174, 66, 0.15));
}
.news_tab:last-child{
  margin-bottom: 0;
}
.news_tab .textContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.news_tab .textContent {
  padding: 20px 24px;
}
@media (min-width: 768px) {
  .news_tab .textContent {
      padding: 16px 20px;
  }
}
@media (min-width: 1025px) {
  .news_tab .textContent .cardTitle {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .news_tab .textContent .cardTitle {
    margin-bottom: 6px;
  }
}
.news_tab .textContent .cardTitle {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}
.news_tab .cardTitle {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.news_tab .textContent a:hover{
  color: #00AE42;
}
@media (min-width: 1025px) {
  .news_tab .textContent .cardDate {
      font-size: 16px;
  }
}

.news_list a:hover{
text-decoration: none;
}
.news_list .textContent .cardTitle{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color:#333;
}

@media (min-width: 1025px) {
    .news_list .textContent .cardTitle {
        font-size:24px;
        line-height: 1.2;
        margin-bottom: 16px;
        margin-top: 24px;
        height: 58px;
    }
}

.news_list .textContent .cardDate{
  font-size: 14px;
  line-height: 1.5;
  color: #9E9E9E;
}


.support .headerText .title{
  font-size:1.6rem;
  font-weight: 600;
  line-height: 4rem;
  color: #FFF;
}
.support .headerText .desc{
  font-size: 1rem;
  line-height: 2rem;
  color: #FFF;
}


/* comopare */
.contrast {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 65px;
}

.contrast .item:nth-of-type(4n) {
  display: none;
}

.contrast .fixTopContent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 65px;
  grid-column: 1/3;
  position: -webkit-sticky;
  position: sticky;
  top: var(--fixedTop);
  background: #FFF;
  padding: 20px 0;
}

.contrast .techSpecTitle {
  grid-column: 1/3;
}

.contrast .techSpecDesc {
  grid-column: 1/3;
  font-size: 12px;
}

@media (min-width: 900px) {
  .contrast {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 150px;
  }

  .contrast .item:nth-of-type(4n) {
    display: block;
  }

  .contrast .fixTopContent {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 150px;
    padding: 30px 0;
    grid-column: 1/4;
  }

  .contrast .techSpecTitle {
    grid-column: 1/4;
  }

  .contrast .techSpecDesc {
    grid-column: 1/4;
    font-size: 15px;
  }
}

.contrast_sub {
  z-index: 10;
}

.contrast_sub .printerNameContent .printerSelect {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  border-radius: 5px;
  height: 32px;
}

.contrast_sub .printerNameContent .printerSelect fieldset {
  display: none;
}

.contrast_sub .printerNameContent .printerSelect .MuiSvgIcon-root {
  font-size: 20px;
  color: #00AE42;
}

.contrast_sub .printerNameContent:nth-of-type(3n) {
  display: none;
}

@media (min-width: 900px) {
  .contrast_sub .printerNameContent .printerSelect {
    font-size: 16px;
    height: 44px;
  }

  .contrast_sub .printerNameContent:nth-of-type(3n) {
    display: block;
  }
}

.contrast_select {
  line-height: 1.4375em;
  font-size: 1.6rem;
  font-family: "Open Sans", "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans;
  font-weight: 400;
  color: #212B36;
  box-sizing: border-box;
  position: relative;
  cursor: text;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  border-radius: 8px;
}

.contrast_select.Mui-disabled {
  color: #919EAB;
  cursor: default;
}

.contrast_select.Mui-disabled svg {
  color: #919EAB;
}

.contrast_select:hover .MuiOutlinedInput-notchedOutline {
  border-color: #212B36;
}

@media (hover: none) {
  .contrast_select:hover .MuiOutlinedInput-notchedOutline {
    border-color: rgba(0, 0, 0, 0.23);
  }
}

.contrast_select.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #00AE42;
  border-width: 2px;
}

.contrast_select.Mui-error .MuiOutlinedInput-notchedOutline {
  border-color: #FF4842;
}

.contrast_select.Mui-disabled .MuiOutlinedInput-notchedOutline {
  border-color: rgba(145, 158, 171, 0.8);
}

.contrast_select .MuiOutlinedInput-notchedOutline {
  border-color: rgba(145, 158, 171, 0.32);
}

.contrast_select.Mui-disabled .MuiOutlinedInput-notchedOutline {
  border-color: rgba(145, 158, 171, 0.24);
}

.contrast_listbox {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  color: currentColor;
  padding: 4px 0 5px;
  border: 0;
  box-sizing: content-box;
  background: none;
  height: 1.4375em;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  display: block;
  min-width: 0;
  width: 100%;
  -webkit-animation-name: mui-auto-fill-cancel;
  animation-name: mui-auto-fill-cancel;
  -webkit-animation-duration: 10ms;
  animation-duration: 10ms;
  padding: 16.5px 14px;
}

.contrast_listbox:focus {
  border-radius: 8px;
}

.contrast_listbox::-ms-expand {
  display: none;
}

.contrast_listbox.Mui-disabled {
  cursor: default;
}

.contrast_listbox[multiple] {
  height: auto;
}

.contrast_listbox:not([multiple]) option,
.contrast_listbox:not([multiple]) optgroup {
  background-color: #fff;
}

.contrast_listbox.contrast_listbox.contrast_listbox {
  padding-right: 32px;
}

.contrast_listbox.MuiSelect-select {
  height: auto;
  min-height: 1.4375em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.contrast_listbox::-webkit-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.contrast_listbox::-moz-placeholder {
  color: currentColor;
  opacity: 0.42;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.contrast_listbox:-ms-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.contrast_listbox::-ms-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.contrast_listbox:focus {
  outline: 0;
}

.contrast_listbox:invalid {
  box-shadow: none;
}

.contrast_listbox::-webkit-search-decoration {
  -webkit-appearance: none;
}

label[data-shrink=false]+.MuiInputBase-formControl .contrast_listbox::-webkit-input-placeholder {
  opacity: 0 !important;
}

label[data-shrink=false]+.MuiInputBase-formControl .contrast_listbox::-moz-placeholder {
  opacity: 0 !important;
}

label[data-shrink=false]+.MuiInputBase-formControl .contrast_listbox:-ms-input-placeholder {
  opacity: 0 !important;
}

label[data-shrink=false]+.MuiInputBase-formControl .contrast_listbox::-ms-input-placeholder {
  opacity: 0 !important;
}

label[data-shrink=false]+.MuiInputBase-formControl .contrast_listbox:focus::-webkit-input-placeholder {
  opacity: 0.42;
}

label[data-shrink=false]+.MuiInputBase-formControl .contrast_listbox:focus::-moz-placeholder {
  opacity: 0.42;
}

label[data-shrink=false]+.MuiInputBase-formControl .contrast_listbox:focus:-ms-input-placeholder {
  opacity: 0.42;
}

label[data-shrink=false]+.MuiInputBase-formControl .contrast_listbox:focus::-ms-input-placeholder {
  opacity: 0.42;
}

.contrast_listbox.Mui-disabled {
  opacity: 1;
  -webkit-text-fill-color: #919EAB;
}

.contrast_listbox:-webkit-autofill {
  -webkit-animation-duration: 5000s;
  animation-duration: 5000s;
  -webkit-animation-name: mui-auto-fill;
  animation-name: mui-auto-fill;
}

.contrast_listbox::-webkit-input-placeholder {
  opacity: 1;
  color: #919EAB;
}

.contrast_listbox::-moz-placeholder {
  opacity: 1;
  color: #919EAB;
}

.contrast_listbox:-ms-input-placeholder {
  opacity: 1;
  color: #919EAB;
}

.contrast_listbox::placeholder {
  opacity: 1;
  color: #919EAB;
}

.contrast_listbox:-webkit-autofill {
  border-radius: inherit;
}
.contrast_input {
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  box-sizing: border-box;
}
.contrast_svg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.5rem;
  position: absolute;
  right: 7px;
  top: calc(50% - .5em);
  pointer-events: none;
  color: #757575;
}

.contrast_svg.Mui-disabled {
  color: rgba(145, 158, 171, 0.8);
}
.contrast_fieldset {
  text-align: left;
  position: absolute;
  bottom: 0;
  right: 0;
  top: -5px;
  left: 0;
  margin: 0;
  padding: 0 8px;
  pointer-events: none;
  border-radius: inherit;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  min-width: 0%;
  border-color: rgba(0, 0, 0, 0.23);
}
.contrast_legend {
  float: unset;
  width: auto;
  overflow: hidden;
  padding: 0;
  line-height: 11px;
  -webkit-transition: width 150ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
  transition: width 150ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
}

.contrast_printitem {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contrast_printitem .imgContent {
  width: 100%;
  padding-top: 98.57%;
  position: relative;
}

.contrast_printitem .imgContent picture,
.contrast_printitem .imgContent img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.contrast_printitem .price {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #333;
  margin-top: 20px;
}

.contrast_printitem .desc {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  color: #333;
  margin-top: 6px;
  margin-bottom: 8px;
}

.contrast_printitem .printerButton {
  text-align: center;
}

.contrast_printitem .printerButton .button {
  height: 32px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  width: 100%;
  min-width: 100px;
  max-width: 130px;
  border-radius: 5px;
  white-space: nowrap;
}

.contrast_printitem .printerButton .button.button-text .buttonIcon {
  font-size: 12px;
  line-height: 0;
}

.contrast_printitem .printerButton .button.button-text .buttonIcon .icon path {
  fill: #00AE42;
}

.contrast_printitem .printerButton .button.button-text:hover {
  background-color: transparent;
}

@media (min-width: 900px) {
  .contrast_printitem .price {
    font-size: 24px;
    line-height: 24px;
    margin-top: 30px;
  }

  .contrast_printitem .desc {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .contrast_printitem .printerButton .button {
    width: 60%;
    height: 44px;
    font-size: 16px;
    line-height: 16px;
    min-width: 180px;
    max-width: 300px;
  }

  .contrast_printitem .printerButton .button.button-text {
    margin-top: 10px;
  }
}

.contrast_button {
  margin: 0;
  color: #00AE42;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.contrast_button:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.contrast_button_sub {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
  line-height: 1.7142857142857142;
  font-size: 1.4rem;
  text-transform: none;
  font-family: "Open Sans", "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans;
  min-width: 64px;
  padding: 6px 16px;
  border-radius: 8px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #fff;
  background-color: #00AE42;
  box-shadow: 0px 3px 1px -2px rgba(145, 158, 171, 0.2), 0px 2px 2px 0px rgba(145, 158, 171, 0.14), 0px 1px 5px 0px rgba(145, 158, 171, 0.12);
  border-radius: 3px;
  box-shadow: none;
}

.contrast_button_sub::-moz-focus-inner {
  border-style: none;
}

.contrast_button_sub.Mui-disabled {
  pointer-events: none;
  cursor: default;
}

@media print {
  .contrast_button_sub {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}

.contrast_button_sub:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #007B55;
  box-shadow: 0px 2px 4px -1px rgba(145, 158, 171, 0.2), 0px 4px 5px 0px rgba(145, 158, 171, 0.14), 0px 1px 10px 0px rgba(145, 158, 171, 0.12);
}

@media (hover: none) {
  .contrast_button_sub:hover {
    background-color: #00AE42;
  }
}

.contrast_button_sub:active {
  box-shadow: 0px 5px 5px -3px rgba(145, 158, 171, 0.2), 0px 8px 10px 1px rgba(145, 158, 171, 0.14), 0px 3px 14px 2px rgba(145, 158, 171, 0.12);
}

.contrast_button_sub.Mui-focusVisible {
  box-shadow: 0px 3px 5px -1px rgba(145, 158, 171, 0.2), 0px 6px 10px 0px rgba(145, 158, 171, 0.14), 0px 1px 18px 0px rgba(145, 158, 171, 0.12);
}

.contrast_button_sub.Mui-disabled {
  color: rgba(145, 158, 171, 0.8);
  box-shadow: none;
  background-color: rgba(145, 158, 171, 0.24);
}

.contrast_button_sub:hover {
  box-shadow: none;
}

.contrast_button_text {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
  line-height: 1.7142857142857142;
  font-size: 1.4rem;
  text-transform: none;
  font-family: "Open Sans", "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans;
  min-width: 64px;
  padding: 6px 8px;
  border-radius: 8px;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #00AE42;
  border-radius: 3px;
}

.contrast_button_text::-moz-focus-inner {
  border-style: none;
}

.contrast_button_text.Mui-disabled {
  pointer-events: none;
  cursor: default;
}

@media print {
  .contrast_button_text {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}

.contrast_button_text:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: rgba(0, 174, 66, 0.08);
}

@media (hover: none) {
  .contrast_button_text:hover {
    background-color: transparent;
  }
}

.contrast_button_text.Mui-disabled {
  color: rgba(145, 158, 171, 0.8);
}

.contrast_button_text:hover {
  box-shadow: none;
}

.contrast_title {
  font-size: 14px;
  font-weight: 700;
  padding: 15px 0 10px;
  box-shadow: 0 0.2px #333;
}

@media (min-width: 900px) {
  .contrast_title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    padding: 30px 0 15px;
    box-shadow: 0 0.5px #333;
  }
}

.contrast_con {
  font-size: 12px;
  line-height: 20px;
  padding: 15px 0;
}

@media (min-width: 900px) {
  .contrast_con {
    font-size: 15px;
    line-height: 25px;
    padding: 30px 0;
  }
}

.contrast_more {
  margin: 0;
  color: #00AE42;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.contrast_more:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}


/* x1 */
#swiper-con .uk-h1{
  font-size: 3.265rem;
  line-height: 1;
}
#swiper-con .uk-text-meta{
  font-size: 1.625rem;
}
#swiper-con .uk-container-small{
  max-width: 1200px;
  width: 100%;
}

#swiper-con .uk-card-default{
  box-shadow: none;
}
#swiper-con .uk-h5{
  margin: 0;
}
#swiper-con .uk-text-emphasis{
  color:#333 !important;
}

#inside_button{
  border:2px solid #000;
  border-radius: 5px;
  font-size: 1rem;
  color: #000;
}
#inside_button svg path{
  fill:#000
}


#inside_button{
  border:2px solid #000;
  border-radius: 5px;
  font-size: 1rem;
  color: #000;
}
#inside_button svg path{
  fill:#000
}
#inside_button:hover{
  background-color: #00AE42;
  border:2px solid #00AE42;
  color: #fff;
}
#inside_button:hover svg path{
  fill:#fff
}

.end-background{
  width: 100%;
  height: 100%;
  background-color: #eee;
  background-position: 0% 0% !important;
  background-size: cover !important;
}

/* support */
#support{

}

#support .uk-container-small{
  max-width: 1200px;
  width: 100%;
}
.support_tab.uk-tab{
  justify-content: center;
  overflow-x: auto; /* 允许水平滚动 */
  white-space: nowrap; /* 禁止换行 */
  -webkit-overflow-scrolling: touch; /* iOS 平滑滚动 */
  flex-wrap: nowrap;
  margin-left: 0;
}

/* 在小屏幕设备上，隐藏滚动条但保持可滚动 */
@media (max-width: 640px) {
  .support_tab.uk-tab {
    justify-content: unset;
    scrollbar-width: none; /* 隐藏滚动条（Firefox） */
    -ms-overflow-style: none; /* 隐藏滚动条（IE/Edge） */
  }
  .support_tab.uk-tab::-webkit-scrollbar {
    display: none; /* 隐藏滚动条（Chrome/Safari） */
  }
}

.support_tab li{
  padding: 0 2%;
}
.support_tab li a{
  font-size: 1.1rem;
  color:#5e5e5e;
  font-weight: 500;
}
.support_tab.uk-tab>.uk-active>a{
  border-color: #1f1f1f;
}
.support_video .support_video_title{
  width: 100%;
  height: 54px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 17px;
  box-sizing: border-box;
  border-radius: 0 0 6px 6px;
  text-align: center;
  color:#333;
}
.support_video .support_video_img{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 176px;
  padding-top: 8px;
  border-bottom: none;
  background: rgb(247, 247, 247);
  overflow: hidden;
}
.support_video .support_video_img::before,.support_video_img::after{
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: var(--Grey-800, #333);
}

.content-section {
  padding: 20px;
}
.title-section {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 340px;
  height: 398px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-right: 1px solid var(--Grey-200, #EBEBEB);
}
.title-section .uk-text-lead{
  width: 100%;
  line-height: 32px;
  padding: 16px;
  margin: 0 0 16px 0;
  font-size: 20px;
  border-bottom: 1px solid var(--Grey-200, #EBEBEB);
  text-align: center;
  font-weight: 700;
  border-radius: 0;
}
.title-item {
  padding: 14px 20px;
  margin: 0 16px;
  border-radius: 8px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  color: var(--Grey-900, #1F1F1F);
}
.title-item:hover {
  background: var(--Grey-100, #F2F2F2);
}
.title-item.uk-active {
  background: var(--Grey-100, #F2F2F2);
}

.content-section{
  width: 100%;
  height: 398px;
  margin: 0;
  padding: 24px;
  list-style: none;
  overflow: auto;
}
.content-section-list li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--Grey-200, #EBEBEB);
}

.content-section-list li a {
  color: #0E65E9;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  word-break: break-all;
}

.content-section-list li div {
  color: var(--Grey-800, #333);
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
}

.content-section-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}


.contact-us {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 520px;
}

.contact-us picture .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

.contact-us .textcontainer {
    max-width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    position: relative;
}

@media (min-width: 501px) {
    .contact-us .textcontainer {
        max-width:452px;
    }
}

@media (min-width: 768px) {
    .contact-us .textcontainer {
        max-width:672px;
    }
}

@media (min-width: 1025px) {
    .contact-us .textcontainer {
        max-width:1014px;
    }
}

@media (min-width: 1440px) {
    .contact-us .textcontainer {
        max-width:1200px;
    }
}

.contact-us .textcontainer .headerText {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    padding-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.contact-us .textcontainer .headerText .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.1;
}

@media (min-width: 1025px) {
    .contact-us .textcontainer .headerText .title {
        font-size:34px;
        line-height: 1.2;
    }
}

.contact-us .textcontainer .headerText .desc {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 12px;
    margin-bottom: 12px;
}

@media (min-width: 1025px) {
    .contact-us .textcontainer .headerText .desc {
        font-size:16px;
    }
}

.contact-us .textcontainer .headerText .button {
    height: 45px;
    font-size: 14px;
    line-height: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    color: #ffffff;
    min-width: 160px;
    background-color: #333;
    border-radius: 5px;
    white-space: nowrap;
    padding: 0 20px;
}

.contact-us .textcontainer .headerText .button:hover {
    background: #000;
}

@media (min-width: 900px) {
    #support {
        height:380px;
    }

    .contact-us .textcontainer .headerText {
        width: 50%;
        padding: 0;
        padding-left: 86px;
        text-align: left;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }

    .contact-us .textcontainer .headerText .desc {
        margin-top: 12px;
        margin-bottom: 24px;
    }

    .contact-us .textcontainer .headerText .button {
        margin: 0;
        min-width: 182px;
        height: 44px;
        line-height: 20px;
        background-color: #212121;
        color: #FFF;
        font-size: 15px;
    }
}


/*2025*03*29 新增新闻内容*/
.uk-padding-large .position{
	float: left;
	width: 50%;
	color: #000000;
}
.uk-padding-large .position a{
	color: #000000;
}
.uk-padding-large .position a:hover{
	color: #999999;
	text-decoration: none;
}
.uk-padding-large .data{
	float: right;
	width: 50%;
	text-align: right;
}
.button a.language{
	color: #9E9E9E;
}
.button a:hover.language{
	color: #ffffff;
}
.copyright a{
	color: #9E9E9E;
}
.copyright a:hover{
	color: #ffffff;
}

.footer_privacy_list a:hover{
	color: #ffffff;
}


/*2025*03*30 新增支持页面*/
.uk-margin-remove a.title{
	color: #333;
	text-decoration: none;
}
.uk-margin-remove a:hover.title{
	color: #000000;
}

/*2025*03*30 新增附件列表*/
.file_list{
	padding-left:0px;
}
.file_list a{
	color: #444;
	text-decoration: none;
}
.file_list a:hover{
	color: #000000;
}
.file_list li{
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}
.file_list li .ico,.file_list li .title,.file_list li .time{
	float: left;
}
.file_list li .title{
	margin-left: 20px;
}
.file_list li .name,.file_list li .time{
	float: right;
}
.file_list li .time{
	margin-right: 20px;
}


/*20250405首页产品调整*/
.uk-card-media-bottom{
	display: flex;
	justify-content: center;
}
.qrCode {
	margin-top: 30px;
}
.qrcodeText{
	margin-top: 10px;
	font-size: 12px;
	color: #9E9E9E !important;
}


/*20250407首页品牌新闻*/
.news_title h1{
	font-weight: 700;
    font-size: 34px;
}

/*20250408联系我们*/
@media (max-width: 1009px) {
  #contact-us .contact-us .headerText {
    padding-left: 0%;
    width: 100%;
	}
}

/*20250408产品内容页-手机版调整*/
@media (max-width: 1009px) {
  .fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]), .fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]), .fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]) {
    min-height: 0!important;
    min-height: 0!important;
	}

}
	body:not(.fp-responsive) .fp-overflow {
    overflow: hidden;
}

/*20250408导航下拉链接*/
#groupName a{
	color: #333;
}
#groupName a:hover{
	color: #000;
}

/*20250913头部修改*/
.xz_top_bg{background-image: url(../image/xz_topp_bg.jpg); height: 78px; width: 100%; background-size: cover; background-position: center;}
.xz_topp{max-width: 1200px;margin-left: auto;margin-right: auto;}
.xz_topp .logo{float: left; margin-top: 17px;}
.uk-navbar-item{display: none;}
.xz_lang{float: left; width: 25px; margin-right: 10px; margin-top: 5px;}
#lang_cookie{filter: grayscale(100%);}
.check #lang_cookie{filter: grayscale(0);}
.xz_tel{float: right;}
.xz_tel .xz_tel_ico,.xz_tel .xz_tel_txt{float: left; margin-top: 16px;}
.xz_tel .xz_tel_txt{line-height: 28px; margin-left:10px;}
.xz_tel .xz_tel_txt h2,.xz_tel .xz_tel_txt h3{color: #ffffff;}
.xz_tel .xz_tel_txt h2{ font-size: 22px;}
.xz_tel .xz_tel_txt h3{ font-size: 16px;}
.xz_nav{ background-color: #ebebeb;}
.xz_nav .uk-navbar-nav>li>a{color: #666666;}
.xz_nav .uk-navbar-nav>li>a:hover{color: #32ccfe;}
#mobile-menu > ul > li.xz_home{border-top: 0px;}
	.xz_nav .uk-container {
     padding-left: 0px; 
     padding-right: 0px; 
}
.uk-navbar-left, .uk-navbar-right, [class*=uk-navbar-center] {
    gap: 20px;
}


/*20250913首页修改*/

.swiper-slide{
	display: flex !important;
    flex-direction: column;
    justify-content: center;
}
.section1{
	display: block !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next,.swiper-button-next, .swiper-rtl .swiper-button-prev{color: #ffffff !important;}
.uk-background-default .uk-text-center{text-align: left !important; color: #ff6600;}
.uk-container-large{max-width: 1200px;padding: 0px}
.uk-background-default{background-color: transparent;}
.support_video .support_video_img{height: auto; background: #ffffff;}
.uk-card-default{background-color: #fafafa;}
.uk-card-default{box-shadow:none;}
.support_video .support_video_img::before, .support_video_img::after{ background: #ffffff;}
.support_video .support_video_img{ display:block; padding-top: 0px;}
#swiper-con .support_video .xz_gd_ti{ background: #ffffff; text-align: left; font-size: 20px; color: #000000 !important;font-weight:normal;}
#swiper-con .support_video .xz_gd_ms{display: block;padding: 0px 17px; text-align: left;/* margin-bottom: 30px; */color: #999999 !important; font-size: 17px; font-weight:normal;}
.section .uk-flex-middle{align-items:baseline !important;padding-top: 15%;}
.xz_xx_dj,.xz_xx_yf,.xz_xx_kh,.xz_xx_ry,.xz_xx_dl{max-width: 1200px; margin-left: auto;margin-right: auto;}
.xz_xx_dj .xz_xx_left,.xz_xx_dj .xz_xx_right,.xz_xx_yf .xz_xx_left,.xz_xx_yf .xz_xx_right{width: 50%; float: left;}
.xz_xx_dj .xz_xx_left{text-align: left;padding-top: 2%;}
.xz_xx_dj .xz_xx_left strong,.xz_xx_yf .xz_xx_left strong,.xz_xx_kh strong{line-height: 70px; font-weight:normal; }
.xz_xx_dj .xz_xx_right{display: flex; justify-content: center;}
.xz_xx_yf .xz_xx_left{display: flex; justify-content: center;}
.xz_xx_yf .xz_xx_right{text-align: left;padding-top: 1%; padding-left: 3%;width: 47%;}
.xz_xx_xn .xz_xx_right{margin-top: 9%;}
.xz_xx_yf .xz_xx_right strong{line-height: 70px; font-weight:normal; }
.xz_xx_kh img{width: 100%;}
.footer_list{min-height: inherit;}
.footer_list .footer_list_item a{color: #ffffff;}
.footer_list .footer_list_item a:hover{color: #35cbfe;}
.footer_privacy {display:block;}
.footer_privacy .footer_privacy_list,.footer_copy .left,.qrcodeText,.footer_list_item .linkType{ font-size: 17px; line-height: 20px; color: #8a8a90;}
.footer_list_item .linkType span{color: #ffffff;}
.footer_list_item .linkType{font-weight:normal;}
.footer_copy {margin-top: 40px; line-height: 50px;}
.footer_copy .left{ line-height: 20px;}
.footer_copy .footer_copy_item{float: left;margin-left: 0px;}
.xz_db_logo{margin-bottom: 20px;overflow: hidden;}
.xz_db_logo .xz_db_logo_img{width: 50%; float: left; text-align: left;}
.xz_db_logo .uk-navbar-right{text-align: right;display:block;}
.xz_db_logo .uk-navbar-right a{ display: block; float: right; margin-left: 20px;}
.footer_list .qrCode{margin-top: 30px; margin-right: 15px;}
.uk-position-relative svg:hover{color: #35cbfe;}
.footer_privacy_list{white-space: unset;}
.section_tow img{margin: 40px 0px;}
.uk-text-lead{font-size: 40px;line-height: 1.8;}
.footer_list .qrCode .qrcodeText{font-size: 17px;}
/* 主Swiper容器样式 */
.main-swiper {width: 100%;max-width: 1200px;margin: 0 auto;padding: 20px 0;}
.main-swiper .swiper-slide {display: flex;justify-content: center;align-items: center; background-color: #ffffff;}
.slide-content {width: 100%;overflow: hidden;transition: transform 0.3s ease;}
.slide-content:hover {transform: translateY(-5px);}
.support_video_img img {width: 100%;height: auto;display: inline;}
.slide-info {padding: 15px;}
.support_video_title {font-size: 18px;margin: 0 0 8px 0;color: #333;}
.xz_gd_ms {font-size: 14px;color: #666;margin: 0;}
#swiper-con .xz_gd_ti{color: #000000 !important;font-size: 20px;}
#swiper-con .xz_gd_ms{color: #666 !important;font-size: 17px; margin: 18px 0px !important;}
/* 导航按钮样式 */
.main-swiper .swiper-button-prev,.main-swiper .swiper-button-next {width: 40px;height: 40px;border-radius: 50%;color: #333;z-index: 10;}
.main-swiper .swiper-button-prev:after,.main-swiper .swiper-button-next:after {font-size: 30px;font-weight: bold;}


/*20250915列表页修改*/
.section .accordion-keys{padding: 0px;}
.section .accordion-key-title{ font-size: 20px; width:80%; color: #000000;}
.section .accordion-keys{gap: 20px;}


/*20250916内容页修改*/
.xz_xx_lj{max-width: 1200px; margin: 30px auto; padding: 0px 10px; font-size: 17px; overflow: hidden;}
.xz_xg .uk-container-small{max-width: 1200px;padding: 0px 2% 50px 2%;background-color: #ffffff; overflow: hidden;}
.xz_xg .title{text-align: center; font-size: 53px; padding-bottom: 69px; padding-top: 69px; color: #000000;line-height: 70px; overflow: hidden;}
.xz_xg{overflow: hidden;}
.xz_xg .data{text-align: left; width: 100%; font-size: 20px; overflow: hidden; margin-bottom: 100px;}
.xz_xg .more{margin-top: 100px;}
.xz_xg .more li{width: 100%; margin-top: 15px; overflow: hidden;}
.xz_xg .more .more_title{margin-top: 100px; font-size: 26px; color: #000000;}
.xz_xg .more .more_data,.xz_xg .more .more_bt{float: left;  width: 100px;}
.xz_xg .more .more_bt{width: 350px;}


/*20250916联系我们修改*/
.section_3,.section_4{background-size: cover;background-position: center;}
.section_4 { background-size: 725px 826px;background-position: 31% 50%; background-repeat: no-repeat;}
.section_3 .xz_xx_gsmc{color:#ff6600; font-size:44px; font-weight: normal; line-height: 90px; text-align: center;}
.section_4 .xz_xx_dw{width: 36%; height: 265px; border-radius: 10px; border: 2px solid #ff6600; margin-left: 45%; margin-top: 15%;}
.section_4 .xz_xx_dw #allmap{width: 100%; height: 263px;}
.section_4_dw{display: block !important;}
.section_4 .xz_xx_dw_lxpic{display: none;}

/*20250923产品页产品资讯*/
#xz_title_pic{display:flex;flex-direction:column;gap:24px; max-width: 1200px; margin-top:18px; overflow:hidden}
#xz_title_pic .title-sections{width:49%; margin-right: 1%;}
#xz_title_pic .titles-container{width:100%}
#xz_title_pic .title-itemm{cursor:pointer;transition:all 0.3s ease;display:flex;justify-content:space-between;align-items:center; margin-bottom: 15px;}
#xz_title_pic .title-sections a:hover h3{color: #ff6600;}
#xz_title_pic .title-sections .active h3{color: #ff6600;}
#xz_title_pic .title-itemm h3{font-size:20px;color:#666666;font-weight:normal; line-height: 28px;}
#xz_title_pic .title-date{color:#64748b;font-size:0.9rem;margin-left:1rem;white-space:nowrap;font-weight:normal}
#xz_title_pic .image-section{width:100%;}
#xz_title_pic .image-container{overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,0.1)}
#xz_title_pic .slide-image{width:100%;height:100%;object-fit:cover;transition:transform 0.7s ease-out}
#xz_title_pic .slide-image:hover{transform:scale(1.05)}
#xz_title_pic .image-slide{display:none;height:100%}
#xz_title_pic .image-slide.active{display:block}
.section_cczx .uk-padding-large{padding: 0px;}
.footer_list_item_en_name{width: auto;}
.footer_list_item_en{margin-right: 30px;}
.copyright_en{margin-top:40px;}

/*支持*/
.xzlink_container { max-width: 980px; width: 100%;margin: 20px 0; }
.xzlink_title { text-align: center; margin-bottom: 30px; color: #333; font-size: 28px; font-weight: 600; }
.xzlink_image-grid { display: flex; flex-wrap: wrap; gap: 40px; justify-content: flex-start; }
.xzlink_title-img { display: block; margin: 0 auto 60px; max-width: 100%; height: auto; }
.xzlink_image-item { width: calc(33.333% - 26.67px); text-align: center; transition: transform 0.3s ease; }
.xzlink_image-item:hover { transform: translateY(-5px); }
.xzlink_image-link { text-decoration: none; color: #666666; display: block; transition: color 0.3s; }
.xzlink_image-link:hover { color: #ff6600; }
.xzlink_image-wrapper { width: 220px; height: 88px; margin: 0 auto; background: linear-gradient(45deg, #6a89cc, #4a69bd); display: flex; align-items: center; justify-content: center; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); color: white; font-weight: 500; transition: all 0.3s ease; }
.xzlink_image-link:hover .xzlink_image-wrapper { background: linear-gradient(45deg, #ff9a3c, #ff6600); box-shadow: 0 6px 12px rgba(255, 102, 0, 0.3); }
.xzlink_image-text { font-size: 17px; font-weight: 500; transition: all 0.3s; }
@media (max-width: 768px) { .xzlink_image-item { width: calc(50% - 20px); } .xzlink_container { padding: 20px 0px; } }
@media (max-width: 480px) { .xzlink_image-item { width: 100%; } }
.xzlink_footer { text-align: center; margin-top: 40px; color: #888; font-size: 14px; }


@media (max-width: 1200px) {
	.section_3 .xz_xx_gsmc{ font-size:30px; line-height: 70px;padding: 50px 0px;}
	.section{width: 98%; padding: 0 1%;}
	.section1{width: 100%; padding: 0;}
	.section_4 .xz_xx_dw {
    margin-left: 38% !important;
    margin-top: 18%;
		width: 60%;
}
	.footer_sub{padding: 60px 1% 50px 1%;}
	.xz_top_bg,.xz_nav{width: 98%; padding: 0px 1%;}
}

@media (min-width: 960px) {
.uk-container {
    padding-left: 0px;
    padding-right: 0px;
}
}

@media (min-width: 961px) {
	#xz_title_pic{flex-direction:row}
	#xz_title_pic .title-section,#xz_title_pic .image-section{width:50%}
}

@media (max-width: 960px) {
	.xz_top_bg{display: none;}
	#header .logo{width: 80px; margin-top: 7px;}
	.xz_nav2{background-image: url(../image/xz_topp_bg.jpg); height: 70px;background-size: 100% 100%; background-position: center;}
	.uk-navbar-item{display:block;}
	.xz_nav{ background-color: #000;}
	.xz_nav .uk-navbar-nav>li>a{color: #FFF;}
	.xz_nav .uk-navbar-nav>li>a:hover{color: #FFF;}
	#header .uk-navbar-nav>li>a{color: #FFF;}
	#header .uk-navbar-item, #header .uk-navbar-nav>li>a, #header .uk-navbar-toggle{padding-top: 10px;}
	.uk-navbar-item svg {padding-top: 16px; margin-right: 10px;}
	.xz_xx_dj .xz_xx_left,.xz_xx_dj .xz_xx_right,.xz_xx_yf .xz_xx_left,.xz_xx_yf .xz_xx_right,.xz_xx_dw_lxpic{width: 100%; padding-left: 0%;}
	.xz_xx_dj .xz_xx_left{text-align:center;}
	.xz_xx_dj .xz_xx_left img{width: 98%;}
	.xz_xx_yf .xz_xx_right{text-align:center; padding-top: 0px; margin-top: 40px;}
	.xz_xx_yf .xz_xx_left img{width: 100%;}
	.xz_xx_cx .xz_xx_right{ margin-top: 0px;}
	.accordion-container {max-width: 100%; margin: 0px;display: block;}
	.keys-section{display: none !important;}
	.section_4{background-position: 3% 10%;background-size: 0 !important; margin-bottom: 20px;}
	.section_3 .xz_xx_gsmc{ font-size:28px; line-height: 40px;}
	.section_4 .xz_xx_dw{margin-left: 0% !important;width: 100% !important; margin-top: 60px !important; margin-bottom: 60px; height: 400px;}
	.section_4 .xz_xx_dw #allmap{width:100% !important; height: 400px;}
	.section_4 .xz_xx_dw_lxpic{display: block; margin-top: 60px;}
	.section_4 .xz_xx_dw_lxpic img{width: 100%;}
	.footer_copy { margin-top: 60px;}
	.footer_copy .left { margin-right: 0px; width: 100%;}
	.footer_copy .left .copyright{width: 100%; text-align: center;}
	html, body {height: auto !important;}
	#xz_title_pic .image-section{display:none}
	#banner .banner-img{height: auto;}
	#banner .banner-img img{width: 100%; height: 496px;}
	.swiper-slide{/*display: block !important; */height: auto !important}
	.section1{display: inherit;height: 496px !important;}
	#header .uk-navbar-nav .check1 a {color: #35cbfe;}
	.uk-text-lead{margin-top: 35px; font-size: 36px;}
	#swiper-con .xz_gd_ti{ font-size: 30px;}
	#swiper-con .xz_gd_ms{ font-size: 24px;}
	.xz_xx_dj .xz_xx_left{margin-top: 40px; padding-top: 0px;}
	.xz_xx_dj .xz_xx_right{margin-top: 50px;}
	.xz_xx_yf .xz_xx_left{display: block; text-align: center;margin-top: 60px;}
	.xz_xx_kh,.xz_xx_dl,.xz_xx_ry{margin: 60px 0px;}
	.xz_lang{margin-left: 20px;}
	#banner{height: 496px;}
	#xz_title_pic .title-sections{width: 100%;padding-bottom: 35px;}
	.uk-navbar-left, .uk-navbar-right, [class*=uk-navbar-center]{gap: 0px;}
	.section222 .main-swiper .swiper-slide{background-color: #fafafa}
	.footer_privacy_list_en{width: 85%;}
	.footer_list_item_en_name{width: 100%;}
	.footer_privacy_list_en p{line-height: 25px;}
	.copyright_en{margin-top:15px;}
}

@media (max-width: 640px) {
	.section .uk-flex-middle{padding-top: 10%;}
	.footer_privacy .footer_privacy_list,.footer_copy .left,.qrcodeText,.footer_list_item .linkType{ font-size: 14px;}
	.section_3 .xz_xx_gsmc{ font-size:16px; line-height: 40px;}
	.swiper,.section_4{padding-bottom: 0px;}
	.section_4{margin-bottom: 0px;}
	#header,.xz_nav,.support_video .support_video_img::before, .support_video_img::after{background-color:transparent;}
	.main-swiper .swiper-button-prev, .main-swiper .swiper-button-next{margin-top: -150px;}
	.xz_lang{margin-left: 10px;margin-right:5px;}
	.uk-background-default .uk-text-center{text-align: center !important;}
	#swiper-con .xz_gd_ti,#swiper-con .xz_gd_ms{text-align: left;}
	.swiper-slide{overflow: hidden;}
	.xz_xg .more .more_bt{width: 75%;}
	.section_4 .xz_xx_dw{display: none;}
	#swiper-con .xz_gd_ms {font-size: 20px; line-height: 40px;}
	.xz_xg .title{width: 100%;white-space: nowrap; padding: 30px 0px; font-size: 30px;}
	.xz_xg .data{margin-bottom: 30px;}
	.footer_privacy_list_en{width: 100%;}
}

@media (min-width: 640px){
.uk-slider-items li{
    width: calc(100% / 2);
}
}

@media (max-width: 600px){
.uk-slider-items li{
    width: calc(100%);
}
	.footer_list .qrCode {
    margin-right: 0px;
}
	.footer_privacy_list{
     line-height: 15px !important; 
}
}

@media (max-width: 580px) {
	.footer_copy {margin-top: 0px;}
	.footer_language,.footer_copy,.footer_copy .left{display: block; text-align: center;padding-top: 0px;}
	.footer_sub_sm_items{padding-bottom: 0px;}
}



@media (max-width: 768px){
.accordion-container {
    max-width: 768px;
    margin: 20px auto;
    flex-direction: column;
}
	.section_3 .xz_xx_gsmc{ font-size:20px; line-height: 50px;padding: 30px 0px;}
}

@media (max-width: 640px) {
	.section_3 .xz_xx_gsmc{ font-size:16px; line-height: 40px;padding: 30px 0px;}
}

@media (max-width: 1000px) {
	.section_4 .xz_xx_dw{margin-top: 22%;}
	.xz_xg .title{line-height: 80px}
	
}
@media (min-width: 1000px) {
	.section_4{background-position: 3% 10%;background-size: 550px auto !important;}
}

@media (min-width: 1300px) {
	.section_4{background-position: 3% 10%;background-size: 600px auto !important;}
}

@media (max-width: 1300px) {
	.section_4 .xz_xx_dw{margin-left: 40%;}
}

@media (min-width: 1300px) {
	.section_4{background-position: 3% 10%;background-size: 600px auto !important;}
}

@media (min-width: 1600px) {
	.section_4{background-position: 22% 25%;background-size: 600px auto !important;}
}


