@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins.eot');
  src: url('../fonts/Poppins.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
.yuy ul{
  left: initial;
  right: 0;
}
body {
  --color: #0089cc;
  font-family: 'Poppins';
  font-weight: 400;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1750px;
  margin: 0 auto;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  background: var(--color);
  color: #fff;
  border-radius: 3px;
  padding: 17px 30px 17px 28px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more i {
  margin-left: 23px;
}
.more i img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-filter: grayscale(100%) brightness(100);
  filter: grayscale(100%) brightness(100);
}
.more.white {
  background: #fff;
  color: var(--color);
}
.more.white i img {
  -webkit-filter: none;
  filter: none;
}
.more:hover img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.more:hover::after {
  width: 100%;
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 19px 0 14px;
}
#header .nav .ui.menu {
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 27px;
  color: var(--color);
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
  padding: 1px 0 2px 37px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: '';
  position: absolute;
  width: 26px;
  height: 15px;
  left: 0;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--color);
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0 50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  left: 0;
  width: auto;
  -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 #000;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after,
#header .nav .ui.menu .menu-box ul.menu > li.active > a::after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search form{
  width: 212px;
  position: relative;
}
#header .nav .ui.menu .h-search form input[type="search"]{
  width: 100%;
  height: 50px;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #e5e5e5;
  font-size: 16px;
  padding: 0 47px 0 10px;
}
#header .nav .ui.menu .h-search form input[type="submit"]{
  position: absolute;
  right: 21px;
  top: 12px;
  width: 24px;
	height: 26px;
  background: url(../images/search.png) no-repeat center;
  background-size: 100% 100%;
  border: 0;
}
#header .nav .ui.menu .msg a {
  font-size: 18px;
  padding: 16px 32px 16px 31px;
}
#header .nav .ui.menu .msg a:hover {
  background: #000;
}
#header.active {
  -webkit-box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.07);
}
.title {
  font-weight: bold;
}
.i-tag {
  display: block;
  color: var(--color);
}
.i-tag i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}
.i-title {
  font-weight: bold;
  color: #050814;
  line-height: 1.2;
  margin-top: 13px;
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
  overflow: hidden;
  text-align: center;
}
#banner ul li .text {
  text-align: left;
  color: #fff;
  top: 56%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 2;
}
#banner ul li .text .box .ig {
  max-width: 690px;
}
#banner ul li .text .box .title {
  font-size: 90px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.2;
}
#banner ul li .text .box .title sub {
  display: inline-block;
  vertical-align: middle;
  font-size: 56px;
  margin-left: 14px;
}
#banner ul li .text .box .play {
  width: 123px;
  height: 122px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}
#banner ul li .text .box .play svg {
  font-size: 14px;
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
}
#banner ul li .text .box .play svg text {
  font-size: 14px;
  fill: #fff;
}
#banner ul li .text .box .play .icon {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 62px;
  height: 61px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  text-align: center;
  line-height: 61px;
}
#banner ul li .text .box .play .icon img {
  display: inline-block;
  vertical-align: middle;
}
#banner ul li .text .box .con {
  font-weight: 600;
  line-height: 1.4;
  font-size: 24px;
  
}
#banner ul li .text .top,
#banner ul li .text .con,
#banner ul li .text .btn,
#banner ul li .text .right {
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
#banner ul .swiper-slide-active .text .top,
#banner ul .swiper-slide-active .text .con,
#banner ul .swiper-slide-active .text .btn,
#banner ul .swiper-slide-active .text .right {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner ul .swiper-slide-active .text .top {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  transition-delay: 300ms;
}
#banner ul .swiper-slide-active .text .con {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  transition-delay: 600ms;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
}
#banner ul .swiper-slide-active .text .right {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
#banner .change {
  bottom: 46px;
  left: 0;
  width: 100%;
  z-index: 1;
}
#banner .change .page {
  color: rgba(255, 255, 255, 0.49);
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
}
#banner .change .page .curr {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  padding-top: 9px;
  margin-bottom: -4px;
}
#banner .change .swiper-scrollbar {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0;
  margin: 0 0 4px 10px;
}
#banner .change .swiper-scrollbar-drag {
  background: #fff;
}
.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 img {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes img {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes img {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
#index-body .i-category {
  padding: 6.125% 0 9.6875%;
  background: url(../images/pbg.jpg) no-repeat center;
  background-size: 100% 100%;
}
#index-body .i-category .left {
  width: 27%;
}
#index-body .i-category .left ul {
  position: relative;
  z-index: 1;
}
#index-body .i-category .left ul li {
  margin-bottom: 22px;
}
#index-body .i-category .left ul li .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  text-align: center;
  line-height: 64px;
  position: relative;
  z-index: 1;
}
#index-body .i-category .left ul li .icon img {
  vertical-align: middle;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
#index-body .i-category .left ul li .icon::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: #1485bc;
  border-radius: 50%;
}
#index-body .i-category .left ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 24px;
  color: #666666;
  font-weight: 500;
}
#index-body .i-category .left ul li:hover .icon,
#index-body .i-category .left ul li.active .icon {
  background: var(--color);
}
#index-body .i-category .left ul li:hover .icon img,
#index-body .i-category .left ul li.active .icon img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .i-category .left ul li:hover span,
#index-body .i-category .left ul li.active span {
  color: var(--color);
  font-weight: 600;
  font-size: 28px;
}
#index-body .i-category .left ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-category .left ul::after {
  content: '';
  position: absolute;
  left: 31px;
  top: 25px;
  bottom: 25px;
  width: 1px;
  background: var(--color);
}
#index-body .i-category .right {
  width: 75%;
  margin-right: -4%;
  position: relative;
  height: auto;
  overflow: hidden;
}
#index-body .i-category .right .item{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0 100% 0 100%);
  clip-path: inset(0 100% 0 100%);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body .i-category .right .item.active{
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#index-body .i-category .right ul li .img-box {
  background: #fff;
}
#index-body .i-category .right ul li .img-box span {
  z-index: 1;
  left: 0;
  width: 100%;
  bottom: 0;
  font-weight: 300;
  color: #666;
  line-height: 1.6;
}
#index-body .i-category .right ul li .img-box .desc {
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 137, 204, 0.82);
  z-index: 1;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .right ul li .img-box .desc .con {
  line-height: 1.8;
  font-weight: 300;
}
#index-body .i-category .right ul li .img-box .desc em {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
}
#index-body .i-category .right ul li .img-box .desc em img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-category .right ul li .img-box .desc em:hover img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#index-body .i-category .right ul li .img-box:hover .desc {
  top: 0;
}
#index-body .i-about {
  background: url(/zj-victor/2025/08/21/indexcom1.png?imageView2/2/format/webp/q/100) no-repeat right top;
  background-size: 559px 100%;
  padding: 5.78125% 0 3.59735%;
}
#index-body .i-about .left {
  width: 53%;
  z-index: 1;
}
#index-body .i-about .left .con {
  font-weight: 300;
  color: #666666;
  line-height: 1.8;
}
#index-body .i-about .left .number-Plus ul li .num {
  color: #999999;
  line-height: 1;
}
#index-body .i-about .left .number-Plus ul li p {
  font-weight: 300;
  color: #666;
  line-height: 1.6;
  margin-top: 5px;
}
#index-body .i-about .left .number-Plus ul li:hover .num {
  color: var(--color);
}
#index-body .i-about .left .more {
  background: transparent;
  border: 1px solid var(--color);
  color: var(--color);
}
#index-body .i-about .left .more i img {
  -webkit-filter: none;
  filter: none;
}
#index-body .i-about .left .icon {
  position: absolute;
  bottom: -26px;
  left: 0;
}
#index-body .i-about .right {
  width: 47%;
}
#index-body .i-about .right .img {
  display: inline-block;
  width: auto;
  padding: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
#index-body .i-about .box {
  max-width: 1415px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(202, 202, 202, 0.36);
  box-shadow: 0px 0px 35px 0px rgba(202, 202, 202, 0.36);
  margin-top: -136px;
  position: relative;
  z-index: 1;
}
#index-body .i-about .box ul li {
  position: relative;
}
#index-body .i-about .box ul li i img {
  -webkit-filter: brightness(0) opacity(0.5);
  filter: brightness(0) opacity(0.5);
}
#index-body .i-about .box ul li p {
  font-weight: 500;
  color: #666;
  line-height: 1.5;
}
#index-body .i-about .box ul li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 59px;
  background: #666;
  opacity: .16;
}
#index-body .i-about .box ul li:last-child::after {
  display: none;
}
#index-body .i-about .box ul li:hover i img {
  -webkit-filter: none;
  filter: none;
}
#index-body .i-about .box ul li:hover p {
  color: var(--color);
}
#index-body .i-application {
  overflow: hidden;
  height: 48.49vw;
}
#index-body .i-application .top ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
}
#index-body .i-application .top ul li .box {
  top: 40%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .i-application .top ul li .box .ig {
  max-width: 435px;
  background: #fff;
}
#index-body .i-application .top ul li .box .ig span {
  color: rgba(20, 133, 188, 0.75);
  line-height: 1;
  padding: 3px 18px 2px 17px;
  border: 1px solid rgba(20, 133, 188, 0.75);
  border-radius: 15px;
}
#index-body .i-application .top ul li .box .ig .tit {
  font-weight: 500;
  line-height: 1.3;
  color: var(--color);
}
#index-body .i-application .top ul li .box .ig .con {
  line-height: 1.8;
  color: #666666;
  max-height: 167px;
  overflow-y: auto;
  font-weight: 300;
}
#index-body .i-application .top ul li.active {
  opacity: 1;
  z-index: 2;
  -webkit-animation: img 2s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: img 2s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: img 2s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .i-application .top ul li.zIndex {
  opacity: 1;
  z-index: 1;
}
#index-body .i-application .bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}
#index-body .i-application .bottom .box {
  position: relative;
  z-index: 1;
}
#index-body .i-application .bottom .box .i-tag {
  color: #fff;
  white-space: nowrap;
}
#index-body .i-application .bottom .box .img {
  width: 56.2%;
}
#index-body .i-application .bottom .box .img ul li .img-box {
  border: solid 4px #ffffff;
}
#index-body .i-application .bottom .box .img ul li .img-box img {
  height: 195px;
}
#index-body .i-application .bottom .box .slickBtn div {
  width: 3em;
  height: 3em;
  background: #fff;
}
#index-body .i-application .bottom .box .slickBtn div.next {
  margin-left: 28px;
}
#index-body .i-application .bottom .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 161px;
  background-color: var(--color);
}
#index-body .i-advantage {
  padding-top: 5.573%;
}
#index-body .i-advantage ul li .text {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0 70px;
  text-align: center;
}
#index-body .i-advantage ul li .text .icon {
  display: block;
  line-height: 77px;
}
#index-body .i-advantage ul li .text .icon img {
  vertical-align: middle;
}
#index-body .i-advantage ul li .text .tit {
  font-weight: 500;
  color: var(--color);
  line-height: 1.6;
}
#index-body .i-advantage ul li .text .con {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
  text-align: center;
  min-height: 224px;
}
#index-body .i-advantage ul li .text .more img {
  -webkit-transition: inherit;
  -moz-transition: inherit;
  transition: inherit;
}
#index-body .i-advantage ul li .text::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: url(../images/adbg.jpg) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: .5s all linear;
  transition: .5s all linear;
}
#index-body .i-advantage ul li:hover .text .icon {
  -webkit-filter: grayscale(100%) brightness(100);
  filter: grayscale(100%) brightness(100);
}
#index-body .i-advantage ul li:hover .text .tit {
  color: #fff;
}
#index-body .i-advantage ul li:hover .text .con {
  opacity: .9;
}
#index-body .i-advantage ul li:hover .text .more {
  background: #fff;
  color: var(--color);
}
#index-body .i-advantage ul li:hover .text .more img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#index-body .i-advantage ul li:hover .text::after {
  opacity: 1;
  width: 100%;
  height: 100%
}
#index-body .i-news {
  padding: 5.261% 0 4.53125%;
}
#index-body .i-news .left {
  width: 37.616%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
