@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.eot');
  src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'), url('../fonts/Montserrat-ExtraBold.woff') format('woff'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  --color: #ee2a29;
  font-family: 'Montserrat';
  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: 1666px;
  margin: 0 auto;
}
.more {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  background: var(--color);
  color: #fff;
  padding: 13px 38px 13px 39px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  overflow: hidden;
}
.more::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color: #000;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.more:hover::before {
  scale: 4;
}
@-webkit-keyframes updown {
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-moz-keyframes updown {
  50% {
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes updown {
  50% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 8px 0;
}
#header .nav {
  position: relative;
}
#header .nav .menu-box {
  margin: 0 0 0 auto;
}
#header .nav .menu-box ul.menu > li {
  font-size: 20px;
  line-height: 1;
  margin-right: 46px;
  font-weight: 500;
  color: #fff;
  float: left;
  position: relative;
  text-transform: uppercase;
}
#header .nav .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 .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 .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: 18px;
  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 .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 .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,
#header .nav .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .menu-box ul.menu > li:nth-child(2) .sub-menu{
  display: none;
}
#header .nav .search {
  width: 15.221%;
}
#header .nav .search form {
  width: 100%;
  position: relative;
  border: 0;
}
#header .nav .search form input[type="text"] {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.2);
  border: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding: 0 46px 0 27px;
}
#header .nav .search form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
#header .nav .search form input[type="text"]:-moz-placeholder {
  color: #fff;
}
#header .nav .search form input[type="text"]::-moz-placeholder {
  color: #fff;
}
#header .nav .search form input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
#header .nav .search form input[type="text"]::placeholder {
  color: #fff;
}
#header .nav .search form input[type="submit"] {
  position: absolute;
  right: 13px;
  top: 7px;
  width: 27px;
  height: 25px;
  background: url(../images/search.png) no-repeat center;
  border: 0;
}
#header .nav .yuy span {
  display: inline-block;
  padding: 7px 0 7px 27px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
#header .nav .yuy span::after {
  content: '';
  position: absolute;
  top: 1px;
  left: -1px;
  width: 1px;
  height: 20px;
  background: var(--color);
  -webkit-animation: updown 5s linear infinite;
  -moz-animation: updown 5s linear infinite;
  animation: updown 5s linear infinite;
}
#header .nav .yuy ul {
  left: initial;
  right: 0;
}
#header.active {
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
#header .nav .item {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .item .box {
  max-width: 1300px;
  margin: 0 auto;
}
#header .nav .item .box .ig {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 19px 4px rgba(0, 18, 43, 0.13);
  box-shadow: 0px 0px 19px 4px rgba(0, 18, 43, 0.13);
  border-radius: 10px;
  padding: 30px 60px 36px;
}
#header .nav .item .box .ig .title {
  position: relative;
  padding-bottom: 6px;
  width: 90%;
  min-height: 30px;
  font-weight: 600;
}

#header .nav .item .box .ig .title::before{
  content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgb(238 42 41 / 35%);
    border-radius: 50%;
    left: -15px;
}
#header .nav .item .box .ig .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .item .box .ig .title:hover{
  color: var(--color);
}
#header .nav .item .box .ig .title:hover::after{
  width: 100%;
}
#header .nav .item .box .ig .title:hover::before{
  background: var(--color);
}
#header .nav .item .box .ig ul li{
  margin-bottom: 12px;
  padding: 10px 0;
}
#header .nav .item .box .ig .child {
  width: 78%;
}
#header .nav .item .box .ig .child li {
  color: #666666;
  line-height: 2;
  margin-bottom: 12px;
}
#header .nav .item.active {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.title,
.i-title {
  font-weight: 900;
}
.i-title {
  line-height: 1.1;
  font-size: 56px;
}
.text-color {
  color: var(--color);
}
.font-500 {
  font-weight: 500;
}
a.link img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  margin-left: 11px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
a.link:hover img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#banner ul li {
  position: relative;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #fff;
}
#banner ul li .text .box {
  max-width: 833px;
}
#banner ul li .text .title {
  padding: 0 0 9px 80px;
}
#banner ul li .text .title::before {
  content: '';
  position: absolute;
  top: 54%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 56px;
  height: 44px;
  background: url(../images/banner-logo.png) no-repeat center;
}
#banner ul li .text .title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
#banner ul li .text .con {
  line-height: 1.4;
}
#banner ul li .text .con em {
  display: block;
}
#banner ul li .text .title,
#banner ul li .text .con {
  -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 li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/banner-bg.png) no-repeat;
  background-size: 100% 100%;
}
#banner ul .slick-current li .title,
#banner ul .slick-current li .con {
  -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 .slick-current li .title {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
#banner ul .slick-current li .con {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
#banner .dots {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 63.2%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner .dots li {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: relative;
  background: transparent;
  border: 2px solid transparent;
  margin-bottom: 25px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .dots li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
}
#banner .dots li button {
  display: none;
}
#banner .dots li:last-child {
  margin-bottom: 0;
}
#banner .dots li.slick-active {
  border-color: rgba(255, 255, 255, 0.4);
}
#banner .category {
  right: 7.24%;
  bottom: 55px;
  width: 272px;
}
#banner .category dl {
  margin-bottom: -19px;
}
#banner .category dl dd {
  padding-bottom: 19px;
}
#banner .category dl dd a {
  height: 82px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .category dl dd a img {
  margin-left: 26px;
}
#banner .category dl dd a:hover {
  background: var(--color);
  border-color: var(--color);
}
.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 icon-btn-ani {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes icon-btn-ani {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  70% {
    -moz-transform: scale(0.98);
    transform: scale(0.98);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes icon-btn-ani {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0.2;
  }
  to {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks2 {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0.2;
  }
  to {
    -moz-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0.2;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
#index-body .i-product {
  padding: 6.771% 0 7.65625%;
  z-index: 1;
  overflow: hidden;
}
#index-body .i-product .i-title {
  max-width: 450px;
}
#index-body .i-product .box {
  padding-left: 8.021%;
}
#index-body .i-product .left {
  width: 20.3851%;
}
#index-body .i-product .left ul {
  margin-bottom: -23px;
  padding: 42px 0;
}
#index-body .i-product .left ul .slick-track {
  display: block;
}
#index-body .i-product .left ul li {
  padding-bottom: 23px;
}
#index-body .i-product .left ul li a {
  color: #646464;
}
#index-body .i-product .left ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 33px;
  height: 26px;
  background: url(../images/p-logo.png) no-repeat center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .left ul .slick-current li a {
  padding-left: 34px;
  color: #000;
}
#index-body .i-product .left ul .slick-current li a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .i-product .left .prev,
#index-body .i-product .left .next {
  left: -3px;
  font-size: 30px;
  color: #646464;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .left .prev:hover,
