
/*!
*/
@font-face {
  font-family: Poppins;
  src: url("../font/Poppins.woff2") format("woff2"), url("../font/Poppins.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: "Noto Sans SC", sans-serif;
  scroll-behavior: smooth;
}



/*!- wrapper begin -*/
.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 0 32px;
}
@media screen and (max-width: 1280px) {
  .wrapper {
    padding: 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .wrapper {
    padding: 0 16px;
  }
}

/*!- wrapper end -*/
/*!- section begin -*/
.section {
  padding: 30px 0;
}
.section .content-empty {
  text-align: center;
}
.section .content-empty .iconfont {
  font-size: 150px;
  color: #d9d9d9;
}
.section .content-empty .content-empty-title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin: 30px 0 30px 0;
}
.section.mm {
  padding: 0;
}
.section.mb {
  padding-bottom: 0;
}
.section.mt {
  padding-top: 0;
}
.section.mb-60 {
  padding-bottom: 60px;
}
.section .layout-wrap {
  display: flex;
  align-items: flex-start;
}
.section .layout-wrap > .cart-form {
  display: flex;
  align-items: flex-start;
}
.section .layout-content {
  flex: auto;
  width: 75%;
}
.section .layout-sidebar {
  width: 25%;
  padding-left: 30px;
  position: sticky;
  top: 100px;
  right: 0;
}
.section .layout-sidebar .hd {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding: 0 0 16px 0;
  position: relative;
}
.section .layout-sidebar .hd h3 {
  flex: auto;
  font-size: 20px;
  line-height: 35px;
  color: #333;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
}
.section .layout-sidebar .hd:after {
  position: absolute;
  content: '\e844';
  font-family: iconfont;
  color: #68B533;
  right: 0;
  font-size: 20px;
}
.section .layout-sidebar .hd a {
  line-height: 32px;
  font-size: 14px;
  color: #999;
  transition: color .5s;
}
.section .layout-sidebar .hd a:hover {
  color: #0068b7;
}
.section .layout-sidebar .menu-grid-sidebar {
  width: 100%;
  margin-bottom: 20px;
}
.section .layout-sidebar .menu-grid-sidebar ul {
  position: sticky;
  top: 72px;
  left: 0;
}
.section .layout-sidebar .menu-grid-sidebar ul li {
  margin-bottom: 5px;
  transition: all .5s;
}
.section .layout-sidebar .menu-grid-sidebar ul li a {
  display: block;
  position: relative;
  line-height: 35px;
  font-size: 16px;
  color: #333;
  transition: all .5s;
  border-radius: 6px;
  border: 1px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.section .layout-sidebar .menu-grid-sidebar ul li:hover a {
  color: #68B533;
  transition: color .5s;
}
.section .layout-sidebar .menu-grid-sidebar ul li:hover a:before {
  content: '\e844';
  font-family: 'iconfont';
  padding-right: 10px;
}
.section .layout-sidebar .menu-grid-sidebar ul li.active a {
  color: #68B533;
}
.section .layout-sidebar .menu-grid-sidebar ul li:last-child {
  margin-bottom: 0;
}
.section .layout-sidebar .cashier-grid-sidebar {
  width: 100%;
  background: #fff;
  padding: 0 15px 15px 15px;
}
.section .layout-sidebar .cashier-grid-sidebar ul {
  display: flex;
  flex-direction: column;
}
.section .layout-sidebar .cashier-grid-sidebar ul li {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.section .layout-sidebar .cashier-grid-sidebar ul li strong {
  font-size: 20px !important;
}
.section .layout-sidebar .cashier-grid-sidebar ul li .cart-cashier-label {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.section .layout-sidebar .cashier-grid-sidebar ul li .cart-cashier-value {
  font-size: 16px;
  line-height: 32px;
  color: #FE5050;
}
.section .layout-sidebar .cashier-grid-sidebar .cart-cashier-action {
  margin-top: 24px;
}
.section .layout-sidebar .cashier-grid-sidebar .cart-cashier-action .cart-action {
  display: block;
  font-size: 18px;
  line-height: 40px;
  padding: 0 16px;
  color: #fff;
  text-align: center;
  border: 0;
  width: 100%;
  background-color: #26BB79;
  cursor: pointer;
  -webkit-transition: background .3s ease 0s;
  transition: background .3s ease 0s;
}
.section .layout-sidebar .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 0 -16px;
}
.section .layout-sidebar .bd ul li {
  width: 100%;
  padding: 16px 0 0 16px;
}
.section .layout-sidebar .bd ul li a {
  display: block;
}
.section .layout-sidebar .bd ul li a:hover .intro h4 {
  color: #0068b7;
}
.section .layout-sidebar .bd ul li .cover {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.section .layout-sidebar .bd ul li .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.section .layout-sidebar .bd ul li .intro h4 {
  padding: 8px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  transition: color .4s;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.section .layout-sidebar .hot-related-wrap ul {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.section .layout-sidebar .hot-related-wrap ul li {
  display: flex;
  margin-bottom: 30px;
}
.section .layout-sidebar .hot-related-wrap ul li .cover {
  width: 30%;
}
.section .layout-sidebar .hot-related-wrap ul li .cover > img {
  display: block;
  width: 100%;
}
.section .layout-sidebar .hot-related-wrap ul li .intro {
  width: 70%;
  padding-left: 20px;
  flex: auto;
}
.section .layout-sidebar .hot-related-wrap ul li .intro h4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  line-height: 25px;
  font-weight: normal;
  color: #333;
}
.section .layout-sidebar .hot-related-wrap ul li .intro:hover h4 {
  color: #68B533;
}
.section .layout-sidebar .hot-related-wrap ul li .video-item {
  width: 100%;
  margin-bottom: 0;
}
.section .layout-sidebar .hot-related-wrap ul li .video-item .cover {
  width: 100%;
}
.section .layout-sidebar .hot-related-wrap ul li .video-item .intro-icon {
  padding: 20px;
}
.section .layout-sidebar .hot-related-wrap ul li .video-item .intro-icon h4 {
  font-weight: normal;
}
.section .layout-sidebar .company-content {
  width: 100%;
  margin-bottom: 30px;
}
.section .layout-sidebar .company-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section .layout-sidebar .company-content ul li {
  width: 100%;
  flex: auto;
  margin-bottom: 10px;
}
.section .layout-sidebar .company-content ul li .icon {
  font-size: 20px;
  line-height: 1;
  color: #0068b7;
  display: inline-block;
}
.section .layout-sidebar .company-content ul li .icon i {
  font-size: inherit;
}
.section .layout-sidebar .company-content ul li .label {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  display: inline-block;
}
.section .layout-sidebar .company-content ul li .value {
  font-size: 16px;
  white-space: normal;
  word-break: break-word;
  color: #333;
  display: inline-block;
}
.section .layout-sidebar-sticky {
  position: sticky;
  top: 90px;
}
.section .tips-tags .tips {
  padding: 16px 0;
}
.section .tips-tags .tips h4 {
  border-left: 3px solid #0068b7;
  line-height: 1.5;
  padding: 4px 16px;
  font-size: 18px;
  font-weight: normal;
  color: #0068b7;
}
.section .tips-tags .tags {
  display: block;
  line-height: 1;
  font-size: 0;
}
.section .tips-tags .tags a {
  display: inline-block;
  line-height: 40px;
  padding: 0 24px;
  background-color: #F5F5F5;
  color: #333;
  font-size: 16px;
  margin: 0 0 16px 0;
  max-width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: background-color .4s, color .4s;
}
.section .tips-tags .tags a:hover {
  color: #0068b7;
}
.section .wui-number {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 32px;
}
.section .wui-number .wui-number-button {
  display: block;
  position: absolute;
  top: 0;
  cursor: pointer;
  color: #333333;
  width: 32px;
  height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background-image: none;
  background-color: whitesmoke;
}
.section .wui-number .wui-number-button.sub {
  left: 0;
}
.section .wui-number .wui-number-button.add {
  right: 0;
}
.section .wui-number .wui-number-button:hover {
  background-color: #d9d9d9;
}
.section .wui-number .wui-number-button:disabled {
  background-color: transparent;
  color: #bfbfbf;
  cursor: not-allowed;
}
.section .wui-number .wui-number-input {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 0 40px;
  line-height: 30px;
  border: 1px solid #d9d9d9;
  max-width: 120px;
}
.section .header-title {
  line-height: 1.576;
  border-bottom: 1px solid #ddd;
  color: #0068b7;
  padding: 10px 0;
  margin-bottom: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.section .header-title h3 {
  font-size: 22px;
  line-height: 32px;
  color: #0068b7;
  font-weight: normal;
  flex: auto;
  -webkit-flex: auto;
}
.section .header-title .more-button {
  display: block;
  -webkit-flex: none;
  flex: none;
}
.section .header-title a:hover {
  background: #68B533;
  color: #fff;
}

.section .button {
  border: 2px solid #68B533;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: .3s,background-size .2s linear .15s;
  transition: all .3s,background-size .2s linear .15s;
}
.section .button:before {
  background: #68B533;
  content: "";
  position: absolute;
  height: 100%;
  width: 55px;
  right: 0;
  top: 0;
}
.section .button:after {
  color: #333;
  content: "\e844";
  font-family: "iconfont";
  position: relative;
  margin: 0;
  transform: none;
  -webkit-transform: none;
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  width: 55px;
  top: 50%;
  right: 0;
  -webkit-transition: .3s,background-size .2s linear .15s;
  transition: all .3s,background-size .2s linear .15s;
}
.section .button span {
  position: relative;
  padding: 5px 28px 5px 38px;
  z-index: 1;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.section .button span:before {
  background: #68B533;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  width: 0;
  -webkit-transition: width .3s ease-out;
  transition: width .3s ease-out;
}
.section .button:hover:after {
  transform: rotate(-45deg);
}
.section .button:hover span {
  color: #333;
}
.section .button:hover span:before {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .section {
    padding: 24px 0;
  }
  .section .layout-content {
    padding: 24px;
  }
  .section .layout-sidebar {
    margin-left: 0;
    margin-top: 24px;
  }
  .section .layout-sidebar .hd {
    margin-bottom: 24px;
  }
  .section .layout-sidebar .hd h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .section .layout-sidebar .hd a {
    line-height: 24px;
    font-size: 14px;
  }
  .section .layout-sidebar .product-grid-sidebar {
    margin-right: 24px;
  }
  .section .layout-sidebar .product-grid-sidebar ul {
    padding: 16px 0;
  }
  .section .layout-sidebar .bd ul {
    margin: -24px 0 0 -24px;
  }
  .section .layout-sidebar .bd ul li {
    width: 25%;
    padding: 24px 0 0 24px;
  }
  .section .layout-sidebar .bd ul li .intro h4 {
    font-size: 14px;
  }
  .section .tips-tags .tips {
    padding: 8px 0;
  }
  .section .tips-tags .tips h4 {
    padding: 4px 16px;
    font-size: 16px;
  }
  .section .tips-tags .tags a {
    line-height: 32px;
    padding: 0 16px;
    margin: 0 12px 12px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 16px 0;
  }
  .section .layout-content {
    padding: 16px;
    margin-bottom: 0;
    width: 100%;
  }
  .section .layout-sidebar {
    margin: 0 0 32px 0;
    padding-left: 0;
    width: 100%;
  }
  .section .layout-sidebar .hd {
    margin-bottom: 0;
    padding: 10px;
  }
  .section .layout-sidebar .hd h3 {
    font-size: 18px;
  }
  .section .layout-sidebar .hd a {
    font-size: 12px;
  }
  .section .layout-sidebar .product-grid-sidebar {
    display: none;
  }
  .section .layout-sidebar .bd ul {
    margin: -16px 0 0 -16px;
  }
  .section .layout-sidebar .bd ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .section .layout-sidebar .menu-grid-sidebar {
    padding: 0 10px 10px 10px;
  }
  .section .tips-tags .tips {
    padding: 16px 0;
  }
  .section .tips-tags .tips h4 {
    padding: 4px 8px;
    font-size: 14px;
  }
  .section .tips-tags .tags a {
    line-height: 28px;
    margin: 0 8px 8px 0;
    width: 100%;
    max-width: 100%;
  }
  .section .header-title {
    margin-bottom: 20px;
  }
  .section .header-title h3 {
    line-height: 22px;
    font-size: 16px;
  }
  .section .layout-wrap {
    flex-direction: column;
  }
  .section .layout-wrap > .cart-form {
    flex-direction: column;
  }
  .section .button span {
    padding: 5px 15px 5px 15px;
    line-height: 25px;
  }
  .section .content-empty .iconfont {
    font-size: 100px;
  }
  .section .content-empty .content-empty-title {
    font-size: 18px;
    color: #999;
    margin: 10px 0 0 0;
  }
}

/*!- section end -*/
/*!- scrollbar begin -*/
.scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
}
.scrollbar::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}

/*!- scrollbar end -*/
/*!- public end -*/
.meta-family {
  font-family: Arial;
}

/*!- public end -*/
/*!- header begin -*/
.header {
  transition: background-color .5s;
  border-bottom: 1px solid #ddd;
  display: block;
  background:url(../image/topbg.jpg) top repeat-x;
  height: 141px;
}
.header .header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  background:url(../image/topbg.jpg) top repeat-x;
  height: 141px;
  transition: height .5s;
}
.header .header-wrap:before, .header .header-wrap:after {
  display: table;
  content: "";
  width: 100%;
}
.header .header-wrap:after {
  clear: both;
}
.header .header-wrap .header-content {
  max-width: 1280px;
  margin: 0 auto;
  margin-top:50px;
  width: 100%;
  padding: 0 32px;
}
.header .header-wrap .header-logo {
  display: block;
  float: left;
  line-height: 90px;
  font-size: 0;
  -webkit-text-size-adjust: none;
}
.header .header-wrap .header-logo > a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.header .header-wrap .header-logo > a > img {
  display: block;
  width: auto;
  height: 60px;
}
.header .header-wrap .header-logo > span {
  display: none;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
}
.header .header-wrap .header-nav {
  display: block;
  float: right;
  line-height: 90px;
}
.header .header-wrap .header-nav:before, .header .header-wrap .header-nav:after {
  display: table;
  content: "";
  width: 100%;
}
.header .header-wrap .header-nav:after {
  clear: both;
}
.header .header-wrap .header-trigger {
  display: none;
  width: 24px;
  height: 20px;
  position: absolute;
  z-index: 1002;
  top: 50%;
  right: 16px;
  margin-top: -10px;
  cursor: pointer;
}
.header .header-nav ul {
  font-size: 0;
  margin-left: -32px;
}
.header .header-nav ul > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 32px;
  position: relative;
  font-size: 18px;
  color: #333;
  font-weight:600;
}
.header .header-nav ul > li .arrow {
  display: inline-block;
  vertical-align: -1px;
  width: 16px;
  height: 16px;
  position: relative;
}
.header .header-nav ul > li .arrow:before, .header .header-nav ul > li .arrow:after {
  display: block;
  content: '';
  width: 8px;
  border-bottom: 2px solid;
  position: absolute;
  top: 50%;
  transition: all .5s;
}
.header .header-nav ul > li .arrow:before {
  left: 2px;
  transform: rotate(49deg);
}
.header .header-nav ul > li .arrow:after {
  right: 2px;
  transform: rotate(-49deg);
}
.header .header-nav ul > li a {
  display: block;
  white-space: nowrap;
  position: relative;
  transition: color,background-color .5s;
}
.header .header-nav ul > li a:hover, .header .header-nav ul > li a.active {
  color: #68B533;
}
.header .header-nav ul > li dl {
  display: none;
  min-width: 200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 1);
  font-size: 14px;
}
.header .header-nav ul > li dl dd {
  position: relative;
}
.header .header-nav ul > li dl dd a {
  padding: 0 20px;
  line-height: 40px;
}
.header .header-nav ul > li dl dd a .arrow {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 4px;
}
.header .header-nav ul > li dl dd a .arrow:before, .header .header-nav ul > li dl dd a .arrow:after {
  width: 0;
  height: 8px;
  border-left: 0;
  border-right: 2px solid;
  left: 50%;
  top: auto;
  right: auto;
}
.header .header-nav ul > li dl dd a .arrow:before {
  top: 0.4px;
  transform: rotate(-45deg);
}
.header .header-nav ul > li dl dd a .arrow:after {
  bottom: 0.4px;
  transform: rotate(45deg);
}
.header .header-nav ul > li dl dd a:hover {
  background-color: white;
}
.header .header-nav ul > li dl dd dl {
  left: 100%;
  top: 0;
  transform: translateX(0);
}
.header .header-nav ul > li.active > a {
  color: #68B533;
}
.header .header-nav .header-nav-extra ul li:first-child {
  padding-right: 20px;
}
.header .header-nav .header-nav-extra ul li:first-child:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 2px;
  margin-top: -6px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header .header-nav-menu {
  display: block;
  float: left;
  padding-right: 32px;
}
.header .header-nav-extra {
  display: block;
  position: relative;
  float: right;
  padding-left: 32px;
}
.header .header-nav-extra:after {
  display: block;
  content: '';
  height: 16px;
  border-left: 1px solid #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}
.header .header-icon-text {
  position: relative;
  text-align: left;
}
.header .header-icon-text > .icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 16px;
  line-height: 16px;
  font-size: 24px;
  text-align: center;
  margin-right: 6px;
}
.header .header-icon-text > .icon > img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.header .header-icon-text > .icon > i {
  font-size: inherit;
}
.header .header-icon-text > .text {
  display: inline-block;
  vertical-align: middle;
}
.header .header-cart > a {
  display: block;
  position: relative;
  text-align: center;
  font-size: 0;
  color: #333;
  transition: color .4s, background-color .4s;
}
.header .header-cart > a > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.header .header-cart > a > span {
  display: block;
  position: absolute;
  top: 30px;
  right: 0px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  background-color: #FE5050;
  color: #fff;
  padding: 0 6px;
  border-radius: 10px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.header .header-cart > a:hover {
  color: #0068b7;
}
.header .header-trigger > span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #333;
  top: 50%;
  margin-top: -1px;
  transition: all .5s;
}
.header .header-trigger > span:nth-child(1) {
  transform: translateY(-10px);
}
.header .header-trigger > span:nth-child(2) {
  transform: translateY(9px);
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
}
.header.scrolled {
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .header .header-nav ul {
    margin-left: -24px;
  }
  .header .header-nav ul > li {
    margin-left: 24px;
  }
  .header .header-nav-menu {
    padding-right: 24px;
  }
  .header .header-nav-extra {
    padding-left: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .header {
    border-bottom: 0;
    height: 58px;
	background:url(../image/topbg.jpg) bottom;
	display:none;
  }
  .header .header-wrap {
    width: 100%;
    height: 58px;
	background:url(../image/topbg.jpg) bottom;
  }
  .header .header-wrap .header-content {
    padding: 0 16px;
	margin-top:0;
  }
  .header .header-wrap .header-logo {
    float: none;
    position: relative;
    z-index: 1001;
    line-height: 58px;
    padding: 0;
    background-color: #fff;
  }
  .header .header-wrap .header-logo > a > img {
    height: 28px;
  }
  .header .header-wrap .header-logo > span {
    display: inline-block;
  }
  .header .header-wrap .header-nav {
    display: none;
    float: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 40px;
    padding-top: 58px;
    overflow-y: auto;
    background-color: #fff;
  }
  .header .header-wrap .header-trigger {
    display: block;
  }
  .header .header-nav ul {
    margin-left: 0;
  }
  .header .header-nav ul > li {
    display: block;
    margin-left: 0;
  }
  .header .header-nav ul > li .arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    margin-top: 0;
    right: 6px;
  }
  .header .header-nav ul > li .arrow:before {
    left: 14px;
    right: auto;
  }
  .header .header-nav ul > li .arrow:after {
    left: auto;
    right: 13px;
  }
  .header .header-nav ul > li a {
    padding: 0 56px 0 36px;
  }
  .header .header-nav ul > li dl {
    min-width: auto;
    position: static;
    left: auto;
    top: auto;
    transform: translateX(0);
    text-align: left;
  }
  .header .header-nav ul > li dl dd a {
    padding: 0 56px 0 16px;
  }
  .header .header-nav ul > li dl dd a .arrow {
    width: 40px;
    height: 40px;
    right: 6px;
    margin-top: 0;
    top: 0;
  }
  .header .header-nav ul > li dl dd a .arrow:before, .header .header-nav ul > li dl dd a .arrow:after {
    width: 8px;
    height: 0;
    border-left: 2px solid;
    border-right: 0;
    top: 50%;
    bottom: auto;
  }
  .header .header-nav ul > li dl dd a .arrow:before {
    left: 14px;
    right: auto;
    transform: rotate(49deg);
  }
  .header .header-nav ul > li dl dd a .arrow:after {
    left: auto;
    right: 13px;
    transform: rotate(-49deg);
  }
  .header .header-nav ul > li dl dd.opened > a .arrow:before {
    transform: rotate(-49deg);
  }
  .header .header-nav ul > li dl dd.opened > a .arrow:after {
    transform: rotate(49deg);
  }
  .header .header-nav ul > li dl dd.opened > dl {
    display: block;
  }
  .header .header-nav ul > li.opened > a .arrow:before {
    transform: rotate(-49deg);
  }
  .header .header-nav ul > li.opened > a .arrow:after {
    transform: rotate(49deg);
  }
  .header .header-nav ul > li.opened > dl {
    display: block;
  }
  .header .header-nav-menu {
    float: none;
    padding-right: 0;
  }
  .header .header-nav-extra {
    float: none;
    padding-left: 0;
  }
  .header .header-nav-extra:after {
    display: none;
  }
  .header .header-nav-extra .header-lang > a {
    display: none;
  }
  .header .header-nav-extra .header-lang > dl {
    display: block;
    font-size: 0;
    -webkit-text-size-adjust: none;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 8px;
  }
  .header .header-nav-extra .header-lang > dl > dd {
    display: inline-block;
    vertical-align: top;
  }
  .header .header-nav-extra .header-lang > dl > dd > a {
    padding: 0 8px;
    font-size: 14px;
  }
  .header .header-nav-extra .header-search {
    display: block;
  }
  .header.fixed {
    position: sticky;
  }
  .header.opened .header-nav {
    display: block;
  }
  .header.opened .header-trigger > span:nth-child(1) {
    transform: rotate(45deg);
  }
  .header.opened .header-trigger > span:nth-child(2) {
    transform: rotate(-45deg);
  }
  .header.opened .header-trigger > span:nth-child(3) {
    opacity: 0;
  }
}
@media screen and (min-width: 1281px) {
  .header .header-nav ul > li dl dd:hover > dl {
    display: block;
  }
  .header .header-nav ul > li:hover > a .arrow:before {
    transform: rotate(-49deg);
  }
  .header .header-nav ul > li:hover > a .arrow:after {
    transform: rotate(49deg);
  }
  .header .header-nav ul > li:hover > dl {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .header .header-nav ul > li a.header-icon-text {
    padding: 0;
    margin: 0 auto;
  }
  .header .header-nav ul > li.header-cart a {
    padding: 0;
    margin: 0 auto;
  }
  .header .header-nav ul > li.header-cart a > span {
    top: 10px;
  }
  .header .header-nav-extra .header-lang > dl > dd {
    margin: 0 10px;
  }
  .header .header-nav-extra .header-search {
    width: 50%;
    display: inline-flex;
  }
  .header .header-nav-extra .header-cart {
    width: 50%;
    display: inline-flex;
  }
}

/*!- header end -*/
/*!- footer begin -*/
.footer {
  background-color: #F0F0F0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.footer .footer-wrap {
  position: relative;
  display: flex;
  max-width:1280px;
  flex-direction: row;
  padding: 80px 32px 0 32px;
}
.footer .footer-wrap .footer-dibu {
	width:100%;
	float:left;
}
.footer .footer-wrap .footer-dibu .footer-logo {
  width: 50%;
  float:left;
}
.footer .footer-wrap .footer-dibu .footer-txt {
  width: 25%;
  float:left;
}
.footer .footer-wrap .footer-dibu .footer-txt .tit {
	width:100%; float:left; font-size:22px; font-weight:600; color:#444;
}
.footer .footer-wrap .footer-dibu .footer-txt .txt {
	width:100%; float:left; font-size:14px; margin-top:30px; color:#444;
}
.footer .footer-copyright-wrap {
  margin-top: 40px;
  padding:40px 0;
  max-width:1280px;
}

.footer .footer-copyright-wrap .footer-copyright {
  color: #444;
  text-align: left;
  font-size: 14px;
  line-height: 1.576;
  padding: 16px;
}
.footer .footer-copyright-wrap .footer-copyright a {
  color: #444;
}
@media screen and (max-width: 1280px) {
  .footer .footer-content {
    padding: 32px 0;
  }

}
@media screen and (max-width: 992px) {
  .footer {
    padding: 0 0 40px 0;
  }
  .footer .footer-wrap {
    flex-direction: column-reverse;
    padding: 32px 32px 0 32px;
  }
.footer .footer-wrap .footer-dibu .footer-logo {
  width: 100%;
  float:left;
  margin-bottom:30px;
}
.footer .footer-wrap .footer-dibu .footer-txt {
  width: 100%;
  float:left;
  margin-bottom:30px;
}

.footer .footer-wrap .footer-dibu .footer-txt .txt {
	 margin-top:0px;
	 line-height:30px;
}
.footer .footer-copyright-wrap {
  margin-top: 40px;
  padding:40px 0;
  max-width:100%;
}.footer .footer-copyright-wrap .footer-copyright {
  color: #444;
  text-align: center;
}
}

/*!- footer end -*/
/*!- sidebar begin -*/
.sidebar .sidebar-wrap {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 998;
}
.sidebar .sidebar-item {
  position: relative;
  height: 48px;
}
.sidebar .sidebar-item .wrap {
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  transform: translateX(-48px);
}
.sidebar .sidebar-item .trigger {
  display: flex;
  color: #333;
  background-color: #121c22;
}
.sidebar .sidebar-item .trigger .icon {
  display: block;
  flex: none;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}
.sidebar .sidebar-item .trigger .icon i {
  font-size: 24px;
}
.sidebar .sidebar-item .trigger .text {
  display: block;
  font-size: 16px;
  line-height: 48px;
  padding: 0 16px 0 8px;
  white-space: nowrap;
  word-break: keep-all;
  color: #fff;
}
.sidebar .sidebar-item .popover {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  padding: 0 12px 0 0;
}
.sidebar .sidebar-item .popover .popover-wrap {
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
  padding: 2px 0;
}
.sidebar .sidebar-item .popover .popover-wrap:after {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 20px;
  right: -8px;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
}
.sidebar .sidebar-item .popover img {
  display: block;
  max-width: 128px;
  height: auto;
}
.sidebar .sidebar-item .popover ul li a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  padding: 0 16px;
  min-width: 120px;
  white-space: nowrap;
  word-break: keep-all;
  color: #333;
}
.sidebar .sidebar-item .popover ul li a i {
  font-size: 20px;
  vertical-align: -.1em;
}
.sidebar .sidebar-item .popover ul li a i[class*='icon-whatsapp'] {
  color: #25D366;
}
.sidebar .sidebar-item .popover ul li a i[class*='icon-skype'] {
  color: #00AEF3;
}
.sidebar .sidebar-item .popover ul li a i[class*='icon-facebook'] {
  color: #235B9E;
}
.sidebar .sidebar-item .popover ul li a i[class*='icon-twitter'] {
  color: #00ACED;
}
.sidebar .sidebar-item .popover ul li a i[class*='icon-messenger'] {
  color: #008AFF;
}
.sidebar .sidebar-item .popover ul li a i[class*='icon-youtube'] {
  color: #FF0000;
}
.sidebar .sidebar-item .popover ul li a:hover {
  background-color: #e6f0f8;
  color: #0068b7;
}
.sidebar .sidebar-item.top {
  display: none;
}
.sidebar .sidebar-item:hover .wrap {
  transform: translateX(-100%);
}
.sidebar .sidebar-item:hover .popover {
  display: block;
}
.sidebar.scrolled .sidebar-item.top {
  display: block;
}
@media screen and (max-width: 992px) {
  .sidebar .sidebar-item {
    height: 40px;
  }
  .sidebar .sidebar-item .trigger .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .sidebar .sidebar-item .wrap {
    transform: translateX(-40px);
  }
}

/*!- sidebar end -*/
/*!- bottom-menu begin -*/
.bottom-menu {
  display: none;
}
.bottom-menu .bottom-menu-wrap {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 998;
}
.bottom-menu .bottom-menu-item {
  position: relative;
  height: 40px;
}
.bottom-menu .bottom-menu-item .wrap {
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  transform: translateX(-48px);
}
.bottom-menu .bottom-menu-item .trigger {
  display: flex;
  color: #333;
  background-color: #68B533;
}
.bottom-menu .bottom-menu-item .trigger .icon {
  display: block;
  flex: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.bottom-menu .bottom-menu-item .trigger .icon i {
  font-size: 24px;
}
.bottom-menu .bottom-menu-item .trigger .text {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 0 16px 0 8px;
  white-space: nowrap;
  word-break: keep-all;
}
.bottom-menu .bottom-menu-item .popover {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  padding: 0 12px 0 0;
}
.bottom-menu .bottom-menu-item .popover .popover-wrap {
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
  padding: 2px 0;
}
.bottom-menu .bottom-menu-item .popover .popover-wrap:after {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 16px;
  right: -8px;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
}
.bottom-menu .bottom-menu-item .popover img {
  display: block;
  max-width: 128px;
  height: auto;
}
.bottom-menu .bottom-menu-item .popover ul li a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  padding: 0 16px;
  min-width: 120px;
  white-space: nowrap;
  word-break: keep-all;
  color: #333;
}
.bottom-menu .bottom-menu-item .popover ul li a i {
  font-size: 20px;
  vertical-align: -.1em;
}
.bottom-menu .bottom-menu-item .popover ul li a i[class*='icon-whatsapp'] {
  color: #25D366;
}
.bottom-menu .bottom-menu-item .popover ul li a i[class*='icon-skype'] {
  color: #00AEF3;
}
.bottom-menu .bottom-menu-item .popover ul li a i[class*='icon-facebook'] {
  color: #235B9E;
}
.bottom-menu .bottom-menu-item .popover ul li a i[class*='icon-twitter'] {
  color: #00ACED;
}
.bottom-menu .bottom-menu-item .popover ul li a i[class*='icon-messenger'] {
  color: #008AFF;
}
.bottom-menu .bottom-menu-item .popover ul li a i[class*='icon-youtube'] {
  color: #FF0000;
}
.bottom-menu .bottom-menu-item .popover ul li a:hover {
  background-color: #e6f0f8;
  color: #0068b7;
}
.bottom-menu .bottom-menu-item.top {
  display: none;
}
.bottom-menu .bottom-menu-item:hover .wrap {
  transform: translateX(-100%);
}
.bottom-menu .bottom-menu-item:hover .popover {
  display: block;
}
.bottom-menu.scrolled .bottom-menu-item.top {
  display: block;
}
@media screen and (max-width: 1280px) {
  .bottom-menu {
    display: none;
  }
  .bottom-menu .bottom-menu-wrap {
    top: auto;
    bottom: 10%;
  }
}
@media screen and (max-width: 992px) {
  .bottom-menu {
    display: block;
    height: 48px;
  }
  .bottom-menu .bottom-menu-wrap {
    top: auto;
    bottom: 0;
    left: 0;
  }
  .bottom-menu .bottom-menu-list {
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 0 1px #d9d9d9;
  }
  .bottom-menu .bottom-menu-item {
    flex: 1;
    height: auto;
  }
  .bottom-menu .bottom-menu-item .wrap {
    position: relative;
    transform: translateX(0);
  }
  .bottom-menu .bottom-menu-item .trigger {
    justify-content: center;
    background-color: #fff;
    color: #333;
    flex-direction: column;
  }
  .bottom-menu .bottom-menu-item .trigger .icon {
    display: block;
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .bottom-menu .bottom-menu-item .trigger .text {
    font-size: 12px;
    padding: 0;
    text-align: center;
  }
  .bottom-menu .bottom-menu-item .popover {
    display: none;
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 100%;
    right: auto;
    padding: 0 0 12px;
    transform: translateX(-50%);
  }
  .bottom-menu .bottom-menu-item .popover .popover-wrap {
    box-shadow: 6px 0 20px 2px rgba(0, 0, 0, 0.18);
  }
  .bottom-menu .bottom-menu-item .popover .popover-wrap:after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -8px;
    margin-left: -8px;
    border-width: 8px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
  }
  .bottom-menu .bottom-menu-item.top {
    display: none;
  }
  .bottom-menu .bottom-menu-item.primary {
    flex: 2;
    order: 2;
  }
  .bottom-menu .bottom-menu-item.primary .trigger {
    background-color: #0068b7;
    color: #fff;
  }
  .bottom-menu .bottom-menu-item.primary .trigger .text {
    display: block;
  }
  .bottom-menu .bottom-menu-item:hover .wrap {
    transform: translateX(0);
  }
  .bottom-menu .bottom-menu-item:hover .popover {
    display: block;
  }
  .bottom-menu.scrolled .bottom-menu-item.top {
    display: none;
  }
}

/*!- bottom-menu end -*/
/*!- search -*/
.search {
  display: none;
  position: fixed;
  z-index: 1005;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search .search-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 35vh;
}
.search .search-content {
  display: block;
  position: relative;
  z-index: 2;
  max-width: 600px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
.search .search-bar {
  position: relative;
  width: 100%;
  padding: 0 72px 0 16px;
  background-color: #fff;
}
.search .search-bar > input {
  display: block;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: 0;
  font-size: 16px;
  outline: 0;
}
.search .search-bar > button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 50px;
  background-color: #0068b7;
  border: 0;
  outline: none;
  color: #fff;
  cursor: pointer;
  transition: background-color .5s;
  font-size: 24px;
}
.search .search-bar > button > i {
  font-size: inherit;
}
.search .search-bar > button:hover {
  background-color: #68B533;
}
.search .search-mask {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.9);
}
.search .search-close {
  position: absolute;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  top: 8px;
  right: 8px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #dddd;
  font-size: 24px;
  transition: color .5s;
}
.search .search-close > i {
  font-size: inherit;
}
.search .search-close:hover {
  color: #ddd;
}
@media screen and (max-width: 1280px) {
  .search .search-bar {
    padding: 0 64px 0 12px;
  }
  .search .search-bar > input {
    height: 40px;
    font-size: 14px;
  }
  .search .search-bar > button {
    width: 50px;
    height: 40px;
    font-size: 20px;
  }
  .search .search-close {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
  }
}
.search.opened {
  display: block;
  -webkit-animation: search-wrapper-fade-in .5s both;
  animation: search-wrapper-fade-in .5s both;
}

