@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost-Medium.eot');
  src: url('../fonts/Jost-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Jost-Medium.woff2') format('woff2'), url('../fonts/Jost-Medium.woff') format('woff'), url('../fonts/Jost-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost-Regular.eot');
  src: url('../fonts/Jost-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Jost-Regular.woff2') format('woff2'), url('../fonts/Jost-Regular.woff') format('woff'), url('../fonts/Jost-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Jost';
  font-weight: 400;
  margin: 0 auto;
  color: #141414;
  font-size: var(--px18);
  height: auto;
  --color: #231815;
  --color1: #13100f;
}
.container {
  width: 1830px;
  padding: 0 15px;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.Hbtn,
.inner-page .Hbtn,
.btnBox .btn {
  line-height: 1.5;
  color: #fff;
  background-color: #fff;
  line-height: 39px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: relative;
  cursor: pointer;
  height: auto;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  overflow: hidden;
  color: #141414;
  z-index: 1;
}
.Hbtn.border,
.inner-page .Hbtn.border,
.btnBox .btn.border {
  border: 1px solid #141414;
}
.Hbtn.btn-text-nina .pxl--btn-text,
.inner-page .Hbtn.btn-text-nina .pxl--btn-text,
.btnBox .btn.btn-text-nina .pxl--btn-text {
  position: relative;
}
.Hbtn.btn-text-nina .pxl--btn-text:before,
.inner-page .Hbtn.btn-text-nina .pxl--btn-text:before,
.btnBox .btn.btn-text-nina .pxl--btn-text:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  white-space: nowrap;
  color: #141414;
}
.Hbtn.btn-text-nina .pxl--btn-text > span,
.inner-page .Hbtn.btn-text-nina .pxl--btn-text > span,
.btnBox .btn.btn-text-nina .pxl--btn-text > span {
  white-space: nowrap;
  display: inline-block;
  padding: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, -14px, 0);
  transform: translate3d(0, -14px, 0);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  line-height: normal;
}
.Hbtn.btn-text-nina:hover,
.inner-page .Hbtn.btn-text-nina:hover,
.btnBox .btn.btn-text-nina:hover {
  -webkit-transform: translatey(0);
  -khtml-transform: translatey(0);
  -moz-transform: translatey(0);
  -ms-transform: translatey(0);
  -o-transform: translatey(0);
  transform: translatey(0);
}
.Hbtn.btn-text-nina:hover .pxl--btn-text:before,
.inner-page .Hbtn.btn-text-nina:hover .pxl--btn-text:before,
.btnBox .btn.btn-text-nina:hover .pxl--btn-text:before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.Hbtn.btn-text-nina:hover .pxl--btn-text span,
.inner-page .Hbtn.btn-text-nina:hover .pxl--btn-text span,
.btnBox .btn.btn-text-nina:hover .pxl--btn-text span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.Hbtn.btn-text-nina:not(:hover) .pxl--btn-text > span,
.inner-page .Hbtn.btn-text-nina:not(:hover) .pxl--btn-text > span,
.btnBox .btn.btn-text-nina:not(:hover) .pxl--btn-text > span {
  transition-delay: 0s !important;
}
.Hbtn.btn-text-nina.btn-outline-gradient:hover .pxl--btn-text:before,
.inner-page .Hbtn.btn-text-nina.btn-outline-gradient:hover .pxl--btn-text:before,
.btnBox .btn.btn-text-nina.btn-outline-gradient:hover .pxl--btn-text:before {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.color6 {
  color: #666;
}
.color9 {
  color: #999;
}
.swiperBtn .btns {
  width: 32px;
  height: 32px;
  border: solid 1px #000000;
  border-radius: 50%;
  position: absolute;
  font-size: 18px;
  line-height: 1;
  top: 55%;
  transform: translateY(-50%);
  z-index: 5;
}
.swiperBtn .btns i {
  line-height: 30px;
}
.swiperBtn .btns.prev {
  left: var(--npx70);
}
.swiperBtn .btns.next {
  right: var(--npx70);
}
.swiperBtn .btns:hover {
  background-color: #000;
  color: #fff;
}
.page-header02 .logo img {
  filter: brightness(0) invert(1);
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: transparent;
  border-bottom: 1px solid rgba(247, 247, 247, 0.2);
}
#header > .nav > .menu {
  padding-top: 17px;
  padding-bottom: 17px;
}
#header > .nav > .menu .menu-box {
  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 > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 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;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 3.645833vw;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  /*color: var(--color);*/
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  text-transform: capitalize;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -38.5px;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menuL .menu_c .menu-menu-container > .menu > .menu-item {
  display: none;
}
#header > .nav > .menu .menu-box .menuL .menu_c .menu-menu-container > .menu > .menu-item:nth-child(-n+5) {
  display: block;
}
#header > .nav > .menu .menu-box .menuR {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .menuR .menu_c .menu-menu-container > .menu > .menu-item {
  display: none;
  margin-left: 0;
  margin-right: 3.645833vw;
}
#header > .nav > .menu .menu-box .menuR .menu_c .menu-menu-container > .menu > .menu-item:nth-child(n+6) {
  display: block;
}
#header > .nav > .menu .menu-box .menuR .search {
  cursor: pointer;
  width: 18px;
  height: 20px;
  background-image: url(../images/index_2.png);
}
#header > .nav > .menu .menu-box .menuR .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .menuR .lang_cont .c_cont .textC .img {
  width: 21px;
  height: 14px;
}
#header > .nav > .menu .menu-box .menuR .lang_cont .c_cont .textC .text {
  margin: 4px 0 0 10px;
}
#header > .nav > .menu .menu-box .menuR .lang_cont .c_cont .textC i {
  margin-left: 6px;
}
#header > .nav > .menu .menu-box .menuR .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .menuR .shopping a {
  width: 20px;
  height: 20px;
  background-image: url(/atmosecargobike/2026/06/22/gouwu.png);
  background-repeat: no-repeat;
}
#header > .nav > .menu .menu-box .menuR .Hbtn {
  line-height: 35px;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav,
