body {
  font-family: "Arial";
  max-width: 1920px;
  --color: #97cf93;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1690px;
}
.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;
  background-color: #f3f8fb;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 22px 0;
}
#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 .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#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;
  margin-right: 56px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li 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: 18px;
  background: #fff;
  top: 100%;
  left: 0px;
  min-width: 180px;
  white-space: nowrap; 
  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 .btn {
  width: 71px;
  height: 71px;
  border-radius: 50%;
  border: 1px solid #c5cacc;
}
#header .nav .ui.menu .h-search {
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
}
#header .msg {
  cursor: pointer;
}
#header.active {
  -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 .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;
}
.more {
  height: 54px;
  line-height: 54px;
  border-radius: 27px;
  background-color: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  font-size: 20px;
}
.more::before,
.more::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #ed6d00;
  width: 0;
  z-index: -1;
}
.more::before {
  left: 0;
}
.more::after {
  right: 0;
}
.more:hover::before,
.more:hover::after {
  width: 51%;
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner li .content h2 {
  max-width: 870px;
  line-height: 1.2;
}
#banner li .content .line {
  width: 113px;
  height: 4px;
  background-color: var(--color);
}
#banner li .content p {
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.7);
  max-width: 650px;
}
#banner .slickBtn div {
  width: 58px;
  height: 88px;
  border-radius: 0 30px 30px 0;
  background-color: white;
  color: #d3d4d5;
  font-size: 28px;
}
#banner .slickBtn .prev {
  left: 0;
  right: auto;
}
#banner .slickBtn .prev i {
  position: relative;
  left: -3px;
  top: 3px;
}
#banner .slickBtn .next {
  right: 0;
  left: auto;
  border-radius: 30px 0 0 30px;
}
#banner .slickBtn .next i {
  position: relative;
  left: 4px;
  top: 3px;
}
#banner .slickBtn div:hover {
  background-color: var(--color);
  color: white;
}
#banner .slickDots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 40px;
}
#banner .slickDots ul li {
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
}
#banner .slickDots ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#banner .slickDots ul li.slick-active {
  background-color: white;
}
#banner .slickDots ul li.slick-active::after {
  opacity: 1;
}
.i-title {
  line-height: 1.2;
  position: relative;
}
.i-title em {
  color: var(--color);
}
@-webkit-keyframes scrollUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-moz-keyframes scrollUp {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes scrollUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
#index-body .line {
  width: 113px;
  height: 4px;
  background-color: var(--color);
}
#index-body .line.margin-auto {
  margin-left: auto;
  margin-right: auto;
}
#index-body .i-product{
  overflow: hidden;
}
#index-body .i-product .slick-list{
  overflow: visible;
}

#index-body .i-product .txt {
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.3;
}
#index-body .i-product .top {
  background-color: #f3f8fb;
}
#index-body .i-product .top .cat {
  margin-left: auto;
}
#index-body .i-product .top .cat select {
  width: 300px;
  font-size: 18px;
  height: 54px;
  border-radius: 27px;
  border: none;
  padding: 0 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  color: #999999;
}
#index-body .i-product .top .cat select option:hover {
  background-color: #f3f8fb !important;
  color: black;
}
#index-body .i-product .top .cat select::-ms-expend {
  display: none;
}
#index-body .i-product .top .search input {
  width: 300px;
  height: 54px;
  border-radius: 27px;
  border: none;
  padding: 0 20px;
  font-size: 18px;
}
#index-body .i-product .top .search input[type="submit"] {
  background-color: var(--color);
  color: white;
  width: 54px;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: center center;
}
/*#index-body .i-product .center ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}*/
#index-body .i-product .center ul li img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: auto;
}
#index-body .i-product .center ul li .img2 {
  opacity: 0;
}
#index-body .i-product .center ul li:hover .img2,
#index-body .i-product .center ul li.active .img2 {
  opacity: 1;
}
#index-body .i-product .bottom .list .item2 > ul > .slick-list {
  padding: 40px 0 60px;
}
#index-body .i-product .bottom .list .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
#index-body .i-product .bottom .list .box > * {
  z-index: 2;
}
#index-body .i-product .bottom .list .box .txt {
  line-height: 1.72;
  color: rgba(0, 0, 0, 0.7);
}
#index-body .i-product .bottom .list .box .arrow {
  width: 61px;
  height: 61px;
  border-radius: 50%;
  text-align: center;
  line-height: 61px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 20px;
  font-size: 16px;
}
#index-body .i-product .bottom .list .box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
  border-radius: 20px;
  background-color: #f3f8fb;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .i-product .bottom .list .box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
#index-body .i-product .bottom .list .box:hover {
  -webkit-box-shadow: 9.899px 9.899px 59px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 9.899px 9.899px 59px 0px rgba(0, 0, 0, 0.09);
  background-color: white;
}
#index-body .i-product .bottom .list .box:hover .arrow {
  background-color: var(--color);
  color: white;
}
#index-body .i-product .bottom .list .box:hover::after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .i-product .bottom .list .box:hover::before {
  opacity: 0;
}
#index-body .i-about .content {
  line-height: 1.54;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#index-body .i-about .img {
  margin: auto;
}
#index-body .i-about .img .video {
  margin: auto;
  position: relative;
  overflow: hidden;
}
#index-body .i-about .img .video .video-wraper {
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-about .img .video img,
#index-body .i-about .img .video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-about .undetected-fire__videos-wrapper {
  z-index: 3;
  width: 57%;
  min-width: 57%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
#index-body .i-about .undetected-fire__iframe {
  z-index: 2;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  inset: 0% auto auto 50%;
}
#index-body .i-why .content {
  line-height: 1.54;
  color: rgba(0, 0, 0, 0.6);
}
#index-body .i-why .left {
  position: -webkit-sticky;
  position: sticky;
  top: -10px;
}
#index-body .i-why .left ul li {
  background-color: #f3f8fb;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .i-why .left ul li .title img {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
#index-body .i-why .left ul li .des {
  line-height: 1.5;
  display: none;
  color: rgba(0, 0, 0, 0.6);
}
#index-body .i-why .left ul li.active {
  color: black;
}
#index-body .i-why .left ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-partner {
  background-color: #f3f8fb;
  position: relative;
}
#index-body .i-partner .container {
  z-index: 2;
}
#index-body .i-partner .text-bg {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 75px;
}
#index-body .i-partner .txt {
  color: rgba(0, 0, 0, 0.6);
}
#index-body .i-partner .list {
  height: 600px;
}
#index-body .i-partner .list::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 25px;
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f8fb), to(transparent));
  background: -webkit-linear-gradient(top, #f3f8fb, transparent);
  background: -moz-linear-gradient(top, #f3f8fb, transparent);
  background: linear-gradient(to bottom, #f3f8fb, transparent);
}
#index-body .i-partner ul {
  -webkit-animation: scrollUp 10s linear infinite;
  -moz-animation: scrollUp 10s linear infinite;
  animation: scrollUp 10s linear infinite;
}
#index-body .i-partner ul li a {
  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;
  background-color: white;
  -webkit-box-shadow: 22.627px 22.627px 35px 0px rgba(30, 53, 51, 0.05);
  box-shadow: 22.627px 22.627px 35px 0px rgba(30, 53, 51, 0.05);
  border-radius: 20px;
  padding: 30px;
  height: 170px;
}
#index-body .i-partner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 300px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f3f8fb), color-stop(#f3f8fb), to(transparent));
  background: -webkit-linear-gradient(bottom, #f3f8fb, #f3f8fb, transparent);
  background: -moz-linear-gradient(bottom, #f3f8fb, #f3f8fb, transparent);
  background: linear-gradient(to top, #f3f8fb, #f3f8fb, transparent);
  z-index: 3;
}
.i-news {
  background: url(../images/news-bg.jpg) no-repeat center top 60px;
}
.i-news ul .slick-list {
  padding: 30px 0 60px;
}
.i-news ul li .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}
.i-news ul li .box .time {
  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;
  height: 43px;
  border-radius: 4px;
  background-color: #f6f9fa;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.6);
}
.i-news ul li .box .time span {
  color: #2e5a46;
  margin-right: 10px;
}
.i-news ul li .box .title {
  line-height: 1.33;
}
.i-news ul li .box .mores {
  color: var(--color);
}
.i-news ul li .box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.i-news ul li:hover .box {
  background-color: white;
  -webkit-box-shadow: 9.899px 9.899px 59px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 9.899px 9.899px 59px 0px rgba(0, 0, 0, 0.09);
}
.i-news ul li:hover .box::after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.i-news .slickDots ul li {
  background-color: #cccccc;
  border: none;
}
.i-news .slickDots ul li.slick-active {
  background-color: #005237;
}
#footer {
  background-color: #23262c;
  color: white;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#footer .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#footer .top form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
#footer .top form input {
  width: 27%;
  font-size: 18px;
  background-color: transparent;
  border: none;
  height: 50px;
  padding: 0 15px;
  border-radius: 25px 0 0 25px;
  border: 1px solid white;
  border-right: none;
}
#footer .top form input[name="content"] {
  width: 50%;
  border-radius: 0;
  border-left: none;
}
#footer .top form button {
  width: 23%;
  height: 50px;
  background-color: var(--color);
  color: white;
  border: none;
  font-size: 18px;
  border-radius: 0 25px 25px 0;
}
#footer .wrap .one {
  max-width: 405px;
}
#footer .wrap .one p {
  position: relative;
  padding-left: 43px;
  color: #f6f6f6;
}
#footer .wrap .one p img {
  position: absolute;
  left: 0;
  top: 3px;
}
#footer .wrap .one .share span {
  color: var(--color);
}
#footer .wrap .one .share a {
  display: inline-block;
  width: 44px;
  height: 44px;
  background-color: #e9eaea;
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-right: 10px;
  color: black;
  border-radius: 5px;
}
#footer .wrap .one .share a:hover {
  background-color: var(--color);
  color: white;
}
#footer .wrap ul li {
  line-height: 2;
  opacity: .6;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #f6f6f6;
}
#footer .wrap ul li:hover {
  opacity: 1;
}
#footer .f-copy {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
#footer .f-copy svg {
  width: auto;
  height: 26px;
  fill: white;
  vertical-align: middle;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
  }
  #header .nav .ui.menu .btn {
    width: 65px;
    height: 65px;
  }
  #index-body .i-partner ul li a {
    height: 145px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .btn.ml-33 {
    margin-left: 6px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 23px;
  }
  #index-body .i-partner .text-bg {
    padding: 0 20px;
  }
  #index-body .i-partner ul li a {
    height: 120px;
    padding: 15px;
  }
  #index-body .i-partner ul li a img {
    height: 100%;
  }
  #index-body .i-partner .list {
    height: 500px;
  }
  #footer .wrap .one {
    max-width: 290px;
  }
  #footer .top .right {
    width: 65%;
  }
}
@media screen and (max-width: 1250px) {
  #banner .slickBtn div {
    width: 38px;
  }
  #index-body .i-product .top .cat select {
    width: 280px;
  }
  #index-body .i-product .top .search input {
    width: 280px;
  }
  #index-body .i-product .bottom .list .box .arrow {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  #index-body .i-partner .list {
    height: 420px;
  }
  #index-body .i-partner::after {
    height: 245px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .slickBtn {
    display: none;
  }
  #banner .slickDots {
    bottom: 10px;
  }
  #index-body .i-product .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-product .top > span {
    width: 100%;
  }
  #index-body .i-product .top .search {
    display: none;
  }
  #index-body .i-product .top .cat {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-product .top .cat select {
    width: 100%;
  }
  #index-body .i-product .center {
    display: none;
  }
  #index-body .i-about .undetected-fire__videos-wrapper {
    width: 100%;
  }
  #index-body .i-why .left {
    position: relative;
    top: 0;
  }
  #index-body .i-why .right {
    margin-top: 30px;
  }
  #index-body .i-partner ul li {
    width: 25%;
  }
  #footer .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .top .left {
    display: none;
  }
  #footer .top .right {
    width: 100%;
  }
  #footer .wrap .two,
  #footer .wrap .three,
  #footer .wrap .four,
  #footer .wrap .five {
    display: none;
  }
  #footer .wrap .one {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #banner .slickDots ul li {
    zoom: 0.6;
  }
  #footer .top form input {
    width: 100% !important;
    margin-bottom: 12px;
    border: 1px solid white !important;
    border-radius: 25px !important;
  }
  #footer .top form button {
    width: auto;
    margin-left: auto;
    border-radius: 25px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 500px) {
  .more {
    zoom: 0.7;
  }
  #banner li > img {
    min-height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .i-about .content {
    padding: 0;
  }
  #index-body .i-partner ul li {
    width: 33.33%;
  }
  #index-body .i-partner .list {
    height: 300px;
  }
  #index-body .i-partner::after {
    height: 150px;
  }
}

