@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-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-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-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.eot');
  src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Black.woff2') format('woff2'), url('../fonts/Montserrat-Black.woff') format('woff'), url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Anton-Regular.eot');
  src: url('../fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Anton-Regular.woff2') format('woff2'), url('../fonts/Anton-Regular.woff') format('woff'), url('../fonts/Anton-Regular.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
}
body {
  --color: #0876ff;
  font-family: 'Montserrat';
  color: #333;
  font-weight: 400;
  max-width: 1920px;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: url(../images/abg.png) no-repeat center bottom #fff;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1730px;
  margin: 0 auto;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
.more i {
  width: 1.34em;
  height: 1.34em;
  border-radius: 50%;
  background-color: #005acb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 12px;
  position: relative;
  z-index: 1;
}
.more i::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background: var(--color);
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -moz-transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.more:hover {
  color: var(--color);
}
.more:hover i::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}
#header .h-top {
  padding-top: 24px;
}
#header .h-top .info {
  margin: 0 0 0 auto;
}
#header .h-top .h-search form {
  width: 173px;
  position: relative;
}
#header .h-top .h-search form input[type="search"] {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  font-size: 14px;
  padding: 0 40px 0 17px;
  background: transparent;
}
#header .h-top .h-search form input[type="search"]::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.2);
}
#header .h-top .h-search form input[type="search"]:-moz-placeholder {
  color: rgba(51, 51, 51, 0.2);
}
#header .h-top .h-search form input[type="search"]::-moz-placeholder {
  color: rgba(51, 51, 51, 0.2);
}
#header .h-top .h-search form input[type="search"]:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.2);
}
#header .h-top .h-search form input[type="search"]::placeholder {
  color: rgba(51, 51, 51, 0.2);
}
#header .h-top .h-search form input[type="submit"] {
  position: absolute;
  right: 15px;
  top: 13px;
  width: 15px;
  height: 15px;
  border: none;
  background: url(../images/search.png) no-repeat center;
}
#header .h-top .yuy span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.2);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
#header .h-top .yuy ul{
  left: initial;
  right: 0;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding-top: 43px;
}
#header .nav .ui.menu .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  width: 7.53%;
  font-size: 14px;
  font-weight: 600;
  margin-right: 135px;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  padding-top: 17px;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .ui.menu .menu-box ul.menu > li .menuDown {
  -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;
  top: 100%;
  left: 0;
  width: 598px;
  -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;
  display: none / 9;
  padding-top: 19px;
}
#header .nav .ui.menu .menu-box ul.menu > li .menuDown ul {
  background: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li .menuDown ul li {
  padding: 9px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li .menuDown ul li .ig {
  padding: 17px 22px 21px 28px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li .menuDown ul li .ig .title {
  line-height: 1.6;
  color: #333;
}
#header .nav .ui.menu .menu-box ul.menu > li .menuDown ul li .ig .img-box {
  opacity: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li .menuDown ul li .ig i {
  width: 32px;
  height: 32px;
  background-color: #5a5a5a;
  border-radius: 50%;
}
#header .nav .ui.menu .menu-box ul.menu > li .menuDown ul li .ig:hover .title {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li .menuDown ul li .ig:hover .img-box {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li .menuDown ul li .ig:hover i {
  background: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li .menuDown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: auto;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(4) .menuDown {
  width: 897px;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(6) .menuDown {
  left: initial;
  right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(6) .menuDown::before {
  left: initial;
  right: 18%;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu,
#header .nav .ui.menu .menu-box ul.menu > li:hover .menuDown {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(45, 65, 152, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::before,
#header .nav .ui.menu .menu-box ul.menu > li.active::before {
  width: 100%;
}
#header .nav .ui.menu .h-search form {
  width: 173px;
  position: relative;
}
#header .nav .ui.menu .h-search form input[type="search"] {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid rgba(254, 254, 255, 0.2);
  font-size: 14px;
  padding: 0 40px 0 20px;
}
#header .nav .ui.menu .h-search form input[type="search"]::-webkit-input-placeholder {
  color: rgba(254, 254, 255, 0.2);
}
#header .nav .ui.menu .h-search form input[type="search"]:-moz-placeholder {
  color: rgba(254, 254, 255, 0.2);
}
#header .nav .ui.menu .h-search form input[type="search"]::-moz-placeholder {
  color: rgba(254, 254, 255, 0.2);
}
#header .nav .ui.menu .h-search form input[type="search"]:-ms-input-placeholder {
  color: rgba(254, 254, 255, 0.2);
}
#header .nav .ui.menu .h-search form input[type="search"]::placeholder {
  color: rgba(254, 254, 255, 0.2);
}
#header .nav .ui.menu .h-search form input[type="submit"] {
  position: absolute;
  top: 12px;
  right: 20px;
  width: 15px;
  height: 15px;
  background: url(../images/search.png) no-repeat center;
  border: 0;
}
#header .nav .ui.menu .yuy span {
  width: 2.5em;
  height: 2.5em;
  border: 1px solid rgba(254, 254, 255, 0.2);
  border-radius: 50%;
  color: #fff;
}
#header .nav .ui.menu .yuy ul {
  right: 0;
  left: initial;
  height: auto;
  z-index: 100;
}
#header .nav .ui.menu .yuy ul li {
  position: relative;
  z-index: 10;
}
#header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.active {
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
#header.active .h-top {
  padding-top: 12px;
}
#header.active .nav {
  padding: 12px 0;
}
#header.active::before {
  left: 0;
  width: 100%;
}
.title,
.i-title {
  font-weight: 600;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner ul li {
  position: relative;
  overflow: hidden;
}
#banner ul li .text {
  top: 56%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
#banner ul li .text .box {
  max-width: 900px;
}
#banner ul li .text .box span {
  font-weight: 200;
  color: #2d4198;
}
#banner ul li .text .box .title {
  line-height: 1.14;
  color: #2d4198;
  letter-spacing: -2px;
  font-weight: bold;
}
#banner ul li .text .box .con {
  color: #666666;
  line-height: 1.5;
  font-weight: 500;
  max-width: 582px;
}
#banner ul li .text .box .title,
#banner ul li .text .box .con,
#banner ul li .text .box span {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul .swiper-slide-active .text .box .title,
#banner ul .swiper-slide-active .text .box .con,
#banner ul .swiper-slide-active .text .box span {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner ul .swiper-slide-active .text .box .title {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  transition-delay: 600ms;
}
#banner ul .swiper-slide-active .text .box .con {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
}
#banner ul .swiper-slide-active .text .box .span {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
#banner .mouse {
  bottom: 65px;
  left: 0;
  width: 100%;
  z-index: 2;
}
#banner .mouse .down {
  font-size: 24px;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 1;
}
#banner .mouse .down::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background: var(--color);
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -moz-transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
#banner .mouse .down:hover {
  color: #fff;
}
#banner .mouse .down:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-60 {
  line-height: 1.2;
}
.font-24 {
  line-height: 1.5;
}
.font-46 {
  line-height: 1.3;
}
.i-tag {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
  display: block;
  padding-bottom: 4px;
}
@-webkit-keyframes img {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes img {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes img {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
#index-body {
  background: url(../images/bg.jpg) no-repeat center top;
}
#index-body .i-category {
  padding: 7.24% 0 7.45%;
}
#index-body .i-category .i-tag {
  border-color: #ececec;
}
#index-body .i-category .top .tit {
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.3;
}
#index-body .i-category .top .con {
  line-height: 2;
  color: #666;
  width: 87%;
}
#index-body .i-category .img-box {
  overflow: unset;
  text-align: center;
}
#index-body .i-category .img-box img{
  width: auto;
  display: inline-block;
}
#index-body .i-category .nav {
  right: 0;
  top: 0;
  width: 46.6%;
  z-index: 2;
}
#index-body .i-category .nav ul {
  margin: 0 -12px;
}
#index-body .i-category .nav ul .slick-list {
  padding: 0 !important;
}
#index-body .i-category .nav ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .i-category .nav ul .slick-track > div {
  height: auto;
}
#index-body .i-category .nav ul .slick-track > div > div {
  height: 100%;
}
#index-body .i-category .nav ul li {
  padding: 0 12px;
  height: 100%;
}
#index-body .i-category .nav ul li a {
  height: 100%;
  font-size: 16px;
  padding: 14px 15px;
  border: 1px solid #333;
  border-radius: 9px;
  text-align: center;
  opacity: .5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .nav ul .slick-current li a {
  opacity: 1;
}
#index-body .i-category .nav ul .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 18px;
  cursor: pointer;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  font-size: 0;
  border: 0;
  background: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .nav ul .slick-arrow:hover {
  -webkit-filter: none;
  filter: none;
}
#index-body .i-category .nav ul .slick-prev {
  left: -13px;
  background-image: url(../images/prev.png);
}
#index-body .i-category .nav ul .slick-next {
  right: -13px;
  background-image: url(../images/next.png);
}
#index-body .i-category .list {
  padding: 0 35px;
  margin-top: 12px;
}
#index-body .i-category .list ul {
  margin: -18px -15px;
}
#index-body .i-category .list ul li {
  padding: 18px 15px;
}
#index-body .i-category .list ul li .ig {
  height: 498px;
  border: 1px solid rgba(53, 53, 53, 0.2);
  z-index: 1;
}
#index-body .i-category .list ul li .ig .text span,
#index-body .i-category .list ul li .ig .text .tit {
  font-weight: 500;
}
#index-body .i-category .list ul li .ig .text span {
  letter-spacing: -1px;
  line-height: 1.3;
}
#index-body .i-category .list ul li .ig .text .tit {
  line-height: 1.4;
  color: #cccccc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .list ul li .ig .text .tit:hover {
  color: var(--color);
}
#index-body .i-category .list ul li .ig .text .con {
  line-height: 2;
  color: #666;
}
#index-body .i-category .list ul li .ig .img-box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 60%;
  overflow: hidden;
}
#index-body .i-category .list ul li .ig .more {
  bottom: 48px;
  right: 55px;
  position: absolute;
}
#index-body .i-category .list ul li .ig .more i {
  background: var(--color);
}
#index-body .i-category .list ul li .ig .more i::after {
  background: #2d4198;
}
#index-body .i-category .list ul li .ig .more:hover {
  color: #2d4198;
}
#index-body .i-advantage {
  max-width: 1677px;
  padding-left: 15px;
  margin: 0 0 0 auto;
}
#index-body .i-advantage .i-tag {
  color: #fff;
  border-color: #fff;
  right: 0;
  top: 77px;
  width: 72.0932%;
  z-index: 3;
}
#index-body .i-advantage .content {
  height: 79.91vh;
  background: var(--color);
}
#index-body .i-advantage .content .left {
  width: 43.442%;
}
#index-body .i-advantage .content .left ul li {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage .content .left ul li a {
  width: 100%;
  height: 100%;
}
#index-body .i-advantage .content .left ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .i-advantage .content .left ul li.active {
  opacity: 1;
  z-index: 2;
  -webkit-animation: img 2s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: img 2s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: img 2s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .i-advantage .content .left ul li.zIndex {
  opacity: 1;
  z-index: 1;
}
#index-body .i-advantage .content .wz {
  left: 33.5%;
  bottom: 0;
  min-width: 396px;
  color: #fff;
  z-index: 10;
}
#index-body .i-advantage .content .wz .tit {
  font-weight: 500;
  line-height: 1.1;
  min-height: 235px;
}
#index-body .i-advantage .content .wz .tit span {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage .content .wz .tit span.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .i-advantage .content .right {
  width: 56.558%;
  padding: 11.1312% 9% 0 11.1914%;
  color: #fff;
}
#index-body .i-advantage .content .right .desc {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage .content .right i {
  font-size: 64px;
}
#index-body .i-advantage .content .right .con {
  line-height: 1.7;
  height: auto;
}
#index-body .i-advantage .content .right .slick-current li .desc {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
#index-body .i-advantage .tab {
  right: 110px;
  bottom: 82px;
  z-index: 1;
  width: 144px;
  padding: 26px 0 0 25px;
}
#index-body .i-advantage .tab .next {
  top: 0;
  left: 0;
  font-size: 16px;
  width: 3.25em;
  height: 3.25em;
  border-radius: 50%;
  background: #fff;
  color: var(--color);
}
#index-body .i-about {
  background: url(../images/abg.png) no-repeat center bottom #fff;
  padding: 7.03125% 0 7.3%;
}
#index-body .i-about .top .tit {
  line-height: 1.1;
}
#index-body .i-about .top .con {
  line-height: 1.7;
  color: #666;
}
#index-body .i-about .top .con h1 {
  display: inline;
}
#index-body .i-about .img {
  background-position: center center;
  background-repeat: no-repeat;
  padding: 22.4112% 0 25px;
  margin-top: -61px;
  background-size: auto 100%;
}
#index-body .i-about .img .circle {
  width: 17.5em;
  height: 17.5em;
  top: 39.5%;
  border-radius: 50%;
  background: rgba(8, 117, 255, 0.8);
  right: 15.7%;
  z-index: 1;
  -webkit-clip-path: inset(0 50% 0 50%);
  clip-path: inset(0 50% 0 50%);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body .i-about .img .circle::before,
