@font-face {
  font-family: 'Barlow';
  src: url('../fonts/BarlowCondensed-Medium.eot');
  src: url('../fonts/BarlowCondensed-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/BarlowCondensed-Medium.woff2') format('woff2'), url('../fonts/BarlowCondensed-Medium.woff') format('woff'), url('../fonts/BarlowCondensed-Medium.ttf') format('truetype');
  font-display: swap;
}
body {
  --color: #e40113;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Microsoft YaHei';
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1660px;
  margin: 0 auto;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e40113;
  color: #fff;
  border-radius: 25px;
  font-size: 18px;
  padding: 14px 2.6em 12px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more i {
  margin-left: .83em;
}
.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%;
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .right {
  margin: 0 0 0 auto;
}
#header .nav .right .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#header .nav .menu-box {
  margin: 0 auto 0;
}
#header .nav .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .menu-box ul.menu > li {
  margin-right: 2.91em;
  -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;
  position: relative;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 16px;
  background: #fff;
  top: 100%;
  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:first-child {
  display: none;
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .h-search {
  cursor: pointer;
  padding-right: 20px;
  border-right: 1px solid #fff;
}
#header .nav .yuy span {
  border: 1px solid #fff;
  border-radius: 14px;
  padding: 0 13px 0 17px;
}
#header .nav .yuy ul {
  top: 100%;
  left: initial;
  right: 0;
  z-index: 100;
}
#header .nav .logo img{
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
#header.active {
  top: -20px;
  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);
}
#header.active .nav {
  padding: 10px 0 22px;
}
#header.active .nav .logo {
  width: 8%;
  padding-top: 20px;
}
#header.active .nav .logo img{
 -webkit-filter: none;  
 filter: none;
}
#header.active .nav .menu-box ul.menu > li{
  color: #000;
}
#header.active .nav .menu-box ul.menu > li:hover,
#header.active .nav .menu-box ul.menu > li.active{
  color: var(--color);
}
#header.active .nav .yuy span {
  border-color: #000;
  color: #000;
}
#header.active .nav .h-search{
  border-color: #000;
}
#header.active .nav .h-search img{
  -webkit-filter: brightness(0);  
  filter: brightness(0);
}
#header.active .nav .top {
  opacity: 0;
  padding: 0;
  border-color: rgba(255, 255, 255, 0);
}
#header.active .nav .bottom {
  padding-top: 0;
}
.text-color {
  color: var(--color);
}
@-webkit-keyframes down {
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@-moz-keyframes down {
  50% {
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@keyframes down {
  50% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}
#banner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
#banner ul li {
  position: relative;
  overflow: hidden;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding-bottom: 6.823%;
}
#banner ul li .text .box {
  max-width: 682px;
}
#banner ul li .text .title {
  line-height: 1.2;
}
#banner ul li .text .more::after {
  background: #fff;
}
#banner ul li .text .more:hover {
  color: #e40113;
}
#banner ul li .text .title,
#banner ul li .text .con,
#banner ul li .text .btn {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -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: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}
#banner ul .swiper-slide-active .text .con {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s;
}
#banner .swiper-button-prev,
#banner .swiper-button-next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  top: initial;
  bottom: 5.33333333vw;
  opacity: .6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .swiper-button-prev:hover,
#banner .swiper-button-next:hover {
  opacity: 1;
}
#banner .swiper-button-prev {
  background: url(../images/prev.png) no-repeat center;
  left: initial;
  right: 11.51041667vw;
}
#banner .swiper-button-next {
  background: url(../images/next.png) no-repeat center;
  right: 7.39583333vw;
}
#banner .swiper-pagination {
  bottom: 2.34375vw;
  padding-left: 9.4271%;
  text-align: left;
}
#banner .swiper-pagination span {
  width: 69px;
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 17px;
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #d60d0d;
}
#banner .mouse {
  bottom: 39px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
}
#banner .mouse span {
  display: block;
  -webkit-animation: down 6s linear infinite;
  -moz-animation: down 6s linear infinite;
  animation: down 6s linear infinite;
}
.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;
}
.i-title {
  font-size: 60px;
  line-height: 1.45;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
.i-title::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 38px;
  font-size: 2.67em;
  font-weight: normal;
  line-height: 1;
  font-family: 'Barlow';
  color: #010101;
  opacity: 0.1;
  text-transform: uppercase;
}
.desc {
  font-size: 18px;
  line-height: 1.6;
}
.dots {
  text-align: center;
}
.dots ul {
  margin: 0 !important;
}
.dots li {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(4, 16, 32, 0.2);
  padding: 0 !important;
  margin: 0 20px;
  cursor: pointer;
}
.dots li button {
  display: none;
}
.dots li.slick-active {
  background: var(--color);
}
#index-body {
  background: #fff;
  position: relative;
  z-index: 3;
}
#index-body .i-about {
  padding: 8.021% 0 7.8646%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#index-body .i-about .left .tag {
  letter-spacing: 7px;
}
#index-body .i-about .left .more {
  background: transparent;
  border: 1px solid #e40113;
  border-radius: 30px;
  color: #000;
}
#index-body .i-about .left .more::after {
  background: #e40113;
}
#index-body .i-about .left .more:hover {
  color: #fff;
}
#index-body .i-about .left .play i {
  font-size: 24px;
}
#index-body .i-about .left .play span {
  font-size: 18px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-about .left .play span::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-about .left .play:hover {
  color: var(--color);
}
#index-body .i-about .left .play:hover span {
  color: rgba(228, 1, 19, 0.6);
}
#index-body .i-about .left .play:hover span::after {
  width: 100%;
}
#index-body .i-about .right {
  margin-right: -66px;
}
#index-body .i-about ul li .num {
  font-family: 'Barlow';
}
#index-body .i-about ul li .text {
  opacity: 0.7;
  padding-top: 6px;
}
#index-body .i-advantage ul {
  margin: -4.5px;
}
#index-body .i-advantage ul .slick-slide {
  height: auto;
}
#index-body .i-advantage ul .slick-slide > div {
  height: 100%;
}
#index-body .i-advantage ul li {
  padding: 4.5px;
  height: 100%;
}
#index-body .i-advantage ul li .ig {
  height: 100%;
  text-align: center;
}
#index-body .i-advantage ul li .ig .icon {
  display: block;
  line-height: 69px;
  display: flex;
  justify-content: center;
}
#index-body .i-advantage ul li .ig .icon img {
  vertical-align: middle;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .i-advantage ul li .ig .title {
  line-height: 1.25;
}
#index-body .i-advantage ul li .ig .con {
  line-height: 1.8;
}
#index-body .i-advantage ul li .ig .tz {
  display: inline-block;
  opacity: 0;
}
#index-body .i-advantage ul li .ig:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(25, 25, 25, 0.2);
  box-shadow: 0px 0px 9px 0px rgba(25, 25, 25, 0.2);
}
#index-body .i-advantage ul li .ig:hover .icon img {
  -webkit-filter: none;
  filter: none;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}
#index-body .i-advantage ul li .ig:hover .tz {
  opacity: 1;
}
#index-body .i-solution {
  padding-top: 6.9792%;
}
#index-body .i-solution .i-title::after {
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .i-solution .content {
  z-index: 1;
}
#index-body .i-solution .content .top ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
#index-body .i-solution .content .top ul li .box {
  position: relative;
  overflow: hidden;
}
#index-body .i-solution .content .top ul li .box .img {
  height: 851px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
#index-body .i-solution .content .top ul li .box .text {
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding-top: 3.4375%;
  z-index: 1;
}
#index-body .i-solution .content .top ul li .box .text .item {
  max-width: 560px;
}
#index-body .i-solution .content .top ul li .box .text .item .num {
  font-size: 9.11458333vw;
  line-height: .85;
  font-family: 'Barlow';
  color: rgba(255, 255, 255, 0.5);
}
#index-body .i-solution .content .top ul li .box .text .item .title {
  line-height: 1.2;
}
#index-body .i-solution .content .top ul li .box .text .item .title::after {
  content: '';
  display: block;
  width: 98px;
  height: 1px;
  background: #fff;
  margin-top: 10px;
}
#index-body .i-solution .content .top ul li .box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#index-body .i-solution .content .top ul li:first-child {
  position: relative;
}
#index-body .i-solution .content .top ul li.active {
  opacity: 1;
}
#index-body .i-solution .content .top ul li.active .box .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .i-solution .content .bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(2, 49, 72, 0.6);
  color: #fff;
}
#index-body .i-solution .content .bottom ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-solution .content .bottom ul li i {
  display: block;
  line-height: 57px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-solution .content .bottom ul li.active {
  background-color: #d00707;
}
#index-body .i-solution .content .bottom ul li.active i {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .i-product {
  padding: 5.89% 0 4.84375%;
}
#index-body .i-product .i-title::after {
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .i-product .tab ul {
  margin: -25px;
}
#index-body .i-product .tab ul li {
  padding: 25px;
}
#index-body .i-product .tab ul li a {
  width: 213px;
  height: 60px;
  border-radius: 30px;
  border: solid 1px #d5d5d5;
  font-size: 18px;
}
#index-body .i-product .tab ul li a:hover,
#index-body .i-product .tab ul li a.active {
  background-color: #dedede;
  border-color: #dedede;
}
#index-body .i-product .content ul {
  margin: -18.5px;
}
#index-body .i-product .content ul li {
  padding: 18.5px;
}
#index-body .i-product .content ul li .ig {
  border: solid 1px #dedede;
}
#index-body .i-product .content ul li .ig i {
  position: absolute;
  z-index: 1;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
}
#index-body .i-product .content ul li .ig i.i1 {
  width: 2px;
  top: 0;
  left: 0;
}
#index-body .i-product .content ul li .ig i.i2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
#index-body .i-product .content ul li .ig i.i3 {
  height: 2px;
  top: 0;
  right: 0;
}
#index-body .i-product .content ul li .ig i.i4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
#index-body .i-product .content ul li .ig .img-box img {
  box-reflect: below -116px -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-box-reflect: below -116px -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}
