@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-bold.eot');
  src: url('../fonts/Poppins-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-bold.woff2') format('woff2'), url('../fonts/Poppins-bold.woff') format('woff'), url('../fonts/Poppins-bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-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: 400;
  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-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #fa0003;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1750px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid white;
}
#header .nav .ui.menu {
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .share {
  color: var(--color);
  font-size: 18px;
}
#header .nav .ui.menu .right {
  border-left: 1px solid white;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
  width: 77%;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  padding: 30px 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 0;
  height: 3px;
  background-color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li.active > a::after,
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .yuy span {
  color: white;
  font-size: 16px;
}
#header .nav .ui.menu .yuy span img {
  margin-right: 10px;
}
#header .nav .ui.menu .yuy ul {
  left: auto;
  right: 0;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header.active {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#header.active .nav .ui.menu .right {
  border-left-color: rgba(0, 0, 0, 0.1);
}
#header.active .nav .ui.menu .yuy span,
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header.active .nav .ui.menu .menu-box ul.menu > li.active,
#header.active .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header.active .nav .ui.menu .yuy span img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
  border-radius: 25px;
  background-color: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  padding: 0 25px;
  padding-top: 4px;
}
.more i {
  margin-left: 24px;
}
.more:hover {
  background-color: #222;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner li .content h2 {
  line-height: 2;
}
#banner li .content .right img {
  margin-left: auto;
}
#banner .slickDots {
  position: absolute;
  left: 5%;
  bottom: 8%;
}
#banner .slickDots ul li {
  opacity: 0.4;
  background-color: white;
  border: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .slickDots ul li.slick-active {
  opacity: 1;
  zoom: 1.3;
}
#banner .page {
  position: absolute;
  left: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  text-align: center;
}
#banner .page .line {
  height: 83px;
  margin: 15px auto;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.48);
  position: relative;
}
#banner .page .line i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--color);
}
.i-tag {
  color: var(--color);
}
#index-body .i-product {
  background-color: #f2f2f2;
}
#index-body .i-product .top {
  margin-bottom: 40px;
}
#index-body .i-product .top .left p {
  color: #6b6b6b;
}
#index-body .i-product .top .right ul li {
  max-width: 140px;
  cursor: pointer;
  position: relative;
}
#index-body .i-product .top .right ul li .icon {
  margin-bottom: 20px;
}
#index-body .i-product .top .right ul li .icon img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .i-product .top .right ul li span {
  position: relative;
  padding-bottom: 40px;
}
#index-body .i-product .top .right ul li span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-product .top .right ul li.active {
  color: var(--color);
}
#index-body .i-product .top .right ul li.active .icon img {
  -webkit-filter: none;
  filter: none;
}
#index-body .i-product .top .right ul li.active span::after {
  width: 100%;
}
#index-body .i-product .list {
  border-top: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
}
#index-body .i-product .list .slick-list {
  padding-bottom: 70px;
}
#index-body .i-product .list ul .slick-list {
  padding-bottom: 0px;
}
#index-body .i-product .list ul li .img-box {
  border-radius: 12px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: white;
  padding: 20px 0;
}
#index-body .i-product .list ul li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-product .list ul li:hover {
  color: var(--color);
}
#index-body .i-product .list ul li:hover .img-box {
  -webkit-box-shadow: 0px 0px 22.8px 1.2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 22.8px 1.2px rgba(0, 0, 0, 0.1);
}
#index-body .i-product .list .scrollbar {
  position: absolute;
  left: 15px;
  bottom: -70px;
  height: 3px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-about {
  background-color: #f2f2f2;
}
#index-body .i-about .top ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-about .top ul li .box {
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 210px;
  padding: 55px 20px;
  text-align: center;
}
#index-body .i-about .top ul li .box .num {
  line-height: 1;
}
#index-body .i-about .top ul li:hover .box {
  background-color: var(--color);
  color: white;
}
#index-body .i-about .play .circle {
  -webkit-animation: rotate 20s linear infinite;
  -moz-animation: rotate 20s linear infinite;
  animation: rotate 20s linear infinite;
}
#index-body .i-about .bottom {
  padding: 240px 0 190px;
  background-size: cover;
}
#index-body .i-about .bottom .left .content {
  line-height: 35px;
  max-width: 860px;
}
#index-body .i-history {
  background-image: url(../images/history-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #f2f2f2;
}
#index-body .i-history .txt {
  color: #6b6b6b;
}
#index-body .i-history .list .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
#index-body .i-history .list .bg li {
  font-size: 272px;
  font-weight: bold;
  opacity: 0.06;
  line-height: 1;
  text-align: center;
}
#index-body .i-history .list .content {
  position: relative;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
}
#index-body .i-history .list .content ul li {
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-history .list .content ul li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  background-color: #666666;
}
#index-body .i-history .list .content ul li span i {
  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%);
  height: 5px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 0;
  z-index: -1;
}
#index-body .i-history .list .content ul li .year {
  font-size: 32px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-history .list .content ul li .des {
  line-height: 27px;
}
#index-body .i-history .list .content ul .slick-current li,
#index-body .i-history .list .content ul li:hover {
  color: var(--color);
}
#index-body .i-history .list .content ul .slick-current li span,
#index-body .i-history .list .content ul li:hover span {
  background-color: var(--color);
}
#index-body .i-history .list .content ul .slick-current li span i,
#index-body .i-history .list .content ul li:hover span i {
  width: 200px;
}
#index-body .i-history .list .content ul .slick-current li .year,
#index-body .i-history .list .content ul li:hover .year {
  font-size: 45px;
}
#index-body .i-history .list .content::after {
  content: "";
  position: absolute;
  left: 100px;
  right: 100px;
  top: 10px;
  height: 1px;
  background-color: #666666;
  z-index: -1;
}
#index-body .i-init4 {
  height: 960px;
}
#index-body .i-init4 ul.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .i-init4 ul.bg li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-init4 ul.bg li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-init4 ul.bg li.active {
  opacity: 1;
}
#index-body .i-init4 ul.bg li.active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .i-init4 .container {
  height: 100%;
}
#index-body .i-init4 ul.list {
  height: 100%;
}
#index-body .i-init4 ul.list li {
  border-right: 1px solid white;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 150px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  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;
}
#index-body .i-init4 ul.list li .title {
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .i-init4 ul.list li .bottom {
  background-color: rgba(255, 255, 255, 0.3);
  height: 210px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-init4 ul.list li .bottom .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
#index-body .i-init4 ul.list li .bottom .icon img {
  vertical-align: middle;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .i-init4 ul.list li:last-child {
  border: none;
}
#index-body .i-init4 ul.list li.active,
#index-body .i-init4 ul.list li:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
#index-body .i-init4 ul.list li.active .title,
#index-body .i-init4 ul.list li:hover .title {
  opacity: 1;
}
#index-body .i-init4 ul.list li.active .bottom,
#index-body .i-init4 ul.list li:hover .bottom {
  background: transparent;
  color: white;
}
#index-body .i-init4 ul.list li.active .bottom .icon,
#index-body .i-init4 ul.list li:hover .bottom .icon {
  background-color: white;
}
#index-body .i-init4 ul.list li.active .bottom .icon img,
#index-body .i-init4 ul.list li:hover .bottom .icon img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
#index-body .i-factory ul li .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  color: white;
  z-index: 2;
  font-weight: normal;
}
#index-body .i-factory ul li .img-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
}
#index-body .i-factory ul li:hover .img-box::after {
  opacity: 0;
}
#footer {
  background-color: #121212;
  color: white;
}
#footer .top {
  max-width: 840px;
  margin: auto;
}
#footer .top form li {
  margin-bottom: 20px;
}
#footer .top form input {
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 18px;
  border-bottom: 1px solid #6f6f6f;
  padding: 0 15px;
  height: 40px;
}
#footer .top form .ckp {
  width: 11px;
  height: 11px;
  margin-right: 10px;
  border: none;
  margin-top: 4px;
}
#footer .top form button {
  border: none;
}
#footer .top form button:hover {
  background-color: white;
  color: var(--color);
}
#footer .top form p {
  color: #6f6f6f;
}
#footer ul.nav li {
  margin: 0 22px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer ul.nav li:hover {
  color: var(--color);
}
#footer .f-copy {
  padding: 15px 0;
  color: #444444;
}
#footer .f-copy svg {
  width: auto;
  height: 28px;
  fill: #444444;
  vertical-align: middle;
}
@media screen and (max-width: 1700px) {
  #banner ul li .right img {
    width: 75%;
  }
  #header .nav .ui.menu .menu-box {
    width: 85%;
  }
  #header .nav .ui.menu .share a {
    margin-left: 8px;
  }
  #index-body .i-about .top ul li .box {
    height: 190px;
  }
  #index-body .i-about .bottom {
    padding-top: 160px;
  }
  #index-body .i-history .list .bg li {
    font-size: 200px;
  }
  #index-body .i-init4 {
    height: 730px;
  }
  #index-body .i-init4 ul.list li {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .share {
    display: none;
  }
  #header .nav .ui.menu .left {
    width: 20%;
  }
  #header .nav .ui.menu .right {
    width: 80%;
  }
  #header .nav .ui.menu .logo {
    font-size: 16px;
  }
  #banner .page {
    left: 1%;
  }
  #index-body .i-history .list .bg li {
    font-size: 175px;
  }
  #index-body .i-init4 {
    height: 610px;
  }
}
@media screen and (max-width: 1250px) {
  #banner li .content h2 {
    line-height: 1.5;
  }
  #index-body .i-about .top ul li .box {
    height: 135px;
    padding: 30px 20px;
  }
  #index-body .i-init4 ul.list li .bottom {
    height: 145px;
  }
  #index-body .i-init4 ul.list li .bottom .icon {
    zoom: 0.7;
  }
}
@media screen and (max-width: 1000px) {
  #banner .page {
    display: none;
  }
  #index-body .i-product .top .right ul li {
    max-width: unset;
    text-align: center;
  }
  #index-body .i-about .top ul li {
    width: 32%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  #index-body .i-about .bottom .left {
    width: 100%;
  }
  #index-body .i-about .bottom .right {
    width: 100%;
  }
  #index-body .i-about .bottom {
    padding: 100px 0 80px;
  }
  #index-body .i-history .list .bg li {
    font-size: 118px;
  }
  #index-body .i-init4 {
    height: 400px;
  }
  #index-body .i-init4 ul.list li .bottom {
    padding: 0 10px;
    height: 100px;
  }
  #index-body .i-init4 ul.list li {
    padding-bottom: 25px;
  }
  #index-body .i-history .list .content ul .slick-current li .year,
  #index-body .i-history .list .content ul li:hover .year {
    font-size: 32px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .i-init4 ul.list li .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer ul.nav {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #banner li .content .right {
    display: none;
  }
  #banner li .content .left {
    width: 100%;
  }
  #banner li > img {
    min-height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .i-about .top ul li {
    width: 49%;
  }
  #index-body .i-history .list .bg li {
    font-size: 100px;
  }
  #index-body .i-init4 ul.list li .title {
    padding: 0 10px;
  }
  #footer .top form li {
    width: 100%;
  }
}