#index-body .i-about .img .circle::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}
#index-body .i-about .img .circle::before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .i-about .img .circle::after {
  width: 318px;
  height: 1px;
  left: -50%;
}
#index-body .i-about .img .imgs {
  display: inline-block;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body .i-about .img .imgs .play {
  color: #fff;
  font-weight: 500;
}
#index-body .i-about .bottom ul li {
  font-weight: 500;
}
#index-body .i-about .bottom ul li .num {
  color: var(--color);
  letter-spacing: -1px;
  line-height: 1;
}
#index-body .i-about .bottom ul li p {
  color: #999999;
  line-height: 1.4;
  margin-top: 8px;
}
#index-body .i-solution {
  height: 50.0521vw;
  min-height: 200px;
  border-bottom: 7px solid #d2e9ff;
}
#index-body .i-solution .header {
  top: 63px;
  left: 0;
  width: 100%;
  z-index: 6;
}
#index-body .i-solution .header .i-tag {
  color: #fff;
  border-color: rgba(236, 236, 236, 0.3);
}
#index-body .i-solution .header .arrow a {
  font-size: 24px;
  width: 2.17em;
  height: 2.17em;
  border-radius: 50%;
  background-color: #ffffff;
  color: var(--color);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .i-solution .header .arrow a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #374854;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-solution .header .arrow a:hover {
  color: #fff;
}
#index-body .i-solution .header .arrow a:hover::after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
#index-body .i-solution .img ul li {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-solution .img ul li.active {
  opacity: 1;
  z-index: 2;
  -webkit-animation: img 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: img 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: img 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .i-solution .img ul li.zIndex {
  opacity: 1;
  z-index: 1;
}
#index-body .i-solution .text {
  top: 53.5%;
  -webkit-transform: translateY(-53%);
  -moz-transform: translateY(-53%);
  -ms-transform: translateY(-53%);
  transform: translateY(-53%);
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 6;
}
#index-body .i-solution .text .title {
  line-height: 1.1;
  letter-spacing: -1px;
}
#index-body .i-solution .text .con {
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.6;
}
#index-body .i-solution .text .desc {
  line-height: 2;
}
#index-body .i-solution .text .link {
  width: 16.96em;
  height: 4.542em;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding: 0 28px 0 33px;
  overflow: hidden;
  background-color: #374854;
}
#index-body .i-solution .text .link span {
  height: 100%;
}
#index-body .i-solution .text .link i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  color: #333;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-solution .text .link em {
  letter-spacing: -1px;
}
#index-body .i-solution .text .link::before,
#index-body .i-solution .text .link::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition-property: background-color, border-color, -webkit-transform, -webkit-box-shadow;
  transition-property: background-color, border-color, -webkit-transform, -webkit-box-shadow;
  -moz-transition-property: transform, background-color, border-color, box-shadow, -moz-transform;
  transition-property: transform, background-color, border-color, box-shadow;
  transition-property: transform, background-color, border-color, box-shadow, -webkit-transform, -moz-transform, -webkit-box-shadow;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -moz-transition: 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
#index-body .i-solution .text .link::after {
  background-color: #374854;
  z-index: -2;
}
#index-body .i-solution .text .link::before {
  -webkit-transform: translateY(101%);
  -moz-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  background: #fff;
}
#index-body .i-solution .text .link:hover {
  color: var(--color);
}
#index-body .i-solution .text .link:hover::before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .i-solution .text .link:hover i {
  background: var(--color);
  color: #fff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#index-body .i-solution .text .tit,
#index-body .i-solution .text .con,
#index-body .i-solution .text .desc {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .i-solution .text ul .slick-current li .tit,
#index-body .i-solution .text ul .slick-current li .con,
#index-body .i-solution .text ul .slick-current li .desc {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#index-body .i-solution .text ul .slick-current li .tit {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  transition-delay: 300ms;
}
#index-body .i-solution .text ul .slick-current li .con {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  transition-delay: 600ms;
}
#index-body .i-solution .text ul .slick-current li .desc {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
}
#index-body .i-solution::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 51.042%;
  height: 100%;
  background: var(--color);
  z-index: 3;
}
#index-body .i-news {
  padding: 7.6042% 0 7.1875%;
}
#index-body .i-news .tab ul li a {
  width: 11.6429em;
  font-weight: 600;
  padding: 19px 0 18px;
  border-radius: 30px;
  border: solid 1px #666666;
}
#index-body .i-news .tab ul li:hover a,
#index-body .i-news .tab ul li.active a {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}
#index-body .i-news .tab ul li:first-child {
  margin-left: 0;
}
#index-body .i-news .arrow {
  top: -23%;
  right: 7%;
}
#index-body .i-news .arrow a {
  width: 2.6em;
  height: 2.6em;
  border-radius: 50%;
  background-color: #666;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .i-news .arrow a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .arrow a:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .i-news .content {
  margin-right: -112px;
  width: 95vw;
}
#index-body .i-news .content ul .slick-list {
  padding-right: 366px !important;
}
#index-body .i-news .content .ig {
  height: 597px;
  background-color: #f8f8f9;
  z-index: 1;
}
#index-body .i-news .content .ig .tit {
  line-height: 1.3;
  font-weight: 500;
}
#index-body .i-news .content .ig .con {
  line-height: 2;
  color: #666;
}
#index-body .i-news .content .ig .bottom {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
#index-body .i-news .content .ig .bottom span {
  font-weight: 600;
  line-height: 1;
  color: #f00221;
}
#index-body .i-news .content .ig .bottom em {
  line-height: 1.4;
}
#index-body .i-news .content .ig .bg {
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -moz-transition: 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
#index-body .i-news .content .ig .bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#index-body .i-news .content .ig:hover {
  color: #fff;
}
#index-body .i-news .content .ig:hover .con {
  color: #fff;
}
#index-body .i-news .content .ig:hover .bg {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#index-body .i-network {
  padding-bottom: 7%;
}
#index-body .i-network .i-title {
  position: relative;
  z-index: 1;
}
#index-body .i-network .img {
  margin-top: -93px;
}
#index-body .i-network .img .icon {
  right: 9.6%;
  top: 55%;
}
#index-body .i-network .img .icon i {
  z-index: 1;
  width: 27px;
  height: 27px;
  background-color: #ff0000;
  border-radius: 50%;
}
#index-body .i-network .img .icon i::before,
#index-body .i-network .img .icon i::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  z-index: -1;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .i-network .img .icon i::before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#footer {
  z-index: 1;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding-top: 24px;
}
#footer .f-content .title {
  line-height: 1;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li:hover {
  color: var(--color);
}
#footer .f-content .f-ab a {
  margin-right: 4px;
  color: #000;
}
#footer .f-content .f-ab a:hover {
  color: var(--color);
}
#footer .f-content .f-contact {
  max-width: 369px;
}
#footer .f-content .f-contact dd {
  line-height: 1.8;
}
#footer .f-content .f-contact dd:last-child {
  font-weight: 600;
  line-height: 1.2;
  text-decoration: underline;
}
#footer .f-content .f-form {
  max-width: 578px;
}
#footer .f-content .f-form .left {
  width: 72.32%;
}
#footer .f-content .f-form .left ul {
  margin: -6px -5px;
}
#footer .f-content .f-form .left ul li {
  padding: 6px 5px;
  margin: 0;
}
#footer .f-content .f-form .left ul li input,
#footer .f-content .f-form .left ul li textarea {
  width: 100%;
  height: 59px;
  border: 1px solid rgba(102, 102, 102, 0.1);
  background: transparent;
  font-size: 16px;
  padding: 0 13px;
}
#footer .f-content .f-form .left ul li input::-webkit-input-placeholder, #footer .f-content .f-form .left ul li textarea::-webkit-input-placeholder {
  color: #949494;
}
#footer .f-content .f-form .left ul li input:-moz-placeholder, #footer .f-content .f-form .left ul li textarea:-moz-placeholder {
  color: #949494;
}
#footer .f-content .f-form .left ul li input::-moz-placeholder, #footer .f-content .f-form .left ul li textarea::-moz-placeholder {
  color: #949494;
}
#footer .f-content .f-form .left ul li input:-ms-input-placeholder, #footer .f-content .f-form .left ul li textarea:-ms-input-placeholder {
  color: #949494;
}
#footer .f-content .f-form .left ul li input::placeholder,
#footer .f-content .f-form .left ul li textarea::placeholder {
  color: #949494;
}
#footer .f-content .f-form .left ul li input:focus,
#footer .f-content .f-form .left ul li textarea:focus {
  border-color: var(--color);
}
#footer .f-content .f-form .left ul li textarea {
  height: 140px;
  padding-top: 15px;
}
#footer .f-content .f-form .left ul li.wid-100 {
  width: 100%;
}
#footer .f-content .f-form .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: auto;
}
#footer .f-content .f-form .right button {
  width: 100%;
  height: 100%;
  background: var(--color);
  color: #fff;
  border: 0;
  z-index: 1;
}
#footer .f-content .f-form .right button::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .f-form .right button:hover {
  color: var(--color);
}
#footer .f-content .f-form .right button:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#footer .f-copy {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -2px;
  text-transform: capitalize;
  fill: #333;
}
#footer .f-copy svg text {
  fill: #333;
}
#footer .f-back {
  top: -16.3%;
  right: 0;
  font-size: 20px;
  width: 2.6em;
  height: 2.6em;
  border-radius: 50%;
  background-color: #666666;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}