#index-body .i-product .content ul li .ig:hover {
  -webkit-box-shadow: 0px 0px 9px 0px rgba(25, 25, 25, 0.2);
  box-shadow: 0px 0px 9px 0px rgba(25, 25, 25, 0.2);
}
#index-body .i-product .content ul li .ig:hover i.i1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
#index-body .i-product .content ul li .ig:hover i.i2 {
  height: 100%;
  top: 0;
}
#index-body .i-product .content ul li .ig:hover i.i3 {
  width: 100%;
  left: 0;
}
#index-body .i-product .content ul li .ig:hover i.i4 {
  width: 100%;
  right: 0;
  left: auto;
}
#index-body .i-tech {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#index-body .i-tech .i-title::after {
  bottom: 1px;
  white-space: nowrap;
}
#index-body .i-tech .left .img {
  width: 94%;
  position: relative;
}
#index-body .i-tech .left .img .slickBtn {
  position: absolute;
  bottom: 29px;
  right: 32px;
  z-index: 1;
}
#index-body .i-tech .left .img .slickBtn div {
  width: 2.05em;
  height: 2.05em;
  background: transparent;
  border: 0;
  opacity: .7;
}
#index-body .i-tech .left .img .slickBtn div.next {
  margin-left: .8em;
}
#index-body .i-tech .left .img .slickBtn div:hover {
  opacity: 1;
}
#index-body .i-tech .right .top ul {
  margin: -24.5px 0;
}
#index-body .i-tech .right .top ul li {
  padding: 24.5px 0;
}
#index-body .i-tech .right .top ul li i {
  width: 45px;
  text-align: center;
}
#index-body .i-tech .right .top ul li i img {
  vertical-align: middle;
}
#index-body .i-tech .right .top ul li .num em {
  font-family: 'Barlow';
  line-height: 1;
  color: var(--color);
}
#index-body .i-tech .right .top ul li .num sub {
  font-family: 'Barlow';
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  color: var(--color);
}
#index-body .i-tech .right .top ul li .num sup {
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
}
#index-body .i-tech .right .top ul li:nth-child(odd) i img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .i-tech .right .top ul li:nth-child(even) {
  padding-left: 5.6%;
  color: #fff;
}
#index-body .i-tech .right .top ul li:nth-child(even) .num em {
  color: #fff;
}
#index-body .i-tech .right .top ul li:nth-child(even) .num sub {
  color: #fff;
}
#index-body .i-tech .right .bottom ul li .img-box {
  padding-bottom: 78px;
}
#index-body .i-tech .right .bottom ul li .img-box img {
  box-reflect: below -136px -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-box-reflect: below -136px -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
}
#index-body .i-project {
  padding: 6.3021% 0 33px;
}
#index-body .i-project .i-title::after {
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .i-project .desc {
  color: rgba(0, 0, 0, 0.5);
}
#index-body .i-project ul li .img-box .text {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(209, 11, 11, 0.7);
  color: #fff;
  -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-project ul li .img-box .text .con {
  line-height: 1.8;
  max-height: 115px;
  overflow-y: auto;
}
#index-body .i-project ul li .img-box .text .tz {
  display: inline-block;
}
#index-body .i-project ul li .img-box .text .tz img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
#index-body .i-project ul li .img-box:hover .text {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#index-body .i-project ul li .title {
  font-size: 18px;
}
#index-body .i-project .slickBtn div {
  width: 2.05em;
  height: 2.05em;
  background: transparent;
  border: 0;
}
#index-body .i-project .slickBtn div img {
  -webkit-filter: brightness(0) opacity(0.5);
  filter: brightness(0) opacity(0.5);
}
#index-body .i-project .slickBtn div:hover img {
  -webkit-filter: brightness(0) opacity(1);
  filter: brightness(0) opacity(1);
}
#index-body .i-partner {
  background-position: center;
  background-repeat: no-repeat;
}
#index-body .i-partner .img-box {
  overflow: unset;
}
#index-body .i-news .i-title::after {
  bottom: 2px;
}
#index-body .i-news .top ul li .ig {
  min-height: 280px;
}
#index-body .i-news .top ul li .ig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-news .top ul li .ig .text {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 95px;
  background: rgba(229, 229, 229, 0.75);
}
#index-body .i-news .top ul li .ig .item {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -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-news .top ul li .ig .item .time {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#index-body .i-news .top ul li .ig .item .time img {
  width: auto;
  height: auto;
}
#index-body .i-news .top ul li .ig .item .time p {
  line-height: 1;
}
#index-body .i-news .top ul li .ig .item .time p em {
  font-size: 2.67em;
  font-weight: bold;
}
#index-body .i-news .top ul li .ig .item .title {
  width: 100%;
  line-height: 1.25;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .top ul li .ig .item .title:hover {
  color: var(--color);
}
#index-body .i-news .top ul li .ig .item .desc {
  opacity: .75;
  width: 100%;
}
#index-body .i-news .top ul li .ig i {
  position: absolute;
  z-index: 1;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
}
#index-body .i-news .top ul li .ig i.i1 {
  width: 2px;
  top: 0;
  left: 0;
}
#index-body .i-news .top ul li .ig i.i2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
#index-body .i-news .top ul li .ig i.i3 {
  height: 2px;
  top: 0;
  right: 0;
}
#index-body .i-news .top ul li .ig i.i4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
#index-body .i-news .top ul li .ig:hover .item {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#index-body .i-news .top ul li .ig:hover i.i1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
#index-body .i-news .top ul li .ig:hover i.i2 {
  height: 100%;
  top: 0;
}
#index-body .i-news .top ul li .ig:hover i.i3 {
  width: 100%;
  left: 0;
}
#index-body .i-news .top ul li .ig:hover i.i4 {
  width: 100%;
  right: 0;
  left: auto;
}
#index-body .i-news .bottom ul li .ig {
  height: 321px;
  background-color: #f5f5f5;
  z-index: 1;
}
#index-body .i-news .bottom ul li .ig time {
  line-height: 1;
}
#index-body .i-news .bottom ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  -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-news .bottom ul li .ig:hover {
  color: #fff;
}
#index-body .i-news .bottom ul li .ig:hover time img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .i-news .bottom ul li .ig:hover::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#index-body .i-init {
  color: #fff;
  position: relative;
  z-index: 1;
  background-size: 100% 100%;
}
#index-body .i-init p {
  letter-spacing: 1px;
}
#index-body .i-init .more {
  border: solid 1px #d5d5d5;
  padding: 14px 2.98em 12px;
}
#index-body .i-init::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.yuy ul li a:hover {
  background: rgba(228, 1, 19, 0.5);
}
.fw-500 {
  font-weight: 500;
}
#footer {
  background: url(../images/f-bg.jpg) no-repeat center top;
  color: #fff;
  position: relative;
  z-index: 1;
  background-size: cover;
}
#footer .f-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .f-header .left p {
  letter-spacing: 1px;
  line-height: 1;
}
#footer .f-header .yuy span {
  border-radius: 23px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .f-header .yuy ul {
  left: initial;
  right: 0;
}
#footer .f-content .left ul li i {
  width: 32px;
}
#footer .f-content .left ul li p.font-36 {
  line-height: 1.4;
}
#footer .f-content .left #ewm {
  width: 125px;
  border: 7px solid #fff;
  border-radius: 5px;
}
#footer .f-content .right ul li a {
  font-size: 16px;
  font-weight: 300;
  opacity: .75;
  line-height: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .right ul li a:hover {
  opacity: 1;
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  color: #fff;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer svg {
  max-height: 26px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  fill: #fff;
}
@media (max-width: 1700px) {
  #index-body .i-about .right {
    margin-right: 0;
  }
  .i-title::after {
    font-size: 2.3em;
  }
  #index-body .i-solution .content .top ul li .box .img {
    height: 760px;
  }
}
@media (max-width: 1450px) {
  #header .nav .menu-box ul.menu > li {
    font-size: 16px;
  }
  #banner .swiper-button-next {
    right: 6.5vw;
  }
  .font-85 {
    font-size: 46px;
  }
  #banner .mouse{
    zoom: .6;
  }
  #index-body .i-about{
    background-size: 74% 100%;
  }
  #index-body .i-solution .content .bottom ul li p {
    font-size: 16px;
  }
  #index-body .i-tech .left{
    padding-top: 78px;
  }
  #index-body .i-product .tab ul {
    margin: -12px;
  }
  #index-body .i-product .tab ul li {
    padding: 12px;
  }
  .font-18 {
    font-size: 18px;
  }
  .font-60 {
     font-size: 36px;
  }
  .i-title{
    font-size: 40px;
  }
  .fixed-toolbar {
    right: 10px;
  }
}
@media (max-width: 1250px) {
  #banner .swiper-button-next {
    right: 5.6vw;
  }
  #index-body .i-about .left {
    width: 50%;
  }
  #index-body .i-solution .content .top ul li .box .img {
    height: 700px;
  }
  #index-body .i-solution .content .bottom {
    zoom: .8;
  }
  #index-body .i-product .tab ul li a {
    width: 167px;
  }
  #index-body .i-news .bottom ul li .ig {
    height: 260px;
  }
  #footer .f-content .left {
    width: 40%;
  }
  #footer .f-content .right {
    width: 60%;
  }
  .font-85 {
    font-size: 50px;
  }
   #index-body .i-about {
    background-size: 64% 100%;
  }
      #index-body .i-about {
        background-size: 64% 100%;
    }
}
@media (max-width: 1000px) {
  .font-36 {
    font-size: 30px;
  }
  .font-24 {
    font-size: 18px;
  }
  .more {
    font-size: 16px;
    padding: 12px 20px 10px;
  }
  #banner {
    position: relative;
  }
  #banner ul li .text .title {
    font-size: 40px;
  }
  #banner .mouse {
    display: none;
  }
  #banner .swiper-pagination {
    padding-left: 1%;
  }
  #banner .swiper-button-next {
    right: 2.6vw;
  }
  .i-title {
    font-size: 36px;
  }
  #index-body .i-about {
    background: #fff !important;
  }
  #index-body .i-about .right {
    margin-top: 20px;
  }
  #index-body .i-about .right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-about .right ul li {
    width: 50%;
  }
  #index-body .i-about .right ul li .num em {
    font-size: 50px;
  }
  .onestop-page .onestop-2 .content .bottom ul li {
    width: 20%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #index-body .i-product .tab ul li a {
    font-size: 16px;
    height: 40px;
  }
  #index-body .i-product .content ul {
    margin: -9px;
  }
  #index-body .i-product .content ul li {
    padding: 9px;
  }
  #index-body .i-tech {
    background-attachment: initial;
    background-position-y: top !important;
    background-size: cover;
  }
  #index-body .i-tech .left {
    width: 100%;
  }
  #index-body .i-tech .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-tech .right .top ul li:nth-child(even) {
    color: #000;
  }
  #index-body .i-tech .right .top ul li:nth-child(even) i img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }
  #index-body .i-tech .right .top ul li:nth-child(even) .num em {
    color: var(--color);
  }
  #index-body .i-tech .right .top ul li:nth-child(even) .num sub {
    color: var(--color);
  }
  #footer .f-content .left {
    width: 100%;
  }
  #footer .f-content .right {
    display: none;
  }
  #index-body .i-advantage ul li .ig{
      padding: 12px;
  }
}
@media (max-width: 700px) {
  .more {
    font-size: 14px;
    padding: 10px 20px 8px;
  }
  #banner ul li .text .title {
    font-size: 30px;
  }
  #banner ul li .text .con {
    font-size: 16px;
  }
  #banner .swiper-pagination span {
    width: 36px;
    height: 4px;
    margin: 0 8px;
  }
  #banner .swiper-button-prev,
  #banner .swiper-button-next {
    display: none;
  }
  .i-title {
    font-size: 30px;
  }
  .i-title::after {
    bottom: 2px;
  }
  .desc {
    font-size: 16px;
    line-height: 1.8;
  }
  .font-60 {
        font-size: 26px;
    }
  .font-18 {
    font-size: 16px;
  }
  .dots li {
    width: 12px;
    height: 12px;
    margin: 0 10px;
  }
  #index-body .i-about .i-title::after {
    bottom: 26px;
  }
  #index-body .i-about .left .play span {
    font-size: 16px;
  }
  #index-body .i-about .right ul li .num em {
    font-size: 40px;
  }
  #index-body .i-solution .content .top ul li .box .img {
    height: 600px;
  }
  #index-body .i-solution .content .bottom ul li {
    width: 25%;
  }
  #index-body .i-product .tab {
    display: none;
  }
  #index-body .i-tech .left .img {
    width: 100%;
  }
  #index-body .i-tech .right .top ul li .desc {
    width: 100%;
    padding-left: 0;
  }
  #index-body .i-news .header .left {
    width: 100%;
  }
  #index-body .i-news .header .more {
    margin-top: 20px;
  }
  #index-body .i-news .bottom ul li .ig {
    height: 220px;
  }
  #footer .f-header .yuy {
    display: none;
  }
  #footer .f-copy {
    display: block;
  }
  #footer .f-copy p {
    display: inline;
  }
  .onestop-page .onestop-2 .content .top ul li .box .text .item{
      padding-left: 0;
  }
}
@media (max-width: 500px) {
  .more {
    font-size: 14px;
    padding: 8px 20px 6px;
  }
  .i-title {
    font-size: 30px;
  }
  #banner ul li .text .title {
    font-size: 20px;
  }
  #banner ul li .text .con {
    display: none;
  }
  #index-body .i-about .left .play {
    margin-left: 16px;
  }
  #index-body .i-about .right ul li {
    width: 100%;
  }
  #index-body .i-tech .i-title::after {
    font-size: 2em;
  }
  .font-36 {
    font-size: 24px;
  }
  #footer .f-header .left .f-logo {
    width: 39%;
  }
  #footer .f-header .left p {
    padding-left: 0;
    font-size: 16px;
  }
  #footer .f-content .left .f-code {
    display: none;
  }
  #index-body .i-tech .right .top ul li:nth-child(even){
      padding-left: 0;
  }
}
.inner-banner {
    height:500px;
    background-position: center top;
    background-attachment: fixed;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1;
}
.inner-banner h2.tit {
    font-size: 60px;
    color: #fff;
    position: absolute;
    left: 8%;
    top: 70%;
    text-align: left;
    max-width: 1000px;
}
.inner-banner h2.tit::after {
    position: absolute;
    content: "";
    width: 108px;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}