#header.actived > .nav {
  border-bottom: 1px solid #f7f7f7;
  background-color: #f7f7f7;
}
#header.active > .nav > .menu .menu-box .left .logo img,
#header.actived > .nav > .menu .menu-box .left .logo img {
  filter: brightness(1) invert(0);
}
#header.active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a,
#header.actived > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  color: #141414;
}
#header.active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before,
#header.actived > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  background-color: var(--color);
}
#header.active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a,
#header.actived > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#header.active > .nav > .menu .menu-box .menuR .lang_cont .c_cont .textC .txt,
#header.actived > .nav > .menu .menu-box .menuR .lang_cont .c_cont .textC .txt {
  color: #141414;
}
#header.active > .nav > .menu .menu-box .menuR .search,
#header.actived > .nav > .menu .menu-box .menuR .search {
  background-image: url(../images/index_2_1.png);
}
#header.active > .nav > .menu .menu-box .menuR .Hbtn,
#header.actived > .nav > .menu .menu-box .menuR .Hbtn {
  background-color: #f7f7f7;
  border: 1px solid #141414;
}
#header.active > .nav > .menu .menu-box .menuR .shopping a,
#header.actived > .nav > .menu .menu-box .menuR .shopping a {
  background-image: url('/atmosecargobike/2026/06/22/gouwuche1heise.png');
}
#banner {
  color: #f7f7f7;
}
#banner .swiper ul li {
  position: relative;
}
#banner .swiper ul li .img_bg {
  min-height: 400px;
  object-fit: cover;
  object-position: right center;
}
#banner .swiper ul li .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#banner .swiper ul li .txt {
  margin: auto;
  max-width: 520px;
}
#banner .swiper ul li.swiper-slide-active .titl {
  -webkit-animation: clipToRight 1s linear;
  -moz-animation: clipToRight 1s linear;
  -o-animation: clipToRight 1s linear;
  animation: clipToRight 1s linear;
}
#banner .swiper ul li.swiper-slide-active .txt {
  -webkit-animation: clipToLeft 1s linear;
  -moz-animation: clipToLeft 1s linear;
  -o-animation: clipToLeft 1s linear;
  animation: clipToLeft 1s linear;
}
#banner .swiper ul li.swiper-slide-active .Hbtn {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
.hover-img .ptbox {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.productList li {
  overflow: hidden;
}
.productList li img {
  vertical-align: top;
  border: 0;
  max-width: 100%;
  height: auto;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.productList li .list .imgbox {
  position: relative;
  background-color: #fff;
}
.productList li .list .imgbox .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.productList li .list .imgbox .imgs .ptbox li a {
  display: inline-flex;
  width: 100%;
}
.productList li .list .btnBox {
  position: absolute;
  bottom: var(--px20);
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
}
.productList li .list .btnBox .btn {
  width: 100%;
  background-color: #f2f2f2;
  width: calc(100% - 40px);
}
.productList li .list .bot .btm span.sk {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: block;
  position: relative;
  margin: 5px;
}
.productList li .list .bot .btm span.sk::before {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  border: solid 1px #000000;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.productList li .list .bot .btm span.sk.active::before {
  opacity: 1;
}
.productList li:hover .btnBox {
  opacity: 1;
  transform: translateY(0);
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init_1 {
  background-color: #f7f7f7;
}
#index-body .init_1 .container .Hbtn {
  background-color: #000;
  color: #fff;
}
#index-body .init_1 .container .Hbtn.btn-text-nina .pxl--btn-text::before {
  color: #fff;
}
#index-body .init_2 .item {
  margin-bottom: -3px;
}
#index-body .init_2 .item .left a.titl {
  display: inline-block;
}
#index-body .init_2 .item .left .Hbtn {
  color: #231815;
  border: solid 1px #231815;
}
#index-body .init_2 .item .left .Hbtn.btn-text-nina .pxl--btn-text::after {
  color: #231815;
}
#index-body .init_2 .item .left .swiper ul li .imgBox img {
  max-height: 500px;
}
#index-body .init_2 .item:nth-child(even) {
  flex-flow: row-reverse;
}
#index-body .init_2 .item:last-child {
  margin-bottom: 0;
}
#index-body .init_3 {
  background-color: #f2f2f2;
}
#index-body .init_3 .top .Hbtn {
  background-color: #000;
  color: #fff;
}
#index-body .init_3 .top .Hbtn.btn-text-nina .pxl--btn-text::before {
  color: #fff;
}
#index-body .init_3 .swiper ul li.li {
  width: 33%;
}
#index-body .init_4 .items {
  align-items: stretch;
}
#index-body .init_4 .items .item {
  width: 37%;
  position: relative;
}
#index-body .init_4 .items .item .HbtnBox {
  position: absolute;
  bottom: var(--px20);
  width: 100%;
  transform: translateY(20px);
  opacity: 0;
  z-index: -2;
}
#index-body .init_4 .items .item .HbtnBox .Hbtn {
  background-color: #f2f2f2;
}
#index-body .init_4 .items .item .itemBox {
  width: 100%;
  position: relative;
}
#index-body .init_4 .items .item .itemBox:hover .HbtnBox {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
}
#index-body .init_4 .items .item3 {
  width: 26%;
  flex-shrink: 0;
}
#index-body .init_4 .items .item3 .itemBox {
  width: 100%;
  height: 48.7%;
}
#index-body .init_4 .items .item3 .itemBox:nth-child(1),#index-body .init_4 .items .item3 .itemBox:nth-child(2) {
  display: none;
}
#index-body .init_5 {
  background-image: url('../images/init_5Bg.jpg');
  background-position: right center;
}
#index-body .init_5 .txt {
  max-width: 1000px;
}
#index-body .init_5 .palyBox {
  margin-right: 23px;
}
#index-body .init_5 .play-btn {
  background-color: #fff;
  color: #141414;
  width: 30px;
  height: 30px;
  font-size: 14px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  position: relative;
  left: 0;
  top: 0;
}
#index-body .init_5 .play-btn::before,
#index-body .init_5 .play-btn::after {
  background-color: transparent;
  border: solid 1px #ffffff;
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
#index-body .init_5 .play-btn::before {
  width: 42px;
  height: 42px;
  top: -6px;
  left: -6px;
}
#index-body .init_6 .swiper ul li {
  height: auto;
  width: 33%;
}
#index-body .init_6 .swiper ul li .list {
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
}
#index-body .init_6 .swiper ul li .list .dateBox {
  border-bottom: solid 1px #e5e5e5;
}
#index-body .init_6 .swiper ul li .list .titl {
  color: #0d0d0d;
}
#index-body .init_6 .swiper ul li .list:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .init_6 .swiper ul li .list:hover .dateBox {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(229, 229, 229, 0.2);
}
#index-body .init_6 .swiper ul li .list:hover .titl {
  color: #fff;
}
#index-body .init_6 .swiper ul li .list:hover .txt {
  color: rgba(255, 255, 255, 0.6);
}
#index-body .init_7 {
  background-color: #f7f7f7;
}
#index-body .init_7 .lists li {
  max-width: 33.33%;
}
#index-body .init_7 .lists li .list .icon {
  width: 44px;
  height: 40px;
}
#index-body .init_7 .lists li .list .titl {
  display: inline-block;
}
#index-body .init_7 .lists li .list:hover .icon img {
  transform: rotateY(360deg);
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: var(--color);
  color: #fff;
}
#footer .top .formBox form {
  border: 1px solid #545454;
  position: relative;
}
#footer .top .formBox form input,
#footer .top .formBox form button {
  background-color: transparent;
  border: none;
  height: 47px;
}
#footer .top .formBox form input {
  color: #999;
}
#footer .top .formBox form input.mail {
  width: 30.4%;
}
#footer .top .formBox form input.cont {
  width: calc(100% - 30.4% - 47px);
}
#footer .top .formBox form button {
  width: 47px;
  background-color: #ffffff;
}
#footer .top .formBox form button:hover img {
  transform: translateX(3px);
}
#footer .center {
  border-bottom: 1px solid #545454;
}
#footer .center .item p.link a {
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 13px;
  position: relative;
  display: inline-block;
}
#footer .center .item p.link a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f7f7f7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .center .item p.link a:hover::before {
  width: 100%;
}
#footer .center .item1 {
  width: 32%;
}
#footer .center .item4 .icon {
  width: 20px;
}
#footer .center .item4 p {
  max-width: calc(100% - 20px);
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container {
  padding-top: 25px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  position: relative;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
}
#footer .copyright .container .share li a {
  width: 50px;
  height: 46px;
  background-color: #ffffff;
  font-size: 18px;
  color: #231815;
  border: 1px solid #fff;
}
#footer .copyright .container .share li a:hover {
  background-color: var(--color);
  color: #fff;
}
@media screen and (max-width: 1850px) {
  .container {
    width: 1750px;
  }
}
@media (max-width: 1800px) {
  .container {
    width: 1650px;
  }
}
@media (max-width: 1450px) {
  #index-body .init_5 .txt {
    max-width: 860px;
  }
}
@media (max-width: 1000px) {
  .swiperBtn .btns.prev {
    left: 10px;
  }
  .swiperBtn .btns.next {
    right: 10px;
  }
  .productList li .list .btnBox {
    display: none;
  }
  #index-body .init_2 .item {
    margin-bottom: 0;
  }
  #index-body .init_2 .item:nth-child(even) {
    flex-flow: column;
  }
  #index-body .init_2 .item .left {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #index-body .init_4 .items .item {
    width: 50%;
    padding-right: 0;
    padding: 0 5px;
  }
  #index-body .init_4 .items .item .HbtnBox {
    display: none;
  }
  #index-body .init_4 .items .item3 {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #index-body .init_4 .items .item3 .itemBox {
    width: 50%;
    padding: 0 5px;
    height: 100%;
  }
  #index-body .init_7 .lists li {
    max-width: 49%;
  }
  #footer .center .item1 {
    width: 50%;
  }
}
@media (max-width: 700px) {
  #footer .top .formBox form input.mail {
    width: 100%;
  }
  #footer .top .formBox form input.cont {
    width: 100%;
  }
  #footer .center .item1,
  #footer .center .item4 {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #index-body .init_2 .item .swiperBtn .btns {
    display: none;
  }
  #index-body .init_7 .lists li {
    max-width: 100%;
    width: 100%;
  }
}
.inner-banner {
  position: relative;
  margin-top: 100px;
}
.inner-banner .bg {
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}
.inner-banner .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 60px;
  }
}
.m-page {
  text-align: center;
}
.m-page a,
.m-page span {
  display: inline-flex;
  margin: 3px 6px;
  color: #040706;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: solid 1px #040706;
  border-radius: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.m-page a:hover,
.m-page span:hover {
  background-color: #231815;
  color: #fff;
}
.m-page span {
  background-color: #040706;
  color: #fff;
}
.product_page {
  background-color: #f7f7f7;
}
.product_page .product_1 .navItem {
  color: var(--color1);
  align-items: stretch;
}
.product_page .product_1 .navItem .item {
  display: inline-flex;
  border: 1px solid var(--color1);
  width: auto;
  min-width: 135px;
  padding-top: 5px;
  padding-bottom: 5px;
  flex-shrink: 0;
}
.product_page .product_1 .navItem .item:last-child {
  margin-right: 0;
}
.product_page .product_1 .navItem .item:hover,.product_page .product_1 .navItem .item.active {
  background-color: var(--color1);
  color: #fff;
}
.product_page .product_2 .productList {
  margin: 0 -15px;
}
.product_page .product_2 .productList li.li {
  padding: 0 15px;
}
@media screen and (max-width: 1000px) {
  .product_page .product_2 .productList {
    margin: 0;
  }
  .product_page .product_2 .productList li.li {
    padding: 0 8px;
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .m-page a,
  .m-page span {
    margin: 5px;
  }
  .product_page .product_2 .productList li.li {
    width: 100%;
  }
}
.about_page .about_1 .itemBox .left {
  width: 38.7%;
}
.about_page .about_1 .itemBox .right {
  width: calc(61.3% + var(--npx40));
}
.about_page .about_1 .itemBox:nth-child(even) {
  flex-direction: row-reverse;
}
.about_page .about_2 {
  background-image: url('/atmosecargobike/2026/06/09/aboutbg2.jpg?imageView2/2/format/webp/q/100');
}
.about_page .about_3 {
  background-color: #f7f7f7;
}
.about_page .about_3 .lists {
  margin: 0 var(--npx25);
  align-items: stretch;
}
.about_page .about_3 .lists li {
  width: 25%;
  padding: 0 var(--px20);
  flex-shrink: 0;
}
.about_page .about_3 .lists li .list {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.9s;
  text-align: center;
  /*-webkit-box-shadow: 0px 5px var(--px35) 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px var(--px35) 0px rgba(0, 0, 0, 0.1);*/
  padding: var(--px60) var(--px25);
  background-color: #fff;
}
.about_page .about_3 .lists li .list .icon {
  width: var(--px75);
  height: var(--px75);
  min-width: 50px;
  min-height: 50px;
}
.about_page .about_3 .lists li .list:hover {
  background-color: var(--color);
  color: #fff;
}
.about_page .about_3 .lists li .list:hover .txt {
  color: #fff;
}
.about_page .about_3 .lists li .list:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about_page .about_4 .lists {
  align-items: stretch;
}
.about_page .about_4 .lists li {
  flex-shrink: 0;
}
.about_page .about_4 .lists li .list {
  width: 100%;
  height: 100%;
  position: relative;
  border-left: 1px solid #e5ebed;
}
.about_page .about_4 .lists li .list .txt {
  min-height: var(--px160);
}
.about_page .about_4 .lists li .list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 0;
  background: transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about_page .about_4 .lists li .list:hover::before {
  height: 100%;
}
.about_page .about_4 .lists li:first-child .list {
  padding-left: 0;
  border: none;
}
.about_page .about_4 .lists li:first-child .list::before {
  display: none;
}
.about_page .about_4 .lists li:last-child .list {
  padding-right: 0;
}
@media screen and (max-width: 1250px) {
  .about_page .about_3 .lists li {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .about_page .about_4 .lists li .list {
    padding: 0;
    margin: var(--px25) 0;
    border: none;
  }
  .about_page .about_4 .lists li .list .txt {
    min-height: auto;
  }
  .about_page .about_4 .lists li .list::before {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .about_page .about_3 .lists {
    margin: 0;
  }
  .about_page .about_3 .lists li {
    padding: 0 5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 500px) {
  .about_page .about_3 .lists li {
    width: 100%;
  }
}
.factory_page {
  color: #666;
}
.factory_page .top .titl {
  font-weight: 500;
  color: #0c0f0f;
}
.factory_page .factory_1 .swiper ul li {
  text-align: center;
}
.factory_page .factory_1 .swiper ul li a.imgBox {
  display: block;
}
.factory_page .factory_1 .swiper ul li a.titl:hover {
  display: inline-block;
  color: #0c0f0f;
}
.factory_page .factory_2 {
  background-color: #f7f9f9;
}
.factory_page .factory_2 .swiper ul li .img {
  width: 100%;
}
.factory_page .factory_2 .swiper ul li .img img {
  width: 100%;
  height: auto;
}
.factory_page .factory_2 .swiper ul li .list {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.factory_page .factory_2 .swiper ul li .list .textBox {
  width: 100%;
  height: 100%;
}
.factory_page .factory_2 .swiper ul li .list .textBox .txt {
  line-height: 30px;
  max-height: 90px;
  overflow-y: auto;
}
.factory_page .factory_2 .swiper ul li .list:hover {
  background-color: #12100f;
  color: #fff;
}
.factory_page .factory_2 .swiper ul li .list:hover .txt {
  opacity: 0.7;
}
.factory_page .factory_3 .swiperBtn {
  position: relative;
}
.factory_page .factory_3 .swiperBtn .btns {
  position: static;
  transform: none;
}
.factory_page .factory_3 .swiper ul li {
  width: 30%;
}
.factory_page .factory_3 .swiper ul li .img {
  width: 100%;
}
.factory_page .factory_3 .swiper ul li .titl:hover {
  color: #0c0f0f;
}
.factory_page .factory_4 {
  background-color: #f7f9f9;
}
.factory_page .factory_4 .swiperBtn {
  position: relative;
}
.factory_page .factory_4 .swiperBtn .btns {
  position: static;
  transform: none;
}
.factory_page .factory_4 .swiper ul li {
  width: 30%;
}
.factory_page .factory_4 .swiper ul li .img {
  width: 100%;
}
.factory_page .factory_4 .swiper ul li .titl:hover {
  color: #0c0f0f;
}
.technology_page {
  color: #666;
}
.technology_page .top .titl {
  color: #0c0f0f;
  font-weight: 500;
}
.technology_page .swiperBtn {
  position: relative;
}
.technology_page .swiperBtn .btns {
  position: static;
  transform: none;
}
.technology_page .tech_1 {
  background-color: #f7f9f9;
}
.technology_page .tech_1 .swiper ul li {
  width: 50%;
}
.technology_page .tech_1 .swiper ul li .img {
  width: 100%;
}
.technology_page .tech_1 .swiper ul li .img img {
  width: 100%;
  height: auto;
}
.technology_page .tech_1 .swiper ul li .list {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.technology_page .tech_1 .swiper ul li .list .textBox {
  width: 100%;
  height: 100%;
}
.technology_page .tech_1 .swiper ul li .list .textBox .txt {
  line-height: 30px;
  max-height: 90px;
  overflow-y: auto;
}
.technology_page .tech_1 .swiper ul li .list:hover {
  background-color: #12100f;
  color: #fff;
}
.technology_page .tech_1 .swiper ul li .list:hover .txt {
  opacity: 0.7;
}
.technology_page .tech_2 .itemBox .left {
  width: 47.4%;
}
.technology_page .tech_2 .itemBox .right {
  width: 48%;
}
.technology_page .tech_2 .itemBox .Hbtn {
  background-color: #13100f;
  color: #fff;
}
.technology_page .tech_2 .itemBox .Hbtn.btn-text-nina .pxl--btn-text::before {
  color: #fff;
}
.technology_page .tech_2 .itemBox:last-child {
  padding-bottom: 0;
}
.technology_page .tech_2 .itemBox:nth-child(even) {
  flex-direction: row-reverse;
}
.technology_page .tech_3 .txt {
  max-width: 1465px;
  margin: auto;
}
#productdetail-page .container .cont_5 .content.noscoller {
  overflow: hidden;
}
#productdetail-page .container .cont_1 .right .wwww{
  line-height: 1.6;
  margin-top: var(--px40);
}
#productdetail-page .container .cont_1 {
  padding: var(--px100) 0;
  display: flex;
  justify-content: space-between;
}
#productdetail-page .container .cont_1 .left {
  width: 48%;
  overflow: hidden;
  max-width: 800px;
}
#productdetail-page .container .cont_1.testing .left{
  padding-left: 10%;
}
#productdetail-page .container .cont_1 .left .gallery-top .swiper-wrapper .swiper-slide{
  background: #fdf7f0;
  border: 1px solid #e6e6e6;
}
#productdetail-page .container .cont_1 .left .gallery-top .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#productdetail-page .container .cont_1 .left .gallery-thumbs {
  margin-top: 20px;
}
#productdetail-page .container .cont_1 .left .gallery-thumbs .swiper-slide {
  /*height: 220px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
#productdetail-page .container .cont_1 .left .gallery-thumbs .swiper-slide img {
  max-width: 100%;
}
#productdetail-page .container .cont_1 .right {
  width: 48%;
}
#productdetail-page .container .cont_1 .right .title {
  font-size: var(--px36);
  line-height: 1.4;
   
  
}
#productdetail-page .container .cont_1 .right .des {
  line-height: 2;
  color: #333;
  position: relative;
  padding-left: var(--px70);
  font-weight: bold;
}
#productdetail-page .container .cont_1 .right .des::after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 1px;
  background: var(--color);
}
#productdetail-page .container .cont_1 .right .content table{
  width: 100%;
  border: #c1775b solid 1px;
}
#productdetail-page .container .cont_1 .right .content table td{
  padding: 10px
}
#productdetail-page .container .cont_1 .right .content .list {
  display: flex;
  justify-content: center;  
  font-size: 18px;
  color: #666666;
}
#productdetail-page .container .cont_1 .right .content .list div {
  width: 50%;
  padding: 20px 35px;
  border-bottom: #c1775b solid 1px;
}
#productdetail-page .container .cont_1 .right .content .list div:first-child {
  border-right: #c1775b solid 1px;
}
#productdetail-page .container .cont_1 .right .btnBox a {
  padding-right: 56px;
  position: relative;
}
#productdetail-page .container .cont_1 .right .btnBox a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
}
#productdetail-page .container .cont_2 {
  margin-top: 60px;
}
#productdetail-page .container .cont_2 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#productdetail-page .container .cont_2 .title .img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productdetail-page .container .cont_2 .title .img img {
  width: 50%;
}
#productdetail-page .container .cont_2 .title .text {
  line-height: 1.8;
  font-size: 50px;
  margin-left: 25px;
}
#productdetail-page .container .cont_2 .swiper {
  position: relative;
  margin-top: 60px;
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide:hover .img img {
  transform: scale(1.2);
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide:hover .text {
  color: #d3974d;
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide a img {
  display: block;
  max-width: 100%;
  transition: all 0.5s;
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .img {
  height: 300px;
  background-color: #fbf6f0;
  overflow: hidden;
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .text {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  
  margin: 20px 0;
  transition: all 0.5s;
}
#productdetail-page .container .cont_2 .swiper .prev,
#productdetail-page .container .cont_2 .swiper .next {
  position: absolute;
  right: -50px;
  top: 180px;
  width: 28px;
  height: 30px;
  background-color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}
#productdetail-page .container .cont_2 .swiper .prev span,
#productdetail-page .container .cont_2 .swiper .next span {
  color: #fff;
  font-size: 14px;
  transform: scale(1, 2);
  margin-top: -3px;
}
#productdetail-page .container .cont_2 .swiper .prev {
  left: -50px;
}
#productdetail-page .container .cont_3 {
  margin-top: 80px;
}
#productdetail-page .container .cont_3 .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#productdetail-page .container .cont_3 .title .img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productdetail-page .container .cont_3 .title .img img {
  width: 50%;
}
#productdetail-page .container .cont_3 .title .text {
  font-size: 50px;
  margin-left: 25px;
}
#productdetail-page .container .cont_3 .form_1 {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#productdetail-page .container .cont_3 .form_1 input {
  margin-top: 20px;
  border: var(--color) solid 1px;
  padding: 10px 20px;
  width: 48%;
  
  font-size: 16px;
}
#productdetail-page .container .cont_3 .form_1 input:nth-child(3) {
  width: 100%;
}
#productdetail-page .container .cont_3 .form_1 textarea {
  border:var(--color) solid 1px;
  width: 100%;
  
  font-size: 16px;
  padding: 10px 20px;
  margin-top: 20px;
}
#productdetail-page .container .cont_3 .form_1 .submit_btn {
  padding: 10px 40px;
  
  font-size: 16px;
  color: #fff;
  margin: auto;
  margin-top: 35px;
}
#productdetail-page .container .cont_4 {
  margin: 130px 0;
}
#productdetail-page .container .cont_4 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
#productdetail-page .container .cont_4 .title .img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productdetail-page .container .cont_4 .title .text {
  margin-left: 25px;  
  font-size: 50px;
  line-height: 1.5;
}
#productdetail-page .container .cont_5{
  padding-bottom: 130px;
}
#productdetail-page .container .cont_5 .title{
  width: 325px;
  height: 60px;
  background: var(--color);
  color: #fff;
  font-size: 24px;
  
  text-align: center;
  line-height: 60px;
}
#productdetail-page .container .cont_5 .content{
  width: 100%;
  margin-top: 35px;
  line-height: 32px;
  font-size: 18px;
  overflow-x: auto;
}
#productdetail-page .container .cont_5 .content table{
  width: 100%;
  border: #deb7a6 solid 1px;
}
#productdetail-page .container .cont_5 .content table tbody tr:first-child td{
  background: #fff;
}
#productdetail-page .container .cont_5 .content table td{
  padding: 20px;
}

@media (max-width: 1450px) {
  #productdetail-page .container {
    width: 100%;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container {
    width: 90%;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container .www{
    width: 100% !important;
  }  
  #productdetail-page .container .cont_2 .swiper .prev {
    top: 13vw;
    left: 0;
  }
  #productdetail-page .container .cont_2 .swiper .next {
    right: 0;
    top: 13vw;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .img {
    height: 23vw;
  }
}
@media screen and (max-width: 1000px){
  #productdetail-page .container .cont_1 .right .des,
  c {
    font-size: 14px !important;
    line-height: 2 !important;
  }
  #productdetail-page .container .cont_5 .content{
    margin-bottom: -40px;
  }
  #productdetail-page .container .cont_1 .right .content{
    max-height: 200px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 700px) {
  #productdetail-page .container .cont_1 .left {
    width: 60%;
    margin: auto;
    margin-top: 20px;
  }
  #productdetail-page .container .cont_1 .right {
    width: 100%;
    margin-top: 20px;
  }
  #productdetail-page .container .cont_1 .right .title {
    text-align: center;
  }
  #productdetail-page .container .cont_1 .right .des {
    margin-top: 20px;
    text-align: center;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .img {
    height: 30vw;
  }
  #productdetail-page .container .cont_2 .swiper .prev,
  #productdetail-page .container .cont_2 .swiper .next {
    width: 20px;
    height: 20px;
  }
  #productdetail-page .container .cont_2 .swiper .prev span,
  #productdetail-page .container .cont_2 .swiper .next span {
    font-size: 12px;
  }
  #productdetail-page .container .cont_2 {
    margin-top: 20px;
  }
  #productdetail-page .container .cont_2 .title .img {
    width: 30px;
    height: 30px;
  }
  #productdetail-page .container .cont_2 .title .text {
    font-size: 20px;
    margin-left: 15px;
    line-height: 36px;
  }
  #productdetail-page .container .cont_3 {
    margin-top: 30px;
  }
  #productdetail-page .container .cont_3 .title .img {
    width: 30px;
    height: 30px;
  }
  #productdetail-page .container .cont_3 .title .img img {
    width: 50%;
  }
  #productdetail-page .container .cont_3 .title .text {
    font-size: 20px;
    margin-left: 15px;
  }
  #productdetail-page .container .cont_4 {
    margin-top: 60px;
  }
  #productdetail-page .container .cont_4 .title {
    flex-wrap: wrap;
  }
  #productdetail-page .container .cont_4 .title .img {
    width: 30px;
    height: 30px;
  }
  #productdetail-page .container .cont_4 .title .img img {
    width: 50%;
  }
  #productdetail-page .container .cont_4 .title .text {
    font-size: 20px;
    margin-left: 15px;
    line-height: 36px;
  }
  #productdetail-page .container .cont_5 .title{
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    width: 240px;
  }
  #productdetail-page .container .cont_5 .content{
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  #productdetail-page .container .cont_1 .right .title {
    text-align: center;
  }

  #productdetail-page .container .cont_1 .right .des {
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
  }

  #productdetail-page .container .cont_1 .right .content {
    overflow: auto;
    width: 100%;
  }

  #productdetail-page .container .cont_1 .right .content table td {
    padding: 5px;
  }

  #productdetail-page .container .cont_1 .right .content .list {
    font-size: 14px;
    line-height: 28px;
  }

  #productdetail-page .container .cont_1 .right .content .list div {
    padding: 5px 10px;
  }

  #productdetail-page .container .cont_1 .left {
    width: 100%;
  }

  /*#productdetail-page .container .cont_1 .left .gallery-thumbs .swiper-slide {
    height: 50vw;
  }*/
  #productdetail-page .container .cont_2 .swiper .swiper-container {
    width: 85%;
  }

  #productdetail-page .container .cont_2 .swiper {
    margin-top: 20px;
  }

  #productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .img {
    height: 70vw;
  }

  #productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .text {
    padding: 10px 0;
    font-size: 16px;
    line-height: 30px;
  }

  #productdetail-page .container .cont_2 .swiper .next {
    top: 35vw;
  }

  #productdetail-page .container .cont_2 .swiper .prev {
    top: 35vw;
  }

  #productdetail-page .container .cont_3 .form_1 {
    margin-top: 20px;
  }

  #productdetail-page .container .cont_3 .form_1 input {
    margin-top: 10px;
    width: 100%;
    padding: 5px 10px;
    font-size: 12px;
  }

  #productdetail-page .container .cont_3 .form_1 textarea {
    font-size: 12px;
    margin-top: 10px;
    padding: 5px 10px;
  }

  #productdetail-page .container .cont_3 .form_1 .submit_btn {
    margin-top: 20px;
    padding: 3px 10px;
    font-size: 13px;
  }

  #productdetail-page .container .cont_4 {
    margin: 40px 0;
  }

  #productdetail-page .container .cont_4 .title {
    justify-content: center;
    text-align: center;
  }

  #productdetail-page .container .cont_5 .title {
    font-size: 14px;
    line-height: 2;
    width: 180px;
  }

  #productdetail-page .container .cont_5 .content {
    font-size: 14px;
  }

  #productdetail-page .container .cont_5 .content table td {
    padding: 5px;
  }
}
.colorbox span.sk {

  width: 19px;
  height: 19px;
  display: block;
  border-radius: 100%;
  margin: 5px;
  position: relative;
  cursor: pointer;
}


