@font-face {
  font-family: "Poppins";
  src: url("../fonts/PaytoneOne-Regular.eot");
  src: url("../fonts/PaytoneOne-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PaytoneOne-Regular.woff2") format("woff2"), url("../fonts/PaytoneOne-Regular.woff") format("woff"), url("../fonts/PaytoneOne-Regular.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #db011c;
  font-weight: normal;
  margin: 0 auto;
  font-size: 14px;
    background: #000000;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;

}
.play-btn i {
  border: none;
}
.t_1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1500px;
  margin: auto;
  width: 100%;
}
.more {
  height: 48px;
  background-color: var(--color);
  color: #ffffff;
  font-weight: bold;
  padding: 0 21px;
  display: inline-block;
  line-height: 48px;
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  text-transform: uppercase;
}
.more:hover {
  background: #000000;
}
.more.m1:hover {
  background: #ffffff;
  color: var(--color);
}
.more1 {
  height: 48px;
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  padding: 0 21px;
  display: inline-block;
  line-height: 48px;
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  text-transform: uppercase;
}
.more1:hover {
  background: var(--color);
}
.more1.m1:hover {
  background: #ffffff;
  color: var(--color);
}
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slickBtn div {
  width: 50px;
  height: 50px;
  background-color: #db011c;
  border-radius: 6px;
}
.slickBtn div i {
  display: none;
}
.slickBtn .prev::after {
  content: "<";
  font-weight: 500;
  font-size: 40px;
  line-height: 0.5;
}
.slickBtn div.next {
  margin-left: 0;
}
.slickBtn div.next::after {
  content: ">";
  font-weight: 500;
  font-size: 40px;
  line-height: 0.5;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .h-top {
  background-color: #ab0116;
  color: #ffffff;
}
#header .h-top .ui.menu .info {
  -webkit-animation: slide-left 30s linear infinite;
  -moz-animation: slide-left 30s linear infinite;
  animation: slide-left 30s linear infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  white-space: nowrap;
}
#header .h-top .ui.menu .info .dots::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 40px;
}
#header .nav {
  padding: 15px 0;
  width: 100%;
  background: var(--color);
}
#header .nav .ui.menu {
  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;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 25px;
  color: #ffffff;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 15px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: #000000;
}
#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;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#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 > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
#header .nav .ui.menu .h-language span img {
  width: 33px;
  margin-right: 8px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
  max-height: 450px;
  overflow-y: auto;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu 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;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  height: 43px;
  line-height: 43px;
  border-radius: 6px;
}
#header .nav .ui.menu .chat:hover {
  background: #ffffff;
  color: var(--color);
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#header.active {
  top: -30px;
  -webkit-box-shadow: 0 8px 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 10px rgba(255, 255, 255, 0.2);
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.5;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
#banner {
  position: relative;
  overflow: hidden;
  margin-top: 105px;
}
#banner .h-text {
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background: #000000;
  font-weight: bold;
}
#banner li {
  position: relative;
}
#banner li .text {
  position: absolute;
  left: 0;
  bottom: 110px;
  width: 100%;
}
#banner li .text .box {
  max-width: 800px;
  background: rgba(0, 0, 0, 0.66);
  padding: 40px;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: 1.2s 1s;
  -moz-transition: 1.2s 1s;
  transition: 1.2s 1s;
}
#banner li .text .box .cont {
  line-height: 1.2;
}
#banner .slick-active .text .box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#banner .btns {
  position: absolute;
  bottom: 39px;
  width: 100%;
  left: 0;
}
#banner .btns .btn_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner .btns .btn_box .prev,
#banner .btns .btn_box .next {
  width: 50px;
  height: 50px;
  background-color: var(--color);
  border-radius: 6px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#banner .btns .btn_box .prev:hover,
#banner .btns .btn_box .next:hover {
  background: #ffffff;
  color: var(--color);
}
#banner .btns .btn_box .prev::after {
  content: "<";
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
}
#banner .btns .btn_box div.next {
  margin-left: 0;
}
#banner .btns .btn_box div.next::after {
  content: ">";
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
#index-body {
  background: #000000;
  color: #ffffff;
}
#index-body .lg_list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
#index-body .lg_list .box {
  height: 80px;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .type {
  overflow: hidden;
}
#index-body .type .list {
  overflow: hidden;
  width: 130%;
  padding-right: 30%;
}
#index-body .type .list .txt {
  text-align: center;
  padding: 24px;
  background: var(--color);
}
#index-body .type .list .tit {
  line-height: 1.3;
  margin: 18px 0;
}
#index-body .type .list .more1:hover {
  background: #ffffff;
  color: var(--color);
}
#index-body .type .list .btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .type .list .btn .btn_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 26px;
}
#index-body .type .list .btn .btn_box .prev,
#index-body .type .list .btn .btn_box .next {
  width: 50px;
  height: 50px;
  background-color: var(--color);
  border-radius: 6px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  opacity: 0.6;
}
#index-body .type .list .btn .btn_box .prev:hover,
#index-body .type .list .btn .btn_box .next:hover {
  opacity: 1;
}
#index-body .type .list .btn .btn_box .prev::after {
  content: "<";
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
}
#index-body .type .list .btn .btn_box div.next {
  margin-left: 7px;
}
#index-body .type .list .btn .btn_box div.next::after {
  content: ">";
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
}
#index-body .type .list .btn .pagination {
  position: relative;
  height: 8px;
  background-color: #cccccc;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .type .list .btn .pagination .swiper-pagination-progressbar-fill {
  background-color: #db011c;
}
#index-body .product {
  background: #f7f7f7;
  color: #000000;
  overflow: hidden;
}
#index-body .product .list {
  overflow: hidden;
  width: 130%;
  padding-right: 30%;
}
#index-body .product .list .swiper-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#index-body .product .list .swiper-slide {
  height: auto;
}
#index-body .product .list .ig {
  background: #ffffff;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#index-body .product .list .txt {
  text-align: center;
  padding: 0 30px 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .product .list .tit {
  line-height: 1.2;
  margin-bottom: 20px;
   -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .product .list .btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .product .list .btn .btn_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 26px;
}
#index-body .product .list .btn .btn_box .prev,
#index-body .product .list .btn .btn_box .next {
  width: 50px;
  height: 50px;
  background-color: #7b7b7b;
  border-radius: 6px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#index-body .product .list .btn .btn_box .prev:hover,