.product-banner.inner-banner {
    height: 500px;
    padding-bottom: 120px;
}
.product-banner.inner-banner h2 {
    text-align: left;
}
.product-banner.inner-banner h2::after {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.inner-page{
    background: #f7f7f8;
}
.inner-page .mbx-box {
    padding: 30px 0 30px;
}
.inner-page .mbx {
    font-size: 14px;
    line-height: 28px;
    color: transparent;
    padding-left: 35px;
    position: relative;
}
.inner-page .mbx::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    border-bottom: 1px solid #000;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inner-page .mbx a {
    color: #000;
    padding: 0 16px 0 12px;
    border-right: 1px solid rgba(0, 0, 0, 0.6);
}
.inner-page .mbx a:first-child {
    padding-left: 0;
}
.inner-page .mbx span {
    color: #000;
    padding-left: 12px;
}
.inner-page .sidebar-box {
    max-width: 1620px;
    margin: 0 auto;
    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;
}
.inner-page .sidebar-box .sidebar-left {
    width: 69%;
}
.inner-page .sidebar-box .sidebar-right {
    width: 31%;
    padding-left: 60px;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav {
    padding: 28px 50px 40px;
    background: var(--color);
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav h3 {
    font-size: 24px;
    line-height: 44px;
    color: #ffffff;
    position: relative;
    padding-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav h3::after {
    position: absolute;
    content: "";
    width: 68px;
    height: 2px;
    border-bottom: 1px solid #fff;
    left: 0;
    bottom: 0;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul {
    margin-top: 25px;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 22px;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li:last-child {
    margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a {
    display: inline-block;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a:hover {
    color: #fff;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a:hover::after {
    width: 100%;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    border-bottom: 1px solid var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    left: 0;
    bottom: -3px;
}
.inner-page .sidebar-box .sidebar-right .like-list {
    margin-top: 36px;
    padding: 20px 15px;
    background: #fff;
}
.inner-page .sidebar-box .sidebar-right .like-list h4 {
    font-size: 16px;
    line-height: 30px;
    color: #141414;
    font-weight: bold;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.inner-page .sidebar-box .sidebar-right .like-list ul {
    margin-top: 15px;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li {
    padding-left: 21px;
    position: relative;
    margin-bottom: 25px;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 1px;
    background: #000;
    left: 0;
    top: 13px;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li h5 {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li h5:hover {
    color: var(--color);
}
.inner-page .sidebar-box .sidebar-right .like-list ul li p {
    font-size: 14px;
    line-height: 2;
    color: rgba(20, 20, 20, 0.5);
    margin-top: 12px;
}
.inner-page .about-link {
    padding: 70px 0;
    background: var(--color);
}
.inner-page .about-link .a-box {
    max-width: 1620px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 0;
}
.inner-page .about-link .a-box h3 {
    font-size: 24px;
    line-height: 44px;
    color: #ffffff;
    font-weight: bold;
}
.inner-page .about-link .a-box a {
    padding: 15px 80px 15px 40px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #fff;
}
.inner-page .about-link .a-box a:hover {
    color: var(--color);
    background: #fff;
}
.inner-page .about-link .a-box a:hover:after {
    background: #fff;
}
.inner-page .m-page {
    text-align: center;
    margin-top: 50px;
}
.inner-page .m-page span,
.inner-page .m-page a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    color: var(--color);
    border: 1px solid rgba(0, 0, 0, 0.4);
    margin-right: 10px;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .m-page span:hover,
.inner-page .m-page a:hover {
    color: #fff;
    background: #000;
}
.inner-page .m-page .current {
    color: #fff;
    background: var(--color);
}
.contact-page {
    background: url(../images/contact-banner.jpg) no-repeat center top;
    padding-top: 200px;
    background-size: 100%;
}
.contact-page h2.tit {
    font-size: 42px;
    line-height: 1;
    color: #fff;
    position: relative;
    text-align: center;
    padding-bottom: 23px;
}
.contact-page h2.tit::after {
    position: absolute;
    content: "";
    width: 108px;
    height: 1px;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}
.contact-page .contact-1 {
    margin-top: 100px;
}
.contact-page .contact-1 .contact-box {
    max-width: 1512px;
    border-radius: 10px;
    background: #fff;
    padding: 63px 135px 60px;
    margin: 0 auto;
}
.contact-page .contact-1 .contact-box .contact-content {
    margin-top: 78px;
    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;
}
.contact-page .contact-1 .contact-box .contact-content p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}
.contact-page .contact-1 .contact-box .contact-content .left {
    width: 50%;
    padding-right: 42px;
}
.contact-page .contact-1 .contact-box .contact-content .left h2 {
    font-size: 54px;
    line-height: 1.2;
    color: var(--color);
    font-weight: bold;
    margin-bottom: 40px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul {
    margin-top: 80px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li {
    margin-bottom: 45px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li:last-child {
    margin-bottom: 0;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li h5 {
    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;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li h5 img {
    margin-right: 15px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li h4 {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li h4.h4 {
    margin-bottom: 12px;
}
.contact-page .contact-1 .contact-box .contact-content .right {
    width: 50%;
    padding-left: 42px;
}
.contact-page .contact-1 .contact-box .contact-content .right p.p {
    margin-top: 35px;
}
.contact-page .contact-1 .contact-box .contact-content .right form {
    margin-top: 40px;
}
.contact-page .contact-1 .contact-box .contact-content .right form p {
    line-height: 1;
    margin-bottom: 15px;
}
.contact-page .contact-1 .contact-box .contact-content .right form input[type="text"],
.contact-page .contact-1 .contact-box .contact-content .right form textarea {
    width: 100%;
    height: 43px;
    background: #e8e8e8;
    border: none;
    padding: 0 10px;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin-bottom: 22px;
}
.contact-page .contact-1 .contact-box .contact-content .right form textarea {
    height: 140px;
    padding: 10px;
    margin-bottom: 52px;
}
.contact-page .contact-1 .contact-box .contact-content .right form input[type="submit"] {
    padding: 18px 56px 18px 95px;
    border: none;
    background: url(../images/submit.png) no-repeat left 40px center var(--color);
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.contact-page .contact-1 .contact-box .contact-content .right form input[type="submit"]:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: url(../images/submit.png) no-repeat left 40px center #333;
}
.news-page .news-list {
    padding-bottom: 90px;
}
.news-page .news-list ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    background: #fff;
    padding: 20px 15px;
}
.news-page .news-list ul li .left {
    width: 30%;
}
.news-page .news-list ul li .left a {
    display: block;
    overflow: hidden;
}
.news-page .news-list ul li .left a img {
    width: 100%;
}
.news-page .news-list ul li .right {
    width: 70%;
    padding-left: 60px;
}
.news-page .news-list ul li .right span {
    font-size: 14px;
    line-height: 28px;
    color: rgba(20, 20, 20, 0.5);
}
.news-page .news-list ul li .right h4 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin: 10px 0;
}
.news-page .news-list ul li .right h4:hover {
    color: var(--color);
}
.news-page .news-list ul li .right p {
    font-size: 16px;
    line-height: 30px;
    color: #303030;
    max-height: 150px;
    overflow-y: auto;
}
.news-page .news-list ul li .right .more {
    display: inline-block;
    padding: 8px 32px;
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .news-content {
    padding-bottom: 135px;
}
.newdet-page .news-content .title {
    padding: 15px 0 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.newdet-page .news-content .title span {
    font-size: 14px;
    line-height: 2;
    color: rgba(20, 20, 20, 0.5);
}
.newdet-page .news-content .title h1 {
    font-size: 30px;
    line-height: 1.4;
    color: #000000;
    font-weight: bold;
    margin-top: 20px;
}
.newdet-page .news-content .content {
    padding: 45px 0 200px;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 2;
    color: #303030;
}
.newdet-page .news-content .m-link h3 {
    font-size: 24px;
    line-height: 1;
    color: #1f1f1f;
    font-weight: bold;
    position: relative;
    margin-bottom: 25px;
}
.newdet-page .news-content .m-link h3::after {
    position: absolute;
    content: "";
    width: 80%;
    height: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.newdet-page .news-content .m-link .next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding-right: 15px;
}
.newdet-page .news-content .m-link .next .left {
    width: 42.5%;
}
.newdet-page .news-content .m-link .next .left a {
    display: block;
    overflow: hidden;
}
.newdet-page .news-content .m-link .next .left a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.newdet-page .news-content .m-link .next .left a img {
    width: 100%;
}
.newdet-page .news-content .m-link .next .right {
    width: 57.5%;
    padding-left: 26px;
}
.newdet-page .news-content .m-link .next .right span {
    font-size: 14px;
    line-height: 1;
    color: rgba(20, 20, 20, 0.5);
}
.newdet-page .news-content .m-link .next .right h4 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 0 20px;
}
.newdet-page .news-content .m-link .next .right h4:hover {
    color: var(--color);
}
.newdet-page .news-content .m-link .next .right p {
    font-size: 14px;
    line-height: 1.8;
    color: #303030;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.newdet-page .news-content .m-link .next .right .more {
    display: inline-block;
    padding: 8px 32px;
    font-size: 14px;
    line-height: 1;
    margin-top: 28px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page{
    overflow: hidden;
    background: #f7f7f8;
}
.prodet-page .prodet-box .prodet-1 {
    padding: 20px 0 80px;
}
.prodet-page .prodet-box .prodet-1 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
.prodet-page .prodet-box .prodet-1 .container .left {
    width: 46%;
    padding-right: 10px;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-big{
    background: #fff;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll {
    padding: 20px 0;
    position: relative;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll a{
    display: block;
    background: #fff;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-wrapper{
    margin: -10px;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-wrapper .slick-list {
    width: 100%;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-slide {
    padding: 10px;
}

.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-prev,
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-next {
    width: 16px;
    height: 29px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-prev {
    background: url(../images/ped-left.png) no-repeat center center;
    background-size: 100% 100%;
    left: 0;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-next {
    background: url(../images/ped-right.png) no-repeat center center;
    background-size: 100% 100%;
    right: 0;
}
.prodet-page .prodet-box .prodet-1 .container .right {
    width: 54%;
    padding-left: 80px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
    font-size: 24px;
    line-height: 44px;
    color: var(--color);
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box h1 {
    font-size: 40px;
    line-height: 1.4;
    color: #121212;
    font-weight: 600;
    /*text-transform: uppercase;*/
    margin: 0 0 15px 0;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box p {
    font-size: 18px;
    line-height: 2;
    color: #000000;
    /*padding: 20px 0;*/
    /*border-bottom: 1px solid #8a8a8a;*/
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .content {
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color {
    margin-top: 30px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color span {
    font-size: 14px;
    line-height: 1;
    color: #444444;
    display: block;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox {
    margin-top: 20px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox .swiper-slide {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox .swiper-slide:hover {
    background: #f4f4f4;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box {
    margin-top: 35px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a {
    display: inline-block;
    padding: 16px 50px;
    background: #0872b3;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a::before{
    display: none;
}
/*.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a:hover {
    background: #000;
    color: #fff;
}*/
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: #0872b3;
    left: 0;
    top: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: -1;
}
/*.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a:hover::after {
    width: 100%;
}*/
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box .inquiry {
    padding: 16px 60px;
    border: 1px solid #000000;
    margin-left: 18px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    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;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.8);
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon {
    font-size: 14px;
    line-height: 2;
    font-weight: 100;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon a {
    padding: 0 18px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon a:hover {
    color: var(--color);
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon a:last-child {
    border-right: none;
}
.prodet-page .prodet-box .prodet-2 h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-box .prodet-2 h3 span {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    color: #000;
    padding: 12px 25px;
    background: #ccc;
    position: relative;
    cursor: pointer;
}
.prodet-page .prodet-box .prodet-2 h3 span.active {
    color: #fff;
    background: var(--color);
}
.prodet-page .prodet-box .prodet-2 h3 span.active::after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid var(--color);
}
.prodet-page .prodet-box .prodet-2 .content {
    padding: 60px 0 50px;
    font-size: 18px;
    line-height: 2;
}
.prodet-page .prodet-box .prodet-2 .content strong {
    font-weight: bold;
    display: block;
}
.prodet-page .prodet-box .prodet-3 {
    padding: 40px 0 45px;
    background: #f5f5f5;
}
.prodet-page .prodet-box .prodet-3 h3 {
    font-size: 20px;
    line-height: 1;
    color: #1f1f1f;
    font-weight: bold;
}
.prodet-page .prodet-box .prodet-3 .reportBox {
    margin: 45px -10px 0;
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container {
    padding: 10px;
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a {
    display: block;
    overflow: hidden;
    -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a img {
    width: 100%;
}
.prodet-page .prodet-box .prodet-4 {
    padding: 60px 0;
}
.prodet-page .prodet-box .prodet-4 h3 {
    font-size: 35px;
    color: #080808;
    font-weight: 600;
    text-align: center;
}
.prodet-page .prodet-box .prodet-4 .recommendBox {
    margin-top: 40px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox ul {
    margin: -15px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox li {
    padding: 15px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox li a {
    display: block;
    text-align: center;
}
.prodet-page .prodet-box .prodet-4 .recommendBox li a:hover h4::after {
    width: 100%;
}
.prodet-page .prodet-box .prodet-4 .recommendBox li a .p-img {
    overflow: hidden;
    height: auto;
    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;
    margin-bottom: 20px;
    background: #fff;
}
.prodet-page .prodet-box .prodet-4 .recommendBox li a .p-img img {
    width: 100%;
}
.prodet-page .prodet-box .prodet-4 .recommendBox li a h5 {
    font-size: 20px;
    color: #121212;
}
.prodet-page .prodet-box .prodet-4 .recommendBox li a h4 {
    font-size: 14px;
    line-height: 2;
    color: #121212;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    font-weight: 500;
    padding-bottom: 4px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox li a h4::after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 1px solid var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-1 .about-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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-page .about-1 .about-box .left {
    width: 53%;
    position: relative;
}
.about-page .about-1 .about-box .right {
    width: 47%;
    padding-left: 5%;
}
.about-page .about-1 .about-box .right h2 {
    font-size: 45px;
    line-height: 1;
    color: #1c1c1c;
    font-weight: bold;
}
.about-page .about-1 .about-box .right .h3 {
    font-size: 40px;
    line-height: 1.6;
    color: var(--color);
    font-weight: bold;
    margin: 30px 0;
}
.about-page .about-1 .about-box .right p {
    font-size: 18px;
    color: #777;
    text-indent: 2em;
    line-height: 2;
}
.about-page .about-1 .text {
    padding: 100px 0 100px;
    text-align: center;
    color: #000;
}
.about-page .about-1 .text h2 {
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
}
.about-page .about-1 .text p {
    font-size: 16px;
    margin-top: 20px;
}
.about-page .about-2 {
    padding: 100px 0 610px;
    background: url(../images/about-2-bg.jpg) no-repeat center center;
}
.about-page .about-2 .left{width: 45%}
.about-page .about-2 .left h2{font-size: 30px; color: #3a69de; font-weight: 700;}
.about-page .about-2 .right{width: 55%}
.about-page .about-2 .right p{font-size: 18px;}
.about-page .about-2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}
.about-page .about-1 .about-box .left .play {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    text-align: center;
    background: var(--color);
    cursor: pointer;
}
.about-page .about-1 .about-box .left .play i {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    color: white;
    position: relative;
    left: 3px;
}
.about-page .about-1 .about-box .left .play::before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: rgba(228,1,19, 0.41);
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
}
.about-page .about-data .text{
    top: -120px;
    left: 0;
    width: 100%;
    padding-top: 1%;
}
.about-page .about-2 ul li {
    width: 50%;
    text-align: center;
    position: relative;
    padding: 15px;
}
.about-page .about-2 ul li:last-child::after {
    display: none;
}
.about-page .about-2 ul li h4 {
    font-size: 72px;
    line-height: 1;
    color: #3a69de;
    font-weight: bold;
}
.about-page .about-2 ul li h4 span {
    font-weight: 100;
    font-size: 22px;
}
.about-page .about-2 ul li p {
    font-size: 18px;
    line-height: 32px;
    color: #666;
    margin-top: 22px;
}
.about-page .about-3 {
    background-size: cover;
}
.about-page .about-3 .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-page .about-3 .top .left {
    width: 50%;
    padding: 70px 0 0 0;
}
.about-page .about-3 .top .right {
    width: 50%;
}
.about-page .about-3 .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 130px;
}
.about-page .about-3 p{
    color: #777;
    text-indent: 35px;
}
.about-page .about-3 .bottom .left {
    width: 50%;
    padding-right: 100px;
}
.about-page .about-3 .bottom .left .more {
    margin: 45px 0;
}
.about-page .about-3 .bottom .right {
    width: 50%;
}
.about-page .about-3 .bottom .right img{
    width: 100%;
}
.about-page .about-6 {
    background-size: cover;
    background-attachment: fixed;
    padding: 85px 0 85px;
}
.about-page .about-6 h2 {
    font-size: 40px;
    color: #181818;
    font-weight: bold;
    text-align: center;
}
.about-page .about-6 .historyBox {
    margin-top: 70px;
}
.about-page .about-6 .historyBox ul {
    margin: 0 -20px;
}
.about-page .about-6 .historyBox ul li {
    padding: 0 20px;
}
.about-page .about-6 .historyBox .swiper-container {
    height: 470px;
}
.about-page .about-6 .historyBox .swiper-slide {
    text-align: center;
    padding: 75px 0 15px;
    position: relative;
}
.about-page .about-6 .historyBox .swiper-slide::after {
    position: absolute;
    content: "";
    width: 2px;
    border-left: 1px solid #181818;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 30px;
    height: 48px;
}
.about-page .about-6 .historyBox .swiper-slide h4 {
    font-size: 36px;
    line-height: 1;
    color: #181818;
    font-weight: bold;
}
.about-page .about-6 .historyBox .swiper-slide p {
    font-size: 20px;
    line-height: 1;
    color: #181818;
    margin-top: 18px;
}
.product-page {
    background: #f7f7f8;
}
.product-page .title h1 {
    font-size: 45px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.product-page .title p {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    max-width: 1200px;
}
.product-page .product-box {
    margin-top: 30px;
    padding-bottom: 100px;
}
.product-page .product-box .product-list {
    margin-top: 80px;
}
.product-page .product-box .product-list ul {
    margin: -15px;
    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 ul li {
    width: 25%;
    padding: 15px;
    margin-bottom: 60px;
}
.product-page .product-box .product-list ul li a {
    border-radius: 10px;
    padding: 0 0 35px 0;
    background: #fff;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .product-box .product-list ul li a:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.product-page .product-box .product-list ul li a .p-img {
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}
.product-page .product-box .product-list ul li a .p-img img:last-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: .5s;
}
.product-page .product-box .product-list ul li a .p-img:hover img:last-child {
    opacity: 1;
}
.product-page .product-box .product-list ul li a h4 {
    font-size: 24px;
    line-height: 1;
    color: #000;
}
.product-page .product-box .product-list ul li a h5 {
    font-size: 18px;
    line-height: 1;
    color: #000;
    margin-top: 12px;
}
.product-page .product-box .product-list ul li a p {
    text-align: center;
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 700;
}
.product-page .product-box .product-list ul li > div i.ie1 {
    width: 2px;
    top: 0;
    left: 0;
}
.product-page .product-box .product-list ul li > div i.ie2 {
    width: 2px;
    bottom: 0;
    right: 0;
}
.product-page .product-box .product-list ul li > div i.ie3 {
    height: 2px;
    top: 0;
    right: 0;
}
.product-page .product-box .product-list ul li > div i.ie4 {
    height: 2px;
    bottom: 0;
    left: 0;
}
.product-page .product-box .product-list ul li > div:hover i.ie1 {
    height: 100%;
    bottom: 0;
    top: auto;
}
.product-page .product-box .product-list ul li > div:hover i.ie2 {
    height: 100%;
    top: 0;
}
.product-page .product-box .product-list ul li > div:hover i.ie3 {
    width: 100%;
    left: 0;
}
.product-page .product-box .product-list ul li > div:hover i.ie4 {
    width: 100%;
    right: 0;
    left: auto;
}
.product-page .product-box .product-list .m-page {
    margin-top: 60px;
}
.product-page .product-box .cate-list{
    margin-top: 70px;
}
.product-page .product-box .cate-list ul{
    margin: -15px -25px;
}
.product-page .product-box .cate-list ul li{
    padding: 15px 25px;
}
.product-page .product-box .cate-list ul li > div{
    background-color: white;
    display: flex;
    flex-wrap: wrap;
}
.product-page .product-box .cate-list ul li .img{
    width: 40%;
}
.product-page .product-box .cate-list ul li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-page .product-box .cate-list ul li .content{
    width: 60%;
    padding: 30px;
    margin: auto 0;
}
.product-page .product-box .cate-list ul li .content a.moreBtn{
    color: #2451a0;
    border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 1000px) {
    .product-page .product-box .cate-list ul li{
        width: 100%!important;
    }
}
@media screen and (max-width: 500px) {
    .product-page .product-box .cate-list ul li .img{
        width: 100%;
    }
    .product-page .product-box .cate-list ul li .content{
        width: 100%;
    }
}
@media screen and (max-width: 1605px) {
    .product-banner.inner-banner {
        height: 500px;
        padding-bottom: 180px;
    }
}
@media screen and (max-width: 1450px) {
    .product-banner.inner-banner {
        height: 400px;
        padding-bottom: 130px;
    }
    .prodet-page .prodet-box .prodet-1 .container .right .text-box h1{
        font-size: 30px;
    }
    .about-page .about-1 .about-box .right .h3{
        margin-top: 0;
    }
    .about-page .about-1 .about-box .right p{
        max-height: 240px;
        overflow-y: auto;
    }
    .news-page .news-list ul li .left{
        width: 40%;
    }
    .news-page .news-list ul li .right{
        width: 60%;
        padding-left: 30px;
    }
    .news-page .news-list ul li .right p{
        max-height: 100px;
    }
}
@media screen and (max-width: 1230px) {
    .about-page .about-1 .about-box .right p {
        font-size: 14px;
    }
    .about-page .about-2 ul li h4{
        font-size: 45px;
    }
    .about-page .about-2 ul li h4 span{
        font-size: 18px;
    }
    .about-page .about-3 .top .right ul li{
        font-size: 24px;
    }
    .about-page .about-6 h2{
        font-size: 30px;
    }
    .inner-page .about-link .a-box h3 {
        font-size: 18px;
    }
    .contact-page .contact-1 .contact-box {
        padding: 63px 75px 130px;
    }
    .product-page .product-box .product-list ul li a h4 {
        font-size: 20px;
    }
    .product-page .product-box .product-list ul li a h5 {
        font-size: 16px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-banner{
        display: none;
    }
    .about-page .about-1 .about-box .left {
        width: 100%;
    }
    .about-page .about-1 .about-box .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .about-page .about-1 .about-box .right h2 {
        font-size: 30px;
    }
    .about-page .about-1 .about-box .right .h3{
        font-size: 24px;
    }
    .about-page .about-2 ul li h4 {
        font-size: 30px;
    }
    .about-page .about-3 .top .right ul li {
        font-size: 18px;
    }
    .inner-page .about-link .a-box a {
        padding: 12px 25px;
    }
    .inner-page .about-link .a-box h3 {
        font-size: 16px;
        line-height: 30px;
    }
    .product-banner.inner-banner {
        height: 260px;
        padding-bottom: 100px;
    }
    .inner-page .sidebar-box .sidebar-right {
        display: none;
    }
    .inner-page .sidebar-box .sidebar-left {
        width: 100%;
    }
    .inner-page .m-page span,
    .inner-page .m-page a {
        margin-bottom: 10px;
    }
    .newdet-page .news-content .title h1 {
        font-size: 24px;
    }
    .prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a {
        padding: 12px 20px;
        font-size: 14px;
    }
    .prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box .inquiry {
        padding: 12px 20px;
    }
    .prodet-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
        font-size: 24px;
    }
    .product-page .product-box .product-list ul li {
        width: 50%;
    }
    .product-page .title p {
        font-size: 14px;
    }
    .prodet-page .prodet-box .prodet-1 .container .left {
        width: 100%;
        padding-right: 0;
    }
    .prodet-page .prodet-box .prodet-1 .container .right {
        width: 100%;
        padding-left: 0px;
        margin-top: 30px;
    }
    .prodet-page .prodet-box .prodet-1 .container .right .text-box h1{
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    .about-page .about-2 ul li{
        width: 50%;
        padding: 15px;
    }
    .about-page .about-2 ul li:nth-child(2n)::after{
        display: none;
    }
    .about-page .about-3 .top{
        display: block;
    }
    .about-page .about-3 .top .left{
        width: 100%;
        padding: 0;
    }
    .about-page .about-3 .top .left img{
        margin: 0;
    }
    .about-page .about-3 .top .right{
        width: 100%;
        display: block;
    }
    .about-page .about-3 .bottom{
        padding-top: 60px;
        padding-bottom: 60px;
        display: block;
    }
    .about-page .about-2 ul li p {
        font-size: 14px;
    }
    .about-page .about-3 .bottom .left {
        width: 100%;
        padding-left: 0;
    }
    .about-page .about-3 .bottom .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .inner-page .about-link .a-box a {
        display: none;
    }
    .contact-page .contact-1 .contact-box .contact-content .left {
        width: 100%;
        padding-right: 0;
    }
    .contact-page .contact-1 .contact-box .contact-content .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .newdet-page .news-content .m-link .next .right h4 {
        font-size: 18px;
    }
    .prodet-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
        font-size: 20px;
    }
    .prodet-page .prodet-box .prodet-1 .container .right .text-box p {
        font-size: 14px;
    }
    .prodet-page .prodet-box .prodet-2 h3 span{
        font-size: 14px;
        padding: 10px;
    }
    .news-page .news-list{
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 500px) {
    .about-page .about-2 ul li p {
        font-size: 14px;
        line-height: 28px;
    }
    .about-page .about-3 .top .right ul li {
        font-size: 14px;
        line-height: 2;
    }
    .about-page .about-6 .historyBox .swiper-slide::after {
        display: none;
    }
    .about-page .about-6 .historyBox .swiper-slide p {
        font-size: 15px;
    }
    .product-banner.inner-banner {
        height: 140px;
        padding-bottom: 50px;
    }
    .contact-page .contact-1 .contact-box {
        padding: 63px 20px 130px;
    }
    .contact-page .contact-1 .contact-box .contact-content .right form input[type="submit"] {
        font-size: 14px;
        padding: 18px 56px 18px 125px;
    }
    .news-page .news-list ul li:nth-child(1) .right h4 {
        font-size: 20px;
        line-height: 36px;
    }
    .news-page .news-list ul li:nth-child(1) .left a span {
        font-size: 14px;
    }
    .news-page .news-list ul li .left {
        width: 100%;
    }
    .news-page .news-list ul li .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .news-page .news-list ul li .right h4 {
        font-size: 18px;
    }
    .newdet-page .news-content .m-link .next .left {
        width: 100%;
    }
    .newdet-page .news-content .m-link .next .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .product-page .product-box .product-list ul li {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .about-page .about-6 .historyBox .swiper-slide,
    .about-page .about-6 .historyBox .swiper-container{
        height: auto!important;
    }
}
.factory-page .navList {
    margin-top: 10px;
}
.factory-page .navList ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.factory-page .navList ul li {
    font-weight: 300;
    font-size: 24px;
    color: #373330;
    width: auto;
    text-transform: capitalize;
    display: inline-block;
    margin: 0 80px;
}
.factory-page .navList ul li a {
    display: block;
    padding: 0 30px;
    position: relative;
    font-size: 18px;
    transition: .5s;
}
.factory-page .navList ul li a:after {
    content: '';
    width: 0;
    height: 1px;
    background: #000;
    position: absolute;
    top: 110%;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.factory-page .navList ul li a:hover:after,
.factory-page .navList ul li a.active:after {
    width: 100%;
}
.factory-page .navList ul.icon li a:after {
    display: none;
}
.factory-page .navList ul.icon li a {
    padding: .5em;
    text-align: center;
    min-width: 160px;
}
.factory-page .navList ul.icon li a i {
    display: block;
    width: 100%;
    margin-bottom: .9em;
}
.factory-page .navList ul.icon li a img {
    display: block;
    margin: 0 auto;
    transition: .5s;
    max-height: 65px;
}
.factory-page .navList ul.icon li a.active {
    background-color: var(--color);
    color: white;
}
.factory-page .navList ul.icon li a.active img {
    filter: brightness(0) invert(1);
}
.factory-page .imgList {
    padding: 60px 0 120px;
}
.factory-page .imgList .list ul {
    margin: -10px;
}
.factory-page .imgList .list ul li {
    padding: 10px;
}
.factory-page .imgList .list ul li a {
    display: block;
    position: relative;
}
.factory-page .imgList .list ul li a h6 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 8px 15px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.factory-page .imgList .list ul li a img {
    display: block;
    width: 100%;
}
.factory-page .imgList .list ul li a:hover h6 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
@media screen and (max-width: 1500px) {
    .factory-page .navList {
        margin-top: 50px;
    }
}
@media screen and (max-width: 1250px) {
    .prodet-page .prodet-box .prodet-4 h3{
        font-size: 24px;
    }
}
@media screen and (max-width: 1000px) {
    .factory-page .navList {
        display: none;
    }
}
@-webkit-keyframes ro {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes ro {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes ro {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes tx {
    from {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(3px);
        -moz-transform: translateX(3px);
        transform: translateX(3px);
    }
    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes tx {
    from {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(3px);
        -moz-transform: translateX(3px);
        transform: translateX(3px);
    }
    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes tx {
    from {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(3px);
        -moz-transform: translateX(3px);
        transform: translateX(3px);
    }
    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}
.btn_pro_det{
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 60px;
    width: 60px;
    color: #656b6f;
    text-align: center;
    cursor: pointer;
    background-color: #c0c6ca;
    font-size: 14px;
    transition: all .5s ease;
}
.btn_pro_det i{
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    transition: all .5s ease;
}
.btn_pro_det .det_more{
    display: block;
    width: 300%;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    transition: all .5s ease;
}
.btn_pro_det .hover_more{
    width: 0;
    height: 0;
    overflow: hidden;
    color: #fff;
    bottom: 0;
    transform: translateX(-50%);
    display: inline-block;
    white-space:nowrap;
    text-overflow:ellipsis;
    left: 50%;
    font-size: 18px;
}
.pro_box:hover .btn_pro_det{
    background: var(--color)!important;
    box-shadow: 0 2px 10px -2px rgba(0, 101, 59, 0.6);
    color: #fff !important;
    width: 200px;
    margin-left: -100px;
}
.pro_box:hover .det_more{
    opacity: 0;
    width: 100%;
}
.pro_box:hover .hover_more{
    width: auto;
    height: auto;
    margin-right: 10px;
    padding-right: 30px;
    position: absolute;
}
.pro_box:hover .btn_pro_det i{
    margin-left: 3.5em;
}
.hl_history {
  padding-bottom: 7rem;
  background: url(../images/hisbg.png) no-repeat left bottom;
  background-size:cover;
}
.hl_history .box .banner {
  margin: 1rem 0 4rem;
  position: relative;
}
.hl_history .box .banner .item {
  position: relative;
  text-align: center;
}
.hl_history .box .banner .item .number {
  font-size: 22.75rem;
  /*font-family: 'GOTHICB';*/
  color: #e5e5e5;
  line-height: 1;
  /*max-width: 80rem;*/
  width: 100%;
  font-weight: bold;
}
.hl_history .box .banner .item .text {
  font-size: 22px;
  line-height: 32px;
  position: absolute;
  top: 44%;
  left: 0;
  /*max-width: 100rem;*/
  width: 100%;
  color: #111;
}
.hl_history  .button .btn {
  position: absolute;
  z-index: 4;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.75rem;
  line-height: 3.75rem;
  background: #e2e2e2;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.hl_history  .button .btn:hover {
  background: #2f5597;
}
.hl_history  .button .prev {
  left: 0;
}
.hl_history  .button .next {
  right: 0;
}
.hl_history .box .banner1 {
  position: relative;
  overflow: hidden;
}
.hl_history .box .banner1::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 19px;
  height: 1px;
  background: #ddd;
}
.hl_history .box .banner1 .swiper-slide {
  cursor: pointer;
}
.hl_history .box .banner1 .swiper-slide .item {
  text-align: center;
}
.hl_history .box .banner1 .swiper-slide .item .dian span {
  display: inline-block;
  width: 6px;
  margin-bottom: -9px;
  height: 6px;
  border-radius: 50%;
  background: #999999;
}
.hl_history .box .banner1 .swiper-slide .item p {
  margin-top: 0.9375rem;
  font-size: 1rem;
  color: #999;
   
}
.hl_history .box .banner1 .swiper-slide-thumb-active .item .dian span {
  background: #2f5597;
  -webkit-animation: big 1.5s infinite;
  -moz-animation: big 1.5s infinite;
  animation: big 1.5s infinite;
}
.hl_history .box .banner1 .swiper-slide-thumb-active .item p {
  color: #2f5597;
}
@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-moz-keyframes big {
  0% {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -moz-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes big {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
  }
}
.p90 {
  padding-top: 5.625rem;
}
@media screen and (max-width: 1000px) {
  .hl_history .box .banner .item .text p{
    max-height: 160px;
    overflow-y: auto;
  }
  .hl_history .box .banner .item{
    width:100%;
    padding: 0 15px;
  }
  .hl_history .box .banner1 .swiper-slide .item p{
    font-size: 18px;
  }
  .hl_history .box .banner .item .number{
    font-size: 260px;
  }
  .hl_history .button .btn{
   display: none;
  }
}
@media screen and (max-width: 700px) {
    .hl_history .box .banner .item .text p{
    max-height: 100px;
    overflow-y: auto;
  }
  .hl_history .box .banner .item .number{
    font-size: 190px;
  }
}
@media screen and (max-width: 500px) {
  .hl_history .box .banner .item .number{
    font-size: 120px;
  }
}
.aft02 {
    padding: 160px 0 120px;
    position: relative;
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

    to {
        top: 95%;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aft02 .bot .box h4 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 5px;
    margin-top: 54px;
}

.aft02 .bot .box h5 {
    width: 239px;
    font-size: 18px;
    position: relative;
    color: #666666;
    text-align: center;
    line-height: 26px;
    height: 52px;
}

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

.aft02 .bot .box p {
    padding: 0px 40px;
    font-size: 18px;
    height: 70px;
}

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

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

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

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

.aft02 .bot .box:hover {
    background-color: var(--color);
}

.aft02 .bot .aft02Swiper {
    margin: auto;
}

.aft02 .bot {
    margin: auto;
    padding: 22px 0;
}
.aft03 {
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}

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

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

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

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

.aft03 .icenter2 .le img {
    height: 100%;
}
.aft03 .icenter2 .le:hover img {
    transform: scale(1.1);
}
.aft03 .icenter2 .ri {
    width: 50%;
}
.aft03 .icenter2 .ri>ul {
    margin: 20px 0 0px;
}
.aft03 .icenter2 .ri>ul li {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}
.aft03 .icenter2 .ri>ul li::before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #666666;
    position: absolute;
    left: 0px;
    top: 13px;
    content: "";
}
.aft03 dl dd {
    padding-top: 60px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
}
.aft03 dl dd .icon {
    width: 86px;
    margin-right: 58px;
}
.aft03 dl dd .text h4 {
    position: relative;
    padding-bottom: 0px;
    font-size: 18px;
    color: #333333;
    width: fit-content;
    margin-bottom: 10px;
}
.aft03 dl dd .text h4 strong {
    font-size: 70px;
    font-weight: bold;
}
.aft03 dl dd .text h4::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 5px;
    background-color: var(--color);
}
.aft03 dl dd .text p {
    font-size: 18px;
    color: #666666;
}
.hu_h3 {
    font-size: 44px;
    font-weight: bold;
    color: #333333;
}
.hu_p {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
}
@media screen and (max-width:1600px) {
  .aft02 .top p {
        font-size: 15px;
        line-height: 28px;
        margin-top: 8px;
    }
    .aft02 .top {
        margin-bottom: 30px;
    }
    .aft02 .top h4 {
        font-size: 24px;
    }
    .aft02 .top .line {
        height: 55px;
        margin: 20px 0;
    }
    .aft02 .bot {
        padding: 22px 0;
    }
    .aft02 .botF {
        padding: 0 13px;
    }
    .aft02 .botF .iconfont {
        font-size: 65px;
    }
    .aft02 .bot .box {
        padding: 43px 0 105px;
        box-shadow: 0 0 11px #d8d8d8;
    }
    .aft02 .bot .box .icon {
        height: 95px;
        width: 95px;
    }
    .aft02 .bot .box .icon img {
        width: 48px;
    }
    .aft02 .bot .box h4 {
        font-size: 26px;
        margin-bottom: 5px;
        margin-top: 44px;
    }
    .aft02 .bot .box h5 {
        width: 220px;
        font-size: 15px;
        line-height: 24px;
        height: 48px;
    }
    .aft02 .bot .box h5::after {
        width: 17px;
        height: 3px;
        bottom: -125px;
    }
    .aft02 .botF .iconfont-zuojiantou {
        left: -18px;
    }
    .aft02 .botF .iconfont-youjiantou {
        right: -18px;
    }
    .aft02 {
        padding: 115px 0 90px;
    }
    .aft02 .bg_fix {
        height: 555px;
    }
    .aft03 .icenter2 .ri>ul li {
        padding-left: 15px;
        font-size: 14px;
        line-height: 24px;
    }
    .aft03 .icenter2 .ri>ul {
        margin: 16px 0 0px;
    }
    .aft03 dl dd {
        padding-top: 34px;
        padding-bottom: 12px;
    }
    .aft03 dl dd .icon {
        width: 74px;
        margin-right: 50px;
    }
    .aft03 dl dd .text h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .aft03 dl dd .text h4 strong {
        font-size: 58px;
    }
    .aft03 dl dd .text h4::after {
        height: 4px;
    }
    .aft03 dl dd .text p {
        font-size: 15px;
    }
    .aft03 .icenter2 .le {
        height: 529px;
    }
    .hu_h3 {
      font-size: 36px;
    }
}
@media only screen and (max-width:768px) {
  .hu_h3 {
    font-size: 26px;
  }
  .aft02 .top p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 8px;
  }
  .aft02 .top .line {
    height: 42px;
    margin: 14px 0;
    position: relative;
  }
    .aft02 .top h4 {
        font-size: 22px;
    }
    .aft02 .bot {
        width: 110%;
    }
    .aft02 .top {
        margin-bottom: 20px;
    }
    .aft02 .botF {
        padding: 0 0px;
    }
    @keyframes hua2 {
        from {
            top: 0%;
        }
        to {
            top: 95%;
        }
    }
    .aft02 .bot .aft02Swiper {
        width: 100%;
    }
    .aft02 .bot {
        width: 100%;
        padding: 20px;
    }
    .aft02 .botF .iconfont-zuojiantou {
        left: -8px;
    }
    .aft02 .botF .iconfont-youjiantou {
        right: -8px;
    }
    .aft02 {
        padding: 80px 0 40px;
    }
    .aft02 .bg_fix {
        height: 483px;
    }
    .aft03 .icenter2 {
        flex-flow: wrap;
    }
    .aft03 .icenter2 .le {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .aft03 .icenter2 .ri {
        width: 100%;
    }
    .aft03 dl dd .icon {
        width: 60px;
        margin-right: 31px;
    }
    .aft03 {
        padding-bottom: 50px;
    }
}
.custom-2 .ui .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-2 .ui .top .left {
    padding-right: 65px;
}

.custom-2 .ui .top .left .h3 {
    padding-left: 35px;
    border-left: 3px solid var(--color);
}

.custom-2 .ui .top .left p {
    line-height: 2;
    margin-top: 35px;
}

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

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

.custom-2 .ui .bottom .left p {
    max-width: 600px;
    line-height: 1.8;
    margin-top: 45px;
}
.custom-2 .ui .bottom .right ul.list3 li.active {
    background: #f3f3f3;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

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

.custom-2 .ui .bottom .right ul.list3 li .top em {
    margin-left: 25px;
    font-family: "rom";
}

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

.custom-2 .ui .bottom .right ul.list3 li .content {
    padding: 10px 30px 20px 30px;
    line-height: 1.8;
    display: none;
    font-size: 16px;
}

@media screen and (max-width: 1250px) {
    .font-48 {
        font-size: 30px;
    }
    .custom-2 .ui .bottom .left {
        padding-right: 0px;
    }
    .font-36 {
        font-size: 28px;
    }
    .font-16 {
        font-size: 16px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1000px) {
  .custom-2 .ui .bottom .right {
        padding-right: 0;
    }
    .custom-2 .ui .bottom {
        padding: 30px 25px;
    }
}
@media screen and (max-width: 700px) {
  .custom-2 .ui .top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .custom-2 .ui .top .left {
        padding-right: 0px;
        width: 100%;
    }
    .custom-2 .ui .top .right {
        width: 100%;
    }
    .custom-2 .ui .bottom .right ul.list3 li .top {
        flex-wrap: nowrap;
        font-size: 16px;
    }
    .custom-2 .ui .bottom .left {
        padding-right: 0px;
        width: 100%;
    }
    .custom-2 .ui .bottom .right {
        padding-right: 0;
        width: 100%;
        margin-top: 40px;
    }
}
.contact2-page .contact-1 {
    padding: 150px 0 110px;
    text-align: center;
}
.contact2-page .contact-1 .text {
    font-size: 18px;
    color: #8e8e8e;
    line-height: 1.6;
    max-width: 650px;
    display: block;
    margin: 1em auto 3em;
}
.contact2-page .contact-1 .list ul {
    margin: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact2-page .contact-1 .list ul li {
    padding: 20px;
}
.contact2-page .contact-1 .list ul li .box {
    padding: 35px 5% 35px;
    border: 1px solid #bfbfbf;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    height: 100%;
    position: relative;
    top: 0;
}
.contact2-page .contact-1 .list ul li .box i {
    display: block;
}
.contact2-page .contact-1 .list ul li .box i img {
    display: block;
    margin: 0 auto;
}
.contact2-page .contact-1 .list ul li .box span.h6 {
    font-weight: 500;
    font-size: 24px;
    color: #242424;
    margin: 1em 0 .5em;
    display: block;
}
.contact2-page .contact-1 .list ul li .box p {
    font-size: 18px;
    color: #8e8e8e;
    line-height: 2;
}
.contact2-page .contact-1 .list ul li .box:hover {
    border-color: var(--color);
    top: -20px;
}
.contact2-page .map {
    position: relative;
    z-index: 1;
}
.contact2-page .form ul {
    margin: -15px -7px;
}
.contact2-page .form ul li {
    padding: 15px 7px;
}
.contact2-page .form ul li input,
.contact2-page .form ul li textarea {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: .6em 1em;
    border: 1px solid #bfbfbf;
}
.contact2-page .form ul li input::-webkit-input-placeholder,
.contact2-page .form ul li textarea::-webkit-input-placeholder {
    color: #8e8e8e;
}
.contact2-page .form ul li input:-moz-placeholder,
.contact2-page .form ul li textarea:-moz-placeholder {
    color: #8e8e8e;
}
.contact2-page .form ul li input::-moz-placeholder,
.contact2-page .form ul li textarea::-moz-placeholder {
    color: #8e8e8e;
}
.contact2-page .form ul li input:-ms-input-placeholder,
.contact2-page .form ul li textarea:-ms-input-placeholder {
    color: #8e8e8e;
}
.contact2-page .form ul li input::placeholder,
.contact2-page .form ul li textarea::placeholder {
    color: #8e8e8e;
}
.contact2-page .form ul li textarea {
    height: 150px;
}

.contact2-page .form ul li input[type="submit"] {
    border: none;
    background: var(--color);
    color: white;
    font-size: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact2-page .form ul li input[type="submit"]:hover {
    background: #242424;
}
.contact2-page .form ul li.wid-100 {
    width: 100%;
}
@media screen and (max-width: 1600px) {
    .contact2-page .form ul li {
        padding: 6px;
    }
    .contact2-page .form ul {
        margin: -6px;
    }
    .contact2-page .form ul li input,
    .contact2-page .form ul li textarea,
    .contact2-page .form ul li input[type="submit"] {
        font-size: 16px;
    }
}
@media screen and (max-width: 1000px) {
    .contact2-page .form ul li input,
    .contact2-page .form ul li textarea,
    .contact2-page .form ul li input[type="submit"] {
        font-size: 14px;
        padding: .5em;
    }
}
@media screen and (max-width: 500px) {
  .flex-2 > *{
    width: 100%;
  }
}
.patent-top {
    padding: 44.8px 0 33.6px;
    align-items: self-start;
}
.patent-top .list1-left {
    flex: 0 0 auto;
}
.patent-top .title-cn {
    font-size: 40px;
    line-height: 1;
    color: #333;
    font-weight: 700;
}
.patent-top .list1-right {
    flex: 0 0 920px;
}
.patent-top .right-title {
    color: #777;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 18px;
}
.factory-list ul {
    margin: -15px;
}
.factory-list ul li {
    padding: 15px;
}
.proNav {
    padding: 50px 0;
}
.proNav .slick-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    filter: brightness(0);
    opacity: .5;
    transition: .5s;
    border-radius: 50px;
}
.proNav .slick-arrow:hover {
    opacity: 1;
}
.proNav .slick-arrow.slick-prev {
    right: 101%;
    background-image: url('../images/banner-btn-l.png');
}
.proNav .slick-arrow.slick-next {
    left: 101%;
    background-image: url('../images/banner-btn-r.png');
}
.proNav .slick-arrow.slick-prev,
.proNav .slick-arrow.slick-next{
  font-size: 0;
}
.proNav ul {
    margin: -10px;
}
.proNav ul li {
    padding: 10px;
}
.proNav ul li a.img-box {
    display: block;
}
.proNav ul li span.h6 {
    display: block;
    font-size: 18px;
    /*margin-top: .5em;*/
}
.proNav ul li .more{
    background: #000;
}
.proNav ul li .more::after{
    background: #e40113;
}
.proNav ul li .more.active::after{
    width: 100%;
}
.downNav {
    float: right;
    position: relative;
    z-index: 2;
}
.downNav span {
    font-size: 22px;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color);
    color: #fff;
}
.downNav ul {
    position: absolute;
    top: 100%;
    right: 0;
    width: 180px;
    background-color: white;
    font-size: 16px;
    display: none;
}
.downNav:hover ul {
    display: block;
}
.downNav ul li {
    border-top: 1px solid #eee;
}
.downNav ul li a {
    padding: .5em;
    display: block;
    transition: .5s;
}
.downNav ul li a:hover {
    background-color: var(--color);
    color: white;
}
#seo_public_from {
    padding: 80px 0;
    background: #fff;
}
#seo_public_from h4 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
#seo_public_from .seo_public_from {
    margin-top: 30px;
}
#seo_public_from .seo_public_from ul {
    margin: -10px;
}
#seo_public_from .seo_public_from ul li {
    padding: 10px;
}
#seo_public_from .seo_public_from ul li.wid-100 {
    width: 100%;
}
#seo_public_from .seo_public_from ul li input,
#seo_public_from .seo_public_from ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 10px;
    border: 1px solid #eee;
    font-size: 14px;
    color: black;
    background: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#seo_public_from .seo_public_from ul li input:focus,
#seo_public_from .seo_public_from ul li textarea:focus {
    border-color: black;
}
#seo_public_from .seo_public_from ul li textarea {
    height: 120px;
}
#seo_public_from .seo_public_from ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding: 10px 30px;
    background: #222;
    color: white;
}
#seo_public_from .seo_public_from ul li input[type="submit"]:hover {
    background: var(--color);
}
.seo_title{
		font-size: 30px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	#seo_about ._box{
		margin: -15px;
	}
	
	#seo_about ._left,
	#seo_about ._right{
		padding: 15px;
	}
	
	#honor_list ul{
		margin: -15px;
	}
	
	#honor_list ul li{
		padding: 15px;
	}
	
	#news_list ul{
		margin: -15px;
	}
	
	#news_list ul li{
		padding: 15px;
	}
	
	#news_list ._time span{
		display: inline-block;
		padding: 5px;
	}
	
	#news_list ._time span._cate{
		color: #FFFFFF;
		background-color: #000000;
	}
	
	#news_list ._time span._date{
		background-color: #CCCCCC;
	}
	
	#news_list ._table{
		padding: 20px;
		border: 2px solid #CCCCCC;
	}
.service-page div.formBox {
    padding: 35px 60px;
    display: inline-block;
    width: 100%;
    background: #f8f8f8;
}
.service-page div.formBox h4 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}
.service-page div.formBox ul {
    margin: -10px;
}
.service-page div.formBox ul li {
    width: 50%;
    float: left;
    padding: 10px;
}
.service-page div.formBox ul li label {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 5px;
    display: block;
    color: #525252;
}
.service-page div.formBox ul li input {
    width: 100%;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: black;
    border: 1px solid #e3e3e3;
    background: #fff;
}
.service-page div.formBox ul li:last-child {
    width: 100%;
}
.service-page div.formBox ul li input[type="submit"] {
    display: inline-block;
    width: auto;
    margin-left: auto;
    padding: 10px 30px;
    background: #222;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.service-page div.formBox ul li input[type="submit"]:hover{
  background: var(--color);
}
.service-page div.formBox ul li .file {
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: right;
    right: 0;
    top: 0;
    padding-right: 15px;
}
.service-page div.formBox ul li input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
@media (max-width: 1000px) {
  .flex-4>*{
    width: 33.3333%;
  }
  .proNav h3 {
    font-size: 28px !important;
  }
}
@media (max-width: 700px) {
  .flex-4>*{
    width: 50%;
  }
  .service-page div.formBox {
    padding: 30px;
  }
  .service-page div.formBox ul li {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .flex-4>*{
    width: 100%;
  }
}
#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;
}

/*2026-7-21*/
.about-page .init-40 {
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-40 .container .tipsTitle {
  text-align: center;
  color: #000;
  font-weight:bold;
}
.about-page .about-advantage{
   padding: 5% 0 0; 
   background: #fff;
}
.about-page .about-advantage ul{
  margin: -20px;
}
.about-page .about-advantage ul li{
  padding: 20px;
  height: auto;
}
.about-page .about-advantage ul li .ig{
  height: 100%;
  border: 1px solid #ccc;
  padding: 60px 20px;
}
.about-page .about-advantage ul li .desc{
    color: #777;
}
.about-page .about-factory{
  padding: 5% 0;
  /*background: #ebebeb;*/
}
.about-page .about-factory ul{
  margin: -20px;
}
.about-page .about-factory ul li{
  height: auto;
  padding: 20px  
}
.about-page .about-factory ul li .box{
  height: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
  box-shadow: 0 0 20px rgba(0,0,0,.1);
  background: #fff;
}
.about-page .about-factory ul li .box img{
    display: block;
}
.about-page .about-factory ul li .box img img{
    width: 100%;
}
.about-page .about-factory ul li .box .text{
    text-align: center;
    font-weight: 600;
    padding: 16px;
}
.mana-page .mana-2 .ces {
    margin-top: 40px;
    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;
    justify-content: center;
}
.mana-page .mana-2 .ces .ce {
    margin-right: var(--ft30);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
}
.mana-page .mana-1 {
    padding-top: 4.688%;
}
.mana-page .mana-1 .left {
    vertical-align: middle;
    padding-right: 7.5%;
}
.mana-page .mana-1 .left .title::before {
    display: none;
}
.mana-page .mana-1 .left .con {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 37px;
    font-family: 'poppins';
    color: #4e4e4e;
}
.mana-page .mana-1 .right {
    vertical-align: middle;
}
.mana-page .mana-2 {
    padding-top: 3.386%;
}
.mana-page .mana-2 .top .left {
    width: 44%;
    padding-right: 7%;
}
.mana-page .mana-2 .top .left .title::before {
    display: none;
}
.mana-page .mana-2 .top .right {
    width: 56%;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 12px;
    font-family: 'poppins';
    color: #4e4e4e;
}
.mana-page .mana-2 .top .right p {
    margin-top: 25px;
}
.mana-page .mana-2 .top .right p:first-child {
    margin-top: 0;
}
.mana-page .mana-2 .bottom {
    background: url(../images/mana2.jpg) no-repeat center top;
    background-size: 100% 100%;
    color: white;
    margin-top: 89px;
    padding: 4.672% 0 5.922% 0;
}
.mana-page .mana-2 .bottom .title {
    color: white;
}
.mana-page .mana-2 .bottom .title::before {
    display: none;
}
.mana-page .mana-2 .bottom .ig {
    background: rgba(255, 255, 255, 0.04);
    max-width: 1122px;
    margin: 26px 0 0 10.593%;
    padding: 41px 105px 58px 70px;
}
.mana-page .mana-2 .bottom .ig ul li {
    position: relative;
    padding-top: 19px;
}
.mana-page .mana-2 .bottom .ig ul li i {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    background: var(--color);
}
.mana-page .mana-2 .bottom .ig ul li i img {
    display: inline-block;
    vertical-align: middle;
}
.mana-page .mana-2 .bottom .ig ul li .text {
    display: inline-block;
    width: 82%;
    padding-left: 38px;
}
.mana-page .mana-2 .bottom .ig ul li .text span {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    font-weight: bold;
}
.mana-page .mana-2 .bottom .ig ul li .text p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 27px;
}
.mana-page .mana-2 .bottom .ig ul li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 31px;
    background: url(../images/mana-icon.png) no-repeat;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots {
    position: absolute;
    z-index: 2;
    right: -20%;
    top: 45%;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li {
    width: 18px;
    height: 18px;
    background: transparent;
    padding: 0;
    margin-bottom: 4px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    background: var(--color);
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li button {
    display: none;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li:last-child {
    margin-bottom: 0;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li.slick-active {
    background: rgba(255, 255, 255, 0.77);
}
.mana-page .mana-3 {
    padding-bottom: 68px;
}
.mana-page .mana-3 ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px;
}
.mana-page .mana-3 ul li .img {
    background: url(../images/about-dots.png) no-repeat -20px top;
    width: 51.448%;
    padding-top: 46px;
}
.mana-page .mana-3 ul li .text {
    width: 48.552%;
    padding-left: 41px;
    
}
.mana-page .mana-3 ul li .text .title::before {
    display: none;
}
.mana-page .mana-3 ul li .text .title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #c2c0c3;
    margin-top: 9px;
}
.mana-page .mana-3 ul li .text .con {
    font-size: 18px;
    line-height: 1.7;
    /*color: rgba(40, 39, 39, 0.87);*/
    margin-top: 40px;
    font-family: 'poppins';
    color: #2c2c2c;
    /*max-height: 430px;
    overflow-y: scroll;*/
}
.mana-page .mana-3 ul li .text dl {
    margin-top: 47px;
}
.mana-page .mana-3 ul li .text dl dd {
    font-size: 24px;
    font-weight: 700;
    font-weight: 500;
    line-height: 1.4;
    padding-left: 65px;
    position: relative;
    margin-bottom: 11px;
}
.mana-page .mana-3 ul li .text dl dd::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 32px;
    height: 26px;
    background: url(../images/mana-check.png) no-repeat;
}
.mana-page .mana-3 ul li .text dl dd:last-child {
    margin-bottom: 0;
}
.mana-page .mana-3 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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 100px 0 0;
}
.mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0 0 79px 22px;
    background: url(../images/about-dots1.png) no-repeat 20px 2px;
}
.mana-page .mana-3 ul li:last-child {
    margin-bottom: 0;
}
.mana-page .title {
    font-size: calc(1.77vw + 14px);
    font-weight: bold;
    position: relative;
}
.onestop-page .onestop-2 {
  padding-bottom: 6%;
  position: relative;
  z-index: 1;
}
.onestop-page .onestop-2 .list li {
  max-width: 200px;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.onestop-page .onestop-2 .list li.icon {
  width: auto;
}
.onestop-page .onestop-2 .list li span.border {
  padding-top: 100%;
  display: block;
  width: 100%;
  border-radius: 100%;
  position: relative;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li span.border:after {
  content: '';
  width: 100%;
  height: 100%;
  border: .4em solid black;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
}
.onestop-page .onestop-2 .list li span.border:before {
  content: '';
  width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
  border: 1px solid black;
  z-index: -1;
  position: absolute;
  border-radius: inherit;
}
.onestop-page .onestop-2 .list li span.bl {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  border-radius: 100%;
  background-color: var(--color);
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li span.bl:after,
.onestop-page .onestop-2 .list li span.bl:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  zoom: .5;
}
.onestop-page .onestop-2 .list li span.bl:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.onestop-page .onestop-2 .list li .box i {
  height: 0;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li .box i img {
  max-height: 100%;
}
.onestop-page .onestop-2 .list li .box span.h6 {
  line-height: 1.2;
}
.onestop-page .onestop-2 .list li .content {
  position: absolute;
  top: 100%;
  margin-top: 2em;
  background-color: var(--color);
  color: white;
  width: 35.83333333vw;
  border-radius: 0.5em;
  text-align: left;
  padding: 1.2em;
  left: 0;
  display: none;
}
.onestop-page .onestop-2 .list li .content span.line {
  border-bottom: 0.375em solid var(--color);
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  position: absolute;
  bottom: 100%;
}
.onestop-page .onestop-2 .list li .content span.line:before {
  content: '';
  height: 1em;
  width: 2px;
  background-color: var(--color);
  bottom: .3em;
  left: 50%;
  margin-left: -1px;
  position: absolute;
}
.onestop-page .onestop-2 .list li .content span.h6 {
  line-height: 1.2;
}
.onestop-page .onestop-2 .list li .content .text {
  color: inherit;
}
.onestop-page .onestop-2 .list li:nth-child(1) span.line {
  left: 10%;
}
.onestop-page .onestop-2 .list li:nth-child(3) .content {
  left: -10%;
}
.onestop-page .onestop-2 .list li:nth-child(3) .content span.line {
  left: 12.5%;
}
.onestop-page .onestop-2 .list li:nth-child(5) .content {
  left: initial;
  right: 0;
}
.onestop-page .onestop-2 .list li:nth-child(5) .content span.line {
  right: 15%;
}
.onestop-page .onestop-2 .list li:nth-child(7) .content {
  left: auto;
  right: -20%;
}
.onestop-page .onestop-2 .list li:nth-child(7) .content span.line {
  left: auto;
  right: 15%;
}
.onestop-page .onestop-2 .list li:nth-child(9) .content {
  left: auto;
  right: -10%;
}
.onestop-page .onestop-2 .list li:nth-child(9) .content span.line {
  left: auto;
  right: 12.5%;
}
.onestop-page .onestop-2 .list li:nth-child(11) .content {
  left: auto;
  right: 0;
}
.onestop-page .onestop-2 .list li:nth-child(11) .content span.line {
  left: auto;
  right: 10%;
}
.onestop-page .onestop-2 .list li.active span.border {
  opacity: 0;
}
.onestop-page .onestop-2 .list li.active span.bl {
  opacity: 1;
}
.onestop-page .onestop-2 .list li.active .box {
  color: white;
}
.onestop-page .onestop-2 .list li.active .box i {
  height: 1em;
}
.onestop-page .onestop-2 .list li.active .content {
  display: block;
}
.onestop-page .onestop-3 .list ul li .ig{
   border: 2px solid #ebebeb;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li .content {
  padding: 3% 6% 3%;
}
.onestop-page .onestop-3 .list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.onestop-page .onestop-3 .list ul li .ig > i {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: #f8f8f8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li .ig > i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li span.h5 {
  line-height: 1.2;
}
.onestop-page .onestop-3 .list ul li span.h6 {
  color: #636363;
}
.onestop-page .onestop-3 .list ul li .text {
  line-height: 1.5625;
}
.onestop-page .onestop-3 .list ul li .text i {
  color: black;
  font-weight: bold;
}
.onestop-page .onestop-3 .list ul li .ig:hover {
  border-color: var(--color);
}
.onestop-page .onestop-3 .list ul li .ig:hover > i {
  background-color: var(--color);
}
.onestop-page .onestop-3 .list ul li .ig:hover > i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.industrial-1 .right {
  position: relative;
  z-index: 1;
}
.app-page .industrial-1 .right span.h2 {
  width: 100%;
}
.industrial-1 .right .text {
  line-height: 1.8;
}
.soludet-page .container{
  width: 100%;
  max-width: 1480px;
}
.soludet-page .soludet-1 .left {
    vertical-align: middle;
    max-height: 600px;
    overflow: hidden;
}
/*.soludet-page .soludet-1 .left img{
  max-height: 600px;
}*/
.soludet-page .soludet-1 .right {
    padding-left: 30px;
    vertical-align: middle
}
.soludet-page .soludet-1 .right h1 {
    font-size: 26px;
    font-weight: 600
}
.soludet-page .soludet-1 .right .content {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 30px
}
.soludet-page .soludet-3 table,
.soludet-page .soludet-3 table tr td{
    border: 1px solid #ccc;
}
.soludet-page .soludet-3 table tr:nth-child(even){
    background: transparent;
}
.soludet-page h4 {
    font-size: 28px;
    font-weight: 700
}
.soludet-page .soludet-3 ul {
    margin: -15px
}
.soludet-page .soludet-3 ul li {
    padding: 15px
}
.soludet-page .soludet-3 ul li a {
    display: block
}
.soludet-page .soludet-3 ul li a.img-box{
  background: #fff;
}
.soludet-page .soludet-3 ul li:nth-child(10)~li {
    display: none
}
.soludet-page .soludet-3 .content.active ul li {
    display: inline-block !important
}
.soludet-page .soludet-3 .content.active+.txt-center {
    display: none
}
.soludet-page .soludet-4 ul{
  margin: -15px;
}
.soludet-page .soludet-4 ul li{
  padding: 15px;
}
.soludet-page .soludet-4 ul li img{
  width: 100%;
}
.soludet-page .soludet-5{
  background: #efefef;
}
.soludet-3 .content .dets strong span{
  display: block;
  padding: 10px 15px;
  color: #fff;
}
.init-40 {
    position: relative;
}
.init-40:before{
  content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 8px;
    left: 0;
    z-index: 0;
}
.init-40 .list {
  padding-right: 29%;
  margin-right: -10%;
  overflow: hidden;
  font-size: 0;
}
.init-40 .list li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.init-40 .list .slick-list {
  overflow: unset;
}
.init-40 .list span.h2 {
  line-height: .8;
  -webkit-text-stroke: 1px #000;
  color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
      opacity: 0.4;
}
.init-40 .list i.dots {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: #000;
}
.init-40 .list .text {
  margin-bottom: auto;
}
.init-40 .list .slick-current span.h2 {
      opacity: 1;
    font-weight: 500;
}
.init-40  ol li{
  padding: 0 !important;
}
.init-40 ol{
  padding: 0 !important;
}
.init-40 .list .text{
  height: 140px;
  overflow-y: auto;
}
@media (max-width: 1800px) {
  .about-page .about-3 .top .left,
  .about-page .about-3 .bottom .left{
      padding-right: 60px;
  }
}
@media (max-width: 1500px) {
  .about-page .about-3 .top .left,
  .about-page .about-3 .bottom .left{
      padding-right: 50px;
  }
  .mana-page .mana-2 .top .left {
        padding-right: 2%;
    }
    .mana-page .mana-2 .bottom .ig {
        margin: 26px auto 0;
    }
    .mana-page .mana-2 .bottom .ig ul.slick-dots {
        right: -11%;
    }
    .mana-page .mana-3 ul li:nth-child(even) .text {
        padding: 0 50px 0 0;
    }
    .mana-page .mana-3 ul li .text dl dd {
        font-size: 21px;
    }
    .onestop-page .onestop-2{
        padding-bottom: 26%;
    }
    .onestop-page .onestop-2 .list li {
      max-width: 150px;
    }
}
@media (max-width: 1250px) {
  .about-page .about-advantage ul{
      margin: -10px;
  }
  .about-page .about-advantage ul li{
      padding: 10px;
  }
  .about-page .about-advantage ul li .ig{
      padding: 30px 15px;
  }
  .about-page .about-3 .top .left,
  .about-page .about-3 .bottom .left{
      padding-right: 30px;
  }
  .mana-page .mana-1 .left {
        padding-right: 4%;
    }
    .mana-page .mana-1 .left .title {
        font-size: 40px;
    }
    .mana-page .mana-2 .top .left .title {
        font-size: 40px;
    }
    .mana-page .mana-3 ul li .text .title {
        font-size: 40px;
        line-height: 1.4;
    }
    .mana-page .mana-3 ul li:nth-child(even) .text {
        padding: 0 30px 0 0;
    }
    .mana-page .mana-3 ul li .text dl dd {
        font-size: 20px;
        padding-left: 45px;
    }
    .mana-page .mana-3 ul li .text dl dd::before {
        top: 0;
    }
     .onestop-page .onestop-2 .list li .content {
    display: block;
    position: static;
    width: 100%;
    margin-top: 0;
  }

  .onestop-page .onestop-2 .list li .content span.line {
    display: none;
  }

  .onestop-page .onestop-2 .list li {
    width: 100%;
    max-width: none;
  }

  .onestop-page .onestop-2 .list li .box,
  .onestop-page .onestop-2 .list li .bl,
  .onestop-page .onestop-2 .list li span.border {
    display: none;
  }

  .onestop-page .onestop-2 .list li.icon {
    display: none;
  }

  .onestop-page .onestop-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }

  .onestop-page .onestop-2 {
    padding-bottom: 15%;
  }
}
@media (max-width: 1100px) {
    .mana-page .mana-1 .left {
        padding-right: 2%;
    }
    .mana-page .mana-1 .left .con {
        margin-top: 10px;
    }
}
@media (max-width: 1000px) {
  .about-page .about-data .text{
      position: initial;
  }
  .font-30 {
    font-size: 20px;
  }
  .font-44{
    font-size: 24px;
  }
  .about-page .about-3 .bottom{
      padding-bottom: 60px;
  }
   .mana-page .mana-1 .left {
        width: 100%;
        padding-right: 0;
    }
    .mana-page .mana-1 .right {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .mana-page .mana-2 .top .left {
        width: 100%;
        padding-right: 0;
    }
    .mana-page .mana-2 .top .right {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .mana-page .mana-2 .bottom {
        margin-top: 40px;
    }
    .mana-page .mana-2 .bottom .ig {
        padding: 20px 40px 40px 30px;
    }
    .mana-page .mana-2 .bottom .ig ul li .text {
        padding-left: 20px;
    }
    .mana-page .mana-2 .bottom .ig ul.slick-dots {
        right: -5%;
    }
    .mana-page .mana-3 ul li {
        margin-bottom: 30px;
    }
    .mana-page .mana-3 ul li .img {
        width: 100%;
    }
    .mana-page .mana-3 ul li .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .mana-page .mana-3 ul li .text .con,
    .mana-page .mana-3 ul li .text dl {
        margin-top: 20px;
    }
    .mana-page .mana-3 ul li:nth-child(even) .text {
        padding: 20px 0 0 0;
    }
    .mana-page .mana-3 ul li:nth-child(even) .img {
        padding: 0 0 79px 0;
    }
    .app-page .industrial-1 .right span.h2 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .about-page .about-3 .bottom{
      padding-bottom: 30px;
  }
  .about-page .about-3 .top .left,
  .about-page .about-3 .bottom .left{
      padding-right: 0;
  }
  .about-page .about-3 .top .right{
      margin-top: 20px;
  }
  .about-page .about-6{
      padding: 30px 0;
  }
  .about-page .about-6 .historyBox{
      margin-top: 20px;
  }
  .mana-page .mana-1 .left .title,
    .mana-page .mana-2 .top .left .title {
        font-size: var(--ft36);
        line-height: 1.5;
    }
    .mana-page .mana-2 .top .right {
        padding: 10px 0 0 0;
        margin-top: 0;
    }
    .mana-page .mana-2 .bottom {
        margin-top: 20px;
    }
    .mana-page .mana-2 .bottom .ig ul li .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .mana-page .mana-2 .bottom .ig ul li .text p {
        margin-top: 10px;
    }
    .mana-page .mana-3 ul li .text .title {
        font-size: var(--ft36);
    }
    .mana-page .mana-3 ul li:nth-child(even) .img {
        padding: 0;
    }
}
@media (max-width: 500px) {
  .mana-page .mana-1 .left .title,
    .mana-page .mana-2 .top .left .title {
        font-size: var(--ft32);
    }
    .mana-page .mana-1 .left .con {
        font-size: 14px;
        line-height: 2;
    }
    .mana-page .mana-2 .top .right {
        font-size: 14px;
        line-height: 2;
    }
    .mana-page .mana-2 .bottom .ig {
        padding: 20px 20px 30px 20px;
    }
    .mana-page .mana-2 .bottom .ig ul li .text p {
        font-size: 14px;
        line-height: 2;
    }
    .mana-page .mana-3 ul li .text .con {
        font-size: 14px;
        line-height: 2;
    }
}

/*2026-7-23*/
.download-page .down-1 {
  text-align: center;
  padding: 90px 0 ;
}
.download-page .down-1 ul.downlist {
  margin: 0 -20px;
  margin-top: 30px;
  text-align: left;
}
.download-page .down-1 ul.downlist li {
  padding: 20px;
}
.download-page .down-1 ul.downlist li .item {
  width: 100%;
  border: 2px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/donw-bj.png) right bottom no-repeat;
  background-size: cover;
}
.download-page .down-1 ul.downlist li .item .imgbox {
  width: 47%;
}
.download-page .down-1 ul.downlist li .item .text {
  width: 45%;
}
.download-page .down-1 ul.downlist li .item .text a.down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  font-size: 20px;
}
.download-page .down-1 ul.downlist li .item .text a.down img {
  margin-right: 20px;
}
.ad-page .content ul{
  margin: -15px;  
}
.ad-page .content ul li{
  padding: 15px;  
}
.about-page #index-body .i-advantage{
  background: #f5f5f5;
}
.about-page #index-body .i-advantage ul{
  margin: -20px;
}
.about-page #index-body .i-advantage ul li{
  padding: 20px;
}
.about-page #index-body .i-advantage ul li .ig{
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(25, 25, 25, 0.2);
  box-shadow: 0px 0px 20px rgba(25, 25, 25, 0.2);
}
.about-page #index-body .i-advantage ul li .ig .icon img{
  -webkit-filter: none;  
  filter: none;
}
.fancybox-slide--image .fancybox-content{
  background: #fff !important;
}
#index-body .i-case {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#index-body .i-case .header p {
  font-weight: 300;
}
#index-body .i-case ul li .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-case .list ul li .img-box::after{
  display: none;
}
#index-body .i-case ul .slick-current li .img-box::after {
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
}
#index-body .i-case .content .slickBtn div {
  width: 2.85em;
  height: 2.85em;
  background-color: #000000;
}
#index-body .i-case .list .slickBtn div{
  font-size: 30px;
  background: var(--color);
  color: #fff;
}
#index-body .i-case .content .slickBtn div i{
    font-size: 30px;
}
#index-body .i-case .content .slickBtn div:hover {
  background: var(--color);
}
#index-body .i-case .content .slickBtn div.prev {
  right: initial;
  left: 27.5%;
}
#index-body .i-case .content .slickBtn div.next {
  left: initial;
  right: 27.5%;
}
.tc{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0,0,0,0.8);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
  z-index: -1;
}
.tc i.iconfont-close{
  position: absolute;
  top: -10%;
  right: -3%;
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.tc i.iconfont-close:hover{
  background: #fff;
  color: #000;
}
.tc ul{
  height: 100%;
}
.tc ul li{
  display: none;
}
.tc .img-box img{
  width: auto;
}
.tc .small{
  margin-top: 20px;
}
.tc .small dl{
  margin: 0 -10px;
}
.tc .small dl .slick-slide{
  height: auto;
}
.tc .small dd{
  padding: 0 10px;
  height: 100%;
}
.tc .small dd .img-box{
  height: 100%;
}
.tc .small .slickBtn div{
  background: var(--color);
  color: #fff;
}
.tc .small .slickBtn div.prev{
  right: 98%;
}
.tc .small .slickBtn div.next{
  left: 98%;
}
.tc .big,
.tc .small{
  width: 48.23%;
  margin-left: auto;
  margin-right: auto;
}
.tc.active{
  opacity: 1;
  z-index: 999;
}
#index-body .i-case.project{
  padding: 6.3021% 0 0;  
}
#index-body .i-case.project .i-title::after {
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-page .about-map .text{
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);  
}
.onestop-page .onestop-2 .content ul .slick-slide > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.onestop-page .onestop-2 .content ul li {
  height: 710px;
  width: 25%;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  transition: .7s;
}
.onestop-page .onestop-2 .content ul li .img_box{
  display: block;
  position: relative;
  height: 100%;
  transform-origin: center center;
}
.onestop-page .onestop-2 .content ul li .text {
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  opacity: 0;
  z-index: 1;
  height: 100%;
}
.onestop-page .onestop-2 .content ul li .text::after{
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
}
.onestop-page .onestop-2 .content ul li.active {
  width: 60% !important;
}
.onestop-page .onestop-2 .content ul li.active .img_box{
  width: 100%;
}
.onestop-page .onestop-2 .content ul li.active .text {
  opacity: 1;
}
.onestop-page .onestop-2 .arrow a{
   position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); 
}
.onestop-page .onestop-2 .arrow a.prev{
  left: 0;
}
.onestop-page .onestop-2 .arrow a.next{
  right: 0;
}
@media (max-width: 1700px) {
  .onestop-page .onestop-2 .content ul li {
    height: 610px;
  }
}
@media (max-width: 1450px) {
    .product-page .title h1{
        font-size: 30px;
    }
    .font-58,
    .font-48,
    .inner-banner h2.tit,
    .about-page .about-1 .about-box .right .h3,
    .contact-page .contact-1 .contact-box .contact-content .left h2{
      font-size: 30px;
    }
    .newdet-page .news-content .m-link .next .right h4{
      font-size: 18px;
    }
    .newdet-page .news-content .m-link .next{
       padding: 20px 15px; 
    }
        .news-page .news-list ul li .right p {
        max-height: 90px;
    }
    .news-page .news-list ul li .right h4{
        font-size: 20px;
    }
    .onestop-page .onestop-2 .content ul li {
    height: 510px;
  }
  .contact-page{
      padding-top: 170px;
  }
}
@media (max-width: 1250px) {
    .inner-banner{
        background-attachment: initial;
    }
    .contact-page{
      padding-top: 90px;
    }
}
@media (max-width: 1000px) {
  .download-page .down-1{
    padding: 60px 0;
  }  
  .download-page .down-1 ul.downlist li .item{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .download-page .down-1 ul.downlist li .item .imgbox,
  .download-page .down-1 ul.downlist li .item .text{
    width: 100%;
  }
  .download-page .down-1 ul.downlist li .item .text{
    margin-top: 20px;
  }
  #index-body .i-case .content .slickBtn div.prev {
    left: 22%;
  }
  #index-body .i-case .content .slickBtn div.next {
    right: 22%;
  }
  .about-page .about-map .text .con{
    width: 40%;
  }
   .onestop-page .onestop-2 .content ul li {
    height: 410px;
  }
  .contact-page .contact-1{
    margin-top: 0;
  }
  .contact-page .contact-1 .contact-box{
    padding: 30px 15px;
  }
}
@media (max-width: 700px) {
  .download-page .down-1{
    padding: 30px 0;
  }
  .font-58,
  .font-48,
  .inner-banner h2.tit,
    .about-page .about-1 .about-box .right .h3,
    .contact-page .contact-1 .contact-box .contact-content .left h2{
      font-size: 26px;
  }
  .news-page .news-list ul li .right h4{
      font-size: 18px;
  }
  .about-page .about-map{
      background: #fff;
  }
  .about-page .about-map .text{
   top: 0;
   -webkit-transform: translateY(0%);
   -moz-transform: translateY(0%);
   -ms-transform: translateY(0%);
   transform: translateY(0%);  
   width: 56%;
 }
 .about-page .about-map .text .con{
    width: 100%;
 }
 .about-page .about-map .text .con p:last-child{
    margin-top: 12px;
    font-size: 16px;
 } 
 .onestop-page .onestop-2 .content ul li .text {
    opacity: 1;
  }
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-1 .contact-box .contact-content,
  .contact-page .contact-1 .contact-box .contact-content .left ul{
    margin-top: 30px;  
  } 
  .contact-page h2.tit{
      font-size: 30px;
  }
}
@media (max-width: 500px) {
  #index-body .i-case .content {
    padding: 0 15px;
  }
  #index-body .i-case .content .slickBtn div.prev {
    left: 15px;
  }
  #index-body .i-case .content .slickBtn div.next {
    right: 15px;
  }
  .about-page .about-map .text{
      position: initial;
      width: 100%;
      padding-bottom: 40px;
  }
  .about-page .about-map img{
      transform: scale(2);
      margin-left: -40%;
      margin-top: 50px;
      margin-bottom: 50px;
  }
  .contact-page h2.tit{
      font-size: 24px;
  }
}