#index-body .i-news .right {
  width: 62.384%;
}
#index-body .i-news .right ul li {
  background-color: #eef9ff;
  margin-bottom: 39px;
}
#index-body .i-news .right ul li .text {
  width: 80%;
}
#index-body .i-news .right ul li .text .tit {
  color: #141414;
  line-height: 1.5;
}
#index-body .i-news .right ul li .text p {
  color: #666666;
  line-height: 1.6;
}
#index-body .i-news .right ul li .text time {
  color: #999;
  line-height: 2;
}
#index-body .i-news .right ul li .link {
  width: 61px;
  height: 61px;
  border-radius: 50%;
  text-align: center;
  line-height: 61px;
  background: #fff;
}
#index-body .i-news .right ul li .link img {
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .right ul li:hover {
  background: var(--color);
}
#index-body .i-news .right ul li:hover .text .tit,
#index-body .i-news .right ul li:hover .text p,
#index-body .i-news .right ul li:hover .text time {
  color: #fff;
}
#index-body .i-news .right ul li:hover .link img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#index-body .i-news .right ul li:last-child {
  margin-bottom: 0;
}
#footer {
  padding: 5.3125% 0 4.74%;
  background: url(/mpsens/2025/08/21/foot.jpg?imageView2/2/format/webp/q/100) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
}
#footer .f-content .title {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  margin: 19px 0 35px 0;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 13px;
  font-weight: 300;
  color: #e8e8e8;
}
#footer .f-content ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 1px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover {
  color: #fff;
}
#footer .f-content ul li a:hover::before {
  width: 8px;
  margin-right: 7px;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content .f-ab {
  max-width: 360px;
  margin-right: 6.8%;
}
#footer .f-content .f-ab p {
  font-weight: 300;
  line-height: 1.5;
}
#footer .f-content .f-ab .share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  line-height: 30px;
  color: var(--color);
  font-size: 17px;
  margin-right: 11px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
  position: relative;
}
#footer .f-content .f-ab .share a:hover {
  background: var(--color);
  color: #fff;
}
#footer .f-content .f-ab .share a:last-child {
  margin-right: 0;
}
#footer .f-content .f-ab .share a #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .f-ab .share a:hover #ewm {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#footer .f-content .f-contact {
  max-width: 326px;
}
#footer .f-content .f-contact ul li {
  margin-bottom: 15px;
}
#footer .f-content .f-contact ul li i {
  width: 18px;
}
#footer .f-content .f-contact ul li i img {
  vertical-align: middle;
}
#footer .f-content .f-contact ul li span {
  margin-left: 13px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-content .f-contact ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-contact ul li:last-child i img {
  vertical-align: top;
  margin-top: 3px;
}
#footer .f-bottom .title {
  line-height: 1;
  font-size: 120px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
}
#footer .f-bottom .form {
  padding: 22px 20px 26px 47px;
  background: rgba(255, 255, 255, 0.4);
  margin-top: -1.4%;
}
#footer .f-bottom .form ul li {
  width: 16.6%;
  padding-left: 6px;
  border-left: 1px solid #fff;
}
#footer .f-bottom .form ul li input[type="text"] {
  width: 100%;
  height: 20px;
  font-size: 16px;
  font-weight: 300;
  border: 0;
  background: transparent;
  padding-top: 3px;
}
#footer .f-bottom .form ul li input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
#footer .f-bottom .form ul li input[type="text"]:-moz-placeholder {
  color: #fff;
}
#footer .f-bottom .form ul li input[type="text"]::-moz-placeholder {
  color: #fff;
}
#footer .f-bottom .form ul li input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
#footer .f-bottom .form ul li input[type="text"]::placeholder {
  color: #fff;
}
#footer .f-bottom .form ul li input[type="submit"] {
  width: 100%;
  height: 38px;
  background: var(--color);
  border: 0;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-bottom .form ul li input[type="submit"]:hover {
  background: #fff;
  color: var(--color);
}
#footer .f-bottom .form ul li:nth-child(2) {
  width: 26%;
}
#footer .f-bottom .form ul li:nth-child(3) {
  width: 49.4%;
}
#footer .f-bottom .form ul li:last-child {
  width: 8%;
  border-left: 0;
}
#footer .f-copy {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 300;
  color: #eaeaea;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 27px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -3px;
  fill: #eaeaea;
  text-transform: capitalize;
}
#footer .f-copy svg text {
  fill: #eaeaea;
}
@media screen and (max-width: 1680px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 26px;
    font-size: 17px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a{
    padding: 1px 0 2px 22px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a::after{
    width: 20px;
    height: 10px;
  }
  #footer .f-bottom .title {
    font-size: 97px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 18px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a{
    padding: 1px 0 2px 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a::after{
    width: 18px;
    height: 10px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 10px;
  }
  #header .nav .ui.menu .h-search form{
    width: 160px
  }
  #header .nav .ui.menu .msg a {
    padding: 12px 16px;
    font-size: 14px;
  }
  #banner ul li .text .box .title {
    font-size: 90px;
  }
  #banner ul .swiper-slide-active .text .right {
    zoom: .7;
  }
  #index-body .i-category .left ul li span {
    font-size: 20px;
  }
  #index-body .i-category .left ul li.active span,
  #index-body .i-category .left ul li:hover span {
    font-size: 24px;
  }
  #index-body .i-about .box {
    margin-top: -60px;
    max-width: 1200px;
  }
  #index-body .i-application .bottom .box .img ul li .img-box img {
    height: 140px;
  }
  #index-body .i-advantage ul li .text {
    padding: 0 56px;
  }
  #index-body .i-advantage ul li .text .con {
    min-height: 180px;
  }
  #footer .f-content .f-ab {
    margin-right: 0;
  }
  #footer .f-bottom .title {
    font-size: 83px;
  }
}
@media screen and (max-width: 1250px) {
  #header .nav .ui.menu .logo {
    width: 15%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin-right: 10px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 1px 0 2px 24px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a::after {
    width: 20px;
    height: 9px;
  }
  #header .nav .ui.menu .msg a {
    font-size: 14px;
  }
  #banner ul li .text .box .title {
    font-size: 67px;
  }
  #banner .change {
    bottom: 23px;
  }
  #index-body .i-category .left {
    width: 35%;
  }
  #index-body .i-category .right {
    width: 65%;
    margin-right: 0;
    padding-left: 2%;
  }
  #index-body .i-about {
    background-size: 479px 100%;
  }
  #index-body .i-about .left .number-Plus {
    padding-right: 0;
  }
  #index-body .i-about .box {
    margin-top: 0;
    max-width: 970px;
  }
  #index-body .i-application {
    height: 62vw;
  }
  #index-body .i-application .bottom .box .img ul li .img-box img {
    height: 100px;
  }
  #index-body .i-application .bottom .box::after {
    height: 117px;
  }
  #index-body .i-advantage ul li .text {
    padding: 0 20px;
  }
  #index-body .i-advantage ul li .text .con {
    min-height: 100px;
  }
  #footer .f-bottom .title {
    font-size: 67px;
  }
  #footer .f-content {
    z-index: .8;
  }
  #footer .f-bottom .form ul li:nth-child(3) {
    width: 46.4%;
  }
  #footer .f-bottom .form ul li:last-child {
    width: 11%;
  }
}
@media screen and (max-width: 1000px) {
  #banner {
    margin-top: 60px;
  }
  #banner ul li .text {
    top: 50%;
  }
  #banner ul li .text .box .left {
    width: 60%;
  }
  #banner ul li .text .box .right {
    width: 40%;
  }
  #banner ul li .text .box .title {
    font-size: 50px;
  }
  #banner ul li .text .box .title sub {
    font-size: 30px;
  }
  #banner ul li .text .box .play {
    zoom: .6;
  }
  #banner ul li .text .box .con {
    font-size: 20px;
  }
  #banner ul li .text .box .btn {
    margin-top: 20px;
  }
  #banner .change {
    bottom: 12px;
  }
  .more {
    padding: 12px 20px;
  }
  #index-body .i-category .left {
    width: 42%;
  }
  #index-body .i-category .left ul li span {
    font-size: 16px;
  }
  #index-body .i-category .left ul li:hover span,
  #index-body .i-category .left ul li.active span {
    font-size: 20px;
  }
  #index-body .i-category .right {
    width: 58%;
  }
  #index-body .i-about {
    background-size: 329px 100%;
  }
  #index-body .i-application .bottom .box {
    padding: 0 15px 20px;
  }
  #index-body .i-application .bottom .box .slickBtn div.next {
    margin-left: 13px;
  }
  #index-body .i-application {
    height: 76vw;
  }
  #index-body .i-news .left .icon {
    zoom: .7;
  }
  #index-body .i-news .right ul li {
    padding: 20px 15px;
  }
  #footer .f-content {
    zoom: 1;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-content .f-ab,
  #footer .f-content .f-contact {
    max-width: 100%;
  }
  #footer .f-content .f-contact {
    margin-top: 20px;
  }
  #footer .f-bottom {
    margin-top: 20px;
  }
  #footer .f-bottom .title {
    font-size: 47px;
  }
  #footer .f-bottom .form {
    padding: 20px 15px;
  }
  #footer .f-bottom .form ul li {
    width: 50%;
    margin-bottom: 30px;
  }
  #footer .f-bottom .form ul li input[type="text"] {
    height: 40px;
  }
  #footer .f-bottom .form ul li:nth-child(3) {
    width: 100%;
  }
  #footer .f-bottom .form ul li:last-child {
    width: 20%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text .box .left {
    width: 100%;
  }
  #banner ul li .text .box .right {
    display: none;
  }
  #banner ul li .text .box .title {
    font-size: 40px;
  }
  #banner ul li .text .box .title sub {
    font-size: 20px;
  }
  #banner .change {
    display: none;
  }
  #index-body .i-category .left {
    display: none;
  }
  #index-body .i-category .right {
    width: 100%;
  }
  #index-body .i-category .right .item{
    position: initial;
    display: none;
  }
  #index-body .i-category .right .item:nth-child(1){
    display: block;
  }
  #index-body .i-category .right ul li .img-box span {
    padding-bottom: 12px;
  }
  #index-body .i-category .right ul li .img-box .desc em {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #index-body .i-about {
    background: #fff;
  }
  #index-body .i-about .left {
    width: 100%;
  }
  #index-body .i-about .right {
    display: none;
  }
  #index-body .i-about .box {
    padding: 20px 15px;
  }
  #index-body .i-application {
    display: none;
  }
  #index-body .i-news .left {
    width: 100%;
    position: initial;
  }
  #index-body .i-news .left .icon {
    display: none;
  }
  #index-body .i-news .right {
    width: 100%;
    max-height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 30px 20px 0 0;
  }
  #index-body .i-news .right ul li {
    margin-bottom: 20px;
  }
  #index-body .i-news .right ul li .link {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .font-26 {
    font-size: 20px;
  }
  #footer .f-content .tit {
    margin: 15px 0 20px;
  }
  #footer .f-bottom .title {
    font-size: 33px;
  }
  #footer .f-copy {
    margin-top: 20px;
  }
  .fixed-toolbar {
    zoom: .7;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .text .title {
    font-size: 30px;
  }
  #banner ul li .text .title sub {
    font-size: 16px;
  }
  #banner ul li .text .con {
    display: none;
  }
  .more {
    font-size: 14px;
  }
  .font-50 {
    font-size: 26px;
  }
  #index-body .i-about .left .con {
    line-height: 2;
  }
  #index-body .i-about .left .icon {
    display: none;
  }
  #index-body .i-about .left .more {
    margin-top: 30px;
  }
  #index-body .i-about .number-Plus,
  #index-body .i-about .box {
    display: none;
  }
  #index-body .i-advantage {
    display: none;
  }
  #index-body .i-news .right ul li .text {
    width: 100%;
  }
  #index-body .i-news .right ul li .link {
    margin-top: 20px;
  }
  #footer .f-content .f-ab p {
    line-height: 2;
  }
  #footer .f-content .f-ab .share a:last-child {
    display: none;
  }
  #footer .f-content ul li {
    font-size: 14px;
    line-height: 2;
  }
  #footer .f-bottom .form ul li {
    width: 100%;
  }
  #footer .f-bottom .form ul li:last-child {
    width: 30%;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.inner-banner {
  height: 460px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
   display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 101px;
}
.inner-banner .ui.container{
  width: 100%;
}
.inner-banner .bg{
  position: absolute;
  left: 0;
  bottom: -2px; 
}
.inner-banner .mbx {
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
}
 
.inner-banner .tit {
  font-size: 50px;
  line-height: 1.2;
  font-weight: bold;;
  margin-bottom: 17px;
}
.paralasic .tit {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;;
  margin-bottom: 17px;
}