#index-body .product .list .btn .btn_box .next:hover {
  background-color: #000000;
}
#index-body .product .list .btn .btn_box .prev::after {
  content: "<";
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
}
#index-body .product .list .btn .btn_box div.next {
  margin-left: 7px;
}
#index-body .product .list .btn .btn_box div.next::after {
  content: ">";
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
}
#index-body .product .list .btn .pagination {
  position: relative;
  height: 8px;
  background-color: #cccccc;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .product .list .btn .pagination .swiper-pagination-progressbar-fill {
  background-color: #000000;
}
#index-body .application {
  overflow: hidden;
}
#index-body .application .list .ig {
  padding-bottom: 60px;
  position: relative;
}
#index-body .application .list .ig::after {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #000000), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #000000 20%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(bottom, #000000 20%, rgba(0, 0, 0, 0));
  background: linear-gradient(to top, #000000 20%, rgba(0, 0, 0, 0));
}
#index-body .application .list .ig .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}
#index-body .application .list .ig .txt .icon {
  display: inline-block;
  position: relative;
}
#index-body .application .list .ig .txt .icon .t{
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-60%);
  text-align: center;
}
#index-body .application .list .ig .txt .t1 {
  line-height: 1.2;
}
#index-body .application .list .ig .img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .application .list .ig:hover .txt {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .application .list .ig:hover .img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#index-body .application .list .slickBtn {
  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 .application .list .slickBtn .next {
  margin-left: 7px;
}
#index-body .application .list .slickBtn .prev,
#index-body .application .list .slickBtn .next {
  opacity: 0.6;
}
#index-body .application .list .slickBtn .prev:hover,
#index-body .application .list .slickBtn .next:hover {
  opacity: 1;
}
#index-body .about .more {
  background-color: #f7f7f7;
  color: #000000;
}
#index-body .about .more:hover {
  background: var(--color);
  color: #ffffff;
}
#index-body .about .datas ul {
  margin: -4px;
}
#index-body .about .datas li {
  padding: 4px;
  width: 25%;
}
#index-body .about .datas li .ig {
  padding: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #535353;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .about .datas li .ig:hover {
  background: var(--color);
}
#index-body .about .datas li .icon {
  padding-bottom: 25px;
  margin-right: 10px;
}
#index-body .about .datas li .num {
  line-height: 1;
}
#index-body .about .datas li .t {
  line-height: 1;
  margin-top: 5px;
}
#index-body .about .play {
  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;
  cursor: pointer;
  transition: .5s;
}
#index-body .about .play .tit {
  line-height: 1.1;
}
#index-body .about .play .t2 {
  line-height: 1;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
    transition: .5s;
}
#index-body .about .play:hover{
  color: var(--color);
}
#index-body .about .play:hover .t2{
   border-bottom: 1px solid var(--color); 
}
#index-body .advantage {
  position: relative;
  background: var(--color);
}
#index-body .advantage .left img{
  width: 100%;
  display: block;
}
#index-body .advantage .right {
  position: relative;
}
#index-body .advantage .left>img{
  width: 100%;
  display: block;
}
#index-body .advantage .right li {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #ffffff;
  color: #000000;
  text-align: center;
  line-height: 50px;
  font-size: 36px;
  font-weight: 500;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .advantage .right li:hover,
