@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Century725BT-RomanCondensed.eot');
  src: url('../fonts/Century725BT-RomanCondensed.eot?#iefix') format('embedded-opentype'), url('../fonts/Century725BT-RomanCondensed.woff2') format('woff2'), url('../fonts/Century725BT-RomanCondensed.woff') format('woff'), url('../fonts/Century725BT-RomanCondensed.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
body {
  --color: #0e1f55;
  font-family: 'Poppins';
  font-weight: 300;
  max-width: 1920px;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1620px;
  margin: 0 auto;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
  padding: 11px 36px;
  border-radius: 28px;
  background: #302f2c;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
  font-weight: 400;
}
.more span {
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: none;
  text-align: center;
}
.more span:last-child {
  -webkit-transform: translateY(150%);
  -moz-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  position: absolute;
  left: 0;
  opacity: 0;
  right: 0;
}
.more:hover {
  background: var(--color);
}
.more:hover span:first-child {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}
.more:hover span:last-child {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
#header {
  z-index: 20;
  position: fixed;
  top: 32px;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  display: inline-block;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu {
  border-radius: 49px;
  padding: 0 42px 0 56px;
}
#header .nav .ui.menu .menu-box {
  margin: 0 0 0 auto;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 5px;
  padding: 19px 47px 17px 37px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 66px;
  color: #353535;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 130%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child {
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .btn {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 7px 19px 9px 21px;
  border-radius: 5px;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  font-size: 15px;
}
#header .nav .ui.menu .h-search svg {
  margin-right: 6px;
}
#header .nav .ui.menu .h-search span {
  margin-top: 3px;
  color: #353535;
  font-weight: 400;
}
#header .nav .ui.menu .yuy {
  padding: 3px 22.5px 0;
}
#header .nav .ui.menu .yuy span {
  display: inline-block;
  color: #353535;
  font-weight: 400;
}
#header .nav .ui.menu .yuy ul {
  right: 0;
  left: initial;
  height: auto;
}
#header .nav .ui.menu .yuy ul li {
  height: 36px;
  line-height: 36px;
}
#header .nav .ui.menu .yuy ul li a {
  padding: 0 .5em;
}
#header .nav .ui.menu .more {
  font-size: 16px;
  letter-spacing: 0;
}
#header::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.inner,
#header.active {
  top: 0;
}
#header.inner .nav,
#header.active .nav {
  padding: 10px 0;
}
#header.inner .nav .logo img,
#header.active .nav .logo img {
  height: 70px;
}
#header.inner .nav .ui.menu .menu-box,
#header.inner .nav .ui.menu .btn,
#header.active .nav .ui.menu .menu-box,
#header.active .nav .ui.menu .btn {
  background: transparent;
  -webkit-backdrop-filter: initial;
  backdrop-filter: initial;
}
#header.inner::after,
#header.active::after {
  left: 0;
  width: 100%;
}
.title,
.i-title {
  font-weight: 600;
}
.i-tag {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.i-title {
  line-height: 1;
  font-size: 100px;
  letter-spacing: 4px;
  color: #2e2c2a;
  margin-top: 20px;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner ul li {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 50vw;
  min-height: 200px;
}
#banner ul li video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner ul li .text {
  top: 47%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 2;
}
#banner ul li .text .box {
  max-width: 1250px;
  margin: 0 auto;
}
#banner ul li .text .box span {
  letter-spacing: 1px;
  display: block;
  line-height: 1;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  transition: all 900ms ease;
  -webkit-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -moz-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  color: #1e1e1e;
}
#banner ul li .text .box .title {
  line-height: 1;
  font-size: 110px;
  letter-spacing: 4px;
  color:#1e1e1e;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  transition: all 900ms ease;
  -webkit-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -moz-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#banner ul .swiper-slide-active .text .box span {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#banner ul .swiper-slide-active .text .box .title {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@-webkit-keyframes pd {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@-moz-keyframes pd {
  0% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@keyframes pd {
  0% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}
#index-body {
  position: relative;
  z-index: 10;
  background: #f6f6f6;
}
#index-body .i-category .container {
  width: 1160px;
}
#index-body .i-category ul li {
  padding-top: 6.98%;
}
#index-body .i-category ul li .content {
  width: 80vw;
}
#index-body .i-category ul li .content .img-box {
  width: 73.438%;
  border-radius: 10px 10px 0;
}
#index-body .i-category ul li .content .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #2e2c2a;
}
#index-body .i-category ul li .content .text .con {
  line-height: 1.5;
}
#index-body .i-category ul li .content .text .link {
  font-weight: 400;
}
#index-body .i-category ul li .content .text .link:hover img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#index-body .i-product {
  padding: 6.2% 0 7.45% 0;
  position: relative;
  background: #f6f6f6;
}
#index-body .i-product .container {
  width: 1750px;
}
#index-body .i-product .header .right {
  margin-right: -58px;
}
#index-body .i-product .header .right .link {
  font-weight: 400;
}
#index-body .i-product .header .right .link:hover img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#index-body .i-product .header .right .arrow {
  font-size: 16px;
}
#index-body .i-product .header .right .arrow a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 4px 3px;
  border-radius: 60px;
  padding: 6px 15px 4px;
  background: transparent;
  border: 1px solid rgba(48, 47, 44, 0.3);
  overflow: hidden;
  color: #353535;
}
#index-body .i-product .header .right .arrow a span {
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: none;
  text-align: center;
}
#index-body .i-product .header .right .arrow a span:last-child {
  -webkit-transform: translateY(150%);
  -moz-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  position: absolute;
  left: 0;
  opacity: 0;
  right: 0;
}
#index-body .i-product .header .right .arrow a:hover {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}
#index-body .i-product .header .right .arrow a:hover span:first-child {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}
#index-body .i-product .header .right .arrow a:hover span:last-child {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
#index-body .i-product .content {
  width: 100vw;
}
#index-body .i-product .content ul .slick-list {
  padding-right: 294px !important;
}
#index-body .i-product .content ul .tit {
  /*font-weight: 500;*/
  letter-spacing: 1px;
  color: #2e2c2a;
  line-height: 1.5;
  margin-top: 8px;
  display: inline-block;
  position: relative;
  text-align: center;
}
#index-body .i-product .content ul .tit::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul .tit:hover::after {
  width: 100%;
}
#index-body .i-product .gd {
  position: absolute;
  z-index: 1;
  top: -42px;
  left: 0;
  width: 100%;
  text-align: center;
}
#index-body .i-product .gd span {
  display: inline-block;
  width: 29px;
  height: 60px;
  background-color: #d7d7ce;
  border-radius: 15px;
  color: #000;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  padding: 0 6px 18px 0;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  -webkit-animation: pd 5s linear infinite alternate;
  -moz-animation: pd 5s linear infinite alternate;
  animation: pd 5s linear infinite alternate;
  cursor: pointer;
}
#index-body .i-product .gd span::after {
  content: '';
  width: 1px;
  height: 14px;
  background-color: #000;
  position: absolute;
  bottom: 7px;
  left: 14px;
}
#index-body .i-case {
  padding-top: 4.9%;
  z-index: 1;
}
#index-body .i-case .header .i-tag {
  color: #fff;
}
#index-body .i-case .header .i-title {
  color: #e9e8e4;
}
#index-body .i-case .header p {
  letter-spacing: 1px;
  color: #e9e8e4;
}
#index-body .i-case .header .more {
  background-color: #e9e8e4;
  color: #3c4254;
  padding: 14px 29px 11px;
}
#index-body .i-case .header .more:hover {
  background: var(--color);
  color: #fff;
}
#index-body .i-case .content {
  padding-left: 100px;
}
#index-body .i-case .content ul {
  width: 93.36%;
}
#index-body .i-case .content ul li {
  border-radius: 10px;
}
#index-body .i-case .content ul li img {
  border-radius: 10px;
}
#index-body .i-case .down {
  margin: 217px 0 0 79px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-case .down a span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
  letter-spacing: 1px;
  color: #e9e8e4;
  font-weight: 400;
  text-transform: uppercase;
}
#index-body .i-case .down a.active {
  position: -webkit-sticky;
  position: sticky;
  bottom: 90px;
}
#index-body .i-case .down a.active img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .i-case .down a.active span {
  color: #302f2c;
}
#index-body .i-case .down.active {
  position: -webkit-sticky;
  position: sticky;
  top: 217px;
}
#index-body .i-case .down.active a img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .i-case .down.active a span {
  color: #302f2c;
}
#index-body .i-case::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  /*height: 35.2697%;*/
  background: url(../images/Portfolio-1.jpg) no-repeat center;
}
#index-body .i-about {
  padding: 10% 0 13.75%;
}
#index-body .i-about .container {
  width: 1750px;
}
#index-body .i-about .top .link {
  font-weight: 400;
}
#index-body .i-about .top .link:hover img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#index-body .i-about .top .con {
  line-height: 1.6;
  color: #2e2c2a;
}
#index-body .i-about .top .con p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 22px;
  font-weight: 400;
}
#index-body .i-about .top .con h1 {
  display: inline;
}
#index-body .i-about .bottom {
  width: 80%;
  margin: 0 auto;
}
#index-body .i-about .bottom ul li {
  color: #2e2c2a;
}
#index-body .i-about .bottom ul li .num {
  font-size: 80px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 3px;
}
#index-body .i-about .bottom ul li .num sub {
  display: inline-block;
  vertical-align: bottom;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 4px;
  margin-left: 3px;
}
#index-body .i-about .bottom ul li p {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 14px;
}
#index-body .i-sus {
  background: #bdc1b6;
  padding: 7.13542% 0 7.08333%;
}
#index-body .i-sus .container {
  width: 1298px;
}
#index-body .i-sus .img .title {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0 15px 29px;
  font-size: 180px;
  line-height: 1;
  letter-spacing: 4px;
  color: #bdc1b6;
}
#index-body .i-sus .text {
  padding: 32px 58px 0 18px;
}
#index-body .i-sus .text .more {
  padding: 14px 51px 11px 50px;
  background-color: #e9e8e4;
  color: #3c4254;
}
#index-body .i-sus .text .more:hover {
  background: var(--color);
  color: #fff;
}
#index-body .i-sus .i1 {
  left: -118px;
  top: -31%;
  width: 30.817%;
}
#index-body .i-news {
  background: url(../images/nbg.jpg) no-repeat center;
  background-size: cover;
  padding: 5.0521% 0 8.45%;
}
#index-body .i-news .container {
  width: 1220px;
}
#index-body .i-news .content {
  padding-right: 13px;
  position: relative;
}
#index-body .i-news .content ul li .ig {
  border-radius: 4px;
  padding: 17px 22px;
  -webkit-transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
  -moz-transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
  height: 280px;
  -webkit-perspective: 4000px;
  -moz-perspective: 4000px;
  perspective: 4000px;
}
#index-body .i-news .content ul li .ig .text,
#index-body .i-news .content ul li .ig .desc {
  background: #BDC1B6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
  -moz-transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
  padding: 24px 12px 31px 21px;
}
#index-body .i-news .content ul li .ig .tit {
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 400;
  color: #302f2c;
}
#index-body .i-news .content ul li .ig .desc {
  opacity: 0;
}
#index-body .i-news .content ul li .ig .desc .tit {
  position: initial;
  padding: 0;
}
#index-body .i-news .content ul li .ig .desc .tag {
  font-style: italic;
  letter-spacing: 1px;
}
#index-body .i-news .content ul li .ig .desc .con {
  font-weight: 400;
  font-style: italic;
  line-height: 1.3;
  margin-top: 13px;
}
#index-body .i-news .content ul li .ig svg {
  position: absolute;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .content ul li .ig svg.s1 {
  width: 70.2917771883%;
  right: 11.9363395225%;
  bottom: 32.1428571429%;
}
#index-body .i-news .content ul li .ig svg.s2 {
  width: 88.3289124668%;
  left: 0;
  top: 50%;
  fill: #e9e8e4;
}
#index-body .i-news .content ul li .ig svg.s2 path {
  fill: #e9e8e4;
}
#index-body .i-news .content ul li .ig svg.s3 {
  -webkit-transform: rotate(90deg) translate(4%);
  -moz-transform: rotate(90deg) translate(4%);
  -ms-transform: rotate(90deg) translate(4%);
  transform: rotate(90deg) translate(4%);
  width: 100%;
  left: 23.9285714286%;
  bottom: 0;
  fill: #442c35;
}
#index-body .i-news .content ul li .ig svg.s3 path {
  fill: #442c35;
}
#index-body .i-news .content ul li .ig:hover .text {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
#index-body .i-news .content ul li .ig:hover .desc {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
#index-body .i-news .content ul .slick-current li .ig .tit {
  bottom: 0;
  left: 0;
  width: 100%;
}
#index-body .i-news .content ul .slick-current li .ig svg.s1 {
  opacity: 1;
}
#index-body .i-news .content ul .slick-current li .ig .text,
#index-body .i-news .content ul .slick-current li .ig .desc {
  background: #BDC1B6;
}
#index-body .i-news .content ul .slick-current li .ig .text .tit {
  padding: 0 18px 9px;
}
#index-body .i-news .content ul .slick-current li .ig .desc {
  color: #353535;
}
#index-body .i-news .content ul .slick-current li .ig .desc .tit {
  color: #302f2c;
}
#index-body .i-news .content ul .slick-current li .ig .desc .tag {
  color: #302f2c;
}
#index-body .i-news .content ul .slick-current + div li .ig .tit {
  color: #fff;
}
#index-body .i-news .content ul .slick-current + div li .ig .desc,
#index-body .i-news .content ul .slick-current + div li .ig .text {
  background: #3c4254;
}
#index-body .i-news .content ul .slick-current + div li .ig .desc .tag,
#index-body .i-news .content ul .slick-current + div li .ig .desc .con {
  color: #e9e8e4;
}
#index-body .i-news .content ul .slick-current + div li .ig svg.s2 {
  opacity: 1;
}
#index-body .i-news .content ul .slick-current + div + div li .ig .desc,
#index-body .i-news .content ul .slick-current + div + div li .ig .text {
  background-color: #e9e8e4;
}
#index-body .i-news .content ul .slick-current + div + div li .ig svg.s3 {
  opacity: 1;
}
#index-body .i-news .content .slickBtn {
  font-size: 16px;
}
#index-body .i-news .content .slickBtn > div {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: auto;
  margin: 4px 3px;
  border-radius: 60px;
  padding: 6px 15px 4px;
  background: transparent;
  border: 1px solid rgba(48, 47, 44, 0.3);
  overflow: hidden;
  color: #353535;
}
#index-body .i-news .content .slickBtn > div span {
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: none;
  text-align: center;
}
#index-body .i-news .content .slickBtn > div span:last-child {
  -webkit-transform: translateY(150%);
  -moz-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  position: absolute;
  left: 0;
  opacity: 0;
  right: 0;
}
#index-body .i-news .content .slickBtn > div.prev {
  left: -123px;
}
#index-body .i-news .content .slickBtn > div.next {
  right: -116px;
}
#index-body .i-news .content .slickBtn > div:hover {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}
#index-body .i-news .content .slickBtn > div:hover span:first-child {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}
#index-body .i-news .content .slickBtn > div:hover span:last-child {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
#footer {
  background: #e9e8e4;
  background-size: 100% 100%;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}
