@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  --color: #013090;
  margin: 0 auto;
}
.container {
  width: 1550px;
}
.bigtt-zt {
  font-family: "Montserrat";
  font-weight: bold;
}
#header {
  z-index: 20;
  position: absolute;
  width: 100%;
  top: 34px;
  top: 0;
  left: 0;
  background-color: #000;
}
#header::after{
    content: "";
    width: calc(30% + 40px);
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0, calc(100% - 40px) 100%, 0% 100%);
}
#header .nav {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .nav .logo {
  width: 26%;
}
#header .nav .logo img {
  transition: all 0.5s;
}
#header .nav .ui.menu {
  width: 70%;
  height: 100px;
  padding-left: 60px;
  position: relative;
  z-index: 0;
  flex-shrink: 0;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 72%;
}
#header .nav .ui.menu .menu-box .menu-menu-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu::after {
  content: "\20";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
  margin: 0 5px;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  height: 100%;
  color: #fff;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:nth-last-child(1) {
  display: none;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu {
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: scaleY(0);
  transform-origin: 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  transform: scaleY(0);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu > li:hover > ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: scaleY(1);
  display: block \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: scaleY(1);
  display: block \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .right {
  display: flex;
  align-items: center;
  height: 100%;
  width: 28%;
}
#header .nav .ui.menu .right .h-language {
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
#header .nav .ui.menu .right .h-language span img {
  transition: all 0.5s;
}
#header .nav .ui.menu .right .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 110%;
  right: 0;
  width: 130px;
  -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 .ui.menu .right .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .right .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .right .h-language:hover img {
  filter: none;
}
#header .nav .ui.menu .right .h-search {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
#header .nav .ui.menu .right .h-search img {
  transition: all 0.5s;
  filter: brightness(0) invert(1);
}
#header .nav .ui.menu .right .h-search:hover img {
  filter: none;
}
#header .nav .ui.menu .right .h-inquire {
  width: 270px;
  height: 100%;
  background-color: var(--color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  clip-path: polygon(40px 0%, 100% 0%, 100% 0, 100% 100%, 0% 100%);
  transition: all 0.5s;
}
#header .nav .ui.menu .right .h-inquire:hover {
  background-color: #3b3b3b;
}
#header .nav .ui.menu::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  clip-path: polygon(40px 0%, 100% 0%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
#header.active_h{
  position: fixed;
  transform: translateY(-100%);
  background-color: transparent;
}

#header.active_h .nav .ui.menu::after{
    background-color: rgba(255, 255, 255, 0.6);
}
#header.active_h .nav .ui.menu .right .h-inquire{
    background-color: rgba(1, 48, 144, 0.6);
}
#header.active_h .nav .ui.menu .menu-box .menu-menu-container ul.menu > li{
    color: #000;
}
#header.active_h .nav .ui.menu .right .h-search img {
  filter: none;
}

#header.active_l{
    transform: translateY(0);
    transition:all .6s;
}
#header.inner_active .nav .logo img{
  transform: scale(0.8);
}
#banner{
    padding-top: 100px;
}
#banner .banner-content {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0, 100% calc(100% - 100px), 0% 100%);
  position: relative;
  height: 100vh;
}
#banner .banner-content .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
  margin-top: -5%;
}
#banner .banner-content .swiper-slide .txt-content h3 {
  max-width: 717px;
}
#banner .banner-content .swiper-slide .txt-content .text2 {
  max-width: 575px;
}
#banner .banner-content .swiper-tool-box {
  width: 100%;
  position: absolute;
  bottom: 20%;
  left: 0;
  z-index: 1;
}
#banner .banner-content .swiper-tool-box .swiper-tool {
  position: relative;
  width: auto;
}
#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination {
  width: auto;
  position: static;
}
#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-bullet {
  margin-right: 10px;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: rgba(255, 255, 255, 0.24);
  opacity: 1;
  transition: all 0.5s;
}
#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-bullet-active {
  width: 44px;
  background-color: #fff;
}
.btn-go {
  width: auto;
  min-width: 200px;
  padding: 0 30px;
  padding-left: 75px;
  height: 58px;
  border-radius: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: #ffffff;
  font-size: 18px;
  position: relative;
}
.btn-go i {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.btn-go i::before {
  transform: rotate(-35deg);
  transition: all 0.5s;
}
.btn-go:hover {
  border-color: var(--color);
  background-color: var(--color);
  color: #fff;
}
.btn-go:hover i {
  background-color: #fff;
  color: var(--color);
}
.btn-go:hover i::before {
  transform: rotate(0);
}
.pt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  height: 55px;
  border-radius: 55px;
  font-size: 18px;
  color: #fff;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: var(--color);
}
.pt-btn:hover {
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}
.mk-tt {
  color: #333333;
}
.mk-tt .subs {
  position: relative;
  padding-left: 20px;
  color: #3c4a31;
}
.mk-tt .subs::after {
  content: "";
  display: block;
  width: 8px;
  height: 20px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: skewX(-20deg) translateY(-50%);
}
.mk-tt .subs.color-ff {
  color: #fff;
}
.mk-tt.w_k {
  color: #fff;
}
.mk-tt.w_k .subs {
  color: #fff;
}
.mk-tt.w_k .subs::after {
  background-color: #fff;
}
#index-body .init-about {
  position: relative;background-color: #0d1b35;
  clip-path: polygon(0% 0%, 100% 40px, 100% 0, 100% 100%, 0% 100%);
}
#index-body .init-about .bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#index-body .init-about .right .btn-go{
    background-color: transparent;
    color: #fff;
}
#index-body .init-competence {
  background-attachment: fixed;
  clip-path: polygon(0% 0%, 100% 100px, 100% 0, 100% 100%, 0% 100%);
  overflow: hidden;
}
#index-body .init-competence .mk-content ul li .box .icon {
  position: relative;
  z-index: 0;
  width: 72px;
  height: 81px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-competence .mk-content ul li .box .icon img {
  transform: translateX(35px);
}
#index-body .init-competence .mk-content ul li .box .icon::after {
  content: "";
  display: block;
  width: 84px;
  height: 84px;
  background-color: var(--color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: -7px;
  z-index: -1;
}
#index-body .init-competence .mk-content .slickDots ul li {
  width: 9px;
  height: 9px;
  border-radius: 9px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.24);
}
#index-body .init-competence .mk-content .slickDots ul li.slick-active {
  background-color: #fff;
  width: 44px;
}
#index-body .init-product {
  overflow: hidden;
  position: relative;
}
#index-body .init-product .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -22%);
}
#index-body .init-product .mk-ttbox .catlist .lbbox {
  margin-right: -100px;
}
#index-body .init-product .mk-ttbox .catlist ul li .box {
  gap: 12px;
  cursor: pointer;
}
#index-body .init-product .mk-ttbox .catlist ul li .box i {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.5s;
}
#index-body .init-product .mk-ttbox .catlist ul li .box i img {
  transition: all 0.5s;
}
#index-body .init-product .mk-ttbox .catlist ul li.active i {
  background-color: var(--color);
}
#index-body .init-product .mk-ttbox .catlist ul li.active i img {
  filter: brightness(0) invert(1);
}
#index-body .init-product .product-list .item {
  display: none;
}
#index-body .init-product .product-list .item.active {
  display: block;
}
#index-body .init-product .product-list .lbbox {
  margin-left: -100px;
  margin-right: -100px;
  padding-bottom: 60px;
  overflow: visible;
}
#index-body .init-product .product-list ul li {
  width: 424px;
  height: auto;
  opacity: 0 !important;
  transition: all 0.5s;
  will-change: transform;
}
#index-body .init-product .product-list ul li .box {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 30px;
  box-shadow: 0px 4px 40px 0px rgba(6, 6, 6, 0.1);
  transition: all 0.5s;
}
#index-body .init-product .product-list ul li.swiper-slide-visible {
  opacity: 0.8 !important;
}

#index-body .init-product .product-list ul li .pt-btn{
    background-color: #f4f4f4;
    color: #000;
}
#index-body .init-product .product-list ul li.swiper-slide-active{
    opacity: 1 !important;
}
#index-body .init-product .product-list ul li.swiper-slide-active .pt-btn{
    background-color: var(--color);
    color: #fff;
}


