@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.woff2') format('woff2'), url('../fonts/Barlow-Regular.ttf') format('truetype'), url('../fonts/Barlow-Regular.eot') format('embedded-opentype'), url('../fonts/Barlow-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.woff2') format('woff2'), url('../fonts/Barlow-Medium.ttf') format('truetype'), url('../fonts/Barlow-Medium.eot') format('embedded-opentype'), url('../fonts/Barlow-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/BarlowCondensed-Medium.woff2') format('woff2'), url('../fonts/BarlowCondensed-Medium.ttf') format('truetype'), url('../fonts/BarlowCondensed-Medium.eot') format('embedded-opentype'), url('../fonts/BarlowCondensed-Medium.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/BarlowCondensed-SemiBold.woff2') format('woff2'), url('../fonts/BarlowCondensed-SemiBold.ttf') format('truetype'), url('../fonts/BarlowCondensed-SemiBold.eot') format('embedded-opentype'), url('../fonts/BarlowCondensed-SemiBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Barlow' !important; 
  max-width: 1920px;
  --color: #009c9e;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1650px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.lh-0 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}

.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;
}

#qrcode{
  position: fixed;
  right:20px;
  bottom:190px;
  width: 60px;
  height: 60px;
  background-color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center; 
  z-index: 50;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  border-radius: 50%;
}
#qrcode:hover{
  background-color:black;
}
#qrcode i{
  color: white;
  font-size: 24px;
  transition: all 0.5s;
}
#qrcode .box{
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 10px;
  padding: 15px;
  background-color: white;
  right: 120%;
  top:50%;
  transform: translateY(-50%) rotateY(-90deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#qrcode .box #ewm img,
#qrcode .box #ewm canvas{
  width: 100px;
  height:100px;
  border: 8px solid white; 
}
#qrcode:hover .box{
  opacity:1;
  transform: translateY(-50%) rotateY(0deg);
}
.grid-box {
  font-size: 0;
  vertical-align: top;
}
.grid-box .column {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
.grid-box .column {
  width: 100%;
}
.grid-box.two > .column {
  width: 50%;
}
.grid-box.three > .column {
  width: 33.33333%;
}
.grid-box.four > .column {
  width: 25%;
}
.grid-box.five > .column {
  width: 20%;
}
.grid-box.six > .column {
  width: 16.6666667%;
}
.grid-box.seven > .column {
  width: 14.285714%;
}
.grid-box.eight > .column {
  width: 12.5%;
}
.grid-box.nine > .column {
  width: 11.11111111%;
}
.grid-box.ten > .column {
  width: 10%;
}
@media screen and (max-width: 1000px) {
  .grid-box.two > .column {
    width: 50%;
  }
  .grid-box.three > .column {
    width: 33.33333%;
  }
  .grid-box.four > .column {
    width: 33.33333%;
  }
  .grid-box.five > .column {
    width: 33.33333%;
  }
}
@media screen and (max-width: 700px) {
  .grid-box.two > .column {
    width: 50%;
  }
  .grid-box.three > .column {
    width: 50%;
  }
  .grid-box.four > .column {
    width: 50%;
  }
  .grid-box.five > .column {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .grid-box.two > .column {
    width: 100%;
  }
  .grid-box.three > .column {
    width: 100%;
  }
  .grid-box.four > .column {
    width: 100%;
  }
  .grid-box.five > .column {
    width: 100%;
  }
}
.m-auto {
  margin: auto;
}
.tit-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tit-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.tit-semi {
  font-weight: bold;
}
.txt-light {
  font-weight: 300;
}
.white {
  color: white;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
@-webkit-keyframes dot_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes dot_scale {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
@keyframes dot_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes btn_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes btn_rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes btn_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes drawCircle {
  from {
    stroke-dashoffset: 125.6;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes drawCircle {
  from {
    stroke-dashoffset: 125.6;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes drawCircle {
  from {
    stroke-dashoffset: 125.6;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.circle {
  position: relative;
  fill: transparent;
  /* 填充透明，只显示边框 */
  stroke: rgba(255, 255, 255, 0.8);
  /* 描边颜色 */
  stroke-width: 1;
  /* 描边宽度 */
  /* 关键：设置虚线长度为圆形周长（周长=2πr，r=20则周长≈125.6） */
  stroke-dasharray: 125.6;
  /* 初始偏移量等于周长，隐藏描边 */
  stroke-dashoffset: 125.6;
  /* 绑定动画：名称、时长、速度曲线、保持最终状态 */
}
.language-box .zhuyu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 8px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.language-box .zhuyu span {
  font-size: 16px;
  color: black;
  margin: 0 5px;
  font-weight: 500;
  line-height: 1;
}
.language-box .zhuyu i {
  font-size: 20px;
  line-height: 1;
}
.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: 50px;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  padding: 0 120px;
  background-color: transparent;
}
#header.active {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  top: 0;
  background-color: white;
}
#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  height: 95px;
  width: 100%;
  background-image: url('/electriccylindermanufacturer/2026/03/31/nav-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0 35px;
}
#header .nav .left a.more {
  height: 40px;
  border-width: 1px;
  padding: 0 25px;
}
#header .nav .left a.more span {
  font-weight: bold;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 19px;
  margin-right: 45px;
  -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;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#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: 17px;
  line-height: 1.6;
  background: #fff;
  top: 315%;
  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 .right .line {
  width: 1px;
  height: 15px;
  background-color: #d2d4ca;
  margin: 0 10px;
}
#header .nav .ui.menu .right a.more {
  height: 55px;
}
.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 45px;
  color: black;
  border-radius: 35px;
  border: 1px solid transparent;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, right top, from(#009d9e), to(#0a87a0)) border-box;
  background: -webkit-linear-gradient(#fff, #fff) padding-box, -webkit-linear-gradient(left, #009d9e 0%, #0a87a0 100%) border-box;
  background: -moz-linear-gradient(#fff, #fff) padding-box, -moz-linear-gradient(left, #009d9e 0%, #0a87a0 100%) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #009d9e 0%, #0a87a0 100%) border-box;
}
.more:hover {
  color: white;
}
.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: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(#009d9e), to(#0a87a0));
  background-image: -webkit-linear-gradient(left, #009d9e 0%, #0a87a0 100%);
  background-image: -moz-linear-gradient(left, #009d9e 0%, #0a87a0 100%);
  background-image: linear-gradient(to right, #009d9e 0%, #0a87a0 100%);
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}
.more.white {
  background: transparent;
  color: white;
  border-color: white;
}
.more.white:hover {
  border-color: transparent;
}
.more span {
  font-size: 18px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
}
.more.center {
  margin: 0 auto;
}
span.tag {
  font-size: 30px;
  font-weight: bold;
  color: var(--color);
  text-transform: uppercase;
}
h2.h-title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}
#banner {
  position: relative;
  z-index: 1;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .container {
  top: 38%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#banner .banner-content .banner-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 35px;
}
#banner .banner-content .banner-dots .slick-dots {
  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;
}
#banner .banner-content .banner-dots .slick-dots li {
  position: relative;
  margin: 10px;
}
#banner .banner-content .banner-dots .slick-dots li.slick-active::before {
  background: var(--color);
}
#banner .banner-content .banner-dots .slick-dots li.slick-active .circle {
  -webkit-animation: drawCircle 6s linear forwards;
  -moz-animation: drawCircle 6s linear forwards;
  animation: drawCircle 6s linear forwards;
}
#banner .banner-content .banner-dots .slick-dots li::before {
  width: 14px;
  height: 14px;
  content: '';
  background: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@-webkit-keyframes a1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes a1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#index-body {
  position: relative;
  inset: 0;
  overflow: hidden;
}
#index-body .homepage-1 .bottom {
  margin-top: 55px;
}
#index-body .homepage-1 .bottom ul {
  margin: -5px -35% -5px -20px;
}
#index-body .homepage-1 .bottom ul li {
  padding: 5px 20px;
}
#index-body .homepage-1 .bottom ul li .box {
  border-radius: 25px;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  height: 450px;
  position: relative;
  overflow: hidden;
  padding: 45px 30px 45px 45px;
  background-color: #eee;
}
#index-body .homepage-1 .bottom ul li .box h4{
  position: absolute;
  left: 0;
  bottom:45px;
  padding: 0 45px;
}
#index-body .homepage-1 .bottom ul li .box .img .i2{
  position: absolute;
  right:0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}
#index-body .homepage-1 .bottom ul li .box:hover .img .i2{
  opacity: 1;
}
#index-body .homepage-1 span.arrow{
  width: 45px;
  height: 45px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: white;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
}
#index-body .homepage-1 span.arrow:hover{
  background-color: var(--color);
  color: white;
}
#index-body .homepage-1 span.arrow i{
  font-size: 24px;
}
#index-body .homepage-1 .slick-dots {
  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;
  background-color: #efefef;
  height: 2px;
  width: 100%;
  margin: 70px auto 0;
}
#index-body .homepage-1 .slick-dots li {
  position: relative;
}
#index-body .homepage-1 .slick-dots li.slick-active::before {
  opacity: 1;
}
#index-body .homepage-1 .slick-dots li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  width: 100%;
  height: 6px;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-image: -webkit-gradient(linear, left top, right top, from(#009d9e), to(#0a87a0));
  background-image: -webkit-linear-gradient(left, #009d9e 0%, #0a87a0 100%);
  background-image: -moz-linear-gradient(left, #009d9e 0%, #0a87a0 100%);
  background-image: linear-gradient(to right, #009d9e 0%, #0a87a0 100%);
}
#index-body .homepage-1 .slick-dots li button {
  display: none;
}
#index-body .homepage-2 .left .list a.more {
  padding: 0 40px;
  border-width: 2px;
}
#index-body .homepage-2 .left ul li {
  padding: 0 25px;
}
#index-body .homepage-2 .left ul li.active img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#index-body .homepage-2 .left ul li img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#index-body .homepage-2 .right .list .img {
  width: 670px;
  height: 670px;
  position: relative;
}
#index-body .homepage-2 .right .list .img::before {
  content: '';
  display: block;
  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%);
  width: 47%;
  height: 47%;
  border-radius: 50%;
  background-color: var(--color);
}
#index-body .homepage-2 .right .list .img .line {
  width: 100%;
  height: 100%;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: block;
  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%);
}
#index-body .homepage-2 .right .list .img .line.line1 {
  width: 100%;
  height: 100%;
}
#index-body .homepage-2 .right .list .img .line.line2 {
  width: 83%;
  height: 83%;
}
#index-body .homepage-2 .right .list .img .line.line3 {
  width: 66%;
  height: 66%;
}
#index-body .homepage-2 .right .list .img img {
  position: relative;
  z-index: 5;
}
#index-body .homepage-2 .right .list .img .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  -webkit-transform-origin: 20px 42px;
  -moz-transform-origin: 20px 42px;
  -ms-transform-origin: 20px 42px;
  transform-origin: 20px 42px;
}
#index-body .homepage-2 .right .list .img .box:hover .icon {
  -webkit-animation: a1 0.5s 0.5s forwards;
  -moz-animation: a1 0.5s 0.5s forwards;
  animation: a1 0.5s 0.5s forwards;
  z-index: 0;
}
#index-body .homepage-2 .right .list .img .box:hover span.xian::before {
  width: 100%;
}
#index-body .homepage-2 .right .list .img .box.box1 {
  -webkit-transform: rotate(-130deg);
  -moz-transform: rotate(-130deg);
  -ms-transform: rotate(-130deg);
  transform: rotate(-130deg);
  left: 30%;
  top: 30%;
}
#index-body .homepage-2 .right .list .img .box.box1 .dot {
  -webkit-transform: rotate(130deg);
  -moz-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
}
#index-body .homepage-2 .right .list .img .box.box1 .icon {
  -webkit-transform: rotate(130deg);
  -moz-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
}
#index-body .homepage-2 .right .list .img .box.box2 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 60%;
  top: 30%;
}
#index-body .homepage-2 .right .list .img .box.box2 .dot {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .homepage-2 .right .list .img .box.box2 .icon {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .homepage-2 .right .list .img .box.box3 {
  -webkit-transform: rotate(130deg);
  -moz-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
  left: 30%;
  top: 60%;
}
#index-body .homepage-2 .right .list .img .box.box3 .dot {
  -webkit-transform: rotate(-130deg);
  -moz-transform: rotate(-130deg);
  -ms-transform: rotate(-130deg);
  transform: rotate(-130deg);
}
#index-body .homepage-2 .right .list .img .box.box3 .icon {
  -webkit-transform: rotate(-130deg);
  -moz-transform: rotate(-130deg);
  -ms-transform: rotate(-130deg);
  transform: rotate(-130deg);
}
#index-body .homepage-2 .right .list .img .box.box4 {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  left: 60%;
  top: 50%;
}
#index-body .homepage-2 .right .list .img .box.box4 .dot {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
#index-body .homepage-2 .right .list .img .box.box4 .icon {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
#index-body .homepage-2 .right .list .img .box.box5 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: 45%;
  top: 25%;
}
#index-body .homepage-2 .right .list .img .box.box5 .dot {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#index-body .homepage-2 .right .list .img .box.box5 .icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#index-body .homepage-2 .right .list .img .box.box6 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 50%;
  top: 50%;
}
#index-body .homepage-2 .right .list .img .box.box6 .dot {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#index-body .homepage-2 .right .list .img .box.box6 .icon {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#index-body .homepage-2 .right .list .img .box .dot {
  width: 40px;
  height: 40px;
  position: relative;
  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 .list .img .box .dot i {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color);
  color: white;
  text-align: center;
  line-height: 25px;
  font-size: 30px;
}
#index-body .homepage-2 .right .list .img .box .dot::before {
  content: '';
  display: block;
  width: 85%;
  height: 85%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  background-color: rgba(0, 156, 158, 0.6);
  -webkit-animation: dot_scale 2s linear infinite;
  -moz-animation: dot_scale 2s linear infinite;
  animation: dot_scale 2s linear infinite;
  border-radius: 50%;
}
#index-body .homepage-2 .right .list .img .box span.xian {
  width: 180px;
  height: 1px;
  display: block;
}
#index-body .homepage-2 .right .list .img .box span.xian::before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 .right .list .img .box .icon.image{
  width: 200px;
    height: auto;
    position: absolute;
    left: 150%;
    top: -75px;
    transform: rotate(90deg);
    transform-origin: 0 0;
    background-color: transparent;
}
#index-body .homepage-2 .right .list .img .box .icon {
  width: 85px;
  height: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  border-radius: 50%;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
