@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'ConthraxSb';
  src: url('../fonts/ConthraxSb-Regular.eot');
  src: url('../fonts/ConthraxSb-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ConthraxSb-Regular.woff2') format('woff2'), url('../fonts/ConthraxSb-Regular.woff') format('woff'), url('../fonts/ConthraxSb-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #15af83;
  --font: 'ConthraxSb';
  font-weight: 500;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1730px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.font1 {
  font-family: var(--font);
}
.more {
  height: 2.5em;
  line-height: 2.5em;
  padding-right: 4em;
  position: relative;
  display: inline-block;
  letter-spacing: .1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.more::before,
.more::after {
  content: '';
  height: 100%;
  position: absolute;
  background-color: var(--color);
  z-index: -1;
  -webkit-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  transform: skewX(-32deg);
  right: 0;
  top: 0;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more::before {
  width: 4.5em;
  margin-right: 1.5em;
}
.more::after {
  width: 1em;
}
.more:hover {
  padding: 0 1em;
  color: white;
}
.more:hover::before {
  margin-right: 0;
  width: 100%;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.more:hover::after {
  background-color: var(--color) !important;
  width: 100%;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header.inner {
	position: sticky;
}
#header.inner .nav,
#header.active .nav {
  background-color: #000000;
}
#header .nav {
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#header .nav .ui.menu {
  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;
  margin: 0 auto;
  height: 100px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 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: 0 1em;
  color: white;
  -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: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  padding: 1em 0;
  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;
}
#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;
  min-width: 180px;
  white-space: nowrap;
  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: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -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 .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .msg {
  color: #FFFFFF;
  line-height: 2.5em;
  height: 2.5em;
  padding: 0 1.5em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
}
#header .nav .ui.menu .msg::before,
#header .nav .ui.menu .msg::after {
  border: 1px solid var(--color);
  background-color: transparent;
}
#header .nav .ui.menu .msg::before {
  width: 5.5em;
}
#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;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#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: .5s;
  -moz-transition: .5s;
  transition: .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;
}
.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;
}
#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: .5s;
  -moz-transition: .5s;
  transition: .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;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  right: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  right: 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;
  right: 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: .5s;
  -moz-transition: .5s;
  transition: .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: .5s;
  -moz-transition: .5s;
  transition: .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 {
  right: 0;
}
#mobile.active:before {
  left: 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 {
  -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;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#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;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #161514;
  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 > ul li {
  position: relative;
}
#banner .content {
  position: absolute;
  left: 65%;
  bottom: 0;
  width: 35%;
}
#banner .content .left {
  position: relative;
}
#banner .content h2 {
  position: absolute;
  left: 43%;
  top: 40%;
  width: 50%;
  color: #FFFFFF;
}
#banner .page {
  position: absolute;
  left: 5%;
  bottom: 7%;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
}
#banner .page span {
  display: inline-block;
  height: 29px;
  position: absolute;
  left: 0;
  top: -2px;
  border-radius: 20px;
  width: 40px;
  background-color: var(--color);
  -webkit-transition: left .4s;
  -moz-transition: left .4s;
  transition: left .4s;
}
#banner .page li {
  width: 40px;
  height: 25px;
}
.yuy {
  height: auto;
}
.yuy ul {
  left: auto;
  right: 0;
}
.home-1 .left .text {
  line-height: 2;
}
.home-1 .left .text h1.cath1{
display:inline;
font-size:inherit;
}
.home-1 .play-btn {
	position: static;
	transform: translate(0);
}
.home-1 .play-btn i {
	border-left: 0;
}
.home-2 {
  background-color: #053225;
  color: #FFFFFF;
}
.home-2 .num {
  color: var(--color);
  font-style: italic;
}
.home-3 {
  height: 995px;
  background-color: #009a3a;
  overflow: hidden;
  position: relative;
}
.home-3 .inner {
  width: 120vw;
  height: 120vw;
  margin: 0 -10vw;
  -webkit-transform: translateY(15%);
  -moz-transform: translateY(15%);
  -ms-transform: translateY(15%);
  transform: translateY(15%);
  position: relative;
  z-index: 2;
}
.home-3 .hd {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.24);
  border-radius: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.home-3 .hd ul {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.home-3 .hd ul li {
  display: block;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.home-3 .hd ul li .icon {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 100%;
  overflow: visible;
  visibility: visible;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: -45px;
  margin-left: -45px;
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.33);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.home-3 .hd ul li .icon img {
  width: 70%;
  height: 70%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.home-3 .hd ul li.active .icon {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  background-color: var(--color);
  top: -50px;
  margin-left: -50px;
}
.home-3 .hd ul li.active .icon img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.home-3 .bd {
  width: 50vw;
  height: 30%;
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-3 .bd .bd_col {
  width: 100%;
  position: relative;
}
.home-3 .bd .arrow {
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  background: none;
  border: none;
  outline: 0;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 5;
}
.home-3 .bd .arrow.prev {
  left: 0;
}
.home-3 .bd .arrow.next {
  right: 0;
}
.home-3 .bd .txt {
  display: none;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.home-3 .bd .txt .des {
  line-height: 2;
}
.home-3 .bd .txt.active {
  display: block;
}
.home-3 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.home-3 .bg span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
@media (max-width: 1700px) {
  .home-3 {
    height: 700px;
  }
}
@media (max-width: 1450px) {
  .home-3 {
    height: 650px;
  }
  .home-3 .inner {
    width: 78vw;
    height: 78vw;
    margin: 0 auto;
    -webkit-transform: translateY(12%);
    -moz-transform: translateY(12%);
    -ms-transform: translateY(12%);
    transform: translateY(12%);
  }
  .home-3 .bd {
    height: 50%;
  }
}
@media (max-width: 1380px) {
  .home-3 {
    height: 600px;
  }
  .home-3 .inner {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@media (max-width: 1180px) {
  .home-3 {
    height: 500px;
  }
  .home-3 .inner {
    -webkit-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
  }
}
@media (max-width: 1000px) {
  .home-3 {
    height: 450px;
  }
}
@media (max-width: 700px) {
  .home-3 {
    height: 400px;
  }
  .home-3 .inner {
    width: 80vw;
    height: 80vw;
  }
  .home-3 .hd ul li .icon {
    width: 40px;
    height: 40px;
    top: -20px;
    margin-left: -20px;
  }
  .home-3 .hd ul li.active .icon {
    width: 60px;
    height: 60px;
    top: -30px;
    margin-left: -30px;
  }
  .home-3 .bd {
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    top: 46vw;
  }
  .home-3 .bd .txt {
    padding: 20px 20px 40px;
    background-color: #fff;
    color: #333;
  }
}
.home-4 {
  background-color: #f4f2f0;
}
.home-4 .Tit {
  color: #cfcfcf;
  margin-bottom: -1em;
}
.home-4 .Tit span {
  position: relative;
  top: 1.5em;
  left: -1em;
}
.home-4 .left {
  padding: 0 9%;
}
.home-4 .left .img {
  position: relative;
}
.home-4 .left .img .icon i {
  position: absolute;
}
.home-4 .left .img .icon i:nth-of-type(1) {
  top: 56%;
  left: 100%;
}
.home-4 .left .img .icon i:nth-of-type(2) {
  top: 45%;
  right: 105%;
}
.home-4 .left .img .icon i img {
  width: auto;
  max-width: none;
}
.home-4 .left .project .item {
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.home-4 .left .project .item.active {
  position: static;
  opacity: 1;
}
.home-4 .right {
  margin-top: 12%;
}
.home-4 .right li i {
  width: .8em;
  height: .8em;
  border-radius: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .8em;
  background-color: #7d7d7d;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.home-4 .right li.active i {
  background-color: var(--color);
}
.home-5 {
  color: #FFFFFF;
}
.home-6 .date {
  color: #7d7d7d;
}
#footer {
  background-color: #2d2c28;
  color: #FFFFFF;
}
#footer .footer-top .footer-block:nth-child(3) {
  max-width: 450px;
}
#footer .footer-top .footer-block:nth-child(4) {
  max-width: 320px;
}
#footer .footer-top .footer-block ul li p span {
  border-bottom: 1px solid currentColor;
}
#footer .footer-top .footer-block .form input,
#footer .footer-top .footer-block .form textarea {
  width: 100%;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #FFFFFF;
}
#footer .footer-top .footer-block .form input::-webkit-input-placeholder, #footer .footer-top .footer-block .form textarea::-webkit-input-placeholder {
  color: #FFFFFF;
}
#footer .footer-top .footer-block .form input:-moz-placeholder, #footer .footer-top .footer-block .form textarea:-moz-placeholder {
  color: #FFFFFF;
}
#footer .footer-top .footer-block .form input::-moz-placeholder, #footer .footer-top .footer-block .form textarea::-moz-placeholder {
  color: #FFFFFF;
}
#footer .footer-top .footer-block .form input:-ms-input-placeholder, #footer .footer-top .footer-block .form textarea:-ms-input-placeholder {
  color: #FFFFFF;
}
#footer .footer-top .footer-block .form input::placeholder,
#footer .footer-top .footer-block .form textarea::placeholder {
  color: #FFFFFF;
}
#footer .footer-top .footer-block .form input {
  margin-bottom: 40px;
}
#footer .footer-top .footer-block .form button {
  border: none;
  background-color: transparent;
  display: inline-block;
  margin-left: auto;
  padding-right: 3em;
  padding-left: .5em;
}
#footer .footer-top .footer-block .form button::before {
  width: 80%;
}
#footer .footer-top .footer-block .form button:hover {
  padding: 0 2em;
}
#footer .footer-bottom {
  border-top: 1px solid #6e6e6e;
}
#footer .footer-bottom img.login {
  height: 16px;
}
@media (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 .5em;
  }
  #footer .footer-top .footer-block:nth-child(3) {
    max-width: 350px;
  }
  #footer .footer-top .footer-block:nth-child(4) {
    max-width: 250px;
  }
}
@media (max-width: 1250px) {
  .home-4 .left {
    width: 55%;
  }
  .home-4 .right {
    width: 45%;
  }
  .home-4 .left .img .icon i:nth-of-type(1) img {
    width: 50px;
  }
  .home-4 .left .img .icon i:nth-of-type(2) img {
    width: 50px;
  }
  #footer .logo {
    width: 100px;
    margin: auto;
  }
  #footer .footer-top .footer-block:nth-child(3) {
    max-width: 300px;
  }
  #footer .footer-top .footer-block:nth-child(4) {
    max-width: 200px;
  }
}
@media (max-width: 1000px) {
  #banner .page {
    display: none;
  }
  #banner .content .left {
    display: none;
  }
  .home-2 li {
    width: 50%;
  }
  .scrollImg {
    -webkit-transform: rotate(0) !important;
    -moz-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
  }
  .hide-1000 {
    display: none;
  }
}
@media (max-width: 700px) {
  .home-4 .Tit {
    margin-bottom: 0;
  }
  .home-4 .Tit span {
    position: static;
  }
  .home-4 .left {
    width: 100%;
  }
  .home-4 .right {
    width: 100%;
  }
  .home-4 .left .img .icon {
    display: none;
  }
  #footer .footer-top .footer-block:nth-child(1) {
    width: 100%;
  }
  #footer .footer-top .footer-block:nth-child(3) {
    width: 100%;
    max-width: 45%;
  }
  #footer .footer-top .footer-block:nth-child(4) {
    width: 100%;
    max-width: 45%;
  }
}
@media (max-width: 500px) {
  #footer .footer-top .footer-block:nth-child(3) {
    max-width: 100%;
  }
  #footer .footer-top .footer-block:nth-child(4) {
    max-width: 100%;
  }
  #footer .footer-top .footer-block .form input {
    margin-bottom: 20px;
  }
}




.inner-banner {
  height: 550px;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: white;
}

.inner-page .container {
	max-width: 1550px;
}

