@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-bold.eot');
  src: url('../fonts/roboto-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bold.woff2') format('woff2'), url('../fonts/roboto-bold.woff') format('woff'), url('../fonts/roboto-bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-regular.eot');
  src: url('../fonts/roboto-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular.woff2') format('woff2'), url('../fonts/roboto-regular.woff') format('woff'), url('../fonts/roboto-regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/Roboto-Light.eot');
  src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
body {
  font-family: "roboto";
  max-width: 1920px;
  --color: #24486a;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1630px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .h-top {
  background-color: #24486a;
  color: white;
  font-size: 18px;
  padding: 8px 0;
}
#header .h-top .email img {
  vertical-align: middle;
  margin-right: 10px;
}
#header .h-top .share a {
  font-size: 18px;
  margin-left: 15px;
}
#header .nav {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  max-width: 1920px;
  margin: auto;
  background-color: white;
  padding: 10px 0;
}
#header .nav .ui.menu {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 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;
  margin: 0 28px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#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;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 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;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > 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-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
  width: 44px;
  height: 44px;
  background-color: var(--color);
  border-radius: 4px;
  text-align: center;
  line-height: 44px;
}
#header .nav .ui.menu .h-search img {
  vertical-align: middle;
}
#header .nav .ui.menu .yuy {
  margin-right: 9px;
}
#header .nav .ui.menu .yuy span {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  text-align: center;
  line-height: 44px;
  border: 1px solid #d5d5d7;
  cursor: pointer;
}
#header .nav .ui.menu .yuy span img {
  vertical-align: middle;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -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;
  right: 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;
  right: 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);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#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-left: 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);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 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: 100% !important;
  -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;
}
@-webkit-keyframes ks1 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes ks1 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes ks1 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.more {
  font-size: 24px;
  height: 59px;
  line-height: 59px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--color);
  color: white;
  padding: 0 40px;
  display: inline-block;
  border-radius: 8px;
}
.more:hover {
  background-color: #222;
}
#banner li {
  position: relative;
}
#banner li video {
  display: block;
  width: 100%;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner li .content .left {
  width: 50%;
  color: white;
}
#banner li .content .left h2 {
  line-height: 1.4;
}
#banner li .content .left p {
  line-height: 1.7;
}
.i-title {
  position: relative;
  line-height: 1.2;
  padding-bottom: 21px;
}
.i-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background-color: #df354b;
}
#index-body .init-1 .left .i-title {
  padding-bottom: 33px;
}
#index-body .init-1 .left ul li {
  margin-bottom: 22px;
  background-color: #323232;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 25px 30px;
  border-radius: 8px;
}
#index-body .init-1 .left ul li .icon {
  margin-right: 25px;
}
#index-body .init-1 .left ul li i {
  margin-left: auto;
}
#index-body .init-1 .left ul li.active,
#index-body .init-1 .left ul li:hover {
  background-color: var(--color);
}
#index-body .init-1 .right .des {
  line-height: 1.8;
  color: #292b2c;
}
#index-body .init-1 .right .list {
  border-radius: 8px;
  overflow: hidden;
}
#index-body .init-1 .right ul li .box {
  border-radius: 8px;
  overflow: hidden;
}
#index-body .init-1 .right ul li .box .content {
  background-color: var(--color);
  color: white;
}
#index-body .init-1 .right ul li .box .content .text {
  line-height: 1.8;
}
#index-body .init-1 .right .slickDots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .init-1 .right .slickDots ul li {
  background-color: #dcdcdc;
}
#index-body .init-1 .right .slickDots ul li.slick-active {
  background-color: white;
}
#index-body .init-2 {
  background-color: #f6f6f6;
}
#index-body .init-2 .i-title {
  padding-bottom: 21px;
}
#index-body .init-2 .text {
  line-height: 1.8;
}
#index-body .init-2 ul li .box {
  border-radius: 8px;
}
#index-body .init-2 ul li .box p {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background-color: white;
  border-radius: 8px;
  color: #323232;
  padding-left: 40px;
}
#index-body .init-2 ul li .box p::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 21px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #df354b;
}
#index-body .i-about .left .text {
  line-height: 1.8;
  color: #292b2c;
}
#index-body .i-about .right .play {
  cursor: pointer;
}
#index-body .i-about .right .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks1 3s infinite;
  -moz-animation: ks1 3s infinite;
  animation: ks1 3s infinite;
  display: block;
  z-index: -1;
}
#index-body .i-about .right .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks1 3s infinite;
  -moz-animation: ks1 3s infinite;
  animation: ks1 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