.colorbox span.sk.active:before {
  opacity: 1;
}

.colorbox span.sk:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #808080;
  border-radius: 100%;
  opacity: 0;
}


.news-page .sideLeft ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.news-page .sideLeft ul li .img-box {
  position: relative;
  width: 50%;
  padding-right: 40px;
  vertical-align: middle;
}

.news-page .sideLeft ul li .img-box a {
  overflow: hidden;
}

.news-page .sideLeft ul li .img-box span {
  position: absolute;
  left: 15px;
  top: 15px;
  color: white;
  background: var(--color);
  border-radius: 3px;
  font-size: 16px;
  padding: 7px 15px;
}

.news-page .sideLeft ul li .content {
  /*width: 50%;*/
  vertical-align: middle;
}

.news-page .sideLeft ul li .content .time {
  font-size: 16px;
  line-height: 30px;
  color: #818181;
}

.news-page .sideLeft ul li .content h5 {
  font-size: 28px;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 13px;
  transition: .5s ease;
}

.news-page .sideLeft ul li .content h5:hover {
  color: var(--color);
}

.news-page .sideLeft ul li .content .des {
  font-size: 16px;
  line-height: 32px;
  color: #818181;
  margin: 17px 0 20px;
}

.news-page .sideLeft ul li .content .mores {
  font-size: 18px;
  font-weight: 600;
}

