@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype'), url(../fonts/Poppins-Medium.eot) format('eot'), url(../fonts/Poppins-Medium.woff) format('woff'), url(../fonts/Poppins-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(../fonts/Poppins-SemiBold.ttf), url(../fonts/Poppins-SemiBold.eot), url(../fonts/Poppins-SemiBold.woff), url(../fonts/Poppins-SemiBold.woff2);
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
}
input::-webkit-input-placeholder {
  color: #000;
}
textarea::-webkit-input-placeholder {
  color: #000;
}
input::-moz-placeholder {
  color: #000;
}
input:-moz-placeholder {
  color: #000;
}
input:-ms-input-placeholder {
  color: #000;
}
body {
  margin: 0 auto;
  padding: 0;
  --color: #e99652;
  font-family: 'Poppins-Regular';
  --font: 'Poppins-Bold';
  background-color: white;
  color: #010101;
  max-width: 1920px;
  --animation-timing: 6000;
  --color-foreground: #ffffff;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
.ui.container {
  padding: 0 15px;
  width: 1430px;
  margin: 0 auto;
  position: relative;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header.active,
#header.h-header {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: white;
}
#header.active .nav-t{
  height: 0;
}
#header.active .nav .ui.menu .menu-box ul.menu > li,
#header.inner-header .nav .ui.menu .menu-box ul.menu > li {
  color: #000;
}
#header.active .language-box .zhuyu img,
#header.inner-header .language-box .zhuyu img,
#header.active .h-search,
#header.inner-header .h-search  {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#header .nav-t {
  background-color: white;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto;
  transition: all 0.5s;
}
#header .nav-t ul {
  width: 400px;
  position: relative;
  padding: 0 50px;
}
#header .nav-t ul li p {
  font-family: 'Poppins-Light';
  font-size: 14px;
  text-align: center;
}
#header .nav-t ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  width: 30px;
  overflow: hidden;
  color: transparent;
  background-color: transparent;
  border: none;
}
#header .nav-t ul .slick-arrow::before {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
}
#header .nav-t ul .slick-arrow.slick-prev {
  right: 0;
}
#header .nav-t ul .slick-arrow.slick-next {
  left: 0;
}
#header .nav-t ul .slick-arrow.slick-next::before {
  content: '\f105';
}
#header .nav {
  position: relative;
  height: 85px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-left: 60px;
  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;
  z-index: 100;
  float: right;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  font-family: 'Poppins-Medium';
  color: white;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li::after {
  content: '\f107';
  display: block;
  font-family: 'FontAwesome';
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: white;
  font-size: 18px;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li.cur::after {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::after {
  border-color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-left: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 2;
}
#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: right;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  right: -10px;
  width: auto;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  right: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu li:last-child {
  margin-left: 0;
}
#header .nav .ui.menu .right {
  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-right: 45px;
}
#header .nav .ui.menu .right .h-search {
  margin-left: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.language-box .zhuyu img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  left: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-left: 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;
}
@-webkit-keyframes load-spinner-fill {
  0% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, 100% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, 100% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, 120.71% 50%, 120.71% 50%, 120.71% 50%, 120.71% 50%, 100% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, 120.71% 50%, 120.71% 50%, 120.71% 50%, 120.71% 50%, 100% 0%);
  }
  37.5% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 0%);
  }
  50% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, 50% 120.71%, 50% 120.71%, 50% 120.71%, 100% 100%, 100% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, 50% 120.71%, 50% 120.71%, 50% 120.71%, 100% 100%, 100% 0%);
  }
  62.5% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, 0% 100%, 0% 100%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, 0% 100%, 0% 100%, 0% 100%, 100% 100%, 100% 0%);
  }
  75% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, -20.71% 50%, -20.71% 50%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, -20.71% 50%, -20.71% 50%, 0% 100%, 100% 100%, 100% 0%);
  }
  87.5% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, 0% 0%, 0% 0%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, 0% 0%, 0% 0%, 0% 100%, 100% 100%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, 50% -20.71%, 0% 0%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, 50% -20.71%, 0% 0%, 0% 100%, 100% 100%, 100% 0%);
  }
}
@-moz-keyframes load-spinner-fill {
  0% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, 100% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, 100% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, 120.71% 50%, 120.71% 50%, 120.71% 50%, 120.71% 50%, 100% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, 120.71% 50%, 120.71% 50%, 120.71% 50%, 120.71% 50%, 100% 0%);
  }
  37.5% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 0%);
  }
  50% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, 50% 120.71%, 50% 120.71%, 50% 120.71%, 100% 100%, 100% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, 50% 120.71%, 50% 120.71%, 50% 120.71%, 100% 100%, 100% 0%);
  }
  62.5% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, 0% 100%, 0% 100%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, 0% 100%, 0% 100%, 0% 100%, 100% 100%, 100% 0%);
  }
  75% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, -20.71% 50%, -20.71% 50%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, -20.71% 50%, -20.71% 50%, 0% 100%, 100% 100%, 100% 0%);
  }
  87.5% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, 0% 0%, 0% 0%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, 0% 0%, 0% 0%, 0% 100%, 100% 100%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, 50% -20.71%, 0% 0%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, 50% -20.71%, 0% 0%, 0% 100%, 100% 100%, 100% 0%);
  }
}
@keyframes load-spinner-fill {
  0% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, 100% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, 100% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, 120.71% 50%, 120.71% 50%, 120.71% 50%, 120.71% 50%, 100% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, 120.71% 50%, 120.71% 50%, 120.71% 50%, 120.71% 50%, 100% 0%);
  }
  37.5% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 0%);
  }
  50% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, 50% 120.71%, 50% 120.71%, 50% 120.71%, 100% 100%, 100% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, 50% 120.71%, 50% 120.71%, 50% 120.71%, 100% 100%, 100% 0%);
  }
  62.5% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, 0% 100%, 0% 100%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, 0% 100%, 0% 100%, 0% 100%, 100% 100%, 100% 0%);
  }
  75% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, -20.71% 50%, -20.71% 50%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, -20.71% 50%, -20.71% 50%, 0% 100%, 100% 100%, 100% 0%);
  }
  87.5% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, 0% 0%, 0% 0%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, 0% 0%, 0% 0%, 0% 100%, 100% 100%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(50% -20.71%, 50% 50%, 50% -20.71%, 0% 0%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(50% -20.71%, 50% 50%, 50% -20.71%, 0% 0%, 0% 100%, 100% 100%, 100% 0%);
  }
}
:root {
  --easing: cubic-bezier(0.33, 0, 0, 1);
  --animation-timing: 6000;
}
#banner {
  position: relative;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content ul {
  position: relative;
}
/*#banner .banner-content ul .slick-slide:last-child li .content{
  bottom: unset;
  top: 50%;
  transform: translate(-50%,-50%);
}*/
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  position: absolute;
  right: 50%;
  bottom: 80px;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
}
#banner .banner-content ul li .content .box {
  color: white;
  max-width: 50%;
  margin-right: auto;
  text-align: left;
}
#banner .banner-content ul li .content .box h2 {
  font-size: 44px;
  line-height: 1.2;
  font-family: var(--font);
}
#banner .banner-content ul li .content .box a.more {
  margin-right: auto;
  margin-top: 35px;
}
#banner .banner-content ul li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .banner-content .bot {
  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;
  position: absolute;
  bottom: 35px;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
}
#banner .banner-content .bot span {
  cursor: pointer;
}
#banner .banner-content .bot span:hover i {
  color: var(--color);
}
#banner .banner-content .bot span i {
  font-size: 24px;
  color: white;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#banner .banner-content .bot .dots-container {
  margin: 0 20px;
}
#banner .banner-content .bot .dots-container .banner-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#banner .banner-content .bot .dots-container .banner-dots li {
  margin: 0 6px;
  width: 16px;
  height: 16px;
  position: relative;
}
#banner .banner-content .bot .dots-container .banner-dots li.slick-active::after {
  opacity: 0;
}
#banner .banner-content .bot .dots-container .banner-dots li.slick-active .circle-one {
  opacity: 1;
}
#banner .banner-content .bot .dots-container .banner-dots li.slick-active .circle-one .circle-one-r-in {
  -webkit-animation: circle_one_r linear 2.5s 2.5s forwards;
  -moz-animation: circle_one_r linear 2.5s 2.5s forwards;
  animation: circle_one_r linear 2.5s 2.5s forwards;
}
#banner .banner-content .bot .dots-container .banner-dots li.slick-active .circle-one .circle-one-l-in {
  -webkit-animation: circle_one_l linear 2.5s forwards;
  -moz-animation: circle_one_l linear 2.5s forwards;
  animation: circle_one_l linear 2.5s forwards;
}
#banner .banner-content .bot .dots-container .banner-dots li::after {
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
  background: #dedddc;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
}
#banner .banner-content .bot .dots-container .banner-dots li .circle-one {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#banner .banner-content .bot .dots-container .circle-one {
  width: 16px;
  height: 16px;
  position: relative;
  overflow: hidden;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#banner .banner-content .bot .dots-container .circle-one-l,