.inner-banner .search{
  position: relative;
  max-width: 740px;
  margin: 50px auto 0;
}
.inner-banner .search form{
  width: 100%;
  position: relative;
}
.inner-banner .search input{
  width: 100%;
  height: 80px;
  border: none;
  padding: 0 65px;
  font-size: 18px;
  border-radius: 40px;
  color: black;
}
.inner-banner .search input[type="submit"]{
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 80px;
  height: 35px;
  background: url(../images/icon-search-black.png) no-repeat center;
  padding: 0;
  border-left: 1px solid rgba(0,0,0,0.3);
  border-radius: 0;
}
.inner-banner .arrow{
  position: absolute;
    left: 0;
    bottom: 12%;
    width: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 3;
    -webkit-animation: scroll-icon 1.2s infinite alternate cubic-bezier(.65,.05,.36,1);
    -moz-animation: scroll-icon 1.2s infinite alternate cubic-bezier(.65, .05, .36, 1);
    animation: scroll-icon 1.2s infinite alternate cubic-bezier(.65,.05,.36,1);
}
inner-page{
  background: url(../images/bg.png);
}
.inner-page .in-num { 
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: bold;;
  display: flex;
  align-items: center;
}
.inner-page .in-num::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color);
  display: inline-block;
  vertical-align: top;
  margin: -2px 15px 0 0;
}
.inner-page .title {
  font-weight: bold;;
}
.inner-page .m-page {
  margin-top: 110px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  line-height: 52px;
  /*box-shadow: 0px 2px 7.84px 0.16px rgba(0,0,0,0.27);*/
  border-radius: 100%;
  background: #fff;
  font-size: 17px;
  font-weight: bold;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: 1px solid #e5e5e5;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
  color: white;
}
.about-page .title {
  margin-top: 30px;
  text-align: center;
}
.about-page .title em{
  color: var(--color);
}
.about-page .about-1 .img1 {
  position: absolute;
  left: 0;
  top: 23%;
  width: 163px;
  height: 203px;
  background: url(../images/about-page-2.png) no-repeat;
}
.about-page .about-1 .img2 {
  position: absolute;
  right: 30px;
  top: 0;
  width: 228px;
  height: 234px;
  background: url(../images/about-page-1.png) no-repeat;
}
.about-page .about-1 .img3 {
  position: absolute;
  right: 3px;
  top: 67%;
  width: 191px;
  height: 218px;
  background: url(../images/about-page-3.png) no-repeat;
}
.about-page .about-1 {
  padding-top: 3%;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .ui.container{
  z-index: 3;
}
.about-page .about-1 .img {
  margin-top: 38px;
  border-radius: 60px;
  position: relative;
}
.about-page .about-1 .img .play{
  position: absolute;
  left: 50%;
  top: 50%;
   -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-1 .img .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-1 .img .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.about-page .about-1 .con {
  line-height: 2;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 57px;
}
.about-page .about-1::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 2; 
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-page .about-1 ul{
  margin-top: 60px;
  margin-bottom: 60px;
}
.about-page .about-1 ul li{
  position: relative;
  padding-left: 150px;
}
.about-page .about-1 ul li .icon{
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-1 ul li h3{
  font-size: 60px;
  font-weight: bold;;
  color: var(--color);
  line-height: 1;
}
.about-page .about-1 ul li h3 span{
  font-size: 22px;
}
.about-page .about-1 ul li p{
  font-size: 20px;
  color: #545252;
}
.about-page .about-1 ul li::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 45px;
  background: #d2d2d2;
}
.about-page .about-1 ul li:last-child::after{
  content: none;
}
.about-page .about-1 ul li:nth-child(1){
  padding-left: 120px;
}
.about-page .about-1 ul li:nth-child(1) .icon{
  left: 0;
}
.about-page .about-2 {
  padding-top: 170px;
  position: relative;
}
.about-page .about-2 .img1{
  position: absolute;
  right: 0;
  top: 1%;
  width: 274px;
  height: 344px;
  background: url(../images/about-page-5.png) no-repeat;
}
.about-page .about-2 .content {
  position: relative;
  padding: 0 40px;
  margin: 113px 0 9.167%;
}
.about-page .about-2 .content ul li {
  padding: 0 36px 88px;
  position: relative;
  cursor: pointer;
}
.about-page .about-2 .content ul li .tit {
  color: var(--color);
  font-weight: bold;;
}
.about-page .about-2 .content ul li .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 10px;
  height: 240px;
  overflow-y: auto;
}
.about-page .about-2 .content ul li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 78px;
  background: #bfbfbf;
  bottom: 0;
  left: 36px;
}
.about-page .about-2 .content ul li:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: 25px;
  bottom: 0;
  background: #000;
  z-index: 8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .content ul li:hover::after {
  background: var(--color);
}
.about-page .about-2 .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 12px;
  background: #afafaf;
}
.about-page .about-2 .bottom {
  /*padding: 9.167% 0 0 0;*/
  overflow: hidden;
    width: calc(100% - 6.25vw);
    border-radius: 0 300px 300px 0;
    position: relative;
    z-index: 2;
}
.about-page .about-2 .bottom ul {
  margin-right: -16px;
}
.about-page .about-2 .bottom ul li {
  padding-right: 16px;
}
.about-page .about-2 .bottom ul li a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-22{
  padding-top: 120px;
  position: relative;
}
.about-page .about-22 p.des{
  color: #666;
  text-align: center;
}
.about-page .about-22 .ui.container{
  z-index: 3;
}
.about-page .about-22 img{border-radius: 20px; margin-bottom: 20px;}
.about-page .about-22 .img1 {
  position: absolute;
  left: 0;
  top: 77%;
  width: 215px;
  height: 303px;
  background: url(../images/about-page-4.png) no-repeat;
}
.about-page .about-22 ul {
  margin-right: -75px;
  margin-top: 50px;
}
.about-page .about-22 ul li{
  
  position: relative;
  padding-right: 75px;
 
  text-align: center;
}
.about-page .about-22 ul li span{
  font-size: 109px;
  line-height: 1;
  color: var(--color);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;;
}
.about-page .about-22 ul li span::after{
  content: "";
  position: absolute;
  right: -4px;
  bottom: -7px;
  width: 73px;
  height: 99px;
  background: url(../images/about-sanjiao-bg.png) no-repeat;
  transform: rotate(4deg);
}
.about-page .about-22 ul li h5{
  color: var(--color);
  font-size: 24px;
  font-weight:700;
  margin-bottom: 10px;
}
.about-page .about-22 ul li .des{
  font-size: 16px;
  line-height: 1.8;
  min-height: 200px;
  max-height: 200px;
  overflow: auto;
  color: #666;
}
.about-page .about-22 ul .slick-dots{
  text-align: center;
  margin: 0;

}
.about-page .about-22 ul .slick-dots li{
  padding: 0;
  width: 10px !important;
  height: 10px;
  border-radius: 100%;
  background: rgba(0,0,0,0.6);
  transition: 0.5s;
  margin: 0 5px;
  display: inline-block;
}
.about-page .about-22 ul .slick-dots li button{
  display: none;
}
.about-page .about-22 ul .slick-dots li.slick-active{
  background: var(--color);
}
.about-page .about-3 {
  padding: 5.573% 0 0;
}
.about-page .about-3 .ui.container { 
  z-index: 2;
}
.about-page .about-3 .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 22px;
}
.about-page .about-3 .content {
  margin-top: 65px;
}
.about-page .about-3 .content ul {
  margin: -15px -10px;
}
.about-page .about-3 .content ul li {
  padding: 15px 10px;
}
.about-page .about-3 .content ul li .img-box {
  background: #fff;
  border: solid 4px #fff;
  text-align: center;
  line-height: 120px;
}
.about-page .about-3 .content ul li .img-box img {
  display: inline-block;
  vertical-align: middle;
  /*-webkit-filter: grayscale(100%);*/
  /*filter: grayscale(100%);*/
}
.about-page .about-3 .content ul li .img-box:hover img {
  -webkit-filter: none;
  filter: none;
}
.about-page .about-4 { 
  padding: 2% 0 ; 
  position: relative;
}
.about-page .about-4 .ui.container{
  z-index: 3;
}
.about-page .about-4 .img1{
  position: absolute;
  left: 0;
  top: -5%;
  width: 244px;
  height: 236px;
  background: url(../images/about-page-6.png) no-repeat;
}
.about-page .about-4 .img2{
  position: absolute;
  right: 0;
  top: -11%;
  width: 258px;
  height: 838px;
  background: url(../images/about-page-7.png) no-repeat;
}
.about-page .about-4 .content {
  margin-top: 29px;
}
.about-page .about-4 .content ul {
  margin-right: -25px;
}
.about-page .about-4 .content ul li {
  padding-right: 25px;
}
.about-page .about-4 .content ul li .img-box img {
  width: 100%;
      /*border-radius: 0 100px 0 0;*/
}
.about-page .about-4 .content ul li .h5{
  background: white;
  /*box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.35);*/
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  /*border-radius: 50px 0 0 0;*/
  z-index: 2;
  position: relative;
    -webkit-transform: translate(0%, -50px);
  -moz-transform: translate(0%, -50px);
  -ms-transform: translate(0%, -50px);
  transform: translate(0%, -50px);
  padding: 20px 15px;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .content ul li:hover .h5{
  background: var(--color);
  color: white;
}
.about-page .about-4 .content ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -89px;
  width: 100%;
  text-align: center;
  margin: 0;
}
.about-page .about-4 .content ul.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000000;
  padding: 0;
  margin-right: 31px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .content ul.slick-dots li button {
  display: none;
}
.about-page .about-4 .content ul.slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-4 .content ul.slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-5{

  background: url(/mpsens/2025/08/15/aboutbg.jpg?imageView2/2/format/webp/q/100) no-repeat center center;
  position: relative;
    background-attachment: fixed;
	/*border-radius: 257px 0px 0px 257px;*/
  padding: 4.382% 0 5.4256%;
  color: #fff;
  margin-top: 50px;
}
.about-page .about-5 .in-num{
  justify-content: center;
}
.about-page .about-5 .in-num::before{
  background: #fff;
}
.about-page .about-5 .box{
  text-align: center;
}
.about-page .about-5 .left{
  vertical-align: top;
}
.about-page .about-5 .right{
  vertical-align: bottom;
  font-size: 18px;
  line-height: 2;
  max-width: 800px;
  margin: 30px auto 0;
}
.about-page .about-6{
  padding: 7% 0;
}
.about-page .about-6 .title em{
  color: var(--color);
}
.about-page .about-6 .content{
  padding-top: 6.349%;
}
.about-page .about-6 .content ul{
  margin-right: -96px;
}
.about-page .about-6 .content ul li{
  padding-right: 96px;
}
.about-page .about-6 .content ul li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-6 .content ul li .top span {
  font-size: 110px;
  line-height: 1;
  color: var(--color);
  font-weight: bold;;
  display: inline-block;
  position: relative;
}
.about-page .about-6 .content ul li .top span::after {
  content: '';
  width: 79px;
  height: 95px;
  background: url(../images/ad-bg.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0px;
}
.about-page .about-6 .content ul li .top em {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;;
  padding-left: 15px;
}
.about-page .about-6 .content ul li p {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
  margin-top: 14px;
}
.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: 1680px) {
  .about-page .about-3 .ui.container{
    max-width: 1300px;
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-3 .ui.container{
    max-width: 1200px;
  }
  .about-page .about-6 .content ul{
    margin-right: -40px;
  }
  .about-page .about-6 .content ul li{
    padding-right: 40px;
  }
  .inner-banner{
    height: 570px;
  }
  .about-page .about-1 ul li .icon{
    width: 60px;
    left: 25px;
  }
  .about-page .about-1 ul li{
    padding-left: 110px;
  }
  .about-page .about-1 ul li h3{
    font-size: 50px;
  }
  .about-page .about-1 ul li p{
    font-size: 17px;
  }
  .about-page .about-22 ul li h5{
    font-size: 24px;
  }
  .about-page .about-22 ul li span{
    font-size: 76px;
  }
  .about-page .about-22 ul li span:after{
    width: 45px;
    right: 1px;
  }
  .about-page .about-22 ul{
    margin-right: -40px;
  }
  .about-page .about-22 ul li{
    padding-right: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1::after {
    font-size: 300px;
  }
  .about-4 .ui.container {
    padding: 0 15px 0 30px;
  }
  .inner-banner{
    height: 540px;
  }
}
@media screen and (max-width: 1200px){
  .about-page .about-1 ul li{
    padding-left: 85px;
  }
      .about-page .about-1 ul li .icon {
        width: 50px;
        left: 18px;
    }
    .about-page .about-1 ul li:nth-child(1) {
    padding-left: 65px;
  }
  /*.about-page .about-22 ul li{
    width: 50% !important;
  }*/
}
@media screen and (max-width: 1100px) {
  .about-page .about-2 .content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 300px; 
    background-size: auto 50%;
    margin-top: 60px;
  }
  .inner-banner .tit {
    font-size: 30px;
  }
  .inner-banner .search input{
    height: 55px;
  }
  .inner-banner .search{
    margin-top: 10px;
  }
  .inner-page .in-num::before {
    width: 20px;
    height: 20px;
    margin: 2px 7px 0 0;
  }
  .about-page .about-1::after {
    display: none;
  }
  .about-page .about-2 .content {
    margin-top: 40px;
  }
  .about-page .about-4 {
    border-radius: 100px 0 0 0;
  }
  .about-page .about-4 .content ul.slick-dots {
    bottom: -30px;
  }
  .about-page .about-5{
    margin-top: 60px;
    border-radius: 0;
  }
  .about-page .about-5 .left{
    width: 100%;
  }
  .about-page .about-5 .right{
    width: 100%;
    margin-top: 20px;
    line-height: 1.8;
  }
  .font-48 {
    font-size: 36px;
  }
  .about-page .about-1 ul li{
    width: 50% !important;
  }
  .about-page .about-4 .content ul li .h5{
    /*border-radius: 25px 0 0 0;*/
    font-size: 18px;
    padding: 15px 10px;
  }
   .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) {
  .inner-banner {
    background-size: auto 60%;
  }
   .inner-banner .tit{
     display: none;
   }
   .inner-banner .bg{
     bottom: -1px;
   }
   .inner-banner .search{
     display: none;
   }
  .inner-banner .search input{
    padding-left: 30px;
  }
  .about-page .about-1 .con {
    margin-top: 20px;
  }
  .about-page .about-3 .ui.container {
    padding: 0 15px;
  }
  .about-page .about-3 .content {
    margin-top: 20px;
  }
  .about-page .about-3 .content ul li .img-box {
    line-height: 100px;
  }
  .about-page .about-4 .content ul.slick-dots li {
    margin-right: 20px;
  }
  .about-page .about-1 .img2{
    background-size: 60%;
    background-position: right top;
  }
  /*.about-page .about-22 ul li{
    width: 100% !important;
  }*/
  .about-page .about-4 .content ul li .img-box img{
    border-radius: 0 20px 0 0;
  }
  .about-page .about-5{
    border-radius: 20px 20px 0 0;
    padding: 40px 10px;
  }
  .inner-page .in-num:before{
    width: 12px;
    height: 12px;
  }
  .about-page .title{
    margin-top: 10px;
    margin-bottom: 20;
  }
  .about-page .about-2 .bottom{
    border-radius: 0;
  }
  .about-page .about-2 .img1{
    background-size: 60%;
    background-position: right top;
  }
  .about-page .about-2{
    padding-top: 50px;
  }
  .about-page .about-3 .content ul {
    margin: -5px;
  }
  .about-page .about-3 .content ul li{
    padding: 5px;
  }
  .about-page .about-3 .content ul li img{
    width: 100%;
  }
  .about-page .about-4 .img1{
    background-size: 48%;
    background-position: left top;
  }
  .about-page .about-4 .img2{
    background-size: 50%;
    background-position: right top;
  }
   .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
.about-page{
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .inner-banner{
    height: 180px;
    background-size: auto 43%;
  }
  .inner-banner.prodet-banner{
    /*background: white;
    color: black;
    background-image: none;*/
    height: 240px;
  }
  /*.inner-banner.product-banner{
    height: 240px;
  }*/
  .inner-banner .arrow{
    display: none;
  }
  .font-48 {
    font-size: 30px;
  }
  .inner-banner .mbx{
    font-size: 16px;
  }
  .about-page .about-1 .img {
    margin-top: 20px;
  }
  .about-page .about-1 .img2{
    background-size: 46%;
    right: -20px;
  }
  .about-page .about-2 .content ul li {
    padding: 0 0 88px 0;
  }
  .about-page .about-2 .content ul li::after {
    left: 0;
    width: 20px;
    height: 20px;
  }
  .about-page .about-5{
    padding-top: 60px;
  }
  .about-page .about-5 .right{
    max-height: 300px;
    overflow: auto;
  }
  .about-page .about-2 .content ul li::before {
    left: 11px;
  }
  .about-page .about-2 .bottom {
    padding-right: 0;
  }
  .about-page .about-3{
    padding: 80px 0;
  }
  .about-page .about-4 {
    border-radius: 0;
  }
  .about-page .about-4 .ui.container {
    padding: 0 15px;
  }
  .about-page .about-4 .content {
    margin-top: 20px;
  }
  .about-page .about-4 .content ul.slick-dots li {
    margin-right: 10px;
  }
  .about-page .about-1 ul li{
    /*width: 100% !important;*/
    padding-left: 65px;
    margin-bottom: 20px;
  }
  .about-page .about-1 ul li .icon{
    left: 0;
  }
  .about-page .about-1 ul li h3{
    font-size: 33px;
  }
  .about-page .about-1 ul li p{
    font-size: 14px;
  }
  .about-page .about-1 .con{
    line-height: 1.8;
  }
  .about-page .about-1 ul li:after{
    display: none;
  }
  .about-page .about-1 .img .play{
    width: 50px;
  }
  .about-page .about-22{
    padding-top: 60px;
  }
  .font-48{
    font-size: 25px;
  }
  .about-page .about-22 ul li{
    margin-bottom: 25px;
  }
  .about-page .about-4{
    padding-bottom: 100px;
  }
  .about-page .about-22 .img1,
  .about-page .about-1 .img1{
    background-size: 60%;
    background-position: left top;
  }
  .about-page .about-1 .img3{
    background-size: 70%;
    background-position: right top;
  }
  .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.sustainable-page .init-1 .container .left {
    font-weight: 700;
    width: 530px;
    padding-right: 10px
}

.sustainable-page .init-1 .container .right {
    width: -webkit-calc(-430%);
    width: -moz-calc(-430%);
    width: calc(100% - 530px);
    color: #838383
}

.sustainable-page .init-1 .container .content {
    margin: 10px -25px 0
}

.sustainable-page .init-1 .container .content .list {
    margin-top: 40px;
    padding: 0 25px
}

.sustainable-page .init-1 .container .content .list .box {
    display: block;
    background-color: #f9f9f9;
    padding: 16px 60px 16px 16px
}

.sustainable-page .init-1 .container .content .list .box .img {
    width: 166px;
    height: 166px;
    background-color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.sustainable-page .init-1 .container .content .list .box .img img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.sustainable-page .init-1 .container .content .list .box .text {
    width: -webkit-calc(-66%);
    width: -moz-calc(-66%);
    width: calc(100% - 166px);
    padding-left: 34px
}

.sustainable-page .init-1 .container .content .list .box .text .title {
    font-weight: 500;
    margin-top: 10px
}

.sustainable-page .init-1 .container .content .list .box .text .des {
    color: #898989;
    margin-top: 10px;
    line-height: 1.6
}

.sustainable-page .init-1 .container .content .list .box:hover {
    background-color: #245e3e;
    color: #fff
}

.sustainable-page .init-1 .container .content .list .box:hover .text .title {
    color: #ffff
}

.sustainable-page .init-1 .container .content .list .box:hover .text .des {
    color: #fff
}

.sustainable-page .init-2 {
    text-align: center;
    -o-background-size: cover;
    background-size: cover;
    padding: 200px 0;
    color: #fff
}

.sustainable-page .init-2 .container .tips {
    font-weight: 500
}

.sustainable-page .init-2 .container .des {
    max-width: 660px;
    margin: 30px auto 0
}

.sustainable-page .init-3 .container .left {
    width: -webkit-calc(-410%);
    width: -moz-calc(-410%);
    width: calc(100% - 567px);
    padding-right: 90px
}

.sustainable-page .init-3 .container .left .list {
    margin-top: 50px
}

.sustainable-page .init-3 .container .left .list .img {
    width: 50px
}

.sustainable-page .init-3 .container .left .list .text {
    width: -webkit-calc(50%);
    width: -moz-calc(50%);
    width: calc(100% - 50px);
    padding-left: 40px
}

.sustainable-page .init-3 .container .left .list .text .title {
    font-weight: 700
}

.sustainable-page .init-3 .container .left .list .text .des {
    margin-top: 10px;
    color: #8d8d8d;
    line-height: 1.6
}

.sustainable-page .init-3 .container .left .list:first-child {
    margin-top: 0
}

.sustainable-page .init-3 .container .left .list:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.sustainable-page .init-3 .container .left .list:hover .img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.sustainable-page .init-3 .container .right {
    width: 567px
}

.sustainable-page .init-3 .container .right img {
    width: 100%;
    /*border-radius: 20px;*/
}

.sustainable-page .init-4 {
    background-color: #f9f9f9
}

.sustainable-page .init-4 .container .img {
    width: 40%
}

.sustainable-page .init-4 .container .right {
    width: 60%;
    padding-left: 120px
}

.sustainable-page .init-4 .container .right .title {
    font-weight: 700
}

.sustainable-page .init-4 .container .right .des {
    color: #878787;
    margin-top: 20px
}

.sustainable-page .init-6 {
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding-bottom: 230px
}

.sustainable-page .init-6 .container .left {
    width: 410px
}

.sustainable-page .init-6 .container .left .tips {
    font-weight: 500
}

.sustainable-page .init-6 .container .left .des {
    margin-top: 20px
}

.sustainable-page .init-6 .container .right {
    width: -webkit-calc(-310%);
    width: -moz-calc(-310%);
    width: calc(100% - 410px);
    padding-left: 280px
}

.sustainable-page .init-6 .container .right .list {
    cursor: pointer;
    position: relative;
    margin-top: 36px
}

.sustainable-page .init-6 .container .right .list .line_cont {
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px
}

.sustainable-page .init-6 .container .right .list .line_cont .line {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #000
}

.sustainable-page .init-6 .container .right .list .line_cont .line1 {
    width: 14px;
    height: 2px
}

.sustainable-page .init-6 .container .right .list .line_cont .line2 {
    width: 2px;
    height: 14px;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top
}

.sustainable-page .init-6 .container .right .list .text {
    padding-left: 40px
}

.sustainable-page .init-6 .container .right .list .text .title {
    font-weight: 500
}

.sustainable-page .init-6 .container .right .list .des {
    display: none;
    margin-top: 20px
}

.sustainable-page .init-6 .container .right .list:first-child {
    margin-top: 0
}

.sustainable-page .init-6 .container .right .list.active .line_cont .line2 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
}

.sustainable-page .init-7 {
    position: relative;
    z-index: 2;
    margin-top: -150px
}

.sustainable-page .init-7 .container .cont {
    background-color: #fff;
    padding: 60px 180px 100px;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
    box-shadow: 0 0 30px rgba(0,0,0,.1)
}

.sustainable-page .init-7 .container .cont .tips {
    font-weight: 500;
    text-align: center
}

.sustainable-page .init-7 .container .cont .tips_des {
    margin: 10px auto 0;
    color: #8e8e8e;
    text-align: center;
    max-width: 640px
}

.sustainable-page .init-7 .container .cont .img {
    margin-top: 30px;
    display: block;
    width: 100%
}

.sustainable-page .init-8 .container .tips {
    font-weight: 500;
    text-align: center
}

.service-page .service-3 .top .img {
    vertical-align: middle
}

.service-page .service-3 .top .img .info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.service-page .service-3 .top .img img {
    margin-right: 20px;
    border-radius: 20px;
}

.service-page .service-3 .top .text {
    padding-left: 90px;
    vertical-align: middle
}

.service-page .service-3 .top .text .box {
    width: 100%
}

.service-page .service-3 .top .text .box h2.title {
    line-height: 2;
    width: 90%
}

.service-page .service-3 .top .text .box p {
    font-size: 17px;
    line-height: 1.6;
    color: #83827f;
    margin-top: 20px
}

.service-page .service-3 .top .text .box .more {
    padding: 21px 29px 20px 28px;
    margin-top: 45px
}

.service-page .service-3 .bottom {
    padding-top: 120px
}

.service-page .service-3 .bottom ul {
    margin-right: -60px
}

.service-page .service-3 .bottom ul li {
    text-align: center;
    padding-right: 60px
}

.service-page .service-3 .bottom ul li i {
    display: inline-block;
    height: 69px
}

.service-page .service-3 .bottom ul li i img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.service-page .service-3 .bottom ul li i:hover img {
    -webkit-filter: brightness(0);
    filter: brightness(0)
}

.service-page .service-3 .bottom ul li .text {
    padding-top: 21px
}

.service-page .service-3 .bottom ul li .text h3 {
    font-size: 26px;
    line-height: 1.1
}

.service-page .service-3 .bottom ul li .text p {
    font-size: 17px;
    line-height: 1.6;
    color: #83827f;
    margin-top: 20px
}

.service-page .service-3 .bottom ul li .text .mores {
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    overflow: hidden
}

.service-page .service-3 .bottom ul li .text .mores span {
    margin-top: 5px;
    position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: visibility .4s ease,margin-right .4s ease-out,text-indent .5s ease-out,opacity .4s ease;
    -moz-transition: visibility .4s ease,margin-right .4s ease-out,text-indent .5s ease-out,opacity .4s ease;
    transition: visibility .4s ease,margin-right .4s ease-out,text-indent .5s ease-out,opacity .4s ease;
    will-change: visibility,margin-right,text-indent,opacity
}

.service-page .service-3 .bottom ul li .text .mores em {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    line-height: 21px
}

.service-page .service-3 .bottom ul li .text .mores em img {
    display: inline-block;
    vertical-align: middle
}

.service-page .service-3 .bottom ul li .text .mores:hover span {
    opacity: 1;
    text-indent: 0;
    margin-right: 6px;
    visibility: visible;
    -webkit-transition: visibility .4s ease,margin-right .3s ease-out,text-indent .4s ease-out,opacity .4s ease;
    -moz-transition: visibility .4s ease,margin-right .3s ease-out,text-indent .4s ease-out,opacity .4s ease;
    transition: visibility .4s ease,margin-right .3s ease-out,text-indent .4s ease-out,opacity .4s ease
}
@media (max-width: 1500px) {
    .sustainable-page .init-5 .container .top_c .left {
        width:500px;
        padding-right: 20px
    }

    .sustainable-page .init-5 .container .top_c .right {
        width: -webkit-calc(-400%);
        width: -moz-calc(-400%);
        width: calc(100% - 500px)
    }
}

@media (max-width: 1250px) {
    .sustainable-page .init-6 .container .right {
        padding-left:20px
    }

    .sustainable-page .init-8 .container .content .slick li .box {
        padding: 20px
    }

    .sustainable-page .init-3 .container .left {
        width: 55%;
        padding-right: 50px
    }

    .sustainable-page .init-3 .container .right {
        width: 45%
    }

}

@media (max-width: 1000px) {
    .service-page .service-3 .top .text {
      width: 100%;
      padding-left: 0;
      margin-top: 60px;
    }
    .service-page .service-3 .top .img {
      width: 100%;
    }
    .sustainable-page .init-1 .container .left {
        padding:0;
        width: 100%;
        text-align: center
    }

    .sustainable-page .init-1 .container .right {
        margin-top: 20px;
        width: 100%;
        text-align: center
    }

    .sustainable-page .init-1 .container .content .list {
        width: 100%
    }

    .sustainable-page .init-3 .container .left {
        width: 100%;
        padding-right: 0
    }

    .sustainable-page .init-3 .container .right {
        display: none
    }

    .sustainable-page .init-4 .container .img {
        display: none
    }

    .sustainable-page .init-4 .container .right {
        width: 100%;
        padding: 0;
        text-align: center
    }

    .sustainable-page .init-5 .container .top_c .left {
        padding: 0;
        width: 100%;
        text-align: center
    }

    .sustainable-page .init-5 .container .top_c .right {
        width: 100%
    }

    .sustainable-page .init-5 .container .top_c .right .list {
        margin-top: 20px
    }

    .sustainable-page .init-5 .container .content .slick li .box {
        text-align: center
    }

    .sustainable-page .init-5 .container .content .slick li .box .left {
        width: 100%;
        max-width: 420px;
        margin-top: 20px
    }

    .sustainable-page .init-5 .container .content .slick li .box .right {
        width: 100%
    }

    .sustainable-page .init-6 .container .left {
        width: 100%
    }

    .sustainable-page .init-6 .container .right {
        width: 100%;
        padding: 0;
        margin-top: 30px
    }

    .sustainable-page .init-7 .container .cont {
        padding: 16px
    }

}

@media (max-width: 700px) {
    .sustainable-page .init-6 {
        padding:40px 0
    }

    .sustainable-page .init-7 {
        display: none
    }

}

@media (max-width: 500px) {
    .sustainable-page .init-1 .container .content .list {
        margin-top:20px
    }

    .sustainable-page .init-1 .container .content .list .box {
        text-align: center;
        padding: 20px 16px
    }

    .sustainable-page .init-1 .container .content .list .box .text {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }

    .sustainable-page .init-2 {
        padding: 40px 0
    }

    .sustainable-page .init-3 .container .left .list {
        text-align: center
    }

    .sustainable-page .init-3 .container .left .list .text {
        width: 100%;
        padding: 0;
        margin-top: 20px
    }

    .sustainable-page .init-5 .container .top_c .right .list_cont .list {
        width: 50%;
        padding: 0 5px
    }

    .sustainable-page .init-5 .container .top_c .right .list_cont .list .text {
        margin-top: 10px
    }

    .sustainable-page .init-5 .container .content .slick li .box .right {
        padding: 16px
    }

    .sustainable-page .init-5 .container .content .slick li .box .right .des {
        margin-top: 10px
    }
}
.inner-page .sidebox {
  padding: 6rem 15px;
  margin: auto;
}
.inner-page .sidebox .sideleft {
  width: 20%;
  position: sticky;
  top: 120px;
  background: #fff;
}
.inner-page .sidebox .sideleft .widget {
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 20px;
  font-size: 20px;
  font-weight: 500;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 8px;
}
.inner-page .sidebox .sideleft .widget ul li a:hover,
.inner-page .sidebox .sideleft .widget ul li a.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li{
  font-size: 14px;
}
.inner-page .sidebox .sideleft .widget ul li.active ul{
  display: block;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 20px;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 15px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  font-family: 'MONTSERRAT-SEMIBOLD';;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}

.inner-page .sidebox .sideleft .widget .contact{
  background-color: var(--color);
  color: white;
  padding: 40px;
  /*border-radius: 20px;*/
}
.inner-page .sidebox .sideleft .widget .contact h2{
  font-weight: bold;
}
.inner-page .sidebox .sideleft .widget .contact .c-phone i,
.inner-page .sidebox .sideleft .widget .contact .c-wechat i{
  font-size: 24px;
}
.inner-page .sidebox .sideleft .widget .contact .c-phone span,
.inner-page .sidebox .sideleft .widget .contact .c-wechat span{
  font-size: 20px;
}
.inner-page .sidebox .sideright {
  width: 80%;
  padding: 0 10px 50px 50px;
}
#index-body .i-product {

  background: url(../images/product-bg.jpg) no-repeat;

  padding-top: 88px;

  padding-bottom: 100px;

  position: relative;

}

#index-body .i-product .ui.container {

  z-index: 3;

}

#index-body .i-product .i-title {

  text-align: center;

  margin-bottom: 60px;

}

