body {
  font-family: "Arial";
  max-width: 1920px;
  --color: #3fbde2;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1640px;
}
.body-overflow-box {
  position: relative;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 20px;
  padding: 10px 0;
  right: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu {
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-right: 0;
  margin-left: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .logo img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: auto;
  margin-left: 0;
}
#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-left: 75px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: right;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: 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: right;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 0px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #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-right: 0;
  margin-left: 0;
  cursor: pointer;
  cursor: hand;
  color: white;
  font-size: 24px;
}
#header .nav .ui.menu .yuy span {
  color: white;
}
#header .nav .ui.menu .yuy span i {
  font-size: 22px;
  margin-left: 10px;
}
#header .nav .ui.menu .msg {
  background-color: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 52px;
  border-radius: 26px;
  padding: 0 20px;
  cursor: pointer;
}
#header .nav .ui.menu .msg img {
  margin-left: 10px;
}
#header .nav .ui.menu .msg:hover {
  background-color: #222;
}
#header.active {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  top: 0;
}
#header.active .nav .ui.menu .yuy span,
#header.active .nav .ui.menu .h-search,
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header.active .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header.active .nav .ui.menu .logo img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header .application-down{
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  background: white;
  display: none;
  /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);*/
  border-radius: 0 0 20px 20px;
  border-top: 1px solid rgba(0,0,0,0.1);
}
#header .application-down ul li img{
  transition: 0.5s;
  display: block;
  margin: auto;
}
@keyframes move222{
  0%{
    transform: translateY(-10px);
  }
  100%{
    transform: translateY(0);
  }
}
#header .application-down ul li:hover img{
  /*animation: move222 1s linear forwards;*/
  transform: rotateY(180deg);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  right: 50%;
  width: 60%;
  margin-right: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  left: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  left: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-right: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  right: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  left: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: !important 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.more {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  height: 52px;
  border-radius: 26px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
  color: white;
  background-color: var(--color);
  font-size: 18px;
  letter-spacing: 1px;
}
.more i {
  font-size: 18px;
}
.more:hover {
  background: #222;
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  right: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner li .content h2 {
  line-height: 1.3;
}
#banner li .content p {
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}
#banner li .content .more {
  background-color: white;
  color: black;
}
#banner li .content .more:hover {
  background-color: var(--color);
  color: white;
}
#banner .slickBtn div {
  width: 65px;
  height: 130px;
  text-align: center;
  line-height: 130px;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  font-size: 30px;
  border-radius: 14px 0 0 14px;
}
#banner .slickBtn div:hover {
  background-color: var(--color);
  color: white;
}
#banner .slickBtn .prev {
  right: 0;
  left: auto;
}
#banner .slickBtn .next {
  left: 0;
  right: auto;
  border-radius: 0 14px 14px 0;
}
#banner .slickDots {
  position: absolute;
  bottom: 20px;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
}
#banner .slickDots ul {
  width: 210px;
  margin: auto;
}
#banner .slickDots ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  margin: 0 10px;
  background-color: white;
  opacity: .1;
  border: none;
}
#banner .slickDots ul li.slick-active {
  opacity: 1;
}
#index-body .i-product {
  background: url(../images/product-bg.jpg) no-repeat center top #f8f8f8;
  color: white;
  position: relative;
  overflow: hidden;
}
#index-body .i-product .ui.container {
  z-index: 5;
}
#index-body .i-product .top .left ul li {
  max-width: 225px;
  opacity: 0.6;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#index-body .i-product .top .left ul li .icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 12px;
}
#index-body .i-product .top .left ul li span {
  line-height: 23px;
}
#index-body .i-product .top .left ul li.active {
  opacity: 1;
}
#index-body .i-product .top .more {
  background-color: white;
  color: black;
}
#index-body .i-product .top .more:hover {
  background-color: var(--color);
  color: white;
}
#index-body .i-product .list ul li .box {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #ffffff), to(rgba(247, 247, 247, 0.1264881)));
  background: -webkit-linear-gradient(top, #ffffff 29%, rgba(247, 247, 247, 0.1264881) 100%);
  background: -moz-linear-gradient(top, #ffffff 29%, rgba(247, 247, 247, 0.1264881) 100%);
  background: linear-gradient(0deg, #ffffff 29%, rgba(247, 247, 247, 0.1264881) 100%);
  color: black;
}
#index-body .i-product .list ul li .box span {
  color: #a3a3a3;
}
#index-body .i-product .list ul li .box .line {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
#index-body .i-product #wonder {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
#index-body .i-product .waves {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  z-index: 2;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .i-product::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 33%;
  background: #f8f8f8;
  z-index: 1;
}
#index-body .i-application .i-title {
  line-height: 1.2;
}
#index-body .i-application ul.nav {
  background: url(../images/line2.png) repeat-x left top 5px;
}
#index-body .i-application ul.nav li {
  /*-webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;*/
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#index-body .i-application ul.nav li span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  border: 4px solid #92daef;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: auto;
  position: relative;
  z-index: 3;
}
#index-body .i-application ul.nav li span::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  opacity: 0;
  z-index: 4;
}
#index-body .i-application ul.nav li span::after{
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255,255,255,0.8);
  z-index: -1;
}
#index-body .i-application ul.nav li i {
  width: 2px;
  height: 20px;
  background-color: #92daef;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  margin: 6px auto 10px;
  position: relative;
  z-index: 3;
}
#index-body .i-application ul.nav .slick-current li,
#index-body .i-application ul.nav li.active {
  color: var(--color);
}
#index-body .i-application ul.nav .slick-current li span,
#index-body .i-application ul.nav li.active span {
  border-color: var(--color);
}
#index-body .i-application ul.nav .slick-current li span::before,
#index-body .i-application ul.nav li.active span::before {
  opacity: 1;
}
#index-body .i-application ul.nav .slick-current li i,
#index-body .i-application ul.nav li.active i {
  background-color: var(--color);
}
#index-body .i-application .list {
  overflow: hidden;
}
#index-body .i-application .list ul.bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#index-body .i-application .list ul.bg li {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-size: cover;
}
#index-body .i-application .list ul.bg li.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .i-application .list .content ul.box {
  margin-right: auto;
}
#index-body .i-application .list .content ul.box > li {
  background-color: white;
  display: none;
}
#index-body .i-application .list .content ul.box > li .des {
  line-height: 30px;
}
#index-body .i-application .list .content ul.box > li ol li {
  position: relative;
  margin-bottom: 21px;
}
#index-body .i-application .list .content ul.box > li ol li p {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 7px;
}
#index-body .i-application .list .content ul.box > li ol li p i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--color);
}
#index-body .i-application .list .content ul.box li.active {
  display: block;
}
#index-body .i-about {
  background-color: #f4f4f4;
}
#index-body .i-about .left ul {
  z-index: 4;
  position: relative;
}
#index-body .i-about .left ul li {
  margin-bottom: 20px;
}
#index-body .i-about .left ul li .box {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
#index-body .i-about .left ul li .box .text {
  text-align: left;
}
#index-body .i-about .left ul li .box .text .num {
  line-height: 1;
}
#index-body .i-about .left ul li .box .text p {
  opacity: 0.7;
  margin-top: 3px;
}
#index-body .i-about .right .i-title {
  line-height: 1.5;
}
#index-body .i-about .right .txt {
  color: var(--color);
  font-weight: bold;
}
#index-body .i-about .right .content {
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6);
}
#index-body .i-about .right .content h1 {
  display: inline;
}
#index-body .i-partner {
  background: url(../images/partner-bg.png) no-repeat center top #f4f4f4;
  overflow: hidden;
}
#index-body .i-partner .swiper {
  padding-bottom: 50px;
  overflow: hidden !important;
}
#index-body .i-partner .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
}
#index-body .i-partner ul li {
  height: 135px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid white;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  border-radius: 10px;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(171, 171, 171, 0.3);
  box-shadow: 0px 20px 30px 0px rgba(171, 171, 171, 0.3);
}
#index-body .i-partner ul li:nth-child(2n) {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#f0f0f0));
  background-image: -webkit-linear-gradient(right, #ffffff 0%, #f0f0f0 100%);
  background-image: -moz-linear-gradient(right, #ffffff 0%, #f0f0f0 100%);
  background-image: linear-gradient(90deg, #ffffff 0%, #f0f0f0 100%);
}
#index-body .i-partner ul li:nth-child(2n-1) {
  background-image: -webkit-gradient(linear, left top, right top, from(#f0f0f0), to(#ffffff));
  background-image: -webkit-linear-gradient(right, #f0f0f0 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(right, #f0f0f0 0%, #ffffff 100%);
  background-image: linear-gradient(90deg, #f0f0f0 0%, #ffffff 100%);
}
#index-body .i-factory {
  background: url(../images/factory-bg.jpg) no-repeat;
  background-size: cover;
  color: white;
}
#index-body .i-factory .more {
  background-color: white;
  color: black;
}
#index-body .i-factory .more:hover {
  background-color: var(--color);
  color: white;
}
#index-body .i-factory ul li a {
  border-radius: 10px;
  border: 8px solid white;
}
#index-body .i-factory .slickDots {
  text-align: center;
}
#index-body .i-factory .slickDots ul {
  width: 240px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
}
#index-body .i-factory .slickDots ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 3px;
  border: none;
  background-color: white;
  opacity: 0.2;
  border-radius: 2px;
}
#index-body .i-factory .slickDots ul li.slick-active {
  opacity: 1;
}
#index-body .i-news .txt {
  color: var(--color);
}
#index-body .i-news ul li {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .i-news ul li .wrap {
  border-bottom: 1px solid #e4e7eb;
}
#index-body .i-news ul li .left {
  position: relative;
}
#index-body .i-news ul li .left i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
  background-color: white;
  border: 4px solid var(--color);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .i-news ul li .left i::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--color);
}
#index-body .i-news ul li .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 29px;
  color: #797979;
}
#index-body .i-news ul li .arrow {
  font-weight: bold;
  font-size: 20px;
  color: #797979;
}
#index-body .i-news ul li .right {
  padding-right: 290px;
}
#index-body .i-news ul li:hover {
  background-color: #f4f5f7;
}
#index-body .i-news ul li:hover .title {
  color: var(--color);
}
#index-body .i-news ul li:hover .arrow {
  color: black;
}
#footer {
  background: url(../images/footer-bg.png) no-repeat bottom #191919;
  color: white;
}
#footer .top .share a {
  display: inline-block;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  line-height: 53px;
  font-size: 22px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-right: 22px;
  color: black;
}
#footer .top .share a:hover {
  background-color: var(--color);
  color: white;
}
#footer .wrap {
  padding-bottom: 30px;
}
#footer .wrap .one {
  max-width: 285px;
}
#footer .wrap .one p {
  color: rgba(255, 255, 255, 0.7);
}
#footer .wrap .one p span {
  color: white;
  margin-bottom: 6px;
}
#footer .wrap .one p span img{
  margin-right: 0;
  margin-left: 8px;
}
#footer .wrap .line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
#footer .wrap ul li {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .wrap ul li:hover {
  opacity: 1;
}
#footer .wrap .five {
  max-width: 325px;
}
#footer .wrap form input,
#footer .wrap form textarea {
  width: 100%;
  border: none;
  height: 60px;
  margin-bottom: 18px;
  background-color: #303030;
  font-size: 18px;
  padding: 0 20px;
}
#footer .wrap form textarea {
  padding: 10px 20px;
  height: 120px;
}
#footer .wrap form input[type="submit"] {
  background-color: var(--color);
  color: white;
  border-radius: 26px;
  padding: 0 30px;
  width: auto;
  height: 52px;
}
#footer .wrap form input[type="submit"]:hover {
  background-color: #fff;
  color: var(--color);
}
#footer .f-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
  color: rgba(255, 255, 255, 0.3);
}
#footer .f-copy svg {
  width: auto;
  height: 27px;
  vertical-align: middle;
  fill: white;
  opacity: 0.3;
}
@media screen and (max-width: 1700px){
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin-left: 54px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-left: 28px;
  }
  #index-body .i-product .waves {
    height: 33%;
  }
  #index-body .i-partner ul li {
    padding: 15px;
    height: 110px;
  }
}
@media screen and (max-width: 1250px) {
  #innerMobileBanner{
    margin-top: 60px;
  }
  #banner .slickBtn div {
    zoom: 0.5;
  }
  #index-body .i-product .top .more {
    margin-top: 20px;
  }
  #index-body .i-news ul li .right {
    padding-right: 180px;
  }
  #footer .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .wrap .four,
  #footer .wrap .three {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #banner li .content .left {
    width: 100%;
  }
  #banner li .content p{
    color: white;
  }
  #index-body .i-application .list .content ul.box > li ol li {
    width: 100%;
  }
  #index-body .i-partner ul li {
    height: 67px;
  }
  #index-body .i-partner .swiper {
    padding-bottom: 30px;
  }
  #index-body .i-factory .more {
    margin-top: 20px;
  }
  #index-body .i-news ul li .right {
    padding-right: 110px;
  }
  #footer .wrap .two {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner li .content p {
    margin-bottom: 10px;
  }
  #index-body .i-product .top .left ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-product .top .left ul li {
    width: 50%;
    margin: 0;
  }
  #index-body .i-application .list .content ul.box {
    width: 100%;
  }
  #index-body .i-news ul li .left {
    width: 100%;
  }
  #index-body .i-news ul li .right {
    width: 100%;
    padding-right: 0;
  }
  #index-body .i-news .txt img {
    display: none;
  }
  #index-body .i-news .top .more {
    margin-top: 20px;
  }
  #index-body .i-factory .top p img,
  #index-body .i-about .right .txt img,
  #index-body .i-product .txt img {
    display: none;
  }
  #footer .wrap .one {
    max-width: 100%;
    width: 100%;
  }
  #footer .wrap .five {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
  #footer .top {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #banner .slickBtn {
    display: none !important;
  }
  #banner li > img {
    min-height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner .slickDots {
    display: none;
  }
  #index-body .i-application ul.nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: transparent;
  }
  #index-body .i-application ul.nav li {
    width: 33%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 20px;
  }
  #index-body .i-application ul.nav li span,
  #index-body .i-application ul.nav li i {
    display: none;
  }
  #index-body .i-news ul li .left {
    padding-right: 42px;
  }
  #footer .wrap form input {
    height: 45px;
  }
}