#index-body .i-product .left .next:hover {
  color: #000;
}
#index-body .i-product .left .prev {
  top: 0;
}
#index-body .i-product .left .next {
  bottom: 0;
}
#index-body .i-product .right {
  width: 79.6149%;
  margin-top: -70px;
}
#index-body .i-product .right ul {
  overflow: hidden;
}
#index-body .i-product .right ul .slick-list {
  padding-right: 200px !important;
  overflow: hidden;
}
#index-body .i-product .right ul li {
  padding: 10px;
}
#index-body .i-product .right .ig {
  background-color: #f2f2f2;
  border-radius: 10px;
  text-align: center;
  padding: 30px 56px 47px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .right .ig .tit {
  line-height: 1.4;
  text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
#index-body .i-product .right .ig .img-box {
  background: #fff;
  border-radius: 50%;
}
#index-body .i-product .right .ig p {
  line-height: 1.5;
}
#index-body .i-product .right .ig .btn-point span {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  font-size: 24px;
  color: #fff;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  background: #000;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#index-body .i-product .right .ig::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pbg1.png) no-repeat center;
  background-size: cover;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
}
#index-body .i-product .right .ig:hover {
  background: transparent;
}
#index-body .i-product .right .ig:hover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .i-product .right .ig:hover p {
  opacity: 0;
}
#index-body .i-product .right .ig:hover .btn-point {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 2;
  width: 70px;
  height: 70px;
}
#index-body .i-product .right .ig:hover .btn-point span {
  overflow: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform -webkit-calc(0.56s) -webkit-calc(0.04s) cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform calc(0.56s) calc(0.04s) cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform -moz-calc(0.56s) -moz-calc(0.04s) cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform -moz-calc(0.56s) -moz-calc(0.04s) cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform calc(0.56s) calc(0.04s) cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform calc(0.56s) calc(0.04s) cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform calc(0.56s) calc(0.04s) cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform calc(0.56s) calc(0.04s) cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#index-body .i-product .right .slickBtn {
  font-size: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 9.3%;
  margin-bottom: 35px;
}
#index-body .i-product .right .slickBtn div {
  background: transparent;
  color: #000;
  width: auto;
  height: auto;
}
#index-body .i-product .right .slickBtn div:hover {
  color: var(--color);
}
#index-body .i-product .icon1 {
  z-index: -1;
  left: 11%;
  top: 20%;
  width: 27.5521%;
  -webkit-animation: ks2 6s linear infinite;
  -moz-animation: ks2 6s linear infinite;
  animation: ks2 6s linear infinite;
}
#index-body .i-product .icon2 {
  z-index: -1;
  top: 38px;
  left: 43%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16.146%;
  -webkit-animation: ks2 6s linear infinite;
  -moz-animation: ks2 6s linear infinite;
  animation: ks2 6s linear infinite;
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
}
#index-body .i-product .icon3 {
  z-index: -1;
  right: 0;
  bottom: -14%;
  width: 30.0521%;
  -webkit-animation: ks2 6s linear infinite;
  -moz-animation: ks2 6s linear infinite;
  animation: ks2 6s linear infinite;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .i-advantage {
  position: relative;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#f9f9f9)), -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f9f9f9));
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #f9f9f9 100%), -webkit-linear-gradient(#f9f9f9, #f9f9f9);
  background-image: -moz-linear-gradient(bottom, #ffffff 0%, #f9f9f9 100%), -moz-linear-gradient(#f9f9f9, #f9f9f9);
  background-image: linear-gradient(0deg, #ffffff 0%, #f9f9f9 100%), linear-gradient(#f9f9f9, #f9f9f9);
  background-blend-mode: normal, normal;
  border-radius: 100px;
  padding: 7.084% 0 8.7%;
}
#index-body .i-advantage .content dl {
  margin: -28px;
}
#index-body .i-advantage .content dl dd {
  padding: 28px;
}
#index-body .i-advantage .content dl dd .tit {
  line-height: 1.4;
  width: 80%;
}
#index-body .i-advantage .content dl dd .con {
  line-height: 1.5;
  color: #2c2c2c;
}
#index-body .i-advantage .content dl dd .desc ul li {
  padding-left: 34px;
  margin-bottom: 29px;
  position: relative;
}
#index-body .i-advantage .content dl dd .desc ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-advantage .content dl dd .desc ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 30px;
  height: 24px;
  background: url(../images/p-logo.png) no-repeat center;
  background-size: 100% 100%;
}
#index-body .i-advantage .content dl .ig {
  position: relative;
  z-index: 1;
  height: 100%;
}
#index-body .i-advantage .content dl .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}
#index-body .i-advantage .content dl .num {
  position: absolute;
  bottom: -39px;
  right: 33px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(238, 42, 41, 0.2)), color-stop(70%, rgba(238, 42, 41, 0.4)), to(var(--color)));
  background: -webkit-linear-gradient(top, rgba(238, 42, 41, 0.2) 50%, rgba(238, 42, 41, 0.4) 70%, var(--color) 100%);
  background: -moz-linear-gradient(top, rgba(238, 42, 41, 0.2) 50%, rgba(238, 42, 41, 0.4) 70%, var(--color) 100%);
  background: linear-gradient(to bottom, rgba(238, 42, 41, 0.2) 50%, rgba(238, 42, 41, 0.4) 70%, var(--color) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 156px;
  line-height: 1;
  font-weight: 900;
}
#index-body .i-control {
  padding: 12.03125% 0 16.3021%;
  background-size: 100% 100%;
  color: #fff;
}
#index-body .i-control .con {
  line-height: 1.6;
  max-width: 1013px;
}
#index-body .i-control .link img {
  -webkit-filter: none;
  filter: none;
}
#index-body .i-about {
  padding: 7.5% 0 8.33%;
}
#index-body .i-about .text .con {
  line-height: 1.6;
}
#index-body .i-about .text .con h1 {
  display: inline;
}
#index-body .i-about .img > img {
  width: 100%;
}
#index-body .i-about .play {
  width: 5.15em;
  height: 5.15em;
  background: #fff;
}
#index-body .i-about .play i {
  border-left: 0.9em solid var(--color);
  border-top: .725em solid transparent;
  border-bottom: .725em solid transparent;
}
#index-body .i-quality {
  background-size: 100% 100%;
  color: #fff;
  padding: 10.3646% 0 12.1875%;
}
#index-body .i-quality .box {
  max-width: 1008px;
}
#index-body .i-quality .box .i-title {
  line-height: 1.2;
}
#index-body .i-quality .box .con {
  line-height: 1.6;
}
#index-body .i-quality .box .link img {
  -webkit-filter: none;
  filter: none;
}
#index-body .i-news {
  padding: 6.46% 0 6.51042%;
  z-index: 1;
  overflow: hidden;
}
#index-body .i-news .left {
  width: 29.218%;
  height: auto;
}
#index-body .i-news .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-news time {
  color: var(--color);
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}
#index-body .i-news p {
  line-height: 1.5;
  color: #606060;
}
#index-body .i-news .middle {
  width: 29.218%;
}
#index-body .i-news .middle ul {
  margin: -4px;
}
#index-body .i-news .middle ul li {
  padding: 4px;
}
#index-body .i-news .middle ul li .ig {
  background-color: #f7f7f7;
  border-radius: 30px;
  -webkit-box-shadow: 0 2px 2px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 2px 4px rgba(0, 0, 0, 0.06);
  padding: 54px 43px 16px;
  height: 100%;
}
#index-body .i-news .middle ul li .ig .img-box {
  text-align: center;
}
#index-body .i-news .middle ul li .ig .img-box img {
  width: auto;
  display: inline-block;
}
#index-body .i-news .right {
  width: 39.059%;
}
#index-body .i-news .right ul li {
  margin-bottom: 17px;
}
#index-body .i-news .right ul li .ig {
  background-color: #f7f7f7;
  border-radius: 30px;
  -webkit-box-shadow: 0 2px 2px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 2px 4px rgba(0, 0, 0, 0.06);
}
#index-body .i-news .right ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-news .icon1 {
  z-index: -1;
  left: 16%;
  top: 32%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 27.5521%;
  -webkit-animation: ks2 6s linear infinite;
  -moz-animation: ks2 6s linear infinite;
  animation: ks2 6s linear infinite;
}
#index-body .i-news .icon2 {
  z-index: -1;
  top: 104px;
  left: 53%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16.146%;
  -webkit-animation: ks2 6s linear infinite;
  -moz-animation: ks2 6s linear infinite;
  animation: ks2 6s linear infinite;
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
}
#index-body .i-news .icon3 {
  z-index: -1;
  right: 0;
  bottom: -14%;
  width: 24.4276%;
  -webkit-animation: ks2 6s linear infinite;
  -moz-animation: ks2 6s linear infinite;
  animation: ks2 6s linear infinite;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#footer {
  background: url(../images/fbg.jpg) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  position: relative;
  z-index: 1;
}
#footer .f-content {
  color: #fff;
}
#footer .f-content .tit {
  font-size: 27px;
  line-height: 1.3;
  font-weight: 900;
  margin: 55px 0 22px;
  text-transform: uppercase;
}
#footer .f-content ul li {
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 1px;
}
#footer .f-content ul li a {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#footer .f-content ul li a::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.75);
  -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-ab {
  width: 27%;
}
#footer .f-content .f-ab dl dd {
  line-height: 1.6;
  margin-bottom: 18px;
}
#footer .f-content .f-ab dl dd:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-ab #ewm {
  width: 86px;
  border: 4px solid #fff;
}
#footer .f-content .f-form {
  width: 30.502%;
}
#footer .f-content .f-form ul {
  margin: -7px -4px;
}
#footer .f-content .f-form ul li {
  padding: 7px 4px;
}
#footer .f-content .f-form ul li.wid-100 {
  width: 100%;
}
#footer .f-content .f-form ul li input,
#footer .f-content .f-form ul li textarea {
  width: 100%;
  height: 44px;
  border-radius: 5px;
  background: rgba(248, 250, 245, 0.2);
  border: 0;
  font-size: 14px;
  padding: 0 24px;
}
#footer .f-content .f-form ul li input::-webkit-input-placeholder, #footer .f-content .f-form ul li textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-content .f-form ul li input:-moz-placeholder, #footer .f-content .f-form ul li textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-content .f-form ul li input::-moz-placeholder, #footer .f-content .f-form ul li textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-content .f-form ul li input:-ms-input-placeholder, #footer .f-content .f-form ul li textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-content .f-form ul li input::placeholder,
#footer .f-content .f-form ul li textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-content .f-form ul li textarea {
  height: 89px;
  padding-top: 5px;
}
#footer .f-content .f-form ul li button {
  border: 0;
}
#footer .f-copy {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(247, 247, 247, 0.17);
  padding: 17px 0 23px;
}
#footer .f-copy .share {
  color: #fff;
}
#footer .f-copy .share span {
  font-weight: bold;
}
#footer .f-copy .share dd {
  margin-right: 16px;
}
#footer .f-copy .share dd a {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  color: #192c3d;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-copy .share dd a:hover {
  background: var(--color);
}
#footer .f-copy #ewm {
  width: 87px;
  border: 3px solid #f7f7f7;
}
#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: rgba(255, 255, 255, 0.5);
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1700px) {
  #header .nav .menu-box ul.menu > li {
    font-size: 18px;
  }
  #index-body .i-product .box {
    padding-left: 3%;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 30px;
  }
  #index-body .i-control .con {
    max-width: 920px;
  }
  .font-18 {
    font-size: 18px;
  }
  .font-16 {
    font-size: 16px;
  }
  #footer .f-copy .right {
    zoom: .8;
  }
}
@media screen and (max-width: 1250px) {
  #banner ul li .text .box {
    max-width: 579px;
  }
  #index-body .i-product .right ul .slick-list {
    padding-right: 0 !important;
  }
  #index-body .i-product .right .ig {
    padding: 30px 28px 47px;
  }
  #index-body .i-advantage .content dl {
    margin: -14px;
  }
  #index-body .i-advantage .content dl dd {
    padding: 14px;
  }
  #index-body .i-advantage .content dl .ig {
    padding: 30px 20px;
  }
  .font-20 {
    font-size: 20px;
  }
  #index-body .i-news .middle ul li .ig {
    padding: 27px 22px 8px;
  }
  #footer .f-content .f-form {
    width: 35%;
  }
  #footer .f-copy {
    zoom: .76;
  }
  #footer .f-copy .right {
    zoom: 1;
  }
}
@media screen and (max-width: 1000px) {
  #banner .category {
    display: none;
  }
  #banner ul li .text .box {
    max-width: 420px;
  }
  .i-title {
    font-size: 46px;
  }
  .font-30 {
    font-size: 22px;
  }
  #index-body .i-product .box {
    padding: 0;
  }
  #index-body .i-product .box .left {
    display: none;
  }
  #index-body .i-product .box .right {
    margin-top: 0;
    width: 100%;
    padding: 0;
  }
  #index-body .i-product .box .right .slickBtn {
    padding-right: 0;
    margin-bottom: 12px;
  }
  #index-body .i-news .content .left {
    display: none;
  }
  #index-body .i-news .content .middle {
    width: 47%;
  }
  #index-body .i-news .content .right {
    width: 47%;
  }
  #footer .f-content .f-ab {
    width: 40%;
  }
  #footer .f-content .f-nav {
    display: none;
  }
  #footer .f-content .f-form {
    width: 52%;
  }
  #footer .f-copy {
    zoom: 1;
  }
  #footer .f-copy .right {
    display: none;
  }
  .fixed-toolbar {
    bottom: 12%;
    zoom: .8;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li::after {
    background-size: 126% 100%;
  }
  .font-25 {
    font-size: 25px;
  }
  #banner .dots {
    left: 79.2%;
  }
  #banner .dots li {
    margin-bottom: 10px;
    width: 35px;
    height: 35px;
  }
  #banner .dots li::after {
    width: 6px;
    height: 6px;
  }
  .i-title {
    font-size: 36px;
  }
  .font-36 {
    font-size: 24px;
  }
  #index-body .i-advantage .header .i-title {
    width: 100%;
  }
  #index-body .i-advantage .content dl dd {
    width: 100%;
  }
  #index-body .i-news .content .middle {
    width: 100%;
  }
  #index-body .i-news .content .right {
    width: 100%;
    margin-top: 20px;
  }
  #footer .f-content .tit {
    margin: 20px 0;
  }
  #footer .f-content .f-ab {
    width: 100%;
  }
  #footer .f-content .f-form {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .text .title {
    padding: 0 0 4px 42px;
  }
  #banner ul li .text .title::before {
    width: 40px;
    height: 28px;
    background-size: 100% 100%;
  }
  #banner ul li .text .con {
    font-size: 14px;
    line-height: 2;
  }
  #banner ul li::after {
    background-size: 140% 100%;
  }
  #banner .dots {
    left: 87.2%;
  }
  #banner .dots li {
    margin-bottom: 4px;
    width: 26px;
    height: 26px;
  }
  .i-title {
    font-size: 30px;
    line-height: 1.3;
  }
  #index-body .i-quality{
    background-size: cover;
    background-repeat: no-repeat;
  }
  #index-body .i-quality .box .con {
    max-height: 200px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 2;
  }
  #index-body .i-advantage .content dl .ig {
    padding: 20px 15px;
  }
  #index-body .i-advantage .content dl .ig .tit {
    width: 100%;
  }
  .font-20 {
    font-size: 18px;
    line-height: 1.6 !important;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8 !important;
  }
  .font-16 {
    font-size: 14px;
    line-height: 2 !important;
  }
  #index-body .i-product .icon1,
  #index-body .i-news .icon1,
  #index-body .i-product .icon2,
  #index-body .i-news .icon2,
  #index-body .i-product .icon3,
  #index-body .i-news .icon3 {
    display: none;
  }
  #index-body .i-advantage .content dl dd .desc ul li {
    margin-bottom: 6px;
  }
  #index-body .i-advantage .content dl .num {
    bottom: -32px;
    right: 20px;
    font-size: 110px;
  }
}
.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%;
    }
}
.gallery-page{
  padding: 6% 0;
}
.gallery-page ul{
  margin: -10px;
}
.gallery-page ul li{
  padding: 10px;
}
.inner-banner {
  position: relative;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.inner-banner .box {
  position: absolute;
  left: 0;
  bottom: 80px;
  right: 0;
}
.inner-banner .box h2,
h1.banneryr {
  font-size: 34px;
  font-weight: 900;
  font-style: italic;
  color: white;
  text-transform: uppercase;
  margin-bottom: 35px;

}
.inner-banner .box .mbx {
  color: white;
  font-size: 20px;
  font-weight: 400;
}
.inner-banner .box .mbx span {
  color: var(--color);
}
.inner-page .container{
  width: 1480px;
}
@media screen and (max-width: 1700px) {
  .inner-page .container{
    width: 1400px;
  }
}
@media screen and (max-width: 1450px) {
  .inner-page .container{
    width: 1200px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page .container{
    width: 970px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .container{
    width: 700px;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .container{
    width: 100%;
  }
}
.mb-50 {
  margin-bottom: 50px;
}
.product-yd-page {
  background: url(../images/product-yd-page-bg.jpg) no-repeat center center;
  padding: 150px 0;
}
.product-yd-page ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 120px;
}
.product-yd-page ul li .img .img-box {
  border-radius: 30px 30px 0 30px;
}
.product-yd-page ul li .img img {
  width: 100%;
  max-height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-yd-page ul li .content {
  background-color: white;
  border-radius: 0 50px 50px 0;
  padding: 45px 20px 45px 40px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.product-yd-page ul li .content .h2 {
  position: relative;
  font-weight: bold;
  padding-bottom: 13px;
}
.product-yd-page ul li .content .h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background-color: var(--color);
}
.product-yd-page ul li .content .des {
  font-size: 16px;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 400;
  margin: 29px 0 25px;
}
.product-yd-page ul li:nth-child(2n) .img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.product-yd-page ul li:nth-child(2n) .img .img-box {
  border-radius: 30px 30px 30px 0;
}
.product-yd-page ul li:nth-child(2n) .content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  border-radius: 50px 0 0 50px;
}
.product-yd-page ul li:last-child {
  margin-bottom: 0;
}
.m-page {
  text-align: right;
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 46px;
  height: 46px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  line-height: 50px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.m-page a:hover,
.m-page span {
  background-color: var(--color);
  color: white;
}
.inner-page .top-nav {
  margin-bottom: 70px;
  z-index: 3;
  position: relative;
}
.inner-page .top-nav ul.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 0px 14px 1px rgb(137 137 137 / 30%);
    border-radius: 50px;
}
.inner-page .top-nav ul.list > li {
  /*-webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;*/
  flex-grow: 1;
  background-color: #e6eed9;
  position: relative;
  padding: 6px 0;
}
.inner-page .top-nav ul.list > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  height: 82px;
}
/*.inner-page .top-nav ul.list > li > a .icon {
  width: 78px;
  height: 78px;
  border-radius: 100%;
  background-color: white;
  text-align: center;
  line-height: 78px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}*/
.inner-page .top-nav ul.list > li > a .icon img {
  vertical-align: middle;
}
.inner-page .top-nav ul.list > li ul {
  position: absolute;
  left: 60px;
  top: 100%;
  width: 80%;
  border-radius: 0 0 45px 45px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 3;
}
.inner-page .top-nav ul.list > li ul li {
  position: relative;
}
.inner-page .top-nav ul.list > li ul li a {
  font-size: 20px;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #e5e8e8;
  padding: 25px 55px;
  position: relative;
  background-color: white;
}
.inner-page .top-nav ul.list > li ul li ul {
  left: 100%;
  top: 0;
}
.inner-page .top-nav ul.list > li ul li ul li a {
  overflow: hidden;
}
.inner-page .top-nav ul.list > li ul li ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 40px solid transparent;
  border-left: 30px solid var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.inner-page .top-nav ul.list > li ul li ul li:hover a::after {
  opacity: 1;
}
.inner-page .top-nav ul.list > li ul li:last-child a {
  border-bottom: none;
  border-radius: 0 0 45px 45px;
}
.inner-page .top-nav ul.list > li > ul > li:hover > a {
  background-color: var(--color);
  color: white;
}
.inner-page .top-nav ul.list > li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: white;
}
.inner-page .top-nav ul.list > li:first-child {
  border-radius: 45px 0 0 45px;
}
.inner-page .top-nav ul.list > li:last-child {
  border-radius: 0 45px 45px 0;
}
.inner-page .top-nav ul.list > li.active > a,
.inner-page .top-nav ul.list > li:hover > a {
  color: var(--color);
}
.inner-page .top-nav ul.list > li.active > a .icon,
.inner-page .top-nav ul.list > li:hover > a .icon {
  background-color: var(--color);
}
.inner-page .top-nav ul.list > li.active > a .icon img,
.inner-page .top-nav ul.list > li:hover > a .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.product-page {
  padding-top: 90px;
  background: #f2f5f7;
}
.product-page .product-1 {
  padding-bottom: 100px;
}
.product-page .product-1 .left{
  width: 34%;
  padding-right: 50px;
  position: sticky;
  top: 120px;
}
.product-page .product-1 .left .box{
  border: 1px solid #eee;
  background: white;
  border-radius: 45px;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.07);
  padding: 0px 0 20px;
}
.product-page .product-1 .left .box .h3{
  font-size: 24px;
  color: white;
  font-weight: bold;
  background: var(--color);
  border-radius: 10px 10px 0 0;
  padding: 5px 15px;
}
.product-page .product-1 .left .box .h3 i{
  font-size: 18px;
  margin-right: 10px;
}
.product-page .product-1 .left .box ul{
  margin: 0;
}
.product-page .product-1 .left .box ul li{
  padding: 0;
}
.product-page .product-1 .left .box > ul > li{
  font-size: 18px;
  position: relative;
  padding: 5px 0;
  border-radius: 45px;
  background: transparent;
}