#footer .wz {
  font-size: 400px;
  line-height: 1;
  text-align: center;
  letter-spacing: 16px;
  color: #2e2c2a;
  opacity: 0.3;
  font-weight: 600;
  margin-top: -41px;
}
#footer .f-content {
  margin-top: 12px;
  color: #353535;
}
#footer .f-content .tit {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 21px 0;
}
#footer .f-content ul li {
  font-size: 16px;
  line-height: 1.6;
}
#footer .f-content ul li a {
  position: relative;
  display: inline-block;
}
#footer .f-content ul li a::after {
  content: '';
  position: absolute;
  bottom: 2.7px;
  left: 0;
  width: 0;
  height: 1px;
  background: #353535;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover::after {
  width: 100%;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content .f-contact {
  max-width: 420px;
}
#footer .f-content .f-contact .tit {
  margin-left: 23px;
}
#footer .f-content .f-contact ul li {
  margin-bottom: 18px;
}
#footer .f-content .f-contact ul li i {
  width: 20px;
  margin-top: 4px;
}
#footer .f-content .f-contact ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 8px;
}
#footer .f-content .f-contact ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-code img {
  width: 94px;
  border: 4px solid #fff;
}
#footer .f-content .f-code p {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 12px;
}
#footer .f-content .f-code > div {
  text-align: center;
}
#footer .f-copy {
  line-height: 1.5;
  font-size: 14px;
  color: #787775;
  padding-bottom: 29px;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -3px;
  opacity: 1;
  text-transform: capitalize;
  fill: #787775;
}
#footer .f-copy svg text {
  fill: #787775;
}
#footer .f-copy .share {
  font-size: 18px;
}
#footer .f-copy .share a {
  display: inline-block;
  color: #000;
  margin-right: 9px;
}
#footer .f-copy .share a:hover {
  color: var(--color);
}
#footer .f-copy .share a:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1921px) {
  #index-body .i-category ul li .content {
    width: 100%;
  }
  #index-body .i-product .content {
    width: 100%;
  }
}
@media screen and (max-width: 1680px) {
  #header .nav .ui.menu {
    padding: 0 30px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 40px;
  }
  #header .nav .ui.menu .btn {
    margin-left: 50px;
  }
  #index-body .i-sus .i1 {
    left: -60px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box {
    padding: 19px 24px 17px 19px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 26px;
  }
  #header .nav .ui.menu .btn {
    margin-left: 20px;
  }
  #index-body .i-category ul li .content {
    width: 96vw;
  }
  .i-title {
    font-size: 90px;
  }
  #index-body .i-product .container,
  #index-body .i-sus .container {
    width: 1200px;
  }
  #index-body .i-product .content ul .slick-list {
    padding-right: 180px !important;
  }
  #index-body .i-sus .i1 {
    left: -14px;
  }
}
@media screen and (max-width: 1250px) {
  #banner ul li .text .box .title {
    font-size: 80px;
  }
  #index-body .i-about .bottom ul li .num {
    font-size: 60px;
  }
  #index-body .i-about .bottom ul li .num sub {
    font-size: 20px;
  }
  #index-body .i-about .bottom ul li p {
    font-size: 18px;
  }
  .i-title {
    font-size: 80px;
  }
  #index-body .i-product .content ul .slick-list {
    padding-right: 100px !important;
  }
  #index-body .i-sus .i1 {
    left: 9px;
  }
  #footer .f-content .f-contact {
    max-width: 290px;
  }
}
@media screen and (max-width: 1000px) {
  #banner ul li .text .box .title {
    font-size: 60px;
  }
  .i-title {
    font-size: 60px;
  }
  #index-body .i-product .header .right {
    margin-right: 0;
  }
  #index-body .i-category ul li .content {
    width: 100%;
  }
  #index-body .i-category ul li .content .text {
    padding-right: 0;
  }
  #index-body .i-product .content ul .slick-list {
    padding-right: 300px !important;
  }
  #index-body .i-case .content {
    padding-left: 0;
  }
  #index-body .i-case .content ul {
    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;
    width: 100%;
  }
  #index-body .i-case .content ul li {
    width: 50%;
    padding: 20px;
  }
  #index-body .i-case .content ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .i-case .content .down {
    display: none;
  }
  #index-body .i-case::after {
    height: 60%;
  }
  #index-body .i-sus .i1 {
    top: -26%;
  }
  #index-body .i-sus .img .title {
    font-size: 122px;
  }
  #index-body .i-news .content {
    padding-right: 0;
  }
  #index-body .i-news .content .slickBtn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
  #index-body .i-news .content .slickBtn > div {
    position: relative;
  }
  #index-body .i-news .content .slickBtn > div.prev {
    left: 0;
  }
  #index-body .i-news .content .slickBtn > div.next {
    right: 0;
  }
  #footer .wz {
    font-size: 290px;
  }
  #footer .f-content {
    padding-bottom: 30px;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-copy {
    display: block;
  }
  #footer .f-copy a.ml-38 {
    margin-left: 0;
  }
  #footer .f-copy .share {
    display: none;
  }
  .fixed-toolbar {
    bottom: 13%;
  }
  #footer .f-content .f-code{
    display: none;
  }
  #footer .f-copy .f-logo{
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text .box .title {
    font-size: 40px;
  }
  .i-title {
    font-size: 40px;
    margin-top: 10px;
  }
  .font-18 {
    font-size: 16px;
  }
  #index-body .i-category ul li {
    padding: 30px 0;
  }
  #index-body .i-category ul li .content {
    display: block;
  }
  #index-body .i-category ul li .content .img-box {
    width: 100%;
  }
  #index-body .i-category ul li .content .text {
    margin: 20px 0 0 0;
  }
  #index-body .i-product .gd {
    display: none;
  }
  #index-body .i-product .content ul .slick-list {
    padding-right: 100px !important;
  }
  #index-body .i-case .content ul {
    margin: -10px;
  }
  #index-body .i-case .content ul li {
    padding: 10px;
  }
  #index-body .i-about .bottom {
    width: 100%;
  }
  #index-body .i-about .bottom ul li {
    width: 50%;
  }
  #index-body .i-sus {
    margin-top: 30px;
  }
  #index-body .i-sus .img .title {
    font-size: 89px;
    padding: 0 0 15px 15px;
  }
  #index-body .i-sus .text {
    padding: 20px 0 0 0;
  }
  #footer .wz {
    font-size: 190px;
    margin-top: -30px;
  }
  #footer .f-content {
    padding-bottom: 16px;
  }
  #footer .f-content .f-contact {
    max-width: 100%;
  }
  #footer .f-content .f-code .mobcode {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .text .box .title {
    font-size: 30px;
    letter-spacing: 2px;
  }
  .i-title {
    letter-spacing: 2px;
    font-size: 30px;
    margin-top: 0;
  }
  .i-tag {
    font-size: 14px;
    line-height: 2;
  }
  #index-body .i-category ul li .content .text .con {
    line-height: 2;
  }
  .more {
    font-size: 16px;
  }
  #index-body .i-product .header {
    display: block;
  }
  #index-body .i-product .content ul .slick-list {
    padding-right: 0 !important;
  }
  #index-body .i-case .content ul {
    margin: 0;
  }
  #index-body .i-case .content ul li {
    width: 100%;
  }
  #index-body .i-about .top .text {
    display: block;
  }
  #index-body .i-about .top .text .link {
    margin-top: 20px;
  }
  #index-body .i-about .top .con {
    font-size: 15px;
    line-height: 2;
  }
  #index-body .i-about .bottom ul li .num {
    font-size: 40px;
  }
  #index-body .i-about .bottom ul li .num sub {
    font-size: 16px;
  }
  #index-body .i-about .bottom ul li p {
    font-size: 14px;
  }
  #index-body .i-sus .i1 {
    display: none;
  }
  #index-body .i-sus .img .title {
    font-size: 56px;
  }
  #index-body .i-sus .text .con {
    line-height: 2;
  }
  #footer .wz {
    font-size: 122px;
    margin-top: -16px;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.inner-banner {
    padding: 79px 0 69px;
    background-color: #faf9f9;
    background-size: 100% 100%;
    position: relative;
    z-index: 10;
}
.inner-banner .box .ig {
    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: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 79px 0 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.85);
}
.inner-banner .box .ig .left {
    position: relative;
    z-index: 1;
    width: 64%;
}
.inner-banner .box .ig .left .mbx {
    font-size: 18px;
    line-height: 1.8;
    text-transform: uppercase;
    position: relative;
}
.inner-banner .box .ig .left .tit {
    font-size: 66px!important;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 5px;
    position: relative;
}
.inner-banner .box .ig .left::after {
    content: '';
    width: 299px;
    height: 299px;
    position: absolute;
    bottom: 40px;
    left: -126px;
    z-index: -1;
    /*background: url(../images/in-icon.png) no-repeat;*/
}
.inner-banner .box .ig .right {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.8;
    width: 36%;
    margin-bottom: 10px;
}
@media screen and (max-width: 1680px) {
    .inner-banner .box .ig .left::after {
        left: -80px;
    }
    .inner-banner .box .ig .left .tit {
        font-size: 70px;
    }
    .pxl-service-grid-layout2 .item--title{
        line-height: 5rem;
    }
    .elementor-9049 .elementor-element.elementor-element-093b5d5 .pxl-heading .pxl-item--title{
        line-height: 1.2!important;
    }
    .elementor-9049 .elementor-element.elementor-element-18a1d24 .pxl-heading .pxl-item--title{
        line-height: 1.2!important;
    }
}
@media screen and (max-width: 1440px) {
    .inner-banner .box .ig .left::after {
        left: -70px;
    }
    .inner-banner .box .ig .left .tit {
        font-size: 60px;
    }
}
@media screen and (max-width: 1280px) {
    .inner-banner .box .ig .left::after {
        left: -50px;
    }
    .inner-banner .box .ig .left .tit {
        font-size: 50px;
    }
}
@media screen and (max-width: 1100px) {
    .inner-banner .box .ig .left .tit {
        font-size: 40px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-banner {
        padding: 60px 0 30px;
    }
    .inner-banner .box .ig {
        display: block;
        padding: 30px 0;
    }
    .inner-banner .box .ig .left {
        width: 100%;
    }
    .inner-banner .box .ig .left::after {
        display: none;
    }
    .inner-banner .box .ig .right {
        display: none;
    }
    .xian {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .inner-banner .box .ig .left .mbx {
        font-size: 16px;
    }
    .inner-banner .box .ig .left .tit {
        font-size: 30px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 500px) {
    .inner-banner .box .ig {
        padding: 20px 0;
    }
    .inner-banner .box .ig .left .mbx {
        font-size: 14px;
        line-height: 2;
    }
    .inner-banner .box .ig .left .tit {
        display: none;
    }
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}
.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.5%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.inner-page{
  position: relative;
  z-index: 10;  
  background: #f6f6f6;
}
.miaoshu {
    overflow-y: scroll;
    height: 230px;
}
.inner-page .text{
    font-size: 18px;
    line-height: 1.8;
    color: #555;
}
.about-page {
    background-color: #faf9f9;
}
.about-page .about-1 {
    background: url(../images/ab-wz.png) no-repeat center top;
    background-size: 100% auto;
    padding-top: 8.542%;
        background-color: #faf9f9;
}
.about-page .about-1 .top .left {
    width: 55%;
    padding-right: 13%;
}
.about-page .about-1 .top .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative;
}
.about-page .about-1 .top .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}
.about-page .about-1 .top .left .title {
    font-size: 90px;
    font-weight: bold;
    line-height: 1;
    color: #030303;
}
.about-page .about-1 .top .left .title em {
    display: block;
    text-align: right;
}
.about-page .about-1 .top .right {
    width: 45%;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.65);
    padding-top: 78px;
}
.about-page .about-1 .img {
    padding-top: 65px;
}
.about-page .about-1 .img .box {
    height: 619px;
    position: relative;
    overflow: hidden;
}
.about-page .about-1 .img .box .play{
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 25px;
}
.about-page .about-1 .img .box .play span{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 60px;
    padding-left: 5px;
    position: relative;
    z-index: 1;
}
.about-page .about-1 .img .box .play span::before,
.about-page .about-1 .img .box .play span::after{
    content: '';
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    -webkit-animation: ks 5s linear infinite;
    -moz-animation: ks 5s linear infinite;
    animation: ks 5s linear infinite;
}
.about-page .about-1 .img .box .play span::before{
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}
.about-page .about-1 .img .box .mask {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/about-1.jpg);
    background-position: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-1 .bottom {
    padding: 72px 61px 0 42px;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    opacity: 0.65;
}
.about-page .about-1 .data {
    padding: 83px 7px 0px 20px;
}
.about-page .about-1 .data ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about-page .about-1 .data ul li {
    position: relative;
    padding: 0 54px 0 51px;
}
.about-page .about-1 .data ul li:nth-child(2) p{
    margin-left: 10px;
}
.about-page .about-1 .data ul li .num {
    font-size: 110px;
    font-weight: bold;
    color: var(--color);
    opacity: 0.17;
    line-height: 1;
}
.about-page .about-1 .data ul li p {
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
}
.about-page .about-1 .data ul li::after {
    content: '';
    position: absolute;
    top: 34%;
    right: 0;
    width: 1px;
    height: 58px;
    background-color: #000000;
    opacity: 0.1;
}
.about-page .about-1 .data ul li:first-child {
    padding-left: 0;
}
/*.about-page .about-1 .data ul li:last-child {
  padding-right: 0;
}*/
.about-page .about-1 .data ul li:last-child p{
    padding-left: 15px;
}
.about-page .about-1 .data ul li:last-child::after {
    display: none;
}
.about-page .about-2 {
    background: url(../images/about2-bg.jpg) no-repeat center 178px;
    margin-top: 129px;
    padding-bottom: 100px;
}
.about-page .about-2 ul li {
    color: #fff;
    padding-bottom: 51px;
    position: relative;
    margin-bottom: 110px;
}
.about-page .about-2 ul li .ig {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.about-page .about-2 ul li .img {
    width: 59.267%;
}
.about-page .about-2 ul li .text {
    width: 40.733%;
    padding: 0 0 106px 53px;
}
.about-page .about-2 ul li .text .tit {
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
    color: white;
}
.about-page .about-2 ul li .text .con {
    font-size: 18px;
    line-height: 1.8;
    color: white;
    opacity: 0.65;
    margin-top: 26px;
}
.about-page .about-2 ul li .nr {
    position: absolute;
    bottom: 0;
    left: 0;
    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;
    padding-right: 32px;
}
.about-page .about-2 ul li .nr .left {
    width: 70.466%;
    text-align: right;
    padding-right: 60px;
}
.about-page .about-2 ul li .nr .left span {
    font-size: 18px;
    line-height: 1.8;
    padding: 0 112px 0 21px;
    position: relative;
}
.about-page .about-2 ul li .nr .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.about-page .about-2 ul li .nr .left .title {
    font-size: 117px;
    line-height: 1;
    font-weight: bold;
}
.about-page .about-2 ul li .nr .right {
    width: 29.534%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.26;
}
.about-page .about-2 ul li:nth-child(odd) .ig {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.about-page .about-2 ul li:nth-child(even) .ig {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.about-page .about-2 ul li:nth-child(even) .ig .text {
    padding: 41px 44px 0 0;
}
.about-page .about-2 ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.about-page .about-3 {
    padding: 10% 0 6.407%;
}
.about-page .about-3 .left {
    width: 58.666%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.about-page .about-3 .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative;
}
.about-page .about-3 .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}
.about-page .about-3 .left .title {
    font-size: 80px;
    color: #030303;
    line-height: 1;
    font-weight: bold;
    margin-top: 21px;
}
.about-page .about-3 .left .title em {
    display: block;
}
.about-page .about-3 .right {
    width: 41.334%;
    padding-left: 101px;
    position: relative;
}
.about-page .about-3 .right .tag {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.about-page .about-3 .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 .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 .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 .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 .right .tag ul li.current span {
    height: 100%;
    bottom: auto;
    top: 0;
}
.about-page .about-3 .right .tag ul li.current a {
    background-color: #000000;
    color: #fff;
    border-color: #000;
}
.about-page .about-3 .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 .right .content ul li .tit {
    font-size: 80px;
    line-height: 1;
    color: #030303;
    font-weight: bold;
}
.about-page .about-3 .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 .right .content ul li:last-child {
    margin-bottom: 0;
}
.about-page .about-3 .right .content ul li.active {
       background: #dadde9;
}
@media screen and (max-width: 1680px) {
    .about-page .about-1 .data ul li {
        padding: 0 50px 0 0;
    }
    .about-page .about-2 {
        background-position-y: 100px;
        background-size: 100% 96%;
    }
    .about-page .about-2 ul li {
        margin-bottom: 60px;
    }
    .about-page .about-3 .left .title {
        font-size: 72px;
    }
}
@media screen and (max-width: 1440px) {
    .about-page .about-1 .top .left {
        padding-right: 8.5%;
    }
    .about-page .about-1 .data ul li .num {
        font-size: 130px;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 46px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 90px;
    }
    .about-page .about-2 ul li .text .con {
        font-size: 16px;
    }
    .about-page .about-3 .left .title {
        font-size: 66px;
    }
}
@media screen and (max-width: 1280px) {
    .about-page .about-1 .top .left {
        padding-right: 6%;
    }
    .about-page .about-1 .data ul li {
        padding: 0 26px 0 0;
    }
    .about-page .about-1 .data ul li .num {
        font-size: 110px;
    }
    .about-page .about-2 {
        background-position-y: 0px;
        background-size: 100% 100%;
    }
    .about-page .about-2 ul li {
        margin-bottom: 30px;
    }
    .about-page .about-2 ul li .text {
        padding: 0 0 40px 40px;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 40px;
    }
    .about-page .about-2 ul li:nth-child(even) .ig {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about-page .about-2 ul li:nth-child(even) .text {
        padding: 0 40px 0 0;
    }
    .about-page .about-3 .right .content ul li {
        padding: 60px 20px;
    }
}
@media screen and (max-width: 1100px) {
    .about-page .about-1 .top .left .title {
        font-size: 77px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 83px;
    }
    .about-page .about-3 .left .title {
        font-size: 53px;
    }
    .about-page .about-3 .right .content ul li {
        padding: 40px 20px;
    }
    .about-page .about-3 .right .content ul li .tit {
        font-size: 60px;
    }
    .about-page .about-3 .right .content ul li .con {
        margin-top: 10px;
    }
}
@media screen and (max-width: 1000px) {
    .about-page .about-1 .top .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-1 .top .right {
        width: 100%;
    }
    .about-page .about-1 .img {
        padding-top: 40px;
    }
    .about-page .about-1 .bottom {
        padding: 30px 0 0 0;
    }
    .about-page .about-1 .data {
        display: none;
    }
    .about-page .about-2 {
        margin-top: 40px;
    }
    .about-page .about-2 ul li {
        padding-bottom: 0;
    }
    .about-page .about-2 ul li .ig {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-page .about-2 ul li .img {
        width: 100%;
    }
    .about-page .about-2 ul li .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .about-page .about-2 ul li .nr {
        position: initial;
        margin-top: 20px;
    }
    .about-page .about-2 ul li .nr .left {
        text-align: left;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 54px;
    }
    .about-page .about-2 ul li:nth-child(even) .ig .text {
        padding: 20px 0;
    }
    .about-page .about-3 .left {
        position: initial;
        width: 100%;
    }
    .about-page .about-3 .right {
        width: 100%;
        margin-top: 30px;
    }
}
@media screen and (max-width: 700px) {
    .about-page .about-1 {
        background: transparent;
        padding-top: 0;
    }
    .about-page .about-2 ul li .nr .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-2 ul li .nr .right {
        display: none;
    }
    .about-page .about-3 .left .title {
        font-size: 46px;
    }
}
@media screen and (max-width: 500px) {
    .about-page .about-1 .top .left .title {
        font-size: 50px;
        line-height: 1.2;
    }
    .about-page .about-1 .top .right {
        /*margin-top: 20px;*/
        font-size: 16px;
        line-height: 1.8;
        padding-top: 20px;
    }
    .about-page .about-1 .img {
        padding-top: 20px;
    }
    .about-page .about-1 .img .box {
        height: 300px;
    }
    .about-page .about-1 .bottom {
        font-size: 16px;
        line-height: 1.8;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 32px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 40px;
        line-height: 1.4;
    }
    .about-page .about-3 .left .title {
        font-size: 32px;
        line-height: 1.6;
    }
    .pxl-service-grid-layout2 .item--title{
        line-height: 4rem;
    }
    .about-page .about-3 .right {
        padding-left: 0;
    }
    .about-page .about-3 .right .tag {
        display: none;
    }
    .about-page .about-3 .right .content ul li {
        margin-bottom: 20px;
        background: rgba(241, 238, 226, 0.8);
        padding: 30px 15px;
    }
    .about-page .about-3 .right .content ul li .tit {
        font-size: 40px;
    }
    .about-page .about-3 .right .content ul li .con {
        font-size: 16px;
        line-height: 1.8;
    }
}
.sus-page .sus-1 {
  padding: 127px 0 112px;
  position: relative;
  z-index: 1;
  background: #f0f2f7;
}
.sus-page .sus-1 .box {
  width: 51.614%;
  color: #000;
  padding: 0 160px 0 87px;
}
.sus-page .sus-1 .box .mbx {
  color: #000;
  font-size: 18px;
  line-height: 32px;
}
.sus-page .sus-1 .box .title {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 2px;
  font-weight: bold;
  margin-top: 20px;
}
.sus-page .sus-1 .box .con {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 1px;
  font-weight: 300;
  margin-top: 33px;
}
.sus-page .sus-1 .box .con p {
  margin-top: 59px;
}
.sus-page .sus-1 .box .con p:first-child {
  margin-top: 0;
}
.sus-page .sus-1 .box .img {
  margin-top: 69px;
}
.sus-page .sus-1 .box .img img{
  border-radius: 10px;
}
.sus-page .sus-1 .imgs {
  position: absolute;
  right: 0;
  top: 0;
  width: 48.386%;
  width: 100%;
  height: 100%;
  background-position: right top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  background-attachment: fixed;
}
.sus-page .sus-1 .wz {
  position: absolute;
  top: 42%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--color);
  font-size: 450px;
  line-height: 1;
  letter-spacing: 18px;
  font-weight: bold;
}
.sus-page .sus-2 {
  background: #bdc1b6;
  padding: 100px 0;
}
.sus-page .sus-2 .ui.container {
  max-width: 1776px;
}
.sus-page .sus-2 .title {
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  /*max-width: 600px;*/
}
.sus-page .sus-2 .box {
  /*max-width: 1330px;*/
  margin: 50px 0 0 auto;
  color: #000;
}
.sus-page .sus-2 .box ul li {
  position: relative;
  padding-top: 23px;
}
.sus-page .sus-2 .box ul li .line {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #0e1f55;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0.5;
}
.sus-page .sus-2 .box ul li .ig {
  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;
  padding-bottom: 58px;
}
.sus-page .sus-2 .box ul li .ig .left {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 40%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 21.6px;
}
.sus-page .sus-2 .box ul li .ig .left span {
  font-size: 20px;
  line-height: 36px;
  
  padding-top: 10px;
}
.sus-page .sus-2 .box ul li .ig .left em {
  font-size: 50px;
  line-height: 1.2;
  padding-right: 40px;
  font-weight: bold;
}
.sus-page .sus-2 .box ul li .ig .right {
  width: 60%;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
}
.sus-page .sus-2 .box ul li .ig .right em{
  font-weight: 700;
}
.loader {
  background-color: var(--color);
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  width: 100vw;
  z-index: 10;
}
.loader .bg {
  -webkit-animation: imageLoading 2s ease-in-out infinite;
  -moz-animation: imageLoading 2s ease-in-out infinite;
  animation: imageLoading 2s ease-in-out infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
  background-color: var(--color2);
}
.loader .bg img {
  width: 100%;
  opacity: 0;
}
.loading {
  background: var(--color2);
}
@-webkit-keyframes imageLoading {
  form {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: translate3d(0, -130%, 0);
    transform: translate3d(0, -130%, 0);
  }
}
@-moz-keyframes imageLoading {
  form {
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    -moz-transform: translate3d(0, -130%, 0);
    transform: translate3d(0, -130%, 0);
  }
}
@keyframes imageLoading {
  form {
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    -webkit-transform: translate3d(0, -130%, 0);
    -moz-transform: translate3d(0, -130%, 0);
    transform: translate3d(0, -130%, 0);
  }
}
.inner-page .slideBarBox .slideBarLeft {
    width: 30%;
    position: sticky;
    top: 100px;
}
.inner-page .slideBarBox .slideBarLeft + .slideBarRight {
    padding-left: 4%;
    padding-right: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide {
    margin-bottom: 40px;
    padding: 50px;
    background-color: #fff;
}
.inner-page .slideBarBox .slideBarLeft .slide span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    display: block;
    margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    background-color: white;
}
.inner-page .slideBarBox .slideBarLeft .slide form input {
    width: 100%;
    padding: 1em;
    border: none;
    background-color: transparent;
    color: black;
}
.inner-page .slideBarBox .slideBarLeft .slide form input[type="submit"] {
    width: 4em;
    background-image: url("../images/icon-search-black.png");
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide.search {
    background-color: #000;
    color: white;
    background-image: -webkit-linear-gradient(315deg, var(--color), var(--color2));  
     background-image: -moz-linear-gradient(315deg, var(--color), var(--color2));   
     background-image: linear-gradient(170deg, var(--color), var(--color2));
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li:last-child {
    margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li a.img {
    width: 30%;
    background-size: cover;
    background-position: center;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content {
    width: 70%;
    padding: 10px 0;
    padding-left: 5%;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content span.h6 {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 2;
    overflow: hidden;*/
    line-height: 30px;
    height: 3.2em;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content time {
    display: block;
    font-size: 14px;
    margin-top: .5em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li {
    margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
    padding: 1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000;
    background-color: #d5d5d5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a i {
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
    background-color: white;
    color: black;
    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 .slideBarBox .slideBarLeft .slide .nav ul li a:hover,
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a.active {
    background-color: #000000;
     background-image: -webkit-linear-gradient(315deg, var(--color), var(--color2));   
    background-image: -moz-linear-gradient(315deg, var(--color), var(--color2));   
    background-image: linear-gradient(170deg, var(--color), var(--color2));
    color: #ffffff;
}
.inner-page .slideBarBox .slideBarLeft .slide:last-child {
    margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarRight {
    width: 70%;
    padding-right: 4%;
}
.product-page h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 1em;
}
.inner-page .product_list ul {
    margin: -15px;
}
.inner-page .product_list ul li {
    padding: 15px;
}
.inner-page .product_list ul li a.img-box {
    display: block;
    background: #000;
}
.inner-page .product_list ul li span.h6 {
    font-size: 20px;
    line-height: 36px;
    min-height: 4.5rem;
    font-weight: 500;
    display: block;
    margin: 1em 0 .5em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .product_list ul li span.h6:hover {
    color: var(--color);
}
.inner-page .m-page {
    margin: 60px 0;
    text-align: center;
    font-size: 18px;
    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 {
    width: 2.5em;
    height: 2.5em;
    border-radius: 5px;
    border: 1px solid #c7c7c7;
    display: inline-block;
    text-align: center;
    line-height: 2.5em;
    margin: 0 .3em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background-color: #212f5d;
    color: white;
     background-image: -webkit-linear-gradient(315deg, var(--color), var(--color2));   
    background-image: -moz-linear-gradient(315deg, var(--color), var(--color2));   
    background-image: linear-gradient(170deg, var(--color), var(--color2));
}
.product-page {
    padding: 20px 0;
        background-color: #faf9f9;
}
.inner-page .form ul {
    margin: -10px;
}
.inner-page .form ul li {
    padding: 10px;
    font-size: 14px;
}
.inner-page .form ul li label {
    display: block;
    margin-bottom: .5em;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
    padding: .5em 0;
    border-bottom: 1px solid #999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
    border-color: var(--color);
}
.inner-page .form ul li textarea {
    height: 80px;
}
.inner-page .form ul li.wid-100 {
    width: 100%;
}
.news-page .news-1 {
    padding: 100px 0;
    background-color: #faf9f9;
}
.news-page .news-1 .list ul {
    margin: -15px;
}
.news-page .news-1 .list ul li {
    padding: 15px;
}
.news-page .news-1 .list ul li a.img-box {
    display: block;
}
.news-page .news-1 .list ul li .content {
    -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    padding: 10%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    background-color: white;
}
.news-page .news-1 .list ul li .content time {
    font-size: 14px;
    line-height: 28px;
    display: block;
    margin-bottom: 1em;
}
.news-page .news-1 .list ul li .content span.h6 {
    font-size: 20px;
    font-weight: 500;
    display: block;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    min-height: 100px;
}
.news-page .news-1 .list ul li .content .text {
    font-size: 14px;
    line-height: 2;
}
.news-page .news-1 .list ul li .content .pre {
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .list ul li .content .pre .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 5;
    overflow: hidden;
    height: 9em;*/
}
.news-page .news-1 .list ul li .content a.link {
    margin-top: 2em;
}
.news-page .news-1 .list ul li:hover .content {
    margin-top: -30px;
}
.news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 0;
}
.news-page .news-1 .list ul li:hover .content .text {
    opacity: 1;
}
.news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 30px;
}
.newdet-page {
    padding: 100px 0;
        background-color: #faf9f9;
}
.newdet-page .slideBarRight time {
    font-size: 14px;
    line-height: 28px;
    display: block;
}
.m-link Auxil-through{
    font-size: 14px;
    line-height: 28px;
}
.newdet-page .slideBarRight h1 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: bold;
}
.newdet-page .slideBarRight .text {
    margin: 2em 0;
}
.newdet-page .slideBarRight .text p {
    margin-top: 1em;
}
.newdet-page .slideBarRight .text p:first-child {
    margin-top: 0;
}
.newdet-page .slideBarRight .share {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
}
.newdet-page .slideBarRight .share a {
    margin-left: 1em;
    width: 1.5em;
    height: 1.5em;
    background-color: black;
    color: white;
    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: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .slideBarRight .share a:hover {
    background-color: var(--color);
}
.newdet-page .slideBarRight span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin: 2em 0 1em;
    display: block;
}
.inner-page .side-title h4 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
}
.contact-page {
    padding: 60px 0 0 0;
}
.contact-page .contact-1 {
    padding: 85px 120px 65px 90px;
}
.contact-page .contact-2 {
    padding: 100px 0 110px;
}
.contact-page .contact-2 ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.contact-page .contact-2 ul li {
    max-width: 35%;
    width: auto;
    /*padding-left: 40px;*/
}
.contact-page .contact-2 ul li:nth-child(1){
    padding-left: 0;
}
.contact-page .contact-2 ul li:hover .content h6 {
    transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.contact-page .contact-2 ul li .content {
    display: flex;
    align-items: center;
}
.contact-page .contact-2 ul li .content h6 {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #aaaaaa;
    display: flex;
    align-items: center;
    margin-right: 20px;
    justify-content: center;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    flex-shrink: 0;
}
.contact-page .contact-2 ul li .content h6 i {
    font-size: 20px;
    color: #000000;
}
.contact-page .contact-2 ul li .content p {
    font-size: 16px;
    color: #000000;
    line-height: 2;
    font-weight: 400;
    /*max-width: 290px;*/
}
.contact-page .contact-2 ul .add {
    padding-left: 0;
}
.contact-page .contact-2 ul .add .content {
    align-items: flex-start;
}
.contact-page .contact-3 {
    padding: 0 120px 0 90px;
}
.contact-page .contact-3 ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.contact-page .contact-3 ul li {
    width: 33.3333%;
    padding-left: 125px;
    position: relative;
    margin-bottom: 45px;
}
.contact-page .contact-3 ul li img {
    width: 160px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 23px;
    box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.contact-page .contact-3 ul li .content {
    background: #f8f8f8;
    padding: 35px 45px;
}
.contact-page .contact-3 ul li .content .top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #b3b3b3;
}
.contact-page .contact-3 ul li .content .top .fa {
    font-size: 24px;
    color: #000000;
    line-height: 1;
    display: inline-block;
    margin-right: 18px;
}
.contact-page .contact-3 ul li .content .top h5 {
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    font-weight: bold;
    max-width: 230px;
    padding-bottom: 10px;
}
.contact-page .contact-3 ul li .content .bottom {
    max-width: 230px;
    margin: 0 0 0 auto;
    margin-top: 10px;
    font-size: 14px;
    color: #000000;
    line-height: 1;
}
.contact-page .contact-3 ul li .content .bottom>div{
    margin-bottom: 15px;
}
.contact-page .contact-3 ul li .content .bottom a{
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.contact-page .contact-3 ul li .content .bottom p {
    font-size: 14px;
    color: #000000;
    line-height: 1;
    margin-bottom: 15px;
}
.contact-page .contact-4 {
    padding: 0px 0 50px;
}
.contact-page .contact-4 .ui.container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-page .contact-4 .left {
    max-width: 380px;
    padding-top: 40px;
}
.contact-page .contact-4 .left h4 {
    font-size: 48px;
    line-height: 1.4;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
}
.contact-page .contact-4 .left p {
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    /*font-weight: bold;*/
}
.contact-page .contact-4 .right {
    width: 63%;
}
.contact-page .contact-4 .right form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-page .contact-4 .right form input {
    width: 49%;
    background: none;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #000000;
    font-size: 18px;
    color: #000000;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 30px;
}
.contact-page .contact-4 .right form textarea {
    width: 49%;
    background: none;
    border: none;
    padding: 10px 0;
    border-bottom: 1px solid #000000;
    font-size: 18px;
    color: #000000;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 30px;
}
.contact-page .contact-4 .right form input[type="submit"] {
    width: 220px;
    height: 48px;
    background: #000;
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    border: none;
    font-weight: 400;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-radius: 50px;
}
.contact-page .contact-4 .right form input[type="submit"]:hover{
    background: var(--color);
}
.contact-page .contact-4 .right p {
    font-size: 16px;
    line-height: 2;
    /*font-weight: bold;*/
    color: #989898;
}

@media screen and (max-width: 1700px) {
    .newdet-page,
    .news-page .news-1,
    .product-page{
        padding: 70px 0;
    }
    .newdet-page .slideBarRight h1{
        font-size: 32px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 30px;
    }
    .inner-page .product_list ul li span.h6 {
        font-size: 18px;
    }
    .news-page .news-1 .list ul li .content{
        padding: 7%;
    }
    .news-page .news-1 .list ul li .content span.h6{
        font-size: 18px;
    }
}
@media screen and (max-width: 1450px) {
    .newdet-page .slideBarRight h1{
        font-size: 28px;
    }
    .inner-page a.link {
        font-size: 14px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 20px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
        padding: 1em;
    }
    .inner-page .slideBarBox .slideBarLeft .slide span.h5 {
        font-size: 18px;
    }
    .inner-page .product_list ul li span.h6 {
        font-size: 16px;
        line-height: 30px;
    }
    .Auxil-catdes{
        display: none!important;
    }
    .news-page .news-1 .list ul li .content{
        padding: 5%;
    }
    .news-page .news-1 .list ul li .content span.h6{
        font-size: 16px;
        line-height: 30px;
    }
    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 50px;
    }
    .news-page .news-1 .list ul li:hover .content {
        margin-top: -50px;
    }
}
@media screen and (max-width: 1250px) {
    .newdet-page .slideBarRight h1{
        font-size: 24px;
    }
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
        padding-left: 2%;
    }
    .inner-page .product_list ul li {
        padding: 10px;
    }
    .inner-page .product_list ul {
        margin: -10px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-page .slideBarBox .slideBarLeft {
        display: none;
    }
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width: 700px) {
    .product-page,
    .newdet-page,
    .news-page .news-1{
        padding: 30px 0;
    }
    .newdet-page .slideBarRight h1{
        font-size: 28px;
        line-height: 1.6;
    }
    .news-page .news-1 .list ul li .content .pre .text {
        position: static;
        opacity: 1;
        margin-top: 1em;
    }
    .news-page .news-1 .list ul li:hover .content span.h6 {
        opacity: 1;
    }
    .news-page .news-1 .list ul li:hover .content {
        margin-top: 0;
    }
    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 0;
    }
    .news-page .news-1 .list ul li .content a.link {
        margin-top: 1em;
    }
}
@media screen and (max-width: 500px) {
    .news-page .news-1 .list ul li .content span.h6,
    .news-page .news-1 .list ul li .content .pre .text {
        height: auto;
    }
}
.application-page {
    /*padding: 6% 0;*/
        background-color: #faf9f9;
}
.application-page .application-list .header {
    max-width: 742px;
}
.application-page .application-list .header .title {
    font-size: 60px;
    line-height: 1.1;
}
.application-page .application-list .swiper {
    margin-top: 72px;
    padding-bottom: 50px;
}
.application-page .application-list .swiper .tit {
    font-size: 30px;
    line-height: 1.3;
    color: #030303;
    text-align: center;
    margin-top: 25px;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.application-page .application-list .swiper .swiper-slide {
    cursor: pointer;
}
.application-page .application-list .swiper .swiper-slide:hover .tit {
    opacity: 1;
}
.application-page .application-list .swiper .swiper-pagination {
    bottom: 0;
    height: 41px;
}
.application-page .application-list .swiper .swiper-pagination-bullet {
    position: relative;
    width: 1px;
    height: 16px;
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0 9px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    opacity: 1;
}
.application-page .application-list .swiper .swiper-pagination-bullet-active {
    height: 41px;
    background: #5f5e5f;
}
.tc {
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 79px;
    right: 0;
    width: 100%;
    background: url(../images/beijing.jpg) no-repeat;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.tc .list {
    position: relative;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.tc .list .item {
    position: relative;
    height: 100vh;
    text-align: center;
    padding: 0vh 15vw 0;
}
.tc .list .item .title {
    font-size: 100px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.tc .list .item .img {
    position: relative;
    max-width: 600px;
    margin: -4% auto 0;
}
.tc .list .item .img .desc {
    position: absolute;
    right: 30px;
    top: 10%;
    /*color: #fff;*/
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
}
.tc .list .item .gallery{
    position: absolute;
    bottom: 100px;
    right: 20%;
}
.tc .list .item .gallery ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: -20px;
    text-align: right;
    margin: 0 auto;
}
.tc .list .item .gallery ul li{
    padding-right: 20px;
    max-width: 100px;
    cursor: pointer;
}
.tc .list .item .gallery ul li img{
    width: 100%;
}
.tc.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
@media screen and (max-width: 1680px) {
    .contact-page .contact-2 ul li{
        width: 50%;
        padding-left: 0;
        margin-bottom: 10px;
    }
    .contact-page .contact-2 ul li .content p{
        max-width: 83%;
    }
}
@media screen and (max-width: 1440px) {
    .tc .list .item{
        padding: 0 10vw;
    }
}
@media screen and (max-width: 1280px) {
    .tc .list .item{
        padding: 0 6vw;
    }
    .tc .list .item .title{
        font-size: 66px;
    }
}
@media screen and (max-width: 1000px) {
    .application-page .application-list .header .title{
        font-size: 60px;
    }
    .application-page .application-list .swiper{
        margin-top: 60px;
    }
    .application-page .application-list .swiper .tit{
        font-size: 25px;
        line-height: 1.4;
    }
    .tc .list .item{
        padding: 0 10vw;
    }
    .tc .list .item .title{
        font-size: 60px;
    }
    .contact-page {
        padding: 30px 0 0;
    }
    .contact-page .contact-4 .left{
        margin-top: 0;
    }
    .contact-page .contact-4 .right{
        width: 100%;
        margin-top: 20px;
    }
    .contact-page .contact-2{
        padding: 30px 0;
    }
    .contact-page .contact-2 ul li .content h6{
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .contact-page .contact-2 ul li .content p{
        max-width: 270px;
    }
}
@media screen and (max-width: 700px) {
    .application-page .application-list .header .title{
        font-size: 40px;
    }
    .application-page .application-list .swiper{
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .tc .list .item{
        padding: 0 6vw;
    }
    .tc .list .item .gallery{
        position: initial;
        margin-top: 20px;
    }
    .tc .list .item .title{
        font-size: 46px;
    }
    .contact-page .contact-2 ul li{
        width: 100%;
        margin-bottom: 10px;
    }
    .contact-page .contact-2 ul li:last-child{
        margin-bottom: 0;
    }
    .contact-page .contact-2 ul li .content p{
        max-width: 100%;
        width: 90%;
    }
}
@media screen and (max-width: 500px) {
    .application-page .application-list .swiper{
        overflow: hidden;
        padding: 0 15px 30px;
    }
    .application-page .application-list .swiper .tit{
        opacity: 1;
        font-size: 24px;
        line-height: 40px;
        margin-top: 10px;
    }
    .tc .list .item .title{
        font-size: 36px;
    }
    .contact-page .contact-4 .right form input,
    .contact-page .contact-4 .right form textarea{
        width: 100%;
        margin-bottom: 10px;
    }
    .contact-page .contact-4 {
        padding: 0px;
    }
}
.inner-page span.tag {
    display: inline-flex;
}
.contact2-page .marginBox {
  padding-top: 00px;
}
.contact2-page .contact-1 {
  padding: 150px 0 110px;
  text-align: center;
}
.contact2-page .contact-1 .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.6;
  max-width: 650px;
  display: block;
  margin: 1em auto 3em;
}
.contact2-page .contact-1 .list ul {
  margin: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact2-page .contact-1 .list ul li {
  padding: 20px;
}
.contact2-page .contact-1 .list ul li .box {
  padding: 35px 5% 35px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
  position: relative;
  top: 0;
}
.contact2-page .contact-1 .list ul li .box i {
  display: block;
}
.contact2-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.contact2-page .contact-1 .list ul li .box span.h6 {
  font-weight: 500;
  font-size: 24px;
  color: #242424;
  margin: 1em 0 .5em;
  display: block;
}
.contact2-page .contact-1 .list ul li .box p {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
}
.contact2-page .contact-1 .list ul li .box:hover {
  border-color: var(--color);
  top: -20px;
}
.contact2-page .map {
  position: relative;
  z-index: 1;
}
.contact2-page .form ul {
  margin: -15px -7px;
}
.contact2-page .form ul li {
  padding: 15px 7px;
}
.contact2-page .form ul li input,
.contact2-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: .6em 1em;
  border: 1px solid #bfbfbf;
}
.contact2-page .form ul li input::-webkit-input-placeholder, .contact2-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.contact2-page .form ul li input:-moz-placeholder, .contact2-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.contact2-page .form ul li input::-moz-placeholder, .contact2-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.contact2-page .form ul li input:-ms-input-placeholder, .contact2-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.contact2-page .form ul li input::placeholder,
.contact2-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.contact2-page .form ul li textarea {
  height: 150px;
}
.contact2-page .form ul li input[type="submit"] {
  border: none;
  background: var(--color);
  color: white;
  /*font-weight: bold;*/
  font-size: 20px;
  font-family: 'rom';
  /*text-transform: uppercase;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact2-page .form ul li input[type="submit"]:hover {
  background: #242424;
}
.contact2-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .contact2-page .form ul li {
    padding: 6px;
  }
  .contact2-page .form ul {
    margin: -6px;
  }
  .contact2-page .form ul li input,
  .contact2-page .form ul li textarea,
  .contact2-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
    .contact2-page .form ul li input,
  .contact2-page .form ul li textarea,
  .contact2-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
}
.prodet-page .marginBox {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.prodet-page .prodet-1 {
  padding-top: 90px;
}
.prodet-page .prodet-1 .left {
  width: 50%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-1 .left img {
  border: 1px solid #bfbfbf;
  width: 100%;
}
.prodet-page .prodet-1 .left .smallImg {
  padding-right: 24px;
  width: 20.5%;
}
.prodet-page .prodet-1 .left .smallImg ul {
  margin: -12px;
}
.prodet-page .prodet-1 .left .smallImg ul li {
  padding: 12px;
}
.prodet-page .prodet-1 .left .smallImg ul .slick-current li img {
  border-color: var(--color);
  background: #000;
}
.prodet-page .prodet-1 .left .bigImg {
  width: 79.5%;
}
.prodet-page .prodet-1 .left .bigImg .img {
  position: relative;
  display: block;
  background: #000;
}
.prodet-page .prodet-1 .left .bigImg .img span {
  width: 40px;
  height: 40px;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: 12px;
}
.prodet-page .prodet-1 .left .bigImg .img span img {
  border: none;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: auto;
}
.prodet-page .prodet-1 .right {
  width: 50%;
  padding-left: 2%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  display: block;
  font-size: 30px;
  line-height: 1.6;
  font-weight: 600;
}
.prodet-page .prodet-1 .right .text {
  font-size: 16px;
  color: #8e8e8e;
  padding-right: 1em;
  line-height: 2;
  margin: 1.8em 0 2em;
  /*overflow: auto;
  max-height: 250px;*/
}
.prodet-page .prodet-1 .right .share {
  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;
  color: #bfbfbf;
}
.prodet-page .prodet-1 .right .share span.h6 {
  font-size: 24px;
}
.prodet-page .prodet-1 .right .share a {
  font-size: 18px;
  margin-left: 1.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share a:hover {
  color: var(--color);
}
.prodet-page .prodet-1 .right a.more {
  margin-top: 1em;
}
.prodet-page .prodet-2 {
  padding: 80px 0 120px;
}
.prodet-page .prodet-2 .options {
  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;
  border-bottom: 1px solid #c3c3c3;
}
.prodet-page .prodet-2 .options span {
  font-size: 24px;
  font-weight: 400;
  width: 360px;
  font-family: 'rom';
  color: #000;
  margin-right: 1em;
  height: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options span i {
  color: #bfbfbf;
}
.prodet-page .prodet-2 .options span.active {
  background-color: #003586;
  border-bottom-color: transparent;
  color: #fff;
}
.prodet-page .prodet-2 .ret {
  margin-top: 40px;
  font-size: 18px;
  color: #242424;
  line-height: 1.6;
}
.prodet-page .prodet-2 .ret table tbody {
  table-layout: fixed;
}
.prodet-page .prodet-2 .ret table tr:first-child {
  background-color: #242424;
  color: white;
}
.prodet-page .prodet-2 .ret table tr td {
  border: 1px solid white;
  text-align: center;
  padding: .5em;
}
.prodet-page .prodet-3 {
  text-align: center;
  padding-bottom: 120px;
}
.prodet-page .prodet-3 span.txt {
  margin-bottom: .3em;
}
.prodet-page .prodet-3 .h2{
    font-weight: 600;
}
.prodet-page .prodet-3 .list {
  margin: 45px 0;
  border-right: 1px solid #bfbfbf;
}
.prodet-page .prodet-3 .dots {
  text-align: center;
}
.prodet-page .prodet-3 .dots ul {
  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;
}
.prodet-page .prodet-3 .dots ul li {
  margin: 0 7px;
}
.prodet-page .prodet-3 .dots ul li button {
  font-size: 20px;
  color: #242424;
  width: 36px;
  height: 36px;
  border: none;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: transparent;
}
.prodet-page .prodet-3 .dots ul li.slick-active button {
  border-color: #242424;
}
.inner-page #productList ul {
  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;
  /*border-left: 1px solid #bfbfbf;*/
}
/*.inner-page #productList ul {
  border-bottom: 1px solid #bfbfbf;
}*/
.inner-page #productList ul li {
  text-align: center;
  border: 1px solid #bfbfbf;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  position: relative;
}
/*.inner-page #productList ul.slick-slider {
  border-bottom: none;
}
.inner-page #productList ul.slick-slider li {
  border-bottom: 1px solid #bfbfbf;
}*/
.inner-page #productList ul li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 0;
}
.inner-page #productList ul li a.img-box {
  display: block;
  /*padding: 50px 5% 0;*/
  overflow: unset;
  width: 100%;
  position: relative;
  z-index: 1;
}
.inner-page #productList ul li a.img-box img {
  width: auto;
  margin: 0 auto;
  display: block;
}
.inner-page #productList ul li .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -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;
  width: 100%;
  position: relative;
  z-index: 2;
}
.inner-page #productList ul li .btn 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-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  margin: 0 5px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page #productList ul li .btn a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page #productList ul li .btn a:hover {
  border-color: var(--color);
  background-color: var(--color);
}
.inner-page #productList ul li .btn a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.inner-page #productList ul li span.h6 {
  font-weight: 400;
  font-size: 20px;
  color: #242424;
  line-height: 1.8;
  margin: 1.5em 0 1em;
  display: block;
  padding: 0 1em;
  position: relative;
  z-index: 2;
}
.inner-page #productList ul.slick-slider li span.h6 {
  height: 67px;
  overflow: hidden;
}
.inner-page #productList ul li a.link {
  font-size: 18px;
  color: white;
  height: 2.44444444em;
  text-align: center;
  background-color: black;
  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;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  z-index: 2;
}
.inner-page #productList ul li a.link em {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid white;
  line-height: 1;
}
.inner-page #productList ul li a.link em:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
.inner-page #productList ul li a.link em:after {
  border-color: white;
  top: 0;
  border-width: 3px;
}
.inner-page #productList ul li a.link:hover {
  background-color: var(--color);
}
.inner-page #productList ul li:hover {
  z-index: 1;
}
.inner-page #productList ul li:hover:after {
  opacity: 1;
}
.inner-page #productList ul li:hover a.link {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1600px) {
    .prodet-page .prodet-2 .options span {
    font-size: 18px;
    width: 280px;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 80px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right .text {
    font-size: 18px;
    margin: 1.5em 0;
  }
  .prodet-page .prodet-1 .right .share span.h6 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .right .share a {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .ret {
    margin-top: 30px;
    font-size: 18px;
  }
  .prodet-page .prodet-2 {
    padding: 60px 0;
  }
    .inner-page #productList ul li a.link,
  .seoBox .seoNews .bottom .list ul li .box a.link {
    font-size: 16px;
  }
  .inner-page #productList ul li a.link em:after,
  .seoBox .seoNews .bottom .list ul li .box a.link:after {
    border-width: 2px;
  }
}
span.txt {
    font-size: 24px;
    letter-spacing: 6px;
    color: var(--color);
    text-transform: uppercase;
    display: block;
    line-height: 2;
}
@media screen and (max-width: 1450px) {
    .prodet-page .prodet-2 .options span {
    font-size: 16px;
    width: 220px;
  }
   .prodet-page .prodet-1 {
    padding-top: 60px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 20px;
    line-height: 36px;
  }
  .prodet-page .prodet-1 .right .text {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .right a.more {
    margin-top: 2em;
  }
  .prodet-page .prodet-1 .left .smallImg {
    padding-right: 23px;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 50px;
  }
  .prodet-page .prodet-3 .list {
    margin: 30px 0;
  }
}
@media screen and (max-width: 1250px) {
    .prodet-page .prodet-2 .options span {
    font-size: 14px;
    width: 200px;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right .text {
    margin: 0;
    padding-right: 0;
    max-height: none;
  }
  .prodet-page .prodet-2 .ret {
    font-size: 16px;
  }
    .prodet-page .prodet-3 .dots ul li button {
    font-size: 16px;
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 700px) {
    .prodet-page .prodet-2 .options span {
    font-size: 14px;
    width: 140px;
  }
    .prodet-page .prodet-1 .left .smallImg ul li {
    padding: 5px;
  }
  .prodet-page .prodet-1 .left .smallImg ul {
    margin: -5px;
  }
  .prodet-page .prodet-1 .left .smallImg {
    padding-right: 10px;
  }
}
@media screen and (max-width: 500px) {
    .prodet-page .prodet-2 .ret {
    font-size: 14px;
  }
    .inner-page #productList ul li span.h6 {
    font-size: 16px;
    line-height: 30px;
  }
}
.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 #bfbfbf;
}
.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 input[type="submit"] {
  border: none;
  background: #242424 !important;
  color: white;
  font-size: 20px;
  font-family: 'rom';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 50px !important;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: var(--color)  !important;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .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;
  }
}
@media screen and (max-width: 1000px) {
    .inner-page .form ul li input,
  .inner-page .form ul li textarea,
  .inner-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
}
.factory-page {
  padding-top: 90px;
  padding-bottom: 50px;
}
.factory-page .top h2 {
  border-bottom: 1px solid #dbdbdb;
    padding-bottom: 32px;
    margin-bottom: 60px;
}
.factory-page .top ul {
  margin: -23px;
  margin-bottom: 45px;
}
.factory-page .top ul li {
  padding: 23px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.factory-page .top ul li a {
  background-color: #dedede;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 20px 0;
}
.factory-page .top ul li:hover a,
.factory-page .top ul li.active a {
  background: var(--color);
  color: white;
}
.factory-page .wrap {
  margin: -18px;
}
.factory-page .wrap li {
  padding: 18px;
}
.factory-page .more {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  background: var(--color);
  color: white;
  font-size: 25px;
  text-align: center;
  height: 77px;
  line-height: 77px;
  width: 335px;
  margin: 60px auto;
}
.factory-page .more .fa {
  margin-left: 5px;
}
.factory-page .more:hover {
  background: black;
}
.faq-page {
  padding-bottom: 100px;
}
.faq-page .faqbox .ui.container ul.faqlist li {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.faq-page .faqbox .ui.container ul.faqlist li .top {
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'rom';
  padding: 0 160px;
  width: 100%;
}
.faq-page .faqbox .ui.container ul.faqlist li .top i {
  font-size: 20px;
  color: #666;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 45px;
}
.faq-page .faqbox .ui.container ul.faqlist li span.qust,
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  position: absolute;
  font-size: 30px;
  font-weight: 400;
  color: #000;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  color: var(-color);
}
.faq-page .faqbox .ui.container ul.faqlist li .content {
  padding: 30px 0;
  padding-left: 160px;
  background: #f9f9f9;
  display: none;
  position: relative;
}
@media screen and (max-width: 700px) {
  .faq-page .faqbox .ui.container ul.faqlist li .top {
    padding: 0 20px;
  }
  .faq-page .faqbox .ui.container ul.faqlist li span.qust,
  .faq-page .faqbox .ui.container ul.faqlist li span.anser {
    display: none;
  }
  .faq-page .faqbox .ui.container ul.faqlist li .content {
    padding: 20px;
  }
}
.inner-page a.link {
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
  padding-bottom: .3em;
  font-weight: 500;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link img {
  margin-left: 1em;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  max-width: .7em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:hover {
  color: var(--color);
}
.inner-page a.link:hover:before {
  width: 0;
}
.inner-page a.link:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.inner-page a.btn {
  font-size: 15px;
  line-height: 3.53333333em;
  height: 3.53333333em;
  padding: 0 1.4em;
  display: inline-block;
  font-weight: 500;
  color: white;
  background-color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 50px;
}
.inner-page a.btn img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  max-width: .7em;
}
.inner-page a.btn:hover {
  background-color: var(--color);
}
@media screen and (max-width: 1450px) {
 .inner-page a.link {
        font-size: 14px;
    }
}
.faq-page {
    padding-top: 39px;
    background-color: #faf9f9;
}
.faq-page .faq-1 {
    background: url(../images/faq-bg.png) no-repeat right bottom;
    padding-bottom: 6%;
}
.faq-page .faq-1 .header {
    max-width: 1134px;
}
.faq-page .faq-1 .header .title {
    font-size: 60px;
    line-height: 1;
    /*text-transform: uppercase;*/
}
.faq-page .faq-1 .content {
    margin-top: 82px;
    border-top: 1px solid #bebebe;
}
.faq-page .faq-1 .content ul li {
    border-bottom: 1px solid #bebebe;
    padding: 34px 0 40px;
    color: #030303;
}
.faq-page .faq-1 .content ul li .tit {
    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;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    font-weight: bold;
    cursor: pointer;
}
.faq-page .faq-1 .content ul li .tit em {
    padding-right: 34px;
    width: 90%;
}
.faq-page .faq-1 .content ul li .tit i {
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.faq-page .faq-1 .content ul li .tit i img {
    display: inline-block;
    vertical-align: middle;
}
.faq-page .faq-1 .content ul li .con {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 20px;
    display: none;
}
.faq-page .faq-1 .content ul li.active .tit i {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.faq-page .faq-2 .box {
    background: url(../images/faq-1.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 11.459% 20% 10.6771%;
    text-align: center;
}
.faq-page .faq-2 .box .play {
    font-size: 36px;
    color: #fff;
    background-color: rgba(71, 26, 26, 0);
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    width: 280px;
    height: 280px;
    line-height: 280px;
    position: relative;
    text-align: center;
}
.faq-page .faq-3 {
    background: url(../images/ab-wz.png) no-repeat center top;
    margin-top: 7%;
    padding-top: 7%;
    margin-bottom: 5%;
}
.faq-page .faq-3 .header {
    color: #030303;
}
.faq-page .faq-3 .header .title {
    font-size: 70px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}
.faq-page .faq-3 .header p {
    font-size: 27px;
    line-height: 1.3;
    margin-top: 12px;
}
.faq-page .faq-3 .search {
    text-align: center;
    margin-top: 87px;
}
.faq-page .faq-3 .search form {
    max-width: 773px;
    margin: 0 auto;
    position: relative;
}
.faq-page .faq-3 .search form input[type="text"] {
    width: 100%;
    height: 54px;
    border: 0;
    border-bottom: 1px solid #000;
    font-size: 18px;
    padding-right: 176px;
}
.faq-page .faq-3 .search form input[type="text"]::-webkit-input-placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-moz-placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::-moz-placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-ms-input-placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::placeholder {
    color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="submit"] {
    background: url(../images/faq-icon.png) no-repeat 29px center;
    text-align: right;
    border: 0;
    position: absolute;
    bottom: 14px;
    right: 0;
    font-size: 18px;
    width: 176px;
    text-transform: uppercase;
    color: #030303;
    border-left: 1px solid #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.faq-page .faq-3 .search form input[type="submit"]:hover {
    background-position-x: 30px;
    color: var(--color);
    border-color: var(--color);
}
@media screen and (max-width: 1000px) {
    .faq-page .faq-1 .header .title {
        font-size: 60px;
    }
    .faq-page .faq-3 .header .title {
        font-size: 52px;
    }
    .faq-page .faq-1 {
        background: transparent;
    }
    .inner-page .m-page{
        margin-top: 40px;
    }
}
@media screen and (max-width: 700px) {
    .faq-page .faq-1 .header .title {
        font-size: 45px;
    }
    .faq-page .faq-1 .content {
        margin-top: 40px;
    }
    .faq-page .faq-3 .header .title {
        font-size: 40px;
    }
    .inner-page .m-page{
        margin-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    .faq-page {
        padding-top: 0;
    }
    .faq-page .faq-1 .header .title {
        font-size: 36px;
        line-height: 1.4;
    }
    .faq-page .faq-1 .content {
        margin-top: 20px;
    }
    .faq-page .faq-1 .content ul li .tit {
        font-size: 20px;
        line-height: 36px;
    }
    .faq-page .faq-1 .content ul li .tit em {
        padding-right: 20px;
    }
    .faq-page .faq-2 .box {
        padding-left: 0;
        padding-right: 0;
    }
    .faq-page .faq-3 {
        background: transparent;
        margin-top: 5%;
    }
    .faq-page .faq-3 .header .title {
        font-size: 36px;
    }
    .faq-page .faq-3 .header p {
        font-size: 20px;
        line-height: 1.4;
    }
    .faq-page .faq-3 .search {
        margin-top: 20px;
    }
    .faq-page .faq-3 .search form input[type="text"] {
        padding-right: 0;
    }
    .faq-page .faq-3 .search form input[type="submit"] {
        position: initial;
        margin-top: 20px;
        border: 1px solid #000;
        height: 50px;
        padding-right: 15px;
        background-position-x: 20px;
    }
}
.solu-1 {
  background: #e9e8e4;
  padding: 30px;
}
.solu-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solu-1 .ui.container .left {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
}
.solu-1 .ui.container .left .h4{
    font-weight: 600;
}
.solu-1 .ui.container .logo {
  width: 95px;
  opacity: 0.5;
}
.solu-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 100%;
  left: 0;
  padding: 30px 0;
  z-index: 3;
  background: #fff;
}
.solu-2 .navbox {
  position: relative;
}
.solu-2 .navbox ul.navlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
}
.solu-2 .navbox ul.navlist li {
  display: inline-block;
  border-bottom: 3px solid transparent;
  padding: 30px 0;
  margin-bottom: -1.5px;
}
.solu-2 .navbox ul.navlist li.active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-color: var(--base-color);
}
.solu-2 .navbox ul.navlist li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.solu-2 .navbox ul.navlist li a img {
  margin-right: 25px;
}
.solu-2 .navbox ul.navlist li a em {
  font-weight: 500;
}
.solu-3 {
  padding-top: 75px;
  padding-bottom: 110px;
}
.solu-3 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solu-3 .top .left {
  padding-right: 85px;
}
.solu-3 .top .right {
  text-align: left;
}
.solu-3 .top .right .h4{
    font-weight: 600;
}
.solu-3 .top .right p {
  margin: 20px 0 40px;
}
.solu-3 .bottom {
  margin-top: 75px;
}
.solu-3 .bottom ul {
  margin: 0 -10px;
}
.solu-3 .bottom ul li {
  padding: 0 10px ;
}
.solu-5 {
  padding-top: 110px;
}
.solu-5 ul.solulist2 li {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solu-5 ul.solulist2 li .text {
  width: 40%;
  max-width: 455px;
}
.solu-5 ul.solulist2 li .text .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--color);
  margin-bottom: 25px;
  font-weight: 600;
}
.solu-5 ul.solulist2 li .text span {
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  opacity: .5;
}
.solu-5 ul.solulist2 li .text P {
  margin-top: 15px;
}
.solu-5 ul.solulist2 li .imgbox {
  width: -webkit-calc(100% - 520px);
  width: -moz-calc(100% - 520px);
  width: calc(100% - 520px);
}
.solu-5 ul.solulist2 li:last-child{
    margin-bottom: 0;
}
@media screen and(max-width: 1000px) {
  .solu-3 .top .left {
    padding-right: 10px;
  }
  .solu-3 .top .right p {
    max-height: 200px;
    overflow-y: auto;
  }
  .solu-5 ul.solulist2 li .imgbox {
    width: 55%;
  }
  .solu-2 {
    top: 40px;
  }
}
@media screen and (max-width: 700px) {
    .solu-1 .ui.container {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .solu-1 .ui.container .left {
    width: 100%;
  }
  .solu-1 .ui.container .logo {
    width: 100%;
    text-align: center;
  }
  .solu-3 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .solu-3 .top .right {
    width: 100%;
    padding-left: 0 ;
  }
  .solu-5 ul.solulist2 li .imgbox {
    width: 100%;
  }
  .solu-5 ul.solulist2 li .text {
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }
  .solu-5 ul.solulist2 li:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
   .solu-4{
    display: none;
  }
}
@media screen and (max-width: 500px) {
    .solu-2 .navbox ul.navlist li {
    width: 100%;
  }
}
.page-header01{
  background: #fff;
}
.mobile-menu-wrap01 .mobile-menu{
  background: #000;
}
.aft02 {
  padding: 160px 0 120px;
  position: relative;
  overflow: hidden;
}

.aft02 .bg_fix {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 690px;
}

.aft02 .bg_fix::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}

.aft02 .bg_fix img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.aft02 .top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 47px;
  z-index: 1;
  position: relative;
}

.aft02 .top .title {
  color: #fff;
}

.aft02 .top p {
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

.aft02 .top .line {
  height: 75px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 28px 0;
  position: relative;
}

.aft02 .top .line::after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  animation: 2s linear 0.5s infinite hua2;
}

@keyframes hua2 {
  from {
    top: 0%;
  }

  to {
    top: 95%;
  }
}

.aft02 .top h4 {
  font-size: 30px;
  color: #fff;
}

.aft02 .botF {
  padding: 0 90px;
  position: relative;
}

.aft02 .botF .fa {
  background-image: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 74px;
  color: #cbcbcb;
  outline: none;
}

.aft02 .botF .fa:hover {
  color: var(--color);
  ;
}

.aft02 .bot {
  position: relative;
  overflow: hidden;
  margin: auto;
}

.aft02 .bot .box {
  background-color: #fff;
  padding: 50px 0 138px;
  border-radius: 12px;
  box-shadow: 0px 5px 15px rgb(102 102 102 / 30%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.aft02 .bot .box .icon {
  border-radius: 50%;
  position: relative;
  height: 111px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 111px;
}

.aft02 .bot .box:hover .icon::before {
  animation: img01anime 10s 0s linear infinite;
}

.aft02 .bot .box:hover .icon::after {
  animation: img02anime 10s 0s linear infinite;
}

.aft02 .bot .box .icon::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  border: 1.6px dashed var(--color);
}

.aft02 .bot .box .icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1.6px dashed var(--color);
}

@keyframes img01anime {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes img02anime {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.aft02 .bot .box .icon img {
  width: 56px;
  transition: 0s;
}

.aft02 .bot .box h4 {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  color: #666;
  margin-bottom: 5px;
  margin-top: 54px;
}

.aft02 .bot .box h5 {
  font-size: 24px;
  position: relative;
  color: #111;
  text-align: center;
  line-height: 1.5;
  height: 52px;
  font-weight: 500;
}

.aft02 .bot .box h5::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: var(--color);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.aft02 .bot .box p {
  padding: 30px 15px;
  font-size: 16px;
  line-height: 30px;
  height: 80px;
  text-align: center;
}

.aft02 .bot .box:hover h5::after {
  background-color: #fff;
}

.aft02 .bot .box:hover h4,
.aft02 .bot .box:hover h5,
.aft02 .bot .box:hover p {
  color: #fff;
}

.aft02 .bot .box:hover .icon img {
  filter: grayscale(10) brightness(10);
}

.aft02 .bot .box:hover .icon,
.aft02 .bot .box:hover .icon::before,
.aft02 .bot .box:hover .icon::after {
  border-color: #fff;
}

.aft02 .bot .box:hover {
  background-color: var(--color);
  background-image: linear-gradient(135deg, var(--color), var(--color2));
}

.aft02 .bot .aft02Swiper {
  width: 1200px;
  margin: auto;
}

.aft02 .bot {
  width: 1242px;
  margin: auto;
  padding: 22px 0;
}
.aft03 {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  background-color: #faf9f9;
}

.aft03 .icenter2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 100px;
}

.aft03 .icenter2 .le {
  overflow: hidden;
  position: relative;
  width: 45%;
  height: 695px;
}

.aft03 .icenter2 .le::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: '';
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  z-index: 1;
}

.aft03 .icenter2 .le:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
}

.aft03 .icenter2 .le img {
  height: 100%;
}

.aft03 .icenter2 .le:hover img {
  transform: scale(1.1);
}

.aft03 .icenter2 .ri {
  width: 50%;
}

.aft03 .icenter2 .ri>ul {
  margin: 20px 0 0px;
}

.aft03 .icenter2 .ri>ul li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}

.aft03 .icenter2 .ri>ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 13px;
  content: "";
}