#index-body .i-about .right ul li {
  text-align: center;
}
#index-body .i-about .right ul li .h2 {
  color: var(--color);
  line-height: 1.1;
}
#index-body .i-solution {
  color: white;
}
#index-body .i-solution ul.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .i-solution ul.bg li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .i-solution .box {
  width: 50%;
}
#index-body .i-solution .box .text {
  line-height: 1.8;
  font-weight: 300;
}
#index-body .i-solution .bottom {
  background: #323232;
}
#index-body .i-solution .bottom ul li {
  text-align: center;
  position: relative;
  color: white;
  padding: 35px 20px;
}
#index-body .i-solution .bottom ul li .icon {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .i-solution .bottom ul li .icon img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .i-solution .bottom ul li p {
  font-weight: 300;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .i-solution .bottom ul li .hover {
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  bottom: -18px;
  background-color: var(--color);
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  padding: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
#index-body .i-solution .bottom ul li.active .hover,
#index-body .i-solution .bottom ul li:hover .hover {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
#index-body .init-5 .i-title::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .init-5 ul li .box {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
#index-body .init-5 ul li .box .des {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--color);
  color: white;
  padding: 20px;
  font-weight: 300;
  line-height: 1.8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
#index-body .init-5 ul li .title {
  position: relative;
  padding-left: 30px;
}
#index-body .init-5 ul li .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: #df354b;
  border-radius: 50%;
}
#index-body .init-5 ul li:hover .box .des {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#index-body .init-5 .slickDots ul li {
  background-color: #dcdcdc;
  border: none;
}
#index-body .init-5 .slickDots ul li.slick-active {
  background-color: var(--color);
}
#index-body .init-6 {
  background-color: #eeeeee;
  overflow: hidden;
}
#index-body .init-6 .box {
  width: 52%;
}
#index-body .init-6 .box .i-title {
  white-space: nowrap;
}
#index-body .init-6 .box .text {
  line-height: 1.5;
}
#index-body .init-6 .box ul.number-Plus {
  max-width: 600px;
}
#index-body .init-6 .box ul.number-Plus li {
  margin-bottom: 27px;
}
#index-body .init-6 .box ul.number-Plus li .h2 {
  color: var(--color);
}
#index-body .init-6 .box ul.number-Plus li p {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 9px;
}
#index-body .init-6 .box ul.number-Plus li p img {
  -webkit-filter: invert(1);
  filter: invert(1);
  vertical-align: middle;
}
#index-body .init-6 .box .list {
  border-top: 1px solid #bebebe;
  max-width: 640px;
}
#index-body .init-6 .more {
  position: absolute;
  right: 15px;
  top: 0;
}
#index-body .init-6 .map {
  position: absolute;
  right: -30px;
  top: 110px;
  width: 65%;
}
#index-body .init-6 .map ul li {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0072d1;
  z-index: 2;
}
#index-body .init-6 .map ul li span {
  position: absolute;
  left: 50%;
  bottom: 12px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 30px;
}
#index-body .init-6 .map ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 114, 209, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
#index-body .init-6 .map ul li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 114, 209, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
#index-body .init-6 .map ul li:nth-child(1) {
  left: 76%;
  top: 30%;
}
#index-body .init-6 .map ul li:nth-child(2) {
  left: 76%;
  top: 40%;
}
#index-body .init-6 .map ul li:nth-child(3) {
  left: 70%;
  top: 30%;
}
#index-body .init-6 .map ul li:nth-child(4) {
  left: 82%;
  top: 30%;
}
#index-body .init-6 .map ul li:nth-child(5) {
  left: 90%;
  top: 30%;
}
#index-body .init-6 .map ul li:nth-child(6) {
  left: 56%;
  top: 40%;
}
#index-body .init-6 .map ul li:nth-child(7) {
  left: 64%;
  top: 52%;
}
#index-body .init-6 .map ul li:nth-child(8) {
  left: 70%;
  top: 35%;
}
#index-body .init-6 .map ul li:nth-child(9) {
  left: 82%;
  top: 42%;
}
#index-body .init-6 .map ul li:nth-child(10) {
  left: 86%;
  top: 51%;
}
#index-body .init-6 .map ul li:hover span {
  opacity: 1;
}
#index-body .i-news .i-title::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .i-news ul li {
  border-bottom: 1px solid #e5e5e5;
}
#index-body .i-news ul li .content {
  width: 43%;
}
#index-body .i-news ul li .img-box {
  width: 38%;
}
#index-body .i-news ul li .time {
  color: #b00000;
}
#index-body .i-news ul li .des {
  line-height: 1.8;
  color: #57595a;
}
#index-body .i-news ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.i-form {
  background-color: #323232;
}
.i-form .i-title {
  color: white;
  width: 40%;
}
.i-form .i-title::after {
  content: none;
}
.i-form .right {
  width: 48%;
}
.i-form form {
  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;
  border-radius: 8px;
  overflow: hidden;
  height: 85px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, white), to(transparent));
  background: -webkit-linear-gradient(left, white 0 80%, transparent);
  background: -moz-linear-gradient(left, white 0 80%, transparent);
  background: linear-gradient(to right, white 0 80%, transparent);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.i-form form input {
  width: 40%;
  font-size: 16px;
  padding: 0 15px;
  background-color: white;
  border: none;
  height: 37px;
  border-right: 1px solid #e0e0e0;
}
.i-form form input[type="submit"] {
  width: 20%;
  background-color: var(--color);
  color: white;
  height: 100%;
  border: none;
}
.i-form p {
  color: white;
}
#footer {
  background-color: var(--color);
  color: white;
}
#footer .one {
  max-width: 410px;
}
#footer .one p {
  font-weight: 300;
  line-height: 1.6;
}
#footer .one .share {
  font-size: 20px;
}
#footer .one .share a {
  margin-right: 10px;
}
#footer .line {
  width: 100px;
  height: 3px;
  background-color: #df354b;
}
#footer ul li {
  font-size: 18px;
  opacity: 0.8;
  font-weight: 300;
  margin-bottom: 17px;
}
#footer ul li:hover {
  opacity: 1;
}
#footer .four {
  max-width: 410px;
}
#footer .f-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  opacity: 0.5;
  padding: 15px 0;
  font-weight: 300;
  letter-spacing: 0.5px;
}
#footer .f-copy svg {
  height: 27px;
  width: auto;
  fill: white;
  vertical-align: middle;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  #index-body .init-2 ul li .box p::after {
    top: 20px;
    width: 11px;
    height: 11px;
  }
  #footer .one {
    max-width: 350px;
  }
  #footer .four {
    max-width: 350px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin: 0 15px;
  }
  #banner li .content .left {
    width: 55%;
  }
  #banner li .content {
    top: 57%;
  }
  #footer ul li {
    font-size: 16px;
    margin-bottom: 12px;
  }
  #footer .four {
    max-width: 300px;
  }
  #footer .one {
    max-width: 270px;
  }
  .i-form form {
    height: 70px;
  }
}
@media screen and (max-width: 1250px) {
  .font-60 {
    font-size: 38px;
  }
  #index-body .init-1 .left ul li {
    padding: 15px 18px;
  }
  #index-body .init-2 ul li .box p {
    padding-left: 34px;
  }
  #index-body .init-2 ul li .box p::after {
    top: 16px;
  }
  #index-body .i-solution .box {
    width: 65%;
  }
  #index-body .i-news ul li .content {
    width: 55%;
  }
  .more {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
  #footer .line {
    width: 70px;
    height: 2px;
  }
  #footer ul li {
    font-size: 14px;
    margin-bottom: 8px;
  }
  #footer .one {
    max-width: 215px;
  }
  #footer .four {
    max-width: 225px;
  }
}
@media screen and (max-width: 1000px) {
  .font-60 {
    font-size: 28px;
  }
  #index-body .init-1 .left ul li .icon {
    margin-right: 14px;
  }
  #index-body .init-1 .left ul li {
    margin-bottom: 17px;
  }
  #index-body .init-2 ul li .box p {
    right: 12px;
  }
  #index-body .i-about .left {
    width: 100%;
    padding: 0;
  }
  #index-body .i-about .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  #index-body .i-solution .box {
    width: 100%;
  }
  #index-body .i-solution .bottom ul li {
    padding: 20px 5px;
  }
  #index-body .i-solution .bottom ul li .hover {
    padding: 5px;
  }
  .i-form .i-title {
    width: 100%;
  }
  .i-form .right {
    width: 100%;
    margin-top: 20px;
  }
  #footer .one,
  #footer .two,
  #footer .three {
    display: none;
  }
  #footer .four {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #banner li .content .left {
    width: 100%;
  }
  .font-60 {
    font-size: 24px;
  }
  #index-body .init-1 .left {
    width: 100%;
    padding: 0;
  }
  #index-body .init-1 .right {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .more {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
  #index-body .init-2 .top .left {
    width: 100%;
    margin-bottom: 5px;
  }
  #index-body .init-2 .top .txt-right {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
  }
  #index-body .init-2 ul li {
    width: 100%;
  }
  #index-body .i-solution {
    display: none;
  }
  #index-body .init-6 .box {
    width: 100%;
  }
  #index-body .init-6 .map {
    display: none;
  }
  #index-body .i-news ul li .content {
    width: 100%;
  }
  #index-body .i-news ul li .img-box {
    width: 100%;
    margin-bottom: 10px;
  }
  .i-form form {
    height: auto;
    background: transparent;
    border-radius: 0;
  }
  .i-form form input {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
    height: 40px;
  }
  .i-form form input[type="submit"] {
    width: 100%;
    height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .font-60 {
    font-size: 20px;
  }
  .i-title {
    padding-bottom: 10px;
  }
  #banner li video {
    min-height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner li .content .left p {
    margin: 5px 0 9px;
  }
  #index-body .init-6 .more {
    display: none;
  }
  #index-body .init-6 .box .i-title {
    white-space: wrap;
  }
}


