@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.eot') format('embedded-opentype'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.eot') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.eot') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts/Montserrat-SemiBold.eot') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.eot') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.eot') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBold.eot') format('embedded-opentype'), url('../fonts/Montserrat-ExtraBold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Montserrat';
  max-width: 1920px;
  --color: #00a58d;
  --primary: #544442;
  font-weight: 400;
  margin: 0 auto;
}
.container {
  width: 1530px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.lh-0 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}
.grid-box {
  font-size: 0;
  vertical-align: top;
}
.grid-box .column {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
.grid-box .column {
  width: 100%;
}
.grid-box.two > .column {
  width: 50%;
}
.grid-box.three > .column {
  width: 33.33333%;
}
.grid-box.four > .column {
  width: 25%;
}
.grid-box.five > .column {
  width: 20%;
}
.grid-box.six > .column {
  width: 16.6666667%;
}
.grid-box.seven > .column {
  width: 14.285714%;
}
.grid-box.eight > .column {
  width: 12.5%;
}
.grid-box.nine > .column {
  width: 11.11111111%;
}
.grid-box.ten > .column {
  width: 10%;
}
@media screen and (max-width: 1000px) {
  .grid-box.two > .column {
    width: 50%;
  }
  .grid-box.three > .column {
    width: 33.33333%;
  }
  .grid-box.four > .column {
    width: 33.33333%;
  }
  .grid-box.five > .column {
    width: 33.33333%;
  }
}
@media screen and (max-width: 700px) {
  .grid-box.two > .column {
    width: 50%;
  }
  .grid-box.three > .column {
    width: 50%;
  }
  .grid-box.four > .column {
    width: 50%;
  }
  .grid-box.five > .column {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .grid-box.two > .column {
    width: 100%;
  }
  .grid-box.three > .column {
    width: 100%;
  }
  .grid-box.four > .column {
    width: 100%;
  }
  .grid-box.five > .column {
    width: 100%;
  }
}
.m-auto {
  margin: auto;
}
.tit-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tit-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.tit-semi {
  font-weight: 600;
}
.txt-light {
  font-weight: 300;
}
.white {
  color: white;
}
.text-right {
  text-align: right;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.m-color {
  color: var(--color);
}
.primary-color {
  color: var(--primary);
}
.t_l {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
h2.h-title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.05;
}
@-webkit-keyframes play_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes play_scale {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes play_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes img_rotate {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes img_rotate {
  0% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes img_rotate {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes partner_animate {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes partner_animate {
  0% {
    -moz-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes partner_animate {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.language-box .hover-language {
  width: auto;
  position: relative;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  background-color: transparent;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
}
#header.active {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#header.active .nav {
  height: 80px;
}
#header.inner .nav .language-box .zhuyu{
  filter: brightness(0);
}
#header.inner .nav .ui.menu .menu-box ul.menu > li{
  color: black;
}
#header.inner .nav .logo .logo1{
  opacity: 0;
}
#header.inner .nav .logo .logo2{
  opacity: 1;
}
#header.inner.active .nav .logo .logo1{
  opacity: 1;
}
#header.inner.active .nav .logo .logo2{
  opacity: 0;
}
#header.inner.active .nav .ui.menu .menu-box ul.menu > li{
  color: white;
}
#header.inner.active .nav .language-box .zhuyu{
  filter: brightness(1);
}

#header.inner .nav .ui.menu .menu-box ul.menu > li:hover{
  color: var(--color);
  border-color: var(--color);
}
#header .nav {
  height: 115px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .logo{
  position: relative;
}
#header .nav .logo .logo2{
  position: absolute;
  inset:0;
  opacity: 0;
  transition: 0.5s;
}
#header .nav .ui.menu {
  width: 100%;
  height: 100%;
}
#header .nav .ui.menu .right {
  height: 100%;
}
#header .nav .ui.menu .right a.h-search {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65px;
  padding-bottom: 20px;
  background-color: var(--color);
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  text-transform: uppercase;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  margin-right: 55px;
  border-bottom: 1px solid transparent;
  color: white;
  font-weight: 600;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 120%;
  left: -10px;
  width: auto;
  min-width: 180px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  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;
}
.h-sidebar {
  position: fixed;
  right: 10px;
  bottom: 120px;
  z-index: 15;
}
.h-sidebar a {
  display: block;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: var(--color);
  border-radius: 15px;
  color: white;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.h-sidebar a:hover {
  background-color: #000;
}
.h-sidebar a:hover #ewm {
  opacity: 1;
}
.h-sidebar a #ewm {
  position: absolute;
  right: 120%;
  top: 50%;
  width: 120px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.h-sidebar a #ewm img,
.h-sidebar a #ewm canvas {
  width: 120px;
  height: 120px;
  border: 8px solid white;
}
.h-sidebar a:last-child {
  margin-bottom: 0;
}
.h-sidebar a i {
  font-size: 20px;
}
.more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 8px 0 20px;
  height: 55px;
  background-color: var(--color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 35px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.more:hover,
.more:focus {
  color: white;
}
.more:hover::before,
.more:focus::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.more:hover i,
.more:focus i {
  color: var(--color);
  background-color: white;
}
.more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  inset: 0;
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more i {
  display: block;
  width: 45px;
  height: 45px;
  background-color: white;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  margin-left: 15px;
  font-size: 24px;
  position: relative;
  z-index: 2;
  color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more span {
  font-size: 18px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
}
#banner {
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}
#banner a.btn{
  padding-top: 20px;
  width: 100px;
  height: 100px;
  background-color: white;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom:0;
  transform: translate(-50%,50%);
  border-radius: 50%;
}
#banner a.btn i{
  font-size: 24px;
  color: var(--color);
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .container {
  bottom: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#banner .banner-content .slick-dots {
  position: absolute;
  right: 55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner .banner-content .slick-dots::before {
  content: "";
  display: block;
  width: 1px;
  height: 95px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0));
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0));
  margin: 7px 0;
}
#banner .banner-content .slick-dots::after {
  content: "";
  display: block;
  width: 1px;
  height: 95px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0));
  margin: 7px 0;
}
#banner .banner-content .slick-dots li {
  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: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 7px;
}
#banner .banner-content .slick-dots li.slick-active {
  border-color: var(--color);
}
#banner .banner-content .slick-dots li.slick-active button {
  background-color: var(--color);
}
#banner .banner-content .slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  overflow: hidden;
  color: transparent;
}
#index-body .homepage-1 {
  background: url('../images/product-bg.png') no-repeat;
  background-position: bottom;
}
#index-body .homepage-1 .top .right {
  max-width: 750px;
}
#index-body .homepage-1 .top .right ul {
  margin: 0 -45px;
}
#index-body .homepage-1 .top .right ul li {
  width: 33.33333333%;
  text-align: center;
  padding: 0 45px;
  position: relative;
  cursor: pointer;
}
#index-body .homepage-1 .top .right ul li.active {
  color: var(--color);
}
#index-body .homepage-1 .top .right ul li:first-child::before {
  display: none;
}
#index-body .homepage-1 .top .right ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 45px;
  background-color: #999;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .homepage-1 .top .right ul li p {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.6;
  margin-top: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .content {
  min-height: 600px;
}
#index-body .homepage-1 .content .left {
  width: -webkit-calc(100% - 410px);
  width: -moz-calc(100% - 410px);
  width: calc(100% - 410px);
}
#index-body .homepage-1 .content .left .text {
  width: 280px;
}
#index-body .homepage-1 .content .left .text ul li {
  margin-bottom: 15px;
  opacity: 0.2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
#index-body .homepage-1 .content .left .text ul li i {
  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: 10px;
  height: 10px;
  margin-right: 15px;
  border-radius: 50%;
  border: 1px solid var(--color);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 9px;
}
#index-body .homepage-1 .content .left .text ul li i::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color);
}
#index-body .homepage-1 .content .left .text ul li.active {
  opacity: 1;
}
#index-body .homepage-1 .content .left .text ul li.active i {
  opacity: 1;
}
#index-body .homepage-1 .content .left .text ul li:last-child {
  margin-bottom: 0;
}
#index-body .homepage-1 .content .left .text ul li h5 {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  width: -webkit-calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: calc(100% - 25px);
}
#index-body .homepage-1 .content .left .img_box {
  width: -webkit-calc(100% - 280px);
  width: -moz-calc(100% - 280px);
  width: calc(100% - 280px);
}
#index-body .homepage-1 .content .left .img_box .box {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .homepage-1 .content .left .img_box .box a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
#index-body .homepage-1 .content .left .img_box .box a.active {
  opacity: 1;
}
#index-body .homepage-1 .content .left .img_box .box a:nth-child(n + 2) {
  position: absolute;
  inset: 0;
}
#index-body .homepage-1 .content .right {
  width: 410px;
}
#index-body .homepage-1 .content .right ul {
  margin: 0 -15px;
}
#index-body .homepage-1 .content .right ul li {
  padding: 0 15px;
}
#index-body .homepage-2 .bottom ul {
  margin: 0 -10px;
}
#index-body .homepage-2 .bottom ul li {
  padding: 0 10px;
}
#index-body .homepage-2 .bottom ul li .box a.img {
  width: 100%;
  border: 1px solid #d3d3d3;
  min-height: 360px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom: none;
  overflow: hidden;
}
#index-body .homepage-2 .bottom ul li .box a.img img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 .bottom ul li .box a.img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#index-body .homepage-2 .bottom ul li .box .title {
  height: 96px;
  background-color: #eee;
  padding: 10px 30px;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 .bottom ul li .box .title h4 {
  font-size: 18px;
  text-align: center;
}
#index-body .homepage-2 .bottom ul li .box:hover .title {
  color: white;
  background-color: var(--color);
}
#index-body .homepage-3 .top .bg {
  position: absolute;
  inset: 0;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}