.news-page .sideLeft ul li .content .mores img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  vertical-align: baseline;
  margin-left: 8px;
}

.news-page .sideLeft ul li .content .mores:hover img {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.news-page .sideLeft ul li:first-child {
  padding-top: 0;
}

.news-page .sideRight .like-pro ul li p {
  width: 100%;
}

.news-page .sideRight .like-pro ul li .time {
  color: #909090;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
@media screen and (max-width: 500px) {
  .news-page .sideLeft ul li .img-box {
    width: 100%;
    padding-right: 0;
  }

  .news-page .sideLeft ul li .content {
    width: 100%;
    margin-top: 20px;
  }
}

.sideRight {
  position: sticky;
  top: 120px;
}

.sideRight form {
  width: 100%;
  position: relative;
  margin-bottom: var(--px80);
}

.sideRight form input {
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: var(--px18);
  line-height: 1.6;
  border-bottom: 2px solid black;
  height: 40px;
}

.sideRight form input[type="submit"] {
  position: absolute;
  right: 0;
  height: 100%;
  width: 40px;
  background: url(../images/search.png) no-repeat center;
}

.sideRight h5 {
  font-size: var(--px30);
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: var(--px30);

}

.sideRight .category {
  margin-bottom: var(--px50);
}

.sideRight .category ul li {
  font-size: var(--px18);
  line-height: 2;
  color: #909090;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 0;
  position: relative;
}

.sideRight .category ul li .fa {
  position: absolute;
  right: 0;
  top: 15px;
}

.sideRight .category ul li ul li {
  font-size: var(--px18);
}

.sideRight .category ul li.active,
.sideRight .category ul li:hover {
  color: var(--color);
}

.sideRight .like-pro ul {
  margin-bottom: var(--px60);
}

.sideRight .like-pro ul li {
  /*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;*/
  padding: var(--px24) 0;
  border-bottom: 1px solid #e5e5e5;
}

.sideRight .like-pro ul li:last-child {
  border-bottom: none;
}

.sideRight .like-pro ul li .img-box {
  width: 47%;
  border: 1px solid #dcdcdc;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.sideRight .like-pro.news ul li .img-box {
  border: none;
  width: 0%;
}


.sideRight .like-pro ul li:hover .img-box {
  border-color: black;
}

.sideRight .like-pro ul li p {
  width: 53%;
  font-size: var(--px18);
  line-height: 1.6;
  font-weight: 500;
}

.sideRight .share {
  margin-bottom: var(--px80);
}

.sideRight .share a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  border: 1px solid var(--color);
  margin-right: 7px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: var(--color);
}

.sideRight .share a:hover {
  background: var(--color);
  color: white;
}

.sideRight .imgbox {
  position: relative;
  background: url(../images/side-bg.jpg) no-repeat;
  background-size: cover;
  height: 365px;
}

.sideRight .imgbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}

