@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.eot') format('embedded-opentype'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.eot') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.eot') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.eot') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.eot') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Poppins';
  --color: #00b5e2;
  font-weight: 400;
  margin: 0 auto;
}
.container {
  width: 1530px;
}
.width28{
  width: 28px;
}
.beer-reveal{
  border-right: 2px solid var(--color);
}
.beer-range:focus~.beer-handle{
  background: var(--color);
}
.beer-handle{
  color: #fff;
  background: var(--color);
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
@-webkit-keyframes loading-wrap-logo {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
@-moz-keyframes loading-wrap-logo {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
@keyframes loading-wrap-logo {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
#loading-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 666;
  left:0;
  top: 0;
}
#loading-wrap .logo-content {
  max-width: 300px;
  -webkit-animation: loading-wrap-logo 1.3s linear infinite alternate;
  -moz-animation: loading-wrap-logo 1.3s linear infinite alternate;
  animation: loading-wrap-logo 1.3s linear infinite alternate;
}
@media screen and (max-width: 700px) {
  #loading-wrap .logo-content {
    max-width: 200px;
  }
}
.lh-0 {
  line-height: 0.8;
}
.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;
}
.grid-box {
  font-size: 0;
  vertical-align: top;
}
.grid-box .column {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
.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%;
  }
}

.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 200px;
  /*min-height: 100%;*/
  z-index: 99999;
  display: none;
  box-shadow:  0 0 8px rgba(0, 0, 0, 0.1);
}
.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;
}
.search-box form input[type='submit']:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.m-auto {
  margin: auto;
}
.tit-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tit-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.tit-semi {
  font-weight: 600;
}
.txt-light {
  font-weight: 300;
}
.white {
  color: white;
}
.text-right {
  text-align: right;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.m-color {
  color: var(--color);
}
.primary-color {
  color: var(--color);
}
.t_l {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.txt-color {
  color: #666;
}
span.tag {
  font-size: 16px;
  padding: 5px 20px;
  border: 1px solid #666666;
  border-radius: 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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
h2.h-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
}
h2.h-title::after {
  content: '';
  display: block;
  width: 40px;
  height: 9px;
  background-color: var(--color);
  margin-top: 5px;
}
h2.h-title.center::after {
  margin: 0 auto;
}
@-webkit-keyframes play_scale {
  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 play_scale {
  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 play_scale {
  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);
  }
}
@-webkit-keyframes img_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes img_rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes img_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes img_animate1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-moz-keyframes img_animate1 {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes img_animate1 {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes img_animate2 {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes img_animate2 {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes img_animate2 {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
#Pop_UpsBtn{
  right: 20px !important;
  bottom:120px !important;
}
#Pop_UpsBtn i{
  font-size: 28px;
}
.language-box .zhuyu {
  border: 1px solid white;
  border-radius: 35px;
  width: 120px;
  height: 35px;
}
.language-box .zhuyu span {
  font-size: 18px;
}
.language-box .zhuyu i {
  font-size: 20px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: 0;
  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;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  background-color: transparent;
}
#header.active,
#header.inner{
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#header .nav {
  height: 100px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .logo .logo1{
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .logo .logo2{
  position: absolute;
  inset:0;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active .nav .logo .logo1,
#header.inner .nav .logo .logo1{
  opacity: 0;
}

#header.active .nav .logo .logo2,
#header.inner .nav .logo .logo2{
  opacity: 1;
}
#header.active .nav .ui.menu .menu-box ul.menu > li,
#header.inner .nav .ui.menu .menu-box ul.menu > li{
  color: black;
}
#header.active .nav .ui.menu .menu-box ul.menu > li:hover,
#header.inner .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: var(--color);
  color: var(--color);
}
#header.active .nav .right .h-search,
#header.inner .nav .right .h-search,
#header.active .nav .right .h-inquiry,
#header.inner .nav .right .h-inquiry,
#header.active .nav .right .language-box .zhuyu > img,
#header.inner .nav .right .language-box .zhuyu > img{
  filter: brightness(0);
}
#header.active .nav .right .language-box .zhuyu,
#header.inner .nav .right .language-box .zhuyu{
  border-color: black;
  color: black;
}





#header .nav .logo img{
  width: 201px;
}
#footer .f-logo img{
  width: 317px;
}

#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  margin-right: 50px;
  color: white;
  border-bottom: 1px solid transparent;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: white;
}
#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: 160%;
  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: 15px 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;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #00b5e2;
  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 {
  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;
}
.more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 8px 0 15px;
  height: 45px;
  background-color: var(--color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--color);
  border-radius: 5px;
}
.more:hover,
.more:focus {
  color: var(--color);
  background-color: transparent;
}
.more:hover i,
.more:focus i {
  background-color: var(--color);
  color: white;
}
.more.white {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
.more.white i {
  background-color: white;
  color: var(--color);
}
.more.white:hover,
.more.white:focus {
  color: white;
  background-color: var(--color);
  border-color: var(--color);
}
.more.white:hover i,
.more.white:focus i {
  background-color: white;
  color: var(--color);
}
.more i {
  margin-left: 20px;
  font-size: 16px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  line-height: 30px;
  color: var(--color);
  font-weight: bold;
}
.more span {
  font-size: 18px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .container {
  left: 50%;
  bottom: 120px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#banner .banner-content ul li video{
  width: 100%;
  max-height: 100vh;
  object-fit: cover;
  object-position: bottom;
  filter: brightness(0.8);
}
#banner .banner-dots {
  position: absolute;
  left: 50%;
  bottom: 55px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .banner-dots .slick-dots {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner .banner-dots .slick-dots li {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .banner-dots .slick-dots li.slick-active {
  border-color: var(--color);
}
#banner .banner-dots .slick-dots li.slick-active button {
  background-color: var(--color);
}
#banner .banner-dots .slick-dots li button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #747474;
  overflow: hidden;
  color: transparent;
  border: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body {
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
}
#index-body .homepage-1 .bottom ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 315px 315px;
  gap: 30px;
  height: auto;
}
#index-body .homepage-1 .bottom ul li:nth-child(1) {
  grid-column: 1;
  grid-row: span 2;
}
#index-body .homepage-1 .bottom ul li:nth-child(2) {
  grid-column: 0.75;
  grid-row: 0.5;
}
#index-body .homepage-1 .bottom ul li:nth-child(3) {
  grid-column: 0.75;
  grid-row: 0.5;
}
#index-body .homepage-1 .bottom ul li:nth-child(4) {
  grid-column: 0.75;
  grid-row: 0.5;
}
#index-body .homepage-1 .bottom ul li:nth-child(5) {
  grid-column: 0.75;
  grid-row: 0.5;
}
#index-body .homepage-1 .bottom ul li:nth-child(n + 2) .box .text {
  padding: 40px 30px 100px;
}
#index-body .homepage-1 .bottom ul li .box {
  height: 100%;
  position: relative;
}
#index-body .homepage-1 .bottom ul li .box .img {
  border-radius: 20px;
}
#index-body .homepage-1 .bottom ul li .box .text {
  padding: 80px 30px 100px;
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 20px;
}
#index-body .homepage-1 .bottom ul li .box .text .con {
  color: #a5a5a5;
}
#index-body .homepage-1 .bottom ul li .box:hover .text {
  opacity: 1;
}
#index-body .homepage-1 .bottom ul li .box:hover .bot h4{
  opacity: 0;
}
#index-body .homepage-1 .bottom ul li .box .bot {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
}
#index-body .homepage-1 .bottom ul li .box .bot h4{
  width: calc(100% - 100px);
}
#index-body .homepage-1 .bottom ul li .box a.btn {
  width: 100px;
  height: 100px;
  margin-bottom: -1px;
  margin-right: -1px;
  zoom: 0.7;
}
#index-body .homepage-1 .bottom ul li .box a.btn i {
  font-size: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--color);
  color: white;
  text-align: center;
  line-height: 60px;
  position: absolute;
  right: 12px;
  bottom: 10px;
}
#index-body .homepage-2 {
  height: 940px;
  background: url('../images/h-about.jpg') no-repeat;
  background-size: cover;
}
#index-body .homepage-2 .container {
  height: 100%;
}
#index-body .homepage-2 .container .bottom ul {
  margin: 0 -8%;
}
#index-body .homepage-2 .container .bottom ul li {
  width: 25%;
  position: relative;
}
#index-body .homepage-2 .container .bottom ul li:nth-child(1)::before {
  display: none;
}
#index-body .homepage-2 .container .bottom ul li::before {
  content: '';
  display: block;
  width: 1px;
  height: 125px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .homepage-2 .container .bottom ul li .box {
  text-align: center;
}
#index-body .homepage-2 .container .bottom ul li .box h4 {
  font-size: 60px;
  font-weight: 500;
  line-height: 0.8;
}
#index-body .homepage-2 .container .bottom ul li .box p {
  font-size: 18px;
  margin-top: 40px;
}
#index-body .homepage-3 .bottom .left{
  border-radius: 20px;
  overflow: hidden;
}
#index-body .homepage-3 .bottom .left img{
  opacity: 0;
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-3 .bottom .left img:nth-child(n + 2){
  position: absolute;
  inset:0;
}
#index-body .homepage-3 .bottom .left img.active{
  opacity: 1;
  z-index: 2;
}
#index-body .homepage-3 .bottom .right ul li {
  padding-top: 30px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#index-body .homepage-3 .bottom .right ul li:first-child {
  padding-top: 0;
}
#index-body .homepage-3 .bottom .right ul li.active .tit {
  color: #000;
}
#index-body .homepage-3 .bottom .right ul li.active .tit i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#index-body .homepage-3 .bottom .right ul li:hover .tit {
  color: #000;
}
#index-body .homepage-3 .bottom .right ul li .tit {
  font-size: 32px;
  font-weight: 600;
  color: #999;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
#index-body .homepage-3 .bottom .right ul li .tit span.num {
  display: block;
  width: 50px;
}
#index-body .homepage-3 .bottom .right ul li .tit h4 {
  width: -webkit-calc(100% - 95px);
  width: -moz-calc(100% - 95px);
  width: calc(100% - 95px);
}
#index-body .homepage-3 .bottom .right ul li .tit i {
  width: 45px;
  text-align: center;
  font-size: 30px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-3 .bottom .right ul li .text {
  padding: 20px 10% 0 50px;
}
#index-body .homepage-4 {
  background-color: #f6f6f6;
  height: 655px;
}
#index-body .homepage-4 .left {
  padding-left: 210px;
}
#index-body .homepage-4 .right {
  height: 100%;
  overflow: hidden;
  margin: 0 -8px;
}
#index-body .homepage-4 .right .list_box {
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  height: 100%;
}
#index-body .homepage-4 .right .list_box:nth-child(2) .list {
  transform: rotate(180deg);
}
#index-body .homepage-4 .right .list_box:nth-child(2) .list .img img{
  transform: rotate(-180deg);
}
#index-body .homepage-4 .right .list_box .list {
  width: 100%;
  height: 100%;
  padding: 0 8px;
}
#index-body .homepage-4 .right .list_box .list ul{
  transition-timing-function: linear;
}
#index-body .homepage-4 .right .list_box .list ul li{
  height: fit-content;
}
#index-body .homepage-4 .right .list_box .list .img {
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

#index-body .homepage-5 .bottom ul{
  margin: 0 -10px;
}
#index-body .homepage-5 .bottom ul li{
  padding: 10px;
}
#index-body .homepage-5 .bottom ul li .box {
  border-radius: 12px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#index-body .homepage-5 .bottom ul li .box a.img{
  overflow: hidden;
  display: block;
}
#index-body .homepage-5 .bottom ul li .box:hover a.img img{
  transform: scale(1.1);
}
#index-body .homepage-5 .bottom ul li .box .date {
  font-size: 18px;
  height: 80px;
  padding: 0 30px;
}
#index-body .homepage-5 .bottom ul li .box .text {
  padding: 25px 30px 30px;
  display: block;
}
#index-body .homepage-5 .bottom ul li .box .text a.more {
  margin: 25px auto 0;
  border-color: #999;
  color: #999;
  background-color: transparent;
}
#index-body .homepage-5 .bottom ul li .box .text a.more i {
  background-color: #999;
  color: white;
}
#index-body .homepage-5 .bottom ul li .box .text a.more:hover {
  color: white;
  background-color: var(--color);
  border-color: var(--color);
}
#index-body .homepage-5 .bottom ul li .box .text a.more:hover i {
  background-color: white;
  color: var(--color);
}
#footer {
  background: url(../images/footer-bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 100px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
#footer .form_box .form {
  width: 70%;
  max-width: 1015px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .form_box .form 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: 0 -15px;
}
#footer .form_box .form form ul li {
  width: 22%;
  padding: 0 15px;
  height: 45px;
}
#footer .form_box .form form ul li:nth-child(3) {
  width: -webkit-calc(56% - 200px);
  width: -moz-calc(56% - 200px);
  width: calc(56% - 200px);
}
#footer .form_box .form form ul li:last-child {
  width: 200px;
}
#footer .form_box .form form ul li button.more {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 35px;
}
#footer .form_box .form form ul li input[type='text'] {
  width: 100%;
  height: 100%;
  border: none;
  background-color: white;
  color: #000;
  font-size: 18px;
  padding: 0 20px;
  border-radius: 5px;
}
#footer .form_box .form form ul li input[type='text']::-webkit-input-placeholder {
  color: #999;
}
#footer .top {
  color: #838383;
}
#footer .top ul li h4 {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 50px;
  color: white;
}
#footer .top ul li span {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #929393;
}
#footer .top ul li span:hover {
  color: #fff;
}
#footer .top ul li span:last-child {
  margin-bottom: 0;
}
#footer .top ul li.logo {
  max-width: 375px;
}
#footer .top ul li.contact {
  max-width: 325px;
}
#footer .top ul li.contact .list {
  margin-bottom: 25px;
}
#footer .top ul li.contact .list:last-child {
  margin-bottom: 0;
}
#footer .top ul li.contact .list i {
  display: block;
  width: 48px;
}
#footer .top ul li.contact .list p {
  font-size: 18px;
  width: -webkit-calc(100% - 48px);
  width: -moz-calc(100% - 48px);
  width: calc(100% - 48px);
  margin-top: -7px;
}
#footer .bottom {
  width: 100%;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 19px 0;
}
#footer .bottom span {
  font-size: 14px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0.6;
}
#footer .bottom span a.copyright {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
}
#footer .bottom span img {
  width: auto;
  height: 16px;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