.inner-page .title {
  font-size: 60px;
  text-transform: uppercase;
  color: #282727;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.inner-page .title em {
  color: #a50f0f;
}
.inner-page .title::before {
  content: '';
  position: absolute;
  right: -200px;
  top: 38px;
  width: 140px;
  height: 2px;
  background-color: #c2c0c3;
}
@media screen and (max-width: 1680px) {
  .inner-page .title::before {
    right: -160px;
  }
}
@media screen and (max-width: 700px) {

  .inner-page .title {
    font-size: 40px;
  }}
  @media screen and (max-width: 500px) {

  .inner-page .title {
    font-size: 32px;
  }}
.product-page .product-list {
  padding: 80px 0;
}
.product-page .product-list .top h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
}
.product-page .product-list .top .con {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
}
.product-page .product-list .list {
  margin-top: 40px;
}
.product-page .product-list .list ul {
  margin: -20px;
}
.product-page .product-list .list ul li {
  padding: 12px;
  text-align: center;
}
.product-page .product-list .list ul li .img-box {
  border: 1px solid #d2d2d2;
}
.product-page .product-list .list ul li .tit {
  font-size: 16px;
  line-height: 1.8;
  
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-list .list ul li .tit:hover {
  color: var(--color);
}
@media screen and (max-width: 1000px) {
    .product-page .product-list {
    padding: 60px 0;
  }
  .product-page .product-list .list ul {
    margin: -10px;
  }
  .product-page .product-list .list ul li {
    padding: 10px;
  }
}
@media screen and (max-width: 700px) {
    .product-page .product-list {
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
    .product-page .product-list .top h1 {
    font-size: 30px;
    line-height: 1.3;
  }
  .product-page .product-list .top .con {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.8;
  }
  .product-page .product-list .list {
    margin-top: 20px;
  }
}
.inner-page .product-tab {
  background: #f1f3f5;
}
.inner-page .product-tab ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page .product-tab ul li {
  text-align: center;
  width: 18em;
  height: 13em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.inner-page .product-tab ul li a {
  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;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .product-tab ul li a:hover,
.inner-page .product-tab ul li a.active {
  background: #0b8bc3;
  color: #fff;
}
.inner-page .product-tab ul li a:hover i img,
.inner-page .product-tab ul li a.active i img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
.inner-page .product-tab ul li i {
  display: block;
  line-height: 63px;
}
.inner-page .product-tab ul li i img {
  display: inline-block;
  vertical-align: middle;
  height: 55px;
  object-fit: contain;
}
.inner-page .product-tab ul li span {
  font-size: 17px;
  min-height: 58px;
  line-height: 1.7;
  margin-top: 15px;
  text-transform: capitalize;
}
@media screen and (max-width: 700px) {
  .inner-page .product-tab {
    display: none;
  }}
  .inner-page .sidebar-box .sidebar-left {
  width: 30%;
  border-right: 1px solid #e7e7e7;
  padding-right: 20px;
}
.inner-page .sidebar-box .sidebar-right {
  width: 70%;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-left: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-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%);
  left: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 4px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li i{
  cursor: pointer;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li ul{
  display: none;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li ul li{
  font-size: 15px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li ul li a{
  color: #666;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-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 .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-left: 20px;
}
.inner-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 .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 .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-right{
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebar-box .sidebar-left{
    display: none;
  }}
  .inner-banner {
  height: 500px;
  background-position: center center;
  background-size: cover;
  padding-top: 220px;
  text-align: right;
  position: relative;
  z-index: 2;
}
.inner-banner h2 {
  display: block;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.inner-banner .mbx {
  font-size: 18px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 20px;
}
.inner-banner .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:before {
  content: "\e8c6";
  margin-left: 10px;
  color: white;
  font: normal normal normal 14px / 1 iconfont;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.inner-banner .mbx a:hover {
  color: white;
}
@media screen and (max-width: 1650px) {
  .inner-banner {
    height: 400px;
    padding-top: 200px;
  }
  .inner-banner h2 {
    font-size: 40px;
    line-height: 1.6;
  }
  .inner-banner .mbx {
    font-size: 16px;
    line-height: 30px;
  }}
  @media screen and (max-width: 1450px) {
  .inner-banner {
    padding-top: 160px;
    height: 360px;
  }}
  @media screen and (max-width: 1250px) {
  .inner-banner h2 {
    font-size: 32px;
  }
  .inner-banner .mbx {
    margin-top: 10px;
  }}
  @media screen and (max-width: 1000px) {
  .inner-banner {
    height: 300px;
    padding-top: 120px;
  }
   .inner-banner h2 {
    font-size: 28px;
  }}
  @media screen and (max-width: 700px) {
      .inner-banner h2{
    display: none;
  }
  .inner-banner .mbx{
    margin-top: 0;
  }
  .inner-banner .mbx{
    font-size: 14px;
    line-height: 2;
  }
  .inner-banner {
    height: 260px;
    padding-top: 100px;
  }}
  @media screen and (max-width: 500px) {
  .inner-banner h2 {
    font-size: 20px;
    line-height: 1.4;
  }}
  .prodet-page {
  background: #f2f2f2;
}
.prodet-page .product-tab {
  background: #fff;
}
.prodet-page .list {
  padding: 30px 0;
}
.prodet-page .list .prodet-1 {
  background: #fff;
  padding: 50px;
}
.prodet-page .list .prodet-1 .left {
  padding-left: 69px;
}
.prodet-page .list .prodet-1 .left .img {
  border: 1px solid #d2d2d2;
}
.prodet-page .list .prodet-1 .left .img .icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #ccc;
  color: #fff;
  left: 0;
  bottom: 0;
  text-align: center;
  line-height: 30px;
}
.prodet-page .list .prodet-1 .left .img .icon img {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .list .prodet-1 .left .small {
  padding: 10px 0px 0;
}
.prodet-page .list .prodet-1 .left .small ul {
  margin-left: -10px;
}
.prodet-page .list .prodet-1 .left .small ul li {
  padding-left: 10px;
}
.prodet-page .list .prodet-1 .left .small ul li a {
  display: block;
  border: 1px solid #d2d2d2;
}
.prodet-page .list .prodet-1 .left .small .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 19px;
  cursor: pointer;
  border: 0;
}
.prodet-page .list .prodet-1 .left .small .slick-prev {
  right: -30px;
  background: url(../images/b-prev.png) no-repeat;
  -webkit-filter: invert(1) opacity(0.5);
  filter: invert(1) opacity(0.5);
}
.prodet-page .list .prodet-1 .left .small .slick-next {
  left: -20px;
  background: url(../images/b-next.png) no-repeat;
  -webkit-filter: invert(1) opacity(0.5);
  filter: invert(1) opacity(0.5);
}
.prodet-page .list .prodet-1 .right h1 {
  font-size: 30px;
  
  line-height: 1.8;
  border-bottom: 1px solid #333;
  color: var(--color);
  padding-bottom: 15px;
  font-weight: 700;
    text-transform: capitalize;
}
.prodet-page .list .prodet-1 .right .con {
  font-size: 18px;
  line-height: 1.8;
  margin: 20px 12px; 
}
.prodet-page .list .prodet-1 .right .list {
  font-size: 16px;
  line-height: 1.8;
  padding: 0;
  margin-top: 10px;
}
.prodet-page .list .prodet-1 .right .list em {
  color: var(--color);
}
.prodet-page .list .prodet-1 .right .info p {
  padding: 30px 0;
  border: 1px solid #ddd;
  border-right: 0;
  border-left: 0;
  font-size: 20px;
  color: var(--color);
}
.prodet-page .list .prodet-1 .right .info p i {
  margin-left: 12px;
}
.prodet-page .list .prodet-1 .right .btn {
  margin: 30px -25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .list .prodet-1 .right .btn a {
  display: inline-block;
  margin: 0 25px;
  width: 50%;
  padding: 8px;
  font-size: 16px;
  color: #fff;
  background: var(--color);
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .list .prodet-1 .right .btn a i {
  margin-left: 6px;
}
.prodet-page .list .prodet-1 .right .btn a:hover {
  background: #000;
}
.prodet-page .list .prodet-2 {
  margin-top: 30px;
  background: #fff;
  padding: 50px;
}
.prodet-page .list .prodet-2 .top .tit {
  background: var(--color);
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 3;
}
.prodet-page .list .prodet-2 .top .content {
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin-top: 25px;
}
.prodet-page .list .prodet-3 {
  margin-top: 30px;
  background: #fff;
  padding: 50px;
}
.prodet-page .list .prodet-3 .tit {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  max-width: 1104px;
  margin: 0 auto;
  
}
.prodet-page .list .prodet-3 .form {
  margin-top: 40px;
}
.prodet-page .list .prodet-3 .form ul {
  margin: -10px -2%;
}
.prodet-page .list .prodet-3 .form ul li {
  padding: 10px 2%;
}
.prodet-page .list .prodet-3 .form ul li input[type="text"],
.prodet-page .list .prodet-3 .form ul li textarea {
  width: 100%;
  height: 50px;
  color: #ccc;
  background-color: #fbfbfb;
  border: 2px solid #ccc;
  font-size: 16px;
  padding: 6px 12px;
}
.prodet-page .list .prodet-3 .form ul li input[type="text"]::-webkit-input-placeholder, .prodet-page .list .prodet-3 .form ul li textarea::-webkit-input-placeholder {
  color: #ccc;
}
.prodet-page .list .prodet-3 .form ul li input[type="text"]:-moz-placeholder, .prodet-page .list .prodet-3 .form ul li textarea:-moz-placeholder {
  color: #ccc;
}
.prodet-page .list .prodet-3 .form ul li input[type="text"]::-moz-placeholder, .prodet-page .list .prodet-3 .form ul li textarea::-moz-placeholder {
  color: #ccc;
}
.prodet-page .list .prodet-3 .form ul li input[type="text"]:-ms-input-placeholder, .prodet-page .list .prodet-3 .form ul li textarea:-ms-input-placeholder {
  color: #ccc;
}
.prodet-page .list .prodet-3 .form ul li input[type="text"]::placeholder,
.prodet-page .list .prodet-3 .form ul li textarea::placeholder {
  color: #ccc;
}
.prodet-page .list .prodet-3 .form ul li input[type="text"]:focus,
.prodet-page .list .prodet-3 .form ul li textarea:focus {
  background: #fff;
  border-color: var(--color);
}
.prodet-page .list .prodet-3 .form ul li textarea {
  height: 200px;
}
.prodet-page .list .prodet-3 .form ul li input[type="submit"] {
  background: var(--color);
  color: #fff;
  border: 0;
  font-size: 16px;
  width: 100%;
  height: 50px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .list .prodet-3 .form ul li input[type="submit"]:hover {
  background: #000;
}
.prodet-page .list .prodet-3 .form ul li:nth-child(1) input[type="text"]:focus {
  background: #fbfbfb;
  border-color: #ccc;
}
.prodet-page .list .prodet-3 .form ul li.wid-100 {
  width: 100%;
}
.prodet-page .list .prodet-4 {
  background: #fff;
  margin-top: 30px;
  padding: 50px;
}
.prodet-page .list .prodet-4 .title {
  font-size: 22px;
  
  line-height: 1.5;
  border-bottom: 2px solid var(--color);
}
.prodet-page .list .prodet-4 .content {
  margin-top: 30px;
}
.prodet-page .list .prodet-4 .content ul {
  margin: 0 -10px;
}
.prodet-page .list .prodet-4 .content ul li {
  padding: 0 10px;
}
.prodet-page .list .prodet-4 .content ul li .ig {
  border: 1px solid #a5a5a5;
}
.prodet-page .list .prodet-4 .content ul li .ig .img-box {
  border-bottom: 1px solid #a5a5a5;
}
.prodet-page .list .prodet-4 .content ul li .ig .text {
  padding: 15px 10px;
}
.swiper1_rel,
.swiper7_big,
.swiper1_hor{
  overflow: hidden;
}
.swiper1_hor button{
  display: none !important;
}
.prodet-page .list .prodet-4 .content ul li .ig .text .tit {
  font-size: 14px;
  line-height: 1.6;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .list .prodet-4 .content ul li .ig .text .tit:hover {
  color: var(--color);
}
.prodet-page .list .prodet-4 .content ul li .ig .text .link {
  display: inline-block;
  margin-top: 15px;
  background: var(--color);
  color: #fff;
  font-size: 14px;
  padding: 6px 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .list .prodet-4 .content ul li .ig .text .link:hover {
  background: #000;
}
@media screen and (max-width: 1280px) {
    .prodet-page .list .prodet-1 .left {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
    .prodet-page .list .prodet-1 {
    padding: 30px;
  }
  .prodet-page .list .prodet-1 .left {
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .list .prodet-1 .right {
    width: 100%;
    padding-top: 20px;
  }
  .prodet-page .list .prodet-2,
  .prodet-page .list .prodet-3,
  .prodet-page .list .prodet-4 {
    padding: 30px;
  }
}
@media screen and (max-width: 700px) {
    .prodet-page .list .prodet-1,
  .prodet-page .list .prodet-2,
  .prodet-page .list .prodet-3,
  .prodet-page .list .prodet-4 {
    padding: 15px;
  }
}
@media screen and (max-width: 500px) {
   .prodet-page .list .prodet-1 .right h1 {
    font-size: 24px;
    line-height: 1.6;
    padding-bottom: 6px;
    font-weight: 700;
    text-transform: capitalize;
  }
  .prodet-page .list .prodet-1 .right .con {
    font-size: 14px;
    line-height: 2;
  }
  .prodet-page .list .prodet-1 .right .list {
    font-size: 14px;
    line-height: 2;
  }
  .prodet-page .list .prodet-1 .right .info p {
    font-size: 18px;
  }
  .prodet-page .list .prodet-1 .right .btn {
    display: block;
    margin: 10px 0 0 0;
  }
  .prodet-page .list .prodet-1 .right .btn a {
    width: 100%;
    margin: 6px 0;
  }
  .prodet-page .list .prodet-2 .top .tit {
    line-height: 2;
  }
  .prodet-page .list .prodet-2 .top .content {
    margin-top: 8px;
    font-size: 14px;
    line-height: 2;
  }
  .prodet-page .list .prodet-3 .form {
    margin-top: 20px;
  }
}
.seo_about .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.seo_about .box .left {
  height: auto;
}
.seo_about .box .left img {
  width: 100%;
  /*height: 100%;*/
  -o-object-fit: cover;
  object-fit: cover;
}
.seo_about .box .right {
  background: #f2f2f2;
  padding: 0 40px;
  height: auto;
}
.seo_about .box .right .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  text-align: right;
}
.seo_about .box .right .text .title {
  font-size: 30px;
  line-height: 1.8;
  
  color: var(--color);
}
.seo_about .box .right .text .con {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  height: 300px;
  overflow-y: auto;
}
.seo_honor {
  background: #fff;
  padding: 50px;
  margin-top: 30px;
}
.seo_honor .title {
  font-size: 22px;
  
  line-height: 1.5;
  border-bottom: 2px solid var(--color);
}
.seo_honor .content {
  margin-top: 30px;
}
.seo_honor .content ul {
  margin-left: -10px;
}
.seo_honor .content ul li {
  padding-left: 10px;
}
.seo_news {
  margin-top: 30px;
  background: #fff;
  padding: 50px;
}
.seo_news #index-body .news {
  background: transparent;
  padding: 0;
}
.seo_news #index-body .news .header {
  color: #000;
}
.seo_news #index-body .news .header .arrow img {
  -webkit-filter: invert(1) opacity(0.5);
  filter: invert(1) opacity(0.5);
}
.seo_know {
  background: #fff;
  padding: 50px;
  margin-top: 30px;
}
.seo_know .title {
  font-size: 22px;
  
  line-height: 1.5;
  border-bottom: 2px solid var(--color);
}
.seo_know .con {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 30px;
  color: #666;
}
@media screen and (max-width: 1000px) {
   .seo_about .box .right {
    padding: 20px;
  }
  .seo_honor,
  .seo_news,
  .seo_know {
    padding: 30px;
  }
}
@media screen and (max-width: 700px) {
   .seo_about .box .left {
    width: 100%;
  }
  .seo_about .box .right {
    width: 100%;
  }
  .seo_honor,
  .seo_news,
  .seo_know {
    padding: 15px;
  }
}
@media screen and (max-width: 500px) {
    .seo_honor .content {
    margin-top: 20px;
  }
}
#index-body .news {
  /*background-color: #1e1e1e;*/
  padding: 72px 0 77px;
  /*color: #fff;*/
}
#index-body .news .header {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .news .header p {
  line-height: 1.6;
  margin-top: 8px;
}
#index-body .news .header .arrow img {
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5);
}
#index-body .news .header .arrow a {
  display: inline-block;
}
#index-body .news .header .arrow a.next {
  margin-right: 16px;
}
#index-body .news .header .arrow a:hover img {
  -webkit-filter: none;
  filter: none;
}
#index-body .news .content {
  margin-top: 49px;
}
#index-body .news .content ul {
  margin-left: -62px;
}
#index-body .news .content ul li {
  padding-left: 62px;
}
#index-body .news .content ul li .ig {
  background: #e1e1e1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .content ul li .ig .img-box img {
  width: 100%;
}
#index-body .news .content ul li .ig .text {
  padding: 19px 21px 35px 0;
}
#index-body .news .content ul li .ig .text time {
  font-size: 16px;
  line-height: 1.8;
  font-style: italic;
}
#index-body .news .content ul li .ig .text time img {
  margin-left: 7px;
    -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .content ul li .ig .text .tit {
  font-size: 18px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  line-height: 1.6;
  margin-top: 4px;
}
#index-body .news .content ul li .ig .text p {
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
#index-body .news .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}
#index-body .news .content ul li .ig:hover .text time img{
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1680px){
  #index-body .news .content ul {
    margin-left: -40px;
  }
  #index-body .news .content ul li {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px){
  #index-body .news {
    padding: 60px 0;
  }
  #index-body .news .header .arrow {
    margin-top: 20px;
  }
  #index-body .news .content {
    margin-top: 20px;
  }
  #index-body .news .content ul {
    margin-left: -20px;
  }
  #index-body .news .content ul li {
    padding-left: 20px;
  }
  #index-body .news .content ul li .ig .text {
    padding: 12px 11px 27px 11px;
  }
}
@media screen and (max-width: 700px){
   #index-body .news {
    padding: 30px 0;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
 
 
.about-page h2 {
  display: block;
   font-weight: bold;
  font-size: 60px;
  line-height: 1.3;
}
.about-page .content,
.about-page .text {
  font-size: 18px;
  
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
}
.about-page .about-1 {
  padding-top: 80px;
}
.about-page .about-1 .box .left {
  vertical-align: middle;
}
.about-page .about-1 .box .left .content {
  margin: 20px 0 80px;
}
.about-page .about-1 .box .left .list {
  padding: 50px 10%;
  text-align: center;
  background-color: #008ed1;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
}
.about-page .about-1 .box .left .list ul li h4 {
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
}
.about-page .about-1 .box .left .list ul li h4 sub {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 3px;
  font-weight: 300;
  font-size: 18px;
}
.about-page .about-1 .box .left .list ul li p {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  margin-top: 10px;
}
.about-page .about-1 .box .right {
  padding-right: 3%;
  vertical-align: middle;
}
.about-page .about-1 .box .right .img {
  position: relative;
  display: block;
}
.about-page .about-1 .box .right .img .play {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  cursor: pointer;
}
.about-page .about-1 .box .right .img .play img {
  display: block;
  margin: 0 auto;
}
.about-page .about-1 .box .right .img .play span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  line-height: 1;
}
.about-page .about-2 {
  padding: 90px 0;
}
.about-page .about-2 .left {
  width: 53%;
  vertical-align: middle;
}
.about-page .about-2 .right {
  width: 47%;
  vertical-align: middle;
  padding-right: 2%;
}
.about-page .about-2 .right .content p {
  padding-top: 30px;
}
.about-page .about-2 .right .content p:first-child {
  padding-top: 0;
}
.about-page .about-3 {
  padding: 110px 0;
  background: url(../images/about-img04.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  height: 730px;
  
  background-attachment: fixed;
}
.about-page .about-3 .play{
  display: inline-block;
  /*position: relative;*/
  z-index: 1;
}
.about-page .about-3 .play::before,
.about-page .about-3 .play::after{
  content: '';
  position: absolute;
  z-index: -1;
  right: -15px;
    left: -15px;
    top: -15px;
    bottom: -15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    -webkit-animation: ks 5s linear infinite;
    -moz-animation: ks 5s linear infinite;
    animation: ks 5s linear infinite;
}
.about-page .about-3 .play::before{
  -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}
.about-page .about-3 .list {
  padding: 90px 0 35px;
}
.about-page .about-3 .list ul {
  margin: 0 -15px;
  position: relative;
}
.about-page .about-3 .list ul:after {
  content: '';
  width: 200%;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  right: -25%;
  top: 52px;
  position: absolute;
}
.about-page .about-3 .list ul li {
  padding: 0 15px;
}
.about-page .about-3 .list ul li h5 {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
.about-page .about-3 .list ul li .content {
  margin-top: 60px;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}
.about-page .about-3 .list ul li .content:after {
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 100%;
  position: absolute;
  top: -44px;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  background: white;
}
.about-page .about-3 .list ul .slick-dots:after {
  display: none;
}
.about-page .about-3 .btn div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
  cursor: pointer;
}
.about-page .about-4 {
  padding: 60px 0 0px;
  overflow: hidden;
  background: #fff;
}
.about-page .about-4 .text {
  margin-top: 15px;
  font-size: 18px;
  line-height: 32px;
}
.about-page .about-4 .offerBox .swiper-container {
  padding: 85px 20px 0;
  overflow: hidden;
}
/*.about-page .about-4 .offerBox .swiper-container .swiper-wrapper{
  flex-wrap: wrap;
  -webkit-wrap: wrap;
}*/
.about-page .about-4 .offerBox .swiper-slide:hover span {
  background: url(../images/offer-h.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:hover span::after {
  opacity: 1;
}
.about-page .about-4 .offerBox .swiper-slide:hover h4 {
  color: #0b8bc3;
}
.about-page .about-4 .offerBox .swiper-slide span {
  width: 72px;
  height: 73px;
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .offerBox .swiper-slide span::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #0b8bc3;
  right: -10px;
  top: -10px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .offerBox .swiper-slide h4 {
  font-size: 18px;
  line-height: 1;

  margin: 24px 0 12px;
  text-transform: uppercase;
}
.about-page .about-4 .offerBox .swiper-slide p {
  font-size: 18px;
  line-height: 30px;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(1) span{
  background: url(/ailiman-fitnesssport/2023/03/03/1-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(1):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/1-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(2) span{
  background: url(/ailiman-fitnesssport/2023/03/03/2.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(2):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/2.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(3) span{
  background: url(/ailiman-fitnesssport/2023/03/03/3-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(3):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/3-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(4) span{
  background: url(/ailiman-fitnesssport/2023/03/03/4-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(4):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/4-1.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(5) span{
  background: url(/ailiman-fitnesssport/2023/03/03/5.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(5):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/5.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(6) span{
  background: url(/ailiman-fitnesssport/2023/03/03/6.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(6):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/6.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(7) span{
  background: url(/ailiman-fitnesssport/2023/03/03/7.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(7):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/7.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(8) span{
  background: url(/ailiman-fitnesssport/2023/03/03/8.png) no-repeat center center;
}
.about-page .about-4 .offerBox .swiper-slide:nth-child(8):hover span{
  background: url(/ailiman-fitnesssport/2023/03/03/8.png) no-repeat center center;
}

.about-page .about-4 .list {

  position: relative;
}

.about-page .about-4 h2{
  color: #000;
}
.about-page .about-4 .text{
  color: #000;
}
.about-page .about-4 .list ul {
  margin: 0 -20px;
}
.about-page .about-4 .list ul li {
  padding: 0 20px;
}
.about-page .about-4 .list ul li .box {
  display: block;
  padding: 25px 15px 35px;
  position: relative;
  z-index: 1;
}
.about-page .about-4 .list ul li .box:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .list ul li .box i.icon {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
  height: 72px;
}
.about-page .about-4 .list ul li .box h6 {
  display: block;
  font-weight: normal;
  font-size: 24px;
  color: var(--color);
  line-height: 1;
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .list ul li .box .content {
  display: block;
  margin: 25px 0;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 300;
  height: 201.6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .list ul li .box i.fa {
  font-weight: bold;
  font-size: 72px;
  max-height: 20px;
  display: block;
  color: var(--color);
  line-height: 1;
  margin-right: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .list ul li .box i.fa:after {
  content: '”';
}
.about-page .about-4 .list ul li .box:hover:after {
  background: #1e6ba1;
  opacity: .9;
}
.about-page .about-4 .list ul li .box:hover i.icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-4 .list ul li .box:hover h6,
.about-page .about-4 .list ul li .box:hover .content,
.about-page .about-4 .list ul li .box:hover i.fa {
  color: white;
}
.about-page .about-5 {
  padding-top: 55px;
  text-align: center;
  background: url("../images/about-5-bg.jpg") center center;
  background-size: cover;
}
.about-page .about-5 .ui.container {
  max-width: 1400px;
}
.about-page .about-5 .text {
  margin-top: 20px;
}
.about-page .about-5 .box {
  position: relative;
}
.about-page .about-5 .list {
  padding: 40px 0 90px;
  overflow: hidden;
  position: relative;
}
.about-page .about-5 .list:after {
  content: '';
  width: 80%;
  height: 20px;
  right: 10%;
  border-radius: 100%;
  -o-box-shadow: 0 0 300px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 300px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 300px rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: -25px;
}
.about-page .about-5 .list .slick-list {
  overflow: unset;
}
.about-page .about-5 .list ul li a {
  display: block;
  position: relative;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  z-index: 1;
}
.about-page .about-5 .list ul li a img {
  width: 100%;
}
.about-page .about-5 .list ul li a:after,
.about-page .about-5 .list ul li a:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 100%;
  right: 0;
  background-image: inherit;
  background-size: 100% auto;
  opacity: .1;
  position: absolute;
  z-index: -1;
}
.about-page .about-5 .list ul li a:before {
  z-index: -2;
  background: #0f2131;
  opacity: 1;
}
.about-page .about-5 .list ul .slick-slide li {
  position: relative;
  right: 100%;
  z-index: 0;
  top: -50px;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.about-page .about-5 .list ul .slick-slide.slick-active li {
  right: 50%;
  z-index: 1;
  top: -25px;
}
.about-page .about-5 .list ul .slick-slide.slick-active li a {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.about-page .about-5 .list ul .slick-slide.slick-active.slick-current li {
  right: 0;
  z-index: 2;
  top: 0;
}
.about-page .about-5 .list ul .slick-slide.slick-active.slick-current li a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  margin-bottom: 0;
}
.about-page .about-5 .list ul .slick-slide.slick-active.slick-current+div.slick-active li {
  right: -50%;
  top: -25px;
}
.about-page .about-5 .list ul .slick-slide.slick-active.slick-current+div.slick-active li a {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.about-page .about-5 .list ul .slick-slide.slick-active.slick-current+div.slick-active~div.slick-slide li {
  right: -100%;
  top: -50px;
}
.about-page .about-5 .list ul .slick-slide.slick-active.slick-current+div.slick-active~div.slick-slide li a {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.about-page .about-5 .btn div {
  position: absolute;
  top: 63%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  width: 60px;
  height: 60px;
  z-index: 1;
}
.about-page .about-5 .btn div img {
  width: 100%;
}
.about-page .about-5 .btn div.prev {
  right: 0;
}
.about-page .about-5 .btn div.next {
  left: 0;
}
.about-page .about-6 {
  padding: 90px 0;
  text-align: center;
  background: #091118;
}
.about-page .about-6 .text {
  margin-top: 15px;
}
.about-page .about-6 .btn {
  margin-top: 30px;
}
.about-page .about-6 .btn a {
  display: inline-block;
  margin: 0 45px;
  line-height: 60px;
  height: 60px;
  padding: 0 30px;
  min-width: 250px;
  border: 1px solid #53595e;
  font-weight: normal;
  font-size: 24px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-6 .list {
  margin-top: 80px;
}
.about-page .about-6 .list ul li {
  padding: 0 15px;
}
.about-page .about-6 .list ul li a {
  display: block;
}
.about-page .about-6 .list ul li a img {
  width: 100%;
}
.about-page .about-6 .list ul .slick-dots {
  margin-top: 50px;
}
.about-page .about-6 .list ul .slick-dots li {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #343434;
  display: inline-block;
  vertical-align: middle;
  margin: 0 13px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 0;
  cursor: pointer;
}
.about-page .about-6 .list ul .slick-dots li button {
  display: none;
}
.about-page .about-6 .list ul .slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-factory{
  
  padding: 0 0 80px 0;
}
.about-page .about-factory .h3{
  margin-bottom: 30px;
}
.about-page .about-factory ul{
  margin: -15px;
}
.about-page .about-factory ul li{
  padding: 15px;
}
.about-page .about-7 {
    padding: 80px 0 120px;
}
.about-page .about-7 .left {
    width: 100%;
  
    vertical-align: middle;
}
.about-page .about-7 .right {
    width: 100%;
    vertical-align: middle;
}
.about-page .about-7 .left span.h2 {
    text-transform: uppercase;
    font-weight: bold;
}
.about-page .about-7 .left .text {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 1em;
      margin-bottom: 1.5em;
}
.about-page .about-7 .right ul {
    margin: -25px;
}
.about-page .about-7 .right ul li {
    padding: 25px;
}
.about-page .about-7 .right ul li img {
    width: 100%;
}
.about-page .about-7 .right ul li p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: .5em;
}
@media screen and (max-width: 1650px) {
  .about-page h2,
  .about-page .about-1 .box .left .list ul li h4 {
    font-size: 40px;
  }
  .about-page .about-1 .box .right .img .play span {
    font-size: 22px;
    margin-top: 10px;
  }
  .about-page .about-1 .box .left .list {
    padding: 30px 5%;
  }
  .about-page .about-3 .list ul li .content {
    font-size: 16px;
    line-height: 1.6;
  }
  .about-page .about-4 .list ul li .box i.icon {
    height: 60px;
  }
  .about-page .about-4 .list ul li .box i.icon img {
    max-height: 100%;
  }
  .about-page .about-4 .list ul li .box h6 {
    font-size: 20px;
  }
  .about-page .about-4 .list ul li .box .content {
    font-size: 16px;
    height: 176.4px;
  }
  .about-page .about-6 .btn a {
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
    margin: 0 25px;
  }
}
@media screen and (max-width: 1450px) {
   .about-page h2,
  .about-page .about-1 .box .left .list ul li h4 {
    font-size: 32px;
  }
  .about-page .about-1 .box .left .content {
    margin: 20px 0 40px;
  }
  .about-page .about-1 .box .right .img .play img {
    max-width: 70px;
  }
  .about-page .about-1 .box .right .img .play span {
    font-size: 18px;
  }
  .about-page .about-3 {
    padding: 80px 0;
  }
  .about-page .about-3 .list {
    padding: 60px 0 20px;
  }
  .about-page .about-4 .text {
    margin-top: 5px;
  }
  .about-page .about-4 .list ul li {
    padding: 0 10px;
  }
  .about-page .about-4 .list ul {
    margin: 0 -10px;
  }
  .about-page .about-4 {
    padding: 60px 0;
  }
  .about-page .about-6 .btn a {
    font-size: 20px;
  }
  .about-page .about-6 .list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page h2,
  .about-page .about-1 .box .left .list ul li h4 {
    font-size: 30px;
  }
  .about-page .content,
  .about-page .text {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1 .box .left .content {
    margin: 10px 0 20px;
  }
  .about-page .about-2 .right .content p {
    padding-top: 10px;
  }
  .about-page .about-2 {
    padding: 60px 0;
  }
  .about-page .about-5 .btn div {
    max-width: 40px;
  }
  .about-page .about-5 .list {
    padding: 30px 0 50px;
  }
  .about-page .about-6 {
    padding: 70px 0;
  }
  .about-page .about-6 .list ul .slick-dots {
    margin-top: 30px;
  }
  .about-page .about-6 .list ul .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .box .right {
    display: none;
  }
  .about-page .about-1 .box .left {
    width: 100%;
  }
  .about-page .about-1 .box .left .list {
    width: 100%;
    margin-left: 0;
  }
  .about-page h2 br {
    display: none;
  }
  .about-page .about-2 .right {
    width: 100%;
    padding-right: 0;
    padding-top: 30px;
  }
  .about-page .about-2 .left {
    width: 100%;
  }
  .about-page .about-1 {
    padding-top: 50px;
  }
  .about-page .about-2 {
    padding: 30px 0;
  }
  .about-page .about-3 .list {
    padding: 30px 0 10px;
  }
  .about-page .about-4 .list ul li {
    width: 50%;
    padding: 10px;
  }
  .about-page .about-4 .list ul {
    margin: -10px;
  }
  .about-page .about-6 .btn a {
    min-width: 200px;
  }
  .about-page .about-7 .left,.about-page .about-7 .right{
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 700px){
  .about-page h2 {
    font-size: 24px;
  }
  .about-page .about-1 .box .left .list ul li {
    width: 33.333%;
  }
  .about-page .about-1 .box .left .list ul li h4 sub {
    font-size: 14px;
  }
  .about-page .about-1 .box .left .list ul li p {
    font-size: 14px;
    line-height: 28px;
  }
  .about-page .about-3 .list ul li .content:after {
    width: 18px;
    height: 18px;
    top: -24px;
  }
  .about-page .about-3 .list ul li .content {
    margin-top: 30px;
  }
  .about-page .about-3 .list ul:after {
    top: 38px;
  }
  .about-page .about-4 .list ul li .box i.icon {
    height: 44px;
  }
  .about-page .about-4 .list ul li {
    width: 100%;
  }
  .about-page .about-4 .list ul li .box .content {
    height: auto;
    margin: 15px 0;
  }
  .about-page .about-5 .list {
    padding: 20px 0 30px;
  }
  .about-page .about-6 .btn a {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    margin: 0 10px;
    min-width: 160px;
  }
  .about-page .about-6 .list ul .slick-dots {
    display: none !important;
  }
  .about-page .about-6 .text {
    padding: 0 15px;
  }
}
@media screen and (max-width: 500px){
  .about-page .about-4 .offerBox .swiper-container{
   padding: 85px 0px 0;
 }
 .about-page h2{
    font-size: 20px;
    line-height: 36px;
  }
  .about-page .about-1 .box .left .list ul li h4 {
    font-size: 22px;
  }
  .about-page .about-1 .box .left .list ul li p {
    font-size: 14px;
    line-height: 28px;
  }
  .about-page .about-6 .btn a{
    margin: 0 6px;
    min-width: 140px;
    font-size: 16px;
  }
  .about-page .about-1 .box .left .list {
    padding: 30px 0;
  }
  .about-page .about-3 {
    padding: 50px 0;
  }
  .about-page .about-5 .list {
    padding: 20px 15%;
  }
  .about-page .about-5 .list ul .slick-slide div li {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    right: 0 !important;
  }
}
.tab {
	border-bottom:1px solid #e1e1e1;
  font-size: 0;
}
.tab-list {
	width:25%;
  display: inline-block;
	text-align: center;
	padding: 24px 0;
	border-right: 1px solid #e1e1e1;
	position:relative;
}
.tab-list:last-child {
	border-left: 1px solid #e1e1e1;
}
.tab-list:after {
	content:'';
	position:absolute;
	bottom:0;
	right: 0;
	width:0%;
	height:2px;
	background:var(--color);
	transition:width cubic-bezier(.47,-.01,.09,1.08) .6s;
}
.tab-list:hover,
.tab-list.active{
  background: var(--color);
  color: #fff;
}
.tab-list:hover p,
.tab-list.active p {
	transform:translateY(-60px);
}
.tab-list:hover i,
.tab-list.active i {
	transform:translateY(-60px);
}
/*.tab-list:hover:after {
	width:100%;
}*/
.tab-list:hover:after,
.tab-list.active:after {
	width:100%;
}

.tab-list.this p {
	transform:translateY(-60px);
}
.tab-list.this i {
	transform:translateY(-60px);
}
.tab-list.this:after {
	width:100%;
	left: auto;
	right: 0;
}
.tab-list .effect {
	overflow:hidden;
}
.tab-list i {
	width:40px;
	height:40px;
	margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
	position:relative;
	transition:transform ease .5s;
	-ms-transition:transform ease .5s;
	-o-transition:transform ease .5s;
	-webkit-transition:transform ease .5s;
	-moz-transition:transform ease .5s;
}

.tab-list:nth-child(1) i:after {
    background: url(../images/tab-icon-c.png) no-repeat center;
}
.tab-list:nth-child(2) i:after {
    background: url(../images/icon-h.png) no-repeat center;
    /*filter: brightness(0) invert(1);*/
}
.tab-list:nth-child(3) i:after {
    background: url(../images/icon-f.png) no-repeat center;
}
.tab-list:nth-child(4) i:after {
    background: url(../images/tab-icon4-c.png) no-repeat center;
}
.tab-list i:after {
	content:'';
	width:100%;
	height:100%;
	right: 0;
	top:0;
	position:absolute;
	transition:transform ease .4s;
	-ms-transition:transform ease .4s;
	-o-transition:transform ease .4s;
	-webkit-transition:transform ease .4s;
	-moz-transition:transform ease .4s;
	transform:translateY(60px);
}
.tab-list p {
  display: inline-block;
  vertical-align: middle;
	font-size:18px;
	color:#666;
	transition:transform ease .4s;
	-ms-transition:transform ease .4s;
	-o-transition:transform ease .4s;
	-webkit-transition:transform ease .4s;
	-moz-transition:transform ease .4s;
	position:relative;
}
.tab-list p:after {
	content:attr(data-hover);
	position:absolute;
	bottom:0;
	width:100%;
	right: 0;
	color:#fff;
	transform:translateY(60px);
}
@media screen and (max-width: 1230px) {
  .tab {
    display: none;
  }
}
.factory-page {
  padding: 90px 0 110px;
}
.factory-page img {
  display: block;
  margin: 0 auto;
}
.factory-page .list ul {
  margin: -15px;
}
.factory-page .list ul li {
  padding: 15px;
}
.faq-page .faqBox {
  padding: 80px 0 200px;
}
.faq-page .faqBox ul li {
  margin-bottom: 30px;
  background: #f2f2f2;
  padding: 15px;
}
.faq-page .faqBox ul li h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}
.faq-page .faqBox ul li .content {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px #ccc dashed;
}
.faq-page .faqBox ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1650px){
   .faq-page .faqBox{
    padding: 80px 0 120px;
  }
}
@media screen and (max-width: 1000px){
   .faq-page .faqBox{
    padding: 60px 0 100px;
  }
  .faq-page .faqBox ul li h4 {
    font-size: 20px;
    line-height: 36px;
  }
  .faq-page .faqBox ul li .content {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 700px){
   .faq-page .faqBox{
    padding: 40px 0 70px;
  }
}
@media screen and (max-width: 500px){
    .faq-page .faqBox ul li h4 {
    line-height: 1.8;
  }
}
.factory-c-page {
  padding: 90px 0 0px;
}
.factory-c-page img {
  display: block;
  margin: 0 auto;
  border-radius: 20px 20px 0px 0;
}

.factory-c-page .list ul {
  margin: -15px;
}
.factory-c-page .list ul li {
  padding: 15px;
}
.factory-c-page .list ul li h4{
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
    padding: 20px;
    background: #f3f3f3; 
    border-radius: 0 0 20px 20px;
}
.factory-c-page .list ul li:hover h4{
  background: var(--color);
  color: white;
}
.factory-c-page h3 {
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 22px;
    text-transform: uppercase;
  
}
.inner-page .m-page {
  text-align: left;
  display: block;
  padding-top: 40px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  line-height: 50px;
  height: 50px;
  padding: 0 25px;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background: var(--color);
  border: 1px solid var(--color);
  border-radius: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span {
  background: white;
  color: var(--color);
}
.inner-page .m-page span {
  margin: 0 3px;
}
.news-page {
  padding-bottom: 110px;
}

.news-page .tips_title {
  font-weight: bold;

  text-transform: uppercase;
  
 
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}

.news-page .content {
  margin-top: 50px;
}
.news-page .content ul li {
  position: relative;
}
.news-page .content ul li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #f2f4f6;
}
.news-page .content ul li .box {
  position: relative;
  z-index: 1;
  border: 1px solid #eceef1;

  padding: 30px 50px;
  background-color: #fff;
}
.news-page .content ul li .box .title {
  display: block;
  font-weight: bold;
  font-size: 30px;
}
.news-page .content ul li .box .title::before{
  display: none;
}
.news-page .content ul li .box .title:hover {
  color: var(--color);
}
.news-page .content ul li .box .des {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  line-height: 2;
}
.news-page .content ul li .box .des:hover {
  color: var(--color);
}
.news-page .content ul li .box .info_c {
  margin-top: 30px;
}
.news-page .content ul li .box .info_c .cat_name {
  width: auto;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  background-color: var(--color);
  border-radius: 15px;
  padding: 4px 22px;
}
.news-page .content ul li .box .info_c .time {
  color: rgba(33, 33, 33, 0.7);
  margin-right: 30px;
  width: auto;
  font-size: 16px;
  vertical-align: middle;
}
.news-page .content ul li:hover {
  z-index: 2;
}
.news-page .content ul li:hover .box {
  -webkit-transform: translate(-10.0px,-10px);
  -moz-transform: translate(-10.0px,-10px);
  -ms-transform: translate(-10.0px,-10px);
  -o-transform: translate(-10.0px,-10px);
  transform: translate(-10.0px,-10px);
}
@media screen and (max-width: 1000px) {
   .news-page {
    text-align: center;
  }
  .seohide {
    display: none !important;
  }
  .news-page .tips_title {
    padding-right: 20px;
    padding-left: 20px;
  }
  .news-page .content ul li,
  .news-page .content .grid-box li {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

}
@media screen and (max-width: 500px) {
   .news-page .content ul li .box {
    padding: 20px 16px;
  }
  .news-page .content ul li .box .info_c .time {
    width: 100%;
    margin: 16px 0 0;
  }
  .news-page .content ul li .box .title {
    font-size: 20px;
  }
}
.newdet-page .init-1 .container .title {
  font-size: 30px;
}
.newdet-page .init-1 .container .title::before{
  display: none;
}
.newdet-page .init-1 .container .time {
  color: #9e9e9e;
  margin-top: 30px;
}
.newdet-page .init-1 .container .content {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #424242;
  padding: 30px 0;
  line-height: 2;
}
.newdet-page .init-1 .container .bottom_cont {
  margin-top: 40px;
}
.newdet-page .init-1 .container .bottom_cont .left {
  width: calc(100% - 160px);
  padding-left: 20px;
}
.newdet-page .init-1 .container .bottom_cont .right {
  width: 160px;
}
.newdet-page .init-1 .container .bottom_cont .right .share_name {
  color: #767676;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a {
  display: inline-block;
  margin-top: 10px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: var(--color);
  font-size: 16px;
  border-radius: 50%;
  margin-left: 12px;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a i {
  position: relative;
  z-index: 2;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a::before {
  background-color: #245e3e;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list2 {
  background-color: #00aced;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list3 {
  background-color: #cb2027;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list4 {
  background-color: #cc2366;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
  margin-left: 0;
}
@media screen and (max-width: 1000px) {
   .newdet-page .init-1 .container .bottom_cont {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .bottom_cont .left {
    width: 100%;
    padding: 0;
  }
  .newdet-page .init-1 .container .bottom_cont .right {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 0;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 16px;
  }
}
.m-link {
  margin-top: 16px;
}
.m-link a {
  display: block;
  color: #767676;
  margin-top: 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-link a:hover {
  color: var(--color);
}
@media screen and (max-width: 1000px){
    .m-link {
    text-align: right;
  }
}
.pro_public .init-related {
  background-color: #f7f7f7;
}
.pro_public .init-related .container .tips {
  text-align: center;
  
  font-weight: bold;
}
.pro_public .init-related .container .content {
  margin-top: 40px;
}
.pro_public .init-related .container .content .slick .slick-list {
  margin: 0 -25px;
}
.pro_public .init-related .container .content .slick li {
  padding: 0 25px;
}
.pro_public .init-related .container .content .slick li .box .img {
  background-color: #fff;
  display: block;
  padding: 40px;
}
.pro_public .init-related .container .content .slick li .box .text {
  display: block;
  margin-top: 20px;
}
.pro_public .init-related .container .content .slick li .box .text:hover {
  color: var(--color);
}
.contact-page {
  padding-top: 30px;
  background: #f8f8f8;
}
.contact-page .contact-1 ul li .box{
  padding: 30px;
  border-radius: 20px;
height: 340px;
  border: 1px solid rgba(0,0,0,0.1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .contact-1 ul li .box hr{
  background: rgba(0,0,0,0.1);
}
.contact-page .contact-1 ul li:hover .box hr{
  background: white;
}
.contact-page .contact-1 ul li .box .icon{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--color);
  color: white;
  text-align: center;
  line-height: 55px;
}
.contact-page .contact-1 ul li .box:hover{
  background: var(--color);
  color: white;
}
.contact-page .contact-1 ul li .box:hover .icon{
  background: white;
  color: var(--color);
}
.contact-page .init-1 {
  padding-top: 0px;
  background: #fff;
}
.contact-page .init-1 h1 {
  border-bottom: 1px solid #6e6b70;
  padding: 50px 0 20px;
  text-transform: capitalize;
}
.contact-page .init-1 ul {
  padding: 80px 0;
}
.contact-page .init-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
  color: var(--color);
  border: 2px solid var(--color);
}
.contact-page .init-1 ul li:hover .img {
  border: 2px solid var(--color);
}
.contact-page .init-1 ul li:hover .img img {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.contact-page .init-1 ul li i,
.contact-page .init-1 ul li .img {
  width: 100px;
  height: 100px;
  border: 2px solid #6e6b70;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 44px;
  color: #6e6b70;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
}
.contact-page .init-1 ul li .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-page .init-1 ul li .img img {
  max-width: 50%;
  -webkit-filter: grayscale(1) brightness(0.6);
  filter: grayscale(1) brightness(0.6);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.contact-page .init-1 ul li h3 {
  font-size: 24px;
  color: #051524;
  padding: 20px 0 10px;
  text-transform: capitalize;
  
  font-weight: bold;
}
.contact-page .init-1 ul li p {
  font-size: 16px;
  color: #414951;
  line-height: 2;
}
.contact-page .init-2 {
  padding-bottom: 110px;
}
.contact-page .init-2 .init-2-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .init-2 .init-2-box .left {
  width: 50%;
  padding-left: 8.5%;
}
.contact-page .init-2 .init-2-box .left h1 {
  background: var(--color);
  color: #fff;
  padding: 60px 0;
  font-size: 36px;
  border-radius: 30px;
  text-transform: uppercase;
  text-align: center;
  line-height: 2;
  font-weight: bold;
}
.contact-page .init-2 .init-2-box .left .content {
  padding-right: 30px;
}
.contact-page .init-2 .init-2-box .left .content p {
  margin-top: 20px;
  font-size: 16px;
  color: #8995a2;
  line-height: 2;
}
.contact-page .init-2 .init-2-box .left .content ul {
  margin-top: 10px;
}
.contact-page .init-2 .init-2-box .left .content ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e0e8f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.contact-page .init-2 .init-2-box .left .content ul li span {
  display: inline-block;
  width: 60px;
  text-align: center;
  margin-left: 20px;
}
.contact-page .init-2 .init-2-box .left .content ul li p {
  font-size: 20px;
  color: #242424;
  font-weight: bold;
}
.contact-page .init-2 .init-2-box .right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 70px;
}
.contact-page .contact-4 .box ul li {
  padding: 15px;
}
.contact-page .contact-4 .box ul li:nth-child(7) ~ li {
  display: none;
}
.contact-page h2.title {
  text-transform: none;
}
.contact-page .contact-1 {
  padding: 60px 0 80px;
  background: #f7f7f7;
}
.contact-page .contact-1 .left {
  width: 50%;
}
.contact-page .contact-1 .left h3 {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.contact-page .contact-1 .left p {
  display: block;
  font-size: 16px;
  color: #635c5b;
}
.contact-page .contact-1 .left .form {
  padding-top: 36px;
}
.contact-page .contact-1 .left .form ul {
  margin: -7px;
}
.contact-page .contact-1 .left .form ul li {
  padding: 7px;
}
.contact-page .contact-1 .left .form ul li input,
.contact-page .contact-1 .left .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #c8c8c8;
  line-height: 28px;
  padding: 6px 10px;
  background: transparent;
  font-size: 16px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left .form ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-webkit-input-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input::-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:-ms-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-ms-input-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:focus,
.contact-page .contact-1 .left .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-1 .left .form ul li textarea {
  height: 130px;
  resize: vertical;
  -webkit-transition: .5s all, 0s height;
  -moz-transition: .5s all, 0s height;
  transition: .5s all, 0s height;
}
.contact-page .contact-1 .left .form ul li input[type="submit"] {
  width: 130px;
  background: #222;
  color: white;
  margin-top: 20px;
}
.contact-page .contact-1 .left .form ul li input[type="submit"]:hover {
  background: var(--color);
}
.contact-page .contact-1 .left .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right {
  width: 50%;
  padding-right: 6%;
  padding-left: 3%;
}
.contact-page .contact-1 .right h3 {
  font-size: 30px;
  color: #4e4243;
  margin-bottom: 22px;
  font-weight: 600;
}
.contact-page .contact-1 .right ul {
  margin-bottom: 120px;
}
.contact-page .contact-1 .right ul li {
  font-size: 20px;
  color: #777;
  line-height: 35px;
}
.contact-page .contact-1 .right #ewm {
  max-width: 90px;
  border: 3px solid white;
}
.contact-page .contact-1 .right .share ul {
  margin: -2px;
}
.contact-page .contact-1 .right .share ul li {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  background: #eee;
  border-radius: 5px;
  color: black;
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .right .share ul li a {
  display: block;
  position: relative;
}
.contact-page .contact-1 .right .share ul li:hover {
  background: var(--color);
  color: white;
}
.contact-page .contact-1 .right .share ul li img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .right .share ul li.ewm #ewm {
  width: 120px;
  position: absolute;
  bottom: 100%;
  right: 50%;
  margin-right: -60px;
  border-radius: 5px;
  display: none;
  margin-bottom: 10px;
  max-width: none;
}
.contact-page .contact-1 .right .share ul li.ewm #ewm:after {
  content: '';
  border-top: 10px solid white;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: 100%;
  right: 50%;
  margin-right: -5px;
}
.contact-page .contact-1 .right .share ul li.ewm:hover #ewm {
  display: block;
}
.contact-page .contact-2 {
  padding: 110px 0 80px;
}
.contact-page .contact-2 h2 {
  text-align: center;
}
.contact-page .contact-2 .box {
  padding-top: 50px;
}
.contact-page .contact-2 .box .left {
  vertical-align: middle;
}
.contact-page .contact-2 .box .right {
  vertical-align: middle;
  padding-right: 10%;
}
.contact-page .contact-2 .box .right ul {
  margin: -7px;
}
.contact-page .contact-2 .box .right ul li {
  padding: 7px;
}
.contact-page .contact-2 .box .right ul li .box {
  display: block;
  background: #f0f0f0;
  padding: 30px 15px;
  text-align: center;
}
.contact-page .contact-2 .box .right ul li .box p {
  display: block;
  font-size: 20px;
  color: black;
}
.contact-page .contact-2 .box .right ul li .box h3 {
  display: block;
  font-size: 33px;
  color: #95ba67;
  line-height: 60px;
}
.contact-page .contact-2 .box .right ul li .box h3 em,
.contact-page .contact-2 .box .right ul li .box h3 span {
  font-size: 60px;
}
.contact-page .contact-3 {
  padding: 80px 0;
  background: #f0f0f0;
}
.contact-page .contact-3 ul li {
  padding: 0 25px;
}
.contact-page .contact-3 ul li a.img-box {
  display: block;
  border-radius: 10px;
}
.contact-page .contact-3 ul li a.img-box img {
  width: 100%;
}
.contact-page .contact-3 ul li h4 {
  display: block;
  margin: 30px 0 10px;
  font-size: 20px;
  color: black;
}
.contact-page .contact-3 ul li .text {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin: -6px 0;
}
.contact-page .contact-3 ul li .text p {
  padding: 6px 0;
}
.contact-page .contact-4 {
  padding: 160px 0 80px;
  text-align: center;
}
.contact-page .contact-4 h2 small {
  max-width: 530px;
  margin: 0 auto;
}
.contact-page .contact-4 .box {
  padding: 70px 0 50px;
}
@media screen and (max-width: 1500px) {
  .contact-page .contact-2,
  .contact-page .contact-4 {
    padding: 80px 0;
  }
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-1 .right h3,
  .contact-page .contact-1 .left h3 {
    font-size: 26px;
  }
  .contact-page .contact-1 .right ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .right ul {
    margin-bottom: 80px;
  }
  .contact-page .contact-1 .right .share ul li img {
    vertical-align: top;
  }
  .contact-page .contact-4 {
    padding: 80px 0 50px;
  }
  .contact-page .contact-4 .box {
    padding: 40px 0 30px;
  }
  .contact-page .contact-3 ul li h4 {
    margin: 10px 0;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 .right ul li {
    line-height: 30px;
  }
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-3 ul li {
    padding: 0 10px;
  }
  .contact-page .contact-3 ul {
    margin: 0 -10px;
  }
  .contact-page .contact-1 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-3 ul li .text p {
    padding: 2px 0;
  }
  .contact-page .contact-1 .right {
    padding-right: 4%;
    padding-left: 0;
  }
  .contact-page .contact-2 .box .right {
    padding-right: 5%;
  }
  .contact-page .contact-2 .box .right ul li .box p {
    font-size: 16px;
  }
  .contact-page .contact-2 .box .right ul li .box h3 {
    font-size: 26px;
    line-height: 40px;
  }
  .contact-page .contact-2 .box .right ul li .box h3 em,
  .contact-page .contact-2 .box .right ul li .box h3 span {
    font-size: 40px;
  }
  .contact-page .contact-4 {
    padding: 60px 0 30px;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 22px;
  }
  .contact-page .contact-1 .right ul li {
    font-size: 14px;
  }
  .contact-page .contact-1 .left .form {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-4 .box .img {
    width: 100%;
    position: relative;
    right: -10px;
  }
  .contact-page .contact-4 .box .img:last-child {
    position: relative;
    right: 10px;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-right: 0;
    padding-top: 20px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right #ewm {
    display: none;
  }
  .contact-page .contact-1 .left .form ul li input[type="submit"] {
    float: left;
  }
  .contact-page .contact-1 {
    padding: 50px 0;
  }
  .contact-page .contact-2 .box .right {
    width: 100%;
    padding-right: 0;
    padding-top: 30px;
  }
  .contact-page .contact-2 .box .left {
    width: 100%;
  }
  .contact-page .contact-2 .box .left img {
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
  .contact-page .contact-2 .box {
    padding-top: 20px;
  }
  .contact-page .contact-2,
  .contact-page .contact-4,
  .contact-page .contact-3 {
    padding: 60px 0;
  }
  .contact-page .contact-4 .box ul li {
    width: 20%;
  }
  .contact-page .contact-1 .right ul {
    margin-bottom: 30px;
  }
  .contact-page .init-2 .init-2-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .init-2 .init-2-box .left .content {
    padding-right: 10px;
  }
  .contact-page .init-2 .init-2-box .left {
    width: 100% !important;
  }
  .contact-page .init-2 .init-2-box .right {
    width: 100% !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #addForm3 {
    width: 100%;
    border-radius: 30px;
  }
  .contact-page .init-2 .init-2-box .right {
    padding-left: 0;
  }
  .contact-page .init-2 .init-2-box .left {
    padding-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-2 .box .left img {
    width: 100%;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 20px;
  }
  .contact-page .contact-4 {
    padding: 40px 0;
  }
  .contact-page .contact-4 .box ul li {
    padding: 5px;
  }
  .contact-page .contact-4 .box ul {
    margin: -5px;
  }
  .contact-page .contact-4 .box ul li {
    width: 33.333%;
  }
  .contact-page .init-2 .init-2-box .left {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .init-2 .init-2-box .left .content ul li p {
    font-size: 18px;
  }
  .contact-page .init-2 .init-2-box .right {
    padding-left: 0;
    margin-top: 30px;
  }
  .contact-page .init-2 .init-2-box .left .content ul li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-page .init-2 .init-2-box .left .content p {
    margin-top: 0;
    line-height: 1.4;
  }}
  #addForm3 {
  padding-right: 25px;
  height: 670px;
  width: 720px;
  border-radius: 30px;
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
  box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
#addForm3 h4 {
  font-size: 36px;
  margin: 0 0 30px;
  color: #051524;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: bold;
}
#addForm3 span {
  font-weight: 400;
  font-style: normal;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 7px;
  display: block;
}
#addForm3 input {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
}
#addForm3 textarea {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
  height: 100px;
}
#addForm3 .contact-submit {
  margin-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#addForm3 .contact-submit input[type="submit"] {
  display: inline-block;
  max-width: 200px;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff !important;
  background-color: var(--color);
  /*border-radius: 28px;*/
  text-align: center;
  margin-left: 0 !important;
  padding: 9px 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#addForm3 .contact-submit #ewm {
  padding: 4px;
  border: 1px solid #ccc;
  width: 130px;
}
#addForm3 .contact-submit input[type="submit"]:hover {
  background-color: var(--color);
}
@media screen and (max-width: 1000px){
    #addForm3 {
    width: 100%;
  }
}
@media screen and (max-width: 700px){
   #addForm3 {
    width: 100%;
    padding: 10px;
  }
  #addForm3 .contact-submit {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.mana-page .mana-1 {
  padding-top: 4.688%;
}
.mana-page .mana-1 .left {
  vertical-align: middle;
  padding-left: 7.5%;
}
.mana-page .mana-1 .left .title::before {
  display: none;
}
.mana-page .mana-1 .left .con {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px; 
}
.mana-page .mana-1 .right {
  vertical-align: middle;
}
.mana-page .mana-2 {
  padding-top: 3.386%;
}
.mana-page .mana-2 .top .left {
  width: 44%;
  padding-left: 7%;
}
.mana-page .mana-2 .top .left .title::before {
  display: none;
}
.mana-page .mana-2 .top .right {
  width: 56%;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 12px; 
}
.mana-page .mana-2 .top .right p {
  margin-top: 25px;
}
.mana-page .mana-2 .top .right p:first-child {
  margin-top: 0;
}
.mana-page .mana-2 .bottom {
  background: url(../images/mana2.jpg) no-repeat center top;
  background-size: 100% 100%;
  color: var(--white);
  margin-top: 89px;
  padding: 4.672% 0 5.922% 0;
}
.mana-page .mana-2 .bottom .title {
  color: var(--white);
}
.mana-page .mana-2 .bottom .title::before {
  display: none;
}
.mana-page .mana-2 .bottom .ig {
  background: rgba(255, 255, 255, 0.04);
  max-width: 1122px;
  margin: 26px 10.593% 0 0;
  padding: 41px 70px 58px 105px;
}
.mana-page .mana-2 .bottom .ig1{
  display: flex;
  justify-content: center;
  margin-top: calc(1.88vw + 14px);
}
.mana-page .mana-2 .bottom .ig1 > div{
  margin-left: calc(0.8345vw + 14px);
}
.mana-page .mana-2 .bottom .ig1 > div:last-child{
  margin-left: 0;
}
.mana-page .mana-2 .bottom .ig ul li {
  position: relative;
  padding-top: 19px;
}
.mana-page .mana-2 .bottom .ig ul li i {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  /*background: var(--color);*/
}
.mana-page .mana-2 .bottom .ig ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.mana-page .mana-2 .bottom .ig ul li .text {
  display: inline-block;
  width: 82%;
  padding-right: 38px;
}
.mana-page .mana-2 .bottom .ig ul li .text span {
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
}
.mana-page .mana-2 .bottom .ig ul li .text p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}
.mana-page .mana-2 .bottom .ig ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 31px;
  background: url(../images/mana-icon.png) no-repeat;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: -20%;
  top: 45%;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li {
  width: 18px;
  height: 18px;
  background: transparent;
  padding: 0;
  margin-bottom: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li::after {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 8px;
  height: 8px;
  background: var(--color);
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li button {
  display: none;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.77);
}
.mana-page .mana-3 {
  padding-top: 68px;
}
.mana-page .mana-3 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}
.mana-page .mana-3 ul li .img {
  background: url(../images/about-dots.png) no-repeat -20px top;
  width: 51.448%;
  padding-top: 46px;
}
.mana-page .mana-3 ul li .text {
  width: 48.552%;
  padding-right: 41px;
}
.mana-page .mana-3 ul li .text .title::before {
  display: none;
}
.mana-page .mana-3 ul li .text .title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  margin-top: 9px;
}
.mana-page .mana-3 ul li .text .con {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(40, 39, 39, 0.87);
  margin-top: 40px; 
}
.mana-page .mana-3 ul li .text dl {
  margin-top: 47px;
}
.mana-page .mana-3 ul li .text dl dd {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  padding-right: 65px;
  position: relative;
  margin-bottom: 11px;
}
.mana-page .mana-3 ul li .text dl dd::before {
  content: '';
  position: absolute;
  right: 0;
  top: 5px;
  width: 32px;
  height: 26px;
  background: url(../images/mana-check.png) no-repeat;
}
.mana-page .mana-3 ul li .text dl dd:last-child {
  margin-bottom: 0;
}
.mana-page .mana-3 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mana-page .mana-3 ul li:nth-child(even) .text {
  padding: 0 0 0 100px;
}
.mana-page .mana-3 ul li:nth-child(even) .img {
  padding: 0 22px 79px 0;
  background: url(../images/about-dots1.png) no-repeat 20px 2px;
}
.mana-page .mana-3 ul li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-4 {
  padding: 4.063% 0 5.886%;
}
.mana-page .mana-4 .header {
  background: var(--color);
  padding: 30px 0 28px;
}
.mana-page .mana-4 .header .title {
  color: var(--white);
}
.mana-page .mana-4 .header .title::before {
  background: var(--white);
  top: 38px;
}
.mana-page .mana-4 .content {
  margin-top: 80px;
}
.mana-page .mana-4 .content ul {
  margin: 0 0 -60px -36px;
}
.mana-page .mana-4 .content ul li {
  padding: 0 0 60px 36px;
}
.mana-page .mana-4 .content ul li .img-box img {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .mana-page .mana-2 .top .left {
    padding-left: 2%;
  }
  .mana-page .mana-2 .bottom .ig {
    margin: 26px auto 0;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    left: -11%;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 0 0 50px;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 21px;
  }
}
@media screen and (max-width: 1280px) {
  .mana-page .mana-1 .left {
    padding-left: 4%;
  }
  .mana-page .mana-1 .left .title {
    font-size: 40px;
  }
  .mana-page .mana-2 .top .left .title {
    font-size: 40px;
  }
  .mana-page .mana-3 ul li .text .title {
    font-size: 40px;
    line-height: 1.4;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 0 0 30px;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 20px;
    padding-right: 45px;
  }
  .mana-page .mana-3 ul li .text dl dd::before {
    top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .mana-page .mana-1 .left {
    padding-left: 2%;
  }
  .mana-page .mana-1 .left .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .mana-page .mana-1 .left {
    width: 100%;
    padding-left: 0;
  }
  .mana-page .mana-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .top .left {
    width: 100%;
    padding-left: 0;
  }
  .mana-page .mana-2 .top .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 40px;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 30px 40px 40px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    padding-right: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    left: -5%;
  }
  .mana-page .mana-3 ul li {
    margin-bottom: 30px;
  }
  .mana-page .mana-3 ul li .img {
    width: 100%;
  }
  .mana-page .mana-3 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li .text .con,
  .mana-page .mana-3 ul li .text dl {
    margin-top: 20px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0 0 79px 0;
  }
  .mana-page .mana-4 .content {
    margin-top: 40px;
  }
  .mana-page .mana-4 .content ul {
    margin: 0 0 -25px -15px;
  }
  .mana-page .mana-4 .content ul li {
    padding: 0 0 25px 15px;
  }
}
@media screen and (max-width: 700px) {
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 36px;
    line-height: 1.5;
  }
  .mana-page .mana-2 .top .right {
    padding: 10px 0 0 0;
    margin-top: 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    margin-top: 10px;
  }
  .mana-page .mana-3 ul li .text .title {
    font-size: 36px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .hide-500{
    display: none !important;
  }
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 32px;
  }
  .mana-page .mana-1 .left .con {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .top .right {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 20px 30px 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-3 ul li .text .con {
    font-size: 14px;
    line-height: 2;
  }
}
.seoPublic .Auxil-news .list ul li .content{
  
}
.seoPublic .Auxil-about .box .left{
  width: 50%;
}
.seoPublic .Auxil-about .box .right{
    width: 50%;
    padding-right: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.swiper7_small{
  overflow: hidden;
}
.about-page .content, .about-page .text{
  font-size: 19px;
  color: rgba(0, 0, 0, .8);
  line-height: 1.8; 
}
.tab-list:hover, .tab-list.active{
  background: #008ed1;
  color: #fff;
}
.product-page .productBox .left {
    width: 25%;
}
.product-page .productBox .left #product-list li {
    position: relative;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    padding: 15px 30px;
}
.product-page .productBox .left #product-list li i {
    position: absolute;
    left: 25px;
    top: 25px;
    font-size: 24px;
    color: #000;
    cursor: pointer;
}
.product-page .productBox .left #product-list li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    font-weight: bold;
    color: #000000;
    line-height: 1.5;
    text-transform: uppercase;
}
.product-page .productBox .left #product-list li a:hover,
.product-page .productBox .left #product-list li a.active {
    color: var(--color);
}
.product-page .productBox .left #product-list li ul.children {
    margin-top: 20px;
}
.product-page .productBox .left #product-list li ul.children li {
    margin-bottom: 15px;
    padding: 0;
    border: none;
    border-radius: 0;
}
.product-page .productBox .left #product-list li ul.children li a {
    font-weight: 400;
    text-transform: capitalize
}
.product-page .productBox .left #product-list li ul.children li:last-child {
    margin-bottom: 0;
}


.product-page .productBox .right {
    width: 75%;
    padding-right: 60px;
}


@media (max-width: 1000px) {
    .product-page .productBox .left {
        display: none;
    }

    .product-page .productBox .right {
        width: 100%;
        padding-right: 0;
    }
}
.text-hide-3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.text-hide-2{
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
}
@media (max-width: 1000px) {
  .inner-banner .mbx{
    color: #fff;
  }
  .seoPublic .Auxil-about .box .left .img{
    height: auto;
  }
  .seoPublic .Auxil-about .box .right{
    width: 100%;
    padding: 0;
  }
  .seoPublic .Auxil-about .box .left{
    width: 100%;
  }
}
#mobile .menu-content .menu-logo img{
  filter: brightness(0);
}
@media (max-width: 700px) {
  .inner-banner .ui{
    position: relative;
    z-index: 3;
  }
  .inner-banner{
    position: relative
  }
  .inner-banner::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4)
  }
}

.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

 @keyframes faderight {
      0%{
        opacity: 0;
        transform: translateX(-50.0%);
        }
         100%{
        opacity: 1;
        transform: translateX(-0.0);
        }
        }
.sol1-page{
  overflow: hidden
}
.sol1-page .init-1 .img1{
  display: none;
  overflow-x: auto;
}
.sol1-page .init-1 .img1 img{
  /*width: 100%;*/
  width: 1000px;
  max-width: 1000px;
  padding-bottom: 30px;
}
.sol1-page .init-1 .img{
  position: relative;
  padding: 0 160px;
    margin-bottom: 290px;
}
.sol1-page .init-1 .img .txt{
  margin-top: 10px;
}
.sol1-page .init-1 .dot{
  position: absolute;
}
.sol1-page .init-1 .dot1{
  right: 0;
  top: 50%;
  transform: translateY(10%);
}
  .sol1-page .init-1 .dot2{
  right: 18%;
  top: 50%;
  transform: translateY(10%);
}
  .sol1-page .init-1 .dot3{
  right: 33%;
  top: 50%;
  transform: translateY(15%);
}
  .sol1-page .init-1 .dot4{
  right: 61%;
  top: 0;
  transform: translateY(-40%);
}
  .sol1-page .init-1 .dot5{
  right: 52%;
  bottom: 0;
  transform: translateY(120%)
}
.sol1-page .init-1 .dot6{
  left: 0;
  top: 50%;
  transform: translateY(10%);
}
.sol1-page .init-1 .swiper7_small{
  /*position: absolute;*/
  right: 15px;
  left: 15px;
  bottom: 15px;
}
.sol1-page .init-1 .swiper7_small ul{
  justify-content: center;
}
.sol1-page .init-2{
  background:#f5f9fd;
  color: #3f3f3f;
}
.sol1-page .init-2 .box .left{
  width: 40%;
  position: relative;
 
}
.sol1-page .init-2 .box .left .slick-list{
  padding: 0 10% !important;
}
.sol1-page .init-2 .box .left .prev0 li{
  transform-origin: left;
  transform: scale(0.75) translateX(100px);
}
.sol1-page .init-2 .box .left .next0 li{
  transform-origin: right;
  transform: scale(0.75) translateX(-100px);
}
.sol1-page .init-2 .box .left li{
  transition: 0.5s;
  transform: scale(0.75);
  opacity: 0.5;
}
.sol1-page .init-2 .box .left .slick-current li{
  transform: scale(1);
  opacity: 1;
  z-index: 5;
  position: relative;
}
/*.sol1-page .init-2 .box .left::after{
  content: '';
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/sol5.jpg) no-repeat top left / cover;
    border-radius: 25px;
    transition: .5s 1s;
}*/
.sol1-page .init-2 .box .left.active::after{
   height: 100%;
}
.sol1-page .init-2 .box .left img{
  width: 100%;
  border-radius: 25px;
  /*opacity: 0;*/
}
.sol1-page .init-2 .box .right{
  width: 60%;
}
.sol1-page .init-2 .box .right li{
  display: flex;
  align-items: center;
  padding: 20px 20px;
    border-radius: 20px;
    background: rgb(238 245 251);
    margin-bottom: 20px;
    opacity: 0;
    transform: translateX(-50.0%);
}
.sol1-page .init-2 .box .right li:last-child{
margin-bottom: 0;
}
.sol1-page .init-2 .box .right.active li{
  animation: faderight 1s ease forwards;
}
.sol1-page .init-2 .box .right.active li:nth-child(1){
   animation-delay: 0.5s;
}
.sol1-page .init-2 .box .right.active li:nth-child(2){
   animation-delay: 1s;
}
.sol1-page .init-2 .box .right.active li:nth-child(3){
   animation-delay: 1.5s;
}
.sol1-page .init-2 .box .right.active li:nth-child(4){
   animation-delay: 2s;
}
.sol1-page .init-2 .box .right.active li:nth-child(5){
   animation-delay: 2.5s;
}
.sol1-page .init-2 .box .right.active li:nth-child(6){
   animation-delay: 3s;
}
.sol1-page .init-2 .box .right li .icon{
  width: 50px;
}
.sol1-page .init-2 .box .right li .txt{
  flex: 1;
}

@keyframes fadeleft {
      0%{
        opacity: 0;
        transform: translateX(50.0%);
        }
         100%{
        opacity: 1;
        transform: translateX(-0.0);
        }
        }
.sol1-page .init-3{
    background:#f5f9fd;
    color: #3f3f3f;
 
}
.sol1-page .init-2 hr,
.sol1-page .init-3 hr{
  background: #ddd;
}
.sol1-page .init-2 .title,
.sol1-page .init-3 .title{
  color: white;
}
.sol1-page .init-3 .box .left{
  flex: 1;
}

.sol1-page .init-3 .box .left li{
  border-bottom: 1px solid #ffffff;
  padding-bottom: 30px;
  margin-bottom: 80px;
     opacity: 0;
        transform: translateX(50.0%);
}
.sol1-page .init-3 .box .left.active li{
animation: fadeleft 1s ease forwards;
}
.sol1-page .init-3 .box .left.active li:nth-child(1){
   animation-delay: 0.5s;
}
.sol1-page .init-3 .box .left.active li:nth-child(2){
   animation-delay: 1s;
}
.sol1-page .init-3 .box .left.active li:nth-child(3){
   animation-delay: 1.5s;
}
.sol1-page .init-3 .box .left.active li:nth-child(4){
   animation-delay: 2s;
}
.sol1-page .init-3 .box .left.active li:nth-child(5){
   animation-delay: 2.5s;
}
.sol1-page .init-3 .box .left.active li:nth-child(6){
   animation-delay: 3s;
}
.sol1-page .init-3 .box .right{
  position: relative;
}
.sol1-page .init-3 .box .right .dot{
	width: 418px;
	height: 418px;
	background-color:#a0c6ff;
  border-radius: 50%;
   transition: .5s;
}
.sol1-page .init-3 .box .right .quan {
  position: absolute;
  width: 100%;
  height: 100%;
  border: solid 3px #a0c6ff;
  border-radius: 50%;
  right: 0;
  top: 0;
  transition: .5s;
  opacity: 0;
}
.sol_case ul li .text{
  padding: 20px;
  background: #f3f3f3;
  border-radius: 0 0 20px 20px;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sol_case ul li:hover .text{
  background: var(--color);
  color: white;
}
@media screen and (max-width: 1450px) {
  .sol1-page .init-1 .dot img{
    zoom: 0.8;
  }
  .sol1-page .init-1 .img{
    padding: 0 120px;
  }
  .sol1-page .init-1 .dot3{
    right: 32%
  }
}
@media screen and (max-width: 1250px) {
  .sol1-page .init-3 .box .right .dot{
    zoom: 0.7;
  }
    .sol1-page .init-1 .dot img{
    zoom: 0.6;
  }
  .sol1-page .init-1 .img{
    padding: 0 100px;
  }
}
@media screen and (max-width: 1000px) {
   .sol1-page .init-1 .img{
     display: none;
   }
    .sol1-page .init-1 .img1{
      display: block;
    }
  .sol1-page .init-3 .box .right{
    display: none;
  }
  .sol1-page .init-2 .box .right li{
    margin-bottom: 30px;
  }
  .sol1-page .init-2 .box .left{
    margin-bottom: 30px;
  }
  .sol1-page .init-3 .title{
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 500px) {
  .sol1-page .init-2 .box .right li{
    padding: 20px;
  }
  .sol1-page .init-2 .box .right li .txt{
    padding-right: 20px;
  }
}
/**/
.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-right: 20px;
}
.about-page .about-44 .top .list ul .content {
  padding-right: 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;
  right: 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;
  right: 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;
  right: 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);
}
.prodet2-page{
  background: url(../images/prodet2-bg.png) no-repeat #f5f9fd;
  background-size: 100% auto;
}
.prodet-init-7 .line,
.prodet-init-6 .line,
.prodet-init-5 .line,
.prodet-init-4 .line,
.prodet-init-3 .line,
.prodet2-page .init-2 .line,
.prodet2-page .init-1 .line{
  background: url(../images/line2.png) repeat-x;
  height: 20px;
}
.prodet2-page .init-1 ul.gallery li a{
  display: block;
  background: white;
}
.prodet2-page .init-1 .list ul li .box{
  background: white;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
.prodet2-page .init-1 .list ul li .box .des{
  line-height: 31px;
  opacity: 0.7;
}
.prodet2-page .init-1 p.txt{
  color: #3f3f3f;
}
.prodet2-page .init-1 .list ul li .num{
  color: #828282;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.1);
  width: 95px;
  height: 95px;
  position: absolute;
    left: -20px;
    bottom: -30px;
    display: block;
    padding: 20px 24px;
}
.prodet2-page .init-1 .list ul li:hover .box{
  background: var(--color);
  color: white;
}
.prodet2-page .init-1 .list ul li:hover .box .des{
  color: white;
}
.prodet2-page .init-1 .list ul li:hover .box img{
  filter: brightness(0) invert(1);
}
.prodet2-page .init-1 .list ul li:hover .num{
  border-color: white;
  color: white;
}
.prodet2-page .init-2 .txt{
  line-height: 31px;
  color: #3f3f3f;
  opacity: 0.7;
}
.prodet2-page .init-2 ul li .box {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet2-page .init-2 ul li .box .icon{
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  height: 55px;
  border-radius: 0 0 0 16px;
  background: #f2f2f2;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 2;
}
.prodet2-page .init-2 ul li .box .h4{
  height: 75px;
  padding: 5px 15px;
  background: white;
     -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet2-page .init-2 ul li:hover .box .icon{
  background: var(--color);
}
.prodet2-page .init-2 ul li:hover .box .icon img{
  filter: brightness(0) invert(1);
}
.prodet2-page .init-2 ul li:hover .box .h4{
  background: var(--color);
  color: white;
}

.prodet-init-3 .content{
  line-height: 31px;
  color: #3f3f3f;
  opacity: 0.7;
}
.prodet-init-4{
  background: #f5f9fd;
}
.prodet-init-4 .right ul li{
  border-bottom: 1px solid #d1d1d2;
}
.prodet-init-4 .right ul li .num{
  display: inline-block;
  position: relative;
  width: 57px;
  text-align: center;
  z-index: 1;
  line-height: 1;
}
.prodet-init-4 .right ul li .num::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 57px;
  height: 6px;
  background: var(--color);
  z-index: -1;
}
.prodet-init-5 ul li .des,
.prodet-init-4 .right ul li .des{
  color: #3f3f3f;
  opacity: 0.7;
  line-height: 31px;
}
.prodet-init-4 .left{
  position: sticky;
  top: 110px;
}
.prodet-init-5 ul li{
  border-bottom: 1px solid #d2d2d2;
}
.prodet-init-5 ul li .h4{
  position: relative;
  padding-left: 65px;
}
.prodet-init-5 ul li .h4 span{
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #fafafa;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  line-height: 55px;
  cursor: pointer;
}
.prodet-init-5 ul li .h4 span i{
  display: block;
  /*-webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform:rotate(45deg);
  transform: rotate(45deg);*/
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-init-5 ul li.active .h4 span i{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform:rotate(45deg);
  transform: rotate(45deg);
}
.prodet-init-6 ul li {
  position: relative;
}
.prodet-init-6 ul li::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #666666;
}
.prodet-init-6 ul .slick-slide:last-child li::after{
  content: none;
}
.prodet-init-6 ul li .line_1{
  width: 100%;
  height: 1px;
  background: #000000;
}
.prodet-init-6 ul li .img img{
  margin: auto;
}
.prodet-init-6 ul li .des{
  color: #3f3f3f;
  opacity: 0.7;
  line-height: 31px;
}
.prodet-init-6 ul li .des p{
  position: relative;
  padding-right: 30px;
}
.prodet-init-6 ul li .des p::after{
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--color);
}
.prodet-init-7{
  background: #f5f9fd;
}
.prodet-init-7 .line_1{
  width: 50%;
  height: 1px;
  background: #c4c7ca;
}
.prodet-init-7 .des{
  line-height: 31px;
  color: #3f3f3f;
  opacity: 0.7;
}
.prodet-init-7 .wrap .content{
  border: 4px solid #d3eaf1;
  border-radius: 20px;
}
.prodet-init-7 .wrap .content .h4{
  background: #e5edf5;
  border-bottom: 4px solid #d3eaf1;
  height: 93px;
}
.prodet-init-7 .wrap .left .content ul li{
  position: relative;
  border-bottom: 1px solid #c4c6ca;
  padding-left: 145px;
  min-height: 150px;
  line-height: 31px;
  color: rgba(63, 63, 63,0.7); 
}
.prodet-init-7 .wrap .left .content ul li .poa{
  position: absolute;
  left: 0;
  top: 25px;
}
.prodet-init-7 .wrap .left .content ul li span{
  width: 134px;
  background: var(--color);
  color: white;
  display: block;
  border-radius: 10px;
  text-align: center;
  padding: 5px;
  margin-bottom: 13px;
}
.prodet-init-7 .wrap .right .content .txt{
  line-height: 31px;
  color: rgba(63, 63, 63,0.7); 
}
.prodet-init-7 .wrap .right .content .txt p{
  border-bottom: 1px solid #c4c6ca;
}
.prodet-init-7 .wrap .right ul li{
  border-bottom: 1px solid #c4c6ca;
}
.prodet-init-7 .wrap .right ul li .img{
  flex: none;
}
.prodet-init-7 .bottom{
  border: 3px solid #d3eaf1;
  border-radius: 20px;
}
@media screen and (max-width:1000px){
  .prodet-init-4 .left{
    position: relative;
    top: 0px;
  }
  .prodet-init-7 .box{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-init-7 .box1,
  .prodet-init-7 .box .left,
  .prodet-init-7 .box .right{
    width: 100%;
  }
  .prodet-init-7 .box1{
    padding: 0;
    margin: 15px 0;
  }
}
@media screen and (max-width:700px){
  .prodet-init-7 .wrap .right ul li{
      -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-init-7 .wrap .right ul li > div{
    width: 100%;
  }
  .prodet-init-7 .bottom img{
    display: none;
  }
}