#index-body .i-product .i-title em {

  color: #fff500;

}

#index-body .i-product .txt {

  font-size: 20px;

  color: rgba(255, 255, 255, 0.6);

  text-align: center;

  margin: 26px auto 83px;

}

#index-body .i-product ul {

  margin: -20px;

}

#index-body .i-product ul li {

  padding: 15px 15px;

}

#index-body .i-product ul li .box {

  background: white;

  /*border-radius: 20px;*/

  overflow: hidden;

  text-align: center;

  /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);*/

  /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);*/
border: 1px solid #e5e5e5;
}



#index-body .i-product ul li .box .img-box img {

  width: auto;

  margin: auto;

}

#index-body .i-product ul li .box .content {

  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  transition: 0.5s;

  padding: 15px 20px 20px;

}

#index-body .i-product ul li .box .content .title {
  display: block;
  font-size: 18px;
  margin: 15px 0;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#index-body .i-product ul li .box .content .mores {

  color: var(--color);

}

#index-body .i-product ul li .box:hover .content {

  background: var(--color);

  color: white;

}

#index-body .i-product ul li .box:hover .content .mores {

  color: white;

}

#index-body .i-product .btn {

  margin-top: 80px;

  display: flex;

  justify-content: center;

}

#index-body .i-product .img1 {

  position: absolute;

  left: 0;

  top: 40%;

  width: 164px;

  height: 231px;

  background: url(../images/product-icon1.png) no-repeat;

}