#index-body .homepage-3 .top a.play {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 165px;
  height: 165px;
  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;
}
#index-body .homepage-3 .top a.play img {
  position: relative;
  z-index: 5;
}
#index-body .homepage-3 .top a.play::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: play_scale 2s linear infinite;
  -moz-animation: play_scale 2s linear infinite;
  animation: play_scale 2s linear infinite;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#index-body .homepage-3 .top a.play::after {
  content: "";
  display: block;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-animation: play_scale 2s linear infinite;
  -moz-animation: play_scale 2s linear infinite;
  animation: play_scale 2s linear infinite;
}
#index-body .homepage-3 .top .left {
  width: 47%;
}
#index-body .homepage-3 .top .left ul li {
  color: white;
  width: 50%;
  margin: 35px 0;
  transition: 0.5s;
}
#index-body .homepage-3 .top .left ul li:hover{
  color: var(--color);
}
#index-body .homepage-3 .top .left ul li h4 {
  font-size: 70px;
  font-weight: bold;
  line-height: 0.8;
}
#index-body .homepage-3 .top .left ul li h4 span {
  font-size: 24px;
  font-weight: 500;
  margin-left: 10px;
}
#index-body .homepage-3 .top .left ul li h4 sub {
  line-height: 0.8;
  vertical-align: super;
  font-size: 40px;
}
#index-body .homepage-3 .top .left ul li h4 em {
  line-height: 0.8;
}
#index-body .homepage-3 .top .left ul li p {
  font-size: 16px;
  margin-top: 10px;
}
#index-body .homepage-3 .top .right {
  width: 53%;
  max-width: 800px;
}
#index-body .homepage-3 .bottom {
  background-color: var(--color);
}
#index-body .homepage-3 .bottom .left {
  max-width: 560px;
}
#index-body .homepage-3 .bottom .right {
  max-width: 640px;
  width: 50%;
}
#index-body .homepage-3 .bottom .right ul {
  margin: 0 -12px;
}
#index-body .homepage-3 .bottom .right ul li {
  padding: 0 12px;
}
#index-body .homepage-4 .bottom .imgs ul {
  margin: 0 -12px;
}
#index-body .homepage-4 .bottom .imgs ul li {
  padding: 0 12px;
  width: 45%;
}
#index-body .homepage-4 .bottom .imgs ul li:nth-child(2) {
  width: 23.2%;
}
#index-body .homepage-4 .bottom .imgs ul li:nth-child(3) {
  width: 31.8%;
}
#index-body .homepage-4 .bottom .imgs ul li .img {
  border-radius: 20px;
  overflow: hidden;
}
#index-body .homepage-4 .bottom .bot {
  margin-top: -60px;
}
#index-body .homepage-4 .bottom .bot .text {
  padding: 40px 85px;
  background-color: var(--color);
  border-radius: 20px;
  max-width: 810px;
  width: 54%;
  height: 245px;
  position: relative;
}
#index-body .homepage-4 .bottom .bot .text .icon {
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 20px;
  right: 8px;
  top: -80px;
  background-color: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  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;
}
#index-body .homepage-4 .bottom .bot .img {
  width: 46%;
  padding-left: 30px;
  max-width: 690px;
}
#index-body .homepage-4 .bottom .bot .img .img-box {
  border-radius: 20px;
  overflow: hidden;
}
#index-body .homepage-5 {
  position: relative;
  overflow: hidden;
}
#index-body .homepage-5 .bigImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#index-body .homepage-5 .bigImg ul {
  position: relative;
  width: 100%;
  height: 100%;
}
#index-body .homepage-5 .bigImg ul li {
  position: relative;
  z-index: -1;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
#index-body .homepage-5 .bigImg ul li img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#index-body .homepage-5 .bigImg ul li:nth-child(n + 2) {
  position: absolute;
  inset: 0;
}
#index-body .homepage-5 .bigImg ul li.active {
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#index-body .homepage-5 .bigImg ul li.active img {
  -webkit-animation: img_rotate 1s linear forwards;
  -moz-animation: img_rotate 1s linear forwards;
  animation: img_rotate 1s linear forwards;
}
#index-body .homepage-5 .content {
  padding-top: 140px;
  padding-bottom: 130px;
  z-index: 6;
}
#index-body .homepage-5 .content .right .list_box {
  width: 160px;
}
#index-body .homepage-5 .content .right .list_box .list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .homepage-5 .content .right .box {
  width: -webkit-calc(100% - 160px);
  width: -moz-calc(100% - 160px);
  width: calc(100% - 160px);
  max-width: 670px;
  height: 520px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
#index-body .homepage-5 .content .right .box .box_content {
  width: 100%;
}
#index-body .homepage-6 .bottom {
  margin-top: 15px;
}
#index-body .homepage-6 .bottom ul {
  margin: 0 -55px 50px;
}
#index-body .homepage-6 .bottom ul li {
  padding: 0 55px;
}
#index-body .homepage-6 .bottom ul li hr {
  height: 3px;
  width: 100%;
  background-color: #000;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .homepage-6 .bottom ul li:hover hr {
  background-color: var(--color);
}
#index-body .homepage-7 {
  padding-bottom: 205px;
  position: relative;
  overflow: hidden;
}
#index-body .homepage-7 .container{
  z-index: 2;
}
#index-body .homepage-7 #wave {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#index-body .homepage-7 .bottom {
  position: relative;
  z-index: 5;
}
#index-body .homepage-7 .bottom ul {
  margin: 0 -7px;
}
#index-body .homepage-7 .bottom ul li {
  padding: 5px 7px;
}
#index-body .homepage-7 .bottom ul li .img {
  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;
  height: 100px;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
#footer {
  background-color: #404040;
  border-top-right-radius: 70px;
  border-top-left-radius: 70px;
  position: relative;
  z-index: 2;
}
#footer .tit_box {
  height: 190px;
  position: absolute;
  top: 0;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--color);
  padding: 0 50px;
  border-radius: 40px;
}
#footer .tit_box a.btn {
  background-color: black;
  padding: 0 40px;
  height: 65px;
  border-radius: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .tit_box a.btn:hover {
  background-color: white;
  color: var(--color);
}
#footer .top {
  padding-top: 160px;
}
#footer .top ul li h4 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
}
#footer .top ul li .line {
  width: 215px;
  height: 1px;
  background-color: #fff;
  position: relative;
  margin: 30px 0;
}
#footer .top ul li .line::before {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer .top ul li p {
  font-size: 18px;
  font-weight: 300;
}
#footer .top ul li span {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #a9a9a9;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .top ul li span:hover {
  color: #fff;
}
#footer .top ul li span:last-child {
  margin-bottom: 0;
}
#footer .top ul li .share a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #656565;
  color: #656565;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 15px;
}
#footer .top ul li .share a:last-child {
  margin-right: 0;
}
#footer .top ul li .share a:hover {
  background-color: var(--color);
  color: white;
}
#footer .top ul li.contact {
  max-width: 360px;
}
#footer .top ul li.contact p {
  font-size: 18px;
}
#footer .bottom {
  width: 100%;
  color: #fff;
  border-top: 1px solid white;
}
#footer .bottom span {
  font-size: 18px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .bottom span a.copyright {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
}
#footer .bottom span img {
  width: auto;
  height: 20px;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
@media screen and (max-width: 1700px) {
  h2.h-title {
    font-size: 50px;
  }
  #index-body .homepage-4 .bottom .bot {
    margin-top: -35px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 35px;
  }
  #index-body .homepage-1 {
    background-size: contain;
  }
  #index-body .homepage-1 .content .left .img_box .box {
    width: 60%;
    margin: auto;
  }
  #index-body .homepage-1 .content {
    min-height: unset;
    margin-top: 45px;
  }
  #index-body .homepage-3 .top {
    padding-bottom: 120px;
  }
  #index-body .homepage-3 .bottom {
    padding: 85px 0 60px;
  }
  h2.h-title {
    font-size: 46px;
  }
  #index-body .homepage-4 .bottom .bot .text {
    padding: 40px 50px;
    height: 200px;
  }
  #index-body .homepage-4 .bottom .bot .text .con {
    line-height: 1.6;
  }
  #index-body .homepage-5 .content {
    padding: 65px 0;
  }
  #index-body .homepage-5 .content .right .box {
    height: 460px;
  }
  #index-body .homepage-6 .bottom ul {
    margin: 20px -15px 40px;
  }
  #index-body .homepage-6 .bottom ul li {
    padding: 0 15px;
  }
  #footer .top ul li:nth-child(4),
  #footer .top ul li:nth-child(5) {
    display: none;
  }
  #index-body .homepage-6 .bottom {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1250px) {
  .font-24 {
    font-size: 20px;
  }
  .font-30,
  .font-44 {
    font-size: 24px;
  }
  #banner .banner-content ul li .container .text {
    width: 100%;
  }
  #banner .banner-content ul li .container {
    top: 50%;
    bottom: unset;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #index-body .homepage-1 .top .left {
    width: 100%;
    margin-bottom: 45px;
  }
  #index-body .homepage-1 .content .right {
    width: 100%;
  }
  #index-body .homepage-1 .content .left {
    width: 100%;
    margin-bottom: 45px;
  }
  #index-body .homepage-1 .content .left .img_box {
    width: 50%;
  }
  #index-body .homepage-1 .content .left .text {
    width: 50%;
  }
  #index-body .homepage-2 .bottom ul li .box a.img img {
    width: 80%;
    margin: auto;
  }
  #index-body .homepage-3 .top .left ul li h4 {
    font-size: 50px;
  }
  #index-body .homepage-3 .bottom .left {
    max-width: 40%;
  }
  h2.h-title {
    font-size: 38px;
    line-height: 1.2;
  }
  #index-body .homepage-4 .bottom .bot .text {
    padding: 25px 30px;
    height: 180px;
  }
  #index-body .homepage-4 .bottom .bot {
    margin-top: 0;
  }
  #index-body .homepage-4 .bottom .bot .text .icon {
    zoom: 0.65;
  }
  #footer .tit_box {
    height: 160px;
  }
  #footer .tit_box h2 {
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);
  }
  #footer .tit_box a.btn {
    padding: 0 25px;
    height: 55px;
    font-size: 16px;
  }
  #footer .tit_box {
    padding: 0 30px;
    border-radius: 20px;
  }
  #index-body .homepage-7 #wave {
    top: -80px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content ul li .container .text a.more {
    margin-top: 25px;
  }
  #index-body .homepage-1 .top .right ul li {
    padding: 0 25px;
  }
  #index-body .homepage-3 .top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #index-body .homepage-3 .top .left {
    width: 100%;
  }
  #index-body .homepage-3 .top .right {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  h2.h-title {
    font-size: 30px;
    line-height: 1.2;
  }
  #index-body .homepage-4 .top .text {
    width: 100%;
    margin-bottom: 30px;
  }
  #index-body .homepage-4 .bottom .bot {
    margin-top: -15px;
  }
  #index-body .homepage-4 .bottom .bot .text {
    height: 210px;
  }
  #index-body .homepage-4 .bottom .bot .img {
    height: 240px;
    padding-left: 0;
    width: 44%;
  }
  #index-body .homepage-4 .bottom .bot .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .homepage-5 .content .left {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  #index-body .homepage-5 .content .left h2 br {
    display: none;
  }
  #index-body .homepage-5 .content .right {
    width: 100%;
    padding: 0 15px;
  }
  #footer .top ul li.link {
    display: none;
  }
  #footer .top ul li.contact {
    max-width: 100%;
  }
  #index-body .homepage-1 .top .right ul {
    margin: 0 -25px;
  }
  #footer {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding-top: 50px;
  }
  #footer .top {
    padding-top: 50px;
  }
  #footer .tit_box {
    transform: none;
    position: relative;
    inset:0;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #banner .banner-content ul li .container .text a.more {
    display: none;
  }
  #banner {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #index-body .homepage-1 .top .right ul li p {
    font-size: 14px;
  }
  #index-body .homepage-2 .bottom ul li .box a.img {
    min-height: 220px;
  }
  #index-body .homepage-2 .bottom ul li .box .title {
    padding: 10px 15px;
  }
  #index-body .homepage-2 .bottom ul li .box .title h4 {
    font-size: 16px;
  }
  #index-body .homepage-3 .bottom .left {
    max-width: 100%;
    margin-bottom: 35px;
  }
  #index-body .homepage-3 .bottom .left .con {
    line-height: 1.6;
    margin-top: 20px;
  }
  #index-body .homepage-3 .bottom .right {
    width: 100%;
  }
  #index-body .homepage-4 .bottom .bot {
    margin-top: 15px;
  }
  #index-body .homepage-4 .bottom .bot .img {
    height: -webkit-fill-available;
  }
  #index-body .homepage-4 .bottom .bot .text {
    padding: 20px 15px;
    height: auto;
  }
  #index-body .homepage-4 .bottom .bot .text h3 {
    font-size: 16px;
  }
  #index-body .homepage-4 .bottom .bot .text .con {
    font-size: 13px;
  }
  #index-body .homepage-5 .content .right .box .box_content h4 {
    font-size: 20px;
  }
  #footer .tit_box {
    padding: 30px;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .tit_box h2 {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
  #footer .bottom span {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content ul li .container .text .con {
    display: none;
  }
  #banner .banner-content ul li .container .text h2 {
    margin-top: 20px;
    margin-bottom: 0;
  }
  #index-body .homepage-1 .top .right ul li {
    width: 50%;
    margin: 15px 0;
  }
  #index-body .homepage-1 .content .left .text {
    width: 100%;
  }
  #index-body .homepage-1 .content .left .img_box {
    width: 80%;
    margin: 45px auto 0;
  }
  #index-body .homepage-3 .top .left ul li h4 span {
    font-size: 18px;
  }
  #index-body .homepage-3 .top .left ul li p {
    font-size: 14px;
    height: 42px;
  }
  #index-body .homepage-3 .top .left ul li h4 {
    font-size: 34px;
  }
  #index-body .homepage-3 .top .left ul li h4 sub {
    font-size: 20px;
  }
  #index-body .homepage-3 .top {
    padding-bottom: 60px;
  }
  #index-body .homepage-4 .bottom .bot .text {
    width: 100%;
    margin-bottom: 15px;
  }
  #index-body .homepage-4 .bottom .bot .img {
    height: auto;
    width: 100%;
  }
  #index-body .homepage-4 .bottom .imgs ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  #index-body .homepage-4 .bottom .imgs ul li:nth-child(2) {
    width: 50%;
  }
  #index-body .homepage-4 .bottom .imgs ul li:nth-child(3) {
    width: 50%;
  }
  #index-body .homepage-5 .content .right .list_box {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #index-body .homepage-5 .content .right .list_box .list {
    width: 50%;
    margin: 10px 0;
    text-align: center;
  }
  #index-body .homepage-5 .content .right .box {
    height: auto;
    padding: 30px;
    width: 100%;
    margin-top: 15px;
  }
}




