@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: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Unbounded-SemiBold.woff2') format('woff2'), url('../fonts/Unbounded-SemiBold.ttf') format('truetype'), url('../fonts/Unbounded-SemiBold.eot') format('embedded-opentype'), url('../fonts/Unbounded-SemiBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Montserrat';
  max-width: 1920px;
  --color: #c0a062;
  font-weight: 400;
  margin: 0 auto;
}
.container {
  width: 1750px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#Pop_UpsBtn{
  right: 20px!important;
  bottom:120px!important;
}
.page-header02 .logo img {
  filter: brightness(0) invert(1);
}
.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;
}

.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;
}
.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;
}
.main-color {
  color: var(--color);
}
@-webkit-keyframes play_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@-moz-keyframes play_scale {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@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);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes btn_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes btn_rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes btn_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes text_translate {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes text_translate {
  0% {
    -moz-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes text_translate {
  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 .zhuyu {
  color: white;
}
.language-box .zhuyu span {
  font-size: 16px;
  margin: 0 5px;
}
.language-box .zhuyu i {
  font-size: 12px;
}
.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;
}
#header.active,
#header.inner {
  -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2);
  background-color: var(--color);
}
#header.active .nav{
  height: 80px;
}
#header.inner .nav {
  height: 100px;
}
#header.active .nav a.logo,
#header.inner .nav a.logo {
  max-width: 120px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#header.inner.active .nav {
  height: 80px;
}

#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: white;
  border-color: white;
}

#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  height: 100px;
}
#header .nav .ui.menu {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 70px;
  -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;
  font-weight: 500;
  color: white;
  border-bottom:1px solid transparent;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li 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: 100%;
  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;
}
.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 10px 0 30px;
  height: 70px;
  background-color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 35px;
  color: black;
  overflow: hidden;
  position: relative;
  border: none;
}
.more:hover {
  background-color: var(--color);
  color: white;
}

.more.main-color {
  background-color: var(--color);
  color: white;
}
.more.main-color::before {
  background-color: white;
}
.more.main-color i {
  background-color: white;
}
.more.main-color i img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
.more.main-color:hover {
  background-color: white;
  color: var(--color);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.more.main-color:hover i {
  background-color: var(--color);
}
.more.main-color:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.more:hover::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 {
  background-color: white;
}
.more:hover i img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
.more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  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 {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 30px;
  position: relative;
  z-index: 2;
}
.more i img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.more span {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
}
.more2 {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more2:hover {
  color: var(--color);
}
.more2:hover span {
  border-color: var(--color);
}
.more2:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.more2 span {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid black;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more2 i {
  font-size: 34px;
  margin-left: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 20px;
}
span.tag {
  font-weight: bold;
  font-size: 18px;
  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;
}
span.tag::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--color);
  margin-right: 15px;
  border-radius: 50%;
}
h2.h-title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: bold;
}
.h-text {
  color: #a5a5a4;
  font-size: 18px;
  margin-top: 10px;
}
#banner {
  position: relative;
  z-index: 1;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .container {
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner .banner-content ul li .container .bot {
  text-align: right;
  padding-right: 16%;
}
#index-body .homepage-1 .left p {
  max-width: 480px;
}
#index-body .homepage-1 .right .swiper {
  margin: 0 -38% 0 0;
}
#index-body .homepage-1 .right .swiper ul li {
  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: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 810px;
}
#index-body .homepage-1 .right .swiper ul li .box > h4 {
  font-size: 25px;
  position: relative;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .right .swiper ul li .box a.img {
  height: 770px;
  -webkit-transform: scale(0.61);
  -moz-transform: scale(0.61);
  -ms-transform: scale(0.61);
  transform: scale(0.61);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  position: relative;
}
#index-body .homepage-1 .right .swiper ul li .box a.img h4 {
  -webkit-transform: scale(1.61);
  -moz-transform: scale(1.61);
  -ms-transform: scale(1.61);
  transform: scale(1.61);
  position: absolute;
  bottom: -webkit-calc(100% + 25px);
  bottom: -moz-calc(100% + 25px);
  bottom: calc(100% + 25px);
  left: 0;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
#index-body .homepage-1 .right .swiper ul li.swiper-slide-active .box > h4 {
  opacity: 1;
}
#index-body .homepage-1 .right .swiper ul li.swiper-slide-active .box a.img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .homepage-1 .right .swiper ul li.swiper-slide-active .box a.img h4 {
  opacity: 0;
}
#index-body .homepage-2 {
  position: relative;
  background-color: #f3f3f3;
}
#index-body .homepage-2 .bg {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #1c1c1c;
  position: absolute;
  inset: 0;
}
#index-body .homepage-2 .top a.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .homepage-2 .top a.btn span {
  font-size: 18px;
  font-weight: bold;
}
#index-body .homepage-2 .top a.btn i {
  font-size: 30px;
  margin-left: 25px;
}
#index-body .homepage-2 .bottom ul {
  margin: 0 -13% 0 -20px;
}
#index-body .homepage-2 .bottom ul li {
  padding: 0 20px;
}
#index-body .homepage-2 .bottom ul li .box a.img{
  height: 480px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .homepage-2 .bottom ul li .box a.img img{
  max-height: 90%;
  width: auto;
}
#index-body .homepage-2 .bottom ul li .box .text {
  padding: 25px 25px 0;
}
#index-body .homepage-3 {
  position: relative;
  background: url(../images/why-bg.jpg) no-repeat left bottom;
  background-size: cover;
}
#index-body .homepage-3 .content {
  margin-top: 250px;
  padding-bottom: 110px;
}
#index-body .homepage-3 .content .img_box {
  width: 715px;
  height: 715px;
  border-radius: 50%;
  border: 2px solid white;
}
#index-body .homepage-3 .content .img_box .img img{
  position: relative;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
#index-body .homepage-3 .content .img_box .img img:nth-child(n + 2){
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
}
#index-body .homepage-3 .content .img_box .img img.active{
  opacity: 1;
  z-index: 2;
}
#index-body .homepage-3 .content .img_box i.dot {
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-3 .content .img_box i.dot.active {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
#index-body .homepage-3 .content .img_box i.dot.dot1 {
  top: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
#index-body .homepage-3 .content .img_box i.dot.dot2 {
  top: 50%;
  right: -10px;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -moz-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
#index-body .homepage-3 .content .img_box i.dot.dot3 {
  bottom: 13px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(270deg);
  -moz-transform: translate(-50%, 50%) rotate(270deg);
  -ms-transform: translate(-50%, 50%) rotate(270deg);
  transform: translate(-50%, 50%) rotate(270deg);
}
#index-body .homepage-3 .content .img_box i.dot.dot4 {
  top: 50%;
  left: -10px;
  -webkit-transform: translate(0, -50%) rotate(0deg);
  -moz-transform: translate(0, -50%) rotate(0deg);
  -ms-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
}
#index-body .homepage-3 .content .img_box .box {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .homepage-3 .content .img_box .box:hover button {
  background-color: var(--color);
  border-color: var(--color);
}
#index-body .homepage-3 .content .img_box .box button {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  font-size: 20px;
  font-weight: bold;
  border-radius: 35px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 60px;
  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;
  padding: 0 35px;
  min-width: 215px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-3 .content .img_box .box .point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#index-body .homepage-3 .content .img_box .box .point .circle {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
}
#index-body .homepage-3 .content .img_box .box .point span.line {
  display: block;
  background-color: white;
}
#index-body .homepage-3 .content .img_box .box .point .text {
  position: absolute;
  color: white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#index-body .homepage-3 .content .img_box .box .point .text h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
#index-body .homepage-3 .content .img_box .box .point .text p {
  font-size: 18px;
}
#index-body .homepage-3 .content .img_box .box.box1 {
  bottom: -webkit-calc(100% + 25px);
  bottom: -moz-calc(100% + 25px);
  bottom: calc(100% + 25px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#index-body .homepage-3 .content .img_box .box.box1 .point {
  left: -webkit-calc(50% - 10px);
  left: -moz-calc(50% - 10px);
  left: calc(50% - 10px);
}
#index-body .homepage-3 .content .img_box .box.box1 .point span.line2 {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
#index-body .homepage-3 .content .img_box .box.box1 .point .text {
  left: -webkit-calc(100% - 70px);
  left: -moz-calc(100% - 70px);
  left: calc(100% - 70px);
  bottom: -webkit-calc(100% + 70px);
  bottom: -moz-calc(100% + 70px);
  bottom: calc(100% + 70px);
  max-width: 465px;
}
#index-body .homepage-3 .content .img_box .box.box2 {
  left: -webkit-calc(100% + 25px);
  left: -moz-calc(100% + 25px);
  left: calc(100% + 25px);
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#index-body .homepage-3 .content .img_box .box.box2 .point {
  top: 20px;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#index-body .homepage-3 .content .img_box .box.box2 .point span.line2 {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