.newdet-page .sideLeft .time {
  text-align: center;
  font-size: var(--px18);
  line-height: 1.6;
  color: #909090;
  margin: var(--px20) 0 var(--px35);
}

.newdet-page .sideLeft .content {
  margin-bottom: var(--px100);
  color: #666;
  line-height: 1.6;
}

.newdet-page .sideLeft .form {
  margin-top: var(--px100);
}

.newdet-page .sideLeft .form .title {
  font-weight: 500;
  line-height: 1.6;
}

.newdet-page .sideLeft .form p {
  font-size: var(--px18);
  line-height: 1.6;
  color: #909099;
  margin: 10px 0 var(--px35);
}

.newdet-page .sideLeft .form form ul {
  margin: -10px;
}

.newdet-page .sideLeft .form form ul li {
  padding: 10px;
  border: none;
  margin-bottom: 12px;
}

.newdet-page .sideLeft .form form ul li span {
  font-size: var(--px18);
  line-height: 1.7;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.newdet-page .sideLeft .form form ul li input,
.newdet-page .sideLeft .form form ul li textarea {
  height: 55px;
  font-weight: 500;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #fff;
  font-size: var(--px18);
}

.newdet-page .sideLeft .form form ul li textarea {
  height: 220px;
  padding: 15px;
}

.newdet-page .sideLeft .form form ul li button {
  border: none;
}

.newdet-page .sideLeft .form form ul li.w-100 {
  width: 100%;
}

.newdet-page .sideLeft .form form ul li input[type="submit"] {
  color: white;
  background-color: var(--color);
  transition: .5s ease;
}

.newdet-page .sideLeft .form form ul li input[type="submit"]:hover {
  background-color: black;
}


.contact-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0;
}