@-webkit-keyframes search-wrapper-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes search-wrapper-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*!- search -*/
/*!- crumb begin -*/
.crumb {
  background-color: #eee;
}
.crumb .crumb-list {
  font-size: 0;
}
.crumb .crumb-list .crumb-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 40px;
  margin-right: 12px;
  color: #333;
  transition: color .5s;
}
.crumb .crumb-list .crumb-item:hover {
  color: #0068b7;
}
.crumb .crumb-list .crumb-item:nth-child(even), .crumb .crumb-list .crumb-item.separator {
  color: #999;
  pointer-events: none;
}
.crumb .crumb-list .crumb-item:last-child.separator {
  display: none;
}
@media screen and (max-width: 1280px) {
  .crumb .crumb-list .crumb-item {
    font-size: 14px;
    line-height: 36px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 992px) {
  .crumb .crumb-list .crumb-item {
    font-size: 14px;
    line-height: 32px;
  }
}

/*!- inquiry begin -*/
.inquiry .inquiry-wrap {
  padding: 32px 0 0 0;
  max-width:500px;
  margin:0 auto;
  margin-bottom:50px;
}
.inquiry .inquiry-alert {
  font-size: 18px;
  line-height: 1.576;
  color: #666;
  padding: 10px 0px;
  margin-bottom: 32px;
}
.inquiry .inquiry-form ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.inquiry .inquiry-form ul li {
  display: block;
  width: 100%;
  padding: 26px 0 0 32px;
  position: relative;
}
.inquiry .inquiry-form ul li.col-1-2 {
  width: 50%;
}
.inquiry .inquiry-form ul li.col-1-3 {
  width: 33.3333%;
}
.inquiry .inquiry-form ul li.error input[type="text"] {
  border-color: #FE5050;
}
.inquiry .inquiry-form ul li.error input[type="text"]:focus {
  border-color: #FE5050;
  box-shadow: 0 0 0 3px rgba(254, 80, 80, 0.2);
}
.inquiry .inquiry-form ul li.error textarea {
  border-color: #FE5050;
}
.inquiry .inquiry-form ul li.error textarea:focus {
  border-color: #FE5050;
  box-shadow: 0 0 0 3px rgba(254, 80, 80, 0.2);
}
.inquiry .inquiry-form ul li.error .tips {
  display: block;
}
.inquiry .label {
  display: block;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 8px;
  color: #333;
}
.inquiry .label > em {
  color: red;
  margin-right: 8px;
}
.inquiry input[type="text"] {
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: inherit;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d9d9d9;
  transition: border .5s, box-shadow .5s;
  color: #333;
}
.inquiry input[type="text"]:hover {
  border-color: #0068b7;
}
.inquiry input[type="text"]:focus {
  border-color: #0068b7;
  box-shadow: 0 0 0 3px rgba(0, 104, 183, 0.2);
}
.inquiry input[type="email"] {
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: inherit;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d9d9d9;
  transition: border .5s, box-shadow .5s;
  color: #333;
}
.inquiry input[type="email"]:hover {
  border-color: #0068b7;
}
.inquiry input[type="email"]:focus {
  border-color: #0068b7;
  box-shadow: 0 0 0 3px rgba(0, 104, 183, 0.2);
}
.inquiry textarea {
  display: block;
  outline: none;
  width: 100%;
  font-size: 16px;
  line-height: 1.576;
  padding: 8px 12px;
  transition: border .5s, box-shadow .5s;
  font-family: inherit;
  resize: none;
  border: 1px solid #d9d9d9;
  color: #333;
  border-radius:5px;
}
.inquiry textarea:hover {
  border-color: #0068b7;
}
.inquiry textarea:focus {
  border-color: #0068b7;
  box-shadow: 0 0 0 3px rgba(0, 104, 183, 0.2);
}
.inquiry input {
  border-radius:5px;
}
.inquiry button {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: inherit;
  outline: none;
  border: 0;
  width:100%;
  background-color: #3E6D1F;
  color: #fff;
  height: 50px;
  padding: 0 24px;
  transition: background-color .5s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-radius:5px;
}

.inquiry button:disabled, .inquiry button.disabled {
  cursor: not-allowed;
  background-color: #80b4db;
}
.inquiry .checkbox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  margin-left: 8px;
}
.inquiry .checkbox > span {
  display: block;
  position: relative;
  font-size: 14px;
  padding-left: 24px;
  line-height: 40px;
  cursor: pointer;
  color: #333;
}
.inquiry .checkbox > span:before, .inquiry .checkbox > span:after {
  display: block;
  position: absolute;
  content: '';
  transition: all .5s;
}
.inquiry .checkbox > span:before {
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  margin-top: -9px;
}
.inquiry .checkbox > span:after {
  width: 9px;
  height: 6px;
  border-width: 0 0 2px 2px;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  left: 4px;
  margin-top: -5px;
  transform: rotate(-45deg);
}
.inquiry .checkbox > span a {
  color: #0068b7;
}
.inquiry .checkbox > input[type="checkbox"] {
  display: block;
  position: relative;
  vertical-align: middle;
  margin-right: 24px;
  width: 0;
  height: 0;
  cursor: pointer;
}
.inquiry .checkbox > input[type="checkbox"]:checked + span:before {
  border-color: #121c22;
  background-color: #121c22;
}
.inquiry .checkbox > input[type="checkbox"]:checked + span:after {
  border-color: #fff;
}
.inquiry .checkbox > input[type="checkbox"]:checked:disabled + span:after {
  border-color: #d9d9d9;
}
.inquiry .checkbox > input[type="checkbox"]:disabled {
  cursor: not-allowed;
}
.inquiry .checkbox > input[type="checkbox"]:disabled + span {
  color: #999;
  cursor: not-allowed;
}
.inquiry .checkbox > input[type="checkbox"]:disabled + span:before {
  border-color: #d9d9d9;
  background-color: #F5F5F5;
}
.inquiry .tips {
  display: none;
  position: absolute;
  left: 32px;
  font-size: 14px;
  line-height: 32px;
  color: #FE5050;
}
@media screen and (max-width: 1280px) {
  .inquiry .inquiry-wrap {
    padding: 24px;
  }
  .inquiry .inquiry-alert {
    padding: 12px 16px;
    margin-bottom: 24px;
  }
  .inquiry .inquiry-form {
    padding-bottom: 24px;
  }
  .inquiry .inquiry-form ul {
    margin: -24px 0 0 -24px;
  }
  .inquiry .inquiry-form ul li {
    padding: 24px 0 0 24px;
  }
  .inquiry input[type="text"] {
    font-size: 16px;
    height: 36px;
    padding: 0 10px;
  }
  .inquiry input[type="email"] {
    font-size: 16px;
    height: 36px;
    padding: 0 10px;
  }
  .inquiry textarea {
    font-size: 16px;
    padding: 6px 12px;
  }
  .inquiry button {
    height: 36px;
    padding: 0 16px;
  }
  .inquiry .tips {
    left: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .inquiry .inquiry-wrap {
    padding: 16px 0 0 0;
  }
  .inquiry .inquiry-alert {
    padding: 8px 12px;
    margin-bottom: 16px;
    font-size: 16px;
  }
  .inquiry .inquiry-form {
    padding-bottom: 0;
  }
  .inquiry .inquiry-form ul {
    margin: -16px 0 0 -16px;
  }
  .inquiry .inquiry-form ul li {
    padding: 16px 0 0 16px;
  }
  .inquiry .inquiry-form ul li.col-1-2 {
    width: 100%;
  }
  .inquiry .inquiry-form ul li.col-1-3 {
    width: 100%;
  }
  .inquiry input[type="text"] {
    font-size: 14px;
    height: 32px;
    padding: 0 8px;
  }
  .inquiry input[type="email"] {
    font-size: 14px;
    height: 32px;
    padding: 0 8px;
  }
  .inquiry textarea {
    font-size: 14px;
    padding: 4px 8px;
  }
  .inquiry button {
    height: 32px;
    padding: 0 12px;
    font-size: 14px;
  }
  .inquiry .tips {
    left: 16px;
    font-size: 12px;
    line-height: 16px;
  }
}

/*!- inquiry end -*/
/*!- pagination begin -*/
.pagination {
  margin-top: 20px;
}
.pagination .pagination-links {
  margin: -16px 0 0 -16px;
  line-height: 1;
  font-size: 0;
}
.pagination .pagination-links a {
  display: inline-block;
  line-height: 40px;
  min-width: 40px;
  text-align: center;
  font-size: 14px;
  margin: 16px 0 0 16px;
  padding: 0 16px;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  transition: background-color .4s, color .4s;
}
.pagination .pagination-links a:hover {
  background-color: #e6f0f8;
  color: #0068b7;
}
.pagination .pagination-links a.current {
  background-color: #68B533;
  color: #fff;
}
.pagination .pagination-links.center {
  text-align: center;
}
.pagination .pagination-links.right {
  text-align: right;
}
@media screen and (max-width: 1280px) {
  .pagination .pagination-links {
    margin: -12px 0 0 -12px;
  }
  .pagination .pagination-links a {
    line-height: 36px;
    min-width: 36px;
    margin: 12px 0 0 12px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 992px) {
  .pagination .pagination-links {
    margin: -8px 0 0 -8px;
  }
  .pagination .pagination-links a {
    line-height: 32px;
    min-width: 32px;
    font-size: 12px;
    margin: 8px 0 0 8px;
    padding: 0 8px;
  }
}

/*!- pagination end -*/
/*!- detail begin -*/
.detail .detail-wrap {
  display: flex;
  align-items: flex-start;
}
.detail .detail-content {
  flex: auto;
  width: 100%;
}
.detail .detail-sidebar {
  flex: auto;
  width: 100%;
  max-width: 480px;
  margin: 0 0 0 32px;
}
.detail .reader .hd {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.detail .reader .hd h2 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
}
.detail .reader .hd p {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
.detail .reader .ft {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.detail .reader .ft:before, .detail .reader .ft:after {
  display: table;
  content: "";
  width: 100%;
}
.detail .reader .ft:after {
  clear: both;
}
.detail .reader .ft .pager {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #333;
  transition: color .5s;
}
.detail .reader .ft .pager:hover {
  color: #0068b7;
}
.detail .reader .ft .prev {
  float: left;
}
.detail .reader .ft .next {
  float: right;
}
.detail .wrapper .hd {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.detail .wrapper .hd h3 {
  flex: auto;
  font-size: 24px;
  line-height: 32px;
  color: #333;
}
.detail .wrapper .hd a {
  line-height: 32px;
  font-size: 14px;
  color: #999;
  transition: color .5s;
}
.detail .wrapper .hd a:hover {
  color: #0068b7;
}
.detail .wrapper .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.detail .wrapper .bd ul li {
  width: 100%;
  padding: 32px 0 0 32px;
}
.detail .wrapper .bd ul li > a {
  display: flex;
}
.detail .wrapper .bd ul li > a:hover .intro h3 {
  color: #0068b7;
}
.detail .wrapper .bd ul li .cover {
  width: 100%;
  max-width: 160px;
  flex: none;
}
.detail .wrapper .bd ul li .cover img {
  display: block;
  object-position: center;
  object-fit: contain;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.detail .wrapper .bd ul li .cover img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.detail .wrapper .bd ul li .intro {
  width: 0;
  flex: auto;
  padding: 16px;
}
.detail .wrapper .bd ul li .intro h3 {
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  color: #333;
  transition: color .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.detail .wrapper .bd ul li .intro p {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 1280px) {
  .detail .detail-wrap {
    flex-wrap: wrap;
  }
  .detail .detail-sidebar {
    max-width: none;
    margin: 24px 0 0;
  }
  .detail .reader {
    padding: 24px;
  }
  .detail .reader .hd {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .detail .reader .hd h2 {
    font-size: 20px;
  }
  .detail .reader .hd p {
    font-size: 14px;
  }
  .detail .reader .ft {
    padding-top: 24px;
    margin-top: 24px;
  }
  .detail .wrapper .hd {
    margin-bottom: 24px;
  }
  .detail .wrapper .hd h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .detail .wrapper .hd a {
    line-height: 24px;
    font-size: 14px;
  }
  .detail .wrapper .bd ul {
    margin: -24px 0 0 -24px;
  }
  .detail .wrapper .bd ul li {
    width: 25%;
    padding: 24px 0 0 24px;
  }
  .detail .wrapper .bd ul li > a {
    flex-direction: column;
  }
  .detail .wrapper .bd ul li .cover {
    flex: auto;
    max-width: none;
  }
  .detail .wrapper .bd ul li .intro {
    width: auto;
    padding: 8px 0;
  }
  .detail .wrapper .bd ul li .intro h3 {
    font-size: 16px;
    line-height: 32px;
  }
  .detail .wrapper .bd ul li .intro p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
@media screen and (max-width: 992px) {
  .detail .detail-sidebar {
    margin: 16px 0 0;
  }
  .detail .reader {
    padding: 0;
  }
  .detail .reader .hd {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .detail .reader .hd h2 {
    font-size: 18px;
  }
  .detail .reader .ft {
    padding-top: 16px;
    margin-top: 16px;
  }
  .detail .wrapper .hd {
    margin: 16px 0;
  }
  .detail .wrapper .hd h3 {
    font-size: 16px;
  }
  .detail .wrapper .bd ul {
    margin: -16px 0 0 -16px;
  }
  .detail .wrapper .bd ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .detail .wrapper .bd ul li .intro {
    padding: 8px 0;
  }
  .detail .wrapper .bd ul li .intro h3 {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
  }
  .detail .wrapper .bd ul li .intro p {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
  }
}

/*!- detail end -*/
/*!- banner begin -*/
.banner .banner-wrap:nth-child(1) .banner-item, .banner .banner-wrap.banner-pc .banner-item {
  width: 100%;
  text-align: center;
}
.banner .banner-wrap:nth-child(1) .banner-item div > img, .banner .banner-wrap.banner-pc .banner-item div > img {
  display: block;
  width: 100%;
  object-position: center;
  object-fit: cover;
}
.banner .banner-wrap:nth-child(2), .banner .banner-wrap.banner-h5 {
  display: none;
}
.banner .banner-wrap .swiper-scrollbar-drag {
  background: #68B533 !important;
}
.banner .banner-item {
  display: block;
  position: relative;
}
.banner .banner-item .swiper-slide-wrap {
  z-index: 10;
  position: absolute;
  height: 100%;
  padding: 0 40px;
  left: 35%;
  transform: translateX(-25%);
}
.banner .banner-item .swiper-slide-wrap .swiper-slide-intro {
  display: flex;
  align-items: center;
  align-content: center;
  -webkit-align-items: center;
  height: 100%;
}
.banner .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title {
  display: block;
  width: 90%;
  text-align: left;
}
.banner .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title h2 {
  color: #fff;
  font-size: 46px;
  margin-bottom: 20px;
}
.banner .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title p {
  color: #eee;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 30px;
}
.banner .banner-item > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next {
  left: 5%;
}
.banner .swiper-button-next, .banner .swiper-container-rtl .swiper-button-prev {
  right: 5%;
}
@media screen and (max-width: 1440px) {
  .banner .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title h2 {
    font-size: 40px;
  }
  .banner .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title p {
  }
}
@media screen and (max-width: 992px) {
  .banner .banner-wrap:nth-child(2) .banner-item .swiper-slide-wrap {
    width: 100%;
    padding: 0px 20px;
  }
  .banner .banner-wrap:nth-child(2) .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title {
    width: 70%;
  }
  .banner .banner-wrap:nth-child(2) .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title h2 {
    font-size: 20px;
    font-weight: normal;
  }
  .banner .banner-wrap:nth-child(2) .banner-item .swiper-slide-wrap .swiper-slide-intro .swiper-slide-title p {
    font-size: 14px;
	line-height:20px;
  }
  .banner .banner-wrap:nth-child(2) .banner-item img {
    width: 100%;
  }
  .banner.has-mobile .banner-wrap:nth-child(1), .banner.has-mobile .banner-wrap.banner-pc {
    display: none;
  }
  .banner.has-mobile .banner-wrap:nth-child(2), .banner.has-mobile .banner-wrap.banner-h5 {
    display: block;
  }
}

/*!- banner end -*/
/*!- service begin -*/
.service {
  margin-top: 80px;
  margin-bottom: 80px;
}
.service .service-wrap .corp-introduction {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  padding-bottom: 20px;
  text-align: center;
}
.service .service-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.service .service-wrap ul li {
  width: 33.3%;
  transition: background-color .4s;
  transition: all .5s;
  display: flex;
  flex-direction: row;
}
.service .service-wrap ul li .icon {
  padding: 10px;
  width: 30%;
  height: auto;
  flex: none;
  overflow: hidden;
}
.service .service-wrap ul li .icon img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .5s;
}
.service .service-wrap ul li .text {
  width: 70%;
  flex: auto;
  padding: 15px;
}
.service .service-wrap ul li .text h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 2px solid #999;
  position: relative;
}
.service .service-wrap ul li .text h4:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "\e844";
  color: #999;
  font-family: iconfont;
  transition: all 0.3s;
}
.service .service-wrap ul li .text p {
  font-size: 18px;
  color: #999;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  word-break: break-word;
  -webkit-box-orient: vertical;
}
.service .service-wrap ul li:first-child a:after {
  display: none;
}
.service .service-wrap ul li:hover img {
  transform: scale(1.1);
}
.service .service-wrap ul li:hover .text h4 {
  color: #68B533;
}
.service .service-wrap ul li:hover .text h4:after {
  transform: rotate(-45deg);
  color: #68B533;
}
@media screen and (max-width: 1280px) {
  .service {
    margin-top: 25px;
  }
  .service .product-title > h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .service .service-wrap ul li {
    padding: 24px 4px;
  }
  .service .service-wrap ul li a {
    padding: 0 4px;
  }
  .service .service-wrap ul li .icon {
    margin: 0 8px 0 0;
  }
  .service .service-wrap ul li .text h4 {
    font-size: 16px;
  }
  .service .service-wrap ul li .text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .service {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .service .service-title > h3 {
    margin-bottom: 16px;
  }
  .service .service-wrap .wrap {
    padding: 16px 16px;
  }
  .service .service-wrap .wrap .corp-introduction {
    font-size: 22px;
    text-align: left;
  }
  .service .service-wrap .wrap ul {
    flex-wrap: wrap;
  }
  .service .service-wrap .wrap ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
  }
  .service .service-wrap .wrap ul li a {
    padding: 8px;
    justify-content: left;
    display: block;
  }
  .service .service-wrap .wrap ul li a:after {
    width: 100%;
    height: 1px;
  }
  .service .service-wrap .wrap ul li .icon {
    margin: 0;
    padding: 0;
    width: 30%;
  }
  .service .service-wrap .wrap ul li .text {
    padding: 10px 0 0 0;
  }
  .service .service-wrap .wrap ul li .text h4 {
    font-size: 16px;
    -webkit-line-clamp: 1;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .service .service-wrap .wrap ul li .text p {
    font-size: 16px;
    -webkit-line-clamp: 2;
  }
}

/*!- service end -*/
/*!- product begin -*/
.product {
  padding-top: 50px;
}
.product .product-item {
  display: flex;
  flex-direction: row;
}
.product .product-item .cover {
  display: flex;
  width: 50%;
}
.product .product-item .cover .cover-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.product .product-item .intro {
  display: flex;
  width: 50%;
  flex-direction: column;
  flex: auto;
  transition: opacity .4s;
  padding: 30px 50px;
}
.product .product-item .intro .intro-editor {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product .product-item .intro .intro-editor-desc {
  font-size: 18px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 40px;
}
.product .product-item .intro .intro-editor-desc p {
  position: relative;
  padding-left: 15px;
}
.product .product-item .intro .intro-editor-desc p:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  background: #68B533;
}
.product .product-item .intro .button-wrap {
  display: block;
}
.product .product-item .intro .button-wrap .button span {
  color: #333;
}
.product .product-item .intro h3 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  color: #0068b7;
  margin-bottom: 20px;
}
.product .product-item .intro h4 {
  font-size: 34px;
  font-weight: bold;
  font-weight: normal;
  position: relative;
  z-index: 1;
  color: #333;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .product .product-item .intro h4 {
    font-size: 16px;
  }
  .product .product-item .intro a {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .product .product-item {
    flex-direction: column;
    width: 100%;
  }
  .product .product-item .cover {
    padding: 0;
    width: 100%;
  }
  .product .product-item .intro {
    padding: 20px 0;
    width: 100%;
  }
  .product .product-item .intro h3 {
    display: none;
  }
  .product .product-item .intro h4 {
    font-size: 20px;
  }
  .product .product-item .intro .intro-editor-desc {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .product .product-item .intro .intro-editor {
    display: none;
  }
  .product .product-item .intro a {
    font-size: 14px;
  }
}

/*!- product end -*/
/*!- meta begin -*/
.meta {
  background: #121c22;
  background-image: url("../image/mapbg.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
}
.meta .meta-wrap {
  position: relative;
  padding: 100px 0;
}
.meta .meta-wrap ul {
  display: flex;
}
.meta .meta-wrap ul li {
  position: relative;
  width: 25%;
}
.meta .meta-wrap ul li .wrap {
  display: block;
  text-align: center;
  padding: 16px;
}
.meta .meta-wrap ul li .wrap img {
  display: block;
  height: 50px;
  max-width: 100%;
  margin: 0 auto;
}
.meta .meta-wrap ul li .wrap h4 {
  font-size: 70px;
  margin: 16px 0 12px;
  line-height: 1;
  -webkit-text-stroke: 1px #68B533;
  color: transparent;
}
.meta .meta-wrap ul li .wrap p {
  font-size: 18px;
  margin: 0;
  color: #999;
}
.meta .meta-wrap .elementor {
  position: absolute;
  left: 32px;
  bottom: 0;
}
.meta .meta-wrap .elementor .decoration-widget {
  text-align: left;
  font-size: 0;
  line-height: 1;
}
.meta .meta-wrap .elementor .decoration-widget .decoration-container {
  width: 70px;
  height: 70px;
  position: relative;
  display: inline-block;
}
.meta .meta-wrap .elementor .decoration-widget .decoration-container .industrium-decoration {
  position: absolute;
  height: 100%;
  width: 100%;
}
.meta .meta-wrap .elementor .decoration-widget .decoration-container .industrium-decoration div {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.meta .meta-wrap .elementor .decoration-widget .decoration-container .industrium-decoration div:nth-child(2n) {
  top: 100%;
  left: 0;
  background: #68B533;
}
@media screen and (max-width: 1280px) {
  .meta .meta-wrap {
    padding: 30px 0;
  }
  .meta .meta-wrap .elementor {
    display: none;
  }
  .meta .meta-wrap ul li .wrap {
    padding: 8px;
  }
  .meta .meta-wrap ul li .wrap img {
    height: 48px;
    display: none;
  }
  .meta .meta-wrap ul li .wrap h4 {
    font-size: 40px;
    margin: 12px 0 8px;
  }
  .meta .meta-wrap ul li .wrap p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .meta .meta-wrap ul {
    flex-wrap: wrap;
  }
  .meta .meta-wrap ul li {
    width: 50%;
  }
  .meta .meta-wrap ul li .wrap {
    padding: 10px 4px;
  }
  .meta .meta-wrap ul li .wrap img {
    display: none;
    height: 32px;
  }
  .meta .meta-wrap ul li .wrap h4 {
    font-size: 40px;
    margin: 8px 0 4px;
  }
  .meta .meta-wrap ul li .wrap p {
    font-size: 18px;
  }
  .meta .meta-wrap ul li:nth-child(2):after {
    height: 50%;
    transform: rotate(45deg);
    top: 75%;
  }
  .meta .meta-wrap ul li:nth-child(4):after {
    height: 50%;
    top: -25%;
    transform: rotate(-45deg);
  }
  .meta .meta-wrap ul li:nth-child(odd):after {
    display: none;
  }
}

/*!- meta end -*/
/*!- news begin -*/
.news {
  background-color: #121c22;
}
.news .news-wrap {
  display: flex;
  align-items: center;
  position: relative;
}
.news .news-wrap .elementor {
  position: absolute;
  left: 32px;
  bottom: 0;
}
.news .news-wrap .elementor .decoration-widget {
  text-align: left;
  font-size: 0;
  line-height: 1;
}
.news .news-wrap .elementor .decoration-widget .decoration-container {
  width: 70px;
  height: 70px;
  position: relative;
  display: inline-block;
}
.news .news-wrap .elementor .decoration-widget .decoration-container .industrium-decoration {
  position: absolute;
  height: 100%;
  width: 100%;
}
.news .news-wrap .elementor .decoration-widget .decoration-container .industrium-decoration div {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news .news-wrap .elementor .decoration-widget .decoration-container .industrium-decoration div:nth-child(2n) {
  top: 100%;
  left: 0;
  background: #68B533;
}
.news .news-wrap .news-cover {
  width: 50%;
}
.news .news-wrap .news-cover .cover-item {
  display: block;
}
.news .news-wrap .news-cover .cover-item .wrap {
  margin: -50px 0 100px 100px;
  position: relative;
  overflow: hidden;
}
.news .news-wrap .news-cover .cover-item .wrap img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.news .news-wrap .news-cover .cover-item .wrap:hover img {
  transform: scale(1.1);
}
.news .news-wrap .news-cover .cover-item .wrap a {
  width: 150px;
  height: 150px;
  background-color: #121c22;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  line-height: 150px;
  transition: all .3s;
  -webkit-transition: all .3s;
  z-index: 1;
}
.news .news-wrap .news-cover .cover-item .wrap a i {
  font-size: 70px;
  color: #fff;
  font-weight: normal;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.news .news-wrap .news-cover .cover-item .wrap a:hover {
  background-color: #68B533;
}
.news .news-wrap .news-cover .cover-item .wrap a:hover i {
  color: #333;
  font-size: 90px;
}
.news .news-wrap .news-intro {
  width: 50%;
  padding: 40px 0 40px 0;
}
.news .news-wrap .news-intro .wrap {
  max-width: 720px;
  margin-left: auto;
  padding: 0;
  position: relative;
}
.news .news-wrap .news-intro .wrap > h3 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  color: #0068b7;
  margin-bottom: 32px;
}
.news .news-wrap .news-intro .wrap > ul li {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
}
.news .news-wrap .news-intro .wrap > ul li .news-content {
  flex: auto;
  width: 0;
}
.news .news-wrap .news-intro .wrap > ul li .news-content a {
  display: block;
  font-size: 20px;
  padding-left: 40px;
  transition: color .4s;
  color: #fff;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  -webkit-transition: .3s;
  transition: all .3s;
}
.news .news-wrap .news-intro .wrap > ul li .news-content a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e844";
  font-family: iconfont;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  -webkit-transition: .3s;
  transition: all .3s;
}
.news .news-wrap .news-intro .wrap > ul li .news-content a:hover {
  color: #0068b7;
}
.news .news-wrap .news-intro .wrap > ul li .news-content a:hover:after {
  color: #0068b7;
  transform: rotate(-45deg);
}
.news .news-wrap .news-intro .wrap > ul li .news-content p {
  font-size: 18px;
  color: #666;
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news-wrap .news-intro .wrap > ul li .news-content span {
  color: #666;
}
.news .news-wrap .news-intro .wrap .meta .meta-wrap {
  padding: 0;
}
.news .news-wrap .news-intro .wrap .meta .meta-wrap ul {
  width: 100%;
}
.news .news-wrap .news-intro .wrap .meta .meta-wrap ul li {
  width: 100%;
}
.news .news-wrap .news-intro .wrap .meta .meta-wrap ul li:after {
  display: none;
}
.news .news-wrap .news-intro .wrap .meta .meta-wrap ul li .wrap h4 {
  font-size: 80px;
  -webkit-text-stroke: 1px #68B533;
  color: transparent;
  font-weight: bold;
}
.news .news-wrap .news-intro .wrap .meta .meta-wrap ul li .wrap p {
  font-size: 20px;
}
@media screen and (max-width: 1280px) {
  .news .news-wrap .news-cover .cover-item .text {
    font-size: 18px;
    padding: 12px;
  }
  .news .news-wrap .news-intro .wrap {
    padding: 24px;
  }
  .news .news-wrap .news-intro .wrap > h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .news .news-wrap .news-intro .wrap > ul li {
    margin-bottom: 16px;
    padding-left: 24px;
  }
  .news .news-wrap .news-intro .wrap > ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
    font-size: 18px;
    line-height: 1.2;
  }
  .news .news-wrap .news-intro .wrap .meta .meta-wrap ul li .wrap h4 {
    font-size: 50px;
  }
}
@media screen and (max-width: 992px) {
  .news .news-wrap {
    flex-direction: column;
    padding-bottom: 16px;
  }
  .news .news-wrap .elementor {
    display: none;
  }
  .news .news-wrap .news-cover {
    width: 100%;
  }
  .news .news-wrap .news-cover .cover-item .wrap {
    margin: 0;
  }
  .news .news-wrap .news-intro {
    width: 100%;
  }
  .news .news-wrap .news-intro .wrap {
    max-width: none;
    padding: 16px;
  }
  .news .news-wrap .news-intro .wrap h3 {
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 4px;
    text-align: center;
  }
  .news .news-wrap .news-intro .wrap ul li {
    margin-bottom: 16px;
    padding-left: 0;
  }
  .news .news-wrap .news-intro .wrap ul li .wrap {
    padding: 0;
  }
  .news .news-wrap .news-intro .wrap ul li .news-content a {
    font-size: 18px;
  }
  .news .news-wrap .news-intro .wrap ul li .news-content p {
    -webkit-line-clamp: 1;
    padding-top: 0;
  }
  .news .news-wrap .news-intro .wrap ul li a {
    font-size: 16px;
    line-height: 1.8;
  }
  .news .news-wrap .news-intro .wrap .meta .meta-wrap ul li {
    width: 50%;
  }
  .news .news-wrap .news-intro .wrap .meta .meta-wrap ul li .wrap h4 {
    font-size: 50px;
  }
}

/*!- news end -*/
/*!- group begin -*/
.group .group-wrap {
  display: flex;
}
.group .group-intro {
  width: 50%;
  display: flex;
  align-items: center;
}
.group .group-intro > .wrap {
  max-width: 720px;
  margin-right: auto;
  padding: 32px;
}
.group .group-cover {
  width: 50%;
  padding-right: 10%;
}
.group .group-cover > .wrap {
  height: 100%;
  background: #68B533;
  display: flex;
  flex-wrap: nowrap;
  align-content: flex-start;
  flex-direction: column;
  width: 100%;
}
.group .group-cover > .wrap .elementor {
  margin-top: 50px;
}
.group .group-cover > .wrap .elementor .decoration-widget {
  text-align: left;
  font-size: 0;
  line-height: 1;
}
.group .group-cover > .wrap .elementor .decoration-widget .decoration-container {
  width: 70px;
  height: 70px;
  position: relative;
  display: inline-block;
}
.group .group-cover > .wrap .elementor .decoration-widget .decoration-container .industrium-decoration {
  position: absolute;
  height: 100%;
  width: 100%;
}
.group .group-cover > .wrap .elementor .decoration-widget .decoration-container .industrium-decoration div {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.group .group-cover > .wrap .elementor .decoration-widget .decoration-container .industrium-decoration div:nth-child(2n) {
  top: 0;
  left: -100%;
  background: #68B533;
}
.group .group-cover > .wrap .meta {
  background: transparent;
}
.group .group-cover > .wrap .meta .meta-wrap {
  padding: 0;
}
.group .group-cover > .wrap .meta .meta-wrap ul {
  display: block;
}
.group .group-cover > .wrap .meta .meta-wrap ul li {
  width: 100%;
}
.group .group-cover > .wrap .meta .meta-wrap ul li .wrap h4 {
  font-size: 120px;
  -webkit-text-stroke: 1px #333;
  color: transparent;
  font-weight: bold;
}
.group .group-cover > .wrap .meta .meta-wrap ul li .wrap p {
  font-size: 20px;
  color: #333;
}
.group .group-cover > .wrap .widget {
  text-align: right;
}
.group .group-cover > .wrap .widget > i {
  font-size: 100px;
  font-weight: normal;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .group .group-cover {
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .group .group-wrap {
    flex-direction: column;
  }
  .group .group-intro {
    width: 100%;
  }
  .group .group-intro > .wrap {
    padding: 16px 16px;
  }
  .group .group-intro > .wrap .meta {
    margin-top: 0px;
  }
  .group .group-cover {
    width: 100%;
    padding-right: 0;
  }
  .group .group-cover > .wrap .elementor {
    margin-top: 20px;
  }
  .group .group-cover > .wrap .elementor .decoration-widget .decoration-container {
    width: 40px;
    height: 40px;
  }
  .group .group-cover > .wrap .meta .meta-wrap {
    display: flex;
  }
  .group .group-cover > .wrap .meta .meta-wrap ul {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  .group .group-cover > .wrap .meta .meta-wrap ul li .wrap {
    padding: 4px 4px;
  }
  .group .group-cover > .wrap .meta .meta-wrap ul li .wrap h4 {
    font-size: 50px;
  }
  .group .group-cover > .wrap .meta .meta-wrap ul li .wrap p {
    font-size: 18px;
  }
  .group .group-cover > .wrap .meta .meta-wrap ul li:nth-child(2):after {
    display: none;
  }
  .group .group-cover > .wrap .widget > i {
    font-size: 50px;
  }
}

/*!- group end -*/
/*!- corp begin -*/
.corp > h3 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial;
  color: #0068b7;
  margin-bottom: 30px;
  font-weight: normal;
}
.corp > p {
  font-size: 18px;
  color: #666;
  text-align: justify;
  line-height: 1.7;
}
.corp > p.corp-introduction {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  padding-bottom: 10px;
  text-align: left;
}
.corp > a {
  margin-top: 20px;
}
.corp .button span {
  color: #333;
}
@media screen and (max-width: 1280px) {
  .corp > h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .corp > p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 992px) {
  .corp {
    text-align: center;
  }
  .corp > h3 {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center;
    margin-top: 14px;
  }
  .corp > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: normal;
    -webkit-line-clamp: 5;
    text-align: left;
    font-size: 16px;
  }
  .corp > p.corp-introduction {
    font-size: 22px;
  }
}

/*!- corp end -*/
/*!- video  about us video begin -*/
.video {
  position: relative;
  height: 100%;
}
.video .media img {
  display: block;
  width: 100%;
  height: auto;
}
.video .intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 32px;
  transition: color .4s;
}
.video .intro .icon {
  font-size: 64px;
}
.video .intro .icon i {
  font-size: inherit;
}
.video .intro .text {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 30px;
}
.video .intro:hover {
  color: #68B533;
}
@media screen and (max-width: 1280px) {
  .video .intro {
    padding: 24px;
  }
  .video .intro .icon {
    font-size: 48px;
  }
  .video .intro .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .video .intro {
    padding: 16px;
  }
  .video .intro .icon {
    font-size: 56px;
  }
  .video .intro .text {
    font-size: 16px;
  }
}

/*!- video about us video end -*/
/*!- video-info begin -*/
.video-item {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.video-item .cover {
  display: block;
  position: relative;
  width: 100%;
}
.video-item .cover > img {
  display: block;
  width: 100%;
}
.video-item .intro-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: color .4s;
}
.video-item .intro-icon .icon {
  font-size: 50px;
}
.video-item .intro-icon .icon i {
  font-size: inherit;
}
.video-item .intro-icon .text {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 25px;
}
.video-item .intro-icon:hover {
  color: #68B533;
}

/*!- video-info end -*/
/*!- video-list begin -*/
.video-list .video-list-wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -32px -32px;
  box-sizing: content-box;
}
.video-list .video-list-wrap ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
  padding-left: 32px;
  width: 33.3%;
}
.video-list .video-list-wrap ul li .wrap .video-item {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 0;
}
.video-list .video-list-wrap ul li .wrap .video-item .cover {
  display: block;
  position: relative;
  width: 100%;
}
.video-list .video-list-wrap ul li .wrap .video-item .intro-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 40px;
  transition: color .4s;
}
.video-list .video-list-wrap ul li .wrap .video-item .intro-icon .icon {
  font-size: 50px;
}
.video-list .video-list-wrap ul li .wrap .video-item .intro-icon .text {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 25px;
}
.video-list .video-list-wrap ul li .wrap .video-item .intro-icon:hover {
  color: #68B533;
}
.video-list .video-list-wrap ul li .wrap .intro {
  padding: 15px;
}
.video-list .video-list-wrap ul li .wrap .intro a h3 {
  font-size: 18px;
  line-height: 32px;
  height: 32px;
  color: #333;
  transition: color .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
  font-weight: normal;
}
.video-list .video-list-wrap ul li .wrap .intro p {
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  color: #999;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 3;
}
.video-list .video-list-wrap ul li .wrap .intro > .btn_more {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  background-color: #68B533;
  color: #fff;
  text-align: center;
  padding: 0 40px 0 24px;
  position: relative;
  border-radius: 20px;
  transition: background-color .4s;
  vertical-align: top;
  float: right;
}
.video-list .video-list-wrap ul li .wrap .intro > .btn_more:after {
  content: '→';
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  transition: transform .4s;
}
.video-list .video-list-wrap ul li .wrap .intro > .btn_more:hover {
  background-color: #c9aa00;
}
.video-list .video-list-wrap ul li .wrap .intro > .btn_more:hover:after {
  transform: translateX(8px);
}
.video-list .video-list-wrap ul li a .icon {
  position: absolute;
  color: #fff;
}
.video-list .video-list-wrap ul li a .icon i {
  font-size: inherit;
  transition: all .5s;
}
.video-list .video-list-wrap ul li img {
  transition: all .5s;
  display: block;
  flex: auto;
  object-position: center;
  object-fit: contain;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.video-list .video-list-wrap ul li img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.video-list .video-list-wrap ul li:hover h3 {
  color: #0068b7;
}
.video-list .video-list-wrap ul li:hover img {
  transform: scale(1.1);
}
.video-list .video-list-wrap ul li:hover .icon i {
  color: #68B533;
  font-size: 60px;
}
@media screen and (max-width: 1280px) {
  .video-list .video-list-wrap ul {
    margin: -24px 0 0 -24px;
  }
  .video-list .video-list-wrap ul li {
    padding: 24px 0 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .video-list .video-list-wrap ul {
    margin: -16px 0 0 -16px;
  }
  .video-list .video-list-wrap ul li {
    width: 100%;
    padding: 16px 0 0 16px;
    display: block;
    margin-bottom: 16px;
  }
  .video-list .video-list-wrap ul li .wrap .video-item {
    max-width: 100%;
  }
  .video-list .video-list-wrap ul li .wrap .intro {
    padding: 5px;
  }
  .video-list .video-list-wrap ul li .wrap .intro p {
    margin-bottom: 0;
  }
  .video-list .video-list-wrap ul li .wrap .intro .wui-btn {
    display: none;
  }
  .video-list .video-list-wrap ul li h3 {
    font-size: 14px;
  }
}

/*!- video-list end -*/
/*!- home-video begin -*/
.home-video .home-video-wrap:nth-child(1) .home-video-item, .home-video .home-video-wrap.home-video-pc .home-video-item {
  height: 0;
  width: 100%;
  padding-bottom: 75%;
}
.home-video .home-video-wrap:nth-child(2), .home-video .home-video-wrap.home-video-h5 {
  display: none;
}
.home-video .home-video-wrap:nth-child(2) .home-video-item, .home-video .home-video-wrap.home-video-h5 .home-video-item {
  height: 0;
  width: 100%;
  padding-bottom: 50%;
}
.home-video .home-video-wrap .intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 32px;
  transition: color .4s;
}
.home-video .home-video-wrap .intro .icon {
  font-size: 64px;
}
.home-video .home-video-wrap .intro .icon i {
  font-size: inherit;
}
.home-video .home-video-wrap .intro .text {
  font-size: 20px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 30px;
}
.home-video .home-video-wrap .intro:hover {
  color: #68B533;
}
.home-video .home-video-item {
  display: block;
  position: relative;
}
.home-video .home-video-item > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.home-video .swiper-button-prev, .home-video .swiper-container-rtl .swiper-button-next {
  left: 5%;
}
.home-video .swiper-button-next, .home-video .swiper-container-rtl .swiper-button-prev {
  right: 5%;
}
@media screen and (max-width: 992px) {
  .home-video.has-mobile .home-video-wrap:nth-child(1), .home-video.has-mobile .home-video-wrap.home-video-pc {
    display: none;
  }
  .home-video.has-mobile .home-video-wrap:nth-child(2), .home-video.has-mobile .home-video-wrap.home-video-h5 {
    display: block;
  }
  .home-video.has-mobile .home-video-wrap .intro {
    padding: 24px;
  }
  .home-video.has-mobile .home-video-wrap .intro .icon {
    font-size: 48px;
  }
  .home-video.has-mobile .home-video-wrap .intro .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .home-video .home-video-wrap .intro {
    padding: 16px;
  }
  .home-video .home-video-wrap .intro .icon {
    font-size: 56px;
  }
  .home-video .home-video-wrap .intro .text {
    font-size: 14px;
  }
}

/*!- home-video end -*/
/*!- about begin -*/

.about .about-intro .time-title {
  font-size: 200px;
  font-weight: bold;
  -webkit-text-stroke: 1px #f7c600;
  color: transparent;
  line-height: 1.3;
  text-align: center;
}
.about .about-intro .title {
  text-align: center;
}
.about .about-intro .title h3 {
  font-size: 36px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
}
.about .about-intro .title i {
  margin-bottom: 30px;
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #68B533;
}
.about .about-intro p {
  font-size: 16px;
  line-height: 2;
  color: #666;
}



@media screen and (max-width: 992px) {
  .about .about-intro .time-title {
    font-size: 70px;
  }
  .about .about-intro .title h3 {
    font-size: 20px;
  }
}
/*!- about end -*/

/*!- about-intro begin -*/
.about .about-intro ul {
  display: flex;
  flex-wrap: wrap;
  
}
.about .about-intro ul li {
  display: block;
  width: 33.33%;
  margin: 30px 0;
  padding: 32px 0 0 32px;
}
.about .about-intro ul li img {
	width: 80px;
	height:80px;
}

.about .about-intro ul li h3 {
  flex: none;
  font-size: 20px;
  line-height: 20px;
  padding-top: 28px;
  padding-bottom:50px;
  height: 48px;
  font-weight: bold;
  color: #333;
  margin-bottom:20px;
  background:url(../image/about-intro.jpg) left bottom no-repeat;
}
.about .about-intro ul li p {
  flex: none;
  font-size: 14px;
  line-height: 30px;
  margin-bottom:10px;
  color: #777;
}


@media screen and (max-width: 1280px) {
  .about .about-intro ul {
  }
  .about .about-intro ul li {
    padding: 24px 0 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .about .about-intro ul {
  }
  .about .about-intro ul li {
    width: 100%;
    padding: 16px 0 0 16px; 
	margin: 10px 0;
  }
  .about .about-intro ul li h3 {
    font-size: 18px;
  }
}

/*!- about-intro end -*/
/*!- cert begin -*/
.cert .cert-content {
  padding: 32px 0;
}
.cert .cert-content .cert-swiper .swiper-wrapper .swiper-slide {
  max-width: 500px;
}
.cert .cert-item {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.cert .cert-item > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 1280px) {
  .cert .cert-content {
    padding: 24px;
  }
}
@media screen and (max-width: 992px) {
  .cert .cert-content {
    padding: 16px 0;
  }
}

/*!- cert end -*/
/*!- cp-intro begin -*/
.cp-intro {
  width:100%; float:left;
}
.cp-intro .cp-introlist {
  width:44%; padding:20px 2%; margin:40px 2% 40px 0; float:left; background:#FFF; height:280px; box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
}
.cp-intro .cp-introlist .img {
	width:45%; float:left;
}
.cp-intro .cp-introlist .txt {
	width:50%; padding-left:5%; float:left;
}
.cp-intro .cp-introlist .txt .tit {
  flex: none;
  font-size: 20px;
  line-height: 25px;
  height: 25px;
  padding-bottom:20px;
  font-weight: bold;
  color: #333;
  margin-bottom:20px;
  background:url(../image/about-intro.jpg) left bottom no-repeat;
}
.cp-intro .cp-introlist .txt p {
  flex: none;
  font-size: 14px;
  line-height: 20px;
  margin-bottom:10px;
  color: #777;
}

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

  .cp-intro .cp-introlist {
  width:92%; padding:20px 2%; margin:10px 2%; float:left; background:#FFF; height:220px; overflow:hidden; box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
}
.cp-intro .cp-introlist .img {
	width:35%; float:left;
}
.cp-intro .cp-introlist .txt {
	width:60%; padding-left:5%; float:left;
}
.cp-intro .cp-introlist .txt .tit {
  flex: none;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  padding-bottom:10px;
  margin-bottom:5px;
}
.cp-intro .cp-introlist .txt p {
  font-size: 11px;
}
}
/*!- case begin -*/
.case {
  padding-bottom: 80px;
}
.case .case-title > h3 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #0068b7;
  margin-bottom: 30px;
}
.case .case-item {
  position: relative;
}
.case .case-item .cover {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.case .case-item .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.case .case-item .intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10%;
  opacity: 0;
  transition: opacity .4s;
}
.case .case-item .intro h4 {
  font-size: 18px;
  font-weight: normal;
  position: relative;
  z-index: 1;
  color: #fff;
  line-height: 30px;
}
.case .case-item .intro P {
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}
.case .case-item .intro P .discount {
  color: #FE5050;
  font-weight: bold;
  font-size: 18px;
}
.case .case-item .intro P .original-price {
  text-decoration: line-through;
  padding-left: 10px;
  padding-right: 10px;
}
.case .case-item .intro a {
  display: block;
  font-size: 16px;
  margin-top: 8px;
  color: #68B533;
  transition: transform .4s;
}
.case .case-item .intro a:hover {
  transform: translateX(10px);
}
.case .case-item .intro:before, .case .case-item .intro:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #68B533;
  transition: transform .4s;
  pointer-events: none;
  opacity: .8;
  border-radius: 100%;
}
.case .case-item .intro:before {
  width: 80%;
  height: 80%;
  top: 5%;
  left: 20%;
}
.case .case-item .intro:after {
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
}
.case .case-item:hover .intro {
  opacity: 1;
}
.case .case-item:hover .intro:before {
  transform: rotate(-10deg) scale(0.8);
}
.case .case-item:hover .intro:after {
  transform: rotate(-22deg) scale(0.85);
}
@media screen and (max-width: 1280px) {
  .case .case-title > h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .case .case-item .intro h4 {
    font-size: 16px;
  }
  .case .case-item .intro a {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .case .case-title > h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .case .case-item .intro h4 {
    font-size: 14px;
  }
  .case .case-item .intro a {
    font-size: 14px;
  }
}

/*!- case end -*/
/*!- case-grid begin -*/
.case-grid .case-grid-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.case-grid .case-grid-content ul li {
  display: block;
  width: 33.33%;
  padding: 32px 0 0 32px;
}
.case-grid .case-grid-content ul li img {
  transition: all .5s;
  display: block;
  flex: auto;
  object-position: center;
  object-fit: contain;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.case-grid .case-grid-content ul li img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.case-grid .case-grid-content ul li h3 {
  flex: none;
  font-size: 16px;
  line-height: 20px;
  padding-top: 8px;
  height: 48px;
  font-weight: normal;
  color: #333;
  transition: color .4s;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.case-grid .case-grid-content ul li a {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.case-grid .case-grid-content ul li a:hover h3 {
  color: #0068b7;
}
.case-grid .case-grid-content ul li a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 1280px) {
  .case-grid .case-grid-content ul {
    margin: -24px 0 0 -24px;
  }
  .case-grid .case-grid-content ul li {
    padding: 24px 0 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .case-grid .case-grid-content ul {
    margin: -16px 0 0 -16px;
  }
  .case-grid .case-grid-content ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .case-grid .case-grid-content ul li h3 {
    font-size: 14px;
  }
}

/*!- case-grid end -*/
/*!- cert-grid begin -*/
.cert-grid .cert-grid-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.cert-grid .cert-grid-content ul li {
  display: block;
  width: 33.33%;
  padding: 32px 0 0 32px;
}
.cert-grid .cert-grid-content ul li a {
  display: flex;
  flex-direction: column;
}
.cert-grid .cert-grid-content ul li a:hover h3 {
  color: #0068b7;
}
.cert-grid .cert-grid-content ul li img {
  display: block;
  flex: auto;
  object-position: center;
  object-fit: contain;
  background-color: #fff;
  height: 0;
  width: 100%;
  padding-bottom: 66.6666666667%;
}
.cert-grid .cert-grid-content ul li img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.cert-grid .cert-grid-content ul li h3 {
  flex: none;
  font-size: 16px;
  line-height: 20px;
  padding-top: 8px;
  height: 48px;
  font-weight: normal;
  color: #333;
  transition: color .4s;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1280px) {
  .cert-grid .cert-grid-content ul {
    margin: -24px 0 0 -24px;
  }
  .cert-grid .cert-grid-content ul li {
    width: 33.33%;
    padding: 24px 0 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .cert-grid .cert-grid-content ul {
    margin: -16px 0 0 -16px;
  }
  .cert-grid .cert-grid-content ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .cert-grid .cert-grid-content ul li h3 {
    font-size: 14px;
  }
}

/*!- cert-grid end -*/
/*!- news-grid begin -*/
.news-grid .news-grid-wrap {
  margin-bottom: 32px;
}
.news-grid .news-grid-wrap .header {
  margin-bottom: 15px;
  background: #f2f7fb;
}
.news-grid .news-grid-wrap .header > h3 {
  font-size: 20px;
  line-height: 32px;
  color: #0068b7;
  font-weight: normal;
  padding-left: 20px;
}
.news-grid .news-grid-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.news-grid .news-grid-content ul li {
  padding: 32px 0 0 32px;
  width: 33.33%;
}
.news-grid .news-grid-content ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.news-grid .news-grid-content ul li a .cover {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.news-grid .news-grid-content ul li a .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.news-grid .news-grid-content ul li a .intro {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 0;
  right: 20%;
  width: 80%;
  padding: 16px;
  transition: right .5s,bottom .5s,background-color .5s;
  -webkit-transition: right .5s,bottom .5s,background-color .5s;
  color: #fff;
}
.news-grid .news-grid-content ul li a .intro h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color:#000;
  transition: color .4s;
}
.news-grid .news-grid-content ul li a .intro p {
  margin-bottom: 5px;
  font-size: 16px;
  color:#666;
}


@media screen and (max-width: 1280px) {
  .news-grid .news-grid-content ul {
    margin: -24px 0 0 -24px;
  }
  .news-grid .news-grid-content ul li {
    padding: 24px 0 0 24px;
  }
  .news-grid .news-grid-content ul li a .meta {
    font-size: 14px;
    padding: 4px 12px;
  }
  .news-grid .news-grid-content ul li a .intro {
    width: 100%;
    padding: 12px;
    transform: translateY(36px);
  }
  .news-grid .news-grid-content ul li a .intro h3 {
    font-size: 14px;
  }
  .news-grid .news-grid-content ul li a .intro span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-top: 12px;
  }
  .news-grid .news-grid-content ul li a .intro span i {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .news-grid .news-grid-wrap .header {
    padding: 10px 0;
  }
  .news-grid .news-grid-wrap .header > h3 {
    line-height: 24px;
  }
  .news-grid .news-grid-content ul {
    margin: -16px 0 0 -16px;
  }
  .news-grid .news-grid-content ul li {
    width: 100%;
    padding: 16px 0 0 16px;
  }
  .news-grid .news-grid-content ul li a .meta {
    font-size: 12px;
    padding: 0 8px;
  }
  .news-grid .news-grid-content ul li a .intro {
    width: 100%;
    padding: 8px;
    transform: translateY(30px);
  }
  .news-grid .news-grid-content ul li a .intro p {
    font-size: 14px;
  }
}

/*!- news-grid end -*/
/*!- sitemap begin -*/
.sitemap .sitemap-content ul {
  padding-top: 1px;
}
.sitemap .sitemap-content ul li {
  display: block;
  margin-bottom: 20px;
  background-color: #fff;
}
.sitemap .sitemap-content ul li a {
  transition: color .5s;
}
.sitemap .sitemap-content ul li a:hover {
  color: #0068b7;
}
.sitemap .sitemap-content ul li > h3 {
  display: block;
  font-size: 20px;
  line-height: 1.576;
  padding: 16px 24px;
  font-weight: normal;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
}
.sitemap .sitemap-content ul li > dl {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0;
}
.sitemap .sitemap-content ul li > dl > dt {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1.576;
  padding: 4px 24px;
  color: #666;
}
.sitemap .sitemap-content ul li > dl > dd {
  display: block;
  width: 20%;
  font-size: 16px;
  line-height: 1.576;
  padding: 4px 24px;
  color: #999;
}
@media screen and (max-width: 1280px) {
  .sitemap .sitemap-content ul li {
    margin-top: 24px;
  }
  .sitemap .sitemap-content ul li > h3 {
    font-size: 18px;
    padding: 12px 20px;
  }
  .sitemap .sitemap-content ul li > dl {
    padding: 12px 0;
  }
  .sitemap .sitemap-content ul li > dl > dt {
    font-size: 16px;
    padding: 2px 20px;
  }
  .sitemap .sitemap-content ul li > dl > dd {
    width: 25%;
    font-size: 14px;
    padding: 2px 20px;
  }
}
@media screen and (max-width: 992px) {
  .sitemap .sitemap-content ul li {
    margin-top: 16px;
  }
  .sitemap .sitemap-content ul li > h3 {
    padding: 8px 16px;
  }
  .sitemap .sitemap-content ul li > dl {
    padding: 8px 0;
  }
  .sitemap .sitemap-content ul li > dl > dt {
    padding: 0 16px;
  }
  .sitemap .sitemap-content ul li > dl > dd {
    width: 100%;
    padding: 0 16px;
  }
}

/*!- sitemap end -*/
/*!- faq-list begin -*/
.faq-list .faq-list-content {
  background-color: #fff;
}
.faq-list .faq-list-content ul li {
  position: relative;
  padding: 32px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  flex-direction: row;
}
.faq-list .faq-list-content ul li > span {
  display: flex;
  flex-direction: column;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 900;
  color: #cce1f1;
  margin-right: 15px;
}
.faq-list .faq-list-content ul li > .faq-list-content-wrap {
  flex: auto;
  width: 0;
}
.faq-list .faq-list-content ul li > .faq-list-content-wrap > h3 {
  font-size: 18px;
  z-index: 1;
  font-weight: 700;
  line-height: 1.576;
  color: #333;
  word-wrap: break-word;
}
.faq-list .faq-list-content ul li > .faq-list-content-wrap > p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  word-wrap: break-word;
}
.faq-list .faq-list-content ul li:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .faq-list .faq-list-content ul li {
    padding: 24px;
  }
  .faq-list .faq-list-content ul li > span {
    top: 12px;
    left: 16px;
    font-size: 28px;
  }
  .faq-list .faq-list-content ul li > h3 {
    font-size: 16px;
  }
  .faq-list .faq-list-content ul li > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .faq-list .faq-list-content ul li {
    padding: 16px;
  }
  .faq-list .faq-list-content ul li > span {
    top: 8px;
    left: 8px;
    font-size: 24px;
  }
  .faq-list .faq-list-content ul li > h3 {
    font-size: 16px;
  }
  .faq-list .faq-list-content ul li > p {
    font-size: 14px;
  }
}

/*!- faq-list end -*/
/*!- contact begin -*/
.contact {
  display: flex;
  flex-direction: row;
  max-width:980px;
  margin:0 auto;
}
.contact .contact-cover {
  display: flex;
  width: 50%;
}
.contact .contact-cover .company {
  display: flex;
  width: 100%;
  height: 100%;
}
.contact .contact-cover .company .wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.contact .contact-cover .company .wrap .company-title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 32px;
  text-align: center;
  color: #fff;
}
.contact .contact-cover .company .wrap .company-title h3 {
  font-weight: normal;
}
.contact .contact-cover .company .wrap .company-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact .contact-cover .company .wrap .company-content ul li {
  width: 50%;
  flex: auto;
  text-align: center;
  margin-bottom: 32px;
}
.contact .contact-cover .company .wrap .company-content ul li .icon {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}
.contact .contact-cover .company .wrap .company-content ul li .icon i {
  font-size: inherit;
}
.contact .contact-cover .company .wrap .company-content ul li .label {
  font-size: 20px;
  line-height: 1.8;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}
.contact .contact-cover .company .wrap .company-content ul li .value {
  font-size: 16px;
  white-space: normal;
  word-break: break-word;
  line-height: 30px;
  color: #fff;
}
.contact .contact-intro {
  display: flex;
  width: 50%;
  padding-left: 30px;
}
.contact .contact-intro .wrap {
  display: flex;
  flex-direction: column;
}
.contact .contact-intro .wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.contact .contact-intro .wrap ul li {
  flex: auto;
  width: 100%;
  padding: 32px 0 0 32px;
}
.contact .contact-intro .wrap ul li dl {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
}
.contact .contact-intro .wrap ul li dl dt {
  padding-left: 8px;
  border-left: 3px solid #0068b7;
  line-height: 1;
  font-size: 18px;
  color: #333;
  margin-bottom: 24px;
}
.contact .contact-intro .wrap ul li dl dd {
  font-size: 18px;
  margin-bottom: 8px;
}
.contact .contact-intro .wrap ul li dl dd label {
  display: inline-block;
  vertical-align: top;
  color: #999;
}
.contact .contact-intro .wrap ul li dl dd span {
  display: inline-block;
  vertical-align: top;
  color: #666;
}
.contact .inquiry .inquiry .inquiry-wrap {
  padding: 32px;
}
@media screen and (max-width: 1280px) {
  .contact {
    margin-bottom: 32px;
  }
  .contact .company {
    padding: 32px 24px;
  }
  .contact .company-title {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .contact .company-content ul li .icon {
    font-size: 32px;
  }
  .contact .company-content ul li .label {
    font-size: 16px;
  }
  .contact .contact-list {
    padding-left: 24px;
  }
  .contact .contact-list .wrap ul {
    margin: -24px 0 0 -24px;
  }
  .contact .contact-list .wrap ul li {
    padding: 24px 0 0 24px;
  }
  .contact .contact-list .wrap ul li dl {
    padding: 24px;
  }
  .contact .contact-list .wrap ul li dl dt {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .contact .contact-list .wrap ul li dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .contact {
    width: 100%;
    flex-direction: column;
  }
  .contact .contact-cover {
    width: 100%;
  }
  .contact .contact-cover .company {
    padding: 24px 16px;
    background-image: none !important;
  }
  .contact .contact-cover .company .wrap {
    padding: 0;
  }
  .contact .contact-cover .company .wrap .company-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contact .contact-cover .company .wrap .company-content ul li {
    width: 50%;
    padding: 16px;
    margin-bottom: 0;
  }
  .contact .contact-cover .company .wrap .company-content ul li .icon {
    font-size: 30px;
  }
  .contact .contact-intro {
    width: 100%;
    padding-left: 0;
    margin-top: 32px;
  }
  .contact .contact-intro .wrap {
    width: 100%;
  }
  .contact .contact-intro .wrap ul {
    margin: -16px 0 0 -16px;
  }
  .contact .contact-intro .wrap ul li {
    padding: 16px 0 0 16px;
    width: 100%;
  }
  .contact .contact-intro .wrap ul li dl {
    padding: 16px;
  }
  .contact .contact-intro .wrap ul li dl dt {
    margin-bottom: 16x;
  }
  .contact .contact-intro .wrap ul li dl dd {
    font-size: 16px;
  }
}

/*!- contact end -*/
/*!- product-detail begin -*/
.product-detail .product-detail-wrap {
  display: flex;
  align-items: flex-start;
}
.product-detail .content {
  flex: auto;
  width: 80%;
  margin:5px 0;
}
.product-detail .content .hd {
  display: flex;
  align-items: flex-start;
}
.product-detail .content .hd .tipstit {
	float:left;
	width:40%;
}
.product-detail .content .hd .tipstit h4 {
	margin-top:-7px;
  padding: 0px;
  font-size: 32px;
  font-weight: bold;
  color: #000;
}
.product-detail .content .hd .tipstxt {
	float:left;
	width:60%;
	line-height:30px;
}
.product-detail .content .bd {
  margin-top: 32px;
}
.product-detail .content .bd .tips {
  padding: 16px 0;
}
.product-detail .content .bd .tips h4 {
  line-height: 1.5;
  padding: 4px 0px;
  font-size: 32px;
  font-weight: bold;
  color: #000;
}
.product-detail .content .bd .tipsdian {
	width:45%; padding-left:30px; background:url(../image/dian.png) left center no-repeat; float:left; height:30px; line-height:30px; margin:10px 0;
}
.product-detail .content .bd .product-page-list ul {
  display: flex;
  flex-wrap: wrap;
}
.product-detail .content .bd .product-page-list ul li {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
  width: 100%;
}
.product-detail .content .bd .product-page-list ul li .product-page-item {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 270px;
}
.product-detail .content .bd .product-page-list ul li .product-page-item .cover {
  display: block;
  position: relative;
  width: 100%;
}
.product-detail .content .bd .product-page-list ul li .product-page-item .cover > img {
  display: block;
  width: 100%;
}
.product-detail .content .bd .product-page-list ul li .intro {
  flex: auto;
  padding: 32px;
}
.product-detail .content .bd .product-page-list ul li .intro h3 {
  font-size: 18px;
  line-height: 32px;
  height: 32px;
  color: #333;
  transition: color .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.product-detail .content .bd .product-page-list ul li .intro p {
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  color: #999;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 3;
}
.product-detail .content .bd .product-page-list ul li .intro > .btn_more {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  background-color: #68B533;
  color: #fff;
  text-align: center;
  padding: 0 40px 0 24px;
  position: relative;
  border-radius: 20px;
  transition: background-color .4s;
  vertical-align: top;
  float: right;
}
.product-detail .content .bd .product-page-list ul li .intro > .btn_more:after {
  content: '→';
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  transition: transform .4s;
}
.product-detail .content .bd .product-page-list ul li .intro > .btn_more:hover {
  background-color: #c9aa00;
}
.product-detail .content .bd .product-page-list ul li .intro > .btn_more:hover:after {
  transform: translateX(8px);
}
.product-detail .content .bd .product-page-list ul li:hover h3 {
  color: #0068b7;
}
.product-detail .content .bd .product-page-list ul li a .icon {
  font-size: 50px;
  position: absolute;
  color: #fff;
}
.product-detail .content .bd .product-page-list ul li a .icon i {
  font-size: inherit;
}
.product-detail .content .bd .product-page-list ul li img {
  display: block;
  flex: auto;
  object-position: center;
  object-fit: contain;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.product-detail .content .bd .product-page-list ul li img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.product-detail .content .bd .grid ul {
  margin: -32px 0 0 -32px;
  display: flex;
  flex-wrap: wrap;
}
.product-detail .content .bd .grid ul li {
  display: block;
  padding: 32px 0 0 32px;
  width: 25%;
}
.product-detail .content .bd .grid ul li .grid-item {
  display: block;
}
.product-detail .content .bd .grid ul li .grid-item .cover {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.product-detail .content .bd .grid ul li .grid-item .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  transition: transform .4s;
}
.product-detail .content .bd .grid ul li .grid-item .intro {
  padding: 8px 0;
}
.product-detail .content .bd .grid ul li .grid-item .intro h4 {
  display: block;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  transition: color .4s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.product-detail .content .bd .grid ul li .grid-item:hover .cover img {
  transform: scale(1.1);
}
.product-detail .content .bd .grid ul li .grid-item:hover .intro h4 {
  color: #0068b7;
}
.product-detail .content .bd .grid .product-list-w4 li {
  width: 25%;
}

/*!- about-intro begin -*/
.product-detail .content .pro-intro ul {
  display: flex;
  flex-wrap: wrap;
  
}
.product-detail .content .pro-intro ul li {
  display: block;
  width: 31.33%;
  margin: 30px 1%;
  padding: 32px 0 0 32px;
}
.product-detail .content .pro-intro ul li img {
	width: 80px;
	height:80px;
}

.product-detail .content .pro-intro ul li h3 {
  flex: none;
  font-size: 20px;
  line-height: 20px;
  padding-top: 28px;
  padding-bottom:50px;
  height: 48px;
  font-weight: bold;
  color: #333;
  margin-bottom:20px;
}
.product-detail .content .pro-intro ul li .txt {
  flex: none;
  height:230px;
}
.product-detail .content .pro-intro ul li p {
  flex: none;
  font-size: 14px;
  line-height: 30px;
  margin-bottom:10px;
  color: #777;
}
.product-detail .content .pro-intro ul li .more a {
	font-weight:600;
	
}

@media screen and (max-width: 1280px) {
.product-detail .content .pro-intro ul {
  }
.product-detail .content .pro-intro ul li {
    padding: 24px 0 0 24px;
  }
}
@media screen and (max-width: 992px) {
.product-detail .content .pro-intro ul {
  }
.product-detail .content .pro-intro ul li {
    width: 100%;
    padding: 16px 0 0 16px; 
	margin: 10px 0;
  }
.product-detail .content .pro-intro ul li h3 {
    font-size: 18px;
  }
  .product-detail .content .pro-intro ul li .txt {
  flex: none;
  height:150px;
}
}

.product-detail .content .keyword-tag .keyword-tag-wrap {
  margin-top: 20px;
}
.product-detail .content .keyword-tag .keyword-tag-wrap ul {
  display: flex;
  margin: -16px 0 0 -16px;
}
.product-detail .content .keyword-tag .keyword-tag-wrap ul li {
  width: 33.33%;
}
.product-detail .content .keyword-tag .keyword-tag-wrap ul li > ul {
  border: 1px solid #d9d9d9;
  padding: 16px;
  margin: 0 16px;
  flex-direction: column;
}
.product-detail .content .keyword-tag .keyword-tag-wrap ul li > ul li {
  padding: 0;
  width: 100%;
}
.product-detail .content .keyword-tag .keyword-tag-wrap ul li > ul li a {
  display: block;
  position: relative;
  line-height: 35px;
  font-size: 16px;
  color: #333;
  transition: color .4s;
  border-radius: 6px;
  border: 1px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.product-detail .content .keyword-tag .keyword-tag-wrap ul li > ul li a:hover {
  color: #68B533;
}
.product-detail .sidebar {
  width: 20%;
  margin-left: 32px;
}
.product-detail .sidebar .hd {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.product-detail .sidebar .hd h3 {
  flex: auto;
  font-size: 24px;
  line-height: 32px;
  color: #333;
}
.product-detail .sidebar .hd a {
  line-height: 32px;
  font-size: 14px;
  color: #999;
  transition: color .5s;
}
.product-detail .sidebar .hd a:hover {
  color: #0068b7;
}
.product-detail .sidebar .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 0 -16px;
}
.product-detail .sidebar .bd ul li {
  width: 100%;
  padding: 16px 0 0 16px;
}
.product-detail .sidebar .bd ul li a {
  display: block;
}
.product-detail .sidebar .bd ul li a:hover .intro h4 {
  color: #0068b7;
}
.product-detail .sidebar .bd ul li .cover {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.product-detail .sidebar .bd ul li .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.product-detail .sidebar .bd ul li .intro h4 {
  padding: 8px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  transition: color .4s;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
@media screen and (max-width: 1280px) {
  .product-detail .product-detail-wrap {
    flex-wrap: wrap;
  }
  .product-detail .content {
    width: 100%;
    padding: 24px;
  }
  
  .product-detail .content .bd {
    margin-top: 24px;
  }
  .product-detail .content .bd .grid ul li {
    width: 33.33%;
  }
  .product-detail .sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
  .product-detail .sidebar .hd {
    margin-bottom: 24px;
  }
  .product-detail .sidebar .hd h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .product-detail .sidebar .hd a {
    line-height: 24px;
    font-size: 14px;
  }
  .product-detail .sidebar .bd ul {
    margin: -24px 0 0 -24px;
  }
  .product-detail .sidebar .bd ul li {
    width: 25%;
    padding: 24px 0 0 24px;
  }
  .product-detail .sidebar .bd ul li .intro h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .product-detail .content {
    padding: 16px;
	margin:0px 0;
}
  .product-detail .content .hd {
    flex-wrap: wrap;
  }
  .product-detail .content .hd {
  display: flex;
  align-items: flex-start;
}
.product-detail .content .hd .tipstit {
	float:left;
	width:100%;
	margin-bottom:20px;
}
.product-detail .content .hd .tipstxt {
	float:left;
	width:100%;
}
  .product-detail .content .bd {
    margin-top: 16px;
  }
  .product-detail .content .bd .tipsdian {
	width:92%; padding-left:20px; background:url(../image/dian1.png) left center no-repeat; float:left; height:30px; line-height:30px; margin:0px 0;
}
  .product-detail .content .bd .product-page-list ul li {
    display: block;
  }
  .product-detail .content .bd .product-page-list ul li .product-page-item {
    max-width: 100%;
  }
  .product-detail .content .bd .product-page-list ul li .intro {
    padding: 16px;
  }
  .product-detail .content .bd .product-page-list ul li .intro p {
    margin-bottom: 0;
  }
  .product-detail .content .bd .product-page-list ul li .intro .wui-btn {
    display: none;
  }
  .product-detail .content .bd .grid {
    padding: 8px;
  }
  .product-detail .content .bd .grid ul {
    margin: -8px 0 0 -8px;
  }
  .product-detail .content .bd .grid ul li {
    width: 100% !important;
    padding: 8px 0 0 8px;
  }
  .product-detail .content .keyword-tag .keyword-tag-wrap {
    display: block;
    margin: 0;
  }
  .product-detail .content .keyword-tag .keyword-tag-wrap ul {
    width: 100%;
    margin: 0;
    padding: 0px;
    display: block;
  }
  .product-detail .content .keyword-tag .keyword-tag-wrap ul li {
    width: 100%;
  }
  .product-detail .content .keyword-tag .keyword-tag-wrap ul li ul {
    margin: 0 0 20px 0;
  }
  .product-detail .sidebar {
    margin-top: 16px;
  }
  .product-detail .sidebar .hd {
    margin-bottom: 16px;
  }
  .product-detail .sidebar .hd h3 {
    font-size: 18px;
  }
  .product-detail .sidebar .hd a {
    font-size: 12px;
  }
  .product-detail .sidebar .bd ul {
    margin: -16px 0 0 -16px;
  }
  .product-detail .sidebar .bd ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
}

/*!- product-detail end -*/
/*!- product-list begin -*/
.product-list .filter {
  background-color: #fff;
  padding: 16px 32px;
}
.product-list .filter .row .col {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px dashed #e6e6e6;
}
.product-list .filter .row .col .label {
  flex: none;
  min-width: 120px;
  font-size: 14px;
  line-height: 32px;
  color: #999;
}
.product-list .filter .row .col .value {
  flex: auto;
}
.product-list .filter .row .col:last-child {
  border-bottom: 0;
}
.product-list .filter .radio, .product-list .filter .checkbox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 24px;
  min-height: 16px;
  margin: 0 16px 0 0;
}
.product-list .filter .radio span, .product-list .filter .checkbox span {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #333;
  transition: color .4s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
}
.product-list .filter .radio:before, .product-list .filter .radio:after, .product-list .filter .checkbox:before, .product-list .filter .checkbox:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
}
.product-list .filter .radio:before, .product-list .filter .checkbox:before {
  left: 0;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  transition: border-color .4s;
}
.product-list .filter .radio:after, .product-list .filter .checkbox:after {
  left: 4px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
}
.product-list .filter .radio:hover span, .product-list .filter .checkbox:hover span {
  color: #0068b7;
}
.product-list .filter .radio:hover:before, .product-list .filter .checkbox:hover:before {
  border-color: #0068b7;
}
.product-list .filter .radio.active span, .product-list .filter .checkbox.active span {
  color: #0068b7;
}
.product-list .filter .radio.active:before, .product-list .filter .checkbox.active:before {
  border-color: #0068b7;
}
.product-list .filter .radio.active:after, .product-list .filter .checkbox.active:after {
  background-color: #0068b7;
}
.product-list .filter .radio:before, .product-list .filter .radio:after {
  border-radius: 50%;
}
.product-list .wrapper {
  margin-bottom: 20px;
}
.product-list .wrapper .survey {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  margin-bottom: 20px;
}
.product-list .wrapper .tabs {
  font-size: 0;
  line-height: 1;
  border-bottom: 1px solid #e6e6e6;
  white-space: nowrap;
  overflow-x: auto;
}
.product-list .wrapper .tabs .tab-item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 50px;
  padding: 0 16px;
  text-align: center;
  transition: color .4s, background-color .4s;
}
.product-list .wrapper .tabs .tab-item:hover {
  color: #0068b7;
  background-color: #f5f5f5;
}
.product-list .wrapper .tabs .tab-item.active {
  background-color: #0068b7;
  color: #fff;
}
.product-list .wrapper .grid ul {
  margin: -32px 0 0 -32px;
  display: flex;
  flex-wrap: wrap;
}
.product-list .wrapper .grid ul li {
  display: block;
  padding: 32px 0 0 32px;
  width: 33.33%;
}
.product-list .wrapper .grid ul li .grid-item {
  display: block;
}
.product-list .wrapper .grid ul li .grid-item .cover {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.product-list .wrapper .grid ul li .grid-item .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  transition: transform .4s;
}
.product-list .wrapper .grid ul li .grid-item .intro {
  padding: 8px 0;
}
.product-list .wrapper .grid ul li .grid-item .intro h4 {
  display: block;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  transition: color .4s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.product-list .wrapper .grid ul li .grid-item:hover .cover img {
  transform: scale(1.1);
}
.product-list .wrapper .grid ul li .grid-item:hover .intro h4 {
  color: #0068b7;
}
.product-list .wrapper .grid .product-list-w3 li {
  width: 33.3%;
}
.product-list .wrapper .grid .product-list-w3 li img{
  width: 100%;
}
.product-list .wrapper .grid .product-list-w3 li h3{
  width: 100%;
  font-size:24px;
  padding:20px;
}
.product-list .wrapper .grid .product-list-w3 li p{
  width: 100%;
  font-size:14px;
  padding:0 20px;
  height:250px;
  line-height:25px;
  color:#666;
  margin-bottom: 15px;
}
.product-list .wrapper .grid .product-list-w3 li .more{
	margin-left:20px;
	padding:2px 10px;
	background:#68B553;
	color:#FFF;
    font-size:14px;
	width:70px;
	line-height:30px;
	border-radius:5px;
}
.product-list .wrapper .grid .product-list-w3 li .more a {
	color:#FFF;
}
@media screen and (max-width: 992px) {
  .product-list .wrapper .grid .product-list-w3 li p{
  padding:0;
}
.product-list .wrapper .grid .product-list-w3 li h3{
  padding:10px 0;
}
.product-list .wrapper .grid .product-list-w3 li .more{
	margin-left:0px;
}
}
.product-list .header {
  margin-bottom: 15px;
  background: #f2f7fb;
}
.product-list .header > h3 {
  font-size: 20px;
  line-height: 32px;
  color: #0068b7;
  font-weight: normal;
  padding-left: 20px;
  
}
.product-list .product-list-wrap {
  display: flex;
  align-items: flex-start;
}
.product-list .product-secondary-menu {
  margin-bottom: 32px;
}
.product-list .product-secondary-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -10px;
}
.product-list .product-secondary-menu ul li {
  padding: 5px 10px;
  width: 25%;
}
.product-list .product-secondary-menu ul li a {
  font-size: 16px;
  line-height: 25px;
  display: list-item;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #eee;
  color: #333;
  padding: 10px;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.product-list .product-secondary-menu ul li a:hover, .product-list .product-secondary-menu ul li a.active {
  background-color: #005392;
  color: #fff;
}
.product-list .sidebar {
  width: 20%;
  margin-left: 32px;
}
.product-list .sidebar .hd {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.product-list .sidebar .hd h3 {
  flex: auto;
  font-size: 24px;
  line-height: 32px;
  color: #333;
}
.product-list .sidebar .hd a {
  line-height: 32px;
  font-size: 14px;
  color: #999;
  transition: color .5s;
}
.product-list .sidebar .hd a:hover {
  color: #0068b7;
}
.product-list .sidebar .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 0 -16px;
}
.product-list .sidebar .bd ul li {
  width: 100%;
  padding: 16px 0 0 16px;
}
.product-list .sidebar .bd ul li a {
  display: block;
}
.product-list .sidebar .bd ul li a:hover .intro h4 {
  color: #0068b7;
}
.product-list .sidebar .bd ul li .cover {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.product-list .sidebar .bd ul li .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.product-list .sidebar .bd ul li .intro h4 {
  padding: 8px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  transition: color .4s;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}

@media screen and (max-width: 1280px) {
  .product-list .filter {
    padding: 8px 24px;
  }
  .product-list .filter .row .col {
    padding: 8px 0;
  }
  .product-list .filter .row .col .label {
    min-width: 100px;
  }
  .product-list .wrapper {
    margin-top: 24px;
  }
  .product-list .wrapper .tabs .tab-item {
    line-height: 42px;
  }
  .product-list .wrapper .grid ul li {
    width: 50%;
  }
  .product-list .pager {
    padding-top: 24px;
  }
  .product-list .header {
    margin-bottom: 24px;
  }
  .product-list .header > h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .product-list .product-list-wrap {
    flex-wrap: wrap;
  }
  .product-list .sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
  .product-list .sidebar .hd {
    margin-bottom: 24px;
  }
  .product-list .sidebar .hd h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .product-list .sidebar .hd a {
    line-height: 24px;
    font-size: 14px;
  }
  .product-list .sidebar .bd ul {
    margin: -24px 0 0 -24px;
  }
  .product-list .sidebar .bd ul li {
    width: 25%;
    padding: 24px 0 0 24px;
  }
  .product-list .sidebar .bd ul li .intro h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .product-list .filter {
    padding: 4px 16px;
  }
  .product-list .filter .row .col .label {
    min-width: 72px;
    line-height: 24px;
    font-size: 12px;
    font-weight: normal;
  }
  .product-list .filter .radio, .product-list .filter .checkbox {
    padding-left: 20px;
    margin: 0 8px 0 0;
  }
  .product-list .filter .radio span, .product-list .filter .checkbox span {
    font-size: 12px;
    line-height: 24px;
  }
  .product-list .wrapper .tabs .tab-item {
    line-height: 36px;
  }
  .product-list .wrapper .grid {
    padding: 0;
  }
  .product-list .wrapper .grid ul {
    margin: -8px 0 0 -8px;
  }
  .product-list .wrapper .grid ul li {
    width: 100% !important;
    padding: 8px 0 0 8px;
  }
  .product-list .pager {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .product-list .header {
    margin-bottom: 16px;
    padding: 10px 0;
  }
  .product-list .header > h3 {
    font-size: 18px;
  }
  .product-list .sidebar {
    margin-top: 16px;
  }
  .product-list .sidebar .hd {
    margin-bottom: 16px;
  }
  .product-list .sidebar .hd h3 {
    font-size: 18px;
  }
  .product-list .sidebar .hd a {
    font-size: 12px;
  }
  .product-list .sidebar .bd ul {
    margin: -16px 0 0 -16px;
  }
  .product-list .sidebar .bd ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .product-list .product-secondary-menu ul li {
    width: 50%;
  }
  
}

/*!- product-list end -*/
/*!- tabs begin -*/
.tabs {
  display: block;
  position: sticky;
  z-index: 997;
  top: 72px;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
}
.tabs .tabs-wrap {
  padding: 0;
}
.tabs .tabs-content ul {
  display: flex;
  justify-content: center;
  overflow-x: auto;
  padding: 0 16px;
}
.tabs .tabs-content ul li {
  margin: 0 16px;
}
.tabs .tabs-content ul li a {
  display: block;
  line-height: 56px;
  font-size: 16px;
  color: #333;
  max-width: 200px;
  border-bottom: 1px solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.tabs .tabs-content ul li.active a {
  color: #0068b7;
  border-color: #0068b7;
}
.tabs.auto-hide {
  display: none;
}
@media screen and (max-width: 1280px) {
  .tabs .tabs-content ul li {
    margin: 0 12px;
  }
}
@media screen and (max-width: 992px) {
  .tabs {
    top: 56px;
  }
  .tabs .tabs-content ul {
    justify-content: left;
    padding: 0 16px;
  }
  .tabs .tabs-content ul li {
    margin: 0 16px 0 0;
  }
  .tabs .tabs-content ul li a {
    line-height: 40px;
    font-size: 14px;
  }
  .tabs.auto-hide {
    display: block;
  }
}

/*!- tabs end -*/
.wui-dialog-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade-in 0.3s ease 0s both;
  animation: fade-in 0.3s ease 0s both;
}
.wui-dialog-wrap .wui-dialog {
  webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  -webkit-animation: dialog-in 0.3s ease 0s both;
  animation: dialog-in 0.3s ease 0s both;
  display: block;
  width: 420px;
  border-radius: 4px;
  background-color: #fff;
  padding: 24px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -210px;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container {
  display: block;
  position: relative;
  padding-left: 38px;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-icon {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-icon .wui-dialog-icon-inner {
  display: block;
  width: 24px;
  height: 24px;
  fill: currentColor;
  overflow: hidden;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-icon .wui-dialog-icon-inner > i {
  font-size: 24px;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #333;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-content {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
  color: #999;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-action {
  display: block;
  font-size: 0;
  text-align: right;
  margin-top: 24px;
}
.wui-dialog-wrap .wui-dialog .wui-dialog-container .wui-dialog-action .wui-btn {
  margin-left: 8px;
}
.wui-dialog-wrap .wui-dialog.dialog-info .wui-dialog-container .wui-dialog-icon {
  color: #0068b7;
}
.wui-dialog-wrap .wui-dialog.dialog-success .wui-dialog-container .wui-dialog-icon {
  color: #26BB79;
}
.wui-dialog-wrap .wui-dialog.dialog-warning .wui-dialog-container .wui-dialog-icon {
  color: #F2914A;
}
.wui-dialog-wrap .wui-dialog.dialog-danger .wui-dialog-container .wui-dialog-icon {
  color: #FE5050;
}
.wui-dialog-wrap .wui-dialog.dialog-confirm .wui-dialog-container .wui-dialog-icon {
  color: #F2914A;
}
.wui-dialog-wrap.dialog-remove {
  -webkit-animation: fade-out 0.5s ease 0.5s both;
  animation: fade-out 0.5s ease 0.5s both;
}
.wui-dialog-wrap.dialog-remove .wui-dialog {
  -webkit-animation: dialog-out 0.5s ease 0.5s both;
  animation: dialog-out 0.5s ease 0.5s both;
}

.wui-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  background-image: none;
  outline: none;
  cursor: pointer;
  appearance: none;
  text-decoration: none;
  user-select: none;
  text-align: center;
  font-weight: 500;
  word-spacing: normal;
  white-space: nowrap;
  color: #333;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  height: 32px;
  line-height: 30px;
  padding: 0 16px;
  font-size: 14px;
}
.wui-btn:hover, .wui-btn:focus, .wui-btn:active {
  color: #333;
  border-color: whitesmoke;
  background-color: whitesmoke;
}
.wui-btn:disabled {
  color: #999;
  border-color: #e6e6e6;
  background-color: #fff;
  cursor: not-allowed;
}
.wui-btn > .active .icon-shopping-cart {
  color: #FE5050;
}
.wui-btn > .active .icon-shopping-cart:before {
  content: "\ee9d" !important;
}
.wui-btn > .active .icon-wish-list {
  color: #FE5050;
}
.wui-btn > .active .icon-wish-list:before {
  content: "\ef9b" !important;
}
.wui-btn .wui-btn-animate:hover:before {
  width: 30px;
  opacity: 1;
}
.wui-btn .wui-btn-animate:hover > i {
  -webkit-transform: translate(8px, 0);
  transform: translate(8px, 0);
}

.wui-btn-primary {
  color: #fff;
  border-color: #26BB79;
  background-color: #26BB79;
}
.wui-btn-primary > .wui-btn-animate:before {
  background-color: #26BB79;
}
.wui-btn-primary:hover, .wui-btn-primary:focus, .wui-btn-primary:active {
  color: #fff;
  border-color: #26BB79;
  background-color: #26BB79;
}
.wui-btn-primary:disabled {
  color: #fff;
  border-color: #26BB79;
  background-color: #26BB79;
}

.wui-btn-gray {
  color: #333;
  border-color: whitesmoke;
  background-color: whitesmoke;
}
.wui-btn-gray .wui-btn-animate:before {
  background-color: whitesmoke;
}
.wui-btn-gray:hover, .wui-btn-gray:focus, .wui-btn-gray:active {
  color: #fff;
  border-color: #acacac;
  background-color: #acacac;
}
.wui-btn-gray:disabled {
  color: #333;
  border-color: #d9d9d9;
  background-color: #d9d9d9;
}

.wui-btn-accents {
  color: #fff;
  border-color: #1890FF;
  background-color: #1890FF;
}
.wui-btn-accents > .wui-btn-animate:before {
  background-color: #1890FF;
}
.wui-btn-accents:hover, .wui-btn-accents:focus, .wui-btn-accents:active {
  color: #fff;
  border-color: #1a3e7d;
  background-color: #1a3e7d;
}
.wui-btn-accents:disabled {
  color: #fff;
  border-color: #0068b7;
  background-color: #0068b7;
}

.wui-btn-price {
  color: #fff;
  border-color: #F2914A;
  background-color: #F2914A;
}
.wui-btn-price .wui-btn-animate:before {
  background-color: #F2914A;
}
.wui-btn-price:hover, .wui-btn-price:focus, .wui-btn-price:active {
  color: #fff;
  border-color: #ce7b3f;
  background-color: #ce7b3f;
}
.wui-btn-price:disabled {
  color: #fff;
  border-color: #f4a265;
  background-color: #f4a265;
}

.wui-btn-block {
  display: block;
  width: 100%;
}

.wui-btn-dazzle .active {
  color: #fff;
  background-color: #26BB79;
  border-color: transparent;
  background-image: linear-gradient(45deg, #1890FF 0%, #26BB79 90%);
}

.wui-btn-loading > .icon-loading {
  display: none;
}
.wui-btn-loading > .loading > i:not(.icon-loading) {
  display: none;
}
.wui-btn-loading > .loading > .icon-loading {
  display: inline-block;
  -webkit-animation: btn-loading 0.6s linear infinite both;
  animation: btn-loading 0.6s linear infinite both;
}

.wui-btn-sm {
  height: 32px;
  line-height: 30px;
  border-radius: 16px;
  padding: 0 16px;
  font-size: 14px;
}
.wui-btn-sm .wui-btn-animate:hover:before {
  width: 30px;
  opacity: 1;
}
.wui-btn-sm .wui-btn-animate:hover > i {
  -webkit-transform: translate(8px, 0);
  transform: translate(8px, 0);
}

.wui-btn-md {
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
  padding: 0 24px;
  font-size: 16px;
}
.wui-btn-md .wui-btn-animate:hover:before {
  width: 38px;
  opacity: 1;
}
.wui-btn-md .wui-btn-animate:hover > i {
  -webkit-transform: translate(13px, 0);
  transform: translate(13px, 0);
}

@media only screen and (min-width: 1200px) {
  .wui-btn .wui-btn-block\@S {
    display: block;
    width: 100%;
  }
  .wui-btn .wui-btn-sm\@S {
    height: 32px;
    line-height: 30px;
    border-radius: 16px;
    padding: 0 16px;
    font-size: 14px;
  }
  .wui-btn-animate
  .wui-btn .wui-btn-sm\@S:hover:before {
    width: 30px;
    opacity: 1;
  }
  .wui-btn-animate
  .wui-btn .wui-btn-sm\@S:hover > i {
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  .wui-btn .wui-btn-md\@S {
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    padding: 0 24px;
    font-size: 16px;
  }
  .wui-btn .wui-btn-md\@S .wui-btn-animate:hover:before {
    width: 38px;
    opacity: 1;
  }
  .wui-btn .wui-btn-md\@S .wui-btn-animate:hover > i {
    -webkit-transform: translate(13px, 0);
    transform: translate(13px, 0);
  }
}
@media only screen and (min-width: 1366px) {
  .wui-btn .wui-btn-block\@M {
    display: block;
    width: 100%;
  }
  .wui-btn .wui-btn-sm\@M {
    height: 32px;
    line-height: 30px;
    border-radius: 16px;
    padding: 0 16px;
    font-size: 14px;
  }
  .wui-btn .wui-btn-sm\@M .wui-btn-animate:hover :before {
    width: 30px;
    opacity: 1;
  }
  .wui-btn .wui-btn-sm\@M .wui-btn-animate:hover > i {
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  .wui-btn .wui-btn-md\@M {
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    padding: 0 24px;
    font-size: 16px;
  }
  .wui-btn .wui-btn-md\@M .wui-btn-animate:hover:before {
    width: 38px;
    opacity: 1;
  }
  .wui-btn .wui-btn-md\@M .wui-btn-animate:hover > i {
    -webkit-transform: translate(13px, 0);
    transform: translate(13px, 0);
  }
}
@media only screen and (min-width: 1600px) {
  .wui-btn .wui-btn-block\@L {
    display: block;
    width: 100%;
  }
  .wui-btn .wui-btn-sm\@L {
    height: 32px;
    line-height: 30px;
    border-radius: 16px;
    padding: 0 16px;
    font-size: 14px;
  }
  .wui-btn .wui-btn-sm\@L .wui-btn-animate:hover:before {
    width: 30px;
    opacity: 1;
  }
  .wui-btn .wui-btn-sm\@L .wui-btn-animate:hover > i {
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  .wui-btn .wui-btn-md\@L {
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    padding: 0 24px;
    font-size: 16px;
  }
  .wui-btn .wui-btn-md\@L .wui-btn-animate:hover:before {
    width: 38px;
    opacity: 1;
  }
  .wui-btn .wui-btn-md\@L .wui-btn-animate:hover > i {
    -webkit-transform: translate(13px, 0);
    transform: translate(13px, 0);
  }
}
/*!- shopping-cart begin -*/
.shopping-cart .shopping-cart-wrap {
  margin-bottom: 32px;
}
.shopping-cart .shopping-cart-wrap .cart-card-action {
  display: block;
  -webkit-flex: none;
  flex: none;
}
.shopping-cart .shopping-cart-wrap button {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  border: 0;
  background-color: #fff;
  color: #333;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  height: 30px;
  padding: 0 10px;
  transition: background-color .5s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.shopping-cart .shopping-cart-wrap button:hover {
  background-color: #F2914A;
  color: #fff;
  border: 1px solid #F2914A;
}
.shopping-cart .shopping-cart-wrap button:disabled, .shopping-cart .shopping-cart-wrap button.disabled {
  cursor: not-allowed;
  background-color: #80b4db;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-tips {
  margin-bottom: 16px;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-hd {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: "center";
  align-items: center;
  padding: 8px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-hd .cart-card-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  -webkit-flex: auto;
  flex: auto;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-hd .cart-card-action {
  display: block;
  -webkit-flex: none;
  flex: none;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd {
  padding: 8px;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd.cart-card-near {
  padding: 0;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .inquiry .inquiry-wrap {
  padding: 10px 0;
  background: transparent;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .inquiry .inquiry-wrap .inquiry-alert {
  padding: 5px 20px;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .inquiry .inquiry-wrap .inquiry-form ul li input[type="text"].error {
  border: 1px solid #FE5050;
  padding-top: 0;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .inquiry .inquiry-wrap .inquiry-form ul li .error {
  padding-top: 10px;
  display: block;
  color: #FE5050;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .header-title h3 {
  font-size: 14px;
  color: #999;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-ft {
  border-top: 1px solid #d9d9d9;
  padding: 16px;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card + .cart-card {
  margin-top: 16px;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table {
  table-layout: auto;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table > thead > tr > th {
  font-size: 14px;
  line-height: 32px;
  text-align: left;
  padding: 8px 16px;
  font-weight: 500;
  color: #333;
  overflow-wrap: break-word;
  border-bottom: 1px solid #d9d9d9;
  background-color: #f2f7fb;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table > tbody > tr > td {
  overflow-wrap: break-word;
  padding: 16px;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #d9d9d9;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table > tbody > tr:last-child > td {
  border: 0;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table .cart-table-shrink {
  white-space: normal;
  min-width: 1px;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table .cart-table-auto {
  width: 1px;
  word-break: keep-all;
  white-space: nowrap;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: "center";
  align-items: center;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-cover {
  width: 60px;
  height: 60px;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-cover .cover {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-cover .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  transition: transform .4s;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-info {
  padding-left: 16px;
  line-height: 24px;
  color: #333;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-info:hover {
  color: #F2914A;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-price {
  font-weight: 500;
  color: #FE5050;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-action {
  text-align: center;
  cursor: pointer;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-action .cart-action-delete {
  display: inline-block;
  vertical-align: middle;
  color: #333;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-action .cart-action-delete .wui-icon-20 > i {
  font-size: 20px;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-action .cart-action-delete:hover {
  color: #FE5050;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item:before, .shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item:after {
  display: table;
  content: "";
  width: 100%;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item:after {
  clear: both;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item .cart-cashier-label {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item .cart-cashier-value {
  display: block;
  float: right;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item.cart-cashier-accent {
  font-weight: 500;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item.cart-cashier-accent .cart-cashier-label {
  font-size: 16px;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item.cart-cashier-accent .cart-cashier-value {
  font-size: 20px;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-action {
  margin-top: 16px;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-action-list {
  font-size: 0;
  line-height: 1;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-action-list .cart-action-item {
  display: inline-block;
  vertical-align: middle;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-action-list .cart-action-item + .cart-action-item {
  margin-left: 16px;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item {
  padding: 8px;
  border-bottom: 1px solid #d9d9d9;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item:last-child {
  border: 0;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-radio {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 4px 0;
  line-height: 1;
  font-size: 0;
  user-select: none;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-radio .wui-radio-label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 24px;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  color: #333;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-radio .wui-radio-icon, .shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-radio .wui-radio-image {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  width: auto;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-payment {
  display: inline-block;
  width: 128px;
  height: 32px;
  background-size: 128px auto;
  background-repeat: no-repeat;
  background-position: 0 32px;
  background-image: url(../image/icon_payment.png);
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-payment.wui-payment-paypal {
  background-position: 0 0px;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-payment.wui-payment-visa {
  background-position: 0 -32px;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item .wui-payment.wui-payment-master-card {
  background-position: 0 -64px;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-empty {
  text-align: center;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-empty .iconfont {
  font-size: 150px;
  color: #d9d9d9;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-empty .icon-check-line {
  color: #26BB79;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-empty .icon-error-warning-line {
  color: #F2914A;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-empty .shopping-cart-empty-title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin: 30px 0 30px 0;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-empty .respond-success-title {
  font-size: 30px;
  line-height: 30px;
  color: #26BB79;
  margin: 30px 0 30px 0;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-empty .respond-success-title p {
  font-size: 18px;
  color: #999;
  margin-top: 10px;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-empty .respond-error-title {
  font-size: 30px;
  line-height: 30px;
  color: #F2914A;
  margin: 30px 0 30px 0;
}
.shopping-cart .shopping-cart-wrap .shopping-cart-empty .respond-error-title p {
  font-size: 18px;
  color: #999;
  margin-top: 10px;
}
@media screen and (max-width: 1280px) {
  .shopping-cart .shopping-cart-content .cart-table > tbody > tr > td {
    padding: 8px;
  }
}
@media screen and (max-width: 992px) {
  .shopping-cart .shopping-cart-wrap {
    margin-bottom: 0;
  }
  .shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd.cart-card-near {
    padding: 0;
  }
  .shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-bd .inquiry .inquiry-wrap .inquiry-form ul li {
    padding: 16px 0 0 16px;
  }
  .shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card .cart-card-ft {
    padding: 16px;
  }
  .shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-card + .cart-card {
    margin-top: 24px;
  }
  .shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table > thead > tr > th {
    padding: 8px;
  }
  .shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-table > tbody > tr > td {
    padding: 8px;
  }
  .shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: "center";
    align-items: center;
  }
  .shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-cover {
    -webkit-flex: none;
    flex: none;
    width: 48px;
    height: 48px;
  }
  .shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-list .cart-item .cart-item-wrap .cart-item-info {
    display: none;
  }
  .shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier {
    position: sticky;
    top: 120px;
  }
  .shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item .cart-cashier-label {
    font-size: 18px;
    line-height: 32px;
  }
  .shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item .cart-cashier-value {
    font-size: 20px;
    line-height: 32px;
    color: red;
  }
  .shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item.cart-cashier-accent .cart-cashier-label {
    font-size: 18px;
  }
  .shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-cashier .cart-cashier-list .cart-cashier-item.cart-cashier-accent .cart-cashier-value {
    font-size: 24px;
  }
  .shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-action-list .cart-action-item + .cart-action-item {
    margin-left: 24px;
  }
  .shopping-cart .shopping-cart-wrap .shopping-cart-content .cart-pay-list .cart-pay-item {
    padding: 16px;
  }
  .shopping-cart .shopping-cart-wrap .shopping-cart-empty .icon-error-warning-line {
    font-size: 60px;
  }
  .shopping-cart .shopping-cart-wrap .shopping-cart-empty .iconfont {
    font-size: 100px;
  }
  .shopping-cart .shopping-cart-wrap .shopping-cart-empty .shopping-cart-empty-title {
    font-size: 18px;
    color: #999;
  }
}

/*!- shopping-cart end -*/
/*!- w104-inner-backing begin -*/
.inner-backing .inner-backing-wrap {
  position: relative;
  width: 100%;
  height:700px;
  margin-bottom:50px;
}
.inner-backing .inner-backing-wrap > img {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 12.5%;
}
.inner-backing .inner-backing-wrap > img.loaded {
  width: 100%;
  height: auto;
  padding-right: 0;
  padding-bottom: 0;
}
.inner-backing .inner-backing-wrap h2 {
  font-size: 60px;
  color: #fff;
  position: absolute;
  top: 40%;
  left: 20%;
}
@media screen and (max-width: 1280px) {
  .inner-backing .inner-backing-wrap h2 {
    font-size: 50px;
    top: 30%;
  }
}
@media screen and (max-width: 992px) {
.inner-backing .inner-backing-wrap {
  position: relative;
  width: 100%;
  height:300px;
  margin-bottom:50px;
}
  .inner-backing .inner-backing-wrap h2 {
    font-size: 24px;
    top: 45%;
	left:10%;
  }
}

/*!- w104-inner-backing end -*/
/*!- history begin -*/
.history .history-content {
  padding: 32px 0;
}
.history .history-title {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #0068b7;
  margin-bottom: 30px;
}
.history .history-title h3 {
  font-weight: normal;
}
.history .history-item {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 80%;
}
@media screen and (max-width: 1280px) {
  .history .history-content {
    padding: 24px;
  }
}
@media screen and (max-width: 992px) {
  .history .history-content {
    padding: 16px 0;
  }
}
.history .time-axis-item {
  position: relative;
  width: 100%;
  height: 208px;
  text-align: center;
}
.history .time-axis-title {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 50%;
  width: 100%;
  max-height: 50%;
  font-size: 60px;
  line-height: 24px;
  padding: 16px 16px 64px;
  color: transparent;
  -webkit-text-stroke: 1px #68B533;
}
.history .time-axis-title:before {
  display: block;
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #68B533;
}
.history .time-axis-title:after {
  display: block;
  content: '';
  position: absolute;
  width: 2px;
  height: 24px;
  background-color: #68B533;
  bottom: 10px;
  left: 50%;
  margin-left: -1px;
  border-radius: 1px;
}
.history .time-axis-desc {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 100%;
  max-height: 50%;
  font-size: 18px;
  line-height: 24px;
  padding: 16px;
  color: #333;
  border-top: 2px solid #ddd;
}
.history .time-axis-desc > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 3;
  text-align: left;
}
.history .swiper-slide:nth-child(even) .time-axis-title {
  bottom: auto;
  top: 50%;
  padding: 64px 16px 16px;
  border-top: 2px solid #ddd;
}
.history .swiper-slide:nth-child(even) .time-axis-title:before {
  bottom: auto;
  top: -3px;
}
.history .swiper-slide:nth-child(even) .time-axis-title:after {
  bottom: auto;
  top: 10px;
}
.history .swiper-slide:nth-child(even) .time-axis-desc {
  top: auto;
  bottom: 50%;
  border-top: 0;
}
.history .swiper-button-prev {
  left: -14px;
  background-color: transparent !important;
  color: #0068b7;
  opacity: 1;
  outline: none;
}
.history .swiper-button-prev:hover {
  color: #68B533;
}
.history .swiper-button-next {
  right: -14px;
  background-color: transparent !important;
  color: #0068b7;
  opacity: 1;
  outline: none;
}
.history .swiper-button-next:hover {
  color: #68B533;
}
@media screen and (max-width: 1280px) {
  .history .time-axis-wrap {
    padding: 32px 0;
  }
}
@media screen and (max-width: 992px) {
  .history .time-axis-wrap {
    padding: 24px 0;
  }
}

/*!- history end -*/
