@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Light.eot');
  src: url('../fonts/Barlow-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Light.woff2') format('woff2'), url('../fonts/Barlow-Light.woff') format('woff'), url('../fonts/Barlow-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.eot');
  src: url('../fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Regular.woff2') format('woff2'), url('../fonts/Barlow-Regular.woff') format('woff'), url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.eot');
  src: url('../fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Medium.woff2') format('woff2'), url('../fonts/Barlow-Medium.woff') format('woff'), url('../fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.eot');
  src: url('../fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-SemiBold.woff2') format('woff2'), url('../fonts/Barlow-SemiBold.woff') format('woff'), url('../fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.eot');
  src: url('../fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Bold.woff2') format('woff2'), url('../fonts/Barlow-Bold.woff') format('woff'), url('../fonts/Barlow-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 18px;
    ]
}
.grid-box .column {
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}
.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.5%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
body {
  --color: #01ab51;
  font-family: 'Barlow';
  font-weight: 400;
  max-width: 1920px;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
      background: #f6f6f6;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1700px;
  margin: 0 auto;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  background: #fff;
  padding-left: 22px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 2px 49px 0px rgba(88, 88, 88, 0.11);
  box-shadow: 2px 2px 49px 0px rgba(88, 88, 88, 0.11);
}
.more span {
  -webkit-transition: .6s;
  -moz-transition: .6s;
  transition: .6s;
}
.more em {
  width: 3.93em;
  height: 3.8572em;
  background: var(--color);
  color: #fff;
  text-align: center;
  line-height: 3.95em;
  margin-left: 19px;
}
.more em i {
  font-size: 18px;
}
.more::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  right: 0;
  background-color: var(--color);
  z-index: -1;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.more:hover::before {
  width: 100%;
}
.more:hover span {
  color: #fff;
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  max-width: 1920px;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #fff;
}
#header .nav .ui.menu {
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  background: var(--color);
  padding: 19px 53px 20px 72px;
}
#header .nav .ui.menu .menu-box {
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 73px;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*text-transform: uppercase;*/
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
      font-weight: bold;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 16px;
  background: #fff;
  top: 130%;
  left: 0;
  width: auto;
  -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: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  border-right: 1px solid #dcdcdc;
}
#header .nav .ui.menu .yuy ul {
  right: 0;
  left: initial;
}
#header.active {
  -webkit-box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.07);
}
.title,
.i-title {
  font-weight: bold;
}
.text-color {
  color: var(--color);
}
.i-tag {
  display: block;
  color: var(--color);
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.3;
  text-transform: uppercase;
}
.i-tag::before {
  content: '';
  width: 4.125em;
  height: 1px;
  background: var(--color);
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em .2em 0;
}
.i-title {
  font-size: 38px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 15px;
}
.i-title em {
  color: var(--color);
}
@-webkit-keyframes wz {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@-moz-keyframes wz {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes wz {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner ul li {
  position: relative;
  overflow: hidden;
}
#banner ul li .text {
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 2;
}
#banner ul li .text .box .left {
  width: 42%;
}
#banner ul li .text .box .right {
  font-size: 20px;
  padding: 25px;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.34);
  margin: 49px 0 0 85px;
  cursor: pointer;
  z-index: 1;
}
#banner ul li .text .box .right span {
  width: 5.5em;
  height: 5.5em;
  background: #fff;
  border-radius: 50%;
}
#banner ul li .text .box .right svg {
  position: absolute;
  top: 0;
  right: 0;
  stroke-width: 1px;
}
#banner ul li .text .box .right svg path {
  fill: none;
  stroke: #fff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  stroke-dasharray: 100,800;
}
#banner ul li .text .box .right::after {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
#banner ul li .text .box .right:hover svg path {
  stroke-dasharray: 800,800;
}
#banner ul li .text .box span {
  color: var(--color);
}
#banner ul li .text .box .title {
  line-height: 1.25;
}
#banner ul li .text .box .con {
  line-height: 1.6;
}
#banner ul li .text .box .title,
#banner ul li .text .box .con,
#banner ul li .text .box .right {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}
#banner ul .swiper-slide-active .text .box .title,
#banner ul .swiper-slide-active .text .box .con,
#banner ul .swiper-slide-active .text .box .right {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#banner ul .swiper-slide-active .text .box .title {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}
#banner ul .swiper-slide-active .text .box .con {
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
#banner ul .swiper-slide-active .text .box .right {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
#banner .swiper-pagination {
  width: auto;
  left: 6.5142%;
  bottom: 106px;
}
#banner .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
  margin: 0 17px;
}
#banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--color);
}
#banner .swiper-pagination span:first-child {
  margin-left: 0;
}
#banner .wz {
  right: 5.78125%;
  bottom: 110px;
  z-index: 1;
  color: #fff;
  line-height: 1.5;
}
#banner .animate {
  -webkit-animation: wz 2s linear;
  -moz-animation: wz 2s linear;
  animation: wz 2s linear;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#index-body .i-category {
  padding: 5.833% 0 4.792%;
}
#index-body .i-category .header .arrow {
  font-size: 16px;
}
#index-body .i-category .header .arrow a {
  width: 3.875em;
  height: 3.875em;
  border: solid 1px #e5e5e5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .header .arrow a:hover {
  border-color: var(--color);
  background: var(--color);
  color: #fff;
}
#index-body .i-category .content ul {
  margin-right: -10%;
}
#index-body .i-category .content ul .slick-list {
  padding-right: 251px !important;
}
#index-body .i-category .content ul li .img-box {
  z-index: 1;
  opacity: .34;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .content ul li .img-box .desc {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 171, 81, 0.7);
  color: #fff;
  padding: 0 6%;
  -webkit-clip-path: inset(0 100% 0 100%);
  clip-path: inset(0 100% 0 100%);
  -webkit-transition: .7s;
  -moz-transition: .7s;
  transition: .7s;
}
#index-body .i-category .content ul li .img-box .desc span {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
#index-body .i-category .content ul li .img-box .desc .text {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
}
#index-body .i-category .content ul li .tit {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 10px;
}
#index-body .i-category .content ul li .tit a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .content ul li .tit a:hover {
  color: var(--color);
}
#index-body .i-category .content ul li:hover .img-box .desc {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#index-body .i-category .content ul li:hover .tit a {
  opacity: 0;
}
#index-body .i-category .content ul .slick-current li .img-box {
  opacity: 1;
}
#index-body .i-category .content ul .slick-current + div li .img-box,
#index-body .i-category .content ul .slick-current + div + div li .img-box {
  opacity: 1;
}
#index-body .i-category .content .dots {
  text-align: center;
}
#index-body .i-category .content .dots li {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(174, 176, 181, 0);
  background: transparent;
  margin-right: 19px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .content .dots li button {
  display: none;
}
#index-body .i-category .content .dots li::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(174, 176, 181, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .content .dots li.slick-active {
  border-color: rgba(174, 176, 181, 0.4);
}
#index-body .i-category .content .dots li.slick-active::after {
  background: var(--color);
}
#index-body .i-category .content .dots li:last-child {
  margin-right: 0;
}
#index-body .i-about {
  background: url(../images/abg.png) no-repeat left center #eeefef;
  padding: 6.042% 0 5.3125%;
}
#index-body .i-about .top .left {
  width: 47.305%;
}
#index-body .i-about .top .left .i-title {
  width: 82%;
}
#index-body .i-about .top .left .con {
  line-height: 1.6;
}
#index-body .i-about .top .left .con h1 {
  display: inline;
}
#index-body .i-about .top .right {
  width: 52.695%;
  z-index: 1;
}
#index-body .i-about .top .right::after,
#index-body .i-about .top .right::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 93px;
  right: 0;
}
#index-body .i-about .top .right::after {
  top: 0;
  background: #fff;
  z-index: -2;
}
#index-body .i-about .top .right::before {
  z-index: -1;
  bottom: 0;
  height: 28.056%;
  background: var(--color);
}
#index-body .i-about .bottom ul {
  margin: -14px;
}
#index-body .i-about .bottom ul li {
  padding: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-about .bottom ul li .ig {
  padding: 28px 34px 0 56px;
  position: relative;
  z-index: 1;
}
#index-body .i-about .bottom ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 79.492%;
  background: #fff;
  -webkit-box-shadow: 2px 2px 49px 0px rgba(88, 88, 88, 0.11);
  box-shadow: 2px 2px 49px 0px rgba(88, 88, 88, 0.11);
}
#index-body .i-about .bottom ul li i {
  line-height: 79px;
  display: block;
}
#index-body .i-about .bottom ul li i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-about .bottom ul li .text {
  margin-top: 51px;
}
#index-body .i-about .bottom ul li .text .num {
  font-weight: 500;
  line-height: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#index-body .i-about .bottom ul li .text .num em {
  display: inline-block;
}
#index-body .i-about .bottom ul li .text .num sub,
#index-body .i-about .bottom ul li .text .num sup {
  font-size: 36px;
  display: inline-block;
}
#index-body .i-about .bottom ul li .text p {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #626262;
  margin-top: 5px;
}
#index-body .i-about .bottom ul li:hover {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}
#index-body .i-about .bottom ul li:hover .ig {
  color: var(--color);
}
#index-body .i-advantage {
  background: url(../images/adbg.jpg) no-repeat center top;
  padding-top: 4.74%;
}
#index-body .i-advantage .header .left {
  width: 46%;
}
#index-body .i-advantage .header .left .i-tag {
  color: rgba(255, 255, 255, 0.57);
}
#index-body .i-advantage .header .left .i-tag::before {
  background: #fff;
}
#index-body .i-advantage .header .left .i-title {
  color: #fff;
}
#index-body .i-advantage .header .left .con {
  color: rgba(255, 255, 255, 0.57);
  line-height: 1.375;
  margin-top: 9px;
}
#index-body .i-advantage .header .right {
  font-size: 16px;
  padding-bottom: 36px;
}
#index-body .i-advantage .header .right div {
  width: 3.875em;
  height: 3.875em;
  border-radius: 0;
  background: #fff;
  color: #333;
}
#index-body .i-advantage .header .right div.next {
  margin-left: 1.389em;
}
#index-body .i-advantage .header .right div:hover {
  background: var(--color);
  color: #fff;
}
#index-body .i-advantage .content {
  margin-top: 30px;
}
#index-body .i-advantage .content ul {
  margin: -25px -11px;
}
#index-body .i-advantage .content ul li {
  padding: 25px 11px;
  height: 100%;
}
#index-body .i-advantage .content ul li .ig {
  padding: 24px 38px 80px;
  height: 100%;
  position: relative;
  z-index: 1;
  background: url(../images/bg.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*-webkit-box-shadow: 2px 2px 9px 0 rgba(88, 88, 88, 0.11);
  box-shadow: 2px 2px 9px 0 rgba(88, 88, 88, 0.11);*/
}
#index-body .i-advantage .content ul li .ig span {
  font-size: 16px;
  line-height: 1.8;
}
#index-body .i-advantage .content ul li .ig span::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 2.3125em;
  height: 1px;
  background: #000;
  margin: 0 0.6875em 2px 0;
}
#index-body .i-advantage .content ul li .ig i {
  line-height: 72px;
  display: block;
  opacity: .8;
}
#index-body .i-advantage .content ul li .ig i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-advantage .content ul li .ig i .i2 {
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage .content ul li .ig .text {
  margin-top: 22px;
}
#index-body .i-advantage .content ul li .ig .text .title {
  font-size: 20px;
  line-height: 1.2;
}
#index-body .i-advantage .content ul li .ig .text .con {
  font-size: 16px;
  line-height: 1.2;
  opacity: .72;
  margin-top: 19px;
}
#index-body .i-advantage .content ul li .ig:hover {
  color: #fff;
  background: url(../images/bg1.png) no-repeat center;
  background-size: 100% 100%;
}
#index-body .i-advantage .content ul li .ig:hover span::before {
  background: #fff;
}
#index-body .i-advantage .content ul li .ig:hover i .i1 {
  opacity: 0;
}
#index-body .i-advantage .content ul li .ig:hover i .i2 {
  opacity: 1;
}
#index-body .i-init {
  padding: 8.49% 0 6%;
}
#index-body .i-init ul {
  margin: -25px -6px;
}
#index-body .i-init ul li {
  padding: 25px 6px;
}
#index-body .i-init .box {
  -webkit-box-shadow: 0 0 23px 0px rgba(88, 88, 88, 0.34);
  box-shadow: 0 0 23px 0px rgba(88, 88, 88, 0.34);
  background: var(--color);
  color: #fff;
}
#index-body .i-init .box .text .con {
  line-height: 1.6;
  max-height: 230px;
  overflow-y: auto;
}
#index-body .i-init .box .text .con p {
  margin-top: 23px;
}
#index-body .i-init .box .text .con p:first-child {
  margin-top: 0;
}
#index-body .i-init .box .text .con::-webkit-scrollbar-thumb {
  background: #fff;
}
#index-body .i-init .box .text .more {
  color: #000;
}
#index-body .i-init .box .text .more em {
  background: #000;
}
#index-body .i-init .box .text .more::before {
  background: #000;
}
#index-body .i-init .box .text .more:hover {
  color: #fff;
}
#index-body .i-init .slickDots ul {
  margin: 0;
}
#index-body .i-init .slickDots ul li {
  padding: 0;
  width: 5.4em;
  height: 0.7em;
  background-color: #000000;
  border-radius: 4px;
  border: 0;
  margin: 0 .75em;
}
#index-body .i-init .slickDots ul li.slick-active {
  background: var(--color);
}
#index-body .i-news {
  padding: 5.5% 0 7.2%;
}
#index-body .i-news .content ul li .ig {
  padding-top: 34px;
  border-top: 3px solid #000;
}
#index-body .i-news .content ul li .ig span {
  line-height: 2;
  font-weight: 500;
}
#index-body .i-news .content ul li .ig time {
  line-height: 1.3;
}
#index-body .i-news .content ul li .ig .title {
  line-height: 1.21;
  margin-top: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .content ul li .ig .con {
  opacity: .53;
  line-height: 1.6;
  margin-top: 27px;
}
#index-body .i-news .content ul li .ig::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .content ul li .ig:hover::before {
  width: 100%;
}
#index-body .i-news .content ul li .ig:hover .title {
  color: var(--color);
}
#index-body .i-news .more {
  font-size: 16px;
  padding-left: 45px;
}
#index-body .i-news .more em {
  width: 4.3125em;
  height: 4.1875em;
  line-height: 4.1875em;
  margin-left: 37px;
}
#footer {
  background: url(../images/fbg.png) no-repeat center;
  background-size: 100% 100%;
  border-radius: 50px 50px 0px 0px;
  color: #fff;
  padding: 6.3021% 0 3.021%;
  border-bottom: 3px solid #fff;
}
#footer .f-content .title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 27px;
  letter-spacing: 1px;
  margin-top: 18px;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 19px;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content ul li a {
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-bottom: 6px;
}
#footer .f-content ul li a:hover {
  color: var(--color);
}
#footer .f-content ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color);
}
#footer .f-content .f-contact .tit {
  font-weight: 600;
  line-height: 1.2;
}
#footer .f-content .f-contact .share a {
  display: inline-block;
  font-size: 20px;
  width: 38px;
  height: 38px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #000;
  margin-right: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .f-contact .share a:last-child {
  margin-right: 0;
}
#footer .f-content .f-contact .share a:hover {
  background: var(--color);
  color: #fff;
}
#footer .f-content .f-contact ul {
  margin-top: 26px;
}
#footer .f-content .f-contact ul li {
  font-size: 18px;
  line-height: 1.5;
  opacity: .85;
  margin-bottom: 0;
}
#footer .f-content .f-contact ul li em,
#footer .f-content .f-contact ul li span {
  display: inline-block;
}
#footer .f-content .f-contact ul li:last-child {
  margin-top: 6px;
}
#footer .f-content .f-contact .code span {
  font-size: 18px;
  line-height: 1.6;
}
#footer .f-content .f-contact .code #ewm {
  width: 141px;
  border: 11px solid #fff;
  margin-top: 8px;
}
#footer .f-content .f-product {
  max-width: 254px;
}
#footer .f-content .f-product ul li a {
  display: block;
  padding-bottom: 17px;
}
#footer .f-content .f-form {
  max-width: 438px;
  padding-top: 23px;
}
#footer .f-content .f-form .con {
  line-height: 1.33;
}
#footer .f-content .f-form form ul {
  margin: -6px -12px;
}
#footer .f-content .f-form form ul li {
  padding: 6px 12px;
  margin-bottom: 0;
}
#footer .f-content .f-form form ul li input,
#footer .f-content .f-form form ul li textarea {
  width: 100%;
  border: 0;
  height: 53px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  padding: 0 13px;
  background: transparent;
}
#footer .f-content .f-form form ul li input::-webkit-input-placeholder, #footer .f-content .f-form form ul li textarea::-webkit-input-placeholder {
  color: #fff;
}
#footer .f-content .f-form form ul li input:-moz-placeholder, #footer .f-content .f-form form ul li textarea:-moz-placeholder {
  color: #fff;
}
#footer .f-content .f-form form ul li input::-moz-placeholder, #footer .f-content .f-form form ul li textarea::-moz-placeholder {
  color: #fff;
}
#footer .f-content .f-form form ul li input:-ms-input-placeholder, #footer .f-content .f-form form ul li textarea:-ms-input-placeholder {
  color: #fff;
}
#footer .f-content .f-form form ul li input::placeholder,
#footer .f-content .f-form form ul li textarea::placeholder {
  color: #fff;
}
#footer .f-content .f-form form ul li input:focus,
#footer .f-content .f-form form ul li textarea:focus {
  border-color: var(--color);
}
#footer .f-content .f-form form ul li:nth-child(3) {
  width: 100%;
}
#footer .f-content .f-form form button {
  border: 0;
  color: #000;
  font-size: 18px;
  padding-left: 53px;
}
#footer .f-content .f-form form button em {
  width: 3.83em;
  height: 3.72em;
  line-height: 3.72em;
  margin-left: 50px;
}
#footer .f-content .f-form form button em img {
  display: inline-block;
  vertical-align: middle;
}
#footer .f-content .f-form .share {
  margin-top: 24px;
}
#footer .f-content .f-form .share a {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: var(--color);
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  margin-right: 39px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .f-form .share a:last-child {
  margin-right: 0;
}
#footer .f-content .f-form .share a:hover {
  background: #000;
}
#footer .f-bottom .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-copy {
  line-height: 1.8;
  font-size: 16px;
  opacity: .38;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -3px;
  fill: #fff;
  opacity: 1;
  text-transform: capitalize;
}
#footer .f-copy svg text {
  fill: #fff;
  opacity: 1;
}
@media screen and (max-width: 1680px) {
  #banner .swiper-pagination {
    left: 3.5142%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin-right: 40px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav {
    padding-right: 30px;
  }
  #header .nav .ui.menu .logo {
    padding: 19px 30px 20px 40px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    font-size: 16px;
  }
  #header .nav .ui.menu .h-search{
    margin-left: 40px;
  }
  #index-body .i-category .content ul li .img-box .desc .text {
    margin-top: 10px;
  }
  #index-body .i-about .bottom ul li .ig {
    padding: 28px 30px 0 40px;
  }
  #index-body .i-advantage .content ul li .ig {
    padding: 24px 20px 41px;
  }
  #index-body .i-advantage .content ul li .ig i {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1250px) {
  #mobile .menu-content .menu-logo,
  #mobile.white .mobile-logo{
    background: var(--color);
  }
  #header .nav .ui.menu .logo {
    padding: 19px 20px 20px 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 30px;
  }
  #banner {
    margin-top: 0;
  }
  #banner .swiper-pagination {
    bottom: 40px;
  }
  #banner .wz {
    bottom: 30px;
  }
  #index-body .i-category .content ul .slick-current + div + div li .img-box {
    opacity: .34;
  }
  #index-body .i-category .content ul .slick-current + div + div + div li .img-box {
    opacity: 1;
  }
  #index-body .i-about .top .left .i-title {
    width: 100%;
  }
  #index-body .i-about .bottom ul li .ig {
    padding: 28px 20px 0 20px;
  }
  #index-body .i-about .bottom ul li .text p {
    font-size: 17px;
  }
  #index-body .i-advantage .content ul li .ig i {
    margin-top: 30px;
  }
  #index-body .i-advantage .content ul li .ig .text .title {
    font-size: 20px;
    line-height: 1.4;
  }
  #index-body .i-init .box .text {
    padding: 0 30px;
  }
  #index-body .i-init .box .text .con {
    max-height: 200px;
  }
  .font-24 {
    font-size: 24px;
  }
  .font-18 {
    font-size: 18px;
  }
  .font-16 {
    font-size: 16px;
  }
  #footer .f-content {
    zoom: .8;
  }
}
@media screen and (max-width: 1000px) {
  #banner {
    margin-top: 60px;
  }
  #banner ul li .text .box .left {
    width: 60%;
  }
  #banner ul li .text .box .right {
    margin-top: 30px;
  }
  #banner ul li .text .box .con {
    font-size: 16px;
  }
  #banner .swiper-pagination {
    bottom: 20px;
  }
  #banner .wz {
    bottom: 16px;
  }
  #mobile.white .mobile-logo,
  #mobile .menu-content .menu-logo {
    background: var(--color);
  }
  #index-body .i-category .content ul {
    margin-right: 0;
  }
  #index-body .i-category .content ul .slick-list {
    padding-right: 0 !important;
  }
  #index-body .i-category .content ul li .img-box .desc {
    display: none;
  }
  #index-body .i-category .content ul li:hover .tit a {
    opacity: 1;
  }
  #index-body .i-about .top .right {
    margin-top: 30px;
  }
  #index-body .i-about .bottom ul {
    margin: -7px;
  }
  #index-body .i-about .bottom ul li {
    padding: 7px;
  }
  #index-body .i-about .bottom ul li .ig {
    padding: 20px 5px 0 5px;
  }
  #index-body .i-about .bottom ul li i {
    zoom: .8;
  }
  #index-body .i-about .bottom ul li .text {
    margin-top: 30px;
  }
  #index-body .i-about .bottom ul li .text .num {
    font-size: 40px;
  }
  #index-body .i-about .bottom ul li .text p {
    font-size: 14px;
  }
  #index-body .i-advantage .header .left {
    width: 60%;
  }
  #index-body .i-init .flex-2 > * {
    width: 100%;
  }
  #index-body .i-init .box .text {
    padding: 30px 15px;
  }
  #footer .f-content {
    zoom: 1;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-content .f-contact .code {
    display: none;
  }
  #footer .f-content .f-form {
    max-width: 100%;
  }
  #footer .f-content .f-form .con {
    font-size: 20px;
  }
  #footer .f-bottom .f-logo {
    display: none;
  }
  #footer .f-bottom .info {
    margin-left: 0;
  }
  #footer .f-copy {
    display: block;
  }
  #footer .f-copy p {
    display: inline;
  }
  #footer .f-copy p:last-child {
    margin-top: 0;
  }
  .fixed-toolbar {
    bottom: 10%;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text .box .left {
    width: 80%;
  }
  #banner ul li .text .box .right {
    margin: 0;
    zoom: .6;
  }
  #index-body .i-category .content ul li .tit {
    font-size: 18px;
  }
  #index-body .i-category .content ul li .img-box {
    opacity: 1 !important;
  }
  .i-title {
    font-size: 32px;
  }
  #index-body .i-about .top .right {
    display: none;
  }
  #index-body .i-about .bottom {
    display: none;
  }
  #index-body .i-advantage .header .left {
    width: 100%;
  }
  #index-body .i-advantage .header .right {
    margin-top: 20px;
  }
  .font-40 {
    font-size: 28px;
  }
  #footer .f-content .f-contact ul li {
    font-size: 18px;
    line-height: 1.6;
  }
  #footer .f-content .f-form {
    max-width: 100%;
  }
  #footer .f-content .f-form button {
    font-size: 16px;
  }
  #footer .f-bottom {
    margin-top: 40px;
  }
  .fixed-toolbar {
    zoom: .7;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .text .box {
    display: block;
  }
  #banner ul li .text .box .left {
    width: 100%;
  }
  #banner ul li .text .box .right {
    display: none;
  }
  #banner ul li .text .box .title {
    line-height: 1.4;
  }
  #banner ul li .text .box .con {
    font-size: 14px;
    line-height: 2;
    margin-top: 0;
  }
  #banner .wz {
    display: none;
  }
  #banner .swiper-pagination {
    bottom: 0;
  }
  #banner .swiper-pagination span {
    width: 6px;
    height: 6px;
    margin: 0 6px;
  }
  .i-tag {
    font-size: 14px;
  }
  .i-title {
    font-size: 30px;
  }
  #index-body .i-category .content .dots li {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
  #index-body .i-category .content .dots li::after {
    width: 8px;
    height: 8px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8 !important;
  }
  #index-body .i-advantage,
  #index-body .i-init {
    display: none;
  }
  #footer .f-content .f-contact ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  #footer .f-content .f-form .con {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  #footer .f-content .f-form form ul li {
    width: 100%;
  }
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0.3;
  }
  to {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.inner-banner {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  /*background-attachment: fixed;*/
}
.inner-banner .box {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-banner .box .title {
  line-height: 1.2;
}
.inner-banner .box .mbx {
  font-weight: 500;
  line-height: 1.8;
  margin-top: 12px;
}
.inner-banner .box .mbx a {
  margin: 0 4px;
}
.inner-banner .box .mbx a:first-child{
  margin: 0 4px 0 0;
}
.inner-banner .box .mbx span {
  margin-left: 16px;
  color: var(--color);
}
.about-page .i-tag {
  color: rgba(0, 0, 0, 0.57);
  font-size: 18px;
}
.about-page .i-tag::before {
  background: #000;
  width: 3.2em;
  margin-right: .33em;
}
.about-page .i-title {
  font-size: 36px;
  margin-top: 4px;
}
.about-page .dots li {
  display: inline-block;
  width: 54px;
  height: 5px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.15);
  margin-right: 16px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .dots li button {
  display: none;
}
.about-page .dots li.slick-active {
  background: var(--color);
}
.about-page .about-1 {
  padding: 5.46875% 0;
}
.about-page .about-1 .top .left {
  width: 51%;
}
.about-page .about-1 .top .left .i-title {
  font-size: 48px;
  letter-spacing: 3px;
}
.about-page .about-1 .top .left .i-title small {
  letter-spacing: 2px;
  display: block;
  font-size: 38px;
}
.about-page .about-1 .top .left .number-Plus ul {
  margin-bottom: -50px;
}
.about-page .about-1 .top .left .number-Plus ul li {
  margin-bottom: 50px;
}
.about-page .about-1 .top .left .number-Plus ul li .num {
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: bold;
}
.about-page .about-1 .top .left .number-Plus ul li .num sub {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
}
.about-page .about-1 .top .left .number-Plus ul li p {
  font-size: 18px;
  font-weight: 300;
  color: rgba(34, 34, 34, 0.55);
}
.about-page .about-1 .top .left .number-Plus ul li p::before {
  content: '';
  width: 3.1em;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.1em;
}
.about-page .about-1 .top .left .number-Plus ul li:hover .num {
  color: var(--color);
}
.about-page .about-1 .top .right {
  width: 45.929%;
  line-height: 2;
}
.about-page .about-1 .top .right p {
  margin-top: 25px;
}
.about-page .about-1 .top .right p:first-child {
  margin-top: 0;
}
.about-page .about-1 .bottom {
  margin-top: 5.625%;
}
.about-page .about-1 .bottom .play {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  padding: 25px;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.34);
  z-index: 1;
}
.about-page .about-1 .bottom .play span {
  width: 5.5em;
  height: 5.5em;
  background: #fff;
  border-radius: 50%;
}
.about-page .about-1 .bottom .play svg {
  position: absolute;
  top: 0;
  right: 0;
  stroke-width: 1px;
}
.about-page .about-1 .bottom .play svg path {
  fill: none;
  stroke: #fff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  stroke-dasharray: 100,800;
}
.about-page .about-1 .bottom .play::after {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.about-page .about-1 .bottom .play:hover svg path {
  stroke-dasharray: 800,800;
}
.about-page .about-2 {
  background: url(../images/his-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  padding: 8.59375% 0 9.896%;
}
.about-page .about-2 .ui.container {
  width: 1530px;
}
.about-page .about-2 ul li .title {
  color: var(--color);
}
.about-page .about-2 ul li .con {
  line-height: 1.78;
  margin-top: 2px;
}
.about-page .about-2 ul li .line {
  top: 0;
  left: 7px;
  width: 1px;
  height: 100%;
  border: 1px dashed;
}
.about-page .about-2 ul li .line::before {
  content: '';
  position: absolute;
  top: 0;
  left: -7px;
  width: 15px;
  height: 16px;
  background: #000;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.about-page .about-2 ul li .line i {
  position: absolute;
  bottom: -1px;
  left: -7px;
  width: 15px;
  height: 15px;
  background-color: #01ab51;
  border-radius: 50%;
  z-index: 1;
}
.about-page .about-2 ul li .line i::after,
.about-page .about-2 ul li .line i::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background-color: rgba(245, 245, 247, 0.5);
  border-radius: 50%;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-2 ul li .line i::before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-3 {
  padding-top: 3.646%;
}
.about-page .about-3 .content ul {
  margin: -11px;
}
.about-page .about-3 .content ul li {
  padding: 11px;
}
.about-page .about-3 .content ul li .ig {
  background: url(../images/bg.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-box-shadow: 15px 16px 38px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 15px 16px 38px 0px rgba(0, 0, 0, 0.09);
  padding: 26px 29px 90px;
}
.about-page .about-3 .content ul li .ig span {
  font-size: 16px;
  line-height: 1.8;
}
.about-page .about-3 .content ul li .ig span::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 2.375em;
  height: 2px;
  background: #000;
  margin: 0 0.625em 2px 0;
}
.about-page .about-3 .content ul li .ig i {
  line-height: 72px;
  display: block;
  margin: 137px 0 0 17px;
}
.about-page .about-3 .content ul li .ig i img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-3 .content ul li .ig .title {
  line-height: 1.5;
  padding-left: 17px;
  width: 92%;
}
.about-page .about-3 .content ul li .ig .desc {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg1.png) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  padding: 26px 20px 0 29px;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .content ul li .ig .desc span::before {
  background: #fff;
}
.about-page .about-3 .content ul li .ig .desc .con {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.4;
  margin-top: 11px;
  max-height: 190px;
}
.about-page .about-3 .content ul li .ig .desc .con::-webkit-scrollbar-thumb {
  background: #fff;
}
.about-page .about-3 .content ul li .ig:hover .desc {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.about-page .about-4 {
  padding: 5% 0;
}
.about-page .about-5 {
  background-color: #ffffff;
  padding: 2% 0 4%;
}
.about-page .about-top{
  padding-top: 4%;
}
.about-page .about-top .title{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 171, 81, 0.7);
  color: #fff;
  padding: 0 6%;
  -webkit-clip-path: inset(0 100% 0 100%);
  clip-path: inset(0 100% 0 100%);
  -webkit-transition: .7s;
  -moz-transition: .7s;
  transition: .7s;
}
.about-page .about-top ul li .img-box:hover .title{
   -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.about-page .about-5 .dots li {
  background: #e1e1e1;
}
.about-page .about-5 .dots li.slick-active {
  background: var(--color);
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 0;
  }
  .about-page .about-1 .top .left .number-Plus ul li p::before {
    margin-right: .7em;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 60px;
    height: 360px;
  }
  .inner-banner .box {
    top: 50%;
  }
  .about-page .about-1 .top .left ul li {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: auto;
    padding: 30px 0;
  }
  .inner-banner .box {
    position: initial;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .inner-banner .box .title {
    display: none;
  }
  .inner-banner .box .mbx {
    margin-top: 0;
  }
  .inner-banner .box .mbx a {
    margin: 0 6px;
  }
  .inner-banner .box .mbx a:first-child{
    margin: 0 6px 0 0;
  }
  .inner-banner .box .mbx span {
    margin-left: 6px;
  }
  .about-page .i-tag {
    font-size: 16px;
  }
  .about-page .i-title {
    font-size: 36px;
  }
  .about-page .about-1 .top .left {
    width: 100%;
  }
  .about-page .about-1 .top .left .number-Plus ul li {
    width: 50%;
  }
  .about-page .about-1 .top .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-1 .bottom .play {
    zoom: .8;
  }
  .about-page .about-2 ul li .ig {
    padding-left: 34px;
  }
  .about-page .about-5 {
    padding-bottom: 80px;
  }
  .font-20 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .top .left .i-title {
    font-size: 30px;
  }
  .about-page .about-1 .top .left .i-title small {
    font-size: 20px;
  }
  .about-page .i-title {
    font-size: 30px;
  }
  .about-page .about-1 .top .left .number-Plus ul {
    margin-bottom: 0;
  }
  .about-page .about-1 .top .left .number-Plus ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  .about-page .about-1 .top .left .number-Plus ul li .num {
    font-size: 40px;
  }
  .about-page .about-1 .top .left .number-Plus ul li .num sub {
    font-size: 18px;
  }
  .about-page .about-1 .top .left .number-Plus ul li p {
    font-size: 16px;
  }
  .about-page .about-1 .top .left .number-Plus ul li:last-child {
    margin-bottom: 0;
  }
  .about-page .about-1 .bottom .play {
    zoom: .6;
  }
  .about-page .about-2 .content {
    padding-left: 0;
  }
  .about-page .about-2 ul {
    margin: 0;
  }
  .about-page .about-2 ul li {
    padding: 0;
  }
  .about-page .dots li {
    width: 27px;
    height: 3.5px;
    margin-right: 8px;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.gallery-page .tab {
  border-bottom: 1px solid #e1e1e1;
  font-size: 0;
  margin-bottom: 90px;
}
.gallery-page .tab li {
  text-align: center;
  padding: 24px 0;
  border-left: 1px solid #e1e1e1;
  position: relative;
}
.gallery-page .tab li a {
  overflow: hidden;
  display: block;
}
.gallery-page .tab li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #666;
  -webkit-transition: -webkit-transform ease .4s;
  transition: -webkit-transform ease .4s;
  -moz-transition: transform ease .4s, -moz-transform ease .4s;
  transition: transform ease .4s;
  transition: transform ease .4s, -webkit-transform ease .4s, -moz-transform ease .4s;
  -ms-transition: transform ease .4s;
  -o-transition: transform ease .4s;
  -webkit-transition: transform ease .4s;
  -moz-transition: transform ease .4s;
  position: relative;
}
.gallery-page .tab li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color);
  -webkit-transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
  -moz-transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
  transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
}
.gallery-page .content .box {
  text-align: center;
  padding-bottom: 90px;
}
.gallery-page .content .box h2 {
  color: #182333;
  font-size: 35px;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.3;
}
.gallery-page .content .box p {
  /*max-width: 690px;*/
  text-align: center;
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
  /*margin-bottom: 50px;*/
}
.gallery-page .content .box div {
  color: #565969;
  /*font-size: 16px;*/
  line-height: 1.6;
  margin: 0 auto;
}
.gallery-page .content .box ul {
  margin: -15px;
  text-align: left;
}
.gallery-page .content .box ul li {
  padding: 15px;
}
.gallery-page .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(205, 205, 205, 0.3);
  box-shadow: 0 0 10px rgba(205, 205, 205, 0.3);
  padding: 10px;
  border-radius: 5px;
      background: #fff;
}
.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 20px;
}
.gallery-page .content .box ul li .imgbox .text h5 {
  /*text-transform: uppercase;*/
  display: block;
  color: #ffffff;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
      background: #01ab51;
}
.gallery-page .content .box ul li .imgbox .text .con {
  margin-top: 20px;
  min-height: 90px;
  overflow: auto;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
  background: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
  margin-bottom: 20px;
  font-size: 45px;
  color: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
  cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--color);
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
  background: var(--color);
  color: #fff;
}
.gallery-page .content .box ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
  top: 0;
}
.gallery-page .content .box:nth-child(even) {
  background: #f8f8f8;
  padding: 90px 0;
}
.m-page {
  text-align: center;
  padding-top: 20px;
}
.m-page a,
.m-page span {
  display: inline-block;
  margin: 2px 4px;
  min-width: 36px;
  line-height: 33px;
  height: 36px;
  color: #555;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
.m-page a:hover {
  color: var(--color);
}
.m-page span {
  background-color: var(--color);
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .gallery-page .content .box ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 992px) {
  .gallery-page .content .box ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .content .box p {
    font-size: 14px;
  }
  .gallery-page .content .box ul li {
    width: 100%;
  }
}
.faq-page {
  /*padding: 120px 0;*/
  background: #f5f5f5;
}
.faq-page .box ul {
  margin-right: -40px;
}
.faq-page .box ul li {
  padding-right: 10px;
  margin-bottom: 20px;
}
.faq-page .box ul li .title {
  padding: 30px 30px 30px 80px;
  cursor: pointer;
  position: relative;
  border: none;
  border: 1px solid #fff;
  margin-bottom: 0px;
  background-color: #fff;
}
.faq-page .box ul li .title::after {
  content: "\f27b";
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--color);
  padding: 9px 14px;
  color: #fff;
}
.faq-page .box ul li .title h6 {
  font-size: 18px;
  margin-bottom: 0;
  color: #000;
}
.faq-page .box ul li .accordion-info {
  display: none;
  padding: 20px;
  margin-top: 0px;
  margin-left: 0px;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
.faq-page .box ul li.active .title {
  color: #fff;
  background: var(--color);
  border: 1px solid var(--color);
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.faq-page .box ul li.active .title h6 {
  color: #fff;
}
.faq-page .box ul li.active .title::after {
  background: #fff;
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  .faq-page .box ul {
    margin-right: 0;
  }
  .faq-page .box ul li {
    width: 100% !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .box ul li .title::after {
    left: 10px;
  }
  .faq-page .box ul li .title {
    padding: 20px 10px 20px 66px;
  }
  .faq-page .box ul li .accordion-info {
    padding: 20px 10px;
  }
}
.inner-page h3.title {
  font-size: 40px;
  line-height: 2;
}
.inner-page h3.title em {
  color: var(--color);
}
.inner-page .sidebox {
  padding: 120px 0;
}
.inner-page .sidebox .sideleft {
  width: 22%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  display: block;
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-right: 20px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  right: 0;
  top: 9px;
  cursor: pointer;
}
.inner-page .sidebox .sideleft .widget ul li a:hover,
.inner-page .sidebox .sideleft .widget ul li a.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li ul {
  margin-top: 15px;
  display: none;
}
.inner-page .sidebox .sideleft .widget ul li.active ul{
  display: block;
}
.inner-page .sidebox .sideleft .widget.pfl ul li:first-child ul{
  display: block;
}
.inner-page .sidebox .sideleft .widget ul li ul li{
  font-weight: 400;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-right: 0;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 115px;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 2;*/
  /*-webkit-box-orient: vertical;*/
  /*padding-top: 40px;*/
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebox .sideleft .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;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 50px 50px;
}
@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72%;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0!important;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .sidebox{
    padding: 30px 0;
  }
}
.product-page {
  background: #f5f5f5;
}
.product-page .sideright .top {
  width: 100%;
}
.product-page .sideright .top h3,
.product-page .sideright .top h1 {
  font-size: 26px;
  line-height: 1.6;
  font-weight: bold;
}
.product-page .sideright .top h3 em {
  color: var(--color);
  font-weight: bold;
}
.product-page .sideright .top .desc {
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
.product-page .sideright .list {
  margin-top: 50px;
}
.product-page .sideright .list ul {
  margin: 0 -60px -48px 0;
}
.product-page .sideright .list ul li {
  padding: 0 20px 48px 0;
}
.product-page .sideright .list ul li .box {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  position: relative;
  display: block;
}
.product-page .sideright .list ul li .box i {
  position: absolute;
  z-index: 1;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
}
.product-page .sideright .list ul li .box i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}
.product-page .sideright .list ul li .box i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
.product-page .sideright .list ul li .box i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}
.product-page .sideright .list ul li .box i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
.product-page .sideright .list ul li .box .img {
  width: 100%;
  background: #fff;
}
.product-page .sideright .list ul li .box .text {
  padding: 29px 26px 26px;
      background: #fff;
}
.product-page .sideright .list ul li .box .text h4 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*min-height: 60px;*/
}
.product-page .sideright .list ul li .box .text p {
  font-size: 16px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}
