@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.eot');
  src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Black.woff2') format('woff2'), url('../fonts/Montserrat-Black.woff') format('woff'), url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Anton-Regular.eot');
  src: url('../fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Anton-Regular.woff2') format('woff2'), url('../fonts/Anton-Regular.woff') format('woff'), url('../fonts/Anton-Regular.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
}
body {
  --color: #0876ff;
  font-family: 'Montserrat';
  color: #333;
  font-weight: 400;
  max-width: 1920px;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*background: url(../images/abg.png) no-repeat center bottom #fff;*/
}
.t_1{
   -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1730px;
  margin: 0 auto;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
.more i {
  width: 1.34em;
  height: 1.34em;
  border-radius: 50%;
  background-color: #005acb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 12px;
  position: relative;
  z-index: 1;
}
.more i::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background: var(--color);
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -moz-transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.more:hover {
  color: var(--color);
}
.more:hover i::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}
#header .h-top {
  padding: 24px 0 40px;
  transition: .5s;
}
#header .h-top .info {
  margin: 0 0 0 auto;
  color: #ffffff;
}
#header .h-top .h-search form {
  width: 173px;
  position: relative;
  color: #ffffff;
}
#header .h-top .h-search form input[type="search"] {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  padding: 0 40px 0 17px;
  background: transparent;
}
#header .h-top .h-search form input[type="search"]::-webkit-input-placeholder {
  color:  rgba(255, 255, 255, 0.2);
}
#header .h-top .h-search form input[type="search"]:-moz-placeholder {
  color:  rgba(255, 255, 255, 0.2);
}
#header .h-top .h-search form input[type="search"]::-moz-placeholder {
  color:  rgba(255, 255, 255, 0.2);
}
#header .h-top .h-search form input[type="search"]:-ms-input-placeholder {
  color:  rgba(255, 255, 255, 0.2);
}
#header .h-top .h-search form input[type="search"]::placeholder {
  color:  rgba(255, 255, 255, 0.2);
}
#header .h-top .h-search form input[type="submit"] {
  position: absolute;
  right: 15px;
  top: 13px;
  width: 15px;
  height: 15px;
  border: none;
  background: url(../images/search.png) no-repeat center;
}


#header .h-top .h-language {
  position: relative;
}
#header .h-top .h-language span  {
 width: 40px;
	height: 40px;
	border: solid 1px rgba(255, 255, 255, 0.2);
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  border-radius: 50px;
  margin-left: 12px;
  cursor: pointer;
}
#header .h-top .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 888;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .h-top .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .h-top .h-language ul.sub-menu 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;
  padding: 0 20px;
}
#header .h-top .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .h-top .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .h-top .h-language: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 {
  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;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  /*display: inline-block;*/
  margin: 0 auto;
  width: 100%;
}
#header .nav .ui.menu .menu-box .menu{
   display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  color: #ffffff;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
  font-size: 14px;
  width: 7.53%;
  border-top: 1px solid rgba(255, 255, 255, 0.52);
}
#header .nav .ui.menu .menu-box ul.menu > li>a::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::before,
#header .nav .ui.menu .menu-box ul.menu > li > a.active::before{
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  -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: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-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 > 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:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}

#header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.active,#header.inner {
  -webkit-box-shadow: 0 8px 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 10px rgba(255, 255, 255, 0.2);
}
#header.active .h-top,#header.inner .h-top {
  padding: 15px 0 20px;
}
/*#header.active .nav {
  padding: 12px 0;
}*/
#header.active::before,#header.inner::before {
  left: 0;
  width: 100%;
}
.title,
.i-title {
  font-weight: bold;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner ul li {
  position: relative;
  overflow: hidden;
}
#banner ul li .text {
  top: 56%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
#banner ul li .text .box {
  max-width: 900px;
}
#banner ul li .text .box span {
  font-weight: 200;
  color: var(--color);
}
#banner ul li .text .box .title {
  line-height: 1.14;
  color: #035ead;
  letter-spacing: -2px;
  font-weight: bold;
}
#banner ul li .text .box .con {
  color: #ffffff;
  line-height: 1.5;
  font-weight: 500;
  max-width: 670px;
}
#banner ul li .text .box .title,
#banner ul li .text .box .con,
#banner ul li .text .box span {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul .swiper-slide-active .text .box .title,
#banner ul .swiper-slide-active .text .box .con,
#banner ul .swiper-slide-active .text .box span {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner ul .swiper-slide-active .text .box .title {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  transition-delay: 600ms;
}
#banner ul .swiper-slide-active .text .box .con {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
}
#banner ul .swiper-slide-active .text .box .span {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
#banner .mouse {
  bottom: 65px;
  left: 0;
  width: 100%;
  z-index: 2;
}
#banner .mouse .down {
  font-size: 24px;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 1;
}
#banner .mouse .down::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background: var(--color);
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -moz-transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
#banner .mouse .down:hover {
  color: #fff;
}
#banner .mouse .down:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-60 {
  line-height: 1.2;
}
.font-24 {
  line-height: 1.5;
}
.font-46 {
  line-height: 1.3;
}
.i-tag {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
  display: block;
  padding-bottom: 4px;
}
@-webkit-keyframes img {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes img {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes img {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
#index-body {
  background: url(../images/bg.jpg) no-repeat center top;
}
#index-body .i-category {
  padding: 7.24% 0 7.45%;
}
#index-body .i-category .i-tag {
  border-color: #ececec;
}
#index-body .i-category .top .tit {
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.3;
}
#index-body .i-category .top .con {
  line-height: 2;
  color: #666;
  width: 87%;
}
#index-body .i-category .img-box {
  text-align: center;
  overflow: visible;
  padding-bottom: 40px;
}
#index-body .i-category .img-box img{
  width: auto;
  display: inline-block;
}
#index-body .i-category .nav {
  right: 0;
  top: 0;
  width: 46.6%;
  z-index: 2;
}
#index-body .i-category .nav ul {
  margin: 0 -12px;
}
#index-body .i-category .nav ul .slick-list {
  padding: 0 !important;
}
#index-body .i-category .nav ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .i-category .nav ul .slick-track > div {
  height: auto;
}
#index-body .i-category .nav ul .slick-track > div > div {
  height: 100%;
}
#index-body .i-category .nav ul li {
  padding: 0 12px;
  height: 100%;
}
#index-body .i-category .nav ul li a {
  height: 100%;
  font-size: 16px;
  padding: 14px 15px;
  border: 1px solid #333;
  border-radius: 9px;
  text-align: center;
  opacity: .5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .nav ul .slick-current li a {
  opacity: 1;
}
#index-body .i-category .nav ul .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 18px;
  cursor: pointer;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  font-size: 0;
  border: 0;
  background: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .nav ul .slick-arrow:hover {
  -webkit-filter: none;
  filter: none;
}
#index-body .i-category .nav ul .slick-prev {
  left: -13px;
  background-image: url(../images/prev.png);
}
#index-body .i-category .nav ul .slick-next {
  right: -13px;
  background-image: url(../images/next.png);
}
#index-body .i-category .list {
  padding: 0 35px;
  margin-top: 12px;
}
#index-body .i-category .list ul {
  margin: -18px -15px;
}
#index-body .i-category .list ul li {
  padding: 18px 15px;
}
#index-body .i-category .list ul li .ig {
  height: 498px;
  border: 1px solid rgba(53, 53, 53, 0.2);
  z-index: 1;
}
#index-body .i-category .list ul li .ig .text span,
#index-body .i-category .list ul li .ig .text .tit {
  font-weight: 500;
}
#index-body .i-category .list ul li .ig .text span {
  letter-spacing: -1px;
  line-height: 1.3;
}
#index-body .i-category .list ul li .ig .text .tit {
  line-height: 1.4;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .list ul li .ig .text .tit:hover {
  color: var(--color);
}
#index-body .i-category .list ul li .ig .text .con {
  line-height: 2;
  color: #666;
}
#index-body .i-category .list ul li .ig .img-box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 60%;
  overflow: hidden;
}
#index-body .i-category .list ul li .ig .more {
  bottom: 48px;
  right: 55px;
  position: absolute;
}
#index-body .i-category .list ul li .ig .more i {
  background: var(--color);
}
#index-body .i-category .list ul li .ig .more i::after {
  background: var(--color);
}
#index-body .i-category .list ul li .ig .more:hover {
  color: var(--color);
}
#index-body .advantage{
 background:  linear-gradient(to top ,#daedff,#e2f2ff);
}
#index-body .i-advantage {
  max-width: 1677px;
  padding-left: 15px;
  margin: 0 0 0 auto;
 
}
#index-body .i-advantage .i-tag {
  color: #fff;
  border-color: #fff;
  right: 0;
  top: 77px;
  width: 72.0932%;
  z-index: 3;
}
#index-body .i-advantage .content {
	height: 863px;
  background: var(--color);
}
#index-body .i-advantage .content .left {
  width: 43.442%;
}
#index-body .i-advantage .content .left ul li {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage .content .left ul li a {
  width: 100%;
  height: 100%;
}
#index-body .i-advantage .content .left ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .i-advantage .content .left ul li.active {
  opacity: 1;
  z-index: 2;
  -webkit-animation: img 2s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: img 2s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: img 2s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .i-advantage .content .left ul li.zIndex {
  opacity: 1;
  z-index: 1;
}
#index-body .i-advantage .content .wz {
  left: 33.5%;
  bottom: 100px;
  min-width: 396px;
  color: #fff;
  z-index: 10;
}
#index-body .i-advantage .content .wz .tit {
  font-weight: 500;
  line-height: 1.1;
  min-height: 235px;
}
#index-body .i-advantage .content .wz .tit span {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: bold;
}
#index-body .i-advantage .content .wz .tit span.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .i-advantage .content .right {
  width: 56.558%;
  padding: 11.1312% 9% 0 11.1914%;
  color: #fff;
}
#index-body .i-advantage .content .right .desc {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage .content .right i {
  font-size: 64px;
}
#index-body .i-advantage .content .right .con {
  line-height: 1.7;
  height: auto;
}
#index-body .i-advantage .content .right .slick-current li .desc {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
#index-body .i-advantage .tab {
  right: 110px;
  bottom: 82px;
  z-index: 1;
  width: 144px;
  padding: 26px 0 0 25px;
}
#index-body .i-advantage .tab .next {
  top: 0;
  left: 0;
  font-size: 16px;
  width: 3.25em;
  height: 3.25em;
  border-radius: 50%;
  background: #fff;
  color: var(--color);
}
#index-body .i-about {
  background: url(../images/abg.png) no-repeat center bottom #fff;
  padding: 7.03125% 0 7.3%;
}
#index-body .i-about .top .tit {
  line-height: 1.1;
}
#index-body .i-about .top .con {
  line-height: 1.7;
  color: #666;
}
#index-body .i-about .top .con h1 {
  display: inline;
}
#index-body .i-about .img {
  background-position: center center;
  background-repeat: no-repeat;
  padding: 22.4112% 0 25px;
  margin-top: -61px;
  background-size: auto 100%;
}
#index-body .i-about .img .circle {
  width: 17.5em;
  height: 17.5em;
  top: 39.5%;
  border-radius: 50%;
  background: rgba(8, 117, 255, 0.8);
  right: 15.7%;
  z-index: 1;
  -webkit-clip-path: inset(0 50% 0 50%);
  clip-path: inset(0 50% 0 50%);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body .i-about .img .circle::before,
