@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.eot');
  src: url('../fonts/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-ExtraLight.woff2') format('woff2'), url('../fonts/Poppins-ExtraLight.woff') format('woff'), url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.set-position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.set-display-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.font-w-300 {
  font-weight: 300;
}
.font-w-500 {
  font-weight: 500;
}
.font-w-600 {
  font-weight: 600;
}
.line-h-1d2 {
  line-height: 1.2;
}
.clear-form-style {
  background: none;
  border: none;
}
#Advertising {
  display: none;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
body {
  font-family: 'Poppins';
  max-width: 1920px;
  --color: #ee6847;
  --color1: #008482;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1630px;
}
.color-333 {
  color: #333333;
}
.public-title {
  color: #333333;
  line-height: 1.4;
}
@-webkit-keyframes button_arrows {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  49.9% {
    -webkit-transform: translate(1em, -1em);
    transform: translate(1em, -1em);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-1em, 1em);
    transform: translate(-1em, 1em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes button_arrows {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  49.9% {
    -moz-transform: translate(1em, -1em);
    transform: translate(1em, -1em);
    opacity: 0;
  }
  50% {
    -moz-transform: translate(-1em, 1em);
    transform: translate(-1em, 1em);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes button_arrows {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  49.9% {
    -webkit-transform: translate(1em, -1em);
    -moz-transform: translate(1em, -1em);
    transform: translate(1em, -1em);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-1em, 1em);
    -moz-transform: translate(-1em, 1em);
    transform: translate(-1em, 1em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes contact-mask-box {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes contact-mask-box {
  0% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes contact-mask-box {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
.public-btn {
  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;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 60px;
  z-index: 1;
  border-radius: 9px;
  overflow: hidden;
  border: solid 1px var(--color);
}
.public-btn span {
  padding-left: 50px;
  padding-right: 46px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #1d1d1d;
}
.public-btn .arrow {
  width: 60px;
  height: 100%;
  color: #fff;
  font-weight: bold;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.public-btn::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background-color: var(--color);
  border-radius: 9px;
  z-index: -1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.public-btn:hover span {
  -webkit-transform: translateX(1em);
  -moz-transform: translateX(1em);
  -ms-transform: translateX(1em);
  transform: translateX(1em);
  color: #fff;
}
.public-btn:hover .arrow i {
  -webkit-animation: 0.3s linear 0s 1 normal none running button_arrows;
  -moz-animation: 0.3s linear 0s 1 normal none running button_arrows;
  animation: 0.3s linear 0s 1 normal none running button_arrows;
}
.public-btn:hover::before {
  width: 100%;
}
#contact-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 24;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#contact-mask.active {
  opacity: 1;
  pointer-events: auto;
}
#contact-mask-box {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 25;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
#contact-mask-box .contact-info-box {
  height: 100%;
  background-color: #000;
}
#contact-mask-box .close-box {
  margin-left: 5px;
  height: 100%;
}
#contact-mask-box .close-box i {
  color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.icon-nav {
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.icon-nav::after {
  font-family: 'iconfont';
  content: '\e76d';
  position: absolute;
  right: -2px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: inherit;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#header.active {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#header .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#header .h-top {
  margin-left: 15px;
  margin-right: 15px;
  color: #ffffff;
  background-color: #1d1d1d;
  border-radius: 12px;
}
#header .h-top .right {
  min-height: 55px;
}
#header .nav {
  margin-left: 15px;
  margin-right: 15px;
  background-color: #fff;
  border-radius: 12px;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 101px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 1.25em;
  color: #333333;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::before {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li.active > a::before {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 15px;
  padding-top: 19px;
  padding-bottom: 19px;
  display: block;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::before {
  content: '';
  display: block;
  position: absolute;
  width: -webkit-calc(100% - 15px);
  width: -moz-calc(100% - 15px);
  width: calc(100% - 15px);
  left: 0;
  bottom: 0;
  background-color: #111;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  height: 2px;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-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-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .items .h-inquiry {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
  border-radius: 24px;
}
#header .nav .ui.menu .items .h-inquiry:hover {
  background-color: #ee8167;
}
#header .nav .ui.menu .items .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .items .h-language > img {
  max-width: 20px;
}
#header .nav .ui.menu .items .h-language span {
  color: #333333;
}
#header .nav .ui.menu .items .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language 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: 14px;
  font-weight: 400;
  background: #fff;
  top: 125%;
  right: 0;
  width: 130px;
  -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 .items .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .items .h-language: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 .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type='text'] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type='submit'] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type='submit']:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type='submit'] {
  width: 45px;
  height: 45px;
  background: url('../images/icon-search-white.png') no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type='submit'] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner .slick-arrow {
  opacity: 0;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner .prev,
#banner .next {
  width: 45px;
  height: 81px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
#banner .prev:hover,
#banner .next:hover {
  background-color: var(--color);
}
#banner .prev {
  left: 0;
}
#banner .next {
  right: 0;
}
#banner {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 156px;
}
#banner .banner-slick li {
  position: relative;
}
#banner .banner-slick li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#banner .banner-slick li .content .text-box {
  padding-top: 11.2%;
  color: #fff;
}
#banner .banner-slick li .content .text-box h2 {
  max-width: 930px;
  line-height: 1.333;
  margin-left: auto;
  margin-right: auto;
}
#banner .banner-slick li .content .text-box .banner-btn {
  background-color: #fff;
  border: none;
}
#banner .banner-slick li .content .text-box .banner-btn:hover {
  background-color: transparent;
}
#index-body .about {
  position: relative;
  background-position: 100% top;
  background-repeat: no-repeat;
}
#index-body .about .left .sub-title {
  border-bottom: 1px solid #333333;
}
#index-body .about .left .intro {
  opacity: 0.7;
  line-height: 1.55555556;
}
#index-body .about .left .year span {
  font-size: 4.5em;
  color: #fff;
  -webkit-text-stroke: 1px #333;
  text-stroke: 1px #333;
  opacity: 0.6;
}
#index-body .about .right {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
#index-body .product .product-slick .slick-current .slide-box {
  background-color: #333333;
}
#index-body .product .product-slick .slick-current .slide-box {
  background-color: #f7f7f7 !important;
}
/*#index-body .product .product-slick .slick-current .slide-box .icon-arrow .icon {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .product .product-slick .slick-current .slide-box .icon-arrow .arrow {
  opacity: 1;
}*/
#index-body .product .product-slick .slick-current .slide-box hr {
  background-color: #333;
}
#index-body .product .product-slick .slick-current .slide-box .title {
  color: #333333;
}
#index-body .product .product-slick .slick-current .slide-box .intro {
  color: #333333;
}

#index-body .product .product-slick .slick-current + div .slide-box {
  background-color: var(--color);
}
#index-body .product .product-slick .slick-current + div + div .slide-box {
  background-color: #333333;
}
#index-body .product .product-slick .slick-current + div + div + div .slide-box {
  background-color: var(--color1);
}
#index-body .product .product-slick li .slide-box {
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(51, 51, 51, 0.5);
}
#index-body .product .product-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  min-height: calc(1.5em * 2);
}
#index-body .product .product-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .product .product-slick li .slide-box .icon-arrow .icon {
  height: 66px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product .product-slick li .slide-box .icon-arrow .arrow {
  width: 60px;
  height: 60px;
  background-color: var(--color);
  border-radius: 9px;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#index-body .product .product-slick li .slide-box .icon-arrow .arrow:hover i {
  -webkit-animation: 0.3s linear 0s 1 normal none running button_arrows;
  -moz-animation: 0.3s linear 0s 1 normal none running button_arrows;
  animation: 0.3s linear 0s 1 normal none running button_arrows;
}
#index-body .product .product-slick li .slide-box hr {
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product .product-slick li .slide-box .title {
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product .product-slick li .slide-box .intro {
  color: #fff;
  opacity: 0.7;
  line-height: 1.714;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  min-height: calc(1.714em * 3);
}
#index-body .product .product-slick li .slide-box:hover {
  background-color: #f7f7f7 !important;
}
#index-body .product .product-slick li .slide-box:hover .icon-arrow .icon {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .product .product-slick li .slide-box:hover .icon-arrow .arrow {
  opacity: 1;
}
#index-body .product .product-slick li .slide-box:hover hr {
  background-color: #333;
}
#index-body .product .product-slick li .slide-box:hover .title {
  color: #333333;
}
#index-body .product .product-slick li .slide-box:hover .intro {
  color: #333333;
}
#index-body .story {
  border-radius: 26px;
  z-index: 1;
  overflow: hidden;
}
#index-body .story video{
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
#index-body .story .left {
  width: 62.5%;
  color: #fff;
}
#index-body .story .left .public-title {
  color: #fff;
}
#index-body .story .left .intro {
  opacity: 0.7;
  line-height: 1.55555556;
}
#index-body .story .left .public-btn span {
  color: #fff;
}
#index-body .story .right {
  width: 37.5%;
}
#index-body .story .right .prev,
#index-body .story .right .next {
  position: absolute;
  top: 42%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 31px;
  height: 31px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .story .right .prev i,