#index-body .i-product .img2 {

  position: absolute;

  left: 3%;

  top: 48%;

  width: 184px;

  height: 189px;

  background: url(../images/product-left-img.png) no-repeat;

}

#index-body .i-product .img3 {

  position: absolute;

  right: 2%;

  top: 49%;

  width: 231px;

  height: 224px;

  background: url(../images/product-icon2.png) no-repeat;

}

#index-body .i-product .img4 {

  position: absolute;

  left: 0%;

  bottom: -12%;

  width: 208px;

  height: 303px;

  background: url(../images/about-icon1.png) no-repeat;

}

#index-body .i-product .img5 {

  position: absolute;

  right: 2%;

  bottom: -13%;

  width: 347px;

  height: 339px;

  background: url(../images/about-icon2.png) no-repeat;

}
.product2-page #index-body .i-product.cat_pro .ui.container{
  max-width: 1530px;
}
.product2-page #index-body .i-product h1{
  text-transform: unset;
}
.product2-page #index-body .i-product h1:before{
  margin-top: 14px;
}
.product2-page #index-body .i-product .Auxil-catdes{
  font-size: 20px;
  padding-left: 30px;
}
.product2-page #index-body .i-product{
  background: transparent;
}

.product2-page #index-body .i-product ul li .box .content{
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.product2-page #index-body .i-product ul li .box .content::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 0;
  background: var(--color);
  z-index: -1;
}
.product2-page .i-news .i-title{
  text-align: left;
}
.prodet-page #index-body .i-product .i-title em{
  color: var(--color);
}
.product2-page .i-about {

  z-index: 3;

  position: relative;

}

.product2-page .i-about .ui.container {

  max-width: 100%;

  padding: 0;

}

.product2-page .i-about .wrap {

  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;

  background: -webkit-gradient(linear, right top, left top, color-stop(50%, var(--color)), color-stop(50%, transparent));

  background: -webkit-linear-gradient(right, var(--color) 50%, transparent 50% 100%);

  background: -moz-linear-gradient(right, var(--color) 50%, transparent 50% 100%);

  background: linear-gradient(to left, var(--color) 50%, transparent 50% 100%);

}

.product2-page .i-about .wrap .left {

  padding-left: 20px;

}



.product2-page .i-about .wrap .right {

  background: var(--color);

  color: white;

  padding: 50px 50px 50px 50px;

}
.product2-page .i-about .wrap .right .i-title{
  color: #fff;
}
.product2-page .i-about .wrap .right .content {

  font-size: 16px;

  line-height: 36px;

  margin: 13px 0 42px;

  opacity: 0.8;

  max-height: 206px;

  overflow-y: auto;

}

.product2-page .i-about .wrap .right .more {

  border: 1px solid white;

}

.product2-page .i-about .wrap .right .more::after {

  background: white;

}
.product2-page .i-about .wrap .right .more:hover {

  border-color: transparent;

}
.product2-page .i-news {

  position: relative;

  padding: 90px 0 140px;

}

.product2-page .i-news .ui.container {

  z-index: 4;

}

.product2-page .i-news .i-title {

  text-align: center;

  margin-bottom: 55px;

}

.product2-page .i-news ul {

  margin: -25px;

}

.product2-page .i-news ul li {

  padding: 25px;

}

.product2-page .i-news ul li .img-box {

  overflow: hidden;

  border-radius: 50px 50px 0 0;

}

.product2-page .i-news ul li .content {

  background: white;

  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);

  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);

  z-index: 3;

  position: relative;

  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  transition: 0.5s;

  padding: 40px 30px 50px;

  border-radius: 0 50px 0 0;

}

.product2-page .i-news ul li .content .time {

  font-size: 16px;

  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;

}

.product2-page .i-news ul li .content .time i {

  display: inline-block;

  width: 60px;

  height: 2px;

  background: #606060;

  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  transition: 0.5s;

  vertical-align: middle;

  margin-left: 40px;

}

.product2-page .i-news ul li .content .title {

  display: block;

  font-size: 18px;

  line-height: 30px;

  font-weight: bold;

  margin: 27px 0 20px;

}

.product2-page .i-news ul li .content a.mores {

  font-size: 14px;

  color: var(--color);

}

.product2-page .i-news ul li:hover .content {

  background: var(--color);

  color: white;

}

.product2-page .i-news ul li:hover .content .time i {

  background: white;

  margin-left: 20px;

}

.product2-page .i-news ul li:hover .content .mores {

  color: white;

}

.product2-page .i-news .img1 {

  position: absolute;

  right: 0;

  top: -10%;

  width: 246px;

  height: 575px;

  background: url(../images/news-right-img.png) no-repeat;

  z-index: 1;

}

.product2-page .i-news .img2 {

  position: absolute;

  left: 5%;

  bottom: 7%;

  width: 231px;

  height: 223px;

  background: url(../images/news-icon1.png) no-repeat;

}