.inner-banner{

  color: #000;
}
.inner-page .m-page {
  padding-top: 30px;
  border-top: 1px solid #d9d9d9;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  width: 66px;
  height: 66px;
  margin-right: 10px;
  text-align: center;
  line-height: 66px;
  font-size: 24px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 8px;
  -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);
}
.inner-page .m-page span,
.inner-page .m-page a:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .sideLeft {
  width: 20%;
  padding-right: 30px;
}

.inner-page .sideLeft .box h3 {
  display: block;
  padding: 10px;
  background: var(--color);
  font-size: 28px;

  color: #fff;
}
.inner-page .sideLeft .box .list ul li {
  margin-top: 6px;
  padding: 15px 20px;
  border-left: 4px solid var(--color);
  font-size: 18px;
  color: black;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.inner-page .sideLeft .box .list ul li::before {
  content: '';
  width: 10px;
  height: 1px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.inner-page .sideLeft .box .list ul li ul li::before {
  display: none;
}
.inner-page .sideLeft .box .list ul li i {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -4px;
  right: -10px;
  cursor: pointer;
}
/*.inner-page .sideLeft .box .list ul li .children {
  display: none;
}*/
.inner-page .sideLeft .box .list ul li .children li {
  border-left: 0;
}
.inner-page .sideLeft .box .list ul li img {
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.inner-page .sideLeft .box .list ul li:hover,
.inner-page .sideLeft .box .list ul li.active {
  /*background: var(--color);
color: white;*/
  color: var(--color);
}
/*.inner-page .sideLeft .box .list ul li a.active{
color: var(--color);
}*/
.inner-page .sideLeft .img {
  display: block;
  margin-top: 40px;
  padding: 60px 5%;
  text-align: center;
  color: white;
}
.inner-page .sideLeft .img h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.inner-page .sideLeft .img p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin: 25px 0 45px;
}
.inner-page .sideLeft .img a.more {
  line-height: 36px;
  height: 36px;
  padding: 0 32px;
  border: 1px solid white;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.inner-page .sideLeft .img a.more:hover {
  background: var(--color);
  color: white;
}
.inner-page .sideRight {
  width: 85%;
}
.inner-page.prodet-page .sideRight{
  width: 100%;
}
.product-page {
  padding: 60px 0 80px;
}
.product-page .productList {
  margin-bottom: 60px;
}
.product-page .productList h1 {
  font-size: 26px;
  font-weight: bold;
  color: var(--color);
}
.product-page .productList .fuyingpro {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}

.productList ul {
  margin: -15px;
}
.productList ul li {
  padding: 15px;
}
.productList ul li .box2 {
  -o-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;

  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.productList ul li .box2 .product_add{
  font-size: 20px;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #ccc;
  right: 10px;
  top: 10px;
  opacity: 0;
  transform: scale(0);
  transition: .3s ease;
}

.productList ul li .box2:hover .product_add{
  opacity: 1;
  transform: scale(1);
}

.productList ul li .box2 .product_add:hover,
.productList ul li .box2 .product_add.active{
  color: #FFFFFF;
  background-color: var(--color);
}

.productList ul li .box2 h5 {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
    border-bottom: 2px solid #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    color: var(--color);
    transition: .5s;
}

.productList ul li .box2 h3 {
 font-size: 18px;
    padding-top: 15px;
    min-height: 80px;
        line-height: 30px;
}
.productList ul li .box2 h5:hover {
  color: var(--color);
}
.productList ul li .box2 a.img {
  display: block;

}
.productList ul li .box2 a.img img {
  width: 100%;
}
.productList ul li .box2 .text {
  margin-bottom: 20px;
  font-size: 14px;
      line-height: 1.8;
  color: #757575;
  max-height: 90px;
  overflow: auto;
  padding-right: 10px;
}
.productList ul li .box2 .text::-webkit-scrollbar-thumb{
  background: var(--color);
}
.productList ul li .box2 .text p {
  padding-left: 30px;
  position: relative;
}
.productList ul li .box2 .text p:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../images/icon-2-1.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.productList ul li .box2 .text p:last-child {
  margin-bottom: 0;
}
.productList ul li .box2 a.more {
  line-height: 40px;
  height: 40px;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 12px;
  margin-bottom: 25px;
  background: #2b3e4b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 a.more:hover {
  background: var(--color);
}
.productList ul li .box2:after {
  content: '';
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2:hover:after {
  bottom: 0;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box a:hover:after {
  width: 100%;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box a:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box h6 span {
  color: #04e399;
  display: block;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.inner-page.product-page .sideLeft.column .inner-contact {
  background: url(../images/product-bar-bg-2.jpg) no-repeat center center;
  padding: 215px 40px 125px;
  background-size: 100%;
  margin-top: 40px;
}
.inner-page .sideLeft .box .list ul li .children li {
  border-left: 0;
  margin-top: 0;
  border-bottom: 1px solid #f0f0f0;
  line-height: 2;
}
.inner-page .sideLeft .box .list ul li .children li:hover {
  background: var(--color);
  color: #fff;
}
.inner-page .sideLeft .box .list ul li.active {
  color: var(--color);
}
.inner-page .sideLeft .box .list ul li ul li.active {
  color: #fff;
  background: var(--color);
}
@media screen and (max-width: 1600px){
   .inner-page .sideLeft .box h3 {
    padding: 30px 15px;
    font-size: 28px;
    line-height: 1;
  }
  .inner-page .sideLeft .box .list ul li img {
    margin-right: 10px;
  }
  .inner-page .sideLeft .box .list ul li {
    padding: 5px 10px;
    font-size: 16px;
  }
  .inner-page .sideLeft .box {
    padding: 10px;
  }
  .inner-page .sideLeft .img p {
    margin: 20px 0 30px;
  }
  .inner-page .sideLeft .img {
    padding: 40px 15px;
  }
  .product-page .productList ul li a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
  }
  .product-page .productList ul li {
    padding: 5px;
  }
  .product-page .productList ul {
    margin: -5px;
  }
}
@media screen and (max-width: 1250px){
   .inner-page .sideLeft {
    display: none;
  }
  .inner-page .sideRight {
    width: 100%;
  }
}


.prodet-page .prodet-1 .prodet-box {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
}
.prodet-page .prodet-1 .prodet-box .left {
  width: 50%;
  padding-left: 0%;
  position: sticky;
  top: 140px;
}
.prodet-page .prodet-1 .prodet-box .left .big {
  position: relative;
}
.prodet-page .prodet-1 .prodet-box .left .big .play_btn{
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 1;
}
.prodet-page .prodet-1 .prodet-box .left .big .big-img {
  display: block;
  border: 1px solid #ececec;
  background: #f1f1f1;
}
.prodet-page .prodet-1 .prodet-box .left .big .big-img img{
  width: 100%;
}
.prodet-page .prodet-1 .prodet-box .left .big h4 {
  text-align: right;
  font-size: 18px;
  line-height: 1;
  color: var(--color);
  padding: 30px 0 12px;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows button {
  width: 53px;
  height: 53px;
  border: none;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows .slick-prev {
  background: url(/yztransformer/2022/03/24/left.png) no-repeat center center;
  background-size: 100% 100%;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows .slick-next {
  background: url(/yztransformer/2022/03/24/right.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 10px;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll {
  position: absolute;
  width: 17%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li {
  margin-bottom: 40px;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li a {
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ececec;
}
.prodet-page .prodet-1 .prodet-box .right {
  width: 50%;
  padding-left: 5%;
}
.prodet-page .prodet-1 .prodet-box .right h1.tit {
  font-size: 60px;
  color: #000;
}
.prodet-page .prodet-1 .prodet-box .right .content {
  padding: 15px 0 30px;
  font-size: 18px;
  line-height: 1.7;
  color: #666;
 
  overflow: auto;
}
.prodet-page .prodet-1 .prodet-box .right .sgs {
  margin: 30px 0 45px;
}
.prodet-page .prodet-1 .prodet-box .right .link {
  margin-bottom: 28px;
}
 
.prodet-page .prodet-1 .prodet-box .right .link .inquiry {
  margin-left: 0px;
  background: none;
  color: var(--color);
}
.prodet-page .prodet-1 .prodet-box .right .link .inquiry:hover {
  background: var(--color);
  color: #fff;
  border: 2px solid var(--color);
}
.prodet-page .prodet-1 .prodet-box .right ul{
  margin: -10px;
}
.prodet-page .prodet-1 .prodet-box .right ul li{
  padding: 10px;
}
.prodet-page .prodet-1 .prodet-box .right .link .pdf {
  margin-left: 20px;
  background: 0 0;
  color: var(--color);
}
.prodet-page .prodet-1 .prodet-box .right .link .pdf:hover {
  background: var(--color);
  color: #fff;
  border: 2px solid var(--color);
}
.prodet-page .gallery-thumb ul{
  margin: -10px;
}
.prodet-page .gallery-thumb ul li{
  padding: 10px;
}
.prodet-page .prodet-4 .relatedBox .swiper-slide a {
  display: block;
  text-align: center;
}
.prodet-page .prodet-4 .relatedBox .swiper-slide a h4 {
  font-size: 16px;
  color: #000000;
  padding: 15px 0 10px;
  min-height: 88px;
}
.prodet-page .prodet-5 {
  padding: 0px 0 50px;
}
.prodet-page .prodet-5 .tab h4{
  margin-right: 30px;
  cursor: pointer;
}
.prodet-page .prodet-5 .tab h4.active{
  color: var(--color);
}
.prodet-page .prodet-5 table tbody{
  table-layout: fixed;
}
.prodet-page .prodet-5 .content {
  font-size: 18px;
  color: #6e6e6e;
  line-height: 28px;
}
.prodet-page .prodet-5 .pro {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.prodet-page .prodet-5 .pro .pro-left {
  width: 50%;
  padding-right: 40px;
}
.prodet-page .prodet-5 .pro .pro-left p {
  font-size: 15px;
  padding: 5px 0;
}
.prodet-page .prodet-5 .pro .pro-right {
  width: 50%;
}
@media screen and (max-width: 1600px){
  .prodet-page .prodet-1 .box .right h1 {
    font-size: 30px;
  }
  .prodet-page .prodet-1 .box .right .content {
    margin: 15px 0;
  }
   .prodet-page .prodet-4 .left h3 {
    font-size: 28px;
  }
  .prodet-page .prodet-4 {
    padding: 40px 0;
  }
  .prodet-page .prodet-5 h3 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li p,
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li.add p {
    font-size: 18px;
    line-height: 1.6;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li span {
    font-size: 20px;
  }
  .prodet-page .prodet-5 .p-contact .right form ul li {
    margin-bottom: 10px;
  }
  .prodet-page .prodet-5 .p-contact .right form ul input[type=submit] {
    padding: 10px 30px !important;
    font-size: 22px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul .share a i {
    font-size: 20px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .box .right h1 {
    font-size: 24px;
  }
   .prodet-page .prodet-1 {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .box .right {
    padding-left: 20px;
  }
  .prodet-page .prodet-1 .box .right .content {
    font-size: 14px;
    line-height: 1.6;
  }
  .prodet-page .prodet-1 .box .right .btn {
    margin-top: 15px;
  }
  .prodet-page .prodet-1 .box .right .btn a {
    line-height: 32px;
    height: 32px;
    min-width: 160px;
  } 
  .prodet-page .prodet-4 .left h3 {
    font-size: 24px;
  }
  .prodet-page .prodet-5 {
    padding: 60px 0;
  }
  .prodet-page .prodet-5 h3 {
    font-size: 32px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li p,
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li.add p {
    font-size: 14px;
  }
  .prodet-page .prodet-5 .p-contact .right h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1250px){
  .prodet-page .prodet-1 .prodet-box .right .link a:nth-child(1) {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .prodet-box .left {
    width: 100%;
    padding-left: 0;
    position: relative;
    top: 0;
  }
  .prodet-page .prodet-1 .prodet-box .right {
    width: 100%;
    padding-left: 0%;
    margin-top: 35px;
  }
  .prodet-page .prodet-1 .prodet-box .right .link a {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .box .right {
    padding-left: 0;
    width: 100%;
    padding-top: 20px;
  }
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-5 .p-contact .left {
    padding-right: 10px;
  }
  .prodet-page .prodet-5 .p-contact .right {
    padding-left: 10px;
  }
  .prodet-page .prodet-5 .p-contact .right form ul li input[type="text"] {
    height: 40px;
    line-height: 40px;
  }
  .prodet-page .prodet-5 .p-contact .right form ul li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px){
   .prodet-page .prodet-4 .left,
  .prodet-page .prodet-4 .right {
    width: 100%;
    text-align: center;
  }
  .prodet-page .prodet-4 .right {
    margin-top: 10px;
  }
  .prodet-page .prodet-5 .p-contact .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-5 .p-contact .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li span {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px){
   .prodet-page .prodet-1 .box .right h1{
    font-size: 20px;
  }
  .prodet-page .prodet-1 .prodet-box .right .link a {
    width: 135px;
  }
  .prodet-page .prodet-1 .prodet-box .left .img-scroll {
    display: none;
  }
  .prodet-page .prodet-1 .prodet-box .left {
    width: 100%;
    padding-left: 0%;
    position: relative;
  }
  .prodet-page .prodet-1 .prodet-box .right h3.tit {
    font-size: 20px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul .share {
    margin-top: 20px;
  }
  .prodet-page .prodet-5 .p-contact .left .sidebar-contact ul li {
    padding: 15px 0;
  }
  .prodet-page .prodet-5 .p-contact .right form ul li {
    width: 100%;
  }
  .prodet-page .prodet-5 h3 {
    font-size: 28px;
  } 
  .prodet-page .prodet-4 .left h3 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .box .right .btn a {
    min-width: 140px;
    font-size: 14px;
  }
}
.inner-page.prodet-page .prodet-4 h5:before {
  content: '';
  width: 15px;
  height: 15px;
  background: var(--color);
  display: inline-block;
  margin-right: 10px;
}
.inner-page.prodet-page .prodet-4 h5 {
  font-size: 42px;
  text-transform: capitalize;
  margin-bottom: 30px;
}


.contact-1 {
  padding: 110px 0 110px;
}
.contact-1 .list ul {
  margin: -8px;
}
.contact-1 .list ul li {
  padding: 8px;
}
.contact-1 .list ul li .box {
  -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  text-align: center;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  /*background-color: white;*/
}
.contact-1 .list ul li .box h5,
.contact-1 .list ul li .box p{
  /*color: white;*/
}
.contact-1 .list ul li .box span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: var(--color);
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.contact-1 .list ul li .box span i {
  color: white;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.contact-1 .list ul li .box span:after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: inherit;
}
.contact-1 .list ul li .box span:before {
  content: '';
  border-right: 13px solid transparent;
  border-bottom: 12px solid #023222;
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.contact-1 .list ul li .box h5 {
  font-size: 22px;
  line-height: 2;
  padding: 25px 0 15px;
  font-weight: bold;
}
.contact-1 .list ul li .box p {
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
  min-height: 100px;
}
.contact-page .join-us-page {
    /*background: url(../images/banner.jpg) no-repeat;*/
    background-attachment: fixed;
    background-position: left top 200px;
    /*margin-bottom: 100px;*/
    
}
.join-us-page .join-us-2 {
    padding: 130px 0 50px;
}
.lianxi .map {
  width: 50%;
}
.lianxi {
  position: relative;
   
}
.lianxi .from{
  background: white;
  padding: 60px 10%;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.lianxi .from form{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lianxi .from form textarea,
.lianxi .from form input{
  width: 49%;
  height: 60px;
  padding-left: 10px;
  font-size: 16px;
  background: white;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 6px;
  margin-bottom: 15px;
}
.lianxi .from form textarea{
  height: 120px;
  padding: 10px;
  width: 100%;
}
.lianxi .from form p.upfile .btn{
  font-size: 16px;
    background: var(--color);
    color: white;
    padding: 5px 15px;
    border-radius: 8px;
    margin-right: 10px;
    cursor: pointer;
}
.lianxi .from form input[type="file"]{
    
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.lianxi .from form button{
  margin: auto;
  border: none;
}
.lianxi .from form button img{
  vertical-align: middle;
}
img.cctv {
    height: 6px;
    width: 100%;
    margin-top: 15px;
}


.toptab{
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.toptab.hidden{
  display: none;
}
.toptab ul{
  margin: 0;
}
.toptab ul li{
  padding: 20px 15px;
  text-align: center;
  font-size: 18px !important;
  border-right: 1px solid rgba(0,0,0,0.2);
  transition: 0.5s;
}
.toptab ul li:first-child{
  border-left: 1px solid rgba(0,0,0,0.2);
}
.toptab ul li a{
  display: block;
}
.toptab ul li.active,
.toptab ul li:hover{
  background: var(--color);
  color: white;
}
@media screen and (max-width: 1000px) {
  .toptab{
    display: none;
  }
}

/*.inner-page.about-page .about-1 .video-img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  
}*/
.inner-page.about-page .about-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  right: 0; 
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  overflow: hidden;
}
.inner-page.about-page .about-1 video{
  opacity: 0;
}
.inner-page.about-page .about-1 .left.column {
  padding-right: 2%;
  width: 50%;
  vertical-align: middle;
}
.inner-page.about-page .about-1 .right.column {
  width: 50%;
  vertical-align: middle;
}
.inner-page.about-page .about-1 .text{
  color: rgba(0,0,0,0.6);
  line-height: 1.7;
}
.inner-page.about-page .about-1 .right,
.inner-page.about-page .about-1 .left {
  padding: 25px;
}
.about-page .about-1 .box .right .born-time {
  font-size: 36px;
  line-height: 1.3;
}
.about-page .about-1 .box .right .color-blue {
  color: var(--color);
  font-size: 24px;
}
.about-page .about-1 .box .right .text {
  font-size: 15px;
  line-height: 1.5;
  text-align-last: left;
  text-align: justify;
}
.about-page .about-1 .box .right .text p:first-child {
  padding-top: 0;
}
.about-page .about-1 .box .right .text p {
  padding-top: 10px;
  line-height: 1.8;
}
.about-page .about-1 .list {
  padding: 40px 0 30px;
  background: #f1f7fc;
  text-align: center;
}
.about-page .about-1 .list ul {
  padding: 0 5%;
  margin: -20px;
}
.about-page .about-1 .list ul li {
  padding: 20px;
}
.about-page .about-1 .list ul li {
  padding: 20px;
}
.about-page .about-1 .list ul li h6 {
  font-size: 36px;
  line-height: 1;
  color: var(--color);
}
.inner-page.about-page .about-1 .left.column .text p {
  line-height: 1.8;
}
.about-page .about-1 .list ul li p {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}
.about-page .about-num ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

.about-page .about-num ul li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: url(../images/xian.png) no-repeat center center;
    right: -43px;
    top: 0
}

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

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

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

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

.about-page .about-num ul li:nth-child(1) {
    background: url(../images/icon-11.png) no-repeat left center
}

.about-page .about-num ul li:nth-child(2) {
    background: url(../images/icon-12.png) no-repeat left center
}

.about-page .about-num ul li:nth-child(3) {
    background: url(../images/icon-13.png) no-repeat left center
}

.about-page .about-num ul li:nth-child(4) {
    background: url(../images/icon-14.png) no-repeat left center
}
.corporate-culture {
  padding: 100px 0;
    background-color: #f3f8fb;
  margin-top: 65px;
}
.corporate-culture .ui.container {
  display: flex;
  align-items: center;
}
.corporate-culture .left {
  width: 50%;
}
.corporate-culture .left h2 {
  color: var(--color);
  font-size: 24px;
}
.corporate-culture .left h3 {
  color: #000;
  font-size: 72px;
  margin-bottom: 20px;
  line-height: 1.2;
  margin-top: 10px;
}
.corporate-culture .left p {
  color: #7b7b7b;
  font-size: 18px;
  padding: 8px 0;
  line-height: 1.8;
}
.corporate-culture .right {
  width: 50%;
}
.corporate-culture .left p em {
  color: #000;
  text-transform: capitalize;

}
.corporate-culture .left ul {
  display: flex;
  margin-left: -21px;
  width: 95%;
  margin-top: 20px;
}
.corporate-culture .left ul li {
  width: 25%;
  text-align: center;
}
.corporate-culture .left ul li p {
  border: 2px solid var(--color);
  border-radius: 100%;
  height: 120px;
  width: 120px;
  line-height: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
  color: #000;
  font-size: 26px;
  font-weight: bold;
}
.corporate-culture .left ul li span {
  font-size: 14px;
  color: #000;
}
.about-page .ab-2{
 background: #fff;
    padding-bottom: 100px;
    background-attachment: fixed;
}
.about-page .ab-2 .header{
  /*text-align: center;*/
  width: 95%;
  margin: 0 auto;
  padding-top: 50px;
}
.about-page .ab-2 .header span{
    font-size: 72px;
    /*color: #fff;*/
  
}

/*.font-18{
  color: #666;
    line-height: 1.7;
}*/
.about-page .ab-2 .header h3{
  font-size: 36px;
  line-height: 1.1;
  /*margin-top: 23px;*/
}
.about-page .ab-2 .header p{
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  margin-top: 24px;
}
.about-page .ab-2 .header .mores{
  width: 133px;
	height: 44px;
  text-align: center;
  line-height: 44px;
  background: rgba(195,13,34);
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-top: 36px;
      transition: all .5s ease;
}
.about-page .ab-2 .header .mores:hover {
    background: rgba(195,13,34,0.7);
        transition: all .5s ease;
}
.about-page .ab-2 .header .play{
  margin-top: 79px;
}
.about-page .ab-2 .header .play i{
  display: inline-block;
  position: relative;
  z-index: 1;
}
.about-page .ab-2 .header .play i::before,
.about-page .ab-2 .header .play i::after{
  position: absolute;
                z-index: -1;
                content: '';
                left: -12px;
                right: -12px;
                top: -12px;
                bottom: -12px;
                border-radius: 50%;
                background: rgba(0, 0, 0, 0.5);
                -webkit-animation: ks 2s linear infinite;
                -o-animation: ks 2s linear infinite;
                -ms-animation: ks 2s linear infinite;
                -moz-animation: ks 2s linear infinite;
                animation: ks 2s linear infinite;
}
.about-page .ab-2 .header .play i::before{
  -webkit-animation-delay: .6s;
                -o-animation-delay: .6s;
                -ms-animation-delay: .6s;
                -moz-animation-delay: .6s;
                animation-delay: .6s;
}
.about-page .ab-2 .content{
  padding-top: 100px; 
}
.about-page .ab-2 .content ul{
  margin-right: -20px;
}
.about-page .ab-2 .content ul .slick-slide {
  margin-right: 20px;
}
.about-page .ab-2 .content ul .slick-slide:nth-child(1) li::after {
  right: -2%;
}
.about-page .ab-2 .content ul .slick-slide:nth-child(2) li::after {
  right: -4.5%;
}
.about-page .ab-2 .content ul .slick-slide:nth-child(3) li::after {
  right: -5%;
}
.about-page .ab-2 .content ul .slick-slide:last-child li::after {
  display: none;
}
.about-page .ab-2 .content ul li {
  padding: 0 10px;
  position: relative;
}
.about-page .ab-2 .content ul li::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}
.about-page .ab-2 .content ul li span {
  display: block;
  font-size: 18px;
  line-height: 1;
}

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

  line-height: 1;
  margin: 22.5px 0 13px; 

  white-space: nowrap;
  text-overflow: ellipsis;

}
.about-page .ab-2 .content ul li .des {
  display: block;
  font-size: 18px;
  line-height: 2 !important;
  min-height: 56px;
  color: #666;
}
.about-page .ab-2 .content ul li .des span{
  line-height: inherit;
}


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

.about-page .ab-2 .btn div:hover::after {
  width: 18px;
  margin-left: 10px;
}
.about-page .i-semi {
  text-align: center;
  padding: 20px 0 60px;

}
.about-page .i-semi p.p {
  color: #000;
}
.about-page .i-semi .semi-list {
  margin-top: 40px;
  position: relative;
}

.about-page .i-semi .semi-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 49px;
  height: 48px;
  background: url(../images/factory-l.jpg) no-repeat center;
  bottom: 0;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}
.about-page .i-semi .semi-list .slick-prev {
  right: 50%;
  margin-right: 5px;
}
.about-page .i-semi .semi-list .slick-next {
  background: url(../images/factory-r.jpg) no-repeat center;
  left: 50%;
  margin-left: 5px;
}
.about-page .i-semi .semi-list ul li {
  padding: 0 10px;
}
.about-page .i-semi .semi-list ul li img {
  width: 100%;
}
.about-page .i-semi .semi-list ul li p {
  padding: 25px 0;
  font-size: 18px;
  display: none;
}
.his-bg .ui.container {
  display: flex;
  align-items: center;

}
.his-bg {
  background-repeat: no-repeat;
  padding: 100px 0;
  /*background-attachment: fixed;*/
}
.his-bg .left-his {
  margin-left: -13%;
  width: 38%;
  display: none;
}
.his-bg .right-his {
  width: 100%;
  margin-left: 0%;
}
.his-bg .right-his .about-4 h3 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 50px;
  line-height: 1.2;
  margin-top: 10px;
}
.his-bg .right-his .about-4 h2 {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
}
.about-page .about-3 {
  padding: 90px 0 100px;
}
.about-page .about-3 h2,
.about-page .about-network h2 {
    display: block;
    font-size: 38px;
    text-transform: capitalize;
    font-weight: 700;
}
.about-page .about-3 .offerBox ul{
  margin: -15px;
}
.about-page .about-3 .offerBox ul li{
  padding: 15px;
} 
.about-page .about-3 .offerBox .slick-dots{
  margin: 0;
  display: flex;
  justify-content: center;

}
.about-page .about-3 .offerBox .slick-dots li{
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #eee;
  transition: 0.5s;
  padding: 0;
  margin: 0 5px;
}
.about-page .about-3 .offerBox .slick-dots li button{
  display: none;
}
.about-page .about-3 .offerBox .slick-dots li.slick-active{
  background: var(--color);
}
.prodet-page .about-page .about-3{
  padding-bottom: 0px;
}
.about-page .about-3 .content {
    display: block;
    padding: 20px 0 70px;
    font-size: 16px;
    color: #959595;
    line-height: 2;
    font-weight: 500;
}
.about-page .about-3 .list ul {
display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.about-page .about-3 .list ul li {
  padding: 50px 25px 65px;
  border: 1px solid #eee;
  text-align: center;
  margin: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.about-page .about-3 .list ul li i {
  display: block;
  height: 109px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .list ul li i.ie1 {
  background-image: url("/zjsinoraymetal/2022/06/16/zongzhi.png");
}
.about-page .about-3 .list ul li i.ie2 {
  background-image: url("/zjsinoraymetal/2022/06/16/gongzuo.png");
}
.about-page .about-3 .list ul li i.ie3 {
  background-image: url("/zjsinoraymetal/2022/06/16/tuandui.png");
}
.about-page .about-3 .list ul li i.ie4 {
  background-image: url("../images/icon-3-4-1.png");
}
.about-page .about-3 .list ul li i.ie5 {
  background-image: url("../images/icon-3-5-1.png");
}
.about-page .about-3 .list ul li i.ie6 {
  background-image: url("../images/icon-3-6-1.png");
}
.about-page .about-3 .list ul li:hover i.ie1 {
  background-image: url("/zjsinoraymetal/2022/05/30/zongzhi01.png");
}
.about-page .about-3 .list ul li:hover i.ie2 {
  background-image: url("/zjsinoraymetal/2022/05/30/gongzuo01.png");
}
.about-page .about-3 .list ul li:hover i.ie3 {
  background-image: url("/zjsinoraymetal/2022/05/30/tuandui01.png");
}
.about-page .about-3 .list ul li:hover i.ie4 {
  background-image: url("../images/icon-3-4-2.png");
}
.about-page .about-3 .list ul li:hover i.ie5 {
  background-image: url("../images/icon-3-5-2.png");
}
.about-page .about-3 .list ul li:hover i.ie6 {
  background-image: url("../images/icon-3-6-2.png");
}
.about-page .about-3 .list ul li h5 {
  display: block;
  font-size: 20px;
      color: var(--color);
  line-height: 1.8;
  margin: 10px 0 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.about-page .about-3 .list ul li:hover h5 {
    color: #fff;
}

.about-page .about-3 .list ul li p {
  display: block;
  font-size: 16px;
  color: #959595;
  line-height: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*height: 6.4em;*/
}
.about-page .about-3 .list ul li:hover {
  background: var(--color);
  color: white;
}
.about-page .about-3 .list ul li:hover p {
  color: white;
}
.about-page .about-3 .list ul li:nth-child(2),
.about-page .about-3 .list ul li:nth-child(5) {
  top: -30px;
}
.about-page .about-4 .box {
  display: block;
  margin: 0 auto;
 
}
.about-page .about-4 .box ul {
  margin: 0 -20px;
}
/*.about-page .about-4 .box ul:after {
  content: '';
  width: 2px;
  height: 100%;
  left: 50%;
  margin-left: -1px;
  top: 17px;
  background: #000;
  background: -webkit-gradient(linear, left top, bottom top, color-stop(0%, #5483eb), color-stop(100%, transparent));
  background: -moz-linear-gradient(bottom, #5483eb 0%, transparent 100%);
  background: -webkit-linear-gradient(top, #000000 0%, transparent 100%);
  background: -o-linear-gradient(bottom, #5483eb 0%, transparent 100%);
  background: -ms-linear-gradient(bottom, #5483eb 0%, transparent 100%);
  background: linear-gradient(to bottom, #ffffff, transparent);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5483eb', endColorstr='transparent',GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5483eb', endColorstr='transparent', GradientType=0);
  position: absolute;
}*/
.about-page .about-4 .box ul li {
  padding: 0 20px;
  position: relative;
}
/*.about-page .about-4 .box ul li:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 4px solid #fff;
  background: var(--color);
  border-radius: 100%;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 17px;
  z-index: 1;
  -moz-box-shadow: 0 0 3px 3px #fff;
  -o-box-shadow: 0 0 3px 3px #fff;
  box-shadow: 0 0 3px 3px var(--color);
}*/
.about-page .about-4 .box ul li h5 {
  font-size: 20px;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box ul li .content {
  display: block;
  padding: 10px 25px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  background: rgba(0, 160, 233, 0.5);
}
.about-page .about-4 .box ul li .content .text {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box ul li .content:after {
  content: '';
  border-right: 10px solid var(--color);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: 100%;
  top: 15px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.about-page .about-4 .box ul li .content:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  z-index: -1;
  background: #000;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #000000), color-stop(100%, #000000));
  background: -moz-linear-gradient(right, #2cbcff 0%, #3388fc 100%);
  background: -webkit-linear-gradient(left, #000000 0%, #000000 100%);
  background: -o-linear-gradient(right, #2cbcff 0%, #3388fc 100%);
  background: -ms-linear-gradient(right, #2cbcff 0%, #3388fc 100%);
  background: linear-gradient(to right, var(--color), #33b3ed);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cbcff', endColorstr='#3388fc',GradientType=1)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cbcff', endColorstr='#3388fc', GradientType=1);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box ul li .left {
  padding-top: 10px;
  padding-right: 35px;
  text-align: right;
  position: relative;
}
.about-page .about-4 .box ul li .right {
  padding-left: 25px;
  position: relative;
}
.about-page .about-4 .box ul li:last-child {
  padding-bottom: 0;
}
/*.about-page .about-4 .box ul li:nth-child(odd) .left {
  left: 50%;
  text-align: left;
  padding-right: 0;
  padding-left: 35px;
}
.about-page .about-4 .box ul li:nth-child(odd) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}*/
.about-page .about-4 .box ul li:nth-child(odd) .right .content:after {
  border-left: 10px solid var(--color);
  border-right: none;
  left: 100%;
}
.about-page .about-4 .box ul li:nth-child(odd) .right .content:before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-4 .box ul li:hover .content .text,
.about-page .about-4 .box ul li:hover .content h5 {
  color: #ffffff;
}
.about-page .about-4 .box ul li:hover .content:after,
.about-page .about-4 .box ul li:hover .content:before {
  opacity: 1;
}
.about-page .about-4 h2 {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #1c1c1c;
  font-weight: bold;
}
.about-page .about-4 h2 {
  display: block;
  color: #fff;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  font-size: 24px;
}
@media screen and (max-width: 1600px) {
   .about-page .i-semi .semi-list ul li p {
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 1250px) {
  .corporate-culture .left ul{
    margin-left: -10px;
  }
  .corporate-culture .left ul li p{
    width: 90px;
    height: 90px;
    line-height: 80px;
  }
   .about-page .i-semi .semi-list {
    padding: 0 7%;
  }
   .about-page .about-3 .list ul li i {
    height: 80px;
    background-size: auto 100%;
  }
  .about-page .about-3 .list ul li h5 {
    font-size: 18px;
  }
  .about-page .about-3 .list ul li p {
    font-size: 16px;
  }
  .about-page .about-3 .list ul li {
    padding: 30px 15px;
  }
  .about-page .about-3 {
    padding: 60px 0;
    line-height: 2;
  }
}
@media screen and (max-width: 1000px){
   .about-page .about-num ul {
      flex-wrap: wrap
  }

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

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

  .about-page .about-num ul li p {
      font-size: 14px
  }

  .about-page .about-num ul li em {
      font-size: 72px;
  }
    .corporate-culture .ui.container{
     display: block;
   }
   .corporate-culture .left{
     width: 100%;
   }
   .corporate-culture .right{
     width: 100%;
     margin-top: 20px;
   }
    .about-page .ab-2 .header{
    width: 100%;
  }
  .about-page .about-ab .wrap .column{
    width: 100%;
  }
  
  .about-page .ab-2 .header span{
    font-size: 24px;
  }

  .about-page .ab-2 .header h3{
    font-size: 16px;
  }
   .about-page .about-3 h2{
    font-size: 24px;
  }
  .about-page .about-3 .content {
    font-size: 16px;
  }
  .about-page .about-3 .list ul li i {
    height: 60px;
  }
  .about-page .about-3 .list ul li {
    width: 50%;
  }
  .about-page .about-3 .list ul li:nth-child(2),
  .about-page .about-3 .list ul li:nth-child(5) {
    top: 0;
  }
   .about-page .about-3 .offerBox ul li{
    width: 50%;
  }
}
@media screen and (max-width: 700px){
   .corporate-culture{
     padding: 30px 0;
   }
   .corporate-culture .left ul{
     display: none;
   }
   .corporate-culture .right{
     width: 100%;
     display: none;
   }
      .his-bg .ui.container{
     display: block;
   }
   .his-bg .left-his{
     width: 100%;
     margin-left: 0;
     display: none;
   }
   .his-bg .right-his{
     width: 100%;
     margin-left: 0;
     padding: 30px 0;
   }
   .about-page .about-3 .list ul li {
    width: 100%;
  }
  .about-page .about-3 .list ul li p {
    height: auto !important;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-num ul li {
    width: 100%;
  }
   .corporate-culture .left h2{
    font-size: 20px;
  }
  .corporate-culture .left h3{
    font-size: 29px;
  }
   .his-bg .right-his .about-4 h2{
    font-size: 20px;
  }
  .his-bg .right-his .about-4 h3{
    font-size: 29px;
    margin-bottom: 20px;
  }
}

.faq-page {
  padding: 20px 0 60px;
}
.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 28px;

  margin-bottom: 10px;
  
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 18px;
  
  line-height: 1.6;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}

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

.solution-page{
  padding: 60px 0 100px 0;
}
.solution-page ul{
  margin: -15px;
}
.solution-page ul li{
  padding: 15px;
}
.soludet-page .soludet-1 .right{
  padding-left: 30px;
}
.soludet-page .soludet-1 .right h3{
  font-size: 72px;
 
}
.soludet-page .soludet-1 .right .content{
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
}
.soludet-page h4{
    font-size: 42px;

}
.soludet-page .soludet-2{
  padding: 50px 0;
}
.soludet-page .soludet-2 .content{
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px;
}
.soludet-page .soludet-3 ul{
  margin-top: -15px;
}
.soludet-page .soludet-3 ul li{
  padding: 15px;
}
.soludet-page .soludet-3 ul li video{
  width: 100%;
  height: 220px;
  object-fit: cover;
  -o-object-fit: cover;
}
.customization-aft02.aft02 .bg_fix:after{
  display: none;
}
.customization-aft02.aft02 .top p{
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
.customization-aft02.aft02 .bg_fix{
  height: 515px;
}
.customization-aft02.aft02{
  padding-top: 120px;
  padding-bottom: 93px;
}
.customization-page .customization-wrap1 .intro {
  line-height: 28px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
}
.customization-page .customization-options {
  background-color: #0a0405;
}
.customization-page .customization-options .inner-public-title1 {
  color: #ffffff;
}
.customization-page .customization-options .options-list {
  margin-right: -58px;
}
 
.customization-page .customization-options .options-list li .box {
  margin-right: 58px;
  color: #fff;
}
.customization-page .customization-options .options-list li .box .title {

  line-height: 1.2;
}
.customization-page .customization-options .options-list li .box .intro {
  line-height: 26px;
  opacity: 0.5;
  min-height: -webkit-calc(26px * 5);
  min-height: -moz-calc(26px * 5);
  min-height: calc(26px * 5);
}
.customization-page .customization-process .process-list {
  margin-right: -33px;
}
.customization-page .customization-process .process-list li .box {
  margin-right: 33px;
}
.customization-page .customization-process .process-list li .box .title {
  font-weight: 500;
}
.customization-page .customization-why {
  background-color: #f8f8f8;
}
.customization-page .customization-why .why-list li .box {
  margin-left: 34px;
  margin-right: 34px;
}
.customization-page .customization-why .why-list li .box .icon {
  width: 132px;
  height: 132px;
  border: dashed 1px var(--color);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  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;
}
.customization-page .customization-why .why-list li .box .icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 111px;
  height: 111px;
  border: dashed 1px var(--color);
  border-radius: 50%;
}
.customization-page .customization-why .why-list li .box .title {
  
}
.customization-page .customization-why .why-list li .box .intro {
  color: #0a0405;
  line-height: 25px;
}
.customization-page .customization-form .form-box .intro {
  opacity: 0.8;
  line-height: 28px;
  max-width: 695px;
}
.customization-page .customization-form .form-box form {
  width: 753px;
}
.customization-page .customization-form .form-box form input {
  color: #000;
  height: 65px;
  padding-left: 20px;
  background: none;
  border: none;
  background-color: #ffffff;
}
.customization-page .customization-form .form-box form input::-webkit-input-placeholder {
  color: rgba(29, 29, 29, 0.8);
}
.customization-page .customization-form .form-box form input:-moz-placeholder {
  color: rgba(29, 29, 29, 0.8);
}
.customization-page .customization-form .form-box form input::-moz-placeholder {
  color: rgba(29, 29, 29, 0.8);
}
.customization-page .customization-form .form-box form input:-ms-input-placeholder {
  color: rgba(29, 29, 29, 0.8);
}
.customization-page .customization-form .form-box form input::placeholder {
  color: rgba(29, 29, 29, 0.8);
}
.customization-page .customization-form .form-box form input[type='submit'] {
  right: 0;
  bottom: 0;
  background: var(--color) url(../images/customization-form-submit.png) no-repeat center center;
  width: 148px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.customization-page .customization-form .form-box form input[type='submit']:hover {
  background: #000 url(../images/customization-form-submit.png) no-repeat center center;
}
@media screen and (max-width: 1700px) {
  .inner-public-title1 .t1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1450px) {
  .inner-public-title1,
  .inner-public-title1 .t1 {
    font-size: 45px;
  }
  .customization-page .customization-why .why-list li .box {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-public-title1,
  .inner-public-title1 .t1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-public-title1,
  .inner-public-title1 .t1 {
    font-size: 32px;
  }
  .customization-page .customization-options .options-list {
    margin-right: -20px;
  }
 
  .customization-page .customization-options .options-list li .box {
    margin-right: 20px;
  }
  .customization-page .customization-process .process-list li {
    width: 50%;
  }
  .customization-page .customization-why .why-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customization-page .customization-why .why-list li {
    width: 50%;
  }
  .customization-page .customization-form .form-box .intro {
    color: var(--color);
  }
  .customization-page .customization-form .form-box form {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .inner-public-title1,
  .inner-public-title1 .t1 {
    font-size: 25px;
  }
  .customization-aft02.aft02{
    padding-bottom: 0;
    padding-top: 60px;
  } 
  .customization-page .customization-form .form-box form input {
    width: 100%;
    height: 40px;
  }
  .customization-page .customization-form .form-box form input[type='submit'] {
    width: 72px;
    position: static;
    margin-top: 15px;
  }
  
  .customization-page .customization-process .process-list li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .inner-public-title1,
  .inner-public-title1 .t1 {
    font-size: 20px;
  }
  
  .customization-page .customization-process .process-list li {
    width: 100%;
  }
  .customization-page .customization-why .why-list li {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.aft02 {
    padding: 160px 0 120px;
    position: relative;
    overflow: hidden
}
.aft02 .bg_fix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 720px;
    overflow: hidden;
}
.aft02 .bg_fix:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    position: absolute;
    left: 0;
    top: 0
}
.aft02 .bg_fix img {
    height: 100%;
    width: 100%;
    object-fit: cover
}
.aft02 .bg_fix video{
  margin-top: -6%;
}
.aft02 .top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 47px;
    z-index: 1;
    position: relative
}

.aft02 .top .hu_h3 {
    color: #fff;
    font-family: var(--font);
}

.aft02 .top p {
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    margin-top: 10px
}

.aft02 .top .line {
    height: 75px;
    width: 1px;
    background-color: rgba(255,255,255,.4);
    margin: 28px 0;
    position: relative
}

.aft02 .top .line:after {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    animation: 2s linear .5s infinite hua2
}

@keyframes hua2 {
    from {
        top: 0
    }

    to {
        top: 95%
    }
}

.aft02 .top h4 {
    color: #fff;
    font-family: var(--font);
}

.aft02 .botF {
    position: relative
}

.aft02 .botF .fa {
    background-image: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 74px;
    color: #cbcbcb;
    outline: none
}
.aft02 .botF .fa:hover {
    color: var(--color)
}
.aft02 .bot {
    position: relative;
    overflow: hidden;
    margin: auto
}
.aft02 .bot1 .prev{
  left: 0;
}
.aft02 .bot1 .next{
  right: 0;
}
.aft02 .bot1 .prev,
.aft02 .bot1 .next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}
.aft02 .bot1 .prev i,
.aft02 .bot1 .next i{
  font-size: 40px;
  color: #cbcbcb;
  transition: .3s;
}
.aft02 .bot1 .prev:hover i,
.aft02 .bot1 .next:hover i{
  color: var(--color);
}
.aft02 .bot .swiper-slide{
  padding: 15px 10px;
}
.aft02 .bot .box {
    background-color: #fff;
    padding: 50px 30px 50px;
    border-radius: 12px;
    box-shadow: 0px 5px 15px rgb(102 102 102/30%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.aft02 .bot .box .icon {
    border-radius: 50%;
    position: relative;
    height: 111px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 111px
}

.aft02 .bot .box:hover .icon:before {
    animation: img01anime 10s 0s linear infinite
}

.aft02 .bot .box:hover .icon:after {
    animation: img02anime 10s 0s linear infinite
}

.aft02 .bot .box .icon:before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    border-radius: 50%;
    border: 1.6px dashed var(--color)
}

.aft02 .bot .box .icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1.6px dashed var(--color)
}

@keyframes img01anime {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes img02anime {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

.aft02 .bot .box .icon img {
    width: 56px;
    transition: 0s
}

.aft02 .bot .box h4 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    margin-top: 54px;
    min-height: 72px;
}

.aft02 .bot .box h5 {
    width: 239px;
    font-size: 18px;
    position: relative;
    color: #666;
    text-align: center;
    line-height: 26px;
    height: 52px
}

.aft02 .bot .box h5:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: var(--color);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}

.aft02 .bot .box p {
    padding: 0 40px;
    font-size: 18px;
    height: 135px;
    overflow-y: auto;
}

.aft02 .bot .box:hover h5:after {
    background-color: #fff
}

.aft02 .bot .box:hover h4,.aft02 .bot .box:hover h5,.aft02 .bot .box:hover p {
    color: #fff
}

.aft02 .bot .box:hover .icon img {
    filter: grayscale(10) brightness(10)
}

.aft02 .bot .box:hover .icon,.aft02 .bot .box:hover .icon:before,.aft02 .bot .box:hover .icon:after {
    border-color: #fff
}

.aft02 .bot .box:hover {
    background-color: var(--color)
}

.aft02 .bot .aft02Swiper {
    margin: auto;
    /*display: none;*/
}
.aft02 .bot .aft02Swiper2{
  margin-left: 5%;
  margin-right: 5%;
}
.aft02 .bot {
    margin: auto;
    padding: 22px 0
}
@media screen and (max-width: 1000px) {
   .aft02 {
    padding: 80px 0;
    
  }
   .aft02 .bg_fix {
    height: 100%;
  }
  .aft02 .bot .box p {
    height: auto;
  }
  .aft02 .bot .box {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 700px){
    .aft02{
    padding-top: 60px;
    padding-bottom: 0;
  } 
  .aft02 .bot{
    padding-top: 0;
  }
}
.customization-aft02.aft02 .bg_fix:after{
  display: none;
}
.customization-aft02.aft02 .top p{
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
.customization-aft02.aft02 .bg_fix{
  height: 515px;
}
.customization-aft02.aft02{
  padding-top: 120px;
  padding-bottom: 93px;
}

.faq-page .marginBox {
  padding: 80px 0 80px;
  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: #ebebeb;
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-family:var(--font);
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 1.8em;
  display: block;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #8e8e8e;
  margin-bottom: 1em;
  line-height: 1.2;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 30px;
  padding: 30px;
  background: #eee;
  border: 1px solid #bfbfbf;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-family:var(--font);
  font-size: 24px;
  color: #242424;
  /*text-align: right;*/
  display: block;
  position: relative;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1600px){
    .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: .8em;
  }
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }
  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  .faq-page .marginBox {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1250px){
   .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
}
@media screen and (max-width: 700px) {
   .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
  }
}

.service-page1 .service-why .top .inner-public-title {
 
  line-height: 1.2;
}
.service-page1 .service-why .top .t-intro {
  line-height: 30px;
  color: #666;
  max-width: 820px;
}
.service-page1 .service-why .content {
  overflow: hidden;
}
.service-page1 .service-why .content .why-bg-list li {
  position: absolute;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.service-page1 .service-why .content .why-bg-list li.active {
  opacity: 1;
  z-index: 4;
}
.service-page1 .service-why .content .why-bg-list li:nth-child(1) {
  position: relative;
}
.service-page1 .service-why .content .why-text-list {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.service-page1 .service-why .content .why-text-list li {
  width: 33.333%;
  height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.service-page1 .service-why .content .why-text-list li .box {
  overflow: hidden;
}
.service-page1 .service-why .content .why-text-list li .box .box-text {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-webkit-calc(26px * 7));
  -moz-transform: translateY(-moz-calc(26px * 7));
  -ms-transform: translateY(calc(26px * 7));
  transform: translateY(calc(26px * 7));
}
.service-page1 .service-why .content .why-text-list li .box .box-text .title {
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2777;
}
.service-page1 .service-why .content .why-text-list li .box .box-text .intro {
  color: #ffffff;
  line-height: 26px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  overflow-y: auto;
  
  font-weight: 300;
}
.service-page1 .service-why .content .why-text-list li.active {
  background-color: rgba(0, 0, 0, 0.5);
}
.service-page1 .service-why .content .why-text-list li.active .box .box-text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.service-page1 .service-process .content {
  z-index: 1;
}
.service-page1 .service-process .bg {
  top: 193px;
  right: 1.9553%;
  z-index: -1;
  width: 86%;
  height: 47%;
}
.service-page1 .service-process .bg img {
  width: 100%;
  height: 100%;
}
.service-page1 .service-process .bg::after {
  content: '';
  display: block;
  width: 12px;
  height: 21px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(90deg) translate(-50%, -4px);
  -moz-transform: rotate(90deg) translate(-50%, -4px);
  -ms-transform: rotate(90deg) translate(-50%, -4px);
  transform: rotate(90deg) translate(-50%, -4px);
  background: url(../images/service-process-arrow.png) no-repeat center center;
}
.service-page1 .service-process .process-list li {
  position: relative;
}
.service-page1 .service-process .process-list li .box {
  padding-left: 8px;
  padding-right: 8px;
}
.service-page1 .service-process .process-list li .box .title {
  font-weight: 500;
}
.service-page1 .service-process .process-list li .box .order {
  width: 40px;
  height: 40px;
  background-color: var(--color);
  border-radius: 50%;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.service-page1 .service-process .process-list li .box .box-b .title {
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  font-weight: 500;
  max-width: 260px;
}
.service-page1 .service-process .process-list li .box .box-b .intro {
  line-height: 28px;
  opacity: 0.68;
  max-width: 312px;
  margin-left: auto;
  margin-right: auto;
}
.service-page1 .service-process .process-list li::after {
  content: '';
  display: block;
  width: 12px;
  height: 21px;
  position: absolute;
  right: 0;
  top: 194px;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background: url(../images/service-process-arrow.png) no-repeat center center;
}
.service-page1 .service-process .process-list li:last-child::after {
  display: none;
}
.service-page1 .service-process .process-list.process-row1 {
  position: relative;
}
.service-page1 .service-process .process-list.process-row1::after {
  content: '';
  display: block;
  width: 12px;
  height: 21px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: rotate(90deg) translate(-50%, 50%);
  -moz-transform: rotate(90deg) translate(-50%, 50%);
  -ms-transform: rotate(90deg) translate(-50%, 50%);
  transform: rotate(90deg) translate(-50%, 50%);
  background: url(../images/service-process-arrow.png) no-repeat center center;
  display: none;
}
.service-page1 .service-process .process-list.process-row1 li .box .box-t {
  height: 147px;
}
.service-page1 .service-process .process-list.process-row1 li .box .box-t .big-title {
  font-weight: 500;
}
.service-page1 .service-process .process-list.process-row1 li .box .box-t .title {
  max-width: 196px;
  margin-left: auto;
  margin-right: auto;
}
.service-page1 .service-process .process-list.process-row1 li .box .order {
  margin-top: 29px;
  margin-bottom: 28px;
}
.service-page1 .service-process .process-list.process-row1 li .box .box-b {
  margin-top: -5px;
  height: 196px;
}
.service-page1 .service-process .process-list.process-row1 li .box .box-b .big-title {
  font-weight: 500;
}
.service-page1 .service-process .process-list.process-row1 li:nth-child(n + 2) .box .box-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service-page1 .service-process .process-list.process-row1 li:first-child .box .box-t {
  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;
  padding-bottom: 7px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.service-page1 .service-process .process-list.process-row1 li:first-child .box .box-t .title {
  line-height: 1.41;
}
.service-page1 .service-process .process-list.process-row2 li::after {
  top: 92px;
  -webkit-transform: rotate(180deg) translate(50%, -50%);
  -moz-transform: rotate(180deg) translate(50%, -50%);
  -ms-transform: rotate(180deg) translate(50%, -50%);
  transform: rotate(180deg) translate(50%, -50%);
}
.service-page1 .service-process .process-list.process-row2 li .box .box-t {
  height: 68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service-page1 .service-process .process-list.process-row2 li .box .order {
  margin-top: 30px;
  margin-bottom: 22px;
}
.service-page1 .service-process .process-list.process-row2 li .box .box-b {
  height: 170px;
}
.service-page1 .service-process .process-list.process-row2 li .box .box-b .intro {
  max-width: 340px;
}
.service-page1 .service-advantage .img .text-box {
  left: 0;
  bottom: 0;
}
.service-page1 .service-advantage .img .text-box .inner-public-title1 {
  color: #f8f8f8;
}
.service-page1 .service-advantage .img .text-box .intro {
  color: #f8f8f8;
  max-width: 1191px;
}
.service-page1 .service-plan {
  background-color: #f8f8f8;
}
.service-page1 .service-plan .plan-list {
  margin-right: -50px;
}
.service-page1 .service-plan .plan-list > li {
  position: relative;
}
.service-page1 .service-plan .plan-list > li::after {
  content: '';
  display: block;
  width: 13px;
  height: 25px;
  background: url(../images/service-plan-arrow.png) no-repeat center center;
  position: absolute;
  right: 19px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.service-page1 .service-plan .plan-list > li .box {
  height: 100%;
  border: dashed 1px rgba(0, 0, 0, 0.32);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-right: 50px;
}
.service-page1 .service-plan .plan-list > li .box .icon {
  width: 99px;
  height: 99px;
  background-color: #e1e1e1;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.service-page1 .service-plan .plan-list > li .box .icon img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.service-page1 .service-plan .plan-list > li .box .title-box::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 46px;
  height: 2px;
  background-color: var(--color);
}
.service-page1 .service-plan .plan-list > li .box .title-box .title {
  font-weight: 500;
  max-width: 271px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
}
.service-page1 .service-plan .plan-list > li .box .intro {
  font-weight: 500;
}
.service-page1 .service-plan .plan-list > li .box .intro span {
  color: var(--color);
}
.service-page1 .service-plan .plan-list > li .box .intro ol li {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page1 .service-plan .plan-list > li .box:hover {
  background-color: #fff;
  border-color: #fff;
}
.service-page1 .service-plan .plan-list > li .box:hover .icon {
  background-color: var(--color);
}
.service-page1 .service-plan .plan-list > li .box:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.service-page1 .service-plan .plan-list > li:first-child .box .title-box .title {
  max-width: 194px;
}
.service-page1 .service-plan .plan-list > li:nth-child(5)::after,
.service-page1 .service-plan .plan-list > li:last-child::after {
  display: none;
}
@media screen and (max-width: 1450px) {
  .service-page1 .service-plan .plan-list > li .box .intro ol {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1250px) {
  .service-page1 .service-why .content .why-text-list li .box .box-text .intro {
    height: -webkit-calc(28px * 4);
    height: -moz-calc(28px * 4);
    height: calc(28px * 4);
    line-height: 28px;
  }
  .service-page1 .service-why .content .why-text-list li .box .box-text {
    -webkit-transform: translateY(-webkit-calc(26px * 4));
    -moz-transform: translateY(-moz-calc(26px * 4));
    -ms-transform: translateY(calc(26px * 4));
    transform: translateY(calc(26px * 4));
  }
  .service-page1 .service-plan .plan-list > li {
    width: 33.33%;
  }
  .service-page1 .service-plan .plan-list > li:nth-child(5):after {
    display: block;
  }
}



.about-page .service-plan {
  background-color: #f3f8fb;
}
.about-page .service-plan .plan-list {
  margin-right: -50px;
}
.about-page .service-plan .plan-list > li {
  position: relative;
}
.about-page .service-plan .plan-list > li::after {
  content: '';
  display: block;
  width: 13px;
  height: 25px;

  position: absolute;
  right: 19px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.about-page .service-plan .plan-list > li .box {
  height: 100%;
  border: dashed 1px rgba(0, 0, 0, 0.32);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-right: 50px;
}
.about-page .service-plan .plan-list > li .box .icon {
  width: 99px;
  height: 99px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.about-page .service-plan .plan-list > li .box .icon img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.about-page .service-plan .plan-list > li .box .title-box::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 46px;
  height: 2px;
  background-color: var(--color);
}
.about-page .service-plan .plan-list > li .box .title-box .title {
  font-weight: 500;

  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
}
.about-page .service-plan .plan-list > li .box .intro {
  font-weight: 500;
}
.about-page .service-plan .plan-list > li .box .intro span {
  color: var(--color);
}
.about-page .service-plan .plan-list > li .box .intro ol li {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .service-plan .plan-list > li .box:hover {
  background-color: #fff;
  border-color: #fff;
}
.about-page .service-plan .plan-list > li .box:hover .icon {
  background-color: var(--color);
}
.about-page .service-plan .plan-list > li .box:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .service-plan .plan-list > li:first-child .box .title-box .title {
 
}
.about-page .service-plan .plan-list > li:nth-child(5)::after,
.about-page .service-plan .plan-list > li:last-child::after {
  display: none;
}
@media screen and (max-width: 1450px) {
  .about-page .service-plan .plan-list > li .box .intro ol {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1250px) {
 .about-page .service-why .content .why-text-list li .box .box-text .intro {
    height: -webkit-calc(28px * 4);
    height: -moz-calc(28px * 4);
    height: calc(28px * 4);
    line-height: 28px;
  }
  .about-page .service-why .content .why-text-list li .box .box-text {
    -webkit-transform: translateY(-webkit-calc(26px * 4));
    -moz-transform: translateY(-moz-calc(26px * 4));
    -ms-transform: translateY(calc(26px * 4));
    transform: translateY(calc(26px * 4));
  }
  .about-page .service-plan .plan-list > li {
    width: 33.33%;
  }
  .about-page .service-plan .plan-list > li:nth-child(5):after {
    display: block;
  }
}





@media screen and (max-width: 1000px) {
  .inner-public-title {
    font-size: 32px;
  }
  .service-page1 .service-process .bg img {
    opacity: 0;
  }
  .service-page1 .service-process .process-list.process-row1 {
    margin-bottom: 25px;
    padding-top: 20px;
  }
  .service-page1 .service-process .process-list.process-row1 li .box .box-t,
  .service-page1 .service-process .process-list.process-row1 li .box .box-b,
  .service-page1 .service-process .process-list.process-row2 li .box .box-t,
  .service-page1 .service-process .process-list.process-row2 li .box .box-b {
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .inner-public-title {
    font-size: 26px;
  }
  .service-page1 .service-why .content .why-bg-list li {
    height: 300px;
  }
  .service-page1 .service-why .content .why-bg-list li > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }
  .service-page1 .service-why .content .why-text-list li .box .box-text .title {
    line-height: 28px;
  }
  .service-page1 .service-why .content .why-text-list li {
    padding: 5px;
  }
  .service-page1 .service-advantage .img {
    height: 300px;
  }
  .service-page1 .service-advantage .img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }
  .service-page1 .service-advantage .img .text-box .intro {
    line-height: 2;
    max-height: -webkit-calc(28px * 5);
    max-height: -moz-calc(28px * 5);
    max-height: calc(28px * 5);
    overflow-y: auto;
  }
  .service-page1 .service-process .content {
    padding-right: 10px;
  }
  .service-page1 .service-process .process-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page1 .service-process .process-list li {
    width: 50%;
  }
  .service-page1 .service-process .bg {
    display: none;
  }
  .service-page1 .service-process .process-list.process-row2 li:nth-child(1)::after {
    display: none;
  }
  .service-page1 .service-process .process-list.process-row2 li::after {
    -webkit-transform: rotate(0deg) translate(50%, -50%);
    -moz-transform: rotate(0deg) translate(50%, -50%);
    -ms-transform: rotate(0deg) translate(50%, -50%);
    transform: rotate(0deg) translate(50%, -50%);
  }
  .service-page1 .service-process .process-list.process-row2 li:nth-child(2) {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
  .service-page1 .service-process .process-list.process-row2 li:nth-child(3) {
    -webkit-box-ordinal-group: -2;
    -webkit-order: -3;
    -moz-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3;
  }
  .service-page1 .service-process .process-list.process-row2 li:nth-child(4) {
    -webkit-box-ordinal-group: -3;
    -webkit-order: -4;
    -moz-box-ordinal-group: -3;
    -ms-flex-order: -4;
    order: -4;
  }
  .service-page1 .service-process .process-list li:last-child::after {
    display: block;
  }
  .service-page1 .service-plan .plan-list > li {
    width: 50%;
  }
  .service-page1 .service-plan .plan-list > li .box .icon {
    zoom: 0.5;
  }
}
@media screen and (max-width: 500px) {
  .inner-public-title {
    font-size: 20px;
  }
  .service-page1 .service-why .content .why-text-list {
    position: static;
  }
  .service-page1 .service-why .content .why-text-list li {
    position: relative;
    z-index: 1;
  }
  .service-page1 .service-why .content .why-text-list li::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color);
    z-index: -1;
  }
  .service-page1 .service-why .content .why-text-list li.active {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .service-page1 .service-why .content .why-text-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page1 .service-why .content .why-text-list li {
    width: 100%;
  }
  .service-page1 .service-process .process-list.process-row1 li:first-child .box .box-t {
    padding-bottom: 0;
  }
  .service-page1 .service-process .process-list.process-row1 li .box .order {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .service-page1 .service-process .process-list.process-row2 li .box .order {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .service-page1 .service-process .process-list li {
    width: 100%;
    margin-bottom: 30px;
  }
  .service-page1 .service-process .process-list li::after {
    top: 50%;
  }
  .service-page1 .service-process .process-list.process-row1 {
    margin-bottom: 0;
  }
  .service-page1 .service-process .process-list.process-row2 {
    margin-top: 0;
    padding-top: 0;
  }
}


.news-page .news-1 {
  padding: 5rem 0 4rem;
}
.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: #141414;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .news-1 .navList ul li a:hover,
.news-page .news-1 .navList ul li a.active {
  background: var(--color);
  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 23px;
}
.news-page .news-1 .list ul li .box {
  padding: 20px;
  border-radius: 15px;
  -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: 400px;
  position: relative;
  background-size: cover;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}
.news-page .news-1 .list ul li .box time {
  margin-top: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 18px;
  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: 24px;
  color: #141414;
  line-height: 1.4;
  min-height: 3em;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .news-1 .list ul li .box h6:hover {
  color: var(--color);
}
.news-page .news-1 .list ul li .box p {
  font-size: 18px;
  line-height: 1.7;
  color: #666;
  font-weight: 300;
}
.news-page .news-1 .list ul li .box a.link {
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: var(--color);
}
.news-page .news-1 .list ul li .box a.link img {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  left: 0;
}
.news-page .news-1 .list ul li .box a.link:hover img {
  transform: rotate(30deg);
}
@media screen and (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: 2;
    height: auto !important;
  }
}
@media screen and (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 screen and (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 screen and (max-width: 700px){
   .news-page .news-1 .list ul li {
    width: 100%;
  }
}

.contact-page .contact-3 form ul {
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
.contact-page .contact-3 form input[type='text'],
.contact-page .contact-3 form textarea,
.contact-page .contact-3 form label:not(.flex) {
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: .6em 1em;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-3 form input[type='text']::-webkit-input-placeholder, 
.contact-page .contact-3 form textarea::-webkit-input-placeholder, 
.contact-page .contact-3 form label:not(.flex)::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-3 form input[type='text']:-moz-placeholder, 
.contact-page .contact-3 form textarea:-moz-placeholder, 
.contact-page .contact-3 form label:not(.flex):-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-3 form input[type='text']::-moz-placeholder, 
.contact-page .contact-3 form textarea::-moz-placeholder, 
.contact-page .contact-3 form label:not(.flex)::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-3 form input[type='text']:-ms-input-placeholder, 
.contact-page .contact-3 form textarea:-ms-input-placeholder, 
.contact-page .contact-3 form label:not(.flex):-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-3 form input[type='text']::placeholder,
.contact-page .contact-3 form textarea::placeholder,
.contact-page .contact-3 form label:not(.flex)::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-3 form input[type='text']:focus,
.contact-page .contact-3 form textarea:focus,
.contact-page .contact-3 form label:not(.flex):focus {
  border-color: var(--color);
}
.contact-page .contact-3 form label:not(.flex) {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-3 form textarea {
  height: 11.25em;
}
.contact-page .contact-3 form .radio label {
  color: #b7b7b7;
  line-height: 1;
}
.contact-page .contact-3 form .radio label i.dots {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  border: 1px solid #b7b7b7;
}
.contact-page .contact-3 form .radio label i.iconfont {
  font-size: 1.3em;
  line-height: .7;
}
.contact-page .contact-3 form .radio label i.iconfont:before {
  position: relative;
  top: .05em;
}
.contact-page .contact-3 form .radio label input:checked ~ i.dots {
  border: 0.25em solid white;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background-color: var(--color);
}
.contact-page .contact-3 form button {
  background-color: var(--color);
  border: none;
  color: white;
  min-width: 9.58333333em;
}
.contact-page .contact-3 form button:hover {
  background-color: black;
}

.product-page .product-1 {
  overflow: hidden;
  position: relative;
}
.product-page .product-1 ul li img{
  width: auto;
  margin: auto;
}
.product-page .product-1:before,
.product-page .product-1:after {
  content: '';
  width: 5.72916667%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .8;
}
.product-page .product-1:before {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(white), to(transparent));
  background-image: -webkit-linear-gradient(left, white, transparent);
  background-image: -moz-linear-gradient(left, white, transparent);
  background-image: linear-gradient(to right, white, transparent);
}
.product-page .product-1:after {
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(white), to(transparent));
  background-image: -webkit-linear-gradient(right, white, transparent);
  background-image: -moz-linear-gradient(right, white, transparent);
  background-image: linear-gradient(to left, white, transparent);
}
.product-page .product-1 .slick-list {
  overflow: unset;
}
.product-page .product-1 .slickBtn div {
  z-index: 1;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #b2b2b2;
  background-color: white;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-1 .slickBtn div:hover {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.product-page .product-1 .slickBtn .prev {
  left: -1.3em;
}
.product-page .product-1 .slickBtn .next {
  right: -1.3em;
  left: auto !important;
}
.product-page .product-2 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.product-page .product-2 .left .search a {
  height: 2.22222222em;
  border-radius: 2em;
  background-color: var(--color);
  color: white;
  padding: 0 1.11111111em;
}
.product-page .product-2 .left .search form {
  border: 1px solid #cecece;
  border-radius: 2em;
  padding: 0 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-2 .left .search form button,
.product-page .product-2 .left .search form input {
  border: none;
  background-color: transparent;
}
.product-page .product-2 .left .search form button {
  color: #191919;
}
.product-page .product-2 .left .search form input {
  width: 100%;
}
.product-page .product-2 .left .search form input::-webkit-input-placeholder {
  color: #666;
}
.product-page .product-2 .left .search form input:-moz-placeholder {
  color: #666;
}
.product-page .product-2 .left .search form input::-moz-placeholder {
  color: #666;
}
.product-page .product-2 .left .search form input:-ms-input-placeholder {
  color: #666;
}
.product-page .product-2 .left .search form input::placeholder {
  color: #666;
}
.product-page .product-2 .left .search form:focus-within {
  border-color: var(--color);
}
.product-page .product-2 .left .nav li {
  margin-top: 1em;
}
.product-page .product-2 .left .nav li a {
  font-weight: 500;
  color: #5e5e5e;
  padding: .8em 1.2em;
  border-radius: 1.25em;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
}
.product-page .product-2 .left .nav li a:hover,
.product-page .product-2 .left .nav li a.active {
  background-color: var(--color);
  color: white;
}
.product-page .product-2 .right .list li {
  padding: 1% 4%;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-2 .right .list li .play_btn{
  position: absolute;
  right: 15px;
  bottom: 15px;
  line-height: 1;
}
.product-page .product-2 .right .list li span.h6 {
  font-weight: 500;
  line-height: 1.2;
}
.product-page .product-2 .right .list li span.h6.font-bold {
  font-weight: bold;
}
.product-page .product-2 .right .list li .more {
  background-color: #f5f6f7;
  border-radius: 0.375em;
}
.product-page .product-2 .right .list li .more:hover {
  background-color: black;
}
.product-page .product-2 .right .list li .more:first-child {
  background-color: var(--color);
  color: white;
}
.product-page .product-2 .right .list li .more:first-child:hover {
  background-color: black;
  color: white;
}
.product-page .product-2 .right .list li:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1000px){
   .product-page .product-2 .left {
    position: static;
  }
  .product-page .product-2 .left .nav {
    display: none;
  }
}
@media screen and (max-width: 700px){
   .product-page .product-2 .right .list li .btn {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page .product-1 .slickBtn .prev {
    left: .5em;
  }
  .product-page .product-1 .slickBtn .next {
    right: .5em;
  }
}
@media screen and (max-width: 500px){
   .product-page .product-2 .right .list li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page .product-2 .right .list li > div,
  .product-page .product-2 .right .list li .img-box {
    width: 100%;
  }
  .product-page .product-2 .right .list li .content {
    width: 100%;
    padding: 15px 0;
  }
}

.manufacturing-page .manufacturing-1 {

}

.manufacturing-page .manufacturing-1 h3 {
  text-align: center; 
  color: #3e3e3e;
  font-weight: 300;
}


.manufacturing-page .init-factory2 .column {
  padding: 0 30px;
  text-align: left;
  vertical-align: middle;
}

.manufacturing-page .init-factory2 .column h3.title {
 
  text-align: left;
  color: #1b1b1b;
}

.manufacturing-page .init-factory2 .column p {
  line-height: 1.7;
  margin: 10px 0;
}

.manufacturing-page .init-factory2 .column .arrows {
  width: 130px;
  height: 63px;
  margin-top: 40px;
}

.manufacturing-page .init-factory2 .column .arrows .fa {
  width: 54px;
  height: 54px;
  display: inline-block;
  text-align: center;
  line-height: 54px; 
  float: left;
  cursor: pointer;
}

.manufacturing-page .init-factory2 .column .arrows .fa-angle-left {
  background: #f5f5f5;
  color: #000;
}

.manufacturing-page .init-factory2 .column .arrows .fa-angle-right {
  background: var(--color);
  color: #fff;
}
 

.manufacturing-page .quality-2 h2 {
  color: #000;
}

.manufacturing-page .quality-2 h3 { 
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
  margin: 20px 0;
}

.manufacturing-page .quality-2 .content {
  padding-top: var(--px30);
}

.manufacturing-page .quality-2 .content table {
  overflow: unset;
}

.manufacturing-page .quality-2 .content table tbody {
  table-layout: fixed;
}

.manufacturing-page .quality-2 .content table tbody td {
  border: none;
  width: 50% !important;
  background: white;
}

.manufacturing-page .quality-2 .content table tbody tr {
  position: relative;
  z-index: 1;
  background: none !important;
}

.manufacturing-page .quality-2 .content table tbody tr:nth-child(odd) {
  background: #f8f9fc !important;
}

.manufacturing-page .quality-2 .content table tbody tr:after {
  content: '';
  width: 200%;
  height: 93%;
  left: -50%;
  position: absolute;
  z-index: -1;
}

.manufacturing-page .quality-2 .content strong {
  font-weight: 600; 
  color: var(--color);
}
.manufacturing-page .customized-1 {
  text-align: center;
  overflow: hidden;
}

.manufacturing-page .customized-1 h2 {
  color: #1a1a1a;
}

.manufacturing-page .customized-1 .list {
  margin-top: 80px;
  position: relative;
}

.manufacturing-page .customized-1 .list:after {
  content: '';
  width: 200%;
  height: 1px;
  background: #d9d9d9;
  position: absolute;
  top: 50%;
  left: -50%;
  z-index: -1;
}

.manufacturing-page .customized-1 .ui.container {
  max-width: 1630px;
  width: auto;
  padding-bottom: 50px;
}

.manufacturing-page .customized-1 .list ul {
  margin: 0 -15px;
  padding: 85px 0;
}

.manufacturing-page .customized-1 .list ul li {
  padding: 0 15px;
  position: relative;
}

.manufacturing-page .customized-1 .list ul span {
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 100%;
  border: 20px solid var(--color);
  line-height: 1;
  background: var(--color);
  position: relative;
  z-index: 1;
  overflow: hidden; 
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  /*padding-top: 12px;*/
  font-size: 18px;
}

.manufacturing-page .customized-1 .list ul span:after {
  content: '';
  opacity: .4;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.manufacturing-page .customized-1 .list ul li .content {
  width: 130%;
  left: -15%;
  position: absolute;
  padding: 20px 0;
  top: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.manufacturing-page .customized-1 .list ul li .content h4 {
 
  color: #1e1e1e;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 400;
}

.manufacturing-page .customized-1 .list ul li .content p {
  font-size: 16px;
  color: #3d3d3d;
  line-height: 1.6;
}

.manufacturing-page .customized-1 .list ul li:hover span {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

.manufacturing-page .customized-1 .list ul li:hover span:after {
  opacity: 1;
}

.manufacturing-page .customized-1 .list ul li:hover .content {
  margin: 10px 0;
}

.manufacturing-page .customized-1 .list ul li:hover .content h4 {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  color: var(--color);
}

.manufacturing-page .customized-1 .list ul .slick-list {
  overflow: unset;
}

.manufacturing-page .customized-1 .list ul .slick-slide:nth-child(odd) li .content {
  top: auto;
  bottom: 100%;
}

.manufacturing-page .customized-1 a.more {
  line-height: 52px;
  height: 52px;
  padding: 0 36px;
  background: var(--color);
  color: #fff; 
  font-weight: 100;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 50px auto 0;
  display: inline-block;
}

.manufacturing-page .customized-1 a.more:hover {
  background: #333;
}
.manufacturing-page .quality-1 { 
  background: #f8f9fc;
}

.manufacturing-page .quality-1 .list {
  position: relative; 
}

.manufacturing-page .quality-1 ul {
  margin: -10px;
}

.manufacturing-page .quality-1 ul li {
  padding: 10px;
}

.manufacturing-page .quality-1 .list img.bg {
  width: 50%;
  cursor: pointer;
  cursor: hand;
}

.manufacturing-page .quality-1 .list .big .slick-arrow {
  width: 40px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  background-color: #333;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px;
  z-index: 1;
  color: transparent;
  font-size: 0;
  border: none;
  transition: .5s;
}

.manufacturing-page .quality-1 .list .big .slick-arrow.slick-prev {
  background-image: url('../images/banner-btn-l.png');
  left: -90px;
}

.manufacturing-page .quality-1 .list .big .slick-arrow.slick-next {
  background-image: url('../images/banner-btn-r.png');
  right: -90px;
}

.manufacturing-page .quality-1 .list .big .slick-arrow:hover {
  background-color: var(--color);
}

.manufacturing-page .quality-1 .list .small {
  position: relative;
  padding-top: 40px;
}
.manufacturing-page .quality-1 .list .small h5 {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  padding: 0 10px;
  line-height: 1.5;
}

.manufacturing-page .quality-1 .column {
  vertical-align: middle;
}

.manufacturing-page .quality-1 .grid-box {
  position: relative;
}

.manufacturing-page .quality-1 .grid-box .text {
  position: absolute;
  width: 60%;
  right: 0;
  top: 30%;
  background: #f7f7f7; 
  z-index: 3;
}

.manufacturing-page .quality-1 .text h2 {
  margin-bottom: 10px;
  text-align: left !important; 
}

.manufacturing-page .quality-1 .text p {
  margin-bottom: 10px;
  text-align: left !important;
  font-size: 16px;
  color: #1b1b1b;
}
@media screen and (max-width: 1450px) {
  .manufacturing-page .quality-2 .content table tbody td {
    display: block;
    width: 100% !important;
  }
}
@media screen and (max-width: 1250px) {
  .manufacturing-page .customized-1 .list ul li .content h4 {
    line-height: 1.2;
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .manufacturing-page .quality-2 .content table tbody td {
    display: block;
    width: 100%;
  }
   .manufacturing-page .customized-1 .list ul {
    padding: 100px 0;
  }
  .manufacturing-page .customized-1 .list ul li .content {
    width: 90%;
    left: 5%;
  }
   .manufacturing-page .quality-1 .list img.bg {
    width: 70%;
    display: block;
    margin: 15px auto;
  }
  .manufacturing-page .quality-1 .grid-box .text {
    top: 0%;
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .manufacturing-page .init-factory2 .column {
    width: 100%;
  }
}
@media screen and (max-width: 500px){
   .manufacturing-page .quality-2 .content table tbody td {
    padding: 20px 0;
  }
   .manufacturing-page .customized-1 .list {
    margin-top: 40px;
  }
}


.history-page .history-2 {
  padding: 45px 0;
}
.history-page .history-2 .content {
  overflow: hidden;
}
.history-page .history-2 .content .line {
  position: absolute;
  width: 2px;
  height: 0;
  background-color: var(--color);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: 2;
}
.history-page .history-2 .content ul {
  position: relative;
}
.history-page .history-2 .content ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #d0ded5;
}
.history-page .history-2 .content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 45px;
  padding-bottom: 30px;
  position: relative;
}
.history-page .history-2 .content ul li.active::before {
  background-color: var(--color);
}
.history-page .history-2 .content ul li::before {
  content: '';
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid var(--color);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.history-page .history-2 .content ul li:hover .text .con {
  opacity: 1;
}
.history-page .history-2 .content 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;
}
.history-page .history-2 .content ul li:nth-child(even) .img {
  text-align: right;
}
.history-page .history-2 .content ul li:nth-child(even) .text {
  text-align: left;
}
.history-page .history-2 .content ul li .img {
  padding: 0 30px;
}
.history-page .history-2 .content ul li .text {
  text-align: right;
  padding: 0 30px;
}
.history-page .history-2 .content ul li .text .con {
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.history-page .history-2 .content ul li .text h4 {
  font-size: 32px;

}
.history-page .history-2 .content ul li .text h5 {
  font-size: 18px;

}
.history-page .history-1 .white{
  color: #000;
}
.history-page .history-1 .m-auto{
  margin-left: auto;
  margin-right: auto;
}
.history-page .history-1 .font-18{
  color: inherit;
}
@media screen and (max-width: 1250px) {
  .history-page .history-1 .content p {
    width: 100%;
  }
}
@media screen and (max-width: 700px){
   .history-page .history-1 .content {
    position: relative;
    inset: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 2;
    padding: 60px 15px;
  }
  .history-page .history-1 .content h2 {
    font-size: 24px;
  }
  .history-page .history-1 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
   .history-page .history-2 .content ul li {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .history-page .history-2 .content ul li .img {
    width: 100%;
    margin-bottom: 30px;
    text-align: left !important;
  }
  .history-page .history-2 .content ul li .text {
    width: 100%;
    text-align: left !important;
    padding-right: 0;
  }
  .history-page .history-2 .content ul li .text .con {
    opacity: 1;
  }
  .history-page .history-2 .content ul li::before {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .history-page .history-2 .content ul::before {
    left: 5px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.gallery-page li.active a.more::before,
.gallery-page li.active a.more::after{
  width: 51%;
}



.downloadBox i.dots {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.5);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  margin-right: 1em;
  position: relative;
}
.downloadBox .top {
  height: 5em;
  color: white;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.downloadBox .top img {
  margin-right: 1em;
}
.downloadBox .top .line {
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.48);
  margin: 0 1.3em;
}
.downloadBox .top span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  cursor: hand;
}
.downloadBox .top span i.dots:before {
  content: '';
  width: .8em;
  height: .8em;
  border-radius: 100%;
  background-color: var(--color);
}
.downloadBox .downloadLeft {
  width: 28%;
}
.downloadBox .downloadLeft .top em {
  font-size: 1.33333333em;
}
.downloadBox .downloadLeft .nav {
  border: 1px solid #dfdfdf;
  border-top: none;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}
.downloadBox .downloadLeft .nav a {
  padding: 1.5em 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #626262;
  border-top: 1px solid #dfdfdf;
}
.downloadBox .downloadLeft .nav a:first-child {
  border-top: none;
}
.downloadBox .downloadLeft .nav a em {
  font-size: 1.33333333em;
  line-height: 1.5;
}
.downloadBox .downloadLeft .nav a i.dots {
  width: 3.5em;
  height: 3.5em;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
}
.downloadBox .downloadLeft .nav a i.dots img {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadLeft .nav a:hover,
.downloadBox .downloadLeft .nav a.active {
  color: var(--color);
}
.downloadBox .downloadLeft .nav a:hover i.dots img,
.downloadBox .downloadLeft .nav a.active i.dots img {
  opacity: 1;
}
.downloadBox .downloadRight {
  width: 72%;
  padding-left: 3%;
}
.downloadBox .downloadRight .top {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.downloadBox .downloadRight .bottom {
  border: 1px solid #dfdfdf;
  border-top: none;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}
.downloadBox .downloadRight .bottom ul li {
  padding: 1.05em 0;
  border-top: 1px solid #dfdfdf;
}
.downloadBox .downloadRight .bottom ul li:first-child {
  border-top: none;
}
.downloadBox .downloadRight .bottom ul li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.downloadBox .downloadRight .bottom ul li .flex i.icon {
  width: 7.77777778em;
  height: 7.77777778em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #dfdfdf;
  border-radius: 100%;
}
.downloadBox .downloadRight .bottom ul li .flex i.icon img {
  max-width: 45%;
}
.downloadBox .downloadRight .bottom ul li .flex .content {
  padding: 0 1.5em;
}
.downloadBox .downloadRight .bottom ul li .flex .content .path {
  font-size: 16px;
  color: #acacac;
  margin-bottom: .5em;
      line-height: 2;
}
.downloadBox .downloadRight .bottom ul li .flex .content .path span {
  color: var(--color);
}
.downloadBox .downloadRight .bottom ul li .flex .content .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.h6 {
  font-size: 1.44444444em;
  font-weight: bold;
  margin-right: 1em;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang {
  height: 2.33333333em;
  border-radius: 1.16666667em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #cdcdcd;
  color: white;
  position: relative;
  text-transform: uppercase;
  padding: 0 .5em;
  cursor: pointer;
  cursor: hand;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang i {
  width: 1.77777778em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang:before {
  content: '';
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  left: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang.on:before {
  left: 52%;
}
.downloadBox .downloadRight .bottom ul li .flex .btn {
  margin-left: auto;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a {
  height: 3em;
  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;
  padding: 0 2.33333333em;
  border-radius: 1.5em;
  border: 1px solid var(--color);
  width: 100%;
  margin: 3px 0;
  color: var(--color);
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a img {
  margin-left: 1em;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a:hover {
  background-color: var(--color);
  color: white;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on {
  background-color: var(--color);
  color: white;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on:hover {
  background-color: transparent;
  color: var(--color);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on:hover img {
  -webkit-filter: unset;
  filter: unset;
}
.downloadBox .downloadRight .bottom .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 18px;
}
.downloadBox .downloadRight .bottom .search input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .3em 0;
}
.downloadBox .downloadRight .bottom .search input::-webkit-input-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input:-moz-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input::-moz-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input:-ms-input-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input::placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input[type="submit"] {
  width: 50px;
  background-image: url("../images/icon-search2.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

@media screen and (max-width: 1450px) {
  .downloadBox .top span {
    font-size: 1.3em;
  }
  .downloadBox .downloadLeft .top em {
    font-size: 1.5em;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 1000px) {
  .downloadBox .downloadRight {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .downloadBox .downloadLeft {
    width: 100%;
  }
  .downloadBox {
    display: block;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn a img {
    max-width: 15px;
  }
}

@media screen and (max-width: 500px) {
  .downloadBox .downloadRight .bottom ul li .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .downloadBox .downloadRight .bottom ul li .flex i.icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
  }
  .downloadBox .downloadRight .bottom ul li .flex .content {
    width: 75%;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn {
    width: 100%;
    margin-top: 20px;
  }
  .downloadBox .downloadRight .bottom ul li .flex .content .path {
    font-size: 13px;
  }
  .downloadBox .top img {
    max-width: 24px;
  }
}