@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.eot') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.eot') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather-Regular';
  src: url('../fonts/Merriweather-Regular.eot');
  src: url('../fonts/Merriweather-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Merriweather-Regular.woff2') format('woff2'), url('../fonts/Merriweather-Regular.woff') format('woff'), url('../fonts/Merriweather-Regular.ttf') format('truetype');
}
body {
  font-family: "Roboto";
  max-width: 1920px;
  --color: #e60012;
  font-weight: normal;
  margin: 0 auto;
  --font: 'Merriweather-Regular';
}
.container {
  width: 1760px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}





.grid-box {
  font-size: 0;
  [;
  letter-spacing: -4px;
  font-size: 12px;
  ]
}

.grid-box .column {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  [;
  letter-spacing: 0;
  ]
}

.grid-box .column {
  width: 100%
}

.grid-box.two>.column {
  width: 50%
}

.grid-box.three>.column {
  width: 33.33333%
}

.grid-box.four>.column {
  width: 25%
}

.grid-box.five>.column {
  width: 20%
}

.grid-box.six>.column {
  width: 16.6666667%
}

.grid-box.seven>.column {
  width: 14.285714%
}

.grid-box.eight>.column {
  width: 12.5%
}

.grid-box.nine>.column {
  width: 11.11111111%
}

.grid-box.ten>.column {
  width: 10%
}

@media screen and (max-width: 1000px) {
  .grid-box.two>.column {
    width: 50%
  }

  .grid-box.three>.column {
    width: 33.33333%
  }

  .grid-box.four>.column {
    width: 33.33333%
  }

  .grid-box.five>.column {
    width: 33.33333%
  }
}

@media screen and (max-width: 700px) {
  .grid-box.two>.column {
    width: 50%
  }

  .grid-box.three>.column {
    width: 50%
  }

  .grid-box.four>.column {
    width: 50%
  }

  .grid-box.five>.column {
    width: 50%
  }
}

@media screen and (max-width: 500px) {
  .grid-box.two>.column {
    width: 100%
  }

  .grid-box.three>.column {
    width: 100%
  }

  .grid-box.four>.column {
    width: 100%
  }

  .grid-box.five>.column {
    width: 100%
  }
}

.lh-1 {
  line-height: 1;
}

.lh-2 {
  line-height: 1.2;
}

.lh-3 {
  line-height: 1.3;
}

.lh-4 {
  line-height: 1.4;
}

.lh-5 {
  line-height: 1.5;
}

.lh-6 {
  line-height: 1.6;
}

.lh-7 {
  line-height: 1.7;
}

.lh-8 {
  line-height: 1.8;
}

.lh-9 {
  line-height: 1.9;
}

.lh-10 {
  line-height: 2;
}





#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header.active {
  background-color: rgba(0, 0, 0, 0.6);
}
#header.active .h-search {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#header .nav .ui.menu {
  height: 90px;
}
#header .nav .ui.menu .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 16px;
  color: black;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  color: white;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 90px;
  font-weight: bold;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 250%;
  left: -10px;
  width: auto;
  min-width: 180px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 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 .right {
  margin-left: 140px;
}
#header .nav .ui.menu .right .h-inquiry {
  cursor: pointer;
  font-size: 18px;
  padding: 0 18px;
  height: 35px;
  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: white;
  border-radius: 35px;
  background-color: var(--color);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  border: 1px solid transparent;
}
#header .nav .ui.menu .right .h-inquiry:hover {
  background-color: transparent;
  border-color: var(--color);
  color: var(--color);
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
  margin-right: 25px;
  margin-left: 33px;
}
.language-box .zhuyu {
  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: white;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.language-box .zhuyu img {
  border-radius: 50%;
  overflow: hidden;
}
.language-box .zhuyu span {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 3px 0 5px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}



.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  height: 40px;
  background-color: var(--color);
  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;
  border-radius: 35px;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: white;
}
.more:hover {
  background-color: transparent;
  border-color: var(--color);
  color: var(--color);
}
.more.white {
  background-color: transparent;
  border-color: white;
}
.more.white:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}
.more i {
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more span {
  font-size: 18px;
  position: relative;
  z-index: 5;
  margin-right: 15px;
}
h2.h-title {
  font-size: 64px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  z-index: 5;
  color: #333333;
}
.txt-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.txt-hover:hover {
  color: var(--color);
}
.white {
  color: white;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
@-webkit-keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes scale_play {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
#banner {
  position: relative;
  z-index: 1;
}
@keyframes shubiao_tr{
  0% {
    transform: translate(-50%, 0);
  }
  50%{
    transform: translate(-50%, -20px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
#banner .shubiao {
  position: absolute;
  left: 50%;
  bottom: 35px;
  -webkit-transform: translateX(-50%,0);
  -moz-transform: translateX(-50%,0);
  -ms-transform: translateX(-50%,0);
  transform: translateX(-50%,0);
  z-index: 5;
  cursor: pointer;
  animation: shubiao_tr 2s infinite;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  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%);
}
#banner .banner-content ul li .content .box {
  width: 100%;
  color: white;
}
#banner .banner-content ul li .content .box .play {
  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;
  width: 50px;
  height: 50px;
  position: relative;
}
#banner .banner-content ul li .content .box .play img {
  position: relative;
  z-index: 5;
}
#banner .banner-content ul li .content .box .play::before {
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(230, 0, 18, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: scale_play 1s ease 0.5s infinite;
  -moz-animation: scale_play 1s ease 0.5s infinite;
  animation: scale_play 1s ease 0.5s infinite;
}
#banner .banner-content ul li .content .box .play::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(230, 0, 18, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: scale_play 1.5s 0.5s ease infinite;
  -moz-animation: scale_play 1.5s 0.5s ease infinite;
  animation: scale_play 1.5s 0.5s ease infinite;
}
#banner .banner-content .slickDots {
  position: absolute;
  left: 50%;
  bottom: 45px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .banner-content .slickDots ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#banner .banner-content .slickDots ul li {
  background-color: #807b79;
  margin-right: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#banner .banner-content .slickDots ul li:last-child {
  margin-right: 0;
}
#banner .banner-content .slickDots ul li::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  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%);
}
#banner .banner-content .slickDots ul li.slick-active {
  background-color: var(--color);
}
#banner .banner-content .slickDots ul li.slick-active::after {
  border-color: var(--color);
}
#banner .banner-bot {
  padding: 50px 0 55px;
  background-color: #f8f8f8;
}
#banner .banner-bot ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#banner .banner-bot ul li {
  width: 25%;
  text-align: center;
  position: relative;
}
#banner .banner-bot ul li:last-child::before {
  display: none;
}
#banner .banner-bot ul li::before {
  content: '';
  display: block;
  width: 1px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .banner-bot ul li h4 {
  font-size: 56px;
  font-family: 'Merriweather-Regular';
}
#banner .banner-bot ul li p {
  font-size: 16px;
}
@-webkit-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
#index-body {
  overflow: hidden;
}
#index-body .homepage-1 {
  padding: 155px 0 175px;
}
#index-body .homepage-1 .top {
  text-align: center;
}
#index-body .homepage-1 .top ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}
#index-body .homepage-1 .top ul li {
  margin: 0 50px;
}
#index-body .homepage-1 .top ul li:hover .icon {
  background-color: var(--color);
}
#index-body .homepage-1 .top ul li:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .homepage-1 .top ul li .icon {
  width: 90px;
  height: 90px;
  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-radius: 50%;
  background-color: #f8f8f8;
  margin: auto;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .homepage-1 .top ul li p {
  margin-top: 15px;
  font-size: 18px;
  opacity: 0.8;
}
#index-body .homepage-1 .bottom {
  margin-top: 120px;
  position: relative;
}
#index-body .homepage-1 .bottom .img {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#index-body .homepage-1 .bottom .img .box {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .homepage-1 .bottom .img .box:hover .dot {
  border-color: var(--color);
}
#index-body .homepage-1 .bottom .img .box:hover .dot::after {
  background-color: var(--color);
}
#index-body .homepage-1 .bottom .img .box:hover .text .line {
  border-color: var(--color) !important;
}
#index-body .homepage-1 .bottom .img .box:hover .text p {
  color: var(--color);
}
#index-body .homepage-1 .bottom .img .box.box1 {
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 3%;
  top: 21%;
}
#index-body .homepage-1 .bottom .img .box.box1 .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .homepage-1 .bottom .img .box.box1 .text p {
  margin-right: 15px;
}
#index-body .homepage-1 .bottom .img .box.box1 .text .line {
  width: 150px;
  height: 1px;
  border-top: 1px solid #333;
}
#index-body .homepage-1 .bottom .img .box.box2 {
  left: 87%;
  top: 5%;
  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;
}
#index-body .homepage-1 .bottom .img .box.box2 .text p {
  padding-left: 50px;
  margin-bottom: 15px;
}
#index-body .homepage-1 .bottom .img .box.box2 .text .line {
  width: 150px;
  height: 130px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
}
#index-body .homepage-1 .bottom .img .box.box3 {
  left: 80%;
  top: 68%;
}
#index-body .homepage-1 .bottom .img .box.box3 .text {
  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;
  margin-left: 17px;
}
#index-body .homepage-1 .bottom .img .box.box3 .text .line {
  width: 110px;
  height: 120px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-bottom: 12px;
  margin-right: 15px;
}
#index-body .homepage-1 .bottom .img .box .text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#index-body .homepage-1 .bottom .img .box .text p {
  font-size: 18px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .homepage-1 .bottom .img .box .text .line {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .homepage-1 .bottom .img .box .dot {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #333;
  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;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .homepage-1 .bottom .img .box .dot::after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #333;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .homepage-2 {
  position: relative;
  background-color: #f8f8f8;
  overflow: hidden;
}
#index-body .homepage-2 .left {
  width: 40.8%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .homepage-2 .right {
  width: 100%;
  padding: 170px 0 90px;
}
#index-body .homepage-2 .right .top .title {
  max-width: 55%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .homepage-2 .right .top .title a.btn {
  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: rgba(0, 0, 0, 0.6);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .homepage-2 .right .top .title a.btn:hover {
  color: var(--color);
}
#index-body .homepage-2 .right .top .title a.btn span {
  font-size: 16px;
  margin-right: 40px;
}
#index-body .homepage-2 .right .top .title a.btn i {
  font-size: 18px;
}
#index-body .homepage-2 .right .center {
  width: 65%;
  max-width: 1265px;
  margin-left: auto;
  margin-right: 20px;
  margin: 95px 20px 50px auto;
}
#index-body .homepage-2 .right .center ul li {
  padding: 5px 10px;
}
#index-body .homepage-2 .right .center ul li .img {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
#index-body .homepage-2 .right .center ul li .img img{
  filter: brightness(0.8);
}
#index-body .homepage-2 .right .center ul .slick-current li .img .text {
  right: 0;
}
#index-body .homepage-2 .right .center ul li .img h4 {
  width: 100%;
  padding: 0 30px;
  text-align: center;
}
#index-body .homepage-2 .right .center ul li .img .text {
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
  padding: 50px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#index-body .homepage-2 .btn .arrow {
  cursor: pointer;
  width: 65px;
  height: 65px;
  border: 2px solid #f2f2f2;
  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;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .homepage-2 .btn .arrow i {
  font-size: 24px;
  color: #ccc;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .homepage-2 .btn .arrow:hover {
  border-color: var(--color);
  background-color: var(--color);
}
#index-body .homepage-2 .btn .arrow:hover i {
  color: white;
}
#index-body .homepage-2 .slick-dots {
  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;
  width: 650px;
}
#index-body .homepage-2 .slick-dots li {
  width: 65px;
  height: 3px;
  background-color: #e5e5e5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 .slick-dots li.slick-active {
  background-color: var(--color);
}
#index-body .homepage-2 .slick-dots li button {
  display: none;
}
#index-body .homepage-3 {
  padding: 150px 0 100px;
}
#index-body .homepage-3 .top .left .play {
  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;
  width: 50px;
  height: 50px;
  position: relative;
}
#index-body .homepage-3 .top .left .play img {
  position: relative;
  z-index: 5;
}
#index-body .homepage-3 .top .left .play::before {
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(230, 0, 18, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: scale_play 1s ease-in-out infinite;
  -moz-animation: scale_play 1s ease-in-out infinite;
  animation: scale_play 1s ease-in-out infinite;
}
#index-body .homepage-3 .top .left .play::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(230, 0, 18, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: scale_play 1s ease-in-out infinite;
  -moz-animation: scale_play 1s ease-in-out infinite;
  animation: scale_play 1s ease-in-out infinite;
}
#index-body .homepage-3 .bottom ul li .img {
  border-radius: 10px;
  overflow: hidden;
}