#index-body .homepage-2 .right .list .img .box .icon .txt {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#index-body .homepage-2 .right .list .img .box .icon .txt .con{
  max-width: 250px;
}
#index-body .homepage-4 {
  background-color: white;
  z-index: 10;
  position: relative;
}
#index-body .homepage-4 .top .left p {
  color: #656565;
}
#index-body .homepage-4 .top .left p span {
  display: contents;
  color: #000000;
}
#index-body .homepage-4 .img_box{
  width: fit-content;
  margin: auto;
  overflow: hidden;
}
#index-body .homepage-4 .img_box .play {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a29e), to(#00809b));
  background-image: -webkit-linear-gradient(top, #00a29e 0%, #00809b 100%);
  background-image: -moz-linear-gradient(top, #00a29e 0%, #00809b 100%);
  background-image: linear-gradient(to bottom, #00a29e 0%, #00809b 100%);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.2s;
}
#index-body .homepage-4 .img_box .play:hover::before {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
#index-body .homepage-4 .img_box .play::before {
  content: '';
  display: block;
  width: 108px;
  height: 109px;
  background: url('../images/player.png') no-repeat center center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: btn_rotate 8s linear infinite;
  -moz-animation: btn_rotate 8s linear infinite;
  animation: btn_rotate 8s linear infinite;
}
#index-body .homepage-4 .about-num {
  padding: 0 50px;
}
#index-body .homepage-4 .about-num ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#index-body .homepage-4 .about-num ul li .icon {
  width: 75px;
}
#index-body .homepage-4 .about-num ul li .text {
  width: -webkit-calc(100% - 75px);
  width: -moz-calc(100% - 75px);
  width: calc(100% - 75px);
}
#index-body .homepage-4 .about-num ul li .text h4 {
  font-weight: bold;
  font-size: 60px;
  line-height: 0.8;
}
#index-body .homepage-4 .about-num ul li .text span {
  font-size: 18px;
  line-height: 1;
  display: block;
  padding-left: 10px;
}
#index-body .homepage-4 .about-num ul li .text span:first-child {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
}
#index-body .homepage-4 .about-num ul li .text > p {
  font-size: 18px;
  line-height: 1;
  margin-top: 5px;
}
#index-body .homepage-4 .bottom {
  margin-top: 65px;
}
#index-body .homepage-4 .bottom ul {
  margin: 0 -23px;
}
#index-body .homepage-4 .bottom ul li {
  padding: 10px 23px;
}
#index-body .homepage-4 .bottom ul li .box {
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-4 .bottom ul li .box:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#index-body .homepage-4 .bottom ul li .box a.img {
  overflow: hidden;
}
#index-body .homepage-4 .bottom ul li .box .text {
  padding: 25px 20px 30px;
}
#index-body .homepage-4 .bottom ul li .box .text a.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-4 .bottom ul li .box .text a.btn i {
  color: #d9d9d9;
  font-size: 20px;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 2px;
}
#index-body .homepage-4 .bottom ul li .box .text a.btn:hover {
  color: var(--color);
}
#index-body .homepage-4 .bottom ul li .box .text a.btn:hover i {
  color: var(--color);
}
#index-body .homepage-5 {
  height: 785px;
}
#index-body .homepage-5 .left {
  width: 32%;
  background-color: var(--color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009e9e), to(#007e9b));
  background-image: -webkit-linear-gradient(top, #009e9e 0%, #007e9b 100%);
  background-image: -moz-linear-gradient(top, #009e9e 0%, #007e9b 100%);
  background-image: linear-gradient(to bottom, #009e9e 0%, #007e9b 100%);
}
#index-body .homepage-5 .left h2.h-title {
  font-size: 50px;
}
#index-body .homepage-5 .left span.tag {
  color: white;
}
#index-body .homepage-5 .left a.arrow {
  width: 40px;
  height: 40px;
  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;
  border-radius: 50%;
  background-color: transparent;
  color: #80c2ce;
  border: 2px solid #80c2ce;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-5 .left a.arrow:hover {
  color: #fff;
  border-color: #fff;
}
#index-body .homepage-5 .left a.arrow i {
  font-size: 20px;
}
#index-body .homepage-5 .right {
  width: 68%;
  height: 100%;
  padding: 60px 0;
}
#index-body .homepage-5 .right .content {
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  padding: 105px 30px 0;
}
#index-body .homepage-5 .right .content ul {
  margin: 0 -28% 0 -15px;
}
#index-body .homepage-5 .right .content ul li {
  padding: 0 15px;
}
#index-body .homepage-5 .right .content ul li .img {
  overflow: hidden;
}
#index-body .homepage-6 {
  padding: 40px 0 85px;
}
#index-body .homepage-6 .top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}
#index-body .homepage-6 ul {
  margin: 0 -25px;
}
#index-body .homepage-6 ul .slick-current li {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#index-body .homepage-6 ul li {
  padding: 65px 25px 30px;
}
#index-body .homepage-6 ul li .box a.img {
  overflow: hidden;
}
#index-body .homepage-6 ul li .box .text {
  padding: 20px 15px;
}
#index-body .homepage-6 ul li .box .text .date {
  font-style: italic;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .homepage-6 ul li .box .text a.btn {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #9d9d9d;
}
#index-body .homepage-6 ul li .box .text a.btn:hover {
  color: var(--color);
}
#index-body .homepage-6 ul li .box .text a.btn i {
  font-size: 30px;
}
#index-body .homepage-6 ul .slick-dots {
  margin: 0 auto;
  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;
}
#index-body .homepage-6 ul .slick-dots li {
  padding: 0;
  margin: 0 17px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-6 ul .slick-dots li.slick-active {
  background-color: var(--color);
}
#index-body .homepage-6 ul .slick-dots li button {
  display: none;
}
#footer {
  background: url('../images/footer-bg.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
}
#footer .topup {
  position: absolute;
  top: 0;
  right: 55px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer .top form {
  max-width: 1520px;
  margin: 40px auto 0;
}
#footer .top 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 -15px;
}
#footer .top form ul li {
  padding: 0 15px;
  width: 24%;
}
#footer .top form ul li:nth-child(3) {
  width: -webkit-calc(52% - 225px);
  width: -moz-calc(52% - 225px);
  width: calc(52% - 225px);
}
#footer .top form ul li:last-child {
  width: 225px;
}
#footer .top form ul li input[type="text"] {
  width: 100%;
  height: 60px;
  background-color: transparent;
  border: none;
  padding: 0 0 0 45px;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .top form ul li input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#footer .top form ul li input[name="name"] {
  background-image: url('../images/f-name.png');
  background-position: 15px center;
  background-repeat: no-repeat;
  padding-left: 45px;
}
#footer .top form ul li input[name="mail"] {
  background-image: url('../images/f-mail.png');
  background-position: 20px center;
  background-repeat: no-repeat;
  padding-left: 60px;
}
#footer .top form ul li input[name="content"] {
  background-image: url('../images/f-mess.png');
  background-position: 15px center;
  background-repeat: no-repeat;
  padding-left: 45px;
}
#footer .top form ul li button {
  width: 100%;
  height: 100%;
  border: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#00a99f), to(#007f9b));
  background-image: -webkit-linear-gradient(left, #00a99f 0%, #007f9b 100%);
  background-image: -moz-linear-gradient(left, #00a99f 0%, #007f9b 100%);
  background-image: linear-gradient(to right, #00a99f 0%, #007f9b 100%);
  color: white;
  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;
  border-radius: 5px;
}
#footer .top form ul li button span {
  font-size: 16px;
  text-transform: uppercase;
}
#footer .top form ul li button i {
  font-size: 20px;
  margin-left: 5px;
}
#footer .center {
  padding: 40px 0 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .center ul li {
  color: white;
}
#footer .center ul li h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
#footer .center ul li span {
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
#footer .center ul li.logo {
  max-width: 365px;
}
#footer .center ul li.logo .share 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 20px;
}
#footer .center ul li.logo .share a:last-child {
  margin-right: 0;
}
#footer .center ul li.logo .share a:hover {
  background-color: var(--color);
}
#footer .center ul li.logo .share a i {
  font-size: 18px;
  color: white;
}
#footer .center ul li.link span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .center ul li.link span::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 8px;
  background: url('../images/ly_li.png') no-repeat;
  margin-right: 8px;
}
#footer .center ul li.link span:hover {
  color: var(--color);
}
#footer .center ul li.contact {
  max-width: 410px;
}
#footer .center ul li.contact .list i {
  font-size: 24px;
}
#footer .center ul li.contact .list:last-child .text p {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
#footer .center ul li.contact .list .text {
  padding-left: 15px;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
}
#footer .center ul li.contact .list .text h5 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
#footer .center ul li.contact .list .text p {
  font-size: 20px;
  font-weight: bold;
}
#footer .bottom {
  padding: 15px 0 25px;
}
#footer .bottom span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .bottom span a.copyright {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  color: var(--color);
}
#footer .bottom span a.copyright:hover {
  color: white;
}
#footer .bottom span img {
  width: auto;
  height: 17px;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0.8;
}
@media screen and (max-width: 1900px) {
  #header {
    padding: 0 90px;
  }
  #header .nav .right {
    margin-left: 25px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1700px) {
  #header {
    padding: 0 30px;
  }
  #header .nav .logo {
    max-width: 160px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 17px;
  }
  h2.h-title {
    font-size: 50px;
  }
  #index-body .homepage-2 .right .list {
    zoom: 0.8;
  }
  #index-body .homepage-5 .left h2.h-title {
    font-size: 40px;
  }
  #index-body .homepage-5 .left a.more {
    padding: 0 25px;
  }
  #index-body .homepage-5 .left a.more span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1450px) {
  h2.h-title {
    font-size: 40px;
  }
  #header .nav .left a.more {
    display: none;
  }
  #header .nav {
    height: 70px;
  }
  #header {
    top: 25px;
  }
  #banner .banner-content ul li .container {
    top: 28%;
  }
  #index-body .homepage-1 .bottom ul li .box {
    height: 350px;
  }
  #index-body .homepage-1 .bottom ul li .box .box1 .img {
    max-width: 85%;
    margin-left: auto;
  }
  #index-body .homepage-2 .right .list .img {
    width: 600px;
    height: 600px;
  }
  #index-body .homepage-2 .right .list {
    zoom: 0.75;
  }
  #index-body .homepage-4 .about-num {
    padding: 0;
  }
  #index-body .homepage-4 .about-num ul li .text h4 {
    font-size: 45px;
    line-height: 1;
  }
  #index-body .homepage-4 .about-num ul li .icon {
    width: 60px;
  }
  #index-body .homepage-4 .about-num ul li .text {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
  }
  #index-body .homepage-5 .left {
    padding: 60px 45px;
  }
  #index-body .homepage-5 {
    height: 620px;
  }
  #index-body .homepage-5 .left h2.h-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 60px;
  }

  h2.h-title {
    font-size: 36px;
  }
  #index-body .homepage-4 .img_box .play{
    left: 50%;
    top:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #banner .banner-content ul li .container {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #index-body .homepage-1 .bottom ul {
    margin: -5px -20px;
  }
  #index-body .homepage-2 .left {
    width: 100%;
    margin-bottom: 60px;
  }
  #index-body .homepage-2 .right {
    width: 100%;
    padding-left: 0;
  }
  #index-body .homepage-2 .right .list {
    zoom: 0.8;
  }
  #index-body .homepage-2 .right .list .img {
    margin: auto;
  }
  .con02 .con_slide .txt {
    max-width: 480px;
  }
  .con02 .con_slide .txt strong {
    font-size: 36px;
  }
  #index-body .homepage-4 .img_box {
    margin-top: 45px;
  }
  #index-body .homepage-4 .about-num ul li {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    margin: 15px 0;
  }
  #index-body .homepage-4 .bottom ul li .box .text h4,
  #index-body .homepage-5 .right .content ul li h4,
  #index-body .homepage-6 ul li .box .text h4 {
    font-size: 20px;
  }
  #index-body .homepage-5 .left {
    padding: 60px 20px;
  }
  #index-body .homepage-5 .left h2.h-title {
    font-size: 34px;
  }
  #index-body .homepage-5 .right .content {
    height: auto;
    padding: 65px 30px;
  }
  #index-body .homepage-5 {
    height: auto;
  }
  #footer .center ul li.link {
    display: none;
  }
  #footer .top form ul li {
    width: 50%;
    margin: 5px 0;
  }
  #footer .top form ul li:nth-child(3) {
    width: 50%;
  }
    #index-body .homepage-2 .right .list .img .box.box5 span.xian {
    width: 120px;
  }
  .font-22 {
    font-size: 20px;
  }
    #index-body .homepage-3 {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  h2.h-title {
    font-size: 30px;
  }
  .Auxil-h1.font-24 {
    font-size: 20px;
  }
  #index-body .homepage-2 .right .list .img .box.box2 {
    top: 22%;
  }
  #index-body .homepage-2 .right .list .img .box span.xian {
    width: 120px;
  }
  #index-body .homepage-2 .right .list .img img{
    width: 65%;
  }

  #footer .center ul li.logo {
    max-width: 50%;
  }
  #footer .center ul li.contact {
    max-width: 50%;
  }
  #index-body .homepage-2 .right .list .img .box .icon .txt .con {
    max-width: 200px;
  }
  #footer .bottom .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .bottom .container span {
    text-align: center;
  }
  #banner .banner-content .banner-dots {
    display: none;
  }
  #index-body .homepage-1 .top .left {
    width: 100%;
    margin-bottom: 45px;
  }
  #index-body .homepage-1 .top .right {
    width: 100%;
  }
  #index-body .homepage-1 .bottom ul li .box .box1 {
    -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;
    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;
  }
  #index-body .homepage-1 .bottom ul li .box h4 {
    font-size: 20px;
  }
  #index-body .homepage-1 .bottom ul li .box .box1 .img {
    max-width: 100%;
  }
  #index-body .homepage-1 .bottom ul li .box {
    height: auto;
  }
  #index-body .homepage-2 .right .list {
    zoom: 0.8;
  }
  #index-body .homepage-2 .right .list .img .box .icon .txt {
    zoom: 1.5;
  }
  #index-body .homepage-2 .right .list .img .box2 .icon .txt,
  #index-body .homepage-2 .right .list .img .box4 .icon .txt {
    left: unset;
    right: 100%;
    padding-right: 20px;
    padding-left: 0;
  }
  #index-body .homepage-4 .left {
    width: 100%;
    padding: 0;
    margin-bottom: 45px;
  }
  #index-body .homepage-4 .text {
    width: 100%;
    padding: 0;
  }
  #index-body .homepage-5 .left {
    padding: 60px 20px;
    width: 100%;
  }
  #index-body .homepage-5 .left a.arrow {
    display: none !important;
  }
  #index-body .homepage-5 .right {
    width: 100%;
    height: auto;
    padding: 0;
  }
  #index-body .homepage-5 .right .content ul {
    margin: 0 -15px;
  }
    #index-body .homepage-2 .right .list .img .box span.xian {
    width: 180px;
  }
}
@media screen and (max-width: 700px) {
  .more {
    height: 40px;
    padding: 0 25px;
  }
  #index-body .homepage-2 .right .list .img .box .icon .txt {
    width: 140px;
  }
  #index-body .homepage-2 .right .list .img .box .icon .txt h5{
    font-size: 16px;
  }
      #index-body .homepage-2 .right .list .img .box .icon .txt {
        zoom: 1.4;
    }
  #index-body .homepage-2 .right .list .img .box .icon .txt .con {
    max-width: 140px;
    font-size: 12px;
  }
  #index-body .homepage-2 .right .list .img img {
    width: 50%;
  }
  .more span {
    font-size: 14px;
  }
  h2.h-title {
    font-size: 24px;
  }
  h2.h-title br {
    display: none;
  }
  #index-body .homepage-1 .top .left {
    margin-bottom: 25px;
  }
  #footer .top form ul li {
    width: 100%;
  }
  #footer .top form ul li:nth-child(3) {
    width: 100%;
  }
  #footer .top form ul li button {
    height: 60px;
  }
  #footer .center ul li.logo {
    max-width: 100%;
  }
  #footer .center ul li.contact {
    max-width: 100%;
    margin-top: 45px;
  }
  #footer h2 {
    font-size: 24px;
  }
  #index-body .homepage-4 .about-num ul li {
    width: 50%;
  }
  #index-body .homepage-4 .bottom ul {
    margin: 0 -10px;
  }
  #index-body .homepage-4 .bottom ul li {
    padding: 10px;
  }
  #index-body .homepage-6 ul .slick-dots {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
    #index-body .homepage-2 .right .list .img .box .icon .txt .con {
    max-width: 160px;
  }
      #index-body .homepage-2 .right .list .img img {
        width: 80%;
    }
  #index-body .homepage-2 .right .list .img .box .icon.image {
      width: 200px;
      left: 140px;
      top: -60px;
      zoom: 4;
      transform-origin: 0 0;
      background-color: transparent;
  }
  #index-body .homepage-2 .right .list .img .box.box5 {
    -webkit-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    transform: rotate(-120deg);
  }
  #index-body .homepage-2 .right .list .img .box.box5 .icon {
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  #index-body .homepage-4 .about-num ul li .text h4 {
    font-size: 30px;
    line-height: 1;
  }
  #index-body .homepage-4 .about-num ul li .text > p {
    font-size: 14px;
  }
  #index-body .homepage-4 .about-num ul li .icon img {
    width: 35px;
  }
  #index-body .homepage-2 .right .list {
    zoom: 0.5;
  }
  #index-body .homepage-2 .right .list .img .box .icon .txt {
    zoom: 2;
  }
  #index-body .homepage-2 .left ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .homepage-2 .left ul li {
    width: 50%;
    margin: 10px 0;
  }
  #index-body .homepage-4 .img_box .play {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -moz-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  #banner .banner-content ul li a.more {
    display: none;
  }
  #banner .banner-content ul li .content {
    width: 100%;
  }
}
.con02 .m_tit {
  text-align: center;
  margin-bottom: 80px;
}
.con02 .con_slide {
  height: 600vh;
  position: relative;
}
.con02 .con_slide .img ul li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.con02 .con_slide .img ul li img {
  display: block;
  min-width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: auto;
  height: 100%;
}
.con02 .con_slide .img ul .lis img {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: -webkit-clip-path 1s, -webkit-transform 1s;
  transition: -webkit-clip-path 1s, -webkit-transform 1s;
  -moz-transition: clip-path 1s, transform 1s, -moz-transform 1s;
  transition: clip-path 1s, transform 1s;
  transition: clip-path 1s, transform 1s, -webkit-clip-path 1s, -webkit-transform 1s, -moz-transform 1s;
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}
.con02 .con_slide .txt {
  position: absolute;
  left: 140px;
  top: 38%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  max-width: 670px;
}
/*.con02 .con_slide .txt ul{ width: 100%; }*/
.con02 .con_slide .txt .first {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.con02 .con_slide .txt .lis {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: opacity .6s, -webkit-transform .6s;
  transition: opacity .6s, -webkit-transform .6s;
  -moz-transition: transform .6s, opacity .6s, -moz-transform .6s;
  transition: transform .6s, opacity .6s;
  transition: transform .6s, opacity .6s, -webkit-transform .6s, -moz-transform .6s;
  opacity: 0;
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
}
.con02 .con_slide .txt .lis.on1 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  z-index: 1;
}
.con02 .con_slide .txt .lis.on2 {
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
  opacity: 0;
}
.con02 .con_slide .txt strong {
  font-size: 60px;
  display: block;
  font-weight: 700;
  line-height: 1.2;
  color: #FFFFFF;
}
.con02 .con_slide .txt p {
  font-size: 18px;
  color: #FFFFFF;
  margin: 10px 0 25px;
}
.con02 .con_slide .txt .go_btn a:after {
  border: 1px solid var(--color);
}
.con02 .con_slide .txt .go_btn li:nth-child(2) {
  background: transparent;
}
.con02 .con_slide .on_tab {
  position: absolute;
  width: 75px;
  height: -webkit-calc(100% - 110px);
  height: -moz-calc(100% - 110px);
  height: calc(100% - 110px);
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00ab9f), to(#007e9b));
  background-image: -webkit-linear-gradient(top, #00ab9f, #007e9b);
  background-image: -moz-linear-gradient(top, #00ab9f, #007e9b);
  background-image: linear-gradient(to bottom, #00ab9f, #007e9b);
  left: 10%;
  top: 65px;
  padding: 30px 0;
  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;
}
.con02 .con_slide .on_tab ul li {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 25px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.con02 .con_slide .on_tab .wrap {
  width: 25px;
  overflow: hidden;
}
.con02 .con_slide .on_tab ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  -moz-transition: transform .6s, -moz-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s, -moz-transform .6s;
}
.con02 .con_slide .tab_list {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.con02 .con_slide .tab_list .wrap {
  overflow: hidden;
  width: 300px;
  height: 100%;
}
.con02 .con_slide .tab_list .wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  -moz-transition: transform .6s, -moz-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s, -moz-transform .6s;
}
.con02 .con_slide .tab_list .wrap ul li {
  width: 60px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.con02 .con_slide .tab_list .wrap ul li a {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top:110px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  height: 100%;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s;
}
.con02 .con_slide .tab_list .wrap ul li a:hover {
  color: var(--color);
}
.con02 .con_slide .tab_list .wrap ul li a:hover:before {
  background-color: var(--color);
}
.con02 .con_slide .slides {
  height: -webkit-calc(100vh - 80px);
  height: -moz-calc(100vh - 80px);
  height: calc(100vh - 80px);
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.con02 .con_slide .img li.on img {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.con02 .con_slide .on_tab.on1 .wrap ul {
  -webkit-transform: translateX(-25px);
  -moz-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  transform: translateX(-25px);
}
.con02 .con_slide .on_tab.on2 .wrap ul {
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
.con02 .con_slide .on_tab.on3 .wrap ul {
  -webkit-transform: translateX(-75px);
  -moz-transform: translateX(-75px);
  -ms-transform: translateX(-75px);
  transform: translateX(-75px);
}
.con02 .con_slide .on_tab.on4 .wrap ul {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
.con02 .con_slide .on_tab.on5 .wrap ul {
  -webkit-transform: translateX(-125px);
  -moz-transform: translateX(-125px);
  -ms-transform: translateX(-125px);
  transform: translateX(-125px);
}
.con02 .con_slide .on_tab.on6 .wrap ul {
  -webkit-transform: translateX(-150px);
  -moz-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  transform: translateX(-150px);
}
.con02 .con_slide .tab_list.on1 .wrap ul {
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
}
.con02 .con_slide .tab_list.on2 .wrap ul {
  -webkit-transform: translateX(-120px);
  -moz-transform: translateX(-120px);
  -ms-transform: translateX(-120px);
  transform: translateX(-120px);
}
.con02 .con_slide .tab_list.on3 .wrap ul {
  -webkit-transform: translateX(-180px);
  -moz-transform: translateX(-180px);
  -ms-transform: translateX(-180px);
  transform: translateX(-180px);
}
.con02 .con_slide .tab_list.on4 .wrap ul {
  -webkit-transform: translateX(-240px);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  transform: translateX(-240px);
}
.con02 .con_slide .tab_list.on5 .wrap ul {
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}
.con02 .con_slide .tab_list.on6 .wrap ul {
  -webkit-transform: translateX(-360px);
  -moz-transform: translateX(-360px);
  -ms-transform: translateX(-360px);
  transform: translateX(-360px);
}
.con02 .loc {
  width: 100%;
  height: 100%;
}
.con02 .loc > div {
  width: 100%;
  height: 16.6666666666%;
}
.con02 .con_slide .img ul .lis .pc_img {
  display: block;
}
.con02 .con_slide .img ul .lis .mo_img {
  display: none;
}








/*inner*/

.inner-banner {
  padding-top: 300px;
  background-color: #eee;
  background-attachment: fixed;
}
.inner-banner .mbx {
  padding-bottom: 55px;
  border-bottom: 1px solid #cdcdcd;
  color: white;
}
.inner-banner .mbx h2 {
  font-size: 45px;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
  margin-bottom: 15px;
}
.inner-banner .mbx p {
  font-size: 18px;
  font-weight: bold;
  max-width: calc(100% - 300px);
}
.inner-banner .mbx p a,
.inner-banner .mbx p span{
  color: #b9b9b9;
  font-weight: 300;
}

.inner-page .m-page {
    text-align: right;
    display: block;
    padding-top: 40px;
}
.inner-page .m-page a,
.inner-page .m-page span {
    line-height: 50px;
    height: 50px;
    padding: 0 25px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: var(--color);
    border: 1px solid var(--color);
    border-radius: 4px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: 0px 2px;
}
.inner-page .m-page a:hover,
.inner-page .m-page span {
    background: white;
    color: var(--color);
}
.inner-page .m-page span {
    margin: 0 3px;
}
.inner-page .sideBox .sidebar-left {
    width: 25%;
    position: sticky;
    top: 160px;
    position: -webkit-sticky;
    background: #efefef;
    padding: 20px;
}

.inner-page .sideBox .sidebar-left .inner .inner-title {
    font-size: 20px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7;
    font-weight: bold;
}
.inner-page .sideBox .sidebar-left .inner .inner-search {
    margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form {
    width: 100%;
    position: relative;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type="text"] {
    width: 100%;
    height: 43px;
    border: 1px solid #eee;
    padding: 10px 20px;
    padding-right: 5rem;
    font-size: 14px;
    color: #555555;
    font-weight: 200;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type="submit"] {
    position: absolute;
    width: 43px;
    height: 43px;
    border: none;
    background: url(../images/icon-search-white.png) no-repeat center center var(--color);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat {
    margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li {
    margin: 8px 0;
    padding: 5px 0;
    font-size: 20px;
    position: relative;
    color: #000000;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    line-height: 1.6;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li ul{
    margin-top: 16px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s linear;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active ul.sub-menu,
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.cur ul.sub-menu{
    max-height: 500px;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li li {
    font-size: 16px;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li i{
    font-size: inherit;
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li a {
    padding-right: 20px;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li a span {
    color: #aaa;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:hover {
    color: var(--color);
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul li.active>a{
    color: var(--color);
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:first-child {
    padding-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:last-child {
    padding-bottom: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent {
    margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li {
    padding: 0.75rem 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent 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;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img {
    margin-right: 1rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img img {
    height: 80px;
    max-width: 100px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p {
    color: #000;
    font-size: 17px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: .4rem;

    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
    color: var(--color);
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text span {
    color: var(--color);
    display: block;
    font-size: 14px;
    line-height: 1;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:first-child {
    padding-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:last-child {
    padding-bottom: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact {
    background: url(../images/pro-011.jpg) no-repeat center center;
    padding: 10.75rem 2rem 2.75rem;
    color: #fff;
    background-size: cover;
    position: relative;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact h5 {
    font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: bold;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact h6 {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 1.1rem;
    text-transform: capitalize;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a {
    display: inline-block;
    font-size: 14px;
    color: var(--color);
    text-transform: capitalize;
    background: #fff;
    padding: 8px 12px;
    position: relative;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
    margin-top: 1.3rem;

}
.inner-page .sideBox .sidebar-left .inner .inner-contact a span {
    display: inline-block;
    position: relative;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
    z-index: 2;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--color);
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 1;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover {
    color: #fff;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover::after {
    width: 100%;
}








.inner-page .sideBox .sidebar-left .inner .inner-contact:after {
    content: '';
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,.5));
}

.inner-page .sideBox .sidebar-left .inner .inner-contact .c-box {
    z-index: 99;
    position: relative;
}
.inner-page .sideBox .sidebar-right {
    width: 75%;
    padding-left: 5%;
}


@media screen and (max-width: 1000px) {
    .inner-page .sideBox .sidebar-left{
        display: none;
    }
    .inner-page .sideBox .sidebar-right{
        width: 100%;
        padding-left: 0;
    }
}


/*pro-list*/
product2-page {
    padding: 5rem 0 5rem;
}

.product2-page .product-list 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 -1.5rem;
}
.product2-page .product-list ul li {
    padding: 0 1.5rem;
    margin-bottom: 1.5rem;
}

.product2-page .product-list ul li .img img{
    height: 450px;
    object-fit: cover;
    width: 100%;
}

.product2-page .product-list ul li.wid-100{
    width: 100%;
}

.product2-page .product-list ul li .pro-box {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.product2-page .product-list ul li .pro-box .imgbox{
    position: relative;

    background: #fbfbfb;
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(1){
    opacity: 1;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(2){
    opacity: 0;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.product2-page .product-list ul li .pro-box:hover::after {
    bottom: 0;
    background: #46696b;
}
.product2-page .product-list ul li .pro-box::after {
    content: none;
    width: 100%;
    bottom: -5px;
    right: -20px;
    height: 8px;
    display: block;
    position: absolute;
    border-top-left-radius: 4px;
    background: #000000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product2-page .product-list ul li .pro-box h5 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding: 1rem 0 0;
    line-height: 1.8;
    margin-bottom: 14px;
}
.product2-page .product-list ul li .pro-box .btm a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    background: #000;
    padding: 8px 12px;
    position: relative;
    z-index: 2;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
    margin-bottom: 1.3rem;
}
.product2-page .product-list ul li .pro-box .btm a::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--color);
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: -1;
}
.product2-page .product-list ul li .pro-box .btm a:hover::after{
    width: 100%;
}
.product2-page .product-list ul li .pro-box .btm span.block {
    padding: 5px 0;
}
.product2-page .product-list ul li .pro-box .text .neirong {
    font-weight: 300;
   font-size: 16px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.prodet-page .product-2 .content img {
    padding-bottom: 10px;
}

.product2-page .product-list ul li .pro-box:hover{

    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(1){

    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(2){
    opacity: 1;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box .pro-img {
    display: block;
    margin-bottom: 2.5rem;
}
.product2-page .product-list ul li .pro-box .text {
    padding: 0 30px 0 30px;
    font-size: 16px;
    color: #757575;
    padding-bottom: 1rem;

}
.product2-page .product-list ul li .pro-box .text p {
    position: relative;
    font-size: 16px;
    color: #555;
}
.product2-page .product-list ul li .pro-box .text p strong {
    color: #000;
}
.product2-page .product-list ul li .pro-box .btm {
    padding: 30px 0px 0px 0px;
}


.product2-page .product-list ul li .pro-box .btm .tupianji{
    margin: -5px;
}
.product2-page .product-list ul li .pro-box .btm .tupianji .item{
    padding: 5px;
    width: 20%;
}

.product2-page .product-list ul li .pro-box .more {
    display: inline-block;
    padding: 12px 22px 12px 15px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    margin-bottom: 25px;
    background: #000000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;

}
.product2-page .product-list ul li .pro-box .more:hover {
    background: #46696b;
}
.product2-page .product-list ul li .pro-box .more i {
    margin-left: 1.2rem;
    font-size: 12px;
}


.inner-page.product2-page p {
    color: #000;
    line-height: 2;
    padding: 5px 0;
}

.product2-page .product-list ul li .pro-box .btm ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
}

.product2-page .product-list ul li .pro-box .btm ul li {
    display: inline-block;
    width: auto !important;
    margin-bottom: 0;
    padding: 0 6px;
}

.product2-page .product-list ul li .pro-box .btm ul li .coloritem {
    width: 25px;
    height: 25px;
    display: block;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(1) .coloritem {
    background: #ebd5d3;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(2) .coloritem {
    background: #7d96a2;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(3) .coloritem {
    background: #7f9c90;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(4) .coloritem {
    background: #8a2a2b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(5) .coloritem {
    background: #19315b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(6) .coloritem {
    background: #000;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(7) .coloritem {
    background: #d7d2cb;
}
@media screen and (max-width: 1200px) {
    .product2-page .product-list ul li{
        width: 50%!important;
    }
}

@media screen and (max-width: 700px) {
    .product2-page .product-list ul li .pro-box .text{
        padding: 0 15px 15px;
    }
}

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

}


.prodet-page .det-1 {
    padding: 50px 0;
    background-color: #f1f1f1;
}
.prodet-page .det-1 .ui.container{
    position: unset;
}

.prodet-page .det-1 .grid-box .left{
    width: 35%;
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
}
.prodet-page .det-1 .grid-box .right{
    width: 65%;
}
.prodet-page .det-1 .grid-box .left .ig .big-img {
    text-align: center;
    border: 2px solid #e1e1e1;
}
.prodet-page .det-1 .grid-box .left .ig .big-img img {
    width: 100%;
}
.prodet-page .det-1 .grid-box .gallery {
    margin-top: 10px;
    text-align: left;
    position: relative;
}
.prodet-page .det-1 .grid-box .gallery .plays{
    position: absolute;
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    cursor: pointer;
}
.prodet-page .det-1 .grid-box .gallery .plays img{
    max-width: 60px;
}
.prodet-page .det-1 .grid-box .gallery .slick-track {
    margin-left: 0;
}
.prodet-page .det-1 .grid-box .gallery ul {
    margin: 0 -5px;
}
.prodet-page .det-1 .grid-box .gallery ul li {
    padding: 0 5px;
}
.prodet-page .det-1 .grid-box .gallery ul li .img {
    text-align: center;
    border: 2px solid #e1e1e1;
}
.prodet-page .det-1 .grid-box .right {
    padding-left: 3%;
    padding-bottom: 90px;
}
.prodet-page .det-1 .grid-box .right .text h1 {
    font-size: 30px;
    font-weight: bold;
    color: #1c1c1c;
    margin-bottom: 40px;
    margin-top: 10px;
    text-transform: capitalize;
    line-height: 1.6;
}
.prodet-page .det-1 .grid-box .right .text h6{
    font-size: 24px;
    text-transform: ca;
    color: var(--color);
    font-weight: bold;
    line-height: 1.8;
}
.prodet-page .det-1 .grid-box .right .text .con {
    font-size: 18px;
    color: #343434;
    line-height: 2;
}
.prodet-page .det-1 .grid-box .right .text .con span{
    font-weight: bold;
}
.prodet-page .det-1 .grid-box .right .text .share{
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
.prodet-page .det-1 .grid-box .right .text .share h5{
    display: inline-block;
    vertical-align: middle;
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 20px;
    line-height: 2;
}
.prodet-page .det-1 .grid-box .right .text .share ul li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    width: auto;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
}
.prodet-page .det-1 .grid-box .right .text .share .icon{
    display: flex;
    justify-content: center;
    margin-left: 15px;
}
.prodet-page .det-1 .grid-box .right .text .share .icon a{
    margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 1;
    color: #000;
    transition: .5s;
}
.prodet-page .det-1 .grid-box .right .text .share .icon a:hover{
    background: var(--color);
    border: 1px solid var(--color);
}
.prodet-page .det-1 .grid-box .right .text .mores {
    left: 53%;
    bottom: 0;
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
    margin-top: 40px;
}
.prodet-page .det-1 .grid-box .right .text .mores .fl{
    font-size: 18px;
    font-weight: bold;
}
.prodet-page .det-1 .grid-box .right .text .mores a {
    margin: 5px;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid var(--color);
    color: #1c1c1c;
    padding: 0 35px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 55px;
    display: flex;
    align-items: center;
}
.prodet-page .det-1 .grid-box .right .text .mores a:hover {
    color: #fff;
    background-color: var(--color);
}

.prodet-page .det-1 .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 80px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.prodet-page .det-1 .slick-arrow:hover {
    background-color: var(--color);
}
.prodet-page .det-1 .slick-slider:hover .slick-arrow {
    opacity: 1;
}
.prodet-page .det-1 .slick-prev{
    left:15px;
}
.prodet-page .det-1 .slick-next{
    right: 15px;
}
.prodet-page .det-1 .slick-prev::before {
    content:"\e76e";
    font-family: 'iconfont';
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    color: white;
    position: absolute;
}
.prodet-page .det-1 .slick-next::before {
   content:"\e76f";
   position: absolute;
    font-family: 'iconfont';
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    color: white;
}


.prodet-page .det-2 {
    padding: 60px 0;
}
.prodet-page .det-2 .tabs{
    position: sticky;
    top: 100px;
    z-index: 8;
    background-color: white;
}
.prodet-page .det-2 .tabs ul {
    border-bottom: 2px solid #e1e1e1;
}
.prodet-page .det-2 .tabs ul li {
    margin-right: 15px;
    /*display: none;*/
}
/*.prodet-page .det-2 .tabs ul li:last-child,
.prodet-page .det-2 .tabs ul li.cur{
    display: inline-block;
}*/
.prodet-page .det-2 .tabs ul li.active a{
    color: var(--color);
}
.prodet-page .det-2 .tabs ul li a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: #1c1c1c;
    padding: 8px 24px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    line-height: 2;
}
.prodet-page .det-2 .tabs ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 2px;
    width: 0%;
    background-color: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .det-2 .tabs ul li a:hover {
    color: var(--color);
}
.prodet-page .det-2 .tabs ul li.active a{
    color: var(--color);
}
.prodet-page .det-2 .tabs ul li.active a::after {
    width: 100%;
}
.prodet-page .det-2 .related {
    margin-top: 19px;
}
.prodet-page .det-2 .related ul li.active {
    display: block;
}
.prodet-page .det-2 .related ul li .con {
    font-size: 18px;
    color: #000;
    line-height: 2;
}
.prodet-page .det-2 .related ul li .con table tr:nth-child(even) {
    background-color: #f8f8f8;
}
.prodet-page .det-2 .related ul li .con table tr td {
    border-color: #ebebeb;
    /*width: auto !important;
    height: auto !important;*/
    text-align: center;
    white-space: pre-wrap;
}
.prodet-page .det-2 .related ul li .con video{
    max-width: 100%;
    max-height: 80vh;
}

.prodet-page .det-2 .related ul li .con strong{
    font-weight: bold;
}
.prodet-page .det-2 .related ul li .con-img{
    display: flex;
    margin: 0 -10px;
}
.prodet-page .det-2 .related ul li .con-img img{
    display: inline-block;
    padding: 0 10px;
    width: 33.3333%;
}

.prodet-page .det-3 {
    margin-top: 60px;
}
/*.prodet-page .det-3 .title {
  text-align: center;
}*/
.prodet-page .det-3 .title h3 {
    font-size: 18px;
    font-weight: bold;
    color: #1c1c1c;
    margin-bottom: 30px;
    border-bottom: 2px solid #e1e1e1;
}
.prodet-page .det-3 .title h3 span{
    display: inline-block;
    position: relative;
    padding: 10px;
    font-size: 39px;
    line-height: 2;
}
.prodet-page .det-3 .title h3 span:after{
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 2px;
    width: 100%;
    background-color: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}



.prodet-page .det-3 .det-3-box ul {
    margin: 0 -15px;
    position: relative;
}
.prodet-page .det-3 .det-3-box ul li {
    padding: 0 15px;
    margin-bottom: 30px;
}
.prodet-page .det-3 .det-3-box ul li .ig {
    display: block;
}
.prodet-page .det-3 .det-3-box ul li .ig .img {
    position: relative;
    border: 2px solid #d6d6d6;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 160px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: var(--color);
    -webkit-transition: .45s;
    -moz-transition: .45s;
    -ms-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    opacity: 0;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span:hover {
    background-color: #1c1c1c;
}
.prodet-page .det-3 .det-3-box ul li .ig .text {
    text-align: center;
    margin-top: 12.5px;
}
.prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    padding: 0 15px;
    margin: 30px 0 20px;
    font-size: 18px;
    line-height: 2;
    color: #000;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: bold;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img {
    border-color: var(--color);
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img span {
    opacity: 1;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .text h4 {
    color: var(--color);
}
.prodet-page .det-3 .det-3-box ul .slick-arrow{
    position: absolute;
    top: 34%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}
.prodet-page .det-3 .det-3-box ul .slick-arrow.slick-prev{
    background-image: url("../images/banner-btn-l.png");
    left: -40px;
}
.prodet-page .det-3 .det-3-box ul .slick-arrow.slick-next{
    background-image: url("../images/banner-btn-r.png");
    right: -40px;
}

.prodet-page .form ul {
    margin: -10px;
}
.prodet-page .form ul li {
    padding: 10px;
}
.prodet-page .form ul li input,
.prodet-page .form ul li textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .form ul li input:focus,
.prodet-page .form ul li textarea:focus {
    border-color: var(--color);
}
.prodet-page .form ul li textarea {
    height: 120px;
}
.prodet-page .form ul li input[type="submit"] {
    padding: 12px;
    max-width: 180px;
    border-color: black;
    background-color: transparent;
    font-weight: bold;
}
.prodet-page .form ul li input[type="submit"]:hover {
    color: white;
    background-color: var(--color);
    border-color: var(--color);
}
.prodet-page .form ul li.wid-100 {
    width: 100%;
}

@media screen and (max-width: 1430px) {
    .prodet-page .det-1 .grid-box .right .text .mores .fl{
        float: none;
    }

    .prodet-page .det-1 .grid-box .right .text h6{
        font-size: 20px;
    }

    .prodet-page .det-1 .grid-box .right .text h1{
        font-size: 30px;
    }

    .prodet-page .det-1 .grid-box .right .text .con{
        font-size: 16px;
    }

    .prodet-page .det-2 .related ul li .con{
        font-size: 16px;
    }
}
@media screen and (max-width: 1200px) {
    .prodet-page .det-2 .related ul li .con table{
        display: block !important;
        overflow-y: auto;
    }
    .prodet-page .det-2 .related ul li .con table tbody{
    width: 100% !important;
    display: table;
    }
    .prodet-page .det-2 .related ul li .con table tr td{
        width: auto !important;
        min-width: 150px;
    }
}
@media screen and (max-width: 1000px) {
    .prodet-page .det-1 .grid-box .left{
        position: unset;
    }
    .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
        font-size: 16px;
    }
    .prodet-page .det-1 .grid-box .left {
        width: 100%;
    }
    .prodet-page .det-1 .grid-box .right {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
    .prodet-page .det-1 .grid-box .right .text .mores {
        position: relative;
        left: 0;
        width: 100%;
    }

    .prodet-page .det-1 .grid-box .right .text h6{
        font-size: 16px;
        line-height: 2;
    }

    .prodet-page .det-1 .grid-box .right .text h1{
        font-size: 24px;
        line-height: 1.8;
    }

    .prodet-page .det-3 .title h3 span{
        font-size: 24px;
    }

    .prodet-page .det-1 .grid-box .right .text .share h5{
        font-size: 16px;
    }
}
@media screen and (max-width: 700px) {
    .prodet-page .det-2 .related ul li{
        width:100% !important; 
        margin-bottom: 15px;
    }

    .prodet-page .det-2 .tabs ul {
        border: none;
    }
    .prodet-page .det-2 .tabs ul li {
        display: block;
        text-align: center;
        border-bottom: 2px solid #e1e1e1;
    }
    .prodet-page .det-2 .tabs ul li a {
        display: block;
        font-size: 20px;
    }
    .prodet-page .det-3 .det-3-box ul li {
        padding: 0 5px;
    }
    .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
        font-size: 14px;
    }

    .prodet-page .det-3 .det-3-box ul .slick-arrow.slick-prev{
        left: 0px;
    }
    .prodet-page .det-3 .det-3-box ul .slick-arrow.slick-next{
        right: 0px;
    }

    .prodet-page .form ul li input, .prodet-page .form ul li textarea{
        padding: 5px;
    }
}


.mana-page .mana-1 {
  padding-top: 4.688%;
}
.mana-page .mana-1 .left {
  vertical-align: middle;
  padding-right: 7.5%;
}
.mana-page .mana-1 .left .title::before {
  display: none;
}
.mana-page .mana-1 .left .con {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 30px;
}
.mana-page .mana-1 .right {
  vertical-align: middle;
}
.mana-page .mana-2 {
  padding-top: 3.386%;
}
.mana-page .mana-2 .top .left {
  width: 44%;
  padding-right: 7%;
}
.mana-page .mana-2 .top .left .title::before {
  display: none;
}
.mana-page .mana-2 .top .right {
  width: 56%;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 12px;
}
.mana-page .mana-2 .top .right p {
  margin-top: 25px;
}
.mana-page .mana-2 .top .right p:first-child {
  margin-top: 0;
}
.mana-page .mana-2 .bottom {
  /*background: url(../images/mana2.jpg) no-repeat center top;*/
  background-size: 100% 100%;
  color: #000;
  margin-top: 89px;

}
.mana-page .mana-2 .bottom .title {
  color: #000;
}
.mana-page .mana-2 .bottom .title::before {
  display: none;
}
.mana-page .mana-2 .bottom .ig {
  background: rgba(255, 255, 255, 0.04);
  /*max-width: 1230px;*/
  /*margin: 24px 0 0 8.593%;*/
  padding: 40px  6.50vw !important;
}
.mana-page .mana-2 .bottom .ig ul li {
  position: relative;
  padding-top: 19px;
}
.mana-page .mana-2 .bottom .ig ul li i {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  /*height: 160px;*/
  /*border-radius: 50%;*/
  text-align: center;
  line-height: 80px;
  /*background: var(--color);*/
  padding: 10px;
}
.mana-page .mana-2 .bottom .ig ul li i img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.mana-page .mana-2 .bottom .ig ul li .text {
  display: inline-block;
  width: 82%;
  padding-left: 38px;
}
.mana-page .mana-2 .bottom .ig ul li .text span {
  font-size: calc(0.315vw + 14px) !important;
  line-height: 1.3;
  font-weight: bold;
}
.mana-page .mana-2 .bottom .ig ul li .text p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}
.mana-page .mana-2 .bottom .ig ul li::after {
  content: '';
  position: absolute;
  top: 0;
  display: none;
  right: 0;
  width: 38px;
  height: 31px;
  background: url(../images/mana-icon.png) no-repeat;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots {
  position: absolute;
  z-index: 2;
  right: -20%;
  top: 45%;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li {
  width: 18px;
  height: 18px;
  background: transparent;
  padding: 0;
  margin-bottom: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: var(--color);
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li button {
  display: none;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.77);
}
.mana-page .mana-3 {
  padding-top: var(-px70);
}
.mana-page .mana-3 ul li {
  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-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}
.mana-page .mana-3 ul li .img {
  background: url(../images/about-dots.png) no-repeat -20px top;
  width: 51.448%;
  padding-top: 146px;
}
.mana-page .mana-3 ul li .text {
  width: 48.552%;
  padding-left: 41px;
}
.mana-page .mana-3 ul li .text .title::before {
  display: none;
}
.mana-page .mana-3 ul li .text .title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  margin-top: 9px;
}
.mana-page .mana-3 ul li .text .con {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(40, 39, 39, 0.87);
  margin-top: 40px;
}
.mana-page .mana-3 ul li .text dl {
  margin-top: 47px;
}
.mana-page .mana-3 ul li .text dl dd {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 65px;
  position: relative;
  margin-bottom: 11px;
}
.mana-page .mana-3 ul li .text dl dd::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 32px;
  height: 26px;
  background: url(../images/mana-check.png) no-repeat;
}
.mana-page .mana-3 ul li .text dl dd:last-child {
  margin-bottom: 0;
}
.mana-page .mana-3 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mana-page .mana-3 ul li:nth-child(even) .text {
  padding: 0 100px 0 0;
}
.mana-page .mana-3 ul li:nth-child(even) .img {
  padding: 0 0 79px 22px;
  background: url(../images/about-dots1.png) no-repeat 20px 2px;
}
.mana-page .mana-3 ul li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-4 {
  padding: 0 0 5.886%;
}
.mana-page .mana-4 .header {
  background: var(--color);
  padding: 30px 0 28px;
}
.mana-page .mana-4 .header .title {
  color: white;
}
.mana-page .mana-4 .header .title::before {
  background: white;
  top: 38px;
}
.mana-page .mana-4 .content {
  margin-top: 80px;
}
.mana-page .mana-4 .content ul {
  margin: 0 -36px -60px 0;
}
.mana-page .mana-4 .content ul li {
  padding: 0 36px 60px 0;
}
.mana-page .mana-4 .content ul li .img-box img {
  width: 100%;
}

.swiper-oooo{
  overflow: hidden;
}
.slice-picture{
  position: relative;
  user-select: none;

}
.slice-picture__box1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  clip-path: inset(0% 100% 0% 0%);
  
}
.slice-picture__dragger{
  position: absolute;
  height: 100%;
  width: 1px;
  background: #fff;
  cursor: col-resize;
  top: 0;
  left: 0;
}
.slice-picture__handle{
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  box-shadow: 0 0 10px rgba(0,0,0,0.2) ;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: col-resize;
}
.no_bg1{
  color: #282727;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
.no_bg2{
      line-height: 1.7;
      color: rgba(40, 39, 39, 0.87);
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .mana-page .mana-2 .top .left {
    padding-right: 2%;
  }
  .mana-page .mana-2 .bottom .ig {
    margin: 26px auto 0;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -11%;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 50px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 21px;
  }
}
@media screen and (max-width: 1280px) {
  .mana-page .mana-1 .left {
    padding-right: 4%;
  }
  .mana-page .mana-1 .left .title {
    font-size: 40px;
  }
  .mana-page .mana-2 .top .left .title {
    font-size: 40px;
  }
  .mana-page .mana-3 ul li .text .title {
    font-size: 40px;
    line-height: 1.4;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 30px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 20px;
    padding-left: 45px;
  }
  .mana-page .mana-3 ul li .text dl dd::before {
    top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .mana-page .mana-1 .left {
    padding-right: 2%;
  }
  .mana-page .mana-1 .left .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .mana-page .mana-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-2 .top .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 40px;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 40px 40px 30px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    padding-left: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -5%;
  }
  .mana-page .mana-3 ul li {
    margin-bottom: 30px;
  }
  .mana-page .mana-3 ul li .img {
    width: 100%;
  }
  .mana-page .mana-3 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li .text .con,
  .mana-page .mana-3 ul li .text dl {
    margin-top: 20px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0 0 79px 0;
  }
  .mana-page .mana-4 .content {
    margin-top: 40px;
  }
  .mana-page .mana-4 .content ul {
    margin: 0 -15px -25px 0;
  }
  .mana-page .mana-4 .content ul li {
    padding: 0 15px 25px 0;
  }
}
@media screen and (max-width: 700px) {
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 36px;
    line-height: 1.5;
  }
  .mana-page .mana-2 .top .right {
    padding: 10px 0 0 0;
    margin-top: 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    margin-top: 10px;
  }
  .mana-page .mana-3 ul li .text .title {
    font-size: 36px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 32px;
  }
  .mana-page .mana-1 .left .con {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .top .right {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 20px 30px 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-3 ul li .text .con {
    font-size: 14px;
    line-height: 2;
  }
}

.solution-page {
    padding: 120px 0 110px
}

.solution-page .list ul li {
    background-color: #f4f4f4;
}
.solution-page .list ul li:nth-child(even) {
    flex-direction: row-reverse;
}
.solution-page .list ul li .img{
    height: -webkit-fill-available;
}
.solution-page .list ul li .text{
    padding: 60px;
}

.solutdet-page  .init-1 .container .title {
    font-size: 30px
}

.solutdet-page  .init-1 .container .title:before {
    display: none
}

.solutdet-page  .init-1 .container .time {
    color: #9e9e9e;
    margin-top: 30px
}

.solutdet-page  .init-1 .container .content {
    margin-top: 20px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    color: #767676;
    padding: 30px 0;
    line-height: 2
}
.solutdet-page  .init-1 .container .content .con{
  /*max-height: 220px;
  padding-right: 10px;
  overflow-y: auto;*/
}
.solutdet-page  .init-1 .container .bottom_cont {
    margin-top: 40px
}

.solutdet-page  .init-1 .container .bottom_cont .left {
    width: calc(100% - 160px);
    padding-right: 20px
}

.solutdet-page  .init-1 .container .bottom_cont .right {
    width: 160px
}

.solutdet-page  .init-1 .container .bottom_cont .right .share_name {
    color: #767676
}

.solutdet-page  .init-1 .container .bottom_cont .right .list_cont a {
    display: inline-block;
    margin-top: 10px;
    width: 28px;
    height: 28px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background-color: var(--color);
    font-size: 16px;
    border-radius: 50%;
    margin-right: 12px
}

.solutdet-page  .init-1 .container .bottom_cont .right .list_cont a i {
    position: relative;
    z-index: 2
}

.solutdet-page  .init-1 .container .bottom_cont .right .list_cont a:before {
    background-color: #245e3e
}

.solutdet-page  .init-1 .container .bottom_cont .right .list_cont a.list2 {
    background-color: #00aced
}

.solutdet-page  .init-1 .container .bottom_cont .right .list_cont a.list3 {
    background-color: #cb2027
}

.solutdet-page  .init-1 .container .bottom_cont .right .list_cont a.list4 {
    background-color: #cc2366
}

.solutdet-page  .init-1 .container .bottom_cont .right .list_cont a:last-child {
    margin-right: 0
}

.pro_public .init-related {
    background-color: #f7f7f7
}

.pro_public .init-related .container .tips {
    text-align: center;
    font-weight: 700
}

.pro_public .init-related .container .content {
    margin-top: 40px
}

.pro_public .init-related .container .content .slick .slick-list {
    margin: 0 -25px
}

.pro_public .init-related .container .content .slick li {
    padding: 0 25px
}

.pro_public .init-related .container .content .slick li .box .img {
    background-color: #fff;
    display: block;
    padding: 40px
}

.pro_public .init-related .container .content .slick li .box .text {
    display: block;
    margin-top: 20px
}

.pro_public .init-related .container .content .slick li .box .text:hover {
    color: var(--color)
}
@media screen and (max-width: 1000px) {
    .solution-page .list ul li .text{
    padding: 30px;
    }
    .solutdet-page  .init-1 .container .bottom_cont {
        margin-top: 20px
    }

    .solutdet-page  .init-1 .container .bottom_cont .left {
        width: 100%;
        padding: 0
    }

    .solutdet-page  .init-1 .container .bottom_cont .right {
        display: none
    }
    .solutdet-page  .init-1 .container .left{
      width: 100%;
    }
    .solutdet-page  .init-1 .container .text{
      width: 100%;
      padding-left: 0;
      margin-top: 45px;
    }
    .solutdet-page  .init-1 .container .content .con{
      overflow-y: unset;
      max-height: unset;
      padding-right: 0;
    }
}
@media screen and (max-width: 700px) {
    .solution-page .list ul li .img{
        width: 100%
    }
    .solution-page .list ul li .text{
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .solutdet-page  .init-1 .container .bottom_cont {
        margin-top: 0
    }

    .solutdet-page  .init-1 .container .time {
        margin-top: 16px
    }
}


  .oem-page .init-1 .container {
    max-width: 1740px;
  }
  .oem-page .init-1 .container .left {
    width: 44%;
  }
  .oem-page .init-1 .container .left img {
    width: 100%;
  }
  .oem-page .init-1 .container .right {
    width: 56%;
    padding-left: 60px;
  }
  .oem-page .init-1 .container .right .tipsTitle {
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
  }
  .oem-page .init-1 .container .right .tipsDes {
    font-weight: 500;
    color: var(--color);
  }
  .oem-page .init-1 .container .right .content ul li .box {
    position: relative;
  }
  .oem-page .init-1 .container .right .content ul li .box .title {
    padding: 16px 60px 16px 30px;
    position: relative;
   font-weight: 500;
    cursor: pointer;
  }
  .oem-page .init-1 .container .right .content ul li .box .title i {
    position: absolute;
    top: 16px;
    right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .oem-page .init-1 .container .right .content ul li .box .des {
    border-top: 1px solid #dedade;
    color: #666666;
    padding: 20px 50px;
    line-height: 1.8;
    background-color: #f0efeb;
    display: none;
  }
  .oem-page .init-1 .container .right .content ul li.active .box .title {
    background-color: #f0efeb;
  }
  .oem-page .init-1 .container .right .content ul li.active .box .title i {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  @media (max-width: 1000px) {
    .oem-page .init-1 .container .left {
      width: 100%;
      max-width: 400px;
    }
    .oem-page .init-1 .container .right {
      width: 100%;
      padding: 0;
      margin-top: 20px;
    }
    .oem-page .init-1 .container .right .content ul li .box .title i {
      top: 18px;
      width: 20px;
      height: 20px;
      line-height: 20px;
    }
    .oem-page .init-1 .container .right .content ul li .box .title {
      padding: 16px 30px 16px 16px;
    }
    .oem-page .init-1 .container .right .content ul li .box .des {
      padding: 16px;
    }
  }


.about-page .about-1 {
    padding-top: 4.688%;
}

.about-page .about-1 .play {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a29e), to(#00809b));
  background-image: -webkit-linear-gradient(top, #00a29e 0%, #00809b 100%);
  background-image: -moz-linear-gradient(top, #00a29e 0%, #00809b 100%);
  background-image: linear-gradient(to bottom, #00a29e 0%, #00809b 100%);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-1 .play:hover::before {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
.about-page .about-1 .play::before {
  content: '';
  display: block;
  width: 108px;
  height: 109px;
  background: url('../images/player.png') no-repeat center center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: btn_rotate 8s linear infinite;
  -moz-animation: btn_rotate 8s linear infinite;
  animation: btn_rotate 8s linear infinite;
}
.about-page .about-1 .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 42px;
}
.about-page .about-1 .content .con {
    width: 62%;
    font-size: 18px;
    font-weight: 400;
    color: #282727;
    line-height: 1.8;
    max-height: 418px;
    overflow-y: scroll;
}
.about-page .about-1 .content .right {
    width: 38%;
}
.about-page .about-1 .content .right .ig {
    max-width: 480px;
    margin: 0 0 0 auto;
    text-align: center;
    font-weight: bold;
}
.about-page .about-1 .content .right span {
    font-size: 200px;
    line-height: 1;
    color: var(--color);
}
.about-page .about-1 .content .right p {
    font-size: 30px;
    color: #0d0d0d;
    line-height: 1.3;
    margin-top: 24px;
}
.about-page .about-1 #index-body {
    margin-top: 67px;
    background: transparent;
}
.about-page .about-2 {
    padding-top: 5.99%;
    margin-bottom: 80px;
}
.about-page .about-2 .img {
    background: url(../images/about-dots.png) no-repeat -20px top;
    width: 51.448%;
    padding-top: 65px;
}
.about-page .about-2 .text {
    width: 48.552%;
    padding: 65px 0 0 0px;
}
.about-page .about-2 .text .title::before {
    display: none;
}
.about-page .about-2 .text .title::after {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #c2c0c3;
    display: block;
    margin-top: 17px;
}
.about-page .about-2 .text .con {
    font-size: 19px;
    color: #282727;
    line-height: 1.8;
    margin-top: 20px;
}
.about-page .about-3 {
    padding-top: 5.782%;
}
.about-page .about-3 .header {
    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;
}
.about-page .about-3 .content {
    margin-top: 70px;
}
.about-page .about-3 .content 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;
    position: relative;
    height: 1130px;
}
.about-page .about-3 .content ul li {
    width: 33.333%;
    height: 380px;
}
.about-page .about-3 .content ul li img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about-page .about-3 .content ul li .box {
    background: white;
    padding: 90px 75px 92px 59px;
    height: 380px;
}
.about-page .about-3 .content ul li .box .tit {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    font-weight: bold;
    color: var(--color);
}
.about-page .about-3 .content ul li .box .con {
    font-size: 18px;
    line-height: 1.8;
    color: #282727;
    margin-top: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.about-page .about-3 .content ul li:nth-child(3) {
    height: 750px;
}
.about-page .about-3 .content ul li:nth-child(4) {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 750px;
}
.about-page .about-3 .content ul li:nth-child(5) {
    position: absolute;
    bottom: 380px;
    left: 33.334%;
}
.about-page .about-3 .content ul li:nth-child(6) {
    position: absolute;
    bottom: 0;
    left: 33.334%;
}
.about-page .about-3 .content ul li:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
}
.about-page .about-4 {
    padding: 6.25% 0 0;
}
.about-page .about-4 .box {
    background: var(--color);
}
.about-page .about-4 .box .left {
    vertical-align: middle;
    color: white;
    padding-left: 80px;
}
.about-page .about-4 .box .left .tit {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    font-weight: bold;
}
.about-page .about-4 .box .left .con {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 26px;
    width: 76%;
}
.about-page .about-4 .box .left .more {
    background: white;
    color: var(--color);
    margin-top: 72px;
}
.about-page .about-4 .box .left .more::after {
    background: black;
}
.about-page .about-4 .box .left .more:hover {
    color: white;
}
.about-page .about-4 .box .right {
    vertical-align: middle;
}
.about-page .about-4 .box .right ul {
    max-width: 602px;
    margin: 0 0 0 auto;
}
.about-page .about-4 .box .right ul li {
    line-height: 234px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-4 .box .right ul li img {
    display: inline-block;
    vertical-align: middle;
}
.about-page .about-4 .box .right ul li:first-child,
.about-page .about-4 .box .right ul li:last-child {
    background-color: #11ada9;
}
.about-page .about-4 .box .right ul li:hover {
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
}
@media screen and (max-width: 1250px) {
    .about-page .about-3 .content ul {
        height: 1000px;
    }
    .about-page .about-3 .content ul li {
        height: 350px;
    }
    .about-page .about-3 .content ul li .box {
        height: 350px;
        padding: 60px 50px 30px 40px;
    }
    .about-page .about-3 .content ul li .box .tit {
        font-size: 34px;
    }
    .about-page .about-3 .content ul li:nth-child(3),
    .about-page .about-3 .content ul li:nth-child(4) {
        height: 700px;
    }
    .about-page .about-3 .content ul li:nth-child(5) {
        bottom: 350px;
    }
    .about-page .about-4 .box .left {
        padding-left: 50px;
    }
    .about-page .about-4 .box .left .con {
        width: 92%;
    }
    .about-page .about-4 .box .left .more {
        margin-top: 50px;
    }
      .inner-banner{
    padding: 0;
  }
  .inner-banner .mbx{
    padding: 50px 0;
  }
  .inner-banner .mbx p{
    max-width: 100%;
  }
  .inner-banner .mbx h2 {
    font-size: 30px;
}
}
@media screen and (max-width: 1100px) {
    .about-page .about-2 .text {
        padding: 65px 0 0 40px;
    }
    .about-page .about-3 .content ul {
        height: 900px;
    }
    .about-page .about-3 .content ul li {
        height: 300px;
    }
    .about-page .about-3 .content ul li .box {
        height: 300px;
        padding: 40px 30px 30px 20px;
    }
    .about-page .about-3 .content ul li:nth-child(3),
    .about-page .about-3 .content ul li:nth-child(4) {
        height: 600px;
    }
    .about-page .about-3 .content ul li:nth-child(5) {
        bottom: 300px;
    }
    
}
@media screen and (max-width: 1000px) {

    .inner-banner .img .tit {
        font-size: 30px;
        line-height: 1.3;
    }
    .about-page .about-1 .content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .about-page .about-1 .content .con {
        width: 100%;
    }
    .about-page .about-1 .content .right {
        display: none;
    }
    .about-page .about-2 .img {
        width: 100%;
    }
    .about-page .about-2 .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .about-page .about-3 .content {
        margin-top: 30px;
    }
    .about-page .about-3 .content ul {
        height: 800px;
    }
    .about-page .about-3 .content ul li {
        height: 260px;
    }
    .about-page .about-3 .content ul li .box {
        height: 260px;
        padding: 20px 15px 0 15px;
    }
    .about-page .about-3 .content ul li .box .tit {
        font-size: 25px;
    }
    .about-page .about-3 .content ul li:nth-child(3),
    .about-page .about-3 .content ul li:nth-child(4) {
        height: 540px;
    }
    .about-page .about-3 .content ul li:nth-child(5) {
        bottom: 260px;
    }
    .about-page .about-4 .box .left {
        padding-left: 20px;
    }
}
@media screen and (max-width: 700px) {
    .inner-banner .mbx h2 {
    font-size: 24px;
}
    .inner-banner .img .tit {
        font-size: 26px;
    }
    .about-page .about-3 .content ul {
        height: auto;
    }
    .about-page .about-3 .content ul li {
        height: auto;
        width: 50%;
    }
    .about-page .about-3 .content ul li .box {
        height: auto;
        padding: 20px 15px;
    }
    .about-page .about-3 .content ul li:nth-child(3),
    .about-page .about-3 .content ul li:nth-child(4) {
        height: auto;
    }
    .about-page .about-3 .content ul li:nth-child(4),
    .about-page .about-3 .content ul li:nth-child(5),
    .about-page .about-3 .content ul li:nth-child(6),
    .about-page .about-3 .content ul li:last-child {
        position: initial;
    }
    .about-page .about-4 .box .left {
        width: 100%;
        padding: 20px 15px;
    }
    .about-page .about-4 .box .right {
        width: 100%;
    }
    .about-page .about-4 .box .right ul li {
        line-height: 200px;
    }
}
@media screen and (max-width: 500px) {
    .about-page .about-1 #index-body {
        margin-top: 20px;
    }
    .about-page .about-2 .text .con {
        margin-top: 20px;
    }
    .about-page .about-3 .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-page .about-3 .header .more {
        margin-top: 15px;
    }
    .about-page .about-3 .content ul li {
        width: 100%;
    }
    .about-page .about-4 .box .left .tit {
        font-size: 32px;
    }
    .about-page .about-4 .box .left .con {
        width: 100%;
        font-size: 14px;
        line-height: 2;
        margin-top: 10px;
    }
    .about-page .about-4 .box .left .more {
        margin-top: 20px;
    }
    .about-page .about-4 .box .right ul li {
        line-height: 150px;
    }
}


.faq-page {
    padding-bottom: 110px;
}
.faq-page .container .tips_title {
    font-weight: bold;
    padding-left: 60px;
    font-weight: 700;
    padding-right: 25px;
    display: inline-block;
    position: relative;
    line-height: 1;
    z-index: 2;
}
.faq-page .container .tips_title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 16px;
    bottom: 0;
    left: 0;
    background-color: var(--color)1f;
    z-index: -1;
}
.faq-page .container .content {
    margin-top: 60px;
}
.faq-page .container .content ul {
    border-top: 1px solid #e5e8ec;
    border-left: 1px solid #e5e8ec;
    border-right: 1px solid #e5e8ec;
}
.faq-page .container .content ul li {
    border-bottom: 1px solid #e5e8ec;
    position: relative;
    cursor: pointer;
}
.faq-page .container .content ul li > i {
    position: absolute;
    top: 24px;
    right: 24px;
    line-height: 1;
    font-size: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: var(--color);
}
.faq-page .container .content ul li .title {
    font-weight: bold;
    position: relative;
    padding: 20px 60px;
    font-size: 26px;
}
.faq-page .container .content ul li .title::before{
    display: none;
}
.faq-page .container .content ul li .des {
    display: none;
    padding: 20px 60px;
}
.faq-page .container .content ul li.active .title {
    background-color: var(--color);
    color: #fff;
}
.faq-page .container .content ul li.active > i {
    color: #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media (max-width: 1000px) {
    .faq-page {
        text-align: center;
    }
    .faq-page .container .tips_title {
        padding-left: 20px;
        padding-right: 20px;
    }
    .faq-page .container .content ul {
        text-align: left;
    }
    .faq-page .container .content {
        text-align: left;
    }
}
@media (max-width: 500px) {
    .faq-page .container .content {
        margin-top: 30px;
    }
    .faq-page .container .content ul li .title {
        padding: 20px 30px 20px 16px;
    }
    .faq-page .container .content ul li > i {
        font-size: 20px;
        width: 20px;
        height: 20px;
        right: 2px;
        top: 28px;
    }
    .faq-page .container .content ul li .des {
        padding: 20px 16px;
    }
}


.honor-page .container .tips_title {
    font-weight: bold;
    text-align: center;
    margin-bottom: -30px;
    text-transform: uppercase;
}
.honor-page .container .content {
    margin-top: 50px;
}
.honor-page .container .content ul {
    margin: 0 -25px;
}
.honor-page .container .content ul li {
    margin-top: 40px;
    padding: 0 25px;
    text-align: center;
}
.honor-page .container .content ul li .box a {
    display: block;
}
.honor-page .container .content ul li .box .text {
    margin-top: 30px;
    font-weight: 400;
}
@media (max-width: 1000px) {
    .honor-page .container .content ul {
        margin: 0 -10px;
    }
    .honor-page .container .content ul li {
        padding: 0 10px;
    }
    .honor-page .container .content ul li .box .text {
        margin-top: 10px;
    }
}
@media (max-width: 500px) {
    .honor-page .container .content {
        margin-top: 0;
    }
}



#index-body .about .bottom {
  text-align: center;
  padding: 16.448% 0;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
}
#index-body .about .data {
  padding: 65px 6.579% 0 10%;
}
#index-body .about .data ul {
  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;
}
#index-body .about .data ul li {
  display: inline-block;
}
#index-body .about .data ul li .num em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  color: var(--color);
}
#index-body .about .data ul li .num span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  color: #080808;
  line-height: 1.5;
  width: 50%;
  padding-left: 9px;
  margin-bottom: -5px;
}
#index-body .about .data ul li:nth-child(2) .num span {
  width: 37%;
}

@media screen and (max-width: 1680px) {
  #index-body .about .top {
    background-position: -160px center;
  }
}
@media screen and (max-width: 1440px) {
  #index-body .about .top {
    background-position: -340px center;
  }
  #index-body .about .data {
    padding: 65px 3% 0 6%;
  }
}
@media screen and (max-width: 1280px) {
  #index-body .about .top {
    background-position: -260px center;
    background-size: 70% 70%;
  }
  #index-body .about .data ul li .num em {
    font-size: 80px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .about .top {
    background: transparent;
    padding: 60px 0;
  }
  #index-body .about .top .text {
    max-width: 100%;
  }
  #index-body .about .data {
    padding: 65px 0% 0 0%;
  }
  #index-body .about .data ul li .num em {
    font-size: 60px;
  }
  #index-body .about .data ul li:nth-child(2) .num span {
    width: 45%;
  }
}
@media screen and (max-width: 700px) {
  #index-body .about .top {
    padding: 30px 0;
  }
  #index-body .about .top .text .con {
    margin-top: 10px;
  }
  #index-body .about .data {
    display: none;
  }
}


.about-page .init-40 {
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-40 .container .tipsTitle {
  text-align: center;
  color: #000;
  font-weight:bold;
}
.about-page .init-40 .container .content {
  position: relative;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 10px auto 0;
}
.about-page .init-40 .container .content .btn {
  cursor: pointer;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  right: 0;
  -webkit-box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.about-page .init-40 .container .content .btn.slick-disabled{
  opacity: 0;
  pointer-events: none;
}
.about-page .init-40 .container .content .btn i {
  width: 20px;
  height: 20px;
}
.about-page .init-40 .container .content .btn:hover {
  background-color: var(--color);
}
.about-page .init-40 .container .content .btn:hover i {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.about-page .init-40 .container .content .prev {
  left: 0;
}
.about-page .init-40 .container .content ul li {
  padding: 0 20px;
}
.about-page .init-40 .container .content ul li .box {
  padding: 0 100px;
  text-align: center;
  position: relative;
}
.about-page .init-40 .container .content ul li .box .num {
  font-size: 480px;
  font-weight: bold;
  text-align: center;
  color: rgba(229, 229, 229, 0.8);
  line-height: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .init-40 .container .content ul li .box .desC {
  height: 500px;
  padding-right: 10px;
  overflow-y: hidden;
}
.about-page .init-40 .container .content ul li .box .desC .des {
  position: relative;
  z-index: 2;
  font-size: 20px;
}
.about-page .init-40 .container .content2 {
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 20px auto 0;
  position: relative;
}
.about-page .init-40 .container .content2 .line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background-color: #a6a6a6;
}
.about-page .init-40 .container .content2 ul .slick-track {
  margin-left: 0;
}
.about-page .init-40 .container .content2 ul .slick-current li .box .num {
  color: var(--color);
}
.about-page .init-40 .container .content2 ul .slick-current li .box .cir {
  background-color: var(--color);
}
.about-page .init-40 .container .content2 ul li .box {
  cursor: pointer;
  text-align: center;
}
.about-page .init-40 .container .content2 ul li .box .num {
  font-size: 24px;
  line-height: 1;
}
.about-page .init-40 .container .content2 ul li .box .cir {
  border-radius: 50%;
  background-color: #888888;
  width: 10px;
  height: 10px;
  margin: 16px auto 0;
}
@media (max-width: 1800px) {

  .about-page .init-40 .container .content ul li .box .num {
    font-size: 400px;
  }
}
@media (max-width: 1500px) {
  .about-page .init-40 .container .content ul li .box .num {
    font-size: 300px;
  }
}
@media (max-width: 1250px) {
    .about-page .init-40 .container .content ul li .box .num {
    font-size: 200px;
  }
}

@media (max-width: 1000px) {
    .about-page .init-40 .container .content ul li .box .num {
    font-size: 160px;
  }
  .about-page .init-40 .container .content {
    width: 100%;
  }
}
@media (max-width: 700px) {

  .about-page .init-40 .container .content ul li .box .num {
    font-size: 130px;
  }
}
@media (max-width: 500px) {
    .about-page .init-40 .container .content {
    padding-top: 80px;
  }
  .about-page .init-40 .container .content .btn {
    width: 40px;
    height: 40px;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: 50%;
  }
  .about-page .init-40 .container .content .prev {
    left: -webkit-calc(0%);
    left: -moz-calc(0%);
    left: calc(50% - 50px);
  }
  .about-page .init-40 .container .content .next {
    left: -webkit-calc(60%);
    left: -moz-calc(60%);
    left: calc(50% + 10px);
  }
  .about-page .init-40 .container .content ul li {
    padding: 0 10px;
  }
  .about-page .init-40 .container .content ul li .box {
    padding: 0;
  }
  .about-page .init-40 .container .content ul li .box .num {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .about-page .init-40 .container .content ul li .box .desC {
    height: auto;
  }
  .about-page .init-40 .container .content ul li .box .num {
    font-size: 60px;
  }
  .about-page .init-40 .container .content ul li .box .desC {
    text-align: left;
    margin-top: 20px;
  }
  .about-page .init-40 .container .content ul li .box .desC .des {
    font-size: 16px;
    line-height: 2;
    width: 100%;
  }
  .about-page .init-40 .container .content2 {
    width: 100%;
  }
}

.about-page .init-50 .container .tipsTitleC {
    color: var(--color)
}

.about-page .init-50 .container .content {
    margin-top: 80px
}

.about-page .init-50 .container .content .left {
    width: 40%;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    padding: 50px 40px;
    text-align: center
}

.about-page .init-50 .container .content .left .title {
    max-width: 350px;
    font-weight: 600;
    margin: auto
}

.about-page .init-50 .container .content .left .des {
    color: #666;
    margin-top: 20px
}

.about-page .init-50 .container .content .left .more {
    margin: 30px auto 0;
}

.about-page .init-50 .container .content .right {
    width: 60%;
    padding-left: 30px
}

.about-page .init-50 .container .content .right img {
    width: 100%
}

.about-page .init-50 .container .content2 {
    position: relative;
    margin-top: 10px
}

.about-page .init-50 .container .content2 .btn {
    position: absolute;
    width: 60px;
    height: -webkit-calc(60%);
    height: -moz-calc(60%);
    height: calc(100% - 40px);
    top: 20px;
    right: -80px;
    background-color: #cbcbcb;
    cursor: pointer;
    z-index: 2;
    font-size: 50px;
    font-weight: 700;
    color: #fff
}

.about-page .init-50 .container .content2 .btn:hover {
    background-color: var(--color)
}

.about-page .init-50 .container .content2 .prev {
    right: unset;
    left: -80px
}

.about-page .init-50 .container .content2 .swiper {
    margin: 0 -20px
}

.about-page .init-50 .container .content2 ul li {
    height: auto;
    padding: 20px
}

.about-page .init-50 .container .content2 ul li .box {
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1)
}

.about-page .init-50 .container .content2 ul li .box .img {
    display: block
}

.about-page .init-50 .container .content2 ul li .box .img img {
    width: 100%
}

.about-page .init-50 .container .content2 ul li .box .text {
    text-align: center;
    font-weight: 600;
    padding: 16px
}
@media (max-width: 1250px) {
    .about-page .init-50 .container .content .left {
        width: 100%
    }
    .about-page .init-50 .container .content .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }
    .about-page .init-50 .container .content2 .btn {
        display: none !important;
    }
}
@media (max-width: 500px) {
    .about-page .init-50 .container .content {
        margin-top: 20px
    }
    .about-page .init-50 .container .content .left {
        padding: 20px 10px
    }
    .about-page .init-50 .container .content .left .des {
        margin-top: 10px
    }
    .about-page .init-50 .container .content .left .more {
        margin-top: 10px
    }
}


.i-global {
  background: url(../images/map-bg.jpg) no-repeat top 75% right 125%;
  padding: 110px 0 130px;
}
.i-global .baseTit {
  max-width: 700px;
}
.i-global .desc {
  width: 45%;
  opacity: .75;
}
.i-global .left {
  width: 70%;
}
.i-global .left > img {
  width: 100%;
}
.i-global .left li {
  z-index: 1;
}
.i-global .left li:nth-of-type(1) {
  left: 77%;
  top: 40%;
}
.i-global .left li:nth-of-type(2) {
  left: 79.7%;
  top: 45%;
}
.i-global .left li:nth-of-type(3) {
  left: 19%;
  top: 37%;
}
.i-global .left li:nth-of-type(4) {
  left: 52%;
  top: 34%;
}
.i-global .left li:nth-of-type(5) {
  left: 46%;
  top: 31%;
}
.i-global .left li:nth-of-type(6) {
  left: 76%;
  top: 56%;
}
.i-global .left li:nth-of-type(7) {
  left: 68%;
  top: 53%;
}
.i-global .left li:nth-of-type(8) {
  left: 49%;
  top: 32%;
}

.i-global .left li i {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--color);
}
.i-global .left li i::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(1, 64, 153, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.i-global .left li .text {
  font-size: 17.16px;
  width: 120px;
}
.i-global .left li .text.tc {
  bottom: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.i-global .left li .text.rb {
  top: 110%;
  left: 200%;
}
.i-global .right {
  width: 25%;
  margin-top: 40px;
}
.i-global .right li + li {
  margin-top: 25px;
}
.i-global .right li a {
  font-size: 30px;
  display: block;
  position: relative;
  padding-left: 50px;
  color: #6e6e6e;
}
.i-global .right li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  border-bottom: 2px solid var(--color);
  width: 40px;
  opacity: 0;
}
.i-global .right li.active a {
  font-weight: bold;
  color: var(--color);
}
.i-global .right li.active a::before {
  opacity: 1;
}
@media (max-width: 1480px) {
    .i-global .right li a {
        font-size: 24px;
    }
}
@media (max-width: 1230px) {
    .i-global .right li a {
        font-size: 18px;
    }
}
@media (max-width: 1000px) {
    .i-global {
        padding: 60px 0;
    }
    .i-global .baseTit {
        max-width: 100%;
        float: none;
    }
    .i-global .desc {
        width: 100%;
        text-align: left;
        float: none;
    }
    .i-global .left {
        width: 100%;
        float: none;
    }
    .i-global .right {
        width: 100%;
        float: none;
    }
    .i-global .right ul {
        font-size: 0;
    }
    .i-global .right li {
        display: inline-block;
        vertical-align: top;
        width: auto;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .i-global .right li + li {
        margin-top: 0;
    }
    .i-global .right li a {
        padding-left: 0;
    }
    .i-global .right li a::before {
        display: none;
    }
}
@media (max-width: 700px) {
    .i-global .left li .text {
        font-size: 14px;
        width: 100px;
    }
    .i-global .left li .text.rb {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}



.inner-page .sideBarLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
.inner-page .sideBarLeft .nav a {
  padding: .8em 1em;
  background-color: #f5f5f5;
  margin-bottom: 1em;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarLeft .nav a i {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarLeft .nav a:not([class]) {
  display: block;
}
.inner-page .sideBarLeft .nav a:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarLeft .nav a.active {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarLeft .nav a.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.inner-page .sideBarLeft .nav ul ul {
  display: none;
}
.inner-page .sideBarLeft .nav ul ul a {
  background-color: #fbfbfb;
}

.news-page .list li a.link {
  width: 2em;
  height: 2em;
  line-height: 1;
  border-radius: 100%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-top: 1.5em;
  margin: 0 auto;
  color: var(--color2);
}
.news-page .list li a.link i {
  font-size: 3em;
  line-height: .1;
  display: block;
}
.newdet-page .sideBarRight hr {
  background-image: -webkit-linear-gradient(right, black 0, black 5px, transparent 5px, transparent 10px);
  background-image: -moz-linear-gradient(right, black 0, black 5px, transparent 5px, transparent 10px);
  background-image: linear-gradient(to left, black 0, black 5px, transparent 5px, transparent 10px);
  background-size: 10px auto;
  background-color: transparent;
}
.newdet-page .sideBarRight .text {
  line-height: 1.8;
}
.newdet-page .newdet-2 {
  background-color: #f6f6f6;
}



#c_static_001_P_262-16798977155860 {
    min-height: 0px;
    background-fill-value: background-color;
    margin-top: 0px;
    padding-top: 0px;
    display-radio: 1;
    margin-bottom: 0px;
    background_radio: 2
}

#c_static_001_P_262-16798977155860.response-animated .undefined {
    animation-name: none,none;
    animation-delay: 0.0s,0.6s;
    animation-duration: 0.6s,0.6s;
    animation-iteration-count: 1,1
}

#c_static_001_P_262-16798977155860 .p_item {
    display-radio: 1
}

#c_static_001_P_262-16798977155860 .e_image-52 {
    overflow: hidden;
    max-width: 11px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 5px;
    display-radio: 1
}

#c_static_001_P_262-16798977155860 .e_container-54 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    background_radio: 1
}

#c_static_001_P_262-16798977155860 .e_container-54 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_262-16798977155860 .e_container-54 .p_item {
    display-radio: 1
}

#c_static_001_P_262-16798977155860 .e_container-54 .cbox-54-1 {
    padding-left: 55px
}

#c_static_001_P_262-16798977155860 .e_html-125 {
    min-height: 10px;
    display-radio: 1;
    margin-bottom: 6px
}

#c_static_001_P_262-16798977155860 .e_container-201 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    display-radio: flex;
    background_radio: 1;
    max-width: none
}

#c_static_001_P_262-16798977155860 .e_container-201 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_262-16798977155860 .e_container-201 .cbox-201-0 {
    flex: 0 0 42%
}

#c_static_001_P_262-16798977155860 .e_container-201 .p_item {
    display-radio: 1;
    margin-bottom: 0px;
    width: auto
}

#c_static_001_P_262-16798977155860 .e_container-201 .cbox-201-1 {
    margin-left: auto;
    padding-left: 0px
}

#c_static_001_P_262-16798977155860 .e_container-202 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    background_radio: 1;
    margin-top: 0px;
    margin-bottom: 0px
}

#c_static_001_P_262-16798977155860 .e_container-202 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_262-16798977155860 .e_container-202 .cbox-202-0 {
    border-left-style: solid;
    border-left-width: 0px;
    border-left-color: rgba(204,204,204,1);
    flex: 0 0 50%
}

#c_static_001_P_262-16798977155860 .e_container-202 .p_item {
    display-radio: 1
}

#c_static_001_P_262-16798977155860 .e_container-203 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 50px;
    display-radio: flex;
    background_radio: 1;
    margin-bottom: 22px;
    min-height: 115px
}

#c_static_001_P_262-16798977155860 .e_container-203 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_262-16798977155860 .e_container-203 .cbox-203-0 {
    flex: 0 0 auto;
    padding-right: 18px
}

#c_static_001_P_262-16798977155860 .e_text-209 {
    line-height: normal;
    font_radio: 2;
    margin-top: 5px;
    color: rgba(102,102,102,1);
    display-radio: 1;
    font-size: 18px
}

#c_static_001_P_262-16798977155860 .e_icon-210 {
    width: 60px;
    height: 60px;
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
    color: rgba(17, 72, 181, 1);
    line-height: 2;
}
#c_static_001_P_262-16798977155860 .img{   
    border: rgb(0 68 121) 1px solid;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#c_static_001_P_262-16798977155860 .img img{
  width: 40px;
}
#c_static_001_P_262-16798977155860 .e_icon-210 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: rgb(0 68 121);
    
}

#c_static_001_P_262-16798977155860 .e_container-211 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 50px;
    display-radio: flex;
    background_radio: 1;
    margin-bottom: 22px;
    min-height: 115px
}

#c_static_001_P_262-16798977155860 .e_container-211 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_262-16798977155860 .e_container-211 .cbox-211-0 {
    flex: 0 0 auto;
    padding-right: 18px
}

#c_static_001_P_262-16798977155860 .e_container-212 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-left: auto;
    padding-left: 0px;
    margin-top: 0px;
    display-radio: flex;
    background_radio: 1;
    margin-bottom: 22px;
    min-height: 115px
}