.product-page .sideright .list ul li .box:hover i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
.product-page .sideright .list ul li .box:hover i.ie2 {
  height: 100%;
  top: 0;
}
.product-page .sideright .list ul li .box:hover i.ie3 {
  width: 100%;
  left: 0;
}
.product-page .sideright .list ul li .box:hover i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}
.product-page #index-body {
  background: #fff;
}
@media screen and (max-width: 1366px) {
  .product-page .sideright .list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .product-page .sideright .top {
    width: 100%;
    /*display: none!important;*/
  }
  .product-page .sideright .list{
    margin-top: 0;
  }
  .product-page .sideright .top .desc {
    font-size: 14px;
    line-height: 2;
  }
  .product-page .sideright .list ul{
    margin: 0 -60px -20px 0;
  }
  .product-page .sideright .list ul li {
    width: 100%;
    padding: 0 60px 20px 0;
  }
}
.prodet-page {
  background: #f5f5f5;
}
.prodet-page .product-box .prodet-1 .left {
  width: 50%;
}
.prodet-page .product-box .prodet-1 .left .swiper {
  overflow: hidden;
  margin-top: 20px;
  padding: 5px;
}
.prodet-page .product-box .prodet-1 .left .swiper-slide {
  /*border: #ccc solid 1px;*/
}
.prodet-page .product-box .prodet-1 .left .swiper-slide img {
  width: 100%;
}
.prodet-page .product-box .prodet-1 .left a {
  display: block;
  border: 1px solid #eee;
}
.prodet-page .product-box .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .product-box .prodet-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
  padding-left: 15px;
  width: 50%;
}
.prodet-page .product-box .prodet-1 .right .title {
  font-size: 24px;
  line-height: 2;
  font-weight: 700;
}
.prodet-page .product-box .prodet-1 .right h3.title {
  font-size: 24px;
}
.prodet-page .product-box .prodet-1 .right .text {
  margin: 10px 0;
  font-size: 16px;
  line-height: 2;
  max-height: 25em;
  overflow: auto;
}
.prodet-page .product-box .prodet-1 .right .share {
  padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 2;
}
.prodet-page .product-box .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
  width: auto;
  color: #666;
  margin: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 18px;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
  color: var(--color);
}
.prodet-page .product-box .prodet-1 .right a.tel {
  font-size: 18px;
  color: var(--color);
  display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  height: 50px;
  background: var(--color);
  color: white;
  padding: 0 35px;
  font-size: 20px;
  margin-top: 10px;
}
table tr:nth-child(even){
  background: #fff;
}
.prodet-page .product-box .prodet-2 {
  padding: 30px 0;
  line-height: 1.5;
}
.prodet-page .product-box .prodet-2 .options ul {
  background: #fff;
}
.prodet-page .product-box .prodet-2 .options ul li {
  width: auto;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: #3d474a;
  border-radius: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
  color: white;
  background: var(--color);
}
.prodet-page .product-box .prodet-2 .ret {
  padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret p {
  padding: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table {
  margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table td {
  border: 1px solid #ccc;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  width: 100px !important;
  white-space: break-spaces;
}
.prodet-page .product-box .prodet-2 .ret table td p {
  padding: 0;
}
.prodet-page .product-box .prodet-2 .ret form {
  margin-top: 0;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: #ccc 0 0 10px 0;
  box-shadow: #ccc 0 0 10px 0;
}
.prodet-page .product-box .prodet-2 .ret form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .product-box .prodet-2 .ret form ul li {
  margin-top: 10px;
  width: 48%;
  display: inline-block;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) {
  width: 100%;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) textarea {
  width: 100%;
  border: #ccc solid 1px;
  padding: 5px;
  font-size: 16px;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) {
  width: 100%;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input {
  background: var(--color);
  color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input:hover {
  background: #000;
}
.prodet-page .product-box .prodet-2 .ret form ul li input {
  padding: 5px;
  border: #ccc solid 1px;
  width: 100%;
  font-size: 16px;
}
.prodet-page .product-box .prodet-video ul{
  display: flex;
  flex-wrap: wrap;
  margin: -9px;
}
.prodet-page .product-box .prodet-video .content{
  margin-top: 30px;
}
.prodet-page .product-box .prodet-video ul li{
  padding: 9px;
  width: 33.3333%;
}
.prodet-page .product-box .prodet-video ul li video{
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.prodet-page .product-box .prodet-3 h3.title {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 30px;
  font-weight: 700;
}
.prodet-page .product-box .prodet-3 ul {
  margin: -10px;
}
.prodet-page .product-box .prodet-3 ul .slick-track {
  margin: 0;
}
.prodet-page .product-box .prodet-3 ul li {
  padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
  display: block;
  /*background: white;*/
  /*-o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);*/
  /*-webkit-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);*/
  /*box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);*/
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
  display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
  display: block;
  padding: 20px 20px;
  text-align: center;
  /*margin-top: 20px;*/
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
  font-size: 18px;
  line-height: 1.6;
  color: #111;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
  color: var(--color);
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 14px;
  line-height: 2;
  color: var(--color);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 14px;
  color: #888;
  line-height: 2;
  margin: 5px 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.mores {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid var(--color);
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: var(--color);
}
.prodet-page .product-box .prodet-3 ul li .box .content a.mores i {
  margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.mores:hover {
  color: white;
  background: var(--color);
}
@media screen and (max-width: 1400px) {
  .prodet-page .product-box .prodet-1 .right .text {
    max-height: 12em;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .product-box .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .product-box .prodet-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .prodet-page .product-box .prodet-1 .right .title {
    font-size: 24px;
    line-height: 2;
  }
  .prodet-page .product-box .prodet-video ul li{
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .product-box .prodet-video ul li{
    width: 100%;
  }
}
.news-page {
  background: #f5f5f5;
}
.news-page .sideright {
  padding: 0 0px 50px 50px !important;
}
.news-page .sideright .list ul {
  margin-right: -20px;
}
.news-page .sideright .list ul li {
  padding-right: 20px;
  margin-bottom: 30px;
}
.news-page .sideright .list ul li .img {
  position: relative;
}
.news-page .sideright .list ul li .img img {
  width: 100%;
}
.news-page .sideright .list ul li .img .date {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: var(--color);
  color: #fff;
  padding: 6px 12px;
  text-align: center;
  line-height: 1.5em;
  border-radius: 2px;
}
.news-page .sideright .list ul li .img .date span {
  display: block;
  font-size: 14px;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.news-page .sideright .list ul li .img .date i {
  display: block;
  font-size: 24px;
  line-height: 2;
  font-style: normal;
  color: #fff;
  font-weight: 700;
}
.news-page .sideright .list ul li .con {
  padding: 30px;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  -moz-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
}
.news-page .sideright .list ul li .con h5,
.news-page .sideright .list ul li .con h5 a {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  margin-bottom: 15px;
  height: 66px;
}
.news-page .sideright .list ul li .con h5:hover,
.news-page .sideright .list ul li .con h5 a:hover {
  color: var(--color);
}
.news-page .sideright .list ul li .con p {
  color: #555;
  font-size: 16px;
  line-height: 2;
}
.news-page .sideright .list ul li .con i {
  color: var(--color);
  font-size: 18px;
}
.news-page .sideright .list ul li .con .divider {
  width: 100%;
  min-height: 1px;
  background-color: rgba(0, 0, 0, 0.04);
  margin-top: 20px;
  margin-bottom: 20px;
}
.news-page .sideright .list ul li .con .news-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin-bottom: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  color: #101010;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 400;
}
.news-page .sideright .list ul li .con .news-info .news-info-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin-right: 30px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-info-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin-right: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-icon-wrapper {
  margin-right: 7px;
}
.news-page .sideright .list ul li .con .news-info .card-news-service-text,
.news-page .sideright .list ul li .con .news-info .card-news-date-text {
  font-size: 16px;
  line-height: 2;
  color: #01ab51;
}
.news-page .sideright .list ul li .con a.link-btn {
  display: inline-block;
  position: relative;
  padding-bottom: 1px;
  margin-bottom: -1px;
  border-bottom: 1px solid #ccc;
}
.news-page .sideright .list ul li .con a.link-btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--color);
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.news-page .sideright .list ul li .con a.link-btn:hover::before {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .news-page .sideright {
    padding: 0 0 50px 0 !important;
  }
  .inner-page .sidebox{
    padding: 30px 0;
  }
}
@media screen and (max-width: 700px) {
  .news-page .sideright .list ul {
    margin-right: 0;
  }
  .news-page .sideright .list ul li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .news-page .sideright .list ul li .con {
    padding: 20px 10px;
  }
  .news-page .sideright .list ul li .con h5,
  .news-page .sideright .list ul li .con h5 a {
    font-size: 20px;
  }
  .news-page .sideright .list ul li .con p {
    font-size: 14px;
  }
  .news-page .sideright .list ul li .con .news-info .card-news-service-text,
  .news-page .sideright .list ul li .con .news-info .card-news-date-text {
    font-size: 14px;
  }
  .news-page .sideright .list ul li .con .news-info .news-info-right {
    font-size: 14px;
  }
}
.newdet-page .section-title2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 2;
  color: #000;
  position: relative;
  margin-bottom: 20px;
  margin-top: 30px;
}
.newdet-page p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #555;
  margin-bottom: 15px;
}
.newdet-page blockquote {
  border-left: 7px solid var(--color);
  padding: 45px;
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin: 35px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #555;
}
.newdet-page blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.newdet-page blockquote::before {
  content: '\f10e';
  font-family: 'FontAwesome';
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: #000;
}
.newdet-page blockquote a {
  color: inherit;
}
.newdet-page blockquote cite {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 60px;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: var(--color);
  font-weight: 600;
}
.newdet-page blockquote cite::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: var(--color);
}
.newdet-page .n-content {
  font-size: 16px;
  line-height: 2;
  color: #555;
}

.newdet-page .grid-box {
  margin-right: -12px;
}
.newdet-page .column {
  padding: 20px 12px 0;
}
.newdet-page .column:nth-child(1) {
  padding: 20px 12px 0 0;
}
.newdet-page .news-post-comment-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment img {
  border-radius: 100%;
  width: 100px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content {
  margin-right: 26px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
  font-size: 12px;
  color: #555;
  font-weight: 400;
  margin-left: 15px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
  font-size: 14px;
  color: #555;
  margin: 0;
  font-weight: 400;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transition: .5s;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
  color: var(--color);
}
.newdet-page .s_link {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
  width: 50%;
  padding: 50px 0;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  justify-content: left;
}
.newdet-page .s_link .list .img {
  width: 80px;
  height: 80px;
  min-width: 80px;
}
.newdet-page .s_link .list .img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .s_link .list .cont {
  margin-left: 20px;
}
.newdet-page .s_link .list .cont a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
  color: #35b7a9;
}
.newdet-page .s_link .list .cont .tip {
  font-size: 16px;
  line-height: 2;
  color: #444;
}
.newdet-page .s_link .list .cont .des {
  color: #000;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
.newdet-page .s_link .list.next {
  padding-right: 0;
  padding-left: 15px;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  justify-content: right;
  border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
  margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
  margin-left: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  order: -1;
  text-align: right;
}
.newdet-page .news-comment-section {
  padding-top: 60px;
}
.newdet-page .news-comment-section h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.newdet-page .news-comment-section form {
  margin-top: 15px;
}
.newdet-page .news-comment-section form .column {
  padding: 0;
}
.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
  border-bottom-width: 1px;
  border-color: var(--color);
}
.newdet-page .news-comment-section form li button {
  font-weight: 600;
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid transparent;
  border-radius: 80px;
  background-color: var(--color);
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  -moz-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
.newdet-page .news-comment-section form li button:hover {
  background: #000;
}
.newdet-page .news-comment-section form li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .newdet-page blockquote {
    padding: 20px 10px;
  }
  .newdet-page .grid-box {
    margin-right: 0;
  }
  .newdet-page .column {
    padding: 10px 0;
    width: 100%;
  }
  .newdet-page .column:nth-child(1) {
    padding: 10px 0;
  }
  .newdet-page .news-post-comment-wrap {
    display: block;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-comment {
    text-align: center;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-content {
    margin: 40px 0 0 0;
  }
  .newdet-page .news-comment-section form .column {
    width: 100%;
  }
  .newdet-page .s_link .list {
    width: 100%;
  }
  .newdet-page .s_link .list.next {
    border: none;
    border-top: 1px solid #d9d9d9;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .s_link {
    margin-top: 20px;
  }
  .newdet-page .s_link .list {
    padding: 20px 0;
  }
}
.contact-page .contact-1 {
  padding: 120px 0;
}
.contact-page .contact-1 .left {
  padding-right: 8%;
}
.contact-page .contact-1 .left #ewm{
  width: 150px;
  border: 6px solid #fff;
}
.contact-page .contact-1 .left .code .img img{
  width: 150px;
}
.contact-page .contact-1 .left h5 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 15px;
}
.contact-page .contact-1 .left p {
  font-size: 18px;
  line-height: 2;
  color: #555;
  margin-bottom: 30px;
}
.contact-page .contact-1 .left ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  color: #555;
  text-decoration: none;
}
.contact-page .contact-1 .left ul li .contact-link-icon {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 60px;
  max-height: 60px;
  min-height: 60px;
  min-width: 60px;
  background-color: var(--color);
  color: #fff;
  font-size: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-page .contact-1 .left ul li .contact-link-icon span {
  background: var(--color);
  color: #fff;
  width: 100%;
  text-align: center;
}
.contact-page .contact-1 .left ul li .contact-link-title {
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
  margin-top: 7px;
}
.contact-page .contact-1 .left ul li .contact-link-text {
  color: #555;
  font-size: 16px;
  line-height: 2;
}
.contact-page .contact-1 .right {
  text-align: right;
  /*padding-right: 15%;*/
}
.contact-page .contact-1 .right .form-wrap {
  position: relative;
}
.contact-page .contact-1 .right .form-wrap .form-box {
  padding: 40px;
  /*background: #fff;*/
  z-index: 3;
  margin-bottom: 30px;
  margin-right: 30px;
  text-align: left;
}
.contact-page .contact-1 .right .form-wrap .form-box::before {
  content: '';
  position: absolute;
  top: 90px;
  right: 10px;
  left: 120px;
  bottom: -20px;
  background: var(--color);
  z-index: -1;
}
.contact-page .contact-1 .right .form-wrap .form-box::after {
  content: '';
  width: 50%;
  position: absolute;
  top: -5%;
  bottom: 55%;
  left: -5%;
  background-image: url(../images/dots.png);
  background-repeat: repeat;
  z-index: -1;
}
.contact-page .contact-1 .right .form-wrap .form-box h5 {
  color: #000;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 15px;
}
.contact-page .contact-1 .right .form-wrap .form-box li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right .form-wrap .form-box li input,
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact-page .contact-1 .right .form-wrap .form-box li input:focus,
.contact-page .contact-1 .right .form-wrap .form-box li textarea:focus {
  border-bottom-width: 1px;
  border-color: var(--color);
}
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
  height: 127px;
}
.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary {
  font-weight: 600;
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid transparent;
  font-size: 16px;
  /*border-radius: 80px;*/
  background-color: var(--color);
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  -moz-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}
.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary:hover {
  background: #000;
}
.contact-page .contact-1 .map {
  margin-top: 90px;
}
.contact-page .contact-2 {
  background: #f5f5f5;
  padding: 120px 0;
}
.contact-page .contact-2 .header p {
  font-size: 16px;
  line-height: 2;
  color: #555;
  margin-bottom: 15px;
}
.contact-page .contact-2 .header .section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}
.contact-page .contact-2 .header .section-title span {
  color: var(--color);
}
.contact-page .contact-2 .content ul {
  margin-right: -40px;
}
.contact-page .contact-2 .content ul li {
  padding-right: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2;
}
.contact-page .contact-2 .content ul li .title {
  padding: 30px 30px 30px 80px;
  cursor: pointer;
  position: relative;
  border: none;
  border: 1px solid #fff;
  margin-bottom: 0px;
  background-color: #fff;
}
.contact-page .contact-2 .content ul li .title::after {
  content: "\f27b";
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--color);
  padding: 9px 14px;
  color: #fff;
}
.contact-page .contact-2 .content ul li .title h6 {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0;
  color: #000;
}
.contact-page .contact-2 .content ul li .accordion-info {
  display: none;
  padding: 20px;
  margin-top: 0px;
  margin-left: 0px;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
.contact-page .contact-2 .content ul li.active .title {
  color: #fff;
  background: var(--color);
  border: 1px solid var(--color);
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.contact-page .contact-2 .content ul li.active .title h6 {
  color: #fff;
}
.contact-page .contact-2 .content ul li.active .title::after {
  background: #fff;
  color: var(--color);
}
@media screen and (max-width: 1450px) {
  .contact-page .contact-1 .left{
    padding-right: 7%;
  }
}
@media screen and (max-width: 1366px) {
  .contact-page .contact-1 .right {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-1 .left{
    padding-right: 2%;
  }
  .contact-page .contact-1 .left #ewm,
  .contact-page .contact-1 .left .code .img img{
    width: 138px;
  }
}
@media screen and (max-width: 1200px) {
  .contact-page .contact-1 .right {
    padding-left: 4%;
  }
  .contact-page .contact-2 .content ul li {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 40px 0 0 0;
  }
  .contact-page .contact-1 .right .form-wrap .form-box{
    padding: 0;
  }
  .contact-page .contact-2,
  .contact-page .contact-1{
    padding: 60px 0;
  }
  .contact-page .contact-1 .map{
    margin-top: 50px;
  }
  .body-overflow-box{
    overflow: hidden !important;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 .content ul li {
    width: 100%;
  }
  .contact-page .contact-2,
  .contact-page .contact-1{
    padding: 30px 0;
  }
  .contact-page .contact-1 .map{
    margin-top: 30px;
  }
  .contact-page .contact-1 .left .img:nth-child(1){
    display: none;
  }
}
#index-body .about {
  /*background-color: #f6f5ed;*/
  padding: 88px 0 147px;
}
#index-body .about .top .text {
  width: 48%;
  vertical-align: middle;
  padding-right: 73px;
}
#index-body .about .top .text p {
  font-size: 18px;
  color: #393939;
  line-height: 32px;
  margin-top: 30px;
}
#index-body .about .top .text .btn {
  margin-top: 37px;
}
#index-body .about .top .text .btn a.link {
  display: inline-block;
  vertical-align: top;
  margin-left: 43px;
}
#index-body .about .top .text .btn a.link em {
  display: inline-block;
  padding: 18px 13px 17px 14px;
  background: #fff;
}
#index-body .about .top .text .btn a.link span {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  padding-left: 5px;
}
#index-body .about .top .img {
  width: 52%;
  position: relative;
  z-index: 1;
  padding-top: 76px;
}
#index-body .about .top .img .i2 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
#index-body .about .top .img .play {
  position: absolute;
  top: 42%;
  left: 0;
  width: 100%;
  text-align: center;
}
#index-body .about .top .img .play i {
  display: inline-block;
  margin-left: 13%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
