@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-display: swap;
}
body {
  --color: #d80c18;
  font-family: 'Arial';
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*overflow: hidden;*/
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1560px;
  margin: 0 auto;
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}

.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%;
    }
}
.more {
     display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--color);
    color: #fff;
    border-radius: 25px;
    padding: 5px 25px 5px 5px;
    text-transform: capitalize;
}
.more i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  margin-right: 18px;
  background: #fff;
  text-align: center;
  color: rgba(216, 12, 24, 0.8);
}
.more::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover::after {
  width: 100%;
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#header .nav {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
#header .nav .ui.menu {
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 16px;
  margin-right: 60px;
  font-family: 'Montserrat-Regular';
  color: #fff;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
  padding: 43px 0 35px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  margin-left: 9px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #f8f7f7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#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;
  z-index: 1;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 102%;
  left: 0;
  width: 260px;
  -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 #000;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after,
#header .nav .ui.menu .menu-box ul.menu > li.active > a::after {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .yuy {
  position: relative;
  color: #fff;
}
#header .nav .ui.menu .yuy i {
  font-size: 20px;
}
#header::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.active::after {
  width: 100%;
  left: 0;
}
@-webkit-keyframes updown {
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-moz-keyframes updown {
  50% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes updown {
  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.bold {
  font-family: 'Montserrat-Bold';
}
.color {
  color: var(--color);
}
.title,
.font {
  font-family: 'Montserrat-Regular';
}
.i-tag {
  font-size: 16px;
  text-transform: uppercase;
}
.i-tag::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #000;
  margin-right: 18px;
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 50vw;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#banner ul li .text {
  text-align: left;
  color: #fff;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
#banner ul li .text .box {
  max-width: 730px;
  margin: 0 auto;
}
#banner ul li .text .title {
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  font-family: 'Montserrat-Regular';
  font-weight: bold;
}
#banner ul .swiper-slide-active .text .title {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  transition-delay: 600ms;
}
#banner .down {
  bottom: 54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
}
#banner .down img {
  -webkit-animation: 2s linear 0s infinite normal none running updown;
  -moz-animation: 2s linear 0s infinite normal none running updown;
  animation: 2s linear 0s infinite normal none running updown;
}
#banner .page {
  right: 10.261%;
  bottom: 54px;
  font-size: 20px;
  font-family: 'Montserrat-Bold';
  color: #fff;
  z-index: 1;
}
#banner .page span {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  margin-bottom: 3px;
}
#banner .page span.curr {
  font-size: 14px;
}
#banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border: solid 1px #ffffff;
  opacity: 1;
}
#banner .swiper-pagination-bullet-active {
  background: #fff;
}
#banner .swiper-container-horizontal > .swiper-pagination-bullets,
#banner .swiper-pagination-custom,
#banner .swiper-pagination-fraction {
  bottom: 57px;
  left: initial;
  right: 12.5%;
  width: auto;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#index-body .i-desc {
  background-image: url(../images/abg.jpg);
  padding: 5.0521% 0 39px 0;
}
#index-body .i-desc .left {
  width: 30%;
  line-height: 1.1;
}
#index-body .i-desc .right {
  width: 70%;
}
#index-body .i-desc .right .top .text {
  width: 82%;
  color: #999ca0;
  line-height: 2;
}
#index-body .i-desc .right .bottom ul {
  margin: -15px;
}
#index-body .i-desc .right .bottom ul li {
  padding: 15px;
}
#index-body .i-desc .right .bottom ul li .img-box {
  border: 1px solid #e7e7e7;
  text-align: center;
  height: 204px;
  line-height: 204px;
}
#index-body .i-desc .right .bottom ul li .img-box img {
  width: auto;
  vertical-align: middle;
}
#index-body .i-category {
  padding: 3.7% 0 5.6771%;
}
#index-body .i-category ul li {
  color: #fff;
}
#index-body .i-category ul li .title {
  line-height: 1.3;
}
#index-body .i-category ul li .text {
  bottom: 52px;
  left: 0;
  width: 100%;
  text-align: center;
}
#index-body .i-category ul li .text .title {
  max-width: 266px;
  margin: 0 auto;
}
#index-body .i-category ul li .desc {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  padding: 0 51px 0 66px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category ul li:hover .text {
  opacity: 0;
}
#index-body .i-category ul li:hover .desc {
  opacity: 1;
}
#index-body .i-product {
  background-image: url(../images/pbg.jpg);
}
#index-body .i-product ul li .ig {
  background: #fff;
}
#index-body .i-product ul li .ig span {
  display: inline-block;
  background: var(--color);
  color: #fff;
  top: 0;
  left: 0;
  padding: 5px 55px 5px 25px;
  border-radius: 0 0 100px 0;
}
#index-body .i-product ul li .ig .con {
  line-height: 2;
}
#index-body .i-product ul li .ig .con p {
  position: relative;
  padding-left: 16px;
}
#index-body .i-product ul li .ig .con p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color);
}
#index-body .i-product .slickDots ul li {
  width: 13px;
  height: 13px;
  border-color: #000;
  background: transparent;
}
#index-body .i-product .slickDots ul li.slick-active {
  background: #000;
}
#index-body .i-about {
  background: url(../images/about-icon.png) no-repeat right top;
  padding: 5.73% 0 5.521%;
  z-index: 1;
}
#index-body .i-about .left {
  width: 42.6%;
}
#index-body .i-about .left .tag {
  color: var(--color);
}
#index-body .i-about .left .tag::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 54px;
  height: 2px;
  background-color: var(--color);
}
#index-body .i-about .left .title {
  line-height: 1.3;
  margin-top: 8px;
}
#index-body .i-about .left .con {
  line-height: 1.7;
  color: #515151;
}
#index-body .i-about .right {
  width: 57.4%;
}
#index-body .i-about .right .big {
  width: 69.345%;
}
#index-body .i-about .right .small {
  width: 30.655%;
  padding-left: 23px;
}
#index-body .i-about .right .small .slickBtn {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 21px;
}
#index-body .i-about .right .small .slickBtn div {
  width: 3em;
  height: 3em;
  border-radius: initial;
  background: transparent;
}
#index-body .i-about .right .small .slickBtn div.next {
  margin-left: 9px;
}
#index-body .i-about .right .small .img-box {
  width: 264px;
  height: 252px;
}
#index-body .i-about .bottom ul li {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 20px;
  position: relative;
}
#index-body .i-about .bottom ul li em {
  margin-right: 14px;
  display: inline-block;
}
#index-body .i-about .bottom ul li p {
  line-height: 1.6;
}
#index-body .i-about .bottom ul li::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 4px;
  bottom: -2px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-about .bottom ul li:hover::after {
  width: 71px;
}
#index-body .i-about .waves {
  position: absolute;
  bottom: 16%;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 500px;
}
#index-body .i-application{
  overflow: hidden;
}
#index-body .i-application .top {
  width: 100%;
  height: 622px;
}
#index-body .i-application .top canvas {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#index-body .i-application .top ul {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index-body .i-application .top ul li {
  width: 100%;
  height: 100%;
  opacity: 0;
}
#index-body .i-application .top ul li .img {
  position: relative;
  width: 100%;
  height: 100%;
}
#index-body .i-application .top ul li .img img {
  width: 100%;
  height: 100%;
}
#index-body .i-application .text {
  top: 43%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 6;
}
#index-body .i-application .text .title {
  max-width: 424px;
  line-height: 1.7;
}
#index-body .i-application .bottom {
  margin: -106px 0 0 auto;
  max-width: 1730px;
  padding-left: 18px;
  position: relative;
  z-index: 3;
}
#index-body .i-application .bottom .arrow {
  width: 37%;
}
#index-body .i-application .bottom .arrow a {
  display: inline-block;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border: 1px solid #000;
  text-align: center;
  line-height: 57px;
  font-size: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-application .bottom .arrow a.next {
  margin-left: 5px;
}
#index-body .i-application .bottom .arrow a:hover {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}
#index-body .i-application .bottom .right {
  width: 63%;
}
#index-body .i-application .bottom .right ul {
  margin-right: -4px;
}
#index-body .i-application .bottom .right ul li {
  padding-right: 4px;
}
#index-body .i-application .bottom .right ul li img {
  width: 100%;
  object-fit: cover;
  height: 212px;
}
#index-body .i-advantage {
  padding: 5% 0 5%;
  background: url(../images/adbg.png) no-repeat left bottom;
  position: relative;
  z-index: 1;
}
#index-body .i-advantage .header .title {
  line-height: 1.3;
}
#index-body .i-advantage .header .more {
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
}
#index-body .i-advantage .header .more i {
  background: rgba(0, 0, 0, 0.05);
  color: #000;
}
#index-body .i-advantage .header .more::after {
  background: var(--color);
  color: #fff;
}
#index-body .i-advantage .header .more:hover {
  color: #fff;
}
#index-body .i-advantage .header .more:hover i {
  background: #fff;
  color: var(--color);
}
#index-body .i-advantage .content {
  margin-top: 38px;
}
#index-body .i-advantage .content ul li {
  padding-top: 117px;
}
#index-body .i-advantage .content ul li .ig {
  border: 1px solid rgba(83, 83, 83, 0.2);
  z-index: 1;
  height: 402px;
  background: #fff;
}
#index-body .i-advantage .content ul li .ig i {
  display: block;
  line-height: 82px;
}
#index-body .i-advantage .content ul li .ig i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-advantage .content ul li .ig .con {
  color: #535353;
  line-height: 1.5;
  margin-top: 16px;
  min-height: 72px;
}
#index-body .i-advantage .content ul li .ig .link {
  display: inline-block;
  color: #9b9b9b;
  line-height: 1.8;
  text-decoration: underline;
  margin-top: 30px;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  transition: .5s all;
}
#index-body .i-advantage .content ul li .ig .link::after {
  content: '';
  width: 10px;
  height: 9px;
  border: solid 1px #535353;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 4px 9px;
}
/*#index-body .i-advantage .content ul li .ig .link:hover {
  color: #fff;
}
#index-body .i-advantage .content ul li .ig .link:hover::after {
  border-color: #fff;
}*/
#index-body .i-advantage .content ul li .ig::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  right: 0;
  top: 53px;
  font-size: 147px;
  font-family: 'Montserrat-Bold';
  color: transparent;
  line-height: 1;
  -webkit-text-stroke: 1px #f2f2f2;
}
#index-body .i-advantage .content ul li .ig:hover{
  background: var(--color);
  color: #fff;
}
#index-body .i-advantage .content ul li .ig:hover i img{
  -webkit-filter: grayscale(100) brightness(300);
  filter: grayscale(100) brightness(300);
}
#index-body .i-advantage .content ul li .ig:hover .con,
#index-body .i-advantage .content ul li .ig:hover .link{
  color: #fff;
}
#index-body .i-advantage .content ul li .ig:hover .link::after{
  border-color: #fff;
}
#index-body .i-advantage .content ul .slick-current li {
  padding-top: 0;
}
#index-body .i-advantage .content ul .slick-current + div li {
  padding-top: 37px;
}
#index-body .i-advantage .content ul .slick-current + div + div li {
  padding-top: 78px;
}
#index-body .i-advantage::before {
  content: '';
  z-index: -1;
  width: 7px;
  height: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(#000000, #000000), -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: -moz-linear-gradient(#000000, #000000), -moz-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(#000000, #000000), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  border-radius: 50%;
  border: solid 2px #ffffff;
  position: absolute;
  top: 20%;
  left: 53.4%;
}
#index-body .i-advantage::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 18.3%;
  left: 61%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #000;
}
#index-body .i-contact {
  background-image: url(../images/sy-ssbg.jpg);
  padding: 5.886% 0 6.3542%;
}
#index-body .i-contact .box {
  max-width: 580px;
  margin: 0 auto;
  color: #fff;
}
#index-body .i-contact .box span.tag {
  color: var(--color);
}
#index-body .i-contact .box .title {
  line-height: 1.3;
}
#index-body .i-contact .box .link {
  display: inline-block;
}
#index-body .i-contact .box .link span {
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-contact .box .link i {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  border: solid 2px #ffffff;
  border-radius: 50%;
  line-height: 24px;
  margin-left: 23px;
}
#index-body .i-contact .box .link:hover{
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
#index-body .i-news {
  padding: 5.26042% 0 5.9896%;
}
#index-body .i-news .more {
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
}
#index-body .i-news .more i {
  background: rgba(0, 0, 0, 0.05);
  color: #000;
}
#index-body .i-news .more::after {
  background: var(--color);
  color: #fff;
}
#index-body .i-news .more:hover {
  color: #fff;
}
#index-body .i-news .more:hover i {
  background: #fff;
  color: var(--color);
}
#index-body .i-news .content ul li .img-box {
  z-index: 1;
}
#index-body .i-news .content ul li .img-box .text {
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 0 26px 44px;
}
#index-body .i-news .content ul li .img-box .text time {
  line-height: 1.8;
}
#index-body .i-news .content ul li .img-box .text .con {
  line-height: 1.3;
}
#index-body .i-news .content ul li .img-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.8) 100%);
}
#footer {
  background: url(../images/fbg.jpg) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
}
#footer .f-content {
  padding: 60px 0 85px;
}
#footer .f-content .tit {
  margin: 16px 0 21px;
}
#footer .f-content .tit::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 24px;
  height: 4px;
  background: #fff;
}
#footer .f-content .tit::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 84%;
  height: 2px;
  background: rgba(255, 255, 255, 0.66);
}
#footer .f-content ul li {
  font-size: 16px;
  line-height: 2;
}
#footer .f-content ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover {
  color: var(--color);
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content .f-contact {
  max-width: 320px;
}
#footer .f-content .f-nav ul li,
#footer .f-content .f-product ul li {
  font-size: 17px;
  line-height: 1.7;
}
#footer .f-content .f-form {
  max-width: 498px;
}
#footer .f-content .f-form .tits {
  line-height: 1.4;
}
#footer .f-content .f-form form {
  position: relative;
}
#footer .f-content .f-form form ul {
  margin: -15px -7px;
}
#footer .f-content .f-form form ul li {
  padding: 15px 7px;
}
#footer .f-content .f-form form ul li input {
  width: 100%;
  height: 70px;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.48);
  padding: 0 12px;
}
#footer .f-content .f-form form ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .f-content .f-form form ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .f-content .f-form form ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .f-content .f-form form ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .f-content .f-form form ul li input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .f-content .f-form form ul li.wid-100 {
  width: 100%;
}
#footer .f-content .f-form form ul li.wid-100 input {
  padding-right: 70px;
}
#footer .f-content .f-form form button {
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 69px;
  height: 70px;
  background-color: #ffffff;
  border: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .f-form form button:hover {
  background: var(--color);
}
#footer .f-content .f-form form button:hover img {
  -webkit-filter: grayscale(100%) invert(1);
  filter: grayscale(100%) invert(1);
}
#footer .f-content #ewm {
  width: 103px;
  border: 3px solid #fff;
}
#footer .f-content .f-share {
  bottom: 80px;
  left: 38%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#footer .f-content .f-share span {
  line-height: 1;
}
#footer .f-content .f-share a {
  display: inline-block;
  font-size: 22px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .f-share a:hover {
  color: var(--color);
}
#footer .f-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  line-height: 2;
  font-size: 16px;
  padding: 17px 0 10px;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 27px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -3px;
  fill: #fff;
  text-transform: capitalize;
}
#footer .f-copy svg text {
  fill: #fff;
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 50px;
  }
  #footer .f-content .f-contact {
    max-width: 300px;
  }
  #footer .f-content .f-form {
    max-width: 370px;
  }
  #footer .f-content .f-share {
    bottom: 107px;
    left: 40.2%;
  }
}
@media screen and (max-width: 1250px) {
  #header .nav .ui.menu .h-search {
    margin-left: 30px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin-right: 32px;
  }
  #banner {
    margin-top: 0;
  }
  #banner .down,
  #banner .page {
    bottom: 27px;
  }
  #banner .swiper-container-horizontal > .swiper-pagination-bullets,
  #banner .swiper-pagination-custom,
  #banner .swiper-pagination-fraction {
    bottom: 27px;
    right: 16%;
  }
  .pl-198 {
    padding-left: 60px;
  }
  #index-body .i-category ul li .desc {
    padding: 0 25px 0 33px;
  }
  #index-body .i-about .right .small .img-box {
    width: 100%;
    height: auto;
  }
  #index-body .i-application .bottom .right ul li img {
    height: 160px;
  }
  #footer .f-content .f-nav ul li,
  #footer .f-content .f-product ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  #footer .f-content {
    zoom: .8;
  }
  .fixed-toolbar {
    bottom: 6%;
  }
}
@media screen and (max-width: 1000px) {
  #banner {
    margin-top: 60px;
  }
  #mobile.white .mobile-logo,
  #mobile .menu-content .menu-logo {
    background: #000;
  }
  #index-body .i-about .right {
    margin-top: 30px;
  }
  #index-body .i-application .bottom {
    margin: -40px 0 0 auto;
  }
  #index-body .i-application .bottom .right ul li img {
    height: 100px;
  }
  #footer .f-content {
    zoom: 1;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-content .f-contact {
    max-width: 290px;
  }
}
@media screen and (max-width: 700px) {
  #banner .down {
    display: none;
  }
  #banner .page {
    display: none;
  }
  #banner .swiper-container-horizontal > .swiper-pagination-bullets,
  #banner .swiper-pagination-custom,
  #banner .swiper-pagination-fraction {
    bottom: 13px;
    right: 0;
    width: 100%;
    text-align: center;
  }
  .font-45 {
    font-size: 36px;
  }
  .font-42 {
    font-size: 30px;
  }
  .font-36 {
    font-size: 27px;
  }
  .font-19 {
    font-size: 19px;
  }
  #index-body .i-about .bottom {
    display: none;
  }
  #index-body .i-application .top .img img {
    height: 260px;
  }
  #index-body .i-advantage {
    margin-top: 30px;
  }
  #index-body .i-advantage .content {
    margin-top: 20px;
  }
  #index-body .i-advantage .content ul li {
    padding-top: 0 !important;
  }
  #index-body .i-advantage::before,
  #index-body .i-advantage::after {
    display: none;
  }
  #footer .f-content {
    padding: 30px 0;
  }
  #footer .f-content .f-contact {
    max-width: 100%;
  }
  #footer .f-content .f-form {
    max-width: 100%;
    margin-top: 20px;
  }
  #footer .f-content #ewm {
    display: none;
  }
  #footer .f-content .f-share {
    display: none;
  }
  .fixed-toolbar {
    zoom: .7;
  }
}
@media screen and (max-width: 500px) {
  #banner ul .swiper-slide-active .text .title {
    font-size: 22px;
  }
  #index-body .i-desc .right .top .text {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-desc .right .top .link {
    margin-top: 20px;
  }
  #index-body .i-desc .bottom {
    display: none;
  }
  #index-body .i-product .content ul li .ig span {
    position: initial;
  }
  #index-body .i-about .left .con {
    line-height: 2;
  }
  #index-body .i-about .right {
    display: none;
  }
  #index-body .i-application {
    display: none;
  }
  #index-body .i-advantage .content ul li .ig {
    height: auto;
  }
  .font-45 {
    font-size: 30px;
  }
  #index-body .i-news .content ul li .img-box .text {
    padding: 0 13px 22px;
  }
  #footer .f-content .f-form form ul li input {
    height: 40px;
    font-size: 14px;
  }
  #footer .f-content .f-form form ul {
    margin: -7px 0 0 0;
  }
  #footer .f-content .f-form form ul li {
    width: 100%;
    padding: 7px 0 0 0;
  }
  #footer .f-content .f-form form button {
    height: 40px;
    position: initial;
    margin-top: 30px;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