#index-body .homepage-4 {
  height: 890px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#index-body .homepage-4 .top {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .homepage-4 .img_box {
  height: 890px;
  width: 100%;
  background: url('../images/sustainable-bg.jpg') no-repeat;
  background-attachment: fixed;
  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;
  text-align: center;
  background-position: 87% 0;
  background-size: 50%;
  -webkit-clip-path: circle(50px at 55% 6.5%);
  clip-path: circle(50px at 55% 6.5%);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  z-index: 10;
}
#index-body .homepage-4 .img_box .box {
  max-width: 820px;
}
#index-body .homepage-4 .img_box .box a.more {
  margin: 50px auto 0;
}


#index-body .homepage-5 {
  padding: 140px 0 160px;
}
#index-body .homepage-5 .top a.btn {
  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: rgba(0, 0, 0, 0.6);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .homepage-5 .top a.btn:hover {
  color: var(--color);
}
#index-body .homepage-5 .top a.btn span {
  font-size: 16px;
  margin-right: 40px;
}
#index-body .homepage-5 .top a.btn i {
  font-size: 18px;
}
#index-body .homepage-5 .bottom {
  margin-top: 70px;
}
#index-body .homepage-5 .bottom ul {
  margin: 0 -15% 0 -33.5%;
}
#index-body .homepage-5 .bottom ul li {
  padding: 0 28px;
}
#index-body .homepage-5 .bottom ul li .box .img-box {
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
#index-body .homepage-5 .bottom ul li .box .title {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  margin-top: 20px;
  color: #333;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .homepage-5 .bottom ul li .box .title:hover {
  color: var(--color);
}
#index-body .homepage-5 .bottom ul li .box .title h4 {
  font-size: 34px;
}
#index-body .homepage-5 .bottom ul li .box .title i {
  font-size: 30px;
}
#index-body .homepage-6 {
  background-color: #fbfbfb;
  padding: 90px 0;
}
#index-body .homepage-6 .bottom {
  margin-top: 60px;
  position: relative;
}
#index-body .homepage-6 .bottom .btn {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
}
#index-body .homepage-6 .bottom .btn .arrow {
  cursor: pointer;
  width: 65px;
  height: 65px;
  border: 2px solid #f2f2f2;
  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;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  background-color: white;
}
#index-body .homepage-6 .bottom .btn .arrow.prev {
  border-right: none;
}
#index-body .homepage-6 .bottom .btn .arrow i {
  font-size: 24px;
  color: #ccc;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .homepage-6 .bottom .btn .arrow:hover {
  border-color: var(--color);
  background-color: var(--color);
}
#index-body .homepage-6 .bottom .btn .arrow:hover i {
  color: white;
}
#index-body .homepage-6 .bottom ul {
  margin: 0 -25%;
}
#index-body .homepage-6 .bottom ul .slick-current li .img-box {
  height: 585px;
}
#index-body .homepage-6 .bottom ul .slick-current li .img-box .tag {
  opacity: 1;
}
#index-body .homepage-6 .bottom ul .slick-current li h4 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .homepage-6 .bottom ul li {
  padding: 0 22px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 735px;
}
#index-body .homepage-6 .bottom ul li .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 385px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#index-body .homepage-6 .bottom ul li .img-box img {
  -o-object-position: bottom;
  object-position: bottom;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .homepage-6 .bottom ul li .img-box .tag {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  height: 65px;
  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;
  border-top-right-radius: 5px;
  background-color: var(--color);
  font-size: 18px;
  color: white;
  opacity: 0;
}
#index-body .homepage-6 .bottom ul li h4 {
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#footer {
  background-color: #232323;
}
#footer .top {
  padding: 135px 0 90px;
}
#footer .top ul li.logo {
  max-width: 355px;
}
#footer .top ul li.logo .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -webkit-align-items: self-start;
  -moz-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  color: white;
  margin-bottom: 25px;
}
#footer .top ul li.logo .list i {
  font-size: 20px;
  width: 30px;
}
#footer .top ul li.logo .list span {
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  font-size: 18px;
  display: inline-block;
}
#footer .top ul li.logo #ewm canvas,
#footer .top ul li.logo #ewm img {
  width: 100px;
  height: 100px;
  border: 8px solid white;
}
#footer .top ul li.link {
  color: white;
}
#footer .top ul li.link span {
  font-size: 18px;
  display: block;
  border-bottom: 1px solid transparent;
  margin-bottom: 25px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  line-height: 1;
  width: fit-content;
}
#footer .top ul li.link span:last-child {
  margin-bottom: 0;
}
#footer .top ul li.link span:hover {
  border-color: white;
}
#footer .top ul li.form form {
  width: 330px;
}
#footer .top ul li.form form ul li {
  width: 100%;
  margin-bottom: 32px;
}
#footer .top ul li.form form ul li:last-child {
  margin-bottom: 0;
}
#footer .top ul li.form form ul li input[type='text'] {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 15px 0 10px;
  font-size: 14px;
  background-color: transparent;
  color: white;
  padding-bottom: 15px;
}
#footer .top ul li.form form ul li .submit {
  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;
}
#footer .top ul li.form form ul li .submit:hover input[type='submit'] {
  color: var(--color);
}
#footer .top ul li.form form ul li .submit:hover i {
  color: var(--color);
}
#footer .top ul li.form form ul li .submit input[type='submit'] {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#footer .top ul li.form form ul li .submit i {
  font-size: 20px;
  color: white;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#footer .top ul li.form form ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .top ul li h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
  color: white;
}
#footer .top ul li .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .top ul li .share a {
  margin-left: 20px;
}
#footer .top ul li .share a:hover i {
  color: var(--color);
}
#footer .top ul li .share a i {
  font-size: 20px;
  color: white;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#footer .bottom.container .box {
  padding-bottom: 20px;
}
#footer .bottom.container .box .copyright {
  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;
  font-size: 18px;
  color: white;
}
#footer .bottom.container .box .copyright::after {
  content: '';
  width: -webkit-calc(100% - 640px);
  width: -moz-calc(100% - 640px);
  width: calc(100% - 640px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
#footer .bottom.container .box span:last-child {
  margin-top: 15px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
#footer .bottom.container .box span:last-child img {
  width: 260px;
}
@media screen and (max-width: 1800px) {
  .container {
    width: 1400px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 45px;
  }
  #header .nav .ui.menu .right {
    margin-left: 40px;
  }
  h2.h-title {
    font-size: 50px;
  }
  #index-body .homepage-2 .slick-dots {
    width: 530px;
  }
  .homepage-4 h2 {
    font-size: 46px;
  }
  .homepage-4 h2 img {
    margin: 0 15px;
  }
  #index-body .homepage-4 .img_box {
    height: 680px;
  }
  #index-body .homepage-6 .bottom ul .slick-current li .img-box {
    height: 460px;
  }
  #index-body .homepage-6 .bottom ul li .img-box {
    height: 300px;
  }
  #index-body .homepage-6 .bottom .btn {
    top: 0;
  }
  #index-body .homepage-6 .bottom ul li {
    height: 575px;
  }
    #index-body .homepage-4 .img_box {
  -webkit-clip-path: circle(50px at 55% 8%);
  clip-path: circle(50px at 55% 8%);
  }
  #index-body .homepage-4 .top {
    top: 20px;
  }
  #index-body .homepage-2 .right {
    padding: 80px 0;
  }
  #index-body .homepage-4 .img_box,
  #index-body .homepage-4  {
    height: 680px;
  }

}
@media screen and (max-width: 1450px) {
    #index-body .homepage-4 .top h2:last-child{
    transform: translateX(10px);
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
  }
  #header .nav .ui.menu .right .h-search {
    margin-right: 20px;
    margin-left: 20px;
  }
  #index-body .homepage-2 .slick-dots {
    width: 440px;
  }
  #index-body .homepage-2 .right {
    padding: 100px 0 90px;
  }
  .homepage-4 h2 {
    font-size: 38px;
  }
  #index-body .homepage-5 {
    padding: 120px 0;
  }
  #footer .top ul li.logo {
    max-width: 260px;
  }
  #index-body .homepage-4 .img_box,
  #index-body .homepage-4 {
    height: 620px;
  }
  #index-body .homepage-2 .left ul li{
    height: 1100px;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .homepage-4 .img_box .box p{
    line-height: 1.6;
  }
  #index-body .homepage-1 .top ul li {
    margin: 0 40px;
  }
  #index-body .homepage-4 .img_box {
    clip-path: unset;
    background-size: cover;
  }
  #index-body .homepage-4 .top {
    top: 0;
    position: relative;
  }
  #index-body .homepage-1 .bottom .img {
    max-width: 600px;
  }
  #index-body .homepage-1 .bottom .img .box.box2 {
    left: 80%;
    top: 0;
  }
  #index-body .homepage-1 .bottom .img .box.box3 {
    left: 70%;
    top: 68%;
  }
  #index-body .homepage-1 .bottom .img .box.box1 {
    left: -9%;
    top: 22%;
  }
  h2.h-title {
    font-size: 40px;
  }
  #index-body .homepage-2 .right .bottom {
    display: none;
  }
  #index-body .homepage-2 .right .center {
    margin: 55px 20px 0 auto;
  }
  #index-body .homepage-1 {
    padding: 100px 0 135px;
  }
  #index-body .homepage-3 {
    padding: 100px 0 100px;
  }
  .homepage-4 h2 {
    font-size: 30px;
  }
  .homepage-4 h2 img {
    max-width: 80px;
  }
  #index-body .homepage-4 .img_box,
  #index-body .homepage-4 {
    height: 620px;
  }
  #index-body .homepage-5 .bottom ul {
    margin: 0 -28px;
  }
  #index-body .homepage-5 .bottom {
    padding: 0 15px;
  }
  #index-body .homepage-6 .bottom ul li {
    height: auto;
  }
  #index-body .homepage-6 .bottom ul .slick-current li .img-box {
    height: auto;
  }
  #index-body .homepage-6 .bottom ul li .img-box {
    height: auto;
  }
  #index-body .homepage-6 .bottom {
    padding: 0 15px;
  }
  #index-body .homepage-6 .bottom ul {
    margin: 0 -22px;
  }
  #index-body .homepage-6 .bottom ul li .img-box .tag {
    opacity: 1;
  }
  #index-body .homepage-6 .bottom ul li h4 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
   #footer{
     padding-bottom: 60px;
   }
  #footer .top ul li.link {
    display: none;
  }
  #footer .top ul li.logo {
    max-width: 48%;
  }
  #footer .top ul li.form {
    width: 48%;
  }
  #footer .top ul li.form form {
    width: 100%;
  }
  #footer .top {
    padding: 65px 15px;
  }
  #index-body .homepage-6 .bottom .btn {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #banner .shubiao {
    display: none;
  }
  #banner .banner-bot ul li {
    width: 50%;
    margin: 15px 0;
  }
  #banner .banner-bot ul li:nth-child(2)::before {
    display: none;
  }
  #index-body .homepage-1 .top ul li {
    margin: 20px 0;
    width: 50%;
  }
  #index-body .homepage-1 .bottom .img {
    zoom: 0.7;
  }
  #index-body .homepage-1 .bottom {
    margin-top: 65px;
  }
  #index-body .homepage-2 .left {
    display: none;
  }
  #index-body .homepage-2 .right .center {
    width: 100%;
  }
  #index-body .homepage-2 .right .top .title {
    max-width: 100%;
  }
  #index-body .homepage-3 .top .left {
    width: 100%;
    margin-bottom: 40px;
  }
  #index-body .homepage-3 .top .right {
    width: 100%;
  }
  #index-body .homepage-3 .top .right .bot {
    margin-top: 30px;
  }
  #index-body .homepage-3 {
    padding: 80px 0;
  }
  .homepage-4 h2 {
    font-size: 22px;
  }
  #index-body .homepage-4 .img_box .box {
    max-width: 90%;
  }
  #index-body .homepage-5 {
    padding: 80px 0;
  }
  #index-body .homepage-5 .bottom ul li .box .title h4 {
    font-size: 24px;
  }
  #footer .bottom.container .box .copyright::after {
    display: none;
  }
  #footer .bottom.container .box .copyright {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .bottom.container .box span:last-child {
    margin: 5px auto 0;
  }
}
@media screen and (max-width: 700px) {
  #banner .banner-bot ul li h4 {
    font-size: 44px;
  }
  #index-body .homepage-1 .bottom .img {
    zoom: 1;
  }
  #index-body .homepage-1 .bottom .img {
    max-width: 300px;
  }
  #index-body .homepage-1 .bottom .img .box.box1 .text .line {
    width: 70px;
  }
  #index-body .homepage-1 .bottom .img .box .dot {
    width: 25px;
    height: 25px;
  }
  #index-body .homepage-1 .bottom .img .box .dot::after {
    width: 15px;
    height: 15px;
  }
  #index-body .homepage-1 .bottom .img .box.box1 {
    left: -23%;
    top: 22%;
  }
  #index-body .homepage-1 .bottom .img .box.box2 {
    left: 70%;
  }
  #index-body .homepage-1 .bottom .img .box.box2 .text .line {
    width: 70px;
    height: 85px;
    margin-bottom: 12px;
  }
  #index-body .homepage-1 .bottom .img .box.box2 .text p {
    padding-left: 0;
  }
  #index-body .homepage-1 .bottom .img .box .text p {
    font-size: 14px;
  }
  #index-body .homepage-1 .bottom .img .box.box3 {
    -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: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    left: -15%;
  }
  #index-body .homepage-1 .bottom .img .box.box3 .text {
    -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;
    margin-left: 0;
    margin-right: 12px;
  }
  #index-body .homepage-1 .bottom .img .box.box3 .text .line {
    width: 70px;
    height: 90px;
    border-right: 1px solid #333;
    border-left: none;
    margin-left: 15px;
    margin-right: 0;
  }
  #index-body .homepage-2 .right .top .title {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #index-body .homepage-2 .right .top .title h2 {
    margin-bottom: 30px;
  }
  #index-body .homepage-2 .right .center ul li .img .text {
    padding: 50px 15px;
  }
  #index-body .homepage-2 .right .center ul li .img h4 {
    font-size: 20px;
  }
  h2.h-title {
    font-size: 30px;
  }
  .homepage-4 h2 img {
    max-width: 40px;
  }
  #index-body .homepage-5 .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #index-body .homepage-5 .top .title {
    margin-bottom: 30px;
  }
  #index-body .homepage-5 .top .title h2 {
    margin-bottom: 20px;
  }
  #index-body .homepage-6 .bottom ul li h4 {
    font-size: 20px;
  }
  #footer .top ul li.form {
    width: 100%;
  }
  #footer .top ul li.logo {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  #footer .bottom.container .box .copyright {
    display: block;
    text-align: center;
  }
  #index-body .homepage-4 .img_box .box img {
    max-width: 60px;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content ul li .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner .banner-content ul li .content {
    padding: 30px 15px;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #banner .banner-bot ul li {
    width: 100%;
  }
  #banner .banner-bot ul li::before {
    display: none;
  }
  #index-body .homepage-1 .bottom .img {
    max-width: 300px;
    zoom: 0.7;
  }
  #footer .top ul li h4 {
    font-size: 24px;
  }
}
