#banner .banner-content .bot .dots-container .circle-one-l-in {
  width: 8px;
  height: 16px;
  position: absolute;
  right: 0px;
  top: 0px;
  overflow: hidden;
}
#banner .banner-content .bot .dots-container .circle-one-l-in {
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#banner .banner-content .bot .dots-container .circle-one-l-in:after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  border: 2px solid white;
  width: 16px;
  height: 16px;
}
#banner .banner-content .bot .dots-container .circle-one-l::before {
  content: ' ';
  position: absolute;
  left: -8px;
  top: 0;
  border-radius: 50%;
  border: 2px solid #dedddc;
  width: 16px;
  height: 16px;
}
#banner .banner-content .bot .dots-container .circle-one-r,
#banner .banner-content .bot .dots-container .circle-one-r-in {
  width: 8px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
#banner .banner-content .bot .dots-container .circle-one-r-in {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
#banner .banner-content .bot .dots-container .circle-one-r-in:after {
  content: ' ';
  position: absolute;
  right: -8px;
  top: 0;
  border-radius: 50%;
  border: 2px solid white;
  width: 16px;
  height: 16px;
}
#banner .banner-content .bot .dots-container .circle-one-r::before {
  content: ' ';
  position: absolute;
  right: -8px;
  top: 0;
  border-radius: 50%;
  border: 2px solid #dedddc;
  width: 16px;
  height: 16px;
}
#banner .banner-bot {
  width: 100%;
  height: 145px;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--color);
  color: white;
}
#banner .banner-bot h4 {
  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;
}
#banner .banner-bot h4 img {
  margin-left: 10px;
}
.more.white {
  background-color: transparent;
  border: 1px solid white;
}
.more.white span {
  color: white;
}
.more.black {
  background-color: transparent;
  border: 1px solid #000;
}
.more.black::before {
  background: rgba(0, 0, 0, 0.1);
}
.more.black span {
  color: #000;
}
.more {
  display: block;
  padding: 13px 35px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.more:hover::before {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform: initial;
  -moz-transform: initial;
  -ms-transform: initial;
  transform: initial;
}
.more::before {
  content: "";
  position: absolute;
  top: 0;
  right: -15%;
  width: 130%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 0;
  -webkit-transform: translate3d(-100%, 0, 0) skew(30deg);
  -moz-transform: translate3d(-100%, 0, 0) skew(30deg);
  transform: translate3d(-100%, 0, 0) skew(30deg);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.33, 0, 0, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.33, 0, 0, 1);
  -moz-transition: transform 500ms cubic-bezier(0.33, 0, 0, 1), -moz-transform 500ms cubic-bezier(0.33, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.33, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.33, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0.33, 0, 0, 1), -moz-transform 500ms cubic-bezier(0.33, 0, 0, 1);
  -webkit-transition: -webkit-transform 0.5s var(--easing);
  transition: -webkit-transform 0.5s var(--easing);
  -moz-transition: transform 0.5s var(--easing), -moz-transform 0.5s var(--easing);
  transition: transform 0.5s var(--easing);
  transition: transform 0.5s var(--easing), -webkit-transform 0.5s var(--easing), -moz-transform 0.5s var(--easing);
}
.more span {
  display: block;
  position: relative;
  z-index: 5;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: white;
  font-family: 'Poppins-Light';
}
.tit-font {
  font-family: 'Poppins-Medium';
}
.h-title p {
  font-size: 24px;
  font-family: 'Poppins-Medium';
  text-transform: uppercase;
  color: var(--color);
  margin-bottom: 5px;
}
.h-title h3 {
  font-size: 48px;
  font-family: 'Poppins-Medium';
  position: relative;
  color: #212121;
  line-height: 1.3;
}
@-webkit-keyframes circle_one_l {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes circle_one_l {
  0% {
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes circle_one_l {
  0% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes circle_one_r {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes circle_one_r {
  0% {
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes circle_one_r {
  0% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
#index-body .product {
  padding: 100px 0 115px;
}
#index-body .product .product-content ul {
  margin: 0 -15px;
}
#index-body .product .product-content ul li {
  padding: 0 15px;
}
#index-body .product .product-content ul li .box {
  position: relative;
}
#index-body .product .product-content ul li .box .img-box {
  display: block;
}
#index-body .product .product-content ul li .box .img-box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .product .product-content ul li .box .text {
  width: 100%;
  padding: 0 30px 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
}
#index-body .about .con {
  max-width: 76%;
  margin: 20px auto 60px;
  text-align: center;
}
#index-body .about .img {
  position: relative;
}
#index-body .about .img .play {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
}
#index-body .hot-product .hot-product-content ul {
  margin: 0 -17px;
}
#index-body .hot-product .hot-product-content ul li {
  padding: 15px 17px;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#index-body .hot-product .hot-product-content ul li .box .img-box {
  display: block;
}
#index-body .hot-product .hot-product-content ul li .box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .hot-product .hot-product-content ul li .box h4 {
  padding: 0 30px;
}
#index-body .hot-product .hot-product-content ul li:hover {
  border-color: var(--color);
}
#index-body .service {
  margin: 95px 0;
}
#index-body .service h3 {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  padding-top: 90px;
}
#index-body .service .service-content .left {
  background-color: #f6f6f6;
  width: 50%;
  height: 675px;
  padding: 0 70px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .service .service-content .left ul {
  width: 100%;
}
#index-body .service .service-content .left ul li .box h4 {
  font-size: 32px;
  font-family: 'Poppins-SemiBold';
  margin: 20px 0;
}
#index-body .service .service-content .left ul li .box p {
  font-size: 16px;
  font-family: 'Poppins-Medium';
  line-height: 1.8;
}
#index-body .service .service-content .left ul li .box a.more {
  margin: 50px 0 60px;
}
#index-body .service .service-content .left .bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .service .service-content .left .bot span {
  cursor: pointer;
}
#index-body .service .service-content .left .bot span:hover i {
  color: var(--color);
}
#index-body .service .service-content .left .bot span i {
  font-size: 24px;
  color: #313131;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#index-body .service .service-content .left .bot .dots-container {
  margin: 0 20px;
}
#index-body .service .service-content .left .bot .dots-container .custom-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .service .service-content .left .bot .dots-container .custom-dots li {
  margin: 0 6px;
  width: 16px;
  height: 16px;
  position: relative;
}
#index-body .service .service-content .left .bot .dots-container .custom-dots li.slick-active::after {
  opacity: 0;
}
#index-body .service .service-content .left .bot .dots-container .custom-dots li.slick-active .circle-one {
  opacity: 1;
}
#index-body .service .service-content .left .bot .dots-container .custom-dots li.slick-active .circle-one .circle-one-r-in {
  -webkit-animation: circle_one_r linear 2.5s 2.5s forwards;
  -moz-animation: circle_one_r linear 2.5s 2.5s forwards;
  animation: circle_one_r linear 2.5s 2.5s forwards;
}
#index-body .service .service-content .left .bot .dots-container .custom-dots li.slick-active .circle-one .circle-one-l-in {
  -webkit-animation: circle_one_l linear 2.5s forwards;
  -moz-animation: circle_one_l linear 2.5s forwards;
  animation: circle_one_l linear 2.5s forwards;
}
#index-body .service .service-content .left .bot .dots-container .custom-dots li::after {
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
  background: #919191;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
}
#index-body .service .service-content .left .bot .dots-container .custom-dots li .circle-one {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#index-body .service .service-content .left .bot .dots-container .circle-one {
  width: 16px;
  height: 16px;
  position: relative;
  overflow: hidden;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#index-body .service .service-content .left .bot .dots-container .circle-one-l,