#footer #ewm canvas,
#footer #ewm img {
  width: 85px;
  height: 85px;
  border: 5px solid #fff;
  border-radius: 5px;
}
#footer .share a {
  color: white;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--color);
  margin-right: 30px;
}
#footer .share a:last-child {
  margin-right: 0;
}
#footer .share a:hover {
  color: white;
  background-color: var(--color);
}
#footer .share a i {
  font-size: 22px;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
  }
  #index-body .homepage-1 .bottom ul {
    grid-template-rows: 275px 275px;
  }
  #index-body .homepage-2 {
    height: 780px;
  }
  #index-body .homepage-2 .container .bottom ul {
    margin: 0;
  }
  #index-body .homepage-2 .container .bottom ul li .box p {
    margin-top: 15px;
  }
  #index-body .homepage-3 .bottom .right ul li .tit {
    font-size: 28px;
  }
  #pups_from.hwaq-popup--compact form ul li input, 
  #pups_from.hwaq-popup--compact form ul li select {
    min-height: 35px !important;
    padding: 5px 14px !important;
  }
}
@media screen and (max-width: 1450px) {
  .language-box .zhuyu {
    width: 100px;
  }
  .language-box .zhuyu > img {
    width: 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
    font-size: 17px;
  }
  #header .nav .logo {
    max-width: 140px;
  }
  #index-body .homepage-1 .bottom ul {
    grid-template-rows: 230px 230px;
  }
  #index-body .homepage-1 .bottom ul li:nth-child(n + 2) .box .text {
    padding: 25px 30px 100px;
  }
  #index-body .homepage-1 .bottom ul li .box .text h4 {
    margin-bottom: 10px;
  }
  #index-body .homepage-2 {
    height: 700px;
  }
  #index-body .homepage-3 .bottom .left {
    height: -webkit-fill-available;
  }
  #footer .form_box .form {
    width: 100%;
    max-width: 100%;
    margin-top: 45px;
  }
  #footer .top ul li h4{
    font-size: 20px;
    margin-bottom: 30px;
  }
  #footer .top ul li span {
    font-size: 14px;
  }
  #footer .top ul li.contact .list p {
    font-size: 14px;
    margin-top: -2px;
  }
  #footer .top ul li.contact .list i {
    width: 30px;
  }
  #footer .top ul li.contact .list i img{
    width: 16px;
  }
  #index-body .homepage-3 .bottom .right ul li .tit {
    font-size: 24px;
  }
}
@media screen and (max-width: 1250px) {
  #footer{
    border-radius: 0;
  }
  #index-body .homepage-1 .bottom ul li .box .img{
    height: 400px;
  }
  #index-body .homepage-1 .bottom ul li .box a.btn {
    margin-bottom: -2px;
    margin-right: -2px;
  }
  #banner .banner-content ul li .container {
    left: 50%;
    bottom: unset;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #index-body .homepage-1 .bottom ul {
    display: block;
    gap: 0;
    margin: 0 -5px;
  }
  #index-body .homepage-1 .bottom ul li {
    padding: 0 5px;
  }
  #index-body .homepage-1 .bottom ul li .box .text h4 {
    font-size: 20px;
  }
  #index-body .homepage-2 {
    height: 600px;
  }
  #index-body .homepage-2 {
    height: 600px;
  }
  #index-body .homepage-2 .container .bottom ul li .box p {
    margin-top: 15px;
    font-size: 16px;
  }
  #index-body .homepage-2 .container .bottom ul li .box h4 {
    font-size: 46px;
  }
  #index-body .homepage-5 .bottom ul li .box .date {
    font-size: 14px;
    height: 55px;
    padding: 0 15px;
  }
  #index-body .homepage-3 .bottom .right ul li{
    padding: 20px 0;
  }
  #index-body .homepage-3 .bottom .right ul li .tit {
    font-size: 22px;
  }
  #index-body .homepage-3 .bottom .right ul li .tit i {
    font-size: 24px;
  }
  h2.h-title {
    font-size: 30px;
  }
  #index-body .homepage-4 .left {
    padding-right: 45px;
  }
  #index-body .homepage-4 {
    height: 420px;
  }
  #footer .top ul li.link {
    display: none;
  }
  #index-body .homepage-3 .bottom .right ul li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .form_box .form form ul {
    margin: -5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .form_box .form form ul li {
    width: 50%;
    height: 60px;
    padding: 5px;
  }
  #footer .form_box .form form ul li:nth-child(3) {
    width: 100%;
  }
  #footer .top ul li.contact {
    max-width: 50%;
  }
  #footer .top ul li h4 {
    font-size: 24px;
  }
  #footer .share a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 15px;
  }
  #footer .share a i {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  h2.h-title br {
    display: none;
  }
  #index-body .homepage-1 .bottom ul li .box .bot h4 {
    font-size: 18px;
  }
  #banner .banner-content ul li .container h2 {
    width: 100%;
    margin-bottom: 20px;
  }
  #index-body .homepage-1 .top h2 {
    width: 100%;
  }
  #index-body .homepage-1 .top .text {
    width: 100%;
    margin-top: 25px;
    line-height: 1.6;
  }
  #index-body .homepage-2 .top .text {
    padding: 0;
    line-height: 1.6;
  }
  #index-body .homepage-2 .container .bottom {
    margin-top: 45px;
  }
  #index-body .homepage-2 .container .bottom ul li {
    width: 50%;
    padding: 15px;
  }
  #index-body .homepage-2 .container .bottom ul li::before {
    display: none;
  }
  #index-body .homepage-2 {
    height: auto;
  }
  #index-body .homepage-3 .bottom .left {
    height: auto;
  }
  #index-body .homepage-3 .top .text {
    width: 100%;
    margin-top: 30px;
    line-height: 1.6;
  }
  #index-body .homepage-3 .bottom {
    -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;
  }
  #index-body .homepage-3 .bottom .left {
    width: 100%;
    text-align: center;
  }
  #index-body .homepage-3 .bottom .right {
    width: 100%;
    margin-bottom: 45px;
    padding-left: 0;
  }
  #index-body .homepage-4 {
    height: auto;
    padding-top: 60px;
  }
  #index-body .homepage-4 .left {
    padding: 0 15px !important;
    width: 100%;
  }
  #index-body .homepage-4 .right {
    width: 100%;
    margin: 0;
    margin-top: 45px;
    height: 600px;
    overflow: hidden;
  }
  #index-body .homepage-5 .top .text {
    width: 100%;
    margin-top: 30px;
    line-height: 1.6;
  }
  #index-body .homepage-5 .bottom ul li .box .text h4 {
    font-size: 20px;
  }
  #footer {
    padding-top: 50px;
  }
  #footer .top ul li.logo {
    max-width: 45%;
  }
  #footer .top ul li.contact .list p {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .homepage-5 .bottom ul {
    margin: 0 -5px;
  }
  #index-body .homepage-1 .bottom ul li .box .bot h4 {
    font-size: 16px;
  }
  #index-body .homepage-5 .bottom ul li {
    padding: 10px 5px;
  }
  #index-body .homepage-1 .bottom ul li .box .text {
    padding: 25px 15px 50px;
  }
  #index-body .homepage-1 .bottom ul li .box a.btn {
    zoom: 0.6;
  }
  #index-body .homepage-1 .bottom ul li .box {
    border-radius: 10px;
  }
  #index-body .homepage-4 .right .list_box .list {
    padding: 0 5px;
  }
  #index-body .homepage-4 .right {
    height: 360px;
  }
  #index-body .homepage-5 .bottom ul li .box .text {
    padding: 15px 15px 20px;
  }
  #index-body .homepage-5 .bottom ul li .box .text h4 {
    font-size: 18px;
  }
  #footer .f-logo {
    max-width: 160px;
  }
  #footer .share a {
    margin-right: 10px;
  }
  #footer .top ul li h4 {
    margin-bottom: 30px;
  }
  #footer .bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .bottom span {
    text-align: center;
  }
  #footer .top ul li.contact .list i {
    width: 40px;
  }
}
@media screen and (max-width: 500px) {
  .more span {
    font-size: 14px;
  }
  .more i {
    margin-left: 10px;
    font-size: 14px;
  }
  h2.h-title {
    font-size: 24px;
  }
  #banner .banner-content ul li .container h2 {
    margin-bottom: 0;
  }
  #banner .banner-content ul li .container a.more {
    display: none;
  }
  #index-body .homepage-2 .container .bottom ul li .box h4 {
    font-size: 36px;
  }
  #index-body .homepage-2 .container .bottom ul li .box p {
    font-size: 14px;
  }
  #index-body .homepage-3 .bottom .right ul li .tit {
    font-size: 18px;
  }
  #index-body .homepage-3 .bottom .right ul li .tit span.num {
    width: 25px;
  }
  #index-body .homepage-3 .bottom .right ul li .text {
    padding: 20px 10% 0 35px;
  }
  h2.h-title::after {
    height: 4px;
    margin-top: 15px;
  }
  #index-body .homepage-4 .right {
    height: 260px;
  }
  #footer .form_box .form form ul li {
    width: 100%;
    padding: 8px 0;
  }
  #footer .form_box .form {
    margin-top: 30px;
  }
  #footer .form_box .form form ul li:last-child {
    width: 140px;
  }
  #footer .form_box .form form ul li button.more {
    padding-left: 15px;
  }
  #footer .top ul li.logo {
    max-width: 100%;
    margin-bottom: 45px;
  }
  #footer .top ul li.contact {
    max-width: 100%;
  }
}














.about-page span.tag {
  font-weight: 600;
  color: #00b5e2;
  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;
  margin-bottom: 1em;
}

.about-1.pdct a.tag {
  font-weight: 600;
  color: #00b5e2;
  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;
  margin-bottom: 1em;
}