.aft03 dl dd {
  padding-top: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}

.aft03 dl dd .icon {
  width: 86px;
  margin-right: 58px;
}


.aft03 dl dd .text h4 {
  position: relative;
  padding-bottom: 0px;
  font-size: 18px;
  color: #333333;
  width: fit-content;
  margin-bottom: 10px;
}

.aft03 dl dd .text h4 strong {
  font-size: 70px;
  font-weight: bold;
}

.aft03 dl dd .text h4::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background-color: var(--color);
}

.aft03 dl dd .text p {
  font-size: 18px;
  color: #666666;
}
@media screen and (max-width: 1600px) {
  .aft02 .top p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 8px;
  }

  .aft02 .top {
    margin-bottom: 30px;
  }

  .aft02 .top h4 {
    font-size: 24px;
  }

  .aft02 .top .line {
    height: 55px;
    margin: 20px 0;
  }

  .aft02 .bot .aft02Swiper {
    width: 1000px;
  }

  .aft02 .bot {
    width: 1032px;
    padding: 22px 0;
  }

  .aft02 .botF {
    padding: 0 13px;
  }

  .aft02 .botF .fa {
    font-size: 65px;
  }

  .aft02 .bot .box {
    padding: 43px 0 105px;
    box-shadow: 0 0 11px #d8d8d8;
  }

  .aft02 .bot .box .icon {
    height: 95px;
    width: 95px;
  }

  .aft02 .bot .box .icon img {
    width: 48px;
  }

  .aft02 .bot .box h4 {
    font-size: 26px;
    margin-bottom: 5px;
    margin-top: 44px;
  }

  .aft02 .bot .box h5 {
    width: 220px;
    font-size: 16px;
    line-height: 30px;
    height: 48px;
  }

  .aft02 .bot .box h5::after {
    width: 17px;
    height: 3px;
    bottom: -125px;
  }

  .aft02 .botF .fa-angle-left {
    left: -18px;
  }

  .aft02 .botF .fa-angle-right {
    right: -18px;
  }

  .aft02 {
    padding: 115px 0 90px;
  }

  .aft02 .bg_fix {
    height: 555px;
  }
  .aft03 .icenter2 .ri>ul li {
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .aft03 .icenter2 .ri>ul {
    margin: 16px 0 0px;
  }

  .aft03 dl dd {
    padding-top: 34px;
    padding-bottom: 12px;
  }

  .aft03 dl dd .icon {
    width: 74px;
    margin-right: 50px;
  }

  .aft03 dl dd .text h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .aft03 dl dd .text h4 strong {
    font-size: 58px;
  }

  .aft03 dl dd .text h4::after {
    height: 4px;
  }

  .aft03 dl dd .text p {
    font-size: 15px;
  }

  .aft03 .icenter2 .le {
    height: 529px;
  }
}
@media screen and (max-width: 768px) {
  .aft02 .top p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 8px;
  }

  .aft02 .top .line {
    height: 42px;
    margin: 14px 0;
    position: relative;
  }

  .aft02 .top h4 {
    font-size: 22px;
  }

  .aft02 .bot {
    width: 110%;
  }

  .aft02 .top {
    margin-bottom: 20px;
  }

  .aft02 .botF {
    padding: 0 0px;
  }

  @keyframes hua2 {
    from {
      top: 0%;
    }

    to {
      top: 95%;
    }
  }

  .aft02 .bot .aft02Swiper {
    width: 100%;
  }

  .aft02 .bot {
    width: 100%;
    padding: 20px;
  }

  .aft02 .botF .fa-angle-left {
    left: -8px;
  }

  .aft02 .botF .fa-angle-right {
    right: -8px;
  }

  .aft02 {
    padding: 80px 0 40px;
  }

  .aft02 .bg_fix {
    height: 483px;
  }
  .aft03 .icenter2 {
    flex-flow: wrap;
  }

  .aft03 .icenter2 .le {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .aft03 .icenter2 .ri {
    width: 100%;
  }

  .aft03 dl dd .icon {
    width: 60px;
    margin-right: 31px;
  }

  .aft03 {
    padding-bottom: 50px;
  }
}
.custom-2new .ui .bottom {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin-top: 30px;*/
}