#c_static_001_P_262-16798977155860 .e_container-212 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_262-16798977155860 .e_container-212 .cbox-212-0 {
    flex: 0 0 auto;
    padding-right: 18px
}

#c_static_001_P_262-16798977155860 .e_text-213 {
    line-height: normal;
    font_radio: 2;
    margin-top: 5px;
    color: rgba(58,58,58,1);
    display-radio: 1;
    font-size: 18px;
    
}

#c_static_001_P_262-16798977155860 .e_text-214 {
    line-height: normal;
    font_radio: 2;
    margin-top: 5px;
    color: rgba(102,102,102,1);
    display-radio: 1;
    font-size: 18px;
}

#c_static_001_P_262-16798977155860 .e_icon-215 {
    width: 60px;
    height: 60px;
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
    color: rgba(17, 72, 181, 1);
    line-height: 2;
}

#c_static_001_P_262-16798977155860 .e_icon-215 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: rgb(0 68 121);
    border: rgb(0 68 121) 1px solid;
    border-radius: 4px
}

#c_static_001_P_262-16798977155860 .e_text-216 {
    line-height: normal;
    font_radio: 2;
    margin-top: 0px;
    color: rgba(102,102,102,1);
    display-radio: 1
}

#c_static_001_P_262-16798977155860 .e_text-217 {
    line-height: normal;
    font_radio: 2;
    margin-top: 5px;
    color: rgba(58,58,58,1);
    display-radio: 1;
    font-size: 18px;
}