.about-page span.tag:before {
  content: '';
  width: 2em;
  height: 1px;
  background-color: #00b5e2;
  margin-right: 1em;
}
.about-page .about-1 {
  position: relative;
}
.about-page .about-1 .content{
  position: relative;
  height: 740px;
  border-radius: 25px;
  overflow: hidden;
}
.about-page .about-1 .content .bg{
  position: absolute;
  inset:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.about-page .about-1 .content .box {
  margin-right: 16%;
  position: relative;
  z-index: 5;
  margin-top: 60px;
}
.about-page .about-1.pdct>img {
    margin-top: -19%;
}
.about-1.pdct .more {
    margin-top: 18px;
    height: 34px;
    font-size: 13px;
}
.about-page .about-1 > img {
  width: 100%;
  position: relative;
}

.about-page .about-1 .left span.h2 {
  font-size: 40px;
}

.about-page .about-2 {
  padding: 80px 0;
}
.about-page .about-2 .list ul li {
  text-align: center;
  position: relative;
}
.about-page .about-2 .list ul li:before {
  content: '';
  width: 1px;
  height: 44px;
  background-color: #b7b7b7;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-2 .list ul li span.h2 {
  color: #00b5e2;
  line-height: 1;
}
.about-page .about-2 .list ul li p {
  font-size: 16px;
  color: #7f7f7f;
  margin-top: .2em;
      line-height: 2;
}
.about-page .about-2 .list ul li:last-child:before {
  display: none;
}
.about-page .about-3 {
  padding: 120px 0;
  position: relative;
}
.about-page .about-3 a.h {
  width: 10%;
  position: absolute;
  top: 0;
  right: 15%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
}
.about-page .about-3 a.h img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 a.h img:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about-page .about-3 .left {
  padding-right: 7%;
  vertical-align: middle;
}
.about-page .about-3 .left ul{
  position: relative;
}

.about-page .about-3 .left ul li{
  position: relative;
  z-index: -1;
  opacity: 0;
  inset:0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.about-page .about-3 .left ul li:nth-child(n + 2){
  position: absolute;
}
.about-page .about-3 .left ul li.active{
  z-index: 1;
  opacity: 1;
}
.about-page .about-3 .left .slick2 {
  width: 115%;
  margin-left: -15%;
}
.about-page .about-3 .left .img {
  height: 610px;
  background-size: cover;
  border-top-right-radius: 90px;
}
.about-page .about-3 .right {
  vertical-align: middle;
  padding-right: 12%;
}
.about-page .about-3 .right .btn .arrow{
  display: block;
  width:45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #999;
  color: white;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.about-page .about-3 .right .btn .arrow i{
  font-size: 20px;
}
.about-page .about-3 .right .btn .arrow:hover{
  background-color: var(--color);
}
.about-page .about-3 .right .list {
  margin: 75px 0;
  position: relative;
  z-index: 1;
}
.about-page .about-3 .right .list:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #a7a7a7;
  opacity: .77;
  top: 55px;
  left: 0;
  position: absolute;
}
.about-page .about-3 .right .list ul li {
  font-size: 30px;
  color: #a7a7a7;
  text-align: center;
  line-height: 1.1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-3 .right .list ul li:after {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  margin-top: .5em;
  background-color: #a7a7a7;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .right .list ul .slick-current li:after {
  background-color: #00b5e2;
}
.about-page .about-3 .right .list .btn {
  position: absolute;
  left: 100%;
  bottom: -20px;
}
.about-page .about-3 .right .textList ul .slick-list {
  overflow: unset;
}
.about-page .about-3 .right .textList ul li {
  position: relative;
}
.about-page .about-3 .right .textList ul li i.txt {
  font-size: 171px;
  color: #acacac;
  opacity: .09;
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -60%;
  font-weight: bold;
}
.about-page .about-3 .right .textList ul li span.h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  display: block;
}
.about-page .about-3 .right .textList ul li .text {
  margin-top: 1em;
    line-height: 2;
}
.about-page .about-4 {
  padding: 190px 0;
}
.about-page .about-4 .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 22%;
  margin-bottom: 40px;
}
.about-page .about-4 .flex .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;
}
.about-page .about-4 .flex .btn .prev {
  margin-right: 15px;
}
.about-page .about-4 .list {
  padding: 100px 0 120px;
  position: relative;
}
.about-page .about-4 .list:before {
  content: '';
  background-color: #fafafa;
  height: 100%;
  position: absolute;
  right: -2%;
  top: 0;
  z-index: -1;
  width: 83%;
}
.about-page .about-4 .list ul {
  margin: -25px;
}
.about-page .about-4 .list ul li {
  padding: 25px;
}
.about-page .about-4 .list ul li .box {
  padding: 0 35px 80px;
  background-color: white;
  margin-top: 22px;
}
.about-page .about-4 .list ul li .box span.num {
  font-size: 18px;
  padding: 1em .7em;
  line-height: 1;
  background-color: #00b5e2;
  color: white;
  -webkit-transform: translateY(-22px);
  -moz-transform: translateY(-22px);
  -ms-transform: translateY(-22px);
  transform: translateY(-22px);
  display: inline-block;
}
.about-page .about-4 .list ul li .box i.icon {
  display: block;
  margin-top: 15px;
  position: relative;
}
.about-page .about-4 .list ul li .box i.icon:before {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#00b5e2));
  background-image: -webkit-linear-gradient(bottom, transparent, #00b5e2);
  background-image: -moz-linear-gradient(bottom, transparent, #00b5e2);
  background-image: linear-gradient(to top, transparent, #00b5e2);
  position: absolute;
  top: -10px;
  left: 20%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .list ul li .box span.h6 {
  font-size: 24px;
  margin: 2.5em 0 .7em;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.6;
}
.about-page .about-4 .list ul li .box .text {
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 5.8em;
}
.about-page .about-4 .list ul li .box:hover i.icon:before {
  opacity: 1;
}
.about-page .about-5 {
  padding: 120px 0 150px;
  background-color: #f6f6f6;
  overflow: hidden;
}
.about-page .about-5 .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-5 .flex .text {
  max-width: 50%;
  line-height: 2;
}
.about-page .about-5 .list {
  margin-top: 50px;
}
.about-page .about-5 .list ul {
  margin: -12px;
}
.about-page .about-5 .list ul li {
  padding: 12px;
}
.about-page .about-5 .list ul li .box {
  position: relative;
}
.about-page .about-5 .list ul li .box img {
  display: block;
  width: 100%;
}
.about-page .about-5 .list ul li .box .flex {
  position: absolute;
  padding: 10px;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
}
.about-page .about-5 .list ul li .box .flex span.h6 {
  font-size: 28px;
  font-weight: 600;
}
.about-page .about-5 .list ul li .box .flex .btn div {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #00b5e2;
  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-box-shadow: 0 0 45px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .list ul li .box .flex .btn div:hover {
  background-color: black;
}
.about-page .about-5 .list ul li .box .flex .btn div.prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-5 .list ul li .box .flex .btn .next {
  background-color: white;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .list ul li .box .flex .btn .next img {
  width: auto;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .list ul li .box .flex .btn .next:hover {
  background-color: #00b5e2;
}
.about-page .about-5 .list ul li .box .flex .btn .next:hover img {
  -webkit-filter: unset;
  filter: unset;
}
.about-page .about-6 {
  padding: 190px 0 130px;
  background-image: url("../images/about-6-bg.jpg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.about-page .about-6 .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-6 .flex .title {
  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;
}
.about-page .about-6 .flex .title span.tag {
  margin-right: 4em;
  margin-top: .5em;
}
.about-page .about-6 .flex .title .text {
  margin-top: 1em;
  max-width: 470px;
  line-height: 2;
}
.about-page .about-6 .list {
  margin-top: 100px;
}
.about-page .about-6 .list ul {
  margin: -25px;
}
.about-page .about-6 .list ul li {
  padding: 25px;
}
.about-page .about-6 .list ul li a.img-box {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-6 .list ul li a.img-box img {
  height: 220px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.about-page .about-6 .list ul li .content {
  padding: 25px;
  background-color: #f4f4f4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-6 .list ul li .content span.h6 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
}
.about-page .about-6 .list ul li .content .text {
  color: #5e5e5e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
  line-height: 2;
}
.sustainability-page .sustainability-1 .right .text {
    line-height: 2;
}
.about-page .about-6 .list ul li:hover a.img-box {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.about-page .about-6 .list ul li:hover .content {
  background-color: #00b5e2;
}
.about-page .about-6 .list ul li:hover .content span.h6,
.about-page .about-6 .list ul li:hover .content .text {
  color: white;
}
.about-page .about-7 {
  padding: 80px 0 160px;
  text-align: center;
}
.about-page .about-7 span.tag {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-page .about-7 .list {
  margin: 70px 0;
}
.about-page .about-7 .list ul {
  margin: -25px;
}
.about-page .about-7 .list ul li {
  padding: 25px;
}
.about-page .about-7 .list ul li img {
  display: block;
  margin: 0 auto;
}

.about-page .about-7 .slick-track {
  display: block;
}



@media screen and (max-width: 1700px) {
  .about-page .about-3 .right .list:before{
    top:44px;
  }
  .about-page .about-3 .right .textList ul li span.h6,
  .about-page .about-4 .list ul li .box span.h6 {
    font-size: 20px;
  }
  .about-page .about-2 .list ul li p {
    font-size: 14px;
  }

  .about-page .about-6 .list ul li .content span.h6 {
    font-size: 18px;
  }

  .about-page .about-1 .left span.h2 {
    font-size: 28px;
  }

  .about-page .about-3 .right .list ul li,
  .about-page .about-5 .list ul li .box .flex span.h6 {
    font-size: 24px;
  }

  .about-page .about-4 .list ul li .box span.h6 {
    margin-top: 1.5em;
  }
  .about-page .about-4 .list ul li .box i.icon img {
    max-height: 70px;
  }
  .about-page .about-4 .list ul li .box {
    padding: 0 20px 50px;
  }
  .about-page .about-1 .content .box {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1450px) {
  .about-page .about-3 .right .list:before {
    top: 36px;
  }
  .about-page .about-1 .content .box {
    margin-right: 12%;
    margin-top: 25px;
    width: 40%;
  }
  .about-page .about-1 .content .text br{
    display: none;
  }
  .about-page .about-1 .content {
    height: 580px;
  }
  .about-page .about-1 {
    padding-top: 80px;
  }
  .about-page .about-2 {
    padding: 60px 0 140px;
  }
  .about-page .about-3 span.h {
    max-width: 140px;
  }
  .about-page .about-3 .right .list {
    margin: 40px 0;
  }
  .about-page .about-3 .right .textList ul li i.txt {
    font-size: 130px;
  }
  .about-page .about-3 .left .img {
    height: 560px;
  }
  .about-page .about-4 {
    padding: 120px 0;
  }
  .about-page .about-4 .flex {
    padding-right: 10%;
  }
  .about-page .about-4 .list {
    padding: 60px 0;
  }
  .about-page .about-4 .list ul li,
  .about-page .about-6 .list ul li {
    padding: 10px;
  }
  .about-page .about-4 .list ul,
  .about-page .about-6 .list ul {
    margin: -10px;
  }
  .about-page .about-5,
  .about-page .about-6,
  .about-page .about-7 {
    padding: 90px 0;
  }

  .about-page .about-3 .right .list ul li,
  .about-page .about-5 .list ul li .box .flex span.h6 {
    font-size: 20px;
  }
  .about-page .about-5 .list ul li .box .flex .btn div {
    width: 48px;
    height: 48px;
  }
  .about-page .about-5 .list ul li .box .flex .btn div img {
    max-width: 22px;
  }
  .about-page .about-6 .list ul li .content {
    padding: 10px;
  }

  .about-page .about-3 .right .textList ul li span.h6,
  .about-page .about-4 .list ul li .box span.h6 {
    font-size: 18px;
  }

  .about-page .about-6 .list ul li .content span.h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 .content {
    height: auto;
    display: block;
    border-radius: 0;
  }
  .about-page .about-1 .content h2{
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .about-page .about-1 .content .text{
    font-size: 16px;
    line-height: 1.6;
  }
  .about-page .about-1 .content .bg {
    position: relative;
    object-fit: contain;
    object-position: unset;
    border-radius: 25px;
  }
  .about-page .about-1 .content .box {
    margin-right: 0;
    margin-top: 0;
    width: 100%;
    margin-bottom: 45px;
  }
  .about-page .about-3 .right {
    padding-right: 0;
  }
  .about-page .about-3 .right .list ul li,
  .about-page .about-5 .list ul li .box .flex span.h6 {
    font-size: 18px;
  }

  .about-page .about-3 .right .textList ul li span.h6,
  .about-page .about-4 .list ul li .box span.h6 {
    font-size: 16px;
  }

  .about-page .about-3 .right .textList ul li i.txt {
    font-size: 90px;
  }
  .about-page .about-3 .right .list:before {
    top: 33px;
  }
  .about-page .about-4 {
    padding: 70px 0;
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-3 a.h {
    width: 20%;
  }

  .about-page .about-1 .right,
  .about-page .about-3 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .about-page .about-3 .right .list:before {
    top: 32px;
  }
  .about-page .about-3 .right .btn{
    display: none;
  }
  .about-page .about-3 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-2 .list ul li {
    width: 50%;
    padding: 10px;
  }
  .about-page .about-2 .list ul li:nth-child(2):before {
    display: none;
  }
  .about-page .about-2 {
    padding: 50px 0 100px;
  }
  .about-page .about-5 .flex,
  .about-page .about-6 .flex,
  .about-page .about-6 .flex .title {
    display: block;
  }
  .about-page .about-5 .flex .text {
    max-width: none;
    margin-top: 20px;
  }
  .about-page .about-6 .flex .title {
    margin-bottom: 10px;
  }
  .about-page .about-5,
  .about-page .about-6,
  .about-page .about-7 {
    padding: 60px 0;
  }

  .about-page .about-4 .list ul li .box i.icon img {
    max-height: 50px;
  }
  .about-page .about-6 .list {
    margin-top: 40px;
  }
}

@media screen and (max-width: 700px) {
  .about-page .about-1 .content h2{
    font-size: 24px;
  }
  .about-page .about-3 a.h {
    width: 30%;
  }
  .about-page .about-3 .right .list:before {
    top: 29px;
  }
  .about-page .about-7 .list ul li {
    padding: 10px;
  }
  .about-page .about-7 .list ul {
    margin: -10px;
  }
  .about-page .about-7 .list {
    margin: 40px 0;
  }
  .about-page .about-4 .list {
    padding: 40px 0;
  }
  .about-page .about-4 .flex {
    padding-right: 0;
  }
  .about-page .about-5 .list {
    width: 100%;
    margin-top: 30px;
  }

  .about-page .about-3 .right .list ul li,
  .about-page .about-5 .list ul li .box .flex span.h6 {
    font-size: 16px;
  }

  .about-page .about-3 .right .textList ul li span.h6,
  .about-page .about-4 .list ul li .box span.h6 {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .about-page .about-3 .right .textList ul li i.txt {
    font-size: 70px;
    bottom: -30%;
  }
  /*.about-page .about-3 .right .list ul.no .slick-track{
    transform: translate(0) !important;
  }*/
  .about-page .about-4 .flex {
    display: block;
  }
  .about-page .about-4 .flex .btn {
    display: none;
  }
}




.about2-page .about-1 .text {
  color: #747474;
}
.about2-page .about-1 .list span.h6 {
  line-height: 1;
  color: var(--color);
  font-weight: bold;
}
.about2-page .about-1 .list p {
  color: #898782;
}
.about2-page .about-2 {
  color: white;
}
.about2-page .about-2 .box2 {
  padding: 10%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about2-page .about-2 .box2:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.about2-page .about-3 .img {
  position: absolute;
  bottom: 105%;
  right: 60%;
}
.about2-page .about-3 img.font-66 {
  width: 1em;
}
.about2-page .about-3 .right li i {
  width: 1em;
  height: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.about2-page .about-3 .right li i img {
  max-width: 100%;
  max-height: 100%;
}
.about2-page .about-3 .right li span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about2-page .about-3 .right li:hover i {
  -webkit-filter: unset;
  filter: unset;
}
.about2-page .about-3 .right li:hover span.h6 {
  color: var(--color);
}
.about2-page .about-4 {
  background-color: #f6f6f6;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.about2-page .about-4 .img .play {
  width: 7.5em;
  height: 7.5em;
  letter-spacing: .25em;
  background-color: #f8f9ff;
  color: black;
  padding: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(30%, 30%);
  -moz-transform: translate(30%, 30%);
  -ms-transform: translate(30%, 30%);
  transform: translate(30%, 30%);
  border-radius: 100%;
}
@-webkit-keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes xz {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.about2-page .play {
    width: 80px;
    text-transform: uppercase;
    letter-spacing: .37em;
    position: relative;
    cursor: pointer;
    cursor: hand;
    margin-left: auto;
    margin-right: auto;
}
.about2-page .play svg {
    fill: white;
    -webkit-animation: xz 5s linear infinite;
    -moz-animation: xz 5s linear infinite;
    animation: xz 5s linear infinite;
    display: block;
}
.about2-page .play path {
    fill: transparent;
}
.about2-page .about-2 .play{
  width: 80px;
    text-transform: uppercase;
    letter-spacing: .37em;
    position: relative;
    cursor: pointer;
    cursor: hand;
    margin-left: auto;
    margin-right: auto;
}
.about2-page .about-4 .play img,
.about2-page .about-2 .play img,
.about2-page .about-4 .img .play svg {
  fill: white;
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
  display: block;
}
.about2-page .about-4 .img .play svg{
  fill: black;
}
.about2-page .about-4 .img .play i {
  width: 2.75em;
  height: 2.75em;
  border-radius: 100%;
  background-color: #636466;
  color: white;
  left: 50%;
  top: 50%;
}
.about2-page .about-4 .img .play i:before {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}
.about2-page .about-4 .text {
  color: #707070;
}
.about-13 .box .left {
    position: sticky;
    top: 150px;
}

.about-13 .box .right .list ul li {
    border-bottom: 1px solid #ccc;
}



@media screen and (max-width: 1000px){
   .about2-page .about-3 .img {
    display: none;
  }
  .about2-page .about-2 .box2 {
    padding: 7%;
  }
   .about-13 .box .left {
    position: static;
  }
}
@media screen and (max-width: 700px) {
   .about2-page .about-4 .img .play {
    width: 7em;
    height: 7em;
  }
  .about2-page .about-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about2-page .about-1 .list ul li {
    width: 48%;
  }
}


.m-page {
  text-align: center;
}
.m-page a,
.m-page span {
  font-size: 18px;
  color: white;
  display: inline-block;
  width: 37px;
  height: 37px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 10px 0 10px;
  text-align: center;
  line-height: 37px;
  background: black;
  margin: 0 5px;
}
.m-page a:hover,
.m-page span {
  background-color: var(--color);
}


#index-body .init-5 .h-solutions {
  background-image: url(../images/h-solution-bg.jpg);
  background-size: cover;
  border-radius: 10px;
  height: 30vw;
}

#index-body .init-5 .h-solutions .h-bigtitle {
  color: #fff;
  margin-top: -26px;
}

#index-body .init-5 .h-solutions .h-solutions-list {
  width: 100%;
}

#index-body .init-5 .h-solutions .h-solutions-list ul li {
  opacity: 0.7;
  max-width: 18%;
  text-align: center;
}

#index-body .init-5 .h-solutions .h-solutions-list ul li p {
  color: #fff;
}

#index-body .init-5 .h-solutions .h-solutions-list ul li:hover {
  opacity: 1;
}

#index-body .init-5 .h-solutions .more {
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}

#index-body .init-5 .h-solutions .more:hover {
  color: #fff;
}
@media (max-width: 1000px) {
  #index-body .init-5 .h-solutions {
    height: auto;
    padding: 5% 0 12%;
  }

  #index-body .init-5 .h-solutions .h-bigtitle {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  #index-body .init-5 .h-solutions .h-solutions-list ul {
    justify-content: space-evenly;
  }

  #index-body .init-5 .h-solutions .h-solutions-list ul li {
    max-width: none;
    width: 48%;
    padding: 4% 0;
  }

}


/*----- factory-page -----*/
.factory-page {
  overflow-x: hidden;
}

.factory-page .wzbg {
  font-family: "Poppins";
  font-size: 179px;
  line-height: 1;
  white-space: nowrap;
  background: linear-gradient(rgba(230, 0, 18, 0.3) -50%, rgba(230, 0, 18, 0) 80%);
  -webkit-background-clip: text;
  color: transparent;
  background-clip: text;
}

.factory-page .factory-1 {
  margin-top: -50px;
}
.factory-page .factory-1 .img img {
  border-radius: 20px;
}

.factory-page .factory-1 .txt {
  max-width: 68%;
  line-height: 1.7;
}

.factory-page .warehouse .in-left {
  max-width: 51%;
}

.factory-page .warehouse .in-left .warehouse-img {
  box-shadow: 4px 8px 31px 1px rgba(0, 0, 0, 0.26);
  border-radius: 10px;
}

.factory-page .warehouse .in-left .warehouse-img ul li {
  opacity: 0 !important;
  border-radius: 10px;
}

.factory-page .warehouse .in-left .warehouse-img ul li img {
  width: 100%;
  border-radius: 10px;
}

.factory-page .warehouse .in-left .warehouse-img ul li.swiper-slide-active {
  opacity: 1 !important;
}

.factory-page .warehouse .in-right {
  max-width: 45.5%;
}

.factory-page .warehouse .in-right .inner-title p{
  font-size: 18px;
  color: #666;
  padding-top: 20px;
}

.factory-page .warehouse .in-right .warehouse-txt ul li {
  height: auto !important;
}

.factory-page .warehouse .in-right .warehouse-txt ul li .tt {
  cursor: pointer;
  line-height: 1.2;
}

.factory-page .warehouse .in-right .warehouse-txt ul li .tt p {
  padding: 0 20px;
}

.factory-page .warehouse .in-right .warehouse-txt ul li .tt::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--color);
}

.factory-page .warehouse .in-right .warehouse-txt ul li .tt::after {
  content: "+";
  display: block;
  font-size: 24px;
  font-family: "Poppins";
  transition: all 0.5s;
}

.factory-page .warehouse .in-right .warehouse-txt ul li .con {
  line-height: 1.7;
  height: 0;
  opacity: 0;
  font-weight: 300;
}

.factory-page .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt p {
  color: var(--color);
  transition: all 0.5s;
}

.factory-page .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt::after {
  content: "-";
}

.factory-page .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .con {
  height: auto;
  opacity: 1;
  margin-top: 18px;
}

.factory-page .factory-3 .bg {
  width: 74%;
  background-color: #efefef;
  border-radius: 10px;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}

.factory-page .factory-3 .in-left {
  max-width: 47%;
}

.factory-page .factory-3 .in-left .desc {
  text-align: justify;
  /*max-height: 238px;*/
  overflow-y: auto;
  line-height: 1.6;
}
.factory-page .factory-3 .sys{
    max-width: 53%;
}


.factory-page .factory-3 .sys ul li .box .in-right img {
  border-radius: 10px;
}

.factory-page .factory-3 .sys .swiper-button {
  position: absolute;
  left: 36%;
  bottom: 2%;
  z-index: 5;
  display: flex;
  justify-content: space-between;
}

.factory-page .factory-3 .sys .swiper-button>div {
  position: static;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: solid 1px #777777;
  margin: 7px;
  color: #777777;
  transition: all 0.5s;
}

.factory-page .factory-3 .sys .swiper-button>div::after {
  display: none;
}

.factory-page .factory-3 .sys .swiper-button>div i {
  font-size: 20px;
}

.factory-page .factory-3 .sys .swiper-button>div:hover {
  color: var(--color);
  border-color: var(--color);
}

.factory-page .factory-3 .sys .swiper-button .swiper-button-prev i {
  transform: rotateY(180deg);
}

.factory-page .factory-3 .sys .swiper-pagination {
  position: static;
  width: auto;
  display: inline-block;
}

.factory-page .factory-3 .sys .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #a3a3a3;
}

.factory-page .factory-3 .sys .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e52424;
}

.factory-page .factory-4 .in-left {
  width: 47%;
  text-align: left;
  line-height: 1.8;
}

.factory-page .factory-4 .in-right {
  width: 53%;
}

@media screen and (max-width: 1700px) {
  .factory-page .wzbg {
    font-size: 162px;
  }
  .factory-page .factory-3 .sys{
    margin-top: 80px;
  }
}

@media screen and (max-width: 1450px) {
  .factory-page .wzbg {
    font-size: 138px;
  }

  .factory-page .factory-3 .sys .swiper-button {
    bottom: -2%;
  }
  .factory-page .factory-3 .sys{
    margin-top: 72px;
  }
}

@media screen and (max-width: 1250px) {
  .factory-page .wzbg {
    font-size: 110px;
  }

  .factory-page .factory-1 {
    margin-top: -36px;
  }

  .factory-page .factory-3 .sys {
    padding-bottom: 2%;
  }

  .factory-page .factory-3 .sys .swiper-button {
    left: 30%;
  }
  .factory-page .factory-3 .sys{
    margin-top: 64px;
  }
}

@media screen and (max-width: 1000px) {
  .factory-page .factory-4 .in-left{
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .factory-page .factory-4 .in-right {
    width: 100%;
  }
  .factory-page .wzbg {
    display: none;
  }

  .factory-page .factory-1 {
    margin-top: 0;
  }

  .factory-page .factory-1 .txt {
    max-width: 100%;
  }

  .factory-page .warehouse .in-left {
    max-width: 100%;
  }
  .factory-page .warehouse .in-right{
    max-width: 100%;margin-top: 5%;
  }
  .factory-page .factory-3 .con {
    padding: 0 5%;
  }
  .factory-page .factory-3 .sys{
    max-width: 100%;
    margin-top: 5%;
  }


  .factory-page .factory-3 .bg {
    width: 100%;
  }



  .factory-page .factory-3 .in-left {
    max-width: 100%;
    padding: 0;
  }

  .factory-page .factory-3 .sys .swiper-button {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .factory-page .factory-3 .in-left>h3 {
    text-align: center;
  }

  /*.factory-page .factory-3 .sys {
    padding-bottom: 62px;
  }*/

  .factory-page .factory-3 .sys ul li .box .in-right {
    max-width: 100%;
    margin-top: 5%;
  }
}

@media screen and (max-width: 700px) {
  .factory-page .factory-4 {
    padding: 0 15px;
  }

  .factory-page .factory-4 .in-left {
    max-width: 100%;
    text-align: center;
    padding-right: 0;
  }

  .factory-page .factory-4 .in-right {
    max-width: 100%;
    margin-top: 5%;
  }
}



.sustainable-page .sustainable-1 .bg {
  background-size: cover;
  height: 24vw;
  border-radius: 10px;
}

.sustainable-page .sustainable-1 .bg .desc {
  max-width: 50%;
  line-height: 1.7;
}

.about2-page .sustainable-2 .container::after {
  content: "";
  width: 112.5%;
  height: calc(100% - 95px);
  background-color: #f1f1f1;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin-left: -13%;
}

.about2-page .sustainable-2 .innovation .left {
  max-width: 54%;
  margin-top: -95px;
}

.about2-page .sustainable-2 .innovation .left img {
  border-radius: 10px;
}

.about2-page .sustainable-2 .innovation .right {
  max-width: 46%;
  padding-left: 5%;
}

.about2-page .sustainable-2 .innovation .right .desc {
  line-height: 1.7;
}

.about2-page .sustainable-2 .innovation .swiper-pagination {
  bottom: 32px;
}

.about2-page .sustainable-2 .innovation .swiper-pagination .swiper-pagination-bullet {
  background-color: #b3b3b3;
  width: 14px;
  height: 14px;
  opacity: 1;
}

.about2-page .sustainable-2 .innovation .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color);
}

.sustainable-page .sustainable-3 .warehouse .in-left {
  max-width: 54%;
}

.sustainable-page .sustainable-3 .warehouse .in-left .warehouse-img {
  box-shadow: 4px 8px 31px 1px rgba(0, 0, 0, 0.26);
}

.sustainable-page .sustainable-3 .warehouse .in-left .warehouse-img ul li {
  opacity: 0 !important;
  border-radius: 10px;
}

.sustainable-page .sustainable-3 .warehouse .in-left .warehouse-img ul li img {
  width: 100%;
  /*border-radius: 10px;*/
}

.sustainable-page .sustainable-3 .warehouse .in-left .warehouse-img ul li.swiper-slide-active {
  opacity: 1 !important;
}



.sustainable-page .sustainable-3 .warehouse .in-left .swiper-pagination {
  bottom: -40px;
  width: auto;
}

.sustainable-page .sustainable-3 .warehouse .in-left .swiper-pagination .swiper-pagination-bullet {
  background-color: #b3b3b3;
  width: 14px;
  height: 14px;
  opacity: 1;
}

.sustainable-page .sustainable-3 .warehouse .in-left .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color);
}

.sustainable-page .sustainable-3 .warehouse .in-right {
  max-width: 43%;
}

.sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li {
  height: auto !important;
}

.sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li .tt {
  cursor: pointer;
  line-height: 1.2;
}

.sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li .tt p {
  padding: 0 20px 0 0;
}

.sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li .tt::after {
  content: "+";
  display: block;
  font-size: 24px;
  font-family: "Poppins";
  transition: all 0.5s;
}

.sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li .con {
  line-height: 1.7;
  height: 0;
  opacity: 0;
  font-weight: 300;
  max-height: 320px;
  overflow-y: auto;

}

.sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt p {
  color: var(--color);
  transition: all 0.5s;
  font-size: 24px;
}

.sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt::after {
  content: "-";
}

.sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .con {
  height: auto;
  opacity: 1;
  margin-top: 20px;
  margin-bottom: 10px;
}

.sustainable-page .sustainable-4 {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.26);
}

.sustainable-page .sustainable-4 .top ul li .box {
  background-color: #f1f1f1;
  transition: all 0.5s;
  cursor: pointer;
}

.sustainable-page .sustainable-4 .top ul li.swiper-slide-thumb-active .box {
  background-color: var(--color);
  color: #fff;
}

.sustainable-page .sustainable-4 .bottom ul li .box .txt-l {
  max-width: 40%;
}

.sustainable-page .sustainable-4 .bottom ul li .box .txt-l .desc {
  line-height: 1.7;
}

.sustainable-page .sustainable-4 .bottom ul li .box .img-box {
  max-width: 50%;
  border-radius: 10px;
}

.sustainable-page .sustainable-5 .top {
  border-bottom: 1px solid #8d8d8d;
}

.sustainable-page .sustainable-5 .top .slickBtn div {
  width: 46px;
  height: 46px;
  background-color: transparent;
  border: solid 1px #777777;
  transition: all 0.5s;
}

.sustainable-page .sustainable-5 .top .slickBtn div i {
  color: #777777;
  transition: all 0.5s;
}

.sustainable-page .sustainable-5 .top .slickBtn div.prev i {
  transform: rotateY(180deg);
}

.sustainable-page .sustainable-5 .top .slickBtn div:hover {
  border-color: var(--color);
}

.sustainable-page .sustainable-5 .top .slickBtn div:hover i {
  color: var(--color);
}

.sustainable-page .sustainable-2-0 .item .mk-tt{
  border-bottom:1px solid #8d8d8d;
}
.sustainable-page .sustainable-2-0 .item:nth-child(even) .con{
  flex-direction: row-reverse;
}
.sustainable-page .sustainable-2-0 .item .con .left{
  width: 53%;
}
.sustainable-page .sustainable-2-0 .item .con .left .imgbox{
  display: inline-block;
  position: relative;
}
.sustainable-page .sustainable-2-0 .item .con .left .imgbox img{
  position: relative;
  inset:0;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
}
.sustainable-page .sustainable-2-0 .item .con .left .imgbox img:nth-child(n + 2){
  position: absolute;
}
.sustainable-page .sustainable-2-0 .item .con .left .imgbox img.active{
  opacity: 1;
  z-index: 1;
}
.sustainable-page .sustainable-2-0 .item .con .right{
  width: 47%;
  padding-left: 40px;
}
.sustainable-page .sustainable-2-0 .item:nth-child(even) .con .right{
  padding-left: 0;  
  padding-right: 6%;
}
.sustainable-page .sustainable-2-0 .item .con .right .text{
  min-height: 24vw;  min-height: unset;
}
.sustainable-page .sustainable-2-0 .item .con .right .text ul li{
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 5px;
  transition: all 0.3s;
}
.sustainable-page .sustainable-2-0 .item .con .right .text ul li .box i{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  transition: all 0.3s;
}
.sustainable-page .sustainable-2-0 .item .con .right .text ul li .box .content .desc{
  color: #777777;
  transition: all 0.3s;
}
.sustainable-page .sustainable-2-0 .item .con .right .text ul li.active .box .content .desc{
  color: #fff;
}
.sustainable-page .sustainable-2-0 .item .con .right .lbanner{
  margin-left: -50%;
}
.sustainable-page .sustainable-2-0 .item:nth-child(even) .con .right .lbanner{
  margin-left:0;
  margin-right: -50%;
  flex-direction: row-reverse;
}
.sustainable-page .sustainable-2-0 .item .con .right .lbanner .swiper{
  padding: 10px;
}
.sustainable-page .sustainable-2-0 .item .con .right .lbanner ul li .box .img-box{
  background-color: #f4f4f4;
	box-shadow: 0px 0px 9px 0px 
		rgba(0, 0, 0, 0.26);
	border-radius: 10px;
}
.sustainable-page .sustainable-2-0 .item .con .right .lbanner .zdy-tools .swiper-button{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border:1px solid #777777;
  transition: all 0.5s;
  position: static;
  margin-top: 0;
  color: #777777;
  font-size: 20px;
}
.sustainable-page .sustainable-2-0 .item .con .right .lbanner .zdy-tools .swiper-button.swiper-button-prev i{
  transform: rotateY(180deg);
}
.sustainable-page .sustainable-2-0 .item .con .right .lbanner .zdy-tools .swiper-button:hover{
    border-color: var(--color);
    color: var(--color);
}
.sustainable-page .sustainable-2-0 .item .con .right .lbanner .zdy-tools .swiper-button::after{
  display: none;
}
.sustainable-page .sustainable-2-0 .item .con .right .text ul li.active{
  background: var(--color);
  color: white;
}
.sustainable-page .sustainable-2-0 .item .con .right .text ul li.active .box i{
  filter: brightness(0) invert(1);
}


.sustainable-page .sustainable-0{
  background-color: #fafafa;
}
.sustainable-page .sustainable-0 .left{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
}
.sustainable-page .sustainable-0 .left .desc{
  max-width: 50%;
  color: #777777;
}
.sustainable-page .sustainable-0 img{
  min-height: 352px;
    object-fit: contain;
    object-position: bottom;
}

@media screen and (max-width: 1800px) {}

@media screen and (max-width: 1700px) {
  .sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .con {
    margin-bottom: 45px;
  }
  .sustainable-page .sustainable-2-0 .item .con .right .text ul li .box i img{
    width: 40px;
  }
  .sustainable-page .sustainable-2-0 .item .con .right .text ul li {
    padding: 5px 15px;
  }
  .sustainable-page .sustainable-2-0 .item .con .right .text ul li .box {
    align-items: center;
  }
  .sustainable-page .sustainable-2-0 .item .con .right .text ul li .box h2{
    padding-top: 0;
  }
}

@media screen and (max-width: 1450px) {
  .sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .con {
    margin-bottom: 18px;
    margin-top: 10px;
  }

  .sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li .con {
    max-height: 276px;
  }

  .sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt p {
    font-size: 34px;
  }

  .sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li .con {
    max-height: 193px;
  }

  .sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt p {
    font-size: 30px;
  }
  .sustainable-page .sustainable-2-0 .item .con .left .imgbox {
    margin-left: 0;
  }
  .sustainable-page .sustainable-2-0 .item .con .left {
    width: 50%;
  }
  .sustainable-page .sustainable-2-0 .item .con .right {
    width: 50%;
    padding-left: 35px;
  }
  .sustainable-page .sustainable-2-0 .item .con .right .text ul li .box i {
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 1000px) {
  .sustainable-page .sustainable-2-0 .item .con .left {
      width: 100%;
  }
  .sustainable-page .sustainable-2-0 .item .con .right {
      width: 100%;
      padding-left: 0;
      margin-top: 5%;
  }
  .sustainable-page .sustainable-2-0 .item .con .right .text {
      min-height: unset;
  }
  .sustainable-page .sustainable-2-0 .item .con .right .lbanner {
      margin-left: 0%;
      flex-wrap: wrap;
  }
  .sustainable-page .sustainable-2-0 .item .con .right .lbanner .swiper{
    width: 100%;
  }
  .sustainable-page .sustainable-2-0 .item:nth-child(even) .con .right .lbanner {
      margin-right: 0;
  }
  .sustainable-page .sustainable-2-0 .item .con .right .text ul li .box i img {
    width: 30px;
  }
  .sustainable-page .sustainable-2-0 .item .con .left .imgbox {
      margin-left: 0;
  }
  .sustainable-page .sustainable-1 .bg {
    height: auto;
    padding: 30px;
  }

  .sustainable-page .sustainable-1 .bg .desc {
    max-width: 100%;
  }

  .about2-page .sustainable-2 .innovation .left {
    max-width: 100%;
    margin-top: 0;
  }

  .about2-page .sustainable-2 .innovation .right {
    max-width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }

  .about2-page .sustainable-2 .innovation {
    padding: 30px;
  }

  .about2-page .sustainable-2 .container::after {
    height: 100%;
    width: 100%;
    margin-left: 0;
  }

  .about2-page .sustainable-2 .innovation .swiper-pagination {
    bottom: 7px;
  }

  .sustainable-page .sustainable-3 .warehouse .in-left {
    max-width: 100%;
  }

  .sustainable-page .sustainable-3 .warehouse .in-right {
    max-width: 100%;
    margin-top: 12%;
  }

  .sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt p {
    font-size: 26px;
  }
}

@media screen and (max-width: 700px) {
  .about2-page .sustainable-2 .innovation {
    padding: 15px 0 30px;
  }

  .sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt p {
    font-size: 22px;
  }
}

@media screen and (max-width: 500px) {
  .sustainable-page .sustainable-0 .left .desc{
    max-width: 100%;
  }
  .sustainable-page .sustainable-3 .warehouse .in-right .warehouse-txt ul li.swiper-slide-thumb-active .tt p {
    font-size: 18px;
  }

  .sustainable-page .sustainable-4 .bottom {
    padding: 15px;
  }

  .sustainable-page .sustainable-4 .bottom ul li .box .txt-l {
    max-width: 100%;
  }

  .sustainable-page .sustainable-4 .bottom ul li .box .img-box {
    max-width: 100%;
    margin-top: 5%;
  }
}

.inner-banner {
  margin-top: 100px;
  height: 400px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-banner .mbx {
  color: #fff;
  margin-top: 10px;
}
span.h2{
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 1450px) {
  span.h2{
    font-size: 36px;
  }
}
@media screen and (max-width: 1250px) {
  span.h2{
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 240px;
  }
}
@media screen and (max-width: 700px) {
  span.h2{
    font-size: 24px;
  }
}

.services-page .init-1 .top .cont p{
  margin-bottom: 1em;
}
.services-page .init-1 .top .cont p span{
  font-weight: bold;
}



.services-page .init-1 .bottom li {
  padding-top: 20px;
}

.services-page .init-1 .bottom .box {
  height: 420px;
  background: #eeeeee no-repeat right bottom;
  border-radius: 20px;
  padding: 40px 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.5s;
  z-index: 2;
  overflow: hidden;
}
.services-page .init-1 .bottom .box .mask{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: .5s;
  filter: brightness(0.5);
}
.services-page .init-1 .bottom .box .tip {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.services-page .init-1 .bottom .box .tip .num .ty {
  color: #999999;
  opacity: 0.6;
  line-height: 1;
  margin-top: 5px;
  transition: 0.5s;
}
.services-page .init-1 .bottom .box .tip .icon {
  width: 60px;
  height: 60px;
  background-color: #264c9d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.services-page .init-1 .bottom .box .tip .icon img {
  filter: brightness(100);
}

.services-page .init-1 .bottom .box .text .t1 {
  transition: 0s;
}
.services-page .init-1 .bottom .box .text{
  transition: .5s;
}
.services-page .init-1 .bottom .box .text2{
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 50px;
  color: #ffffff;
  transition: .5s;
}
.services-page .init-1 .bottom .box .text2 .more {
  zoom: 0.8;
  font-size: 20px;
  transition: 0s;
}
.services-page .init-1 .bottom .box .text2 .cont {
  line-height: 1.5;
  transition: 0.5s;
  opacity: 0.6;
  color: #ffffff;
  height: 5.5em;
  overflow-y: auto;
  padding-right: 5px;
}
.services-page .init-1 .bottom .box:hover {
  color: #ffffff;
  transform: translateY(-20px);
}
.services-page .init-1 .bottom .box:hover .mask{
  opacity: 1;
}
.services-page .init-1 .bottom .box:hover .tip .num .ty {
  color: #ffffff;
}
.services-page .init-1 .bottom .box:hover .tip .icon {
  background: #ffffff;
}
.services-page .init-1 .bottom .box:hover .tip .icon img {
  filter: none;
}
.services-page .init-1 .bottom .box:hover .text  {
 opacity: 0
}
.services-page .init-1 .bottom .box:hover .text2  {
 opacity: 1;
}

.services-page .init-1 .tip .cont{
  max-width:930px;
  margin: 0 auto;
}
@media screen and (max-width: 1450px){
  .services-page .init-1 .bottom .box {
    height: 360px;
  }
}
@media screen and (max-width: 1250px){
  .services-page .init-1 .bottom .box {
    height: 320px;
  }
  .font-40 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px){
  .services-page .init-1 .bottom .box .text2 .cont{
    height: 7.2em;
  }
  .services-page .init-1 .bottom .box .text2 {
    padding: 0 30px 30px;
  }
}
@media screen and (max-width: 700px) {
  .services-page .init-1 .bottom .box {
    height: 360px;
  }
  .services-page .init-1 .bottom .box .text .t1 {
    font-size: 18px;
  }
  .font-40 {
    font-size: 24px;
  }
}


.services-page .init-2 {
    color: white;
    padding: 107px 0 70px;
}

.services-page .init-2 .left {
    position: sticky;
    top: 170px;
    width: 45%;
}

.services-page .init-2 .left p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);

}

.services-page .init-2 .left .i-title {
    line-height: 1.2;
}

.services-page .init-2 .right {

    width: 50%;
}

.services-page .init-2 .right ul li {
    padding-left: 140px;
    position: relative;
    padding-bottom: 50px;
}

.services-page .init-2 .right ul li .icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #ffffff;
    /*background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);*/
    text-align: center;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: 0;
}

.services-page .init-2 .right ul li .icon img {
    vertical-align: middle;
}

.services-page .init-2 .right ul li::after {
    content: "";
    position: absolute;
    left:30px;
    top: 87px;
    width: 1px;
    height: calc(100% - 97px);
    background: rgba(255, 255, 255, 0.3);
}
.services-page .init-2 .right ul li:last-child::after{
    display: none;
}

.services-page .init-2 .right ul li:last-child .icon::after {
    content: none;
}

.services-page .init-2 .right ul li h4 {
    font-size: 24px;
    font-weight: bold;
}

.services-page .init-2 .right ul li .des {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 14px;
    /*color: rgba(255, 255, 255, .7);*/
}
.services-page .init-2 .right ul li .des .item{
  display: flex;

}
.services-page .init-2 .right ul li .des .item .txt{
  flex: 1;
  margin-left: 10px;
}
@media screen and (max-width: 1450px) {

}
@media screen and (max-width: 1250px) {
   .services-page .init-2 .right ul li {
        padding-left: 105px;
        padding-bottom: 40px;
    }

    .services-page .init-2 .right ul li .icon:after {
        height: 225%;
    }
    .services-page .init-2 .right ul li h4{
      font-size: 24px;
    }
}
@media screen and (max-width: 1000px) {
   .services-page .init-2 .left {
        position: relative;
        width: 100%;
        top: 0;
    }
.services-page .init-2 .right ul li h4{
      font-size: 20px;
    }
    .services-page .init-2 .right {
        width: 100%;
        margin-top: 20px;
    }

}
@media screen and (max-width: 700px) {
  .services-page .init-2 .right {
        padding-left: 0;
       
    }

    .services-page .init-2 .left {
        width: 100%;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 500px) {
    .services-page .init-2 .right ul li {
        padding-left: 0;
    }

    .services-page .init-2 .right ul li .icon {
        position: relative;
        margin-bottom: 12px;
    }

    .services-page .init-2 .right ul li .icon::after {
        content: none;
    }
    .services-page .init-2 .right ul li::after{
        display: none;
    }  
}


/*oem */

.oem-page .oem-1 {
  position: relative;
}
.oem-page .oem-1 img {
  width: 100%;
}
.oem-page .oem-1 .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52%;
  padding: 0 52px 17px;
}
.oem-page .oem-2 .box .left {
  padding: 0 51px;
}
.oem-page .oem-2 .box .left > p{
  color: #666;
}
.oem-page .oem-2 .box .left .con p{
  line-height: 2;
  display: flex;
  align-items: center;
}
.oem-page .oem-2 .box .left .con p::before{
  content:"";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: black;
  margin-right: 10px;
}
.oem-page .oem-3 {
  background: #f6f6f6;
}
.oem-page .oem-3 .title {
  text-align: center;
}
.oem-page .oem-3 ul{
  position: relative;
}
.oem-page .oem-3 ul .slick-arrow{
  border: none;
  background-color: #bbb;
  border-radius: 60%;
  width: 40px;
  height: 40px;
  color: transparent;
  overflow: hidden;
  position: absolute;
  top:35.5%;
  transition: all 0.5s;
  z-index: 5;
}
.oem-page .oem-3 ul .slick-arrow:hover{
  background-color: var(--color);
}

.oem-page .oem-3 ul .slick-prev{
  left: -40px;
  transform: translate(-50%,-50%);
}
.oem-page .oem-3 ul .slick-next{
  right: -40px;
  transform: translate(50%,-50%);
}
.oem-page .oem-3 ul .slick-arrow::before{
  content:"\e76e";
  font-family: 'iconfont';
  font-size: 18px;
  color: white;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.oem-page .oem-3 ul .slick-next::before{
  content:"\e76f";
}
.oem-page .oem-3 li {
  height: 100%;
}
.oem-page .oem-3 .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
}
.oem-page .oem-3 .box .img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.oem-page .oem-3 .box .text {
  padding: 20px;
  position: relative;
  text-align: center;
}
.oem-page .oem-3 .box .text .t1{
  font-weight: 600;
}
.oem-page .oem-4 .top {
  border-top: 1px solid #edeeef;
}
.oem-page .oem-4 .top .left .cont {
  line-height: 2;
  max-width: 500px;
}
.oem-page .oem-4 .top .decline {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #000000;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  line-height: 48px;
  display: block;
}
.oem-page .oem-4 .top .decline:hover {
  background: var(--color);
}
.oem-page .oem-4 .bottom {
  border-bottom: 1px solid #edeeef;
}
.oem-page .oem-4 .bottom .left {
  width: 45%;
}
.oem-page .oem-4 .bottom .left .item,.oem-page .oem-4 .bottom .left .tit {
  padding: 25px 0;
  border-bottom: 1px solid #b6aeae;
  cursor: pointer;
}
.oem-page .oem-4 .bottom .left .item:last-child,.oem-page .oem-4 .bottom .left .tit:last-child {
  border: none;
}
.oem-page .oem-4 .bottom .left .item.active,
.oem-page .oem-4 .bottom .left .item:hover,.oem-page .oem-4 .bottom .left .tit:hover {
  color: var(--color);
}
.oem-page .oem-4 .bottom .right {
  width: 50%;
  position: relative;
}
.oem-page .oem-4 .bottom .right img {
  width: 100%;
}
.oem-page .oem-4 .bottom .right > img {
  opacity: 0;
}
.oem-page .oem-4 .bottom .right .item {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 30px;
  overflow: hidden;
  opacity: 0;
}
.oem-page .oem-4 .bottom .right .item.active {
  opacity: 1;
}
.oem-page .oem-5 {
  background: url(../images/oem_bg2.png) no-repeat center center / 100% 100%;
  margin-top: -20px;
}
.oem-page .oem-5 .title {
  text-align: left;
}
.oem-page .oem-5 .box .left {
  width: 57%;
}
.oem-page .oem-5 .box .right {
  width: 43%;
  padding-left: 75px;
}
.oem-page .oem-5 .box .right .item {
  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;
  margin-bottom: 30px;
}
.oem-page .oem-5 .box .right .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0px;
}
.oem-page .oem-5 .box .right .item .text .t1 {
  margin-bottom: 8px;
}
.oem-page .oem-5 .box .right .item .img {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.14);
  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;
}
.oem-page .oem-6 .left {
  background: white;
  color: #000;
  border-radius: 30px;
  width: 35%;
  padding: 85px 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.oem-page .oem-6 .left .cont {
  line-height: 2;
}
.oem-page .oem-6 .right {
    padding: 50px 80px;
    background: url(../images/about-6-bg.png) no-repeat center bottom;
    background-size: 100% auto;
    width: 60%;
}
@media screen and (max-width: 1450px) {
  .oem-page .oem-6 .left {
    padding: 55px 30px;
  }
  .oem-page .oem-3 .box .font-20 {
    font-size: 16px;
  }
  .oem-page .oem-3 ul .slick-arrow {
    top: 40.5%;
  }
}
@media screen and (max-width: 1250px) {
  .oem-page .oem-1 .text {
    padding: 0 25px 17px;
  }
  .oem-page .oem-2 .box .left {
    padding: 0 30px;
  }
  .oem-page .oem-6 .left {
    padding: 30px 20px;
  }
  .oem-page .oem-3{
    padding: 60px 15px;
  }
}
@media screen and (max-width: 1250px) {
  .oem-page .oem-3 ul .slick-arrow {
    top: 37.5%;
  }
  .title.font-38 {
    font-size: 24px;
  }
  .oem-page .oem-1 .text {
    padding: 0 0px 10px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .oem-page .oem-6 .left {
    width: 100%;
    margin-bottom: 45px;
  }
  .oem-page .oem-6 .right {
    width: 100%;
  }
  .inner-page .inner-top .box .decline{
    margin-bottom: 30px;
  }
  .oem-page .oem-4 .bottom .left .tit,
  .oem-page .oem-5 .box .right .item .text .t1 {
    font-size: 20px;
  }
  .oem-page .oem-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  p.xuyonu.pp123 {
    overflow: visible!Important;
    text-overflow: initial!Important;
    white-space: normal!Important;
}
  .oem-page .oem-4 .top .left {
    width: 100%;
  }
  .oem-page .oem-4 .top .right {
    display: none;
  }
  .oem-page .oem-2 .title,
  .oem-page .oem-5 .title {
    text-align: center;
  }
  .oem-page .oem-5 .title {
    margin-bottom: 30px;
  }
  .oem-page .oem-2 .box .left {
    margin-bottom: 30px;
  }
  .oem-page .oem-5 .box .left {
    display: none;
  }
  .oem-page .oem-6 .left {
    padding: 30px 20px !important;
    margin-bottom: 30px;
  }
  .title.font-38 {
    font-size: 22px;
  }
  .oem-page .oem-4 .bottom .right {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .title.font-38 {
    font-size: 24px;
    line-height: 1.4;
  }
  .oem-page .oem-1 .text {
    width: 53%;
    background: #f9f9f9;
    border-radius: 0 20px 20px 0;
  }
  .mbx.mt-20 {
    line-height: 2;
}
  .oem-page .oem-1 .text {
    padding: 20px 0px 10px 20px;
    left: 5px;
  }
  .title.font-38 {
    font-size: 20px;
  }
  .oem-page .oem-1 img {
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
  }
  .oem-page .oem-4 .bottom .left .item,.oem-page .oem-4 .bottom .left .tit {
    padding: 15px 0;
  }
}
@media screen and (max-width: 500px) {
  .oem-page .oem-1 .text {
    width: 100%;
  }
  .oem-page .oem-1 img {
    height: 300px;
  }
  .oem-page .oem-5 .box .right .item .text {
    padding-left: 20px;
  }
  .oem-page .oem-5 .box .right .item .img {
    zoom: 0.8;
  }
  .oem-page .oem-6 .right {
    padding: 35px;
  }
}


.honor-page .init-1 .container .listC .tips {
  min-width: 270px;
  text-align: center;
  display: inline-block;
  padding: 16px 18px;
  background-color: var(--color);
  color: #fff;
}

.honor-page .init-1 .container .listC .content {
  margin-top: 50px;
}

.honor-page .init-1 .container .listC .content .swiper {
  margin: 0 -15px;
}

.honor-page .init-1 .container .listC .content ul li {
  padding: 0 15px;
}

.honor-page .init-1 .container .listC .content ul li .img {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.honor-page .init-1 .container .listC .content ul li .text {
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 1000px) {
 .honor-page .init-1 ul.flex-4 li{
   width: 33.333%;
 }
}
@media (max-width: 700px) {
   .honor-page .init-1 ul.flex-4 li{
   width: 50%;
 }
}
@media (max-width: 500px) {
  .honor-page .init-1 .container .listC {
    margin-top: 40px;
  }

  .honor-page .init-1 .container .listC .content {
    margin-top: 20px;
  }
  @media (max-width: 700px) {
   .honor-page .init-1 ul.flex-4 li{
   width: 100%;
 }
}
}
.faq-page .faq-list li {
  margin: 0 0 10px;
  word-break: break-word;
}

.faq-page .faq-list li h4 {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 0;
  font-size: 18px;
  color: var(--color);
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  cursor: hand;
  position: relative;
  font-weight: bold;
}

.faq-page .faq-list li h4 i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

.faq-page .faq-list li > .cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 2;
  display: none;
  color: #333;
}


.chain-page .chain-2 .strength-list ul li {
  margin-top: 70px;
}
.chain-page .chain-2 .strength-list ul li:first-child {
  margin-top: 0;
}
.chain-page .chain-2 .strength-list ul li .box .img-box {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
.chain-page .chain-2 .strength-list ul li .box .img-box img {
  border-radius: 10px;
}
.chain-page .chain-2 .strength-list ul li .box .txtbox {
  background-color: #f6f7f9;
  border-radius: 10px;
  width: calc(50% + 40px);
  padding-left: 10%;
  padding-right: 6%;
  margin-left: -40px;
}
.chain-page .chain-2 .strength-list ul li .box .txtbox .tag .line {
  width: 65px;
  height: 1px;
  background-color: #333333;
  display: block;
}
.chain-page .chain-2 .strength-list ul li .box .txtbox .tt {
  line-height: 1.4;
  color: #333333;
}
.chain-page .chain-2 .strength-list ul li .box .txtbox .desc {
  line-height: 1.8;
  color: #4c4c4c;
}
.chain-page .chain-2 .strength-list ul li:nth-child(odd) .box {
  flex-direction: row-reverse;
}
.chain-page .chain-2 .strength-list ul li:nth-child(odd) .box .txtbox {
  margin-right: -40px;
  margin-left: 0;
  padding-left: 6%;
  padding-right: 10%;
}
@media (max-width: 1000px) {
  .chain-page .chain-2 .strength-list ul li .box .img-box {
    width: 100%;
  }

  .chain-page .chain-2 .strength-list ul li .box .txtbox {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .chain-page .chain-2 .strength-list ul li:nth-child(odd) .box .txtbox {
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  .chain-page .chain-2 .strength-list ul li {
    margin-top: 30px;
  }
}

.news-page .init-1 {
  background-color: #f9f9f9;
  padding-top: 30px;
}

.news-page .init-1 .container .content {
  background-color: #e2e2e2;
  border-radius: 5px;
}

.news-page .init-1 .container .content .list {
  width: 33.33%;
  text-align: center;
  padding: 25px;
  display: inline-block;
}

.news-page .init-1 .container .content .list:hover,
.news-page .init-1 .container .content .list.active {
  color: #fff;
  background-color: var(--color);
}

.news-page .init-2 {
  background-color: #f9f9f9;
}

.news-page .init-2 .container ul {
  margin: 0 -15px;
}

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

.news-page .init-2 .container ul li {
  margin-top: 30px;
  padding: 0 15px;
  height: auto;
}

.news-page .init-2 .container ul li .box{
  color: #666;
}
.news-page .init-2 .container ul li .box {
  background-color: #efefef;
  padding: 20px;
  height: 100%;
}
.news-page .init-2 .container ul li .box .title{
  min-height: calc(1.5em * 2);
}
.news-page .init-2 .container ul li .box .news-btn{
  border-radius: 50%;
  background-color: #fff;
  /*transition: .3s;*/
  width: 1.8em;
  height: 1.8em;
}
.news-page .init-2 .container ul li .box .news-btn i{
  transition: .3s;
}
/*.news-page .init-2 .container ul li .box .news-btn:hover{
  background-color: #000;
  color: #fff;
}*/
.news-page .init-2 .container ul li .box .left {
  width: 80px;
  text-align: center;
}

.news-page .init-2 .container ul li .box .left .date {
  font-weight: 600;
  line-height: 1;
}

.news-page .init-2 .container ul li .box .left .year {
  color: #666666;
  margin-top: 10px;
}

.news-page .init-2 .container ul li .box .right {
  width: -webkit-calc(20%);
  width: -moz-calc(20%);
  width: calc(100% - 80px);
  padding-left: 50px;
}

.news-page .init-2 .container ul li .box .right .title {
  font-weight: 600;
}

.news-page .init-2 .container ul li .box .right .des {
  color: #666666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}

.news-page .init-2 .container ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}
.news-page .init-2 .container ul li .box:hover .news-btn{
  background-color: #fff;
  color: var(--color);
}

.news-page .init-2 .container ul li .box:hover .left .year {
  color: #fff;
}

.news-page .init-2 .container ul li .box:hover .right .des {
  color: #fff;
}
.news-page .init-2 .container ul li .box .right .title {
  font-size: 20px;
  line-height: 1.7;
}
.news-page .init-2 .container ul li .box .right .des {
  font-size: 16px;
  line-height: 30px;
}


@media (max-width: 1250px) {
  .news-page .init-1 {
    display: none;
  }

  .news-page .init-2 .container ul li {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .news-page .init-2 .container ul li .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .news-page .init-2 .container ul li .box {
    padding: 20px 16px;
  }
}
.newdet-page .init-1 .container .content {
  line-height: 2;
}

.newdet-page .init-1 .container .title {
  font-weight: 600;
}

.newdet-page .init-1 .container .time {
  color: #666666;
  margin-top: 40px;
}

.newdet-page .init-1 .container .content {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding: 50px 0;
  line-height: 1.8;
  color: #666666;
}

.newdet-page .init-1 .container .m-link {
  margin-top: 20px;
}

.newdet-page .init-1 .container .m-link a {
  display: block;
  margin-top: 6px;
  color: #666666;
}

.newdet-page .init-1 .container .m-link a:hover {
  color: var(--color);
}
.newdet-page .init-1 .container .content ul > li:before {
  content: '•';
  margin-right: 0.5em;
  color: #8a8a8a;
  font-size: 1.2em;
}
@media (max-width: 1000px) {
  .newdet-page .init-1 .container .time {
    margin-top: 20px;
  }

  .newdet-page .init-1 .container .content {
    padding: 20px 0;
    font-size: 16px;
  }
}
.newdet-page .init-1 .container .content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.newdet-page .init-1 .container .content h3 {
  font-size: 22px;
  font-weight: 700;
}
.newdet-page .init-1 .container .content h4 {
  font-size: 20px;
  font-weight: 700;
}
.newdet-page .init-1 .container .content p a {
  color: #000;
}

.contact-page .init-1 {
  border-bottom: 1px solid #f2f2f2;
}

.contact-page .init-1 .container .left {
  width: 50%;
  padding-right: 30px;
}

.contact-page .init-1 .container .left .list {
  margin-top: 90px;
}

.contact-page .init-1 .container .left .list .imgC {
  width: 100px;
  height: 100px;
  background-color: var(--color);
  border-radius: 50%;
}

.contact-page .init-1 .container .left .list .imgC img {
  max-width: 50px;
}

.contact-page .init-1 .container .left .list .textC {
  width: -webkit-calc(0%);
  width: -moz-calc(0%);
  width: calc(100% - 100px);
  padding-left: 40px;
}

.contact-page .init-1 .container .left .list .textC .tips {
  margin-bottom: 10px;
  font-weight: 600;
}

.contact-page .init-1 .container .left .list .textC .listC {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #666666;
}

.contact-page .init-1 .container .left .list .textC .listC .item {
  margin-top: 5px;
  font-size: 22px;
}

.contact-page .init-1 .container .left .list:first-child {
  margin-top: 0;
}

.contact-page .init-1 .container .right {
  width: 50%;
  padding: 10px 40px 40px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.contact-page .init-1 .container .right form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-page .init-1 .container .right form input,
.contact-page .init-1 .container .right form textarea {
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
  margin-top: 30px;
  border: 1px solid #cdcdcd;
  padding: 14px 20px;
}
.contact-page .init-1 .container .right form input[name="title"]{
  width: 100%;
}
.contact-page .init-1 .container .right form textarea {
  width: 100%;
}

.contact-page .init-1 .container .right form .more {
  cursor: pointer;
  margin-top: 40px;
}

.contact-page .init-2 .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-page .init-2 .container .list {
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
  margin-top: 40px;
}

.contact-page .init-2 .container .list .cont {
  padding: 20px 20px;
}

.contact-page .init-2 .container .list .cont .title {
  font-weight: 600;
}

.contact-page .init-2 .container .list .cont .des {
  margin-top: 20px;
}
.project-page ul{
  margin: 0 -15px;
}
.project-page ul li{
  padding: 15px;
}
@media (max-width: 1450px) {
  .contact-page .init-1 .container .left .list .textC .listC .item{
    font-size: 18px;
  }
  .contact-page .init-1 .container .left .list .imgC {
    width: 60px;
    height: 60px;
  }
  .contact-page .init-1 .container .left .list .textC {
    width: calc(100% - 60px);
    padding-left: 20px;
  }
  .contact-page .init-1 .container .left .list .imgC img {
    max-width: 25px;
  }
}
@media (max-width: 1250px) {

  .project-page ul li{
    width: 33.333333333%;
  }
  .project-page ul li h4{
    font-size: 18px;
  }
  .contact-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }

  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }

  .contact-page .init-2 .container .list {
    width: 100%;
  }

  .contact-page .init-2 .container .list .cont {
    padding: 20px 0;
  }
  .contact-page .init-1 .container .left .list .textC .tips{
    font-size: 20px;
  }
  .contact-page .init-1 .container .left .list {
    margin-top: 40px;
  }
}

@media (max-width: 700px) {
  .project-page ul li {
    width: 50%;
  }
  .contact-page .init-1 .container .left .list .textC .listC .item {
    width: 100%;
  }

  .contact-page .init-1 .container .right form input {
    width: 100%;
  }
  .contact-page .init-2 iframe{
    height: 240px;
  }
}

@media (max-width: 500px) {
  .project-page ul li {
    width: 100%;
  }
  .contact-page .init-1 .container .left .list {
    margin-top: 30px;
    border: 1px solid #ccc;
    padding: 20px 16px;
    justify-content: space-between;
  }
  .contact-page .init-1 .container .left .list .imgC img{
    max-width: 100%;
  }
  .contact-page .init-1 .container .left .list .imgC {
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .contact-page .init-1 .container .left .list .textC {
    width: calc(100% - 65px);
    padding-left: 0;
  }

  .contact-page .init-1 .container .right {
    padding: 10px 20px 20px;
  }

  .contact-page .init-1 .container .right form input,
  .contact-page .init-1 .container .right form textarea {
    margin-top: 16px;
  }

  .contact-page .init-1 .container .right form .more {
    margin-top: 20px;
  }

  .contact-page .init-1 .container .left .list .textC .listC .item {
    font-size: 16px;
    word-wrap: break-word;
  }

  .contact-page .init-2 .container .list {
    margin-top: 20px;
  }

  .contact-page .init-2 .container .list:first-child {
    margin-top: 0;
  }

  .contact-page .init-2 .container .list .cont .des {
    margin-top: 10px;
  }
}

.proSideCont {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.proSideCont .proSideLeft {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  width: 360px;
  top: 110px;
}
.proSideCont .proSideLeft .catList {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 10px;
}
.proSideCont .proSideLeft .catList .Hbtn {
  border-color: var(--color);
  color: var(--color);
}
.proSideCont .proSideLeft .catList .Hbtn:hover {
  color: #fff;
}
.proSideCont .proSideLeft .catList .tips {
  color: #fff;
  background-color: var(--color);
  padding: 24px 20px;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
}
.proSideCont .proSideLeft .catList .cat .item {
  font-size: 20px;
  position: relative;
}
.proSideCont .proSideLeft .catList .cat .item a {
  display: block;
  padding: 20px;
  padding-right: 50px;
  transition: all 0.5s;
}
.proSideCont .proSideLeft .catList .cat .item i {
  position: absolute;
  top: 20px;
  cursor: pointer;
  right: 15px;
  font-weight: 600;
  z-index: 2;
}
.proSideCont .proSideLeft .catList .cat .item i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.proSideCont .proSideLeft .catList .cat .item ul {
  display: none;
}
.proSideCont .proSideLeft .catList .cat .item ul li {
  position: relative;
}
.proSideCont .proSideLeft .catList .cat .item ul li i {
  top: 10px;
}
.proSideCont .proSideLeft .catList .cat .item ul li a {
  padding: 10px;
  padding-left: 50px;
  position: relative;
  font-size: 18px;
  padding-right: 35px;
}
.proSideCont .proSideLeft .catList .cat .item ul li a::before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #000;
  top: 24px;
  left: 30px;
}
.proSideCont .proSideLeft .catList .cat .item ul li a:hover,
.proSideCont .proSideLeft .catList .cat .item ul li a.active {
  color: var(--color);
}
.proSideCont .proSideLeft .catList .cat .item ul li a:hover::before,
.proSideCont .proSideLeft .catList .cat .item ul li a.active::before {
  background-color: var(--color);
}
.proSideCont .proSideLeft .catList .cat .item ul li ul {
  padding-left: 5px;
}
.proSideCont .proSideLeft .catList .cat .item:hover > a,
.proSideCont .proSideLeft .catList .cat .item.active > a {
  background-color: #d9f5ff;
  color: var(--color);
}
.proSideCont .proSideLeft .catList .cat .item:hover i,
.proSideCont .proSideLeft .catList .cat .item.active i {
  color: var(--color);
}
/*.proSideCont .proSideLeft .catList .cat .item.active ul {
  display: block;
}*/
.proSideCont .proSideLeft .catList form {
  background-color: #fff;
  padding: 30px;
}
.proSideCont .proSideLeft .catList form input {
  background-color: #f2f2f2;
  border: none;
  width: 100%;
  padding: 10px 18px;
  font-size: 18px;
  margin-top: 20px;
}
.proSideCont .proSideLeft .catList form input.name {
  margin-top: 0;
}
.proSideCont .proSideLeft .catList form .submit {
  margin-top: 30px;
  width: 100%;
  cursor: pointer;
}
.proSideCont .proSideRight {
  width: -webkit-calc(-260%);
  width: -moz-calc(-260%);
  width: calc(100% - 360px);
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1250px) {
  .proSideCont .proSideLeft {
    display: none;
  }
  .proSideCont .proSideRight {
    width: 100%;
    padding-left: 0;
  }
}

.product-page .init-1 .title {
  font-weight: 600;
  font-size: 30px !important;
}
.product-page .init-1 .cat_des {
  margin-top: 20px;
  padding-right: 10px;
  overflow-y: auto;
  max-height: 116px;
}
.product-page .init-1 .content {
  padding-top: 40px;
}
.product-page .init-1 .content ul {
  margin: 0 -15px;
  margin-top: -60px;
}
.product-page .init-1 .content ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.product-page .init-1 .content ul li {
  margin-top: 60px;
  padding: 0 15px;
}
.product-page .init-1 .content ul li .box .img {
  display: block;
  background-color: #f5f5f5;
  padding: 0px;
  border-radius: 10px;
}
.product-page .init-1 .content ul li .box .img img {
  width: 100%;
}
.product-page .init-1 .content ul li .box .text {
  text-align: center;
  display: block;
  margin-top: 20px;
}
.product-page .init-1 .content ul li .box .text:hover {
  color: var(--color);
}
@media (max-width: 700px) {
  .product-page .init-1 .title {
    font-weight: 600;
    font-size: 20px !important;
  }
}
@media (max-width: 500px) {
  .product-page .init-1 .content ul li {
    margin-top: 30px;
  }
  .product-page .init-1 .content ul li:first-child {
    margin-top: 0;
  }
  .product-page .init-1 .content ul {
    margin-top: 0;
  }
}
.seoPublic .Auxil-about .box .right .text a {
  color: inherit;
}
.seoPublic .Auxil-news .list ul li .content p {
  color: #666;
  line-height: 30px;
}

.prodet-page .init-1 .left {
  width: 50%;
  padding-right: 50px;
}
.prodet-page .init-1 .left .box a {
  background-color: #f5f5f5;
  display: block;
  padding: 0px;
  border-radius: 10px;
}
.prodet-page .init-1 .right {
  width: 50%;
}
.prodet-page .init-1 .right .title {
  font-weight: 600;
}
.prodet-page .init-1 .right .des {
  color: #666666;
  margin-top: 20px;
  padding-right: 4px;
  overflow-y: auto;
  max-height: 300px;
}
.prodet-page .init-1 .right .moreC {
  padding-top: 10px;
}
.prodet-page .init-1 .right .moreC .more {
  margin-right: 20px;
  margin-top: 20px;
}
.prodet-page .init-1 .right .share {
  margin-top: 30px;
}
.prodet-page .init-1 .right .share ul {
  padding-left: 10px;
}
.prodet-page .init-1 .right .share ul li {
  width: auto;
  margin-left: 16px;
}
.prodet-page .init-1 .right .share ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--color);
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .init-1 .right .share ul li a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.prodet-page .init-1 .right .m-link {
  margin-top: 50px;
}
.prodet-page .init-1 .right .m-link a {
  margin-top: 10px;
  display: block;
  background-color: #f5f5f5;
  padding: 10px 20px;
  transition: 0.5s;
}
.prodet-page .init-1 .right .m-link a:hover {
  color: #fff;
  background-color: var(--color);
}
.prodet-page .init-2 .tipsTitle {
  font-weight: 600;
  margin-top: 40px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e5e5e5;
}
.prodet-page .init-2 b,
.prodet-page .init-2 strong {
  font-weight: 700 !important;
  font-size: 16px !important;
}
.prodet-page .init-2 .des {
  margin-top: 30px;
}
.prodet-page .init-2 .des table {
  width: 100% !important;
}
@media (max-width: 1000px) {
  .prodet-page .init-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .init-1 .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .prodet-page .init-1 .right .des {
    color: #666;
    margin-top: 20px;
    padding-right: 4px;
    overflow-y: auto;
    max-height: auto;
  }
  .prodet-page .init-1 .right .share ul li a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
  }
  .prodet-page .init-1 .left .box a {
    padding: 10px;
  }
}
.product-d-page .product-d-1 .images-list li .img-box {
  border-radius: 20px;
}
.product-d-page .product-d-2 .intro {
  color: #666666;
}
.product-d-page .product-d-3 .product-d-3-list li .box .img-box {
  border-radius: 10px;
}
.product-d-page .product-d-3 .product-d-3-list li .box .title-box {
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 5px;
  min-width: 273px;
}
.product-d-page .product-d-3 .product-d-3-list li .box .title-box span {
  display: block;
  text-align: center;
}
.product-d-page .product-d-4 .product-d-4-list li .box {
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  height: 290px;
}
.product-d-page .product-d-4 .product-d-4-list li .box .icon img {
  margin: 0 auto;
}
.product-d-page .product-d-5 ul{
  margin: 0 -15px;
}
.product-d-page .product-d-5 ul li{
  padding: 15px;
  width: 33.333333333%;
}
@media screen and (max-width: 700px) {
  .product-d-page .product-d-3 .product-d-3-list li {
    width: 100%;
  }
}

.proPublic .tipsTitleC {
  margin-left: 58px;
  color: var(--color);
}
.proPublic .init-about .des {
  margin-top: 30px;
  max-height: 400px;
  padding-right: 10px;
  overflow-y: auto;
}
.proPublic .init-about .img {
  margin-top: 40px;
}
.proPublic .init-news .content {
  margin-top: 10px;
}
.proPublic .init-news .content .swiper {
  padding: 30px;
  margin: 0 -30px;
}
.proPublic .init-news .content ul li {
  height: auto;
}
.proPublic .init-news .content ul li .box {
  height: 100%;
  opacity: 0;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  background-color: #fff;
}
.proPublic .init-news .content ul li .box .title {
  font-weight: 600;
}
.proPublic .init-news .content ul li .box .title:hover {
  color: var(--color);
}
.proPublic .init-news .content ul li .box .des {
  color: #666666;
  margin-top: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.proPublic .init-news .content ul li .box .time {
  margin-top: 20px;
}
.proPublic .init-news .content ul li.my-slide-visible .box {
  opacity: 1;
}
.proPublic .init-honor .content {
  margin-top: 50px;
}
.proPublic .init-honor .content ul li .box .img {
  display: block;
}
.proPublic .init-honor .content ul li .box .img img {
  width: 100%;
}
.proPublic .init-know .text {
  margin-top: 50px;
  max-height: 146px;
  overflow-y: auto;
  padding-right: 4px;
}
.proPublic .init-releted .content {
  margin-top: 60px;
  position: relative;
}
.proPublic .init-releted .content .btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #c1bbbb;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -90px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.proPublic .init-releted .content .btn .btnImg {
  width: 26px;
  height: 26px;
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.proPublic .init-releted .content .btn:hover {
  background-color: var(--color);
}
.proPublic .init-releted .content .prev {
  left: -90px;
}
.proPublic .init-releted .content ul li .box .img {
  display: block;
  padding: 30px;
  background-color: #f5f5f5;
}
.proPublic .init-releted .content ul li .box .text {
  margin-top: 10px;
  display: block;
  text-align: center;
}
.proPublic .init-releted .content ul li .box .text:hover {
  color: var(--color);
}
@media (max-width: 1250px) {
  .proPublic .init-releted .content .btn {
    display: none;
  }
}
@media (max-width: 1000px) {
  .proPublic .tipsTitleC {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .proPublic .init-about .des {
    margin-top: 10px;
  }
  .proPublic .init-honor .content {
    margin-top: 20px;
  }
  .proPublic .init-releted .content {
    margin-top: 20px;
  }
}



.manufacture-page .manufacture-1 .container .tips {
    text-align: center;
    font-weight: bold;
}

.manufacture-page .manufacture-1 .container .des_cont {
    color: #777777;
    margin-top: 50px;
    margin-bottom: 50px;
}

.manufacture-page .manufacture-1 .container .des_cont .left {
    width: 100%;
    /*text-indent: 38px;*/
    text-align: center;
}

.manufacture-page .manufacture-1 .container .des_cont .right {
    width: 48%;
    margin-left: auto;
}

.manufacture-page .manufacture-1 .container .video_cont {
    -o-background-size: cover;
    background-size: cover;
    margin-top: 40px;
}

.manufacture-page .manufacture-1 .container .video_cont video {
    display: block;
    width: 100%;
}

.manufacture-page .manufacture-1 .container .video_cont .play {
    width: 70px;
    height: 70px;
    cursor: pointer;
    padding: 4px;
    background-size: 80% 80%;
    border-radius: 50%;
}

.manufacture-page .manufacture-1 .container .video_cont .play:hover {
    background-color: #000;
}

.manufacture-page .manufacture-1 .container .list_cont {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.manufacture-page .manufacture-1 .container .list_cont li {
    margin-top: 40px;
    text-align: center;
}

.manufacture-page .manufacture-1 .container .list_cont li .top {
    font-weight: bold;
    line-height: 1;
}

.manufacture-page .manufacture-1 .container .list_cont li .top em {
    font-size: 60px;
}

.manufacture-page .manufacture-1 .container .list_cont li .bottom {
    color: #777777;
    margin-top: 10px;
}

.manufacture-page .manufacture-2 {
    background: #fff;
}

.manufacture-page .manufacture-2 .content {
    background: #f6f6f6;
    overflow: hidden;
}

.manufacture-page .manufacture-2 .container .left {
    width: 50%;
    position: relative;
    z-index: 3;
    border-radius: 20px;
}

.manufacture-page .manufacture-2 .container .right {
    position: relative;
    width: 50%;
    padding: 125px 124px 187px 70px;
    z-index: 2;
}

.manufacture-page .manufacture-2 .container .right::before {
    z-index: -1;
    content: '';
    position: absolute;
    width: -webkit-calc(280%);
    width: -moz-calc(280%);
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-color: #f6f6f6;
    border-radius: 20px;
}

.manufacture-page .manufacture-2 .container .right .tips {
    font-weight: bold;
}

.manufacture-page .manufacture-2 .container .right .list {
    margin-top: 5px;
}

.manufacture-page .manufacture-2 .container .right .list .cir {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
    margin-top: 22px;
}

.manufacture-page .manufacture-2 .container .right .list .text_c {
    width: -webkit-calc(92%);
    width: -moz-calc(92%);
    width: calc(100% - 8px);
    /*padding-left: 20px;*/
}

.manufacture-page .manufacture-2 .container .right .list .title {
    font-weight: bold;
}

.manufacture-page .manufacture-2 .container .right .list .des {
    margin-top: 14px;
    color: #777777;
}

.manufacture-page .manufacture-4 {
    text-align: center;
}

.manufacture-page .manufacture-4 .tips {
    font-weight: bold;
}

.manufacture-page .manufacture-4 .content {
    margin-top: 60px;
}

.manufacture-page .manufacture-4 .content .swiper .swiper-wrapper .swiper-slide .img {
    display: block;
}

.manufacture-page .manufacture-4 .content .swiper .swiper-wrapper .swiper-slide .img img {
    width: 100%;
}

.manufacture-page .manufacture-4 .content .swiper .swiper-wrapper .swiper-slide .text {
    font-weight: bold;
    margin-top: 20px;
}

.manufacture-page .manufacture-6 {
    position: relative;
}


.manufacture-page .manufacture-6 .container .left .text2 {
    color: var(--color);
}

.manufacture-page .manufacture-6 .container .left h3 {
    line-height: 1.2;
    font-weight: bold;
}

.manufacture-page .manufacture-6 .container .left .des {

}

.manufacture-page .manufacture-6 .container .left .btn-go::before {
    background: #000;
}

.manufacture-page .manufacture-6 .container .left img {
    margin-top: 80px;
}


.manufacture-page .manufacture-6 .container .right p {
    max-width: 540px;
}

.manufacture-page .manufacture-6 .text {
    margin-top: 80px;
    padding-bottom: 130px;
}

.manufacture-page .manufacture-6 .text p {
    padding: 0 60px;
}

.manufacture-page .manufacture-6 ul {
  margin: 0 -15px;
}

.manufacture-page .manufacture-6 ul li {
  padding: 0 15px;
  width: 25%;
  transition: all 0.5s;
}
.manufacture-page .manufacture-6 ul li.active {
  width:75%;
}
.manufacture-page .manufacture-6 ul li .box{
  height: 560px;
}
.manufacture-page .manufacture-6 ul li .txt{
  position: absolute;
  left: 50%;
  bottom:50px;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 15px 30px;
  width: fit-content;
  max-width: 90%;
  text-align: center;
  opacity: 0;
  transition: all 0.5s;
  border-radius: 10px;
}
.manufacture-page .manufacture-6 ul li.active .txt{
  opacity: 1;
}

.inner-page .inner-top .box {
  padding-top: 60px;
}
.inner-page .inner-top .box .decline {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #000000;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  line-height: 48px;
  display: block;
  transition: 0.5s;
}
.inner-page .inner-top .box .decline:hover {
  background: var(--color);
}
.inner-page .inner-top .box .text {
  width: 35%;
  margin: 0 0 0 auto;
}
@media (max-width: 1700px) {
    .manufacture-page .manufacture-6 .container .left {
        width: 52%;
        padding: 0;
    }

    .manufacture-page .manufacture-6 .container .right {
        width: 48%;
    }
}

@media (max-width: 1450px) {
    .manufacture-page .manufacture-2 .container .right .list .cir {
        margin-top: 46px;
    }

    .manufacture-page .manufacture-2 .container .right {
        padding-right: 100px;
    }

    .manufacture-page .manufacture-2 .container .right {
        padding: 40px 20px;
    }

    .manufacture-page .manufacture-6 .container .right {
        width: 42%;
    }

    .manufacture-page .manufacture-6 ul li .left {
        margin-right: 35px;
    }

    .manufacture-page .manufacture-6 ul li .left h4 {
        font-size: 48px;
    }

    .manufacture-page .manufacture-6 ul li .left p {
        font-size: 14px;
    }

    .manufacture-page .manufacture-6 ul li .right {
        font-size: 14px;
    }
    .manufacture-page .manufacture-2 .container .right .tips {
      padding-bottom: 0;
      line-height: 1.2;
  }
}

@media (max-width: 1250px) {
  .manufacture-page .manufacture-2 .container .right .tips {
    padding-bottom: 0;
  }
  .manufacture-page .manufacture-2 .container .right .list .des {
    margin-top: 0;
  }
  .manufacture-page .manufacture-2 .container .right .list {
    margin-top: 10px;
  }
    .manufacture-page .manufacture-2 .container .right .list .cir {
        margin-top: 40px;
    }

    .manufacture-page .manufacture-6 .container .left .text2 {
        margin-left: 0;
    }

    .manufacture-page .manufacture-6 .container .left h3,
    .manufacture-page .manufacture-6 .container .left span,
    .manufacture-page .manufacture-6 .container .left .btn-go {
        margin-left: 0;
    }
  .manufacture-page .manufacture-6 ul li .box {
    height: 400px;
  }
  .manufacture-page .manufacture-6 ul {
    margin: 0 -5px;
  }

  .manufacture-page .manufacture-6 ul li {
    padding: 0 5px;
  }
}

@media (max-width: 1000px) {

    .manufacture-page .manufacture-1 .container .des_cont .left {
        width: 100%;
    }

    .manufacture-page .manufacture-1 .container .des_cont .right {
        width: 100%;
        margin-top: 16px;
    }

    .manufacture-page .manufacture-1 .container .list_cont li {
        width: 50%;
    }

    .manufacture-page .manufacture-2 .container {
        width: 700px;
    }

    .manufacture-page .manufacture-2 .container .left {
        width: 100%;
        margin-top: 0;
    }

    .manufacture-page .manufacture-2 .container .right .list .cir {
        display: none;
    }

    .manufacture-page .manufacture-2 .container .right .list .text_c {
        width: 100%;
        padding-left: 0;
    }

    .manufacture-page .manufacture-2 .container .right {
        width: 100%;
        background-color: #eeeeee;
    }

    .manufacture-page .manufacture-2 .container .right::before {
        display: none;
    }


}

@media (max-width: 700px) {
    .manufacture-page .manufacture-1 .container .list_cont li .top em {
        font-size: 40px;
    }

    .manufacture-page .manufacture-2 .container {
        width: 100%;
    }

    .manufacture-page .manufacture-6 .text p {
        padding: 0 15px;
    }

    .manufacture-page .manufacture-6 .text {
        margin-top: 60px;
        padding-bottom: 55px;
    }

    .manufacture-page .manufacture-6:before {
        height: 705px;
        bottom: 0;
    }

}

@media (max-width: 500px) {
    .manufacture-page .manufacture-1 .container .des_cont {
        margin-top: 30px;
    }

    .manufacture-page .manufacture-1 .container .list_cont {
        padding-top: 0;
    }

    .manufacture-page .manufacture-1 .container .list_cont li {
        width: 100%;
    }

    .manufacture-page .manufacture-1 .container .list_cont li .top em {
        font-size: 30px;
    }
    .manufacture-page .manufacture-2 .container .right .list {
        margin-top: 20px;
    }

    .manufacture-page .manufacture-4 .content {
        margin-top: 20px;
    }

    .manufacture-page .manufacture-6 .text p {
        padding: 0;
    }

    .manufacture-page .manufacture-6 {
        padding-top: 40px;
    }
  .manufacture-page .manufacture-6 ul li .txt {
    width: calc(100% - 30px);
  }

}

.innovation-page .innovation-3 .nav ul li a{
  width: 365px;
  display: block;
  text-align: center;
  color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: transparent;
  padding: 5px 25px;
  font-size: 18px;
  border:1px solid var(--color);
  border-radius: 5px;
}
.innovation-page .innovation-3 .nav ul li:hover a,
.innovation-page .innovation-3 .nav ul li.active a{
  background: var(--color);
  color: white;
}
.innovation-page .innovation-3 .box .right{
  position: relative;
}
.innovation-page .innovation-3 .box .right dd{
  margin: 0 -15px;
}
.innovation-page .innovation-3 .box .right dl{
  padding: 0 15px;
}
.innovation-page .innovation-3 .box .right .factory{
  position: relative;
  z-index: -1;
  opacity: 0;
  inset:0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.innovation-page .innovation-3 .box .right .factory:nth-child(n + 2){
  position: absolute;
}
.innovation-page .innovation-3 .box .right .factory.active{
  opacity: 1;
  z-index: 1;
}

.innovation-page .innovation-3 .right .list li {
  padding: 7.5% 6%;
  background-color: rgba(255, 255, 255, 0.2);
}


.about2-page .sustainable-2 .text {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}
.about2-page .sustainable-2 .list {
  z-index: 1;
}
.about2-page .sustainable-2 .list span.h1 {
  line-height: .8;
  opacity: .05;
  top: -2%;
  left: 0;
  z-index: -1;
}
.about2-page .sustainable-2 .list ul{
  margin: -16px;
}
.about2-page .sustainable-2 .list li {
  padding: 16px;
}

.about2-page .sustainable-2 .list li .box{
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  min-height: 330px;
}
.about2-page .sustainable-2 .list li i {
  width: 1em;
  height: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about2-page .sustainable-2 .list li i img {
  max-width: 100%;
  max-height: 100%;
}
.about2-page .sustainable-2 .list li span.h6 {
  line-height: 1.2;
}
.about2-page .sustainable-2 .list li .text {
  color: #808080;
}
.about2-page .sustainable-2 .list li:hover .box{
  background-color: var(--color);
  color: white;
}
.about2-page .sustainable-2 .list li:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about2-page .sustainable-2 .list li:hover .text {
  color: inherit;
}

.oem-page .pack-4 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.oem-page .pack-4 span.h6 {
  line-height: 1.2;
  color: var(--color);
}
.oem-page .pack-4 span.h6:before {
  content: '';
  width: 0.35em;
  height: 0.35em;
  background-color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
  margin-top: .4em;
}
.oem-page .pack-4 .text {
  color: #525252;
}
.oem-page .pack-4 .text strong {
  color: black;
}
.oem-page .pack-4 .box .left ul{
  margin: -10px;
}
.oem-page .pack-4 .box .left ul li{
  padding: 10px;
  width: 50%;
}

@media screen and (max-width: 1700px) {
  .about2-page .sustainable-2 .list li .box{
    min-height: 300px;
  }
}
@media screen and (max-width: 1450px) {
  .about2-page .sustainable-2 .list li .box {
    min-height: 280px;
  }
  .about2-page .sustainable-2 .list li .text {
    line-height: 1.8;
  }
}
@media screen and (max-width: 1250px) {
  .innovation-page .innovation-3 .nav ul li a {
    width: 250px;
    font-size: 16px;
  }
  .about2-page .sustainable-2 .list ul{
    margin: -5px;
  }
  .about2-page .sustainable-2 .list li {
    padding: 5px;
  }
  .about2-page .sustainable-2 .list li .box {
    min-height: 300px;
  }
  .about2-page .sustainable-2 .list li .box h4{
    font-size: 20px;
  }
  .about2-page .sustainable-2 .list li span.h6 {
    line-height: 1.6;
  }
}

@media screen and (max-width: 1000px) {
  .innovation-page .innovation-3 .nav ul li{
    width: 50%;
  }
  .innovation-page .innovation-3 .nav ul li a {
    width: 100%;
  }
  .about2-page .sustainable-2 .list li .text {
    line-height: 1.4;
  }
  .about2-page .sustainable-2 .list li .box {
    min-height: 320px;
  }
}

@media screen and (max-width: 700px) {
  .about2-page .sustainable-2 .list li {
    width: 50%;
  }
  .about2-page .sustainable-2 .list li .box {
    min-height: 300px;
  }
  .about2-page .sustainable-2 .list li .text {
    max-height: 120px;
    overflow-y: auto;
    padding-right: 10px;
  }
  .about2-page .sustainable-2 .list li .box {
    min-height: 330px;
  }
}
@media screen and (max-width: 500px) {
  .about2-page .sustainable-2 .list li .box {
    min-height: unset;
  }
  .about2-page .sustainable-2 .list li .text {
    max-height: unset;
    overflow-y: unset;
    padding-right: 0;
  }
  .innovation-page .innovation-3 .nav ul li{
    width: 100%;
  }
  .about2-page .sustainable-2 .list li {
    width: 100%;
  }
  .about2-page .sustainable-2 .list li span.h6 {
    font-size: 20px;
  }
  .about2-page .sustainable-2 .list li .text{
    font-size: 16px;
  }
}