.contact-page .contact-1 .left form ul li {
  padding: 0 30px 37px 0;
}

.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}

.contact-page .contact-1 .left form ul li .box input,
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 13px 0 13px 36px;
  font-size: 16px;
  line-height: 30px;
  color: #83827F;
}

.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827F;
}

.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827F;
}

.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827F;
}

.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827F;
}

.contact-page .contact-1 .left form ul li .box input::placeholder,
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #83827F;
}

.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 18px;
  font-size: 20px;
}

.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .contact-1 .left form ul li .more {
  padding: 0px 30px 0px 29px;
  vertical-align: middle;
}

.contact-page .contact-1 .left form ul li .more i {
  margin-right: 6px;
  display: inline-block;
}

.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  line-height: 2;
  color: #83827F;
}

.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}

.contact-page .contact-1 .left form ul li:hover .box::before,
.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}

.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}

.contact-page .contact-1 .left form ul li a.more {
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.contact-page .contact-1 .right p {
  line-height: 1.8;
  color: #83827F;
  margin-top: 7px;
}

.contact-page .contact-1 .right .list {
  margin-top: var(--px22);
}

.contact-page .contact-1 .right .list ul li {
  font-size: var(--px18);
  color: #83827F;
  line-height: 1.8;
  margin-bottom: 10px;
}

.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  text-align: center;
  margin-top: 5px;
}

