@font-face {
  font-family: 'PlayfairDisplay';
  src: url('../fonts/PlayfairDisplay.woff2') format('woff2'), url('../fonts/PlayfairDisplay.ttf') format('truetype'), url('../fonts/PlayfairDisplay.eot') format('embedded-opentype'), url('../fonts/PlayfairDisplay.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts/Montserrat-SemiBold.eot') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Butler-Medium';
  src: url('../fonts/Butler-Medium.woff2') format('woff2'), url('../fonts/Butler-Medium.ttf') format('truetype'), url('../fonts/Butler-Medium.eot') format('embedded-opentype'), url('../fonts/Butler-Medium.woff') format('woff');
}
body {
  max-width: 1920px;
  --color: #db6352;
  font-weight: normal;
  --font: 'PlayfairDisplay';
  margin: 0 auto;
  font-family: 'Montserrat-SemiBold';
}
.container {
  width: 1605px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.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;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active {
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
}
#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  height: 70px;
  padding: 0 55px;
}
#header .nav .ui.menu {
  width: 100%;
}
#header .nav .ui.menu .menu-box {
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 55px;
  color: white;
  -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;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  font-family: 'Montserrat-SemiBold';
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  border-color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li a {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#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: 120%;
  left: -10px;
  width: auto;
  min-width: 180px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 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;
}
#header .nav .ui.menu .right .h-search form {
  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;
}
#header .nav .ui.menu .right .h-search form input[type='text'] {
  font-size: 14px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid white;
  font-family: 'Montserrat-SemiBold';
  width: 95px;
}
#header .nav .ui.menu .right .h-search form input[type='submit'] {
  width: 27px;
  height: 27px;
  background: url('../images/search.png') no-repeat;
  border: none;
}
#header .nav .ui.menu .right .h-search form input::-webkit-input-placeholder {
  color: white;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.more {
  padding: 0 35px;
  background-color: var(--color);
  height: 50px;
  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;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.more:hover::before {
  right: 0;
}
.more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  right: 100%;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more span {
  font-size: 16px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: var(--font);
  text-transform: uppercase;
}
span.tag {
  font-size: 18px;
  margin-bottom: 15px;
  display: inline-block;
  color: var(--color);
  position: relative;
  text-transform: uppercase;
}
h2.h-title {
  font-size: 40px;
  line-height: 1.4;
  position: relative;
  z-index: 5;
  font-family: var(--font);
}
.m-auto {
  margin: auto;
}
.txt-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.txt-hover:hover {
  color: var(--color);
}
.white {
  color: white;
}
.tit-font {
  font-family: var(--font);
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
@-webkit-keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes scale_play {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
#banner {
  position: relative;
  z-index: 1;
  margin-top: 70px;
  width: 100%;
}
#banner .banner_text {
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner::before {
  content: "";
  width: 50%;
  height: 100%;
  display: block;
  background-color: #fbdfc3;
  position: absolute;
  left: 0;
  top: 0;
}
#banner::after {
  content: "";
  width: 50%;
  height: 100%;
  display: block;
  background-color: #bb7057;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content ul li {
  height: 980px;
}
#banner .banner-content ul li .content {
  position: absolute;
  bottom: 205px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  padding: 0 55px;
  width: 100%;
}
#banner .banner-content ul li .content h2 {
  font-family: 'Butler-Medium';
  color: #bb7057;
  max-width: 620px;
}
#banner .banner-content ul li .content .img {
  max-width: 330px;
}
#banner .banner-content ul li .content .img h4 {
  background-color: white;
  font-size: 28px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