#index-body .story .right .next i {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .story .right .prev:hover,
#index-body .story .right .next:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .story .right .prev {
  left: 17%;
}
#index-body .story .right .next {
  right: 14%;
}
#index-body .story .right .story-slick {
  margin-right: -47%;
}
#index-body .story .right .story-slick .slick-current + div .slide-box {
  margin-top: 21px;
  z-index: 3;
  -webkit-transform: translateX(-45%);
  -moz-transform: translateX(-45%);
  -ms-transform: translateX(-45%);
  transform: translateX(-45%);
  -webkit-mask: unset;
  mask: unset;
}
#index-body .story .right .story-slick .slick-current + div + div .slide-box {
  z-index: 2;
  -webkit-transform: translateX(-65%);
  -moz-transform: translateX(-65%);
  -ms-transform: translateX(-65%);
  transform: translateX(-65%);
}
#index-body .story .right .story-slick li .slide-box {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  -webkit-mask: -webkit-gradient(linear, left top, right top, from(#000), color-stop(60%, rgba(0, 0, 0, 0.1)), to(transparent));
  -webkit-mask: -webkit-linear-gradient(left, #000 0%, rgba(0, 0, 0, 0.1) 60%, transparent 100%);
  mask: -webkit-gradient(linear, left top, right top, from(#000), color-stop(60%, rgba(0, 0, 0, 0.1)), to(transparent));
  mask: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0.1) 60%, transparent 100%);
}
#index-body .story .right .story-slick li .slide-box .img {
  border-radius: 25px;
  overflow: hidden;
}
#index-body .story .right .story-slick li .slide-box .img img {
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .story .right .story-slick li .slide-box .title {
  color: #ffffff;
  text-align: center;
}
#index-body .story .content {
  background-color: #333333;
  border-radius: 43px;
}
#index-body .story .content .number-Plus {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
#index-body .story .content .number-Plus li .top {
  color: var(--color);
}
#index-body .story .content .number-Plus li .title {
  color: #ffffff;
}
#index-body .application .application-titles {
  border-bottom: 1px solid #333333;
}
#index-body .application .application-titles li {
  opacity: 0.7;
}
#index-body .application .application-titles li.active {
  opacity: 1;
}
#index-body .application .application-titles li.active::after {
  opacity: 1;
}
#index-body .application .application-titles li::after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background-color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
}
#index-body .application .application-content li {
  display: none;
}
#index-body .application .application-content li.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .application .application-content li .left {
  width: 48.125%;
}
#index-body .application .application-content li .right {
  width: 51.875%;
}
#index-body .application .application-content li .right .intro {
  opacity: 0.7;
  line-height: 1.55555556;
}
#index-body .advantage .top .pager-dots .dots li {
  width: 41px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .top .pager-dots .dots li.active {
  background-color: var(--color);
}
#index-body .advantage .advantage-slick .slick-current li {
  border-left: none;
}
#index-body .advantage .advantage-slick li {
  border-left: 1px solid rgba(51, 51, 51, 0.1);
}
#index-body .advantage .advantage-slick li .slide-box .order-icon .order span {
  font-size: 5.5em;
  line-height: 0.8em;
  color: #fff;
  -webkit-text-stroke: 1px #333333;
  opacity: 0.45;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .advantage-slick li .slide-box .order-icon .icon{
flex-shrink: 0;
}
#index-body .advantage .advantage-slick li .slide-box .intro {
  opacity: 0.7;
  line-height: 28px;
  max-height: -webkit-calc(28px * 5);
  max-height: -moz-calc(28px * 5);
  max-height: calc(28px * 5);
  overflow: auto;
}
#index-body .advantage .advantage-slick li .slide-box:hover .order-icon .order span {
  opacity: 1;
  -webkit-text-stroke: 1px var(--color);
}
#index-body .news {
  background-color: #f8f8f8;
}
#index-body .news .top .top-left .public-title {
  max-width: 500px;
}
#index-body .news .news-slick li .slide-box .date {
  color: rgba(29, 29, 29, 0.45);
  border-bottom: 1px solid #333;
}
#index-body .news .news-slick li .slide-box .title {
  color: #1d1d1d;
  line-height: 1.333;
}
#index-body .news .news-slick li .slide-box .title span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: no-repeat 0 85%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d1d1d), to(#1d1d1d));
  background-image: -webkit-linear-gradient(#1d1d1d, #1d1d1d);
  background-image: -moz-linear-gradient(#1d1d1d, #1d1d1d);
  background-image: linear-gradient(#1d1d1d, #1d1d1d);
  background-size: 0 1px;
}
#index-body .news .news-slick li .slide-box .title:hover span {
  background-size: 100% 1px;
}
#index-body .news .news-slick li .slide-box .intro {
  color: #1d1d1d;
  opacity: 0.7;
  line-height: 1.75;
}
#footer {
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 20px;
}
#footer .f-box{
  color: #f8f8f8;
  background-color: #333333;
  border-radius: 38px;
} 
#footer .f-top .left .t2 span {
  color: var(--color);
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
#footer .f-top .right .public-btn span {
  color: #f8f8f8;
}
#footer .f-top hr {
  margin-bottom: 0;
  height: 1px;
  background-color: #fff;
}
#footer .f-content .f-items .year {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
  opacity: 0.6;
}
#footer .f-content dl.dl-margin-l-r {
  margin-left: 5px;
  margin-right: 5px;
}
#footer .f-content dl dt {
  color: #ffffff;
}
#footer .f-content dl dd {
  color: #ffffff;
  line-height: 1.75;
  opacity: 0.6;
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content dl dd a:hover {
  opacity: 1;
  color: var(--color);
}
#footer .f-content dl.f-qr {
  line-height: 1.75;
}
#footer .f-content dl.f-contact {
  max-width: 384px;
}
#footer .f-content dl.f-contact dd.social-account {
  opacity: 1;
}
#footer .f-content dl.f-contact dd.social-account i {
  line-height: 1.2;
}
#footer .f-content dl.f-qr dd #ewm {
  max-width: 120px;
  border: 5px solid #fff;
}
#footer .f-copy {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}
#footer .f-copy .copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-copy .copy .company-link {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy .copy .company-link:hover {
  color: var(--color);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 24px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  fill: #ffffff;
}
#footer .f-copy svg text {
  fill: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy svg:hover {
  fill: var(--color);
}
#footer .f-copy svg:hover text {
  fill: var(--color);
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 20px;
  position: fixed;
  bottom: 30%;
  z-index: 100;
}
.fixed-toolbar ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  width: 52px;
  height: 51px;
  background-color: rgba(0, 0, 0, 0.618);
  line-height: 51px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul li.back {
  display: none;
}
.fixed-toolbar ul li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul li.code {
  line-height: 55px;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: text-top;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  background: var(--color);
}
.fixed-toolbar ul li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
/*ui.container不用设置了*/

@media screen and (max-width: 1700px) {
  #index-body .advantage .advantage-slick li .slide-box .order-icon .order span{
    font-size: 4.5em;
    line-height: 1.1;
  }
}
@media screen and (max-width: 1450px) {
  .public-title {
    font-size: 45px;
  }
  #header .nav .ui.menu .items {
    margin-left: 15px;
  }
  #footer .f-content dl.f-nav {
    margin-right: 0;
  }
}
@media screen and (max-width: 1250px) {
  .public-title {
    font-size: 35px;
  }
  #banner {
    margin-top: 60px;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-bottom: 25px;
  }
  #index-body .advantage .advantage-slick li .slide-box .order-icon .order span{
    font-size: 3.5em;
  }
  #index-body .advantage .pager{
    display: none;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1000px) {
  .flex-wap .flex-left-box {
    margin-bottom: 25px;
  }
  .flex-wap-1000 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wap-1000 .flex-left-box {
    margin-bottom: 25px;
  }
  .display-none-1000 {
    display: none;
  }
  .public-title {
    font-size: 30px;
  }
  #banner .banner-slick li .content .text-box {
    padding-top: 15px;
  }
  #index-body .about .right {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
    -moz-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
  #index-body .story .right {
    margin-bottom: 25px;
  }
  #index-body .story .content .number-Plus {
    gap: 0;
  }
  #index-body .story .content .number-Plus li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #footer .f-content .f-items {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 26px;
  }
  .mobile-display-none {
    display: none;
  }
  .flex-wrap-700 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .public-btn {
    height: 40px;
  }
  .public-btn span {
    padding-left: 20px;
    padding-right: 20px;
  }
  .public-btn::before,
  .public-btn .arrow {
    width: 40px;
  }
  #banner .prev,
  #banner .next {
    display: none;
  }
  #banner .banner-slick li {
    height: 300px;
  }
  #banner .banner-slick li > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  #index-body .about .number-Plus li .top {
    font-size: 30px;
  }
  #index-body .about .left .year {
    line-height: 1.5 !important;
  }
  #index-body .about .left .year span {
    font-size: 40px;
  }
  #index-body .story .right .story-slick {
    margin-right: 0;
  }
  #index-body .story .right .story-slick .slide-box {
    -webkit-mask: unset!important;
    mask: unset!important;
    padding-left: 12px;
    padding-right: 12px;
  }
  #index-body .story .right .story-slick .slick-current + div .slide-box {
    margin-top: 0;
    z-index: 3;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-mask: unset;
    mask: unset;
  }
  #index-body .story .right .story-slick .slick-current + div + div .slide-box {
    z-index: 2;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #index-body .story .content .number-Plus li .top {
    font-size: 30px;
  }
  #index-body .story .right .prev,
  #index-body .story .right .next {
    display: none;
  }
  #index-body .application .application-titles {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .application .application-titles li {
    width: 100%;
  }
  #footer .f-content dl.f-contact .f-contact-list li span {
    max-width: unset;
  }
  #footer .f-copy {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 20px;
  }
}
/*
#cp-Nav .nav .title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  background: var(--color);
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cp-Nav .nav div.title .more-category {
  line-height: 1.5;
  !*<i class="fa fa-arrow-down"></i>*!
}*/
@media screen and (max-width: 700px) {
  .fixed-toolbar {
    right: 5px;
  }
  .fixed-toolbar ul li {
    zoom: 0.8;
  }
  .font-14,
  .font-15,
  .font-16,
  .font-17,
  .font-18,
  .font-19,
  .font-20,
  .font-21,
  .font-22,
  .font-23,
  .font-24,
  .font-25,
  .font-26,
  .font-27,
  .font-28,
  .font-29,
  .font-30,
  .font-31,
  .font-32 {
    line-height: 28px !important;
  }
  .font-22,
  .font-23,
  .font-24,
  .font-25,
  .font-26,
  .font-27,
  .font-28,
  .font-29,
  .font-30,
  .font-31,
  .font-32 {
    font-size: 18px;
  }
  .font-30,
  .font-31,
  .font-32 {
    font-size: 20px;
  }
  .seoPublic .Auxil-industry {
    display: none !important;
  }
  .Auxil-crumbs {
    line-height: 28px;
  }
}
#index-body form input[type='text'],
#footer form input[type='text'] {
  padding-right: 15px;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
/*内页*/
/*animate补充动画*/
@keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        transform: translate3d(-10%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftSmall {
    animation-name: fadeInLeftSmall;
}

@keyframes fadeInRightSmall {
    from {
        opacity: 0;
        transform: translate3d(10%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightSmall {
    animation-name: fadeInRightSmall;
}

@keyframes fadeInDownSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, -10%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownSmall {
    animation-name: fadeInDownSmall;
}

@keyframes fadeOutDownSmall {
    from {
        opacity: 1;
        transform: none;
    }

    to {
        opacity: 0;
        transform: translate3d(0%, 10%, 0);
    }
}

.fadeOutDownSmall {
    animation-name: fadeOutDownSmall;
}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, 10%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpSmall {
    animation-name: fadeInUpSmall;
}

.bolck {
    display: block;
}

.colorF {
    color: #fff;
}

.flexWrap {
    display: flex;
    flex-wrap: wrap;
}

.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexAC {
    display: flex;
    align-items: center;
}

.flexBetween {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.text-L {
    text-align: left;
}

.text-C {
    text-align: center;
}

.text-R {
    text-align: right;
}

.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.italic {
    font-style: italic;
}
.por {
    position: relative;
}
.poa {
    position: absolute;
}
.imgBg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.lh1 {
    line-height: 1;
}
.por{
    position: relative;
}
.poa{
    position: absolute;
}
.bold {
  font-weight: bold;
}
.semiBold {
  font-weight: 600;
}
.regular {
  font-weight: 400;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

.Hbtn {
  line-height: 1.5;
  background-color: var(--color);
  border-radius: 5px;
  padding: 10px 43px;
}
.Hbtn:hover {
  background-color: rgba(238,104,71, 0.8);
}
.moreBtn {
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
.moreBtn:hover {
  color: var(--color);
  text-decoration: underline;
}
.font-189 {
  font-size: 189px;
}
.font-120 {
  font-size: 120px;
}

@-webkit-keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@-moz-keyframes scroll-icon {
  0% {
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -moz-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
  }
}
.inner-banner {
  margin-top: 90px;
  height: 460px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*padding-top: 315px; */
  color: #fff;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-banner .ui.container {
  width: 100%;
}
.inner-banner .bg {
  position: absolute;
  left: 0;
  bottom: -2px;
}
.inner-banner .mbx {
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
}

.inner-banner .tit {
  font-size: 50px;
  line-height: 1.2;
  margin-top: 17px;
}
.paralasic .tit {
  font-size: 22px;
  line-height: 1.2;
  margin-top: 17px;
}

.inner-banner .search {
  position: relative;
  max-width: 740px;
  margin: 50px auto 0;
}
.inner-banner .search form {
  width: 100%;
  position: relative;
}
.inner-banner .search input {
  width: 100%;
  height: 80px;
  border: none;
  padding: 0 65px;
  font-size: 18px;
  border-radius: 40px;
  color: black;
}
.inner-banner .search input[type='submit'] {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 80px;
  height: 35px;
  background: url(../images/icon-search-black.png) no-repeat center;
  padding: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
}
.inner-banner .arrow {
  position: absolute;
  left: 0;
  bottom: 12%;
  width: 100%;
  text-align: center;
  cursor: pointer;
  z-index: 3;
  -webkit-animation: scroll-icon 1.2s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
  -moz-animation: scroll-icon 1.2s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
  animation: scroll-icon 1.2s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
}

.product2-page #index-body .i-product.cat_pro .ui.container {
  max-width: 1530px;
}

.product2-page #index-body .i-product h1 {
  text-transform: unset;
}

.product2-page #index-body .i-product h1:before {
  margin-top: 14px;
}

.product2-page #index-body .i-product .Auxil-catdes {
  font-size: 20px;
  padding-left: 30px;
}

.product2-page #index-body .i-partner {
  background: transparent;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 0;
}

.product2-page #index-body .i-product {
  background: transparent;
}

.product2-page #index-body .i-product ul li .box .content {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 15px 20px 20px;
  min-height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product2-page #index-body .i-product ul li .box .content::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 0;
  background: var(--color);
  z-index: -1;
}
.product2-page #index-body .i-product ul li .box .content .title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product2-page #index-body .i-product ul li .box:hover .content {
  background: var(--color);
  color: white;
}

