@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.eot') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Unbounded-Light.ttf') format('truetype'), url('../fonts/Unbounded-Light.eot') format('embedded-opentype'), url('../fonts/Unbounded-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Medium.woff2') format('woff2'), url('../fonts/Unbounded-Medium.ttf') format('truetype'), url('../fonts/Unbounded-Medium.eot') format('embedded-opentype'), url('../fonts/Unbounded-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-SemiBold.woff2') format('woff2'), url('../fonts/Unbounded-SemiBold.ttf') format('truetype'), url('../fonts/Unbounded-SemiBold.eot') format('embedded-opentype'), url('../fonts/Unbounded-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Bold.woff2') format('woff2'), url('../fonts/Unbounded-Bold.ttf') format('truetype'), url('../fonts/Unbounded-Bold.eot') format('embedded-opentype'), url('../fonts/Unbounded-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-ExtraBold.woff2') format('woff2'), url('../fonts/Unbounded-ExtraBold.ttf') format('truetype'), url('../fonts/Unbounded-ExtraBold.eot') format('embedded-opentype'), url('../fonts/Unbounded-ExtraBold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts/Montserrat-SemiBold.eot') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
}
body {
  font-family: "Unbounded";
  max-width: 1920px;
  --color: #164291;
  font-weight: normal;
  margin: 0 auto;
  color: black;
}
.container {
  width: 1650px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.layui-layer,
#pups_from{
  color:black;
}
.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: flex;
    line-height: 48px;
    height: 48px;
    font-weight: normal;
    margin: auto;
}
.seoPublic .Auxil-form .form ul li input, .seoPublic .Auxil-form .form ul li textarea {
    background: #1a1a1a;
        border: 1px solid #4b4b4b;
}
.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;
}

#qrcode{
  position: fixed;
  right:20px;
  bottom:190px;
  width: 60px;
  height: 60px;
  border-radius:50%;
  background-color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center; 
  z-index: 50;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
#qrcode i{
  color: white;
  font-size: 24px;
}
#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{
  background-color: #1a1a1a;
}
#qrcode:hover .box{
  opacity:1;
  transform: translateY(-50%) rotateY(0deg);
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}

.grid-box {
    font-size: 0;
  }

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


#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  color: #000;
}
#header.active {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
#header .nav-t {
  height: 75px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  height: 115px;
}
#header .nav .ui.menu {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  padding: 0 5px;
  margin-right: 30px;
  -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;
  color: #000;
  font-family: 'Montserrat';
  line-height: 115px;
  height: 115px;
}
#header .nav .ui.menu .menu-box ul.menu > li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  background: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0;
  
}
#header .nav .ui.menu .menu-box ul.menu > li:hover{
  color: #26418f;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  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;
  line-height: 1;
  height: auto;
  font-weight: 400;
  font-family: 'Unbounded';
}
#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: var(--color);
  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;
}
.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;
}
.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  padding: 0 20px 0 8px;
  height: 48px;
  position: relative;
}
.more i {
  font-size: 20px;
  width: 35px;
  height: 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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: black;
}

.more.white {
  background-color: white;
}
.more.white i {
  background-color: var(--color);
  color: white;
}
.more.white span {
  color: var(--color);
}
.more i:first-child {
  position: absolute;
  left: 8px;
}
.more i:last-child {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
  right: 8px;
}
.more span {
  font-size: 18px;
  font-weight: 500;
  color: white;
  margin-left: 55px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more span input[type='submit']{
  background: transparent;
  border: none;
  pointer-events: none;
}
.more:hover span {
  margin-left: 10px;
  margin-right: 45px;
}
.more:hover i:first-child {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.more:hover i:last-child {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
h2.h-title {
  font-size: 60px;
  line-height: 1.4;
  position: relative;
  z-index: 5;
  display: block;
  font-weight: 600;
}
h2.h-title::after {
  content: '';
  display: block;
  width: 60%;
  height: 25px;
  background-color: var(--color);
  z-index: -1;
  position: absolute;
  top: 60%;
}
h2.h-title.center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.m-auto {
  margin: auto;
}
.tit-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tit-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.tit-semi {
  font-weight: 600;
  color: #fff;
}
.txt-light {
  font-weight: 300;
}
.white {
  color: white;
}
.tit-font {
  font-family: var(--font);
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
@-webkit-keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}
@-moz-keyframes scale_play {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}
@keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}
@-webkit-keyframes img_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
    opacity: 0;
  }
}
@-moz-keyframes img_rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
    opacity: 0;
  }
}
@keyframes img_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
    opacity: 0;
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes scroll-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@-moz-keyframes scroll-right {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@keyframes scroll-right {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%);
  }
}

@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);
  }
}
#banner {
  position: relative;
  z-index: 1;
  margin-top: 190px;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .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%);
}
#banner .banner-content ul li .content h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#banner .banner-content ul li .content h2.line::after {
  content: '';
  display: block;
  width: -webkit-calc(100% - 115px);
  width: -moz-calc(100% - 115px);
  width: calc(100% - 115px);
  height: 20px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#banner .banner-content .banner-bot {
  position: absolute;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#banner .banner-content .banner-bot h2 {
  color: rgba(255, 255, 255, 0.2);
  font-size: 158px;
  font-weight: 900;
  line-height: 0.8;
  text-transform: uppercase;
}
#banner .banner-content .banner-bot ul {
  max-width: 45%;
  text-align: right;
}
#index-body{
  overflow: hidden;
}

#index-body .homepage-1 {
  position: relative;
}
#index-body .homepage-1 .left {
  background-color: white;
  position: relative;
}
#index-body .homepage-1 .left .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 170px;
  height: 170px;
  background-color: 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;
}
#index-body .homepage-1 .left .icon::after {
  content: '';
  display: block;
  width: 135px;
  height: 136px;
  background: url('../images/pro_text.png') no-repeat;
  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%);
  z-index: 1;
  -webkit-animation: img_rotate 15s linear infinite;
  -moz-animation: img_rotate 15s linear infinite;
  animation: img_rotate 15s linear infinite;
}
#index-body .homepage-1 .left .icon i {
  width: 90px;
  height: 90px;
  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;
  border-radius: 50%;
}
#index-body .homepage-1 .left ul li {
  height: 670px;
}
#index-body .homepage-1 .left ul li a.img {
  width: 100%;
  height: 100%;
  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-1 .right h2.h-title::after {
  width: 74%;
}
#index-body .homepage-1 .right ul{
  margin-left: 0;
}
#index-body .homepage-1 .right ul li:last-child .text {
  padding-bottom: 0;
}
#index-body .homepage-1 .right ul li h4 {
  font-size: 30px;
  font-weight: 600;
  padding: 10px 0;
  cursor: pointer;
}
#index-body .homepage-1 .right ul li h4 i {
  width: 30px;
  display: inline-block;
}
#index-body .homepage-1 .right ul li .text {
  padding-bottom: 60px;
}
/*#index-body .homepage-1 .right ul li .text .con{
  max-height: 160px;
  overflow-y: auto;
  padding-right: 15px;
}*/


#index-body .product {
  position: relative;
}
#index-body .product .list {
  position: relative;
  height: 829px;
}
#index-body .product .list.list2 .content {
  padding: 80px 15%;
}
#index-body .product .list .content h2{
  margin-bottom: 60px;
}
#index-body .product .list.list2 .content ul {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#index-body .product .list.list2 .content ul li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#index-body .product .list.list2 .content ul li .box {
  margin-right: 0;
  margin-left: 25px;
}
#index-body .product .list.list3 .content {
  padding: 80px 4% 80px 4%;
}
#index-body .product .list.list3 .content h2 {
  margin-bottom: 110px;
}
#index-body .product .list.list3 .content ul {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#index-body .product .list.list3 .content ul li:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#index-body .product .list.list3 .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
#index-body .product .list.list3 .content ul li:nth-child(1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .product .list.list3 .content ul li:nth-child(1) .btn {
  margin-top: 0;
  margin-bottom: 100px;
}
#index-body .product .list.list3 .content ul li:nth-child(2) {
  margin-left: 15%;
}
#index-body .product .list.list3 .content ul li:nth-child(3) {
  margin-top: -150px;
}
#index-body .product .list .content {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  padding: 80px 0;
}
#index-body .product .list .content ul {
  margin: 0 -45px;
  height: auto;
}
#index-body .product .list .content ul li {
  padding: 0 45px;
}
#index-body .product .list .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;
  margin-top: -20px;
}
#index-body .product .list .content ul li.active .box {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .product .list .content ul li .box {
  max-width: 260px;
  padding: 20px;
  background-color: var(--color);
  margin: 0 25px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .list .content ul li .box .bt {
  width: 35px;
  height: 35px;
  color: var(--color);
  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: white;
  margin: auto;
}
#index-body .product .list .content ul li .box .bt i {
  font-size: 20px;
}
#index-body .product .list .content ul li .btn {
  width: 50px;
  height: 50px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .product .list .content ul li .btn::before {
  content: '';
  display: block;
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  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%);
  animation: dot_scale 2s linear infinite;
}
#index-body .product .list .content ul li .btn::after {
  content: '';
  display: block;
  background-color: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  position: absolute;
}
#index-body .product .list .content ul li .btn i {
  font-size: 18px;
  width: 22px;
  height: 22px;
  line-height: 24px;
  padding-left: 4px;
  display: block;
  background-color: var(--color);
  position: relative;
  z-index: 5;
  border-radius: 50%;
}

#index-body .product .list1 .content ul li:nth-child(2){
  transform: translate(85px, -55px);
}
#index-body .product .list2 .content ul li:nth-child(1){
  transform: translate(0, 70px);
}
#index-body .product .list2 .content ul li:nth-child(2){
  transform: translate(30px,-20px);
}
#index-body .product .list2 .content ul li .btn{
  margin-top: 20px;
}
#index-body .product .list3 .content ul li:nth-child(1){
  transform: translate(30px,50px);
}
#index-body .product .list3 .content ul li:nth-child(3){
  transform: translate(-30px,-100px);
}