/*内页*/
.inner-banner {
  position: relative;
  margin-bottom: -70px;
  overflow: hidden;
  z-index: 1;
}

.inner-banner video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 101%;
  z-index: -1;
}

.inner-banner .action-box {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 101%;
  z-index: -1;
}

.inner-banner .action-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-backdrop-filter: blur(130px);
  backdrop-filter: blur(130px);
  z-index: 1;
}

.inner-banner .action-box .shape {
  position: absolute;
  width: 50%;
  height: 50%;
}

.inner-banner .action-box .shape1 {
  left: 1%;
  top: 5%;
  background-color: #4DCCCF;
  width: 36%;
  height: 65%;
  clip-path: polygon(30% 0, 70% 0%, 100% 11%, 100% 85%, 73% 100%, 21% 100%, 0 87%, 0 13%);
}

.inner-banner .action-box .shape2 {
  top: 5%;
  left: 45%;
  background-color: #4DCCCF;
  height: 60%;
  width: 35%;
  clip-path: polygon(30% 0, 70% 0%, 100% 11%, 100% 85%, 73% 100%, 21% 100%, 0 87%, 0 13%);
}

.inner-banner .action-box .shape3 {
  top: 82%;
  left: 24%;
  background-color: #2A60B8;
  width: 34%;
  height: 60%;
  clip-path: polygon(34% 29%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 35% 61%, 0 100%, 0 0);

}

.inner-banner .action-box .shape4 {
  background-color: #4DCCCF;
  top: 96%;
  left: 68%;
  width: 20%;
  height: 80%;
  clip-path: polygon(50% 0%, 96% 9%, 100% 36%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 6% 8%);

}

.inner-banner .action-box .shape5 {
  background-color: #2A60B8;
  opacity: 1;
  top: 110%;
  left: 48%;
  width: 20%;
  height: 66%;
  clip-path: polygon(75% 0%, 100% 50%, 83% 88%, 12% 92%, 25% 50%, 22% 2%);
  ;

}

.inner-banner .inner-text {
  padding-top: 175px;
  padding-bottom: 162px;
}

.inner-banner .inner-banner-title {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  color:#00a38c;
}

.inner-banner .mbx {
  margin-top: 4px;
  color: var(--color);
}

.inner-page {
  background-color: #fff;
  border-radius: 80px 80px 0 0;
  position: relative;
  z-index: 2;
}

.inner-page .m-page {
  font-size: 24px;
  justify-content: center;
}

.inner-page .m-page span,
.inner-page .m-page a {
  display: block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  color: #000;
  border-radius: 10px;
  border: solid 1px #d4d4d4;
  text-align: center;
  margin: 0 8px;
}

.inner-page .m-page .current {
  display: block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background-color: var(--color);
  color: #fff;
  border-radius: 10px;
  text-align: center;
  margin: 0 8px;
}

.inner-page .m-page .wp-pagenavi {
  display: flex;
}



.news-page .news-wrap1 {
  padding-top: 9.479167vw;
  padding-bottom: 10.3125vw;
}

.news-page .news-wrap1 .category-list {
  margin-bottom: 4.583333vw;
}

.news-page .news-wrap1 .category-list li {
  line-height: 1;
}

.news-page .news-wrap1 .category-list li.active a {
  color: var(--color);
}

.news-page .news-wrap1 .category-list li a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.news-page .news-wrap1 .category-list li a:hover {
  color: var(--color);
}

.news-page .news-wrap1 .category-list li:nth-child(2) {
  padding-left: 32px;
  padding-right: 25px;
  margin-left: 45px;
  margin-right: 26px;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}

.news-page .news-wrap1 .news-list {
  margin-bottom: 6.458333vw;
}

.news-page .news-wrap1 .news-list li {
  margin-bottom: 28px;
  -webkit-box-shadow: -2px 3px 16px 0px transparent;
  box-shadow: -2px 3px 16px 0px transparent;
  border-radius: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: solid 1px rgba(122, 122, 122, 0.21);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  overflow: hidden;
}

.news-page .news-wrap1 .news-list li:hover {
  -webkit-box-shadow: -2px 3px 16px 0px rgba(0, 0, 0, 0.22);
  box-shadow: -2px 3px 16px 0px rgba(0, 0, 0, 0.22);
  border: solid 1px transparent;
}

.news-page .news-wrap1 .news-list li:hover .date {
  background: var(--color);
  color: #fff;
}

.news-page .news-wrap1 .news-list li:hover .date:before {
  opacity: 1;
}

.news-page .news-wrap1 .news-list li:hover .date:after {
  background: var(--color);
}

.news-page .news-wrap1 .news-list li:hover .text a.title {
  color: var(--color);
}

.news-page .news-wrap1 .news-list li:hover .text .intro {
  color: #737373;
}

.news-page .news-wrap1 .news-list li .date {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: #fff;
  padding-left: 3.125vw;
  padding-right: 2.291667vw;
  position: relative;
  padding-top: 10px;
}