#index-body .service .service-content .left .bot .dots-container .circle-one-l-in {
  width: 8px;
  height: 16px;
  position: absolute;
  right: 0px;
  top: 0px;
  overflow: hidden;
}
#index-body .service .service-content .left .bot .dots-container .circle-one-l-in {
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#index-body .service .service-content .left .bot .dots-container .circle-one-l-in:after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  border: 2px solid #000;
  width: 16px;
  height: 16px;
}
#index-body .service .service-content .left .bot .dots-container .circle-one-l::before {
  content: ' ';
  position: absolute;
  left: -8px;
  top: 0;
  border-radius: 50%;
  border: 2px solid #919191;
  width: 16px;
  height: 16px;
}
#index-body .service .service-content .left .bot .dots-container .circle-one-r,
#index-body .service .service-content .left .bot .dots-container .circle-one-r-in {
  width: 8px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
#index-body .service .service-content .left .bot .dots-container .circle-one-r-in {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
#index-body .service .service-content .left .bot .dots-container .circle-one-r-in:after {
  content: ' ';
  position: absolute;
  right: -8px;
  top: 0;
  border-radius: 50%;
  border: 2px solid #000;
  width: 16px;
  height: 16px;
}
#index-body .service .service-content .left .bot .dots-container .circle-one-r::before {
  content: ' ';
  position: absolute;
  right: -8px;
  top: 0;
  border-radius: 50%;
  border: 2px solid #919191;
  width: 16px;
  height: 16px;
}
#index-body .service .service-content .right ul li {
  height: 675px;
}
#index-body .service .service-content .right ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .news {
  position: relative;
  padding-bottom: 95px;
}
#index-body .news .news-content h3 {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  padding-top: 90px;
}
#index-body .news .news-content ul {
  margin: 0 -15px;
}
#index-body .news .news-content ul li {
  padding: 0 15px;
}
#index-body .news .news-content ul li .box {
  position: relative;
}
#index-body .news .news-content ul li .box .img_box {
  display: block;
}
#index-body .news .news-content ul li .box .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .news .news-content ul li .box .text {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 20px 25px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  right: 0;
}
#index-body .news .news-content ul li .box .text .date {
  font-family: 'Poppins-Light';
  font-size: 16px;
}
#index-body .news .news-content ul li .box .text h4 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 17px;
}
#index-body .contact {
  height: 300px;
  background: url("/gewocandle/2025/08/04/34545.jpg") no-repeat;
  background-size: cover;
  margin: 95px 0;
  position: relative;
}
#index-body .contact::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  height: -webkit-calc(100% - 46px);
  height: -moz-calc(100% - 46px);
  height: calc(100% - 46px);
  border: 1px solid white;
}
#index-body .contact .contact-content .box {
  color: white;
  width: 100%;
}
#index-body .contact .contact-content .box p {
  font-family: 'Poppins-Light';
  margin: 15px 0 30px;
}
#index-body .contact .contact-content .box a.more {
  margin: 0 auto;
}
#index-body .form {
  background: url('../images/form-bg.jpg') no-repeat;
  background-size: cover;
  padding: 150px 15px;
}
#index-body .form .form-content {
  height: 540px;
  width: 980px;
  border: 5px solid #6d6d6b;
  margin: auto;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 80px;
}
#index-body .form .form-content h2 {
  font-size: 34px;
  font-family: 'Poppins-SemiBold';
  color: white;
  text-align: center;
}
#index-body .form .form-content form {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 45px 0;
}
#index-body .form .form-content form input[type='text'] {
  width: 230px;
  border: none;
  border-bottom: 1px solid white;
  padding: 0 0 10px 10px;
  color: white;
  font-size: 14px;
  background-color: transparent;
  margin: 0 15px;
}
#index-body .form .form-content form .content {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
#index-body .form .form-content form .content input[name='content'] {
  width: 100%;
  height: 80px;
  border: none;
  border-radius: 50px;
  padding: 0 30px 0 200px;
  background-color: white;
  color: #313131;
  margin: 0;
}
#index-body .form .form-content form .content input[name='content']::-webkit-input-placeholder {
  color: #313131;
}
#index-body .form .form-content form .content input[type='submit'] {
  width: 175px;
  height: 60px;
  border: none;
  border-radius: 35px;
  background: var(--color);
  font-size: 18px;
  color: white;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}
#index-body .form .form-content form .content input[type='submit']:hover {
  background: black;
}
#index-body .form .form-content form input::-webkit-input-placeholder {
  color: white;
}
#index-body .form .form-content .share a {
  color: white;
  margin: 0 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#index-body .form .form-content .share a:hover {
  color: var(--color);
}
#index-body .form .form-content .share a i {
  font-size: 30px;
}
#footer {
  position: relative;
  background-color: #e99652;
}
#footer .footer-t {
  padding: 100px 15px 75px;
}
#footer .footer-t .footer-t-gird {
  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;
}
#footer .footer-t .footer-t-gird .t-list.logo {
  max-width: 380px;
}
#footer .footer-t .footer-t-gird .t-list.logo p {
  font-size: 18px;
  font-family: 'Poppins-Light';
  margin: 25px 0 30px;
}
#footer .footer-t .footer-t-gird .t-list.link span {
  margin-bottom: 20px;
  border-bottom: 1px solid transparent;
}
#footer .footer-t .footer-t-gird .t-list.link span:last-child {
  margin-bottom: 0;
}
#footer .footer-t .footer-t-gird .t-list.link span:hover {
  border-color: white;
}
#footer .footer-t .footer-t-gird .t-list.contact {
  max-width: 310px;
}
#footer .footer-t .footer-t-gird .t-list.contact span {
  font-size: 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;
  margin-bottom: 20px;
}
#footer .footer-t .footer-t-gird .t-list.contact span:last-child {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0;
  line-height: 1.8;
}
#footer .footer-t .footer-t-gird .t-list.contact span i {
  color: white;
  margin-left: 10px;
  font-size: 16px;
}
#footer .footer-t .footer-t-gird .t-list {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#footer .footer-t .footer-t-gird .t-list .qc-img img,
#footer .footer-t .footer-t-gird .t-list .qc-img canvas {
  width: 130px;
  height: auto;
  border: 8px solid #fff;
}
#footer .footer-t .footer-t-gird .t-list h4 {
  font-size: 22px;
  font-family: 'Poppins-Bold';
  color: white;
  margin-bottom: 40px;
  text-transform: uppercase;
}
#footer .footer-t .footer-t-gird .t-list span {
  font-size: 18px;
  color: white;
  line-height: 1;
  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;
}
#footer .footer-b {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-b .footer-b-box {
  height: 60px;
}
#footer .footer-b .footer-b-box span {
  display: block;
  font-size: 16px;
  color: white;
  font-family: 'Poppins-Light';
}
#footer .footer-b .footer-b-box span:first-child a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-b .footer-b-box span:first-child a:hover {
  opacity: 0.6;
}
#footer .footer-b .footer-b-box img {
  width: 240px;
  height: auto;
  padding-top: 6px;
  margin-right: 5px;
}
@media (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  .pt-140{
    padding-top: 100px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-left: 35px;
    font-size: 16px;
  }
  #banner .banner-content ul li .content .box h2 {
    font-size: 40px;
  }
  #index-body .service .service-content .left,
  #index-body .service .service-content .right ul li {
    height: 480px;
  }
  #index-body .service .service-content .left ul li .box a.more {
    margin: 25px 0;
  }
  #index-body .service .service-content .left ul li .box h4 {
    font-size: 24px;
  }
  #footer .footer-t .footer-t-gird .t-list.logo {
    max-width: 240px;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #banner {
    margin-top: 120px;
  }
  #mobile {
    display: block!important;
  }