#index-body .product .page {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  font-size: 20px;
}
#index-body .product .page > span {
  font-weight: bold;
}
#index-body .product .page .swiper-pagination {
  position: relative;
  width: 300px;
  bottom: 0;
  margin: 0 30px;
}
#index-body .product .page .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color);
  height: 7px;
  margin-bottom: -3px;
}
#index-body .product .page .swiper-pagination span {
  width: 33.3333333333%;
  border-radius: 0;
  margin: 0;
  height: 2px;
  background-color: white;
  opacity: 1;
}












#index-body .homepage-2 {
  position: relative;
  background: url('../images/about_bg.png') no-repeat right bottom;
}
#index-body .homepage-2 .left {
  padding-top: 180px;
  max-width: 1200px;
  width: -webkit-calc(100% - 400px);
  width: -moz-calc(100% - 400px);
  width: calc(100% - 400px);
}
#index-body .homepage-2 .left a.play {
  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: 125px;
  height: 125px;
  background-color: 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;
  z-index: 5;
}
#index-body .homepage-2 .left a.play::after {
  content: '';
  display: block;
  width: 99px;
  height: 99px;
  background: url('../images/play_text.png') no-repeat;
  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%);
  z-index: 1;
  -webkit-animation: img_rotate 15s linear infinite;
  -moz-animation: img_rotate 15s linear infinite;
  animation: img_rotate 15s linear infinite;
}
#index-body .homepage-2 .left .text h2.h-title {
  line-height: 1.2;
}
#index-body .homepage-2 .left .text h2.h-title::after {
  width: 45%;
  top: 22%;
}
#index-body .homepage-2 .right {
  width: 340px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--color);
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
}
#index-body .homepage-2 .right .text {
  height: 275px;
  padding: 0 25px 0 35px;
  color: white;
}
#index-body .homepage-3 {
  position: relative;
  padding: 135px 0 80px;
}
#index-body .homepage-3 .bigImg {
  width: 100%;
  height: 100%;
  inset: 0;
}
#index-body .homepage-3 .bigImg img {
  position: relative;
  z-index: -1;
  opacity: 0;
}
#index-body .homepage-3 .bigImg img.active {
  z-index: 1;
  opacity: 1;
}
#index-body .homepage-3 .bigImg img:nth-child(n + 2) {
  position: absolute;
  inset: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .homepage-3 .bigImg::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(60%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
  position: absolute;
  inset: 0;
  z-index: 2;
}
#index-body .homepage-3 .content {
  position: relative;
  z-index: 5;
}
#index-body .homepage-3 .content .top h2.h-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 85px;
  color: white;
}
#index-body .homepage-3 .content .top h2.h-title::after {
  width: 75%;
}
#index-body .homepage-3 .content .top ul {
  margin: 0 -20px;
  width: 1435px;
}
#index-body .homepage-3 .content .top ul .slick-current li a {
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  background-color: var(--color);
  color: white;
}
#index-body .homepage-3 .content .top ul li {
  padding: 0 20px 25px;
}
#index-body .homepage-3 .content .top ul li a {
  width: 100%;
  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;
  height: 55px;
  background-color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 0 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: black;
}
#index-body .homepage-3 .content .bottom {
  max-width: 1200px;
  margin: auto;
}
#index-body .homepage-3 .content .bottom .line {
  margin: 0 auto 25px;
}
#index-body .homepage-3 .content .bottom .line::before {
  content: '';
  display: block;
  width: 1px;
  height: 160px;
  background-color: var(--color);
  margin: 0 auto;
}
#index-body .homepage-3 .content .bottom .line::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-color: var(--color);
  border-radius: 50%;
  margin: auto;
}
#index-body .homepage-4 .left {
  max-width: 460px;
}
#index-body .homepage-4 .left h2.h-title {
  line-height: 1.2;
}
#index-body .homepage-4 .left h2.h-title::after {
  width: 70%;
  top: 32%;
}
#index-body .homepage-4 .right {
  padding-right: 0;
  width: 60%;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  padding-bottom: 50px;
}
#index-body .homepage-4 .right .swiper {
  width: 480px;
  overflow: unset;
}
#index-body .homepage-4 .right .swiper ul li {
  opacity: 1 !important;
}
#index-body .homepage-4 .right .swiper ul li .box {
  padding: 55px;
  height: 365px;
  background-color: #e3e8f1 !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(0) scale(0.85);
  -moz-transform: translateX(0) scale(0.85);
  -ms-transform: translateX(0) scale(0.85);
  transform: translateX(0) scale(0.85);
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#index-body .homepage-4 .right .swiper ul li .box h2{
  font-size: 120px;
  color:rgba(255, 255, 255, 0.1);
  line-height: 1;
  position: absolute;
  right:45px;
  bottom:30px;
}
#index-body .homepage-4 .right .swiper ul li.swiper-slide-prev .box {
  -webkit-transform: translateX(270px) scale(0.85);
  -moz-transform: translateX(270px) scale(0.85);
  -ms-transform: translateX(270px) scale(0.85);
  transform: translateX(270px) scale(0.85);
  opacity: 1;
}
#index-body .homepage-4 .right .swiper ul li.swiper-slide-next .box {
  -webkit-transform: translateX(-270px) scale(0.85);
  -moz-transform: translateX(-270px) scale(0.85);
  -ms-transform: translateX(-270px) scale(0.85);
  transform: translateX(-270px) scale(0.85);
  opacity: 1;
}
#index-body .homepage-4 .right .swiper ul li.swiper-slide-active {
  position: relative;
  z-index: 5;
  color: white;
}
#index-body .homepage-4 .right .swiper ul li.swiper-slide-active .box {
  -webkit-transform: translateX(0) scale(1);
  -moz-transform: translateX(0) scale(1);
  -ms-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
  background-color: var(--color) !important;
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#index-body .homepage-4 .right .swiper .swiper-pagination {
  position: relative;
  bottom:0;
}
#index-body .homepage-4 .right .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #e1e1e1;
  margin: 0 7px;
  opacity: 1;
}
#index-body .homepage-4 .right .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color);
}
#index-body .h-line {
  background-color: #d8e7ff;
  height: 105px;
}
#index-body .h-line .box {
  width: 120%;
  height: 100%;
  background-color: var(--color);
  -webkit-transform: translateX(-50%) rotate(3deg);
  -moz-transform: translateX(-50%) rotate(3deg);
  -ms-transform: translateX(-50%) rotate(3deg);
  transform: translateX(-50%) rotate(3deg);
  position: relative;
  left: 50%;
  overflow: hidden;
}
#index-body .h-line .box ol {
  -webkit-animation: scroll-left 10s linear infinite;
  -moz-animation: scroll-left 10s linear infinite;
  animation: scroll-left 10s linear infinite;
}
#index-body .h-line .box ol li {
  font-size: 30px;
  font-weight: 600;
  color: white;
  position: relative;
  padding: 0 55px;
  white-space: nowrap;
  text-transform: uppercase;
}
#index-body .h-line .box ol li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
#index-body .homepage-5 h2.h-title {
  font-size: 70px;
}
#index-body .homepage-5 h2.h-title::after {
  width: 70%;
  height: 30px;
}
#index-body .homepage-5 h1 {
  line-height: 0.8;
  color: #272727;
  text-align: center;
  font-size: 104px;
  margin-bottom: -35px;
  opacity: 0.1;
}
#index-body .homepage-5 .top {
  overflow: hidden;
}
#index-body .homepage-5 .top:hover ul {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
#index-body .homepage-5 .top ul {
  -webkit-animation: scroll-left 10s linear infinite;
  -moz-animation: scroll-left 10s linear infinite;
  animation: scroll-left 10s linear infinite;
}
#index-body .homepage-5 .top ul li {
  padding: 0 10px;
}
#index-body .homepage-5 .top ul li:nth-child(even) .img {
  width: 415px;
}
#index-body .homepage-5 .top ul li .img {
  width: 590px;
}
#index-body .homepage-5 .top ul li .img:hover .text {
  opacity: 1;
}
#index-body .homepage-5 .top ul li .img .text {
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(36, 79, 150, 0.6);
  z-index: 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;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-5 .top ul li .img .text a.btn {
  width: 35px;
  height: 35px;
  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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .homepage-5 .top ul li .img .text a.btn i {
  font-size: 24px;
  color: var(--color);
}
#index-body .homepage-5 .bottom {
  overflow: hidden;
  margin-top: 70px;
}
#index-body .homepage-5 .bottom:hover ul {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
#index-body .homepage-5 .bottom ul {
  -webkit-animation: scroll-right 10s linear infinite;
  -moz-animation: scroll-right 10s linear infinite;
  animation: scroll-right 10s linear infinite;
}
#index-body .homepage-5 .bottom ul li {
  padding: 0 10px;
}
#index-body .homepage-5 .bottom ul li:nth-child(even) .img {
  width: 415px;
}
#index-body .homepage-5 .bottom ul li .img {
  width: 590px;
}
#index-body .homepage-5 .bottom ul li .img:hover .text {
  opacity: 1;
}
#index-body .homepage-5 .bottom ul li .img .text {
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(36, 79, 150, 0.6);
  z-index: 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;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-5 .bottom ul li .img .text a.btn {
  width: 35px;
  height: 35px;
  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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .homepage-5 .bottom ul li .img .text a.btn i {
  font-size: 24px;
  color: var(--color);
}
#index-body .homepage-6 h2.h-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#index-body .homepage-6 ul li {
  padding: 5px 20px;
}
#index-body .homepage-6 ul li .box {
  background-color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#index-body .homepage-6 ul li .box:hover {
  background-color: var(--color);
  color: white;
}
#index-body .homepage-6 ul li .box:hover .bot .date {
  background-color: #1a1a1a;
}
#index-body .homepage-6 ul li .box:hover .bot h2 {
  color: #fff;
}
#index-body .homepage-6 ul li .box .bot {
  height: 90px;
}
#index-body .homepage-6 ul li .box .bot h2 {
  width: -webkit-calc(100% - 155px);
  width: -moz-calc(100% - 155px);
  width: calc(100% - 155px);
  color: #e5e5e5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-6 ul li .box .bot .date {
  width: 155px;
  height: 100%;
  background-color: var(--color);
  font-size: 40px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-6 ul li .box .bot .date em {
  font-size: 16px;
}
#index-body .homepage-6 ul li .box .text {
  padding: 60px 35px;
}