#index-body .init-product .product-list .drop {
  position: relative;
  z-index: 1;
  user-focus: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 11.45833333vw;
  max-height: 220px;
}
#index-body .init-product .product-list .drop > div {
  height: 100%;
  position: relative;
}
#index-body .init-product .product-list .drop > div:before {
  content: "";
  width: 100%;
  padding-top: 100%;
  border-radius: 100%;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#index-body .init-product .product-list .drop span.h1 {
  line-height: 1;
  margin: auto 0;
}
#index-body .init-product .product-list .drop .btn {
  transform: rotate(-19deg) translate(-25%, -27%);
}
#index-body .init-product .product-list .drop .btn .hand {
  background: transparent;
  position: static;
  margin-top: 0;
  transition: all 0.5s;
  color: #ccc;
}
#index-body .init-product .product-list .drop .btn .hand:hover {
  color: var(--color);
}
#index-body .init-product .product-list .drop .btn .prev {
  transform: rotate(-15deg);
}
#index-body .init-product .product-list .drop .btn .prev i {
  font-size: 28px;
}
#index-body .init-product .product-list .drop .btn .next {
  transform: rotate(18deg);
}
#index-body .init-product .product-list .drop .btn .next i {
  font-size: 28px;
}
#index-body .init-product .product-list .drop img {
  user-focus: none;
  user-select: none;
  pointer-events: none;
  position: relative;
  transition: 0.5s transform;
}
#index-body .init-product .product-list .drop .dropBtn {
  transform-origin: center center;
  max-width: 2em;
  transform: translateY(-30%);
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
#index-body .init-product .product-list .drop .dropBtn img {
  transform: rotate(22deg);
}
#index-body .init-product .product-list .drop .dropBtn.drag-right img {
  transform: rotate(-40deg);
}
#index-body .init-product .product-list .drop .dropBtn.drag-left img {
  transform: rotate(140deg);
}
#index-body .init-manufacture {
  background-color: #091835;
  clip-path: polygon(0% 0%, 100% 60px, 100% 0, 100% calc(100% - 30px), 0% 100%);
}
#index-body .init-manufacture .mk-content .left .imgbox {
  margin-left: calc((1520px - 100vw) / 2);
}
#index-body .init-news {
  background-repeat: no-repeat;
  background-position: right center;
}
#index-body .init-news .mk-content {
  max-height: 550px;
  overflow-y: auto;
  padding-right: 10px;
}
#index-body .init-news .mk-content ul li .box {
  padding-top: 50px;
  padding-bottom: 38px;
  border-bottom: 1px solid #cacaca;
}
#index-body .init-news .mk-content ul li .box .txtbox .lico {
  margin-top: 8px;
}
#index-body .init-news .mk-content ul li .box .txtbox .rico {
  line-height: 0.7;
  cursor: pointer;
  font-size: 52px;
  font-weight: 300;
}
#index-body .init-news .mk-content ul li .box .txtbox .tt {
  width: 100%;
}
#index-body .init-news .mk-content ul li .box .content {
  color: #6c6c6c;
  display: none;
}
#index-body .init-application {
  position: relative;
}
#index-body .init-application .imglb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
      clip-path: polygon(0% 0%, 100% 40px, 100% 0, 100% 100%, 0% 100%);
}
#index-body .init-application .imglb .swiper-container {
  height: 100%;
}
#index-body .init-application .imglb .swiper-container ul li .box {
  height: 100%;
}
#index-body .init-application .imglb .swiper-container ul li .box img {
  height: 100%;
  object-fit: cover;
  width:100%;
}
#index-body .init-application .mk-content .mk-ttbox .desc {
  max-width: 1280px;
  max-height: calc(28px * 6);
  overflow-y: auto;
}
#index-body .init-application .mk-content .tablb ul {
  align-items: flex-end;
  justify-content: center;
}
#index-body .init-application .mk-content .tablb ul li {
  padding-top: 35px;
}
#index-body .init-application .mk-content .tablb ul li .box {
  transition: 0.5s all;
  background-color: transparent;
  padding: 42px;
  transform: translateY(30px);
}
#index-body .init-application .mk-content .tablb ul li .box .num {
  border-bottom: solid 1px #eeeeee;
}
#index-body .init-application .mk-content .tablb ul li .box .mk-btn {
  opacity: 0;
}
#index-body .init-application .mk-content .tablb ul li .box .mk-btn span {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  transition: all 0.5s;
}
#index-body .init-application .mk-content .tablb ul li .box .mk-btn:hover span {
  background-size: 100% 1px;
}
#index-body .init-application .mk-content .tablb ul li.active .box {
  transform: translateY(0);
  background-color: rgba(1, 63, 188, 0.72);
}
#index-body .init-application .mk-content .tablb ul li.active .box .mk-btn {
  opacity: 1;
}
#index-body .init-inquire .mk-content {
  color: rgba(0, 0, 0, 0.5);
}
#index-body .init-inquire .form form input {
  background-color: rgba(0, 0, 0, 0.08);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  max-width: 207px;
  width: 100%;
  padding: 5px 35px;
  border-radius: 5px;
  height: 70px;
}
#index-body .init-inquire .form form input.content {
  max-width: 629px;
}
#index-body .init-inquire .form form input::placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #000;
}
#index-body .init-inquire .form form .send {
  width: 209px;
  border: 0;
  border-radius: 5px;
  height: 70px;
  background-color: var(--color);
  color: #fff;
  gap: 18px;
  transition: all 0.5s;
  border: 1px solid transparent;
  flex-shrink: 0;
}
#index-body .init-inquire .form form .send img {
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}
#index-body .init-inquire .form form .send:hover {
  background-color: #fff;
  color: var(--color);
  border-color: var(--color);
}
#index-body .init-inquire .form form .send:hover img {
  filter: none;
}
#footer {
  background-color: #04122b;
}
#footer .footer-center .footer-t .footer-t-gird {
  width: 100%;
}
#footer .footer-center .footer-t .footer-t-gird .t-list {
  max-width: 260px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list li {
  transition: all 0.5s;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact {
  max-width: 430px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact ul li {
  position: relative;
  padding-left: 40px;
  line-height: 2;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact ul li i {
  position: absolute;
  left: 0;
  top: 8px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li a {
  position: relative;
  padding-left: 16px;
  transition: all 0.5s;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4d4d4d;
  position: absolute;
  left: 0;
  top: 7px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li:hover a {
  background-size: 100% 1px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.code #ewm {
  width: 171px;
  height: 171px;
  background: #fff;
  border: 6px solid #fff;
}
#footer .footer-center .footer-b {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 22px 0;
}
#footer .footer-center .footer-b .con {
  color: #fff;
}
#footer .footer-center .footer-b .con p {
  font-size: 18px;
  font-weight: 300;
}
#footer .footer-center .footer-b .con .svg {
  transform: translateY(2px);
}
#footer .footer-center .footer-b .con svg {
  width: auto;
  max-height: 32px;
  transition: all 0.5s;
  fill: #fff;
}
#footer .footer-center .footer-b .share li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
}
#footer .footer-center .footer-b .share li a img {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1800px) {
  #index-body .init-product .mk-ttbox .catlist .lbbox {
    margin-right: 0;
  }
  #index-body .init-product .mk-ttbox .catlist ul li .box i {
    zoom: 0.7;
  }
}
@media screen and (max-width: 1700px) {
  #index-body .init-manufacture .mk-content .left .imgbox {
    margin-left: calc((1370px - 100vw) / 2);
  }
}
@media screen and (max-width: 1450px) {
  body {
    font-size: 16px;
  }
  .btn-go {
    zoom: 0.9;
  }
  .pt-btn {
    zoom: 0.9;
  }
  #header .nav .ui.menu {
    width: 74%;
  }
  #header .nav .logo {
    padding-left: 30px;
  }
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    font-size: 16px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list {
    max-width: 240px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 400px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.code #ewm {
    width: 150px;
    height: auto;
  }
  #index-body .init-manufacture .mk-content .left .imgbox {
    margin-left: calc((1170px - 100vw) / 2);
  }
  #index-body .init-manufacture {
    clip-path: polygon(0% 0%, 100% 30px, 100% 0, 100% calc(100% - 30px), 0% 100%);
  }
  #index-body .init-news .mk-content ul li .box .txtbox .lico {
    margin-top: 4px;
  }
  #index-body .init-news .mk-content ul li .box .txtbox .rico {
    font-size: 42px;
  }
  #index-body .init-application .mk-content .tablb ul li .box {
    padding: 30px;
  }
  #index-body .init-inquire .form form input::placeholder {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
    #banner{
        padding-top: 0;
    }
  #banner .banner-content {
    height: 40vw;
  }
  #banner .banner-content .swiper-tool-box {
    bottom: 14%;
  }
  #banner .banner-content {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0, 100% 100%, 0% 100%);
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 320px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.code #ewm {
    width: 116px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list {
    max-width: 207px;
  }
  #index-body .init-manufacture .mk-content .left .imgbox {
    margin-left: calc((940px - 100vw) / 2);
  }
  #index-body .init-product .product-list ul li {
    width: 324px;
  }
  #index-body .init-inquire .form form {
    flex-wrap: wrap;
    gap: 0;
  }
  #index-body .init-inquire .form form input {
    max-width: calc(50% - 8px) !important;
    margin-bottom: 15px;
    height: 58px;
  }
  #index-body .init-inquire .form form .send {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content {
    height: 400px;
  }
  #footer .footer-center .footer-t .footer-t-gird .link {
    display: none;
  }
  #footer .footer-center .footer-b p {
    justify-content: center;
  }
  #footer .footer-center .footer-b .con p {
    font-size: 16px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: calc(98% - 116px);
  }
  #footer .footer-center .footer-b {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    gap: 15px;
  }
  #footer .footer-center .footer-b .share li a {
    zoom: 0.8;
  }
  #index-body .init-competence .mk-content ul li .box .icon {
    zoom: 0.8;
  }
  #index-body .init-competence {
    background-attachment: fixed;
    clip-path: polygon(0% 0%, 100% 0, 100% 0px, 100% 100%, 0% 100%);
  }
  #index-body .init-manufacture .mk-content .left .imgbox {
    margin-left: 0;
  }
  #index-body .init-manufacture {
    clip-path: polygon(0% 0%, 100% 0, 100% 0, 100% 100%, 0% 100%);
    padding-top: 50px;
  }
  #index-body .init-news .mk-content ul li .box {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #index-body .init-product .product-list ul li {
    opacity: 1 !important;
  }
  #index-body .init-product .product-list .lbbox {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 30px;
  }
  #index-body .init-product .product-list .drop .btn .prev {
    transform: rotate(0);
  }
  #index-body .init-product .product-list .drop .btn .next {
    transform: rotate(0);
  }
  #index-body .init-product .product-list .drop .btn {
    transform: rotate(0) translate(0);
    justify-content: center;
    align-items: center;
  }
  #index-body .init-product .product-list .drop > div {
    align-items: center;
  }
  #index-body .init-product .product-list .drop > div:before {
    padding: 0;
    display: none;
  }
  #index-body .init-product .product-list .drop .btn .hand {
    height: 26px;
  }
  #index-body .init-product .product-list .drop .dropBtn {
    transform: none;
  }
  #index-body .init-product {
    padding-bottom: 40px;
  }
  .mk-tt br {
    display: none;
  }
  #index-body .init-application .mk-content .tablb ul{
      justify-content: flex-start;
  }
  #index-body .init-application .mk-content .tablb ul li .box {
    padding: 15px;
  }
}
@media screen and (max-width: 700px) {
  body {
    font-size: 15px;
  }
  .btn-go {
    zoom: 0.8;
  }
  .pt-btn {
    zoom: 0.8;
  }
  .phone_hide {
    display: none;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list {
    max-width: 100% !important;
    padding: 15px 0;
  }
  #index-body .init-inquire .form form input {
    max-width: 100% !important;
  }
}
/*----- inner-page -----*/
.oxy-nav-menu .mb2-search input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}
#mobile3 .m-search form input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}
@media (max-width: 1000px) {
  #innerMobileBanner .banner2 .text {
    font-size: 26px;
  }
}
@media (max-width: 700px) {
  #innerMobileBanner .banner2 .text {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  #innerMobileBanner .banner2 .text {
    font-size: 22px;
  }
}


.inner-banner {
    height: 520px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    padding-top: 100px;
}

.inner-banner::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    right: 100%;
    height: 200%;
    /*background-color:#01309085;*/
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-animation: round_translate2 12s linear infinite;
    -moz-animation: round_translate2 12s linear infinite;
    animation: round_translate2 12s linear infinite;
    z-index: 10;pointer-events: none;
}

.inner-banner .inner-content {
    width: 100%;
    height: 100%;
    background: url("../images/in-banner.png") no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
        clip-path: polygon(0% 0%, 100% 0%, 100% 0, 100% calc(100% - 100px), 0% 100%);
}

.inner-banner .inner-content::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    right: 100%;
    height: 200%;
    /*background-color: #01309085;*/
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate1 12s linear infinite;
    -moz-animation: round_translate1 12s linear infinite;
    animation: round_translate1 12s linear infinite;pointer-events: none;
}