#header.inner-header .nav .ui.menu .logo .logo1 {
  display: none;
}
#header .nav .ui.menu .logo .logo2 {
  display: none;
}
#header.inner-header .nav .ui.menu .logo .logo2 {
  display: block;
}
#header.inner-header .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header.inner-header .h-search {
    -webkit-filter:brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
#header.inner-header .language-box .zhuyu img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#header.inner-header {
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#header.inner-header .nav .ui.menu {
  height: 110px;
}
.inner-banner {
  position: relative;
  margin-top: 110px;
}
.inner-banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-banner .text {
  position: absolute;
  top: 100%;
  left: 0;
}
.inner-banner .mbx {
  padding: 230px 0;
  text-align: center;
  color: white;
}
.inner-banner .mbx h2 {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
  text-shadow: 0px 1px 2px #000;
}
.inner-banner .mbx p {
  font-size: 18px;
  display: none;
}
.inner-page {
  padding: 150px 0;
}
.contact-page {
  padding-bottom: 230px;
}
.contact-page .contact-1 .left {
  position: relative;
}
.contact-page .contact-1 .left .box {
  width: 580px;
  position: absolute;
  top: 50px;
  left: 38%;
  padding: 60px 45px 100px;
  background-color: var(--color);
  border-radius: 10px;
  color: white;
}
.contact-page .contact-1 .left .box ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 65px;
}
.contact-page .contact-1 .left .box ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .left .box ul li i {
  width: 80px;
}
.contact-page .contact-1 .left .box ul li .text {
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
}
.contact-page .contact-1 .left .box ul li .text h4 {
  font-size: 24px;
}
.contact-page .contact-1 .left .box ul li .text p {
  margin-top: 10px;
}
.contact-page .contact-1 .right {
  width: 48.5%;
}
.contact-page .contact-1 .right form {
  margin-top: 40px;
}
.contact-page .contact-1 .right form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -17px;
}
.contact-page .contact-1 .right form ul li {
  padding: 17px;
}
.contact-page .contact-1 .right form ul li input[type='text'] {
  width: 100%;
  height: 50px;
  padding: 0 25px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: transparent;
  font-size: 18px;
}
.contact-page .contact-1 .right form ul li input[type='submit'] {
  border: none;
  background-color: transparent;
  color: white;
  font-size: 18px;
}
.contact-page .contact-1 .right form ul li .more span {
  margin-right: 45px;
}
.contact-page .contact-1 .right form ul li .more:hover input[type='submit'] {
  color: var(--color);
}
.contact-page .contact-1 .right form ul li textarea {
  width: 100%;
  height: 130px;
  padding: 15px 25px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: transparent;
  font-size: 18px;
}
.news-page .top {
  position: relative;
}
.news-page .top .slickDots {
  position: absolute;
  left: 50%;
  bottom: 35px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.news-page .top .slickDots ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.news-page .top .slickDots ul li {
  background-color: #807b79;
  margin-right: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.news-page .top .slickDots ul li:last-child {
  margin-right: 0;
}
.news-page .top .slickDots ul li::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  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%);
}
.news-page .top .slickDots ul li.slick-active {
  background-color: var(--color);
}
.news-page .top .slickDots ul li.slick-active::after {
  border-color: var(--color);
}
.news-page .top > ul {
  position: relative;
  z-index: 5;
}
.news-page .top ul li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news-page .top ul li .left {
  border-radius: 20px;
  overflow: hidden;
}
.news-page .top ul li .left .tag {
  left: 0;
  bottom: 0;
  height: 65px;
  padding: 0 20px;
  background-color: var(--color);
  color: white;
  font-size: 18px;
  border-top-right-radius: 5px;
  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;
}
.news-page .top ul li .right {
  width: 57%;
  padding-left: 80px;
  padding-top: 45px;
}
.news-page .top ul li .right .time i {
  font-size: 20px;
}
.news-page .top ul li .right .time span {
  font-size: 18px;
  margin-left: 10px;
}
.news-page .bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -42px -45px;
}
.news-page .bottom ul li {
  padding: 42px 45px;
  width: 33.333333%;
}
.news-page .bottom ul li .img-box {
  border-radius: 10px;
  display: block;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1800px) {
  .contact-page .contact-1 .left .box {
    left: 20%;
  }
  .contact-page .contact-1 .right {
    width: 40%;
  }
}
@media screen and (max-width: 1700px) {
  .contact-page .contact-1 .left .box {
    padding: 100px 45px;
  }
  
}
@media screen and (max-width: 1450px) {
  .inner-banner .mbx {
    padding: 120px 0;
  }
  .inner-banner .mbx h2 {
    font-size: 40px;
  }
  .contact-page .contact-1 .left .box {
    width: 520px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 0;
}
  #cp-Nav{
    z-index: 5;
    position: relative;
  }
  .inner-page {
    padding: 120px 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    margin-top: 100px;
  }
  .contact-page .contact-1 .left .box {
    left: 40%;
    height: 105%;
    width: 100%;
  }
  .contact-page {
    padding-bottom: 100px;
  }
  .news-page .bottom ul {
    margin: -30px -15px;
  }
  .news-page .bottom ul li {
    padding: 30px 15px;
  }
  #index-body .homepage-4 .img_box,
  #index-body .homepage-4  {
    height: 620px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .mbx h2 {
    font-size: 30px;
  }
  .inner-banner .mbx {
    padding: 80px 0;
  }
  .inner-page {
    padding: 80px 0;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .left > img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .contact-page .contact-1 .left .box {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 60px;
    width: 100%;
    height: auto;
  }
  .contact-page .contact-1 .right {
    padding-top: 0;
  }
  .news-page .bottom ul li {
    width: 50%;
  }
  .news-page .top ul li .left {
    width: 100%;
  }
  .news-page .top ul li .right {
    width: 100%;
    padding-left: 0;
  }
  .news-page .top .slickDots {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .mbx h2 {
    font-size: 24px;
  }
  .contact-page .contact-1 .left .box ul li {
    -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;
  }
  .contact-page .contact-1 .left .box ul li .text {
    width: 100%;
    margin-top: 10px;
  }
  .contact-page .contact-1 .left .box {
    padding: 50px 30px;
  }
  .contact-page .contact-1 .left .box ul li .text h4 {
    font-size: 20px;
  }
  .contact-page .contact-1 .right form ul li {
    width: 100%;
  }
  .news-page .bottom ul li {
    width: 100%;
  }
}
.case-page .top ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -17px;
}
.case-page .top ul li {
  padding: 17px;
  width: -webkit-calc(100% / 6);
  width: -moz-calc(100% / 6);
  width: calc(100% / 6);
}
.case-page .top ul li .img {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  display: block;
}
.case-page .top ul li .img h4 {
  font-size: 18px;
  color: white;
  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%);
  font-weight: bold;
}
.case-page .top ul li .img img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.case-page .bottom 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;
  margin-bottom: 85px;
}
.case-page .bottom ul li:last-child {
  margin-bottom: 0;
}
.case-page .bottom 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;
}
.case-page .bottom ul li:nth-child(even) .text {
  padding-left: 0;
  padding-right: 80px;
}
.case-page .bottom ul li:nth-child(even) .text h2 {
  text-align: left;
}
.case-page .bottom ul li .img {
  width: 45.4%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}