#index-body .homepage-7 h2.h-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#index-body .homepage-7 .content {
  position: relative;
}
#index-body .homepage-7 .content::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  bottom: 85px;
}
#index-body .homepage-7 .content ul li a.img {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 420px;
}
#index-body .homepage-7 .content ul li .text {
  margin-top: 25px;
}
#index-body .homepage-7 .content ul li .text span.dot {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0 auto;
  display: block;
}
#index-body .homepage-7 .content ul li .text span.dot::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
#index-body .homepage-7 .content ul li .text span.dot::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-color: #838383;
  border-radius: 50%;
  z-index: 5;
}
#index-body .homepage-7 .content ul li .text h4 {
  font-size: 20px;
  font-weight: bold;
  color: #969696;
  text-align: center;
  margin-top: 25px;
}
#index-body .homepage-7 .content ul li.swiper-slide-active a.img {
  -webkit-transform: scale(1.35);
  -moz-transform: scale(1.35);
  -ms-transform: scale(1.35);
  transform: scale(1.35);
}
#index-body .homepage-7 .content ul li.swiper-slide-active .text span.dot::before {
  background-color: rgba(22, 66, 145, 0.6);
}
#index-body .homepage-7 .content ul li.swiper-slide-active .text span.dot::after {
  background-color: var(--color);
}
#index-body .homepage-7 .content ul li.swiper-slide-active .text h4 {
  color: var(--color);
  font-size: 30px;
}
#index-body .homepage-7 .content .swiper-box {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  z-index: 5;
}
#index-body .homepage-7 .content .swiper-box .swiper-arrow {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  position: relative;
  z-index: 2;
  background-color: var(--color);
  cursor: pointer;
}
#index-body .homepage-7 .content .swiper-box .swiper-arrow i {
  font-size: 20px;
}
#index-body .homepage-8 .left {
  width: 63.5%;
}
#index-body .homepage-8 .right {
  padding-left: 40px;
  width: 36.5%;
  height: -webkit-fill-available;
}
#index-body .homepage-8 .right .img2 {
  height: 100%;
  width: 100%;
}
#index-body .homepage-8 .img{
  position: relative;
}
#index-body .homepage-8 .img:hover .text{
  opacity: 1;
}
#index-body .homepage-8 .img .text{
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(36, 79, 150, 0.6);
  z-index: 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;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-8 .img .text .btn{
  width: 35px;
  height: 35px;
  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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .homepage-8 .img .text a.btn i {
  font-size: 24px;
  color: var(--color);
}









#footer {
  position: relative;
}
#footer::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--color);
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-clip-path: polygon(0 40%, 100% 52%, 100% 100%, 0% 100%);
  clip-path: polygon(0 40%, 100% 52%, 100% 100%, 0% 100%);
}
#footer .top .left {
  padding-bottom: 15px;
}
#footer .top .left .form {
  color: #000;
  max-width: 680px;
  background-color: white;
  padding: 110px 130px 85px 75px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#footer .top .left .form form input[type='text'] {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
  background-color: transparent;
  margin-bottom: 40px;
  font-size: 20px;
  color: black;
  font-weight: 300;
}
#footer .top .left .form form input[type='text']::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#footer .top .left .form form input[type='submit'] {
  margin: 0;
  background-color: transparent;
  border: none;
  pointer-events: none;
}
#footer .top .left .form form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
  background-color: transparent;
  margin-bottom: 40px;
  font-size: 20px;
  color: black;
  font-weight: 300;
}
#footer .top .left .form form textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#footer .top .left .share {
  margin-top: 25px;
}
#footer .top .left .share a {
  font-size: 24px;
  color: white;
  margin-right: 30px;
}
#footer .top .left .share a:last-child {
  margin-right: 0;
}
#footer .top .right .text ul li .icon {
  width: 55px;
}
#footer .top .right .text ul li .icon i {
  font-size: 30px;
}
#footer .top .right .text ul li span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  width: -webkit-calc(100% - 55px);
  width: -moz-calc(100% - 55px);
  width: calc(100% - 55px);
}
#footer .top .right .text-link h4 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 45px;
}
#footer .top .right .text-link a {
  display: block;
  font-size: 18px;
  color: #b4c1d4;
  margin-bottom: 20px;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
}
#footer .top .right .text-link span {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: fit-content;
  display: block;
}
#footer .top .right .text-link .pro-link span:last-child{
  display: none;
}
#footer .top .right .text-link span::after {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  background-color: black;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .top .right .text-link span:hover {
  color: white;
}
#footer .top .right .text-link span:hover::after {
  opacity: 1;
}
#footer .top .right .text-link .h-link a {
  padding-right: 0;
}
#footer .top .right .text-link .pro-link {
  max-width: 285px;
}
#footer .top .right .text-link ul li {
  width: 50%;
}
#footer .bottom .box {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0 25px;
}
#footer .bottom span {
  font-size: 18px;
  color: #afbcd1;
}
#footer .bottom span a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .bottom span a.copyright:hover {
  color: white;
}
#footer .bottom span img {
  width: auto;
  height: 18px;
  margin-left: 5px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}
