@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-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-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-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;
}
body {
  --color: #172564;
  --color1: #2849c5;
  font-family: 'Montserrat';
  font-weight: 400;
  margin: 0 auto;
  color: #333;
}
.body-overflow-box {
  position: relative;
  z-index: 1;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.body-overflow-box::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 246px;
  height: 981px;
  background: url(../images/tb.png) no-repeat center;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1750px;
  margin: 0 auto;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  border-radius: 10px;
  padding: 0 29px 0 30px;
  height: 65px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more.cs {
  background-color: var(--color1);
}
.more.jb {
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color1)), to(var(--color)));
  background: -webkit-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
  background: -moz-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
  background: linear-gradient(0deg, var(--color1) 0%, var(--color) 100%);
}
.more.white {
  background: #fff;
  color: #333;
}
.more span {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.more::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  text-align: center;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.more:hover span,
.more:focus span {
  -webkit-transform: translate(0, 40px);
  -moz-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  transform: translate(0, 40px);
  opacity: 0;
}
.more:hover::after,
.more:focus::after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
}
#header .nav {
  padding: 29px 0;
}
#header .nav .ui.menu .logo {
  display: inline-block;
}
#header .nav .ui.menu .box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#header .nav .ui.menu .box .top {
  padding-bottom: 11px;
  position: relative;
}
#header .nav .ui.menu .box .top .wz {
  color: #666;
  line-height: 2;
}
#header .nav .ui.menu .box .top .msg {
  margin: 0 0 0 auto;
  color: #666;
}
#header .nav .ui.menu .box .top .msg:hover {
  color: var(--color);
}
#header .nav .ui.menu .box .top .yuy span {
  color: #666;
}
#header .nav .ui.menu .box .top .yuy span img {
  width: 24px;
  height: 16px;
}
#header .nav .ui.menu .box .top .yuy::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 18px;
  background: #c1c1c1;
}
#header .nav .ui.menu .box .top .yuy ul{
  left: inherit;
  right: 0;
}
#header .nav .ui.menu .box .top .yuy ul li{
  border: 1px solid #ccc;
}
#header .nav .ui.menu .box .top .search {
  width: 27.04%;
}
#header .nav .ui.menu .box .top .search form {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
#header .nav .ui.menu .box .top .search form input[type="text"] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  padding: 0 18px;
  background: transparent;
  border: 0;
}
#header .nav .ui.menu .box .top .search form input[type="text"]::-webkit-input-placeholder {
  color: #adadad;
}
#header .nav .ui.menu .box .top .search form input[type="text"]:-moz-placeholder {
  color: #adadad;
}
#header .nav .ui.menu .box .top .search form input[type="text"]::-moz-placeholder {
  color: #adadad;
}
#header .nav .ui.menu .box .top .search form input[type="text"]:-ms-input-placeholder {
  color: #adadad;
}
#header .nav .ui.menu .box .top .search form input[type="text"]::placeholder {
  color: #adadad;
}
#header .nav .ui.menu .box .top .search form .bg {
  width: 45px;
  height: 44px;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color1)), to(var(--color)));
  background: -webkit-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
  background: -moz-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
  background: linear-gradient(0deg, var(--color1) 0%, var(--color) 100%);
  position: relative;
}
#header .nav .ui.menu .box .top .search form input[type="submit"] {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url('../images/search.png') no-repeat center center;
  background-size: 100% 100%;
  border: 0;
  position: relative;
}
#header .nav .ui.menu .menu-box {
  border-top: 1px solid #d2d2d2;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 2.737em;
  font-size: 19px;
  font-weight: 500;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  color: #000;
  padding-top: 27px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: inline-block;
}
#header .nav .ui.menu .menu-box ul.menu > li::after {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background: url(../images/line-bg.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: auto;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: .5em 1em;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#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:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  font-weight: bold;
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::after,
#header .nav .ui.menu .menu-box ul.menu > li.active::after {
  width: 80%;
}
#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(2) ul.sub-menu,
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(3) ul.sub-menu,
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(4) ul.sub-menu {
  display: none;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}
#header .nav .ui.menu .yuy span {
  color: #fff;
}
#header .nav .ui.menu .yuy ul {
  left: initial;
  right: 0;
}
#header .nav .item {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .item .box {
  padding-left: 20.4%;
}
#header .nav .product .box{
  padding-left: 15.4%;
  width: 90%;
}
#header .nav .item .box .ig {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 19px 4px rgba(0, 18, 43, 0.13);
  box-shadow: 0px 0px 19px 4px rgba(0, 18, 43, 0.13);
  border-radius: 10px;
  padding: 30px 30px 36px;
}
#header .nav .item .box .ig .title {
  position: relative;
  padding-bottom: 6px;
  display: inline-block;
}
#header .nav .item .box .ig .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--color);
}
#header .nav .item .box .ig .child {
  width: 100%;
}
#header .nav .item .box .ig .child li {
  color: #666666;
  margin-bottom: 12px;
  width: 100% !important;
}
#header .nav .item .box .ig .child li a{
  display: block;
}
#header .nav .item .box .ig .child li i {
  margin-left: 10px;
  opacity: 0;
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .item .box .ig .child li:last-child {
  margin-bottom: 0;
}
#header .nav .item .box .ig .child li:hover i {
  opacity: 1;
}
#header .nav .item .box .ig ul > li {
  width: auto;
}
#header .nav .item .box .ig ul > li:last-child .child {
  width: 100%;
}
#header .nav .item.active {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
#header .nav .product .container{
  width: 60%;
}
#header .nav .solution .container{
  width: 45%;
}
#header .nav .about .box .ig {
  padding: 37px 40px 38px 44px;
}
#header .nav .about .box .ig .left {
  width: 77%;
}
#header .nav .about .box .ig .left ul {
  margin: -17.5px;
}
#header .nav .about .box .ig .left ul li {
  padding: 17.5px;
  width: 25%;
}
#header .nav .about .box .ig .left ul li .img-box {
  border-radius: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .about .box .ig .left ul li .img-box img {
  width: 100%;
}
#header .nav .about .box .ig .left ul li .img-box span {
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: bold;
  padding: 0 19px 9px;
  color: #fff;
}
#header .nav .about .box .ig .left ul li .img-box:hover {
  border-radius: 10px 10px 50px 10px;
}
#header .nav .about .box .ig .right {
  width: 23%;
}
#header .nav .about .box .ig .right .link {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2849c5), to(#172564));
  background-image: -webkit-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: -moz-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: linear-gradient(0deg, #2849c5 0%, #172564 100%);
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  padding: 15px 19px 15px;
  display: inline-block;
}
#header .nav .about .box .ig .right .link i {
  display: inline-block;
  margin-left: 13px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .about .box .ig .right .link:hover i {
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}
#header.active {
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}
.i-tag {
  font-size: 16px;
  line-height: 1.5;
}
.i-title {
  font-size: 40px;
  line-height: 1.5;
}
.i-title,
.title {
  font-weight: bold;


}
.text-color {
  color: var(--color);
}
@-webkit-keyframes drop {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 92%;
    opacity: 0;
  }
}
@-moz-keyframes drop {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 92%;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 92%;
    opacity: 0;
  }
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 170px;
}
#banner ul {
  margin: 0 auto;
}
#banner ul li {
  position: relative;
}
#banner ul li video{
  width: 100%;
  height: 100%;
  object-fit: fill;
}
#banner ul li .item {
  background-image: -webkit-linear-gradient(210deg, var(--color1) 0%, var(--color) 100%);
  background-image: -moz-linear-gradient(210deg, var(--color1) 0%, var(--color) 100%);
  background-image: linear-gradient(240deg, var(--color1) 0%, var(--color) 100%);
}
#banner ul li .box{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#banner ul li .box .img{
  width: 65.3646%;
  right: 0;
  bottom: 0;
}
#banner ul .l2 > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner ul li .text {
  color: #fff;
  padding: 7.13542% 1% 0 5.0521%;
  position: relative;
  z-index: 1;
  height: auto;
}
#banner ul li .text span {
  line-height: 1.4;
}
#banner ul li .text .title {
  line-height: 1.35;
}
#banner ul li .text .title small {
  display: block;
}
#banner ul li .text .con {
  width: 80%;
}
#banner ul li .text .line {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.149);
  top: 0;
}
#banner ul li .text .line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 3px;
  height: 80px;
  border-radius: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  -webkit-animation: drop 3s linear infinite;
  -moz-animation: drop 3s linear infinite;
  animation: drop 3s linear infinite;
}
#banner ul li .text .line1 {
  left: 32.71%;
}
#banner ul li .text .line2 {
  right: 33.646%;
}
#banner ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .change{
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
}
#banner .change .prev,
#banner .change .next{
  font-size: 22px;
}
#banner .change .swiper2{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#banner .change .swiper2 li{
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 13px 0 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
#banner .change .swiper2 li.active{
  background: rgba(0,0,0,0.4);
}
.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-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.7;
}
.font-14 {
  line-height: 2;
}
.link:hover {
  color: var(--color1);
}
.link:hover i {
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}
#index-body .i-category {
  padding: 6.40625% 0 6.2%;
}
#index-body .i-category ul {
  margin: 0 -60px;
}
#index-body .i-category ul li {
  padding: 43px 60px 0;
}
#index-body .i-category ul li .img-box .text {
  bottom: 0;
  left: 37px;
  width: 36%;
  color: #fff;
}
#index-body .i-category ul li .img-box .text .title {
  line-height: 1.3;
}
#index-body .i-category ul li .img-box .text .con {
  line-height: 1.4;
}
#index-body .i-category ul li .img-box:hover {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}
#index-body .i-solution .left {
  width: 25.89%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color1)), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
  background-image: -moz-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
  background-image: linear-gradient(0deg, var(--color1) 0%, var(--color) 100%);
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 2.71% 4.84375% 0 5.0521%;
  overflow: hidden;
}
#index-body .i-solution .left .title {
  font-size: 38px;
  line-height: 1.32;
}
#index-body .i-solution .left .more {
  position: absolute;
  bottom: 46px;
  left: 19.92%;
}
#index-body .i-solution .left .dq {
  z-index: -1;
  right: 0;
  bottom: -340px;
  width: auto;
  max-width: 100%;
}
#index-body .i-solution .left .dq .pxl-sphere {
  width: 800px;
  height: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-solution .left .dq .pxl-sphere:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#index-body .i-solution .left .dq .pxl-sphere canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .i-solution .left .circle{
  right: 0;
  width: auto;
  bottom: -45px;
}
#index-body .i-solution .left .circle .pxl-circle{
  position: relative;
  width: 320px;
  height: 320px;
}
#index-body .i-solution .left .circle .pxl-circle .pxl-circle-1,
#index-body .i-solution .left .circle .pxl-circle .pxl-circle-2{
  position: absolute;
  width: 320px;
  height: 320px;
}
#index-body .i-solution .left .circle .pxl-circle .pxl-circle-1{
  top: 0;
  left: 130px;
}
#index-body .i-solution .left .circle .pxl-circle .pxl-circle-2{
  left: 104px;
  top: 34px;
}
#index-body .i-solution .left .circle .pxl-circle .pxl-circle-1 .circle-outer-1 {
    position: relative;
    width: 100%;
    height: 100%;
}
#index-body .i-solution .left .circle .pxl-circle .pxl-circle-1 .circle-outer-1 .circle-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50%;
}
#index-body .i-solution .left .circle .pxl-circle .pxl-circle-1 .circle-outer-1 .particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: xz 15s linear infinite;
    animation-duration: 15s;
}
.pxl-circle .pxl-circle-1 .circle-outer-1 .particles span {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    display: block;
}
.pxl-circle .pxl-circle-1 .circle-outer-1 .particles span:nth-child(1) {
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
}
.pxl-circle .pxl-circle-1 .circle-outer-1 .particles span:nth-child(2) {
    top: 50%;
    right: -4px;
    transform: translateY(-50%);
}
.pxl-circle .pxl-circle-1 .circle-outer-1 .particles span:nth-child(3) {
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}
.pxl-circle .pxl-circle-1 .circle-outer-1 .particles span:nth-child(4) {
    top: 50%;
    left: -4px;
    transform: translateY(-50%);
}
.pxl-circle .pxl-circle-2 .circle-outer {
    position: relative;
    width: 100%;
    height: 100%;
}
.pxl-circle .pxl-circle-2 .circle-outer .circle-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50%;
}
.pxl-circle .pxl-circle-2 .circle-outer .particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: xz 20s linear infinite reverse;
    animation-duration: 20s;
}
.pxl-circle .pxl-circle-2 .circle-outer .particles span {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    display: block;
}
.pxl-circle .pxl-circle-2 .circle-outer .particles span:nth-child(1) {
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
}
.pxl-circle .pxl-circle-2 .circle-outer .particles span:nth-child(2) {
    top: 50%;
    right: -4px;
    transform: translateY(-50%);
}
.pxl-circle .pxl-circle-2 .circle-outer .particles span:nth-child(3) {
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}
.pxl-circle .pxl-circle-2 .circle-outer .particles span:nth-child(4) {
    top: 50%;
    left: -4px;
    transform: translateY(-50%);
}
#index-body .i-solution .right {
  width: 74.11%;
}
#index-body .i-solution .right .top {
  background-color: #f7f7f7;
  padding: 53px 0px 52px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #666;
}
#index-body .i-solution .right .bottom dl dd {
  /*border-right: 1px solid rgba(255,255,255,0.5);*/
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
#index-body .i-solution .right .bottom dl dd:last-child{
  border-right: 0;
}
#index-body .i-solution .right .bottom dl dd:hover{
  border-color: #fff;
}
#index-body .i-solution .right .bottom dl dd .bg{
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-solution .right .bottom dl dd i {
  display: inline-block;
  line-height: 66px;
}
#index-body .i-solution .right .bottom dl dd i img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
#index-body .i-solution .right .bottom dl dd .text .title {
  line-height: 1.4;
}
#index-body .i-solution .right .bottom dl dd .text .con {
  line-height: 1.8;
}
#index-body .i-solution .right .bottom dl dd .text .list {
  position: relative;
}
#index-body .i-solution .right .bottom dl dd .text .list ul li {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 2px;
}
#index-body .i-solution .right .bottom dl dd .text .list ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-solution .right .bottom dl dd .text .list::before,
#index-body .i-solution .right .bottom dl dd .text .list::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#index-body .i-solution .right .bottom dl dd .text .list::before {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
#index-body .i-solution .right .bottom dl dd .text .list::after {
  width: 0;
  background: #fff;
}
/*#index-body .i-solution .right .bottom dl dd:hover i img {
  -webkit-filter: none;
  filter: none;
}*/
/*#index-body .i-solution .right .bottom dl dd:hover .text .list ul li::marker {
  color: var(--color1);
}*/
#index-body .i-solution .right .bottom dl dd:hover .text .list::after {
  width: 100%;
}
#index-body .i-solution .right .bottom dl dd .text .link:hover{
  color: #fff;
}
/*#index-body .i-solution .right .bottom dl dd:hover .text .link {
  color: var(--color1);
}*/
/*#index-body .i-solution .right .bottom dl dd:hover .text .link i {
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}*/
#index-body .i-about {
  padding: 6% 0 6.042%;
}
#index-body .i-about .img {
  width: 47.62%;
}
#index-body .i-about .img img {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body .i-about .img .item {
  background-image: -webkit-linear-gradient(210deg, var(--color1) 0%, var(--color) 100%);
  background-image: -moz-linear-gradient(210deg, var(--color1) 0%, var(--color) 100%);
  background-image: linear-gradient(240deg, var(--color1) 0%, var(--color) 100%);
  border-radius: 10px;
  color: #fff;
  width: 31.14%;
  left: 0;
  bottom: 58px;
}
#index-body .i-about .img .item .num {
  line-height: 1;
}
#index-body .i-about .img .item .con {
  line-height: 1.7;
}
#index-body .i-about .text {
  width: 52.38%;
}
#index-body .i-about .text .i-title {
  line-height: 1.25;
  width: 82%;
}
#index-body .i-about .text .con h1 {
  display: inline;
  line-height: 1.6;
}
#index-body .i-about .text .data ul li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-about .text .data ul li .num {
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
}
#index-body .i-about .text .data ul li .num sub {
  display: inline-block;
  vertical-align: bottom;
  font-size: 28px;
  margin-bottom: 3px;
}
#index-body .i-about .text .data ul li p {
  margin-top: 6px;
}
#index-body .i-about .text .data ul li:hover {
  color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color1)), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
  background-image: -moz-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
  background-image: linear-gradient(0deg, var(--color1) 0%, var(--color) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
#index-body .i-service {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color1)), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
  background-image: -moz-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
  background-image: linear-gradient(0deg, var(--color1) 0%, var(--color) 100%);
  padding: 5.0521% 0 4.323%;
  position: relative;
  z-index: 1;
}
#index-body .i-service video{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
#index-body .i-service .left {
  width: 45.17%;
  color: #fff;
}
#index-body .i-service .left .i-title {
  line-height: 1.25;
  width: 76%;
}
#index-body .i-service .left .con {
  line-height: 1.67;
}
#index-body .i-service .left .more {
  padding: 0 36px 0 37px;
  height: 62px;
}
#index-body .i-service .right {
  width: 54.83%;
}
#index-body .i-service .right .logo {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#index-body .i-service .right .logo .arrow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  position: relative;
  margin: 0 auto;
}
#index-body .i-service .right .logo .arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-bottom: 10px solid #fff;
}
#index-body .i-service .right .logo .arrow:first-child::before {
  bottom: 0;
  top: auto;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
