@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.woff2') format('woff2'), url('../fonts/Gilroy-Light.ttf') format('truetype'), url('../fonts/Gilroy-Light.eot') format('embedded-opentype'), url('../fonts/Gilroy-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.ttf') format('truetype'), url('../fonts/Gilroy-Regular.eot') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.ttf') format('truetype'), url('../fonts/Gilroy-Medium.eot') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'), url('../fonts/Gilroy-SemiBold.ttf') format('truetype'), url('../fonts/Gilroy-SemiBold.eot') format('embedded-opentype'), url('../fonts/Gilroy-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.ttf') format('truetype'), url('../fonts/Gilroy-Bold.eot') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.woff2') format('woff2'), url('../fonts/Gilroy-Black.ttf') format('truetype'), url('../fonts/Gilroy-Black.eot') format('embedded-opentype'), url('../fonts/Gilroy-Black.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Gilroy';
  max-width: 1920px;
  --color: #fe720c;
  --primary: #1148c5;
  font-weight: 400;
  margin: 0 auto;
}
:root {
  --offset: 115px;
}
.container {
  width: 1720px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.lh-0 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}
.grid-box {
  font-size: 0;
  vertical-align: top;
}
.grid-box .column {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
.grid-box .column {
  width: 100%;
}
.grid-box.two > .column {
  width: 50%;
}
.grid-box.three > .column {
  width: 33.33333%;
}
.grid-box.four > .column {
  width: 25%;
}
.grid-box.five > .column {
  width: 20%;
}
.grid-box.six > .column {
  width: 16.6666667%;
}
.grid-box.seven > .column {
  width: 14.285714%;
}
.grid-box.eight > .column {
  width: 12.5%;
}
.grid-box.nine > .column {
  width: 11.11111111%;
}
.grid-box.ten > .column {
  width: 10%;
}
@media screen and (max-width: 1000px) {
  .grid-box.two > .column {
    width: 50%;
  }
  .grid-box.three > .column {
    width: 33.33333%;
  }
  .grid-box.four > .column {
    width: 33.33333%;
  }
  .grid-box.five > .column {
    width: 33.33333%;
  }
}
@media screen and (max-width: 700px) {
  .grid-box.two > .column {
    width: 50%;
  }
  .grid-box.three > .column {
    width: 50%;
  }
  .grid-box.four > .column {
    width: 50%;
  }
  .grid-box.five > .column {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .grid-box.two > .column {
    width: 100%;
  }
  .grid-box.three > .column {
    width: 100%;
  }
  .grid-box.four > .column {
    width: 100%;
  }
  .grid-box.five > .column {
    width: 100%;
  }
}
.m-auto {
  margin: auto;
}
.tit-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tit-hover:hover {
  color: var(--color);
}
.tit-hover2 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tit-hover2:hover {
  color: var(--primary);
}
.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);
}
.m-color {
  color: var(--primary);
}
@-webkit-keyframes play_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 play_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 play_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 .hover-language {
  width: auto;
  position: relative;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  background-color: white;
}
#header.active {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  height: 95px;
  padding-left: var(--offset);
}
#header .nav a.logo img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .ui.menu {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 50px;
  -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;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--primary);
}
#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: 18px;
  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;
}
#header .nav .ui.menu .line {
  width: 1px;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0 20px;
}
#header .nav .ui.menu a.btn {
  width: 255px;
  height: 95px;
  line-height: 95px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--color);
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu a.btn:hover {
  background-color: #000;
}
.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 40px;
  height: 50px;
  background-color: var(--color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  overflow: hidden;
  position: relative;
  border:none;
}
.more:hover {
  color: var(--color);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.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::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 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: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more span {
  font-size: 16px;
  position: relative;
  z-index: 2;
  font-weight: bold;
  text-transform: uppercase;
}
.img_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
span.tag {
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  color: var(--primary);
  margin-bottom: 5px;
  display: block;
}
h2.h-title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: bold;
}
h2.h-title em {
  display: contents;
  color: #f7cd6c;
}
.imgclip {
  animation-name: imgclip;
  animation-delay: 0.6s;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
@keyframes imgclip {
  from {
    clip-path: inset(60px);
  }
  to {
    clip-path: inset(0);
  }
}
#banner {
  position: relative;
  margin-top: 95px;
}
#banner .bigImg img {
  position: relative;
  inset: 0;
}
#banner .banner-content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#banner .banner-content .content {
  padding: 35px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  padding-left: var(--offset);
}
#banner .banner-content .content .right {
  padding-right: 50px;
  position: relative;
}
#banner .banner-content .content .right::before {
  content: '';
  display: block;
  width: 1px;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
}
#banner .banner-content .content .right ul .slick-slide {
  opacity: 1 !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .banner-content .content .right ul .slick-slide.slick-current li .img::before,
#banner .banner-content .content .right ul .slick-slide.slick-current li .img::after {
  opacity: 1;
}
#banner .banner-content .content .right ul .slick-slide li {
  padding: 10px;
}
#banner .banner-content .content .right ul .slick-slide li .img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#banner .banner-content .content .right ul .slick-slide li .img img {
  position: relative;
  z-index: 2;
}
#banner .banner-content .content .right ul .slick-slide li .img::before {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background-color: var(--color);
  position: absolute;
  top: -10px;
  left: -10px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .banner-content .content .right ul .slick-slide li .img::after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background-color: var(--color);
  position: absolute;
  bottom: -10px;
  right: -10px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .banner-content .content .right ul .slick-slide.slide-1 li .img {
  -webkit-transform: translateX(30px) scaleY(0.9);
  -moz-transform: translateX(30px) scaleY(0.9);
  -ms-transform: translateX(30px) scaleY(0.9);
  transform: translateX(30px) scaleY(0.9);
  opacity: 0.8;
}
#banner .banner-content .content .right ul .slick-slide.slide-2 li .img {
  -webkit-transform: translateX(60px) scaleY(0.8);
  -moz-transform: translateX(60px) scaleY(0.8);
  -ms-transform: translateX(60px) scaleY(0.8);
  transform: translateX(60px) scaleY(0.8);
  opacity: 0.7;
}
#banner .banner-content .content .right ul .slick-slide.slide-3 li .img {
  -webkit-transform: translateX(90px) scaleY(0.7);
  -moz-transform: translateX(90px) scaleY(0.7);
  -ms-transform: translateX(90px) scaleY(0.7);
  transform: translateX(90px) scaleY(0.7);
  opacity: 0.6;
}
#banner .banner-content .content .right ul .slick-slide.slide-4 li .img {
  -webkit-transform: translateX(120px) scaleY(0.6);
  -moz-transform: translateX(120px) scaleY(0.6);
  -ms-transform: translateX(120px) scaleY(0.6);
  transform: translateX(120px) scaleY(0.6);
  opacity: 0.5;
}
#banner .banner-content .content .right ul .slick-slide.slide-5 li .img {
  -webkit-transform: translateX(150px) scaleY(0.5);
  -moz-transform: translateX(150px) scaleY(0.5);
  -ms-transform: translateX(150px) scaleY(0.5);
  transform: translateX(150px) scaleY(0.5);
  opacity: 0.4;
}
#banner .banner-content .content .right ul .slick-slide.slide-6 li .img {
  -webkit-transform: translateX(180px) scaleY(0.4);
  -moz-transform: translateX(180px) scaleY(0.4);
  -ms-transform: translateX(180px) scaleY(0.4);
  transform: translateX(180px) scaleY(0.4);
  opacity: 0.3;
}
#banner .banner-content .content .right ul .slick-arrow {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--color);
  color: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
}
#banner .banner-content .content .right ul .slick-arrow.slick-prev {
  display: none;
}
#banner .banner-content .content .right ul .slick-arrow::before {
  content: '\e76f';
  font-size: 24px;
  color: white;
  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%);
}
#banner .banner-content .content .right ul .slick-arrow:hover {
  background-color: #000;
}
#index-body {
  overflow: hidden;
}
#index-body .homepage-1 {
  background-color: #f6f6f6;
}
#index-body .homepage-1 .top .right ul {
  margin: 0 -10px;
}
#index-body .homepage-1 .top .right ul li {
  padding: 10px;
}
#index-body .homepage-1 .top .right ul li a {
  padding: 18px 25px;
  display: block;
  border: 1px solid black;
  border-radius: 10px;
  font-size: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-1 .top .right ul li a:hover {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
#index-body .homepage-1 .center ul {
  margin: 0 -25% 0 -12px;
}
#index-body .homepage-1 .center ul li {
  padding: 0 12px;
}
#index-body .homepage-1 .bottom {
  position: relative;
  z-index: 5;
  margin-top: -185px;
}
#index-body .homepage-1 .bottom .text {
  max-width: 580px;
  height: 265px;
  padding: 40px 50px;
  background-color: white;
}
#index-body .homepage-1 .bottom span.arrow {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: white;
  color: #333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
#index-body .homepage-1 .bottom span.arrow i {
  font-size: 30px;
}
#index-body .homepage-1 .bottom span.arrow:hover {
  background-color: var(--color);
  color: white;
}
#index-body .homepage-2 .right a.play {
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 165px;
  height: 165px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .homepage-2 .right a.play .i1 {
  position: relative;
  z-index: 2;
}
#index-body .homepage-2 .right a.play .play_text {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: play_rotate 4s linear infinite;
  -moz-animation: play_rotate 4s linear infinite;
  animation: play_rotate 4s linear infinite;
}
#index-body .homepage-3 {
  background-color: #f6f6f6;
}
#index-body .homepage-3 .bottom {
  margin-top: 50px;
}
#index-body .homepage-3 .bottom span.arrow {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  background-color: white;
  color: #333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  position: absolute;
  top: 40%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#index-body .homepage-3 .bottom span.arrow i {
  font-size: 30px;
}
#index-body .homepage-3 .bottom span.arrow.prev {
  left: 30px;
}
#index-body .homepage-3 .bottom span.arrow.next {
  right: 30px;
}
#index-body .homepage-3 .bottom span.arrow:hover {
  background-color: var(--color);
  color: white;
}
#index-body .homepage-3 .bottom ul {
  margin: 0 -12px;
}
#index-body .homepage-3 .bottom ul li {
  padding: 0 12px;
}
#index-body .homepage-3 .bottom ul li:hover a.img {
  border-color: var(--color);
}
#index-body .homepage-3 .bottom ul li:hover a.img i {
  opacity: 1;
}
#index-body .homepage-3 .bottom ul li a.img {
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-3 .bottom ul li a.img i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--color);
  color: white;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-4 .bottom ul {
  margin: 0 -1px;
}
#index-body .homepage-4 .bottom ul li {
  padding: 0 1px;
  width: 17.5%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#index-body .homepage-4 .bottom ul li.active,
