@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.eot');
  src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff'), url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.eot');
  src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.eot');
  src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.eot');
  src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.woff') format('woff'), url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
body {
  --color: #024da0;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Inter';
  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: 1650px;
  margin: 0 auto;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background: var(--color);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  padding: 3px 7px 5px 12px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more em {
  margin-top: 5px;
}
.more .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-left: 11px;
}
.more .icon i {
  font-size: 22px;
  font-weight: bold;
  color: var(--color);
}
.more .icon i:last-child {
  position: absolute;
  -webkit-transform: translate(-150%, 150%);
  -moz-transform: translate(-150%, 150%);
  -ms-transform: translate(-150%, 150%);
  transform: translate(-150%, 150%);
}
.more::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover::after {
  width: 100%;
}
.more:hover .icon i:first-child {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  -webkit-transform: translate(150%, -150%);
  -moz-transform: translate(150%, -150%);
  -ms-transform: translate(150%, -150%);
  transform: translate(150%, -150%);
}
.more:hover .icon i:last-child {
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0.1s;
  transition: -webkit-transform 0.3s ease-in-out 0.1s;
  -moz-transition: transform 0.3s ease-in-out 0.1s, -moz-transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s, -moz-transform 0.3s ease-in-out 0.1s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
#header {
  z-index: 20;
  position: fixed;
  top: 11px;
  left: 0;
  width: 100%;
}
#header .nav {
  position: relative;
  max-width: 1620px;
  margin: 0 auto;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.79);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .menu-box {
  margin: 0 auto;
}
#header .nav .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .menu-box ul.menu > li {
  margin-right: 3.2em;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  text-transform: uppercase;
}
#header .nav .menu-box ul.menu > li > a {
  line-height: 1;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .menu-box ul.menu > li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  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 var(--color);
  display: none \9;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .menu-box ul.menu > li:hover,
#header .nav .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .menu-box ul.menu > li:hover::after,
#header .nav .menu-box ul.menu > li.active::after {
  width: 100%;
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .h-search {
  cursor: pointer;
}
#header .nav .yuy span {
  position: relative;
  line-height: 1;
}
#header .nav .yuy span i {
  font-size: 20px;
}
#header .nav .yuy ul {
  left: initial;
  right: 0;
  z-index: 100;
}
#header .nav .msg {
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  background: var(--color);
  color: #fff;
  border-radius: 15px;
  padding: 9px 14px 7px 13px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#header .nav .msg::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .msg:hover::after {
  width: 100%;
}
#header.active {
  top: 0;
}
#header.active .nav {
  background: #fff;
  max-width: 100%;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.4);
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
}
#banner ul li .text .box {
  max-width: 684px;
}
#banner ul li .text .title {
  line-height: 1.35;
}
#banner ul li .text .con {
  line-height: 1.7;
}
#banner ul li .text .title,
#banner ul li .text .con,
#banner ul li .text .btn {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .con,
#banner ul .swiper-slide-active .text .btn {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
#banner ul .swiper-slide-active .text .con {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  transition-delay: .8s;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
#banner .swiper-pagination {
  font-size: 0;
  text-align: center;
  bottom: 58px;
  left: 0;
}
#banner .swiper-pagination > span {
  display: inline-block;
  vertical-align: middle;
}
#banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #c5c5c5;
  opacity: 1;
  margin-right: 13px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
#banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 41px;
  background-color: #2a4688;
  border-radius: 6px;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-16 {
  line-height: 1.8;
}
.font-14 {
  line-height: 2;
}
.font-30 {
  line-height: 1.2;
}
.title,
.i-title {
  font-weight: bold;
}
.i-tag {
  font-size: 18px;
  display: block;
  color: var(--color);
  font-weight: 500;
}
.i-title {
  font-size: 48px;
  line-height: 1.25;
}
.fw-500 {
  font-weight: 500;
}
#index-body .i-about .left {
  width: 47%;
}
#index-body .i-about .left .title {
  line-height: 1.2;
  width: 90%;
}
#index-body .i-about .left .con {
  line-height: 1.6;
  opacity: .7;
}
#index-body .i-about .left .con h1 {
  display: inline;
}
#index-body .i-about .right {
  width: 39.7%;
}
#index-body .i-about .right ul {
  margin: -8.5px -17px;
}
#index-body .i-about .right ul li {
  padding: 8.5px 17px;
}
#index-body .i-about .right ul li .box2 {
  padding: 70px 11%;
  background-color: #f8f6f6;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.13);
  border-radius: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-about .right ul li .box2 span.h3 {
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  color: var(--color);
}
#index-body .i-about .right ul li .box2 span.h3 sub {
  vertical-align: baseline;
}
#index-body .i-about .right ul li .box2 span.h3 sup {
  font-size: 0.59375em;
  vertical-align: top;
  font-weight: 400;
}
#index-body .i-about .right ul li .box2 p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(54, 52, 52, 0.7);
  margin-top: 4px;
  display: block;
}
#index-body .i-about .right ul li .box2:hover {
  background: var(--color);
}
#index-body .i-about .right ul li .box2:hover span.h3 {
  color: #fff;
}
#index-body .i-about .right ul li .box2:hover p {
  color: rgba(255, 255, 255, 0.7);
}
#index-body .i-about .right ul li:nth-child(odd) {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
#index-body .i-about .right ul li:last-child {
  margin: 0 0 0 auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .i-about .wz {
  z-index: -1;
  bottom: 0;
  left: 0;
  font-size: 200px;
  font-weight: bold;
  color: #eef4fb;
  line-height: .76;
  text-transform: uppercase;
}
#index-body .i-video > video,
#index-body .i-video > img {
  border-radius: 40px;
  width: 100%;
  display: block;
  --mask-size: 30%;
  -webkit-mask-image: -webkit-radial-gradient(circle, white -webkit-calc(var(--mask-size)), transparent 10%);
  mask-image: radial-gradient(circle, white -moz-calc(var(--mask-size)), transparent 10%);
  mask-image: radial-gradient(circle, white calc(var(--mask-size)), transparent 10%);
  transition: --mask-size 0.1s linear;
}
#index-body .i-video > video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .i-video .play {
  width: 6.4em;
  height: 6.4em;
  background: rgba(37, 80, 144, 0.64);
}
#index-body .i-solution {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#index-body .i-solution .left {
  width: 36%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
#index-body .i-solution .left .con {
  color: #191919;
}
#index-body .i-solution .right {
  width: 55.31%;
}
#index-body .i-solution .right ul {
  margin: -14.5px -12px;
}
#index-body .i-solution .right ul li {
  padding: 14.5px 12px;
}
#index-body .i-solution .right ul li .ig {
  display: block;
  border-radius: 40px;
  height: 304px;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-solution .right ul li .ig .text {
  bottom: 0;
  left: 0;
  width: 100%;
  color: #f6f8fa;
  -webkit-transform: translateY(66px);
  -moz-transform: translateY(66px);
  -ms-transform: translateY(66px);
  transform: translateY(66px);
}
#index-body .i-solution .right ul li .ig .text .top {
  font-weight: 600;
}
#index-body .i-solution .right ul li .ig .text .top em {
  opacity: .53;
  line-height: 1;
}
#index-body .i-solution .right ul li .ig .text .top span {
  line-height: 1;
}
#index-body .i-solution .right ul li .ig .text .bottom {
  line-height: 1.6;
  margin-bottom: 11px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-solution .right ul li .ig::before,