.inner-banner span.h2 {
  font-size: 26px;
  font-weight: 900;
}
.inner-banner .mbx {
  font-size: 18px;
  line-height: 34px;
  margin-top: .5em;
}
.news-page {
  padding: 130px 0;
}
.news-page .ui.container ul.newslist li {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.news-page .ui.container ul.newslist li .column {
  vertical-align: top;
}
.news-page .ui.container ul.newslist li:last-child {
  margin-bottom: 0;
}
.news-page .ui.container ul.newslist li .date {
  min-width: 120px;
  width: 120px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-page .ui.container ul.newslist li .date span {
  font-size: 90px;
  font-weight: 700;
  color: var(--color);
  line-height: 1;
  text-align: center;
}
.news-page .ui.container ul.newslist li .date em {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  color: var(--color);
  margin-top: 10px;
}
.news-page .ui.container ul.newslist li .text {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  padding-left: 80px;
}
.news-page .ui.container ul.newslist li .text .content{
     text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-page .ui.container ul.newslist li .text h5 {
  margin-bottom: 20px;
    line-height: 2;
    font-weight: 600;
    text-transform: uppercase;
	font-family: 'ConthraxSb';
	
}
.news-page .ui.container ul.newslist li .text h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.news-page .ui.container ul.newslist li .text h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.news-page .ui.container ul.newslist li .text p {
  color: #a5a5a5;
  line-height: 2;
}
.news-page .ui.container ul.newslist li .text .content p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-page .ui.container ul.newslist li .img-box {
  max-height: 170px;
  overflow: hidden;
  width: 30%;
}
.newdet-page .ui.container .newst {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .ui.container .newst span {
  color: var(--color);
  font-weight: 500;
}
.newdet-page .ui.container .newst span em {
  color: #a5a5a5;
  font-weight: 400;
  margin-left: 10px;
}
.newdet-page .ui.container h1 {
  margin: 0 0 30px;
	font-family: var(--font);
}
.newdet-page .ui.container .content {
  color: #626262;
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
}

.newdet-page .ui.container .content h2,
.newdet-page .ui.container .content h3 {
	font-weight: bold;
	margin: 1em 0;
}

.newdet-page .ui.container .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0 30px;
  border-bottom: 1px solid #ccc;
}
.newdet-page .ui.container .bottom .sharebox {
  color: #222;
}
.newdet-page .ui.container .bottom .sharebox span {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
  vertical-align: middle;
  width: auto;
}
.newdet-page .ui.container .bottom .sharebox ul {
  width: auto;
  vertical-align: middle;
}
.newdet-page .ui.container .bottom .sharebox ul li {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  padding: 0;
  margin-right: 10px;
  text-align: center;
  line-height: 50px;
}
.newdet-page .ui.container .bottom .sharebox ul li a {
  font-size: 24px;
  color: var(--color);
}
.newdet-page .ui.container .bottom .tabbox .mores i {
  width: 50px;
  height: 50px;
  border: solid 1px #ccc;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.newdet-page .ui.container .bottom .tabbox .mores i img {
  width: 16px;
  display: block;
  margin: 18px auto 0;
}
.newdet-page .ui.container .bottom .tabbox a.mores.prev i img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.newdet-page .ui.container .bottom .tabbox .mores:hover i {
  background: var(--color);
}
.newdet-page .ui.container .bottom .tabbox .mores:hover i img{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.newdet-page{
  padding-top: 80px;
}
.inner-page .form ul {
  margin: -15px -7px;
}
.inner-page .form ul li {
  padding: 15px 7px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: .6em 1em;
  border: 1px solid #ccc;
  border-radius: 20px;
}
.inner-page .form ul li input::-webkit-input-placeholder, .inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input:-moz-placeholder, .inner-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input::-moz-placeholder, .inner-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input:-ms-input-placeholder, .inner-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input::placeholder,
.inner-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li textarea {
  height: 150px;
}
.inner-page .form ul li .more{
  width: 100%;
  border: 0;
  text-align: center;
}
.inner-page .form ul li input[type="submit"] {
  border: none;
  background: #c1c1c1;
  color: white;
  border-radius: 20px;
  /*font-weight: bold;*/
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: var(--color);
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.contact-page .marginBox {
  padding-top: 90px;
}
.contact-page .contact-1 {
  padding: 100px 0 110px;
  text-align: center;
}
.contact-page .contact-1 .text {
  font-size: 20px;
  color: #626262;
  line-height: 1.6;
  max-width: 650px;
  display: block;
  margin: 1em auto 2em;
}
.contact-page .contact-1 .list ul {
  margin: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 .list ul li {
  padding: 20px;
}
.contact-page .contact-1 .list ul li .box {
  padding: 35px 5% 15px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
  position: relative;
  top: 0;
  border-radius: 20px;
}
.contact-page .contact-1 .list ul li .box i {
  display: block;
}
.contact-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.contact-page .contact-1 .list ul li .box span.h6 {
  font-weight: bold;
  font-size: 24px;
  color: #242424;
  margin: 1em 0 .5em;
  display: block;
}
.contact-page .contact-1 .list ul li .box p {
font-size: 18px;
    color: #626262;
    line-height: 1.4;
}
.contact-page .contact-1 .list ul li .box:hover {
  border-color: var(--color);
  top: -20px;
}
.contact-page .map {
  position: relative;
  z-index: 1;
}
.manufacturing-page .manufacturing-1 {
  padding: 90px 0 70px;
}
.manufacturing-page .manufacturing-1 .left {
  padding-right: 3%;
  vertical-align: bottom;
}
.manufacturing-page .manufacturing-1 .left .text {
font-size: 18px;
    color: #8e8e8e;
    line-height: 1.6;
  margin: 1em 0 2em;
}
.manufacturing-page .manufacturing-1 .right {
  padding-left: 3%;
  vertical-align: bottom;
  margin-bottom: 6px;
}
.manufacturing-page .manufacturing-1 .right .list ul {
  margin: -40px -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manufacturing-page .manufacturing-1 .right .list ul li {
  padding: 40px 15px;
  width: auto;
  min-width: 41%;
}
.manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
  font-weight: bold;
  font-size: 60px;
  color: var(--color);
  display: block;
}
.manufacturing-page .manufacturing-1 .right .list ul li span.h6 sub {
  font-size: 0.78333333em;
  font-weight: normal;
  vertical-align: baseline;
}
.manufacturing-page .manufacturing-1 .right .list ul li span.h6 sup {
  font-size: 0.46666667em;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-1 .right .list ul li p {
  font-size: 20px;
  color: #242424;
}
.manufacturing-page .manufacturing-2 {
  padding-bottom: 90px;
}
.manufacturing-page .manufacturing-2 .list ul {
  margin: -23px;
}
.manufacturing-page .manufacturing-2 .list ul li {
  padding: 23px;
}
.manufacturing-page .manufacturing-2 .list ul li a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.manufacturing-page .manufacturing-2 .list ul li a img {
  display: block;
  width: 100%;
}
.manufacturing-page .manufacturing-2 .list ul li a span {
  display: block;
font-size: 20px;
    text-transform: capitalize;
  padding: .5em;
  text-align: center;
  background-color: var(--color);
  color: white;
}
.manufacturing-page .manufacturing-2 .list ul li p{
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
}
.manufacturing-page .manufacturing-3 {
  padding: 95px 0 105px;
  background: url("../images/manufacturing-3-bg.jpg") center center no-repeat;
  background-size: cover;
}
.manufacturing-page .manufacturing-3 .box {
  margin-left: 55%;
}
.manufacturing-page .manufacturing-3 .box .text {
    font-size: 18px;
    color: #626262;
    line-height: 1.8;
  padding-right: 1em;
  max-height: 11.2em;
  margin-top: 1.3em;
  overflow: auto;
}
.manufacturing-page .manufacturing-4 {
  padding-top: 100px;
  text-align: center;
}
.manufacturing-page .manufacturing-4 .list {
  margin-top: 50px;
  position: relative;
}
.manufacturing-page .manufacturing-4 .list:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #d5d1d8;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}
.manufacturing-page .manufacturing-4 .list ul {
  margin: 0 -8px;
}
.manufacturing-page .manufacturing-4 .list ul li {
  padding: 0 8px;
}
.manufacturing-page .manufacturing-4 .list ul li a.img-box {
  display: block;
  border: 1px solid #bfbfbf;
}
.manufacturing-page .manufacturing-4 .list ul li span.h6 {
  font-size: 24px;
  color: #242424;
  padding: 1.2em 0 .8em;
  display: block;
  line-height: 1.2;
  position: relative;
}
.manufacturing-page .manufacturing-4 .list ul li span.h6:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #f9bc62;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.manufacturing-page .manufacturing-5 {
  padding: 120px 0 80px;
  text-align: center;
}
.manufacturing-page .manufacturing-5 .list {
  margin-top: 50px;
}
.manufacturing-page .manufacturing-5 .list ul {
  margin: -15px;
}
.manufacturing-page .manufacturing-5 .list ul li {
  padding: 15px;
}
.manufacturing-page .manufacturing-5 .list .slick-track {
  margin-left: 0;
}
.manufacturing-page .manufacturing-6 {
  padding: 100px 0 75px;
  background: url("../images/manufacturing-6-bg.jpg") center center no-repeat;
  background-size: cover;
}
.manufacturing-page .manufacturing-6 .left {
  vertical-align: bottom;
}
.manufacturing-page .manufacturing-6 .left .img {
  margin-right: -7%;
  margin-left: -5%;
}
.manufacturing-page .manufacturing-6 .right {
  vertical-align: bottom;
  padding-left: 4%;
  margin-bottom: 25px;
}
.manufacturing-page .manufacturing-6 .right .slide {
  margin-top: 60px;
}
.manufacturing-page .manufacturing-6 .right .slide:first-child {
  margin-top: 0;
}
.manufacturing-page .manufacturing-6 .right span.h4 {
  font-weight: bold;
  font-size: 26px;
  color: #242424;
  line-height: 2;
  display: block;
  margin-bottom: 1.2em;
}
.manufacturing-page .manufacturing-6 .right .color {
  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;
}
.manufacturing-page .manufacturing-6 .right .color span {
  font-size: 20px;
  padding: .4em;
  border-radius: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  margin-right: .5em;
}
.manufacturing-page .manufacturing-6 .right .color span i {
  width: 2.2em;
  height: 2.2em;
  border-radius: 100%;
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-6 .right .color span em {
  margin-right: 2em;
}
.manufacturing-page .manufacturing-6 .right .color span:hover,
.manufacturing-page .manufacturing-6 .right .color span.active {
  background: white;
}
.manufacturing-page .manufacturing-6 .right .select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manufacturing-page .manufacturing-6 .right .select span {
  font-size: 18px;
  color: #1b1b1b;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
}
.manufacturing-page .manufacturing-6 .right .select span i {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-size: auto 80%;
  display: block;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.manufacturing-page .manufacturing-6 .right .select span.active i,
.manufacturing-page .manufacturing-6 .right .select span:hover i {
  background-color: white;
}
.manufacturing-page .manufacturing-6 .right a.more {
  margin-top: 2.5em;
}
.manufacturing-page .manufacturing-7 {
  padding: 100px 0 0px;
  text-align: center;
}
.manufacturing-page .manufacturing-5 .text,
.manufacturing-page .manufacturing-7 .text {
  max-width: 1200px;
  display: block;
    font-size: 18px;
    color: #626262;
    line-height: 1.6;
  margin: 1em auto 2em;
}
.i-tag {
  font-size: 18px;
  color: #898989;
  display: inline-block;
  position: relative;
}
.i-tag::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #898989;
}
.service-page .marginBox {
  padding: 110px 6%;
}
.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 {
  margin-top: 70px;
  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: .5s;
  -moz-transition: .5s;
  transition: .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;
}
.service-page .service-2 {
  padding: 60px 0 110px;
}
.service-page .service-2 .list {
  margin-top: 50px;
}
.service-page .service-2 .list ul {
  margin: 0 -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-2 .list ul li {
  padding: 0 40px;
}
.service-page .service-2 .list ul li .box {
  height: 100%;
  padding: 30px 10% 20px;
  background: #f6f1ea;
}
.service-page .service-2 .list ul li .box i {
  display: block;
  height: 60px;
}
.service-page .service-2 .list ul li .box span.h6 {
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #242424;
  margin: .5em 0;
}
.service-page .service-2 .list ul li .box .text {
  font-size: 20px;
  color: #8e8e8e;
  line-height: 2;
}
.service-page .service-3 .form {
  margin-top: 40px;
}
.service-page .service-4 {
  padding-top: 120px;
}
.service-page .service-4 .left {
  width: 47%;
  vertical-align: middle;
}
.service-page .service-4 .left .img {
  height: 370px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.service-page .service-4 .right {
  width: 53%;
  padding-left: 2%;
  vertical-align: middle;
}
.service-page .service-4 .right .list ul {
  margin: -25px;
}
.service-page .service-4 .right .list ul li {
  padding: 25px;
}
.service-page .service-4 .right .list ul li span.h6 {
  font-weight: bold;
  font-size: 24px;
  color: #242424;
  line-height: 1.2;
  margin-bottom: .5em;
  display: block;
}
.service-page .service-4 .right .list ul li .text {
  font-size: 20px;
  color: #8e8e8e;
  line-height: 2;
}
.service-page .service-4 .right .list ul li.wid-100 {
  width: 100%;
}
.inner-page span.txt { 
  margin-bottom: .5em;
}
/* .why-page .service-1 {
  padding-top: 100px;
  padding-bottom: 10px;
} */
.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%;
  padding-top: 5%;
}
.why-page .service-1 .right span.h2 {
  margin: .5em 0;
}
.why-page .service-1 .right span.h2 em {
  font-size: 0.875em;
}
.why-page .service-1 .right a.more {
  margin-top: 2em;
}
.why-page .service-2 {
  padding: 80px 0 10px;
  text-align: center;
}
.why-page .service-2 .list {
  margin-top: 80px;
}
.why-page .service-2 .list ul {
  margin: -13px;
}
.why-page .service-2 .list ul li {
  padding: 13px;
  text-align: center;
  overflow: hidden;
}
.why-page .service-2 .list ul li .num_box{
  position: relative;
  display: inline-block;
}
.why-page .service-2 .list ul li span.num {
  font-size: 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: .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: .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 {
  padding: 90px 0;
  text-align: center;
  color: white;
  background-image: url("/wp-content/uploads/2025/12/pro-banner-1.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.why-page .service-3 span.h2 {
  margin-bottom: 1.2em;
}
.why-page .service-3 a.more {
    color: #ffffff;
}
.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: .5em;
  font-size: 18px;
}
.why-page .service-4 ul li:last-child {
  border-right: none;
}
.why-page .service-list{
  padding: 60px 0;
}
.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);
}
@media screen and (max-width: 1700px) {
  .inner-banner span.h2{
    font-size: 28px;
  }
  .inner-banner .mbx{
    font-size: 16px;
  }
}
@media screen and (max-width: 1600px) {
  .service-page .service-2 .list ul li .box .text,
  .service-page .service-4 .right .list ul li .text,
  .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,
  .contact-page .contact-1 .text {
    font-size: 18px;
  }
  inner-page .form ul li {
    padding: 6px;
  }
  .inner-page .form ul {
    margin: -6px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea,
  .inner-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .text {
    margin-bottom: 2em;
  }
  .contact-page .contact-1 .list ul li .box {
    padding: 15px 5%;
  }
  .contact-page .contact-1 .list ul li .box i img {
    max-height: 80px;
  }
  .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-size: 48px;
  }
  .manufacturing-page .manufacturing-1 .left .text,
  .manufacturing-page .manufacturing-3 .box .text,
  .manufacturing-page .manufacturing-7 .text,
  .manufacturing-page .manufacturing-5 .text{
    font-size: 18px;
  }
  .manufacturing-page .manufacturing-6 .right span.h4 {
    font-size: 22px;
  } 
  .manufacturing-page .manufacturing-6 .right .color span {
    font-size: 16px;
  } 
  .manufacturing-page .manufacturing-6 .right .color span i {
    width: 1.8em;
    height: 1.8em;
  } 
  .manufacturing-page .manufacturing-6 .right .select span {
    font-size: 18px;
  } 
  .manufacturing-page .manufacturing-6 .right .select span i {
    width: 90px;
    height: 90px;
  }
  .manufacturing-page .manufacturing-1 .right .list ul li p {
    font-size: 20px;
  }
  .manufacturing-page .manufacturing-2 .list ul li a span {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-4 .list ul li span.h6 {
    font-size: 20px;
  }
  .manufacturing-page .manufacturing-5 {
    padding: 80px 0;
  }
  .manufacturing-page .manufacturing-5 .list {
    margin-top: 30px;
  }
  .manufacturing-page .manufacturing-6 {
    padding: 50px 0;
  }
  .manufacturing-page .manufacturing-7 {
    padding: 70px 0;
  }
  .manufacturing-page .manufacturing-2 .list ul li {
    padding: 15px;
  }
  .manufacturing-page .manufacturing-2 .list ul {
    margin: -15px;
  }
  .service-page .marginBox {
    padding: 80px 6%;
  }
  .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;
  }
  .service-page .service-1 .bottom {
    margin-top: 40px;
  }
  .service-page .service-2 .list {
    margin-top: 30px;
  }
  .service-page .service-2 .list ul li .box i {
    height: 40px;
  }
  .service-page .service-2 .list ul li .box i img {
    max-height: 100%;
  }
  .service-page .service-2 .list ul li .box span.h6,
  .service-page .service-4 .right .list ul li span.h6 {
    font-size: 20px;
  }
  .service-page .service-2 {
    padding: 50px 0;
  }
  .service-page .service-4 {
    padding-top: 60px;
  }
  .service-page .service-4 .right .list ul li {
    padding: 15px;
  }
  .service-page .service-4 .right .list ul {
    margin: -15px;
  }
  .service-page .service-4 .left .img {
    height: 320px;
  }
  .why-page .service-1 {
    padding-top: 80px;
  }
   .why-page .service-2,
  .why-page .service-3 {
    padding: 80px 0;
  }
  .why-page .service-2 .list ul li span.h6 {
    font-size: 20px;
  } 
  .why-page .service-4 ul li span.h6 {
    font-size: 48px;
  }
  .why-page .service-2 .list ul li span.num {
    font-size: 36px;
  }
  .why-page .service-2 .list {
    margin-top: 50px;
  }
  .why-page .service-4 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1450px) {
  .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,
  .contact-page .contact-1 .text {
    font-size: 16px;
  }
  .contact-page .contact-1 {
    padding-top: 10px;
  }
  .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-size: 38px;
  }
  .service-page .service-2 .list ul li .box .text,
  .service-page .service-4 .right .list ul li .text,
  .manufacturing-page .manufacturing-1 .left .text,
  .manufacturing-page .manufacturing-3 .box .text,
  .manufacturing-page .manufacturing-7 .text,
  .manufacturing-page .manufacturing-5 .text{
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-2 .list ul li {
    padding: 10px;
  }
  .manufacturing-page .manufacturing-2 .list ul {
    margin: -10px;
  }
  .manufacturing-page .manufacturing-1 {
    padding: 50px 0;
  }
  .manufacturing-page .manufacturing-1 .right .list ul li {
    padding: 20px 15px;
  }
  .manufacturing-page .manufacturing-1 .right .list ul {
    margin: -20px -15px;
  }
  .manufacturing-page .manufacturing-2 .list ul li a span {
    font-size: 14px;
  }
  .manufacturing-page .manufacturing-3 {
    padding: 60px 0;
  }
  .manufacturing-page .manufacturing-4 {
    padding-top: 60px;
  } 
  .manufacturing-page .manufacturing-6 .right span.h4 {
    font-size: 18px;
  } 
  .manufacturing-page .manufacturing-6 .right .color span {
    font-size: 14px;
  } 
  .manufacturing-page .manufacturing-6 .right .select span {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-6 .right .slide {
    margin-top: 30px;
  }
  .service-page .marginBox {
    padding: 60px 4%;
  }
  .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;
  }
  .service-page .service-2 .list ul li {
    padding: 0 15px;
  }
  .service-page .service-2 .list ul {
    margin: 0 -15px;
  }
  .service-page .service-2 .list ul li .box {
    padding: 15px;
  }
  .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-1 {
    padding-top: 60px;
  }
  .why-page .service-2,
  .why-page .service-3 {
    padding: 60px 0;
  } 
  .why-page .service-4 ul li span.h6 {
    font-size: 36px;
  } 
  .why-page .service-2 .list ul li span.h6{
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {

  .inner-banner span.h2{
    font-size: 24px;
  }
  .inner-banner .mbx{
    font-size: 14px;
    line-height: 2;
  }
  .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,
  .contact-page .contact-1 .text {
    font-size: 14px;
  }
  .contact-page .contact-1 .list ul li .box i img {
    max-height: 60px;
  }
  .contact-page .contact-1 .list ul li {
    padding: 10px;
  }
  .contact-page .contact-1 .list ul {
    margin: -10px;
  }
  .service-page .service-2 .list ul li .box .text,
  .service-page .service-4 .right .list ul li .text,
  .manufacturing-page .manufacturing-1 .left .text,
  .manufacturing-page .manufacturing-3 .box .text,
  .manufacturing-page .manufacturing-7 .text,
  .manufacturing-page .manufacturing-5 .text{
    font-size: 14px;
  }
  .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-size: 28px;
  }
  .service-page .service-1 .bottom .right {
    margin-top: 20px;
    margin-right: 20px;
  }
   .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) {
  .inner-banner{
    height: 300px;
    padding-top: 0;
  }
  .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-size: 24px;
  }
  .manufacturing-page .manufacturing-4 .list ul li span.h6 {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-1 .right .list ul li p {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .manufacturing-page .manufacturing-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .manufacturing-page .manufacturing-2 {
    padding-bottom: 60px;
  }
  .manufacturing-page .manufacturing-1 .right .list ul li {
    padding: 5px;
  }
  .manufacturing-page .manufacturing-1 .right .list ul {
    margin: -5px;
  }
  .manufacturing-page .manufacturing-5 {
    padding: 40px 0;
  }
  .manufacturing-page .manufacturing-5 .list ul li {
    padding: 5px;
  }
  .manufacturing-page .manufacturing-5 .list ul {
    margin: -5px;
  }
  .manufacturing-page .manufacturing-6 .right{
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .manufacturing-page .manufacturing-6 .left {
    width: 100%;
  }
  .manufacturing-page .manufacturing-6 .left .img {
    margin: 0;
  }
  .manufacturing-page .manufacturing-6 .right .slide {
    margin-top: 15px;
  } 
  .manufacturing-page .manufacturing-6 .right span.h4 {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-6 .right span.h4 {
    margin-bottom: .6em;
  }
  .manufacturing-page .manufacturing-6 .right a.more {
    margin-top: 1.5em;
  }
   .service-page .service-1 .bottom .left .list ul li {
    font-size: 18px;
  }
  .service-page .service-1 .bottom .right .img {
    height: 200px;
  }
  .service-page .service-2 .list ul li {
    padding: 0 5px;
  }
  .service-page .service-2 .list ul {
    margin: 0 -5px;
  }
  .service-page .service-2 .list ul li .box span.h6,
  .service-page .service-4 .right .list ul li span.h6 {
    font-size: 16px;
  }
  .why-page .service-1 .right {
    padding: 0;
    width: 100%;
  }
  .why-page .service-1 .left {
    display: none;
  }
  .why-page .service-2 .list ul li {
    width: 25%;
  }
  .why-page .service-2 .list ul li:last-child span.num:after {
    display: inline-block;
  }
  .why-page .service-2 .list ul li span.num {
    font-size: 28px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 200px;
  }
  .inner-banner span.h2{
    display: none;
  }
  .news-page{
    padding: 30px 0;
  }
  .news-page .ui.container ul.newslist li{
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .news-page .ui.container ul.newslist li .text{
    padding-left: 40px;
  }
  .news-page .ui.container ul.newslist li .text h5{
    font-size: 24px;
  }
   .newdet-page .ui.container .content {
    font-size: 16px;
  }
  .newdet-page .ui.container .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
   .contact-page .contact-1 .list ul li {
    width: 100%;
  }
  .manufacturing-page .manufacturing-3 .box {
    margin-left: 25%;
  }
  .service-page .service-1 .bottom .left .list ul li {
    font-size: 16px;
  }
  .service-page .service-2 .list ul li {
    width: 100%;
    padding: 5px;
  }
  .service-page .service-2 .list ul {
    display: block;
    margin: -5px;
  }
  .service-page .service-3 .form {
    margin-top: 20px;
  }
  .service-page .service-4 .right {
    width: 100%;
    padding-left: 0;
  }
  .service-page .service-4 .left {
    display: none;
  }
  .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;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    height: auto;
    padding: 15% 0;
  }


a.nanfoot {
    display: none !important;
}

.seoIndustry.Auxil-industry {
    display: none !important;
}
.about-page .about-1 .flex .title {
    flex: none !important;
    padding-right: 0px !important;
    width: 100% !important;
}


  .news-page .ui.container ul.newslist li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-page .ui.container ul.newslist li .text {
    max-width: 600px;
    padding: 0 0px;
    width: 100%;
  }
  .news-page .ui.container ul.newslist li .date span {
    text-align: left;
    font-size: 30px;
  }
  .news-page .ui.container ul.newslist li .date em{
    font-size: 16px;
    text-align: left;
  }
  .news-page .ui.container ul.newslist li .text h5{
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .news-page .ui.container ul.newslist li .text .content{
    line-height: 2;
  }
  .manufacturing-page .manufacturing-6 .right .select span {
    font-size: 14px;
  } 
  .manufacturing-page .manufacturing-6 .right .select span i {
    width: 60px;
    height: 60px;
  } 
  .manufacturing-page .manufacturing-6 .right .color span {
    font-size: 14px;
  }
  .manufacturing-page .manufacturing-7 {
    padding: 40px 0;
  }
  .service-page .service-1 .bottom .left .list ul li {
    font-size: 14px;
  }
  .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;
  }
  .service-page .service-1 .top .right {
    margin-top: 10px;
  }
  .service-page .marginBox {
    padding: 30px 4%;
  }
  .why-page .service-1 {
    padding-top: 40px;
  }
  .why-page .service-2,
  .why-page .service-3 {
    padding: 40px 0;
  }
  .why-page .service-2 .list ul li {
    width: 100%;
  }
  .why-page .service-2 .list ul li .num_box:before, 
  .why-page .service-2 .list ul li .num_box:after{
    display: none;
  }
  .why-page .service-4 ul li {
    width: 50% !important;
  }
}
span.tag {
  font-size: 18px;
  color: var(--color);
  display: block;
  line-height: 1.2;
  margin-bottom: 12px;
}
span.h2 {
  font-size: 38px;
  font-family: var(--font);
  display: block;
}

.about-page .about-1 {
  padding: 110px 0;
}
.about-page .about-1 .flex {
  -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
.about-page .about-1 .flex .title{
flex: 1;
  padding-right: 20px;
}
.about-page .about-1 .flex .text{
  flex: 1;
  /*max-height: 300px;
  overflow-y: auto;*/
}
.about-page .about-1 .list {
  margin: 65px 0;
  text-align: center;
}
.about-page .about-1 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.about-page .about-1 .list ul li {
  width: auto;
}
.about-page .about-1 .list ul li span {
  font-size: 40px;
  line-height: 1;
  display: block;
  margin-bottom: .2em;
  font-weight: bold;
  color: var(--color);
}
.about-page .about-1 .list ul li p {
  font-size: 18px;
}
.about-page .about-1 .box {
  height: 485px;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
}
.about-page .about-1 .box .play {
  cursor: pointer;
  cursor: hand;
}
.about-page .about-2 {
  padding: 110px 0;
  background-color: #f8f7f7;
}
.about-page .about-2 .flex {
  -webkit-box-align: unset;
  -webkit-align-items: unset;
  -moz-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}
.about-page .about-2 .left span.h2 {
  margin-bottom: 1em;
}
.about-page .about-2 .left .text {
  max-width: none;
  line-height: 2.22222222;
}
.about-page .about-2 .right {
  margin: 0 auto;
  width: 30%;
}
.about-page .about-2 .right .info {
  font-size: 18px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: white;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10%;
}
.about-page .about-2 .right .info i.iconfont {
  color: var(--color);
  margin-right: 1.5em;
  border-radius: 100%;
  flex-shrink: 0;
}
.about-page .about-2 .options .right .info i.iconfont {
  /*color: transparent;*/
  color: var(--color);
  /*border: 1px solid var(--color);*/
}
.about-page .about-2 .options .right .info p.active i.iconfont {
  color: #fff;
  border-color: transparent;
}
.about-page .about-3 {
  padding: 100px 0;
}
.about-page .about-3 span.h2 {
  margin-bottom: 1em;
}
.about-page .about-3 .list {
  position: relative;
}
.about-page .about-3 .list ul {
  margin: 0 -35px;
}
.about-page .about-3 .list ul li {
  padding: 0 35px;
}
.about-page .about-3 .list ul li a.img-box {
  display: block;
  border-radius: 20px;
}
.about-page .about-3 .list ul li a.img-box img{
  border-radius: 20px;
}
.about-page .about-3 .list ul li span {
  font-size: 18px;
  color: #222;
  display: block;
  margin-top: 1.2em;
  text-align: center;
}
.about-page .about-3 .list .btn div {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0;
}
.about-page .about-3 .list .btn div.prev {
  left: 0;
}
.about-page .about-3 .list .btn div.next {
  right: 0;
}
.about-page .about-3 .list .btn div:hover {
  background-color: var(--color);
}
.about-page .about-4 {
  padding: 100px 0;
  background-color: #f8f7f7;
}
.about-page .about-4 .left {
  width: 25%;
  padding-right: 3%;
}
.about-page .about-4 .left .text {
  font-size: 17px;
  margin-top: 1.5em;
}
.about-page .about-4 .left a.more {
  margin-top: 3.52941176em;
}
.about-page .about-4 .right {
  width: 75%;
}
.about-page .about-4 .right .list {
  padding-top: 25px;
  overflow: hidden;
}
.about-page .about-4 .right .list .slick-list {
  overflow: unset;
}
.about-page .about-4 .right ul {
  margin: -7px;
}
.about-page .about-4 .right ul li {
  padding: 7px;
}
.about-page .about-4 .right ul li img {
  width: 100%;
  position: relative;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .box {
  position: relative;
  padding: 110px 0;
}
.about-page .about-5 .box .mask {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2%;
  z-index: -1;
}
.about-page .about-5 .box .mask i {
  width: 100%;
  border-left: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
}
.about-page .about-5 span.h2 {
  margin-bottom: 1em;
}
.about-page .about-5 .list {
  padding-top: 130px;
  overflow: hidden;
  padding-left: 1px;
  padding-right: 3px;
}
.about-page .about-5 .list .slick-list {
  overflow: unset;
}
.about-page .about-5 .list li a {
  height: 250px;
  border: 1px solid #f9f9f9;
  margin: 0 -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  position: relative;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .list li a img {
  max-height: 100%;
}
.about-page .about-5 .list .slick-current li a,
.about-page .about-5 .list .slick-current + div + div li a,
.about-page .about-5 .list .slick-current + div + div + div + div li a {
  top: -130px;
}
.inner-page .m-page {
  font-size: 17px;
  margin-top: 3.88235294em;
  font-weight: bold;
}
.inner-page .m-page > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 .5em;
  width: 3.05882353em;
  height: 3.05882353em;
  border-radius: 100%;
  background-color: #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: var(--color);
  color: white;
}

.inner-page .sideBarBox .sideBarRight .description {
	line-height:1.5;
	max-height:22.5em;
	overflow-y:auto;
}

.inner-page .sideBarBox .sideBarRight .productList li {
    padding: 10px 15px;
}
.inner-page .sideBarBox .sideBarRight .productList ul {
    margin: 0 -15px;
}
.inner-page .sideBarBox .sideBarRight .right .text p {
    font-size: 16px;
}
.inner-page .sideBarBox .sideBarRight .right .text .neirong {
    -webkit-line-clamp: 10;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.inner-page .sideBarBox .sideBarLeft {
  width: 27%;
  padding-right: 3%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .sideBarBox .sideBarLeft form {
  font-size: 16px;
  height: 4.375em;
  border-radius: .25em;
  background-color: #f2f1ec;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.inner-page .sideBarBox .sideBarLeft form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1.5em;
}
.inner-page .sideBarBox .sideBarLeft form button {
  width: 4.375em;
  background-color: transparent;
  border: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft form button i {
  font-size: 1.6em;
}
.inner-page .sideBarBox .sideBarLeft form button:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarBox .sideBarLeft .box {
  margin-top: 45px;
}
.inner-page .sideBarBox .sideBarLeft .box span.h2 {
  font-size: 24px;
  margin-bottom: 1em;
}
.inner-page .sideBarBox .sideBarLeft .box .nav {
  font-size: 18px;
  line-height: 34px;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li {
  padding: .6em 0;
  border-bottom: 1px solid #e7e7e7;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a i {
  margin-right: 1.5em;
  opacity: .8;
  font-size: .8em;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a em {
  padding: 0 .5em;
  border-radius: .25em;
  background-color: #eeede7;
  margin-left: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a:hover,
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a.active {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a:hover em,
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a.active em {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul {
  padding-left: 2.5em;
  font-size: 0.88888889em;
  margin-top: 1em;
  display: none;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul li {
  border-bottom: none;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li.active ul {
  display: block;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .img-box {
  width: 30%;
  border-radius: 3px;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content {
  width: 70%;
  padding-left: 2%;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content span.h6 {
  font-size: 18px;
  line-height: 1.33333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content time {
  display: block;
  font-size: 14px;
  color: #9a9a9a;
  margin-top: .4em;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sideBarBox .sideBarRight {
  width: 73%;
}
.product-page{
  padding: 8% 0;
}
.inner-page .productList ul li a.img-box {
  display: block;
  background-color: #f3f3f3;
  overflow: unset;
  border-radius: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .productList ul li a.img-box img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
.inner-page .productList ul li .content {
  padding: 0 5%;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .productList ul li .content span.h6 {
  font-weight: 500;
  font-size: 22px;
  color: #120c0b;
  display: block;
  padding: .5em 0 .2em 0;
/*   border-bottom: 1px solid #ececec; */
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .productList ul li .content span.h6 a{
	line-height: 1.5;
	min-height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: .5em;
}
.inner-page .productList ul li .content .text {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.inner-page .productList ul li:hover a.img-box {
  background-color: #ffffff;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 13%);
}
.inner-page .productList ul li:hover a.img-box img {
/*   -webkit-transform: translateY(49%);
  -moz-transform: translateY(49%);
  -ms-transform: translateY(49%);
  transform: translateY(49%); */
	
	
}
.inner-page .productList ul li:hover .content span.h6 {
  color:#000;
/*   border-bottom-color: #fff; */
}
.inner-page .productList ul li:hover .content .text {
  color: #000;
}
.inner-page .productList ul li:hover .content {
/*   -webkit-transform:translateY(-220%);
  -moz-transform:translateY(-220%);
  -ms-transform:translateY(-220%);
  transform:translateY(-220%); */
	
}
.product-det-page .product-det-1 {
  padding: 100px 0 100px;
}
.product-det-page .product-det-1 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-det-page .product-det-1 .left {
  width: 40%;
  vertical-align: middle;
}
.product-det-page .product-det-1 .left a {
  display: block;
  padding: 0;
}
.product-det-page .product-det-1 .left a img {
  margin: auto;
  width: 100%;
	border-radius:20px;
}

.product-det-page .product-det-1 .left ul {
  margin: -10px;
}
.product-det-page .product-det-1 .left ul li {
  padding: 10px;
}

.product-det-page .product-det-1 .left .bigImg {
  width: 100%;
}
.product-det-page .product-det-1 .left .bigImg a {
  position: relative;
  background: #f3f3f3;
  border-radius: 20px;
}
/* .product-det-page .product-det-1 .left .bigImg a:before {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--color);
  background-image: url("../images/icon-search-white.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 3%;
  right: 3%;
} */
.product-det-page .product-det-1 .right {
  width: 60%;
  padding-left: 3.5%;
}

.product-det-page .product-det-1 .right h1 {
  font-size: 36px;
  font-weight: 900;
  line-height: 50px;
  display: block;
}
.product-det-page .product-det-1 .right .text {
  margin: 1em 0 2em;
  line-height: 30px;
  font-size: 16px;
  max-height: 550px;
  overflow-y: auto;
}

.product-det-page .product-det-1 .right .flexTop span.tag {
  text-transform: capitalize;
}
.product-det-page .product-det-1 .right .smallImg a img {
  display: block;
  margin: 0 auto;
  background: #f3f3f3;
}
.product-det-page .product-det-1 .right ul {
  margin: -10px;
}
.product-det-page .product-det-1 .right ul .slick-track {
  margin-left: 0;
}
.product-det-page .product-det-1 .right ul li {
  padding: 10px;
}
.product-det-page .product-det-1 .right .smallImg {
  width: 100%;
}
.product-det-page .product-det-1 .right .smallImg a{
  border-radius: 20px;
  pointer-events: none;
}
.product-det-page .product-det-1 .right .smallImg a img{
  border-radius: 20px;
}
.product-det-page .product-det-1 .right .smallImg .slick-current a {
  border-color: var(--color);
}
.product-det-page #index-body .i-application .txt,
.product-det-page #index-body .i-application .i-title {
  color: #000;
}
.product-det-page .product-det-2 {
  position: relative;
}
.product-det-page .product-det-2:before {
  content: '';
  width: 4.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("../images/icon-meiluo.png") center no-repeat;
  background-size: cover;
  left: 0;
  top: 5%;
}
.product-det-page .product-det-2 .left {
  width: 23%;
  padding-right: 1%;
}
.product-det-page .product-det-2 .left .navList {
  background-color: #fff;
}
.product-det-page .product-det-2 .left .navList ul {
  font-size: 20px;
  font-weight: 900;
}
.product-det-page .product-det-2 .left .navList ul li span {
  color: #fff;
  background-color: #000;
  padding: 1.1em 2em;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .left .navList ul li span i.fa {
  position: absolute;
  right: 5%;
  top: 1.3em;
  cursor: pointer;
  cursor: hand;
}
.product-det-page .product-det-2 .left .navList ul li ul {
  padding: .7em 2em;
  font-weight: 500;
  font-size: 110%;
  line-height: 1.2;
}
.product-det-page .product-det-2 .left .navList ul li ul li {
  padding: 1em 0;
}
.product-det-page .product-det-2 .left .navList ul li ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-right: 1em;
  position: relative;
}
.product-det-page .product-det-2 .left .navList ul li ul li a:hover {
  color: var(--color);
}
.product-det-page .product-det-2 .left .navList ul li ul li a i.fa {
  position: absolute;
  top: 0;
  right: 0;
}
.product-det-page .product-det-2 .left .navList ul li ul ul {
  padding: .5em 0 .5em 1em;
  font-size: 75%;
  font-weight: 400;
  display: none;
}
.product-det-page .product-det-2 .left .navList ul li ul ul li {
  padding: 0.5em 0;
}
.product-det-page .product-det-2 .left .navList ul li ul ul li a {
  padding-right: 0;
}
.product-det-page .product-det-2 .right {
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content span.h3 {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content .pdl {
  padding-left: 5% !important;
}
.product-det-page .product-det-2 .right .prodet-content .pdr {
  padding-right: 5% !important;
}
.product-det-page .product-det-2 .right .prodet-content .logo {
  float: right;
}
.product-det-page .product-det-2 .right .prodet-content span.tag {
  margin-bottom: 3.5em;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  color: var(--color);
  line-height: 1.2;
}
.product-det-page .product-det-2 .right .prodet-content .table {
  font-size: 20px;
}
.product-det-page .product-det-2 .right .prodet-content table {
  font-weight: 300;
  line-height: 2;
  margin: -10px !important;
  width: auto !important;
}
.product-det-page .product-det-2 .right .prodet-content table em {
  font-weight: 400;
}
.product-det-page .product-det-2 .right .prodet-content table strong {
  color: var(--color);
  font-size: 1.2em;
  font-weight: 500;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content table tr {
  background-color: transparent !important;
}
.product-det-page .product-det-2 .right .prodet-content table tr td {
  border: none !important;
  padding: 10px !important;
  vertical-align: top;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 {
  padding: 100px 0 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .logo {
  float: none;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
  font-size: 47px;
  margin-top: 1.5em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3:before {
  display: none;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 {
  padding-bottom: 25%;
  width: 100%;
  padding-right: 50%;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  margin-top: 30px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title {
  font-size: 36px;
  font-weight: 900;
  display: block;
  color: var(--color);
  text-transform: uppercase;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title:before {
  content: '';
  width: 3em;
  height: 2px;
  background-color: var(--color);
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text {
  font-size: 20px;
  margin: 2em 0 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul {
  margin: -30px -20px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li {
  padding: 30px 20px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 50px;
  text-align: center;
  margin-right: 0.5em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i:before {
  content: '';
  width: 3.18181818em;
  height: 3.54545455em;
  background: url("../images/icon-5-bg.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translate(-20%, -50%);
  -moz-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
  z-index: -1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text {
  margin-top: 2em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text p {
  margin-bottom: 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text img {
  display: block;
  margin: 0 auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 {
  padding-top: 90px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table {
  margin-top: 6em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table {
  margin-top: 1.5em !important;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table td[colspan="6"] {
  padding-bottom: 0 !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table td[colspan="6"] strong {
  line-height: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 {
  padding-top: 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table {
  margin-top: 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table table {
  margin: -5px !important;
  margin-bottom: 2.5em !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table table td {
  padding: 5px !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table img {
  display: block;
  margin-left: auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-5 {
  padding-top: 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text {
  margin-top: 1.5em;
  font-size: 22px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 {
  padding: 90px 0 150px;
  background-color: #f3f3f3;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text {
  font-weight: 400;
  font-size: 22px;
  margin-top: 5em;
  background-image: url("../images/prodet-content-6-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  color: #fff;
  line-height: 1.2;
  padding: 1em 0;
  position: relative;
  z-index: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text:after {
  content: '';
  width: 42%;
  left: 27%;
  top: -5%;
  border-radius: inherit;
  background-color: var(--color);
  z-index: -1;
  position: absolute;
  height: 110%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text hr {
  border: none;
  border-top: 1px solid #080808;
  border-bottom: 2px solid #323134;
  display: block;
  margin: 1em 0;
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img {
  height: 165px;
  margin-bottom: 1.5em;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table {
  text-align: center;
  margin: 0 !important;
  line-height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table p {
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table tr {
  width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
table tr:first-child td{
    background: #007856;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-wrap: nowrap;
	padding:30px 10px;
	 text-align:center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td {
  vertical-align: bottom;
  padding: 0 2% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(1) {
  width: 27% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(2) {
  width: 42% !important;
  padding: 0 3% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(2) hr {
  border-top-color: var(--color);
  border-bottom-color: var(--color);
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(3) {
  width: 31% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(3) .img img {
  max-height: 85%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-7 {
  padding-top: 90px;
  text-align: center;
  background: #e9e9e9;
  background: -webkit-linear-gradient(340deg, #e9e9e9, #e1e1e1);
  background: -moz-linear-gradient(340deg, #e9e9e9, #e1e1e1);
  background: linear-gradient(110deg, #e9e9e9, #e1e1e1);
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-7 span.h3 {
  margin-bottom: 2em;
  display: inline-block;
  z-index: 1;
  line-height: 1.4;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 {
  text-align: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8.txt-center {
  text-align: center !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 span.h3 {
margin-bottom: 2em;
    display: inline-block;
    z-index: 1;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 700;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList {
  overflow: hidden;
  text-align: left;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul {
  margin: 0 -15px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul li {
  padding: 0 15px;
}
.inner-page.product-det-page span.h2 em {
  color: var(--color);
}
.inner-page.product-det-page .i-application {
  text-align: center;
}
.inner-page.product-det-page .i-application ul {
  margin: 0 -15px;
}
.inner-page.product-det-page .i-application li {
  padding: 15px;
}
.inner-page.product-det-page .i-application li p {
  font-size: 18px;
  padding: 20px 0;
}
.inner-page.product-det-page .i-application .txt {
  line-height: 2;
  margin: 0 auto;
  font-size: 15px;
  width: 65%;
}
.miaoshu-det .top {
  margin-bottom: 30px;
}
.miaoshu-det .top h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  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;
	transition: .3s ease;
	cursor: pointer;
}
.miaoshu-det .top p {
  font-size: 17px;
  line-height: 2;
  padding: 5px 0;
}
.miaoshu-det .top h2:before {
  content: "";
  width: 1px;
  height: .8em;
  background: var(--color);
  margin-right: .5em;
	transition: width .3s ease;
}
.miaoshu-det .top li.active h2 {
	color: var(--color);
}
.miaoshu-det .top li.active h2:before {
	width: .8em;
}

.miaoshu-det .bottom table {
	max-height: 80vh;
  font-size: 16px;
  border: 0;
  margin-bottom: 0;
}
.miaoshu-det .bottom table td p {
  line-height: 1.8;
  padding: 5px;
}
.inner-page .dotsBox {
  margin-top: 50px;
  text-align: center;
}
.inner-page .dotsBox .prev,
.inner-page .dotsBox .next,
.inner-page .dotsBox .dots,
.inner-page .dotsBox li {
  display: inline-block;
  vertical-align: middle;
}
.inner-page .dotsBox .prev,
.inner-page .dotsBox .next,
.inner-page .dotsBox button {
  margin: 0 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #e9e9e9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: 400;
  border: none;
  cursor: pointer;
}
.inner-page .dotsBox .prev:after,
.inner-page .dotsBox .next:after,
.inner-page .dotsBox button:after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .dotsBox .prev:hover,
.inner-page .dotsBox .next:hover,
.inner-page .dotsBox button:hover,
.inner-page .dotsBox .slick-active button {
  background: var(--color);
  color: #fff;
}
@media screen and (max-width: 1700px) {
  inner-page .sideBarBox .sideBarLeft .box .nav,
  .inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content span.h6,
  span.tag,
  .inner-page .text,
  .about-page .about-1 .list ul li p,
  .about-page .about-2 .right .info,
  .about-page .about-3 .list ul li span{
    font-size: 16px;
  }
  span.h2 {
    font-size: 48px;
  }
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .about-page .about-4,
  .about-page .about-5 .box,
  .product-det-page .product-det-1{
    padding: 80px 0;
  }
  .about-page .about-1 .list ul li span{
    font-size: 32px;
  }
   .about-page .about-5 .list li a {
    height: 160px;
  }
  .about-page .about-5 .list .slick-current li a,
  .about-page .about-5 .list .slick-current + div + div li a,
  .about-page .about-5 .list .slick-current + div + div + div + div li a {
    top: -80px;
  }
  .about-page .about-5 .list {
    padding-top: 80px;
  }
  .about-page .about-4 .left .text {
    font-size: 15px;
  }
  .inner-page .m-page{
    font-size: 15px;
  }
   .inner-page .sideBarBox .sideBarLeft form {
    font-size: 14px;
    height: 4em;
  }
  .inner-page .productList ul li .content span.h6,
  .inner-page .sideBarBox .sideBarLeft .box span.h2,
  .product-det-page .product-det-1 .right h1,
  .miaoshu-det .top h2{
    font-size: 20px;
  }
  .inner-page .productList ul li .content .text{
    font-size: 14px;
  }
  .product-det-page .product-det-2 .right .prodet-content span.h3{
    font-size: 28px;
  }
  .inner-page.product-det-page .i-application li p{
    font-size: 16px;
  }
  .inner-page .dotsBox {
    zoom: .8;
  }
}
@media screen and (max-width: 1450px) {
   span.h2 {
    font-size: 36px;
  }
  span.tag,
  .inner-page .text{
    font-size: 16px;
  }
  .about-page .about-1 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .box {
    height: 400px;
  }
  .inner-page .productList ul li:hover .content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .inner-page .productList ul li:hover a.img-box img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .inner-page .productList ul li:hover .content span.h6 {
    color: #120c0b;
    border-bottom-color: #ececec;
  }
  .inner-page .productList ul li:hover .content .text {
    color: #222;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 .list ul li p,
  .about-page .about-2 .right .info,
  .about-page .about-3 .list ul li span,
  .inner-page .sideBarBox .sideBarLeft .box .nav,
  .inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content span.h6{
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .about-page .about-4,
  .about-page .about-5 .box,
  .product-det-page .product-det-1{
    padding: 60px 0;
  }
   .about-page .about-1 .list {
    margin: 40px 0;
  }
  .about-page .about-1 .box {
    height: 320px;
  }
  .about-page .about-3 .list ul li {
    padding: 0 20px;
  }
  .about-page .about-3 .list ul {
    margin: 0 -20px;
  }
  .about-page .about-4 .left a.more {
    margin-top: 2em;
  }
  .about-page .about-5 .list .slick-current li a,
  .about-page .about-5 .list .slick-current + div + div li a,
  .about-page .about-5 .list .slick-current + div + div + div + div li a {
    top: 0;
  }
  .about-page .about-5 .list {
    padding-top: 0;
  }
  .about-page .about-5 .list li a {
    height: auto;
    padding: 5%;
  }
  .about-page .about-4 .left .text {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-1 .list ul li span{
    font-size: 28px;
  }
  span.h2 {
    font-size: 28px;
  }
  .inner-page .m-page{
    font-size: 14px;
    line-height: 2;
  }
  .inner-page .sideBarBox .sideBarLeft .box span.h2,
  .newdet-page .sideBarBox .sideBarRight h1{
    font-size: 18px;
  }
  .inner-page .productList ul li .content {
    padding: 0;
  }
  .inner-page .productList ul li .content span.h6,
  .product-det-page .product-det-1 .right h1,
  .miaoshu-det .top h2{
    font-size: 18px;
  }
  .product-det-page .product-det-2 .right .prodet-content span.h3{
    font-size: 24px;
  }
  .inner-page.product-det-page .i-application li p{
    font-size: 14px;
    line-height: 2;
  }
  .product-det-page .product-det-1 .left .bigImg a:before {
    zoom: .7;
  }
  .product-det-page .product-det-1 .right .text {
    font-size: 16px;
  }
  .product-det-page .product-det-1 .right .more {
    font-size: 13px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-4 .left {
    padding-right: 0;
    width: 100%;
  }
  .about-page .about-4 .right {
    width: 100%;
    margin-top: 30px;
  }
  span.h2 {
    font-size: 24px;
  }
  .inner-page .sideBarBox .sideBarLeft {
    display: none;
  }
  .inner-page .sideBarBox .sideBarRight {
    width: 100%;
  }
  .inner-page .productList ul li .content span.h6,
  .product-det-page .product-det-1 .right h1,
  .miaoshu-det .top h2{
    font-size: 16px;
    line-height: 32px;
  }
  .product-det-page .product-det-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .product-det-page .product-det-1 .left {
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .box {
    height: 240px;
  }
  .about-page .about-1 .box .play {
    max-width: 60px;
  }
  .about-page .about-4 .right .list {
    padding-top: 0;
  }
  .about-page .about-1 .list ul {
    gap: 10px;
  }
  .about-page .about-1 .list ul li span{
    font-size: 24px;
  }
  .product-det-page .product-det-2 .right .prodet-content span.h3{
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .list ul li span {
    margin-bottom: .2em;
  }
  .about-page .about-1 .box {
    height: 200px;
  }
  span.h2 {
    font-size: 22px;
  }
  .inner-page .m-page {
    margin-top: 1.5em;
  }
  
}
.inner-page.product-det-page .i-application .text {
    width: 50%;
    font-size: 17px;
    margin: 0 auto;
}
.miaoshu-det .text {
    font-size: 17px;
}
.miaoshu-det .top .cont {
    margin-bottom: 30px;
}

.inner-page.product-det-page .miaoshu-det {
    margin-bottom: 80px;
}
.inner-page .sideBarBox .sideBarRight .productList li {
    padding: 10px 15px;
}
.inner-page .sideBarBox .sideBarRight .productList ul {
    margin: 0 -15px;
}
.inner-page .sideBarBox .sideBarRight .right .text p {
    font-size: 16px;
}
.application-page span.h2 {
  font-size: 36px;
  color: #363636;
  font-weight: bold;
  line-height: 1.2;
}
.application-page span.h2:after {
  content: '';
  width: 1em;
  height: 0.11111111em;
  display: block;
  background-color: var(--color);
  margin-top: .2em;
}
.element .text span.meta {
    font-size: 14px
}

.element .text h2 {
    font-size: 56px;
    font-weight: 700
}

.element .text .right {
    font-size: 17px
}
.element .text {
    position: relative;
    z-index: 9;
    text-align: center;
    padding: 120px 0;
    border-bottom: 1px solid #000
}
.element {
    width: 100%;
    position: relative;
    overflow: hidden
}

.element:after {
    content: '';
    background: #e8e8e8;
    width: 300%;
    height: 300%;
    position: absolute;
    left: -100%;
    top: -100%;
    transform: rotate(-12deg);
    transition: all .5s ease-out
}
.application-4 li.element:hover:after {
    transform: rotate(0deg) translateY(-100%)
}
.application-4 li.element:hover {
    color: #fff
}
.application-4 li.element:hover .text {
  color: inherit;
}
.solutions-page .about-2 .flex .left {
    width: 65%;
    padding-right: 140px;
}
.solutions-page .about-2 .flex .right {
    width: 35%;
}
.solutions-page .about-2 .flex .left span.h2 {
    margin-bottom: 0.5em;
}
.solutions-page .about-2 .flex .right p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
        cursor: pointer;
            padding: 10px;
                line-height: 2;
                max-width: 100%;
}
.solutions-page .about-2 .left .text {
      min-height: 280px;
}
.solutions-page .solutions-1 .text p {
    text-align: justify;
}
.solutions-page .solutions-1 {
  padding: 100px 0;
}
.solutions-page .solutions-1 .text {
  margin-top: 1em;
  max-width: 1030px;
  margin-bottom: 3em;
}
.solutions-page .solutions-1 .list {
  font-size: 10px;
  padding: 0 2em;
  margin-top: 10em;
}
.solutions-page .solutions-1 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
.solutions-page .solutions-1 .list ul li {
  width: 100%;
  padding: 3em;
  min-height: 30em;
  text-align: center;
  border-radius: 1em;
  -o-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}
.solutions-page .solutions-1 .list ul li i {
  display: block;
}
.solutions-page .solutions-1 .list ul li span.h6 {
  font-size: 18px;
  color: #222;
  display: block;
  font-weight: bold;
  margin: 1em 0;
}
.solutions-page .solutions-1 .list ul li .text {
  margin: 0;
}
.solutions-page .solutions-2 {
  padding: 100px 0;
  text-align: center;
}
.solutions-page .solutions-2 span.tag i {
  color: black;
}
.solutions-page .solutions-2 span.h2 {
  margin-bottom: 1em;
}
.solutions-page .solutions-2 .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #d5d5d5;
  text-align: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solutions-page .solutions-2 .list li .img {
  width: 33%;
  padding: 0 2%;
}
.solutions-page .solutions-2 .list li .text {
  font-size: 17px;
}
.solutions-page .solutions-2 .list li .content {
  width: 40%;
  padding: 0 3%;
}
.solutions-page .solutions-2 .list li .content span.h6 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
  display: block;
}
.solutions-page .solutions-2 .list li .disc {
  width: 27%;
  padding-right: 4%;
}
.solutions-page .solutions-2 .list li .disc p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
      line-height: 2;
}
.solutions-page .solutions-2 .list li .disc p:before {
    content: '\f046';
    font-family: "FontAwesome";
    padding: 0 0.5em;
    margin-right: 0.5em;
    color: var(--color);
}
.solutions-page .solutions-2 .list li:hover {
  background-color: #f8f7f7;
}
.solutions-page .solutions-2 .list li:nth-child(3) ~ * {
  display: none;
}
.solutions-page .solutions-2 .list.active li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.solutions-page .solutions-2 .list.active ~ a.down {
  display: none;
}
.solutions-page .solutions-2 a.down {
  font-size: 17px;
  margin-top: 1em;
  display: block;
  cursor: pointer;
  cursor: hand;
}
.solutions-page .solutions-2 a.down i {
  display: block;
  line-height: 1;
}
.faq-page {
  padding: 110px 0 70px;
  background-image: url("../images/faq-bg.jpg");
  background-position: top 8% right 8%;
  background-repeat: no-repeat;
}
.faq-page span.h2 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: .8em;
}
.faq-page .list ul li {
  margin-bottom: 1.5em;
  font-size: 10px;
  padding: 2.5em 5em;
  border-radius: 2.5em;
  background-color: #f8f8f9;
}
.faq-page .list ul li span.h6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 2.4em;
}
.faq-page .list ul li span.h6 em {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .list ul li span.h6 i {
  width: 1.66666667em;
  height: 1.66666667em;
  border-radius: 100%;
  background-color: black;
  cursor: pointer;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.faq-page .list ul li span.h6 i:after,
.faq-page .list ul li span.h6 i:before {
  content: '';
  width: 40%;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 30%;
}
.faq-page .list ul li span.h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-page .list ul li .text {
  font-size: 16px;
  margin-top: 1em;
  display: none;
}
.faq-page .list ul li.active span.h6 em {
  font-size: 1.25em;
}
.faq-page .list ul li.active span.h6 i:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.honor-page {
  padding: 110px 0;
}
.honor-page .slide {
  margin-top: 70px;
}
.honor-page .slide:first-child {
  margin-top: 0;
}
.honor-page .slide span.h2 {
  margin-bottom: 1em;
}
.honor-page .slide .list ul {
  margin: -30px -55px;
}
.honor-page .slide .list ul li {
  padding: 20px;
}
.honor-page .slide .list ul li a {
  display: block;
}
.honor-page .slide .list ul li a img {
  width: 100%;
}
@media screen and (max-width: 1700px) {
  .honor-page,
  .solutions-page .solutions-1,
  .solutions-page .solutions-2 {
    padding: 80px 0;
  }
  .solutions-page .solutions-2 .list li .content span.h6 {
    font-size: 18px;
  }
  .faq-page {
    padding: 180px 0 50px;
  }
  .faq-page .list ul li {
    font-size: 8px;
  }
  .solutions-page .solutions-2 .list li .text{
    font-size: 15px;
  }
  .solutions-page .solutions-1 .list {
    font-size: 8px;
  }
  .solutions-page .solutions-1 .list ul li i img {
    max-height: 45px;
  }
}
@media screen and (max-width: 1450px) {
   .honor-page .slide .list ul li {
    padding: 30px;
  }
  .honor-page .slide .list ul {
    margin: -30px;
  }
  .faq-page {
    background-size: 30% auto;
  }
}
@media screen and (max-width: 1250px) {
  .honor-page,
  .solutions-page .solutions-1,
  .solutions-page .solutions-2 {
    padding: 60px 0;
  }
  .solutions-page .solutions-2 .list li .content span.h6 {
    font-size: 16px;
  }
  .faq-page {
    padding: 100px 0 50px;
  }
  .faq-page .list ul li {
    font-size: 7px;
  }
  .faq-page .list ul li .text {
    font-size: 14px;
  }
  .solutions-page .solutions-2 .list li .text{
    font-size: 14px;
    line-height: 2;
  }
  .solutions-page .solutions-2 .list li .disc {
    padding-right: 2%;
  }
}
@media screen and (max-width: 1000px) {
  .solutions-page .about-2 .left .text {
    min-height: auto;
  }
   .solutions-page .solutions-1 .list ul li {
    width: 49%;
  }
  .solutions-page .solutions-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%;
  }
  .solutions-page .solutions-2 .list li .img {
    width: 100%;
  }
  .solutions-page .solutions-2 .list li .content {
    width: 100%;
    padding: 2%;
  }
  .solutions-page .solutions-2 .list li .disc {
    width: 100%;
    padding: 0 2%;
  }
  .solutions-page .solutions-2 .list li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .solutions-page .solutions-2 a.down {
    font-size: 15px;
  }
  .honor-page .slide .list ul li {
    padding: 10px;
  }
  .honor-page .slide .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 500px) {
  .solutions-page .solutions-2 .list li .content span.h6 {
    font-size: 14px;
  }
  .faq-page .list ul li {
    padding: 1.5em;
    font-size: 6px;
  }
  .faq-page {
    padding: 60px 0;
  }
  .solutions-page .solutions-1 .list {
    margin-top: 5em;
    font-size: 7px;
    padding: 0;
  }
  .solutions-page .solutions-1 .list ul li {
    width: 100%;
  }
}
.faq-page .list ul li.active i {
    background-color: var(--color) !important;
       transition: all .5s ease;
}
.faq-page .list ul li i {
       transition: all .5s ease;
}
.service-page2 .service-3 {
/*     padding-top: 0; */
    padding-bottom: 100px;
    background: #f9f9f9;
}
.service-page2 .service-3 .header {
    text-align:left;
}
.service-page2 .service-3 .header .title {
    font-size: 40px;
    color: #030303;
    line-height: 1;
    font-weight: bold;
    margin-top: 5px;
	font-family: var(--font);
}
.service-page2 .service-3 .content {
    margin-top: 65px;
}
.service-page2 .service-3 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
}
.service-page2 .service-3 .content ul li {
    padding-right: 20px;
    width: 25%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    color: #000;
    text-align: left;
}
.service-page2 .service-3 .content ul li .ig {
    border: solid 1px var(--color);
    border-radius: 20px;
    padding: 55px 35px 30px 37px;
    height: 383px;
}
.service-page2 .service-3 .content ul li .ig i{
    display: block;
}
.service-page2 .service-3 .content ul li .ig .tit {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 30px;
    padding-bottom: 20px;
    text-align: left;
}
.service-page2 .service-3 .content ul li .ig .con {
    font-size: 18px;
    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);
}
.service-page2 .service-3 .content ul li .ig .num {
    position: absolute;
    bottom: 30px;
    right: 35px;
    font-size: 16px;
    color: #030303;
    font-weight: bold;
}
.service-page2 .service-3 .content ul li.active {
    width: 50%;
}
.service-page2 .service-3 .content ul li.active .con {
    opacity: .65;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 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: 1440px) {
  .service-page2 .service-3 .content ul li .ig{
        padding: 40px 30px 30px;
    }
    .service-page2 .service-3 .content ul li .ig .tit{
        font-size: 32px;
    }
}
@media screen and (max-width: 1280px) {
  .service-page2 .service-3 .content ul li .ig {
        padding: 40px 20px 30px;
    }
    .service-page2 .service-3 .content ul li .ig .tit {
        font-size: 29px;
    }
}
@media screen and (max-width: 1100px) {
  .service-page2 .service-3 .content ul li .ig .tit {
        font-size: 26px;
    }
}
@media screen and (max-width: 1000px) {
  .service-page2 .service-3 .header .title{
        font-size: 70px;
    }
    .service-page2 .service-3 .content ul{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px;
    }
    .service-page2 .service-3 .content ul li{
        width: 50%;
        margin-bottom: 10px;
    }
    .service-page .service-3 .content ul li.active{
        width: 50%;
    }
    .service-page2 .service-3 .content ul li .ig .con{
        opacity: .65;
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .service-page2 .service-3 .content ul li .ig {
        padding: 30px 20px 20px;
    }
    .service-page2 .service-3 .content ul li .ig .con{
        font-size: 17px;
    }
}
@media screen and (max-width: 700px) {
  .service-page2 .service-3 .header .title {
        font-size: 53px;
    }
    .service-page2 .service-3 .content{
        margin-top: 20px;
    }
    .service-page2 .service-3 .content ul li .ig i{
        zoom: .7;
    }
    .service-page2 .service-3 .content ul li .ig{
        padding: 10px;
    }
    .service-page2 .service-3 .content ul li .ig .tit{
        font-size: 24px;
        margin-top: 0;
    }
    .service-page2 .service-3 .content ul li .ig .num{
        bottom: 0;
    }
}
@media screen and (max-width: 500px) {
  .service-page2 .service-3 .header .title {
        font-size: 36px;
    }
    .service-page2 .service-3 .content ul li,
    .service-page2 .service-3 .content ul li.active{
        width: 100%;
    }
    .service-page2 .service-3 .content ul li .ig{
        height: auto;
        padding: 20px 15px;
    }
    .service-page2 .service-3 .content ul li .ig .tit{
        line-height: 1.5;
    }
    .service-page2 .service-3 .content ul li .ig .con{
        font-size: 16px;
        line-height: 1.8;
    }
}
.about-page .about-3-add {
    padding: 10% 0 6.407%;
}
.about-page .about-3-add .left {
    width: 58.666%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
/*.about-page .about-3-add .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative;
}
.about-page .about-3-add .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}*/
.about-page .about-3-add .left .title {
    font-size: 58px;
    /*color: #007aff;*/
    line-height: 1;
    font-weight: bold;
    margin-top: 21px;
}
.about-page .about-3-add .left .title em {
    display: block;
}
.about-page .about-3-add .left .video{
  max-width: 560px;
  margin-top: 40px;
}
.about-page .about-3-add .left .video video{
  width: 100%;
  object-fit: cover;
}
.about-page .about-3-add .right {
    width: 41.334%;
    padding-left: 101px;
    position: relative;
}
.about-page .about-3-add .right .tag {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.about-page .about-3-add .right .tag ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
}
.about-page .about-3-add .right .tag ul li {
    list-style: none;
    height: 25%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.about-page .about-3-add .right .tag ul li span {
    position: absolute;
    width: 1px;
    height: 0;
    background: #20282d;
    left: 27px;
    bottom: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.about-page .about-3-add .right .tag ul li a {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #fff;
    color: #20282d;
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
}
.about-page .about-3-add .right .tag ul li.current span {
    height: 100%;
    bottom: auto;
    top: 0;
}
.about-page .about-3-add .right .tag ul li.current a {
    background-color: #000000;
    color: #fff;
    border-color: #000;
}
.about-page .about-3-add .right .content ul li {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgb(218 221 233)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(rgb(218 221 233) 90%, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
        background: linear-gradient(rgb(218 221 233) 90%, rgba(255, 255, 255, 0));
    padding: 60px 24px 88px 43px;
    margin-bottom: 60px;
}
.about-page .about-3-add .right .content ul li .tit {
    font-size: 80px;
    line-height: 1;
    color: #030303;
    font-weight: bold;
}
.about-page .about-3-add .right .content ul li .con {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 21px;
}
.about-page .about-3-add .right .content ul li:last-child {
    margin-bottom: 0;
}
.about-page .about-3-add .right .content ul li.active {
       background: #f3f3f3;
       border-radius: 20px;
}
.about-page .service-2  .ui.container {
  width: auto;
  max-width: 1700px;
}
.about-page .service-2  .box {
  height: 700px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5%;
}
.about-page .service-2  .box .mask i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .service-2  .box .mask i.active {
  opacity: 1;
}
.about-page .service-2  .box .content {
  width: 660px;
  border: 1px solid #e5e5e5;
  padding: 4% 3%;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  background-color: white;
}
.about-page .service-2  .box .content span.tag {
  display: block;
  color: #027857;
  margin-bottom: .5em;
  font-weight: 500;
}
.about-page .service-2  .box .content .text {
  margin: 1.5em 0;
  max-width: 90%;
}
.about-page .service-2  .box .content .slickBtn {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
@media screen and (max-width: 1680px) {
  .about-page .about-3-add .left .title {
        font-size: 72px;
    }
}
@media screen and (max-width: 1450px) {
  .about-page .about-3-add .left .title {
        font-size: 66px;
    }
     .about-page .service-2  .box {
    height: 600px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-3-add .right .content ul li {
        padding: 60px 20px;
    }
    .about-page .service-2  .box {
    height: 500px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-3-add .left .title {
        font-size: 53px;
    }
    .about-page .about-3-add .right .content ul li {
        padding: 40px 20px;
    }
    .about-page .about-3-add .right .content ul li .tit {
        font-size: 60px;
    }
    .about-page .about-3-add .right .content ul li .con {
        margin-top: 10px;
    }
}
@media screen and (max-width: 1000px) {
  .about-page .about-3-add .left {
        position: initial;
        width: 100%;
    }
    .about-page .about-3-add .right {
        width: 100%;
        margin-top: 30px;
    }
     .about-page .service-2  .box {
    height: 420px;
  }
}

.flexBottom .line {
	width: 1px;
	height: 29px;
	background-color: var(--color);
}

@media screen and (max-width: 700px) {
  .about-page .about-3-add .left .title {
        font-size: 46px;
    }
    .about-page .service-2  .box .content {
    max-width: 100%;
  }
  .about-page .service-2  .box {
    height: auto;
  }
  .about-page .service-2  .box .content {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .flexBottom i{
    width: 30px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-8 span.h3{
    font-size: 30px;
    margin-bottom: 1em;
  }
  .inner-page.product-det-page .miaoshu-det{
    margin-bottom: 0;
  }
  .product-det-page .product-det-2{
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-3-add .left .title {
        font-size: 32px;
        line-height: 1.6;
    }
     
    .about-page .about-3-add .right {
        padding-left: 0;
    }
    .about-page .about-3-add .right .tag {
        display: none;
    }
    .about-page .about-3-add .right .content ul li {
        margin-bottom: 20px;
        background: rgba(241, 238, 226, 0.8);
        padding: 30px 15px;
    }
    .about-page .about-3-add .right .content ul li .tit {
        font-size: 40px;
    }
    .about-page .about-3-add .right .content ul li .con {
        font-size: 16px;
        line-height: 1.8;
    }
}





.product-cat-page .product-cat-1 .h2{
  font-weight: 600;
}
.product-cat-page .product-cat-1 .list a {
  height: 420px;
  padding: 5% 8%;
  color: white;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.product-cat-page .product-cat-1 .list a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.21);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 1;
}
.product-cat-page .product-cat-1 .list a:hover:before {
  opacity: 0;
}

.solutiondet-page .init-1 .container .left {
  vertical-align: middle;
  padding: 0 40px 0 0px;
  position: relative;
}
.solutiondet-page .init-1 .container .left .btn {
  position: absolute;
  top: 38%;
  right: 40px;
  width: 26px;
  color: #a5a5a5;
  font-size: 60px;
  cursor: pointer;
  font-weight: bold;
  z-index: 2;
}
.solutiondet-page .init-1 .container .left .btn:hover {
  color: var(--color);
}
.solutiondet-page .init-1 .container .left .prev {
  left: 0;
}
.solutiondet-page .init-1 .container .left .slick li .box {
  position: relative;
}
.solutiondet-page .init-1 .container .left .slick li .box .img {
  display: block;
}
.solutiondet-page .init-1 .container .left .slick li .box .img img {
  width: 100%;
}
.solutiondet-page .init-1 .container .left .slick li .box .play {
  width: 80px;
  height: 80px;
  position: absolute;
  line-height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.solutiondet-page .init-1 .container .left .slick li .box .play .ling {
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.solutiondet-page .init-1 .container .left .slick li .box .play .ling:first-child {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.solutiondet-page .init-1 .container .left .slick li .box .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
}
.solutiondet-page .init-1 .container .left .slick li .box .play .cont {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 30px;
  background-color: var(--color);
  border: 1px solid var(--color);
  text-align: center;
  border-radius: 50%;
}
.solutiondet-page .init-1 .container .left .slick li .box .play .cont i {
  margin-left: 4px;
}
.solutiondet-page .init-1 .container .left .slick li .box .play:hover .cont {
  color: var(--color);
  background-color: #fff;
}
.solutiondet-page .init-1 .container .right {
  vertical-align: middle;
  padding-left: 30px;
}
.solutiondet-page .init-1 .container .right .cat_name {
  color: var(--color);
  display: inline-block;
  border-bottom: 1px solid var(--color);
  line-height: 1;
}
.solutiondet-page .init-1 .container .right .title {
  margin-top: 20px;
  font-weight: bold;
}
.solutiondet-page .init-1 .container .right .des {
  color: #393939;
  line-height: 1.8;
  margin-top: 30px;
}
.solutiondet-page .init-1 .container .right .more_c {
  margin-top: 10px;
}

.solutiondet-page .init-2 {
  margin-top: 80px;
}
.solutiondet-page .init-2 .container .title_list {
  border-bottom: 1px solid var(--color);
}
.solutiondet-page .init-2 .container .title_list .list {
  font-weight: bold;
  background-color: var(--color);
  border: 1px solid var(--color);
  color: #fff;
  padding: 10px 50px;
  width: auto;
  margin-right: 40px;
  cursor: pointer;
}
.solutiondet-page .init-2 .container .title_list .list.active {
  background-color: #fff;
  color: var(--color);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.solutiondet-page .init-2 .container .content_list {
  padding-top: 50px;
}
.solutiondet-page .init-2 .container .content_list .list {
  font-size: 18px;
  line-height: 1.8;
  display: none;
}
.solutiondet-page .init-2 .container .content_list .list table{
  border: none;
  width: 100% !important;
}
.solutiondet-page .init-2 .container .content_list .list table tr {
  background-color: #fff;
}
.solutiondet-page .init-2 .container .content_list .list table tr td {
  border: 1px solid #3b3b3b;
  padding: 10px;
  min-width: 120px;
}
@media screen and (max-width: 1700px) {
  .product-cat-page .product-cat-1 .list a {
    height: 360px;
  }
}
@media screen and (max-width: 1000px) {
  .product-cat-page .product-cat-1 .list a {
    height: 300px;
  }

  .solutiondet-page .init-1 .container .left {
    width: 100%;
  }
  .solutiondet-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
    text-align: center;
    padding-left: 0;
  }
  .solutiondet-page .init-2 .container .title_list .list {
    margin-right: 10px;
  }
  .solutiondet-page .init-2 .container .title_list .list p {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .product-cat-page .product-cat-1 .list a {
    height: 240px;
  }

  .solutiondet-page .init-1 .container .left {
    padding: 0 40px;
  }
  .solutiondet-page .init-1 .container .left .next {
    right: 0;
  }

  .solutiondet-page .init-2 {
    margin-top: 40px;
  }
  .solutiondet-page .init-2 .container .title_list {
    border: none;
  }
  .solutiondet-page .init-2 .container .title_list .list {
    padding: 6px 12px;
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
  }
  .solutiondet-page .init-2 .container .title_list .list p {
    font-size: 18px;
  }
  .solutiondet-page .init-2 .container .content_list {
    padding-top: 30px;
  }
}






/* #index-body .init-3 {
  padding: 160px 0 650px;
  background: url("../images/init-3-bg.jpg") center bottom no-repeat;
  background-size: contain;
} */
/* #index-body .init-3 .list {
  margin-top: 130px;
} */
#index-body .init-3 .list ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
#index-body .init-3 .list ul li {
  color: #787878;
}
#index-body .init-3 .list ul li .text {
  font-size: 18px;
  line-height: 1.4;
  color: inherit;
  padding-right: 1em;
  max-height: 140px;
  overflow-y: auto;
}
#index-body .init-3 .list ul li .line {
  display: block;
  height: 1px;
  background: #dcdcdc;
  margin: 20px 0;
  position: relative;
}
#index-body .init-3 .list ul li .line:before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color);
  -webkit-transition: 6.5s linear;
  -moz-transition: 6.5s linear;
  transition: 6.5s linear;
}
#index-body .init-3 .list ul li .line i {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #787878;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .list ul li .line i:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
#index-body .init-3 .list ul li .year {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  padding-right: 1em;
}
#index-body .init-3 .list ul .slick-current li {
  color: var(--color);
}
#index-body .init-3 .list ul .slick-current li .text {
  color: #120c0b;
}
#index-body .init-3 .list ul .slick-current li .line:before {
  width: 100%;
}
#index-body .init-3 .list ul .slick-current li .line i {
  left: 3px;
  background-color: var(--color);
}
#index-body .init-3 .list ul .slick-current li .line i:after {
  opacity: .5;
}
@media screen and (max-width: 1600px) {
   #index-body .init-3 {
    padding: 100px 0;
  }
  #index-body .init-3 .list ul li .text{
    font-size: 18px;
  }
  #index-body .init-3 .list ul li .year {
    font-size: 20px;
  }
}
@media screen and (max-width: 1450px) {
   #index-body .init-3 {
    padding: 60px 0;
  }
  #index-body .init-3 .list ul li .text{
    font-size: 16px;
  }
  #index-body .init-3 .list {
    margin-top: 70px;
  }
  #index-body .init-3 .list ul li .year {
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
   #index-body .init-3 .list ul li .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-3 .list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-3 .list ul li .year {
    font-size: 16px;
    line-height: 30px;
  }
}


div.pp_default .pp_nav .currentTextHolder {
	display: none!important;
}





#cus-process ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

#cus-process ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	flex-direction: column;
}

@keyframes sc {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(.9);
		-moz-transform: scale(.9);
		-ms-transform: scale(.9);
		-o-transform: scale(.9);
		transform: scale(.9);
	}
	to {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

#cus-process ul li img {
	width: .7em;
	height: .7em;
	flex-shrink: 0;
	animation: sc 3s ease infinite;
}


#cus-process ul li strong {
	font-size: .16em;
	font-weight: 500;
	text-align: center;
}

@media screen and (max-width: 1000px) {
	#cus-process ul {
		grid-template-columns: repeat(3, 1fr);
	}
	
	#cus-process ul li img {
		width: 1em;
    	height: 1em;
	}
	
	#cus-process ul li strong {
    font-size: .3em;
	}
}

@media screen and (max-width: 700px) {
	#cus-process ul {
		grid-template-columns: repeat(2, 1fr);
	}
	
	#cus-process ul li img {
		width: 1.2em;
    	height: 1.2em;
	}
	
	#cus-process ul li strong {
    font-size: 14px;
	}
}


.lqd-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.item-hints .hint {
	width: 60px;
	height: 60px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}

.item-hints .hint-dot {
  position: relative;
  width: 24px;
  height: 24px;
  display: block;
  margin: auto;
  z-index: 3;
  border-radius: 50%;
  border: 1px solid var(--color);
  animation: btnIconRipple 1s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  transform: translate(0, 0) scale(0.95);
  cursor: pointer;
}
.item-hints .hint-dot::after,
.item-hints .hint-dot::before {
  content: "";
  position: absolute;
  background-color: var(--color);
}
.item-hints .hint-dot::before {
  width: 12px;
  height: 12px;
	border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.item-hints .hint-dot::after {
  width: 4px;
  height: 19px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	display: none;
}
@keyframes btnIconRipple {
  0% {
    border-color: var(--color);
    transform: scale(0.95);
  }
  50% {
    border-color: transparent;
    transform: scale(1.05);
  }
  100% {
    border-color: var(--color);
    transform: scale(0.95);
  }
}

@-webkit-keyframes home_hero_item_hints_border {
  0%,
  100% {
    border-color: rgba(24, 67, 65, 0.6);
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(0, 0) scale(0.95);
  }
  50% {
    border-color: rgba(24, 67, 65, 0.3);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(0, 0) scale(1);
  }
}
@keyframes home_hero_item_hints_border {
  0%,
  100% {
    border-color: rgba(24, 67, 65, 0.6);
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(0, 0) scale(0.95);
  }
  50% {
    border-color: rgba(24, 67, 65, 0.3);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(0, 0) scale(1);
  }
}
.item-hints .hint-radius {
  background-color: rgba(24, 67, 65, 0.1);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -125px 0 0 -125px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition-property: background-color, opacity, visibility, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease, ease, ease, cubic-bezier(0.5, 0, 0, 1);
}
.item-hints .hint:hover .hint-radius {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.item-hints .hint[data-position="1"] .hint-content {
  left: 50%;
  margin-left: 56px;
}
.item-hints .hint-content {
  color: #000;
  width: 600px;
  position: absolute;
  /* z-index: 5; */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  color: #000;
  user-select: text;
}
.item-hints .hint-content h2 {
	font-weight: 600;
	padding-left: 7px;
	position: relative;
}
.item-hints .hint-content h2::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 60%;
	left: 0;
	top: 20%;
	background-color: var(--color);
}
.item-hints .hint-content::before {
  width: 0;
  bottom: 15px;
  left: 20px;
  content: "";
  background-color: var(--color);
  height: 1px;
  position: absolute;
  transition: width 0.8s;
}
.item-hints .hint[data-position="6"] .hint-content::before {
  width: 0;
  bottom: 15px;
  left: -10px;
  content: "";
  background-color: var(--color);
  height: 1px;
  position: absolute;
  transition: width 0.8s;
}
.item-hints .hint-content.active::before {
  width: 140px;
}
.item-hints .hint[data-position="5"] .hint-content.active::before {
  width: 275px !important;
}
.item-hints .hint[data-position="6"] .hint-content.active::before {
  width: 275px !important;
}
.item-hints .hint-content::after {
  transform-origin: 0 50%;
  transform: rotate(145deg);
  bottom: 15px;
  left: 20px;
  width: 80px;
  content: "";
  background-color: var(--color);
  height: 1px;
  position: absolute;
  opacity: 1;
  transition: width 0.8s;
  transition: opacity 0.5s ease;
  transition-delay: 0s;
}
.item-hints .hint[data-position="6"] .hint-content::after {
  transform-origin: 0 50%;
  transform: rotate(210deg);
  bottom: 15px;
  left: -10px;
  width: 40px;
  content: "";
  background-color: var(--color);
  height: 1px;
  position: absolute;
  opacity: 1;
  transition: width 0.8s;
  transition: opacity 0.5s ease;
  transition-delay: 0s;
}
.item-hints .hint[data-position="4"] .hint-content {
  bottom: 67px;
  left: 50%;
  margin-left: 56px;
  padding-left: 164px;
}
.item-hints .hint[data-position="5"] .hint-content {
  bottom: 67px;
  left: 50%;
  margin-left: 56px;
  padding-left: 300px;
}
.item-hints .hint[data-position="6"] .hint-content {
  bottom: -15px;
  left: 45%;
  margin-left: 56px;
  padding-left: 300px;
}
.icon-color {
  color: var(--color);
}
@media (max-width: 768px) {
  .hint-content h2 {
    font-size: 11px;
  }
  .item-hints .hint {
    width: 40px;
    height: 40px;
  }
  .item-hints .hint::before {
    width: 6px;
    height: 6px;
  }
  .item-hints .hint-dot {
    width: 20px;
    height: 20px;
  }
  .item-hints .hint-dot::before {
    width: 8px;
    height: 8px;
  }
  .item-hints .hint-dot::after {
    width: 1px;
    height: 8px;
  }
  .item-hints .hint-radius {
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
  }
  .item-hints .hint[data-position="1"] .hint-content {
    margin-left: 40px;
  }
  .item-hints .hint-content {
    width: 200px;
    font-size: 11px;
    line-height: 1.5em;
  }
  .item-hints .hint[data-position="6"] .hint-content {
    width: 200px;
    font-size: 11px;
    line-height: 1.5em;
  }
  .item-hints .hint[data-position="5"] .hint-content {
    bottom: 39px;
    left: 50%;
    margin-left: 5px;
    padding-left: 115px;
  }
  .item-hints .hint[data-position="5"] .hint-content.active::before {
    width: 90px !important;
  }
  .item-hints .hint[data-position="6"] .hint-content {
    bottom: -21px;
    left: 160%;
    margin-left: 5px;
    padding-left: 80px;
  }
  .item-hints .hint[data-position="6"] .hint-content.active::before {
    width: 80px !important;
  }
  .item-hints .hint-content.active::before {
    width: 20px;
  }
	.item-hints .hint-content::before {
		bottom: 0;
	}
  .item-hints .hint-content::after {
    transform-origin: 0 50%;
    transform: rotate(155deg);
    bottom: 0;
    left: 20px;
    width: 20px;
    content: "";
    background-color: var(--color);
    height: 2px;
    position: absolute;
    opacity: 1;
    transition: width 0.8s;
    transition: opacity 0.5s ease;
    transition-delay: 0s;
  }
  .item-hints .hint-content::after,
  .item-hints .hint-content::before {
    background-color: var(--color);
    height: 1px;
  }
  .item-hints .hint[data-position="4"] .hint-content {
    bottom: 33px;
    margin-left: 10px;
    padding-left: 45px;
  }
}


#cus-3d .img {
	border-radius: 20px;
	background-color: #f1f1f1;
	overflow: hidden;
}

@media (min-width: 1451px) {
	.item-hints .hint-content {
		width: 1000px;
	}
	
	.item-hints .hint[data-position="5"] .hint-content {
		padding-left: 600px;
	}
	
	.item-hints .hint[data-position="5"] .hint-content.active::before {
		width: 545px !important;
	}
	
	.item-hints .hint[data-position="6"] .hint-content {
		padding-left: 600px;
	}
	
	.item-hints .hint[data-position="6"] .hint-content.active::before {
		width: 575px !important;
	}
}
div#cus-process p{
	font-size:20px;
}





/* 弹窗 */
#fixed-table * {
	box-sizing: border-box;
}

#fixed-table {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99992;
	opacity: 0;
	pointer-events: none;
}
#fixed-table.fixed-table-is-open {
	opacity: 1;
	pointer-events: auto;
}
.fancybox-outer,
.fixed-table-inner,
.fixed-table-bg,
.fixed-table-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fixed-table-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fixed-table-is-open .fixed-table-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fixed-table-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translate3d(0, 0, 0);
	z-index: 99994;
}

.fixed-table-open .fixed-table-stage {
	overflow: hidden;
}

.fixed-table-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}
.fixed-table-is-open .fixed-table-slide {
	display: block;
}
/* 							.fixed-table-slide::before {
content: '';
display: inline-block;
height: 100%;
margin-right: -.25em;
vertical-align: middle;
width: 0;
} */
.fixed-table--html {
	padding: 6px 6px 0 6px;
}

.fixed-table-content {
	background: #fff;
	display: inline-block;
	margin: 0 0 6px 0;
	max-width: 100%;
	overflow: auto;
	padding: 0;
	padding: 24px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fixed-table--html .fixed-table-content {
	margin-bottom: 6px;
}

.fixed-table-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #555;
	cursor: pointer;
	height: 44px;
	margin: 0;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	z-index: 10;
}
.fixed-table-close-small svg {
	fill: transparent;
	opacity: .8;
	stroke: currentColor;
	stroke-width: 1.5;
	transition: stroke .1s;
}


#costom-fixed ul li {
	cursor: pointer;
}

table td{
	font-size:16px;
/* 	text-align:center; */
	white-space: nowrap;
}


.move-table img {
	display: block;
	margin: auto;
}

.move-table table {
	max-height: 90vh;
}


#cus-info .tit {
	color: var(--color);
}

#cus-info .text {
	max-height: 15em;
	overflow-y: auto;
}


.inner-page.product-det-page .miaoshu-det .dotsBox .prev,
.inner-page.product-det-page .miaoshu-det .dotsBox .next {
	position: absolute;
	top: 35%;
}

.inner-page.product-det-page .miaoshu-det .dotsBox .prev {
	right: 101%;
}
.inner-page.product-det-page .miaoshu-det .dotsBox .next {
	left: 101%;
}


#cus-table table td a {
	display: inline-block;
	padding: 15px;
	border-radius: 30px;
	background-color: #007856;
	color: #ffffff;
	transition: all 0.3s;
}
#cus-table table td a:hover {
	transform: translate3d(0, -2px, 0);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

#cus-table li a {
	margin-right: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	display: inline-flex;
	padding: 17px 2.1em;
	background-color: #007856;
	color: #ffffff;
	transition: all 0.3s;
}

#cus-table table td a:after {
	content: "\f25a";
	font-family: FontAwesome;
	margin-left: .5em;
}

#cus-table li a:hover {
	transform: translatey(-2px);
}


.aligncenter {
	display:block;
	margin:auto;
}


#sidebar {
	bottom: 15%;
}