.product-page .product-1 .left .box > ul > li > a{
  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;
  border-bottom: 1px solid #eee;
  padding: 20px 30px;
  font-weight: 500;
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 45px;
}

.product-page .product-1 .left .box > ul > li:last-child > a{
  border: none;
}
.product-page .product-1 .left .box > ul > li > a .icon{
  display: inline-block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  line-height: 78px;
  margin-right: 15px;
  vertical-align: middle;
}
.product-page .product-1 .left .box > ul > li > a .icon img{
  vertical-align: middle;
}
.product-page .product-1 .left .box>ul>li a i{
  position: absolute;
  right: 25px;
  font-size: 30px;
   transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-1 .left .box>ul>li li a{
  position: relative;
}
.product-page .product-1 .left .box>ul>li li a i{
  font-size: 24px;
}
/*.product-page .product-1 .left .box>ul>li.active>a i,*/
.product-page .product-1 .left .box ul li a i.active{
   transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.product-page .product-1 .left .box > ul > li ul{
  padding: 15px 20px;
  display: none;
}
.product-page .product-1 .left .box > ul > li ul li{
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-1 .left .box > ul > li ul li a{
  display: block;
  padding: 20px 40px;
  border-bottom: 1px solid #eee; 
}
.product-page .product-1 .left .box > ul > li:hover > a,
.product-page .product-1 .left .box > ul > li.active > a{
  background: rgba(238,42,41,0.3);
  color: var(--color);
}
.product-page .product-1 .left .box > ul > li:hover > a .icon,
.product-page .product-1 .left .box > ul > li.active > a .icon{
  background: var(--color);
}
.product-page .product-1 .left .box > ul > li:hover > a .icon img,
.product-page .product-1 .left .box > ul > li.active > a .icon img{
  filter: brightness(0) invert(1);
}
.product-page .product-1 .left .box > ul > li ul li:hover > a,
.product-page .product-1 .left .box > ul > li ul li.active > a{
  color: var(--color);
}
.product-page .product-1 .left .box > ul li.active > ul{
  display: block;
}
.product-page .product-1 .right{
  width: 66%;
  position: relative;
}
.product-page .product-1 .right .box_2{
  background: white;
  padding: 30px; 
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.07);
  border-radius: 20px;
  overflow: hidden;
}
.product-page .product-1 .right .box_2 .list_box.active{
  display: block;
}
.product-page .product-1 .right .btn{
  text-align: right;
  margin-bottom: 20px;
  position: absolute;
  right: 0;
  top: -80px;
}
.product-page .product-1 .right .btn > div{
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  font-size: 16px;
}
.product-page .product-1 .right .btn span{
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--color);
  color: var(--color);
    -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; 
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}
.product-page .product-1 .right .btn > div.active span,
.product-page .product-1 .right .btn > div:hover span{
  background: var(--color);
  color: white;
}
.product-page .product-1 h1 {
  font-weight: 900;
}
.product-page .product-1 .Auxil-catdes {
  font-size: 16px;
  line-height: 26px;
  margin: 22px 0 75px;
}
.product-page .product-1 .Auxil-catdes .des{
  height: 107px;
  overflow: hidden;
  font-weight: normal;
}
.product-page .product-1 .Auxil-catdes .des.active{
  height: auto;
}
.product-page .product-1 .Auxil-catdes .mores{
  color: var(--color);
  text-decoration: underline;
  cursor: pointer;
}
.product-page .product-1 ul {
  margin: -8px;
  /*background: url(../images/product-yd-page-bg.jpg) no-repeat center center;*/
}
.product-page .product-1 ul li {
  padding: 8px;
}
.product-page .product-1 ul li .img {
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-1 ul li .img .img-box {
  border-radius: 10px;
  background-color:#fbfbfb;
}
.product-page .product-1 ul li .img .arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 60px;
  height: 60px;
  background-color: var(--color);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: white;
  z-index: 3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.product-page .product-1 ul li .img .arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #222;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.product-page .product-1 ul li .img .arrow:hover::after {
  width: 100%;
}
.product-page .product-1 ul li .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 2px solid var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.product-page .product-1 ul li .h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 45px;
  margin-bottom: 70px;
}
.product-page .product-1 ul li:hover .img::after {
  opacity: 1;
}