#footer .f-back::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-back:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 1680px) {
  #header .nav .ui.menu .menu-box ul.menu > li:nth-child(4) .menuDown {
    left: -400%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li:nth-child(4) .menuDown::before {
    left: 41%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #header .nav .ui.menu .menu-box ul.menu > li:nth-child(5) .menuDown {
    left: -250%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li:nth-child(5) .menuDown::before {
    left: 35%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 40px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li:nth-child(5) .menuDown::before {
    left: 39%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li:nth-child(6) .menuDown::before {
    right: 0;
  }
  #index-body .i-category .nav {
    width: 52%;
  }
  #index-body .i-advantage .content {
    height: 70vh;
  }
  #index-body .i-network .img .icon {
    right: 5.6%;
  }
  #index-body .i-news .content {
    width: 97vw;
  }
  #index-body .i-news .content ul .slick-list {
    padding-right: 200px !important;
  }
  #footer .f-content .f-contact {
    max-width: 300px;
  }
}
@media screen and (max-width: 1250px) {
  #banner ul li .text {
    top: 50%;
  }
  #banner .mouse {
    bottom: 32px;
  }
  #index-body .i-solution {
    height: 72vw;
  }
  #index-body .i-news .content .ig {
    height: 400px;
  }
  #index-body .i-network .img .icon {
    right: 3%;
  }
  #footer .f-content {
    zoom: .8;
  }
}
@media screen and (max-width: 1000px) {
  #banner ul li .text .box .con {
    color: #fff;
    max-width: 100%;
  }
  #banner ul li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
  }
  #banner .mouse {
    display: none;
  }
  .more {
    font-size: 20px;
  }
  .font-18 {
    font-size: 18px;
  }
  .font-16 {
    font-size: 16px;
  }
  .font-40 {
    font-size: 30px;
  }
  .font-30 {
    font-size: 30px;
  }
  .font-20 {
    font-size: 20px;
  }
  #index-body .i-category .nav {
    position: initial;
    width: 100%;
  }
  #index-body .i-category .content {
    margin-top: 20px;
  }
  #index-body .i-category .top {
    width: 100%;
  }
  #index-body .i-category .list {
    padding: 0;
  }
  #index-body .i-category .list ul li .ig {
    height: auto;
    padding: 18px 15px;
  }
  #index-body .i-category .list ul li .ig .text {
    width: 100%;
  }
  #index-body .i-category .list ul li .ig .img-box {
    position: relative;
  }
  #index-body .i-category .list ul li .ig .more {
    position: initial;
  }
  #index-body .i-advantage .i-tag {
    top: 30px;
  }
  #index-body .i-advantage .content {
    height: 60vh;
  }
  #index-body .i-advantage .content .right {
    padding: 12% 3% 0;
  }
  #index-body .i-advantage .content .wz {
    left: 20.5%;
    max-width: 370px;
  }
  #index-body .i-advantage .tab {
    right: 20px;
    bottom: 40px;
  }
  #index-body .i-about .top .title {
    width: 100%;
  }
  #index-body .i-about .top .right {
    width: 100%;
  }
  #index-body .i-about .img .circle {
    zoom: .6;
    top: 42.5%;
    right: 4%;
  }
  #index-body .i-solution {
    height: 70vh;
  }
  #index-body .i-solution .header {
    position: initial;
  }
  #index-body .i-solution .text .con {
    font-size: 22px;
  }
  #index-body .i-network .img .icon {
    zoom: .7;
  }
  #footer .f-content {
    zoom: 1;
  }
  #footer .f-content .f-nav {
    display: none;
  }
  #footer .f-content .f-form {
    max-width: 100%;
  }
  #footer .f-back {
    top: -12.3%;
  }
}
@media screen and (max-width: 700px) {
  .more {
    font-size: 18px;
  }
  .font-60 {
    font-size: 36px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8 !important;
  }
  .font-24 {
    font-size: 20px;
  }
  #index-body .i-category .list ul {
    margin: -9px -7px;
  }
  #index-body .i-category .list ul li {
    padding: 9px 7px;
  }
  #index-body .i-advantage {
    zoom: .7;
  }
  #index-body .i-solution {
    zoom: .7;
  }
  #index-body .i-about .img .circle {
    zoom: .5;
    top: 43.5%;
  }
  #index-body .i-about .bottom {
    padding: 0;
  }
  #index-body .i-news .content {
    margin-right: 0;
    width: 100%;
  }
  #index-body .i-news .content ul .slick-list {
    padding-right: 0 !important;
  }
  #footer .f-copy {
    display: block;
  }
  #footer .f-copy p {
    display: inline;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .text .box .con {
    display: none;
  }
  .font-40 {
    font-size: 24px;
  }
  .font-16 {
    font-size: 14px;
    line-height: 2 !important;
  }
  #index-body .i-advantage .content .wz .tit {
    font-size: 20px;
    min-height: 100px;
  }
  .flex-2 > * {
    width: 100%;
  }
  .font-60 {
    font-size: 30px;
  }
  #index-body .i-category .top .con {
    width: 100%;
  }
  #index-body .i-advantage .content .right {
    padding: 16% 3% 0;
  }
  #index-body .i-advantage .content .right i {
    font-size: 30px;
  }
  #index-body .i-about .top .title {
    font-size: 30px;
  }
  #index-body .i-about .img .circle {
    display: none;
  }
  #index-body .i-about .bottom ul li {
    width: 50%;
  }
  #index-body .i-about .bottom ul li p {
    font-size: 14px;
  }
  #index-body .i-solution .content .left {
    width: 100%;
  }
  #index-body .i-network {
    display: none;
  }
  #index-body .i-news .tab {
    zoom: .7;
  }
  #index-body .i-news .arrow {
    zoom: .6;
    right: 0;
    top: -18%;
  }
  #footer .f-back {
    display: none;
  }
  #footer .f-content .f-contact {
    max-width: 100%;
  }
  #footer .f-content .f-form {
    max-width: 100%;
  }
  #footer .f-content .f-form .left {
    width: 100%;
  }
  .fixed-toolbar {
    display: block;
  }
}
.link {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.link::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #333;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.link:hover::after {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.font-medium {
  font-weight: 500;
}
.inner-banner {
  margin-top: 16.40625%;
}
.inner-banner .title {
  font-size: 120px;
  letter-spacing: -6px;
  line-height: 1;
  font-weight: 500;
}
.inner-banner .box {
  background-color: #f2f2f2;
  margin-top: -41px;
}
.inner-banner .box .left {
  width: 49.8958%;
  padding: 3.29% 0 7.72443% 5.79%;
}
.inner-banner .box .left .mbx {
  line-height: 1.7;
}
.inner-banner .box .left .down {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background: #2d4198;
  color: #fff;
  cursor: pointer;
}
.inner-banner .box .left .down::after {
  background: var(--color);
}
.inner-banner .box .right {
  width: 50.1042%;
}
.inner-banner .down.hide {
  display: none;
}
.inner-banner .tab ul {
  margin: -10px;
}
.inner-banner .tab ul li {
  padding: 10px;
}
.inner-banner .tab ul li a {
  width: 163px;
  display: inline-block;
  padding: 19px 0 18px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  border: solid 1px #333333;
  text-align: center;
}
.inner-banner .tab ul li a::after {
  background: var(--color);
}
.inner-banner .tab ul li a:hover {
  border-color: var(--color);
  color: #fff;
}
.inner-banner .tab ul li a.active{
  border-color: var(--color);
  color: #fff;
}
.inner-banner .tab ul li a.active::after{
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.news-banner .box .left {
  padding-bottom: 11.146%;
}
.contact-banner .box .left {
  padding-bottom: 9.4271%;
}
.product-banner .title {
  font-size: 80px;
  letter-spacing: -2px;
  position: relative;
  z-index: 2;
}
.product-banner .box {
  background: transparent;
  z-index: 1;
}
.product-banner .box .left {
  width: 50%;
  background-color: #f2f2f2;
}
.product-banner .box .left .mbx {
  position: relative;
  z-index: 2;
}
.product-banner .box .right {
  right: 5.73%;
  bottom: 0;
  width: 82.865%;
}
.inner-page .productList ul li .ig {
  height: 498px;
  border: 1px solid rgba(53, 53, 53, 0.2);
  z-index: 1;
}
.inner-page .productList ul li .ig .text span,
.inner-page .productList ul li .ig .text .tit {
  font-weight: 500;
}
.inner-page .productList ul li .ig .text span {
  letter-spacing: -1px;
  line-height: 1.3;
}
.inner-page .productList ul li .ig .text .tit {
  line-height: 1.4;
  color: #cccccc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .productList ul li .ig .text .tit:hover {
  color: var(--color);
}
.inner-page .productList ul li .ig .text .con {
  line-height: 2;
  color: #666;
}
.inner-page .productList ul li .ig .img-box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 60%;
  overflow: hidden;
}
.inner-page .productList ul li .ig .more {
  bottom: 48px;
  right: 55px;
  position: absolute;
}
.inner-page .productList ul li .ig .more i {
  background-color: var(--color);
}
.inner-page .productList ul li .ig .more i::after {
  background: #e91d2d;
}
.inner-page .productList ul li .ig .more {
  color: var(--color);
}
.inner-page .productList ul li .ig .more:hover{
  color: #e91d2d;
}
.faq-page {
  padding: 10.73% 0 6.875%;
}
.faq-page ul li {
  margin-bottom: 70px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.faq-page ul li em {
  width: 49px;
  height: 44px;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  z-index: 1;
}
.faq-page ul li em::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/faq-icon.png) no-repeat center;
  -webkit-filter: brightness(0) opacity(0.6);
  filter: brightness(0) opacity(0.6);
}
.faq-page ul li .title {
  cursor: pointer;
}
.faq-page ul li .title span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.3;
}
.faq-page ul li .title i {
  font-size: 30px;
}
.faq-page ul li .desc .con {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.7;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}
.faq-page ul li.active em::after {
  -webkit-filter: none;
  filter: none;
}
.gallery-page {
  padding: 7.45% 0 9.33%;
}
.gallery-page .item {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.gallery-page .item .title {
  cursor: pointer;
}
.gallery-page .item .title span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.gallery-page .item .title i {
  font-size: 30px;
}
.gallery-page .item .content ul {
  margin: -27px -22px;
}
.gallery-page .item .content ul li {
  padding: 27px 22px;
}
.gallery-page .item .content ul li p {
  line-height: 1.7;
  font-weight: 500;
}
.gallery-page .item:last-child {
  margin-bottom: 0;
}
.tech-page {
  background: url(../images/bg.jpg) no-repeat center top #fff;
}
.tech-page .tech-1 {
  padding-top: 7.24%;
}
.tech-page .tech-1 .box {
  max-width: 1382px;
  margin: 0 auto;
}
.tech-page .tech-1 .box .con {
  line-height: 1.7;
}
.tech-page .tech-1 .box ul li .num {
  color: var(--color);
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1;
}
.tech-page .tech-1 .box ul li p {
  color: #999999;
  line-height: 1.5;
}
.tech-page .tech-2 {
  padding-top: 6.5625%;
}
.tech-page .tech-2 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}
.tech-page .tech-2 .left .con {
  line-height: 1.7;
}
.tech-page .tech-2 .right {
  width: 48.765%;
}
.tech-page .tech-2 .right ul li {
  margin-bottom: 23px;
}
.tech-page .tech-2 .right ul li .ig {
  background-color: #f2f2f2;
}
.tech-page .tech-2 .right ul li .ig .img-box {
  height: 383px;
  line-height: 383px;
  text-align: center;
}
.tech-page .tech-2 .right ul li .ig .img-box img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.tech-page .tech-2 .right ul li:last-child {
  margin-bottom: 0;
}
.tech-page .tech-3 {
  padding: 6.3021% 0 7.5521%;
}
.tech-page .tech-3 .top {
  margin: 0 auto;
}
.tech-page .tech-3 .top .con {
  line-height: 1.7;
}
.tech-page .tech-3 .bottom .img-box {
  border-bottom: 12px solid var(--color);
}
.tech-page .tech-4 {
  padding-bottom: 7.34375%;
}
.tech-page .tech-4 .left {
  width: 51.094%;
  background: var(--color);
  color: #fff;
  padding: 3.8021% 1.9271% 8.1771% 5.6771%;
}
.tech-page .tech-4 .left .tit {
  line-height: 1.1;
}
.tech-page .tech-4 .left .con {
  line-height: 1.7;
}
.tech-page .tech-4 .right {
  width: 48.906%;
  background-color: #f2f2f2;
  padding: 1.9792% 5.73% 0 3.073%;
}
.tech-page .tech-4 .right .slickBtn div {
  width: 2.6em;
  height: 2.6em;
  background-color: #666666;
}
.tech-page .tech-4 .right .slickBtn div::after {
  background: var(--color);
}
.tech-page .tech-4 .right .slickBtn div.next {
  margin-left: .6em;
}
.tech-page .tech-4 .right ul li p {
  line-height: 1.7;
  padding: 0 20px;
}
.production-page .production-1 {
  background: url(../images/production-bg.png) no-repeat center top;
}
.production-page .production-1 .top {
  z-index: 1;
}
.production-page .production-1 .left {
  width: 54.177%;
  padding-top: 6.51042%;
}
.production-page .production-1 .left .con {
  line-height: 1.7;
}
.production-page .production-1 .wz {
  right: 0;
  bottom: 59px;
  font-size: 160px;
  font-weight: 900;
  width: 988px;
  line-height: 1;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 1px #d3d8dc;
  letter-spacing: -4px;
}
.production-page .production-2 {
  padding-top: 7.5%;
}
.production-page .production-2 .left {
  background: url(../images/production2-bg.png) no-repeat center;
  background-size: cover;
  width: 40.118%;
}
.production-page .production-2 .left video {
  width: 100%;
  height: 379px;
  -o-object-fit: cover;
  object-fit: cover;
}
.production-page .production-2 .right {
  width: 59.882%;
}
.production-page .production-2 .right .top .tit {
  margin: 0 0 0 auto;
}
.production-page .production-2 .right .top .con {
  line-height: 1.7;
}
.production-page .production-2 .right .bottom {
  margin: 51px 0 0 -32%;
  width: 132%;
}
.production-page .production-2 .right .bottom ul li img {
  width: 100%;
}
.production-page .production-3 {
  padding-top: 6.83%;
  padding-bottom: 11.25%;
}
.production-page .production-3 ul li {
  position: relative;
}
.production-page .production-3 ul li span {
  width: 3.3em;
  height: 3.3em;
  background: var(--color);
  color: #fff;
  border-radius: 50%;
}
.production-page .production-3 ul li::after {
  content: '';
  position: absolute;
  top: 26px;
  right: -97px;
  width: 116px;
  height: 15px;
  background: url(../images/production3-icon.png) no-repeat;
}
.production-page .production-3 ul li:last-child {
  margin-right: 0;
}
.production-page .production-3 ul li:last-child::after {
  display: none;
}
.production-page .production-3 .top ul li:nth-child(1) {
  width: 25%;
}
.production-page .production-3 .top ul li:nth-child(2) {
  width: 28%;
}
.production-page .production-3 .bottom ul li:nth-child(2) {
  width: 34%;
}
.production-page .production-3 .bottom ul li:last-child {
  width: 28%;
}
.production-page .production-3 .bottom ul li::after {
  right: -172px;
}
.production-page .production-3 .bottom ul li:nth-child(2)::after {
  right: -130px;
}
.about-page {
  background: url(../images/bg.jpg) no-repeat center top;
}
.about-page .about-1 {
  padding-top: 6.67%;
}
.about-page .about-1 .top {
  z-index: 1;
}
.about-page .about-1 .top .right .tit {
  color: var(--color);
  font-size: 269px;
  line-height: 1;
  font-weight: 900;
  margin-top: -17px;
}
.about-page .about-1 .top .wz {
  bottom: -82px;
  right: 0;
  z-index: -1;
  font-size: 289px;
  line-height: 1;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px #d6d6d6;
}
.about-page .about-1 .bottom {
  max-width: 1825px;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .bottom .left {
  width: 51.933%;
  background: var(--color);
  color: #fff;
  padding: 4.4752% 2.6% 3.481% 6.0221%;
}
.about-page .about-1 .bottom .left .con {
  line-height: 1.7;
  max-height: 465px;
  overflow-y: auto;
}
.about-page .about-1 .bottom .right {
  width: 48.067%;
  height: auto;
}
.about-page .about-1 .bottom .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .about-2 {
  padding: 5.6771% 0 7.5521%;
}
.about-page .about-2 .left {
  width: 42.471%;
  height: 725px;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}
.about-page .about-2 .left ul {
  height: 100%;
  position: relative;
}
.about-page .about-2 .left ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .left ul li.active {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.about-page .about-2 .right {
  width: 45.765%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  height: 100vh;
}
.about-page .about-2 .right ul {
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .right ul li {
  margin-bottom: 39px;
}
.about-page .about-2 .right ul li .num {
  color: #dbe1e5;
}
.about-page .about-2 .right ul li .num em {
  letter-spacing: -2px;
  line-height: 1;
}
.about-page .about-2 .right ul li .num sub {
  letter-spacing: -1px;
  line-height: 1;
}
.about-page .about-2 .right ul li .con {
  width: 120px;
  letter-spacing: -1px;
  color: #666666;
  line-height: 1.1;
  opacity: 0;
}
.about-page .about-2 .right ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-2 .right ul li.active .num {
  color: var(--color);
}
.about-page .about-2 .right ul li.active .con {
  opacity: 1;
}
.about-page .about-3 {
  max-width: 1677px;
  padding-left: 15px;
  margin: 0 0 0 auto;
}
.about-page .about-3 .box {
  background: var(--color);
  color: #fff;
}
.about-page .about-3 .box .i-tag {
  top: 77px;
  right: 0;
  width: 72.744%;
  border-color: #ececec;
}
.about-page .about-3 .box .title {
  font-size: 60px;
  line-height: 1;
  left: 43%;
  bottom: 96px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-page .about-3 .left {
  width: 43.442%;
}
.about-page .about-3 .right {
  width: 56.558%;
}
.about-page .about-3 .right .con {
  line-height: 1.7;
  color: #f2f2f2;
  width: 87.01%;
  padding-right: 38px;
  max-height: 420px;
  overflow-y: auto;
}
.about-page .about-3 .right .con::-webkit-scrollbar-thumb {
  background: #fff;
}
.about-page .about-3 .right .con::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.3);
}
.about-page .about-3 .right .con p {
  margin-top: 33px;
}
.about-page .about-3 .right .con p:first-child {
  margin-top: 0;
}
.about-page .about-4 {
  padding: 7.13542% 0 7.24%;
}
.about-page .about-4 .left {
  width: 53.705%;
  position: -webkit-sticky;
  position: sticky;
  top: 134px;
}
.about-page .about-4 .left .content {
  padding: 76px 0 110px 0;
}
.about-page .about-4 .left .content .year .circle {
  position: relative;
  z-index: 1;
  width: 480px;
  height: 480px;
  margin-left: 199px;
}
.about-page .about-4 .left .content .year .circle rect {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -moz-transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -webkit-transition-property: stroke-dashoffset;
  -moz-transition-property: stroke-dashoffset;
  transition-property: stroke-dashoffset;
  fill: none;
  stroke: #2b3944;
  stroke-width: 1.25;
  stroke-dasharray: 1;
  stroke-dashoffset: 2;
  rx: 240px;
  ry: 240px;
  opacity: .15;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: -webkit-calc(100% - 2px);
  width: -moz-calc(100% - 2px);
  width: calc(100% - 2px);
  height: -webkit-calc(100% - 2px);
  height: -moz-calc(100% - 2px);
  height: calc(100% - 2px);
}
.about-page .about-4 .left .content .year .circle rect + rect {
  stroke: var(--color);
  stroke-width: .75;
  opacity: 1;
}
.about-page .about-4 .left .content .year .list {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.about-page .about-4 .left .content .year .list .year-left {
  position: relative;
  z-index: 1;
  color: var(--color);
  font-size: 200px;
  line-height: .85;
  letter-spacing: -6px;
}
.about-page .about-4 .left .content .year .list .year-right {
  position: relative;
  z-index: 1;
  will-change: transform;
  font-size: 240px;
  line-height: .85;
  letter-spacing: -6px;
}
.about-page .about-4 .left .content .year .list .year-right .year-right-list {
  position: absolute;
}
.about-page .about-4 .left .content .year .list .year-right .year-right-list p {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -moz-transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -webkit-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  color: rgba(0, 0, 0, 0.1);
}
.about-page .about-4 .left .content .year .list .year-right .year-right-list p.is-active {
  color: var(--color);
}
.about-page .about-4 .right {
  width: 46.295%;
}
.about-page .about-4 .right .his-item {
  padding: 56px 0 23px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.about-page .about-4 .right .his-item .con {
  line-height: 1.6;
  margin-top: 8px;
}
.about-page .about-4 .right .his-item .img {
  margin-top: 13px;
}
.about-page .about-4 .right .his-item .img ul {
  margin: -4px;
}
.about-page .about-4 .right .his-item .img ul li {
  padding: 4px;
}
.about-page .about-4 .right .his-item .img ul li img {
  width: 100%;
}
.about-page .about-5 {
  padding-bottom: 9.95%;
}
.about-page .about-5 .slickBtn div {
  width: 2.6em;
  height: 2.6em;
  background-color: #666666;
}
.about-page .about-5 .slickBtn div::after {
  background: var(--color);
}
.about-page .about-5 .slickBtn div.next {
  margin-left: .6em;
}
.about-page .about-5 p {
  line-height: 1.3;
  color: #353535;
}
.sus-page .sus-1 {
  padding: 14.74% 0 15.1042%;
  color: #fff;
}
.sus-page .sus-1 .con {
  line-height: 2;
}
.sus-page .sus-2 {
  padding: 6.9271% 0 7.65625%;
}
.sus-page .sus-2 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}
.sus-page .sus-2 .left .con {
  line-height: 2;
}
.sus-page .sus-2 .right {
  width: 59.059%;
}
.sus-page .sus-2 .right .text span {
  line-height: 1;
}
.sus-page .sus-2 .right .text p {
  line-height: 1.7;
}
.sus-page .sus-2 .right .con {
  line-height: 2;
}
.sus-page .sus-2 .right ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sus-page .sus-2 .right ul li:first-child {
  padding-top: 0;
}
.sus-page .sus-3 {
  padding-bottom: 10.521%;
}
.sus-page .sus-3 .box {
  background: var(--color);
  color: #fff;
}
.sus-page .sus-3 .left {
  width: 51.25%;
  padding: 30px 3% 30px 5.6771%;
}
.sus-page .sus-3 .left .con {
  line-height: 2;
}
.sus-page .sus-3 .right {
  width: 48.75%;
}
.news-page {
  padding-bottom: 8.8021%;
}
.news-page .top {
  max-width: 1825px;
  margin: -121px 0 0 auto;
  padding-left: 15px;
  position: relative;
  z-index: 1;
}
.news-page .top ul li {
  background: var(--color);
  color: #fff;
}
.news-page .top ul li .img-box {
  width: 47.072%;
}
.news-page .top ul li .img-box span {
  top: 34px;
  left: 70px;
  line-height: 1;
}
.news-page .top ul li .text {
  width: 52.928%;
  padding: 30px 13% 30px 4.59%;
}
.news-page .top ul li .text .con {
  line-height: 2;
}
.news-page .list ul li {
  z-index: 1;
}
.news-page .list ul li .box {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  padding-bottom: 43px;
}
.news-page .list ul li .img {
  width: 32.6476%;
}
.news-page .list ul li .img .i1 {
  display: block;
  overflow: hidden;
}
.news-page .list ul li .img .i1 img {
  width: 100%;
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -moz-transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.news-page .list ul li .img .link {
  position: absolute;
  width: 3.133em;
  height: 3.133em;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
  left: 100%;
  opacity: 0;
}
.news-page .list ul li .data {
  margin-top: -15px;
  width: 24.4104%;
}
.news-page .list ul li .data span {
  line-height: 1;
}
.news-page .list ul li .text {
  width: 42.942%;
  margin-top: -12px;
}
.news-page .list ul li .text .con {
  line-height: 2;
}
.news-page .list ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(51, 51, 51, 0.11);
  box-shadow: 0px 2px 8px 0px rgba(51, 51, 51, 0.11);
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -moz-transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.news-page .list ul li:hover .box {
  border-bottom: 0;
}
.news-page .list ul li:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-page .list ul li:hover .img .link {
  opacity: 1;
}
.news-page .list ul li:hover::after {
  opacity: 1;
}
.newdet-page {
  padding: 7.3% 0 6.9271% 0;
}
.newdet-page .box .left {
  width: 40.3%;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
.newdet-page .box .left h1 {
  line-height: 1.5;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.newdet-page .box .left time span {
  line-height: 1;
}
.newdet-page .box .left .product .content ul li {
  background-color: #f5f5f5;
}
.newdet-page .box .left .product .content ul li .img-box {
  width: 20.156%;
}
.newdet-page .box .left .product .content ul li .text {
  width: 79.844%;
}
.newdet-page .box .left .product .content ul li .text .tit {
  line-height: 1.2;
}
.newdet-page .box .left .product .content ul li .text .tag {
  color: #ccc;
  line-height: 1.2;
}
.newdet-page .box .left .product .content ul li .text .con {
  color: #666;
  line-height: 1.7;
}
.newdet-page .box .left .product .content ul li .text .link {
  width: 2em;
  height: 2em;
  background-color: #666666;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.newdet-page .box .left .product .content ul li .text .link::after {
  background: var(--color);
}
.newdet-page .box .left .clink {
  padding: 21px 42px;
  font-weight: 600;
  border-radius: 30px;
  background: var(--color);
  color: #fff;
  display: inline-block;
}
.newdet-page .box .left .clink::after {
  border-radius: 30px;
}
.newdet-page .box .right {
  width: 51.824%;
  line-height: 2;
}
.m-page {
  margin-top: 30px;
}
.m-page a,
.m-page span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  width: 2em;
  height: 2em;
  background: #333;
  color: #fff;
  font-weight: 600;
  margin: .3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-page a:hover,
.m-page span.current {
  background: var(--color);
}
.contact-info {
  max-width: 530px;
}
.contact-info ul li i {
  width: 32px;
  text-align: center;
}
.contact-info ul li span {
  line-height: 1.8;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contact-page {
  padding-bottom: 6.5625%;
}
.contact-page .map {
  max-width: 1825px;
  margin: -130px 0 0 auto;
  padding-left: 15px;
}
.contact-page .map iframe {
  height: 773px;
  border: 0;
}
.contact-page .contact-1 .mail {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
.contact-page .contact-1 .mail span {
  color: #dd2a27;
  line-height: 1;
  text-decoration: underline;
}
.contact-page .contact-1 .form form ul {
  margin: -30px -37.5px;
}
.contact-page .contact-1 .form form ul li {
  padding: 30px 37.5px;
}
.contact-page .contact-1 .form form ul li label {
  display: block;
  margin-bottom: 6px;
}
.contact-page .contact-1 .form form ul li input,
.contact-page .contact-1 .form form ul li textarea {
  width: 100%;
  height: 79px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  background: transparent;
}
.contact-page .contact-1 .form form ul li textarea {
  height: 213px;
}
.contact-page .contact-1 .form form ul li button {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: 0;
  background-color: #dd2a27;
  line-height: 1;
  padding: 22px 71px;
  text-transform: uppercase;
}
.contact-page .contact-1 .form form ul li button::after {
  border-radius: 0;
}
.support-page .support-1 {
  padding: 6.875% 0 7.5%;
}
.support-page .support-1 .content ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.support-page .support-1 .content ul li .top {
  cursor: pointer;
}
.support-page .support-1 .content ul li .bottom {
  line-height: 2;
  color: #666;
}
.support-page .support-1 .content ul li:last-child {
  padding-bottom: 0;
}
.support-page .support-1 .img {
  right: 147px;
  top: 102px;
  width: 30.521%;
}
.support-page .support-1 .img ul li {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
}
.support-page .support-1 .img ul li.active {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.support-page .support-1 .link {
  background-color: #333333;
  border-radius: 30px;
  padding: 21px 78px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
}
.support-page .support-1 .link::after {
  background: var(--color);
  border-radius: 30px;
}
.support-page .support-2 {
  z-index: 1;
  padding-top: 4.583%;
}
.support-page .support-2 .top .link {
  width: 3.2em;
  height: 3.2em;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
  cursor: pointer;
}
.support-page .support-2 .bottom ul {
  margin: -16.5px -17px;
}
.support-page .support-2 .bottom ul li {
  padding: 16.5px 17px;
  height: auto;
}
.support-page .support-2 .bottom ul li .ig {
  border-radius: 26px;
  border: solid 1px #e5e5e5;
  background: #fff;
  padding: 45px 32px 51px;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.support-page .support-2 .bottom ul li .ig i {
  height: 148px;
  line-height: 148px;
}
.support-page .support-2 .bottom ul li .ig i img {
  display: inline-block;
  vertical-align: middle;
}
.support-page .support-2 .bottom ul li .ig p {
  line-height: 1.7;
}
.support-page .support-2 .bottom ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.support-page .support-2 .bottom ul li .ig:hover {
  border-color: var(--color);
  color: #fff;
}
.support-page .support-2 .bottom ul li .ig:hover i img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.support-page .support-2 .bottom ul li .ig:hover::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.support-page .support-2 .bottom ul li:nth-child(5) .ig,
.support-page .support-2 .bottom ul li:nth-child(6) .ig,
.support-page .support-2 .bottom ul li:nth-child(7) .ig,
.support-page .support-2 .bottom ul li:nth-child(8) .ig {
  padding-bottom: 12px;
}
.support-page .support-2::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 34.17vh;
  background-color: #f2f2f2;
}
.support-page .support-3 {
  padding: 6.875% 0 3.5%;
  z-index: 1;
}
.support-page .support-3 .form ul {
  margin: -23px -30px;
}
.support-page .support-3 .form ul li {
  padding: 23px 30px;
}
.support-page .support-3 .form ul li label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.support-page .support-3 .form ul li input,
.support-page .support-3 .form ul li textarea {
  width: 100%;
  height: 68px;
  border: solid 1px #a7a7a7;
  font-size: 16px;
  padding: 0 15px;
}
.support-page .support-3 .form ul li input:focus,
.support-page .support-3 .form ul li textarea:focus {
  border-color: var(--color);
}
.support-page .support-3 .form ul li .box {
  padding: 50px 25px;
  border: solid 1px #a7a7a7;
}
.support-page .support-3 .form ul li .box span {
  font-weight: 600;
}
.support-page .support-3 .form ul li .box a {
  margin-left: 23px;
  border-radius: 16px;
  background: rgba(51, 51, 51, 0.4);
  padding: 8px 20px 7px;
  line-height: 1;
  color: #fff;
}
.support-page .support-3 .form ul li .box a::after {
  background: var(--color);
  border-radius: 16px;
}
.support-page .support-3 .form ul li input[type="file"] {
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.support-page .support-3 .form ul li .box:hover a::after{
  -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.support-page .support-3 .form ul li textarea {
  height: 246px;
  padding-top: 20px;
}
.support-page .support-3 .form ul li button {
  background: var(--color);
  color: #fff;
  border: 0;
  line-height: 1;
  padding: 23px 97px;
  border-radius: 30px;
  font-weight: 600;
}
.support-page .support-3 .form ul li button::after {
  border-radius: 30px;
}
.support-page .support-3::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34.26vh;
  background-color: #f2f2f2;
}
.support-page .support-4 {
  padding: 6.67% 0 0;
}
.support-page .support-4 .header {
  max-width: 1385px;
  margin: 0 auto;
}
.support-page .support-4 .header .con {
  line-height: 2;
  color: #666666;
}
.support-page #index-body {
  background: transparent;
}
.support-page .i-network {
  padding: 8.021% 0 4.271%;
}
.video-page {
  padding-bottom: 8.96%;
}
.video-page .container {
  width: 1563px;
}
.video-page .video-1 {
  margin-top: -9.132%;
}
.video-page .video-1 .play {
  width: 9.65em;
  height: 9.65em;
}
.video-page .video-2 ul {
  margin: -31px -34.5px;
}
.video-page .video-2 ul li {
  padding: 31px 34.5px;
}
.video-page .video-2 ul li > img {
  width: 100%;
}
.video-page .video-2 ul li .play {
  width: 4.6em;
  height: 4.6em;
}
.download-page {
  padding: 6.9271% 0 8.7%;
}
.download-page ul {
  margin-bottom: -66px;
}
.download-page ul li {
  padding: 29px 0 66px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  width: 42.493%;
  margin: 63px 0 0 88px;
}
.download-page ul li .top {
  cursor: pointer;
}
.download-page ul li .con {
  line-height: 1.7;
  color: #666666;
}
.download-page ul li .img .btn {
  right: 30px;
  bottom: 51px;
}
.download-page ul li:first-child {
  width: 52%;
  border-top: 0;
  padding-top: 0;
  margin: 0 0 0 0;
}
.download-page ul li:nth-child(even) {
  padding-right: 0;
}
.solutions-page {
  padding: 7.5% 0 20.1042%;
}
.solutions-page ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.solutions-page ul li .top i {
  font-size: 30px;
}
.solutions-page ul li .con {
  line-height: 1.7;
  max-width: 1031px;
  margin: 16px 0 0 auto;
}
.solutions-page ul li .img .link {
  position: absolute;
  padding: 110px 97px 107px;
  border-radius: 50%;
  background: rgba(8, 117, 255, 0.5);
}
.solutions-page ul li .img .link::after {
  background: var(--color);
}
.solutions-page ul li:last-child {
  padding-bottom: 0;
}
.soludet-page {
  background: url(../images/bg.jpg) no-repeat center top 36%;
}
.soludet-page .soludet-1 {
  padding-top: 6.875%;
}
.soludet-page .soludet-1 .top {
  max-width: 1190px;
  margin: 0 auto;
}
.soludet-page .soludet-1 .top .con {
  line-height: 1.7;
}
.soludet-page .soludet-1 .bottom {
  text-align: left;
}
.soludet-page .soludet-1 .bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -26px -19.5px;
}
.soludet-page .soludet-1 .bottom ul li {
  width: 33.3333%;
  padding: 26px 19.5px;
  height: auto;
  list-style-type: none !important;
}
.soludet-page .soludet-1 .bottom ul li .ig {
  height: 100%;
  background-color: #f2f2f2;
  border-radius: 22px;
  padding: 44px 20px 52px 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.soludet-page .soludet-1 .bottom ul li .ig .title {
  width: 60%;
}
.soludet-page .soludet-1 .bottom ul li .ig .tit {
  font-size: 30px;
  font-weight: 500;
  min-height: 90px;
}
.soludet-page .soludet-1 .bottom ul li .ig i {
  line-height: 269px;
  display: block;
  text-align: center;
  margin-top: 87px;
}
.soludet-page .soludet-1 .bottom ul li .ig i img {
  display: inline-block;
  vertical-align: middle;
}
.soludet-page .soludet-1 .bottom ul li .ig .con {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 66px;
}
.soludet-page .soludet-1 .bottom ul li .ig:hover {
  background: var(--color);
  color: #fff;
}
.soludet-page .soludet-1 .bottom ul li .ig:hover i img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.soludet-page .soludet-1 .bottom ul li:nth-child(1) .ig {
  padding: 38px 0 0 42px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(242, 242, 242, 0.7)), to(#ffffff));
  background: -webkit-linear-gradient(top, rgba(242, 242, 242, 0.7) 1%, #ffffff 100%);
  background: -moz-linear-gradient(top, rgba(242, 242, 242, 0.7) 1%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(242, 242, 242, 0.7) 1%, #ffffff 100%);
}
.soludet-page .soludet-1 .bottom ul li:nth-child(1) .ig:hover {
  color: inherit;
}
.soludet-page .soludet-2 {
  padding-top: 6.9271%;
}
.soludet-page .soludet-2 ul {
  margin: 0 -46.5px;
}
.soludet-page .soludet-2 ul li {
  padding: 0 46.5px;
}
.soludet-page .soludet-2 ul li img {
  width: 100%;
}
.soludet-page .soludet-3 {
  padding-top: 6.771%;
}
.soludet-page .soludet-4 {
  padding-top: 7.3%;
}
.soludet-page .soludet-4 ul li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.soludet-page .soludet-4 ul li img {
  width: 100%;
}
.soludet-page .soludet-4 ul .slick-current + div,
.soludet-page .soludet-4 ul .slick-current + div + div + div {
  padding-top: 66px;
}
.soludet-page .soludet-5 {
  padding-top: 6%;
}
.soludet-page .soludet-5 .left {
  width: 15.412%;
  border-radius: 50%;
}
.soludet-page .soludet-5 .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: url(../images/soludet5-bg.png) no-repeat center;
  padding: 67px 50px 76px 186px;
  background-size: 100% 100%;
}
.soludet-page .soludet-5 .right i {
  top: 37px;
  left: 125px;
}
.soludet-page .soludet-6 {
  padding: 6.51042% 0 7.34375%;
}
.soludet-page .soludet-6 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}
.soludet-page .soludet-6 .right .top ul {
  margin: -7.5px -7px;
}
.soludet-page .soludet-6 .right .top ul li {
  padding: 7.5px 7px;
  height: auto;
}
.soludet-page .soludet-6 .right .top ul li .ig {
  background-color: #f7f7f7;
  border-radius: 17px;
  padding: 26px 22px 31px 32px;
  height: 100%;
}
.soludet-page .soludet-6 .right .top ul li .ig p {
  margin-top: 18px;
}
.soludet-page .soludet-6 .right .top ul li .ig .share {
  margin-top: 18px;
}
.soludet-page .soludet-6 .right .top ul li .ig .share a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  background-color: #d9d9d9;
  margin-right: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.soludet-page .soludet-6 .right .top ul li .ig .share a:last-child {
  margin-right: 0;
}
.soludet-page .soludet-6 .right .top ul li .ig .share a:hover {
  background: var(--color);
  color: #fff;
}
.soludet-page .soludet-6 .right .bottom {
  background-color: #f7f7f7;
  border-radius: 17px;
  padding: 27px 35px 69px 32px;
}
.soludet-page .soludet-6 .right .bottom form ul li {
  margin-bottom: 43px;
}
.soludet-page .soludet-6 .right .bottom form ul li label {
  font-size: 22px;
  font-weight: 500;
  display: block;
  margin-bottom: 7px;
}
.soludet-page .soludet-6 .right .bottom form ul li input,
.soludet-page .soludet-6 .right .bottom form ul li textarea {
  width: 100%;
  height: 79px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 0;
}
.soludet-page .soludet-6 .right .bottom form ul li button {
  background-color: #0875ff;
  color: #fff;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  padding: 22px 21px;
  font-weight: bold;
}
.soludet-page .soludet-6 .right .bottom form ul li button::after {
  border-radius: 0;
}
.soludet-page .soludet-6 .right .bottom form ul li:last-child {
  margin-bottom: 0;
}
.product-yd-page {
  background: url(../images/product-yd-page.png) no-repeat center top;
  padding: 6.042% 0 7.65625% 0;
}
.product-yd-page .top {
  position: relative;
  z-index: 1;
}
.product-yd-page .top .left p i {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #2d4198;
}
.product-yd-page .wz {
  font-size: 289px;
  line-height: 1;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px #cbd1d6;
  margin-top: -7%;
}
.product-yd-page .list {
  margin-top: 20px;
}
.product-yd-page .list ul {
  margin: -24px -19.5px;
}
.product-yd-page .list ul li {
  padding: 24px 19.5px;
  width: 33.3333%;
  height: auto;
}
.product-yd-page .list ul li .ig {
  background-color: #f0f0f0;
  padding: 24px 42px 66px 45px;
  position: relative;
  z-index: 1;
  height: 100%;
}
.product-yd-page .list ul li .ig .top {
  min-height: 100px;
}
.product-yd-page .list ul li .ig .top span {
  letter-spacing: -1px;
  line-height: 1.25;
}
.product-yd-page .list ul li .ig .top em {
  font-size: 20px;
  width: 2em;
  height: 2em;
  background: #2d4198;
  border-radius: 50%;
  color: #fff;
}
.product-yd-page .list ul li .ig .desc {
  width: 75%;
  max-height: 142px;
  overflow-y: auto;
  margin-top: -37px;
  display: none;
}
.product-yd-page .list ul li .ig .img {
  font-size: 40px;
}
.product-yd-page .list ul li .ig .img a {
  width: 8.55em;
  height: 8.55em;
  border-radius: 50%;
  background: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
}
.product-yd-page .list ul li .ig .con {
  -webkit-line-clamp: 2;
}
.product-yd-page .list ul li .ig::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/product-yd1.jpg) no-repeat center;
  background-size: 100% 100%;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .list ul li .ig:hover {
  color: #fff;
}
.product-yd-page .list ul li .ig:hover .top .link {
  color: var(--color);
}
.product-yd-page .list ul li .ig:hover .top .link::after {
  background: #fff;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.product-yd-page .list ul li .ig:hover .img a {
  background: transparent;
}
.product-yd-page .list ul li .ig:hover::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.product-yd-page .list ul li:first-child {
  width: 100%;
}
.product-yd-page .list ul li:first-child .ig {
  padding: 72px 80px 53px;
}
.product-yd-page .list ul li:first-child .ig .top em {
  font-size: 30px;
  width: 4.4em;
  height: 4.4em;
}
.product-yd-page .list ul li:first-child .ig .desc {
  display: block;
}
.product-yd-page .list ul li:first-child .ig .img a {
  width: 100%;
  height: auto;
  background: transparent;
  border-radius: 0;
  margin-top: 68px;
}
.product-yd-page .list ul li:first-child .ig .con {
  display: none;
}
.product-yd-page .list ul li:nth-child(2) {
  width: 60.265%;
}
.product-yd-page .list ul li:nth-child(3) {
  width: 39.735%;
}
.product-yd-page .list ul li:nth-child(2) .ig,
.product-yd-page .list ul li:nth-child(3) .ig {
  padding: 67px 96px 66px 80px;
}
.product-yd-page .list ul li:nth-child(2) .ig .img a,
.product-yd-page .list ul li:nth-child(3) .ig .img a {
  width: 11.875em;
  height: 11.875em;
}
.product-yd-page .list ul li:nth-child(2) .ig .con,
.product-yd-page .list ul li:nth-child(3) .ig .con {
  -webkit-line-clamp: 3;
}
.product-page {
  padding: 7.13542% 0 5.15625%;
}
.product-page .top .left {
  line-height: 2;
}
.product-page .productList ul {
  margin: -18px -15px;
}
.product-page .productList ul li {
  padding: 18px 15px;
}
.prodet-page {
  padding-top: 212px;
}
.prodet-page .sideBox .sideLeft {
  width: 57.917%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #f2f2f2), to(rgba(242, 242, 242, 0.2)));
  background: -webkit-linear-gradient(top, #f2f2f2 40%, rgba(242, 242, 242, 0.2) 100%);
  background: -moz-linear-gradient(top, #f2f2f2 40%, rgba(242, 242, 242, 0.2) 100%);
  background: linear-gradient(to bottom, #f2f2f2 40%, rgba(242, 242, 242, 0.2) 100%);
  padding: 0 0 7.5% 5.73%;
  position: relative;
  z-index: 1;
}
.prodet-page .sideBox .sideLeft .prodet-1 .img .big img {
  width: 100%;
}
.prodet-page .sideBox .sideLeft .prodet-1 .img .big .slickBtn {
  font-size: 23px;
}
.prodet-page .sideBox .sideLeft .prodet-1 .img .big .slickBtn div {
  width: 1.92em;
  height: 1.92em;
  background: #fff;
  color: #333;
}
.prodet-page .sideBox .sideLeft .prodet-1 .img .big .slickBtn div::after {
  background: var(--color);
}
.prodet-page .sideBox .sideLeft .prodet-1 .img .big .slickBtn div.prev {
  left: 0;
}
.prodet-page .sideBox .sideLeft .prodet-1 .img .big .slickBtn div.next {
  left: initial;
  right: 20px;
}
.prodet-page .sideBox .sideLeft .prodet-1 .img .big .slickBtn div:hover {
  color: #fff;
}
.prodet-page .sideBox .sideLeft .prodet-1 .img .small {
  padding: 0 60px;
}
.prodet-page .sideBox .sideLeft .prodet-1 .img .small ul li .imgs {
  border: 1px solid rgba(45, 65, 152, 0.2);
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .sideBox .sideLeft .prodet-1 .img .small ul .slick-current li .imgs {
  border-color: #2d4198;
}
.prodet-page .sideBox .sideLeft .prodet-2 .tab {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.prodet-page .sideBox .sideLeft .prodet-2 .tab ul li {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  opacity: .6;
  text-transform: uppercase;
  margin-right: 46px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .sideBox .sideLeft .prodet-2 .tab ul li:last-child {
  margin-right: 0;
}
.prodet-page .sideBox .sideLeft .prodet-2 .tab ul li:hover,
.prodet-page .sideBox .sideLeft .prodet-2 .tab ul li.active {
  opacity: 1;
}
.prodet-page .sideBox .sideLeft .prodet-2 .content {
  font-size: 14px;
  line-height: 2;
  color: #666;
}
.prodet-page .sideBox .sideLeft .prodet-2 .content table{
  white-space: nowrap;
}
.prodet-page .sideBox .sideLeft .prodet-2 .content .tit {
  font-size: 16px;
  text-transform: uppercase;
  display: none;
}
.prodet-page .sideBox .sideLeft .prodet-3 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prodet-page .sideBox .sideLeft .prodet-4 .content ul{
  padding: 0 !important;
}
.prodet-page .sideBox .sideLeft .prodet-4 .content ul li{
  list-style-type: none !important;
}
.prodet-page .sideBox .sideLeft .prodet-4 .content ul li {
  padding: 19px 0 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .sideBox .sideLeft .prodet-4 .content ul li .top {
  font-weight: 600;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 35px 0 29px;
}
.prodet-page .sideBox .sideLeft .prodet-4 .content ul li .top span {
  width: 90%;
}
.prodet-page .sideBox .sideLeft .prodet-4 .content ul li .bottom {
  margin-top: 20px;
  position: relative;
}
.prodet-page .sideBox .sideLeft .prodet-4 .content ul li .bottom .text {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 34px 41px 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
.prodet-page .sideBox .sideLeft .prodet-4 .content ul li .bottom .text .con {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  width: 82%;
}
.prodet-page .sideBox .sideLeft .prodet-4 .content ul li .bottom .text .link {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: var(--color);
  background: #fff;
  padding: 23px 43px 23px 44px;
  border-radius: 30px;
}
.prodet-page .sideBox .sideLeft .prodet-4 .content ul li .bottom .text .link::after {
  border-radius: 30px;
}
.prodet-page .sideBox .sideLeft .prodet-4 .content ul li .bottom .text .link:hover {
  color: #fff;
}
.prodet-page .sideBox .sideLeft .prodet-4 .content ul li .bottom::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(255, 255, 255, 0)), to(#0875ff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 30%, #0875ff 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 30%, #0875ff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, #0875ff 100%);
}
.prodet-page .sideBox .sideLeft .prodet-5 .content ul {
  margin: -6px -13px;
}
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li {
  padding: 6px 13px;
}
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li input,
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li textarea {
  width: 100%;
  height: 59px;
  background: transparent;
  border: 1px solid rgba(102, 102, 102, 0.1);
  font-size: 16px;
  padding: 0 13px;
}
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li input::-webkit-input-placeholder, .prodet-page .sideBox .sideLeft .prodet-5 .content ul li textarea::-webkit-input-placeholder {
  color: #949494;
}
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li input:-moz-placeholder, .prodet-page .sideBox .sideLeft .prodet-5 .content ul li textarea:-moz-placeholder {
  color: #949494;
}
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li input::-moz-placeholder, .prodet-page .sideBox .sideLeft .prodet-5 .content ul li textarea::-moz-placeholder {
  color: #949494;
}
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li input:-ms-input-placeholder, .prodet-page .sideBox .sideLeft .prodet-5 .content ul li textarea:-ms-input-placeholder {
  color: #949494;
}
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li input::placeholder,
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li textarea::placeholder {
  color: #949494;
}
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li input:focus,
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li textarea:focus {
  border-color: var(--color);
}
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li textarea {
  height: 140px;
  padding-top: 15px;
}
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li button {
  border: 0;
  background: var(--color);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 22px 21px;
  margin-top: 6px;
}
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li button::after {
  border-radius: 0;
}
.prodet-page .sideBox .sideRight {
  width: 42.083%;
  padding: 2.5% 5.2% 0 3.4375%;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}
.prodet-page .sideBox .sideRight .category .link {
  display: inline-block;
  background: var(--color);
  color: #fff;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  padding: 23px 26px 23px 27px;
}
.prodet-page .sideBox .sideRight .category .link::after {
  border-radius: 0;
}
.prodet-page .sideBox .sideRight .text .con {
  line-height: 2;
  color: #666;
}
.prodet-page .sideBox .sideRight .product .content ul li {
  background-color: #f5f5f5;
}
.prodet-page .sideBox .sideRight .product .content ul li .img-box {
  width: 20.156%;
}
.prodet-page .sideBox .sideRight .product .content ul li .text {
  width: 79.844%;
}
.prodet-page .sideBox .sideRight .product .content ul li .text .tit {
  line-height: 1.2;
}
.prodet-page .sideBox .sideRight .product .content ul li .text .tag {
  color: #ccc;
  line-height: 1.2;
}
.prodet-page .sideBox .sideRight .product .content ul li .text .con {
  color: #666;
  line-height: 1.7;
}
.prodet-page .sideBox .sideRight .product .content ul li .text .link {
  width: 2em;
  height: 2em;
  background-color: #666666;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .sideBox .sideRight .product .content ul li .text .link::after {
  background: var(--color);
}
.prodet-page .sideBox .sideRight .btn {
  position: relative;
}
.prodet-page .sideBox .sideRight .btn a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 23px 0;
  border-radius: 30px;
  text-align: center;
  width: 163px;
  border: solid 1px #666666;
}
.prodet-page .sideBox .sideRight .btn a::after {
  background: var(--color);
}
.prodet-page .sideBox .sideRight .btn a:hover {
  border-color: var(--color);
  color: #fff;
}
.prodet-page .sideBox .sideRight .btn::after {
  content: '';
  position: absolute;
  top: 0;
  width: 126%;
  left: -10%;
  height: 1px;
  background: rgba(53, 53, 53, 0.2);
}
.prodet-page .sideBox .sideRight .m-link {
  line-height: 1.8;
}
@media screen and (max-width: 1680px) {
  .inner-banner .title {
    font-size: 100px;
  }
  .production-page .production-3 .bottom ul li::after,
  .production-page .production-3 .bottom ul li:nth-child(2)::after {
    right: -95px;
  }
  .about-page .about-3 .box .title {
    bottom: 40px;
  }
  .download-page ul li {
    margin: 63px 0 0 70px;
  }
  .soludet-page {
    background-position: center 30%;
  }
  .product-yd-page .list ul li:nth-child(2) .ig .img a,
  .product-yd-page .list ul li:nth-child(3) .ig .img a {
    width: 10em;
    height: 10em;
  }
}
@media screen and (max-width: 1450px) {
  .inner-banner .title {
    font-size: 80px;
    letter-spacing: -3px;
  }
  .about-page .about-4 .left .content .year .circle {
    width: 370px;
    height: 370px;
  }
  .contact-page .map {
    margin-top: -60px;
  }
  .support-page .support-3 .box {
    padding: 0 20px;
  }
  .support-page .support-3 .form ul {
    margin: -12px -15px;
  }
  .support-page .support-3 .form ul li {
    padding: 12px 15px;
  }
  .video-page .video-1 {
    margin-top: -6%;
  }
  .download-page ul li {
    margin: 63px 0 0 60px;
  }
  .product-page .top .right {
    width: 30%;
  }
  .product-yd-page .wz {
    font-size: 209px;
  }
  .product-yd-page .list ul li:nth-child(2) .ig .img a,
  .product-yd-page .list ul li:nth-child(3) .ig .img a {
    width: 8em;
    height: 8em;
  }
  .product-yd-page .list ul li .ig .top span {
    width: 83%;
  }
  .product-yd-page .list ul li .ig .img a {
    width: 7em;
    height: 7em;
  }
}
@media screen and (max-width: 1250px) {
  .production-page .production-1 .wz {
    width: 776px;
    font-size: 130px;
  }
  .production-page .production-3 ul li::after {
    right: -70px;
  }
  .about-page .about-1 .top .right .tit,
  .about-page .about-1 .top .wz {
    font-size: 190px;
  }
  .about-page .about-3 .right .con {
    max-height: 200px;
  }
  .about-page .about-3 .box .i-tag {
    top: 40px;
  }
  .about-page .about-4 .left .content .year .list .year-left,
  .about-page .about-4 .left .content .year .list .year-right .year-right-list p {
    font-size: 180px;
  }
  .about-page .about-4 .left .content .year .circle {
    margin-left: 90px;
  }
  .sus-page .sus-1 .right {
    margin-left: 60px;
  }
  .news-page .top {
    margin-top: 0;
  }
  .news-page .top .text {
    padding: 30px 15px !important;
  }
  .newdet-page .box .left .product .content ul li .text .link {
    right: 20px;
  }
  .contact-page .map {
    margin-top: 30px;
  }
  .contact-page .map .contact-info {
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .contact-page .map .contact-info span {
    font-size: 16px;
  }
  .contact-page .map iframe {
    height: 500px;
  }
  .support-page .support-1 .img {
    right: 80px;
  }
  .support-page .support-2 .bottom ul {
    margin: -8px -9px;
  }
  .support-page .support-2 .bottom ul li {
    padding: 8px 9px;
  }
  .support-page .support-2 .bottom ul li .ig {
    padding: 23px 15px;
  }
  .support-page .support-3 .box {
    padding: 0;
  }
  .support-page .support-3 .form ul li label {
    font-size: 14px;
  }
  .support-page .support-3 .form ul li input,
  .support-page .support-3 .form ul li textarea {
    font-size: 14px;
  }
  .video-page .video-1 {
    margin-top: 30px;
  }
  .download-page ul li {
    margin: 63px 0 0 47px;
  }
  .soludet-page {
    background-position: center 20%;
  }
  .soludet-page .soludet-1 .bottom ul li .ig .title {
    width: 75%;
  }
  .soludet-page .soludet-1 .bottom ul li .ig i,
  .soludet-page .soludet-1 .bottom ul li .ig .con {
    margin-top: 30px;
  }
  .soludet-page .soludet-1 .bottom ul li .ig .tit {
    font-size: 24px;
  }
  .soludet-page .soludet-5 .right {
    padding: 67px 30px 76px 130px;
  }
  .soludet-page .soludet-5 .right i {
    left: 80px;
  }
  .prodet-page {
    padding-top: 60px;
  }
  .prodet-page .sideBox .sideRight .btn a:last-child {
    margin-left: 8px;
  }
  .product-yd-page .top {
    padding-right: 0;
  }
  .product-yd-page .top .right {
    width: 40%;
  }
  .product-yd-page .wz {
    font-size: 168px;
  }
  .product-yd-page .list ul li .ig {
    padding: 24px 21px 66px 22px;
  }
  .product-yd-page .list ul li .ig .img a {
    width: 6em;
    height: 6em;
  }
  .product-yd-page .list ul li:first-child .ig {
    padding: 72px 40px 53px;
  }
  .product-yd-page .list ul li:nth-child(2) .ig,
  .product-yd-page .list ul li:nth-child(3) .ig {
    padding: 67px 40px 66px 40px;
  }
  .product-yd-page .list ul li:nth-child(2) .ig .img a,
  .product-yd-page .list ul li:nth-child(3) .ig .img a {
    width: 7em;
    height: 7em;
  }
}
@media screen and (max-width: 1000px) {
  .faq-page ul li .title span,
  .gallery-page .item .title span,
  .gallery-page .item .title i {
    font-size: 25px;
  }
  .font-26 {
    font-size: 22px;
  }
  .tech-page .tech-1 .number-Plus {
    padding: 30px 0 0;
  }
  .tech-page .tech-1 ul li p {
    font-size: 14px;
  }
  .tech-page .tech-2 .right ul li .ig .img-box {
    height: 200px;
    line-height: 200px;
  }
  .tech-page .tech-4 .left {
    padding: 3.8021% 1.9271% 8.1771% 3%;
  }
  .production-page .production-1 .top .left {
    width: 100%;
  }
  .production-page .production-1 .top .left .con {
    width: 100%;
  }
  .production-page .production-1 .top .wz {
    display: none;
  }
  .production-page .production-3 ul li {
    width: 49% !important;
  }
  .production-page .production-3 ul li::after {
    right: -40px !important;
  }
  .about-page .about-1 .top .right .tit {
    font-size: 130px;
  }
  .about-page .about-1 .top .wz {
    font-size: 130px;
  }
  .about-page .about-1 .bottom .left {
    padding: 4.4752% 2.6% 3.481% 15px;
  }
  .about-page .about-1 .bottom .left .con {
    max-height: 312px;
  }
  .about-page .about-2 .left {
    height: 300px;
  }
  .about-page .about-2 .right {
    width: 53%;
  }
  .about-page .about-2 .right ul li {
    margin-bottom: 20px;
  }
  .about-page .about-2 .right ul li .con {
    font-size: 22px;
  }
  .about-page .about-3 .i-tag {
    position: initial;
    width: 100%;
  }
  .about-page .about-3 .box .title {
    position: initial;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding: 30px 15px;
  }
  .about-page .about-3 .right .con {
    width: 100%;
    max-height: 400px;
  }
  .about-page .about-4 .box {
    padding-left: 0;
  }
  .about-page .about-4 .box .left {
    zoom: .7;
  }
  .sus-page .sus-1 .left {
    width: 100%;
  }
  .sus-page .sus-1 .right {
    margin: 20px 0 0 0;
  }
  .sus-page .sus-2 .left {
    width: 100%;
    position: initial;
  }
  .sus-page .sus-2 .right {
    width: 100%;
    margin-top: 30px;
  }
  .sus-page .sus-3 .left {
    padding: 30px 15px !important;
  }
  .newdet-page .box .left {
    width: 100%;
    position: initial;
  }
  .newdet-page .box .left .product{
    display: none;
  }
  .newdet-page .box .right {
    width: 100%;
    padding: 30px 0 0;
  }
  .support-page .support-1 .img{
    display: none;
  }
  .support-page .support-2 .bottom ul li {
    width: 33.3333%;
  }
  .support-page .support-2 .bottom ul li .ig .title {
    font-size: 20px;
  }
  .support-page .support-2 .bottom ul li .ig p {
    font-size: 16px;
  }
  .support-page .support-3 .form ul li {
    width: 50%;
  }
  .support-page .support-3 .form ul li.wid-100 {
    width: 100%;
  }
  .download-page ul {
    padding-right: 0;
  }
  .download-page ul li {
    margin: 0;
    width: 47%;
  }
  .download-page ul li:first-child {
    width: 100%;
  }
  .download-page ul li .top {
    font-size: 24px;
  }
  .solutions-page ul li .img {
    margin-top: 30px;
  }
  .solutions-page ul li .img .link {
    padding: 61px 49px 60px;
  }
  .soludet-page {
    background-position: center 30%;
  }
  .soludet-page .soludet-1 .bottom ul li {
    width: 50%;
  }
  .soludet-page .soludet-1 .bottom ul li:nth-child(1) {
    width: 100%;
  }
  .soludet-page .soludet-1 .bottom ul li:nth-child(1) .ig {
    padding: 30px 20px;
  }
  .soludet-page .soludet-2 ul {
    margin: 0 -23px;
  }
  .soludet-page .soludet-2 ul li {
    padding: 0 23px;
  }
  .soludet-page .soludet-5 .left {
    width: 30%;
  }
  .soludet-page .soludet-5 .right {
    padding: 30px 30px 30px 60px;
  }
  .soludet-page .soludet-5 .right i {
    position: initial;
  }
  .soludet-page .soludet-6 .left {
    width: 100%;
    position: initial;
  }
  .soludet-page .soludet-6 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .prodet-page .sideBox .sideLeft {
    width: 100%;
    padding: 0 15px 30px;
  }
  .prodet-page .sideBox .sideRight {
    width: 100%;
    position: initial;
  }
  .product-page .top .left {
    width: 100%;
  }
  .product-page .top .right {
    display: none;
  }
  .product-page .productList ul li .ig {
    height: auto;
    padding-bottom: 20px;
  }
  .product-page .productList ul li .ig .text {
    width: 100%;
  }
  .product-page .productList ul li .ig .img-box,
  .product-page .productList ul li .ig .more {
    position: initial;
  }
  .product-yd-page .wz {
    font-size: 120px;
  }
  .product-yd-page .list ul li:first-child .ig {
    padding: 36px 20px 27px;
  }
  .product-yd-page .list ul li:first-child .ig .top em {
    width: 3em;
    height: 3em;
  }
  .product-yd-page .list ul li .ig .desc {
    width: 100%;
    margin-top: 0;
  }
  .product-yd-page .list ul li {
    width: 50%;
  }
  .product-yd-page .list ul li .ig .con {
    width: 100%;
  }
  .product-yd-page .list ul li:nth-child(2),
  .product-yd-page .list ul li:nth-child(3) {
    width: 50%;
  }
  .product-yd-page .list ul li:nth-child(2) .ig,
  .product-yd-page .list ul li:nth-child(3) .ig {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 700px) {
  .flex-3 > * {
    width: 50%;
  }
  .tech-page .tech-1 ul li {
    width: 50%;
  }
  .tech-page .tech-2 .left {
    width: 100%;
    position: initial;
  }
  .tech-page .tech-2 .right {
    width: 100%;
    margin-top: 20px;
  }
  .tech-page .tech-3 .top {
    width: 100%;
  }
  .tech-page .tech-4 .left {
    width: 100%;
  }
  .tech-page .tech-4 .right {
    width: 100%;
    padding: 30px 15px;
  }
  .production-page .production-2 .left {
    width: 100%;
  }
  .production-page .production-2 .right {
    width: 100%;
    padding: 20px 0 0;
  }
  .production-page .production-2 .right .bottom {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .production-page .production-3 ul li {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .production-page .production-3 ul li::after {
    display: none;
  }
  .production-page .production-3 ul li:last-child {
    margin-bottom: 0;
  }
  .production-page .production-3 .top,
  .production-page .production-3 .bottom {
    padding-left: 0;
    padding-right: 0;
  }
  .about-page .about-1 .top .title {
    width: 100%;
  }
  .about-page .about-1 .top .wz {
    display: none;
  }
  .about-page .about-1 .bottom .left {
    width: 100%;
  }
  .about-page .about-1 .bottom .left .con {
    max-height: 100%;
    line-height: 2;
  }
  .about-page .about-1 .bottom .right {
    width: 100%;
  }
  .about-page .about-2 .left {
    width: 100%;
    position: initial;
  }
  .about-page .about-2 .right {
    width: 100%;
  }
  .about-page .about-2 .right ul {
    height: auto;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .about-page .about-3 .box .i-tag {
    width: 100%;
  }
  .about-page .about-4 .left {
    display: none;
  }
  .about-page .about-4 .right {
    width: 100%;
  }
  .news-page .list ul li .img .link {
    width: 2em;
    height: 2em;
  }
  .news-page .list ul li .text .con {
    margin-top: 15px;
  }
  .newdet-page .box .left h1 {
    font-size: 26px;
  }
  .newdet-page .box .left .product .content {
    padding-right: 0;
  }
  .newdet-page .box .left .product .content ul li .text {
    margin-right: 40px;
  }
  .contact-page .contact-1 .form form ul li label {
    font-size: 20px;
  }
  .contact-page .contact-1 .form form ul {
    margin: -15px -18px;
  }
  .contact-page .contact-1 .form form ul li {
    width: 100%;
    padding: 15px 18px;
  }
  .support-page .support-1 .content ul li .bottom {
    width: 100%;
  }
  .support-page .support-1 .img {
    display: none;
  }
  .support-page .support-2 .top {
    padding-right: 0;
  }
  .support-page .support-2 .bottom ul li {
    width: 50%;
  }
  .support-page .i-network {
    display: none;
  }
  .video-page .video-2 ul {
    margin: -15px -10px;
  }
  .video-page .video-2 ul li {
    padding: 15px 10px;
  }
  .download-page ul {
    margin-bottom: -33px;
  }
  .download-page ul li {
    padding-bottom: 30px;
    width: 100%;
  }
  .solutions-page ul li .img .link {
    padding: 32px 20px 31px;
  }
  .soludet-page .soludet-1 .bottom ul li {
    width: 100%;
  }
  .soludet-page .soludet-2 ul {
    margin: 0 -12px;
  }
  .soludet-page .soludet-2 ul li {
    padding: 0 12px;
  }
  .soludet-page .soludet-5 .left {
    width: 100%;
  }
  .soludet-page .soludet-5 .right {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .soludet-page .soludet-6 .right .top ul li {
    width: 100%;
  }
  .inner-page .productList ul li .ig {
    height: auto;
    padding-bottom: 20px;
  }
  .inner-page .productList ul li .ig .text {
    width: 100%;
  }
  .inner-page .productList ul li .ig .img-box {
    position: initial;
  }
  .inner-page .productList ul li .ig .more {
    position: initial;
  }
  .prodet-page .sideBox .sideRight .product .content ul li .text .link {
    right: 0;
  }
  .product-yd-page .top .left {
    width: 100%;
  }
  .product-yd-page .top .right {
    width: 100%;
    margin-top: 20px;
  }
  .product-yd-page .wz {
    display: none;
  }
  .product-yd-page .list ul li {
    width: 100% !important;
  }
  .product-yd-page .list ul li .top span {
    font-size: 26px;
    line-height: 1.4;
  }
  .product-yd-page .list ul li:first-child .ig .top em {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page ul li .title span,
  .gallery-page .item .title span,
  .gallery-page .item .title i {
    font-size: 20px;
  }
  .flex-3 > * {
    width: 100%;
  }
  .about-page .about-1 .top .right .tit {
    font-size: 100px;
  }
  .about-page .about-3 .right .con {
    line-height: 2;
    padding-right: 0;
  }
  .about-page .about-3 .box .title {
    font-size: 40px;
  }
  .about-page .about-4 .right .his-item {
    padding: 20px 0;
  }
  .news-page .list ul li .img {
    width: 70%;
  }
  .news-page .list ul li .data {
    width: 30%;
    margin-top: 0;
  }
  .news-page .list ul li .text {
    width: 100%;
    margin-top: 30px;
  }
  .newdet-page .box .left h1 {
    font-size: 20px;
    line-height: 1.4;
  }
  .newdet-page .box .left .product .content ul li .text .tit,
  .newdet-page .box .left .product .content ul li .text .tag {
    font-size: 16px;
  }
  .support-page .support-2 .bottom ul li {
    width: 100%;
  }
  .support-page .support-3 .form ul li {
    width: 100%;
  }
  .support-page .support-3 .form ul li .box a {
    margin-left: 11px;
  }
  .video-page .video-1 .play {
    zoom: .5;
  }
  .download-page ul li .top {
    font-size: 20px;
  }
  .soludet-page .soludet-6 .right .top ul li .ig,
  .soludet-page .soludet-6 .right .bottom {
    padding: 13px 11px 15px 16px;
  }
  .prodet-page .sideBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .prodet-page .sideBox .sideLeft .prodet-1 .img .small {
    padding: 0;
  }
  .prodet-page .sideBox .sideLeft .prodet-1 .img .big .slickBtn {
    font-size: 16px;
  }
  .prodet-page .sideBox .sideLeft .prodet-1 .img .big .slickBtn div.next {
    right: 0;
  }
  .prodet-page .sideBox .sideLeft .prodet-2 .tab {
    display: none;
  }
  .prodet-page .sideBox .sideLeft .prodet-2 .content {
    padding-right: 0;
  }
  .prodet-page .sideBox .sideLeft .prodet-2 .content .slide {
    display: block;
  }
  .prodet-page .sideBox .sideLeft .prodet-2 .content .slide .tit {
    display: block;
    font-weight: 500;
  }
  .prodet-page .sideBox .sideLeft .prodet-4 .content ul li .top {
    font-size: 17px;
    padding: 0;
  }
  .prodet-page .sideBox .sideLeft .prodet-4 .content ul li .bottom::after {
    display: none;
  }
  .prodet-page .sideBox .sideLeft .prodet-4 .content ul li .bottom .text {
    position: initial;
    margin-top: 20px;
    color: #000;
    padding: 0;
  }
  .prodet-page .sideBox .sideLeft .prodet-4 .content ul li .bottom .text .con {
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
  }
  .prodet-page .sideBox .sideLeft .prodet-4 .content ul li .bottom .text .link {
    margin-top: 20px;
  }
  .prodet-page .sideBox .sideRight .category .link {
    padding: 22px 13px 23px 14px;
  }
  .prodet-page .sideBox .sideRight .btn a:last-child {
    margin: 10px 0 0 0;
  }
  .product-yd-page .list ul li .ig .top {
    min-height: auto;
  }
  .product-yd-page .list ul li:first-child .ig .desc {
    margin-top: 30px;
  }
  .product-yd-page .list ul li:first-child .ig .top em {
    width: 2em;
    height: 2em;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.seoPublic .Auxil-news .list ul li .content p{
  font-weight: 400;
}