@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* 栅格 */
.grid-box {
    font-size: 0;
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
}
.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%;
    }
}
.font-w-300 {
  font-weight: 300;
}
.font-w-500 {
  font-weight: 500;
}
.font-w-600 {
  font-weight: 600;
}
.line-h-1d2 {
  line-height: 1.2;
}
.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: 'Poppins';
  max-width: 1920px;
  --color: #e40011;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1580px;
}
.public-title {
  color: var(--color);
}
@-webkit-keyframes category-product-transform {
  0% {
    top: -30%;
  }
  100% {
    top: 110%;
  }
}
@-moz-keyframes category-product-transform {
  0% {
    top: -30%;
  }
  100% {
    top: 110%;
  }
}
@keyframes category-product-transform {
  0% {
    top: -30%;
  }
  100% {
    top: 110%;
  }
}
.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;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--color);
  position: relative;
  z-index: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 32px;
  padding-right: 36px;
}
.public-btn::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #000;
  z-index: -1;
}
.public-btn:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#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: #000000;
}
#header .h-top {
  color: #fff;
  height: 30px;
}
#header .h-top .contact-slick li .slide-box {
  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;
  height: 30px;
  background-color: var(--color);
  position: relative;
}
#header .h-top .contact-slick li .slide-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#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;
  height: 97px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
  margin-bottom: 15px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
}
#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 {
  margin-right: 0.8em;
  margin-left: 0.8em;
  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: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 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 .h-items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .h-items .h-inquiry {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
  border: 2px solid var(--color);
  color: #fff;
}
#header .nav .ui.menu .h-items .h-inquiry:hover {
  background-color: transparent;
  color: var(--color);
}
#header .nav .ui.menu .h-items .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-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 .h-items .h-language > img {
  max-width: 37px;
}
#header .nav .ui.menu .h-items .h-language span {
  color: #fff;
  text-transform: capitalize;
}
#header .nav .ui.menu .h-items .h-language i {
  color: #fff;
  font-size: 14px;
}
#header .nav .ui.menu .h-items .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-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 .h-items .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#header .nav .ui.menu .h-items .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-items .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-items .h-language ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .h-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 {
  opacity: 0.55;
}
#banner .slick-arrow:hover {
  opacity: 1;
}
#banner ul.slick-dots {
  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;
}
#banner ul.slick-dots li {
  opacity: 0.55;
  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-right: 15px;
  margin-left: 15px;
}
#banner ul.slick-dots li::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#banner ul.slick-dots li button {
  background: none;
  border: none;
  margin-right: 15px;
}
#banner ul.slick-dots li.slick-active {
  opacity: 1;
}
#banner ul.slick-dots li.slick-active::after {
  width: 5.6875em;
}
#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 {
  background-position: center bottom;
  background-size: 100% auto;
  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 .text-box {
  padding-top: 24.5%;
  height: 100%;
  color: #fff;
}
#banner .banner-slick li .content .text-box h2 {
  max-width: 640px;
  line-height: 1.15;
}
#banner .banner-slick li .content .text-box .banner-btn {
  background-color: #000;
}
#banner .banner-slick li .content .text-box .banner-btn::after {
  background-color: var(--color);
}
#banner .custom-dots-box {
  width: 100%;
  left: 0;
  bottom: 0;
  color: #ffffff;
}
#banner .custom-dots-box .banner-play {
  height: auto;
}
#banner .custom-dots-box .banner-play i {
  display: none;
}
#banner .custom-dots-box .banner-play.active i {
  display: block;
}
#banner .custom-dots-box .banner-play.active img {
  display: none;
}
#index-body {
  color: #fff;
  background-color: #000000;
}
#index-body .category .category-slick li {
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.39);
}
#index-body .category .category-slick li::after {
  content: '';
  display: block;
  width: 7px;
  height: 73px;
  background-color: var(--color);
  position: absolute;
  right: -4px;
  top: -30%;
  -webkit-animation: category-product-transform 6s linear infinite;
  -moz-animation: category-product-transform 6s linear infinite;
  animation: category-product-transform 6s linear infinite;
}
#index-body .category .category-slick li .slide-box {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(228, 0, 17, 0.53);
  opacity: 0;
  z-index: 3;
}
#index-body .category .category-slick li .slide-box .img {
  z-index: 1;
}
#index-body .category .category-slick li .slide-box .img .bg {
  width: 100%;
  top: -1em;
  left: 0;
  z-index: -1;
}
#index-body .category .category-slick li .slide-box .img .img-box > img {
  width: auto;
  margin: 0 auto;
}
#index-body .category .category-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  min-height: calc(1.5em * 2);
}
#index-body .category .category-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .category .category-slick li .slide-box1 {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .category .category-slick li .slide-box1 .public-btn {
  border: 1px solid #fff;
  background: transparent;
}
#index-body .category .category-slick li:hover .slide-box {
  opacity: 1;
}
#index-body .category .category-slick li:hover .slide-box1 {
  opacity: 0;
}
#index-body .category .category-slick .slick-current + div li::after {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
#index-body .category .category-slick .slick-current + div + div li::after {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
#index-body .category .category-slick .slick-current + div + div + div li {
  border: none;
}
#index-body .category .category-slick .slick-current + div + div + div li::after {
  display: none;
}
#index-body .product .product-content{
  z-index: 1;
}
#index-body .product .product-content .prev,
#index-body .product .product-content .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  color: var(--color);
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
#index-body .product .product-content .prev:hover,
#index-body .product .product-content .next:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .product .product-content .perv {
  left: 0;
}
#index-body .product .product-content .next {
  right: 0;
}
#index-body .product .product-slick .slick-dots {
  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;
}
#index-body .product .product-slick .slick-dots li {
  margin: 0 5px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.27;
  padding: 0;
  width: 10px;
  height: 10px;
}
#index-body .product .product-slick .slick-dots li.slick-active {
  opacity: 1;
}
#index-body .product .product-slick .slick-dots li button {
  display: none;
}
#index-body .product .product-slick li .slide-box {
  background-color: #000000;
  border-radius: 12px;
  border: solid 1px #e9e9e9;
  overflow: hidden;
}
#index-body .product .product-slick li .slide-box .img-box {
  background-color: #ffffff;
}
#index-body .product .product-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product .product-slick li .slide-box .bottom {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product .product-slick li .slide-box:hover .bottom {
  background-color: var(--color);
}
#index-body .product .product-slick li .slide-box:hover .public-btn::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#index-body .application .application-slick li .slide-box {
  z-index: 1;
}
#index-body .application .application-slick li .slide-box .bg {
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .application .application-slick li .slide-box .bg::after {
  content: '';
  display: block;
  width: 100%;
  height: 45%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#index-body .application .application-slick li .slide-box .content {
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .application .application-slick li .slide-box .content .icon img {
  margin: 0 auto;
}
#index-body .application .application-slick li .slide-box .content .icon .des{
  color: #fff;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  /*white-space: nowrap;*/
  max-width: 188px;
  width: 100%;
}
#index-body .application .application-slick li .slide-box .content .title {
  margin-bottom: 24px;
}
#index-body .application .application-slick li .slide-box:hover .bg {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#index-body .application .application-slick li .slide-box:hover .content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .application .application-slick li .slide-box .public-btn::after{
  background-color: #fff;
}
#index-body .application .application-slick li .slide-box .public-btn:hover{
  color: #000;
}
#index-body .about {
  position: relative;
  z-index: 2;
}
#index-body .about h1.Auxil-h1 {
  display: inline;
}
#index-body .about .left {
  width: 76.645%;
}
#index-body .about .right {
  width: 23.355%;
}
#index-body .about .number-Plus li {
  background-color: #1a1a1a;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .about .number-Plus li:hover {
  background-color: var(--color);
}
#index-body .about .number-Plus li .data-right .top em {
  line-height: 1;
}
#index-body .advantage {
  z-index: 1;
}
#index-body .advantage .bg1 {
  left: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  width: 19.114%;
}
#index-body .advantage .bg1 img {
  -webkit-transform: translateY(35%);
  -moz-transform: translateY(35%);
  -ms-transform: translateY(35%);
  transform: translateY(35%);
}
#index-body .advantage .bg2 {
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  width: 24.427%;
}
#index-body .advantage .bg2 img {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}
#index-body .advantage .advantage-slick li .slide-box {
  border: solid 1px #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .advantage-slick li .slide-box .title-box {
  line-height: 1.4;
  min-height: -webkit-calc(1.4em * 2);
  min-height: -moz-calc(1.4em * 2);
  min-height: calc(1.4em * 2);
}
#index-body .advantage .advantage-slick li .slide-box .icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 67px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .advantage-slick li .slide-box .intro {
  height: -webkit-calc(1.5em * 4);
  height: -moz-calc(1.5em * 4);
  height: calc(1.5em * 4);
  overflow-y: auto;
}
#index-body .advantage .advantage-slick li .slide-box:hover {
  background-color: var(--color);
}
#index-body .advantage .advantage-slick li .slide-box:hover .icon {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .advantage .advantage-slick li .slide-box:hover .public-btn::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#index-body .news {
  background-color: #151515;
}
#index-body .news .news-slick li .slide-box {
  background-color: #000000;
  -webkit-box-shadow: 0px 6px 1px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 6px 1px 0px rgba(0, 0, 0, 0.38);
  border-left: 1px solid var(--color);
}
#index-body .news .news-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
}
#index-body .news .news-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .index-contact form {
  background-color: #333333;
}
#index-body .index-contact form li:nth-child(1) {
  width: 22.944%;
}
#index-body .index-contact form li:nth-child(2) {
  width: 22.944%;
}
#index-body .index-contact form li:nth-child(3) {
  width: 38.631%;
}
#index-body .index-contact form li:nth-child(4) {
  width: 14.72%;
}
#index-body .index-contact form li input {
  background: none;
  border: none;
  height: 64px;
  background-color: #ffffff;
  color: #000;
}
#index-body .index-contact form li input::-webkit-input-placeholder {
  color: rgba(115, 119, 120, 0.54);
}
#index-body .index-contact form li input:-moz-placeholder {
  color: rgba(115, 119, 120, 0.54);
}
#index-body .index-contact form li input::-moz-placeholder {
  color: rgba(115, 119, 120, 0.54);
}
#index-body .index-contact form li input:-ms-input-placeholder {
  color: rgba(115, 119, 120, 0.54);
}
#index-body .index-contact form li input::placeholder {
  color: rgba(115, 119, 120, 0.54);
}
#index-body .index-contact form li input[type='submit'] {
  background-color: var(--color);
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .index-contact form li input[type='submit']:hover {
  background-color: #000;
}
#footer {
  color: #ffffff;
}
#footer .f-content .social-account li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content .social-account li a:hover {
  color: var(--color);
}
#footer .f-content dl dt {
  border-bottom: 1px solid #fff;
  position: relative;
  min-width: 161px;
}
#footer .f-content dl dt::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20px;
  height: 5px;
  background-color: var(--color);
}
#footer .f-content dl dd {
  margin-bottom: 14px;
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content dl dd a:hover {
  color: var(--color);
}
#footer .f-content dl.f-contact .f-contact-list li .icon {
  width: 18px;
  height: 20px;
  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;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer .f-content dl.f-contact .f-contact-list li span {
  max-width: 300px;
  line-height: 2.25;
}
#footer .f-content dl.f-qr dd #ewm {
  max-width: 138px;
  border: 3px solid #fff;
}
#footer .f-social-box .social-account li a {
  width: 32px;
  height: 32px;
  border: solid 1px #aeaeae;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-social-box .social-account li a:hover {
  background-color: #fff;
  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 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy .copy .company-link:hover {
  color: var(--color);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 27px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  fill: #ffffff;
}
#footer .f-copy svg text {
  fill: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy svg:hover {
  fill: var(--color);
}
#footer .f-copy svg:hover text {
  fill: var(--color);
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 20px;
  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: 52px;
  height: 52px;
  background-color: var(--color);
  border-radius: 10px;
  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.r-phone p {
  background-color: var(--color);
  right: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.fixed-toolbar ul > li:hover p {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul > li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul > li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul > li:hover {
  background: var(--color);
}
.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);
}
.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.back {
  display: none;
}
/*ui.container不用设置了*/
@media screen and (max-width: 1450px) {
  .public-title {
    font-size: 45px;
  }
}
@media screen and (max-width: 1250px) {
  .public-title {
    font-size: 35px;
  }
  #banner {
    margin-top: 60px;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-bottom: 25px;
  }
  #banner .banner-slick li .content .text-box {
    padding-top: 15%;
  }
  #footer .f-space {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .flex-wap .flex-left-box {
    margin-bottom: 25px;
  }
  .flex-wrap-1000 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1000 .flex-left-box {
    margin-bottom: 25px;
  }
  .display-none-1000 {
    display: none;
  }
  .public-title {
    font-size: 30px;
  }
  #index-body .application .application-slick li .slide-box .content .icon {
    width: 31%;
    margin-left: auto;
    margin-right: auto;
  }
  #index-body .application .application-slick li .slide-box .content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #index-body .about .number-Plus {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    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;
  }
  #index-body .about .number-Plus li {
    width: 49%;
  }
  #index-body .index-contact form ul.form-list li {
    width: 100%;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 26px;
  }
  .mobile-display-none {
    display: none;
  }
  .flex-wrap-700 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .public-btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /*#banner .banner-slick li {
    height: 300px;
  }
  #banner .banner-slick li > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right center;
    object-position: right center;
  }*/
  #banner .banner-slick li .content .text-box {
    padding-top: 11%;
  }
  #banner .banner-slick li .content .text-box p{
    font-size: 12px;
  }
  #index-body .about .intro {
    line-height: 2;
  }
  #index-body .about .number-Plus li {
    width: 100%;
  }
  #index-body .about .number-Plus li .top em {
    font-size: 30px;
  }
  #index-body .index-contact form li input {
    height: 40px;
  }
  #footer .f-content dl.f-contact .f-contact-list li span {
    max-width: unset;
  }
  #footer .f-copy .copy {
    display: block;
  }
  .fixed-toolbar {
    right: 5px;
  }
  .fixed-toolbar ul li {
    zoom: 0.8;
  }
  .fixed-toolbar ul li.code {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 22px;
  }
  #index-body .about .number-Plus li {
    width: 100%;
  }
}
/*
#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>*!
}*/
@media screen and (max-width: 700px) {
  .font-21,
  .font-22 {
    font-size: 16px;
  }
  .font-22,
  .font-23,
  .font-24,
  .font-25 {
    font-size: 18px;
  }
  .font-26,
  .font-27,
  .font-28,
  .font-29 {
    font-size: 20px;
  }
  .font-30,
  .font-31,
  .font-32,
  .font-33,
  .font-34,
  .font-35,
  .font-36 {
    font-size: 20px;
  }
  .seoPublic .Auxil-industry {
    display: none !important;
  }
  .Auxil-crumbs {
    line-height: 28px;
  }
}
#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;
}
/*内页*/
table{
  border: none;
}
table td, table th{
  padding-top: 14px;
  padding-bottom: 14px;
}
table tr:nth-child(even){
  background: none;
}
#cp-Nav .nav div.title{
  margin-bottom: 0;
}
.seoPublic > div:nth-child(odd){
  background: #000;
}
.text-trans-c{
  text-transform: capitalize;
}
.main-color{
  color: var(--color);
}
/*.seoPublic > div {
  padding: 80px 0;
}*/
.seoPublic .h3 {
  margin-bottom: 60px;
}
.seoPublic .Auxil-about .ui.container {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 3;
}
.seoPublic .Auxil-about .ui.container:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -80px;
  width: 80%;
  background: #000;
  z-index: -1;
}
.seoPublic .Auxil-about .ui.container .right {
  padding: 0 5%;
}
.seoPublic .Auxil-about .ui.container .right .h3 {
  margin-bottom: 75px;
}
.seoPublic .Auxil-about .ui.container .right .text {
  color: rgba(255, 255, 255, 0.5);
}
.seoPublic .Auxil-about .ui.container .right .text em {
  color: var(--color);
}
.seoPublic .Auxil-honor ul {
  margin: 0 -18px;
}
.seoPublic .Auxil-honor ul li {
  padding: 0 18px;
}
.seoPublic .Auxil-news ul {
  margin: 0 -15px;
}
.seoPublic .Auxil-news ul li {
  padding: 0 15px;
}
.seoPublic .Auxil-news ul li .item a.imgs {
  width: 100%;
  height: 400px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.seoPublic .Auxil-news ul li .item .text {
  padding: 40px 20px;
  background: #000;
  text-align: left;
}
.seoPublic .Auxil-news ul li .item .text span.time {
  color: rgba(255, 255, 255, 0.3);
}
.seoPublic .Auxil-news ul li .item .text .h5 {
  color: #fff;
  margin: 15px 0;
  min-height: 6em;
}
.seoPublic .Auxil-news ul li .item .text .h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
.seoPublic .Auxil-news ul li .item .text .h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.seoPublic .Auxil-news ul li .item .news-content{
  line-height: 1.875;
}
.seoPublic .Auxil-news ul li .item .text a.more2 {
  color: var(--color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 14px;
  line-height: 28px;
}
.seoPublic .Auxil-news ul li .item .text a.more2:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .seoPublic .Auxil-about .ui.container .left {
    width: 100%;
  }

  .seoPublic .Auxil-about .ui.container .right {
    width: 100%;
    padding: 20px 0;
  }
  .seoPublic .Auxil-about .ui.container .right .h3 {
    margin-bottom: 25px;
  }
}

.seoPublic .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2em;
}