.inner-banner{
  color: white;
  margin-top: 60px;
}
.about-page {
  position: relative;
}
.about-page .bg {
  position: absolute;
  left: -1px;
  top: 115px;
  width: 90px;
  height: 100%;
  /*background: url(../images/about-page-left-bg.png) no-repeat left top;*/
}
.about-page .about-1 {
  padding: 120px 0;
  background-color: white;
}
.about-page .about-1 .aboutBtn {
  display: inline-block;
  padding: 15px 30px;
  color: white;
  background-color: #c8b08e;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-page .about-1 .aboutBtn:hover {
  background-color: black;
}
.about-page .about-1 .left {
  position: relative;
  width: 50%;
  padding-right: 40px;
}
.about-page .about-1 .left .img1 {
  display: inline-block;
}
.about-page .about-1 .left .img2 {
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.about-page .about-1 .right {
  width: 50%;
  position: relative;
}
/*.about-page .about-1 .right .title {
  white-space: nowrap;
  text-align: right;
  position: absolute;
  right: 0;
  top: 50px;
}*/
.about-page .about-1 .right .content {
  margin-top: 40px;
  margin-bottom: 75px;
  color:#666;
}
.about-page .about-1 .right .more {
  margin-left: 0;
}
.about-page .about-2 {
  padding: 50px 0 130px;
  background-color: white;
}
.about-page .about-2 .i-title::after{
  left: 50%;
  -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.about-page .about-2 ul {
  margin: 0 -90px 0 -45px;
  margin-top: 50px
}
.about-page .about-2 ul li {
  padding: 0 90px 0 45px;
  border-left: 1px solid #dcdcdc;
  position: relative;
}
.about-page .about-2 ul li:first-child{
  border: none
}
.about-page .about-2 ul li .h5 {
  font-size: 30px;
  line-height: 1.8;
  font-weight: 500;
  font-family: Spectral;

}
.about-page .about-2 ul li .des {
  line-height: 32px;
  color: #818181;
  margin: 31px 0 30px;
  min-height: 140px;
}
/*.about-page .about-2 ul li:last-child {
  padding-right: 0;
}*/
.about-page .about-2 ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 0;
  background: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-2 ul li:hover::after {
  height: 100%;
}
 

 
.custom-page .about-page .about-4{
  padding-top: 60px;
  background: none

}
.custom-page .about-page .about-4 .baseTit .Tit{
  padding-bottom: 40px; 
  padding-top: 80px;
}
.about-page .about-4 {
  padding: 100px 0;
  background-color: #fefbf7;
}
.about-page .about-4 ul {
  margin: 100px 0;
  display: flex;
  flex-wrap: wrap
}
.about-page .about-4 ul{
  margin: 0 -15px
}
.about-page .about-4 ul li {
  padding: 25px;
}
.about-page .about-4 ul li .box {
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.9s;
  text-align: center;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
  padding: 55px 25px;
  /*min-height: 460px;*/
  background-color: #fff;
}
.about-page .about-4 ul li .box .h5 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 500;
  margin: 20px 0 13px;
  font-family: Spectral;
}
.about-page .about-4 ul li .box .des {
  color: #818181;
  min-height: 10.8em;
}
.about-page .about-4 ul li .box:hover {
  background: var(--color);
  color: white;
 
}
.about-page .about-4 ul li .box img {
  transition: .5s ease;
}
.about-page .about-4 ul li .box:hover img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.about-page .about-4 ul li .box:hover .des{
  color: #fff
}
 
@media screen and (max-width: 1450px) {
  .about-page .about-1 .left .img {
    width: 85%;
  }
  .about-page .about-1 .left .img2 {
    width: 45%;
  }
  .about-page .about-2 ul {
    margin: 0 -45px;
  }
  .about-page .about-2 ul li {
    padding: 0 45px;
  }
  .about-page .about-2 ul li .des {
    margin: 25px 0 40px;
  }
  
}
@media screen and (max-width: 1250px) {
  
  .about-page .about-1 .right .content {
    margin-bottom: 30px;
  }
  .about-page .bg {
    display: none;
  }
  .about-page .about-2 ul {
    margin: 0 -20px;
  }
  .about-page .about-2 ul li {
    padding: 0 20px;
  }
 
  .about-page .about-4 ul li {
    width: 50% !important;
  }
 
 
}
@media screen and (max-width: 1000px){
   .about-page .about-1 {
    padding: 60px 0;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
   .about-page .about-1 .left .img {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-top: 0;
    margin-top: 20px;
  }
  .about-page .about-1 .right .title {
    position: relative;
    top: 0;
    text-align: left;
    margin-bottom: 20px;
  }
  .about-page .about-1 .right .more {
    margin-left: 0;
  }
  .about-page .about-2 {
    padding: 60px 0;
  }
 

  .about-page .about-4 {
    padding: 60px 0;
  }
   .about-page .about-4 ul{
    margin: 0
  }
}
@media screen and (max-width: 700px){
   .about-page .about-2 ul li {
    width: 100% !important;
    margin-bottom: 20px;
  }
 
  
}
@media screen and (max-width: 500px){
   .about-page .about-1 .right .title {
    white-space: pre-wrap;
  }
  .about-page .about-2 ul {
    margin: 0;
  }
  .about-page .about-2 ul li {
    padding: 0;
    border-left: none;
  }
  .about-page .about-2 ul li .h5 {
    font-size: 24px;
    line-height: 44px;
  }
  .about-page .about-4 ul li {
    width: 100% !important;
  }
}


.about-page .about-22 {
  color: white;
}
.about-page .about-22 sub {
  vertical-align: baseline;
}
.about-page .about-22 .list {
  padding-left: 7%;
}
.about-page .about-3 .box {
  height: 100%;
  padding-left: 15%;
  padding-right: 15%;
  border: 1px solid #dbdde3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box span.h6 {
  font-weight: 500;
}
.about-page .about-3 .box i {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box:hover {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.about-page .about-3 .box:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-44 .top {
  background-position: bottom center;
  background-repeat: no-repeat;
}
.about-page .about-44 .top .list ul a.img-box {
  max-width: 220px;
  margin-left: 20px;
}
.about-page .about-44 .top .list ul .content {
  padding-left: 20px;
  position: relative;
  overflow: hidden;
}
.about-page .about-44 .top .list ul .content span.h6 {
  line-height: 1;
}
.about-page .about-44 .top .list ul .content:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: var(--color);
  border-radius: 100%;
}
.about-page .about-44 .top .list ul .content:after {
  content: '';
  width: 1px;
  height: 100%;
  top: 20px;
  position: absolute;
  left: 5px;
  background-color: var(--color);
  opacity: .5;
}
.about-page .about-44 .top .list ul .slick-slide {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  margin-top: 120px;
}
.about-page .about-44 .top .list ul .slick-current ~ div {
  margin-top: 0;
}
.about-page .about-44 .top .list ul .slick-current + div,
.about-page .about-44 .top .list ul .slick-current + div + div + div {
  margin-top: 60px;
}
.about-page .about-44 .bottom .line {
  height: 2px;
  background-color: #eaeaea;
  position: relative;
  display: block;
}
.about-page .about-44 .bottom .line i {
  height: 100%;
  position: absolute;
  left: 0;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-44 .bottom .list {
  color: #999;
}
.about-page .about-44 .bottom .list li {
  cursor: pointer;
  cursor: hand;
}
.about-page .about-44 .bottom .list .slick-current {
  color: var(--color);
}
.about-page .about-5 {
  color: white;
}
.about-page .about-5 .text {
  max-width: 610px;
}
 
.about-page .about-6 .list {
  position: relative;
}
.about-page .about-6 .list:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-image: url("../images/about-6-bg.jpg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -2;
}
@media screen and (max-width: 1250px){
   .about-page .about-3 .box i img {
    max-width: 50px;
  }
}

.faq-page .faq-2 {
    padding: 70px 0;
}
.faq-page .faq-2 .left {
    width:100%;
    padding-right: 0px;
}
.faq-page .faq-2 .left ul li {
    margin-bottom: 15px;
    /*border: 1px solid #eee;*/
    box-shadow: 0 0 5px 0 #eee;
    border-radius: 10px;
}
.faq-page .faq-2 .left ul li:last-child {
    margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
    display: block;
    text-align: left;
    padding: 30px;
    background: #ffffff none repeat scroll 0 0;
    color: #111;
    border-radius: 10px;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
    cursor: hand;
    
}

.faq-page .faq-2 .left ul li h4 span {
    margin-right: 5px;
    color: #0b2ea6;
}
.faq-page .faq-2 .left ul li .content {
    padding: 20px 30px;
    display: none;
}
.faq-page .faq-2 .right {
    width: 34%;
    padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
    padding: 30px;
    background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
    width: 100%;
    margin-bottom: 20px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea,
.faq-page .faq-2 .right .box2 .form ul li input{
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 10px;
  font-size: 18px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea{
  height: 200px;
  padding: 10px;
}
.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]{
  padding-left: 0;
  background: #1464ac;
  color: white;
  transition: 0.3s;
}
.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]:hover{
  background: black;
}
@media screen and (max-width: 1250px){
   .faq-page .faq-2 .left ul li h4 {
        font-size: 16px;
        padding: 12px;
    }
    .faq-page .faq-2 .right .box2 {
        padding: 20px 10px;
    }
    .faq-page .faq-2 .right .box2 h3.title {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1000px){
  .faq-page .faq-2 {
        padding: 40px 0;
    }
    .faq-page .faq-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .faq-page .faq-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .faq-page .faq-2 .left ul li h4 {
        font-size: 16px;
        line-height: 2;
    }
    .faq-page .faq-2 .left ul li p{
      font-size: 14px
    }
}
@media screen and (max-width: 500px){
   .faq-page .faq-2 .left ul li h4 {
        padding: 8px;
    }
}
.download-page .ui.container {
  max-width: 1240px;
}
.download-page .text {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.download-page .list ul li a.img-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.download-page .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li span.h6 i {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li:hover a.img-box:before {
  opacity: 1;
}
.download-page .list ul li:hover span.h6 {
  color: #23519e;
  text-decoration: underline;
}
.download-page .list ul li:hover span.h6 i {
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .download-page .list ul li span.h6 i {
    width: 24px;
    opacity: 1;
  }
}

.product-yd-page {
  padding: 100px 0 180px;
}
.product-yd-page ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*color: white;*/
  margin-bottom: 90px;
}
.product-yd-page ul li .content {
  vertical-align: middle;
}
.product-yd-page ul li .content .i-title {
  margin-top: 17px;
}
.product-yd-page ul li .content .text {
  margin: 25px 0 37px;
}
.product-yd-page ul li .img {
  vertical-align: middle;
}
.product-yd-page ul li:last-child {
  margin-bottom: 0;
}
.product-yd-page ul li:nth-child(2n-1) {
  -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;
}
.product-yd-page ul li:nth-child(2n-1) .content {
  padding-right: 35px;
  padding-left: 11%;
}
.product-yd-page ul li:nth-child(2n-1) .img {
  padding-left: 35px;
  text-align: right;
}
.product-yd-page ul li:nth-child(2n) .content {
  padding-left: 35px;
  padding-right: 11%;
}
.product-yd-page ul li:nth-child(2n) .img {
  padding-right: 35px;
}
@media screen and (max-width: 1450px){
   .product-yd-page ul li:nth-child(2n-1) .content {
    padding-left: 4%;
  }
  .product-yd-page ul li:nth-child(2n) .content {
    padding-right: 4%;
  }
}
@media screen and (max-width: 1000px){
   .product-yd-page ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    margin-bottom: 50px;
  }
  .product-yd-page ul li .content {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 30px;
  }
  .product-yd-page ul li .img {
    width: 100% !important;
    padding: 0 !important;
  }
  .product-yd-page {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 700px){
   .product-yd-page {
    padding: 50px 0 60px;
  }
}

.product-page {
  padding-bottom: 100px;
}
.product-page .product-1 {
  /*color: white;*/
  padding: 90px 0 85px;
}
.product-page .product-1 h1 {
  margin: 16px 0 25px;
}
.product-page .product-1 .left{
  vertical-align: bottom;
}
.product-page .product-1 .left .text{
  max-height: 363px;
  overflow: auto;
}
.product-page .product-1 .right {
  padding-left: 80px;
  vertical-align: bottom;
}
.product-page .product-1 .right img {
  border-radius: 5px;
}
 
.product-page#index-body .i-product {
  /*background: #313131;*/
      background: #f5f5f5;
  padding-bottom: 90px;
}
.product-page#index-body .i-product ul {
  margin: -20px -28px;
}
.product-page#index-body .i-product ul li {
  padding: 20px 28px;
}
.prodet-page #index-body .i-product ul li .box,
.product-page#index-body .i-product ul li .box{
  background: white;
}


.prodet-page {
  padding-bottom: 100px;
}
.prodet-page .prodet-1 {
  padding-top: 90px;
  padding-bottom: 65px;
}
.prodet-page .prodet-1 .left {
  width: -webkit-calc(50% + 70px);
  width: -moz-calc(50% + 70px);
  width: calc(50% + 70px);
}
.prodet-page .prodet-1 .left .small {
  width: 23%;
  display: inline-block;
  vertical-align: top;
}
.prodet-page .prodet-1 .left .small ul {
  margin: -5px 0;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: 5px 0;
}
.prodet-page .prodet-1 .left .small ul li a {
  display: block;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
}
.prodet-page .prodet-1 .left .big {
  width: 75%;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}
.prodet-page .prodet-1 .left .big ul li a {
  display: block;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
}
.prodet-page .prodet-1 .left .big ul li a img {
  width: 100%;
}
.prodet-page .prodet-1 .right {
  width: -webkit-calc(50% - 70px);
  width: -moz-calc(50% - 70px);
  width: calc(50% - 70px);
  padding-left: 80px;
  /*color: white;*/
}
.prodet-page .prodet-1 .right h1 {
  line-height: 1.5;
  margin: 10px 0;
}
.prodet-page .prodet-1 .right .text{
  max-height: 196px;
  overflow: auto;
}
.prodet-page .prodet-1 .right .btn {
  background: #f5f5f5;
  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;
  font-size: 20px;
  font-weight: 500;
  color: black;
  padding: 15px 20px 15px 25px;
  -webkit-clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
  cursor: pointer;
  margin: 27px 0 23px;
  width: 86%;
}
.prodet-page .prodet-1 .right .bottom {
  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;
  width: 86%;
}
.prodet-page .prodet-1 .right .bottom .box {
  width: 49%;
  background-color: #3dbcaa;
  height: 140px;
  padding: 15px 15px 15px 25px;
  border-radius: 5px;
  font-size: 20px;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 15px), -webkit-calc(100% - 15px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 15px), -moz-calc(100% - 15px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 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;
}
.prodet-page .prodet-1 .right .bottom .box .arrow {
  position: absolute;
  right: 15px;
  bottom: 15px;
  line-height: 1;
}
.prodet-page .prodet-2 {
  padding-bottom: 30px;
}
.prodet-page .prodet-2 ul.option {
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 3px solid #3dbcaa;
  padding: 15px 0;
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.prodet-page .prodet-2 ul.option li {
  /*-webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;*/
  text-align: left;
  font-size: 19px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  padding: 10px 37px;
  position: relative;
  width: 20%;
}
.prodet-page .prodet-2 ul.option li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 25px;
  background-color: #d5d5d5;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-2 ul.option li:hover,
.prodet-page .prodet-2 ul.option li.active {
  color: #3dbcaa;
}
.prodet-page .prodet-2 .content-box {
  padding-top: 0px;
}
.prodet-page .prodet-2 .content-box .i-title::after{
  left: 50%;
  -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.prodet-page .prodet-2 .content-box .text{
  font-size: 18px;
  line-height: 30px;
}
.prodet-page table tr:nth-child(1),
.prodet-page .prodet-2 .content-box table tr:nth-child(1) {
  background-color: #3dbcaa;
}
.prodet-page table tr,
.prodet-page .prodet-2 .content-box table tr {
  background-color: white;
}
.prodet-page table tr td,
.prodet-page .prodet-2 .content-box table tr td {
  color: black;
}
.prodet-page .prodet-2 .content-box .item {
  /*color: white;*/
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process {
  margin: 0 -15px;
   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;
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process .slick-slide > div{
   display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process li {
  text-align: center;
  padding: 0 15px;
  position: relative;
  width: 20%;
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process li:nth-child(5)::after{
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  top: 90%;
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process li .icon {
  text-align: center;
  margin: auto;
  position: relative;
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process li .icon img {
  margin: auto;
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process li::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 45px;
  /*-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  background: url(../images/triangle.png) no-repeat center;
  width: 15px;
  height: 18px;
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process .slick-slide:last-child li:last-child:after{
  content: none;
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process li p {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process .slick-slide:last-child li .icon::after {
  content: none;
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process .slick-dots {
  text-align: center;
  margin: 0;
  margin-top: 40px;
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process .slick-dots li {
  padding: 0;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 12px;
  height: 12px;
  background-color: #a6a6a6;
  border-radius: 50%;
  margin: 0 8px;
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process .slick-dots li::after{
  content: none;
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process .slick-dots li button {
  display: none;
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process .slick-dots li.slick-active {
  background-color: #3dbcaa;
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process li:nth-child(1){
  order: 1;
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process li:nth-child(2){
  order: 2;
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process li:nth-child(3){
  order: 3;
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process li:nth-child(4){
  order: 4;
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process li:nth-child(5){
  order: 5;
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process li:nth-child(6){
  order: 10;
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process li:nth-child(7){
  order: 9;
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process li:nth-child(8){
  order: 8;
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process li:nth-child(9){
  order: 7;
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process li:nth-child(10){
  order: 6;
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process li:nth-child(n+6)::after{
  left: 0;
  transform: rotate(180deg);
}
.prodet-page .prodet-2 .content-box .item1 ul.manu_process li:last-child::after{
  display: none;
}
.prodet-page .prodet-2 .content-box table{
  float: unset !important;
}
.prodet-page .prodet-2 .adv{
  padding-bottom: 50px;
}
.prodet-page .prodet-2 .adv .i-title{
  margin-bottom: 40px;
}
.prodet-page .prodet-2 .adv_list{
  margin: -15px;
}
.prodet-page .prodet-2 .adv_list .column{
  padding: 15px;
}
.prodet-page .prodet-2 .adv_list .column .box{
      border: 1px solid rgba(255, 255, 255, .2);
    text-align: center;
        padding: 17px 30px;
    background: #f1f1f1;
}
.prodet-page .prodet-2 .adv_list .column .box h4 {
    font-size: 22px;
    font-weight: 600;
    /*color: #fff;*/
    margin: 12px 0 14px;
}
.prodet-page .prodet-3 {
  color: white;
  background-color: #3d3d3d;
  padding: 60px 0 90px;
}
.prodet-page .prodet-3 ul {
  margin: -30px;
}
.prodet-page .prodet-3 ul li {
  padding: 30px;
}
.prodet-page .prodet-3 ul li p {
  font-size: 30px;
  background-color: #606060;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  padding: 15px 30px;
}
.prodet-page .about-1 {
  /*color: white;*/
  padding: 0;
}
.prodet-page .about-1 .i-title {
  white-space: unset !important;
  margin-bottom: 80px;
}
.prodet-page .about-1 .left .i-title{
  margin-top: 20px;
} 
.prodet-page .about-1 .left,
.prodet-page .about-1 .right {
  vertical-align: top;
}
.prodet-page .prodet-4 {
  /*color: white;*/
  padding-bottom: 80px;
}
.prodet-page .prodet-4 .i-title{
  margin-top: 40px;
}
.prodet-page .prodet-4 ul {
  margin: 0 -13px;
}
.prodet-page .prodet-4 ul li {
  padding: 0 13px;
  margin-bottom: 14px;
}
.prodet-page .prodet-4 ul li .h4 {
  font-size: 20px;
  /*color: rgba(255, 255, 255, 0.8);*/
  position: relative;
  padding-left: 50px;
  font-weight: 600;
  margin-bottom: 16px;
}
.prodet-page .prodet-4 ul li .h4 span {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #3dbcaa;
  position: absolute;
  left: 0;
  top: 0;
}
.prodet-page .prodet-4 ul li .h4 span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background-color: #3dbcaa;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-4 ul li .h4 span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: 12px;
  background-color: #3dbcaa;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-4 ul li .text {
  font-size: 18px;
  line-height: 26px;
  /*color: #d4d4d4;*/
  padding-left: 50px;
  opacity: 0.8;
  display: none;
}
.prodet-page .prodet-4 ul li.active .h4 span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.prodet-page #index-body .i-product {
  /*background: url(../images/product-bg.png) no-repeat #303030;*/
      /*background: #f3f3f3;*/
  padding-bottom: 66px;
}
@media screen and (max-width: 1530px){
   .prodet-page .prodet-1 .right {
    padding-left: 30px;
  }
   .prodet-page .prodet-2 .content-box .item1 ul.manu_process li p {
    font-size: 18px;
  }
  .prodet-page .prodet-3 ul li p {
    font-size: 22px;
  }
   .prodet-page .prodet-2 ul.option li{
    font-size: 18px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 1000px){
  #innerMobileBanner{
    margin-top: 60px;
  }
  .product-page#index-body .i-product ul{
    margin: 0;
  }
   .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
   .prodet-page .prodet-2 ul.option {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .prodet-page .prodet-2 ul.option li {
    width: 33%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    border-bottom: 1px solid #d5d5d5;
    min-height: 79px;
    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;
  }
}
@media screen and (max-width: 500px){
   .prodet-page .prodet-4 ul li .text {
    font-size: 16px;
  }
}

.news-page {
  padding-top: 90px;
}
.news-page .newsList {
  margin-bottom: 90px;
  padding-right: 70px;
}
.news-page .sidebar-box {
  -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;
}
.news-page .sidebar-box .sidebar-left {
  border-left: 1px solid #e7e7e7;
}
.news-page .sidebar-box .sidebar-left .inner {
  margin: 0 0 0 auto;
  padding-left: 0px;
}
.news-page .sidebar-box .sidebar-right .news-list {
  padding-right: 85px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li {
  margin-bottom: 75px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img img {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category {
  padding: 0 5px;
  margin-left: 4px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--primary);
  border: 1px solid var(--primary);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category:hover {
  background: var(--primary);
  color: #fff;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
  font-size: 35px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 15px;

}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4:hover {
  color: var(--primary);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time {
  font-size: 14px;
  color: #aaa;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 12px;
  margin-bottom: 20px;
  position: relative;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  border-top: 1px solid #aaa;
  left: 0;
  top: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time span {
  color: #000;
  margin-left: 10px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 80%;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 15px 35px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more:hover::after {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--primary);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.news-page .sidebar-box .sidebar-left .inner {
    margin: 0 0 0 auto;
    padding-left: 0;
}
/*.inner-page.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}*/
.inner-page.news-page .sidebar-box .sidebar-left {
  width: 28%;
  padding-left: 20px;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 800;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 4px 0;
  font-size: 16px;
  line-height: 2;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
  color: var(--primary);
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--primary);
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 7px 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--primary);
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(/eastrongroup/2022/08/04/news.jpg) no-repeat center center;
  padding: 215px 40px 55px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  color: #90b6df;
  display: block;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: linear-gradient(to right, var(--primary), var(--primary));
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: -1;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
    /*width: 100%;
    padding: 30px 40px;
    border-bottom: 1px dashed #ccc;*/
    width: 100%;
    padding: 30px 40px;
    margin: 30px 0;
    box-shadow: 0 0 5px 1px #eee;
    height: 300px;
    border-radius: 30px;
    display: flex;
    align-items: center;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li>img{
  height: 100%;
  width: auto;
  margin-right: 30px
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content {
    display: flex;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center {
    font-size: 24px;
    color: #272727;
    text-transform: uppercase;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center span {
    background-color: #1464ac;
    color: #fff;
    font-size: 28px;
    display: block;
    width: 88px;
    height: 64px;
    line-height: 64px;
    border-radius: 6px 0;
    padding: 0 10px
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #ccc;
    color: #2b2b2b;
}
.inner-page.news-page h1, .inner-page.news-page h2, .inner-page.news-page h3 {
    font-weight: 700;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right h3 a {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    transition: 0.5s;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right p {
    line-height: 2;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right a {
    font-size: 16px;
    /*color: #1464ac;*/
    transition: all .5s ease;
    text-transform: capitalize;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:hover a {
  font-weight: bold;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box {
  display: flex;
  max-height: 350px;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img {
  width: 45%;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img img {
  object-fit: cover;
  max-height: 350px;
}
.inner-page .sidebar-box .sidebar-right {
  width: 100%;
}
.newdet-page.inner-page .sidebar-box .sidebar-right{
  width: 72% !important;
}
.newdet-page.inner-page.sol .sidebar-box .sidebar-right{
  width: 100% !important;
}
.inner-page .sidebar-box{
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 85px;
}
.sol.newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 0;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
    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;
    margin-bottom: 15px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
    padding: 0 5px;
    margin-left: 4px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #1464ac;
    border: 1px solid #1464ac;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
    display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
    font-size: 14px;
    margin-left: 12px;
    color: #aaa;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
    font-size: 35px;
    line-height: 2;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    border-bottom: 1px solid #e7e7e7;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
    font-size: 16px;
    line-height: 2;
    color: #555;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content p{
  margin: 20px 0
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
    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: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    color: #555;
    margin-top: 50px;
    padding-bottom: 45px;
    /*border-bottom: 1px solid #e7e7e7;*/
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
    font-size: 14px;
    color: #000;
    margin-left: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_list{
  background: #f7f7f7;
  padding: 50px 0  30px

}
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_list li{
  margin-bottom: 20px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq {
  background: #eeeeee;
  padding: 60px 0 50px;
  /*margin-bottom: 50px*/
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul{
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: flex-start;
/*padding-bottom: 100px*/
} 
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li{
  font-size: 26px;
  position: relative;
  line-height: 1;
  /*cursor: pointer;*/
  width: 23%;
  margin-right: 2%
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li {
  white-space: nowrap;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li  p{
   white-space: normal;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li::after{
  content: '';
  display: block;
  position: absolute;
  font-size: 35px;
  left: 0;
  top: 1.3em;
  height: 3px;
  width: 30%;
  background: #1464ac;
  margin-top: -1px
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li::before{
  content: '';
  display: block;
  position: absolute;
  font-size: 35px;
  left: 0;
  top: 1.3em;
  height: 1px;
  width: 100%;
  background: #cccccc;
}
/*.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li*/
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li p{
font-size: 18px;
margin-top: 30px;
line-height: 1.8;
/*display: none;*/
}

.newdet-page .sidebar-box .sidebar-right .relate-product {
    margin-top: 40px;
}
.newdet-page .sidebar-box .sidebar-right .relate-product h3 {
    font-size: 30px;
    line-height: 1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
    width: 50%;
    padding: 35px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
    padding-right: 30px;
    border-right: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
    padding-left: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
    color: #000;
    font-size: 16px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
    /*max-width: 255px;*/
}
.inner-page .sideBox .sidebar-left {
  width: 25%;
  position: sticky;
  top: 100px
}

.inner-page .sideBox .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}
.inner-page .sideBox .sidebar-left .inner .inner-search {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;
  font-weight: 200;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search.png) no-repeat center center #eeeeee;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li {
  padding: 8px 0;
  font-size: 16px;
  position: relative;
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;

}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li>a {
    height: 60px;
    border-radius: 30px;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    color: #000;
    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;
    background-image: url(/template/en/images/img2025_89.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position-y: center;
    -webkit-animation: backdropX 1s linear infinite;
    -moz-animation: backdropX 1s linear infinite;
    animation: backdropX 1s linear infinite;
    box-shadow: 0 0 5px 1px rgb(219 219 219/60%);
    /*width: 60%;*/
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li> a span{
  position: relative;z-index: 3;
  color: #000;
  width: 100%
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li> a::after {
  content: "";
  position: absolute;
  left: 0vw;
  top: 0vw;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #fafafa), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #fafafa 100%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, #fafafa 100%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #fafafa 100%, rgba(255, 255, 255, 0));
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active> a {
  background-color: rgb(20 100 172 / 20%);
  color: #000;
  box-shadow: 0 0 5px 1px rgb(219 219 219  / 60%);
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active> a::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fafafa), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #fafafa 50%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, #fafafa 50%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #fafafa 50%, rgba(255, 255, 255, 0));
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li ul{
  margin-top: 16px;
  /*display: none;*/
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li i{
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 5
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li>ol{
  padding-left: 20px;
  font-size: 18px;
  display: none
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li a {
  padding-right: 20px;
}
/*.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li a span {
  color: #aaa;
}*/
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:hover {
  color: #1464ac;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active{
  color: #000;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:first-child {
  padding-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:last-child {
  padding-bottom: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li {
  padding: 0.75rem 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 1rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 17px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .4rem;

  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #1464ac;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text span {
     color: #1464ac;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact {
  background: url(../images/pro-011.jpg) no-repeat center center;
  padding: 10.75rem 2rem 2.75rem;
  color: #fff;
  background-size: cover;
  position: relative;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact h5 {
font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: bold;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact h6 {
font-size: 16px;
    line-height: 1.8;
    margin-top: 1.1rem;
    text-transform: capitalize;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 14px;
  color: #1464ac;
  text-transform: capitalize;
  background: #fff;
  padding: 8px 12px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  margin-top: 1.3rem;
 
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #1464ac;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover {
  color: #fff;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}

.inner-page .sideBox {
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;

}









.inner-page .sideBox .sidebar-left .inner .inner-contact:after {
    content: '';
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,.5));
}

.inner-page .sideBox .sidebar-left .inner .inner-contact .c-box {
    z-index: 99;
    position: relative;
}
.inner-page .sideBox .sidebar-right {
    width: 100%;
    /*padding-left: 5%;*/
}
.inner-page.project .sideBox .sidebar-right {
    width: 70%;
    margin: 0 0 0 auto
    /*padding-left: 5%;*/
}
@media screen and (max-width: 1000px) {
 
  .inner-page .sideBox{
    display: block;
  }
  .inner-page .sideBox .sidebar-left{
    display: none;
  }
  .inner-page .sideBox .sidebar-right{
    width: 100%;
    padding-left: 0;
  }
}
 
@media screen and (max-width: 1250px){
   .news-page,
  .newdet-page {
    padding: 60px 0;
  }
  .news-page .newsList {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page.news-page .sidebar-box .sidebar-left,
  .inner-page .sideLeft{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right,
  .inner-page .sideRight{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
   .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li{
    padding: 30px 0;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content{
    flex-wrap: wrap;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right{
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
}
.contact-page {
  padding-top: 80px;
}
.contact-page .title {
  font-size: 56px;
  font-weight: 900;
  /*font-style: italic;*/
  color: #1666ae;
  line-height: 2;
}
.contact-page .contact-1 form {
  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;
}
.contact-page .contact-1 form input {
  width: 46%;
  font-size: 18px;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  height: 63px;
  margin-bottom: 30px;
  /*background: #eee;*/
}
.contact-page .contact-1 form p {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.6;
  margin-bottom: 20px;
}
.contact-page .contact-1 form textarea {
  width: 100%;
  height: 177px;
  font-size: 18px;
  padding: 18px 8px;
  border: 1px solid #dbdbdb;
  /*background: #eee;*/
}
.contact-page .contact-1 form input[type="submit"] {
  background: #1464ac;
  color: white;
  border: none;
  width: 186px;
  height: 57px;
  margin-top: 45px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.contact-page .contact-1 form input[type="submit"]:hover {
  background: black;
}
.contact-page .contact-2 {
  padding: 110px 0;
}
.contact-page .contact-2 .left {
  width: 60%;
  padding-right: 60px;
}
.contact-page .contact-2 .left .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  margin: 8px 0 42px;
}
.contact-page .contact-2 .left .content .box:first-child {
  margin-bottom: 50px;
}
.contact-page .contact-2 .left .content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 13px;
}
.contact-page .contact-2 .left .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-2 .left .content ul li {
  font-size: 18px;
  line-height: 2;
  /*font-weight: 400;*/
  width: 33%;
  margin-bottom: 16px;
}
.contact-page .contact-2 .left .content ul li.add {
  width: 75%;
}
.contact-page .contact-2 .right {
  width: 40%;
}
.contact-page .contact-2 .right img {
  display: block;
  margin-left: auto;
}

@media screen and (max-width: 1000px) {
   .contact-page .contact-2 .left {
    width: 100%;
  }
  .contact-page .contact-2 .right {
    display: none;
  }
}
@media screen and (max-width: 500px){
   .contact-page .title, .newdet-page .newdet-2 h2 {
    font-size: 24px;
  }
  .contact-page .contact-1 form textarea,
  .contact-page .contact-1 form p,
  .contact-page .contact-1 form input{
    font-size: 18px;
  }
  .contact-page .contact-2 .left{
    padding-right: 0;
  }
  .contact-page .contact-2 .left .content ul li,
  .contact-page .contact-1 form input {
    width: 100%;
  }
}

.product2-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}
.product2-page .product-list ul li {
  padding: 0 10px;
  margin-bottom: 1.5rem;
}

.product2-page .product-list ul li .img img{
height: 450px;
    object-fit: cover;
    width: 100%;
}

.product2-page .product-list ul li.wid-100{
  width: 100%;
}

.product2-page .product-list ul li .pro-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  padding: 15px
}
.product2-page .product-list ul li .pro-box .imgbox{
position: relative;

    background: #fbfbfb;
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(1){
  opacity: 1;
   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(2){
  opacity: 0;
   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 50%;
  left: 50%;
    -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.product2-page .product-list ul li .pro-box:hover::after {
  bottom: 0;
  background: #46696b;
}
.product2-page .product-list ul li .pro-box::after {
  content: none;
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product2-page .product-list ul li .pro-box h5 {
font-size: 20px;
    font-weight: bold;
    color: #000;
    padding: 1rem 0 0;
    line-height: 2;
 
}
.product2-page .product-list ul li .pro-box .btm a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    background: #000;
    padding: 8px 12px;
    position: relative;
    z-index: 2;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
    margin-bottom: 1.3rem;
}
.product2-page .product-list ul li .pro-box .btm a::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: #1464ac;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: -1;
}
.product2-page .product-list ul li .pro-box .btm a:hover::after{
  width: 100%;
}
.product2-page .product-list ul li .pro-box .btm span.block {
    padding: 5px 0;
}
.product2-page .product-list ul li .pro-box .text {
   text-align: center;
       padding: 10px 0;
    font-size: 18px;

}
.product2-page .product-list ul li .pro-box .imgbox a{
  display: block;
  transition: .5s
}


.product2-page .product-list ul li .pro-box:hover{

   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(1){

   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(2){
  opacity: 1;
   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box h5:hover {
  color: #1464ac;
}
.product2-page .product-list ul li .pro-box h5 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product2-page .product-list ul li .pro-box .pro-img {
  display: block;
  margin-bottom: 2.5rem;
}
/*.product2-page .product-list ul li .pro-box .text {
padding: 0 30px 0 30px;
    font-size: 15px;
    color: #757575;
    padding-bottom: 1rem;

}*/
.product2-page .product-list ul li .pro-box .text .st {
 opacity: 0.6;
 font-size: 16px
}
.product2-page .product-list ul li .pro-box .text p strong {
    color: #000;
}
.product2-page .product-list ul li .pro-box .btm {
  padding: 30px 0px 0px 0px;
}


.product2-page .product-list ul li .pro-box .btm .tupianji{
  margin: -5px;
}
.product2-page .product-list ul li .pro-box .btm .tupianji .item{
  padding: 5px;
  width: 20%;
}

/*.product2-page .product-list ul li .pro-box .more {
  display: inline-block;
  padding: 12px 22px 12px 15px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;

}*/
.product2-page .product-list ul li .pro-box .more{
  margin: 0 auto
}
/*.product2-page .product-list ul li .pro-box .more:hover {
  background: #46696b;
}*/
.product2-page .product-list ul li .pro-box .more i {
  margin-left: 1.2rem;
  font-size: 12px;
}


.inner-page.product2-page p {
     color: #000;
    line-height: 2;
    padding: 5px 0;
}

.product2-page .product-list ul li .pro-box .btm ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
}

.product2-page .product-list ul li .pro-box .btm ul li {
     display: inline-block;
    width: auto !important;
    margin-bottom: 0;
   padding: 0 6px;
}

.product2-page .product-list ul li .pro-box .btm ul li .coloritem {
width: 25px;
    height: 25px;
    display: block;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(1) .coloritem {
    background: #ebd5d3;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(2) .coloritem {
    background: #7d96a2;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(3) .coloritem {
    background: #7f9c90;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(4) .coloritem {
    background: #8a2a2b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(5) .coloritem {
    background: #19315b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(6) .coloritem {
    background: #000;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(7) .coloritem {
    background: #d7d2cb;
}
.product2-page .product-list .ny-banner {

}
.product2-page .product-list ul li .pro-box h5 a{
  text-transform: capitalize;

}
/*-end*/

@media screen and (max-width: 700px) {
  .product2-page .product-list ul li .pro-box{
    display: block;
  }
  .product2-page .product-list ul li .pro-box .imgbox{
    width: 100%;
  }
  .product2-page .product-list ul li .pro-box .text{
    width: 100%;
    padding: 0 10px 0 0px;
  }
}


.solution2-page .init-1 {
    padding-top: 210px;
    position: relative;
    z-index: 2;
}
.solution2-page .init-1 .subText {
    font-size: 300px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
    z-index: -1;
    color: #f3f3f3;
}
.solution2-page .init-1 .container .tipsTitle {
    position: relative;
    text-align: center;
}
.solution2-page .init-1 .container .tipsDes {
    position: relative;
    margin: auto;
    max-width: 1000px;
    text-align: center;
    padding-bottom: 100px;
    line-height: 1.8;
}
.solution2-page .init-1 .container .imgSub {
    display: block;
    margin: -60px auto 0;
    position: relative;
    z-index: -1;
}
.solution2-page .init-1 .container .desC {
    overflow: hidden;
     border-bottom-right-radius: 70px;
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    min-height: 650px;
    color: #fff;
    padding: 10px 90px;
}
.solution2-page .init-1 .container .desC .title {
    font-weight: bold;
}
.solution2-page .init-1 .container .desC .des {
    max-width: 820px;
    margin-top: 24px;
    line-height: 1.8;
}
.solution2-page .init-2 .container .left {
    width: 58%;
}
.solution2-page .init-2 .container .left img {
    width: 100%;
}
.solution2-page .init-2 .container .right {
    width: 36%;
    margin-left: auto;
}
.solution2-page .init-2 .container .right .des {
    color: #666666;
    margin-top: 24px;
    /*text-indent: 36px;*/
    line-height: 1.8;
}
.solution2-page .init-3 {
    -o-background-size: cover;
    background-size: cover;
}
.solution2-page .init-3 .container .left {
    width: 36%;
}
.solution2-page .init-3 .container .left .des {
    color: #666666;
    margin-top: 20px;
    /*text-indent: 36px;*/
}
.solution2-page .init-3 .container .right {
    width: 60%;
    margin-left: auto;
}
.solution2-page .init-3 .container .right .rightL {
    width: 49%;
    overflow: hidden;
       border-bottom-right-radius: 70px;
}
.solution2-page .init-3 .container .right .rightL img {
    display: block;
    max-width: unset;
}
.solution2-page .init-3 .container .right .rightR {
    width: 45%;
    margin-left: auto;
}
.solution2-page .init-3 .container .right .rightR .img1 {
    overflow: hidden;
    /*border-radius: 10px;*/
        border-bottom-right-radius: 70px;
    height: 290px;
    border-bottom-left-radius: 0;
}
.solution2-page .init-3 .container .right .rightR .img1 img {
    height: 100%;
    max-width: unset;
    display: block;
}
.solution2-page .init-3 .container .right .rightR .img2 {
    margin-top: 50px;
    height: 290px;
    border-bottom-right-radius: 70px;
    overflow: hidden;
    border-top-left-radius: 0;
}
.solution2-page .init-3 .container .right .rightR .img2 img {
    height: 100%;
    display: block;
    max-width: unset;
}
.solution2-page .init-4 .container .tipsTitle {
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight:bold;
}
.solution2-page .init-4 .container .content {
    margin-top: 90px;
}
.solution2-page .init-4 .container .content ul {
    margin: 0 -45px;
}
.solution2-page .init-4 .container .content ul li {
    width: 25%;
    padding: 0 25px;
}
.solution2-page .init-4 .container .content ul li .box {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}
.solution2-page .init-4 .container .content ul li .box .img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 270px;
    margin: auto;
    display: block;
    margin-top: -110px;
}
.solution2-page .init-4 .container .content ul li .box .img2 {
    display: block;
    width: 52px;
    margin: auto;
    position: relative;
    z-index: 2;
    -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}
.solution2-page .init-4 .container .content ul li .box .title {
    margin-top: -40px;
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight:bold;
    line-height: 1.8;
    min-height: 5.5em;
}
.solution2-page .init-4 .container .content ul li .box .des {
    margin-top: 20px;
    color: #666666;
    text-align: center;
    line-height: 1.8;
}
.solution2-page .init-4 .container .content ul li .box:hover .img2 {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.solution2-page .init-4 .container .content ul li .box:hover .img {
    -webkit-transform: rotateX(36deg);
    -moz-transform: rotateX(36deg);
    transform: rotateX(36deg);
}
.solution2-page .init-5 .container .cont {
        border-bottom-right-radius: 70px;
    background-color: #f5f5f5;
    padding: 70px 80px;
}
.solution2-page .init-5 .container .cont .tips {
    text-align: center;
    font-weight:bold;
}
.solution2-page .init-5 .container .cont .content {
    margin-top: 20px;
}
.solution2-page .init-5 .container .cont .content form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.solution2-page .init-5 .container .cont .content form .list {
    padding: 0 6px;
    margin-top: 12px;
    width: 33.33%;
}
.solution2-page .init-5 .container .cont .content form .list input,
.solution2-page .init-5 .container .cont .content form .list textarea {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 16px 24px;
}
.solution2-page .init-5 .container .cont .content form .w-66 {
    width: 66.66%;
}
.solution2-page .init-5 .container .cont .content form .w-100 {
    width: 100%;
}
.solution2-page .init-5 .container .cont .content form .btn {
    max-width: 100%;
    margin: 20px auto 0;
    border-bottom-right-radius: 1.44444444em;
    width: 310px;
    background-color: var(--color);
    color: #fff;
    text-align: center;
    padding: 12px 10px;
    cursor: pointer;
}
.solution2-page .init-5 .container .cont .content form .btn:hover {
    background-color: #000;
}
@media (max-width: 1800px) {
    .solution2-page .init-1 {
        padding-top: 140px;
    }
    .solution2-page .init-1 .subText {
        font-size: 200px;
    }
}
@media (max-width: 1250px) {
    .solution2-page .init-1 .subText {
        font-size: 100px;
    }
    .solution2-page .init-4 .container .content ul li {
        width: 50%;
        margin-top: 60px;
    }
}
@media (max-width: 1000px) {
    .solution2-page .init-1 {
        padding-top: 40px;
    }
    .solution2-page .init-1 .subText {
        display: none;
    }
    .solution2-page .init-1 .container .tipsDes {
        padding-top: 40px;
    }
    .solution2-page .init-1 .container .desC {
        padding: 10px 20px;
    }
    .solution2-page .init-2 .container .left {
        width: 100%;
    }
    .solution2-page .init-2 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .solution2-page .init-3 .container .left {
        width: 100%;
    }
    .solution2-page .init-3 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .solution2-page .init-4 .container .content ul {
        margin: 0 -16px;
    }
    .solution2-page .init-4 .container .content ul li {
        padding: 0 16px;
    }
    .solution2-page .init-5 .container .cont {
        padding: 60px 16px;
    }
}
@media (max-width: 700px) {
    .solution2-page .init-4 .container .content ul li {
        width: 100%;
    }
    .solution2-page .init-5 .container .cont .content form .list {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .solution2-page .init-1 .container .tipsDes {
        padding-top: 20px;
        font-size: 16px;
        line-height: 1.8;
    }
    .solution2-page .init-3 .container .right .rightL {
        width: 100%;
    }
    .solution2-page .init-3 .container .right .rightR {
        width: 100%;
        margin-top: 10px;
    }
    .solution2-page .init-3 .container .right .rightR .img2 {
        margin-top: 10px;
        height: auto;
    }
    .solution2-page .init-3 .container .right .rightL img {
        max-width: 100%;
    }
    .solution2-page .init-3 .container .right .rightR .img1 {
        height: auto;
    }
    .solution2-page .init-3 .container .right .rightR .img1 img {
        max-width: 100%;
    }
    .solution2-page .init-3 .container .right .rightR .img2 img {
        width: 100%;
    }
    .solution2-page .init-4 .container .content {
        margin-top: 20px;
    }
    .solution2-page .init-5 .container .cont {
        padding: 40px 16px;
    }
    .solution2-page .init-5 .container .cont .content form .list input,
    .solution2-page .init-5 .container .cont .content form .list textarea {
        padding: 8px 10px;
    }
    .solution2-page .init-5 .container .cont .content form .btn {
        padding: 4px 10px;
    }
}
.t_1 {
    transition: .5s;
}

.sustainable-page .sus-4 {
  background: #f6f6f6;
  padding: 90px 0 110px;
}
.sustainable-page .sus-4 .top .left {
  padding-right: 40px;
}
.sustainable-page .sus-4 .top .left p {
  margin: 20px 0 50px;
}
.sustainable-page .sus-4 .top .left .arrow {
  display: block;
  width: 75px;
  height: 75px;
  background: var(--color);
  text-align: center;
  line-height: 75px;
  border-radius: 100%;
}
.sustainable-page .sus-4 .top .left .arrow img {
  vertical-align: middle;
}
.sustainable-page .sus-4 .top .right {
  padding-left: 130px;
}
.sustainable-page .sus-4 .top .right ul li {
  font-size: 20px;
  line-height: 2;
  position: relative;
  padding-left: 35px;
  color: #656565;
  margin-bottom: 14px;
}
.sustainable-page .sus-4 .top .right ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 30px;
  height: 100%;
  background: url(../images/sus-circle.png) no-repeat left top;
}
.sustainable-page .sus-4 .top .right ul li:last-child {
  margin-bottom: 0;
}
.sustainable-page .sus-4 .list {
  margin-top: 70px;
}
.sustainable-page .sus-4 .list ul {
  margin: -15px;
}
.sustainable-page .sus-4 .list ul li {
  padding: 15px;
}
.sustainable-page .sus-4 .list ul li .box {
  background: white;
  text-align: center;
}
.sustainable-page .sus-4 .list ul li .box .content {
  padding: 30px;
  -webkit-box-shadow: 13px 9px 43px 0px rgba(8, 1, 3, 0.04);
  box-shadow: 13px 9px 43px 0px rgba(8, 1, 3, 0.04);
}
.sustainable-page .sus-4 .list ul li .box .h5 {
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.sustainable-page .sus-4 .list ul li .box .txt {
  line-height: 30px;
  color: #656565;
  margin-top: 14px;
}
.sustainable-page .sus-4 .list ul li:hover .h5 {
  color: var(--color);
}
.sustainable-page .sus-5 {
  background: url(/sxco/2025/09/05/8088.jpg) no-repeat;
  position: relative;
  padding: 80px 0 40px;
  background-size: cover;
}
.sustainable-page .sus-5 .title {
  text-align: center;
  text-decoration: underline;
  color: white;
  line-height: 1.4;
}
.sustainable-page .sus-5 .txt {
  line-height: 2;
  color: white;
  max-width: 670px;
  margin: 230px auto 0;
  text-align: center;
}
@media screen and (max-width: 1250px){
   .sustainable-page .sus-4 .top .right {
    padding-left: 0px;
  }
  .sustainable-page .sus-4 .list ul li .box .content {
    padding: 30px 15px;
  }
   
}
@media screen and (max-width: 1000px){
   .sustainable-page .sus-4 .top .right ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px){
   .sustainable-page .sus-4 .top .left .arrow {
    display: none;
  }
  .sustainable-page .sus-4 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .sustainable-page .sus-4 .top .right {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
   .sustainable-page .sus-4 .top .right ul li {
    font-size: 16px;
  } 
  .sustainable-page .sus-4 .list ul li .box .h5 {
    font-size: 20px;
  }
}