#index-body .advantage .right li.active {
  background: var(--color);
  color: #ffffff;
}
#index-body .advantage .right li:nth-child(1) {
  left: 26%;
  top: 26%;
}
#index-body .advantage .right li:nth-child(2) {
  left: 70%;
  top: 20%;
}
#index-body .advantage .right li:nth-child(3) {
  left: 21%;
  top: 54%;
}
#index-body .advantage .right li:nth-child(4) {
  left: 75%;
  top: 73%;
}
#index-body .advantage .list {
  width: 510px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background: #ffffff;
  color: #000000;
  border-top: 6px solid #ab0015;
}
#index-body .advantage .list .ig {
  padding: 40px 31px 40px;
}
#index-body .news .list {
  overflow: hidden;
}
#index-body .news .list .ig {
  padding: 50px 48px;
  background-color: #333333;
  position: relative;
}
#index-body .news .list .ig .st_lg {
  width: 82px;
  height: 67px;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 25px;
  padding: 0 10px;
}
#index-body .news .list .ig .time {
  line-height: 1;
}
#index-body .news .list .ig .t1 {
  line-height: 1.2;
}
#index-body .news .list .btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .news .list .btn .btn_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 26px;
}
#index-body .news .list .btn .btn_box .prev,
#index-body .news .list .btn .btn_box .next {
  width: 50px;
  height: 50px;
  background-color: var(--color);
  border-radius: 6px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  opacity: 0.6;
}
#index-body .news .list .btn .btn_box .prev:hover,
#index-body .news .list .btn .btn_box .next:hover {
  opacity: 1;
}
#index-body .news .list .btn .btn_box .prev::after {
  content: "<";
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
}
#index-body .news .list .btn .btn_box div.next {
  margin-left: 7px;
}
#index-body .news .list .btn .btn_box div.next::after {
  content: ">";
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
}
#index-body .news .list .btn .pagination {
  position: relative;
  height: 8px;
  background-color: #cccccc;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .news .list .btn .pagination .swiper-pagination-progressbar-fill {
  background-color: #db011c;
}
strong {
  font-weight: bold;
}
#footer {
  background: var(--color);
  color: #ffffff;
}
#footer .f-form {
  background: #000000;
  border-top: 7px solid var(--color);
}
#footer .f-form .tip {
  max-width: 950px;
  margin: 0 auto;
}
#footer .f-form .nav_list ul {
  margin: -6px;
}
#footer .f-form .nav_list ul li {
  padding: 6px;
}
#footer .f-form .nav_list ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #333333;
  padding: 0 19px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-form .nav_list ul li a:hover {
  background: var(--color);
}
#footer .f-form .form-box {
  padding: 36px 135px;
  background-color: #333333;
}
#footer .f-form .form-box 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -3px;
}
#footer .f-form .form-box ul li {
  padding: 3px;
}
#footer .f-form .form-box ul li input {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border: none;
  color: #000000;
  padding: 0 10px;
}
#footer .f-form .form-box ul li input::-webkit-input-placeholder {
  color: rgba(115, 119, 120, 0.5);
}
#footer .f-form .form-box ul li input:-moz-placeholder {
  color: rgba(115, 119, 120, 0.5);
}
#footer .f-form .form-box ul li input::-moz-placeholder {
  color: rgba(115, 119, 120, 0.5);
}
#footer .f-form .form-box ul li input:-ms-input-placeholder {
  color: rgba(115, 119, 120, 0.5);
}
#footer .f-form .form-box ul li input::placeholder {
  color: rgba(115, 119, 120, 0.5);
}
#footer .f-form .form-box ul .i1 {
  width: 19%;
}
#footer .f-form .form-box ul .i2 {
  width: 25%;
}
#footer .f-form .form-box ul .submit {
  width: 18%;
}
#footer .f-form .form-box ul .submit input {
  background: var(--color);
  color: #ffffff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-form .form-box ul .submit input:hover {
  background: #ffffff;
  color: var(--color);
}
#footer .f-box .f-ab {
  max-width: 360px;
}
#footer .f-box .f-ab #ewm {
  width: 131px;
  height: 131px;
  border: 3px solid #ffffff;
  background: #ffffff;
}
#footer .f-box .f-ab #ewm canvas {
  width: 100%;
  height: 100%;
}
#footer .f-box .tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
#footer .f-box li {
  margin-bottom: 1em;
}
#footer .f-box li ul {
  display: none;
}
#footer .f-box li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box li a:hover {
  color: #000000;
}
#footer .f-box .f-contact {
  max-width: 415px;
}
#footer .f-box .f-contact li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
#footer .f-box .f-contact li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-box .f-contact li .icon {
  width: 17px;
  margin-right: 8px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}
#footer .share {
  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: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
#footer .share a {
  width: 32px;
  height: 32px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: 25px;
  text-align: center;
  margin-left: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .share a:hover {
  background: #ffffff;
  color: var(--color);
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
  padding: 15px 0;
  position: relative;
  border-top: 1px solid #ffffff;
}
#footer .f-copy .bq {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy .bq:hover {
  color: #000000;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  fill: #ffffff;
  margin-top: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg text {
  fill: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg:hover {
  fill: #000000;
}
#footer .f-copy svg:hover text {
  fill: #000000;
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .chat{
    display: none;
  }
  #banner li .text .box .title{
    zoom: 0.9;
  }
  #index-body .about .datas li .icon {
    padding-bottom: 14px;
  }
  #index-body .advantage .list {
    -webkit-transform: translate(-80%);
    -moz-transform: translate(-80%);
    -ms-transform: translate(-80%);
    transform: translate(-80%);
  }
  #footer .f-form .nav_list ul {
    margin: -3px;
  }
  #footer .f-form .nav_list ul li {
    padding: 3px;
  }
  #footer .f-form .nav_list ul li a {
    padding: 0 10px;
  }
  #footer .f-box .f-contact {
    max-width: 350px;
  }
  #footer .f-box .f-ab {
    max-width: 320px;
  }
  #footer .f-form .tip {
    max-width: 700px;
  }
  #banner li .text .box {
    padding: 25px 30px;
  }
  #footer .f-form .form-box {
    padding: 36px 90px;
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
    #banner li .text .box .title{
    zoom: 1;
  }
  #index-body .product .list .txt {
    text-align: center;
    padding: 0 20px 25px;
  }
  #index-body .application .list .ig .txt .icon {
    zoom: 0.85;
  }
  #index-body .about .datas li {
    width: 33.3%;
  }
  #index-body .news .list .ig {
    padding: 50px 30px;
  }
  #footer .f-box .f-nav {
    display: none;
  }
  #footer .f-form .form-box {
    padding: 36px 40px;
  }
  #footer .f-form .form-box ul li.i1 {
    width: 33.3%;
  }
  #footer .f-form .form-box ul li.i2 {
    width: 70%;
  }
  #footer .f-form .form-box ul li.submit {
    width: 30%;
  }
  #banner .btns {
    bottom: 20px;
  }
  #banner li .text {
    bottom: 90px;
  }
  #banner li > img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 1000px) {
  #banner li .text .box {
    max-width: 100%;
  }
  #index-body .about .datas li {
    width: 50%;
  }
  #index-body .about .play img {
    zoom: 0.8;
  }
  #index-body .application .list .ig .txt {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #index-body .application .list .ig .txt .icon {
    zoom: 0.8;
  }
  #index-body .advantage .list {
    width: 50%;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    bottom: 0;
  }
  .font-39 {
    font-size: 24px;
  }
 .font-24{
   font-size: 18px;
 }
  .font-22{
    font-size: 17px;
  }
  #footer .f-box .f-ab {
    max-width: 100%;
    margin-bottom: 20px;
  }
  #footer .f-box .f-ab #ewm {
    display: none;
  }
  #footer .f-box .f-contact {
    max-width: 100%;
  }
  #footer .f-box .f-products {
    display: none;
  }
  #index-body .advantage .right li {
    zoom: 0.8;
  }
  .font-31 {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
   .font-26{
    font-size: 16px;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 40%;
    zoom: 0.75;
  }
  .font-53 {
    font-size: 25px;
  }
  #banner li .text .box .title{
    font-size: 21px;
  }
  #banner .btns {
    display: none;
  }
  #banner li .text {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  #index-body .application .list .ig .txt .icon {
    zoom: 0.7;
  }
  #index-body .about .datas li .icon {
    padding-bottom: 0;
  }
  #index-body .about .datas li .ig {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #index-body .advantage .right {
    width: 100%;
  }
  #index-body .advantage .left {
    display: none;
  }
  #index-body .advantage .list {
    position: static;
    width: 100%;
    border: none;
  }
  #footer .f-form .form-box ul li.i1 {
    width: 100%;
  }
  #footer .f-form .form-box ul li.i2 {
    width: 100%;
  }
  #footer .f-form .form-box ul li.submit {
    width: 100%;
  }
  #index-body .lg_list .box img {
    zoom: 0.7;
  }
  #index-body .product .tip .right,
  #index-body .application .tip .right {
    margin-top: 25px;
  }
  #index-body .news .list .ig .st_lg {
    height: 50px;
  }
  #index-body .type .list .btn,
  #index-body .product .list .btn,
  #index-body .application .list .slickBtn,
  #index-body .news .list .btn {
    zoom: 0.7;
  }
  #footer .f-form .form-box {
    padding: 30px 20px;
  }
  #index-body .news .list .ig {
    padding: 40px 15px 30px;
  }
  #innerMobileBanner .banner2 .text{
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .more,
  .more1 {
    zoom: 0.8;
  }
  #banner li .text .box .title{
    font-size: 18px;
  }
  #banner li .text .box {
        padding: 25px 16px;
    }
  #index-body .advantage .right li {
    zoom: 0.6;
  }
  #index-body .about .datas li {
    width: 100%;
  }
  #index-body .about .datas li .ig {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 30px;
  }
  #index-body .about .play img {
    zoom: 0.5;
  }
  #index-body .lg_list .box img{
    zoom: 0.55;
  }
  #footer .f-form .nav_list ul li a{
    display: flex;
    align-items: center;
    min-height: 40px;
    line-height: 1.3;
    padding: 8px 10px;
    height: auto;
  }
}