#index-body .homepage-3 .content .img_box .box.box2 .point .text {
  left: 0;
  top: -webkit-calc(100% + 25px);
  top: -moz-calc(100% + 25px);
  top: calc(100% + 25px);
  max-width: 380px;
}
#index-body .homepage-3 .content .img_box .box.box3 {
  top: -webkit-calc(100% + 25px);
  top: -moz-calc(100% + 25px);
  top: calc(100% + 25px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -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 .content .img_box .box.box3 .point {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  right: -webkit-calc(50% - 10px);
  right: -moz-calc(50% - 10px);
  right: calc(50% - 10px);
}
#index-body .homepage-3 .content .img_box .box.box3 .point span.line2 {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
#index-body .homepage-3 .content .img_box .box.box3 .point .text {
  text-align: right;
  right: -webkit-calc(100% - 20px);
  right: -moz-calc(100% - 20px);
  right: calc(100% - 20px);
  bottom: -webkit-calc(100% + 70px);
  bottom: -moz-calc(100% + 70px);
  bottom: calc(100% + 70px);
  max-width: 465px;
}
#index-body .homepage-3 .content .img_box .box.box4 {
  right: -webkit-calc(100% + 25px);
  right: -moz-calc(100% + 25px);
  right: calc(100% + 25px);
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -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-3 .content .img_box .box.box4 .point {
  top: 0;
  -webkit-transform: translateY(-webkit-calc(-100% + 40px));
  -moz-transform: translateY(-moz-calc(-100% + 40px));
  -ms-transform: translateY(calc(-100% + 40px));
  transform: translateY(calc(-100% + 40px));
  -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;
  margin-left: 10px;
}
#index-body .homepage-3 .content .img_box .box.box4 .point span.line2 {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}
#index-body .homepage-3 .content .img_box .box.box4 .point .text {
  text-align: right;
  right: 0;
  bottom: 100%;
  max-width: 460px;
}
#index-body .homepage-3 .content .img_box .box.box1,
#index-body .homepage-3 .content .img_box .box.box3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .homepage-3 .content .img_box .box.box1 .point,
#index-body .homepage-3 .content .img_box .box.box3 .point {
  margin-top: 10px;
}
#index-body .homepage-3 .content .img_box .box.box1 .point span.line,
#index-body .homepage-3 .content .img_box .box.box3 .point span.line {
  height: 2px;
}
#index-body .homepage-3 .content .img_box .box.box1 .point span.line.line1,
#index-body .homepage-3 .content .img_box .box.box3 .point span.line.line1 {
  width: 215px;
}
#index-body .homepage-3 .content .img_box .box.box1 .point span.line.line2,
#index-body .homepage-3 .content .img_box .box.box3 .point span.line.line2 {
  width: 130px;
}
#index-body .homepage-3 .content .img_box .box.box2 .point span.line,
#index-body .homepage-3 .content .img_box .box.box4 .point span.line {
  width: 2px;
}
#index-body .homepage-3 .content .img_box .box.box2 .point span.line.line1,
#index-body .homepage-3 .content .img_box .box.box4 .point span.line.line1 {
  height: 155px;
}
#index-body .homepage-3 .content .img_box .box.box2 .point span.line.line2,
#index-body .homepage-3 .content .img_box .box.box4 .point span.line.line2 {
  height: 70px;
}
#index-body .homepage-4 {
  background: url('../images/news-img.jpg') no-repeat;
  background-size: cover;
}
#index-body .homepage-4 .content {
  width: 555px;
  height: auto;
  background-color: white;
  padding: 55px;
}
#index-body .homepage-4 .content h2 {
  white-space: nowrap;
  line-height: 1.3;
}
#index-body .homepage-4 .content a.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-4 .content a.btn:hover {
  color: var(--color);
}
#index-body .homepage-4 .content a.btn span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
#index-body .homepage-4 .content a.btn i {
  font-size: 30px;
  margin-left: 25px;
}
#index-body .homepage-5 .bottom {
  position: relative;
}
#index-body .homepage-5 .bottom a.play {
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  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: 176px;
  height: 176px;
}
#index-body .homepage-5 .bottom a.play::before {
  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%;
  background-color: rgba(192, 160, 98, 0.8);
  border-radius: 50%;
  -webkit-animation: play_scale 2s ease-in-out infinite;
  -moz-animation: play_scale 2s ease-in-out infinite;
  animation: play_scale 2s ease-in-out infinite;
}
#index-body .homepage-5 .bottom a.play span {
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  display: block;
  font-weight: bold;
  line-height: 125px;
  width: 125px;
  height: 125px;
  text-align: center;
  background-color: var(--color);
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
#index-body .homepage-5 .bottom .bot {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 80px 100px;
  width: 100%;
}
#index-body .homepage-5 .bottom .bot .text {
  max-width: 760px;
}
#index-body .homepage-5 .bottom .bot a.btn {
  display: block;
  width: 85px;
  height: 85px;
  text-align: center;
  line-height: 85px;
  border-radius: 50%;
  border: 2px solid white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: white;
}
#index-body .homepage-5 .bottom .bot a.btn i {
  font-size: 50px;
  margin-right: -5px;
}
#index-body .homepage-5 .bottom .bot a.btn:hover {
  border-color: var(--color);
  background-color: var(--color);
}
#footer {
  background-color: #111111;
}
#footer .f-top {
  background-image: url('../images/f-fly.png');
  background-repeat: no-repeat;
  background-position: 8% 82%;
}
#footer .f-top .right {
  max-width: 725px;
}
#footer .f-top .right h2 {
  line-height: 1.4;
}
#footer .f-bottom {
  background-color: #f3f0eb;
  background-image: url('../images/goldenway.png');
  background-repeat: no-repeat;
  background-position: 65px -webkit-calc(100% - 45px);
  background-position: 65px -moz-calc(100% - 45px);
  background-position: 65px calc(100% - 45px);
  background-size: auto;
  -webkit-clip-path: polygon(0 0, 89.6% 0, 100% 12.6%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 89.6% 0, 100% 12.6%, 100% 100%, 0 100%);
}
#footer .f-bottom .top ul li h4 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
}
#footer .f-bottom .top ul li span {
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .f-bottom .top ul li span:hover {
  color: var(--color);
}
#footer .f-bottom .top ul li span:last-child {
  margin-bottom: 0;
}
#footer .f-bottom .top ul li #ewm img,
#footer .f-bottom .top ul li #ewm canvas {
  width: 160px;
  height: 160px;
  border: 8px solid white;
}
#footer .f-bottom .top ul li.form {
  max-width: 400px;
  width: 30%;
}
#footer .f-bottom .top ul li.form form ul li {
  margin-bottom: 40px;
}
#footer .f-bottom .top ul li.form form ul li:last-child {
  margin-bottom: 15px;
}
#footer .f-bottom .top ul li.form form ul li:nth-last-child(2) {
  margin-bottom: 25px;
}
#footer .f-bottom .top ul li.form form ul li input[type="text"] {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid black;
  padding-bottom: 15px;
  font-size: 14px;
}
#footer .f-bottom .top ul li.form form ul li button {
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  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;
}
#footer .f-bottom .top ul li.form form ul li button:hover {
  color: var(--color);
}
#footer .f-bottom .top ul li.form form ul li button:hover i {
  margin-left: 15px;
}
#footer .f-bottom .top ul li.form form ul li button i {
  font-size: 30px;
  margin-left: 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
}
#footer .f-bottom .top ul li.form form ul li button span {
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
  margin: 0;
}
#footer .f-bottom .top ul li.contact {
  max-width: 370px;
}
#footer .f-bottom .top ul li.contact p {
  font-size: 18px;
}
#footer .f-bottom .top ul li.contact p:nth-child(2) {
  font-size: 20px;
  border-bottom: 1px solid black;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .f-bottom .bottom {
  margin-top: 200px;
  padding: 28px 0;
  border-top: 1px solid black;
}
#footer .f-bottom .bottom .left {
  color: #bbbbbb;
}
#footer .f-bottom .bottom .left span {
  font-size: 16px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
}
#footer .f-bottom .bottom .left span a.copyright {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
}
#footer .f-bottom .bottom .left span img {
  width: auto;
  height: 18px;
  margin-left: 5px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  opacity: 0.4;
}
#footer .f-bottom .bottom .share a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 20px;
}
#footer .f-bottom .bottom .share a:last-child {
  margin-right: 0;
}
#footer .f-bottom .bottom .share a:hover {
  color: var(--color);
}
#footer .f-bottom .bottom .share a i {
  font-size: 24px;
}
@media screen and (max-width: 1750px) {
  .container {
    width: 1650px;
  }
  #footer .f-bottom {
    background-size: 95% auto;
    background-position: center -webkit-calc(100% - 45px);
    background-position: center -moz-calc(100% - 45px);
    background-position: center calc(100% - 45px);
  }
  #footer .f-bottom .bottom {
    padding: 25px 0;
  }
}
@media screen and (max-width: 1700px) {
  h2.h-title {
    font-size: 50px;
  }
  #index-body .homepage-1 .right .swiper ul li .box a.img {
    height: 610px;
  }
  #index-body .homepage-1 .right .swiper ul li {
    height: 650px;
  }
  #index-body .homepage-5 .bottom .bot {
    padding: 0 50px 50px;
  }
  #index-body .homepage-3 .content .img_box .box.box1 .point .text {
    max-width: 400px;
  }
  #index-body .homepage-3 .content .img_box .box.box3 .point .text,
  #index-body .homepage-3 .content .img_box .box.box2 .point .text {
    max-width: 300px;
  }
  #index-body .homepage-3 .content .img_box .box .point .text h4 {
    line-height: 1.2;
  }
  #index-body .homepage-3 .content .img_box .box.box4 .point .text {
    max-width: 320px;
  }
  #footer .f-top .left {
    margin-left: 0;
  }
  #footer .f-bottom .bottom {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1450px) {
  h2.h-title {
    font-size: 44px;
  }
  #index-body .homepage-2 .bottom ul li .box a.img {
    height: 360px;
  }
  #banner .banner-content ul li .container .bob {
    width: 70%;
  }
  #banner .banner-content ul li .container .bot {
    padding-right: 0;
  }
  #index-body .homepage-3 .content .img_box {
    zoom: 0.8;
  }
  #footer .f-top .right {
    margin-right: 0;
  }
  #footer .f-bottom .top ul li.form {
    max-width: 300px;
  }
  #footer .f-bottom .top ul li #ewm img,
  #footer .f-bottom .top ul li #ewm canvas {
    width: 120px;
    height: 120px;
    border: 8px solid white;
  }
  #footer .f-bottom .bottom {
    padding: 20px 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 35px;
  }
}
@media screen and (max-width: 1250px) {
  .more {
    zoom: 0.7;
  }
  #index-body .homepage-2 .bottom ul li .box a.img {
    height: 240px;
  }
  #banner .banner-content ul li .container .bob {
    width: 85%;
  }
  #banner .banner-content ul li .container {
    top: 50%;
  }
  #index-body .homepage-1 .right .swiper ul li .box a.img {
    height: 410px;
  }
  #index-body .homepage-1 .right .swiper ul li {
    height: 480px;
  }
  #index-body .homepage-1 .right .swiper ul li .box > h4 {
    font-size: 20px;
  }
  #index-body .homepage-1 .left .text {
    padding-right: 45px;
  }
  h2.h-title {
    font-size: 36px;
  }
  #index-body .homepage-5 .bottom .bot .text {
    max-width: -webkit-calc(100% - 100px);
    max-width: -moz-calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
  #index-body .homepage-5 .bottom .bot a.btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  #index-body .homepage-5 .bottom .bot a.btn i {
    font-size: 30px;
  }
  #index-body .homepage-5 .bottom a.play {
    top: 35%;
  }
  #index-body .homepage-3 .content .img_box {
    zoom: 0.7;
  }
  #footer .f-top {
    background-position: 0 90%;
  }
  #footer .f-bottom .top ul li.link {
    display: none;
  }
  #footer .f-bottom {
    -webkit-clip-path: none;
    clip-path: none;
  }
  #footer .f-bottom .bottom .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .f-bottom .bottom .container .left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
  }
  #footer .f-bottom .bottom .container .left span {
    text-align: center;
  }
  #footer .f-bottom {
    background-position: center -webkit-calc(100% - 110px);
    background-position: center -moz-calc(100% - 110px);
    background-position: center calc(100% - 110px);
  }
}
@media screen and (max-width: 1000px) {
  #index-body .homepage-3 .content .img_box .box.box1 .point .text {
    left: -webkit-calc(100% - 120px);
    left: -moz-calc(100% - 120px);
    left: calc(100% - 120px);
  }
  #banner .banner-content ul li .container .bob {
    margin-top: 15px;
  }
  #index-body .homepage-2 .bottom ul li .box a.img img {
    max-height: unset;
    width: 100%;
  }
  #index-body .homepage-2 .bottom ul li .box a.img {
    height: auto;
  }
  #banner .banner-content ul li .container .bob p {
    margin-bottom: 0;
  }
  #banner .banner-content ul li .container .bob a.more {
    display: none;
  }
  #index-body .homepage-1 .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-1 .container .left {
    padding: 0;
    width: 100%;
  }
  #index-body .homepage-1 .container .left .text,
  #index-body .homepage-1 .container .left .bot,
  #index-body .homepage-1 .container .left p {
    padding: 0;
    max-width: 100%;
  }
  #index-body .homepage-1 .container .left .text {
    margin-bottom: 25px;
  }
  #index-body .homepage-1 .container .right {
    width: 100%;
    margin-bottom: 45px;
  }
  #index-body .homepage-1 .right .swiper ul li .box a.img,
  #index-body .homepage-1 .right .swiper ul li {
    height: auto;
  }
  #index-body .homepage-1 .right .swiper {
    margin: 0;
  }
  #index-body .homepage-1 .right .swiper ul li .box a.img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #index-body .homepage-1 .right .swiper ul li .box > h4 {
    opacity: 1;
  }
  #index-body .homepage-1 .right .swiper ul li .box a.img h4 {
    display: none;
  }
  #index-body .homepage-5 .bottom .bot {
    padding: 0 30px 30px;
  }
  #index-body .homepage-5 .bottom > img {
    height: 520px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .homepage-3 .content .img_box {
    zoom: 0.45;
  }
  #index-body .homepage-3 .content .img_box .box .point .text,
  #index-body .homepage-3 .content .img_box .box button {
    zoom: 1.2;
  }
  #index-body .homepage-3 .content .img_box .box .point .text h4 {
    font-size: 26px;
  }
  h2.h-title {
    font-size: 30px;
  }
  #index-body .homepage-3 .content {
    margin-top: 165px;
    padding-bottom: 40px;
  }
  #footer .f-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;
  }
  #footer .f-top .container .left {
    width: 100%;
  }
  #footer .f-top .container .left a.more {
    margin: 0 auto;
  }
  #footer .f-top .container .right {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #footer .f-top .container .right h2 br {
    display: none;
  }
  #index-body .homepage-2 .bottom ul {
    margin: 0 -20px;
  }
  #footer .f-top {
    padding: 60px 0 150px;
  }
  #footer .f-bottom .top ul li.form {
    max-width: 100%;
    width: 100%;
  }
  #footer .f-bottom .top ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #footer .f-bottom .top ul li.contact {
    max-width: 100%;
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    padding: 0;
  }
  #footer .f-bottom .top ul li.qrcode {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
  }
  #footer .f-bottom {
    background-position: center -webkit-calc(100% - 140px);
    background-position: center -moz-calc(100% - 140px);
    background-position: center calc(100% - 140px);
  }
  #footer .f-bottom .top ul li.form {
    margin-bottom: 40px;
  }
  #index-body .homepage-2 .bottom ul li .box .text {
    padding: 25px 0 0;
  }
  h2.h-title {
    font-size: 24px;
  }
  span.tag {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .homepage-4 .content h2{
    white-space: pre-wrap;
  }
  #index-body .homepage-5 .bottom {
    padding: 45px 0;
    height: auto;
  }
  #index-body .homepage-5 .bottom > img {
    position: absolute;
    inset: 0;
    height: 100%;
  }
  #index-body .homepage-5 .bottom a.play {
    position: relative;
    inset: 0;
    margin: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #index-body .homepage-5 .bottom .bot {
    position: relative;
    inset: 0;
    margin-top: 45px;
    padding-bottom: 0;
  }
  #index-body .homepage-5 .bottom .bot .text {
    max-width: 100%;
  }
  #index-body .homepage-5 .bottom .bot a.btn {
    display: none;
  }
  #index-body .homepage-3 {
    display: none;
  }
  #index-body .homepage-4 .content {
    width: 95%;
    height: auto;
    background-color: white;
    padding: 55px;
  }
  #footer .f-bottom .top ul li h4 {
    font-size: 20px;
  }
  #footer .f-bottom .top ul li.contact p:nth-child(2) {
    font-size: 16px;
  }
  #footer .f-bottom .top ul li.contact p {
    font-size: 16px;
  }
  #footer .f-bottom .bottom {
    margin-top: 50px;
  }
  #footer .f-bottom {
    background-position: center -webkit-calc(100% - 145px);
    background-position: center -moz-calc(100% - 145px);
    background-position: center calc(100% - 145px);
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content ul li .container h2 {
    font-size: 18px;
  }
  #banner .banner-content ul li .container p {
    display: none;
  }
  #index-body .homepage-1 .right .swiper ul li .box > h4 {
    margin-bottom: 10px;
  }
  .more2 span {
    font-size: 16px;
  }
  h2.h-title br {
    display: none;
  }
  #index-body .homepage-4 .content {
    padding: 40px 20px;
  }
  #footer .f-top .container .left a.more {
    zoom: 0.6;
  }
  #footer .f-bottom .top ul li.contact {
    width: 100%;
    margin-bottom: 40px;
  }
  #footer .f-bottom .bottom .left span {
    font-size: 14px;
  }
  #footer .f-bottom {
    background-position: center -webkit-calc(100% - 160px);
    background-position: center -moz-calc(100% - 160px);
    background-position: center calc(100% - 160px);
  }
}






