@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-ExtraLight.ttf') format('woff2'), url('../fonts/Outfit-ExtraLight.ttf') format('truetype'), url('../fonts/Outfit-ExtraLight.eot') format('embedded-opentype'), url('../fonts/Outfit-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Light.woff2') format('woff2'), url('../fonts/Outfit-Light.ttf') format('truetype'), url('../fonts/Outfit-Light.eot') format('embedded-opentype'), url('../fonts/Outfit-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Regular.woff2') format('woff2'), url('../fonts/Outfit-Regular.ttf') format('truetype'), url('../fonts/Outfit-Regular.eot') format('embedded-opentype'), url('../fonts/Outfit-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Medium.woff2') format('woff2'), url('../fonts/Outfit-Medium.ttf') format('truetype'), url('../fonts/Outfit-Medium.eot') format('embedded-opentype'), url('../fonts/Outfit-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-SemiBold.woff2') format('woff2'), url('../fonts/Outfit-SemiBold.ttf') format('truetype'), url('../fonts/Outfit-SemiBold.eot') format('embedded-opentype'), url('../fonts/Outfit-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Bold.woff2') format('woff2'), url('../fonts/Outfit-Bold.ttf') format('truetype'), url('../fonts/Outfit-Bold.eot') format('embedded-opentype'), url('../fonts/Outfit-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Outfit";
  max-width: 1920px;
  --color: #c80010;
  font-weight: 300;
  margin: 0 auto;
}
.container {
  width: 1750px;
}

#qrcode{
  position: fixed;
  right:20px;
  bottom:190px;
  width: 60px;
  height: 60px;
  background-color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center; 
  z-index: 50;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  border-radius: 50%;
}
#qrcode:hover{
  background-color: #000;
}
#qrcode i{
  color: white;
  font-size: 24px;
  transition: all 0.5s;
}
#qrcode .box{
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 10px;
  padding: 15px;
  background-color: white;
  right: 120%;
  top:50%;
  transform: translateY(-50%) rotateY(-90deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#qrcode .box #ewm img,
#qrcode .box #ewm canvas{
  width: 100px;
  height:100px;
  border: 8px solid white; 
}
#qrcode:hover .box{
  opacity:1;
  transform: translateY(-50%) rotateY(0deg);
}
.page-header02 {
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.page-header02 .menu-btn {
    background: var(--color);
    color: white;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.lh-0 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}


.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.grid-box {
    font-size: 0;
}
.grid-box .column {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}
.grid-box .column {
    width: 100%
}

.grid-box.two>.column {
    width: 50%
}

.grid-box.three>.column {
    width: 33.33333%
}

.grid-box.four>.column {
    width: 25%
}

.grid-box.five>.column {
    width: 20%
}

.grid-box.six>.column {
    width: 16.6666667%
}

.grid-box.seven>.column {
    width: 14.285714%
}

.grid-box.eight>.column {
    width: 12.5%
}

.grid-box.nine>.column {
    width: 11.11111111%
}

.grid-box.ten>.column {
    width: 10%
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width:50%
    }

    .grid-box.three>.column {
        width: 33.33333%
    }

    .grid-box.four>.column {
        width: 33.33333%
    }

    .grid-box.five>.column {
        width: 33.33333%
    }

}

@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width:50%
    }

    .grid-box.three>.column {
        width: 50%
    }

    .grid-box.four>.column {
        width: 50%
    }

    .grid-box.five>.column {
        width: 50%
    }
}

@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width:100%
    }

    .grid-box.three>.column {
        width: 100%
    }

    .grid-box.four>.column {
        width: 100%
    }

    .grid-box.five>.column {
        width: 100%
    }
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
#header .nav-t {
  height: 50px;
  background-color: #000;
}
#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  height: 100px;
}
#header .nav .ui.menu {
  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;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  font-weight: normal;
  margin-right: 50px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: auto;
  min-width: 180px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
}
.language-box {
  margin-left: 25px;
  margin-right: 40px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.more {
  padding: 0 20px 0 10px;
  height: 45px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: white;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  outline: none;
}
.more:hover {
  background-color: #000;
}
.more:hover span {
  -webkit-transform: translateX(-35px);
  -moz-transform: translateX(-35px);
  -ms-transform: translateX(-35px);
  transform: translateX(-35px);
}
.more:hover span::before {
  opacity: 0;
}
.more:hover span::after {
  opacity: 1;
}
.more.white {
  background-color: white;
}
.more.white:hover {
  background-color: #000;
}
.more.white:hover span {
  color: white;
}
.more.white span {
  color: var(--color);
}
.more.white span::before,
.more.white span::after {
  background-color: var(--color);
  color: white;
}
.more span {
  font-size: 16px;
  font-weight: 300;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-transform: uppercase;
}
.more span::before {
  content: "+";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  font-size: 14px;
  color: var(--color);
  margin-right: 10px;
  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;
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more span::after {
  content: "+";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  font-size: 14px;
  color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
span.tag {
  font-size: 16px;
  height: 30px;
  display: inline-block;
  color: #aea5a5;
  padding: 0 15px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #aea5a5;
  text-transform: uppercase;
  line-height: 29px;
  font-weight: normal;
  min-width: 110px;
  text-align: center;
}
h2.h-title {
  font-size: 46px;
  line-height: 1.4;
  position: relative;
  z-index: 5;
  font-weight: bold;
}
.m-auto {
  margin: auto;
}
.txt-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.txt-hover:hover {
  color: var(--color);
}
.txt-light {
  font-weight: 300;
}
.tit-medium {
  font-weight: 500;
}
.white {
  color: white;
}
.tit-font {
  font-family: var(--font);
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
@-webkit-keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes scale_play {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
#banner {
  position: relative;
  z-index: 1;
  margin-top: 150px;
}
#banner .banner-bot {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
#banner .banner-bot ul li.active {
  border-color: var(--color);
}
#banner .banner-bot ul li.active h4 {
  color: white;
}
#banner .banner-bot ul li.active img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#banner .banner-bot ul li {
  padding-top: 30px;
  height: 195px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
#banner .banner-bot ul li img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .banner-bot ul li h4 {
  font-size: 26px;
  color: #b5b4b4;
  margin-top: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 {
  background-color: #f7f7f7;
  padding: 230px 0 0;
}
#index-body .homepage-1 .left {
  padding-left: 95px;
}
#index-body .homepage-1 .right {
  position: relative;
}
#index-body .homepage-1 .right .content {
  position: absolute;
  width: -webkit-calc(100% - 105px);
  width: -moz-calc(100% - 105px);
  width: calc(100% - 105px);
  right: 0;
  bottom: 0;
}
#index-body .homepage-1 .right .content span.next {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 24px;
  color: var(--color);
  background-color: white;
  z-index: 10;
  cursor: pointer;
}
#index-body .homepage-1 .right .content button.slick-prev.slick-arrow {
  display: none !important;
}
#index-body .homepage-1 .right .content ul li .box a.img {
  border-top-left-radius: 10px;
  overflow: hidden;
}
#index-body .homepage-1 .right .content ul li .box .bot {
  height: 120px;
  padding-right: 95px;
}
#index-body .homepage-2 {
  padding: 115px 0;
}
#index-body .homepage-2 .bottom {
  margin-top: 65px;
}
#index-body .homepage-2 .bottom ul li .box {
  border-radius: 10px;
  overflow: hidden;
}
#index-body .homepage-2 .bottom ul li .box:hover .text::after {
  opacity: 1;
}
#index-body .homepage-2 .bottom ul li .box:hover .text h4 {
  color: white;
}
#index-body .homepage-2 .bottom ul li .box:hover .text a.btn {
  background-color: white;
}
#index-body .homepage-2 .bottom ul li .box .text {
  height: 80px;
  background-color: #f7f7f7;
  padding: 0 25px;
  position: relative;
}
#index-body .homepage-2 .bottom ul li .box .text::after {
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  display: block;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, from(#c80010), to(#260004));
  background-image: -webkit-linear-gradient(left, #c80010 0%, #260004 100%);
  background-image: -moz-linear-gradient(left, #c80010 0%, #260004 100%);
  background-image: linear-gradient(to right, #c80010 0%, #260004 100%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 .bottom ul li .box .text h4 {
  width: -webkit-calc(100% - 55px);
  width: -moz-calc(100% - 55px);
  width: calc(100% - 55px);
  padding-right: 30px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
#index-body .homepage-2 .bottom ul li .box .text a.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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 24px;
  color: var(--color);
  background-color: #e6e6e6;
  z-index: 10;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-3 {
  margin-bottom: 120px;
}
#index-body .homepage-3 .left {
  border-radius: 10px;
  overflow: hidden;
}
#index-body .homepage-3 .left .text {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c80010), to(#260004));
  background-image: -webkit-linear-gradient(top, #c80010 0%, #260004 100%);
  background-image: -moz-linear-gradient(top, #c80010 0%, #260004 100%);
  background-image: linear-gradient(to bottom, #c80010 0%, #260004 100%);
  z-index: 5;
}
#index-body .homepage-3 .left .text h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  white-space: nowrap;
}
@-webkit-keyframes play_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes play_rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes play_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
#index-body .homepage-4 {
  position: relative;
  background: url('/wuxiweineng/2026/04/21/companyindex.jpg')no-repeat;
  background-size: cover;
  padding: 115px 0;
}
#index-body .homepage-4 .bottom {
  margin-top: 70px;
}
#index-body .homepage-4 .bottom .left ul li {
  margin-right: 150px;
}
#index-body .homepage-4 .bottom .left ul li:last-child {
  margin-right: 0;
}
#index-body .homepage-4 .bottom .left ul li h4 {
  color: var(--color);
  line-height: 1;
}
#index-body .homepage-4 .bottom .left ul li h4 em {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
#index-body .homepage-4 .bottom .left ul li h4 sub {
  font-size: 30px;
  margin-left: 10px;
}
#index-body .homepage-4 .bottom .left ul li h4 span {
  font-size: 30px;
  font-weight: bold;
  margin-left: 5px;
}
#index-body .homepage-4 .bottom .left ul li p {
  font-size: 18px;
  color: white;
  margin-top: 10px;
}
#index-body .homepage-4 .bottom .left a.more {
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
#index-body .homepage-4 .bottom .right {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
#index-body .homepage-4 .bottom .right a.play {
  width: 160px;
  height: 160px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .homepage-4 .bottom .right a.play .play_text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: play_rotate 20s infinite linear;
  -moz-animation: play_rotate 20s infinite linear;
  animation: play_rotate 20s infinite linear;
  z-index: 2;
}
#index-body .homepage-5 {
  padding: 115px 0;
}
#index-body .homepage-5 .bottom {
  margin-top: 70px;
}
#index-body .homepage-5 .bottom ul {
  margin: 0 -7%;
}
#index-body .homepage-5 .bottom ul .slick-current li .box .title {
  bottom: 0;
}
#index-body .homepage-5 .bottom ul li {
  padding: 0 15px 40px;
}
#index-body .homepage-5 .bottom ul li .box {
  position: relative;
}
#index-body .homepage-5 .bottom ul li .box .title {
  position: absolute;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  height: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c80010), to(#260004));
  background-image: -webkit-linear-gradient(top, #c80010 0%, #260004 100%);
  background-image: -moz-linear-gradient(top, #c80010 0%, #260004 100%);
  background-image: linear-gradient(to bottom, #c80010 0%, #260004 100%);
  left: 50%;
  bottom: -100%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  border-radius: 10px;
  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;
  padding: 0 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-5 .bottom ul li .box .title h4 {
  font-size: 24px;
  color: white;
  width: 80%;
}
#index-body .homepage-5 .bottom ul li .box .title a.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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 24px;
  color: var(--color);
  background-color: #e6e6e6;
  z-index: 10;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}


#index-body .homepage-6 {
  padding-top: 115px;
}
#index-body .homepage-6 .content {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#index-body .homepage-6 .content .bg {
  position: absolute;
  inset: 0;
  -o-object-position: left;
  object-position: left;
}
#index-body .homepage-6 .content .box {
  padding: 85px 110px 120px 0;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  text-align: right;
}
#index-body .homepage-6 .content .box a.more {
  margin-left: auto;
}
#index-body .homepage-7 {
  padding: 130px 0 120px;
}
#index-body .homepage-7 .bottom {
  margin-top: 55px;
}
#index-body .homepage-7 .bottom ul {
  margin: 0 -20px;
}
#index-body .homepage-7 .bottom ul li {
  padding: 0 20px;
}
#index-body .homepage-7 .bottom ul li .box {
  padding: 45px 40px;
  background-color: #f7f7f7;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-7 .bottom ul li .box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c80010), to(#260004));
  background-image: -webkit-linear-gradient(top, #c80010 0%, #260004 100%);
  background-image: -moz-linear-gradient(top, #c80010 0%, #260004 100%);
  background-image: linear-gradient(to bottom, #c80010 0%, #260004 100%);
  inset: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-7 .bottom ul li .box .date {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-7 .bottom ul li .box .text {
  position: relative;
}
#index-body .homepage-7 .bottom ul li .box .text .con {
  opacity: 0.8;
}
#index-body .homepage-7 .bottom ul li .box:hover {
  color: white;
}
#index-body .homepage-7 .bottom ul li .box:hover::before {
  opacity: 1;
}
#index-body .homepage-7 .bottom ul li .box:hover .date {
  border-color: white;
}
#footer {
  background-color: #181818;
}
#footer .top {
  padding-top: 120px;
  padding-bottom: 50px;
  color: white;
}
#footer .top ul li h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 35px;
}
#footer .top ul li span {
  font-size: 18px;
}
#footer .top ul li #ewm img,
#footer .top ul li #ewm canvas {
  width: 75px;
  height: 75px;
  border: 5px solid white;
  border-radius: 3px;
}
#footer .top ul li.form ul {
  width: 320px;
}
#footer .top ul li.form ul li {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
#footer .top ul li.form ul li:last-child {
  margin-bottom: 0;
}
#footer .top ul li.form ul li input[type='text'] {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: white;
  padding: 0 15px;
  background-color: transparent;
  font-weight: normal;
  border-radius: 5px;
}
#footer .top ul li.form ul li textarea {
  width: 100%;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: white;
  padding: 8px 15px;
  background-color: transparent;
  font-weight: normal;
  border-radius: 5px;
}
#footer .top ul li.form ul li input[type='submit'] {
  width: 22px;
  height: 22px;
  border: none;
  background: url('../images/submit.png') no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#footer .top ul li.form ul li input[type='submit']:hover {
  background-color: transparent;
  border-color: white;
}
#footer .top ul li.link span {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  color: #a3a3a3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 6px;
  position: relative;
}
#footer .top ul li.link span::before {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background-color: var(--color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 1px;
  position: absolute;
  left: 0;
  top: 8px;
}
#footer .top ul li.link span:last-child {
  margin-bottom: 0;
}
#footer .top ul li.link span:hover {
  color: var(--color);
  padding-left: 6px;
  padding-right: 0;
}
#footer .top ul li.link span:hover::before {
  width: 5px;
}
#footer .center {
  padding: 65px 0 55px;
  border-top: 1px solid #424242;
}
#footer .center ul li {
  max-width: 305px;
}
#footer .center ul li h4 {
  font-size: 20px;
  color: var(--color);
  margin-bottom: 10px;
  font-weight: 500;
}
#footer .center ul li span {
  font-size: 16px;
  color: #a3a3a3;
  display: block;
  line-height: 2;
}
#footer .center a.btn {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#footer .center a.btn::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(200, 0, 16, 0.6);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#footer .center a.btn i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color);
  color: white;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  position: relative;
  z-index: 5;
}
#footer .bottom .box {
  height: 65px;
}
#footer .bottom .box span {
  font-size: 16px;
  color: #a3a3a3;
  font-weight: 300;
}
#footer .bottom .box span a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .bottom .box span a:hover {
  color: white;
}
#footer .bottom .box span img {
  width: 240px;
  height: auto;
  padding-top: 5px;
  margin-left: 5px;
  opacity: 0.6;
}
#footer .bottom .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .bottom .share a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--color);
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}
#footer .bottom .share a:last-child {
  margin-right: 0;
}
#footer .bottom .share a i {
  font-size: 16px;
}
#footer .bottom .share a:hover {
  color: var(--color);
  background-color: white;
}