.product2-page #index-body .i-news .i-title {
  text-align: left;
}

.prodet-page #index-body .i-product .i-title em {
  color: var(--color);
}

.prodet-page .ui.container .content img {
  margin-bottom: 20px;
}
.inner-page .sidebox {
  margin: auto;
}

.inner-page .sidebox .sideleft {
  width: 20%;
  position: sticky;
  top: 120px;
  background: #fff;
}

.inner-page .sidebox .sideleft .widget {
  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;
  color: #000;
}

.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}

.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}

.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 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;
  left: 0;
  top: 8px;
}

.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--color);
}

.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}

.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 20px;
  /*color: #999;*/
}

/*.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: 2rem;
}

.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;
  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: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.inner-page .sidebox .sideleft .widget .form1 input[type='submit']:hover {
  background: #000;
}

.inner-page .sidebox .sideleft .widget .contact {
  background-color: var(--color);
  color: white;
  padding: 40px;
  border-radius: 20px;
}

.inner-page .sidebox .sideleft .widget .contact .c-phone i,
.inner-page .sidebox .sideleft .widget .contact .c-wechat i {
  font-size: 24px;
}

.inner-page .sidebox .sideleft .widget .contact .c-phone span,
.inner-page .sidebox .sideleft .widget .contact .c-wechat span {
  font-size: 18px;
}
.inner-page .sidebox .sideright {
  width: 80%;
  padding: 0 10px 50px 50px;
}
.inner-page .in-num {
  line-height: 1.1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.inner-page .in-num::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--color);
  display: inline-block;
  vertical-align: top;
  margin: 5px 15px 0 0;
}
@media screen and (max-width: 1700px) {
  .inner-banner {
    margin-top: 95px;
  }
  .inner-page .sidebox .sideleft .widget .contact {
    padding: 25px;
  }
}
@media screen and (max-width: 1450px) {
  .inner-banner {
    height: 570px;
  }
  .inner-page .sidebox .sideleft .widget .contact {
    padding: 15px 10px;
  }
  .inner-page .sidebox .sideleft .widget .contact .c-phone span,
  .inner-page .sidebox .sideleft .widget .contact .c-wechat span {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
  }
}
.product2-page #index-body .i-product ul {
  margin: -20px;
}
.product2-page #index-body .i-product ul li {
  padding: 15px 10px;
}
.product2-page #index-body .i-product ul li .box {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.inner-page .m-page {
  margin-top: 110px;
  text-align: center;
}

.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  line-height: 52px;
  box-shadow: 0px 2px 7.84px 0.16px rgba(0, 0, 0, 0.27);
  border-radius: 100%;
  background: #fff;
  font-size: 17px;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
  color: white;
}

.prodet-page .prodet-1 .left {
  width: 39%;
}

.prodet-page .prodet-1 .left .img {
  position: relative;
}

.prodet-page .prodet-1 .left .img span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.prodet-page .prodet-1 .left .img span.prev {
  left: 10px;
}

.prodet-page .prodet-1 .left .img span.next {
  right: 10px;
}

.prodet-page .prodet-1 .left .img span i {
  font-size: 30px;
  transition: all 0.5s;
  color: white;
}

.prodet-page .prodet-1 .left .img span:hover i {
  color: var(--color);
}

.prodet-page .prodet-1 .left a {
  display: block;
  text-align: center;
}

.prodet-page .prodet-1 .left a img {
  border-radius: 30px;
}

.prodet-page .prodet-1 .right {
  width: 60%;
  padding-left: 48px;
  position: relative;
  font-size: 16px;
}

.prodet-page .prodet-1 .right table {
  width: 100%;
  table-layout: fixed;
}

.prodet-page .prodet-1 .right .content {
  font-size: 18px;
  line-height: 30px;
  opacity: 0.51;
  margin: 25px 0 60px;
}

.prodet-page .prodet-1 .left .gallery {
  margin-bottom: 40px;
  margin-top: 30px;
}

.prodet-page .prodet-1 .left .gallery ul {
  margin: -10px;
  position: relative;
}

.prodet-page .prodet-1 .left .gallery ul .slick-track {
  margin-left: 0;
}

.prodet-page .prodet-1 .left .gallery ul li {
  padding: 10px;
}

.prodet-page .prodet-1 .left .gallery ul li .img {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.prodet-page .prodet-1 .left .gallery ul li .img img {
  width: auto;
  margin: auto;
}

.prodet-page .prodet-1 .right .more_btn .more:after {
  color: #000;
}

.prodet-page .prodet-2 ul.options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #f6f6f6;
  height: 96px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prodet-page .prodet-2 ul.options li {
  font-size: 18px;
  padding: 0 60px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 0 50px;
  position: relative;
}

.prodet-page .prodet-2 ul.options li a {
  position: relative;
}

.prodet-page .prodet-2 ul.options li a:after {
  content: '';
  position: absolute;
  left: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--color);
}

.prodet-page .prodet-2 ul.options li.active {
  background: var(--color);
  color: #fff;
}

.prodet-page .prodet-2 ul.options li.active a:after {
  background: #fff;
}

.prodet-page .prodet-2 .box {
  padding: 70px 0;
}

.prodet-page .prodet-2 .box .content {
  font-size: 18px;
}

.prodet-page .prodet-2 .box .content video {
  width: 100% !important;
}

.prodet-page .prodet-2 .box .content table {
  width: 100%;
  table-layout: fixed;
}

.prodet-page .prodet-2 .list {
  padding: 70px 0;
}

.prodet-page .prodet-2 .list ul {
  margin: -15px;
}

.prodet-page .prodet-2 .list ul li {
  padding: 15px;
  text-align: center;
}

.prodet-page .prodet-2 .list ul li .img-box {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 50px;
}

.prodet-page .prodet-2 .list ul li p {
  font-size: 18px;
  line-height: 2;
  margin-top: 15px;
  opacity: 0.51;
}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-2 .box .content table {
    overflow-x: auto;
    table-layout: unset;
    display: block;
  }

  .prodet-page .prodet-2 .box .content table tr td {
    min-width: 150px !important;
    height: auto !important;
    white-space: nowrap;
  }
  .prodet-page .prodet-1 .left a {
    padding: 0;
  }

  .prodet-page .prodet-1 .right .more_btn {
    position: relative;
    left: 0;
  }

  .prodet-page .prodet-1 .right h1 {
    padding-right: 0;
  }
  .prodet-page .prodet-2 ul.options li {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page .m-page {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .product2-page #index-body .i-product ul li .box .content {
    min-height: 80px;
  }

  .inner-page .m-page {
    margin-top: 60px;
  }
  .inner-page .m-page {
    margin-top: 40px;
  }

  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
  }
  .inner-page .sidebox {
    padding: 60px 15px;
  }
  .inner-page .sidebox .sideleft {
    display: none;
  }

  .inner-page .sidebox .sideright {
    width: 100%;
    padding: 0;
  }
  .inner-page .in-num::before {
    width: 20px;
    height: 20px;
    margin: 2px 7px 0 0;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }

  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .prodet-page .prodet-2 ul.options li {
    padding: 10px 60px;
  }
}

@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .list{
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .inner-page .sidebox{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .prodet-page .prodet-2 .box{
    padding-top: 30px;
    padding-bottom: 0;
  }
  .inner-page .m-page {
    margin-top: 20px;
  }
  .inner-page .in-num:before {
    width: 12px;
    height: 12px;
  }
  .inner-page .in-num:before {
    display: none;
  }
  .product2-page #index-body .i-product .Auxil-catdes {
    padding-left: 0;
  }
  .product2-page #index-body .i-product ul li {
    width: 100%;
  }
  .prodet-page .prodet-2 ul.options {
    flex-wrap: wrap;
    height: auto;
  }

  .prodet-page .prodet-2 .box .seoPublic {
    display: block !important;
  }
  .prodet-page .prodet-1 .right table {
    overflow-x: auto;
    table-layout: unset;
    display: block;
    width: 100% !important;
  }

  .prodet-page .prodet-1 .right table tr td {
    min-width: 150px;
  }
  .seoPublic .Auxil-form .form ul li.wid-50 {
    width: 100%;
  }
}

.about-page {
  overflow: hidden;
}
.about-page .title {
  margin-top: 30px;
  font-weight: bold;
}

.about-page .title em {
  color: var(--color);
}
.about-page .about-1 {
  padding-top: 3%;
  position: relative;
  z-index: 1;
}

.about-page .about-1 .ui.container {
  z-index: 3;
}

.about-page .about-1 .img {
  margin-top: 38px;
  border-radius: 60px;
  position: relative;
}

.about-page .about-1 .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.about-page .about-1 .img .play img img{
  max-width: 40px;
}
.about-page .about-1 .img .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}

.about-page .about-1 .img .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.about-page .about-1 .con {
  line-height: 2;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 57px;
}

.about-page .about-1::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.about-page .about-1 ul {
  margin-top: 60px;
  margin-bottom: 60px;
}

.about-page .about-1 ul li {
  position: relative;
  padding-left: 150px;
  margin-bottom: 20px;
}

.about-page .about-1 ul li .icon {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-page .about-1 ul li h3 {
  font-weight: bold;
  color: var(--color);
  line-height: 1;
}

.about-page .about-1 ul li h3 span {
  font-size: 22px;
}

.about-page .about-1 ul li p {
  font-size: 14px;
  color: #545252;
}

.about-page .about-1 ul li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 45px;
  background: #d2d2d2;
}

.about-page .about-1 ul li:last-child::after {
  content: none;
}

.about-page .about-1 ul li:nth-child(1) {
  padding-left: 120px;
}

.about-page .about-1 ul li:nth-child(1) .icon {
  left: 0;
}

.about-page .about-2 {
  padding-top: 170px;
  position: relative;
}

/*.about-page .about-2 .img1 {
  position: absolute;
  right: 0;
  top: 1%;
  width: 274px;
  height: 344px;
  background: url(../images/about-page-5.png) no-repeat;
}*/

