@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.eot');
  src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'), url('../fonts/Montserrat-ExtraBold.woff') format('woff'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  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: 700;
  font-display: swap;
}
.fancybox-image{
  background: white !important;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #0075c1;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1650px;
}
.body-overflow-box {
  position: relative;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .h-top {
  background-color: var(--color);
  color: white;
  height: 33px;
}
#header .h-top .container {
  height: 100%;
}
#header .h-top .share {
  margin-right: auto;
}
#header .nav {
  padding: 20px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu {
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .logo img{
  filter: brightness(0) invert(1);
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  margin-left: auto;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  font-weight: 500;
  margin-right: 70px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: right;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li.menu-item-has-children > a::before{
  content: "\e6e2";
  font-family: iconfont;
  position: absolute;
  right: calc(100% + 5px);
  top: 50%;
  -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#header .nav .ui.menu .menu-box ul.menu > li.active > a::after,
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after {
  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: right;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 0px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-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-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
#header .nav .ui.menu .h-search::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: #fff;
  opacity: 0.38;
}
#header .nav .ui.menu .yuy ul {
  left: 0;
  right: auto;
}
#header.active {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#header.active .nav .ui.menu .h-search img,
#header.active .nav .ui.menu .yuy span img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header.active .nav .ui.menu .logo img{
  filter: brightness(1) invert(0);
}
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header.active .nav .ui.menu .menu-box ul.menu > li.active,
#header.active .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  right: 50%;
  width: 60%;
  margin-right: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  left: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  left: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-right: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  right: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  left: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: !important 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.fw-300 {
  font-weight: 300;
}
.fw-500 {
  font-weight: 500;
}
.fw-800 {
  font-weight: 800;
}
.more {
  font-size: 16px;
  font-weight: 500;
  background-color: var(--color);
  color: white;
  height: 45px;
  line-height: 45px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 22px;
  padding: 0 22px;
  display: inline-block;
}
.more:hover {
  background-color: #222;
}
.italic {
  font-style: italic;
}
@-webkit-keyframes qodef-animate-images-in {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 -1px 0);
    clip-path: inset(0 0 -1px 0);
  }
}
@-moz-keyframes qodef-animate-images-in {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 -1px 0);
  }
}
@keyframes qodef-animate-images-in {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 -1px 0);
    clip-path: inset(0 0 -1px 0);
  }
}
#banner li {
  position: relative;
  color: white;
}
#banner li .content {
  position: absolute;
  right: 0;
  width: 100%;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner li .content .left {
  width: 47%;
}
#banner li .content h2 {
  line-height: 1;
}
#banner li .content .txt {
  line-height: 1.3125;
}
#banner li .content .des p {
  position: relative;
  padding-right: 28px;
  background: url(../images/sel.png) no-repeat left top 3px;
}
.i-title {
  color: var(--color);
}
.i-product p.txt {
  color: #748592;
}
.i-product ul.nav li {
  position: relative;
  padding: 0 50px;
  padding-bottom: 50px;
}
.i-product ul.nav li .icon {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background-color: #f1f1f1;
  margin: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.i-product ul.nav li .icon img {
  width: auto;
}
.i-product ul.nav li p {
  height: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-top: 22px;
  font-weight: 500;
}
.i-product ul.nav li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.i-product ul.nav li.active .icon,
.i-product ul.nav li:hover .icon {
  background-color: var(--color);
}
.i-product ul.nav li.active .icon img,
.i-product ul.nav li:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.i-product ul.nav li.active::after,
.i-product ul.nav li:hover::after {
  width: 100%;
}
.i-product .list {
  background-color: white;
  -webkit-box-shadow: 0px 0px 19.53px 1.47px rgba(63, 90, 121, 0.17);
  box-shadow: 0px 0px 19.53px 1.47px rgba(63, 90, 121, 0.17);
}
.i-product .list ul .left {
  width: -webkit-calc(50% - 55px);
  width: -moz-calc(50% - 55px);
  width: calc(50% - 55px);
  padding-left: 65px;
}
.i-product .list ul .right {
  width: -webkit-calc(50% + 55px);
  width: -moz-calc(50% + 55px);
  width: calc(50% + 55px);
}
.i-product .list ul .right .des {
  line-height: 1.5;
  color: #313131;
  font-weight: 300;
}
.i-product .list ul .right .mores {
  color: var(--color);
  text-decoration: underline;
  font-size: 18px;
  font-weight: 500;
}
.i-about .top {
  background-size: cover;
}
.i-about .top .box {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.28);
  color: white;
  width: 665px;
}
.i-about .top .box .content {
  line-height: 1.4375;
}
.i-about .top .box .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;
}
.i-about .top .box .more img {
  margin-right: 20px;
}
.i-about .bottom {
  background-color: var(--color);
  color: white;
}
.i-about .bottom ul li {
  text-align: center;
}
.i-init3 ul.nav li {
  margin: 0 8px;
}
.i-init3 ul.nav li a {
  color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 22px;
  border: 1px solid #dbdbdb;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  display: block;
}
.i-init3 ul.nav li.active a,
.i-init3 ul.nav li:hover a {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}
.i-init3 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 90px;
  padding-bottom: 50px;
}
.i-init3 .list ul li {
  max-width: 420px;
  width: 33%;
  margin-bottom: 80px;
}
.i-init3 .list ul li .icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: var(--color);
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.i-init3 .list ul li .h5 {
  color: var(--color);
  line-height: 1.1;
}
.i-init3 .list ul li .des {
  line-height: 1.375;
  color: #595959;
  max-height: 67px;
  overflow: auto;
}
.i-init3 .list ul li:nth-child(2n-1) {
  margin-left: 20%;
}
.i-init3 .list ul li:nth-child(2n) {
  margin-right: 20%;
}
.i-init3 .list ul li:nth-child(3),
.i-init3 .list ul li:nth-child(4) {
  margin-bottom: 0;
}
.i-init3 .list .center {
  width: 45.5%;
  margin: auto;
  text-align: center;
  height: 100%;
  background: url(../images/product-2-bg.png) no-repeat center bottom;
  position: absolute;
  right: 50%;
  bottom: 0;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-size: contain;
}
.i-init3 .list .center img {
  margin-bottom: 50px;
}
.i-init3 .list .item.active {
  display: block;
}
.i-solution .txt {
  color: #748592;
}
.i-solution ul.nav li {
  text-align: center;
  height: 97px;
  background-color: #f4f7fc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.i-solution ul.nav li:hover,
.i-solution ul.nav li.active {
  background-color: var(--color);
}
.i-solution ul.nav li:hover img,
.i-solution ul.nav li.active img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.i-solution .list {
  height: 800px;
}
.i-solution .list ul {
  height: 100%;
}
.i-solution .list li {
  height: 100%;
  width: 100%;
  background-size: cover;
  position: absolute;
}
.i-solution .list li.zIndex {
  z-index: 1;
}
.i-solution .list li.active {
  z-index: 2;
  -webkit-animation: qodef-animate-images-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: qodef-animate-images-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: qodef-animate-images-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
.i-solution .list li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 60%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 117, 193, 0.95)), to(transparent));
  background: -webkit-linear-gradient(top, rgba(0, 117, 193, 0.95), transparent);
  background: -moz-linear-gradient(top, rgba(0, 117, 193, 0.95), transparent);
  background: linear-gradient(to bottom, rgba(0, 117, 193, 0.95), transparent);
}
.i-solution .list .top {
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 10;
  color: white;
  opacity: 0;
}
.i-solution .list li.active .top{
  opacity: 1;
}
.i-solution .list .top p {
  max-width: 927px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.5;
}
.i-news .left p {
  line-height: 1.4375;
  opacity: 0.75;
}
.i-news .left ul li {
  cursor: pointer;
}
.i-news .left ul li:hover,
.i-news .left ul li.active {
  color: var(--color);
}
.i-news .left .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;
}
.i-news .left .more img {
  margin-right: 20px;
  vertical-align: middle;
}
.i-news .right li {
  border-top: 1px solid #e5e5e5;

}
.i-news .right li .time {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.i-news .right li .time img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.i-news .right li .h5 {
  line-height: 1.22;
  min-height: 54px;
  display: block;
}
.i-news .right li .des {
  opacity: 0.75;
  line-height: 1.375;
  color: #4e4e4e;
}
.i-news .right li .arrow {
  width: 56px;
  height: 56px;
  border: 1px solid #cccccc;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 56px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.i-news .right li .arrow img {
  position: relative;
  top: 22px;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 44px;
}
/*.i-news .right li:last-child {
  border-bottom: 1px solid #e5e5e5;
}*/
.i-news .right li:hover .time {
  color: var(--color);
}
.i-news .right li:hover .time img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.i-news .right li:hover .h5 {
  color: var(--color);
}
.i-news .right li:hover .arrow {
  background-color: var(--color);
  border-color: var(--color);
}
.i-news .right li:hover .arrow img {
  width: 30px;
  -webkit-transform: translateX(-10.0px);
  -moz-transform: translateX(-10.0px);
  -ms-transform: translateX(-10.0px);
  transform: translateX(-10.0px);
  -webkit-filter: invert(1);
  filter: invert(1);
}
#footer {
  background-color: #005992;
  color: white;
  position: relative;
}
#footer .top-line{
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
#footer .top-line i{
  display: inline-block;
  width: 4px;
  height: 18px;
  background: #039cff;
  margin-left: 4px;
}
#footer .top p {
  line-height: 1.43;
  font-weight: 300;
  color: #e5e5e5;
}
#footer .top #ewm {
  width: 125px;
  height: 125px;
  border: 4px solid white;
}
#footer .wrap ul li {
  color: #e6e6e6;
  line-height: 1.875;
  font-weight: 300;
}
#footer .wrap ul li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .wrap ul li:hover a {
  text-decoration: underline;
}
#footer .wrap .five {
  max-width: 280px;
}
#footer .f-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 0;
  font-size: 14px;
  opacity: 0.68;
  margin-top: 25px;
}
#footer .f-copy svg {
  width: auto;
  height: 27px;
  fill: white;
  vertical-align: middle;
}
@media screen and (max-width: 1700px) {
  #banner li .content .des p {
    background-size: 17px;
  }
  .i-init3 .list ul li:nth-child(2n-1) {
    margin-left: 17%;
  }
  .i-init3 .list ul li:nth-child(2n) {
    margin-right: 17%;
  }
  .i-init3 .list .center {
    width: 40%;
  }
  .i-init3 .list .center img {
    max-width: 340px;
  }
  .i-init3 .list ul li {
    margin-bottom: 45px;
  }
  .i-solution .list {
    height: 690px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 45px;
  }
  #banner li .content .left {
    width: 57%;
  }
  .i-init3 .list ul li {
    width: 28%;
  }
  .i-solution .list {
    height: 550px;
  }
}
@media screen and (max-width: 1250px) {
  .i-product .pl-110,
  .i-product .pr-110 {
    padding: 0;
  }
  .i-init3 .list .center img {
    max-width: 265px;
  }
  .i-init3 .list ul {
    padding-top: 0;
    padding-bottom: 0;
  }
  .i-solution .list {
    height: 470px;
  }
  .i-news .wrap {
    padding: 0;
  }
  #footer .pl-110,
  #footer .pr-60 {
    padding: 0;
  }
  #footer .wrap .three,
  #footer .wrap .four {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #banner li .content .left {
    width: 100%;
  }
  #banner li > img {
    min-height: 420px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .i-product ul.nav li {
    padding: 0 10px;
    padding-bottom: 30px;
  }
  .i-product ul.nav li .icon {
    zoom: 0.75;
  }
  .i-about .bottom ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .i-about .bottom ul li {
    width: 33%;
    margin-bottom: 20px;
  }
  .i-init3 .list .center {
    position: relative;
    right: 0;
    -webkit-transform: translateX(-0.0%);
    -moz-transform: translateX(-0.0%);
    -ms-transform: translateX(-0.0%);
    transform: translateX(-0.0%);
  }
  .i-init3 .list ul li {
    width: 48%;
  }
  .i-init3 .list ul li:nth-child(2n-1) {
    margin-left: 0;
  }
  .i-init3 .list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .i-solution .list {
    height: 370px;
  }
}
@media screen and (max-width: 700px) {
  .i-product ul.nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .i-product ul.nav li {
    width: 50%;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .i-product .list ul .left {
    width: 100%;
  }
  .i-product .list ul .right {
    width: 100%;
    padding: 15px;
  }
  .i-about .top .box {
    width: 100%;
  }
  .i-init3 ul.nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .i-init3 ul.nav li {
    margin-bottom: 10px;
  }
  #footer .top {
    display: none;
  }
  #footer .wrap .one,
  #footer .wrap .two {
    display: none;
  }
  #footer .wrap .five {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #banner li > img {
    min-height: 520px;
  }
  .i-about .bottom ul li {
    width: 50%;
  }
  .i-init3 .list ul li {
    width: 100%;
  }
  .i-news .right li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .i-news .right li .text {
    margin: 10px 0;
    width: 100%;
  }
}