.seoPublic > div {
  padding: 60px 0;
}
@media screen and (max-width: 700px) {
  .seoPublic > div{
    padding: 30px 0;
  }
  .seoPublic .h3{
    margin-bottom: 40px;
  }
}
/*.seoPublic > div:nth-child(odd) {
        background: #fafafa;
    }*/

.seoPublic .Auxil-about .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.seoPublic .Auxil-about .box .left {
  width: 40%;
}

.seoPublic .Auxil-about .box .left .img {
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: block;
}

.seoPublic .Auxil-about .box .right {
  width: 60%;
  padding-left: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.seoPublic .Auxil-about .box .right div.h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  max-height: 400px;
  overflow: auto;
}

.seoPublic .Auxil-honor .list ul {
  margin: -10px;
}

.seoPublic .Auxil-honor .list ul li {
  padding: 10px;
}

.seoPublic .Auxil-honor .list ul li a {
  display: block;
}

.seoPublic .Auxil-honor .list ul li a img {
  width: 100%;
}

.seoPublic .Auxil-news .list ul {
  margin: -13px;
}

.seoPublic .Auxil-news .list ul li {
  padding: 13px;
}

.seoPublic .Auxil-news .list ul li a.img-box {
  display: block;
  height: 240px;
  background-size: cover;
  background-position: center center;
}

.seoPublic .Auxil-news .list ul li .content {
  margin-top: 30px;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
  font-size: 22px;
  line-height: 1.4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
  color: var(--color);
}

.seoPublic .Auxil-news .list ul li .content time {
  font-size: 14px;
  margin-top: 0.5em;
  display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
  display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
  border-color: var(--color);
  color: var(--color);
}

.seoPublic .Auxil-form .form ul {
  margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
  padding: 10px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  font-size: 16px;
  padding: 8px 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.seoPublic .Auxil-form .form ul li textarea {
  height: 100px;
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
  border-color: var(--color);
}

.seoPublic .Auxil-form .form ul li.wid-100 {
  width: 100%;
}

.seoPublic .Auxil-form .form ul li input[type='submit'] {
  width: auto;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  background: var(--color);
  color: whitesmoke;
  border: none;
}

.seoPublic .Auxil-form .form ul li input[type='submit']:hover {
  background: #222;
}

.seoPublic .seoIndustry .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.seoPublic .text a:hover {
  text-decoration: underline;
}

.seoPublic .Auxil-through {
  padding: 15px 0;
  background: none !important;
}

.seoPublic .Auxil-through a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  font-size: 14px;
  color: black;
  border: 1px solid #eee;
  background: #f8f8f8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.seoPublic .Auxil-through a:hover {
  background: var(--color);
  color: white;
}

.seoPublic .Auxil-related .list ul {
  margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
  padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
  display: block;
  background: white;
  -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
  display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
  display: block;
  padding: 20px;
  text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
  font-size: 22px;
  color: #111;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
  color: var(--color);
}

.seoPublic .Auxil-related .list ul li .box .content p {
  display: block;
  font-size: 16px;
  color: #888;
  line-height: 1.6;
  font-weight: 400;
  margin: 0.5em 0;
  height: 4.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.seoPublic .Auxil-related .list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid var(--color);
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: var(--color);
}
.seoPublic .Auxil-related .list ul li .box .content a.more i {
  margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
  color: white;
  background: var(--color);
}