.inner-banner{
  color: white;
}
.prodet-page {
    padding: 100px 0 10px 0;
}
.prodet-page.sing-parts .prodet-1 .box .left img{
  border: 1px solid rgba(0,0,0,0.1);
  width: 80%;
  
}
.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: 85%;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    border: none;
    font-size: 20px;
    color: #fff;
    background-color: var(--color);
    font-family: FontAwesome;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
    left: 20px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
    right: 40px;
}
.prodet-page .prodet-1 .box .left .small {
    width: 15%;
}
.prodet-page .prodet-1 .box .left .small ul {
    margin: -5px;
}
.prodet-page .prodet-1 .box .left .small ul li {
    padding: 5px;
}

.prodet-page .prodet-1 .box .left .small img {
    border: 1px solid #e6e6e6;
}

.prodet-page .prodet-1 .box .right .content h1{
    font-weight: 700;
    font-weight: bold;
}
.seoIndustry.Auxil-industry {
    line-height: 30px;
}
.prodet-page .prodet-1 .box .right .content .text {
    line-height: 2;
    max-height: 403px;
    padding-right: 20px;
    margin-top: calc(1.46vw + 14px);
    overflow: auto;
}
.prodet-page .prodet-1 .box .right .content a.msg {
    color: white;
    background-color: var(--color);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    text-align: center;
}
.prodet-page .prodet-1 .box .right .content a.msg:hover {
    color: white;
    background-color: #000000;
}
.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .prodet-2 {
    padding-top:calc(4.1667vw + 20px);
    margin-bottom:calc(9.90vw + 10px);
}
.prodet-page .prodet-2 form input,
.prodet-page .prodet-2 form textarea {
    width: 100%;
    padding: 20px;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    margin-bottom: 17px;
    /*font-style: italic;*/
}
.prodet-page .prodet-2 form textarea {
    height: 170px;
}
.prodet-page .prodet-2 form button {
    margin-top: calc(0.8345vw + 14px);
    font-size: 20px;
    font-weight: 400;
    font-weight: 700;
    color: #FFFFFF;
    background-color: var(--color);
    border: none;
    padding: 10px 45px;
    text-transform: uppercase;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.prodet-page .prodet-2 form button:hover {
    background-color: #000000;
}
.prodet-page .prodet-2 .options ul {
    position: relative;
}
.prodet-page .prodet-2 .options ul::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #f2f2f2;
}
.prodet-page .prodet-2 .options ul li {
    width: auto;
    position: relative;
}
.prodet-page .prodet-2 .options ul li + li {
    margin-left: 130px;
}
.prodet-page .prodet-2 .options ul li a {
    padding: 15px calc(1.3555vw + 14px);
    /*font-weight: 700;*/
    font-size: calc(0.8345vw + 14px);
    text-transform: uppercase;
}
.prodet-page .prodet-2 .options ul li a::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -1px;
    display: block;
    height: 3px;
    width: 0;
    background-color: var(--color);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.prodet-page .prodet-2 .options ul li.active a::after {
    width: 100%;
}
.prodet-page .prodet-2 .ret ul li .content {
    /*padding-left: 90px;
    padding-right: 90px;*/
}
.prodet-page .prodet-2 .ret ul li .content.form {
    padding: 5%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.prodet-page .prodet-3 {
    padding-top: calc(4.479vw + 14px);
    margin-bottom: calc(4.90vw + 10px);
}
.prodet-page .prodet-3 ul li .img img{
    width: 100%;
    border: 1px solid #efefef;
}
.prodet-page .prodet-3 .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    border: none;
    font-size: 20px;
    color: #FFFFFF;
    background-color: var(--color);
}
.prodet-page .prodet-3 .slick-arrow.slick-prev {
    left: -50px;
}
.prodet-page .prodet-3 .slick-arrow.slick-next {
    right: -50px;
}
@media screen and (max-width: 1200px) {
    .prodet-page .prodet-1 .box .right .content h1 {
        margin: 0;
    }
    .prodet-page .prodet-1 .box .right .content a.msg {
        margin-top: calc(0.8345vw + 14px);
    }
    .prodet-page .prodet-2 .options ul li + li {
        margin-left: 60px;
    }
}
@media screen and (max-width: 1000px) {
    .prodet-page {
        padding: calc(2.3955vw + 14px) 0;
    }
    .prodet-page .prodet-1 .box .left {
        width: 100%;
    }
    .prodet-page .prodet-1 .box .right {
        width: 100%;
        padding: 0;
        margin-top: calc(1.3555vw + 14px);
    }
    .prodet-page .prodet-2 {
        padding-top: calc(2.3955vw + 14px);
        margin-bottom: calc(2.3955vw + 14px);
    }
    .prodet-page .prodet-3 {
        padding-top: calc(2.3955vw + 14px);
    }
    .prodet-page .prodet-2 .ret ul li .content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .prodet-page .prodet-2 .ret ul li .content.form {
        padding-top: calc(0.8345vw + 14px);
        padding-bottom: calc(0.8345vw + 14px);
    }
}
@media screen and (max-width: 500px) {
    .prodet-page .prodet-1 .box .left .big-small {
        display: block;
    }
    .prodet-page .prodet-1 .box .left .big {
        width: 100%;
        padding: 0;
    }
    .prodet-page .prodet-1 .box .left .small {
        width: 100%;
        margin-top: 10px;
    }
    .prodet-page .prodet-2 form input,
    .prodet-page .prodet-2 form textarea {
        padding: 10px;
    }
    .prodet-page .prodet-2 .options ul li {
        width: 100%;
    }
    .prodet-page .prodet-2 .options ul li + li {
        margin: 0;
    }
    .prodet-page .prodet-2 .ret ul li .content {
        padding-left: 0;
        padding-right: 0;
    }
    .prodet-page .prodet-2 .ret ul li .content.form {
        padding-left: 15px;
        padding-right: 15px;
    }
    .prodet-page .prodet-2 form textarea {
        height: 100px;
    }
}
.application-page .ap-list li {
    margin-bottom: 10.2rem
}