#index-body .i-service .right .logo span {
  margin: 17px 0 18px;
}
#index-body .i-service .right .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-service .right .text ul li {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 18px;
  position: relative;
  padding: 29px 33px 28px;
  overflow: hidden;
  z-index: 1;
}
#index-body .i-service .right .text ul li .bg{
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-service .right .text ul li .icon {
  width: 79px;
  height: 79px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color1)), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
  background-image: -moz-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
  background-image: linear-gradient(0deg, var(--color1) 0%, var(--color) 100%);
  border-radius: 10px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 0;
  position: absolute;
  top: 32px;
  left: 33px;
}
#index-body .i-service .right .text ul li .ig {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-service .right .text ul li .ig .top {
  cursor: pointer;
}
#index-body .i-service .right .text ul li .ig .top i {
  font-size: 16px;
  font-weight: bold;
}
#index-body .i-service .right .text ul li.active{
  background: transparent;
  color: #fff;
}
#index-body .i-service .right .text ul li.active .bg{
  opacity: 1;
}
#index-body .i-service .right .text ul li.active .icon {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .i-service .right .text ul li.active .ig {
  margin-left: 115px;
}
#index-body .i-service .right .text ul li.active .ig .top i {
  display: none;
}
#index-body .i-service .right .text ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-service #canv {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
#index-body .i-industries {
  background-color: #f7f7f7;
  padding: 5.625% 0 6.146%;
}
#index-body .i-industries .left {
  width: 67.73%;
}
#index-body .i-industries .left ul li .ig img {
  width: 100%;
  border-radius: 10px;
}
#index-body .i-industries .left ul li .ig .text {
  left: 14px;
  right: 14px;
  bottom: 17px;
  background: #fff;
  border-radius: 10px;
}
#index-body .i-industries .left ul li .ig .text span {
  display: block;
  color: var(--color1);
}
#index-body .i-industries .left ul li .ig .text .tit {
  font-weight: 500;
  line-height: 1;
}
#index-body .i-industries .right {
  width: 32.27%;
  background: url(../images/ins-bg.png) no-repeat center;
  background-size: 100% 100%;
}
#index-body .i-industries .right .i-title {
  line-height: 1.25;
}
#index-body .i-industries .right .con {
  line-height: 1.67;
}
#index-body .i-news {
  padding: 4.375% 0 4.33% 0;
}
#index-body .i-news .i-title {
  line-height: 1.25;
}
#index-body .i-news .content {
  position: relative;
  z-index: 1;
}
#index-body .i-news ul li {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news ul li .iconfont-quote2 {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .i-news ul li .ig {
  background-color: #f5f4f4;
	border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .i-news ul li .con {
  line-height: 1.6;
  color: #666;
}
#index-body .i-news ul li .ig::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color1)), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
  background-image: -moz-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
  background-image: linear-gradient(0deg, var(--color1) 0%, var(--color) 100%);
  background-size: 100% 100%;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
/*#index-body .i-news ul li::after {
  content: '';
  position: absolute;
  z-index: -1;
  height: 150%;
  top: 12px;
  left: 0;
  right: 9px;
  border-radius: 50%;
  border: 1px solid #f3f3f3;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}*/
/*#index-body .i-news ul li::before {
  content: '';
  position: absolute;
  z-index: -1;
  height: 150%;
  top: 12px;
  left: 0;
  right: 9px;
  border-radius: 50%;
  background: url(../images/bg1.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}*/
/*#index-body .i-news ul li:hover time,
#index-body .i-news ul li:hover .title {
  color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color1)), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
  background-image: -moz-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
  background-image: linear-gradient(0deg, var(--color1) 0%, var(--color) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}*/