.news-page .news-wrap1 .news-list li .date:before,
.news-page .news-wrap1 .news-list li .date:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-page .news-wrap1 .news-list li .date:before {
  width: 20px;
  height: 26px;
  right: -20px;
  background: url("../images/news-page-icon.png") no-repeat center center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.news-page .news-wrap1 .news-list li .date:after {
  width: 48px;
  height: 1px;
  background-color: #7a7a7a;
  right: -37px;
  z-index: -1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.news-page .news-wrap1 .news-list li .date .day {
  font-weight: bold;
  line-height: 1;
}

.news-page .news-wrap1 .news-list li .date .year-month {
  margin-top: -8px;
}

.news-page .news-wrap1 .news-list li .text {
  margin-left: 1vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-page .news-wrap1 .news-list li .text a.title {
  font-weight: bold;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin-bottom: 19px;
  max-width: 554px;
  line-height: 1.5;
}

.news-page .news-wrap1 .news-list li .text .intro {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  max-width: 554px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-page .news-wrap1 .news-list li a.img {
  display: block;
  margin-left: 15px;
}

.news-page .news-wrap1 .page {
  justify-content: center;
}

  .prodet-page .prodet-2 .ret .slide .con .right form {
    margin-top: 24px;
  }
  .prodet-page .prodet-2 .ret .slide .con .right form ul {
    margin-bottom: -24px;
  }
  .prodet-page .prodet-2 .ret .slide .con .right form ul li {
    margin-bottom: 24px;
  }
  .prodet-page .prodet-2 .ret .slide .con .right form ul li label {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #181818;
    font-weight: 500;
  }
  .prodet-page .prodet-2 .ret .slide .con .right form ul li input,
  .prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
    padding: 10px 0;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #d1d0c8;
    font-size: 20px;
  }
  .prodet-page .prodet-2 .ret .slide .con .right form ul li .rate {
    margin-top: 7px;
  }
  .prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i {
    font-size: 17px;
    color: var(--index-main-color);
    position: relative;
    width: 17px;
    display: inline-block;
    cursor: pointer;
  }
  .prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i::after {
    content: "\f006";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 17px;
    font-family: 'fontAwesome';
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i:hover::after,
  .prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i.active::after {
    content: "\f005";
  }
  .prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
    height: 96px;
  }
  .prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="checkbox"] {
    display: inline-block;
    padding: 0;
    width: auto;
    vertical-align: middle;
  }
  .prodet-page .prodet-2 .ret .slide .con .right form ul li > span {
    font-size: 14px;
    color: #a7a7a7;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
  }
@media screen and (max-width: 1700px) {

}
@media screen and (max-width: 1450px) {
  .news-page .news-wrap1 .news-list li .text {
    margin-left: 1vw;
  }
}
@media screen and (max-width: 1250px) {

}
@media screen and (max-width: 1000px) {
  .news-page .news-wrap1 .news-list li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }

  .news-page .news-wrap1 .news-list li .text .intro {
    max-width: unset;
    margin-top: 20px;
    margin-bottom: 20px;
  }
      .news-page .news-wrap1 .news-list li .text {
        margin-left: 0;
        width: 100%;
        padding: 0 30px;
        flex: unset;
    }
  .news-page .news-wrap1 .news-list li a.img {
        margin-bottom: 0;
        margin-left: 0;
        width: 100%;
        height: auto;
    padding: 0 30px;
  }

  .news-page .news-wrap1 .news-list li .date .year-month {
    margin-top: 10px;
  }
  .news-page .news-wrap1 .news-list li .text {
      margin-left: 0;
      width: 100%;
      padding: 0 30px;
      flex: unset;
  }
}
@media screen and (max-width: 700px) {

}
@media screen and (max-width: 500px) {
  .news-page .news-wrap1 .category-list {
    margin-top: 40px;
  }

  .news-page .news-wrap1 .category-list li:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    margin-right: 15px;
  } 
}

  .newdet-page {
    padding: 0 0 150px;
  }
  .newdet-page .header {
    max-width: 1520px;
    width: 100%;
    padding: 55px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
  }
  .newdet-page .header .categoty {
    display: inline-block;
      font-size: 16px;
      color: #fff;
      background: var(--index-main-color);
      padding: 5px 15px;
    text-transform: uppercase;
  }
  .newdet-page .header h1 {
    font-size: 48px;
    line-height: 1.4;
    margin: 20px 71px 0;
  }
  .newdet-page .header .post_meta {
    margin-top: 26px;
  }
  .newdet-page .header .post_meta span {
    display: inline-block;
    vertical-align: middle;
  }
  .newdet-page .header .post_meta .post_author_avatar {
    margin-right: 11px;
  }
  .newdet-page .header .post_meta .photo {
    width: 32px;
    height: 32px;
    border-radius: 50%;
  }
  .newdet-page .header .post_meta .post_author_name {
    font-size: 16px;
    line-height: 1;
  }
  .newdet-page .header .post_meta .post_author {
    display: inline-block;
    vertical-align: middle;
  }
  .newdet-page .header .post_meta .post_author::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background:#7b7b7b;
    border-radius: 50%;
    margin: 0 10px 0;
  }
  .newdet-page .header .post_meta .post_date {
      font-size: 16px;
      color: #7b7b7b;
  }
  .newdet-page .header .post_meta .post_date::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    /*background: #83827F;*/
    border-radius: 50%;
    margin: -6px 10px 0;
  }
  .newdet-page .header .post_meta .post_meta_number {
    font-size: 14px;
    color: #83827F;
  }
  .newdet-page .content {
    margin-top: 40px;
    font-size: 18px;
    line-height: 32px;
    color: #7b7b7b;
  }
  .newdet-page .share {
    max-width: 1520px;
    width: 100%;
    margin: 40px auto 0;
    padding: 28px 0;
    border-top: 1px solid #d1d0c8;
    border-bottom: 1px solid #d1d0c8;
    text-align: right;
  }
  .newdet-page .share a {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    font-size: 20px;
    background: #fff;
    margin: 3px 0 3px 7px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .newdet-page .share a:first-child {
    margin-left: 0;
  }
  .newdet-page .share a:nth-child(1) {
    background: #48bde9;
    color: #fff;
  }
  .newdet-page .share a:nth-child(2) {
    background: #4f5fbf;
    color: #fff;
  }
  .newdet-page .share a:nth-child(3) {
    background: #7a7e83;
    color: #fff;
  }
  .newdet-page .share a:nth-child(4) {
    background: var(--index-main-color);
    color: #fff;
  }
  .newdet-page .share a:nth-child(5) {
    background: var(--index-main-color);
    color: #fff;
  }
  .newdet-page .share a:hover {
    margin-top: -3px;
  }
  .newdet-page .m-link {
    /*max-width: 1060px;*/
    margin: 40px auto 0;
  }
  .newdet-page .m-link a {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .newdet-page .m-link a em {
      display: block;
      font-size: 18px;
      line-height: 32px;
      color: #7b7b7b;
  }
  .newdet-page .m-link a:first-child i {
    margin-right: 10px;
  }
  .newdet-page .m-link a:last-child {
    text-align: right;
  }
  .newdet-page .m-link a:last-child i {
    margin-left: 10px;
  }
  .newdet-page .m-link a span {
      font-size: 18px;
      line-height: 32px;
    font-weight: bold;
  }
  .newdet-page .m-link a:hover {
    color: #000;
  }
  .newdet-page .prodet-page {
    padding: 0;
  }
  .newdet-page .prodet-2 {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
  }
  .newdet-page .prodet-2 .ret .slide .con .right {
    padding: 0;
  }
  .newdet-page .prodet-3 {
    /*max-width: 1060px;*/
    margin: 0 auto;
  }
  @media screen and (max-width: 1100px) {
    .newdet-page .header h1 {
      font-size: 50px;
      margin: 20px 40px 0;
    }
  }
  @media screen and (max-width: 1000px) {
    .newdet-page {
      padding: 60px 0;
    }
    .newdet-page .header h1 {
      font-size: 40px;
      margin: 20px 27px 0;
    }
  }
  @media screen and (max-width: 700px) {
    .newdet-page {
      padding: 30px 0;
    }
    .newdet-page .header {
      padding: 30px 20px;
    }
    .newdet-page .header h1 {
      font-size: 34px;
      margin: 20px 20px 0;
    }
    .newdet-page .content {
      margin-top: 20px;
    }
    .newdet-page .share {
      margin: 20px auto 0;
    }
    .newdet-page .m-lin {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 500px) {
    .newdet-page .header h1 {
      font-size: 24px;
      margin: 20px 0px 0;
    }
    .newdet-page .content {
      font-size: 16px;
      line-height: 30px;
    }
    .newdet-page .m-link a {
      display: block;
      width: 100%;
    }
    .newdet-page .m-link a:last-child {
      text-align: left;
      margin-top: 20px;
    }
  }

  
.about-page .about-wrap1 {
    position: relative
}

.about-page .about-wrap1 svg.decoration {
    position: absolute;
    z-index: 0;
    left: 1%;
    top: -5%;
    transform: rotate(-90deg);
    width: 24.223rem;
    height: 36.34rem
}

.about-page .about-wrap1 svg.decoration path {
    fill: none;
    stroke-width: 3;
    animation: draw 3s ease forwards
}

@keyframes draw {
    from {
        stroke-dashoffset: 707.517
    }

    to {
        stroke-dashoffset: 0
    }
}
.about-page .about-wrap1 .left .public-title {
  margin-bottom: 0;
}
.about-page .about-wrap1 .left .public-title span{
  display: block;
}
.about-page .about-wrap1 .right {
  padding-left: 0;
  padding-right: 0;
}

.about-page .about-wrap2 .about-wrap2-list {
  margin-top: 40px;
}

.about-page .about-wrap2 .about-wrap2-list li .box .number em {
  font-size: 35px;
}

  .about-page .about-wrap1 {
    padding-top: 178px;
    padding-bottom: 860px;
  }

  .about-page .about-wrap1 a.play {
    bottom: 367px;
  }

  .about-page .about-wrap2 {
    margin-top: 160px;
    margin-bottom: -192px;
  }

  .about-page .about-wrap3 {
    padding-top: 305px;
    padding-bottom: 101px;
  }

  .about-page .about-wrap3 .left {
    margin-top: 76px;
  }

  .about-page .about-culture {
    padding-top: 136px;
    padding-bottom: 98px;
  }

  .about-page .about-culture .culture-intro {
    margin-top: 45px;
    margin-bottom: 58px;
  }

  .about-page .about-advantage {
    padding-top: 223px;
  }

  .about-page .about-advantage .top {
    margin-bottom: 88px;
  }

  .about-page .about-partner {
    padding-top: 152px;
    padding-bottom: 124px;
  }

  .about-page .about-history .left {
    margin-top: 312px;
    margin-bottom: 375px;
  }

  .about-page .about-history .left .left-box .public-btn {
    margin-top: 120px;
  }

  .about-page .about-history .left .year-right {
    margin-top: 159px;
    font-size: 184px;
  }

  .about-page .about-history .right {
    margin-bottom: 375px;
  }

  .about-page .about-history .right .history-list {
    margin-right: 76px;
  }

  .about-page .about-history .right .history-list li .year-left {
    font-size: 184px;
  }

  .about-page .about-history .right .history-list li .text-right {
    margin-left: 60px;
    padding-top: 48px;
    padding-bottom: 51px;
    padding-right: 79px;
  }
.about-page .about-advantage .advantages-list1-arrow {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3vw;
}

.about-page .about-advantage .advantages-list1-arrow .prev,
.about-page .about-advantage .advantages-list1-arrow .next {
  height: 53px;
  width: 53px;
  border-radius: 50%;
  border: 1px solid var(--color);
  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;
  color: var(--color);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: transparent;
  margin: 0 10px;
}

.about-page .about-advantage .advantages-list1-arrow .prev i,
.about-page .about-advantage .advantages-list1-arrow .next i {
  font-size: 24px;
}

.about-page .about-advantage .advantages-list1-arrow .prev:hover,
.about-page .about-advantage .advantages-list1-arrow .next:hover {
  background: var(--color);
  color: #fff;
}





.about-page .about-wrap1 {
  padding-top: 9.270833333vw;
  padding-bottom: 44.791666666vw;
  position: relative;
}

.about-page .about-wrap1 .bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.about-page .about-wrap1 .bg2 {
  position: absolute;
  left: 10.41666666666667vw;
  bottom: -22.39583333333333vw;
  z-index: -1;
}

.about-page .about-wrap1 .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.about-page .about-wrap1 .intro {
  color: var(--color);
}

.about-page .about-wrap1 .left {
  margin-top: 8px;
  width: 40%;
}

.about-page .about-wrap1 .left .public-title {
  margin-bottom: 30px;
}

.about-page .about-wrap1 .right {
  padding-left: 25px;
  color: #999;
  max-width: 899px;
  width: 60%;
  line-height: 1.2222;
}

.about-page .about-wrap1 .right p:first-child {
  margin-bottom: 22px;
}

.about-page .about-wrap1 .right p:last-child {
  margin-top: 22px;
}

@-webkit-keyframes change-size1 {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-moz-keyframes change-size1 {
  to {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes change-size1 {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes change-big {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
  }
}

@-moz-keyframes change-big {
  to {
    -moz-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
  }
}

@keyframes change-big {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -moz-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
  }
}

@-webkit-keyframes change-big1 {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.575757);
    transform: translate(-50%, -50%) scale(1.575757);
  }
}

@-moz-keyframes change-big1 {
  to {
    -moz-transform: translate(-50%, -50%) scale(1.575757);
    transform: translate(-50%, -50%) scale(1.575757);
  }
}

@keyframes change-big1 {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.575757);
    -moz-transform: translate(-50%, -50%) scale(1.575757);
    transform: translate(-50%, -50%) scale(1.575757);
  }
}

@-webkit-keyframes change-big2 {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
}

@-moz-keyframes change-big2 {
  to {
    -moz-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
}

@keyframes change-big2 {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
}

@-webkit-keyframes change-big21 {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.95833333);
    transform: translate(-50%, -50%) scale(1.95833333);
  }
}

@-moz-keyframes change-big21 {
  to {
    -moz-transform: translate(-50%, -50%) scale(1.95833333);
    transform: translate(-50%, -50%) scale(1.95833333);
  }
}

@keyframes change-big21 {
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.95833333);
    -moz-transform: translate(-50%, -50%) scale(1.95833333);
    transform: translate(-50%, -50%) scale(1.95833333);
  }
}

@-webkit-keyframes change-big3 {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.20714286);
    transform: translate(-50%, -50%) scale(1.20714286);
  }
}

@-moz-keyframes change-big3 {
  100% {
    -moz-transform: translate(-50%, -50%) scale(1.20714286);
    transform: translate(-50%, -50%) scale(1.20714286);
  }
}

@keyframes change-big3 {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.20714286);
    -moz-transform: translate(-50%, -50%) scale(1.20714286);
    transform: translate(-50%, -50%) scale(1.20714286);
  }
}

@-webkit-keyframes change-big31 {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.40714286);
    transform: translate(-50%, -50%) scale(1.40714286);
  }
}

@-moz-keyframes change-big31 {
  100% {
    -moz-transform: translate(-50%, -50%) scale(1.40714286);
    transform: translate(-50%, -50%) scale(1.40714286);
  }
}

@keyframes change-big31 {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.40714286);
    -moz-transform: translate(-50%, -50%) scale(1.40714286);
    transform: translate(-50%, -50%) scale(1.40714286);
  }
}

@-webkit-keyframes change-position-opacity {
  0% {
    opacity: 1;
    -webkit-transform: scale(0) translateY(0);
    transform: scale(0) translateY(0);
  }

  60% {
    opacity: .5;
  }

  80% {
    opacity: .3;
  }

  100% {
    -webkit-transform: scale(1) translateY(-400px);
    transform: scale(1) translateY(-400px);
    opacity: 0;
  }
}