.application-page .ap-list li .img {
    width: 50%;
    vertical-align: middle;
    overflow: hidden
}

.application-page .ap-list li .img img {
    max-height: 460px;
    border-radius: 40px;
    width: auto
}

.application-page .ap-list li .img .imgbox {
    width: 100%;
    height: 480px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    border-radius: 40px
}

.application-page .ap-list li .text {
    width: 47.05%;
    vertical-align: middle;
    padding-left: 1.5rem;
    font-size: 16px;
    line-height: 2;
    color: #120e0e
}

.application-page .ap-list li .text h3 {
    font-size: 50px;
    line-height: 1;
    color: #120e0e; 
    margin-bottom: 2.45rem;
    font-weight: 700
}

.application-page .ap-list li .text p {
    font-size: 18px;
    line-height: 1.5;
    color: #120e0e;
    margin-top: 0.55rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.application-page .ap-list li .text strong {
    font-weight: 700
}

.application-page .ap-list li .text .products {
    margin-top: 2rem
}

.application-page .ap-list li .text .products h4 {
    border-bottom: 1px solid #dbdbdb;
    font-size: 18px;
    line-height: 1.8;
    padding-bottom: .85rem;
    color: #767676
}

.application-page .ap-list li .text .products .content {
    margin-top: .9rem
}

.application-page .ap-list li .text .products .content ul {
    margin-right: -11px
}

.application-page .ap-list li .text .products .content ul .slick-track {
    margin-left: 0;
    margin-right: 0
}

.application-page .ap-list li .text .products .content ul .slick-slide {
    padding-right: 11px
}

.application-page .ap-list li .text .products .content ul li {
    margin-bottom: 0
}

.application-page .ap-list li .text .products .content ul li a.img-box {
    display: block;
    background: #fff;
    position: relative;
    border-radius: 10px
}

.application-page .ap-list li .text .products .content ul li a.img-box img {
    width: 100%
}

.application-page .ap-list li .text .products .content ul li .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.application-page .ap-list li .text .products .content ul li .icon img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    width: 30px !important
}