.inner-banner .mbx span {
  color: var(--color);
}
.inner-banner .mbx {
  font-size: 0;
  color: #fff;
}
.inner-banner .mbx * {
  font-size: 16px;
  line-height: 30px;
}
.inner-banner .h2{
    color: #fff;
}
.inner-banner .mbx a:after {
  content: '\e7de';
  font-family: 'iconfont';
  font-size: .5em;
  margin: 0 1em;
  color: var(--color);
  position: relative;
  top: -.2em;
}

.about-page .about-1 {
    padding-top: 4.688%;
}
.about-page .about-1 .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 42px;
}
.about-page .about-1 .content .con {
    width: 70%;
    font-size: 18px;
    font-family: poppins;
    font-weight: 400;
    color: #282727;
    line-height: 1.8;
    max-height: 508px;
    overflow-y: scroll;
}
.about-page .about-1 .content .right {
    width: 30%;
}
.about-page .about-1 .content .right .ig {
    max-width: 480px;
    margin: 0 auto 0 0;
    text-align: center;
    font-weight: 700;
    font-weight: bold;
}
.about-page .about-1 .content .right span {
    font-size: calc(7.8vw + 15px);
    line-height: 1;
    color: var(--color);
}
.about-page .about-1 .content .right p {
    font-size: 30px;
    color: #0d0d0d;
    line-height: 1.3;
    margin-top: 24px;
}
.about-page .about-1 #index-body {
    margin-top: 67px;
    background: transparent;
}

.about-page .about-2 {
    padding-top: 5.99%;
    margin-bottom: 80px;
}
.about-page .about-2 .img {
    background: url(../images/about-dots.png) no-repeat -20px top;
    width: 51.448%;
    padding-top: 65px;
}
.about-page .about-2 .text {
    width: 48.552%;
    padding: 35px 66px 0 0;
}
.about-page .about-2 .text .title::before {
    display: none;
}
.about-page .about-2 .text .title::after {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #c2c0c3;
    display: block;
    margin-top: 17px;
}
.about-page .about-2 .text .con {
    font-size: 18px;
    font-family: poppins;
    color: #282727;
    line-height: 1.8;
    margin-top: 20px;
}
@media screen and (max-width: 1100px) {
    .about-page .about-2 .text {
        padding: 65px 40px 0 0;
    }
}
@media screen and (max-width: 1000px){
   .about-page .about-1 .content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .about-page .about-1 .content .con {
        width: 100%;
    }
    .about-page .about-1 .content .right {
        display: none;
    }
    .about-page .about-2 .img {
        width: 100%;
    }
    .about-page .about-2 .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
}
@media screen and (max-width:700px){
  .about-page .about-1 .data li{
    width: 50%;
  }
}
@media screen and (max-width: 500px){
  .about-page .about-1 #index-body {
        margin-top: 20px;
    }
     .about-page .about-2 .text .con {
        margin-top: 20px;
    }
}