#index-body .i-solution .right ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
}
#index-body .i-solution .right ul li .ig::before {
  left: 20px;
  right: 19px;
  bottom: 14px;
  height: 106px;
  background-color: var(--color);
  border-radius: 20px;
  opacity: 0.36;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-solution .right ul li .ig::after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(82%, rgba(0, 0, 0, 0)), to(var(--color)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 82%, var(--color) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 82%, var(--color) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 82%, var(--color) 100%);
}
#index-body .i-solution .right ul li .ig:hover .text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .i-solution .right ul li .ig:hover .text .bottom {
  opacity: 1;
}
#index-body .i-solution .right ul li .ig:hover::before {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#index-body .i-solution .right ul li .ig:hover::after {
  opacity: 0;
}
#index-body .i-solution .right ul li:nth-child(even) {
  -webkit-transform: translateY(53px);
  -moz-transform: translateY(53px);
  -ms-transform: translateY(53px);
  transform: translateY(53px);
}
#index-body .i-category {
  background-repeat: no-repeat;
  color: #fff;
}
#index-body .i-category ul li .text {
  width: 34%;
}
#index-body .i-category ul li .text .num {
  line-height: 1.45;
}
#index-body .i-category ul li .text .i-tag {
  color: #fff;
}
#index-body .i-category ul li .text .i-title {
  display: inline-block;
  border-bottom: 1px solid #c8c8c8;
}
#index-body .i-category ul li .text .con {
  width: 95%;
  line-height: 1.6;
}
#index-body .i-category ul li .text .more {
  background: #fff;
  color: #000;
  padding: 3px 6px 3px 26px;
}
#index-body .i-category ul li .text .more .icon {
  background: var(--color);
  color: #fff;
  margin-left: 23px;
}
#index-body .i-category ul li .text .more .icon i {
  color: #fff;
}
#index-body .i-category ul li .text .more:hover {
  color: #fff;
}
#index-body .i-category ul li .img {
  width: 54.7531%;
}
#index-body .i-category ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-category ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#index-body .i-support .header {
  width: 32%;
  top: 0;
  left: 15px;
}
#index-body .i-support .header .i-title {
  width: 90%;
}
#index-body .i-support ul li .text {
  color: #242323;
  width: 32%;
}
#index-body .i-support ul li .tit {
  line-height: 1.25;
  letter-spacing: 1px;
}
#index-body .i-support ul li .img-box {
  width: 62.1605%;
}
#index-body .i-support ul li .more {
  padding-left: 26px;
}
#index-body .i-support ul li .more .icon {
  margin-left: 23px;
}
#index-body .i-support .slickDots {
  text-align: left;
  bottom: 21px;
}
#index-body .i-support .slickDots li {
  width: 3.3em;
  height: .7em;
  background-color: #bcbbbb;
  border-radius: 3px;
  border: 0;
}
#index-body .i-support .slickDots li.slick-active {
  background: var(--color);
}
#index-body .i-news {
  background-color: #f9f6f6;
}
#index-body .i-news ul {
  margin: -21px;
}
#index-body .i-news ul li {
  padding: 21px;
}
#index-body .i-news ul li .ig {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
#index-body .i-news ul li .ig .top {
  line-height: 1;
}
#index-body .i-news ul li .ig .top img {
  -webkit-filter: grayscale(100%) opacity(0.7);
  filter: grayscale(100%) opacity(0.7);
}
#index-body .i-news ul li .ig .con {
  line-height: 1.6;
}
#index-body .i-news ul li .ig:hover .top img {
  -webkit-filter: none;
  filter: none;
}
#index-body .i-news ul li .ig:hover .tit,
#index-body .i-news ul li .ig:hover .link {
  color: var(--color);
}
#index-body .i-news .slickDots ul {
  margin: 0;
}
#index-body .i-news .slickDots li {
  background-color: #c0bdbd;
  border: 0;
  margin: 0 .75em;
  padding: 0;
}
#index-body .i-news .slickDots li.slick-active {
  width: 3em;
  border-radius: 5px;
  background: var(--color);
}
#footer {
  background: url(../images/fbg.jpg) no-repeat center top;
  color: #fff;
  position: relative;
  z-index: 1;
  background-size: cover;
}
#footer .f-header .form {
  max-width: 1140px;
  margin: 34px auto 0;
}
#footer .f-header .form .left {
  width: 87.632%;
  height: 85px;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.3);
}
#footer .f-header .form .left ul {
  height: 100%;
}
#footer .f-header .form .left ul li input {
  width: 100%;
  height: 46px;
  background: transparent;
  border: 0;
  font-size: 18px;
  padding: 0 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