#c_static_001_P_262-16798977155860 .e_text-218 {
    line-height: normal;
    font_radio: 2;
    margin-top: 5px;
    color: rgba(102,102,102,1);
    display-radio: 1;
    font-size: 16px;
}

#c_static_001_P_262-16798977155860 .e_icon-219 {
    width: 60px;
    height: 60px;
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
    color: rgba(17, 72, 181, 1);
    line-height: 2;
}

#c_static_001_P_262-16798977155860 .e_icon-219 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: rgb(0 68 121);
}

#c_static_001_P_262-16798977155860 .e_text-220 {
    line-height: normal;
    font_radio: 2;
    margin-top: 0px;
    font-size: 24px;
    color: rgba(52,52,52,1);
    font-weight: bold;
    display-radio: 1;
    margin-bottom: 0px;
    width: 90%;
    max-width: none
}

#c_static_001_P_262-16798977155860 .e_text-221 {
    line-height: normal;
    font_radio: 2;
    margin-top: 10px;
    font-size: 16px;
    color: rgba(141,141,141,1);
    font-weight: normal;
    display-radio: 1;
    margin-bottom: 0px;
    width: 90%;
    max-width: none
}

#c_static_001_P_262-16798977155860 .e_icon-222 {
    width: 40px;
    height: 40px;
    font_radio: 1;
    display-radio: 1;
    margin-top: 22px
}