.application-page .ap-list li .text .products .content ul li h5 {
    font-size: 14px;
    line-height: 2;
    color: #151515;
    font-weight: 700;
    text-align: center;
    padding-top: 10px
}

.application-page .ap-list li .text .products .content ul li:hover .icon {
    opacity: 1
}

.application-page .ap-list li:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 1200px) {
    .application-page .ap-list li .text p {
        margin-top:1rem
    }

    .application-page .ap-list li .text .more {
        margin-top: 2rem
    }

    .application-page .ap-list li .text .products {
        margin-top: 2rem
    }

    .application-page .ap-list li .text p {
        font-size: 14px
    }
}
@media screen and (max-width:1000px){
   .application-page .ap-list li .img {
        width: 100%;
        padding: 0;
    }
    .application-page .ap-list li .text {
        width: 100%;
        padding-left: 0;
        margin-top: calc(0.8345vw + 14px);
    }
    .application-page .ap-list li .img .imgbox {
        height: 200px;
        border-radius: 15px;
    }
    .application-page .ap-list li .text .products .content ul {
        margin-left: 0;
    }
    .application-page .ap-list li .text .products .content ul .slick-slide {
        padding-right: 0;
    }
    .application-page .ap-list li .text .products .content ul .slick-slide li {
        padding-right: 10px;
    }
    .application-page .ap-list li .text .products .content ul .slick-track {
        padding-left: 10px;
    }
    .application-page .ap-list li .text {
        margin-top: 0;
        margin-bottom: calc(0.8345vw + 14px);
    }
}
@media screen and (max-width: 700px) {
    .application-page .ap-list li .img {
        width:100%
    }

    .application-page .ap-list li .text {
        width: 100%;
        padding: 2rem 0 0
    }

    .application-page .ap-list li .text .products h4 {
        font-size: 18px
    }
}
.value-page ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px;
    justify-content: space-between
}

.value-page ul li:nth-child(even) {
    -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
}

.value-page .img {
    width: 50%;
    padding: 10px
}

.value-page .mml-text {
    width: 50%;
    padding: 10px
}

.value-page .mml-text .content {
    max-width: 480px;
    margin: auto
}

.value-page .mml-text .content h2 {
    font-size: 42px
}

.value-page .mml-text .content h2 span {
    display: inline-block;
    border-bottom: 2px solid #6e6e6e
}

@media screen and (max-width: 1000px) {
    .value-page ul li {
        display:block
    }

    .value-page .img {
        width: 100%
    }

    .value-page .mml-text {
        width: 100%;
        margin: 0
    }

    .value-page .mml-text .content {
        max-width: 100%
    }

    .value-page .mml-text .content h2 {
        font-size: calc(0.8345vw + 14px);
        margin-bottom: 20px
    }
}

.product-page .category-desc {
    background-color: #f9f9f9;
    line-height: 2;
}
.product-page .productBox .left {
    width: 25%;
}
.product-page .productBox .left #product-list li {
    position: relative;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    padding: 25px 30px;
}
.product-page .productBox .left #product-list li i {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 24px;
    color: #000;
    cursor: pointer;
}
.product-page .productBox .left #product-list li a {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    line-height: 1.5;
    text-transform: uppercase;
}
.product-page .productBox .left #product-list li a:hover,
.product-page .productBox .left #product-list li a.active {
    color: var(--color);
}
.product-page .productBox .left #product-list li ul.children {
    margin-top: 20px;
}
.product-page .productBox .left #product-list li ul.children li {
    margin-bottom: 15px;
    padding: 0;
    border: none;
    border-radius: 0;
}
.product-page .productBox .left #product-list li ul.children li a {
    font-weight: 400;
    text-transform: capitalize
}
.product-page .productBox .left #product-list li ul.children li:last-child {
    margin-bottom: 0;
}


.product-page .productBox .right {
    width: 75%;
    padding-left: 60px;
}