@media screen and (max-width: 1850px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1700px) {
  .more span {
    font-size: 16px;
  }
  #header .nav .logo {
    max-width: 160px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 15px;
  }
  .language-box {
    margin: 0 15px;
  }
  #header .nav .ui.menu .right {
    padding-left: 30px;
  }
  #banner .banner-content .banner-bot h2 {
    font-size: 126px;
  }
  h2.h-title {
    font-size: 50px;
  }
  #index-body .homepage-5 h1 {
    font-size: 84px;
  }
  #footer .top .left .form {
    padding: 110px 75px 85px;
  }
  #index-body .homepage-4 .right .swiper ul li.swiper-slide-prev .box {
    -webkit-transform: translateX(305px) scale(0.85);
    -moz-transform: translateX(305px) scale(0.85);
    -ms-transform: translateX(305px) scale(0.85);
    transform: translateX(305px) scale(0.85);
  }
  #index-body .homepage-4 .right .swiper ul li.swiper-slide-next .box {
    -webkit-transform: translateX(-305px) scale(0.85);
    -moz-transform: translateX(-305px) scale(0.85);
    -ms-transform: translateX(-305px) scale(0.85);
    transform: translateX(-305px) scale(0.85);
  }
  #index-body .homepage-6 ul li .box .bot h2 {
    font-size: 44px;
  }
  #index-body .product .list.list2 .content {
    padding: 80px 10%;
  }
  #index-body .product .list.list3 .content ul li:nth-child(2) {
    margin-left: 5%;
  }
}
@media screen and (max-width: 1450px) {
  h2.h-title {
    font-size: 40px;
  }
  #header .nav .ui.menu .right a.more {
    display: none;
  }
  #banner .banner-content .banner-bot h2 {
    font-size: 110px;
  }
  #index-body .homepage-3 .content .top ul {
    width: 100%;
  }
  #index-body .homepage-3 .content .top ul li a {
    font-size: 16px;
    height: auto;
    padding: 10px 15px;
    text-align: center;
  }
  #index-body .homepage-4 .right .swiper {
    width: 360px;
  }
  #index-body .homepage-4 .right .swiper ul li.swiper-slide-prev .box {
    -webkit-transform: translateX(200px) scale(0.85);
    -moz-transform: translateX(200px) scale(0.85);
    -ms-transform: translateX(200px) scale(0.85);
    transform: translateX(200px) scale(0.85);
  }
  #index-body .homepage-4 .right .swiper ul li.swiper-slide-next .box {
    -webkit-transform: translateX(-200px) scale(0.85);
    -moz-transform: translateX(-200px) scale(0.85);
    -ms-transform: translateX(-200px) scale(0.85);
    transform: translateX(-200px) scale(0.85);
  }
  #index-body .homepage-4 .right {
    width: 59%;
} 
  #index-body .homepage-5 h1 {
    font-size: 70px;
    margin-bottom: -20px;
  }
  #index-body .homepage-5 .top ul li .img,
  #index-body .homepage-5 .bottom ul li .img {
    width: 480px;
  }
  #index-body .homepage-5 .top ul li:nth-child(even) .img,
  #index-body .homepage-5 .bottom ul li:nth-child(even) .img {
    width: 320px;
  }
  #index-body .homepage-6 ul li .box .bot h2 {
    font-size: 44px;
  }
  #index-body .homepage-6 ul li .box .bot {
    height: 75px;
  }
  #index-body .homepage-6 ul li .box .bot .date {
    width: 140px;
    font-size: 30px;
  }
  #index-body .homepage-6 ul li .box .bot h2 {
    font-size: 36px;
  }
  #footer .top .right .text ul li span {
    font-size: 16px;
  }
  #footer .top .right .text-link a {
    display: block;
    font-size: 16px;
  }
  #footer .top .right .text-link h4 {
    font-size: 30px;
  }
  #footer .top .right .text-link .h-link {
    width: 50%;
  }
  #footer .top .right .text-link .h-link ul li {
    width: 100%;
  }
  #index-body .product .list .content ul li {
    padding: 0 15px;
  }
  #index-body .product .list .content ul {
    margin: 0 -15px;
  }
  #index-body .product .list.list3 .content ul li:nth-child(3) {
    margin-top: 0;
  }
  #index-body .product .list.list3 .content ul li:nth-child(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #banner .banner-content .banner-bot h2 {
    font-size: 80px;
  }
  h2.h-title {
    font-size: 34px;
  }
  #index-body .homepage-1 .right ul li h4 {
    font-size: 24px;
  }
  #index-body .homepage-1 .right ul li .text {
    padding-bottom: 30px;
  }
  #index-body .homepage-1 .left ul li {
    height: 600px;
  }
  #index-body .homepage-2 .left .img {
    width: 100%;
  }
  #index-body .homepage-2 .left .text {
    padding-left: 0;
    width: 100%;
    margin-top: 45px;
  }
  #index-body .homepage-2 .left {
    padding-top: 0;
  }
  #index-body .homepage-4 .right .swiper ul li .box h2{
    font-size: 66px;
  }
  #index-body .homepage-4 .left h2.h-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #index-body .homepage-4 .left h2.h-title br {
    display: none;
  }
  #index-body .homepage-4 .left {
    max-width: 100%;
    margin-bottom: 60px;
  }
  #index-body .homepage-4 .right {
    margin: auto;
  }
  #index-body .homepage-4 .right {
    width: 100%;
  }
  #index-body .homepage-5 h2.h-title {
    font-size: 50px;
  }
  #index-body .homepage-5 h1 {
    font-size: 58px;
  }
  #footer .top .right .text-link {
    display: none;
  }
  #footer .top .left .form {
    padding: 45px;
  }
  #footer .top .left .form form input[type='text'],
  #footer .top .left .form form textarea {
    margin-bottom: 20px;
  }
  #footer .top .right {
    padding-top: 50px;
  }
  #footer .top .right .text ul li {
    margin-top: 20px;
    width: 100%;
  }
  #footer .top .right .text ul li:first-child {
    margin-top: 0;
  }
  #footer .bottom span {
    text-align: center;
  }
  #index-body .product .list .content ul li .btn{
    display: none;
  }
  #index-body .product .list.list3 .content ul li:nth-child(2) {
    margin-left: 0;
  }
  #index-body .product .list .content ul li .box {
    margin: 0;
    transform: scale(1);
  }
  #index-body .product .list .content ul li:nth-child(even) {
    margin-top: 0;
  }
  #index-body .product .list.list3 .content ul li:nth-child(3) {
    margin-top: 0;
  }
  #index-body .product .list .content,
  #index-body .product .list.list2 .content {
    padding: 80px 4%;
  }
  #index-body .product .list.list2 .content ul li .box {
    margin-right: 0;
    margin-left: 0;
  }
  #index-body .product .list.list3 .content h2 {
    margin-bottom: 60px;
  }
  #index-body .product .list.list3 .content ul {
    justify-content: center;
  }
  #index-body .product .list {
    height: 680px;
  }
  #index-body .product .list .content h2{
    font-size: 36px;
  }
  #index-body .product .list .content ul li{
    transform: none !important;
  }
  #index-body .homepage-7 .content ul li.swiper-slide-active .text h4 {
    font-size: 24px;
  }
  #index-body .homepage-7 .content::before {
    bottom: 75px;
  }
  #index-body .homepage-7 .content .swiper-box {
    bottom: 50px;
  }

}
@media screen and (max-width: 1000px) {
  h2.h-title::after {
    display: none;
  }
  #banner .banner-content .banner-bot {
    display: none;
  }
  #banner .banner-content ul li .bg {
    -webkit-clip-path: none;
    clip-path: none;
  }
  #banner .banner-content ul li .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    inset: 0;
  }
  #banner .banner-content ul li .content {
    top: 0;
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    padding: 60px 15px;
  }
  #index-body .homepage-1 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #index-body .homepage-1 .left {
    width: 100%;
  }
  #index-body .homepage-1 .right {
    width: 100%;
    margin-bottom: 125px;
    padding-left: 0;
  }
  #index-body .homepage-1 .left .icon {
    left: 50%;
    top: 0;
  }
  h2.h-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #index-body .homepage-5 h2.h-title {
    font-size: 34px;
  }
  #index-body .homepage-2 .left {
    width: 100%;
  }
  #index-body .homepage-2 .right .text {
    height: 202px;
  }
  #index-body .homepage-2 .right {
    width: 300px;
    top: 0;
    right: 15px;
    position: absolute;
  }
  #index-body .homepage-2 .left .img {
    width: 50%;
  }
  #index-body .h-line .box ol li {
    font-size: 20px;
  }
  #index-body .homepage-3 .content .top h2.h-title {
    text-align: center;
  }
  #index-body .homepage-3 .content .top h2.h-title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 25%;
  }
  #index-body .h-line {
    height: 55px;
  }
  #index-body .homepage-5 h1 {
    font-size: 40px;
  }
  #index-body .homepage-5 .top ul li .img,
  #index-body .homepage-5 .bottom ul li .img {
    width: 320px;
  }
  #index-body .homepage-5 .top ul li:nth-child(even) .img,
  #index-body .homepage-5 .bottom ul li:nth-child(even) .img {
    width: 240px;
  }
  #index-body .homepage-6 ul li .box .bot .date {
    width: 120px;
    font-size: 20px;
  }
  #index-body .homepage-6 ul li .box .bot h2 {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
  }
  #index-body .homepage-6 ul li .box .bot h2 {
    font-size: 28px;
  }
  #footer .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #footer .top .right {
    padding-top: 0;
    width: 100%;
    padding-left: 0;
    margin-bottom: 50px;
  }
  #footer .top .left {
    padding-bottom: 0;
    width: 100%;
  }
  #footer .top .left .share {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .product .list .content h2{
    font-size: 36px;
  }
  #index-body .product .list .content ul{
    display: block;
  }
  #index-body .product .list .content ul li .box {
    max-width: 100%;
  }
  #index-body .product .list {
    height: 720px;
  }
  #index-body .product .list .content h2 {
    margin-bottom: 40px;
  }
  #index-body .product .list .content ul li .box h4{
    font-size: 18px;
  }
  #index-body .product .list .content ul .slick-arrow{
    width: 35px;
    height: 35px;
    background-color: #949494;
    overflow: hidden;
    position: absolute;
    left: 15px;
    top:50%;
    transform: translateY(-50%);
    border:none;
    color: transparent;
    z-index: 5;
  }
  #index-body .product .list .content ul .slick-arrow.slick-next{
    left: unset;
    right: 15px;
  }
  #index-body .product .list .content ul .slick-arrow::before{
    content:"\e76e";
    font-family: 'iconfont';
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    color: white;
  }
  #index-body .product .list .content ul .slick-next::before{
    content:"\e76f";
  }
  #index-body .homepage-2{
    padding: 60px 0;
  }
  #index-body .homepage-1 .right ul {
    margin-left: 0;
  }
  #index-body .homepage-7 .content ul li.swiper-slide-active a.img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #index-body .homepage-7 .content ul li.swiper-slide-active .text h4 {
    font-size: 20px;
  }
  #index-body .homepage-7 .content::before {
    bottom: 70px;
  }
  #index-body .homepage-7 .content .swiper-box {
    bottom: 45px;
  }
  #index-body .homepage-8 .right {
    padding-left: 25px;
  }
  #index-body .homepage-8 .top h2.h-title{
    width: 100%''
  }
  #index-body .homepage-8 .top a.more{
    margin-bottom: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .homepage-2 .right {
    display: none;
  }
  #index-body .homepage-2 .left .img {
    width: 100%;
  }
  #index-body .homepage-3 {
    padding: 65px 0 80px;
  }
  #index-body .homepage-4 .right .swiper ul li .box {
    background-color: var(--color) !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1;
    -webkit-filter: none;
    filter: none;
  }
  #index-body .homepage-2 .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #index-body .homepage-2 .left .text {
    margin-top: 0;
    margin-bottom: 45px;
  }
  #index-body .homepage-4 .right .swiper {
    overflow: hidden;
  }
  #index-body .homepage-6 ul li .box .text h4 {
    font-size: 24px;
  }
  #index-body .homepage-1 .right {
    padding-top: 0;
  }
  #index-body .homepage-1 .left ul li {
    height: auto;
  }
  #index-body .homepage-1 .left ul li a.img {
    padding: 30px;
  }
}
@media screen and (max-width: 500px) {
  h2.h-title {
    font-size: 24px;
  }
  #index-body .homepage-1 .right ul li h4 {
    font-size: 20px;
  }
  #index-body .homepage-1 .left .icon {
    display: none;
  }
  #index-body .homepage-1 .right {
    margin-bottom: 55px;
  }
  #index-body .homepage-3 .content .top h2.h-title {
    margin: 0 auto 45px;
  }
  #index-body .homepage-4 .right {
    width: 100%;
  }
  #index-body .homepage-4 .right .swiper {
    width: 100%;
  }
  #index-body .homepage-4 .right .swiper ul li .box {
    padding: 25px;
  }
  #index-body .homepage-6 ul li {
    padding: 0;
  }
  #index-body .homepage-5 h2.h-title {
    font-size: 26px;
    text-align: center;
  }
  .more span {
    font-size: 14px;
  }
  #index-body .product .list .content h2 {
    font-size: 24px;
  }
  #index-body .product .page .swiper-pagination {
    width: 180px;
  }
  #index-body .homepage-8 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  #index-body .homepage-8 .left {
    width: 100%;
  }
}