.about-page .init-40 {
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-40 .container .tipsTitle {
  text-align: center;
  color: #000;
  font-weight:bold;
}
.about-page .init-40 .container .content {
  position: relative;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 10px auto 0;
}
.about-page .init-40 .container .content .btn {
  cursor: pointer;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 0;
  -webkit-box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.about-page .init-40 .container .content .btn.slick-disabled{
  opacity: 0;
  pointer-events: none;
}
.about-page .init-40 .container .content .btn i {
  width: 20px;
  height: 20px;
}
.about-page .init-40 .container .content .btn:hover {
  background-color: var(--color);
}
.about-page .init-40 .container .content .btn:hover i {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.about-page .init-40 .container .content .prev {
  right: 0;
}
.about-page .init-40 .container .content ul li {
  padding: 0 20px;
}
.about-page .init-40 .container .content ul li .box {
  padding: 0 100px;
  text-align: center;
  position: relative;
}
.about-page .init-40 .container .content ul li .box .num {
  font-size: 390px;
  font-weight: bold;
  text-align: center;
  color: rgba(229, 229, 229, 0.8);
  line-height: 1;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .init-40 .container .content ul li .box .desC {
  height: 500px;
  padding-left: 10px;
  overflow-y: hidden;
}
.about-page .init-40 .container .content ul li .box .desC .des {
  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 1.8;
  max-width: 900px;
  overflow: auto;
}
.about-page .init-40 .container .content2 {
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 20px auto 0;
  position: relative;
}
.about-page .init-40 .container .content2 .line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  right: 0;
  background-color: #a6a6a6;
}
.about-page .init-40 .container .content2 ul .slick-track {
  margin-right: 0;
}
.about-page .init-40 .container .content2 ul .slick-current li .box .num {
  color: var(--color);
}
.about-page .init-40 .container .content2 ul .slick-current li .box .cir {
  background-color: var(--color);
}
.about-page .init-40 .container .content2 ul li .box {
  cursor: pointer;
  text-align: center;
}
.about-page .init-40 .container .content2 ul li .box .num {
  font-size: 24px;
  line-height: 1;
}
.about-page .init-40 .container .content2 ul li .box .cir {
  border-radius: 50%;
  background-color: #888888;
  width: 10px;
  height: 10px;
  margin: 16px auto 0;
}
@media (max-width: 1800px) {

  .about-page .init-40 .container .content ul li .box .num {
    font-size: 350px;
  }
}
@media (max-width: 1500px) {
  .about-page .init-40 .container .content ul li .box .num {
    font-size: 280px;
  }
}
@media (max-width: 1250px) {
    .about-page .init-40 .container .content ul li .box .num {
    font-size: 200px;
  }
}

@media (max-width: 1000px) {
    .about-page .init-40 .container .content ul li .box .num {
    font-size: 160px;
  }
  .about-page .init-40 .container .content {
    width: 100%;
  }
}
@media (max-width: 700px) {

  .about-page .init-40 .container .content ul li .box .num {
    font-size: 130px;
  }
}
@media (max-width: 500px) {
    .about-page .init-40 .container .content {
    padding-top: 80px;
  }
  .about-page .init-40 .container .content .btn {
    width: 40px;
    height: 40px;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    right: 50%;
  }
  .about-page .init-40 .container .content .prev {
    right: -webkit-calc(0%);
    right: -moz-calc(0%);
    right: calc(50% - 50px);
  }
  .about-page .init-40 .container .content .next {
    right: -webkit-calc(60%);
    right: -moz-calc(60%);
    right: calc(50% + 10px);
  }
  .about-page .init-40 .container .content ul li {
    padding: 0 10px;
  }
  .about-page .init-40 .container .content ul li .box {
    padding: 0;
  }
  .about-page .init-40 .container .content ul li .box .num {
    position: relative;
    top: 0;
    right: 0;
    text-align: right;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .about-page .init-40 .container .content ul li .box .desC {
    height: auto;
  }
  .about-page .init-40 .container .content ul li .box .num {
    font-size: 60px;
  }
  .about-page .init-40 .container .content ul li .box .desC {
    text-align: right;
    margin-top: 20px;
  }
  .about-page .init-40 .container .content ul li .box .desC .des {
    font-size: 16px;
    line-height: 2;
    width: 100%;
  }
  .about-page .init-40 .container .content2 {
    width: 100%;
  }
}

.about-page .init-50 .container .tipsTitleC {
    color: var(--color)
}

.about-page .init-50 .container .content {
    margin-top: 80px
}

.about-page .init-50 .container .content .left {
    width: 40%;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    padding: 50px 40px;
    text-align: center } .about-page .init-50 .container .content .left .title { max-width: 350px;
    font-weight: 600;
    margin: auto } .about-page .init-50 .container .content .left .des { color: #666;
    margin-top: 20px
}

.about-page .init-50 .container .content .left .more {
    margin: 30px auto 0;
}

.about-page .init-50 .container .content .right {
    width: 60%;
    padding-left: 30px } .about-page .init-50 .container .content .right img { width: 100% } .about-page .init-50 .container .content2 { position: relative;
    margin-top: 10px
}

.about-page .init-50 .container .content2 .btn {
    position: absolute;
    width: 60px;
    height: -webkit-calc(60%);
    height: -moz-calc(60%);
    height: calc(100% - 40px);
    top: 20px;
    left: -80px;
    background-color: #cbcbcb;
    cursor: pointer;
    z-index: 2;
    font-size: 50px;
    font-weight: 700;
    color: #fff
}

.about-page .init-50 .container .content2 .btn:hover {
    background-color: var(--color)
}

.about-page .init-50 .container .content2 .prev {
    left: unset;
    left: -80px
}

.about-page .init-50 .container .content2 .swiper {
    margin: 0 -20px } .about-page .init-50 .container .content2 ul li { height: auto;
    padding: 20px } .about-page .init-50 .container .content2 ul li .box { height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1)
}

.about-page .init-50 .container .content2 ul li .box .img {
    display: block
}

.about-page .init-50 .container .content2 ul li .box .img img {
    width: 100%
}

.about-page .init-50 .container .content2 ul li .box .text {
    text-align: center;
    font-weight: 600;
    padding: 16px } @media (max-width: 1250px) { .about-page .init-50 .container .content .left { width: 100% } .about-page .init-50 .container .content .right { width: 100%;
        padding-right: 0;
        margin-top: 20px
    }
    .about-page .init-50 .container .content2 .btn {
        display: none !important;
    }
}
@media (max-width: 500px) {
    .about-page .init-50 .container .content {
        margin-top: 20px
    }
    .about-page .init-50 .container .content .left {
        padding: 20px 10px } .about-page .init-50 .container .content .left .des { margin-top: 10px } .about-page .init-50 .container .content .left .more { margin-top: 10px } } .i-global { background: url(../images/map-bg.jpg) no-repeat top 75% left 125%;
  padding: 0px 0 130px;
}
.i-global .baseTit {
  max-width: 700px;
}
.i-global .desc {
  width: 45%;
  opacity: .75;
}
.i-global .left {
  width: 70%;
}
.i-global .left > img {
  width: 100%;
}
.i-global .left li {
  z-index: 1;
}
.i-global .left li{
    display: block !important;
}
.i-global .left li:nth-of-type(1) {
  right: 77%;
  top: 20%;
}
.i-global .left li:nth-of-type(2) {
  right: 76.7%;
  top: 42%;
}
.i-global .left li:nth-of-type(3) {
  right: 19%;
  top: 37%;
}
.i-global .left li:nth-of-type(4) {
  right: 52%;
  top: 56%;
}
.i-global .left li:nth-of-type(5) {
  right: 35%;
  top: 10%;
}
.i-global .left li:nth-of-type(6) {
  right: 84%;
  top: 77%;
}
.i-global .left li:nth-of-type(7) {
  right: 68%;
  top: 53%;
}
.i-global .left li:nth-of-type(8) {
  right: 49%;
  top: 32%;
}

.i-global .left li i {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--color);
}
.i-global .left li i::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: inherit;
  background: rgba(1, 64, 153, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.i-global .left li .text {
  font-size: 17.16px;
  width: 120px;
}
.i-global .left li .text.tc {
  bottom: 110%;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
}
.i-global .left li .text.rb {
  top: 110%;
  right: 200%;
  display: none;
}
.i-global .left li .text.tc{
      display: none;
}
.i-global .right {
  width: 25%;
  margin-top: 40px;
}
.i-global .right li + li {
  margin-top: 25px;
}
.i-global .right li a {
  font-size: 30px;
  display: block;
  position: relative;
  padding-right: 50px;
  color: #6e6e6e;
}
.i-global .right li a::before {
  content: "";
  position: absolute;
  right: 0;
  top: .75em;
  border-bottom: 2px solid var(--color);
  width: 40px;
  opacity: 0;
}
.i-global .right li.active a {
  font-weight: bold;
  color: var(--color);
}
.i-global .right li.active a::before {
  opacity: 1;
}
@media (max-width: 1480px) {
    .i-global .right li a {
        font-size: 24px;
    }
}
@media (max-width: 1230px) {
    .i-global .right li a {
        font-size: 18px;
    }
}
@media (max-width: 1000px) {
    .i-global {
        padding: 60px 0;
    }
    .i-global .baseTit {
        max-width: 100%;
        float: none;
    }
    .i-global .desc {
        width: 100%;
        text-align: right;
        float: none;
    }
    .i-global .left {
        width: 100%;
        float: none;
    }
    .i-global .right {
        width: 100%;
        float: none;
    }
    .i-global .right ul {
        font-size: 0;
    }
    .i-global .right li {
        display: inline-block;
        vertical-align: top;
        width: auto;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .i-global .right li + li {
        margin-top: 0;
    }
    .i-global .right li a {
        padding-right: 0;
    }
    .i-global .right li a::before {
        display: none;
    }
}
@media (max-width: 700px) {
    .i-global .left li .text {
        font-size: 14px;
        width: 100px;
    }
    .i-global .left li .text.rb {
        right: 50%;
        -webkit-transform: translateX(50.0%);
        -moz-transform: translateX(50.0%);
        -ms-transform: translateX(50.0%);
        transform: translateX(50.0%);
    }
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}

  .advantage3 .pr {
  position: relative;
}
.advantage3 .top .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.advantage3 .top .btn .more {
  position: relative;
}
.advantage3 .top .btn .m1 {
  -webkit-transform: translateX(-30.0px);
  -moz-transform: translateX(-30.0px);
  -ms-transform: translateX(-30.0px);
  transform: translateX(-30.0px);
}
.advantage3 .header {
  text-align: right;
}
.advantage3 .header .title {
  color: #030303;
  line-height: 1;
  font-weight: 700;
  margin-top: 5px;
}
.advantage3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
}
.advantage3 .content ul li {
  padding-left: 20px;
  width: 12%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.advantage3 .content ul li {
  width: 16%;
}
.advantage3 .content ul li .ig {
  border: solid 1px var(--color);
  padding: 22px 20px 37px;
  height: 425px;
}
.advantage3 .content ul li .ig i {
  display: block;
}
.advantage3 .content ul li .ig .tit {
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg) translate(-50px, 50%);
  -moz-transform: rotate(90deg) translate(-50px, 50%);
  -ms-transform: rotate(90deg) translate(-50px, 50%);
  transform: rotate(90deg) translate(-50px, 50%);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  bottom: auto;
  right: 50%;
  line-height: 36px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
}
.advantage3 .content ul li .ig .box {
  line-height: 1.8;
  opacity: 0;
  -webkit-transition:
    opacity 0.1s ease-out,
    -webkit-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition:
    opacity 0.1s ease-out,
    -webkit-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -moz-transition:
    opacity 0.1s ease-out,
    transform 0.4s ease-out,
    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96),
    -moz-transform 0.4s ease-out;
  transition:
    opacity 0.1s ease-out,
    transform 0.4s ease-out,
    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition:
    opacity 0.1s ease-out,
    transform 0.4s ease-out,
    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96),
    -webkit-transform 0.4s ease-out,
    -moz-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition:
    opacity 0.1s ease-out,
    transform 0.4s ease-out,
    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96),
    -webkit-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transform: translateX(-50.0px);
  -moz-transform: translateX(-50.0px);
  -ms-transform: translateX(-50.0px);
  transform: translateX(-50.0px);
}
.advantage3 .content ul li .ig .num {
  position: absolute;
  bottom: 30px;
  left: 35px;
  color: #666666;
}
.advantage3 .content ul li.active {
  width: 50%;
}
.advantage3 .content ul li.active .box .t1 {
  line-height: 1.2;
  font-weight: 500;
}
.advantage3 .content ul li.active .box {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.advantage3 .content ul li.active .tit {
  opacity: 0;
}
@media screen and (max-width: 1450px) {
  .advantage3 .content ul li .ig {
    padding: 20px 20px 30px;
  }
}
@media screen and (max-width: 1250px) {
  .advantage3 .content ul li .ig {
    padding: 20px 20px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .advantage3 .top .btn {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: 20px;
  }
  .advantage3 .content ul li .ig .tit {
    display: none;
  }
  .advantage3 .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .advantage3 .content ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .advantage3 .content ul li.active {
    width: 50%;
  }
  .advantage3 .content ul li .ig .box {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .advantage3 .content ul li .ig .box .t1 {
    font-weight: 800;
  }
  .advantage3 .content ul li .ig {
    padding: 20px 20px 20px;
    height: 310px;
  }
}
@media screen and (max-width: 500px) {
  .advantage3 .content ul li,
  .advantage3 .content ul li.active {
    width: 100%;
  }
  .advantage3 .content ul li .ig {
    height: auto;
    padding: 20px 15px;
  }
  .advantage3 .content ul li .ig .tit {
    line-height: 1.5;
  }
  .advantage3 .content ul li .ig .box {
    line-height: 1.8;
  }
  .advantage3 .content ul li .ig .num {
    left: 15px;
    bottom: 5px;
  }
}

#index-body .init-5 {
  padding-bottom: calc(6.77vw + 20px);
  position: relative;
}
#index-body .init-5 .i5-m {
  position: relative;
  z-index: 2;
}
#index-body .init-5 .hd-h {
  margin-bottom: calc(6.25vw + 10px);
}
#index-body .init-5 .i5-bg {
  position: absolute;
  bottom: calc(3.4405vw + 14px);
  right: 50%;
  transform: translate(50.0%,0%);
}
#index-body .init-5 .swm {
  overflow: hidden;
}
#index-body .init-5 .marquee2 {
  transform: rotate(180deg);
  margin-top: calc(3.0225vw + 10px);
}
#index-body .init-5 .marquee2 .slide {
  transform: rotate(180deg);
}
#index-body .init-5 .marquee {
  width: 100%;
  box-sizing: border-box;
}
#index-body .init-5 .marquee__track {
  display: flex;
  gap: 30px;
  /* spaceBetween */
  align-items: center;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
#index-body .init-5 .slide {
  flex: 0 0 16.67%;
  /* 榛樿 slidesPerView = 4 */
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: #f4f4f4;*/
  font-weight: 700;
  font-size: calc(0.315vw + 14px);
  box-sizing: border-box;
  /*width: 242px;
  height: 242px;*/
  position: relative;
  z-index: 1;
  /*background: #f4eada;*/
  /*border-radius: var(--ft20);*/
}
@media (max-width: 1499px) {
  #index-body .init-5 .slide {
    flex: 0 0 20%;
  }
}
@media (max-width: 1249px) {
  #index-body .init-5 .slide {
    flex: 0 0 33.33%;
  }
}
@media (max-width: 499px) {
  #index-body .init-5 .slide {
    flex: 0 0 50%;
  }
}