.wowocan{
    display: block!important;
  }


  .ui.container {
    width: 700px;
  }
    #index-body .contact{
    height: auto;
    padding: 60px 0;
  }
  #banner .banner-content ul li .content .box {
    max-width: 100%;
  }
  #index-body .service .service-content .left .bot,
  #banner .banner-content .bot {
    display: none;
  }
  #banner .banner-bot {
    padding: 30px 15px;
    height: auto;
  }
  #banner .banner-bot h4 {
    font-size: 18px;
  }
  #banner .banner-content ul li .content .box h2 {
    font-size: 30px;
  }
  #index-body .contact .contact-content .box {
    padding: 0 30px;
  }
  #index-body .service .service-content .left {
    padding: 0 30px;
  }
  #index-body .form .form-content {
    height: auto;
    width: 100%;
    padding: 60px 20px;
  }
  #index-body .form .form-content h2 {
    font-size: 24px;
  }
  #index-body .form .form-content form input[type='text'] {
    width: 100%;
    margin: 0 0 20px;
  }
  #footer .footer-t .footer-t-gird .t-list.link {
    display: none;
  }
  #footer .footer-t .footer-t-gird .t-list.logo {
    max-width: 45%;
  }
  #footer .footer-b .footer-b-box {
    height: auto;
    padding: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .footer-b .footer-b-box span {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #banner .banner-content ul li .content .box a.more {
    display: none;
  }
  #banner .banner-content ul li .content {
    bottom: 50%;
    -webkit-transform: translate(50.0%,50%);
    -moz-transform: translate(50.0%,50%);
    -ms-transform: translate(50.0%,50%);
    transform: translate(50.0%,50%);
  }
  #banner .banner-bot h4 {
    font-size: 18px;
  }
  #banner .banner-bot p {
    font-size: 16px;
    text-align: center;
  }
  #index-body .about .con {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .hot-product .hot-product-content ul li .box h4 {
    padding: 0 15px;
    font-size: 16px;
  }
  #index-body .service .service-content .left {
    width: 100%;
  }
  #index-body .service .service-content .right {
    width: 100%;
  }
  #index-body .form .form-content form .content {
    text-align: center;
  }
  #index-body .form .form-content form .content input[type='submit'] {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin: 25px auto 0;
    position: unset;
  }
  #footer .footer-t .footer-t-gird {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-t .footer-t-gird .t-list.contact,
  #footer .footer-t .footer-t-gird .t-list.logo {
    max-width: 100%;
    width: 100%;
  }
  #footer .footer-t .footer-t-gird .t-list.contact {
    margin-top: 60px;
  }
  #index-body .form .form-content form .content input[name='content'] {
    padding: 0 30px;
  }
    .pt-140{
    padding-top: 70px;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  #banner .banner-content ul li .content .box h2 {
    font-size: 24px;
    text-align: center;
  }
  #index-body .product {
    padding: 85px 0;
  }
  .font-32 {
    font-size: 26px;
  }
  #index-body .service h3 {
    padding-top: 45px;
  }
  #index-body .service {
    margin: 35px 0 85px;
  }
  #index-body .news .news-content h3 {
    padding-top: 45px;
  }
  #index-body .form {
    padding: 65px 15px;
  }
  #index-body .form .form-content h2 br {
    display: none;
  }
  #index-body .form .form-content form .content input[name='content'] {
    height: 50px;
    padding: 0 15px;
  }
  #footer .footer-t {
    padding: 75px 15px;
  }
}





