.inner-banner .inner-content::after {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    right: 100%;
    height: 200%;
    /*background-color: #01309085;*/
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate3 12s linear infinite;
    -moz-animation: round_translate3 12s linear infinite;
    animation: round_translate3 12s linear infinite;
    pointer-events: none;
}

.inner-banner .mbx {
    color: white;
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 0 20px;
}

.inner-banner .mbx h2 {
    font-size: 42px;
    line-height: 1.3;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.inner-banner .mbx p {
    font-size: 16px;
    line-height: 32px;
}

@media (max-width: 1250px) {
    .inner-banner {
        margin-top: 60px;
    }
}

@media (max-width: 1000px) {
    .inner-banner {
        width: 100%;
    }

    .inner-banner .mbx h2 {
        font-size: 24px;
        padding: 0 15px;
        line-height: 38px;
    }

    .inner-banner .mbx p {
        padding: 0 15px;
    }
}


.inner-page .m-page {
    text-align: center;
}

.inner-page .m-page a,
.inner-page .m-page span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    /*border: 1px solid #999;*/
    margin-right: 5px;
}

.inner-page .m-page a.next {
    margin-left: 20px;
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background-image: linear-gradient(90deg, var(--color) 0%, #013090 100%), linear-gradient(#3e3e3c, #3e3e3c);
    color: #fff;
    border: 1px solid var(--color);
}

@media screen and (max-width: 1000px) {
    .inner-page .m-page {
        margin-top: 40px;
    }
}

@media screen and (max-width: 700px) {
    .inner-page .m-page {
        margin-top: 20px;
    }
}


/*======= product-yd-page */
.product-yd-page .init-1 ul li .box {
    /*border-top: 1px solid #e2e2e2;*/
    padding: 10px 0;
}

.product-yd-page .init-1 ul li .box .left {
    width: 60%;
}

.product-yd-page .init-1 ul li .box .left .title {
    font-style: italic;
    display: block;
    line-height: 1.2;
}

.product-yd-page .init-1 ul li .box .left .title:hover {
    color: var(--color);
}

.product-yd-page .init-1 ul li .box .left .des {
    color: #666;
    overflow-y: auto;
    max-height: 250px;
    line-height: 32px;
}

.product-yd-page .init-1 ul li .box .left .more {
    margin-top: 30px;
}

.product-yd-page .init-1 ul li .box .right {
    width: 40%;
    text-align: right;
}

.product-yd-page .init-1 ul li .box .right img {
    width: auto;
}

.product-yd-page .init-1 ul li:last-child .box {
    border-bottom: 1px solid #e2e2e2;
}

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

    .product-yd-page .init-1 ul li .box {
        padding: 40px 0;
    }
}

@media (max-width: 1000px) {
    .product-yd-page .init-1 ul li .box .left {
        width: 100%;
    }

    .product-yd-page .init-1 ul li .box .right {
        width: 100%;
    }

    .product-yd-page .init-1 ul li .box .right {
        margin-top: 20px;
    }

}

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

    .product-yd-page .init-1 ul li .box {
        padding: 30px 0;
    }
}

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

}

@keyframes round_translate1 {
    0% {
        right: 75%;
    }

    74.99% {
        opacity: 1;
    }

    75% {
        right: -25%;
        top: 100%;
        opacity: 0;
    }

    75.05% {
        right: 100%;
        opacity: 0;
    }

    75.1% {
        opacity: 1;
    }

    100% {
        right: 75%;
    }
}

@keyframes round_translate2 {
    0% {
        right: 40%;
    }

    64.99% {
        opacity: 1;
    }

    65% {
        right: -30%;
        opacity: 0;
    }

    65.05% {
        right: 100%;
        opacity: 0;
    }

    65.1% {
        opacity: 1;
    }

    100% {
        right: 40%;
    }
}

@keyframes round_translate3 {
    0% {
        right: 0;
    }

    9.99% {
        opacity: 1;
    }

    10% {
        right: -25%;
        opacity: 0;
    }

    10.05% {
        right: 100%;
        opacity: 0;
    }

    10.1% {
        opacity: 1;
    }

    100% {
        right: 0;
    }
}


.flex_cont {
    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
}

.flex_a_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_j_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

/* product-yd-page ======= */


/*
    product-page
==============================================*/

.pro-box .pro-left {
    width: 340px;
    position: sticky;
    top: 135px;
    float: left;
}

.pro-box .pro-left .menus {

    margin-bottom: 50px;
}

.pro-box .pro-left .menus>li {
    border-radius: 5px;
    border-top: none;
    margin-bottom: 10px;
}

.pro-box .pro-left .menus>li:last-child {
    margin-bottom: 0;
}

.pro-box .pro-left .menus>li.active .menu-a span,
.pro-box .pro-left .menus>li:hover .menu-a span {
    right: 0;
}

.pro-box .pro-left .menus>li.active .menu-a a,
.pro-box .pro-left .menus>li:hover .menu-a a,
.pro-box .pro-left .menus>li.active .menu-a i,
.pro-box .pro-left .menus>li:hover .menu-a i {
    color: white;
}

.pro-box .pro-left .menus>li.active .menu-a i {
    transform: rotate(-90deg);
    transform-origin: center;
}

.pro-box .pro-left .menus>li .menu-a {
    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;
    height: auto;
    
    padding: 0 45px 0 0;
    font-size: 20px;
    font-weight: 500;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
    z-index: 5;
    line-height: 1.4;
}

.pro-box .pro-left .menus>li .menu-a span {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: -webkit-calc(100% - 8px);
    right: -moz-calc(100% - 8px);
    right: calc(100% - 8px);
    top: 0;
    background-color: var(--color);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}
.pro-box .pro-left .menus>li .menu-a>a{
    width: 100%;
    padding-left: 27px;
    padding-right: 10px;
    min-height: 60px;
    display: flex;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
}