.case-page .bottom ul li .text {
  padding-left: 80px;
  width: 54.6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.case-page .bottom ul li .text h2 {
  font-size: 150px;
  font-weight: bold;
  line-height: 0.8;
  color: #f2f2f2;
  text-align: right;
  margin-top: 20px;
}
.case-page .bottom ul li .text h4 {
  font-size: 40px;
  font-weight: bold;
}
.case-page .bottom ul li .text .date {
  opacity: 8;
}
.case-page .bottom ul li .text .date i {
  font-size: 20px;
}
.case-page .bottom ul li .text .date span {
  margin-left: 10px;
  font-size: 18px;
}
@media screen and (max-width: 1800px) {
  .case-page .top ul li {
    width: -webkit-calc(100% / 6);
    width: -moz-calc(100% / 6);
    width: calc(100% / 6);
  }
}
@media screen and (max-width: 1450px) {
  .case-page .top ul li {
    width: -webkit-calc(100% / 5);
    width: -moz-calc(100% / 5);
    width: calc(100% / 5);
  }
}
@media screen and (max-width: 1250px) {
  .case-page .top ul li {
    width: -webkit-calc(100% / 4);
    width: -moz-calc(100% / 4);
    width: calc(100% / 4);
  }
  .case-page .bottom ul li .text h4 {
    font-size: 30px;
  }
  .case-page .bottom ul li .text h2 {
    font-size: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .case-page .bottom ul li .img {
    width: 100%;
  }
  .case-page .top ul li {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
  }
  .case-page .bottom ul li .text {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
  .case-page .bottom ul li .text h2 {
    text-align: left;
  }
  .case-page .bottom ul li:nth-child(even) .text {
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .case-page .top ul li {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
  }
  .case-page .bottom ul li .text h4 {
    font-size: 24px;
  }
}

.about-page .about-1 .play_img {
  position: relative;
}
.about-page .about-1 .play_img .play {
  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;
  width: 130px;
  height: 130px;
  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%);
}
.about-page .about-1 .play_img .play img {
  position: relative;
  z-index: 5;
}
.about-page .about-1 .play_img .play::before {
  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: 100%;
  height: 100%;
  background-color: rgba(230, 0, 18, 0.2);
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: scale_play 1s ease-in-out infinite;
  -moz-animation: scale_play 1s ease-in-out infinite;
  animation: scale_play 1s ease-in-out infinite;
}
.about-page .about-1 .play_img .play::after {
  content: '';
  width: 110px;
  height: 110px;
  background-color: rgba(230, 0, 18, 0.3);
  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%);
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: scale_play 1s ease-in-out infinite;
  -moz-animation: scale_play 1s ease-in-out infinite;
  animation: scale_play 1s ease-in-out infinite;
}
.about-page .about-1 .play_img .play div {
  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: 90px;
  height: 90px;
  background-color: rgba(230, 0, 18, 0.4);
  border-radius: 50%;
  z-index: 3;
  -webkit-animation: scale_play 1s ease-in-out infinite;
  -moz-animation: scale_play 1s ease-in-out infinite;
  animation: scale_play 1s ease-in-out infinite;
}
.about-page .about-1 .bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10%;
}
.about-page .about-1 .bottom ul li {
  text-align: center;
  width: 25%;
  padding: 0 5%;
  position: relative;
}
.about-page .about-1 .bottom ul li::after {
  content: '';
  display: block;
  width: 2px;
  height: 85px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  bottom: 15px;
}
.about-page .about-1 .bottom ul li:last-child::after {
  display: none;
}
.about-page .about-1 .bottom ul li h4 {
  color: var(--color);
  margin-bottom: 10px;
  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;
}
.about-page .about-1 .bottom ul li h4 em {
  font-size: 80px;
  font-weight: bold;
  line-height: 0.8;
}
.about-page .about-1 .bottom ul li h4 span {
  font-size: 18px;
  margin-bottom: -20px;
}
.about-page .about-1 .bottom ul li p {
  font-size: 18px;
}
.about-page .about-2 {
  position: relative;
  padding: 120px 0 135px;
}
.about-page .about-2 h2 {
  color: white;
}
.about-page .about-2 .top .btn .arrow{
  width:50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  border:2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.5s;
  cursor: pointer;
}
.about-page .about-2 .top .btn .arrow:hover{
  background-color: var(--color);
  border-color:var(--color);
}
.about-page .about-2 .top .btn .arrow i{
  font-size: 18px;
}
.about-page .about-2 .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
}
.about-page .about-2 .content {
  overflow: hidden;
}
.about-page .about-2 ul {
  margin: 0 -50px;
  position: relative;
}
.about-page .about-2 ul::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-2 ul .slick-slide:nth-child(even) li {
  -webkit-box-align: self-end;
  -webkit-align-items: self-end;
  -moz-box-align: self-end;
  -ms-flex-align: self-end;
  align-items: self-end;
}
.about-page .about-2 ul .slick-slide:nth-child(even) li .box {
  -webkit-box-align: self-end;
  -webkit-align-items: self-end;
  -moz-box-align: self-end;
  -ms-flex-align: self-end;
  align-items: self-end;
  padding-bottom: 0;
  padding-top: 15px;
}
.about-page .about-2 ul .slick-slide:nth-child(even) li .box::before {
  top: 0;
  bottom: unset;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-2 ul .slick-slide:nth-child(even) li .box::after {
  top: 0;
  bottom: unset;
}
.about-page .about-2 ul .slick-slide:nth-child(even) li .box .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.about-page .about-2 ul .slick-slide:nth-child(even) li .box .text p {
  margin-bottom: 0;
  margin-top: 5px;
}
.about-page .about-2 ul li {
  height: 520px;
  padding: 0 50px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: self-start;
  -webkit-align-items: self-start;
  -moz-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}
.about-page .about-2 ul li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  position: relative;
  padding-bottom: 15px;
  height: 50%;
}
.about-page .about-2 ul li .box::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: 40px;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.about-page .about-2 ul li .box::after {
  content: '';
  display: block;
  width: 2px;
  height: 80%;
  background-color: white;
  position: absolute;
  left: 47px;
  bottom: 0;
}
.about-page .about-2 ul li .box .year {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
}
.about-page .about-2 ul li .box .text {
  padding-left: 15px;
  max-width: 260px;
}
.about-page .about-2 ul li .box .text p {
  font-size: 18px;
  margin-bottom: 5px;
  max-height: 190px;
  overflow-y: auto;
  padding-right: 15px;
}
.about-page .about-2 ul li .box .text .img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: white;
  padding: 5px;
  border-radius: 5px;
}
.about-page .about-3 {
  padding: 125px 0;
  background-color: #fbfbfb;
  position: relative
}