.max-1220 {
  max-width: 1220px;
}
.inner-banner {
  margin-top: 126px;
}
.inner-banner .sub {
  height: 30px;
  background-color: #000;
}
.inner-banner .mbx {
  padding: 18px 0;
  font-family: 'Poppins-Medium';
  font-size: 14px;
}
.faq-page .img2 {
  width: 100%;
}
.faq-page .init-1 .container .tips {
  font-family: 'Poppins-Medium';
}
.faq-page .init-1 .container ul {
  margin-top: 40px;
}
.faq-page .init-1 .container ul li {
  padding: 40px 40px;
  border-top: 2px solid #dbdbdb;
}
.faq-page .init-1 .container ul li:last-child {
  border-bottom: 2px solid #dbdbdb;
}
.faq-page .init-1 .container ul li .titleC {
  cursor: pointer;
  font-family: 'Poppins-Medium';
  position: relative;
}
.faq-page .init-1 .container ul li .titleC .q {
  text-transform: uppercase;
  width: 50px;
}
.faq-page .init-1 .container ul li .titleC .text {
  padding-left: 20px;
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
  width: calc(100% - 50px);
}
.faq-page .init-1 .container ul li .titleC i {
  position: absolute;
  font-size: 30px;
  top: 0;
  left: -10px;
  color: #3d3d3d;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.faq-page .init-1 .container ul li .titleC.active i {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.faq-page .init-1 .container ul li .content {
  margin-top: 20px;
  padding: 20px;
  background-color: #f3f3f3;
  border-radius: 5px;
  display: none;
}
.faq-page .init-2 .container .content {
  border: 2px solid #e9e9e9;
}
.faq-page .init-2 .container .content .img {
  width: 38%;
}
.faq-page .init-2 .container .content .right {
  width: 62%;
  padding: 10px 80px 10px 140px;
}
.faq-page .init-2 .container .content .right .title {
  font-family: 'Poppins-Medium';
}
.faq-page .init-2 .container .content .right .des {
  margin-top: 20px;
}
.faq-page .init-2 .container .content .right .more {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .faq-page .init-2 .container .content .right {
    padding-left: 60px;
  }
}
@media (max-width: 1250px) {
  .faq-page .init-2 .container .content .img {
    width: 100%;
  }
  .faq-page .init-2 .container .content .right {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 1000px) {
  .inner-banner {
    margin-top: 120px;
  }
  .faq-page .init-1 .container ul li {
    padding: 20px 10px;
  }
}
@media (max-width: 500px) {
  .faq-page .init-1 .container ul li .titleC .q {
    width: 40px;
  }
  .faq-page .init-2 .container .content .right .more {
    margin-top: 20px;
  }
  .faq-page .init-1 .container ul li .titleC .text {
    font-size: 18px;
  }
}
.m-page {
  text-align: left;
  padding: 30px 0;
}
.m-page span,
.m-page a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  margin: 4px;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page span:hover,
.m-page a:hover,
.m-page span.current,
.m-page a.current {
  background-color: #000;
  color: #fff;
}
.product-page .init-1 {
  margin-top: 30px;
}
.product-page .init-1 .container .content {
  margin-top: 30px;
}
.product-page .init-1 .container .content .swiper .swiper-slide {
  width: -webkit-calc(100% / 7);
  width: -moz-calc(100% / 7);
  width: calc(100% / 7);
}
.product-page .init-1 .container .content .swiper .swiper-slide .box .img {
  display: block;
}
.product-page .init-1 .container .content .swiper .swiper-slide .box .img img {
  width: 100%;
}
.product-page .init-1 .container .content .swiper .swiper-slide .box .subImg {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  margin: -30px auto 0;
}
.product-page .init-1 .container .content .swiper .swiper-slide .box .subImg .img {
  width: 32px;
  height: 32px;
}
.product-page .init-1 .container .content .swiper .swiper-slide .box .name {
  margin-top: 10px;
  text-align: center;
  display: block;
}
.product-page .init-1 .container .content .swiper .swiper-slide .box:hover .subImg {
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.product-page .init-2 {
  background-color: #f8f8f8;
}
.product-page .init-2 .container .titleC {
  position: relative;
  z-index: 2;
}
.product-page .init-2 .container .titleC .right {
  margin-right: auto;
}
.product-page .init-2 .container .titleC .right .catList {
  font-weight: 300;
  cursor: pointer;
  position: relative;
}
.product-page .init-2 .container .titleC .right .catList .cont {
  position: relative;
  background-color: #f2f2f2;
  padding: 10px 14px 10px 40px;
  min-width: 200px;
}
.product-page .init-2 .container .titleC .right .catList .cont i {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 16px;
  position: absolute;
  top: 18px;
  left: 10px;
}
.product-page .init-2 .container .titleC .right .catList .cont.active i {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.product-page .init-2 .container .titleC .right .catList ul {
  width: 100%;
  background-color: #f2f2f2;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  border: 1px solid #e9e9e9;
}
.product-page .init-2 .container .titleC .right .catList ul li a {
  display: block;
  padding: 6px 10px;
  border-bottom: 1px solid #e9e9e9;
}
.product-page .init-2 .container .titleC .right .catList ul li a:hover {
  background-color: #000;
  color: #fff;
}
.product-page .init-2 .container .titleC .right .catList ul li:last-child a {
  border-bottom: none;
}
.product-page .init-2 .container .catDes {
  max-height: 200px;
  overflow-y: auto;
  padding-left: 4px;
}
.product-page .init-2 .container .productList ul {
  padding-bottom: 60px;
  border-bottom: 1px solid #dddddd;
  margin: 0 -15px;
}
.product-page .init-2 .container .productList ul > p {
  margin: 20px;
  letter-spacing: 0;
  font-size: 16px;
}
.product-page .init-2 .container .productList ul li .box {
  padding: 30px 15px 30px;
}
.product-page .init-2 .container .productList ul li .box .img {
  width: 100%;
  display: block;
  margin: auto;
  position: relative;
}
.product-page .init-2 .container .productList ul li .box .img img {
  width: 100%;
}

.product-page .init-2 .container .productList ul li .box .title {
  display: block;
  margin-top: 20px;
}
.prodet-page .init-1 {
  position: relative;
}
.prodet-page .init-1 .titleC {
  height: 490px;
  -o-background-size: cover;
  background-size: cover;
}
.prodet-page .init-1 .titleC .name {
  text-align: center;
  font-size: 70px;
  color: rgba(0, 0, 0, 0.1);
  font-family: 'Poppins-Medium';
  line-height: 1.2;
}
.prodet-page .init-1 .bigImg {
  position: absolute;
  width: 100%;
  top: 50px;
  z-index: 2;
}
.prodet-page .init-1 .bigImg .box{
  display: flex;
  justify-content: center;
}
.prodet-page .init-1 .bigImg a {
  display: block;
  width: fit-content;
}
.prodet-page .init-1 .bigImg a img {
  height: 380px;
  -o-object-fit: contain;
  object-fit: contain;
}
.prodet-page .init-1 .container .sPageC {
  font-family: 'Poppins-Medium';
  position: absolute;
  top: -20px;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  -o-transform: translateX(50.0%);
  transform: translateX(50.0%);
  background-color: #000;
  color: #fff;
  font-size: 16px;
  padding: 8px 26px;
  border-radius: 20px;
}
.prodet-page .init-1 .container .sPageC .btn {
  width: 12px;
  text-align: center;
  cursor: pointer;
}
.prodet-page .init-1 .container .sPageC .num {
  width: 40px;
  margin: 0 40px;
  text-align: center;
}
.prodet-page .init-1 .container .galleryImg {
  width: 480px;
  margin: -40px auto 0 0;
}
.prodet-page .init-1 .container .galleryImg li {
  border: none;
  padding: 0 9px;
}
.prodet-page .init-1 .container .galleryImg li img {
  width: 100%;
}
.prodet-page .init-2 .container {
  border-top: 1px solid #dbdbdb;
}
.prodet-page .init-2 .container .left {
  width: 50%;
  border-left: 1px solid #dbdbdb;
  padding: 50px 0 30px 80px;
  font-family: 'Poppins-Medium';
}
.prodet-page .init-2 .container .left .type {
  color: #9a9a9a;
}
.prodet-page .init-2 .container .left .title {
  margin-top: 20px;
}
.prodet-page .init-2 .container .right {
  width: 50%;
  padding: 90px 50px 80px 60px;
}
.prodet-page .init-2 .container .right .tips {
  font-family: 'Poppins-Medium';
}
.prodet-page .init-2 .container .right .des {
  color: #686868;
  margin-top: 16px;
  max-height: 400px;
  overflow-y: auto;
  padding-left: 4px;
}
.prodet-page .init-2 .container .right .more {
  margin-top: 30px;
  cursor: pointer;
}
.prodet-page .init-3 {
  background-color: #f0f0f0;
}
.prodet-page .init-3 .container .left .tips {
  font-family: 'Poppins-Medium';
}
.prodet-page .init-3 .container .left ul {
  margin-top: 120px;
}
.prodet-page .init-3 .container .left ul li {
  color: #d8d1d1;
  border-right: 1px solid #d1d1d1;
  padding: 10px 18px 10px 5px;
  cursor: pointer;
  text-transform: capitalize;
}
.prodet-page .init-3 .container .left ul li.active {
  color: #000;
  border-right: 1px solid #000;
}
.prodet-page .init-3 .container .right {
  width: 70%;
  margin-right: auto;
  margin-top: 20px;
}
.prodet-page .init-3 .container .right ul li .formInfo .tipsDes {
  color: #393939;
  margin-top: 70px;
  max-width: 820px;
}
.prodet-page .init-3 .container .right ul li .formInfo form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prodet-page .init-3 .container .right ul li .formInfo form .listC {
  margin-top: 26px;
  width: -webkit-calc(37%);
  width: -moz-calc(37%);
  width: calc(50% - 13px);
}
.prodet-page .init-3 .container .right ul li .formInfo form .listC input,
.prodet-page .init-3 .container .right ul li .formInfo form .listC textarea {
  width: 100%;
  border: none;
  background-color: #fff;
  margin-top: 6px;
  padding: 11px 16px;
  font-size: 16px;
}
.prodet-page .init-3 .container .right ul li .formInfo form .listC.wid-100 {
  width: 100%;
}
.prodet-page .init-3 .container .right ul li .formInfo form .listC .moreC .more {
  padding: 10px 30px;
  cursor: pointer;
}
.seoPublic .init-1 .container {
  max-width: 1080px;
  text-align: center;
}
.seoPublic .init-1 .container .tipsTitle2 {
  margin-top: 10px;
}
.seoPublic .init-1 .container .des {
  margin-top: 10px;
  max-height: 400px;
  overflow-y: auto;
  padding-left: 4px;
}
.seoPublic .init-1 .container .more {
  margin-top: 30px;
}
.seoPublic .line {
  background-color: #ececec;
  height: 2px;
}
.seoPublic .init-2 .container .content {
  max-width: 1220px;
  margin: auto;
}
.seoPublic .init-2 .container .content ul {
  margin: 0 -15px;
}
.seoPublic .init-2 .container .content ul li {
  padding: 0 15px;
}
.seoPublic .init-3 {
  background-color: #f9f9f9;
}
.seoPublic .init-3 .container .tipsTitle {
  text-align: center;
}
.seoPublic .init-3 .container .content {
  margin: 0 -110px;
  margin-top: 70px;
}
.seoPublic .init-3 .container .content .swiper .swiper-slide {
  height: auto;
}
.seoPublic .init-3 .container .content .swiper .swiper-slide .box {
  height: 100%;
  border-right: 2px solid #d4d4d4;
  padding: 0 110px;
}
.seoPublic .init-3 .container .content .swiper .swiper-slide .box .timeC .type {
  margin-right: 16px;
}
.seoPublic .init-3 .container .content .swiper .swiper-slide .box .timeC .type .cir {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  margin-top: -2px;
}
.seoPublic .init-3 .container .content .swiper .swiper-slide .box .timeC .type span {
  width: -webkit-calc(90%);
  width: -moz-calc(90%);
  width: calc(100% - 10px);
  padding-right: 6px;
}
.seoPublic .init-3 .container .content .swiper .swiper-slide .box .title {
  font-family: 'Poppins-Medium';
  display: block;
  margin-top: 10px;
}
.seoPublic .init-3 .container .content .swiper .swiper-slide .box .des {
  margin-top: 16px;
  color: #7b7b7b;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
}
.seoPublic .init-3 .container .content .swiper .swiper-slide-active .box {
  border-right: 2px solid rgba(212, 212, 212, 0);
}
.seoPublic .init-3 .container .moreC .more {
  margin-top: 70px;
}
.seoPublic .init-4 .container {
  text-align: center;
}
.seoPublic .init-4 .container .text {
  max-height: 400px;
  overflow-y: auto;
  padding-left: 4px;
}
.seoPublic .init-5 .container .tips {
  font-family: var(--font);
}
.seoPublic .init-5 .container .content {
  margin-top: 50px;
}
.seoPublic .init-5 .container .content .swiper .swiper-slide {
  width: 25%;
}
.seoPublic .init-5 .container .content .swiper .swiper-slide .box .img {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.seoPublic .init-5 .container .content .swiper .swiper-slide .box .img img {
  width: 100%;
}
.seoPublic .init-5 .container .content .swiper .swiper-slide .box .cate {
  margin-top: 16px;
  color: #919191;
}
.seoPublic .init-5 .container .content .swiper .swiper-slide .box .title {
  margin-top: 6px;
  display: block;
  font-family: 'Poppins-Medium';
}
@media (max-width: 1500px) {
  .seoPublic .init-3 .container .content {
    margin: 70px -80px 0;
  }
  .seoPublic .init-3 .container .content .swiper .swiper-slide .box {
    padding: 0 80px;
  }
  .prodet-page .init-1 .titleC .name {
    font-size: 50px;
  }
}
@media (max-width: 1250px) {
  .seoPublic .init-3 .container .content {
    margin: 40px 0 0 0;
  }
  .seoPublic .init-3 .container .content .swiper .swiper-slide .box {
    padding: 0 20px;
  }
  .prodet-page .init-1 .container .galleryImg {
    width: 360px;
  }
  .prodet-page .init-2 .container .right {
    padding-left: 10px;
  }
}
@media (max-width: 1000px) {
  #cp-Nav {
    display: block;
  }
  #cp-Nav .nav {
    padding: 0 15px;
  }
  #cp-Nav .nav div.title {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 10px;
    background: #000;
    border-radius: 5px;
    color: white;
    position: relative;
  }
  #cp-Nav .nav div.title i {
    position: absolute;
    top: 12px;
    left: 10px;
  }
  #cp-Nav .nav i.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 230;
    background: rgba(0, 0, 0, 0.2);
  }
  #cp-Nav .nav > ul {
    display: none;
  }
  #cp-Nav .nav ul {
    position: fixed;
    top: 10%;
    max-height: 80%;
    right: 5%;
    width: 90%;
    padding: 20px;
    border-radius: 5px;
    background: white;
    z-index: 300;
    font-size: 16px;
    overflow: auto;
  }
  #cp-Nav .nav ul ul {
    padding: 0 10px;
    font-size: 14px;
    position: static;
    max-height: none;
    width: 100%;
    margin: 10px 0;
  }
  #cp-Nav .nav ul li a {
    display: block;
    padding: 5px 0;
    line-height: 28px;
  }
  .prodet-page .init-1 .titleC {
    height: auto;
  }
  .prodet-page .init-1 .titleC .name {
    font-size: 40px;
    padding: 40px 16px;
  }
  .prodet-page .init-1 .bigImg {
    position: relative;
    top: 0;
    width: -webkit-calc(70%);
    width: -moz-calc(70%);
    width: calc(100% - 30px);
    margin: 20px auto 0;
  }
  .prodet-page .init-1 .bigImg a img {
    height: auto;
  }
  .prodet-page .init-1 .container .galleryImg {
    margin-top: 20px;
    width: 100%;
  }
  .prodet-page .init-1 .container .sPageC {
    position: relative;
    top: 0;
    margin: 20px auto 0;
    right: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .prodet-page .init-2 .container .left {
    width: 100%;
    border: none;
    padding-left: 0;
  }
  .prodet-page .init-2 .container .right {
    width: 100%;
    padding: 0;
  }
  .prodet-page .init-3 .container .left {
    width: 100%;
  }
  .prodet-page .init-3 .container .left ul {
    margin-top: 20px;
  }
  .prodet-page .init-3 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .init-3 .container .right ul li .formInfo .tipsDes {
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  .seoPublic .init-3 .container .content .swiper .swiper-slide .box .timeC .type {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    margin-top: 10px;
  }
  .prodet-page .init-1 .titleC .name {
    font-size: 30px;
  }
  .prodet-page .init-3 .container .right ul li .formInfo form .listC {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .product-page .init-2 .container .productList ul li {
    margin-top: 20px;
  }
  .product-page .init-2 .container .productList ul li .box {
    padding: 40px 10px 30px;
    background-color: #fff;
  }
  .product-page .init-2 .container .productList ul li .box .title {
    margin-top: 20px;
  }
  .prodet-page .init-1 .titleC .name {
    font-size: 24px;
    padding: 20px 16px;
  }
  .seoPublic .init-3 .container .content .swiper .swiper-slide .box {
    border-right: none;
    padding: 0 5px;
  }
  .seoPublic .init-3 .container .moreC .more {
    margin-top: 30px;
  }
  .prodet-page .init-3 .container .right ul li .formInfo .tipsDes {
    margin-top: 20px;
  }
  .prodet-page .init-3 .container .right ul li .formInfo form .listC {
    margin-top: 20px;
  }
  .seoPublic .init-5 .container .content {
    margin-top: 20px;
  }
}
.custom-page .init-1 .container .left {
  width: 400px;
}
.custom-page .init-1 .container .left .tipsTitle {
  font-family: var(--font);
}
.custom-page .init-1 .container .left .tipsDes {
  margin-top: 20px;
  font-weight: 300;
}
.custom-page .init-1 .container .right {
  width: 65%;
  margin-right: auto;
}
.custom-page .init-1 .container .right ul li {
  margin-top: 30px;
}
.custom-page .init-1 .container .right ul li .cir {
  font-size: 20px;
  font-family: 'Poppins-Medium';
  width: 64px;
  height: 64px;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
  border-radius: 50%;
}
.custom-page .init-1 .container .right ul li .textC {
  width: -webkit-calc(36%);
  width: -moz-calc(36%);
  width: calc(100% - 64px);
  margin-top: 20px;
  padding-right: 50px;
}
.custom-page .init-1 .container .right ul li .textC .title {
  font-weight: 700;
}
.custom-page .init-1 .container .right ul li .textC .des {
  color: #737373;
  margin-top: 10px;
  font-family: 'Poppins-Medium';
}
.custom-page .init-1 .container .right ul li:first-child {
  margin-top: 0;
}
.custom-page .init-1 .container .right .more {
  display: inline-block;
  margin-top: 40px;
  margin-right: 110px;
  line-height: 1.3;
  color:white;
}
.custom-page .init-2 {
  background-attachment: fixed;
  -o-background-size: cover;
  background-size: cover;
}
.custom-page .init-2 .container .left {
  -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;
  width: 48%;
}
.custom-page .init-2 .container .left .imgList {
  width: 50%;
  padding: 0 5px;
}
.custom-page .init-2 .container .left .imgList img {
  display: block;
  margin: auto;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
}
.custom-page .init-2 .container .left .imgList .img2 {
  margin-top: 20px;
}
.custom-page .init-2 .container .right {
  width: 45%;
  margin-right: auto;
}
.custom-page .init-2 .container .right .title {
  margin-top: 50px;
  font-family: var(--font);
}
.custom-page .init-2 .container .right .des {
  font-weight: 300;
  margin-top: 20px;
}
.custom-page .init-2 .container .right .more {
  margin-top: 40px;
}
.custom-page .init-3 .container .left {
  width: 50%;
}
.custom-page .init-3 .container .left .tips {
  font-family: var(--font);
}
.custom-page .init-3 .container .left ul {
  padding-top: 20px;
  padding-left: 20px;
}
.custom-page .init-3 .container .left ul li {
  margin-top: 10px;
}
.custom-page .init-3 .container .left ul li .cir {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-top: 8px;
  background-color: #000;
}
.custom-page .init-3 .container .left ul li .text {
  color: #737373;
  font-family: 'Poppins-Medium';
  width: -webkit-calc(60%);
  width: -moz-calc(60%);
  width: calc(100% - 40px);
  margin-right: auto;
}
.custom-page .init-3 .container .right {
  width: 50%;
}
.custom-page .init-3 .container .right img {
  width: 100%;
}
.custom-page .init-4 {
  background-color: #f4f4f4;
}
.custom-page .init-4 .container .tips {
  font-family: var(--font);
}
.custom-page .init-4 .container .swiper {
  margin-top: 40px;
}
.custom-page .init-4 .container .swiper .swiper-slide {
  width: 25%;
  height: auto;
}
.custom-page .init-4 .container .swiper .swiper-slide .box {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  height: 100%;
}
.custom-page .init-4 .container .swiper .swiper-slide .box .title {
  font-family: 'Poppins-Medium';
  color: #0d0d0d;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 100%;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(100% - 60px);
}
.custom-page .init-4 .container .swiper .swiper-slide .box .sub {
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: 30px;
  right: 30px;
  background-color: #242424;
  border-radius: 50%;
}
.custom-page .init-4 .container .swiper .swiper-slide .box .cont {
  padding: 30px 20px 60px;
  position: relative;
  z-index: 2;
  height: 100%;
  background-color: #242424;
  color: #fff;
  min-height: 280px;
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}
.custom-page .init-4 .container .swiper .swiper-slide .box:hover .cont {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.custom-page .init-5 .container .content {
  max-width: 930px;
  margin: auto;
}
.custom-page .init-5 .container .content .tipsTitle {
  font-family: var(--font);
}
.custom-page .init-5 .container .content form {
  padding-top: 10px;
}
.custom-page .init-5 .container .content form .list {
  margin-top: 20px;
}
.custom-page .init-5 .container .content form .list .tips {
  color: #6a6a6a;
}
.custom-page .init-5 .container .content form .list input,
.custom-page .init-5 .container .content form .list textarea {
  border: 2px solid #f4f4f4;
  padding: 8px 10px;
  width: 100%;
  margin-top: 10px;
}
.custom-page .init-5 .container .content form .list .submitBtn {
  margin-top: 20px;
  cursor: pointer;
}
@media (max-width: 1250px) {
  .custom-page .init-1 .container .left {
    width: 100%;
  }
  .custom-page .init-1 .container .right {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 1000px) {
  .custom-page .init-2 .container .left {
    width: 100%;
  }
  .custom-page .init-2 .container .right {
    width: 100%;
  }
  .custom-page .init-3 .container .left {
    width: 100%;
  }
  .custom-page .init-3 .container .left ul {
    padding: 20px 0 0 0;
  }
  .custom-page .init-3 .container .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .custom-page .init-1 .container .right ul li .textC {
    width: 100%;
    padding-right: 0;
    margin-top: 10px;
  }
  .custom-page .init-1 .container .right .more {
    margin-right: 0;
  }
  .custom-page .init-3 .container .left ul li .text {
    width: -webkit-calc(70%);
    width: -moz-calc(70%);
    width: calc(100% - 30px);
  }
}
@media (max-width: 500px) {
  .custom-page .init-4 .container .swiper {
    margin-top: 20px;
  }
  .custom-page .init-4 .container .swiper .swiper-slide .box .title {
    position: relative;
    top: 0;
    right: 0;
    padding: 16px 20px;
  }
  .custom-page .init-4 .container .swiper .swiper-slide .box .cont {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .custom-page .init-5 .container .content form .list {
    margin-top: 10px;
  }
  .custom-page .init-5 .container .content form .list input,
  .custom-page .init-5 .container .content form .list textarea {
    margin-top: 4px;
  }
}

.gallery-page .init-1 .container .cont{
  border-bottom: 1px solid #d2d2d2;
}
.gallery-page .init-1 .container .cont li {
  margin-left: 40px;
}
.gallery-page .init-1 .container .cont li:last-child{
  margin-left: 0;
}
.gallery-page .init-1 .container .cont li .box a {
  padding: 8px 20px;
  font-family: syne;
  font-size: 20px;
  display: block;
  position: relative;
  font-weight: 600;
}
.gallery-page .init-1 .container .cont li .box a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  right: 0;
  background-color: #e99652;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.gallery-page .init-2 {
  padding-top: 30px;
}
.gallery-page .init-2 .container ul {
  margin: 0 -25px;
}
.gallery-page .init-2 .container ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.gallery-page .init-2 .container ul li {
  margin-top: 50px;
  padding: 0 25px;
}
.gallery-page .init-2 .container ul li .box video{
  display: block;
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .title{
  font-weight: 600;
  text-align: center;
  margin-top: 16px;
  font-family: 'syne';
}
.gallery-page .init-2 .container ul li .box .img {
  position: relative;
  display: block;
}
.gallery-page .init-2 .container ul li .box .img img {
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .img::before {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  -o-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-page .init-2 .container ul li .box:hover .img::before {
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
  animation: circle 0.75s;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3sease;
  -o-transition: all 0.3sease;
  -moz-transition: all 0.3sease;
  transition: all 0.3sease;
}
@media (max-width: 1000px) {
  .gallery-page .init-1 {
    display: none;
  }
  .gallery-page .init-2 {
    padding-top: 0;
  }
}
@media (max-width: 500px) {
  .gallery-page .init-2 .container ul li {
    margin-top: 20px;
  }
}
.tabList .tips {
  font-weight: 700;
  text-align: center;
}
.tabList ul {
  width: 100%;
}
.tabList ul li {
  margin: 20px 35px 0;
  color: #7a7a7a;
}
.tabList ul li .cir {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  margin-left: 10px;
  margin-top: -2px;
}
.tabList ul li:hover,
.tabList ul li.active {
  color: #000;
}
.about-page .init-1 {
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 490px;
}
.about-page .init-1 .left {
  width: 780px;
}
.about-page .init-1 .left .tipsTitle {
  font-family: 'Poppins-Medium';
}
.about-page .init-1 .left .des {
  margin-top: 20px;
  font-weight: 300;
}
.about-page .init-2 {
  margin-top: -360px;
}
.about-page .init-2 .container .content {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.26);
  background-color: #fff;
  padding: 40px 20px;
}
.about-page .init-2 .container .content .img {
  width: 41%;
}
.about-page .init-2 .container .content .img img {
  width: 100%;
}
.about-page .init-2 .container .content .right {
  width: 59%;
  padding: 10px 70px;
  font-weight: 300;
  max-height: 600px;
  overflow-y: auto;
  padding-left: 10px;
}
.about-page .init-3 {
  margin-top: -70px;
}
.about-page .init-3 .container {
  max-width: 1050px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .init-3 .container .list {
  margin-top: 70px;
  text-align: center;
  width: 420px;
}
.about-page .init-3 .container .list .top {
  font-family: 'Poppins-Medium';
  font-size: 80px;
  line-height: 1;
}
.about-page .init-3 .container .list .top .sub {
  font-size: 60px;
}
.about-page .init-3 .container .list .bottom {
  margin-top: 10px;
  font-weight: 300;
}
.about-page .init-4 {
  -o-background-size: cover;
  background-size: cover;
  background-position: bottom center;
}
.about-page .init-4 .container .left {
  width: 780px;
}
.about-page .init-4 .container .left .tips {
  font-family: var(--font);
}
.about-page .init-4 .container .left .tipsDes {
  color: #717171;
  margin-top: 60px;
}
.about-page .init-4 .container .left .listCont {
  margin-top: 80px;
  position: relative;
  padding: 0 70px;
}
.about-page .init-4 .container .left .listCont i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-size: 40px;
  cursor: pointer;
  z-index: 2;
}
.about-page .init-4 .container .left .listCont .prev {
  right: 0;
  left: unset;
}
.about-page .init-4 .container .left .listCont .swiper {
  padding-top: 10px;
}
.about-page .init-4 .container .left .listCont .swiper .swiper-slide {
  width: 20%;
}
.about-page .init-4 .container .left .listCont .swiper .swiper-slide .box .img {
  display: block;
  cursor: pointer;
}
.about-page .init-4 .container .left .listCont .swiper .swiper-slide .box .img img {
  width: 100%;
}
.about-page .init-4 .container .left .listCont .swiper .swiper-slide .box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.about-page .init-4 .container .right {
  width: 350px;
  margin-right: auto;
  margin-left: 240px;
}
.about-page .init-4 .container .right img {
  width: 100%;
}
.about-page .init-5 .container .content {
  background-color: #f2f2f2;
  padding-right: 90px;
  padding-left: 90px;
}
.about-page .init-5 .container .content .tips {
  text-align: center;
  font-family: var(--font);
}
.about-page .init-5 .container .content .listCont {
  margin-top: 40px;
}
.about-page .init-5 .container .content .listCont li {
  margin-top: 30px;
}
.about-page .init-5 .container .content .listCont li .left {
  width: 45%;
}
.about-page .init-5 .container .content .listCont li .left img {
  width: 100%;
}
.about-page .init-5 .container .content .listCont li .right {
  width: 55%;
  padding-right: 50px;
}
.about-page .init-5 .container .content .listCont li .right .titleC {
  border-bottom: 1px solid #dadada;
  font-family: 'Poppins-Medium';
  padding-bottom: 15px;
}
.about-page .init-5 .container .content .listCont li .right .titleC .cir {
  width: 50px;
  height: 50px;
  font-size: 22px;
  background-color: #fff;
  border-radius: 50%;
}
.about-page .init-5 .container .content .listCont li .right .titleC .text {
  width: -webkit-calc(30%);
  width: -moz-calc(30%);
  width: calc(100% - 70px);
  margin-right: auto;
}
.about-page .init-5 .container .content .listCont li .right .des {
  margin-top: 14px;
}
@media (max-width: 1800px) {
  .about-page .init-4 .container .right {
    margin-left: 0;
  }
}
@media (max-width: 1500px) {
  .about-page .init-2 .container .content .img {
    padding: 20px;
  }
}
@media (max-width: 1250px) {
  .about-page .init-1 .left {
    width: 100%;
  }
  .about-page .init-4 .container .left {
    width: 100%;
  }
  .about-page .init-4 .container .right {
    margin-top: 40px;
    margin-right: 0;
  }
}
@media (max-width: 1000px) {
  .tabList {
    display: none;
  }
  .about-page .init-2 .container .content .img {
    width: 100%;
  }
  .about-page .init-2 .container .content .right {
    width: 100%;
    margin-top: 20px;
    padding-right: 10px;
  }
  .about-page .init-3 .container .list {
    width: 49%;
  }
  .about-page .init-5 .container .content {
    padding-right: 16px;
    padding-left: 16px;
  }
  .about-page .init-5 .container .content .listCont li .left {
    width: 100%;
  }
  .about-page .init-5 .container .content .listCont li .right {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .about-page .init-3 .container .list .top {
    font-size: 50px;
  }
  .about-page .init-3 .container .list .top .sub {
    font-size: 40px;
  }
  .about-page .init-4 .container .right {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .about-page .init-1 {
    padding-bottom: 400px;
  }
  .about-page .init-2 .container .content .img {
    padding: 10px;
  }
  .about-page .init-3 {
    margin-top: -40px;
  }
  .about-page .init-3 .container .list {
    width: 100%;
    margin-top: 40px;
  }
  .about-page .init-4 .container .left .tipsDes {
    margin-top: 20px;
  }
  .about-page .init-4 .container .left .listCont {
    margin-top: 20px;
  }
  .about-page .init-5 .container .content .listCont li .right .titleC .text {
    margin-top: 10px;
  }
}

.contact-page .init-1 {
  padding-bottom: 220px;
}
.contact-page .init-1 .container .left {
  width: 320px;
}
.contact-page .init-1 .container .left .tips {
  font-family: var(--font);
}
.contact-page .init-1 .container .left ul {
  padding-top: 50px;
}
.contact-page .init-1 .container .left ul li {
  margin-top: 30px;
}
.contact-page .init-1 .container .left ul li .titleC {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-page .init-1 .container .left ul li .titleC .img {
  width: 20px;
}
.contact-page .init-1 .container .left ul li .titleC .mailImg {
  margin-top: 6px;
}
.contact-page .init-1 .container .left ul li .titleC .text {
  width: -webkit-calc(80%);
  width: -moz-calc(80%);
  width: calc(100% - 20px);
  padding-right: 16px;
  font-weight: 700;
}
.contact-page .init-1 .container .left ul li .des {
  color: #6d6d6d;
  margin-top: 4px;
}
.contact-page .init-1 .container .right {
  width: 66%;
  margin-right: auto;
}
.contact-page .init-1 .container .right .des {
  margin-top: 60px;
  color: #393939;
}
.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 .list {
  margin-top: 30px;
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
}
.contact-page .init-1 .container .right form .list.w-100 {
  width: 100%;
}
.contact-page .init-1 .container .right form .list input,
.contact-page .init-1 .container .right form .list textarea {
  background-color: #f2f2f2;
  width: 100%;
  border: none;
  padding: 13px;
  margin-top: 6px;
}
.contact-page .init-1 .container .right form .list .more {
  cursor: pointer;
}
.contact-page .init-2 {
  text-align: center;
  background-color: #f2f2f2;
}
.contact-page .init-2 .container .tipsTitle {
  font-family: 'Poppins-Medium';
}
.contact-page .init-2 .container .content {
  max-width: 1230px;
  margin: 60px auto 0;
}
.contact-page .init-2 .container .content .swiper .img {
  display: block;
}
.contact-page .init-2 .container .content .swiper .img img {
  width: 100%;
}
.contact-page .init-2 .container .content .swiper .title {
  margin-top: 20px;
  font-family: 'Poppins-Medium';
  display: block;
}
.contact-page .init-2 .container .content .swiper .more {
  margin: 20px auto 0;
  width: 46px;
  height: 46px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
}
.contact-page .init-2 .container .content .swiper .more i {
  position: relative;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.contact-page .init-2 .container .content .swiper .more:hover {
  background-color: #000;
  color: #fff;
}
.contact-page .init-2 .container .content .swiper .more:hover i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  color: #fff;
}
.contact-page .init-2 .container .tipsDes {
  max-width: 720px;
  margin: 50px auto 0;
}
@media (max-width: 1250px) {
  .contact-page .init-1 {
    padding-bottom: 100px;
  }
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .left {
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .right form .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 {
    padding-bottom: 40px;
  }
  .contact-page .init-1 .container .left ul {
    padding-top: 0;
  }
  .contact-page .init-1 .container .right .des {
    margin-top: 20px;
  }
  .contact-page .init-2 .container .content {
    margin-top: 20px;
  }
  .contact-page .init-2 .container .tipsDes {
    margin-top: 20px;
  }
}
.news-page .init-1 {
  position: relative;
  z-index: 2;
}
.news-page .init-1 .container {
  max-width: 780px;
}
.news-page .init-1 .container .tips {
  font-family: 'Poppins-Medium';
  text-align: center;
}
.news-page .init-1 .container .catCont {
  width: auto;
  position: relative;
  margin: 10px auto 0 0;
  cursor: pointer;
}
.news-page .init-1 .container .catCont .catName {
  min-width: 160px;
  background-color: #f2f2f2;
  padding: 8px 10px;
}
.news-page .init-1 .container .catCont .catName i {
  margin-right: 30px;
}
.news-page .init-1 .container .catCont .catCont2 {
  position: absolute;
  width: 100%;
  top: 100%;
  right: 0;
  opacity: 0;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
.news-page .init-1 .container .catCont .catCont2 ul {
  border: 1px solid #eee;
  background-color: #fff;
}
.news-page .init-1 .container .catCont .catCont2 ul li a {
  padding: 6px 16px;
  border-bottom: 1px solid #eee;
  display: block;
}
.news-page .init-1 .container .catCont .catCont2 ul li a:hover {
  background-color: #000;
  color: #fff;
}
.news-page .init-1 .container .catCont .catCont2 ul li:last-child a {
  border-bottom: none;
}
.news-page .init-1 .container .catCont:hover .catCont2 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.news-page .init-2 .container {
  max-width: 780px;
}
.news-page .init-2 .container .content ul li {
  margin-top: 10px;
}
.news-page .init-2 .container .content ul li .box {
  border-bottom: 1px solid #dadada;
  padding: 30px 14px;
}
.news-page .init-2 .container .content ul li .box .time {
  width: 120px;
  font-weight: 300;
}
.news-page .init-2 .container .content ul li .box .rightC {
  width: -webkit-calc(-20%);
  width: -moz-calc(-20%);
  width: calc(100% - 120px);
  margin-right: auto;
}
.news-page .init-2 .container .content ul li .box .rightC .cateC .sub {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  margin-left: 10px;
  margin-top: -2px;
}
.news-page .init-2 .container .content ul li .box .rightC .title {
  font-weight: 600;
  display: block;
  margin-top: 10px;
}
.news-page .init-2 .container .content ul li .box .rightC .des {
  font-family: 'Poppins-Medium';
  color: #7b7b7b;
  margin-top: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-page .init-2 .container .content ul li .box:hover {
  background-color: #dadada;
}
.newdet-page .init-1 {
  background-color: #f2f2f2;
  padding: 10px 0;
  min-height: 300px;
}
.newdet-page .init-1 .container .timeC {
  font-family: 'Poppins-Medium';
  text-align: center;
}
.newdet-page .init-1 .container .timeC .cateC {
  margin-right: 16px;
}
.newdet-page .init-1 .container .timeC .cateC .cir {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  margin-left: 8px;
}
.newdet-page .init-1 .container .title {
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
.newdet-page .init-2 .container {
  font-family: 'Poppins-Medium';
}
.newdet-page .init-2 .container .content img {
  width: 100%;
}
.newdet-page .init-2 .container .share {
  margin-top: 80px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
}
.newdet-page .init-2 .container .share .tips {
  font-family: 'Poppins-Medium';
  font-size: 18px;
}
.newdet-page .init-2 .container .share ul li {
  width: auto;
  vertical-align: middle;
  line-height: 1;
  margin-right: 20px;
}
.newdet-page .init-2 .container .share ul li a {
  font-size: 18px;
}
.newdet-page .init-2 .container .share ul li a img {
  width: 18px;
}
.newdet-page .init-2 .container .share ul li:first-child {
  margin-right: 14px;
}
.newdet-page .init-2 .container .m-link {
  margin-top: 20px;
}
.newdet-page .init-2 .container .m-link .btn {
  font-family: 'Poppins-Medium';
  margin-top: 10px;
}
.newdet-page .init-2 .container .m-link .prev img {
  margin-left: 10px;
}
.newdet-page .init-2 .container .m-link .next {
  margin-right: auto;
}
.newdet-page .init-2 .container .m-link .next img {
  margin-right: 10px;
}
@media (max-width: 1000px) {
  .news-page .init-1 .container .moreC {
    display: none;
  }
}
@media (max-width: 700px) {
  .news-page .init-2 .container .content ul li .box .rightC {
    width: 100%;
    margin-top: 10px;
  }
}