.pro-box .pro-left .menus>li .menu-a i {
    position: absolute;
    height: 100%;
    width:60px;
    right: 0;
    top: 0;
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-box .pro-left .menus>li .sub-menu {
    padding: 20px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    margin-top: -3px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}

.pro-box .pro-left .menus>li .sub-menu li {
    padding: 5px 30px;
}

.pro-box .pro-left .menus>li .sub-menu li a {
    font-size: 18px;
    color: #666;
    transition: all 0.5s;
    border-bottom: 1px solid #eee;
    display: block;
    padding: 5px 0 5px 0;
}

.pro-box .pro-left .menus>li .sub-menu li:last-child a {
    border: none;
}

.pro-box .pro-left .menus>li .sub-menu li a:hover {
    color: var(--color);
}

.pro-box .pro-left .menus>li .sub-menu li.active a {
    color: var(--color);
}


.product-page .pro-box .product-right {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-left: 35px;
    margin-left: auto;
}

.product-page .pro-box .product-right ul {
    margin: 0 -12px;
}

.product-page .pro-box .product-right ul li {
    padding: 0 12px;
    margin-bottom: 30px;
}

.product-page .pro-box .product-right ul li:hover .img-box {
    border: 1px solid var(--color);
}

.product-page .pro-box .product-right ul li .img-box {
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.product-page .pro-box .product-right .text h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.product-page .pro-box .product-right .text {
    color: #666;
}

.product-page .pro-box .product-right ul li .img-box:hover .icon {
    opacity: 1;
}

.product-page .pro-box .product-right ul li .img-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.product-page .pro-box .product-right ul li .img-box .icon a {
    margin: 0 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.product-page .pro-box .product-right ul li .img-box .icon a img {
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.product-page .pro-box .product-right ul li .img-box .icon a:hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active {
    background-color: var(--color);
}

.product-page .pro-box .product-right ul li .img-box .icon a:hover img,
.product-page .pro-box .product-right ul li .img-box .icon a.active img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.product-page .pro-box .product-right ul li .img-box .img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, .2);
}

.product-page .pro-box .product-right ul li h4 {
    font-size: 19px;

    text-align: center;
    padding: 0 25px;
    margin-top: 15px;
    transition: all 0.5s;
    font-weight: 600;
}

.product-page .pro-box .product-right ul li h4:hover {
    color: var(--color);
}

@media screen and (max-width: 1450px) {
    .product-page .pro-box .product-right ul li h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1250px) {
    .product-page .pro-box .product-right ul li {
        width: 50%;
    }
}

@media screen and (max-width: 1000px) {
    .product-page .pro-box .product-right {
        width: 100%;
        padding-left: 0;
    }
    .pro-box .pro-left {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .product-page .pro-box .product-right ul li {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .product-page .pro-box .product-right .text h3 {
        font-size: 20px;
    }
}

.seoPublic>div {
    padding: 90px 0;
}

.seoPublic .Auxil-about .box .right {
    padding-top: 0;
    padding-bottom: 0;
}

.seoPublic .Auxil-about .box .right .text {
    /*max-height: calc(1.8em * 8);*/
    overflow-y: auto;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    height: auto;
}

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 0;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    /*height: 2.8em;*/
}

.seoPublic .Auxil-news .list ul li .content p {
    height: 4.3em;
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -18px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 8px;
}

.seoPublic .Auxil-related .list ul li .box {
    box-shadow: unset;
    background-color: transparent;
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    box-shadow: 0 0 8px rgba(125, 125, 125, .2);
    background-color: #fff;
}

@media screen and (max-width: 1700px) {
    .seoPublic>div {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1450px) {
    .seoPublic>div {
        padding: 70px 0;
    }
}

@media screen and (max-width: 1250px) {
    .seoPublic>div {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic>div {
        padding: 50px 0;
    }
}

@media screen and (max-width: 700px) {
    .seoPublic>div {
        padding: 40px 0;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -12px -8px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 12px 8px;
    }
}

@media screen and (max-width: 500px) {
    .seoPublic>div {
        padding: 35px 0;
    }
}
/*==============================================
    product-page
*/


/*
    prodet-page
==============================================*/
.prodet-page {
    padding: 50px 0 0;
}

.prodet-page .prodet-right {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-left: 65px;
    margin-left: auto;
}

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

.prodet-page .prodet-right .box .left {
    width: 46.5%;
}

.prodet-page .prodet-right .box .left .smallImg ul {
    margin: 0 -5px;
}

.prodet-page .prodet-right .box .left .smallImg ul li {
    padding: 0 5px;
}

.prodet-page .prodet-right .box .left .smallImg ul li .img_box {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ccc;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .left .smallImg ul li.active .img_box {
    border: 1px solid var(--color);
}

.prodet-page .prodet-right .box .right {
    width: 53.5%;
    padding-left: 50px;
}

.prodet-page .prodet-right .box .right .det.max-h {
    max-height: 360px;
    overflow-y: auto;
}

.prodet-page .prodet-right .box .right .det table {
    margin-bottom: 0;
}

.prodet-page .prodet-right .box .right .det ul li {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.prodet-page .prodet-right .box .right .det ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 10px;
}

.prodet-page .prodet-right .box .right .det2 ul {
    display: flex;
}

.prodet-page .prodet-right .box .right .det2 ul li {
    margin-right: 15px;
    font-size: 90px;
}

.prodet-page .prodet-right .box .right h1 {
    font-size: 34px;
    line-height: 1.4;
    font-weight: bold;
    color: #1d2122;
    font-style: italic;
}

.prodet-page .prodet-right .box .right .det {
    color: #666;
    line-height: 2;
}

.prodet-page .prodet-right .box .right .line {
    width: 100%;
    border-radius: 35px;
    height: 10px;
}

.prodet-page .prodet-right .box .right .btn {
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.prodet-page .prodet-right .box .right .Auxil-through {
    color: #666;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 10px;
    position: relative;
    cursor: pointer;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box.no_img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box.no_img {
    border-color: transparent;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev:hover .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover .img_box .link {
    opacity: 1;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .img {
    border-radius: 5px;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p,
.prodet-page .prodet-right .box .right .Auxil-through .next p {
    color: #000;
    transition: all 0.5s;
    cursor: pointer;
    opacity: 0;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p:hover,
.prodet-page .prodet-right .box .right .Auxil-through .next p:hover {
    color: var(--color);
    opacity: 1;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev:hover p,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover p {
    opacity: 1;
}

.prodet-page .prodet-right .box .right .btn .product_add {
    position: relative;
}

.prodet-page .prodet-right .box .right .btn .product_add .fly_love {
    display: none;
    z-index: 204;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add .love {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add .collect {
    opacity: 1;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add.active .love {
    opacity: 1;
}

.prodet-page .prodet-right .box .right .btn .product_add.active .collect {
    opacity: 0;
}

.prodet-page .prodet-right .prodet-title {
    margin: 100px 0 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.prodet-page .prodet-right .prodet-content {
    padding-bottom: 60px;
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.prodet-page .prodet-right .prodet-title ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.prodet-page .prodet-right .prodet-title ul li {
    padding: 10px 20px;
    margin: 0 40px;
    position: relative;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.prodet-page .prodet-right .prodet-title ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 22px;
    background: url("../images/nav-tag.png") no-repeat;
    left: 2px;
    top: -6px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.prodet-page .prodet-right .prodet-title ul li.active {
    border-bottom: 2px solid var(--color);
}

.prodet-page .prodet-right .prodet-title ul li.active:before {
    opacity: 1;
}

.prodet-page .prodet-right .prodet-content .det table {
    table-layout: fixed;
}

.prodet-page .prodet-right .prodet-content .det table tr:nth-child(odd) {
    background-color: #fafafa;
}

.prodet-page .prodet-right .prodet-content .det table tr:nth-child(even) {
    background-color: #fafafa;
}

.prodet-page .prodet-right .prodet-content .det table tr td {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 30px;
    min-width: 100px;
}

.prodet-page .prodet-right .prodet-content .det form {
    margin-top: 50px;
    /*padding: 10px;*/
    background: #fff;
    /*box-shadow: #ccc 0 0 10px 0;*/
}

.prodet-page .prodet-right .prodet-content .det form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.prodet-page .prodet-right .prodet-content .det form ul li {
    margin-top: 18px;
    width: 49.5%;
    display: inline-block;
}

.prodet-page .prodet-right .prodet-content .det form ul li button {
    border: none;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) {
    width: 100%;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
    width: 100%;
    border: #ccc solid 1px;
    padding: 10px;
    font-size: 16px;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) {
    width: 100%;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input {
    background-image: linear-gradient(90deg, var(--color) 0%, #cdeb9a 100%), linear-gradient(#3e3e3c, #3e3e3c);
    color: #fff;
    transition: all .5s;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input:hover {
    background: #000;
}

.prodet-page .prodet-right .prodet-content .det form ul li input {
    padding: 15px;
    border: #ccc solid 1px;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
}

@media screen and (max-width: 1600px) {
    .prodet-page .prodet-right .box .right .Auxil-through .next {
        margin-top: 30px;
    }

    .prodet-page .prodet-right .box .right .Auxil-through .next .next-t {
        flex-direction: row-reverse;
    }

    .prodet-page .prodet-right .box .right .Auxil-through .next .next-t span {
        margin-right: 0;
        margin-left: 10px;
    }
}

@media screen and (max-width: 1450px) {
    .prodet-page .prodet-right .box .right h1 {
        font-size: 26px;
        line-height: 1.6;
    }
    .prodet-page .prodet-right .box .right .det.max-h {
      max-height: 230px;
    }
}

@media screen and (max-width: 1250px) {
    .prodet-page .prodet-right .box .left {
        width: 100%;
        margin-bottom: 60px;
    }

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

    .prodet-page .prodet-right .box .left .bigImg ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .prodet-page .prodet-right .box .right {
        padding-left: 0;
    }

    .prodet-page .prodet-right .prodet-title ul li {
        margin: 0 15px;
        font-size: 20px;
    }

    .prodet-page .prodet-right .prodet-title {
        margin: 60px 0 30px 0;
    }
}

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

    .prodet-page .prodet-right .box .right .line img {
        width: 100%;
    }

    .prodet-page .prodet-right .box .right .btn a:first-child {
        display: none;
    }

    .prodet-page .prodet-right .box .right .btn a:last-child {
        margin-left: 0;
    }
}

@media screen and (max-width:700px) {
    .prodet-page .prodet-right .prodet-title ul li {
        margin: 0 5px;
        font-size: 18px;
        line-height: 32px;
    }

    .prodet-page .prodet-right .prodet-content .det form ul li {
        width: 100%;
    }

    .prodet-page .prodet-right .prodet-content {
        padding-bottom: 30px;
    }

    .prodet-page .prodet-right .prodet-title {
        margin: 20px 0 20px 0;
    }
}

@media screen and (max-width: 500px) {
    .prodet-page .prodet-right .prodet-title ul li {
        width: 100%;
        margin-bottom: 5px;
        padding-left: 10px;
    }

    .prodet-page .prodet-right .box .right h2 {
        font-size: 20px;
    }

    .prodet-page .prodet-right .prodet-content .det form {
        margin-top: 0;
    }
}

.flex-box {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}
/*==============================================
    prodet-page
*/


/*
    about2-page
==============================================*/
.about2-page .about-1 .left .icon {
    position: absolute;
    left: -10%;
    bottom: 11%;
    padding: 3% 7%;
    background-image: linear-gradient(to top, #9acceb, var(--color));
}

.about2-page .about-1 .datashow{
    /*width: */

}
.about2-page .about-1 .datashow ul li{
    border-bottom: 1px solid rgba(0, 0, 0, .09);
    padding-bottom: 28px;
    margin-bottom: 28px;
    position: relative;
}
.about2-page .about-1 .datashow ul li:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 1px;
    background-color: var(--color);
    transition: all 0.5s;
}
.about2-page .about-1 .datashow ul li:hover:after{
    width: 100%;
}
.about2-page .about-1 .datashow ul li:nth-last-child(1){
    margin-bottom: 0;
}
.about2-page .about-1 .datashow ul li .content p{
    color: rgba(0, 0, 0, .57);
}
.about2-page .about-1 .datashow ul li .content h4 span.jia{
    transform: translateY(-5px);
}
.about2-page .about-1 .datashow ul li .content h4 span.subs{
    color: rgba(0, 0, 0, .57);
}

.about2-page .about-2 {
    background-color: #f4f4f4;
}

.about2-page .about-2 .slick-list {
    overflow: unset;
}

.about2-page .about-3 {
    color: white;
        clip-path: polygon(0% 0%, 100% 50px, 100% 0, 100% 100%, 0% 100%);

}

.about2-page .about-3 span.h2 {
    max-width: 50%;
}
.about2-page .about-3 .list ul{
    margin: -40px -10px;
}
.about2-page .about-3 .list ul li {
    transition: .5s;
    padding: 40px 10px;
}
.about2-page .about-3 .list ul li .box{
    background-color: white;
    padding: 60px 35px;
    transition: .5s;
    position: relative;
    z-index: 1;
    color: black;
        border-radius: 10px;
}

.about2-page .about-3 .list ul li .box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to top, #013090, #013090);
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.about2-page .about-3 .list ul li .box:before {
    content: '';
    width: 1px;
    height: 63%;
    position: absolute;
    left: 0;
    top: 15%;
    background-color: #dedede;
}

.about2-page .about-3 .list ul li i {
    width: 2em;
    height: 2em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about2-page .about-3 .list ul li span.h6 {
    line-height: 1.4;
    text-transform: uppercase;
    height: calc(1.4em * 2);
}
.about2-page .about-3 .list ul li .text {
    height: calc(28px * 7);
    overflow-y: auto;
}

.about2-page .about-3 .list ul li:hover .box{
    color: white;
}

.about2-page .about-3 .list ul li:hover i {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.about2-page .about-3 .list ul li:hover .text {
    color: inherit;
}

.about2-page .about-3 .list ul li:hover .box:after {
    opacity: 1;
}

.about2-page .about-3 .list ul li:first-child .box:before {
    display: none;
}

.about2-page .about-4 {
    position: relative;
}

.about2-page .about-4:before {
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #f4f4f4;
}

@media screen and (max-width: 1450px) {
    .about2-page .about-1 .left .icon {
        zoom: .6;
    }
    .about2-page .about-3 .list ul li .box {
        padding: 40px 25px;
    }
}

@media screen and (max-width: 1250px) {
.about2-page .about-1 .right .text{
  max-height: calc(28px * 8);
  overflow-y: auto;
}
.about2-page .about-1 .datashow ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
}

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


    .about2-page .about-3 .list ul li:after {
        height: 100%;
        top: 0;
        border-radius: 0;
    }

    .about2-page .about-1 .left .icon {
        left: 0;
        max-width: 70%;
    }
}

@media screen and (max-width: 700px) {
    .about2-page .about-3 .list ul {
        margin: -30px -5px;
    }    
    .about2-page .about-3 .list ul li {
        padding: 30px 5px;
    }

    .about2-page .about-3 span.h2 {
        max-width: none;
    }

    .about2-page .about-3 .list ul li:before {
        width: 100%;
        top: 0;
        left: 0;
        height: 1px;
    }
}
.about2-page .about-4-0{
    background-color: #ffffff;
}
.about2-page .about-4-0 ul.top {
    background-color: white;
    border-radius: 21px;
    padding: 5px;
}

.about2-page .about-4-0 ul.top li {
    height: 32px;
    border-radius: 16px;
    line-height: 32px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    padding: 0 30px;
    text-align: center;
    min-width: 180px;
    cursor: pointer;
}

.about2-page .about-4-0 ul.top li:hover,
.about2-page .about-4-0 ul.top li.active {
    background-color: var(--color);
    color: white;
}

.about2-page .about-4-0 .center .txt {
    color: #3b3b3b;
}

.about2-page .about-4-0 .list ul .slick-slide>div {
    height: unset;
}

.about2-page .about-4-0 .list ul li .box {
    overflow: hidden;
    border-radius: 10px;
    background: white;
}

.about2-page .about-4-0 .list ul li .box .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    z-index: 3;
    padding: 14px 18px;
}

.about2-page .about-4-0 .list ul li .box .content .h5 {
    color: white;
}

.about2-page .about-4-0 .list ul li .box .content .des {
    line-height: 17px;
    display: none;
}

.about2-page .about-4-0 .list ul li .box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
    background: -webkit-linear-gradient(bottom, var(--color), transparent);
    background: -moz-linear-gradient(bottom, var(--color), transparent);
    background: linear-gradient(to top, var(--color), transparent);
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.about2-page .about-4-0 .list ul li:hover .box .content .h5 {
    color: white;
}

.about2-page .about-4-0 .list ul li:hover .box::after {
    opacity: 1;
}
@media screen and (max-width: 700px){
    .about2-page .about-4-0 ul.top li{
        min-width: 150px;
        padding: 0 15px;
    }
}
@media screen and (max-width: 500px){
    .about2-page .about-4-0 ul.top{
        flex-wrap: wrap;
    }
    .about2-page .about-4-0 ul.top li{
        min-width: unset;
        width: 100%;
    }
}






/*==============================================
    about2-page
*/

/*
    gallery-page
==============================================*/

.gallery-page .init-1 .container .cont {
    border-bottom: 1px solid #d2d2d2;
}

.gallery-page .init-1 .container .cont li {
    margin-right: 40px;
}

.gallery-page .init-1 .container .cont li:last-child {
    margin-right: 0;
}

.gallery-page .init-1 .container .cont li .box a {
    padding: 8px 20px;
    font-size: 20px;
    display: block;
    position: relative;
    font-weight: 600;
}

.gallery-page .init-1 .container .cont li .box a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #bf0000;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.gallery-page .init-2 {
    background: #ffffff;
}

.gallery-page .init-2 .container ul {
    margin: 0 -5px;
}

.gallery-page .init-2 .container ul>p {
    font-size: 16px;
    letter-spacing: 0;
    margin: 20px;
}

.gallery-page .init-2 .container ul li {
    margin-top: 20px;
    padding: 0 5px;
}

.gallery-page .init-2 .container ul li .box video {
    display: block;
    width: 100%;
}

.gallery-page .init-2 .container ul li .box .title {
    /*font-weight: 600;*/
    text-align: center;
    margin-top: 16px;
    color: #666;
}

.gallery-page .init-2 .container ul li .box .img {
    position: relative;
    display: block;
}

.gallery-page .init-2 .container ul li .box .img img {
    width: 100%;
    border-radius: 10px;
}

.gallery-page .init-2 .container ul li .box .img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.gallery-page .init-2 .container ul li .box:hover .img::before {
    -webkit-animation: circle 0.75s;
    -moz-animation: circle 0.75s;
    -o-animation: circle 0.75s;
    animation: circle 0.75s;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3sease;
    -o-transition: all 0.3sease;
    -moz-transition: all 0.3sease;
    transition: all 0.3sease;
}

.gallery-page.Partner .init-2 .container ul li {
    width: 20%;
}

@media (max-width: 1000px) {
    .gallery-page .init-1 {
        display: none;
    }
}

@media (max-width: 500px) {
    .gallery-page .init-2 .container ul li {
        margin-top: 20px;
    }
}

/*==============================================
    gallery-page
*/

/*
    faq-page
==============================================*/

.faq-page {
    background: #ffffff;
    overflow: hidden;
}

.faq-page .list {
    margin-top: 40px;
}

.faq-page .list ul li {
    margin-bottom: 20px;
    border-radius: 15px;
    background: #fff;
}

.faq-page .list ul li .tit {
    padding: 20px 40px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    font-size: 20px;
    line-height: 44px;
    font-weight: 500;
        background: #f5f5f5;
}

.faq-page .list ul li .tit i {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
}

.faq-page .list ul li .con {
    display: none;
    background: #fff;
    padding: 20px 40px;
    font-size: 18px;
    line-height: 1.8;
    color: #595959;
    border-top: 1px solid #f1f1f1;
}

.faq-page .list ul li:last-child {
    margin-bottom: 0;
}

.faq-page .list ul li.active .tit i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 1000px) {
    .faq-page .list {
        margin-top: 20px;
    }

    .faq-page .list ul li .tit {
        padding: 20px;
        font-size: 18px;
    }

    .faq-page .list ul li .tit i {
        right: 20px;
        top: 20px;
        font-size: 20px;
    }

    .faq-page .list ul li .con {
        padding: 10px 20px;
        font-size: 16px;
    }
}

@media screen and (max-width: 700px) {
    .faq-page .list {
        margin-top: 20px;
    }

    .faq-page .list ul li .tit {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 30px;
    }

    .faq-page .list ul li .tit i {
        right: 20px;
        top: 10px;
        font-size: 16px;
    }

    .faq-page .list ul li .con {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 2;
    }
}
/*==============================================
    faq-page
*/

/*
    contact-page
==============================================*/
.contact2-page {
    padding-top: 100px;
}

.contact2-page .contact-1 .left form ul {
    margin: 0 -30px -37px 0;
}

.contact2-page .contact-1 .left form ul li {
    padding: 0 30px 37px 0;
}

.contact2-page .contact-1 .left form ul li .box {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d1d0c8;
}

.contact2-page .contact-1 .left form ul li .box input {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0 13px 25px;
    font-size: 16px;
    line-height: 30px;
    color: rgba(0, 0, 0, .5);
}

.contact2-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
    color: #83827f;
}

.contact2-page .contact-1 .left form ul li .box input:-moz-placeholder {
    color: #83827f;
}

.contact2-page .contact-1 .left form ul li .box input::-moz-placeholder {
    color: #83827f;
}

.contact2-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
    color: #83827f;
}

.contact2-page .contact-1 .left form ul li .box input::-ms-input-placeholder {
    color: #83827f;
}

.contact2-page .contact-1 .left form ul li .box input::placeholder {
    color: #83827f;
}

.contact2-page .contact-1 .left form ul li .box textarea {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0 13px 36px;
    font-size: 16px;
    line-height: 30px;
    color: #7b7b7b;
}

.contact2-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: #83827f;
}

.contact2-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: #83827f;
}

.contact2-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: #83827f;
}

.contact2-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: #83827f;
}

.contact2-page .contact-1 .left form ul li .box textarea::-ms-input-placeholder {
    color: #83827f;
}

.contact2-page .contact-1 .left form ul li .box textarea::placeholder {
    color: #83827f;
}

.contact2-page .contact-1 .left form ul li .box i {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 20px;
    line-height: 36px;
}

.contact2-page .contact-1 .left form ul li .box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.contact2-page .contact-1 .left form ul li .more {
    border: none;
}

.contact2-page .contact-1 .left form ul li .more:before {
    opacity: 1;
}

.contact2-page .contact-1 .left form ul li .more:hover:before {
    opacity: 0;
}

.contact2-page .contact-1 .left form ul li p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 26px;
    font-size: 14px;
    line-height: 28px;
    color: #83827f;
}

.contact2-page .contact-1 .left form ul li p span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

.contact2-page .contact-1 .left form ul li:hover .box::before {
    width: 100%;
}

.contact2-page .contact-1 .left form ul li.active .box::before {
    width: 100%;
}

.contact2-page .contact-1 .left form ul li.wid-100 {
    width: 100% !important;
}

.contact2-page .contact-1 .right {
    padding-left: 7.65%;
}

.contact2-page .contact-1 .right .title {
    line-height: 1.2;
}

.contact2-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #83827f;
    margin-top: 7px;
}

.contact2-page .contact-1 .right .list {
    margin-top: 22px;
}

.contact2-page .contact-1 .right .list ul li {
    color: rgba(0, 0, 0, .5);
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}

.contact2-page .contact-1 .right .list ul li i {
    display: inline-block;
    vertical-align: top;
    color: #bf0000;
    font-size: 20px;
    width: 20px;
    text-align: center;
}

.contact2-page .contact-1 .right .list ul li span {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    padding-left: 10px;
}

.contact2-page .contact-1 .right .list ul li:last-child {
    margin-bottom: 0;
}

.contact2-page .contact-2 {
    padding-top: 120px;
}

.contact2-page .contact-2 #mapContainer {
    height: 520px;
}

.contact2-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact2-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: #83827f;
}

.contact2-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact2-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: #83827f;
}

.contact2-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact2-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: #83827f;
}

.contact2-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact2-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: #83827f;
}

@media (max-width: 1250px) {
    .contact2-page .contact-1 .right {
        padding-left: 5.65%;
    }
}


@media (max-width: 1000px) {
    .contact2-page {
        padding-top: 30px;
    }

    .contact2-page .contact-1 .left {
        width: 100%;
    }


    .contact2-page .contact-1 .right {
        width: 100%;
        padding: 30px 0 0 0;
    }

    .contact2-page .contact-2 {
        padding-top: 60px;
    }

    .contact2-page .contact-2 #mapContainer {
        height: 360px;
    }
}

@media (max-width: 500px) {
    .contact2-page .contact-1 .left form ul li .more {
        padding: 6px 12px;
    }

    .contact2-page .contact-1 .left form ul li p {
        display: block;
    }

    .contact2-page .contact-1 .left form ul {
        margin-bottom: -20px;
    }

    .contact2-page .contact-1 .left form ul li {
        padding-bottom: 20px;
    }

    .contact2-page .contact-1 .left form ul li .box input,
    .contact2-page .contact-1 .left form ul li .box textarea {
        padding: 10px 0 10px 36px;
    }

    .contact2-page .contact-1 .right p {
        font-size: 16px;
        line-height: 30px;
    }

    .contact2-page .contact-1 .right .list ul li {
        font-size: 16px;
    }

    .contact2-page .contact-2 #mapContainer {
        height: 260px;
    }
}
/*==============================================
    contact-page
*/

/*
    news-page
==============================================*/
.news-page .sidebar-box .sidebar-left {
    width: 28%;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    padding-right: 45px;
}

.news-page .sidebar-box .sidebar-left .inner {
    max-width: 375px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-title {
    font-size: 20px;
    line-height: 2;
    color: #000;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 600;
}

.news-page .sidebar-box .sidebar-left .inner .inner-search {
    margin-bottom: 40px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-search form {
    width: 100%;
    position: relative;
}

.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    padding: 10px 20px;
    padding-right: 50px;
    font-size: 14px;
    color: #555555;
        border-radius: 58px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
    position: absolute;
    width: 50px;
    height: 50px;
    border: none;
    background: url(../images/search.png) no-repeat center center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat {
    margin-bottom: 40px;
    padding-right: 5px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
    position: relative;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 2;
    word-break: break-all;
    position: relative;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i {
    position: absolute;
    font-size: 18px;
    right: 0;
    top: 14px;
    width: 18px;
    height: 18px;
    text-align: center;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
    color: #aaa;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
    color: var(--color);
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
    color: var(--color);
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active>a {
    color: var(--color);
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active>ol {
    display: block;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li {
    margin-left: 10px;
    color: #7b7b7b;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
    font-size: 16px;
    line-height: 40px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent {
    margin-bottom: 40px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
    padding: 15px 0;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
    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;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
    margin-right: 20px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
    height: 80px;
    max-width: 100px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
    color: #aaa;
    display: block;
    font-size: 14px;
    line-height: 2;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    display: -webkit-box;
    margin-bottom: 8px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
    color: var(--color);
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
    padding-top: 0;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
    padding-bottom: 0;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact {
    background: url(../images/ny-bg.jpg) no-repeat center center;
    padding: 215px 30px 30px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 2;
    margin-bottom: 20px;
    font-weight: bold;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2 {
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    line-height: 1.3;
    padding: 12px 24px;
    background-color: var(--color);
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2 .img {
    width: 14px;
    height: 14px;
    margin-left: 12px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover {
    background: #000;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover .img {
    transform: rotate(45deg);
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
    display: block;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more {
    color: #fff;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more:hover {
    color: var(--color);
}

.news-page .sidebar-box .sidebar-right {
    width: 72%;
}

.news-page .news-list ul {
    margin: 0 -25px;
}

.news-page .news-list ul>p {
    font-size: 20px;
    margin: 20px;
    letter-spacing: 0;
}

.news-page .news-list ul li {
    padding: 0 25px;
    margin-bottom: 30px;
}

.news-page .news-list ul li .box .img img {
    width: 100%;
}

.news-page .news-list ul li .box .content .cat_name {
    background-color: #b3b3b3;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    padding: 5px 15px;
    margin-top: 20px;
    line-height: 2;
}

.news-page .news-list ul li .box .content .title {
    /*min-height: 5.6em;*/
}

.news-page .news-list ul li .box .content .title:hover {
    color: var(--color);
}

.news-page .news-list ul li .box .content .time {
    font-size: 14px;
    line-height: 2;
    color: var(--color);
    display: inline-block;
}

.news-page .news-list ul li .box .content .des {
    font-size: 16px;
    color: #666;
    margin-top: 6px;
    line-height: 1.8;
}

.newdet-page {
    padding: 0 0 150px;
}

.newdet-page .header {
    max-width: 1520px;
    width: 100%;
    padding: 55px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
}

.newdet-page .header .categoty {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(90deg, var(--color) 0%, #cdeb9a 100%), linear-gradient(#3e3e3c, #3e3e3c);
    padding: 5px 15px;
    text-transform: uppercase;
}

.newdet-page .header h1 {
    font-size: 48px;
    line-height: 1.4;
    margin: 20px 71px 0;
}

.newdet-page .header .post_meta {
    margin-top: 26px;
    font-weight: 500;
}

.newdet-page .header .post_meta span {
    display: inline-block;
    vertical-align: middle;
}

.newdet-page .header .post_meta .post_author_avatar {
    margin-right: 11px;
}

.newdet-page .header .post_meta .photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.newdet-page .header .post_meta .post_author_name {
    font-size: 16px;
    line-height: 1;
}

.newdet-page .header .post_meta .post_author {
    display: inline-block;
    vertical-align: middle;
}

.newdet-page .header .post_meta .post_author::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #7b7b7b;
    border-radius: 50%;
    margin: 0 10px 0;
}

.newdet-page .header .post_meta .post_date {
    font-size: 16px;
    color: #7b7b7b;
    line-height: 30px;
}

.newdet-page .header .post_meta .post_date::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: -6px 10px 0;
}

.newdet-page .header .post_meta .post_meta_number {
    font-size: 14px;
    color: #83827f;
}

.newdet-page .content {
    margin-top: 40px;
    /*font-weight: 500;*/
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

.newdet-page .share {
    max-width: 1520px;
    width: 100%;
    margin: 40px auto 0;
    padding: 28px 0;
    border-top: 1px solid #d1d0c8;
    border-bottom: 1px solid #d1d0c8;
    text-align: right;
}

.newdet-page .share a {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    font-size: 20px;
    background: #fff;
    margin: 3px 0 3px 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: linear-gradient(90deg, #013090 0%, #013090 100%), linear-gradient(#013090, #013090);
}

.newdet-page .share a:first-child {
    margin-left: 0;
}

.newdet-page .share a:nth-child(1) {
    color: #fff;
}

.newdet-page .share a:nth-child(2) {
    color: #fff;
}

.newdet-page .share a:nth-child(3) {
    color: #fff;
}

.newdet-page .share a:nth-child(4) {

    color: #fff;
}

.newdet-page .share a:nth-child(5) {

    color: #fff;
}

.newdet-page .share a:hover {
    margin-top: -3px;
}

.newdet-page .m-link {
    margin: 40px auto 0;
}

.newdet-page .m-link a {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.newdet-page .m-link a em {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #7b7b7b;
}

.newdet-page .m-link a:first-child i {
    margin-right: 10px;
}

.newdet-page .m-link a:last-child {
    text-align: right;
}

.newdet-page .m-link a:last-child i {
    margin-left: 10px;
}

.newdet-page .m-link a span {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
}

.newdet-page .m-link a:hover {
    color: #000;
}


.newdet-page .prodet-2 {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
}

.newdet-page .prodet-2 .ret .slide .con .right {
    padding: 0;
}

.newdet-page .prodet-3 {
    margin: 0 auto;
}



@media (max-width: 1250px) {
    .newdet-page .header h1 {
        font-size: 50px;
        margin: 20px 40px 0;
    }
}

@media (max-width: 1000px) {
    .newdet-page {
        padding: 60px 0;
    }

    .newdet-page .header h1 {
        font-size: 40px;
        margin: 20px 27px 0;
    }

    .font-45 {
        line-height: 44px;
        font-size: 24px;
    }
    .news-page .sidebar-box .sidebar-left{
        display: none;
    }
    .news-page .sidebar-box .sidebar-right{
        width: 100%;
    }
}

@media (max-width: 700px) {
    .newdet-page {
        padding: 30px 0;
    }

    .newdet-page .header {
        padding: 30px 20px;
    }

    .newdet-page .header h1 {
        font-size: 34px;
        margin: 20px 20px 0;
    }

    .newdet-page .content {
        margin-top: 20px;
    }

    .newdet-page .share {
        margin: 20px auto 0;
    }

    .newdet-page .m-lin {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .newdet-page .header h1 {
        font-size: 24px;
        margin: 20px 0px 0;
        line-height: 44px;
    }

    .newdet-page .content {
        font-size: 16px;
        line-height: 30px;
    }

    .newdet-page .m-link a {
        display: block;
        width: 100%;
    }

    .newdet-page .m-link a:last-child {
        text-align: left;
        margin-top: 20px;
    }

    .news-page .news-list ul li .box .content .title {
        min-height: unset;
    }
}
/*==============================================
    news-page
*/

/*
    solution-page
==============================================*/
.solution-page .solution-1 .box {
    position: relative;
    z-index: 1;
}

.solution-page .solution-1 .box .img {
    width: 50%;
    vertical-align: middle;
    border-radius: 10px;
}

.solution-page .solution-1 .box .img img {
    border-radius: 10px;
}

.solution-page .solution-1 .box .text {
    width: 50%;
    padding-left: 64px;
    vertical-align: middle;
    color: #111;
}

.solution-page .solution-1 .box .text .header {
    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: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 24px;
}

.solution-page .solution-1 .box .text .header .left {
    width: 100%;
}

.solution-page .solution-1 .box .text .con {
    color: #666;
}

.flex-dcr{
    flex-direction: column-reverse;
}

.solution-page .solution-2 .mk-list ul li .box{
    background-color: #ffffff;
    border-radius: 10px;
    transition: all 0.5s;
    box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
}


.solution-page .solution-2 .mk-list ul li .box .txtbox .title .mk-btn{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -1px;
    transition: all 0.5s;
    position: relative;
    flex-shrink: 0;
}
.solution-page .solution-2 .mk-list ul li .box .txtbox .title .mk-btn:hover {
  transform: scale(1.1);
}
.solution-page .solution-2 .mk-list ul li .box .txtbox .title .mk-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed #dbdbdb;
    border-radius: 100%;
    left: 0;
    top: 0;
    transition: all 0.5s;
    animation: xz 5s linear infinite;
}
.solution-page .solution-2 .mk-list ul li .box .txtbox .title .mk-btn em {
  width: 49px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 100%;
  background: #dbdbdb;
  transition: all 0.5s;
}
@keyframes xz {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.solution-page .solution-2 .mk-list ul li .box:hover{
    background-color: var(--color);
}
.solution-page .solution-2 .mk-list ul li .box:hover .mk-tt .subs{
    color: #fff;
}
.solution-page .solution-2 .mk-list ul li .box:hover .mk-tt .subs::after{
    background-color: #fff;
}
.solution-page .solution-2 .mk-list ul li .box:hover .tt{
    color: #fff;
}
.solution-page .solution-2 .mk-list ul li .box:hover .txt{
    color: rgba(255,255,255,0.6);
}
.solution-page .solution-2 .mk-list ul li .box:hover .txtbox .title .mk-btn em{
    background-color: #fff;color: #333;
}

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

    .solution-page .solution-1 .box .text {
        padding: 0 15px 0 30px;
    }
 
}

@media screen and (max-width: 1000px) {
    .solution-page .solution-1 .box {
        padding: 0 0 60px;
    }

    .solution-page .solution-1 .box .img {
        width: 100%;
    }

    .solution-page .solution-1 .box .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }

}
@media screen and (max-width: 700px) {
 
}
@media screen and (max-width: 500px) {
    .solution-page .solution-1 .box {
        padding-bottom: 30px;
    }

    .solution-page .solution-1 .box .text .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .solution-page .solution-1 .box .text .header .left {
        width: 100%;
    }

    .solution-page .solution-1 .box .text .header .left .title {
        margin-top: 10px;
    }

}
/*==============================================
    solution-page
*/

/*
    manufacturing-page
==============================================*/
.manufacturing-page .init-1 {
    padding-top: 110px;
    position: relative;
    z-index: 2;
}

.manufacturing-page .init-1 .subText {
    font-size: 200px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
    z-index: -1;
    color: #f3f3f3;
}

.manufacturing-page .init-1 .container .tipsTitle {
    position: relative;
    text-align: center;
}

.manufacturing-page .init-1 .container .tipsDes {
    position: relative;
    margin: auto;
    max-width: 1000px;
    text-align: center;
}

.manufacturing-page .init-1 .container .imgSub {
    display: block;
    margin: -60px auto 0;
    position: relative;
    z-index: -1;
}

.manufacturing-page .init-1 .container .desC {
    overflow: hidden;
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    min-height: 700px;
    color: #fff;
    padding: 40px 90px;
}

.manufacturing-page .init-1 .container .desC .title {
    font-weight: bold;
}

.manufacturing-page .init-1 .container .desC .des {
    max-width: 820px;
    margin-top: 24px;
}

.manufacturing-page .init-2 .container .left {
    width: 58%;
}

.manufacturing-page .init-2 .container .left img {
    width: 100%;
}

.manufacturing-page .init-2 .container .right {
    width: 36%;
    margin-left: auto;
}
.manufacturing-page .init-2 .container.flex-drr .right{
    margin-left: 0;
    margin-right: auto;
}
.manufacturing-page .init-2 .container .right .des {
    color: #666666;
    margin-top: 24px;
}





.manufacturing-page .init-3 {
    -o-background-size: cover;
    background-size: cover;
}

.manufacturing-page .init-3 .container .left {
    width: 36%;
}

.manufacturing-page .init-3 .container .left .des {
    color: #666666;
    margin-top: 20px;
}

.manufacturing-page .init-3 .container .right {
    width: 60%;
    margin-left: auto;
}

.manufacturing-page .init-3 .container .right .rightL {
    width: 49%;
    overflow: hidden;
}

.manufacturing-page .init-3 .container .right .rightL img {
    display: block;
    max-width: unset;
}

.manufacturing-page .init-3 .container .right .rightR {
    width: 45%;
    margin-left: auto;
}

.manufacturing-page .init-3 .container .right .rightR .img1 {
    overflow: hidden;
    height: 290px;
    border-bottom-left-radius: 0;
}

.manufacturing-page .init-3 .container .right .rightR .img1 img {
    height: 100%;
    max-width: unset;
    display: block;
}

.manufacturing-page .init-3 .container .right .rightR .img2 {
    margin-top: 50px;
    height: 290px;
    overflow: hidden;
    border-top-left-radius: 0;
}

.manufacturing-page .init-3 .container .right .rightR .img2 img {
    height: 100%;
    display: block;
    max-width: unset;
}

.manufacturing-page .init-4 .container .tipsTitle {
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight: bold;
}

.manufacturing-page .init-4 .container .content {
    margin-top: 90px;
}

.manufacturing-page .init-4 .container .content ul {
    margin: -20px;
}

.manufacturing-page .init-4 .container .content ul li {
    width: 25%;
    padding: 20px;
}

.manufacturing-page .init-4 .container .content ul li .box {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
    background: #fff;
    box-shadow: 0px 13px 44px 5px rgba(0, 0, 0, .06);
    padding: 20px 30px;
}

.manufacturing-page .init-4 .container .content ul li .box .img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 270px;
    margin: auto;
    display: block;
}

.manufacturing-page .init-4 .container .content ul li .box .img2 {
    display: block;
    width: 52px;
    margin: auto;
    position: relative;
    z-index: 2;
    -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}

.manufacturing-page .init-4 .container .content ul li .box .title {
    margin-top: -40px;
    text-align: center;
    position: relative;
    z-index: 2;
    line-height: 1.8;
    font-weight: bold;
}

.manufacturing-page .init-4 .container .content ul li .box .des {
    margin-top: 20px;
    color: #666666;
    text-align: center;
}

.manufacturing-page .init-4 .container .content ul li .box:hover .img2 {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

.manufacturing-page .init-4 .container .content ul li .box:hover .img {
    -webkit-transform: rotateX(36deg);
    -moz-transform: rotateX(36deg);
    transform: rotateX(36deg);
}

.manufacturing-page .init-5 .container .cont {
    /*background-color: #f5f5f5;*/
    /*padding: 70px 80px;*/
}

.manufacturing-page .init-5 .container .cont .tips {
    text-align: center;
    font-weight: bold;
}

.manufacturing-page .init-5 .container .cont .content {
    margin-top: 20px;
}

.manufacturing-page .init-5 .container .cont .content form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.manufacturing-page .init-5 .container .cont .content form .list {
    margin-top: 12px;
    font-size: 16px;
    line-height: 30px;
}

.manufacturing-page .init-5 .container .cont .content form .list input,
.manufacturing-page .init-5 .container .cont .content form .list textarea {
    width: 100%;
    background-color: #f5f5f5;
    border: none;
    padding: 16px 24px;
        border-radius: 30px;
}

.manufacturing-page .init-5 .container .cont .content form .list button {
    border: none;
    min-width: 200px;
}

.manufacturing-page .init-5 .container .cont .content form .w-66 {
    width: 66.66%;
}

.manufacturing-page .init-5 .container .cont .content form .w-100 {
    width: 100%;
}

.manufacturing-page .init-5 .container .cont .content form .btn {
    max-width: 100%;
    margin: 20px auto 0;
    width: 310px;
    background-color: var(--color);
    color: #fff;
    text-align: center;
    padding: 12px 10px;
    cursor: pointer;
}

.manufacturing-page .init-5 .container .cont .content form .btn:hover {
    background-color: #000;
}

@media (max-width: 1800px) {
    .manufacturing-page .init-1 {
        padding-top: 140px;
    }

    .manufacturing-page .init-1 .subText {
        font-size: 200px;
    }
}

@media (max-width: 1250px) {
    .manufacturing-page .init-1 .subText {
        font-size: 100px;
    }

    .manufacturing-page .init-4 .container .content ul li {
        width: 50%;
        margin-top: 60px;
    }
}

@media (max-width: 1000px) {
    .manufacturing-page .init-1 {
        padding-top: 40px;
    }

    .manufacturing-page .init-1 .subText {
        display: none;
    }

    .manufacturing-page .init-1 .container .tipsDes {
        padding-top: 40px;
    }

    .manufacturing-page .init-1 .container .desC {
        padding: 30px 20px;
    }

    .manufacturing-page .init-2 .container .left {
        width: 100%;
    }

    .manufacturing-page .init-2 .container .right {
        width: 100%;
        margin-top: 20px;
    }

    .manufacturing-page .init-3 .container .left {
        width: 100%;
    }

    .manufacturing-page .init-3 .container .right {
        width: 100%;
        margin-top: 20px;
    }

    .manufacturing-page .init-4 .container .content ul {
        margin: 0 -16px;
    }

    .manufacturing-page .init-4 .container .content ul li {
        padding: 0 16px;
    }

    .manufacturing-page .init-5 .container .cont {
        padding: 60px 16px;
    }

    .manufacturing-page .init-1 .container .desC {
        min-height: auto;
    }
}

@media (max-width: 700px) {
    .manufacturing-page .init-4 .container .content ul li {
        width: 100%;
    }

    .manufacturing-page .init-5 .container .cont .content form .list {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .manufacturing-page .init-1 .container .tipsDes {
        padding-top: 20px;
    }

    .manufacturing-page .init-3 .container .right .rightL {
        width: 100%;
    }

    .manufacturing-page .init-3 .container .right .rightR {
        width: 100%;
        margin-top: 10px;
    }

    .manufacturing-page .init-3 .container .right .rightR .img2 {
        margin-top: 10px;
        height: auto;
    }

    .manufacturing-page .init-3 .container .right .rightL img {
        max-width: 100%;
    }

    .manufacturing-page .init-3 .container .right .rightR .img1 {
        height: auto;
    }

    .manufacturing-page .init-3 .container .right .rightR .img1 img {
        max-width: 100%;
    }

    .manufacturing-page .init-3 .container .right .rightR .img2 img {
        width: 100%;
    }

    .manufacturing-page .init-4 .container .content {
        margin-top: 20px;
    }

    .manufacturing-page .init-5 .container .cont {
        padding: 40px 16px;
    }

    .manufacturing-page .init-5 .container .cont .content form .list input,
    .manufacturing-page .init-5 .container .cont .content form .list textarea {
        padding: 8px 10px;
    }

    .manufacturing-page .init-5 .container .cont .content form .btn {
        padding: 4px 10px;
    }
    
}




.manufacturing-page .about-history{
    clip-path: polygon(0% 0%, 100% 50px, 100% 0, 100% 100%, 0% 100%);
    background-attachment: fixed;
    background-size: cover;
}
.manufacturing-page .about-history .left {
    width: 44%;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    color:#fff;
}

.manufacturing-page .about-history .left span {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 21px;
    position: relative;
}

.manufacturing-page .about-history .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}

.manufacturing-page .about-history .right {
    width: 56%;
    position: relative;
    padding-left: 2%;
}

.manufacturing-page .about-history .right .content ul li {
    margin-bottom: 60px;
    padding-left: 14.5%;
    position: relative;
}
.manufacturing-page .about-history .right .content ul li .num{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.manufacturing-page .about-history .right .content ul li .num a{
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #fff;
    color: #20282d;
    position: relative;
    text-align: center;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
        border-radius: 50px;
}
.manufacturing-page .about-history .right .content ul li .num span{
    position: absolute;
    width: 1px;
    height: 0;
    background: #fff;
    left: 27px;
    bottom: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.manufacturing-page .about-history .right .content ul li .txtbox{
    background-color: rgb(247 247 247);
    padding: 40px 24px 40px 40px;
        border-radius: 10px;
}

.manufacturing-page .about-history .right .content ul li .con {
    font-size: 18px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 21px;
}

.manufacturing-page .about-history .right .content ul li:last-child {
    margin-bottom: 0;
}

.manufacturing-page .about-history .right .content ul li.active .txtbox{
    background: var(--color);
}
.manufacturing-page .about-history .right .content ul li.active, 
.manufacturing-page .about-history .right .content ul li.active .tit, 
.manufacturing-page .about-history .right .content ul li.active .con {
    color: #fff;
}
.manufacturing-page .about-history .right .content ul li.active .num span{
    height: 100%;
}
.manufacturing-page .about-history .right .content ul li.active .num a{
    background-color: var(--color);
    color: #fff;
}

@media screen and (max-width: 1000px) {
    .manufacturing-page .about-history{
        clip-path: polygon(0% 0%, 100% 50px, 100% 0, 100% 100%, 0% 100%);
    }
    .manufacturing-page .about-history .left {
        position: initial;
        width: 100% !important;
    }

    .manufacturing-page .about-history .right {
        padding-left: 0;
        width: 100% !important;
        margin-top: 30px;
    }

    .manufacturing-page .about-history .right .content ul li {
        margin-bottom: 20px;
    }

    .manufacturing-page .about-history .right .content ul li .con {
        font-size: 16px;
        line-height: 30px;
    }
}
@media screen and (max-width: 500px){
    .manufacturing-page .about-history .right .content ul li{
        padding-left: 0;
    }
    .manufacturing-page .about-history .right .content ul li .num{
        display: none;
    }
    .manufacturing-page .about-history .right .content ul li .txtbox{
        padding: 30px 20px ;
    }
}

/*==============================================
    manufacturing-page
*/


/*
    services-page
==============================================*/
.services-page .init-1 .top .cont p {
    margin-bottom: 1em;
}

.services-page .init-1 .top .cont p span {
    font-weight: bold;
}

.services-page .init-1 .bottom li {
    padding-top: 20px;
}

.services-page .init-1 .bottom .box {
    height: 452px;
    background: #eeeeee no-repeat right bottom;
    border-radius: 20px;
    padding: 40px 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: 0.5s;
    z-index: 2;
    overflow: hidden;
}

.services-page .init-1 .bottom .box .mask {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #264c9d url(../images/lg.png) no-repeat right bottom;
    transition: .5s;
}

.services-page .init-1 .bottom .box .tip {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.services-page .init-1 .bottom .box .tip .num .ty {
    color: #999999;
    opacity: 0.6;
    line-height: 1;
    margin-top: 5px;
    transition: 0.5s;
}

.services-page .init-1 .bottom .box .tip .icon {
    width: 60px;
    height: 60px;
    background-color: #264c9d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.services-page .init-1 .bottom .box .tip .icon img {
    filter: brightness(100);
}

.services-page .init-1 .bottom .box .text .t1 {
    transition: 0s;
}

.services-page .init-1 .bottom .box .text {
    transition: .5s;
}

.services-page .init-1 .bottom .box .text2 {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30px 50px;
    color: #ffffff;
    transform: translateY(100%);
    transition: .5s;
}

.services-page .init-1 .bottom .box .text2 .more {
    zoom: 0.8;
    font-size: 20px;
    transition: 0s;
}

.services-page .init-1 .bottom .box .text2 .cont {
    line-height: 1.8;
    transition: 0.5s;
    opacity: 0.6;
    color: #ffffff;
    height: 5.5em;
    overflow-y: auto;
    padding-right: 5px;
}

.services-page .init-1 .bottom .box .text2 .btn-go{
    background-color: #fff;
    color: var(--color);
}
.services-page .init-1 .bottom .box .text2 .btn-go i{
    background-color: var(--color);
    color: #fff;
}

.services-page .init-1 .bottom .box:hover {
    color: #ffffff;
    transform: translateY(-20px);
}

.services-page .init-1 .bottom .box:hover .mask {
    height: 100%;
}

.services-page .init-1 .bottom .box:hover .tip .num .ty {
    color: #ffffff;
}

.services-page .init-1 .bottom .box:hover .tip .icon {
    background: #ffffff;
}

.services-page .init-1 .bottom .box:hover .tip .icon img {
    filter: none;
}

.services-page .init-1 .bottom .box:hover .text {
    opacity: 0
}

.services-page .init-1 .bottom .box:hover .text2 {
    opacity: 1;
    transform: translateY(0);
}

.services-page .init-1 .tip .cont {
    max-width: 930px;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
    .services-page .init-1 .bottom .box .text2 .cont {
        height: 7.2em;
    }
}


.services-page .init-2 {
    color: white;
    padding: 107px 0 70px;
}

.services-page .init-2 .left {
    position: sticky;
    top: 170px;
    width: 45%;
}
.services-page .init-2 .left .btn-go{
    color: #000;
}
.services-page .init-2 .left .btn-go:hover{
    color: #fff;
}
.services-page .init-2 .left p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);

}

.services-page .init-2 .left .i-title {
    line-height: 1.2;
}

.services-page .init-2 .right {

    width: 50%;
}

.services-page .init-2 .right ul li {
    padding-left: 140px;
    position: relative;
    padding-bottom: 50px;
}

.services-page .init-2 .right ul li .icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #ffffff;
    text-align: center;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: 0;
}

.services-page .init-2 .right ul li .icon img {
    vertical-align: middle;
}

.services-page .init-2 .right ul li::after {
    content: "";
    position: absolute;
    left: 27px;
    top: 80px;
    width: 1px;
    height: calc(100% - 97px);
    background: rgba(255, 255, 255, 0.3);
}

.services-page .init-2 .right ul li:last-child::after {
    display: none;
}

.services-page .init-2 .right ul li:last-child .icon::after {
    content: none;
}

.services-page .init-2 .right ul li h4 {
    font-size: 30px;
    font-weight: bold;
}

.services-page .init-2 .right ul li .des {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 14px;
}

.services-page .init-2 .right ul li .des .item {
    display: flex;

}

.services-page .init-2 .right ul li .des .item .txt {
    flex: 1;
    margin-left: 10px;
}

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

@media screen and (max-width: 1250px) {
    .services-page .init-2 .right ul li {
        padding-left: 105px;
        padding-bottom: 40px;
    }

    .services-page .init-2 .right ul li .icon:after {
        height: 225%;
    }

    .services-page .init-2 .right ul li h4 {
        font-size: 24px;
    }
}

@media screen and (max-width: 1000px) {
    .services-page .init-2 .left {
        position: relative;
        width: 100%;
        top: 0;
    }

    .services-page .init-2 .right ul li h4 {
        font-size: 20px;
    }

    .services-page .init-2 .right {
        width: 100%;
        margin-top: 20px;
    }

}

@media screen and (max-width: 700px) {
    .services-page .init-2 .right {
        padding-left: 0;

    }

    .services-page .init-2 .left {
        width: 100%;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 500px) {
    .services-page .init-2 .right ul li {
        padding-left: 0;
    }

    .services-page .init-2 .right ul li .icon {
        position: relative;
        margin-bottom: 12px;
    }

    .services-page .init-2 .right ul li .icon::after {
        content: none;
    }

    .services-page .init-2 .right ul li::after {
        display: none;
    }
}
/*==============================================
    services-page
*/



.industrial-page .industrial-1 .right span.h2 {
  max-width: 640px;
}

.industrial-page .industrial-1 .right .info {
  max-width: 640px;
}

.industrial-page .industrial-1 .right .info li {
  padding: .3em .5em;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.industrial-page .industrial-1 .right .info li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(white), to(var(--color)));
  background-image: -webkit-linear-gradient(right, white, var(--color));
  background-image: -moz-linear-gradient(right, white, var(--color));
  background-image: linear-gradient(to left, white, var(--color));
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.industrial-page .industrial-1 .right .info li:hover {
  color: white;
}

.industrial-page .industrial-1 .right .info li:hover:before {
  opacity: 1;
}

.industrial-page .industrial-1 .right .dots p {
  margin-bottom: .3em;
}

.industrial-page .industrial-1 .right .dots p i {
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
}

.industrial-page .industrial-1 .box:not(.flex-drr) .left {
  direction: rtl;
}

.industrial-page .industrial-3 .box {
  width: 100%;
  position: relative;
}

.industrial-page .industrial-3 .box li {
  height: 100%;
  padding-top: 1.33333333em;
}

.industrial-page .industrial-3 .box:before {
  content: '';
  width: 150%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 10%;
  top: 0;
  background-color: #f8f8f8;
}

.industrial-page .industrial-3 .box .box2 {
  border: 1px solid #b5b5b5;
  height: 100%;
  position: relative;
  background-color: white;
}

.industrial-page .industrial-3 .box .box2 span.num {
  width: 2.66666667em;
  height: 3.05555556em;
  background-color: var(--color);
  color: white;
  margin-top: -1.33333333em;
}

.industrial-page .industrial-3 .box .box2 span.h6 {
  line-height: 1.2;
}

.industrial-page .industrial-3 .box .box2>i {
  height: 3.45em;
}

.industrial-page .industrial-3 .box .box2>i img {
  max-height: 100%;
}

.industrial-page .industrial-3 .box .box2 .border i {
  position: absolute;
  background-color: var(--color);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  width: 0;
  height: 0;
}

.industrial-page .industrial-3 .box .box2 .border i:nth-child(1) {
  height: 1px;
  left: 0;
  top: -1px;
}

.industrial-page .industrial-3 .box .box2 .border i:nth-child(2) {
  width: 1px;
  right: -1px;
  top: 0;
}

.industrial-page .industrial-3 .box .box2 .border i:nth-child(3) {
  height: 1px;
  right: 0;
  bottom: -1px;
}

.industrial-page .industrial-3 .box .box2 .border i:nth-child(4) {
  width: 1px;
  left: -1px;
  bottom: 0;
}

.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(1),
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(3) {
  width: 100%;
}

.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(2),
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(4) {
  height: 100%;
}

.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(1) {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(2) {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}

.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(3) {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}

.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(4) {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s;
}
@media screen and (max-width: 1000px) {
  .industrial-page .industrial-1 .left .img {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .industrial-page .industrial-3 .box {
    width: 100%;
  }

}

.inner-slickDots ul li{
  width: 9px;
  height: 9px!important;
  border-radius: 9px;
  border: 0;
  background-color: var(--color);
  opacity: 0.4;
  padding: 0!important;
}
.inner-slickDots ul li.slick-active {
  background-color: var(--color);
  opacity: 1;
  width: 44px;
}
.inner-slickDots.white ul li{
    background-color: #fff;
}
.inner-slickDots.white ul li.slick-active {
  background-color: #fff;
}

.seoPublic .Auxil-through a{
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0;
    line-height: 1.5;
    height: auto;
    max-width: 49%;
}
@media screen and (max-width: 700px) {
    .seoPublic .Auxil-through a{
        max-width: unset;
    }
}

.seoPublic .Auxil-about .box .right {
    width: 50%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.seoPublic .Auxil-about .box .left {
    width: 50%;
}
@media (max-width: 1000px) {
    .seoPublic .Auxil-about .box .left {
        width: 100%;
    }
    .seoPublic .Auxil-about .box .right {
        width: 100%;
        padding:0!important;
    }
}
@media (max-width: 500px) {
    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 30px;
        line-height: 1.4;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        font-weight: bold;
    }
}