#banner .banner-content .banner_img {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .banner-content .page {
  position: absolute;
  bottom: 95px;
  right: 22%;
}
#banner .banner-content .page::before {
  content: "";
  display: block;
  width: 121px;
  height: 132px;
  background: url('../images/banner_text.png') no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-32%, -35%) rotate(-3deg);
  -moz-transform: translate(-32%, -35%) rotate(-3deg);
  -ms-transform: translate(-32%, -35%) rotate(-3deg);
  transform: translate(-32%, -35%) rotate(-3deg);
}
#banner .banner-content .page span {
  font-size: 42px;
  color: white;
}
#index-body .homepage-1 {
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}
#index-body .homepage-1 .bottom ul li .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;
  border-bottom: 1px solid black;
  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;
  margin-top: 12px;
  margin-left: auto;
}
#index-body .homepage-1 .bottom ul li .btn:hover {
  border-color: var(--color);
  color: var(--color);
}
#index-body .homepage-1 .bottom ul li .btn span {
  font-size: 16px;
  line-height: 1;
  margin-right: 25px;
  text-transform: uppercase;
  font-family: var(--font);
}
#index-body .homepage-1 .bottom ul li .btn i {
  font-size: 20px;
  margin-right: -6px;
}
#index-body .homepage-1 .bottom ul li:hover .box .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .homepage-1 .bottom ul li:hover .box .text {
  opacity: 1;
}
#index-body .homepage-1 .bottom ul li:hover .box h4 {
  opacity: 0;
}
#index-body .homepage-1 .bottom ul li .box {
  position: relative;
  overflow: hidden;
}
#index-body .homepage-1 .bottom ul li .box .img {
  -webkit-transform: translateY(160px);
  -moz-transform: translateY(160px);
  -ms-transform: translateY(160px);
  transform: translateY(160px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .bottom ul li .box h4 {
  width: 100%;
  height: 160px;
  background-color: #f8f8f8;
  font-size: 32px;
  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;
  padding: 0 40px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .bottom ul li .box .text {
  padding: 55px 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
#index-body .homepage-1 .bottom ul li .box .text .con {
  font-family: 'Montserrat-SemiBold';
}
#index-body .homepage-2 {
  padding: 70px 0 110px;
}
#index-body .homepage-2 .left ul li {
  font-family: var(--font);
  margin-right: 90px;
}
#index-body .homepage-2 .left ul li:last-child {
  margin-right: 0;
}
#index-body .homepage-2 .left ul li h4 {
  font-size: 66px;
  color: var(--color);
  line-height: 0.8;
}
#index-body .homepage-2 .left ul li h4 span {
  font-size: 18px;
}
#index-body .homepage-2 .left ul li p {
  font-size: 20px;
  margin-top: 10px;
}
#index-body .homepage-3 {
  padding: 110px 0;
  height: 905px;
  background: url('../images/adv-bg.jpg') no-repeat;
  background-size: cover;
}
#index-body .homepage-3 span.tag {
  color: white;
}
#index-body .homepage-3 ul li:nth-child(2n) {
  margin: 0 -35px;
}
#index-body .homepage-3 ul li .box {
  width: 305px;
  height: 305px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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: rgba(255, 255, 255, 0.2);
}
#index-body .homepage-3 ul li .box img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .homepage-3 ul li .box h4 {
  font-size: 22px;
  font-family: var(--font);
  margin-top: 30px;
  text-transform: uppercase;
  color: white;
}
#index-body .homepage-3 .text {
  max-width: 900px;
  margin: auto;
  display: none;
}

#index-body .homepage-3 .text.active{
  display: block;
}
#index-body .homepage-4 {
  padding: 100px 0 150px;
}
#index-body .homepage-4 .top span i.iconfont {
  font-size: 30px;
  cursor: pointer;
}
#index-body .homepage-4 .top ul {
  width: 1200px;
  margin: 0 -15px;
}
#index-body .homepage-4 .top ul .slick-current li {
  opacity: 1;
}
#index-body .homepage-4 .top ul li {
  opacity: 0.6;
  padding: 0 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