.inner-banner {
  margin-top: 100px;
}
.inner-banner .mbx {
  font-size: 18px;
  color: #797979;
  padding: 30px 0;
}
.inner-banner.inner-banner2 {
  position: relative;
  margin-top: 0;
}
.inner-banner.inner-banner2 .container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100px;
  color: white;
}
.inner-banner.inner-banner2 .container .mbx {
  color: white;
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes slideLeft {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.about-page .about-1 .center ul {
  margin: 0 -20px;
}
.about-page .about-1 .center ul li {
  width: 50%;
  padding: 0 20px;
}
.about-page .about-1 .center ul li img {
  width: 100%;
}
.about-page .about-1 .bottom ul li {
  width: 25%;
  font-weight: bold;
  text-align: center;
}
.about-page .about-1 .bottom ul li h4 {
  font-size: 60px;
  line-height: 0.8;
}
.about-page .about-1 .bottom ul li p {
  font-size: 16px;
  line-height: 1;
  margin-top: 25px;
}
.about-page .about-2 .left {
  max-width: 1105px;
  background-color: var(--color);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 693px;
}
.about-page .about-2 .left span.tag::before {
  background-color: white;
}
.about-page .about-2 .left .box-r h2 em {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid transparent;
  line-height: 1;
  margin-bottom: 15px;
  transition: 0.5s;
}
.about-page .about-2 .left .box-r h2 em:last-child{
  margin-bottom: 0;
}
.about-page .about-2 .left .box-r h2 em.active{
  border-color: white;
}
.about-page .about-2 .left .box-r .text{
  height: 120px;
  overflow-y: auto;
  padding-right: 10px;
}
.about-page .about-2 .right {
  max-width: 543px;
}
.about-page .about-3 .bottom {
  background-color: #111111;
}
.about-page .about-3 .bottom ul {
  margin: 0 -30px;
}
.about-page .about-3 .bottom ul li {
  padding: 0 30px;
}
.about-page .about-3 .bottom ul li .box {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  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;
}
.about-page .about-3 .bottom ul li .box i {
  display: block;
  width: 90px;
}
.about-page .about-3 .bottom ul li .box .text {
  width: -webkit-calc(100% - 90px);
  width: -moz-calc(100% - 90px);
  width: calc(100% - 90px);
  color: white;
}
.about-page .about-3 .bottom ul li .box .text .con {
  color: rgba(255, 255, 255, 0.4);
}
.about-page .about-4 .bottom ul {
  margin: 0 -23px;
}
.about-page .about-4 .bottom ul li {
  padding: 0 23px;
}
.about-page .about-6 {
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-6 .content {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-6 .content ul {
  -webkit-animation: slideLeft 20s linear infinite;
  -moz-animation: slideLeft 20s linear infinite;
  animation: slideLeft 20s linear infinite;
}
.about-page .about-6 .content ul li .img {
  width: 300px;
}
.honor-page .top .text {
  max-width: 560px;
}
.honor-page .content ul {
  margin: -25px -15px;
}
.honor-page .content ul li {
  padding: 25px 15px;
}
.contact-page .contact-1 .left {
  max-width: 580px;
}
.contact-page .contact-1 .left 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;
  width: 35px;
  -webkit-filter: brightness(0) invert(0.8);
  filter: brightness(0) invert(0.8);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.contact-page .contact-1 .right {
  max-width: 770px;
  height: auto;
  padding: 80px 55px 90px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.contact-page .contact-1 .right form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px -20px;
}
.contact-page .contact-1 .right form ul li {
  padding: 30px 20px;
}
.contact-page .contact-1 .right form ul li:last-child {
  padding: 0 20px;
}
.contact-page .contact-1 .right form ul li label {
  font-size: 14px;
  color: #999;
}
.contact-page .contact-1 .right form ul li input[type="checkbox"] {
  margin-right: 12px;
  width: 20px;
  height: 20px;
  border-color: #666;
}
.contact-page .contact-1 .right form ul li input[type="text"] {
  width: 100%;
  font-size: 16px;
  border: none;
  padding: 0 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.contact-page .contact-1 .right form ul li input[type="text"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.contact-page .contact-1 .right form ul li .more {
  max-width: 350px;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.contact-page .contact-1 .right form ul li .more i {
  margin-left: 75px;
}
.contact-page .contact-1 .right form ul li textarea {
  width: 100%;
  height: 265px;
  font-size: 16px;
  border: none;
  padding: 0 10px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.contact-page .contact-1 .right form ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1700px) {
  .about-page .about-1 .bottom ul li h4 {
    font-size: 46px;
  }
  .about-page .about-2 .left {
    min-height: unset;
  }
  .inner-banner.inner-banner2 .container .content {
    padding: 0;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-1 .bottom ul li h4 {
    font-size: 40px;
  }
  .about-page .about-2 .left .box-r h2 {
    font-size: 40px;
  }
  .about-page .about-4 .top .right {
    padding-right: 0;
  }
  .inner-banner.inner-banner2 .container .content {
    margin-top: 0;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner.inner-banner2 {
    padding: 45px 0;
  }
  .inner-banner.inner-banner2 .bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    inset: 0;
  }
  .inner-banner.inner-banner2 .container {
    position: relative;
    inset: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .inner-banner.inner-banner2 .container .mbx {
    padding-top: 0;
  }
  .inner-banner.inner-banner2 .container .content {
    width: 100%;
  }
  .about-page .about-1 .center ul li .tit,
  .about-page .about-1 .center ul li .con {
    padding-right: 15px;
  }
  .about-page .about-1 .bottom ul li h4 {
    font-size: 34px;
  }
  .about-page .about-2 .left .box-r h2 {
    font-size: 28px;
  }
  .contact-page .contact-1 .right {
    height: auto;
    padding: 50px 30px;
  }
  .contact-page .contact-1 .right form ul {
    margin: -20px -10px;
  }
  .contact-page .contact-1 .right form ul li {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 60px;
    padding: 10px 0;
  }
  .about-page .about-1 h2 {
    width: 100%;
  }
  .about-page .about-1 .text {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  .about-page .about-1 .center ul li {
    width: 100%;
    margin: 10px 0;
  }
  .about-page .about-1 .center ul li .tit,
  .about-page .about-1 .center ul li .con {
    padding: 0 15px;
  }
  .about-page .about-1 .bottom ul li {
    width: 50%;
    margin: 15px 0;
  }
  .about-page .about-2 .left {
    max-width: 100%;
    width: 100%;
  }
  .about-page .about-2 .right {
    max-width: 100%;
    width: 100%;
  }
  .about-page .about-3 h2.h-title {
    width: 100%;
    margin-bottom: 25px;
  }
  .about-page .about-3 h2.h-title br {
    display: none;
  }
  .about-page .about-4 .top .right {
    padding-right: 0;
    width: 100%;
  }
  .about-page .about-5 .left {
    width: 100%;
  }
  .about-page .about-5 .right {
    width: 100%;
    margin-top: 60px;
  }
  .about-page .about-6 {
    height: 150px;
  }
  .honor-page .top .text {
    max-width: 100%;
    width: 100%;
  }
  .honor-page .top .right {
    width: 100%;
    margin-top: 45px;
  }
  .contact-page .contact-1 .left {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin-bottom: 45px;
  }
  .contact-page .contact-1 .right {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .right form ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-2 .left .box-l {
    width: 100%;
  }
  .about-page .about-2 .left .box-r {
    width: 100%;
    margin-top: 45px;
  }
  .about-page .about-1 .bottom ul li h4 {
    font-size: 24px;
  }
}
span.h2{
  font-weight: bold;
}


.mold-page .mold-1 .text {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.mold-page .mold-2 {
  background-color: var(--color);
}
.mold-page .mold-4 {
  background-color: #f9f9f9;
}
.mold-page .mold-4 .big .slickBtn div {
  background-color: transparent;
  color: #333;
}
.mold-page .mold-4 .big .slickBtn div:hover {
  color: var(--color);
}
.mold-page .mold-4 .small {
  padding: 0 25%;
}
.mold-page .mold-4 .small a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.mold-page .mold-4 .small .slick-current a:before {
  opacity: 0;
}

.product-yd-page .product-yd-3 .navlink {
  background-color: #f1f1f1;
}
.product-yd-page .product-yd-3 .list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-yd-3 .list.active {
  position: static;
  z-index: 1;
  opacity: 1;
}
.product-yd-page .product-yd-3 .list .box {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: white;
  overflow: hidden;
}
.product-yd-page .product-yd-3 .list .box .img-box span {
  padding: .4em .8em;
  background-color: #f1f1f1;
  color: #757575;
  left: 1.8em;
  top: 1em;
}
.product-yd-page .product-yd-3 .list .box .content {
  padding: 5%;
}
.product-yd-page .product-yd-3 .list .box .content .text {
  line-height: 1.625;
}
.product-yd-page .product-yd-4 {
  background-color: #f8f8f8;
}
.product-yd-page .product-yd-4 .logo {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-yd-page .product-yd-4 .logo img {
  max-height: 180px;
}
.product-yd-page .product-yd-4 span.h2 {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.product-yd-page .product-yd-4 .text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.product-yd-page .product-yd-4 .list .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-yd-page .product-yd-4 .list .slick-track .slick-slide {
  height: auto;
}
.product-yd-page .product-yd-4 .list .slick-track .slick-slide > div,
.product-yd-page .product-yd-4 .list .slick-track .slick-slide li {
  height: 100%;
}
.product-yd-page .product-yd-4 .list .box {
  height: 100%;
  padding: 7%;
  background-color: white;
}
.product-yd-page .product-yd-4 .list .slickBtn div {
  border: 1px solid #c9c9c9;
  background-color: transparent;
  color: black;
}
.product-yd-page .product-yd-4 .list .slickBtn div:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}

#index-body .init-0 .top {
    max-width: 900px;
    margin: 0 auto;
}
#index-body .init-0 .top .text {
    line-height: 2;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#index-body .init-0 .navlink a {
    padding-bottom: .3em;
    border-bottom: 2px solid transparent;
}
#index-body .init-0 .navlink a.active {
    border-color: var(--color);
}
#index-body .init-0 .det {
    position: relative;
}
#index-body .init-0 .det a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
}
#index-body .init-0 .det a.active {
    z-index: 1;
    opacity: 1;
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.faq-page .list ul li {
  border: 1px solid #dcdcdc;
  padding: 1.33333333em 1em;
}
.faq-page .list ul li i {
  cursor: pointer;
  cursor: hand;
  font-size: 1.2em;
  line-height: 1;
}
.faq-page .list ul li .text {
  line-height: 2;
}
.faq-page .list ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-page #index-body .init-7 .form form {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 3em;
  padding: 8px;
  border: 1px solid #dcdcdc;
  background-color: transparent;
}
.faq-page #index-body .init-7 .form form button {
  color: #23519e;
}
.faq-page #index-body .init-7 .text a {
  color: #23519e;
}

.inner-page .m-page div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: .7em;
}
.inner-page .m-page div a,
.inner-page .m-page div span {
  border: 1px solid #c6c6c6;
  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: 3em;
  height: 3em;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page div a:hover,
.inner-page .m-page div span.current {
  background-color: #23519e;
  border-color: #23519e;
  color: white;
}
.news-page .news-1 .box {
  padding: 4%;
  background-color: var(--color);
  color: white;
}
.news-page .news-1 .box > i {
  margin-right: 0;
  margin-left: 0;
}
.news-page .news-1 .box .content {
  max-width: 500px;
  margin-left: 5%;
  margin-right: 2%;
}
.news-page .news-1 .box .search {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
}
.news-page .news-1 .box .search form {
  border: 1px solid white;
  height: 3.625em;
}
.news-page .news-1 .box .search form input {
  display: block;
  width: 100%;
  padding: 0 1.5em;
  background-color: transparent;
  border: none;
}
.news-page .news-1 .box .search form input::-webkit-input-placeholder {
  color: white;
}
.news-page .news-1 .box .search form input:-moz-placeholder {
  color: white;
}
.news-page .news-1 .box .search form input::-moz-placeholder {
  color: white;
}
.news-page .news-1 .box .search form input:-ms-input-placeholder {
  color: white;
}
.news-page .news-1 .box .search form input::placeholder {
  color: white;
}
.news-page .news-1 .box .search form button {
  width: 3.625em;
  border: none;
  background-color: transparent;
}
.news-page .news-1 .box .search form button i {
  font-size: 1.5em;
}
.news-page .news-2 .list {
  height: 600px;
  padding: 5% 8%;
  position: relative;
  color: white;
}
.news-page .news-2 .list:before {
  content: '';
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#23519e), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #23519e, transparent);
  background-image: -moz-linear-gradient(bottom, #23519e, transparent);
  background-image: linear-gradient(to top, var(--color), transparent);
  border-radius: inherit;
}
.news-page .news-2 .list time i {
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: white;
}
.news-page .news-2 .list hr {
  background-color: white;
}
.news-page .news-2 .list a.link {
  text-decoration: underline;
}
.news-page .news-2 .list .slickBtn div {
  background-color: transparent;
  color: #b2b2b2;
}
.news-page .news-2 .list .slickBtn div i {
  font-size: 1.5em;
}
.news-page .news-2 .list .slickBtn div:hover {
  color: var(--color);
}
.news-page .news-3 time i {
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: var(--color);
}
.news-page .news-3 time i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.newdet-page h1 {
  line-height: 1.3;
}
.newdet-page time i {
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: var(--color);
}
.newdet-page time i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.newdet-page .text {
  color: rgba(0, 0, 0, 0.8);
  line-height: 2;
}
.newdet-page .text strong {
  color: black;
}
.newdet-page .text p {
  margin-top: 1.5em;
}
.newdet-page .text p:first-child {
  margin-top: 0;
}
.newdet-page .m-link a {
  /*height: 2em;*/
  padding: 0 2.5em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link a:hover {
  background-color: black;
}
.newdet-page .form input,
.newdet-page .form textarea {
  display: block;
  width: 100%;
  border: 1px solid #bebebe;
  padding: .9em 1.3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .form ul{
  margin: -10px;
}
.newdet-page .form ul li{
  padding: 10px;
}
.newdet-page .form input::-webkit-input-placeholder, .newdet-page .form textarea::-webkit-input-placeholder {
  color: black;
}
.newdet-page .form input:-moz-placeholder, .newdet-page .form textarea:-moz-placeholder {
  color: black;
}
.newdet-page .form input::-moz-placeholder, .newdet-page .form textarea::-moz-placeholder {
  color: black;
}
.newdet-page .form input:-ms-input-placeholder, .newdet-page .form textarea:-ms-input-placeholder {
  color: black;
}
.newdet-page .form input::placeholder,
.newdet-page .form textarea::placeholder {
  color: black;
}
.newdet-page .form input:focus,
.newdet-page .form textarea:focus {
  border-color: var(--color);
}
.newdet-page .form textarea {
  height: 230px;
}
.newdet-page .form button {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  border: none;
  background-color: var(--color);
  color: white;
  position: absolute;
  right: .5em;
  bottom: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .form button:hover {
  background-color: black;
}

.inner-page .sidebarLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.inner-page .sidebarLeft .slide span.h6 {
  padding: 2% 4%;
  border: 1px solid #b1b1b1;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.inner-page .sidebarLeft .slide span.h6.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.inner-page .sidebarLeft .slide ul {
  padding: 6% 4%;
  border: 1px solid #b1b1b1;
  color: #9e9e9e;
  margin: -1px 0;
}
.inner-page .sidebarLeft .slide ul ul {
  padding: 3% 0;
  border: none;
}
.inner-page .sidebarLeft .slide ul ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebarLeft .slide ul li a:not([href]) {
  font-size: 1.2em;
  color: #444;
}
.inner-page .sidebarLeft .slide ul li {
  margin-bottom: 1.2em;
}
.inner-page .sidebarLeft .slide ul li i {
  width: 1.42857143em;
  height: 1.42857143em;
  border-radius: 3px;
  border: 1px solid #9e9e9e;
  margin-right: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sidebarLeft .slide ul li i:before {
  font-size: 1.4em;
  opacity: 0;
}
.inner-page .sidebarLeft .slide ul li.active > a i:before {
  opacity: 1;
}
.inner-page .sidebarLeft .info {
  background-color: #f1f2eb;
  padding: 12% 10%;
}
.inner-page .sidebarLeft .nav {
  border: 1px solid #bebebe;
}
.inner-page .sidebarLeft .nav span.h6 {
  background-color: var(--color);
  color: white;
  padding: 10px 20px;
  line-height: 1.2;
}
.inner-page .sidebarLeft .nav ul li {
  border-top: 1px solid #bebebe;
}
.inner-page .sidebarLeft .nav ul li:first-child {
  border-top: none;
}
.inner-page .sidebarLeft .nav ul li a {
  padding: .8em 20px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebarLeft .nav ul li a:hover {
  background-color: var(--color);
  color: white;
}

.service-page .service-3 {
    padding-top: 0%;
    padding-bottom: 100px;
}
.service-page .service-3 .header {
    text-align:left;
}
.service-page .service-3 .header .i-title { 
    color: #030303;
    line-height: 1.2; 
}
.service-page .service-3 .header .i-title em{
  color: var(--color);
}
.service-page .service-3 .content {
    margin-top: 65px;
}
.service-page .service-3 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
}
.service-page .service-3 .content ul li {
    padding-right: 20px;
    width: 25%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.service-page .service-3 .content ul li .ig {
    border: solid 1px var(--color);
    border-radius: 20px;
    padding: 55px 35px 30px 37px;
    height: 420px;
}
.service-page .service-3 .content ul li .ig i{
    display: block;
}
.service-page .service-3 .content ul li .ig .tit {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.6;
    /*margin-top: 30px;*/
    padding-bottom: 20px;
}
.service-page.supply-china .service-3 .content ul li .ig .tit{
  font-size: 24px;
}
.service-page.supply-china .service-3 .content ul li.active .ig .tit{
  font-size: 36px;
}
.service-page.supply-china .service-3 .content ul li .ig{
  height: 460px;
}
.service-page .service-3 .content ul li .ig .con {
    font-size: 18px;
    line-height: 1.8;
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    padding-right: 40px;
    opacity: 0;
}
.service-page .service-3 .content ul li .ig .con em{
  color: var(--color);
  margin-right: 5px;
}
.service-page .service-3 .content ul li .ig .num {
    position: absolute;
    bottom: 30px;
    right: 35px;
    font-size: 16px;
    color: #030303;
    font-weight: bold;
}
.service-page .service-3 .content ul li.active {
    width: 50%;
}
.service-page .service-3 .content ul li.active .con {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

.sus-2{
  color: white;
}
.sus-2 .i-title{
  max-width: 700px;
  line-height: 1.2;
}
.sus-2 ul li{
  width: 60%;
  border-radius: 20px;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.15);
  position: relative;
}
.sus-2 ul li:nth-child(2){
  margin-left: auto;
  margin-right: auto;
}
.sus-2 ul li:nth-child(3){
  margin-left: auto;
}
.sus-2 ul li .left{
  width: 40%;
}
.sus-2 ul li .right{
  width: 60%;
  line-height: 1.5;
  padding-left: 25px;
  border-left: 1px solid rgba(255,255,255,0.5);
}
.sus-2 ul li:nth-child(2)::before{
  content: "";
  position: absolute;
  right: 100%;
  bottom: 50%;
  /*-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  width: 175px;
  height: 111px;
  border-radius: 0 0 0 30px;
  border-left: 1px dashed white;
  border-bottom: 1px dashed white;
  border-top: 1px dashed transparent;
  border-right: 1px dashed transparent;
}
.sus-2 ul li:nth-child(2)::after{
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  /*-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  width: 175px;
  height: 111px;
  border-radius: 0 30px 0 0px;
  border-left: 1px dashed transparent;
  border-bottom: 1px dashed transparent;
  border-top: 1px dashed white;
  border-right: 1px dashed white;
}
.sus-3 .h4{
  position: relative;
  display: inline-block;
}
.sus-3 .des{
  line-height: 1.875;
  color: #333333;
}
@media screen and (max-width: 1700px) {
  .service-page .service-3 .content ul li .ig .con {
    max-height: 200px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1450px) {
    .service-page .service-3 .content ul li .ig{
        padding: 40px 30px 30px;
    }
    .service-page .service-3 .content ul li .ig .tit{
        font-size: 28px;
    }
}
@media screen and (max-width: 1250px) {
      .service-page .service-3 .content ul li .ig {
        padding: 40px 20px 30px;
    }
        .service-page .service-3 .content ul li .ig .tit {
        font-size: 26px;
    }
    .service-page .service-3 .content ul li .ig .tit {
        font-size: 24px;
    }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebarLeft{
    position: static;
    margin-bottom: 45px;
  }
  .mold-page .mold-4 .small {
    display: none;
  }
  .newdet-page h1 {
    width: 100%;
    padding-right: 0;
  }
  .newdet-page .form button {
    font-size: 30px;
  }
  .news-page .news-2 .list {
    height: 400px;
  }
      .service-page .service-3 .header .title{
        font-size: 44px;
    }
    .service-page .service-3 .content ul{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px;
    }
    .service-page .service-3 .content ul li{
        width: 100%;
        margin-bottom: 10px;
    }
    .service-page .service-3 .content ul li.active{
        width: 100%;
    }
    .service-page .service-3 .content ul li .ig .con{
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        max-height: unset;
        overflow: unset;
        padding-right: 0;
    }
    .service-page .service-3 .content ul li .ig {
        padding: 30px 20px 60px;
            height: auto;
    }
    .service-page .service-3 .content ul li .ig .con{
        font-size: 17px;
    }
}
@media screen and (max-width: 700px) {
  #index-body .init-0 .navlink,
  #index-body .init-0 .det {
    display: none;
  }
  .faq-page #index-body .init-7 .form form {
    border-radius: 1em;
  }
      .service-page .service-3 .header .title {
        font-size: 53px;
    }
    .service-page .service-3 .content{
        margin-top: 20px;
    }
    .service-page .service-3 .content ul li .ig i{
        zoom: .7;
    }
    .service-page .service-3 .content ul li .ig .tit{
        font-size: 24px;
        margin-top: 0;
    }
    .service-page .service-3 .content ul li .ig .num{
        bottom: 20px;
    }
  .sus-2 ul li .left {
    padding-right: 10px;
  }
  .sus-2 ul li {
    width: 90%;
  }
  .sus-2 ul li .right {
    max-height: 120px;
    overflow-y: auto;
    padding-right: 10px;
  }
  .newdet-page .form ul li{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
    .service-page .service-3 .header .title {
        font-size: 36px;
    }
    .service-page .service-3 .content ul li,
    .service-page .service-3 .content ul li.active{
        width: 100%;
    }
    .service-page .service-3 .content ul li .ig{
        height: auto;
        padding: 20px 15px 50px;
    }
    .service-page .service-3 .content ul li .ig .tit{
        line-height: 1.5;
    }
    .service-page .service-3 .content ul li .ig .con{
        font-size: 16px;
        line-height: 1.8;
    }
}







.inner-public-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}
.inner-public-title.title1 {
  font-size: 43px;
}
.product-c-page .left {
  position: sticky;
  top:140px;
}
.product-c-page .left .category-title {
  font-weight: 600;
}
.product-c-page .left .category-list1 > li {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
.product-c-page .left .category-list1 > li > .link-box a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-right: 15px;
}
.product-c-page .left .category-list1 > li > .link-box i {
  font-size: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.product-c-page .left .category-list1 > li > .link-box:hover {
  color: var(--color);
}
.product-c-page .left .category-list1 > li .category-list2 {
  display: none;
}
.product-c-page .left .category-list1 > li .category-list2 > li {
  color: rgba(0, 0, 0, 0.6);
}
.product-c-page .left .category-list1 > li .category-list2 > li > .link-box a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-right: 15px;
}
.product-c-page .left .category-list1 > li .category-list2 > li > .link-box i {
  font-size: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product-c-page .left .category-list1 > li .category-list2 > li > .link-box:hover {
  color: var(--color);
}
.product-c-page .left .category-list1 > li .category-list2 > li:last-child {
  margin-bottom: 0;
}
.product-c-page .left .category-list1 > li .category-list2 > li.active > .link-box {
  color: var(--color);
}
.product-c-page .left .category-list1 > li.active > .link-box {
  color: var(--color);
}
.product-c-page .left .category-list1 > li.active .category-list2 {
  display: block;
}
.product-c-page .left .left-form {
  background: url(../images/left-form-bg.jpg) no-repeat;
  background-size: cover;
}
.product-c-page .left .left-form .form-title {
  color: #ffffff;
  font-weight: 500;
}
.product-c-page .left .left-form .form-title span {
  font-family: 'PlayfairDisplay';
}
.product-c-page .left .left-form .form-intro {
  color: #ffffff;
  opacity: 0.8;
  line-height: 1.6;
}
.product-c-page .left .left-form form input {
  background: none;
  border: none;
  background-color: rgba(255, 255, 255, 0.42);
  width: 100%;
  color: #fff;
  height: 42px;
  display: block;
}
.product-c-page .left .left-form form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.product-c-page .left .left-form form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.product-c-page .left .left-form form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.product-c-page .left .left-form form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.product-c-page .left .left-form form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.product-c-page .left .left-form form input.content {
  padding-right: 35px;
}
.product-c-page .left .left-form form .submit {
  right: 0;
  bottom: 11px;
  cursor: pointer;
}
.product-c-page .right .r-wrap1 {
  z-index: 1;
}
.product-c-page .right .r-wrap1 .r-wrap1-title {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-weight: 500;
}
.product-c-page .right .r-wrap1 .r-wrap1-title span {
  font-family: 'PlayfairDisplay';
  font-style: italic;
}
.product-c-page .right .r-wrap1 .r-wrap1-title .bg-text {
  right: 0;
  top: 50%;
  font-family: 'Quentin';
  color: var(--color);
  font-size: 135px;
  z-index: -1;
  line-height: 1.2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-c-page .right .r-wrap1 .r-wrap1-slick li .intro {
  color: #ffffff;
  line-height: 28px;
  max-width: 85%;
  left: 0;
  bottom: 0;
  height: calc(28px * 7);
  overflow-y: auto;
}
.product-c-page .right .r-wrap1 .r-wrap1-slick li img{
  width: 100%;
}
.product-c-page .right .r-wrap2 .r-wrap2-intro {
  font-weight: 600;
  line-height: 1.3;
}
.product-c-page .right .r-wrap2 .r-wrap2-slick {
  margin-right: -16px;
}
.product-c-page .right .r-wrap2 .r-wrap2-slick li .slide-box {
  margin-left: 16px;
  margin-right: 16px;
}
.product-c-page .right .r-wrap2 .r-wrap2-slick li .slide-box .img{
  border-radius: 50%;
}
.product-c-page .right .r-wrap2 .r-wrap2-slick li .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}
.product-c-page .right .r-wrap2 .r-wrap2-slick li .title:hover {
  color: var(--color);
}
.product-c-page .right .r-wrap3 {
  background-color: #f8f8f8;
}
.product-c-page .right .r-wrap3 .r-wrap3-slick li .slide-box {
  margin-left: 25px;
  margin-right: 25px;
}
.product-c-page .right .r-wrap3 .r-wrap3-slick li .slide-box .order-title .order {
  font-family: 'PlayfairDisplay';
  color: var(--color);
  font-style: italic;
  line-height: 1.2;
}
.product-c-page .right .r-wrap3 .r-wrap3-slick li .slide-box .order-title .title {
  font-weight: 600;
}
.product-c-page .right .r-wrap3 .r-wrap3-slick li .slide-box .intro {
  font-weight: 600;
}
.product-c-page .right .r-wrap4 .r-wrap4-slick li {
  height: inherit;
}
.product-c-page .right .r-wrap4 .r-wrap4-slick li .slide-box {
  height: inherit;
  z-index: 1;
}
.product-c-page .right .r-wrap4 .r-wrap4-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}
.product-c-page .right .r-wrap4 .r-wrap4-slick li .slide-box .intro {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 26px;
  font-weight: 500;
}
.product-c-page .right .r-wrap4 .r-wrap4-slick li .slide-box .bg {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
}
.product-c-page .right .r-wrap4 .r-wrap4-slick li .slide-box .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.product-c-page .right .r-wrap4 .r-wrap4-slick li .slide-box:hover .title {
  color: var(--color);
}
.product-c-page .right .r-wrap4 .r-wrap4-slick li .slide-box:hover .intro {
  color: #fff;
}
.product-c-page .right .r-wrap4 .r-wrap4-slick li .slide-box:hover .bg {
  opacity: 1;
}
.product-c-page .right .r-wrap5 .r-wrap4-top .title {
  font-weight: 500;
}
.product-c-page .right .r-wrap5 .r-wrap4-top .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.product-c-page .right .r-wrap5 .r-wrap5-list {
  margin-right: -38px;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li {
  width: 33.333%;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box1 {
  margin-right: 38px;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box1 .img .box1-more {
  bottom: 0;
  right: 11px;
  left: 11px;
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box1 .img .box1-more span {
  margin-right: 18.5%;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box1 .img .box1-more i {
  font-size: 20px;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box1 .img .box1-more:hover {
  background-color: var(--color);
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box1 .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box1 .intro {
  color: #000000;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 28px;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box1:hover .img .box1-more {
  opacity: 1;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box1:hover .title {
  color: var(--color);
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box2 {
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 38px;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box2 .title {
  font-weight: 500;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box2 .title:hover {
  color: var(--color);
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box2 .box2-more {
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box2 .box2-more span {
  margin-right: 10px;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box2 .box2-more i {
  font-size: 18px;
}
.product-c-page .right .r-wrap5 .r-wrap5-list li .box2 .box2-more:hover {
  background-color: var(--color);
}
.product-c-page .right .r-wrap5 .r-wrap5-list.active li {
  width: 100%;
}
.product-c-page .right .r-wrap5 .r-wrap5-list.active li .box1 {
  display: none;
}
.product-c-page .right .r-wrap5 .r-wrap5-list.active li .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-c-page .right .r-wrap5 .r-wrap5-list.active + .m-page {
  margin-top: 60px;
}
.product-c-page .right .r-wrap5 .m-page .wp-pagenavi a,
.product-c-page .right .r-wrap5 .m-page .wp-pagenavi span{
  display: inline-flex;
  margin: 0 21px;
  transition: .3s;
}
.product-c-page .right .r-wrap5 .m-page .wp-pagenavi a:hover,
.product-c-page .right .r-wrap5 .m-page .wp-pagenavi span:hover{
  color: var(--color1);
}
.product-c-page .right .r-wrap5 .m-page .wp-pagenavi .current{
  color: var(--color1);
}
@media screen and (max-width: 1450px) {
  .product-c-page .left {
    padding-right: 15px;
  }
  .product-c-page .right .r-wrap1 .r-wrap1-title .bg-text {
    font-size: 100px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-public-title {
    font-size: 35px;
  }
  .inner-public-title.title1 {
    font-size: 35px;
  }
  .product-c-page .right .r-wrap1 .r-wrap1-title .bg-text {
    font-size: 60px;
  }
  .product-c-page .left {
    padding-right: 15px;
  }
  .product-c-page .right .r-wrap1 .r-wrap1-slick li .intro {
    height: calc(28px * 5);
  }
}
@media screen and (max-width: 1000px) {
  .inner-public-title {
    font-size: 30px;
  }
  .inner-public-title.title1 {
    font-size: 30px;
  }
  .product-c-page .left {
    display: none;
  }
  .product-c-page .right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .inner-public-title {
    font-size: 25px;
  }
  .inner-public-title.title1 {
    font-size: 25px;
  }
  .product-c-page .right .r-wrap1 .r-wrap1-title .bg-text {
    font-size: 40px;
    opacity: 0.5;
  }
  .product-c-page .right .r-wrap1 .r-wrap1-slick li > img {
    min-height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .product-c-page .right .r-wrap2 .r-wrap2-slick li .title {
    max-width: 100%;
  }
  .product-c-page .right .r-wrap3 .r-wrap3-slick li .slide-box .order-title .order {
    line-height: 1.5;
  }
  .product-c-page .right .r-wrap5 .r-wrap5-list.active li .box2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-c-page .right .r-wrap5 .r-wrap5-list.active li .box2 .box2-left {
    width: 100%;
    margin-bottom: 15px;
  }
  .product-c-page .right .r-wrap5 .r-wrap5-list.active li .box2 .box2-right {
    width: 100%;
  }
  .product-c-page .right .r-wrap5 .r-wrap5-list.active + .m-page {
    margin-top: 30px;
  }
  .product-c-page .right .r-wrap5 .r-wrap5-list li {
    width: 50%;
  }
  .product-c-page .right .r-wrap5 .r-wrap5-list li .box1 .img .box1-more span {
    margin-right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .inner-public-title {
    font-size: 20px;
  }
  .inner-public-title.title1 {
    font-size: 20px;
  }
  .product-c-page .right .r-wrap5 .r-wrap5-list li {
    width: 100%;
  }
}






.prodet-page {
  background-color: #f3f3f3;
}
.prodet-page .prodet-1 .top h1 {
  max-width: 760px;
}
.prodet-page .prodet-1 .img_box {
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .img_box .bigImg {
  padding-left: 30px;
  width:calc(100% - 205px);
}
.prodet-page .prodet-1 .img_box .bigImg .img {
  height: 630px;
  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);
}
.prodet-page .prodet-1 .img_box .bigImg .img img{
  max-height: 100%;
  width: auto;
}

.prodet-page .prodet-1 .img_box .smallImg{
  height: 625px;
  width:205px;
  
}
.prodet-page .prodet-1 .img_box .smallImg ul {
  margin: -5px 0;
}
.prodet-page .prodet-1 .img_box .smallImg ul li {
  padding: 5px 0;
}
.prodet-page .prodet-1 .img_box .smallImg ul li .img {
  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);
}

.prodet-page .prodet-1 .con-r > span{
  display: block;
  width: fit-content;
  padding: 5px 15px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  background: var(--color);
}
.prodet-page .prodet-1 a.more{
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-1 a.more i{
  background-color: white;
}

.prodet-page .prodet-1 a.more i img{
  filter: brightness(1) invert(0);
}
.prodet-page .prodet-1 .guanlian{
  max-width: 500px;
}

.prodet-page .prodet-1 .guanlian ul{
  margin: 0 -4px;
}
.prodet-page .prodet-1 .guanlian ul li{
  width: calc(100% / 8);
  padding: 0 4px;
}

.prodet-page .prodet-1 .guanlian ul li .guan-img{
  border-radius: 50%;
  overflow: hidden;
  padding:5px;
  display: block;
  border: 1px solid transparent;
  transition: 0.5s;
}

.prodet-page .prodet-1 .guanlian ul li .guan-img:hover{
  border-color: black;
}
.prodet-page .prodet-1 .guanlian ul li .guan-img img{
  border-radius: 50%;
}
.prodet-page .prodet-1 .Auxil-through a {
  display: block;
  padding: 12px 20px;
  min-width: 350px;
  background-color: #e4e4e4;
}
.prodet-page .prodet-1 .Auxil-through a:last-child {
  text-align: right;
}
.prodet-page .prodet-1 .det {
  min-height: 360px;
  background-color: white;
}
.prodet-form{
  background: url('../images/prodet-form.jpg') no-repeat;
  background-size: cover;
}
.prodet-form ul{
  margin: -10px;
}
.prodet-form ul li{
  padding: 10px;
  width: calc((100% - 190px)/3);
}
.prodet-form ul li input[type='text']{
  width: 100%;
  height: 60px;
  background-color: white;
  font-size: 18px;
  border: none;
  padding: 0 25px;
  color: black;
}
.prodet-form ul li:last-child{
  width: 190px;
}
.prodet-form ul li input[type='submit']{
  width: 100%;
  height: 60px;
  background-color: var(--color);
  font-size: 18px;
  border: 1px solid var(--color);
  font-weight: bold;
  transition: 0.5s;
}
.prodet-form ul li input[type='submit']:hover{
  background-color: transparent;
  border-color: white;
}
.prodet-form ul li input::-webkit-input-placeholder{
  color: #adadad;
}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-1 .img_box .bigImg .img{
    height: 520px;
  }
  .prodet-page .prodet-1 .guanlian ul li {
    width: calc(100% / 7);
  }
}
@media screen and (max-width: 1250px) {
  .prodet-form ul li {
    width: 50%;
  }
  .prodet-form ul li:nth-child(3) {
    width: 100%;
  }
  .prodet-page .prodet-1 .img_box{
    flex-direction: column-reverse;
  }
  .prodet-page .prodet-1 .img_box .smallImg{
    width: 100%;
    margin-top: 15px;
    height: auto;
  }
  .prodet-page .prodet-1 .img_box .bigImg{
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-1 .guanlian ul li {
    width: calc(100% / 6);
  }
  .prodet-page .prodet-1 .img_box .smallImg ul li{
    padding: 5px;
  }
  .prodet-page .prodet-1 .img_box .smallImg ul{
    margin: -5px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .top .left {
    width: 100%;
    padding: 0;
    margin-bottom: 45px;
  }
  .prodet-page .prodet-1 .top .right {
    width: 100%;
  }
  .prodet-page .prodet-1 .img_box .bigImg {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .prodet-page .prodet-1 .img_box .smallImg {
    width: 100%;
  }
  .prodet-page .prodet-1 .img_box .bigImg .img,
  .prodet-page .prodet-1 .img_box .smallImg ul li .img {
    height: auto;
  }
  .prodet-page .prodet-1 .Auxil-through a {
    width: 100%;
    margin: 10px 0;
  }
  .prodet-page .prodet-1 .Auxil-through a:last-child {
    text-align: left;
  }
  .prodet-page .prodet-1 .guanlian ul li {
    width: calc(100% / 5);
  }
}
@media screen and (max-width: 700px) {
  .prodet-form ul li{
    width: 100%;
  }
  .prodet-page .prodet-1 .guanlian ul li {
    width: calc(100% / 4);
  }
  .prodet-page .prodet-1 .img_box{
    width: 100%;
  }
  .prodet-page .prodet-1 .con-r{
    width: 100%;
    padding-left: 0;
  }

  .prodet-page .prodet-1 .con-r h1{
    font-size: 24px;
  }
  .prodet-page .prodet-1 .det p > span{
    font-size: 22px !important;
  }
}
@media screen and (max-width: 500px) {

  .prodet-page .prodet-1 .guanlian ul li {
    width: calc(100% / 3);
  }
}