.inner-banner {
  position: relative;
  margin-top: 190px;
}
.inner-banner .bg {
  width: 100%;
  /*height: 100%;*/
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  /*inset: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);*/
  height: 350px;
}
.inner-banner .content {
  padding: 8% 15px 10%;
}
.inner-banner .content h2 {
  font-size: 50px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
}
.inner-banner .content p {
  font-size: 18px;
  margin-top: 15px;
  color: #fff;
}

.inner-page h2.h-title {
  font-size: 50px;
  width: fit-content;
}
.inner-page h2.h-title::after {
  top: 45px;
}

.inner-page {
  padding: 60px 0;
}

.about-page .about-1 h2.h-title::after {
  width: 25%;
}
.about-page .about-1 .left ul li:last-child .box {
  background-color: #30408d;
}
.about-page .about-1 .left ul li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #30408d;
  height: 240px;
  padding: 0 50px;
  transition: 0.5s;
}
.about-page .about-1 .left ul li:hover .box {
    background-color: var(--color);
}
.about-page .about-1 .left ul li .box h4 span {
  display: inline-block;
  font-size: 24px;
  padding-left: 10px;
}
.about-page .about-1 .left ul li .box p {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.about-page .about-1 .img {
  height: -webkit-fill-available;
}
.about-page .about-1 .img a.play {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 125px;
  height: 125px;
  background-color: 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;
  z-index: 5;
}
.about-page .about-1 .img a.play::after {
  content: '';
  display: block;
  width: 99px;
  height: 99px;
  background: url('../images/play_text.png') no-repeat;
  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%);
  z-index: 1;
  -webkit-animation: img_rotate 15s linear infinite;
  -moz-animation: img_rotate 15s linear infinite;
  animation: img_rotate 15s linear infinite;
}
.about-page .about-2 {
  background-color: #f7f7f7;
}
.about-page .about-2 ul {
  margin: 85px -15px 0;
}
.about-page .about-2 ul .slick-current li,
.about-page .about-2 ul .slick-current + .slick-slide + .slick-slide li {
  padding: 80px 15px 0;
}
.about-page .about-2 ul li {
  padding: 0 15px 80px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-2 ul li .box {
  background-color: #26418f;
  height: 470px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-2 ul li .box:hover {
  background-color: var(--color);
}
.about-page .about-2 ul li .box:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 ul li .box:hover h3 {
  opacity: 1;
}
.about-page .about-2 ul li .box:hover .text .con {
  height: 90px;
  opacity: 1;
}
.about-page .about-2 ul li .box .icon img {
  /*-webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;*/
}
.about-page .about-2 ul li .box h3 {
  color: rgba(255, 255, 255, 0.2);
  opacity: 0;
}
.about-page .about-2 ul li .box .text .num {
  color: rgba(255, 255, 255, 0.2);
}
.about-page .about-2 ul li .box .text .con {
  max-height: 90px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-right: 10px;
  color: #fff;
}
.about-page .about-3 .left img {
  width: -webkit-calc(100% - 115px);
  width: -moz-calc(100% - 115px);
  width: calc(100% - 115px);
}
.about-page .about-3 .left .text {
  width: 115px;
  background-color: var(--color);
}
.about-page .about-3 .left .text img {
  width: 48px;
}
.about-page .about-3 .right ul li:last-child .text {
  padding-bottom: 0;
}
.about-page .about-3 .right ul li h4 {
  font-size: 30px;
  font-weight: 600;
  padding: 10px 0;
  cursor: pointer;
}
.about-page .about-3 .right ul li h4 i {
  width: 30px;
  display: inline-block;
}
.about-page .about-3 .right ul li .text {
  padding-bottom: 10px;
}
.about-page .about-4 {
  background: url('/jhlqptgc/2026/02/26/about6.jpg?imageView2/2/format/webp/q/100') no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1700px) {
  .inner-page h2.h-title {
    font-size: 44px;
  }
  .about-page .about-3 .right ul li h4 {
    font-size: 26px;
  }
  .about-page .about-3 .left .text img {
    height: 90%;
  }
}
@media screen and (max-width: 1450px) {
  .inner-page h2.h-title {
    font-size: 40px;
  }
  .inner-page h2.h-title::after {
    top: 35px;
  }
  .about-page .about-1 .left {
    padding-right: 25px;
  }
  .about-page .about-3 .right ul li h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-2 ul li .box {
    height: 360px;
  }
  .about-page .about-1 .left ul li .box {
    height: 170px;
    padding: 0 25px;
  }
  .inner-banner .content h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page h2.h-title {
    font-size: 30px;
  }
  .about-page .about-1 .left {
    padding-right: 0;
    width: 100%;
    margin-bottom: 45px;
  }
  .about-page .about-1 .img {
    height: auto;
    width: 100%;
  }
  .about-page .about-1 .img a.play {
    left: 50%;
  }
  .about-page .about-1 .left ul li .box {
    padding: 0 50px;
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding: 0;
    margin-top: 60px;
  }
  #index-body .product .list {
    height: 780px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .content h2 {
    font-size: 24px;
  }
  .inner-page h2.h-title {
    font-size: 24px;
  }
  .about-page .about-3 .right ul {
    margin-top: 30px;
  }
  .about-page .about-4 .text p {
    width: 100%;
  }
  .about-page .about-1 .left .text {
    margin-bottom: 30px;
  }
  .about-page .about-1 .left ul {
    margin: -10px;
  }
  .about-page .about-1 .left ul li {
    padding: 10px;
    width: 50%;
    margin: 0;
  }
  .about-page .about-2 ul {
    margin: 35px -15px 0;
  }
  #index-body .product .list {
    height: 660px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-3 .right ul li h4 {
    font-size: 18px;
  }
  .about-page .about-2 ul li .box {
    height: 300px;
  }
  .about-page .about-2 ul li .box h4 {
    font-size: 20px;
  }
  .about-page .about-2 ul .slick-current li,
  .about-page .about-2 ul .slick-current + .slick-slide + .slick-slide li {
    padding: 0 15px;
  }
  .about-page .about-2 ul li {
    padding: 0 15px;
  }
  .about-page .about-1 .left ul li {
    width: 100%;
  }
  #index-body .product .list {
    height: 720px;
  }
}
.manufacturing-page .manufacturing-nav ul {
  margin: -15px;
}
.manufacturing-page .manufacturing-nav ul li {
  padding: 15px;
}
.manufacturing-page .manufacturing-nav ul li.active a {
  background-color: var(--color);
  color: white;
}
.manufacturing-page .manufacturing-nav ul li a {
  height: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 35px;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  background-color: #f7f7f7;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.manufacturing-page .manufacturing-nav ul li.active a i{
  background-color: white;
  color: var(--color);
}
.manufacturing-page .manufacturing-nav ul li a i{
  font-size: 20px;
  width: 35px;
  height: 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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  margin-left: 15px;
}
.manufacturing-page .manufacturing-1 ul {
  margin: 0 -15px;
}
.manufacturing-page .manufacturing-1 ul li {
  padding: 40px 15px;
}
.manufacturing-page .manufacturing-1 ul li .box h4 {
  margin-top: 30px;
  font-size: 20px;
  color: #808080;
  font-weight: 600;
  text-align: center;
  position: relative;
  transition: 0.5s;
}
.manufacturing-page .manufacturing-1 ul li .box h4 span{
  position: relative;
  z-index: 2;
}
/*.manufacturing-page .manufacturing-1 ul li .box h4::before{
  content:"";
  display: block;
  width: 80%;
  position: absolute;
  background-color: var(--color);
  height: 12px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
.manufacturing-page .manufacturing-1 ul li .box:hover h4{
  color: #151515;
}
.manufacturing-page .manufacturing-1 ul li .box:hover h4::before{
  opacity: 1;
}*/


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

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

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

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

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


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

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

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




.m-page {
    margin: 60px 0
}

.m-page>div {
    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
}

.m-page>div span,
.m-page>div a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    background-color: #1a1a1a;
    margin: 0 10px;
    color: #fff;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    font-size: 16px;
    font-weight: 600;
}

.m-page>div span:hover,
.m-page>div a:hover {
    background-clip: var(--color);
    color: white
}

.m-page>div span {
    background: var(--color)
}


.contact-page .contact-1 .left form ul {
    margin: 0 -30px -37px 0
}

.contact-page .contact-1 .left form ul li {
    padding: 0 30px 37px 0
}

.contact-page .contact-1 .left form ul li .box {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d1d0c8
}

.contact-page .contact-1 .left form ul li .box input {
    width: 100%;
    background: 0 0;
    border: none;
    padding: 10px 0 13px 25px;
    font-size: 16px;
    line-height: 30px;
    color: white;
}

.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
    color: #fff
}

.contact-page .contact-1 .left form ul li .box input:-moz-placeholder {
    color: #fff
}

.contact-page .contact-1 .left form ul li .box input::-moz-placeholder {
    color: #fff
}

.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
    color: #fff
}

.contact-page .contact-1 .left form ul li .box input::-ms-input-placeholder {
    color: #fff
}

.contact-page .contact-1 .left form ul li .box input::placeholder {
    color: #fff
}

.contact-page .contact-1 .left form ul li .box textarea {
    width: 100%;
    background: 0 0;
    border: none;
    padding: 10px 0 13px 36px;
    font-size: 16px;
    line-height: 30px;
    color: #fff
}

.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: #fff
}

.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: #fff
}

.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: #fff
}

.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: #fff
}

.contact-page .contact-1 .left form ul li .box textarea::-ms-input-placeholder {
    color: #fff
}

.contact-page .contact-1 .left form ul li .box textarea::placeholder {
    color: #fff
}

.contact-page .contact-1 .left form ul li .box i {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 20px
}

.contact-page .contact-1 .left form ul li .box:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}