.about-page .about-3 .btn {
  position: absolute;
  top: 140px;
  right: 15px;
  z-index: 5;
}
.about-page .about-3 .btn .arrow {
  cursor: pointer;
  width: 65px;
  height: 65px;
  border: 2px solid #f2f2f2;
  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;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  background-color: white;
}
.about-page .about-3 .btn .arrow.prev {
  border-right: none;
}
.about-page .about-3 .btn .arrow i {
  font-size: 24px;
  color: #ccc;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.about-page .about-3 .btn .arrow:hover {
  border-color: var(--color);
  background-color: var(--color);
}
.about-page .about-3 .btn .arrow:hover i {
  color: white;
}

.about-page .about-3 ul .slick-current + .slick-slide li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.about-page .about-3 ul .slick-current li {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
.about-page .about-3 ul .slick-current li .img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.about-page .about-3 ul li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 440px;
  padding: 0 50px;
}
.about-page .about-3 ul li .img {
  width: 450px;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}
.sustainability-page .sustainability-1 .text {
  max-width: 1120px;
  margin: 30px auto 90px;
}
.sustainability-page .sustainability-1 .content {
  color: rgba(0, 0, 0, 0.6);
}
.sustainability-page .sustainability-1 .content em {
  color: var(--color);
}
.sustainability-page .sustainability-1 .content .right {
  border-radius: 10px;
  overflow: hidden;
}
.sustainability-page .sustainability-2 {
  padding: 120px 0;
  margin-top: 120px;
  background-color: #f0f0f0;
}
.sustainability-page .sustainability-2 ul {
  margin-top: 60px;
}
.sustainability-page .sustainability-2 ul li .box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
.sustainability-page .sustainability-2 ul li .box:hover .img img {
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
}
.sustainability-page .sustainability-2 ul li .box:hover .text {
  top: 0;
}
.sustainability-page .sustainability-2 ul li .box .img img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sustainability-page .sustainability-2 ul li .box .text {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  text-align: center;
}
.sustainability-page .sustainability-3 {
  padding-top: 125px;
}
.sustainability-page .sustainability-3 .left {
  border-radius: 10px;
  overflow: hidden;
}
.sustainability-page .sustainability-3 .right ul li {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
}
.sustainability-page .sustainability-3 .right ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.sustainability-page .sustainability-3 .right .ul .draggable .slick-slide{
display: flex;
align-items: center;
}
.sustainability-page .sustainability-3 .right .bot ul li{
  margin-bottom: 0;
  height: 60px;
  align-items: center;
  display: flex !important;
}
.homepage-3 .right .bot ul li{
  margin-bottom: 0;
  height: 60px;
  align-items: center;
  display: flex !important;
}
.manufacture-page .manufacture-1 .content {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 175px 0;
}
.manufacture-page .manufacture-1 .content .img_box{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.manufacture-page .manufacture-1 .content .img_box .img.active {
  opacity: 1;
}
.manufacture-page .manufacture-1 .content .img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all 0.5s;
}
.manufacture-page .manufacture-1 .content .box {
  position: relative;
  z-index: 1;
  width: 625px;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  margin-left: 100px;
  padding: 60px 50px 50px;
}
.manufacture-page .manufacture-1 .content .box ul li .con {
  max-height: 125px;
  overflow-y: auto;
}
.manufacture-page .manufacture-1 .content .box .btn span.arrow {
  width: 35px;
  height: 35px;
  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;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f8f8f8;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.manufacture-page .manufacture-1 .content .box .btn span.arrow i {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.manufacture-page .manufacture-1 .content .box .btn span.arrow:hover {
  background-color: var(--color);
  border-color: var(--color);
}
.manufacture-page .manufacture-1 .content .box .btn span.arrow:hover i {
  color: white;
}
.manufacture-page .manufacture-1 .content .box .btn span.prev {
  border-right: none;
}
.manufacture-page .manufacture-2 {
  padding: 85px 0 100px;
}
.manufacture-page .manufacture-2 .top ul li {
  position: relative;
}
.manufacture-page .manufacture-2 .top ul li::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.1);
  right: 0;
  bottom: 15px;
}
.manufacture-page .manufacture-2 .top ul li:last-child::after {
  display: none;
}
.manufacture-page .manufacture-2 .bottom ul li a.img-box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.manufacture-page .manufacture-3 {
  padding: 155px 0 160px;
  background-color: #f9f9f9;
}
.manufacture-page .manufacture-3 .line {
  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%);
}
.manufacture-page .manufacture-3 ul {
  margin: 0 -80px;
}
.manufacture-page .manufacture-3 ul li {
  padding: 0 80px;
}
.manufacture-page .manufacture-3 ul li .img {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background-color: #ececec;
  padding: 12px;
  position: relative;
}
.manufacture-page .manufacture-3 ul li .img .num {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--color);
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  z-index: 1;
  font-style: italic;
}
.manufacture-page .manufacture-4 {
  padding: 85px 0 100px;
}
.manufacture-page .manufacture-5 ul li .img-box {
  display: block;
  border-radius: 10px;
}
@media screen and (max-width: 1800px) {
  .manufacture-page .manufacture-3 ul {
    margin: 0 -50px;
  }
  .manufacture-page .manufacture-3 ul li {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1700px) {
  .about-page .about-3 ul li .img {
    width: 360px;
    height: 220px;
  }
  .about-page .about-3 ul li {
    height: 360px;
  }
  .about-page .about-3 .btn .arrow {
    width: 45px;
    height: 45px;
  }
  .about-page .about-3 .btn .arrow i {
    font-size: 18px;
  }
  .about-page .about-3 .btn {
    top: 135px;
  }
}
@media screen and (max-width: 1450px) {
  .sustainability-page .sustainability-2 ul li .box .text {
    padding: 0 30px;
  }
  .sustainability-page .sustainability-1 .content .icon {
    max-width: 60px;
  }
  .manufacture-page .manufacture-1 .content {
    padding: 100px 0;
  }
  .manufacture-page .manufacture-3 {
    padding: 100px 0;
  }
  .manufacture-page .manufacture-3 ul {
    margin: 0 -20px;
  }
  .manufacture-page .manufacture-3 ul li {
    padding: 0 20px;
  }
  .manufacture-page .manufacture-3 ul li .img {
    width: 200px;
    height: 200px;
  }
  .manufacture-page .manufacture-3 .line {
    width: 80%;
  }
  .about-page .about-1 .bottom ul li h4 em {
    font-size: 60px;
  }
  .about-page .about-3 ul li {
    height: 320px;
  }
  .about-page .about-3 ul li .img {
    width: 300px;
    height: 180px;
  }
}
@media screen and (max-width: 1250px) {
      .about-page .about-3 .btn {
        top: 95px;
    }
  .manufacture-page .manufacture-1 .content .box {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 0 15px;
  }
  .manufacture-page .manufacture-1 .content {
    padding: 55px 0;
  }
  .manufacture-page .manufacture-2 .top ul li {
    position: relative;
    padding: 0 15px;
  }
  .about-page .about-1 .top .text {
    width: 100%;
    margin-top: 40px;
  }
  .about-page .about-1 .bottom ul {
    margin: 0 -5%;
  }
  .about-page .about-1 .bottom ul li {
    padding: 0 2%;
  }
  .about-page .about-3 ul li {
    height: 240px;
    padding: 0 15px;
  }
  .about-page .about-3 ul li .img {
    width: 265px;
    height: 155px;
  }
  .about-page .about-3 {
    padding: 85px 0;
  }
  .about-page .about-2 {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-3 .btn{
    display: none;
  }
  .about-page .about-2 ul li .box .text p {
    font-size: 16px;
  }
  .sustainability-page .sustainability-1 .content .left,
  .sustainability-page .sustainability-3 .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .sustainability-page .sustainability-1 .content .right,
  .sustainability-page .sustainability-3 .right {
    width: 100%;
    padding-left: 0;
  }
  .manufacture-page .manufacture-3 ul li .img {
    width: 120px;
    height: 120px;
  }
  .manufacture-page .manufacture-3 ul li .img .num {
    font-size: 16px;
    width: 35px;
    height: 35px;
  }
  .manufacture-page .manufacture-4 .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .manufacture-page .manufacture-4 .right {
    width: 100%;
    padding: 0 30px;
  }
  .about-page .about-1 .bottom ul li {
    width: 50%;
    margin: 20px 0;
  }
  .about-page .about-2 ul {
    margin: 0 -15px;
  }
  .about-page .about-2 ul li {
    padding: 0 15px;
  }
  .about-page .about-3 ul {
    margin: 0 -15px;
  }
  .about-page .about-3 ul li {
    height: auto;
    padding: 0 15px !important;
  }
  .about-page .about-3 ul li .img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 .top .btn{
    display: none
  }
  .manufacture-page .manufacture-3 .line {
    display: none;
  }
  .manufacture-page .manufacture-3 ul li {
    margin: 20px 0;
  }
  .manufacture-page .manufacture-3 ul li .img {
    width: 150px;
    height: 150px;
  }
  .about-page .about-1 .bottom ul li h4 em {
    font-size: 50px;
  }
  .about-page .about-1 .play_img {
    height: 200px;
  }
  .about-page .about-1 .play_img > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-page .about-2 ul li .box::before {
    bottom: 0;
  }
  .about-page .about-2 ul .slick-slide:nth-child(even) li .box::before {
    top: 0;
  }
  .about-page .about-2 ul li .box::after {
    bottom: 0;
  }
  .about-page .about-2 ul .slick-slide:nth-child(even) li .box::after {
    top: 0;
  }
  .about-page .about-1 .bottom ul li {
    width: 100%;
  }
  .about-page .about-1 .bottom ul li::after {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .manufacture-page .manufacture-2 .top ul li {
    width: 50%;
    margin: 20px 0;
  }
  .manufacture-page .manufacture-2 .top ul li::after {
    display: none;
  }
  .manufacture-page .manufacture-1 .content .box {
    padding: 60px 25px 50px;
  }
  .manufacture-page .manufacture-2 .text {
    margin-top: 20px;
  }
}
.prodet-page .prodet-1 .left .bigImg {
  position: relative;
}
.prodet-page .prodet-1 .left .bigImg span.arrow {
  cursor: pointer;
  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;
  width: 50px;
  height: 50px;
  background: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  color: #9e9e9e;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  font-size: 20px;
}
.prodet-page .prodet-1 .left .bigImg span.arrow.prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.prodet-page .prodet-1 .left .bigImg span.arrow.next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.prodet-page .prodet-1 .left .bigImg ul li .box {
  position: relative;
}
.prodet-page .prodet-1 .left .bigImg ul li .box .full-screen {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.prodet-page .prodet-1 .left .smallImg {
  padding: 0 25px;
  margin-top: 25px;
}
.prodet-page .prodet-1 .left .smallImg ul {
  margin: 0 -7px;
}
.prodet-page .prodet-1 .left .smallImg ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  background: transparent;
  cursor: pointer;
  width: 20px;
  height: 60px;
  overflow: hidden;
  color: transparent;
  border: none;
}
.prodet-page .prodet-1 .left .smallImg ul .slick-arrow:hover::before {
  color: var(--color);
}
.prodet-page .prodet-1 .left .smallImg ul .slick-arrow::before {
  content: '\e76e';
  font-family: 'iconfont';
  font-size: 20px;
  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%);
  color: #000;
  font-size: 24px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.prodet-page .prodet-1 .left .smallImg ul .slick-arrow.slick-prev {
  left: -20px;
}
.prodet-page .prodet-1 .left .smallImg ul .slick-arrow.slick-next {
  right: -20px;
}
.prodet-page .prodet-1 .left .smallImg ul .slick-arrow.slick-next::before {
  content: '\e76f';
}
.prodet-page .prodet-1 .left .smallImg ul .slick-current li .box,
.prodet-page .prodet-1 .left .smallImg ul li.cur .box {
  border-color: var(--color);
}
.prodet-page .prodet-1 .left .smallImg ul li {
  padding: 0 7px;
  width: calc(100% / 9);
}
.prodet-page .prodet-1 .left .smallImg.active ul{
  display: flex;
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .left .smallImg ul li .box {
  height: 60px;
  border: 2px solid transparent;
}
.prodet-page .prodet-1 .left .smallImg ul li .box img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.prodet-page .prodet-1 .left .btn {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  margin-left: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
}
.prodet-page .prodet-1 .left .btn:hover {
  color: var(--color);
  border-color: var(--color);
}
.prodet-page .prodet-1 .right .con .text {
  max-height: 125px;
  overflow: hidden;
  padding-bottom: 30px;
   mask: linear-gradient(to bottom, black 0%, 
                                black calc(100% - 4em),
                                transparent 100%);
  -webkit-mask: linear-gradient(to bottom, 
                                black 0%, 
                                black calc(100% - 4em), 
                                transparent 100%);
  transition: all 0.5s ease-out;
}
.prodet-page .prodet-1 .right .con .text.active {
  max-height: 500px;
  mask:transparent;
  overflow-y: auto;
  padding-right: 20px;
}
.prodet-page .prodet-1 .right .bot ul{
  margin: -10px 0;
}
.prodet-page .prodet-1 .right .bot ul li{
  padding: 10px 0;
  position: relative;
}
.prodet-page .prodet-1 .right .bot ul li p{
  padding-left: 16px;
}
.prodet-page .prodet-1 .right .bot ul li::before{
  content:"";
  display: block;
  width:6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top:20px;
  left: 0;
}
.prodet-page .prodet-1 .right .con .btn {
  font-size: 14px;
  border-bottom: 1px solid #000;
}
.prodet-page .prodet-2 {
  padding: 90px 0;
}
.prodet-page .prodet-2 ul {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.prodet-page .prodet-2 ul li .title {
  cursor: pointer;
  height: 110px;
  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-right: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.prodet-page .prodet-2 ul li .title h4 {
  font-size: 30px;
  font-weight: bold;
}
.prodet-page .prodet-2 ul li .title i {
  font-size: 40px;
  font-weight: bold;
}
.prodet-page .prodet-2 ul li .text {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
  font-size: 18px;
  padding: 0;
}
.prodet-page .prodet-2 ul li.active .text {
  padding: 30px 0;
  max-height: 1000px;
}
.related-download ul{
  margin: 0 -17px;
}
.prodet-page .related-download ul li{
  padding: 0 17px;
}
.prodet-page .related-download ul li .img-box {
  position: relative;
  display: block;
  border-radius: 15px;
}
.prodet-page .related-download ul li .img-box:hover > img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.prodet-page .related-download ul li .img-box:hover a.btn {
  opacity: 1;
}
.prodet-page .related-download ul li .img-box a.btn {
  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%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.prodet-page .related-Preview {
  padding: 130px 0;
}
.prodet-page .related-Preview .content {
  border-radius: 15px;
  overflow: hidden;
}
.prodet-page .related-Preview .content .btn{
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  z-index: 10;
  cursor: pointer;
}
.prodet-page .related-Preview .content .dibusuofangtubiao{
  position: absolute;
  right: 130px;
  bottom:60px;
  z-index: 10;
  cursor: pointer;
}
.prodet-page .related-Preview .content .img{
  z-index: 10;
}
.prodet-page .related-Preview .content .bg{
  inset:0;
  width:100%;
  height: 100%;
  background-repeat: repeat;
  background-size: 100%;
  /*background-size: 160px 100px;*/
  /*opacity: 0.5;*/
}
.prodet-page .related-case ul li .img-box {
  position: relative;
  display: block;
  border-radius: 15px;
}
.prodet-page .related-product ul li .img-box {
  position: relative;
  display: block;
  border-radius: 15px;
}
@media screen and (max-width: 1700px) {
  .prodet-page .prodet-1 .left .smallImg ul li .box {
    height: auto;
  }
  .prodet-page .prodet-1 .left .smallImg ul li{
    width: calc(100% / 8);
  }
}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-1 .left .smallImg ul li{
    width: calc(100% / 7);
  }
}
@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .left .smallImg ul li{
    width: calc(100% / 6);
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left .bigImg span.arrow {
    display: none !important;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
    .prodet-page .prodet-1 .left .smallImg ul li{
    width: calc(100% / 5);
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 ul li .title h4 {
    font-size: 24px;
  }
  .prodet-page .prodet-2 ul li .title i {
    font-size: 30px;
  }
    .prodet-page .prodet-1 .left .smallImg ul li{
    width: calc(100% / 4);
  }
}
@media screen and (max-width: 500px) {
    .prodet-page .prodet-1 .left .smallImg ul li{
    width: calc(100% / 3);
  }
}
.inner-page .sidebox .sideleft {
  width: 22%;
  position: sticky;
  top: 100px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  padding-right: 50px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #da1c28;
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 7px;
  position: relative;
  overflow: hidden;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 10px;
  line-height: 28px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 16px;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: #da1c28;
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active {
  color: #da1c28;
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 32px;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
}
.inner-page .sidebox .sideleft .widget .form1 textarea {
  height: 70px;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: #da1c28;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 0px 50px;
}


@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72%;
  }
  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
}




.newdet-page .section-title2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  position: relative;
  margin-bottom: 20px;
  margin-top: 50px;
}
.newdet-page p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}
.newdet-page blockquote {
  border-left: 7px solid #da1c28;
  padding: 45px;
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin: 35px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
}
.newdet-page blockquote p {
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.newdet-page blockquote::before {
  content: '\f10e';
  font-family: 'FontAwesome';
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: #000;
}
.newdet-page blockquote a {
  color: inherit;
}
.newdet-page blockquote cite {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 48px;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: #da1c28;
  font-weight: 600;
}
.newdet-page blockquote cite::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: #da1c28;
}
.newdet-page .n-content {
  font-size: 18px;
  line-height: 32px;
  color: #555;
}
.newdet-page .grid-box {
  margin-right: -12px;
}
.newdet-page .column {
  padding: 20px 12px 0;
}
.newdet-page .column:nth-child(1) {
  padding: 20px 12px 0 0;
}
.newdet-page .news-post-comment-wrap {
  display: flex;
  margin-bottom: 60px;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment {
  margin-right: 30px;
  flex: 0 0 auto;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment img {
  border-radius: 100%;
  width: 100px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content {
  margin-right: 26px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
  font-size: 12px;
  color: #555;
  font-weight: 400;
  margin-left: 15px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
  font-size: 14px;
  color: #555;
  margin: 0;
  font-weight: 400;
  transition: .5s;
  -webkit-transition: .5s;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
  color: #da1c28;
}
.newdet-page .s_link {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
  width: 50%;
  padding: 50px 0;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.newdet-page .s_link .list .img {
  width: 80px;
  height: 80px;
  min-width: 80px;
}
.newdet-page .s_link .list .img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .s_link .list .cont a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
  color: #da1c28;
}
.newdet-page .s_link .list .cont .tip {
  font-size: 16px;
  line-height: 2;
  color: #444;
}
.newdet-page .s_link .list .cont .des {
  color: #000;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
.newdet-page .s_link .list.next {
  padding-right: 0;
  padding-left: 15px;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
  margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
  margin-left: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  text-align: right;
}
.newdet-page .news-comment-section {
  padding-top: 48px;
}
.newdet-page .news-comment-section h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.newdet-page .news-comment-section form {
  margin-top: 15px;
}
.newdet-page .news-comment-section form .column {
  padding: 0;
}
.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
  border-bottom-width: 1px;
  border-color: #da1c28;
}
.newdet-page .news-comment-section form li button {
  font-weight: 600;
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid transparent;
  border-radius: 80px;
  background-color: #da1c28;
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
.newdet-page .news-comment-section form li button:hover {
  background: #000;
}
.newdet-page .news-comment-section form li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .newdet-page blockquote {
    padding: 20px 10px;
  }
  .newdet-page .grid-box {
    margin-right: 0;
  }
  .newdet-page .column {
    padding: 10px 0;
    width: 100%;
  }
  .newdet-page .column:nth-child(1) {
    padding: 10px 0;
  }
  .newdet-page .news-post-comment-wrap {
    display: block;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-comment {
    text-align: center;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-content {
    margin: 32px 0 0 0;
  }
  .newdet-page .news-comment-section form .column {
    width: 100%;
  }
  .newdet-page .s_link .list {
    width: 100%;
  }
  .newdet-page .s_link .list.next {
    border: none;
    border-top: 1px solid #d9d9d9;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .s_link {
    margin-top: 20px;
  }
  .newdet-page .s_link .list {
    padding: 20px 0;
  }
}





.faq-page .faq-1 {
    padding-top: 70px;
    position: relative
}

.faq-page .faq-1:before {
    content: attr(data-text);
    position: absolute;
    top: -40%;
    right: 20%;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    font-size: 390px;
    font-weight: 700;
    color: rgb(240 2 1/10%);
    opacity: .87
}

.faq-page .faq-1 h2 {
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 50px;
    font-family: 'Mokoto'
}

.faq-page .faq-2 {
    padding: 140px 0
}

.faq-page .faq-2 .box {
    margin: -15px
}

.faq-page .faq-2 .left {
    width: 100%;
    padding: 15px
}

.faq-page .faq-2 .right {
    width: 25%;
    padding: 15px
}

.faq-page .faq-2 ul li:not(:last-child) {
    margin-bottom: 20px
}

.faq-page .faq-2 ul li h4 {
    height: 70px;
    line-height: 70px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    background: #f3f3f3;
    padding-left: 40px;
    padding-right: 70px;
    cursor: pointer;
    cursor: hand
}

.faq-page .faq-2 ul li h4:after {
    content: "+";
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0;
    font-family: initial
}

.faq-page .faq-2 ul li .text {
    padding: 15px 40px;
    display: none
}

.faq-page .faq-2 ul li.active h4 {
    color: #fff;
    background: #1e2023;
}

.faq-page .faq-2 ul li.active h4:after {
    content: "-";
    color: #fff;
    background: #f00201
}

.faq-page .faq-search {
    max-width: 770px;
    margin: auto
}

.faq-page .faq-search form {
    position: relative
}

.faq-page .faq-search input {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    height: 65px;
    border: 1px solid #c8c4c1;
    background: 0 0;
    padding: 0 20px
}

.faq-page .faq-search button {
    width: 65px;
    height: 65px;
    background: 0 0;
    border: none;
    position: absolute;
    right: 0;
    top: 0
}

.gl-page ul {
    margin: -15px
}

.gl-page ul li {
    padding: 15px
}
@media screen and (max-width: 1000px) {

    .faq-page .faq-2 .left {
        width: 100%
    }

    .faq-page .faq-2 .right {
        display: none
    }

    .faq-page .faq-1:before {
        display: none
    }

    .faq-page .faq-1 h2 {
        font-size: 30px;
        line-height: 1.6
    }


    .faq-page .faq-2 {
        padding: 60px 0
    }

    .faq-page .faq-2 ul li h4 {
        padding-left: 15px;
        height: 100px;
        line-height: 30px;
        font-size: 16px;
        padding-top: 10px
    }

    .faq-page .faq-2 ul li:not(:last-child) {
        margin-bottom: 20px
    }

    .faq-page .faq-1 {
        padding: 0
    }
  }


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

.product-page .init-1 .container .content {
    margin-top: 30px
}

.product-page .init-1 .container .content .swiper .swiper-slide {
    width: -webkit-calc(100%/7);
    width: -moz-calc(100%/7);
    width: calc(100%/7)
}

.product-page .init-1 .container .content .swiper .swiper-slide .box .img {
    display: block
}

.product-page .init-1 .container .content .swiper .swiper-slide .box .img img {
    width: 100%
}

.product-page .init-1 .container .content .swiper .swiper-slide .box .subImg {
    position: relative;
    z-index: 2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
    margin: -30px auto 0
}

.product-page .init-1 .container .content .swiper .swiper-slide .box .subImg .img {
    width: 32px;
    height: 32px
}

.product-page .init-1 .container .content .swiper .swiper-slide .box .name {
    margin-top: 10px;
    text-align: center;
    display: block
}

.product-page .init-1 .container .content .swiper .swiper-slide .box:hover .subImg {
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
    box-shadow: 0 2px 2px rgba(0,0,0,.4);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.product-page  {
    background-color: #f8f8f8
}

.product-page .init-2 .container .titleC {
    position: relative;
    z-index: 2
}

.product-page .init-2 .container .titleC .right {
    margin-left: auto
}

.product-page .init-2 .container .titleC .right .catList {
    font-weight: 300;
    cursor: pointer;
    position: relative
}

.product-page .init-2 .container .titleC .right .catList .cont {
    position: relative;
    background-color: #f2f2f2;
    padding: 10px 40px 10px 14px;
    min-width: 200px
}

.product-page .init-2 .container .titleC .right .catList .cont i {
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    font-size: 16px;
    position: absolute;
    top: 18px;
    right: 10px
}

.product-page .init-2 .container .titleC .right .catList .cont.active i {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.product-page .init-2 .container .titleC .right .catList ul {
    width: 100%;
    background-color: #f2f2f2;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #e9e9e9
}

.product-page .init-2 .container .titleC .right .catList ul li a {
    display: block;
    padding: 6px 10px;
    border-bottom: 1px solid #e9e9e9
}

.product-page .init-2 .container .titleC .right .catList ul li a:hover {
    background-color: #000;
    color: #fff
}

.product-page .init-2 .container .titleC .right .catList ul li:last-child a {
    border-bottom: none
}

.product-page .init-2 .container .catDes {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 4px;
    font-size: 16px;
    line-height: 30px
}

.font-28 {
    line-height: 1.6
}

.font-20 {
    line-height: 36px
}

.product-page .init-2 .container .productList ul {
    padding-bottom: 60px;
    border-bottom: 1px solid #ddd
}

.product-page .init-2 .container .productList ul>p {
    margin: 20px;
    letter-spacing: 0;
    font-size: 16px
}

.product-page .init-2 .container .productList ul li .box {
    padding: 30px 14px 30px
}

.product-page .init-2 .container .productList ul li .box .img {
    width: 100%;
    display: block;
    margin: auto;
    position: relative
}

.product-page .init-2 .container .productList ul li .box .img img {
    width: 100%
}

.product-page .init-2 .container .productList ul li .box .img .img2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.product-page .init-2 .container .productList ul li .box .title {
    display: block;
    margin-top: 10px
}

.product-page .init-2 .container .productList ul li .box:hover {
    background-color: #fff
}

.product-page .init-2 .container .productList ul li .box:hover .img .img {
    opacity: 0
}

.product-page .init-2 .container .productList ul li .box:hover .img .img2 {
    opacity: 1
}

.prodet-page .init-1 {
    position: relative
}

.prodet-page .init-1 .titleC {
    height: 490px;
    -o-background-size: cover;
    background-size: cover
}

.prodet-page .init-1 .titleC .name {
    text-align: center;
    font-size: 70px;
    color: rgba(0,0,0,.1);
    font-weight: 500;
    line-height: 1.2
}

.prodet-page .init-1 .bigImg {
    position: absolute;
    width: 100%;
    top: 50px;
    z-index: 2
}

.prodet-page .init-1 .bigImg a {
    display: block
}

.prodet-page .init-1 .bigImg a img {
    height: 380px;
    -o-object-fit: contain;
    object-fit: contain
}

.prodet-page .init-1 .container .sPageC {
    font-weight: 500;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    font-size: 16px;
    padding: 8px 26px;
    border-radius: 20px
}

.prodet-page .init-1 .container .sPageC .btn {
    width: 12px;
    text-align: center;
    cursor: pointer
}

.prodet-page .init-1 .container .sPageC .num {
    width: 40px;
    margin: 0 40px;
    text-align: center
}

.prodet-page .init-1 .container .galleryImg {
    width: 480px;
    margin: -40px 0 0 auto
}

.prodet-page .init-1 .container .galleryImg li {
    border: none;
    padding: 0 9px
}

.prodet-page .init-1 .container .galleryImg li img {
    width: 100%
}

.prodet-page .init-2 .container {
    border-top: 1px solid #dbdbdb
}

.prodet-page .init-2 .container .left {
    width: 50%;
    border-right: 1px solid #dbdbdb;
    padding: 50px 80px 30px 0;
    font-weight: 500
}

.prodet-page .init-2 .container .left .type {
    color: #9a9a9a
}

.prodet-page .init-2 .container .left .title {
    margin-top: 20px
}

.prodet-page .init-2 .container .right {
    width: 50%;
    padding: 90px 60px 80px 50px
}

.prodet-page .init-2 .container .right .tips {
    font-weight: 500
}

.prodet-page .init-2 .container .right .des {
    color: #686868;
    margin-top: 16px;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 4px
}

.prodet-page .init-2 .container .right .more {
    margin-top: 30px;
    border: 1px solid #000;
    cursor: pointer
}

.prodet-page .init-3 {
    background-color: #f0f0f0
}

.prodet-page .init-3 .container .left .tips {
    font-weight: 500
}

.prodet-page .init-3 .container .left ul {
    margin-top: 120px
}

.prodet-page .init-3 .container .left ul li {
    color: #d8d1d1;
    border-left: 1px solid #d1d1d1;
    padding: 10px 5px 10px 18px;
    cursor: pointer;
    text-transform: capitalize
}

.prodet-page .init-3 .container .left ul li.active {
    color: #000;
    border-left: 1px solid #000
}

.prodet-page .init-3 .container .right {
    width: 70%;
    margin-left: auto;
    margin-top: 20px
}

.prodet-page .init-3 .container .right ul li .formInfo .tipsDes {
    color: #393939;
    margin-top: 70px;
    max-width: 820px
}

.prodet-page .init-3 .container .right ul li .formInfo form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.prodet-page .init-3 .container .right ul li .formInfo form .listC {
    margin-top: 26px;
    width: -webkit-calc(37%);
    width: -moz-calc(37%);
    width: calc(50% - 13px)
}

.prodet-page .init-3 .container .right ul li .formInfo form .listC input,.prodet-page .init-3 .container .right ul li .formInfo form .listC textarea {
    width: 100%;
    border: none;
    background-color: #fff;
    margin-top: 6px;
    padding: 11px 16px;
    font-size: 16px
}

.prodet-page .init-3 .container .right ul li .formInfo form .listC.wid-100 {
    width: 100%
}

.prodet-page .init-3 .container .right ul li .formInfo form .listC .moreC .more {
    padding: 10px 30px;
    cursor: pointer
}

.prodet-page .contact-page form input,.prodet-page .contact-page form textarea {
    background-color: #fff
}

.prodet-page .contact-page form button {
    background-color: var(--color);
    color: #fff
}

.prodet-page .contact-page form button:hover {
    background-color: #000
}

.seoPublic2 .init-1 .container {
    max-width: 1080px;
    text-align: center
}

.seoPublic2 .init-1 .container .tipsTitle2 {
    margin-top: 10px
}

.seoPublic2 .init-1 .container .des {
    margin-top: 10px
}

.seoPublic2 .init-1 .container .more {
    margin-top: 30px
}

.seoPublic2 .line {
    background-color: #ececec;
    height: 2px
}

.seoPublic2 .init-2 .container .content {
    max-width: 1220px;
    margin: auto
}

.seoPublic2 .init-2 .container .content .swiper .swiper-slide {
    width: 20%
}

.seoPublic2 .init-2 .container .content .swiper .swiper-slide .box .img img {
    width: 100%
}

.seoPublic2 .init-3 {
    background-color: #f9f9f9
}

.seoPublic2 .init-3 .container .tipsTitle {
    text-align: center
}

.seoPublic2 .init-3 .container .content {
    margin: 0 -110px;
    margin-top: 70px
}

.seoPublic2 .init-3 .container .content .swiper .swiper-slide {
    height: auto
}

.seoPublic2 .init-3 .container .content .swiper .swiper-slide .box {
    height: 100%;
    border-left: 2px solid #d4d4d4;
    padding: 0 110px
}

.seoPublic2 .init-3 .container .content .swiper .swiper-slide .box .timeC .type {
    margin-left: 16px
}

.seoPublic2 .init-3 .container .content .swiper .swiper-slide .box .timeC .type .cir {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    margin-top: -2px
}

.seoPublic2 .init-3 .container .content .swiper .swiper-slide .box .timeC .type span {
    width: -webkit-calc(90%);
    width: -moz-calc(90%);
    width: calc(100% - 10px);
    padding-left: 6px
}

.seoPublic2 .init-3 .container .content .swiper .swiper-slide .box .title {
    font-weight: 600;
    display: block;
    margin-top: 10px;
}

.seoPublic2 .init-3 .container .content .swiper .swiper-slide .box .des {
    margin-top: 16px;
    color: #7b7b7b
}

.seoPublic2 .init-3 .container .content .swiper .swiper-slide-active .box {
    border-left: 2px solid rgba(212,212,212,0)
}

.seoPublic2 .init-3 .container .moreC .more {
    border: 1px solid #000;
    margin-top: 70px
}

.seoPublic2 .init-4 .container {
    text-align: center
}

.seoPublic2 .init-4 .container .text {
    text-align: left
}

.seoPublic2 .init-4 .container .text h3 {
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
    margin: 10px 0
}

.seoPublic2 .init-5 .container .tips {
    font-weight: 500
}

.seoPublic2 .init-5 .container .content {
    margin-top: 50px
}

.seoPublic2 .init-5 .container .content .swiper .swiper-slide {
    width: 25%
}

.seoPublic2 .init-5 .container .content .swiper .swiper-slide .box .img {
    display: block
}

.seoPublic2 .init-5 .container .content .swiper .swiper-slide .box .img img {
    width: 100%
}

.seoPublic2 .init-5 .container .content .swiper .swiper-slide .box .cate {
    margin-top: 16px;
    color: #919191
}

.seoPublic2 .init-5 .container .content .swiper .swiper-slide .box .title {
    margin-top: 6px;
    display: block;
    font-weight: 500
}

@media (max-width: 1500px) {
    .seoPublic2 .init-3 .container .content {
        margin:70px -80px 0
    }

    .seoPublic2 .init-3 .container .content .swiper .swiper-slide .box {
        padding: 0 80px
    }
}

@media (max-width: 1250px) {
    .seoPublic2 .init-3 .container .content {
        margin:40px 0 0
    }

    .seoPublic2 .init-3 .container .content .swiper .swiper-slide .box {
        padding: 0 20px
    }

    .about-page .about-2 {
        background-image: none !important
    }
}

@media (max-width: 700px) {
    .seoPublic2 .init-3 .container .content .swiper .swiper-slide .box .timeC .type {
        width:100%;
        padding-left: 0;
        margin-left: 0;
        margin-top: 10px
    }
}

@media (max-width: 500px) {
    .seoPublic2 .init-3 .container .content .swiper .swiper-slide .box {
        border-left:none;
        padding: 0 5px
    }

    .seoPublic2 .init-3 .container .moreC .more {
        margin-top: 30px
    }

    .seoPublic2 .init-5 .container .content {
        margin-top: 20px
    }
}

.inner-page .m-page>div {
  MARGIN-TOP: 100PX;
    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;
    gap: .5em
}

.inner-page .m-page a,.inner-page .m-page span {
    width: 2em;
    height: 2em;
    border: 1px solid #eee;
    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;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page .m-page a:hover,.inner-page .m-page span.current {
    background-color: var(--color);
    color: #fff
}

.previewDialog {
  width: 800px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  position: fixed;
  top: 160px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 50;
  padding: 80px 60px 50px;
}
.previewDialog i {
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  color: white;
}
.previewDialog .previewDialog-box {
  height: 60vh;
}
.previewDialog .previewDialog-box .left {
  width: 30%;
}
.previewDialog .previewDialog-box .left h3{
  font-size: 30px;
}
.previewDialog .previewDialog-box .right {
  width: 70%;
  height: 100%;
  padding-left: 40px;
}
.previewDialog .previewDialog-box .right ul {
  margin: 0 -7px;
  max-height: 100%;
  overflow-y: auto;
  padding-right: 30px;
}
.previewDialog .previewDialog-box .right ul li {
  width: 33.33333333%;
  padding: 0 7px 15px;
  cursor: pointer;
}
.previewDialog .previewDialog-box .right ul li h5{
  text-transform: uppercase;
}
.previewDialog .previewDialog-box .right ul li .img{
  border: 1px solid transparent;
  transition: all 0.5s;
}
.previewDialog .previewDialog-box .right ul li:hover .img{
  border-color:var(--color);
}
.related-honor ul li{
  display: flex !important;
  align-items: center;
  height: 540px;
}
@media screen and (max-width: 1000px) {
  /*.related-honor ul li{
    height: auto;
  }*/
  .previewDialog{
    width: 95vw;
    top: 85px;
  }
  .prodet-page .related-Preview .content .btn img{
    width: 60px;
  }
  .prodet-page .related-Preview .content .dibusuofangtubiao {
    right: 20px;
    bottom: 20px;
    width: 40px;
  }
  .previewDialog .previewDialog-box .right ul li {
    width: 50%;
  }
  .previewDialog {
    padding: 80px 30px 50px;
  }
  .prodet-page .related-Preview {
    padding: 80px 0;
  }
}
@media screen and (max-width: 500px) {
  .previewDialog .previewDialog-box .left{
    width: 100%;
  }
  .previewDialog .previewDialog-box .right{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .related-honor .top h2,
  .related-product .top h2{
    width: 100%;
    margin-bottom: 25px;
  }
  .previewDialog .previewDialog-box .right ul {
    max-height: 85%;
  } 
  .related-case .more{
    margin-top: 30px;
  }
}
#innerMobileBanner{
  display: none;
}