@media screen and (max-width: 1400px) {
  .seoPublic .title {
    font-size: 28px;
    margin-bottom: 1.5em;
  }

  .seoPublic .Auxil-about .box .right div.title,
  .seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 20px;
  }

  .seoPublic .Auxil-form .form ul li input,
  .seoPublic .Auxil-form .form ul li textarea,
  .seoPublic .Auxil-about .box .right .text,
  .seoPublic .Auxil-news .list ul li .content p,
  .seoPublic .seoIndustry .text,
  .seoPublic .Auxil-related .list ul li .box .content p {
    font-size: 14px;
  }

  .seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 18px;
  }

  .seoPublic .Auxil-related .list ul li .box .content a.more {
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
  }
  .seoPublic .Auxil-related .list ul li {
    padding: 15px;
  }

  .seoPublic .Auxil-related .list ul {
    margin: -15px;
  }
}
@media screen and (max-width: 1000px) {
  .seoPublic .title {
    font-size: 24px;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 700px) {
  .seoPublic .Auxil-news ul li .item .text{
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.inner-page{
  background-color: #000;
  color: #fff;
}
.inner-banner {
  background-color: #000;
}
.inner-banner .public-title {
  color: var(--color);
}
.inner-banner .mbx {
  color: #ffffff;
}
.inner-banner .mbx span{
  color: var(--color);
}
.about-page1 .about-factory {
  background-color: #151515;
}

.Auxil-catdes {
  max-height: calc(1.5em * 10);
  overflow-y: scroll;
}
.product-yd-page .product-yd .ui.container ul.catelist li {
  margin-bottom: 120px;
  position: relative;
  z-index: 3;
}
.product-yd-page .product-yd .ui.container ul.catelist li:nth-child(2n):before {
  content: '';
  position: absolute;
  width: calc(100% + 210px);
  height: 100%;
  background: #000;
  z-index: -1;
  right: 0;
  top: 80px;
}
.product-yd-page .product-yd .ui.container ul.catelist li .cateitem {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-yd-page .product-yd .ui.container ul.catelist li .cateitem .imgbox {
  height: 640px;
  position: relative;
  width: 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;
  z-index: 3;
}
.product-yd-page .product-yd .ui.container ul.catelist li .cateitem .imgbox:before {
  content: '';
  position: absolute;
  width: 50%;
  left: 40%;
  height: 100%;
  z-index: -1;
}
.product-yd-page .product-yd .ui.container ul.catelist li .cateitem .text {
  width: 50%;
  padding-right: 50px;
}
.product-yd-page .product-yd .ui.container ul.catelist li .cateitem .text .texts {
  margin-top: 53px;
  margin-bottom: 80px;
  padding-left: 120px;
  position: relative;
  max-height: 200px;
  overflow-y: auto;
}
.product-yd-page .product-yd .ui.container ul.catelist li .cateitem .text .texts:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 1px;
  left: 0;
  top: 20px;
  background: var(--color);
}
@media screen and (max-width: 1000px) {
  .product-yd-page .product-yd .ui.container ul.catelist li .cateitem .imgbox {
    width: 100%;
    padding: 40px 0;
    height: auto;
    margin-bottom: 20px;
  }

  .product-yd-page .product-yd .ui.container ul.catelist li:nth-child(2n) .cateitem {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .product-yd-page .product-yd .ui.container ul.catelist li .cateitem .text {
    width: 100%;
    padding-right: 0px;
  }
}
.sidebox {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sidebox .sideleft {
  width: 30%;
  position: sticky;
  top: 120px;
}
.sidebox .sideleft .box {
  padding: 30px 25px;
  margin-bottom: 40px;
}
.sidebox .sideleft .searchbox form {
  position: relative;
  width: 100%;
}
.sidebox .sideleft .searchbox form input[type='text'] {
  width: 100%;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 18px;
  border: none;
  background: transparent;
}
.sidebox .sideleft .searchbox form input[type='submit'] {
  width: 25px;
  height: 25px;
  border: none;
  background: url(../images/inner-search-icon.png) center center no-repeat;
  background-size: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebox .sideleft .cate h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color);
  margin-bottom: 20px;
  color: #fff;
}
.sidebox .sideleft .cate ul.catelist li {
  font-size: 22px;
  line-height: 40px;
  margin-bottom: 10px;
}
.sidebox .sideleft .cate ul.catelist li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.sidebox .sideleft .cate ul.catelist li a i {
  width: 6px;
  height: 6px;
  background: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin-right: 20px;
}
.sidebox .sideleft .cate ul.catelist li.active a,
.sidebox .sideleft .cate ul.catelist li:hover a {
  color: var(--color);
}
.sidebox .sideleft .cate ul.catelist li.active a i,
.sidebox .sideleft .cate ul.catelist li:hover a i {
  background: var(--color);
}
.sidebox .sideleft .cate ul.catelist li ul.childen {
  display: none;
}
.sidebox .sideleft .cate ul.catelist li ul.childen li a {
  padding-left: 10px;
}
.sidebox .sideleft .formbox .h3 {
  margin-bottom: 20px;
}
.sidebox .sideleft .formbox form {
  position: relative;
}
.sidebox .sideleft .formbox form input[type='text'] {
  height: 60px;
  line-height: 60px;
  width: 100%;
  color: #fff;
  background: #292929;
  padding: 15px;
  font-size: 18px;
  border: none;
  margin-bottom: 10px;
}
.sidebox .sideleft .formbox form input[type='text']::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form input[type='text']:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form input[type='text']::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form input[type='text']:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form input[type='text']::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form textarea {
  width: 100%;
  height: 155px;
  line-height: 2;
  color: #fff;
  background: #292929;
  padding: 15px;
  font-size: 18px;
  border: none;
}
.sidebox .sideleft .formbox form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.sidebox .sideleft .formbox form input[type='submit'] {
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(/adhelmets/2026/06/04/inner-submit.png) center center no-repeat;
  background-size: 24px;
  bottom: 10px;
  right: 10px;
  border: none;
}
.sidebox .sideright {
  width: 67%;
}
.sidebox .box {
  width: 100%;
  border: 1px solid var(--color);
}
.product-page .sideright .box {
  padding: 40px 50px;
  margin-bottom: 40px;
}
.product-page .sideright .box h1 {
  color: #fff;
  margin-bottom: 35px;
}
.product-page .sideright .box .content {
  max-height: 150px;
  overflow-y: auto;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1000px) {
  .sidebox .sideleft {
    display: none;
  }
  .sidebox .sideright {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .product-page .sideright .box {
    padding: 20px !important;
  }
  .product-page .sideright .box h1 {
    margin-bottom: 0px !important;
  }
}
.product-page ul.productlist {
  margin: 0 -15px;
}
.product-page ul.productlist li {
  padding: 15px;
  margin-bottom: 40px;
}
.product-page ul.productlist li .item:hover .img-box a.hoverbox {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
}
.product-page ul.productlist li .item .img-box {
  position: relative;
}
.product-page ul.productlist li .item .img-box a.hoverbox {
  position: absolute;
  width: 100%;
  height: 100%;
  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;
  left: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-page ul.productlist li .item .img-box a.hoverbox img {
  width: auto;
}
.product-page ul.productlist li .item .pname {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-page ul.productlist li .item .pname:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.prodet-page .prodet-1 .ui.container {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.prodet-page .prodet-1 .ui.container .left {
  width: 40%;
}
.prodet-page .prodet-1 .ui.container .left img {
  width: 100%;
}
.prodet-page .prodet-1 .ui.container .right {
  width: 55%;
  padding: 45px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: url(../images/inner-about-2.png) right center no-repeat;
  height: 593px;
}
.prodet-page .prodet-1 .ui.container .right h1 {
  color: #fff;
}
.prodet-page .prodet-1 .ui.container .right .content {
  margin-top: 35px;
  padding: 60px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.prodet-page .prodet-1 .ui.container .right .content p {
  opacity: 0.5;
}
.prodet-page .prodet-2 {
  padding: 60px 0;
}
.prodet-page .prodet-2 .ui.container .m-link,
.m-link {
  width: 100%;
  height: auto;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 80px;
}
.prodet-page .prodet-2 .ui.container .m-link a,
.m-link a {
  /*color: #fff;*/
  font-size: 16px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-page .prodet-2 .ui.container .m-link a:hover,
.m-link a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.prodet-page .prodet-3 .ui.container .main {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.prodet-page .prodet-3 .ui.container .main .left {
  width: 270px;
}
.prodet-page .prodet-3 .ui.container .main .left ul li {
  color: #6e6e6e;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  padding-left: 35px;
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.prodet-page .prodet-3 .ui.container .main .left ul li.active {
  color: var(--color);
}
.prodet-page .prodet-3 .ui.container .main .right {
  width: -webkit-calc(100% - 270px);
  width: -moz-calc(100% - 270px);
  width: calc(100% - 270px);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  /*height: 755px;*/
  min-height: 400px;
}
.prodet-page .prodet-3 .ui.container .main .right ul li .content {
  font-size: 18px;
  max-height: 700px;
  overflow-y: auto;
  color: #fff;
  line-height: 2;
  padding: 50px;
}
.prodet-page .formboxs {
  padding: 50px;
}
.prodet-page .formboxs form .h4 {
  color: #fff;
  margin-bottom: 50px;
}
.prodet-page .formboxs form ul.formlist {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -45px;
}
.prodet-page .formboxs form ul.formlist li {
  padding: 0 45px;
  display: block;
  margin-bottom: 40px;
}
.prodet-page .formboxs form ul.formlist li p {
  color: #fff;
  margin-bottom: 15px;
}
.prodet-page .formboxs form ul.formlist li input[type='text'] {
  width: 100%;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.prodet-page .formboxs form ul.formlist li input[type='submit'] {
  font-size: 22px;
  color: #fff;
  background: var(--color);
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 25px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border: none;
}
.prodet-page .formboxs form ul.formlist li input[type='submit']:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #fff;
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .ui.container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .prodet-page .prodet-3 .ui.container .main .left {
    width: 170px;
  }
  .prodet-page .prodet-3 .ui.container .main .right {
    width: -webkit-calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    width: calc(100% - 170px);
  }
  .prodet-page .prodet-1 .ui.container .left {
    position: relative;
  }
  .prodet-page .prodet-1 .ui.container .left .play {
    position: absolute;
    font-size: 32px;
    color: #000;
    bottom: 20px;
    left: 20px;
    z-index: 9;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .ui.container .m-link a {
    font-size: 14px;
    line-height: 28px;
  }
  .prodet-page .prodet-2 .ui.container .m-link {
    padding: 20px;
    height: auto;
  }
  .prodet-page .prodet-1 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-1 .ui.container .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .ui.container .right {
    width: 100%;
    margin-top: 20px;
    height: auto;
  }
  .prodet-page .prodet-3 .ui.container .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-3 .ui.container .main .left {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .prodet-page .prodet-3 .ui.container .main .left ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .prodet-page .prodet-3 .ui.container .main .left ul li {
    height: 60px;
    font-size: 18px;
    line-height: 32px;
    border-bottom: none;
    padding: 0 20px;
    border-right: none;
  }
  .prodet-page .prodet-3 .ui.container .main .left ul li:last-child {
    border-right: none;
  }
  .prodet-page .prodet-3 .ui.container .main .left ul{
    flex-wrap: wrap;
  }
  .prodet-page .prodet-3 .ui.container .main .right {
    width: 100%;
  }
  .prodet-page .formboxs form ul.formlist li {
    width: 100%;
  }
  .prodet-page .formboxs form ul.formlist li input[type='text'] {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-2 .ui.container .m-link, .m-link{
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .prodet-page .prodet-2 .ui.container .m-link a,
  .m-link a {
    font-size: 18px;
    line-height: 32px;
  }
}
.gxs-4 {
  /*padding-top: 60px;*/
  padding-bottom: 150px;
}
.gxs-4 .ui.container {
  text-align: center;
}
.gxs-4 .ui.container .h3 {
  /*color: #fff;*/
  margin-bottom: 20px;
}
.gxs-4 .ui.container .main ul.productlist {
  margin: 0 -13px;
}
.gxs-4 .ui.container .main ul.productlist li {
  padding: 0 13px;
}
.gxs-4 .ui.container .main ul.productlist li .item:hover .top .imgbox a.hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
}
.gxs-4 .ui.container .main ul.productlist li .item .top {
  height: 403px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-4 .ui.container .main ul.productlist li .item .top .imgbox {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.gxs-4 .ui.container .main ul.productlist li .item .top .imgbox a.hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: rgba(0, 0, 0, 0.5);
  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;
  top: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
}
.gxs-4 .ui.container .main ul.productlist li .item .top .bottom {
  height: 50px;
  line-height: 50px;
  color: #fff;
  border-bottom: 2px solid var(--color);
  width: 100%;
  display: none;
}
.gxs-4 .ui.container .main ul.productlist li .item .h4 {
  color: #fff;
  margin-top: 30px;
  min-height: 5.6em;
}
.gxs-4 .ui.container .main ul.productlist li .item .h4 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-4 .ui.container .main ul.productlist li .item .h4 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
@media screen and (max-width: 1200px) {
  .gxs-4 .ui.container .main ul.productlist li .item .top {
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .gxs-4 .ui.container .main ul.productlist li .item .h4 {
    min-height: 0;
  }
  .gxs-4 {
    padding-bottom: 50px;
  }
}
.gxs-8 {
  padding-bottom: 100px;
  padding-top: 50px;
}
.gxs-8 .ui.container {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: center;
}
.gxs-8 .ui.container .h3 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
}
.kongxin {
  line-height: 0.75;
  letter-spacing: 0px;
  -webkit-text-stroke-color: var(--color);
  opacity: 1;
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
}
.gxs-8 .ui.container form {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 75px;
  position: relative;
  width: 52%;
  border-bottom: 1px solid #fff;
}
.gxs-8 .ui.container form input[type='text'] {
  width: 50%;
  font-size: 18px;
  color: #fff;
  background: transparent;
  border: none;
  height: 60px;
  line-height: 60px;
}
.gxs-8 .ui.container form input[type='text']::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.gxs-8 .ui.container form input[type='text']:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.gxs-8 .ui.container form input[type='text']::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.gxs-8 .ui.container form input[type='text']:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.gxs-8 .ui.container form input[type='text']::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.gxs-8 .ui.container form input[type='submit'] {
  width: 60px;
  height: 60px;
  display: block;
  background: url(../images/submit-icon.png) center center no-repeat;
  position: relative;
  border: none;
  background-size: 100%;
  position: absolute;
  bottom: 10px;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .gxs-8 .ui.container .h3 {
    width: 100%;
  }
  .gxs-8 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gxs-8 .ui.container form {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .gxs-8 {
    padding-bottom: 50px;
    padding-top: 40px;
  }
  .gxs-8 .ui.container form{
    flex-wrap: wrap;
  }
  .gxs-8 .ui.container form input[type='text']{
    width: 100%;
  }
}
.m-page > div {
  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 > div span,
.m-page > div a {
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  display: inline-block;
  margin: 0 10px;
  border: 1px solid var(--color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 20px;
}
.m-page > div span{
  color: #fff;
}
.m-page > div span:hover,
.m-page > div a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
  color: #000;
}
.m-page > div span {
  background: var(--color);
}

.inner-page.service-page{
  background: none;
  color: #000;
}
.service-page .service-1 .top {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.service-page .service-1 .top .h3 em {
  color: var(--color);
  display: block;
}
.service-page .service-1 .top .navbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.service-page .service-1 .top .navbox .btn {
  width: 40px;
  height: 40px;
  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;
  position: relative;
  cursor: pointer;
}
.service-page .service-1 .top .navbox .btn:hover:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
}
.service-page .service-1 .top .navbox .btn:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.service-page .service-1 .top .navbox .btn:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  border: 1px solid var(--color);
  content: '';
  background: transparent;
  width: 100%;
  height: 100%;
}
.service-page .service-1 .top .navbox .btn img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.service-page .service-1 .top .navbox .btn.slick-prev {
  margin-right: 30px;
}
.service-page .service-1 .top .navbox .btn.slick-prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.service-page .service-1 ul.serlist {
  margin-top: 90px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}
.service-page .service-1 ul.serlist li {
  padding: 0 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
.service-page .service-1 ul.serlist li .text {
  margin-top: 180px;
}
.service-page .service-1 ul.serlist li .text .h4 {
  /*color: #fff;*/
  margin-bottom: 25px;
}
.service-page .service-2 .ui.container {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .service-2 .ui.container .left {
  width: 50%;
}
.service-page .service-2 .ui.container .right {
  width: 50%;
}
.service-page .service-2 .ui.container .right .h3 em {
  color: var(--color);
  display: block;
}
.service-page .service-2 .ui.container .right p {
  /*max-width: 390px;*/
  margin-top: 40px;
  margin-bottom: 60px;
}
.service-page .service-3 .ui.container {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .service-3 .ui.container .h3 {
  width: 100%;
  margin-bottom: 40px;
}
.service-page .service-3 .ui.container .h3 em {
  color: var(--color);
}
.service-page .service-3 .ui.container .left {
  width: 265px;
  margin-bottom: 65px;
}
.service-page .service-3 .ui.container .right {
  width: -webkit-calc(100% - 320px);
  width: -moz-calc(100% - 320px);
  width: calc(100% - 320px);
}
.service-page .service-3 .ui.container .right ul {
  width: 100%;
}
.service-page .service-3 .ui.container .right ul li {
  padding: 30px 0;
  margin-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.service-page .service-3 .ui.container .right ul li .h4 {
  color: var(--color);
  margin-bottom: 20px;
  text-transform: capitalize;
}
.service-page .service-4 {
  padding-bottom: 70px;
  position: relative;
}
.service-page .service-4:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1570px;
  background: url(../images/inner-about-22.png) right center no-repeat;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.service-page .service-4 .ui.container .h3 {
  display: inline-;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}
.service-page .service-4 .ui.container .h3 a {
  height: 94px;
  line-height: 94px;
  padding: 0 40px;
  border-radius: 47px;
  background: var(--color);
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.service-page .service-4 .ui.container .h3 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #fff;
}
.service-page .service-4 .ui.container .h3 a img {
  width: 22px;
  height: 26px;
  margin-right: 15px;
}
@media screen and (max-width: 1000px) {
  .service-page .service-3 .ui.container .left {
    display: none;
  }
  .service-page .service-3 .ui.container .right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-4 .ui.container .h3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    text-align: center;
  }
  .service-page .service-4 .ui.container .h3 img {
    display: block;
    margin: 0 auto;
  }
  .service-page .service-4 .ui.container .h3 a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .service-page .service-4 .ui.container .h3 a {
    font-size: 16px;
  }
  .service-page .service-2 .ui.container .left {
    width: 100%;
  }
  .service-page .service-2 .ui.container .right {
    width: 100%;
  }
  .service-page .service-1 ul.serlist li .text {
    margin-top: 40px;
  }
  .service-page .service-3 .ui.container .right ul li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

a.more1 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0 40px;
  position: relative;
  height: 50px;
  line-height: 50px;
  padding-left: 18px;
  color: var(--color);
  -webkit-transition: 0.3s 0.6s color;
  -moz-transition: 0.3s 0.6s color;
  transition: 0.3s 0.6s color;
  z-index: 3;
}
a.more1:before {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  border: 1px solid var(--color);
  -webkit-transition:
    background 0.3s 0.3s,
    width 0.3s,
    -webkit-transform 0.3s 0.6s;
  transition:
    background 0.3s 0.3s,
    width 0.3s,
    -webkit-transform 0.3s 0.6s;
  -moz-transition:
    transform 0.3s 0.6s,
    background 0.3s 0.3s,
    width 0.3s,
    -moz-transform 0.3s 0.6s;
  transition:
    transform 0.3s 0.6s,
    background 0.3s 0.3s,
    width 0.3s;
  transition:
    transform 0.3s 0.6s,
    background 0.3s 0.3s,
    width 0.3s,
    -webkit-transform 0.3s 0.6s,
    -moz-transform 0.3s 0.6s;
  z-index: -1;
}
a.more1 img {
  margin-right: 41px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 18px;
}
a.more1:hover {
  color: #fff;
  -webkit-transition: 0.3s 0.6s color;
  -moz-transition: 0.3s 0.6s color;
  transition: 0.3s 0.6s color;
}
a.more1:hover:before {
  -webkit-transition:
    background 0.3s 0.3s,
    width 0.3s 0.6s,
    -webkit-transform 0.3s;
  transition:
    background 0.3s 0.3s,
    width 0.3s 0.6s,
    -webkit-transform 0.3s;
  -moz-transition:
    transform 0.3s,
    background 0.3s 0.3s,
    width 0.3s 0.6s,
    -moz-transform 0.3s;
  transition:
    transform 0.3s,
    background 0.3s 0.3s,
    width 0.3s 0.6s;
  transition:
    transform 0.3s,
    background 0.3s 0.3s,
    width 0.3s 0.6s,
    -webkit-transform 0.3s,
    -moz-transform 0.3s;
  background: var(--color);
  width: 100%;
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotate(360deg);
  transform: rotateZ(360deg);
}
a.more1:hover img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-filter: brightness(100) grayscale(1);
  filter: brightness(100) grayscale(1);
}
@media screen and (max-width: 700px) {
  a.more1{
    line-height: 1.5;
    font-size: 16px;
  }
}
.about-page .init-1 {
  padding: 109px 0 100px;
  /*background: url(../images/contact_1.jpg);
  background-color: #2d2d2c;*/
}

.about-page .init-1 .container .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-page .init-1 .container .list .left {
  width: 50%;
}
/*.about-page .init-1 .container .list .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}*/
.about-page .init-1 .container .list .right {
  padding: 30px;
  width: 50%;
  color: #fff;
}

.about-page .init-1 .container .list .right .title {
  font-size: 42px;
  position: relative;
}

.about-page .init-1 .container .list .right .title .cont {
  position: relative;
  z-index: 2;
}

.about-page .init-1 .container .list .right .title span {
  color: var(--color);
}

.about-page .init-1 .container .list .right .title .sub_text {
  color: rgba(155, 155, 155, 0.04);
  font-size: 150px;
   
  line-height: 1;
  position: absolute;
  top: -45px;
  left: 0;
}

.about-page .init-1 .container .list .right .des {
  /*font-size: 18px;*/
  color: #e1e1e1;
  line-height: 1.875;
}

.about-page .init-1 .container .list .right .des p {
  margin-top: 18px;
}

.about-page .init-1 .container .list:nth-child(2n) .right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.about-page .init-2 {
  padding: 130px 0;
  background-image: url(../images/about_4.jpg);
}

.about-page .init-2 .container {
  color: #fff;
}

.about-page .init-2 .container .tip_title {
  font-size: 52px;
   
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

.about-page .init-2 .container .tip_title span {
  color: var(--color);
}

.about-page .init-2 .container .tip_title .cont {
  position: relative;
  z-index: 2;
}

.about-page .init-2 .container .tip_title .sub_text {
  font-size: 164px;
   
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -80px;
  left: 0;
  color: rgba(155, 155, 155, 0.1);
}

.about-page .init-2 .container .content {
  margin-top: 110px;
  position: relative;
}

.about-page .init-2 .container .content .cont {
  height: 1000px;
  overflow-y: auto;
}

.about-page .init-2 .container .content .cont .swiper {
  height: 100%;
}

.about-page .init-2 .container .content .cont .swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.about-page .init-2 .container .content .list {
  z-index: 2;
  width: 50%;
  margin-left: auto;
  padding-left: 60px;
  padding-right: 10px;
  position: relative;
}

.about-page .init-2 .container .content .list .title {
  font-size: 42px;
  line-height: 1;
   
}

.about-page .init-2 .container .content .list .des {
  margin-top: 15px;
  line-height: 1.875;
}

.about-page .init-2 .container .content .list .sub_cir {
  width: 36px;
  height: 36px;
  background-color: rgba(233, 80, 15, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: -18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-page .init-2 .container .content .list .sub_cir div {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--color);
}

.about-page .init-2 .container .content .list:nth-child(2n) {
  margin-left: 0;
  text-align: right;
  padding-left: 0;
  padding-right: 60px;
}

.about-page .init-2 .container .content .list:nth-child(2n) .sub_cir {
  left: unset;
  right: -18px;
}

.about-page .init-2 .container .content .subline {
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-49.9%);
  -ms-transform: translateX(-49.9%);
  -moz-transform: translateX(-49.9%);
  -webkit-transform: translateX(-49.9%);
  -o-transform: translateX(-49.9%);
}

.about-page .init-3 .container {
  width: 100%;
  padding: 0;
}

.about-page .init-3 .container .tip_title {
  position: absolute;
  width: 100%;
  top: 120px;
  left: 0;
  color: #fff;
  text-align: center;
  z-index: 2;
}

.about-page .init-3 .container .tip_title .cont {
  position: relative;
  z-index: 2;
  font-size: 52px;
}

.about-page .init-3 .container .tip_title .sub_text {
  font-size: 164px;
   
  color: rgba(155, 155, 155, 0.1);
  position: absolute;
  width: 100%;
  top: -85px;
  left: 0;
  text-transform: uppercase;
}

.about-page .init-3 .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-page .init-3 .container .content .left {
  padding: 200px 0;
  padding-top: 240px;
  width: 50%;
  background-image: url(/adhelmets/2026/06/04/about5.jpg);
}

.about-page .init-3 .container .content .left .cont {
  color: #fff;
  padding: 0 130px;
}

.about-page .init-3 .container .content .left .cont > img {
  display: block;
  width: 50px;
}

.about-page .init-3 .container .content .left .cont .img_2 {
  margin-left: auto;
}

.about-page .init-3 .container .content .left .cont .swiper {
  height: 220px;
  margin: 40px 0;
}

.about-page .init-3 .container .content .left .cont .swiper .swiper-wrapper .swiper-slide {
  padding-right: 10px;
  overflow-y: auto;
  line-height: 1.875;
}

.about-page .init-3 .container .content .right {
  position: relative;
  /*background-image: url(../images/about_6.jpg);*/
  background-position: center center;
  background-size: cover;
  padding-left: 35px;
  padding-right: 135px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-page .init-3 .container .content .right .swiper {
  padding: 0 5px;
}

.about-page .init-3 .container .content .right .swiper .swiper-wrapper .swiper-slide {
  border: 1px solid #6b6b6a;
  padding: 15px;
  display: block;
}

.about-page .init-3 .container .content .right .s_page {
  position: absolute;
  bottom: 100px;
  right: 130px;
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-page .init-3 .container .content .right .s_page > div {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  font-size: 40px;
}

.about-page .init-3 .container .content .right .s_page .prev i {
  margin-left: -3px;
}

.about-page .init-3 .container .content .right .s_page .next {
  margin-left: 20px;
}

.about-page .init-3 .container .content .right .s_page .next i {
  margin-left: 2px;
}
@media (max-width: 1250px) {
  .about-page .init-3 .container .tip_title .sub_text {
    font-size: 100px;
    top: -40px;
  }
}
@media (max-width: 1000px) {
  .about-page .init-1 .container .list {
    margin-top: 40px;
  }

  .about-page .init-1 .container .list .right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }

  .about-page .init-1 .container .list .right .title .sub_text {
    display: none;
  }

  .about-page .init-1 .container .list:first-child {
    margin-top: 0;
  }

  .about-page .init-1 .container .list .left {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .about-page .init-2 .container .tip_title .sub_text {
    display: none;
  }

  .about-page .init-3 .container .content .left .cont {
    padding: 0 15px;
  }

  .about-page .init-3 .container .content .right {
    padding: 0 15px;
  }
}
@media (max-width: 700px) {
  .about-page .init-3 .container .content .left {
    width: 100%;
    padding-bottom: 50px;
  }

  .about-page .init-3 .container .content .right {
    width: 100%;
    padding: 30px 15px;
  }

  .about-page .init-3 .container .content .right .s_page {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .about-page .init-1 {
    padding: 40px 0;
  }

  .about-page .init-1 .container .list .right .title {
    font-size: 20px;
  }

  .about-page .init-1 .container .list .right .des {
    font-size: 16px;
    line-height: 2;
  }

  .about-page .init-1 .container .list .right .des p {
    margin-top: 10px;
  }

  .about-page .init-2 {
    padding: 40px 0;
  }

  .about-page .init-2 .container .tip_title {
    font-size: 20px;
  }

  .about-page .init-2 .container .content {
    margin-top: 40px;
  }

  .about-page .init-2 .container .content .list .des {
    height: 160px;
    overflow-y: auto;
  }
  .about-page .init-2 .container .content .cont {
    height: 260px;
  }

  .about-page .init-2 .container .content .list {
    width: 100%;
    margin-top: 30px;
    padding-left: 10px;
  }

  .about-page .init-2 .container .content .list .sub_cir {
    display: none;
  }

  .about-page .init-2 .container .content .list .title {
    font-size: 20px;
    text-align: center;
  }

  .about-page .init-2 .container .content .list:nth-child(2n) {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-page .init-2 .container .content .list .des {
    text-align: center;
    font-size: 16px;
    line-height: 2;
  }

  .about-page .init-2 .container .content .subline {
    display: none;
  }

  .about-page .init-3 .container .tip_title {
    top: 20px;
  }

  .about-page .init-3 .container .tip_title .sub_text {
    display: none;
  }

  .about-page .init-3 .container .tip_title .cont {
    font-size: 20px;
  }

  .about-page .init-3 .container .content .left {
    padding: 40px 0;
    padding-top: 60px;
  }

  .about-page .init-3 .container .content .left .cont > img {
    width: 20px;
  }

  .about-page .init-3 .container .content .left .cont .swiper {
    margin: 20px 0;
  }

  .about-page .init-3 .container .content .left .cont .swiper .swiper-wrapper .swiper-slide {
    font-size: 16px;
    line-height: 2;
  }

  .about-page .init-3 .container .content .right .s_page > div {
    width: 40px;
    height: 40px;
  }

  .about-page .init-3 .container .content .right .s_page > div i {
    font-size: 20px;
  }
}

.gallery-page {
  padding: 29px 0 70px;
  /*background-image: url(../images/contact_1.jpg);*/
}

.gallery-page .init-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-page .init-1 .container .left {
  width: 500px;
  position: relative;
}

.gallery-page .init-1 .container .left .cont {
  position: relative;
  z-index: 2;
  font-size: 52px;
}

.gallery-page .init-1 .container .left .cont span {
  color: var(--color);
}

.gallery-page .init-1 .container .left .sub_text {
  text-transform: uppercase;
  font-size: 164px;
  color: rgba(155, 155, 155, 0.05);
   
  position: absolute;
  top: -46px;
  left: -10px;
  line-height: 1;
}

.gallery-page .init-1 .container .right {
  position: relative;
  z-index: 2;
  width: calc(100% - 500px);
  color: #fff;
}

.gallery-page .init-2 {
  margin-top: 50px;
}

.gallery-page .init-2 .container {
  padding: 10px;
  background-color: #2d2d2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-page .init-2 .container .list {
  position: relative;
  margin: 10px 35px;
  font-size: 22px;
   
  color: #fff;
  text-transform: capitalize;
}

.gallery-page .init-2 .container .list span {
  position: relative;
  z-index: 2;
}

.gallery-page .init-2 .container .list img {
  position: absolute;
  max-width: 200%;
  width: calc(100% + 3px);
  bottom: 0;
  left: -6px;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  height: 14px;
}

.gallery-page .init-2 .container .list:hover img,
.gallery-page .init-2 .container .list.active img {
  opacity: 1;
}

.gallery-page .init-3 {
  margin-top: 60px;
}

.gallery-page .init-3 .container .grid-box {
  margin: 0 -20px;
}

.gallery-page .init-3 .container .grid-box .column {
  overflow: hidden;
  padding: 20px;
}

.gallery-page .init-3 .container .grid-box .column a {
  display: block;
}

@media (max-width: 1000px) {
  .gallery-page .init-1 .container .left {
    width: 100%;
    text-align: center;
  }

  .gallery-page .init-1 .container .left .sub_text {
    font-size: 100px;
    width: 100%;
    text-align: center;
  }

  .gallery-page .init-1 .container .right {
    width: 100%;
    text-align: center;
    line-height: 2;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .gallery-page .init-1 .container .left .sub_text {
    display: none;
  }
}
@media (max-width: 500px) {
  .gallery-page {
    padding: 40px 0;
  }

  .gallery-page .init-1 .container .left .cont {
    font-size: 20px;
  }

  .gallery-page .init-1 .container .right {
    font-size: 16px;
    margin-top: 10px;
  }

  .gallery-page .init-2 {
    padding: 0 15px;
    margin-top: 20px;
  }

  .gallery-page .init-2 .container .list {
    font-size: 16px;
    margin: 10px 15px;
  }

  .gallery-page .init-3 {
    margin-top: 40px;
  }

  .gallery-page .init-3 .container .grid-box {
    margin: 0;
  }

  .gallery-page .init-3 .container .grid-box .column {
    padding: 15px 0;
  }
}
.faq-page.inner-page{
  background: none;
}
.faq-page {
  padding: 109px 0;
  /*color: #fff;*/
}
.faq-page .product-d-page{
  background: none;
}
.faq-page  .product-d-page .product-d-faq .faq-list li{
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.faq-page  .product-d-page .product-d-faq .faq-list li.active{
      -webkit-box-shadow: 0px 1px 13px 0px rgba(23, 23, 23, 0.19);
    box-shadow: 0px 1px 13px 0px rgba(23, 23, 23, 0.19);
    border: solid 1px rgba(74, 74, 74, 0.29);
}
.faq-page .container .tip_title {
  text-align: center;
}

.faq-page .container .tip_title .cont {
  position: relative;
  z-index: 2;
  font-size: 52px;
   
}

.faq-page .container .tip_title .cont span {
  color: var(--color);
}

.faq-page .container .tip_title .sub_text {
  position: absolute;
  width: 100%;
  top: -45px;
  left: 0;
  font-size: 164px;
   
  color: rgba(155, 155, 155, 0.05);
  text-transform: uppercase;
  line-height: 1;
}

.faq-page .container .title_2 {
  text-align: center;
  margin-top: 50px;
}

.faq-page .container .content {
  margin-top: 40px;
}

.faq-page .container .content .list {
  margin-top: 15px;
  cursor: pointer;
  position: relative;
}

.faq-page .container .content .list .subline {
  position: absolute;
  z-index: 2;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.faq-page .container .content .list > div {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: #999999 solid 1px;
}

.faq-page .container .content .list > div .left {
  width: calc(100% - 80px);
  padding: 15px 50px;
}

.faq-page .container .content .list > div .left .title {
  font-size: 18px;
   
  line-height: 30px;
}

.faq-page .container .content .list > div .left .des {
  display: none;
  color: #999999;
  margin-top: 10px;
  word-break: break-word;
  line-height: 30px;
}

.faq-page .container .content .list > div .right {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #999999;
}

.faq-page .container .content .list > div .right img {
  width: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.faq-page .container .content .list.active .subline {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}

.faq-page .container .content .list.active > div .right img {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
@media (max-width: 700px) {
  .faq-page {
    padding: 40px 0;
  }

  .faq-page .container .tip_title .sub_text {
    display: none;
  }

  .faq-page .container .tip_title .cont {
    font-size: 26px;
  }

  .faq-page .container .title_2 {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .faq-page .container .content .list > div .left {
    width: calc(100% - 50px);
    padding: 15px 10px;
    font-size: 16px;
    line-height: 2;
  }

  .faq-page .container .content .list > div .left .title {
    font-size: 16px;
  }

  .faq-page .container .content .list > div .right {
    width: 50px;
  }

  .faq-page .container .content .list > div .right img {
    width: 16px;
  }
}

.side_nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
  background-color: #2d2d2c;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.side_nav .container .list {
  margin: 5px 35px;
  position: relative;
  color: #fff;
   
  font-size: 22px;
}

.side_nav .container .list span {
  position: relative;
  z-index: 2;
}

.side_nav .container .list img {
  position: absolute;
  width: 80px;
  height: 10px;
  bottom: 2px;
  left: -6px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0;
}

.side_nav .container .list:hover img,
.side_nav .container .list.active img {
  opacity: 1;
}
@media (max-width: 500px) {
  .side_nav {
    display: none;
  }
}
.inner-page.news-page {
    background: none;
    color: #000;
}
.news-page {
  padding: 55px 0 109px;
}

.news-page .content {
  margin-top: 50px;
}

.news-page .content .container {
  width: 1380px;
}

.news-page .content .container .grid-box .column {
  padding: 25px 15px;
}

.news-page .content .container .grid-box .column .box {
  padding: 20px;
  border: 1px solid #aeaeae;
}

.news-page .content .container .grid-box .column a {
  display: block;
}

.news-page .content .container .grid-box .column .img {
  height: 256px;
}

.news-page .content .container .grid-box .column .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-page .content .container .grid-box .column .cont {
  /*color: #fff;*/
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

.news-page .content .container .grid-box .column .cont .time {
  margin-top: -26px;
  background-color: var(--color);
  width: 55px;
  height: 55px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-page .content .container .grid-box .column .cont .time div .m {
  margin-top: 2px;
}

.news-page .content .container .grid-box .column .cont .title {
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  height: 55px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  line-height: 30px;
}

.news-page .content .container .grid-box .column .cont .title:hover {
  color: var(--color);
}

.news-page .content .container .grid-box .column .cont .des {
  color: #999999;
  margin-top: 10px;
  height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  line-height: 30px;
}

.news-page .content .container .grid-box .column .cont .des:hover {
  color: var(--color);
}

.news-page .content .container .grid-box .column .cont .more {
  width: auto;
  border-radius: 0;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 155px;
  margin-top: 16px;
  text-transform: uppercase;
  color: var(--color);
  font-size: 16px;
  border-left: 1px solid var(--color);
  position: relative;
}

.news-page .content .container .grid-box .column .cont .more img {
  margin-left: 8px;
  width: 22px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.news-page .content .container .grid-box .column .cont .more img,
.news-page .content .container .grid-box .column .cont .more span {
  position: relative;
  z-index: 2;
}

.news-page .content .container .grid-box .column .cont .more span {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.news-page .content .container .grid-box .column .cont .more::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.news-page .content .container .grid-box .column .cont .more:hover span {
  color: #fff;
}

.news-page .content .container .grid-box .column .cont .more:hover img {
  -webkit-filter: brightness(15);
  filter: brightness(15);
}

.news-page .content .container .grid-box .column .cont .more:hover::before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}
@media screen and (max-width: 1500px) {
  .news-page .content .container {
    width: 1200px;
  }
}
@media (max-width: 1250px) {
  .news-page .content .container {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  .news-page .content .container {
    width: 700px;
  }

  .news-page .content .container .grid-box .column .img {
    height: 150px;
  }
}
@media (max-width: 700px) {
  .news-page .content .container {
    width: 100%;
  }

  .news-page .content .container .grid-box .column {
    padding: 20px 10px;
  }

  .news-page .content .container .grid-box .column .box {
    padding: 10px;
  }

  .news-page .content .container .grid-box .column .cont {
    text-align: center;
  }

  .news-page .content .container .grid-box .column .cont .time {
    margin: auto;
    margin-top: -26px;
  }

  .news-page .content .container .grid-box .column .cont .more {
    margin: auto;
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .news-page {
    padding: 40px 0;
  }

  .news-page .content {
    margin-top: 10px;
  }

  .news-page .content .container .grid-box .column {
    padding: 10px 0;
  }
}
.inner-page.newdet-page {
    background: none;
    color: #000;
}
.newdet-page {
  padding: 109px 0;
}
.newdet-page .m-link {
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.newdet-page .product-d-page{
  background: none;  
}
.newdet-page .content {
  margin-top: 80px;
  /*color: #fff;*/
}

.newdet-page .content .container .title {
   
  font-size: 30px;
  text-align: center;
}

.newdet-page .content .container .news_date {
  text-align: center;
  margin-top: 20px;
   
  font-size: 16px;
}

.newdet-page .content .container .news_date .time {
  margin-left: 15px;
}

.newdet-page .content .container .contain {
  border-bottom: 1px dashed #999;
  border-top: 1px dashed #999;
  padding: 20px 0;
  margin-top: 40px;
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 500px) {
  .newdet-page {
    padding: 40px 0;
  }
  .newdet-page .content {
    margin-top: 0;
  }
  .newdet-page .content .container .title {
    font-size: 20px;
  }
  .newdet-page .content .container .news_date {
    font-size: 14px;
  }
  .newdet-page .content .container .news_date span {
    display: block;
    text-align: center;
  }
  .newdet-page .content .container .news_date .time {
    margin-left: 0;
    margin-top: 10px;
  }
  .newdet-page .content .container .contain {
    font-size: 16px;
    padding: 10px 0;
  }
}
.contact-page.inner-page {
    background: none;
    color: #000;
}
.contact-page .init-1 {
  padding: 109px 0;
  /*background-image: url(../images/contact_1.jpg);*/
  background-repeat: repeat;
}
.contact-page .init-1 .container {
  width: 1380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-page .init-1 .container .form_cont {
  width: 55%;
  /*background-color: #3a3a3a;*/
  padding: 30px;
  /*color: #fff;*/
}

.contact-page .init-1 .container .form_cont .tip_title {
  font-size: 52px;
   
}

.contact-page .init-1 .container .form_cont .des {
  font-size: 16px;
   
  color: #999999;
}

.contact-page .init-1 .container .form_cont .subline {
  width: 60px;
  height: 3px;
  background-color: var(--color);
  margin-top: 10px;
}

.contact-page .init-1 .container .form_cont form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-page .init-1 .container .form_cont form input {
  margin-top: 30px;
  width: calc(50% - 15px);
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 16px;
  padding: 15px;
}

.contact-page .init-1 .container .form_cont form textarea {
  margin-top: 30px;
  width: 100%;
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 16px;
  padding: 15px;
}

.contact-page .init-1 .container .form_cont form .submit_btn {
  margin-top: 35px;
  cursor: pointer;
  color: #fff;
}

.contact-page .init-1 .container .right {
  width: 45%;
  background-image: url(/adhelmets/2026/06/16/contact2.png);
  background-size: 140% auto;
  background-position: center right;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-page .init-1 .container .right > div {
  width: 355px;
  margin-left: 90px;
}

.contact-page .init-1 .container .right > div .list {
  margin-top: 40px;
  text-align: center;
}

.contact-page .init-1 .container .right > div .list:first-child {
  margin-top: 0;
}

.contact-page .init-1 .container .right > div .list img {
  width: 30px;
  display: block;
  margin: auto;
}

.contact-page .init-1 .container .right > div .list .title_1 {
  font-size: 24px;
  /*color: #fff;*/
  margin-top: 10px;
}

.contact-page .init-1 .container .right > div .list .des {
  margin-top: 10px;
  color: #000000;
  font-size: 18px;
  line-height: 30px;
}

.contact-page .init-2 {
  position: relative;
  z-index: 1;
}

.contact-page .init-2 .container {
  width: 100%;
  padding: 0;
}

.contact-page .init-2 .container .main-map .button-group .button {
  background-color: var(--color);
}
@media (max-width: 1500px) {
  .contact-page .init-1 .container {
    width: 1200px;
  }
}
@media (max-width: 1250px) {
  .contact-page .init-1 .container {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container {
    width: 700px;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container {
    width: 100%;
  }

  .contact-page .init-1 .container .form_cont {
    width: 100%;
  }

  .contact-page .init-1 .container .right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-page .init-1 .container .right > div {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 {
    padding: 40px 0;
  }

  .contact-page .init-1 .container .form_cont {
    padding: 30px 10px;
  }

  .contact-page .init-1 .container .form_cont .tip_title {
    font-size: 20px;
    text-align: center;
  }

  .contact-page .init-1 .container .form_cont .des {
    margin-top: 10px;
    text-align: center;
  }

  .contact-page .init-1 .container .form_cont .subline {
    margin: auto;
    margin-top: 10px;
  }

  .contact-page .init-1 .container .form_cont form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-page .init-1 .container .form_cont form input {
    width: 100%;
    margin-top: 15px;
  }

  .contact-page .init-1 .container .form_cont form textarea {
    margin-top: 15px;
  }

  .contact-page .init-1 .container .right>div .list img {
    width: 20px;
  }

  .contact-page .init-1 .container .right>div .list .title_1 {
    font-size: 18px;
  }

  .contact-page .init-1 .container .right>div .list .des {
    line-height: 2;
    font-size: 16px;
  }
}


.more_cont_2 {
  position: relative;
  font-size: 30px;
  overflow: hidden;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.more_cont_2 span,
.more_cont_2 i {
  position: relative;
  z-index: 2;
}

.more_cont_2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transform-origin: left;
  transform-origin: left;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  border-radius: 50%;
}

.more_cont_2:hover::before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}
@media screen and (max-width: 500px) {
  .more_cont_2 {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}

.more_cont {
  position: relative;
  width: 172px;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.more_cont > div {
  width: 156px;
  height: 40px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  background-color: var(--color);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.more_cont > div i {
  margin-left: 8px;
}

.more_cont:hover {
  border-radius: 10px;
}

.more_cont:hover > div {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 #411a0a;
  box-shadow: 0 0 10px 0 #411a0a;
}
@media (max-width: 500px) {
  .more_cont {
    margin-top: 10px;
    width: 130px;
    height: 46px;
  }

  .more_cont > div {
    width: 115px;
    height: 34px;
    font-size: 16px;
  }
}
.inner-page.technical-page {
    background: none;
    color: #000;
}
.technical-page {
  padding: 109px 0 109px;
}
.technical-page .downloadRight .top em {
  font-size: 1.3333em;
}
.technical-page .downloadRight .top.left {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.technical-page .downloadRight .bottom {
  padding: 35px;
}
.technical-page .downloadRight .bottom .faq {
  margin-top: 30px;
  line-height: 2;
}
.technical-page .downloadRight .bottom .faq dl dd {
  margin-bottom: 15px;
  padding: 20px 35px;
  border-radius: 25px;
  background-color: #f8f8f9;
}
.technical-page .downloadRight .bottom .faq dl dd span.h6 {
  display: block;
  font-size: 22px;
  font-weight: 500;
  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;
}
.technical-page .downloadRight .bottom .faq dl dd span.h6 i {
  width: 1.72727273em;
  height: 1.72727273em;
  border-radius: 100%;
  background-color: black;
  position: relative;
  margin-top: -5px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.technical-page .downloadRight .bottom .faq dl dd span.h6 i:after,
.technical-page .downloadRight .bottom .faq dl dd span.h6 i:before {
  content: '';
  width: 16px;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.technical-page .downloadRight .bottom .faq dl dd span.h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.technical-page .downloadRight .bottom .faq dl dd span.h6.active i {
  background-color: var(--color);
}
.technical-page .downloadRight .bottom .faq dl dd span.h6.active i:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.technical-page .downloadRight .bottom .faq dl dd .text {
  margin-top: 1em;
  display: none;
}
.technical-page .downloadRight .bottom .faq dl dd:last-child {
  margin-bottom: 0;
}
@media (max-width: 1450px) {
  .technical-page {
    padding: 90px 0;
  }
  .technical-page .downloadRight .bottom .faq dl dd {
    padding: 15px 20px;
    border-radius: 10px;
  }
}
@media (max-width: 1250px) {
  .technical-page .downloadRight .bottom {
    padding: 20px;
  }
  .technical-page .downloadRight .bottom .faq dl dd span.h6 {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .technical-page .downloadRight .bottom .faq dl dd span.h6 {
    font-size: 16px;
  }
  .technical-page {
    padding: 60px 0;
  }
}
.downloadBox {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.downloadBox i.dots {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.5);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.5);
  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;
  background-color: white;
  margin-right: 1em;
  position: relative;
}
.downloadBox .top {
  height: 5em;
  color: white;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.downloadBox .top img {
  margin-right: 1em;
}
.downloadBox .top .line {
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.48);
  margin: 0 1.3em;
}
.downloadBox .top span {
  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;
  cursor: pointer;
  cursor: hand;
}
.downloadBox .top span i.dots:before {
  content: '';
  width: 0.8em;
  height: 0.8em;
  border-radius: 100%;
  background-color: var(--color);
}
.downloadBox .downloadLeft {
  width: 28%;
}
.downloadBox .downloadLeft .top em {
  font-size: 1.33333333em;
}
.downloadBox .downloadLeft .nav {
  border: 1px solid #dfdfdf;
  border-top: none;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}
.downloadBox .downloadLeft .nav a {
  padding: 1.5em 2em;
  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;
  color: #626262;
  border-top: 1px solid #dfdfdf;
}
.downloadBox .downloadLeft .nav a:first-child {
  border-top: none;
}
.downloadBox .downloadLeft .nav a em {
  font-size: 1.33333333em;
  line-height: 1.5;
}
.downloadBox .downloadLeft .nav a i.dots {
  width: 2.5em;
  height: 2.5em;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
}
.downloadBox .downloadLeft .nav a i.dots img {
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.downloadBox .downloadLeft .nav a:hover,
.downloadBox .downloadLeft .nav a.active {
  color: var(--color);
}
.downloadBox .downloadLeft .nav a:hover i.dots img,
.downloadBox .downloadLeft .nav a.active i.dots img {
  opacity: 1;
}
.downloadBox .downloadRight {
  width: 72%;
  padding-left: 3%;
}
.downloadBox .downloadRight .top {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.downloadBox .downloadRight .bottom {
  border: 1px solid #dfdfdf;
  border-top: none;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  padding: 0 2%;
}
.downloadBox .downloadRight .bottom ul li {
  padding: 1.05em 0;
  border-top: 1px solid #dfdfdf;
}
.downloadBox .downloadRight .bottom ul li:first-child {
  border-top: none;
}
.downloadBox .downloadRight .bottom ul li .flex {
  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;
}
.downloadBox .downloadRight .bottom ul li .flex i.icon {
  width: 7.77777778em;
  height: 7.77777778em;
  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;
  border: 1px solid #dfdfdf;
  border-radius: 100%;
}
.downloadBox .downloadRight .bottom ul li .flex i.icon img {
  max-width: 45%;
}
.downloadBox .downloadRight .bottom ul li .flex .content {
  padding: 0 1.5em;
}
.downloadBox .downloadRight .bottom ul li .flex .content .path {
  font-size: 16px;
  color: #acacac;
  margin-bottom: 0.5em;
  line-height: 2;
}
.downloadBox .downloadRight .bottom ul li .flex .content .path span {
  color: var(--color);
}
.downloadBox .downloadRight .bottom ul li .flex .content .title {
  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;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.h6 {
  font-size: 1.44444444em;
  font-weight: bold;
  margin-right: 1em;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang {
  height: 2.33333333em;
  border-radius: 1.16666667em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #cdcdcd;
  color: white;
  position: relative;
  text-transform: uppercase;
  padding: 0 0.5em;
  cursor: pointer;
  cursor: hand;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang i {
  width: 1.77777778em;
  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;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang:before {
  content: '';
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  left: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang.on:before {
  left: 52%;
}
.downloadBox .downloadRight .bottom ul li .flex .btn {
  margin-left: auto;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a {
  height: 3em;
  padding: 0 2.33333333em;
  border-radius: 1.5em;
  margin: 3px 0;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  width: fit-content;
  align-items: center;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a img {
  margin-left: 1em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a:hover {
  background-color: var(--color);
  color: white;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on {
  background-color: var(--color);
  color: white;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on:hover {
  background-color: #fff;
  color: var(--color);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on:hover img {
  -webkit-filter: unset;
  filter: unset;
}
.downloadBox .downloadRight .bottom .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 18px;
  /*background: #e7e7e7;*/
}
.downloadBox .downloadRight .bottom .search input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.downloadBox .downloadRight .bottom .search input::-webkit-input-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input:-moz-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input::-moz-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input:-ms-input-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input::placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input[type='submit'] {
  width: 50px;
  background-image: url('../images/icon-search2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--color);
}
@media (max-width: 1800px) {
  .downloadBox {
    font-size: 16px;
  }
}
@media (max-width: 1450px) {
  .downloadBox .top span {
    font-size: 1.3em;
  }
  .downloadBox .downloadLeft .top em {
    font-size: 1.5em;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn {
    font-size: 1.2em;
  }
}
@media (max-width: 1250px) {
  .downloadBox {
    font-size: 10px;
  }
}
@media (max-width: 1000px) {
  .downloadBox .downloadRight {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .downloadBox .downloadLeft {
    width: 100%;
  }
  .downloadBox {
    display: block;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn a img {
    max-width: 15px;
  }
}
@media (max-width: 700px) {
  .downloadBox .downloadRight .bottom ul li .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .downloadBox .downloadRight .bottom ul li .flex i.icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
  }
  .downloadBox .downloadRight .bottom ul li .flex .content {
    width: 75%;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn {
    width: 100%;
    margin-top: 20px;
  }
  .downloadBox .downloadRight .bottom ul li .flex .content .path {
    font-size: 13px;
  }
  .downloadBox .top img {
    max-width: 24px;
  }
}
.case-page.inner-page{
    background: none;
    color: #000;
}
.case-page .case-3 {
  padding-bottom: 110px;
}
.case-page .case-3 .list ul {
  margin: -25px -12px;
}
.case-page .case-3 .list ul li {
  padding: 25px 12px;
  font-size: 18px;
}
.case-page .case-3 .list ul li video {
  width: 100%;
}
.case-page .case-3 .list ul li a.img {
  display: block;
  height: 300px;
  background-size: cover;
  background-position: center;
  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;
}
.case-page .case-3 .list ul li a.img span.play {
  width: 3em;
  height: 3em;
  border-radius: 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;
  color: black;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: white;
  position: relative;
}
.case-page .case-3 .list ul li a.img span.play:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: inherit;
  top: 0;
  left: 0;
  border: 2px solid white;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.case-page .case-3 .list ul li span.h6 {
  display: block;
  margin-top: 0.5em;
  text-align: center;
  line-height: 2;
}
.case-page .case-3 .list ul li:hover a.img span.play {
  background-color: var(--color);
  color: white;
}
.case-page .case-3 .list ul li:hover a.img span.play:before {
  border-color: var(--color);
}
@media (max-width: 1800px) {
  .case-page .case-3 .list ul li {
    font-size: 16px;
  }
}
@media (max-width: 1450px) {
  .case-page .case-3 .list ul li {
    font-size: 14px;
  }
  .case-page .case-3 {
    padding-bottom: 80px;
  }
}
@media (max-width: 1250px) {
  .case-page .case-3 .list ul li a.img {
    height: 240px;
  }
}
@media (max-width: 1000px) {
  .case-page .case-3 ul  li{
    width: 50%;
  }
}
@media (max-width: 700px) {
  .case-page .case-3 {
    padding-bottom: 50px;
  }
  .case-page .case-3 ul  li{
    width: 100%;
  }
}
.inner-page.rd-page{
  background: none;
  color: #000;
}
.rd-page .i-title {
  /*color: #01302b;*/
  line-height: 1.2;
}
.rd-page .rd-1 .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color);
}
.rd-page .rd-1 {
  padding: 0px 0 0px;
  max-width: 1920px;
  margin: auto;
}
.rd-page .rd-1 .ui.container {
  max-width: 100%;
}
.rd-page .rd-1 .left {
  padding-right: 30px;
  vertical-align: middle;
}
.rd-page .rd-1 .left .content {
  line-height: 1.7;
  margin-top: 20px;
}
.rd-page .rd-1 .right {
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
.rd-page .rd-2 {
  background-color: #202020;
  padding: 95px 0 85px;
}
.rd-page .rd-2 .left {
  vertical-align: middle;
}
.rd-page .rd-2 .right {
  vertical-align: middle;
  padding-left: 70px;
}
.rd-page .rd-2 .right .content {
  font-size: 18px;
  line-height: 32px;
  margin-top: 20px;
}
.rd-page .rd-3 {
  padding: 80px 0 70px;
}
.rd-page .rd-3 .ui.container {
  max-width: 100%;
  padding-left: 0;
  /*padding-right: 7%;*/
}
.rd-page .rd-3 .i-title {
  margin-bottom: 35px;
}
.rd-page .rd-3 .left {
  /*background-color: #f7f7f7;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);*/
  padding: 20px;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.rd-page .rd-3 .right {
  width: 45%;
  padding-left: 60px;
  vertical-align: middle;
}
.rd-page .rd-3 .right ul li {
  margin-bottom: 50px;
}
.rd-page .rd-3 .right ul li:last-child {
  margin-bottom: 0;
}
.rd-page .rd-3 .right .h4 {
  font-size: 36px;
  font-weight: bold;
  color: #01302b;
}
.rd-page .rd-3 .right .des {
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
}
.rd-page .rd-4 {
  padding-bottom: 110px;
}
.rd-page .rd-4 .i-title {
  margin-bottom: 40px;
  color: #505050;
}
.rd-page .rd-4 ul {
  padding: 0 200px;
  margin: -50px;
  position: relative;
}
.rd-page .rd-4 ul li {
  padding: 100px;
  text-align: center;
}
.rd-page .rd-4 ul li .play {
  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: 80px;
  height: 80px;
  border-radius: 50%;
  background: white;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
}
.rd-page .rd-4 ul li p {
  font-size: 24px;
  color: #01302b;
  margin-top: 10px;
}
.rd-page .rd-4 ul .icon {
  position: absolute;
  left: 50%;
  top: 46%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: var(--color);
  text-align: center;
  line-height: 200px;
}
.rd-page .rd-4 ul .icon img {
  vertical-align: middle;
}
.rd-page .rd-4 ul .icon::after {
  content: '';
  position: absolute;
  left: -28px;
  top: -25px;
  background: rgb(236 241 237 / 37%);
  border-radius: 50%;
  z-index: -1;
  width: 250px;
  height: 250px;
  border: 1px solid #d7d7d7;
}
.rd-page .rd-video video {
  display: block;
  width: 100%;
}
.rd-page .rd-video .img {
  position: relative;
}
.rd-page .rd-video .play {
  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%);
  cursor: pointer;
}
.rd-page .rd-video .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--color);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.rd-page .rd-video .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--color);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.rd-page .rd-5 {
  padding: 110px 0;
  background-color: #ECEBEB;
}
.rd-page .rd-5 .ui.container {
  padding: 0 90px;
}
.rd-page .rd-5 .content {
  /*font-size: 18px;*/
  line-height: 1.875;
  text-align: center;
  color: #fff;
  margin-bottom: 56px;
  margin-top: 15px;
}
.rd-page .rd-5 ul {
  margin: -40px;
}
.rd-page .rd-5 ul li {
  text-align: center;
  padding: 40px;
}
.rd-page .rd-5 ul li .icon {
  width: 125px;
  height: 125px;
  border-radius: 10px;
  /*border: 2px solid var(--color);*/
  text-align: center;
  line-height: 125px;
  margin: auto;
}
.rd-page .rd-5 ul li .icon img {
  vertical-align: middle;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3;
}
.rd-page .rd-5 ul li:hover .icon img{
  transform: rotateY(180deg);
}
.rd-page .rd-5 ul li p {
  line-height: 1.7;
  margin-top: 20px;
  /*color: rgba(255, 255, 255, 0.8);*/
}
/*.rd-page .rd-5 ul li:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}*/
.rd-page .rd-6 {
  /*background: url(../images/history-bg.jpg) no-repeat;*/
  background-size: cover;
  padding: 60px 0 0px;
  /*color: white;*/
}
.rd-page .rd-6 .top {
  /*margin-bottom: 85px;*/
}
.rd-page .rd-6 .top .left {
  width: 35%;
}
.rd-page .rd-6 .top .left .i-title {
  color: white;
}
.rd-page .rd-6 .top .left p {
  font-size: 18px;
}
.rd-page .rd-6 .top .right {
  width: 100%;
  padding-left: 0;
}
.rd-page .rd-6 .top .right .text {
  font-size: 18px;
  line-height: 30px;
}
.rd-page .rd-6 .list {
  position: relative;
  padding: 0 90px;
}
.rd-page .rd-6 .list::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: var(--color);
}
.rd-page .rd-6 ul li {
  position: relative;
  padding-left: 25px;
  height: 210px;
}
.rd-page .rd-6 ul li .line {
  width: 1px;
  height: 153px;
  background-color: var(--color);
  position: absolute;
  left: 0;
}
.rd-page .rd-6 ul li .line::after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border: 9px solid transparent;
  border-left: 15px solid var(--color);
}
.rd-page .rd-6 ul li .year {
  font-size: 28px;
  font-weight: 500;
  color: #505050;
}
.rd-page .rd-6 ul li .des {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
.rd-page .rd-6 ul li .des img {
  width: 224px;
}
.rd-page .rd-6 ul .slick-slide {
  -webkit-transform: translateX(90px);
  -moz-transform: translateX(90px);
  -ms-transform: translateX(90px);
  transform: translateX(90px);
}
.rd-page .rd-6 ul .slick-slide > div:nth-child(1) li .line {
  bottom: 0;
}
.rd-page .rd-6 ul .slick-slide > div:nth-child(1) li .line::after {
  left: -5px;
  bottom: -9px;
}
.rd-page .rd-6 ul .slick-slide > div:nth-child(2) li {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  padding-top: 40px;
}
.rd-page .rd-6 ul .slick-slide > div:nth-child(2) li .line {
  top: 0;
}
.rd-page .rd-6 ul .slick-slide > div:nth-child(2) li .line::after {
  left: -5px;
  top: -8px;
}
.rd-page .rd-7 {
  padding-top: 80px;
  padding-bottom: 100px;
}
.rd-page .rd-7 .i-title {
  margin-bottom: 50px;
}
.rd-page .rd-7 ul.cat {
  margin: 0 -7px;
  padding: 0 50px;
}
.rd-page .rd-7 ul.cat li {
  padding: 0 7px;
}
.rd-page .rd-7 ul.cat li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  background-color: #000;
  /*color: #6f6f6f;*/
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  height: 93px;
  /*border-radius: 10px;*/
  -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;
}
.rd-page .rd-7 ul.cat li.active a,
.rd-page .rd-7 ul.cat li:hover a,
.rd-page .rd-7 ul.cat .slick-current li a {
  color: white;
  box-shadow: unset;
  background-color: var(--color);
}
.rd-page .rd-7 ul.cat .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /*background-color: var(--color);*/
  /*border: none;*/
  font-size: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  /*opacity: 0.24;*/
  color: var(--color);
  border: 2px solid var(--color);
  font-weight: bold;
}
.rd-page .rd-7 ul.cat .slick-arrow:hover {
  opacity: 1;
  background: var(--color);
  color: white;
}
.rd-page .rd-7 ul.cat .slick-prev {
  left: 0;
}
.rd-page .rd-7 ul.cat .slick-prev::after {
  content: '\e69a';
  font-family: 'iconfont';
  font-size: 20px;
}
.rd-page .rd-7 ul.cat .slick-next {
  right: 0;
}
.rd-page .rd-7 ul.cat .slick-next::after {
  content: '\e6ac';
  font-family: 'iconfont';
  font-size: 20px;
}
.rd-page .rd-7 ul.list {
  margin: 0 -10px;
  margin-top: 66px;
}
.rd-page .rd-7 ul.list .slick-list {
  padding: 10px 0;
}
.rd-page .rd-7 ul.list li {
  padding: 0 10px;
  line-height: 1;
}
.rd-page .rd-7 ul.list li .left {
  /*border-radius: 10px;*/
  overflow: hidden;
  -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);
  vertical-align: middle;
  width: 45%;
}
.rd-page .rd-7 ul.list li .left img {
  width: 100%;
}
.rd-page .rd-7 ul.list li .right {
  padding-left: 55px;
  vertical-align: middle;
  width: 55%;
}
.rd-page .rd-7 ul.list li .right .h3 {
  color: var(--color);
}
.rd-page .rd-7 ul.list li .right .text {
  line-height: 1.7;
  margin: 20px 0 27px;
}
.rd-page .rd-7 ul.list li .right .text ul li {
  position: relative;
  padding-left: 50px;
}
/*.rd-page .rd-7 ul.list li .right .text ul li:first-child{
  padding-left: 0;
}*/
.rd-page .rd-7 ul.list li .right .text ul li img {
  display: inline-block;
  vertical-align: sub;
  width: 30px;
  position: absolute;
  left: 0;
  top: -5px;
  /*top: 50%;
  -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}
.rd-page .rd-7 ul.list li .right .more span img {
  display: inline-block;
}
.rd-page .rd-7 ul.list li .right .more:hover span img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
@media screen and (max-width: 1500px) {
  .rd-page .rd-6 ul li .des {
    font-size: 18px;
    max-height: 95px;
    overflow: auto;
  }
  .rd-page .rd-6 ul .slick-slide {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  /*.prodet-page .prodet-2 .content-box .item5 .box p:first-child{
    left: 0;
  }*/
  .rd-page .rd-7 ul.cat li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .rd-page .rd-6 ul li .year {
    font-size: 28px;
  }
}
@media screen and (max-width: 1250px) {
  .rd-page .rd-3 .right .h4 {
    font-size: 28px;
    line-height: 1.2;
  }
  .rd-page .rd-7 ul.cat li a {
    font-size: 20px;
  }
  .rd-page .rd-5 ul li {
    padding: 10px;
  }
  .rd-page .rd-5 ul {
    margin: -10px;
  }
  .rd-page .rd-4 ul li {
    padding: 20px;
  }
  .rd-page .rd-4 ul {
    margin: -20px;
  }
  .rd-page .rd-6 ul li .des img {
    width: auto;
  }
  .rd-page .rd-6 ul li .des {
    max-height: unset;
  }
  .rd-page .rd-4 ul .icon {
    width: 130px;
    height: 130px;
    line-height: 130px;
  }
  .rd-page .rd-4 ul .icon:after {
    width: 190px;
    height: 190px;
  }
}
@media screen and (max-width: 1000px) {
  .rd-page .rd-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .rd-page .rd-1 .right {
    width: 100%;
    margin-top: 30px;
    padding: 30px 0;
  }
  /*.rd-page .rd-1 {
    padding-top: 50px;
    padding-bottom: 30px;
  }*/
  .rd-page .rd-1 .ui.container,
  .rd-page .rd-3 .ui.container {
    padding: 0 30px;
  }
  .rd-page .rd-2 .left {
    width: 100%;
  }
  .rd-page .rd-2 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .rd-page .rd-3 .left {
    width: 100%;
  }
  .rd-page .rd-3 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .rd-page .rd-4 ul {
    padding: 0 30px;
  }
  .rd-page .rd-5 .ui.container {
    padding: 0 15px;
  }
  .rd-page .rd-6 .top .left {
    width: 100%;
  }
  .rd-page .rd-6 .top .right {
    width: 100%;
    margin-top: 30px;
  }
  .rd-page .rd-6 .list {
    padding: 0 10px;
  }
  .rd-page .rd-6 {
    padding: 60px 0;
  }
  .rd-page .rd-7 ul.list li .left {
    width: 100%;
  }
  .rd-page .rd-7 ul.list li .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .rd-page .rd-7 ul.cat li a {
    padding: 0 10px;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .rd-page .rd-1 .ui.container,
  .rd-page .rd-3 .ui.container {
    padding: 0 15px;
  }
  .rd-page .rd-2 {
    padding-bottom: 50px;
  }
  .rd-page .rd-3 {
    padding-top: 45px;
  }
  .rd-page .rd-3 .left {
    padding: 55px 10px;
  }
  .rd-page .rd-4 {
    padding-bottom: 45px;
  }
  .rd-page .rd-4 ul li p {
    font-size: 18px;
  }
  .rd-page .rd-5 {
    padding: 50px 0;
  }
  .rd-page .rd-7 ul.list {
    margin-top: 35px;
  }
  .rd-page .rd-7 ul.cat li a {
    font-size: 16px;
  }
  .rd-page .rd-4 ul .icon {
    zoom: 0.7;
  }
}
@media screen and (max-width: 500px) {
  .rd-page .rd-6 .list::after {
    bottom: 10px;
    top: auto;
  }
  .rd-page .rd-6 ul .slick-list {
    padding-bottom: 10px;
  }
  .rd-page .rd-6 .list .slick-arrow {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(26%);
    -moz-transform: translateY(26%);
    -ms-transform: translateY(26%);
    transform: translateY(26%);
  }
  .rd-page .rd-7 ul.cat li a {
    padding: 0 35px 0 15px;
  }
  .rd-page .rd-7 ul.cat li a {
    font-weight: 300;
    font-size: 16px;
    height: 60px;
  }
  .rd-page .rd-7 ul.cat {
    padding: 0 30px;
  }
  .rd-page .rd-7 ul.list li .right .text {
    font-size: 16px;
  }
  .rd-page .rd-7 {
    padding-bottom: 40px;
  }
  .rd-page .rd-7 ul.list li .left {
    box-shadow: unset;
  }
  .rd-page .rd-7 ul.list li .left img {
    width: auto;
    -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);
    display: block;
    border-radius: 10px;
  }
}
 .rd-page .rd-1 .left .list_box .list {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}
.rd-page .rd-1 .left .list_box .list:last-child {
  margin-bottom: 0;
}
.rd-page .rd-1 .left .list_box .list p {
  width: -webkit-calc(100% - 55px);
  width: -moz-calc(100% - 55px);
  width: calc(100% - 55px);
}
.rd-page .rd-1 .list .left .list_box .list span {
  color: rgba(255, 255, 255, 0.8);
}
.rd-page .rd-1 .left .list_box .list p {
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: calc(100% - 55px);
}
/*.rd-page .rd-1 .left p {
    color: rgba(255, 255, 255, 0.8);
}*/
.related_product .container .tip_title {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-size: 58px;
  color: #fff;
}

.related_product .container .tip_title span {
  color: var(--color);
}

.related_product .container .prev,
.related_product .container .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 45%;
  right: 0;
  color: #fff;
}

.related_product .container .prev i,
.related_product .container .next i {
  margin-left: 3px;
}

.related_product .container .prev {
  left: 0;
}

.related_product .container .prev i {
  margin-left: -3px;
}

.related_product .container .swiper {
  padding: 0 2px;
  margin-top: 40px;
  width: 85%;
}

.related_product .container .swiper .swiper-wrapper .swiper-slide:hover .box {
  border-color: var(--color);
}

.related_product .container .swiper .swiper-wrapper .swiper-slide .box {
  padding: 15px;
  border: 1px solid #aeaeae;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.related_product .container .swiper .swiper-wrapper .swiper-slide .box a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.related_product .container .swiper .swiper-wrapper .swiper-slide .box a:hover {
  color: var(--color);
}

.related_product .container .swiper .swiper-wrapper .swiper-slide .box .img {
  height: 310px;
}

.related_product .container .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.related_product .container .swiper .swiper-wrapper .swiper-slide .box .title {
  font-size: 18px;
  color: #fff;
  margin-top: 15px;
  height: 56px;
  overflow-y: auto;
  line-height: 30px;
}

.related_product .container .swiper .swiper-wrapper .swiper-slide .box .title::-webkit-scrollbar-track {
  background-color: #533527;
}

.related_product .container .swiper .swiper-wrapper .swiper-slide .box .title::-webkit-scrollbar-thumb {
  background-color: var(--color);
}

.related_product .container .swiper .swiper-wrapper .swiper-slide .box .des {
  color: #999999;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.875;
}
@media (max-width: 1250px) {
  .related_product .container .tip_title {
    font-size: 40px;
  }
}
@media (max-width: 1000px) {
  .related_product .container .prev {
    display: none;
  }

  .related_product .container .next {
    display: none;
  }
}
@media (max-width: 700px) {
  .related_product .container .swiper .swiper-wrapper .swiper-slide .box .img {
    height: 38vw;
  }
}
@media (max-width: 500px) {
  .related_product {
    margin-top: 40px;
  }

  .related_product .container .swiper {
    width: 100%;
  }

  .related_product .container .swiper .swiper-wrapper .swiper-slide .box .img {
    height: 75vw;
  }
  .related_product .container .tip_title {
    font-size: 20px;
  }
  .related_product .container .swiper {
    margin-top: 20px;
  }
}




.product-c-page .product-c-1 .left {
  width: 375px;
  background: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}
.product-c-page .product-c-1 .left .top_tit {
  background-color: var(--color);
  color: #ffffff;
  text-align: center;
  height: 46px;
  line-height: 46px;
  position: relative;
}
.product-c-page .product-c-1 .left .top_tit img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-c-page .product-c-1 .left .pro_nav {
  padding: 20px;
}
.product-c-page .product-c-1 .left .pro_nav .tip.active a {
  color: var(--color);
}
.product-c-page .product-c-1 .left .pro_nav .tip + ul {
  display: none;
}
.product-c-page .product-c-1 .left .pro_nav .tip.active + ul {
  display: block;
}
.product-c-page .product-c-1 .left .pro_nav .tip {
  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;
  font-weight: bold;
  padding: 15px;
}
.product-c-page .product-c-1 .left .pro_nav .tip a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product-c-page .product-c-1 .left .pro_nav .tip i {
  width: 24px;
  height: 25px;
  font-size: 25px;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-c-page .product-c-1 .left .pro_nav .tip i.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-c-page .product-c-1 .left .pro_nav > ul > li {
  border: solid 2px #000000;
  margin-bottom: 7px;
}
.product-c-page .product-c-1 .left .pro_nav > ul > li:last-child {
  margin-bottom: 0;
}
.product-c-page .product-c-1 .left .pro_nav > ul > li ul {
  padding: 15px;
  border-top: solid 1px #d9d9d9;
}
.product-c-page .product-c-1 .left .pro_nav > ul > li ul 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;
}
.product-c-page .product-c-1 .left .pro_nav > ul > li ul a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product-c-page .product-c-1 .left .pro_nav > ul > li ul a .dot {
  margin-right: 8px;
  width: 15px;
  height: 15px;
  border: solid 1px #333333;
  text-align: center;
  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;
  line-height: 1;
  color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.product-c-page .product-c-1 .left .pro_nav > ul > li ul a .dot i {
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-c-page .product-c-1 .left .pro_nav > ul > li ul a .dot::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.product-c-page .product-c-1 .left .pro_nav > ul > li ul a.active .dot {
  border: solid 1px var(--color);
}
.product-c-page .product-c-1 .left .pro_nav > ul > li ul a.active .dot i {
  opacity: 1;
}
.product-c-page .product-c-1 .left .pro_nav > ul > li ul a.active .dot::after {
  opacity: 1;
}
.product-c-page .product-c-1 .left .pro_nav > ul > li ul li {
  margin-bottom: 15px;
}
.product-c-page .product-c-1 .left .pro_nav > ul > li ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .product-c-page .product-c-1 .left {
    display: none;
  }
}
.product-c-page {
  background-color: #fff;
}
.product-c-page .left {
  color: #333333;
}
.product-c-page .left .left-row2 .left-product-slick {
  margin-top: -1em;
}
.product-c-page .left .left-row2 .left-product-slick li .slide-box {
  margin-top: 1em;
}
.product-c-page .left .left-row2 .left-product-slick li .slide-box a.img-box {
  border: solid 1px rgba(74, 74, 74, 0.29);
}
.product-c-page .left .left-row2 .left-product-slick li .slide-box a.img-box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  background-color: #000;
  pointer-events: none;
}
.product-c-page .left .left-row2 .left-product-slick li .slide-box a.img-box img {
  width: auto;
}
.product-c-page .left .left-row2 .left-product-slick li .slide-box .right-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product-c-page .left .left-row2 .left-product-slick li .slide-box:hover a.img-box::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0.3;
}
.product-c-page .left .left-row2 .left-product-slick li .slide-box:hover .right-box .title {
  color: var(--color);
}
.product-c-page .right {
  width: -webkit-calc(100% - 375px);
  width: -moz-calc(100% - 375px);
  width: calc(100% - 375px);
  color: #000;
}
.product-c-page .right .category-content {
  max-height: -webkit-calc(1.5em * 10);
  max-height: -moz-calc(1.5em * 10);
  max-height: calc(1.5em * 10);
  overflow-y: auto;
}
.product-c-page .right .product-list-box .product-list-list li .box .img-box {
  border: solid 1px rgba(74, 74, 74, 0.29);
}
.product-c-page .right .product-list-box .product-list-list li .box .right-box .title {
  color: var(--color);
  line-height: 1.3;
}
.product-c-page .right .product-list-box .product-list-list li .box .right-box .title:hover {
  text-decoration: underline;
}
.product-c-page .right .product-list-box .product-list-list li .box .right-box .intro {
  margin-bottom: auto;
}
.product-c-page .right .product-list-box .product-list-list li .box .right-box .public-btn {
  min-width: 158px;
}
.product-c-page .right .product-list-box .product-list-list li .box .img-box .arrow-btn {
  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;
  color: #fff;
  z-index: 1;
}
.product-c-page .right .product-list-box .product-list-list li .box .img-box .arrow-btn .bg-box {
  z-index: -1;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  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%);
  background-color: rgba(255, 255, 255, 0.39);
}
.product-c-page .right .product-list-box .product-list-list li .box .img-box .arrow-btn .arrow-box {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: var(--color);
}
.product-c-page .right .product-list-box .product-list-list li .box:hover .arrow-btn {
  opacity: 1;
}
@media (max-width: 1000px) {
  .product-c-page .right .product-list-box .product-list-list li .box .right-box .btns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-c-page .right .product-list-box .product-list-list li .box .right-box .btns .public-btn {
    margin-bottom: 10px;
  }
}
@-webkit-keyframes video-play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.35);
    transform: translate(-50%, -50%) scale(1.35);
  }
}
@-moz-keyframes video-play {
  0% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1.35);
    transform: translate(-50%, -50%) scale(1.35);
  }
}
@keyframes video-play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.35);
    -moz-transform: translate(-50%, -50%) scale(1.35);
    transform: translate(-50%, -50%) scale(1.35);
  }
}
.product-d-page {
  color: #000000;
}
.product-d-page .right .product-d-1 .d-1-left .big-slick li a.img-box {
  border: solid 1px rgba(74, 74, 74, 0.29);
}
.product-d-page .right .product-d-1 .d-1-left a.play {
  right: 0;
  bottom: 0;
  width: 2.3em;
  height: 2.3em;
  color: #fff;
  background-color: var(--color);
  border-radius: 50%;
  z-index: 1;
}
.product-d-page .right .product-d-1 .d-1-left a.play i {
  position: relative;
  z-index: 2;
}
.product-d-page .right .product-d-1 .d-1-left a.play::after {
  content: '';
  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%);
  background-color: var(--color);
  border-radius: 50%;
  opacity: 0.35;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-animation: video-play 1.5s ease-in-out infinite alternate;
  -moz-animation: video-play 1.5s ease-in-out infinite alternate;
  animation: video-play 1.5s ease-in-out infinite alternate;
}
.product-d-page .right .product-d-1 .d-1-left .small-box .small-slick .img-box {
  border: solid 1px rgba(74, 74, 74, 0.29);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product-d-page .right .product-d-1 .d-1-left .small-box .small-slick .slick-current .img-box {
  border-color: var(--color);
}
.product-d-page .right .product-d-1 .d-1-left .small-box .prev,
.product-d-page .right .product-d-1 .d-1-left .small-box .next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-d-page .right .product-d-1 .d-1-left .small-box .prev {
  left: -1.5em;
}
.product-d-page .right .product-d-1 .d-1-left .small-box .next {
  right: -1.5em;
}
.product-d-page .right .product-d-1 .d-1-right hr {
  background-color: #000000;
  opacity: 0.17;
}
.product-d-page .right .product-d-1 .d-1-right .public-btn {
  padding-left: 14px;
  padding-right: 18px;
}
.product-d-page .right .product-d-1 .d-1-right .Auxil-through a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product-d-page .right .product-d-1 .d-1-right .Auxil-through a:hover {
  color: var(--color);
}
.product-d-page .right .product-d-1 .d-1-right h1{
  color: var(--color);
}
.product-d-page .right .product-d-2 .tab-titles {
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}
.product-d-page .right .product-d-2 .tab-titles li {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.product-d-page .right .product-d-2 .tab-titles li.active {
  background-color: var(--color);
  opacity: 1;
  color: #fff;
}
.product-d-page .right .product-d-2 .tab-content li {
  display: none;
}
.product-d-page .right .product-d-2 .tab-content li.active {
  display: block;
}
.product-d-page  .product-d-3 .d-3-slick li .slide-box .img-box {
  border: solid 3px rgba(64, 64, 64, 0.29);
}
.product-d-page  .product-d-3 .d-3-slick li .slide-box .img-box .arrow-btn {
  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;
  color: #fff;
  z-index: 1;
}
.product-d-page  .product-d-3 .d-3-slick li .slide-box .img-box .arrow-btn .bg-box {
  z-index: -1;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  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%);
  background-color: rgba(255, 255, 255, 0.39);
}
.product-d-page  .product-d-3 .d-3-slick li .slide-box .img-box .arrow-btn .arrow-box {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: var(--color);
}
.product-d-page  .product-d-3 .d-3-slick li .slide-box .bottom{
  color: #fff;
  background: #000;
}
.product-d-page  .product-d-3 .d-3-slick li .slide-box .bottom .des{
  font-weight: 900;
}
.product-d-page  .product-d-3 .d-3-slick li .slide-box .bottom .intro{
  line-height: 1.3;
}
.product-d-page  .product-d-3 .d-3-slick li .slide-box:hover .arrow-btn {
  opacity: 1;
}
.product-d-page .product-d-faq .faq-list li {
  border: solid 1px #000000;
}
.product-d-page .product-d-faq .faq-list li .title-box {
  background-color: #000000;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product-d-page .product-d-faq .faq-list li .title-box .btn {
  width: 18px;
  height: 18px;
}
.product-d-page .product-d-faq .faq-list li .title-box .btn::before,
.product-d-page .product-d-faq .faq-list li .title-box .btn::after {
  content: '';
  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%);
  background-color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product-d-page .product-d-faq .faq-list li .title-box .btn::before {
  width: 100%;
  height: 2px;
}
.product-d-page .product-d-faq .faq-list li .title-box .btn::after {
  width: 2px;
  height: 100%;
}
.product-d-page .product-d-faq .faq-list li .faq-content {
  line-height: 1.625;
  display: none;
}
.product-d-page .product-d-faq .faq-list li.active {
  -webkit-box-shadow: 0px 1px 13px 0px rgba(23, 23, 23, 0.19);
  box-shadow: 0px 1px 13px 0px rgba(23, 23, 23, 0.19);
  border: solid 1px rgba(74, 74, 74, 0.29);
}
.product-d-page .product-d-faq .faq-list li.active .title-box {
  background-color: var(--color);
}
.product-d-page .product-d-faq .faq-list li.active .title-box .btn::after {
  opacity: 0;
}
.product-d-page .product-d-faq .faq-list li.active .faq-content {
  background-color: #ffffff;
}

.product-d-page .product-d-related .product-content{
  z-index: 1;
}
.product-d-page .product-d-related .product-content .prev,
.product-d-page .product-d-related .product-content .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  color: var(--color);
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
.product-d-page .product-d-related .product-content .prev:hover,
.product-d-page .product-d-related .product-content .next:hover {
  background-color: var(--color);
  color: #fff;
}
.product-d-page .product-d-related .product-content .perv {
  left: 0;
}
.product-d-page .product-d-related .product-content .next {
  right: 0;
}
.product-d-page .product-d-related {
  color: #fff;
}
.product-d-page .product-d-related .product-slick .slick-dots {
  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;
}
.product-d-page .product-d-related .product-slick .slick-dots li {
  margin: 0 5px;
  border-radius: 50%;
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: #7d7d7d;
  opacity: 0.27;
}
.product-d-page .product-d-related .product-slick .slick-dots li.slick-active {
  opacity: 1;
  background-color: var(--color);
}
.product-d-page .product-d-related .product-slick .slick-dots li button {
  display: none;
}
.product-d-page .product-d-related .product-slick li .slide-box {
  background-color: #000000;
  border-radius: 12px;
  border: solid 1px #e9e9e9;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product-d-page .product-d-related .product-slick li .slide-box .img-box {
  background-color: #ffffff;
}
.product-d-page .product-d-related .product-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product-d-page .product-d-related .product-slick li .slide-box .bottom {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product-d-page .product-d-related .product-slick li .slide-box:hover {
  border-color: var(--color);
}
.product-d-page .product-d-related .product-slick li .slide-box:hover .bottom {
  background-color: var(--color);
}
.product-d-page .product-d-related .product-slick li .slide-box:hover .public-btn::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
@media (max-width: 1000px) {
  .product-d-page .right .product-d-1 .d-1-right {
    order: -1;
  }
  .product-d-page .right .product-d-1 .d-1-left .small-box .prev{
    left: 0;
    font-size: 24px;
  }
  .product-d-page .right .product-d-1 .d-1-left .small-box .next{
    right: 0;
    font-size: 24px;
  }
}
@media (max-width: 700px){
  .product-d-page .right .product-d-2 .tab-content{
    font-size: 12px;
  }
  .product-d-page .right .product-d-2 .tab-content table tbody{
    min-width: unset;
  }
  table td, table th{
    padding-left: 3px;
    padding-right: 3px;
  }
  .product-d-page .right .product-d-2 .tab-content table tbody{
    white-space: normal;
  }
  .product-d-page .right .product-d-2 .tab-content table td, 
  .product-d-page .right .product-d-2 .tab-content table th{
    word-break: break-word;
  }
}