.custom-2new .ui .bottom .left {
  padding-right: 80px;
}

.custom-2new .ui .bottom .left p {
  max-width: 600px;
  line-height: 1.8;
  margin-top: 45px;
}

.custom-2new .ui .bottom .right {
  /*padding-right: 80px;*/
}

.custom-2new .ui .bottom .right ul.list3 li.active {
  background: #f3f3f3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.custom-2new .ui .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 28px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
  line-height: 36px;
}

.custom-2new .ui .bottom .right ul.list3 li .top em {
  margin-left: 25px;
  font-weight: 500;
}

.custom-2new .ui .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  top: 16px;
  right: 25px;
}

.custom-2new .ui .bottom .right ul.list3 li .content {
  padding: 10px 30px 20px 75px;
  line-height: 1.8;
  display: none;
  font-size: 16px;
}
@media screen and (max-width: 1250px) {
  .custom-2new .ui .bottom .left {
    padding-right: 0px;
  }
  .sus-page .sus-1 .imgs{
    width: 48.368%;
  }
  .sus-page .sus-1 .box{
    padding: 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .custom-2new .ui .bottom .right {
    padding-right: 0;
  }
  .custom-2new .ui .bottom {
    padding: 30px 25px;
  }
  .sus-page .sus-1,
  .sus-page .sus-2{
    padding: 60px 0;
  }
  .sus-page .sus-1 .imgs{
    height: 300px;
    background-attachment: initial;
    display: none;
  }
  .sus-page .sus-1 .box{
    width: 100%;
    padding: 0 15px;
  }
  .sus-page .sus-2 .box ul li .ig .left em{
    font-size: 36px;
  }
  .sus-page .sus-2 .title{
    font-size: 60px;
  }
}
@media screen and (max-width: 700px) {
  .custom-2new .ui .bottom .right ul.list3 li .top {
    flex-wrap: nowrap;
    font-size: 16px;
    line-height: 30px;
  }

  .custom-2new .ui .bottom .left {
    padding-right: 0px;
    width: 100%;
  }

  .custom-2new .ui .bottom .right {
    padding-right: 0;
    width: 100%;
    margin-top: 40px;
  }
  .sus-page .sus-1,
  .sus-page .sus-2{
    padding: 30px 0;
  }
  .sus-page .sus-2 .title {
        font-size: 45px;
        line-height: 1.2;
    }
    .sus-page .sus-2 .box ul li .ig{
      -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
    .sus-page .sus-2 .box ul li .ig .left{
      width: 100%;
    }
    .sus-page .sus-2 .box ul li .ig .left em{
      padding-right: 0;
    }
    .sus-page .sus-2 .box ul li .ig .right{
      width: 100%;
      margin-top: 7px;
    }
}
@media screen and (max-width: 500px) {
  .sus-page .sus-1 .box .img{
    margin-top: 20px;
  }
  .sus-page .sus-1 .box .title{
    font-size: 40px;
  }
  .sus-page .sus-1 .box .mbx{
    font-size: 16px;
  }
  .sus-page .sus-1 .box .con{
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
  .sus-page .sus-2 .title{
    font-size: 30px;
  }
  .sus-page .sus-2 .box{
    margin: 20px auto 0;
  }
  .sus-page .sus-2 .box ul li .ig .left span{
    padding-top: 3px;
  }
  .sus-page .sus-2 .box ul li .ig .left em{
    font-size: 30px;
  }
}
@media screen and (max-width: 1250px) {
  #footer{
    position: initial;
  }
  .contact-page .contact-2 ul li{
    max-width: 100%;
  }
}