#index-body .i-about .img .circle::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}
#index-body .i-about .img .circle::before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .i-about .img .circle::after {
  width: 318px;
  height: 1px;
  left: -50%;
}
#index-body .i-about .img .imgs {
  display: inline-block;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body .i-about .img .imgs .play {
  color: #fff;
  font-weight: 500;
}
#index-body .i-about .bottom {
  max-width: 1000px;
  margin: 0 auto;
}
#index-body .i-about .bottom ul li {
  font-weight: 500;
}
#index-body .i-about .bottom ul li .num {
  color: #0876ff;
  letter-spacing: -1px;
  line-height: 1;
}
#index-body .i-about .bottom ul li p {
  color: #999999;
  line-height: 1.4;
  margin-top: 8px;
}
#index-body .i-solution {
  height: 85vh;
  min-height: 200px;
  /*border-bottom: 7px solid #d2e9ff;*/
}
#index-body .i-solution .header {
  top: 63px;
  left: 0;
  width: 100%;
  z-index: 6;
  color: #ffffff;
}

#index-body .i-solution .header .i-tag {
  color: #fff;
  border-color: rgba(236, 236, 236, 0.3);
}
#index-body .i-solution .header .arrow a {
  font-size: 24px;
  width: 2.17em;
  height: 2.17em;
  border-radius: 50%;
  background-color: #ffffff;
  color: var(--color);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .i-solution .header .arrow a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #374854;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-solution .header .arrow a:hover {
  color: #fff;
}
#index-body .i-solution .header .arrow a:hover::after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

#index-body .i-solution .img ul li {
  right: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 0 0 auto;
  /*background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right top;*/
}
#index-body .i-solution .img ul li.active {
  opacity: 1;
  z-index: 2;
  -webkit-animation: img 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: img 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: img 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .i-solution .img ul li.zIndex {
  opacity: 1;
  z-index: 1;
}
#index-body .i-solution .text {
  top: 53.5%;
  -webkit-transform: translateY(-53%);
  -moz-transform: translateY(-53%);
  -ms-transform: translateY(-53%);
  transform: translateY(-53%);
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 6;
}
#index-body .i-solution .text .title {
  line-height: 1.1;
  letter-spacing: -1px;
}
#index-body .i-solution .text .con {
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.6;
}
#index-body .i-solution .text .desc {
  line-height: 2;
}
#index-body .i-solution .text .link {
  width: 16.96em;
  height: 4.542em;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding: 0 28px 0 33px;
  overflow: hidden;
  background-color: #374854;
}
#index-body .i-solution .text .link span {
  height: 100%;
}
#index-body .i-solution .text .link i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  color: #333;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-solution .text .link em {
  letter-spacing: -1px;
}
#index-body .i-solution .text .link::before,
#index-body .i-solution .text .link::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition-property: background-color, border-color, -webkit-transform, -webkit-box-shadow;
  transition-property: background-color, border-color, -webkit-transform, -webkit-box-shadow;
  -moz-transition-property: transform, background-color, border-color, box-shadow, -moz-transform;
  transition-property: transform, background-color, border-color, box-shadow;
  transition-property: transform, background-color, border-color, box-shadow, -webkit-transform, -moz-transform, -webkit-box-shadow;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -moz-transition: 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
#index-body .i-solution .text .link::after {
  background-color: #374854;
  z-index: -2;
}
#index-body .i-solution .text .link::before {
  -webkit-transform: translateY(101%);
  -moz-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  background: #fff;
}
#index-body .i-solution .text .link:hover {
  color: var(--color);
}
#index-body .i-solution .text .link:hover::before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .i-solution .text .link:hover i {
  background: var(--color);
  color: #fff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#index-body .i-solution .text .tit,
#index-body .i-solution .text .con,
#index-body .i-solution .text .desc {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .i-solution .text ul  li .con{
  font-weight: bold;
}
#index-body .i-solution .text ul .slick-current li .tit,
#index-body .i-solution .text ul .slick-current li .con,
#index-body .i-solution .text ul .slick-current li .desc {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#index-body .i-solution .text ul .slick-current li .tit {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  transition-delay: 300ms;
}
#index-body .i-solution .text ul .slick-current li .con {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  transition-delay: 600ms;
}
#index-body .i-solution .text ul .slick-current li .desc {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
}
#index-body .i-solution::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 51.042%;
  height: 100%;
  background: var(--color);
  z-index: 3;
}
#index-body .i-news {
  padding: 7.6042% 0 7.1875%;
}
#index-body .i-news .tab ul li a {
  width: 11.6429em;
  font-weight: 600;
  padding: 19px 0 18px;
  border-radius: 30px;
  border: solid 1px #666666;
}
#index-body .i-news .tab ul li:hover a,
#index-body .i-news .tab ul li.active a {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}
#index-body .i-news .tab ul li:first-child {
  margin-left: 0;
}
#index-body .i-news .arrow {
  top: -23%;
  right: 7%;
}
#index-body .i-news .arrow a {
  width: 2.6em;
  height: 2.6em;
  border-radius: 50%;
  background-color: #666;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .i-news .arrow a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .arrow a:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .i-news .content {
  margin-right: -112px;
  width: 95vw;
}
#index-body .i-news .content ul .slick-list {
  padding-right: 366px !important;
}
#index-body .i-news .content .ig {
  height: 597px;
  background-color: #f8f8f9;
  z-index: 1;
}
#index-body .i-news .content .ig .tit {
  line-height: 1.3;
  font-weight: 500;
}
#index-body .i-news .content .ig .con {
  line-height: 2;
  color: #666;
}
#index-body .i-news .content .ig .bottom {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
#index-body .i-news .content .ig .bottom span {
  font-weight: 600;
  line-height: 1;
  color: var(--color);
  transition: .5s;
}
#index-body .i-news .content .ig:hover .bottom span{
  color: #ffffff;
}
#index-body .i-news .content .ig .bottom em {
  line-height: 1.4;
}
#index-body .i-news .content .ig .bg {
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -moz-transition: 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
#index-body .i-news .content .ig .bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#index-body .i-news .content .ig:hover {
  color: #fff;
}
#index-body .i-news .content .ig:hover .con {
  color: #fff;
}
#index-body .i-news .content .ig:hover .bg {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#index-body .i-network {
  padding-bottom: 7%;
}
#index-body .i-network .i-title {
  position: relative;
  z-index: 1;
}
#index-body .i-network .img {
  margin-top: -93px;
}
#index-body .i-network .img .icon {
  right: 9.6%;
  top: 55%;
}
#index-body .i-network .img .icon i {
  z-index: 1;
  width: 27px;
  height: 27px;
  background-color: #ff0000;
  border-radius: 50%;
}
#index-body .i-network .img .icon i::before,
#index-body .i-network .img .icon i::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  z-index: -1;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .i-network .img .icon i::before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#footer {
  z-index: 1;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding-top: 24px;
}
#footer .f-content .title {
  line-height: 1;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li:hover {
  color: var(--color);
}
#footer .f-content .f-ab a {
  margin-right: 4px;
  color: #000;
}
#footer .f-content .f-ab a:hover {
  color: var(--color);
}
#footer .f-content .f-contact {
  max-width: 369px;
}
#footer .f-content .f-contact dd {
  line-height: 1.8;
}
#footer .f-content .f-contact dd:last-child {
  font-weight: 600;
  line-height: 1.2;
  text-decoration: underline;
}
#footer .f-content .f-form {
  max-width: 578px;
}
#footer .f-content .f-form .left {
  width: 72.32%;
}
#footer .f-content .f-form .left ul {
  margin: -6px -5px;
}
#footer .f-content .f-form .left ul li {
  padding: 6px 5px;
  margin: 0;
}
#footer .f-content .f-form .left ul li input,
#footer .f-content .f-form .left ul li textarea {
  width: 100%;
  height: 59px;
  border: 1px solid rgba(102, 102, 102, 0.1);
  background: transparent;
  font-size: 16px;
  padding: 0 13px;
}
#footer .f-content .f-form .left ul li input::-webkit-input-placeholder, #footer .f-content .f-form .left ul li textarea::-webkit-input-placeholder {
  color: #949494;
}
#footer .f-content .f-form .left ul li input:-moz-placeholder, #footer .f-content .f-form .left ul li textarea:-moz-placeholder {
  color: #949494;
}
#footer .f-content .f-form .left ul li input::-moz-placeholder, #footer .f-content .f-form .left ul li textarea::-moz-placeholder {
  color: #949494;
}
#footer .f-content .f-form .left ul li input:-ms-input-placeholder, #footer .f-content .f-form .left ul li textarea:-ms-input-placeholder {
  color: #949494;
}
#footer .f-content .f-form .left ul li input::placeholder,
#footer .f-content .f-form .left ul li textarea::placeholder {
  color: #949494;
}
#footer .f-content .f-form .left ul li input:focus,
#footer .f-content .f-form .left ul li textarea:focus {
  border-color: var(--color);
}
#footer .f-content .f-form .left ul li textarea {
  height: 140px;
  padding-top: 15px;
}
#footer .f-content .f-form .left ul li.wid-100 {
  width: 100%;
}
#footer .f-content .f-form .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: auto;
}
#footer .f-content .f-form .right button {
  width: 100%;
  height: 100%;
  background: var(--color);
  color: #fff;
  border: 0;
  z-index: 1;
}
#footer .f-content .f-form .right button::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .f-form .right button:hover {
  color: var(--color);
}
#footer .f-content .f-form .right button:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#footer .f-copy {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -2px;
  text-transform: capitalize;
  fill: #333;
}
#footer .f-copy svg text {
  fill: #333;
}
#footer .f-back {
  top: -16.3%;
  right: 0;
  font-size: 20px;
  width: 2.6em;
  height: 2.6em;
  border-radius: 50%;
  background-color: #666666;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}