.contact-page .contact-1 .right .list ul li:nth-child(1) i {
  font-size: var(--px29);
}

.contact-page .contact-1 .right .list ul li:nth-child(2) i {
  font-size: var(--px20);
}

.contact-page .contact-1 .right .list ul li:nth-child(3) i {
  font-size: var(--px24);
}

.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  padding-left: var(--px20);
}

.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}

.contact-page .contact-2 {
  padding-top: var(--px100);
}

.contact-page .contact-2 #mapContainer {
  height: 520px;
}
@media screen and (max-width: 1000px) {

  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}
@media screen and (max-width: 500px) {

  .contact-page .contact-1 .left form ul li p {
    display: block;
    padding: 10px 0 0 0;
    width: 100%;
  }

  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }

  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
    width: 100%;
  }

  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 36px;
  }

  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}


.cus-page .cus-1 .cus-box {
  background: #fff;
}

.cus-page .cus-1 .cusBtn {
  display: inline-block;
  padding: 15px var(--px30);
  color: white;
  background-color: #c8b08e;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

.cus-page .cus-1 .cusBtn:hover {
  background-color: black;
}

.cus-page .cus-1 .left {
  padding: var(--px25);
}

.cus-page .cus-1 .right {
  padding: var(--px25);
}

.cus-page .cus-1 .right .baseText {
  color: #666666
}

.cus-page .cus-1 .right .info {
  margin-top: var(--px30);
}

.cus-page .cus-1 .right .info li {
  overflow: hidden;
}

.cus-page .cus-1 .right .info .name {
  line-height: 60px;
  overflow: hidden;
  margin: 15px 0;
}

.cus-page .cus-1 .right .info .name .icon {
  font-size: 0;
}

.cus-page .cus-1 .right .info .name .icon img {
  vertical-align: middle;
}

.cus-page .cus-1 .right .info .name .p {
  padding-left: 60px;
  padding-right: 25px;
  line-height: 30px;
  margin-top: 14px;
}

.cus-page .cus-1 .right .info .name i {
  float: right;
  margin-top: 18px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

.cus-page .cus-1 .right .info .name.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cus-page .cus-1 .right .info .content {
  background-color: #f5f5f5;
  padding: 25px;
}

.cus-page .cus-1 .list {
  margin-top: 60px;
}

.cus-page .cus-1 .list ul {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}

.cus-page .cus-1 .list li {
  padding: 10px;
}

.cus-page .cus-1 .list li>div {
  height: 100%;

  padding: var(--px40) var(--px20);
}

.cus-page .cus-1 .list li>div .content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: var(--color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  color: #fff;
  padding: var(--px40) var(--px20);
}

.cus-page .cus-1 .list li>div:hover .content {
  opacity: 1;
}
.custom-page .about-page .about-4 {
  background: none
}

@media (max-width: 1250px) {
  .cus-page .cus-1 .list li {
    width: 50%;
  }
}
@media (max-width: 1000px) {
  .cus-page .cus-1 .left {
    width: 100%;
    text-align: center;
    padding: 15px;
    margin-top: 40px
  }

  .cus-page .cus-1 .right {
    width: 100%;
    padding: 15px;
  }

  .cus-page .cus-1 .list {
    margin-top: 40px;
  }
}
@media (max-width: 700px) {
  .cus-page .cus-1 .list li {
    width: 50%;
  }

  .cus-page .cus-1 .list li>div .content {
    opacity: 1;
  }
}
@media (max-width: 500px) {
  .cus-page .cus-1 .list li {
    width: 100%;
  }
}

.about-page .about-4 {
  background-color: #f7f7f7;
}

.about-page .about-4 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: stretch; 
}

.about-page .about-4 ul li {
  padding: var(--px25);
  flex-shrink: 0;
}

.about-page .about-4 ul li .box {
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.9s;
  text-align: center;
  -webkit-box-shadow: 0px 5px var(--px35) 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px var(--px35) 0px rgba(0, 0, 0, 0.1);
  padding: var(--px55) var(--px25);
  /*min-height: 460px;*/
  background-color: #fff;
}

.about-page .about-4 ul li .box .h5 {
  font-size: var(--px24);
  line-height: 1.5em;
  font-weight: 500;
  margin: var(--px20) 0 13px;
  font-family: Spectral;
}

.about-page .about-4 ul li .box .des {
  color: #818181;
  min-height: 10.8em;
}

.about-page .about-4 ul li .box:hover {
  background: var(--color);
  color: white;

}

.about-page .about-4 ul li .box img {
  transition: .5s ease;
}

.about-page .about-4 ul li .box:hover img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.about-page .about-4 ul li .box:hover .des {
  color: #fff
}
@media screen and (max-width: 1250px) {
  .about-page .about-4 ul li {
    width: 50% !important;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-4 ul {
    margin: 0
  }
}
@media screen and (max-width: 500px)  {
  .about-page .about-4 ul li {
    width: 100% !important;
  }
}

.faq-page .container ul li {
  margin: 10px 0 0;
  word-break: break-word;
  font-weight: 300;
}

.faq-page .container ul li .title {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 20px 0;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
}

.faq-page .container ul li .title i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 26px;
  right: 10px;
}

.faq-page .container ul li .cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: var(--px20) var(--px25);
  display: none;
  color: #666;
}
.quality-page .honor-1 p.fr {
  width: 50%;
  color: #777777;
  padding-top: 19px;
}

.quality-3 {
  position: relative
}