.contact-page .contact-1 .left form ul li p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 26px;
    font-size: 14px;
    line-height: 28px;
    color: #fff
}

.contact-page .contact-1 .left form ul li p span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px
}

.contact-page .contact-1 .left form ul li:hover .box:before {
    width: 100%
}

.contact-page .contact-1 .left form ul li.active .box:before {
    width: 100%
}

.contact-page .contact-1 .left form ul li.wid-100 {
    width: 100% !important
}

.contact-page .contact-1 .right {
    padding-left: 7.65%
}

.contact-page .contact-1 .right .title {
    line-height: 1.2
}

.contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 7px
}

.contact-page .contact-1 .right .list {
    margin-top: 22px
}

.contact-page .contact-1 .right .list ul li {
    color: white;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px
}

.contact-page .contact-1 .right .list ul li i {
    display: inline-block;
    vertical-align: top;
    color: var(--color);
    font-size: 20px;
    width: 20px;
    text-align: center;
    margin-top: 5px
}

.contact-page .contact-1 .right .list ul li:nth-child(1) i {
    font-size: 29px
}

.contact-page .contact-1 .right .list ul li:nth-child(2) i {
    font-size: 20px
}

.contact-page .contact-1 .right .list ul li:nth-child(3) i {
    font-size: 24px
}
.contact-page .contact-1 .right .tit-semi {
    color: #151515;
}

.contact-page .contact-1 .right .list ul li span {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    font-size: 16px;
    padding-left: 10px;
    color: #666;
}


.contact-page .contact-1 .right .list ul li:last-child {
    margin-bottom: 0
}

.contact-page .contact-2 {
    padding-top: 120px
}

.contact-page .contact-2 #mapContainer {
    height: 520px
}

.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: #fff
}

.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: #fff
}

.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: #fff
}

.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: #fff
}

@media (max-width: 1250px) {
    .contact-page .contact-1 .right {
        padding-left:5.65%
    }
}

@media (max-width: 1000px) {
    .contact-page {
        padding-top:30px
    }

    .contact-page .contact-1 .left {
        width: 100%
    }

    .contact-page .contact-1 .right {
        width: 100%;
        padding: 30px 0 0
    }

    .contact-page .contact-2 {
        padding-top: 60px
    }

    .contact-page .contact-2 #mapContainer {
        height: 360px
    }
}

@media (max-width: 500px) {
    .contact-page .contact-1 .left form ul li p {
        display: block
    }

    .contact-page .contact-1 .left form ul {
        margin-bottom: -20px
    }

    .contact-page .contact-1 .left form ul li {
        padding-bottom: 20px
    }

    .contact-page .contact-1 .left form ul li .box input,.contact-page .contact-1 .left form ul li .box textarea {
        padding: 10px 0 10px 36px
    }

    .contact-page .contact-1 .right p {
        font-size: 16px;
        line-height: 30px
    }

    .contact-page .contact-1 .right .list ul li {
        font-size: 16px
    }

    .contact-page .contact-2 #mapContainer {
        height: 260px
    }
}

.case-page .case-nav ul{
  margin: 0 -10px;
}
.case-page .case-nav ul li{
  padding: 0 10px;
  margin: 5px 0;
}
.case-page .case-nav ul li a.btn{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  padding: 0 20px 0 35px;
  height: 90px;
  position: relative;
}
.case-page .case-nav ul li.active a.btn{
  background-color: var(--color);
}
.case-page .case-nav ul li.active a.btn i {
  background-color: white;
  color: var(--color);
}
.case-page .case-nav ul li a.btn i {
  font-size: 20px;
  width: 35px;
  height: 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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  margin-left: 15px;
}