#footer .f-back::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-back:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 1680px) {
 #index-body .i-solution{
   height: 62vh;
 }
 #index-body .i-solution .text{
   top: 70%;
 }
}
@media screen and (max-width: 1450px) {
  /*#index-body .i-advantage .content .wz{
    bottom: 50%;
  }*/
  #header .nav .ui.menu .menu-box ul.menu > li{
    width: 10%;
  }
 
  #index-body .i-category .nav {
    width: 52%;
  }
  #index-body .i-advantage .content {
    height: 700px;
  }
  #index-body .i-network .img .icon {
    right: 5.6%;
  }
  #index-body .i-news .content {
    width: 97vw;
  }
  #index-body .i-news .content ul .slick-list {
    padding-right: 200px !important;
  }
  #footer .f-content .f-contact {
    max-width: 300px;
  }
   #index-body .i-solution{
   height: 600px;
 }
}
@media screen and (max-width: 1250px) {
  #banner ul li .text {
    top: 50%;
  }
  #banner .mouse {
    bottom: 32px;
  }
 
  #index-body .i-news .content .ig {
    height: 400px;
  }
  #index-body .i-solution .header{
    top: 35px;
  }
  #index-body .i-network .img .icon {
    right: 3%;
  }
  #footer .f-content {
    zoom: .8;
  }
}
@media screen and (max-width: 1000px) {
  #banner ul li .text .box .con {
    color: #fff;
    max-width: 100%;
  }
  #banner ul li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
  }
  #banner .mouse {
    display: none;
  }
  .more {
    font-size: 20px;
  }
  .font-18 {
    font-size: 18px;
  }
  .font-16 {
    font-size: 16px;
  }
  .font-40 {
    font-size: 30px;
  }
  .font-30 {
    font-size: 28px;
  }
  .font-20 {
    font-size: 20px;
  }
  #index-body .i-category .nav {
    position: initial;
    width: 100%;
  }
  #index-body .i-category .content {
    margin-top: 20px;
  }
  #index-body .i-category .top {
    width: 100%;
  }
  #index-body .i-category .list {
    padding: 0;
  }
  #index-body .i-category .list ul li .ig {
    height: auto;
    padding: 18px 15px;
  }
  #index-body .i-category .list ul li .ig .text {
    width: 100%;
  }
  #index-body .i-category .list ul li .ig .img-box {
    position: relative;
  }
  #index-body .i-category .list ul li .ig .more {
    position: initial;
  }
  #index-body .i-advantage .i-tag {
    top: 30px;
  }
  #index-body .i-advantage .content {
    height: auto;
  }
  #index-body .i-advantage .content .right {
    padding: 50px 40px;
  }
  #index-body .i-advantage .content .wz {
    left: 20.5%;
    max-width: 370px;
  }
  /*#index-body .i-advantage .content .wz{
    bottom: 50%;
  }*/
  #index-body .i-advantage .tab {
    right: 20px;
    bottom: 40px;
  }
  #index-body .i-about .top .title {
    width: 100%;
  }
  #index-body .i-about .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #index-body .i-about .img .circle {
    zoom: .6;
    top: 42.5%;
    right: 4%;
  }

  #index-body .i-solution .header {
    position: relative;
    top: 0;
  }
  #index-body .i-solution{
    height: auto;
    padding-top: 40px
  }
  #index-body .i-solution::after{
    width: 100%;
  }
  #index-body .i-solution .text{
    position: relative;
    transform: translate(0);
    z-index: 6;
    top: 0;
  }
  #index-body .i-solution  .img{
    position: relative;
    height: 500px;
    z-index: 5;
    margin: 30px 0;
  }
  #index-body .i-solution .img ul li{
    width: 100%;
  }
  #index-body .i-solution .text .con {
    font-size: 22px;
  }
  #index-body .i-network .img .icon {
    zoom: .7;
  }
  #footer .f-content {
    zoom: 1;
  }
  #footer .f-content .f-nav {
    display: none;
  }
  #footer .f-content .f-form {
    max-width: 100%;
  }
  #footer .f-back {
    top: -12.3%;
  }
  #index-body .i-advantage .content .left{
    width: 100%;
    height: 400px;
  }
  #index-body .i-news .arrow{
    right: 20%;
  }
}
@media screen and (max-width: 700px) {
  .more {
    font-size: 18px;
  }
  .font-60 {
    font-size: 36px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8 !important;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-20 {
    font-size: 18px;
  }
   #index-body .i-news .arrow{
    right: 0;
  }
#index-body .i-solution::after{
  width: 100%;
  opacity: 0.3;
  background: #000000;
}
  #index-body .i-category .list ul {
    margin: -9px -7px;
  }
  #index-body .i-category .list ul li {
    padding: 9px 7px;
  }
  #index-body .i-advantage {
    zoom: .7;
  }
  #index-body .i-solution {
    zoom: .7;
  }
  #index-body .i-about .img .circle {
    zoom: .5;
    top: 43.5%;
  }
  #index-body .i-about .bottom {
    padding: 0;
  }
  #index-body .i-news .content {
    margin-right: 0;
    width: 100%;
  }
  #index-body .i-news .content ul .slick-list {
    padding-right: 0 !important;
  }
  #footer .f-copy {
    display: block;
  }
  #footer .f-copy p {
    display: inline;
  }
  #index-body .i-solution .text .link{
    zoom: 0.8
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .text .box .con {
    display: none;
  }
  .font-40 {
    font-size: 24px;
  }
  .font-36{
    font-size: 20px;
  }
  .font-32{
    font-size: 18px;
  }
  .font-16 {
    font-size: 14px;
    line-height: 2 !important;
  }
  #index-body .i-advantage .content .wz .tit {
    font-size: 22px;
    min-height: 100px;
  }
  #index-body .i-advantage .content .right{
    width: 65%;
   }
  .flex-2 > * {
    width: 100%;
  }
  .font-60 {
    font-size: 30px;
  }
  #index-body .i-category .top .con {
    width: 100%;
  }
  #index-body .i-advantage .content .right {
    padding: 40px 25px;
  }
  #index-body .i-advantage .content .right i {
    font-size: 30px;
  }
  
  #index-body .i-about .top .title {
    font-size: 30px;
  }
  #index-body .i-about .img .circle {
    display: none;
  }
  #index-body .i-about .bottom ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  #index-body .i-about .bottom ul li p {
    font-size: 14px;
  }
  #index-body .i-solution .content .left {
    width: 100%;
  }
   #index-body .i-solution  .img{
     height: 400px;
   }
  #index-body .i-network {
    display: none;
  }
  #index-body .i-news .tab {
    zoom: .7;
  }
  #index-body .i-news .arrow {
    zoom: .6;
    right: 0;
    top: -18%;
  }
  #footer .f-back {
    display: none;
  }
  #footer .f-content .f-contact {
    max-width: 100%;
  }
  #footer .f-content .f-form {
    max-width: 100%;
  }
  #footer .f-content .f-form .left {
    width: 100%;
  }
  #footer .f-content .f-form .right{
    margin-top: 10px;
  }
  .fixed-toolbar {
    display: block;
  }
}
.link {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.link::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #333;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.link:hover::after {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.font-medium {
  font-weight: 500;
}
.inner-banner {
  margin-top: 15%;
}
.inner-banner .title {
  font-size: 120px;
  letter-spacing: -6px;
  line-height: 1;
  font-weight: 500;
}
.inner-banner .box {
  background-color: #f2f2f2;
  margin-top: -41px;
}
.inner-banner .box .left {
  width: 49.8958%;
  padding: 3.29% 0 7.72443% 5.79%;
}
.inner-banner .box .left .mbx {
  line-height: 1.7;
}
.inner-banner .box .left .down {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
  cursor: pointer;
}
.inner-banner .box .left .down::after {
  background: #2d4198;
}
.inner-banner .box .right {
  width: 50.1042%;
}
.inner-banner .down.hide {
  display: none;
}
.inner-banner .tab ul {
  margin: -10px;
}
.inner-banner .tab ul li {
  padding: 10px;
}
.inner-banner .tab ul li a {
  width: 163px;
  display: inline-block;
  padding: 19px 0 18px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  border: solid 1px #333333;
  text-align: center;
}
.inner-banner .tab ul li a::after {
  background: var(--color);
}
.inner-banner .tab ul li a:hover {
  border-color: var(--color);
  color: #fff;
}
.inner-banner .tab ul li a.active{
  border-color: var(--color);
  color: #fff;
}
.inner-banner .tab ul li a.active::after{
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.news-banner .box .left {
  padding-bottom: 11.146%;
}
.contact-banner .box .left {
  padding-bottom: 9.4271%;
}
.product-banner .title {
  font-size: 80px;
  letter-spacing: -2px;
  position: relative;
  z-index: 2;
}
.product-banner .box {
  background: transparent;
  z-index: 1;
}
.product-banner .box .left {
  width: 50%;
  background-color: #f2f2f2;
}
.product-banner .box .left .mbx {
  position: relative;
  z-index: 2;
}
.product-banner .box .right {
  right: 5.73%;
  bottom: 0;
  width: 82.865%;
}
.inner-page .productList ul li .ig {
  height: 498px;
  border: 1px solid rgba(53, 53, 53, 0.2);
  z-index: 1;
}
.inner-page .productList ul li .ig .text span,
.inner-page .productList ul li .ig .text .tit {
  font-weight: 500;
}
.inner-page .productList ul li .ig .text span {
  letter-spacing: -1px;
  line-height: 1.3;
}
.inner-page .productList ul li .ig .text .tit {
  line-height: 1.4;
  color: #cccccc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .productList ul li .ig .text .tit:hover {
  color: var(--color);
}
.inner-page .productList ul li .ig .text .con {
  line-height: 2;
  color: #666;
}
.inner-page .productList ul li .ig .img-box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 60%;
  overflow: hidden;
}
.inner-page .productList ul li .ig .more {
  bottom: 48px;
  right: 55px;
  position: absolute;
}
.inner-page .productList ul li .ig .more i {
  background-color: var(--color);
}
.inner-page .productList ul li .ig .more i::after {
  background: #e91d2d;
}
.inner-page .productList ul li .ig .more {
  color: var(--color);
}
.inner-page .productList ul li .ig .more:hover{
  color: #e91d2d;
}
.faq-page {
  padding: 10.73% 0 6.875%;
}
.faq-page ul li {
  margin-bottom: 70px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.faq-page ul li em {
  width: 49px;
  height: 44px;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  z-index: 1;
}
.faq-page ul li em::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/faq-icon.png) no-repeat center;
  -webkit-filter: brightness(0) opacity(0.6);
  filter: brightness(0) opacity(0.6);
}
.faq-page ul li .title {
  cursor: pointer;
}
.faq-page ul li .title span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.3;
}
.faq-page ul li .title i {
  font-size: 30px;
}
.faq-page ul li .desc .con {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.7;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}
.faq-page ul li.active em::after {
  -webkit-filter: none;
  filter: none;
}