@-moz-keyframes change-position-opacity {
  0% {
    opacity: 1;
    -moz-transform: scale(0) translateY(0);
    transform: scale(0) translateY(0);
  }

  60% {
    opacity: .5;
  }

  80% {
    opacity: .3;
  }

  100% {
    -moz-transform: scale(1) translateY(-400px);
    transform: scale(1) translateY(-400px);
    opacity: 0;
  }
}

@keyframes change-position-opacity {
  0% {
    opacity: 1;
    -webkit-transform: scale(0) translateY(0);
    -moz-transform: scale(0) translateY(0);
    transform: scale(0) translateY(0);
  }

  60% {
    opacity: .5;
  }

  80% {
    opacity: .3;
  }

  100% {
    -webkit-transform: scale(1) translateY(-400px);
    -moz-transform: scale(1) translateY(-400px);
    transform: scale(1) translateY(-400px);
    opacity: 0;
  }
}

@keyframes change-size {
  0% {
    transform: scale(.8);
  }

  100% {
    transform: scale(1.3);
  }
}
.about-page .about-wrap1 a.play {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 19.114583333vw;
  display: block;
  z-index: 2;
  width: 89px;
  height: 89px;
}

.about-page .about-wrap1 a.play .circle {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}

.about-page .about-wrap1 a.play .circle i {
  color: #00a58d;
  font-size: 26px;
}

.about-page .about-wrap1 a.play:before,
.about-page .about-wrap1 a.play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
}

.about-page .about-wrap1 a.play:before {
  opacity: 0.43;
  z-index: 2;
  -webkit-animation: change-big2 1s infinite;
  -moz-animation: change-big2 1s infinite;
  animation: change-big2 1s infinite;
}

.about-page .about-wrap1 a.play:after {
  opacity: 0.23;
  z-index: 1;
  -webkit-animation: change-big21 1s infinite;
  -moz-animation: change-big21 1s infinite;
  animation: change-big21 1s infinite;
}

.about-page .about-wrap2 {
  position: relative;
  margin-top: 8.3333333vw;
  margin-bottom: -10vw;
}

.about-page .about-wrap2 .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.about-page .about-wrap2 .intro {
  margin-top: 15px;
}

.about-page .about-wrap2 .about-wrap2-list {
  margin-top: 101px;
  margin-right: -35px;
  margin-bottom: -33px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-page .about-wrap2 .about-wrap2-list{
  margin: -20px;
}
.about-page .about-wrap2 .about-wrap2-list li {
  width: 33.3333%;
  padding: 20px;
}

.about-page .about-wrap2 .about-wrap2-list li .box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 56px 80px 56px 73px;
  -webkit-box-shadow: -2px -2px 13px 0px rgba(110, 110, 110, 0.1);
  box-shadow: -2px -2px 13px 0px rgba(110, 110, 110, 0.1);
  background: #fff;
  z-index: 1;
}

.about-page .about-wrap2 .about-wrap2-list li .box .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.about-page .about-wrap2 .about-wrap2-list li .box .icon {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 2;
}

.about-page .about-wrap2 .about-wrap2-list li .box .icon img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.about-page .about-wrap2 .about-wrap2-list li .box .icon:before,
.about-page .about-wrap2 .about-wrap2-list li .box .icon:after {
  content: "";
  display: block;
  background-color: var(--color);
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}

.about-page .about-wrap2 .about-wrap2-list li .box .icon:before {
  left: -13px;
  bottom: -5px;
  width: 10px;
  height: 10px;
}

.about-page .about-wrap2 .about-wrap2-list li .box .icon:after {
  top: -4px;
  right: -24px;
  width: 36px;
  height: 36px;
}

.about-page .about-wrap2 .about-wrap2-list li .box .number {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 23px;
  margin-bottom: 6px;
}

.about-page .about-wrap2 .about-wrap2-list li .box .number em {
  font-weight: bold;
  font-family: Montserrat;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 1;
}

.about-page .about-wrap2 .about-wrap2-list li .box .number span {
  color: #525252;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  padding-left: 11px;
  padding-bottom: 5px;
}

.about-page .about-wrap2 .about-wrap2-list li .box .title {
  font-weight: bold;
  font-family: Montserrat;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  height: 60px;
}

.about-page .about-wrap2 .about-wrap2-list li .box:hover {
  background: transparent;
}

.about-page .about-wrap2 .about-wrap2-list li .box:hover .cover {
  opacity: 1;
}

.about-page .about-wrap2 .about-wrap2-list li .box:hover .icon img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.about-page .about-wrap2 .about-wrap2-list li .box:hover .number em {
  color: #fff;
}

.about-page .about-wrap2 .about-wrap2-list li .box:hover .number span {
  color: #fff;
}

.about-page .about-wrap2 .about-wrap2-list li .box:hover .title {
  color: #fff;
}

.about-page .about-wrap2 .about-wrap2-list li:nth-child(4) .box .icon:before {
  left: -17px;
  bottom: -5px;
}

.about-page .about-wrap2 .about-wrap2-list li:nth-child(4) .box .icon:after {
  bottom: -4px;
  top: unset;
  right: -28px;
}

.about-page .about-wrap2 .about-wrap2-list li:nth-child(5) .box .icon:before {
  left: unset;
  bottom: unset;
  top: 15px;
  right: -10px;
}

.about-page .about-wrap2 .about-wrap2-list li:nth-child(5) .box .icon:after {
  top: unset;
  right: unset;
  left: -23px;
  bottom: -5px;
}

.about-page .about-wrap2 .about-wrap2-list li:nth-child(6) .box .icon:before {
  left: unset;
  bottom: -5px;
  right: -15px;
}

.about-page .about-wrap2 .about-wrap2-list li:nth-child(6) .box .icon:after {
  right: unset;
  left: -27px;
  top: 16px;
}

.about-page .about-wrap3 {
  padding-top: 15.885416666666vw;
  padding-bottom: 5.26041666vw;
}

.about-page .about-wrap3 .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-page .about-wrap3 .left {
  margin-top: 3.958333vw;
}

.about-page .about-wrap3 .left .intro {
  margin-top: 16px;
  color: #999;
}

.about-page .about-wrap3 .right {
  margin-left: 25px;
  margin-right: -20px;
}