.case-page .case-nav ul li a.btn span {
  font-size: 20px;
  font-weight: 600;
  color: #666;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.case-page .init-1 .content ul li{
  padding: 60px 55px;
  background-color: #f7f7f7;
  margin-bottom: 80px;
}
.case-page .init-1 .content ul li ol li{
  padding: 0;
  margin: 0;
}
.case-page .init-1 .content ul li ol .slick-dots{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.case-page .init-1 .content ul li ol .slick-dots li{
  margin: 0 10px;
}
.case-page .init-1 .content ul li ol .slick-dots li button{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  color: transparent;
  overflow: hidden;
  border:none;
}
.case-page .init-1 .content ul li ol .slick-dots li.slick-active button{
  background-color: var(--color);
}
.case-page .init-1 .content ul li .con{
  max-height: 330px;
  overflow-y: auto;
  padding-right: 30px;
}
.case-page .init-1 .content ul li .con table{
  margin-bottom: 0;
  word-break: normal;
  border:none;
}
.case-page .init-1 .content ul li .con table tr td{
  padding: 8px 30px;
}
.case-page .init-1 .content ul li .con table tbody{
  min-width: unset;
}
@media (max-width: 1000px) {
   .case-page .init-1 .content ul li .img_box{
     width: 100%;
   }
   .case-page .init-1 .content ul li .text{
     width: 100%;
     margin-top: 45px;
     padding: 0;
   }
}

@media (max-width: 500px) {
  .case-page .init-1 .content ul li {
    padding:35px 20px;
  }
}


.knowledge-page .list ul li {
    margin-bottom: 35px;
    background: #f7f7f7;
    border: solid 1px #dcdcdc;
    padding: 20px 15px 0;
    position: relative
}

.knowledge-page .list ul li .box {
    margin: 0 auto
}

.knowledge-page .list ul li .box .title {
    font-weight: 600
}

.knowledge-page .list ul li .box .con {
    color: white;
    margin-top: 18px;
    height: 0;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.knowledge-page .list ul li .box .con::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.knowledge-page .list ul li .box .con::-webkit-scrollbar-thumb {
    background: var(--color)
}

.knowledge-page .list ul li .box .con table {
    width: fit-content !important;
    font-size: 15px
}

.knowledge-page .list ul li .box .con table tr {
    background: #fff
}

.knowledge-page .list ul li .box .con table tr td {
    min-width: 120px;
    padding: 4px
}

.knowledge-page .list ul li .box time {
    display: inline-block;
    color: white;
    font-size: 18px;
    line-height: 1;
    margin-top: 29px
}

.knowledge-page .list ul li .box time em {
    font-size: 30px
}

.knowledge-page .list ul li span.icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: var(--color);
    color: #fff;
    font-size: 48px;
    line-height: 1;
    text-align: center;
    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;
    cursor: pointer
}

.knowledge-page .list ul li span i {
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.knowledge-page .list ul li:last-child {
    margin-bottom: 0
}

.knowledge-page .list ul li.active .box .con {
    height: 200px;
    overflow-y: auto;
    overflow-x: auto;
    line-height: 1.8
}

.knowledge-page .list ul li.active span.icon {
    background: var(--color)
}

.knowledge-page .list ul li.active span.icon i {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

@media screen and (max-width: 700px) {
    .knowledge-page .list ul li .box {
        padding-right:45px
    }
}

@media screen and (max-width: 500px) {
    .knowledge-page .list ul li span {
        zoom:.6
    }

    .knowledge-page .list ul li .box {
        padding-right: 20px
    }
}


.news-page .container .cat_name_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news-page .container .cat_name_list .list {
    margin-right: 70px;
    padding: 4px 10px;
    position: relative;
    font-size: 20px;
    line-height: 36px
}

.news-page .container .cat_name_list .list span {
    position: relative;
    z-index: 2;
    color: #fff
}

.news-page .container .cat_name_list .list:before {
    content: '';
    position: absolute;
    width: 36px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #323232;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.news-page .container .cat_name_list .list:hover:before,.news-page .container .cat_name_list .list.active:before {
    background-color: var(--color)
}

.news-page .container .content {
    margin-top: 70px;
    padding-top: 40px;
    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 -30px
}

.news-page .container .content .list {
    width: 33.33%;
    padding: 0 30px;
    margin-top: 40px
}

.news-page .container .content .list .box {
    height: 100%;
    background: #1a1a1a;
    transition: 0.5s;
}
.news-page .container .content .list .box:hover {
  background: var(--color);
}
.news-page .container .content .list .box a {
    display: block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.news-page .container .content .list .box a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}


.news-page .container .content .list .box .img {
    position: relative;
    z-index: 2;
    height: 310px
}

.news-page .container .content .list .box .cont {
    position: relative;
    padding: 36px 30px;
    background: #f7f7f7;
    transition: 0.5s;
}
.news-page .container .content .list .box:hover .cont{
  background-color: #26418f;
}
.news-page .container .content .list .box:hover .cont,
.news-page .container .content .list .box:hover .cont .title,
.news-page .container .content .list .box:hover .cont .des {
  color: white;
}
.news-page .container .content .list .box .cont .time {
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 2
}

.news-page .container .content .list .box .cont .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 16px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #151515;


}

.news-page .container .content .list .box .cont .des {
    font-size: 16px;
    line-height: 30px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #151515;
}

.news-page .container .content .list:hover .box .cont .shadow {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media (max-width: 1250px) {
    .news-page .container .content {
        margin:0 -15px;
        padding-top: 0
    }

    .news-page .container .content .list {
        padding: 0 15px
    }

    .news-page .container .cat_name_list {
        display: none
    }
}

@media (max-width: 1000px) {
    .news-page .container .content .list {
        text-align:center;
        width: 50%
    }

    .news-page .container .content .list .box .img {
        height: 200px
    }
}

@media (max-width: 500px) {
    .news-page .container .content {
        margin:0
    }

    .news-page .container .content .list {
        padding: 0;
        width: 100%
    }

    .news-page .container .content .list:first-child {
        margin-top: 0
    }

    .news-page .container .content .list .box .cont {
        padding: 16px
    }

    .news-page .container .content .list .box .img {
        height: 60vw
    }
}

.newdet-page .container .title {
    font-size: 30px;
    line-height: 1.6;
    text-transform: capitalize;
    color: #151515;
    font-weight: 600;
}

.newdet-page .container .time {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    color: #fff
}

.newdet-page .container .content {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    font-family: Poppins !important;
    line-height: 30px;
    font-size: 16px;
    color: #666;
}

@media (max-width: 500px) {
    .newdet-page .container .title {
        font-size:20px;
        line-height: 36px
    }

    .prodet-page .prodet-2 .ui.container .m-link a,.m-link a {
        font-size: 18px;
        line-height: 32px
    }
}



.product-yd-page .catebox ul.catelist 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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f5f5f5;
    position: relative;
    transition: .3s all
}
.product-yd-page .catebox ul.catelist li:last-child,
.product-page .nav-1 ul.navlist li:last-child{
  display: none;
}
.product-yd-page .catebox ul.catelist li .text {
    padding: 20px 55px 20px 105px;
    color: white;
}

.product-yd-page .catebox ul.catelist li .text .top {
    position: relative
}

.product-yd-page .catebox ul.catelist li .text p {
    max-height: 96px;
    /*overflow-y: auto*/
    color: #151515;
}
.product-yd-page .catebox ul.catelist li:hover .text .title,
.product-yd-page .catebox ul.catelist li:hover .text p{
  color: white;
}

.product-yd-page .catebox ul.catelist li .text .top a.more7 {
    position: absolute;
    right: 0;
    width: 75px;
    height: 75px;
    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;
    border-radius: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li .text .top a.more7:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed #dbdbdb;
    border-radius: 100%;
    left: 0;
    top: 0;
    animation: xz 5s linear infinite
}

.product-yd-page .catebox ul.catelist li .text .top a.more7:hover {
    width: 89px;
    height: 89px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li .text .top a.more7 em {
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 100%;
    background: var(--color);
}

.product-yd-page .catebox ul.catelist li .text .title {
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 40px;
    max-width: 480px;
    padding-right: 90px;
    color: #151515;
}

.product-yd-page .catebox ul.catelist li img.dec {
    position: absolute;
    bottom: 0;
    right: 0;
    filter: brightness(.2);
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li:hover {
    background: var(--color);
    color: white;
}
.product-yd-page .catebox ul.catelist li:hover .text{
  color: white;
}

.product-yd-page .catebox ul.catelist li:nth-child(2n) img.dec {
    right: auto;
    left: 0
}

.product-yd-page .catebox ul.catelist li:hover img.dec {
    filter: brightness(1);
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li:hover .left {
    float: right
}

.product-yd-page .catebox ul.catelist li:hover .text {
    float: left;
}

.product-yd-page .catebox ul.catelist li:hover .text .top a.more7 {
    border-color: #fff;
}

.product-yd-page .catebox ul.catelist li:hover .text .top a.more7 em {
    background: white;
    color: var(--color);
}
.product-page{
  color: white;
}
.product-page .tit i {
    font-size: 18px;
    margin-left: 20px;
}

.product-page .nav-1 .ui.container {
    /*padding-top: 80px;*/
    padding-bottom: 40px;
    border-bottom: 1px solid #dbdbdb
}

.product-page .nav-1 ul.navlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.product-page .nav-1 ul.navlist li{
  margin-right: 15px;
}
.product-page .nav-1 ul.navlist li:last-child{
  margin-right: 0;
}
.product-page .nav-1 ul.navlist li a {
    line-height: 34px;
    /*height: 34px;*/
    padding: 15px 34px;
    /*border-radius: 17px;*/
    color: #666;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    display: inline-block;
    font-size: 18px;
    background: #f5f5f5;
}

.product-page .nav-1 ul.navlist li.active a,.product-page .nav-1 ul.navlist li:hover a {
    background: var(--color);
    color: #fff
}

.product-page .nav-2 .ui.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 15px;
}

.product-page .nav-2 .ui.container .tit {
    display: inline-block;
    margin-right: 40px
}

.product-page .nav-2 .ui.container .pro-search-box form {
  position: relative;
    height: 38px;
    width: 325px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px 0 45px;
    border-radius: 19px;
    border: 1px solid white;
}

.product-page .nav-2 .ui.container .pro-search-box form input[type=submit] {
    width: 26px;
    height: 26px;
    background: url(../images/icon-search-white.png) center center no-repeat;
    border: none;
    position: absolute;
    left: 8px;
    top: 6px;
}

.product-page .nav-2 .ui.container .pro-search-box form input[type=text] {
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: white;
    font-weight: 300;
    font-size: 14px;
    border: none;
    background: 0 0;
}

.product-page .productbox {
    padding-bottom: 50px
}
.product-page .productbox .product-content .text{
  overflow-y: auto;
  max-height: 240px;
  padding-right: 30px;
  color: #666;
}
.product-page .productbox ul.list li {
    padding: 10px;
    margin-bottom: 80px
}

.product-page .productbox ul.list li .item {
    height: 525px;
    width: 100%;
    background: #f4f4f4;
    border-radius: 10px;
    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;
    position: relative
}

.product-page .productbox ul.list li .item img.logo {
    position: absolute;
    width: 114px;
    -webkit-filter: brightness(.5);
    filter: brightness(.5);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    top: 20px;
    left: 15px
}

h1.wanh1 {
  font-size: 24px;
  padding-bottom: 20px;
  font-weight: 600;
}
.product-page .productbox ul.list li .item .pname {
    font-size: 18px;
    color: #000;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    position: absolute;
    bottom: 25px;
    line-height: 1.8;
    text-align: left;
    width: 100%;
    left: 0;
    padding: 0 20px
}

.product-page .productbox ul.list.system-application-scheme li .item {
    padding-top: 60px;
    height: auto!important;
    padding-bottom: 120px
}

.product-page .productbox ul.list.system-application-scheme li .item .pname {
    max-height: 120px;
    overflow-y: auto
}

.product-page .productbox ul.list li .item:hover {
    background: var(--color);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product-page .productbox ul.list li .item:hover img.logo {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    -webkit-filter: brightness(2);
    filter: brightness(2)
}

.product-page .productbox ul.list li .item:hover .pname {
    color: #fff
}

.prodet-page .prodet-1 {
    padding: 90px 0
}

.prodet-page .prodet-1 .ui.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
}


.prodet-page .prodet-1 .ui.container .imgs .imgb {
    margin-bottom: 20px
}

.prodet-page .prodet-1 .ui.container .imgs .imgb ul li {
    width: 100%;
    border: 1px solid #e5e5e5;
}

.prodet-page .prodet-1 .ui.container .imgs .imgb ul li a {
    width: 100%;
    height: 600px;
    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: #fff;
    
}

.prodet-page .prodet-1 .ui.container .imgs .imgg {
    position: relative;
    padding: 0 115px
}

.prodet-page .prodet-1 .ui.container .imgs .imgg span {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    text-align: center;
    line-height: 36px;
    color: #fff;
    background: #e3e3e3;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    cursor: pointer
}

.prodet-page .prodet-1 .ui.container .imgs .imgg span:hover {
    background: var(--color)
}

.prodet-page .prodet-1 .ui.container .imgs .imgg span.slick-prev {
    left: 25px
}

.prodet-page .prodet-1 .ui.container .imgs .imgg span.slick-next {
    right: 25px
}

.prodet-page .prodet-1 .ui.container .imgs .imgg ul {
    margin: 0 -10px
}

.prodet-page .prodet-1 .ui.container .imgs .imgg ul li {
    padding: 0 10px
}

.prodet-page .prodet-1 .ui.container .imgs .imgg ul li a {
    background: #f9f9f9;
    height: 135px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0 20px
}

.prodet-page .prodet-1 .ui.container .imgs .imgg ul li a img {
    width: auto
}

.prodet-page .prodet-1 .ui.container .right {
    padding-left: 70px;
    padding-top: 0
}

.prodet-page .prodet-1 .ui.container .right .title {
    line-height: 1.8;
    font-weight: bold;
}

.prodet-page .prodet-1 .ui.container .right p {
    line-height: 2;
    max-width: 680px;
    margin: 40px 0
}
.prodet-page .prodet-1 .m-link{
  margin-top: 30px;
}
.prodet-page .prodet-2 .top ul.tabheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    background: #f7f7f7;
}

.prodet-page .prodet-2 .top ul.tabheader li {
    height: 64px;
    line-height: 64px;
    padding: 0 25px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px
}

.prodet-page .prodet-2 .top ul.tabheader li.active,.prodet-page .prodet-2 .top ul.tabheader li:hover {
    color: #fff;
    background: var(--color)
}

.prodet-page .prodet-2 .bottom {
    margin-top: 55px;
    /*background: #1a1a1a;*/
    color: white;
    /*padding: 50px 0;*/
    line-height: 30px;
}

.prodet-page .prodet-2 .bottom ul li .content table {
    max-height: 300px;
    overflow-y: auto;
}

.prodet-page .prodet-2 .bottom ul li .content table td,.prodet-page .prodet-2 .bottom ul li .content table th {
    text-align: center
}

.leadbox {
    padding: 80px 0
}

.leadbox .main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px
}

.leadbox .main .bag {
    padding: 10px
}

.leadbox .main .cateitem {
    padding: 40px 20px;
    transition: .3s all;
    background: #f5f5f5;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}

.leadbox .main .cateitem .right {
    padding-left: 20px;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.leadbox .main .cateitem .right ul li {
    margin-top: 10px;
    margin-bottom: 0
}
.leadbox .main .cateitem .right .h5 {
    color: #1a1a1a;
}

.leadbox .main .cateitem .left .h4 {
    text-align: center;
    font-weight: 600
}

.leadbox .main .cateitem .h4,.leadbox .main .cateitem .h5 {
    color: inherit
}

.leadbox .main .cateitem .h4 a,.leadbox .main .cateitem .h5 a {
    transition: .3s all
}

.leadbox .main .cateitem .h4 a:hover,.leadbox .main .cateitem .h5 a:hover {
    transition: .3s all;
    text-decoration: underline
}


.leadbox .main .cateitem .left .img-box {
    background: #fff
}
.seoPublic>div:nth-child(odd) {
    background: #f7f7f7;
}
.seoPublic .title{
  font-size: 600;
}
#cp-Nav .nav ul{
  color: black;
}
@media screen and (max-width: 1250px) {
  .product-yd-page .catebox ul.catelist li .text {
      padding: 20px;
  }
  .product-yd-page .catebox ul.catelist li .img{
    padding: 30px;
  }
  .prodet-page .prodet-1 .ui.container .imgs .imgb ul li a {
    height: 460px;
  }
  .prodet-page .prodet-1 .ui.container .right p {
    max-height: 160px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 {
    padding: 60px 0;
  }
  .leadbox .main .cateitem .left{
    width: 100%;
    margin-bottom: 20px;
  }
  .leadbox .main .cateitem .right{
    width: 100%;
  } 
  .product-page .nav-1,
  .product-page .nav-2{
    display: none;
  }
  .product-yd-page .catebox ul.catelist li .left{
    width: 100%;
  }
  .product-yd-page .catebox ul.catelist li .right{
    width: 100%;
  }
  .product-yd-page .catebox ul.catelist{
    display: flex;
    flex-wrap: wrap;
  }
  .product-yd-page .catebox ul.catelist li{
    width: calc((100% - 10px)/2);
    margin: 0 10px 10px 0;
  } 
  .product-yd-page .catebox ul.catelist li:nth-child(2n){
    flex-direction: column-reverse;
    margin-right: 0;
  } 
  .product-yd-page .catebox ul.catelist li .text {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page .catebox ul.catelist li .text .top a.more7{
    display: none;
  }
  .product-yd-page .catebox ul.catelist li .text .title {
    max-width: 100%;
    padding-right: 0;
    width: 100%;
  }
  .prodet-page .prodet-1 .ui.container .imgs {
    width: 100%;
    margin-bottom: 40px;
  }
  .prodet-page .prodet-1 .ui.container .right {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .product-yd-page .catebox ul.catelist li {
    width: 100%;
    margin: 0;
  }
  .product-yd-page .catebox ul.catelist li .text .title {
    font-size: 20px;
    margin-bottom: 15px;
  }

}

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















.design-page .design-2 .img {
  height: -webkit-fill-available;
}
.design-page .design-2 .text ul li {
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.design-page .design-2 .text ul li:last-child {
  margin-bottom: 0;
}
.design-page .design-2 .text ul li i {
  font-size: 30px;
  color: var(--color);
}
.design-page .design-2 .text ul li p {
  font-size: 20px;
  font-weight: 600;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  color: #666;
}



.technical-page .technical-2 {
  background-color: #f7f7f7;
}
.technical-page .technical-2 ul {
  margin: 85px -15px 0;
}
.technical-page .technical-2 ul li {
  padding: 40px 15px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.technical-page .technical-2 ul li:hover {
  padding: 0 15px;
}
.technical-page .technical-2 ul li .box {
  background-color: #26418f;
  height: 470px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.technical-page .technical-2 ul li .box:hover {
  background-color: var(--color);
}
.technical-page .technical-2 ul li .box:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.technical-page .technical-2 ul li .box:hover h3 {
  opacity: 1;
}
.technical-page .technical-2 ul li .box:hover .text .con {
  height: 90px;
  opacity: 1;
}
.technical-page .technical-2 ul li .box .icon img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.technical-page .technical-2 ul li .box h3 {
  color: rgba(255, 255, 255, 0.2);
  opacity: 0;
}
.technical-page .technical-2 ul li .box .text .num {
  color: rgba(255, 255, 255, 0.2);
}
.technical-page .technical-2 ul li .box .text .con {
  max-height: 90px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-right: 10px;
  color: #fff;
}
.quality-page .quality-1::before{
  content:"";
  display: block;
  width: 100%;
  height: 55%;
  background-color: #f7f7f7;
  position: absolute;
  left: 0;
  bottom:0;
}
.quality-page .quality-1 .quality-tit a{
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 30px;
  position: relative;
}
.quality-page .quality-1 .quality-tit a.active::before{
  opacity: 1;
}
.quality-page .quality-1 .quality-tit a::before{
  content:"";
  display: block;
  width: 100%;
  height: 5px;
  background-color: var(--color);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  opacity: 0;
  transition: 0.5s;
}
.quality-page .quality-1 .quality-tit{
  border-bottom: 1px solid rgba(219, 219, 219);
}
.quality-page .quality-3{
  background-color: #f7f7f7;
}
@media screen and (max-width: 1700px) {
  .design-2 .img {
    width: 50%;
  }
  .design-2 .text {
    width: 50%;
  }
}
@media screen and (max-width: 1250px) {
  .technical-page .technical-2 ul li .box {
    height: 360px;
  }
  .quality-page .quality-3 .text{
    padding-right: 30px;
  }
  .quality-page .quality-1 .quality-tit a {
    font-size: 18px;
  }
  .inner-page {
    padding: 85px 0;
  }
}
@media screen and (max-width: 1000px) {
  .design-page .customized-2 .text ul li p {
    font-size: 16px;
  }
  .quality-page .quality-1 .quality-tit a {
    width: 30%;
  }
  .about-page .about-3 .img {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .design-2 .text {
    width: 100%;
    margin-top: 45px;
    padding-left: 0;
  }
  .design-2 .img {
    width: 100%;
  }
  .technical-page .technical-2 ul {
    margin: 35px -15px 0;
  }
  .quality-page .quality-3 .container{
    flex-direction: column-reverse;
  }
  .quality-page .quality-3 .text {
    padding-right: 0;
    width: 100%;
    margin-top: 45px;
  }
  .quality-page .quality-3 .img {
    width: 100%;
  }
  .inner-page {
    padding: 60px 0;
  }
  .quality-page .quality-1 .quality-tit a {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .technical-page .technical-1 .text{
    width: 100%;
  }
  .technical-page .technical-1 .img{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .technical-page .technical-2 ul li .box {
    height: 300px;
  }
  .technical-page .technical-2 ul li .box h4 {
    font-size: 20px;
  }
  .technical-page .technical-2 ul li {
    padding: 0 15px;
  }
}
table td, table th{
  border: 1px solid #e5e5e5;
  background: #f7f7f7;
  padding: 15px 0;
  color: #151515;
}

.seoPublic .Auxil-about .box .right .text{
  color: #666;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3{
  text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}

.about-1 .left .lh-6{
  overflow-y: auto;
  height: 200px;
}



.about-page .about-5 {
  background-color: #f4f5f9;
}

.about-page .about-5 .list {
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0 20% 2.5%;
}

.about-page .about-5 .list ul li {
  padding-top: 130px;
  transition: all 0.5s;
}

.about-page .about-5 .list ul li .box {
  transform-origin: bottom;
  transition: all 0.5s;
}

.about-page .about-5 .list ul li.swiper-slide {
  opacity: 0;
}

.about-page .about-5 .list ul li.swiper-slide-prev .box {
  transform: scale(1.2) translateX(-20px);
}

.about-page .about-5 .list ul li.swiper-slide-next {
  z-index: 9;
}

.about-page .about-5 .list ul li.swiper-slide-next .box {
  transform: scale(1.2) translateX(20px);
}

.about-page .about-5 .list ul li.swiper-slide-active {
  z-index: 10;
}

.about-page .about-5 .list ul li.swiper-slide-active .box {
  transform: scale(1.4);
}

.about-page .about-5 .list .zdy-switch>div {
  position: absolute;
  background-color: #ededed;
  width:50px;
  height: 50px;
  border-radius: 50%;
  color: #9a9a9a;
}
.about-page .about-5 .list .zdy-switch .swiper-button-next:after, 
.about-page .about-5 .list .zdy-switch .swiper-button-prev:after{
  font-size: 20px;
}
.about-page .about-5 .list .zdy-switch>div:hover {
  background-color: var(--color);
  color: white;
}

.about-page .about-5 .list .zdy-switch>div.swiper-button-prev {
  left: 13%;
}

.about-page .about-5 .list .zdy-switch>div.swiper-button-next {
  right: 13%;
}

@media (max-width: 1450px) {
  .about-page .about-5 .list {
      padding: 0 10% 2.5%;
  }

  .about-page .about-5 .list .zdy-switch>div.swiper-button-prev {
      left: 2%;
  }

  .about-page .about-5 .list .zdy-switch>div.swiper-button-next {
      right: 2%;
  }
}

@media (max-width: 1250px) {

  .about-page .about-5 .list {
      padding: 0 0 2.5%;
  }

  .about-page .about-5 .list .zdy-switch>div.swiper-button-prev {
      left: -9%;
  }

  .about-page .about-5 .list .zdy-switch>div.swiper-button-next {
      right: -9%;
  }

  .about-page .about-5 .list ul li.swiper-slide-prev .box {
      transform: none;
  }

  .about-page .about-5 .list ul li.swiper-slide-next .box {
      transform: none;
  }

  .about-page .about-5 .list ul li.swiper-slide-active .box {
      transform: scale(1.2);
  }

  .about-page .about-5 .list ul li {
      padding-top: 70px;
  }
}
@media (max-width: 700px) {

  .about-page .about-5 .list {
      background-image: none !important;
  }

  .about-page .about-5 .list .zdy-switch {
      display: none;
  }

  .about-page .about-5 .list ul li.swiper-slide-active .box {
      transform: none;
  }

  .about-page .about-5 .list ul li {
      padding-top: 0;
  }
}