.tech-page {
  background: url(../images/bg.jpg) no-repeat center top #fff;
}
.tech-page .tech-1 {
  padding-top: 7.24%;
}
.tech-page .tech-1 .box {
  max-width: 1382px;
  margin: 0 auto;
}
.tech-page .tech-1 .box .con {
  line-height: 1.7;
}
.tech-page .tech-1 .box ul li .num {
  color: var(--color);
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1;
}
.tech-page .tech-1 .box ul li p {
  color: #999999;
  line-height: 1.5;
}
.tech-page .tech-2 {
  padding-top: 6.5625%;
}
.tech-page .tech-2 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}
.tech-page .tech-2 .left .con {
  line-height: 1.7;
}
.tech-page .tech-2 .right {
  width: 48.765%;
}
.tech-page .tech-2 .right ul li {
  margin-bottom: 23px;
}
.tech-page .tech-2 .right ul li .ig {
  background-color: #f2f2f2;
}
.tech-page .tech-2 .right ul li .ig .img-box {
  height: 383px;
  line-height: 383px;
  text-align: center;
}
.tech-page .tech-2 .right ul li .ig .img-box img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.tech-page .tech-2 .right ul li:last-child {
  margin-bottom: 0;
}
.tech-page .tech-3 {
  padding: 6.3021% 0 7.5521%;
}
.tech-page .tech-3 .top {
  margin: 0 auto;
}
.tech-page .tech-3 .top .con {
  line-height: 1.7;
}
.tech-page .tech-3 .bottom .img-box {
  border-bottom: 12px solid var(--color);
}
.tech-page .tech-4 {
  padding-bottom: 7.34375%;
}
.tech-page .tech-4 .left {
  width: 51.094%;
  background: var(--color);
  color: #fff;
  padding: 3.8021% 1.9271% 8.1771% 5.6771%;
}
.tech-page .tech-4 .left .tit {
  line-height: 1.1;
}
.tech-page .tech-4 .left .con {
  line-height: 1.7;
}
.tech-page .tech-4 .right {
  width: 48.906%;
  background-color: #f2f2f2;
  padding: 1.9792% 5.73% 0 3.073%;
}
.tech-page .tech-4 .right .slickBtn div {
  width: 2.6em;
  height: 2.6em;
  background-color: #666666;
}
.tech-page .tech-4 .right .slickBtn div::after {
  background: var(--color);
}
.tech-page .tech-4 .right .slickBtn div.next {
  margin-left: .6em;
}
.tech-page .tech-4 .right ul li p {
  line-height: 1.7;
  padding: 0 20px;
}
.production-page .production-1 {
  background: url(../images/production-bg.png) no-repeat center top;
}
.production-page .production-1 .top {
  z-index: 1;
}
.production-page .production-1 .left {
  width: 54.177%;
  padding-top: 6.51042%;
}
.production-page .production-1 .left .con {
  line-height: 1.7;
}
.production-page .production-1 .wz {
  right: 0;
  bottom: 59px;
  font-size: 160px;
  font-weight: 900;
  width: 988px;
  line-height: 1;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 1px #d3d8dc;
  letter-spacing: -4px;
}
.production-page .production-2 {
  padding-top: 7.5%;
}
.production-page .production-2 .left {
  background: url(../images/production2-bg.png) no-repeat center;
  background-size: cover;
  width: 40.118%;
}
.production-page .production-2 .left video {
  width: 100%;
  height: 379px;
  -o-object-fit: cover;
  object-fit: cover;
}
.production-page .production-2 .right {
  width: 59.882%;
}
.production-page .production-2 .right .top .tit {
  margin: 0 0 0 auto;
}
.production-page .production-2 .right .top .con {
  line-height: 1.7;
}
.production-page .production-2 .right .bottom {
  margin: 51px 0 0 -32%;
  width: 132%;
}
.production-page .production-2 .right .bottom ul li img {
  width: 100%;
}
.production-page .production-3 {
  padding-top: 6.83%;
  padding-bottom: 11.25%;
}
.production-page .production-3 ul li {
  position: relative;
}
.production-page .production-3 ul li span {
  width: 3.3em;
  height: 3.3em;
  background: var(--color);
  color: #fff;
  border-radius: 50%;
}
.production-page .production-3 ul li::after {
  content: '';
  position: absolute;
  top: 26px;
  right: -97px;
  width: 116px;
  height: 15px;
  background: url(../images/production3-icon.png) no-repeat;
}
.production-page .production-3 ul li:last-child {
  margin-right: 0;
}
.production-page .production-3 ul li:last-child::after {
  display: none;
}
.production-page .production-3 .top ul li:nth-child(1) {
  width: 25%;
}
.production-page .production-3 .top ul li:nth-child(2) {
  width: 28%;
}
.production-page .production-3 .bottom ul li:nth-child(2) {
  width: 34%;
}
.production-page .production-3 .bottom ul li:last-child {
  width: 28%;
}
.production-page .production-3 .bottom ul li::after {
  right: -172px;
}
.production-page .production-3 .bottom ul li:nth-child(2)::after {
  right: -130px;
}


.sus-page .sus-1 {
  padding: 14.74% 0 15.1042%;
  color: #fff;
}
.sus-page .sus-1 .con {
  line-height: 2;
}
.sus-page .sus-2 {
  padding: 6.9271% 0 7.65625%;
}
.sus-page .sus-2 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}
.sus-page .sus-2 .left .con {
  line-height: 2;
}
.sus-page .sus-2 .right {
  width: 59.059%;
}
.sus-page .sus-2 .right .text span {
  line-height: 1;
}
.sus-page .sus-2 .right .text p {
  line-height: 1.7;
}
.sus-page .sus-2 .right .con {
  line-height: 2;
}
.sus-page .sus-2 .right ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sus-page .sus-2 .right ul li:first-child {
  padding-top: 0;
}
.sus-page .sus-3 {
  padding-bottom: 10.521%;
}
.sus-page .sus-3 .box {
  background: var(--color);
  color: #fff;
}
.sus-page .sus-3 .left {
  width: 51.25%;
  padding: 30px 3% 30px 5.6771%;
}
.sus-page .sus-3 .left .con {
  line-height: 2;
}
.sus-page .sus-3 .right {
  width: 48.75%;
}


.m-page {
  margin-top: 30px;
  text-align: center;
}
.m-page a,
.m-page span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  width: 2em;
  height: 2em;
  background: #333;
  color: #fff;
  font-weight: 600;
  margin: .3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-page a:hover,