#index-body .homepage-4 .bottom ul li:hover {
  width: 30%;
}
#index-body .homepage-4 .bottom ul li.active .box .text,
#index-body .homepage-4 .bottom ul li:hover .box .text {
  opacity: 0;
}
#index-body .homepage-4 .bottom ul li.active .box .text.text1,
#index-body .homepage-4 .bottom ul li:hover .box .text.text1 {
  opacity: 1;
  top: 0;
}
#index-body .homepage-4 .bottom ul li.active .box .img::before,
#index-body .homepage-4 .bottom ul li:hover .box .img::before {
  opacity: 1;
}
#index-body .homepage-4 .bottom ul li.active .box .img .i1,
#index-body .homepage-4 .bottom ul li:hover .box .img .i1 {
  opacity: 0;
}
#index-body .homepage-4 .bottom ul li.active .box .img .i2,
#index-body .homepage-4 .bottom ul li:hover .box .img .i2 {
  opacity: 1;
}
#index-body .homepage-4 .bottom ul li .box {
  height: 600px;
  overflow: hidden;
  position: relative;
}
#index-body .homepage-4 .bottom ul li .box .img {
  width: 100%;
  height: 100%;
  position: relative;
}
#index-body .homepage-4 .bottom ul li .box .img::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-4 .bottom ul li .box .img .i1 {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-4 .bottom ul li .box .img .i2 {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#index-body .homepage-4 .bottom ul li .box .text {
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-4 .bottom ul li .box .text.text1 {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  padding: 40px 50px;
  color: white;
  z-index: 5;
  top: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-4 .bottom ul li .box .text.text1 p {
  color: white;
}
#index-body .homepage-4 .bottom ul li .box .text.text1 h4 {
  color: white;
  margin: 15px 0;
}
#index-body .homepage-4 .bottom ul li .box .text h4 {
  font-size: 70px;
  color: var(--primary);
  line-height: 0.8;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}
#index-body .homepage-4 .bottom ul li .box .text h4 span {
  font-size: 40px;
  margin-left: 10px;
}
#index-body .homepage-4 .bottom ul li .box .text p {
  font-size: 20px;
  color: #333;
  font-weight: 300;
  font-style: italic;
}

#index-body .homepage-5 .bottom ul:last-child{
  display: none;
}
#index-body .homepage-5 .bottom ul {
  margin: -25px;
}
#index-body .homepage-5 .bottom ul li {
  width: 25%;
  padding: 25px;
  position: relative;
}
#index-body .homepage-5 .bottom ul li:nth-child(4)::before,
#index-body .homepage-5 .bottom ul li:nth-child(5)::before {
  left: 50%;
  top: unset;
  bottom: 0;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  -moz-transform: translate(-50%, 0) rotate(90deg);
  -ms-transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
}
#index-body .homepage-5 .bottom ul li:nth-child(6)::before,
#index-body .homepage-5 .bottom ul li:nth-child(7)::before,
#index-body .homepage-5 .bottom ul li:nth-child(8)::before {
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
#index-body .homepage-5 .bottom ul li:last-child::before {
  display: none;
}
#index-body .homepage-5 .bottom ul li::before {
  content: '';
  position: absolute;
  top: -webkit-calc((100% - 72px)/2);
  top: -moz-calc((100% - 72px)/2);
  top: calc((100% - 72px)/2);
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 22px;
  height: 22px;
  background-image: url('../images/arrow.png');
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-5 .bottom ul li a.img {
  display: block;
}
#index-body .homepage-5 .bottom ul li a.img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .homepage-5 .bottom ul li p {
  font-weight: 800;
}
#index-body .homepage-6 .left {
  height: 860px;
  background-image: url('../images/app-l.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: var(--offset);
  padding-top: 55px;
  position: relative;
  z-index: 5;
}
#index-body .homepage-6 .left h2.h-title {
  white-space: nowrap;
  text-shadow: 5px 3px 2px #322efb;
}
#index-body .homepage-6 .left span.tag {
  color: white;
}
#index-body .homepage-6 .left ul li a{
  margin-bottom: 30px;
}
#index-body .homepage-6 .left ul li a{
  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: 100%;
}
#index-body .homepage-6 .left ul li:last-child {
  margin-bottom: 0;
}
#index-body .homepage-6 .left ul li.active h4 {
  color: transparent;
}
#index-body .homepage-6 .left ul li.active h4::before {
  opacity: 1;
}
#index-body .homepage-6 .left ul li i {
  display: block;
  width: 65px;
}
#index-body .homepage-6 .left ul li h4 {
  font-size: 22px;
  width: -webkit-calc(100% - 65px);
  width: -moz-calc(100% - 65px);
  width: calc(100% - 65px);
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-6 .left ul li h4::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: attr(data-text);
  font-size: 30px;
  color: white;
  font-weight: 800;
  border-bottom: 1px solid white;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-6 .right {
  position: relative;
}
#index-body .homepage-6 .right .img {
  width: 100%;
  height: 100%;
  position: relative;
}
#index-body .homepage-6 .right .img img {
  position: relative;
  z-index: -1;
  opacity: 0;
  inset: 0;
  -o-object-position: right;
  object-position: right;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