@media screen and (max-width: 1800px) {
  .container {
    width: 1650px;
  }
  #index-body .homepage-4 .bottom .left ul li {
    margin-right: 70px;
  }
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
    margin-right: 30px;
  }
  h2.h-title {
    font-size: 40px;
  }
  #footer .center ul {
    width: 80%;
  }
}
@media screen and (max-width: 1450px) {
  #banner .banner-bot ul li h4 {
    font-size: 22px;
  }
  #banner .banner-bot ul li .icon {
    height: 60px;
  }
  #index-body .homepage-1 .left {
    padding-left: 60px;
  }
  #index-body .homepage-1 .right .content ul li .box .bot {
    padding-right: 60px;
  }
  h2.h-title {
    font-size: 36px;
  }
  #index-body .homepage-1 .right .content ul li .box .bot h4 {
    font-size: 24px;
  }
  #index-body .homepage-1 .right .content span.next {
    top: 35%;
  }
  #index-body .homepage-4 .bottom .left ul li {
    margin-right: 40px;
  }
  #index-body .homepage-4 .bottom .left ul li h4 em {
    font-size: 40px;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    margin-top: 40px;
  }
  #banner .banner-bot ul li .icon {
    height: 40px;
    max-width: 40px;
  }
  #banner .banner-bot ul li {
    height: 160px;
  }
  #index-body .homepage-1 .left {
    padding-left: 60px;
    width: 100%;
  }
  #index-body .homepage-1 .right {
    width: 100%;
    margin-top: 200px;
  }
  #index-body .homepage-1 {
    padding: 80px 0 0;
  }
  #index-body .homepage-2 .bottom ul li .box .text a.btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  #index-body .homepage-5 .bottom ul {
    margin: 0 -50%;
  }
  #index-body .homepage-6 .content .box {
    padding: 85px 60px 120px 0;
  }
  #index-body .homepage-2 {
    padding: 85px 0;
  }
  #index-body .homepage-3 {
    margin-bottom: 80px;
  }
  #index-body .homepage-4 .bottom .left ul li {
    margin-bottom: 30px;
  }
  #index-body .homepage-4 .bottom .left ul li:last-child {
    margin-bottom: 0;
  }
  #index-body .homepage-5 {
    padding: 85px 0;
  }
  #index-body .homepage-7 {
    padding: 80px 0;
  }
  #footer .top ul li.link {
    display: none;
  }
  #footer .top ul li.form {
    width: 50%;
  }
  #footer .top ul li.form ul {
    width: 100%;
  }
  #footer .bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
  }
  #footer .bottom .box {
    height: auto;
    margin-bottom: 15px;
  }
  #footer .bottom .share{
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-bot ul li h4 {
    font-size: 16px;
  }
  #banner .banner-bot ul li {
    height: 140px;
  }
  h2.h-title {
    font-size: 30px;
  }
  #index-body .homepage-2 .bottom ul li .box .text h4 {
    font-size: 20px;
  }
  #index-body .homepage-3 .left {
    width: 100%;
    margin-bottom: 60px;
  }
  #index-body .homepage-3 .right {
    width: 100%;
    padding-left: 0;
  }
  #index-body .homepage-4 {
    padding: 85px 0;
  }
  #index-body .homepage-4 .left {
    width: 100%;
    margin-bottom: 60px;
    padding-right: 0;
  }
  #index-body .homepage-4 .right {
    width: 100%;
  }
  #index-body .homepage-4 .bottom .left ul li {
    margin-right: 60px;
  }
  #index-body .homepage-5 .bottom ul {
    margin: 0 -80%;
  }
  #footer .center ul li {
    margin: 10px 0;
  }
  #footer .center {
    padding: 40px 0 20px;
  }
  #footer .top {
    padding-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  #banner .banner-bot ul {
    display: block;
  }
  #banner .banner-bot ul .slick-current li {
    border-color: var(--color);
  }
  #banner .banner-bot ul .slick-current li h4 {
    color: white;
  }
  #banner .banner-bot ul .slick-current li img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  #banner .banner-bot ul li h4 {
    margin-top: 15px;
  }
  #banner .banner-bot ul li {
    height: 125px;
    padding-top: 20px;
  }
  #index-body .homepage-1 .left {
    padding: 0 15px;
  }
  #index-body .homepage-1 .right {
    margin-top: 175px;
  }
  #index-body .homepage-1 .right .content span.next {
    display: none !important;
  }
  #index-body .homepage-1 .right .content {
    width: 100%;
    padding: 0 15px;
  }
  #index-body .homepage-1 .right .content ul li .box .bot {
    padding-right: 0;
  }
  #index-body .homepage-1 .right .content ul li .box .bot h4 {
    width: -webkit-calc(100% - 180px);
    width: -moz-calc(100% - 180px);
    width: calc(100% - 180px);
    font-size: 20px;
  }
  #index-body .homepage-3 .left .text h3 {
    font-size: 20px;
  }
  #index-body .homepage-4 .bottom {
    margin-top: 30px;
  }
  #index-body .homepage-5 .bottom ul {
    margin: 0 -15px;
  }
  #index-body .homepage-5 .bottom {
    margin-top: 70px;
    padding: 0 15px;
  }
  #index-body .homepage-5 .bottom ul li .box .title h4 {
    font-size: 20px;
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
  }
  #index-body .homepage-5 .bottom ul li .box .title a.btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  #index-body .homepage-6 .content .box {
    padding: 45px 30px;
  }
  #index-body .homepage-6 .content .box h2 {
    font-size: 24px;
  }
  #index-body .homepage-7 .bottom ul li .box .text h4 {
    font-size: 20px;
  }
  #footer .top ul li.logo {
    width: 100%;
  }
  #footer .top ul li.logo h1 {
    margin-top: 10px;
  }
  #footer .top ul li.logo h1 br {
    display: none;
  }
  #footer .top ul li.logo h1 em {
    margin-left: 5px;
  }
  #footer .top ul li.form {
    width: 100%;
    padding-top: 0;
    margin-top: 30px;
  }
  #footer .bottom .box span {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-bot ul .slick-current li{
    display: flex !important;
    align-items: center;
  }
  #index-body .homepage-1 .right .content ul li .box a.img .pos{
    width: 50%;
  }
  #index-body .homepage-6 .content .box h2 {
    font-size: 18px;
  }
  #index-body .homepage-6 .content .box {
    padding: 20px 15px;
  }
  #banner .banner-bot ul li {
    height: 65px;
    padding-top: 0;
  }
  #banner .banner-bot ul li h4 {
    margin-top: 0;
    width: calc(100% - 40px);
    padding-left: 15px;
  }
  #index-body .homepage-1 .right .content ul li .box .bot h4 {
    width: 100%;
  }
  #index-body .homepage-1 .right .content ul li .box .bot a.more {
    display: none;
  }
  #index-body .homepage-3 .left {
    height: 300px;
  }
  #index-body .homepage-3 .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .homepage-3 .left .icon {
    display: none;
  }
  h2.h-title {
    font-size: 24px;
  }
  #index-body .homepage-4 .bottom .left ul li {
    margin-right: 0;
    width: 50%;
  }
  #index-body .homepage-4 .bottom .left ul li h4 em {
    font-size: 36px;
  }
  #index-body .homepage-4 .bottom .left ul li h4 span {
    font-size: 22px;
  }
  #index-body .homepage-4 .bottom .right a.play {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
    -moz-transform: translate(-50%, -50%) scale(0.6);
    -ms-transform: translate(-50%, -50%) scale(0.6);
    transform: translate(-50%, -50%) scale(0.6);
  }
  #index-body .homepage-5 .bottom {
    margin-top: 40px;
  }
  #footer .center a.btn {
    right: 20px;
    bottom: 60px;
    position: fixed;
  }
  #index-body .homepage-5 .bottom ul li .box .title {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  #footer .bottom .box span {
    text-align: left;
  }
  #footer .bottom .box{
    justify-content: flex-start;
  }
  #footer .bottom .box span img {
    padding-top: 8px;
    margin-left: 0;
  }
  #footer .bottom {
    padding: 15px 15px 30px;
  }
}