#c_static_001_P_262-16798977155860 .e_icon-222 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: currentColor
}

#c_static_001_P_262-16798977155860 .e_html-223 {
    min-height: 11px;
    display-radio: 1
}

#c_static_001_P_262-16798977155860 .e_text-225 {
    line-height: normal;
    font_radio: 2;
    margin-top: 5px;
    color: rgba(58,58,58,1);
    display-radio: 1;
    font-size: 18px;
    
}

#c_static_001_P_262-16798977155860 .e_container-202 .cbox-202-1 {
    flex: 0 0 50%
}

#c_static_001_P_262-16798977155860 .e_container-202 .cbox-202-2 {
    flex: 0 0 50%
}

#c_static_001_P_262-16798977155860 .e_container-202 .cbox-202-3 {
    flex: 0 0 50%
}

#c_static_001_P_262-16798977155860 .e_container-228 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 50px;
    display-radio: flex;
    background_radio: 1;
    margin-bottom: 22px;
    min-height: 115px
}

#c_static_001_P_262-16798977155860 .e_container-228 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_262-16798977155860 .e_container-228 .cbox-228-0 {
    flex: 0 0 auto;
    padding-right: 18px
}

#c_static_001_P_262-16798977155860 .e_text-229 {
    line-height: normal;
    font_radio: 2;
    margin-top: 5px;
    color: rgba(58,58,58,1);
    display-radio: 1;
    font-size: 18px;
    
}