#index-body .homepage-4 .bottom ul li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .homepage-4 .bottom ul li .right {
  position: relative;
}
#index-body .homepage-4 .bottom ul li .right h5 {
  width: 85%;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  margin: auto;
}
#index-body .homepage-5 ul {
  margin: 0 -12px;
}
#index-body .homepage-5 ul li {
  position: relative;
  padding: 0 12px;
}
#index-body .homepage-5 ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), color-stop(40%, rgba(255, 255, 255, 0.8)), color-stop(90%, #ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 40%, #ffffff 90%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 40%, #ffffff 90%, #ffffff 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 40%, #ffffff 90%, #ffffff 100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
#index-body .homepage-5 ul li:hover::after {
  opacity: 1;
}
#index-body .homepage-5 ul li:hover .box {
  border-color: black;
}
#index-body .homepage-5 ul li:hover .box img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#index-body .homepage-5 ul li:hover .box::before {
  opacity: 0;
}
#index-body .homepage-5 ul li .box {
  padding: 20px 25px;
  border-radius: 25px;
  overflow: hidden;
  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;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  min-height: 221px;
}
#index-body .homepage-5 ul li .box .icon {
  z-index: 5;
}
#index-body .homepage-5 ul li .box .icon img{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-5 ul li .box .icon .i2 {
  opacity: 0;
}
#index-body .homepage-5 ul li .box:hover .icon .i1 {
  opacity: 0;
}
#index-body .homepage-5 ul li .box:hover .icon .i2 {
  opacity: 1;
}
#index-body .homepage-5 ul li .box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 240, 235, 0.8)), to(rgba(245, 240, 235, 0)));
  background-image: -webkit-linear-gradient(top, rgba(245, 240, 235, 0.8) 0%, rgba(245, 240, 235, 0) 100%);
  background-image: -moz-linear-gradient(top, rgba(245, 240, 235, 0.8) 0%, rgba(245, 240, 235, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(245, 240, 235, 0.8) 0%, rgba(245, 240, 235, 0) 100%);
  border-radius: 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-6 {
  background: url('../images/news-bg.jpg') no-repeat;
  background-size: cover;
  padding: 180px 0 110px;
}
#index-body .homepage-6 .bottom {
  margin-top: 70px;
}
#index-body .homepage-6 .bottom ul {
  margin: -20px 0;
}
#index-body .homepage-6 .bottom ul .slick-slide:nth-child(even) li .box {
  -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;
  text-align: right;
}
#index-body .homepage-6 .bottom ul .slick-slide:nth-child(even) li .box .text {
  padding-left: 0;
  padding-right: 70px;
}
#index-body .homepage-6 .bottom ul li {
  height: 310px;
  padding: 20px 0;
}
#index-body .homepage-6 .bottom ul li .box {
  height: 100%;
}
#index-body .homepage-6 .bottom ul li .box .img {
  height: 100%;
}
#index-body .homepage-6 .bottom ul li .box .text {
  padding-left: 70px;
}
#index-body .homepage-6 .bottom ul li .box .text a.btn {
  font-size: 16px;
  font-family: var(--font);
  color: #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-6 .bottom ul li .box .text a.btn:hover {
  color: var(--color);
  border-color: var(--color);
}
#footer {
  background-color: #332f2c;
}
#footer .top {
  padding-top: 85px;
  padding-bottom: 75px;
  border-bottom: 1px solid white;
}
#footer .top ul li h4 {
  font-size: 24px;
  font-family: var(--font);
  line-height: 1;
  margin-bottom: 35px;
  color: white;
}
#footer .top ul li span {
  font-size: 18px;
  color: #999796;
}
#footer .top ul li #ewm img,
#footer .top ul li #ewm canvas {
  width: 165px;
  height: 165px;
  border: 8px solid white;
}
#footer .top ul li.logo {
  max-width: 375px;
}
#footer .top ul li.logo p {
  font-size: 16px;
  color: #999796;
  margin-top: 45px;
}
#footer .top ul li.link span {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .top ul li.link span:last-child {
  margin-bottom: 0;
}
#footer .top ul li.link span:hover {
  color: white;
}
#footer .center {
  margin: 45px 0;
}
#footer .center a.Stick {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--color);
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .center a.Stick:hover {
  color: var(--color);
  background-color: white;
}
#footer .center a.Stick i {
  font-size: 30px;
}
#footer .center ul li span {
  font-size: 18px;
  color: #999796;
  line-height: 2;
  margin-bottom: 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 550px;
}
#footer .center ul li span:last-child {
  margin-bottom: 0;
}
#footer .bottom {
  background-color: var(--color);
}
#footer .bottom .box {
  height: 40px;
}
#footer .bottom .box span {
  font-size: 14px;
  color: white;
  font-weight: 200;
}
#footer .bottom .box span img {
  width: 220px;
  height: auto;
  padding-top: 3px;
  margin-left: 10px;
}
@media screen and (max-width: 1700px) {
  #banner .banner-content .banner_img {
    max-width: 600px;
  }
  #banner .banner-content ul li .content h2 {
    max-width: 30%;
  }
  #banner .banner-content ul li {
    height: 865px;
  }
  #banner .banner_text {
    max-width: 80%;
  }
  #banner .banner-content .page {
    bottom: 65px;
  }
  #index-body .homepage-2 .right {
    width: 47%;
  }
  #index-body .homepage-3 ul li .box {
    width: 280px;
    height: 280px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li{
    font-size: 16px;
    margin-right: 30px;
  }
  #banner .banner-content .banner_img {
    max-width: 500px;
  }
  #banner .banner-content ul li .content .img h4 {
    font-size: 24px;
  }
  #banner .banner-content ul li {
    height: 750px;
  }
  #index-body .homepage-1 .bottom ul li .box h4 {
    font-size: 28px;
  }
  h2.h-title {
    font-size: 36px;
  }
  #index-body .homepage-2 .left ul li h4 {
    font-size: 55px;
  }
  #index-body .homepage-3 {
    height: auto;
  }
  #index-body .homepage-3 ul li .box {
    width: 260px;
    height: 260px;
  }
  #footer .center ul li {
    width: 30%;
  }
}
@media screen and (max-width: 1250px) {
  #banner, .inner-banner {
    margin-top: 40px !important;
  }
  #innerMobileBanner~.inner-banner {
    display: block !important;
  }
  #banner {
    margin-top: 40px;
  }
  #banner .banner-content .page {
    right: 50px;
  }
  #banner .banner-content .banner_img {
    max-width: 400px;
  }
  #banner .banner-content ul li {
    height: 630px;
  }
  #banner .banner-content ul li .content .img {
    max-width: 250px;
  }
  #banner .banner-content ul li .content .img h4 {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
  }
  h2.h-title {
    font-size: 30px;
  }
  #index-body .homepage-1 .bottom ul li .box h4 {
    font-size: 24px;
    height: 120px;
  }
  #index-body .homepage-1 .bottom ul li .box .img {
    -webkit-transform: translateY(120px);
    -moz-transform: translateY(120px);
    -ms-transform: translateY(120px);
    transform: translateY(120px);
  }
  #index-body .homepage-2 .left ul li {
    margin-right: 45px;
  }
  #index-body .homepage-3 ul li .box {
    width: 210px;
    height: 210px;
  }
  #index-body .homepage-3 ul li .box h4 {
    font-size: 18px;
  }
  #footer .top ul li.link {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content ul li .content .img {
    display: none;
  }
  #banner .banner-content .banner_img {
    max-width: 260px;
  }
  banner .banner-content ul li {
    height: 520px;
  }
  #index-body .homepage-2 {
    padding: 0 0 85px;
  }
  #index-body .homepage-2 .left {
    width: 100%;
    margin-bottom: 60px;
  }
  #index-body .homepage-2 .right {
    width: 100%;
  }
  #index-body .homepage-4 .top ul {
    width: 100%;
  }
  #index-body .homepage-4 .top span {
    display: none;
  }
  #index-body .homepage-4 {
    padding: 100px 0;
  }
  #index-body .homepage-6 {
    padding: 100px 0;
  }
  #footer .bottom .box {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
  }
  #footer .bottom .box span {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  #banner .banner-content .page {
    display: none;
  }
  #banner .banner-content ul li {
    height: 400px;
  }
  #banner .banner-content ul li .content {
    padding: 0 15px;
    z-index: 5;
    bottom: 140px;
  }
  #banner .banner-content ul li .content h2 {
    max-width: 50%;
  }
  #index-body .homepage-2 .left ul li h4 {
    font-size: 41px;
  }
  #index-body .homepage-6 .bottom ul .slick-slide:nth-child(even) li .box .text {
    padding-left: 0;
    padding-right: 0;
  }
  #index-body .homepage-6 .bottom ul {
    margin: 0 -15px;
  }
  #index-body .homepage-6 .bottom ul li {
    height: auto;
    padding: 0 15px;
  }
  #index-body .homepage-6 .bottom ul li .box .text {
    width: 100%;
    margin-top: 20px;
    padding: 0;
    text-align: left;
  }
  #index-body .homepage-6 .bottom ul li .box .img {
    width: 100%;
  }
  #footer .top ul li.logo {
    max-width: 100%;
    margin-bottom: 30px;
  }
  #footer .center ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #index-body .homepage-2 .left ul li {
    margin: 15px 30px 15px 0;
  }
  #index-body .homepage-4 .bottom ul li {
    -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-4 .bottom ul li .left {
    margin-top: 30px;
    width: 100%;
  }
  #index-body .homepage-4 .bottom ul li .right {
    width: 100%;
  }
  #index-body .homepage-4 .bottom ul li .box .img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .homepage-6 .bottom {
    margin-top: 30px;
  }
  #footer .center a.Stick {
    display: none;
  }
  #footer .center ul {
    width: 100%;
  }
}