span.h2 {
    font-weight: 700;
    line-height: 1.2;
    font-size: 48px;
    display: block;
    /*text-transform: uppercase;*/
}
.inner-page .text {
    font-size: 18px;

    color: #151515;
    line-height: 34px;
    
}
.inner-banner {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  color: white;
  background-size: cover;
  margin-top: 150px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-banner:after {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: url("../images/inner-banner-mask.png") center bottom no-repeat;
  background-size: contain;
  z-index: -1;
  display: none;
}
.inner-banner .mbx {
  font-size: 18px;
  margin-top: 1em;
  line-height: 34px;
}
.inner-page .m-page {
  margin-top: 90px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #ececec;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: normal;
}
.inner-page .m-page a:after,
.inner-page .m-page span:after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
  color: #fff;
}
.inner-page .slideBarBox .slideBarLeft {
  width: 28%;
  padding-right: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
}
.inner-page .slideBarBox .slideBarLeft .border {
  border: 1px solid #bebebe;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.inner-page .slideBarBox .slideBarLeft .border span.h6 {
  font-weight: bold;
  font-size: 24px;
  line-height: 44px;
  display: block;
}
.inner-page .slideBarBox .slideBarLeft .border.search {
  padding: 25px;
}
.inner-page .slideBarBox .slideBarLeft .border.search form {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  padding: 0 .8em;
  font-size: 14px;
  line-height: 2;
}
.inner-page .slideBarBox .slideBarLeft .border.search form input {
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .slideBarBox .slideBarLeft .border.search form input[type="submit"] {
  width: 30px;
  background: url("../images/icon-search.png") center center no-repeat;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.nav span.h6 {
  padding: 25px;
  color: white;
  background-color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a {
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
  padding: 18px 25px;
  border-top: 1px solid #bebebe;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a:hover,.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a.active {
    color: var(--color)
}

.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li li a {
    font-size: 18px;
    font-weight: 400;
    padding: 15px;
    padding-left: 35px
}

.inner-page .slideBarBox .slideBarLeft .border.img {
    padding: 50px 25px;
    text-align: center;
    color: #fff;
    margin-bottom: 0
}

.inner-page .slideBarBox .slideBarLeft .border.img span.h6 {
    /*text-transform: uppercase;*/
    margin-bottom: 1em
}

.inner-page .slideBarBox .slideBarLeft .border.img hr {
    border: none;
    display: block;
    height: 1px;
    background-color: #fff
}

.inner-page .slideBarBox .slideBarLeft .border.img .text {
    margin: 1.2em 0;
    color: inherit;
    font-weight: 400
}

.inner-page .slideBarBox .slideBarLeft .border.img .text p {
    font-size: 90%
}

.inner-page .slideBarBox .slideBarLeft .border.img span.phone {
    display: block;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin: 1em 0
}

.inner-page .slideBarBox .slideBarLeft .border.img a.btn {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    background-color: var(--color);
    line-height: 2.625em;
    height: 2.625em;
    max-width: 90%;
    display: block;
    margin: 0 auto
}

.inner-page .slideBarBox .slideBarLeft .border.hot {
    padding: 25px 30px
}

.inner-page .slideBarBox .slideBarLeft .border.hot span.h6 {
    padding-bottom: 1em;
    border-bottom: 1px solid #bebebe;
    margin-bottom: 1em
}

.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li,.product-det-page .product-det-2 .left .navList ul li.hot ul li {
    padding: 7px 0;
    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 .slideBarBox .slideBarLeft .border.hot .proList ul li .img,.product-det-page .product-det-2 .left .navList ul li.hot ul li .img {
    width: 35%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    border: 1px solid #bebebe
}

.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content,.product-det-page .product-det-2 .left .navList ul li.hot ul li .content {
    padding-left: 5%
}

.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.cat,.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.cat {
    font-weight: 400;
    font-size: 18px;
    color: var(--color);
    line-height: 32px
}

.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title,.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.title {
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
    color: #120c0b;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title:hover,.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.title:hover {
    color: var(--color)
}

.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span {
    padding: 0;
    background: 0 0
}

.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .img {
    width: 40%;
    border: none;
    padding: 0
}

.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .content time {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: var(--color)
}

.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .content span.h5 {
    font-size: 16px;
    color: #120c0b;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.inner-page .slideBarBox .slideBarLeft .border.mail {
    padding: 25px 30px
}

.inner-page .slideBarBox .slideBarLeft .border.mail form input {
    display: block;
    height: 42px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 1.5em;
    width: 100%
}

.inner-page .slideBarBox .slideBarLeft .border.mail form input[type=text] {
    border-bottom: 1px solid #bebebe
}

.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea::-webkit-input-placeholder,.inner-page .slideBarBox .slideBarLeft .border.mail form input[type=text]::-webkit-input-placeholder {
    color: #120c0b
}

.inner-page .slideBarBox .slideBarLeft .border.mail form input[type=text]:-moz-placeholder {
    color: #120c0b
}

.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea::-moz-placeholder,.inner-page .slideBarBox .slideBarLeft .border.mail form input[type=text]::-moz-placeholder {
    color: #120c0b
}

.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea::-ms-input-placeholder,.inner-page .slideBarBox .slideBarLeft .border.mail form input[type=text]:-ms-input-placeholder {
    color: #120c0b
}

.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea::placeholder,.inner-page .slideBarBox .slideBarLeft .border.mail form input[type=text]::placeholder {
    color: #120c0b
}

.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea:focus,.inner-page .slideBarBox .slideBarLeft .border.mail form input[type=text]:focus {
    border-color: var(--color)
}

.inner-page .slideBarBox .slideBarLeft .border.mail form input[type=submit] {
    background-color: var(--color);
    text-align: center;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page .slideBarBox .slideBarLeft .border.mail form input[type=submit]:hover {
    background-color: #000
}

.inner-page .slideBarBox .slideBarLeft .border.mail form ul li.wid-100 {
    width: 100%
}

.inner-page .slideBarBox .slideBarLeft .border.mail form ul li textarea {
    display: block;
    line-height: 42px;
    height: 100px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    margin-top: 1.5em;
    width: 100%;
    border-bottom: 1px solid #bebebe
}

.inner-page .slideBarBox .slideBarRight {
    width: 72%
}



.news-page {
  padding: 100px 0;
}
.news-page .newsList ul {
  margin: -40px -20px;
}
.news-page .newsList ul li {
  padding: 40px 20px;
}
.news-page .newsList ul li a.img-box {
  display: block;
}
.news-page .newsList ul li a.img-box img {
  display: block;
  width: 100%;
}
.news-page .newsList ul li hr {
  display: block;
  border: none;
  height: 1px;
  background-color: #bebebe;
  margin: 20px 0;
}
.news-page .newsList ul li time {
  display: block;
  font-size: 18px;
  color: var(--color);
  /*text-transform: uppercase;*/
  line-height: 32px;
}
.news-page .newsList ul li span.h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 44px;
  margin: .5em 0;
  display: block;
}
.news-page .newsList ul li .text {
  color: #a1a1a1;
  line-height: 34px;
  margin-bottom: 1em;
  text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;

}
 
.newdet-page {
  padding: 100px 0;
}
.newdet-page .newsContent a.img-box {
  display: block;
}
.newdet-page .newsContent a.img-box img {
  width: 100%;
}
.newdet-page .newsContent h1 {
  font-weight: 500;
  font-size: 34px;
  line-height: 1.4;
  margin-top: 1em;
  display: block;
}
.newdet-page .newsContent time {
  display: block;
  font-weight: normal;
  font-size: 18px;
  margin: 1em 0;
  line-height: 32px;
  color: var(--color);
}
.newdet-page .newsContent time i {
  color: #bebebe;
  margin: 0 .5em;
}
.newdet-page .newsContent .text {
  color: #a1a1a1;
}
.newdet-page .newsContent hr {
  height: 1px;
  border: none;
  display: block;
  background-color: #bebebe;
  margin: 30px 0;
}
.newdet-page .newsContent .bottom {
  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;
}
.newdet-page .newsContent .bottom .m-link {
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
}
.newdet-page .newsContent .bottom .share {
  font-size: 18px;
  white-space: nowrap;
  line-height: 32px;
}
.newdet-page .newsContent .bottom .share span {
  color: #120c0b;
  font-weight: 500;
}
.newdet-page .newsContent .bottom .share a {
  margin-left: .5em;
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newsContent .bottom .share a:hover {
  color: #120c0b;
}
.newdet-page .prodet-product-link span.h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  /*text-transform: uppercase;*/
  margin-bottom: 1.5em;
  display: block;
}
.contact-page {
  padding: 100px 0;
  position: relative;
}
.contact-page:after {
  content: '';
  width: 7.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("../images/icon-meiluo2.png") center no-repeat;
  background-size: cover;
  right: 0;
  top: 5%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contact-page .box .left {
  padding-right: 5%;
}
.contact-page .box .left .text {
  margin: 1em 0 1.5em;
}
.contact-page .box .left .form ul {
  margin: -13px -10px;
}
.contact-page .box .left .form ul li {
  padding: 13px 10px;
}
.contact-page .box .left .form ul li input {
  display: block;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  font-size: 16px;
  font-weight: normal;
  color: #120c0b;
  padding: .5em 0;
  line-height: 30px;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box .left .form ul li input::-webkit-input-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:-moz-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input::-moz-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:-ms-input-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input::placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:focus {
  border-color: var(--color);
}
.contact-page .box .left .form ul li.mt {
  margin-top: 2em;
}
.contact-page .box .left .form ul li a.more {
  margin-top: 1em;
  background-color: #f3f3f3;
}
.contact-page .box .left .form ul li.wid-100 {
  width: 100%;
}
.contact-page .box .left .form ul li button{
  border: none;
}
.contact-page .box .right {
  padding-left: 10%;
}
.contact-page .box .right span.h3 {
  font-weight: 700;
  font-size: 30px;
  /*text-transform: uppercase;*/
  line-height: 1.2;
}
.contact-page .box .right span.h3 em {
  color: var(--color);
}
.contact-page .box .right .text {
  margin-top: 1em;
}
.contact-page .box .right .info {
  font-size: 18px;
  color: #120c0b;
  font-weight: 300;
  margin: 2em 0 3em;
}
.contact-page .box .right .info li {
  margin-bottom: .8em;
}
.contact-page .box .right .info li:last-child {
  margin-bottom: 0;
}
.contact-page .box .right .info li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}
.contact-page .box .right .info li a i {
  width: 1.5em;
  text-align: center;
  height: 1.6em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: .5em;
  color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .box .right .info li a i img {
  display: block;
  margin: 0 auto;
}
.contact-page .box .right .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .box .right .share a {
  font-size: 20px;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1em;
  color: #120c0b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box .right .share a:hover {
  color: white;
  background-color: var(--color);
}
.contact-page .map {
  height: 500px;
  margin-top: 100px;
  background-color: #eee;
}
.contact-page .map iframe {
  height: 100%;
  width: 100%;
  display: block;
}



.about-page .about-1 {
  padding-top: 100px;
}
.about-page .about-1 .box .left {
  padding-right: 2%;
  position: sticky;
  top: 100px;
}
.about-page .about-1 .box .left video{
  display: block;
  width: 100%;
  margin-top: 40px;
}
.about-page .about-1 .box .left span.h2 em{
  font-weight: 500;
}
.about-page .about-1 .box .left a.more {
  margin-top: 1.5em;
  color: white;
  background: var(--color);
}
.about-page .about-1 .box .right {
  padding-left: 2%;
}
.about-page .about-1 .box .right .text p {
  margin-top: 1.5em;
}
.about-page .about-1 .img {
  height: 590px;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  margin-top: 60px;
}
.about-page .about-1 .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .img .play:after,
.about-page .about-1 .img .play:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .img .play:hover:after,
.about-page .about-1 .img .play:hover:before {
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-1 .img .play:hover:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-2 {
  padding: 80px 0 80px;
}
.about-page .about-2 .box .left {
  padding-right: 20%;
  position: sticky;
  top: 180px;
}
.about-page .about-2 .box .left hr {
  background-color: #120c0b;
  height: 1px;
  border: none;
  margin: 40px 0;
}
.about-page .about-2 .box .left a.more {
  margin-top: 2.5em;
  color: white;
}
.about-page .about-2 .box .right .list ul {
  margin: -25px -35px;
}
.about-page .about-2 .box .right .list ul li {
  padding: 25px 35px;
  font-size: 22px;
}
.about-page .about-2 .box .right .list ul li i {
  display: block;
  position: relative;
  margin-top: 1em;
}
.about-page .about-2 .box .right .list ul li i:before {
  content: '';
  width: 3.40909091em;
  height: 4.04545455em;
  /*background: url("../images/icon-5-bg.png") center center;*/
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-20%, -30%);
  -moz-transform: translate(-20%, -30%);
  -ms-transform: translate(-20%, -30%);
  transform: translate(-20%, -30%);
  z-index: -1;
}
.about-page .about-2 .box .right .list ul li span.h6 {
  font-weight: 600;
  margin: .7em 0;
  display: block;
  line-height: 1.8;
}
.about-page .about-2 .box .right .list ul li .text {
  line-height: 1.8;
}
.about-page .about-2 .numList {
  margin-top: 110px;
}
.about-page .about-2 .numList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-2 .numList ul li {
  border-left: 1px solid #120c0b;
}
.about-page .about-2 .numList ul li:first-child {
  border-left: none;
}
.about-page .about-2 .numList ul li span.h6 {
  font-size: 60px;
  color: #120c0b;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}
.about-page .about-2 .numList ul li p {
  font-size: 18px;
  color: var(--color);
  margin-top: .5em;
}
.about-page .about-3 {
  padding: 55px 0;
  background-color: #120c0b;
  text-align: center;
}
.about-page .about-3 ul {
  margin: -10px;
}
.about-page .about-3 ul li {
  padding: 10px;
}
.about-page .about-3 img {
  max-height: 100px;
  display: block;
  margin: 0 auto;
}
.about-page .about-4 {
  padding: 80px 0;
  position: relative;
}
.about-page .about-4:after {
  top: 5%;
}
.about-page .about-4 .left {
  width: 34%;
  vertical-align: bottom;
}
.about-page .about-4 .left .list {
  margin-top: 80px;
}
.about-page .about-4 .left .list ul {
  margin: -8px 0;
}
.about-page .about-4 .left .list ul li {
  padding: 8px 0;
  font-size: 16px;
}
.about-page .about-4 .left .list ul li span.txt {
  color: #120c0b;
  display: inline-block;
}
.about-page .about-4 .left .list ul li span.num {
  line-height: 1.75em;
  height: 1.75em;
  padding: 0 0.75em;
  border-radius: 2px;
  background-color: #120c0b;
  color: white;
  position: relative;
  float: right;
  margin-top: -0.4em;
}
.about-page .about-4 .left .list ul li span.num:after {
  content: '';
  border-top: 10px solid #120c0b;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-page .about-4 .left .list ul li .line {
  display: block;
  height: 10px;
  border-radius: 5px;
  background-color: #ebebeb;
  position: relative;
  margin-top: 12px;
}
.about-page .about-4 .left .list ul li .line i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: inherit;
  background-color: var(--color);
  width: 0;
  -webkit-transition: 5s;
  -moz-transition: 5s;
  transition: 5s;
}
.about-page .about-4 .right {
  width: 66%;
  vertical-align: bottom;
}
.about-page .about-4 .right .map {
  width: 120%;
  margin: 0 -15% 0 -5%;
}
.chainList {
  padding: 80px 0 80px;
}
.chainList .top .left {
  vertical-align: bottom;
}
.chainList .top .left span.tag {
  margin-bottom: 1em;
}
.chainList .top .right {
  vertical-align: bottom;
  text-align: right;
}
.chainList .bottom {
  margin-top: 70px;
}
.chainList .bottom .list ul {
  margin: -10px;
}
.chainList .bottom .list ul li {
  padding: 10px;
  font-size: 22px;
  font-weight: 500;
  /*text-transform: uppercase;*/
  line-height: 1.2;
  border-radius: 10px;
  overflow: hidden;
}
.chainList .bottom .list ul li img{
  border-radius: 10px;
}
.chainList .bottom .list ul li a.img-box {
  display: block;
}
.chainList .bottom .list ul li span.h6 {
  display: block;
  margin-top: .6em;
  margin-bottom: 5px;
}
.chainList .bottom .list ul li time {
  display: block;
  color: var(--color);
}


@media screen and (max-width: 1600px) {
  .inner-banner .mbx,
  .about-page .about-2 .numList ul li p,
  .contact-page .box .right .info,
  .newdet-page .newsContent time,
  .newdet-page .newsContent .bottom .m-link,
  .newdet-page .newsContent .bottom .share,
  .news-page .newsList ul li time {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1,
  .service-page .service-1 {
    padding-top: 80px;
  }
  .about-page .about-2,
  .chainList,
  .contact-page,
  .factory-page,
  .faq-page,
  .newdet-page,
  .news-page,
  .service-page .service-2,
  .service-page .service-3 {
    padding: 80px 0;
  }
  .about-page .about-1 .img {
    height: 400px;
    margin-top: 40px;
  }
  .about-page .about-1 .img .play {
    width: 80px;
  }
  .about-page .about-2 .box .left hr {
    margin: 30px 0;
  }
  .about-page .about-2 .box .right .list ul li,
  .chainList .bottom .list ul li,
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .factory-page .bottom .list ul li span.h6,
  .news-page .newsList ul li span.h6,
  .service-page .service-2 .list ul li span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title {
    font-size: 20px;
    line-height: 36px;
  }
  .about-page .about-2 .numList ul li span.h6,
  .service-page .service-4 ul li span.h6 {
    font-size: 48px;
  }
  .about-page .about-2 .numList {
    margin-top: 80px;
  }
  .about-page .about-3 {
    padding: 30px 0;
  }
  .about-page .about-4 .right .map {
    width: 100%;
    margin: 0;
  }
  .about-page .about-4 .left .list,
  .chainList .bottom,
  .inner-page .m-page,
  .inner-page .prodet-product-link .dotsBox {
    margin-top: 50px;
  }
  .about-page .about-4 .left .list ul li {
    font-size: 14px;
  }
  .contact-page .map {
    margin-top: 60px;
  }
  .inner-page .slideBarBox .slideBarLeft .border.search,
  .inner-page .slideBarBox .slideBarLeft .border.nav span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot,
  .inner-page .slideBarBox .slideBarLeft .border.mail {
    padding: 20px;
  }
  .inner-page .slideBarBox .slideBarLeft .border.img {
    padding: 35px 20px;
  }
  .inner-page .slideBarBox .slideBarLeft .border span.h6 {
    font-size: 24px;
    line-height: 44px;

  }
  .inner-page .m-page a,
  .inner-page .m-page span,
  .inner-page .prodet-product-link .dotsBox .prev,
  .inner-page .prodet-product-link .dotsBox .next,
  .inner-page .prodet-product-link .dotsBox button {
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 10px;
  }
  .factory-page .bottom .list {
    margin: 50px 0;
  }
  .TopTitle .right .list ul li,
  .faq-page .slideBarRight .faqList {
    font-size: 18px;
  }
  .factory-page .bottom .list ul li,
  .news-page .newsList ul li {
    padding: 10px;
  }
  .factory-page .bottom .list ul,
  .news-page .newsList ul {
    margin: -10px;
  }
  .newdet-page .newsContent h1 {
    font-size: 32px;
  }
  .service-page .service-2 .list ul li span.num {
    font-size: 36px;
  }
  .service-page .service-2 .list {
    margin-top: 50px;
  }
  .service-page .service-4 {
    padding: 40px 0;
  }
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li li a,
  .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.cat {
    font-size: 16px;
    line-height: 30px;
  }
  .TopTitle .right {
    margin-top: 30px;
  }
  .newdet-page .newsContent h1,
  .newdet-page .prodet-product-link span.h3,
  .faq-page .slideBarRight span.h3,
  .contact-page .box .right span.h3 {
    font-size: 28px;
  }
  
}
@media screen and (max-width: 1450px) {
  .inner-banner {
    padding: 80px 0;
  }
  .service-page .service-2 .list ul li span.num {
    font-size: 32px;
  }
  .about-page .about-2 .box .right .list ul li,
  .chainList .bottom .list ul li,
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .factory-page .bottom .list ul li span.h6,
  .news-page .newsList ul li span.h6,
  .service-page .service-2 .list ul li span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title,
  .inner-page .slideBarBox .slideBarLeft .border.search,
  .inner-page .slideBarBox .slideBarLeft .border.nav span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot,
  .inner-page .slideBarBox .slideBarLeft .border.mail {
    font-size: 18px;
    line-height: 32px;
  }
  .service-page .service-2 .list {
    margin-top: 30px;
  }
  .about-page .about-1,
  .service-page .service-1 {
    padding-top: 60px;
  }
  .about-page .about-2,
  .chainList,
  .contact-page,
  .factory-page,
  .newdet-page,
  .news-page,
  .service-page .service-2,
  .service-page .service-3,
  .about-page .about-4 {
    padding: 60px 0;
  }
  .about-page .about-2 .numList ul li span.h6,
  .service-page .service-4 ul li span.h6 {
    font-size: 36px;
  }
  .about-page .about-2 .box .right .list ul li,
  .chainList .bottom .list ul li,
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .factory-page .bottom .list ul li span.h6,
  .news-page .newsList ul li span.h6,
  .service-page .service-2 .list ul li span.h6 {
    font-size: 16px;
  }
  .inner-page .slideBarBox .slideBarLeft .border.img span.phone {
    font-size: 14px;
  }
  .TopTitle .right .list ul li {
    font-size: 16px;
  }
  .TopTitle .right {
    margin-top: 20px;
  }
  .news-page .newsList ul li hr {
    margin: 10px 0;
  }
  .newdet-page .newsContent h1,
  .newdet-page .prodet-product-link span.h3,
  .contact-page .box .right span.h3 {
    font-size: 24px;
  }
  .contact-page .map {
    height: 400px;
  }
  .contact-page .box .right .info li {
    margin-bottom: .5em;
  }
  .contact-page .box .left .form ul li input {
    font-size: 14px;
    line-height: 2;
  }
  .contact-page .box .left .form ul li.mt {
    margin-top: 1em;
  }
  .contact-page .box .right .info {
    margin: 1.5em 0 2em;
  }
  .about-page .about-2 .numList {
    margin-top: 40px;
  }
  .about-page .about-4 .left .list,
  .chainList .bottom,
  .inner-page .m-page,
  .inner-page .prodet-product-link .dotsBox {
    margin-top: 30px;
  }
  span.h2{
     font-size: 36px;
   }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    height: auto;
  }
  .about-page .about-1 .img {
    height: 320px;
  }
  .about-page .about-2 .box .left {
    padding-right: 10%;
  }
  .about-page .about-2 .box .right .list ul li {
    padding: 10px;
  }
  .about-page .about-2 .box .right .list ul {
    margin: -10px;
  }
  .about-page .about-3 img {
    max-height: 70px;
  }
  .contact-page .box .right {
    padding-left: 5%;
  }
  .newdet-page .newsContent h1,
  .newdet-page .prodet-product-link span.h3,
  .contact-page .box .right span.h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .contact-page .map {
    height: 300px;
  }
  .inner-page .slideBarBox .slideBarLeft {
    display: none;
  }
  .inner-page .slideBarBox .slideBarRight {
    width: 100%;
  }
  .TopTitle .right .list ul li,
  .faq-page .slideBarRight .faqList {
    font-size: 14px;
  }
  .TopTitle .right {
    margin-top: 25px;
  }
  .inner-page .prodet-product-link {
    padding-top: 60px;
  }
  .about-page .about-2 .box .right .list ul li,
  .chainList .bottom .list ul li,
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .factory-page .bottom .list ul li span.h6,
  .news-page .newsList ul li span.h6,
  .service-page .service-2 .list ul li span.h6 {
    font-size: 14px;
    line-height: 28px;
  }
  .about-page .about-2 .numList ul li span.h6,
  .service-page .service-4 ul li span.h6 {
    font-size: 28px;
  }
  .xinwenbiaoti{
    line-height: 1.8;
    min-height: 2.5em;
  }
}
@media screen and (max-width: 1000px) {
  span.h2{
     font-size: 30px;
   }
  .service-page .service-1 .right {
    padding: 0;
    width: 100%;
  }
  .service-page .service-1 .left {
    display: none;
  }
  .service-page .service-2 .list ul li {
    width: 50%;
  }
  .service-page .service-2 .list ul li:last-child span.num:after {
    display: inline-block;
  }
  .service-page .service-2 .list ul li span.num {
    font-size: 28px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span,
  .inner-page .prodet-product-link .dotsBox .prev,
  .inner-page .prodet-product-link .dotsBox .next,
  .inner-page .prodet-product-link .dotsBox button {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .TopTitle .right {
    width: 100%;
  }
  .contact-page .box .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .contact-page .box .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .map {
    margin-top: 30px;
    height: 240px;
  }
  .contact-page .box .right .share a {
    font-size: 16px;
  }
  .inner-banner .mbx,
  .about-page .about-2 .numList ul li p,
  .contact-page .box .right .info,
  .newdet-page .newsContent time,
  .newdet-page .newsContent .bottom .m-link,
  .newdet-page .newsContent .bottom .share,
  .news-page .newsList ul li time {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-1 .box .left {
    width: 100%;
    padding-right: 0;
    position: relative;
    top: 0;
  }
  .about-page .about-1 .box .right {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-1 .img {
    height: 260px;
  }
  .about-page .about-4 .left .list ul li {
    padding: 4px 0;
    font-size: 14px;
  }
  .about-page .about-2 .numList ul li {
    width: 50%;
    border: none;
    text-align: left;
  }
  .about-page .about-2 .box .left {
    padding-right: 0;
    width: 100%;
    position: relative;
    top: 0;
  }
  .about-page .about-2 .box .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-2 .box .left hr {
    margin: 10px 0;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    padding: 60px 0;
  }
  .service-page .service-4 ul li{
    border-right: none !important;
  }
}


.history-page {
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    text-align: left
}

.history-page .ui.container {
    width: auto;
    max-width: 1700px
}

.history-page .left {
    width: 38%;
    padding-right: 4%;
    margin-top: 6%
}

.history-page .right {
    width: 62%
}

.history-page .right .swiper {
    margin-right: -14%;
    overflow: hidden
}

.history-page .right span.h6 {
    color: #00a9f8;
    display: block;
    line-height: 1.4;
    font-weight: 500;
    font-size: 30px
}

.history-page .right .text {
    margin: .5em 0 1.3em
}

.history-page .right .img {
    height: 280px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-radius: 15px;
    background-size: cover;
    max-width: 420px;
    margin-bottom: 180px
}

.history-page .right .swiper-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.history-page .right .swiper-slide-active~div .img {
    height: 0
}

.history-page .bg {
    width: 100vw;
    height: 100vw;
    position: absolute;
    top: 75%;
    left: 0;
    z-index: 1
}

.history-page .bg i {
    font-size: 10vw;
    position: absolute;
    top: 0;
    left: 8%;
    -webkit-transform: translate(0%,-47%);
    -moz-transform: translate(0%,-47%);
    -ms-transform: translate(0%,-47%);
    transform: translate(0%,-47%);
    color: #00a9f8;
    z-index: 1;
    cursor: pointer;
    cursor: hand;
    line-height: 1
}

.history-page .bg span {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.factory-page {
  padding: 100px 0 80px;
}
.factory-page .bottom .list {
  margin: 90px 0 0;
}
.factory-page .bottom .list ul {
  margin: -35px -10px;
}
.factory-page .bottom .list ul li {
  padding: 35px 10px;
}
.factory-page .bottom .list ul li a.img-box {
  display: block;
}
.factory-page .bottom .list ul li a.img-box img {
  width: 100%;
}
.factory-page .bottom .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icon-zoom.png") center center no-repeat rgba(192, 28, 28, 0.7);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factory-page .bottom .list ul li a.img-box:hover:after {
  opacity: 1;
}
.factory-page .bottom .list ul li span.h6 {
  font-size: 22px;
  font-weight: 500;
  color: #120c0b;
  display: block;
  margin-top: .5em;
}

.service-page .service-1 {
  padding-top: 100px;
  padding-bottom: 60px;
}
.service-page .service-1 .left {
  vertical-align: middle;
}
.service-page .service-1 .left .img video{
  display: block;
  width: 100%;
}
.service-page .service-1 .right {
  vertical-align: middle;
  padding-left: 5%; 
}
.service-page .service-1 .right .text{
  
   height: 270px;
   overflow-y: auto;
}

.service-page .service-1 .right span.h2 {
  margin: .5em 0;
}
.service-page .service-1 .right span.h2 em {
  font-size: 0.875em;
}
.service-page .service-2 {
  padding:80px 0 80px;
  text-align: center;
}
.service-page .service-2 .text{
  font-size: 18px!important;
  line-height: 32px;
}
.service-page .service-2 .list {
  margin-top: 80px;
}
.service-page .service-2 .list ul {
  margin: -13px;
}
.service-page .service-2 .list ul li {
  padding: 13px;
  text-align: left;
}
.service-page .service-2 .list ul li span.num {
  font-size: 50px;
  font-weight: 900;
  color: var(--color);
  display: block;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
}
.service-page .service-2 .list ul li span.num:after {
  content: '';
  width: 100%;
  background-color: black;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
  margin-top: -0.2em;
}
.service-page .service-2 .list ul li span.h6 {
  font-weight: 500;
  font-size: 24px;
  color: #120c0b;
  margin: .5em 0;
  display: block;
  line-height: 1.2;
}
.service-page .service-2 .list ul li .text {
  line-height: 2;
}
.service-page .service-2 .list ul li:last-child span.num:after {
  display: none;
}
.service-page .service-3 {
  padding: 130px 0 90px;
  text-align: center;
  color: white;
  background-image: url("../images/service-3-bg.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.service-page .service-3 span.h2 {
  margin-bottom: 1.2em;
}
.service-page .service-3 a.more {
  color: #fff;
}
.service-page .service-3 a.more:hover {
  color: white;
}
.service-page .service-4 {
  padding: 60px 0;
  background-color: var(--color);
  color: white;
  text-align: center;
}
.service-page .service-4 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.service-page .service-4 ul li {
  padding: 5px;
  border-right: 1px solid white;
}
.service-page .service-4 ul li span.h6 {
  font-weight: 500;
  font-size: 40px;
  display: block;
  line-height: 1.2;
}
.service-page .service-4 ul li span.h6 sub {
  font-size: 50%;
  vertical-align: baseline;
}
.service-page .service-4 ul li .text {
  color: inherit;
  margin-top: .5em;
}
.service-page .service-4 ul li:last-child {
  border-right: none;
}
@media screen and (max-width: 1450px) {
    .history-page .right .img {
        height:200px;
        margin-bottom: 150px
    }
}

@media screen and (max-width: 1000px) {
    .history-page .right {
        width:100% !important;
        padding-left: 0;
        margin-top: 30px
    }

    .history-page .left {
        width: 100% !important;
        padding-right: 0
    }

    .history-page .flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .history-page .bg {
        display: none
    }

    .history-page .right .img {
        height: 200px !important;
        margin-bottom: 0 !important
    }

    .history-page .left {
        margin-top: 0
    }
}

@media screen and (max-width: 500px) {
    .history-page .right .swiper {
        margin-right:0
    }

    .product-det2-page .prodet-22 .content .det {
        font-size: 16px;
        line-height: 30px
    }
}


.service-page .init-1 {
    padding: 103px 0 0
}

.service-page .init-1 .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.service-page .init-1 .title .acc .tag {
    margin-top: 20px
}

.service-page .init-1 .title p {
    margin-top: 50px;
    max-width: 465px
}

.service-page .init-1 .top {
    margin-top: 0
}

.service-page .init-1 .top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -14px
}

.service-page .init-1 .top ul li {
    position: relative;
    padding: 0 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    transition: 1s
}

.service-page .init-1 .top ul li .acc {
    position: relative;
    height: 761px;
    border-radius: 30px;
    cursor: pointer
}

.service-page .init-1 .top ul li .tit3 {
    position: absolute;
    left: 50%;
    bottom: 45px;
    -webkit-transform: translateX(-50%) rotate(-180deg);
    transform: translateX(-50%) rotate(-180deg);
    font-size: 30px;
    font-family: Mulish;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    /*text-transform: uppercase;*/
    -webkit-transition: .3s;
    transition: .3s
}

.service-page .init-1 .top ul li .box {
    position: absolute;
    left: 0;
    top: 22%;
    width: 100%;
    padding: 0 65px;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: -1
}

.service-page .init-1 .top ul li .box .tit {
    font-size: 30px;
    font-family: Mulish;
    font-weight: 700;
    color: #fff;
    line-height: 1.4
}

.service-page .init-1 .top ul li .box dl {
    margin-top: 60px;
    max-width: 430px
}

.service-page .init-1 .top ul li .box dl dd a {
    position: relative;
    display: block;
    font-size: 18px;
    font-family: Mulish;
    font-weight: 400;
    color: #fff;
    line-height: 32px;
    /*text-transform: capitalize;*/
    padding: 12px 0;
    padding-right: 39px;
    border-bottom: 2px solid rgba(255,255,255,.4);
    -webkit-transition: .3s;
    transition: .3s
}

.service-page .init-1 .top ul li .box dl dd a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 39px;
    height: 7px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/template/en/images/bann1.png) no-repeat center;
    -webkit-transition: .3s;
    transition: .3s
}

.service-page .init-1 .top ul li .box dl dd a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(0,0,0,.3);
    -webkit-transition: .4s;
    transition: .4s
}

.service-page .init-1 .top ul li .box dl dd a:hover:before {
    width: 100%
}

.service-page .init-1 .top ul li .box dl dd a:hover {
    padding: 16.5px 15px
}

.service-page .init-1 .top ul li .box dl dd a:hover:after {
    right: 15px
}

.service-page .init-1 .top ul li.active {
    -webkit-box-flex: 7;
    -ms-flex: 7;
    flex: 7
}

.service-page .init-1 .top ul li.active .acc .tit3 {
    opacity: 0;
    z-index: -1
}

.service-page .init-1 .top ul li.active .acc .box {
    opacity: 1;
    z-index: 11
}

@media screen and (max-width: 1400px) {
    .service-page .init-1 .top ul li .box dl dd a {
        padding:10px 0
    }
}

@media screen and (max-width: 1100px) {
    .service-page .init-1 .title {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .service-page .init-1 .title p {
        max-width: 100%;
        width: 100%;
        margin-top: 15px
    }

    .service-page .init-1 {
        padding: 80px 0
    }

    .service-page .init-1 .top {
        margin-top: 40px
    }

    .service-page .title .tag i {
        display: initial
    }

    .service-page .init-1 .top ul li .box {
        padding: 0 40px;
        top: 10%
    }

    .service-page .init-1 .top ul li .box dl {
        margin-top: 30px
    }

    .service-page .init-1 .top ul li .tit3 {
        font-size: 24px
    }

    .service-page .init-1 .top ul li .acc {
        height: 620px
    }

    .service-page .init-1 .top ul li .box dl dd a {
        font-size: 16px;
        padding: 9px 0
    }
}

@media screen and (max-width: 768px) {
    .service-page .init-1 {
        padding:50px 0
    }

    .service-page .init-1 .top ul {
        flex-wrap: wrap
    }

    .service-page .init-1 .top ul li {
        width: 100%!important;
        flex: unset!important;
        margin: 20px 0
    }

    .service-page .init-1 .top ul li .box {
        opacity: 1!important;
        z-index: 19!important
    }

    .service-page .init-1 .top ul li .tit3 {
        display: none!important
    }
}

@media screen and (max-width: 450px) {
    .service-page .init-1 .title .acc .tag {
        margin-top:10px;
        line-height: 2
    }

    .service-page .init-1 .top ul li .box {
        padding: 0 20px
    }

    .service-page .init-1 .top ul li .box .tit {
        font-size: 24px
    }

    .service-page .init-1 .top ul li .box dl dd a {
        font-size: 14px
    }

    .service-page .init-1 .top ul li .box dl dd a:after {
        display: none
    }
}

.why-page .service-2 {
    padding: 80px 0 10px;
    text-align: center
}

.why-page .service-2 .list {
    margin-top: 80px
}

.why-page .service-2 .list ul {
    margin: -13px
}

.why-page .service-2 .list ul li {
    padding: 13px;
    text-align: center;
    overflow: hidden
}

.why-page .service-2 .list ul li .num_box {
    position: relative;
    display: inline-block
}

.why-page .service-2 .list ul li span.num {
    font-size: 50px;
    font-weight: 500;
    color: var(--color);
    display: inline-block;
    position: relative
}

.why-page .service-2 .list ul li .num_box:before,.why-page .service-2 .list ul li .num_box:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 500px;
    background-color: #bfbfbf;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-left: .5em;
    margin-top: -.2em
}

.why-page .service-2 .list ul li .num_box:before {
    right: 100%;
    left: auto;
    margin-right: 1em;
    margin-left: 0
}

.why-page .service-2 .list ul li:first-child .num_box:before {
    display: none
}

.why-page .service-2 .list ul li:last-child .num_box:after {
    display: none
}

.why-page .service-2 .list ul li span.h6 {
    font-weight: 700;
    font-size: 24px;
    color: #120c0b;
    margin: .5em 0;
    display: block;
    line-height: 44px
}

.why-page .service-2 .list ul li .text {
    line-height: 1.6;
    color: #626262
}

.why-page .service-2 .list ul .slick-slide:last-child li span.num:after,.why-page .service-2 .list ul li:last-child span.num:after {
    display: none
}

.why-page .service-2 .list ul li .text {
    font-size: 18px
}

@media screen and (max-width: 1600px) {
    .why-page .service-2 {
        padding:80px 0
    }

    .why-page .service-2 .list ul li span.h6 {
        font-size: 20px
    }

    .why-page .service-4 ul li span.h6 {
        font-size: 48px
    }

    .why-page .service-2 .list ul li span.num {
        font-size: 36px
    }

    .why-page .service-2 .list {
        margin-top: 50px
    }
}

@media screen and (max-width: 1450px) {
    .why-page .service-2 .list ul li span.num {
        font-size:32px
    }

    .why-page .service-2 .list ul li span.h6 {
        font-size: 18px
    }

    .why-page .service-2 .list {
        margin-top: 30px
    }

    .why-page .service-2 {
        padding: 60px 0
    }

    .why-page .service-2 .list ul li span.h6 {
        font-size: 16px
    }
}

@media screen and (max-width: 1250px) {
    .why-page .service-2 .list ul li span.h6 {
        font-size:16px;
        line-height: 28px
    }
}

@media screen and (max-width: 1000px) {
    .why-page .service-2 .list ul li {
        width:25%
    }

    .why-page .service-2 .list ul li:last-child span.num:after {
        display: inline-block
    }

    .why-page .service-2 .list ul li span.num {
        font-size: 28px
    }
}

@media screen and (max-width: 500px) {
    .why-page .service-2 {
        padding:40px 0
    }

    .why-page .service-2 .list ul li {
        width: 100%
    }

    .why-page .service-2 .list ul li .num_box:before,.why-page .service-2 .list ul li .num_box:after {
        display: none
    }
}



.about-page .service-3 {
    /*padding-top: 7.2%;
    padding-bottom: 100px*/
}

.about-page .service-3 .header {
    text-align: center
}

.about-page .service-3 .header .title {
    font-size: 60px;
    color: #030303;
    line-height: 1;
    font-weight: 700;
    margin-top: 5px
}

.about-page .service-3 .content {
    margin-top: 65px
}

.about-page .service-3 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px
}

.about-page .service-3 .content ul li {
    padding-right: 20px;
    width: 25%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.about-page .service-3 .content ul li .ig {
    border: solid 1px var(--color);
    border-radius: 10px;
    padding: 30px 20px;
    height: 383px
}

.about-page .service-3 .content ul li .ig i {
    display: block
}

.about-page .service-3 .content ul li .ig .tit {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.6;
    padding-bottom: 20px
}

.font-18 {
    line-height: 32px
}

.about-page .service-3 .content ul li .ig .con {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0;
    -webkit-transition: opacity .1s ease-out,-webkit-transform .4s ease-out,-webkit-clip-path .6s cubic-bezier(.25,.59,.29,.96);
    transition: opacity .1s ease-out,-webkit-transform .4s ease-out,-webkit-clip-path .6s cubic-bezier(.25,.59,.29,.96);
    -moz-transition: opacity .1s ease-out,transform .4s ease-out,clip-path .6s cubic-bezier(.25,.59,.29,.96),-moz-transform .4s ease-out;
    transition: opacity .1s ease-out,transform .4s ease-out,clip-path .6s cubic-bezier(.25,.59,.29,.96);
    transition: opacity .1s ease-out,transform .4s ease-out,clip-path .6s cubic-bezier(.25,.59,.29,.96),-webkit-transform .4s ease-out,-moz-transform .4s ease-out,-webkit-clip-path .6s cubic-bezier(.25,.59,.29,.96);
    transition: opacity .1s ease-out,transform .4s ease-out,clip-path .6s cubic-bezier(.25,.59,.29,.96),-webkit-transform .4s ease-out,-webkit-clip-path .6s cubic-bezier(.25,.59,.29,.96);
    -webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
    clip-path: polygon(0 0,0 0,0 100%,0 100%);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    max-height: 200px;
    overflow: auto
}

.about-page .service-3 .content ul li .ig .num {
    position: absolute;
    bottom: 30px;
    right: 35px;
    font-size: 16px;
    color: #030303;
    font-weight: 500
}

.about-page .service-3 .content ul li.active {
    width: 50%
}

.about-page .service-3 .content ul li.active .con {
    opacity: .65;
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

@media screen and (max-width: 1440px) {
    .about-page .service-3 .content ul li .ig {
        padding:40px 30px 30px
    }

    .about-page .service-3 .content ul li .ig .tit {
        font-size: 32px
    }
}

@media screen and (max-width: 1280px) {
    .about-page .service-3 .content ul li .ig {
        padding:40px 20px 30px
    }

    .about-page .service-3 .content ul li .ig .tit {
        font-size: 29px
    }
}

@media screen and (max-width: 1100px) {
    .about-page .service-3 .content ul li .ig .tit {
        font-size:26px
    }
}

@media screen and (max-width: 1000px) {
    .about-page .service-3 .header .title {
        font-size:70px
    }

    .about-page .service-3 .content ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px
    }

    .about-page .service-3 .content ul li {
        width: 50%;
        margin-bottom: 10px
    }

    .about-page .service-3 .content ul li.active {
        width: 50%
    }

    .about-page .service-3 .content ul li .ig .con {
        opacity: .65;
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

    .about-page .service-3 .content ul li .ig {
        padding: 30px 20px 20px
    }

    .about-page .service-3 .content ul li .ig .con {
        font-size: 17px
    }
}

@media screen and (max-width: 700px) {
    .about-page .service-3 .header .title {
        font-size:53px
    }

    .about-page .service-3 .content {
        margin-top: 20px
    }

    .about-page .service-3 .content ul li .ig i {
        zoom:.7}

    .about-page .service-3 .content ul li .ig {
        padding: 10px
    }

    .about-page .service-3 .content ul li .ig .tit {
        font-size: 24px;
        margin-top: 0
    }

    .about-page .service-3 .content ul li .ig .num {
        bottom: 10px;
    }
}

@media screen and (max-width: 500px) {
    .about-page .service-3 .header .title {
        font-size:36px
    }

    .about-page .service-3 .content ul li,.about-page .service-3 .content ul li.active {
        width: 100%
    }

    .about-page .service-3 .content ul li .ig {
        height: auto;
        padding: 20px 15px
    }

    .about-page .service-3 .content ul li .ig .tit {
        line-height: 1.5
    }

    .about-page .service-3 .content ul li .ig .con {
        font-size: 16px;
        line-height: 1.8
    }
}


/* aft */
.aft01 {padding: 120px 0 100px; background: url(../images/aft01_bg.jpg);background-size: cover;position: relative;overflow: hidden;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.aft01  h4 {    font-size: 30px; color: #333333; margin: 16px 0 28px; font-weight: bold;}
.aft01 .box {display: flex;    margin-bottom: 60px;}
.aft01 .box .min {width: 350px;height: 350px;border-radius: 50%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.aft01 .box .min:nth-of-type(1) {transition: 0.5s; background-color: rgb(71 110 236);position: relative;z-index: 1;left: 0px;}
.aft01 .box .min:nth-of-type(2) {transition: 0.5s; background-color: rgb(36 36 36 / 90%); margin-left: -42px;position: relative;right: 0px;}
.aft01 .box:hover .min:nth-of-type(1){left: 308px;}
.aft01 .box:hover .min:nth-of-type(2){right: 308px;}
.aft01 .box .min  h5 {font-size: 20px;font-weight: bold;margin-bottom: 30px;color: #fff;}
.aft01 .box .min  h6 {font-size: 24px;color: #fff;font-weight: bold;margin-bottom: 50px;text-align: center;}
.aft01 .box .min  img {width: 42px;}
.aft01 p {font-size: 20px;color: #333333;font-weight: bold;}
.aft02 {padding: 100px 0;position: relative;overflow: hidden;}
.aft02 .bg_fix {position: absolute;top: 0px;left: 0px;width: 100%;height: 690px;}
.aft02 .bg_fix::after { content: ""; display: inline-block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); position: absolute; left: 0; top: 0; }
.aft02 .bg_fix img {height: 100%;width: 100%;object-fit: cover;}
.aft02 .top {display: flex;justify-content: center;align-items: center;flex-direction: column;   z-index: 1; position: relative;}
.aft02 .top .hu_h3 {color: #fff;}
.aft02 .top  p {font-size: 18px;line-height: 34px;text-align: center;color: #fff;margin-top: 10px;}
.aft02 .top .line {height: 75px;width: 1px;background-color: rgba(255,255,255,0.4);margin: 28px 0 ;position: relative;}
.aft02 .top .line::after {content: "";  width: 7px; height: 7px; background-color: #fff; position: absolute; left: 50%; transform: translateX(-50%); top: 0px; animation: 2s linear 0.5s infinite hua2;}
@keyframes hua2 { from { top: 0%; } to { top: 95%; } }
.aft02 .top h4 {font-size: 30px;color: #fff;font-weight: bold; line-height: 1.4;}
.aft02 .botF {padding: 0 90px;position: relative;}
.aft02 .botF .fa {    background-image: none; width: auto; height: auto; margin: 0; padding: 0; font-size: 74px; color: #cbcbcb; outline: none;}
.aft02 .botF .fa:hover {color: var(--color);;}
.aft02 .bot {position: relative;overflow: hidden;margin: auto;}
.aft02 .bot .swiper-slide{
  padding: 15px 10px;
}
.aft02 .bot .box {    background-color: #fff; padding: 50px 0 40px; border-radius: 12px; box-shadow: 0px 5px 15px rgb(102 102 102 / 30%); display: flex; justify-content: center; align-items: center; flex-direction: column; }
.aft02 .bot .box  .icon {border-radius: 50%; position: relative; height: 111px; display: flex;justify-content: center;align-items: center; width: 111px;}
.aft02 .bot .box:hover  .icon::before {   animation: img01anime 10s 0s linear infinite; }
.aft02 .bot .box:hover  .icon::after{  animation: img02anime 10s 0s linear infinite;}
.aft02 .bot .box  .icon::before {   content: ""; position: absolute; width: 120%; height: 120%; border-radius: 50%;  border: 1.6px dashed var(--color);}
.aft02 .bot .box  .icon::after{ content: ""; position: absolute; width: 100%; height: 100%; border-radius: 50%;  border: 1.6px dashed var(--color);}

@keyframes img01anime{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}
@keyframes img02anime{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(-360deg);}
}

.aft02 .bot .box  .icon img {width: 56px;transition: 0s;}
.aft02 .bot .box h4 {font-size: 30px;font-weight: 500;color: #333333;margin-bottom: 5px;    margin-top: 54px;}
.aft02 .bot .box h5 {        width: 239px; font-size: 22px; font-weight: 600;  position: relative; color: #666666; text-align: center; line-height: 32px; height: 52px; padding-top: 7px; margin-top: 5px; }
.aft02 .bot .box h5::after {content: "";position: absolute;width: 20px;height: 4px;background-color: var(--color);left: 50%;transform: translateX(-50%);bottom: 100%;}
.aft02 .bot .box p{padding:0px 10px; font-size: 18px; height: 110px; overflow-y: auto; margin: 0 20px;}
.aft02 .bot .box:hover h5::after {background-color: #fff;}
.aft02 .bot .box:hover h4,.aft02 .bot .box:hover h5,.aft02 .bot .box:hover p{color: #fff;}
.aft02 .bot .box:hover  .icon img {filter: grayscale(10) brightness(10);}
.aft02 .bot .box:hover  .icon,.aft02 .bot .box:hover  .icon::before,.aft02 .bot .box:hover  .icon::after {border-color: #fff;}
.font-20{
  line-height: 36px;
}
.aft02 .bot .box:hover {background-color: var(--color);}

.aft02 .bot .aft02Swiper {width: 1200px;margin: auto;}
.aft02 .bot  {width: 1242px;margin: auto;    padding: 22px 0;}
.aft03 {padding-bottom: 0;position: relative;overflow: hidden;}
.aft03 .icenter2 {display: flex;justify-content: space-between;align-items:center;}
.aft03 .icenter2 .le {overflow: hidden;position: relative;width: 45%;border-radius: 20px;height: 695px;}
.aft03 .icenter2 .le::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,.5); content: ''; -webkit-transition: -webkit-transform .6s; transition: transform .6s; -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0); transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0); z-index: 1; }
.aft03 .icenter2 .le:hover::before { -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0); transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0); }
.aft03 .icenter2 .le img{height: 100%;transition: 0.5s;}
.aft03 .icenter2 .le:hover img {transform: scale(1.1);}
.aft03 .icenter2 .ri {width: 50%;}
.aft03 .icenter2 .ri >ul {margin: 20px 0 0px;}
.aft03 .icenter2 .ri >ul li {position: relative;padding-left: 15px;font-size: 18px;color: #666666;line-height: 30px;}
.aft03 .icenter2 .ri >ul li::before {    width: 5px; height: 5px; border-radius: 50%; background-color: #666666; position: absolute; left: 0px; top: 13px; content: "";}
.aft03 dl dd{ padding-top: 60px;  display: flex;align-items: center;padding-bottom: 20px;border-bottom: 1px solid #d5d5d5;}
.aft03 dl dd .icon {width: 86px;margin-right: 58px;}
.aft03 dl dd .text h4 {    position: relative; padding-bottom: 0px; font-size: 18px; color: #333333; width: fit-content; margin-bottom: 10px;}
.aft03 dl dd .text h4 strong {font-size: 70px;font-weight: bold;}
.aft03 dl dd .text h4::after { position: absolute;content: "";left: 0px;bottom: 0px; width: 100%;height: 5px;background-color:var(--color);}
.aft03 dl dd .text  p {font-size: 18px;color: #666666;}
.aft04 {background: url(../images/aft04_bg.jpg);background-size: cover;position: relative;overflow: hidden;background-attachment: fixed;padding: 130px 0 180px;}
.aft04  .icenter2 {position: relative; z-index: 1;}
.aft04::after { content: ""; display: inline-block; width: 100%; height: 100%; background-color: rgba(239, 241, 247, 0.65); position: absolute; left: 0; top: 0; }
.aft04 .hu_h3 {padding-left: 42px;}
.aft04 dl {margin-top: 50px; display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 2;}
.aft04 dl dd {width: 48%;padding-left: 42px;padding-bottom: 42px;box-sizing: border-box;display: flex;align-items: center;position: relative;    justify-content: space-between;}
.aft04 dl dd .bg {position: absolute; width: 127px;left: 0px;bottom: 0px;transition: 0.5s;}
.aft04 dl dd:hover .bg {left: 30px;bottom: 30px;}
.aft04 dl dd .le {width: 38.5%;}
.aft04 dl dd .ri {width: 51%;}
.aft04 dl dd .ri .name {font-size: 20px;font-weight: bold;color: #333333;width: 156px;height: 43px;border: 1px solid #d3d3d4;display: flex;justify-content: center;align-items: center;    background-color: #fff;}
.aft04 dl dd:hover .ri .name {background-color: #cd161d;color: #fff;}
.aft04 dl dd .ri .number{margin-top: 78px;}
.aft04 dl dd .ri .number .t {display: flex;align-items: center; margin-bottom: 17px; }
.aft04 dl dd .ri .number .t .icon {width: 65px;    margin-right: 12px;animation: bounce-up-data-v-7e3caf58 1.5s linear infinite;}
.aft04 dl dd .ri .number .t a {font-size: 40px;font-weight: bold;color: #cd161d;position: relative;}
.aft04 dl dd .ri .number .t a::after {    content: ""; position: absolute; left: 5px; bottom: -7px; width: 50px; height: 3px; background-color: #cd161d;}
.aft04 dl dd .ri .number span {font-size: 18px;color: #999999;}

.swiper-button-next:after, .swiper-button-prev:after{
  display: none !important;
}
@media screen and (max-width:1600px) {
    .aft01 {padding: 100px 0 90px;}
    .aft01 h4 { font-size: 25px; margin: 10px 0 22px; }
    .aft01 .box .min { width: 320px; height: 320px;}
    .aft01 .box:hover .min:nth-of-type(1) { left: 278px; }
    .aft01 .box:hover .min:nth-of-type(2) { right: 278px; }
    .aft01 .box .min h5 { font-size: 17px; margin-bottom: 26px; }
    .aft01 .box .min h6 { font-size: 22px; margin-bottom: 44px; }
    .aft01 .box .min img { width: 32px; }
    .aft01 .box { margin-bottom: 38px; }
    .aft02 .top p { font-size: 15px; line-height: 28px; margin-top: 8px; }
    .aft02 .top { margin-bottom: 30px;}
    .aft02 .top h4 { font-size: 24px; }
    .aft02 .top .line { height: 55px; margin: 20px 0; }
    .aft02 .bot .aft02Swiper { width: 1000px; }
    .aft02 .bot { width: 1032px; padding: 22px 0; }
    .aft02 .botF { padding: 0 13px;}
    .aft02 .botF .fa { font-size: 65px; }
    .aft02 .bot .box { padding: 43px 0 40px; box-shadow: 0 0 11px #d8d8d8;}
    .aft02 .bot .box .icon { height: 95px; width: 95px;}
    .aft02 .bot .box .icon img { width: 48px; }
    .aft02 .bot .box h4 { font-size: 26px; margin-bottom: 5px; margin-top: 44px; }
    .aft02 .bot .box h5 { width: 220px; font-size: 15px; line-height: 24px; height: 48px; }
    .aft02 .bot .box h5::after { width: 17px; height: 3px; bottom: 100%; }
    .aft02 .botF .fa-angle-left {left: -18px;}
    .aft02 .botF .fa-angle-right {right: -18px;}
    .aft02 { padding: 115px 0 90px; }
    .aft02 .bg_fix { height: 555px; }
    .aft03 .icenter2 .ri >ul li { padding-left: 15px; font-size: 14px; line-height: 24px; }
    .aft03 .icenter2 .ri >ul { margin: 16px 0 0px; }
    .aft03 dl dd { padding-top: 34px; padding-bottom: 12px; }
    .aft03 dl dd .icon { width: 74px; margin-right: 50px; }
    .aft03 dl dd .text h4 { font-size: 16px; margin-bottom: 8px; }
    .aft03 dl dd .text h4 strong { font-size: 58px; }
    .aft03 dl dd .text h4::after { height: 4px;}
    .aft03 dl dd .text p { font-size: 15px; }
    .aft03 .icenter2 .le { height: 529px; }
    .aft04 { padding: 100px 0 155px; }
    .aft04 dl dd { padding-left: 36px; padding-bottom: 36px;}
    .aft04 .hu_h3 { padding-left: 36px; }
    .aft04 dl { margin-top: 38px;}
    .aft04 dl dd .ri .number .t .icon { width: 48px; margin-right: 10px;}
    .aft04 dl dd .ri .number .t a { font-size: 30px; }
    .aft04 dl dd .ri .number .t a::after { width: 41px;}
    .aft04 dl dd .ri .number span { font-size: 16px; }
    .aft04 dl dd .ri .name { font-size: 16px; width: 133px; height: 38px;}
    .aft04 dl dd .bg { width: 115px; }
    .aft04 dl dd .ri .number { margin-top: 70px; }
}
@media only screen and (max-width:1250px){
  .aft02 .bot,
  .aft02 .bot .aft02Swiper{
    width: 100%;
  }

}
@media only screen and (max-width:700px){
    .aft01 { padding: 50px 0; }
    .aft01 h4 { font-size: 22px; margin: 10px 0 22px; }
    .aft01 .box .min {        width: 192px; height: 192px; }
    .aft01 .box .min h5 { font-size: 14px; margin-bottom: 20px; }
    .aft01 .box .min h6 {      font-size: 16px; margin-bottom: 34px; height: 40px; display: flex; align-items: center;}
    .aft01 p { font-size: 16px; }
    .aft01 .box .min:nth-of-type(2) { margin-left: -25px; }
    .aft02 .top p { font-size: 15px; line-height: 26px; margin-top: 8px; }
    .aft02 .top .line { height: 42px; margin: 14px 0;position: relative; }
    .aft02 .top h4 { font-size: 22px; }
    .aft02 .bot { width: 110%; }
    .aft02 .top { margin-bottom: 20px; }
    .aft02 .botF { padding: 0 0px; }
    @keyframes hua2 { from { top: 0%; } to { top: 95%; } }
    .aft02 .bot .aft02Swiper { width: 100%; }
    .aft02 .bot { width: 100%;padding: 20px; }
    .aft02 .botF .fa-angle-left { left: -8px; }
    .aft02 .botF .fa-angle-right{ right: -8px; }
    .aft02 { padding: 80px 0 40px; }
    .aft02 .bg_fix { height: 483px; }
    .aft03 .icenter2 {flex-flow: wrap;}
    .aft03 .icenter2 .le {width: 100%;height: auto;margin-bottom: 20px;}
    .aft03 .icenter2 .ri {width: 100%;}
    .aft03 dl dd .icon { width: 60px; margin-right: 31px; }
    .aft03 { padding-bottom: 50px; }
    .aft04 {    padding: 50px 0 20px; background-attachment: unset;}
    .aft04 .hu_h3 { padding-left: 0px; }
    .aft04 dl { margin-top: 26px; flex-flow: wrap;}
    .aft04 dl dd {     padding-left: 22px; padding-bottom: 22px; width: fit-content; margin-bottom: 30px; }
    .aft04 dl dd .bg {     width: 72px; bottom: 0px; }
    .aft04 dl dd .le .imgbox {    height: 153px; width: 123px;}
    .aft04 dl dd .ri .name { font-size: 14px; width: 114px; height: 33px; }
    .aft04 dl dd .ri .number { margin-top: 38px; }
    .aft04 dl dd .ri .number .t a { font-size: 24px; }
    .aft04 dl dd .ri .number .t .icon { width: 32px; margin-right: 6px; }
    .aft04 dl dd .ri .number span { font-size: 14px; }
    .aft04 dl dd .ri { width: 60%; margin-left: 8%; }
    .aft01 .box:hover .min:nth-of-type(1) { left: 168px; }
    .aft01 .box:hover .min:nth-of-type(2) { right: 168px; }
    .aft02 .botF .swiper-button-next,
    .aft02 .botF .swiper-button-prev{
      display: none;
    }
}

.custom-2 .ui .top {
  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;
}
.custom-2 .ui .top .left {
  padding-right: 65px;
}
.custom-2 .ui .top .left .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--color);
}
.custom-2 .ui .top .left p {
  line-height: 2;
  margin-top: 35px;
}
.custom-2 .ui .bottom {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.custom-2 .ui .bottom .left {
  padding-right: 80px;
}
.custom-2 .ui .bottom .left p {
  max-width: 600px;
  line-height: 1.8;
  margin-top: 45px;
}
.custom-2 .ui .bottom .right ul.list3 li.active {
  background: #f3f3f3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.custom-2 .ui .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 28px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
}
.custom-2 .ui .bottom .right ul.list3 li .top em {
  margin-left: 25px;
  font-weight: bold;
}
.custom-2 .ui .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  top: 16px;
  right: 25px;
}
.custom-2 .ui .bottom .right ul.list3 li .content {
  padding: 10px 30px 20px 30px;
  line-height: 1.8;
  display: none;
  font-size: 16px;
}
@media screen and (max-width: 1250px){
   .custom-2 .ui .bottom .left {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1000px){
   .custom-2 .ui .bottom .right {
    padding-right: 0;
  }
  .custom-2 .ui .bottom {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 700px){
   .custom-2 .ui .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-2 .ui .top .left {
    padding-right: 0px;
    width: 100%;
  }
  .custom-2 .ui .top .right {
    width: 100%;
  }
  .custom-2 .ui .bottom .right ul.list3 li .top{
    flex-wrap: nowrap;
    font-size: 16px;
  }
  .custom-2 .ui .bottom .left {
    padding-right: 0px;
    width: 100%;
  }
  .custom-2 .ui .bottom .right {
    padding-right: 0;
    width: 100%;
    margin-top: 40px;
  }
}

.contact2-page .contact-1 {
  padding: 150px 0 110px;
  text-align: center;
}
.contact2-page .contact-1 .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.6;
  max-width: 650px;
  display: block;
  margin: 1em auto 3em;
}
.contact2-page .contact-1 .list ul {
  margin: -20px;
  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;
}
.contact2-page .contact-1 .list ul li {
  padding: 20px;
}
.contact2-page .contact-1 .list ul li .box {
  padding: 35px 5% 35px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
  position: relative;
  top: 0;
}
.contact2-page .contact-1 .list ul li .box i {
  display: block;
}
.contact2-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.contact2-page .contact-1 .list ul li .box span.h6 {
  font-weight: 500;
  font-size: 24px;
  color: #242424;
  margin: 1em 0 .5em;
  display: block;
}
.contact2-page .contact-1 .list ul li .box p {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
}
.contact2-page .contact-1 .list ul li .box:hover {
  border-color: var(--color);
  top: -20px;
}
.contact2-page .form ul {
  margin: -15px -7px;
}
.contact2-page .form ul li {
  padding: 15px 7px;
}
.contact2-page .form ul li input,
.contact2-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: .6em 1em;
  border: 1px solid #bfbfbf;
}
.contact2-page .form ul li input::-webkit-input-placeholder, .contact2-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.contact2-page .form ul li input:-moz-placeholder, .contact2-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.contact2-page .form ul li input::-moz-placeholder, .contact2-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.contact2-page .form ul li input:-ms-input-placeholder, .contact2-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.contact2-page .form ul li input::placeholder,
.contact2-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.contact2-page .form ul li textarea {
  height: 150px;
}
.contact2-page .form ul li input[type="submit"] {
  border: none;
  background: var(--color);
  color: white;
  /*font-weight: bold;*/
  font-size: 20px;
  font-family: 'rom';
  /*text-transform: uppercase;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact2-page .form ul li input[type="submit"]:hover {
  background: #242424;
}
.contact2-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .contact2-page .form ul li {
    padding: 6px;
  }
  .contact2-page .form ul {
    margin: -6px;
  }
  .contact2-page .form ul li input,
  .contact2-page .form ul li textarea,
  .contact2-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
    .contact2-page .form ul li input,
  .contact2-page .form ul li textarea,
  .contact2-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
}
@media screen and (max-width: 1250px){
   .contact2-page .contact-1 {
        padding: 50px 0 80px;
    }
    .contact2-page .contact-1 .text {
        font-size: 16px;
    }
}



.product-yd-page .header {
  max-width: 1112px;
}
.product-yd-page .header .ny-title {
  margin-top: 17px;
}
.product-yd-page .content ul li {
  z-index: 1;
}
.product-yd-page .content ul li .text {
  width: 57.535%;
  padding-right: 38px;
}
.product-yd-page .content ul li .img {
  width: 42.465%;
}
.product-yd-page .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-yd-page .content ul li:nth-child(even) .text {
  padding: 0 0 0 38px;
}
.product-yd-page .content ul li:last-child {
  padding-bottom: 0;
}
.product-page .sidebox .side-left {
  width: 27.5%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.product-page .sidebox .side-left .title {
  font-weight: 700;
    font-size: 24px;
}
.product-page .sidebox .side-left .side-nav ul li{
  margin-bottom: 10px;
  position: relative;
}
.product-page .sidebox .side-left .side-nav ul li i{
  position: absolute;
  right:0;
  top:6px;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: bold;
}
.product-page .sidebox .side-left .side-nav ul li a {
  display: block;
  font-size: 18px;
  color: #151515;
  line-height: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: 600;
  padding-right: 35px;
}
.product-page .sidebox .side-left .side-nav ul li a:hover,
.product-page .sidebox .side-left .side-nav ul li.active > a {
  color: var(--color);
}
.product-page .sidebox .side-left .side-nav ul li.cur i{
  transform: rotate(180deg);
}
.product-page .sidebox .side-left .side-nav ul li ul.sub-menu{
  padding: 10px 0;
}
.product-page .sidebox .side-left .side-nav ul li ul.sub-menu li{
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.product-page .sidebox .side-left .side-nav ul li ul.sub-menu li:before{
  content:"-";
  font-size: 20px;
  margin-right: 10px;
  line-height: 1;
}

.product-page .sidebox .side-left .side-search form {
  width: 100%;
}
.product-page .sidebox .side-left .side-search form input[type="search"] {
  width: 100%;
  height: 44px;
  background-color: #ffffff;
  border: solid 1px #e3e3e3;
  font-size: 16px;
  color: #cccccc;
  padding: 0 50px 0 11px;
}
.product-page .sidebox .side-left .side-search form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 47px;
  height: 44px;
  background: url(../images/icon-search-white.png) no-repeat center var(--color);
  border: 0;
}
.product-page .sidebox .side-left .side-recommend ul li .img-box {
  width: 22%;
  border: 1px solid #ccc;
}
.product-page .sidebox .side-left .side-recommend ul li .tit {
  width: 78%;
  line-height: 1.3;
}
.product-page .sidebox .side-left .side-recommend ul li:last-child {
  margin-bottom: 0;
}
.product-page .sidebox .side-right {
  width: 72.5%;
}
.product-page .sidebox .side-right ul {
  margin: -46px -13px -45px;
}
.product-page .sidebox .side-right ul li {
  padding: 46px 13px 45px;
}
.product-page .sidebox .side-right ul li .ig .img-box {
  border: 1px solid #ccc;
}
.product-page .sidebox .side-right ul li .ig .link {
  bottom: 0;
  left: 0;
  letter-spacing: 2px;
  background: var(--color);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 0;
  line-height: 1;
  text-align: center;
  padding: 24px 0 23px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .side-right ul li .ig .text .tit {
  font-size: 20px;
  line-height: 1.4;
}
.product-page .sidebox .side-right ul li .ig .text p {
  font-size: 16px;
  line-height: 1.4;
  color: #666;
  margin-top: 5px;
}
.product-page .sidebox .side-right ul li .ig:hover .link {
  opacity: 1;
  width: 100%;
}
.product-page .m-page {
  background: transparent;
}
.prodet-page {
  padding-bottom: 6.6146%;
}
.prodet-page .prodet-1 .left {
  width: 49.295%;
  position: sticky;
  top: 180px;
}
.prodet-page .prodet-1 .left .big span {
  bottom: 14.2%;
  right: 0;
}
/*.prodet-page .prodet-1 .left .big .img-box{
  border: 1px solid #ccc;
}*/
.prodet-page .prodet-1 .right {
  width: 50.705%;
}
/*.prodet-page .prodet-1 .right .con {
  max-height: 416px;
  overflow-y: auto;
}*/
.prodet-page .prodet-1 .right .desc {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #f3f3f3;
}
.prodet-page .prodet-1 .right .desc table tbody {
  min-width: 600px;
}
.prodet-page .prodet-1 .right .desc table td {
  border: 0;
  padding: 18px 0;
  text-align: center;
}
.prodet-page .prodet-1 .right .desc table td:nth-child(odd) {
  background-color: #f3f3f3;
}
.prodet-page .prodet-1 .right .desc table td:nth-child(even) {
  background-color: #e9e9e9;
}
.prodet-page .prodet-2 .options {
  border-bottom: 1px solid #f3f3f3;
}
.prodet-page .prodet-2 .options ul li {
  padding-right: 72px;
}
.prodet-page .prodet-2 .options ul li a {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #999;
  padding-right: 38px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options ul li a::after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 0;
  height: 1px;
  background: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options ul li:hover a,
.prodet-page .prodet-2 .options ul li.active a {
  color: #333;
}
.prodet-page .prodet-2 .options ul li:hover a::after,
.prodet-page .prodet-2 .options ul li.active a::after {
  width: 100%;
}
.prodet-page .prodet-2 .options ul li:last-child {
  padding-right: 0;
}
.prodet-page .prodet-2 .ret {
  font-size: 16px;
  line-height: 2;
  color: #666;
}
.prodet-page .prodet-2 .ret .slide .tit {
  display: none;
  font-weight: 600;
}
.prodet-page .m-link {
  font-weight: 600;
  border-top: 1px solid #f3f3f3;
}
.prodet-page .prodet-3 {
  padding-top: 7%;
}
.prodet-page .prodet-3 ul li .img-box {
  border: 1px solid #ccc;
}
.prodet-page .prodet-3 ul li .text {
  margin-top: 20px;
}
.prodet-page .prodet-3 ul li .text p {
  margin-top: 3px;
  color: #666666;
}
.prodet-page .prodet-3 ul li .font-16 {
  line-height: 1.5;
}

@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .left{
    top:80px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left{
    position: relative;
    top:0;
  }
  .product-yd-page .content ul li .text .con {
    max-height: 100px;
    overflow-y: auto;
  }
  .product-page .sidebox .side-left {
    display: none;
  }
  .product-page .sidebox .side-right {
    width: 100%;
  }
  .prodet-page .prodet-2 .options {
    zoom: .7;
  }
  .prodet-page .prodet-2 .ret {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page .content ul li .img {
    width: 100%;
    margin-top: 30px;
  }
  .product-yd-page .content ul li .text {
    width: 100%;
    padding-right: 0;
  }
  .product-yd-page .content ul li:nth-child(even) .text {
    padding: 0;
  }
  .product-yd-page .content ul li::after {
    display: none;
  }
  .prodet-page .prodet-2 .options {
    display: none;
  }
  .prodet-page .prodet-2 .ret .slide {
    display: block !important;
    margin-bottom: 12px;
  }
  .prodet-page .prodet-2 .ret .slide .tit {
    display: block;
  }
  .prodet-page .prodet-2 .ret .slide:last-child {
    margin-bottom: 0;
  }
  .prodet-page .prodet-3 {
    padding-top: 4%;
  }
  .product-page .sidebox .side-right ul li{
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .product-page .sidebox .side-right ul li{
    width: 100%;
  }
  .product-page .sidebox .side-right ul li {
    padding: 15px;
  }
  .product-page .sidebox .side-right ul li .ig .text .tit {
    font-size: 22px;
  }
}

.prodet-add1{
  /*background: url(../images/prodet-bg.png) no-repeat center;*/
  background-size: cover;
  padding: 6.40625% 0 7.92%;
}
.prodet-add1 .content ul{
  margin: 0 -100px -73px 0;
}
.prodet-add1 .content ul li{
  width: 200px;
  margin: 0 100px 73px 0;
}
.prodet-add1 .content ul li p{
  line-height: 1.3;
  color: #333;
}
.prodet-add2{
  background-color: #f7f7f7;
  padding: 4.5% 0;
}
.prodet-add2 .ny-title{
  margin-top: 0;
}
.prodet-add2 .title{
  color: #333333;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}
.prodet-add2 .item{
  margin-bottom: 50px;
}
.prodet-add2 .list ul{
  margin: -11.5px -26px;
}
.prodet-add2 .list ul li{
  padding: 11.5px 26px;
}
.prodet-add2 .list ul li img{
  width: 100%;
}
.prodet-add2 .list ul li p{
  line-height: 1.2;
  color: #333;
  margin-top: 13px;
}
.prodet-add2 .item:last-child{
  margin-bottom: 0;
}

.why-page .why-1 .ny-title {
  margin-top: 0;
}
.why-page .why-1 .right {
  width: 50%;
}
.why-page .why-2 ul li {
  border-right: 1px solid #ccc;
}
.why-page .why-2 ul li i {
  line-height: 99px;
  display: block;
}
.why-page .why-2 ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.why-page .why-2 ul li:first-child {
  padding-left: 0;
}
.why-page .why-2 ul li:last-child {
  padding-right: 0;
  border-right: 0;
}
.why-page .why-3 {
  background-image: url(/wuxiweineng/2026/04/15/service2.jpg?imageView2/2/format/webp/q/100);
  background-size: 100% 100%;
  padding: 6.146% 0 8.8021%;
  color: #fff;
}
.why-page .why-3 .box {
  max-width: 584px;
}
.why-page .why-4 .ny-title {
  margin-top: 0;
}
.why-page .why-4 ul li {
  border-bottom: 1px solid #ccc;
  z-index: 1;
  padding-left: 36px;
}
.why-page .why-4 ul li .text {
  max-width: 502px;
  padding-right: 100px;
}
.why-page .why-4 ul li .text .con {
  line-height: 1.8;
}
.why-page .why-4 ul li .icon {
  right: 58px;
  width: 27px;
  height: 27px;
  background-color: #cccccc;
  font-size: 20px;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
  cursor: pointer;
}
.why-page .why-4 ul li .bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  background-size: 100% 100%;
}
.why-page .why-4 ul li.active .text {
  padding: 28px 0 0 0;
}
.why-page .why-4 ul li.active .text .title {
  font-weight: 200;
  font-size: 24px;
}
.why-page .why-4 ul li.active .text .con {
  display: block;
}
.why-page .why-4 ul li.active .icon {
  width: 47px;
  height: 47px;
  right: 48px;
  background-color: #ffffff;
  color: var(--color);
  line-height: 47px;
}
.why-page .why-4 ul li.active .icon i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.why-page .why-4 ul li.active .bg {
  opacity: 1;
}
.why-page .why-5 .header {
  max-width: 894px;
  margin: 0 auto;
}
.why-page .why-5 .ny-title {
  margin-top: 0;
}
.why-page .why-5 .con {
  line-height: 1.8;
}
.why-page .why-6 {
  padding-bottom: 7.96875%;
}
.why-page .why-6 .ny-title {
  margin-top: 0;
}
.why-page .why-6 ul li {
  position: relative;
}
.why-page .why-6 ul li i {
  width: 140px;
  height: 140px;
  border: solid 1px #999999;
  border-radius: 50%;
}
.why-page .why-6 ul li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 16px;
  width: 1px;
  height: 158px;
  background-color: #cccccc;
}
.why-page .why-6 ul li:last-child::after {
  display: none;
}
.why-page .why-6 ul li:first-child:hover i img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.why-page .why-6 ul li:hover i {
  background: var(--color);
  border-color: var(--color);
}
.why-page .why-6 ul li:hover i img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.sus-page {
  /*padding: 3.59735% 0 5.834%;*/
}
.sus-page .sus-1 {
  z-index: 1;
}
.sus-page .sus-1 .ny-title {
  margin-top: 3px;
}
.sus-page .sus-1 .content {
  margin-top: -59px;
  -webkit-transform: translateY(126px);
  -moz-transform: translateY(126px);
  -ms-transform: translateY(126px);
  transform: translateY(126px);
}
.sus-page .sus-1 .left {
  width: 38.591%;
  margin-top: 59px;
}
.sus-page .sus-1 .left .ny-title {
  margin-top: 0;
}
.sus-page .sus-1 .left .tit {
  line-height: 1.4;
}
.sus-page .sus-1 .right {
  width: 61.409%;
}
.sus-page .sus-1 .right ul li {
  color: #fff;
  z-index: 1;
}
.sus-page .sus-1 .right ul li span {
  font-weight: 200;
  max-width: 170px;
  margin-left: 17px;
}
.sus-page .sus-1 .right ul li:nth-child(1) {
  top: 10%;
  left: 30%;
}
.sus-page .sus-1 .right ul li:nth-child(2) {
  top: 50%;
  left: 3%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sus-page .sus-1 .right ul li:nth-child(2) i {
  display: block;
  text-align: center;
}
.sus-page .sus-1 .right ul li:nth-child(2) span {
  margin-left: 0;
  max-width: 146px;
  display: inline-block;
  margin-top: 19px;
}
.sus-page .sus-1 .right ul li:last-child {
  bottom: 9%;
  left: 25%;
}
.sus-page .sus-1 .right ul li:last-child span {
  max-width: 260px;
}
.sus-page .sus-1::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 72.865%;
  height: 51.357%;
  background-color: #f5f5f5;
}
.sus-page .sus-2 {
  background-image: url(/wuxiweineng/2026/04/20/remoteservice.jpg?imageView2/2/format/webp/q/100);
  padding: 10.26042% 0 10%;
  background-size: cover;
}
.sus-page .sus-2 .box {
  /*max-width: 663px;*/
  margin: 0 0 0 auto;
}
.sus-page .sus-3 .ny-title {
  margin-top: 0;
}
.sus-page .sus-3 ul {
  margin: -33px -28px -18px -37px;
}
.sus-page .sus-3 ul li {
  padding: 33px 28px 18px 37px;
}
.sus-page .sus-3 ul li .ig {
  padding: 146px 18px 80px 48px;
  height: 100%;
  /*background-size: 100% 100%;*/
  background: #161616;
  border-radius: 10px;
}
.sus-page .sus-3 ul li .ig i {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c80010), to(#7d1621));
  background-image: -webkit-linear-gradient(top, #c80010 0%, #7d1621 100%);
  background-image: -moz-linear-gradient(top, #c80010 0%, #7d1621 100%);
  background-image: linear-gradient(to bottom, #c80010 0%, #7d1621 100%);
  text-align: center;
  line-height: 151px;
  top: 0;
  left: 0;
}
.sus-page .sus-3 ul li .ig i img {
  display: inline-block;
  vertical-align: middle;
}
.sus-page .sus-3 ul li .ig .text .title {
  font-weight: 600;
  min-height: 49px;
  color: #fff;
  font-size: 24pxpx;
}
.sus-page .sus-3 ul li .ig .text .con {
  line-height: 1.8;
  margin-top: 25px;
  color: #fff;
  overflow: auto;
  height: 249px;
}
.sus-page .sus-4 .ny-title {
  margin-top: 0;
}
.sus-page .sus-4 ul li .text {
  margin-top: -70px;
  background: #fff;
  font-weight: 200;
  padding: 0 51px;
  line-height: 1.9;
  position: relative;
  height: 254px;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.09);
}
.sus-page .sus-4 ul li .text::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -23px;
  width: 54px;
  height: 24px;
  background: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.sus-page .sus-4 ul li:first-child .text {
  padding-left: 95px;
  padding-right: 95px;
}
.sus-page .sus-4 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;
}
.sus-page .sus-4 ul li:nth-child(even) .text {
  margin: 0 0 -70px 0;
  z-index: 0;
}
.sus-page .sus-4 ul li:nth-child(even) .text::after {
  top: initial;
  bottom: -23px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.sus-page .sus-5 .ny-title {
  margin-top: 0;
}
.sus-page .sus-5 ul li i {
  line-height: 69px;
}
.sus-page .sus-5 ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.sus-page .sus-5 ul li p {
  font-weight: 200;
  line-height: 1.9;
}
@media screen and (max-width: 1680px) {
  .prodet-add1 .content ul {
    margin: 0 -90px -73px 0;
  }
  .prodet-add1 .content ul li{
    margin: 0 90px 73px 0;
  }
}
@media screen and (max-width: 1600px) {
  .contact-page .box{
    max-width: 1200px;
  }
  .contact-page .contact-2{
    margin-top: 30px;
  }
}
@media screen and (max-width: 1450px) {
  .prodet-add1 .content ul {
    margin: 0 -42px -73px 0;
  }
  .prodet-add1 .content ul li{
    margin: 0 42px 73px 0;
  }
}
@media screen and (max-width: 1250px) {
  .prodet-add1 .content ul {
    margin: 0 0 -73px 0;
  }
  .prodet-add1 .content ul li{
    margin: 0 0 73px 0;
    width: 180px;
  }
  
  .why-page .why-2 ul {
    margin-bottom: -20px;
  }
  .why-page .why-2 ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .why-page .why-2 ul li:nth-child(even) {
    border-right: 0;
  }
  .why-page .why-6 ul {
    margin-bottom: -20px;
  }
  .why-page .why-6 ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .why-page .why-6 ul li:nth-child(even)::after {
    display: none;
  }
  
  .sus-page .sus-1 .right {
    zoom: .7;
  }
  .sus-page .sus-1 .content {
    margin-top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .sus-page .sus-3 ul li .ig i {
    width: 110px;
    height: 110px;
    line-height: 110px;
  }
  .sus-page .sus-3 ul li .ig {
    padding: 100px 18px 40px 24px;
  }
  .sus-page .sus-4 ul li .text {
    padding: 0 25px;
  }
  .sus-page .sus-4 ul li:first-child .text {
    padding-left: 47px;
    padding-right: 47px;
  }
}
@media screen and (max-width: 1000px) {
  
  .sus-page .sus-1 .content {
    margin-top: 30px;
  }
  .sus-page .sus-1 .left {
    margin-top: 0;
    width: 100%;
  }
  .sus-page .sus-1 .right {
    zoom: .8;
    width: 100%;
  }
  .sus-page .sus-3 .header .left {
    width: 100%;
  }
  .sus-page .sus-3 .content ul {
    margin-right: 0;
  }
  .sus-page .sus-3 .content ul li {
    padding-right: 0;
    width: 50%;
  }
  .sus-page .sus-3 .content ul li i {
    left: 37px;
  }
  .sus-page .sus-4 ul li .text {
    margin-top: -35px;
    padding: 0 12px;
  }
  .sus-page .sus-4 ul li:first-child .text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sus-page .sus-4 ul li:nth-child(even) .text {
    margin: 0 0 -35px 0;
  }
}
@media screen and (max-width: 700px) {
  .i-mana .content ul{
    margin: -24px -10px;
  }
  .i-mana .content ul li{
    padding: 24px 10px;
  }
  
  .why-page .why-4 ul li {
    padding-left: 18px;
  }
  .why-page .why-4 ul li .text {
    padding-right: 60px;
    max-width: 380px;
  }
  .why-page .why-4 ul li .icon {
    right: 20px;
  }
  .why-page .why-4 ul li.active .icon {
    right: 20px;
  }
  
  .why-page .why-6 ul li:last-child {
    padding-right: 20px;
  }
  
  .sus-page .sus-1 .right {
    display: none;
  }
  .sus-page .sus-3 .content ul li {
    width: 100%;
  }
  .sus-page .sus-4 ul li .text {
    height: 200px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-add1 .content ul li{
    width: 150px;
  }
  
  .why-page .why-2 ul li {
    width: 100%;
    padding: 0 !important;
    border-right: 0;
  }
  .why-page .why-4 ul li .text {
    max-width: 100%;
    padding-right: 15px;
    color: #fff;
  }
  .why-page .why-4 ul li .text .con {
    display: block;
  }
  .why-page .why-4 ul li .icon {
    display: none;
  }
  .why-page .why-4 ul li .bg {
    opacity: 1;
  }
  .why-page .why-4 ul li .bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  .why-page .why-6 ul li {
    width: 100%;
    padding: 0 !important;
  }
  .why-page .why-6 ul li::after {
    display: none;
  }
  
  .sus-page .sus-4 ul li:first-child .text {
    height: auto;
    padding: 20px 15px !important;
  }
  .sus-page .sus-4 ul li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sus-page .sus-4 ul li:nth-child(even) .text::after {
    top: -23px;
    bottom: initial;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  .sus-page .sus-5 .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sus-page .sus-5 .content ul li {
    width: 100%;
  }
}

.case-page{
  padding: 100px 0;
  border-top-left-radius: 30px;
  background: #fff;
}

.case-page .inner-sub{
  z-index: 1;
}
.case-page .container ul{
 margin: 0 -15px;
}
.case-page .container ul >p {
  font-size: 16px;
  letter-spacing: 0;
}
.case-page .container ul li{
  margin-top: 20px;
  padding: 0 15px;
}
.case-page .container ul li img{
  width: 100%;
}
.case-page .container ul li p{
    font-size: 18px;
    text-align: center;
    padding: 5px 10px;
    line-height: 2;
}
@media screen and (max-width:1000px) {
  .case-page{
    margin-top: 0;
  }}
  @media (max-width: 500px) {
    .newdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content .right{
      padding: 0;
      padding-top: 20px;
    }
      .case-page{
    padding: 40px 0;
  }
  }
  .casedet-page{
  padding: 100px 0;
  padding-left: 160px;
  background: #fff;
  margin-top: -60px;
  border-top-left-radius: 0px;
}

.casedet-page .inner-sub{
  z-index: 1;
}
.casedet-page .container{
  width: 100%;
}
@media screen and (max-width:1500px) {
  .casedet-page{
    padding-left: 0;
  }

  .casedet-page .container{
    width: 1200px;
  }}
  @media screen and (max-width:1000px) {

  .casedet-page{
    margin-top: 0;
  }}
  @media (max-width: 500px) {
  .casedet-page{
    padding: 40px 0;
  }}
  .case-page{
  padding: 100px 0;
  border-top-left-radius: 30px;
  background: #fff;
}

.case-page .inner-sub{
  z-index: 1;
}

.casedet-page{
  padding: 100px 0;
  padding-left: 160px;
  background: #fff;
  margin-top: -60px;
  border-top-left-radius: 0px;
}

.casedet-page .inner-sub{
  z-index: 1;
}
.casedet-page .container{
  width: 100%;
}
.case-page .container ul{
 margin: 0 -15px;
}
.case-page .container ul >p {
  font-size: 16px;
  letter-spacing: 0;
}
.case-page .container ul li{
  margin-top: 20px;
  padding: 0 15px;
}
.case-page .container ul li img{
  width: 100%;
}
.case-page .container ul li p{
    font-size: 18px;
    text-align: center;
    padding: 5px 10px;
    line-height: 2;
}
.case_cont .case_left {
  width: 22%;
  position: sticky;
  top: 40px
}
.case_cont .case_left .widget {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px
}
.case_cont .case_left .widget form {
  position: relative
}
.case_cont .case_left .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2
}

.case_cont .case_left .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px
}

.case_cont .case_left .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, .04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: 700;
  color: #000
}

.case_cont .case_left .widget ul {
  margin-bottom: 0;
  padding: 0
}

.case_cont .case_left .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  overflow: hidden
}

.case_cont .case_left .widget ul li a {
  padding-left: 20px;
  line-height: 28px
}

.case_cont .case_left .widget ul li:last-child {
  margin-bottom: 0
}

.case_cont .case_left .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px
}

.case_cont .case_left .widget ul li:hover,
.case_cont .case_left .widget ul li.active {
  color: var(--color)
}

.case_cont .case_left .widget ul li ul {
  display: none;
  margin-top: 15px
}

.case_cont .case_left .widget ul li ul li a {
  padding-left: 0;
  color: #999
}

.case_cont .case_left .widget ul li ul li a.active {
  color: var(--color)
}

.case_cont .case_left .widget .recent li {
  display: block
}

.case_cont .case_left .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left
}

.case_cont .case_left .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem
}

.case_cont .case_left .widget .form1 {
  text-align: center
}

.case_cont .case_left .widget .form1 input[type=text],
.case_cont .case_left .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
  line-height: 2
}

.case_cont .case_left .widget .form1 input[type=submit] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  /*text-transform: uppercase;*/
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.case_cont .case_left .widget .form1 input[type=submit]:hover {
  background: #000
}

.case_cont .case_right {
  width: 78%;
  padding: 0 0 50px 50px;
}


.case_cont .case_right .ap-top {
  position: relative;
  transition: transform .85s cubic-bezier(.15, .95, .4, 1), box-shadow .3s;
  transform-style: preserve-3d;
  perspective: 80000px
}

.case_cont .case_right .ap-top .img {
  transition: transform .85s cubic-bezier(.15, .95, .4, 1), box-shadow .3s;
  position: relative;
  transform-style: preserve-3d;
  transition: all .5s
}

.case_cont .case_right .ap-top .img img {
  width: 100%
}

.case_cont .case_right .ap-top .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2)
}

.case_cont .case_right .ap-top h6 {
  padding: 0 1.6rem .7rem;
  position: absolute;
  background: 0 0;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  top: 1.6rem;
  left: 0;
  width: 100%;
  z-index: 10;
  /*text-transform: uppercase*/
}

.case_cont .case_right .ap-top h6:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 2rem;
  background-color: #fff
}

.case_cont .case_right .ap-top .desc {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 15px 1.6rem;
  bottom: 0;
  color: #fff;
  background: var(--color);
  z-index: 10
}

.case_cont .case_right .ap-top .desc h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6
}

.case_cont .case_right .ap-top .desc p {
  font-size: 16px;
  line-height: 2
}

.case_cont .case_right .ap-top:hover .img {
  transform: translateY(-3px);
  box-shadow: 0 15px 80px rgba(0, 0, 0, .35)
}


.case_cont .case_right .ap-bottom {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2
}

.case_cont .case_right .ap-bottom h6 {
  font-size: 25px;
  line-height: 1.6;
  color: #002e42;
  text-transform: capitalize;
  font-weight: 700
}

.case_cont .case_right .ap-bottom .con {
  font-size: 15px;
  line-height: 1.6;
  color: #002e42;
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem
}

.case_cont .case_right .ap-bottom .con p {
  margin-bottom: 15px
}

.case_cont .case_right .ap-bottom .bottom2 {
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc
}

.case_cont .case_right .ap-bottom .bottom2 dl {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom2 dl dd {
  font-size: 15px;
  line-height: 1.6;
  color: #002e42;
  margin-bottom: 1rem
}

.case_cont .case_right .ap-bottom .bottom3 {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul li {
  margin-bottom: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul li h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #002e42;
  font-weight: 700;
  line-height: 2;
  padding: .8rem 1.2rem;
  padding-right: 40px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .1);
  position: relative
}

.case_cont .case_right .ap-bottom .bottom3 ul li h4:after {
  content: "\f107";
  position: absolute;
  top: 8px;
  right: 20px;
  font-size: 20px;
  font-family: fontAwesome
}

.case_cont .case_right .ap-bottom .bottom3 ul li .desc {
  padding: 1.6rem 2rem .8rem;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1px;
  color: #002e42;
  display: none
}

.case_cont .case_right .ap-bottom .bottom3 ul li.active h4 {
  background: #1955a0;
  color: #fff
}

.case_cont .case_right .ap-bottom .bottom3 ul li.active h4:after {
  content: "\f106"
}

.case_cont .case_right .ap-bottom .bottom3 ul li:last-child {
  margin-bottom: 0
}
.case_cont .case_right .init-1{
  padding-right: 160px;
}
.case_cont .case_right .init-1 .img_cont{
  min-height: 100px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
}
.case_cont .case_right .init-1 .img_cont img{
  width: 100%;
  height: 100%;
}
.case_cont .case_right .init-1 .img_cont .text{
  position: absolute;
  bottom: 40px;
  width: 100%;
  left: 0;
  padding: 0 40px;
  font-weight: bold;
}
.case_cont .case_right .init-1 .img_cont .text span{
  border-bottom: 4px solid #fff;
  padding-bottom: 10px;
  display: inline-block;
}
.case_cont .case_right .init-1 .text_cont{
  color: #222222;
  margin-top: 30px;
} 
.case_cont .case_right .init-2{
  margin-top:  var(--px50) !important;
}
.case_cont .case_right .init-2 .top{
  position: relative;
}
.case_cont .case_right .init-2 .top::before{
  content:'';
  position: absolute;
  bottom: 1px;
  left: 45px;
  width: calc(100% - 90px);
  height: 1px;
  background: #c4c4c6;
}
.case_cont .case_right .init-2 table{
  border: none;
}
.case_cont .case_right .init-2 table tbody{
  display: block;
}

.case_cont .case_right .init-2 table tr{
  display: block;
  width: 100% !important;
}
.case_cont .case_right .init-2 table tr td{
  border: none;
  padding: 0;
}
.case_cont .case_right .init-2 .top{
  margin: 0 -45px;
}
.case_cont .case_right .init-2 .top .slick-track{
  display: flex;
  flex-wrap: wrap;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide{
  height: auto;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide > div{
  height: 100%;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide > div > td{
  height: 100% !important;
  position: relative;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide > div > td::before{
  position: absolute;
  content: '';
  bottom: 0;
  left: 45px;
  width: 18px;
  height: 3px;
  background: #767677;
  transition: all .5s;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td{
  color: #000;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td::before{
  width: calc(100% - 90px);
  background: #0256bf;
}


.case_cont .case_right .init-2 .top table tr td{
  padding: 0 45px;
  font-weight: bold;
  padding-bottom: 30px;
  color: rgba(0, 0, 0, .5);
}

.case_cont .case_right .init-2 .bottom{
  margin-top: 20px;
}

.case_cont .case_right .init-3{
  margin-top: var(--px50) !important;
}

.case_cont .case_right .init-3 .tips{
  font-weight: bold;
}
.case_cont .case_right .init-3 .swiper{
  margin-top: 40px;
  overflow: hidden;
}
.case_cont .case_right .init-3 .swiper .swiper-wrapper{
  display: flex;
  align-items: center;
}
.case_cont .case_right .init-3 .swiper .img_c{
  border-radius: 16px;
  overflow: hidden;
}
.case_cont .case_right .init-3 .swiper .img_c img{
  width: 100%;
}
.case_cont .case_right .init-3 .swiper .img_c video{
  display: block;
  width: 100%;
}
.case_cont .case_right .init-4{
  margin-top: 50px;
}
.case_cont .case_right .init-4 .tips{
  font-weight: bold;
  margin-top: var(--px60) !important;
}
.case_cont .case_right .init-4 .swiper{
  margin-top: 50px;
  overflow: hidden;
}
.case_cont .case_right .init-4 .swiper .swiper-slide{
  height: auto;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .box{
  height: 100%;
}
.case_cont .case_right .init-4 .swiper .swiper-slide a{
  display: block;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .box{
  background: #fff;
  padding: 30px 50px;
  border-radius: 16px;
}
.case_cont .case_right .init-4 .swiper .swiper-slide a img{
  display: block;
  width: 100%;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .text{
  font-family: 'EurostileBla';
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width:1500px) {
  .casedet-page{
    padding-left: 0;
  }
  .case_cont .case_right .init-1{
    padding-right: 0;
  }
  .casedet-page .container{
    width: 1200px;
  }
  .case_cont .case_left {
    width: 28%
  }
  .case_cont .case_right {
    width: 72%
  }
  .case_cont .case_left .widget .recent li a.title {
    margin-left: 98px
  }
}
@media screen and (max-width:1250px) {
  .case_cont .case_right .init-4 .swiper .swiper-slide .box{
    padding: 20px 16px;
  }
}
@media screen and (max-width:1000px) {
  .case-page{
    margin-top: 0;
  }
  .casedet-page{
    margin-top: 0;
  }
  .case_cont .case_left {
    display: none
  }
  .case_cont .case_right {
    width: 100%;
    padding-left: 0
  }
  .case_cont .case_right {
    padding: 0 0 var(--px50) !important
  }
}
@media (max-width: 700px) {
  .case_cont .case_right .ap-top .img img {
    min-height: 250px;
    object-fit: cover
  }
  .case_cont .case_right .ap-top .desc p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
  }
  .case_cont .case_right .ap-bottom h6 {
    font-size: 22px;
    line-height: 1.8
  }
  .case_cont .case_right .ap-bottom .bottom3 ul li h4:after {
    right: .5em
  }
}
@media (max-width: 500px) {
  .casedet-page{
    padding: var(--px40) 0 !important;
  }
  .case-page{
    padding: var(--px40) 0 !important;
  }
  .case_cont .case_right .ap-bottom .bottom3 ul li .desc{
    padding: 20px 10px;
  }
  .case_cont .case_right .init-1 .img_cont .text{
    font-size: 20px;
    bottom: 10px;
    padding: 0 10px;
  }
   .case_cont .case_right .init-1 .img_cont .text span{
     padding-bottom: 4px;
     border-bottom: 2px solid #fff;
   }
   .case_cont .case_right .init-1 .text_cont{
     margin-top: 10px;
   }
   .case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td{
     padding-bottom: 10px;
   }
   .case_cont .case_right .init-3 .swiper{
     margin-top: 20px;
   }
   .case_cont .case_right .init-4{
     margin-top: 20px;
   }
   .case_cont .case_right .init-4 .swiper{
     margin-top: 20px;
   }
}

.app-page .init-1 {
  padding-top: 60px;
}
.app-page .init-1 .container .content ul {
  margin: 0 -20px;
}
.app-page .init-1 .container .content ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.app-page .init-1 .container .content ul li {
  padding: 0 20px;
  margin-top: 60px;
}
.app-page .init-1 .container .content ul li .box {
  height: 100%;
}
.app-page .init-1 .container .content ul li .box .boxC {
  padding-bottom: 20px;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
  box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
}
.app-page .init-1 .container .content ul li .box .boxC .img {
  display: block;
}
.app-page .init-1 .container .content ul li .box .boxC .title {
  text-align: center;
  display: block;
  padding: 0 10px;
  margin-top: 24px;
  font-weight: 500;
}
.app-page .init-1 .container .content ul li .box .boxC .title:hover {
  color: var(--color);
}
.app-page .init-1 .container .content ul li .box .more {
  background-color: var(--color);
  margin: auto;
  margin-top: -34px;
  width: 68px;
  height: 68px;
  border-radius: 68px;
  position: relative;
  display: flex;
  justify-content: center;
}
.app-page .init-1 .container .content ul li .box .more .moreText {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 74px;
  left: 40px;
  color: #fff;
  opacity: 0;
}
.app-page .init-1 .container .content ul li .box .more .moreImg {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-image: url('../images/icon-search-white.png');
}
.app-page .init-1 .container .content ul li .box .more:hover {
  /*width: 186px;*/
  background-color: #c80010;
}
.app-page .init-1 .container .content ul li .box .more:hover .moreImg {
  /*margin-right: 46px;*/
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1000px){
   .app-page .init-1 .container .content ul {
    margin: 0 -10px;
  }
  .app-page .init-1 .container .content ul li {
    padding: 0 10px;
  }
}

.faq-page .faq-list li {
  margin: 0 0 10px;
  word-break: break-word;
}

.faq-page .faq-list li h4 {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 0;
  font-size: 22px;
  color: #363f4d;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  cursor: hand;
  position: relative;
  font-weight: bold;
}
.faq-page .faq-list li h4:hover{
  background: var(--color);
  color: #fff;

}

.faq-page .faq-list li h4 i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

.faq-page .faq-list li>.cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 2;
  display: none;
  color: #333;
}

.color_fff{
  color: #fff;
}

.color_666{
  color: #666;
}
@media screen and (max-width: 500px) {
  .service-page .service-4 ul li{
    width: 50% !important;
  }
  .service-page .service-4 ul li span.h6 {
    font-size: 24px;
  }
  .service-page .service-4 ul li .text {
    font-size: 14px;
  }
  .service-page .service-4 {
    padding: 15px 0;
  }
}