@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular.eot');
  src: url('../fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Anton-Regular.woff2') format('woff2'), url('../fonts/Anton-Regular.woff') format('woff'), url('../fonts/Anton-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Light.eot');
  src: url('../fonts/Mulish-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Light.woff2') format('woff2'), url('../fonts/Mulish-Light.woff') format('woff'), url('../fonts/Mulish-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-ExtraLight.eot');
  src: url('../fonts/Mulish-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-ExtraLight.woff2') format('woff2'), url('../fonts/Mulish-ExtraLight.woff') format('woff'), url('../fonts/Mulish-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Regular.eot');
  src: url('../fonts/Mulish-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Mulish-Regular.woff2') format('woff2'), url('../fonts/Mulish-Regular.woff') format('woff'), url('../fonts/Mulish-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
body {
  --color: #e60012;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Mulish';
  font-weight: 400;
}
.body-overflow-box {
  position: relative;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1830px;
  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;
  background-color: #e60012;
  color: #fff;
  border-radius: 22px;
  font-size: 16px;
  padding: 12px 21px 11px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover,
.more.active,
.more:focus {
  background: #000;
}
#header {
  z-index: 20;
  position: fixed;
  top: 13px;
  right: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .menu-box {
  margin: 0 auto 0 0;
}
#header .nav .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .menu-box ul.menu > li {
  color: #fff;
  margin-left: 3.4762em;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: right;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  text-transform: uppercase;
  font-family: 'Anton';
}
#header .nav .menu-box ul.menu > li > a {
  line-height: 1;
  position: relative;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  left: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .menu-box ul.menu > li::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 3px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .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: right;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 0;
  width: auto;
  font-family: 'Mulish';
  font-weight: 400;
  -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 .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .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 .menu-box ul.menu > li:hover::before,
#header .nav .menu-box ul.menu > li.active::before {
  width: 100%;
}
#header .nav .menu-box ul.menu > li:first-child {
  display: none;
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-left: 0;
}
#header .nav .search {
  width: 11.556%;
}
#header .nav .search form {
  position: relative;
  width: 100%;
}
#header .nav .search form input[type="search"] {
  width: 100%;
  height: 33px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  padding-right: 33px;
}
#header .nav .search form input[type="search"]::-webkit-input-placeholder {
  color: #fff;
}
#header .nav .search form input[type="search"]:-moz-placeholder {
  color: #fff;
}
#header .nav .search form input[type="search"]::-moz-placeholder {
  color: #fff;
}
#header .nav .search form input[type="search"]:-ms-input-placeholder {
  color: #fff;
}
#header .nav .search form input[type="search"]::placeholder {
  color: #fff;
}
#header .nav .search form input[type="search"]:focus {
  border-color: #fff;
}
#header .nav .search form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 7px;
  width: 19px;
  height: 19px;
  background: url(../images/search.png) no-repeat center;
  background-size: cover;
  border: 0;
}
#header .nav .yuy span {
  font-weight: 200;
  color: #fff;
}
#header .nav .yuy ul {
  top: 100%;
  right: initial;
  left: 0;
  z-index: 100;
}
#header.active {
  top: 0;
  background: rgba(0, 0, 0, 0.42);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#header.active .nav .logo {
  zoom: .7;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
}
#banner ul li {
  position: relative;
  overflow: hidden;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .desc {
  top: 27%;
  right: 3.125vw;
  color: #fff;
  font-family: 'Anton';
  z-index: 1;
  padding-right: 46px;
}
#banner ul li .desc::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-color: #fff;
}
#banner ul li .text {
  position: absolute;
  z-index: 3;
  bottom: 4.01041667vw;
  left: 3.125vw;
  max-width: 773px;
  color: #fff;
  font-family: 'Anton';
  line-height: 1.2;
}
#banner ul li .text span {
  display: block;
}
#banner ul li .text em {
  color: var(--color);
}
#banner ul li .desc,
#banner ul li .text {
  -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 .desc,