#c_static_001_P_262-16798977155860 .e_text-231 {
    line-height: normal;
    font_radio: 2;
    margin-top: 5px;
    color: rgba(102,102,102,1);
    display-radio: 1;
    font-size: 18px
}

#c_static_001_P_262-16798977155860 .e_icon-232 {
    width: 60px;
    height: 60px;
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
    color: rgba(17, 72, 181, 1);
    line-height: 2;
}

#c_static_001_P_262-16798977155860 .e_icon-232 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: rgb(0 68 121);
    border: rgb(0 68 121) 1px solid;
    border-radius: 4px
}

#c_static_001_P_262-16798977155860 .e_text-233 {
    line-height: normal;
    font_radio: 2;
    margin-top: 5px;
    color: rgba(102,102,102,1);
    display-radio: 1;
    font-size: 18px;
}

@media screen and (max-width: 1000px) {
    #c_static_001_P_262-16798977155860 {
        display-radio:1;
        background_radio: 2
    }
    #c_static_001_P_262-16798977155860 .e_container-202 .cbox-202-0,
    #c_static_001_P_262-16798977155860 .e_container-202 .cbox-202-1,
    #c_static_001_P_262-16798977155860 .e_container-202 .cbox-202-2,
    #c_static_001_P_262-16798977155860 .e_container-202 .cbox-202-3{
      width: 50%;
    }
    #c_static_001_P_262-16798977155860 .e_container-54 {
        display-radio: 1;
        flex-direction: column
    }

    #c_static_001_P_262-16798977155860 .e_container-54 .cbox-54-1 {
        padding-left: 0px
    }

    #c_static_001_P_262-16798977155860 .e_container-201 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 40px;
        padding-bottom: 60px;
        padding-left: 0;
        padding-right: 0px;
        background-color: rgba(255,255,255,1);
        background_radio: 2;
        display-radio: flex;
        margin-top: 35px
    }

    #c_static_001_P_262-16798977155860 .e_container-201 .cbox-201-0 {
        padding-bottom: 20px;
        border-style: none;
        padding-right: 0px
    }

    #c_static_001_P_262-16798977155860 .e_container-201 .cbox-201-1 {
        border-style: none;
        padding-left: 0px;
        margin-left: 0px
    }

    #c_static_001_P_262-16798977155860 .e_container-202 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding-top: 0px;
        margin-top: 30px
    }

    #c_static_001_P_262-16798977155860 .e_container-202 .cbox-202-0 {
        border-style: none
    }

    #c_static_001_P_262-16798977155860 .e_container-203 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        margin-left: auto;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 20px
    }

    #c_static_001_P_262-16798977155860 .e_container-211 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        margin-left: auto;
        padding-left: 0px;
        padding-right: 0px
    }

    #c_static_001_P_262-16798977155860 .e_container-212 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        margin-left: auto;
        padding-left: 0px;
        margin-top: 0px
    }

    #c_static_001_P_262-16798977155860 .e_container-228 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        margin-left: auto;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 20px
    }
}

