@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Regular.eot");
  src: url("../fonts/Mulish-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Mulish-Regular.woff2") format("woff2"), url("../fonts/Mulish-Regular.woff") format("woff"), url("../fonts/Mulish-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "../fonts/Mulish";
  src: url("../fonts/Mulish-LightItalic.eot");
  src: url("../fonts/Mulish-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Mulish-LightItalic.woff2") format("woff2"), url("../fonts/Mulish-LightItalic.woff") format("woff"), url("../fonts/Mulish-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Medium.eot");
  src: url("../fonts/Mulish-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Mulish-Medium.woff2") format("woff2"), url("../fonts/Mulish-Medium.woff") format("woff"), url("../fonts/Mulish-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Light.eot");
  src: url("../fonts/Mulish-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Mulish-Light.woff2") format("woff2"), url("../fonts/Mulish-Light.woff") format("woff"), url("../fonts/Mulish-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Bold.eot");
  src: url("../fonts/Oswald-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-Bold.woff2") format("woff2"), url("../fonts/Oswald-Bold.woff") format("woff"), url("../fonts/Oswald-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Regular.eot");
  src: url("../fonts/Oswald-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-Regular.woff2") format("woff2"), url("../fonts/Oswald-Regular.woff") format("woff"), url("../fonts/Oswald-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-SemiBold.eot");
  src: url("../fonts/Oswald-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-SemiBold.woff2") format("woff2"), url("../fonts/Oswald-SemiBold.woff") format("woff"), url("../fonts/Oswald-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Medium.eot");
  src: url("../fonts/Oswald-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-Medium.woff2") format("woff2"), url("../fonts/Oswald-Medium.woff") format("woff"), url("../fonts/Oswald-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Anton";
  src: url("../fonts/Anton-Regular.eot");
  src: url("../fonts/Anton-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Anton-Regular.woff2") format("woff2"), url("../fonts/Anton-Regular.woff") format("woff"), url("../fonts/Anton-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Anton SC";
  src: url("../fonts/AntonSC-Regular.eot");
  src: url("../fonts/AntonSC-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AntonSC-Regular.woff2") format("woff2"), url("../fonts/AntonSC-Regular.woff") format("woff"), url("../fonts/AntonSC-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.set-position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* 栅格 */
.grid-box {
    font-size: 0;
[;letter-spacing: -4px;font-size: 12px;]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
[;letter-spacing: 0;]
}

.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px){
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.page-header02 .menu-btn{
  font-family: "Anton";
}



.flex-wap .flex-left-box {
  margin-right: 25px;
  margin-bottom: 0;
}
.flex-wrap-1250 .flex-left-box {
  margin-right: 25px;
}
.clear-form-style {
  background: none;
  border: none;
}
#Advertising {
  display: none;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
body {
  font-family: "Mulish";
  max-width: 1920px;
  --color: #febd17;
  font-weight: normal;
  margin: 0 auto;
}
@-webkit-keyframes to-big {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-moz-keyframes to-big {
  to {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes to-big {
  to {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes to-big2 {
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.53846154);
    transform: translate(-50%, -50%) scale(1.53846154);
  }
}
@-moz-keyframes to-big2 {
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(1.53846154);
    transform: translate(-50%, -50%) scale(1.53846154);
  }
}
@keyframes to-big2 {
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.53846154);
    -moz-transform: translate(-50%, -50%) scale(1.53846154);
    transform: translate(-50%, -50%) scale(1.53846154);
  }
}
@-webkit-keyframes to-big3 {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2.07692308);
    transform: translate(-50%, -50%) scale(2.07692308);
  }
}
@-moz-keyframes to-big3 {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(2.07692308);
    transform: translate(-50%, -50%) scale(2.07692308);
  }
}
@keyframes to-big3 {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2.07692308);
    -moz-transform: translate(-50%, -50%) scale(2.07692308);
    transform: translate(-50%, -50%) scale(2.07692308);
  }
}
.container {
  width: 1775px;
}
.title-font-family {
  font-family: "Anton";
}
.text-font-family-Oswald {
  font-family: "Oswald";
}
.general-text {
  color: #323232;
}
.public-title {
  font-size: 48px;
  line-height: 1.2;
  position: relative;
  color: #1a1a1a;
}
.public-title:after {
  content: "";
  display: block;
  width: 86px;
  height: 5px;
  background-color: var(--color);
}
.public-title.no-after:after {
  display: none;
}
.public-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 44px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding-left: 33px;
  padding-right: 33px;
  color: #000;
  background-color: var(--color);
  border: 2px solid var(--color);
}
.public-btn:hover {
  color: var(--color);
  background-color: transparent;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #000;
}
#header.active {
  background-color: rgba(0, 0, 0, 0.95);
}
#header .h-top {
  background-color: var(--color);
}
#header .h-top .logo {
  margin-top: 3px;
  margin-bottom: 3px;
}
#header .h-top .right form {
  width: 231px;
  border-bottom: 1px solid #000;
}
#header .h-top .right form input {
  background: none;
  border: none;
}
#header .h-top .right form input::-webkit-input-placeholder {
  color: #000000;
}
#header .h-top .right form input:-moz-placeholder {
  color: #000000;
}
#header .h-top .right form input::-moz-placeholder {
  color: #000000;
}
#header .h-top .right form input:-ms-input-placeholder {
  color: #000000;
}
#header .h-top .right form input::placeholder {
  color: #000000;
}
#header .h-top .right form input[type="text"] {
  padding-left: 6px;
}
#header .h-top .right form input[type="submit"] {
  width: 13px;
  height: 12px;
  background: url("../images/h-search.png") no-repeat center center;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  display: none;
  vertical-align: middle;
  margin-top: 12px;
  margin-bottom: 15px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 15px;
  margin-right: 34px;
  padding-right: 34px;
  font-weight: bold;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffffff;
  opacity: 0.45;
  width: 1px;
  height: 22px;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child:after {
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 9px;
  margin-bottom: 8px;
}
#header .nav .ui.menu .items .h-inquiry {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff;
  line-height: 35px;
}
#header .nav .ui.menu .items .h-inquiry:hover {
  background-color: var(--color);
  color: #fff;
}
#header .nav .ui.menu .items .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .items .h-language span {
  color: #fff;
}
#header .nav .ui.menu .items .h-language i {
  color: #fff;
  font-size: 18px;
}
#header .nav .ui.menu .items .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language .icon-box {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
#header .nav .ui.menu .items .h-language .icon-box .img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#header .nav .ui.menu .items .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 125%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .items .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
/*#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: "";
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: "";
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}*/
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#banner .video{
  width: 100%;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  /*background-color: #161514;*/
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner {
  position: relative;
}
#banner .banner-slick li {
  position: relative;
}
#banner .banner-slick li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#banner .banner-slick li .content .container {
  height: 100%;
}
#banner .banner-slick li .content .text-box {
  max-width: 518px;
  background-color: rgba(255, 255, 255, 0.75);
}
#banner .banner-slick li .content .text-box h2 {
  max-width: 1362px;
  line-height: 1.3;
  color: #101010;
}
#index-body .advantage .advantage-list li {
  max-width: 343px;
  border: solid 1px rgba(23, 34, 27, 0.1);
}
#index-body .advantage .advantage-list li:nth-child(2),
#index-body .advantage .advantage-list li:nth-child(3) {
  margin-left: 15px;
  margin-right: 15px;
}
#index-body .advantage .advantage-list li .icon {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  transition: 0.8s;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#index-body .advantage .advantage-list li .title {
  color: var(--color);
    display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .advantage .advantage-list li .intro {
  /*display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;*/
  line-height: 1.25;
}
#index-body .advantage .advantage-list li:hover .icon {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#index-body .category .category-list {
  margin-right: -15px;
}
#index-body .category .category-list li {
  width: 50%;
}
#index-body .category .category-list li .box {
  margin-right: 15px;
  position: relative;
}
#index-body .category .category-list li .box .img {
  display: block;
}
#index-body .category .category-list li .box .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
#index-body .category .category-list li .box .content .title{
      display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .category .category-list li .box .content .intro {
  line-height: 1.333;
  margin-left: auto;
  margin-right: auto;
    display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .product .product-slick {
  margin-left: -8px;
  margin-right: -8px;
}
#index-body .product .product-slick li .slide-box {
  margin-left: 8px;
  margin-right: 8px;
}
#index-body .product .product-slick li .slide-box .img {
  background-color: #f5f5f5;
}
#index-body .product .product-slick li .slide-box .title {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #323232;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .product .product-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .product .product-slick li .slide-box .intro {
  width: 80%;
  line-height: 1.375;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .product .product-slick li .slide-box .product-btn {
  background-color: #e8e8e8;
  color: #626262;
  border-color: #e8e8e8;
}
#index-body .product .product-slick li .slide-box .product-btn:hover {
  border-color: var(--color);
  background-color: var(--color);
  color: #000;
}
#index-body .about {
  position: relative;
}
#index-body .about .text-box {
  margin-left: auto;
  max-width: 686px;
  background-color: #eeeeee;
}
#index-body .about .text-box .public-title:after {
  display: none;
}
#index-body .about .text-box .intro {
  color: #282828;
  line-height: 1.444;
}
#index-body .about .number-Plus li .data-right .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 500;
  color: var(--color);
  margin-bottom: 7px;
}
#index-body .about .number-Plus li .data-right .top em {
  font-size: 80px;
  line-height: 1.2;
  white-space: nowrap;
}
#index-body .about .number-Plus li .data-right .top span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
  white-space: nowrap;
}
#index-body .about .number-Plus li .data-right .title {
  color: var(--color);
  font-weight: 500;
}
#index-body .news .news-slick {
  margin-left: -10px;
  margin-right: -10px;
}
#index-body .news .news-slick li .slide-box {
  margin: 15px 10px;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.08);
}
#index-body .news .news-slick li .slide-box .date {
  color: #8a8a8a;
}
#index-body .news .news-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-body .news .news-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .news .news-slick li .slide-box .intro {
  line-height: 1.375;
  color: #5d5d5d;
}
.index-contact .public-title {
  display: block;
  max-width: 878px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.416;
}
#footer {
  background-color: #000;
}
#footer .f-content .items {
  width: 587px;
}
#footer .f-content .items .text {
  width: 95%;
  font-weight: 300;
  color: #fff;
}
#footer .f-content .items form {
  width: 100%;
}
#footer .f-content .items form input {
  width: 48.48%;
  margin-bottom: 25px;
  background: none;
  border: none;
  border: solid 1px #ffffff;
  line-height: 41px;
  color: #fff;
}
#footer .f-content .items form input::-webkit-input-placeholder {
  color: #d0d0d0;
}
#footer .f-content .items form input:-moz-placeholder {
  color: #d0d0d0;
}
#footer .f-content .items form input::-moz-placeholder {
  color: #d0d0d0;
}
#footer .f-content .items form input:-ms-input-placeholder {
  color: #d0d0d0;
}
#footer .f-content .items form input::placeholder {
  color: #d0d0d0;
}
#footer .f-content .items form a.submit {
  line-height: 38px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  background-color: var(--color);
  border: 2px solid var(--color);
}
#footer .f-content .items form a.submit:hover {
  color: var(--color);
  background-color: transparent;
}
#footer .f-content .items .text1 {
  font-weight: 300;
  font-style: italic;
  width: 85%;
  color: #d1d1d1;
}
#footer .f-content .items .social-account li {
  margin-right: 29px;
  color: #fff;
}
#footer .f-content .items .social-account li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content .items .social-account li a:hover {
  color: var(--color);
}
#footer .f-content .items .social-account li i {
  font-size: 40px;
}
#footer .f-content .items .social-account li:nth-child(4) i,
#footer .f-content .items .social-account li:nth-child(5) i {
  font-size: 46px;
}
#footer .f-content dl.dl-margin-l-r {
  margin-left: 5px;
  margin-right: 5px;
}
#footer .f-content dl dt {
  color: #fff;
  margin-top: 24px;
  margin-bottom: 31px;
}
#footer .f-content dl dd {
  color: #a3a3a3;
  opacity: 0.89;
  margin-bottom: 19px;
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content dl dd a:hover {
  opacity: 1;
  color: var(--color);
}
#footer .f-copy {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}
#footer .f-copy .copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-copy .copy .company-link {
  padding-bottom: 1px;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 27px;
  fill: #ffffff;
}
#footer .f-copy svg text {
  fill: #ffffff;
  font-family: "Anton";
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 9px;
  position: fixed;
  bottom: 30%;
  z-index: 100;
}
.fixed-toolbar ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  line-height: 51px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul li:nth-child(1) {
  border-radius: 10px 0 0 0;
  background-color: var(--color);
}
.fixed-toolbar ul li:nth-child(2):hover > img,
.fixed-toolbar ul li:nth-child(3):hover > img,
.fixed-toolbar ul li:nth-child(4):hover > img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.fixed-toolbar ul li:nth-child(3) {
  border-radius: 0 0 0 10px;
}
.fixed-toolbar ul li.back {
  display: none;
  margin-top: 8px;
  border-radius: 10px;
}
.fixed-toolbar ul li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul li.code {
  line-height: 55px;
}
.fixed-toolbar ul li.r-inquiry {
  display: none;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: text-top;
}
.fixed-toolbar ul li {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  background: var(--color);
}
.fixed-toolbar ul li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul li.r-contact:hover p {
  -webkit-transform: translateY(-50%) scaleX(1);
  -moz-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
}
.fixed-toolbar ul li.r-contact p {
  white-space: nowrap;
  padding: 0 15px;
  background-color: var(--color);
  color: #fff;
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(0);
  -moz-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.fixed-toolbar ul li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
/*ui.container不用设置了*/
@media screen and (max-width: 1700px) {
  #footer .f-content .items {
    margin-right: 15px;
  }
  #footer .f-content .f-quick-connect {
    margin-right: 0;
  }
}
@media screen and (max-width: 1250px) {
  .public-title {
    font-size: 45px;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  #footer .f-content .items {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  .flex-wap .flex-left-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .public-title {
    font-size: 35px;
  }
  #index-body .advantage .advantage-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .advantage .advantage-list li {
    width: 48%;
    margin: 8px 0;
  }
  #index-body .advantage .advantage-list li:nth-child(2),
  #index-body .advantage .advantage-list li:nth-child(3) {
    margin-left: 0;
    margin-right: 0;
  }
  #index-body .category .category-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .category .category-list li {
    width: 100%;
  }
  #index-body .category .category-list li:first-child {
    margin-bottom: 30px;
  }
  #index-body .about .text-box {
    margin-right: 0;
  }
  #footer .f-copy .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .f-copy .copy {
    margin-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 30px;
  }
  .public-btn {
    line-height: 32px;
  }
  .mobile-display-none {
    display: none;
  }
  #banner .banner-slick li .content .text-box {
    margin-right: 0;
  }
  #index-body .advantage .advantage-list li{
    width: 100%;
    max-width: 100%;
  } 
  #footer .f-content dl {
    display: none;
  }
  #footer .f-content .items .text,
  #footer .f-content .items .text1 {
    width: 100%;
  }
  #footer .f-content .items form input {
    width: 100%;
  }
  #footer .f-content .social-account {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 22px;
  }
}
/*
#cp-Nav .nav .title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  background: var(--color);
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cp-Nav .nav div.title .more-category {
  line-height: 1.5;
  !*<i class="fa fa-arrow-down"></i>*!
}*/
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
/*内页*/
/*.seoPublic .Auxil-through{
  display: none;
}*/
.mbx {
  color: #141414;
  margin-top: 110px;
  font-weight: 500;
  margin-left: -12px;
}
.mbx1 a[href="/"]{
  font-size: 0;
  padding-bottom: 2px;
}
.mbx1 a i{
  font-size: 24px;
  line-height: 1;
}
.mbx a{
  padding-right: 12px;
  padding-left: 12px;
}
.mbx span{
  padding-left: 12px;
}
.mbx .mbx-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-page .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-page .wp-pagenavi a,
.m-page .wp-pagenavi span {
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 32px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff;
  border: solid 1px #c8c8c8;
}
.m-page .wp-pagenavi a.prev{
  margin-right: 20px;
} 
.m-page .wp-pagenavi a.next{
  margin-left: 17px;
}
.m-page .wp-pagenavi span.current{
  background-color: var(--color);
  border-color: var(--color);
}
.m-page .wp-pagenavi a:hover,
.m-page .wp-pagenavi span:hover {
  background-color: var(--color);
}
.about-page .our-story .public-title {
  color: #fff;
}
.about-page .our-story .intro {
  color: #ffffff;
}
.about-page .our-story .time {
  text-align: center;
  max-width: 1314px;
  margin-left: auto;
  margin-right: auto;
}
.about-page .our-story .time ul .slick-list {
  padding: 0 15px;
}
.about-page .our-story .time ul li {
  display: inline-block;
  vertical-align: middle;
}
.about-page .our-story .time ul li img {
  margin: auto;
  width: auto;
}
.about-page .our-story .time ul li .top {
  font-size: 28px;
  height: 42px;
  color: var(--color);
}
.about-page .our-story .time ul li .center {
  position: relative;
  font-size: 38px;
  -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
  background-color: var(--color);
  padding: 0 30px;
  margin: 46px 10px;
  line-height: 1.2;
}
.about-page .our-story .time ul li .center .text {
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  color: #fff;
}
.about-page .our-story .time ul li .center .text::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 35px;
  width: 2px;
  background-color: var(--color);
}
.about-page .our-story .time ul li .bottom {
  font-size: 28px;
  /*height: 42px;*/
  color: var(--color);
  width: 100%;
}
.about-page .our-story .time ul .slick-slide:nth-child(3n-1) li {
  display: inline-block;
  vertical-align: middle;
}
.about-page .our-story .time ul .slick-slide:nth-child(3n-1) li .top {
  color: #fff;
}
.about-page .our-story .time ul .slick-slide:nth-child(3n-1) li .center {
  position: relative;
  font-size: 38px;
  -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
  background-color: #fff;
  padding: 0 30px;
  margin: 46px 10px;
}
.about-page .our-story .time ul .slick-slide:nth-child(3n-1) li .center .text {
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  color: #000;
}
.about-page .our-story .time ul .slick-slide:nth-child(3n-1) li .center .text::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 30px;
  width: 2px;
  background-color: #fff;
}
.about-page .our-story .time ul .slick-slide:nth-child(3n-1) li .bottom {
  font-size: 24px;
  color: #fff;
}
.about-page .our-story .time ul .slick-slide:nth-child(3n) li {
  display: inline-block;
  vertical-align: middle;
}
.about-page .our-story .time ul .slick-slide:nth-child(3n) li .top {
  color: #646a73;
}
.about-page .our-story .time ul .slick-slide:nth-child(3n) li .center {
  position: relative;
  font-size: 38px;
  -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
  background-color: #646a73;
  padding: 0 30px;
  margin: 46px 10px;
}
.about-page .our-story .time ul .slick-slide:nth-child(3n) li .center .text {
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  color: #fff;
}
.about-page .our-story .time ul .slick-slide:nth-child(3n) li .center .text::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 30px;
  width: 2px;
  background-color: #646a73;
}
.about-page .our-story .time ul .slick-slide:nth-child(3n) li .bottom {
  font-size: 24px;
  color: #646a73;
}
.about-page .our-story .our-story-btn {
  font-weight: 300;
  line-height: 39px;
  border: 2px solid #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.about-page .our-story .our-story-btn:hover {
  background-color: var(--color);
  border-color: var(--color);
}
.about-page .about {
  position: relative;
}
.about-page .about .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 51.927%;
}
.about-page .about .bg img {
  height: 100%;
}
.about-page .about .bg-year {
  position: absolute;
  left: 38%;
  top: 4px;
}
.about-page .about .intro {
  color: #4f4f4f;
  max-width: 990px;
  line-height: 1.625;
}
.about-page .about ul.number-Plus {
  max-width: 600px;
}
.about-page .about ul.number-Plus li {
  width: 164px;
  position: relative;
  z-index: 1;
}
.about-page .about ul.number-Plus li::after {
  content: "";
  display: block;
  width: 134px;
  height: 135px;
  border: solid 1px #dcdcdc;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 14px;
  border-radius: 50%;
  z-index: -1;
}
.about-page .about ul.number-Plus li:nth-child(odd) {
  margin-right: 158px;
}
.about-page .about ul.number-Plus li .icon {
  height: 80px;
}
.about-page .about ul.number-Plus li .top {
  margin-top: 10px;
  margin-bottom: 15px;
  color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-page .about ul.number-Plus li .top em {
  font-size: 42px;
  line-height: 1.2;
}
.about-page .about ul.number-Plus li .top span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1.2;
}
.about-page .about ul.number-Plus li .title {
  color: #575757;
  line-height: 1.25;
}
.about-page .about .buttons .about-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 44px;
  border: solid 2px #c6c6c6;
  margin-right: 9px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #575757;
}
.about-page .about .buttons .about-btn:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: #fff;
}
.about-page .about  a.play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: var(--color);
  border-radius: 50%;
  -webkit-animation: to-big 1.2s linear infinite alternate;
  -moz-animation: to-big 1.2s linear infinite alternate;
  animation: to-big 1.2s linear infinite alternate;
  color: #fff;
  position: absolute;
  top: 45%;
  right: 17%;
}
.about-page .about  a.play i {
  font-size: 22px;
}
.about-page .sustainability .top {
  background-color: var(--color);
}
.about-page .sustainability .top .left {
  max-width: 731px;
}
.about-page .sustainability .top .left .t-title {
  font-weight: 500;
}
.about-page .sustainability .top .right {
  max-width: 536px;
  color: #1d1d1d;
  font-weight: 500;
}
.about-page .sustainability .content {
  position: relative;
}
.about-page .sustainability .content a.play {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 131px;
  height: 131px;
  background-color: rgba(255, 255, 255, 0.3);
}
.about-page .sustainability .content a.play .play-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(---color);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.about-page .sustainability .content a.play .play-box i {
  font-size: 24px;
  color: var(---color);
}
.about-page .sustainability .content a.play:before,
.about-page .sustainability .content a.play:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
}
.about-page .sustainability .content a.play:before {
  background-color: rgba(255, 255, 255, 0.13);
  -webkit-animation: 1.5s to-big2 linear infinite;
  -moz-animation: 1.5s to-big2 linear infinite;
  animation: 1.5s to-big2 linear infinite;
}
.about-page .sustainability .content a.play:after {
  background-color: rgba(255, 255, 255, 0.13);
  -webkit-animation: 1.5s to-big3 linear infinite;
  -moz-animation: 1.5s to-big3 linear infinite;
  animation: 1.5s to-big3 linear infinite;
}
.about-page .certification-environment .certification-environment-title {
  color: var(--color);
  font-weight: bold;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  letter-spacing: 4px;
}
.about-page .certification-environment .certification ul {
  margin-left: -8%;
  margin-right: -8%;
}
.about-page .certification-environment .certification ul .slick-list {
  padding-left: 30px;
  padding-right: 30px;
}
.about-page .certification-environment .certification ul li {
  margin-top: 30px;
  margin-bottom: 38px;
}
.about-page .certification-environment .certification ul li .slide-box {
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 38px 6px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 38px 6px rgba(0, 0, 0, 0);
  position: relative;
  max-width: 343px;
  margin-left: auto;
  margin-right: auto;
}
.about-page .certification-environment .certification ul li .slide-box .img {
  text-align: center;
}
.about-page .certification-environment .certification ul li .slide-box .title{
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-page .certification-environment .certification ul li .slide-box .img img {
  margin: 0 auto;
}
.about-page .certification-environment .certification ul li .slide-box .line {
  display: block;
  width: 64px;
  height: 1px;
  background-color: var(--color);
  margin-left: auto;
  margin-right: auto;
}
.about-page .certification-environment .certification ul li .slide-box:hover {
  -webkit-box-shadow: 0px 0px 38px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 38px 6px rgba(0, 0, 0, 0.08);
  z-index: 3;
}
.about-page .certification-environment .honor {
  background-color: rgba(188, 188, 188, 0.07);
}
.about-page .certification-environment .honor .content {
  max-width: 1375px;
  margin-left: auto;
  margin-right: auto;
}
.about-page .certification-environment .honor .content ul {
  margin-left: -24px;
  margin-right: -24px;
}
.about-page .certification-environment .honor .content ul li {
  padding-left: 24px;
  padding-right: 24px;
}
.about-page .certification-environment .honor .content ul li a {
  display: block;
}
.about-page .certification-environment .honor .content ul li a img {
  margin: 0 auto;
}
.quality-control-page .quality-control-wrap1 {
  position: relative;
  z-index: 1;
}
.quality-control-page .quality-control-wrap1::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  height: 57.2%;
  background-color: var(--color);
}
.quality-control-page .quality-control-wrap1 .quality-control-wrap1-slick {
  margin-left: -10px;
  margin-right: var(--color);
}
.quality-control-page .quality-control-wrap1 .quality-control-wrap1-slick .img {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}
.quality-control-page .quality-control-wrap1 .quality-control-wrap1-slick .title {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.quality-control-page .quality-control-wrap2 .left .public-title i {
  color: var(--color);
}
.quality-control-page .quality-control-wrap2 .left .public-title::after {
  background-color: #000000;
  width: 152px;
}
.quality-control-page .quality-control-wrap2 .left .intro {
  max-width: 604px;
  color: #6b6b6b;
  line-height: 1.35;
}
.quality-control-page .quality-control-wrap2 .left .quality-control-wrap2-items {
  width: 595px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.quality-control-page .quality-control-wrap2 .left .quality-control-wrap2-items li {
  width: 48%;
  border-radius: 5px;
  border: solid 1px #afafaf;
  height: 88px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 10px;
}
.quality-control-page .quality-control-wrap2 .left .quality-control-wrap2-items li .order {
  width: 30px;
  height: 30px;
  background-color: #f8f9f9;
  border-radius: 50%;
  color: #b5b5b5;
  line-height: 30px;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.quality-control-page .quality-control-wrap2 .left .quality-control-wrap2-items li .title {
  color: #b5b5b5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.quality-control-page .quality-control-wrap2 .left .quality-control-wrap2-items li:hover,
.quality-control-page .quality-control-wrap2 .left .quality-control-wrap2-items li.active {
  background-color: var(--color);
  border-color: var(--color);
}
.quality-control-page .quality-control-wrap2 .left .quality-control-wrap2-items li:hover .order,
.quality-control-page .quality-control-wrap2 .left .quality-control-wrap2-items li.active .order {
  background-color: #fff;
  color: #000;
}
.quality-control-page .quality-control-wrap2 .left .quality-control-wrap2-items li:hover .title,
.quality-control-page .quality-control-wrap2 .left .quality-control-wrap2-items li.active .title {
  color: #000000;
}
.quality-control-page .quality-control-wrap2 .right {
  margin-left: 32px;
  margin-right: 43px;
  width: 49.74212%;
}
.quality-control-page .quality-control-wrap2 .right .big-circle-box {
  padding-top: 100%;
  position: relative;
  z-index: 1;
}
.quality-control-page .quality-control-wrap2 .right .big-circle-box::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url(../images/big-circle-bg.png) no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}
.quality-control-page .quality-control-wrap2 .right .big-circle-box .order-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.quality-control-page .quality-control-wrap2 .right .big-circle-box .order-list li.circle-box {
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 50%;
}
.quality-control-page .quality-control-wrap2 .right .big-circle-box .order-list li.circle-box:nth-child(1) {
  left: 15%;
  top: 14%;
}
.quality-control-page .quality-control-wrap2 .right .big-circle-box .order-list li.circle-box:nth-child(2) {
  left: 0;
  top: 50%;
}
.quality-control-page .quality-control-wrap2 .right .big-circle-box .order-list li.circle-box:nth-child(3) {
  left: 17%;
  top: 87%;
}
.quality-control-page .quality-control-wrap2 .right .big-circle-box .order-list li.circle-box:nth-child(4) {
  right: 17%;
  top: 87%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.quality-control-page .quality-control-wrap2 .right .big-circle-box .order-list li.circle-box:nth-child(5) {
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.quality-control-page .quality-control-wrap2 .right .big-circle-box .order-list li.circle-box:nth-child(6) {
  right: 15%;
  top: 14%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.quality-control-page .quality-control-wrap2 .right .big-circle-box .order-list li.circle-box .circle-box-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  font-weight: bold;
  border: solid 4px #000000;
}
.quality-control-page .quality-control-wrap2 .right .big-circle-box .order-list li.circle-box:before,
.quality-control-page .quality-control-wrap2 .right .big-circle-box .order-list li.circle-box:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
}
.quality-control-page .quality-control-wrap2 .right .big-circle-box .order-list li.circle-box:before {
  background-color: var(--color);
  opacity: 0;
}
.quality-control-page .quality-control-wrap2 .right .big-circle-box .order-list li.circle-box:after {
  background-color: var(--color);
  opacity: 0;
}
.quality-control-page .quality-control-wrap2 .right .big-circle-box .order-list li.circle-box.active .circle-box-inner {
  border-color: var(--color);
  background-color: var(--color);
}
.quality-control-page .quality-control-wrap2 .right .big-circle-box .order-list li.circle-box.active:before {
  opacity: 0.6;
  -webkit-animation: 1.5s to-big2 linear infinite;
  -moz-animation: 1.5s to-big2 linear infinite;
  animation: 1.5s to-big2 linear infinite;
}
.quality-control-page .quality-control-wrap2 .right .big-circle-box .order-list li.circle-box.active:after {
  opacity: 0.3;
  -webkit-animation: 1.5s to-big3 linear infinite;
  -moz-animation: 1.5s to-big3 linear infinite;
  animation: 1.5s to-big3 linear infinite;
}
.quality-control-page .quality-control-wrap2 .right .big-circle-box .imgs-list {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
  height: 75%;
  border-radius: 50%;
  overflow: hidden;
}
.quality-control-page .quality-control-wrap2 .right .big-circle-box .imgs-list li {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.quality-control-page .quality-control-wrap2 .right .big-circle-box .imgs-list li.active {
  opacity: 1;
}
.quality-control-page .quality-control-wrap3 {
  background-color: #f5f5f5;
}
.quality-control-page .quality-control-wrap3 .content1 {
  position: relative;
}
.quality-control-page .quality-control-wrap3 .content1 .prev,
.quality-control-page .quality-control-wrap3 .content1 .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quality-control-page .quality-control-wrap3 .content1 .prev i,
.quality-control-page .quality-control-wrap3 .content1 .next i {
  font-size: 30px;
}
.quality-control-page .quality-control-wrap3 .content1 .prev:hover,
.quality-control-page .quality-control-wrap3 .content1 .next:hover {
  background-color: var(--color);
}
.quality-control-page .quality-control-wrap3 .content1 .prev {
  left: 23%;
}
.quality-control-page .quality-control-wrap3 .content1 .next {
  right: 23%;
}
.quality-control-page .quality-control-wrap3 .quality-control-wrap3-big-slick {
  margin-left: -9%;
  margin-right: -9%;
}
.quality-control-page .quality-control-wrap3 .quality-control-wrap3-big-slick li .img {
  margin-left: 8px;
  margin-right: 8px;
}
.quality-control-page .quality-control-wrap3 .content2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.quality-control-page .quality-control-wrap3 .content2 .quality-control-wrap3-small-slick .slick-current li .box {
  opacity: 1;
}
.quality-control-page .quality-control-wrap3 .content2 .quality-control-wrap3-small-slick .slick-current li .box:after {
  opacity: 1;
}
.quality-control-page .quality-control-wrap3 .content2 .quality-control-wrap3-small-slick li .box {
  width: 80px;
  height: 80px;
  margin-left: 3px;
  margin-right: 3px;
  opacity: 0.5;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.quality-control-page .quality-control-wrap3 .content2 .quality-control-wrap3-small-slick li .box:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.quality-control-page .quality-control-wrap3 .content2 .quality-control-wrap3-small-slick li .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.quality-control-page .quality-control-wrap3 .content2 .intro {
  line-height: 22px;
  color: #545454;
}
.quality-control-page .quality-control-wrap3 .content2 .public-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  line-height: 50px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-page .content {
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
}
.contact-page .content .left {
  width: 63.5%;
}
.contact-page .content .left .form-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.contact-page .content .left .form-list li {
  margin-bottom: 12px;
}
.contact-page .content .left .form-list li .title {
  font-weight: bold;
  margin-bottom: 7px;
}
.contact-page .content .left .form-list li input {
  color: #000;
  line-height: 45px;
}
.contact-page .content .left .form-list li input,
.contact-page .content .left .form-list li textarea {
  width: 100%;
  border-radius: 5px;
  border: solid 1px #cfcfcf;
  background: none;
  padding-left: 13px;
  display: block;
}
.contact-page .content .left .form-list li input::-webkit-input-placeholder, .contact-page .content .left .form-list li textarea::-webkit-input-placeholder {
  opacity: 0.6;
}
.contact-page .content .left .form-list li input:-moz-placeholder, .contact-page .content .left .form-list li textarea:-moz-placeholder {
  opacity: 0.6;
}
.contact-page .content .left .form-list li input::-moz-placeholder, .contact-page .content .left .form-list li textarea::-moz-placeholder {
  opacity: 0.6;
}
.contact-page .content .left .form-list li input:-ms-input-placeholder, .contact-page .content .left .form-list li textarea:-ms-input-placeholder {
  opacity: 0.6;
}
.contact-page .content .left .form-list li input::placeholder,
.contact-page .content .left .form-list li textarea::placeholder {
  opacity: 0.6;
}
.contact-page .content .left .form-list li textarea {
  height: 178px;
  padding-top: 8px;
}
.contact-page .content .left .form-list li .radio-btns {
  height: 46px;
}
.contact-page .content .left .form-list li .radio-btns .radio-box {
  width: 18px;
  height: 18px;
  border: solid 1px #c1c1c1;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .content .left .form-list li .radio-btns .radio-box span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #febd17;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.contact-page .content .left .form-list li .radio-btns .radio-box input[type="radio"] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
.contact-page .content .left .form-list li .radio-btns .radio-box input[type="radio"]:checked + span {
  opacity: 1;
}
.contact-page .content .left .form-list li .radio-btns .space {
  max-width: 53px;
  width: 2.76041667vw;
}
.contact-page .content .left .form-list li .radio-btns label {
  opacity: 0.6;
}
.contact-page .content .left .form-list li .radio-btns label img {
  margin-left: 7px;
  margin-right: 7px;
}
.contact-page .content .left .form-list li .intro {
  opacity: 0.6;
}
.contact-page .content .left .form-list li .file-box {
  border-radius: 5px;
  border: solid 1px #cfcfcf;
  padding-left: 13px;
  line-height: 44px;
  position: relative;
}
.contact-page .content .left .form-list li .file-box span {
  opacity: 0.6;
}
.contact-page .content .left .form-list li .file-box input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.contact-page .content .left .form-list li .public-btn {
  padding-left: 97px;
  padding-right: 97px;
  border-radius: 5px;
  line-height: 53px;
}
.contact-page .content .right {
  width: 30.72%;
}
.contact-page .content .right .contact-information li {
  position: relative;
  margin-bottom: 22px;
}
.contact-page .content .right .contact-information li:last-child {
  margin-bottom: 0;
}
.contact-page .content .right .contact-information li .box {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 427px;
}
.contact-page .content .right .contact-information li .box dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
}
.contact-page .content .right .contact-information li .box dd img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .content .right .contact-information li:first-child .box dl .add {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.custom-page .custom-page-banner li {
  position: relative;
}
.custom-page .custom-page-banner li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.custom-page .custom-page-banner li .content .container {
  height: 100%;
}
.custom-page .custom-page-banner li .content .text-box {
  max-width: 595px;
  background-color: rgba(255, 255, 255, 0.82);
}
.custom-page .custom-page-banner li .content .text-box h2 {
  max-width: 1362px;
  line-height: 1.3;
  color: #101010;
}
.custom-page .custom-page-banner li .content .text-box .intro {
  line-height: 1.4;
}
.custom-page .custom-page-wrap2 .custom-page-wrap2-slick {
  margin-left: -5px;
  margin-right: -5px;
}
.custom-page .custom-page-wrap2 .custom-page-wrap2-slick li a {
  margin-left: 5px;
  margin-right: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-page .custom-page-wrap2 .custom-page-wrap2-slick li .title{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-page .custom-page-solution {
  position: relative;
  z-index: 1;
}
.custom-page .custom-page-solution::after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 77.5%;
  position: absolute;
  z-index: -1;
  background-color: var(--color);
}
.custom-page .custom-page-solution .custom-page-solution-slick {
  margin-left: -16px;
  margin-right: -16px;
}
.custom-page .custom-page-solution .custom-page-solution-slick li .slide-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 9px;
  overflow: hidden;
}
.custom-page .custom-page-solution .custom-page-solution-slick li .slide-box .title{
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-page .custom-page-solution .custom-page-solution-slick li .slide-box .intro {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}
.custom-page .custom-page-wrap4 .left {
  padding-left: 7.679%;
}
.custom-page .custom-page-wrap4 .left .circle-box {
  margin-left: 258px;
  width: 598px;
  height: 599px;
  border: solid 1px #d5d5d5;
  position: relative;
  border-radius: 50%;
}
.custom-page .custom-page-wrap4 .left .circle-box::before {
  content: "";
  display: block;
  position: absolute;
  left: 19px;
  top: 19px;
  right: 19px;
  bottom: 19px;
  border-radius: 50%;
  border: 52px solid #e1a816;
}
.custom-page .custom-page-wrap4 .left .circle-box::after {
  content: "";
  display: block;
  position: absolute;
  left: 69px;
  top: 69px;
  right: 69px;
  bottom: 69px;
  border-radius: 50%;
  border: 59px solid var(--color);
}
.custom-page .custom-page-wrap4 .left .circle-box .icon-list {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.custom-page .custom-page-wrap4 .left .circle-box .icon-list li {
  position: absolute;
}
.custom-page .custom-page-wrap4 .left .circle-box .icon-list li .icon {
  width: 82px;
  height: 81px;
  background-color: #febd17;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.28);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-page .custom-page-wrap4 .left .circle-box .icon-list li .text-box {
  position: absolute;
  background: url(../images/custom-page-wrap4-icon-bg.png) no-repeat;
  background-size: 100% 100%;
}
.custom-page .custom-page-wrap4 .left .circle-box .icon-list li .text-box p {
  color: #ffffff;
  opacity: 0.88;
  height: -webkit-calc(1.25em * 3);
  height: -moz-calc(1.25em * 3);
  height: calc(1.25em * 3);
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 196px;
  line-height: 1.25;
}
.custom-page .custom-page-wrap4 .left .circle-box .icon-list li .text-box p::-webkit-scrollbar {
  display: none;
}
.custom-page .custom-page-wrap4 .left .circle-box .icon-list li:nth-child(1) {
  left: 16%;
  top: 17.2%;
}
.custom-page .custom-page-wrap4 .left .circle-box .icon-list li:nth-child(2) {
  right: 16%;
  top: 17.2%;
}
.custom-page .custom-page-wrap4 .left .circle-box .icon-list li:nth-child(3) {
  left: 16%;
  bottom: 17.2%;
}
.custom-page .custom-page-wrap4 .left .circle-box .icon-list li:nth-child(4) {
  right: 16%;
  bottom: 17.2%;
}
.custom-page .custom-page-wrap4 .left .circle-box .icon-list li:nth-child(1) .text-box,
.custom-page .custom-page-wrap4 .left .circle-box .icon-list li:nth-child(2) .text-box {
  top: -36px;
}
.custom-page .custom-page-wrap4 .left .circle-box .icon-list li:nth-child(3) .text-box,
.custom-page .custom-page-wrap4 .left .circle-box .icon-list li:nth-child(4) .text-box {
  top: 17px;
}
.custom-page .custom-page-wrap4 .left .circle-box .icon-list li:nth-child(1) .text-box,
.custom-page .custom-page-wrap4 .left .circle-box .icon-list li:nth-child(3) .text-box {
  right: 147px;
  padding-right: 56px;
}
.custom-page .custom-page-wrap4 .left .circle-box .icon-list li:nth-child(2) .text-box,
.custom-page .custom-page-wrap4 .left .circle-box .icon-list li:nth-child(4) .text-box {
  background: url(../images/custom-page-wrap4-icon-bg1.png) no-repeat;
  background-size: 100% 100%;
  left: 147px;
  padding-left: 56px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
/*.custom-page .custom-page-wrap4 .left .circle-box .icon-list li:nth-child(2) .icon:hover + .text-box,
.custom-page .custom-page-wrap4 .left .circle-box .icon-list li:nth-child(4) .icon:hover + .text-box {
  opacity: 1;
  pointer-events: inherit;
}*/
.custom-page .custom-page-wrap4 .left .circle-box .icon-list li:nth-child(2):hover .text-box,
.custom-page .custom-page-wrap4 .left .circle-box .icon-list li:nth-child(4):hover .text-box {
  opacity: 1;
  pointer-events: inherit;
}
.custom-page .custom-page-wrap4 .right p {
  max-width: 572px;
  opacity: 0.8;
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 24px;
}
.news-banner {
  position: relative;
}
.news-banner .news-banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
.news-banner .news-banner-content .news-category {
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}
.news-banner .news-banner-content .news-category li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.news-banner .news-banner-content .news-category li a:hover {
  color: var(--color);
}
.news-page .news-list ul{
  margin-right: -2%;
}
.news-page .news-list ul li {
  width: 31.33%;
  margin-right: 2%;
}
.news-page .news-list ul li .title{
      display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-page .news-list ul li .intro {
  color: #5d5d5d;
  width: 90%;
  line-height: 1.4;
    display: -webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-page .news-list ul li .date {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.product-banner {
  position: relative;
}
.product-banner .product-category-list {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.product-banner .product-category-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.08);
  border-radius: 7px 7px 0px 0px;
  min-width: 272px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product-banner .product-category-list li a img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product-banner .product-category-list li a.active,
.product-banner .product-category-list li a:hover {
  background-color: var(--color);
}
.product-banner .product-category-list li a.active img,
.product-banner .product-category-list li a:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.category-product-page {
  background-color: #f5f5f5;
}
.category-product-page .category-text {
  border-bottom: 3px solid var(--color);
}
.category-product-page .category-text .category-title {
  color: var(--color);
}
.category-product-page .category-text .category-intro {
  max-width: 998px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5555;
}
.category-product-page .category-content .left {
  width: 304px;
}
.category-product-page .category-content .left .intro {
  color: #666666;
  line-height: 1.4;
}
.category-product-page .category-content .left form {
  padding-right: 13px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
}
.category-product-page .category-content .left form input {
  background: none;
  border: none;
}
.category-product-page .category-content .left form input[type="text"] {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.category-product-page .category-content .left form input[type="text"]::-webkit-input-placeholder {
  font-style: italic;
}
.category-product-page .category-content .left form input[type="text"]:-moz-placeholder {
  font-style: italic;
}
.category-product-page .category-content .left form input[type="text"]::-moz-placeholder {
  font-style: italic;
}
.category-product-page .category-content .left form input[type="text"]:-ms-input-placeholder {
  font-style: italic;
}
.category-product-page .category-content .left form input[type="text"]::placeholder {
  font-style: italic;
}
.category-product-page .category-content .left form input[type="submit"] {
  width: 16px;
  height: 16px;
  background: url(../images/category-product-search.png) no-repeat center center;
  background-size: 100% 100%;
}
.category-product-page .category-content .left .first-category li .link-box1 {
  background-color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.category-product-page .category-content .left .first-category li .link-box1 i {
  font-size: 18px;
  line-height: 1.1;
}
.category-product-page .category-content .left .first-category li .link-box1.active,
.category-product-page .category-content .left .first-category li .link-box1:hover {
  background-color: var(--color);
  color: #ffff;
}
.category-product-page .category-content .left .first-category li .link-box1.active + .second-category {
  display: block;
}
.category-product-page .category-content .left .first-category li .second-category {
  margin-top: 8px;
  display: none;
}
.category-product-page .category-content .left .first-category li .second-category .link-box2 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid #d5d5d5;
  padding-top: 8px;
  padding-bottom: 13px;
}
.category-product-page .category-content .left .first-category li .second-category .link-box2.active,
.category-product-page .category-content .left .first-category li .second-category .link-box2:hover {
  color: var(--color);
  border-color: var(--color);
}
.category-product-page .category-content .right {
  width: -webkit-calc(100% - 304px);
  width: -moz-calc(100% - 304px);
  width: calc(100% - 304px);
}
.category-product-page .category-content .right .product-list {
  margin-top: 12px;
  margin-right:-1.5%; 
}
.category-product-page .category-content .right .product-list li {
  width: 31.8%;
  margin-right:1.5%; 
}
.category-product-page .category-content .right .product-list li a.img {
  display: block;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.category-product-page .category-content .right .product-list li a.img:hover {
  background-color: var(--color);
}
.category-product-page .category-content .right .product-list li .title {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category-product-page .category-content .right .product-list li .title:hover {
  color: var(--color);
}
.category-product-page .category-content .right .product-list li .public-btn {
  background-color: #ffffff;
  color: #505050;
  border-color: #fff;
}
.category-product-page .category-content .right .product-list li .public-btn:hover {
  background-color: var(--color);
}
.single-product .small-container {
  max-width: 1292px;
  margin: 0 auto;
}
.single-product .product-content .left {
  width: 49.5%;
}
.single-product .product-content .left .big-img-slick li a.img {
  margin-right: 1px;
  display: block;
  background-color: #ffffff;
  border: solid 1px #d5d5d5;
}
.single-product .product-content .left .small-img-slick {
  margin: 0 -14px;
}
.single-product .product-content .left .small-img-slick .slick-current li::after {
  opacity: 1;
}
.single-product .product-content .left .small-img-slick .slick-current li a {
  border: solid 3px var(--color);
}
.single-product .product-content .left .small-img-slick li {
  margin: 28px 0 0;
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
}
.single-product .product-content .left .small-img-slick li::after {
  content: "";
  display: block;
  width: 13px;
  height: 10px;
  background: url(../images/single-product-icon.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -10px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.single-product .product-content .left .small-img-slick li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
  border: solid 1px #e3e3e3;
}
.single-product .product-content .right {
  width: 50.1%;
}
.single-product .product-content .right .title {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}
.single-product .product-content .right .intro {
  max-height: 216px;
  overflow-y: auto;
}
.single-product .product-content .right .resource-download {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: solid 3px var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #131313;
}
.single-product .product-content .right .resource-download .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color);
}
.single-product .product-content .right .resource-download span {
  line-height: 56px;
}
.single-product .product-content .right .resource-download:hover {
  background-color: var(--color);
}
.single-product .product-content .right .social-account li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: #1a1a1a;
  margin-right: 9px;
  color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.single-product .product-content .right .social-account li a i {
  font-size: 27px;
}
.single-product .product-content .right .social-account li a:hover {
  color: #fff;
}
.single-product .single-product-wrap1 .title {
  background-color: #e9e9e9;
}
.single-product .single-product-wrap1 .title .title-btn {
  position: relative;
  width: 28px;
  height: 28px;
  border: solid 1px #929292;
  border-radius: 50%;
}
.single-product .single-product-wrap1 .title .title-btn::before {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #949494;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-product .single-product-wrap1 .title .title-btn::after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-color: #949494;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.single-product .single-product-wrap1 .title .title-btn.close::after {
  opacity: 1;
}
.single-product .single-product-recommend .title {
  background-color: #e9e9e9;
}
.single-product .single-product-recommend .recommend-product {
  margin-left: -10px;
  margin-right: -10px;
}
.single-product .single-product-recommend .recommend-product li .slide-box {
  margin-left: 10px;
  margin-right: 10px;
}
.single-product .single-product-recommend .recommend-product li .slide-box .img{
  background-color: #f5f5f5;
}
.single-product .single-product-recommend .recommend-product li .slide-box .product-title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-product .single-product-recommend .recommend-product li .slide-box .intro {
  color: #272727;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 98%;
}
.single-product .single-product-recommend .recommend-product li .slide-box .public-btn {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: #626262;
}
.single-product .single-product-recommend .recommend-product li .slide-box .public-btn:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: #121212;
}
#cp-Nav .nav div.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1700px) {
  .custom-page .custom-page-wrap4 .left {
    padding-left: 0;
  }
}
@media screen and (max-width: 1450px) {
  .quality-control-page .quality-control-wrap2 .left .quality-control-wrap2-items {
    width: 500px;
  }
  .custom-page .custom-page-wrap4 .left .circle-box {
    width: 400px;
    height: 400px;
  }
  .news-page .news-list ul {
    margin-left: 0;
    margin-right: 0;
  }
  .category-product-page .category-content .right {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .mbx {
    margin-top: 0px;
  }
  .about-page .about .bg {
    width: 51.927%;
  }
  .quality-control-page .quality-control-wrap2 .left {
    margin-top: 0;
  }
  .quality-control-page .quality-control-wrap2 .left .intro {
    max-width: 100%;
  }
  .quality-control-page .quality-control-wrap2 .left .quality-control-wrap2-items {
    width: 100%;
  }
  .quality-control-page .quality-control-wrap2 .right {
    width: 69%;
  }
  .custom-page .custom-page-wrap4 .right p {
    max-width: 100%;
  }
  .custom-page .custom-page-wrap4 .right {
    margin-right: 0;
  }
  .custom-page .custom-page-wrap4 .left .circle-box .icon-list li:nth-child(1) .text-box,
  .custom-page .custom-page-wrap4 .left .circle-box .icon-list li:nth-child(3) .text-box {
    right: 90px;
  }
  .custom-page .custom-page-wrap4 .left .circle-box .icon-list li:nth-child(2) .text-box,
  .custom-page .custom-page-wrap4 .left .circle-box .icon-list li:nth-child(4) .text-box {
    left: 90px;
  }
  .news-page .news-list ul li {
    width: 48%;
  }
}
@media screen and (max-width: 1000px) {
  .mbx {
    margin-top: 0px;
    display: none;
  }
  #innerMobileBanner .container .mbx{
    display: block;
  }
  .about-page .about .bg {
    display: none;
  }
  .about-page .about  a.play{
    position: unset;
  }
  .quality-control-page .quality-control-wrap3 .content1 .prev {
    left: 15px;
  }
  .quality-control-page .quality-control-wrap3 .content1 .next {
    right: 15px;
  }
  .quality-control-page .quality-control-wrap3 .content1 .prev,
  .quality-control-page .quality-control-wrap3 .content1 .next {
    zoom: 0.5;
  }
  .custom-page .custom-page-banner li .content .text-box {
    margin-right: 0;
  }
  .custom-page .custom-page-wrap4 .left .circle-box {
    margin-left: 0;
  }
  .custom-page .custom-page-wrap4 .left .circle-box {
    border: none;
    width: auto;
    height: auto;
  }
  .custom-page .custom-page-wrap4 .left .circle-box::before,
  .custom-page .custom-page-wrap4 .left .circle-box::after {
    display: none;
  }
  .custom-page .custom-page-wrap4 .left .circle-box .icon-list {
    position: unset;
  }
  .custom-page .custom-page-wrap4 .left .circle-box .icon-list li {
    position: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    padding-bottom: 5px;
  }
  .custom-page .custom-page-wrap4 .left .circle-box .icon-list li .icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    zoom: 0.7;
  }
  .custom-page .custom-page-wrap4 .left .circle-box .icon-list li .text-box {
    opacity: 1 !important;
    position: unset;
    background: none !important;
    padding-left: 15px;
  }
  .custom-page .custom-page-wrap4 .left .circle-box .icon-list li .text-box p {
    color: var(--color);
    height: auto;
  }
  .custom-page .custom-page-wrap4 .left .circle-box .icon-list li:nth-child(1) .text-box,
  .custom-page .custom-page-wrap4 .left .circle-box .icon-list li:nth-child(3) .text-box {
    padding-right: 0;
  }
  .custom-page .custom-page-wrap4 .left .circle-box .icon-list li:nth-child(2) .text-box,
  .custom-page .custom-page-wrap4 .left .circle-box .icon-list li:nth-child(4) .text-box {
    padding-left: 15px;
  }
  .product-banner .product-category-list li a {
    min-width: unset;
  }
  .category-product-page .category-content .left .first-category {
    display: none;
  }
  .category-product-page .category-content .right {
    margin-top: 20px;
  }
  .single-product .product-content .left {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about ul.number-Plus {
    max-width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about-page .about ul.number-Plus li:nth-child(odd) {
    margin-right: 98px;
  }
  .about-page .about ul.number-Plus li .top em {
    font-size: 30px;
  }
  .about-page .sustainability .content a.play {
    zoom: 0.5;
  }
  .quality-control-page .quality-control-wrap3 .quality-control-wrap3-big-slick {
    margin-left: 0;
    margin-right: 0;
  }
  .quality-control-page .quality-control-wrap2 .left .quality-control-wrap2-items li {
    height: 44px;
  }
  .quality-control-page .quality-control-wrap2 .right .big-circle-box .order-list li.circle-box {
    width: 40px;
    height: 40px;
  }
  .quality-control-page .quality-control-wrap3 .content2 .public-btn {
    line-height: 40px;
  }
  .quality-control-page .quality-control-wrap2 .left .quality-control-wrap2-items li {
    width: 100%;
  }
  .quality-control-page .quality-control-wrap2 .right {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
  .contact-page .content .left .form-list li {
    width: 100%;
  }
  .contact-page .content .left .form-list li input {
    line-height: 38px;
  }
  .contact-page .content .left .form-list li .file-box {
    line-height: 38px;
  }
  .contact-page .content .left .form-list li textarea {
    height: 100px;
  }
  .contact-page .content .left .form-list li .public-btn {
    line-height: 36px;
  }
  .contact-page .content .left .form-list li .radio-btns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-page .custom-page-banner li .content .text-box {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .custom-page .custom-page-banner li .content .text-box .intro {
    max-height: 60px;
    overflow-y: auto;
  }
  .news-banner .news-banner-content .news-category {
    margin-left: 0;
    margin-right: 0;
  }
  .news-page .news-list ul li {
    width: 100%;
  }
  .product-banner .product-category-list li a img {
    width: 25px;
  }
  .category-product-page .category-content .right .product-list li {
    width: 48%;
  }
  .single-product .product-content .right .resource-download span {
    line-height: 36px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about ul.number-Plus li:nth-child(odd) {
    margin-right: 10px;
  }
  .quality-control-page .quality-control-wrap3 .content1 .prev,
  .quality-control-page .quality-control-wrap3 .content1 .next {
    display: none;
  }
  .category-product-page .category-content .right .product-list li {
    width: 100%;
  }
}

.newdet-page .info {
  margin-top: 112px;
}
.newdet-page .info h1 {
}
.newdet-page .info .time_c {
  margin-top: 50px;
  text-align: center;
}
.newdet-page .info .time_c .list {
  display: inline-block;
  margin: 0 15px;
}
.newdet-page .info .time_c .list img {
  vertical-align: middle;
  width: 27px;
}
.newdet-page .info .time_c .list span {
  vertical-align: middle;
  margin-left: 11px;
  position: relative;
  top: 1px;
}
.newdet-page .info .con {
  margin-top: 55px;
}
.newdet-page .info .con img {
  margin-bottom: 30px;
}
.newdet-page .info .m-link {
  margin-top: 87px;
}
@media screen and (max-width: 1000px) {
  .newdet-page .info {
    margin-top: 40px;
  }
  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .info {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .info .time_c .list {
    margin: 0 5px;
  }
  .newdet-page .info .time_c .list span {
    margin-left: 5px;
  }
  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 20px;
  }
}
.product2-page #index-body .i-product.cat_pro .ui.container {
  max-width: 1530px;
}
.product2-page #index-body .i-product h1 {
  text-transform: unset;
}
.product2-page #index-body .i-product h1:before {
  margin-top: 14px;
}
.product2-page #index-body .i-product .Auxil-catdes {
  font-size: 20px;
  padding-left: 30px;
}
.product2-page #index-body .i-product {
  background: transparent;
}

.product2-page #index-body .i-product ul li .box .content {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.product2-page #index-body .i-product ul li .box .content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 0;
  background: var(--color);
  z-index: -1;
}
.prodet-page #index-body .i-product .i-title em {
  color: var(--color);
}
#index-body .i-product {
  /* background: url(../images/product-bg.jpg) no-repeat; */
  padding-top: 88px;
  padding-bottom: 100px;
  position: relative;
}
#index-body .i-product .ui.container {
  z-index: 3;
}
#index-body .i-product .i-title {
  text-align: center;
  margin-bottom: 60px;
}
#index-body .i-product .i-title em {
  color: var(--color);
}
#index-body .i-product .txt {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin: 26px auto 83px;
}
#index-body .i-product ul {
  margin: -20px;
}
#index-body .i-product ul li {
  padding: 15px 10px;
}
#index-body .i-product ul li .box {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#index-body .i-product ul li .box .img-box img {
  width: auto;
  margin: auto;
}
#index-body .i-product ul li .box .content {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 15px 20px 20px;
}

#index-body .i-product ul li .box .content .title {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#index-body .i-product ul li .box .content .mores {
  color: var(--color);
}