.product-page .product-1 .right .list_two ul li{
  padding: 20px 0;
    -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  border-bottom: solid 1px #efefef;
}
.product-page .product-1 .right .list_two ul li::after{
  background: #f2f5f7;
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  right: -30px;
  bottom: 0;
    -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
}
.product-page .product-1 .right .list_two ul li:hover::after{
  opacity: 1;
}
.product-page .product-1 .right .list_two ul li .left_img{
  width: 30%;
  vertical-align: middle;
}
.product-page .product-1 .right .list_two ul li .left_img .small{
  display: inline-block;
  width: 18.5%;
  vertical-align: top;
  margin: -3px;
}
.product-page .product-1 .right .list_two ul li .left_img .small .img{
  padding: 3px;
  box-shadow: unset;
  border-radius: 0;
}
.product-page .product-1 .right .list_two ul li .left_img .small .img a{
  display: block;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    border-radius: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .product-1 .right .list_two ul li .left_img .small .img::after{
  content: none;
}
.product-page .product-1 .right .list_two ul li .left_img .big{
  width: 77.5%;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
  border-radius: 10px;
  overflow: hidden;
}
.product-page .product-1 .right .list_two ul li .right_content{
  width: 70%;
  text-align: left;
  padding-left: 20px;
  vertical-align: middle;
}
.product-page .product-1 .right .list_two ul li .right_content .more{
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 5px;
}
.product-page .product-1 .right .list_two ul li .right_content .h4{
  text-align: left;
  margin: 0 0 10px;
  font-weight: bold;
}
.product-page .product-1 .right .list_two ul li .right_content .des{
  font-size: 14px;
  line-height: 28px;
  text-overflow: ellipsis;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
display: -webkit-box;
margin: 20px 0;
}
.prodet-page {
  padding-top: 0;
}
.prodet-page .title {
  position: relative;
  font-size: 30px;
  border-bottom: 1px solid #c8c8c8;
  font-weight: 500;
}
.prodet-page .title span {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}
.prodet-page .title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: var(--color);
}
.prodet-page .prodet-1 {
  background: url(../images/prodet-1-bg.png) no-repeat top #f7f9f4;
  padding: 145px 0 85px;
}
.prodet-page .prodet-1 .left {
  vertical-align: bottom;
  position: relative;
  border-radius: 30px 30px 0 0;
  background: #fdfff9;
}
.prodet-page .prodet-1 .left .color{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  text-align: center;
}
.prodet-page .prodet-1 .left .color ul{
  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;
}
.prodet-page .prodet-1 .left .color ul li{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  font-size: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid transparent;
}
.prodet-page .prodet-1 .left .color ul li.active{
  border-color: var(--color);
}
.prodet-page .prodet-1 .left a {
  display: block;
}
.prodet-page .prodet-1 .left img {
  border-radius: 30px 30px 0 30px;
  width: 100%;
  background-color: #fffdfd;
}
.prodet-page .prodet-1 .left ul .slick-dots{
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;

}
.prodet-page .prodet-1 .left ul .slick-dots li{
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
  transition: 0.5s;
  background: #e4f0d3;
}