.contact-page .contact-1 {
  background: url("../images/contact-form-bg.jpg") no-repeat;
  background-size: cover;
}
.contact-page .contact-1 form ul {
  margin: -10px;
}
.contact-page .contact-1 form ul li {
  padding: 10px;
}
.contact-page .contact-1 form ul li input[type='text'] {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background: white;
  border: none;
  padding: 0 30px;
  font-size: 16px;
}
.contact-page .contact-1 form ul li input[type='text']::-webkit-input-placeholder {
  color: #999999;
}
.contact-page .contact-1 form ul li textarea {
  width: 100%;
  height: 125px;
  border-radius: 5px;
  background: white;
  border: none;
  padding: 30px;
  font-size: 16px;
}
.contact-page .contact-1 form ul li textarea::-webkit-input-placeholder {
  color: #999999;
}
.contact-page .contact-1 form ul li button {
  width: 200px;
  height: 50px;
  border-radius: 5px;
  background: var(--color);
  color: white;
  border: 1px solid var(--color);
  text-align: center;
  line-height: 50px;
  transition: all 0.3s;
  font-size: 16px;
}
.contact-page .contact-1 form ul li button:hover {
  background: transparent;
  border-color: white;
}
@media screen and (max-width: 1450px) {
  #c_static_001_P_262-16798977155860 .e_container-228,
  #c_static_001_P_262-16798977155860 .e_container-211,
  #c_static_001_P_262-16798977155860 .e_container-203{
    padding-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sideBarLeft{
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #c_static_001_P_262-16798977155860 .e_container-202 .cbox-202-3 {
    width: 100%;
    flex: unset;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 form ul li{
    width: 100%;
  }
  #c_static_001_P_262-16798977155860 .e_container-202 .cbox-202-0, 
  #c_static_001_P_262-16798977155860 .e_container-202 .cbox-202-1, 
  #c_static_001_P_262-16798977155860 .e_container-202 .cbox-202-2, 
  #c_static_001_P_262-16798977155860 .e_container-202 .cbox-202-3 {
      width: 100%;
      flex: unset;
  } 
}







