
/*--------------------------reset main.css---------------------------*/

/* font color */
body,
html,
input,
button,
textarea,
a {
  color: #333;
}
a:hover {
  color: #e60012;
}

/* font family */
body,
html,
input,
button,
textarea {
  font-family: "SourceSansProRegular", Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
.nav li {
  font-family: "SourceSansProRegular", Arial, Helvetica, sans-serif;
}

.fb {
  font-weight: bold;
}

/* clear floating */
.head-r:after,
.nav-wrap:after,
.company-synopses ul:after,
.items-content:after,
.items_list ul:after,
.owl-stage:after,
.new-item:after,
.blog-news-list:after,
.news-item-hd:after,
.featured-list:after,
.banner-list:after,
.new-product-list:after,
.head-contact:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.head-r,
.nav-wrap,
.company-synopses ul,
.items-content,
.items_list ul,
.owl-stage,
.new-item,
.blog-news-list,
.news-item-hd,
.featured-list,
.banner-list,
.new-product-list,
.head-contact {
  *zoom: 1;
}

/* layout */
.layout,
.path-bar .path-nav {
  width: auto;
  max-width: 1200px;
}

/* inquiry-pop */
.inquiry-pop-bd {
  width: 100% !important;
  height: 100% !important;
}

/* service bug */
.side_content,
.show_btn {
  position: absolute;
  right: 0;
  top: 0;
}

/*--------------------------head-wrapper---------------------------*/
.head-wrapper {
  position: relative;
  width: 100%;
  z-index: 10000;
  background-color: #fff;
}
.head-layout {
  position: relative;
  text-align: right;
}
.change-language {
  z-index: 1;
}
.change-language-info:hover .change-language-title,
.change-language-info:hover .change-language-title a,
.change-language-info:hover .change-language-title span,
.change-language-info:hover .language-icon {
  color: inherit;
}
.head-layout .change-language-title span {
  color: #333;
}
.head-layout .logo,
.head-r {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.head-layout .logo {
  float: left;
  padding: 15px 0;
}
.head-layout .logo img {
  height: 60px;
  vertical-align: middle;
}
.head-layout .head-contact {
  float: right;
  position: absolute;
  left: 25%;
  padding-left: 0.3rem;
}
.head-layout .head-contact li {
  display: inline-block;
  float: left;
  position: relative;
  font-size: 0.14rem;
  font-weight: bold;
  margin-right: 0.15rem;
  line-height: 48px;
}
.head-layout .head-contact li,
.head-layout .head-contact li a {
  color: #666;
}
.head-layout .head-contact li:before {
}
.head-layout .head-contact li.head-phone:before {
  content: "\f0e0";
}
.head-layout .head-contact li.head-email:before {
  content: "\f095";
}
.head-layout .head-contact li .val {
  padding-left: 0.05rem;
}
.head-layout .snow {
  display: none;
}
.head-r {
  display: inline-block;
  padding: 23px 0;
  vertical-align: middle;
}
.head-search {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  text-align: left;
  margin-left: 0.2rem;
}
.head-search:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  right: -2px;
  top: 50%;
  margin-top: -8px;
}
.head-search .head-search-form {
  padding: 0;
  overflow: hidden;
  z-index: 1;
  box-sizing: content-box;
  width: 0;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.head-search .search-ipt {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  float: right;
  padding: 0;
  background: #eeeeee;
  border: 0;
  color: #808080;
  text-indent: 0.15rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 20px;
}
.head-search .search-ipt:focus {
  background-color: #fafafa;
}
.head-search .search-ipt:focus + .search-btn {
}
.head-search-form .search-btn {
  font-family: "fontawesome";
  color: #666;
}
.head-search .search-btn,
.head-search .search-toggle {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  border: none;
  font-size: 0.2rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background: none;
  color: #fff;
}
.head-search .search-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.head-search .search-btn {
  color: #666;
  background-color: #f2f2f2;
  font-size: 0.13rem;
}
.head-search .search-toggle:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../image/search-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.head-search-show {
  width: 60%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  z-index: 4;
  animation: fadeIn 0.3s ease;
}
.head-search-show .head-search-form {
  width: calc(100% - 60px);
  opacity: 1;
  filter: alpha(opacity1000);
  position: absolute;
  left: 0;
  top: 0;
}
.head-search-show .search-toggle {
  z-index: 3;
  background: none;
  width: 55px;
  color: #333;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.head-search-show .search-toggle:before {
  /*content: "\f00d";*/
  /*font-size: 0.2rem;*/
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../image/close-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.head-search-show .search-toggle:hover {
  color: #e60012;
}
.head-search-show .search-btn {
  display: none;
}
.tasking {
  width: 70%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  display: none;
}

/* nav */
.nav-bar {
  display: inline-block;
  vertical-align: middle;
}
.nav-bar {
  /* *display: inline; */
}
.nav-bar .nav-wrap {
  width: auto;
  position: relative;
}
.nav-bar .nav {
  padding-left: 0;
  display: inline-block;
  font-size: 0.18rem;
}
.nav-bar .nav {
  *display: inline;
}
.nav-bar .nav,
.nav-bar .nav a {
  color: #333;
}
.nav-bar .nav li {
  position: relative;
  display: block;
  line-height: 90px;
}
.nav-bar .nav > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}
.nav-bar .nav > li::after {
  position: absolute;
  top: 50%;
  right: -1px;
  display: block;
  content: "";
  width: 2px;
  height: 22px;
  background-color: #000;
  transform: translateY(-50%);
}
.nav-bar .nav > li:last-child:after {
  display: none;
}
.nav-bar .nav > li > a {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-weight: bold;
  text-transform: capitalize;
}
.nav-bar .nav > li > a:before {
  content: "";
  display: block;
  height: 5px;
  background-color: #e60012;
  position: absolute;
  left: 0.18rem;
  right: 0.18rem;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  bottom: -1px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-bar .nav > li > a:hover {
  color: #000;
}
.nav-bar .nav > li > a:hover:before,
.nav-bar .nav > li.li-hover > a:before,
.nav-bar .nav > li.nav-current > a:before {
  width: auto;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.nav-bar .nav:hover > li.nav-current > a:before {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}
.nav-bar .nav li li {
  display: block;
  font-size: 0.16rem;
}
.nav-bar .nav li li a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 230px;
  height: 0.35rem;
  line-height: 0.35rem;
  padding: 0;
  color: #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
}
.nav-bar .nav li li a::before {
  position: absolute;
  top: 50%;
  left: 0.2rem;
  content: '';
  width: 0.1rem;
  height: 0.1rem;
  background-color: #585858;
  transform: translateY(-50%);
}
/*.nav-bar .nav ul {*/
/*  width: 100%;*/
/*  position: fixed;*/
/*  top: 91px;*/
/*  left: 0;*/
/*  padding: 0.15rem 0.1rem;*/
/*  background: #fff;*/
/*  text-align: left;*/
/*  z-index: 999;*/
/*  box-shadow: 0 0.02rem 0.03rem rgba(0, 0, 0, 0.15);*/
/*  display: block;*/
/*  visibility: hidden;*/
/*  opacity: 0;*/
/*}*/
.nav-bar .nav .down-menu {
  width: 100%;
  position: fixed;
  top: 90px;
  left: 0;
  padding: 0.3rem 0;
  background: #fff;
  text-align: left;
  z-index: 999;
  box-shadow: 0 0.02rem 0.03rem rgba(0, 0, 0, 0.15);
  display: block;
  visibility: hidden;
  opacity: 0;
}
.nav-bar .nav .down-menu h3 {
    margin-left: 0.2rem;
    line-height: 1.5;
    font-size: 0.3rem;
    color: #e60012;
}
/*.nav-bar .nav li ul {*/
/*  -webkit-transform: translateY(8%);*/
/*  -ms-transform: translateY(8%);*/
/*  -o-transform: translateY(8%);*/
/*  transform: translateY(8%);*/
/*  -webkit-transition: all 0.4s ease;*/
/*  -o-transition: all 0.4s ease;*/
/*  transition: all 0.4s ease;*/
/*}*/
.nav-bar .nav .down-menu .menu_box {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  width: 940px;
  margin: 0 auto;
}
.nav-bar .nav .down-menu .menu_box h3 {
    margin-bottom: 0.1rem;
}
.nav-bar .nav .down-menu .menu_box .img_box {
    width: 350px;
    margin-top: 0.2rem;
}
.nav-bar .nav .down-menu .menu_box .img_box img {
    width: 100%;
}
.nav-bar .nav li .down-menu {
  -webkit-transform: translateY(8%);
  -ms-transform: translateY(8%);
  -o-transform: translateY(8%);
  transform: translateY(8%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/*.nav-bar .nav li ul li {*/
/*  -webkit-transition: all 0.5s ease;*/
/*  -o-transition: all 0.5s ease;*/
/*  transition: all 0.5s ease;*/
/*}*/
.nav-bar .nav li.li-hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.nav-bar .nav li.li-hover > .down-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.nav-bar .nav>li .nav_box {
  flex: 1;
}
.nav-bar .nav>li:nth-child(n + 2) .nav_box ul {
  display: flex;
  flex-wrap: wrap;
}
.nav-bar .nav>li:nth-child(n + 2) .nav_box ul li:nth-child(2n + 1) {
  margin-right: 0.5rem;
}
.nav-bar .nav>li:nth-child(2) .nav_box ul li:nth-child(n + 9) a {
  border-bottom: none;
}
.nav-bar .nav li.li-hover > ul:before {
  width: 100%;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.foot-item.foot-item-list li:hover {
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
/*.nav-bar .nav li li:hover {*/
/*  background-color: #f2f2f2;*/
/*}*/
.nav-bar .nav li li:last-child {
  border-bottom: 0;
}
.nav-bar .nav ul li a {
  height: 40px;
  line-height: 40px;
  padding: 0 0.4rem;
  position: relative;
  z-index: 3;
}
/*.nav-bar .nav ul li:last-child a {*/
/*  border-bottom: 0;*/
/*}*/
.nav-bar .nav ul ul,
.fixed-nav.nav-bar .nav ul ul {
  top: 0;
  left: 1.786rem;
  margin-left: 0.02rem;
}
.nav-bar .nav ul li:hover > a {
  color: #e60012;
}
.nav-bar .nav ul li:hover > a::before {
  background-color: #e60012;
}
.nav-bar .nav li .nav-ico {
  font-size: 0.14rem;
  margin: 0 0 0 0.05rem;
  display: inline-block;
}
.nav-bar .nav li .nav-ico:after {
  content: "\f107";
}
.nav-bar .nav li li .nav-ico {
  position: absolute;
  top: 0;
  right: 0.1rem;
  line-height: 0.35rem;
}
.nav-bar .nav li li .nav-ico:after {
  content: "\f0da";
}
.nav-bar .nav > li.li-hover > a {
  color: #000;
}
.change-language {
  margin-top: 0.03rem;
  margin-left: 0.25rem;
}
.head-wrapper,
.head-layout .logo img,
.nav-bar .nav li,
.fixed-nav .head-r {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sub-head-wrapper {
  background-color: #01b4b0;
}
.sub-head-wrapper .head-layout {
  position: relative;
  z-index: 2;
}
.sub-head-wrapper .snow {
  z-index: 1;
}
.fixed-nav {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.15);
}
.fixed-nav .head-layout .logo {
  padding: 15px 0;
}
.fixed-nav .head-layout .logo img {
  height: 35px;
}
.fixed-nav .nav-bar .nav li {
  line-height: 65px;
}
.fixed-nav .nav-bar .nav li ul {
  top: 65px;
}
.fixed-nav .nav-bar .nav li .down-menu {
  top: 65px;
}
.fixed-nav .head-r {
  padding: 11px 0;
}

/*--------------------------footer---------------------------*/
.foot-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 1rem 0;
  background-color: #f9f9f9;
  font-size: 0.18rem;
}
.foot-wrapper,
.foot-wrapper a {
  color: #000;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.foot-wrapper a:hover,
.foot-items .foot-item .foot-cont a:hover,
.foot-item-news .new-item a:hover {
  color: #e60012;
}
.foot-wrapper .footer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 55px;
  margin-bottom: 65px;
  border-bottom: 1px solid #646464;
}
.foot-wrapper .footer-header .left {
  display: flex;
  align-items: center;
}
.foot-wrapper .footer-header .left .footer-logo {
  max-width: 190px;
  margin-right: 20px;
}
.foot-wrapper .footer-header .friendship-link {
  position: relative;
}
.foot-wrapper .footer-header .friendship-link .top {
  position: relative;
  width: 3rem;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.18rem;
  font-size: 0.14rem;
  color: #fff;
  background-color: #e60012;
  border-radius: 0.2rem;
  cursor: pointer;
}
.foot-wrapper .footer-header .friendship-link .top::after {
  font-family: fontawesome;
  content: "\f106";
  position: absolute;
  right: 0.18rem;
  top: 0;
  font-size: 0.14rem;
  text-indent: 0;
  transform: rotate(180deg);
}
.foot-wrapper .footer-header .friendship-link .bottom {
  display: none;
  position: absolute;
  top: 0.4rem;
  left: 0;
}
.foot-wrapper .footer-header .friendship-link:hover .bottom {
  display: block;
  width: 100%;
}
.foot-wrapper .footer-header .friendship-link .bottom a {
  display: block;
  width: 100%;
  padding-top: 0.05rem;
  font-size: 0.14rem;
  text-align: center;
}
.foot-items {
  display: flex;
  line-height: 2.3;
}
.foot-items .foot-item {
  position: relative;
}
.foot-items .foot-item-printer {
  width: 18%;
}
.foot-items .foot-item-material {
  width: 14%;
}
.foot-items .foot-item-industry {
  width: 25%;
}
.foot-items .foot-item-about {
  width: 16%;
}
.foot-items .foot-item-contact {
  width: 27%;
}
.foot-items .foot-item .foot-tit,
.foot-items .foot-item .foot-tit a {
  color: #000;
}
.foot-items .foot-item .foot-tit {
  position: relative;
  margin: 0 0 0.15rem;
  line-height: 0.3rem;
  font-size: 0.24rem;
  color: #000;
  z-index: 2;
}
.foot-items .foot-item .foot-cont {
  line-height: 1.5;
}
.foot-items .foot-item .foot-cont,
.foot-items .foot-item .foot-cont a {
  color: #323232;
}
.foot-items .foot-item-intro {
  width: 20%;
}
.foot-items .foot-item-intro .foot-tit {
  margin-bottom: 0.2rem;
}
.foot-items .foot-item-intro .foot-tit:after {
  display: none;
}
.foot-items .foot-item-intro .contact-info {
  padding: 0.2rem 0 0;
}
.foot-items .foot-item-contact .foot-tit {
  padding: 0;
  border-top: 0;
}
.foot-items .foot-item-contact .foot-tit:before {
  display: none;
}
.foot-items .foot-item-contact li:last-child {
  padding-left: 0;
  margin-top: 40px;
}
.foot-contact-list {
  padding-top: 0.15rem;
}
.foot-contact-list li {
  position: relative;
  padding: 0 0 0.05rem 0.25rem;
  line-height: 0.22rem;
}
.foot-list li {
  position: relative;
  padding: 0 0 0.05rem 0;
  line-height: 0.22rem;
}
.foot-items .foot-item-contact .foot-cont li a {
  color: #323232;
}
.foot-contact-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center center;
}
.foot-contact-list li.foot_phone::before {
  background-image: url(../image/shouji-01.png);
  background-size: auto 100%;
}
.foot-contact-list li.foot_email:before {
  background-image: url(../image/youxiang-01.png);
  background-size: 20px 17px;
}
.foot-contact-list li.foot_skype:before {
  background-image: url(../image/skype-01.png);
  background-size: 20px 20px;
}
.foot-contact-list li.foot_whatsapp:before {
  background-image: url(../image/whatsapp-01.png);
  background-size: 22px 22px;
}
.foot-bar {
  border-top: 1px dashed #fff;
  padding: 0.2rem 0;
}
.foot-bar .layout {
  text-align: left;
}
.copyright {
  text-transform: uppercase;
}
.copyright,
.copyright a {
  color: #fff;
}
.copyright strong {
  font-weight: normal;
  padding-right: 0.15rem;
}
.foot-social {
  padding: 0.15rem 0 0;
}
.foot-social li {
  display: inline;
  padding: 0 0.05rem 0 0;
}
.foot-social li a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
.foot-social li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.foot-social li img {
  display: inline-block;
  max-height: 40px;
  opacity: 1;
}

/* gotop */
.gotop {
  z-index: 99;
  width: 0.55rem;
  height: 0.55rem;
  line-height: 0.55rem;
  background-color: #e60012;
  box-shadow: none;
  font-size: 0.12rem;
  color: #fff;
  border-radius: 50%;
  text-transform: uppercase;
  -webkit-animation: btnUpDown 1.5s infinite ease;
  animation: btnUpDown 1.5s infinite ease;
  text-indent: -9999px;
  overflow: hidden;
  bottom: 0.1rem;
  right: 0.15rem;
}
.gotop:hover {
  opacity: 1;
  background-color: #37c7be;
}
.gotop:before {
  font-family: fontawesome;
  content: "\f106";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.3rem;
  text-indent: 0;
  text-align: center;
}
@-webkit-keyframes btnUpDown {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: translateY(-0.05rem);
    -ms-transform: translateY(-0.05rem);
    -o-transform: translateY(-0.05rem);
    transform: translateY(-0.05rem);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes btnUpDown {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: translateY(-0.05rem);
    -ms-transform: translateY(-0.05rem);
    -o-transform: translateY(-0.05rem);
    transform: translateY(-0.05rem);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

/* page_banner */
.page_banner {
  position: relative;
}
.page_banner > img {
  width: 100%;
}
.page_banner > h3 {
  position: absolute;
  top: 30%;
  left: 50%;
  font-size: 30px;
  color: #fff;
  text-align: center;
  transform: translateX(-50%);
}
.page_banner>.page_banner_title {
  position: absolute;
  top: 35%;
  left: 50%;
  font-size: 60px;
  color: #fff;
  text-align: center;
  transform: translateX(-50%);
}
.main_content .module-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main_content .module-title::after {
  position: absolute;
  left: 50%;
  bottom: -20px;
  content: "";
  width: 160px;
  height: 6px;
  background-color: #e60012;
  transform: translateX(-50%);
}
.main_content .module-title img {
  width: 45px;
  height: auto;
  margin-right: 20px;
}
.main_content .module-title h1 {
  line-height: 1;
  font-size: 36px;
}
.faq-wrapper {
  margin: 100px 0;
}
.faq-wrapper .faq-list {
  margin-top: 90px;
}
.faq-wrapper .faq-list li {
  margin-bottom: 35px;
  border-radius: 8px;
  box-shadow: 0 0 4px 4px #e9e9e9;
}
.faq-wrapper .option_head {
  position: relative;
  padding: 20px 35px;
  font-size: 20px;
  font-weight: bold;
  color: #ad0c0c;
  cursor: pointer;
}
.faq-wrapper .option_head::after {
  position: absolute;
  top: 50%;
  right: 65px;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../image/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
}
.faq-wrapper .menu_list .option_head.current::after {
  background-image: url(../image/top-arrow.png);
}
.faq-wrapper .option_content {
  overflow: hidden;
  display: none;
  padding: 0 35px 20px;
  font-size: 14px;
  color: #a5a5a5;
}
.support-wrapper .support-list {
  margin-top: 90px;
}
.support-wrapper .support-list li {
  display: flex;
  margin-bottom: 35px;
}
.support-wrapper .support-list li:nth-child(2n) .img-box {
  order: 2;
}
.support-wrapper .support-list li:last-child {
  margin-bottom: 0;
}
.support-wrapper .support-list li > div {
  flex: 0 0 50%;
}
.support-wrapper .support-list li > .img-box {
  box-shadow: 0 0 4px 4px #e9e9e9;
}
.support-wrapper .support-list li > .img-box img {
  width: 100%;
}
.support-wrapper .support-list li:nth-child(2n + 1) > .img-box {
  padding: 15px 20px 15px 0;
}
.support-wrapper .support-list li:nth-child(2n) > .img-box {
  padding: 15px 0 20px 20px;
}
.support-wrapper .support-list li:nth-child(2n + 1) > .info-box {
  padding: 15px 0 0 38px;
}
.support-wrapper .support-list li:nth-child(2n) > .info-box {
  padding: 15px 38px 0 0;
}
.support-wrapper .support-list li > .info-box .title {
  display: flex;
  align-items: center;
  width: 70%;
  height: 50px;
  padding-left: 25px;
  background-color: #e60012;
}
.support-wrapper .support-list li > .info-box .title img {
  width: 28px;
  margin-right: 15px;
}
.support-wrapper .support-list li > .info-box .title span {
  font-size: 30px;
  color: #fff;
}
.support-wrapper .support-list li > .info-box .desc {
  width: 70%;
  margin-top: 40px;
  font-size: 20px;
}
.support-wrapper .support-list li:nth-child(2n) .info-box .title img {
  order: 2;
  margin-left: 15px;
  transform: rotateY(180deg);
}
.support-wrapper .support-list li:nth-child(2n) > .info-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.page_banner .contact-title {
  top: 50%;
  font-size: 48px;
  transform: translateY(-50%);
}
.consultation-wrapper {
  padding: 90px 0;
  text-align: center;
}
.consultation-wrapper h1 {
  font-size: 30px;
  color: #e60012;
}
.consultation-wrapper > div {
  max-width: 800px;
  margin: 25px auto 0;
  font-size: 20px;
}
.contact-wrapper {
  display: flex;
}
.contact-wrapper .contact-info {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 45%;
  background-color: #e60012;
}
.contact-wrapper .contact-info .info-box {
  width: 60%;
  padding: 25px 0 50px;
}
.contact-wrapper .contact-info .info-box h3 {
  font-size: 40px;
  color: #fff;
}
.contact-wrapper .contact-info .info-box .foot-contact-list {
  margin-top: 50px;
  font-size: 20px;
  color: #fff;
}
.contact-wrapper .contact-info .info-box .foot-contact-list li {
  margin-bottom: 10px;
}
.contact-wrapper .contact-info .info-box .foot-contact-list a {
  font-size: 20px;
  color: #fff;
}
.contact-wrapper
  .contact-info
  .info-box
  .foot-contact-list
  li.foot_phone::before {
  background-image: url(../image/white-phone.png);
  background-size: auto 100%;
}
.contact-wrapper
  .contact-info
  .info-box
  .foot-contact-list
  li.foot_email:before {
  background-image: url(../image/white-email.png);
  background-size: 20px 17px;
}
.contact-wrapper
  .contact-info
  .info-box
  .foot-contact-list
  li.foot_skype:before {
  background-image: url(../image/white-skype.png);
  background-size: 20px 20px;
}
.contact-wrapper
  .contact-info
  .info-box
  .foot-contact-list
  li.foot_whatsapp:before {
  background-image: url(../image/white-whatsapp.png);
  background-size: 22px 22px;
}
.contact-wrapper
  .contact-info
  .info-box
  .foot-contact-list
  li.foot_address:before {
  background-image: url(../image/white-address.png);
  background-size: 18px 23px;
}
.contact-wrapper .contact-info .info-box .foot-contact-list li.foot_address {
  margin-top: 30px;
}
.contact-wrapper .contact-form {
  flex: 0 0 55%;
  padding-top: 40px;
  padding-left: 80px;
  background-color: #ebebeb;
}
.contact-wrapper .contact-form form {
  width: 620px;
}
.contact-wrapper .contact-form .input-box .row {
  display: flex;
  margin-bottom: 0.3rem;
}
.contact-wrapper .contact-form .input-box .row>div {
    flex: 1;
}
.contact-wrapper .contact-form .input-box .row>div:first-child {
  margin-right: 0.25rem;
}
.contact-wrapper .contact-form .input-box .row>div input {
  width: 100%;
  height: 0.48rem;
  padding-left: 0.15rem;
  background-color: #fff;
  border-radius: 4px;
  border: none;
}
.contact-wrapper .contact-form .textarea-box {
  margin-bottom: 0.3rem;
}
.contact-wrapper .contact-form .textarea-box textarea {
  width: 620px;
  padding-top: 0.15rem;
  padding-left: 0.15rem;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  resize: none;
}
.contact-wrapper .contact-form .submit-box input {
  display: block;
  width: 190px;
  height: 48px;
  margin: 0 auto;
  font-size: 0.24rem;
  color: #fff;
  background-color: #e60012;
  border-radius: 4px;
  border: none;
}
.about_nav_bar {
  background-color: #ededed;
}
.about_nav_bar .layout {
  display: flex;
}
.about_nav_bar .layout > a {
  flex: 0 0 50%;
  height: 100px;
  line-height: 100px;
  font-size: 26px;
  text-align: center;
  color: #2f2f2f;
}
.about_nav_bar .layout > a.active {
  color: #e60012;
}
.product_nav_bar {
  background-color: #ededed;
}
.product_nav_bar .layout {
  display: flex;
}
.product_nav_bar .layout > a {
  flex: 0 0 25%;
  height: 100px;
  line-height: 100px;
  font-size: 26px;
  text-align: center;
  color: #2f2f2f;
}
.product_nav_bar .layout > a:hover {
    color: #e60012;
}
.about_wrapper {
  padding: 140px 0;
  background-image: url(../image/about-map.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.about_wrapper .about_data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_wrapper .about_data .video_box {
  flex: 0 0 70%;
}
.about_wrapper .about_data .video_box video {
  width: 100%;
  height: auto;
}
.about_wrapper .about_data .data_box {
  flex: 0 0 21%;
}
.about_wrapper .about_data .data_box li {
  margin-bottom: 30px;
}
.about_wrapper .about_data .data_box li:last-child {
  margin-bottom: 0;
}
.about_wrapper .about_data .data_box li h4 {
  font-size: 40px;
  color: #e60012;
}
.about_wrapper .about_data .data_box li h4 span {
  font-size: 30px;
}
.about_wrapper .about_data .data_box li p {
  font-size: 18px;
}
.about_wrapper .about_info {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.about_wrapper .about_info .about_title {
  flex: 0 0 16%;
}
.about_wrapper .about_info .about_title em {
  display: block;
  width: 8px;
  height: 62px;
  background-color: #b2b2b2;
}
.about_wrapper .about_info .about_title h1 {
  flex: 0 0 16%;
  font-size: 48px;
}
.about_wrapper .about_info .about_title span {
  font-size: 40px;
}
.about_wrapper .about_info .about_text {
  flex: 0 0 75%;
  font-size: 18px;
  color: #000;
}
.point_wrapper ul li {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}
.point_wrapper ul li:last-child {
  margin-bottom: 0;
}
.point_wrapper ul li .point_box {
  flex: 0 0 50%;
  padding: 30px 45px;
  background-color: #f9f9f9;
}
.point_wrapper ul li:nth-child(2n + 1) .point_box {
  border-radius: 10px 0 0 10px;
}
.point_wrapper ul li:nth-child(2n) .point_box {
  order: 2;
  border-radius: 0 10px 10px 0;
}
.point_wrapper ul li .point_box h3 {
  font-size: 66px;
  color: #c90110;
}
.point_wrapper ul li .point_box .desc {
  font-size: 16px;
  color: #585858;
}
.point_wrapper ul li .img_box {
  overflow: hidden;
  flex: 0 0 50%;
}
.point_wrapper ul li .img_box img {
  width: 100%;
}
.point_wrapper ul li:nth-child(2n + 1) .img_box {
  border-radius: 0 10px 10px 0;
}
.point_wrapper ul li:nth-child(2n) .img_box {
  border-radius: 10px 0 0 10px;
}
.news_wrapper {
  margin-top: 100px;
}
.news_wrapper .news_link {
  display: flex;
  justify-content: flex-end;
}
.news_wrapper .news_link a {
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 18px;
  background-color: #ededed;
  font-size: 14px;
  color: #2f2f2f;
  border-radius: 22px;
}
.news_wrapper .news_link a.active {
  background-color: #e60012;
  color: #faccd0;
}
.news_wrapper .news_link a:last-child {
  margin-left: 22px;
}
.news_wrapper .news_link a span {
  border-bottom: 1px solid #2f2f2f;
}
.news_wrapper .news_link a.active span {
  border-bottom: 1px solid #faccd0;
}
.news_wrapper .news_list {
  margin-top: 90px;
}
.news_wrapper .news_list li {
  display: flex;
  position: relative;
  margin-bottom: 100px;
}
.news_wrapper .news_list li .img-box {
  overflow: hidden;
  flex: 0 0 50%;
  border-radius: 15px 0 0 15px;
}
.news_wrapper .news_list li .content-box {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 50%;
  padding: 30px 40px;
  background-color: #f9f9f9;
}
.news_wrapper .news_list li:hover .content-box {
  background-color: #c90110;
}
.news_wrapper .news_list li:hover .content-box .title,
.news_wrapper .news_list li:hover .content-box .desc,
.news_wrapper .news_list li:hover .content-box .time {
  color: #fff;
}
.news_wrapper .news_list li .content-box .title {
  overflow: hidden;
  font-size: 24px;
  color: #e60012;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_wrapper .news_list li .content-box .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 60px;
  font-size: 18px;
  color: #585858;
}
.news_wrapper .news_list li .content-box .time {
  font-size: 14px;
  color: #585858;
}
.news_wrapper .news_list li a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* industry */
.industry_menu {
  margin-bottom: 150px;
}
.industry_menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.industry_menu ul li {
  position: relative;
  width: 33.33%;
  padding: 0 8px;
  margin-bottom: 24px;
}
.industry_menu ul li a {
  display: block;
  height: 104px;
  line-height: 104px;
  font-size: 24px;
  color: #515151;
  text-align: center;
  background-color: #ededed;
}
.industry_menu ul li.active a {
  background-color: #e60012;
  color: #fff;
}
.industry_menu ul li.active::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid #e60012;
  transform: translateX(-50%);
}
.industry_module_title {
  position: relative;
  margin-bottom: 1rem;
  font-size: 0.34rem;
  color: #000000;
  text-align: center;
}
.industry_module_title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 180px;
  height: 6px;
  background-color: #e60012;
  transform: translateX(-50%);
}
.event_wrapper {
  margin-bottom: 150px;
}
.event_wrapper .event_desciption p {
  margin-bottom: 20px;
  font-size: 24px;
}
.application_wrapper {
  margin-bottom: 150px;
}
.application_wrapper .case_items {
  margin-bottom: 70px;
}
.application_wrapper .case_items .case_item {
  display: flex;
  margin-bottom: 30px;
}
.application_wrapper .case_items .case_item:nth-child(2n) .case_item_swiper {
  order: 2;
}
.application_wrapper .case_items .case_item:nth-child(2n) .case_item_data {
  order: 1;
}
.application_wrapper .case_items .case_item_swiper {
  position: relative;
  flex: 0 0 52%;
}
.application_wrapper .case_items .case_item_swiper .swiper-button-prev,
.application_wrapper .case_items .case_item_swiper .swiper-button-next {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.application_wrapper .case_items .case_item_swiper .swiper-button-prev::before,
.application_wrapper .case_items .case_item_swiper .swiper-button-next::before {
  color: #e60012;
}
.application_wrapper .more-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 48px;
  line-height: 1;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  background-color: #e60012;
  border-radius: 24px;
  cursor: pointer;
}
.application_wrapper .more-btn .arrow {
  transform: rotate(90deg);
}
.application_wrapper .case_items .case_item_swiper .case-img {
  width: 100%;
}
.application_wrapper .case_items .case_item_data {
  display: flex;
  align-items: flex-start;
  flex: 0 0 48%;
  padding-top: 65px;
  background-color: #f9f9f9;
}
.application_wrapper .case_items .case_item_data .data_box {
  display: flex;
  flex-wrap: wrap;
  width: 435px;
}
.application_wrapper .case_items .case_item_data .data_box>li{
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
  margin-bottom: 50px;
}
.application_wrapper .case_items .case_item_data .data_box>li .title{
  font-size: 18px;
}
.application_wrapper .case_items .case_item_data .data_box>li .desc{
  font-size: 20px;
  font-weight: bold;
}
.application_wrapper .case_items .case_item:nth-child(2n + 1) .case_item_data {
  padding-left: 140px;
}
.application_wrapper .case_items .case_item:nth-child(2n) .case_item_data {
  padding-right: 140px;
  justify-content: flex-end;
}
.interested-wrapper .swiper-wrapper .swiper-slide {
  padding: 8px;
}
.interested-wrapper .swiper-wrapper .swiper-slide .slide-box {
  background-color: #f4f4f4;
  box-shadow: 0 0 8px 0 #e5e5e5;
}
.interested-wrapper .swiper-wrapper .swiper-slide .slide-box .product-img img {
  width: 100%;
}
.interested-wrapper .swiper-wrapper .swiper-slide .slide-box .product-info {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
}
.interested-wrapper .swiper-wrapper .swiper-slide .slide-box .product-info h6 {
  overflow: hidden;
  width: 100%;
  font-size: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.interested-wrapper .swiper-wrapper .swiper-slide .slide-box .product-info a {
  font-size: 22px;
  color: #000;
}
.interested-wrapper .swiper-wrapper .swiper-slide .slide-box:hover .product-info a {
  color: #e60012;
  border-bottom: 2px solid #e60012;
}

/*product-info*/
.product-info {
    padding: 0.35rem 0;
    background-color: #f9f9f9;
}
.product-info .info-box {
    display: flex;
    justify-content: space-between;
}
.product-info .info-box .product-imgs {
    position: relative;
    flex: 0 0 58%;
}
.product-info .info-box .product-imgs img {
    width: 100%;
}
.product-info .info-box .info-detail {
    flex: 0 0 35%;
}
.product-info .info-box .swiper-button-prev,
.product-info .info-box .swiper-button-next {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}
.product-info .info-box .swiper-button-prev:before,
.product-info .info-box .swiper-button-next:before {
    color: #e60012;
}
.product-info .info-box .info-detail .product-title {
    font-size: 0.3rem;
}
.product-info .info-box .info-detail .product-desc {
    margin-top: 0.2rem;
    font-size: 0.18rem;
}
.product-info .info-box .info-detail .product-desc p {
    margin-bottom: 0.1rem;
}
.product-info .info-box .info-detail .product-feature {
    margin-top: 0.3rem;
}
.product-info .info-box .info-detail .product-feature li {
    position: relative;
    padding-left: 0.1rem;
    font-size: 0.16rem;
}
.product-info .info-box .info-detail .product-feature li::before {
    position: absolute;
    left: 0;
    top: 0.1rem;
    content: '';
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background-color: #e60012;
}
.product-content {
    padding: 1rem 0;
    background-color: #fff;
}
.product-content .industry_module_title::after {
    width: 1.4rem;
}
.product-content .advantage-wrapper .form li {
    display: flex;
    align-items: flex-start;
    padding: 0.2rem 0;
    font-size: 0.18rem;
    border-bottom: 1px solid #000000;
}
.product-content .advantage-wrapper .form li .left {
    display: flex;
    align-items: center;
    flex: 0 0 30%;
}
.product-content .advantage-wrapper .form li .right {
    flex: 0 0 70%;
}
.product-content .advantage-wrapper .form li .left img {
    width: 0.35rem;
    margin-right: 0.1rem;
}
.product-content .technical-wrapper {
    margin-top: 1rem;
}
.product-content .materials-layer {
    margin-top: 1rem;
}
.product-content .interested-wrapper {
    margin-top: 1rem;
}
.product-content .technical-wrapper table tr:nth-child(2n + 1) td {
    background-color: #ededed;
}
.product-content .technical-wrapper table tr:nth-child(2n) td {
    background-color: #fff;
}
.product-content .technical-wrapper table tr td {
    height: 0.4rem;
    font-size: 0.16rem;
    border: 1px solid #000000;
    border-left: none;
    border-right: none;
}
.product-content .technical-wrapper table tr td:first-child {
    width: 40%;
    border-right: 1px solid #000000;
}
.product-content .technical-wrapper table tr td:last-child {
    width: 60%;
}
.product-content .case-wrapper {
    padding: 0.8rem 0;
    margin-top: 1rem;
    background-image: url('../image/application-case-bg.png');
    background-repeat: no-repeat;
}
.product-content .case-wrapper .slide-box {
    overflow: hidden;
    display: flex;
    border-radius: 10px;
}
.product-content .case-wrapper .slide-box .img-box {
    flex: 1;
}
.product-content .case-wrapper .slide-box .desc-box {
    flex: 1;
    padding: 0.8rem 0.5rem;
    background-color: #fff;
    box-sizing: border-box;
}
.product-content .case-wrapper .slide-box .desc-box h4 {
    font-size: 0.24rem;
}
.product-content .case-wrapper .slide-box .desc-box .desc {
    margin-top: 0.2rem;
    font-size: 0.18rem;
}
.product-content .case-wrapper .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 0.6rem;
}
.product-content .case-wrapper .btn-wrapper span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin: 0 0.1rem;
    font-size: 26px;
    border: 1px solid #000;
    cursor: pointer;
}
.product-content .case-wrapper .btn-wrapper span:hover {
    background-color: #e60012;
    color: #fff;
    border-color: #e60012;
}
.product-content .accessories-wrapper {
    margin-top: 1rem;
}
.product-content .accessories-wrapper .accessories-content {
    display: flex;
    justify-content: flex-end;
    margin-top: 2.5rem;
}
.product-content .accessories-wrapper .accessories-content-box {
    position: relative;
    width: 1200px;
    padding: 0.6rem 3.9rem 0.6rem 2.8rem;
    background-color: #f9f9f9;
}
.product-content .accessories-wrapper .accessories-content-box .img-box {
    position: absolute;
    left: -350px;
    top: -105px;
    width: 5.35rem;
}
.product-content .accessories-wrapper .accessories-content-box .img-box img {
    width: 100%;
}
.product-content .accessories-wrapper .content-box>h4 {
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
} 
.product-content .accessories-wrapper .accessories-content-box .desc {
    margin-bottom: 0.5rem;
    font-size: 0.18rem;
}
.product-content .accessories-wrapper .accessories-content-box .img img {
    max-width: 100%;
} 
/*-------------------------------
			swiper-slide start
			----------------------------------*/
.slider_banner {
  position: relative;
  overflow: hidden;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: -25px;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.swiper-button-next:before,
.swiper-button-prev:before {
  display: inline-block;
  -webkit-transform: scale(0.7, 1);
  -ms-transform: scale(0.7, 1);
  -o-transform: scale(0.7, 1);
  transform: scale(0.7, 1);
  vertical-align: top;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
}

.swiper-container:hover .swiper-button-prev {
  left: 65px;
}

.swiper-container:hover .swiper-button-next {
  right: 65px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  /*pointer-events:none;*/
  opacity: 0.3;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before {
  content: "<";
}

.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
  content: ">";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 3;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  border: 0px solid rgba(255, 255, 255, 0);
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 6px;
  background-clip: content-box;
}

.swiper-pagination-bullet-active {
  background-color: #83ccd5;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.3s -webkit-transform;
  transition: 0.2s top, 0.3s -webkit-transform;
  -o-transition: 0.2s transform, 0.3s top;
  transition: 0.2s transform, 0.3s top;
  transition: 0.2s transform, 0.3s top, 0.3s -webkit-transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.3s -webkit-transform;
  transition: 0.2s left, 0.3s -webkit-transform;
  -o-transition: 0.2s transform, 0.3s left;
  transition: 0.2s transform, 0.3s left;
  transition: 0.2s transform, 0.3s left, 0.3s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.3s -webkit-transform;
  transition: 0.2s right, 0.3s -webkit-transform;
  -o-transition: 0.2s transform, 0.3s right;
  transition: 0.2s transform, 0.3s right;
  transition: 0.2s transform, 0.3s right, 0.3s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal {
  overflow: hidden;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

@media screen and (max-width: 480px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}

/*ie*/
.swiper-container {
  overflow: hidden\9;
}

.swiper-container .swiper-wrapper {
  width: 20000%\9;
}

.swiper-slide {
  float: left\9;
}

.product_slider .product_item {
  width: 25%\9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .swiper-container .swiper-wrapper {
    width: auto;
  }
}

/*-------------------------------
                        swiper-slide end
                        ----------------------------------*/

/*-------------------------------------------------------- 
                                                    page: index
                                                                    ------------------------------------------------------*/

.gd-layer {
  padding: 0.5rem 0;
}
.gd-layer,
.gd-layer a {
  color: #333;
}
.gd-layer a:hover {
  color: #e60012;
}
.gd-layer .layer-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
.gd-layer .layer-header .header-left {
  flex: 1;
  position: relative;
  padding-left: 30px;
}
.gd-layer .layer-header .header-left::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 16px;
  height: 28px;
  background-color: #e60012;
  transform: translateY(-50%);
}
.gd-layer .layer-header .header-left h3 {
  font-size: 36px;
}
.gd-layer .layer-header .header-left span {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: -7px;
  line-height: 1;
  font-size: 82px;
  color: #f7f7f7;
}
.gd-layer .layer-header .header-right {
  display: flex;
}
.gd-layer .layer-header .header-right .btn:last-child {
  margin-left: 56px;
}
.gd-layer .btn {
  width: 178px;
  height: 60px;
  font-size: 20px;
  text-align: center;
  border: 1px solid #dbd8d8;
  border-radius: 30px;
}
.gd-layer .btn.active {
  display: block;
  background-color: #e60012;
  color: #fff;
}
.gd-layer .btn i {
  padding-bottom: 5px;
  line-height: 50px;
  border-bottom: 2px solid #777777;
}
.gd-layer .btn.active i {
  border-bottom: 2px solid #f49098;
}
.main_content {
  padding: 0 0 0.9rem;
}
.product_main_content {
  margin-top: 0.9rem;
}
.index-main-content {
  padding-bottom: 0;
}

/* slides */
.rev_slider_wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.tp-leftarrow,
.tp-rightarrow {
  font-size: 0.3rem;
  background-color: #000;
  border-radius: 0%;
  float: left;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff !important;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  overflow: hidden;
  top: 50% !important;
  margin-top: -0.25rem !important;
  z-index: 99;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.tp-leftarrow:before {
  content: "\f104";
}
.tp-rightarrow:before {
  content: "\f105";
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {
  border-color: #e60012;
  color: #e60012 !important;
}
.owl-carousel .owl-controls .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 0.035rem;
  border-radius: 50%;
  background: none;
}
.owl-carousel .owl-controls .owl-dots .active {
  background-color: #e60012;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background-color: #e60012;
}
.rev_slider_wrapper:hover .tp-leftarrow,
.rev_slider_wrapper:hover .tp-rightarrow {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.rev_slider_wrapper:hover .tp-leftarrow:hover,
.rev_slider_wrapper:hover .tp-rightarrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #e60012;
  color: #fff !important;
}
.tp-loader.spinner0 {
  background: url(../image/loading.gif) center no-repeat;
  -webkit-background-size: auto 60%;
  background-size: auto 60%;
}

/* title */
.index-title-bar {
  margin: 0 auto 0.3rem;
  text-align: center;
  position: relative;
}
.index-title-bar .index-title {
  text-transform: uppercase;
  display: inline-block;
  background-color: #fff;
  padding: 0 0.1rem;
  position: relative;
  z-index: 2;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.index-title-bar:before,
.index-title-bar:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-bottom: 1px dashed #151515;
  position: absolute;
  left: 0;
  top: 0.1rem;
}
.index-title-bar:after {
  left: 1px;
  margin-top: -1px;
}
.index-title-bar .index-title,
.index-title-bar .index-title a {
  color: #191c21;
}
.index-title-bar .index-title a:hover {
  color: #e60012;
}
.index-title-bar .title-desc {
  display: block;
  padding: 0.1rem 0 0;
  font-size: 0.16rem;
  font-style: italic;
}

/* btn */
.learn-more-bar {
  text-align: center;
  padding: 0.4rem 0 0;
}
.gd-btn {
  background-color: #e60012;
  border: 0;
  color: #fff !important;
  font-size: 0.16rem;
  line-height: 0.45rem;
  display: inline-block;
  padding: 0 0.65rem 0 0.25rem;
  letter-spacing: 1px;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  overflow: hidden;
  position: relative;
  border-radius: 0.04rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gd-btn:before,
.gd-btn:after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.45rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #3dbfb6;
  color: #fff;
  font-family: "fontawesome";
  content: "\f105";
  font-size: 0.2rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0 0.04rem 0.04rem 0;
}
.gd-btn:hover {
  background-color: #37c7be;
}
.gd-btn:after {
  opacity: 0;
  right: 0.2rem;
  z-index: 1;
}
.gd-btn:hover:after {
  opacity: 1;
  right: 0;
}
.gd-btn:hover:before {
  right: -0.3rem;
}

/* slide banner */
.tp-bullets.simplebullets .bullet,
.tp-bullets.simplebullets .bullet.selected {
  width: 0.1rem;
  height: 0.1rem;
}
.tp-bullets.simplebullets .bullet {
  background-color: #000;
  border: 0.02rem solid #000;
  opacity: 0.2;
}
.tp-bullets.simplebullets .bullet.selected {
  opacity: 1;
  background-color: #e60012;
  border-color: #e60012;
}

/* printers-layer */
.printers-layer .example-machine {
  overflow: hidden;
}
.printers-layer .example-machine .img-box {
  float: left;
  width: 55%;
}
.printers-layer .example-machine .img-box img {
  width: 100%;
}
.printers-layer .example-machine .info-box {
  float: right;
  width: 35%;
}
.printers-layer .example-machine .info-box h2 {
  margin-bottom: 50px;
  font-size: 36px;
}
.printers-layer .example-machine .info-box li {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  font-size: 18px;
  color: #e60012;
}
.printers-layer .example-machine .info-box li:last-child {
  margin-bottom: 0;
}
.printers-layer .example-machine .info-box li img {
  width: 56px;
  height: 56px;
  margin-right: 25px;
}

.printers-layer .printer-wrapper .btn {
  margin-top: 140px;
}
.printers-layer .machine-wrapper ul {
  margin-top: 50px;
}
.printers-layer .machine-wrapper li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
}
.printers-layer .machine-wrapper li .other-info {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(to bottom, #ee929a, #9d000c);
  opacity: 0;
  color: white!important;
  transition: 0.5s;
}
.printers-layer .machine-wrapper li .other-info p {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.printers-layer .machine-wrapper li .other-info span {
  position: absolute;
  left: 50%;
  bottom: 40px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  transform: translateX(-50%);
}
.printers-layer .machine-wrapper li a:hover .other-info {
  opacity: 1;
}
.printers-layer .machine-wrapper li .img-box {
  padding: 50px 0;
}
.printers-layer .machine-wrapper li img {
  width: 100%;
  height: auto;
}
.printers-layer .machine-wrapper li .title-box {
  overflow: hidden;
  padding: 35px;
  text-align: center;
}
.printers-layer .machine-wrapper li .title-box h4 {
  overflow: hidden;
  font-size: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.printers-layer .printers-content {
  display: none;
}
.printers-layer .printers-content:first-child {
  display: block;
}

/* materials-layer */
.materials-layer .materials-wrapper li {
  padding: 6px;
}
.materials-layer .materials-wrapper li figure {
  box-shadow: 0px 0px 2px 2px #efefef;
}
.materials-layer .materials-wrapper li .img-box img {
  width: 100%;
  height: auto;
}
.materials-layer .materials-wrapper li figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  background-color: #f4f4f4;
}
.materials-layer .materials-wrapper li figcaption h4 {
  overflow: hidden;
  flex: 1;
  margin-right: 20px;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.materials-layer .materials-wrapper li figcaption span {
  font-size: 16px;
  color: #e60012;
}
.layer-header .btn-wrapper {
  display: flex;
}
.layer-header .btn-wrapper span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 26px;
  border: 1px solid #000;
  cursor: pointer;
}
.layer-header .btn-wrapper span:last-child {
  margin-left: 12px;
}
.layer-header .btn-wrapper span:hover {
  background-color: #e60012;
  color: #fff;
  border: 1px solid #e60012;
}

.partner-wrapper .swiper-slide img {
  width: 100%;
}

/* news-layer */
.news-layer .more-btn {
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  background-color: #e60012;
  font-size: 16px;
  color: #fff;
  border-radius: 24px;
}
.news-layer .more-btn:hover {
  color: #fff;
}
.news-layer .news-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.news-layer .news-wrapper .news-left {
  overflow: hidden;
  flex: 0 0 52%;
  border-radius: 15px;
  border: 1px solid #eae9e9;
}
.news-layer .news-wrapper .news-left a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-layer .news-wrapper .news-left .news-img {
  flex: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.news-layer .news-wrapper .news-left .news-info {
  padding: 30px;
}
.news-layer .news-wrapper .news-left .news-info h3 {
  font-size: 22px;
  color: #000;
}
.news-layer .news-wrapper .news-left .news-info .other {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.news-layer .news-wrapper .news-right {
  flex: 0 0 45%;
}
.news-layer .news-wrapper .news-right li {
  padding: 35px 25px;
  margin-bottom: 25px;
  background-color: #f4f4f4;
  border-radius: 15px;
  transition: 0.5s;
}
.news-layer .news-wrapper .news-right li:last-child {
  margin-bottom: 0;
}
.news-layer .news-wrapper .news-right li a {
  display: block;
  width: 100%;
  height: 100%;
}
.news-layer .news-wrapper .news-right li h3 {
  font-size: 22px;
  color: #000;
}
.news-layer .news-wrapper .news-right li .desc {
  margin-top: 20px;
  font-size: 14px;
  color: #929292;
}
.news-layer .news-wrapper .news-right li .other {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  font-size: 16px;
  color: #313131;
}
.news-layer .news-wrapper .news-right li:hover {
  background-color: #e60012;
}
.news-layer .news-wrapper .news-right li:hover h3,
.news-layer .news-wrapper .news-right li:hover .desc,
.news-layer .news-wrapper .news-right li:hover .other {
  color: #fff;
}

/* industries-layer */
.industries-layer .industries-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.industries-layer .industries-wrapper ul li {
  flex: 0 0 33.33%;
  padding: 8px;
}
.industries-layer .industries-wrapper ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.industries-layer .industries-wrapper ul li a > h4 {
  position: absolute;
  left: 25px;
  bottom: 20px;
  font-size: 20px;
  color: #fff;
}
.industries-layer .industries-wrapper ul a > img {
  width: 100%;
}
.industries-layer .industries-wrapper ul .detail-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  background: linear-gradient(to bottom, #a43a4b, #9e000c);
  opacity: 0;
  transition: 0.5s;
}
.industries-layer .industries-wrapper ul a:hover .detail-info {
  opacity: 0.95;
}
.industries-layer .industries-wrapper ul .detail-info h4 {
  font-size: 20px;
  color: #fff;
}
.industries-layer .industries-wrapper ul .detail-info .desc {
  margin: 45px 0 80px;
  font-size: 14px;
  color: #fff;
}
.industries-layer .industries-wrapper ul .detail-info .btn {
  width: 100px;
  height: 34px;
  line-height: 34px;
  background-color: #fff;
  font-size: 14px;
  color: #000;
  text-align: center;
  border-radius: 17px;
}

/* why-wrapper */
.why-wrapper {
  background-color: #f4f4f4;
}
.why-wrapper ul {
  padding: 36px;
}
.why-wrapper ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 0 36px 10px;
  border-bottom: 1px solid #929292;
}
.why-wrapper ul li:last-child a {
  border-bottom: none;
}
.why-wrapper ul li a .img-box {
  width: 36%;
}
.why-wrapper ul li a img {
  width: 100%;
}
.why-wrapper ul li a .why-info {
  width: 58%;
}
.why-wrapper ul li a .why-info h4 {
  font-size: 24px;
  color: #e60012;
}
.why-wrapper ul li a .why-info .desc {
  margin-top: 25px;
  font-size: 20px;
  color: #000;
}
.why-wrapper ul li:nth-child(2n) a .img-box {
  order: 2;
}

/* our-layer */
.our-layer .our-wrapper {
  position: relative;
}
.our-layer .our-wrapper .our-img {
  width: 100%;
  max-height: 800px;
}
.our-layer .our-wrapper .layout {
  display: flex;
  position: absolute;
  width: 1200px;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
}
.our-layer .our-wrapper .layout li {
  flex: 0 0 25%;
  padding-right: 50px;
}
.our-layer .our-wrapper .layout li h2 {
  font-size: 60px;
  color: #fff;
}
.our-layer .our-wrapper .layout li h2 span {
  font-size: 36px;
}
.our-layer .our-wrapper .layout li {
  font-size: 18px;
  color: #fff;
}
.our-layer .album-wrapper {
  margin-top: 60px;
}
.our-layer .album-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
}
.our-layer .album-wrapper ul li {
  flex: 0 0 33.33%;
  padding: 0 9px;
  margin-bottom: 10px;
}
.our-layer .album-wrapper ul li img {
  width: 100%;
}
.our-layer .album-wrapper ul li span {
  display: block;
  padding: 14px 0;
  font-size: 18px;
  color: #8d8d8d;
  text-align: center;
}

/* form-layer */
.form-layer {
  padding: 115px 0;
  margin-top: 120px;
  background-repeat: no-repeat;
  background-size: cover;
}
.form-layer .form-header {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 40px;
  text-align: center;
}
.form-layer .form-header h3 {
  margin-bottom: 30px;
  font-size: 30px;
}
.form-layer .form-header p {
  max-width: 750px;
  margin: 0 auto;
  font-size: 20px;
}
.form-layer .form-header::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 180px;
  height: 5px;
  border-radius: 5px;
  background-color: #e60012;
  transform: translateX(-50%);
}
.form-layer .form-content {
  padding: 40px 30px;
  background-color: rgba(255, 255, 255, 0.5);
}
.form-layer .form-content .input-box .row {
  display: flex;
  margin-bottom: 0.3rem;
}
.form-layer .form-content .input-box .row>div {
    flex: 1;
}
.form-layer .form-content .input-box .row>div:nth-child(-n + 2) {
  margin-right: 0.4rem;
}
.form-layer .form-content .input-box .row>div input {
  width: 100%;
  height: 0.48rem;
  padding-left: 0.15rem;
  background-color: #fff;
  border-radius: 4px;
  border: none;
}
.form-layer .form-content .textarea-box {
  margin-bottom: 0.45rem;
}
.form-layer .form-content .textarea-box textarea {
  width: 100%;
  padding-top: 0.15rem;
  padding-left: 0.15rem;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  resize: none;
}
.form-layer .form-content .submit-box input {
  display: block;
  width: 190px;
  height: 48px;
  margin: 0 auto;
  font-size: 0.24rem;
  color: #fff;
  background-color: #e60012;
  border-radius: 4px;
  border: none;
}

/* company-synopses */
.company-synopses {
  background-position: center 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}
.company-synopses ul {
  margin: 0 -0.15rem;
}
.synopsis-item {
  width: 50%;
  position: relative;
  float: left;
  text-align: center;
  padding: 0.25rem 0.15rem;
}
.synopsis-item .item-wrap,
.synopsis-item .item-img img,
.synopsis-item .item-info,
.synopsis-item .item-info .read-more,
.synopsis-item .item-info .item-title a,
.synopsis-item:hover .item-info .read-more:before,
.synopsis-item:hover .item-info .read-more:after {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.synopsis-item .item-wrap {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.synopsis-item .item-img {
  width: 29.55%;
  display: block;
  position: relative;
  overflow: hidden;
}
.synopsis-item .item-img img {
  display: block;
  width: 100%;
  height: auto;
}
.synopsis-item .item-info {
  position: relative;
  z-index: 3;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: left;
  padding-left: 0.4rem;
}
.synopsis-item .item-info .item-title {
  position: relative;
  font-weight: bold;
  font-size: 0.26rem;
  line-height: 1.3;
  margin: 0 auto 1rem;
}
.synopsis-item .item-info .item-desc {
  display: block;
  height: 0.54rem;
  line-height: 0.18rem;
  overflow: hidden;
  margin: 0 auto 0.2rem;
  color: #666;
  font-size: 0.16rem;
}
.synopsis-item:hover .item-img {
  position: relative;
}
.synopsis-item .item-info .read-more {
  display: inline-block;
  font-size: 0.18rem;
  padding: 0.02rem 0;
  position: relative;
  font-weight: bold;
}
.synopsis-item .item-info .read-more:hover {
  padding: 0.02rem 0.08rem;
}
.synopsis-item .item-info .read-more:before,
.synopsis-item .item-info .read-more:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #e60012;
  position: absolute;
  left: 0;
}
.synopsis-item .item-info .read-more:before {
  top: 0;
}
.synopsis-item .item-info .read-more:after {
  bottom: 0;
}
.synopsis-item .item-info .read-more:hover:before,
.synopsis-item .item-info .read-more:hover:after {
  width: 100%;
}
.company-synopses .owl-carousel .owl-controls {
  height: auto;
  padding: 0.4rem 0 0;
}
.company-synopses .owl-carousel .owl-controls .owl-dots {
  position: static;
}

/* promote layer */
.promote-layer {
  padding: 1rem 0;
  background-position: center 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.promote-layer .layer-body,
.promote-layer .layer-body a {
}
.promote-layer .layer-body {
  text-align: center;
}
.promote-layer .promote-detail {
  line-height: 1.1;
}
.promote-layer .promote-title {
  font-size: 0.18rem;
  margin-bottom: 0.15rem;
}
.promote-layer .promote-desc {
  font-size: 0.6rem;
  margin-bottom: 0.15rem;
}
.promote-layer .promote-detail .btn-wrap {
  padding-top: 0.15rem;
}

/* product list */
.product-items {
  position: relative;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.product-items .layout {
  position: relative;
  z-index: 2;
}
.product-items .index-title-bar {
  margin-bottom: 0.25rem;
}
.product-items .learn-more-bar {
  padding: 0.3rem 0 0;
}
.product-items .layer-body {
}
.product-item {
  position: relative;
  vertical-align: top;
  width: 50%;
  padding: 0.32rem 0.35rem;
  margin: 0 0 0.22rem;
  float: left;
}
.product-items .product-item,
.goods-items .product-item {
  margin: 0;
}
.product-item .item-wrap {
  overflow: hidden;
  position: relative;
  background-color: #f9f9f9;
  box-shadow: 0 0 6px 0 #eaeaea;
  border-radius: 10px 10px 0 0;
}
.items_list .product-item .hide-item-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(to bottom, rgba(218,134,141,0.8) 40%, #a2141f 100%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.items_list .product-item .item-wrap:hover .hide-item-wrap {
  opacity: 1;
}
.items_list .product-item .item-wrap .hide-item-wrap a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.items_list .product-item .item-wrap .hide-item-wrap .item-info {
  position: absolute;
  left: 50%;
  bottom: 10%;
  width: 100%;
  color: #fff;
  text-align: center;
  transform: translateX(-50%);
}
.items_list .product-item .item-wrap .hide-item-wrap .item-info h3 {
  font-size: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.items_list .product-item .item-wrap .hide-item-wrap .item-info .desc {
  font-size: 0.16rem;
  color: #fff;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.items_list .product-item .item-wrap .hide-item-wrap .item-info img {
    width: 0.45rem;
    height: 0.45rem;
    margin-top: 0.45rem;
}
.product-item .item-img {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #f6f6f6;
}
.product-item .item-img img {
  position: relative;
  width: 100%;
}
.product-item .item-img:before,
.product-item .item-img:after {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.items_list .product-item .item-info {
  padding: 0.2rem 0.1rem;
}
.product-item .item-info .item-title {
  text-transform: capitalize;
  font-size: 0.18rem;
  overflow: hidden;
}
.product-item .item-info .item-desc {
  height: 0.34rem;
  line-height: 1.2;
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #585858;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.product-item .item-info .item-title a {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-items .product-item {
  width: 100%;
  display: none;
  padding: 0;
}
.product-items .product-item .item-info {
  padding-bottom: 0;
}
.product-items .owl-loaded .product-item {
  display: block;
}
.product-items .owl-carousel .owl-controls .owl-nav {
  position: static;
  text-align: center;
}
.product-items .owl-carousel .owl-controls .owl-prev,
.product-items .owl-carousel .owl-controls .owl-next {
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  border-radius: 0;
  background-color: #f7f7f7;
  font-size: 0.3rem;
  color: #000;
  font-weight: bold;
  position: absolute;
  top: 50%;
  margin: 0;
  margin-top: -0.45rem;
}
.product-items .owl-carousel .owl-controls .owl-prev {
  left: 0;
}
.product-items .owl-carousel .owl-controls .owl-next {
  right: 0;
  margin-right: 0;
}
.product-items .owl-carousel:hover .owl-controls .owl-prev,
.product-items .owl-carousel:hover .owl-controls .owl-next,
.product-items .owl-carousel .owl-controls .owl-prev:hover,
.product-items .owl-carousel .owl-controls .owl-next:hover {
  background-color: #e60012;
  color: #fff;
}
.product-items .owl-carousel .owl-controls .owl-dot {
  /*display: none;*/
}
.items_list .product-item:nth-child(2n + 1) {
  clear: left;
}
.items_list ul {
  margin: -0.32rem -0.35rem 0;
}
.items_list .product-item {
  margin-bottom: 0;
}
.items_list .product-item .item-wrap {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.items_list .product-item .item-wrap:hover {
  border-color: #aaa;
  outline-offset: 0;
}
.items_list .product-item .item-info .item-title a {
  display: inline-block;
  max-width: 180px;
  max-width: 80%;
  margin: 0 auto;
  color: #e60012;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.items_list .product-item .item-img:before {
  display: none;
}
.printers_items_list ul {
    margin: 0 -0.12rem;
}
.printers_items_list .printers-product-item .item-wrap a {
    display: block;
}
.printers_items_list .printers-product-item .item-wrap .img-box {
  box-shadow: 2px 2px 6px 0 #e6e6e6;
}
.printers_items_list .printers-product-item .item-wrap .img-box img {
    width: 100%;
}
.printers_items_list .printers-product-item .item-wrap .item-info {
    margin-top: 0.35rem;
}
.printers_items_list .printers-product-item .item-wrap .item-info h3 a {
    font-size: 0.3rem;
    color: #e60012;
}
.printers_items_list .printers-product-item .item-wrap .item-info .desc {
    margin-top: 0.1rem;
    font-size: 0.18rem;
}
.printers_items_list .printers-product-item .feature-list {
    display: flex;
    margin-top: 0.4rem;
}
.printers_items_list .printers-product-item .feature-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 0 25%;
    text-align: center;
}
.printers_items_list .printers-product-item .feature-item img {
    width: 0.46rem;
    height: 0.46rem;
}
.printers_items_list .printers-product-item .feature-item span {
    width: 1rem;
    margin-top: 0.05rem;
    font-size: 0.16rem;
}
.printers-product-item .btn {
    display: block;
    width: 178px;
    height: 60px;
    margin-top: 0.3rem;
    background-color: #e60012;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border: 1px solid #dbd8d8;
    border-radius: 30px;
}
.printers-product-item .btn i {
    padding-bottom: 5px;
    line-height: 50px;
    border-bottom: 2px solid #f49098;
}

/* about us */
.about-us {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-position: center 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 0;
}
.about-us .layer-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.about-us .about-img {
  width: 46%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
}
.about-us .about-img .item,
.about-us .about-img .item img {
  position: relative;
  width: 100%;
}
.about-us .about-img .flex-control-nav {
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 0.12rem;
}
.about-us .about-img .flex-control-paging li a {
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}
.about-us .about-img .flex-control-paging li a:hover,
.about-us .about-img .flex-control-paging li a.flex-active {
  border-color: #333;
  background: #e60012;
}
.about-us .about-img .flex-direction-nav {
  text-align: center;
  padding: 0.05rem 0 0;
  display: none;
}
.about-us .about-detail {
  font-size: 0.16rem;
  padding-left: 0.15rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-left: 0.3rem;
  text-align: left;
}
.about-us .about-detail .about-title {
  font-size: 0.6rem;
  padding-bottom: 0.25rem;
  line-height: 1.1;
  font-weight: normal;
}
.about-us .about-detail .about-title,
.about-us .about-detail .about-title a {
  color: #231f20;
}
.about-us .about-detail .about-desc {
  padding-bottom: 0.2rem;
}
.about-us .about-more {
  margin: 0.3rem 0 0;
}
.about-us .flex-direction-nav li {
  display: inline;
}
.about-us .flex-direction-nav a {
  position: static;
  margin: 0;
  display: inline-block;
  width: 0.22rem;
  height: 0.22rem;
  line-height: 0.22rem;
  font-size: 0.12rem;
  background: none;
  border-radius: 0;
}
.about-us .flex-direction-nav a:hover {
  background: #e60012;
  color: #fff;
}

/* inquiry pannel */
.inquiry-pannel {
  padding: 0.4rem 0;
  background-color: #44d5cb;
  text-align: center;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
}
.inquiry-pannel .index-title-bar {
  margin-bottom: 0.3rem;
}
.inquiry-pannel .pannel-info .info-txt {
  display: inline-block;
  font-weight: normal;
  line-height: 1.3;
  font-size: 0.24rem;
}
.inquiry-pannel .pannel-info .info-txt,
.inquiry-pannel .pannel-info .info-txt a {
  color: #fff;
}
.inquiry-pannel .pannel-info .info-txt + .gd-btn {
  margin-left: 0.4rem;
}
.inquiry-pannel .gd-btn {
  vertical-align: middle;
  background-color: #fff;
  color: #333 !important;
}
.inquiry-pannel .gd-btn:before,
.inquiry-pannel .gd-btn:after {
  background-color: #f3f3f3;
  color: #333 !important;
}

/* promte banners */
.promote-banners {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0.1rem 0 0.15rem;
}
.banner-list {
  padding: 0 0.1rem;
  /*margin: 0 -1rem;*/
}
.banner-list .banner-item {
  width: 33.333333%;
  float: left;
}
.banner-list .banner-item .banner-img {
  position: relative;
  display: block;
  padding: 0.05rem;
  overflow: hidden;
}
.banner-list .banner-item .banner-img:before,
.banner-list .banner-item .banner-img:after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-list .banner-item .banner-img:before {
  left: 0;
}
.banner-list .banner-item .banner-img:after {
  width: 100%;
  right: 0;
}
.banner-list .banner-item .banner-img:hover:before,
.banner-list .banner-item .banner-img:hover:after {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.banner-list .banner-item .banner-img:hover:before {
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.banner-list .banner-item .banner-img,
.banner-list .banner-item .banner-img img {
  display: block;
  width: 100%;
  height: auto;
}
.banner-list .banner-item .banner-img img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-list .banner-item .banner-img:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.banner-list-2 .banner-item {
  width: 50%;
}
.banner-list-2 .banner-item .banner-img:before {
  display: none;
}

/* partner */
.partner-layer {
}
.partner-list {
  width: auto;
  padding: 0 0.5rem;
}
.partner-list .partner-item {
  display: none;
  text-align: center;
  overflow: hidden;
}
.partner-list .partner-item a {
  display: block;
  position: relative;
}
.partner-list .partner-item img {
  max-width: 100%;
  position: relative;
}
.partner-list .partner-item a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0);
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.partner-list .partner-item a:hover {
  border-color: #ccc;
}
.partner-list:hover .partner-item a:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.partner-list:hover .partner-item a:hover:before {
  background-color: rgba(255, 255, 255, 0);
}
.owl-loaded .partner-item {
  display: block;
}
.partner-wrap .owl-prev:before,
.partner-wrap .owl-next:before {
  margin: 0;
}
.partner-wrap .owl-prev:hover,
.partner-wrap .owl-next:hover,
.partner-slides:hover .owl-prev,
.partner-slides:hover .owl-next {
  opacity: 1;
  color: #fff;
}
.partner-wrap .owl-prev:before {
  content: "\f104";
}
.partner-wrap .owl-next:before {
  content: "\f105";
}
.partner-list:hover .owl-prev,
.partner-list:hover .owl-next {
  opacity: 1;
}
.partner-layer .owl-carousel .owl-controls .owl-nav {
  position: static;
}
.partner-layer .owl-carousel .owl-controls .owl-nav .owl-prev,
.partner-layer .owl-carousel .owl-controls .owl-nav .owl-next {
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.28rem;
  border-radius: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #999;
  text-align: center;
}
.partner-layer .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.partner-layer .owl-carousel .owl-nav .owl-next {
  right: 0;
}
.partner-layer .owl-carousel .owl-nav .owl-prev:hover,
.partner-layer .owl-carousel .owl-nav .owl-next:hover {
  color: #fff;
  background-color: #22264b;
}
.partner-layer .owl-carousel .owl-controls .owl-dots {
  padding: 0.25rem 0 0;
  position: static;
}
.partner-layer .owl-carousel .owl-controls .owl-dot {
  border-radius: 50%;
  margin: 0 0.035rem;
}

/*----------------------------------page nav---------------------------------*/

.path-bar {
  position: relative;
  padding: 0.03rem 0;
  background-color: #ebebeb;
  background-position: center 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-bottom: 0.3rem;
  text-align: left;
}
.path-bar li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0.14rem;
  text-transform: uppercase;
  font-style: italic;
  z-index: 3;
}
.path-bar li:after {
  /*content: "\f105";*/
  content: "/";
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0.06rem 0 0.1rem;
  font-size: 0.18rem;
}
.path-bar li.current a {
}
.path-bar li:last-child:after {
  display: none;
}
.page-bar {
  text-align: center;
}
.pages {
  position: relative;
  margin: 0.4rem 0 0.15rem;
}
.pages a,
.pages span.current2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  border: 1px solid #ddd;
  line-height: 25px;
  min-width: 26px;
  padding: 3px 12px;
  border-radius: 3px;
  margin: 0 0 0 5px;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #fff, #f2f2f2);
  background: -moz-linear-gradient(top, #fff, #f2f2f2);
  background: -ms-linear-gradient(top, #fff, #f2f2f2);
  background: -o-linear-gradient(top, #fff, #f2f2f2);
  background: linear-gradient(top, #fff, #f2f2f2);
}
.pages a.current,
.pages a:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}
.pages span.current2 {
  vertical-align: middle;
}

/*----------------------------------aside---------------------------------*/

.aside {
  float: left;
  width: 23.5%;
}
.side-tit-bar {
  position: relative;
}
.side-tit-bar .side-tit {
  position: relative;
  font-size: 0.24rem;
  height: 0.44rem;
  line-height: 0.44rem;
  overflow: hidden;
  font-weight: bold;
  text-transform: capitalize;
  color: #fff;
  background: #e60012;
  padding: 0 0 0 0.24rem;
  font-weight: normal;
  border-radius: 4px;
}
.side-widget {
  position: relative;
  margin: 0 0 0.2rem;
}
.side-cate {
  padding: 0.2rem 0;
}
.side-cate li {
  position: relative;
  line-height: 33px;
}
.side-cate>li {
  border-top: 1px solid #9e9e9e;
}
.side-cate li {
  border-top: 1px solid #9e9e9e;
}
.side-cate>li:first-child {
  border-top: none;
}
.side-cate ul {
  display: none;
}
.side-cate li a {
  position: relative;
  display: block;
  height: 0.5rem;
  line-height: 0.5rem;
  overflow: hidden;
  padding: 0 0.56rem;
  margin-right: 0.2rem;
  font-size: 0.18rem;
}
.side-cate>li>a {
  font-size: 0.22rem;
}
.side-cate>li::before {
    position: absolute;
    left: 0.26rem;
    top: 0.16rem;
    content: '';
    width: 0.18rem;
    height: 0.18rem;
    background-color: #333333;
}
.side-cate>li .sub-menu li::before {
    position: absolute;
    left: 0.26rem;
    top: 0.08rem;
    content: '>';
    font-size: 0.2rem;
    color: #333333;
}
.side-cate>li.active::before {
    background-color: #e60012;
}
.side-cate>li.active>a {
    color: #e60012;
}
.side-cate li .icon-cate {
  position: absolute;
  right: 0;
  top: 0.2rem;
  font-size: 12px;
  cursor: pointer;
  color: #999;
}
.side-cate li .icon-cate.icon-cate-down:before {
  content: "\f067";
}
.side-cate li .icon-cate.icon-cate-up:before {
  content: "\f068";
}
.side-cate li li a {
  padding-right: 0;
}
.side-cate li.nav-current > a,
.side-cate li:hover > a,
li.show_li > a {
  color: #e60012;
}
.side-cate li.nav-current > .icon-cate,
.side-cate li:hover > .icon-cate,
li.show_li > .icon-cate {
  color: #e60012;
}
.side-product-items {
  position: relative;
  padding: 0.4rem ..8rem;
}
.side-product-items .items_content {
  position: relative;
}
.side-product-items .items_content {
}
.side_product_item {
  position: relative;
  display: block;
  width: 100%;
  /*min-height: 80px;*/
  overflow: hidden;
}
.side_product_item figure {
  position: relative;
  display: table;
  width: 100%;
  height: 0.8rem;
  overflow: hidden;
}
.side_product_item .item-img {
  position: relative;
  width: 0.65rem;
  display: table-cell;
  vertical-align: middle;
}
.side_product_item .item-img img {
  position: relative;
  width: 100%;
  border: 0px solid #eee;
}
.side_product_item figcaption {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0.15rem;
}
.side_product_item figcaption a {
  display: inline-block;
  line-height: 0.18rem;
  max-height: 0.54rem;
  overflow: hidden;
}
.side-product-items .btn-prev,
.side-product-items .btn-next {
  position: absolute;
  left: 0;
  width: 100%;
  height: 15px;
  display: block;
  cursor: pointer;
  opacity: 0.15;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.side-product-items .btn-prev {
  top: 0.2rem;
  background: url(../image/side_product_up.png) no-repeat center center;
}
.side-product-items .btn-next {
  bottom: 0.2rem;
  background: url(../image/side_product_down.png) no-repeat center center;
}
.side-product-items .btn-prev:hover,
.side-product-items .btn-next:hover {
  opacity: 0.35;
}
.aside .side-bn {
  max-width: 100%;
  margin: 0 0 25px 0;
}
.aside .side-bn img {
  max-width: 100%;
}

/*----------------------------------main---------------------------------*/

.main {
  position: relative;
  width: 70%;
  float: right;
}
.main-tit-bar {
  padding: 0.05em 0 0.06rem;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 0.12rem;
  overflow: hidden;
}
.main-tit-bar .title {
  color: #222;
  font-size: 0.22rem;
  line-height: 1.2;
  text-transform: uppercase;
  float: left;
}
.main-tit-bar .share-this {
  float: right;
  width: 55%;
  text-align: right;
}
.main-banner {
  position: relative;
  overflow: hidden;
}
.main-banner .item {
  display: none;
}
.main-banner .item,
.main-banner .item img {
  position: relative;
  width: 100%;
}
.main-banner .flex-direction-nav,
.main-banner .flex-control-nav {
  display: none;
}
.goods-summary {
  margin: 0.17rem 0 0.25rem;
}
.main .product-content .product-img img {
    width: 100%;
}
.main .product-content .product-title {
    margin-top: 0.3rem;
    font-size: 0.24rem;
    color: #e60012;
}
.main .product-content .product-desc {
    margin-top: 0.1rem;
    font-size: 0.16rem;
    color: #3f3f3f;
}
.main .product-content .advantage-module {
    margin: 0.5rem 0 0.4rem;
}
.main .product-content .advantage-title {
    font-size: 0.16rem;
    font-weight: normal;
    color: #3f3f3f;
    text-align: center;
}
.main .product-content .advantage-list {
    display: flex;
    margin-top: 0.3rem;
}
.main .product-content .advantage-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
}
.main .product-content .advantage-item span {
    width: 1rem;
    margin-top: 0.1rem;
    text-align: center;
}
.main .product-content .product-imgs {
    position: relative;
}
.main .product-content .swiper-button-prev,
.main .product-content .swiper-button-next {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.main .product-content .swiper-button-prev:before,
.main .product-content .swiper-button-next:before {
  color: #e60012;
}
.main .product-content .product-form img {
    width: 100%;
}
.main .product-content .download {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    margin-top: 0.5rem;
    border-bottom: 1px solid #000;
}
.main .product-content .download .left {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
}
.main .product-content .download a {
    width: 118px;
    height: 32px;
    line-height: 32px;
    font-size: 0.16rem;
    color: #fff;
    text-align: center;
    background-color: #e60012;
    border-radius: 16px;
}
.main .product-content .download img {
    width: 32px;
    margin-right: 10px;
}
.main .product-content .back-btn {
    margin: 0.5rem auto 0;
    width: 118px;
    height: 32px;
    line-height: 30px;
    font-size: 0.16rem;
    font-weight: bold;
    color: #e60012;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #909090;
    border-radius: 16px;
    cursor: pointer;
}
/*-------------------------------------------------------- 
                                                    page: single Product
                                                                    ------------------------------------------------------*/

/*product photos*/

.product-intro {
  position: relative;
  overflow: hidden;
}
.cloud-zoom-lens {
  border: 1px solid #eee;
  cursor: move;
}
.cloud-zoom-title {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute !important;
  background-color: #000;
  color: #fff;
  padding: 3px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  top: 0px;
}
.cloud-zoom-big {
  border: 1px solid #eee;
  overflow: hidden;
  padding: 0px;
}
.cloud-zoom-loading {
  color: white;
  background: #222;
  padding: 3px;
  border: 1px solid #000;
}
.product-view .product-image.zoom_remove:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.product-view {
  position: relative;
  width: 38%;
  float: left;
}
.product-view .product-image {
  position: relative;
  border: 1px solid #e5e5e5;
  background-color: #f6f6f6;
}
.product-view .product-image img {
  position: relative;
  width: 100%;
}
.product-view .image-additional {
  position: relative;
  width: 100%;
  margin: 20px 0;
}
.product-view .image-additional ul {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.product-view .image-additional li {
  position: relative;
  width: 100%;
  margin: 0 23px 0 0;
  padding: 1px;
  display: none;
}
.product-view .image-additional li.single {
  display: none;
}
.product-view .image-additional li img {
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
}
.product-view .image-additional li a {
  position: relative;
  display: block;
  padding: 0 0.18rem;
}
.product-view .image-additional li.current img {
  border-color: #00a3e6;
  outline: 1px solid #00a3e6;
  background-color: #fff;
}
.product-view .image-additional img.popup {
  display: none;
}
.image-additional .owl-carousel .owl-controls .owl-nav {
  position: static;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  margin: 0;
  font-size: 0.2rem;
  width: 0.2rem;
  height: 0.25rem;
  line-height: 0.25rem;
  text-align: center;
  top: 50%;
  margin-top: -0.125rem;
  padding: 0;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background: #e60012;
  color: #fff;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: -5%;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
  right: -5%;
}
.product-view .image-additional .owl-loaded li {
  display: block;
}

/*product summary*/

.product-summary {
  position: relative;
  width: 58%;
  float: right;
}
.product-summary .product-meta {
  line-height: 25px;
}
.product-summary .product-meta h3 {
  /*font-family: 'SourceSansProSemibold';*/
  margin: 0 0 10px;
  font-size: 16px;
}
.product-btn-wrap {
  position: relative;
  margin: 20px 0 0;
}
.product-btn-wrap .email,
.product-btn-wrap .pdf,
.product-btn-wrap .buy {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 3px;
  background: #13adeb;
  border: 1px solid #13adeb;
  color: #fff;
  margin: 0 20px 0.05rem 0;
}
.product-btn-wrap .email:before,
.product-btn-wrap .pdf:before,
.product-btn-wrap .buy:before {
  margin-right: 0.05rem;
}
.product-btn-wrap .buy {
  text-transform: uppercase;
  font-size: 18px;
  padding: 0 30px;
}
.product-btn-wrap .email:before {
  content: "\f0e0";
  padding: 0 3px 0 0;
}
.product-btn-wrap .pdf:before {
  content: "\f1c1";
  padding: 0 3px 0 0;
}
.product-btn-wrap .email:hover,
.product-btn-wrap .pdf:hover,
.product-btn-wrap .buy:hover {
  background: none;
  color: #13adeb;
}
.product-summary .share-this {
  margin: 0.4rem 0 0;
  text-align: right;
}

/* product detail */
.product-detail {
  position: relative;
  overflow: visible;
  padding: 0.15rem 0 0;
}
.detail-tabs {
  position: relative;
}
.detail-tabs .title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  line-height: 30px;
  cursor: pointer;
  font-size: 0.16rem;
  margin: 0 0.1rem 0 0;
  padding: 0 0.18rem;
  font-weight: normal;
  border: 1px solid #e5e5e5;
}

.detail-tabs .title.current {
  color: #fff;
  background: #00a3e6;
  border-color: #00a3e6;
}
.product-detail .tab-panel-content {
  padding: 0.2rem 0;
  display: block;
  overflow: hidden;
}
.product-detail .disabled {
  display: none;
}

/* inquiry form */
.inquiry-form-wrap .inquiry-form-title {
  background-color: #00a3e6;
  color: #fff;
  font-size: 0.16rem;
}
.inquiry-form {
  border-color: #ccc;
}

/*like product*/

.goods-may-like {
  position: relative;
  overflow: hidden;
  margin: 0.5rem 0 0;
}
.goods-title-bar {
  height: 0.32rem;
  line-height: 0.32rem;
  background-color: #00a3e6;
  padding: 0 0.15rem;
  margin: 0 auto 0.1rem;
}
.goods-title-bar .title {
  font-size: 0.16rem;
  text-transform: uppercase;
  font-weight: bold;
}
.goods-title-bar .title,
.goods-title-bar .title a {
  color: #fff;
}
.goods-may-like .goods-items {
  width: auto;
  margin: 0 -0.1rem;
}
.goods-may-like .product-item {
  width: auto;
  float: none;
  display: none;
  padding: 0 0.1rem;
}
.goods-may-like .product-item .item-wrap {
  border: 1px solid #ccc;
  padding-bottom: 0.15rem;
  padding: 3px;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav {
  width: auto;
  left: auto;
  right: 0.17rem;
  top: -0.37rem;
  color: #fff;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-prev,
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-next {
  line-height: 0.22rem;
  font-size: 0.2rem;
  border-radius: 0;
  margin: 0;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.goods-may-like .owl-loaded .product-item {
  display: block;
}
.product-item .item-info .item-title a {
  display: inline-block;
}

/*-------------------------------------------------------- 
                                                    page: blog list
                                                                    ------------------------------------------------------*/

.blog_list {
  position: relative;
  width: 100%;
}
.blog-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0.2rem 0;
}
.blog-item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.blog-item:after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #e60012;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-item .item-wrap {
}
.blog-item .item-img {
  position: relative;
  display: block;
  max-width: 2rem;
  margin: 0 0.2rem 0 0;
  float: left;
  border: 1px solid #eee;
}
.blog-item .item-img img {
  position: relative;
  width: 100%;
}
.blog-item .item-info {
}
.blog-item .item-info .item-title {
  font-size: 0.16rem;
}
.blog-item .item-info time {
  display: block;
  font-style: italic;
  margin: 0.08rem 0;
}
.blog-item .item-info .item-detail {
}
.blog-item .item-info .item-more {
  float: right;
  color: #000;
  display: inline-block;
  border: 1px solid #eee;
  padding: 0.04rem 0.15rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.blog-item .item-info .item-more:hover,
.blog-item:hover .item-info .item-more:hover {
  background-color: #e60012;
  border-color: #e60012;
  color: #fff;
}
.blog-item:hover:after {
  width: 100%;
}
.blog-item:hover .item-info .item-more {
  border-color: #e60012;
  color: #e60012;
}

/*-------------------------------------------------------- 
                                                    page: download list
                                                                    ------------------------------------------------------*/

.download_list {
  position: relative;
  width: 100%;
}
.download-item {
  position: relative;
  overflow: hidden;
  padding: 0.15rem 0;
  margin: 0 0 0.1rem;
  line-height: 0.3rem;
  border-bottom: 1px solid #eee;
}
.download-item .item-img {
  max-width: 25px;
}
.download-item .item-title {
  position: relative;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  *zoom: 1;
  margin: 0 0.1rem;
  font-size: 0.16rem;
  font-weight: bold;
}
.download-item .item-button {
  position: relative;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  *zoom: 1;
  float: right;
  line-height: 0.3rem;
  padding: 0 0.15rem;
  border: 1px solid #ccc;
  background: #eee;
  border-radius: 0.05rem;
  cursor: pointer;
}
.download-item .item-button:before {
  content: "\f019";
  margin: 0 0.1rem 0 0;
}

/*-------------------------------------------------------- 
                                                    page: faq list
                                                                    ------------------------------------------------------*/

.faq_list {
  position: relative;
  width: 100%;
}
.faq-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 0.35rem;
  border-bottom: 1px solid #eee;
}
.faq-item:hover {
  background-color: #fafafa;
}
.faq-item .faq-title {
  position: relative;
  font-size: 0.16rem;
  line-height: 0.3rem;
  padding: 0.15rem 0;
  cursor: pointer;
}
.faq-item .faq-title:before {
  position: absolute;
  content: "\f067";
  left: -0.35rem;
  top: 50%;
  margin: -0.1rem 0 0;
  border: 1px solid #000;
  border-radius: 50%;
  width: 0.2rem;
  height: 0.2rem;
  text-align: center;
  line-height: 0.2rem;
  font-size: 0.12rem;
  font-weight: normal;
}
.faq-item .faq-title.show-title:before {
  content: "\f068";
}
.faq-item .faq-cont {
  margin: 0 0 0.25rem;
  display: none;
}
.faq-item:first-child .faq-cont {
  display: block;
}

@media only screen and (max-width: 1600px) {
    .product-content .accessories-wrapper .accessories-content-box {
        width: 1000px;
        padding: 0.4rem 3rem 0.4rem 2rem;
    }
    .product-content .accessories-wrapper .accessories-content-box .img-box {
        width: 4.5rem;
    }
}

@media only screen and (max-width: 1550px) {
    .product-content .accessories-wrapper .accessories-content-box {
        padding: 0.35rem 3rem 0.35rem 2rem;
    }
}

@media only screen and (max-width: 1366px) {
  html {
    font-size: 600%;
  }
 .side-tit-bar .side-tit {
    font-size: 0.15rem;
}
  .product-content .accessories-wrapper .accessories-content-box {
    width: 900px;
    padding: 0.4rem 3rem 0.4rem 1.5rem;
}
}

@media only screen and (max-width: 1280px) {
  html {
    font-size: 570%;
  }
  .layout,
  .path-bar .path-nav {
    width: 100%;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
  body {
    min-width: 100%;
  }
  .scrollsidebar,
  .bottomsidebar {
    display: none;
  }
  .nav-bar,
  .logo img {
  }
  .head-contact {
  }
  .index-title-bar .title {
    font-size: 0.33rem;
  }
  .partner-layer .owl-carousel .owl-controls .owl-prev {
    left: 0;
  }
  .partner-layer .owl-carousel .owl-controls .owl-next {
    right: 0;
  }
  .our-layer .our-wrapper .layout li h2 {
    font-size: 48px;
  }
  .product-content .accessories-wrapper .accessories-content-box {
        width: 800px;
    }
}

@media only screen and (max-width: 1200px) {
  .aside {
    /*width: 200px;*/
    width: 20%;
  }
  .main {
    width: 78%;
  }
  .printers-layer .example-machine .info-box h2 {
    margin-bottom: 20px;
  }
  .printers-layer .example-machine .info-box li img {
    width: 40px;
    height: 40px;
  }
  .printers-layer .printer-wrapper .btn {
    margin-top: 50px;
  }
  .gd-layer .btn {
    width: 150px;
    height: 50px;
    font-size: 16px;
  }
  .gd-layer .btn i {
    line-height: 40px;
  }
  .printers-product-item .btn {
        width: 150px;
        height: 50px;
        font-size: 16px;
    }
    .printers-product-item .btn i {
        line-height: 40px;
        font-size: 16px;
    }
  .printers-layer .machine-wrapper li .title-box h4 {
    font-size: 24px;
  }
  .materials-layer .materials-wrapper li figcaption h4 {
    font-size: 20px;
  }
  .materials-layer .materials-wrapper li figcaption span {
    font-size: 14px;
  }
  .our-layer .our-wrapper .layout {
    flex-wrap: wrap;
    width: 100%;
  }
  .about_nav_bar .layout > a {
    height: 60px;
    line-height: 60px;
    font-size: 22px;
  }
  .about_wrapper .about_data .data_box li {
    margin-bottom: 10px;
  }
  .about_wrapper .about_data .video_box {
    flex: 0 0 60%;
  }
  .about_wrapper .about_data .data_box {
    flex: 0 0 30%;
  }
  .about_wrapper .about_data .data_box li h4 {
    font-size: 32px;
  }
  .about_wrapper .about_data .data_box li h4 span {
    font-size: 24px;
  }
  .about_wrapper .about_data .data_box li p {
    font-size: 16px;
  }
  .about_wrapper .about_info .about_title h1 {
    font-size: 38px;
  }
  .point_wrapper ul li .point_box h3 {
    font-size: 52px;
  }
  .about_wrapper .about_info .about_text {
    font-size: 16px;
  }
  .industry_menu ul li a {
    height: 80px;
    line-height: 80px;
    font-size: 20px;
  }
  .application_wrapper .case_items .case_item_data .data_box {
    width: 100%;
  }
  .application_wrapper .case_items .case_item:nth-child(2n + 1) .case_item_data {
    padding-left: 4%;
  }
  .application_wrapper .case_items .case_item:nth-child(2n) .case_item_data {
    padding-left: 4%;
    padding-right: 0;
  }
  .interested-wrapper .swiper-wrapper .swiper-slide .slide-box .product-info h6 {
    font-size: 24px;
  }
  .interested-wrapper .swiper-wrapper .swiper-slide .slide-box .product-info a {
    font-size: 16px;
  }
  .product_nav_bar .layout > a {
    height: 60px;
    line-height: 60px;
    font-size: 22px;
  }
    .product-content .accessories-wrapper .accessories-content-box {
        width: 700px;
        padding: 0.4rem 2rem 0.4rem 1rem;
    }
    .product-content .accessories-wrapper .accessories-content-box .img-box {
        top: -70px;
        left: -300px;
        width: 4rem;
    }
}

@media only screen and (max-width: 1000px) {
  .main {
    /*width: 76%;*/
  }
    .product-content .accessories-wrapper .accessories-content-box {
        width: 600px;
    }
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 550%;
  }
}

@media only screen and (max-width: 950px) {
  html {
    font-size: 550%;
  }
  .z10000 {
    position: relative;
    z-index: 100000;
  }
  .mobile-body-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
  }
  .mobile-ico-close {
    width: 30px;
    height: 30px;
    background: #fff url(../image/mobile_close.png) center center no-repeat;
    background-size: 50% auto;
    position: absolute;
    right: -35px;
    top: 0;
  }
  img {
    max-width: 100%;
  }
  .sub-content {
    position: relative;
    display: block;
    right: auto;
    border-radius: 0;
    border: none;
    box-shadow: none;
    z-index: 99999;
  }

  .head-wrapper:before {
    display: none;
  }
  .head-wrapper .mobile-body-mask {
    z-index: 90;
  }
  .lang-more {
    display: none !important;
  }
  .mobile-head-items {
    position: fixed;
    top: 0;
    left: 0;
    background: #161622;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: left;
    display: block;
    z-index: 99;
  }
  .mobile-head-item {
    float: left;
    width: 45px;
  }
  .mobile-head-item.mobile-head-aside {
    float: right;
  }
  .mobile-head-item .title {
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-align: center;
    color: #fff;
  }
  .mobile-head-item .title a {
    position: relative;
    display: block;
    color: #fff;
  }
  .mobile-head-item.mobile-head-home .title a:before {
    content: "\f015";
  }
  .mobile-head-item.mobile-head-nav .title:before {
    content: "\f0c9";
  }
  .mobile-head-item.mobile-head-language .title:before {
    content: "\f1ab";
  }
  .mobile-head-item.mobile-head-search .title:before {
    content: "\f002";
  }
  .mobile-head-item.mobile-head-social .title:before {
    content: "\f007";
  }
  .mobile-head-item.mobile-head-aside .title:before {
    content: "\f060";
  }
  .mobile-head-item .main-content-wrap {
    background: #fff;
    top: 0;
    display: block;
    z-index: 99999;
  }
  .mobile-head-item .main-content-wrap .content-wrap {
    overflow-y: scroll;
    height: 100%;
    padding: 15px 10px;
  }
  .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
    overflow-y: hidden;
  }
  .mobile-head-item .side-content-wrap {
    position: fixed;
    display: block;
    left: -70%;
    width: 70%;
    height: 100%;
  }
  .mobile-head-item .middle-content-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
  }
  .mobile-head-item .middle-show-content-wrap {
    top: 30px;
    visibility: visible;
    opacity: 1;
  }
  .nav-bar .nav,
  .change-language,
  .head-search {
    display: none !important;
  }
  .topbar {
    display: none;
  }
  .nav-bar {
    padding: 0;
    height: auto;
  }
  .head-layout {
    height: auto;
    padding: 0.4rem 0 0.2rem;
  }
  .head-layout .logo {
    display: block;
    float: none;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .head-layout .logo img {
    max-height: 0.5rem;
  }
  .head-layout .snow {
    display: block;
  }
  .head-r {
    display: none;
    padding-top: 0;
  }
  .head-search-form {
    position: relative;
    width: 100%;
    height: 0.35rem;
    border: 1px solid #000;
  }
  .head-search-form .search-ipt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0.35rem;
    background: none;
    border: none;
    padding: 0 0.1rem;
  }
  .head-search-form .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.35rem;
    height: 0.35rem;
    background: none;
    border: none;
    color: #000;
  }

  /*nav */
  .nav-bar {
    border-top: 0;
  }
  .nav li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
  }
  .nav li a {
    display: block;
  }
  .nav li a:active {
    color: #e60012;
  }
  .nav > li {
    border-bottom: 1px solid #eee;
    line-height: 35px;
  }
  .nav > li:after {
    content: "\f105";
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-size: 14px;
  }
  .nav li ul {
    display: block;
    width: 100%;
  }
  .nav li ul li {
    width: auto;
    padding: 0 10px;
    font-size: 14px;
    text-transform: lowercase;
    line-height: 30px;
  }
  .nav li ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 15px;
  }
  .nav li ul li:active {
    background-color: #f5f5f5;
  }
  .nav li ul li:active li {
    background: none;
  }
  .nav li ul li li {
    line-height: 25px;
    font-family: "SourceSansProLight";
  }
  .nav li ul li li:before {
    display: none;
  }
  .nav-bar:before {
    display: none;
  }
  .topbar {
    height: auto;
    margin: 0;
    padding: 2rem 0 0;
    background-color: #22264b;
  }
  .topbar .topleft {
    font-style: italic;
    font-size: 0.13rem;
  }
  .head-layout .head-contact {
    float: none;
    text-align: center;
    padding: 0;
    position: static;
  }
  .head-layout .head-contact li {
    text-align: left;
    float: none;
    display: inline-block;
    margin: 0 0.2rem;
    padding: 0;
    font-size: 0.16rem;
    line-height: 2;
    position: relative;
  }
  .head-layout .head-contact li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .head-layout .head-contact li .label {
    display: none;
  }
  .head-layout .head-contact li .val {
    display: inline-block;
    margin-left: 0.05rem;
  }
  .head-layout .head-contact li:before {
    position: static;
    font-size: 0.2rem;
    vertical-align: middle;
    line-height: 1.5;
  }
  .fixed-nav {
    position: static;
  }
  .fixed-nav .snow {
    display: none;
  }

  /* index */
  .rev_slider_wrapper {
    top: auto;
    margin-bottom: 0;
  }
  .company-synopses ul {
  }
  .foot-items .foot-item {
    padding: 0.15rem 0;
  }
  .foot-items {
    flex-wrap: wrap;
  }
  .foot-items .foot-item {
    width: 50%;
  }
  .foot-items .foot-item-intro {
    width: 50%;
    padding-right: 0.3rem;
  }
  .foot-items .foot-item-news {
  }
  .blog-news-list {
    margin: 0 -0.1rem;
  }
  .blog-news-item .news-wrap {
    margin: 0 0.1rem;
  }
  .blog-news-item .news-info {
    padding: 0.2rem;
  }
  .blog-news-item .news-item-hd .news-title {
    max-height: 0.6rem;
    line-height: 0.3rem;
    font-size: 0.2rem;
  }

  /* footer */
  .foot-items .foot-item-intro,
  .foot-items .foot-item-contact,
  .foot-items .foot-item-news,
  .foot-items .foot-item-inquiry {
    width: 50%;
    margin: 0 0 0.3rem;
  }
  .foot-items .foot-item-inquiry {
    text-align: left;
  }
  .foot-items .foot-item-contact {
    padding: 0 0.2rem 0 0;
  }
  .foot-item.foot-item-news .new-item {
    margin-left: 1px;
  }

  /* aside */
  .aside {
    display: none;
  }
  .side-product-items .btn-prev,
  .side-product-items .btn-next {
    display: none;
  }
  .side_product_item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .side-product-items {
    padding-top: 0.2rem;
  }

  /* main */
  .main {
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  /* product intro */
  .product-view {
    width: 50%;
    float: none;
    margin: 0 auto 0.2rem;
    border: 1px solid #eee;
  }
  .product-view br {
    display: none;
  }
  .product-view .product-image {
    display: none;
  }
  .product-view .image-additional li img,
  .product-view .image-additional li.current img {
    border: 0;
    outline: 0;
    vertical-align: middle;
  }
  .product-view .image-additional {
    width: 100%;
    margin: 0;
  }
  .product-view .image-additional ul {
    width: 100%;
  }
  .product-view .image-additional li {
    width: 100%;
    margin: 0;
  }
  .product-view .image-additional li a {
    padding: 0;
  }
  .product-view .image-additional li.current img {
    border-color: inherit;
  }
  .product-view .image-additional li.single {
    display: block;
  }
  .product-view .owl-carousel .owl-controls .owl-dots {
    bottom: 0.18rem;
  }

  /* product summary */
  .product-summary {
    position: relative;
    width: 100%;
    float: none;
  }
  .product-summary .share-this {
    float: none;
    margin: 30px 0;
  }

  /* product detail  */
  .tab-content-wrap .tab-title-bar,
  .tab-content-wrap .tab-panel-wrap {
    display: none;
  }
  .tab-content-wrap .mobile-tab-items .mobile-tab-item {
    margin: 0 0 30px;
  }
  .tab-content-wrap .mobile-tab-items .mobile-tab-title {
    /*font-family: 'SourceSansProSemibold';*/
    margin: 0 0 15px;
  }
  .tab-content-wrap .mobile-tab-items .mobile-tab-panel {
  }

  /* Customers Also Bought */
  .goods-may-like .owl-carousel .owl-controls {
    height: auto;
    visibility: visible;
  }
  .goods-may-like .owl-carousel .owl-controls .owl-dots {
    position: static;
    padding-top: 0.15rem;
  }

  .gd-layer .layer-header .header-left span {
    font-size: 62px;
  }
  .form-layer .form-header p,.event_wrapper .event_desciption p {
    font-size: 16px;
  }
  .gd-layer .layer-header .header-left::before {
    top: 42%;
    height: 24px;
  }
  .printers-layer .example-machine .info-box h2 {
    font-size: 28px;
  }
  .gd-layer .layer-header {
    margin-bottom: 30px;
  }
  .printers-layer .machine-wrapper li .other-info p {
    font-size: 20px;
  }
  .printers-layer .machine-wrapper li .other-info span {
    font-size: 14px;
  }
  .industries-layer .industries-wrapper ul li {
    flex: 0 0 50%;
  }
  .industries-layer .industries-wrapper ul .detail-info .desc {
    margin: 20px 0;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient:vertical;
  }
  .our-layer .album-wrapper ul li {
    flex: 0 0 50%;
  }
  .news-layer .news-wrapper {
    flex-direction: column;
  }
  .news-layer .news-wrapper .news-left {
    margin-bottom: 25px;
  }
  .news-layer .news-wrapper .news-left, .news-layer .news-wrapper .news-right {
    flex: 0 0 100%;
  }
  .news-layer .news-wrapper .news-left .news-img {
    flex: none;
    height: 300px;
  }
  .news-layer .news-wrapper .news-right li h3,.news-layer .news-wrapper .news-left .news-info h3 {
    font-size: 18px;
  }
  .about_wrapper .about_info .about_title h1,.about_wrapper .about_info .about_title span {
    font-size: 32px;
  }
  .point_wrapper ul li .point_box h3 {
    font-size: 38px;
  }
  .product_nav_bar .layout > a {
      font-size: 18px;
  }
  .product-info .info-box {
      flex-direction: column;
  }
  .product-info .info-box .product-imgs {
      flex: 0 0 100%;
  }
  .product-info .info-box .info-detail {
      flex: 0 0 100%;
      margin-top: 0.4rem;
  }
  .product-content .accessories-wrapper .accessories-content-box {
      padding: 0.4rem 1rem 0.4rem 1rem;
      width: 550px;
  }
  .product-content .accessories-wrapper .accessories-content-box .img-box {
    left: -200px;
    width: 3rem;
  }
  .product-content .accessories-wrapper .accessories-content-box .desc {
      margin-bottom: 0.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .layout,
  .path-bar .path-nav {
    width: auto;
    max-width: 90%;
  }
  .head-layout {
    max-width: inherit;
  }
  .topbar .topleft,
  .topbar .top-links {
    float: none;
    display: block;
    text-align: center;
    line-height: 1.5;
  }

  /* index */
  .gd-layer {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .company-synopses {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .synopsis-item {
    width: 100%;
    /*max-width: 500px;*/
    float: none;
    margin: 0 auto;
    padding: 0.1rem 0.15rem;
  }
  .synopsis-item:last-child {
    margin-bottom: 0;
  }
  .about-us {
    /*max-width: 500px;*/
    margin: 0 auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: inherit;
    text-align: center;
  }
  .about-us .layer-body {
    display: block;
  }
  .about-us .about-hd {
    width: 100%;
  }
  .about-us .about-detail {
    padding: 0;
    width: 100%;
  }
  .about-us .about-detail .about-title {
    font-size: 0.4rem;
  }
  .about-us .about-img {
    float: none;
    width: auto;
    margin: 0 auto 0.3rem;
    padding-left: 0;
  }
  .about-us .about-img .flex-control-nav {
    display: block;
  }
  .about-us .about-img .flex-direction-nav {
    display: none;
  }

  .about-us .about-tit-ico {
    display: block;
    padding: 0;
    width: 100%;
  }
  .about-us .layer-body .about-detail {
    padding: 0.2rem 0 0;
  }
  .about-us .about-detail {
    padding-bottom: 0.4rem;
  }
  .product-items .product-item {
    width: 33.333333%;
  }
  .product-items .product-item:nth-child(n) {
    clear: none;
  }
  .product-items .product-item:nth-child(3n + 1) {
    clear: left;
  }
  .product-items .owl-item .product-item {
    width: 100%;
    float: none;
  }
  .product-items .owl-carousel .owl-controls {
    height: auto;
  }
  .product-items .owl-carousel .owl-controls .owl-dots {
    position: static;
    padding-top: 0.2rem;
  }
  .promote-layer {
    padding: 0.5rem 0;
    background-attachment: inherit;
  }
  .promote-layer .layer-body {
    display: block;
    text-align: center;
  }
  .promote-layer .promote-detail {
    width: 100%;
    padding-right: 0;
    display: block;
  }
  .promote-layer .promote-img {
    display: block;
    width: 100%;
    padding-top: 0.35rem;
    max-width: 100%;
    text-align: center;
  }
  .promote-layer .promote-img img {
    max-width: 60%;
  }
  .promote-layer .promote-title {
    font-size: 0.18rem;
  }
  .promote-layer .promote-desc {
    font-size: 0.4rem;
  }
  .partner-layer .owl-carousel .owl-controls {
    height: auto;
  }
  .inquiry-pannel .pannel-info .info-txt {
    display: block;
  }
  .inquiry-pannel .pannel-info .info-txt + .gd-btn {
    display: inline-block;
    margin: 0.15rem auto 0;
  }

  /* footer */
  .partner-list {
    padding: 0;
  }

  .printers-layer .layer-header {
    flex-direction: column;
  }
  .printers-layer .layer-header .header-right {
    margin-top: 20px;
  }
  .printers-layer .example-machine .img-box {
    float: none;
    width: 100%;
  }
  .printers-layer .example-machine .info-box {
    float: none;
    width: 100%;
    margin-top: 50px;
  }

  .why-wrapper ul {
    padding: 0;
  }
  .why-wrapper ul li a {
    flex-direction: column;
    align-items: flex-start;
  }
  .why-wrapper ul li a .img-box,.why-wrapper ul li a .why-info {
    width: 100%;
  }
  .why-wrapper ul li a .why-info {
    margin-top: 40px;
  }
  .why-wrapper ul li a .why-info .desc {
    margin-top: 15px;
  }
  .why-wrapper ul li:nth-child(2n) a .img-box {
    order: 0;
  }
  .our-layer .our-wrapper .layout li {
    flex: 0 0 50%;
    font-size: 16px;
  }
  .our-layer .our-wrapper .layout {
    top: 50px;
  }
  .our-layer .our-wrapper .layout li h2 {
    font-size: 36px;
  }
  .our-layer .our-wrapper .layout li h2 span {
    font-size: 24px;
  }
  .page_banner > h3 {
    font-size: 24px;
  }
  .faq-wrapper .option_head {
    padding: 15px;
  }
  .faq-wrapper .option_head::after {
    right: 15px;
  }
  .faq-wrapper .option_content {
    padding: 0 15px 15px;
  }
  .news_wrapper .news_link {
    justify-content: flex-start;
  }
  .news_wrapper {
    margin-top: 50px;
  }
  .news_wrapper .news_list li {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .news_wrapper .news_list li .img-box {
    flex: 0 0 100%;
    border-radius: 15px 15px 0 0;
  }
  .news_wrapper .news_list li .content-box {
    flex: 0 0 100%;
    padding: 20px;
  }
  .news_wrapper .news_list li .content-box .title {
    font-size: 20px;
  }
  .news_wrapper .news_list li .content-box .desc {
    margin-top: 20px;
    font-size: 16px;
  }
  .about_wrapper .about_data {
    flex-direction: column;
    align-items: flex-start;
  }
  .about_wrapper .about_data .video_box {
    flex: 0 0 100%;
  }
  .about_wrapper .about_data .data_box {
    flex: 0 0 100%;
    margin-top: 30px;
  }
  .point_wrapper ul li {
    flex-direction: column;
  }
  .point_wrapper ul li .point_box {
    width: 100%;
  }
  .point_wrapper ul li .img_box {
    width: 100%;
  }
  .point_wrapper ul li .point_box h3 {
    font-size: 30px;
  }
  .point_wrapper ul li:nth-child(2n + 1) .img_box {
    border-radius: 0 0 0 0;
  }
  .point_wrapper ul li:nth-child(2n) .img_box {
    border-radius: 10px 10px 0 0;
  }
  .point_wrapper ul li:nth-child(2n + 1) .point_box {
    border-radius: 10px 10px 0 0;
  }
  .point_wrapper ul li:nth-child(2n) .point_box {
    border-radius: 0 0 10px 10px;
  }
  .industry_menu ul li a {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
  }
  .gd-layer .layer-header .header-left span {
    font-size: 48px;
  }
  .application_wrapper .case_items .case_item {
    flex-direction: column;
  }
  .product_nav_bar .layout {
      flex-wrap: wrap;
  }
  .product_nav_bar .layout > a {
      flex: 0 0 50%;
      font-size: 16px;
  }
  .product-content .case-wrapper .slide-box {
      flex-direction: column;
  }
  .product-content .accessories-wrapper .accessories-content-box {
      width: 100%;
      padding: 0.4rem;
  }
  .product-content .accessories-wrapper .accessories-content-box .img-box {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      margin-bottom: 0.4rem;
  }
  .foot-wrapper .footer-header {
      flex-direction: column;
      align-items: start;
      padding-bottom: 20px;
  }
  .foot-wrapper .footer-header .friendship-link {
      margin-top: 0.2rem;
  }
  .contact-wrapper .contact-form {
      padding: 40px 50px;
  }
  .contact-wrapper .contact-form form {
      width: 100%;
  }
  .contact-wrapper .contact-form .textarea-box textarea {
      width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .layout,
  .path-bar .path-nav {
    width: auto;
    max-width: inherit;
  }
  .head-layout {
    padding-bottom: 0.2rem;
  }
  .flex-direction-nav .flex-prev,
  .flex-direction-nav .flex-next {
    display: none;
  }
  .flex-control-nav li {
    margin: 0 3px;
  }
  .flex-control-paging li a {
    width: 0.1rem;
    height: 0.1rem;
  }
  .flex-control-paging li a:hover,
  .flex-control-paging li a.flex-active {
    width: 0.12rem;
    height: 0.12rem;
  }

  /* index */
  .gd-layer {
    /*padding: 5rem 0;*/
  }
  .index-title-bar {
    margin-bottom: 0.25rem;
  }
  .index-title-bar .index-title,
  .about-us .about-detail .about-title {
    font-size: 0.32rem;
  }
  .index-title-bar .tit-more {
    float: right;
  }
  .index-title-bar .title-desc {
    width: 100%;
    max-width: inherit;
  }
  .gd-btn {
    border-radius: 0.03rem;
  }
  .synopsis-item {
    width: 100%;
    float: none;
  }
  .synopsis-item .item-more {
    display: none;
  }
  .synopsis-item .item-info .item-desc {
    margin-bottom: 0;
  }
  .banner-list .banner-item .banner-img {
    padding: 0.1rem 0 0;
  }
  .featured-list {
    margin: 0 -0.05rem;
  }
  .featured-item {
    width: 50%;
    padding: 0.05rem;
  }
  .product-item {
    padding: 0.05rem;
  }
  .items_list ul {
    margin: -0.32rem -0.1rem 0;
}
  .product-items .items-content {
    margin: 0 -0.05rem;
    padding-bottom: 0;
  }
  .product-items .layer-body {
    margin: 0 -0.05rem;
  }
  .product-items .learn-more-bar {
    padding-top: 0.2rem;
  }
  .product-items .gd-btn {
    padding: 0.08rem 0.2rem;
  }
  .product-items .product-item .item-img:before,
  .product-items .product-item .item-img:after {
    display: none;
  }
  .product-items .product-item {
    width: 50%;
  }
  .product-items .product-item:nth-child(n) {
    clear: none;
  }
  .product-items .product-item:nth-child(2n + 1) {
    clear: left;
  }
  .product-items .owl-carousel .owl-controls .owl-prev,
  .product-items .owl-carousel .owl-controls .owl-next {
    display: none;
  }
  .product-items .owl-carousel .owl-controls .owl-dot {
    display: inline-block;
  }
  .items_list .product-item {
    width: 50%;
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
  }
  .items_list .product-item:nth-child(n) {
    clear: none;
  }
  .items_list .product-item:nth-child(2n + 1) {
    clear: left;
  }
  .promote-banners {
  }
  .banner-list .banner-item {
    width: 100%;
  }
  .banner-list .banner-item .banner-img:before {
    display: none;
    visibility: hidden;
  }
  .promote-layer .promote-desc {
    font-size: 0.32rem;
  }

  /* footer */
  .foot-wrapper .footer-header .left {
    align-items: flex-start;
    flex-direction: column;
  }
  .foot-wrapper .footer-header {
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .foot-wrapper .footer-header .left .footer-logo {
    width: 160px;
  }
  .foot-social li img {
    width: 35px;
  }
  .foot-items {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .foot-items .foot-item-intro,
  .foot-items .foot-item-contact,
  .foot-items .foot-item-news,
  .foot-items .foot-item-inquiry {
    width: 100%;
  }
  .foot-items .foot-item-contact {
    padding: 0;
  }
  .foot-items .foot-item .foot-tit {
    margin-bottom: 0.1rem;
  }
  .blog-news-item .news-info {
    padding-bottom: 0.3rem;
  }
  .foot-items .foot-item-inquiry .button {
    margin-top: 0.2rem;
    font-size: 0.16rem;
  }
  .copyright {
    float: none;
    font-size: 0.1rem;
  }
  .foot-social {
    font-weight: bold;
    float: none;
    text-align: left;
    padding: 0.15rem 0 0;
  }
  .foot-social li {
    padding: 0 0.15rem 0 0;
  }
  .foot-items .foot-item {
    width: 100%;
  }
  .foot-bar .foot-links:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .foot-bar .foot-left,
  .foot-bar .foot-r {
    width: 100%;
    float: none;
    text-align: left;
  }
  .foot-bar .foot-r {
    padding-top: 0.08rem;
  }

  /* product */
  .side_product_item {
    width: 100%;
  }
  .product-view {
    width: 100%;
    border-color: #e5e5e5;
    border-width: 1px;
  }
  .inquiry-form {
    padding: 0.2rem 0.1rem;
  }
  .inquiry-form .inquiry-form-ico {
    width: 0.6rem;
    right: 0.1rem;
    top: 0.1rem;
  }
  .inquiry-form input[type="text"].form-input,
  .inquiry-form textarea.form-text {
    width: 80%;
  }
  .inquiry-form textarea.form-text {
    width: 100%;
  }
  .goods-may-like .goods-items {
    margin: 0 -0.075rem;
  }
  .goods-may-like .owl-carousel .owl-item {
    overflow: visible;
  }
  .goods-may-like .product-item {
    overflow: visible;
  }
  .goods-may-like .product-item .item-wrap {
    position: relative;
  }

  /* download */
  .download-item .item-title {
    display: block;
    margin: 0.1rem 0;
  }
  .download-item .item-button {
    float: none;
  }
  .industries-layer .industries-wrapper ul li {
    flex: 0 0 100%;
  }

  .our-layer .our-wrapper .layout li {
    line-height: 1.3;
  }
  .our-layer .our-wrapper .layout {
    top: 20px;
  }
  .our-layer .our-wrapper .layout li h2 {
    font-size: 24px;
  }
  .our-layer .our-wrapper .layout li h2 span {
    font-size: 16px;
  }
  .our-layer .album-wrapper ul li {
    flex: 0 0 100%;
  } 
  .page_banner > h3 {
    top: 20%;
    font-size: 20px;
  }
  .industry_menu ul li {
    flex: 0 0 50%;
  }
  .printers_items_list .printers-product-item .feature-list {
      flex-wrap: wrap;
  }
  .printers_items_list .printers-product-item .feature-item {
      flex: 0 0 50%;
  }
  .main .product-content .download span {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.form-layer .form-content .input-box .row {
  flex-direction: column;
}
.form-layer .form-content .input-box .row>div:nth-child(-n + 2) {
    margin-right: 0;
    margin-bottom: 0.3rem;
}
.contact-wrapper .contact-form .input-box .row {
    flex-direction: column;
}
.contact-wrapper .contact-form .input-box .row>div:first-child {
    margin-right: 0;
    margin-bottom: 0.3rem;
}
}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 320px) {
  .synopsis-item,
  .product-item,
  .items_list .product-item,
  .product-items .product-item {
    width: 100%;
  }
}

@media only screen and (max-width: 950px) {
  .change-language-cont {
    top: auto !important;
    padding: 0 !important;
    width: 100% !important;
    text-align: left !important;
  }
  .sub-content {
    position: relative !important;
    display: block !important;
    right: auto !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    z-index: 99999 !important;
  }
  .change-language-title {
    display: none !important;
  }
  .change-language-cont ul li {
    width: 25% !important;
    margin: 0 !important;
    border: none !important;
  }
  .support-wrapper .support-list li > .info-box .desc {
    margin-top: 20px;
    font-size: 16px;
  }
  .support-wrapper .support-list li > .info-box .title {
    height: 40px;
  }
  .support-wrapper .support-list li > .info-box .title span {
    font-size: 24px;
  }
  .main_content .module-title h1 {
    font-size: 30px;
  }
  .main_content .module-title::after {
    width: 120px;
    height: 4px;
  }
  .page_banner .contact-title {
    font-size: 36px;
  }
  .contact-wrapper .contact-info .info-box h3 {
    font-size: 32px;
  }
  .foot-contact-list li {
    padding-left: 0.3rem;
  }
  .foot-wrapper {
    padding: 1rem 0;
  }
  .page_banner>.page_banner_title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 768px) {
  .change-language-cont ul li {
    width: 33.33333% !important;
  }
  .support-wrapper .support-list li {
    flex-direction: column;
  }
  .img-box,.support-wrapper .support-list li > div {
    flex: 0 0 100%;
  }
  .support-wrapper .support-list li:nth-child(2n) .img-box {
    order: 0;
  }
  .page_banner .contact-title,.contact-wrapper .contact-info .info-box h3 {
    font-size: 24px;
  }
  .page_banner>.page_banner_title {
    font-size: 24px;
  }
  .contact-wrapper .contact-info .info-box .foot-contact-list,.contact-wrapper .contact-info .info-box .foot-contact-list a {
    font-size: 16px;
  }
  .contact-wrapper {
    flex-direction: column;
  }
  .contact-wrapper .contact-info {
    flex: 0 0 100%;
    justify-content: flex-start;
    padding-left: 50px;
  }
  .contact-wrapper .contact-form {
    flex: 0 0 100%;
  }
  .consultation-wrapper h1 {
    font-size: 24px;
  }
  .consultation-wrapper > div {
    font-size: 16px;
  }
  .about_wrapper .about_info {
    flex-direction: column;
  }
  .about_wrapper .about_info .about_title {
    flex: 0 0 100%;
  }
  .about_wrapper .about_info .about_title h1,.about_wrapper .about_info .about_title span {
    font-size: 30px;
  }
  .about_wrapper .about_info .about_text {
    flex: 0 0 100%;
  }
  .about_wrapper .about_info .about_title em {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .change-language-cont ul li {
    width: 50% !important;
  }
}

@media only screen and (max-width: 320px) {
  .change-language-cont ul li {
    width: 50% !important;
  }
}

.none {
  display: none;
}