/*inner.js*/
.inner-banner {
  position: relative;
  margin-top: 100px;
}
.inner-banner .text {
  width: 100%;
  position: absolute;
  bottom: 74px;
  left: 0;
  color: #ffffff;
}
.inner-banner .text .title {
  line-height: 1;
  margin-bottom: 12px;
}
.inner-banner .text .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .text .mbx a:hover {
  color: var(--color);
}
.download-banner .text{
  position: static;
  padding: 60px 0;
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .text {
    bottom: 20px;
  }
  .inner-banner > img {
    height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.inner-page {
  background: #000000;
  color: #ffffff;
}
/*about-page.js*/
.about-page .about-1 .tip {
  background: var(--color);
}
.about-page .about-1 .more {
  background-color: #f7f7f7;
  color: #000000;
}
.about-page .about-1 .more:hover {
  background: var(--color);
  color: #ffffff;
}
.about-page .about-1 .datas ul {
  margin: -4px;
}
.about-page .about-1 .datas li {
  padding: 4px;
  width: 25%;
}
.about-page .about-1 .datas li .ig {
  padding: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #535353;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-1 .datas li .ig:hover {
  background: var(--color);
}
.about-page .about-1 .datas li .icon {
  padding-bottom: 25px;
  margin-right: 10px;
}
.about-page .about-1 .datas li .num {
  line-height: 1;
}
.about-page .about-1 .datas li .t {
  line-height: 1;
  margin-top: 5px;
}
.about-page .about-1 .play {
  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;
  cursor: pointer;
  transition: .5s;
}
.about-page .about-1 .play .tit {
  line-height: 1.1;
}
.about-page .about-1 .play .t2 {
  line-height: 1;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  transition: .5s;
}
.about-page .about-1 .play:hover{
  color: var(--color);
}
.about-page .about-1 .play:hover .t2{
   border-bottom: 1px solid var(--color); 
}
.about-page .about-2 {
  background: #ffffff;
  color: #000000;
}
.about-page .about-2 .swiper {
  overflow: hidden;
}
.about-page .about-2 .swiper1 .ig {
  padding: 100px 32px;
  background-color: #535353;
  color: #ffffff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .swiper1 .ig .con{
  height: 6em;
  overflow-y: auto;
}
.about-page .about-2 .swiper1 .swiper-slide-active .ig {
  background: var(--color);
}
.about-page .about-2 .swiper2 .ig {
  opacity: 0.5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.about-page .about-2 .swiper2 .swiper-slide-active .ig {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.about-page .about-2 .btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-2 .btn .btn_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 26px;
}
.about-page .about-2 .btn .btn_box .prev,
.about-page .about-2 .btn .btn_box .next {
  width: 50px;
  height: 50px;
  background-color: var(--color);
  border-radius: 6px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  opacity: 0.6;
}
.about-page .about-2 .btn .btn_box .prev:hover,
.about-page .about-2 .btn .btn_box .next:hover {
  opacity: 1;
}
.about-page .about-2 .btn .btn_box .prev::after {
  content: "<";
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
}
.about-page .about-2 .btn .btn_box div.next {
  margin-left: 7px;
}
.about-page .about-2 .btn .btn_box div.next::after {
  content: ">";
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
}
.about-page .about-2 .btn .pagination {
  position: relative;
  height: 8px;
  background-color: #cccccc;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about-page .about-2 .btn .pagination .swiper-pagination-progressbar-fill {
  background-color: #db011c;
}
.about-page .about-3 .list .ig {
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.about-page .about-3 .list .ig .img img {
  width: 100%;
}
.about-page .about-3 .list .ig::after {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #000000), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #000000 20%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(bottom, #000000 20%, rgba(0, 0, 0, 0));
  background: linear-gradient(to top, #000000 20%, rgba(0, 0, 0, 0));
}
.about-page .about-3 .list .ig .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  padding: 0 55px;
}
.about-page .about-3 .list .ig .txt .icon {
  display: inline-block;
  position: relative;
}

.about-page .about-3 .list .ig .txt .icon .t{
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-60%);
  text-align: center;
}
.about-page .about-3 .list .ig .txt .con {
  max-height: 6em;
  overflow-y: auto;
}
.about-page .about-3 .list .ig .txt .t1 {
  line-height: 1.2;
}
.about-page .about-3 .list .ig .img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .list .ig:hover .txt {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.about-page .about-3 .list .ig:hover .img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.about-page .about-4 {
  position: relative;
}
.about-page .about-4 > img {
  width: 100%;
}
.about-page .about-4 .txt {
  position: absolute;
  width: 100%;
  top: 70px;
  color: #000000;
}
.about-page .about-5 .swiper {
  overflow: hidden;
}
.about-page .about-5 .btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-5 .btn .btn_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 26px;
}
.about-page .about-5 .btn .btn_box .prev,
.about-page .about-5 .btn .btn_box .next {
  width: 50px;
  height: 50px;
  background-color: var(--color);
  border-radius: 6px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  opacity: 0.6;
}
.about-page .about-5 .btn .btn_box .prev:hover,
.about-page .about-5 .btn .btn_box .next:hover {
  opacity: 1;
}
.about-page .about-5 .btn .btn_box .prev::after {
  content: "<";
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
}
.about-page .about-5 .btn .btn_box div.next {
  margin-left: 7px;
}
.about-page .about-5 .btn .btn_box div.next::after {
  content: ">";
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
}
.about-page .about-5 .btn .pagination {
  position: relative;
  height: 8px;
  background-color: #cccccc;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about-page .about-5 .btn .pagination .swiper-pagination-progressbar-fill {
  background-color: #db011c;
}
@media screen and (max-width: 1450px) {
  .about-page .about-1 .datas li .icon {
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 .datas li {
    width: 33.3%;
  }
  .about-page .about-3 .list .ig .txt {
    padding: 0 25px;
  }
  .about-page .about-3 .list .ig .txt .icon {
    zoom: 0.75;
  }
  .about-page .about-4 .txt {
    top: 45px;
  }
  .about-page .about-2 .swiper1 .ig {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .datas li {
    width: 50%;
  }
  .about-page .about-1 .play img {
    zoom: 0.8;
  }
  .about-page .about-3 .list .ig .txt {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 0 20px;
  }
  .about-page .about-3 .ig .txt .icon {
    zoom: 0.8;
  }
  .about-page .about-3 .list .ig .img img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-page .about-4 .txt {
    top: 25px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .datas li .icon {
    padding-bottom: 0;
  }
  .about-page .about-1 .datas li .ig {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-page .about-2 .list .btn,
  .about-page .about-5 .list .btn {
    zoom: 0.7;
  }
  .about-page .about-3 .ig .txt .icon {
    zoom: 0.7;
  }
  .about-page .about-3 .list .ig .txt {
    padding: 0 15px;
  }
  .about-page .about-4 {
    padding-top: 70px;
    background: #eeeeee;
  }
  .about-page .about-3 .list li {
    margin-bottom: 50px;
  }

}
@media screen and (max-width: 500px) {
  .about-page .about-1 .datas li {
    width: 100%;
  }
  .about-page .about-1 .datas li .ig {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 30px;
  }
  .about-page .about-1 .play img {
    zoom: 0.5;
  }
}



.inner-page .m-page {
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  line-height: 52px;
  box-shadow: 0px 2px 7.84px 0.16px rgba(0, 0, 0, 0.27);
  border-radius: 100%;
  background: #fff;
  font-size: 17px;
  font-weight: bold;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #000000
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
  color: white;
}
@media screen and (max-width: 1000px) {
.inner-page .m-page{
  zoom: 0.8;
}
.inner-page .m-page a, .inner-page .m-page span{
  margin: 0 5px;
}
}
@media screen and (max-width: 500px) {
  .inner-page .m-page{
  zoom: 0.7;
}
}

/*factory-page*/

.factory-page .factory-1 .swiper {
  overflow: hidden;
}
.factory-page .factory-1 .btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.factory-page .factory-1 .btn .btn_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 26px;
}
.factory-page .factory-1 .btn .btn_box .prev,
.factory-page .factory-1 .btn .btn_box .next {
  width: 50px;
  height: 50px;
  background-color: var(--color);
  border-radius: 6px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  opacity: 0.6;
}
.factory-page .factory-1 .btn .btn_box .prev:hover,
.factory-page .factory-1 .btn .btn_box .next:hover {
  opacity: 1;
}
.factory-page .factory-1 .btn .btn_box .prev::after {
  content: "<";
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
}
.factory-page .factory-1 .btn .btn_box div.next {
  margin-left: 7px;
}
.factory-page .factory-1 .btn .btn_box div.next::after {
  content: ">";
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
}
.factory-page .factory-1 .btn .pagination {
  position: relative;
  height: 8px;
  background-color: #cccccc;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.factory-page .factory-1 .btn .pagination .swiper-pagination-progressbar-fill {
  background-color: #db011c;
}
.factory-page .factory-2 {
  background: #ffffff;
  color: #000000;
}
.factory-page .factory-2 .swiper {
  overflow: hidden;
}
.factory-page .factory-2 .btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.factory-page .factory-2 .btn .btn_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 26px;
}
.factory-page .factory-2 .btn .btn_box .prev,
.factory-page .factory-2 .btn .btn_box .next {
  width: 50px;
  height: 50px;
  background-color: #000000;
  border-radius: 6px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  opacity: 0.6;
}
.factory-page .factory-2 .btn .btn_box .prev:hover,
.factory-page .factory-2 .btn .btn_box .next:hover {
  opacity: 1;
}
.factory-page .factory-2 .btn .btn_box .prev::after {
  content: "<";
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
}
.factory-page .factory-2 .btn .btn_box div.next {
  margin-left: 7px;
}
.factory-page .factory-2 .btn .btn_box div.next::after {
  content: ">";
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
}
.factory-page .factory-2 .btn .pagination {
  position: relative;
  height: 8px;
  background-color: #cccccc;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.factory-page .factory-2 .btn .pagination .swiper-pagination-progressbar-fill {
  background-color: #000000;
}
@media screen and (max-width: 700px) {
  .factory-page .factory-1 .list .btn {
    zoom: 0.7;
  }
  .factory-page .factory-2 .list .btn {
    zoom: 0.7;
  }
}


/*case-page*/
.case-page{
  background: #f7f7f7;
  color: #000000;
}
.case-page .list ul{
  margin: -9px
}
.case-page .list ul li{
  padding: 9px;
}
.case-page .list ul li .box{
  border: solid 1px #000000;
  padding: 16px 13px 24px;
  height: 100%;
   display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.case-page .list ul li .box .text{
   -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
     display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
   -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.case-page .list ul li .box .text .t1{
-webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.casedet-page {
    background: #f7f7f7;
  color: #000000;
}
.casedet-page .casedet-1 .img_list img{
  width: 100%;
}

.pro_related {
  background: #f7f7f7;
  color: #000000;
  overflow: hidden;
}
.pro_related .list {
  overflow: hidden;
}
.pro_related .list .swiper-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.pro_related .list .swiper-slide {
  height: auto;
}
.pro_related .list .ig {
  background: #ffffff;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pro_related .list .txt {
  text-align: center;
  padding: 0 30px 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pro_related .list .tit {
  line-height: 1.2;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pro_related .list .btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pro_related .list .btn .btn_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 26px;
}
.pro_related .list .btn .btn_box .prev,
.pro_related .list .btn .btn_box .next {
  width: 50px;
  height: 50px;
  background-color: #7b7b7b;
  border-radius: 6px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.pro_related .list .btn .btn_box .prev:hover,
.pro_related .list .btn .btn_box .next:hover {
  background-color: #000000;
}
.pro_related .list .btn .btn_box .prev::after {
  content: "<";
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
}
.pro_related .list .btn .btn_box div.next {
  margin-left: 7px;
}
.pro_related .list .btn .btn_box div.next::after {
  content: ">";
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
}
.pro_related .list .btn .pagination {
  position: relative;
  height: 8px;
  background-color: #cccccc;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pro_related .list .btn .pagination .swiper-pagination-progressbar-fill {
  background-color: #000000;
}
@media screen and (max-width: 1250px) {
  .pro_related .list .txt {
    text-align: center;
    padding: 0 20px 25px;
  }
}
@media screen and (max-width: 700px) {
  .pro_related .tip .right {
    margin-top: 25px;
  }
  .pro_related .list .btn {
    zoom: 0.7;
  }
}
.news-page{
  background: #f7f7f7;
  color: #000000;
}
.news-page .list ul{
  margin: -14px;
}
.news-page .list li{
  padding: 14px;
}
.news-page .list li .ig {
  padding: 50px 48px;
  background-color: #333333;
  position: relative;
  color: #ffffff;
  height: 100%;
    display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
   -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.news-page .list li .ig .st_lg {
  width: 82px;
  height: 67px;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 25px;
  padding: 0 10px;
}
.news-page .list li .ig .time {
  line-height: 1;
}
.news-page .list li .ig .t1 {
  line-height: 1.2;
   -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 1250px) {
.news-page .list li .ig {
    padding: 50px 30px;
  }
.news-page .list ul{
  margin: -10px;
}
.news-page .list li{
  padding: 10px;
}
}
@media screen and (max-width: 700px) {
.news-page .list li .ig .st_lg {
    height: 50px;
  }
.news-page .list li .ig {
    padding: 40px 15px 30px;
  }
}
.newdet-page{
  background: #f7f7f7;
  color: #000000;
}
.newdet-page .newdet-1 .con{
  border-bottom: 1px solid #000000;
}
.m-link a{
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.m-link a:hover{
  color: var(--color)
}

.download-page{
  background: #f7f7f7;
  color: #000000;
}
.download-page .list ul{
   margin: -15px;
}
.download-page .list ul li{
  padding: 15px;
}
.download-page .list ul li .box{
  padding: 22px 33px;
  background: #ffffff;
}
.download-page li .box .img-box{
  width: 30%;
}
.download-page li .box .text{
  width: 70%;
}
.download-page li .box .text .more{
   display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 43px;
  line-height: 1;
  padding: 0 10px;
}
.download-page li .box .text .more img{
  margin-left: 10px;
}

@media screen and (max-width: 1250px) {
  .download-page .list ul li .box {
    padding: 20px;
  }
  .download-page .list ul{
   margin: -10px;
}
.download-page .list ul li{
  padding: 10px;
}
}
@media screen and (max-width: 1000px) {
  .download-page li .box .text .more{
    zoom: 0.9;
  }
   .download-page .list ul li .box {
    padding: 15px;
  }
  .download-page li .box .img-box{
  width: 35%;
}
.download-page li .box .text{
  width: 65%;
}
}
@media screen and (max-width: 500px) {
  .download-page li .box .img-box{
  width: 100%;
}
.download-page li .box .text{
  width: 100%;
  padding-left: 0;
}
}

.faq-page{
    background: #f7f7f7;
  color: #000000;
}
.faq-page li{
  margin-bottom: 30px;
}
.faq-page .tip{
  	min-height: 100px;
    background: #000000;
    color: #ffffff;
    padding: 10px 35px;
    cursor: pointer;
}
.faq-page .tip .tit{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 30px;
  cursor: pointer;
}
.faq-page .tip .dot{
  width: 18px;
	height: 4px;
	background-color: #ffffff;
  position: relative;
}
.faq-page .tip .dot::after{
  content: '';
  display: block;
  height: 18px;
	width: 4px;
	background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: .5s;
}
.faq-page .con{
  padding: 20px 35px;
  background: #ffffff;
  display: none;
}
.faq-page .con p:first-child::before{
  content: 'A:'
}
.faq-page .tip.active .dot::after{
 display: none;
}
.faq-page .tip.active{
  background: var(--color);
}
@media screen and (max-width: 1000px) {
.faq-page .tip {
    min-height: 80px;
    padding: 10px 25px;
}
.faq-page .con {
    padding: 20px 25px;
}
}
@media screen and (max-width: 1000px) {
.faq-page .tip {
    min-height: 80px;
    padding: 10px 18px;
}
.faq-page .con {
    padding: 18px;
}
.faq-page .tip .tit{
  padding-right: 20px;
  cursor: pointer;
}
}
.quality-page .quality-1 .ig{
  padding: 0 20px;
}
.quality-page .quality-1 .img img{
  margin: 0 auto;
}
.quality-page .quality-1 .list{
  position: relative;
}
.quality-page .quality-1 .list .prev{
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.quality-page .quality-1 .list .prev:hover{
  opacity: 1;
}
.quality-page .quality-1 .list .next{
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.quality-page .quality-1 .list .next:hover{
  opacity: 1;
}
.quality-page .quality-2{
  background: #ffffff;
  color: #000000;
}
.quality-page .quality-2 .item:nth-child(2n) .left{
  order: 2;
}
@media screen and (max-width: 1000px) {
  .quality-page .quality-1 .tip{
    padding: 0;
  }
  .quality-page .quality-2 .item:nth-child(2n) .left{
    order: 0;
  }
  .quality-page .quality-2 .item .left{
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 700px) {
  .slickBtn{
    zoom: 0.7;
  }
  .quality-page .quality-1 .list{
    padding: 0;
  }
 
}
.custom-page .custom-1 li{
  margin-bottom: 8px;
}
.custom-page .custom-1 .tip{
 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: 15px 0;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}
.custom-page .custom-1 .tip .icon{
  width: 41px;
	height: 41px;
	background-color: #000000;
  border-radius: 50%;
    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;
  margin-right: 8px;
    -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-1 .tip .txt{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.custom-page .custom-1 .tip .dot{
  width: 18px;
	height: 4px;
	background-color: #ffffff;
  position: relative;
  margin-left: 8px;
}
.custom-page .custom-1 .tip .dot::after{
  content: '';
  display: block;
  height: 18px;
	width: 4px;
	background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: .5s;
}
.custom-page .custom-1 .tip.active .dot::after{
  opacity: 0;
}
.custom-page .custom-1 .tip.active .icon{
  filter: invert(1)
}
.custom-page .custom-1 .con{
   padding: 15px 0;
    border-bottom: 1px solid #ffffff;
    display: none;
}
.custom-page .custom-2{
  background: #ffffff;
  color: #000000;
}
.custom-page .custom-2 .right img{
  width: 100%;
}
.custom-page .custom-2 .left i{
   position: relative;
   top: -2px;
}
.custom-page .custom-3 {
    background: #ffffff;
  color: #000000;
  text-align: center;
}
.custom-page .custom-3 li{
  margin-bottom: 20px;
}
.custom-page .custom-3 li .img{
  position: relative;
}
.custom-page .custom-3 li .img::after{
  content: '';
  display: block;
  	width: 41px;
	height: 36px;
  background: url(../images/lc_jt.png) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%,-50%);
}
.custom-page .custom-3 li:last-child .img::after{
  display: none;
}
@media screen and (max-width: 1000px) {
  .custom-page .custom-1 .left{
    margin-bottom: 30px;
  }
  .custom-page .custom-2 .left{
    margin-bottom: 30px;
  }
  .custom-page .custom-3 li .img{
    padding: 0 30px;
  }
}
@media screen and (max-width: 700px) {
.custom-page .custom-3 li .img::after{
  zoom: 0.7;
}
.custom-page .custom-3 ul{
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media screen and (max-width: 500px) {
.custom-page .custom-3 ul{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.custom-page .custom-3 li .img::after{
  zoom: 0.6;
}
  .custom-page .custom-3 li .img{
    padding: 0 25px;
  }
}

/*contact-page*/
.contact-page {
  background: #ffffff;
  color: #000000;
}
.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 {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 25px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 36px;
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}
.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: 15px;
  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: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  line-height: 28px;
  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 {
  width: 100%;
}
.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 .btns {
  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;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  background-color: #db011c;
  padding: 0 20px;
  color: #ffffff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.contact-page .contact-1 .left form ul li .btns i {
  margin-left: 15px;
}
.contact-page .contact-1 .left form ul li .btns:hover {
  background: #000000;
}
.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 .right .st {
  position: relative;
  padding-left: 20px;
}
.contact-page .contact-1 .right .st::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}
.contact-page .contact-1 .right .con {
  color: #333333;
}
.contact-page .contact-1 .right .list li {
  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-bottom: 1em;
  font-weight: 500;
}
.contact-page .contact-1 .right .list li p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contact-page .contact-1 .right .list li .icon {
  width: 18px;
  text-align: center;
  margin-right: 6px;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
@media (max-width: 1000px) {
  .contact-page .contact-1 .left {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 700px) {
  .contact-page .contact-1 .left form ul li {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .contact-1 .left form ul li p {
    display: block;
  }
  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }
  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
  }
  .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;
  }
}


.product-page {
  background: #f7f7f7;
  color: #000000;
}
.product-page .pro_box .left {
  width: 375px;
  background: #ffffff;
   position: -webkit-sticky;
  position: sticky;
  top: 140px;
}
.product-page .pro_box .left .top_tit {
  background-color: var(--color);
  color: #ffffff;
  text-align: center;
  height: 46px;
  line-height: 46px;
  position: relative;
}
.product-page .pro_box .left .top_tit img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-page .pro_box .left .pro_nav {
  padding: 20px;
}
.product-page .pro_box .left .pro_nav .tip.active a{
  color: var(--color);
}
.product-page .pro_box .left .pro_nav .tip.active+ul{
display: block;
}
.product-page .pro_box .left .pro_nav .tip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: bold;
  padding: 15px;
}
.product-page .pro_box .left .pro_nav .tip a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product-page .pro_box .left .pro_nav .tip i {
  width: 24px;
  height: 25px;
  font-size: 25px;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .pro_box .left .pro_nav .tip i.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-page .pro_box .left .pro_nav > ul > li {
  border: solid 2px #000000;
  margin-bottom: 7px;
}
.product-page .pro_box .left .pro_nav > ul > li:last-child{
  margin-bottom: 0;
}
.product-page .pro_box .left .pro_nav > ul > li ul {
  padding: 15px;
  border-top: solid 1px #d9d9d9;
  display: none;
}
.product-page .pro_box .left .pro_nav > ul > li ul a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page .pro_box .left .pro_nav > ul > li ul a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product-page .pro_box .left .pro_nav > ul > li ul a .dot {
  margin-right: 8px;
  width: 15px;
  height: 15px;
  border: solid 1px #333333;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.product-page .pro_box .left .pro_nav > ul > li ul a .dot i {
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .pro_box .left .pro_nav > ul > li ul a .dot::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.product-page .pro_box .left .pro_nav > ul > li ul a.active .dot {
  border: solid 1px var(--color);
}
.product-page .pro_box .left .pro_nav > ul > li ul a.active .dot i {
  opacity: 1;
}
.product-page .pro_box .left .pro_nav > ul > li ul a.active .dot::after {
  opacity: 1;
}
.product-page .pro_box .left .pro_nav > ul > li ul li {
  margin-bottom: 15px;
}
.product-page .pro_box .left .pro_nav > ul > li ul li:last-child {
  margin-bottom: 0;
}
.product-page .pro_box .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
}
.product-page .pro_box .right ul {
  margin: -8px;
}
.product-page .pro_box .right ul li {
  padding: 8px;
}
.product-page .pro_box .right ul li .ig {
  background: #ffffff;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page .pro_box .right ul li .ig .txt {
  padding: 0 30px 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page .pro_box .right ul li .ig .txt .tit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 20px;
}
@media (max-width: 1450px) {
  .product-page .pro_box .right ul li .ig .txt {
    padding: 0 15px 20px;
  }
}
@media (max-width: 1250px) {
  .product-page .pro_box .right ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1000px) {
  .product-page .pro_box .left {
    display: none;
  }
}
@media (max-width: 500px) {
  .product-page .pro_box .right ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.seo .seo-honor{
  background: #f7f7f7;
  color: #000000;
}
.seo .Auxil-industry{
   background: #f7f7f7;
  color: #000000;
}

.prodet-page{
    background: #f7f7f7;
  color: #000000;
}


.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.prodet-page .prodet-1 .box .left .big {
  width: 81%;
  padding-left: 8px;
}
.prodet-page .prodet-1 .box .left .big ul li a {
  display: block;
  background: white;
  overflow: hidden
}
.prodet-page .prodet-1 .box .left .big ul li img {
  width: 100%;
}
.prodet-page .prodet-1 .box .left .small {
  width:19%;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -4px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 4px;
}
.prodet-page .prodet-1 .box .left .small ul li img {
  background: white;
}
.prodet-page .prodet-1 .box .right .content .text{
  max-height: 245px;
  overflow-y: auto;
  padding-right: 5px;
  color: #333333;
}

.prodet-page .prodet-1 .box .right .btn a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  height: 43px;
  background-color: #000000;
  color: #ffffff;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .box .right .btn a img {
  margin-left: 10px;
}
.prodet-page .prodet-1 .box .right .btn .btn1{
  background: var(--color);
}
.prodet-page .prodet-1 .box .right .btn .btn1:hover{
  background: #000000;
}
.prodet-page .prodet-1 .box .right .btn .btn2{
  background: #000000;
}
.prodet-page .prodet-1 .box .right .btn .btn2:hover{
  background: var(--color);
}
.prodet-page .prodet-1 .detail_box{
  color: #333333;
}
.prodet-page .prodet-1 .detail_box .tit{
  display: inline-block;
  	height: 43px;
	background-color: var(--color);
  color: #ffffff;
  line-height: 43px;
  padding: 0 15px;
}
@media (max-width: 1000px) {
   .prodet-page .prodet-1 .box .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .prodet-page .prodet-1 .box .right .btn{
    zoom: 0.8;
  }

}
@media (max-width: 500px) {

  .prodet-page .prodet-1 .box .left .big{
    padding-left: 4px;
  }
 
  .prodet-page .prodet-1 .box .left .small ul {
  margin: -2px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 2px;
}
.prodet-page .prodet-1 .detail_box .tit{
  font-size: 16px;
}
}