.productList ul {
    margin: -20px;
}
.productList ul li {
    padding: 20px;
}
.productList ul li .img img {
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.productList ul li .img img.on {
    opacity: 0;
    left: 0;
    top: 0;
}
.productList ul li .img:hover img.on {
    opacity: 1;
}
.productList ul li .img:hover img.def {
    opacity: 0;
}
.productList ul li .img .more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 47px;
    line-height: 47px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: var(--color);
    font-size: 20px;
    border-radius: 0;
    color: white;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    z-index: 15;
    padding: 0;
}
.productList ul li .img .more::after{
    background: #f6f5f1;
}
.productList ul li .img .more:hover {
    color: #000;
}
.productList ul li .img:hover .more {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
@media screen and (max-width: 1000px) {
    .product-page .productBox .left {
        display: none;
    }

    .product-page .productBox .right {
        width: 100%;
        padding-left: 0;
    } 
    .productList ul {
        margin: -15px;
    }
    .productList ul li {
        padding: 15px;
    }
}

.tit-semi {
    font-weight: 600;
    color: #fff;
}
.white {
    color: white;
}
.m-auto {
    margin: auto;
}
.about-page .about-1 h2.h-title::after {
  width: 25%;
}
.about-page .about-1 .left ul li:last-child .box {
  background-color: #30408d;
}
.about-1 .left .lh-6 {
    overflow-y: auto;
    height: 350px;
}
.about-page .about-1 .left ul li .box {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #30408d;
  height: 240px;
  padding: 0 50px;
  transition: 0.5s;
  color: white;
}
.about-page .about-1 .left ul li:hover .box {
    background-color: var(--color);
}
.about-page .about-1 .left ul li .box h4 span {
  display: inline-block;
  font-size: 24px;
  padding-left: 10px;
}
.about-page .about-1 .left ul li .box p {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.about-page .about-1 .img {
  height: -webkit-fill-available;
}
.about-page .about-1 .img a.play {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 125px;
  height: 125px;
  background-color: var(--color);
  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;
  z-index: 5;
}
.about-page .about-1 .img a.play::after {
  content: '';
  display: block;
  width: 99px;
  height: 99px;
  background: url('../images/play_text.png') no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-animation: img_rotate 15s linear infinite;
  -moz-animation: img_rotate 15s linear infinite;
  animation: img_rotate 15s linear infinite;
}
.about-page .about-2 {
  background-color: #f7f7f7;
}
.about-page .about-2 ul {
  margin: 85px -15px 0;
}
.about-page .about-2 ul .slick-current li,
.about-page .about-2 ul .slick-current + .slick-slide + .slick-slide li {
  padding: 80px 15px 0;
}
.about-page .about-2 ul li {
  padding: 0 15px 80px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-2 ul li .box {
  background-color: #26418f;
  height: 470px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-2 ul li .box:hover {
  background-color: var(--color);
}
.about-page .about-2 ul li .box:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 ul li .box:hover h3 {
  opacity: 1;
}
.about-page .about-2 ul li .box:hover .text .con {
  height: 90px;
  opacity: 1;
}
.about-page .about-2 ul li .box .icon img {
  /*-webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;*/
}
.about-page .about-2 ul li .box h3 {
  color: rgba(255, 255, 255, 0.2);
  opacity: 0;
}
.about-page .about-2 ul li .box .text .num {
  color: rgba(255, 255, 255, 0.2);
}
.about-page .about-2 ul li .box .text .con {
  max-height: 90px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-right: 10px;
  color: #fff;
}
.about-page .about-3 .left img {
  width: -webkit-calc(100% - 115px);
  width: -moz-calc(100% - 115px);
  width: calc(100% - 115px);
}
.about-page .about-3 .left .text {
  width: 115px;
  background-color: var(--color);
}
.about-page .about-3 .left .text img {
  width: 48px;
}
.about-page .about-3 .right ul li:last-child .text {
  padding-bottom: 0;
}
.about-page .about-3 .right ul li h4 {
  font-size: 30px;
  font-weight: 600;
  padding: 10px 0;
  cursor: pointer;
}
.about-page .about-3 .right ul li h4 i {
  width: 30px;
  display: inline-block;
}
.about-page .about-3 .right ul li .text {
  padding-bottom: 10px;
}
.about-page .about-4 {
  background: url('/tcjinlv/2026/05/21/about4.jpg?imageView2/2/format/webp/q/100') no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1700px) {

  .about-page .about-3 .right ul li h4 {
    font-size: 26px;
  }
  .about-page .about-3 .left .text img {
    height: 90%;
  }
}
@media screen and (max-width: 1450px) {

  .about-page .about-1 .left {
    padding-right: 25px;
  }
  .about-page .about-3 .right ul li h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1250px) {

  .about-page .about-2 ul li .box {
    height: 360px;
  }
  .about-page .about-1 .left ul li .box {
    height: 170px;
    padding: 0 25px;
  }
  .inner-banner .content h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1000px) {
  
  .about-page .about-1 .left {
    padding-right: 0;
    width: 100%;
    margin-bottom: 45px;
  }
  .about-page .about-1 .img {
    height: auto;
    width: 100%;
  }
  .about-page .about-1 .img a.play {
    left: 50%;
  }
  .about-page .about-1 .left ul li .box {
    padding: 0 50px;
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding: 0;
    margin-top: 60px;
  }
  #index-body .product .list {
    height: 780px;
  }
}
@media screen and (max-width: 700px) {
  
  .about-page .about-3 .right ul {
    margin-top: 30px;
  }
  .about-page .about-4 .text p {
    width: 100%;
  }
  .about-page .about-1 .left .text {
    margin-bottom: 30px;
  }
  .about-page .about-1 .left ul {
    margin: -10px;
  }
  .about-page .about-1 .left ul li {
    padding: 10px;
    width: 50%;
    margin: 0;
  }
  .about-page .about-2 ul {
    margin: 35px -15px 0;
  }

}
@media screen and (max-width: 500px) {
  .about-page .about-3 .right ul li h4 {
    font-size: 18px;
  }
  .about-page .about-2 ul li .box {
    height: 300px;
  }
  .about-page .about-2 ul li .box h4 {
    font-size: 20px;
  }
  .about-page .about-2 ul .slick-current li,
  .about-page .about-2 ul .slick-current + .slick-slide + .slick-slide li {
    padding: 0 15px;
  }
  .about-page .about-2 ul li {
    padding: 0 15px;
  }
  .about-page .about-1 .left ul li {
    width: 100%;
  }

}


.about-page .about-5 {
  background-color: #f4f5f9;
}

.about-page .about-5 .list {
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0 20% 2.5%;
}

.about-page .about-5 .list ul li {
  padding-top: 130px;
  transition: all 0.5s;
}

.about-page .about-5 .list ul li .box {
  transform-origin: bottom;
  transition: all 0.5s;
}

.about-page .about-5 .list ul li.swiper-slide {
  opacity: 0;
}

.about-page .about-5 .list ul li.swiper-slide-prev .box {
  transform: scale(1.2) translateX(-20px);
}

.about-page .about-5 .list ul li.swiper-slide-next {
  z-index: 9;
}

.about-page .about-5 .list ul li.swiper-slide-next .box {
  transform: scale(1.2) translateX(20px);
}

.about-page .about-5 .list ul li.swiper-slide-active {
  z-index: 10;
}

.about-page .about-5 .list ul li.swiper-slide-active .box {
  transform: scale(1.4);
}

.about-page .about-5 .list .zdy-switch>div {
  position: absolute;
  background-color: #ededed;
  width:50px;
  height: 50px;
  border-radius: 50%;
  color: #9a9a9a;
}
.about-page .about-5 .list .zdy-switch .swiper-button-next:after, 
.about-page .about-5 .list .zdy-switch .swiper-button-prev:after{
  font-size: 20px;
}
.about-page .about-5 .list .zdy-switch>div:hover {
  background-color: var(--color);
  color: white;
}

.about-page .about-5 .list .zdy-switch>div.swiper-button-prev {
  left: 13%;
}

.about-page .about-5 .list .zdy-switch>div.swiper-button-next {
  right: 13%;
}

@media (max-width: 1450px) {
  .about-page .about-5 .list {
      padding: 0 10% 2.5%;
  }

  .about-page .about-5 .list .zdy-switch>div.swiper-button-prev {
      left: 2%;
  }

  .about-page .about-5 .list .zdy-switch>div.swiper-button-next {
      right: 2%;
  }
}

@media (max-width: 1250px) {

  .about-page .about-5 .list {
      padding: 0 0 2.5%;
  }

  .about-page .about-5 .list .zdy-switch>div.swiper-button-prev {
      left: -9%;
  }

  .about-page .about-5 .list .zdy-switch>div.swiper-button-next {
      right: -9%;
  }

  .about-page .about-5 .list ul li.swiper-slide-prev .box {
      transform: none;
  }

  .about-page .about-5 .list ul li.swiper-slide-next .box {
      transform: none;
  }

  .about-page .about-5 .list ul li.swiper-slide-active .box {
      transform: scale(1.2);
  }

  .about-page .about-5 .list ul li {
      padding-top: 70px;
  }
}
@media (max-width: 700px) {

  .about-page .about-5 .list {
      background-image: none !important;
  }

  .about-page .about-5 .list .zdy-switch {
      display: none;
  }

  .about-page .about-5 .list ul li.swiper-slide-active .box {
      transform: none;
  }

  .about-page .about-5 .list ul li {
      padding-top: 0;
  }
}
.news-page .news-1 .navList ul {
  margin: -10px -25px;
}
.news-page .news-1 .navList ul li {
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
}
.news-page .news-1 .navList ul li a {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 40px;
  font-weight: 500;
  font-size: 24px;
  color: #301500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .navList ul li a:hover,
.news-page .news-1 .navList ul li a.active {
  background: #111;
  color: white;
  border-radius: 6px;
}
.news-page .news-1 .list {
  margin-top: 15px;
}
.news-page .news-1 .list ul {
  margin: -30px -13px;
}
.news-page .news-1 .list ul li {
  padding: 30px 13px;
}
.news-page .news-1 .list ul li .box {
  padding: 20px;
  border-radius: 15px;
  background: #fff;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
}
.news-page .news-1 .list ul li .box a.img-box {
  border-radius: inherit;
  height: 260px;
  position: relative;
    background-size: cover;
    display: block;
    background-position: center center;
}
.news-page .news-1 .list ul li .box time {
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #a0a0a0;
  display: block;
}
.news-page .news-1 .list ul li .box time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -0.3em;
}
.news-page .news-1 .list ul li .box h6 {
  margin: 10px 0;
  font-size: 22px;
  color: #301500;
line-height: 40px;
  min-height: 6em;
  font-weight: 600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .box h6:hover {
  color: #111;
}
.news-page .news-1 .list ul li .box p {
  font-size: 18px;
  line-height: 1.7;
  color: #a0a0a0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-page .news-1 .list ul li .box a.link {
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #111;
}
.news-page .news-1 .list ul li .box a.link img {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  left: 0;
}
.news-page .news-1 .list ul li .box a.link:hover img {
  left: 10px;
}
.news-page .news-1 .list ul li .box:hover time,
.news-page .news-1 .list ul li .box:hover h6,
.news-page .news-1 .list ul li .box:hover p,
.news-page .news-1 .list ul li .box:hover a.link{
  color: var(--color);
}
@media (max-width: 1700px){
   .news-page .news-1 .navList ul li a {
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1500px){
   .news-page .news-1 .list ul li .box a.link {
    font-size: 18px;
  }
  .news-page .news-1 .list ul li .box h6 {
    font-size: 20px;
    line-height: 1.8;
    min-height:0em;
  }
}
@media (max-width: 1250px){
   .news-page .news-1 .list ul li {
    padding: 10px;
  }
  .news-page .news-1 .list ul {
    margin: -10px;
  }
  .news-page .news-1 .list ul li .box a.img-box {
    height: 200px;
  }
  .news-page .news-1 .list ul li .box time {
    margin-top: 20px;
  }
}
@media (max-width: 1000px){
   .news-page .news-1 .list ul li{
    width: 50%;
  }
  .news-page .news-1 .navList {
    display: none;
  }
  .news-page .news-1 .list {
    margin-top: 0;
  }
}
@media (max-width: 700px){
   .news-page .news-1 .list ul li{
    width: 100%;
  }
}

.contact-page .contact-1 {
  padding: 75px 0 150px;
  background-size: cover;
  color: black;
}
.contact-page .contact-1 span.tag {
  display: block;
  font-size: 34px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.contact-page .contact-1 h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  max-width: 60%;
}
.contact-page .contact-1 .box {
  margin-top: 50px;
}
.contact-page .contact-1 .box h5 {
  font-size: 46px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: bold;
}
.contact-page .contact-1 .box .left {
  width: 34%;
  padding-right: 2%;
}
.contact-page .contact-1 .box .left:before {
  content: '';
  width: 100%;
  height: 4px;
  background: var(--color);
  display: block;
  margin-bottom: 40px;
}
.contact-page .contact-1 .box .left .content {
  padding-right: 15%;
}
.contact-page .contact-1 .box .left .text {
  font-size: 18px;
  line-height: 1.6;
}
.contact-page .contact-1 .box .left .info {
  margin-top: 35px;
}
.contact-page .contact-1 .box .left .info ul li {
  margin-bottom: 35px;
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .box .left .info ul li i {
  position: absolute;
  left: 0;
  top: -2px;
  color: #ff6007;
  font-size: 22px;
}
.contact-page .contact-1 .box .left .info ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .box .left .info ul li:hover {
  color: var(--color);
}
.contact-page .contact-1 .box .left .info ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .box .right {
  width: 66%;
}
.contact-page .contact-1 .box .right:before {
  content: '';
  width: 100%;
  height: 4px;
  background: var(--color);
  display: block;
  margin-bottom: 40px;
}
.contact-page .contact-1 .box .right .form ul {
  margin: -25px -20px;
}
.contact-page .contact-1 .box .right .form ul li {
  padding: 25px 20px;
}
.contact-page .contact-1 .box .right .form ul li label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  color: #666;
  line-height: 1.2;
}
.contact-page .contact-1 .box .right .form ul li input,
.contact-page .contact-1 .box .right .form ul li textarea {
  line-height: 24px;
  padding: 15px;
  border: none;
  background: #fff;
  width: 100%;
}
.contact-page .contact-1 .box .right .form ul li textarea {
  height: 140px;
}
.contact-page .contact-1 .box .right .form ul li input[type="submit"] {
  height: 64px;
  line-height: 60px;
  padding: 0 60px;
  border: 2px solid var(--color);
  background: transparent;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--color);
  width: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .box .right .form ul li input[type="submit"]:hover {
  background: var(--color);
  color: white;
}
.contact-page .contact-1 .box .right .form ul li.wid-100 {
  width: 100%;
}
@media (max-width: 1700px){
  .contact-page .contact-1 span.tag {
    font-size: 28px;
  } 
  .contact-page .contact-1 h2{
    font-size: 54px;
  }
   .contact-page .contact-1 .box h5 {
    font-size: 38px;
  }
}
@media (max-width: 1450px){
   .contact-page .contact-1 h2{
    font-size: 42px;
  } 
  .contact-page .contact-1 span.tag {
    font-size: 24px;
  } 
  .contact-page .contact-1 .box .left:before,
  .contact-page .contact-1 .box .right:before{
    margin-bottom: 20px;
  }
   .contact-page .contact-1 .box h5 {
    font-size: 30px;
  }
  .contact-page .contact-1 .box .left .content {
    padding-right: 5%;
  }
  .contact-page .contact-1 .box .left .info ul li {
    font-size: 16px;
  }
  .contact-page .contact-1 .box .right .form ul li {
    padding: 10px;
  }
  .contact-page .contact-1 .box .right .form ul {
    margin: -10px;
  }
  .contact-page .contact-1 .box .right .form ul li label {
    font-size: 14px;
  }
  .contact-page .contact-1 .box .right .form ul li input,
  .contact-page .contact-1 .box .right .form ul li textarea {
    padding: 10px;
  }
  .contact-page .contact-1 .box .right .form ul li textarea {
    height: 100px;
  }
  .contact-page .contact-1 .box .right .form ul li input[type="submit"] {
    line-height: 40px;
    height: 44px;
    font-size: 16px;
    padding: 0 30px;
  }
  .contact-page .contact-1 {
    padding: 70px 0;
  }
}
@media (max-width: 1000px){
   .contact-page .contact-1 h2{
    font-size: 36px;
  } 
  .contact-page .contact-1 span.tag {
    font-size: 20px;
  } 
  .contact-page .contact-1 h2{
    font-size: 32px;
  } 
  .contact-page .contact-1 .box h5 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .contact-page .contact-1 .box .left .info ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 700px){
   .contact-page .contact-1 .box .left {
    width: 100%;
    padding-right: 0;
  } 
  .contact-page .contact-1 .box .right {
    width: 100%;
    margin-top: 20px;
  } 
  .contact-page .contact-1 .box .left:before,
  .contact-page .contact-1 .box .right:before{
    display: none;
  } 
  .contact-page .contact-1 h2{
    max-width: none;
    font-size: 26px;
  }
  .contact-page .contact-1 .box {
    margin-top: 30px;
  }
}
.onestop-page .onestop-1 .box .left {
  position: relative;
  z-index: 1;
}
.onestop-page .onestop-1 .box .left:before {
  content: '';
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -10%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.09);
  border-radius: inherit;
}
.onestop-page .onestop-1 .box .right {
  width: 70%;
  margin-right: -20%;
}
.onestop-page .onestop-2 {
  padding-bottom: 26.04166667%;
  position: relative;
  z-index: 1;
}
.onestop-page .onestop-2 .list li {
  max-width: 200px;
  width: 100%;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.onestop-page .onestop-2 .list li.icon {
  width: auto;
}
.onestop-page .onestop-2 .list li span.border {
  padding-top: 100%;
  display: block;
  width: 100%;
  border-radius: 100%;
  position: relative;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li span.border:after {
  content: '';
  width: 100%;
  height: 100%;
  border: .4em solid black;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
}
.onestop-page .onestop-2 .list li span.border:before {
  content: '';
  width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
  border: 1px solid black;
  z-index: -1;
  position: absolute;
  border-radius: inherit;
}
.onestop-page .onestop-2 .list li span.bl {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  border-radius: 100%;
  background-color: var(--color);
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li span.bl:after,
.onestop-page .onestop-2 .list li span.bl:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  zoom: .5;
}
.onestop-page .onestop-2 .list li span.bl:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.onestop-page .onestop-2 .list li .box i {
  height: 0;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li .box i img {
  max-height: 100%;
}
.onestop-page .onestop-2 .list li .box span.h6 {
  line-height: 1.2;
}
.onestop-page .onestop-2 .list li .content {
  position: absolute;
  top: 100%;
  margin-top: 2em;
  background-color: var(--color);
  color: white;
  width: 45.83333333vw;
  border-radius: 0.5em;
  text-align: left;
  padding: 1.2em;
  left: 0;
  display: none;
}
.onestop-page .onestop-2 .list li .content span.line {
  border-bottom: 0.375em solid var(--color);
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  position: absolute;
  bottom: 100%;
}
.onestop-page .onestop-2 .list li .content span.line:before {
  content: '';
  height: 1em;
  width: 2px;
  background-color: var(--color);
  bottom: .3em;
  left: 50%;
  margin-left: -1px;
  position: absolute;
}
.onestop-page .onestop-2 .list li .content span.h6 {
  line-height: 1.2;
}
.onestop-page .onestop-2 .list li .content .text {
  color: inherit;
}
.onestop-page .onestop-2 .list li:nth-child(1) span.line {
  left: 10%;
}
.onestop-page .onestop-2 .list li:nth-child(3) .content {
  left: -10%;
}
.onestop-page .onestop-2 .list li:nth-child(3) .content span.line {
  left: 12.5%;
}
.onestop-page .onestop-2 .list li:nth-child(5) .content {
  left: -20%;
}
.onestop-page .onestop-2 .list li:nth-child(5) .content span.line {
  left: 15%;
}
.onestop-page .onestop-2 .list li:nth-child(7) .content {
  left: auto;
  right: -20%;
}
.onestop-page .onestop-2 .list li:nth-child(7) .content span.line {
  left: auto;
  right: 15%;
}
.onestop-page .onestop-2 .list li:nth-child(9) .content {
  left: auto;
  right: -10%;
}
.onestop-page .onestop-2 .list li:nth-child(9) .content span.line {
  left: auto;
  right: 12.5%;
}
.onestop-page .onestop-2 .list li:nth-child(11) .content {
  left: auto;
  right: 0;
}
.onestop-page .onestop-2 .list li:nth-child(11) .content span.line {
  left: auto;
  right: 10%;
}
.onestop-page .onestop-2 .list li.active span.border {
  opacity: 0;
}
.onestop-page .onestop-2 .list li.active span.bl {
  opacity: 1;
}
.onestop-page .onestop-2 .list li.active .box {
  color: white;
}
.onestop-page .onestop-2 .list li.active .box i {
  height: 1em;
}
.onestop-page .onestop-2 .list li.active .content {
  display: block;
}
.onestop-page .onestop-3 .list ul li {
  border: 2px solid #ebebeb;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li .content {
  padding: 3% 6% 3%;
}
.onestop-page .onestop-3 .list ul li .img img {
  height: 100%;
}
.onestop-page .onestop-3 .list ul li > i {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: #f8f8f8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li > i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li span.h5 {
  line-height: 1.2;
}
.onestop-page .onestop-3 .list ul li span.h6 {
  color: #636363;
}
.onestop-page .onestop-3 .list ul li .text {
  line-height: 1.5625;
}
.onestop-page .onestop-3 .list ul li .text i {
  color: black;
  font-weight: bold;
}
.onestop-page .onestop-3 .list ul li:hover {
  border-color: var(--color);
}
.onestop-page .onestop-3 .list ul li:hover > i {
  background-color: var(--color);
}
.onestop-page .onestop-3 .list ul li:hover > i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.onestop-page .onestop-3 .list ul li .content i img {
  max-width: 1em;
}
@media screen and (max-width: 1450px) {
  .onestop-page .onestop-2 .list li {
    max-width: 150px;
  }
}
@media screen and (max-width: 1250px) {
  .onestop-page .onestop-2 .list li .content {
    display: block;
    position: static;
    width: 100%;
    margin-top: 0;
  }
  .onestop-page .onestop-2 .list li .content span.line {
    display: none;
  }
  .onestop-page .onestop-2 .list li {
    width: 100%;
    max-width: none;
  }
  .onestop-page .onestop-2 .list li .box,
  .onestop-page .onestop-2 .list li .bl,
  .onestop-page .onestop-2 .list li span.border {
    display: none;
  }
  .onestop-page .onestop-2 .list li.icon {
    display: none;
  }
  .onestop-page .onestop-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .onestop-page .onestop-2 {
    padding-bottom: 15%;
  }
}
@media screen and (max-width: 1000px) {
  .onestop-page .onestop-3 .list ul li .content {
    padding: 15px !important;
  }
  .onestop-page .onestop-1 .box .right {
    margin-right: 0;
  }
  .onestop-page .onestop-1 .box .left:before {
    display: none;
  }
}

.download-page .list a {
  background-color: #f3f3f3;
  padding: 1.5%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list a span i {
  color: var(--color);
}
.download-page .list a i.iconfont {
  font-size: 1.4em;
  line-height: 1;
}
.download-page .list a:hover {
  background-color: var(--color);
  color: white;
}
.download-page .list a:hover span i {
  color: inherit;
}
.factory-page {
  background-color: #f7f7f7;
}
.factory-page span.h2 {
  color: var(--color);
}
.factory-page .text {
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
  line-height: 1.6;
}
.factory-page span.h6 {
  line-height: 1;
  font-weight: 600;
}
.factory-page .factory-2 .list li {
  background-color: white;
  padding: 14% 8%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.factory-page .factory-2 .list li p {
  font-weight: 600;
}
.factory-page .factory-2 .list li i {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factory-page .factory-2 .list li:hover {
  background-color: var(--color);
  color: white;
}
.factory-page .factory-2 .list li:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.factory-page .factory-4 .box {
  background-color: white;
  -webkit-box-shadow: 3px 6px 16px rgba(7, 49, 144, 0.14);
  box-shadow: 3px 6px 16px rgba(7, 49, 144, 0.14);
}
.factory-page .factory-4 .box span.h2 {
  color: black;
}
.factory-page .factory-4 .box span.num:after,
.factory-page .factory-4 .box span.num:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--color);
}
.factory-page .factory-4 .box span.num em {
  padding: .4em .5em;
  background-color: #353535;
  display: block;
  border-radius: .3em;
  color: white;
  font-weight: 600;
  line-height: 1;
}
.factory-page ul li video{
  height: 310px;
  width: 100%;
  object-fit: cover;
}
.faq-page span.h6 {
  background-color: #f7f7f7;
  border-radius: 3em;
}
.faq-page span.h6 i {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  background-color: black;
  color: white;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page span.h6 i:before {
  font-size: 1.4em;
}
.faq-page .text {
  color: #333;
}
.faq-page li.active span.h6 i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1000px){
   .factory-page .factory-2 .list {
    padding-left: 0;
    padding-right: 0;
  }
  .factory-page .factory-2 .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .factory-page .factory-2 .list ul i {
    max-width: 30px;
  }
}
@media screen and (max-width: 700px) {
  .factory-page .factory-2 .list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .factory-page .factory-2 .list li {
    padding: 4%;
  }
   .factory-page .factory-4 .box {
    padding: 8% 4%;
  }
   .faq-page span.h6 i {
    zoom: .7;
  }
}

.m-page {
  margin-top: 50px;
  text-align: center;
}
.m-page a,
.m-page span {
  font-size: 18px;
  width: 45px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 0 5px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}
.m-page span,
.m-page a:hover {
  background-color: var(--color);
  color: white;
}
.m-page.txt-left {
  text-align: left;
}