.inner-banner{
  margin-top: 70px;
}
.inner-banner.white {
  color: white;
}
.inner-banner .h2{
  font-weight: normal;
  font-family: var(--font);
}
.inner-page span.h2 {
  font-weight: normal;
}
.inner-page .sideBarBox .slideRight{
  width: calc(100% - 400px);
}
.inner-page .sideBarBox .slideLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 400px;
}
.inner-page .sideBarBox .slideLeft .nav {
  background-color: #3b3a3a;
  color: white;
}
.inner-page .sideBarBox .slideLeft .nav span.h6 {
  background-color: var(--color);
}
.inner-page .sideBarBox .slideLeft .nav .link {
  font-weight: 300;
}
.inner-page .sideBarBox .slideLeft .nav .link ul li {
  margin-bottom: .7em;
  line-height: 1.8;
}
.inner-page .sideBarBox .slideLeft .nav .link ul li ul {
  font-size: .8em;
  margin-top: .8em;
  padding-left: 1em;
}
.inner-page .sideBarBox .slideLeft .nav .link ul li a:hover,
.inner-page .sideBarBox .slideLeft .nav .link ul li a.active {
  text-decoration: underline;
}
.inner-page .m-page {
  padding: 1.33333333em 2.77777778em;
  background-color: #3b3a3a;
  color: white;
  line-height: 1;
}
.inner-page .m-page.pos {
  right: 0;
  bottom: 0;
}
.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;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 .3em;
}
.inner-page .m-page .prev,
.inner-page .m-page .next {
  width: 1.38888889em;
  height: 1.38888889em;
  color: transparent;
  overflow: hidden;
  position: relative;
  background-color: white;
  margin: 0 1em;
}
.inner-page .m-page .prev:before,
.inner-page .m-page .next:before {
  content: '';
  color: #3b3a3a;
  font-family: "iconfont";
  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%);
}
.inner-page .m-page .prev:hover,
.inner-page .m-page .next:hover {
  background-color: var(--color);
}
.inner-page .m-page .prev:before {
  content: '\e6cf';
}
.inner-page .m-page .next:before {
  content: '\e6e8';
}
.about-page .about-1 .left .number {
  background-color: rgba(219, 99, 82, 0.4);
}
.about-page .about-1 .left .number ul {
  position: relative;
}
.about-page .about-1 .left .number ul:before,
.about-page .about-1 .left .number ul:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.21);
  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%);
}
.about-page .about-1 .left .number ul:before {
  width: 100%;
  height: 1px;
}
.about-page .about-1 .left .number ul:after {
  width: 1px;
  height: 100%;
}
.about-page .about-1 .left .number li {
  padding: 10% 15%;
}
.about-page .about-1 .left .number li span.h6 {
  line-height: 1;
}
.about-page .about-1 .left .number li span.h6 sup {
  margin-left: .3em;
}
.about-page .about-1 .right {
  background-color: #e7e7e7;
}
.about-page .about-1 .right .text {
  line-height: 2;
}
.about-page .about-2 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}
.about-page .about-2 i.bg {
  position: relative;
  background-color: white;
  z-index: -1;
}
.about-page .about-2 i.bg em {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: white;
  z-index: 1;
}
.about-page .about-2 span.h2 {
  line-height: 1.4;
}
.about-page .about-2 span.h2 em {
  color: #5a5a5a;
  border-bottom: 3px solid #5a5a5a;
  line-height: 1;
  display: inline-block;
  vertical-align: text-top;
}
.about-page .about-2 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.about-page .about-2 .right li {
  margin-bottom: 2em;
  position: relative;
}
.about-page .about-2 .right li:last-child {
  margin-bottom: 0;
}
.about-page .about-2 .right li:before {
  content: '';
  width: 1px;
  height: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  left: 1.8125em;
  background-color: var(--color);
  position: absolute;
  top: 0;
  z-index: -1;
}
.about-page .about-2 .right li i {
  width: 3.625em;
  height: 3.625em;
  margin-right: 3.5em;
  border: 1px solid #767676;
  color: #767676;
  background-color: white;
}
.about-page .about-2 .right li .content {
  background-color: #e7e7e7;
  padding: 6%;
  min-height: 260px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .right li.active:before {
  height: 100%;
}
.about-page .about-2 .right li.active .content {
  background-color: rgba(219, 99, 82, 0.4);
}
.about-page .about-3 .box {
  background-color: #3b3a3a;
  padding-left: 5%;
  padding-right: 5%;
  color: white;
}
.about-page .about-3 .box span.h2 {
  line-height: 1.6;
}
.about-page .about-3 .box hr {
  background-color: white;
  margin: 0;
}
.about-page .about-3 .box ul {
  -webkit-column-gap: 2.4em;
  -moz-column-gap: 2.4em;
  column-gap: 2.4em;
  row-gap: 2em;
}
.about-page .about-3 .box ul span.h6 {
  line-height: 2;
}
.about-page .about-3 .box .play {
  cursor: pointer;
  cursor: hand;
}
.about-page .about-3 .box .play img:first-child {
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
}
.about-page .about-4 {
  overflow: hidden;
}
.about-page .about-4 span.bgtxt {
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 2px #969696;
  -webkit-animation: rz 10s linear infinite;
  -moz-animation: rz 10s linear infinite;
  animation: rz 10s linear infinite;
  left: 0;
  top: 25%;
  opacity: .7;
}
.about-page .about-4 span.bgtxt em {
  margin-right: 1em;
}
.about-page .about-4 .o-hide {
  padding-right: 40%;
  margin-right: -40%;
}
.about-page .about-4 ul .slick-list {
  overflow: unset;
}
.about-page .about-4 ul .slick-slide {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.about-page .about-4 ul .slick-slide.slick-current ~ .slick-slide {
  margin-top: 2em;
}
.about-page .about-4 ul .slick-slide.slick-current + .slick-slide {
  margin-top: 1em;
}
@-webkit-keyframes rz {
  form {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-moz-keyframes rz {
  form {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes rz {
  form {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes xz {
  form {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes xz {
  form {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xz {
  form {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.product-page .sideBarBox .slideRight {
  background-color: #fff8f8;
}
.product-page .product-1 .sideBarBox .slideRight .text {
  max-height: 300px;
  overflow: auto;
}
.product-page .sideBarBox .slideRight h1 {
  line-height: 1.8;
}
.product-page .sideBarBox .slideRight .img {
  border: 1px solid #d7c3c3;
}
.product-page .sideBarBox .slideRight .img .link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  border-top: 1px solid #3b3a3a;
  line-height: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sideBarBox .slideRight .img .link a {
  width: 100%;
  text-align: center;
  padding: .5em;
  border-right: 1px solid white;
  color: white;
  white-space: nowrap;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sideBarBox .slideRight .img .link a:hover {
  background-color: var(--color);
}
.product-page .sideBarBox .slideRight .img:hover .link {
  opacity: 1;
}
.seoCustom span.h2 {
  font-weight: normal;
}
.seoCustom .soe-1 .box {
  padding-left: 5%;
  padding-right: 5%;
  background-color: rgba(219, 99, 82, 0.4);
}
.seoCustom .soe-1 .box .img {
  height: 580px;
}
.seoCustom .soe-1 .box .img .play {
  color: #3b3a3a;
}
.soe-2 .list ul{
  margin: 0 -15px;
}
.soe-2 .list ul li{
  padding: 0 15px;
}
.seoCustom .soe-3 .box {
  background-color: #e7e7e7;
  padding-left: 5%;
  padding-right: 5%;
}
.seoCustom .soe-3 .box ul li {
  border-bottom: 1px solid #898989;
  line-height: 1.8;
}
.seoCustom .soe-3 .box ul li .logo {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.seoCustom .soe-3 .box ul li .content {
  margin-right: auto;
}
.seoCustom .soe-3 .box ul li .content time {
  font-weight: 300;
  line-height: 30px;
}
.seoCustom .soe-3 .box ul li a.link {
  padding: .8em 2em;
  background-color: #3b3a3a;
  color: var(--color);
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  white-space: nowrap;
}
.seoCustom .soe-3 .box ul li a.link:hover {
  background-color: var(--color);
  color: black;
}
.seoCustom .soe-3 .box ul li:last-child {
  border-bottom: none;
}
.support-page .support-1 .box {
  background-color: #e7e7e7;
}
.support-page .support-1 .box .options span {
  margin-bottom: .2em;
  cursor: pointer;
  cursor: hand;
}
.support-page .support-1 .box .options span.active {
  text-decoration: underline;
  line-height: 1.6;
}
.support-page .support-1 .box .text .slide {
  display: none;
}
.support-page .support-1 .box .text .slide.active {
  display: block;
}
.support-page .support-2 .list {
  padding-left: 5%;
  padding-right: 5%;
}
.support-page .support-2 .list li {
  border-bottom: 1px solid #3b3a3a;
  cursor: pointer;
  cursor: hand;
}
.support-page .support-2 .list li .num {
  line-height: .7;
  color: transparent;
  -webkit-text-stroke: 1px #3b3a3a;
  margin-bottom: -3%;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}
.support-page .support-2 .list li .content {
  margin-left: 5%;
}
.support-page .support-2 .list li .content .text {
  display: none;
}
.support-page .support-2 .list li.active .num {
  margin-bottom: 4%;
  color: #3b3a3a;
  line-height: 1;
}
.support-page .support-3 .box {
  padding-left: 5%;
  padding-right: 5%;
  background-color: #3b3a3a;
  color: white;
}
.support-page .support-3 .box .link {
  text-align: center;
  border: 1px solid white;
}
.support-page .support-3 .box .link a {
  padding: 1em;
  border-right: 1px solid white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.support-page .support-3 .box .link a:last-child {
  border-right: none;
}
.support-page .support-3 .box .link a:hover {
  background-color: var(--color);
}
.prodet-page .prodet-1 .box {
  padding-left: 2%;
  padding-right: 5%;
  background-color: #f0f0f0;
}
.prodet-page .prodet-1 .box .left {
  position: sticky;
  top: 80px;
}
.prodet-page .prodet-1 .box .left li {
  display: block !important;
  width: auto !important;
}
.prodet-page .prodet-1 .box .left img {
  width: 100%;
}
.prodet-page .prodet-1 .box .left .small {
  position: relative;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -4px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 4px;
}
.prodet-page .prodet-1 .box .left .small ul .slick-slide {
  height: auto;
}
.font-16{
  font-size: 16px;
  line-height: 30px;
}
.font-20{
  font-size: 20px;
  line-height: 36px;
}
.font-30{
  font-size: 30px;
  line-height: 1.6;
}
.prodet-page .prodet-1 .box .right h1 {
  line-height: 1.4;
}
.prodet-page .prodet-1 .box .right .icon img {
  max-height: 50px;
  width: auto;
}
.prodet-page .prodet-1 .box .right .det .slide {
  border-bottom: 1px solid #3b3a3a;
}
.prodet-page .prodet-1 .box .right .det .slide span.name {
  line-height: 1.2;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-1 .box .right .det .slide span.name i {
  margin-left: 1em;
}
.prodet-page .prodet-1 .box .right .det .slide span.name.active i {
  transform: rotate(45deg);
}
.prodet-page .prodet-1 .box .right .share {
  line-height: 1;
}
.prodet-page .prodet-2 .box {
  padding-left: 5%;
  padding-right: 5%;
  background-color: #3b3a3a;
  color: white;
}
.prodet-page .prodet-2 .box .img {
  border: 1px solid #3b3a3a;
}
.prodet-page .prodet-2 .box .img .link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  border-top: 1px solid #3b3a3a;
  line-height: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #3b3a3a;
}
.prodet-page .prodet-2 .box .img .link a {
  width: 100%;
  text-align: center;
  padding: .5em;
  border-right: 1px solid #3b3a3a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .box .img .link a:hover {
  background-color: var(--color);
}
.prodet-page .prodet-2 .box .img:hover .link {
  opacity: 1;
}
.solution-page .solution-1 {
  position: relative;
}
.solution-page .solution-1 span.bg {
  width: 100%;
  height: 100%;
  max-width: 820px;
  z-index: -1;
  background-color: rgba(219, 99, 82, 0.4);
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}
.solution-page .solution-1 span.bg img {
  mix-blend-mode: darken;
  max-width: 57.21271394%;
  margin-top: 8%;
}
.solution-page .solution-1 span.h3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.solution-page .solution-1 .text {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
.solution-page .solution-2 i {
  width: 3.625em;
  height: 3.625em;
  margin-right: 2em;
  border: 1px solid #767676;
  color: #767676;
}
.solution-page .solution-3{
  background-color: #e7e7e7;
}
.solution-page .solution-3 .box {
  padding-left: 5%;
  padding-right: 5%;
}
.solution-page .solution-3 .box .list {
  border: 1px solid #3b3a3a;
}
.solution-page .solution-3 .box .list ul {
  margin-right: -1px;
}
.solution-page .solution-3 .box .list ul li {
  border-right: 1px solid #3b3a3a;
  padding: 4% 14% 16%;
}
.solution-page .solution-3 .box .list ul li i img {
  margin: 0 auto;
}
.solution-page .solution-3 .box .list ul li span.h6 {
  line-height: 1.2;
}
.solution-page .solution-3 .box .list ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.solution-page .solution-3 .box .list ul .slick-track .slick-slide {
  height: auto;
}
.solution-page .solution-3 .box .list ul .slick-track .slick-slide > div {
  height: 100%;
}
.solution-page .solution-3 .box .list ul .slick-track .slick-slide > div li {
  height: 100%;
}
.solution-page .solution-4 span.h2 {
  font-weight: bold;
  white-space: nowrap;
  -webkit-animation: rz 20s linear infinite;
  -moz-animation: rz 20s linear infinite;
  animation: rz 20s linear infinite;
  display: inline-block;
}
.solution-page .solution-4 span.h2 i {
  margin-left: 1em;
  color: transparent;
  -webkit-text-stroke: 1px #3b3a3a;
}
.solution-page .solution-4 span.h2 em {
  margin-right: 1em;
}
.solution-page .solution-4 .form {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.solution-page .solution-4 .form ul {
  row-gap: 1em;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
.solution-page .solution-4 .form ul input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #b8b8b8;
  padding: .5em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: normal;
}
.solution-page .solution-4 .form ul input:focus {
  border-color: var(--color);
}
.solution-page .solution-4 .form ul input::-webkit-input-placeholder {
  color: #3b3a3a;
}
.solution-page .solution-4 .form ul input:-moz-placeholder {
  color: #3b3a3a;
}
.solution-page .solution-4 .form ul input::-moz-placeholder {
  color: #3b3a3a;
}
.solution-page .solution-4 .form ul input:-ms-input-placeholder {
  color: #3b3a3a;
}
.solution-page .solution-4 .form ul input::placeholder {
  color: #3b3a3a;
}
.solution-page .solution-4 .form ul button {
  border: none;
  background-color: var(--color);
  margin: 0 auto;
  font-weight: normal;
}
.solution-page .solution-4 .form ul button span{
  position: relative;
  z-index: 5;
}
.contact-page .contact-1 .box {
  background-color: #e7e7e7;
}
.contact-page .contact-1 .box .form ul li {
  width: 100%;
}
.contact-page .contact-1 .box .form ul li input,
.contact-page .contact-1 .box .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #3b3a3a;
  padding: .6em 0;
  background-color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .box .form ul li input:focus,
.contact-page .contact-1 .box .form ul li textarea:focus {
  border-bottom-color: var(--color);
}
.contact-page .contact-1 .box .form ul li textarea {
  height: 90px;
}
.contact-page .contact-1 .box .form ul li button {
  height: 3.25em;
  padding: 0 4.75em;
  background-color: #3b3a3a;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: white;
}
.contact-page .contact-1 .box .form ul li button:hover {
  background-color: var(--color);
  color: #3b3a3a;
}
.contact-page .contact-2 li {
  max-width: 480px;
}
.contact-page .contact-2 span.h6 {
  color: transparent;
  -webkit-text-stroke: 1px #3b3a3a;
}
.contact-page .contact-2 .text {
  line-height: 1.8;
  min-height: 6rem;
}
.contact-page iframe {
  border: none;
  display: block;
}
.news-page ul li span.h6 {
  line-height: 1.8;
  height: 3.5em;
}
@media screen and (max-width: 1450px) {
  .seoCustom .soe-1 .box .img {
    height: 500px;
  }
  .about-page .about-3 .box .play {
    zoom: .7;
  }
  .about-page .about-1 .right .text {
    max-height: 500px;
    overflow: auto;
    padding-right: .5em;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 .right .text {
    max-height: 400px;
  }
  .about-page .about-3 .box ul {
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    row-gap: 1em;
  }
  .contact-page .contact-1 .box .form ul li {
    margin-top: 0;
  }
  .contact-page iframe {
    height: 320px;
  }
  .inner-page .sideBarBox .slideLeft {
    width: 335px;
  }
  .inner-page .sideBarBox .slideRight {
    width: calc(100% - 335px);
  }
}
@media screen and (max-width: 1000px) {
  .support-page .support-3 .box .link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1em;
    border: none;
  }
  .support-page .support-3 .box .link a {
    width: auto;
    border: 1px solid white !important;
    padding: .5em 1em;
  }
  .support-page .support-1 .box .right {
    padding: 3% !important;
  }
  .solution-page .solution-1 span.bg {
    max-width: 500px;
  }
  .seoCustom .soe-1 .box .img {
    height: 300px;
  }
  .inner-page .sideBarBox .slideLeft {
    display: none;
  }
  .inner-page .sideBarBox .slideRight {
    width: 100%;
  }
  .inner-page .m-page {
    padding: 1em 2em;
  }
  .contact-page .contact-1 .box .left {
    padding: 4% !important;
  }
  .contact-page .contact-2 li {
    width: auto !important;
  }
  .contact-page .contact-2 ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
  }
  .about-page .about-1 .right {
    padding: 3% !important;
  }
  .about-page .about-1 .right span.h2 {
    margin-bottom: 1em;
  }
  .about-page .about-2 .left {
    position: static;
  }
  .about-page .about-2 .right li .content {
    min-height: 100px;
  }
  .about-page .about-3 .box .play {
    zoom: .5;
  }
  .newdet-page .share {
    font-size: 16px;
    gap: 1em;
  }
  .prodet-page .prodet-1 .box .left {
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .left .number ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-page .about-1 .right .text {
    max-height: none;
  }
  .about-page .about-2 .right li i {
    zoom: .7;
  }
  .about-page .about-2 .right li:before {
    left: 1.2em;
  }
  .news-page ul {
    gap: 20px;
  }
  .prodet-page .prodet-1 .box .right .share {
    font-size: 16px;
    gap: 1em;
  }
  .seoCustom .soe-1 .box .img {
    height: 240px;
  }
  .seoCustom .soe-3 .box ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .seoCustom .soe-3 .box ul li .content {
    margin: 10px 0;
  }
  .support-page .support-2 .list li .content {
    width: 80%;
  }
  .support-page .support-3 .left {
    display: none;
  }
  .support-page .support-3 .right {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .left .small ul li {
    padding: 1px;
  }
  .prodet-page .prodet-1 .box .left .small ul {
    margin: -1px;
  }
  .contact-page .contact-1 .box .form ul li button {
    padding: 0 2em;
    margin-top: 1em;
    height: 3em;
  }
  .pt-130{
    padding-top: 7px;
  }
  .product-page .sideBarBox .slideRight h1{
    font-size: 22px;
    line-height: 40px;
  }
  .product-page .product-1 .sideBarBox .slideRight .text p{
    display: none;
  }
  .font-26{
    font-size: 20px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 500px) {
  .solution-page .solution-2 i {
    zoom: .7;
  }
  .prodet-page .prodet-1 .box .right .link a {
    padding: .5em 1.5em;
  }
  .about-page .about-4 .list {
    padding: 0;
  }
}

.knowledge h3{
  font-size: 20px;
  line-height: 36px;
  color: var(--color);
  font-weight: 600;
}
.newdet-page h3{
  font-size: 20px;
  line-height: 36px;
  color: var(--color);
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .yejiao{
    display: none;
  }
  .industryseo{
  display: none;
  }
}