.inner-page .bgfull {
    position: relative;
    color: white;
    z-index: 1;
}
.inner-page .bgfull:not(.pb-200) {
    padding-bottom: 30.2929vw;
}
.inner-page .bgfull:not(.pb-200):after {
    content: '';
    width: 100%;
    height: 30.2929vw;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-clip-path: polygon(0 30.2929vw, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 30.2929vw, 100% 0, 100% 100%, 0% 100%);
    pointer-events: none;
    background-image: url("../images/1c44bfe3-9c4c-4432-8321-51a7a97c3b7d.png");
    background-color: white;
    z-index: -1;
}
.inner-page .bgfull:not(.pb-200) i.bg {
    background-color: var(--color);
    bottom: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 0% 100%, 60% 100%);
    clip-path: polygon(0 0, 0% 100%, 60% 100%);
    z-index: -2;
    width: 100%;
    height: 20vw;
    top: auto;
}
.inner-page .bgfull:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: -2;
    background-color: black;
}
.inner-page hr.smallLine {
    height: .15em;
    width: 2em;
    background-color: var(--color);
    display: block;
    margin-left: 0;
    margin-right: auto;
}
.inner-page .posLine i {
    z-index: -1;
}
.inner-page .posLine i.full-4 {
    background-color: var(--color);
}
.inner-page .posLine i:nth-child(1) {
    left: -3%;
    top: -5%;
}
.inner-page .posLine i:nth-child(2) {
    left: 30%;
    top: 0%;
}
.inner-page .posLine i:nth-child(3) {
    left: 40%;
    top: 20%;
}
.inner-page .posLine i:nth-child(4) {
    left: 65%;
    top: -10%;
}
.inner-page .posLine i:nth-child(5) {
    right: 0;
    left: auto;
    top: 10%;
}
.download-page .bgfull {
    color: black;
}
.download-page .bgfull:before {
    background-color: #dfe5ee !important;
    background-image: url("../images/1c44bfe3-9c4c-4432-8321-51a7a97c3b7d.png");
}
.download-page .bgfull:after {
    background-color: var(--color) !important;
    background-image: unset !important;
    bottom: -1px !important;
}
.download-page .list .h6 {
    margin-top: 1em;
}
.download-page .list .h6 i {
    font-size: 1.5em;
    color: var(--color2);
    line-height: 1;
}