.news-page .tips_title {
    font-weight: bold;
    padding-right: 60px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 25px;
    display: inline-block;
    position: relative;
    line-height: 1;
    z-index: 2;
}
.news-page .tips_title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 16px;
    bottom: 0;
    right: 0;
    background-color: var(--color)1f;
    z-index: -1;
}
.news-page .content {
    margin-top: calc(1.88vw + 14px);
}
.news-page .content ul {
    display: flex;
    flex-wrap: wrap;
}
.news-page .content ul li {
    position: relative;
}
.news-page .content ul li .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #f2f4f6;
}
.news-page .content ul li .box {
    position: relative;
    z-index: 1;
    border: 1px solid #eceef1;
    height: 100%;
    min-height: 290px;
    padding: calc(0.8345vw + 14px) calc(1.88vw + 14px);
    background-color: #fff;
}
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.news-page .content ul li .box .title {
    display: block;
    font-weight: bold;
    font-size: calc(0.8345vw + 14px);
}
.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 {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 20px;
    line-height: 2;
}
.news-page .content ul li .box .des:hover {
    color: var(--color);
}
.news-page .content ul li .box .info_c {
    margin-top: calc(0.8345vw + 14px);
}
.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-right: 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(-10.0px,-10px);
    -moz-transform: translate(-10.0px,-10px);
    -ms-transform: translate(-10.0px,-10px);
    -o-transform: translate(-10.0px,-10px);
    transform: translate(-10.0px,-10px);
}
@media screen and (max-width: 1000px) {
      .news-page {
      text-align: center;
  }
  .seohide {
      display: none !important;
  }
  .news-page .tips_title {
      padding-right: 20px;
      padding-left: 20px;
  }
  .news-page .content .grid-box li {
      width: 100%;
      margin-top: 20px;
      text-align: center;
  }
}
@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 .title {
      font-size: 20px;
  }
      .news-page .flex-2>*{
      width: 100%;
  }
}

  .newdet-page .init-1 .container .title {
    font-size: calc(0.8345vw + 14px);
}
.newdet-page .init-1 .container .title::before{
    display: none;
}
.newdet-page .init-1 .container .time {
    color: #9e9e9e;
    margin-top: calc(0.8345vw + 14px);
}
.newdet-page .init-1 .container .content {
    margin-top: 20px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    color: #525252;
    padding: calc(0.8345vw 0 14px) +;
    line-height: 2;
}
.newdet-page .init-1 .container .bottom_cont {
    margin-top: calc(1.3555vw + 14px);
}
.newdet-page .init-1 .container .bottom_cont .left {
    width: 85%;
    padding-left: 20px;
}
.newdet-page .init-1 .container .bottom_cont .right {
    width: 15%;
}
.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-left: 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-left: 0;
}
@media screen and (max-width: 1000px) {
    .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: 500px) {
    .newdet-page .init-1 .container .bottom_cont {
      margin-top: 0;
  }
  .newdet-page .init-1 .container .time {
      margin-top: 16px;
  }
}

  .pro_public .init-related {
    background-color: #f7f7f7;
}
.pro_public .init-related .container .tips {
    text-align: center;
    font-weight: 700;
    font-weight: bold;
}
.pro_public .init-related .container .content {
    margin-top: calc(1.3555vw + 14px);
}
.pro_public .init-related .container .content .slick .slick-list {
    margin: 0 -25px;
}
.pro_public .init-related .container .content .slick li {
    padding: 0 25px;
}
.pro_public .init-related .container .content .slick li .box .img {
    background-color: #fff;
    display: block;
    padding: 1px;
}
.pro_public .init-related .container .content .slick li .box .text {
    display: block;
    margin-top: 20px;
}
.pro_public .init-related .container .content .slick li .box .text:hover {
    color: var(--color);
}
 

.contact-page {
    padding-top: 120px;
    background: #f8f8f8;
}
.contact-page .init-1 {
    padding-top: 0px;
    background: #fff;
}
.contact-page .init-1 h1 {
    border-bottom: 1px solid #6e6b70;
    padding: 50px 0 20px;
    text-transform: capitalize;
}
.contact-page .init-1 ul {
    padding: 80px 0;
}
.contact-page .init-1 ul li {
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact-page .init-1 ul li:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
    color: var(--color);
    border: 2px solid var(--color);
}
.contact-page .init-1 ul li:hover .img {
    border: 2px solid var(--color);
}
.contact-page .init-1 ul li:hover .img img {
    -webkit-filter: grayscale(0) brightness(1);
    filter: grayscale(0) brightness(1);
}
.contact-page .init-1 ul li i,
.contact-page .init-1 ul li .img {
    width: 100px;
    height: 100px;
    border: 2px solid #6e6b70;
    border-radius: 100%;
    line-height: 100px;
    text-align: center;
    font-size: 44px;
    color: #6e6b70;
    margin: 0 auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact-page .init-1 ul li .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.contact-page .init-1 ul li .img img {
    max-width: 50%;
    -webkit-filter: grayscale(1) brightness(0.6);
    filter: grayscale(1) brightness(0.6);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.contact-page .init-1 ul li h3 {
    font-size: 24px;
    color: #051524;
    padding: 20px 0 10px;
    text-transform: capitalize;
    font-weight: 700;
    font-weight: bold;
}
.contact-page .init-1 ul li p {
    font-size: 18px;
    font-weight: 500;
    color: #414951;
    line-height: 2;
}
.contact-page .init-2 {
    padding-bottom: 110px;
}
.contact-page .init-2 .init-2-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.contact-page .init-2 .init-2-box .left {
    width: 50%;
    padding-left: 8.5%;
}
.contact-page .init-2 .init-2-box .left h1 {
    background: var(--color);
    color: #fff;
    padding: 60px 0;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    line-height: 2;
    font-weight: 700;
    font-weight: bold;
}
.contact-page .init-2 .init-2-box .left .content {
    padding-right: 30px;
}
.contact-page .init-2 .init-2-box .left .content p {
    margin-top: 20px;
    font-size: 16px;
    color: #8995a2;
    line-height: 2;
}
.contact-page .init-2 .init-2-box .left .content ul {
    margin-top: 10px;
}
.contact-page .init-2 .init-2-box .left .content ul li {
    padding: 20px 0;
    border-bottom: 1px solid #e0e8f0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.contact-page .init-2 .init-2-box .left .content ul li span {
    display: inline-block;
    width: 60px;
    text-align: center;
    margin-left: 20px;
}
.contact-page .init-2 .init-2-box .left .content ul li p {
    font-size: 20px;
    color: #242424;
    font-weight: bold;
}
.contact-page .init-2 .init-2-box .right {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 70px;
}
#addForm2 {
    padding-right: 25px;
    height: 670px;
    width: 720px;
    padding: 60px;
    background-color: #fff;
    -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
    box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
#addForm2 h4 {
    font-size: 36px;
    margin: 0 0 30px;
    color: #051524;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 700;
    font-weight: bold;
}
#addForm2 span {
    font-weight: 400;
    font-style: normal;
    color: #6b6b6b;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 7px;
    display: block;
}
#addForm2 input {
    width: 100%;
    font-weight: 400;
    font-style: normal;
    color: #848b91;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
    outline: none;
    background-color: #ececec;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
}
#addForm2 textarea {
    width: 100%;
    font-weight: 400;
    font-style: normal;
    color: #848b91;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
    outline: none;
    background-color: #ececec;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
    height: 100px;
}
#addForm2 .contact-submit {
    margin-top: 30px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#addForm2 .contact-submit input[type="submit"] {
    display: inline-block;
    max-width: 200px;
    font-weight: 500;
    font-style: normal;
    line-height: 36px;
    font-size: 20px;
    color: #fff !important;
    background-color: var(--color);
    /*border-radius: 28px;*/
    text-align: center;
    margin-left: 0 !important;
    padding: 9px 30px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#addForm2 .contact-submit #ewm {
    padding: 4px;
    border: 1px solid #ccc;
    width: 130px;
}
#addForm2 .contact-submit input[type="submit"]:hover {
    background-color: var(--color);
}
 @media screen and (max-width: 1250px) {
     .contact-page .init-1 ul li {
        width: 50%;
        zoom: .8;
    }
    .contact-page .init-1 ul li i.iconfont {
        zoom: .7;
    }
  }