.about-page .about-2 .content {
  position: relative;
  padding: 0 40px;
  margin: 113px 0 9.167%;
}

.about-page .about-2 .content ul li {
  padding: 0 36px 88px;
  position: relative;
  cursor: pointer;
}

.about-page .about-2 .content ul li .tit {
  color: var(--color);
}

.about-page .about-2 .content ul li .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 10px;
  height: 240px;
  overflow-y: auto;
}

.about-page .about-2 .content ul li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 78px;
  background: #bfbfbf;
  bottom: 0;
  left: 36px;
}

.about-page .about-2 .content ul li:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: 25px;
  bottom: 0;
  background: #000;
  z-index: 8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.about-page .about-2 .content ul li:hover::after {
  background: var(--color);
}

.about-page .about-2 .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 12px;
  background: #afafaf;
}

.about-page .about-2 .bottom {
  /*padding: 9.167% 0 0 0;*/
  overflow: hidden;
  width: calc(100% - 6.25vw);
  border-radius: 0 300px 300px 0;
  position: relative;
  z-index: 2;
}

.about-page .about-2 .bottom ul {
  margin-right: -16px;
}

.about-page .about-2 .bottom ul li {
  padding-right: 16px;
}

.about-page .about-2 .bottom ul li a img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.about-page .about-22 {
  padding-top: 120px;
  position: relative;
}

.about-page .about-22 .ui.container {
  z-index: 3;
}

.about-page .about-22 img {
  border-radius: 20px;
  margin-bottom: 20px;
}

/*.about-page .about-22 .img1 {
  position: absolute;
  left: 0;
  top: 77%;
  width: 215px;
  height: 303px;
  background: url(../images/about-page-4.png) no-repeat;
}*/

.about-page .about-22 ul {
  margin-right: -75px;
  margin-top: 50px;
}

.about-page .about-22 ul li {
  position: relative;
  text-align: center;
}

.about-page .about-22 ul li span {
  font-size: 109px;
  line-height: 1;
  color: var(--color);
  position: absolute;
  left: 0;
  top: 0;
}

.about-page .about-22 ul li span::after {
  content: '';
  position: absolute;
  right: -4px;
  bottom: -7px;
  width: 73px;
  height: 99px;
  background: url(../images/about-sanjiao-bg.png) no-repeat;
  transform: rotate(4deg);
}

.about-page .about-22 ul li h5 {
  color: var(--color);
  margin-bottom: 10px;
}

.about-page .about-22 ul li .des {
  font-size: 18px;
  line-height: 30px;
  min-height: 200px;
  max-height: 200px;
  overflow-y: auto;
}

.about-page .about-22 ul .slick-dots {
  text-align: center;
  margin: 0;
}

.about-page .about-22 ul .slick-dots li {
  padding: 0;
  width: 10px !important;
  height: 10px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.5s;
  margin: 0 5px;
  display: inline-block;
}

.about-page .about-22 ul .slick-dots li button {
  display: none;
}

.about-page .about-22 ul .slick-dots li.slick-active {
  background: var(--color);
}

.about-page .about-3 {
  padding: 5.573% 0 0;
}

.about-page .about-3 .ui.container {
  z-index: 2;
}

.about-page .about-3 .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 22px;
}

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

.about-page .about-3 .content ul {
  margin: -15px -10px;
}

.about-page .about-3 .content ul li {
  padding: 15px 10px;
}

.about-page .about-3 .content ul li .img-box {
  background: #fff;
  border: solid 4px #fff;
  text-align: center;
  line-height: 120px;
}

.about-page .about-3 .content ul li .img-box img {
  display: inline-block;
  vertical-align: middle;
  /*-webkit-filter: grayscale(100%);*/
  /*filter: grayscale(100%);*/
}

.about-page .about-3 .content ul li .img-box:hover img {
  -webkit-filter: none;
  filter: none;
}

.about-page .about-4 {
  position: relative;
}

.about-page .about-4 .ui.container {
  z-index: 3;
}
.about-page .about-4 .content {
  margin-top: 29px;
}

.about-page .about-4 .content ul {
  margin-right: -25px;
}

.about-page .about-4 .content ul li {
  padding-right: 25px;
}

.about-page .about-4 .content ul li .img-box img {
  width: 100%;
  border-radius: 0 100px 0 0;
}

.about-page .about-4 .content ul li .h5 {
  background: white;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.35);
  font-size: 24px;
  text-align: center;
  border-radius: 50px 0 0 0;
  z-index: 2;
  position: relative;
  -webkit-transform: translate(0%, -50px);
  -moz-transform: translate(0%, -50px);
  -ms-transform: translate(0%, -50px);
  transform: translate(0%, -50px);
  padding: 20px 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.about-page .about-4 .content ul li:hover .h5 {
  background: var(--color);
  color: white;
}

.about-page .about-4 .content ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -89px;
  width: 100%;
  text-align: center;
  margin: 0;
}

.about-page .about-4 .content ul.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000000;
  padding: 0;
  margin-right: 31px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.about-page .about-4 .content ul.slick-dots li button {
  display: none;
}

.about-page .about-4 .content ul.slick-dots li.slick-active {
  background: var(--color);
}

.about-page .about-4 .content ul.slick-dots li:last-child {
  margin-right: 0;
}

.about-page .about-5 {
  background-color: var(--color);
  border-radius: 257px 0px 0px 257px;
  padding: 4.382% 0 5.4256%;
  color: #fff;
  margin-top: 50px;
}

.about-page .about-5 .in-num::before {
  background: #fff;
}

.about-page .about-5 .left {
  width: 48%;
  vertical-align: top;
}
.about-page .about-5 .left img {
  border-radius: 20px;
}
.about-page .about-5 .right {
  vertical-align: bottom;
  width: 52%;
  font-size: 18px;
  line-height: 2;
}
.about-page .about-5 .right .title{
  margin-top: 0;
}
.about-page .about-6 {
  padding: 7% 0;
}

.about-page .about-6 .title em {
  color: var(--color);
}

.about-page .about-6 .content {
  padding-top: 6.349%;
}

.about-page .about-6 .content ul {
  margin-right: -96px;
}

.about-page .about-6 .content ul li {
  padding-right: 96px;
}

.about-page .about-6 .content ul li .top {
  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;
}

.about-page .about-6 .content ul li .top span {
  font-size: 110px;
  line-height: 1;
  color: var(--color);
  display: inline-block;
  position: relative;
}