#banner ul .swiper-slide-active .text {
  -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 .desc {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  transition-delay: 600ms;
}
#banner ul .swiper-slide-active .text {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
}
.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;
}
.font {
  font-family: 'Anton';
}
#index-body .arrow {
  border-top: 1px solid #000;
  position: relative;
  padding-top: 26px;
}
#index-body .arrow a {
  font-size: 21px;
  font-weight: 200;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .arrow a::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 32%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .arrow a.prev {
  padding-right: 20px;
}
#index-body .arrow a.prev::after {
  right: 0;
}
#index-body .arrow a.next {
  padding-left: 32px;
}
#index-body .arrow a.next::after {
  left: 0;
}
#index-body .arrow a:hover {
  color: var(--color);
}
#index-body .arrow a:hover::after {
  background: var(--color);
}
#index-body .arrow::before,
#index-body .arrow::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 17px;
  background: #000;
  top: 0;
}
#index-body .arrow::before {
  right: 0;
}
#index-body .arrow::after {
  left: 0;
}
#index-body .i-category {
  padding-top: 5.521%;
}
#index-body .i-category .box {
  max-width: 1224px;
  margin: 0 auto;
}
#index-body .i-category .box ul {
  margin: -11.5px -12.5px;
}
#index-body .i-category .box ul li {
  padding: 11.5px 12.5px;
}
#index-body .i-category .box ul li a {
  display: block;
  background-color: #000000;
  border-radius: 30px;
  color: #878787;
  padding: .7143em 2em .67em;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .i-category .box ul li a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .box ul li a:hover {
  color: #fff;
}
#index-body .i-category .box ul li a:hover::after {
  width: 100%;
}
#index-body .i-product {
  padding: 4.9% 0 7.6042%;
}
#index-body .i-product .i-title {
  padding-left: 11.167%;
  margin-top: -2.4%;
}
#index-body .i-product .content {
  padding-top: 4.28%;
}
#index-body .i-product ul li .img-box {
  z-index: 1;
}
#index-body .i-product ul li .img-box .bg {
  z-index: -2;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product ul li .img-box .bg.bg2 {
  z-index: -1;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
#index-body .i-product ul li .img-box:hover .bg2 {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
#index-body .i-init {
  background-image: -webkit-gradient(linear, left bottom, left top, to(#000000));
  background-image: -webkit-linear-gradient(bottom, #000000 100%);
  background-image: -moz-linear-gradient(bottom, #000000 100%);
  background-image: linear-gradient(180deg, #000000 100%);
  color: #fff;
  padding: 5.9375% 0 4.4271%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .i-init .circle {
  top: 23.4%;
  right: 0;
  width: 100%;
  z-index: -1;
}
#index-body .i-about .header .i-title {
  line-height: 1.15;
}
#index-body .i-about .header .i-title em {
  color: var(--color);
}
#index-body .i-about .header .title {
  width: 10%;
  line-height: 1.2;
  text-align: left;
}
#index-body .i-about .content .img {
  width: 50.612%;
}
#index-body .i-about .content .text {
  margin-top: -1.3%;
}
#index-body .i-about .content .text .con {
  line-height: 1.67;
}
#index-body .i-about .content .text .con h1 {
  display: inline;
}
#index-body .i-about .content .text .tz {
  display: inline-block;
  padding: 1.024em 2.36em;
  position: relative;
  z-index: 1;
}
#index-body .i-about .content .text .tz::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 90%;
}
#index-body .i-about .content .text .tz::after {
  content: '';
  position: absolute;
  z-index: -2;
  top: 0;
  right: 15px;
  width: 100%;
  height: 100%;
  border-radius: 90%;
  border: 1px solid #fff;
  -webkit-animation: ks1 2s linear infinite;
  -moz-animation: ks1 2s linear infinite;
  animation: ks1 2s linear infinite;
}
#index-body .i-about .content .text .data {
  max-width: 602px;
}
#index-body .i-about .content .text .data .num {
  line-height: 1;
}
#index-body .i-about .content .text .data p {
  font-weight: 300;
  margin-top: 1px;
}
#index-body .i-about .content .text .data ul {
  margin: -25.5px 0;
}
#index-body .i-about .content .text .data ul li {
  padding: 25.5px 0;
}
#index-body .i-about .content .text .data ul li:nth-child(even) {
  padding-right: 6%;
}
#index-body .i-advantage {
  padding-top: 9.89%;
}
#index-body .i-advantage .header {
  max-width: 893px;
  margin: 0 auto;
}
#index-body .i-advantage .header .i-title {
  font-size: 6.875vw;
  line-height: 1;
  color: transparent;
  background: url(../images/wzbg.jpg) repeat-x 58% 40%;
  -webkit-background-clip: text;
  background-clip: text;
}
#index-body .i-advantage .header .con {
  font-weight: 300;
  line-height: 1.67;
  max-width: 598px;
  margin: 16px auto 0;
}
#index-body .i-advantage .content {
  width: 97vw;
}
#index-body .i-advantage .content ul {
  overflow: hidden;
}
#index-body .i-advantage .content ul .slick-list {
  padding-left: 423px;
}
#index-body .i-advantage .content ul .slick-slide {
  height: auto;
}
#index-body .i-advantage .content ul .slick-slide > div {
  height: 100%;
}
#index-body .i-advantage .content ul li {
  height: 100%;
}
#index-body .i-advantage .content ul li .ig {
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}
#index-body .i-advantage .content ul li .ig .desc span {
  line-height: 1;
}
#index-body .i-advantage .content ul li .ig .desc .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-advantage .content ul li .ig .desc .text .title {
  line-height: 1.4;
}
#index-body .i-advantage .content ul li .ig .desc .text .con {
  font-weight: 300;
  line-height: 1.53;
}
#index-body .i-advantage .content ul li .ig .btn a {
  margin-left: -23px;
  opacity: 0;
}
#index-body .i-advantage .content ul li .ig .btn a img {
  display: inline-block;
}
#index-body .i-advantage .content ul li .ig:hover {
  background: rgba(255, 255, 255, 0.91);
  border-color: rgba(255, 255, 255, 0.91);
}
#index-body .i-advantage .content ul li .ig:hover span {
  color: var(--color);
}
#index-body .i-advantage .content ul li .ig:hover .text .title {
  color: var(--color);
}
#index-body .i-advantage .content ul li .ig:hover .text .con {
  color: #000;
}
#index-body .i-advantage .content ul li .ig:hover .btn a {
  opacity: 1;
}
#index-body .i-advantage .content .slickDots li {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 0;
  margin: 0 .25em;
  background: transparent;
  position: relative;
}
#index-body .i-advantage .content .slickDots li::after {
  content: '';
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage .content .slickDots li.slick-active {
  background: var(--color);
}
#index-body .i-advantage .content .slickDots li.slick-active::after {
  opacity: 0;
}
#index-body .i-news {
  padding: 9.95% 0 9.583%;
}
#index-body .i-news .i-title {
  padding-right: 12.56%;
  margin-top: -2.6%;
}
#index-body .i-news .content .img {
  width: 31.167%;
}
#index-body .i-news .content .text {
  width: 65.167%;
}
#index-body .i-news .content .text ul {
  margin-bottom: -56px;
  overflow: hidden;
}
#index-body .i-news .content .text ul .slick-track {
  display: block;
}
#index-body .i-news .content .text ul li {
  margin-bottom: 56px;
}
#index-body .i-news .content .text ul li .ig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #c3c3c3;
  padding: 0 0 37px;
  overflow: hidden;
}
#index-body .i-news .content .text ul li .ig .title,
#index-body .i-news .content .text ul li .ig .hide {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .content .text ul li .ig:hover {
  background: var(--color);
  color: #fff;
  border-color: var(--color);
  padding: 16px 18px 21px 50px;
  height: 130px;
}
#index-body .i-news .content .text ul li .ig:hover .title {
  width: 37%;
  padding-top: 6px;
}
#index-body .i-news .content .text ul li .ig:hover .hide {
  display: block;
  width: 41%;
}
#index-body .i-news .content .text .con {
  font-weight: 300;
  line-height: 1.53;
}
#index-body .i-service {
  color: #fff;
  padding: 6.3542% 0 4.53125%;
  background-position: center;
  background-repeat: no-repeat;
}
#index-body .i-service .header .left .con {
  line-height: 1.67;
}
#index-body .i-service .header .left .title {
  line-height: 1;
  font-size: 8.85416667vw;
}
#index-body .i-service .header .link {
  line-height: 1;
  border-bottom: 1px solid #fff;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-service .header .link i {
  font-size: 24px;
  line-height: 1;
}
#index-body .i-service .header .link::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-service .header .link:hover {
  color: var(--color);
}
#index-body .i-service .header .link:hover::after {
  width: 100%;
}
#index-body .i-service .content ul li .img-box {
  z-index: 1;
}
#index-body .i-service .content ul li .img-box img {
  opacity: .6;
}
#index-body .i-service .content ul li .img-box .text {
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 100%;
  z-index: 2;
}
#index-body .i-show {
  height: 26.51041667vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@-webkit-keyframes ks1 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.6;
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.4;
  }
}
@-moz-keyframes ks1 {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
  }
  10% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.6;
  }
  to {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.4;
  }
}
@keyframes ks1 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.6;
  }
  to {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.4;
  }
}
#footer {
  background-color: #080808;
  color: #fff;
  position: relative;
}
#footer .f-header {
  border-bottom: 1px solid #ffffff;
}
#footer .f-content .left {
  width: 31.1112%;
}
#footer .f-content .left .form {
  position: relative;
}
#footer .f-content .left .form ul {
  margin: -16px -20px;
}
#footer .f-content .left .form ul li {
  padding: 16px 20px;
  width: 31.667%;
}
#footer .f-content .left .form ul li input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #b7b8c1;
  font-size: 19px;
  font-weight: 300;
  padding-bottom: 9px;
}
#footer .f-content .left .form ul li input::-webkit-input-placeholder {
  color: #9f9f9f;
}
#footer .f-content .left .form ul li input:-moz-placeholder {
  color: #9f9f9f;
}
#footer .f-content .left .form ul li input::-moz-placeholder {
  color: #9f9f9f;
}
#footer .f-content .left .form ul li input:-ms-input-placeholder {
  color: #9f9f9f;
}
#footer .f-content .left .form ul li input::placeholder {
  color: #9f9f9f;
}
#footer .f-content .left .form ul li input:focus {
  border-color: #fff;
}
#footer .f-content .left .form ul li.wid-100 {
  width: 100%;
}
#footer .f-content .left .form ul li.wid-100 input {
  padding-bottom: 6px;
  padding-left: 116px;
}
#footer .f-content .left .form button {
  position: absolute;
  left: 0;
  bottom: 28px;
  font-size: 19px;
  font-family: 'Anton';
  background: transparent;
  border: 0;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .left .form button i {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 1px;
}
#footer .f-content .left .form button:hover {
  color: var(--color);
}
#footer .f-content .right {
  width: 40.5%;
}
#footer .f-content .right .tit {
  font-family: 'Anton';
  font-size: 24px;
  line-height: 1;
  margin-bottom: 21px;
}
#footer .f-content .right ul li {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4;
}
#footer .f-content .right .f-nav ul li {
  margin-bottom: 13px;
}
#footer .f-content .right .f-nav ul li ul {
  display: none;
}
#footer .f-content .right .f-nav ul li:first-child {
  display: none;
}
#footer .f-content .right .f-nav ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .right .f-contact {
  max-width: 422px;
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #cbcbcb;
  position: relative;
  text-align: center;
  padding-top: 5.611%;
}
#footer svg {
  max-height: 26px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  fill: #cbcbcb;
}
#footer #ewm{
  width: 100px;
  border: 3px solid #fff;
  margin-top: 20px;
}
@media (max-width: 1700px) {
  #index-body .i-advantage .content ul .slick-list {
    padding-left: 200px;
  }
  #footer .f-content .left .form ul li {
    width: 38%;
  }
}
@media (max-width: 1450px) {
  .font-80 {
    font-size: 52px;
  }
  .font-46 {
    font-size: 30px;
  }
  #footer .f-content .left {
    width: 40%;
  }
  #footer .f-content .right {
    width: 52%;
  }
  .fixed-toolbar {
    left: 10px;
  }
}
@media (max-width: 1250px) {
  .font-80 {
    font-size: 42px;
  }
  .font-46 {
    font-size: 27px;
  }
  #index-body .i-advantage .content ul .slick-list {
    padding-left: 100px;
  }
  #index-body .i-news .content .text ul {
    margin-bottom: -28px;
  }
  #index-body .i-news .content .text ul li {
    margin-bottom: 28px;
  }
  #index-body .i-news .content .text ul li .ig {
    padding: 0 0 20px;
  }
  #footer .f-content .right .f-contact {
    max-width: 300px;
  }
}
@media (max-width: 1000px) {
  #index-body .i-product .i-title {
    margin-top: 0;
  }
  #index-body .i-about .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #index-body .i-about .header .title {
    text-align: right;
  }
  #index-body .i-about .header .i-title {
    margin-top: 20px;
  }
  #index-body .i-about .content {
    margin-top: 20px;
  }
  #index-body .i-about .content .text {
    margin-top: 20px;
  }
  #index-body .i-advantage .content ul .slick-list {
    padding-left: 200px;
  }
  #index-body .i-init .circle {
    display: none;
  }
  #index-body .i-news .i-title {
    margin-top: 0;
  }
  #index-body .i-news .content .text {
    margin-top: 20px;
  }
  #index-body .i-news .content .text ul li .ig {
    background: var(--color);
    color: #fff;
    padding: 20px 15px;
  }
  #index-body .i-news .content .text ul li .ig .title {
    width: 50%;
  }
  #index-body .i-news .content .text ul li .ig .hide {
    display: block;
    width: 50%;
  }
  #index-body .i-service .header .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #index-body .i-service .header .left .con {
    margin-top: 20px;
  }
  #index-body .i-service .header .right {
    margin-top: 20px;
  }
  #footer .f-content .left {
    width: 50%;
  }
  #footer .f-content .left .form ul li {
    width: 50%;
  }
  #footer .f-content .left .form ul li input {
    font-size: 16px;
  }
  #footer .f-content .right {
    width: 40%;
  }
  #footer .f-content .right ul li {
    font-size: 16px;
  }
  #footer .f-content .right .f-nav {
    display: none;
  }
  #footer #ewm{
    display: none;
  }
}
@media (max-width: 700px) {
  .font-80 {
    font-size: 36px;
  }
  .font-37 {
    font-size: 37px;
  }
  .font-27 {
    font-size: 18px;
  }
  #index-body .arrow a {
    font-size: 18px;
  }
  #index-body .i-category .box ul {
    margin: -6px;
  }
  #index-body .i-category .box ul li {
    padding: 6px;
  }
  #index-body .i-category .box ul li a {
    padding: 8px 20px 7px;
  }
  #index-body .i-advantage .content ul .slick-list {
    padding-left: 90px;
  }
  #index-body .i-advantage .content ul li .ig .btn a {
    margin-left: 0;
  }
  #index-body .i-news .content .img {
    display: none;
  }
  #footer .f-content .left .font {
    font-size: 20px;
  }
  #footer .f-content .left .form ul li {
    width: 100%;
  }
  #footer .f-content .right .tit {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  #banner ul li .desc {
    display: none;
  }
  #index-body .arrow a {
    font-size: 16px;
  }
  #index-body .arrow a.prev {
    padding-right: 12px;
  }
  #index-body .arrow a.next {
    padding-left: 12px;
  }
  .font-80 {
    font-size: 29px;
  }
  #index-body .i-about .content .text .con {
    line-height: 2;
  }
  #index-body .i-advantage .content {
    width: 100%;
  }
  #index-body .i-advantage .content ul .slick-list {
    padding-left: 0;
  }
  #index-body .i-advantage .content ul li .ig {
    background: rgba(255, 255, 255, 0.91);
    color: #000;
  }
  #index-body .i-advantage .content ul li .ig span,
  #index-body .i-advantage .content ul li .ig .text .title {
    color: var(--color);
  }
  #index-body .i-advantage .content ul li .ig .text .title {
    font-size: 20px;
  }
  #index-body .i-advantage .content ul li .ig .btn {
    zoom: .6;
  }
  #index-body .i-advantage .content ul li .ig .btn a {
    opacity: 1;
  }
  #index-body .i-news .content .text {
    margin-top: 0;
  }
  #index-body .i-news .content .text ul li .ig .title {
    width: 100% !important;
  }
  #index-body .i-news .content .text ul li .ig .hide {
    width: 100% !important;
  }
  #index-body .i-service .header .title {
    margin-top: 0;
  }
  #footer .f-content .left {
    width: 100%;
  }
  #footer .f-content .right {
    width: 100%;
    margin-top: 20px;
  }
  #footer .f-content .right ul li {
    font-size: 14px;
    line-height: 2;
    margin-top: 0;
  }
  #footer .f-copy {
    font-size: 14px;
  }
  #footer .f-copy a:last-child {
    margin-right: 0;
  }
}
.inner-banner {
  background-image: url("/stgtcnc/2026/09/02/inbanner2.jpg?imageView2/2/format/webp/q/100");
  color: white;
  margin-bottom: -3.4vw;
  z-index: 1;
  position: relative;
  text-align: center;
}
.searchboxs{
  position: absolute;
  width: 353px;
  height: 60px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.inner-banner .searchboxs{
  top: 50%;
  transform: translateY(-50%);
  right: 0%;
  display: none;
}
.searchboxs form{
  width: 100%;
  position: relative;
}
.searchboxs form input[type="text"]{
 width: 100%;
 height: 60px;
 padding: 0 15px;
 font-size: 18px;
 color: #000;
 padding-left: 40px;
 border: none;
}
.searchboxs form input[type="submit"]{
   width: 40px;
   height: 40px;
   background: url(/mengyanggroup/2026/07/01/search-red.png) center center no-repeat;
   background-size: 28px;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   left: 10px;
   border: none;
}
.chip {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 2vw), 75% -webkit-calc(100% - 3.4vw), 50% 99%, 25% -webkit-calc(100% - 2.6vw), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 2vw), 75% -moz-calc(100% - 3.4vw), 50% 99%, 25% -moz-calc(100% - 2.6vw), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2vw), 75% calc(100% - 3.4vw), 50% 99%, 25% calc(100% - 2.6vw), 0 100%);
}
span.h2 {
  line-height: 1.25;
}
span.h2 em {
  color: var(--color);
}
span.h2 .char {
  display: inline-block;
  will-change: transform, opacity;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
span.h2 .word {
  white-space: nowrap;
}
.init-2 {
  position: relative;
}
.init-2:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: #f4f4f4;
}
.init-2 li .box {
  background-color: #141414;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: white;
  position: relative;
}
.init-2 li .box:before {
  content: '';
  width: 0.15em;
  height: 1em;
  position: absolute;
  right: 0;
  top: 15%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-2 li .box .top {
  position: relative;
  z-index: 1;
}
.init-2 li .box .top:before {
  content: '';
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.2);
  height: 1px;
}
.init-2 li .box .top i {
  width: 1.42857143em;
  height: 1.42857143em;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-2 li .box .top i img {
  max-width: 55%;
  max-height: 55%;
}
.init-2 li .box .top span.h6 {
  line-height: 1;
  display: block;
}
.init-2 li .box .top span.h6 sup {
  vertical-align: top;
}
.init-2 li .box .top span.h6 sub {
  vertical-align: top;
}
.init-2 li .box p {
  padding-right: 31%;
  line-height: 1;
}
.init-2 li .box:hover {
  background-color: var(--color);
}
.init-2 li .box:hover:before {
  top: 80%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: black;
}
.init-2 li .box:hover i {
  background-color: #141414;
}
.about-page .about-1 {
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
}
.about-page .about-1:before {
  content: '';
  width: 100%;
  height: 50%;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: white;
  position: absolute;
}
.about-page .about-2 {
  background-color: #f7f7f7;
}
.about-page .about-2 span.h1 {
  line-height: 1;
  margin-bottom: -0.8em;
}
.about-page .init-2:before {
  bottom: 0;
  top: auto
}
.about-page .init-2 .box:before {
  background-color: #f7f7f7;
}
.about-page .init-2 li .box .top .wow-wrap {
  line-height: 1;
  font-size: 0;
}
.about-page .init-2 .box p {
  padding-right: 0;
  line-height: 1.5;
  max-height: 6em;
  overflow: auto;
}
.about-page .about-3 .left ul.slick .slick-list {
  overflow: unset;
}
.about-page .about-3 .left ul.slick .slick-list .slick-slide {
  opacity: .3 !important;
  transform: translateX(-5.0%); scale(.9);
  transition: 1.5s!important;
  transform-origin: center left;
}
.about-page .about-3 .left ul.slick .slick-list .slick-slide~.slick-slide {
  opacity: .6 !important;
  transform: translateX(-2.5%); scale(.95);
}
.about-page .about-3 .left ul.slick .slick-list .slick-slide.slick-current {
  opacity: 1 !important;
  transform: unset;
}
.about-page .about-3 .left ul.slick .slick-list .slick-slide.slick-current+div {
  opacity: .6 !important;
  transform: translateX(-2.5%); scale(.95);
}
.about-page .about-3 .left ul.slick .slick-list .slick-slide.slick-current+div~div {
  opacity: .3 !important;
  transform: translateX(-5.0%); scale(.9);
}
.about-page .about-32 {
  background-color: #f7f7f7;
}
.about-page .about-32 .list .prev {
  left: 100%;
}
.about-page .about-32 .list .next {
  right: 100%;
}
.about-page .about-32 .list .slickBtn div {
  top: 57%;
  background-color: var(--color);
  color: white;
}
.about-page .about-32 .list img {
  border-top-left-radius: 0px;
}
.about-page .about-32 .line {
  height: 6px;
  background: transparent;
  display: block;
  position: relative;
}
.about-page .about-32 .line:before {
  content: '';
  width: 200%;
  height: 1px;
  top: 120%;
  background-color: black;
  position: absolute;
  right: 0;
}
.about-page .about-32 .line,
.about-page .about-32 span.h6,
.about-page .about-32 .text {
  transition: .5s;
}
.about-page .about-32 .slick-current .line {
  background-color: var(--color);
}
.about-page .about-32 .slick-current span.h6 {
  color: var(--color);
}
.about-page .about-32 .slick-current .text {
  opacity: .8;
  font-size: 18px;
}
.about-page .about-4 {
  background-color: #f7f7f7;
}
.about-page .about-4 .content {
  width: 130%;
  background-color: var(--color);
  background-image: url("../images/init-6-bg.png");
  background-repeat: no-repeat;
  background-size: 15% auto;
  background-position: bottom 10% left 20%;
  color: white;
  position: relative;
  z-index: 1;
}
.about-page .about-4 .content .text {
  color: inherit;
}
.about-page .about-5 .list {
  background-image: url("../images/about-5-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding-right: 20%;
  padding-left: 20%;
}
.about-page .about-5 .list .slick-slide {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.about-page .about-5 .list .slick-slide.prev1 {
  -webkit-transform: translateX(-100.0%); scale(0.75);
  -moz-transform: translateX(-100.0%); scale(0.75);
  -ms-transform: translateX(-100.0%); scale(0.75);
  transform: translateX(-100.0%); scale(0.75);
  z-index: -2;
}
.about-page .about-5 .list .slick-slide.prev0 {
  -webkit-transform: translateX(-50.0%); scale(0.87);
  -moz-transform: translateX(-50.0%); scale(0.87);
  -ms-transform: translateX(-50.0%); scale(0.87);
  transform: translateX(-50.0%); scale(0.87);
  z-index: -1;
}
.about-page .about-5 .list .slick-slide.next0 {
  -webkit-transform: translateX(50.0%); scale(0.87);
  -moz-transform: translateX(50.0%); scale(0.87);
  -ms-transform: translateX(50.0%); scale(0.87);
  transform: translateX(50.0%); scale(0.87);
  z-index: -1;
}
.about-page .about-5 .list .slick-slide.next1 {
  -webkit-transform: translateX(100.0%); scale(0.75);
  -moz-transform: translateX(100.0%); scale(0.75);
  -ms-transform: translateX(100.0%); scale(0.75);
  transform: translateX(100.0%); scale(0.75);
  z-index: -2;
}
.about-page .about-5 .list .slickBtn div {
  top: 57%;
}
.about-page .about-5 .list .slickBtn .prev {
  right: 15%;
}
.about-page .about-5 .list .slickBtn .next {
  left: 15%;
  right: auto !important;
}
.about-page .about-6 {
  /*background-color: #f7f7f7;*/
}
.init-8 {
  height: 26.04166667vw;
  margin-top: -3.4vw;
  position: relative;
  z-index: -1;
}
.manufacturing-page {
  /*background-color: white;*/
}
.manufacturing-1 {
  position: relative;
}
.manufacturing-1:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--color);
  z-index: -1;
}
.manufacturing-2 {
  /*background-color: var(--color);*/
}
.manufacturing-2 .ui.container {
  max-width: 1400px;
}
.manufacturing-2 span.h1 {
  line-height: 1;
  margin-bottom: -0.9em;
}
.manufacturing-2 .box {
  background-color: #fff;
  margin-top: -8%;
}
.manufacturing-2 .box .text {
  padding-left: 1em;
  max-height: 9em;
  overflow: auto;
}
.manufacturing-3 ul li .box {
  background-color: #f7f7f7;
  border: .5em solid #f7f7f7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
}
.manufacturing-3 ul li .box:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}
.manufacturing-3 .more em {
  padding: 0;
}
.manufacturing-3 .more i {
  position: static;
  transform: unset !important;
  opacity: 1!important;
}
.manufacturing-3 .box span.h6 {
  text-align: center;
}
.manufacturing-5 {
  position: relative;
}
.manufacturing-5:before {
  content: '';
  width: 100%;
  height: 56%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: #f7f7f7;
}
.manufacturing-5 .box {
  color: white;
  position: relative;
  z-index: 1;
}
.manufacturing-5 .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.manufacturing-5 .box .text {
  color: inherit;
}
.inner-page .m-page div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: .5em;
}
.inner-page .m-page div a,
.inner-page .m-page div span {
  width: 2em;
  height: 2em;
  border-top-left-radius: .5em;
  background-color: #141414;
  color: white;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-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;
}
.inner-page .m-page div a:hover,
.inner-page .m-page div span.current {
  background-color: var(--color);
}
.factory-1{
  /*background: #fff;*/
}
.faq-1 {
  /*background-color: white;*/
}
.faq-1 .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 30px 40px 30px 20px;
  background: #f7f7f7;
  /*border-top-right-radius: 30px;*/
}
.faq-1 .list li span.h6 {
  cursor: pointer;
  font-family: 'Anton';
  font-size: 26px;
}
.faq-1 .list li .text {
  color: inherit;
}
.faq-1 .list li.active {
  background-color: var(--color);
  color: white;
}
.init-1 {
  background-color: #f4f4f4;
  position: relative;
}
.init-1:before {
  content: '';
  width: 100%;
  height: 10vw;
  position: absolute;
  right: 0;
  bottom: 99%;
  z-index: -1;
  background-color: #f4f4f4;
}
.init-1 .box {
  position: relative;
  z-index: 1;
}
.init-1 .box .left {
  height: 36.97916667vw;
}
.init-1 .box .left .play {
  width: 5em;
  height: 5em;
  background-color: rgba(216, 40, 43, 0.8);
}
.init-1 .box .left .play:before,
.init-1 .box .left .play:after {
  background-color: transparent;
  border: 1px solid white;
}
.init-1 .box .bottom {
  background-color: var(--color);
  color: white;
  position: relative;
  padding-left: 14%;
  border-top-left-radius: 4.6875vw;
}
.init-1 .box .bottom:before {
  content: '';
  width: 35%;
  position: absolute;
  top: 0;
  left: 99%;
  z-index: -1;
  background-color: inherit;
  height: 100%;
}
.init-1 .box .bottom .options {
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.init-1 .box .bottom .options span {
  opacity: .5;
}
.init-1 .box .bottom .options span.active {
  opacity: 1;
}
.init-1 .box .bottom .text {
  color: inherit;
}
.init-6 .list .box {
  background-color: #f2f2f2;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  height: 100%;
}
.init-6 .list li {
  height: 100%;
}
.init-6 .list .box:before {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-6 .list .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-image: url("../images/init-6-bg.png");
  background-repeat: no-repeat;
  background-position: left 10% bottom;
  background-size: 30% auto;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-6 .list .box .top i.iconfont {
  font-size: 1.3em;
}
.init-6 .list .box .top time {
  height: 4em;
  padding-right: .9em;
  padding-left: 1em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-6 .list .box .top time span {
  line-height: 1;
}
.init-6 .list .box a.img {
  border: 0.52083333vw solid white;
  border-left: none;
  display: block;
  overflow: hidden;
  position: relative;
}
.init-6 .list .box a.img img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.init-6 .list .box a.img:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.init-6 .list .box:hover {
  color: white;
}
.init-6 .list .box:hover:before {
  height: 100%;
}
.init-6 .list .box:hover:after {
  opacity: 1;
}
.init-6 .list .box:hover .top time {
  background-color: black;
}
.init-6 .list .box:hover a.img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.init-6 .list .box:hover a.img:before {
  width: 100%;
  height: 100%;
}
.init-6 .list .box:hover .more{
  background: #000;
}
.product-yd-page .product-yd-1 {
  background-color: white;
}
.product-yd-page .product-yd-1 .text {
  max-height: 6em;
  overflow: auto;
  padding-left: 10px;
}
.product-yd-page .product-yd-1 .slide {
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-yd-1 .slide:after {
  content: '';
  width: 0.15em;
  height: 1em;
  background-color: var(--color);
  position: absolute;
  right: 0;
  top: 20%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-yd-1 .slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: inherit;
  background-color: #f7f7f7;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-yd-1 .slide span.h3 {
  line-height: 1;
}
.product-yd-page .product-yd-1 .slide span.h1 {
  bottom: 10%;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  line-height: 1;
  white-space: nowrap;
  -webkit-filter: opacity(0);
  filter: opacity(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  pointer-events: none;
}
.product-yd-page .product-yd-1 .slide:hover {
  color: white;
}
.product-yd-page .product-yd-1 .slide:hover:before {
  width: 86%;
  background-color: var(--color);
}
.product-yd-page .product-yd-1 .slide:hover:after {
  top: 79%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: black;
}
.product-yd-page .product-yd-1 .slide:hover .text {
  color: inherit;
}
.product-yd-page .product-yd-1 .slide:hover .more {
  background-color: black;
}
.product-yd-page .product-yd-1 .slide:hover .more i {
  background-color: var(--color);
  color: white;
}
.product-yd-page .product-yd-1 .slide:hover span.h1 {
  -webkit-filter: unset;
  filter: unset;
}
.product-yd-page .product-yd-1 .slide:not(.flex-drr) {
  text-align: left;
}
.product-yd-page .product-yd-1 .slide:not(.flex-drr) span.h3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-yd-page .product-yd-1 .slide:not(.flex-drr):before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  right: auto;
  left: 0;
}
.product-yd-page .product-yd-1 .slide:not(.flex-drr):after {
  right: auto;
  left: 0;
}
.inner-page .optionsNav a {
  height: 2em;
  padding: 0 1em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .optionsNav a:hover,
.inner-page .optionsNav a.active {
  background-color: #141414;
}
.inner-page .optionsNavchild a {
  color: #666;
  transition: .5s;
  line-height: 1;
  border-right: 0 solid var(--color);
  padding-right: 0;
}
.inner-page .optionsNavchild a:hover,
.inner-page .optionsNavchild a.active {
  color: black;
  padding-right: .3em;
  border-left-width: .3em;
}
.inner-page .optionsNavchild2 a {
  color: #666;
  transition: .5s;
}
.inner-page .optionsNavchild2 a.active,
.inner-page .optionsNavchild2 a:hover {
  color: var(--color);
}
.inner-page .ProList ul {
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  row-gap: 1.5em;
}
.inner-page .ProList ul li {
  background-color: #f9f9f9;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: 0.15em solid transparent;
}
.inner-page .ProList ul li:before {
  content: '';
  width: 0.15em;
  height: 0.6em;
  position: absolute;
  right: -0.15em;
  bottom: .7em;
  background-color: var(--color);
  z-index: 1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .ProList ul li .txt-right {
  font-size: 0;
}
.inner-page .ProList ul li .more {
  opacity: 0;
}
.inner-page .ProList ul li .more i {
  color: white;
  background-color: var(--color);
}
.inner-page .ProList ul li .img {
  display: block;
}
.inner-page .ProList ul li .img img {
  margin: 0 auto;
}
.inner-page .ProList ul li span.h5 {
  -webkit-filter: opacity(0.2);
  filter: opacity(0.2);
  line-height: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .ProList ul li span.h5 a {
  max-width: 6em;
  text-align: center;
}
.inner-page .ProList ul li span.h6 {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: .2em 0 1em;
  margin-top: -0.8em;
}
.inner-page .ProList ul li span.h6 a {
  max-width: 10.90909091em;
}
.inner-page .ProList ul li:hover {
  padding-top: 1em;
  margin-top: -0.5em;
  border-color: var(--color);
}
.inner-page .ProList ul li:hover .more {
  opacity: 1;
}
.inner-page .ProList ul li:hover:before {
  top: 0;
}
.inner-page .ProList ul li:hover span.h5 {
  opacity: 1;
}
.inner-page .ProList ul li:hover span.h6 {
  background-color: var(--color);
  color: white;
  padding: .6em 0;
}
.inner-page .ProList .slick-list {
  padding-top: .5em;
}
.inner-page .ProList ul.slick {
  margin: 0 -0.5em;
}
.inner-page .ProList ul.slick .slick-slide > div {
  padding: 0 .5em;
}
.nor {
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@-webkit-keyframes lz {
  from {
    -webkit-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }
  to {
    -webkit-transform: translateX(50.0%);
    transform: translateX(50.0%);
  }
}
@-moz-keyframes lz {
  from {
    -moz-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }
  to {
    -moz-transform: translateX(50.0%);
    transform: translateX(50.0%);
  }
}
@keyframes lz {
  from {
    -webkit-transform: translateX(-0.0);
    -moz-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }
  to {
    -webkit-transform: translateX(50.0%);
    -moz-transform: translateX(50.0%);
    transform: translateX(50.0%);
  }
}
.init-3 .motor {
  white-space: nowrap;
  line-height: 1;
  background-color: var(--color);
  color: white;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  margin-right: -1%;
  width: 102%;
}
.init-3 .motor i {
  width: 0.22222222em;
  height: 0.22222222em;
  border-radius: 100%;
  background-color: white;
  margin: 0 0.77777778em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.init-3 .motor .slide {
  -webkit-animation: lz 20s linear infinite;
  -moz-animation: lz 20s linear infinite;
  animation: lz 20s linear infinite;
}
.init-3 .motor.pos {
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: rotate(-2.5deg);
  -moz-transform: rotate(-2.5deg);
  -ms-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
  -webkit-transform-origin: 55% 50%;
  -moz-transform-origin: 55% 50%;
  -ms-transform-origin: 55% 50%;
  transform-origin: 55% 50%;
  background-color: #ffe6e6;
}
.init-3 .motor.pos .slide {
  animation: lz 12s linear infinite reverse;
}
.product-page {
  background-color: #eee;
}
.product-page .init-8 {
  z-index: 1;
  margin-top: 0;
}
.product-page .init-3 {
  z-index: 2;
}
.service-1 .box .right {
  margin-bottom: -50%;
}
.service-1 .box span.h1 {
  white-space: nowrap;
}
.service-1 .box .content {
  background-color: var(--color);
  color: white;
  position: relative;
  z-index: 1;
}
.service-1 .box .content .text {
  color: inherit;
}
.testing-page .testing-1 .options {
  background-color: #dbdbdb;
}
.testing-page .testing-1 .options span {
  color: #666;
  padding-top: .5em;
  padding-bottom: .5em;
  display: block;
}
.testing-page .testing-1 .options span.active {
  background-color: var(--color);
  color: white;
}
.testing-page .testing-1 .m-link {
  margin-top: auto;
}
@media screen and (max-width: 1450px) {
  .font-em-30 {
    font-size: 2.75em;
  }
  .init-1 .box .left {
    height: 50vw;
  }
  .about-page .about-32 .list .next{
    right: initial;
  }
}
@media (max-width: 1250px) {
  .font-em-20 {
    font-size: 1.4em;
  }
  .about-page .about-4 .content {
    width: 100%;
  }
  .manufacturing-4 .content{
    width: 100%;
  }
  table {
    white-space: nowrap;
  }
  .service-1 .box .right {
    margin-bottom: 0;
  }
}
@media (max-width: 1000px) {
  .init-2 li .box p {
    padding-right: 18%;
  }
}
@media (max-width: 700px) {
  .about-page .about-5 .list {
    padding-right: 7%;
    padding-left: 7%;
  }
  .about-page .about-5 .list .slickBtn .prev {
    right: 1%;
  }
  .about-page .about-5 .list .slickBtn .next {
    left: 1%;
  }
  .product-yd-page .product-yd-1 .slide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-yd-page .product-yd-1 .slide .left {
    width: 100%;
  }
  .product-yd-page .product-yd-1 .slide .right {
    width: 100%;
  }
  .product-yd-page .product-yd-1 .slide:before {
    width: 100% !important;
  }
  .init-1 .box .left .play {
    height: 3em;
    width: 3em;
  }
}
@media (max-width: 500px) {
  .font-em-20 {
    font-size: 1em;
  }
  .init-2 li .box p {
    padding-right: 40px;
  }
  .manufacturing-2 span.h1 {
    margin-bottom: -0.3em;
    text-align: center;
  }
  .manufacturing-2 .box {
    margin-top: 0;
    padding: 4%;
  }
  .manufacturing-2 .box .text {
    max-height: none;
    overflow: unset;
  }
  .manufacturing-5 .box {
    padding: 10% 3%;
  }
}
.news-page {
  /*background-color: white;*/
}
.news-page .news-tab ul {
  margin: -6px;
}
.news-page .news-tab ul li {
  padding: 6px;
}
.news-page .news-tab ul li a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 9px 23px 8px;
  /*border-top-right-radius: 20px;*/
  background: var(--color);

}
.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  background: #141414;
  color: #fff;
}
.news-page .news-list {
  margin-top: 70px;
}
.news-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}
.news-page .news-list ul li .text {
  background: #f7f7f7;
  /*border-top-right-radius: 50px;*/
  padding: 30px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 2;
  color: black;
  height: 100%;
}
.news-page .news-list ul li .text .top span {
  font-size: 14px;
  background: var(--color);
  color: #fff;
  display: inline-block;
  padding: 0 22px;
  line-height: 36px;
  /*border-top-right-radius: 10px;*/
}
.news-page .news-list ul li .text .top time {
  font-size: 16px;
  line-height: 30px;
  opacity: .6;
}
.news-page .news-list ul li .text .tit {
  /*height: 90px;*/
  font-weight: bold;
  margin-top: 32px;
  line-height: 1.4;
}
.news-page .news-list ul li .text .xinwen {
  opacity: .7;
}
.news-page .news-list ul li .text .more2 {
  display: block;
  background-color: black;
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
}
.news-page .news-list ul li .text .more2 span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/leceling-jingshi/2025/12/12/arrow.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.news-page .news-list ul li .text .more2::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(-0.0,100);
  -moz-transform: translate(-0.0,100);
  -ms-transform: translate(-0.0,100);
  transform: translate(-0.0,100);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.news-page .news-list ul li .text .more2:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-page .news-list ul li .text .more,
.newdet-page .sideBox .sideLeft .back .more {
  width: auto;
  height: auto;
  padding: 0;
  background-color: transparent;
  left: 30px;
  bottom: 30px;
  opacity: 0;
}
.news-page .news-list ul li:hover .text .more {
  opacity: 1;
}
.news-page .news-list ul li .text .more i,
.newdet-page .sideBox .sideLeft .back .more i {
  transform: unset !important;
  opacity: 1 !important;
  position: static !important;
}
.newdet-page .sideBox .sideLeft .back .more {
  opacity: 1;
}
.newdet-page .sideBox .sideLeft .back .more i {
  background-color: var(--color);
}
.news-page .news-list ul li:hover .text {
  background: #d8282b;
  color: white;
}
.news-page .news-list ul li:hover .text .top span {
  background-color: black;
}
.news-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}
.newdet-page {
  /*background-color: #f7f7f7;*/
}
.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  right: 0;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn {
  display: inline-block;
  background-color: var(--color);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fh.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(-0.0,100);
  -moz-transform: translate(-0.0,100);
  -ms-transform: translate(-0.0,100);
  transform: translate(-0.0,100);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-right: 14px;
}
.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newdet-page .sideBox .sideRight {
  width: 73%;
}
.newdet-page .sideBox .sideRight .category {
  background: var(--color);
  text-align: center;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 46px;
  /*border-top-right-radius: 20px;*/
  padding: 0 23px;
  margin-bottom: 64px;
}
.newdet-page .sideBox .sideRight h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  font-family: Antonio;

}
.newdet-page .sideBox .sideRight time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
  margin: 59px 0 60px;
}
.newdet-page .sideBox .sideRight .content {
  font-size: 20px;
  color: #333;
  line-height: 1.8;
}
@media screen and (max-width: 1250px) {
  .news-page .news-list ul li .text {
    padding: 30px 15px;
  }
  .news-page .news-list ul li .text .more2 {
    left: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .news-list {
    margin-top: 30px;
  }
  .newdet-page .sideBox .sideLeft {
    width: 15%;
  }
  .newdet-page .sideBox .sideLeft .back .pageBackwz {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 85%;
  }
}
@media screen and (max-width: 700px) {
  .news-page .news-tab {
    display: none;
  }
  .news-page .news-list {
    margin-top: 0;
  }
  .news-page .news-list ul li .text .top time {
    display: block;
    margin-top: 10px;
  }
  .news-page .news-list ul li .text .tit {
    margin-top: 16px;
    /*height: 10px;*/
  }
  .news-page .news-list ul li .text .more2 {
    position: initial;
    margin-top: 20px;
  }
  .newdet-page .sideBox .sideLeft {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .sideBox .sideRight .category {
    margin-bottom: 30px;
  }
  .newdet-page .sideBox .sideRight h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .newdet-page .sideBox .sideRight time {
    margin: 30px 0;
  }
  .newdet-page .sideBox .sideRight .content {
    font-size: 16px;
    line-height: 30px;
  }
}
.contact-page .contact-1 .header .con {
  font-size: 20px;
  line-height: 30px;
  max-width: 820px;
  color: #4B4B4B;
}
.contact-page .contact-1 .content {
  margin-top: 64px;
}
.contact-page .contact-1 .content ul {
  margin: -15px;
}
.contact-page .contact-1 .content ul li {
  padding: 15px;
}
.contact-page .contact-1 .content ul li .ig {
  background-color: #f6f7f9;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.6;
  /*border-top-right-radius: 50px;*/
  min-height: 250px;
  padding: 0 40px 0 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig .info {
  padding: 35px 0 100px;
  font-size: 20px;
}
.contact-page .contact-1 .content ul li .ig .tit {
  position: absolute;
  bottom: 30px;
  right: 40px;
  font-size: 38px;
  line-height: 60px;
  height: 60px;
  font-weight: 600;
}
.contact-page .contact-1 .content ul li .ig::after {
  content: '';
  display: block;
  background: url(../images/contact-icon1.png) center center no-repeat var(--color);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}
.contact-page .contact-1 .content ul li .ig:hover::after {
  background-color: #141414;
}
.contact-page .contact-1 .content ul li.ie2 .ig::after {
  background-image: url(../images/contact-icon2.png);
}
.contact-page .contact-1 .content ul li.ie3 .ig::after {
  background-image: url(../images/contact-icon3.png);
}
.contact-page .contact-2 {
  padding-top: 6%;
  background: #f6f7f9;
}
.contact-page .contact-2 .box {
  background: #fff;
  padding: 50px;
  border-top-left-radius: 50px;
}
.contact-page .contact-2 .box .form {
  margin-top: 42px;
}
.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}
.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}
.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: 20px;
  margin-bottom: 6px;
}
.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  height: 50px;
  border-top-left-radius: 20px;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 2;
  border: 0;
  padding: 4px 3% 4px 3%;
}
.contact-page .contact-2 .box .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 150px;
}
.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-3 iframe {
  display: block;
  border: 0;
}
.contact-page .contact-2 .box .form ul li button{
  border: 0;
}
.design-page .design-2 {
    padding: 20px 0 110px } .design-page .design-2 .i-title { line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 50px;
}
.design-page .design-2 .left .img {
    border-radius: 10px
}
.design-page .design-2 .left .txt {
    font-size: 18px;
    line-height: 1.4;
    color: #7b7b7b;
    margin-bottom: 20px
}
.design-page .design-2 .left .img img {
    border-radius: 10px
}
.design-page .design-2 .right {
    padding-left: 90px } .design-page .design-2 .right img { border-radius: 10px } .design-page .design-2 .right .txt { font-size: 18px;
    line-height: 32px;
    color: #7b7b7b;
    margin-top: 30px
}
.design-page .design-4 {
    background: url(../images/service-bg.jpg) no-repeat;
    color: #fff;
    padding: 107px 70px;
    background-attachment: fixed;
    margin-bottom: 110px;
    background-size: cover;
}
.design-page .design-4 .left {
    position: sticky;
    top: 170px;
    width: 35%
}
.design-page .design-4 .left p {
    font-size: 18px;
    line-height: 1.7
}
.design-page .design-4 .left .i-title {
    line-height: 1.2
}
.design-page .design-4 .right {
    padding-right: 90px;
    width: 65%
}
.design-page .design-4 .right ul li {
    padding-right: 140px;
    position: relative;
    padding-bottom: 100px
}
.design-page .design-4 .right ul li .icon {
    width: 77px;
    height: 77px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    line-height: 77px;
    position: absolute;
    right: 0;
    top: 0
}
.design-page .design-4 .right ul li .icon img {
    vertical-align: middle
}
.design-page .design-4 .right ul li .icon:after {
    content: "";
    position: absolute;
    right: 50%;
    top: 130%;
    width: 1px;
    height: 262%;
    background: rgba(255,255,255,.3)
}
.design-page .design-4 .right ul li:last-child .icon:after {
    content: none
}
.design-page .design-4 .right ul li h4 {
    font-size: 30px;
    font-weight: 700
}
.design-page .design-4 .right ul li .des {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 14px;
    color: #fff
}
@media (max-width: 1250px) {
  .design-page .design-4 .right ul li{
    padding-right: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .header .con {
    max-width: 300px;
  }
  .contact-page .contact-1 .content {
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul li {
    width: 50%;
  }
  .contact-page .contact-1 .content ul li .ig {
    padding: 0 20px;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    right: 20px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    left: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 30px;
  }
  .contact-page .contact-3 iframe {
    height: 400px;
  }
  .design-page .design-4 .left{
    position: initial;
  }
  .design-page .design-4 .right{
    margin-top: 30px;
  }
  .design-page .design-4{
    padding: 60px 20px;
  }
  .design-page .design-4 .right ul li{
    padding-bottom: 50px;
  }
  .design-page .design-4 .right ul li:last-child{
    padding-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul {
    margin: -7px;
  }
  .contact-page .contact-1 .content ul li {
    padding: 7px;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 300px;
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 22px;
    bottom: 16px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 20px 15px;
  }
  .contact-page .contact-2 .box .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .box .form ul {
    margin: -6px -12px;
  }
  .contact-page .contact-2 .box .form ul li {
    padding: 6px 12px;
  }
  .design-page .design-4 .right ul li h4{
    font-size: 24px;
  }
  .design-page .design-4 .right ul li .des{
    font-size: 16px;
    line-height: 1.8;
  }
  .design-page .design-4{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .content ul li {
    width: 100%;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }
  .contact-page .contact-2 .form ul li textarea {
    height: 130px;
  }
  .contact-page .contact-3 iframe {
    height: 300px;
  }
  .design-page .design-4 .left p{
    font-size: 14px;
    line-height: 2;
  }
  .design-page .design-4 .right ul li .icon{
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .design-page .design-4 .right ul li {
    padding-right: 80px;
    padding-bottom: 30px;
   }
  .design-page .design-4 .right ul li h4 {
    font-size: 20px;
  }  
  .design-page .design-4 .right ul li .des{
    font-size: 14px;
    line-height: 2;
  }
  .design-page .design-2 .i-title{
    font-size: 24px;
    margin-top: 20px;
    line-height: 1.4;
  }
  .design-page .design-2 .right{
    font-size: 16px;
    margin-top: 15px;
  }
  .design-page .design-2 .left .txt{
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1700px) {
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .font-em-20 {
    font-size: 1.4em;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 20px;
    height: auto;
    line-height: normal;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    zoom: .7;
  }
  .contact-page .contact-1 .content ul li .ig .info {
    padding-bottom: 70px;
    font-size: 18px;
  }
  .contact-page .contact-1 .header .con {
    font-size: 18px;
  }
  .newdet-page .sideBox .sideRight h1 {
    font-size: 28px;
  }
  .newdet-page .sideBox .sideRight .category {
    font-size: 18px;
    margin-bottom: 1.5em;
  }
  .newdet-page .sideBox .sideRight time {
    margin: 1.5em 0;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .sideBox .sideRight .category {
    font-size: 16px;
    zoom: .8;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-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;
  right: 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;
  left: 10px;
  background: #eee;
  cursor: pointer;
  -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%;
  right: 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-left: 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;
}
.seo_title{
	font-size: 2vw;
	font-family: 'Anton';
	text-transform: uppercase;
}
#honor_list ul{
	margin: -15px;
}
#honor_list ul li{
	padding: 15px;
}
#seo_other{
  /*background: #fff;*/
}
@media (max-width: 1000px) {
  #seo_other{
    display: none;
  }
}
.inner-page .container{
  max-width: 1630px;
  width: 100%;
}
@media (max-width: 1700px) {
  .inner-page .container{
    max-width: 1400px;
  }
}
@media (max-width: 1450px) {
  .inner-page .container{
    max-width: 1200px;
  }
}
@media (max-width: 1250px) {
  .inner-page .container{
    max-width: 970px;
  }
}
@media (max-width: 1000px) {
  .inner-page .container{
    max-width: 700px;
  }
}
@media (max-width: 700px) {
  .inner-page .container{
    max-width: 100%;
  }
}
.prodet-page {
  background: #fff;
}
.prodet-page .prodet-1 .box .left {
  width: 55%;
  position: sticky;
  top: 120px;
}
.prodet-page .prodet-1 .box .left .big {
  width: 80.4%;
  padding-left: 2%;
}
.prodet-page .prodet-1 .box .left .big ul li a {
  display: block;
  overflow: hidden;
}
.prodet-page .prodet-1 .box .left .big ul li img {
  width: 100%;
  background: #f9f9f9;
}
.prodet-page .prodet-1 .box .left .small {
  width: 18%;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -0.5vw;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 0.5vw;
}
.prodet-page .prodet-1 .box .left .small ul li img {
  background: #f9f9f9;
  cursor: pointer;
}
.prodet-page .prodet-1 .box .right {
  width: 45%;
}
.prodet-page .prodet-1 .box .right .content {
  border-bottom: 1px solid #d4d3cd;
}
.prodet-page .prodet-1 .box .right .pro_box ul {
  margin: -15px;
}
.prodet-page .prodet-1 .box .right .pro_box ul li {
  padding: 15px;
}
.prodet-page .prodet-1 .box .right .pro_box ul li .text {
  line-height: 1.3;
}
.prodet-page .prodet-1 .box .right .pro_box ul li .text span {
  transition: all 0.5s;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
.prodet-page .prodet-1 .box .right .pro_box ul li .text:hover span {
  background-size: 100% 1px;
}
.m-link a {
  transition: 0.5s;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
.m-link a:hover {
  background-size: 100% 1px;
}
.pl-per-5 {
    padding-right: 1%;
}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-1 .box .right .pro_box ul {
    margin: -8px;
  }
  .prodet-page .prodet-1 .box .right .pro_box ul li{
    padding: 8px;
  }
}
@media screen and (max-width: 1250px){
  .prodet-page .prodet-1 .box .left {
    top: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .box .left {
    width: 100%;
    position: static;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding-right: 0;
    margin-top: 40px;
  }
  .prodet-page .prodet-1 .box .right .pro_box ul {
    margin: -8px;
  }
  .prodet-page .prodet-1 .box .right .pro_box ul li {
    padding: 8px;
  }
  .prodet-page .prodet-1 .box .left .small {
      width: 18.5%;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .box .left .big {
    padding-left: 6px;
  }
}