#index-body .i-product ul li .box:hover .content {
  background: var(--color);

  color: white;
}

#index-body .i-product ul li .box:hover .content .mores {
  color: white;
}

#index-body .i-product .btn {
  margin-top: 80px;

  display: flex;

  justify-content: center;
}

#index-body .i-product .img1 {
  position: absolute;

  left: 0;

  top: 40%;

  width: 164px;

  height: 231px;

  /* background: url(../images/product-icon1.png) no-repeat; */
}

#index-body .i-product .img2 {
  position: absolute;

  left: 3%;

  top: 48%;

  width: 184px;

  height: 189px;

  /* background: url(../images/product-left-img.png) no-repeat; */
}

#index-body .i-product .img3 {
  position: absolute;

  right: 2%;

  top: 49%;

  width: 231px;

  height: 224px;

  /* background: url(../images/product-icon2.png) no-repeat; */
}

#index-body .i-product .img4 {
  position: absolute;

  left: 0%;

  bottom: -12%;

  width: 208px;

  height: 303px;

  /* background: url(../images/about-icon1.png) no-repeat; */
}

#index-body .i-product .img5 {
  position: absolute;

  right: 2%;

  bottom: -13%;

  width: 347px;

  height: 339px;

  /* background: url(../images/about-icon2.png) no-repeat; */
}
@media screen and (max-width: 1200px) {
  #index-body .i-product ul li .box .content {
    padding: 15px 20px 25px;
  }
  #index-body .i-product ul li .box {
    border-radius: 25px;
  }
  #index-body .i-product ul li .box .content .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .i-product .img3,
  #index-body .i-product .img5 {
    background-size: 60%;
    background-position: right;
  }