.product2-page .i-news .img3 {

  position: absolute;

  right: 0%;

  bottom: 18%;

  width: 320px;

  height: 344px;

  background: url(../images/news-icon2.png) no-repeat;

}
@media screen and (max-width: 1630px) {
  .product2-page .i-about .wrap .right {

    padding: 35px 70px;

  }

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

  .product2-page .i-about .wrap .right .content {

    max-height: 200px;

    overflow: auto;

  }

  .product2-page .i-about .wrap .right {

    padding: 35px 50px;

  }

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

  #index-body .i-product ul li .box .content {

    padding: 15px 20px 25px;

  }

  #index-body .i-product ul li .box {

    border-radius: 25px;

  }
  .product2-page .i-news ul li {

    padding: 15px;

  }

  .product2-page .i-news ul {

    margin: -15px;

  }

  .product2-page .i-news ul li .content {

    padding: 25px 20px 20px;

    border-radius: 0 34px 0 0;

  }

  .product2-page .i-news ul li .content .time {

    font-size: 15px;

  }

  .product2-page .i-news ul li .img-box {

    border-radius: 34px 34px 0 0;

  }

  #index-body .i-product ul li .box .content .title {

    font-size: 20px;

  }

  .product2-page .i-about .wrap .right .content {

    font-size: 16px;

    line-height: 32px;

  }
}
@media screen and (max-width: 1100px) {
  .font-36 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .seo_content .seo_about {
    border-radius: 0;
  }
  .seo_content .seo_honor .content ul.slick-dots {
    bottom: -40px;
  }
  .inner-page .sidebox{
    padding: 60px 15px;
  }
  .product2-page .i-about .wrap {

    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    background: transparent;

  }

  .product2-page .i-about .wrap .left {

    width: 100%;

  }

  .product2-page .i-about .wrap .right {

    width: 100%;

  }
   #index-body .i-product .img3,

  #index-body .i-product .img5,
  .product2-page .i-news .img1,

  .product2-page .i-news .img3{

    background-size: 60%;

    background-position: right;

  }
   .product2-page .i-news .img2{
      background-size: 60%;

    background-position: left;
   }
}
@media screen and (max-width: 700px) {
  .font-24 {
    font-size: 20px;
  }
  .inner-page .in-num:before{
    display: none;
  }
  .font-40 {
        font-size: 24px;
  }
  .font-36 {
    font-size: 30px;
  }
  .seo_content .seo_about .con {
    margin-top: 20px;
    padding-right: 20px;
  }
  .seo_content .seo_news .content ul {
    margin-right: -10px;
  }
  .seo_content .seo_news .content ul li {
    padding-right: 10px;
  }
  .seo_content .seo_news .content ul li .text {
    padding: 10px 0 0 0;
  }
  .seo_content .seo_honor .content ul.slick-dots li {
    margin-right: 10px;
  }
   #index-body .i-product {

    padding-top: 45px;

  }

  #index-body .i-product .txt {

    margin: 15px 0 25px;

  }

  .product2-page .i-about .wrap .right {

    padding: 35px 15px;

  }
   .product2-page #index-body .i-product .Auxil-catdes{
    padding-left: 0;
  }
  .product2-page .i-news {

    padding-bottom: 65px;

  }

  .product2-page .i-news ul li .content .time i{

    display: none;

  }

  .product2-page .i-news ul li{

    padding: 8px;

  }

  .product2-page .i-news ul {

    margin: -8px;

  }

  .product2-page .i-news ul li .content .title {

    display: block;

    font-size: 14px;

    line-height: 2;

    font-weight: bold;

    margin: 8px 0 6px;

    min-height: 66px;

  }

      .product2-page .i-news ul li .content {

        padding: 18px 10px 20px;

        border-radius: 0 25px 0 0;

      }

      .product2-page .i-news ul li .content{

        margin-top: -40px;

      }

      .product2-page .i-news .i-title{

        margin-bottom: 20px;

      }
}
@media screen and (max-width: 500px) {
  .font-24 {
    font-size: 16px;
  }
  .font-36 {
    font-size: 24px;
  }
  .seo_content .seo_honor .content {
    margin-top: 10px;
  }
  .seo_content .seo_honor .content ul.slick-dots {
    bottom: -26px;
  }
  .seo_content .seo_honor .content ul.slick-dots li {
    margin-right: 5px;
  }
  .seo_content .seo_news .content {
    margin-top: 20px;
  }
   .product2-page #index-body .i-product ul li{
    width: 50%;
  }
   #index-body .i-product .txt{

    font-size: 16px;

  }

  #index-body .i-product{

    background-size: auto 38%;

  }

  #index-body .i-product ul li .box{

        -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2);

    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2);

  }

  #index-body .i-product ul li .box .content .title{

    font-size: 15px;

    min-height: 90px;

    line-height: 30px;

  }
    #index-body .i-product .img5,

  #index-body .i-product .img1,

  #index-body .i-product .img2{

    opacity: 0;

  }
  .product2-page .i-news .img1{

    background-size: 38%;

    top: -49%;

  }

  #index-body .i-product ul {

    margin: -5px;

  }

  #index-body .i-product ul li{

    padding: 5px;

  }

  .product2-page .i-about .wrap .left img{

    border-radius: 20px 20px 0 0;

  }

  .product2-page .i-about .wrap .left{

    padding: 0 15px;

  }

  .product2-page .i-about .wrap{ 

    background: -webkit-linear-gradient(top, var(--color) 80%, transparent 80% 100%);

    background: -moz-linear-gradient(top, var(--color) 80%, transparent 80% 100%);

    background: linear-gradient(to top, var(--color) 80%, transparent 80% 100%);

  }

  .product2-page .i-about .wrap .right{

    padding: 35px 25px;

  }
}
.prodet-page .prodet-1 {
    padding: 130px 0 80px
}

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

.prodet-page .prodet-1 .left a {
    border: 1px solid #e5e5e5;
    display: block;
    text-align: center;
}
.prodet-page .prodet-1 .left a img{border-radius: 30px;}
.prodet-page .prodet-1 .right {
    width: 60%;
    padding-left: 48px;
    position: relative;
    font-size: 16px;
}

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

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

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

.prodet-page .prodet-1 .left .gallery ul {
    margin: -10px;
    position: relative;
}
.prodet-page .prodet-1 .left .gallery ul .slick-arrow{
  position: absolute;
  top:10px;
  width: 15px;
  height: calc(100% - 20px);
  background-color: #c5c5c5;
  color: transparent;
  left: -15px;
  border-radius: 5px; 
  border: none;
  overflow: hidden;
  transition: all 0.5s;
}
.prodet-page .prodet-1 .left .gallery ul .slick-arrow:hover{
  background-color: var(--color);
}
.prodet-page .prodet-1 .left .gallery ul .slick-arrow::before{
  content:"\f104";
  font-family: 'FontAwesome';
  font-size: 12px;
  color: white;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
} 
.prodet-page .prodet-1 .left .gallery ul .slick-arrow.slick-next{
  right:-15px;
  left: unset;
}
.prodet-page .prodet-1 .left .gallery ul .slick-arrow.slick-next::before{
  content:"\f105";
}
.prodet-page .prodet-1 .left .gallery ul .slick-track {
    margin-left: 0
}

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

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

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

.prodet-page .prodet-1 .right .more_btn .more:after {
    color: #000
}
.prodet-page .prodet-1 .right .con{
  color: #666;
  max-height: 520px;
  overflow-y: auto;
  margin-bottom: 30px;
  line-height: 26px;
}
.prodet-page .prodet-1 .right .con strong{
  color: #141414;
  font-size: 20px;
  line-height: 1.5;
 
}
.prodet-page .prodet-2 ul.options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #f6f6f6;
    height: 96px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

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

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

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

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

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

.prodet-page .prodet-2 .box .content {
    font-size: 16px;
    color:#666666;
}
.prodet-page .prodet-2 .box .content strong{
     font-size: 20px;
    line-height: 1.5;
    color:#141414;
}

.prodet-page .prodet-2 .box .content table{
  margin: 20px 0;
  font-size: 16px;
  color: #666;
}
.prodet-page .prodet-2 .list {
    padding: 70px 0
}

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

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

.prodet-page .prodet-2 .list ul li .img-box {
  border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.prodet-page .prodet-2 .list ul li p {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 15px;
    color: #141414;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}

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

    .prodet-page .prodet-1 .left a {
        padding: 0
    }

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

    .prodet-page .prodet-1 .right h1 {
        padding-right: 0
    }
}

@media screen and (max-width: 1000px) {
    .prodet-page .prodet-1 .left {
        width: 100%
    }

    .prodet-page .prodet-1 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px
    }
}

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

    .prodet-page .prodet-2 ul.options {
        flex-wrap: wrap;
        height: auto
    }

    .prodet-page .prodet-2 .box .seoPublic {
        display: block!important
    }
}
.faq-page .img2 {
    position: absolute;
    right: 0px;
    top: 0;
    width: 228px;
    height: 234px;
    background: url(../images/about-page-1.png) no-repeat;
}
.faq-page .img1 {
    position: absolute;
    left: 0;
    top: 23%;
    width: 163px;
    height: 203px;
    background: url(../images/about-page-2.png) no-repeat;
}
.faq-page .img3 {
    position: absolute;
    right: 3px;
    top: 50%;
    width: 191px;
    height: 218px;
    background: url(../images/about-page-3.png) no-repeat;
}
.faq-page .box {
  padding: 6.472% 0 7.069%;
  position: relative;
  z-index: 1;
}
.faq-page .box .i-title
{
 text-align: center;
}