@media screen and (max-width: 1000px){
  .contact-page {
        padding-top: 60px;
    }
     .contact-page .init-2 .init-2-box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contact-page .init-2 .init-2-box .left .content {
        padding-right: 10px;
    }
    .contact-page .init-2 .init-2-box .left {
        width: 100% !important;
    }
    .contact-page .init-2 .init-2-box .right {
        width: 100% !important;
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    #addForm2 {
        width: 100%;
    }
    .contact-page .init-2 .init-2-box .right {
        padding-left: 0;
    }
    .contact-page .init-2 .init-2-box .left {
        padding-left: 0;
        margin-top: 20px;
    }
}
@media screen and (max-width: 700px){
  .contact-page {
        padding-top: 30px;
    }
     .contact-page .init-2 .init-2-box .left {
        display: none;
    }
     #addForm2 h4,.i-title h3 {
        font-size: 22px;
    }
    #addForm2 span {
        font-size: 14px;
    }
    .contact-page .init-1 ul li {
        width: 100%;
        margin: 10px 0;
    }
}
@media screen and (max-width: 500px) {
    .contact-page .init-2 .init-2-box .left .content ul li p {
        font-size: 18px;
    }
    .contact-page .init-2 .init-2-box .right {
        padding-left: 0;
        margin-top: 30px;
    }
    .contact-page .init-2 .init-2-box .left .content ul li {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .contact-page .init-2 .init-2-box .left .content p {
        margin-top: 0;
        line-height: 1.4;
    }
    #addForm2 {
        width: 100%;
        padding: 10px;
    }
    #addForm2 .contact-submit {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.mana-page .mana-2 .ces {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.mana-page .mana-2 .ces .ce {
    margin-left: var(--ft30);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
}
.mana-page .mana-1 {
    padding-top: 4.688%;
}
.mana-page .mana-1 .left {
    vertical-align: middle;
    padding-left: 7.5%;
}
.mana-page .mana-1 .left .title::before {
    display: none;
}
.mana-page .mana-1 .left .con {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 37px;
    font-family: 'poppins';
    color: #4e4e4e;
}
.mana-page .mana-1 .right {
    vertical-align: middle;
}
.mana-page .mana-2 {
    padding-top: 3.386%;
}
.mana-page .mana-2 .top .left {
    width: 44%;
    padding-left: 7%;
}
.mana-page .mana-2 .top .left .title::before {
    display: none;
}
.mana-page .mana-2 .top .right {
    width: 56%;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 12px;
    font-family: 'poppins';
    color: #4e4e4e;
}
.mana-page .mana-2 .top .right p {
    margin-top: 25px;
}
.mana-page .mana-2 .top .right p:first-child {
    margin-top: 0;
}
.mana-page .mana-2 .bottom {
    background: url(../images/mana2.jpg) no-repeat center top;
    background-size: 100% 100%;
    color: white;
    margin-top: 89px;
    padding: 4.672% 0 5.922% 0;
}
.mana-page .mana-2 .bottom .title {
    color: white;
}
.mana-page .mana-2 .bottom .title::before {
    display: none;
}
.mana-page .mana-2 .bottom .ig {
    background: rgba(255, 255, 255, 0.04);
    max-width: 1122px;
    margin: 26px 10.593% 0 0;
    padding: 41px 70px 58px 105px;
}
.mana-page .mana-2 .bottom .ig ul li {
    position: relative;
    padding-top: 19px;
}
.mana-page .mana-2 .bottom .ig ul li i {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    background: var(--color);
}
.mana-page .mana-2 .bottom .ig ul li i img {
    display: inline-block;
    vertical-align: middle;
}
.mana-page .mana-2 .bottom .ig ul li .text {
    display: inline-block;
    width: 82%;
    padding-right: 38px;
}
.mana-page .mana-2 .bottom .ig ul li .text span {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    font-weight: bold;
}
.mana-page .mana-2 .bottom .ig ul li .text p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 27px;
}
.mana-page .mana-2 .bottom .ig ul li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 31px;
    background: url(../images/mana-icon.png) no-repeat;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots {
    position: absolute;
    z-index: 2;
    left: -20%;
    top: 45%;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li {
    width: 18px;
    height: 18px;
    background: transparent;
    padding: 0;
    margin-bottom: 4px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 8px;
    height: 8px;
    background: var(--color);
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li button {
    display: none;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li:last-child {
    margin-bottom: 0;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li.slick-active {
    background: rgba(255, 255, 255, 0.77);
}
.mana-page .mana-3 {
    padding-top: 68px;
}
.mana-page .mana-3 ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px;
}
.mana-page .mana-3 ul li .img {
    background: url(../images/about-dots.png) no-repeat -20px top;
    width: 51.448%;
    padding-top: 46px;
}
.mana-page .mana-3 ul li .text {
    width: 48.552%;
    padding-right: 41px;
    
}
.mana-page .mana-3 ul li .text .title::before {
    display: none;
}
.mana-page .mana-3 ul li .text .title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #c2c0c3;
    margin-top: 9px;
}
.mana-page .mana-3 ul li .text .con {
    font-size: 18px;
    line-height: 1.7;
    /*color: rgba(40, 39, 39, 0.87);*/
    margin-top: 40px;
    font-family: 'poppins';
    color: #2c2c2c;
    max-height: 430px;
    overflow-y: scroll;
}
.mana-page .mana-3 ul li .text dl {
    margin-top: 47px;
}
.mana-page .mana-3 ul li .text dl dd {
    font-size: 24px;
    font-weight: 700;
    font-weight: 500;
    line-height: 1.4;
    padding-right: 65px;
    position: relative;
    margin-bottom: 11px;
}
.mana-page .mana-3 ul li .text dl dd::before {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    width: 32px;
    height: 26px;
    background: url(../images/mana-check.png) no-repeat;
}
.mana-page .mana-3 ul li .text dl dd:last-child {
    margin-bottom: 0;
}
.mana-page .mana-3 ul li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 0 0 100px;
}
.mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0 22px 79px 0;
    background: url(../images/about-dots1.png) no-repeat 20px 2px;
}
.mana-page .mana-3 ul li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
    .mana-page .mana-2 .top .left {
        padding-left: 2%;
    }
    .mana-page .mana-2 .bottom .ig {
        margin: 26px auto 0;
    }
    .mana-page .mana-2 .bottom .ig ul.slick-dots {
        left: -11%;
    }
    .mana-page .mana-3 ul li:nth-child(even) .text {
        padding: 0 0 0 50px;
    }
    .mana-page .mana-3 ul li .text dl dd {
        font-size: 21px;
    }
}
@media screen and (max-width: 1280px) {
    .mana-page .mana-1 .left {
        padding-left: 4%;
    }
    .mana-page .mana-1 .left .title {
        font-size: 40px;
    }
    .mana-page .mana-2 .top .left .title {
        font-size: 40px;
    }
    .mana-page .mana-3 ul li .text .title {
        font-size: 40px;
        line-height: 1.4;
    }
    .mana-page .mana-3 ul li:nth-child(even) .text {
        padding: 0 0 0 30px;
    }
    .mana-page .mana-3 ul li .text dl dd {
        font-size: 20px;
        padding-right: 45px;
    }
    .mana-page .mana-3 ul li .text dl dd::before {
        top: 0;
    }
}
@media screen and (max-width: 1100px) {
    .mana-page .mana-1 .left {
        padding-left: 2%;
    }
    .mana-page .mana-1 .left .con {
        margin-top: 10px;
    }
}
@media screen and (max-width: 1000px) {
    .mana-page .mana-1 .left {
        width: 100%;
        padding-left: 0;
    }
    .mana-page .mana-1 .right {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .mana-page .mana-2 .top .left {
        width: 100%;
        padding-left: 0;
    }
    .mana-page .mana-2 .top .right {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .mana-page .mana-2 .bottom {
        margin-top: 40px;
    }
    .mana-page .mana-2 .bottom .ig {
        padding: 20px 30px 40px 40px;
    }
    .mana-page .mana-2 .bottom .ig ul li .text {
        padding-right: 20px;
    }
    .mana-page .mana-2 .bottom .ig ul.slick-dots {
        left: -5%;
    }
    .mana-page .mana-3 ul li {
        margin-bottom: 30px;
    }
    .mana-page .mana-3 ul li .img {
        width: 100%;
    }
    .mana-page .mana-3 ul li .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .mana-page .mana-3 ul li .text .con,
    .mana-page .mana-3 ul li .text dl {
        margin-top: 20px;
    }
    .mana-page .mana-3 ul li:nth-child(even) .text {
        padding: 20px 0 0 0;
    }
    .mana-page .mana-3 ul li:nth-child(even) .img {
        padding: 0 0 79px 0;
    }
    .mana-page .mana-4 .content {
        margin-top: 40px;
    }
    .mana-page .mana-4 .content ul {
        margin: 0 0 -25px -15px;
    }
    .mana-page .mana-4 .content ul li {
        padding: 0 0 25px 15px;
    }
}
@media screen and (max-width: 700px) {
    .mana-page .mana-1 .left .title,
    .mana-page .mana-2 .top .left .title {
        font-size: var(--ft36);
        line-height: 1.5;
    }
    .mana-page .mana-2 .top .right {
        padding: 10px 0 0 0;
        margin-top: 0;
    }
    .mana-page .mana-2 .bottom {
        margin-top: 20px;
    }
    .mana-page .mana-2 .bottom .ig ul li .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .mana-page .mana-2 .bottom .ig ul li .text p {
        margin-top: 10px;
    }
    .mana-page .mana-3 ul li .text .title {
        font-size: var(--ft36);
    }
    .mana-page .mana-3 ul li:nth-child(even) .img {
        padding: 0;
    }
}
@media screen and (max-width: 500px) {
    .mana-page .mana-1 .left .title,
    .mana-page .mana-2 .top .left .title {
        font-size: var(--ft32);
    }
    .mana-page .mana-1 .left .con {
        font-size: 14px;
        line-height: 2;
    }
    .mana-page .mana-2 .top .right {
        font-size: 14px;
        line-height: 2;
    }
    .mana-page .mana-2 .bottom .ig {
        padding: 20px 20px 30px 20px;
    }
    .mana-page .mana-2 .bottom .ig ul li .text p {
        font-size: 14px;
        line-height: 2;
    }
    .mana-page .mana-3 ul li .text .con {
        font-size: 14px;
        line-height: 2;
    }
}

.onestop-page .onestop-2 {
  padding-bottom: 26.04166667%;
  position: relative;
  z-index: 1;
}
.onestop-page .onestop-2 .list li {
  max-width: 200px;
  width: 100%;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.onestop-page .onestop-2 .list li.icon {
  width: auto;
}
.onestop-page .onestop-2 .list li span.border {
  padding-top: 100%;
  display: block;
  width: 100%;
  border-radius: 100%;
  position: relative;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li span.border:after {
  content: '';
  width: 100%;
  height: 100%;
  border: .4em solid black;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: inherit;
}
.onestop-page .onestop-2 .list li span.border:before {
  content: '';
  width: 70%;
  height: 70%;
  right: 15%;
  top: 15%;
  border: 1px solid black;
  z-index: -1;
  position: absolute;
  border-radius: inherit;
}
.onestop-page .onestop-2 .list li span.bl {
  position: absolute;
  top: 15%;
  right: 15%;
  width: 70%;
  height: 70%;
  border-radius: 100%;
  background-color: var(--color);
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li span.bl:after,
.onestop-page .onestop-2 .list li span.bl:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  zoom: .5;
}
.onestop-page .onestop-2 .list li span.bl:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.onestop-page .onestop-2 .list li .box i {
  height: 0;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li .box i img {
  max-height: 100%;
}
.onestop-page .onestop-2 .list li .box span.h6 {
  line-height: 1.2;
}
.onestop-page .onestop-2 .list li .content {
  position: absolute;
  top: 100%;
  margin-top: 2em;
  background-color: var(--color);
  color: white;
  width: 35.83333333vw;
  border-radius: 0.5em;
  text-align: right;
  padding: 1.2em;
  right: 0;
  display: none;
}
.onestop-page .onestop-2 .list li .content span.line {
  border-bottom: 0.375em solid var(--color);
  border-right: 0.25em solid transparent;
  border-left: 0.25em solid transparent;
  position: absolute;
  bottom: 100%;
}
.onestop-page .onestop-2 .list li .content span.line:before {
  content: '';
  height: 1em;
  width: 2px;
  background-color: var(--color);
  bottom: .3em;
  right: 50%;
  margin-right: -1px;
  position: absolute;
}
.onestop-page .onestop-2 .list li .content span.h6 {
  line-height: 1.2;
}
.onestop-page .onestop-2 .list li .content .text {
  color: inherit;
  line-height: 2;
}
.onestop-page .onestop-2 .list li:nth-child(1) span.line {
  right: 13%;
}
.onestop-page .onestop-2 .list li:nth-child(3) .content {
  right: -10%;
}
.onestop-page .onestop-2 .list li:nth-child(3) .content span.line {
  right: 15.5%;
}
.onestop-page .onestop-2 .list li:nth-child(5) .content {
  right: -20%;
}
.onestop-page .onestop-2 .list li:nth-child(5) .content span.line {
  right: 19%;
}
.onestop-page .onestop-2 .list li:nth-child(7) .content {
  right: auto;
  left: -20%;
}
.onestop-page .onestop-2 .list li:nth-child(7) .content span.line {
  right: auto;
  left: 19%;
}
.onestop-page .onestop-2 .list li:nth-child(9) .content {
  right: auto;
  left: -10%;
}
.onestop-page .onestop-2 .list li:nth-child(9) .content span.line {
  right: auto;
  left: 16.5%;
}
.onestop-page .onestop-2 .list li:nth-child(13) .content,
.onestop-page .onestop-2 .list li:nth-child(11) .content {
  right: auto;
  left: 0;
}
.onestop-page .onestop-2 .list li:nth-child(13) .content span.line,
.onestop-page .onestop-2 .list li:nth-child(11) .content span.line {
  right: auto;
  left: 13%;
}
.onestop-page .onestop-2 .list li.active span.border {
  opacity: 0;
}
.onestop-page .onestop-2 .list li.active span.bl {
  opacity: 1;
}
.onestop-page .onestop-2 .list li.active .box {
  color: white;
}
.onestop-page .onestop-2 .list li.active .box i {
  height: 1em;
}
.onestop-page .onestop-2 .list li.active .content {
  display: block;
}
.onestop-page .onestop-3 .list ul li {
  border: 2px solid #ebebeb;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li .content {
  padding: 3% 6% 3%!important;
}
.onestop-page .onestop-3 .list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.onestop-page .onestop-3 .list ul li > i {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: #f8f8f8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li > i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li span.h5 {
  line-height: 1.2;
}
.onestop-page .onestop-3 .list ul li span.h6 {
  color: #636363;
}
.onestop-page .onestop-3 .list ul li .text {
  line-height: 1.5625;
}
.onestop-page .onestop-3 .list ul li .text i {
  color: black;
  font-weight: bold;
}
.onestop-page .onestop-3 .list ul li:hover {
  border-color: var(--color);
}
.onestop-page .onestop-3 .list ul li:hover > i {
  background-color: var(--color);
}
.onestop-page .onestop-3 .list ul li:hover > i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.icon890:last-child {
    display: none;
}
@media screen and (max-width: 1450px) {
  .onestop-page .onestop-2 .list li {
    max-width: 150px;
  }
}
@media screen and (max-width: 1250px) {
      .onestop-page .onestop-2 .list li .content {
    display: block;
    position: static;
    width: 100%;
    margin-top: 0;
  }
  .onestop-page .onestop-2 .list li .content span.line {
    display: none;
  }
  .onestop-page .onestop-2 .list li {
    width: 100%;
    max-width: none;
  }
  .onestop-page .onestop-2 .list li .box,
  .onestop-page .onestop-2 .list li .bl,
  .onestop-page .onestop-2 .list li span.border {
    display: none;
  }
  .onestop-page .onestop-2 .list li.icon {
    display: none;
  }
  .onestop-page .onestop-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .onestop-page .onestop-2 {
    padding-bottom: 15%;
  }
}
@media screen and (max-width: 1000px) {
  .onestop-page .onestop-1 .box .right {
    margin-left: 0;
  }
  .onestop-page .onestop-1 .box .left:before {
    display: none;
  }
  .onestop-page .onestop-1 .box:nth-child(even) .right{
      margin: 0;
  }
}
 


.prodet-page .download ul li .box{
  background: #efefef;
  padding: 20px;
}
.prodet-page .download ul li .box .img-box{
  padding-left: 30px;
}
.prodet-page .download ul li .box p{
  line-height: 24px;
  color: #717171;
}
.prodet-page .download ul li .box .btn a{
  background: var(--color);
  color: white;
  height: 45px;
  line-height: 45px;
  padding: 0 5px;
  text-align: center;
  width: 49%;
  font-size: 16px;
  font-weight: bold;
}
.prodet-page .download .top{
  border-bottom: 2px solid #e8e8e8;
  position: relative;
}
.prodet-page .download .top h2{
  position: relative;
}
.prodet-page .download .top::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 280px;
  height: 2px;
  background: var(--color);
}
.prodet-page .download .top form{
  position: relative;
  width: 365px;
}
.prodet-page .download .top form input{
  width: 100%;
  background: #f5f7fa;
  border: none;
  padding: 0 15px 0 60px;
  font-size: 16px;
  height: 57px;
}
.prodet-page .download .top form input[type="submit"]{
  position: absolute;
  left: 0;
  top: 0;
  width: 57px;
  background: url(../images/tc-zoom.png) no-repeat center;
}
@media screen and (max-width:1450px){
  .prodet-page .download ul li .box .btn a{
    width: 100%;
  }
}
@media (max-width: 1000px){
   .prodet-page .download ul li .box .img-box{
    width: 100%;
    padding: 0;
  }
  .prodet-page .download ul li .box .content{
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px){
  
  .prodet-page .download ul li{
    width: 100%;
  }
}

.faq-page .faq-2 .list ul li {
    padding: 30px;
    position: relative;
    z-index: 2;
}

.faq-page .faq-2 .list ul li span.h6 {
    font-size: 24px;
    color: #303030;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    line-height: 1.6;
}

.faq-page .faq-2 .list ul li span.h6 i.iconfont {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    background-color: #cfcfcf;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: .5em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.faq-page .faq-2 .list ul li span.h6 i.iconfont-xiajiantou1 {
    margin-left: 0;
    margin-right: auto;
    cursor: pointer;
    cursor: hand;
}

.faq-page .faq-2 .list ul li span.h6.active i.iconfont {
    background-color: var(--color);
}

.faq-page .faq-2 .list ul li span.h6.active i.iconfont-xiajiantou1 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-page .faq-2 .list ul li .text {
    color: #a8a8a8;
    margin-top: 1.3em;
    padding-top: 1.3em;
    border-top: 1px solid #e0e0e0;
    display: none;
    line-height: 2;
}

.faq-page .faq-2 .list ul li:nth-child(odd) {
    background-color: #f8f8f8;
}

@media (max-width: 1800px) {

    .faq-page .faq-2 .list ul li .text {
        font-size: 16px;
    }

    .faq-page .faq-2 .list ul li span.h6 {
        font-size: 24px;
    }
}

@media (max-width: 1450px) {
    .faq-page .faq-2 .list ul li span.h6 {
        font-size: 20px;
    }

    .faq-page .faq-2 .list ul li {
        padding: 30px;
    }
}

@media (max-width: 1250px) {
    .faq-page .faq-2 .list ul li span.h6 {
        font-size: 18px;
    }

    .faq-page .faq-2 .list ul li .text {
        font-size: 16px;
    }
}

@media (max-width: 700px) {
    .faq-page .faq-2 .list ul li {
        padding: 15px;
    }

    .faq-page .faq-2 .list ul li span.h6 {
        font-size: 16px;
    }

    .faq-page .faq-2 .list ul li .text {
        font-size: 14px;
    }
}


.product-page .init-3 .container .des{
    font-size: 14px;
    line-height: 2;
    margin-top: 40px;
}
.product-page .init-3 .container .des table{
    border: none;
}
.product-page .init-3 .container .des table tr{
    background: #fff;
}
.product-page .init-3 .container .des table tr td{
    border: 1px solid #ccc;
}
.product-page .init-3 .container .des table tbody > tr > td:first-child{
    background: #f6f6f6;
    min-width: 100px;
}
.product-page .init-3 .container .cat_des{
    max-height: 320px;
    margin-top: 20px;
    color: rgba(0, 0, 0, .5);
    font-size: 18px;
    line-height: 2;
    padding-left: 4px;
    overflow-y: auto;
    font-weight: 500;
}


.product-page .init-3 .container .content ul > p{
    font-size: 20px;
    margin: 60px 20px 0;
    letter-spacing: 0;
}

.product-page .init-3 .container .content ul li .box {
  height: 100%;
    cursor: pointer;
 
}
.product-page .init-3 .container .content>ul>li>.box{
       border: solid 1px #dadada;
}
.product-page .init-3 .container .content ul li .box .img {
    display: block;

    font-size: 0;
}
.product-page .init-3 .container .content ul li .box .img img {
    width: 100%;
}
.product-page .init-3 .container .content ul li .box .title {
    /*margin-top: 20px;*/
    font-weight: 500;
    text-align: center;
}
.product-page .init-3 .container .content ul li .box .title:hover{
    color: var(--color);
}
.product-page .init-3 .container .content ul li .box .title2{
    color: #5f5f5f;
    margin-top: 10px;
    font-weight: 500;
    line-height: 2;
}
.product-page .init-3 .container .content ul li .box .slick-track{
    margin-right: 0;
}
.product-page .init-3 .container .content ul li .box .smallImg{
    margin-top: 10px;
    font-size: 0;
}
.product-page .init-3 .container .content ul li .box .smallImg .grid-box{
    margin: 0 -5px;
}
.product-page .init-3 .container .content ul li .box .smallImg .imgl{
    padding: 0 5px;
}
.product-page .init-3 .container .content ul li .box .smallImg .imgl .box{
    border: solid 1px #dadada;
}
.product-page .init-3 .container .content ul li .content_cont {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 30;
}
.product-page .init-3 .container .content ul li .content_cont .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.product-page .init-3 .container .content ul li .content_cont .content_c {
    max-width: 100%;
    background-color: #fff;
    position: absolute;
    width: 1580px;
    padding-top: 70px;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50.0%,-50%);
    -moz-transform: translate(50.0%,-50%);
    -ms-transform: translate(50.0%,-50%);
    -o-transform: translate(50.0%,-50%);
    transform: translate(50.0%,-50%);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .close {
    z-index: 2;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 8px;
    left: 12px;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    line-height: 46px;
    width: 46px;
    height: 46px;
    cursor: pointer;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top {
    padding: 0 40px;
    padding-bottom: 50px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    width: 380px;
    height: 388px;
    border: 1px solid #eee;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle {
    position: relative;
    width: 110px;
    padding-right: 10px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper {
    height: 354px;
    width: 100%;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper ul{
    padding: 0;
    margin: 0;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li {
    padding: 0;
    margin: 0;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a {
    display: block;
    border: 1px solid #eee;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a img {
    background-color: #f5f5f5;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
    position: absolute;
    bottom: -34px;
    right: 10px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background-color: #f5f5f5;
    cursor: pointer;
    font-size: 16px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn:hover {
    background-color: #212122;
    color: #fff;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .next {
    right: 50px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
    width: -webkit-calc(-390%);
    width: -moz-calc(-390%);
    width: calc(100% - 490px);
    padding-right: 40px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .title {
    font-weight: 600;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .des {
    color: #5f5f5f;
    font-weight: 500;
    margin-top: 20px;
    max-height: 160px;
    overflow-y: auto;
    padding-left: 4px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
    margin-top: 20px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
    margin-top: 10px;
    font-weight: 700;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
    margin-right: 14px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .top .right table {
    width: 100% !important;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .bottom {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 30px;
    font-weight: 500;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .bottom a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #212122;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-right: 10px;
    border: 1px solid #212122;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .bottom a:hover {
    background-color: #fff;
    color: #212122;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont {
    display: none;
    padding: 20px 30px 30px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list {
    margin-top: 10px;
    position: relative;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: #d9d9d9;
    top: 10px;
    right: 0;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list input {
    width: 100%;
    border: none;
    background-color: #f5f5f5;
    padding: 14px 12px;
    font-size: 14px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
    width: 190px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 10px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    margin-right: 30px;
    justify-content: center;
    color: #fff;
    line-height: 1.3;
    padding: 11px 24px;
    background-color: var(--color);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn .img{
    width: 14px;
    height: 14px;
    margin-right: 12px;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover {
    background-color: #000;
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover .img{
    transform: rotate(45deg);
}
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
    width: 390px;
}
.slser {
    background-color: var(--color);
    border-radius: 5px;
}
.slser input {
    height: 40px;
    padding: 0 10px;
    border: 0;
}
.slser input[type="text"] {
    width: 100%;
    background-color: #ffffff;
    border-radius: 0 5px 5px 0;
    
}
.slser input[type="submit"] {
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #03A9F4;
    flex-shrink: 0;
    border-radius: 5px 0 0 5px;
}
.slcat ul li a {
    background-color: var(--color);
    border-radius: 5px;
 
}
.slcat>ul>li>a {
   color: #fff;
}
.slcat ul li li a {
    background-color: #eee;
}
.slcat>ul>li>a i{
     -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.slcat>ul>li>a.active {
    background-color: var(--color);
}
.slcat>ul>li>a.active i{
    transform: rotate(90deg);
}
.slcat>ul>li>ul li a.active{
    color: var(--color);
}
.slcat ul li ul {
    display: none;
}

.slcat ul li a.active + ul {
    display: block;
}
@media (max-width: 1500px) {
    .product-page .init-3 .container .des table tr td{
        min-width: 120px;
    }
    .product-page .init-3 .container .des table tbody>tr>td:first-child{
        min-width: 120px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
        height: 300px;
        width: 300px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
        width: 540px;
    }
}
@media (max-width: 1250px) {
    .product-page .init-3 .container .content ul li .content_cont .content_c .phone_cont {
        overflow-y: auto;
        max-height: 500px;
        padding-left: 10px;

    }
    .product-page .init-3 .container .content ul li .content_cont .content_c {
        width: 970px;
        padding-top: 40px;
     }
      .product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
        display: none !important;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top {
        text-align: center;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
        width: 340px;
        height: 340px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
        width: 100%;
        padding-right: 0;
        margin-top: 20px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .bottom {
        display: none;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .des {
        max-height: 200px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
        width: 50%;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
        margin-right: 0;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
        width: auto;
    }
}
@media (max-width: 1000px) {
    .product-page .init-3 .container .content ul li .content_cont .content_c {
        width: 700px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .slick {
        height: 354px;
    }
    .product-page .init-1 {
        display: none;
    }
    .product-page .init-2 {
        display: none;
    }
    .youenyj {
      display: none !important;
    }
}
@media (max-width: 700px) {
    .product-page .init-3 .container .content ul li .content_cont .content_c {
        width: 96%;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
        width: -webkit-calc(-10%);
        width: -moz-calc(-10%);
        width: calc(100% - 110px);
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c {
        padding-left: 10px;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top {
        padding: 20px 20px 20px 0;
    }
}
@media (max-width: 500px) {

    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
        text-align: center;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
        margin-right: 0;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont {
        padding: 20px 16px 20px 0;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
        width: 100%;
    }
    .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
        display: none;
    }
}

@media (min-width:1001px) {
  .product-page .init-3 .left {
    position: sticky;
    top: 102px;
  }
}

@media (max-width:1000px) {
  .product-page .init-3 .left {
    display: none;
  }
}
.prodet-page .wpulike.wpulike-default {
  display: inline-block;
}
.prodet-page .prodet-1 .left .small .slick-track {
  display: block;
}
.prodet-page .prodet-1 .left .small .arrows {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: black;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .small .slick-track .slick-slide>div,
.prodet-page .prodet-1 .left .small .slick-track .slick-slide {
  height: auto;
  width: 100%;
}
.prodet-page .prodet-1 .left .small .arrows:hover {
  background-color: var(--color);
}
.prodet-page .prodet-1 .left .small ul {
  margin: -0.5em 0;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: .5em 0;
}
/*.prodet-page .prodet-1 .left .big {
  -webkit-box-reflect: below -15% linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
}*/
.prodet-page .prodet-1 .right h1 {
  line-height: 1.2;
}
.prodet-page .prodet-2 .top {
  border-bottom: 1px solid #cdcdcd;
}
.prodet-page .prodet-2 .top span {
  height: 3.36363636em;
  padding-right: .8em;
  padding-left: 2.45454545em;
  border-top-left-radius: 0.72727273em;
  border-top-left-radius: 0.72727273em;
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .top i.plus {
  width: 1em;
  height: 1em;
  margin: 0 1em;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .top i.plus:before,
.prodet-page .prodet-2 .top i.plus:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: black;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-2 .top i.plus:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.prodet-page .prodet-2 .content table {
  color: black;
}
.prodet-page .prodet-2 .content table tbody {
  table-layout: fixed;
}
.prodet-page .prodet-2 .content table tr td {
  padding: 1em;
  border-color: #dcdcdc;
}

.prodet-page .prodet-2 .list {
  -webkit-filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.09));
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.09));
}
.prodet-page .prodet-2 .list li {
  height: 100%;
}
.prodet-page .prodet-2 .list .box {
  background-color: white;
  height: 100%;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  justify-content: flex-start;
}
/*.prodet-page .prodet-2 .list .box .text {
  margin-top: auto;
}*/
.prodet-page .prodet-2 .list .box i {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.prodet-page .prodet-2 .list .box i img {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .list .box i:before,
.prodet-page .prodet-2 .list .box i:after {
  content: '';
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: var(--color);
  position: absolute;
  z-index: -1;
}
.prodet-page .prodet-2 .list .box i:before {
  left: 0;
  top: 0;
  -webkit-transform: translate(-50.0%,-50%);
  -moz-transform: translate(-50.0%,-50%);
  -ms-transform: translate(-50.0%,-50%);
  transform: translate(-50.0%,-50%);
}
.prodet-page .prodet-2 .list .box i:after {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50.0%,50%); scale(0.6);
  -moz-transform: translate(50.0%,50%); scale(0.6);
  -ms-transform: translate(50.0%,50%); scale(0.6);
  transform: translate(50.0%,50%); scale(0.6);
}
.prodet-page .prodet-2 .list .box:hover {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .list .box:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.prodet-page .prodet-2 .list .box:hover .text {
  color: inherit;
}
.prodet-page .prodet-3 {
  background-color: #f7f7f7;
  border-top-left-radius: 1em;
  border-top-left-radius: 1em;
}
.prodet-page .prodet-3 .form ul li input,
.prodet-page .prodet-3 .form ul li textarea {
  width: 100%;
  padding: 1em 2em;
  background-color: white;
  border: none;
}
.prodet-page .prodet-3 .form ul li textarea {
  height: 14.44444444em;
}
.prodet-page .prodet-3 .form ul li button {
  height: 2.75em;
  width: 10em;
  padding: 0 1em;
  max-width: 100%;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: none;
}
.prodet-page .prodet-3 .form ul li button:hover {
  background-color: black;
}
.prodet-page .prodet-4 span.h2 em {
  color: var(--color);
}
.prodet-page .prodet-2 .list .box .text.font-16 {
    line-height: 1.8;
}
.prodet2-1 .play {
    font-size: 20px;
    width: 3em;
    height: 3em;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: var(--color);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
    cursor: hand;
}


.prodet2-1 .play:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 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
}

.prodet2-1 .play:before {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}



.prodet2-1 .big {
    width: 60%;
    margin-right: 15%;
}

.prodet2-1 .small {
    width: 10%;
    top: 50%;
    left: 0;
    font-size: 0;
    transform: translateY(-50%);
}

.prodet2-1 .small ul {
    margin: -8px;
}

.prodet2-1 .small li {
    padding: 8px;
}

.prodet2-1 .small li .img-box {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
}

.prodet2-1 .small span.arrow {
  position: absolute;
  right: calc(50% - 1em);
  transform: rotate(90deg);
  font-size: 14px;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 50%;
  text-align: center;
  background-color: var(--color);
  color: #FFFFFF;
  cursor: pointer;
}

.prodet2-1 .small span.arrow.arrow_l {
  bottom: 102%;
}

.prodet2-1 .small span.arrow.arrow_r {
  top: 102%;
}

.prodet2-1 .cate {
    right: 15%;
    top: 15%;
    font-size: 8.17vw;
    line-height: 1;
    width: 70%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #9b9b9b;
    opacity: .18;
}

.prodet2-2 {
    margin-top: -1em;
}

.prodet2-2 .box {
    border-top: 1px solid rgba(163,163,163,.25);
    border-bottom: 1px solid rgba(163,163,163,.25);
}

.prodet2-2 .left > div {
    height: 100%;
}

.prodet2-2 .left .cate {
    color: var(--color);
}

.prodet2-2 .left .name {
    line-height: 1.4;
}

.prodet2-2 .left .msgbtn {
    line-height: 3em;
    height: 3em;
    color: #ffffff;
    background-color: var(--color);
    border-radius: 1.5em;
    transition: .5s ease;
}

.prodet2-2 .left .msgbtn:hover {
  background-color: #000000;
  color: #ffffff;
}

.prodet2-2 .right {
    border-right: 1px solid rgba(163,163,163,.25);
}

.prodet2-2 .right > div + div {
    border-top: 1px solid rgba(163,163,163,.25);
}


.prodet2-2 .right .social-links a {
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 1em;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
}

.prodet2-3 .tag a {
    line-height: 3em;
    height: 3em;
    color: #ffffff;
    background-color: var(--color);
    border-radius: 1.5em;
}

.prodet2-3 .tag a.active {
    color: #a4a4a4;
    background-color: #dedede;
}

.prodet2-3 .bar .left ul {
    margin: -5px;
}

.prodet2-3 .bar .left li {
    padding: 5px;
}

.prodet2-3 .bar .left li .plus {
    width: 4em;
    height: 4em;
    line-height: 4em;
    text-align: center;
    color: #ffffff;
    background-color: var(--color);
    border-radius: 50%;
    opacity: 0;
}

.prodet2-3 .bar .left li.active .plus {
    opacity: 1;
}
.prodet-page .prodet-init1 .left ul.big{
  border: 1px solid rgba(0,0,0,0.1);
}
.prodet-page .prodet-init1 .left .small{
  margin-top: 20px;
}
.prodet-page .prodet-init1 .left .small ul li a{
  display: block;
  border: 1px solid rgba(0,0,0,0.1);
}
.prodet-page .prodet-init1 .right{
  position: sticky;
  top: 120px;
}
.industrial-1 .right {
  position: relative;
  z-index: 1;
}
.industrial-page .industrial-1 .right span.h2 {
  max-width: 640px;
}
.app-page .industrial-1 .right span.h2 {
  width: 100%;
  line-height: 1.2;
}
.industrial-page .industrial-1 .right .info {
  max-width: 640px;
}
.industrial-page .industrial-1 .right .info li {
  padding: .3em .5em;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.industrial-page .industrial-1 .right .info li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(white), to(var(--color)));
  background-image: -webkit-linear-gradient(left, white, var(--color));
  background-image: -moz-linear-gradient(left, white, var(--color));
  background-image: linear-gradient(to right, white, var(--color));
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.industrial-page .industrial-1 .right .info li:hover {
  color: white;
}
.industrial-page .industrial-1 .right .info li:hover:before {
  opacity: 1;
}
.industrial-page .industrial-1 .right .dots p {
  margin-bottom: .3em;
}
.industrial-page .industrial-1 .right .dots p i {
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
}
.industrial-page .industrial-1 .box:not(.flex-drr) .left {
  direction: ltr;
}
@media screen and (max-width: 1000px) {
        .industrial-page .industrial-1 .left .img {
    width: 100%;
  }
    .app-page .industrial-1 .right span.h2 {
    width: 100%;
  }
}
.industrial-1 .right .text {
  line-height: 1.8;
}

.prodet1-page {
    padding: 100px 0 10px 0;
}
.prodet1-page .prodet-1 .box .left .big-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.prodet1-page .prodet-1 .box .left .big {
    width: 85%;
}
.prodet1-page .prodet-1 .box .left .big .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    border: none;
    font-size: 20px;
    color: #fff;
    background-color: var(--color);
    font-family: FontAwesome;
}
.prodet1-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
    right: 20px;
}
.prodet1-page .prodet-1 .box .left .big .slick-arrow.slick-next {
    left: 40px;
}
.prodet1-page .prodet-1 .box .left .small {
    width: 15%;
}
.prodet1-page .prodet-1 .box .left .small ul {
    margin: -5px;
}
.prodet1-page .prodet-1 .box .left .small ul li {
    padding: 5px;
}

.prodet1-page .prodet-1 .box .left .small img {
    border: 1px solid #e6e6e6;
}

.prodet1-page .prodet-1 .box .right .content h1{
    font-weight: 700;
    font-weight: bold;
}
.prodet1-page .prodet-1 .box .right .content .text {
    line-height: 2;
    max-height: 403px;
    padding-left: 20px;
    margin-top: calc(1.46vw + 14px);
    overflow: auto;
}
.prodet1-page .prodet-1 .box .right .content a.msg {
    color: white;
    background-color: var(--color);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    text-align: center;
}
.prodet1-page .prodet-1 .box .right .content a.msg:hover {
    color: white;
    background-color: #000000;
}
.prodet1-page .prodet-1 .box .right .content .social-links h4,
.prodet1-page .prodet-1 .box .right .content .social-links ul {
    display: inline-block;
    vertical-align: middle;
}
.prodet1-page .prodet-2 {
    padding-top:calc(0.1667vw + 20px);
    margin-bottom:calc(5.90vw + 10px);
}
.prodet1-page .prodet-2 form input,
.prodet1-page .prodet-2 form textarea {
    width: 100%;
    padding: 20px;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    margin-bottom: 17px;
    /*font-style: italic;*/
}
.prodet1-page .prodet-2 form textarea {
    height: 170px;
}
.prodet1-page .prodet-2 form button {
    margin-top: calc(0.8345vw + 14px);
    font-size: 20px;
    font-weight: 400;
    font-weight: 700;
    color: #FFFFFF;
    background-color: var(--color);
    border: none;
    padding: 10px 45px;
    text-transform: uppercase;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.prodet1-page .prodet-2 form button:hover {
    background-color: #000000;
}
.prodet1-page .prodet-2 .options ul {
    position: relative;
}
.prodet1-page .prodet-2 .options ul::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #f2f2f2;
}
.prodet1-page .prodet-2 .options ul li {
    width: auto;
    position: relative;
}
.prodet1-page .prodet-2 .options ul li + li {
    margin-right: 130px;
}
.prodet1-page .prodet-2 .options ul li a {
    padding: 15px 14px) + calc(0vw;
    /*font-weight: 700;*/
    font-size: calc(0.8345vw + 14px);
    text-transform: uppercase;
    font-weight: 500;
}
.prodet1-page .prodet-2 .options ul li a::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -1px;
    display: block;
    height: 3px;
    width: 0;
    background-color: var(--color);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}
.prodet1-page .prodet-2 .options ul li.active a::after {
    width: 100%;
}
.prodet1-page .prodet-2 .ret ul li .content {
    /*padding-left: 90px;
    padding-right: 90px;*/
}
.prodet1-page .prodet-2 .ret ul li .content.form {
    padding: 5%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.prodet1-page .prodet-3 {
    padding-top: calc(4.479vw + 14px);
    margin-bottom: calc(4.90vw + 10px);
}
.prodet1-page .prodet-3 ul li .img img{
    width: 100%;
    border: 1px solid #efefef;
}
.prodet1-page .prodet-3 .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    border: none;
    font-size: 20px;
    color: #FFFFFF;
    background-color: var(--color);
}
.prodet1-page .prodet-3 .slick-arrow.slick-prev {
    right: -50px;
}
.prodet1-page .prodet-3 .slick-arrow.slick-next {
    left: -50px;
}
@media screen and (max-width: 1200px) {
    .prodet1-page .prodet-1 .box .right .content h1 {
        margin: 0;
    }
    .prodet1-page .prodet-1 .box .right .content a.msg {
        margin-top: calc(0.8345vw + 14px);
    }
    .prodet1-page .prodet-2 .options ul li + li {
        margin-right: 60px;
    }
}
@media screen and (max-width: 1000px) {
    .prodet1-page {
        padding: calc(2.3955vw 0 14px) +;
    }
    .prodet1-page .prodet-1 .box .left {
        width: 100%;
    }
    .prodet1-page .prodet-1 .box .right {
        width: 100%;
        padding: 0;
        margin-top: calc(1.3555vw + 14px);
    }
    .prodet1-page .prodet-2 {
        padding-top: calc(2.3955vw + 14px);
        margin-bottom: calc(2.3955vw + 14px);
    }
    .prodet1-page .prodet-3 {
        padding-top: calc(2.3955vw + 14px);
    }
    .prodet1-page .prodet-2 .ret ul li .content {
        padding-right: 30px;
        padding-left: 30px;
    }
    .prodet1-page .prodet-2 .ret ul li .content.form {
        padding-top: calc(0.8345vw + 14px);
        padding-bottom: calc(0.8345vw + 14px);
    }
    .prodet-page .prodet-init1 .right{
      position: relative;
      top: 0;
    }
}
@media screen and (max-width: 500px) {
    .prodet1-page .prodet-1 .box .left .big-small {
        display: block;
    }
    .prodet1-page .prodet-1 .box .left .big {
        width: 100%;
        padding: 0;
    }
    .prodet1-page .prodet-1 .box .left .small {
        width: 100%;
        margin-top: 10px;
    }
    .prodet1-page .prodet-2 form input,
    .prodet1-page .prodet-2 form textarea {
        padding: 10px;
    }
    .prodet1-page .prodet-2 .options ul li {
        width: 100%;
    }
    .prodet1-page .prodet-2 .options ul li + li {
        margin: 0;
    }
    .prodet1-page .prodet-2 .ret ul li .content {
        padding-right: 0;
        padding-left: 0;
    }
    .prodet1-page .prodet-2 .ret ul li .content.form {
        padding-right: 15px;
        padding-left: 15px;
    }
    .prodet1-page .prodet-2 form textarea {
        height: 100px;
    }
}
  @media screen and (max-width: 1000px) {
        .prodet1-page .prodet-2 .ret ul li .content table tbody {
        white-space: normal;
        min-width: 1000px;
    }
  }
  @media screen and (max-width: 1550px) {
          .prodet1-page .prodet-3 .slick-arrow.slick-next{
          left: 0px;
      }
        .prodet1-page .prodet-3 .slick-arrow.slick-prev{
          right: 0px;
      }
  }

.inner-page .m-page > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: .5em;
}
.inner-page .m-page a,
.inner-page .m-page span {
  height: 2.25em;
  width: 2.25em;
  border-radius: .3em;
  border: 1px solid #d4d4d4;
  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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.seoPublic .Auxil-related .list ul li .box .content a.more{
  color: white;
}
.seoPublic .Auxil-related .list ul li .box .content a.more:hover{
  background: black;
}