.about-page .about-6 .content ul li .top span::after {
  content: '';
  width: 79px;
  height: 95px;
  background: url(../images/ad-bg.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0px;
}

.about-page .about-6 .content ul li .top em {
  font-size: 24px;
  line-height: 1.2;
  padding-left: 15px;
}

.about-page .about-6 .content ul li p {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
  margin-top: 14px;
}

@media screen and (max-width: 1680px) {
  .about-page .about-3 .ui.container {
    max-width: 1300px;
  }
}

@media screen and (max-width: 1440px) {
  .about-page .about-3 .ui.container {
    max-width: 1200px;
  }

  .about-page .about-6 .content ul {
    margin-right: -40px;
  }

  .about-page .about-6 .content ul li {
    padding-right: 40px;
  }

  .about-page .about-1 ul li .icon {
    width: 60px;
    left: 25px;
  }

  .about-page .about-1 ul li {
    padding-left: 110px;
  }

  .about-page .about-1 ul li p {
    font-size: 17px;
  }

  .about-page .about-22 ul li h5 {
    font-size: 24px;
  }

  .about-page .about-22 ul li span {
    font-size: 76px;
  }

  .about-page .about-22 ul li span:after {
    width: 45px;
    right: 1px;
  }

  .about-page .about-22 ul {
    margin-right: -40px;
  }
}

@media screen and (max-width: 1280px) {
  .about-page .about-1::after {
    font-size: 300px;
  }

  .about-4 .ui.container {
    padding: 0 15px 0 30px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 ul li {
    padding-left: 65px;
  }

  .about-page .about-1 ul li .icon {
    width: 50px;
    left: 0;
  }

  .about-page .about-1 ul li:nth-child(1) {
    padding-left: 65px;
  }
  .about-page .about-1 ul li {
    padding-right: 10px;
  }
  .about-page .about-1 ul li::after {
    right: 10px;
  }
  .about-page .about-4 .content ul li .img-box img {
    border-radius: 0 50px 0 0;
  }
  .about-page .about-4 .content ul li .h5 {
    border-radius: 30px 0 0 0;
  }

  /*.about-page .about-22 ul li{
    width: 50% !important;
  }*/
}
@media screen and (max-width: 1100px) {
  .about-page .about-2 .content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1::after {
    display: none;
  }

  .about-page .about-2 .content {
    margin-top: 40px;
  }

  .about-page .about-4 .content ul.slick-dots {
    bottom: -30px;
  }

  .about-page .about-5 {
    margin-top: 60px;
    border-radius: 0;
  }

  .about-page .about-5 .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .about-page .about-5 .right {
    width: 100%;
    margin-top: 20px;
    line-height: 1.8;
  }

  .about-page .about-4 .content ul li .h5 {
    border-radius: 25px 0 0 0;
    font-size: 18px;
    padding: 15px 10px;
  }
  .about-page .about-1 ul li {
    padding-left: 45px;
  }
  .about-page .about-1 ul li .icon {
    width: 40px;
  }
  .about-page .about-1 ul li p {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-1 ul li:nth-child(1) {
    padding-left: 45px;
  }
  .about-page .about-22 ul li .des {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-page .about-22 ul {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 ul li h3 span {
    font-size: 16px;
  }
  .about-page .about-1 .con {
    margin-top: 20px;
  }

  .about-page .about-3 .ui.container {
    padding: 0 15px;
  }

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

  .about-page .about-3 .content ul li .img-box {
    line-height: 100px;
  }

  .about-page .about-4 .content ul.slick-dots li {
    margin-right: 20px;
  }

  .about-page .about-1 .img2 {
    background-size: 60%;
    background-position: right top;
  }

  /*.about-page .about-22 ul li{
    width: 100% !important;
  }*/
  .about-page .about-4 .content ul li .img-box img {
    border-radius: 0 20px 0 0;
  }

  .about-page .about-5 {
    border-radius: 20px 20px 0 0;
    padding: 40px 10px;
  }

  .about-page .title {
    margin-top: 10px;
    margin-bottom: 20;
  }

  .about-page .about-2 .bottom {
    border-radius: 0;
  }

  .about-page .about-2 .img1 {
    background-size: 60%;
    background-position: right top;
  }

  .about-page .about-2 {
    padding-top: 50px;
  }

  .about-page .about-3 .content ul {
    margin: -5px;
  }

  .about-page .about-3 .content ul li {
    padding: 5px;
  }

  .about-page .about-3 .content ul li img {
    width: 100%;
  }

  .about-page .about-4 .img1 {
    background-size: 48%;
    background-position: left top;
  }

  .about-page .about-4 .img2 {
    background-size: 50%;
    background-position: right top;
  }
  .about-page .about-1 .img .play img {
    max-width: 40px;
    /*height: 100px;*/
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .img img.lazy {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
  }
  .about-page .about-1 .img {
    margin-top: 20px;
  }

  .about-page .about-1 .img2 {
    background-size: 46%;
    right: -20px;
  }

  .about-page .about-2 .content ul li {
    padding: 0 0 88px 0;
  }

  .about-page .about-2 .content ul li::after {
    left: 0;
    width: 20px;
    height: 20px;
  }

  .about-page .about-5 {
    padding-top: 60px;
  }

  .about-page .about-5 .right {
    max-height: 300px;
    overflow: auto;
  }

  .about-page .about-2 .content ul li::before {
    left: 11px;
  }

  .about-page .about-2 .bottom {
    padding-right: 0;
  }

  .about-page .about-3 {
    padding: 80px 0;
  }

  .about-page .about-4 {
    border-radius: 0;
  }

  .about-page .about-4 .ui.container {
    padding: 0 15px;
  }

  .about-page .about-4 .content {
    margin-top: 20px;
  }

  .about-page .about-4 .content ul.slick-dots li {
    margin-right: 10px;
  }

  .about-page .about-1 ul li {
    /*width: 100% !important;*/
    padding-left: 65px;
    margin-bottom: 20px;
  }

  .about-page .about-1 ul li .icon {
    left: 0;
  }
  .about-page .about-1 ul li p {
    font-size: 14px;
  }

  .about-page .about-1 .con {
    line-height: 1.8;
  }

  .about-page .about-1 ul li:after {
    display: none;
  }

  .about-page .about-1 .img .play {
    width: 80px;
    height: 80px;
  }
  /*.about-page .about-1 .img .play img {
    width: 100%;
    height: 100%;
  }*/

  .about-page .about-22 {
    padding-top: 60px;
  }
  .about-page .about-22 ul li {
    margin-bottom: 25px;
  }

  .about-page .about-22 .img1,
  .about-page .about-1 .img1 {
    background-size: 60%;
    background-position: left top;
  }

  .about-page .about-1 .img3 {
    background-size: 70%;
    background-position: right top;
  }
  .about-page .about-1 ul li:nth-child(1) {
    padding-left: 65px;
  }
}

.gallery-page .content .box {
  text-align: center;
  padding-bottom: 90px;
}

.gallery-page .content .box h2 {
  color: #182333;
  font-size: 35px;
  margin-top: 10px;

  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;
  margin-top: 20px;
}

.gallery-page .content .box ul {
  margin: 0 -15px;
  text-align: left;
}

.gallery-page .content .box ul li {
  padding: 15px;
  width: 25%;
}

.gallery-page .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  padding: 5px;
  border-radius: 5px;
}

.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 5px;
}

.gallery-page .content .box ul li .imgbox .text h5 {
  display: block;
  font-size: 18px;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;*/
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 15px 0 0;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.35);
  background: white;
  padding: 30px 10px;
}

.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;
}
@media screen and (max-width: 1450px) {
  .gallery-page .content .box ul li {
    width: 33.3%;
  }
}
@media screen and (max-width: 1000px) {
  .gallery-page .content .box ul li {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .gallery-page .content .box{
    padding-bottom: 50px;
  }
  .gallery-page .content .box p {
    font-size: 14px;
  }

  .gallery-page .content .box ul {
    margin: -3px;
  }

  .gallery-page .content .box ul li {
    width: 100%;
    padding: 3px;
  }

  .gallery-page .content .box ul li .imgbox .text h5 {
    font-size: 16px;
    padding: 8px 10px;
  }

  .gallery-page .content .box div {
    margin-top: 5px;
  }

  .gallery-page {
    padding-top: 30px;
  }
}

.faq-page .img2 {
  position: absolute;
  right: 0px;
  top: 0;
  width: 228px;
  height: 234px;
  background: url(../images/about-page-1.png) no-repeat;
}

.faq-page .img1 {
  position: absolute;
  left: 0;
  top: 23%;
  width: 163px;
  height: 203px;
  background: url(../images/about-page-2.png) no-repeat;
}

.faq-page .img3 {
  position: absolute;
  right: 3px;
  top: 50%;
  width: 191px;
  height: 218px;
  background: url(../images/about-page-3.png) no-repeat;
}

.faq-page .box {
  padding: 1.472% 0 7.069%;
  position: relative;
  z-index: 1;
}

.faq-page .box span.bj {
  color: var(--color);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 300;
  text-transform: uppercase;
}

.faq-page .box .title {
  width: 32%;
  margin-top: 3px;
}

.faq-page .box .content {
  margin-top: 46px;
}

.faq-page .box .content ul {
  margin-bottom: -24px;
}

.faq-page .box .content ul li {
  padding-bottom: 24px;
}

.faq-page .box .content ul li em {
  color: var(--color);
}

.faq-page .box .content ul li .ig {
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  padding: 24px 41px 28px 50px;
  position: relative;
}

.faq-page .box .content ul li .ig .tit {
  font-size: 20px;
  line-height: 1.5;

  padding-right: 50px;
}

.faq-page .box .content ul li .ig .tit i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: var(--color);
  cursor: pointer;
  position: absolute;
  display: block;
  right: 41px;
  top: 22px;
}

.faq-page .box .content ul li .ig .tit i::after,
.faq-page .box .content ul li .ig .tit i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faq-page .box .content ul li .ig .tit i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-page .box .content ul li .ig .con {
  font-size: 18px;
  line-height: 1.7;
  margin: 17px 0 32px;
  max-width: 1103px;
  display: none;
}

.faq-page .box .content ul li .ig.active .tit i {
  background: var(--color);
}

.faq-page .box .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.faq-page .box::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media screen and (max-width: 1680px) {
  .faq-page .box .title {
    width: 36%;
  }
}

@media screen and (max-width: 1440px) {
  .faq-page .box .title {
    width: 41%;
  }
}

@media screen and (max-width: 1280px) {
  .faq-page .box .title {
    width: 46%;
  }

  .faq-page .box .content ul li .ig .tit {
    font-size: 25px;
  }
}

@media screen and (max-width: 1100px) {
  .faq-page .box .title {
    width: 51%;
  }

  .faq-page .box .content ul li .ig .tit {
    font-size: 22px;
  }
}

@media screen and (max-width: 1000px) {
  .faq-page .box::after {
    display: none;
  }

  .faq-page .box .title {
    width: 61%;
  }

  .faq-page .box .content ul li .ig {
    padding: 24px 20px 28px 30px;
  }

  .faq-page .box .content ul li .ig .tit i {
    right: 20px;
  }
}

@media screen and (max-width: 700px) {
  .faq-page .box .title {
    width: 70%;
  }

  .faq-page .box .content ul li .ig {
    padding: 20px 10px 20px 20px;
  }

  .faq-page .box .content ul li .ig .tit {
    font-size: 20px;
  }

  .faq-page .box .content ul li .ig .tit i {
    right: 10px;
    top: 20px;
    width: 36px;
    height: 36px;
  }

  .faq-page {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 500px) {
  .faq-page .box span.bj {
    font-size: 16px;
  }

  .faq-page .box .title {
    width: 85%;
  }

  .faq-page .box .content {
    margin-top: 20px;
  }

  .faq-page .box .content ul li .ig .tit {
    font-size: 18px;
    padding-right: 40px;
  }

  .faq-page .box .content ul li .ig .tit i {
    width: 30px;
    height: 30px;
  }

  .faq-page .box .content ul li .ig .con {
    font-size: 14px;
    line-height: 2;
    margin: 10px 0;
  }
}

.news-page {
  position: relative;
  z-index: 1;
}

.news-page .header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.news-page .header ul li {
  padding: 0 24px 0 28px;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  line-height: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.news-page .header ul li:first-child {
  padding-left: 0;
}

.news-page .header ul li:hover,
.news-page .header ul li.active {
  color: var(--color);
}

.news-page .content {
  margin-top: 65px;
}

.news-page .content ul {
  margin: 0 -25px -65px 0;
}

.news-page .content ul li {
  padding: 0 25px 65px 0;
  width: 100%;
  height: 100%;
}

.news-page .content ul li .img {
  position: relative;
}

.news-page .content ul li .img .img-box {
  border-radius: 0 100px 0 0;
}

.news-page .content ul li .img .img-box img {
  width: 100%;
}

.news-page .content ul li .img .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 100px 0 0;
  /*background: rgba(0, 0, 0, 0.2);*/
}

.news-page .content ul li .img time {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 96px;
  background-color: var(--color);
  border-radius: 0px 71px 0px 0px;
  color: #fff;
  padding: 27px 33px 0 14px;
}

.news-page .content ul li .img time em {
  line-height: 1;
  display: block;
  /*border-bottom: 1px solid #fff;*/
  padding-bottom: 7px;
}

.news-page .content ul li .img time span {
  display: block;
  /*margin-top: 5px;*/
}

.news-page .content ul li .text {
  padding: 24px 30px 0 16px;
}

.news-page .content ul li .text .tit {
  line-height: 1.8;

  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.news-page .content ul li .text .tit:hover {
  color: var(--color);
}

.news-page .content ul li .text .con {
  color: #737373;
  line-height: 1.7;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.newdet-page .info .time_c {
  margin-top: 50px;
  text-align: center;
}

.newdet-page .info .time_c .list {
  display: inline-block;
  margin: 0 15px;
}

.newdet-page .info .time_c .list img {
  vertical-align: middle;
  width: 27px;
}

.newdet-page .info .time_c .list span {
  vertical-align: middle;
  margin-left: 11px;
  position: relative;
  top: 1px;
}

.newdet-page .info .con {
  margin-top: 55px;
}

.newdet-page .info .con img {
  margin-bottom: 30px;
}

.newdet-page .info .m-link {
  margin-top: 87px;
}

@media screen and (max-width: 1280px) {
  .news-page .content ul li .text {
    padding: 24px 10px 0 10px;
  }
}

@media screen and (max-width: 1100px) {
  .news-page::after {
    font-size: 300px;
    top: -20px;
  }

  .news-page .content ul {
    margin: 0 -20px -40px 0;
  }

  .news-page .content ul li {
    padding: 0 20px 40px 0;
  }
}
@media screen and (max-width: 1000px) {
  .newdet-page .info {
    margin-top: 40px;
  }

  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .news-page {
    padding: 60px 0;
  }

  .news-page::after {
    display: none;
  }

  .news-page .content {
    margin-top: 30px;
  }
}

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

  .news-page .content {
    margin-top: 20px;
  }

  .news-page .content ul li {
    width: 100% !important;
  }
}

@media screen and (max-width: 500px) {
  .news-page .header {
    display: none;
  }

  .news-page .content {
    margin-top: 0;
  }

  .news-page .content ul {
    margin: 0 0 -20px 0;
  }

  .news-page .content ul li {
    padding: 0 0 20px 0;
  }
  .newdet-page .info .time_c .list {
    margin: 0 5px;
  }

  .newdet-page .info .time_c .list span {
    margin-left: 5px;
  }

  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 20px;
  }
}
.m-link {
  margin-top: 30px;
}

.m-link a {
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.6;
  display: inline-block;
}

.m-link a em {
  color: var(--color);
}

.m-link a:first-child {
  margin-top: 0;
}
@media screen and (max-width: 700px) {
  .newdet-page .info {
    margin-top: 20px;
  }

  .m-link a {
    margin-top: 10px;
  }
}

.contact-page {
  position: relative;
}
.contact-page .title em {
  color: var(--color);
}

.contact-page .contact-1 ul {
  margin: -15px;
}

.contact-page .contact-1 ul li {
  padding: 15px;
  text-align: center;
}

.contact-page .contact-1 ul li .tit {
  line-height: 1.3;
  margin: 19px 0 11px;
}

.contact-page .contact-1 ul li p {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.53);
}

.contact-page .contact-2 {
  padding-top: 6.15%;
}

.contact-page .contact-2 .form {
  margin-top: 80px;
}

.contact-page .contact-2 .form ul {
  margin: -15px;
}

.contact-page .contact-2 .form ul li {
  padding: 15px;
}

.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 20px;
  border-radius: 32px;
  border: 1px solid #d7d5d5;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  font-weight: 300;
  padding-left: 100px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.contact-page .contact-2 .form ul li input::-webkit-input-placeholder,
.contact-page .contact-2 .form ul li textarea::-webkit-input-placeholder {
  color: #000;
}

.contact-page .contact-2 .form ul li input:-moz-placeholder,
.contact-page .contact-2 .form ul li textarea:-moz-placeholder {
  color: #000;
}

.contact-page .contact-2 .form ul li input::-moz-placeholder,
.contact-page .contact-2 .form ul li textarea::-moz-placeholder {
  color: #000;
}

.contact-page .contact-2 .form ul li input:-ms-input-placeholder,
.contact-page .contact-2 .form ul li textarea:-ms-input-placeholder {
  color: #000;
}

.contact-page .contact-2 .form ul li input::placeholder,
.contact-page .contact-2 .form ul li textarea::placeholder {
  color: #000;
}

.contact-page .contact-2 .form ul li input:focus,
.contact-page .contact-2 .form ul li textarea:focus {
  border-color: var(--color);
}

.contact-page .contact-2 .form ul li textarea {
  height: 236px;
  resize: vertical;
}

.contact-page .contact-2 .form ul li .box {
  position: relative;
}

.contact-page .contact-2 .form ul li .box label {
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  position: absolute;
  left: 1px;
  top: 0;
  border-radius: 100%;
  background: var(--color);
  display: block;
}

.contact-page .contact-2 .form ul li .box label img {
  display: inline-block;
  vertical-align: middle;
}

.contact-page .contact-2 .form ul li input[type='submit'] {
  margin-top: 40px;
  padding: 0 66px 0 67px;
  line-height: 55px;
  height: 55px;
  border-radius: 28px;
  background: var(--color);
  color: #fff;
  font-size: 19px;
  width: auto;
  border: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.contact-page .contact-2 .form ul li input[type='submit']:hover {
  background: #222;
}

.contact-page .contact-2 .form ul li.wid-100 {
  width: 100%;
}

.contact-page .contact-2 .form ul li:nth-child(5) .box label::after {
  content: '';
  border-left: 18px solid var(--color);
  border-bottom: 18px solid var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 18px solid transparent;
  border-right: 18px solid transparent;
}

.contact-page .contact-3 .header .con {
  font-size: 20px;
  line-height: 30px;
  max-width: 820px;
  color: #4b4b4b;
}

.contact-page .contact-3 .content {
  margin-top: 64px;
}

.contact-page .contact-3 .content ul {
  margin: -15px;
}

.contact-page .contact-3 .content ul li {
  padding: 15px;
}

.contact-page .contact-3 .content ul li .ig {
  background-color: #f6f7f9;
  position: relative;
  cursor: pointer;
  line-height: 1.6;
  border-radius: 15px;
  min-height: 250px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 100px;
}

.contact-page .contact-3 .content ul li .ig .tit {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-weight: 600;
}

.contact-page .contact-3 .content ul li .ig::after {
  content: '';
  display: block;
  background: url(../images/contact-icon1.png) center center no-repeat var(--color);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.contact-page .contact-3 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}

.contact-page .contact-3 .content ul li .ig:hover::after {
  background-color: #141414;
}

.contact-page .contact-3 .content ul li:nth-child(2) .ig::after {
  background-image: url(../images/contact-icon2.png);
}

.contact-page .contact-3 .content ul li:nth-child(3) .ig::after {
  background-image: url(../images/contact-icon3.png);
}

/*.contact-page .contact-3 {
  padding-top: 5.1045%;
  margin-bottom: -125px;
}*/
.contact-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1450px) {
  .contact-page .contact-3 .content ul li {
    width: 50%;
  }
}
@media screen and (max-width: 1440px) {
  .contact-page::after {
    font-size: 300px;
    top: -20px;
  }
}

@media screen and (max-width: 1100px) {
  .contact-page::after {
    font-size: 260px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page::after {
    display: none;
  }

  .contact-page .contact-2 .form {
    margin-top: 30px;
  }

  .contact-page .contact-2 .form ul li .box label {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    padding: 12px;
    padding-left: 70px;
  }
  .contact-page .contact-3 .header .con {
    max-width: 300px;
  }

  .contact-page .contact-3 .content {
    margin-top: 20px;
  }

  .contact-page .contact-3 .content ul li {
    width: 50%;
  }

  .contact-page .contact-3 .content ul li .ig .tit {
    left: 20px;
  }

  .contact-page .contact-3 .content ul li .ig::after {
    right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 .form ul li {
    width: 100%;
  }
  .contact-page .contact-3 .content ul li {
    width: 100%;
  }
  .contact-page .contact-3 .content ul li .ig {
    padding-bottom: 70px;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    font-size: 14px;
    padding-left: 60px;
  }

  .contact-page .contact-2 .form ul li input[type='submit'] {
    margin-top: 0;
  }

  .contact-page .img2 {
    background-size: 50%;
    right: -30px;
    top: -2%;
    background-position: right top;
  }

  .contact-page .img1 {
    background-size: 60%;
    background-position: left top;
  }

  .contact-page .img3 {
    background-size: 60%;
    background-position: right top;
  }
  .contact-page .contact-3 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }

  .contact-page .contact-3 .content ul {
    margin: -7px;
  }

  .contact-page .contact-3 .content ul li {
    padding: 7px;
  }

  .contact-page .contact-3 .content ul li .ig {
    min-height: 300px;
    line-height: 1.8;
  }

  .contact-page .contact-3 .content ul li .ig .tit {
    font-size: 22px;
    bottom: 16px;
    height: 50px;
    line-height: 50px;
  }

  .contact-page .contact-3 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-3 .content ul li {
    width: 100%;
  }

  .contact-page .contact-3 .content ul li .ig {
    min-height: 160px;
  }
}
.appdet-page .init-1 .container ul li .box {
  min-height: 190px;
  padding: 10px;
}
.appdet-page .init-1 .container ul li .box .img {
  display: block;
  height: 46px;
  margin: auto;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.appdet-page .init-1 .container ul li .box .text {
  margin-top: 10px;
}
.appdet-page .init-1 .container ul li .box .text a {
  display: block;
  text-align: center;
}
.appdet-page .init-1 .container ul li .box:hover,
.appdet-page .init-1 .container ul li .box.active {
  background-color: var(--color);
  color: #fff;
}
.appdet-page .init-1 .container ul li .box:hover .imgC img,
.appdet-page .init-1 .container ul li .box.active .imgC img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.appdet-page .init-2 {
  z-index: 1;
  position: relative;
}
.appdet-page .init-2 .shadow {
  min-height: 160px;
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  background-color: var(--color);
  z-index: -1;
}
.appdet-page .init-2 .container .des {
  color: #fff;
  margin: auto;
  max-width: 870px;
  text-align: center;
  padding-bottom: 30px;
}
.appdet-page .init-2 .container .img {
  margin-top: 40px;
  display: block;
  width: 100%;
}
@media (max-width: 1000px) {
  .appdet-page .init-2 .shadow {
    display: none;
  }
  .appdet-page .init-2 .container .des {
    color: #000;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .appdet-page .init-2 .container .img {
    margin-top: 20px;
  }
}

.support-page .init-1 .tipsTitleC {
  color: var(--color);
}
.support-page .init-1 .content {
  margin-top: 60px;
}
.support-page .init-1 .content .left {
  width: 50%;
}
.support-page .init-1 .content .left img {
  width: 100%;
}
.support-page .init-1 .content .right {
  width: 50%;
  padding-left: 40px;
}
.support-page .init-1 .content .right .title {
  font-weight: 600;
}
.support-page .init-1 .content .right .des {
  margin-top: 30px;
}
.support-page .init-2 {
  background-color: #f7f7f7;
}
.support-page .init-2 .container .tipsTitleC {
  color: var(--color);
}
.support-page .init-2 .container .content {
  margin-top: 60px;
}
.support-page .init-2 .container .content ul li {
  height: 100%;
}
.support-page .init-2 .container .content ul li .box .img img,
.support-page .init-2 .container .content ul li .box {
  width: 100%;
}
.support-page .init-2 .container .content ul li .box .cont {
  padding: 30px;
}
.support-page .init-2 .container .content ul li .box .cont .title {
  font-weight: 600;
}
.support-page .init-2 .container .content ul li .box .cont .des {
  margin-top: 10px;
}
.support-page .init-2 .container .content ul li .box:hover .cont {
  background-color: #fff;
}
.support-page .init-3 .tipsTitleC {
  color: var(--color);
}
.support-page .init-3 .content {
  margin-top: 60px;
}
.support-page .init-3 .content ul {
  margin: 0 -15px;
}
.support-page .init-3 .content ul li {
  padding: 0 15px;
  margin-top: 30px;
  width: 50%;
}
.support-page .init-3 .content ul li .box {
  height: 100%;
  padding: 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.support-page .init-3 .content ul li .box .title {
  font-weight: 600;
}
.support-page .init-3 .content ul li .box .des {
  margin-top: 10px;
  color: #666666;
}
.support-page .init-3 .content ul li .box:hover {
  background-color: var(--color);
}
.support-page .init-3 .content ul li .box:hover .title {
  color: #fff;
}
.support-page .init-3 .content ul li .box:hover .des {
  color: #fff;
}
@media (max-width: 1250px) {
  .support-page .init-1 .content .left {
    width: 100%;
  }
  .support-page .init-1 .content .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 700px) {
  .support-page .init-3 .content ul li {
    width: 100%;
  }
  .support-page .init-3 .content ul {
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .support-page .init-1 .content {
    margin-top: 20px;
  }
  .support-page .init-1 .content .right .des {
    margin-top: 10px;
  }
  .support-page .init-2 .container .content {
    margin-top: 20px;
  }
  .support-page .init-2 .container .content ul li .box .cont {
    padding: 10px;
  }
  .support-page .init-3 .content {
    margin-top: 10px;
  }
  .support-page .init-3 .content ul li .box {
    padding: 20px 10px;
  }
}
.solutions-page > ul > li .content {
  line-height: 1.7;
  width: 80%;
}

.solutions-page > ul > li .img {
  position: relative;
}

.solutions-page > ul > li .img .ui.container {
  position: absolute;
  right: 50%;
  top: -106px;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  width: 100%;
}

.solutions-page > ul > li .img .box {
  border-radius: 30px;
  width: 60%;
  overflow: hidden;
  background: white;
  margin-left: auto;
  margin-top: -50px;
}

.solutions-page > ul > li .img .box .h4 {
  background: var(--color);
  color: white;
  font-size: 36px;
  font-kerning: none;
  padding: 26px 44px;
}

.solutions-page > ul > li .img .box ul {
  padding: 28px 44px 41px 44px;
}

.solutions-page > ul > li .img .box ul li {
  font-size: 18px;
  font-kerning: none;
  margin-bottom: 26px;
}

.solutions-page > ul > li .img .box ul li a {
  position: relative;
  padding-bottom: 11px;
}

.solutions-page > ul > li .img .box ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border: 1px dashed #dcdcdc;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.solutions-page > ul > li .img .box ul li:hover {
  color: var(--color);
}

.solutions-page > ul > li .img .box ul li:hover a::after {
  border-color: var(--color);
}

.solutions-page > ul > li:nth-child(2n) {
  text-align: right;
}

.solutions-page > ul > li:nth-child(2n) .content {
  margin-left: auto;
}

.solutions-page > ul > li:nth-child(2n) .img .box {
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}
@media screen and (max-width: 1450px) {
  .solutions-page > ul > li .img .box {
    width: 60%;
  }

  .solutions-page > ul > li .img .ui.container {
    top: -91px;
  }
}
@media screen and (max-width: 1000px) {
  .solutions-page > ul > li .content {
    width: 100%;
  }

  .solutions-page > ul > li .img .box .h4 {
    padding: 12px 40px;
  }

  .solutions-page > ul > li .img .box ul {
    padding: 25px 40px 20px;
  }

  .solutions-page > ul > li .content {
    font-size: 15px;
  }

  .solutions-page > ul > li .img .box ul li {
    width: 100%;
    margin-bottom: 12px;
  }

  .solutions-page > ul > li .img .box ul li a {
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 700px) {
  .solutions-page > ul > li .img .ui.container {
    position: unset;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin-top: 20px;
  }

  .solutions-page > ul > li .img .ui.container .box {
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 500px) {
  .solutions-page > ul > li .img .box ul {
    padding: 25px 15px 20px;
  }

  .solutions-page > ul > li .img .box .h4 {
    font-size: 22px;
    padding: 12px 22px;
  }
}

.soldet-page .soldet-1 {
  position: relative;
  overflow: hidden;
  background: #ebebeb;
}

.soldet-page .soldet-1 h1 {
  font-kerning: none;
  color: var(--color);
}

.soldet-page .soldet-1 .cat_name {
  font-kerning: none;
  color: var(--color);
}

.soldet-page .soldet-1 .right-img {
  position: absolute;
  right: 0;
  top: 40px;
}

.soldet-page .soldet-1 .bottom {
  position: relative;
  width: fit-content;
  height: fit-content;
  margin: 80px auto 0;
}

.soldet-page .soldet-1 .bottom .det1 {
  display: none;
}

.soldet-page .soldet-1 .bottom ul li {
  position: absolute;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  background: var(--color);
  color: white;
  text-align: center;
  line-height: 1.65;
}

.soldet-page .soldet-1 .bottom ul li .content {
  background: white;
  border-radius: 9px;
  width: 140px;
  color: black;
  position: absolute;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  text-align: center;
  padding: 15px 25px 30px;
}

.soldet-page .soldet-1 .bottom ul li .content .h5 {
  font-kerning: none;
  font-size: 18px;
}

.soldet-page .soldet-1 .bottom ul li .content .txt {
  line-height: 1.5;
  margin: 8px 0 5px;
}

.soldet-page .soldet-1 .bottom ul li .content .mores {
  font-size: 14px;
}

.soldet-page .soldet-1 .bottom ul li .content .mores:hover {
  text-decoration: underline;
}

.soldet-page .soldet-1 .bottom ul li .content::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 25px solid white;
}

.soldet-page .soldet-1 .bottom ul li:hover .content {
  display: block;
}

.soldet-page .soldet-2 {
  margin-top: 50px;
}

.soldet-page .tab-title {
  font-kerning: none;
  margin-bottom: 20px;
}

.soldet-page .parameters {
  display: flex;
}

.soldet-page .parameters .list {
  margin-right: 30px;
}

.soldet-page .parameters .list:last-child {
  margin-right: 0;
}

.soldet-page .soldet-video {
  position: relative;
}

.soldet-page .soldet-video .box > img {
  width: 100%;
}

.soldet-page .soldet-video .box ul {
  display: flex;
  flex-wrap: wrap;
}

.soldet-page .soldet-video .box ul li {
  width: 32%;
  margin: 15px 2% 15px 0;
}

.soldet-page .soldet-video .box ul li:nth-child(3n) {
  margin-right: 0;
}

.soldet-page .soldet-video .box ul li h4 {
  font-size: 20px;
  margin-top: 15px;
}

.soldet-page .soldet-video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.soldet-page .soldet-honor ul {
  margin: -6px;
}

.soldet-page .soldet-honor ul li {
  padding: 6px;
}

.soldet-page .soldet-honor ul li img {
  width: 100%;
}

.soldet-page .soldet-pdf .box {
  border: 8px solid #dedede;
  padding: 25px 30px;
  background: white;
}

.soldet-page .soldet-pdf .box .column {
  vertical-align: middle;
}

.soldet-page .soldet-pdf .h4 {
  font-kerning: none;
  color: var(--color);
}

.soldet-page .soldet-pdf .h3 {
  color: var(--color);
  font-kerning: none;
}

.soldet-page .soldet-pdf .btn {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  height: 56px;
  line-height: 56px;
  border-radius: 27px;
  padding: 0 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.soldet-page .soldet-pdf .btn img {
  vertical-align: middle;
  margin-right: 10px;
}

.soldet-page .soldet-pdf .right {
  text-align: right;
}

.soldet-page .soldet-related ul {
  margin: -13px;
}

.soldet-page .soldet-related ul li {
  padding: 13px;
  text-align: center;
}

.soldet-page .soldet-related ul li .img-box {
  background: white;
}

.soldet-page .soldet-related ul li p {
  font-size: 18px;
  margin-top: 25px;
}
.soldet-page .soldet-related ul li p:hover {
  color: var(--color);
}
.soldet-page .soldet-form form ul {
  margin: -11px;
}

.soldet-page .soldet-form form ul li {
  padding: 11px;
}

.soldet-page .soldet-form form ul li label {
  font-size: 16px;
  width: 100%;
  margin-bottom: 5px;
  display: block;
}

.soldet-page .soldet-form form ul li label em {
  color: var(--color);
}

.soldet-page .soldet-form form ul li input[type='text'],
.soldet-page .soldet-form form ul li textarea {
  width: 100%;
  height: 36px;
  padding: 0 15px;
  font-size: 17px;
  background: #e8e8e8;
  border-radius: 10px;
  border: 1px solid #d5d5d5;
  color: #000;
}

.soldet-page .soldet-form form ul li textarea {
  height: 100px;
  padding: 15px;
}

.soldet-page .soldet-form form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .soldet-page {
    padding-top: 60px;
  }
}

.why-page .service-1 .left {
  vertical-align: middle;
}
.why-page .service-1 .left .img {
  height: 620px;
  display: block;
  -webkit-mask-image: url('../images/service-1-mask.png');
  mask-image: url('../images/service-1-mask.png');
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.why-page .service-1 .right {
  vertical-align: middle;
  padding-left: 5%;
}
.why-page .service-1 .right span.h2 {
  margin: 0.5em 0;
}
.why-page .service-1 .right a.more {
  margin-top: 2em;
  font-size: 18px;
}
.why-page .service-2 {
  padding: 120px 0 10px;
  text-align: center;
}
.why-page .service-2 .list {
  margin-top: 0px;
}
.why-page .service-2 .list ul {
  margin: -13px;
}
.why-page .service-2 .list ul li {
  padding: 13px;
  text-align: center;
  overflow: hidden;
}
.why-page .service-2 .list ul li .num_box {
  position: relative;
  display: inline-block;
}
.why-page .service-2 .list ul li span.num {
  font-size: 30px;
  font-weight: 900;
  color: var(--color);
  display: inline-block;

  position: relative;
}
.why-page .service-2 .list ul li .num_box::before,
.why-page .service-2 .list ul li .num_box::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 500px;
  background-color: #bfbfbf;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  margin-top: -0.2em;
}
.why-page .service-2 .list ul li .num_box::before {
  right: 100%;
  left: auto;
  margin-right: 1em;
  margin-left: 0;
}
.why-page .service-2 .list ul li:first-child .num_box::before {
  display: none;
}
.why-page .service-2 .list ul li:last-child .num_box::after {
  display: none;
}
.why-page .service-2 .list ul li span.h6 {
  font-weight: 700;
  font-size: 20px;
  color: #999999;
  margin: 0.5em 0;
  display: block;
  line-height: 1.2;
}
.why-page .service-2 .list ul li .text {
  line-height: 1.6;
  color: #626262;
}
.why-page .service-2 .list ul .slick-slide:last-child li span.num:after,
.why-page .service-2 .list ul li:last-child span.num:after {
  display: none;
}
.why-page .service-2 .list ul li .text {
  font-size: 18px;
}
.why-page .service-3 {
  text-align: center;
  color: white;
  background-image: url('../images/service-3-bg.jpg');
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.why-page .service-3 span.h2 {
  line-height: 1.4;
}
.why-page .service-3 a.more {
  color: #ffffff;
  font-size: 18px;
}
.why-page .service-3 a.more:hover {
  color: white;
}
.why-page .service-4 {
  padding: 60px 0;
  background-color: var(--color);
  color: white;
  text-align: center;
}
.why-page .service-4 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.why-page .service-4 ul li {
  padding: 5px;
  border-right: 1px solid white;
}
.why-page .service-4 ul li span.h6 {
  font-weight: 900;
  font-size: 60px;
  display: block;
  line-height: 1.2;
}
.why-page .service-4 ul li span.h6 sub {
  font-size: 50%;
  vertical-align: baseline;
}
.why-page .service-4 ul li .text {
  color: inherit;
  margin-top: 0.5em;
  font-size: 18px;
}
.why-page .service-4 ul li:last-child {
  border-right: none;
}
.why-page .service-list ul {
  margin: -12px;
}
.why-page .service-list ul li {
  padding: 12px;
}
.why-page .service-list ul li .img-box img {
  border-radius: 20px;
}
.why-page .service-list ul li .title {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  background: rgba(0, 0, 0, 0.3);
}

.why-page .service-page2 .service-3 {
  background: transparent;
}

.why-page .service-page2 .service-3 .header {
  text-align: left;
}

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

.why-page .service-page2 .service-3 .content {
  margin-top: 65px;
}

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

.why-page .service-page2 .service-3 .content ul li {
  padding-right: 20px;
  width: 25%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  color: #000;
  text-align: left;
}

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

.why-page .service-page2 .service-3 .content ul li .ig i {
  display: block;
  max-width: 80px;
}

.why-page .service-page2 .service-3 .content ul li .ig .tit {
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}

.why-page .service-page2 .service-3 .content ul li .ig .con {
  line-height: 1.8;
  opacity: 0;
  -webkit-transition:
    opacity 0.1s ease-out,
    -webkit-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition:
    opacity 0.1s ease-out,
    -webkit-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -moz-transition:
    opacity 0.1s ease-out,
    transform 0.4s ease-out,
    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96),
    -moz-transform 0.4s ease-out;
  transition:
    opacity 0.1s ease-out,
    transform 0.4s ease-out,
    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition:
    opacity 0.1s ease-out,
    transform 0.4s ease-out,
    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96),
    -webkit-transform 0.4s ease-out,
    -moz-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition:
    opacity 0.1s ease-out,
    transform 0.4s ease-out,
    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96),
    -webkit-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  max-height: 100px;
  overflow-y: auto;
}

.why-page .service-page2 .service-3 .content ul li .ig .num {
  position: absolute;
  bottom: 30px;
  right: 35px;
  color: #030303;
  font-weight: bold;
}

.why-page .service-page2 .service-3 .content ul li.active {
  width: 50%;
}

.why-page .service-page2 .service-3 .content ul li.active .con {
  opacity: 0.65;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
@media screen and (max-width: 1700px) {
  .why-page .service-2 .list ul li span.h6 {
    font-size: 20px;
  }
  .why-page .service-4 ul li span.h6 {
    font-size: 48px;
  }
  .why-page .service-2 .list ul li span.num {
    font-size: 36px;
  }
  .why-page .service-2 .list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1450px) {
  .why-page .service-1 .left .img {
    height: 600px;
  }
  .why-page .service-2 .list ul li span.num {
    font-size: 32px;
  }
  .why-page .service-2 .list ul li span.h6 {
    font-size: 18px;
  }
  .why-page .service-2 .list {
    margin-top: 30px;
  }
  .why-page .service-4 ul li span.h6 {
    font-size: 36px;
  }
  .why-page .service-2 .list ul li span.h6 {
    font-size: 16px;
  }
  .why-page .service-page2 .service-3 .content ul li .ig .tit {
    font-size: 32px;
  }
}
@media screen and (max-width: 1250px) {
  .why-page .service-2 .list ul li span.h6 {
    font-size: 14px;
    line-height: 28px;
  }
  .why-page .service-4 ul li span.h6 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .why-page .service-2 .list ul li:last-child span.num:after {
    display: inline-block;
  }

  .why-page .service-2 .list ul li span.num {
    font-size: 28px;
  }
  .why-page .service-page2 .service-3 .header .title {
    font-size: 70px;
  }

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

  .why-page .service-page2 .service-3 .content ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .why-page .service-page2 .service-3 .content ul li .ig .con {
    opacity: 0.65;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
@media screen and (max-width: 700px) {
  .why-page .service-4 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .why-page .service-4 ul li {
    width: 100%;
    border: none;
  }

  .why-page .service-4 ul li span.h6 {
    font-size: 24px;
  }
  .why-page .service-page2 .service-3 .header .title {
    font-size: 53px;
  }

  .why-page .service-page2 .service-3 .content {
    margin-top: 20px;
  }

  .why-page .service-page2 .service-3 .content ul li .ig i {
    zoom: 0.7;
  }

  .why-page .service-page2 .service-3 .content ul li .ig {
    padding: 10px;
  }

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

  .why-page .service-page2 .service-3 .content ul li .ig .num {
    bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .why-page .service-4 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .why-page .service-4 ul li {
    width: 100%;
    border: none;
  }

  .why-page .service-4 ul li span.h6 {
    font-size: 24px;
  }
  .why-page .service-page2 .service-3 .header .title {
    font-size: 36px;
  }

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

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

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

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

.service-page .service-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-page .service-1 .bottom {
  border-top: 1px solid #bfbfbf;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.service-page .service-1 .bottom .left {
  width: 100%;
  padding-right: 0%;
}

.service-page .service-1 .bottom .left .list ul li {
  font-weight: bold;
  font-size: 28px;
  padding: 1em 0;
  position: relative;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.service-page .service-1 .bottom .left .list ul li em {
  color: #bfbfbf;
}

.service-page .service-1 .bottom .left .list ul li:after {
  content: '';
  bottom: 0;
  left: 0;
  width: 300%;
  height: 1px;
  background: #bfbfbf;
  position: absolute;
  z-index: -1;
}

.service-page .service-1 .bottom .left .list ul li .des {
  font-size: 20px;
  color: black;
  font-weight: normal;
  padding-left: 45px;
  margin-top: 15px;
  display: none;
}

.service-page .service-1 .bottom .left .list ul li.active,
.service-page .service-1 .bottom .left .list ul li:hover {
  color: var(--color);
}

.service-page .service-1 .bottom .right {
  margin-top: 35px;
  margin-right: 45px;
  width: 32%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.service-page .service-1 .bottom .right .img {
  height: 450px;
  background-size: cover;
  background-position: center center;
  display: block;
}
@media screen and (max-width: 1700px) {
  .service-page .service-1 .bottom .left .list ul li {
    font-size: 24px;
  }

  .service-page .service-1 .bottom .right {
    width: 27%;
  }

  .service-page .service-1 .bottom .right .img {
    height: 360px;
  }
}
@media screen and (max-width: 1450px) {
  .service-page .service-1 .bottom .left .list ul li {
    font-size: 20px;
  }

  .service-page .service-1 .bottom .right {
    width: 24%;
  }

  .service-page .service-1 .bottom .right .img {
    height: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .bottom .left .list ul li {
    font-size: 18px;
  }

  .service-page .service-1 .bottom .right .img {
    height: 200px;
  }
  .service-page .service-3 .content ul li.active {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-1 .bottom {
    display: block;
  }

  .service-page .service-1 .bottom .right {
    width: 100%;
  }

  .service-page .service-1 .bottom .left {
    padding-right: 0;
  }

  .service-page .service-1 .top {
    display: block;
  }
}

.inner-page .sideBarBox .sideBarLeft {
  width: 25%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.inner-page .sideBarBox .sideBarLeft form {
  height: 42px;
  line-height: 42px;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.inner-page .sideBarBox .sideBarLeft form input {
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 0 1em;
}

.inner-page .sideBarBox .sideBarLeft form button {
  width: 42px;
  border: none;
  background-color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inner-page .sideBarBox .sideBarLeft form button img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide {
  margin-top: 50px;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide span.h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a {
  font-size: 18px;
  margin-top: 1em;
  display: block;
  padding-right: 1.5em;
  position: relative;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a i.fa {
  position: absolute;
  right: 0.3em;
  top: 0;
  font-size: 140%;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a i.fa.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li a em {
  opacity: 0.6;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li.active > a,
.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li:hover > a {
  color: var(--color);
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li ul {
  display: none;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li li {
  padding-left: 1em;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .nav ul li li a {
  font-weight: 400;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list {
  margin: 10px 0;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li a.img-box {
  width: 25%;
  margin-right: 4%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content span.h6 {
  font-size: 17px;
  width: 100%;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content .star {
  font-size: 14px;
  color: var(--color);
}

.inner-page .sideBarBox .sideBarLeft .sideBarSlide .list ul li .content time {
  font-size: 14px;
  color: var(--color);
}

.inner-page .sideBarBox .sideBarLeft .sideBarImg {
  background-image: url(../images/sideBarImg-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 180px 10% 80px;
  display: block;
}

.inner-page .sideBarBox .sideBarLeft .sideBarImg span.h3 {
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
}

.inner-page .sideBarBox .sideBarLeft .sideBarImg .text {
  font-size: 16px;
  line-height: 1.4;
  margin: 1em 0 2em;
}

.inner-page .sideBarBox .sideBarLeft .sideBarImg a.more {
  line-height: 2em;
  height: 2em;
  padding: 0 1em 0 0.5em;
  background: url(../images/icon-sideBarImg-link.png) center no-repeat;
  background-size: 100% 100%;
}

.inner-page.case-page {
  padding: 80px 0;
  background-color: #f5f5f5;
}

.inner-page.case-page .case-right {
  width: 75%;
  padding-left: 4%;
}

.inner-page.case-page .case-right > ul > li,
.inner-page.product-page .pro-right ul li {
  padding: 35px;
  background: #fff;
  margin-bottom: 30px;
}

.inner-page.case-page .case-right > ul > li h6,
.inner-page.product-page .pro-right ul li h6 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color);
}
.inner-page.case-page .case-right > ul > li .all-case {
  display: flex;
  margin-top: 25px;
}
.inner-page.case-page .case-right > ul > li .all-case .left {
  width: 50%;
  overflow: hidden;
}
.inner-page.case-page .case-right > ul > li .all-case .left ul li {
  padding: 5px;
  width: 100%;
}
.inner-page.case-page .case-right > ul > li .all-case .left ul li a {
  display: block;
  overflow: hidden;
}
.inner-page.case-page .case-right > ul > li .all-case .right {
  width: 50%;
  padding-left: 5%;
}
.inner-page.case-page .case-right > ul > li .all-case .right .text {
  font-size: 17px;
  line-height: 1.5;
  max-height: 10.5em;
  overflow-y: auto;
  position: relative;
}
.inner-page.case-page .case-right > ul > li .all-case .right h4 {
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 700;
  color: var(--color);
  position: relative;
}
.inner-page.case-page .case-right > ul > li .all-case .right .imgC ul {
  margin-top: 30px;
}
.inner-page.case-page .case-right > ul > li .all-case .right .imgC ul li {
  padding: 5px;
}
.inner-page.case-page .case-right > ul > li .all-case .right .imgC ul li a {
  display: block;
}
.inner-page.case-page .case-right > ul > li .all-case .right .imgC ul li a img {
  width: 100%;
}
.inner-page.case-page .case-right > ul > li .all-case .right a.more {
  font-size: 15px;
  margin-top: 20px;
  display: inline-block;
  background: var(--color);
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  transition: 0.3s ease;
}
.inner-page.case-page .case-right > ul > li .all-case .right a.more:hover {
  background: var(--color);
}
.inner-page.case-page .case-right > ul > li .all-case .right h4:after {
  content: '';
  width: 40px;
  height: 3px;
  position: absolute;
  background: var(--color);
  left: 0;
  bottom: -10px;
}
.inner-page.case-page .case-right > ul > li .all-case .right .imgC ul .slick-track {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .inner-page.case-page .case-right {
    width: 100%;
  }
  .inner-page .sideBarBox .sideBarLeft {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .inner-page.case-page .case-right > ul > li .all-case .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .inner-page.case-page .case-right > ul > li .all-case .left {
    width: 100%;
  }
  .inner-page.case-page {
    padding: 30px 0;
  }
  .inner-page.case-page .case-right > ul > li .all-case {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .inner-page.case-page .case-right > ul > li {
    padding: 30px 10px;
  }
}
#index-body .init-7 .swiper ul li .img img {
  border-radius: 50%;
  max-width: 100px;
  max-height: 100px;
}
#index-body .init-7 .swiper-pagination {
  position: static;
}
#index-body .init-7 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color);
}
