@font-face {
  font-family: 'IBMPlexSans';
  src: url('../fonts/IBMPlexSans-Light.woff2') format('woff2'), url('../fonts/IBMPlexSans-Light.ttf') format('truetype'), url('../fonts/IBMPlexSans-Light.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-Light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBMPlexSans';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.eot') format('embedded-opentype'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBMPlexSans';
  src: url('../fonts/IBMPlexSans-Regular.woff2') format('woff2'), url('../fonts/IBMPlexSans-Regular.ttf') format('truetype'), url('../fonts/IBMPlexSans-Regular.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBMPlexSans';
  src: url('../fonts/IBMPlexSans-Medium.woff2') format('woff2'), url('../fonts/IBMPlexSans-Medium.ttf') format('truetype'), url('../fonts/IBMPlexSans-Medium.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBMPlexSans';
  src: url('../fonts/IBMPlexSans-SemiBold.woff2') format('woff2'), url('../fonts/IBMPlexSans-SemiBold.ttf') format('truetype'), url('../fonts/IBMPlexSans-SemiBold.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBMPlexSans';
  src: url('../fonts/IBMPlexSans-Bold.woff2') format('woff2'), url('../fonts/IBMPlexSans-Bold.ttf') format('truetype'), url('../fonts/IBMPlexSans-Bold.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "IBMPlexSans";
  max-width: 1920px;
  --color: #01461a;
  font-weight: 300;
  margin: 0 auto;
}
.page-header01 {
  position: fixed;
  width: 100%;
}
.container {
  width: 1730px;
}
.container2 {
  width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.h-pop {
  width: 60px;
  height: 60px;
  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;
  justify-content: flex-start;
  color: white;
  background-color: var(--color);
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 260px;
  z-index: 10;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  overflow: hidden;
  padding-left: 15px;
}
.h-pop span{
  font-size: 16px;
  color: white;
  margin-left: 10px;
  transform: translateX(100px);
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
}
.h-pop:hover{
  background-color: #000;
  padding-left: 30px;
  width: 225px;
  border-radius: 35px;
}
.h-pop:hover span{
  transform: translateX(0);
}
.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;
}
.m-auto {
  margin: auto;
}

.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%
    }
}
.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(255, 255, 255, 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);
}
.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-regular {
  font-weight: 400;
}
.tit-semi {
  font-weight: 600;
}
.txt-light {
  font-weight: 300;
}
.white {
  color: white;
}
.tit-font {
  font-weight: 900;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
.language-box .hover-language {
  width: auto;
  position: relative;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  background-color: transparent;
}
#header.active {
  background-color: var(--color);
}
#header.inner-header .nav .logo .i1{
  display: none;
}
#header.inner-header .nav .logo .i2{
  display: block;
}
#header.inner-header .nav .ui.menu .menu-t,
#header.inner-header .nav .ui.menu .menu-box ul.menu > li{
  color: black;
}
#header.inner-header{
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-color: white;
}
#header.inner-header .nav .ui.menu .menu-box{
  border-color: rgba(0, 0, 0, 0.2);
  font-weight: 800;
}
#header.inner-header .nav .ui.menu .menu-box .right .h-search > img,
#header.inner-header .nav .ui.menu .menu-box .right .h-inquiry > img,
#header.inner-header .nav .ui.menu .menu-box .right .zhuyu > img{
  filter: invert(1);
}
#header.active .nav{
  height: 80px;
}
#header.active .nav .logo img{
  max-width: 120px;
}
#header.active .nav .ui.menu .menu-box{
  border-color:transparent;
}
#header.active .nav .ui.menu .menu-t {
  height: 0;
  padding: 0 35px 0 0;
}

#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  padding-left: 35px;
  height: 145px;
}
#header .nav .logo img {
  transition: 0.5s;
}
#header .nav .logo .i2{
  display: none;
}
#header .nav .ui.menu {
  width: 80%;
  max-width: 1335px;
}
#header .nav .ui.menu .menu-t {
  color: white;
  padding: 18px 35px 14px 0;
  transition: 0.5s;
  height: 80px;
  overflow: hidden;
}
#header .nav .ui.menu .menu-t ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -webkit-align-items: self-start;
  -moz-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}
#header .nav .ui.menu .menu-t ul li i {
  font-size: 24px;
  margin-top: -5px;
}
#header .nav .ui.menu .menu-t ul li span {
  display: inline-block;
  max-width: 430px;
  font-size: 16px;
  margin-left: 15px;
  height: 48px;
}
#header .nav .ui.menu .menu-box {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 35px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 35px;
  -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;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 120%;
  left: -10px;
  width: auto;
  min-width: 180px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: fit-content;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
a.more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: fit-content;
}
a.more i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  background-color: var(--color);
  border-radius: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
a.more i::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  display: block;
  border: 1px dashed;
  border-color: white;
  border-radius: 50%;
  -webkit-animation: dot_rotate 10s linear infinite;
  -moz-animation: dot_rotate 10s linear infinite;
  animation: dot_rotate 10s linear infinite;
}
a.more i::after {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  background-color: #f7f7f7;
  border-radius: 50%;
}
a.more:hover i::before {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
a.more:hover span {
  color: var(--color);
}
a.more span {
  font-size: 20px;
  margin-left: 15px;
  font-weight: 500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
h2.h-title {
  font-size: 50px;
  line-height: 1.2;
  position: relative;
  z-index: 5;
  font-weight: 500;
}
h2.h-title em {
  font-weight: 200;
}
@-webkit-keyframes drawCircle {
  from {
    /* 初始偏移量等于圆形周长，让描边完全隐藏 */
    stroke-dashoffset: 125.6;
  }
  to {
    /* 偏移量为0，描边完全显示 */
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes drawCircle {
  from {
    /* 初始偏移量等于圆形周长，让描边完全隐藏 */
    stroke-dashoffset: 125.6;
  }
  to {
    /* 偏移量为0，描边完全显示 */
    stroke-dashoffset: 0;
  }
}
@keyframes drawCircle {
  from {
    /* 初始偏移量等于圆形周长，让描边完全隐藏 */
    stroke-dashoffset: 125.6;
  }
  to {
    /* 偏移量为0，描边完全显示 */
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes text_transform {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes text_transform {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes text_transform {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes dot_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 dot_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 dot_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);
  }
}
#banner {
  position: relative;
  z-index: 1;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .container {
  left: 50%;
  top: 58%;
  -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 h2.light {
  font-weight: 200;
}
#banner .banner-content ul li .container ol {
  max-width: 740px;
}
#banner .banner-content ul li .container ol li {
  font-size: 18px;
  margin: 15px 0;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner .banner-content ul li .container ol li span {
  padding-left: 15px;
  font-size: 18px;
}
#banner .banner-content ul li .container ol li .icon {
  width: 45px;
  height: 45px;
  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: white;
}
#banner .banner-content ul li .container a.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 195px;
  height: 50px;
  border-radius: 10px;
  background-color: var(--color);
  color: white;
  font-size: 16px;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .banner-content ul li .container a.btn.white {
  background-color: white;
  color: black;
}
#banner .banner-content ul li .container a.btn:hover {
  background-color: transparent;
  color: white;
  border-color: white;
}
#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;
  padding: 0 35px;
  width: 100%;
}
#banner .banner-content .banner-dots .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#banner .banner-content .banner-dots .slick-dots li {
  position: relative;
  width: 110px;
  height: 2px;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.1);
}
#banner .banner-content .banner-dots .slick-dots li button {
  display: none;
}
#banner .banner-content .banner-dots .slick-dots li.slick-active {
  background-color: white;
}
#index-body {
  background-color: #fefffe;
  overflow: hidden;
}
#index-body .homepage-1 {
  background-color: #f8f8f8;
}
#index-body .homepage-1 .left h4 {
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}
#index-body .homepage-1 .left h4:hover,
#index-body .homepage-1 .left .list.active h4 {
  color: var(--color);
  border-color: var(--color);
}
#index-body .homepage-1 .img {
  right: 0;
  top: 0;
  height: -webkit-fill-available;
}
#index-body .homepage-1 .img img{
  opacity: 0;
  transition: 0.5s;
}
#index-body .homepage-1 .img img.active{
  opacity: 1;
}
#index-body .homepage-1 .img img:nth-child(n + 2){
  position: absolute;
  right:0;
  top:0;
}
#index-body .homepage-2 .top ul li {
  margin-left: 110px;
  text-align: center;
  cursor: pointer;
}
#index-body .homepage-2 .top ul li.active a {
  opacity: 1;
  border-color: var(--color);
  color: var(--color);
}
#index-body .homepage-2 .top ul li.active img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
#index-body .homepage-2 .top ul li img {
  -webkit-filter: brightness(0) invert(0.6);
  filter: brightness(0) invert(0.6);
}
#index-body .homepage-2 .top ul li:first-child {
  margin-left: 0;
}
#index-body .homepage-2 .top ul li a {
  font-size: 18px;
  opacity: 0.6;
  margin-top: 35px;
  white-space: nowrap;
  display: block;
  border-bottom: 1px solid transparent;
  line-height: 1;
}
#index-body .homepage-2 .center {
  margin: 25px 0 45px;
}
#index-body .homepage-2 .center .list {
  display: none;
}
#index-body .homepage-2 .center .list ul {
  margin: -8px;
}
#index-body .homepage-2 .center .list ul li {
  width: 20%;
  padding: 8px;
}
#index-body .homepage-2 .center .list ul li a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  padding: 15px 0;
  color: rgba(0, 0, 0, 0.6);
  background-color: #f5f5f5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-2 .center .list ul li a:hover {
  background-color: var(--color);
  color: white;
}
#index-body .homepage-2 .bottom .swiper {
  display: none;
}
#index-body .homepage-2 .bottom .swiper ul li .box {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 50px 55px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-2 .bottom .swiper ul li .box:hover {
  border-color: var(--color);
}
#index-body .homepage-2 .bottom .swiper ul li .box:hover h4 {
  color: var(--color);
}
#index-body .homepage-2 .bottom .swiper ul li .box:hover a.img .i2 {
  opacity: 1;
}
#index-body .homepage-2 .bottom .swiper ul li .box a.img img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-2 .bottom .swiper ul li .box a.img .i2 {
  inset: 0;
  opacity: 0;
}
#index-body .homepage-2 .bottom .swiper ul li .box h4 {
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-3 h2 {
  font-size: 106px;
  font-weight: 500;
  line-height: 1;
  margin-top: -70px;
}
#index-body .homepage-3 .content .left {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#index-body .homepage-3 .content .right h3 {
  font-weight: 400;
}
#index-body .homepage-3 .content .right ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
#index-body .homepage-3 .content .right ul li:last-child {
  margin-bottom: 0;
}
#index-body .homepage-3 .content .right ul li i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  background-color: #f2f2f2;
  border-radius: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid white;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
#index-body .homepage-3 .content .right ul li .text {
  width: -webkit-calc(100% - 45px);
  width: -moz-calc(100% - 45px);
  width: calc(100% - 45px);
  padding-left: 22px;
}
#index-body .homepage-3 .content .right ul li .text h4 {
  font-size: 16px;
  font-weight: 600;
}
#index-body .homepage-3 .content .right ul li .text p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}
#index-body .homepage-3 .history {
  position: relative;
  padding-bottom: 70px;
}
#index-body .homepage-3 .history h1 {
  font-size: 265px;
  font-weight: bold;
  color: #f4f5f4;
  white-space: nowrap;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  line-height: 0.9;
}
#index-body .homepage-3 .history .container {
  padding: 0 90px;
}
#index-body .homepage-3 .history .container ul {
  position: static;
}
#index-body .homepage-3 .history .container ul .slick-current li {
  color: #000;
}
#index-body .homepage-3 .history .container ul .slick-current li h4 {
  font-size: 40px;
}
#index-body .homepage-3 .history .container ul li {
  padding: 0 75px;
  color: #aeaeae;
}
#index-body .homepage-3 .history .container ul li .title {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .homepage-3 .history .container ul li h4 {
  font-size: 26px;
  font-weight: 500;
}
#index-body .homepage-3 .history .container ul li .con {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 15px;
}
#index-body .homepage-3 .history .container ul .slick-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background-color: transparent;
  color: transparent;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url('../images/arrow-left.png');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 2;
}
#index-body .homepage-3 .history .container ul .slick-arrow.slick-prev {
  left: 15px;
}
#index-body .homepage-3 .history .container ul .slick-arrow.slick-next {
  right: 15px;
  background-image: url('../images/arrow-right.png');
}
#index-body .homepage-3 .bottom {
  height: 55px;
  width: 100%vw;
  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: var(--color);
  overflow: hidden;
}
#index-body .homepage-3 .bottom ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  -webkit-animation: text_transform 20s infinite linear;
  -moz-animation: text_transform 20s infinite linear;
  animation: text_transform 20s infinite linear;
}
#index-body .homepage-3 .bottom ul li {
  padding: 0 37px;
}
#index-body .homepage-3 .bottom ul li .icon {
  width: 32px;
}
#index-body .homepage-3 .bottom ul li p {
  font-size: 14px;
  color: white;
  white-space: nowrap;
}
#index-body .homepage-4 {
  background-color: #f8f8f8;
}
#index-body .homepage-4 .top ul li h4 {
  font-weight: 200;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-4 .top ul li .text {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
#index-body .homepage-4 .top ul li:hover .text {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
#index-body .homepage-4 .top ul li:hover h4 {
  opacity: 0;
}
#index-body .homepage-4 .bottom ul {
  margin: 45px -16% 0;
}
#index-body .homepage-4 .bottom ul li {
  padding: 0 5px;
}
#index-body .homepage-4 .bottom ul li h4 {
  font-weight: 400;
  color: white;
  width:100%;
}
#index-body .homepage-5 {
  background-color: white;
}
#index-body .homepage-5 .right ul {
  margin: -10px;
}
#index-body .homepage-5 .right ul li {
  padding: 10px;
  width: 50%;
}
#index-body .homepage-5 .right ul li .img {
  border-radius: 8px;
  overflow: hidden;
}
#index-body .homepage-5 .right ul li .img p {
  width: 100%;
  padding: 0 15px;
}
#index-body .homepage-5 .right ul li .img img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
#index-body .homepage-6 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(#ececea, 0%), color-stop(#f9faf9, 100%));
  background-image: -webkit-linear-gradient(left, 0% #ececea, 100% #f9faf9);
  background-image: -moz-linear-gradient(left, 0% #ececea, 100% #f9faf9);
  background-image: linear-gradient(to right, 0% #ececea, 100% #f9faf9);
}
#index-body .homepage-6 .top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#index-body .homepage-6 > .container {
  max-width: 1430px;
}
#index-body .homepage-6 .bottom {
  margin-top: 22%;
  position: relative;
  z-index: 5;
}
#index-body .homepage-6 .bottom .left {
  width: 35%;
  max-width: 666px;
}
#index-body .homepage-6 .bottom .left ul {
  position: relative;
}
#index-body .homepage-6 .bottom .left ul li {
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body .homepage-6 .bottom .left ul li:nth-child(n + 2) {
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .homepage-6 .bottom .left ul li.active {
  opacity: 1;
}
#index-body .homepage-6 .bottom .left ul li .box {
  position: relative;
}
#index-body .homepage-6 .bottom .left ul li .box .i2 {
  position: absolute;
  right: -40%;
  top: -40%;
  z-index: 1;
}
#index-body .homepage-6 .bottom .right {
  padding-right: 12%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .homepage-6 .bottom .right .h-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