.about-page .about-wrap3 .right .about-wrap3-list {
  max-width: 800px;
  margin-right: 9px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-page .about-wrap3 .right .about-wrap3-list li {
  position: relative;
  margin-bottom: 25px;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 50%;
}

.about-page .about-wrap3 .right .about-wrap3-list li .right-text {
  margin-left: 15px;
  transition: .3s;
  padding-right: 20px;
}

.about-page .about-wrap3 .right .about-wrap3-list li .img {
  position: relative;
  flex-shrink: 0;
}

.about-page .about-wrap3 .right .about-wrap3-list li:hover .right-text {
  color: var(--color);
}

.about-page .about-wrap3 .right .about-wrap3-list li .text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.about-page .about-wrap3 .right .about-wrap3-list li .bg2 {
  opacity: 0;
  z-index: -1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-page .about-wrap3 .right .about-wrap3-list li:hover .bg1 {
  opacity: 0;
}

.about-page .about-wrap3 .right .about-wrap3-list li:hover .text {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.about-page .about-wrap3 .right .about-wrap3-list li:hover .bg2 {
  opacity: 1;
}

.about-page .about-culture {
  padding-top: 7.083333vw;
  padding-bottom: 5.10416666vw;
  position: relative;
}

.about-page .about-culture .public-title span.span1 {
  color: #fff;
}

.about-page .about-culture .public-title span.span2 {
  color: #fff;
}

.about-page .about-culture .intro {
  margin-top: 11px;
  color: #fff;
}

.about-page .about-culture .culture-intro {
  margin-top: 2.34375vw;
  margin-bottom: 3.020833333vw;
  color: #fff;
  max-width: 630px;
  line-height: 1.666666;
}

.about-page .about-culture .culture-list {
  margin-left: 13px;
}

.about-page .about-culture .culture-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-page .about-culture .culture-list li .left-icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-right: 14px;
  z-index: 1;
}

.about-page .about-culture .culture-list li .left-icon:after {
  content: "";
  display: block;
  background-color: #1daede;
  border-radius: 14px;
  width: 28px;
  height: 28px;
  left: -8px;
  bottom: -12px;
  z-index: -1;
  position: absolute;
}

.about-page .about-culture .culture-list li .right-text .title {
  font-weight: bold;
  color: #fff;
  margin-bottom: 2px;
}

.about-page .about-culture .culture-list li .right-text .desc {
  color: #fff;
}

.about-page .about-culture .left {
  position: absolute;
  width: 53%;
  left: 0;
  bottom: 0;
  border-radius: 0 20px 20px 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.about-page .about-culture .right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 89.44281524926686%;
  border-radius: 20px;
  overflow: hidden;
  z-index: -1;
}

.about-page .about-advantage {
  position: relative;
  padding-top: 11.614583333333334vw;
}

.about-page .about-advantage .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.about-page .about-advantage .top {
  margin-bottom: 4.583333333vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-page .about-advantage .top .left .intro {
  margin-top: 14px;
}

.about-page .about-advantage .top .right {
  margin-top: 10px;
}

.about-page .about-advantage .top .right .intro {
  line-height: 1.2222;
  max-width: 723px;
  margin-bottom: 34px;
}

.about-page .about-advantage .advantage-list-slide {
  margin: 0 -11.5px;
}
.about-page .about-advantage .advantage-list-slide li{
  padding: 10px 0;
}
.about-page .about-advantage .advantage-list-slide .slide-box {
  background-color: #fff;
  -webkit-box-shadow: -2px -2px 29px 0px transparent;
  box-shadow: -2px -2px 29px 0px transparent;
  border-radius: 10px;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin: 0 11.5px;
}

.about-page .about-advantage .advantage-list-slide .slide-box:after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  background-color: var(--color);
  width: 73.61111111111111%;
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.about-page .about-advantage .advantage-list-slide .slide-box:hover {
  -webkit-box-shadow: -2px -2px 29px 0px #ecf0f2;
  box-shadow: -2px -2px 29px 0px #ecf0f2;
}

.about-page .about-advantage .advantage-list-slide .slide-box:hover:after {
  opacity: 1;
}

.about-page .about-advantage .advantage-list-slide .slide-box:hover .bottom .b-bg {
  opacity: 1;
}

.about-page .about-advantage .advantage-list-slide .slide-box:hover .bottom a.public-btn {
  background: var(--color);
}

.about-page .about-advantage .advantage-list-slide .slide-box:hover .bottom a.public-btn span {
  color: #fff;
}

.about-page .about-advantage .advantage-list-slide .slide-box:hover .bottom a.public-btn .circle {
  background: #fff;
  color: var(--color);
}

.about-page .about-advantage .advantage-list-slide a.img {
  display: block;
}

.about-page .about-advantage .advantage-list-slide .bottom {
  position: relative;
  padding: 0 28px 42px;
  z-index: 1;
}

.about-page .about-advantage .advantage-list-slide .bottom a.title {
  display: block;
  font-family: Montserrat;
  font-weight: bold;
  max-width: 283px;
  line-height: 1.3;
  margin-top: 37px;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-page .about-advantage .advantage-list-slide .bottom a.title:hover {
  color: var(--color);
}

.about-page .about-advantage .advantage-list-slide .bottom .slide-intro {
  max-width: 239px;
  color: #7a7a7a;
  line-height: 1.11;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-page .about-advantage .advantage-list-slide .bottom a.public-btn {
  width: 130px;
  height: 43px;
  background: transparent;
  padding-left: 20px;
  padding-right: 5px;
  border: 1px solid var(--color);
}

.about-page .about-advantage .advantage-list-slide .bottom a.public-btn span {
  font-size: 12px;
  padding-right: 0;
  color: var(--color);
}

.about-page .about-advantage .advantage-list-slide .bottom a.public-btn .circle {
  width: 34px;
  height: 34px;
  background-color: #03a68e;
  color: #fff;
}

.about-page .about-advantage .advantage-list-slide .bottom a.public-btn .circle i {
  font-size: 12px;
}

.about-page .about-advantage .advantage-list-slide .bottom .b-bg {
  position: absolute;
  right: 0;
  bottom: 16px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.about-page .about-partner {
  position: relative;
  padding-top: 7.916666666vw;
  padding-bottom: 6.4583333vw;
}

.about-page .about-history .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-page .about-history .left {
  width: 50%;
  margin-top: 16.25vw;
  margin-bottom: 19.53125vw;
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  top: 200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-page .about-history .left .left-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-page .about-history .left .left-box .public-title span.span2 {
  color: #000;
}

.about-page .about-history .left .left-box .intro {
  margin-top: 23px;
}

.about-page .about-history .left .left-box .public-btn {
  margin-top: 6.25vw;
}

.about-page .about-history .left .year-right {
  margin-top: 8.28125vw;
  font-size: 9.583333333vw;
  font-weight: bold;
  font-family: Montserrat;
  line-height: 1;
  color: var(--color);
  position: relative;
}

.about-page .about-history .left .year-right svg {
  position: absolute;
  right: -280px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.about-page .about-history .right {
  margin-bottom: 19.53125vw;
  padding-bottom: 13px;
  width: 50%;
}

.about-page .about-history .right .history-list {
  margin-right: 3.9583333333333335vw;
  position: relative;
}

.about-page .about-history .right .history-list li {
  align-items: flex-start;
}

.about-page .about-history .right .history-list li.active .text-right:before,
.about-page .about-history .right .history-list li.active .text-right:after {
  background: -webkit-gradient(linear, left top, right top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(left, var(--color), transparent);
  background: -moz-linear-gradient(left, var(--color), transparent);
  background: linear-gradient(to right, var(--color), transparent);
  opacity: 1;
}

.about-page .about-history .right .history-list li.active .text-right .title {
  color: #000000;
}

.about-page .about-history .right .history-list li.active .text-right .intro {
  color: #000000;
}

.about-page .about-history .right .history-list li.active .year-left {
  background: unset;
  -webkit-background-clip: unset;
  color: var(--color) !important;
}

.about-page .about-history .right .history-list li:first-child .year-left {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f6f6f6));
  background: -webkit-linear-gradient(top, transparent, #f6f6f6);
  background: -moz-linear-gradient(top, transparent, #f6f6f6);
  background: linear-gradient(to bottom, transparent, #f6f6f6);
  -webkit-background-clip: text;
  color: transparent;
}

.about-page .about-history .right .history-list li:last-child .year-left {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(transparent));
  background: -webkit-linear-gradient(top, #f6f6f6, transparent);
  background: -moz-linear-gradient(top, #f6f6f6, transparent);
  background: linear-gradient(to bottom, #f6f6f6, transparent);
  -webkit-background-clip: text;
  color: transparent;
}

.about-page .about-history .right .history-list li .year-left {
  font-size: 9.583333333vw;
  font-weight: bold;
  font-family: Montserrat;
  line-height: 1;
  color: #f6f6f6;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  position: sticky;
  width: 232px;
}

.about-page .about-history .right .history-list li .text-right {
  margin-left: 3.125vw;
  /*padding-top: 2.5vw;
  padding-bottom: 2.65625vw;*/
  padding-top: 6.5vw;
  padding-bottom: 6.65625vw;
  padding-right: 4.1145833vw;
  position: relative;
  font-family: Montserrat;
  font-weight: 600;
}

.about-page .about-history .right .history-list li .text-right:before,
.about-page .about-history .right .history-list li .text-right:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: rgba(122, 122, 122, 0.15);
}

.about-page .about-history .right .history-list li .text-right:before {
  top: -2px;
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 2;
}

.about-page .about-history .right .history-list li .text-right:after {
  bottom: 0;
}

.about-page .about-history .right .history-list li .text-right .title {
  color: rgba(0, 0, 0, 0.28);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 1;
}

.about-page .about-history .right .history-list li .text-right .intro {
  color: rgba(0, 0, 0, 0.28);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 1.333;
}
.public-title {
    color: #222;
    font-weight: 700;
    line-height: 1.3;
    font-size: 55px
}
.public-title span{
  display: block;
  line-height: 1;
}
.public-title .span2 {
    color: var(--color)
}


.inner-partners:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .03;
    background: -webkit-gradient(linear,left bottom,left top,from(#009c85),to(transparent));
    background: -webkit-linear-gradient(bottom,#009c85,transparent);
    background: -moz-linear-gradient(bottom,#009c85,transparent);
    background: linear-gradient(to top,#009c85,transparent);
    z-index: -1
}

.inner-partners .public-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 27px
}

.inner-partners .intro {
    color: var(--index-color2)
}

.inner-partners .about-partner-slide {
    margin: 4.53125vw -11.5px 0;
    display: flex;
    flex-wrap: wrap
}

.inner-partners .about-partner-slide li {
    width: 16.66666%
}

.inner-partners .about-partner-slide .slide-box {
    padding: 31px 29px 29px 15px;
    margin: 0 11.5px 26px;
    border-radius: 20px;
    border: solid 1px rgba(122,122,122,.41)
}

.inner-partners .about-partner-slide li:last-child .slide-box {
    position: relative
}

.inner-partners .about-partner-slide li:last-child .slide-box img {
    opacity: 0
}

.inner-partners .about-partner-slide li:last-child span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #333
}


@media screen and (max-width: 1450px) {
  .about-page .about-wrap3 .right {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      margin-top: 45px;
  }
  .about-page .about-wrap3 .right .about-wrap3-list {
    max-width: 100%;
    margin-right: 0;
  }
  .about-page .about-wrap1 .container{
    margin-bottom: 45px;
  }
 }

@media screen and (max-width: 1250px) {
   .inner-banner .inner-text {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .inner-banner .inner-banner-title {
    font-size: 40px;
    line-height: 1.2;
  }
  .public-title {
    font-size: 40px;
  }
  .public-title span {
    display: block;
    line-height: 1.2;
  }
  .about-page .about-wrap1 .right {
    line-height: 1.4;
  }
  .about-page .about-wrap2 .about-wrap2-list li {
    width: 50%;
  }
  .about-page .about-wrap2 .about-wrap2-list li .box {
    padding: 40px 25px;
  }
  .about-page .about-advantage .advantage-list-slide .bottom {
    padding: 0 15px 42px;
  }
  .inner-partners .about-partner-slide li {
    width: 25%;
  }
}

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

}
@media screen and (max-width: 700px) {
  .about-page .about-wrap1 .left{
    width:100%;
  }
  .about-page .about-wrap1 .left .public-title span{
    display: contents;
  }
  .about-page .about-wrap1 .right {
    width: 100%;
    padding: 0;
  }
  .about-page .about-wrap3 .right .about-wrap3-list li {
    width: 100%;
  }
  .about-page .about-culture .right {
    position: relative;
    width: 100%;
    height: 480px;
    z-index: 2;
    margin-top: 30px;
  }
  .about-page .about-culture {
    padding-top: 45px;
    padding-bottom: 45px;
    background: var(--color);
  }
  .inner-partners .about-partner-slide li {
    width: 33.3333%;
  }
  .about-page .about-culture .right{
    display: none;
  }
}
@media screen and (max-width: 500px) {.h-sidebar a
  .inner-partners .about-partner-slide li {
    width: 50%;
  }
  .about-page .about-history .left .year-right {
    display: none;
  }
  .about-page .about-history .left {
    width: 100%;    
    position: relative;
    top: 0;
  }
  .about-page .about-history .right {
    width: 100%;
    margin-top: 0 !important;
  }
  .about-page .about-wrap2 .about-wrap2-list{
    margin:30px -20px 0;
  }
  .about-page .about-wrap2 .about-wrap2-list li {
    width: 100%;
  }
  .public-title {
    font-size: 30px;
  }
  .about-page .about-history .right .history-list li .year-left h2{
    display: none;
  }
  .about-page .about-history .right .history-list li .year-left em{
    display: block;
  }
}


.product-page {
  padding: 80px 0;
}
.product-page .product-box {
  padding-left: 34px;
}
.product-page .product-box h1{
  font-size: 26px;
  font-weight: bold;
  margin-bottom:20px;
}
.product-page .product-box .details{
  max-height: calc(1.5em * 6);
  overflow-y: auto;
}
.product-page .product-box .product-list {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .product-box .product-list li {
  padding: 0 10px;
  width: 33.333%;
  margin-bottom: 40px;
}
.product-page .product-box .product-list li a {
  display: block;
  padding-bottom: 32px;
  position: relative;
}
.product-page .product-box .product-list li a:hover .content {
  background: var(--color);
  border: 1px solid transparent;
}
.product-page .product-box .product-list li a:hover .content h2,
.product-page .product-box .product-list li a:hover .content h4 {
  color: #fff;
}
.product-page .product-box .product-list li a:hover .content h4::after {
  width: 100%;
}
.product-page .product-box .product-list li a:hover .content p {
  color: #fff;
}
.product-page .product-box .product-list li a:hover .content p::after {
  background: #fff;
}
.product-page .product-box .product-list li a .pro-img {
  overflow: hidden;
  border: 1px solid #eeeeee;
}
.product-page .product-box .product-list li a .pro-img img {
  width: 100%;
}
.product-page .product-box .product-list li a .content {
  position: relative;
  border: 1px solid #eee;
  background: #fff;
  left: 50%;
  width: 100%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  padding: 15px 15px 20px;
}
.product-page .product-box .product-list li a .content h2 {
  font-size: 20px;
  line-height: 1.4;
  color: #000000;
  font-weight: 700;
  /*text-transform: uppercase; */
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-page .product-box .product-list li a .content h2::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -5px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.product-page .product-box .product-list li a .content p {
  font-size: 16px;
  line-height: 28px;
  color: #22221d;
  position: relative;
}
.product-page .product-box .product-list li a .content p::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 1px;
  background: #000;
  left: 0;
  bottom: -3px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
}
.inner-page .sidebar-box .sidebar-left {
  width: 29%;
  position: sticky;
  top: 120px;
}
.inner-page .sidebar-box .sidebar-left form {
  position: relative;
}
.inner-page .sidebar-box .sidebar-left form input[type="text"] {
  width: 100%;
  height: 72px;
  border-radius: 72px;
  border: 1px solid #eee;
  padding: 0 28px;
  font-size: 18px;
  color: #000;
  line-height: 1; 
}
.inner-page .sidebar-box .sidebar-left form input[type="submit"] {
  width: 67px;
  height: 67px;
  background: url(/acuneedle/2026/07/03/product-s-1.png) no-repeat center center;
  background-size: 100% auto;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 38px 40px;
  border: 1px solid #eee;
  margin-top: 30px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav h3 {
  font-size: 30px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase; 
  font-weight: 700;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav {
  margin-top: 25px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li {
  margin-bottom: 10px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav > li > a{
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a {
  display: block;
  padding: 18px 45px 18px 20px;
  background: #f1f1f1;
  margin-bottom: 10px;
  font-size: 17px;
  color: #7a7777;
  line-height: 28px;
  /*text-transform: uppercase;*/
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a:hover {
  background: var(--color);
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active a .fa,
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a:hover .fa {
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a .fa {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active a .fa{
    transform: translateY(-50%) rotate(90deg);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a .fa.active{
    transform: translateY(-50%) rotate(90deg);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active >ul{
  display: block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav li >ul{
  display: none;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav li.active >ul{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav li{
  width: 100%;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav li.active{
  order: -1;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav ul{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact {
  margin-top: 40px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li {
  padding: 20px 20px 20px 60px;
  margin-bottom: 18px;
  -webkit-box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
  box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(1) {
  background: url(/acuneedle/2026/07/03/p-phone.png) no-repeat 10px center;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(2) {
  background: url(/acuneedle/2026/07/03/p-mail.png) no-repeat 10px center;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(3) {
  background: url(/acuneedle/2026/07/03/p-add.png) no-repeat 10px 20px;
}
.inner-page .sidebar-box .sidebar-right {
  width: 71%;
}
.inner-page .sidebar-box .sidebar-right .m-page{
  text-align: right;
}
.inner-page .form ul {
  margin: -10px;
}
.inner-page .form ul li {
  padding: 10px;
}
.inner-page .form ul li.wid-50{
  width: 50%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: var(--color);
}
.inner-page .form ul li textarea {
  height: 120px;
}
.inner-page .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-weight: bold;
}
.inner-page .form ul li input[type="submit"]:hover {
  color: white;
  background-color: var(--color);
  border-color: var(--color);
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width:1430px){
  .product-page .product-box .product-list li a .content{
    width: 90%
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-nav{
        padding: 38px 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a{
    font-size: 16px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li p{
    font-size: 16px;
  }
}
@media screen and (max-width:1230px){
  .product-page .product-box {
    padding-left: 0;
    padding-top: 0;
  }
  .inner-page .sidebar-box .sidebar-left{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right {
      width: 100%;
  }
   .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 10px 15px;
  }
}
@media screen and (max-width:1000px){
  .product-page .product-box .product-list li{
    width: 50%;
  }
}
@media screen and (max-width:500px){
  .product-page .product-box .product-list li{
    width: 100%;
  }
}


.prodet-page {
  padding: 20px 0;
}
.prodet-page .det-1 {
  padding: 50px 0 0;
}
.prodet-page .det-1 .left{
  width: 40%;
}
.prodet-page .det-1 .right{
  width: 60%;
}
.prodet-page .det-1 .grid-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

/*.prodet-page .det-1 .grid-box .left .ig{
  display: flex;
  flex-direction: row-reverse;
}*/

.prodet-page .det-1 .grid-box .left .ig .big-img {
  width: 100%;
  text-align: center;
  border: 2px solid #e1e1e1;
}
.prodet-page .det-1 .grid-box .left .ig .big-img img {
  width: 100%;
}
.prodet-page .det-1 .grid-box .left .gallery {
  width: 100%;
  margin-right: 0px;
  text-align: center;
  margin-top: 20px;
}
.prodet-page .det-1 .grid-box .left .gallery .slick-track{
  margin-left: 0;
}
/*.prodet-page .det-1 .grid-box .left .gallery .slick-track {
  margin-left: 0;
}*/
.prodet-page .det-1 .grid-box .left .gallery ul {
  margin: -5px;
}
.prodet-page .det-1 .grid-box .left .gallery ul li {
  padding: 5px;
}
.prodet-page .det-1 .grid-box .left .gallery ul li .img {
  text-align: center;
  border: 2px solid #e1e1e1;
}
.prodet-page .det-1 .grid-box .right {
  padding-left: 3%;
  width: 60%;
  /*padding-bottom: 90px;*/
}
.prodet-page .det-1 .grid-box .right .text h1 {
  font-size: 26px;
  font-weight: 700;
  font-weight: bold;
  line-height: 34px;
  color: #1c1c1c;
  margin-bottom: 40px;
  margin-top: 10px;
}
.prodet-page .det-1 .grid-box .right .text h3{
  font-size: 40px;
  line-height: 50px;
  /*text-transform: uppercase;
  color: var(--color);*/
  font-weight: bold;
}
.prodet-page .det-1 .grid-box .right .text .con {
  font-size: 18px;
  line-height: 1.8;
  color: #616161;
  max-height: 330px;
  overflow-y: auto;
}
.prodet-page .det-1 .grid-box .right .text .share{
  display: flex;
  align-items: center;
  margin-top: 30px
}
.prodet-page .det-1 .grid-box .right .text .share h5{
  display: inline-block;
    vertical-align: middle;
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 20px;
}
.prodet-page .det-1 .grid-box .right .text .share ul li{
      display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    width: auto;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
}


.prodet-page .det-2 {
  margin-top: 60px;
}
.prodet-page .det-2 .tabs ul {
  border-bottom: 2px solid #e1e1e1;
}
.prodet-page .det-2 .tabs ul li {
  display: inline-block;
  margin-right: 30px;
}
.prodet-page .det-2 .tabs ul li a {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 8px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-2 .tabs ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 0%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-2 .tabs ul li a:hover {
  color: var(--color);
}
.prodet-page .det-2 .tabs ul li.active a::after {
  width: 100%;
}
.prodet-page .det-2 .related {
  margin-top: 50px;
}
.prodet-page .det-2 .related ul li.active {
  display: block;
}
.prodet-page .det-2 .related ul li .con {
  font-size: 16px;
  line-height: 1.8;
  color: #616161;
}
.prodet-page .det-3 {
  margin-top: 60px;
}
/*.prodet-page .det-3 .title {
  text-align: center;
}*/
.prodet-page .det-3 .title h3 {
  font-size: 36px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 30px;
  border-bottom: 2px solid #e1e1e1;
}
.prodet-page .det-3 .title h3 span{
  display: inline-block;
  position: relative;
  padding: 10px 0;
}
.prodet-page .det-3 .title h3 span:after{
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-3 .det-3-box ul {
  margin: 0 -15px;
}
.prodet-page .det-3 .det-3-box ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.prodet-page .det-3 .det-3-box ul li .ig {
  display: block;
}
.prodet-page .det-3 .det-3-box ul li .ig .img {
  position: relative;
  border: 2px solid #d6d6d6;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: var(--color);
  -webkit-transition: .45s;
  -moz-transition: .45s;
  -ms-transition: .45s;
  -o-transition: .45s;
  transition: .45s;
  opacity: 0;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span:hover {
  background-color: #1c1c1c;
}
.prodet-page .det-3 .det-3-box ul li .ig .text {
  text-align: center;
  margin-top: 12px;
}
.prodet-page .det-3 .det-3-box ul li .ig .text h4 {
  font-size: 16px;
  line-height: 30px;
 
  font-weight: 700;
  color: #1c1c1c;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img {
  border-color: var(--color);
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img span {
  opacity: 1;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .text h4 {
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .det-1 .grid-box .left {
    width: 100%;
  }
  .prodet-page .det-1 .grid-box .right {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .prodet-page .det-1 .grid-box .right .text .more {
    position: relative;
  }
}
@media screen and (max-width: 700px) {
  /*.prodet-page .det-2 .tabs ul {
    border: none;
  }*/
  .prodet-page .det-2 .tabs ul li {
    /*display: block;*/
    text-align: center;
    /*border-bottom: 2px solid #e1e1e1;*/
  }
  .prodet-page .det-2 .tabs ul li a {
    display: block;
    font-size: 18px;
  }
  .prodet-page .det-3 .det-3-box ul li {
    padding: 0 5px;
  }
  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 14px;
    line-height: 28px;
  }
  .prodet-page .det-3 .title h3{
    font-size: 22px;
  }
}


.contact-page .contact-1 {
    padding: 120px 0 80px;
}
.contact-page .contact-1 .left {
    width: 30%;
}
.contact-page .contact-1 .left .info {
    margin-top: 40px;
}
.contact-page .contact-1 .left .info ul li {
    margin-bottom: 20px;
    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;
}
.contact-page .contact-1 .left .info ul li span {
    background-image: -webkit-linear-gradient(0deg, var(--color) 0%, rgba(0, 51, 134,0.6) 100%);
    display: block;
    padding: 6px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    color: var(--color);
    border-radius: 100%;
    margin-right: 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.contact-page .contact-1 .left .info ul li span i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: white;
    height: 100%;
    width: 100%;
    border-radius: 100%;
}
.contact-page .contact-1 .left .info ul li h6 {
    font-size: 15px;
    color: #666;
}
.contact-page .contact-1 .left .info ul li h6 small {
    font-size: 1.33333333em;
    color: black;
    display: block;
}
.contact-page .contact-1 .right {
    width: 70%;
    padding-right: 4%;
}
.contact-page .contact-1 .right .form {
    padding: 60px;
    background: #edf2f5;
}
.contact-page .contact-1 .right .form ul {
    margin: -10px;
}
.contact-page .contact-1 .right .form ul li {
    padding: 10px;
}
.contact-page .contact-1 .right .form ul li input,
.contact-page .contact-1 .right .form ul li textarea {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    padding: 25px;
    outline: none;
    line-height: 19px;
    border: none;
    font-size: 14px;
    caret-color: var(--color);
}
.contact-page .contact-1 .right .form ul li input::-webkit-input-placeholder, .contact-page .contact-1 .right .form ul li textarea::-webkit-input-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input:-moz-placeholder, .contact-page .contact-1 .right .form ul li textarea:-moz-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input::-moz-placeholder, .contact-page .contact-1 .right .form ul li textarea::-moz-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input:-ms-input-placeholder, .contact-page .contact-1 .right .form ul li textarea:-ms-input-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input::placeholder,
.contact-page .contact-1 .right .form ul li textarea::placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li.wid-100 {
    width: 100%;
}
.contact-page .contact-1 .right .form ul li textarea {
    height: 180px;
}
.contact-page .contact-1 .right .form ul li a.more {
    width: 100%;
    text-align: center;
    background: var(--color);
    color: white; 
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.contact-page .contact-2 .box {
    padding: 40px 55px;
    -o-box-shadow: 1px 2px 20px rgba(0,0,0,.07);
    -webkit-box-shadow: 1px 2px 20px rgba(0,0,0,.07);
    box-shadow: 1px 2px 20px rgba(0,0,0,.07);
    border-radius: 14px;
    text-align: center;
}

.contact-page .contact-2 .box span.tag {
    color: var(--color);
}
.contact-page .contact-2 .box span.tag:before {
    display: none;
}
.contact-page .contact-2 .box h2.title {
    /*color: white;*/
    font-size: 36px;
}
.contact-page .contact-2 .box .left {
    width: 70%;
    vertical-align: middle;
}
.contact-page .contact-2 .box .right {
    vertical-align: middle;
    width: 30%;
    text-align: right;
}
.contact-page .contact-3 {
    position: relative;
    z-index: 0;
}
.contact-page .contact-3 .button-group .button {
    background: var(--color);
}
.contact-page .contact-3 #mapContainer {
    -webkit-filter: grayscale(0.5);
    filter: grayscale(0.5);
}
.contact-page span.tag {
    font-size: 16px;
    color: var(--color);
    display: block;
    line-height: 1;
    margin-bottom: 1em;
}
.contact-page h2.title {
    font-weight: 700;
    color: #1c1628;
    line-height: 1;
}
.i-form.Auxil-form.contact{
  display: none;
}
@media screen and (max-width: 1500px){
  .contact-page .contact-1 {
        padding: 80px 0 40px;
    }
    .contact-page .contact-1 .left .info ul li span {
        width: 70px;
        height: 70px;
    }
    .contact-page .contact-1 .left .info ul li h6 {
        font-size: 13px;
    }
    .contact-page .contact-1 .left .info ul li h6 small {
        font-size: 1.2em;
    }
    .contact-page .contact-1 .right .form {
        padding: 30px;
    }
    .contact-page .contact-1 .right .form ul li {
        padding: 5px;
    }
    .contact-page .contact-1 .right .form ul {
        margin: -5px;
    }
    .contact-page .contact-1 .right .form ul li input,
    .contact-page .contact-1 .right .form ul li textarea {
        padding: 15px;
    }
    .contact-page .contact-2 .box h2.title {
        font-size: 28px;
    }
    .contact-page .contact-2 .box {
        padding: 50px 5%;
    }
}
@media screen and (max-width: 1000px){
   .contact-page .contact-2 .box {
        padding: 30px 3%;
        margin-top: -50px;
    }
    .contact-page .contact-1 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .contact-page .contact-1 .left {
        width: 100%;
        padding-right: 0;
    }
}
@media screen and (max-width: 700px){
  .contact-page .contact-2 .box .left {
        width: 100%;
    } 
    .contact-page .contact-2 .box .right {
        width: 100%;
        margin-top: 20px;
        text-align: left;
    }
}
@media screen and (max-width: 500px){
   .contact-page .contact-2 .box h2.title {
        font-size: 22px;
    }
    .contact-page .contact-2 .box {
        margin-top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .contact-page .contact-2 {
        padding-bottom: 30px;
    }
}
.faq-page {
  padding: 120px 0;
}
.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.8;
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 30px;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}

.gallery-page ul{
  margin-left: -15px;
  margin-right: -15px;
}
.gallery-page ul li{
  padding: 15px;
}
.gallery-page .m-page .wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}


.inner-page {
  padding: 120px 0;
}
.quality-page .quality-2 ul {
  margin: 0 -15px;
}
.quality-page .quality-2 ul li {
  padding: 10px 15px;
}
.quality-page .quality-2 ul li .box {
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 45px 20px 35px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  min-height: 330px;
}
.quality-page .quality-2 ul li .box::after {
  content: '';
  display: block;
  right: -35px;
  top: -45px;
  width: 175px;
  height: 175px;
  background-color: #048f7b;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.quality-page .quality-2 ul li .box:hover {
  background-color: var(--color);
  color: white;
}
.quality-page .quality-2 ul li .box:hover::after {
  opacity: 1;
}
.quality-page .quality-2 ul li .box h4 {
  position: relative;
  z-index: 2;
  min-height: 58px;
}
.quality-page .quality-2 ul li .box .num {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  background-color: #e8eff6;
  color: var(--color);
  margin: auto;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.quality-page .quality-2 ul li .box .con {
  max-height: 90px;
  overflow-y: auto;
  padding-right: 10px;
  position: relative;
  z-index: 2;
}
.quality-page .quality-3 {
  padding-top: 50px;
  height: 750px;
}
.quality-page .quality-3 .left {
  height: 100%;
  padding-left: 210px;
  background-image: url('../images/quality-3-bg.jpg');
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 20px;
}
.quality-page .quality-3 .left ul li.active .box {
  min-height: 200px;
  background-color: #f1f1f1;
  border-color: transparent;
}
.quality-page .quality-3 .left ul li.active .box span.num {
  color: var(--color);
}
.quality-page .quality-3 .left ul li .box {
  padding: 25px 25px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #ccc;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.quality-page .quality-3 .left ul li .box span.num {
  display: block;
  width: 50px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.quality-page .quality-3 .left ul li .box .text {
  width: -webkit-calc(100% - 45px);
  width: -moz-calc(100% - 45px);
  width: calc(100% - 45px);
}
.quality-page .quality-3 .right .bg {
  position: absolute;
  right: 0;
  top: -35px;
  z-index: -1;
  max-width: -webkit-calc(100% - 30px);
  max-width: -moz-calc(100% - 30px);
  max-width: calc(100% - 30px);
}
.quality-page .quality-3 .right ul {
  position: relative;
}
.quality-page .quality-3 .right ul li {
  position: relative;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  inset: 0;
}
.quality-page .quality-3 .right ul li.active {
  opacity: 1;
  z-index: 2;
}
.quality-page .quality-3 .right ul li:nth-child(n+2) {
  position: absolute;
  inset: 0;
}
.quality-page .quality-4 {
  background: url('../images/quality-4.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.quality-page .quality-4 .content ul {
  padding: 0 -55px;
}
.quality-page .quality-4 .content ul li {
  padding: 10px 55px;
}
.quality-page .quality-4 .content ul li .box {
  min-height: 375px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 60px 40px 30px;
  background-color: white;
}
.quality-page .quality-4 .content ul li .box .con ul {
  margin: 0;
}
.quality-page .quality-4 .content ul li .box .con ul li {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -webkit-align-items: self-start;
  -moz-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}
.quality-page .quality-4 .content ul li .box .con ul li i {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 10px;
}
.quality-page .quality-4 .content ul li .box .con ul li p {
  width: -webkit-calc(100% - 16px);
  width: -moz-calc(100% - 16px);
  width: calc(100% - 16px);
}
.quality-page .quality-5 ul {
  margin: 20px -50px 0;
}
.quality-page .quality-5 ul li {
  padding: 10px 50px;
}
.quality-page .quality-5 ul li .box i {
  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: 120px;
  height: 120px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 20px;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1450px) {
  .quality-page .quality-3 {
    padding-top: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 640px;
  }
}
@media (max-width: 1250px) {
  .quality-page .quality-1 .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .quality-page .quality-4 .content {
    padding: 0;
  }
  .quality-page .quality-4 .content ul {
    padding: 0 -15px;
  }
  .quality-page .quality-4 .content ul li {
    padding: 10px 15px;
  }
  .quality-page .quality-5 ul {
    margin: 20px -15px 0;
  }
  .quality-page .quality-5 ul li {
    padding: 10px 15px;
  }
}
@media (max-width: 1000px) {
  .inner-page {
    padding: 60px 0;
  }
  .quality-page .quality-4 .content ul li .box {
    padding: 60px 25px 30px;
  }
  .quality-page .quality-3 .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .quality-page .quality-3 .right {
    width: 100%;
    padding: 0 15px;
  }
  .quality-page .quality-3 {
    height: auto;
  }
  .quality-page .quality-3 .left {
    height: 600px;
    padding: 0 15px;
  }
}
@media (max-width: 700px) {
  .font-48 {
    font-size: 24px;
  }
  .quality-page .quality-1 .container .img {
    width: 100%;
  }
  .quality-page .quality-1 .container .text {
    width: 100%;
    margin-top: 35px;
    padding: 0;
  }
  .quality-page .quality-4 {
    background-size: auto;
  }
  .quality-page .quality-4 .content ul li .box {
    padding: 30px 25px;
  }
}

.solution-page{
  padding-top: 0;
}
.solution-page .solution-1 {
  overflow: hidden;
  background: url('../images/solution-bg.png') no-repeat;
  background-size: contain;
}
.solution-page .solution-2 {
  padding: 70px 0;
  background-color: #e8f7f5;
}
.solution-page .solution-2 ul {
  margin: 0 -8px;
}
.solution-page .solution-2 ul li {
  padding: 0 8px;
}
.solution-page .solution-2 ul li a.img {
  border-radius: 15px;
  overflow: hidden;
}


@media (max-width: 1450px) {
  .solution-page .solution-1 {
    background-size: cover;
    background-position: center -54px;
  }
}
@media (max-width: 1450px) {
  .solution-page .solution-1 .text{
    padding: 0;
  }
}
@media (max-width: 700px) {
  .solution-page .solution-1 .left{
    padding: 0;
    width: 100%;
    margin-bottom: 45px;
  }
  .solution-page .solution-1 .right{
    width: 100%;
  }
  .solution-page .solution-1 {
    background-position: center -150px;
  }
}
@media (max-width: 500px) {
  .solution-page .solution-1 {
    background-position: center -130px;
  }
}


.clinical-page{
  padding-top: 0;
}
.clinical-page .clinical-2 {
  padding: 70px 0;
  background:linear-gradient(to bottom,#b5e4de 0%,transparent 100%);
}
.clinical-page .clinical-2 ul {
  margin: 0 -8px;
}
.clinical-page .clinical-2 ul li {
  padding: 0 8px;
}
.clinical-page .clinical-2 ul li a.img {
  border-radius: 15px;
  overflow: hidden;
}


@media (max-width: 1450px) {
  .clinical-page .clinical-1 {
    background-size: cover;
    background-position: center -54px;
  }
}
@media (max-width: 1450px) {
  .clinical-page .clinical-1 .text{
    padding: 0;
  }
}
@media (max-width: 700px) {
  .clinical-page .clinical-1 .left{
    padding: 0;
    width: 100%;
    margin-bottom: 45px;
  }
  .clinical-page .clinical-1 .right{
    width: 100%;
  }
  .clinical-page .clinical-1 {
    background-position: center -150px;
  }
}
@media (max-width: 500px) {
  .clinical-page .clinical-1 {
    background-position: center -130px;
  }
}


.acupuncture-page{
  padding-top: 0;
}
.acupuncture-page .acupuncture-2 {
  padding: 70px 0;
  background: url('../images/acupuncture-3.jpg') no-repeat;
  background-size: cover;
}
.acupuncture-page .acupuncture-2 ul {
  margin: 0 -8px;
}
.acupuncture-page .acupuncture-2 ul li {
  padding: 0 8px;
}
.acupuncture-page .acupuncture-2 ul li a.img {
  border-radius: 15px;
  overflow: hidden;
}

.acupuncture-page .acupuncture-4 button{
  border: none;
  width:200px;
  height: 65px;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  justify-content: center;
  padding: 0;
}
.acupuncture-page .acupuncture-4 ::-webkit-input-placeholder{
  color: #333;
}
@media (max-width: 1450px) {
  .acupuncture-page .acupuncture-1 {
    background-size: cover;
    background-position: center -54px;
  }
}
@media (max-width: 1450px) {
  .acupuncture-page .acupuncture-1 .text{
    padding: 0;
  }
}
@media (max-width: 700px) {
  .acupuncture-page .acupuncture-1 .left{
    padding: 0;
    width: 100%;
    margin-bottom: 45px;
  }
  .acupuncture-page .acupuncture-1 .right{
    width: 100%;
  }
  .acupuncture-page .acupuncture-1 {
    background-position: center -150px;
  }
}
@media (max-width: 500px) {
  .acupuncture-page .acupuncture-1 {
    background-position: center -130px;
  }
}