#index-body .homepage-6 .right .img img:nth-child(n + 2) {
  position: absolute;
}
#index-body .homepage-6 .right .img img.active {
  opacity: 1;
  z-index: 1;
}
#index-body .homepage-6 .right .text {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 180px;
  width: 100%;
  padding: 40px 115px 30px 85px;
  z-index: 5;
}
#index-body .homepage-7 .h-map {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 15px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
}
#index-body .homepage-7 .content ul {
  margin: 0 -12px;
}
#index-body .homepage-7 .content ul li {
  padding: 10px 12px;
  width: -webkit-calc(100% / 8);
  width: -moz-calc(100% / 8);
  width: calc(100% / 8);
  display: inline-block;
}
#index-body .homepage-7 .content ul li:nth-child(4n - 2) {
  margin-right: -webkit-calc((100% / 8) * 4);
  margin-right: -moz-calc((100% / 8) * 4);
  margin-right: calc((100% / 8) * 4);
}
#index-body .homepage-7 .content ul li:nth-child(n + 21) {
  margin-right: 0 !important;
}
#index-body .homepage-7 .content ul li:nth-child(n + 21) .img {
  height: 95px;
}
#index-body .homepage-7 .content ul li .img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .form_box {
  padding: 75px 0 100px;
  position: relative;
  overflow: hidden;
}
#index-body .form_box #wave {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  z-index: 0;
  background-color: #333;
}
#index-body .form_box span.tag {
  color: white;
}
#index-body .form_box form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}
#index-body .form_box form ul li {
  width: 25.5%;
  padding: 0 12px;
}
#index-body .form_box form ul li:nth-child(3) {
  width: 32.5%;
}
#index-body .form_box form ul li:last-child {
  width: 16.5%;
}
#index-body .form_box form ul li input[type="text"] {
  width: 100%;
  height: 60px;
  background-color: #464646;
  padding-left: 70px;
  padding-right: 10px;
  color: white;
  border: none;
  font-size: 16px;
  border: 1px solid #838383;
}
#index-body .form_box form ul li input[type="text"]::-webkit-input-placeholder {
  color: white;
}
#index-body .form_box form ul li input[name="name"] {
  background-image: url('../images/user.png');
  background-repeat: no-repeat;
  background-position: 35px center;
}
#index-body .form_box form ul li input[name="mail"] {
  background-image: url('../images/email.png');
  background-repeat: no-repeat;
  background-position: 35px center;
}
#index-body .form_box form ul li input[name="content"] {
  background-image: url('../images/message.png');
  background-repeat: no-repeat;
  background-position: 35px center;
}
#index-body .form_box form ul li button {
  width: 100%;
  border: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
}
#index-body .homepage-8 .top {
  position: relative;
}
#index-body .homepage-8 .top a.more {
  position: absolute;
  right: 0;
  bottom: 0;
}
#index-body .homepage-8 .bottom ul {
  margin: 0 -25px;
}
#index-body .homepage-8 .bottom ul li {
  padding: 5px 25px;
}
#index-body .homepage-8 .bottom ul li .box {
  position: relative;
}
#index-body .homepage-8 .bottom ul li .box:hover .date {
  background-color: var(--color);
}
#index-body .homepage-8 .bottom ul li .box .dou {
  position: absolute;
  right: 30px;
  bottom: 25px;
}
#index-body .homepage-8 .bottom ul li .box .date {
  width: 100%;
  height: 65px;
  color: white;
  background-color: #333;
  padding: 0 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-8 .bottom ul li .box .date span {
  font-size: 16px;
  font-weight: 500;
  padding-left: 10px;
}
#index-body .homepage-8 .bottom ul li .box .text {
  padding: 30px 50px;
  background-color: white;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#index-body .homepage-8 .bottom ul li .box .text .line {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-top: 10px;
}
#index-body .homepage-8 .bottom ul li .box a.btn {
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-8 .bottom ul li .box a.btn:hover {
  color: var(--primary);
}
#footer {
  background-color: #333;
}
#footer .top .left {
  width: 34.5%;
}
#footer .top .left .txt-light {
  font-style: italic;
}
#footer .top .left 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: -12px -6px;
}
#footer .top .left form ul li {
  padding: 12px 6px;
}
#footer .top .left form ul li button.more {
  min-width: 170px;
  border: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .top .left form ul li button.more span {
  font-weight: 400;
}
#footer .top .left form ul li input[type="text"] {
  width: 100%;
  height: 45px;
  background-color: transparent;
  padding-left: 30px;
  padding-right: 10px;
  color: white;
  border: 1px solid white;
  font-size: 16px;
}
#footer .top .left form ul li input[type="text"]::-webkit-input-placeholder {
  color: #999;
}
#footer .top .center {
  width: 43.5%;
}
#footer .top .center 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .top .center ul li h4 {
  font-size: 30px;
  font-weight: bold;
  color: white;
  line-height: 1;
  margin-bottom: 40px;
}
#footer .top .center ul li span {
  font-size: 18px;
  color: white;
  line-height: 1;
  margin-bottom: 20px;
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .top .center ul li span:last-child {
  margin-bottom: 0;
}
#footer .top .center ul li span:hover {
  opacity: 1;
}
#footer .top .center ul li.contact {
  width: 100%;
  margin-top: 55px;
}
#footer .top .center ul li.contact .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
#footer .top .center ul li.contact .list:last-child {
  margin-bottom: 0;
}
#footer .top .center ul li.contact .list i {
  width: 35px;
}
#footer .top .center ul li.contact .list p {
  font-size: 18px;
  color: white;
  opacity: 0.8;
  width: -webkit-calc(100% - 35px);
  width: -moz-calc(100% - 35px);
  width: calc(100% - 35px);
}
#footer .top .right {
  width: 22%;
}
#footer .top .right .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
}
#footer .top .right .list:last-child {
  margin-bottom: 0;
}
#footer .top .right .list i {
  width: 35px;
}
#footer .top .right .list p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.8;
  width: -webkit-calc(100% - 35px);
  width: -moz-calc(100% - 35px);
  width: calc(100% - 35px);
  line-height: 2;
  margin-top: -5px;
}
#footer .top .right .list p em {
  color: white;
}
#footer .bottom {
  color: rgba(255, 255, 255, 0.6);
}
#footer .bottom .share a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  color: white;
  margin-right: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
}
#footer .bottom .share a:hover {
  background-color: white !important;
  color: var(--color);
}
#footer .bottom .share a:last-child {
  margin-right: 0;
}
#footer .bottom .share a:nth-child(1) {
  background-color: #435898;
}
#footer .bottom .share a:nth-child(2) {
  background-color: #40aaeb;
}
#footer .bottom .share a:nth-child(3) {
  background-color: #de3723;
}
#footer .bottom .share a:nth-child(4) {
  background-color: #c42e67;
}
#footer .bottom span {
  font-size: 14px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  font-style: italic;
}
#footer .bottom span a.copyright {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .bottom span a.copyright:hover {
  color: white;
}
#footer .bottom span img {
  width: auto;
  height: 13px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  margin-left: 5px;
  opacity: 0.6;
}
.font-16 {
  font-size: 16px;
}
@media screen and (max-width: 1850px) {
  .container {
    width: 1650px;
  }
  #banner .banner-content .content .left {
    width: 60%;
  }
  #banner .banner-content .content .right {
    width: 40%;
  }
  .font-80 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1700px) {
  .font-80 {
    font-size: 56px;
  }
  #header .nav .ui.menu .right {
    margin-left: 50px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 35px;
  }
  #banner .banner-content .content .right {
    zoom: 0.8;
  }
  h2.h-title {
    font-size: 50px;
  }
  #index-body .homepage-4 .bottom ul li .box .text h4 {
    font-size: 46px;
  }
  #index-body .homepage-4 .bottom ul li .box .text h4 span {
    font-size: 24px;
  }
  #index-body .homepage-7 .content ul li .img {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1450px) {
  #banner .banner-content .content .left ul li h2 {
    font-size: 40px;
    margin-top: 10px;
  }
  #header .nav .ui.menu a.btn {
    width: 160px;
  }
  #header .nav .ui.menu .right {
    margin-left: 25px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
  }
  #banner .banner-content .content .left {
    width: 55%;
  }
  #banner .banner-content .content .right {
    width: 45%;
  }
  h2.h-title {
    font-size: 40px;
  }
  #index-body .homepage-1 .bottom .text {
    max-width: 420px;
    height: 240px;
    padding: 30px 40px;
  }
  #index-body .homepage-1 .bottom {
    margin-top: -160px;
  }
  #index-body .homepage-2 .right a.play {
    zoom: 0.6;
  }
  #index-body .homepage-8 .bottom ul li .box .date {
    padding: 0 25px;
  }
  #index-body .homepage-8 .bottom ul li .box .text {
    padding: 20px 25px;
  }
  #footer .top .left form ul li input[type="text"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  #footer .top .center {
    padding: 0 45px;
  }
  #footer .top .center ul li span {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #footer .top .center ul li.contact .list p {
    font-size: 16px;
  }
  #footer .top .right .list p {
    font-size: 16px;
    line-height: 1.6;
  }
  #footer .top .right {
    padding-top: 0;
  }
  #footer .top .center ul li h4 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  inner-banner {
    margin-top: 60px;
  }
  #banner .banner-content .content .right {
    zoom: 0.6;
  }
  #banner .banner-content .content .left ul li h2 {
    font-size: 30px;
    line-height: 1.4;
  }
  #index-body .homepage-2 .right a.play {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #index-body .homepage-4 .bottom ul {
    display: block;
  }
  #index-body .homepage-5 .bottom ul li::before {
    zoom: 0.7;
  }
  #index-body .homepage-6 .left {
    height: auto;
    padding-bottom: 60px;
  }
  #index-body .homepage-6 .right .text {
    padding: 40px;
  }
  #index-body .homepage-6 .left ul li h4::before {
    font-size: 20px;
  }
  #index-body .homepage-6 .left ul li h4 {
    font-size: 18px;
  }
  #index-body .homepage-6 .left ul li i {
    width: 45px;
  }
  #index-body .homepage-6 .left ul li i img {
    max-width: 35px;
  }
  #index-body .homepage-6 .left ul li {
    margin-bottom: 20px;
  }
  #index-body .homepage-7 .content ul li {
    width: -webkit-calc(100% / 6);
    width: -moz-calc(100% / 6);
    width: calc(100% / 6);
  }
  #index-body .homepage-7 .content ul li:nth-child(4n - 2) {
    margin-right: -webkit-calc(((100% / 6) * 2));
    margin-right: -moz-calc(((100% / 6) * 2));
    margin-right: calc(((100% / 6) * 2));
  }
  #index-body .homepage-7 .content ul li:nth-child(n + 9) {
    margin-right: 0 !important;
  }
  #index-body .form_box form ul li {
    width: 50%;
    margin: 5px 0;
  }
  #index-body .form_box form ul li:nth-child(3) {
    width: 50%;
  }
  #index-body .homepage-8 .bottom ul li .box h4 {
    font-size: 20px;
  }
  #footer .top .center ul li.link {
    display: none;
  }
  #footer .top .center ul li.contact {
    margin-top: 0;
  }
  #footer .top .right {
    width: 100%;
    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: 45px -15px 0;
  }
  #footer .top .right .list {
    width: 50%;
    margin: 15px 0;
    padding: 0 15px;
  }
  #footer .top .left {
    width: 50%;
  }
  #footer .top .center {
    padding: 0;
    width: 50%;
    padding-left: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .font-40,
  .font-30,
  .font-36 {
    font-size: 24px;
  }
  .font-22,
  .font-20,
  .font-24 {
    font-size: 20px;
  }
  #banner .banner-content .content .right {
    display: none;
  }
  #banner .banner-content .content .left {
    width: 100%;
    padding: 0;
  }
  #banner .banner-content .content .left ul li .box > img {
    display: none;
  }
  #banner .banner-content .content .left ul li .box a.more {
    margin-bottom: 0;
  }
  #index-body .homepage-1 .top .text {
    width: 100%;
    margin-top: 15px;
  }
  #index-body .homepage-1 .top .text br {
    display: none;
  }
  #index-body .homepage-1 .bottom span.arrow,
  #index-body .homepage-3 .bottom span.arrow {
    display: none !important;
  }
  #index-body .homepage-4 .bottom ul li .box {
    height: 460px;
  }
  #index-body .homepage-5 .bottom ul:first-child{
    display: none;
  }
  #index-body .homepage-5 .bottom ul:last-child{
    margin: 0;
  }
  #index-body .homepage-5 .bottom .swiper-wrapper{
    transition-timing-function: linear !important;
    will-change: transform;
  }
  #index-body .homepage-5 .bottom ul::-webkit-scrollbar {
    height: 4px;
  }
  #index-body .homepage-5 .bottom ul li{
    width: fit-content;
    padding: 0;
  }
  #index-body .homepage-5 .bottom ul {
    margin: 0;
  }
  #index-body .homepage-5 .bottom ul li a.img{
    width: 300px;
  }
  #index-body .homepage-5 .bottom ul li::before {
    display: none !important;
  }
  #index-body .homepage-5 .bottom ul li h4,
  #index-body .homepage-6 .right .text ul li h4 {
    font-size: 22px;
  }
  #index-body .homepage-6 .right {
    width: 100%;
  }
  #index-body .homepage-6 .left {
    height: auto;
    width: 100%;
    padding: 45px 15px;
  }
  #index-body .homepage-6 .left h2.h-title {
    white-space: pre-wrap;
  }
  #index-body .homepage-6 .left 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;
  }
  #index-body .homepage-6 .left ul li {
    width: 50%;
    margin: 15px 0 !important;
  }
  #index-body .homepage-6 .left ul li h4::before {
    font-size: 18px;
    line-height: 1.4;
  }
  #index-body .form_box form ul li:last-child {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #index-body .homepage-7 .content {
    width: 100%;
    margin-top: 45px;
  }
  #index-body .homepage-7 .content ul li:nth-child(4n - 2) {
    margin-right: 0;
  }
  #index-body .homepage-7 .content ul li .img {
    padding: 15px 20px;
    height: auto !important;
  }
  #index-body .form_box {
    padding: 60px 0;
  }
  #index-body .homepage-8 .top a.more {
    margin: 25px auto 0;
    position: relative;
  }
  #index-body .homepage-8 .bottom ul li .box .date span {
    font-size: 14px;
  }
  #footer .top .left {
    width: 100%;
  }
  #footer .top .center {
    padding: 0;
    width: 100%;
    padding-left: 0;
    margin-top: 45px;
  }
  #footer .top .center ul li.contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  #footer .top .center ul li.contact h4 {
    width: 100%;
    padding: 0 15px;
  }
  #footer .top .center ul li.contact .list {
    width: 50%;
    padding: 10px 15px;
    margin: 0;
  }
  h2.h-title {
    font-size: 30px;
    line-height: 1.4;
  }
  #footer .bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .bottom .share {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 700px) {
  .font-40,
  .font-30,
  .font-36 {
    font-size: 20px;
  }

  #index-body .homepage-7 {
    display: none;
  }
  #banner .banner-content .content .left ul li p {
    font-size: 16px;
  }
  #banner .banner-content .content .left ul li h2 {
    font-size: 24px;
  }
  #banner .banner-content .content .left ul li .box a.more {
    display: none;
  }
  #index-body .homepage-1 .bottom {
    margin-top: 45px;
    -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;
    width: 100%;
  }

  #index-body .homepage-1 .bottom .right{

    width: 100%;
  }
  #index-body .homepage-1 .bottom .text {
    width: 100%;
    max-width: 100%;
    height: 240px;
  }
  #index-body .homepage-1 .bottom a.more {
    margin: 30px auto 0;
  }
  #index-body .homepage-1 .center ul {
    margin: 0 -12px;
  }
  #index-body .homepage-2 .left {
    width: 100%;
    margin-bottom: 45px;
    padding-right: 0;
  }
  #index-body .homepage-2 .right {
    width: 100%;
  }
  #index-body .homepage-2 .right a.play {
    left: 50%;
  }
  #index-body .homepage-6 .right .text {
    padding: 40px 20px;
    height: auto;
  }
  #index-body .form_box form ul li {
    width: 100%;
  }
  #index-body .form_box form ul li:nth-child(3) {
    width: 100%;
  }
  .more {
    padding: 0 25px;
    height: 40px;
  }
  #index-body .form_box form ul li:last-child {
    width: 160px;
  }
  #index-body .form_box form ul li:last-child button {
    height: 40px;
  }
  #footer .top .center ul li.contact .list {
    width: 100%;
  }
  #footer .top .right .list {
    width: 100%;
  }
  #footer .bottom .right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .bottom .right span {
    text-align: center;
  }
  #index-body .homepage-8 .bottom ul {
    margin: 0 -5px;
  }
  #index-body .homepage-8 .bottom ul li {
    padding: 5px;
  }
  #index-body .homepage-8 .bottom ul li .box .date {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 500px) {
  #footer .top .left form ul li {
    width: 100%;
  }
  #index-body .homepage-6 .right .text {
    padding: 15px 20px;
  }
  #index-body .homepage-6 .left ul li {
    width: 100%;
    margin: 7px 0 !important;
  }
  #banner .banner-content .content .left ul li h2 {
    font-size: 20px;
    margin-top: 0;
  }
  #banner .banner-content .content .left ul li p {
    display: none;
  }
}