.m-page span.current {
  background: var(--color);
}
.contact-info {
  max-width: 530px;
}
.contact-info ul li i {
  width: 32px;
  text-align: center;
}
.contact-info ul li span {
  line-height: 1.8;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.support-page .support-1 {
  padding: 6.875% 0 7.5%;
}
.support-page .support-1 .content ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.support-page .support-1 .content ul li .top {
  cursor: pointer;
}
.support-page .support-1 .content ul li .bottom {
  line-height: 2;
  color: #666;
}
.support-page .support-1 .content ul li:last-child {
  padding-bottom: 0;
}
.support-page .support-1 .img {
  right: 147px;
  top: 102px;
  width: 30.521%;
}
.support-page .support-1 .img ul li {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
}
.support-page .support-1 .img ul li.active {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.support-page .support-1 .link {
  background-color: #333333;
  border-radius: 30px;
  padding: 21px 78px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
}
.support-page .support-1 .link::after {
  background: var(--color);
  border-radius: 30px;
}
.support-page .support-2 {
  z-index: 1;
  padding-top: 4.583%;
}
.support-page .support-2 .top .link {
  width: 3.2em;
  height: 3.2em;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
  cursor: pointer;
}
.support-page .support-2 .bottom ul {
  margin: -16.5px -17px;
}
.support-page .support-2 .bottom ul li {
  padding: 16.5px 17px;
  height: auto;
}
.support-page .support-2 .bottom ul li .ig {
  border-radius: 26px;
  border: solid 1px #e5e5e5;
  background: #fff;
  padding: 45px 32px 51px;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.support-page .support-2 .bottom ul li .ig i {
  height: 148px;
  line-height: 148px;
}
.support-page .support-2 .bottom ul li .ig i img {
  display: inline-block;
  vertical-align: middle;
}
.support-page .support-2 .bottom ul li .ig p {
  line-height: 1.7;
}
.support-page .support-2 .bottom ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.support-page .support-2 .bottom ul li .ig:hover {
  border-color: var(--color);
  color: #fff;
}
.support-page .support-2 .bottom ul li .ig:hover i img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.support-page .support-2 .bottom ul li .ig:hover::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.support-page .support-2 .bottom ul li:nth-child(5) .ig,
.support-page .support-2 .bottom ul li:nth-child(6) .ig,
.support-page .support-2 .bottom ul li:nth-child(7) .ig,
.support-page .support-2 .bottom ul li:nth-child(8) .ig {
  padding-bottom: 12px;
}
.support-page .support-2::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 34.17vh;
  background-color: #f2f2f2;
}
.support-page .support-3 {
  padding: 6.875% 0 3.5%;
  z-index: 1;
}
.support-page .support-3 .form ul {
  margin: -23px -30px;
}
.support-page .support-3 .form ul li {
  padding: 23px 30px;
}
.support-page .support-3 .form ul li label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.support-page .support-3 .form ul li input,
.support-page .support-3 .form ul li textarea {
  width: 100%;
  height: 68px;
  border: solid 1px #a7a7a7;
  font-size: 16px;
  padding: 0 15px;
}
.support-page .support-3 .form ul li input:focus,
.support-page .support-3 .form ul li textarea:focus {
  border-color: var(--color);
}
.support-page .support-3 .form ul li .box {
  padding: 50px 25px;
  border: solid 1px #a7a7a7;
}
.support-page .support-3 .form ul li .box span {
  font-weight: 600;
}
.support-page .support-3 .form ul li .box a {
  margin-left: 23px;
  border-radius: 16px;
  background: rgba(51, 51, 51, 0.4);
  padding: 8px 20px 7px;
  line-height: 1;
  color: #fff;
}
.support-page .support-3 .form ul li .box a::after {
  background: var(--color);
  border-radius: 16px;
}
.support-page .support-3 .form ul li input[type="file"] {
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.support-page .support-3 .form ul li .box:hover a::after{
  -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.support-page .support-3 .form ul li textarea {
  height: 246px;
  padding-top: 20px;
}
.support-page .support-3 .form ul li button {
  background: var(--color);
  color: #fff;
  border: 0;
  line-height: 1;
  padding: 23px 97px;
  border-radius: 30px;
  font-weight: 600;
}
.support-page .support-3 .form ul li button::after {
  border-radius: 30px;
}
.support-page .support-3::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34.26vh;
  background-color: #f2f2f2;
}
.support-page .support-4 {
  padding: 6.67% 0 0;
}
.support-page .support-4 .header {
  max-width: 1385px;
  margin: 0 auto;
}
.support-page .support-4 .header .con {
  line-height: 2;
  color: #666666;
}
.support-page #index-body {
  background: transparent;
}
.support-page .i-network {
  padding: 8.021% 0 4.271%;
}
.video-page {
  padding-bottom: 8.96%;
}
.video-page .container {
  width: 1563px;
}
.video-page .video-1 {
  margin-top: -9.132%;
}
.video-page .video-1 .play {
  width: 9.65em;
  height: 9.65em;
}
.video-page .video-2 ul {
  margin: -31px -34.5px;
}
.video-page .video-2 ul li {
  padding: 31px 34.5px;
}
.video-page .video-2 ul li > img {
  width: 100%;
}
.video-page .video-2 ul li .play {
  width: 4.6em;
  height: 4.6em;
}
.download-page {
  padding: 6.9271% 0 8.7%;
}
.download-page ul {
  margin-bottom: -66px;
}
.download-page ul li {
  padding: 29px 0 66px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  width: 42.493%;
  margin: 63px 0 0 88px;
}
.download-page ul li .top {
  cursor: pointer;
}
.download-page ul li .con {
  line-height: 1.7;
  color: #666666;
}
.download-page ul li .img .btn {
  right: 30px;
  bottom: 51px;
}
.download-page ul li:first-child {
  width: 52%;
  border-top: 0;
  padding-top: 0;
  margin: 0 0 0 0;
}
.download-page ul li:nth-child(even) {
  padding-right: 0;
}
.solutions-page {
  padding: 7.5% 0 20.1042%;
}
.solutions-page ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.solutions-page ul li .top i {
  font-size: 30px;
}
.solutions-page ul li .con {
  line-height: 1.7;
  max-width: 1031px;
  margin: 16px 0 0 auto;
}
.solutions-page ul li .img .link {
  position: absolute;
  padding: 110px 97px 107px;
  border-radius: 50%;
  background: rgba(8, 117, 255, 0.5);
}
.solutions-page ul li .img .link::after {
  background: var(--color);
}
.solutions-page ul li:last-child {
  padding-bottom: 0;
}
.soludet-page {
  background: url(../images/bg.jpg) no-repeat center top 36%;
}
.soludet-page .soludet-1 {
  padding-top: 6.875%;
}
.soludet-page .soludet-1 .top {
  max-width: 1190px;
  margin: 0 auto;
}
.soludet-page .soludet-1 .top .con {
  line-height: 1.7;
}
.soludet-page .soludet-1 .bottom {
  text-align: left;
}
.soludet-page .soludet-1 .bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -26px -19.5px;
}
.soludet-page .soludet-1 .bottom ul li {
  width: 33.3333%;
  padding: 26px 19.5px;
  height: auto;
  list-style-type: none !important;
}
.soludet-page .soludet-1 .bottom ul li .ig {
  height: 100%;
  background-color: #f2f2f2;
  border-radius: 22px;
  padding: 44px 20px 52px 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.soludet-page .soludet-1 .bottom ul li .ig .title {
  width: 60%;
}
.soludet-page .soludet-1 .bottom ul li .ig .tit {
  font-size: 30px;
  font-weight: 500;
  min-height: 90px;
}
.soludet-page .soludet-1 .bottom ul li .ig i {
  line-height: 269px;
  display: block;
  text-align: center;
  margin-top: 87px;
}
.soludet-page .soludet-1 .bottom ul li .ig i img {
  display: inline-block;
  vertical-align: middle;
}
.soludet-page .soludet-1 .bottom ul li .ig .con {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 66px;
}
.soludet-page .soludet-1 .bottom ul li .ig:hover {
  background: var(--color);
  color: #fff;
}
.soludet-page .soludet-1 .bottom ul li .ig:hover i img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.soludet-page .soludet-1 .bottom ul li:nth-child(1) .ig {
  padding: 38px 0 0 42px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(242, 242, 242, 0.7)), to(#ffffff));
  background: -webkit-linear-gradient(top, rgba(242, 242, 242, 0.7) 1%, #ffffff 100%);
  background: -moz-linear-gradient(top, rgba(242, 242, 242, 0.7) 1%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(242, 242, 242, 0.7) 1%, #ffffff 100%);
}
.soludet-page .soludet-1 .bottom ul li:nth-child(1) .ig:hover {
  color: inherit;
}
.soludet-page .soludet-2 {
  padding-top: 6.9271%;
}
.soludet-page .soludet-2 ul {
  margin: 0 -46.5px;
}
.soludet-page .soludet-2 ul li {
  padding: 0 46.5px;
}
.soludet-page .soludet-2 ul li img {
  width: 100%;
}
.soludet-page .soludet-3 {
  padding-top: 6.771%;
}
.soludet-page .soludet-4 {
  padding-top: 7.3%;
}
.soludet-page .soludet-4 ul li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.soludet-page .soludet-4 ul li img {
  width: 100%;
}
.soludet-page .soludet-4 ul .slick-current + div,
.soludet-page .soludet-4 ul .slick-current + div + div + div {
  padding-top: 66px;
}
.soludet-page .soludet-5 {
  padding-top: 6%;
}
.soludet-page .soludet-5 .left {
  width: 15.412%;
  border-radius: 50%;
}
.soludet-page .soludet-5 .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: url(../images/soludet5-bg.png) no-repeat center;
  padding: 67px 50px 76px 186px;
  background-size: 100% 100%;
}
.soludet-page .soludet-5 .right i {
  top: 37px;
  left: 125px;
}
.soludet-page .soludet-6 {
  padding: 6.51042% 0 7.34375%;
}
.soludet-page .soludet-6 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}
.soludet-page .soludet-6 .right .top ul {
  margin: -7.5px -7px;
}
.soludet-page .soludet-6 .right .top ul li {
  padding: 7.5px 7px;
  height: auto;
}
.soludet-page .soludet-6 .right .top ul li .ig {
  background-color: #f7f7f7;
  border-radius: 17px;
  padding: 26px 22px 31px 32px;
  height: 100%;
}
.soludet-page .soludet-6 .right .top ul li .ig p {
  margin-top: 18px;
}
.soludet-page .soludet-6 .right .top ul li .ig .share {
  margin-top: 18px;
}
.soludet-page .soludet-6 .right .top ul li .ig .share a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  background-color: #d9d9d9;
  margin-right: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.soludet-page .soludet-6 .right .top ul li .ig .share a:last-child {
  margin-right: 0;
}
.soludet-page .soludet-6 .right .top ul li .ig .share a:hover {
  background: var(--color);
  color: #fff;
}
.soludet-page .soludet-6 .right .bottom {
  background-color: #f7f7f7;
  border-radius: 17px;
  padding: 27px 35px 69px 32px;
}
.soludet-page .soludet-6 .right .bottom form ul li {
  margin-bottom: 43px;
}
.soludet-page .soludet-6 .right .bottom form ul li label {
  font-size: 22px;
  font-weight: 500;
  display: block;
  margin-bottom: 7px;
}
.soludet-page .soludet-6 .right .bottom form ul li input,
.soludet-page .soludet-6 .right .bottom form ul li textarea {
  width: 100%;
  height: 79px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 0;
}
.soludet-page .soludet-6 .right .bottom form ul li button {
  background-color: #0875ff;
  color: #fff;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  padding: 22px 21px;
  font-weight: bold;
}
.soludet-page .soludet-6 .right .bottom form ul li button::after {
  border-radius: 0;
}
.soludet-page .soludet-6 .right .bottom form ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1680px) {
  .inner-banner .title {
    font-size: 100px;
  }
  .production-page .production-3 .bottom ul li::after,
  .production-page .production-3 .bottom ul li:nth-child(2)::after {
    right: -95px;
  }
  
  .download-page ul li {
    margin: 63px 0 0 70px;
  }
  .soludet-page {
    background-position: center 30%;
  }
  
}
@media screen and (max-width: 1450px) {
  .inner-banner .title {
    font-size: 80px;
    letter-spacing: -3px;
  }
  
  .support-page .support-3 .box {
    padding: 0 20px;
  }
  .support-page .support-3 .form ul {
    margin: -12px -15px;
  }
  .support-page .support-3 .form ul li {
    padding: 12px 15px;
  }
  .video-page .video-1 {
    margin-top: -6%;
  }
  .download-page ul li {
    margin: 63px 0 0 60px;
  }
  
}
@media screen and (max-width: 1250px) {
  .production-page .production-1 .wz {
    width: 776px;
    font-size: 130px;
  }
  .production-page .production-3 ul li::after {
    right: -70px;
  }
  
  .sus-page .sus-1 .right {
    margin-left: 60px;
  }
 
 
  .support-page .support-1 .img {
    right: 80px;
  }
  .support-page .support-2 .bottom ul {
    margin: -8px -9px;
  }
  .support-page .support-2 .bottom ul li {
    padding: 8px 9px;
  }
  .support-page .support-2 .bottom ul li .ig {
    padding: 23px 15px;
  }
  .support-page .support-3 .box {
    padding: 0;
  }
  .support-page .support-3 .form ul li label {
    font-size: 14px;
  }
  .support-page .support-3 .form ul li input,
  .support-page .support-3 .form ul li textarea {
    font-size: 14px;
  }
  .video-page .video-1 {
    margin-top: 30px;
  }
  .download-page ul li {
    margin: 63px 0 0 47px;
  }
  .soludet-page {
    background-position: center 20%;
  }
  .soludet-page .soludet-1 .bottom ul li .ig .title {
    width: 75%;
  }
  .soludet-page .soludet-1 .bottom ul li .ig i,
  .soludet-page .soludet-1 .bottom ul li .ig .con {
    margin-top: 30px;
  }
  .soludet-page .soludet-1 .bottom ul li .ig .tit {
    font-size: 24px;
  }
  .soludet-page .soludet-5 .right {
    padding: 67px 30px 76px 130px;
  }
  .soludet-page .soludet-5 .right i {
    left: 80px;
  }
  
 
}
@media screen and (max-width: 1000px) {
  .faq-page ul li .title span {
    font-size: 25px;
  }
  .font-26 {
    font-size: 22px;
  }
  .tech-page .tech-1 .number-Plus {
    padding: 30px 0 0;
  }
  .tech-page .tech-1 ul li p {
    font-size: 14px;
  }
  .tech-page .tech-2 .right ul li .ig .img-box {
    height: 200px;
    line-height: 200px;
  }
  .tech-page .tech-4 .left {
    padding: 3.8021% 1.9271% 8.1771% 3%;
  }
  .production-page .production-1 .top .left {
    width: 100%;
  }
  .production-page .production-1 .top .left .con {
    width: 100%;
  }
  .production-page .production-1 .top .wz {
    display: none;
  }
  .production-page .production-3 ul li {
    width: 49% !important;
  }
  .production-page .production-3 ul li::after {
    right: -40px !important;
  }
  
  .sus-page .sus-1 .left {
    width: 100%;
  }
  .sus-page .sus-1 .right {
    margin: 20px 0 0 0;
  }
  .sus-page .sus-2 .left {
    width: 100%;
    position: initial;
  }
  .sus-page .sus-2 .right {
    width: 100%;
    margin-top: 30px;
  }
  .sus-page .sus-3 .left {
    padding: 30px 15px !important;
  }
  .support-page .support-1 .img{
    display: none;
  }
  .support-page .support-2 .bottom ul li {
    width: 33.3333%;
  }
  .support-page .support-2 .bottom ul li .ig .title {
    font-size: 20px;
  }
  .support-page .support-2 .bottom ul li .ig p {
    font-size: 16px;
  }
  .support-page .support-3 .form ul li {
    width: 50%;
  }
  .support-page .support-3 .form ul li.wid-100 {
    width: 100%;
  }
  .download-page ul {
    padding-right: 0;
  }
  .download-page ul li {
    margin: 0;
    width: 47%;
  }
  .download-page ul li:first-child {
    width: 100%;
  }
  .download-page ul li .top {
    font-size: 24px;
  }
  .solutions-page ul li .img {
    margin-top: 30px;
  }
  .solutions-page ul li .img .link {
    padding: 61px 49px 60px;
  }
  .soludet-page {
    background-position: center 30%;
  }
  .soludet-page .soludet-1 .bottom ul li {
    width: 50%;
  }
  .soludet-page .soludet-1 .bottom ul li:nth-child(1) {
    width: 100%;
  }
  .soludet-page .soludet-1 .bottom ul li:nth-child(1) .ig {
    padding: 30px 20px;
  }
  .soludet-page .soludet-2 ul {
    margin: 0 -23px;
  }
  .soludet-page .soludet-2 ul li {
    padding: 0 23px;
  }
  .soludet-page .soludet-5 .left {
    width: 30%;
  }
  .soludet-page .soludet-5 .right {
    padding: 30px 30px 30px 60px;
  }
  .soludet-page .soludet-5 .right i {
    position: initial;
  }
  .soludet-page .soludet-6 .left {
    width: 100%;
    position: initial;
  }
  .soludet-page .soludet-6 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
 
}
@media screen and (max-width: 700px) {
  .flex-3 > * {
    width: 50%;
  }
  .tech-page .tech-1 ul li {
    width: 50%;
  }
  .tech-page .tech-2 .left {
    width: 100%;
    position: initial;
  }
  .tech-page .tech-2 .right {
    width: 100%;
    margin-top: 20px;
  }
  .tech-page .tech-3 .top {
    width: 100%;
  }
  .tech-page .tech-4 .left {
    width: 100%;
  }
  .tech-page .tech-4 .right {
    width: 100%;
    padding: 30px 15px;
  }
  .production-page .production-2 .left {
    width: 100%;
  }
  .production-page .production-2 .right {
    width: 100%;
    padding: 20px 0 0;
  }
  .production-page .production-2 .right .bottom {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .production-page .production-3 ul li {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .production-page .production-3 ul li::after {
    display: none;
  }
  .production-page .production-3 ul li:last-child {
    margin-bottom: 0;
  }
  .production-page .production-3 .top,
  .production-page .production-3 .bottom {
    padding-left: 0;
    padding-right: 0;
  }
  
  .support-page .support-1 .content ul li .bottom {
    width: 100%;
  }
  .support-page .support-1 .img {
    display: none;
  }
  .support-page .support-2 .top {
    padding-right: 0;
  }
  .support-page .support-2 .bottom ul li {
    width: 50%;
  }
  .support-page .i-network {
    display: none;
  }
  .video-page .video-2 ul {
    margin: -15px -10px;
  }
  .video-page .video-2 ul li {
    padding: 15px 10px;
  }
  .download-page ul {
    margin-bottom: -33px;
  }
  .download-page ul li {
    padding-bottom: 30px;
    width: 100%;
  }
  .solutions-page ul li .img .link {
    padding: 32px 20px 31px;
  }
  .soludet-page .soludet-1 .bottom ul li {
    width: 100%;
  }
  .soludet-page .soludet-2 ul {
    margin: 0 -12px;
  }
  .soludet-page .soludet-2 ul li {
    padding: 0 12px;
  }
  .soludet-page .soludet-5 .left {
    width: 100%;
  }
  .soludet-page .soludet-5 .right {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .soludet-page .soludet-6 .right .top ul li {
    width: 100%;
  }
  .inner-page .productList ul li .ig {
    height: auto;
    padding-bottom: 20px;
  }
  .inner-page .productList ul li .ig .text {
    width: 100%;
  }
  .inner-page .productList ul li .ig .img-box {
    position: initial;
  }
  .inner-page .productList ul li .ig .more {
    position: initial;
  }
  
}
@media screen and (max-width: 500px) {
  .faq-page ul li .title span{
    font-size: 20px;
  }
  .flex-3 > * {
    width: 100%;
  }
 
  
  .support-page .support-2 .bottom ul li {
    width: 100%;
  }
  .support-page .support-3 .form ul li {
    width: 100%;
  }
  .support-page .support-3 .form ul li .box a {
    margin-left: 11px;
  }
  .video-page .video-1 .play {
    zoom: .5;
  }
  .download-page ul li .top {
    font-size: 20px;
  }
  .soludet-page .soludet-6 .right .top ul li .ig,
  .soludet-page .soludet-6 .right .bottom {
    padding: 13px 11px 15px 16px;
  }
 
 
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.seoPublic .Auxil-news .list ul li .content p{
  font-weight: 400;
}

/*prodect-page*/


.product-page .container .product_left {
    width: 30%;
    position: sticky;
    top: 100px;
}
.product-page .container .product_left .search_cont {
    position: relative;
}
.product-page .container .product_left .search_cont .text {
    width: 100%;
    border-radius: 72px;
    border: 1px solid #eee;
    padding: 20px 30px;
    padding-right: 80px;
    color: #000;
    line-height: 1;
}
.product-page .container .product_left .search_cont .btn {
    width: 62px;
    height: 62px;
    right: 1px;
    position: absolute;
    top: 1px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
}
.product-page .container .product_left .item {
    margin-top: 30px;
    border: 1px solid #eee;
    padding: 40px;
}
.product-page .container .product_left .item .tips {
    font-weight: bold;
}
.product-page .container .product_left .item .nav_cont {
    margin-top: 26px;
}
.product-page .container .product_left .item .nav_cont li {
    margin-top: 10px;
}
.product-page .container .product_left .item .nav_cont li:first-child {
    margin-top: 0;
}
.product-page .container .product_left .item .nav_cont li a {
    display: block;
    padding: 18px 45px 18px 20px;
    background: #f1f1f1;
    font-size: 18px;
    color: #7a7777;
    line-height: 32px;
    /*text-transform: uppercase;*/
    position: relative;
}
.product-page .container .product_left .item .nav_cont li a i {
    position: absolute;
    right: 20px;
    top: 19px;
    display: inline-block;
    transition: .5s;
}
.product-page .container .product_left .item .nav_cont li a i.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.product-page .container .product_left .item .nav_cont li a:hover,
.product-page .container .product_left .item .nav_cont li a.active {
    color: #fff;
    background-color: var(--color);
}
.product-page .container .product_left .item .nav_cont li .nav_cont_item {
    display: none;
    padding-left: 20px;
}
.product-page .container .product_left .item .nav_cont li .nav_cont_item.active{
    display: block;
}
.product-page .container .product_left .item .nav_cont li .nav_cont_item li {
    margin-top: 10px;
}
.product-page .container .product_left .item .nav_cont li .nav_cont_item li a {
    padding: 6px 20px;
}
.product-page .container .product_left .item .contact_cont {
    margin-top: 30px;
}
.product-page .container .product_left .item .contact_cont li {
    margin-top: 20px;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
    box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
}
.product-page .container .product_left .item .contact_cont li .img {
    width: 34px;
    height: 34px;
}
.product-page .container .product_left .item .contact_cont li .text {
    width: -webkit-calc(66%);
    width: -moz-calc(66%);
    width: calc(100% - 34px);
    padding-left: 15px;
    margin-top: 4px;
}
.product-page .container .product_left .item .contact_cont li:first-child {
    margin-top: 0;
}
.product-page .container .product_right {
    width: 70%;
    padding-left: 60px;
}
.product-page .container .product_right .top {
  padding: 20px;
  position: relative;
  color: white;
}
.product-page .container .product_right .top:before {
  content: '';
  width: 120%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  z-index: -1;
  background-image: linear-gradient(to left,black,var(--color));
  position: absolute;
  left: 0;
  top: 0;
}
.product-page .container .product_right .cat_name {
    font-weight: bold;
}
.product-page .container .product_right .cat_des {
    margin: 20px 0 20px 0;
    color: rgba(0, 0, 0, 0.7);
}
.product-page .container .product_right .content ul {
    margin: 0 -10px;
}
.product-page .container .product_right .content ul > p{
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 20px;
}
.product-page .container .product_right .content ul li {
    padding: 0 10px;
    margin-top: 40px;
}
.product-page .container .product_right .content ul li .box{
    border: 1px solid #eee;
}
.product-page .container .product_right .content ul li .box a {
    display: block;
}
.product-page .container .product_right .content ul li .box a img {
    width: 100%;
}
.product-page .container .product_right .content ul li .box .img img {
    width: 100%;
}
.product-page .container .product_right .content ul li .box .cont {
    position: relative;
    border-top: 1px solid #eee;
    background: #fff;
    padding: 15px 15px 20px;
}
.product-page .container .product_right .content ul li .box .cont .title {
    font-weight: 600;
    text-transform: capitalize;
    /*text-transform: uppercase;*/
}
.product-page .container .product_right .content ul li .box .cont .des {
    margin-top: 10px;
}
.product-page .container .product_right .content ul li .box .cont .line {
    width: 20px;
    height: 1px;
    background: #000;
    margin-top: 4px;
}
.product-page .container .product_right .content ul li .box:hover .cont {
    background-color: var(--color);
    color: #fff;
}
.product-page .container .product_right .content ul li .box:hover .cont .line {
    background-color: #fff;
}

@media screen and (max-width: 1250px) {
  .product-page .container .product_right {
    width: 100%;
    padding-left: 0;
  }
  .product-page .container .product_left {
    display: none;
  }
}

.prodet-page .prodet-1 .left .big a{
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prodet-page .prodet-1 .left .small img{
  border: 1px solid #eeeeee;
}
.prodet-page .prodet-1 .right .m-link a{
  line-height: 2;
}
.prodet-page .prodet-1 .right .m-link a:hover{
  color: var(--color);
}
.prodet-page .prodet-2 .options {
  background-color: #f6f6f6;
}
.prodet-page .prodet-2 .options span {
  padding: 1.8em;
  border-bottom-right-radius: 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .options span:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options span:hover,
.prodet-page .prodet-2 .options span.active {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .options span:hover:before,
.prodet-page .prodet-2 .options span.active:before {
  background-color: white;
}
.prodet-page .prodet-2 .form input,
.prodet-page .prodet-2 .form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  padding: .5em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .form input:focus,
.prodet-page .prodet-2 .form textarea:focus {
  border-bottom-color: var(--color);
}
.prodet-page .prodet-2 .form textarea {
  height: 120px;
}
.prodet-page .prodet-2 .form button {
  border: none;
  background: none;
}
.prodet-page .prodet-3 .img-box{
  border: 1px solid #eee;
}
.prodet-page .prodet-4 {
  background-color: #f6f6f6;
}
.prodet-page .prodet-4 .left {
  direction: rtl;
}
.prodet-page .prodet-4 .img {
  height: 100%;
  width: 125%;
}
.prodet-page .prodet-4 .right {
  padding: 5%;
  padding-right: 0;
}
.prodet-page .prodet-6 {
  background-color: #f8f8f8;
}
.prodet-page .prodet-6 li {
  padding: 14% 7% 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}
.prodet-page .prodet-6 li a.link {
  width: 2em;
  height: 2em;
  line-height: 1;
  border-radius: 100%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-top: 1.5em;
  margin: 0 auto;
  color: var(--color2);
}
.prodet-page .prodet-6 li a.link i {
  font-size: 3em;
  line-height: .1;
  display: block;
}
@media screen and (max-width: 1000px){
  .prodet-page .prodet-4 {
    padding: 10% 0;
  }
  .prodet-page .prodet-4 .img {
    height: 50vw;
    width: 100%;
  }
}
@media screen and (max-width: 500px){
  .prodet-page .prodet-2 .options span{
    padding: 20px 12px;
  }
}

.seoPublic #index-body .i-news{
  padding: 0;
}

/*about-page*/


.about-page .about-1 .about-img img {
    border-radius: 20px;
}

.about-page .about-1 .about-txt {
    background-color: #f4f5f9;
    border-radius: 10px;
    width: 85%;
    margin: -10% auto 0;
    position: relative;
    z-index: 1;
}

.about-page .about-1 .about-txt .desc {
    color: #666666;
    line-height: 1.7;
}

.about-page .about-2 {
  position: relative;
  overflow: hidden;
}
.about-page .about-2 .swiper{
    padding: 60px 0;
    margin: 0 150px;
}
.about-page .about-2 .mk-tt{ 
    color: #fff;
}
.about-page .about-2 .swiper .h6{
    line-height: 2;
    color: #fff;
}

.about-page .about-2 .swiper .text{
    line-height: 2;
    padding-right: 20px;
    color: #fff;
}  
.about-page .about-2 .swiper .swiper-wrapper{
    align-items: flex-end;
}
.about-page .about-2 .swiper .swiper-slide .box{
    position: relative;
}
.about-page .about-2 .swiper .swiper-slide .box .line{
    display: block;
    height: 1px;
    background: #dcdcdc;
    position: relative;
    width: 100%;
    margin: 20px 0 10px;
}
.about-page .about-2 .swiper .swiper-slide .box .line:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color);
    -webkit-transition: 6.5s linear;
    -moz-transition: 6.5s linear;
    transition: 6.5s linear;
}
.about-page .about-2 .swiper .swiper-slide .box .line i{
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #787878;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-2 .swiper .swiper-slide .box .line i:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color);
    border-radius: inherit;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.about-page .about-2 .swiper .swiper-slide.swiper-slide-active .box .line:before {
    width: 100%
}

.about-page .about-2 .swiper .swiper-slide.swiper-slide-active .box .line i {
    left: 3px;
    background-color: var(--color)
}

.about-page .about-2 .swiper .swiper-slide.swiper-slide-active .box .line i:after {
    opacity: .5
}


.about-page .about-2 .zdy-switch>div{
    position: absolute;
    margin-top: -25px;
    background-color: #fff;
}
.about-page .about-2 .zdy-switch>div:hover{
    background-color: var(--color);
}
.about-page .about-3 .brands-list ul li .box {
    background-color: #f4f5f9;
    border-radius: 5px;
        padding: 60px 30px 80px;
    transition: all 0.5s;
}
.about-page .about-3 .brands-list ul li .box a {
  /*display: flex;*/
}
.about-page .about-3 .brands-list ul li .box a img{
  width: unset;
}
.about-page .about-3 .brands-list ul li .box a .img2 {
  display: none;
  filter: brightness(0) invert(1);
}
.about-page .about-3 .brands-list ul li .box .txtbox .desc {
    height: 158px;
    overflow-y: auto;
    line-height: 1.7;
    transition: all 0.5s;
}

.about-page .about-3 .brands-list ul li .box:hover {
    background-color: var(--color);
}

.about-page .about-3 .brands-list ul li .box:hover .tt {
    color: #fff;
}

.about-page .about-3 .brands-list ul li .box:hover .desc {
    color: #fff;
}

.about-page .about-3 .brands-list ul li .box:hover .desc::-webkit-scrollbar-thumb {
    background-color: #000;
}
.about-page .about-3 .brands-list ul li .box:hover a .img1 {
  display: none;
}
.about-page .about-3 .brands-list ul li .box:hover a .img2 {
  display: block;
}

.about-page .about-4 {
    background-color: #f4f5f9;
}

.about-page .about-4 .list {
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0 20% 2.5%;
}

.about-page .about-4 .list ul li {
    padding-top: 130px;
    transition: all 0.5s;
}

.about-page .about-4 .list ul li .box {
    transform-origin: bottom;
    transition: all 0.5s;
}

.about-page .about-4 .list ul li.swiper-slide {
    opacity: 0;
}

.about-page .about-4 .list ul li.swiper-slide-prev .box {
    transform: scale(1.2) translateX(-20px);
}

.about-page .about-4 .list ul li.swiper-slide-next {
    z-index: 9;
}

.about-page .about-4 .list ul li.swiper-slide-next .box {
    transform: scale(1.2) translateX(20px);
}

.about-page .about-4 .list ul li.swiper-slide-active {
    z-index: 10;
}

.about-page .about-4 .list ul li.swiper-slide-active .box {
    transform: scale(1.4);
}

.about-page .zdy-switch {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-page .zdy-switch>div {
    position: static;
    width: 50px;
    height: 50px;
    background-color: rgba(237, 237, 237, 0.1);
    border-radius: 50%;
    margin-top: 0;
    margin-left: 12px;
    margin-right: 12px;
    transition: all 0.5s;
}

.about-page .zdy-switch>div::after {
    font-size: 16px;
    color: #b2b2b2;
    transition: all 0.5s;
}

.about-page .zdy-switch>div:hover {
    background-color: var(--color);
}

.about-page .zdy-switch>div:hover::after {
    color: #fff;
}

.about-page .zdy-switch.grey>div {
    background-color: #ededed;
}

.about-page .zdy-switch.grey>div:hover {
    background-color: var(--color);
}


@media (max-width: 1250px) {
  .about-page .zdy-switch {
        zoom: 0.85;
    }

    .about-page .zdy-switch>div {
        margin-left: 5px;
        margin-right: 5px;
    }
    
}

.about-page .about-4 .list .zdy-switch>div {
    position: absolute;
    background-color: #ededed;
}

.about-page .about-4 .list .zdy-switch>div:hover {
    background-color: var(--color);
}

.about-page .about-4 .list .zdy-switch>div.swiper-button-prev {
    left: 13%;
}

.about-page .about-4 .list .zdy-switch>div.swiper-button-next {
    right: 13%;
}


@media (max-width: 1450px) {
    .about-page .about-4 .list {
        padding: 0 10% 2.5%;
    }

    .about-page .about-4 .list .zdy-switch>div.swiper-button-prev {
        left: 2%;
    }

    .about-page .about-4 .list .zdy-switch>div.swiper-button-next {
        right: 2%;
    }
}
@media (max-width: 1250px) {
  .about-page .about-2 .swiper .swiper-slide::after{
        height: 150px;
    }
    .about-page .about-3 .brands-list ul li .box {
        padding: 20px 15px;
    }

    .about-page .about-4 .list {
        padding: 0 0 2.5%;
    }

    .about-page .about-4 .list .zdy-switch>div.swiper-button-prev {
        left: -9%;
    }

    .about-page .about-4 .list .zdy-switch>div.swiper-button-next {
        right: -9%;
    }

    .about-page .about-4 .list ul li.swiper-slide-prev .box {
        transform: none;
    }

    .about-page .about-4 .list ul li.swiper-slide-next .box {
        transform: none;
    }

    .about-page .about-4 .list ul li.swiper-slide-active .box {
        transform: scale(1.2);
    }

    .about-page .about-4 .list ul li {
        padding-top: 70px;
    }
}

@media (max-width: 1000px) {
  .about-page .about-2 .swiper .text {
    padding-right: 0;
  }
    .about-page .about-1 .about-txt {
        width: 100%;
        margin-top: 5%;
    }
    .about-page .about-2 .swiper {
        padding: 30px 0;margin: 0 66px;
    }
    .about-page .about-2 .swiper .swiper-slide .box {
        padding: 0 10px;
    }
}
@media (max-width: 700px) {
    .about-page .about-1 .about-img img {
        height: 360px;
        object-fit: cover;
    }
    .about-page .about-2 .swiper {
        padding: 20px 0;
    }

    .about-page .about-4 .list {
        background-image: none !important;
    }

    .about-page .about-4 .list .zdy-switch {
        display: none;
    }

    .about-page .about-4 .list ul li.swiper-slide-active .box {
        transform: none;
    }

    .about-page .about-4 .list ul li {
        padding-top: 0;
    }
}


.project-page ul{
  margin: -15px;
}
.project-page ul li{
  padding: 15px;
}


.jectdet-page .sidebar-box .content .category a {
    padding: 0 5px;
    margin-left: 4px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color);
    border: 1px solid var(--color);
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.jectdet-page .sidebar-box .content  .category a span {
    display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
}
.jectdet-page .sidebar-box .content .right .cont{
  height: 365px;
  overflow-y: auto
}
@media screen and (max-width: 1000px) {
  .jectdet-page .sidebar-box .content .right .cont{
    max-height: calc(1.5em * 10);
  }
  .jectdet-page .sidebar-box .content .right{
    margin-top: 30px;
  }
} 

/*contact-page*/
.contact-page .flex_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-page .init-1 .container .contentC {
  overflow: hidden;
  padding: 60px 80px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.contact-page .init-1 .container .contentC .tipsTitle {
  text-align: center;
}
.contact-page .init-1 .container .contentC .subImg {
  z-index: -1;
  bottom: -50px;
  right: 0;
  height: 150px;
  width: 100%;
  position: absolute;
  background-position: right bottom;
}
.contact-page .init-1 .container .contentC form {
  margin-top: 20px;
}
.contact-page .init-1 .container .contentC form .list {
  width: 33.33%;
  margin-top: 30px;
  padding: 0 10px;
}
.contact-page .init-1 .container .contentC form .list .tips {
  color: #767676;
}
.contact-page .init-1 .container .contentC form .list input,
.contact-page .init-1 .container .contentC form .list textarea {
  width: 100%;
  background-color: #f7f7f7;
  border: none;
  margin-top: 6px;
  padding: 10px;
}
.contact-page .init-1 .container .contentC form .list .btn {
  display: inline-block;
  padding: 14px;
  min-width: 190px;
  border: 1px solid var(--color);
  color: var(--color);
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.contact-page .init-1 .container .contentC form .list .btn:hover {
  background-color: var(--color);
  color: #fff;
}
.contact-page .init-1 .container .contentC form .w-100 {
  width: 100%;
}
.contact-page .init-2 .container .listCont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
}
.contact-page .init-2 .container .listCont .list {
  margin-top: 60px;
  text-align: center;
  padding: 0 5px;
}
.contact-page .init-2 .container .listCont .list .cir {
  width: 124px;
  height: 124px;
  border: 1px solid #6076f1;
  border-radius: 50%;
  margin: auto;
}
.contact-page .init-2 .container .listCont .list .cir img {
  max-width: 60%;
}
.contact-page .init-2 .container .listCont .list .title {
  margin-top: 20px;
}
.contact-page .init-2 .container .listCont .list .des {
  color: #767676;
  margin-top: 6px;
}
.contact-page .init-2 .container .listCont .list:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
@media (max-width: 1250px) {
  .contact-page .init-1 .container .contentC .subImg {
    display: none;
  }
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .contentC {
    padding: 60px 20px;
  }
  .contact-page .init-1 .container .contentC form .list {
    width: 50%;
  }
  .contact-page .init-1 .container .contentC form .w-100 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .contentC form .list {
    width: 100%;
  }
  .contact-page .init-2 .container .listCont {
    padding-top: 0;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .container .contentC {
    padding: 40px 6px;
  }
  .contact-page .init-1 .container .contentC form .list {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .contentC form .list .btn {
    padding: 6px;
  }
  .contact-page .init-2 .container .listCont .list {
    width: 100%;
  }
}

/*news-page*/

.news-page .tips_title {
  padding-left: 60px;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.news-page .content {
  margin-top: 50px;
}
.news-page .content ul li {
  position: relative;
}
.news-page .content ul li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f4f6;
}
.news-page .content ul li .box {
  position: relative;
  z-index: 1;
  border: 1px solid #eceef1;
  height: 330px;
  padding: 30px 50px;
  background-color: #fff;
}

.news-page .content ul li .box .title {
  font-weight: bold;
  font-size: 26px;
}
.news-page .content ul li .box .title::before{
  display: none;
}
.news-page .content ul li .box .title:hover {
  color: var(--color);
}
.news-page .content ul li .box .des {
  margin-top: 20px;
  line-height: 2;
}
.news-page.faq-page .content ul li .box .des {
  display: block;
  max-height: 190px;
  overflow-y: auto;
  padding-right: 15px;
}
.news-page .content ul li .box .des:hover {
  color: var(--color);
}
.news-page .content ul li .box .info_c {
  margin-top: 30px;
}
.news-page .content ul li .box .info_c .cat_name {
  width: auto;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  background-color: var(--color);
  border-radius: 15px;
  padding: 4px 22px;
}
.news-page .content ul li .box .info_c .time {
  color: rgba(33, 33, 33, 0.7);
  margin-left: 30px;
  width: auto;
  font-size: 16px;
  vertical-align: middle;

}
.news-page .content ul li:hover {
  z-index: 2;
}
.news-page .content ul li:hover .box {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}
.newdet-page .init-1 .container .title {
  font-size: 30px;
}
.newdet-page .init-1 .container .title::before{
  display: none;
}
.newdet-page .init-1 .container .time {
  color: #9e9e9e;
  margin-top: 30px;
}
.newdet-page .init-1 .container .content {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #767676;
  padding: 30px 0;
  line-height: 2;
}
.newdet-page .init-1 .container .bottom_cont {
  margin-top: 40px;
}
.newdet-page .init-1 .container .bottom_cont .left {
  width: calc(100% - 160px);
  padding-right: 20px;
}
.newdet-page .init-1 .container .bottom_cont .left a:hover{
  color: var(--color);
}
.newdet-page .init-1 .container .bottom_cont .right {
  width: 160px;
}
.newdet-page .init-1 .container .bottom_cont .right .share_name {
  color: #767676;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a {
  display: inline-block;
  margin-top: 10px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: var(--color);
  font-size: 16px;
  border-radius: 50%;
  margin-right: 12px;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a i {
  position: relative;
  z-index: 2;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a::before {
  background-color: #245e3e;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list2 {
  background-color: #00aced;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list3 {
  background-color: #cb2027;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list4 {
  background-color: #cc2366;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
  margin-right: 0;
}


@media screen and (max-width: 1700px) {
  .news-page.faq-page .content ul li .box .des{
    max-height: 140px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page {
    text-align: center;
  }
  .news-page .content ul li .box{
    padding: 30px;
  }
 
  .news-page .tips_title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-page .content .grid-box li {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .bottom_cont .left {
    width: 100%;
    padding: 0;
  }
  .newdet-page .init-1 .container .bottom_cont .right {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .news-page .content ul li{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  
  .news-page .content ul li .box {
    padding: 20px 16px;
  }
  .news-page .content ul li .box .info_c .time {
    width: 100%;
    margin: 16px 0 0;
  }
  .news-page .content ul li .box{
    height: 300px;
  }
  .news-page .content ul li .box .info_c .cat_name{
    margin: 0 auto;
  }
  .news-page .content ul li .box .title {
    font-size: 20px;
  }
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 0;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 16px;
  }
 
}

.pro_public .init-related .img-box{
  border: 1px solid #eeeeee;
}

.pro_public .init-related .text:hover{
  color: var(--color);
}