#index-body .homepage-6 .bottom .right .content {
  max-width: 840px;
  margin-left: auto;
}
#index-body .homepage-6 .bottom .right .content .text .list {
  display: none;
}
#index-body .homepage-6 .bottom .right .content ul li {
  margin-right: 25px;
}
#index-body .homepage-6 .bottom .right .content ul li:last-child {
  margin-left: 0;
}
#index-body .homepage-6 .bottom .right .content ul li.active a {
  border-color: var(--color);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0);
}
#index-body .homepage-6 .bottom .right .content 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-7 {
  margin-top: -17%;
  position: relative;
}
#index-body .homepage-7 .container {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 28%;
  z-index: 2;
  max-width: 1430px;
}
#index-body .homepage-7 .container h2.h-title {
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}
#index-body .homepage-7 .container .text {
  margin-left: auto;
  width: 52%;
  max-width: 725px;
}
#index-body .homepage-8 {
  margin-top: -65px;
}
#index-body .homepage-8 .left ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .homepage-8 .left ul li:last-child {
  margin-bottom: 0;
}
#index-body .homepage-8 .left ul li.active {
  color: var(--color);
}
#index-body .homepage-8 .left ul li.active .dot {
  background-color: var(--color);
}
#index-body .homepage-8 .left ul li .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #dfdfdf;
  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;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-8 .left ul li .dot::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: white;
}
#index-body .homepage-8 .left ul li p {
  font-size: 18px;
  font-weight: 400;
  padding-left: 10px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}
#index-body .homepage-8 .right {
  max-width: 960px;
  width: 57%;
  margin-top: -35px;
}
#index-body .homepage-8 .right ul {
  display: none;
}
#index-body .homepage-8 .right ul li {
  padding: 35px 0 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#index-body .homepage-8 .right ul li a.title {
  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-8 .right ul li a.title h4 {
  font-size: 20px;
  font-weight: 500;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
}
#index-body .homepage-8 .right ul li a.title i {
  width: 50px;
  font-size: 28px;
  font-weight: bold;
  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-8 .right ul li .text {
  padding-top: 15px;
}
#index-body .homepage-9 {
  position: relative;
  z-index: 2;
}
#index-body .homepage-9 h2.h-title {
  font-size: 40px;
}
#index-body .homepage-9 ul {
  margin: 0 -40px;
}
#index-body .homepage-9 ul li {
  padding: 0 40px;
}
#index-body .homepage-9 ul li:hover a.more {
  opacity: 1;
}
#index-body .homepage-9 ul li a.more {
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer {
  padding: 0 0 80px;
  position: relative;
  color: white;
}
#footer .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#footer .top .left {
  max-width: 700px;
}
#footer .top .left .text {
  border-right: 1px solid white;
}
#footer .top .left a.btn {
  width: 240px;
  height: 45px;
  border-radius: 5px;
  background-color: white;
  color: var(--color);
}
#footer .top .left a.btn i {
  font-size: 24px;
}
#footer .top .left a.btn span {
  margin-left: 8px;
  font-size: 16px;
}
#footer .top .right .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: 75px;
  height: 75px;
  background-color: white;
  font-size: 30px;
  margin-left: 30px;
  color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .top .right .share a:hover {
  color: white;
  background-color: var(--color);
}
#footer .top .right .share a:last-child {
  margin-right: 0;
}
#footer .form form {
  width: -webkit-calc(100% - 245px);
  width: -moz-calc(100% - 245px);
  width: calc(100% - 245px);
}
#footer .form 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 -8px;
}
#footer .form form ul li {
  padding: 0 8px;
  width: 17%;
}
#footer .form form ul li:last-child {
  width: 14%;
}
#footer .form form ul li:nth-last-child(2) {
  width: 35%;
}
#footer .form form ul li input[type='text'] {
  width: 100%;
  height: 60px;
  background-color: white;
  border: none;
  padding: 0 20px;
  color: black;
  font-size: 16px;
}
#footer .form form ul li input[type='text']::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#footer .form form ul li input[type='submit'] {
  width: 100%;
  height: 60px;
  background-color: var(--color);
  border: 1px solid var(--color);
  color: white;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .form form ul li input[type='submit']:hover {
  background-color: transparent;
  color: var(--color);
}
#footer .center ul li {
  height: 300px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .center ul li h4 {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 400;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .center ul li span {
  font-size: 16px;
  color: white;
  line-height: 1.6;
}
#footer .center ul li.contact {
  width: 55%;
  max-width: 820px;
}
#footer .center ul li.contact a.logo img {
  width: 290px;
}
#footer .center ul li.contact .text {
  width: 50%;
  font-size: 16px;
}
#footer .center ul li.contact .text span {
  margin-bottom: 20px;
  display: block;
  line-height: 1.6;
}
#footer .center ul li.contact .text span:last-child {
  margin-bottom: 0;
}
#footer .center ul li.link {
  width: 250px;
}
#footer .center ul li.link span {
  line-height: 1;
  font-size: 16px;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .center ul li.link span a {
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .center ul li.link span a:hover {
  border-color: white;
}
#footer .center ul li.link span:last-child {
  margin-bottom: 0;
}
#footer .bottom {
  position: relative;
  z-index: 2;
}
#footer .bottom span {
  font-size: 14px;
  color: white;
  display: block;
}
#footer .bottom span a.copyright {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
}
#footer .bottom span a.copyright:hover {
  border-color: white;
}
#footer .bottom span img {
  width: auto;
  height: 15px;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
@media screen and (max-width: 1850px) {
  #index-body .homepage-6 .bottom .right {
    padding-right: 6%;
  }
}
@media screen and (max-width: 1800px) {
  div.container {
    width: 1600px;
  }
  h2.h-title {
    font-size: 46px;
  }
}
@media screen and (max-width: 1700px) {
  div.container,
  .container2  {
    width: 1400px;
  }
  #index-body .homepage-2 .center {
    margin: 45px 0;
  }
  h2.h-title {
    font-size: 40px;
  }
  #index-body .homepage-2 .top ul li {
    margin-left: 80px;
  }
  #index-body .homepage-6 .bottom .right .content {
    max-width: 80%;
  }
  #index-body .homepage-6 .bottom .left ul li .box .i2 {
    max-width: 280px;
    right: -30%;
    top: -30%;
  }
  #index-body .homepage-7 .container {
    top: 25%;
  }
  #footer .top .right .share a {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  #footer .top .right {
    color: #000;
  }
  #footer .top .left .text {
    border-color: rgba(0, 0, 0, 0.1);
    color: #000;
  }
  #footer .form form {
    width: 100%;
    margin-top: 30px;
  }
  #footer {
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 1450px) {
  div.container,
  .container2  {
    width: 1200px;
  }
  #banner .banner-content ul li .container .content {
    width: 60%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 25px;
  }
  #header .nav .logo {
    max-width: 160px;
  }
  #header .nav .ui.menu .menu-t ul li span {
    max-width: 325px;
    font-size: 14px;
  }
  #banner .banner-content ul li .container ol li {
    margin: 8px 0;
  }
  #index-body .homepage-1 .left {
    padding: 45px 45px 45px 0;
  }
  #index-body .homepage-1 .left .list {
    margin-bottom: 15px;
  }
  #index-body .homepage-3 h2 {
    font-size: 76px;
    margin-top: -50px;
  }
  #index-body .homepage-3 .history h1 {
    font-size: 174px;
  }
  #index-body .homepage-3 .history {
    padding-bottom: 40px;
  }
  #index-body .homepage-4 .top ul li h4 {
    width: 100%;
  }
  #index-body .homepage-6 .bottom .right .content {
    padding-bottom: 35px;
  }
  #index-body .homepage-7 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #index-body .homepage-7 .container .text {
    margin-left: 0;
    width: 45%;
    margin-top: 0;
  }
  #index-body .homepage-8 .left {
    width: 40%;
  }
  #index-body .homepage-9 {
    margin-bottom: 60px;
  }
  #footer .top .right .share a {
    width: 50px;
    height: 50px;
    font-size: 24px;
    margin-left: 20px;
  }
  #footer .form form ul li {
    width: 50%;
    margin: 5px 0;
  }
  #footer .form form ul li:nth-last-child(2) {
    width: 50%;
  }
}
@media screen and (max-width: 1250px) {
  div.container,
  .container2  {
    width: 970px;
  }
  #banner, .inner-banner,.inner-banner2 {
    margin-top: 60px !important; 
  }
  .mobile-menu-wrap01 ~ #innerMobileBanner, 
  #menuFull ~ #innerMobileBanner, 
  .mobile-menu-wrap01 ~ #indexMobileBanner, 
  #menuFull ~ #indexMobileBanner, 
  .mobile-menu-wrap01 ~ #banner, 
  #menuFull ~ #banner, .mobile-menu-wrap01 ~ .inner-banner, 
  #menuFull ~ .inner-banner {
    margin-top: 60px !important;
  }
  #banner .banner-content ul li .container .content {
    width: 85%;
  }
  #banner .banner-content ul li .container {
    top: 50%;
  }
  #index-body .homepage-1 .left h4 {
    font-size: 18px;
  }
  h2.h-title {
    font-size: 30px;
  }
  #index-body .homepage-2 .top .text {
    width: 100%;
    margin-bottom: 30px;
  }
  #index-body .homepage-2 .center .list ul li {
    width: 33.33333%;
  }
  #index-body .homepage-3 .history .container ul li {
    padding: 0 15px;
  }
  #index-body .homepage-3 .history h1 {
    font-size: 138px;
  }
  #index-body .homepage-4 .top ul li .text h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #index-body .homepage-6 .bottom .right .content ul li a {
    width: 80px;
    height: 80px;
  }
  #index-body .homepage-6 .bottom .right .content ul li a img {
    max-width: 35px;
  }
  #index-body .homepage-6 .bottom .left ul li .box .i2 {
    max-width: 220px;
    right: -20%;
  }
  #index-body .homepage-6 .bottom .right .content .text {
    margin-bottom: 30px;
  }
  #index-body .homepage-8 {
    margin-top: -30px;
  }
  #index-body .homepage-9 h2.h-title {
    font-size: 30px;
  }
  #index-body .homepage-9 ul li h4 {
    font-size: 18px;
  }
  #index-body .homepage-9 ul {
    margin: 0 -10px;
  }
  #index-body .homepage-9 ul li {
    padding: 0 10px;
  }
  #footer .top .left {
    width: 50%;
  }
  #footer .top .left .text {
    padding-right: 30px;
  }
  #footer .top .right {
    width: 35%;
  }
  #footer .top .right .text {
    width: 100%;
  }
  #footer .top .right .share {
    width: 100%;
    margin-top: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 0;
  }
  #footer .top .right .share a:first-child {
    margin-left: 0;
  }
  #footer .top .left a.btn {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  #footer .center ul li.link {
    display: none;
  }
  #footer .center ul li.contact {
    width: 100%;
    max-width: 100%;
  }
  #footer .form form ul li input[type='text'] {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 1000px) {
  div.container,
  .container2  {
    width: 700px;
  }
  #banner .banner-content ul li .container a.btn {
    display: none;
  }
  #banner .banner-content ul li .container ol {
    max-width: 100%;
    margin-bottom: 0;
  }
  #banner .banner-content ul li .container ol li span {
    font-size: 16px;
  }
  #banner .banner-content ul li .container .content {
    width: 100%;
  }
  #index-body .homepage-1 .left {
    width: 100%;
    padding: 45px 0;
  }
  #index-body .homepage-1 .img {
    height: auto;
    position: relative;
    width: 100%;
  }
  #index-body .homepage-2 .center .list ul li a {
    font-size: 16px;
  }
  #index-body .homepage-4 ul li .con {
    max-height: 160px;
    padding-right: 15px;
    overflow-y: auto;
  }
  #index-body .homepage-3 h2 {
    font-size: 30px;
    margin-top: 35px;
  }
  #index-body .homepage-3 .history h1 {
    font-size: 100px;
  }
  #index-body .homepage-4 .bottom ul {
    margin: 45px -5px 0;
    padding: 0 15px;
  }
  #index-body .homepage-4 .bottom ul li h4 {
    font-size: 16px;
  }
  #index-body .homepage-5 .left {
    width: 100%;
    margin-bottom: 45px;
    padding-right: 0;
  }
  #index-body .homepage-5 .right {
    width: 100%;
  }
  #index-body .homepage-6 .bottom .left {
    width: 50%;
    margin: 0 auto;
  }
  #index-body .homepage-6 .bottom .right {
    padding-right: 0;
    width: 100%;
    margin-top: 60px;
  }
  #index-body .homepage-6 .bottom .right .content {
    padding-bottom: 0;
    margin: 45px auto 0;
  }
  #index-body .homepage-6 .bottom .right .content h4 {
    font-size: 18px;
  }
  #index-body .homepage-6 .bottom .right .h-title {
    width: 80%;
    margin: auto;
  }
  #index-body .homepage-7 {
    padding: 60px 0;
    margin-top: 0;
  }
  #index-body .homepage-7 .bg {
    position: absolute;
    left: 0;
    bottom: -80px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .homepage-7 .container {
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    top: 0;
  }
  #index-body .homepage-7 .container h2.h-title,
  #index-body .homepage-7 .container .text {
    color: #000;
    text-shadow: none;
  }
  #index-body .homepage-7 .container .text {
    width: 100%;
    margin-top: 25px;
  }
  #index-body .homepage-8 {
    margin-top: 60px;
  }
  #index-body .homepage-8 .left {
    width: 100%;
    margin-bottom: 50px;
  }
  #index-body .homepage-8 .right {
    width: 100%;
  }
  #index-body .homepage-9 h2.h-title br {
    display: none;
  }
  #footer .form form ul li:last-child {
    width: 160px;
  }
}
@media screen and (max-width: 700px) {
  div.container,
  .container2  {
    width: 100%;
  }
  #banner .banner-content ul li .container ol {
    display: none;
  }
  #index-body .homepage-2 .top ul li a {
    font-size: 16px;
    margin-top: 15px;
  }
  #index-body .homepage-2 .top ul li {
    width: 50%;
    margin: 10px 0;
  }
  #index-body .homepage-2 .top ul li a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto 0px;
  }
  #index-body .homepage-2 .bottom {
    margin-top: 45px;
  }
  #index-body .homepage-2 .center {
    display: none;
  }
  #index-body .homepage-2 .bottom .swiper ul li .box {
    padding: 15px;
  }
  #index-body .homepage-3 .content .left {
    width: 100%;
    margin-bottom: 50px;
  }
  #index-body .homepage-3 .content .right {
    width: 100%;
    padding-left: 0;
  }
  #index-body .homepage-3 .content .right h3 {
    font-size: 20px;
  }
  #index-body .homepage-4 ul li {
    width: 100%;
  }
  #index-body .homepage-4 .bottom ul li h4 {
    padding: 0 15px;
    width: 100%;
  }
  #index-body .homepage-6 .top a.more {
    margin-top: 25px;
  }
  #index-body .homepage-6 .bottom .right .content {
    max-width: 100%;
    padding: 0 15px;
  }
  #index-body .homepage-6 .bottom .right .h-title {
    padding: 0 15px;
    width: 100%;
  }
  #footer .top .left .text h2,
  #footer .top .right .text h2 {
    font-size: 20px;
  }
  #footer .top .left {
    width: 100%;
    margin-bottom: 30px;
  }
  #footer .top .left .text {
    border: none;
  }
  #footer .top .left a.btn {
    width: 180px;
  }
  #footer .top .right {
    width: 100%;
  }
  #footer .form h2 {
    font-size: 20px;
    color: #000;
  }
  #footer .center ul li.contact .text {
    width: 100%;
    margin-top: 25px;
  }
  #footer .center ul li {
    height: auto;
  }
  #footer .center ul li.contact a.logo img {
    width: 150px;
  }
  #footer .bg {
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #footer .center ul li.contact {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .homepage-2 .top ul li a {
    white-space: normal;
  }
  h2.h-title {
    font-size: 26px;
  }
  h2.h-title br {
    display: none;
  }
  #index-body .homepage-3 .history .container {
    padding: 0 15px;
  }
  #index-body .homepage-3 .history h1 {
    font-size: 48px;
    bottom: 0;
    top: unset;
  }
  #index-body .homepage-4 ul li {
    width: 100%;
  }
  #index-body .homepage-4 ul li .con {
    max-height: 120px;
    padding-right: 15px;
    overflow-y: auto;
  }
  #index-body .homepage-5 .right ul li {
    width: 100%;
  }
  #index-body .homepage-6 .bottom .left {
    width: 75%;
    padding: 0 15px;
  }
  #index-body .homepage-6 .bottom .left ul li .box .i2 {
    max-width: 130px;
    right: -10%;
  }
  #index-body .homepage-6 .bottom {
    margin-top: 125px;
  }
  #index-body .homepage-6 .bottom .right .content ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .homepage-6 .bottom .right .content ul li {
    margin: 10px 0;
    width: 50%;
  }
  #index-body .homepage-6 .bottom .right .content ul li a {
    margin: auto;
  }
  #index-body .homepage-7 .bg {
    bottom: -15px;
  }
  #footer .form form ul li {
    width: 100%;
  }
  #footer .form form ul li:nth-last-child(2) {
    width: 100%;
  }
  #footer .center ul li.contact .text span {
    margin-bottom: 5px;
  }
  #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;
  }
}


