.inner_banner_ani_2 {
  -webkit-animation: inner_banner_ani_2 0.5s cubic-bezier(0.5, 1, 0.89, 1) both;
  -moz-animation: inner_banner_ani_2 0.5s cubic-bezier(0.5, 1, 0.89, 1) both;
  -o-animation: inner_banner_ani_2 0.5s cubic-bezier(0.5, 1, 0.89, 1) both;
  animation: inner_banner_ani_2 0.5s cubic-bezier(0.5, 1, 0.89, 1) both;
}
@-webkit-keyframes inner_banner_ani_2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes inner_banner_ani_2 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes inner_banner_ani_2 {
  0% {
    opacity: 0;
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes inner_banner_ani_2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.inner_banner_ani {
  -webkit-animation: inner_banner_ani 0.5s cubic-bezier(0.5, 1, 0.89, 1) both;
  -moz-animation: inner_banner_ani 0.5s cubic-bezier(0.5, 1, 0.89, 1) both;
  -o-animation: inner_banner_ani 0.5s cubic-bezier(0.5, 1, 0.89, 1) both;
  animation: inner_banner_ani 0.5s cubic-bezier(0.5, 1, 0.89, 1) both;
}
@-webkit-keyframes inner_banner_ani {
  0% {
    opacity: 0;
    color: var(--color);
    left: -120px;
  }
  20% {
    color: var(--color);
  }
  70% {
    left: 0;
  }
  100% {
    opacity: 1;
    color: #222;
  }
}
@-moz-keyframes inner_banner_ani {
  0% {
    opacity: 0;
    color: var(--color);
    left: -120px;
  }
  20% {
    color: var(--color);
  }
  70% {
    left: 0;
  }
  100% {
    opacity: 1;
    color: #222;
  }
}
@-o-keyframes inner_banner_ani {
  0% {
    opacity: 0;
    color: var(--color);
    left: -120px;
  }
  20% {
    color: var(--color);
  }
  70% {
    left: 0;
  }
  100% {
    opacity: 1;
    color: #222;
  }
}
@keyframes inner_banner_ani {
  0% {
    opacity: 0;
    color: var(--color);
    left: -120px;
  }
  20% {
    color: var(--color);
  }
  70% {
    left: 0;
  }
  100% {
    opacity: 1;
    color: #222;
  }
}
.inner-banner {
  margin-top: 95px;
    background: #f0f0f0;
}
.inner-banner .ig{
  text-align: center;
  padding: 80px 0;
}
.inner-banner .container .animtext_banner span {

  position: relative;
}

.inner-banner .container .des {
  font-size: 14px;
  color: #999;
}
.inner-banner .container .title {
  margin-top: 20px;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.inner-banner .container .title.pro{
  font-size: 50px;
}
.inner-banner .container .mbx {
  font-size: 16px;
  color: #999;
  margin-top: 40px;
}
.inner-banner .container .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .container .mbx a:hover {
  color: var(--color);
}
@media (max-width: 1450px) {
  .inner-banner .container .title {
    font-size: 50px;
  }
}
@media (max-width: 1000px) {
   .inner-banner {
    margin-top: 60px;
  }
  .inner-banner .container .title {
    font-size: 40px;
  }
  .inner-banner .container .title.pro{
    font-size: 40px;
  }
}
@media (max-width: 500px) {
    .inner-banner {
    padding: 40px 0;
  }
  .inner-banner .container .title {
    font-size: 24px;
    margin-top: 10px;
  }
  .inner-banner .container .title.pro{
    font-size: 24px;
  }
  .inner-banner .container .mbx {
    margin-top: 10px;
  }
}


.contact-page .contact-1 .mk-content .left {
  width: 20%;
}
.contact-page .contact-1 .mk-content .left ul li .titleC i {
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
}
.contact-page .contact-1 .mk-content .left ul li .des {
  color: #6d6d6d;
  margin-top: 4px;
}
.contact-page .contact-1 .mk-content .right {
  width: 80%;
  padding-left: 14%;
}
.contact-page .contact-1 .mk-content .right .des {
  color: #666;
}
.contact-page .contact-1 .mk-content .right form .list {
  margin-top: 30px;
  width: calc(50% - 15px);
}
.contact-page .contact-1 .mk-content .right form .list.w-100 {
  width: 100%;
}
.contact-page .contact-1 .mk-content .right form .list input,
.contact-page .contact-1 .mk-content .right form .list textarea {
  background-color: #f2f2f2;
  width: 100%;
  border: none;
  padding: 13px;
  margin-top: 6px;
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-1 .mk-content .left {
    width: 25%;
  }
  .contact-page .contact-1 .mk-content .right {
    width: 75%;
    padding-left: 10%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .mk-content .left {
    width: 100%;
  }
  .contact-page .contact-1 .mk-content .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
  .contact-page .contact-1 .mk-content .right form .list {
    margin-top: 15px;
  }
  .contact-page .contact-1 .mk-content .right form .list {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .mk-content .right form .list {
    width: 100%;
  }
}

.gallery-page .gallery-list ul {
  margin: -10px;
}

.gallery-page .gallery-list ul li {
  padding: 10px;
}




/*
    faq-page
==============================================*/

.faq-page .faq-1 .list ul li {
  border: 1px solid #dcdcdc;
  padding: 1.33333333em 2.3em;
}

.faq-page .faq-1 .list ul li i {
  cursor: pointer;
  cursor: hand;
  font-size: 1.2em;
  line-height: 1;
}

.faq-page .faq-1 .list ul li .text {
  line-height: 2;
}

.faq-page .faq-1 .list ul li.active {
  background-color: var(--color);
  color: white;
}

.faq-page .faq-1 .list ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 500px) {
  .faq-page .faq-1 .list ul li {
    padding: 5%;
  }
}
/*==============================================
    faq-page
*/

/*
    about-page
==============================================*/
.about-page .about-1 {
    padding: 90px 0 0;
    position: relative;
}

.about-page .about-1:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 235px;
    width: 100%;
    height: 630px;
    background-color: #f6f6f6;
    z-index: -1;
}

.about-page .about-1 .container .left {
    max-width: 58%;
}

.about-page .about-1 .container .left h3 {
    line-height: 1.2;
}

.about-page .about-1 .container .left img {
    margin-top: 80px;
}

.about-page .about-1 .container .right {
    max-width: 37%;
}


.about-page .about-1 .container .right img {
    margin-top: 80px;
    border-bottom-right-radius: 70px;
}

.about-page .about-1 .text {
    margin-top: 80px;
    padding-bottom: 130px;
}

.about-page .about-1 .text p {
    line-height: 30px;
}

.about-page .about-1 ul {
    margin-bottom: 180px;
}

.about-page .about-1 ul li {
    width: 34%;
    height: 235px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-page .about-1 ul li .left {
    margin-right: 35px;
}

.about-page .about-1 ul li .left h4 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    color: var(--color);
}

.about-page .about-1 ul li .left p {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.about-page .about-1 ul li .right {
    font-size: 16px;
    line-height: 30px;
}

.about-page .about-1 ul li:first-child {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 65px;
}

.about-page .about-1 ul li:nth-child(2) {
    width: 32%;
}

.about-page .about-1 ul li:last-child {
    border-right: 1px solid transparent;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 50px;
}

.about-page .about-2 {
    padding: 0 70px;
}

.about-page .about-2 .bg {
    position: absolute;
    right: 0;
    top: -90px;
    border-bottom-right-radius: 70px;
}

.about-page .about-2 .line {
    width: 100%;
    height: 10px;
    background-color: var(--color);
}

.about-page .about-2 .content {
    background-color: #010114;
    padding-bottom: 30px;
    padding-top: 90px;
    position: relative;
}

.about-page .about-2 .content .title {
    color: white;
    text-align: left;
}

.about-page .about-2 .content .title p {
    max-width: 650px;
    line-height: 30px;
}

.about-page .about-2 .content ul {
    margin: 90px -28px 0;
}

.about-page .about-2 .content ul li {
    width: 25%;
    padding: 0 28px;
    color: white;
}

.about-page .about-2 .content ul li .icon {
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 25px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.about-page .about-2 .content ul li .icon h4 {
    margin-bottom: 10px;
    line-height: 36px;
}

.about-page .about-2 .content ul li p {
    font-size: 16px;
    line-height: 30px;
}

.about-page .about-3 {
  position: relative;
}
.about-page .about-3:after,
.about-page .about-3:before {
  content: '';
  width: 100%;
  height: 25vh;
  margin-left: auto;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}
.about-page .about-3:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
  top: 0;
}
.about-page .about-3:after {
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background-image: -webkit-linear-gradient(top, transparent, white);
  background-image: -moz-linear-gradient(top, transparent, white);
  background-image: linear-gradient(to bottom, transparent, white);
}
.about-page .about-3 .img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  padding-top: 10%;
}
.about-page .about-3 .img img {
  position: -webkit-sticky;
  position: sticky;
  bottom: -15%;
  max-width: 61.09375%;
}
.about-page .about-3 .box .left {
  top: 25%;
  position: -webkit-sticky;
  position: sticky;
  padding-bottom: 25%;
}
.about-page .about-3 .box .right {
  position: relative;
}
.about-page .about-3 .box .right .year {
  line-height: .8;
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
  color: var(--color);
}
.about-page .about-3 .box .right .year svg {
  position: absolute;
  left: 1.2em;
  top: 60%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  z-index: -1;
}
.about-page .about-3 .box .right .year svg .circle1 {
  stroke: var(--color);
  stroke-dasharray: 566;
  stroke-dashoffset: 566;
}
.about-page .about-3 .box .right .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box .right .list li .year {
  margin-right: 1em;
  color: #ddd;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 2.733em;
}
.about-page .about-3 .box .right .list li .content {
  padding: 7% 0;
  border-top: 2px solid #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box .right .list li.active {
  opacity: 1;
}
.about-page .about-3 .box .right .list li.active .year {
  color: var(--color);
}
.about-page .about-3 .box .right .list li.active .content {
  border-top-color: var(--color);
}

@media (max-width: 1600px) {

    .about-page .about-2 .bg {
        max-width: 50%;
    }

    .about-page .about-2 {
        padding: 0;
    }

}

@media (max-width: 1450px) {

    .about-page .about-1 ul li .left {
        margin-right: 35px;
    }

    .about-page .about-1 ul li .left h4 {
        font-size: 48px;
    }

    .about-page .about-1 ul li .left p {
        font-size: 14px;
    }

    .about-page .about-1 ul li .right {
        font-size: 14px;
    }

    .about-page .about-2 .content .title p {
        max-width: 50%;
    }

    .about-page .about-2 .content ul {
        margin: 80px -15px 0;
    }

    .about-page .about-2 .content ul li {
        padding: 0 15px;
    }
}

@media (max-width: 1250px) {

    .about-page .about-1 .container .left h3,
    .about-page .about-1 .container .left span,
    .about-page .about-1 .container .left .btn-go {
        margin-left: 0;
    }

    .about-page .about-1 ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        text-align: center;
    }

    .about-page .about-1 ul li .left {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
}

@media (max-width: 1000px) {
    .about-page .about-1 .container .left {
        width: 100%;
        max-width: 100%;
        margin-bottom: 60px;
    }
    .about-page .about-1 .container .left img {
      margin-top: 40px;
    }
    .about-page .about-1 .container .right img {
      margin-top: 40px;
      border-bottom-right-radius: 40px;
    }
    .about-page .about-1 .text{
      padding-bottom: 50px;margin-top: 40px;
    }
    .about-page .about-1 .container .right {
        width: 100%;
        max-width: 100%;
    }
    .about-page .about-1 ul li .left h4 {
    font-size: 38px;
}
    .about-page .about-1 .container .right p {
        max-width: 100%;
    }

    .about-page .about-2 .content .title p {
        max-width: 100%;
    }

    .about-page .about-2 .content ul li {
        width: 48%;
        margin: 20px 0;
    }

    .about-page .about-2 .content {
        height: auto;
        padding-bottom: 90px;
    }
  .about-page .about-3 .box .left {
    position: static;
  }
  .about-page .about-3 .box .right .year svg {
    width: 30vw;
  }

}

@media (max-width: 700px) {
    .about-page .about-1 .text p {
        padding: 0 15px;
    }

    .about-page .about-1 .text {
        margin-top: 60px;
        padding-bottom: 55px;
    }

    .about-page .about-1 ul li {
        width: 100% !important;
        border-right: 1px solid transparent;
    }

    .about-page .about-1:before {
        height: 705px;
        bottom: 0;
    }

    .about-page .about-2 .bg {
        display: none;
    }

    .about-page .about-1 ul {
        margin-bottom: 0;
    }
   .about-page .about-3 .box .right .year em {
    font-size: 1em;
  }
  .about-page .about-3 .box .right .year svg {
    width: 20vw;
  }
}

@media (max-width: 500px) {
    .about-page .about-1 .container .left h3 {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .about-page .about-1 .container .left img {
        margin-top: 50px;
    }

    .about-page .about-1 .text p {
        padding: 0;
    }

    .about-page .about-2 .content ul li {
        width: 100%;
    }

    .about-page .about-2 .content {
        padding-bottom: 50px;
    }

    .about-page .about-2 .content ul {
        margin: 50px -15px 0;
    }
    .about-page .about-1 {
        padding: 30px 0 0;
    }
}
/*==============================================
    about-page
*/
.bigtt-zt {
  font-weight: 700;
}


.about-page .about-5 .bottom ul {
  margin: 0 -7px;
}
.about-page .about-5 .bottom ul li {
  padding: 0 7px;
}
.about-page .about-5 .bottom ul .slick-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background-color: transparent;
  color: transparent;
  position: absolute;
  top: 44%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url('../images/arrow-left.png');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 2;
}
.about-page .about-5 .bottom ul .slick-arrow.slick-prev {
  left: -65px;
}
.about-page .about-5 .bottom ul .slick-arrow.slick-next {
  right: -65px;
  background-image: url('../images/arrow-right.png');
}
.t_l {
    transition: all 0.5s;
}
.about-page .about-4 {
  position: relative;
}

.about-page .about-4 .bgt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-page .about-4 .container ul {
  position: relative;
  z-index: 2;
  line-height: 1.8;
  width: 100%;
  max-width: 1320px;
}

.about-page .about-4 .container ul .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 10px;
}

.about-page .about-4 .container ul li .box {
  min-height: 170px;
  padding: 10px 90px;
}
.about-page .about-4 .container ul li.active .box,
.about-page .about-4 .container ul li:nth-last-child(2) .box{
  border-color:transparent;
}
.about-page .about-4 .container ul li .box .left {
  width: 280px;
  text-transform: uppercase;
}

.about-page .about-4 .container ul li .box .middle {
  width: 60%;
  line-height: 1.6;
}

.about-page .about-4 .container ul li .box .right {
  width: 200px;
}

.about-page .about-4 .container ul li.active .box {
  color: #fff;
}

.about-page .about-4 .container ul li.active .box .right .btn-more em::before {
  background-color: #fff;
}

.about-page .about-4 .container ul li.active .box .right .btn-more em::after {
  background-color: #fff;
}

.about-page .about-4 .container ul li.active .box .right .btn-more img {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 1700px) {
  .about-page .about-5 .bottom {
    padding: 0 75px;
  }

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

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

}
@media screen and (max-width: 1000px) {
  .about-page .about-5 .bottom {
    padding: 0;
  }
  .about-page .about-4 .container ul li .box {
    padding: 10px 30px;
  }
  .about-page .about-4 .container ul li .box .middle{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {

}










.product-page .product_cont .product_left {
  width: -webkit-calc(-300%);
  width: -moz-calc(-300%);
  width: calc(100% - 400px);
}
.product-page .product_cont .product_left .cat_cont {
  border-bottom: 2px solid #cbcbcb;
  padding-bottom: 20px;
}
.product-page .product_cont .product_left .cat_cont .cat_des {
  color: #aaaaaa;
  margin-top: 20px;
  max-height: 560px;
  overflow-y: auto;
  padding-right: 4px;
}

.product-page .product_cont .product_left .product_list ul > p{
  font-size: 16px;
  letter-spacing: 0;
}


.product-page .product_cont .product_left .product_list ul li .box .cat {
  color: #2222d9;
  margin-top: 20px;
}
.product-page .product_cont .product_left .product_list ul li .box .title {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  line-height: 32px;
  transition: 0.5s;
}
.product-page .product_cont .product_left .product_list ul li .box .title:hover {
  color: var(--color);
}
.product-page .product_cont .product_left .product_list ul li .box .des{
  margin-top: 10px;
}
.product-page .product_cont .product_left .product_list ul li .box .moreC{
  perspective: 600px;
  margin-top: 16px;
}
.product-page .product_cont .product_left .product_list ul li .box .moreCont .moreText{
  max-width: calc(100% - 66px);
}
.product-page .product_cont .product_left .product_list ul li .box .img {
  display: block;
  border: 1px solid #c9c9c9;
  padding: 16px;
}
.product-page .product_cont .product_left .product_list ul li .box .img img {
  width: 100%;
}
.product-page .product_cont .product_right {
  width: 400px;
  padding-left: 80px;
}
.product-page .product_cont .product_right .list {
  margin-top: 50px;
  font-weight: bold;
}
.product-page .product_cont .product_right .list:first-child {
  margin-top: 0;
}
.product-page .product_cont .product_right .cat_cont ul {
  margin-top: 10px;
}
.product-page .product_cont .product_right .cat_cont ul li {
  padding: 8px 0;
}

.product-page .product_cont .product_right .cat_cont ul li a span {
  display: inline-block;
}
.product-page .product_cont .product_right .cat_cont ul li a .text {
  width: 285px;
}
.product-page .product_cont .product_right .cat_cont ul li a .sub {
  width: 28px;
  height: 28px;
  background-color: #ebebeb;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  color: #000;
}
.product-page .product_cont .product_right .cat_cont ul li a.active,
.product-page .product_cont .product_right .cat_cont ul li a:hover {
  color: #2222d9;
}
.product-page .product_cont .product_right .cat_cont ul li a.active .sub,
.product-page .product_cont .product_right .cat_cont ul li a:hover .sub {
  background-color: #2222d9;
  color: #fff;
}
.product-page .product_cont .product_right .tags_cont .content {
  margin-top: 10px;
}
.product-page .product_cont .product_right .tags_cont .content ul {
  margin: 0 -7px;
}
.product-page .product_cont .product_right .tags_cont .content ul li {
  display: inline-block;
  margin: 7px;
  background-color: #ebebeb;
  /*padding: 9px 10px 4px;*/
  font-size: 14px;
  color: #000;
}
.product-page .product_cont .product_right .tags_cont .content ul li:hover {
  color: #fff;
  background-color: #0d85c6;
}
.product-page .product_cont .product_right .app_img_cont .content {
  margin-top: 20px;
}
.product-page .product_cont .product_right .app_img_cont .content ul {
  margin: 0 -7px;
}
.product-page .product_cont .product_right .app_img_cont .content ul li {
  padding: 7px;
}
.product-page .product_cont .product_right .app_img_cont .content ul li .img {
  display: block;
}
.product-page .product_cont .product_right .app_img_cont .content ul li .img img {
  width: 100%;
}
.product-page .product_cont .product_right .form_cont .des {
  color: #aaaaaa;
  margin-top: 14px;
  line-height: 2;
}
.product-page .product_cont .product_right .form_cont form {
  margin-top: 20px;
  position: relative;
}
.product-page .product_cont .product_right .form_cont form input,
.product-page .product_cont .product_right .form_cont form textarea {
  padding: 8px 0;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #fff;
  margin-top: 6px;
  width: 100%;
  color: #fff;
}
.product-page .product_cont .product_right .form_cont form input::-webkit-input-placeholder,
.product-page .product_cont .product_right .form_cont form textarea::-webkit-input-placeholder {
  color: #ccc;
}
.product-page .product_cont .product_right .form_cont form input:-moz-placeholder,
.product-page .product_cont .product_right .form_cont form textarea:-moz-placeholder {
  color: #ccc;
}
.product-page .product_cont .product_right .form_cont form input::-moz-placeholder,
.product-page .product_cont .product_right .form_cont form textarea::-moz-placeholder {
  color: #ccc;
}
.product-page .product_cont .product_right .form_cont form input:-ms-input-placeholder,
.product-page .product_cont .product_right .form_cont form textarea:-ms-input-placeholder {
  color: #ccc;
}
.product-page .product_cont .product_right .form_cont form input::-ms-input-placeholder,
.product-page .product_cont .product_right .form_cont form textarea::-ms-input-placeholder {
  color: #ccc;
}
.product-page .product_cont .product_right .form_cont form input::placeholder,
.product-page .product_cont .product_right .form_cont form textarea::placeholder {
  color: #ccc;
}
.product-page .product_cont .product_right .form_cont form .submit_btn {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 2;
  cursor: pointer;
}
.product-page .product_cont .product_right .form_cont form .submit_btn:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 1251px) {
  .product-page span.yellow_text {
    padding: 10px 15px;
  }

  .product-page span.yellow_text::before {
    padding: 10px 15px;
  }

  .product-page span.yellow_icon {
    padding: 10px;
  }
}

@media (max-width: 1250px) {
  .product-page .product_cont .product_left {
    width: 100%;
  }
  .product-page .product_cont .product_right {
    display: none;
  }
}






.prodet-page .prodet-1 .slick-track {
  display: block;
}
.prodet-page .prodet-1 .img{
  position: sticky;
  top: 120px;
}
.prodet-page .prodet-1 .img .big-img {
  position: relative;
  overflow: hidden;
  width: calc(83% - 15px);
}
.prodet-page .prodet-1 .img .big-img img {
  width: 100%;
  position: relative;
}
.prodet-page .prodet-1 .img .big-img .i2{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-1 .img .big-img:hover .i2{
  opacity: 1;
}
.prodet-page .prodet-1 .img .big-img .fd {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
}
.prodet-page .prodet-1 .img .big-img .fd a {
  display: block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  font-size: 18px;
}
.prodet-page .prodet-1 .right {
  padding-left: 50px;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .right .con {
  font-size: 18px;
  line-height: 1.8;
  color: #83827F;
}
.prodet-page .prodet-1 .right .more {
  margin-top: 35px;
}
.prodet-page .prodet-1 .right .m-link{
  margin-top: 35px;
}
.prodet-page .prodet-1 .right .m-link a{
  display: block;
  font-size: 18px;
  line-height: 1.8;
  color: #181818;
}
.prodet-page .prodet-1 .right .m-link a em{
  text-transform: uppercase;
}
.prodet-page .prodet-1 .right .list {
  margin-top: 35px;
}
.prodet-page .prodet-1 .right .list p {
  font-size: 18px;
  line-height: 1.6;
  color: #181818;
}
.prodet-page .prodet-1 .right .list p a {
  display: inline-block;
  color: #83827F;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .list p a:hover {
  color: var(--color);
}
.prodet-page .prodet-1 .right .list p span {
  color: #83827F;
}
.prodet-page .prodet-1 .img .gallery-img{
  width: 17%;
  margin-right: 15px;
}
.prodet-page .prodet-1 .img .gallery-img ul{
  margin: -5px 0;
}
.prodet-page .prodet-1 .img .gallery-img ul li{
  padding: 5px 0;
  cursor: pointer;
}
.prodet-page .prodet-1 .img .gallery-img ul li a{
  display: block;
  background: #fff;
}
.prodet-page .prodet-1 .img .gallery-img ul li a img{
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-2 {
  padding: 65px 0;
}
.prodet-page .prodet-2 .options {
  margin-bottom: 35px;
}
.prodet-page .prodet-2 .options ul li {
  display: inline-block;
  padding: 3px 6px;
  margin: 0 -6px;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.prodet-page .prodet-2 .options ul li a {
  padding: 21px;
  min-width: 278px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.5px;
  border-top: 2px solid  #181818;
  font-weight: bold;
  background: #fff;
  color: #181818;
  display: block;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options ul li:hover a,
.prodet-page .prodet-2 .options ul li.active a {
  background: #efefef;
}
.prodet-page .prodet-2 .ret .slide .content {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
}
.prodet-page .prodet-2 .ret .slide .content table td{
  border: none;
}
.prodet-page .prodet-2 .ret .slide .content table tr:nth-child(odd) td{
  background-color: #f7f7f7;
}
.prodet-page .prodet-2 .ret .slide .con h4 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 25px;
  /*font-weight: bold;*/
}
.prodet-page .prodet-2 .ret .slide .con .left {
  padding: 0 15px;
  display: none;
}
.prodet-page .prodet-2 .ret .slide .con .left ul {
  margin-bottom: -20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li {
  padding-bottom: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li .desc {
  font-size: 16px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 10px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li span {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .right {
  padding: 0 15px;
  width: 100%;
}
.prodet-page .prodet-2 .ret .slide .con .right p {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
}
.prodet-page .prodet-2 .ret .slide .con .right form {
  margin-top: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul {
  margin-bottom: -24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li {
  margin-bottom: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li label {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #181818;
  font-weight: 500;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="text"],
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  padding: 10px 0;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d1d0c8;
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="submit"]{
  width: 100%;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate {
  margin-top: 7px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i {
  font-size: 18px;
  color: var(--color);
  position: relative;
  width: 18px;
  display: inline-block;
  cursor: pointer;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i::after {
  content: "\f006";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  font-family: 'fontAwesome';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i:hover::after,
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i.active::after {
  content: "\f005";
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  height: 96px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="checkbox"] {
  display: inline-block;
  padding: 0;
  width: auto;
  vertical-align: middle;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li span {
  font-size: 14px;
  color: #a7a7a7;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .more {
  padding: 21px 38px 20px;
}
.prodet-page .prodet-3 h3 {
  font-size: 45px;
  margin-bottom: 55px;
}
.prodet-page .prodet-3 .content ul {
  margin-right: -30px;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 30px;
}
.prodet-page .prodet-3 .content ul li .img {
  position: relative;
}
.prodet-page .prodet-3 .content ul li .img .img-box {
  display: block;
}
.prodet-page .prodet-3 .content ul li .img .img-box img {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .img .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .img .icon a {
  display: inline-block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.prodet-page .prodet-3 .content ul li .img .icon a img {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-3 .content ul li .img:hover .img-box img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.prodet-page .prodet-3 .content ul li .img:hover .icon {
  opacity: 1;
}
.prodet-page .prodet-3 .content ul li .text {
  padding-top: 25px;
}
.prodet-page .prodet-3 .content ul li .text h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 10px;
}
.prodet-page .prodet-3 .content ul li .text .con {
  font-size: 16px;
  line-height: 30px;
  color: #83827F;
}
@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .img{
    width: 100%;
    position: static;
  }
  .prodet-page .prodet-1 .right{
    width: 100%;
    padding: 0;
    margin-top: 45px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 20px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .prodet-page .prodet-1 .right .con {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .right .more {
    margin-top: 15px;
    padding: 15px 30px;
  }
  .prodet-page .prodet-1 .right .list {
    margin-top: 15px;
  }
  .prodet-page .prodet-2 .ret .slide .con .left {
    width: 100%;
    padding: 15px 0;
  }
  .prodet-page .prodet-2 .ret .slide .con .right {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page {
    padding: 30px 0;
  }
  .prodet-page .prodet-1 .img {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .prodet-page .prodet-2 {
    padding-top: 30px;
  }
  .prodet-page .prodet-2 .options {
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .options ul li a {
    min-width: 230px;
    padding: 10px 0;
  }
  .prodet-page .prodet-2 .ret .slide .content {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-3 {
    padding-top: 30px;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .prodet-page .prodet-3 .content ul {
    margin-right: -15px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding-right: 15px;
  }
  .prodet-page .prodet-3 .content ul li .text {
    padding-top: 15px;
  }
  .prodet-page .prodet-3 .content ul li .text h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .prodet-3 .content ul li .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .img .big-img{
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .right h1 {
    font-size: 26px;
    line-height: 1.6;
  }
  .prodet-page .prodet-1 .right .list p {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .options ul li {
    display: block;
    width: 100%;
  }
  .prodet-page .prodet-2 .options ul li a {
    min-width: auto;
    width: 100%;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 30px;
  }
  .prodet-page .prodet-2 .ret .slide .con .left {
    display: none;
  }
  .Auxil-industry{
        display: none!important;
  }
  .yejiao{
        display: none!important;
  }
}



.inner-page .m-page {
    font-size: 20px;
    color: #666;
    font-weight: 700
}

.inner-page .m-page a,
.inner-page .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 0 1px #d4d4d4;
    box-shadow: 0 0 0 1px #d4d4d4;
    display: inline-block;
    vertical-align: middle;
    background: #d4d4d4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: 4px 5px
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    -webkit-box-shadow: 0 0 0 1px #000;
    box-shadow: 0 0 0 1px #000;
    background: #000;
    color: #fff
}


.news-page .news-tab ul {
  margin: -6px;
}
.news-page .news-tab ul li {
  padding: 6px;
}
.news-page .news-tab ul li a {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 9px 23px 8px;
  border-radius: 6px;
}
.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  background: var(--color);
  color: #fff;
}
.news-page .news-list {
  margin-top: 70px;
}
.news-page .news-list ul {
  margin: -10px;
}
.news-page .news-list ul li {
  padding: 10px;
}
.news-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}
.news-page .news-list ul li .text {
  background: #f2f6f7;
  border-radius: 0 0 15px 15px;
  padding: 30px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 2;
}
.news-page .news-list ul li .text .xinwen{
  padding-bottom: 60px;
}
.news-page .news-list ul li .text .des{
  overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  line-height: 1.8;
}
.news-page .news-list ul li .text .top span {
  font-size: 14px;
  background: var(--color);
  color: #fff;
  display: inline-block;
  padding: 0 22px;
  line-height: 36px;
  border-radius: 6px;
}
.news-page .news-list ul li .text .top time {
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
}
.news-page .news-list ul li .text .tit {
  font-weight: bold;
  color: #151515;
}
.news-page .news-list ul li .text .tit:hover {
  color: var(--color);
}
.news-page .news-list ul li .text .more2 {
  display: block;
  background-color: var(--color);
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 46px;
  text-align: center;
  line-height: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
  transition: 0.5s;
  color: white;
}
.news-page .news-list ul li .text .more2 i {
 font-size: 20px;
 position: relative;
 z-index: 5;
}
.news-page .news-list ul li .text .more2::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.news-page .news-list ul li .text .more2:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-page .news-list ul li:hover .text {
  background: #f4f9ff;
}
.news-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}

.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  left: 0;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn {
  display: inline-block;
  background-color: var(--color);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fh.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-left: 14px;
}
.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newdet-page .sideBox .sideRight {
  width: 73%;
}
.newdet-page .sideBox .sideRight .category {
  background: var(--color);
  text-align: center;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 46px;
  border-radius: 45px;
  padding: 0 23px;
  margin-bottom: 64px;
}
.newdet-page .sideBox .sideRight h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}
.newdet-page .sideBox .sideRight time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
  margin: 20px 0 20px;
}
.newdet-page .sideBox .sideRight .content {
  font-size: 20px;
  color: #333;
  line-height: 1.8;
}
.newdet-page .sideBox .sideRight .content h2{
  font-size: 26px;
  color: #ee1c25;
  line-height: 1.6;
  font-weight: bold;
}
.newdet-page .sideBox .sideRight .content h3{
  font-size: 24px;
  color: #ee1c25;
  line-height: 1.6;
  font-weight: bold;
}
.newdet-page .sideBox .sideRight .content h4{
  font-size: 20px;
  color: #ee1c25;
  line-height: 1.8;
  font-weight: bold;
}

@media screen and (max-width: 1250px) {
  .news-page .news-list ul li .text {
    padding: 30px 15px;
  }
  .news-page .news-list ul li .text .more2 {
    right: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .news-page .news-list {
    margin-top: 30px;
  }
  .news-page .news-list ul li {
    width: 50% !important;
  }
  .newdet-page .sideBox .sideLeft {
    width: 15%;
  }
  .newdet-page .sideBox .sideLeft .back .pageBackwz {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 85%;
  }
}

@media screen and (max-width: 700px) {
  .news-page .news-tab {
    display: none;
  }
  .news-page .news-list {
    margin-top: 0;
  }
  .news-page .news-list ul li .text .top time {
    display: block;
    margin-top: 10px;
  }
  .news-page .news-list ul li .text .more2 {
    position: relative;
    margin-top: 20px;
    right: 0;
    opacity: 1;
  }
  .news-page .news-list ul li .text .xinwen{
    padding-bottom: 20px;
  }
  .newdet-page .sideBox .sideLeft {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .news-page .news-list ul li {
    width: 100% !important;
  }
  .news-page .news-list ul li .text{
    padding-bottom: 0;
  }
  .newdet-page .sideBox .sideRight .category {
    margin-bottom: 30px;
  }
  .newdet-page .sideBox .sideRight h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .newdet-page .sideBox .sideRight time {
    margin: 16px 0;
  }
  .newdet-page .sideBox .sideRight .content {
    font-size: 16px;
    line-height: 30px;
  }
}






.customized-page .customized-1 h2.h-title::after {
  width: 18%;
}
.customized-page .customized-1 .left {
  background-color: #f0f0f0;
}
.customized-page .customized-1 .img {
  height: -webkit-fill-available;
}
.customized-page .customized-1 .content {
  position: relative;
}
.customized-page .customized-1 .content::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: block;
  background-color: #f7f7f7;
}
.customized-page .customized-2 {
  background-color: #f7f7f7;
}
.customized-page .customized-2 .img {
  height: -webkit-fill-available;
}
.customized-page .customized-2 .text ul li {
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.customized-page .customized-2 .text ul li:last-child {
  margin-bottom: 0;
}
.customized-page .customized-2 .text ul li i {
  font-size: 30px;
  color: var(--color);
}
.customized-page .customized-2 .text ul li p {
  font-size: 20px;
  font-weight: 600;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  color: #666;
}
.customized-page .customized-3 {
  background-color: #1a1a1a;
}
.customized-page .customized-3 .content ul {
  margin: 0 -27px;
}
.customized-page .customized-3 .content ul li {
  padding: 40px 27px;
}
.customized-page .customized-3 .content ul li .box {
  padding: 50px 25px 0;
  background-color: #000;
  height: 470px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.customized-page .customized-3 .content ul li .box:hover {
  background-color: var(--color);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}
.customized-page .customized-3 .content ul li .box:hover .num {
  background-color: white;
  color: var(--color);
}
.customized-page .customized-3 .content ul li .box:hover .line {
  opacity: 0.6;
}
.customized-page .customized-3 .content ul li .box:hover .icon .i1 {
  opacity: 0;
}
.customized-page .customized-3 .content ul li .box:hover .icon .i2 {
  opacity: 1;
}
.customized-page .customized-3 .content ul li .box .icon {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.customized-page .customized-3 .content ul li .box .icon .i1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.customized-page .customized-3 .content ul li .box .icon .i2 {
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.customized-page .customized-3 .content ul li .box .num {
  width: 85px;
  height: 85px;
  background-color: var(--color);
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.customized-page .customized-3 .content ul li .box .line {
  width: 1px;
  height: 45px;
  background-color: white;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.customized-page .customized-3 .bottom {
  position: relative;
  height: 50px;
  width: 100%;
}
.customized-page .customized-3 .bottom::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 0;
}
.customized-page .customized-3 .bottom ul {
  width: 100%;
  position: relative;
  z-index: 2;
}
.customized-page .customized-3 .bottom ul .slick-arrow {
  width: 50px;
  height: 50px;
  background-color: var(--color);
  position: relative;
  color: transparent;
  overflow: hidden;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.customized-page .customized-3 .bottom ul .slick-arrow::before {
  content: "\e76b";
  font-family: "iconfont";
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
}
.customized-page .customized-3 .bottom ul .slick-arrow.slick-prev {
  left: 0;
}
.customized-page .customized-3 .bottom ul .slick-arrow.slick-next {
  right: 0;
}
.customized-page .customized-3 .bottom ul .slick-arrow.slick-next::before {
  content: "\e769";
}
.customized-page .customized-3 .bottom ul .slick-current li i {
  background-color: rgba(36, 79, 150, 0.4);
}
.customized-page .customized-3 .bottom ul .slick-current li i::before {
  background-color: var(--color);
}
.customized-page .customized-3 .bottom ul li i {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  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;
  margin: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.customized-page .customized-3 .bottom ul li i::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #9a9a9a;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
}
.customized-page .customized-4 .content{
  background: url('/jhlqptgc/2026/02/27/process6.jpg?imageView2/2/format/webp/q/100') no-repeat;
  /*background-size: cover;*/
}
@media screen and (max-width: 1700px) {
  .customized-2 .img {
    width: 50%;
  }
  .customized-2 .text {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .customized-page .customized-1 .left {
    padding: 45px;
  }
  .customized-page .customized-2 .text ul li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .customized-page .customized-3 .content ul {
    margin: 0 -10px;
  }
  .customized-page .customized-3 .content ul li {
    padding: 40px 10px;
  }
  .customized-page .customized-1 .left {
    width: 100%;
    padding: 30px;
  }
  .customized-page .customized-1 .img {
    width: 100%;
  }
  .customized-2 .text {
    width: 100%;
    margin-top: 45px;
    padding-left: 0;
  }
  .customized-2 .img {
    width: 100%;
  }
}

.history-page{
 background-color: #f7f7f7;
}
.history-page .left {
  width: 36%;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
 
}

.history-page .left .h-title{
color: #151515;
}

.history-page .left .lh-6{
color: #666;
}

.history-page .left .dots p {
  margin-top: .5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color:#666;
}
.history-page .left .dots p:before {
  content: '';
  width: 0.36842105em;
  height: 0.36842105em;
  background-color: var(--color);
  margin-right: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
}
.history-page .left span.h6 {
  font-style: italic;
  color:#666;
}
.history-page .right {
  width: 57%;
}
.history-page .right .list ul li {
  position: relative;
}
.history-page .right .list ul li:before,
.history-page .right .list ul li:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
  left: 25px;
  top: 0;
  position: absolute;
  z-index: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history-page .right .list ul li:after {
  height: 0;
  background-color: var(--color);
}
.history-page .right .list ul li:first-child {
  padding-top: 0;
}
.history-page .right .list ul li:last-child {
  padding-bottom: 0;
}
.history-page .right .list ul li i {
  width: 50px;
  height: 50px;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 2.33333333em;
  font-size:18px; 
  position: relative;
  z-index: 2;
}
.history-page .right .list ul li:hover i{
  background-color: var(--color);
}
.history-page .right .list ul li:hover .content{
  background-color: var(--color);
}
.history-page .right .list ul li:hover .content .area .text,
.history-page .right .list ul li:hover .content .area span.h6,
.history-page .right .list ul li:hover i{
  color: white;
}
.history-page .right .list ul li .content {
  width: 100%;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history-page .right .list ul li .content .area {
  padding: 3% 4%;
}
.history-page .right .list ul li .content .area .text {
  max-height: 140px;
  overflow-y: auto;
  padding-right: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #666;
}

.history-page .right .list ul li .content .area span.h6 {
  line-height: 1.4;
  color: #151515;
}


.history-page .right .list ul li .content .area span.h6 em {
  line-height: .8;
  margin-right: .3em;
}
.history-page .right .list ul li .content .img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history-page .right .list ul li.active:after {
  height: 100%;
}
.history-page .right .list ul li.active .content .img {
  -webkit-filter: unset;
  filter: unset;
}

@media screen and (max-width: 1000px) {
  .history-page .left {
    position: static;
    width: 100%;
  }
  .history-page .right .list ul li .content .area .text{
    overflow-y: unset;
  }
  .history-page .right{
    width: 100%;
    margin-top: 60px;
  }
  .history-page .right .list ul li .content .area {
    padding: 5% !important;
  }
  .history-page .right .list ul li .content .img {
    height: 180px;
  }
}

@media screen and (max-width: 500px) {
  .history-page .right .list ul li i {
    margin-right: 1em;
  }
  .history-page .right .list ul li .content .area .text {
    max-height: none;
  }
}


.customized-4 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.customized-4 ul li {
  padding: 0 40px;
  position: relative;
}
.customized-4 ul li:last-child::before {
  display: none;
}
.customized-4 ul li:hover .box {
  border-color: #c9e5fb;
  background-color: #c9e5fb;
  color: white;
}
.customized-4 ul li:hover .box::before {
  border-color: #4ca2e2;
  background-color: #4ca2e2;
}
.customized-4 ul li::before {
  content: '\e805';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-family: 'iconfont';
  font-size: 40px;
  color: #000;
}
.customized-4 ul li .box {
  width: 200px;
  height: 200px;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  border: 8px solid #000;
  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;
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.customized-4 ul li .box::before {
  content: '';
  display: block;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  height: -webkit-calc(100% - 20px);
  height: -moz-calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #000;
  border-radius: 50%;
  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%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.customized-4 ul li .box h4 {
  font-weight: 600;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1850px) {
  .customized-4 ul li {
    padding: 0 35px;
  }
}
@media screen and (max-width: 1700px) {
  .customized-4 ul li .box {
    zoom: 0.75;
  }
}
@media screen and (max-width: 1450px) {
  .customized-4 ul li .box {
    zoom: 0.62;
  }
}
@media screen and (max-width: 1250px) {
  .customized-4 ul {
    display: block;
    margin: 0 -10px;
  }
  .customized-4 ul li {
    padding: 0 10px;
  }
  .customized-4 ul li .box {
    zoom: 1;
    margin: 0 auto;
  }
  .customized-4 ul li::before {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .customized-4 ul li .box {
    zoom: 0.8;
  }
}
.industries-page .industries-1 .list{
  scroll-margin-top:100px;
}
.industries-page .industries-1 .list:nth-child(even) {
  flex-direction: row-reverse;
}
.industries-page .industries-1 .list:nth-child(even) .left {
  padding-right: 0;
  padding-left: 70px;
}
.industries-page .industries-1 .list:last-child {
  margin-bottom: 0;
}
.industries-page .industries-1 .list .left {
  padding-right: 70px;
}
.industries-page .industries-1 .list .left .text li::before{
  display: inline-block;
  content:"";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #300;
  margin-right: 15px;
}
.industries-page .industries-1 .list .left .text ul li{
  align-items: center;
  display: flex;
}

@media screen and (max-width: 1000px) {
  .industries-page .industries-1 .list{
    flex-direction: column;
  }
  .industries-page .industries-1 .list .left {
    padding: 0 !important;
    width: 100%;
    margin-bottom: 45px;
  }
  .industries-page .industries-1 .list .right{
    width: 100%;
  }
}
.sidebar {
  width: 55px;
  position: fixed;
  right: 10px;
  bottom: 160px;
  z-index: 20;
}
.sidebar .tp {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: white;
}
.sidebar a.topup {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sidebar a:first-child{
  border-top-left-radius: 10px;
}
.sidebar a:nth-child(3){
  border-bottom-left-radius: 10px;
}
.sidebar a {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: var(--primary);
  background-color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.sidebar a:hover {
  background-color: var(--color);
  color: white;
}


.sidebar a p{
  font-size: 16px;
  padding: 8px 20px;
  line-height: 1;
  background-color: #919191;
  position: absolute;
  right: 120%;
  top: 50%;
  white-space: nowrap;
  width: fit-content;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-50%) rotateY(90deg);
  -moz-transform: translateY(-50%) rotateY(90deg);
  -ms-transform: translateY(-50%) rotateY(90deg);
  transform: translateY(-50%) rotateY(90deg);
  transform-origin: right;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar a:hover p{
  opacity: 1;
  -webkit-transform: translateY(-50%) rotateY(0deg);
  -moz-transform: translateY(-50%) rotateY(0deg);
  -ms-transform: translateY(-50%) rotateY(0deg);
  transform: translateY(-50%) rotateY(0deg);
}

.sidebar a i {
  font-size: 24px;
}
.sidebar a #ewm{
  position: absolute;
  right: 120%;
  top:50%;
  transform: translateY(-50%) rotateY(90deg);
  width: 135px;
  height: 135px;
  box-shadow:  0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transform-origin: right;
}
.sidebar a:hover #ewm{
  transform: translateY(-50%) rotateY(0deg);
}
.sidebar a  #ewm canvas,
.sidebar a  #ewm img {
  width: 135px;
  height: auto;
  border: 5px solid white;
}
@media screen and (max-width: 1000px) {
  .sidebar{
    display: none;
  }
}