.prodet-page .prodet-1 .left ul .slick-dots li button{
  display: none;
}
.prodet-page .prodet-1 .left ul .slick-dots li.slick-active{
  background: var(--color);
}
.prodet-page .prodet-1 .right {
  vertical-align: bottom;
}
.prodet-page .prodet-1 .right .Auxil-through {
  text-align: right;
}
.prodet-page .prodet-1 .right .Auxil-through a {
  display: inline-block;
  text-align: center;
  margin-left: 30px;
}
.prodet-page .prodet-1 .right .Auxil-through a .icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  text-align: center;
  line-height: 62px;
  color: var(--color);
  border: 1px solid var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-1 .right .Auxil-through a .icon img {
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .Auxil-through a span {
  font-size: 17px;
  font-weight: 500;
}
.prodet-page .prodet-1 .right .Auxil-through a:hover .icon {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-1 .right .Auxil-through a:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.prodet-page .prodet-1 .right .box {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0 50px 50px 0;
  padding: 40px 25px 40px 60px;
  margin-top: 25px;
}
.prodet-page .prodet-1 .right .box h1 {
  position: relative;
  padding-bottom: 14px;
  font-weight: bold;
}
.prodet-page .prodet-1 .right .box h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background-color: var(--color);
}
.prodet-page .prodet-1 .right .box .content {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  margin: 24px 0 29px;
  font-weight: 400;
    overflow: auto;
    max-height: 340px;
}
.prodet-page .prodet-1 .right .box .gallery {
  margin-top: 43px;
}
.prodet-page .prodet-1 .right .box .gallery ul {
  margin: -11px;
}
.prodet-page .prodet-1 .right .box .gallery .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .right .box .gallery ul .slick-track{
  transform: translate(0,0) !important;
}
.prodet-page .prodet-1 .right .box .gallery ul li {
  padding: 11px;
}
.prodet-page .prodet-1 .right .box .gallery ul li a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #fdfff9;
}
.prodet-page .prodet-1 .right .box .gallery .slick-current ul .slick-current li a,
.prodet-page .prodet-1 .right .box .gallery ul .slick-current li a,
.prodet-page .prodet-1 .right .box .gallery ul li:hover a {
  border-color: var(--color);
}
.prodet-page .prodet-1 .right .color{
  margin-top: 15px;
}
.prodet-page .prodet-1 .right .color ul{
  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;*/
}
.prodet-page .prodet-1 .right .color ul li{
  width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    /*border: 2px solid transparent;*/
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    position: relative;
}
.prodet-page .prodet-1 .right .color ul li::before{
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.prodet-page .prodet-1 .right .color ul li::after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid transparent;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .right .color ul li:hover::after,
.prodet-page .prodet-1 .right .color ul li.active::after{
  border-color: white;
}
.prodet-page .prodet-1 .right .color ul li:hover::before,
.prodet-page .prodet-1 .right .color ul li.active::before{
  border-color: var(--color);
}
.prodet-page .prodet-2 {
  padding-top: 65px;
  padding-bottom: 130px;
}
.prodet-page .prodet-2 .content.det1 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;
    margin: -10px;
    align-items: center;
    justify-content: space-around;
}
.prodet-page .prodet-2 .content.det1 ul li{
  /*width: 25%;*/
  padding: 10px;
  text-align: center;
  flex: 1;
}
.prodet-page .prodet-2 .content.det1 ul li img{
  width: 150px;
}
.prodet-page .prodet-2 .content.img_1 ul{
  margin: -15px;
}
.prodet-page .prodet-2 .content.img_1 ul li{
  padding: 15px;
}
.prodet-page .prodet-2 .det4 ul{
  position: relative;
  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;
  margin: -20px;
}
.prodet-page .prodet-2 .det4 ul li{
  width: 25%;
  text-align: center;
  padding: 20px;
}
.prodet-page .prodet-2 .det4 ul li img{
  max-width: 200px;
}
.prodet-page .prodet-2 .det2 table tr:first-child{
  background: var(--color);
  color: white;
}
.prodet-page .prodet-2 .det2 table tr:first-child td{
  padding: 20px 0;
}
.prodet-page .prodet-2 .det5 table tr:not(:first-child) td:nth-child(1),
.prodet-page .prodet-2 .det5 table tr:first-child td:nth-child(2){
  background: var(--color) !important;
  color: white;
}
.prodet-page .prodet-2 .det5 table tr:first-child td:nth-child(2) span{
  color: white !important;
}
.prodet-page .Auxil-related .title {
  margin-bottom: 55px;
}
.prodet-page .Auxil-related ul {
  /*background: white;*/
}
.detlunbo ul li a{
  display: block;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    border-radius: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #fdfff9;
    border: 2px solid transparent;
}
.detlunbo ul li:hover a{
  border-color: var(--color);
}
.about-page .about-1 {
  padding-top: 100px;
  padding-bottom: 90px;
}
.about-page .about-1 .i-title {
  color: #000;
}
.about-page .about-1 .h4 {
  color: #000;
  /*text-align: center;*/
  font-size: 24px;
  font-weight: 500;
  margin: 5px 0 30px;
}
.about-page .about-1 .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.about-page .about-1 .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-1 .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.about-page .about-1 .content {
  margin: 30px 0 60px;
  line-height: 1.6;
    font-size: 18px;
    font-weight: normal;
    color: #979797;
}
.about-page .about-1 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;
  padding-left: 30px;
  max-width: 1400px;
  margin: 0 auto;
}
.about-page .about-1 ul li {
  max-width: 270px !important;
}
.about-page .about-1 ul li .h1 {
  position: relative;
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
}
.about-page .about-1 ul li .h1 span {
  font-size: 20px;
  font-weight: 400;
}
.about-page .about-1 ul li .h1::after {
  content: "";
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: rgb(238 42 41 / 14%);
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.about-page .about-1 ul li p {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 44px;
}
.about-page .about-1 ul li:hover .h1::after {
  background: #ee2a29;
  -webkit-transform: translateY(-50%) scale(1.2);
  -moz-transform: translateY(-50%) scale(1.2);
  -ms-transform: translateY(-50%) scale(1.2);
  transform: translateY(-50%) scale(1.2);
}
.about-page .about-2 {
  background-color: #f2f5f7;
  padding-top: 65px;
  padding-bottom: 105px;
}
.about-page .about-2 .i-title {
  margin-bottom: 60px;
}
.about-page .about-2 ul {
  margin: -12px;
}
.about-page .about-2 ul li {
  padding: 12px;
}
.about-page .about-3 {
  background: url(../images/history-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 90px;
  padding-bottom: 100px;
}
.about-page .about-3 .history-cont {
  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-3 .history-cont .left {
  width: 55%;
  vertical-align: middle;
}
.about-page .about-3 .history-cont .left ul {
  position: relative;
  z-index: 3;
}
.about-page .about-3 .history-cont .left ul li {
  padding-left: 220px;
  position: relative;
  z-index: 2;
  height: 576px;
}
.about-page .about-3 .history-cont .left ul li .year {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: var(--color);
  position: absolute;
  left: 0;
  bottom: 11%;
}
.about-page .about-3 .history-cont .left ul li .content {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  padding: 50px;
  font-weight: 400;
}
.about-page .about-3 .history-cont .left ul li .content pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  width: 80%;
}
.about-page .about-3 .history-cont .left ul::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 576px;
  height: 576px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
}
.about-page .about-3 .history-cont .left .icon {
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: -80px;
}
.about-page .about-3 .history-cont .left .icon div {
  display: inline-block;
}
.about-page .about-3 .history-cont .right {
  width: 100px;
  text-align: center;
  vertical-align: middle;
}
.about-page .about-3 .history-cont .right .btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid var(--color);
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: auto;
}
.about-page .about-3 .history-cont .right .btn i {
  font-size: 30px;
  color: var(--color);
}
.about-page .about-3 .history-cont .right .prev.btn {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 20px;
}
.about-page .about-3 .history-cont .right .next.btn {
  margin-top: 20px;
}
.about-page .about-3 .history-cont .right .btn:hover {
  background-color: var(--color);
  color: white;
}
.about-page .about-3 .history-cont .right .btn:hover i {
  color: white;
}
.about-page .about-3 .history-cont .right ul li {
  font-size: 30px;
  color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  margin: 5px 0;
}
.about-page .about-3 .history-cont .right ul .slick-current li {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.about-page .about-3 .why {
  margin-top: 80px;
}
.about-page .about-3 .why .i-title {
  margin-bottom: 60px;
}
.about-page .about-3 .why ul {
  margin: -20px;
}
.about-page .about-3 .why ul li {
  padding: 20px;
}
.about-page .about-3 .why ul li .box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 40px;
  position: relative;
}
.about-page .about-3 .why ul li .box .h4 {
  font-size: 26px;
  font-weight: 500;
  color: var(--color);
  margin: 30px 0px;
}
.about-page .about-3 .why ul li .box .text{
      font-size: 18px;
    margin: 30px 0;
}
.about-page .about-3 .why ul li .box .icon {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--color);
  text-align: center;
  line-height: 45px;
}
.about-page .about-3 .why ul li .box .icon img {
  vertical-align: middle;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  position: absolute;
    right: 12px;
    top: 12px;
}
.sus-page .i-title {
  color: #000;
}
.sus-page .sus-1 {
  padding-top: 115px;
  padding-bottom: 80px;
  background-color: #f2f5f7;
}
.sus-page .sus-1 .i-title {
  color: #000;
  font-weight: bold;
}
.sus-page .sus-1 .h4 .sp span{
  display: inline-block;
  background: var(--color);
    color: #fff;
    margin: 5px;
    border-radius: 20px;
    padding: 10px 30px;
}
.sus-page .sus-1 .h4 {
  font-weight: 400;
  color: #000;
  font-size: 24px;
  margin: 24px 0 36px;
}
.sus-page .sus-1 .text {
  margin-bottom: 44px;
  font-size: 16px;
    font-weight: 400;
}
.sus-page .sus-1 .img {
  border-radius: 50px;
  overflow: hidden;
}
.sus-page .sus-2 {
  /*background-color: #f8faf5;*/
  padding: 85px 0 105px;
}
.sus-page .sus-2 .i-title {
  margin-bottom: 100px;
}
.sus-page .sus-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sus-page .sus-2 ul li {
  width: 45%;
}
.sus-page .sus-2 ul li .h3 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  position: relative;
  z-index: 2;
  margin-bottom: 19px;
}
.sus-page .sus-2 ul li .text{
  font-size: 16px;
  font-weight: 400;
}
.sus-page .sus-2 ul li .h3 span {
  font-size: 94px;
  color: rgb(238 42 41 / 43%);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 32%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.sus-page .sus-2 ul li.wid-100 {
  width: 100%;
}
.sus-page .sus-2 ul li.img {
  text-align: center;
  margin-top: -100px;
  /*margin-right: 100px;*/
}
.sus-page .sus-3 {
  background: url(../images/sus-3.jpg) no-repeat;
  background-size: cover;
  padding: 95px 0 150px;
}
.sus-page .sus-3 .box {
  width: 55%;
  color: white;
}
.sus-page .sus-3 .box .i-title {
  color: white;
}
.sus-page .sus-3 .box .content {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 100px;
}
.sus-page .sus-3 .box .content em {
  font-size: 24px;
  font-weight: 500;
}
.sus-page .sus-4 {
  padding-top: 100px;
  padding-bottom: 95px;
  background-color: #f2f5f7;
}
.sus-page .sus-4 .i-title {
  margin-bottom: 100px;
}
.sus-page .sus-4 ul {
  margin: -18px;
}
.sus-page .sus-4 ul li {
  padding: 18px;
  text-align: center;
}
.sus-page .sus-4 ul li .img-box {
  border-radius: 50px;
}
.service-page.sus-page .sus-4 ul li .img-box,
.quality-page.sus-page .sus-4 ul li .img-box{
  border-radius:5%;
}
.sus-page .sus-4 ul li .h4 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin: 24px 0 4px;
}
.sus-page .sus-4 ul li .text {
  line-height: 1.6;
  height: 160px;
  overflow: auto;
}
.sus-page .sus-5 {
  background-color: #f8faf5;
  padding-top: 82px;
  padding-bottom: 110px;
}
.sus-page .sus-5 .i-title {
  margin-bottom: 100px;
}
.sus-page .sus-5 .wrap {
  margin: -15px;
}
.sus-page .sus-5 .wrap .column {
  padding: 15px;
}
.sus-page .sus-5 .wrap .h3 {
  font-size: 30px;
  font-weight: 500;
  color: #0b2909;
}
.sus-page .sus-5 .wrap .img {
  border-radius: 30px;
  overflow: hidden;
}
.sus-page .sus-5 .wrap .left .text {
  margin: 5px 0 39px;
}
.sus-page .sus-5 .wrap .right .h3 {
  margin: 39px 0 5px;
}
.sus-page .sus-5 .wrap .right .box {
  padding-left: 65px;
}
.sus-page .sus-6 .box {
  width: 52%;
}
.sus-page .sus-6 .box .content {
  margin-top: 50px;
  line-height: 1.6;
}
.sus-page .about-2 {
  background-color: white;
}
.sus-page .about-2 ul li a {
  border-radius: 20px;
}
.advantage-page {
  padding-top: 100px;
}
.manufacture-page .manu-1{
  padding-bottom: 80px;
}
.manufacture-page .manu-1 .text {
  margin: 36px 0 41px;
  font-size: 16px;
    font-weight: 400;
}
.manufacture-page .manu-1 .img {
  border-radius: 50px;
  overflow: hidden;
}
.manufacture-page .manu-2 {
  padding: 90px 0 130px; 
}
.manufacture-page .manu-2.pb-0{
  padding-bottom: 1px;
  background: #f2f5f7;
}
.manufacture-page .manu-2 .box {
  margin: -30px;
}
.manufacture-page .manu-2 .box .column {
  padding: 30px;
  vertical-align: middle;
}
.manufacture-page .manu-2 .box .img img {
  border-radius: 50px;
}
.manufacture-page .manu-2 .box .text {
  margin-top: 40px;
  font-size: 16px;
    font-weight: 400;
}
.manufacture-page .manu-2 .box1 {
  margin-bottom: 50px;
}
.manufacture-page .manu-2 .box1 .content {
  width: 53%;
}
.manufacture-page .manu-2 .box1 .img {
  width: 47%;
}
.quality-page .i-title {
  color: #000;
  font-size: 42px;
}
.quality-page .quality-1 {
  padding-bottom: 90px;
}
.quality-page .quality-1 .box {
  margin: -25px;
}
.quality-page .quality-1 .box .column {
  padding: 25px;
  vertical-align: middle;
}
.quality-page .quality-1 .box .column img{
  border-radius: 50px;
}
.quality-page .quality-1 .box .text {
  margin-top: 30px;
  font-size: 16px;
    font-weight: 400;
}
.quality-page .quality-1 .box:nth-child(even) {
  margin: 70px 0;
    padding: 30px 0;
    border-bottom: rgb(0 0 0 / 8%) 1px solid;
}
.quality-page .quality-2 {
  padding-bottom: 110px;
  padding-top: 100px;
  background: #f2f5f7;
}
.quality-page .quality-2 .text {
  margin: 22px 0 30px;
  text-align: center;
  font-size: 16px;
    font-weight: 400;
}
.quality-page .quality-2 ul.icon {
  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;
  margin-bottom: 50px;
}
.quality-page .quality-2 ul.icon li {
  /*width: 79px;*/
  height: 79px;
  border-radius: 10px;
  text-align: center;
  line-height: 79px;
  margin: 0 12px;
  /*background-color: var(--color);*/
  box-shadow: 0px 0px 2px 3px rgb(227 227 227 / 33%);
}
.quality-page .quality-2 ul.icon li img {
  vertical-align: middle;
}
.quality-page .quality-2 ul.list {
  margin: -18px;
}
.quality-page .quality-2 ul.list li {
  padding: 18px;
}
.quality-page .quality-2 ul.list li a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.service-page .i-title {
  color: #000;
}
.service-page .i-title p {
  margin-top: 30px;
}
.service-page .i-title p span{
  background: var(--color);
    color: #fff;
    margin: 0px 5px;
    border-radius: 20px;
    padding: 10px 30px;
}
.service-page .service-1 {
  padding-bottom: 110px;
}
.service-page .service-1 .img {
  border-radius: 50px;
  overflow: hidden;
  /*float: right;
  margin-left: 80px;*/
  margin-top: 50px;
}
.service-page .service-1 .text {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 400;
}
.service-page .service-2 {
  background-color: #f8faf5;
  padding-top: 80px;
  padding-bottom: 140px;
}
.service-page .service-2 .text {
  margin: 20px 0 30px;
}
.service-page .service-2 .wrap .left {
  width: 58%;
  padding-right: 85px;
}
.service-page .service-2 .wrap .left .img {
  border-radius: 10px;
  overflow: hidden;
  background-color: #67ab04;
}
.service-page .service-2 .wrap .right {
  border-radius: 10px;
  background-color: #67ab04;
  overflow: hidden;
  width: 42%;
}
.service-page .service-2 .box ul {
  margin: -12px;
}
.service-page .service-2 .box ul li {
  padding: 12px;
}
.service-page .service-2 .box ul li a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.seo_block .Auxil-form {
  padding-top: 100px;
  padding-bottom: 110px;
}
.seo_block .Auxil-form .i-title {
  color: #000000;
}
.seo_block .Auxil-form .text {
  text-align: center;
  margin: 20px 0 57px;
  font-size: 16px;
    font-weight: 400;
}
.seo_block .Auxil-form .box {
  background-color:#f2f5f7;
  border-radius: 50px;
  padding: 70px;
}
.seo_block .Auxil-form .box ul {
  margin: -5px;
}
.seo_block .Auxil-form .box ul li {
  padding: 5px;
  position: relative;
}
.seo_block .Auxil-form .box ul li i{
    font-size: 25px;
    color: var(--color);
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.seo_block .Auxil-form .box ul li:nth-child(4) i{
  top: 35px;
}
.seo_block .Auxil-form .box ul li input,
.seo_block .Auxil-form .box ul li textarea {
  width: 100%;
  background-color: transparent;
  /*border: none;*/
  height: 75px;
  border-radius: 10px;
  font-size: 18px;
  padding: 0 20px;
  border: 1px solid #aaa;
}
.seo_block .Auxil-form .box ul li textarea {
  height: 150px;
  padding: 20px;
}
.seo_block .Auxil-form .box ul li input[type="submit"] {
  background-color: var(--color);
  color: white;
  height: 55px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.seo_block .Auxil-form .box ul li input[type="submit"]:hover {
  background-color: #222;
}
.seo_block .Auxil-form .box ul li.wid-100 {
  width: 100%;
}


.app-page .main .ui.container ul li .item:hover .img-box .hoverbox {
  top: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.app-page .main .ui.container ul li .item .img-box {
  position: relative;
  border-radius: 10px 10px 0px 0px ;
}
.app-page .main .ui.container ul li .item .img-box .dialog_box{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  /*height: 70%;*/
  background: rgba(255,255,255,0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  padding: 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  /*opacity: 0;*/
  display: none;
}
.app-page .main .ui.container ul li .item .img-box .dialog_box i{
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}
/*.app-page .main .ui.container ul li:hover .item .img-box .dialog_box{
  opacity: 1;
}*/
.app-page .main .ui.container ul li .item .img-box .dialog_box p{
  font-size: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.app-page .main .ui.container ul li .item .img-box .dialog_box p:hover{
  color: var(--color); 
}
.app-page .main .ui.container ul li .item .img-box .dialog_box p:hover a{
  text-decoration: underline;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox a {
  width: 60px;
  height: 60px;
  background: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
  border-radius: 5px;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox a i {
  font-size: 20px;
  color: #000;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox a:hover {
  background: var(--color);
}
.app-page .main .ui.container ul li .item .img-box .hoverbox a:hover i {
  color: #fff;
}
.app-page .main .ui.container ul li .item .h6 {
  width: 100%;
  padding: 10px 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 82px;
  font-size: 18px;
  border: 1px solid var(--color);
  font-weight: 700;
  border-radius: 0 0 10px 10px ;
}
.pd-150 {
  padding: 150px 0;
}
.gallery-page{
  background-color: #f2f5f7;
}
.gallery-page .gallery-1 .top .ui.container ul.navlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery-page .gallery-1 .top .ui.container ul.navlist li {
  margin: 0 5px;
}
.gallery-page .gallery-1 .top .ui.container ul.navlist li a {
  height: 38px;
  line-height: 38px;
  padding: 0 20px ;
  border-radius: 20px;
  border: 2px solid var(--color);
  color: var(--color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}
.gallery-page .gallery-1 .top .ui.container ul.navlist li.active a,
.gallery-page .gallery-1 .top .ui.container ul.navlist li.all.factory a,
.gallery-page .gallery-1 .top .ui.container ul.navlist li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
  color: #fff;
  border-color: transparent;
}
.gallery-page .gallery-1 .main {
  margin-top: 45px;
  /*text-align: center;*/
}
.gallery-page .gallery-1 .main ul li {
  padding: 15px;
}

.news-page {
  background: #f2f5f7;
}
.news-page .news-1 {
  padding: 150px 0;
}
.news-page .news-1 .ui.container {
  /*max-width: 1170px;*/
  /*background: #fff;
  padding: 50px ;
  border-radius: 30px;*/
}
.news-page .news-1 .ui.container ul.newslist{
  margin: -20px;
}
.news-page .news-1 .ui.container ul.newslist li {
  /*margin-bottom: 60px;*/
  /*border-radius: 10px;*/
  overflow: hidden;
  padding: 20px; 
  /*background: white;*/
  /*display: flex;
  align-items: center;*/
      /*border-bottom: 1px dashed #c9c9c9;*/
}
.news-page .news-1 .ui.container ul.newslist li .img{
  border-radius: 15px;
  width: 100%;
}
.news-page .news-1 .ui.container ul.newslist li:hover .imgbox:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: rgba(255, 255, 255, 0.5);
}
.news-page .news-1 .ui.container ul.newslist li .imgbox {
  position: relative;
}
.news-page .news-1 .ui.container ul.newslist li .imgbox:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: rgba(255, 255, 255, 0);
}
.news-page .news-1 .ui.container ul.newslist li .textbox {
  text-align: left;
  /*padding: 60px 50px;*/
  /*background: #fff;*/
  width: 100%;
  padding-left: 0px;
  margin-top: 20px;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .top em {
  padding: 0 10px;
  display: inline-block;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .top .time {
  color: var(--color);
}
.news-page .news-1 .ui.container ul.newslist li .textbox .top .author {
  color: #333;
  border-left: 2px  solid #aaa;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .top .author svg{
  vertical-align: middle;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .h4 {
  margin-top: 15px;
  margin-bottom: 25px;
  font-weight: bold;
  line-height: 1.2;
  font-size: 26px;
}
.news-page .news-1 .ui.container ul.newslist li:hover .textbox .h4{
  color: var(--color);
}
.news-page .news-1 .ui.container ul.newslist li .textbox .h4 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .h4 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.news-page .news-1 .ui.container ul.newslist li .textbox p {
  opacity: 0.5;
  line-height: 2;
  margin-bottom: 35px;
  text-overflow: ellipsis;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
display: -webkit-box;
}
.news-page .news-2{
  padding-top: 80px;
}
.news-page .news-2 .ui.container {
  /*max-width: 1170px;*/
}
.news-page .news-2 .ui.container .imgbox img{
  width: 100%;
}
.news-page .news-2 .text {
  /*border: 1px solid #aaa;*/
  border-top: none;
    padding: 50px 0;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 5px 0px #dbdbdb;

}
.news-page .news-2 .text .main {
  margin: 0 auto;
  text-align: left;
  max-width: 900px;
}
.news-page .news-2 .text .main .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}
.news-page .news-2 .text .main .top em {
  padding: 0 10px;
  display: inline-block;
}
.news-page .news-2 .text .main .top .time {
  color: var(--color);
}
.news-page .news-2 .text .main .top .author {
  color: #333;
  border-left: 2px  solid #aaa;
}
.news-page .news-2 .text .main .content {
  margin-top: 40px;
      line-height: 30px;
}
.news-page .news-2 .text .main .content h1 {
    text-align: center;
    line-height: 1.1;
}
/*.news-page .news-2 .text .main p {
  opacity: 0.5;
}*/
.news-page .news-2 .text .main .sharebox {
  margin-top: 40px;
}
.news-page .news-2 .text .main .sharebox ul.sharelist {
  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;
}
.news-page .news-2 .text .main .sharebox ul.sharelist span {
  color: var(--color);
  margin-right: 15px;
  text-transform: uppercase;
}
.news-page .news-2 .text .main .sharebox ul.sharelist li {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: var(--color);
  border: 1px solid var(--color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 100%;
  margin-right: 5px;
}
.news-page .news-2 .text .main .sharebox ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
  border-color: var(--color);
}
.news-page .news-2 .text .main .content table tbody{
  display: table-header-group;
  /*width: unset !important;*/
}
.news-page .news-3 {
  padding-top: 60px;
  padding-bottom: 110px;
}
.news-page .news-3 .ui.container {
  max-width: 770px;
}
.news-page .news-3 .ui.container .form form li input[type="text"],
.news-page .news-3 .ui.container .form form li textarea {
  background: transparent;
}
.news-page .product-page .product-1 ul{
  background: transparent;
}
.contact-1 {
  padding: 150px 0;
}
.contact-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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-1 .ui.container .formbox {
  width: 55%;
}
.contact-1 .ui.container .formbox .h2 {
  color: var(--color);
}
.contact-1 .ui.container .formbox .h2.active{
  color: var(--color);
}
.contact-1 .ui.container .formbox .h2:before {
  left: 0!important;
}
.contact-1 .ui.container .formbox p {
  opacity: 0.5;
  margin-top: 35px;
}
.contact-1 .ui.container .infobox {
  width: 35%;
}
.contact-1 .ui.container .infobox .infos {
  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;*/
  margin-bottom: 45px;
}
.contact-1 .ui.container .infobox .infos i {
  font-size: 30px;
  color: var(--color);
  margin-right: 20px;
}
.contact-1 .ui.container .infobox .infos .text {
  padding-bottom: 22px;
  position: relative;
}
.contact-1 .ui.container .infobox .infos .text:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: var(--color);
  left: 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.contact-1 .ui.container .infobox .infos .text h4 {
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color);
}
.contact-1 .ui.container .infobox .infos .text p {
  opacity: 0.5;
  line-height: 1.5;
  color: #000;
    font-weight: 500;
}
.contact-1 .ui.container .infobox .sharebox {
  margin-top: 45px;
}
.contact-1 .ui.container .infobox .sharebox ul.sharelist {
  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;
}
.contact-1 .ui.container .infobox .sharebox ul.sharelist li {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin-right: 10px;
  border-radius: 100%;
}
.contact-1 .ui.container .infobox .sharebox ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
}
.faq-page .faq-1 {
  padding: 150px 0;
  background: url(../images/faq-background.jpg)  no-repeat;
    background-size: cover; /* 或使用 contain */
    background-position: center; /* 确保图片居中 */
}
.faq-page .faq-1 .ui.container {
  max-width: 1170px;
}
.faq-page .faq-1 .ui.container .h2 {
  text-align: center;
  font-weight: 900;
}
.faq-page .faq-1 .ui.container .faq-main {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
  margin-top: 50px;
}
.faq-page .faq-1 .ui.container .faq-main .column {
  padding: 0 30px;
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li {
  margin-bottom: 20px;
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li.active .h5 i {
  -webkit-transform: translateY(-50%) rotateZ(90deg);
  -moz-transform: translateY(-50%) rotateZ(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotateZ(90deg);
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li .h5 {
  width: 100%;
  padding: 20px 25px;
  padding-right: 40px;
  background: lch(53 88.85 36.05 / 0.2);
  font-weight: bold;
  font-size: 16px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 #e1e1e1;
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li .h5:hover{
color: white;
background-color: var(--color);
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li .h5 i {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center ;
  -webkit-align-items: center ;
  -moz-box-align: center ;
  -ms-flex-align: center ;
  align-items: center ;
  color: #fff;
  background: var(--base-color);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li .content {
  padding: 20px;
  line-height: 1.5;
  text-align: left;
  /*display: none;
  opacity: 0.5;*/
}
.application-page {
  padding: 6% 0;
}
.application-page .news-tab ul {
  margin: -6px;
}
.application-page .news-tab ul li {
  padding: 6px;
}
.application-page .news-tab ul li a {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 9px 23px 8px;
  border-radius: 25px;
}
.application-page .news-tab ul li a:hover,
.application-page .news-tab ul li a.active {
  background: var(--color);
  color: #fff;
}
.application-page .news-list {
  margin-top: 70px;
}
.application-page .news-list ul {
  margin: -10px;
}
.application-page .news-list ul li {
  padding: 10px;
}
.application-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}
.application-page .news-list ul li .text {
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 30px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 2;
}
.xinwen{
  height: 160px;
}
.application-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-radius: 36px;
}
.application-page .news-list ul li .text .top time {
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
}
.application-page .news-list ul li .text .tit {
  font-size: 18px;
  height: 90px;
  line-height: 32px;
  padding-right: 110px;
  font-weight: 500;
  margin-top: 32px;
}
.application-page .news-list ul li .text .tit:hover {
  color: var(--color);
}
.application-page .news-list ul li .text .more2 {
  display: block;
  background-color: var(--color);
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
}
.application-page .news-list ul li .text .more2 span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arrow.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.application-page .news-list ul li .text .more2::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(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;
}
.application-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);
}
.application-page .news-list ul li:hover .text {
  background: rgb(219 49 62 / 14%);
}
.application-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}
@media screen and (max-width: 1400px){
  .app-page .main .ui.container ul li .item .img-box .dialog_box{
    padding: 10px;
  }
  .gallery-page .gallery-1 .main ul li{
    padding: 8px;
  }
  .about-page .about-3 .history-cont .left ul li{
    padding-left: 0;
  }
  .about-page .about-3 .history-cont .left ul li .content{
    padding: 50px 20px;
  }
  .about-page .about-3 .history-cont .left ul li .content pre{
    max-height: 200px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1200px){
  .application-page .news-list ul li .text {
    padding: 30px 15px;
  }
  .application-page .news-list ul li .text .tit {
    padding-right: 80px;
  }
  .application-page .news-list ul li .text .more2 {
    right: 15px;
  }
  .about-page .about-1 ul li .h1{
    font-size: 60px;
  }
  .about-page .about-1 ul li p{
    font-size: 20px;
  }
  .about-page .about-1 ul li .h1::after{
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1000px){
  .news-page .news-1 {
    padding: 50px 0;
  }
  .news-page .news-2 .text {
    padding: 40px 20px;
  }
  .contact-1 .ui.container .infobox .infos i {
    font-size: 70px;
  }
   .contact-1 {
    padding: 50px 0;
  }
   .application-page .news-list {
    margin-top: 30px;
  }
  .application-page .news-list ul li {
    width: 50% !important;
  }
   .gallery-page{
    padding: 50px 0;
  }
  .about-page .about-1 ul li .h1 {
    font-size: 40px;
  }
  .about-page .about-1 ul li p {
    font-size: 17px;
  }
}
@media screen and (max-width: 700px){
  .contact-1 .ui.container .formbox {
    width: 100%;
  }
  .contact-1 .ui.container .infobox {
    width: 100%;
  }
   .faq-page .faq-1 .ui.container .faq-main .column {
    width: 100%;
  }
  .application-page .news-tab {
    display: none;
  }   
  .application-page .news-list {
    margin-top: 0;
  }
  .application-page .news-list ul li .text .top time {
    display: block;
    margin-top: 10px;
  }
  .application-page .news-list ul li .text .tit {
    padding-right: 0;
    margin-top: 16px;
    height: 10px;
  }
  .application-page .news-list ul li .text .more2 {
    position: initial;
    margin-top: 20px;
  }
  .gallery-page{
    padding: 30px 0;
  }
  .about-page .about-1 ul li{
    padding: 30px 0;
  }
  .about-page .about-1{
    padding-bottom: 30px;
  }
  .about-page .about-3 .why ul{
    margin: -10px;
  }
  .about-page .about-3 .why ul li{
    padding: 10px;
  }
  .about-page .about-3 .why ul li .box{
    padding: 20px 15px;
  }
}

@media screen and (max-width: 500px){
   .news-page .news-1 .ui.container ul.newslist li .textbox .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
   /*.news-page .news-1 .ui.container ul.newslist li .textbox {
    padding: 60px 20px;
  }*/
   .application-page .news-list ul li {
    width: 100% !important;
  }
  .about-page .about-3 .history-cont .left ul li .content pre {
       max-height: 100%;
       overflow-y: initial;
  }
}


.inner-page .form {
  margin-top: 35px;
}
.inner-page .form form ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}
.inner-page .form form ul li {
  width: 48%;
  position: relative;
  margin-bottom: 40px;
}
.inner-page .form form ul li i {
  font-size: 25px;
  color: var(--color);
  position: absolute;
  right: 15px;
  top: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .form form ul li input[type="text"],
.inner-page .form form ul li textarea {
  width: 100%;
  border: 1px solid #aaa;
  line-height: 50px;
  padding: 0 15px;
  color: #000;
  border-radius: 10px;
  font-size: 16px;
}
.inner-page .form form ul li input[type="text"]::-webkit-input-placeholder, .inner-page .form form ul li textarea::-webkit-input-placeholder {
  color: #aaa;
}
.inner-page .form form ul li input[type="text"]:-moz-placeholder, .inner-page .form form ul li textarea:-moz-placeholder {
  color: #aaa;
}
.inner-page .form form ul li input[type="text"]::-moz-placeholder, .inner-page .form form ul li textarea::-moz-placeholder {
  color: #aaa;
}
.inner-page .form form ul li input[type="text"]:-ms-input-placeholder, .inner-page .form form ul li textarea:-ms-input-placeholder {
  color: #aaa;
}
.inner-page .form form ul li input[type="text"]::placeholder,
.inner-page .form form ul li textarea::placeholder {
  color: #aaa;
}
.inner-page .form form ul li input[type="text"] {
  height: 50px;
}
.inner-page .form form ul li textarea {
  height: 250px;
}
.inner-page .form form ul li input[type="submit"] {
  height: 60px;
  line-height: 60px;
  color: #fff;
  padding: 0 40px;
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 24px;
  border: none;
  background: var(--color);
}
.inner-page .form form ul li input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
.inner-page .form form ul li.wid-100 {
  width: 100%;
}
.z_index_ys {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-left: 7.2916666667vw;
    padding-right: 7.2916666667vw;
    padding-top: 6.25vw;
    padding-bottom: 6.25vw
}

@media screen and (max-width: 980px) {
    .z_index_ys {
        padding-left:12px;
        padding-right: 12px
    }
}

@media screen and (max-width: 980px) {
    .z_index_ys {
        padding-top:40px;
        padding-bottom: 40px
    }
}
.z_index_ys .z_index_tit {
    /*padding-left: 16.6666666667vw;*/
    margin-bottom: 2.7708333333vw
}
.z_index_ys .z_index_tit .btn{
  position: absolute;
  right: 200px;
    top: 237px;
}
.z_index_ys .z_index_tit .btn > div{
  position: unset;
  display: inline-block;
  margin: 0 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  background: white;
}
.z_index_ys .z_index_tit .btn > div::after{
  font-size: 24px;
  color: var(--color);
  line-height: unset;
}
@media screen and (max-width: 980px) {
    .z_index_ys .z_index_tit {
        padding-left:0px
    }
}

@media screen and (max-width: 980px) {
    .z_index_ys .z_index_tit {
        margin-bottom:40px
    }
}
.z_ys_swiper ul {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.z_ys_swiper li {
    height: 27.3958333333vw;
    position: relative
}

@media screen and (max-width: 980px) {
    .z_ys_swiper li {
        height:auto
    }
}

.z_ys_swiper li a {
    display: block;
    height: 100%
}

.z_ys_swiper li.active .topbox {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1
}

.z_ys_swiper li.active .btmbox {
    padding-top: 1.3020833333vw;
    border-radius: 1.5625vw 1.5625vw 7.2916666667vw 7.2916666667vw;
    background: #fff
}

@media screen and (max-width: 980px) {
    .z_ys_swiper li.active .btmbox {
        padding-top:20px
    }
}

.z_ys_swiper li.active .btmbox .ico {
    height: 0;
    overflow: hidden
}

.z_ys_swiper li.active .btmbox .dot {
    opacity: 1;
    margin-top: 1.0416666667vw
}

@media screen and (max-width: 980px) {
    .z_ys_swiper li.active .btmbox .dot {
        margin-top:10px
    }
}

.z_ys_swiper .topbox {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 11.9791666667vw;
    background:rgb(183 208 255 / 73%);
    border-radius: 7.2916666667vw 7.2916666667vw 0 0;
    overflow: hidden;
    padding-bottom: 2.6041666667vw;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    margin-bottom: -2.6041666667vw
}
.z_ys_swiper .topbox img{
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 980px) {
    .z_ys_swiper .topbox {
        height:0
    }
}
.z_ys_swiper{
  overflow: hidden;
}
.z_arr {
    width: 30px;
    height: 30px;
    background: var(--color);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    margin-left: .5208333333vw;
    cursor: pointer;
}
.z_ys_swiper .topbox .imgbg {
    position: absolute;
    left: 0;
    top: 0%;
    opacity: .7;
    z-index: -1;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.z_ys_swiper .ico {
    height: 3.75vw;
    -webkit-transition: ease .8s;
    transition: ease .8s
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .ico {
        height:36px
    }
}

.z_ys_swiper .ico img {
    display: block;
    height: 100%;
    margin: 0 auto
}

.z_ys_swiper .btmbox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    background: rgba(255,255,255,.8);
    border-radius: 2.6041666667vw 2.6041666667vw 7.2916666667vw 7.2916666667vw;
    /*padding-top: 2.0833333333vw;*/
    padding-bottom: 2.0833333333vw;
    text-align: center
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .btmbox {
        padding-top:20px;
        padding-bottom: 20px
    }
}

.z_ys_swiper .btmbox .ico {
    margin-bottom: 1.0416666667vw
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .btmbox .ico {
        margin-bottom:10px
    }
}

.z_ys_swiper .btmbox .tit {
    font-size: 25px;
    /*line-height: 1.5625vw*/
    font-weight: 400;
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .btmbox .tit {
        font-size:16px
    }
}

@media screen and (max-width: 1680px) {
    .z_ys_swiper .btmbox .tit{
      font-size: 20px;
    }
}

@media screen and (max-width: 980px) {
    
}

.z_ys_swiper .btmbox .dot {
    width: 70%;
    margin: 0 auto;
    height: 3px;
    background: url(../images/dot.png) no-repeat center;
    background-size: auto 100%;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    overflow: hidden;
    opacity: 0
}

.z_ys_swiper .btmbox .desc {
    color: #727272;
    opacity: .7;
    min-height: 2.5vw;
    margin-bottom: 1.25vw;
    margin-top: .78125vw;
    font-size: .78125vw;
    line-height: 1.25vw;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;*/
    font-weight: 400;
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .btmbox .desc {
        margin-bottom:10px
    }
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .btmbox .desc {
        margin-top:10px
    }
}

@media screen and (max-width: 1680px) {
    .z_ys_swiper .btmbox .desc {
        font-size:.9453125vw;
        font-size: 1vw
    }
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .btmbox .desc {
        font-size:14px
    }
}

@media screen and (max-width: 1680px) {
    .z_ys_swiper .btmbox .desc {
        line-height:1.45vw
    }
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .btmbox .desc {
        line-height:24px
    }
}

.z_ys_swiper .btmbox .z_arr {
    margin: 0 auto;
    font-size: 16px;
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .topbox {
        display:none
    }

    .z_ys_swiper .btmbox {
        position: relative;
        border-radius: 10px
    }

    .z_ys_swiper li .dot {
        display: none
    }

    .z_ys_swiper li.active .btmbox {
        border-radius: 10px
    }

    .z_ys_swiper li.active .btmbox .ico {
        height: 36px
    }
}
.z_index_ys .lazy {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: bottom center;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background-attachment: fixed;
}
@media screen and (max-width:700px){
  .z_index_ys .z_index_tit .btn{
    position: relative;
  }
}
/*.app-page .app-2 {
  background-color: #f0f0f0;
}*/
.app-page .app-2 .box .left {
  width: 35%;
  padding-right: 18px;
  position: sticky;
  top: 120px;
}
.app-page .app-2 .box .left .list {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
}
.app-page .app-2 .box .left .list h2 {
  line-height: 1;
}
.app-page .app-2 .box .left .list h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.app-page .app-2 .box .left .list .target {
  margin-top: 35px;
}

.app-page .app-2 .box .left .list .target ul li {
  position: relative;
  line-height: 50px;
}
.app-page .app-2 .box .left .list .target ul li a {
  border-radius: 25px;
  margin-bottom: 10px;
  height: 50px;
}
.app-page .app-2 .box .left .list .target ul li.active i::after {
  content: "-";
}
.app-page .app-2 .box .left .list .target > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  color: #000;
  background-color: #fff;
  /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);*/
  position: relative;
  box-shadow: 0 0 5px 0 #eee;
}
.app-page .app-2 .box .left .list .target > ul > li > a:hover{
  color: #fff;
  background-color:var(--color);
}
.app-page .app-2 .box .left .list .target ul li i{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 32px;
  width: 35px;
  color: #FFFFFF;
}
.app-page .app-2 .box .left .list .target ul li i::after {
  content: "+";
}
.app-page .app-2 .box .left .list .target > ul > li > ul {
  display: none;
}
.app-page .app-2 .box .left .list .target > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}
.app-page .app-2 .box .left .list .target > ul > li > ul > li > a.active {
  color: #73ae53;
}
.app-page .app-2 .box .right {
  width: 65%;
  padding-left: 18px;
}
.app-page .app-2 .box .right .content ul li {
  display: none;
}
.app-page .app-2 .box .right .content ul li.active {
  display: block;
}
.app-page .app-2 .box .right .content .mml-text {
  border-radius: 20px;
  overflow: hidden;
  background-color: #FFFFFF;
}
.app-page .app-2 .box .right .content .mml-text h4 {
  line-height: 1;
}
.app-page .app-2 .box .right .content .mml-text h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #72ac52;
}
.app-page .app-2 table tbody{
  min-width: 1000px;
}
@media screen and (max-width: 1400px){
  .about-page .about-3 .history-cont .left .icon{
    font-size: 140px;
  }
}
@media screen and (max-width: 1200px){
  .inner-banner .box h2{
    font-size: 40px;
  }
  .inner-banner{
    height: 320px;
  }
  .about-page .about-3 .history-cont .left ul li .year{
    font-size: 90px;
  }
  .about-page .about-3 .history-cont .left ul li{
    height: 500px;
  }
  .about-page .about-3 .history-cont .left ul:after{
    width: 500px;
    height: 500px;
  }
  .about-page .about-3 .history-cont .left ul li{
    padding-left: 0;
  }
  .manufacture-page .manu-2 .box1 .content{
    width: 100%;
  }
  .manufacture-page .manu-2 .box1 .img{
    width: 100%;
  }
  .manufacture-page .manu-2 .box .column{
    width: 100%;
  }
  .font-42 {
    font-size: 34px;
  }
  .product-page .product-1 .left{
    display: none;
  }
  .product-page .product-1 .right{
    width: 100%;
  }
  .service-page .service-1 .img{
    margin-left: 30px;
    margin-bottom: 40px;
    width: 56%;
    border-radius: 20px;
  }
  .sus-page .sus-4 ul li{
    width: 33% !important;
  }
  .font-42{
    font-size: 28px;
  }
  .sus-page .sus-3 .box{
    width: 70%;
  }
  .sus-page .sus-4 ul li .h4{
    font-size: 22px;
  }
  .sus-page .sus-4 ul li .text{
    font-size: 16px;
  }
  .news-page .news-1 .ui.container ul.newslist li{
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .app-page .app-1 h2 {
    margin-top: 0;
  }
  .app-page .app-1 ul li.wid-50 {
    width: 100%;
  }
  .app-page .app-1 ul li {
    width: 50%;
  }
  .app-page .app-2 .box .left {
    width: 100%;
    padding: 0;
    position: relative;
    top: 0;
  }
  .app-page .app-2 .box .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .about-page .about-1{
    padding-top: 70px;
  }
  .font-42 {
    font-size: 34px;
  }
  .about-page .about-1 .h4{
    font-size: 19px;
  }
  .about-page .about-3 .history-cont .left{
    width: 76%;
  }
  .about-page .about-3 .history-cont .left .icon{
    font-size: 98px;
  }
  .inner-page .top-nav{
    display: none;
  }
  .inner-page.app-page .top-nav{
    display: block;
  }
  .inner-page.app-page .top-nav ul.list{
     -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: none;
  }
  .inner-page.app-page .top-nav ul.list>li{
    width: 50%;
    margin-bottom: 20px;
  }
  .inner-page.app-page .top-nav ul.list>li:nth-child(2){
    border-radius: 0 45px 45px 0;
  }
  .inner-page.app-page .top-nav ul.list>li:nth-child(3){
    border-radius: 45px 0 0 45px;
  }
  .inner-page.app-page .top-nav ul.list>li>a{
    height: 50px;
  }
  .service-page .service-2 .wrap .left{
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-2 .wrap .right{
    width: 100%;
    margin-top: 20px;
  }
  .service-page .service-1 .img{
    margin-left: 0;
    display: none;
  }
  .seo_block .Auxil-form .box{
    padding: 30px;
    border-radius: 20px;
  }
  .product-yd-page ul li{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-yd-page ul li .img{
    width: 100% !important;
    order: 1;
  }
  .product-yd-page ul li .content{
    width: 100% !important;
    order: 2;
    border-radius: 15px;
  }
  .product-yd-page ul li:nth-child(2n) .img{
    order: 1;
  }
  .product-yd-page ul li:nth-child(2n) .content{
    order: 2;
    border-radius: 15px;
  }
  .quality-page .quality-1 .box .column{
    width: 100%;
  }
  .product-page .product-1 .right .list_two ul li .left_img .big{
    width: 74.5%;
  }
  .product-page .product-1 .right .list_two ul li .left_img .small .img a{
    border-radius: 3px;
  }
  .prodet-page .prodet-1 .left{
    width: 100%;
  }
  .prodet-page .prodet-1 .right{
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .content.det1 ul li{
    flex: 1;
  }
  .prodet-page .prodet-2 .det4 ul li{
    width: 50%;
  }
  .sus-page .sus-2 ul li{
    width: 46%;
  }
  .sus-page .sus-2 ul li.img{
    margin-top: 0;
  }
  .sus-page .sus-3 .box{
    width: 100%;
  }
  .gallery-page .gallery-1 .main ul li{
    width: 50%;
  }
  .contact-1 .ui.container .formbox{
    width: 100%;
  }
  .contact-1 .ui.container .infobox{
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px){
  .inner-banner .box h2,
  h1.banneryr {
    margin-bottom: 0;
    font-size: 22px;
  }
  .inner-banner .box .mbx{
    font-size: 16px;
  }
  .inner-banner{
    height: 230px;
  } 
  .about-page .about-3 .history-cont .left{
    width: 100%;
  }
  .about-page .about-3 .history-cont .left ul li{
    height: 410px;
  }
      .about-page .about-3 .history-cont .left ul:after {
        width: 410px;
        height: 410px;
    }
    .about-page .about-3 .history-cont .left ul li .year{
      font-size: 70px;
    }
    .about-page .about-3 .history-cont .left ul li .content p{
      max-height: 120px;
      overflow: auto;
    }
        .font-42 {
        font-size: 26px;
    }
    .advantage-page {
    padding-top: 48px;
  }
  .sus-page .sus-4 ul li .h4{
    font-size: 18px;
  }
  .sus-page .sus-4 ul li .text{
    font-size: 15px !important;
    height: auto;
  }
  .about-page .about-3 .history-cont .right{
    display: none;
  }
  .product-page .product-1 .right .list_two ul li .left_img{
    width: 100%;
  }
  .product-page .product-1 .right .list_two ul li .right_content{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .product-page .product-1 .right .list_two ul li .left_img .big{
    margin-left: 0;
  }
  .prodet-page .prodet-1 .right .box{
    padding-left: 20px;
    border-radius: 20px;
  }
  .prodet-page .prodet-2 .content.det1 ul li{
    flex: unset;
  }
  .prodet-page .prodet-1{
    padding: 60px 0 50px;
  }
  .prodet-page .prodet-2 .content.font-18{
    font-size: 15px;
  }
  .prodet-page .title{
    font-size: 22px;
  }
  .product-page.prodet-page .product-1{
    padding-bottom: 40px;
  }
  .product-page.prodet-page .product-1 ul li .h4{
    margin-bottom: 0;
  }
  .sus-page .sus-4 ul li{
    width: 100% !important;
  }
  .sus-page .sus-2 ul li{
    width: 100%;
    margin-bottom: 15px;
  }
  .gallery-page .gallery-1 .main ul li{
    width: 100%;
  }
  .news-page .news-1 .ui.container ul.newslist li{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner{
    height: 200px;
  }
  .inner-banner .box{
    bottom: 20px;
  }
  .inner-banner .box h2, h1.banneryr{
    display: none;
  }
  .inner-banner .box .mbx{
    font-size: 14px;
    line-height: 2;
  }
  .app-page .app-1 ul li {
    width: 100%;
  }
  .app-page .app-2 .box .left .list {
    padding: 30px 15px;
  }
  .app-page .app-2 .box .right .content .mml-text .text {
    padding: 30px 15px;
  }
  .inner-page.app-page .top-nav ul.list>li{
    width: 100%;
    border-radius: 45px !important;
  }
  .inner-page .top-nav{
    margin-bottom: 15px;
  }
  .app-page .app-2 .box .right{
    margin-top: 0;
  }
  .app-page .app-2 .box {
    margin-top: 10px;
  }
  .about-page .about-3 .history-cont .left ul:after{
    opacity: 0;
  }
  .about-page .about-3 .history-cont .left ul li .content{
    background: white;
    padding: 20px 15px;
  }
  .about-page .about-3 .history-cont .left ul li{
    height: 300px; 
    background: white;
    padding-bottom: 60px;
  }
  .about-page .about-3 .history-cont .left ul li .year{
    font-size: 50px;
  }
  .about-page .about-3 .history-cont .left ul li .content pre{
    width: 100%;
  }
  .about-page .about-3 .history-cont .left .icon{
    font-size: 60px;
  }
  .about-page .about-1 .content{
    margin-bottom: 0;
  }
  .sus-page .sus-4 ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sus-page .sus-4 ul li {
    width: 100% !important;
  }
  .product-yd-page ul li .content{
    padding-left: 20px;
  }
  .inner-page .form form ul li{
    width: 100%;
  }
   .prodet-page .prodet-2 .det4 ul li{
    width: 100%;
  }
}

.prodet-page .prodet-1 .left .box .slick-arrow,
.Auxil-related .slick-arrow{
  width: 40px;
    height: 40px;
    border: none;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--color);
    color: #fff;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    font-size: 0;
}
.prodet-page .prodet-1 .left .box .slick-arrow{
  top: 50%;
}
.prodet-page .prodet-1 .left .box .slick-prev{
  left: 0;
}
.Auxil-related .slick-prev{
  left: -40px;
} 
.prodet-page .prodet-1 .left .box .slick-next{
  right: 0;
}
.Auxil-related .slick-next{
  right: -40px;
} 
.prodet-page .prodet-1 .left .box .slick-prev::after,
.Auxil-related .slick-prev::after{
  content: "\e69a";
  font-family: "iconfont";
  font-size: 20px;
} 
.prodet-page .prodet-1 .left .box .slick-next::after,
.Auxil-related .slick-next::after{
  content: "\e6ac";
  font-family: "iconfont";
  font-size: 20px;
} 

@media screen and (max-width:1000px){
  .Auxil-related .slick-next{
    right: -5px;
  }
  .Auxil-related .slick-prev{
    left: -5px;
  }
  .Auxil-industry{
    display: none;
  }
}
#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;
  -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;
}
.seoPublic .Auxil-news .list ul li .content{
  margin-top: 0;
}
.seoPublic .Auxil-news .list ul li .content .h6{
  font-weight: bold;
}
#mobile2{
  background: #000;
}
.oxy-nav-menu .mb2-search input[type=submit]{
  background-image: url(../images/icon-search-white.png);
}
#wap-bottom,
#wap-bottom .center a{
  background: #000;
}


table td, table th{
  text-align: center;
}