.faq-page .box span.bj {
  color: var(--color);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 300;
  text-transform: uppercase;
}
.faq-page .box .title {
  width: 32%;
  margin-top: 3px;
}
.faq-page .box .content {
  margin-top: 46px;
}
.faq-page .box .content ul {
  margin-bottom: -24px;
}
.faq-page .box .content ul li {
  padding-bottom: 24px;
}
.faq-page .box .content ul li em{
  color: var(--color);
}
.faq-page .box .content ul li .ig {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    
    border-radius: 50px;
    padding: 24px 41px 28px 50px;
    position: relative;
}
.faq-page .box .content ul li .ig .tit {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  padding-right: 50px;
}
.faq-page .box .content ul li .ig .tit i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: var(--color);
  cursor: pointer;
  position: absolute;
  display: block;
  right: 41px;
  top: 22px;
}
.faq-page .box .content ul li .ig .tit i::after,
.faq-page .box .content ul li .ig .tit i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-page .box .content ul li .ig .tit i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .box .content ul li .ig .con {
  font-size: 18px;
  line-height: 1.7;
  margin: 17px 0 32px;
  max-width: 1103px;
  display: none;
  color: #666;
}
.faq-page .box .content ul li .ig.active .tit i {
  background: #000;
}
.faq-page .box .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .box::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-family: 'Gabo';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1680px) {
  .faq-page .box .title {
    width: 36%;
  }
}
@media screen and (max-width: 1440px) {
  .faq-page .box .title {
    width: 41%;
  }
}
@media screen and (max-width: 1280px) {
  .faq-page .box .title {
    width: 46%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .faq-page .box .title {
    width: 51%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
   
  .faq-page .box::after {
    display: none;
  }
  .faq-page .box .title {
    width: 61%;
  }
  .faq-page .box .content ul li .ig {
    padding: 24px 20px 28px 30px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 20px;
  }
}
@media screen and (max-width: 700px) {
   
  .faq-page .box .title {
    width: 70%;
  }
  .faq-page .box .content ul li .ig {
    padding: 20px 10px 20px 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 20px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 10px;
    top: 20px;
    width: 36px;
    height: 36px; 
  }
  .faq-page{
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .box span.bj {
    font-size: 16px;
  }
  
  .faq-page .box .title {
    width: 85%;
  }
  .faq-page .box .content {
    margin-top: 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 18px;
    padding-right: 40px;
  }
  .faq-page .box .content ul li .ig .tit i {
    width: 30px;
    height: 30px;
  }
  .faq-page .box .content ul li .ig .con {
    font-size: 18px;
    line-height: 2;
    margin: 10px 0;
  }
}
.map{ 
  margin-top: 70px;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  margin-bottom: -9px;
}
.contact-page {
  padding-top: 80px;
  position: relative;  
}
.contact-page .img2 {
    position: absolute;
    right: 0px;
    top: 0;
    width: 228px;
    height: 234px;
    background: url(../images/about-page-1.png) no-repeat;
}
.contact-page .img1 {
    position: absolute;
    left: 0;
    top: 23%;
    width: 163px;
    height: 203px;
    background: url(../images/about-page-2.png) no-repeat;
}
.contact-page .img3 {
    position: absolute;
    right: 3px;
    top: 50%;
    width: 191px;
    height: 218px;
    background: url(../images/about-page-3.png) no-repeat;
}
.contact-page .title em{
  color: var(--color);
}
.contact-page .contact-1 ul {
  margin: -15px;
}
.contact-page .contact-1 ul li {
  padding: 15px;
  text-align: center;
}
.contact-page .contact-1 ul li .tit {
  line-height: 1.3;
  margin: 19px 0 11px;
  font-weight: bold;
}
.contact-page .contact-1 ul li p {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.53);
}
.contact-page .contact-2 {
  padding-top: 6.15%;
}
.contact-page .contact-2 .form {
  margin-top: 80px;
}
.contact-page .contact-2 .form ul {
  margin: -15px;
}
.contact-page .contact-2 .form ul li {
  padding: 15px;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 20px;
  /*border-radius: 32px;*/
  border: 1px solid #e5e5e5;
      /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);*/
  font-size: 16px;
  font-weight: 300;
  padding-left: 100px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input::-webkit-input-placeholder, .contact-page .contact-2 .form ul li textarea::-webkit-input-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:-moz-placeholder, .contact-page .contact-2 .form ul li textarea:-moz-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input::-moz-placeholder, .contact-page .contact-2 .form ul li textarea::-moz-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:-ms-input-placeholder, .contact-page .contact-2 .form ul li textarea:-ms-input-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input::placeholder,
.contact-page .contact-2 .form ul li textarea::placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:focus,
.contact-page .contact-2 .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-2 .form ul li textarea {
  height: 236px;
  resize: vertical;
}
.contact-page .contact-2 .form ul li .box {
  position: relative;
}
.contact-page .contact-2 .form ul li .box label {
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  position: absolute;
  left: 1px;
  top: 0;
  /*border-radius: 100%;*/
  background: var(--color);
  display: block;
}
.contact-page .contact-2 .form ul li .box label img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
  margin-top: 40px;
  padding: 0 66px 0 67px;
  line-height: 55px;
  height: 55px;
  /*border-radius: 28px;*/
  background: var(--color);
  color: #fff;
  font-size: 19px;
  width: auto;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
  background: #222;
}
.contact-page .contact-2 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .form ul li:nth-child(5) .box label::after {
  content: '';
  border-left: 18px solid var(--color);
  border-bottom: 18px solid var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 18px solid transparent;
  border-right: 18px solid transparent;
}
/*.contact-page .contact-3 {
  padding-top: 5.1045%;
  margin-bottom: -125px;
}*/
/*.contact-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-family: 'Gabo';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}*/
@media screen and (max-width: 1440px) {
  .contact-page::after {
    font-size: 300px;
    top: -20px;
  }
}
@media screen and (max-width: 1100px) {
  .contact-page::after {
    font-size: 260px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page::after {
    display: none;
  }
  .contact-page .contact-2 .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .form ul li .box label {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    padding: 12px;
    padding-left: 70px;
  }
  .font-72 {
    font-size: 60px;
  }
}
@media screen and (max-width: 700px) {
  .font-72 {
    font-size: 50px;
  }
  .contact-page .contact-2 .form ul li {
    width: 100%;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    font-size: 14px;
    padding-left: 60px;
  }
  .contact-page .contact-2 .form ul li input[type="submit"] {
    margin-top: 0;
  }
  .contact-page .img2{
    background-size: 50%;
    right: -30px;
    top: -2%;
    background-position: right top;
  }
  .contact-page .img1{
    background-size: 60%;
    background-position: left top;
  }
  .contact-page .img3{
    background-size: 60%; 
    background-position: right top;
  }
}
.factory-page{
  padding: 70px 0;
}
.factory-page .gallery-list ul {
  margin: -15px;
}
.factory-page .gallery-list ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.factory-page .gallery-list ul li {
  padding: 15px;
}
.factory-page .gallery-list ul li .box {
  /*box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);*/
  padding: 10px;
  border-radius: 5px;
}
.factory-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.factory-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.factory-page .gallery-list ul li .box:hover h5 {
  
  color: var(--color);
}
.app-page .init-1 {
  padding-top: 60px;
}
.app-page .init-1 .container .content ul {
  margin: 0 -20px;
}
.app-page .init-1 .container .content ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.app-page .init-1 .container .content ul li {
  padding: 0 20px;
  margin-top: 60px;
}
.app-page .init-1 .container .content ul li .box {
  height: 100%;
}
.app-page .init-1 .container .content ul li .box .boxC {
  padding-bottom: 50px;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
  box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
}
.app-page .init-1 .container .content ul li .box .boxC .img {
  display: block;
}
.app-page .init-1 .container .content ul li .box .boxC .title {
  text-align: center;
  display: block;
  padding: 0 10px;
  margin-top: 24px;
}
.app-page .init-1 .container .content ul li .box .boxC .title:hover {
  color: var(--color);
}
.app-page .init-1 .container .content ul li .box .mores {
  background-color: #111111;
  margin: auto;
  margin-top: -34px;
  width: 68px;
  height: 68px;
  border-radius: 68px;
  position: relative;
}
.app-page .init-1 .container .content ul li .box .mores .moreText {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 74px;
  left: 40px;
  color: #fff;
  opacity: 0;
}
.app-page .init-1 .container .content ul li .box .mores .moreImg {
  width: 14px;
  height: 14px;
  margin-left: auto;
  margin-right: 28px;
}
.app-page .init-1 .container .content ul li .box .mores:hover {
  width: 186px;
  background-color: var(--color);
}
.app-page .init-1 .container .content ul li .box .mores:hover .moreText {
  opacity: 1;
}
.app-page .init-1 .container .content ul li .box .mores:hover .moreImg {
  margin-right: 46px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.appdet-page .init-1 .container {
  border-bottom: 1px solid #bababa;
}
.appdet-page .init-1 .container .content {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1200px;
  margin: auto;
  color: #666666;
}
.appdet-page .init-1 .container .content .list {
  padding: 0 10px;
  width: 200px;
  margin-top: 10px;
  text-align: center;
  position: relative;
}
.appdet-page .init-1 .container .content .list::before {
  content: '/';
  position: absolute;
  top: 0;
  right: 0;
}
.appdet-page .init-1 .container .content .list:hover {
  color: var(--color);
}
.appdet-page .init-1 .container .content .list:hover::before {
  color: #666666;
}
.appdet-page .init-1 .container .content .list:last-child::before {
  display: none;
}
.appdet-page .init-2 {
  padding-top: 20px;
}
.appdet-page .init-2 .container .img {
  width: 38%;
  text-align: center;
}
.appdet-page .init-2 .container .right {
  width: 62%;
  padding-left: 100px;
}
.appdet-page .init-2 .container .right .title {
  color: var(--color);
}
.appdet-page .init-2 .container .right .des {
  margin-top: 30px;
  color: #666666;
}
.appdet-page .init-2 .container .right .listC {
  overflow: hidden;
  margin-top: 80px;
}
.appdet-page .init-2 .container .right .listC ul {
  margin-right: -4px;
  margin-top: -4px;
  margin-bottom: -4px;
}
.appdet-page .init-2 .container .right .listC ul li {
  position: relative;
  width: 25%;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.appdet-page .init-2 .container .right .listC ul li .box {
  padding: 20px 16px;
  text-align: center;
}
.appdet-page .init-2 .container .right .listC ul li::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: var(--color);
  top: -4px;
  right: -4px;
  border-radius: 50%;
}
.appdet-page .init-3 {
  background-color: #f5f5f5;
}
.appdet-page .init-3 .container .tipsTitle {
  text-align: center;
}
.appdet-page .init-3 .container .content {
  padding: 0 100px;
  margin-top: 40px;
  position: relative;
}
.appdet-page .init-3 .container .content .btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #929292;
  color: #929292;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.appdet-page .init-3 .container .content .btn:hover {
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.appdet-page .init-3 .container .content .prev {
  right: unset;
  left: 0;
}
.appdet-page .init-3 .container .content .swiper {
  padding: 64px 0;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box {
  position: relative;
  opacity: 0.6;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .img1 {
  width: 100%;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--color);
  cursor: pointer;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .ling {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .img2 {
  width: 28px;
  height: 28px;
  position: relative;
  z-index: 2;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide-active .box {
  opacity: 1;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 2;
}
.appdet-page .init-3 .container .content2 {
  padding: 0 100px;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box {
  text-align: center;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .title {
  margin-top: 40px;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .des {
  margin-top: 16px;
  color: #777777;
}
.appdet-page .relatedProduct .content .swiper .swiper-slide .box {
  background-color: #efefef;
}
.appdet-page .relatedProduct .content .swiper .swiper-slide .box:hover {
  background-color: #e6effe;
}
@media (max-width: 1000px) {
  .app-page .init-1 .container .content ul {
    margin: 0 -10px;
  }
  .app-page .init-1 .container .content ul li {
    padding: 0 10px;
  }
  .appdet-page .init-1 {
    display: none;
  }
  .appdet-page .init-2 {
    padding-top: 40px;
  }
  .appdet-page .init-2 .container .img {
    width: 100%;
    text-align: left;
  }
  .appdet-page .init-2 .container .right {
    width: 100%;
    padding-left: 0;
  }
  .appdet-page .init-3 .container .content .swiper {
    padding: 0;
  }
  .appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide-active .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 700px) {
  .appdet-page .init-3 .container .content {
    padding: 0 25px;
  }
  .appdet-page .init-3 .container .content .btn {
    background-color: #fff;
  }
  .appdet-page .init-3 .container .content2 {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .app-page .init-1 {
    padding-top: 20px;
  }
  .app-page .init-1 .container .content ul li {
    margin-top: 40px;
  }
  .appdet-page .init-2 .container .right .des {
    margin-top: 10px;
    text-indent: 32px;
  }
  .appdet-page .init-2 .container .right .listC {
    margin-top: 20px;
  }
  .appdet-page .init-2 .container .right .listC ul li {
    width: 33.33%;
  }
  .appdet-page .init-2 .container .right .listC ul li .box {
    padding: 10px 5px;
  }
  .appdet-page .init-3 .container .content {
    padding: 0 12px;
    margin-top: 20px;
  }
  .appdet-page .init-3 .container .content .btn {
    width: 38px;
    height: 38px;
    line-height: 36px;
  }
  .appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .title {
    margin-top: 20px;
  }
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.solution-page .font-18{
  line-height: 1.8;
}
.solution-page .init-1 {
  padding-top: 210px;
  position: relative;
  z-index: 2;
}
.solution-page .init-1 .subText {
  font-size: 300px;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-weight: bold;
  z-index: -1;
  color: #f3f3f3;
}
.solution-page .init-1 .container .tipsTitle {
  position: relative;
  text-align: center;
}
.solution-page .init-1 .container .tipsDes {
  position: relative;
  margin: auto;
  max-width: 700px;
  text-align: center;
  line-height: 1.8;
}
.solution-page .init-1 .container .imgSub {
  display: block;
  margin: -60px auto 0;
  position: relative;
  z-index: -1;
}
.solution-page .init-1 .container .desC {
  overflow: hidden;
  border-radius: 20px;
  -o-background-size: cover;
  background-size: cover;
  text-align: left;
  min-height: 500px;
  color: #fff;
  padding: 10px 90px;
}
.solution-page .init-1 .container .desC .title {
  font-weight: bold;
  text-align: center;
}
.solution-page .init-1 .container .desC .des {
  max-width: 800px;
  margin-top: 24px;
  text-align: center;
}
.solution-page .init-1 {
    padding-top: 0px;
    margin-bottom: 120px;
  }
.solution-page .init-2 .container .left {
  width: 48%;
}
.solution-page .init-2 .container .left img {
  width: 100%;
}
.solution-page .init-2 .container .right {
  width: 46%;
  margin-left: auto;
}
.solution-page .init-2:nth-child(even) .container .right{
  margin: 0 auto 0 0;
}
.solution-page .init-2 .container .right .des {
  color: #666666;
  margin-top: 24px;
  /*text-indent: 36px;*/
  font-size: 16px;
  line-height: 30px;

}
.solution-page .init-3 {
  -o-background-size: cover;
  background-size: cover;
}
.solution-page .init-3 .container .left {
  width: 36%;
}
.solution-page .init-3 .container .left .des {
  color: #666666;
  margin-top: 20px;
  /*text-indent: 36px;*/
}
.solution-page .init-3 .container .right {
  width: 60%;
  margin-left: auto;
}
.solution-page .init-3 .container .right .rightL {
  width: 49%;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.solution-page .init-3 .container .right .rightL img {
  display: block;
  max-width: unset;
}
.solution-page .init-3 .container .right .rightR {
  width: 45%;
  margin-left: auto;
}
.solution-page .init-3 .container .right .rightR .img1 {
  overflow: hidden;
  border-radius: 10px;
  height: 290px;
  border-bottom-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img1 img {
  height: 100%;
  max-width: unset;
  display: block;
}
.solution-page .init-3 .container .right .rightR .img2 {
  margin-top: 50px;
  height: 290px;
  border-radius: 10px;
  overflow: hidden;
  border-top-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img2 img {
  height: 100%;
  display: block;
  max-width: unset;
}
.solution-page .init-4 .container .tipsTitle {
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 50px;
  font-weight: bold;
}
.solution-page .init-4 .container .content {
  margin-top: 90px;
}
.solution-page .init-4 .container .content ul {
  margin: 0 -45px;
}
.solution-page .init-4 .container .content ul li {
  width: 33.33%;
  padding: 0 45px;
}
.solution-page .init-4 .container .content ul li .box {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.solution-page .init-4 .container .content ul li .box .img {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 270px;
  margin: auto;
  display: block;
  margin-top: -110px;
}
.solution-page .init-4 .container .content ul li .box .img2 {
  display: block;
  width: 52px;
  margin: auto;
  position: relative;
  z-index: 2;
  -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}
.solution-page .init-4 .container .content ul li .box .title {
  margin-top: -40px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.solution-page .init-4 .container .content ul li .box .des {
  margin-top: 20px;
  color: #666666;
  text-align: center;
  line-height: 26px;
}
.solution-page .init-4 .container .content ul li .box:hover .img2 {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.solution-page .init-4 .container .content ul li .box:hover .img {
  -webkit-transform: rotateX(36deg);
  -moz-transform: rotateX(36deg);
  transform: rotateX(36deg);
}
.solution-page .init-5 .container .cont {
  border-radius: 20px;
  background-color: #f5f5f5;
  padding: 70px 80px;
}
.solution-page .init-5 .container .cont .tips {
  text-align: center;
}
.solution-page .init-5 .container .cont .content {
  margin-top: 20px;
}
.solution-page .init-5 .container .cont .content form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.solution-page .init-5 .container .cont .content form .list {
  padding: 0 6px;
  margin-top: 12px;
  width: 33.33%;
}
.solution-page .init-5 .container .cont .content form .list input,
.solution-page .init-5 .container .cont .content form .list textarea {
  width: 100%;
  background-color: #fff;
  border: none;
  padding: 16px 24px;
}
.solution-page .init-5 .container .cont .content form .w-66 {
  width: 66.66%;
}
.solution-page .init-5 .container .cont .content form .w-100 {
  width: 100%;
}
.solution-page .init-5 .container .cont .content form .btn {
  max-width: 100%;
  margin: 20px auto 0;
  width: 310px;
  background-color: var(--color);
  color: #fff;
  text-align: center;
  padding: 12px 10px;
  cursor: pointer;
}
.solution-page .init-5 .container .cont .content form .btn:hover {
  background-color: #000;
}
@media (max-width: 1800px) {
  .solution-page .init-1 {
    padding-top: 0px;
    margin-bottom: 100px;
  }
  .solution-page .init-1 .subText {
    font-size: 200px;
  }
}
@media (max-width: 1250px) {
  .solution-page .init-1 .subText {
    font-size: 100px;
  }
  .solution-page .init-4 .container .content ul li {
    width: 50%;
    margin-top: 60px;
  }
}
@media (max-width: 1000px) {
  .solution-page .init-1 {
    padding-top: 40px;
  }
  .solution-page .init-1 .subText {
    display: none;
  }
  .solution-page .init-1 .container .tipsDes {
    padding-top: 40px;
  }
  .solution-page .init-1 .container .desC {
    padding: 10px 20px;
  }
  .solution-page .init-2 .container .left {
    width: 100%;
  }
  .solution-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .solution-page .init-3 .container .left {
    width: 100%;
  }
  .solution-page .init-3 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .solution-page .init-4 .container .content ul {
    margin: 0 -16px;
  }
  .solution-page .init-4 .container .content ul li {
    padding: 0 16px;
  }
  .solution-page .init-5 .container .cont {
    padding: 60px 16px;
  }
}
@media (max-width: 700px) {
  .solution-page .init-4 .container .content ul li {
    width: 100%;
  }
  .solution-page .init-5 .container .cont .content form .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .solution-page .init-1 .container .tipsDes {
    padding-top: 20px;
  }
  .solution-page .init-3 .container .right .rightL {
    width: 100%;
  }
  .solution-page .init-3 .container .right .rightR {
    width: 100%;
    margin-top: 10px;
  }
  .solution-page .init-3 .container .right .rightR .img2 {
    margin-top: 10px;
    height: auto;
  }
  .solution-page .init-3 .container .right .rightL img {
    max-width: 100%;
  }
  .solution-page .init-3 .container .right .rightR .img1 {
    height: auto;
  }
  .solution-page .init-3 .container .right .rightR .img1 img {
    max-width: 100%;
  }
  .solution-page .init-3 .container .right .rightR .img2 img {
    width: 100%;
  }
  .solution-page .init-4 .container .content {
    margin-top: 20px;
  }
  .solution-page .init-5 .container .cont {
    padding: 40px 16px;
  }
  .solution-page .init-5 .container .cont .content form .list input,
  .solution-page .init-5 .container .cont .content form .list textarea {
    padding: 8px 10px;
  }
  .solution-page .init-5 .container .cont .content form .btn {
    padding: 4px 10px;
  }
}
.newsTab {
  padding-top: 50px;
}
.newsTab .container {
  padding-bottom: 20px;
  border-bottom: 1px solid #767676;
}
.newsTab .container .list {
  margin-top: 10px;
  color: #767676;
  position: relative;
  width: 290px;
  text-align: center;
  padding: 0 10px;
}
.newsTab .container .list::before {
  content: '/';
  position: absolute;
  top: 0;
  right: 0;
}
.newsTab .container .list:hover,
.newsTab .container .list.active {
  color: var(--color);
}
.newsTab .container .list:hover::before,
.newsTab .container .list.active::before {
  color: #767676;
}
.newsTab .container .list:last-child::before {
  display: none;
}
.news-page .init-1 .container ul {
  padding-top: 100px;
}
.news-page .init-1 .container ul li {
  margin-top: 40px;
}
.news-page .init-1 .container ul li .box {
  position: relative;
  padding: 20px 0;
  z-index: 2;
}
.news-page .init-1 .container ul li .box .time {
  width: 140px;
  color: #666666;
}
.news-page .init-1 .container ul li .box .time .date {
  color: #000;
}
.news-page .init-1 .container ul li .box .imgC {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 32%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.1);
  box-shadow: 0 0 30px rgba(56, 84, 184, 0.1);
  overflow: hidden;
}
.news-page .init-1 .container ul li .box .imgC img {
  width: 100%;
}
.news-page .init-1 .container ul li .box .cont {
  width: -webkit-calc(-72%);
  width: -moz-calc(-72%);
  width: calc(68% - 140px);
  padding: 20px 90px 20px 50px;
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.news-page .init-1 .container ul li .box .cont .title:hover {
  color: var(--color);
}
.news-page .init-1 .container ul li .box .cont .des {
  color: #767676;
  margin-top: 16px;
}
.news-page .init-1 .container ul li .box .cont .more {
  margin-top: 30px;
}
.news-page .init-1 .container ul li .box .cont .more:hover,
.news-page .init-1 .container ul li .box .cont .more.active{
  background: #000;
}
/*.news-page .init-1 .container ul li .box .cont .more .moreCir {
  background-color: #000;
}
.news-page .init-1 .container ul li .box .cont .more:hover .moreCir {
  background-color: var(--color);
}*/
.news-page .init-1 .container ul li .box .sub {
  opacity: 0;
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  border-radius: 20px;
}
.news-page .init-1 .container ul li:hover .sub {
  opacity: 1;
}
.newdet-page .container .left {
  width: 75%;
  border-radius: 20px;
  /*-webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);*/
  /*box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);*/
  padding: 70px;
}
.newdet-page .container .left .title {
  text-align: center;
}
.newdet-page .container .left .time {
  color: #666666;
  margin-top: 26px;
  text-align: center;
}
.newdet-page .container .left .des {
  margin-top: 40px;
  color: #666666;
}
.newdet-page .container .left .m-link {
  margin-top: 50px;
  border-top: 1px solid #e5e5e5;
  padding-top: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.newdet-page .container .left .m-link .list {
  margin: 5px 0;
  color: #bfbfbf;
}
.newdet-page .container .left .m-link .list:hover {
  color: var(--color);
}
.newdet-page .container .right {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 25%;
  background: #f7f7f7;
  padding: 50px 0 50px 50px;
  }
.newdet-page .container .right .tipsTitle {
  /*border-bottom: 1px solid #767676;*/
  padding-bottom: 12px;
}
.newdet-page .container .right ul li {
  margin-top: 26px;
}
.newdet-page .container .right ul li .box {
  position: relative;
}
.newdet-page .container .right ul li .box .boxC {
  padding-right: 20px;
  
  
}
.newdet-page .container .right ul li .box .title {
  color: #767676;
  
  font-weight: 500;
}
.newdet-page .container .right ul li .box .title:hover {
  color: var(--color);
}
.newdet-page .container .right ul li .box .time {
  color: #767676;
  margin-top: 14px;
}
.newdet-page .container .right ul li .box .time .date {
  color: #000;
}
.newdet-page .container .right ul li .box .more {
  width: 14px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 24px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.newdet-page .container .right ul li .box .line {
  width: 50px;
  height: 1px;
  margin-top: 16px;
  background-color: #767676;
}
.newdet-page .container .right ul li:hover .box .boxC {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.newdet-page .container .right ul li:hover .box .more {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.newdet-page .container .right ul li:hover .box .line {
  width: 100%;
  background-color: var(--color);
}
@media (max-width: 1250px) {
  .newsTab {
    display: none;
  }
  .news-page .init-1 .container ul li .box .cont {
    padding-right: 20px;
  }
  .newdet-page .container .left {
    width: 100%;
  }
  .newdet-page .container .right {
    display: none;
  }
}
@media (max-width: 1000px) {
  .news-page .init-1 .container ul li .box {
    padding: 20px 12px;
  }
  .news-page .init-1 .container ul li .box .sub {
    width: 100%;
    height: 100%;
  }
  .news-page .init-1 .container ul li .box .time {
    width: 100%;
  }
  .news-page .init-1 .container ul li .box .imgC {
    width: 100%;
    margin-top: 20px;
  }
  .news-page .init-1 .container ul li .box .cont {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .newdet-page .container .left {
    padding: 40px 16px;
  }
}
@media (max-width: 500px) {
  .newdet-page .container .left .time {
    margin-top: 10px;
  }
  .newdet-page .container .left .des {
    margin-top: 20px;
  }
  .newdet-page .container .left .m-link {
    margin-top: 30px;
  }
}
.seoPublic .Auxil-news .list ul li .content div.h6{
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #141414;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.seoPublic .Auxil-news .list ul li .content p{
  color: #666;
  font-weight: 400;
  line-height: 1.8;

 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;


}
.about-philosophy {
  background-color: #fbfbfb;
  /*padding-top: 9.375vw;*/
   padding-top: 3vw;
  padding-bottom: 5.677vw;
}
.about-philosophy .public-title .big-title {
  font-size: 46px;
}
.about-philosophy .philosophy-list {
  margin-top: 2.5vw;
  margin-right: -2.1875vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-philosophy .philosophy-list li {
  width:25%;
  padding-right: 2.1875vw;
}
.about-philosophy .philosophy-list li .box {
  height: 100%;
  text-align: center;
  border-radius: 10px;
  border: solid 1px #dfdfdf;
  padding: 65px 15px 20px;
}
.about-philosophy .philosophy-list li .box .icon {
  height: 52px;
}
.about-philosophy .philosophy-list li .box .title {
  font-weight: 600;
  max-width: 332px;
  margin: 30px auto 19px;
  line-height: 1.2;
}
.about-philosophy .philosophy-list li .box .intro {
  height: 140px;
  overflow: auto;
  padding: 0 15px;
  line-height: 1.75;
  color: #555555;
}
.seoPublic .title{
  font-size: 50px;
  margin-bottom: 1em;
}
.seoPublic .Auxil-about .box .right div.h3{
  font-weight: bold;
}
@media screen and (max-width: 1250px) {
  .inner-page .sidebox .sideleft{
    display: none;
  }
  .inner-page .sidebox .sideright{
    width: 100%;
    padding: 0; 
  }
  .inner-banner{
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .about-philosophy .public-title .big-title {
    font-size: 35px;
  }
  .about-philosophy .philosophy-list li .box {
    padding-top: 20px;
  }
  .about-philosophy .philosophy-list li {
    width: 50%;
    margin-bottom: 20px;
  }
  .inner-page .sidebox{
    padding: 60px 0;
  }
  .prodet-page .prodet-1 {
    padding: 0 0 60px;
  }
  .prodet-page .Auxil-through{
    margin-top: 20px;
    padding: 0;
  }
  .seoPublic .title {
    font-size: 36px;
    margin-bottom: 0em;
  }
   .about-page .about-22 ul{
    margin-right: -20px;
  }
  .about-page .about-22 ul li{
    padding-right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .about-philosophy .public-title .big-title {
    font-size: 25px;
  }
  .about-philosophy .philosophy-list li {
    width: 100%;
  }
  .inner-page .m-page{
    margin-top: 30px;
  }
  .inner-page .m-page a, .inner-page .m-page span{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin: 0 6px;
  }
  #index-body .i-product ul li {
    padding: 6px;
  }
   #index-body .i-product ul li .box .content {
     padding: 15px 10px 25px;
  }
  #index-body .i-product ul li .box .content .title {
     font-size: 16px;
  }
  .seoPublic .title {
    font-size: 34px;
  }
  .seoPublic .Auxil-news .list ul li .content div.h6{
    font-size: 20px;
    line-height: 1.4;
  }
  .prodet-page .prodet-2 ul.options li{
    font-size: 18px;
    padding: 10px 30px;
  }
  .about-page .about-22{
    padding-top: 30px;
  }
  .about-page .about-1 ul li {
    margin-bottom: 10px;
  }
  .about-page .about-1 ul li:last-child{
    margin-bottom: 0;
  }
  .about-page .about-1 ul li h3{
    font-size: 30px;
  }
   .about-page .about-1 ul li p {
    font-size: 14px;
  }
  .font-30 {
        font-size: 21px;
    }
    .about-philosophy .philosophy-list li .box .intro{
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 ul li h3{
    font-size: 40px;
  }
      .about-page .about-1 ul li p {
        font-size: 16px;
    }
  .about-philosophy .public-title .big-title {
    font-size: 20px;
  }
  .about-philosophy .philosophy-list li .box .title {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .product2-page #index-body .i-product ul li{
    width: 100%;
  }
  #index-body .i-product ul li .box .content .title{
    min-height: auto;
  }
  .seoPublic .title {
    font-size: 30px;
  }
  .about-page .about-1 ul li{
    width: 100% !important;
  }
  .about-page .about-5 {
     padding-top: 30px;
  }
  .about-page .about-5 .right{
    font-size: 16px;
  }
  .about-page .about-22 p.des{
    line-height: 2;
  }
  .about-page .about-22 ul{
    margin-right: 0;
  }
  .about-page .about-22 ul li{
    padding: 0;
  }
  .about-page .about-22 ul li .des{
    max-height: 100%;
    min-height: 100%;
  }
  .about-page .about-22 ul li h5 {
    font-size: 20px;
  }
}