#index-body .i-product .img4 {
    background-size: 60%;
    background-position: left;
  }
}
@media screen and (max-width: 700px) {
  #index-body .i-product {
    padding-top: 45px;
  }
  #index-body .i-product .txt {
    margin: 15px 0 25px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .i-product .txt {
    font-size: 16px;
  }
  #index-body .i-product {
    background-size: auto 38%;
  }
  #index-body .i-product ul li .box {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  }
  #index-body .i-product ul li .box .content .title {
    font-size: 15px;
    min-height: 90px;
    line-height: 30px;
  }
  #index-body .i-product .img5,
  #index-body .i-product .img1,
  #index-body .i-product .img2 {
    opacity: 0;
  }
  #index-body .i-product ul {
    margin: -5px;
  }
  #index-body .i-product ul li {
    padding: 5px;
  }
}
@media screen and (max-width: 1200px) {
  #index-body .i-product ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .product2-page #index-body .i-product .Auxil-catdes {
    padding-left: 0;
  }
  .product2-page #index-body .i-product ul li .box .content .title {
    min-height: 90px;
  }
  .product2-page #index-body .i-product ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .product2-page #index-body .i-product ul li {
    width: 50%;
  }
}
.gallery-page .content .box {
  text-align: center;
  padding-bottom: 90px;
}
.gallery-page .content .box h2 {
  color: #182333;
  font-size: 35px;
  margin-top: 10px;
  line-height: 1.3;
}
.gallery-page .content .box p {
  /*max-width: 690px;*/
  text-align: center;
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
  /*margin-bottom: 50px;*/
}
.gallery-page .content .box div {
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
}
.gallery-page .content .box ul {
  margin: 0 -15px;
  text-align: left;
}
.gallery-page .content .box ul li {
  padding: 15px;
}
.gallery-page .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  padding: 5px;
  border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 5px;
}
.gallery-page .content .box ul li .imgbox .text h5 {
  display: block;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 15px 0 0;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.35);
  background: white;
  padding: 30px 10px;
}
.gallery-page .content .box ul li .imgbox .text .con {
  margin-top: 20px;
  min-height: 90px;
  overflow: auto;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
  background: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
  margin-bottom: 20px;
  font-size: 45px;
  color: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
  cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--color);
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
  background: var(--color);
  color: #fff;
}
.gallery-page .content .box ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
  top: 0;
}
.gallery-page .content .box:nth-child(even) {
  background: #f8f8f8;
  padding: 90px 0;
}
@media screen and (max-width: 1440px) {
  .gallery-page .content .box ul li {
    width: 25%;
  }
}
@media (max-width: 1250px) {
  .gallery-page {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1100px) {
  .gallery-page .content .box ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 992px) {
  .gallery-page .content .box ul li {
    width: 50%;
  }
  .gallery-page .content .box{
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .content .box p {
    font-size: 14px;
  }
  .gallery-page .content .box ul {
    margin: -3px;
  }
  .gallery-page .content .box ul li {
    /*width: 100%;*/
    padding: 3px;
  }
  .gallery-page .content .box ul li .imgbox .text h5 {
    font-size: 16px;
    padding: 8px 10px;
  }
  .gallery-page .content .box div {
    margin-top: 0;
  }
  .gallery-page {
    padding-top: 30px;
  }
  /* .product2-page #index-body .i-product ul li .box .content .title{
    min-height: 90px;
  } */
}




.faq-page .img2 {
    position: absolute;
    right: 0px;
    top: 0;
    width: 228px;
    height: 234px;
    background: url(../images/about-page-1.png) no-repeat;
}
.faq-page .img1 {
    position: absolute;
    left: 0;
    top: 23%;
    width: 163px;
    height: 203px;
    background: url(../images/about-page-2.png) no-repeat;
}
.faq-page .img3 {
    position: absolute;
    right: 3px;
    top: 50%;
    width: 191px;
    height: 218px;
    background: url(../images/about-page-3.png) no-repeat;
}
.faq-page .box {
  padding: 1.472% 0 7.069%;
  position: relative;
  z-index: 1;
}
.faq-page .box span.bj {
  color: var(--color);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 300;
  text-transform: uppercase;
}
.faq-page .box .title {
  width: 32%;
  margin-top: 3px;
}
.faq-page .box .content {
  margin-top: 46px;
}
.faq-page .box .content ul {
  margin-bottom: -24px;
}
.faq-page .box .content ul li {
  padding-bottom: 24px;
}
.faq-page .box .content ul li em{
  color: var(--color);
}
.faq-page .box .content ul li .ig {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
    border-radius: 50px;
    padding: 24px 41px 28px 50px;
    position: relative;
}
.faq-page .box .content ul li .ig .tit {
  font-size: 20px;
  line-height: 1.5;
  padding-right: 50px;
}
.faq-page .box .content ul li .ig .tit i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: var(--color);
  cursor: pointer;
  position: absolute;
  display: block;
  right: 41px;
  top: 22px;
}
.faq-page .box .content ul li .ig .tit i::after,
.faq-page .box .content ul li .ig .tit i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-page .box .content ul li .ig .tit i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .box .content ul li .ig .con {
  font-size: 18px;
  line-height: 1.7;
  margin: 17px 0 32px;
  max-width: 1103px;
  display: none;
}
.faq-page .box .content ul li .ig.active .tit i {
  background: #ffde00;
}
.faq-page .box .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .box::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1680px) {
  .faq-page .box .title {
    width: 36%;
  }
}
@media screen and (max-width: 1440px) {
  .faq-page .box .title {
    width: 41%;
  }
}
@media screen and (max-width: 1280px) {
  .faq-page .box .title {
    width: 46%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .faq-page .box .title {
    width: 51%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
   
  .faq-page .box::after {
    display: none;
  }
  .faq-page .box .title {
    width: 61%;
  }
  .faq-page .box .content ul li .ig {
    padding: 24px 20px 28px 30px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 20px;
  }
}
@media screen and (max-width: 700px) {
   
  .faq-page .box .title {
    width: 70%;
  }
  .faq-page .box .content ul li .ig {
    padding: 20px 10px 20px 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 20px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 10px;
    top: 20px;
    width: 36px;
    height: 36px; 
  }
  .faq-page{
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .box span.bj {
    font-size: 16px;
  }
  
  .faq-page .box .title {
    width: 85%;
  }
  .faq-page .box .content {
    margin-top: 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 18px;
    padding-right: 40px;
  }
  .faq-page .box .content ul li .ig .tit i {
    width: 30px;
    height: 30px;
  }
  .faq-page .box .content ul li .ig .con {
    font-size: 18px;
    line-height: 2;
    margin: 10px 0;
  }
}
.m-link {
  margin-top: 30px;
}
.m-link a {
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.6;
  display: inline-block;
}
.m-link a em {
  color: var(--color);
}
.m-link a:first-child {
  margin-top: 0;
}
@media screen and (max-width: 700px) {
  .m-link a {
    margin-top: 10px;
  }
}

#index-body .about .text-box .intro h1 {
  display: inline;
}
.seoPublic .Auxil-about .box .right .text a {
  color: inherit;
}
.newdet-page .info .con h2 {
    font-size: 22px;
    color: #febd17;
    padding-bottom: 10px;
}
.newdet-page .info .con h3 {
    font-size: 20px;
    padding-bottom: 10px;
}