@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.eot');
  src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.eot');
  src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.eot');
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.set-position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.set-display-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;
}
.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: 'Roboto';
  max-width: 1920px;
  --color: #155289;
  font-weight: normal;
  margin: 0 auto;
}
/* 栅格 */
.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%;
  }
}
.color-666 {
  color: #666;
}
@-webkit-keyframes ani_scale {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes ani_scale {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes ani_scale {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.container {
  width: 1750px;
}
.subtitle {
  color: var(--color);
}
.public-title {
  line-height: 1.25;
}
.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);
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  z-index: 1;
}
.public-btn::after {
  content: "";
  display: block;
  z-index: -1;
  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: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background-color: #000;
  width: 15em;
  height: 15em;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
}
.public-btn:hover::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(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: #f4f4f4;
}
#header.active {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
#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: 80px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 1.5em;
  margin-left: 1.5em;
  -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 > 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:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child {
  margin-left: 0;
}
#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);
  color: #fff;
  z-index: 1;
}
#header .nav .ui.menu .h-items .h-inquiry::after {
  content: "";
  display: block;
  z-index: 1;
  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: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background-color: #000;
  width: 15em;
  height: 15em;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
}
#header .nav .ui.menu .h-items .h-inquiry:hover::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
#header .nav .ui.menu .h-items .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-items .h-search > img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#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 i {
  font-size: 14px;
}
#header .nav .ui.menu .h-items .h-language > img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#header .nav .ui.menu .h-items .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#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;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 43px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: rgba(255, 255, 255, 0.8) url('../images/banner-btn-l.png') no-repeat center center;
  left: 15px;
}
#banner .slick-next {
  background: rgba(255, 255, 255, 0.8) url('../images/banner-btn-r.png') no-repeat center center;
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .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;
  margin-top: 80px;
}
#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: 13.679%;
  color: #f9fafc;
}
#banner .banner-slick li .content .text-box h2 {
  max-width: 850px;
  line-height: 1.375;
}
#banner .banner-slick li .content .text-box p {
  max-width: 800px;
  line-height: 1.77777778;
}
#index-body .category {
  background-color: #f2f2f2;
}
#index-body .category .top-space {
  left: 0;
  top: 0;
  width: 100%;
  background-color: #f4f4f4;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#index-body .category .category-header .left .intro {
  max-width: 872px;
  line-height: 1.8;
}
#index-body .category .content {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
#index-body .category .content .line {
  position: absolute;
  height: 100%;
  top: 0;
  right: 35.87209302325581%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
#index-body .category .content .line .arrows {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 35%;
}
#index-body .category .content .line .arrows .category-prev {
  margin-bottom: 18px;
}
#index-body .category .content .line .arrows .category-prev,
#index-body .category .content .line .arrows .category-next {
  width: 39px;
  height: 39px;
  background-color: #e6e6e6;
  border-radius: 50%;
  color: #666;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  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 .category .content .line .arrows .category-prev i,
#index-body .category .content .line .arrows .category-next i {
  font-size: 20px;
}
#index-body .category .content .line .arrows .category-prev:hover,
#index-body .category .content .line .arrows .category-next:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .category .content .category-slick {
  margin-right: -42%;
}
#index-body .category .content .category-slick li .slide-box {
  margin-right: 18%;
}
#index-body .category .content .category-slick li .slide-box .left .title {
  max-width: 608px;
  line-height: 1.4;
}
#index-body .category .content .category-slick li .slide-box .left .title .link {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .category .content .category-slick li .slide-box .left .title .link:hover {
  color: var(--color);
}
#index-body .category .content .category-slick li .slide-box .left .title .type {
  color: var(--color);
}
#index-body .category .content .category-slick li .slide-box .left .intro {
  color: #666666;
  font-weight: 300;
  max-width: 584px;
}
#index-body .category .content .category-slick li .slide-box .left .public-btn {
  border: 1px solid var(--color);
  color: var(--color);
  background-color: transparent;
}
#index-body .category .content .category-slick li .slide-box .left .public-btn::after {
  background-color: var(--color);
}
#index-body .category .content .category-slick li .slide-box .left .public-btn:hover {
  color: #fff;
}
#index-body .product {
  z-index: 1;
}
#index-body .product .product-slick li .slide-box .img-box {
  margin-top: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#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 .intro {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product .product-slick li .slide-box:hover .img-box {
  -webkit-box-shadow: 0px 0px 7px 1px rgba(21, 82, 137, 0.45);
  box-shadow: 0px 0px 7px 1px rgba(21, 82, 137, 0.45);
}
#index-body .product .product-slick li .slide-box:hover .title {
  color: var(--color);
}
#index-body .product .product-slick li .slide-box:hover .intro {
  color: var(--color);
}
#index-body .product .content .prev {
  left: 0;
}
#index-body .product .content .next {
  right: 0;
}
#index-body .product .content .prev,
#index-body .product .content .next {
  top: 38%;
  width: 30px;
  height: 54px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #e1e1e1;
  color: #a1a1a1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 3;
}
#index-body .product .content .prev:hover,
#index-body .product .content .next:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .product .bg {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#index-body .our-about {
  background: url(/nordindustry/2026/09/01/front.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 64px;
  color: #FFFFFF;
  margin-bottom: 169px;
  z-index: 1;
}
#index-body .our-about::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  background-color: #f4f4f4;
}
#index-body .our-about .left .column {
  vertical-align: middle;
}
#index-body .our-about .left .subtitle {
  color: #FFFFFF;
}
#index-body .our-about .left .public-btn {
  background-color: #fff;
  color: var(--color);
}
#index-body .our-about .left .public-btn:hover {
  color: #fff;
}
#index-body .our-about .right {
  margin-bottom: -145px;
}
#index-body .our-about .right .img {
  width: 50vw;
}
#index-body .our-about .play {
  position: absolute;
  left: -40px;
  bottom: -20px;
}
#index-body .our-about .play::before {
  content: "";
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
  background: url(../images/a-wz.png) no-repeat center;
  background-size: cover;
  -webkit-animation: ani_scale 10s linear infinite;
  -moz-animation: ani_scale 10s linear infinite;
  animation: ani_scale 10s linear infinite;
  cursor: pointer;
}
#index-body .about h1.Auxil-h1 {
  display: inline;
}
#index-body .our-other {
  background-color: #e5e5e5;
  position: relative;
  z-index: 1;
}
#index-body .our-other::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #f4f4f4;
}
#index-body .our-other .container {
  max-width: 1550px;
}
#index-body .our-other .box {
  padding: 62px 40px 66px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.11);
}
#index-body .our-other i {
  margin-top: 10px;
  float: left;
  display: block;
  width: 110px;
  text-align: center;
}
#index-body .our-other .txt {
  padding-left: 110px;
}
#index-body .our-other .txt h2 {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 7px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .our-other .txt h2 em {
  color: #000000;
}
#index-body .our-other .txt h2 span {
  opacity: .45;
  font-weight: 300;
  padding-bottom: 5px;
}
#index-body .our-other .txt p {
  font-weight: 400;
}
#index-body .our-other li:hover .txt h2 {
  -webkit-transform: translateY(-0.2em);
  -moz-transform: translateY(-0.2em);
  -ms-transform: translateY(-0.2em);
  transform: translateY(-0.2em);
}
#index-body .i-advantage {
  position: relative;
  z-index: 2;
  background-color: #e5e5e5;
}
#index-body .i-advantage .mml-text {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative;
  background-color: #f4f4f4;
}
#index-body .i-advantage .mml-text .text {
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .i-advantage .mml-text .text p{
  min-height: calc(1.5em * 3);
}
#index-body .i-advantage .mml-text .text * {
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
#index-body .i-advantage .mml-text:hover .text {
  background-color: var(--color);
}
#index-body .i-advantage .mml-text:hover * {
  color: #FFFFFF;
}
#index-body .our-application {
  position: relative;
  background-color: #f4f4f4;
  overflow: hidden;
}
#index-body .our-application .left .public-title {
  max-width: 540px;
}
#index-body .our-application .right {
  line-height: 1.66666667;
}
#index-body .our-application .slick-list {
  padding-right: 6.6%;
}
#index-body .our-application .list {
  margin-right: -90px;
}
#index-body .our-application .list ul {
  margin: -14px;
}
#index-body .our-application .list ul li {
  padding: 10px 14px;
}
#index-body .our-application .list .img {
  position: relative;
  overflow: hidden;
}
#index-body .our-application .list .img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* 不支持线性的时候显示 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(var(--color)));
  background-image: -webkit-linear-gradient(top, transparent 50%, var(--color));
  background-image: -moz-linear-gradient(top, transparent 50%, var(--color));
  background-image: linear-gradient(to bottom, transparent 50%, var(--color));
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#index-body .our-application .list .img h4 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 25px;
  color: #FFFFFF;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#index-body .our-application .list .img:hover::before {
  opacity: .7;
}
#index-body .our-application .list .img:hover h4 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#index-body .our-application .arrows span {
  font-family: none;
  font-size: 30px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50%;
  border: 2px solid currentcolor;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
#index-body .our-application .arrows span:hover {
  opacity: 1;
}
#index-body .our-news {
  background: url(../images/news-bg.jpg) no-repeat center;
  background-size: cover;
}
#index-body .our-news .img {
  width: 40%;
}
#index-body .our-news .img .news-list1 li {
  color: #ffffff;
}
#index-body .our-news .img .news-list1 li time {
  font-style: italic;
}
#index-body .our-news .img .news-list1 li .title {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .our-news .img .news-list1 li .title:hover {
  text-decoration: underline;
}
#index-body .our-news .img .news-list1 li .box {
  left: 0;
  bottom: 0;
}
#index-body .our-news .list {
  width: 60%;
}
#index-body .our-news .list ul li time {
  font-style: italic;
  opacity: .7;
  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;
}
#index-body .our-news .list ul li h4 {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 1.4;
}
#index-body .our-news .list ul li h4:hover {
  color: var(--color);
}
#index-body .our-news .list ul li p {
  line-height: 1.66666667;
}
.f-form {
  width: 260px;
}
.f-form form .form-list li input,
.f-form form .form-list li textarea {
  background: none;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.f-form form .form-list li input::-webkit-input-placeholder, .f-form form .form-list li textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.f-form form .form-list li input:-moz-placeholder, .f-form form .form-list li textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.f-form form .form-list li input::-moz-placeholder, .f-form form .form-list li textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.f-form form .form-list li input:-ms-input-placeholder, .f-form form .form-list li textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.f-form form .form-list li input::placeholder,
.f-form form .form-list li textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.f-form form .form-list li input {
  height: 40px;
}
.f-form form .form-list li input.submit {
  background: var(--color);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.f-form form .form-list li input.submit:hover {
  background: #000;
}
.f-form form .form-list li textarea {
  height: 120px;
}
#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);
}
#footer {
  background: url(/nordindustry/2026/09/01/f-bg.jpg) no-repeat center center / cover;
}
#footer * {
  color: #FFFFFF;
}
#footer .foot-top {
  padding: 40px 0 33px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .foot-top .tit1 {
  line-height: 1.25;
}
#footer .foot-center .foot-content {
  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;
}
#footer .foot-center .foot-content .foot-block.info {
  margin-left: 0;
}
#footer .foot-center .foot-content .foot-block.info .logo 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;
}
#footer .foot-center .foot-content .foot-block.info ul {
  max-width: 430px;
}
#footer .foot-center .foot-content .foot-block.info ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
}
#footer .foot-center .foot-content .foot-block.info ul li i {
  min-width: 50px;
  text-align: center;
}
#footer .foot-center .foot-content .foot-block.info ul li i img {
  vertical-align: middle;
}
#footer .foot-center .foot-content .foot-block li a {
  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;
}
#footer .foot-center .foot-content .foot-block.f-nav li a span {
  opacity: .7;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#footer .foot-center .foot-content .foot-block.f-nav li a img {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-filter: brightness(0) invert(0.7);
  filter: brightness(0) invert(0.7);
}
#footer .foot-center .foot-content .foot-block.f-nav li a:hover span {
  opacity: 1;
}
#footer .foot-center .foot-content .foot-block.f-nav li a:hover img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
#footer .foot-center .foot-content .foot-block.f-category li a,
#footer .foot-center .foot-content .foot-block.f-about li a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#footer .foot-center .foot-content .foot-block.f-category li a:hover,
#footer .foot-center .foot-content .foot-block.f-about li a:hover {
  opacity: 1;
}
#footer .foot-center .foot-content .ewm #ewm {
  max-width: 166px;
  border: 7px solid #fff;
}
#footer .foot-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .foot-bottom p,
#footer .foot-bottom a {
  display: inline-block;
  vertical-align: middle;
}
#footer .foot-bottom img {
  max-height: 16px;
  vertical-align: middle;
}
#footer .social-links a {
  margin: 0 15px;
  font-size: 18px;
  color: #FFFFFF;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#footer svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 25px;
  transition: 0.3s;
  fill: rgba(255, 255, 255, 0.5);
}
#footer  svg text {
  fill: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}