#index-body .i-news ul li .ig:hover,
#index-body .i-news ul li .ig:hover .con{
  color: #fff;
}
#index-body .i-news ul li .ig:hover .top img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
#index-body .i-news ul li .ig:hover::before {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#index-body .i-news ul li:hover::after {
  opacity: 0;
}
#footer {
  background: url(/wanma-tech/2026/01/28/biansedi.gif) no-repeat center;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 1;
}
#footer video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
#footer .tit {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 27px;
}
#footer ul li {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer ul li a {
  color: #ddd;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  display: inline-block;
}
#footer ul li a::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer ul li a:hover {
  color: #fff;
}
#footer ul li a:hover::after {
  width: 100%;
}
#footer ul li i {
  width: 20px;
  margin-top: 6px;
}
#footer ul li span {
  padding-left: 20px;
  width: 92%;
}
#footer ul li:last-child {
  margin-bottom: 0;
}
#footer ul li ul {
  display: none;
}
#footer .f-content {
  z-index: 1;
}
#footer .f-content .f-form {
  width: 45.8721%;
}
#footer .f-content .f-form .form {
  width: 83.5234%;
}
#footer .f-content .f-form .form .title {
  line-height: 1.1;
}
#footer .f-content .f-form .form form {
  width: 72.72%;
  position: relative;
}
#footer .f-content .f-form .form form input,
#footer .f-content .f-form .form form textarea {
  width: 100%;
  height: 66px;
  background-color: #172564;
  border-radius: 10px;
  border: solid 1px #2f48c6;
  font-size: 14px;
  padding: 0 15px;
}
#footer .f-content .f-form .form form input::-webkit-input-placeholder, #footer .f-content .f-form .form form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form .form form input:-moz-placeholder, #footer .f-content .f-form .form form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form .form form input::-moz-placeholder, #footer .f-content .f-form .form form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form .form form input:-ms-input-placeholder, #footer .f-content .f-form .form form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form .form form input::placeholder,
#footer .f-content .f-form .form form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-content .f-form .form form textarea {
  height: 116px;
  padding: 8px 50px 46px 15px;
}
#footer .f-content .f-form .form form button {
  border: 0;
  position: absolute;
  right: 19px;
  bottom: 13px;
  background: transparent;
}
#footer .f-content .f-form .form ul li {
  margin-bottom: 30px;
}
#footer .f-content .f-form .form ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-form .f-logo {
  width: 16.4766%;
}
#footer .f-content .f-contact {
  width: 18.5%;
}
#footer .f-content .f-contact .tit {
  margin-bottom: 21px;
}
#footer .f-content .f-contact ul li {
  margin-bottom: 6px;
  opacity: .7;
}
#footer .f-content .f-contact ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-contact .code #ewm {
  width: 100px;
  border-radius: 10px;
  border: 6px solid #fff;
}
#footer .f-content .f-contact .code img {
  width: 100%;
  border-radius: 10px;
}
#footer .f-content::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 42%;
  width: 1px;
  height: 100%;
  background: var(--color1);
}
#footer .f-copy {
  font-size: 14px;
  line-height: 2;
  padding: 22px 0;
  border-top: 1px solid var(--color1);
  color: rgba(255, 255, 255, 0.7);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -1px;
  opacity: 1;
  text-transform: capitalize;
  fill: rgba(255, 255, 255, 0.7);
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.7);
}
#footer .f-copy .share a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 39px;
  height: 39px;
  border-radius: 5px;
  line-height: 39px;
  text-align: center;
  font-size: 20px;
  margin-right: 12px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-copy .share a:nth-child(even) {
  font-size: 24px;
}
#footer .f-copy .share a:hover {
  background: #fff;
  color: var(--color1);
}
@media screen and (max-width: 2560px) {
  div.container {
    width: 86%;
  }
}
@media screen and (max-width: 1920px) {
  div.container {
    width: 1750px;
  }
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 2.4em;
    font-size: 17px;
  }
  #header .nav .about .box .ig .left ul li .img-box span {
    padding: 0 10px 9px;
  }
  div.container {
     width: 1400px;
  }
  #header .nav .product .box{
    padding-left: 27.4%;
  }
  #header .nav .product .container{
    width: 78%;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .item .box {
    padding-left: 18%;
  }
  #header .nav .item .box .ig {
    padding: 30px 20px;
  }
  #header .nav .about .box .ig .left ul {
    margin: -9px;
  }
  #header .nav .about .box .ig .left ul li {
    padding: 9px;
  }
  #header .nav .about .box .ig .right {
    padding-left: 6px;
  }
  #header .nav .ui.menu .logo {
    width: 16%;
  }
  #header .nav .ui.menu .box .top .search {
    width: 32%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 15px;
  }
  .font-20 {
    font-size: 20px;
  }
  #index-body .i-solution .right .bottom {
    padding-right: 30px;
  }
  #index-body .i-solution .right .bottom dl dd {
    padding: 30px 15px;
  }
  #index-body .i-industries .right {
    padding: 30px 15px;
  }
  #index-body .i-news ul li .ig .top{
    zoom: .9;
  }
  #footer .f-content {
    zoom: .8;
  }
  div.container {
    width: 1200px;
  }
  #index-body .i-solution .left .title{
    font-size: 30px;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    margin-top: 60px;
  }
  #banner ul li .text {
    padding: 30px 15px;
  }
  #banner ul li .box .text{
    width: 52%;
  }
  #index-body .i-category ul {
    margin: 0 -30px;
  }
  #index-body .i-category ul li {
    padding: 43px 30px;
  }
  #index-body .i-solution {
    zoom: .8;
  }
  #index-body .i-about .text .i-title {
    width: 100%;
  }
  #index-body .i-about .text .data ul li .num {
    font-size: 36px;
  }
  #index-body .i-service .left .i-title {
    width: 100%;
  }
  #footer ul li {
    font-size: 16px;
  }
  div.container {
    width: 970px;
  }
}
@media screen and (max-width: 1000px) {
  .body-overflow-box::after {
    display: none;
  }
  #banner ul li .text .con {
    width: 100%;
  }
  #banner ul li .text .btn {
    zoom: .6;
  }
  #banner .change{
    display: none;
  }
  #banner ul li .box .text {
        width: 63%;
    }
  .font-25 {
    font-size: 20px;
  }
  .font-15 {
    font-size: 15px;
  }
  #index-body .i-category .content ul {
    margin: 0 -15px;
  }
  #index-body .i-category .content ul li {
    padding: 43px 15px;
  }
  #index-body .i-solution {
    zoom: 1;
  }
  #index-body .i-solution .left {
    width: 100%;
    padding: 30px 15px;
  }
  #index-body .i-solution .left .more {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 30px;
  }
  #index-body .i-solution .left .dq {
    bottom: 0;
  }
  #index-body .i-solution .left .dq .pxl-sphere {
    width: 340px;
    height: 340px;
  }
  #index-body .i-solution .right {
    width: 100%;
  }
  #index-body .i-solution .right .bottom {
    padding-right: 0;
  }
  #index-body .i-about .img {
    width: 100%;
  }
  #index-body .i-about .text {
    width: 100%;
    padding: 60px 0 0 0;
  }
  #index-body .i-service .left {
    width: 100%;
  }
  #index-body .i-service .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  #index-body .i-industries .box {
    -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;
  }
  #index-body .i-industries .box .left {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .i-industries .box .right {
    width: 100%;
  }
  #index-body .i-news ul li .ig .top{
    zoom: 1;
  }
  #index-body .i-news .more {
    margin-top: 20px;
  }
  #index-body .i-news ul li::after {
    background: url(../images/bg.png) no-repeat center;
    background-size: 100% 100%;
    -webkit-clip-path: none;
    clip-path: none;
    border: 0;
  }
  #footer .f-content {
    zoom: 1;
  }
  #footer .f-content .f-form {
    width: 60%;
  }
  #footer .f-content .f-form .form form {
    width: 100%;
  }
  #footer .f-content .f-form .f-logo {
    display: none;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-content .f-contact {
    width: 40%;
  }
  #index-body .i-category ul li .img-box .text {
    left: 0;
    width: 100%;
    padding: 0 15px 20px;
  }
  div.container {
    width: 700px;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .box .text{
    width: 100%;
  }
  #banner ul li .text .more:last-child {
    margin: 10px 0 0 0;
  }
  #index-body .i-category .content ul {
    margin: 0 -7px;
  }
  #index-body .i-category .content ul li {
    padding: 43px 7px;
  }
  #index-body .i-category .content ul li .img-box .text {
    width: 100%;
    left: 0;
    padding: 0 15px 20px;
  }
  #index-body .i-category .content ul li .img-box .text .title {
    font-size: 18px;
  }
  .i-title {
    font-size: 36px;
  }
  .font-55 {
    font-size: 26px;
    line-height: 1.3 !important;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8 !important;
  }
  #index-body .i-solution .left .title {
    font-size: 30px;
  }
  #index-body .i-solution .right .bottom dl dd {
    width: 50%;
  }
  #index-body .i-service .right .text ul li {
    padding: 30px 20px;
  }
  #index-body .i-service .right .text ul li .icon {
    left: 20px;
  }
  #index-body .i-service .right .text ul li.active .ig {
    margin-left: 95px;
  }
  #index-body .i-news ul {
    margin: 0 -10px;
  }
  #index-body .i-news ul li {
    padding: 54px 10px;
  }
  #index-body .i-news ul li .ig {
    width: 100%;
  }
  #index-body .i-news ul li .ig .top .name{
    margin-left: 0;
    width: 100%;
  }
  #index-body .i-news ul li::before,
  #index-body .i-news ul li::after {
    display: none;
  }
  #footer .f-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-content .f-form {
    width: 100%;
  }
  #footer .f-content .f-form .form {
    width: 100%;
  }
  #footer .f-content .f-contact {
    width: 100%;
    margin-top: 20px;
  }
  #footer .f-copy .share {
    display: none;
  }
  div.container {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #banner ul li .text {
    width: 100%;
  }
  #banner ul li .text span {
    font-size: 14px;
    line-height: 2 !important;
  }
  #banner ul li .text .title {
    font-size: 20px;
    line-height: 1.4;
  }
  #banner ul li .text .con {
    display: none;
  }
  #banner ul li .text .btn {
    zoom: 1;
  }
  #banner ul li .img {
    display: none;
  }
  .more {
    font-size: 16px;
    padding: 0 14px;
    height: 50px;
  }
  .i-title {
    font-size: 27px;
    line-height: 1.4 !important;
  }
  .font-15 {
    line-height: 2 !important;
  }
  .font-16 {
    font-size: 16px;
    line-height: 1.8 !important;
  }
  #index-body .i-category .content ul {
    margin: 0;
  }
  #index-body .i-category .content ul li {
    padding: 10px 0;
  }
  #index-body .i-category .content ul li:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #index-body .i-solution .left .title {
    font-size: 25px;
    line-height: 1.4;
  }
  #index-body .i-solution .right .top {
    padding: 20px 15px;
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .i-solution .right .bottom dl dd {
    width: 100%;
  }
  #index-body .i-about .img .item {
    width: 60%;
  }
  #index-body .i-service .right .logo {
    display: none;
  }
  #index-body .i-service .right .text {
    width: 100%;
    margin: 0;
  }
  #index-body .i-service .right .text ul li .icon {
    position: initial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #index-body .i-service .right .text ul li .ig {
    width: 100%;
    margin: 20px 0 0 0;
  }
  #index-body .i-service .right .text ul li.active .ig {
    margin-left: 0;
  }
  #index-body .i-news ul li .ig .top .name{
    width: auto;
    margin-left: 6px;
  }
  #footer ul li {
    font-size: 16px;
  }
  #footer .f-content .f-contact .code {
    display: none;
  }
  .flex-2 > * {
    width: 100%;
  }
}
.play-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.play-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  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;
}
.play-icon::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #000;
  margin-left: 5px;
}
.inner-banner {
  height: 407px;
  margin-top: 165px;
  position: relative;
}
.inner-banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-banner .text {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  text-align: center;
}
.inner-banner .text .mbx {
  font-weight: 300;
}
.inner-page .i-title {
  line-height: 1.25;
}
.inner-page .sidebox .sideleft {
  width: 21.75%;
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
}
.inner-page .sidebox .sideleft .tit {
  font-size: 25px;
  font-weight: 500;
  padding-left: 18px;
}
.inner-page .sidebox .sideleft .tit::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 26px;
  border: solid 2px var(--color1);
}
.inner-page .sidebox .sideleft .item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 30px 22px 44px 25px;
  margin-top: 35px;
}
.inner-page .sidebox .sideleft .item:first-child {
  margin-top: 0;
}
.inner-page .sidebox .sideleft .category ul > li {
  margin-bottom: 16px;
  position: relative;
}
.inner-page .sidebox .sideleft .category ul > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 10px;
  height: 44px;
  padding: 0 31px 0 21px;
  font-size: 16px;
  line-height: 1.3;
  color: #666;
  position: relative;
  z-index: 1;
}
.inner-page .sidebox .sideleft .category ul > li > a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2849c5), to(#172564));
  background-image: -webkit-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: -moz-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: linear-gradient(0deg, #2849c5 0%, #172564 100%);
  border-radius: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .category ul > li > a:hover,
.inner-page .sidebox .sideleft .category ul > li > a.active {
  color: #fff;
}
.inner-page .sidebox .sideleft .category ul > li > a:hover::after,
.inner-page .sidebox .sideleft .category ul > li > a.active::after {
  width: 100%;
}
.inner-page .sidebox .sideleft .category ul > li i {
  position: absolute;
  z-index: 1;
  font-size: 16px;
  right: 15px;
  top: 10px;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .category ul > li i.active {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .category ul > li ul{
  margin-top: 20px;
}
.inner-page .sidebox .sideleft .category ul > li ul li a {
  background-color: #fff;
  height: auto;
}
.inner-page .sidebox .sideleft .category ul > li ul li a::after {
  display: none;
}
.inner-page .sidebox .sideleft .category ul > li ul li a:hover,
.inner-page .sidebox .sideleft .category ul > li ul li a.active {
  color: var(--color1);
}
.inner-page .sidebox .sideleft .category ul > li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .category ul > li.active i {
  color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .category ul > li:hover > a {
  color: #fff;
}
.inner-page .sidebox .sideleft .category ul > li:hover > a::after {
  width: 100%;
}
.inner-page .sidebox .sideleft .category ul > li:hover i {
  font-weight: bold;
  color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .contact {
  padding-bottom: 28px;
}
.inner-page .sidebox .sideleft .contact input,
.inner-page .sidebox .sideleft .contact textarea {
  width: 100%;
  height: 44px;
  background-color: #f7f7f7;
  border-radius: 10px;
  border: 0;
  margin-bottom: 17px;
  padding: 0 22px;
  font-size: 16px;
}
.inner-page .sidebox .sideleft .contact input::-webkit-input-placeholder, .inner-page .sidebox .sideleft .contact textarea::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input:-moz-placeholder, .inner-page .sidebox .sideleft .contact textarea:-moz-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input::-moz-placeholder, .inner-page .sidebox .sideleft .contact textarea::-moz-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input:-ms-input-placeholder, .inner-page .sidebox .sideleft .contact textarea:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input::placeholder,
.inner-page .sidebox .sideleft .contact textarea::placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact textarea {
  height: 128px;
  padding-top: 11px;
}
.inner-page .sidebox .sideleft .contact button {
  border: 0;
  height: 40px;
  padding: 0 22px 0 23px;
  margin-top: 8px;
}
.inner-page .sidebox .sideleft .related ul li .img-box {
  width: 18%;
  height: 59px;
}
.inner-page .sidebox .sideleft .related ul li .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebox .sideleft .related ul li .title {
  width: 82%;
  line-height: 1.7;
}
.inner-page .sidebox .sideleft .related ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideright {
  width: 78.25%;
  padding-left: 42px;
}
.inner-page .m-page {
  margin-top: 30px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  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;
  color: #0a1119;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0 5px;
  border: 1px solid rgba(10, 17, 25, 0.15);
  border-radius: 50%;
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span {
  background: var(--color1);
  border-color: var(--color1);
  color: #fff;
}
.inner-page .why-tab ul {
  margin: -65px;
}
.inner-page .why-tab ul li {
  padding: 65px;
}
.inner-page .why-tab ul li .ig {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 22px 0 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}
.inner-page .why-tab ul li .ig i {
  line-height: 68px;
  display: block;
}
.inner-page .why-tab ul li .ig i img {
  -webkit-filter: invert(1);
  filter: invert(1);
  vertical-align: middle;
}
.inner-page .why-tab ul li .ig span {
  font-weight: 500;
  margin-top: 9px;
  display: block;
}
.inner-page .why-tab ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2849c5), to(#172564));
  background-image: -webkit-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: -moz-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: linear-gradient(0deg, #2849c5 0%, #172564 100%);
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .why-tab ul li .ig:hover,
.inner-page .why-tab ul li .ig.active {
  color: #fff;
}
.inner-page .why-tab ul li .ig:hover span,
.inner-page .why-tab ul li .ig.active span {
  font-weight: bold;
}
.inner-page .why-tab ul li .ig:hover i img,
.inner-page .why-tab ul li .ig.active i img {
  -webkit-filter: none;
  filter: none;
}
.inner-page .why-tab ul li .ig:hover::after,
.inner-page .why-tab ul li .ig.active::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.about-page .about-1 {
  background: url(../images/about1-bg.png) no-repeat center;
  background-size: cover;
  padding: 5.78125% 0 3.28125% 0;
  position: relative;
}
.about-page .about-1 .left {
  width: 68.023%;
}
.about-page .about-1 .left .con {
  line-height: 1.7;
}
.about-page .about-1 .left .data ul li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .left .data ul li .num {
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
}
.about-page .about-1 .left .data ul li .num sub {
  display: inline-block;
  vertical-align: bottom;
  font-size: 28px;
  margin-bottom: 3px;
}
.about-page .about-1 .left .data ul li p {
  margin-top: 6px;
}
.about-page .about-1 .left .data ul li:hover {
  color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color1)), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
  background-image: -moz-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
  background-image: linear-gradient(0deg, var(--color1) 0%, var(--color) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.about-page .about-1::after {
  content: '';
  position: absolute;
  left: 5.21%;
  right: 5.21%;
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.about-page .about-2 {
  padding: 3.8021% 0 0;
}
.about-page .about-2 .left {
  width: 44.42%;
}
.about-page .about-2 .left img {
  width: 100%;
}
.about-page .about-2 .right {
  width: 55.58%;
}
.about-page .about-2 .right .i-title {
  width: 63%;
}
.about-page .about-2 .right .con {
  line-height: 1.7;
}
.about-page .about-2 .right .list ul li {
  font-size: 18px;
  line-height: 1.6;
  padding-left: 42px;
  position: relative;
  margin-bottom: 26px;
}
.about-page .about-2 .right .list ul li i {
  position: absolute;
  width: 27px;
  height: 27px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: var(--color1);
  color: #fff;
  text-align: center;
  line-height: 27px;
}
.about-page .about-2 .right .list ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-3 {
  background-color: #f7f7f7;
  padding: 3.59375% 0 5.89%;
}
.about-page .about-3 .top .content {
  left: 5.76%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffffff;
  border-radius: 10px;
  width: 36.163%;
  z-index: 1;
}
.about-page .about-3 .top ul li .text {
  padding: 39px 114px 61px 61px;
}
.about-page .about-3 .top ul li .text i {
  width: 60px;
  height: 60px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2849c5), to(#172564));
  background-image: -webkit-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: -moz-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: linear-gradient(0deg, #2849c5 0%, #172564 100%);
  border-radius: 10px;
}
.about-page .about-3 .top ul li .text .con {
  line-height: 1.7;
}
.about-page .about-3 .top ul li .text .tb {
  top: 19px;
  right: 23px;
  z-index: -1;
}
.about-page .about-3 .top .page {
  bottom: 14px;
  right: 31px;
  font-size: 15px;
  font-weight: bold;
}
.about-page .about-3 .top .page .curr {
  font-size: 24px;
  display: inline-block;
  margin-right: 7px;
}
.about-page .about-3 .bottom .left {
  width: 85.87%;
}
.about-page .about-3 .bottom .left ul {
  margin: -23px -20.5px;
}
.about-page .about-3 .bottom .left ul li {
  padding: 23px 20.5px;
}
.about-page .about-3 .bottom .left ul li .ig {
  background-color: #ffffff;
  border-radius: 10px;
  height: 217px;
  position: relative;
  z-index: 1;
}
.about-page .about-3 .bottom .left ul li .ig .con {
  line-height: 1.7;
}
.about-page .about-3 .bottom .left ul li .ig::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 102px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 135px;
  line-height: 1;
  font-weight: bold;
  color: var(--color1);
  opacity: 0.1;
}
.about-page .about-3 .bottom .right {
  width: 14.13%;
  background-image: -webkit-linear-gradient(210deg, #172564 0%, #2849c5 100%);
  background-image: -moz-linear-gradient(210deg, #172564 0%, #2849c5 100%);
  background-image: linear-gradient(240deg, #172564 0%, #2849c5 100%);
  border-radius: 10px;
  text-align: center;
  padding: 41px 0;
}
.about-page .about-4 .text {
  width: 44%;
}
.about-page .about-4 .text .con {
  line-height: 1.7;
}
.about-page .about-4 .text .more {
  padding: 0 34px 0 35px;
}
.about-page .about-4 .img {
  width: 43.314%;
  padding-right: 36px;
  z-index: 1;
}
.about-page .about-4 .img::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 277px;
  height: 182px;
  background-image: -webkit-linear-gradient(210deg, #172564 0%, #2849c5 100%);
  background-image: -moz-linear-gradient(210deg, #172564 0%, #2849c5 100%);
  background-image: linear-gradient(240deg, #172564 0%, #2849c5 100%);
  border-radius: 10px;
}
.about-page .about-4 ul li:nth-child(odd) .img {
  padding-bottom: 34px;
}
.about-page .about-4 ul li:nth-child(odd) .img::after {
  bottom: 0;
  right: 0;
}
.about-page .about-4 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.about-page .about-4 ul li:nth-child(even) .img {
  padding: 34px 0 0 36px;
}
.about-page .about-4 ul li:nth-child(even) .img::after {
  top: 0;
  left: 0;
}
.about-page .about-5 {
  padding: 3.542% 0 3.4375% 0;
}
.about-page .about-5 .content .top ul .slick-slide {
  height: 100%;
}
.about-page .about-5 .content .top ul .slick-slide > div {
  height: 100%;
}
.about-page .about-5 .content .top ul li {
  height: 100%;
}
.about-page .about-5 .content .top ul li .ig {
  background-color: #f7f7f7;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .content .top ul li .ig time {
  font-size: 20px;
  font-weight: bold;
}
.about-page .about-5 .content .top ul li .ig .line {
  display: block;
  width: 1px;
  height: 109px;
  background: rgba(0, 0, 0, 0.2);
  margin: 33px auto 20px;
}
.about-page .about-5 .content .top ul li .ig .img,
.about-page .about-5 .content .top ul li .ig .img img{
  border-radius: 10px;
}
.about-page .about-5 .content .top ul li .ig .con {
  line-height: 1.7;
  width: 90%;
  margin: 2px auto 0;
  max-height: 80px;
  overflow-y: auto;
}
.about-page .about-5 .content .top ul li .ig .icon {
  margin: 47px 0 -10px;
}
.about-page .about-5 .content .top ul li .ig .icon img {
  -webkit-filter: brightness(0) opacity(0.5);
  filter: brightness(0) opacity(0.5);
  display: inline-block;
}
.about-page .about-5 .content .top ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(210deg, #172564 0%, #2849c5 100%);
  background-image: -moz-linear-gradient(210deg, #172564 0%, #2849c5 100%);
  background-image: linear-gradient(240deg, #172564 0%, #2849c5 100%);
  border-radius: 10px;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .content .top ul li .ig:hover {
  color: #fff;
}
.about-page .about-5 .content .top ul li .ig:hover::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
/*.about-page .about-5 .content .top ul li .ig:hover time {
  background-color: #ffffff;
  color: var(--color1);
}*/
/*.about-page .about-5 .content .top ul li .ig:hover .line {
  background: rgba(255, 255, 255, 0.5);
}*/
.about-page .about-5 .content .top ul li .ig:hover .icon img {
  -webkit-filter: none;
  filter: none;
}
.about-page .about-5 .content .bottom .prev,
.about-page .about-5 .content .bottom .next {
  width: 51px;
  height: 51px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2849c5), to(#172564));
  background-image: -webkit-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: -moz-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: linear-gradient(0deg, #2849c5 0%, #172564 100%);
  border-radius: 10px;
  text-align: center;
  line-height: 51px;
  color: #fff;
  font-size: 22px;
  position: relative;
  z-index: 2;
}
.about-page .about-5 .content .bottom .qh {
  width: 94%;
  position: relative;
  z-index: 1;
}
.about-page .about-5 .content .bottom .qh ul {
  padding: 0 130px;
}
.about-page .about-5 .content .bottom .qh ul li {
  padding: 7px;
}
.about-page .about-5 .content .bottom .qh ul li i {
  width: 16px;
  height: 16px;
  background-color: #666666;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .content .bottom .qh ul li i::before,
.about-page .about-5 .content .bottom .qh ul li 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;
}
.about-page .about-5 .content .bottom .qh ul li i::before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-5 .content .bottom .qh ul .slick-current li i {
  background-color: var(--color1);
}
.about-page .about-5 .content .bottom .qh ul .slick-current + div li,
.about-page .about-5 .content .bottom .qh ul .slick-current + div + div li {
  text-align: center;
}
.about-page .about-5 .content .bottom .qh ul .slick-current + div li {
  padding-right: 130px;
}
.about-page .about-5 .content .bottom .qh ul .slick-current + div + div li {
  padding-left: 130px;
}
.about-page .about-5 .content .bottom .qh ul .slick-current + div + div + div li {
  text-align: right;
}
.about-page .about-5 .content .bottom .qh::after {
  content: '';
  position: absolute;
  top: 46%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.news-page .sideright ul li {
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.news-page .sideright ul li .img-box {
  width: 50.874%;
}
.news-page .sideright ul li .text {
  width: 49.126%;
}
.news-page .sideright ul li .text .top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 500;
}
.news-page .sideright ul li .text .top span {
  width: 42px;
  height: 42px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2849c5), to(#172564));
  background-image: -webkit-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: -moz-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: linear-gradient(0deg, #2849c5 0%, #172564 100%);
  border-radius: 10px;
}
.news-page .sideright ul li .text .con {
  color: #666;
}
.news-page .sideright ul li .text .more {
  height: 53px;
  padding: 0 36px;
}
.news-page .sideright ul li:last-child {
  margin-bottom: 0;
}
.newdet-page .sideright h1 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
}
.newdet-page .sideright .text {
  margin: 2em 0;
}
.newdet-page .sideright .text p {
  margin-top: 1em;
}
.newdet-page .sideright .text p:first-child {
  margin-top: 0;
}
.newdet-page .sideright .share {
  font-size: 14px;
  margin-top: 2em;
}
.newdet-page .sideright .share a {
  margin-left: 1em;
  width: 1.5em;
  height: 1.5em;
  background-color: black;
  color: white;
  border-radius: 50%;
}
.newdet-page .sideright .share a:hover {
  background: var(--color1);
}
.newdet-page .sideright span.h5 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  margin: 2em 0 1em;
  display: block;
}
.newdet-page .sideright .form ul {
  margin: -10px;
}
.newdet-page .sideright .form ul li {
  padding: 10px;
  font-size: 14px;
}
.newdet-page .sideright .form ul li label {
  display: block;
  margin-bottom: .5em;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}
.newdet-page .sideright .form ul li input,
.newdet-page .sideright .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .5em 0;
  border-bottom: 1px solid #999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .sideright .form ul li input:focus,
.newdet-page .sideright .form ul li textarea:focus {
  border-color: var(--color1);
}
.newdet-page .sideright .form ul li textarea {
  height: 80px;
}
.newdet-page .sideright .form ul li button {
  border: 0;
}
.product-page .sideright .top {
  padding: 40px;
  background-color: #fafafa;
  border-radius: 20px;
}
.product-page .sideright .top .con {
  max-height: 300px;
  overflow-y: auto;
}
.product-page .sideright .bottom {
  background-color: #fafafa;
  border-radius: 20px;
  padding: 40px;
}
.product-page .sideright .bottom ul li {
  padding: 20px 15px;
}
.product-page .sideright .bottom ul li .img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #fff;
}
.product-page .sideright .bottom ul li .img .more {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sideright .bottom ul li .img:hover .more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.prodet-page .prodet-1 .left {
  width: 49%;
  overflow: hidden;
}
.prodet-page .prodet-1 .left .smallImg {
  width: 21%;
  float: left;
}
.prodet-page .prodet-1 .left .smallImg ul {
  margin: -10px;
}
.prodet-page .prodet-1 .left .smallImg ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .left .smallImg ul li a img {
  display: block;
  border: 1px solid #dcdcdc;
}
.prodet-page .prodet-1 .left .bigImg {
  width: 79%;
  padding-left: 4%;
  display: inline-block;
}
.prodet-page .prodet-1 .left .bigImg img {
  border: 1px solid #dcdcdc;
  width: 90%;
}
.prodet-page .prodet-1 .left .bigImg ul li {
  padding: 1px;
}
.prodet-page .prodet-1 .left .bigImg ul li a {
  height: 100%;
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow {
  width: 40px;
  height: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color1)), to(var(--color)));
  background: -webkit-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
  background: -moz-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
  background: linear-gradient(0deg, var(--color1) 0%, var(--color) 100%);
  color: transparent;
  font-size: 0;
  border: none;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-prev {
  left: 12px;
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-prev::after {
  background-image: url("../images/banner-btn-l.png");
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-next {
  right: 12px;
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-next::after {
  background-image: url("../images/banner-btn-r.png");
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow:hover {
  background: var(--color1);
}
.prodet-page .prodet-1 .right {
  width: 46%;
}
.prodet-page .prodet-1 .right .sub_img {
  width: 36px;
  margin-bottom: 15px;
}
.prodet-page .prodet-1 .right .text_2 {
  font-size: 36px;
  line-height: 1.4;
  color: #4a4a4a;
  /*text-transform: uppercase;*/
}
.prodet-page .prodet-1 .right .list .content {
  font-size: 16px;
  line-height: 2;
  max-height: 300px;
  overflow: auto;
  padding-right: 10px;
  color: #666;
}
.prodet-page .prodet-1 .right .more {
  height: 50px;
}
.prodet-page .prodet-2 {
  padding: 90px 0 0;
}
.prodet-page .prodet-2 .options ul {
  border-bottom: 1px solid #d2d2d2;
}
.prodet-page .prodet-2 .options ul li {
  margin-right: 100px;
  font-size: 30px;
  text-transform: uppercase;
  color: #b7b7b7;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 10px 10px;
  cursor: pointer;
  line-height: 1.4;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options ul li::after {
  content: '';
  height: 3px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: var(--color1);
}
.prodet-page .prodet-2 .options ul li:hover,
.prodet-page .prodet-2 .options ul li.active {
  color: var(--color1);
}
.prodet-page .prodet-2 .options ul li:hover::after,
.prodet-page .prodet-2 .options ul li.active::after {
  width: 100%;
}
.prodet-page .prodet-2 .ret {
  margin-top: 50px;
}
.prodet-page .prodet-2 .ret .content {
  font-size: 18px;
  line-height: 1.6;
}
.prodet-page .prodet-2 .ret .content dl dd {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.prodet-page .prodet-2 .ret .content dl dd .h4 {
  font-size: 30px;
  line-break: 1.5;
  font-weight: bold;
}
.prodet-page .prodet-2 .ret .content dl dd .con {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 18px;
  line-height: 1.6;
}
.contact-page .contact-1 {
  position: relative;
}
.contact-page .contact-1 iframe {
  width: 100%;
  height: 1000px;
  border: none;
  background-color: #eee;
  display: block;
}
.contact-page .contact-1 .map {
  position: relative;
}
.contact-page .contact-1 .map .add {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: -2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .map .add.active {
  position: static;
  opacity: 1;
}
.contact-page .contact-1 .box {
  width: 800px;
  position: absolute;
  right: 4%;
  bottom: 0;
  max-width: 92%;
}
.contact-page .contact-1 .box .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  margin-top: 30px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.contact-page .contact-1 .box .box2 .list {
  width: 160px;
  border-right: 1px solid #f5f5f5;
  padding: 50px 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .contact-1 .box .box2 .list ul li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1.5em;
  padding: 0 .5em;
  position: relative;
  cursor: pointer;
}
.contact-page .contact-1 .box .box2 .list ul li:after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1px;
  background-color: var(--color1);
  opacity: 0;
}
.contact-page .contact-1 .box .box2 .list ul li.active::after {
  opacity: 1;
}
.contact-page .contact-1 .box .box2 .info {
  padding: 50px 5%;
  width: 100%;
}
.contact-page .contact-1 .box .box2 .info span.h6 {
  font-size: 20px;
  font-weight: bold;
  display: block;
}
.contact-page .contact-1 .box .box2 .info ul {
  margin: -10px;
  padding: 5% 0;
}
.contact-page .contact-1 .box .box2 .info ul li {
  padding: 10px;
}
.contact-page .contact-1 .box .box2 .info ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .box .box2 .info ul li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.6;
}
.contact-page .contact-1 .box .box2 .info ul li .flex i {
  font-size: 1.5em;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid #eee;
  margin-right: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
}
.contact-page .contact-1 .box .box2 .info ul li .flex p {
  font-weight: bold;
}
.contact-page .contact-2 {
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  z-index: 22;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-left: auto;
  position: relative;
}
.contact-page .contact-2.active {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.contact-page .contact-2.active .box {
  width: 70%;
}
.contact-page .contact-2.active .box div.left {
  position: absolute;
  right: 100%;
  bottom: 5%;
}
.contact-page .contact-2.active .box div.left .FormMoreBtn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  padding: .6em;
  background-color: white;
  border-bottom-left-radius: 3em;
  border-top-left-radius: 3em;
  -webkit-box-shadow: 0 0 0.6em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.6em rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.contact-page .contact-2.active .box div.left .FormMoreBtn > div {
  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;
  cursor: pointer;
}
.contact-page .contact-2.active .box div.left .FormMoreBtn > div.off,
.contact-page .contact-2.active .box div.left .FormMoreBtn > div.on {
  display: none;
}
.contact-page .contact-2.active .box div.left .FormMoreBtn > div.off {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .contact-2.active .box div.left .FormMoreBtn i {
  width: 2.7em;
  height: 2.7em;
  border-radius: 100%;
  background-color: var(--color1);
  color: white;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5em;
  -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;
}
.contact-page .contact-2.active .box div.left .FormMoreBtn em {
  margin: 0 1em;
}
.contact-page .contact-2.active .box div.right {
  width: 100%;
  padding: 4%;
  background-color: white;
  height: 100vh;
  overflow: auto;
}
.contact-page .contact-2.active .box div.right .text {
  margin-top: .5em;
}
.contact-page .contact-2.active .box div.right .form {
  margin-top: 50px;
}
.contact-page .contact-2.active .box div.right .form ul {
  margin: -20px;
}
.contact-page .contact-2.active .box div.right .form ul li {
  padding: 20px;
  font-size: 18px;
}
.contact-page .contact-2.active .box div.right .form ul li label {
  display: block;
  margin-bottom: 1em;
}
.contact-page .contact-2.active .box div.right .form ul li label em {
  color: red;
}
.contact-page .contact-2.active .box div.right .form ul li input,
.contact-page .contact-2.active .box div.right .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #eee;
  padding: .5em;
  -webkit-transition: .5s border;
  -moz-transition: .5s border;
  transition: .5s border;
}
.contact-page .contact-2.active .box div.right .form ul li input:focus,
.contact-page .contact-2.active .box div.right .form ul li textarea:focus {
  border-color: var(--color1);
}
.contact-page .contact-2.active .box div.right .form ul li textarea {
  border: 1px solid #eee;
  height: 180px;
  border-radius: 3px;
}
.contact-page .contact-2.active .box div.right .form ul li.wid-100 {
  width: 100%;
}
.service-page .service-1 .text {
  max-width: 1080px;
  margin: 1em auto;
}
.service-page .service-1 .list {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  overflow: hidden;
  height: 560px;
  padding: 15px;
}
.service-page .service-1 .list::after {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
  z-index: 2;
  top: 0;
}
.service-page .service-1 .list .swiper {
  -webkit-transform: rotate3d(1, 0, 0, 15deg);
  -moz-transform: rotate3d(1, 0, 0, 15deg);
  transform: rotate3d(1, 0, 0, 15deg);
  width: 100%;
  height: 100%;
  overflow: unset;
}
.service-page .service-1 .list ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.service-page .service-1 .list ul li {
  width: 100%;
  margin: 0 !important;
}
.service-page .service-1 .list ul li a.img {
  height: 120px;
  padding: 5%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service-page .service-1 .list ul li a.img img {
  max-width: 100%;
}
.dots {
  text-align: center;
  font-size: 10px;
}
.downloadBox {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.downloadBox i.dots {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.5);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  margin-right: 1em;
  position: relative;
}
.downloadBox .top {
  height: 5em;
  color: white;
  background-color: var(--color1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.downloadBox .top img {
  margin-right: 1em;
}
.downloadBox .top .line {
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.48);
  margin: 0 1.3em;
}
.downloadBox .top span {
  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;
  cursor: pointer;
  cursor: hand;
}
.downloadBox .top span i.dots:before {
  content: '';
  width: .8em;
  height: .8em;
  border-radius: 100%;
  background-color: var(--color1);
}
.downloadBox .downloadLeft {
  width: 28%;
}
.downloadBox .downloadLeft .top em {
  font-size: 1.33333333em;
}
.downloadBox .downloadLeft .nav {
  border: 1px solid #dfdfdf;
  border-top: none;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}
.downloadBox .downloadLeft .nav a {
  padding: 1.5em 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #626262;
  border-top: 1px solid #dfdfdf;
}
.downloadBox .downloadLeft .nav a:first-child {
  border-top: none;
}
.downloadBox .downloadLeft .nav a em {
  font-size: 1.33333333em;
  line-height: 1.5;
}
.downloadBox .downloadLeft .nav a i.dots {
  width: 3.5em;
  height: 3.5em;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
}
.downloadBox .downloadLeft .nav a i.dots img {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadLeft .nav a:hover,
.downloadBox .downloadLeft .nav a.active {
  color: var(--color1);
}
.downloadBox .downloadLeft .nav a:hover i.dots img,
.downloadBox .downloadLeft .nav a.active i.dots img {
  opacity: 1;
}
.downloadBox .downloadRight {
  width: 72%;
  padding-left: 3%;
}
.downloadBox .downloadRight .top {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.downloadBox .downloadRight .bottom {
  border: 1px solid #dfdfdf;
  border-top: none;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  padding: 0 2%;
}
.downloadBox .downloadRight .bottom ul li {
  padding: 1.05em 0;
  border-top: 1px solid #dfdfdf;
}
.downloadBox .downloadRight .bottom ul li:first-child {
  border-top: none;
}
.downloadBox .downloadRight .bottom ul li .flex {
  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;
}
.downloadBox .downloadRight .bottom ul li .flex i.icon {
  width: 7.77777778em;
  height: 7.77777778em;
  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;
  border: 1px solid #dfdfdf;
  border-radius: 100%;
}
.downloadBox .downloadRight .bottom ul li .flex i.icon img {
  max-width: 45%;
}
.downloadBox .downloadRight .bottom ul li .flex .content {
  padding: 0 1.5em;
}
.downloadBox .downloadRight .bottom ul li .flex .content .path {
  font-size: 16px;
  color: #acacac;
  margin-bottom: .5em;
  line-height: 2;
}
.downloadBox .downloadRight .bottom ul li .flex .content .path span {
  color: var(--color1);
}
.downloadBox .downloadRight .bottom ul li .flex .content .title {
  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;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.h6 {
  font-size: 1.44444444em;
  font-weight: bold;
  margin-right: 1em;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang {
  height: 2.33333333em;
  border-radius: 1.16666667em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #cdcdcd;
  color: white;
  position: relative;
  text-transform: uppercase;
  padding: 0 .5em;
  cursor: pointer;
  cursor: hand;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang i {
  width: 1.77777778em;
  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;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang:before {
  content: '';
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  left: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang.on:before {
  left: 52%;
}
.downloadBox .downloadRight .bottom ul li .flex .btn {
  margin-left: auto;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a {
  height: 3em;
  padding: 0 2.33333333em;
  border-radius: 1.5em;
  margin: 3px 0;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a img {
  margin-left: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a:hover {
  background-color: var(--color1);
  color: white;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on {
  background-color: var(--color1);
  color: white;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on:hover {
  background-color: transparent;
  color: var(--color1);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on:hover img {
  -webkit-filter: unset;
  filter: unset;
}
.downloadBox .downloadRight .bottom .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 18px;
}
.downloadBox .downloadRight .bottom .search input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .3em 0;
}
.downloadBox .downloadRight .bottom .search input::-webkit-input-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input:-moz-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input::-moz-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input:-ms-input-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input::placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input[type="submit"] {
  width: 50px;
  background-image: url("../images/icon-search2.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.technical-page {
  padding: 130px 0;
}
.technical-page .downloadRight .top em {
  font-size: 1.3333em;
}
.technical-page .downloadRight .top.left {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.technical-page .downloadRight .bottom {
  padding: 35px;
}
.technical-page .downloadRight .bottom .faq {
  margin-top: 30px;
  line-height: 2;
}
.technical-page .downloadRight .bottom .faq dl dd {
  margin-bottom: 15px;
  padding: 20px 35px;
  border-radius: 25px;
  background-color: #f8f8f9;
}
.technical-page .downloadRight .bottom .faq dl dd span.h6 {
  display: block;
  font-size: 22px;
  font-weight: 500;
  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;
}
.technical-page .downloadRight .bottom .faq dl dd span.h6 i {
  width: 1.72727273em;
  height: 1.72727273em;
  border-radius: 100%;
  background-color: black;
  position: relative;
  margin-top: -5px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.technical-page .downloadRight .bottom .faq dl dd span.h6 i:after,
.technical-page .downloadRight .bottom .faq dl dd span.h6 i:before {
  content: '';
  width: 16px;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.technical-page .downloadRight .bottom .faq dl dd span.h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.technical-page .downloadRight .bottom .faq dl dd span.h6.active i {
  background-color: var(--color1);
}
.technical-page .downloadRight .bottom .faq dl dd span.h6.active i:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.technical-page .downloadRight .bottom .faq dl dd .text {
  margin-top: 1em;
  display: none;
}
.technical-page .downloadRight .bottom .faq dl dd:last-child {
  margin-bottom: 0;
}
.faq-page .faq-1 {
  font-size: 18px;
  padding: 1em 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 4em;
}
.faq-page .faq-1 .filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.faq-page .faq-1 .filter a {
  margin-right: 1.5em;
  position: relative;
}
.faq-page .faq-1 .filter a:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1em;
  background-color: var(--color);
  opacity: 0;
}
.faq-page .faq-1 .filter a span {
  display: block;
}
.faq-page .faq-1 .filter a.active:after {
  opacity: 1;
}
.faq-page .faq-2 .list ul li {
  padding: 30px;
  position: relative;
  z-index: 2;
}
.faq-page .faq-2 .list ul li span.h6 {
  font-size: 24px;
  color: #303030;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  line-height: 1.6;
}
.faq-page .faq-2 .list ul li span.h6 i.iconfont {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: #cfcfcf;
  color: white;
  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-right: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.faq-page .faq-2 .list ul li span.h6 i.iconfont-xiajiantou1 {
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-2 .list ul li span.h6.active i.iconfont {
  background-color: var(--color1);
}
.faq-page .faq-2 .list ul li span.h6.active i.iconfont-xiajiantou1 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-page .faq-2 .list ul li .text {
  color: #a8a8a8;
  margin-top: 1.3em;
  padding-top: 1.3em;
  border-top: 1px solid #e0e0e0;
  display: none;
  line-height: 2;
}
.about-page .about-1 .right .text {
  line-height: 2;
}
.faq-page .faq-2 .list ul li:nth-child(odd) {
  background-color: #f8f8f8;
}
.case-page .case-3 {
  padding-bottom: 110px;
}
.case-page .case-3 .list ul {
  margin: -25px -12px;
}
.case-page .case-3 .list ul li {
  padding: 25px 12px;
  font-size: 18px;
}
.case-page .case-3 .list ul li video{
  width: 100%;
}
.case-page .case-3 .list ul li a.img {
  display: block;
  height: 300px;
  background-size: cover;
  background-position: center;
  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;
}
.case-page .case-3 .list ul li a.img span.play {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  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;
  color: black;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: white;
  position: relative;
}
.case-page .case-3 .list ul li a.img span.play:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: inherit;
  top: 0;
  left: 0;
  border: 2px solid white;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-page .case-3 .list ul li span.h6 {
  display: block;
  margin-top: .5em;
  text-align: center;
  line-height: 2;
}
.case-page .case-3 .list ul li:hover a.img span.play {
  background-color: var(--color);
  color: white;
}
.case-page .case-3 .list ul li:hover a.img span.play:before {
  border-color: var(--color);
}
.factory-page {
  padding: 5.21% 0;
}
.factory-page .gallery-list ul {
  margin: -15px;
}
.factory-page .gallery-list ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.factory-page .gallery-list ul li {
  padding: 15px;
}
.factory-page .gallery-list ul li .box {
  -webkit-box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.factory-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.factory-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factory-page .gallery-list ul li .box:hover h5 {
  background: var(--color);
  color: white;
}
.why-page {
  padding-top: 6.146%;
}
.why-page .why-1 {
  padding: 4.583% 0 5.99%;
}
.why-page .why-1 .img {
  width: 48.256%;
}
.why-page .why-1 .text {
  width: 51.744%;
}
.why-page .why-1 .text .con {
  line-height: 1.7;
}
.why-page .why-2 {
  background-color: #f7f7f7;
  padding: 4.0625% 0 6.40625%;
}
.why-page .why-2 ul li .img-box .text {
  left: 46px;
  right: 47px;
  top: 50%;
  -webkit-transform: translateY(600%);
  -moz-transform: translateY(600%);
  -ms-transform: translateY(600%);
  transform: translateY(600%);
  background: #fff;
  text-align: center;
  font-weight: 500;
  border-radius: 10px;
  padding: 11px 0;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.why-page .why-2 ul li .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #172564;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.why-page .why-2 ul li .img-box:hover .text {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.why-page .why-2 ul li .img-box:hover::after {
  opacity: .8;
}
.why-page .why-3 {
  padding-top: 3.90625%;
}
.why-page .why-4 {
  padding: 4.9% 0 5.9375%;
}
.why-page .why-4 .text {
  width: 47.9%;
}
.why-page .why-4 .text .con {
  line-height: 1.7;
}
.why-page .why-4 .text .more {
  padding: 0 36px;
}
.why-page .why-4 .img {
  width: 57.85%;
  margin-right: -100px;
  position: relative;
  z-index: 1;
}
.why-page .why-4 .img ul .slick-list {
  padding-right: 240px;
}
.why-page .why-4 .img ul li .ig span {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 7px;
}
.why-page .why-4 .img ul li .ig span::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--color1);
  margin-bottom: 11px;
}
.tech-page .tech-1 {
  padding: 5.21% 0 6.09375%;
}
.tech-page .tech-1 .header {
  width: 78%;
  margin: 0 auto;
}
.tech-page .tech-1 .header .con {
  line-height: 1.7;
}
.tech-page .tech-2 {
  background-color: #f7f7f7;
}
.tech-page .tech-2 ul li .img {
  width: 50.12%;
}
.tech-page .tech-2 ul li .img img {
  width: 100%;
}
.tech-page .tech-2 ul li .text {
  width: 49.88%;
  padding-left: 69px;
}
.tech-page .tech-2 ul li .text .con {
  line-height: 1.7;
}
.tech-page .tech-2 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.tech-page .tech-2 ul li:nth-child(even) .text {
  padding: 0 69px 0 0;
}
.tech-page .tech-3 {
  padding: 5.83% 0 0 0;
}
.tech-page .tech-3 ul li {
  padding-top: 70px;
  padding-bottom: 10px;
}
.tech-page .tech-3 ul li .ig {
  padding-bottom: 18px;
  border-radius: 10px;
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.tech-page .tech-3 ul li .ig:hover {
  -webkit-box-shadow: 0 2px 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.quality-page .quality-1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2849c5), to(#172564));
  background-image: -webkit-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: -moz-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: linear-gradient(0deg, #2849c5 0%, #172564 100%);
  border-radius: 10px;
  color: #fff;
  padding: 5.9% 0 6.1%;
}
.quality-page .quality-1 .text {
  width: 63.26%;
}
.quality-page .quality-1 .text .con {
  line-height: 1.7;
}
.quality-page .quality-1 .text .list ul li {
  margin-bottom: 11px;
}
.quality-page .quality-1 .text .list ul li i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 18px;
  color: var(--color);
  font-size: 14px;
  margin-top: 3px;
  font-weight: 500;
}
.quality-page .quality-1 .text .list ul li span {
  font-size: 15px;
  line-height: 1.6;
  margin-left: 11px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
}
.quality-page .quality-1 .text .list ul li:last-child {
  margin-bottom: 0;
}
.quality-page .quality-1 .text .img {
  width: auto;
}
.quality-page .quality-1 .text .img img {
  width: auto;
}
.quality-page .quality-1 .img {
  width: 32.96875%;
  height: 100%;
  top: 0;
  right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
.quality-page .quality-1 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.quality-page .quality-2 {
  background-color: #f7f7f7;
  padding: 6.25% 0 3.59375%;
  position: relative;
}
.quality-page .quality-2 .header {
  position: absolute;
  top: 113px;
  left: 0;
  width: 100%;
}
.quality-page .quality-2 .header .con {
  line-height: 1.6;
}
.quality-page .quality-2 .content {
  position: relative;
  z-index: 1;
}
.quality-page .quality-2 .content ul li .text {
  margin: 0 20px 0 auto;
  width: 83%;
}
.quality-page .quality-2 .content ul li .text i {
  width: 69px;
  height: 69px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2849c5), to(#172564));
  background-image: -webkit-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: -moz-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: linear-gradient(0deg, #2849c5 0%, #172564 100%);
  border-radius: 10px;
}
.quality-page .quality-2 .content ul li .text .con {
  line-height: 1.8;
  min-height: 75px;
}
.quality-page .quality-2 .content ul li .text span {
  font-size: 14px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2849c5), to(#172564));
  background-image: -webkit-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: -moz-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: linear-gradient(0deg, #2849c5 0%, #172564 100%);
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  padding: 14px 19px 14px 18px;
  line-height: 1;
}
.quality-page .quality-2 .content ul li:first-child {
  padding-top: 29.43%;
}
.quality-page .quality-2 .content ul li:nth-child(2) {
  padding-top: 23.18%;
}
.quality-page .quality-2 .content ul li:nth-child(3) {
  padding-top: 16.46%;
}
.quality-page .quality-2 .content ul li:nth-child(4) {
  padding-top: 9.9%;
}
.quality-page .quality-2 .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 16px;
  left: 0;
  width: 100%;
  height: 572px;
  background: url(../images/quality-line.png) no-repeat center;
  background-size: 100% 100%;
}
.quality-page .quality-2 .wz {
  width: 41.46%;
  right: 5.21%;
  bottom: 8.2%;
  font-size: 40px;
  line-height: 1.25;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px rgba(54, 54, 54, 0.3);
}
.ins-page .sidebox .sideright {
  padding-left: 71px;
}
.ins-page .sidebox .sideright .det1 {
  padding-bottom: 9.03%;
}
.ins-page .sidebox .sideright .det1 .img {
  width: 49.73%;
}
.ins-page .sidebox .sideright .det1 .text {
  width: 50.27%;
}
.ins-page .sidebox .sideright .det1 .text .title {
  line-height: 1.25;
}
.ins-page .sidebox .sideright .det1 .text .con {
  line-height: 1.7;
}
.ins-page .sidebox .sideright .det2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2849c5), to(#172564));
  background-image: -webkit-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: -moz-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: linear-gradient(0deg, #2849c5 0%, #172564 100%);
  border-radius: 10px;
  color: #fff;
}
.ins-page .sidebox .sideright .det2 .tit {
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ins-page .sidebox .sideright .det2 .content {
  z-index: 1;
}
.ins-page .sidebox .sideright .det2 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ins-page .sidebox .sideright .det2 .content ul li {
  width: 23%;
}
.ins-page .sidebox .sideright .det2 .content ul li .title {
  margin-top: 10px;
}
.ins-page .sidebox .sideright .det2 .content ul li .con {
  line-height: 1.7;
  margin-top: 9px;
  height: 77px;
  overflow-y: auto;
}
.ins-page .sidebox .sideright .det2 .content ul li .link {
  font-size: 18px;
  display: inline-block;
  margin-top: 2px;
}
.ins-page .sidebox .sideright .det2 .content ul li .link i {
  display: inline-block;
  margin-left: 11px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.ins-page .sidebox .sideright .det2 .content ul li .link:hover{
  color: #fff;
}
.ins-page .sidebox .sideright .det2 .content ul li .link:hover i {
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}
.ins-page .sidebox .sideright .det2 .content .line {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.149);
  top: 0;
}
.ins-page .sidebox .sideright .det2 .content .line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 3px;
  height: 80px;
  border-radius: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  -webkit-animation: drop 3s linear infinite;
  -moz-animation: drop 3s linear infinite;
  animation: drop 3s linear infinite;
}
.ins-page .sidebox .sideright .det2 .content .line1 {
  left: 31.53%;
}
.ins-page .sidebox .sideright .det2 .content .line2 {
  right: 31.53%;
}
.ins-page .sidebox .sideright .det3 {
  padding-top: 8.4%;
}
.ins-page .sidebox .sideright .det3 .content ul li .more {
  width: 100%;
  padding: 0;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.ins-page .sidebox .sideright .det3 .content ul li .img-box:hover .more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.ins-page .sidebox .sideright .det4 {
  padding-top: 7.69%;
}
.ins-page .sidebox .sideright .det4 .content ul {
  margin: 0 -26.5px;
}
.ins-page .sidebox .sideright .det4 .content ul li {
  padding: 0 26.5px;
}
.ins-page .sidebox .sideright .det4 .content ul li .img-box {
  border-radius: 10px;
}
.ins-page .sidebox .sideright .det4 .content ul li .text {
  margin-top: 20px;
}
.ins-page .sidebox .sideright .det4 .content ul li .text .title {
  font-size: 25px;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(54, 54, 54, 0.1);
}
.ins-page .sidebox .sideright .det4 .content ul li .text .con {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-top: 8px;
}
.soludet-page .sidebox .sideright .soludet1 .con {
  line-height: 1.67;
}
.soludet-page .sidebox .sideright .soludet2 {
  padding: 9.34% 0 9.18%;
}
.soludet-page .sidebox .sideright .soludet2 ul {
  margin: -14.5px;
  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;
}
.soludet-page .sidebox .sideright .soludet2 ul li {
  padding: 14.5px;
  width: 33.3333%;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig {
  background-color: #f7f7f7;
  border-radius: 10px;
  height: 100%;
  padding: 32px 34px 41px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig i {
  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;
  width: 81px;
  height: 81px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2849c5), to(#172564));
  background-image: -webkit-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: -moz-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: linear-gradient(0deg, #2849c5 0%, #172564 100%);
  border-radius: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig i img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig .text {
  margin-top: 21px;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig .title {
  font-size: 20px;
  line-height: 1.4;
  height: 56px;
  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;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig .con {
  font-size: 15px;
  line-height: 1.3;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2849c5), to(#172564));
  background-image: -webkit-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: -moz-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: linear-gradient(0deg, #2849c5 0%, #172564 100%);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig:hover {
  color: #fff;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig:hover::after {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig:hover i {
  background: #fff;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig:hover i img {
  -webkit-filter: none;
  filter: none;
}
.soludet-page .sidebox .sideright .soludet3 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2849c5), to(#172564));
  background-image: -webkit-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: -moz-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: linear-gradient(0deg, #2849c5 0%, #172564 100%);
  border-radius: 10px;
  color: #fff;
}
.soludet-page .sidebox .sideright .soludet3 .i-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.soludet-page .sidebox .sideright .soludet3 .content {
  position: relative;
  z-index: 1;
}
.soludet-page .sidebox .sideright .soludet3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -20px;
}
.soludet-page .sidebox .sideright .soludet3 .content ul li {
  width: 25%;
  font-size: 18px;
  font-weight: 500;
  padding: 0 20px;
  opacity: .5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.soludet-page .sidebox .sideright .soludet3 .content ul li i {
  width: 12px;
  height: 13px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  margin-top: 13px;
}
.soludet-page .sidebox .sideright .soludet3 .content ul li:hover {
  opacity: 1;
}
.soludet-page .sidebox .sideright .soludet3 .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 14px;
  background: rgba(255, 255, 255, 0.2);
}
.soludet-page .sidebox .sideright .soludet4 {
  padding: 8.471% 0 8.786%;
}
.soludet-page .sidebox .sideright .soludet4 .tab ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
  margin: -16.5px;
}
.soludet-page .sidebox .sideright .soludet4 .tab ul li {
  padding: 16.5px;
}
.soludet-page .sidebox .sideright .soludet4 .tab ul li a {
  display: block;
  background: var(--color1);
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  padding: 11px 21px 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.soludet-page .sidebox .sideright .soludet4 .tab ul li a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2849c5), to(#172564));
  background-image: -webkit-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: -moz-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: linear-gradient(0deg, #2849c5 0%, #172564 100%);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.soludet-page .sidebox .sideright .soludet4 .tab ul li:hover a::after,
.soludet-page .sidebox .sideright .soludet4 .tab ul li.active a::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.soludet-page .sidebox .sideright .soludet4 .content {
  margin-top: 41px;
}
.soludet-page .sidebox .sideright .soludet4 .content ul li {
  -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;
  display: none;
}
.soludet-page .sidebox .sideright .soludet4 .content ul li .img {
  width: 39.06%;
  border-radius: 10px;
  overflow: hidden;
}
.soludet-page .sidebox .sideright .soludet4 .content ul li .text {
  width: 60.94%;
  padding-left: 58px;
}
.soludet-page .sidebox .sideright .soludet4 .content ul li .text .title {
  font-size: 25px;
  line-height: 1.4;
}
.soludet-page .sidebox .sideright .soludet4 .content ul li .text .con {
  font-size: 15px;
  line-height: 1.8;
}
.soludet-page .sidebox .sideright .soludet4 .content ul li .text .bottom {
  margin-top: 31px;
}
.soludet-page .sidebox .sideright .soludet4 .content ul li .text .bottom .tit {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 3px;
}
.soludet-page .sidebox .sideright .soludet4 .content ul li.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.soludet-page .sidebox .sideright .det2 .content ul li {
  width: 23%;
}
/*.soludet-page .sidebox .sideright .det2 .content .line1 {
  left: 25%;
}
.soludet-page .sidebox .sideright .det2 .content .line2 {
  left: 50%;
  right: 0;
}
.soludet-page .sidebox .sideright .det2 .content .line3 {
  left: 75%;
}*/
.key-page .key-1 {
  max-width: 1835px;
  margin: 0 0 0 auto;
  padding-left: 15px;
}
.key-page .key-1 .text {
  width: 46.868%;
}
.key-page .key-1 .text .i-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 25px;
}
.key-page .key-1 .text .con {
  line-height: 1.67;
}
.key-page .key-1 .img {
  width: 53.132%;
  border-radius: 0px 10px 10px 10px;
  overflow: hidden;
}
.key-page .key-1 .img > img {
  width: 100%;
}
.key-page .key-1 .img .logo {
  bottom: 0;
  left: 0;
  background: var(--color1);
  border-radius: 10px;
}
.key-page .key-2 {
  padding: 6.25% 0 6.09375%;
}
.key-page .key-2 .box {
  position: relative;
  z-index: 1;
}
.key-page .key-2 .box .top .img {
  width: 48.3721%;
}
.key-page .key-2 .box .top .text {
  width: 51.6279%;
  background-image: -webkit-linear-gradient(210deg, #2849c5 0%, #172564 100%);
  background-image: -moz-linear-gradient(210deg, #2849c5 0%, #172564 100%);
  background-image: linear-gradient(240deg, #2849c5 0%, #172564 100%);
  border-radius: 10px 10px 0px 0px;
  color: #fff;
}
.key-page .key-2 .box .top .text .title {
  line-height: 1.25;
}
.key-page .key-2 .box .top .text ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 8px;
  margin-bottom: 19px;
}
.key-page .key-2 .box .top .text ul li .tit {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}
.key-page .key-2 .box .top .text ul li .con {
  font-size: 15px;
  line-height: 1.67;
  margin-top: 3px;
}
.key-page .key-2 .box .top .text ul li:last-child {
  margin-bottom: 0;
}
.key-page .key-2 .box .bottom {
  background-color: #f7f7f7;
}
.key-page .key-2 .box .bottom ul li {
  width: 29%;
  position: relative;
}
.key-page .key-2 .box .bottom ul li i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color1);
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
}
.key-page .key-2 .box .bottom ul li span {
  font-size: 15px;
  line-height: 1.67;
  margin-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.key-page .key-2 .box .bottom ul li::after {
  content: '';
  width: 1px;
  height: 69px;
  background: #333;
  opacity: 0.15;
  position: absolute;
  top: -12px;
  right: -20px;
}
.key-page .key-2 .box .bottom ul li:last-child::after {
  display: none;
}
.key-page .key-2 .box:nth-child(even) .top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.key-page .key-2 .box:last-child {
  margin-bottom: 0;
}
.value-page .value-1 {
  padding-top: 6.042%;
}
.value-page .value-1 .left {
  width: 15%;
}
.value-page .value-1 .left .title {
  line-height: 1;
  color: #014099;
}
.value-page .value-1 .left .con {
  font-weight: 500;
  line-height: 1.25;
}
.value-page .value-1 .right {
  width: 74%;
}
.value-page .value-1 .right .title {
  line-height: 1.25;
}
.value-page .value-1 .right .con {
  line-height: 1.67;
}
.value-page .tech-3 {
  padding-bottom: 7.865%;
}
.value-page .value-2 .box {
  max-width: 1835px;
  padding-right: 15px;
}
.value-page .value-2 .box .text {
  background-color: #2f48c6;
  border-radius: 10px 10px 10px 0px;
  color: #fff;
  width: 54.4%;
}
.value-page .value-2 .box .text .title {
  line-height: 1.25;
}
.value-page .value-2 .box .text .con {
  line-height: 1.67;
}
.value-page .value-2 .box .form {
  width: 33.74%;
  background-color: #ffffff;
  border-radius: 10px;
}
.value-page .value-2 .box .form .header .con {
  line-height: 1.3;
}
.value-page .value-2 .box .form form ul {
  margin: -11.5px -14px;
}
.value-page .value-2 .box .form form ul li {
  padding: 11.5px 14px;
}
.value-page .value-2 .box .form form ul li input,
.value-page .value-2 .box .form form ul li textarea,
.value-page .value-2 .box .form form ul li select {
  width: 100%;
  height: 45px;
  background-color: #f7f7f7;
  border-radius: 10px;
  border: 0;
  font-size: 14px;
  padding: 0 16px;
}
.value-page .value-2 .box .form form ul li input::-webkit-input-placeholder, .value-page .value-2 .box .form form ul li textarea::-webkit-input-placeholder, .value-page .value-2 .box .form form ul li select::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.9);
}
.value-page .value-2 .box .form form ul li input:-moz-placeholder, .value-page .value-2 .box .form form ul li textarea:-moz-placeholder, .value-page .value-2 .box .form form ul li select:-moz-placeholder {
  color: rgba(54, 54, 54, 0.9);
}
.value-page .value-2 .box .form form ul li input::-moz-placeholder, .value-page .value-2 .box .form form ul li textarea::-moz-placeholder, .value-page .value-2 .box .form form ul li select::-moz-placeholder {
  color: rgba(54, 54, 54, 0.9);
}
.value-page .value-2 .box .form form ul li input:-ms-input-placeholder, .value-page .value-2 .box .form form ul li textarea:-ms-input-placeholder, .value-page .value-2 .box .form form ul li select:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.9);
}
.value-page .value-2 .box .form form ul li input::placeholder,
.value-page .value-2 .box .form form ul li textarea::placeholder,
.value-page .value-2 .box .form form ul li select::placeholder {
  color: rgba(54, 54, 54, 0.9);
}
.value-page .value-2 .box .form form ul li select {
  color: rgba(54, 54, 54, 0.9);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/arrow.png) no-repeat 500px center #f7f7f7;
}
.value-page .value-2 .box .form form ul li textarea {
  height: 131px;
  padding-top: 9px;
}
.value-page .value-2 .box .form form ul li .more {
  width: 100%;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.seoPublic .Auxil-form .more {
  border: 0;
  height: 40px;
}
.seoPublic #index-body .i-about .text .more {
  color: #fff;
}
@media (max-width: 1800px) {
  .about-page .about-5 .content .bottom .qh {
    width: 92%;
  }
  .faq-page .faq-2 .list ul li .text,
  .contact-page .contact-2 .box div.right .form ul li,
  .case-page .case-3 .list ul li {
    font-size: 16px;
  }
  .downloadBox {
    font-size: 16px;
  }
  .faq-page .faq-2 .list ul li span.h6 {
    font-size: 24px;
  }
  .quality-page .quality-2 .content ul li .text {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
  .quality-page .quality-2 .content::after {
    height: 40vh;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li .tit {
    min-height: 81px;
  }
  .key-page .key-1 {
    max-width: 1430px;
  }
}
@media (max-width: 1450px) {
  .about-page .about-5 .content .bottom .qh ul .slick-current + div li {
    padding-right: 0;
  }
  .about-page .about-5 .content .bottom .qh ul .slick-current + div + div li {
    padding-left: 0;
    text-align: right;
  }
  .inner-page .sidebox .sideleft .tit {
    font-size: 20px;
  }
  .prodet-page .prodet-2 {
    padding: 70px 0;
  }
  .prodet-page .prodet-2 .options ul li {
    font-size: 20px;
  }
  .contact-page .contact-2 .box div.right .form ul li label {
    margin-bottom: .5em;
  }
  .contact-page .contact-2 .box div.right .form ul li {
    font-size: 14px;
  }
  .service-page .service-1 .list {
    height: 450px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 90px;
  }
  .technical-page {
    padding: 90px 0;
  }
  .technical-page .downloadRight .bottom .faq dl dd {
    padding: 15px 20px;
    border-radius: 10px;
  }
  downloadBox {
    font-size: 12px;
  }
  .downloadBox .top span {
    font-size: 1.3em;
  }
  .downloadBox .downloadLeft .top em {
    font-size: 1.5em;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn {
    font-size: 1.2em;
  }
  .faq-page .faq-2 .list ul li span.h6 {
    font-size: 20px;
  }
  .faq-page .faq-2 .list ul li {
    padding: 30px;
  }
  .case-page .case-3 .list ul li {
    font-size: 14px;
  }
  .case-page .case-3 {
    padding-bottom: 80px;
  }
  .inner-page .why-tab ul {
    margin: -30px;
  }
  .inner-page .why-tab ul li {
    padding: 30px;
  }
  .quality-page .quality-2 .i-title {
    width: 46%;
  }
  .quality-page .quality-2 .wz {
    width: 50%;
  }
  .quality-page .quality-2 .content {
    zoom: .86;
  }
  .soludet-page .sidebox .sideright .soludet2 ul li .ig {
    padding: 32px 20px 41px;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li {
    font-size: 16px;
  }
  .key-page .key-1 {
    max-width: 1230px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 1250px) {
  .inner-banner {
    margin-top: 60px;
  }
  .about-page .about-2 .right .i-title {
    width: 100%;
  }
  .about-page .about-3 .top ul li .text {
    padding: 39px 30px 61px 30px;
  }
  .pl-178 {
    padding-left: 70px;
  }
  .about-page .about-3 .bottom .left ul li .ig::after {
    left: 30px;
  }
  .about-page .about-5 .content .bottom .qh ul {
    padding: 0 100px;
  }
  .about-page .about-5 .content .bottom .qh {
    width: 90%;
  }
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-1 .left .bigImg {
    padding-left: 2.5%;
  }
  .technical-page .downloadRight .bottom {
    padding: 20px;
  }
  .technical-page .downloadRight .bottom .faq dl dd span.h6 {
    font-size: 18px;
  }
  .downloadBox {
    font-size: 10px;
  }
  .faq-page .faq-2 .list ul li span.h6 {
    font-size: 18px;
  }
  .faq-page .faq-2 .list ul li .text {
    font-size: 16px;
  }
  .case-page .case-3 .list ul li a.img {
    height: 240px;
  }
  .inner-page .why-tab ul {
    margin: -15px;
  }
  .inner-page .why-tab ul li {
    padding: 15px;
  }
  .why-page .why-2 ul li .img-box .text {
    left: 20px;
    right: 20px;
  }
  .why-page .why-4 .img .slick-list {
    padding-right: 100px;
  }
  .quality-page .quality-2 .wz {
    font-size: 36px;
    right: 15px;
    width: 60%;
  }
  .quality-page .quality-2 .header {
    top: 60px;
  }
  .quality-page .quality-2 .i-title {
    width: 60%;
  }
  .quality-page .quality-2 .content::after {
    height: 33vh;
  }
  .soludet-page .sidebox .sideright .soludet2 ul li .ig .title {
    font-size: 18px;
    height: 70px;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul {
    margin: 0 -10px;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li {
    padding: 0 10px;
    font-size: 14px;
  }
  .soludet-page .sidebox .sideright .soludet4 .content ul li .img {
    width: 100%;
  }
  .soludet-page .sidebox .sideright .soludet4 .content ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .key-page .key-1 {
    max-width: 1000px;
  }
}
@media (max-width: 1000px) {
  .inner-banner {
    height: 300px;
  }
  .about-page .about-1 .box {
    -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;
  }
  .about-page .about-1 .left {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-2 .left {
    width: 100%;
  }
  .about-page .about-2 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .about-page .about-3 .top .content {
    position: initial;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
  }
  .about-page .about-3 .bottom .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-3 .bottom .right {
    display: none;
  }
  .about-page .about-5 .content .top ul {
    margin: 0 -12px;
  }
  .about-page .about-5 .content .top ul li {
    padding: 0 12px;
  }
  .about-page .about-5 .content .top ul li .ig {
    padding: 20px 10px;
  }
  .about-page .about-5 .content .bottom .qh {
    width: 83%;
  }
  .about-page .about-5 .content .bottom .qh ul {
    padding: 0 60px;
  }
  .news-page .sideright ul li .img-box {
    width: 100%;
  }
  .news-page .sideright ul li .text {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .news-page .sideright ul li .text .title {
    font-size: 24px;
  }
  .product-page .sideright .top {
    padding: 20px;
  }
  .product-page .sideright .bottom {
    padding: 20px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .left .smallImg {
    display: none;
  }
  .prodet-page .prodet-1 .left .bigImg {
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 30px;
  }
  .prodet-page .prodet-2 {
    padding-top: 0;
  }
  .prodet-page .prodet-2 .options {
    display: none;
  }
  .prodet-page .prodet-2 .options ul li {
    margin-right: 25px;
  }
  .prodet-page .prodet-2 .ret .slide {
    display: block;
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .ret .content {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
  .service-page .service-1 .list {
    height: 300px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 70px;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .service-page .service-1 .list ul li {
    width: 25%;
  }
  .downloadBox .downloadRight {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .downloadBox .downloadLeft {
    width: 100%;
  }
  .downloadBox {
    display: block;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn a img {
    max-width: 15px;
  }
  .flex-4 > * {
    width: 33.3333%;
  }
  .why-page .i-title {
    font-size: 36px;
  }
  .why-page .why-1 .img {
    width: 100%;
  }
  .why-page .why-1 .text {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .why-page .why-4 .text {
    width: 100%;
    padding-right: 0;
  }
  .why-page .why-4 .img {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
  .tech-page .tech-1 .header {
    width: 100%;
  }
  .tech-page .tech-2 {
    padding-bottom: 30px;
  }
  .tech-page .tech-2 ul li {
    margin-bottom: 30px;
  }
  .tech-page .tech-2 ul li .img {
    width: 100%;
  }
  .tech-page .tech-2 ul li .text {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .tech-page .tech-2 ul li:last-child {
    margin-bottom: 0;
  }
  .tech-page .tech-2 ul li:nth-child(even) .text {
    padding: 30px 0 0 0;
  }
  .quality-page .quality-2 .header {
    position: initial;
  }
  .quality-page .quality-2 .content {
    zoom: 1;
  }
  .quality-page .quality-2 .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .quality-page .quality-2 .content ul li {
    width: 33.3333%;
    padding: 20px 0 !important;
  }
  .quality-page .quality-2 .content::after {
    display: none;
  }
  .quality-page .quality-2 .wz {
    display: none;
  }
  .ins-page .sidebox .sideright .det1 .img {
    width: 100%;
  }
  .ins-page .sidebox .sideright .det1 .text {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .ins-page .sidebox .sideright .det2 .content ul li {
    width: 30%;
  }
  .ins-page .sidebox .sideright .det4 .content ul li .text .title {
    font-size: 20px;
  }
  .key-page .key-1 {
    padding: 0 15px;
  }
  .key-page .key-1 .img {
    width: 100%;
  }
  .key-page .key-1 .text {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .key-page .key-2 .box .top .img {
    width: 100%;
  }
  .key-page .key-2 .box .top .text {
    width: 100%;
  }
  .key-page .key-2 .box .bottom {
    padding: 30px 15px;
  }
  .key-page .key-2 .box .bottom ul li {
    width: 100%;
    margin-bottom: 12px;
  }
  .key-page .key-2 .box .bottom ul li::after {
    display: none;
  }
  .key-page .key-2 .box .bottom ul li:last-child {
    margin-bottom: 0;
  }
  .value-page .value-1 .left {
    width: 100%;
  }
  .value-page .value-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .value-page .value-2 {
    padding: 30px 15px;
  }
  .value-page .value-2 .box .text {
    width: 100%;
  }
  .value-page .value-2 .box .form {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .about-page .about-1 .left .data ul li .num {
    font-size: 30px;
  }
  .pl-178 {
    padding-left: 30px;
  }
  .about-page .about-3 .bottom .left ul li .ig::after {
    left: 10px;
    font-size: 100px;
  }
  .font-40 {
    font-size: 26px;
  }
  .about-page .about-4 .text {
    width: 100%;
  }
  .about-page .about-4 .img {
    width: 100%;
    margin-top: 30px;
  }
  .flex-4 > *,
  .flex-3 > * {
    width: 50%;
  }
  .font-30 {
    font-size: 25px;
  }
  .contact-page .contact-2 .box div.right {
    width: 100%;
    padding: 40px 15px;
  }
  .contact-page .contact-2 .box {
    display: block;
  }
  .contact-page .contact-1 iframe {
    height: 360px;
  }
  .contact-page .contact-1 .box {
    position: static;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 30px;
    padding: 0 15px;
    max-width: none;
  }
  .contact-page .contact-2 .box div.left .FormMoreBtn {
    font-size: 14px;
  }
  .contact-page .contact-2.active .box {
    width: 75%;
  }
  .service-page .service-1 .list {
    height: 200px;
  }
  .service-page .service-1 .list ul li {
    width: 33.33%;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .technical-page .downloadRight .bottom .faq dl dd span.h6 {
    font-size: 16px;
  }
  .technical-page {
    padding: 60px 0;
  }
  .downloadBox .downloadRight .bottom ul li .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .downloadBox .downloadRight .bottom ul li .flex i.icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
  }
  .downloadBox .downloadRight .bottom ul li .flex .content {
    width: 75%;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn {
    width: 100%;
    margin-top: 20px;
  }
  .downloadBox .downloadRight .bottom ul li .flex .content .path {
    font-size: 13px;
  }
  .downloadBox .top img {
    max-width: 24px;
  }
  .faq-page .faq-2 .list ul li {
    padding: 15px;
  }
  .faq-page .faq-2 .list ul li span.h6 {
    font-size: 16px;
  }
  .faq-page .faq-2 .list ul li .text {
    font-size: 14px;
  }
  .case-page .case-3 {
    padding-bottom: 50px;
  }
  .why-page .i-title {
    font-size: 30px;
  }
  .why-page .why-4 .img ul .slick-list {
    padding-right: 0;
  }
  .quality-page .quality-1 .text {
    width: 100%;
  }
  .quality-page .quality-1 .img {
    position: initial;
    width: 100%;
    margin-top: 20px;
    padding: 0 15px;
  }
  .quality-page .quality-2 .i-title {
    width: 100%;
  }
  .quality-page .quality-2 .content ul li {
    width: 50%;
  }
  .ins-page .sidebox .sideright .det2 .content ul {
    margin: -6px;
  }
  .ins-page .sidebox .sideright .det2 .content ul li {
    width: 50%;
    padding: 6px;
  }
  .ins-page .sidebox .sideright .det4 .content ul {
    margin: 0 -13px;
  }
  .ins-page .sidebox .sideright .det4 .content ul li {
    padding: 0 13px;
  }
  .ins-page .sidebox .sideright .det4 .content ul li .text .title {
    font-size: 20px;
  }
  .soludet-page .sidebox .sideright .soludet2 ul li {
    width: 50%;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li {
    width: 50%;
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .inner-banner {
    height: 220px;
  }
  .about-page .about-1 .data ul li {
    width: 50%;
  }
  .about-page .about-2 .right .list ul li {
    font-size: 15px;
    line-height: 2;
  }
  .about-page .about-5 .content .bottom .qh {
    width: 66%;
  }
  .about-page .about-5 .content .bottom .qh ul .slick-current li {
    text-align: center;
  }
  .prodet-page .prodet-1 .right .text_2 {
    font-size: 22px;
    line-height: 1.6;
  }
  .prodet-page .prodet-1 .right .cont_list {
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .ret {
    margin-top: 0;
  }
  .prodet-page .prodet-2 .ret .slide:first-child {
    margin-top: 0;
  }
  .flex-4 > *,
  .flex-3 > * {
    width: 100%;
  }
  .contact-page .contact-1 .box .box2 .list {
    width: 100px;
  }
  .contact-page .contact-1 .box .box2 .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-1 .box .box2 .info ul li .flex {
    display: block;
  }
  .service-page .service-1 .list ul li {
    width: 50%;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .quality-page .quality-2 .content ul li {
    width: 100%;
  }
  .ins-page .sidebox .sideright .det2 .content ul li {
    width: 100%;
  }
  .ins-page .sidebox .sideright .det4 .content ul li .text .title {
    font-size: 20px;
  }
  .soludet-page .sidebox .sideright .soludet2 ul li {
    width: 100%;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li {
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li .tit {
    min-height: auto;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li i {
    margin-bottom: -15px;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li:last-child i {
    margin-bottom: 0;
  }
  .value-page .value-2 .box .text {
    padding: 20px 15px;
  }
}
.honor-page .init-1 .container .left {
  width: 230px;
}
.honor-page .init-1 .container .left .listC .list {
  cursor: pointer;
  margin-top: 80px;
  color: #777777;
}
.honor-page .init-1 .container .left .listC .list .num {
  line-height: 1;
}
.honor-page .init-1 .container .left .listC .list .text {
  margin-top: 10px;
}
.honor-page .init-1 .container .left .listC .list .line {
  height: 5px;
  width: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  background-color: var(--color);
  margin-top: 10px;
}
.honor-page .init-1 .container .left .listC .list:hover,
.honor-page .init-1 .container .left .listC .list.active {
  color: var(--color);
}
.honor-page .init-1 .container .left .listC .list:hover .line,
.honor-page .init-1 .container .left .listC .list.active .line {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.honor-page .init-1 .container .left .listC .list:first-child {
  margin-top: 0;
}
.honor-page .init-1 .container .right {
  width: -webkit-calc(100% - 230px);
  width: -moz-calc(100% - 230px);
  width: calc(100% - 230px);
  padding-left: 120px;
}
.honor-page .init-1 .container .right .list {
  display: none;
  width: 100%;
}
.honor-page .init-1 .container .right .list .listC {
  width: 100%;
  position: relative;
}
.honor-page .init-1 .container .right .list .imgC {
  padding-right: 70px;
  width: -webkit-calc(-150%);
  width: -moz-calc(-150%);
  width: calc(100% - 250px);
  position: relative;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-slide {
  height: auto;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-slide > div {
  height: 100%;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-list {
  height: 100%;
}
.honor-page .init-1 .container .right .list .imgC ul li {
  height: 100%;
  padding: 90px 0;
  width: 30%;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.honor-page .init-1 .container .right .list .imgC ul li .box {
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.4;
  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;
}
.honor-page .init-1 .container .right .list .imgC ul li .box .img img {
  width: 100%;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-current li {
  z-index: 2;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-current li .box {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 2;
  opacity: 1;
}
.honor-page .init-1 .container .right .list .galleryC {
  width: 250px;
  text-align: center;
  padding: 40px 0;
  position: relative;
}
.honor-page .init-1 .container .right .list .galleryC i {
  font-size: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
}
.honor-page .init-1 .container .right .list .galleryC i:hover {
  color: var(--color);
}
.honor-page .init-1 .container .right .list .galleryC .prev {
  top: 0;
  bottom: unset;
}
.honor-page .init-1 .container .right .list .galleryC ul li {
  padding: 10px 0;
}
.honor-page .init-1 .container .right .list .galleryC ul li .box {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  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;
  border-radius: 10px;
  height: 100px;
  cursor: pointer;
  font-size: 16px;
}
.honor-page .init-1 .container .right .list .galleryC ul li .box p {
  overflow-y: auto;
  padding-right: 4px;
  max-height: 100px;
}
.honor-page .init-1 .container .right .list .galleryC ul .slick-current li .box {
  background-color: var(--color);
  color: #fff;
}
.honor-page .init-1 .container .right .list.active {
  display: block;
}
.honor-page .init-1 .container .right .list.active .listC .imgC {
  -webkit-animation: fadeInLeftSmall 0.5s linear;
  -moz-animation: fadeInLeftSmall 0.5s linear;
  animation: fadeInLeftSmall 0.5s linear;
}
.honor-page .init-1 .container .right .list.active .listC .galleryC {
  -webkit-animation: fadeInRightSmall 0.5s linear;
  -moz-animation: fadeInRightSmall 0.5s linear;
  animation: fadeInRightSmall 0.5s linear;
}
@media (max-width: 1250px) {
  .honor-page .init-1 .container .left {
    width: 150px;
  }
  .honor-page .init-1 .container .right {
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
    padding-left: 20px;
  }
  .honor-page .init-1 .container .right .list .imgC {
    padding-right: 20px;
  }
}
@media (max-width: 1000px) {
  .honor-page .init-1 .container .left {
    width: 100%;
  }
  .honor-page .init-1 .container .left .listC {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .honor-page .init-1 .container .left .listC .list {
    margin: 20px 15px 0;
    text-align: center;
  }
  .honor-page .init-1 .container .left .listC .list:first-child {
    margin-top: 20px;
  }
  .honor-page .init-1 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .honor-page .init-1 .container .right .list .imgC {
    width: 100%;
  }
  .honor-page .init-1 .container .right .list .galleryC {
    width: 100%;
  }
  .honor-page .init-1 .container .right .list .galleryC ul li .box {
    height: auto;
    padding: 16px;
  }
  .honor-page .init-1 .container .right .list .imgC {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .honor-page .init-1 .container .right .list .imgC ul .slick-current li .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .honor-page .init-1 .container .right .list .imgC ul li {
    padding: 40px 5px;
    padding-top: 20px;
  }
}
.qualitys{
  padding-top: 66px;
  padding-bottom: 80px;
  background: #f9f9f9
}
.bespoke-page .bespoke-1 {
  padding: 60px 0 90px;
}
.bespoke-page .bespoke-1 .img{
  margin-top: 58px
}
.bespoke-page .bespoke-1 .list ul {
  margin: -15px;
}
.bespoke-page .bespoke-1 .list ul li {
  padding: 15px;
}
.bespoke-page .bespoke-1 .list .img {
  overflow: hidden;
}
.bespoke-page .bespoke-1 .list .img .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
}
.bespoke-page .bespoke-1 .list .img .text {
  padding: 15px;
  background-color: #FFFFFF;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.bespoke-page .bespoke-1 .list .img .text span {
  color: #acacac;
}
.bespoke-page .bespoke-1 .list .img:hover .text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.bespoke-page .bespoke-5 .ui{
padding: 0 100px
}
.bespoke-page .bespoke-5 .box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px
}
.bespoke-page .bespoke-5 .box>div{
  width: 48%;
  position: relative
}
.bespoke-page .bespoke-5 .box>div .text{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0 60px
  }
  .bespoke-page .bespoke-5 .box>div .text .t1{
    	font-size: 20px;
      font-weight: bold
  }
  .bespoke-page .bespoke-5 .box>div .text .cont{
      height: 0;
      overflow: hidden;
      transition: .5s;
      margin-top: 10px
    }
    .bespoke-page .bespoke-5 .box>div:hover .text .cont{
      height: 8em;
      overflow-y: auto
    }
.bespoke-page .bespoke-6 .ui{
	background-color: #ffffff;
	box-shadow: 0px 2px 9px 1px 
		rgba(0, 0, 0, 0.13);
	border-radius: 5px;
  margin-top: 140px;
  padding: 100px
}
.bespoke-page .bespoke-6 .smt{
  max-width: 810px;
  margin: 0;
  margin-top: 20px
}
.bespoke-page .bespoke-6 form{
  margin-top: 40px
}
.bespoke-page .bespoke-6 form textarea{
  width: 100%;
height: 226px;
	border-radius: 5px;
	border: solid 1px #e5e5e5;
  padding: 22px 17px ;
  font-size: 14px
}
.bespoke-page .bespoke-6 form input{
    width: 100%;
  	height: 68px;
     font-size: 14px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #e5e5e5;
    padding: 0 17px ;
    margin-top: 30px
}
.bespoke-page .bespoke-6 form .submit{
  	width: 141px;
	height: 45px;
	background-color: var(--color1);
	border-radius: 22px;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
 transition: .5s
}
.bespoke-page .bespoke-6 form .submit:hover{
  color: var(--color1);
  background: #fff;
  	border: solid 1px var(--color1);
}
.qualitys .customer-2 .ui {
    padding: 80px 100px 100px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 80px;
}
.qualitys .customer-2 .left{
  padding-right: 85px
}
.qualitys .customer-2 .left .text{
  margin-top: 40px;
}
.qualitys .customer-2 .left .text .t1{
  font-size: 20px;
  font-weight: bold;

  line-height: 1.4;
  margin-bottom: 10px
}
.qualitys .customer-2 .left .text p{
  padding-left: 20px;
  	color: #666666;
    font-size: 16px;
    line-height: 2;
    position: relative
}
.qualitys .customer-2 .left .text p::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: .5em;
  	width: 10px;
	height: 10px;
  background: var(--color1);
  border-radius: 50%;
}
.qualitys .customer-2 .right img{
  width: 100%
}
.bespoke-page .about-6 {
  padding: 80px 0;
  background-color: #f9f9f9;
}
.bespoke-page .about-61 {
  background-color: white! important;;
}
.bespoke-page .about-6 .left {
  width: 35%;
  vertical-align: middle;
      line-height: 2;
}
.bespoke-page .about-6 .right {
  padding: 50px 80px;
  background: url(../images/about-6-bg.png) no-repeat center bottom;
  background-size: 100% auto;
  width: 65%;
  vertical-align: middle;
}
.bespoke-page .about-6 .right ul{
  margin: -10px;
}
.bespoke-page .about-6 .right ul li{
  padding: 10px;
}
.bespoke-page .about-6 .right ul li .img-box img{
  width: 100%
}
.bespoke-page .about-2 {
  border-radius: 40px;
  overflow: hidden;
  padding: 100px 0
}
.bespoke-page .about-2 .top {
  height: 460px;
  background: url(/wanma-tech/2026/01/23/shehuizeren.png) no-repeat center;
  background-size: cover;
  padding-top: 200px;
}
.bespoke-page .about-2 .top p {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  color: #FFFFFF;
  margin: auto;
}
.bespoke-page .about-2 .bottom .list {
  margin-top: 50px;
}
.bespoke-page .about-2 .bottom .list ul {
  margin-right: -40px;

}
.bespoke-page .about-2 .bottom .list ul li {
    padding: 10px;
  padding-right: 40px;
  
}
.bespoke-page .about-2 .bottom .list ul li .box{
  	background-color: #ffffff;
	box-shadow: 0px 2px 9px 1px 
		rgba(0, 0, 0, 0.08);
	border-radius: 5px;
  padding: 30px 55px
}
.bespoke-page .about-2 .bottom .list ul li .box p{
  height: 6em;
  overflow-y: auto
}
.bespoke-page .about-2 .bottom .list ul li .box .t1{
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px
}
.bespoke-page .about-2 .bottom .list i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 2px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center
}
.bespoke-page .about-2 .bottom .list i img {
  vertical-align: middle;
}
.bespoke-page .about-2 .ui{
  padding: 80px 100px;
  background: #fff
}
.bespoke-page .about-page .about-2 .bottom .list ul{
   display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bespoke-page .about-page .about-2 .bottom .list ul li{
  display: flex;
  align-items: center
}
.bespoke-page .about-page .about-2 .bottom .list ul li i{
  margin-right: 20px;
  width: 60px
}
.bespoke-page .about-page .about-2 .bottom .list ul li i img{
  filter: brightness(100) invert(1);
  transition: .2s
}

.bespoke-page .about-page .about-2 .bottom .list ul li .t1{
  font-size: 20px;
  font-weight: bold
}
.bespoke-page .about-page .about-2 .bottom .list ul li p{
  	font-size: 16px;
    	color: #666666;
}
.bespoke-page .about-page .about-2 .bottom .list ul li:hover i img{
  filter: none
}
.bespoke-page .about-page .about-2 .bottom .list ul li .text{
  flex: 1
}
@media screen and (max-width: 1200px) {
  .bespoke-page .bespoke-5 .box>div .text{
    padding: 20px
  }
  .bespoke-page .bespoke-6 .ui{
    padding: 50px
  }
  .qualitys .customer-2 .left{
  padding-right: 40px
  }
    .bespoke-page .about-2 .bottom .list ul {
  margin-right: -20px;
}
.bespoke-page .about-2 .bottom .list ul li {
    padding: 10px;
  padding-right: 20px;
}
  .bespoke-page .about-2 .bottom .list ul {
  margin-right: -20px;

}
.bespoke-page .about-2 .bottom .list ul li {
    padding: 10px;
  padding-right: 20px;
  
}
.bespoke-page .about-2 .top {
    height: 400px;
    padding-top: 150px;
  }
  .bespoke-page .about-2 .bottom .list ul {
    margin: -15px;
  }
  .bespoke-page .about-2 .bottom .list ul li {
    padding: 15px;
  }
}
@media screen and (max-width: 1000px) {
    .bespoke-page .bespoke-6 .ui{
    padding: 20px
  }
.bespoke-page .bespoke-5{
  display: none
}
.bespoke-page .bespoke-5 .ui{
padding: 0 15px
}
  .bespoke-page .bespoke-1 {
    padding: 60px 0;
  }
  .qualitys .customer-2 .left{
  padding-right: 0
}
 .qualitys .customer-2 .ui{
  padding: 0 15px;
}
 .bespoke-page .about-6 {
    padding: 60px 0;
  }
  .bespoke-page .about-6 .left {
    width: 100%;
  }
  .bespoke-page .about-6 .right {
    width: 100%;
  }
  .bespoke-page .about-3 .ui{
  padding: 0 15px
}
  .bespoke-page .about-2 .top {
    height: 300px;
    padding-top: 100px;
  }
    .bespoke-page .about-page .about-2 .ui{
  padding: 0 15px;

}
}
@media screen and (max-width: 700px) {
  .bespoke-page .about-6 .right {
    padding: 50px;
  }
  .bespoke-page .about-2 .top {
    height: auto;
    padding: 100px 15px;
  }
}
@media screen and (max-width: 500px) {
  .bespoke-page .about-6 .right {
    padding: 20px;
  }
}
#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;
}

.about-page .about-add1{
  padding-top: 5.521%;
}
.about-page .about-add1 ul{
  margin: -15px;
}
.about-page .about-add1 ul li{
  padding: 15px;
}
.about-page .about-add1 ul li .ig{
  background-image: -webkit-linear-gradient(210deg, #172564 0%, #2849c5 100%);
  background-image: -moz-linear-gradient(210deg, #172564 0%, #2849c5 100%);
  background-image: linear-gradient(240deg, #172564 0%, #2849c5 100%);
  border-radius: 10px;
  color: #fff;
  height: 383px;
  overflow: hidden;
  z-index: 1;
}
.about-page .about-add1 ul li .ig .icon{
  width: 73px;
	height: 73px;
	background-color: #ffffff;
	border-radius: 10px;
}
.about-page .about-add1 ul li .ig .text .title{
  line-height: 1.5;
}
.about-page .about-add1 ul li .ig .text .con{
  line-height: 1.6;
  min-height: 50px;
}
.about-page .about-add1 ul li .ig .bg{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-add1 ul li .ig .bg::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-image: -moz-linear-gradient( 90deg, rgb(33,59,160) 6%, rgba(25,41,111,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(33,59,160) 6%, rgba(25,41,111,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(33,59,160) 6%, rgba(25,41,111,0) 100%);
}
.about-page .about-add1 ul li .ig:hover .bg{
  opacity: 1;
}
.about-page .about-add2 ul{
  margin: -32px -43.5px;
}
.about-page .about-add2 ul li{
  padding: 32px 43.5px;
}
.about-page .about-add2 ul li .img{
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.about-page .about-add2 ul li .img::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-add2 ul li .img img{
  width: 100%;
}
.about-page .about-add2 ul li .img .more{
  position: absolute;
  padding: 0 34px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-add2 ul li:hover .img::after,
.about-page .about-add2 ul li:hover .img .more{
  opacity: 1;
}
.about-page .about-add2 ul li:hover .title{
  color: var(--color);
}
.su-page {
  position: relative;
  z-index: 1;
}
.su-page::after{
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height:1024px;
  top: 366px;
  left: 0;
  background-color: #fafafa;
	border-radius: 0px 50px 0px 0px;
}
.su-page .su1{
  padding-top: 3.75%;
}
.su-page .su2 .header .title{
  color: #e6e6e6;
  line-height: 1;
}
.su-page .su2 .header .tit{
  line-height: 1.25;
  margin-top: -2.5%;
}
.su-page .su2 .header .con{
  line-height: 1.6;
  width: 89%;
  margin: 21px auto 0;
}
.su-page .su2 .content ul{
  margin: -14px;
}
.su-page .su2 .content ul li{
  padding: 14px;
  height: auto;
}
.su-page .su2 .content ul li .ig{
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2849c5), to(#172564));
  background-image: -webkit-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: -moz-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: linear-gradient(0deg, #2849c5 0%, #172564 100%);
  color: #fff;
  border-radius: 10px;
  height: 100%;
}
.su-page .su2 .content ul li .ig .top{
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.su-page .su2 .content ul li .ig i{
  width: 67px;
	height: 67px;
	background-color: #ffffff;
	border-radius: 5px;
}
.su-page .su2 .content ul li .ig span{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.su-page .su3{
  padding: 6.042% 0 5.73%;
}
.su-page .su3 .left{
  width: 62%;
  border-radius: 10px;
  overflow: hidden;
}
.su-page .su3 .right{
  width: 38%;
}
.su-page .su3 .right .title{
  line-height: 1.25;
}
.su-page .su3 .right .ig{
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2849c5), to(#172564));
  background-image: -webkit-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: -moz-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: linear-gradient(0deg, #2849c5 0%, #172564 100%);
  color: #fff;
  border-radius: 10px;
  width: 49.219vw;
  margin-left: -53%;
}
.su-page .su3 .right .ig .con{
  line-height: 1.8;
}
.su-page .su4{
  color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 3.021%; 
}
.su-page .su4 .img{
  width: 56.512%;
  border-radius: 10px;
  overflow: hidden;
}
.su-page .su4 .text{
  width: 38.78%;
}
.su-page .su4 .text ul li{
  border-bottom: 1px solid #fff;
}
.su-page .su4 .text ul li i{
  width: 36px;
}
.su-page .su4 .text ul li span{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.su-page .su5{
  padding-bottom: 5.6771%;
}
.su-page .su5 ul .slick-slide{
  height: auto;
}
.su-page .su5 ul .slick-slide > div{
  height: 100%;
}
.su-page .su5 ul li{
  height: 100%;
}
.su-page .su5 ul li .ig{
  z-index: 1;
  height: 100%;
}
.su-page .su5 ul li .ig .img{
  height: 342px;
}
.su-page .su5 ul li .ig::after{
  content: '';
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 297px;
  background-color: #f7f7f7;
	border-radius: 10px;
}
.su-page .su5 ul li .ig::before{
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85.576%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2849c5), to(#172564));
  background-image: -webkit-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: -moz-linear-gradient(bottom, #2849c5 0%, #172564 100%);
  background-image: linear-gradient(0deg, #2849c5 0%, #172564 100%);
  border-radius: 10px;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.su-page .su5 ul li .ig:hover{
  color: #fff;
}
.su-page .su5 ul li .ig:hover::before{
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.su-page .su5 ul li .ig p{
  line-height: 1.3;
}
@media (max-width: 1680px) {
  .su-page::after{
    height: 50%;
  }
}
@media (max-width: 1450px) {
  .su-page .su3 .left{
    width: 100%;
  }
  .su-page .su3 .right{
    width: 100%;
    margin-top: 20px;
  }
  .su-page .su3 .right .ig{
    margin-left: 0;
    width: 100%;
  }
  .su-page .su4 .text{
    padding-bottom: 70px;
  }
  .su-page .su4 .text ul li span{
    font-size: 18px;
  }
  .su-page .su5 ul li .ig::after{
    height: 200px;
  }
}
@media (max-width: 1250px) {
  .about-page .about-add1 ul li .ig{
    height: 300px;
  }
  .about-page .about-add2 ul{
    margin: -16px -22px;
  }
  .about-page .about-add2 ul li{
    padding: 16px 22px;
  }
  .su-page::after{
    top: 6%;
  }
  .su-page .su4 .content{
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .su-page .su4 .text ul li span{
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .about-page .about-add1 ul li,
  .about-page .about-add2 ul li{
    width: 50%;
  } 
  .su-page .su4{
    background-size: cover;
  }
  .su-page .su5 ul li .ig .img{
    height: 200px;
  }
}
@media (max-width: 700px) {
  .about-page .about-add2 ul{
    margin: -8px -11px;
  }
  .about-page .about-add2 ul li{
    padding: 8px 11px;
  }
  .about-page .about-add2 ul li .img .more{
    white-space: nowrap;
  }
  .su-page .su2 .content ul li .ig span{
    font-size: 18px;
  }
  .su-page .su4 .img{
    width: 100%;
  }
  .su-page .su4 .text{
    width: 100%;
    margin-top: 20px;
  }
  .su-page .su5 ul li .ig .img{
    height: 260px;
  }
}
@media (max-width: 500px) {
  .about-page .about-add1 ul li,
  .about-page .about-add2 ul li{
    width: 100%;
  } 
  .su-page .su5 ul li .ig{
    height: auto;
  }
   .su-page .su5 ul li .ig .img{
    height: auto;
  }
}
.page-header02{
  background: #fff;
}
.page-header02 .menu-btn{
  background: var(--color);
  color: #fff;
}