.quality-3 .box {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.quality-3 .left .arrows {
  margin-top: var(--px30);
}

.quality-3 .left .arrows span.arrow {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  color: #c7c7c7;
  font-size: 16px;
  border: 1px solid currentcolor;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;

}


.quality-3 .left .arrows span.arrow:hover {
  color: #6d4f20;
}

.quality-3 .right {
  margin-top: 0px;
}

.quality-2 {
  background-color: #f7f7f7;
}

.quality-2 .desc {

  margin: auto;
  color: #818181;
}

.quality-2 .list ul {
  margin: -15px;
}

.quality-2 .list li {
  padding: 15px;
}

.quality-2 .list .img {
  overflow: hidden;
}

.quality-2 .list .img .name {
  padding: 10px;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.quality-2 .list .img:hover .name {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.quality-2 .arrows span.arrow {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  color: #c7c7c7;
  font-size: 16px;
  border: 1px solid currentcolor;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}

.quality-2 .arrows span.arrow:hover {
  color: #6d4f20;
}

.honor-1 ul {
  margin: var(--npx25);
}

.honor-1 li {
  padding: var(--px25);
}

.honor-1 li .box {
  padding: var(--px20);
  background-color: #f5f5f5;
  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-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.honor-1 li .box .img {
  max-width: 150px;
}

.honor-1 li .box .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: var(--px40);
  padding-right: var(--px40);
}

.honor-1 li .box .text .name {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

.honor-1 li .box .text .desc {
  color: #777777;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

.honor-1 li .box .arrow {
  right: 40px;
  bottom: 20px;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.honor-1 li .box:hover {
  background-color: var(--color);
}

.honor-1 li .box:hover .img {
  /*filter: invert(1)*/
}

.honor-1 li .box:hover .text .name {
  color: #FFFFFF;
}

.honor-1 li .box:hover .text .desc {
  color: #FFFFFF;
}

.honor-1 li .box:hover .arrow {
  opacity: 1;
}
@media (max-width: 1450px) {
  .honor-1 ul {
    margin: -15px;
  }

  .honor-1 li {
    padding: 15px;
  }
}

@media (max-width: 1000px) {
  .quality-page .honor-1 p.fr {
    width: 100%;
    margin-top: 30px;
  }
  
  .quality-3 .left .arrows {
    display: none;
  }

  .quality-3 .right {
    margin-top: 0;
  }

  .quality-3 .left .content::before {
    right: 0;
  }

  .quality-3 .left .content {
    padding: var(--px30);
  }
  .honor-1 li {
    width: 100% !important;
  }

  .honor-1 li .box .text {
    padding-left: 20px;
  }
}
@media (max-width: 500px) {
  .honor-1 li .box {
    display: block;
    text-align: center;
  }

  .honor-1 li .box .img {
    margin: 10px auto;
  }

  .honor-1 li .box .text {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }

  .honor-1 li .box .arrow {
    position: relative;
    right: auto;
    bottom: auto;
    opacity: 1;
  }
}

.gallery-page .gallery-1 .list ul {
  margin: -25px -12px;
}
.gallery-page .gallery-1 .list ul li {
  padding: 25px 12px;
}
.gallery-page .gallery-1 .list ul li a.img-box {
  display: block;
}
.gallery-page .gallery-1 .list ul li a.img-box img {
  display: block;
  width: 100%;
}
.gallery-page .gallery-1 .list ul li a.img-box h6 {
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
  color: white;
}
.gallery-page .gallery-1 .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.gallery-page .gallery-1 .list ul li a.img-box:hover h6 {
  top: 50%;
  opacity: 1;
}
.gallery-page .gallery-1 .list ul li a.img-box:hover:after {
  opacity: 1;
}
@media screen and (max-width: 1250px) {
  .gallery-page .gallery-1 .list ul li {
    padding: 10px;
  }
  .gallery-page .gallery-1 .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1000px) {
  .gallery-page .gallery-1 .list ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 1000px) {
  .gallery-page .gallery-1 .list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .gallery-page .gallery-1 .list ul li {
    width: 100%;
  }
}

.product-page.download-page .product-1 .list ul{
  margin: 0;
}
.product-page.download-page .product-1 .list ul li {
  padding: 25px 21px 25px 0;
}
.product-page.download-page .product-1 .list{
  border-radius: 0;
}

.download-page .download-content {
  background-color: #f8f8f8;
  border-radius: 10px;
}
.download-page .download-content .download-list {
  border-top: solid 1px #e8e8e8;
}
.download-page .download-content .download-list li {
  border-bottom: solid 1px #e8e8e8;
  color: #666666;
  font-weight: 500;
}
.download-page .download-content .download-list li .title{
  font-style: italic;
  color: #141414;
}
.download-page .download-content .download-list li .name {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #666666;
}
.download-page .download-content .download-list li .preview {
  margin-left: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.download-page .download-content .download-list li .preview i {
  font-size: 26px;
}
.download-page .download-content .download-list li .preview:hover {
  color: var(--color);
}
.download-page .download-content .download-list li .download {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.download-page .download-content .download-list li .download:hover {
  color: var(--color);
}
.download-page .download-content .download-list li.active .name,
.download-page .download-content .download-list li.active .preview {
  color: var(--color);
}
.download-page .download-content .download-list li.active .name,
.download-page .download-content .download-list li:hover .name {
  color: var(--color);
}
.download-page .download-content .download-list li .bottom {
  display: none;
}
@media screen and (max-width: 700px) {
  .download-page .download-content .download-list li .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

ul.video{
    margin: 0 -15px;
}
ul.video li{
    padding: 15px;
}
ul.video li .block{
    position: relative;
}
ul.video li .block .play{
 position: absolute;
 z-index: 9;
 left: 50%;
 top: 50%;
 transform: translate(-50%,-50%);
}
@media screen and (max-width: 1250px) {
  ul.video li {
    width: 33.33%;
  }
}
@media screen and (max-width: 1000px) {
  ul.video li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  ul.video li {
    width: 100%;
  }
}
.local_page .local_1 .flexBox {
  margin: 0 -15px;
  align-items: stretch;
  color: #0c0f0f;
}
.local_page .local_1 .flexBox .item {
  padding: 0 15px;
  flex-shrink: 0;
}
.local_page .local_1 .flexBox .item .box {
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
	border-radius: 10px;
}
.local_page .local_1 .flexBox .item .box .line {
  border-bottom: 1px solid #e2e9e9;
}
.local_page .local_1 .flexBox .item .box .cont {
  color: #666;
}
.local_page .local_1 .flexBox .item .box .cont .icon {
  width: 18px;
  height: 20px;
}
.local_page .local_1 .flexBox .item .box .cont .txt {
  width: calc(100% - 18px);
}
.local_page .local_1 .flexBox .item .box:hover {
  color: #fff;
  background-color: #221714;
}
.local_page .local_1 .flexBox .item .box:hover .line {
  border-color: #322a27;
}
.local_page .local_1 .flexBox .item .box:hover img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.local_page .local_1 .flexBox .item .box:hover .cont {
  color: #fff;
}
@media screen and (max-width: 1250px) {
  .local_page .local_1 .flexBox .item {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .local_page .local_1 .flexBox {
    margin: 0;
  }
  .local_page .local_1 .flexBox .item {
    width: 100%;
    padding: 0;
  }
}


#productdetail-page .container .cont_5 .shoulist .slick-list .slick-slide{
margin-right: 20px;
}
.about_page .about_form form input,.about_page .about_form form .input,.about_page .about_form form textarea {
  background-color: #ffffff;
	border: solid 1px #dbdbdb;
  width: 100%;
  height: var(--px70);
  min-height: 50px;
  padding-left: var(--px32);
  font-size: var(--px18);
  color: #666;
}
.about_page .about_form form textarea {
  height: 150px;
}
.about_page .about_form form .btnForm {
  width: auto;
  height: 40px;
  padding: 0 20px;
  background-color: var(--color);
  color: #fff;
}
.about_page .about_form form .btnForm:hover {
  background-color: #fff;
  color: #666;
}
.about_page .about_form form .input {
  padding-left: 0;
}
.about_page .about_form form .input select {
  width: 100%;
  height: 100%;
  border: none;
  font-size: var(--px18);
  color: #666;
}
.about_page .about_form form .input select option:hover {
  background-color: var(--color);
  color: #fff;
}
.about_page .about_form form .select2-container--default .select2-selection--single {
  border: none;
  padding-left: var(--px32);
  position: relative;
}
.about_page .about_form form .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 12px;
	height: 6px;
  background-image: url(../images/about_formArrow1.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 45px;
}
.about_page .about_form form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
@media screen and (max-width: 500px) {
  .about_page .about_form form li {
    width: 100%;
  }
}