#footer svg:hover {
  fill: var(--color);
}
#footer 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: #fff;
  border-radius: 10px;
  color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.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);
  color: #fff;
}
.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;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fixed-toolbar ul > li.back:hover {
  background: 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;
  }
}
@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 .category .content .category-slick {
    margin-right: 0;
  }
  #index-body .category .content .category-slick li .slide-box {
    margin-right: 15px;
  }
  #index-body .category .content .line {
    display: none;
  }
  #index-body .about .number-Plus li {
    width: 33.333%;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .f-form{
    width: 100%;
  }
}
@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;
  }
  #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: 8%;
  }
  #index-body .about .intro {
    line-height: 2;
  }
  #index-body .about .number-Plus li {
    width: 50%;
  }
  #index-body .about .number-Plus li .top {
    font-size: 30px;
  }
  #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;
  }
  .font-21,
  .font-22 {
    font-size: 16px;
  }
  .font-23,
  .font-24,
  .font-25 {
    font-size: 18px;
  }
  .font-26,
  .font-27,
  .font-28,
  .font-29,
  .font-30,
  .font-31,
  .font-32,
  .font-33,
  .font-34,
  .font-35,
  .font-36,
  .font-37,
  .font-38,
  .font-39 {
    font-size: 19px;
  }
  .font-40,
  .font-41,
  .font-42,
  .font-43,
  .font-44,
  .font-45,
  .font-46,
  .font-47,
  .font-48,
  .font-49 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .about .number-Plus li {
    width: 100%;
  }
  .public-title {
    font-size: 22px;
  }
  #index-body .category .content .category-slick li .slide-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .category .content .category-slick li .slide-box .left {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1600px) {
  .language-box .zhuyu {
    font-size: 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-left: 0.8em;
    margin-right: 0.8em;
  }
  #index-body .our-other .txt h2 {
    font-size: 50px;
  }
  .tit1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1450px) {
  .tit1 {
    font-size: 34px;
  }
  #index-body .our-about .right .img {
    width: 100%;
  }
  #index-body .our-about {
    padding-bottom: 70px;
    margin-bottom: 0;
  }
  #index-body .our-about .play {
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
  #index-body .our-other i {
    margin-top: 0;
  }
  #index-body .our-other .txt h2 {
    font-size: 40px;
  }
  #index-body .our-application .btn1 {
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .language-box .zhuyu {
    font-size: 16px;
  }
  .tit1 {
    font-size: 28px;
  }
  #index-body .our-product-1 .disc {
    padding-top: 60px;
  }
  #index-body .our-product-1 .proImg {
    padding-top: 60px;
  }
  #index-body .our-other i {
    width: 50px;
  }
  #index-body .our-other i img {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  #index-body .our-other .txt {
    padding-left: 50px;
  }
  #index-body .our-other .txt h2 {
    font-size: 34px;
  }
  #index-body .i-advantage .mml-text .text {
    padding: 15px;
  }
  #footer .foot-center .foot-content .foot-block.info .logo img {
    width: 80px;
  }
  #footer .foot-bottom .fl,
  #footer .foot-bottom .fr {
    float: none;
    text-align: center;
  }
  #footer .foot-center .foot-content .foot-block.info ul {
    max-width: 350px;
  }
  #footer .foot-center .foot-content .ewm #ewm {
    max-width: 100px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-slick li .content .text-box {
    padding-top: 5%;
  }
  #index-body .our-about .left {
    width: 100% !important;
    padding: 0;
    margin-bottom: 40px;
  }
  #index-body .our-about .right {
    width: 100% !important;
    margin-bottom: 0;
  }
  #index-body .our-other ul li {
    width: 50% !important;
  }
  #index-body .our-other .box {
    padding: 30px;
  }
  #index-body .i-advantage .list {
    max-width: 700px;
    margin: 30px auto 0;
    padding: 0 15px;
  }
  #index-body .i-advantage .mml-text .img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #index-body .our-application .list {
    margin-right: 0;
  }
  #index-body .our-application .slick-list {
    padding-right: 0;
  }
  #index-body .our-news .img {
    display: none;
  }
  #index-body .our-news .list {
    width: 100%;
  }
  #footer .foot-top {
    text-align: center;
    display: none;
  }
  #footer .foot-top .fl,
  #footer .foot-top .fr {
    float: none;
  }
  #footer .foot-center .foot-content .foot-block.link,
  #footer .foot-center .foot-content .foot-block.ewm {
    display: none;
  }
  #footer .foot-center .foot-content {
    display: block;
  }
  #footer .foot-center .foot-content .foot-block.info ul {
    max-width: 100%;
  }
  .our-about .left .grid-box.mt-60 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  #banner li {
    height: 500px;
  }
  .tit1 {
    font-size: 22px;
  }
  #footer .foot-bottom img {
    max-height: 14px;
  }
  a.btn1 {
    min-width: 150px;
    line-height: 45px;
    height: 45px;
  }
  span.tag {
    font-size: 16px;
  }
  .public-btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #index-body .our-about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #index-body .our-application .list ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  #index-body .our-application .list ul li {
    padding-left: 5px;
    padding-right: 5px;
  }
  #index-body .product .content .prev,
  #index-body .product .content .next {
    display: none;
  }
  #index-body .our-other ul li {
    width: 100%!important;
  }
  #index-body .our-about .play {
    zoom: .7;
  }
  #index-body .our-other li:hover .txt h2 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #index-body .category .content .category-slick li .slide-box .img {
    zoom: .6;
  }
}
@media screen and (max-width: 500px) {
  #banner li {
    height: 250px;
  }
  #banner .banner-slick li .content .text-box h2 {
    margin-bottom: 15px;
  }
  .tit1 {
    font-size: 18px;
  }
  #banner p {
    display: none;
  }
  #index-body .our-news .grid-box {
    margin: -15px;
  }
  #index-body .our-news .column {
    padding: 15px;
  }
}
/*
#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) {
  .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;
}
/*内页*/
:root {
  --white: #fff;
  --black: #000;
}
.more {
  padding: 16px 40px;
  background: var(--color);
  display: inline-block;
  border-radius: 0px;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  color: var(--white);
}
.more i {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 9px;
}
.more::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  background: var(--black);
}
.more:hover {
  color: var(--white);
}
.more:hover::before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
}
@media screen and (max-width:700px) {
  .more{
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.inner-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.inner-banner {
  display: block;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top right;
  background-color: aliceblue;
  background-attachment: fixed;
  height: auto !important;
  padding-top: 0 !important;
}
.inner-banner:after {
  content: '';
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.inner-banner.active:after {
  opacity: 0.3;
  -webkit-transition: 1.2s 1s;
  -moz-transition: 1.2s 1s;
  -ms-transition: 1.2s 1s;
  -o-transition: 1.2s 1s;
  transition: 1.2s 1s;
}
.inner-banner .box {
  text-align: center;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}
.inner-banner.active .box {
  -webkit-transform: scale(1) translateY(-50%);
  -moz-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  -o-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
  opacity: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
}
.inner-banner .box .content {
  text-align: left;
  /*max-width: 1200px;*/
}
.inner-banner .box .mbx {
  display: block;
  font-size: 18px;
  position: relative;
  z-index: 2;
  /*line-height: 2;*/
}
.inner-banner .box .content .mbx a,
.inner-banner .box .content .mbx span {
  display: inline-block;
  text-transform: capitalize;
}
.inner-banner .box h2 {
  font-size: 30px;
  color: #fff;
  position: relative;
  margin: 10px 0;
  text-transform: capitalize;
  z-index: 1;
  line-height: 1.6;
}
.inner-banner h2:after {
  content: attr(data-text);
  font-size: 80px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: -20%;
  z-index: -2;
  opacity: 0;
}
.inner-banner.active .box h2:after {
  left: 0;
  opacity: 1;
  -webkit-transition: 1.8s 0.5s;
  -moz-transition: 1.8s 0.5s;
  -ms-transition: 1.8s 0.5s;
  -o-transition: 1.8s 0.5s;
  transition: 1.8s 0.5s;
}
.inner-banner .btn {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.inner-banner .btn a.more {
  line-height: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 35px;
  background: var(--color);
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.inner-banner .btn a.more.contact:hover {
  color: #fff;
}
.inner-banner .btn a.more:hover {
  color: #fff;
}
.inner-banner .btn a.more.contact {
  padding-left: 20px;
  background: #fff;
  color: #000;
  margin-left: 10px;
  padding: 0 0 0 10px;
}
.inner-banner .btn a.more {
  line-height: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 35px;
  background: var(--color);
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.inner-banner .btn a.more.contact i {
  text-align: center;
  color: #fff;
  background: var(--color);
  width: 50px;
  display: inline-block;
  height: 100%;
  vertical-align: top;
  padding-top: 15px;
  margin: 0 0 0 10px;
}
.inner-banner .box h6 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  margin-top: 20px;
}
.inner-banner .nav-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.inner-banner .nav-list ul {
  letter-spacing: -5px;
}
.inner-banner .nav-list ul li {
  display: inline-block;
  letter-spacing: 0;
  min-width: 320px;
  font-size: 18px;
  color: #fff;
  background: rgba(21,82,137,.6);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: 0 1px;
}
.inner-banner .nav-list ul li a {
  display: block;
  padding: 30px;
  font-weight: bold;
}
.inner-banner .nav-list ul li:hover {
  background: var(--color);
}
.inner-page .m-page {
  text-align: right;
  display: block;
  padding-top: 40px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  line-height: 50px;
  height: 50px;
  padding: 0 25px;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  background: var(--color);
  border: 1px solid var(--color);
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span {
  background: white;
  color: var(--color);
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 3px;
}
.about-page h2.h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.about-page p.p {
  font-size: 18px;
  color: #fff;
  line-height: 2;
}

/* about */
.about-ab .top {
  padding-top: 80px;
}
.about-ab .top .left {
  position: relative;
  z-index: 1;
}
.about-ab .top h2 {
  color: var(--color);
  font-size: 24px;
  padding-bottom: 20px;
  text-shadow: 0 0 2px #fff;
}
.about-ab .top h3 {
  color: #000;
  font-size: 38px;
  /*margin-bottom: 10px;*/
  /*line-height: 2;*/
}
.about-ab .top p {
  color: #363636;
  font-size: 18px;
  padding: 15px 0;
  line-height: 2;
}

.about-ab .about-factory .box:after {
  position: absolute;
  content: '';
  width: 402px;
  height: 389px;
  background: url(../images/about-after.png) no-repeat 100% 100%;
  right: -92px;
  top: -113px;
}
.about-ab .about-factory .box img {
  width: 100%;
}
.about-ab .about-factory .box .play {
  position: absolute;
  top: 50%;
  left: calc(25% - 32.5px);
  transform: translateY(-50%);
}
.about-page {
  overflow: hidden;
}
.about-page .about-ab .factory .content ul {
  margin: -10px;
}
.about-page .about-ab .factory .content ul li {
  padding: 10px;
}

.about-page .about-num ul {
  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;
}

.about-page .about-num ul li {
  padding: 15px 18.5px 5px 90px;
  position: relative;
  background: url(../images/a-icon.png) no-repeat left center;
}

.about-page .about-num ul li:last-child {
  padding: 15px 0 5px 90px;
}

.about-page .about-num ul li em {
  font-size: 48px;
  line-height: 0.9;
  color: var(--color);
  font-weight: 700;
}

.about-page .about-num ul li p {
  font-size: 18px;
  color: #545252;
}

.about-page .about-num ul li:nth-child(1) {
  background: url(/nordindustry/2026/09/01/other-icon1.png) no-repeat left center;
}

.about-page .about-num ul li:nth-child(2) {
  background: url(/nordindustry/2026/09/01/other-icon2.png) no-repeat left center;
}

.about-page .about-num ul li:nth-child(3) {
  background: url(/nordindustry/2026/09/01/other-icon3.png) no-repeat left center;
}

.about-page .about-num ul li:nth-child(4) {
  background: url(/nordindustry/2026/09/01/other-icon4.png) no-repeat left center;
}

.corporate-culture {
  padding: 70px 0;
  background: #efefef;
}
.corporate-culture .ui.container {
  display: flex;
  align-items: center;
}
.corporate-culture .left {
  width: 50%;
  padding-right: 38px;
}
.corporate-culture .left h2 {
  color: var(--color);
  font-size: 24px;
  /*line-height: 2;*/
}
.corporate-culture .left h3 {
  color: #000;
  font-size: 38px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.corporate-culture .left p {
  color: #7b7b7b;
  font-size: 18px;
  padding: 8px 0;
  line-height: 2;
}
.corporate-culture .right {
  width: 50%;
}
.corporate-culture .left p em {
  color: #000;
  text-transform: capitalize;
  font-weight: bold;
}
.corporate-culture .left ul {
  display: flex;
  margin-left: -21px;
  width: 95%;
  margin-top: 20px;
}
.corporate-culture .left ul li {
  width: 25%;
  text-align: center;
}
.corporate-culture .left ul li p {
  border: 2px solid var(--color);
  border-radius: 100%;
  height: 120px;
  width: 120px;
  line-height: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
  color: #000;
  font-size: 26px;
  font-weight: bold;
}
.corporate-culture .left ul li span {
  font-size: 14px;
  color: #000;
}

.about-page .ab-2 {
  background: url(../images/advantage-bg.jpg) no-repeat center center;
  padding-bottom: 100px;
  background-attachment: fixed;
}
.about-page .ab-2 .header {
  text-align: center;
  width: 56%;
  margin: 0 auto;
  padding-top: 70px;
}
.about-page .ab-2 .header span {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
}
.about-page .ab-2 .header h3 {
  font-size: 36px;
  line-height: 1.1;
  /*margin-top: 23px;*/
}
.about-page .ab-2 .header p {
  font-size: 18px;
  line-height: 2;
  color: #e7e7e7;
  margin-top: 0px;
}
.about-page .ab-2 .header .mores {
  width: 133px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: var(--color);
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-top: 36px;
  transition: all 0.5s ease;
}
.about-page .ab-2 .header .mores:hover {
  background: rgba(21,82,137,.7);
  transition: all 0.5s ease;
}
.about-page .ab-2 .header .play {
  margin-top: 79px;
}
.about-page .ab-2 .header .play i {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.about-page .ab-2 .header .play i::before,
.about-page .ab-2 .header .play i::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -12px;
  right: -12px;
  top: -12px;
  bottom: -12px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .ab-2 .header .play i::before {
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.about-page .ab-2 .content {
  padding-top: 70px;
  color: #fff;
}

.about-page .ab-2 .content ul li {
  padding: 0 10px;
  position: relative;
}
.about-page .ab-2 .content ul li::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}
.about-page .ab-2 .content ul li span {
  display: block;
  font-size: 18px;
  line-height: 1;
}

.about-page .ab-2 .content ul li h4 {
  display: block;
  font-size: 24px;

  font-weight: bold;
  line-height: 2;
  margin: 22.5px 0 13px;
  font-style: italic;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.about-page .ab-2 .content ul li p {
  display: block;
  font-size: 18px;
  line-height: 1.8;
  min-height: 56px;
}

.about-page .ab-2 .content ul li a.mores {
  display: inline-block;
  width: 17.5px;
  height: 17.5px;
  border: 1px solid white;
  line-height: 17.5px;
  text-align: center;
  font-size: 18px;
  margin-top: 40px;
  border-radius: 100%;
  background: transparent;
  color: #fff;
}
.about-page .ab-2 .content ul li a.mores::before {
  border-bottom-color: var(--color);
}
.about-page .ab-2 .btn {
  padding: 46px 25px 0;
  display: block;
  text-align: right;
  color: #fff;
}
.about-page .ab-2 .btn div {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .ab-2 .btn div.next {
  margin-left: 15px;
}
.about-page .ab-2 .btn div::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 2px;
  background: white;
  margin-left: 0;
  margin-top: -4px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.about-page .ab-2 .btn div:hover::after {
  width: 18px;
  margin-left: 10px;
}

.about-page .i-semi {
  text-align: center;
  padding: 80px 0 60px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f1f7fc), color-stop(50%, #ffffff));
  background: -webkit-linear-gradient(#f1f7fc 50%, #ffffff 50%);
  background: -moz-linear-gradient(#f1f7fc 50%, #ffffff 50%);
  background: linear-gradient(#f1f7fc 50%, #ffffff 50%);
}
.about-page .i-semi p.p {
  color: #000;
}
.about-page .i-semi .semi-list {
  margin-top: 40px;
  position: relative;
}
.about-page .i-semi .semi-list ul {
  padding-bottom: 80px;
}
.about-page .i-semi .semi-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 49px;
  height: 48px;
  background: url(../images/factory-l.jpg) no-repeat center;
  bottom: 0;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}
.about-page .i-semi .semi-list .slick-prev {
  right: 50%;
  margin-right: 5px;
}
.about-page .i-semi .semi-list .slick-next {
  background: url(../images/factory-r.jpg) no-repeat center;
  left: 50%;
  margin-left: 5px;
}
.about-page .i-semi .semi-list ul li {
  padding: 0 10px;
}
.about-page .i-semi .semi-list ul li img {
  width: 100%;
}
.about-page .i-semi .semi-list ul li p {
  padding: 25px 0;
  font-size: 18px;
  display: none;
}

.his-bg .ui.container {
  display: flex;
  align-items: center;
}
.his-bg {
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
}
.his-bg .left-his {
  margin-left: -13%;
  width: 38%;
}
.his-bg .right-his {
  width: 70%;
  margin-left: 5%;
}
.his-bg .right-his .about-4 h3 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 50px;
  margin-top: 0px;
}
.his-bg .right-his .about-4 h2 {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
  line-height: 2;
}

.about-page .about-3 {
  padding: 90px 0 100px;
  background: #f7f7f7;
}
.about-page .about-3 h2,
.about-page .about-network h2 {
  display: block;
  font-size: 38px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 2;
}
.about-page .about-3 .offerBox ul {
  margin: -15px;
}
.about-page .about-3 .offerBox ul li {
  padding: 15px;
}

.about-page .about-network ul {
  margin: -15px;
}

.about-page .about-network ul li {
  padding: 15px;
}

@media screen and (max-width: 1600px) {
  .about-page .i-semi .semi-list ul li p {
    padding: 15px 0 0;
  }

  .inner-banner .box {
    padding-left: 0;
  }

  .about-page .abt-2 .grid-box .right .text h2,
  .about-page .abt-7 .grid-box .right .text h2,
  .prodet-page .prodet-1 .box .right h1,
  .inner-banner .box h6,
  .prodet-page .prodet-3 h2,
  .technology-page .i-support .grid-box .column:nth-child(2) h2 {
    font-size: 30px;
  }

  .inner-banner .nav-list ul li a {
    padding: 10px;
  }
  .inner-banner .nav-list ul li {
    min-width: 220px;
  }
}

@media screen and (max-width: 1200px) {
  .inner-banner {
    height: 480px;
  }
  .inner-banner .box h2 {
    font-size: 30px;
  }
  .inner-banner .btn {
    margin-top: 20px;
  }
  .about-page .abt-2 .grid-box .right .text h2,
  .about-page .abt-7 .grid-box .right .text h2,
  .prodet-page .prodet-1 .box .right h1,
  .inner-banner .box h6,
  .prodet-page .prodet-3 h2,
  .technology-page .i-support .grid-box .column:nth-child(2) h2 {
    font-size: 24px;
  }

  .corporate-culture .left ul {
    margin-left: -10px;
  }
  .corporate-culture .left ul li p {
    width: 90px;
    height: 90px;
    line-height: 80px;
  }

  .about-page .i-semi .semi-list {
    padding: 0 7%;
  }

  .about-page h2.h2 {
    font-size: 25px;
  }

  .about-page .about-3 {
    padding: 60px 0;
  }
}

@media screen and (max-width: 1000px) {
  .xinxin table tbody {
    min-width: initial !important;
  }
  .inner-banner {
    height: 400px;
    padding-top: 120px;
  }
  .inner-banner .box h2 {
    font-size: 32px;
    border-bottom-width: 2px;
  }

  .inner-banner.active .box h2:after {
    display: none;
  }

  .about-ab .top .con {
    max-height: 500px;
    overflow: auto;
    padding-right: 10px;
  }
  .about-ab .top .con::-webkit-scrollbar-thumb {
    background: var(--color);
  }
  .about-ab .about-factory .box:after {
    display: none;
  }

  .about-page .about-num ul {
    flex-wrap: wrap;
  }

  .about-page .about-num ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  .about-page .about-num ul li:after {
    display: none;
  }

  .about-page .about-num ul li p {
    font-size: 16px;
    line-height: 2;
  }

  .about-page .about-num ul li em {
    font-size: 24px;
  }

  .corporate-culture .ui.container {
    display: block;
  }
  .corporate-culture .left {
    width: 100%;
  }
  .corporate-culture .right {
    width: 100%;
    margin-top: 20px;
  }

  .about-page .ab-2 .header {
    width: 100%;
  }

  .about-page .ab-2 .header span {
    font-size: 24px;
  }

  .about-page .ab-2 .header h3 {
    font-size: 16px;
  }

  .about-page p.p {
    font-size: 14px;
  }

  .his-bg .right-his .about-4 h3 {
    font-size: 29px;
    margin-bottom: 20px;
  }

  .about-page .about-3 h2,
  .about-page .ab-4 h2,
  .about-page .about-network h2 {
    font-size: 24px;
  }

  .about-page .about-3 .offerBox ul li {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .inner-banner {
    height: 240px;
    padding-top: 60px;
  }
  .inner-banner .btn {
    display: none;
  }
  .inner-banner .box h6 {
    font-size: 16px;
  }

  .inner-banner .nav-list {
    display: none;
  }

  .inner-banner .box .mbx {
    font-size: 16px;
  }

  .inner-banner .box h2 {
    font-size: 28px;
  }

  .about-ab .top h2 {
    font-size: 20px;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.5);
    line-height: 2;
  }
  .about-ab .top {
    padding-top: 30px;
  }
  .about-ab .top h3 {
    font-size: 32px;
    line-height: 2;
  }

  .corporate-culture {
    padding: 30px 0;
  }
  .corporate-culture .left ul {
    display: none;
  }
  .corporate-culture .right {
    width: 100%;
    display: none;
  }

  .corporate-culture .left h3 {
    font-size: 30px;
  }

  .about-page .about-2,
  .about-page .about-3,
  .about-page .about-gy,
  .about-page .i-semi {
    display: none;
  }

  .his-bg .ui.container {
    display: block;
  }
  .his-bg .left-his {
    width: 100%;
    margin-left: 0;
    display: none;
  }
  .his-bg .right-his {
    width: 100%;
    margin-left: 0;
    padding: 30px 0;
  }

  .about-page .about-3 .list ul li {
    width: 100%;
  }
  .about-page .about-3 .list ul li p {
    height: auto !important;
  }
}

@media screen and (max-width: 500px) {
  .about-page .abt-2 .grid-box .right .text h2,
  .about-page .abt-7 .grid-box .right .text h2,
  .prodet-page .prodet-1 .box .right h1,
  .inner-banner .box h6,
  .prodet-page .prodet-3 h2,
  .technology-page .i-support .grid-box .column:nth-child(2) h2 {
    font-size: 20px;
  }
  .inner-banner .box h6 {
    display: none;
  }
  .inner-banner .box h2 {
    font-size: 13px;
  }

  .inner-banner .box .mbx {
    font-size: 14px;
  }

  .about-ab .top h2 {
    font-size: 20px;
  }
  .about-ab .top h3 {
    font-size: 28px;
  }
  .about-ab .top p {
    font-size: 14px;
  }

  .about-page .about-num ul li {
    width: 100%;
  }

  .corporate-culture .left h2 {
    font-size: 20px;
  }
  .corporate-culture .left h3 {
    font-size: 28px;
  }

  .his-bg .right-his .about-4 h2 {
    font-size: 20px;
  }
}

.about-page .about-6 {
  background: url(../images/history-bg.jpg) no-repeat center;
  background-position: center bottom;
  overflow: hidden;
}
.about-page .about-6 ul {
  margin-right: -40px;
  position: relative;
  z-index: 1; 
}
.about-page .about-6 ul::after{
  content: '';
  position: absolute;
  left: -50px;
  bottom: 30px;
  width: 100%;
  height: 16px;
  background: url(../images/history-line.png) no-repeat;
  background-size: 100% auto;
}
.about-page .about-6 ul li {
  position: relative;
  padding-right: 40px;
  padding-left: 30px;
}
.about-page .about-6 ul li h4 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.3;
}
.about-page .about-6 ul li .text {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  min-height: 130px;
  max-height: 150px;
  overflow: auto;
}
.about-page .about-6 ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  /*-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  width: 26px;
  height: 197px;
  background: url(../images/history-arrow.png) no-repeat center;
}
.about-page .about-6 .slick-list {
  padding: 60px 0;
}
.about-page .about-6 .btn{
  margin-top: 30px;
}
.about-page .about-6 .btn .more{
  color: #b30005;
}
.about-page .about-6 .btn .more:hover{
  color: #fff;
}
.about-page .about-6 .slick-arrow {
    position: absolute;
    top: 50%;
    width: 46px;
	  height: 46px;
    border-radius: 50%;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    transition: .5s;
    background: #fff;
    z-index: 3;
}
.about-page .about-6 .slick-arrow:hover {
    background-color: #000;
}
.about-page .about-6 .prev{
  left: 15px;
  background: url(../images/bl.png) no-repeat center center #b30005;
}
 
.about-page .about-6 .next{
  right: 15px;
  background: url(../images/br.png) no-repeat center center #b30005;
}

@media screen and (max-width: 1400px){
  .about-page .about-6 ul {
    margin-right: -50px;
  }
  .about-page .about-6 ul li {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1250px){
  .about-page .about-6 .slick-arrow{
    display: none!important;
  }
  .about-page .about-6 ul li h4{
    font-size: 24px;
  }
}
/* news */
.news-page {
  padding: 60px 0;
}
.inner-page .sidebar-box .sidebar-left {
  width: 30%;
  border-left: 1px solid #e7e7e7;
  padding-left: 20px;
}
.inner-page .sidebar-box .sidebar-right {
  width: 70%;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type='text'] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type='submit'] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 4px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }

  .jianfengyj,
  .Auxil-industry,
  .Auxil-about {
    display: none !important;
  }
}

.list.newsList ul li {
  padding: 30px 40px;
  border-bottom: 1px dashed #ccc;
}

.list.newsList ul li .content .left.txt-center span {
  background-color: var(--color);
  color: white;
  font-size: 28px;
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 6px 0 6px 0;
}

.list.newsList ul li .content {
  display: flex;
}
.list.newsList ul li .content .right {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #d7f0ef;
  color: #2b2b2b;
}
.list.newsList ul li .content .right h3 a {
  font-weight: 700;
  color: #000;
}
.list.newsList ul li .content .right {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #ccc;
  color: #2b2b2b;
}
.list.newsList ul li .content .right p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.list.newsList ul li .content .right a {
  font-size: 18px;
  font-weight: 500;
  color: var(--color);
  transition: all 0.5s ease;
  text-transform: capitalize;
  line-height: 2;
}

@media screen and (max-width: 1000px) {
  .list.newsList ul li {
    padding: 15px 0;
  }

  .list.newsList ul li .content .right {
    margin-left: 20px;
    padding-left: 20px;
  }

  .list.newsList ul li .content .left.txt-center span {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 700px) {
  .list.newsList ul li .content .right{
    margin-left: 10px;
    padding-left: 10px;
  }
}
.newdet-content .category {
  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-bottom: 15px;
}
.newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color);
  border: 1px solid var(--color);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.newdet-content .category a:hover {
  background: var(--color);
  color: #fff;
}
.newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.newdet-content .category .time {
  font-size: 14px;
  margin-left: 12px;
  color: #aaa;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.newdet-content .category .time span {
  color: #000;
  margin-left: 10px;
}
.newdet-content h1.n-title {
  font-size: 35px;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
  line-height: 2;
}
.newdet-content .content {
  font-size: 18px;
  color: #555;
  line-height: 2;
}
.newdet-content .content .icon {
  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: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  color: #555;
  margin-top: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.newdet-content .content .icon a:hover {
  color: var(--color);
}
.newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-content .m-link a {
  width: 50%;
  padding: 35px 0;
  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;
}
.newdet-content .m-link a .r-img {
  margin-right: 20px;
}
.newdet-content .m-link a .r-img img {
  display: block;
  width: 110px;
  min-width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*margin-bottom: 8px;*/
  max-width: 255px;
}
.newdet-content .m-link a .r-text p:hover {
  color: var(--color);
}
.newdet-content .m-link a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.newdet-content .m-link a.left {
  padding-right: 30px;
  border-right: 1px solid #e7e7e7;
}
.newdet-content .m-link a.right {
  padding-left: 30px;
}
.newdet-content .n-form {
  margin-top: 60px;
}
.newdet-content .n-form .text h3 {
  font-size: 30px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.newdet-content .n-form .text p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 30px;
}
.newdet-content .n-form .text p span {
  color: var(--color);
}
.newdet-content .n-form form span.span {
  font-size: 14px;
  display: inline-block;
  color: #555;
  margin-bottom: 25px;
}
.newdet-content .n-form form textarea,
.newdet-content .n-form form input[type='text'] {
  width: 30%;
  height: 54px;
  border: 1px solid #e7e7e7;
  padding: 0 20px;
  color: #555555;
  font-size: 14px;
  margin-bottom: 30px;
}
.newdet-content .n-form form textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
}
.newdet-content .n-form form .n-input {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-content .n-form form p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 45px;
}
.newdet-content .n-form form button {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 15px 35px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  border: none;
}
.newdet-content .n-form form button:hover::after {
  width: 100%;
}
.newdet-content .n-form form button span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.newdet-content .n-form form button::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.newdet-content .content p {
  padding: 15px 0;
  color: #000;
}
.newdet-content .content h2 {
  font-size: 24px;
  color: #000;
}

@media screen and (max-width: 1000px) {
  .newdet-content {
    padding-right: 0;
  }

  .newdet-content .content {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .newdet-content .m-link {
    display: block;
  }
  .newdet-content .m-link a {
    width: 100%;
    padding: 10px 0;
  }
  .newdet-content .m-link a.right {
    padding-left: 0;
  }
  .newdet-content .n-form form textarea,
  .newdet-content .n-form form input[type='text'] {
    width: 100%;
  }
  .newdet-content h1.n-title {
    font-size: 24px;
  }
}
.contact-page .social-links a {
  margin: 0 15px;
  color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.contact-page .contact-1 {
  padding: 50px 0 120px;
}
.contact-page .contact-1 .list ul {
  margin: -8px;
}
.contact-page .contact-1 .list ul li {
  padding: 8px;
}
.contact-page .contact-1 .list ul li .box {
  -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  text-align: center;
  padding-bottom: 30px;
}
.contact-page .contact-1 .list ul li .box span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: var(--color);
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.contact-page .contact-1 .list ul li .box span i {
  color: white;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .list ul li .box span:after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: inherit;
}
.contact-page .contact-1 .list ul li .box span:before {
  content: '';
  border-right: 13px solid transparent;
  border-bottom: 12px solid var(--color);
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.contact-page .contact-1 .list ul li .box h5 {
  font-size: 18px;
  line-height: 1;
  padding: 25px 0 15px;
  font-weight: bold;
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
  min-height: 100px;
}

.join-us-page .join-us-2 {
  padding: 100px 0 80px;
}
.join-us-page .join-us-2 h3 {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
.join-us-page .join-us-2 .text {
  display: block;
  font-size: 16px;
  color: #838383;
  font-weight: 300;
  line-height: 2;
  margin-top: 20px;
}

.join-us-page .join-us-2 .from ul {
  margin: -10px -18px;
}
.join-us-page .join-us-2 .from ul li {
  padding: 10px 18px;
}
.join-us-page .join-us-2 .from ul li label {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 300;
}
.join-us-page .join-us-2 .from ul li input,
.join-us-page .join-us-2 .from ul li textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #dedede;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.join-us-page .join-us-2 .from ul li input:focus,
.join-us-page .join-us-2 .from ul li textarea:focus {
  border-color: var(--color);
}
.join-us-page .join-us-2 .from ul li textarea {
  height: 100px;
}
.join-us-page .join-us-2 .from ul li input[type='submit'] {
  background: var(--color);
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-transform: capitalize;
  padding: 15px 10px;
  width: 145px;
  border-radius: 10px;
}
.join-us-page .join-us-2 .from ul li input[type='submit']:hover {
  background: black;
}
.join-us-page .join-us-2 .from ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width:1000px) {
  .join-us-page .join-us-2 .from{
    margin-bottom: 25px;
  }
  .join-us-page .join-us-2 .map{
    padding-left: 0;
  }
}
@media screen and (max-width:700px) {
  .join-us-page .join-us-2{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .join-us-page .join-us-2 .from ul li input[type='submit']{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .contact-page .contact-1{
    padding-bottom: 50px;
  }
}
.factory-page {
  padding: 90px 0 110px;
}
.factory-page img {
  display: block;
  margin: 0 auto;
}

.factory-page .list ul {
  margin: -15px;
}
.factory-page .list ul li {
  padding: 15px;
}

.faq-page {
  padding: 120px 0;
}
.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 18px;
  line-height: 1.8;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .faq-page {
    padding: 60px 0;
  }
  .faq-page ul li h4 {
    font-size: 18px;
    line-height: 1.6;
  }
  .faq-page ul li .content {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .faq-page {
    padding: 30px 0;
  }
}

.p05 h2 {
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p05 div,
.p05 p {
  font: inherit;
}
.white {
  color: #fff;
}

.p05 .support .item {
  display: flex;
  align-items: center;
  margin: 30px 0;
  padding-bottom: 88px;
}

.p05 .support .item:nth-child(odd) {
  flex-direction: row-reverse;
}

.p05 {
  font-size: 16px;
}

.p05 h2 {
  margin-bottom: 40px;
}

.p05 .samples,
.p05 .consultation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 120px auto;
}

.p05 .samples .mml-text,
.p05 .consultation .mml-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  max-width: 50%;
  color: #565656;
  font-size: 18px;
}

.p05 .samples .mml-image,
.p05 .consultation .mml-image {
  margin: auto;
}

.p05 .samples h2,
.p05 .consultation h2 {
  color: black;
  text-align: initial;
  line-height: 1.4;
}

.p05 .samples p,
.p05 .samples ul,
.p05 .consultation p,
.p05 .consultation ul {
  margin-top: 15px;
  line-height: 2;
}

.p05 .samples li,
.p05 .consultation li {
  margin: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}

.p05 .samples .green,
.p05 .consultation .green {
  margin-right: 5px;
  color: var(--color);
}

.p05 .consultation {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  /*max-width: 1404px;*/
}

.p05 .stable {
  overflow: hidden;
  padding: 120px 0;
  background-color: #19181d;
  text-align: center;
}

.p05 .stable p {
  margin: 0 auto 15px;
  max-width: 750px;
  color: gray;
  line-height: 2;
}

.p05 .slicker-stable {
  /*max-width: 1700px;*/
  margin: 60px 0 0;
  /*-webkit-transform: translate(25%, 0);
  -ms-transform: translate(25%, 0);
  transform: translate(25%, 0)*/
}
.p05 .slicker-stable {
  margin-right: -10%;
}
.p05 .slicker-stable .slick-list {
  padding-right: 200px !important;
}
.p05 .slicker-stable .slick-slide {
  position: relative;
  margin: 0 20px;
}

.p05 .slicker-stable .slick-slide:before {
  content: '\20';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  /*background-color: rgba(25, 24, 29, .5);*/
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s;
}

.p05 .slicker-stable .slick-slide.slick-current:before {
  opacity: 0;
}

.p05 .slick-dots {
  max-width: 820px;
  width: 50%;
  margin: 40px auto 0;
}

.p05 .slick-dots > li {
  display: inline-block;
  background-color: #f7f7f7;
}

.p05 .slick-dots > li.slick-active {
  background-color: var(--color);
}

.p05 .support {
  overflow: hidden;
  color: white;
}

.p05 .support .mml-row {
  margin: 60px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p05 .support .mml-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.p05 .support .mml-image {
  margin: auto;
}

.p05 .support .mml-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  max-width: 50%;
  color: #000;
  text-align: initial;
}

.p05 .support .sup-title {
  display: block;
  margin-top: 70px;
  color: #111;
  line-height: 2;
}

.p05 .support h3 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 2;
}

.p05 .support p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 2;
}

@media (max-width: 1200px) {
  .p05 .slicker-stable {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .p05 .slick-dots {
    max-width: unset;
    width: unset;
  }
}

@media (max-width: 1000px) {
  .p05 .consultation,
  .p05 .samples {
    display: block;
  }

  .p05 .consultation .mml-image,
  .p05 .samples .mml-image {
    width: unset;
  }

  .p05 .consultation .mml-text,
  .p05 .samples .mml-text {
    margin: auto;
  }
}

@media (max-width: 780px) {
  .p05 .support .mml-row {
    display: block;
    margin: 40px auto;
  }

  .p05 .support .mml-image {
    width: unset;
    max-width: unset;
  }

  .p05 .support .mml-text {
    margin: auto;
  }

  .p05 .support .sup-title {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .p05 h2 {
    margin-bottom: 20px;
  }

  .p05 .consultation,
  .p05 .samples {
    margin: 40px 0;
  }

  .p05 .stable {
    padding: 40px 0;
  }

  .p05 .slicker-stable,
  .p05 .slick-dots {
    margin-top: 20px;
  }
}

.p05 .support .ui.container {
  max-width: 1404px;
}

.p05 h2 {
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p05 div,
.p05 p {
  font: inherit;
}
.white {
  color: #fff;
}
.p05 .slick-dots button {
  display: none;
}
.p05 .slick-dots > li {
  margin: 0 10px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s;
}
.p05 .slick-dots > li.slick-active {
  background-color: #fff;
}

@media only screen and (max-width: 1000px) {
  .p05 .samples .mml-text,
  .p05 .consultation .mml-text {
    max-width: 100%;
  }

  .p05 h2 {
    font-size: 30px;
  }

  .p05 .support .item {
    display: block;
  }

  .p05 .support .mml-text {
    max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .p05 .consultation {
    display: block;
  }
  .p05 .samples,
  .p05 .consultation {
    display: block;
  }
  .p05 .samples .mml-image,
  .p05 .consultation .mml-image {
    width: 100%;
  }
  .p05 .support .mml-image img {
    width: 100%;
  }
  .p05 .samples .mml-image img,
  .p05 .consultation .mml-image img {
    width: 100%;
  }
}
@media screen and (max-width: 501px) {
  .p05 .slicker-stable .slick-list {
    padding-right: 100px !important;
  }
}

.p06-1-s5 {
  padding-bottom: 160px;
}

.p06-1-s5 .mml-row > ul > li {
  margin-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p06-1-s5 .mml-row > ul > li:nth-child(odd) .text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.p06-1-s5 .mml-row > ul > li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p06-1-s5 .mml-row > ul > li:nth-child(even) .text-wrap {
  padding-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.p06-1-s5 h2 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  color: #363636;
  line-height: 1.3;
}

.p06-1-s5 p {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #767676;
}

.p06-1-s5 .img-wrap {
  max-width: 822px;
  width: 54%;
}

.p06-1-s5 .text {
  max-width: 593px;
}

.p06-1-s5 .swiper-pagination {
  position: absolute;
  margin-top: 0;
}

.p06-1-s5 .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
}

@media (max-width: 1200px) {
  .p06-1-s2 .small {
    margin-top: 0;
    max-width: 100%;
  }

  .p06-1-s4 .text {
    margin: 0;
  }
}

@media (max-width: 960px) {
  .p06-1-s2 .tab {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p06-1-s2 .tab li {
    width: calc(50% - 2px);
    margin-bottom: 2px;
  }

  .p06-1-s5 h2 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .p06-1-s1 {
    padding: 40px 0;
  }

  .p06-1-s4 .text {
    padding: 10px;
  }

  .p06-1-s5 {
    padding-bottom: 40px;
  }

  .p06-1-s5 .mml-row > ul > li {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p06-1-s5 .mml-row > ul > li:nth-child(odd) .img-wrap,
  .p06-1-s5 .mml-row > ul > li:nth-child(even) .img-wrap {
    width: 100%;
  }

  .p06-1-s5 .mml-row > ul > li:nth-child(odd) .text-wrap,
  .p06-1-s5 .mml-row > ul > li:nth-child(even) .text-wrap {
    margin-top: 20px;
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p06-1-s5 .mml-row > ul > li:nth-child(odd) .text,
  .p06-1-s5 .mml-row > ul > li:nth-child(even) .text {
    max-width: 100%;
    text-align: center;
  }
}

@media (max-width: 540px) {
  .p06-1-s2 .tab li {
    width: 100%;
  }
}

.product-page {
  padding: 50px 0;
  background-color: #f1f1f1;
}
.Auxil-catdes{
  max-height: calc(2em * 10);
  overflow-y: auto;
}

.inner-page.product-page.product2-page.mulu .side_nav {
  text-align: center;
  margin-bottom: 25px;
}
.inner-page.product-page.product2-page.mulu .side_nav span {
  margin: 5px 35px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  z-index: 2;
}
.inner-page.product-page.product2-page.mulu {
  padding: 70px 0 0px;
}
.pro-list-yd ul.fenlei li .yd-maintop {
  display: flex;
  align-items: center;
  align-content: center;
  background: #fff;
}
.pro-list-yd ul.fenlei li .yd-maintop .left {
  width: 50%;
  padding-right: 70px;
  padding-left: 60px;
}
.pro-list-yd .hezi {
  padding: 10px;
  background: #f0f0f0;
}
.pro-list-yd ul.fenlei li .yd-maintop .left a.more.more_cont {
  margin-top: 20px;
}
.pro-list-yd ul.fenlei li .yd-maintop .right {
  width: 50%;
}
.pro-list-yd ul.fenlei li .yd-maintop .left h2 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
}
.pro-list-yd ul.fenlei li .yd-maintop .left p {
  font-size: 18px;
}
.pro-list-yd ul.fenlei li .yd-maintop .right img {
  width: 100%;
  object-fit: cover;
  height: 600px;
}

.yd-mainbottom ul li {
  width: 25%;
  padding: 10px;
  text-align: center;
}
.yd-mainbottom ul li a {
  display: block;
}
.yd-mainbottom ul li .cp-dd {
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.yd-mainbottom ul li .cp-dd .text {
  background: #f0f0f0;
  padding: 10px;
  font-size: 16px;
  height: 68px;
}

.pro-list-yd ul.fenlei li .yd-maintop .left-text {
  max-height: 300px;
  overflow: overlay;
}

.yd-mainbottom {
  margin-top: 50px;
}

.inner-page.prodet-page .prodet-22 .right .faq-box ul.animate-father {
  max-height: 350px;
  overflow: overlay;
}

.prodet-page .prodet-1 .left .big {
  background: #fdfdfd;
  border: 1px solid rgb(0 0 0/3%);
}

.prodet-page .prodet-1 .left .proview-img {
  margin-top: 10px;
}
.prodet-page .prodet-1 .left .proview-img img {
  background: #fdfdfd;
  border: 1px solid rgb(0 0 0/3%);
}

.inner-page.product-page.product2-page.mulu .pro-list-yd ul.fenlei li.dabeijing:nth-child(even) {
  background: url(/template/en/images/nbg.jpg) no-repeat center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
li.dabeijing {
  padding: 50px;
}
.yd-mainbottom ul li .cp-dd .cp-img {
  background: #fff;
}

.inner-page.product-page.product2-page.mulu .side_nav a.list {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  background: #000;
  padding: 8px 12px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  margin-top: 1.3rem;
}
.inner-page.product-page.product2-page.mulu .side_nav a.list:after {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.inner-page.product-page.product2-page.mulu .side_nav a.list:hover:after {
  width: 100%;
}

.product2-page .product-list ul li:hover img {
  transform: scale3d(1.05, 1.05, 1);
  transition: all 0.5s ease;
}

.yd-mainbottom .slick-prev {
  background: url('../images/inner-l.png') no-repeat center center rgba(255, 255, 255, 0);
  left: -55px;
}

.yd-mainbottom .slick-next {
  background: url('../images/inner-r.png') no-repeat center center rgba(255, 255, 255, 0);
  right: -55px;
}

.yd-mainbottom .slick-arrow {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 101px;
  border-radius: 5px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  transform: translateY(-50%);
  transition: 0.5s;
}

@media screen and (max-width: 1440px) {
  .yd-mainbottom ul li .cp-dd .text {
    height: 90px;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .left {
    padding: 0 40px;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .left h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1280px) {
  .pro-list-yd ul.fenlei li .yd-maintop .left {
    padding: 0 30px;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .left h2 {
    font-size: 36px;
  }
  .yd-mainbottom .slick-prev {
    left: -20px;
  }
  .yd-mainbottom .slick-next {
    right: -20px;
  }
}

@media screen and (max-width: 1000px) {
  .inner-banner .box h2 {
    display: none !important;
  }
  .inner-page.product-page.product2-page.mulu {
    padding: 60px 0 0 0;
  }
  .pro-list-yd ul.fenlei li .yd-maintop {
    display: block;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .left {
    width: 100%;
    padding: 20px;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .right {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 500px) {
  .pro-list-yd ul.fenlei li .yd-maintop .left h2 {
    font-size: 26px;
    line-height: 1.2;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .right img {
    height: auto;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .left {
    padding: 20px 15px;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .right {
    padding: 0 15px;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .left p {
    font-size: 14px;
    line-height: 1.5;
  }
}

.inner-page .sideBox .sidebar-left {
  width: 25%;
}

.inner-page .sideBox .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}
.inner-page .sideBox .sidebar-left .inner .inner-search {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type='text'] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;
  font-weight: 200;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type='submit'] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search-icon.png) no-repeat center center var(--color);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li {
  padding: 8px 0;
  font-size: 17px;
  position: relative;
  color: #000000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 2;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li ul {
  margin-top: 16px;
  /*display: none;*/
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 5px;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li a {
  padding-right: 20px;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li a span {
  color: #aaa;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li:hover {
  color: var(--color);
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li.active {
  color: #000;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li:first-child {
  padding-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li:last-child {
  padding-bottom: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li {
  padding: 0.75rem 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 1rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 17px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.4rem;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: var(--color);
  display: block;
  font-size: 14px;
  line-height: 1;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact {
  background: url(../images/pro-011.jpg) no-repeat center center;
  padding: 10.75rem 2rem 2.75rem;
  color: #fff;
  background-size: cover;
  position: relative;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact h5 {
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: bold;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact h6 {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 1.1rem;
  text-transform: capitalize;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 14px;
  color: var(--color);
  text-transform: capitalize;
  background: #fff;
  padding: 8px 12px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  margin-top: 1.3rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover {
  color: #fff;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}

.inner-page .sideBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.inner-banner{
    margin-top: 79px;
}
.inner-banner.active.pro {
  height: 780px;
  padding-top: 310px;
  width: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
}

.inner-page .sideBox .sidebar-left .inner .inner-contact:after {
  content: '';
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
}

.inner-page .sideBox .sidebar-left .inner .inner-contact .c-box {
  z-index: 99;
  position: relative;
}
.inner-page .sideBox .sidebar-right {
  width: 75%;
  padding-left: 5%;
}

@media screen and (max-width: 1000px) {
  .inner-page .sideBox .sidebar-left {
    display: none;
  }
  .inner-page .sideBox .sidebar-right {
    width: 100%;
    padding-left: 0;
  }
}

/*pro-list*/
product2-page {
  padding: 5rem 0 5rem;
}

.product2-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}
.product2-page .product-list ul li {
  padding: 0 0.75rem;
  margin-bottom: 1.5rem;
}

.product2-page .product-list ul li .img img {
  height: 450px;
  object-fit: cover;
  width: 100%;
}

.product2-page .product-list ul li.wid-100 {
  width: 100%;
}

.product2-page .product-list ul li .pro-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.product2-page .product-list ul li .pro-box .imgbox {
  position: relative;

  background: #fbfbfb;
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(1) {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(2) {
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.product2-page .product-list ul li .pro-box:hover::after {
  bottom: 0;
  background: #46696b;
}
.product2-page .product-list ul li .pro-box::after {
  content: none;
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #000000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product2-page .product-list ul li .pro-box h5 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding: 1rem 0 0;
  line-height: 2;
}
.product2-page .product-list ul li .pro-box .btm a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  background: #000;
  padding: 8px 12px;
  position: relative;
  z-index: 2;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  margin-bottom: 1.3rem;
}
.product2-page .product-list ul li .pro-box .btm a::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.product2-page .product-list ul li .pro-box .btm a:hover::after {
  width: 100%;
}
.product2-page .product-list ul li .pro-box .btm span.block {
  padding: 5px 0;
}
.product2-page .product-list ul li .pro-box .text .neirong {
  font-weight: 300;
  overflow-y: auto;
  max-height: 145px;
  margin-top: 10px;
}
.prodet-page .product-2 .content img {
  padding-bottom: 10px;
}

.product2-page .product-list ul li .pro-box:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(1) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(2) {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box h5:hover {
  color: var(--color);
}
.product2-page .product-list ul li .pro-box h5 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product2-page .product-list ul li .pro-box .pro-img {
  display: block;
  margin-bottom: 2.5rem;
}
.product2-page .product-list ul li .pro-box .text {
  padding: 0 30px 0 30px;
  font-size: 16px;
  color: #757575;
  padding-bottom: 1rem;
}
.product2-page .product-list ul li .pro-box .text p {
  position: relative;
  font-size: 16px;
  color: #555;
}
.product2-page .product-list ul li .pro-box .text p strong {
  color: #000;
}
.product2-page .product-list ul li .pro-box .btm {
  padding: 30px 0px 0px 0px;
}

.product2-page .product-list ul li .pro-box .btm .tupianji {
  margin: -5px;
}
.product2-page .product-list ul li .pro-box .btm .tupianji .item {
  padding: 5px;
  width: 20%;
}

.product2-page .product-list ul li .pro-box .more {
  display: inline-block;
  padding: 12px 22px 12px 15px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
  background: #000000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product2-page .product-list ul li .pro-box .more:hover {
  background: #46696b;
}
.product2-page .product-list ul li .pro-box .more i {
  margin-left: 1.2rem;
  font-size: 12px;
}

.inner-page.product2-page p {
  color: #000;
  line-height: 2;
  padding: 5px 0;
}

.product2-page .product-list ul li .pro-box .btm 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;
  margin: 0 -10px;
}

.product2-page .product-list ul li .pro-box .btm ul li {
  display: inline-block;
  width: auto !important;
  margin-bottom: 0;
  padding: 0 6px;
}

.product2-page .product-list ul li .pro-box .btm ul li .coloritem {
  width: 25px;
  height: 25px;
  display: block;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(1) .coloritem {
  background: #ebd5d3;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(2) .coloritem {
  background: #7d96a2;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(3) .coloritem {
  background: #7f9c90;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(4) .coloritem {
  background: #8a2a2b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(5) .coloritem {
  background: #19315b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(6) .coloritem {
  background: #000;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(7) .coloritem {
  background: #d7d2cb;
}
.product2-page .product-list ul li .pro-box h5 a {
  text-transform: capitalize;
}

@media screen and (max-width: 1200px) {
  .product2-page .product-list ul li {
    width: 50% !important;
  }
}

@media screen and (max-width: 700px) {
  .product2-page .product-list ul li .pro-box .text {
    padding: 0 15px 15px;
  }
}

@media screen and (max-width: 1000px) {
  .product2-page .product-list ul li {
    width: 100% !important;
  }
}

.prodet-page .det-1 {
  padding: 50px 0;
  background-color: #f1f1f1;
}
.prodet-page .det-1 .grid-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.prodet-page .det-1 .grid-box .left .ig .big-img {
  text-align: center;
  border: 2px solid #e1e1e1;
}
.prodet-page .det-1 .grid-box .left .ig .big-img img {
  width: 100%;
}
.prodet-page .det-1 .grid-box .gallery {
  margin-top: 10px;
  text-align: left;
  position: relative;
}
.prodet-page .det-1 .grid-box .gallery .plays {
  position: absolute;
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  cursor: pointer;
}
.prodet-page .det-1 .grid-box .gallery .plays img {
  max-width: 60px;
}
.prodet-page .det-1 .grid-box .gallery .slick-track {
  margin-left: 0;
}
.prodet-page .det-1 .grid-box .gallery ul {
  margin: 0 -5px;
}
.prodet-page .det-1 .grid-box .gallery ul li {
  padding: 0 5px;
}
.prodet-page .det-1 .grid-box .gallery ul li .img {
  text-align: center;
  border: 2px solid #e1e1e1;
}
.prodet-page .det-1 .grid-box .right {
  padding-left: 3%;
  padding-bottom: 90px;
}
.prodet-page .det-1 .grid-box .right .text h1 {
  font-size: 40px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 40px;
  margin-top: 10px;
  text-transform: capitalize;
  line-height: 1.3;
}
.prodet-page .det-1 .grid-box .right .text h6 {
  font-size: 24px;
  text-transform: ca;
  color: var(--color);
  font-weight: bold;
  line-height: 1.3;
}
.prodet-page .det-1 .grid-box .right .text .con {
  font-size: 20px;
  color: #616161;
  line-height: 2;
  max-height: calc(2em * 6);
  overflow-y: auto;
}
.prodet-page .det-1 .grid-box .right .text .con span {
  font-weight: bold;
}
.prodet-page .det-1 .grid-box .right .text .share {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.prodet-page .det-1 .grid-box .right .text .share h5 {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
}
.prodet-page .det-1 .grid-box .right .text .share ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  width: auto;
  color: #666;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
.prodet-page .det-1 .grid-box .right .text .share .icon {
  display: flex;
  justify-content: center;
  margin-left: 15px;
}
.prodet-page .det-1 .grid-box .right .text .share .icon a {
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 1;
  color: #000;
  transition: 0.5s;
}
.prodet-page .det-1 .grid-box .right .text .share .icon a:hover {
  background: var(--color);
  border: 1px solid var(--color);
}
.prodet-page .det-1 .grid-box .right .text .mores {
  left: 53%;
  bottom: 0;
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
  margin-top: 40px;
}
.prodet-page .det-1 .grid-box .right .text .mores .fl {
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
}
.prodet-page .det-1 .grid-box .right .text .mores a {
  margin: 5px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid var(--color);
  color: #1c1c1c;
  padding: 11px 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  line-height: 2;
}
.prodet-page .det-1 .grid-box .right .text .mores a:hover {
  color: #fff;
  background-color: var(--color);
}

.prodet-page .det-1 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.prodet-page .det-1 .slick-arrow:hover {
  background-color: var(--color);
}
.prodet-page .det-1 .slick-slider:hover .slick-arrow {
  opacity: 1;
}
.prodet-page .det-1 .slick-prev {
  background: url('../images/banner-btn-l.png') no-repeat center center rgba(0, 0, 0, 0.3);
  left: 5px;
}
.prodet-page .det-1 .slick-next {
  background: url('../images/banner-btn-r.png') no-repeat center center rgba(0, 0, 0, 0.3);
  right: 5px;
}

.prodet-page .det-2 {
  margin-top: 60px;
}
.prodet-page .det-2 .tabs ul {
  border-bottom: 2px solid #e1e1e1;
}
.prodet-page .det-2 .tabs ul li {
  display: inline-block;
  margin-right: 15px;
}
.prodet-page .det-2 .tabs ul li a {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 8px 24px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  line-height: 2;
}
.prodet-page .det-2 .tabs ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 0%;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .det-2 .tabs ul li a:hover {
  color: var(--color);
}
.prodet-page .det-2 .tabs ul li.active a {
  color: var(--color);
}
.prodet-page .det-2 .tabs ul li.active a::after {
  width: 100%;
}
.prodet-page .det-2 .related {
  margin-top: 19px;
}
.prodet-page .det-2 .related ul li.active {
  display: block;
}
.prodet-page .det-2 .related ul li .con {
  font-size: 20px;
  color: #000;
  line-height: 2;
}

.prodet-page .det-2 .related ul li .con video {
  max-width: 100%;
  max-height: 80vh;
}

.prodet-page .det-2 .related ul li .con strong {
  font-weight: bold;
}
.prodet-page .det-2 .related ul li .con-img {
  display: flex;
  margin: 0 -10px;
}
.prodet-page .det-2 .related ul li .con-img img {
  display: inline-block;
  padding: 0 10px;
  width: 33.3333%;
}

.prodet-page .det-3 {
  margin-top: 60px;
}
/*.prodet-page .det-3 .title {
  text-align: center;
}*/
.prodet-page .det-3 .title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 30px;
  border-bottom: 2px solid #e1e1e1;
}
.prodet-page .det-3 .title h3 span {
  display: inline-block;
  position: relative;
  padding: 10px;
  font-size: 39px;
  line-height: 2;
}
.prodet-page .det-3 .title h3 span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.prodet-page .det-3 .det-3-box ul {
  margin: 0 -15px;
  position: relative;
}
.prodet-page .det-3 .det-3-box ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.prodet-page .det-3 .det-3-box ul li .ig {
  display: block;
}
.prodet-page .det-3 .det-3-box ul li .ig .img {
  position: relative;
  border: 2px solid #d6d6d6;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: var(--color);
  -webkit-transition: 0.45s;
  -moz-transition: 0.45s;
  -ms-transition: 0.45s;
  -o-transition: 0.45s;
  transition: 0.45s;
  opacity: 0;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span:hover {
  background-color: #1c1c1c;
}
.prodet-page .det-3 .det-3-box ul li .ig .text {
  text-align: center;
  margin-top: 12.5px;
}
.prodet-page .det-3 .det-3-box ul li .ig .text h4 {
  padding: 0 15px;
  margin: 30px 0 20px;
  font-size: 18px;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: 500;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img {
  border-color: var(--color);
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img span {
  opacity: 1;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .text h4 {
  color: var(--color);
}
.prodet-page .det-3 .det-3-box ul .slick-arrow {
  position: absolute;
  top: 34%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .det-3 .det-3-box ul .slick-arrow.slick-prev {
  background-image: url('../images/banner-btn-l.png');
  left: -40px;
}
.prodet-page .det-3 .det-3-box ul .slick-arrow.slick-next {
  background-image: url('../images/banner-btn-r.png');
  right: -40px;
}

.prodet-page .form ul {
  margin: -10px;
}
.prodet-page .form ul li {
  padding: 10px;
}
.prodet-page .form ul li input,
.prodet-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .form ul li input:focus,
.prodet-page .form ul li textarea:focus {
  border-color: var(--color);
}
.prodet-page .form ul li textarea {
  height: 120px;
}
.prodet-page .form ul li input[type='submit'] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-weight: bold;
}
.prodet-page .form ul li input[type='submit']:hover {
  color: white;
  background-color: var(--color);
  border-color: var(--color);
}
.prodet-page .form ul li.wid-100 {
  width: 100%;
}

@media screen and (max-width: 1430px) {
  .prodet-page .det-1 .grid-box .right .text .mores .fl {
    float: none;
  }

  .prodet-page .det-1 .grid-box .right .text .mores a {
    float: none;
  }

  .prodet-page .det-1 .grid-box .right .text h6 {
    font-size: 20px;
  }

  .prodet-page .det-1 .grid-box .right .text h1 {
    font-size: 30px;
  }

  .prodet-page .det-1 .grid-box .right .text .con {
    font-size: 16px;
  }

  .prodet-page .det-2 .related ul li .con {
    font-size: 16px;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 16px;
  }
  .prodet-page .det-1 .grid-box .left {
    width: 100%;
  }
  .prodet-page .det-1 .grid-box .right {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .prodet-page .det-1 .grid-box .right .text .mores {
    position: relative;
    left: 0;
    width: 100%;
  }

  .prodet-page .det-1 .grid-box .right .text h6 {
    font-size: 16px;
  }

  .prodet-page .det-1 .grid-box .right .text h1 {
    font-size: 24px;
  }

  .prodet-page .det-3 .title h3 span {
    font-size: 24px;
  }

  .prodet-page .det-1 .grid-box .right .text .share h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .det-2 .tabs ul {
    border: none;
  }
  .prodet-page .det-2 .tabs ul li {
    display: block;
    text-align: center;
    border-bottom: 2px solid #e1e1e1;
  }
  .prodet-page .det-2 .tabs ul li a {
    display: block;
    font-size: 20px;
  }
  .prodet-page .det-3 .det-3-box ul li {
    padding: 0 5px;
  }
  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 14px;
  }

  .prodet-page .det-3 .det-3-box ul .slick-arrow.slick-prev {
    left: 0px;
  }
  .prodet-page .det-3 .det-3-box ul .slick-arrow.slick-next {
    right: 0px;
  }
.prodet-page .form ul li input[type='submit'],
  .prodet-page .form ul li input,
  .prodet-page .form ul li textarea {
    padding: 5px;
  }

}

.seo_title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2;
}

#seo_about ._box {
  margin: -15px;
}

#seo_about ._left,
#seo_about ._right {
  padding: 15px;
}

#seo_about ._right ._text {
  max-height: 400px;
  overflow-y: auto;
  line-height: 2;
}

#honor_list ul {
  margin: -15px;
}

#honor_list ul li {
  padding: 15px;
}

#news_list ul {
  margin: -15px;
}

#news_list ul li {
  padding: 15px;
}

#news_list ._time span {
  display: inline-block;
  padding: 5px;
}

#news_list ._time span._cate {
  color: #ffffff;
  background-color: #000000;
}

#news_list ._time span._date {
  background-color: #cccccc;
}

#news_list ._table {
  padding: 20px;
  border: 2px solid #cccccc;
}
#news_list ._table .font-20 {
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  #seo_about ._right ._text {
    max-height: 250px;
  }
}

@media screen and (max-width: 1000px) {
  #seo_about ._left,
  #seo_about ._right {
    width: 100% !important;
  }
}
#seo_fromBtn {
  display: none !important;
}
#seo_public_from {
  padding: 80px 0;
  background: #f9f9f9;
}
#seo_public_from h4 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
#seo_public_from .seo_public_from {
  margin-top: 30px;
}
#seo_public_from .seo_public_from ul {
  margin: -10px;
}
#seo_public_from .seo_public_from ul li {
  padding: 10px;
}
#seo_public_from .seo_public_from ul li.wid-100 {
  width: 100%;
}
#seo_public_from .seo_public_from ul li input,
#seo_public_from .seo_public_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  color: black;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#seo_public_from .seo_public_from ul li input:focus,
#seo_public_from .seo_public_from ul li textarea:focus {
  border-color: black;
}
#seo_public_from .seo_public_from ul li textarea {
  height: 120px;
}
#seo_public_from .seo_public_from ul li input[type='submit'] {
  width: auto;
  display: inline-block;
  padding: 10px 30px;
  background: #222;
  color: white;
}
#seo_public_from .seo_public_from ul li input[type='submit']:hover {
  opacity: 0.7;
}
@media screen and (max-width:700px) {
  .seo_title{
    font-size: 24px;
  }
  #seo_public_from{
    padding: 50px 0;
  }
}
.jianfengyj {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-page .sideLeft {
  width: 30%;
  padding-right: 30px;
}

.inner-page .sideLeft .box {
  padding: 30px;
  background: #f7f7f7;
}

.inner-page .sideLeft .box h3 {
  display: block;
  padding: 30px 20px;
  background: var(--color);
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.inner-page .sideLeft .box .list ul li {
  margin-top: 6px;
  padding: 15px 20px;
  border-left: 4px solid var(--color);
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.inner-page .sideLeft .box .list ul li:before {
  content: '';
  width: 10px;
  height: 1px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.inner-page .sideLeft .box .list ul li ul li:before {
  display: none;
}

.inner-page .sideLeft .box .list ul li i {
  width: 60px;
  height: 60px;
  font-size: 24px;
  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;
  position: absolute;
  top: -4px;
  right: -10px;
  cursor: pointer;
}

.inner-page .sideLeft .box .list ul li .children {
  display: none;
}

.inner-page .sideLeft .box .list ul li .children li {
  border-left: 0;
}

.inner-page .sideLeft .box .list ul li img {
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.inner-page .sideLeft .box .list ul li:hover,
.inner-page .sideLeft .box .list ul li.active {
  color: var(--color);
}

.inner-page .sideLeft .img {
  display: block;
  margin-top: 40px;
  padding: 60px 5%;
  text-align: center;
  color: #fff;
}

.inner-page .sideLeft .img h4 {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.inner-page .sideLeft .img p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin: 25px 0 45px;
}

.inner-page .sideLeft .img a.more {
  line-height: 36px;
  height: 36px;
  padding: 0 32px;
  border: 1px solid #fff;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}

.inner-page .sideLeft .img a.more:hover {
  background: var(--color);
  color: #fff;
}

.inner-page .sideRight {
  width: 70%;
}
.soludet-page{
  padding: 100px 0 0;
}
.solution-page {
  padding: 100px 0;
}
.soludet-page .soludet-1 .right {
  padding-left: 30px;
}

.soludet-page .soludet-1 .right h1 {
  font-size: 26px;
  font-weight: 700;
}

.soludet-page .soludet-1 .right .content {
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
}

.soludet-page h4 {
  font-size: 28px;
  font-weight: 700;
}

.soludet-page .soludet-2 {
  padding: 50px 0;
}

.soludet-page .soludet-2 .content {
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px;
}

.soludet-page .soludet-3 ul {
  margin-top: -15px;
}

.soludet-page .soludet-3 ul li {
  padding: 15px;
}
.soludet-page .soludet-3 ul li:nth-child(10) ~ li {
  display: none;
}
.soludet-page .soludet-3 .content.active ul li {
  display: inline-block !important;
}
.soludet-page .soludet-3 .content.active + .txt-center {
  display: none;
}

.sustainability-page {
  padding-bottom: 110px;
}
.sustainability-page.pb_0 {
  padding-bottom: 0;
}

.sustainability-page .init-0 {
  padding: 80px 0 0px 0;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.sustainability-page .init-0 .ui.container {
  padding: 150px 15px;
}

.sustainability-page .init-0 .container .title {
  font-weight: bold;
  font-size: 44px;
}

.sustainability-page .init-0 .container .des {
  margin: 20px auto 0;
  max-width: 1060px;
  line-height: 2;
  font-size: 18px;
}

.sustainability-page .init-1 {
  margin-top: 30px;
}

.sustainability-page .init-1 .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;
}

.sustainability-page .init-1 .container .list {
  margin-top: 30px;
  text-align: center;
  width: 20%;
  padding: 10px 0;
  transition: 0.5s;
}

.sustainability-page .init-1 .container .list img {
  display: block;
  height: 88px;
  width: auto;
  margin: auto;
}

.sustainability-page .init-1 .container .list .text {
  margin-top: 20px;
  color: #222222;
  font-size: 18px;
}

.sustainability-page .init-1 .container .list:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.sustainability-page .init-2 {
  padding-top: 30px;
}

.sustainability-page .init-2 .container .list {
  margin-top: 60px;
}

.sustainability-page .init-2 .container .list .column {
  position: relative;
  vertical-align: middle;
}

.sustainability-page .init-2 .container .list .left {
  width: 45%;
}

.sustainability-page .init-2 .container .list .left img {
  width: 100%;
}

.sustainability-page .init-2 .container .list .right {
  width: 55%;
  padding: 20px 150px 20px 72px;
}

.sustainability-page .init-2 .container .list .right .title {
  font-weight: bold;
  font-size: 38px;
}

.sustainability-page .init-2 .container .list .right .index_line {
  margin-top: 10px;
  width: 80px;
}

.sustainability-page .init-2 .container .list .right .des {
  margin-top: 20px;
  line-height: 2;
  font-size: 16px;
}

.sustainability-page .init-2 .container .list:nth-child(2n) .left {
  left: 50%;
}

.sustainability-page .init-2 .container .list:nth-child(2n) .right {
  left: -50%;
}

.sustainability-page .init-3 {
  padding: 0 30px;
  margin: 100px 0 20px;
}

.sustainability-page .init-3 .container {
  width: 100%;
}

.sustainability-page .init-3 .container .content {
  margin: -15px;
}

.sustainability-page .init-3 .container .content .list {
  padding: 0 15px;
}

.sustainability-page .init-3 .container .content .list img {
  width: 100%;
}

.sustainability-page .init-4 {
  text-align: center;
  margin-top: 80px;
}

.sustainability-page .init-4 .container .title {
  font-weight: bold;
  font-size: 44px;
}

.sustainability-page .init-4 .container .des {
  color: #747474;
  margin: 20px auto 0;
  max-width: 880px;
  line-height: 2;
  font-size: 16px;
}

.sustainability-page .init-4 .container .index_line {
  height: 5px;
  margin: 20px auto 0;
}

.sustainability-page .init-4 .container .content {
  margin-top: 60px;
}

.sustainability-page .init-4 .container .content ul li {
  padding: 0 15px;
}

.sustainability-page .init-4 .container .content ul li .box {
  border: 1px solid #d8d8d8;
}

.sustainability-page .init-4 .container .content ul li .box .img {
  display: block;
  height: 108px;
}

.sustainability-page .init-4 .container .content ul li .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .sustainability-page .init-0 {
    padding: 120px 0;
  }

  .sustainability-page .init-1 {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .sustainability-page .init-2 .container .list .left {
    width: 100%;
  }

  .sustainability-page .init-2 .container .list .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }

  .sustainability-page .init-2 .container .list:nth-child(2n) .left {
    left: 0;
  }

  .sustainability-page .init-2 .container .list:nth-child(2n) .right {
    left: 0;
  }
  .his-bg .left-his {
    display: none;
  }
  .his-bg .right-his {
    width: 100%;
    margin-left: 0;
  }
  .his-bg {
    padding: 40px 0;
  }
  .inner-page .sideLeft {
    display: none;
  }
  .inner-page .sideRight {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .sustainability-page .init-3 {
    padding: 0;
  }

  .sustainability-page .init-3 .container .content {
    margin: 0;
  }

  .sustainability-page .init-3 .container .content .list {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .soludet-page h4{
    font-size: 23px;
  }
  .soludet-page{
    padding-top: 50px;
  }
  .soludet-page .soludet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .soludet-page .soludet-1 .left {
    width: 100%;
  }
  
  .our-product-1 .proImg .small-img .img img {
    width: 100%;
  }
  .our-product-1 .proImg .small-img .img {
    width: 50%;
    padding: 5px;
    margin: 0 !important;
    max-width: none !important;
  }
  .our-product-1 .proImg .small-img {
    margin: -5px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .sustainability-page .init-0 {
    padding: 40px 0;
  }

  .sustainability-page .init-2 .container .list {
    margin-top: 20px;
  }

  .sustainability-page .init-2 .container .list .right .des {
    margin-top: 10px;
  }

  .sustainability-page .init-4 .container .content {
    margin-top: 20px;
  }

  .sustainability-page .init-4 .container .content ul li {
    padding: 0 4px;
  }
}
#top {
  font-size: 20px;
  width: 3em;
  height: 3em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  position: fixed;
  right: 20px;
  bottom: 120px;
  cursor: pointer;
  cursor: hand;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  transition: 0.5s;
  text-align: center;
}
#top i {
  width: 100%;
}
#top:hover {
  background-color: black;
}
.factory-page h3 {
  font-size: 35px;
  font-weight: 600;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width:700px) {
  .factory-page{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .factory-page h3{
    font-size: 24px;
  }
}
.newdet-content .content h2 {
  font-size: 24px;
}
.newdet-content .content h3 {
  font-weight: 600;
}
.newdet-content .content p strong {
  font-weight: 500;
}

.newdet-content .content ol,
.newdet-content .content ul,
.newdet-content .content li {
  list-style-type: revert;
  margin-left: 10px;
}
#index-body .our-about.seo-about::after{
  display: none;
}
#index-body .our-about.seo-about{
  margin-bottom: 60px;
}
.services-page .init-1 .top .cont p {
  margin-bottom: 1em;
}
.services-page .init-1 .top .cont p span {
  font-weight: bold;
}
.services-page .init-1 .bottom li {
  padding-top: 20px;
}
.services-page .init-1 .bottom .box {
  height: 420px;
  background: #eeeeee no-repeat right bottom;
  /*border-radius: 20px;*/
  padding: 40px 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.5s;
  z-index: 2;
  overflow: hidden;
}
.services-page .init-1 .bottom .box .mask {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: var(--color);
  transition: 0.5s;
}
.services-page .init-1 .bottom .box .tip {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.services-page .init-1 .bottom .box .tip .num .ty {
  color: #999999;
  opacity: 0.6;
  line-height: 1;
  margin-top: 5px;
  transition: 0.5s;
}
.services-page .init-1 .bottom .box .tip .icon {
  width: 60px;
  height: 60px;
  background-color: var(--color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.services-page .init-1 .bottom .box .tip .icon img {
  filter: brightness(100);
}
.services-page .init-1 .bottom .box .text .t1 {
  transition: 0s;
}
.services-page .init-1 .bottom .box .text {
  transition: 0.5s;
}
.services-page .init-1 .bottom .box .text2 {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 50px;
  color: #ffffff;
  transform: translateY(100%);
  transition: 0.5s;
}
.services-page .init-1 .bottom .box .text2 .more {
  zoom: 0.8;
  font-size: 20px;
  transition: 0s;
}
.services-page .init-1 .bottom .box .text2 .cont {
  line-height: 1.8;
  transition: 0.5s;
  opacity: 0.6;
  color: #ffffff;
  height: 5.5em;
  overflow-y: auto;
  padding-right: 5px;
}
.services-page .init-1 .bottom .box:hover {
  color: #ffffff;
  transform: translateY(-20px);
}
.services-page .init-1 .bottom .box:hover .mask {
  height: 100%;
}
.services-page .init-1 .bottom .box:hover .tip .num .ty {
  color: #ffffff;
}
.services-page .init-1 .bottom .box:hover .tip .icon {
  background: #ffffff;
}
.services-page .init-1 .bottom .box:hover .tip .icon img {
  filter: none;
}
.services-page .init-1 .bottom .box:hover .text {
  opacity: 0;
}
.services-page .init-1 .bottom .box:hover .text2 {
  opacity: 1;
  transform: translateY(0);
}
.services-page .init-1 .tip .cont {
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .services-page .init-1 .bottom .box .text2 .cont {
    height: 7.2em;
  }
}
@media screen and (max-width: 700px) {
  /*.services-page .init-1 .bottom .box {
    height: 300px;
  }*/
}
.services-page .init-2 {
  color: white;
  padding: 107px 0 70px;
}
.services-page .init-2 .left {
  position: sticky;
  top: 170px;
  width: 45%;
}
.services-page .init-2 .left p {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}
.services-page .init-2 .left .i-title {
  line-height: 1.2;
}
.services-page .init-2 .right {
  width: 50%;
}
.services-page .init-2 .right ul li {
  padding-left: 140px;
  position: relative;
  padding-bottom: 50px;
}
.services-page .init-2 .right ul li .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #ffffff;
  text-align: center;
  line-height: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.services-page .init-2 .right ul li .icon img {
  vertical-align: middle;
}
.services-page .init-2 .right ul li::after {
  content: '';
  position: absolute;
  left: 38px;
  top: 87px;
  width: 1px;
  height: calc(100% - 97px);
  background: rgba(255, 255, 255, 0.3);
}
.services-page .init-2 .right ul li:last-child::after {
  display: none;
}
.services-page .init-2 .right ul li:last-child .icon::after {
  content: none;
}
.services-page .init-2 .right ul li h4 {
  font-size: 30px;
  font-weight: bold;
}
.services-page .init-2 .right ul li .des {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 14px;
  /*color: rgba(255, 255, 255, .7);*/
}
.services-page .init-2 .right ul li .des .item {
  display: flex;
}
.services-page .init-2 .right ul li .des .item .txt {
  flex: 1;
  margin-left: 10px;
}
@media screen and (max-width: 1450px) {
}
@media screen and (max-width: 1250px) {
  .services-page .init-2 .right ul li {
    padding-left: 105px;
    padding-bottom: 40px;
  }

  .services-page .init-2 .right ul li .icon:after {
    height: 225%;
  }
  .services-page .init-2 .right ul li h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .services-page .init-2 .left {
    position: relative;
    width: 100%;
    top: 0;
  }
  .services-page .init-2 .right ul li h4 {
    font-size: 20px;
  }
  .services-page .init-2 .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .services-page .init-2 .right {
    padding-left: 0;
  }
  .services-page .init-2 .left {
    width: 100%;
    margin-bottom: 50px;
  }
  .services-page .init-2{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 500px) {
  .services-page .init-2 .right ul li {
    padding-left: 0;
  }
  .services-page .init-2 .right ul li .icon {
    position: relative;
    margin-bottom: 12px;
  }
  .services-page .init-2 .right ul li .icon::after {
    content: none;
  }
  .services-page .init-2 .right ul li::after {
    display: none;
  }
}