span.tag {
  font-size: 18px;
  color: var(--color);
  display: block;
  line-height: 1.2;
}
span.h2 {
  font-size: 58px;
  font-weight: bold;
  line-height: 1.20689655;
  display: block;
}
.inner-banner {
  height: 400px;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  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;
  text-align: center;
  color: white;
  padding-top: 3.5%;
}
.inner-banner span.h2 {
  font-size: 26px;
}
.inner-banner .mbx {
  font-size: 18px;
  margin-top: .5em;
}
.inner-page span.tag {
  margin-bottom: .6em;
}
.inner-page span.h2 {
  font-size: 36px;
  line-height: 1.4;
}
.about-page .about-1 .flex .text {
    width: 75%;
    padding-left: 80px;
}
.inner-page .sideBarBox .sideBarLeft {
  width: 27%;
  padding-right: 3%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .sideBarBox .sideBarLeft form {
  font-size: 16px;
    padding: 5px 0;
  border-radius: .25em;
  background-color: #f2f1ec;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.inner-page .sideBarBox .sideBarLeft form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1.5em;
}
.inner-page .sideBarBox .sideBarLeft form button {
  width: 4.375em;
  background-color: transparent;
  border: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft form button i {
  font-size: 1.6em;
}
.inner-page .sideBarBox .sideBarLeft form button:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarBox .sideBarLeft .box {
  margin-top: 45px;
}
.inner-page .sideBarBox .sideBarLeft .box span.h2 {
  font-size: 24px;
  margin-bottom: 1em;
}
.inner-page .sideBarBox .sideBarLeft .box .nav {
  font-size: 18px;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li {
  padding: .6em 0;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a {
  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-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-left: 20px;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li i {
  opacity: .8;
  font-size: .8em;
  position: absolute;
  top: .9em;
  left: 0;
  width: 20px;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li i.active{
  top: 1.1em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a em {
  padding: 0 .5em;
  border-radius: .25em;
  background-color: #eeede7;
  margin-left: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a:hover,
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a.active{
  color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a:hover em,
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a.active em {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li:hover i,
.inner-page .sideBarBox .sideBarLeft .box .nav ul li.active i{
  color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul {
  padding-left: 2.5em;
  font-size: 0.88888889em;
  margin-top: 1em;
  display: none;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul li {
  border-bottom: none;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul li a{
  padding-left: 0;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li.active ul {
  display: block;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .img-box {
  width: 30%;
  border-radius: 3px;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content {
  width: 70%;
  padding-left: 2%;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content span.h6 {
  font-size: 18px;
  line-height: 1.33333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content time {
  display: block;
  font-size: 14px;
  color: #9a9a9a;
  margin-top: .4em;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sideBarBox .sideBarRight {
  width: 73%;
}
.inner-page .m-page {
  font-size: 17px;
  margin-top: 3.88235294em;
  font-weight: bold;
}
.inner-page .m-page > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 .5em;
  width: 3.05882353em;
  height: 3.05882353em;
  border-radius: 100%;
  background-color: #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: var(--color);
  color: white;
}
.inner-page .productList ul li a.img-box {
  display: block;
  background-color: #f3f3f3;
  overflow: unset;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .productList ul li a.img-box img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
.inner-page .productList ul li .content {
  padding: 0 5%;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: 0.5s;
}
.inner-page .productList ul li .content span.h6 {
  font-weight: 500;
  font-size: 22px;
  color: #120c0b;
  display: block;
  padding: 1em 0 .7em;
  border-bottom: 1px solid #ececec;
  line-height: 1.2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
  margin-bottom: .5em;
}
.inner-page .productList ul li .content .text {
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  /*height: 5.1em;*/
}
/*.inner-page .productList ul li:hover a.img-box {
  background-color: var(--color);
}
.inner-page .productList ul li:hover a.img-box img {
  -webkit-transform: translateY(49%);
  -moz-transform: translateY(49%);
  -ms-transform: translateY(49%);
  transform: translateY(49%);
}
.inner-page .productList ul li:hover .content span.h6 {
  color: #fff;
  border-bottom-color: #fff;
}
.inner-page .productList ul li:hover .content .text {
  color: #fff;
}
.inner-page .productList ul li:hover .content {
  -webkit-transform: translateY(-225%);
  -moz-transform: translateY(-225%);
  -ms-transform: translateY(-225%);
  transform: translateY(-225%);
}*/
.about-page .about-1 {
  padding: 110px 0;
}
.about-page .about-1 .flex {
  /*-webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;*/
}
.about-page .about-1 .list {
  margin: 65px 0;
  text-align: center;
}
.about-page .about-1 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.about-page .about-1 .list ul li {
  width: auto;
}
.about-page .about-1 .list ul li span {
  font-size: 40px;
  line-height: 1;
  display: block;
  margin-bottom: .7em;
  font-weight: bold;
}
.about-page .about-1 .list ul li p {
  font-size: 18px;
}
.about-page .about-1 .box {
  height: 510px;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-page .about-1 .box .play {
  cursor: pointer;
}
.about-page .about-2 {
  padding: 110px 0;
  background-color: #f8f7f7;
}
.about-page .about-2 .flex {
  -webkit-box-align: unset;
  -webkit-align-items: unset;
  -moz-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}
.about-page .about-2 .left span.h2 {
  margin-bottom: 1em;
}
.about-page .about-2 .left .text {
  max-width: none;
  line-height: 2.22222222;
}
.about-page .about-2 .right {
  margin: 0 auto;
  width: 30%;
}
.about-page .about-2 .right .info {
  font-size: 18px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: white;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10%;
}
.about-page .about-2 .right .info i.iconfont {
  color: var(--color);
  margin-right: 1.5em;
  border-radius: 100%;
  flex-shrink: 0;
}
.about-page .about-2 .options .right .info i.iconfont {
  color: var(--color);
}
.about-page .about-2 .options .right .info p.active i.iconfont {
  color: #fff;
  border-color: transparent;
}
.about-page .about-3 {
  padding: 100px 0;
}
.about-page .about-3 span.h2 {
  margin-bottom: 1em;
}
.about-page .about-3 .list {
  position: relative;
}
.about-page .about-3 .list ul {
  margin: 0 -35px;
}
.about-page .about-3 .list ul li {
  padding: 0 35px;
}
.about-page .about-3 .list ul li a.img-box {
  display: block;
}
.about-page .about-3 .list ul li span {
  font-size: 18px;
  color: #222;
  display: block;
  margin-top: 1.2em;
  text-align: center;
}
.about-page .about-3 .list .btn div {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0;
}
.about-page .about-3 .list .btn div.prev {
  left: 0;
}
.about-page .about-3 .list .btn div.next {
  right: 0;
}
.about-page .about-3 .list .btn div:hover {
  background-color: var(--color);
}
.about-page .about-4 {
  padding: 100px 0;
 
}
.about-page .about-4 .left {
  width: 40%;
  padding-right: 3%;
}
.about-page .about-4 .left .text {
  font-size: 17px;
  margin-top: 1.5em;
}
.about-page .about-4 .left a.more {
  margin-top: 3.52941176em;
}
.about-page .about-4 .right {
  width: 60%;
}
.about-page .about-4 .right .list {
  padding-top: 25px;
  overflow: hidden;
}
.about-page .about-4 .right .list .slick-list {
  overflow: unset;
}
.about-page .about-4 .right ul {
  margin: -7px;
}
.about-page .about-4 .right ul li {
  padding: 7px;
}
.about-page .about-4 .right ul li img {
  width: 100%;
  position: relative;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .right ul .slick-current li img {
  top: -25px;
}
.about-page .about-5 .box {
  position: relative;
  padding: 110px 0;
}
.about-page .about-5 .box .mask {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2%;
  z-index: -1;
}
.about-page .about-5 .box .mask i {
  width: 100%;
  border-left: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
}
.about-page .about-5 span.h2 {
  margin-bottom: 1em;
}
.about-page .about-5 .list {
  padding-top: 130px;
  overflow: hidden;
  padding-left: 1px;
  padding-right: 3px;
}
.about-page .about-5 .list .slick-list {
  overflow: unset;
}
.about-page .about-5 .list li a {
  height: 250px;
  border: 2px solid #fff;
  margin: 0 -1px;
  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: #f6f6f6;
  position: relative;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .list li a img {
  max-height: 100%;
}
.about-page .about-5 .list .slick-current li a,
.about-page .about-5 .list .slick-current + div + div li a,
.about-page .about-5 .list .slick-current + div + div + div + div li a {
  top: -130px;
}
.contact-page {
  background-color: #fcfcfc;
}
.contact-page .contact-1 {
  padding-top: 110px;
}
.contact-page .contact-1 .box .left {
  vertical-align: bottom;
     padding-right: 2%;
}
.contact-page .contact-1 .box .left span.h2 {
  margin-bottom: .5em;
      text-transform: capitalize;
}
.contact-page .contact-1 .box .left span.h2.mt {
  margin-top: 1em;
}
.contact-page .contact-1 .box .left .text {

  line-height: 2;
}
.contact-page .contact-1 .box .left .text.disc p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
      font-size: 17px;
}
.contact-page .contact-1 .box .left .text.disc p:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: black;
  margin-right: .6em;
  margin-top: .7em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .contact-1 .box .left .share {
  font-size: 18px;
  margin-top: 3.88888889em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
}
.contact-page .contact-1 .box .left .share a {
  margin-left: 1.5em;
}
.contact-page .contact-1 .box .right {
  vertical-align: bottom;
  padding: 0 1%;
}
.contact-page .contact-1 .box .right .form {
  border-radius: 10px;
  background-color: white;
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 45px 6% 55px;
}
.contact-page .contact-1 .box .right .form ul li {
  font-size: 16px;
  margin-bottom: 1em;
}
.contact-page .contact-1 .box .right .form ul li label {
  display: block;
  color: #666;
}
.contact-page .contact-1 .box .right .form ul li label em {
  color: red;
}
.contact-page .contact-1 .box .right .form ul li input,
.contact-page .contact-1 .box .right .form ul li textarea {
  padding: .5em 1em;
  border-radius: .8em;
  border: 1px solid #cbd6e2;
  background-color: #f5f8fa;
  display: block;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .box .right .form ul li input:focus,
.contact-page .contact-1 .box .right .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-1 .box .right .form ul li button {
  border-radius: 3em;
  border: none;
  margin-top: 1.5em;
}
.contact-page .contact-2 {
  padding: 110px 0;
}
.contact-page .contact-2 iframe {
  border: none;
  display: block;
  width: 100%;
}
.honor-page {
  padding: 110px 0;
}
.honor-page .slide {
  margin-top: 70px;
}
.honor-page .slide:first-child {
  margin-top: 0;
}
.honor-page .slide span.h2 {
  margin-bottom: 1em;
}
.honor-page .slide .list ul {
  margin: -30px -55px;
}
.honor-page .slide .list ul li {
  padding: 30px 55px;
}
.honor-page .slide .list ul li a {
  display: block;
}
.honor-page .slide .list ul li a img {
  width: 100%;
}
.why-page {
  overflow: hidden;
}
.why-page .slide {
  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;
}
.why-page .slide .left {
  width: 50%;
  padding-right: 5%;
}
.why-page .slide .left .content {
  min-height: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -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;
}
.why-page .slide .left .content span.tag {
  margin-bottom: .5em;
}
.why-page .slide .left .content span.h2 {
  margin-top: 0;
}
.why-page .slide .left .content .text {
  margin: 1em 0 3em;
}
.why-page .slide .left .content a.link {
  --color2: var(--color);
}
.why-page .slide .right {
  width: 50%;
}
.why-page .slide .img {
    min-height: 780px;
    width: 126%;
    background-position: center right;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.why-page .slide: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;
}
.why-page .slide:nth-child(even) .left {
  padding-left: 5%;
  padding-right: 0;
}
.why-page .slide:nth-child(even) .right {
  direction: rtl;
}
.type-page {
  padding: 110px 0;
}
.type-page .typeList ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.type-page .typeList ul li:last-child {
  margin-bottom: 0;
}
.type-page .typeList ul li .img {
  width: 40%;
  background-size: cover;
}
.type-page .typeList ul li .content {
  width: 60%;
  padding: 2% 4%;
}
.type-page .typeList ul li .content span.h6 {
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.type-page .typeList ul li .content span.h6:hover {
  color: var(--color);
}
.type-page .typeList ul li .content .text {
  font-size: 17px;
  margin: .5em 0 1em;
}
.type-page .typeList ul li .content .text img {
  margin-top: 1em;
}
.type-page .typeList ul li .content a.link {
  --color2: var(--color);
}
.type-page .typeList ul li .content a.link span {
  font-size: 1.5em;
}
.type-page .typePictureList ul {
  margin: -15px;
}
.type-page .typePictureList ul li {
  padding: 15px;
}
.type-page .typePictureList ul li a.img {
  display: block;
}
.type-page .typePictureList ul li span {
  font-size: 18px;

  padding: .7em;
  display: block;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.type-page .typePictureList ul li .box {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.type-page .typePictureList ul li .box:hover span {
  background-color: var(--color);
  color: white;
}
.solutions-page .solutions-1 {
  padding: 100px 0;
}
.solutions-page .solutions-1 .text {
  margin-top: 1em;
  max-width: 1030px;
  margin-bottom: 3em;
}
.solutions-page .solutions-1 .list {
  font-size: 10px;
  padding: 0 2em;
  margin-top: 10em;
}
.solutions-page .solutions-1 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
.solutions-page .solutions-1 .list ul li {
  width: 100%;
  padding: 3em;
  min-height: 30em;
  text-align: center;
  border-radius: 1em;
  -o-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}
.solutions-page .solutions-1 .list ul li i {
  display: block;
}
.solutions-page .solutions-1 .list ul li span.h6 {
  font-size: 18px;
  color: #222;
  display: block;
  font-weight: bold;
  margin: 1em 0;
}
.solutions-page .solutions-1 .list ul li .text {
  margin: 0;
}
.solutions-page .solutions-2 {
  padding: 100px 0;
  text-align: center;
}
.solutions-page .solutions-2 span.tag i {
  color: black;
}
.solutions-page .solutions-2 span.h2 {
  margin-bottom: 1em;
}
.solutions-page .solutions-2 .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #d5d5d5;
  text-align: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solutions-page .solutions-2 .list li .img {
  width: 33%;
  padding: 0 2%;
}
.solutions-page .solutions-2 .list li .text {
  font-size: 17px;
}
.solutions-page .solutions-2 .list li .content {
  width: 40%;
  padding: 0 3%;
}
.solutions-page .solutions-2 .list li .content span.h6 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
  display: block;
}
.solutions-page .solutions-2 .list li .disc {
  width: 27%;
  padding-right: 4%;
}
.solutions-page .solutions-2 .list li .disc p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
      line-height: 2;
}
.solutions-page .solutions-2 .list li .disc p:before {
    content: '\f046';
    font-family: "FontAwesome";
    padding: 0 0.5em;
    margin-right: 0.5em;
    color: var(--color);
}
.solutions-page .solutions-2 .list li:hover {
  background-color: #f8f7f7;
}
.solutions-page .solutions-2 .list li:nth-child(3) ~ * {
  display: none;
}
.solutions-page .solutions-2 .list.active li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.solutions-page .solutions-2 .list.active ~ a.down {
  display: none;
}
.solutions-page .solutions-2 a.down {
  font-size: 17px;
  margin-top: 1em;
  display: block;
  cursor: pointer;
}
.solutions-page .solutions-2 a.down i {
  display: block;
  line-height: 1;
}
.faq-page {
  padding: 110px 0 70px;
  background-image: url("../images/faq-bg.jpg");
  background-position: top 8% right 8%;
  background-repeat: no-repeat;
}
.faq-page span.h2 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: .8em;
}
.faq-page .list ul li {
  margin-bottom: 1.5em;
  font-size: 10px;
  padding: 2.5em 5em;
  border-radius: 2.5em;
  background-color: #f8f8f9;
}
.faq-page .list ul li span.h6 {
  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;
  font-weight: bold;
  font-size: 2.4em;
}
.faq-page .list ul li span.h6 em {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .list ul li span.h6 i {
  width: 1.66666667em;
  height: 1.66666667em;
  border-radius: 100%;
  background-color: black;
  cursor: pointer;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.faq-page .list ul li span.h6 i:after,
.faq-page .list ul li span.h6 i:before {
  content: '';
  width: 40%;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 30%;
}
.faq-page .list ul li span.h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-page .list ul li .text {
  font-size: 16px;
  margin-top: 1em;
  display: none;
}
.faq-page .list ul li.active span.h6 em {
  font-size: 1.25em;
}
.faq-page .list ul li.active span.h6 i:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.news-page {
  padding: 110px 0;
}
.news-page .list ul {
  margin: -25px -20px;
}
.news-page .list ul li {
  padding: 25px 20px;
}
.news-page .list ul li a.img-box {
  display: block;
  border-radius: 5px;
}
.news-page .list ul li a.img-box time {
  font-size: 14px;
  position: absolute;
  left: .5em;
  bottom: 1em;
  color: white;
}
.news-page .list ul li .content {
  padding: 0 5px;
}
.news-page .list ul li .content span.h6 {
  font-size: 20px;
  line-height: 1.6;
  margin: .8em 0;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li .content span.h6:hover {
  color: var(--color);
}
.news-page .list ul li .content .text {
  font-size: 15px;
  color: #979797;
}
.newdet-page {
  padding: 110px 0 70px;
}
.newdet-page .sideBarBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.newdet-page .sideBarBox .sideBarLeft {
  padding-left: 7%;
  padding-right: 0;
}
.newdet-page .sideBarBox .sideBarRight h1 {
  font-size: 24px;
  font-family: 'Montserrat-Regular';
  display: block;
  margin-bottom: 15px;
}
.newdet-page .sideBarBox .sideBarRight .text {
  color: #484848;
  margin: 1em 0 4em;
}
.newdet-page .sideBarBox .sideBarRight .m-link {
  display: block;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4%;
  font-weight: bold;
}
.newdet-page .sideBarBox .sideBarRight .m-link div {
  max-width: 48%;
      text-transform: capitalize;
}
.service-page span.h2 {
  font-size: 44px;
}
.service-page .service-1 {
  padding: 140px 0 210px;
  background-image: url("../images/service-1-2.jpg");
  background-size: 33.4375% auto;
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
}
.service-page .service-1:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url("../images/service-1-bg.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 69.27083333% auto;
}
.service-page .service-1 .box {
  margin-top: 10px;
}
.service-page .service-1 .box .left {
  vertical-align: middle;
  padding-right: 4%;
}
.service-page .service-1 .box .left .list {
  font-size: 18px;
  max-width: 660px;
}
.service-page .service-1 .box .left .list ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5em 1em;
  border-bottom: 1px solid #ebebeb;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: var(--color);
}
.service-page .service-1 .box .left .list ul li a i.iconfont {
  font-size: .6em;
  margin-right: .8em;
}
.service-page .service-1 .box .left .list ul li.active a {
  background-color: var(--color);
  color: white;
}
.service-page .service-1 .box .left .box2 {
  margin-top: 70px;
  padding: 0 25px;
}
.service-page .service-1 .box .left .box2 span.h6 {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 1.2em;
}
.service-page .service-1 .box .left .box2 .text {
  color: #626262;
}
.service-page .service-1 .box .right {
  vertical-align: middle;
  padding-right: 2%;
}
.service-page .service-2 {
  padding-top: 110px;
  background-image: url("../images/service-2-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  color: white;
}
.service-page .service-2 span.h2 {
  text-align: center;
  margin-bottom: 1.3em;
}
.service-page .service-2 .list {
  padding: 0 16px;
}
.service-page .service-2 .list ul {
  margin: -8px;
}
.service-page .service-2 .list ul li {
  padding: 8px;
}
.service-page .service-2 .list ul li .box {
  height: 610px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.service-page .service-2 .list ul li .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: inherit;
  filter: grayscale(1);
  transition: .5s;
  z-index: -2;
}
.service-page .service-2 .list ul li .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: .5s;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.service-page .service-2 .list ul li .box:hover:before {
  filter: unset;
}
.service-page .service-2 .list ul li .box:hover:after {
  opacity: 0;
}
.service-page .service-2 .list ul li .box span.tag {
  font-size: 15px;
  text-transform: uppercase;
  color: inherit;
  margin-bottom: .5em;
}
.service-page .service-2 .list ul li .box span.h2 {
  font-size: 36px;
  line-height: 1.22222222;
  text-align: left;
  margin-top: 0;
  margin-bottom: auto;
  font-weight: 600;
}
.service-page .service-2 .list ul li .box .text {
  font-size: 17px;
  margin: 1em 0 2em;
  color: inherit;
}
.service-page .service-2 .list ul li .box .top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20% 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: 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-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-2 .list ul li .box .bottom {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 10%;
  text-align: center;
  opacity: 0;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-2 .list ul li .box .bottom span.h2 {
  text-align: inherit;
}
.service-page .service-2 .list ul li .box:hover .top {
  opacity: 0;
}
.service-page .service-2 .list ul li .box:hover .bottom {
  opacity: 1;
  z-index: 1;
}
.service-page .service-3 {
  padding: 190px 0 120px;
  background-image: url("../images/service-03-bg.jpg");
  background-position: center;
  background-size: cover;
}
.service-page .service-3 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-3 .box .left {
  width: 48%;
  padding-right: 3%;
}
.service-page .service-3 .box .left .form {
  padding: 30px 7%;
  border-radius: 10px;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  background-color: rgba(255, 255, 255, 0.4);
}
.service-page .service-3 .box .left .form span.h3 {
  font-size: 28px;
  font-weight: bold;
  display: block;
  line-height: 1.2;
}
.service-page .service-3 .box .left .form .text {
  font-size: 16px;
  color: #414345;
  margin: 1em 0 2em;
}
.service-page .service-3 .box .left .form form ul {
  margin: -7px -5px;
}
.service-page .service-3 .box .left .form form ul li {
  padding: 7px 5px;
}
.service-page .service-3 .box .left .form form ul li input,
.service-page .service-3 .box .left .form form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  background-color: #e9eaea;
  font-size: 14px;
  padding: 1em 1.2em;
}
.service-page .service-3 .box .left .form form ul li input::-webkit-input-placeholder, .service-page .service-3 .box .left .form form ul li textarea::-webkit-input-placeholder {
  color: #333;
}
.service-page .service-3 .box .left .form form ul li input:-moz-placeholder, .service-page .service-3 .box .left .form form ul li textarea:-moz-placeholder {
  color: #333;
}
.service-page .service-3 .box .left .form form ul li input::-moz-placeholder, .service-page .service-3 .box .left .form form ul li textarea::-moz-placeholder {
  color: #333;
}
.service-page .service-3 .box .left .form form ul li input:-ms-input-placeholder, .service-page .service-3 .box .left .form form ul li textarea:-ms-input-placeholder {
  color: #333;
}
.service-page .service-3 .box .left .form form ul li input::placeholder,
.service-page .service-3 .box .left .form form ul li textarea::placeholder {
  color: #333;
}
.service-page .service-3 .box .left .form form ul li textarea {
  height: 100px;
}
.service-page .service-3 .box .left .form form ul li button {
  border-radius: 3em;
  margin-top: 1.5em;
  border: none;
}
.service-page .service-3 .box .left .form form ul li button em {
  border-bottom: none;
}
.service-page .service-3 .box .left .form form ul li.wid-100 {
  width: 100%;
}
.service-page .service-3 .box .left .form form ul li:last-child {
  text-align: center;
}
.service-page .service-3 .box .right {
  width: 52%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: 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-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  padding: 2% 0;
}
.service-page .service-3 .box .right span.h2 {
  line-height: 1.09090909;
}
.service-page .service-3 .box .right .info {
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 10px;
  gap: 3em;
}
.service-page .service-3 .box .right .info .slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-3 .box .right .info .slide i {
  max-width: 3.3em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
      font-size: 20px;
    color: var(--color);
}
.service-page .service-3 .box .right .info .slide .content {
  margin-left: 1em;
}
.service-page .service-3 .box .right .info .slide .content span.h6 {
  font-size: 24px;
  font-weight: 500;
  display: block;
  line-height: 1;
}
.service-page .service-3 .box .right .info .slide .content p {
  font-size: 17px;
  margin-top: .3em;
  line-height: 2;
}
.service-page .service-3 .box .right form {
  font-size: 14px;
  margin-top: 4.28571429em;
  border-radius: .8em;
  background-color: rgba(191, 191, 191, 0.5);
  height: 4.71428571em;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-3 .box .right form input {
  display: block;
  width: 100%;
  padding: 0 1.42857143em;
  border: none;
  background-color: transparent;
}
.service-page .service-3 .box .right form button {
  width: 7.14285714em;
  border-radius: .8em;
  background-color: var(--color);
  color: white;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: none;
}
.service-page .service-3 .box .right form button i {
  font-size: 2em;
}
.product-page {
  padding: 110px 0;
}
.product-page h1 {
  font-size: 24px;
  font-family: 'Montserrat-Regular';
}
.product-page .description {
  margin: 1em 0 2em;
}
.product-det-page .product-det-1 {
  padding: 100px 0 100px;
}
.product-det-page .product-det-1 .box {
  /*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;*/
}
.product-det-page .product-det-1 .left {
  width: 35%;
  vertical-align: middle;
      position: sticky;
    top: 100px;
}
.product-det-page .product-det-1 .left .big a {
  display: block;
  padding: 0;
  border: 1px solid #bebebe;
}
.product-det-page .product-det-1 .left .big a img {
  margin: auto;
  width: 100%;
}
.product-det-page .product-det-1 .left .smallImg a img {
  width: 100%;
}
.product-det-page .product-det-1 .left .big ul {
  margin: -10px;
}
.product-det-page .product-det-1 .left .big ul li {
  padding: 10px;
}
.product-det-page .product-det-1 .left .smallImg {
  /*width: 19%;*/
  /*padding-right: 20px;*/
}
.product-det-page .product-det-1 .left .smallImg .slick-current a {
  border-color: var(--color);
}
.product-det-page .product-det-1 .left .bigImg .big{
  width: 100%;
}
.product-det-page .product-det-1 .left .bigImg .big a {
  position: relative;
  background: #f3f3f3;
}
.product-det-page .product-det-1 .left .bigImg .big a:before {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--color);
  background-image: url("../images/icon-search-white.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 3%;
  right: 3%;
}
.product-det-page .product-det-1 .right {
  width: 65%;
  padding-left: 5%;
  /*vertical-align: middle;
  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;*/
}
.product-det-page .product-det-1 .right .flexBottom a.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-det-page .product-det-1 .right h1 {
  font-size: 22px;
  font-family: 'Montserrat-Regular';
  line-height: 1.6;
  display: block;
}
.product-det-page .product-det-1 .right .text {
  margin: 1em 0 1em;
  line-height: 1.8;
  font-size: 16px;
}
.product-det-page .product-det-1 .right .more {
  margin-bottom: 10px;
}
.product-det-page .product-det-1 .right .flexTop span.tag {
  text-transform: capitalize;
}
.product-det-page .product-det-1 .left .smallImg a img {
  display: block;
  margin: 0 auto;
  background: #f3f3f3;
}
.product-det-page .product-det-1 .right ul {
  margin: -10px;
}
.product-det-page .product-det-1 .right ul .slick-track {
  margin-left: 0;
}
.product-det-page .product-det-1 .right ul li {
  padding: 10px;
}
.product-det-page .product-det-1 .left .smallImg {
  width: 100%;
}
.product-det-page .product-det-1 .left .smallImg .slick-current a {
  border-color: var(--color);
}
.product-det-page #index-body .i-application .txt,
.product-det-page #index-body .i-application .i-title {
  color: #000;
}
.product-det-page .product-det-2 {
  padding: 60px 0;
  position: relative;
}
.product-det-page .product-det-2:before {
  content: '';
  width: 4.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("../images/icon-meiluo.png") center no-repeat;
  background-size: cover;
  left: 0;
  top: 5%;
}
.product-det-page .product-det-2 .left {
  width: 23%;
  padding-right: 1%;
}
.product-det-page .product-det-2 .left .navList {
  background-color: #fff;
}
.product-det-page .product-det-2 .left .navList ul {
  font-size: 20px;
  font-weight: 900;
}
.product-det-page .product-det-2 .left .navList ul li span {
  color: #fff;
  background-color: #000;
  padding: 1.1em 2em;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .left .navList ul li span i.fa {
  position: absolute;
  right: 5%;
  top: 1.3em;
  cursor: pointer;
}
.product-det-page .product-det-2 .left .navList ul li ul {
  padding: .7em 2em;
  font-weight: 500;
  font-size: 110%;
  line-height: 1.2;
}
.product-det-page .product-det-2 .left .navList ul li ul li {
  padding: 1em 0;
}
.product-det-page .product-det-2 .left .navList ul li ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-right: 1em;
  position: relative;
}
.product-det-page .product-det-2 .left .navList ul li ul li a:hover {
  color: var(--color);
}
.product-det-page .product-det-2 .left .navList ul li ul li a i.fa {
  position: absolute;
  top: 0;
  right: 0;
}
.product-det-page .product-det-2 .left .navList ul li ul ul {
  padding: .5em 0 .5em 1em;
  font-size: 75%;
  font-weight: 400;
  display: none;
}
.product-det-page .product-det-2 .left .navList ul li ul ul li {
  padding: 0.5em 0;
}
.product-det-page .product-det-2 .left .navList ul li ul ul li a {
  padding-right: 0;
}
.product-det-page .product-det-2 .right {
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content span.h3 {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content .pdl {
  padding-left: 5% !important;
}
.product-det-page .product-det-2 .right .prodet-content .pdr {
  padding-right: 5% !important;
}
.product-det-page .product-det-2 .right .prodet-content .logo {
  float: right;
}
.product-det-page .product-det-2 .right .prodet-content span.tag {
  margin-bottom: 3.5em;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  color: var(--color);
  line-height: 1.2;
}
.product-det-page .product-det-2 .right .prodet-content .table {
  font-size: 20px;
}
.product-det-page .product-det-2 .right .prodet-content table {
  font-weight: 300;
  line-height: 2;
  margin: -10px !important;
  width: auto !important;
}
.product-det-page .product-det-2 .right .prodet-content table em {
  font-weight: 400;
}
.product-det-page .product-det-2 .right .prodet-content table strong {
  color: var(--color);
  font-size: 1.2em;
  font-weight: 500;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content table tr {
  background-color: transparent !important;
}
.product-det-page .product-det-2 .right .prodet-content table tr td {
  border: none !important;
  padding: 10px !important;
  vertical-align: top;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 {
  padding: 100px 0 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .logo {
  float: none;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
  font-size: 47px;
  margin-top: 1.5em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3:before {
  display: none;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 {
  padding-bottom: 25%;
  width: 100%;
  padding-right: 50%;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  margin-top: 30px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title {
  font-size: 36px;
  font-weight: 900;
  display: block;
  color: var(--color);
  text-transform: uppercase;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title:before {
  content: '';
  width: 3em;
  height: 2px;
  background-color: var(--color);
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text {
  font-size: 20px;
  margin: 2em 0 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul {
  margin: -30px -20px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li {
  padding: 30px 20px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 50px;
  text-align: center;
  margin-right: 0.5em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i:before {
  content: '';
  width: 3.18181818em;
  height: 3.54545455em;
  background: url("../images/icon-5-bg.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translate(-20%, -50%);
  -moz-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
  z-index: -1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text {
  margin-top: 2em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text p {
  margin-bottom: 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text img {
  display: block;
  margin: 0 auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 {
  padding-top: 90px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table {
  margin-top: 6em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table {
  margin-top: 1.5em !important;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table td[colspan="6"] {
  padding-bottom: 0 !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table td[colspan="6"] strong {
  line-height: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 {
  padding-top: 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table {
  margin-top: 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table table {
  margin: -5px !important;
  margin-bottom: 2.5em !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table table td {
  padding: 5px !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table img {
  display: block;
  margin-left: auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-5 {
  padding-top: 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text {
  margin-top: 1.5em;
  font-size: 22px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 {
  padding: 90px 0 150px;
  background-color: #f3f3f3;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text {
  font-weight: 400;
  font-size: 22px;
  margin-top: 5em;
  background-image: url("../images/prodet-content-6-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  color: #fff;
  line-height: 1.2;
  padding: 1em 0;
  position: relative;
  z-index: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text:after {
  content: '';
  width: 42%;
  left: 27%;
  top: -5%;
  border-radius: inherit;
  background-color: var(--color);
  z-index: -1;
  position: absolute;
  height: 110%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text hr {
  border: none;
  border-top: 1px solid #080808;
  border-bottom: 2px solid #323134;
  display: block;
  margin: 1em 0;
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img {
  height: 165px;
  margin-bottom: 1.5em;
  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;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table {
  text-align: center;
  margin: 0 !important;
  line-height: inherit;
  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;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table p {
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table tr {
  width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td {
  vertical-align: bottom;
  padding: 0 2% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(1) {
  width: 27% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(2) {
  width: 42% !important;
  padding: 0 3% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(2) hr {
  border-top-color: var(--color);
  border-bottom-color: var(--color);
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(3) {
  width: 31% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(3) .img img {
  max-height: 85%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-7 {
  padding-top: 90px;
  text-align: center;
  background: #e9e9e9;
  background: -webkit-linear-gradient(340deg, #e9e9e9, #e1e1e1);
  background: -moz-linear-gradient(340deg, #e9e9e9, #e1e1e1);
  background: linear-gradient(110deg, #e9e9e9, #e1e1e1);
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-7 span.h3 {
  margin-bottom: 2em;
  display: inline-block;
  z-index: 1;
  line-height: 1.4;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 {
  text-align: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8.txt-center {
  text-align: center !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 span.h3 {
margin-bottom: 2em;
    display: inline-block;
    z-index: 1;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 700;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList {
  overflow: hidden;
  text-align: left;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul {
  margin: 0 -15px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul li {
  padding: 0 15px;
}
.inner-page.product-det-page span.h2 em {
  color: var(--color);
}
.inner-page.product-det-page .i-application {
  text-align: center;
}
.inner-page.product-det-page .i-application ul {
  margin: 0 -15px;
}
.inner-page.product-det-page .i-application li {
  padding: 15px;
}
.inner-page.product-det-page .i-application li p {
  font-size: 18px;
  padding: 20px 0;
}
.inner-page.product-det-page .i-application .txt {
  line-height: 2;
  margin: 0 auto;
  font-size: 15px;
  width: 65%;
}
.miaoshu-det .top {
  margin-bottom: 30px;
}
.miaoshu-det .top h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.miaoshu-det .top p {
  font-size: 17px;
  line-height: 2;
  padding: 5px 0;
}
.miaoshu-det .top h2:before {
  content: "";
  width: .8em;
  height: .8em;
  background: var(--color);
  margin-right: .5em;
}
.miaoshu-det .bottom table {
  font-size: 16px;
  border: 0;
  margin-bottom: 0;
}
.miaoshu-det .bottom table td p {
  line-height: 1.8;
  padding: 5px;
}
.inner-page .prodet-product-link .dotsBox {
  margin-top: 50px;
  text-align: center;
}
.inner-page .prodet-product-link .dotsBox .prev,
.inner-page .prodet-product-link .dotsBox .next,
.inner-page .prodet-product-link .dotsBox .dots,
.inner-page .prodet-product-link .dotsBox li {
  display: inline-block;
  vertical-align: middle;
}
.inner-page .prodet-product-link .dotsBox .prev,
.inner-page .prodet-product-link .dotsBox .next,
.inner-page .prodet-product-link .dotsBox button {
     margin: 0 13px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    font-size: 18px;
    color: #301500;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #e7e7e7;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-weight: 400;
    border: none;
    cursor: pointer;
}
.inner-page .prodet-product-link .dotsBox .prev:after,
.inner-page .prodet-product-link .dotsBox .next:after,
.inner-page .prodet-product-link .dotsBox button:after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .prodet-product-link .dotsBox .prev:hover,
.inner-page .prodet-product-link .dotsBox .next:hover,
.inner-page .prodet-product-link .dotsBox button:hover,
.inner-page .prodet-product-link .dotsBox .slick-active button {
  background: var(--color);
  color: #fff;
}
.inner-page .text{
  font-size: 18px;
    color: #222;
    line-height: 1.7;
}
@media screen and (max-width: 1700px) {
  .inner-banner span.h2,
  .inner-page span.h2,
  .product-det-page .product-det-2 .right .prodet-content span.h3,
  .service-page .service-2 .list ul li .box span.h2 {
    font-size: 28px;
  }
  .inner-banner .mbx,
  .about-page .about-1 .list ul li p,
  .about-page .about-2 .right .info,
  .about-page .about-3 .list ul li span,
  .contact-page .contact-1 .box .left .share,
  .inner-page .sideBarBox .sideBarLeft .box .nav,
  .inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content span.h6,
  .inner-page.product-det-page .i-application li p,
  .service-page .service-1 .box .left .list {
    font-size: 16px;
  }
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .about-page .about-4,
  .about-page .about-5 .box,
  .contact-page .contact-2,
  .type-page,
  .honor-page,
  .newdet-page,
  .news-page,
  .product-det-page .product-det-1,
  .product-page,
  .solutions-page .solutions-1,
  .solutions-page .solutions-2 {
    padding: 80px 0;
  }
  .contact-page .contact-1,
  .service-page .service-2 {
    padding-top: 80px;
  }
  .about-page .about-1 .list ul li span,
  .service-page span.h2 {
    font-size: 32px;
  }
  .about-page .about-5 .list li a {
    height: 160px;
  }
  .about-page .about-5 .list .slick-current li a,
  .about-page .about-5 .list .slick-current + div + div li a,
  .about-page .about-5 .list .slick-current + div + div + div + div li a {
    top: -80px;
  }
  .about-page .about-5 .list {
    padding-top: 80px;
  }
  .contact-page .contact-1 .box .right .form ul li {
    font-size: 14px;
  }
  .contact-page .contact-1 .box .right .form {
    padding: 30px 5%;
  }
  .contact-page .contact-2 iframe {
    height: 400px;
  }
  .inner-page .sideBarBox .sideBarLeft form {
    font-size: 14px;
    height: 4em;
  }
  .inner-page .sideBarBox .sideBarLeft .box span.h2,
  .newdet-page .sideBarBox .sideBarRight h1,
  .product-det-page .product-det-1 .right h1,
  .miaoshu-det .top h2,
  .inner-page .productList ul li .content span.h6,
  .product-page h1,
  .service-page .service-1 .box .left .box2 span.h6,
  .service-page .service-3 .box .right .info .slide .content span.h6,
  .type-page .typeList ul li .content span.h6 {
    font-size: 20px;
  }
  .type-page .typePictureList ul li span,
  .news-page .list ul li .content span.h6,
  .solutions-page .solutions-2 .list li .content span.h6 {
    font-size: 18px;
  }
  .faq-page {
    padding: 180px 0 50px;
  }
  .faq-page .list ul li {
    font-size: 8px;
  }
  .inner-page .m-page,
  .service-page .service-3 .box .right .info .slide .content p,
  .solutions-page .solutions-2 .list li .text,
  .type-page .typeList ul li .content .text,
  .about-page .about-4 .left .text {
    font-size: 15px;
  }
  .newdet-page .sideBarBox .sideBarRight .m-link,
  .inner-page .productList ul li .content .text,
  .service-page .service-3 .box .left .form .text {
    font-size: 14px;
  }
  .inner-page .prodet-product-link .dotsBox {
    zoom: .8;
  }
  .service-page .service-1 {
    padding: 100px 0 160px;
  }
  .service-page .service-2 .list ul li .box {
    height: 500px;
  }
  .service-page .service-3 {
    padding: 100px 0;
  }
  .service-page .service-3 .box .left .form span.h3 {
    font-size: 24px;
  }
  .solutions-page .solutions-1 .list {
    font-size: 8px;
  }
  .solutions-page .solutions-1 .list ul li i img {
    max-height: 45px;
  }
  .why-page .slide .img {
    min-height: 600px;
  }
    span.h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1450px) {
  .inner-page .productList ul li:hover .content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .inner-page .productList ul li:hover a.img-box img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .inner-page .productList ul li:hover .content span.h6 {
    color: #120c0b;
    border-bottom-color: #ececec;
  }
  .inner-page .productList ul li:hover .content .text {
    color: #222;
  }
  .flexBottom {
    margin-top: 10px;
  }
  .honor-page .slide .list ul li {
    padding: 30px;
  }
  .honor-page .slide .list ul {
    margin: -30px;
  }
  .faq-page {
    background-size: 30% auto;
  }
  .about-page .about-1 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-page .flex .text {
    max-width: none;
    margin-top: 1em;
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1 .box {
    height: 400px;
  }
   span.h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner span.h2,
  .inner-page span.h2,
  .product-det-page .product-det-2 .right .prodet-content span.h3,
  .service-page .service-2 .list ul li .box span.h2 {
    font-size: 24px;
  }
  .inner-banner .mbx,
  .about-page .about-1 .list ul li p,
  .about-page .about-2 .right .info,
  .about-page .about-3 .list ul li span,
  .contact-page .contact-1 .box .left .share,
  .inner-page .sideBarBox .sideBarLeft .box .nav,
  .inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content span.h6,
  .inner-page.product-det-page .i-application li p,
  .service-page .service-1 .box .left .list {
    font-size: 14px;
      line-height: 28px;
  }
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .about-page .about-4,
  .about-page .about-5 .box,
  .contact-page .contact-2,
  .type-page,
  .honor-page,
  .newdet-page,
  .news-page,
  .product-det-page .product-det-1,
  .product-page,
  .solutions-page .solutions-1,
  .solutions-page .solutions-2 {
    padding: 60px 0;
  }
  .about-page .about-1 .list {
    margin: 40px 0;
  }
  .about-page .about-1 .box {
    height: 320px;
  }
  .about-page .about-3 .list ul li {
    padding: 0 20px;
  }
  .about-page .about-3 .list ul {
    margin: 0 -20px;
  }
  .about-page .about-4 .left a.more {
    margin-top: 2em;
  }
  .about-page .about-5 .list .slick-current li a,
  .about-page .about-5 .list .slick-current + div + div li a,
  .about-page .about-5 .list .slick-current + div + div + div + div li a {
    top: 0;
  }
  .about-page .about-5 .list {
    padding-top: 0;
  }
  .about-page .about-5 .list li a {
    height: auto;
    padding: 5%;
  }
  .contact-page .contact-1,
  .service-page .service-2 {
    padding-top: 60px;
  }
  .type-page .typePictureList ul li span,
  .news-page .list ul li .content span.h6,
  .solutions-page .solutions-2 .list li .content span.h6 {
    font-size: 16px;
  }
  .type-page .typePictureList ul li {
    padding: 10px;
  }
  .type-page .typePictureList ul {
    margin: -10px;
  }
  .faq-page {
    padding: 100px 0 50px;
  }
  .faq-page .list ul li {
    font-size: 7px;
  }
  .faq-page .list ul li .text {
    font-size: 14px;
  }
  .inner-page .m-page,
  .service-page .service-3 .box .right .info .slide .content p,
  .solutions-page .solutions-2 .list li .text,
  .type-page .typeList ul li .content .text,
  .about-page .about-4 .left .text {
    font-size: 14px;
    line-height: 30px;
  }
  .news-page .list ul li {
    padding: 15px;
  }
  .news-page .list ul {
    margin: -15px;
  }
  .product-det-page .product-det-1 .left .bigImg a:before {
    zoom: .7;
  }
  .product-det-page .product-det-1 .right .text {
    font-size: 14px;
  }
  .product-det-page .product-det-1 .right .more {
    font-size: 13px;
  }
  .more {
    padding: 3px 1em;
  }
  .inner-page .productList ul li .content {
    padding: 0;
  }
  .inner-page .sideBarBox .sideBarLeft .box span.h2,
  .newdet-page .sideBarBox .sideBarRight h1,
  .product-det-page .product-det-1 .right h1,
  .miaoshu-det .top h2,
  .inner-page .productList ul li .content span.h6,
  .product-page h1,
  .service-page .service-1 .box .left .box2 span.h6,
  .service-page .service-3 .box .right .info .slide .content span.h6,
  .type-page .typeList ul li .content span.h6 {
    font-size: 18px;
  }
  .service-page .service-1 {
    padding: 70px 0 120px;
  }
  .service-page .service-1 .box .left .box2 {
    margin-top: 30px;
    padding: 0;
  }
  .about-page .about-1 .list ul li span,
  .service-page span.h2 {
    font-size: 28px;
  }
  .service-page .service-2 .list ul li .box {
    height: 360px;
  }
  .service-page .service-2 {
    background-size: 100% auto;
  }
  .solutions-page .solutions-2 .list li .disc {
    padding-right: 2%;
  }
   span.h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner{
    background-attachment: initial;
    background-size: 100% 100%;
    height: 300px;
  }
  .why-page .slide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .why-page .slide .left {
    width: 100%;
    padding: 30px 0 !important;
  }
  .why-page .slide .right {
    width: 100%;
  }
  .why-page .slide .right .img {
    min-height: auto;
    height: 200px;
    width: 100%;
  }
  .why-page {
    padding: 50px 0;
  }
  .inner-page .sideBarBox .sideBarLeft {
    display: none;
  }
  .inner-page .sideBarBox .sideBarRight {
    width: 100%;
  }
  .type-page .typeList ul li .content {
    width: 100%;
  }
  .type-page .typeList ul li .img {
    width: 100%;
    height: 200px;
    background-position: center;
  }
  .type-page .typeList ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .solutions-page .solutions-1 .list ul li {
    width: 49%;
  }
  .solutions-page .solutions-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%;
  }
  .solutions-page .solutions-2 .list li .img {
    width: 100%;
  }
  .solutions-page .solutions-2 .list li .content {
    width: 100%;
    padding: 2%;
  }
  .solutions-page .solutions-2 .list li .disc {
    width: 100%;
    padding: 0 2%;
  }
  .solutions-page .solutions-2 .list li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .solutions-page .solutions-2 a.down {
    font-size: 15px;
  }
  .service-page .service-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-1 .box .right {
    width: 100%;
    margin-top: 30px;
  }
  .service-page .service-1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-1 {
    background-image: unset;
  }
  .service-page .service-2 .list ul li {
    width: 50%;
  }
  .service-page .service-3 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-3 .box .right {
    width: 100%;
    margin-top: 30px;
  }
  .service-page .service-3 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-3 .box .right form {
    margin-top: 2em;
  }
  .service-page .service-3 .box .right span.h2 {
    margin-bottom: 1.5em;
  }
  .service-page .service-3 {
    padding: 70px 0;
  }
  .inner-page .sideBarBox .sideBarLeft .box span.h2,
  .newdet-page .sideBarBox .sideBarRight h1,
  .product-det-page .product-det-1 .right h1,
  .miaoshu-det .top h2,
  .inner-page .productList ul li .content span.h6,
  .product-page h1,
  .service-page .service-1 .box .left .box2 span.h6,
  .service-page .service-3 .box .right .info .slide .content span.h6,
  .type-page .typeList ul li .content span.h6 {
    font-size: 16px;
  }
  .product-det-page .product-det-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .product-det-page .product-det-1 .left {
    padding-right: 0;
    width: 100%;
  }
  .news-page .list ul li {
    width: 50% !important;
  }
  .honor-page .slide .list ul li {
    padding: 10px;
  }
  .honor-page .slide .list ul {
    margin: -10px;
  }
  .contact-page .contact-1 .box .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .contact-page .contact-1 .box .left {
    width: 100%;
  }
  .contact-page .contact-2 iframe {
    height: 300px;
  }
  .about-page .about-4 .left {
    padding-right: 0;
    width: 100%;
  }
  .about-page .about-4 .right {
    width: 100%;
    margin-top: 30px;
  }
   span.h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 200px;
  }
  .inner-banner .h2{
    display: none;
  }
  .inner-banner .mbx{
    margin-top: 0;
  }
  .inner-banner span.h2,
  .inner-page span.h2,
  .product-det-page .product-det-2 .right .prodet-content span.h3,
  .service-page .service-2 .list ul li .box span.h2 {
    font-size: 20px;
  }
  .about-page .about-1 .box {
    height: 240px;
  }
  .about-page .about-1 .box .play {
    max-width: 60px;
  }
  .about-page .about-4 .right ul .slick-current li img {
    top: 0;
  }
  .about-page .about-4 .right .list {
    padding-top: 0;
  }
  .about-page .about-1 .list ul {
    gap: 10px;
  }
  .about-page .about-1 .list ul li span,
  .service-page span.h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    height: auto;
    padding: 6% 0;
  }
  .about-page .about-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .list ul li span {
    margin-bottom: .2em;
  }
  .about-page .about-1 .box {
    height: 200px;
  }
  .type-page .typePictureList ul li {
    width: 50% !important;
  }
  .type-page .typePictureList ul li span,
  .news-page .list ul li .content span.h6,
  .solutions-page .solutions-2 .list li .content span.h6 {
    font-size: 14px;
  }
  .faq-page .list ul li {
    padding: 1.5em;
    font-size: 6px;
  }
  .faq-page {
    padding: 60px 0;
  }
  .inner-page .m-page {
    margin-top: 1.5em;
  }
  .news-page .list ul li {
    width: 100% !important;
  }
  .product-det-page .product-det-1 .right .flexBottom a.more {
    padding: 0 1em;
    height: 2.4em;
  }
  .product-det-page .product-det-1 .right .flexBottom a.more.ml-15 {
    margin-left: 5px;
  }
  .service-page .service-2 .list ul li .box {
    height: 280px;
  }
  .service-page .service-2 .list ul li {
    width: 100%;
  }
  .service-page .service-2 {
    background-size: auto 20%;
  }
  .service-page .service-1 {
    padding: 50px 0;
  }
  .service-page .service-3 .box .left .form span.h3 {
    font-size: 20px;
  }
  .service-page .service-3 .box .right form button {
    width: 5em;
  }
  .service-page .service-3 .box .right form {
    font-size: 12px;
  }
  .solutions-page .solutions-1 .list {
    margin-top: 5em;
    font-size: 7px;
    padding: 0;
  }
  .solutions-page .solutions-1 .list ul li {
    width: 100%;
  }
    span.h2 {
    font-size: 22px;
  }
}
 @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
.news-page .list ul li .img-box img {
    width: 100%;
    object-fit: cover;
    height: 310px;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li img {
    width: 100%;
    object-fit: cover;
    height: 90px;
}
.newdet-page .sideBarBox .sideBarRight .text p img.wscnph {
    width: 49%;
    padding: 15px;
    border-radius: 20px;
}
.faq-page .list ul li.active i {
    background-color: var(--color) !important;
       transition: all .5s ease;
}
.faq-page .list ul li i {
       transition: all .5s ease;
}
.type-page .typePictureList ul li a.img img {
    width: 100%;
}
.why-page .slide:nth-child(even) .right .img {
    background-position: center left;
}
.about-page .about-4 .right ul li .img-box:hover img {
    transform: scale(1,1);
}
.solutions-page .solutions-1 .list ul li:hover img {
    transform: rotateY(360deg);
      transition: 1s 0s;
}
.solutions-page .solutions-1 .list ul li img{
   transition: 1s 0s;
}
.solutions-page .solutions-1 .img img {
    width: 100%;
    object-fit: cover;
    height: 500px;
}
.application-page span.h2 {
  font-size: 36px;
  color: #363636;
  font-weight: bold;
  line-height: 1.2;
}
.application-page span.h2:after {
  content: '';
  width: 1em;
  height: 0.11111111em;
  display: block;
  background-color: var(--color);
  margin-top: .2em;
}
.application-page .application-1 {
  padding-top: 110px;
}
.application-page .application-1 .box .slide {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: hidden;
  align-items: center;
}
.application-page .application-1 .box .right {
    width: 55%;
}
.application-page .application-1 .box .left {
      padding-right: 50px;
    width: 45%;
}
.application-page .application-1 .box .left .info {
  margin: 10px 0;
}
.application-page .application-1 .box .left span.h6 {
  font-size: 26px;
  line-height: 1.4;
}
.application-page .application-1 .box .left .text {
  font-size: 16px;
  color: #7e7f81;
      margin: 35px 0 0;
}
.application-page .application-1 .box .left .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.application-page .application-1 .box .left .btn div {
  height: 50px;
  width: 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;
  background-color: #7f7f7f;
  color: white;
  font-size: 20px;
  margin-right: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.application-page .application-1 .box .left .btn div:hover {
  background-color: var(--color);
}
.application-page .application-1 .box .right .img {
  overflow: hidden;
}
.application-page .application-1 .list {
  margin-top: 70px;
  overflow: hidden;
}
.application-page .application-1 .list ul {
  margin: -26px;
}
.application-page .application-1 .list ul .slick-list {
  overflow: unset;
}
.application-page .application-1 .list ul .slick-slide {
  opacity: 0;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.application-page .application-1 .list ul .slick-slide.slick-active {
  opacity: 1;
}
.application-page .application-1 .list ul li {
  padding: 26px;
}
.application-page .application-1 .list ul li a.img {
  display: block;
  overflow: hidden;
}
.application-page .application-1 .list ul li span.h6 {
  font-size: 18px;
  color: #363636;
  margin-top: 1.5em;
  display: block;
  text-align: center;
}
.application-page .application-2 {
  padding: 80px 0 110px;
  text-align: center;
}
.application-page .application-2 span.h2:after {
  margin-left: auto;
  margin-right: auto;
}
.application-page .application-2 .list {
  margin-top: 50px;
}
.application-page .application-2 .list ul {
  margin: -25px;
  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;
}
.application-page .application-2 .list ul li {
  padding: 25px;
}
.application-page .application-2 .list ul li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.application-page .application-2 .list ul li .flex .img {
background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30%;
    z-index: 2;
}
.application-page .application-2 .list ul li .flex .content {
    position: relative;
    width: 70%;
    z-index: 1;
    color: #fff;
    padding: 3% 50px;
    text-align: left;
}
.application-page .application-2 .list ul li .flex .content:before {
  content: '';
  width: 125%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #083b92;
  z-index: -1;
  background-size: 100% 100%;
}
.application-page .application-2 .list ul li .flex .content span.h6 {
    font-size: 26px;
    font-weight: 600;
    display: block;
    margin-bottom: 0.5em;
        text-transform: capitalize;
}
.application-page .application-2 .list ul li .flex .content .text {
  font-size: 17px;
  line-height: 1.6;
}
.application-page .application-2 .list ul li .flex .content .text p {
    padding: 3px 0;
}
.application-page .application-2 .list ul li .flex .img ul {
  margin: 0;
}
.application-page .application-2 .list ul li .flex .img ul li{
  padding: 0;
}
.application-page .application-2 .list ul li .flex .img ul .slick-slide > div,
.application-page .application-2 .list ul li .flex .img ul .slick-slide,
.application-page .application-2 .list ul li .flex .img ul .slick-track,
.application-page .application-2 .list ul li .flex .img ul li,
.application-page .application-2 .list ul li .flex .img ul,
.application-page .application-2 .list ul li .flex .img {
  height: 100%;
}
.application-page .application-2 .list ul li .flex .img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.solution-yd-page .application-2 .list ul{
  margin: -10px; 
}
.solution-yd-page .application-2 .list ul li{
  padding: 10px;
}
.application-page .application-2 .list ul li .flex .content .gallery ul{
  display: block;
}
.application-page .application-3 {
  padding-bottom: 110px;
  text-align: center;
}
.application-page .application-3 span.h2:after {
  margin-left: auto;
  margin-right: auto;
}
.application-page .application-3 .list {
  margin-top: 40px;
}
.application-page .application-3 .list ul {
  border: 1px solid #e7e7e7;
}
.application-page .application-3 .list ul li {
  padding: 20px;
  border-right: 1px solid #e7e7e7;
  text-align: center;
}
.application-page .application-3 .list ul li a.img {
  display: block;
  margin: 70px 0;
  padding: 0 5%;
}
.application-page .application-3 .list ul li .btn {
  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;
}
.application-page .application-3 .list ul li .btn a {
  height: 40px;
  width: 40px;
  border: 1px solid #e7e7e7;
  margin: 0 2px;
  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: #aaa;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.application-page .application-3 .list ul li .btn a:hover {
  color: white;
  border-color: var(--color);
  background-color: var(--color);
}
.application-page .application-3 .list ul li span.h6 {
  font-size: 19px;
  line-height: 1.2;
  margin: 1em 0 .5em;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.application-page .application-3 .list ul li span.h6:hover {
  color: var(--color);
}
.application-page .application-3 .list ul li .text {
  font-size: 16px;
  color: #919191;
  line-height: 1.4;
  -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.element .text span.meta {
    font-size: 14px
}
.element .text h2 {
    font-size: 56px;
    font-weight: 700
}
.element .text .right {
    font-size: 17px
}
.element .text {
    position: relative;
    z-index: 9;
    text-align: center;
    padding: 120px 0;
    border-bottom: 1px solid #000
}
.element {
    width: 100%;
    position: relative;
    overflow: hidden
}
.element:after {
    content: '';
    background: #e8e8e8;
    width: 300%;
    height: 300%;
    position: absolute;
    left: -100%;
    top: -100%;
    transform: rotate(-12deg);
    transition: all .5s ease-out
}
.application-4 li.element:hover:after {
    transform: rotate(0deg) translateY(-100%)
}
.application-4 li.element:hover {
    color: #fff
}
.application-4 li.element:hover .text {
  color: inherit;
}
.solutions-page .about-2 .flex .left {
    width: 65%;
    padding-right: 140px;
}
.solutions-page .about-2 .flex .right {
    width: 35%;
}
.solutions-page .about-2 .flex .left span.h2 {
    margin-bottom: 0.5em;
}
.solutions-page .about-2 .flex .right p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
        cursor: pointer;
            padding: 10px;
                line-height: 2;
                max-width: 100%;
}
.about-page .about-2 .options .right .info p.active{
  background: var(--color);
  color: #fff;
}
.type-page .typeList ul li:nth-child(even) {
    flex-direction: row-reverse;
}
.solutions-page .about-2 .left .text {
      min-height: 280px;
}
.inner-page.product-det-page .i-application .text {
    width: 50%;
    font-size: 17px;
    margin: 0 auto;
}
.miaoshu-det .text {
    font-size: 17px;
}
.miaoshu-det .top .cont {
    margin-bottom: 30px;
}
.product-det-page .product-det-1 .right .flexBottom a.more:hover {
    border: 1px solid var(--color);
    color: var(--color);
}
.product-det-page .product-det-1 .right .flexBottom a.more {
    border: 1px solid var(--color);
}
.inner-page.product-det-page .miaoshu-det {
    margin-bottom: 80px;
}
.inner-page .sideBarBox .sideBarRight .productList li {
    padding: 10px 15px;
}
.inner-page .sideBarBox .sideBarRight .productList ul {
    margin: 0 -15px;
}
.inner-page .sideBarBox .sideBarRight .right .text p {
    font-size: 16px;
}
.inner-page .sideBarBox .sideBarRight .right .text .neirong {
    -webkit-line-clamp: 10;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.pro-top .left,
.pro-top .right {
  vertical-align: middle;
}
.pro-top .left img {
    width: 100%;
}
.pro-top ul {
  margin-top: 20px;
}
.pro-top ul li {
  margin-bottom: 1em;
}
.pro-top ul li span i {
  margin-right: .5em;
  flex-shrink: 0;
  transition: .5s;
  cursor: pointer;
  background: var(--color);
  color: var(--color);
}
.pro-top ul li span i.active {
  transform: rotate(180deg);
}
.pro-top ul li dl {
  margin: 1em 0;
  width: 100%;
  overflow: hidden;
      padding-top: 20px;
}
.pro-top ul li dl dd {
  padding: .5em;
      text-align: center;
}
.pro-top ul li .slick-track{
  margin-left: 0;
}
.pro-top ul li dl dd .img {
    border: 1px solid #eee;
}
.product3 {
    padding-top: 100px;
}
.product3 .pro-dt .box {
    display: flex;
    align-items: center;
}
.product3 .pro-dt .right {
    padding-left: 5%;
}
.product3 .pro-dt .right h1 {
    font-size: 32px;
    font-family: 'Montserrat-Regular';
    margin-bottom: 20px;
}
.product3 .pro-dt .right p {
    font-size: 17px;
    padding: 5px 0;
        text-align: justify;
}
.inner-page.product-det-page .i-application li .box img {
    object-fit: cover;
    width: 100%;
    min-height: 260px;
}
.biaoti {
    text-align: center;
        margin-bottom: 40px;
}
.biaoti h2 {
    font-size: 36px;
    line-height: 1.4;
    font-weight: bold;
}
.biaoti p {
    font-size: 17px;
}
.inner-page.contact-page.prot-3 {
    padding-bottom: 100px;
}
.pro-top ul li dl dd .img {
    background: #f3f3f3;
}
.pro-top ul li dl dd:hover .img {
    background-color: var(--color);
}
.pro-top ul li dl dd:hover .img img {
       -webkit-transform: translateY(35%);
    -moz-transform: translateY(35%);
    -ms-transform: translateY(35%);
    transform: translateY(35%);
}
.pro-top ul li dl dd .img img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.pro-top ul li dl dd span {
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-weight: 500;
    font-size: 17px;
    color: #120c0b;
    display: block;
    padding: 1em 0 0.7em;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0.5em;
}
.pro-top ul li dl dd:hover span {
    color: #fff;
-webkit-transform: translateY(-430%);
    -moz-transform: translateY(-430%);
    -ms-transform: translateY(-430%);
    transform: translateY(-430%);
}
@media screen and (max-width: 1450px) {
.pro-top ul li dl dd:hover .img img {
       -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
  .pro-top ul li dl dd:hover span {
    color: #000;
-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}
.case-page .product-det-1 {
    padding: 0px 0 40px;
}
.case-page .product-det-1 .left .bigImg a:before{
  display: none;
}
a.run {
    background: #eee;
    padding: 10px 0;
}
.type-page .typeList ul li .content .text p{
  line-height: 1.5;
  text-align: justify;
}
.ca-ss {
    display: flex;
}
.ca-ss .column {
    width: 50%;
}
.ca-ss span.ca-1 {
     text-align: left !important;
    width: 60%;
    padding: 0.7em 0em 0.7em 0.7em !important;
}
.ca-ss span.ca-2 {
    text-align: right !important;
     width: 40%;
}
.ca-ss span{
  font-size: 17px !important;
}
@media screen and (max-width: 1450px) {
  .ca-ss span{
  font-size: 14px !important;
}
}
.video-list .box video.pv-video {
    width: 100%;
}
.video-list li .box {
    padding: 0 20px;
    margin-bottom: 50px;
    text-align: center;
}
.video-list li .box span {
    font-size: 17px;
    text-transform: capitalize;
}
.inner-page.newdet-page .sideBarRight .category .time span {
    padding-right: 25px;
    color: var(--color);
    font-weight: bold;
}
.inner-page.newdet-page .sideBarRight .category .time {
    font-size: 16px;
}
.newdet-page .sideBarBox .sideBarRight .text p {
    font-size: 17px;
    padding: 5px 0;
}
.inner-banner.solu {
    height: 600px;
}
.solutions-1-img ul li {
    padding: 0 10px;
}
.inner-page.product-page .sideBarBox .sideBarLeft .box .nav ul li:nth-child(2) ul {
    display: none;
}
.pro-top ul li h6 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.pro-top .left {
    margin-bottom: 20px;
}
.pro-top ul li h6:after {
    position: absolute;
    content: "";
    width: 60%;
    height: 2px;
    background: #eee;
    right: 0;
    top: 50%;
}
.pro-top ul li h6 i {
  margin-right: .5em;
  flex-shrink: 0;
  transition: .5s;
  cursor: pointer;
  background: var(--color);
  color: var(--color);
}
.pro-top ul li h6 i.active {
  transform: rotate(180deg);
}
.solutions-page .solutions-1 .text p {
    text-align: justify;
}
.why-page .slide .left .content .text p {
    text-align: justify;
}

.inner-page.about-page .about-1 .flex .text p {
    text-align: justify;
}
@media screen and (max-width: 1450px) {
   .about-page .about-1 .flex .text{
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .product3 .pro-dt .box {
          flex-wrap: wrap;
        }
        .product3 .pro-dt .box .left {
          width: 100%;
        }
        .product3 .pro-dt .box .right {
          width: 100%;
          padding-left: 0;
          margin-top: 30px;
        }
  .about-page .about-2 .flex .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-2 .flex .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .about-page .about-2 .flex {
    flex-wrap: wrap;
  }
  .solutions-page .about-2 .left .text {
    min-height: auto;
  }
  .about-page .about-2 .right .info {
    padding: 5%;
  }
}

/*设计*/
#index-body .i-product ul li .ig .text a.tit {
     -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
 

 .newdet-page .sideBarBox .sideBarRight .text p img.wscnph1 {
    padding: 20px 0;
}
.inner-page .productList ul li:hover a.img-box img {
    transform: translateY(-20px);
}
.product-det-page .product-det-1 .right .text p strong {
    text-transform: capitalize;
}
.about-page .about-4 .right ul li a.img-box {
    overflow: inherit;
}

.inner-page.honor-page .box .left {
    width: 35%;
    position: sticky;
    top: 150px;
}
.inner-page.honor-page .box .right {
    width: 65%;
}
.inner-page.honor-page .box .right ul li {
    overflow: hidden;
    padding: 15px;
}
.inner-page.honor-page .box .right ul li .img-box:hover img {
    webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
        transform: translateY(-10px);
}
.inner-page.honor-page .box .left span.h2 {
    margin-bottom: 30px;
}
.inner-page.honor-page .box .left .text {
    line-height: 2.5;
}


.inner-page.honor-page{
 background: url(../images/honor-bg.jpg) no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.inner-page.factory .box .left .text {
    line-height: 1.5;
    font-size: 16px;
    padding-right: 30px;
}
.inner-page.factory .box .right {
    width: 65%;
    padding-left: 30px;
}
.inner-page.factory{
 background: url(../images/fa-tu.jpg) no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.inner-page.factory .box .left ul li h5 {
    color: var(--color);
    font-size: 22px;
    font-weight: bold;
}

.inner-page.factory .box .left ul li p.ct-01 {
    font-size: 17px;
}
.inner-page.factory .box .left ul li p.ct-02 {
    font-size: 15px;
}

/*.history .content {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}*/

.history .content .historyBox ul li {
  height: 150px;
  margin-bottom: 15px;
  padding-right: 4px;
  overflow-y: auto;
}

.history .content .historyBox {
  max-width: 450px
}

.history .content .historyBox h4 {
    font-size: 30px;
    color: #000;
    font-weight: 500;
}

.history .content .historyBox p {
  font-size: 16px
}

.history .content .historyBox .arrow-l,
.history .content .historyBox .arrow-r {
  width: 30px;
  height: 30px;
  position: relative;
  margin-top: 0;
  background: 0 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 3rem;
  line-height: 30px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin-top: 1.5rem
}

.history .content .historyBox .arrow-l:hover,
.history .content .historyBox .arrow-r:hover {
  color: #d9b765
}

.history .content .historyBox .arrow-l {
  left: 0
}

.history .content .historyBox .arrow-r {
  right: 0
}

.history .content .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
      width: 40%;
}

.history .content .right .text {
  /*margin-left: 10%;*/
  position: absolute;
  color: #000;
  display: flex;
  align-items: center
}

.history .content .right .text h3 {
  font-size: 100px;
  color: #fed61e;
  margin-right: 10px
}

.history .content .right .text h5 {
  font-size: 4rem;
  line-height: 1;
  color: #000;
  font-weight: 700
}

.history .content .right .text h5 span {
  display: block;
  font-weight: 700
}


.historySideBar .historySideRight .list {
  position: relative;
}
.historySideBar .historySideRight .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.historySideBar .historySideRight .list ul li time {
font-size: 24px;
    color: var(--color);
    font-weight: bold;
    line-height: 1.2;
    width: 8%;
}
.historySideBar .historySideRight .list ul li .slide {
  padding-left: 30px;
  margin-left: 30px;
  padding-bottom: 30px;
  position: relative;
      width: 92%;
      align-items: flex-start;
}
.history .left p {
    line-height: 1.8;
        color: #7e7f81;
}
.historySideBar .historySideRight .list ul li .slide:before {
  content: '';
  width: 1px;
  height: 140%;
  position: absolute;
  left: 0;
  top: -20%;
  background: #e5e5e5;
}
.historySideBar .historySideRight .list ul li .slide:after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 3px solid #e5e5e5;
  display: block;
  position: absolute;
  left: -7px;
  top: 5px;
  background: white;
  z-index: 1;
}
.historySideBar .historySideRight .list ul li .slide .text {
    font-size: 16px;
    color: #7e7f81;
    padding-left: 2em;
    padding-bottom: 20px;
    position: relative;
}
.historySideRight.column .text {
    width: 100%;
}
.historySideBar .historySideRight .list ul li .slide .text i.fa {
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--color);
  font-size: 120%;
}

.history {
    background-color: #f8f7f7;
    padding: 115px 0;
}
.history .left {
    width: 30% !important;
        position: sticky;
    top: 200px;
}
.history .historySideBar {
    width: 70% !important;
}


.history{
 background: url(../images/his-tu02.jpg) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/*设计-end*/

.distortion-hover {
  position: relative;
}
.distortion-hover canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1450px) {
  .inner-page .sideBarBox .sideBarLeft .box .newsList ul li img{
    height: 70px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page .sideBarBox .sideBarLeft .box .newsList ul li img{
    height: 63px;
  }
  .inner-banner span.h2, .inner-page span.h2, .product-det-page .product-det-2 .right .prodet-content span.h3, .service-page .service-2 .list ul li .box span.h2,
  .product-page h1,
  .newdet-page .sideBarBox .sideBarRight h1{
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .product-det-page .product-det-1 .left{
    position: initial;
  }
  .inner-page .flex .text{
    width: 100%;
    padding: 20px 0 0 0;
  }
  .history{
    padding: 60px 0;
  }
  .history .left{
    width: 100% !important;
    padding: 0;
    position: initial;
  }
  .history .historySideBar{
    width: 100% !important;
    margin-top: 30px;
  }
  .inner-page.honor-page .box .left{
    width: 100%;
    position: initial;
  }
  .inner-page.honor-page .box .right{
    padding-left: 0;
    margin-top: 30px;
    width: 100%;
  }
  .inner-page.honor-page .box .right ul{
    margin: -15px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1, .about-page .about-2, .about-page .about-3, .about-page .about-4, .about-page .about-5 .box, .contact-page .contact-2, .type-page, .honor-page, .newdet-page, .news-page, .product-det-page .product-det-1, .product-page, .solutions-page .solutions-1, .solutions-page .solutions-2{
    padding: 30px 0;
  }
  .inner-page .m-page a, .inner-page .m-page span {
    margin: 0 .2em;
    width: 2.25em;
    height: 2.25em;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-8 span.h3{
    margin-bottom: 1em;
  }
  .product-det-page .product-det-2{
    padding: 30px 0;
  }
  .about-page .about-1 .list ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .history{
    padding: 30px 0;
  }
  .inner-page.factory .box .left .text{
    padding-right: 0;
    line-height: 1.8;
  }
}
@media screen and (max-width: 500px) {
  .historySideBar .historySideRight .list ul li .slide .text{
    padding-left: 1em;
  }
  .historySideBar .historySideRight .list ul li .slide .text{
    font-size: 14px;
    line-height: 2;
    padding-bottom: 0;
  }
}


/*cap-2*/

.capacity-2 {
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
        padding: 80px 0;
  }
  .capacity-2 .container .title_c {
    position: relative;
    z-index: 2;
        color: #000;
  }
  .capacity-2 .container .title_c .left .tips {
    position: relative;
    padding-left: 28px;
    color: #000;
    font-weight: bold;
  }
  .capacity-2 .container .title_c .left .tips .sub1 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
     background-color: #000;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .capacity-2 .container .title_c .left .tips_title {
    margin-top: 10px;
        font-weight: bold;
  }
  .capacity-2 .container .title_c .btnC{
    margin: 10px 0 0 auto;
  }
  .capacity-2 .container .title_c .btnC .btn {
    color: #fff;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 40px;
  }
  .capacity-2 .container .title_c .btnC .btn:hover{
    background: #8e211c;
    color: #fff;
  }
  .capacity-2 .container .title_c .btnC .next{
    margin-left: 10px;
  }
  .capacity-2 .container .title_c .more {
    margin: 10px 0 0 auto;
    color: #8e211c;
  }
  .capacity-2 .container .title_c .more .more_sub {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #8e211c;
    font-size: 20px;
    margin-right: 18px;
    color: #fff;
  }
  .capacity-2 .container .title_c .more:hover {
    color: #fff;
  }
  .capacity-2 .container .title_c .more:hover .more_sub {
    background-color: #fff;
    color: #8e211c;
  }
  .capacity-2 .container .title_c .sub_2 {
    position: absolute;
    width: 6px;
    height: 6px;
    top: 90px;
    left: 50%;
    background-color: #fff;
    border-radius: 50%;
  }
  .capacity-2 .container .title_c .sub_3 {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    top: 80px;
    left: 60%;
  }
  .capacity-2 .container .content {
    margin-top: 30px;
        color: #000;
  }
  .capacity-2 .container .content ul {
    margin: 0 -13px;
  }
  .capacity-2 .container .content ul li {
    width: 25%;
    padding: 0 13px;
  }
  .capacity-2 .container .content ul li .box {
    position: relative;
    z-index: 2;
    padding: 40px 20px;
    background: rgba(246, 246, 246, 0.8);
  }
  .capacity-2 .container .content ul li .box .img {

  }
  .capacity-2 .container .content ul li .box .title {
  margin-top: 20px;
    text-transform: capitalize;
   

  }
  .capacity-2 .container .content ul li .box .line {
    height: 1px;
    background-color: #5a5a5a;
    margin: 16px 0;
  }
  .capacity-2 .container .content ul li .box .des {
    color: #888;
 
  }
  .capacity-2 .container .content ul li .box .more {
    margin-top: 14px;
    color: #d1d1d1;
    line-height: 1;
  }
  .capacity-2 .container .content ul li .box .more .text {
    border-bottom: 1px solid #d1d1d1;
  }
  .capacity-2 .container .content ul li .box .more .sub {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 10px;
    border: 1px solid #fff;
  }
  .capacity-2 .container .content ul li .box .more:hover .text {
    color: #8e211c;
    border-bottom: 1px solid #8e211c;
  }
  .capacity-2 .container .content ul li .box .more:hover .sub {
    border: 1px solid #8e211c;
  }
  .capacity-2 .container .content ul .li2 {
    margin-top: 40px;
  }
  .capacity-2 .container .content ul .li3 {
    margin-top: 80px;
  }
  .capacity-2 .container .content ul .li4 {
    margin-top: 120px;
  }


  .capacity-2 .container .title_c .more {
    margin-left: 0;
  }
  .capacity-2 .container .content ul .li4,
  .capacity-2 .container .content ul .li3,
  .capacity-2 .container .content ul .li2 {
    margin-top: 20px;
  }

  .capacity-2 .container .content ul li:hover .box{
     background: #000;
    transition: all .5s ease;
    color: #fff;
}
.capacity-2 .container .content ul li .box{
        transition: all .5s ease;
}
.capacity-2 .container .content ul li:hover .box .des {
    color: #fff;
}
.capacity-2 .container .content ul li .box .shuzi {
    position: absolute;
    top: 0;
    right: 15px;
}

.capacity-2 .container .content ul li .box .shuzi span {
    font-size: 120px;
    font-weight: bold;
    line-height: 1;
    opacity: .1;
}
.capacity-2 .container .content ul li:hover .box {
      background: var(--color);
}
.capacity-2 .container .content ul li:hover .box {
    color: #fff;
}
.capacity-2 .container .content ul li:hover .box .line {
    background-color: #fff;
}
.capacity-2 .container .content ul li:hover .box .des {
    color: #fff;
}

.miaoshu ul li {
    text-align: center;
    padding: 10px;
    position: relative;
}
.miaoshu ul li::after{
  content: "\e76f";
  font-family: "iconfont" !important;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}
.miaoshu ul li:last-child::after{
  display: none;
}
.miaoshu ul li .box {
    background: #f0f0f0;
    padding: 25px 25px;
        border-radius: 10px;
}
.miaoshu ul li img {
    height: 70px;
}

.miaoshu ul li p {
    font-size: 15px;
    font-weight: bold;
        margin-top: 20px;
}

.Solution-5 {
    background: url(/newsources/2025/07/21/banner.jpg);
        background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
        padding: 70px 0;
}
.Solution-5 .right .img {
    padding: 20px;
}
.Solution-5 .right .img ol li {
    padding: 20px 0;
}
.Solution-5 .left {
    color: #fff;
        position: sticky;
    top: 250px;
}
.Solution-5 .left h2 {
    line-height: 1.2;
        margin-bottom: 40px;
}
.Solution-5 .right {
    color: #fff;
}
.Solution-5 .right ul li {
    padding: 20px;
}
.Solution-5 .right ul li .con {
    background: rgba(255,255,255,.2);
    padding: 40px 10px;
    text-align: center;
}

.Solution-5 .left .btn {
    font-size: 18px;
    margin-top: 50px;
}
.Solution-5 .left .btn a {
    border: 1px solid #fff;
    padding: 15px 15px;
    text-transform: capitalize;
}

.Solution-6 .left ul li {
    padding: 15px 0;
}
.Solution-6 .left ul li .box {
    background: #f9f9f9;
    padding: 25px 15px;
}
.Solution-6 .left ul li .box .wenan {
    padding-left: 20px;
}
.Solution-6 .right h2 {
    line-height: 1.2;
}
.Solution-6 .right h2 em{
  color: var(--color);
}
.Solution-6 .right {
    position: sticky;
    top: 225px;
}


.capacity-3 {
    padding-top: 90px;
    background: #eee;
    padding-bottom: 10px;
}

.capacity-3 .bottom{
    text-align: center;
    color: white;
    }
    .capacity-3 .bottom h2 {
    font-size: 44px;
    text-transform: uppercase;
    }
    .capacity-3 .bottom .box{
    padding: 0 16%;
    }
    .capacity-3 .bottom .box ul {
    margin: -50px;
    }
    .capacity-3 .bottom .box ul li {
    padding: 50px;
    }
    .capacity-3 .bottom .box ul li .text{
    vertical-align: middle;
    padding-right: 3%;
    text-align: left;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 1;
    }
    .capacity-3 .bottom .box ul li .text h6 {
    font-size: 22px;
    color: rgba(0,0,0,.5);
    }
    .capacity-3 .bottom .box ul li .text h6 span {
    font-weight: bold;
    font-size: 36px;
    color: #000;
    vertical-align: top;
    line-height: 1.4;
    }
    .capacity-3 .bottom .box ul li .text h3 {
      font-size: 36px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.5;
    color: #000;
    word-break: break-word;
    margin-bottom: 15px;
    width: 70%;
    font-family: 'OggTRIAL';
    }
    .capacity-3 .bottom .box ul li .img {
    position: relative;
    text-align: left;
    vertical-align: middle;
    left: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    }
    .capacity-3 .bottom .box ul li .img img {
    width: 100%;
        object-fit: cover;
    height: 500px;
    }
    .capacity-3 .bottom .box ul li .img .box2 {
    height: 80%;
    top: 10%;
    width: 30%;
    left: -15%;
    background: var(--color);
    padding: 10px;
    position: absolute;
    opacity: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    }
    .capacity-3 .bottom .box ul li .img .box2 span {
    font-size: 22px;
    font-weight: bold;
    }
    .capacity-3 .bottom .box ul li .img .box2 h6 {
    font-size: 12px;
    line-height: 1.2;
    position: absolute;
    padding: inherit;
    width: 100%;
    bottom: 0;
    left: 0;
    }
    .capacity-3 .top h2 {
    font-size: 36px;
    font-family: var(--font);
    text-transform: capitalize;
        margin-bottom: 15px;
            font-weight: bold;
}
.capacity-3 .top p {
    line-height: 1.8;
    font-size: 17px;
        margin-bottom: 15px;
}
.capacity-3 .top .btns a {
    font-size: 15px;
    font-weight: bold;
}
    .capacity-3 .bottom{
    overflow: hidden;
    margin: 90px 0;
    }
    .capacity-3 .bottom .box ul .slick-list {
    overflow: unset;
    }
    .capacity-3 .bottom .box ul .slick-current+div li .text{
    opacity: 0;
    }
    .capacity-3 .bottom .box ul .slick-current+div li .img{
    left: -45%;
    }
    .capacity-3 .bottom .box ul .slick-current+div li .img .box2 {
    opacity: 1;
    }
    .capacity-3 .bottom .box ul .slick-arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
    margin-left: -80px;
    z-index: 1;
    background: url('../images/inner-l.png') center center no-repeat;
 
    border: none;
    cursor: pointer;
    cursor: hand;
    color: transparent;
    font-size: 0;
    }
    .capacity-3 .bottom .box ul .slick-arrow.slick-next {
    margin-top: 40px;
    transform: rotate(180deg);
    }
    
    @media screen and (max-width: 1400px) {
    .capacity-3 .bottom h2 {
        font-size: 36px;
    }
    .capacity-3 .bottom .box ul li .text h3 {
        font-size: 40px;
    }
    
    }
    
    
    @media screen and (max-width: 1200px) {
    .capacity-3 .bottom {
        margin: 40px 0;
    }
    .capacity-3 .bottom .box ul li .text h3 {
        font-size: 22px;
    }
    .capacity-3 .bottom .box ul li .text h6 {
        font-size: 18px;
    }
    .capacity-3 .bottom .box ul li .text h6 span {
        font-size: 24px;
    }
    }

    
    @media screen and (max-width: 1000px) {
      .capacity-3 .bottom .box {
        padding: 0;
      }

      .capacity-3 .bottom .box ul li .img {
        width: 100%;
      }

      .capacity-3 .bottom .box ul li .text {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
      }

      .capacity-3 .bottom .box ul {
        margin: -15px;
      }

      .capacity-3 .bottom .box ul li {
        padding: 15px;
      }

      .capacity-3 .bottom .box ul .slick-current+div li .img .box2 {
        opacity: 0;
      }

      .capacity-3 .bottom .box ul .slick-current+div li .text {
        opacity: 1;
      }

      .capacity-3 .bottom .box ul .slick-current+div li .img {
        left: auto;
      }
    }
    
    @media screen and (max-width: 700px) {
    .capacity-3 .bottom .box ul li {
        padding: 10px;
    }
    .capacity-3 .bottom .box ul {
        margin: -10px;
    }
    .capacity-3 .bottom .box ul .slick-arrow {
        width: 30px;
        height: 30px;
        background-size: 8px;
        display: none !important;
    }
    .capacity-3 .bottom .box ul li .img .box2 h6 {
        display: none;
    }
    .capacity-3 .bottom .box ul .slick-current+div li .img {
        left: 0 !important;
        margin-top: 10px;
    }
    .capacity-3 .bottom .box ul li .img .box2 {
        display: none;
    }
    
    }

    .capacity-3 .top {
    text-align: center;
}


.capacity-3 .bottom .box ul li .neiro p {
    font-size: 17px;
    color: #222;
}
@media screen and (max-width: 1000px) {
  .capacity-2{
    padding: 60px 0;
  }
  .Solution-1 .right{
    margin-top: 30px;
  }
  .Solution-1 .right .text{
    padding: 0;
  }
   .font-36 {
     font-size: 26px;
  }
  .miaoshu ul li p{
    font-size: 14px;
  }
  .Solution-5 .left{
    position: initial;
  }
  .Solution-5 .right{
    margin-top: 30px;
  }
  .Solution-5 .right ul{
    margin: -20px;
  }
      .font-32 {
        font-size: 24px;
    }
    .Solution-5 .right .img{
      padding: 20px 0;
    }
    .font-26 {
        font-size: 22px;
    }
    .Solution-6 .ui.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;
    }
    .Solution-6 .right{
      position: initial;
    }
    .capacity-3{
      padding: 30px 0 10px;
    }
}
@media screen and (max-width: 700px) {
  .capacity-2{
    padding: 30px 0;
  }
  .capacity-2 .container .content ul li .box{
    padding: 20px 10px;
  }
  .capacity-2 .container .content ul li .box .title{
    font-size: 20px;
  }
  .Solution-5{
    padding: 30px 0;
  }
  .font-24 {
        font-size: 24px;
    }
}
@media screen and (max-width: 500px) {
  .capacity-2 .container .title_c .btnC{
    display: none;
  }
  .miaoshu ul li{
    width: 50%;
    padding: 6px;
  }
  .Solution-5 .right ul{
    margin: -10px;
  }
  .Solution-5 .right ul li{
    padding: 10px;
  }
  .Solution-6 .left ul li .box .wid-30{
    width: 100%;
  }
  .Solution-6 .left ul li .box .wenan{
    width: 100%;
    padding: 20px 0 0 0;
  }
}

.about-page .about-1 .list-fa ul li {
    padding: 0 15px;
}

#header.inner-header .nav .ui.menu .menu-box ul.menu > li{
  color: #000;
}
#header.inner-header .nav .ui.menu .yuy span{
  color: #000;
}
#header.active.inner-header .nav .ui.menu .menu-box ul.menu > li,
#header.active.inner-header .nav .ui.menu .yuy span{
  color: #fff;
}
#header.inner-header .nav .ui.menu .h-search img,
#header.inner-header .nav .ui.menu .yuy span img{
  filter: invert(1);
}
#header.active.inner-header .nav .ui.menu .h-search img,
#header.active.inner-header .nav .ui.menu .yuy span img{
  filter: none;
}
#header.inner-header .nav .ui.menu .menu-box ul.menu > li > a::after{
  background: #000;
}
#header.active.inner-header .nav .ui.menu .menu-box ul.menu > li > a::after{
  background: #fff;
}

.inner-banner.banner02 .textC .cat {
    display: inline-block;
    padding: 8px 10px;
    background-color: #f8f6ed;
    border-radius: 10px;
    min-width: 150px;
        color: #000;
}
.inner-banner.banner02 .textC .catDes,
.product-top .right .catDes {
    font-weight: bold;
    line-height: 1.2;
        color: #000;
}
.inner-banner.banner02 .textC .catDes em,
.product-top .right .catDes em{
    color: #989898;
}

.inner-banner.banner02 .mbx {
    color: #000;
}


.inner-page.product-y-page ul li {
    color: #fff;
        padding: 10px 10px;
}

.inner-page.product-y-page ul li .text {
    bottom: 52px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}
.inner-page.product-y-page ul li .text .title {
    max-width: 266px;
    margin: 0 auto;
        line-height: 1.3;
}
.inner-page.product-y-page ul li .desc {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    padding: 0 51px 0 66px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page.product-y-page ul li:hover .text {
  opacity: 0;
}
.inner-page.product-y-page ul li:hover .desc {
  opacity: 1;
}

.product-top .left img {
    border-radius: 20px;
    width: 100%;
    max-height: 735px;
    object-fit: cover;
}
.product-top .right {
    background: #f1f1f1;
    border-radius: 20px;
}

.product-top .right .cat {
    display: inline-block;
    padding: 8px 10px;
    background-color: #fff;
    border-radius: 10px;
    min-width: 150px;
        color: #000;
}
.product-top .right .cont p {
    padding-bottom: 10px;
}

.inner-page.product-bottom .bottom dl dd .box {
    background: #f1f1f1;
    padding-bottom: 40px;
        position: relative;
}
.inner-page.product-bottom .bottom dl dd {
    padding: 15px;
}
.inner-page.product-bottom .bottom dl {
    margin: -15px;
}
.inner-page.product-bottom .bottom dl dd .box a.img-box {
    padding: 0 15px;
}

.inner-page.product-bottom ul li .left {
    padding-right: 60px;
}

.inner-page.product-bottom .bottom dl dd .box .text p{
      font-size: 15px;
      -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.inner-page.product-bottom .bottom dl dd .box .text {
    padding: 0 20px;
}

.inner-page.product-bottom ul li:nth-child(even) {
    flex-direction: row-reverse;
}
.inner-page.product-bottom ul li:nth-child(even) .left {
    padding-right: 0;
    padding-left: 60px;
}
.inner-page.product-bottom ul li:nth-child(even) .left .top {
    text-align: right;
    overflow: hidden;
}
.inner-page.product-bottom ul li:nth-child(even) .left .top .title {
    float: right;
}

.inner-page.product-bottom ul li .right img {
    border-radius: 15px;
}
.inner-page.product-bottom .bottom dl dd .box .text a.title {
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
 .load-more-btn {
            display: block;
            margin: 20px auto;
            padding: 10px 20px;
            background: var(--color);
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
            transition: background 0.3s;
        }
        
        .load-more-btn:hover {
            background: #000;
        }
        
        .load-more-btn:disabled {
            background: #ccc;
            cursor: not-allowed;
        }
        
        .loading {
            color: #666;
            text-align: center;
            padding: 20px;
            display: none;
        }
@media (max-width: 1680px) {
  .inner-page.product-y-page ul li .desc{
    padding: 0 30px;
  }
  .inner-banner{
    background-size: auto;
  }
}         
@media (max-width: 1450px) {
  .inner-page.product-y-page ul li .desc{
    padding: 0 20px;
  }
}          
@media (max-width: 1250px) {
  .inner-page.product-y-page ul li .desc .more i{
    margin-right: 9px;
  }
  .inner-page.product-bottom .bottom dl dd .box .text{
    padding: 0 12px;
  }
  .inner-banner{
    background-attachment: initial;
    background-size: 100% 100%;
  } 
}        
@media (max-width: 1000px) {
    .font-44 {
        font-size: 24px;
    }
    .flex-4>*{
    width: 33.3333%;
  }
  .inner-page.product-y-page ul li .desc{
    padding: 0 15px;
  }
  .inner-page.product-y-page ul li .text{
    bottom: 20px;
    margin: 0;
    padding: 0;
  }
  .inner-page.product-y-page ul li .desc .title{
    font-size: 20px;
  }
  .product-top .wid-50{
    width: 100%;
  }
  .product-top .right{
    padding-bottom: 30px;
  }
  .inner-page.product-bottom ul li .left{
    padding:20px 0 0;
    width: 100%;
  }
  .product-bottom ul li,
  .inner-page.product-bottom ul li:nth-child(even){
    -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;
  }
  .inner-page.product-bottom ul li .right{
    width: 100%;
  }
  .inner-page.product-bottom ul li:nth-child(even) .left{
    padding: 20px 0 0 0;
  }
  .inner-page.product-bottom ul li:nth-child(even) .left .top .title{
    float: none;
    text-align: left;
  }
   .product-top .left{
     padding-right: 0;
   }
  .product-top .left img{
    max-height: 100%;
  }
}        
@media (max-width: 700px) {
  .flex-4>*,
  .flex-3>*{
    width: 50%;
  }
  .inner-page.product-y-page ul li .text span{
    font-size: 18px;
    line-height: 1.6;
  }
  .inner-page.product-y-page ul li .desc .title{
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .font-44 {
    font-size: 20px;
  }
  .flex-4>*,
  .flex-3>*{
    width: 100%;
  }
  .inner-page.product-y-page ul li .text span{
    font-size: 16px;
    line-height: 1.8;
  }
  .inner-page.product-bottom ul li .left .top .title{
    width: 100%;
  }
  .inner-page.product-bottom .bottom dl dd .box .text .title{
    font-size: 16px;
  }
}       

.miaoshu ul li:hover .box {
    transform: translateY(-15px);
}

.miaoshu ul li .box {
    transition: all .5s ease;
}

 .miaoshu .con {
    text-transform: capitalize;
    font-weight: bold;
    color: var(--color);
}

.capacity-13 .left p i {
    color: #fff;
    background: var(--color);
    border-radius: 25px;
    font-size: 14px;
    padding: 2px;
    margin-right: 10px;
}


.capacity-13 .right ul li img{
  filter: grayscale(100%) brightness(100%);
}

.inner-page.product-bottom .bottom dl dd .box .biao {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--color);
    color: #fff;
    padding: 5px 10px;
}