#index-body .about .top .img .play i::before,
#index-body .about .top .img .play i::after{
  position: absolute;
  z-index: -1;
  content: '';
  left: -30px;
  right: -30px;
  top: -30px;
  bottom: -30px;
  border-radius: 50%;
  background: rgba(248,185,17, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .about .top .img .play i::before{
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .about .bottom {
  text-align: center;
  padding-top: 139px;
}
#index-body .about .bottom ul li {
  color: #393939;
}
#index-body .about .bottom ul li p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
#index-body .about .bottom ul li h3 {
  font-size: 70px;
  line-height: 1;
  font-weight: 500;
  margin-top: 11px;
}
#index-body .init1 {
  background: var(--color);
  padding: 60px 0 68px;
  color: #fff;
}
#index-body .init1 .info {
  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;
}
#index-body .init1 h3 {
  font-size: 35px;
  line-height: 1.4;
  width: 32%;
}
#index-body .init1 .btn .more {
  background: #fff;
  color: #000;
  padding: 19px 27px;
  border: 1px solid #fff;
}
#index-body .init1 .btn .more::before {
  background: transparent;
}
#index-body .init1 .btn .more:hover {
  background: transparent;
  color: #fff;
}
#index-body .init1 .btn .more:last-child {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin-left: 23px;
}
#index-body .init1 .btn .more:last-child::before {
  background: #fff;
}
#index-body .init1 .btn .more:last-child:hover {
  color: #000;
}
.seoPublic .Auxil-about .box .right div.h3{
  font-weight: 600;
}
.seoPublic .Auxil-news .list ul li .content{
  margin-top: 0;
}
.service-page {
  padding: 120px 0 125px;
  background-color: #f6f5ed;
}
.service-page .service-1 {
  padding-bottom: 120px;
}
.service-page .service-1 #index-body .about {
  padding: 0;
}
.service-page .service-1 #index-body .about .top .text h2.title {
  font-size: 57px;
  line-height: 1.2;
}
.service-page .service-1 #index-body .about .top .text h3 {
  font-size: 22px;
  line-height: 1.6;
  color: #181818;
  font-weight: 400;
  margin-top: 32px;
}
.service-page .service-1 #index-body .about .top .text p {
  font-size: 17px;
  line-height: 1.8;
  color: #83827F;
}
.service-page .service-1 #index-body .about .top .text .btn .link img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .service-1 #index-body .about .top .img {
  text-align: right;
  padding: 0 0 50px 0;
}
.service-page .service-1 #index-body .about .top .img .i2 {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  z-index: 1;
}
.service-page .service-2 {
  background: #fff;
  padding: 120px 0;
}
.service-page .service-2 .header {
  width: 70%;
  margin: 0 auto;
}
.service-page .service-2 .content {
  margin-top: 45px;
}
.service-page .service-2 .content ul {
  margin-right: -30px;
}
.service-page .service-2 .content ul li {
  padding-right: 30px;
}
.service-page .service-2 .content ul li .ig {
  text-align: center;
}
.service-page .service-2 .content ul li .ig .img-box {
  display: block;
  width: 60%;
  margin: 0 auto;
  border-radius: 50%;
}
.service-page .service-2 .content ul li .ig .text {
  padding-top: 28px;
}
.service-page .service-2 .content ul li .ig .text span {
  font-size: 17px;
  color: #83827F;
  line-height: 1.6;
  text-transform: uppercase;
}
.service-page .service-2 .content ul li .ig .text h3 {
  font-size: 25px;
  line-height: 1.4;
  margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text p {
  font-size: 17px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text .mores {
  width: 47px;
  height: 47px;
  line-height: 45px;
  text-align: center;
  background: #fff;
  border: 1px solid #d1d0c8;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 25px;
  display: inline-block;
}
.service-page .service-2 .content ul li .ig .text .mores img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-2 .content ul li .ig .text .mores:hover {
  background: var(--color);
  border-color: var(--color);
}
.service-page #index-body .init1 h3 {
  width: 46%;
}
.service-page #index-body .rate {
  padding: 0 0 25px 0;
}
.service-page .service-3 {
  padding: 120px 0;
}
.service-page .service-3 .top .img {
  vertical-align: middle;
}
.service-page .service-3 .top .img .info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 70px 0 0;
  width: 100%;
}
.service-page .service-3 .top .img img {
  width: 48.2%;
  margin-right: 20px;
}
.service-page .service-3 .top .img img:last-child {
  margin: 0 0 0 20px;
}
.service-page .service-3 .top .text {
  padding-left: 48px;
  vertical-align: middle;
}
.service-page .service-3 .top .text .box {
  width: 80%;
}
.service-page .service-3 .top .text .box h2.title {
  line-height: 1.2;
  width: 90%;
}
.service-page .service-3 .top .text .box p {
  font-size: 17px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 20px;
}
.service-page .service-3 .top .text .box .more {
  padding: 21px 29px 20px 28px;
  margin-top: 45px;
}
.service-page .service-3 .bottom {
  padding-top: 120px;
}
.service-page .service-3 .bottom ul {
  margin-right: -60px;
}
.service-page .service-3 .bottom ul li {
  text-align: center;
  padding-right: 60px;
}
.service-page .service-3 .bottom ul li i {
  display: inline-block;
  height: 69px;
}
.service-page .service-3 .bottom ul li i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .bottom ul li i:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .service-3 .bottom ul li .text {
  padding-top: 21px;
}
.service-page .service-3 .bottom ul li .text h3 {
  font-size: 26px;
  line-height: 1.1;
}
.service-page .service-3 .bottom ul li .text p {
  font-size: 17px;
  line-height: 1.6;
  color: #83827F;
  margin-top: 20px;
}
.service-page .service-3 .bottom ul li .text .mores {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  overflow: hidden;
}
.service-page .service-3 .bottom ul li .text .mores span {
  margin-top: 5px;
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}
.service-page .service-3 .bottom ul li .text .mores em {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  line-height: 21px;
}
.service-page .service-3 .bottom ul li .text .mores em img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-3 .bottom ul li .text .mores:hover span {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}
#index-body .rate {
  background-color: #fff;
  padding: 70px 0 80px;
}
#index-body .rate .content {
  margin-top: 70px;
  overflow: hidden;
}
#index-body .rate .content .swiper-container {
  overflow: inherit;
}
#index-body .rate .content .swiper-container .swiper-slide {
  background: #f8f8f8;
  padding: 45px 20px 55px 23px;
      height: auto;
}
#index-body .rate .content .swiper-container .swiper-slide .desc {
  font-size: 16px;
  line-height: 1.8;
  color: #393939;
  margin-top: 21px;
}
#index-body .rate .content .swiper-container .swiper-slide span {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
  margin-top: 61px;
}
#index-body .rate .content .swiper-container .swiper-pagination {
  position: initial;
  font-size: 10px;
  margin-top: 30px;
}
#index-body .rate .content .swiper-container .swiper-pagination .swiper-pagination-bullet {
  padding: 0;
  width: 5.4em;
  height: 0.7em;
  background-color: #000000;
  border-radius: 4px;
  border: 0;
  margin: 0 .75em;
}
#index-body .rate .content .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color);
}
@media screen and (max-width: 1680px) {
  .service-page .service-3 .top .text .box h2.title {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .service-page {
    padding: 100px 0;
  }
  .service-page .service-1 {
    padding-bottom: 100px;
  }
  .service-page .service-1 #index-body .about .top .text h2.title {
    font-size: 50px;
  }
  .service-page .service-2 {
    padding: 100px 0;
  }
  .service-page .service-3 .top .img {
    width: 55%;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 40px;
  }
  .service-page .service-3 .top .text {
    width: 45%;
  }
  .service-page .service-3 .top .text .box {
    width: 100%;
  }
  .service-page .service-3 {
    padding: 100px 0;
  }
  .service-page .service-3 .bottom {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .service-page .service-1 #index-body .about .top .text h2.title {
    font-size: 46px;
  }
  #index-body .about .top .text {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1100px) {
  #index-body .about .top .text {
    padding-right: 50px;
  }
  .service-page .service-1 #index-body .about .top .img {
    padding: 0 0 50px 30px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .about {
    padding: 60px 0;
  }
  #index-body .about .top .text {
    width: 100%;
    padding-right: 0;
  }
  #index-body .about .top .img {
    display: none;
  }
  #index-body .about .bottom {
    padding-top: 60px;
  }
  #index-body .about .bottom ul {
    margin-bottom: -10px;
  }
  #index-body .about .bottom ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  #index-body .about .bottom ul li h3 {
    font-size: 50px;
    margin-top: 0;
  }
  .service-page {
    padding: 60px 0;
  }
  .service-page .service-1 #index-body .about .top .text {
    padding-right: 0;
  }
  .service-page .service-1 {
    padding-bottom: 60px;
  }
  .service-page .service-2 {
    padding: 60px 0;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    min-height: 60px;
  }
  .service-page .service-3 {
    padding: 60px 0;
  }
  .service-page .service-3 .top .img {
    width: 100%;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 40px 0 20px;
  }
  .service-page .service-3 .top .text {
    width: 100%;
    padding: 20px 20px 0;
  }
  .service-page .service-3 .bottom {
    padding-top: 60px;
  }
  .service-page .service-3 .bottom ul {
    margin-right: -20px;
  }
  .service-page .service-3 .bottom ul li {
    padding-right: 20px;
  }
  #index-body .rate {
    padding: 60px 0;
  }
  #index-body .rate .content {
    margin-top: 40px;
  }
  #index-body .rate .content .swiper-container .swiper-pagination {
    bottom: -10%;
  }
}
@media screen and (max-width: 700px) {
  #index-body .about {
    padding: 30px 0;
  }
  #index-body .about .top .text p {
    margin-top: 20px;
  }
  #index-body .about .bottom {
    display: none;
  }
  .service-page {
    padding: 30px 0;
  }
  .service-page .service-1 #index-body .about .top .text h2.title {
    font-size: 42px;
    padding-top: 0;
  }
  .service-page .service-1 #index-body .about .top .text h3 {
    margin-top: 12px;
  }
  .service-page .service-1 {
    padding-bottom: 30px;
  }
  .service-page .service-2 {
    padding: 30px 0;
  }
  .service-page .service-2 .header {
    width: 100%;
  }
  .service-page .service-2 .content {
    margin-top: 20px;
  }
  .service-page .service-2 .content ul {
    margin-right: -15px;
  }
  .service-page .service-2 .content ul li {
    padding-right: 15px;
  }
  .service-page .service-2 .content ul li .ig .text {
    padding-top: 14px;
  }
  .service-page .service-2 .content ul li .ig .text span {
    font-size: 15px;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  .service-page .service-2 .content ul li .ig .text p {
    font-size: 15px;
  }
  .service-page .service-3 .top .text .box .more {
    margin-top: 20px;
  }
  .service-page .service-3 .bottom {
    padding-top: 30px;
  }
  .service-page .service-3 .bottom ul li .text h3 {
    font-size: 20px;
  }
  .service-page .service-3 .bottom ul li .text p {
    font-size: 15px;
  }
  .service-page .service-3 .bottom ul {
    margin-bottom: -20px;
  }
  .service-page .service-3 .bottom ul li {
    padding-bottom: 20px;
  }
  .service-page .service-3 {
    padding: 30px 0;
  }
  #index-body .rate {
    padding: 30px 0;
  }
  #index-body .rate .content {
    margin-top: 20px;
  }
  #index-body .rate .content .swiper-container .swiper-slide {
    padding: 30px 20px 40px 23px;
  }
  #index-body .rate .content .swiper-container .swiper-slide span {
    margin-top: 30px;
    font-size: 18px;
  }
  #index-body .rate .content .swiper-container .swiper-pagination {
    bottom: -7%;
  }
}
@media screen and (max-width: 500px) {
  #index-body .about .top .text p {
    font-size: 16px;
  }
  #index-body .about .top .text .btn {
    margin-top: 20px;
  }
  #index-body .about .top .text .btn a.link {
    margin-left: 20px;
  }
  .service-page .service-1 #index-body .about .top .text h2.title {
    font-size: 32px;
  }
  .service-page .service-1 #index-body .about .top .text p {
    font-size: 15px;
  }
  .service-page #index-body .about .top .text .btn a.link {
    display: block;
    margin: 10px 0 0 0;
  }
  .service-page .service-3 .top .text .box p {
    font-size: 15px;
    line-height: 30px;
  }
  .service-page .service-3 .top .text .box .more {
    padding: 12px 18px;
  }
  .service-page .service-3 .top .img img {
    margin-right: 10px;
    width: 49.5%;
  }
  .service-page .service-3 .top .img img:last-child {
    margin: 0 0 0 10px;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 30px 0 20px;
  }
  #index-body .about .top .text .btn a.link em {
    padding: 10px;
  }
  #index-body .rate .content .swiper-container .swiper-slide {
    padding: 20px 15px 20px;
  }
  #index-body .rate .content .swiper-container .swiper-slide .desc {
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
  }
  #index-body .rate .content .swiper-container .swiper-slide span {
    margin-top: 20px;
    font-size: 16px;
  }
}
.factory-page{
  padding: 80px 0;
}
.factory-page .init-3 .container .list_cont:last-child {
  padding-bottom: 100px;
}
.factory-page .init-3 .container .list_cont .title_c .column {
  vertical-align: middle;
}
.factory-page .init-3 .container .list_cont .title_c .left {
  width: 460px;
  padding-right: 10px;
}
.factory-page .init-3 .container .list_cont .title_c .left .tips {
  color: var(--color);
}
.factory-page .init-3 .container .list_cont .title_c .left .tips_title {
  font-weight: bold;
}
.factory-page .init-3 .container .list_cont .title_c .line {
  width: 1px;
  height: 60px;
  background-color: #5f5f5f;
}
.factory-page .init-3 .container .list_cont .title_c .right {
  width: 530px;
  padding-left: 30px;
  color: #3b3b3b;
}
.factory-page .init-3 .container .list_cont .content ul {
  margin: 0 -22px;
}
.factory-page .init-3 .container .list_cont .content ul li {
  padding: 0 22px;
  margin-top: 40px;
}
.factory-page .init-3 .container .list_cont .content ul li .box{
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.factory-page .init-3 .container .list_cont .content ul li .box .img {
  display: block;
}
.video-page .video-1 {
  padding: 0 0 90px;
  background: #f6f6f6;
}
.video-page .video-1 .tag,
.video-page .video-2 .tag{
  color: var(--color);
}
.video-page .video-1 .header h2.title {
  margin-top: 14px;
  line-height: 1.2;
}
.video-page .video-1 .content {
  margin-top: 40px;
}
.video-page .video-1 .content ul {
  margin: -10px -12px;
}
.video-page .video-1 .content ul li {
  padding: 10px 12px;
}
.video-page .video-1 .content ul li .ig {
  display: block;
  -webkit-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  background-color: #fff;
  padding: 14px;
}
.video-page .video-1 .content ul li .ig video {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .video-page .video-1 {
    padding: 38px 0 60px;
  }
  .video-page .video-1 .content ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .video-page .video-1 {
    padding: 30px 0;
  }
  .video-page .video-1 .content ul li {
    width: 100%;
  }
}
.seoPublic .title{
  margin-bottom: 1em;
}
.seoPublic .Auxil-news .list ul{
  margin: -10px -30px;
}
.seoPublic .Auxil-news .list ul li{
  padding: 10px 30px;
}
.seoPublic .Auxil-news .list ul li .content div.h6{
  font-weight: bold;
}
.about-page .about-add{
  background: #fff;
  padding: 6% 0;
}
.about-page .about-add ul li{
  background: var(--color);
  color: #fff;
}
.about-page .about-add ul li .text .con{
   line-height: 1.5;
}
@media screen and (max-width: 1450px) {
  .about-page .about-add ul li .text .con{
    max-height: 306px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-add ul li .text .con{
    max-height: 270px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-add ul li .text{
    padding: 30px 15px !important;
  }
  .about-page .about-add ul li .text .con{
    max-height: 100%;
  }
  .font-36 {
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-add ul li .text .con{
    line-height: 1.8;
  }
}
/*2025-9-3*/
.seoPublic>div {
    padding: 70px 0;
}
.about-page .about-product{
  padding: 4% 0;
}
.about-page .about-product1{
  background: #eee;
  padding: 4% 0;
}
.seoPublic .Auxil-news1{
  background: #fff !important;
}
#index-body .rate1{
  background: #eee;
}
.tech-page .list ul li{
  margin-bottom: 50px;
  background: #fff;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.tech-page .list ul li .img-box{
  width: 30%;
  border-radius: 25px;
  vertical-align: middle;
}
.tech-page .list ul li .img-box img{
  border-radius: 25px;
}
.tech-page .list ul li .con{
  width: 70%;
  vertical-align: middle;
  padding-left: 5%;
}
.tech-page .list ul li .con h5{
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
.tech-page .list ul li .con p{
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
}
.tech-page .list ul li .con .link{
  float: right;
  margin-top: 20px;
  text-decoration: underline;
}
.tech-page .list ul li .con .link:hover{
  color: var(--color);
}
.tech-page .list ul li:last-child{
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget.product ul .slick-track{
  display: block;
}
.inner-page .sidebox .sideleft .widget.product ul li{
  margin-bottom: 0;
  padding-bottom: 15px;
}
.prodet-page .product-box .prodet-3 ul li .box .desc,
.gallery-page .content .box ul li .imgbox .title {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 171, 81, 0.7);
    color: #fff;
    padding: 0 6%;
    -webkit-clip-path: inset(0 100% 0 100%);
    clip-path: inset(0 100% 0 100%);
    -webkit-transition: .7s;
    -moz-transition: .7s;
    transition: .7s;
}
.prodet-page .product-box .prodet-3 ul li .box:hover .desc,
.gallery-page .content .box ul li .imgbox:hover .title{
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
@media screen and (max-width: 1450px) {
  .inner-page .sidebox .sideleft .widget{
    padding: 30px 15px;
  }
}
@media screen and (max-width: 700px) {
  .tech-page .list ul li .img-box{
    width: 100%;
  }
  .tech-page .list ul li .con{
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 500px) {
  .tech-page .list ul li{
    padding: 15px;
    margin-bottom: 20px;
  }
  .tech-page .list ul li .con h5{
    font-size: 20px;
  }
}
.inner-banner .play {
  font-size: 20px;
  padding: 25px;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.34);
  cursor: pointer;
  z-index: 1;
  top: 60%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.inner-banner .play  span {
  width: 5.5em;
  height: 5.5em;
  background: #fff;
  border-radius: 50%;
}
.inner-banner .play svg {
  position: absolute;
  top: 0;
  right: 0;
  stroke-width: 1px;
}
.inner-banner .play svg path {
  fill: none;
  stroke: #fff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  stroke-dasharray: 100,800;
}
.inner-banner .play::after {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.inner-banner .play:hover svg path {
  stroke-dasharray: 800,800;
}
.seoPublic .Auxil-news ul.slick-dots{
  font-size: 20px;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.seoPublic .Auxil-news ul.slick-dots li{
  display: inline-block;
  padding: 0;
  width: 2.7em;
  height: 0.35em;
  background-color: #000000;
  border-radius: 4px;
  border: 0;
  margin: 0 .75em;
}
.seoPublic .Auxil-news ul.slick-dots li button{
  display: none;
}
.seoPublic .Auxil-news ul.slick-dots li.slick-active{
  background: var(--color);
}
@media screen and (max-width: 1000px) {
  .inner-banner{
     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-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
      .inner-banner .box {
        position: initial;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        text-align: center;
    }
  .inner-banner .play{
    position: relative;
    zoom: .7;
    top: 0;
    left: 0;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    display: inline-block;
    margin: 10px 0 0 10px;
  }
}