#footer .f-header .form .left ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#footer .f-header .form .left ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#footer .f-header .form .left ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#footer .f-header .form .left ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#footer .f-header .form .left ul li input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#footer .f-header .form .left ul li:last-child input {
  border-right: 0;
}
#footer .f-header .form .right {
  width: 10.2%;
  height: auto;
}
#footer .f-header .form .right button {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: #fff;
  border-radius: 35px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#footer .f-header .form .right button::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-header .form .right button:hover img {
  -webkit-filter: brightness(100) grayscale(100%);
  filter: brightness(100) grayscale(100%);
}
#footer .f-header .form .right button:hover::after {
  width: 100%;
}
#footer .f-content .title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 40px;
  text-transform: uppercase;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 1.6;
}
#footer .f-content ul li a {
  display: inline-block;
  position: relative;
  opacity: .65;
}
#footer .f-content ul li a::after {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover {
  opacity: 1;
}
#footer .f-content ul li a:hover::after {
  width: 100%;
}
#footer .f-content ul li i {
  width: 28px;
}
#footer .f-content ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content .f-nav ul li,
#footer .f-content .f-about ul li,
#footer .f-content .f-news ul li {
  margin-bottom: 6px;
}
#footer .f-content .f-nav ul li:last-child,
#footer .f-content .f-about ul li:last-child,
#footer .f-content .f-news ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-contact {
  max-width: 340px;
}
#footer .f-content #ewm {
  width: 136px;
  border: 8px solid #fff;
}
#footer .f-content .share a {
  width: 26px;
  height: 27px;
  border-radius: 50%;
  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;
  font-size: 14px;
  background: #275b9b;
  margin-right: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .share a:last-child {
  margin-right: 0;
}
#footer .f-content .share a:hover {
  background: var(--color);
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.8;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: #94a4c3;
}
#footer svg {
  max-height: 1.7em;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  fill: #94a4c3;
}
#footer svg text {
  fill: #94a4c3;
}
#footer svg:hover {
  fill: #fff;
}
#footer svg:hover text {
  fill: #fff;
}
@media (max-width: 1700px) {
  #index-body .i-about .right ul li .box2 {
    padding: 70px 6%;
  }
  #index-body .i-solution .right ul li .ig .text {
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
  }
  .i-title {
    font-size: 40px;
  }
}
@media (max-width: 1450px) {
  #header .nav .menu-box ul.menu > li {
    margin-right: 2.2em;
  }
  #index-body .i-about .right ul li .box2 span.h3 {
    font-size: 50px;
  }
  #index-body .i-solution .right ul li .ig .text {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  #index-body .i-support .header .i-title {
    width: 100%;
  }
  #index-body .i-support ul li .text {
    padding-bottom: 20px;
  }
  #index-body .i-support .slickDots {
    bottom: 0;
  }
  #index-body .i-support ul li .more {
    margin-top: 16px;
  }
  .fixed-toolbar {
    right: 10px;
  }
}
@media (max-width: 1250px) {
  #index-body .i-about .right {
    width: 49%;
  }
  #index-body .i-about .right ul li .box2 {
    padding: 50px 6%;
  }
  .i-tag {
    font-size: 16px;
  }
  .i-title {
    font-size: 36px;
  }
  #index-body .i-solution .right ul li .ig {
    height: 270px;
  }
  #index-body .i-solution .right ul li .ig::before {
    left: 10px;
    right: 10px;
  }
  #index-body .i-support .header {
    position: initial;
    margin-bottom: 30px;
    width: 100%;
  }
  #index-body .i-solution .right {
    width: 58.31%;
  }
  #index-body .i-category ul li .text {
    width: 40%;
  }
  #index-body .i-news ul li .ig .top .type {
    margin-left: 30px;
  }
  #footer .f-content {
    zoom: .8;
  }
}
@media (max-width: 1000px) {
  #banner .swiper-pagination {
    bottom: 20px;
  }
  .radius-40 {
    border-radius: 40px;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-18 {
    font-size: 16px;
  }
  #index-body .i-about .left {
    width: 100%;
  }
  #index-body .i-about .right {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .i-about .wz {
    font-size: 166px;
  }
  #index-body .i-solution .left {
    width: 100%;
    position: static;
  }
  #index-body .i-solution .right {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #index-body .i-category ul li .text {
    width: 100%;
  }
  #index-body .i-category ul li .img {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .i-support ul li .text {
    width: 100%;
  }
  #index-body .i-support ul li .img-box {
    width: 100%;
    margin-top: 30px;
  }
  #footer .f-header .form .left {
    width: 100%;
  }
  #footer .f-header .form .right {
    width: 20%;
    margin-top: 30px;
  }
  #footer .f-header .form .right button {
    padding: 10px 0;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-about,
  #footer .f-content .f-news {
    display: none;
  }
  #footer .f-copy {
    display: block;
  }
  #footer .f-copy p {
    display: inline;
  }
  .flex-4 > *{
    width: 33.3333%;
  }
}
@media (max-width: 700px) {
  .more {
    font-size: 16px;
  }
  #index-body .i-about .left .title {
    font-size: 30px;
  }
  #index-body .i-about .wz {
    font-size: 118px;
  }
  #index-body .i-solution .right ul li .ig .text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #index-body .i-solution .right ul li .ig .text .top em {
    font-size: 24px;
  }
  #index-body .i-solution .right ul li .ig .text .top span {
    font-size: 18px;
  }
  #index-body .i-solution .right ul li .ig .text .bottom {
    opacity: 1;
  }
  #index-body .i-solution .right ul li .ig::after {
    display: none;
  }
  #index-body .i-solution .right ul li .ig::before {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  #index-body .i-news ul {
    margin: -10px;
  }
  #index-body .i-news ul li {
    padding: 10px;
  }
  #index-body .i-news ul li .ig .top .type {
    margin: 3px 0 0 0;
  }
  .flex-3 > *,
  .flex-4 > * {
    width: 50%;
  }
  #footer .f-header .form .left {
    padding: 10px 0;
    height: auto;
  }
  #footer .f-header .form .left ul li:nth-child(2) input {
    border: 0;
  }
  #footer .f-header .form .left ul li:nth-child(3) {
    width: 100%;
  }
  #footer .f-content .f-contact {
    max-width: 90%;
  }
  #footer .f-content .f-code {
    display: none;
  }
}
@media (max-width: 500px) {
  .flex-2 > *,
  .flex-3 > *,
  .flex-4 > * {
    width: 100%;
  }
  .more {
    font-size: 14px;
  }
  .more .icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  #banner ul li .text .con {
    display: none;
  }
  #banner .swiper-pagination {
    bottom: 6px;
  }
  #index-body .i-about .left .con {
    line-height: 1.8;
  }
  .i-title {
    font-size: 30px;
  }
  #index-body .i-about .right ul li:nth-child(odd) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #index-body .i-about .wz {
    display: none;
  }
  #index-body .i-video > img {
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, transparent 10%);
    mask-image: radial-gradient(circle, white 100%, transparent 10%);
  }
  #index-body .i-video .play {
    zoom: .6;
  }
  #index-body .i-solution .right ul li:nth-child(even) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #index-body .i-news ul li .ig .top .type {
    margin: 0 0 0 6px;
  }
  #footer .f-header .form .left ul li input {
    border: 0;
  }
  #footer .f-header .form .right {
    width: 30%;
  }
  #footer .f-content .f-contact {
    max-width: 96%;
  }
  #footer .f-copy {
    font-size: 14px;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.inner-banner{
  background-size: cover;
  text-align: center;
  color: white;
  padding: 150px 0;
}
.inner-banner h2{
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.inner-banner p{
  font-size: 18px;
}
#index-body .about {
  background: #f2f2f2;
  position: relative;
}
#index-body .about .container{
  background:url("/nbsenhao/2026/06/24/LOGO-SMKb.png") no-repeat top 40px right;
}
#index-body .about .about-left {
  position: relative;
}
#index-body .about .about-left .title {
  width: 81px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px 0px 0px 30px;
  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;
  background-color: var(--color);
}
#index-body .about .about-left .title img {
  max-height: 85%;
}
/*#index-body .about .about-left .about-left-slick {
  width: -webkit-calc(100% - 81px);
  width: -moz-calc(100% - 81px);
  width: calc(100% - 81px);
  margin-left: 81px;
}*/
#index-body .about .about-left .about-left-slick li img {
  border-radius: 0px 30px 30px 0px;
}
#index-body .about .about-left .about-left-slick ul.slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  left: 14px;
  bottom: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .about .about-left .about-left-slick ul.slick-dots li {
  width: 11px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-right: 15px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .about .about-left .about-left-slick ul.slick-dots li.slick-active {
  background-color: #fff;
  width: 18px;
  height: 18px;
}
#index-body .about .about-left .about-left-slick ul.slick-dots li button {
  display: none;
}
#index-body .about .right .public-mod-header {
  margin-right: -22%;
}
#index-body .about .right .about-content .intro {
  color: #666666;
  font-weight: 300;
}
#index-body .about .number-Plus li .data-right .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 500;
  color: var(--color);
  margin-bottom: 7px;
}
#index-body .about .number-Plus li .data-right .top em {
  font-size: 80px;
  line-height: 1.2;
  white-space: nowrap;
}
#index-body .about .number-Plus li .data-right .top span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
  white-space: nowrap;
}
#index-body .about .number-Plus li .data-right .title {
  color: var(--color);
  font-weight: 500;
}
#index-body .about .right{
  margin-top: 30px;
}
#index-body .about .num-list li{
  width: 20%;
  max-width: 280px;
  padding: 30px 10px 20px;
  text-align: center;
  -webkit-box-shadow: 0px 30px 60px 0px rgba(118, 128, 147, 0.1);
  box-shadow: 0px 30px 60px 0px rgba(118, 128, 147, 0.1);
  background-color: #fff;
  min-height: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
}
#index-body .about .num-list li b {
  font-size: 42px;
  color: var(--color); 
  font-weight: bold;
  display: block;
  line-height: 1.2;
}
#index-body .about .num-list li span {
  font-size: 18px;
  line-height: 32px;
  color: #363636;
  display: block;
  margin-top: 10px;
}
.about-2-0 .list ul {
    margin: -25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about-2-0 .list li {
    padding: 25px;
}
.about-2-0 .list .box {
    padding: 5%;
    min-height: 370px;
    background-color: var(--color);
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
}
.about-2-0 .list .box i {
    display: block;
    width: 25%;
    margin: 0 auto 10%;
}
.about-2-0 .list .box .name {
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.about-2-0 .list .box:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #86c9db;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.about-2-0 .list .box .mask {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18% 14% 0;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
}
.about-2-0 .list .box .mask hr {
    border: none;
    margin: 20px 0 40px;
    border-bottom: 1px solid #fff;
}
.about-2-0 .list .box .mask .text {
    color: #fff;
    line-height: 1.5;
    min-height: 6em;
    height: 120px;
    overflow-y: auto;
}
.about-2-0 .list .box.on:after {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.about-2-0 .list .box.on .mask {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.about-2-0 .list .box.out:after {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.about-2-0 .list .box.out .mask {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
}
.about-page .about-2 {
  border-radius: 40px;
  overflow: hidden;
}
.about-page .about-2 .top {
  height: 460px;
  background: url(../images/inner-about-2-img.jpg) no-repeat center;
  background-size: cover;
  padding-top: 200px;
}
.about-page .about-2 .top p {
  line-height: 2;
  color: #FFFFFF;
  max-width: 800px;
  margin: auto;
}
.about-page .about-2 .bottom .list {
  margin-top: 50px;
}
.about-page .about-2 .bottom .list ul {
  margin: -40px;
}
.about-page .about-2 .bottom .list ul li {
  padding: 40px;
}
.about-page .about-2 .bottom .list i {
  width: 58px;
  height: 58px;
  line-height: 48px;
  text-align: center;
  border-radius: 2px;
}
.about-page .about-2 .bottom .list i img {
  vertical-align: middle;
}
.about-page .about-3 {
  padding: 100px 0;
}
.about-page .about-3 .left ul li + li {
  margin-top: 30px;
}
.about-page .about-3 .box{
  border-radius: 20px 0 0 20px;
}
.about-page .about-4 {
  background: url(../images/about-4-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 60px 0 120px;
}
.about-page .about-4 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1560px;
  margin: auto;
  overflow: hidden;
}
.about-page .about-4 .box .list {
  width: 100%;
  height: 456px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 25px;
  margin-right: -25px;
}
.about-page .about-4 .box ul::after {
  content: '';
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
}
.about-page .about-4 .box ul li i {
  width: 12px;
  height: 12px;
  background: var(--color);
  border-radius: 100%;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 17px;
  z-index: 1;
}
.about-page .about-4 .box ul li i::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(194, 157, 99, 0.15);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-4 .box ul li .left {
  padding-right: 45px;
  text-align: right;
  position: relative;
}
.about-page .about-4 .box ul li .left h5 {
  color: #FFFFFF;
}
.about-page .about-4 .box ul li .left .txt {
  min-height: 63px;
  color: #FFFFFF;
  line-height: 2;
  margin-top: 15px;
}
.about-page .about-4 .box ul li:nth-child(even) .left {
  left: 50%;
  text-align: left;
  padding-right: 0;
  padding-left: 45px;
}
.about-page .about-6 {
  padding: 80px 0;
  background-color: #f9f9f9;
}
.about-page .about-6 .left {
  width: 35%;
  vertical-align: middle;
  line-height: 2;
}
.about-page .about-6 .right {
  padding: 50px 80px;
  background: url(../images/about-6-bg.png) no-repeat center bottom;
  background-size: 100% auto;
  width: 65%;
  vertical-align: middle;
}
.about-page .about-6 .right ul{
  margin: -10px;
}
.about-page .about-6 .right ul li{
  padding: 10px;
}
.about-page .about-7 {
  padding: 100px 0;
}
.about-page .about-7 .list {
  overflow: hidden;
}
.about-page .about-7 .list ul {
  margin: -15px;
}
.about-page .about-7 .list ul li {
  padding: 15px;
}
.about-page .about-7 .list ul li .img-box{
  border-radius: 20px;
}
.about-page .about-7 .list .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  width: 28px;
  height: 56px;
  border: none;
  background-color: #FFFFFF;
}
.about-page .about-7 .list .slick-arrow.slick-prev {
  left: 115px;
}
.about-page .about-7 .list .slick-arrow.slick-next {
  right: 115px;
}
.m-page span,.m-page a{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #eee;
  text-align: center;
  font-size: 16px;
  margin: 0 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-page a:hover,
.m-page span{
  background: var(--color);
  color: white;
}
.gallery-page ul{
  margin-left: -15px;
  margin-right: -15px;
}
.gallery-page ul li{
  padding: 15px;
}
.gallery-page .m-page .wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.faq-page {
  padding: 6.25% 0;
}
.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.8;
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 30px;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}
.product-page {
  padding: 80px 0;
}
.product-page .product-box {
  padding-left: 34px;
}
.product-page .product-box h1{
  font-size: 26px;
  font-weight: bold;
  margin-bottom:20px;
}
.product-page .product-box .details{
  max-height: calc(1.5em * 6);
  overflow-y: auto;
}
.product-page .product-box .product-list {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .product-box .product-list li {
  padding: 0 10px;
  width: 33.333%;
  margin-bottom: 40px;
}
.product-page .product-box .product-list li a {
  display: block;
  padding-bottom: 32px;
  position: relative;
}
.product-page .product-box .product-list li a:hover .content {
  background: var(--color);
  border: 1px solid transparent;
}
.product-page .product-box .product-list li a:hover .content h2,
.product-page .product-box .product-list li a:hover .content h4 {
  color: #fff;
}
.product-page .product-box .product-list li a:hover .content h4::after {
  width: 100%;
}
.product-page .product-box .product-list li a:hover .content p {
  color: #fff;
}
.product-page .product-box .product-list li a:hover .content p::after {
  background: #fff;
}
.product-page .product-box .product-list li a .pro-img {
  overflow: hidden;
  border: 1px solid #eeeeee;
}
.product-page .product-box .product-list li a .pro-img img {
  width: 100%;
}
.product-page .product-box .product-list li a .content {
  position: relative;
  border: 1px solid #eee;
  background: #fff;
  left: 50%;
  width: 100%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  padding: 15px 15px 20px;
}
.product-page .product-box .product-list li a .content h2 {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-page .product-box .product-list li a .content h2::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -5px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.product-page .product-box .product-list li a .content p {
  font-size: 16px;
  line-height: 28px;
  color: #22221d;
  position: relative;
}
.product-page .product-box .product-list li a .content p::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 1px;
  background: #000;
  left: 0;
  bottom: -3px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
}
.inner-page .sidebar-box .sidebar-left {
  width: 29%;
  position: sticky;
  top: 120px;
}
.inner-page .sidebar-box .sidebar-left form {
  position: relative;
}
.inner-page .sidebar-box .sidebar-left form input[type="text"] {
  width: 100%;
  height: 72px;
  border-radius: 72px;
  border: 1px solid #eee;
  padding: 0 28px;
  font-size: 18px;
  color: #000;
  line-height: 1; 
}
.inner-page .sidebar-box .sidebar-left form input[type="submit"] {
  width: 67px;
  height: 67px;
  background: url(/meigemachinery/2023/12/22/product-s-1.png) no-repeat center center;
  background-size: 100% auto;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 38px 40px;
  border: 1px solid #eee;
  margin-top: 30px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav h3 {
  font-size: 30px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase; 
  font-weight: 700;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav {
  margin-top: 25px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li {
  margin-bottom: 10px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav > li > a{
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a {
  display: block;
  padding: 18px 45px 18px 20px;
  background: #f1f1f1;
  margin-bottom: 10px;
  font-size: 17px;
  color: #7a7777;
  line-height: 28px;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a:hover {
  background: var(--color);
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active a .fa,
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a:hover .fa {
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a .fa {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active a .fa{
    transform: translateY(-50%) rotate(90deg);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a .fa.active{
    transform: translateY(-50%) rotate(90deg);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li.active >ul{
  display: block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav li >ul{
  display: none;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav li.active >ul{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav li{
  width: 100%;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav li.active{
  order: -1;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav.c1 .pro-nav ul{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact {
  margin-top: 40px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li {
  padding: 20px 20px 20px 60px;
  margin-bottom: 18px;
  -webkit-box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
  box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(1) {
  background: url(../images/p-phone.png) no-repeat 10px center;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(2) {
  background: url(../images/p-mail.png) no-repeat 10px center;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(3) {
  background: url(../images/p-add.png) no-repeat 10px 20px;
}
.inner-page .sidebar-box .sidebar-right {
  width: 71%;
}
.inner-page .sidebar-box .sidebar-right .m-page{
  text-align: right;
}
.prodet-page {
  padding: 20px 0;
}
.prodet-page .det-1 {
  padding: 50px 0 0;
}
.prodet-page .det-1 .left{
  width: 40%;
}
.prodet-page .det-1 .right{
  width: 60%;
}
.prodet-page .det-1 .grid-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.prodet-page .det-1 .grid-box .left .ig .big-img {
  width: 100%;
  text-align: center;
  border: 2px solid #e1e1e1;
}
.prodet-page .det-1 .grid-box .left .ig .big-img img {
  width: 100%;
}
.prodet-page .det-1 .grid-box .left .gallery {
  width: 100%;
  margin-right: 0px;
  text-align: center;
  margin-top: 20px;
}
.prodet-page .det-1 .grid-box .left .gallery .slick-track{
  margin-left: 0;
}
.prodet-page .det-1 .grid-box .left .gallery ul {
  margin: -5px;
}
.prodet-page .det-1 .grid-box .left .gallery ul li {
  padding: 5px;
}
.prodet-page .det-1 .grid-box .left .gallery ul li .img {
  text-align: center;
  border: 2px solid #e1e1e1;
}
.prodet-page .det-1 .grid-box .right {
  padding-left: 3%;
  width: 60%;
}
.prodet-page .det-1 .grid-box .right .text h1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 34px;
  color: #1c1c1c;
  margin-bottom: 40px;
  margin-top: 10px;
}
.prodet-page .det-1 .grid-box .right .text h3{
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
}
.prodet-page .det-1 .grid-box .right .text .con {
  font-size: 18px;
  line-height: 1.8;
  color: #616161;
  height: 490px;
  overflow-y: auto;
}
.prodet-page .det-1 .grid-box .right .text .share{
  display: flex;
  align-items: center;
  margin-top: 30px
}
.prodet-page .det-1 .grid-box .right .text .share h5{
  display: inline-block;
  vertical-align: middle;
  color: #000;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 20px;
}
.prodet-page .det-1 .grid-box .right .text .share ul li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    width: auto;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
}
.prodet-page .det-1 .grid-box .right .text .more {
  margin-top: 40px;
}
.prodet-page .det-1 .grid-box .right .text .more .fl{
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}
.prodet-page .det-1 .grid-box .right .text .more .fl:before{
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: var(--color);
  vertical-align: middle;
}
.prodet-page .det-2 {
  margin-top: 60px;
}
.prodet-page .det-2 .tabs ul {
  border-bottom: 2px solid #e1e1e1;
}
.prodet-page .det-2 .tabs ul li {
  display: inline-block;
  margin-right: 30px;
}
.prodet-page .det-2 .tabs ul li a {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 8px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-2 .tabs ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 0%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-2 .tabs ul li a:hover {
  color: var(--color);
}
.prodet-page .det-2 .tabs ul li.active a::after {
  width: 100%;
}
.prodet-page .det-2 .related {
  margin-top: 50px;
}
.prodet-page .det-2 .related ul li.active {
  display: block;
}
.prodet-page .det-2 .related ul li .con {
  font-size: 16px;
  line-height: 1.8;
  color: #616161;
}
.prodet-page .det-3 {
  margin-top: 60px;
}
.prodet-page .det-3 .title h3 {
  font-size: 36px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 30px;
  border-bottom: 2px solid #e1e1e1;
}
.prodet-page .det-3 .title h3 span{
  display: inline-block;
  position: relative;
  padding: 10px 0;
}
.prodet-page .det-3 .title h3 span:after{
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-3 .det-3-box ul {
  margin: 0 -15px;
}
.prodet-page .det-3 .det-3-box ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.prodet-page .det-3 .det-3-box ul li .ig {
  display: block;
}
.prodet-page .det-3 .det-3-box ul li .ig .img {
  position: relative;
  border: 2px solid #d6d6d6;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: var(--color);
  -webkit-transition: .45s;
  -moz-transition: .45s;
  -ms-transition: .45s;
  -o-transition: .45s;
  transition: .45s;
  opacity: 0;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span:hover {
  background-color: #1c1c1c;
}
.prodet-page .det-3 .det-3-box ul li .ig .text {
  text-align: center;
  margin-top: 12px;
}
.prodet-page .det-3 .det-3-box ul li .ig .text h4 {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #1c1c1c;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img {
  border-color: var(--color);
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img span {
  opacity: 1;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .text h4 {
  color: var(--color);
}
.inner-page .form ul {
  margin: -10px;
}
.inner-page .form ul li {
  padding: 10px;
}
.inner-page .form ul li.wid-50{
  width: 50%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: var(--color);
}
.inner-page .form ul li textarea {
  height: 120px;
}
.inner-page .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-weight: bold;
}
.inner-page .form ul li input[type="submit"]:hover {
  color: white;
  background-color: var(--color);
  border-color: var(--color);
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li .more{
  padding: 10px 20px;
}
.applicaation-page ul li {
  background-color: #f5f5f5;
}
.applicaation-page ul li .left {
  position: relative;
  width: 50%;
  vertical-align: middle;
  max-height: 495px;
  overflow: hidden;
  border-radius: 54px;
}
.applicaation-page ul li .left img {
  width: 100%;
}
.applicaation-page ul li .right {
  position: relative;
  width: 50%;
  vertical-align: middle;
  padding: 20px 55px 20px 105px;
}
.applicaation-page ul li .right .title {
  font-weight: 600;
  position: relative;
  padding-right: 90px;
}
.applicaation-page ul li .right .title .more7 {
  position: absolute;
  right: 0;
  width: 70px;
  height: 70px;
  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: 100%;
  top: -7px;
  font-weight: 400;
  transition: all 0.5s;
}
.applicaation-page ul li .right .title .more7:hover {
  transform: scale(1.1);
}
.applicaation-page ul li .right .title .more7::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px dashed #dbdbdb;
  border-radius: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s;
  animation: xz 5s linear infinite;
}
.applicaation-page ul li .right .title .more7 em {
  width: 49px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 100%;
  background: #dbdbdb;
  transition: all 0.5s;
}
.applicaation-page ul li .right .des {
  margin-top: 30px;
  font-weight: 400;
}
.applicaation-page ul li:nth-child(2n) .left {
  left: 50%;
}
.applicaation-page ul li:nth-child(2n) .right {
  left: -50%;
}
.applicaation-page ul li:hover {
  background-color: var(--color);
  color: #fff;
}
.applicaation-page ul li:hover .title .more7::before {
  border: 2px dashed #fff;
}
.applicaation-page ul li:hover .title .more7 em {
  background: #fff;
  color: #000;
}
.industries-page1 .init-2 .container .img {
  width: 39.5%;
  text-align: center;
  max-height: 380px;
  overflow: hidden;
  border-radius: 10px;
}
.industries-page1 .init-2 .container .img img {
  border-radius: 10px;
}
.industries-page1 .init-2 .container .right {
  width: 60.5%;
  padding-left: 72px;
}
.industries-page1 .init-2 .container .right .title {
  color: var(--color);
}
.industries-page1 .init-2 .container .right .des {
  margin-top: 18px;
  color: #666666;
  line-height: 1.5;
}
.industries-page1 .init-2 .container .right .listC {
  overflow: hidden;
  margin-top: 52px;
}
.industries-page1 .init-2 .container .right .listC ul li .box {
  padding-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666666;
}
.industries-page1 .init-2 .container .right .listC ul li .box .icon {
  margin-right: 12px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.news-page {
  padding: 55px 0 70px;
}
.news-page .slideBarleft .list ul li {
  padding: 50px 0;
  border-bottom: 1px solid #dcdcdc;
}
.news-page .slideBarleft .list ul li:first-child {
  padding-top: 0;
}
.news-page .slideBarleft .list ul li .img {
  vertical-align: middle;
  width: 40%;
  padding-right: 20px;
  position: relative;
}
.news-page .slideBarleft .list ul li .img a.img-box {
  display: block;
}
.news-page .slideBarleft .list ul li .img a.img-box img {
  width: 100%;
}
.news-page .slideBarleft .list ul li .content {
  width: 60%;
  padding-right: 20px;
  vertical-align: middle;
  position: relative;
}
.news-page .slideBarleft .list ul li .content span.tag:after {
  display: none;
}
.news-page .slideBarleft .list ul li .content span.tag {
  margin-bottom: 35px;
  font-size: 16px;
  color: #181818;
}
.news-page .slideBarleft .list ul li .content span.tag:before {
  width: 50px;
}
.news-page .slideBarleft .list ul li .content h3 {
  font-size: 33px;
  color: #181818;
  text-transform: capitalize;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
      font-weight: 700;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .slideBarleft .list ul li .content h3:hover {
  color: var(--color);
}
.news-page .slideBarleft .list ul li .content div.tag {
  font-size: 16px;
  color: #909090; 
  margin-top: 10px;
}
.news-page .slideBarleft .list ul li .content div.tag img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -3px;
}
.news-page .slideBarleft .list ul li .content .share {
  margin-top: 40px;
}
.news-page .slideBarleft .list ul li .content .share dd {
  margin-right: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 2px;
  background: #eee;
  font-size: 18px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
}
.news-page .slideBarleft .list ul li .content .share dd a {
  display: block;
}
.news-page .slideBarleft .list ul li .content .share dd:hover {
  color: white;
  background: var(--color);
}
.news-page .slideBarleft .list ul li .content a.more {
  margin-top: 20px;
}
.inner-page .slideBarBox .slideBarleft {
  width: 75%;
  padding-right: 2%;
}
.inner-page .slideBarBox .slideBarright {
  width: 25%;
  padding-left: 2%;
  line-height: 2;
  position: sticky;
  top: 125px;
}
.inner-page .slideBarBox .slideBarright form {
  position: relative;
  width: 100%;
}
.inner-page .slideBarBox .slideBarright form input {
  width: 100%; 
  height: 72px;
  padding: 0 60px 0 15px; 
  font-size: 18px;
  color: #333;
  border: 1px solid #eee;
  border-radius: 72px;
}
.inner-page .slideBarBox .slideBarright form input::-webkit-input-placeholder {
  color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input:-moz-placeholder {
  color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input::-moz-placeholder {
  color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input:-ms-input-placeholder {
  color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input::placeholder {
  color: #7f7f7f;
}
.inner-page .slideBarBox .slideBarright form input[type="submit"] {
  width: 67px;
  position: absolute;
  right: 2px;
  top: 0;
  padding: 0;
  background: url("/meigemachinery/2023/12/22/product-s-1.png") center center no-repeat;
  border: none;
}
.inner-page .slideBarBox .slideBarright h3 {
  margin: 60px 0 20px;
  font-size: 30px;
      font-weight: 700;
  color: #181818;
  line-height: 1;
}
.inner-page .slideBarBox .slideBarright h3:after {
  content: '';
  width: 56px;
  height: 2px;
  background: var(--color);
  margin-top: 15px;
  display: block;
}
.inner-page .slideBarBox .slideBarright .navList ul li {
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc;
  font-size: 20px;
  color: #181818;
  position: relative; 
}
.inner-page .slideBarBox .slideBarright .navList ul li:after {
  content: '';
  width: 9px;
  height: 2px;
  background: var(--color);
  position: absolute;
  right: 100%;
  top: 22px;
  margin-right: 8px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarright .navList ul li em {
  float: right;
  color: #939393;
}
.inner-page .slideBarBox .slideBarright .navList ul li.active,
.inner-page .slideBarBox .slideBarright .navList ul li:hover {
  color: var(--color);
}
.inner-page .slideBarBox .slideBarright .navList ul li.active:after,
.inner-page .slideBarBox .slideBarright .navList ul li:hover:after {
  opacity: 1;
}
.inner-page .slideBarBox .slideBarright .proList ul li {
  padding-bottom: 20px;
  margin-top: 25px;
  border-bottom: 1px solid #dcdcdc;
}
.inner-page .slideBarBox .slideBarright .proList ul li span {
  max-width: 30%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.inner-page .slideBarBox .slideBarright .proList ul li span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(2,67,136,.5) url("../images/icon-right.png") center center no-repeat;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarright .proList ul li h6 {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  padding-left: 15px;
  font-size: 16px;
  color: #181818; 
  line-height: 1.6;
  font-weight: bold;
  word-break: break-word;
}
.inner-page .slideBarBox .slideBarright .proList ul li h6 small {
  display: block;
  color: #7f7f7f;
  margin-bottom: 5px;
  font-weight: normal;
}
.inner-page .slideBarBox .slideBarright .proList ul li:first-child {
  margin-top: 0;
}
.inner-page .slideBarBox .slideBarright .proList ul li:hover span:after {
  opacity: 1;
}
.newdet-page {
  padding: 55px 0 110px;
}
.newdet-page .slideBarleft .newsContent {
  text-align: center;
}
.newdet-page .slideBarleft .newsContent h1 {
  font-size: 34px;
  color: #181818;
  font-weight: 700;
  line-height: 1.5;
}
.newdet-page .slideBarleft .newsContent time {
  display: block;
  font-size: 16px;
  color: #7f7f7f; 
  margin-top: 15px;
  line-height: 1;
}
.newdet-page .slideBarleft .newsContent .content {
  display: block;
  padding: 30px 0 60px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  color: #181818;
  line-height: 2; 
  text-align: left;
}
.newdet-page .slideBarleft .newsContent .content p {
  padding-bottom: 10px;
}
.newdet-page .slideBarleft .newsContent .content p:last-child {
  padding-bottom: 0;
}
.newdet-page .slideBarleft .newsContent .share {
  text-align: right;
  margin-top: 24px;
}
.newdet-page .slideBarleft .newsContent .share ul li {
  margin-left: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 2px;
  background: #eee;
  font-size: 18px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
}
.newdet-page .slideBarleft .newsContent .share ul li a {
  display: block;
}
.newdet-page .slideBarleft .newsContent .share ul li:hover {
  color: white;
  background: var(--color);
}
.newdet-page .slideBarleft .newsContent .m-link {
  margin-top: 40px;
}
.newdet-page .slideBarleft .newsContent .m-link div i {
  display: none;
  vertical-align: middle;
  width: 60px;
  position: relative;
}
.newdet-page .slideBarleft .newsContent .m-link div i:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(2,67,136,.55) url(../images/icon-right.png) center center no-repeat;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .slideBarleft .newsContent .m-link div span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #181818;
  margin: 0 10px;
  max-width: 60%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 2;
}
.newdet-page .slideBarleft .newsContent .m-link div span em {
  color: var(--color);
}
.newdet-page .slideBarleft .newsContent .m-link div.prev {
  text-align: left;
}
.newdet-page .slideBarleft .newsContent .m-link div.prev i:after {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.newdet-page .slideBarleft .newsContent .m-link div.next {
  text-align: right ;
}
.newdet-page .slideBarleft .newsContent .m-link div:hover i:after {
  opacity: 1;
}
.newdet-page .newsRet {
  margin-top: 110px;
}
.newdet-page .newsRet h2 {
  text-align: center;
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
}
.newdet-page .newsRet .list {
  margin-top: 50px;
}
.newdet-page .newsRet .list ul {
  margin: -14px;
}
.newdet-page .newsRet .list ul li {
  padding: 14px;
}
.newdet-page .newsRet .list ul li .box {
  background: white;
  border: 1px solid #dcdcdc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newsRet .list ul li .box a.img-box {
  display: block;
}
.newdet-page .newsRet .list ul li .box a.img-box img {
  width: 100%;
  min-height: 180px;
  object-fit: contain;
  -o-object-fit: contain;
}
.newdet-page .newsRet .list ul li .box a.img-box:after {
  content: '';
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, rgba(2,67,136,.73)));
  /* 鍏煎Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, rgba(2,67,136,.73) 100%);
  /* firefox */
  background: -webkit-linear-gradient(left, transparent 0%, rgba(2,67,136,.73) 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(2,67,136,.73)));
  background: -webkit-linear-gradient(top, transparent, rgba(2,67,136,.73));
  background: -moz-linear-gradient(top, transparent, rgba(2,67,136,.73));
  background: linear-gradient(to bottom, transparent, rgba(2,67,136,.73));
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0, 52, 135,.73)',GradientType=0)";
  /* 鍏煎IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0, 52, 135,.73)', GradientType=0);
  /* 鍏煎IE5~IE9 */
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.newdet-page .newsRet .list ul li .box .content {
  padding: 20px;
}
.newdet-page .newsRet .list ul li .box .content h5 {
  font-size: 22px;
  color: #181818;
  white-space: nowrap;
  text-overflow: ellipsis;
      font-weight: 700;
  overflow: hidden;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newsRet .list ul li .box .content h5:after {
  content: '';
  width: 46px;
  background: var(--color);
  display: block;
  margin-top: 10px;
}
.newdet-page .newsRet .list ul li .box .content h5:hover {
  color: var(--color);
}
.newdet-page .newsRet .list ul li .box .content a.more {
  line-height: 30px;
  height: 30px;
  padding: 0 15px;
  background: var(--color); 
  font-size: 16px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*border-radius: 5px;*/
  display: inline-block;
  margin-top: 20px;
}
.newdet-page .newsRet .list ul li .box .content a.more:hover {
  background: #222;
}
.newdet-page .newsRet .list ul li .box:hover {
  -o-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
}
.newdet-page .newsRet .list ul li .box:hover a.img-box:after {
  opacity: 1;
}
.newdet-page .newsRet .btn {
  margin-top: 50px;
  text-align: center;
}
.newdet-page .newsRet .btn li {
  width: 13px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  background: #181818;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newsRet .btn li button {
  display: none;
}
.newdet-page .newsRet .btn li.slick-active {
  width: 28px;
  background: var(--color);
}
.contact-page .contact-1 {
    padding: 120px 0 80px;
}
.contact-page .contact-1 .left {
    width: 30%;
}
.contact-page .contact-1 .left .info {
    margin-top: 40px;
}
.contact-page .contact-1 .left .info ul li {
    margin-bottom: 20px;
    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;
}
.contact-page .contact-1 .left .info ul li span {
    background-image: -webkit-linear-gradient(0deg, var(--color) 0%, rgba(0, 51, 134,0.6) 100%);
    display: block;
    padding: 6px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    color: var(--color);
    border-radius: 100%;
    margin-right: 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.contact-page .contact-1 .left .info ul li span i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: white;
    height: 100%;
    width: 100%;
    border-radius: 100%;
}
.contact-page .contact-1 .left .info ul li h6 {
    font-size: 15px;
    color: #666;
}
.contact-page .contact-1 .left .info ul li h6 small {
    font-size: 1.33333333em;
    color: black;
    display: block;
}
.contact-page .contact-1 .right {
    width: 70%;
    padding-left: 4%;
}
.contact-page .contact-1 .right .form {
    padding: 60px;
    background: #edf2f5;
}
.contact-page .contact-1 .right .form ul {
    margin: -10px;
}
.contact-page .contact-1 .right .form ul li {
    padding: 10px;
}
.contact-page .contact-1 .right .form ul li input,
.contact-page .contact-1 .right .form ul li textarea {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    padding: 25px;
    outline: none;
    line-height: 19px;
    border: none;
    font-size: 14px;
    caret-color: var(--color);
}
.contact-page .contact-1 .right .form ul li input::-webkit-input-placeholder, .contact-page .contact-1 .right .form ul li textarea::-webkit-input-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input:-moz-placeholder, .contact-page .contact-1 .right .form ul li textarea:-moz-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input::-moz-placeholder, .contact-page .contact-1 .right .form ul li textarea::-moz-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input:-ms-input-placeholder, .contact-page .contact-1 .right .form ul li textarea:-ms-input-placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li input::placeholder,
.contact-page .contact-1 .right .form ul li textarea::placeholder {
    color: #999;
}
.contact-page .contact-1 .right .form ul li.wid-100 {
    width: 100%;
}
.contact-page .contact-1 .right .form ul li textarea {
    height: 180px;
}
.contact-page .contact-1 .right .form ul li a.more {
    width: 100%;
    text-align: center;
    background: var(--color);
    color: white; 
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0;
}
.contact-page .contact-3 {
    position: relative;
    z-index: 0;
}
.contact-page .contact-3 .button-group .button {
    background: var(--color);
}
.contact-page .contact-3 #mapContainer {
    -webkit-filter: grayscale(0.5);
    filter: grayscale(0.5);
}
.services-page .init-1 .top .cont p{
  margin-bottom: 1em;
}
.services-page .init-1 .top .cont p span{
  font-weight: bold;
}
.services-page .init-1 .bottom li {
  padding-top: 20px;
}
.services-page .init-1 .bottom .box {
  height: 420px;
  background: #eeeeee no-repeat right bottom;
  border-radius: 20px;
  padding: 40px 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.5s;
  z-index: 2;
  overflow: hidden;
}
.services-page .init-1 .bottom .box .mask{
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #264c9d url(../images/lg.png) no-repeat right bottom;
  transition: .5s;
}
.services-page .init-1 .bottom .box .tip {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.services-page .init-1 .bottom .box .tip .num .ty {
  color: #999999;
  opacity: 0.6;
  line-height: 1;
  margin-top: 5px;
  transition: 0.5s;
}
.services-page .init-1 .bottom .box .tip .icon {
  width: 60px;
  height: 60px;
  background-color: #264c9d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.services-page .init-1 .bottom .box .tip .icon img {
  filter: brightness(100);
}

.services-page .init-1 .bottom .box .text .t1 {
  transition: 0s;
}
.services-page .init-1 .bottom .box .text{
  transition: .5s;
}
.services-page .init-1 .bottom .box .text2{
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 50px;
  color: #ffffff;
  transform: translateY(100%);
  transition: .5s;
}
.services-page .init-1 .bottom .box .text2 .more {
  zoom: 0.8;
  font-size: 20px;
  transition: 0s;
}
.services-page .init-1 .bottom .box .text2 .cont {
  line-height: 1.8;
  transition: 0.5s;
  opacity: 0.6;
  color: #ffffff;
  height: 5.5em;
  overflow-y: auto;
  padding-right: 5px;
}
.services-page .init-1 .bottom .box:hover {
  color: #ffffff;
  transform: translateY(-20px);
}
.services-page .init-1 .bottom .box:hover .mask{
  height: 100%;
}
.services-page .init-1 .bottom .box:hover .tip .num .ty {
  color: #ffffff;
}
.services-page .init-1 .bottom .box:hover .tip .icon {
  background: #ffffff;
}
.services-page .init-1 .bottom .box:hover .tip .icon img {
  filter: none;
}
.services-page .init-1 .bottom .box:hover .text  {
 opacity: 0
}
.services-page .init-1 .bottom .box:hover .text2  {
 opacity: 1;
  transform: translateY(0);
}
.services-page .init-1 .tip .cont{
  max-width:930px;
  margin: 0 auto;
}
@media (max-width: 1450px) {
  #index-body .about .right .public-mod-header {
    margin-right: 0;
  }
  .product-page .product-box .product-list li a .content{
    width: 90%
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-nav{
        padding: 38px 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a{
    font-size: 16px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li p{
    font-size: 16px;
  }
  .news-page .slideBarleft .list ul li .content h3 {
    font-size: 28px;
  }
  .news-page .slideBarleft .list ul li .content .share dd {
    margin-right: 5px;
  }
  .news-page .slideBarleft .list ul li .content .share {
    margin-top: 20px;
  }
  .news-page .slideBarleft .list ul li .content span.tag {
    margin-bottom: 20px;
  }
  .news-page .slideBarleft .list ul li .content span.tag:before {
    width: 30px;
  }
  .inner-page .slideBarBox .slideBarright h3 {
    font-size: 20px;
  }
  .newdet-page .slideBarleft .newsContent h1 {
    font-size: 28px;
  }
  .newdet-page .newsRet h2 {
    font-size: 42px;
  }
  .newdet-page .newsRet .list ul li .box .content h5 {
    font-size: 18px;
  }
  .newdet-page .newsRet .btn {
    margin-top: 30px;
  }
  .newdet-page {
    padding: 55px 0 70px;
  }
  .contact-page .contact-1 {
        padding: 80px 0 40px;
    }
    .contact-page .contact-1 .left .info ul li span {
        width: 70px;
        height: 70px;
    }
    .contact-page .contact-1 .left .info ul li h6 {
        font-size: 13px;
    }
    .contact-page .contact-1 .left .info ul li h6 small {
        font-size: 1.2em;
    }
    .contact-page .contact-1 .right .form {
        padding: 30px;
    }
    .contact-page .contact-1 .right .form ul li {
        padding: 5px;
    }
    .contact-page .contact-1 .right .form ul {
        margin: -5px;
    }
    .contact-page .contact-1 .right .form ul li input,
    .contact-page .contact-1 .right .form ul li textarea {
        padding: 15px;
    }
}
@media (max-width: 1250px) {
  .about-page .about-2 .top {
    height: 400px;
    padding-top: 150px;
  }
  .about-page .about-2 .bottom .list ul {
    margin: -15px;
  }
  .about-page .about-2 .bottom .list ul li {
    padding: 15px;
  }
  .about-page .about-2 .bottom .list ul li .t1{
    font-size: 16px;
  }
  .about-2-0 .list .box .mask {
        padding:20% 10% 0;
    }
    .about-2-0 .list .box .mask hr {
        margin: 20px 0;
    }
    .about-2-0 .list .box {
        min-height: 300px;
    }
    .about-2-0 .list ul {
        margin: -15px;
    }
    .about-2-0 .list li {
        padding: 15px;
    }
    .about-page .about-3 .left ul li + li {
    margin-top: 15px;
  }
  .about-page .about-3 .left {
    padding-right: 30px;
  }
  .product-page .product-box {
    padding-left: 0;
    padding-top: 0;
  }
   .inner-page .sidebar-box .sidebar-left{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right {
      width: 100%;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 10px 15px;
  }
  .inner-page .slideBarBox .slideBarright form input {
    font-size: 14px;
  }
  .news-page .slideBarleft .list ul li .content .share dd{
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .news-page .slideBarleft .list ul li .content a.more {
    font-size: 16px;
    line-height: 36px;
    height: 36px;
  }
  .news-page .slideBarleft .list ul li .content div.tag {
    font-size: 14px;
  }
  .newdet-page .slideBarleft .newsContent h1,
  .news-page .slideBarleft .list ul li .content h3 {
    font-size: 24px;
  }
  .news-page .slideBarleft .list ul li .content span.tag {
    margin-bottom: 8px;
  }
  .newdet-page .slideBarleft .newsContent .share ul li {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
   .newdet-page .slideBarleft .newsContent h1 {
    font-size: 24px;
  }
  .news-page .slideBarleft .list ul li .content span.tag {
    margin-bottom: 8px;
  }
  .newdet-page .newsRet .list ul li .box .content {
    padding: 15px 10px;
  }
  .newdet-page .newsRet .list ul li .box .content a.more {
    margin-top: 10px;
  }
  #index-body .about .num-list li b{
    font-size: 36px;
  }
}
@media (max-width: 1000px) {
  #index-body .about .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 25px;
  }
  .about-2-0 .list .box .name{
    font-size: 18px;
  }
  .about-page .about-2 .top {
    height: 300px;
    padding-top: 100px;
  }
  .about-page .about-3 {
    padding: 60px 0;
  }
  .about-page .about-3 .left {
    width: 100%;
    padding: 15px;
    margin-bottom: 40px;
  }
  .about-page .about-3 .right {
    width: 100%;
  }
  .about-page .about-4 {
    padding: 60px 0;
  }
  .about-page .about-6 {
    padding: 60px 0;
  }
  .about-page .about-6 .left {
    width: 100%;
  }
  .about-page .about-6 .right {
    width: 100%;
  }
  .about-page .about-7 {
    padding: 60px 0;
  }
  .product-page .product-box .product-list li{
    width: 50%;
  }
  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .det-1 .grid-box .left {
    width: 100%;
  }
  .prodet-page .det-1 .grid-box .right {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .prodet-page .det-1 .grid-box .right .text .more {
    position: relative;
  }
  .applicaation-page ul li {
    margin-top: 20px;
  }
  .applicaation-page ul li .left {
    width: 100%;
  }
  .applicaation-page ul li .right {
    width: 100%;
    padding: 20px;
  }
  .applicaation-page ul li:nth-child(2n) .left {
    left: 0;
  }
  .applicaation-page ul li:nth-child(2n) .right {
    left: 0;
  }
  .industries-page1 .init-2 {
    padding-top: 40px;
  }
  .industries-page1 .init-2 .container .img {
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
  }
  .industries-page1 .init-2 .container .right {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .slideBarBox .slideBarleft {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .slideBarBox .slideBarright {
    display: none;
  }
  .newdet-page .newsRet h2 {
    font-size: 36px;
  }
  .contact-page .contact-1 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .contact-page .contact-1 .left {
        width: 100%;
        padding-right: 0;
    }
    .services-page .init-1 .bottom .box .text2 .cont{
    height: 7.2em;
  }
  #index-body .about .num-list li{
    width: 45%;
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  #index-body .about .container{
    background: none;
  }
  .about-page .about-2 .top {
    height: auto;
    padding: 100px 15px;
  }
   .about-page .about-4 .box ul {
    padding-left: 40px;
  }
  .about-page .about-4 .box ul li {
    padding-bottom: 30px;
  }
  .about-page .about-4 .box ul li .right,
  .about-page .about-4 .box ul li .left {
    width: 100%;
    left: 0 !important;
    text-align: left !important;
    padding: 0 !important;
  }
  .about-page .about-4 .box ul li i {
    left: -18px;
    top: 5px;
  }
  .about-page .about-4 .box ul:after {
    left: 22px;
    top: 5px;
  }
  .about-page .about-6 .right {
    padding: 50px;
  }
  .prodet-page .det-2 .tabs ul li {
    text-align: center;
  }
  .prodet-page .det-2 .tabs ul li a {
    display: block;
    font-size: 18px;
  }
  .prodet-page .det-3 .det-3-box ul li {
    padding: 0 5px;
  }
  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 14px;
    line-height: 28px;
  }
  .prodet-page .det-3 .title h3{
    font-size: 22px;
  }
  .news-page .slideBarleft .list ul li .img {
    width: 100%;
    padding-right: 0;
    padding-left: 0 !important;
    left: 0 !important;
  }
  .news-page .slideBarleft .list ul li .content {
    width: 100%;
    padding-left: 0;
    padding-right: 0 !important;
    padding-top: 30px;
    left: 0 !important;
  }
  .newdet-page .newsRet h2 {
    font-size: 28px;
  }
  .newdet-page .newsRet h2:after,
  .newdet-page .newsRet h2:before {
    display: none;
  }
}
@media (max-width: 500px) {
  #index-body .about .num-list li{
    width: 100%;
  }
   #index-body .about .about-left .title{
    width: 60px;
    border-radius: 20px 0px 0px 20px
  }
  #index-body .about .about-left .about-left-slick {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    margin-left: 60px;
  } 
  .about-page .about-6 .right {
    padding: 20px;
  }
  .about-page .about-7 .list .slick-arrow.slick-prev {
    left: 30px;
  }
  .about-page .about-7 .list .slick-arrow.slick-next {
    right: 30px;
  }
  .product-page .product-box .product-list li{
    width: 100%;
  }
  .applicaation-page ul li .right .des {
    margin-top: 16px;
  }
  .applicaation-page ul li .right .title .more7 {
    width: 50px;
    height: 50px;
  }
  .applicaation-page ul li .right .title {
    padding-right: 60px;
  }
  .applicaation-page ul li .right .title .more7 em {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .industries-page1 .init-2 .container .right .des {
    margin-top: 10px;
  }
  .industries-page1 .init-2 .container .right .listC {
    margin-top: 20px;
  }
  .industries-page1 .init-2 .container .right .listC ul li .box {
    padding: 10px 5px;
  }
  .newdet-page .newsRet h2 {
    font-size: 24px;
  }
  .newdet-page .newsRet {
    margin-top: 60px;
  }
  .newdet-page .newsRet .list {
    margin-top: 30px;
  }
}
.services-page .init-2 {
    color: white;
    padding: 107px 0 70px;
}
.services-page .init-2 .left {
    position: sticky;
    top: 170px;
    width: 45%;
}
.services-page .init-2 .left p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
}
.services-page .init-2 .left .i-title {
    line-height: 1.2;
}

.services-page .init-2 .right {
    width: 50%;
}
.services-page .init-2 .right ul li {
    padding-left: 140px;
    position: relative;
    padding-bottom: 50px;
}
.services-page .init-2 .right ul li .icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #ffffff;
    text-align: center;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: 0;
}
.services-page .init-2 .right ul li .icon img {
    vertical-align: middle;
}
.services-page .init-2 .right ul li::after {
    content: "";
    position: absolute;
    left:38px;
    top: 87px;
    width: 1px;
    height: calc(100% - 97px);
    background: rgba(255, 255, 255, 0.3);
}
.services-page .init-2 .right ul li:last-child::after{
    display: none;
}
.services-page .init-2 .right ul li:last-child .icon::after {
    content: none;
}
.services-page .init-2 .right ul li h4 {
    font-size: 30px;
    font-weight: bold;
}
.services-page .init-2 .right ul li .des {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 14px;
}
.services-page .init-2 .right ul li .des .item{
  display: flex;
}
.services-page .init-2 .right ul li .des .item .txt{
  flex: 1;
  margin-left: 10px;
}
@media (max-width: 1250px) {
   .services-page .init-2 .right ul li {
        padding-left: 105px;
        padding-bottom: 40px;
    }

    .services-page .init-2 .right ul li .icon:after {
        height: 225%;
    }
    .services-page .init-2 .right ul li h4{
      font-size: 24px;
    }
}
@media (max-width: 1000px) {
   .services-page .init-2 .left {
        position: relative;
        width: 100%;
        top: 0;
    }
.services-page .init-2 .right ul li h4{
      font-size: 20px;
    }
    .services-page .init-2 .right {
        width: 100%;
        margin-top: 20px;
    }
}
@media (max-width: 700px) {
  .services-page .init-2 .right {
        padding-left: 0;
       
    }
    .services-page .init-2 .left {
        width: 100%;
        margin-bottom: 50px;
    }
}
@media (max-width: 500px) {
    .services-page .init-2 .right ul li {
        padding-left: 0;
    }
    .services-page .init-2 .right ul li .icon {
        position: relative;
        margin-bottom: 12px;
    }
    .services-page .init-2 .right ul li .icon::after {
        content: none;
    }
    .services-page .init-2 .right ul li::after{
        display: none;
    }  
}
#mobile2{
  background: #fff;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.4);
}
.oxy-nav-menu-hamburger-line{
  background: var(--color);
}
.oxy-nav-menu .mb2-search input[type='submit']{
  background-image: url(../images/icon-search-white.png);
}
.page-header02{
  background: #fff;
}
.page-header02 .menu-btn{
  background: var(--color);
  color: #fff;
}