.inner-banner {
  margin-top: 145px;
  background-color: white;
}
.inner-banner .mbx {
  font-size: 14px;
  height: 100px;
  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-weight: 500;
  color: var(--color);
}
.inner-banner .mbx p a:nth-child(1),
.inner-banner2 .mbx p a:nth-child(1){
  display: inline-block;
  width:13px;
  height: 12px;
  overflow: hidden;
  color: transparent;
  background: url('../images/home.png')no-repeat;
}
.inner-banner2 .mbx p a:nth-child(1){
  filter: brightness(0) invert(1);
}
.inner-banner2 {
  margin-top: 145px;
  position: relative;
  color: white;
}
.inner-banner2 .mbx {
  position: absolute;
  left: 50%;
  top: 40px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.inner-banner2 .content {
  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%);
  text-align: center;
}
.inner-banner2 .content h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}
.inner-banner2 .content h2.light {
  font-weight: 200;
  margin: 10px 0 30px;
}
.inner-banner2 .content p {
  font-size: 16px;
  max-width: 50%;
  margin: auto;
}
.inner-page {
  position: relative;
  z-index: 1;
  padding-bottom: 200px;
}
.about-page .about-1 .content h3 {
  font-weight: 800;
}
.about-page .about-1 .content ul li {
  margin: 0 84px;
  text-align: center;
}
.about-page .about-1 .content ul li h2 {
  font-size: 70px;
  font-weight: 600;
  line-height: 0.8;
}
.about-page .about-2 .top .left {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.about-page .about-2 .top .right ol li {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.about-page .about-2 .top .right ol li:last-child {
  margin-bottom: 0;
}
.about-page .about-2 .top .right ol li::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: var(--color);
  border-radius: 50%;
  margin-right: 13px;
}
.about-page .about-2 .top .right ol li p {
  width: -webkit-calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: calc(100% - 25px);
}
.about-page .about-2 .top .right ol li em {
  font-weight: 500;
  color: var(--color);
}
.about-page .about-2 .bottom ul {
  margin: 0 -7px;
}
.about-page .about-2 .bottom ul li {
  padding: 0 7px;
}
.about-page .about-2 .bottom ul .slick-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background-color: transparent;
  color: transparent;
  position: absolute;
  top: 44%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url('../images/arrow-left.png');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 2;
}
.about-page .about-2 .bottom ul .slick-arrow.slick-prev {
  left: -65px;
}
.about-page .about-2 .bottom ul .slick-arrow.slick-next {
  right: -65px;
  background-image: url('../images/arrow-right.png');
}
.about-page .about-3 {
  background: url('../images/about-1.jpg') no-repeat;
  background-size: cover;
}
.about-page .about-3 .top .text em {
  font-weight: 500;
  color: var(--color);
  font-size: 24px;
}
.about-page .about-3 .bottom .map{
  position: absolute;
  inset:0;
}
.about-page .about-3 .bottom .map .list{
  position: absolute;
  width:fit-content;
}
.about-page .about-3 .bottom .map .list .text{
  position: absolute;
  left: 150%;
  top:0;
  white-space: nowrap;
  border-radius: 5px;
  padding: 25px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  transform: scale(0);
  transition: 0.5s;
  transform-origin: 0 0;
  z-index: 5;
}
.about-page .about-3 .bottom .map .list.right .text{
  left: unset;
  right: 150%;
  transform-origin: 100% 0;
}
.about-page .about-3 .bottom .map .list > img{
  transition: 0.5s;
}
.about-page .about-3 .bottom .map .list:hover > img{
  transform: scale(1.2);
}
.about-page .about-3 .bottom .map .list:hover .text{
  transform: scale(1);
}
.about-page .about-3 .bottom .map .list .text a{
  font-size: 16px;
  line-height: 1;
  color: var(--color);
  border-bottom:1px solid var(--color);
}
.about-page .about-4 {
  background-color: #f8f8f8;
}
.about-page .about-4 .list .text h4 {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.about-page .about-5 {
  position: relative;
  z-index: 5;
}
.about-page .about-5 .top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.about-page .about-5 .top a.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
}
.about-page .about-5 .top a.btn:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about-page .about-5 .top a.btn span {
  margin-right: 10px;
  font-size: 20px;
  font-weight: 500;
}
.about-page .about-5 .top a.btn i {
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-5 .bottom .left {
  max-width: 775px;
}
.about-page .about-5 .bottom .left ul {
  margin: 0 -6px;
  padding: 0 35px;
  position: relative;
}
.about-page .about-5 .bottom .left ul li {
  padding: 30px 6px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-5 .bottom .left ul li:hover {
  padding-top: 0;
}
.about-page .about-5 .bottom .left ul li a.img {
  display: block;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.about-page .about-5 .bottom .left ul .slick-arrow {
  width: 15px;
  height: 40px;
  color: transparent;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-5 .bottom .left ul .slick-arrow::before {
  content: '\e6de';
  font-family: 'iconfont';
  font-size: 20px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-5 .bottom .left ul .slick-arrow.slick-prev {
  left: 8px;
}
.about-page .about-5 .bottom .left ul .slick-arrow.slick-next {
  right: 8px;
}
.about-page .about-5 .bottom .left ul .slick-arrow.slick-next::before {
  content: '\e618';
}
.about-page .about-5 .bottom .right {
  max-width: 335px;
}
.about-page .about-5 .bottom .right a.img {
  display: block;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1700px) {
  .about-page .about-2 .bottom {
    padding: 0 75px;
  }
  .inner-page {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1450px) {
  .inner-banner2 .content p {
    max-width: 75%;
  }
  .about-page .about-1 .content ul li {
    margin: 0 30px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page {
    padding-bottom: 0;
  }
  .inner-banner2 .bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .inner-banner2 .content {
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    inset: 0;
    padding: 80px 15px 60px;
  }
  .inner-banner .mbx {
    height: auto;
    padding: 10px 0;
    font-size: 16px;
  }
  .about-page .about-1 .content ul {
    padding: 0;
  }
  .about-page .about-2 .top .right ol li {
    font-size: 14px;
  }
  .about-page .about-5 .bottom .left {
    padding-right: 60px;
  }
  .about-page .about-2 .top .left h4,
  .about-page .about-2 .top .right h4,
  .about-page .about-5 .bottom .left h4,
  .about-page .about-5 .top h2,
  .about-page .about-1 .content h3 {
    font-size: 24px;
  }
  .about-page .about-3 {
    padding-bottom: 100px;
  }
  .about-page .about-3 .bottom .map .list > img {
    max-width: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner2 .content h2 {
    font-size: 30px;
  }
  .inner-banner2 .content p {
    max-width: 100%;
  }
  .about-page .about-1 .content ul li h2 {
    font-size: 50px;
  }
  .about-page .about-1 .content ul li {
    margin: 0;
    width: 33.333333%;
    padding: 0 15px;
  }
  .about-page .about-2 .bottom {
    padding: 0;
  }
  .about-page .about-5 .top a.btn {
    margin: 10px 0;
  }
  .about-page .about-5 .bottom .left ul {
    padding: 0;
  }
  .about-page .about-2 .top .left {
    width: 100%;
    margin-bottom: 30px;
    border-right: none;
  }
  .about-page .about-2 .top .right {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-4 .list .text {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .about-page .about-4 .list .img {
    width: 100%;
  }
  .about-page .about-4 .list:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about-page .about-5 .bottom .right {
    display: none;
  }
  .about-page .about-5 .bottom .left {
    padding-right: 0;
    width: 100%;
  }
  .about-page .about-5 .top {
    padding: 0 0 30px;
  }
  .about-page .about-3 .bottom .map .list .text{
    zoom:0.8;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .content ul li {
    margin: 10px 0;
    width: 50%;
  }
}
.history-page .history-2 {
  padding: 45px 0;
}
.history-page .history-2 .content {
  overflow: hidden;
}
.history-page .history-2 .content .line {
  position: absolute;
  width: 2px;
  height: 0;
  background-color: var(--color);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: 2;
}
.history-page .history-2 .content ul {
  position: relative;
}
.history-page .history-2 .content ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #d0ded5;
}
.history-page .history-2 .content 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;
  padding-top: 45px;
  padding-bottom: 30px;
  position: relative;
}
.history-page .history-2 .content ul li.active::before {
  background-color: var(--color);
}
.history-page .history-2 .content ul li::before {
  content: '';
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid var(--color);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.history-page .history-2 .content ul li:hover .text .con {
  opacity: 1;
}
.history-page .history-2 .content 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;
}
.history-page .history-2 .content ul li:nth-child(even) .img {
  text-align: right;
}
.history-page .history-2 .content ul li:nth-child(even) .text {
  text-align: left;
}
.history-page .history-2 .content ul li .img {
  padding: 0 30px;
}
.history-page .history-2 .content ul li .text {
  text-align: right;
  padding: 0 30px;
}
.history-page .history-2 .content ul li .text .con {
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.history-page .history-2 .content ul li .text h4 {
  font-size: 30px;
  font-weight: 600;
}
.history-page .history-2 .content ul li .text h5 {
  font-size: 18px;
  font-weight: 600;
}
.history-page .about-page .about-5 .top {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
@media screen and (max-width: 1250px) {
  .history-page .history-1 .content p {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .history-page .history-1 .content {
    position: relative;
    inset: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 2;
    padding: 60px 15px;
  }
  .history-page .history-1 .content h2 {
    font-size: 24px;
  }
  .history-page .history-1 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .history-page .history-2 .content ul li {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .history-page .history-2 .content ul li .img {
    width: 100%;
    margin-bottom: 30px;
    text-align: left !important;
  }
  .history-page .history-2 .content ul li .text {
    width: 100%;
    text-align: left !important;
    padding-right: 0;
  }
  .history-page .history-2 .content ul li .text .con {
    opacity: 1;
  }
  .history-page .history-2 .content ul li::before {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .history-page .history-2 .content ul::before {
    left: 5px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .history-page .about-page .about-5 .top {
    padding: 30px 0 0;
  }
}
.honor-page .download{
  padding: 10px 25px;
  background-color: var(--color);
  color: white; 
  position: absolute;
  left: 50%;
  border-radius:35px;
  transform: translateX(-50%);
  bottom: -100%;
  transition: 0.5s;
}
.honor-page .download img{
  filter: invert(1);
}
.honor-page .honor-1 .honor-right ul li .img_box{
  overflow: hidden;
}
.honor-page .honor-1 .honor-right ul li:hover .download{
  bottom:25px;
}
.honor-page .download span{
  font-size: 16px;
  margin-right: 10px;
}
.honor-page .honor-1 .honor-left {
  width: 280px;
  position: sticky;
  top: 120px;
  position: -webkit-sticky;
}
.honor-page .honor-1 .honor-left h3 {
  font-size: 22px;
  font-weight: 500;
}
.honor-page .honor-1 .honor-left ul {
  margin: 45px 0;
}
.honor-page .honor-1 .honor-left ul li {
  margin-bottom: 10px;
}
.honor-page .honor-1 .honor-left ul li:last-child {
  margin-bottom: 0;
}
.honor-page .honor-1 .honor-left ul li.active a i::before {
  opacity: 1;
}
.honor-page .honor-1 .honor-left ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.honor-page .honor-1 .honor-left ul li a i {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.honor-page .honor-1 .honor-left ul li a i::before {
  content: '';
  display: block;
  width: 14px;
  height: 9px;
  background: url('../images/gou.png') no-repeat;
  opacity: 0;
}
.honor-page .honor-1 .honor-left ul li a span {
  font-size: 14px;
  font-weight: 200;
  width: -webkit-calc(100% - 24px);
  width: -moz-calc(100% - 24px);
  width: calc(100% - 24px);
  padding-left: 15px;
}
.honor-page .honor-1 .honor-right {
  width: -webkit-calc(100% - 280px);
  width: -moz-calc(100% - 280px);
  width: calc(100% - 280px);
}
.honor-page .honor-1 .honor-right h2 {
  font-size: 20px;
  font-weight: 500;
}
.honor-page .honor-1 .honor-right p {
  font-size: 18px;
  font-weight: 200;
  margin: 20px 0 40px;
}
.honor-page .honor-1 .honor-right ul {
  margin: -18px -25px;
}
.honor-page .honor-1 .honor-right ul li {
  width: 33.3333333%;
  padding: 18px 25px;
}
.honor-page .honor-1 .honor-right ul li a.img {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.honor-page .honor-2 .honor_tab ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.honor-page .honor-2 .honor_tab ul li {
  margin-right: 80px;
}
.honor-page .honor-2 .honor_tab ul li:last-child {
  margin-right: 0;
}
.honor-page .honor-2 .honor_tab ul li.active a {
  border-color: var(--color);
}
.honor-page .honor-2 .honor_tab ul li a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  border-bottom: 3px solid transparent;
  padding-bottom: 10px;
  display: block;
}
.honor-page .honor-2 .content ul {
  margin: -18px -25px;
  display: none;
}
.honor-page .honor-2 .content ul li {
  width: 25%;
  padding: 18px 25px;
}
.honor-page .honor-2 .content ul li a.img {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
}
@media screen and (max-width: 1250px) {
  .honor-page .honor-1 .honor-right ul,
  .honor-page .honor-2 .content ul {
    margin: -15px -10px;
  }
  .honor-page .honor-1 .honor-right ul li,
  .honor-page .honor-2 .content ul li {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 1000px) {
  .honor-page .honor-1 .honor-left {
    position: relative;
    top: 0;
  }
  .honor-page .honor-1 .honor-left {
    width: 100%;
  }
  .honor-page .honor-1 .honor-right {
    width: 100%;
    padding-left: 0;
    margin-top: 45px;
  }
  .honor-page .honor-1 .honor-left ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .honor-page .honor-1 .honor-left ul li {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .honor-page .honor-2 .content ul li {
    width: 33.33333333%;
  }
  .honor-page .honor-2 .honor_tab ul li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 700px) {
  .honor-page .honor-2 .honor_tab ul li {
    margin-bottom: 20px;
  }
  .honor-page .honor-2 .honor_tab ul li a {
    padding-bottom: 0;
  }
  .honor-page .honor-1 .honor-right ul li,
  .honor-page .honor-2 .content ul li {
    width: 50%;
  }
}
.sustainability-page .sustainability-1 .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.sustainability-page .sustainability-1 .content {
  padding: 145px 15px 75px;
}
.sustainability-page .sustainability-2 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;
}
.sustainability-page .sustainability-2 ul li:nth-child(even) .text {
  padding-left: 0;
  padding-right: 65px;
}
.sustainability-page .sustainability-2 ul li .text {
  padding-left: 65px;
}
.sustainability-page .sustainability-2 ul li .text .con {
  font-weight: 400;
  max-height: 240px;
  padding-right: 15px;
  overflow-y: auto;
}
.sustainability-page .sustainability-2 ul li .text .con ul li {
  list-style: inside;
}
.sustainability-page .sustainability-3 h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 30px;
}
@media screen and (max-width: 1250px) {
  .sustainability-page .sustainability-2 ul li .text {
    padding-left: 35px;
  }
  .sustainability-page .sustainability-2 ul li .text .con {
    max-height: 120px;
  }
  .sustainability-page .sustainability-3 {
    padding: 60px 0;
  }
  .sustainability-page .sustainability-3 h2 br {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .sustainability-page .sustainability-2 ul li .text {
    width: 100%;
    padding: 30px 0 !important;
  }
  .sustainability-page .sustainability-2 ul li .text h3 {
    font-size: 20px;
  }
  .sustainability-page .sustainability-2 ul li .text .con {
    max-height: unset;
    padding: 0;
    overflow-y: unset;
  }
  .sustainability-page .sustainability-2 ul li .img {
    width: 100%;
  }
  .sustainability-page .sustainability-3 h2 {
    font-size: 30px;
  }
  .sustainability-page .sustainability-1 .content {
    padding: 65px 15px;
  }
  .sustainability-page .sustainability-1 .content h2 {
    font-size: 30px;
  }
  .sustainability-page .sustainability-1 .content .text {
    width: 100%;
  }
}
.contact-page .contact-1 {
  padding: 30px 0 60px;
}
.contact-page .contact-1 .c-left {
  width: 350px;
}
.contact-page .contact-1 .c-left ul li {
  margin-bottom: 50px;
}
.contact-page .contact-1 .c-left ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .c-left ul li .title {
  margin-bottom: 15px;
  line-height: 1;
}
.contact-page .contact-1 .c-left ul li .title i {
  font-size: 24px;
}
.contact-page .contact-1 .c-left ul li .title h4 {
  font-weight: 500;
  margin-left: 15px;
  font-size: 16px;
}
.contact-page .contact-1 .c-left ul li .text {
  font-size: 16px;
  color: #8b8b8b;
}
.contact-page .contact-1 .c-right {
  width: -webkit-calc(100% - 350px);
  width: -moz-calc(100% - 350px);
  width: calc(100% - 350px);
}
.contact-page .contact-1 .c-right 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: -18px -10px;
}
.contact-page .contact-1 .c-right ul li {
  padding: 18px 10px;
}
.contact-page .contact-1 .c-right ul li label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
.contact-page .contact-1 .c-right ul li input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: none;
  background-color: #f2f2f2;
}
.contact-page .contact-1 .c-right ul li textarea {
  width: 100%;
  height: 185px;
  padding: 15px;
  border: none;
  background-color: #f2f2f2;
  font-size: 16px;
}
.contact-page .contact-1 .c-right ul li input[type='submit'] {
  border: none;
  background-color: transparent;
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-1 .c-right {
    padding-left: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .c-left {
    width: 100%;
  }
  .contact-page .contact-1 .c-right {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
  .contact-page .contact-1 .c-right p br {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .c-right ul li {
    width: 100%;
  }
}
.service-page .service-1 .list h4 {
  font-weight: 200;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.service-page .service-1 .list .text {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.service-page .service-1 .list:hover .text {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.service-page .service-1 .list:hover h4 {
  opacity: 0;
}
.service-page .service-2 .left h2 {
  font-size: 30px;
}
.service-page .service-2 .service-nav {
  margin-top: 50px;
}
.service-page .service-2 .service-nav ul {
  margin: -5px;
}
.service-page .service-2 .service-nav ul li {
  padding: 5px;
  width: -webkit-calc(100% / 6);
  width: -moz-calc(100% / 6);
  width: calc(100% / 6);
}
.service-page .service-2 .service-nav ul li a {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  height: 100px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.service-page .service-2 .service-nav ul li a:hover {
  background-color: var(--color);
  color: white;
}
.service-page .list_box li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
  font-size: 16px;
  margin-bottom: 8px;
}
.service-page .list_box li:last-child {
  margin-bottom: 0;
}
.service-page .list_box li::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
  display: block;
  margin-right: 10px;
}
.service-page .service-3 .list {
  margin-bottom: 120px;
}
.service-page .service-3 .list:last-child {
  margin-bottom: 0;
}
.service-page .service-3 .list .list-t .right ol {
  margin: 0 -20px;
}
.service-page .service-3 .list .list-t .right ol li {
  padding: 0 20px;
  text-align: center;
}
.service-page .service-3 .list .list-t .right ol li p {
  font-size: 14px;
}
.service-page .service-3 .list .list-t .right ul {
  margin: -30px -15px;
}
.service-page .service-3 .list .list-t .right ul li {
  padding: 30px 15px;
}
.service-page .service-3 .list .list-t .right ul .slick-slide{
  height: 100%;
}
.service-page .service-3 .list .list-t .right ul li p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  opacity: 0.8;
}
.service-page .service-3 .list .list-b ul {
  margin: 0 -15px;
}
.service-page .service-3 .list .list-b ul li {
  padding: 0 15px;
}
.service-page .service-3 .list .list-b table {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.service-page .service-3 .list .list-b table tr:nth-child(odd) {
  background-color: #f1f1f1;
}
.service-page .service-3 .list .list-b table tr:nth-child(even) {
  background-color: white;
}
.service-page .service-3 .list .list-b table th,
.service-page .service-3 .list .list-b table td {
  border: none;
}
.service-page .service-3 .list .list-b table th {
  padding: 30px 25px;
  text-align: left;
}
.service-page .service-3 .list .list-b table th p {
  font-size: 22px;
  margin-left: 20px;
  font-weight: 700;
  display: inline-block;
}
.service-page .service-3 .list .list-b table td {
  font-size: 20px;
  font-weight: 400;
  padding: 20px 25px;
}
.service-page .service-3 .list .list_box4 h4 {
  width: 200px;
}
.service-page .service-3 .list .list_box4 ol {
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
  margin: 0 -5px;
  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;
}
.service-page .service-3 .list .list_box4 ol li {
  padding: 0 5px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  font-weight: 500;
  font-size: 16px;
}
.service-page .service-3 .list .list_box4 ol li:nth-child(1) .box {
  background-color: #efe9e2;
}
.service-page .service-3 .list .list_box4 ol li:nth-child(2) .box {
  background-color: #ddd9d3;
}
.service-page .service-3 .list .list_box4 ol li:nth-child(3) .box {
  background-color: #5b5e60;
}
.service-page .service-3 .list .list_box5 h4 {
  width: 200px;
}
.service-page .service-3 .list .list_box5 ol {
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px;
}
.service-page .service-3 .list .list_box5 ol li {
  padding: 0 5px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  font-weight: 500;
  font-size: 16px;
}
.service-page .service-3 .list .list_box5 ol li:nth-child(1) .box {
  background: url('../images/service-img4.jpg') no-repeat center center / cover;
}
.service-page .service-3 .list .list_box5 ol li:nth-child(2) .box {
  background: url('../images/service-img5.jpg') no-repeat center center / cover;
}
.service-page .service-3 .list .list_box5 ol li:nth-child(3) .box {
  background: url('../images/service-img6.jpg') no-repeat center center / cover;
}
@media screen and (max-width: 1700px) {
  .service-page .service-3 .list .list-t .right ol li {
    width: 33.33333333%;
  }
  .service-page .service-3 .list .list-b table th p {
    font-size: 18px;
    vertical-align: bottom;
  }
  .service-page .service-3 .list .list-b table td {
    font-size: 16px;
  }
}
@media screen and (max-width: 1450px) {
  .service-page .service-3 .list .list-b table th p {
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1250px) {
  .service-page .service-3 .list#design-style .list-t {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .service-page .service-3 .list#customization-requirements .list-t {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .service-page .service-3 .list#customization-requirements .list-t .right {
    margin-top: 60px;
  }
  .service-page .service-3 .list h3 {
    font-size: 30px;
  }
  .service-page .service-3 .list .list-t .text {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .service-page .service-3 .list .list-t .right {
    width: 100%;
  }
  .service-page .service-3 .list {
    margin-bottom: 60px;
  }
  .service-page .service-2 .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .service-page .service-3 .list .list-b table th {
    min-width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .list h4 {
    width: 100%;
  }
  .service-page .service-1 .list .text .con {
    max-height: 95px;
    overflow-y: auto;
    padding-right: 10px;
  }
  .service-page .service-2 .service-nav ul li {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .list {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-3 .list .list_box4,
  .service-page .service-3 .list .list_box5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-3 .list .list_box4 ol,
  .service-page .service-3 .list .list_box5 ol {
    width: 100%;
    margin-top: 20px;
  }
  .service-page .service-2 .service-nav ul li {
    width: 50%;
  }
  .service-page .service-3 .list h3 {
    font-size: 24px;
  }
  a.more span {
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
  }
}
.download-page h2 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 500;
}
.download-page .download-1 {
  background-color: #f5f5f5;
}
.download-page .download-1 ul {
  margin: -10px -7px;
}
.download-page .download-1 ul li {
  padding: 10px 7px;
  width: -webkit-calc(100% / 4);
  width: -moz-calc(100% / 4);
  width: calc(100% / 4);
}
.download-page .download-1 ul li .box {
  padding: 20px;
  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;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.download-page .download-1 ul li .box h4 {
  font-size: 15px;
  width: -webkit-calc(100% - 75px);
  width: -moz-calc(100% - 75px);
  width: calc(100% - 75px);
  padding-left: 25px;
}
.download-page .download-2 {
  background-color: white;
}
.download-page .download-2 ul {
  margin: 0 -15px;
}
.download-page .download-2 ul li {
  padding: 0 15px;
}
.download-page .download-3 ul li {
  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;
}
.download-page .download-3 ul li p {
  width: -webkit-calc(100% - 45px);
  width: -moz-calc(100% - 45px);
  width: calc(100% - 45px);
  padding-left: 20px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}
.download-page .download-3 ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1450px) {
  .download-page .download-1 ul li {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 1000px) {
  .download-page .download-1 ul li {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
  }
  .download-page .download-1 ul li .box h4 {
    padding-left: 12px;
  }
}
@media screen and (max-width: 500px) {
  .download-page .download-1 ul li {
    width: 100%;
  }
  .download-page h2 {
    font-size: 24px;
  }
}
.faq-page .faq-1 {
  position: relative;
  padding: 90px 0;
}
.faq-page .faq-1 .bg {
  position: absolute;
  inset: 0;
}
.faq-page .faq-1 .content ul li {
  margin-bottom: 25px;
}
.faq-page .faq-1 .content ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-1 .content ul li.active a .dot {
  background-color: var(--color);
}
.faq-page .faq-1 .content 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;
}
.faq-page .faq-1 .content ul li a span {
  width: -webkit-calc(100% - 22px);
  width: -moz-calc(100% - 22px);
  width: calc(100% - 22px);
  padding-left: 15px;
  font-size: 16px;
  font-weight: 500;
}
.faq-page .faq-1 .content ul li a .dot {
  width: 22px;
  height: 22px;
  background-color: #dfdfdf;
  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%;
}
.faq-page .faq-1 .content ul li a .dot::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
}
.faq-page .faq-2 h2 {
  font-size: 30px;
  font-weight: 500;
}
.faq-page .faq-2 .content {
  border-top: 2px solid #dbdbdb;
}
.faq-page .faq-2 .content ul li {
  padding: 65px 45px;
  border-bottom: 2px solid #dbdbdb;
}
.faq-page .faq-2 .content ul li a.title {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 22px;
  font-weight: 500;
}
.faq-page .faq-2 .content ul li a.title h4 {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  padding-left: 25px;
  padding-right: 15px;
}
.faq-page .faq-2 .content ul li a.title span {
  font-size: 30px;
}
.faq-page .faq-2 .content ul li a.title i {
  font-size: 30px;
}
.faq-page .faq-2 .content ul li .con {
  display: none;
}
@media screen and (max-width: 700px) {
  .faq-page .faq-2 .content ul li {
    padding: 25px 15px;
  }
  .faq-page .faq-2 .content ul li a.title {
    font-size: 20px;
  }
}



.inner-page .slideBarBox .slideBarLeft {
    width: 24%;
     position: -webkit-sticky;
    position: sticky;
    top: 100px
}

.inner-page .slideBarBox .slideBarLeft+.slideBarRight {
    padding-left: 4%;
    padding-right: 0
}

.inner-page .slideBarBox .slideBarLeft .slide {
    margin-bottom: 40px;
    padding: 30px;
    background-color: #f7f7f7
}

.inner-page .slideBarBox .slideBarLeft .slide span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    display: block;
    color: #424242;
    margin-bottom: 1em
}

.inner-page .slideBarBox .slideBarLeft .slide form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    background-color: #fff
}

.inner-page .slideBarBox .slideBarLeft .slide form input {
    width: 100%;
    padding: 1em;
    border: none;
    background-color: transparent;
    color: #000
}

.inner-page .slideBarBox .slideBarLeft .slide form input[type=submit] {
    width: 4em;
    background-image: url("/template/en/images/icon-search-black.png");
    background-position: center;
    background-repeat: no-repeat;
    padding: 0
}

.inner-page .slideBarBox .slideBarLeft .slide.search {
    background-color: #f7f7f7;
    color: #fff;
    background-image: -webkit-linear-gradient(315deg,var(--color),var(--color2));
    background-image: -moz-linear-gradient(315deg,var(--color),var(--color2));
    background-image: linear-gradient(170deg,var(--color),var(--color2))
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li:last-child {
    margin-bottom: 0
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li a.img {
    width: 30%;
    background-size: cover;
    background-position: center
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content {
    width: 70%;
    padding: 10px 0;
    padding-left: 5%
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content span.h6 {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 30px;
    height: 3.2em
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content time {
    display: block;
    font-size: 14px;
    margin-top: .5em
}

.inner-page .slideBarBox .slideBarLeft .slide .nav {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li {
    margin-bottom: 1em
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
    padding: 1.2em;
    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: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a img {
    filter: invert(1);
    max-width: 45px;
    min-width: 45px;
    height: 50px;
    vertical-align: middle;
    margin-right: 10px;
    object-fit: none
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a i {
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
    background-color: #fff;
    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
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a:hover,
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a.active {
    background-color: var(--color);
    background-image: -webkit-linear-gradient(315deg,var(--color),var(--color2));
    background-image: -moz-linear-gradient(315deg,var(--color),var(--color2));
    background-image: linear-gradient(170deg,var(--color),var(--color2));
    color:white;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a:hover i,
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a.active i{
  color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .slide:last-child {
    margin-bottom: 0
}

.inner-page .slideBarBox .slideBarRight {
    width: 76%;
    padding-right: 4%
}

.inner-page .m-page {
    text-align: right;
    margin-top: 60px;
}
.inner-page .m-page a,
.inner-page .m-page span {
    width: 50px;
    height: 40px;
    background: #fff;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    margin-left: 15px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background: var(--color);
    color: white;
}


.inner-page.newdet-page .form ul {
    margin: -10px
}

.inner-page.newdet-page .form ul li {
    padding: 10px;
    font-size: 14px
}

.inner-page.newdet-page .form ul li label {
    display: block;
    margin-bottom: .5em;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px
}

.inner-page.newdet-page .form ul li input[type='text'],.inner-page.newdet-page .form ul li textarea {
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
    padding: .5em 0;
    border-bottom: 1px solid #999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page.newdet-page .form ul li input[type='text']:focus,.inner-page.newdet-page .form ul li textarea:focus {
    border-color: var(--color)
}
.inner-page.newdet-page .form ul li input[type='submit']{
  background: transparent;
  border:none;
}
.inner-page.newdet-page .form ul li textarea {
    height: 80px
}

.inner-page.newdet-page .form ul li.wid-100 {
    width: 100%
}

.inner-page.newdet-page .form ul li .btn {
    font-size: 15px;
    line-height: 4.53333333em;
    height: 4.53333333em;
    padding: 0 2.4em;
    display: inline-block;
    font-weight: 500;
    color: #fff;
    background-color: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border: none
}

.inner-page.newdet-page .form ul li .btn img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
    max-width: .7em
}

.inner-page.newdet-page .form ul li .btn:hover {
    background: #222
}

.news-page .news-top {
    padding: 80px 0;
    background-color: #faf9f9;
}

.news-page .news-top .left {
    vertical-align: middle
}

.news-page .news-top .right {
    padding-left: 50px;
    vertical-align: middle
}

.news-page .news-1 {
    padding: 100px 0;
    /*background-color: #faf9f9*/
}

.news-page .news-1 .list ul {
    margin: -15px
}

.news-page .news-1 .list ul li {
    padding: 15px
}

.news-page .news-1 .list ul li a.img-box {
    display: block
}

.news-page .news-1 .list ul li .content {
    -o-box-shadow: 0px 5px 43px 0px rgba(27,26,26,.06);
    -webkit-box-shadow: 0px 5px 43px 0px rgba(27,26,26,.06);
    box-shadow: 0px 5px 43px 0px rgba(27,26,26,.06);
    padding: 10%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    background-color: #fff
}

.news-page .news-1 .list ul li .content time {
    font-size: 14px;
    line-height: 28px;
    display: block;
    margin-bottom: 1em
}

.news-page .news-1 .list ul li .content span.h6 {
    font-size: 19px;
    font-weight: 500;
    display: block;
    line-height: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 5.8em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.news-page .news-1 .list ul li .content .text {
    font-size: 14px;
    line-height: 28px
}

.news-page .news-1 .list ul li .content .pre {
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.news-page .news-1 .list ul li .content .pre .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.news-page .news-1 .list ul li .content a.link {
    margin-top: 2em
}

.news-page .news-1 .list ul li:hover .content {
    margin-top: -30px
}

.news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 0
}

.news-page .news-1 .list ul li:hover .content .text {
    opacity: 1
}

.news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 30px
}

.newdet-page {
    padding: 100px 0;
    /*background-color: #faf9f9*/
}

.newdet-page .init4 ul li {
    padding: 10px
}

.newdet-page .slideBarRight time {
    font-size: 14px;
    line-height: 28px;
    display: block
}

.m-link Auxil-through {
    font-size: 14px;
    line-height: 28px
}

.newdet-page .slideBarRight h1 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 700
}

.newdet-page .slideBarRight .text {
    margin: 2em 0
}

.newdet-page .slideBarRight .text p {
    margin-top: 1em
}

.newdet-page .slideBarRight .text p:first-child {
    margin-top: 0
}

.newdet-page .slideBarRight .share {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em
}

.newdet-page .slideBarRight .share a {
    margin-left: 1em;
    width: 1.5em;
    height: 1.5em;
    background-color: #000;
    color: #fff;
    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: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.newdet-page .slideBarRight .share a:hover {
    background-color: var(--color)
}

.newdet-page .slideBarRight span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin: 2em 0 1em;
    display: block
}

.inner-page .side-title h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #000
}
.seoPublic .Auxil-related .list ul li .box .content a.more span{
  margin-left: 0;
}
.seoPublic .Auxil-related .list ul li .box .content a.more:hover span{
  color: white;
}
@media screen and (max-width: 1700px) {
    .newdet-page,.news-page .news-1,.gallery-page,.product-page {
        padding:70px 0
    }

    .newdet-page .slideBarRight h1 {
        font-size: 32px
    }

    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 30px
    }

    .inner-page .product_list ul li span.h6 {
        font-size: 18px
    }

    .news-page .news-1 .list ul li .content {
        padding: 7%
    }

    .news-page .news-1 .list ul li .content span.h6 {
        font-size: 15px;
        line-height: 24px
    }
}

@media screen and (max-width: 1450px) {
    .newdet-page .slideBarRight h1 {
        font-size:28px
    }

    .inner-page a.link {
        font-size: 14px
    }

    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 20px
    }

    .inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
        padding: 1em
    }

    .inner-page .slideBarBox .slideBarLeft .slide span.h5 {
        font-size: 18px
    }

    .inner-page .product_list ul li span.h6 {
        font-size: 16px;
        line-height: 30px
    }

    .Auxil-catdes {
        display: none!important
    }

    .news-page .news-1 .list ul li .content {
        padding: 5%
    }

    .news-page .news-1 .list ul li .content span.h6 {
        font-size: 15px;
        line-height: 24px;
        height: 6.8em
    }

    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 50px
    }

    .news-page .news-1 .list ul li:hover .content {
        margin-top: -50px
    }
}

@media screen and (max-width: 1250px) {
    .newdet-page .slideBarRight h1 {
        font-size:24px
    }

    .inner-page .slideBarBox .slideBarLeft+.slideBarRight {
        padding-left: 2%
    }

    .inner-page .product_list ul li {
        padding: 10px
    }

    .inner-page .product_list ul {
        margin: -10px
    }

    .news-page .news-1 .list ul li {
        width: 50%
    }

    .inner-page .slideBarBox .slideBarLeft {
        display: none
    }

    .inner-page .slideBarBox .slideBarLeft+.slideBarRight {
        width: 100%;
        padding-left: 0
    }
}

@media screen and (max-width: 1000px) {
    .inner-page .slideBarBox .slideBarLeft {
        display:none
    }

    .inner-page .slideBarBox .slideBarLeft+.slideBarRight {
        width: 100%;
        padding-left: 0
    }

    .news-page .news-1 .list ul li .content span.h6 {
        font-size: 14px
    }

    .news-page .news-top .left,.news-page .news-top .right {
        width: 100%;
        padding: 0;
        margin: 10px 0
    }
}

@media screen and (max-width: 700px) {
    .product-page,.newdet-page,.news-page .news-1 {
        padding:30px 0
    }

    .newdet-page .slideBarRight h1 {
        font-size: 28px;
        line-height: 1.6
    }

    .news-page .news-1 .list ul li .content .pre .text {
        position: static;
        opacity: 1;
        margin-top: 1em
    }

    .news-page .news-1 .list ul li:hover .content span.h6 {
        opacity: 1
    }

    .news-page .news-1 .list ul li:hover .content {
        margin-top: 0
    }

    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 0
    }

    .news-page .news-1 .list ul li .content a.link {
        margin-top: 1em
    }

    .news-page .news-1 .list ul li {
        width: 100%
    }
}

@media screen and (max-width: 500px) {
    .news-page .news-1 .list ul li .content span.h6,.news-page .news-1 .list ul li .content .pre .text {
        height:auto
    }
}




.design-page .design-1 > .img {
  width: 27.6%;
}
.design-page .design-1 .right {
  width: 72.4%;
}
.design-page .design-1 .right h2.h-title {
  text-align: right;
  margin-bottom: 40px;
}
.design-page .design-1 .right .content a.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
}
.design-page .design-1 .right .content a.btn:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.design-page .design-1 .right .content a.btn span {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
}
.design-page .design-1 .right .content a.btn i {
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.design-page .design-2 {
  position: relative;
}
.design-page .design-2 .bg {
  position: absolute;
  inset: 0;
}
.design-page .design-2 .top .left ul {
  margin: 0 -5px;
}
.design-page .design-2 .top .left ul li {
  padding: 0 5px;
}
.design-page .design-2 .top .left ul li .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  width: 100px;
  height: 100px;
}
.design-page .design-2 .bottom {
  background: url('../images/design-5.jpg') no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.design-page .design-2 .bottom .text p {
  color: #9da09d;
}
.design-page .design-2 .bottom a.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  height: 50px;
  background-color: var(--color);
  border-radius: 10px;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.design-page .design-2 .bottom a.btn span {
  font-size: 16px;
  font-weight: 500;
}
.design-page .design-2 .bottom a.btn:hover {
  background-color: white;
  color: var(--color);
}
.design-page .design-2 .bottom .num {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
}
.design-page .design-2 .bottom ul {
  margin-bottom: 25px;
}
.design-page .design-2 .bottom ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}
.design-page .design-2 .bottom ul li:last-child {
  margin-bottom: 0;
}
.design-page .design-2 .bottom ul li h4 {
  text-align: center;
  width: 100%;
}
.design-page .design-2 .bottom .left {
  text-align: right;
}
.design-page .design-2 .bottom .left ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.design-page .design-2 .bottom .left a.btn {
  margin-left: auto;
}
.design-page .design-2 .bottom .center {
  position: relative;
  width: 570px;
  height: 570px;
  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;
}
.design-page .design-2 .bottom .center .yuan {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.design-page .design-2 .bottom .center .img_box .img_list {
  width: 530px;
  height: 530px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.design-page .design-2 .bottom .center .img_box .img_list.active {
  opacity: 1;
}
.design-page .design-2 .bottom .center .img_box h4 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 45px;
  text-align: center;
}
.design-page .design-3 .list {
  margin-bottom: 30px;
}
.design-page .design-3 .list:last-child {
  margin-bottom: 0;
}
.design-page .design-3 .list:nth-child(2) .right > img {
  margin-left: -20px;
}
.design-page .design-3 .list .left {
  padding-bottom: 75px;
}
.design-page .design-3 .list .left .line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}
.design-page .design-3 .list .right {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.design-page .design-3 .list .right > img {
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
}
.design-page .design-3 .list .right .bot {
  height: 60px;
  background-color: rgba(1, 70, 26, 0.6);
  padding: 0 30px;
  color: white;
}
.design-page .design-3 .list .right h3 {
  position: absolute;
  width: 100%;
  padding: 0 25px 0 50px;
  bottom: 40px;
  left: 0;
}
.design-page .design-4 .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;
  color: var(--color);
}
.design-page .design-4 .text a.btn:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.design-page .design-4 .text a.btn span {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
}
.design-page .design-4 .text a.btn i {
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1800px) {
  .design-page .design-1 .right {
    padding-right: 0;
  }
  .design-page .design-1 .container > .img {
    width: 27.6%;
  }
}
@media screen and (max-width: 1700px) {
  .design-page .design-1 .container > .img {
    width: 27.6%;
  }
  .design-page .design-1 .container > .img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .design-page .design-1 .right {
    padding-right: 0;
  }
  .design-page .design-2 .bottom .left {
    width: 25%;
  }
  .design-page .design-2 .bottom .right {
    width: 25%;
  }
}
@media screen and (max-width: 1250px) {
  .design-page .design-2 .bottom .center {
    zoom: 0.75;
  }
  .design-page .design-2 .bottom .center .img_box h4 {
    zoom: 1.5;
  }
  .design-page .design-2 .bottom a.btn {
    padding: 0 15px;
  }
  .design-page .design-2 .bottom a.btn span {
    font-size: 14px;
  }
  .design-page .design-3 .list .left {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .design-page .design-1 .container > .img {
    display: none;
  }
  .design-page .design-1 .right {
    padding: 0;
    width: 100%;
  }
  .design-page .design-2 .bottom .left {
    width: 100%;
  }
  .design-page .design-2 .bottom .right {
    width: 100%;
  }
  .design-page .design-2 .bottom .right > h4 {
    font-size: 24px;
  }
  .design-page .design-2 .bottom .center {
    zoom: 1;
    margin: 45px auto;
  }
  .design-page .design-3 .list .left h3,
  .design-page .design-4 .text h3 {
    font-size: 24px;
  }
  .design-page .design-3 .list .left h4,
  .design-page .design-4 .text h4 {
    font-size: 18px;
  }
  .design-page .design-3 .list .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .design-page .design-3 .list .right {
    width: 100%;
  }
  .design-page .design-4 .text {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .design-page .design-4 .img {
    width: 100%;
  }
  .design-page .design-3 .list .right h3 {
    padding: 0 25px;
    bottom: 18px;
    left: 0;
    font-size: 20px;
  }
  .design-page .design-2 .top .right h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .design-page .design-2 .bottom .center {
    zoom: 0.75;
  }
  .design-page .design-2 .top .left {
    width: 100%;
  }
  .design-page .design-2 .top .right {
    width: 100%;
    margin-top: 30px;
  }
  .design-page .design-1 .right .content .img {
    width: 100%;
  }
  .design-page .design-1 .right .content .box {
    width: 100%;
    padding-left: 0;
    margin-top: 45px;
  }
}
@media screen and (max-width: 500px) {
  .design-page .design-2 .bottom .center {
    zoom: 0.5;
  }
  .design-page .design-2 .bottom .center .img_box h4 {
    zoom: 2;
  }
  .design-page .design-3 .list .right h3 {
    font-size: 16px;
  }
}



@-webkit-keyframes dot_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.85);
    transform: translate(-50%, -50%) scale(0.85);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes dot_scale {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.85);
    transform: translate(-50%, -50%) scale(0.85);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes dot_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.85);
    -moz-transform: translate(-50%, -50%) scale(0.85);
    transform: translate(-50%, -50%) scale(0.85);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}




.loader {
  position: fixed;
  width: 5em;
  height: 5em;
  top: 50%;
  left: 50%;
  margin-left: -2.5em;
  margin-top: -2.5em;
}
.circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
@keyframes before {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
  }
  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
  }
  100% {
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}
@keyframes after {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
  }
  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
  }
  100% {
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}




._page_container {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    user-select: none
}
.m-page ._page_container {
  text-align: right;
}
._page_container input[type=number] {
    -moz-appearance: textfield
}
._page_container input[type=number]::-webkit-inner-spin-button, ._page_container input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
._page_container ._pages {
    display: inline-block;
    margin: 0 -40px 0 auto;
    vertical-align: top;
}
._page_container ul._pages_1{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
._page_container ul._pages li {
    display: inline-block;
    list-style: none;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
    line-height: 40px;
    width: 45px !important;
    height: 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
._page_container ._pages li:hover {
    color: var(--color);
}

._page_container ._pages li:first-child, ._page_container ._pages li:last-child {
    font-size: 14px
}

._page_container ._pages ._prev, ._page_container ._pages ._next, ._page_container ._pages ._home, ._page_container ._pages ._last {
    font-size: 12px;
    font-weight: 400;
    padding: 0 8px;
    display: none;
}
._page_container ._jumper {
    display: none;
    color: #606266;
    margin-left: 10px;
    vertical-align: top;
}
._page_container ._next_ _iconfont iconGroup{
    display: none;
}
._page_container ._jumper ._count {
    margin-right: 10px;
    padding: 0;
    width: auto;
    line-height: 1;
    background: transparent;
    display: none;
}

._page_container ._jumper ._jumper_input {
    display: inline-block;
    font-size: 14px;
    color: #606266;
    width: 50px;
    height: 26px;
    text-align: center;
    margin: 0 5px;
    padding: 3px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    background: 0 0;
    outline: none;
    box-sizing: border-box
}
._page_container ._jumper ._jumper_input:focus {
    border-color: #076d9a
}
._pages_1 li {
    background-color: #f4f4f5;
    padding: 0 5px !important;
}
._active_1 {
    color: #fff !important;
    background-color: var(--color) !important
}
._active_2 {
    color: #e60012!important
}
._disabled {
    cursor: not-allowed !important
}
._disabled_c {
    color: #c0c4cc !important
}
._page_container ._pages ._next_ _iconfont.iconGroup-{
  display: none;
}
._next_ _iconfont iconGroup-,
._next_ _iconfont{
    display: none !important;
}
@media screen and (max-width: 1000px) {
      ._page_container ._pages li {
    margin: 0 2px;
    min-width: 24px;
  }
  ._page_container {
    height: auto !important;
  }
}









.case-page .case-1 {
  padding: 10.41% 0;
  position: relative;
}
.case-page .case-1 .bg {
  position: absolute;
  left: 0;
  top: 0;
}
.case-page .case-1 .arrow {
  width: 150px;
  height: 150px;
  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: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.case-page .case-1 .arrow::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(0, 70, 26, 0.4);
  -webkit-animation: dot_scale 2s linear infinite;
  -moz-animation: dot_scale 2s linear infinite;
  animation: dot_scale 2s linear infinite;
  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%);
}
.case-page .case-box .top {
  margin-bottom: 55px;
}
.case-page .case-box .top h2 {
  font-size: 30px;
  font-weight: 500;
}
.case-page .case-box .top .right 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;
  color: var(--color);
}
.case-page .case-box .top .right a.btn:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.case-page .case-box .top .right a.btn span {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
}
.case-page .case-box .top .right a.btn i {
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.case-page .case-box .caseBox .case-left {
  width: 360px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 60px 35px 80px;
  position: -webkit-sticky;
  top: 180px;
}
.case-page .case-box .caseBox .case-left h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1;
}
.case-page .case-box .caseBox .case-left ul.one li a.tit {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
}
.case-page .case-box .caseBox .case-left ul.one li a.tit i {
  font-size: 24px;
}
.case-page .case-box .caseBox .case-left ul.one li ul.sub-menu li {
  margin-bottom: 10px;
}
.case-page .case-box .caseBox .case-left ul.one li ul.sub-menu li:last-child {
  margin-bottom: 0;
}
.case-page .case-box .caseBox .case-left ul.one li ul.sub-menu li a.active i::before {
  opacity: 1;
}
.case-page .case-box .caseBox .case-left ul.one li ul.sub-menu 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;
}
.case-page .case-box .caseBox .case-left ul.one li ul.sub-menu li a i {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.case-page .case-box .caseBox .case-left ul.one li ul.sub-menu li a i::before {
  content: '';
  display: block;
  width: 14px;
  height: 9px;
  background: url('../images/gou.png') no-repeat;
  opacity: 0;
}
.case-page .case-box .caseBox .case-left ul.one li ul.sub-menu li a span {
  font-size: 14px;
  font-weight: 200;
  width: -webkit-calc(100% - 24px);
  width: -moz-calc(100% - 24px);
  width: calc(100% - 24px);
  padding-left: 15px;
}
.case-page .case-box .caseBox .case-right {
  width: -webkit-calc(100% - 360px);
  width: -moz-calc(100% - 360px);
  width: calc(100% - 360px);
}
.case-page .case-box .caseBox .case-right .text p {
  font-size: 18px;
}
.case-page .case-box .caseBox .case-right .text form {
  width: 50%;
  max-width: 550px;
  position: relative;
}
.case-page .case-box .caseBox .case-right .text form input[type='text'] {
  width: 100%;
  height: 60px;
  background-color: #f4f6f8;
  padding: 0 65px 0 25px;
  border-radius: 35px;
  border: none;
  font-size: 14px;
}
.case-page .case-box .caseBox .case-right .text form input[type='submit'] {
  width: 23px;
  height: 23px;
  background-color: transparent;
  border: none;
  background: url('../images/inner-s.png') no-repeat;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.case-page .case-box .caseBox .case-right .case-label ul {
  margin: -5px;
}
.case-page .case-box .caseBox .case-right .case-label ul li {
  padding: 5px;
}
.case-page .case-box .caseBox .case-right .case-label 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;
  padding: 0 20px;
  height: 40px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.case-page .case-box .caseBox .case-right .case-label ul li a span {
  font-size: 14px;
  font-weight: 400;
}
.case-page .case-box .caseBox .case-right .case-label ul li a i {
  font-size: 18px;
  margin-left: 25px;
}
.case-page .case-box .caseBox .case-right .case-list-box ul {
  margin: -22px -10px;
}
.case-page .case-box .caseBox .case-right .case-list-box ul li {
  padding: 22px 10px;
  width: 50%;
}
.case-page .case-box .caseBox .case-right .case-list-box ul li a.img {
  display: block;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.case-page .case-2 h2 {
  font-size: 30px;
  font-weight: 500;
}
.case-page .case-2 p {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0 30px;
}
.case-page .case-2 a.btn {
  padding: 0 40px;
  height: 40px;
  background-color: var(--color);
  border-radius: 5px;
  color: white;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.case-page .case-2 a.btn:hover {
  background-color: transparent;
  border-color: var(--color);
  color: var(--color);
}
.case-page .case-2 .content {
  padding: 70px 0 65px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fefffe), color-stop(30%, #f7f7f7), color-stop(70%, #f7f7f7), to(#fefffe));
  background-image: -webkit-linear-gradient(left, #fefffe 0%, #f7f7f7 30%, #f7f7f7 70%, #fefffe 100%);
  background-image: -moz-linear-gradient(left, #fefffe 0%, #f7f7f7 30%, #f7f7f7 70%, #fefffe 100%);
  background-image: linear-gradient(to right, #fefffe 0%, #f7f7f7 30%, #f7f7f7 70%, #fefffe 100%);
}
@media screen and (max-width: 1250px) {
  .case-page .case-box .caseBox .case-right .text form {
    width: 100%;
    margin-top: 15px;
  }
  .case-page .case-box .caseBox .case-left {
    width: 300px;
  }
  .case-page .case-box .caseBox .case-right {
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
  }
  .case-page .case-box .top .text {
    width: 100%;
    margin-bottom: 35px;
  }
  .case-page .case-box .caseBox .case-right .text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .case-page .case-box .caseBox .case-left {
    width: 100%;
  }
  .case-page .case-box .caseBox .case-left ul.one li ul.sub-menu {
    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: 20px -10px 0;
  }
  .case-page .case-box .caseBox .case-left ul.one li ul.sub-menu li {
    padding: 10px;
    margin-bottom: 0;
  }
  .case-page .case-box .caseBox .case-right {
    width: 100%;
    margin-top: 60px;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .case-page .case-box .top h2 {
    font-size: 24px;
  }
  .case-page .case-1 .arrow {
    zoom: 0.5;
  }
  .case-page .case-2 a.btn {
    height: auto;
    padding: 10px 30px;
  }
  .case-page .case-box .caseBox .case-right .case-list-box ul li .text h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .case-page .case-box .caseBox .case-right .case-list-box ul li {
    width: 100%;
  }
}
.casedet-page .casedet-1 .right {
  background: url('../images/casedet-1.jpg') no-repeat;
  background-size: cover;
  height: -webkit-fill-available;
  padding: 100px 85px;
}
.casedet-page .casedet-1 .right .content table{
  border: none;
  max-width: 510px;
  white-space: normal;
}
.casedet-page .casedet-1 .right .content table tr{
  background-color: transparent !important;
}
.casedet-page .casedet-1 .right .content table tr td{
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 500;
  min-width: 200px;
  white-space: normal;
}
.casedet-page .casedet-1 .right .content table tr td:first-child{
  color: #b8b8b8;
}
.casedet-page .casedet-1 .right .content table tbody{
  min-width: auto;
}
.casedet-page .casedet-2 {
  background-color: #f6f6f6;
}
.casedet-page .casedet-2 .container2 > ul > li {
  margin-bottom: 30px;
}
.casedet-page .casedet-2 .container2 > ul > li:last-child {
  margin-bottom: 0;
}

.casedet-page .casedet-2 ul li table{
  border: none;
  max-width: 620px;
  color: #000;
  white-space: normal;
}
.casedet-page .casedet-2 ul li table tr{
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.casedet-page .casedet-2 ul li table tr td{
  border: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0;
  white-space: normal;
}
.casedet-page .casedet-2 ul li table tr td:first-child{
  color: #636363;
}
.casedet-page .casedet-2 ul li table tbody{
  min-width: auto;
}

.casedet-page .casedet-2 ul li a.title {
  width: 100%;
  height: 115px;
  padding: 0 105px 0 130px;
  background-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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.casedet-page .casedet-2 ul li a.title h4 {
  font-size: 22px;
  font-weight: 700;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
}
.casedet-page .casedet-2 ul li a.title i {
  font-size: 30px;
}
.casedet-page .casedet-2 ul li .con {
  padding: 50px 105px 50px 130px;
  font-size: 18px;
  line-height: 1.6;
}
.casedet-page .casedet-3 .left .con {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.casedet-page .casedet-3 .left 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;
  color: var(--color);
}
.casedet-page .casedet-3 .left a.btn:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.casedet-page .casedet-3 .left a.btn span {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
}
.casedet-page .casedet-3 .left a.btn i {
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.casedet-page .casedet-4 h2 {
  font-size: 30px;
}
.casedet-page .casedet-4 ul {
  margin: -10px;
}
.casedet-page .casedet-4 ul li {
  padding: 0 10px;
}
.casedet-page .casedet-4 ul li a.img {
  display: block;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1450px) {
  .casedet-page .casedet-1 .right {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 1250px) {
  .casedet-page .casedet-2 ul li a.title {
    padding: 0 40px;
  }
  .casedet-page .casedet-2 ul li .con {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .casedet-page .casedet-1 .left {
    width: 100%;
  }
  .casedet-page .casedet-1 .right {
    width: 100%;
  }
  .casedet-page .casedet-1 .right h2 {
    font-size: 24px;
  }
  .casedet-page .casedet-2 h2 {
    font-size: 24px;
  }
  .casedet-page .casedet-2 ul li .con {
    font-size: 16px;
  }
  .casedet-page .casedet-3 .left {
    width: 100%;
    margin-bottom: 45px;
    padding-right: 0;
  }
  .casedet-page .casedet-3 .left .con {
    margin-top: 20px;
    padding-right: 0;
  }
  .casedet-page .casedet-3 .right {
    width: 100%;
  }
  .casedet-page .casedet-4 h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 700px) {
  .casedet-page .casedet-2 ul li a.title {
    height: auto;
    padding: 10px 30px;
  }
  .casedet-page .casedet-2 ul li a.title h4 {
    font-size: 18px;
  }
  .casedet-page .casedet-2 ul li .con {
    padding: 30px 15px;
  }
  .casedet-page .casedet-4 h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}










a.more2 {
  padding: 0 40px;
  height: 40px;
  background-color: var(--color);
  border-radius: 5px;
  color: white;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
a.more2:hover {
  background-color: transparent;
  border-color: var(--color);
  color: var(--color);
}
.product-form {
  background-color: #f4f6f8;
}
.product-form h2 {
  line-height: 1.2;
}
.product-form 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: -15px -10px;
}
.product-form form ul li {
  padding: 15px 10px;
}
.product-form form ul li label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.product-form form ul li input[type='text'] {
  width: 100%;
  height: 55px;
  padding: 0 20px;
  background-color: white;
  border: none;
  font-size: 16px;
}
.product-form form ul li textarea {
  width: 100%;
  height: 185px;
  padding: 0 20px;
  background-color: white;
  border: none;
  padding: 20px;
  font-size: 16px;
}
.product-form form ul li input[type='submit'] {
  background-color: transparent;
  border: none;
}
.product-y-page .product-y-1 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: 150px;
}
.product-y-page .product-y-1 ul li:last-child {
  margin-bottom: 0;
}
.product-y-page .product-y-1 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;
}
.product-y-page .product-y-1 ul li:nth-child(even) .text {
  padding-left: 0;
  padding-right: 60px;
}
.product-y-page .product-y-1 ul li .text {
  padding-left: 60px;
}
.product-y-page .product-y-1 ul li .text .content {
  margin: -6px;
}
.product-y-page .product-y-1 ul li .text .content .list {
  padding: 6px;
  width: 33.33333%;
}
.product-y-page .product-y-1 ul li .text .content .list 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;
  border-radius: 5px;
  background-color: #f4f6f8;
  height: 40px;
  width: 100%;
  font-size: 14px;
  padding: 0 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 400;
}
.product-y-page .product-y-1 ul li .text .content .list a:hover,
.product-y-page .product-y-1 ul li .text .content .list a.active {
  background-color: var(--color);
  color: white;
}
.product-y-page .product-y-1 ul li .text .content .txt {
  display: none;
}
.product-y-page .product-y-1 ul li .text .content .txt:first-child {
  display: block;
  padding: 0 15px 0 5px;
  max-height: 200px;
  overflow-y: auto;
}
.product-y-page .product-y-1 ul li .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;
  color: var(--color);
  margin-top: 30px;
}
.product-y-page .product-y-1 ul li .text a.btn:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-y-page .product-y-1 ul li .text a.btn span {
  font-size: 20px;
  margin-right: 15px;
  border-bottom: 1px solid var(--color);
  line-height: 1;
}
.product-y-page .product-y-1 ul li .text a.btn i {
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-y-page .product-y-2 .left {
  height: -webkit-fill-available;
}
.product-y-page .product-y-2 .left .img {
  position: relative;
  height: -webkit-calc((100% - 36px)/2);
  height: -moz-calc((100% - 36px)/2);
  height: calc((100% - 36px)/2);
  margin-bottom: 36px;
}
.product-y-page .product-y-2 .left .img:last-child {
  margin-bottom: 0;
}
.product-y-page .product-y-2 .left .img ul {
  width: 100%;
  height: 100%;
}
.product-y-page .product-y-2 .left .img ul .slick-list {
  height: 100%;
}
.product-y-page .product-y-2 .left .img ul .slick-list .slick-track {
  height: 100%;
}
.product-y-page .product-y-2 .left .img ul .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.product-y-page .product-y-2 .left .img ul .slick-list .slick-track .slick-slide > div li {
  height: 100%;
}
.product-y-page .product-y-2 .left .img ul .slick-list .slick-track .slick-slide > div li a.img_box {
  height: 100%;
}
.product-y-page .product-y-2 .left .img .slick-arrow {
  width: 45px;
  height: 45px;
  background-color: white;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  color: transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-y-page .product-y-2 .left .img .slick-arrow:hover {
  background-color: var(--color);
}
.product-y-page .product-y-2 .left .img .slick-arrow:hover::before {
  color: white;
}
.product-y-page .product-y-2 .left .img .slick-arrow::before {
  content: '\e76e';
  font-family: "iconfont";
  font-size: 20px;
  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%);
  color: #000;
}
.product-y-page .product-y-2 .left .img .slick-arrow.slick-prev {
  left: 15px;
}
.product-y-page .product-y-2 .left .img .slick-arrow.slick-next {
  right: 15px;
}
.product-y-page .product-y-2 .left .img .slick-arrow.slick-next::before {
  content: '\e76f';
}
.product-y-page .product-y-2 .right {
  padding-left: 35px;
}
.product-y-page .product-y-2 .right .text {
  padding: 80px 65px 75px;
  background-color: #f4f6f8;
}
.product-y-page .product-y-2 .right .text ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}
.product-y-page .product-y-2 .right .text ul li:last-child {
  margin-bottom: 0;
}
.product-y-page .product-y-2 .right .text ul li .icon {
  width: 70px;
  height: 70px;
  border: 1px solid var(--color);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-y-page .product-y-2 .right .text ul li .con {
  padding-left: 25px;
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: calc(100% - 70px);
}
.product-y-page .product-y-2 .right .text ul li .con h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
}
.product-y-page .product-y-2 .right .text ul li .con h3:hover {
  color: var(--color);
  border-color: var(--color);
}
.product-y-page .product-y-2 .right .text1 {
  padding: 35px 65px 50px;
  background-color: #f4f6f8;
  margin-top: 30px;
}
.product-y-page .product-y-2 .right .text1 h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
.product-y-page .product-y-2 .right .text1 ul li p {
  font-weight: 200;
  font-size: 18px;
}
.product-y-page .product-y-2 .right .text1 ul li p em {
  font-weight: 500;
  font-size: 36px;
  color: var(--color);
  line-height: 1.2;
}
.product-y-page .product-y-3 .content {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.product-y-page .product-y-3 .content ul {
  margin: 0 -15px;
}
.product-y-page .product-y-3 .content ul li {
  padding: 0 15px;
}
.product-y-page .product-y-3 .content ul li .box .text {
  padding: 45px 45px 50px;
  background-color: #fafafa;
}
.product-y-page .product-y-3 .content a.more {
  margin: 40px auto 0;
}
@media screen and (max-width: 1800px) {
  .product-y-page .product-y-1 ul li .text .content .list a {
    height: 65px;
    text-align: center;
  }
  .product-y-page .product-y-2 .right .text1 ul li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1700px) {
  .product-y-page .product-y-2 .right .text1 ul li {
    margin: 0 20px 20px 0;
  }
  .product-y-page .product-y-2 .right .text1 ul li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .product-y-page .product-y-2 .right .text1 ul li p em {
    font-size: 30px;
  }
}
@media screen and (max-width: 1450px) {
  .product-y-page .product-y-1 ul li .text .content .list {
    width: 50%;
  }
}
@media screen and (max-width: 1250px) {
  .product-y-page .product-y-2 .left {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 45px;
  }
  .product-y-page .product-y-2 .left .img {
    width: -webkit-calc((100% - 20px)/2);
    width: -moz-calc((100% - 20px)/2);
    width: calc((100% - 20px)/2);
    margin-bottom: 0;
  }
  .product-y-page .product-y-2 .left .img {
    height: auto;
  }
  .product-y-page .product-y-2 .left .img ul {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .product-y-page .product-y-2 .right {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
  }
  .product-y-page .product-y-2 .right .text {
    width: 100%;
  }
  .product-y-page .product-y-2 .right .text1 {
    width: 100%;
  }
  .product-y-page .product-y-2 .right .bot {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .product-y-page .product-y-1 ul li {
    margin-bottom: 50px;
  }
  .product-y-page .product-y-1 ul li:nth-child(even) {
    -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;
  }
  .product-y-page .product-y-1 ul li:nth-child(even) .text {
    padding: 0;
  }
  .product-y-page .product-y-1 ul li .img {
    width: 100%;
  }
  .product-y-page .product-y-1 ul li .text {
    width: 100%;
    padding-left: 0;
    margin-top: 45px;
  }
  .product-y-page .product-y-3 h2,
  .product-form h2 {
    font-size: 30px;
    line-height: 1.4;
  }
  .product-y-page .product-y-3 .content ul li .box .text h4 {
    font-size: 20px;
  }
  .product-y-page .product-y-3 .content ul li .box .text {
    padding: 25px 20px;
  }
  .product-y-page .product-y-2 .right .bot a.more2 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 700px) {
  .product-form .form {
    padding: 0;
  }
  .product-y-page .product-y-2 .right .text {
    padding: 45px 30px;
  }
  .product-y-page .product-y-2 .right .text1 {
    padding: 35px 30px;
  }
  .product-y-page .product-y-3 h2,
  .product-form h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}

.product-page .product-1 {
  background-color: #f8f8f8;
}
.product-page .product-1 .text .content {
  margin: -6px;
}
.product-page .product-1 .text .content .list {
  padding: 6px;
  width: 33.33333%;
}
.product-page .product-1 .text .content .list 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;
  border-radius: 5px;
  background-color: #fff;
  height: 40px;
  width: 100%;
  font-size: 14px;
  padding: 0 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 400;
}
.product-page .product-1 .text .content .list a:hover,
.product-page .product-1 .text .content .list a.active {
  background-color: var(--color);
  color: white;
}
.product-page .product-1 .text .content .txt {
  display: none;
  padding: 0 15px 0 5px;
}
.product-page .product-1 .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;
  color: var(--color);
  margin-top: 30px;
}
.product-page .product-1 .text a.btn:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-page .product-1 .text a.btn span {
  font-size: 20px;
  margin-right: 15px;
  border-bottom: 1px solid var(--color);
  line-height: 1;
}
.product-page .product-1 .text a.btn i {
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-1 .product-form {
  padding: 50px 65px;
  background-color: #fff;
}
.product-page .product-1 .product-form h4 {
  font-size: 22px;
}
.product-page .product-1 .product-form form {
  margin-top: 20px;
}
.product-page .product-1 .product-form form ul li input[type='text'],
.product-page .product-1 .product-form form ul li textarea {
  background-color: #f4f6f8;
}
.product-page .product-1 .product-form form ul li a.more i {
  zoom: 0.6;
}
.product-page .product-1 .product-form form ul li a.more span {
  font-size: 18px;
}
.product-page .product-nav-second {
  background-color: #eee;
}
.product-page .product-nav-second ul {
  margin: 0 -35px;
}
.product-page .product-nav-second ul li {
  padding: 0 35px;
}
.product-page .product-nav-second ul li.active a {
  font-weight: 500;
  border-color: var(--color);
}
.product-page .product-nav-second ul li:hover a {
  border-color: var(--color);
}
.product-page .product-nav-second ul li a {
  font-size: 16px;
  font-weight: 200;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-list .product-left {
  width: 290px;
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
}
.product-page .product-list .product-left ul li {
  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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.product-page .product-list .product-left ul li:last-child {
  margin-bottom: 0;
}
.product-page .product-list .product-left ul li.active {
  border-color: var(--color);
  color: var(--color);
}
.product-page .product-list .product-left ul li.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-page .product-list .product-left ul li a {
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: -webkit-calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: calc(100% - 25px);
}
.product-page .product-list .product-left ul li i {
  font-size: 24px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-list .product-right {
  width: -webkit-calc(100% - 290px);
  width: -moz-calc(100% - 290px);
  width: calc(100% - 290px);
}
.product-page .product-list .product-right form {
  width: 50%;
  max-width: 450px;
  position: relative;
}
.product-page .product-list .product-right form input[type='text'] {
  width: 100%;
  height: 60px;
  background-color: #f4f6f8;
  padding: 0 65px 0 25px;
  border-radius: 35px;
  border: none;
  font-size: 14px;
}
.product-page .product-list .product-right form input[type='submit'] {
  width: 23px;
  height: 23px;
  background-color: transparent;
  border: none;
  background: url('../images/inner-s.png') no-repeat;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-page .product-list .product-right .product-content {
  margin-top: 35px;
}
.product-page .product-list .product-right .product-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;
  margin: -10px -6px;
}
.product-page .product-list .product-right .product-content ul li {
  width: -webkit-calc(100% / 4);
  width: -moz-calc(100% / 4);
  width: calc(100% / 4);
  padding: 10px 6px;
}
.product-page .product-list .product-right .product-content ul li .box {
  padding: 8px 8px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-list .product-right .product-content ul li .box:hover {
  border-color: var(--color);
}
.product-page .product-list .product-right .product-content ul li .box:hover a.img .det {
  opacity: 1;
}
.product-page .product-list .product-right .product-content ul li .box a.img .det {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-list .product-right .product-content ul li .box a.img .det p {
  font-size: 14px;
  font-weight: 200;
  padding: 5px 15px;
  background-color: white;
  border-radius: 5px;
  margin-bottom: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.product-page .product-list .product-right .product-content ul li .box a.img .det p:last-child {
  margin-bottom: 0;
}
.product-page .product-list .product-right .product-content ul li .box .text {
  margin-top: 10px;
  padding: 0 15px;
}
.product-page .product-list .product-right .product-content ul li .box .text h4 {
  margin-bottom: 10px;
  font-size: 18px;
}
.product-page .product-list .product-right .product-content ul li .box .text .con {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}
.product-page .product-list .product-right .product-content ul li .box .text .con ul{
  display: block;
  margin: 0;
  padding-left: 15px !important;
  color: rgba(0, 0, 0, 0.6);
}
.product-page .product-list .product-right .product-content ul li .box .text .con ul li{
  padding: 0;
  width:auto;
}
.seo-about {
  background-color: #f4f6f8;
}
.seo-about .left {
  width: 41%;
  max-width: 694px;
}
.seo-about .left .img1 {
  width: 100%;
  margin-bottom: 10px;
}
.seo-about .left .img2,
.seo-about .left .img3 {
  width: -webkit-calc((100% - 10px) / 2);
  width: -moz-calc((100% - 10px) / 2);
  width: calc((100% - 10px) / 2);
}
.seo-about .right {
  width: 59%;
}
.seo-about .right ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 60px;
}
.seo-about .right ul li:last-child {
  margin-right: 0;
}
.seo-about .right ul li .icon {
  width: 80px;
}
.seo-about .right ul li .text {
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
}
.seo-about .right ul li .text h4 em {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
.seo-about .right ul li .text h4 span {
  font-size: 24px;
  font-weight: 500;
}
.seo-about .right ul li .text p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-top: 5px;
}
.seo-about .right a.more2 {
  background-color: #dfdfdf;
  color: black;
  border-color: transparent;
}
.seo-about .right a.more2:hover {
  background-color: var(--color);
  color: white;
}
@media screen and (max-width: 1800px) {
  .product-page .product-1 .text {
    padding-right: 5%;
  }
}
@media screen and (max-width: 1700px) {
  .product-page .product-1 .text .content .list a {
    height: 55px;
    text-align: center;
  }
}
@media screen and (max-width: 1450px) {
  .product-page .product-1 .product-form {
    padding: 50px 35px;
  }
  .product-page .product-list .product-right .product-content ul li {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
  }
  .seo-about .right ul li .text h4 em {
    font-size: 30px;
  }
  .seo-about .right ul li {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1250px) {
  .product-page .product-1 .text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 45px;
  }
  .product-page .product-1 .product-form {
    width: 100%;
  }
  .product-page .product-list .product-right .product-content ul li {
    width: 50%;
  }
  .product-page .product-list .product-left {
    top: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .product-list .product-left,
  .product-page .product-nav-second {
    display: none;
  }
  .product-page .product-list .product-right {
    width: 100%;
    padding-left: 0;
  }
  .product-page .product-list .product-right form {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .product-page .product-list .product-right .product-content h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .product-page .product-1 .text .content .list {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-list .product-right .product-content ul li {
    width: 100%;
  }
  .product-page .product-1 .text .content .list {
    width: 100%;
  }
  .product-form form ul li {
    width: 100%;
  }
}
.seo-honor {
  position: relative;
}
.seo-honor::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  background-color: #f4f6f8;
}
.seo-honor .top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-honor ul {
  margin: 0 -10px;
}
.seo-honor ul li {
  padding: 0 10px;
}
.seo-honor ul li a.img {
  display: block;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.seo-news {
  position: relative;
  z-index: 2;
}
.seo-news h2.h-title {
  font-size: 40px;
}
.seo-news ul {
  margin: 0 -40px;
}
.seo-news ul li {
  padding: 0 40px;
}
.seo-news ul li:hover a.more {
  opacity: 1;
}
.seo-news ul li a.more {
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1250px) {
  .seo-news h2.h-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .seo-about .left {
    width: 100%;
    max-width: 100%;
  }
  .seo-about .right {
    width: 100%;
    padding-left: 0;
    margin-top: 45px;
  }
  .seo-honor .top p {
    width: 100%;
  }
  .seo-honor .top h2 {
    font-size: 24px;
  }
  .seo-news h2.h-title {
    font-size: 24px;
  }
  .seo-news h2.h-title br {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .seo-about .right ul li {
    margin: 10px 0;
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .seo-about .right a.more2 {
    margin: 5px 0;
  }
}
.prodet-page table{
  border:none;
  font-size: 14px;
}
.prodet-page table tbody{
  min-width: unset;
  border: none;
}
.prodet-page table td, 
.prodet-page table th{
  border: none;
}
.prodet-page table tr:nth-child(even) {
    background: transparent;
}

.prodet-page .prodet-1 {
  background-color: #f8f8f8;
  padding: 80px 0 135px;
}
.prodet-page .prodet-1 .left {
  width: 48%;
  max-width: 671px;
}
.prodet-page .prodet-1 .left .small {
  margin-top: 10px;
}
.prodet-page .prodet-1 .left .small ul {
  margin: 0 -5px;
}
.prodet-page .prodet-1 .left .small ul .slick-current li a.img {
  border-color: var(--color);
}
.prodet-page .prodet-1 .left .small ul li {
  padding: 0 5px;
}
.prodet-page .prodet-1 .left .small ul li a.img {
  display: block;
  border: 2px solid transparent;
}
.prodet-page .prodet-1 .left .small ul li a.img img {
  width: 100%;
}
.prodet-page .prodet-1 .left .Auxil-through a {
  display: block;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 5px;
}
.prodet-page .prodet-1 .left .Auxil-through a:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-1 .left .Auxil-through a:hover {
  border-color: var(--color);
  color: var(--color);
}
.prodet-page .prodet-1 .right {
  width: 52%;
}
.prodet-page .prodet-2 .slide-nav {
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
}
.prodet-page .prodet-2 .slide-nav ul li {
  margin-right: 50px;
}
.prodet-page .prodet-2 .slide-nav ul li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-2 .slide-nav ul li.active a {
  border-color: var(--color);
  color: var(--color);
}
.prodet-page .prodet-2 .slide-nav 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;
  text-align: center;
  font-size: 16px;
  height: 90px;
  border-bottom: 2px solid transparent;
  font-weight: 500;
}
.prodet-page .prodet-2 .slide-content {
  padding: 45px 50px 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.prodet-page .prodet-2 .slide-content .lide-list {
  display: none;
}
.prodet-page .prodet-3 .right {
  max-width: 550px;
}
.prodet-page .prodet-3 .right ul {
  margin: -5px;
}
.prodet-page .prodet-3 .right ul li {
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  padding: 5px;
}
.prodet-page .prodet-3 .right ul li .img {
  height: 110px;
  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: #efefef;
}
.prodet-page .prodet-4 .bot {
  padding: 15px 55px;
  background-color: #f7f7f7;
}
.prodet-page .prodet-4 .bot a {
  font-size: 18px;
  color: var(--color);
  border-bottom: 1px solid var(--color);
  font-weight: 500;
  line-height: 1;
}
.prodet-page .prodet-4 table{
  color: #000;
  white-space: normal;
}
.prodet-page .prodet-4 table tr{
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-4 table tr td{
  border: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0;
  white-space: normal;
}
.prodet-page .prodet-4 table tr td:first-child{
  color: #636363;
}

@media screen and (max-width: 1250px) {
  .prodet-page .prodet-2 .slide-nav ul li {
    width: 25%;
    margin: 0;
    padding: 0 15px;
    text-align: center;
  }
  .prodet-page table td, 
  .prodet-page table th {
    min-width: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-2 .slide-nav ul li a {
    height: 75px;
    justify-content: center;
  }
  .prodet-page .prodet-4 .left{
    width:100%;
    margin-bottom: 45px;
  }
  .prodet-page .prodet-4 .right{
    width:100%;
  }
  .prodet-page .prodet-4 .bot{
    padding: 15px 30px;
  }
  .prodet-page .prodet-3 h2,
  .prodet-page .prodet-4 h2,
  .prodet-page .prodet-1 h2{
    font-size: 24px;
  }
  .prodet-page .prodet-2 .slide-nav ul li {
    width: 50%;
  }
  .prodet-page .prodet-3 .right ul li{
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-4 .bot p{
    margin-bottom: 15px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    max-width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 45px;
  }
  .prodet-page .prodet-3 .left {
    width: 100%;
    max-width: 100%;
  }
  .prodet-page .prodet-3 .right {
    width: 100%;
    margin-top: 45px;
  }
  .prodet-page table tbody {
    min-width: 700px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 .slide-nav ul li {
    width: 100%;
  }
  .prodet-page .prodet-2 .slide-content {
    padding: 45px 30px;
  }
}



.pro-case .bottom {
  margin-top: 40px;
}
.pro-case .bottom ul {
  margin: 0 -15px;
}
.pro-case .bottom ul li {
  padding: 0 15px;
}
.pro-case .bottom ul li .text {
  padding: 30px 35px;
  background-color: #f6f6f6;
}
.pro-case .bottom ul li .text a.btn {
  font-size: 16px;
  color: var(--color);
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid var(--color);
}
.pro-case .bottom ul li .det ul{
  display: block;
  margin:0; 
  padding-left: 15px !important;
}
.pro-case .bottom ul li .det ul li{
  padding: 0;
  font-size: 14px;
}
.product-page .product-list .product-right .product-content ul li .box .text .con ul li::marker,
.pro-case .bottom ul li .det ul li::marker,
.casedet-page .casedet-2 ul li .con ul li::marker{
    color: var(--color);
  font-size: 20px;
}
.pro-case .bottom ul .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;
  margin: 0;
  margin-top: 55px;
}
.pro-case .bottom ul .slick-dots li {
  padding: 0;
  width: 135px;
  height: 3px;
  background-color: #e7eee9;
  margin: 0 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.pro-case .bottom ul .slick-dots li.slick-active {
  background-color: var(--color);
}
.pro-case .bottom ul .slick-dots li button {
  display: none;
}
.pro-factory {
  background-color: #f4f6f8;
}
.pro-factory ul {
  margin: 0 -10px;
}
.pro-factory ul li {
  padding: 0 10px;
}
.pro-client .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  background-color: #515151;
  border-radius: 50%;
  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;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.pro-client .arrow:hover {
  background-color: var(--color);
  color: white;
}
.pro-client .arrow i {
  font-size: 14px;
}
.pro-client .arrow.prev {
  left: 35px;
}
.pro-client .arrow.next {
  right: 35px;
}
.pro-client ul {
  margin: 30px -20px 0;
}
.pro-client ul li {
  padding: 0 20px;
}
.pro-client ul li .box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pro-client ul li .box .icon {
  width: 100px;
}
.pro-client ul li .box .text {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  padding-left: 25px;
}
.pro-service .text ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.pro-service .text ul li:last-child {
  margin-bottom: 0;
}
.pro-service .text ul li i {
  display: block;
  width: 22px;
}
.pro-service .text ul li span {
  width: -webkit-calc(100% - 22px);
  width: -moz-calc(100% - 22px);
  width: calc(100% - 22px);
  font-size: 18px;
  font-weight: 500;
  padding-left: 15px;
  line-height: 1.6;
}
.pro-service .text ul li span em {
  opacity: 0.6;
}
@media (max-width: 1000px) {
  .pro-client .arrow {
    display: none !important;
  }
  .pro-case h2 {
    font-size: 24px;
  }
  .pro-factory h2 {
    font-size: 24px;
  }
  .pro-factory .left {
    width: 100%;
    margin-bottom: 45px;
  }
  .pro-factory .right {
    width: 100%;
  }
  .pro-service h2 {
    font-size: 24px;
  }
  .pro-service .img {
    width: 100%;
    margin-bottom: 45px;
  }
  .pro-service .text {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .pro-case h2 {
    margin-bottom: 25px;
  }
  .pro-client ul li .box {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pro-client ul li .box .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}


.manu-page .list_box li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  margin-bottom: 8px;
}
.manu-page .list_box li:last-child {
  margin-bottom: 0;
}
.manu-page .list_box li::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
  display: block;
  margin-right: 10px;
}
.manu-page .manu-1 .right .list-t,
.manu-page .manu-1 .right .list-b {
  margin: 0 -13px;
}
.manu-page .manu-1 .right .list-b {
  padding-right: 78px;
}
.manu-page .manu-1 .right .img {
  padding: 8px 13px;
}
.manu-page .manu-2 {
  background-color: #f9f9f9;
}
.manu-page .manu-2 ul {
  margin: 0 -8px;
}
.manu-page .manu-2 ul li {
  padding: 0 8px;
}
.manu-page .manu-2 ul li .box {
  background-color: white;
}
.manu-page .manu-2 ul li .box .text {
  padding: 30px 40px 40px;
}
.manu-page .manu-3 .list .img,
.manu-page .manu-3 .list .text {
  width: -webkit-calc((100% - 20px) / 2);
  width: -moz-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
}
.manu-page .manu-3 .list: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;
}
.manu-page .manu-3 .list .text {
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 45px 75px;
}
.manu-page .manu-4 ul {
  margin: -20px -15px;
}
.manu-page .manu-4 ul li {
  padding: 20px 15px;
  width: 25%;
}
.manu-page .manu-4 ul .slick-slide>div{
  height: auto !important;
}
.manu-page .manu-4 ul li .box .title {
  padding: 20px;
  background-color: #f7f7f7;
}
.manu-page .manu-5 ul {
  margin: 0 -6%;
}
.manu-page .manu-5 ul li {
  padding: 0 6%;
  text-align: center;
}
.manu-page .manu-5 ul li .box .icon {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.manu-page .manu-5 ul li .box:hover .icon {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
@media (max-width: 1800px) {
  .manu-page .manu-1 .right {
    zoom: 0.9;
  }
}
@media (max-width: 1700px) {
  .manu-page .manu-1 .right {
    zoom: 0.8;
  }
}
@media (max-width: 1450px) {
  .manu-page .manu-1 .right {
    zoom: 0.7;
  }
}
@media (max-width: 1250px) {
  .manu-page h2 {
    font-size: 30px;
  }
  .manu-page .manu-1 .right {
    zoom: 0.5;
    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;
  }
  .manu-page .manu-1 .right .list-b {
    padding-right: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 15px;
  }
  .manu-page .manu-4 ul li {
    width: 33.333333333%;
  }
}
@media (max-width: 1000px) {
  .manu-page .manu-1 .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .manu-page .manu-1 .right {
    width: 100%;
    zoom: 0.8;
  }
  .manu-page .manu-3 .list .img {
    width: 100%;
  }
  .manu-page .manu-3 .list .text {
    width: 100%;
  }
  .manu-page .manu-4 ul li {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .manu-page .manu-3 .list .text {
    padding: 40px;
  }
  .manu-page .manu-4 ul {
    margin: -10px -5px;
  }
  .manu-page .manu-4 ul li {
    padding: 10px 5px;
  }
}
@media (max-width: 500px) {
  .manu-page h2 {
    font-size: 24px;
  }
  .manu-page .manu-3 .list .text {
    padding: 20px;
  }
  .manu-page .list_box li span {
    display: inline-block;
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: calc(100% - 25px);
  }
  .manu-page .manu-4 ul li {
    width: 100%;
  }
  .manu-page .manu-5 ul li {
    width: 100%;
    margin: 15px 0;
  }
}

