body {
  font-family: "arial";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 93%;
}
@-webkit-keyframes stickySlideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes stickySlideDown {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideDown {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
#header.fixed {
  top: 0;
  position: fixed;
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  -moz-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  background-color: white;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
}
#header.fixed .nav .ui.menu .logo img {
  position: static;
  filter: none;
}

#header.fixed .nav .ui.menu .h-search img {
  filter: brightness(0) invert(0);
}

#header.fixed .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}

#header.fixed .nav .ui.menu .inqbtn {
  color: black;
}

#header.fixed .nav .ui.menu .line {
  border-color: black;
}

#header {
  z-index: 200;
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
}
#header .nav {
  padding: 0 3%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  width: 79px;
}
#header .nav .ui.menu .logo img {
  position: absolute;
  left: 0;
  top: 0;
  filter: brightness(0) invert(1);
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 30px;
  font-size: 18px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 15px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  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 #2f3190;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-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 .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 .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-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 .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .line {
  margin: 0 35px;
  height: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.23);
}
#header .nav .ui.menu .inqbtn {
  color: #FFFFFF;
  cursor: pointer;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #30328e;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
  line-height: 2;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 2;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
      line-height: 2;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }

  .inner-banner video {
    display: none;
  }
  .inner-banner .mb {
    display: block;
  }

}
.hover-language {
  z-index: 1;
  margin-left: auto;
  margin-right: 0;
}
.hover-language .zhuyu {
  background-color: #f9f9f9;
  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;
  height: 40px;
  border-radius: 40px;
  padding: 0 30px;
}
.hover-language .zhuyu span {
  padding-left: 10px;
  width: 110px;
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 100%;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #2f3190;
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner li {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 25%;
}
#banner h2 {
  margin-bottom: 4%;
  font-size: 64px;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
}
#banner a.bannerBtn {
  display: inline-block;
  background-color: #FFFFFF;
  padding: 10px 15px 10px 35px;
  border-radius: 69px;
  transition: .3s ease;
}
#banner a.bannerBtn:hover {
  background-color: #2f3190;
}
#banner a.bannerBtn span.text {
  margin-right: 65px;
  height: 49px;
  line-height: 49px;
  vertical-align: top;
  transition: .3s ease;
}
#banner a.bannerBtn:hover span.text {
  color: #FFFFFF;
}
#banner a.bannerBtn span.icon {
  height: 49px;
  width: 49px;
  line-height: 49px;
  border-radius: 49px;
  text-align: center;
  vertical-align: top;
  color: #FFFFFF;
  background-color: #2f3190;
  display: inline-block;
  font-size: 20px;
  transition: .3s ease;
}
#banner a.bannerBtn:hover span.icon {
  color: #000000;
  background-color: #FFFFFF;
}
#banner .bottom {
  margin-top: 5%;
}
#banner .bottom .text {
  font-size: 30px;
  color: #FFFFFF;
}
.baseTit {
  font-size: 64px;
  line-height: 1.4;
  font-weight: bold;
}
.our-product {
  padding: 100px 0 60px;
}
.our-product .list {
  margin-top: 100px;
}
.our-product .list li .img {
  text-align: center;
  position: relative;
}
.our-product .list li .img::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 68px;
  border-left: 1px solid #000000;
}
.our-product .list li .name {
  text-align: center;
}
.our-product .scrollbar {
  max-width: 1270px;
  margin: auto;
  margin-top: 90px;
  height: 6px;
  width: 100%;
  background-color: rgba(47, 49, 144, 0.03);
}
.i-other {
  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;
}
.i-other .item {
  width: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 12% 6%;
}
.i-other .item .Tit {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.i-other .item .text {
  color: #FFFFFF;
  margin-bottom: 35px;
}
.i-other .item .morebtn {
  margin-bottom: 40px;
}
.i-other .item .morebtn a {
  display: inline-block;
  height: 65px;
  line-height: 65px;
  border-radius: 65px;
  padding: 0 60px;
  background-color: #FFFFFF;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.i-other .item .morebtn a:hover {
  color: #FFFFFF;
  background-color: #000000;
}
.our-about .box {
  min-height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
.our-about .Tag {
  font-size: 52px;
  font-weight: bold;
  overflow: hidden;
}
.our-about .Tag img {
  float: left;
}
.our-about .Tag span {
  padding-left: 100px;
}
.our-about .Tit {
  margin-top: 20px;
  font-size: 180px;
  line-height: 1;
  font-weight: bold;
  color: white;
  /* 文字填充色 */
  text-shadow: -1px -1px 0 #2f3190, 1px -1px 0 #2f3190, -1px 1px 0 #2f3190, 1px 1px 0 #2f3190;
  /* 文字描边色 */
}
.our-about .left {
  display: flex;
  align-items: stretch;
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  max-height: 100vh;
}

.our-about .left .img {
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: none;
}

.our-about .left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-about .play {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.our-about .right {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding-right: 5%;
}
.our-solution {
  background-color: #f8f9fc;
  padding: 90px 0;
}
.our-solution .bottom {
  margin-top: 45px;
  padding-top: 40px;
  border-top: 1px solid #dfdfdf;
}
.our-solution .list {
  position: relative;
}
.our-solution .list .name {
  transition: .3s ease;
}
.our-solution .list .name:hover {
  color: #2f3190;
}
.our-solution .list span.arrow {
  position: absolute;
  z-index: 1;
  top: 40%;
  font-size: 30px;
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  border-radius: 50%;
  color: #969696;
  background-color: #FFFFFF;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
}
.our-solution .list span.arrow:hover {
  color: #FFFFFF;
  background-color: #2f3190;
}
.our-solution .list span.arrow.arrow_l {
  left: -34px;
}
.our-solution .list span.arrow.arrow_r {
  right: -34px;
}
.our-solution .list li .img {
  border-radius: 16px;
}
.our-solution .list li .img img {
  width: 100%;
}
.our-news {
  background-color: #f8f9fc;
  padding: 30px 0 70px;
}
.our-news .right a {
  display: inline-block;
  height: 70px;
  line-height: 68px;
  border-radius: 70px;
  min-width: 170px;
  border: 1px solid #969696;
  text-align: center;
}
.our-news .right a + a {
  margin-left: 20px;
}
.our-news .right a.active {
  color: #FFFFFF;
  border-color: #2f3190;
  background-color: #2f3190;
}
.our-news .bottom {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid #dfdfdf;
}
.our-news .list li {
  margin-bottom: 90px;
}
.our-news .list li .box {
  padding: 25px;
  border-radius: 16px;
  position: relative;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.our-news .list li .box a.link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.our-news .list li .box .name {
  margin-bottom: 25px;
  line-height: 1.5;
  min-height: 15em;
}
.our-news .list li .box .date {
  padding-top: 25px;
  border-top: 2px solid #eaeaea;
}
.our-news .list li .box .date .day {
  font-size: 83px;
  line-height: .9;
  font-weight: bold;
  opacity: .5;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.our-news .list li .box:hover {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 57px 54px rgba(0, 0, 0, 0.03);
  box-shadow: 0 57px 54px rgba(0, 0, 0, 0.03);
}
.our-news .list li .box:hover .date .day {
  color: #2f3190;
  opacity: 1;
}
.our-news .my-bullet {
  display: inline-block;
  margin: 0 15px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #dbdbdb;
  border: 1px solid #dbdbdb;
  position: relative;
}
.our-news .my-bullet::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border-radius: inherit;
  background-color: #202278;
  opacity: 0;
}
.our-news .my-bullet-active {
  background-color: #FFFFFF;
  border-color: #202278;
}
.our-news .my-bullet-active::after {
  opacity: 1;
}
.i-contact {
  background-color: #2f3190;
  padding: 60px 0;
}
.i-contact .baseTit {
  color: #FFFFFF;
}
.i-contact .left {
  padding-right: 5%;
}
.i-contact .form {
  max-width: 445px;
}
.i-contact .form input,
.i-contact .form textarea {
  margin-bottom: 30px;
  font-size: 24px;
  height: 40px;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
}
.i-contact .form input::-webkit-input-placeholder, .i-contact .form textarea::-webkit-input-placeholder {
  color: #FFFFFF;
}
.i-contact .form input:-moz-placeholder, .i-contact .form textarea:-moz-placeholder {
  color: #FFFFFF;
}
.i-contact .form input::-moz-placeholder, .i-contact .form textarea::-moz-placeholder {
  color: #FFFFFF;
}
.i-contact .form input:-ms-input-placeholder, .i-contact .form textarea:-ms-input-placeholder {
  color: #FFFFFF;
}
.i-contact .form input::placeholder,
.i-contact .form textarea::placeholder {
  color: #FFFFFF;
}
.i-contact .form input[type="submit"],
.i-contact .form a.sub {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 1;
  height: auto;
  margin-bottom: 0;
  border-bottom: 1px solid #FFFFFF;
}
.i-contact .form textarea {
  margin-bottom: 80px;
  resize: vertical;
}
#footer {
  position: relative;
}
#footer .foot-top {
  padding-top: 95px;
}
#footer .foot-top .ui.menu {
  max-width: 1530px;
  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;
}
#footer .foot-top .ui.menu .logo {
  margin-left: 0;
  margin-right: auto;
}
#footer .foot-top .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#footer .foot-top .ui.menu .menu-box ul.menu > li {
  margin: 0 30px;
  font-size: 24px;
  float: left;
}
#footer .foot-top .ui.menu .menu-box ul.menu > li ul.sub-menu {
  display: none;
}
#footer .foot-center {
  padding: 30px 0 70px;
}
#footer .foot-center .foot-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1530px;
}
#footer .foot-center .foot-content .foot-block {
  max-width: 340px;
}
#footer .foot-center .foot-content .foot-block:not(:last-child) {
  margin-top: 60px;
  margin-right: auto;
}
#footer .foot-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#footer .foot-bottom p,
#footer .foot-bottom a {
  display: inline-block;
  vertical-align: middle;
}
#footer .foot-bottom img {
  height: 18px;
}
#footer .social-links {
  margin-bottom: 30px;
}
#footer .social-links a + a {
  margin-left: 30px;
}
#goback {
  position: absolute;
  right: 5%;
  top: -65px;
  color: #FFFFFF;
  background-color: #2f3190;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  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-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 54px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 54px rgba(0, 0, 0, 0.14);
  cursor: pointer;
}
#goback > div {
  margin-top: 5px;
}
#ewm {
  width: 110px;
  margin: auto;
}
@media (max-width: 1600px) {
  #banner h2 {
    font-size: 50px;
  }
  #banner .bottom .text {
    font-size: 24px;
  }
  .our-about .Tag {
    font-size: 40px;
  }
  .our-about .Tit {
    font-size: 150px;
  }
  .baseTit {
    font-size: 50px;
  }
  .our-news .right a {
    height: 60px;
    line-height: 58px;
  }
  .our-about .Tag span {
    margin-top: 15px;
  }
  #footer .foot-top .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  #header .nav .ui.menu .line {
    margin: 0 15px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 15px;
  }

  .hover-language .zhuyu {
    padding: 0 15px;
  }
  #banner h2 {
    font-size: 40px;
  }
  #banner .bottom .text {
    font-size: 20px;
  }
  .baseTit {
    font-size: 40px;
  }
  .font-24 {
    font-size: 20px;
  }
  .i-other .item .morebtn {
    margin-bottom: 0;
  }
  .our-about .Tag {
    font-size: 30px;
  }
  .our-about .Tag span {
    margin-top: 20px;
  }
  .our-about .Tit {
    font-size: 120px;
  }
  .our-news .list li .box .date .day {
    font-size: 70px;
  }
  .i-contact .form input,
  .i-contact .form textarea {
    font-size: 20px;
  }
  .i-contact .form input[type="submit"],
  .i-contact .form a.sub {
    font-size: 24px;
  }
  #footer .foot-top .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  #goback {
    top: -50px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1230px) {
  #header {
    top: 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav .ui.menu .logo {
    width: 50px;
  }
  #header .nav .ui.menu .logo img {
    position: static;
  }
  .font-18 {
    font-size: 16px;
  }
  #banner h2 {
    font-size: 30px;
  }
  #banner a.bannerBtn {
    padding: 10px 10px 10px 30px;
  }
  #banner a.bannerBtn span.icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 40px;
  }
  #banner a.bannerBtn span.text {
    margin-right: 15px;
    line-height: 40px;
  }
  #banner .bottom .text {
    font-size: 18px;
  }
  .baseTit {
    font-size: 30px;
  }
  .font-24 {
    font-size: 18px;
  }
  .i-other .item .morebtn a {
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    padding: 0 30px;
  }
  .our-about .Tag img {
    width: 50px;
  }
  .our-about .Tag span {
    padding-left: 70px;
    margin-top: 10px;
  }
  .our-about .Tag {
    font-size: 24px;
  }
  .our-about .Tit {
    font-size: 100px;
  }
  .our-news .right a {
    height: 50px;
    line-height: 48px;
  }
  .i-contact .form input,
  .i-contact .form textarea {
    font-size: 16px;
  }
  .i-contact .form input[type="submit"],
  .i-contact .form a.sub {
    font-size: 20px;
  }
  #footer .foot-top .ui.menu .logo {
    width: 50px;
  }
  #footer .foot-top .ui.menu .menu-box {
    display: none;
  }
  #footer .foot-top .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #footer .social-links a + a {
    margin-left: 15px;
  }
  #footer .foot-center .foot-content .foot-block {
    max-width: 250px;
  }
  #footer .foot-center .foot-content .foot-block p {
    padding-left: 40px;
  }
  #footer .foot-bottom img {
    height: 16px;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #banner .bottom {
    display: none;
  }
  .our-product {
    padding: 60px 0;
  }
  .our-product .left {
    width: 100%;
  }
  .our-product .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .our-product .list {
    margin-top: 40px;
  }
  .our-product .list li .name {
    font-size: 16px;
  }
  .our-product .scrollbar {
    margin-top: 40px;
  }
  .i-other .item {
    width: 100%;
  }
  .our-about {
    position: relative;
    width: 79%;
    margin: auto;
    display: none;
  }
  .our-about .left {
    width: 100%;
    padding-right: 0;
  }
  .our-about .right {
    padding-left: 25%;
    padding-right: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .our-solution {
    padding: 60px 0;
  }
  .our-solution .top .left {
    width: 100%;
  }
  .our-solution .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .our-solution .bottom .left {
    width: 100%;
  }
  .our-solution .bottom .right {
    width: 100%;
    margin-top: 20px;
  }
  .our-solution .list span.arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .our-solution .list span.arrow.arrow_l {
    left: -25px;
  }
  .our-solution .list span.arrow.arrow_r {
    right: -25px;
  }
  .our-solution .list li .name {
    font-size: 16px;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news .top .left {
    width: 100%;
    text-align: center;
  }
  .our-news .top .right {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .our-news .bottom {
    margin-top: 40px;
    padding-top: 40px;
  }
  .our-news .list li {
    margin-bottom: 60px;
  }
  .our-news .list li .box .date .day {
    font-size: 55px;
  }
  .i-contact .left {
    width: 100%;
    padding-right: 0;
  }
  .i-contact .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .i-contact .form {
    max-width: 100%;
  }
  .i-contact .form textarea {
    margin-bottom: 40px;
  }
  #goback {
    display: none;
  }
  #footer .foot-top {
    padding-top: 60px;
  }
  #footer .foot-center {
    padding: 60px 0;
  }
  #footer .foot-center .foot-content .foot-block:not(:last-child) {
    margin-top: 0px;
  }
  #footer .foot-center .foot-content .foot-block:last-child {
    display: none;
  }
  #footer .foot-bottom {
    padding: 15px 0;
  }
}
@media (max-width: 768px) {
  .ui.container {
    width: 100%;
  }
  #banner h2 {
    font-size: 24px;
  }
  .baseTit {
    font-size: 24px;
  }
  .i-other .item {
    padding: 60px 15px;
  }
  .our-solution .list span.arrow.arrow_l {
    left: 0;
  }
  .our-solution .list span.arrow.arrow_r {
    right: 0;
  }
  #footer .foot-center .foot-content {
    display: block;
  }
  #footer .foot-center .foot-content .foot-block {
    max-width: 100%;
  }
  #footer .foot-center .foot-content .foot-block + .foot-block {
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  #banner a.bannerBtn {
    padding: 5px 5px 5px 20px;
  }
  #banner a.bannerBtn span.text {
    line-height: 30px;
    margin-right: 5px;
  }
  #banner a.bannerBtn span.icon {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 30px;
    font-size: 18px;
  }
  .font-16 {
    font-size: 14px;
  }
  .font-18 {
    font-size: 14px;
  }
  #footer .foot-bottom img {
    height: 14px;
  }
}
@media (max-width: 500px) {
  #banner li {
    height: 300px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .our-news .right a {
    height: auto;
    line-height: 1.5;
    min-width: auto;
    padding: 10px 30px;
  }
}




/* inner */
a.more {
  height: 50px!important;
  line-height: 50px!important;
  padding: 0 40px;
  border-radius: 3px;
  background: #2f3190;
  color: #fff;
  font-size: 18px;
  
  font-weight: 400;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  display: inline-block;
}
a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
a.more.white {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
a.more.white:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #2f3190;
  border-color: #2f3190;
}


.inner-page .h3.title {
  position: relative;
  line-height: 1.4;
  z-index: 3;
  display: inline-block;
  font-weight: bold;
font-size: 36px;
color: #2f3190;
}

.inner-page {
  background: #FBFBFB;
}
.inner-page p {
  font-size: 16px;
  line-height: 2;
}
.inner-banner {
  position: relative;
  z-index: 111;
}


.inner-banner .top {
  position: absolute;
  left: 54%;
  top: 47%;
  transform: translate(-50%,-50%);
  width: 100%;
  
  z-index: 110
}
.inner-banner .top h3 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    width: 38%;
    
 
    font-weight: 700;
    line-height: 1.8;
}
.inner-banner.acs1 .top h3 {
text-shadow: 12px 11px 7px #0f4c47;
}
.inner-banner .top p {
  display: none
}
.inner-banner.acs1 .top p {
  display: inline-block;
  
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;

  border: 1px solid #fff;
    padding: 8px;
    border-radius: 20px;
}
.mbx {
  padding: 20px 0;
  
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 30px;
  background: #fbfbfb;
}
.mbx span {
  color: #000;
}

.about-11 .top .left {
  width: 22%;
}
.about-11 .top .left h3 {
  
  font-weight: 400;
  font-size: 31px;
  color: #000000;
  line-height: 1.4;
}

.about-11 .top .left .con ul li {
  margin-bottom: 10px;
  position: relative;
}

.about-11 .top .left .con ul li a {
  display: flex;
  padding: 22px 21px 22px 40px;
  background: #F5F5F5;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
.about-11 .top .left .con ul li a p {
  
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 32px;
  transition: 0.3s;
}
.about-11 .top .left .con ul li i {
  position: absolute;
  right: 21px;
  top: 30px;
  display: inline-block;
  width: 12px;
  height: 22px;
  background: url(../images/about11.png) no-repeat center;
  transition: 0.3s;
  cursor: pointer;
}
.about-11 .top .left .con ul li a:hover,
.about-11 .top .left .con ul li a.active {
  background: #2f3190;
}
.about-11 .top .left .con ul li a:hover p,
.about-11 .top .left .con ul li a.active p {
  color: #fff;
}
.about-11 .top .left .con ul li a:hover~i,
.about-11 .top .left .con ul li a.active~i {
  background: url(../images/about12.png) no-repeat center;
}
.about-11 .top .right {
  width: 100%;
  padding-left: 32px;
 position: relative;

}

.manu-page .about-11 .top .right {
 

  overflow: visible
}
.about-11 .top .right .img {
  border-radius: 30px;
  overflow: hidden;
}
.about-11 .top .right .img img {
  border-radius: 30px;
}
.num1 {
  position: relative;
      margin-top: -100px;
    margin-left: auto;
    margin-right: 100px;
  background: #FBFBFB;
  box-shadow: 23px 23px 76px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
width: 100%;
z-index: 111;
  max-width: 1140px;
}

.num1 span {
  
    font-weight: 700;
    margin-right: 20px;
    font-size: 42px;
    color: #2f3190;
    line-height: 1.4;
}
.num1 .play {
  position: absolute;
  right: -95px;
  top: 9px;
  width: 127px;
  height: 118px;
  background: url(../images/about13.png) no-repeat center #2f3190;
  border-radius: 30px 0px 30px 0px;
  cursor: pointer;
}
.num1 ul {
  display: flex;
  justify-content: space-between;
  padding: 35px 37px;
  padding-right: 58px;
  
}
.num1 ul li h2 em {
  
  font-weight: bold;
  font-size: 48px;
  color: #2f3190;
  line-height: 1.4;
}
.num1 ul li h2 sub {
  
  font-weight: 400;
  font-size: 24px;
  color: #2f3190;
  line-height: 40px;
  margin-left: 14px;
}
.num1 ul li p {
  
  font-weight: 400;
  font-size: 16px;
  color: #2f3190;
  line-height: 2;
  margin-top: 13px;
}
.about-11 .top .right .tit2 {
  
  font-weight: bold;
  font-size: 36px;
  color: #2f3190;
  line-height: 1.4;
  text-transform: uppercase;
  margin-top: 48px;
}
.about-11 .top .right .cona {
  margin-top: 37px;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 1.8;
  opacity: 0.7;

 
}


.about-1 {
  padding-top: 0;
  background: #fff;
}
.about-1 .center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 3;
  margin-top: -119px;
  margin-bottom: 60px;
}
.about-1 .center .left {
  padding-left: 95px;
}
.about-1 .center .left .text {
  background: #fff;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 50px 50px;
  display: inline-block;
  width: 100%;
}
.about-1 .center .left .text ul li .main .h3 {
  padding-left: 35px;
  border-left: 3px solid #2f3190;
  margin-bottom: 30px;
}
.about-1 .center .left .text ul li .main p {
  max-height: 240px;
  overflow-y: auto;
  line-height: 1.7;
}
.about-1 .center .left .text .btm {
  width: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.about-1 .center .left .text .btm .btnbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-1 .center .left .text .btm .btnbox span.btn {
  opacity: 0.5;
  cursor: pointer;
}
.about-1 .center .left .text .btm .btnbox span.btn:hover {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-1 .center .left .text .btm .btnbox span.btn.slick-prev {
  margin-right: 20px;
}
.about-1 .center .left .text .btm .btnbox span.btn.slick-prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-1 .center .left .text .btm .navbox {
  color: #000;
  
  font-size: 32px;
  font-style: italic;
}
.about-1 .center .left .text .btm .navbox .now {
  font-size: 48px;
  margin-right: 5px;
}
.about-1 .center .right {
  padding-left: 55px;
}
.about-1 .center .right .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.about-1 .center .right .top .play {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.about-1 .center .right .top .play:before {
  background: rgba(0, 53, 134, 0.3);
}
.about-1 .center .right .h3 {
  font-size: 180px;
  line-height: 1.4;
  color: #ecf0f4;
  margin-top: 60px;
  font-weight: 500;
}
.about-2 {
  padding: 90px 0 0 0;
}
.about-2 .ui.container .h3 {
  color: #000;
  margin-bottom: 50px;
}
.about-2 .ui.container .main ul.ab2list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-2 .ui.container .main ul.ab2list.on li {
  width: -webkit-calc(30% - 28px);
  width: -moz-calc(30% - 28px);
  width: calc(30% - 28px);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-2 .ui.container .main ul.ab2list.on li:hover {
  width: -webkit-calc(43% - 28px);
  width: -moz-calc(43% - 28px);
  width: calc(43% - 28px);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-2 .ui.container .main ul.ab2list.on li:hover .h4 {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
}
.about-2 .ui.container .main ul.ab2list.on li:hover .textbox {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.about-2 .ui.container .main ul.ab2list li {
  width: -webkit-calc(33% - 24px);
  width: -moz-calc(33% - 24px);
  width: calc(33% - 24px);
  position: relative;
  height: 625px;
  background-size: cover;
  background-position: center  center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 20px;
  overflow: hidden
}
.about-2 .ui.container .main ul.ab2list li .h4 {
  color: #fff;
  font-size: 24px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  left: 0;
  top: 50px;
  padding: 0 20px;
  opacity: 1;
  line-height: 1.7;
}
.about-2 .ui.container .main ul.ab2list li .textbox {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 40px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.about-2 .ui.container .main ul.ab2list li .textbox .h5 {
  color: #fff;
  margin-bottom: 40px;
  line-height: 1.4;
}
.about-2 .ui.container .main ul.ab2list li .textbox .content {
  color: #fff;
  line-height: 32px;
  font-size: 18px;
  /*font-weight: 400;*/
}
.about-2 .ui.container .main ul.ab2list li .textbox .content p {
  margin-bottom: 20px;
}
.about-2 .ui.container .main ul.ab2list li:nth-child(1) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background-image: url(../images/about-ys.jpg);
}
.about-2 .ui.container .main ul.ab2list li:nth-child(1) .textbox {
  background-image: url(../images/about-ys.jpg);
}
.about-2 .ui.container .main ul.ab2list li:nth-child(2) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background-image: url(../images/about-ys2.jpg);
}
.about-2 .ui.container .main ul.ab2list li:nth-child(2) .textbox {
  background-image: url(../images/about-ys2.jpg);
}
.about-2 .ui.container .main ul.ab2list li:nth-child(3) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background-image: url(../images/about-ys3.jpg);
}
.about-2 .ui.container .main ul.ab2list li:nth-child(3) .textbox {
  background-image: url(../images/about-ys3.jpg);
}
.about-2 .ui.container .main ul.ab2list li:nth-child(4) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background-image: url(../images/about-ys4.jpg);
}
.about-2 .ui.container .main ul.ab2list li:nth-child(4) .textbox {
  background-image: url(../images/about-ys4.jpg);
}
.about-4 {
  padding: 75px 0;
}
.about-4 .ui.container {
  text-align: left;
}
.about-4 .ui.container .h3 {
  margin-bottom: 50px;
}
.about-4 .ui.container .factorybox ul.factorylist {
  margin: 0 -20px;
}
.about-4 .ui.container .factorybox ul.factorylist li {
  padding: 0 20px;
}
.about-4 .ui.container .factorybox ul.factorylist li img {
  border-radius: 20px;
}
.about-4 .ui.container .factorybox ul.factorylist .slick-dots {
  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;
  margin-top: 50px;
}
.about-4 .ui.container .factorybox ul.factorylist .slick-dots li {
  padding: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 1px solid #2f3190;
  margin: 0 5px;
}
.about-4 .ui.container .factorybox ul.factorylist .slick-dots li button {
  display: none;
}
.about-4 .ui.container .factorybox ul.factorylist .slick-dots li.slick-active {
  background: #2f3190;
}
.solu-1 {
  background: #2f3190;
  color: #fff;
  padding: 30px;
}
.solu-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solu-1 .ui.container .left {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
}
.solu-1 .ui.container .logo {
  width: 95px;
  opacity: 0.5;
}
.solu-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 100%;
  left: 0;
  padding: 30px 0;
  z-index: 3;
  background: #fff;
}
.solu-2 .navbox {
  position: relative;
}
.solu-2 .navbox ul.navlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
}
.solu-2 .navbox ul.navlist li {
  display: inline-block;
  border-bottom: 3px solid transparent;
  padding: 30px 0;
  margin-bottom: -1.5px;
}
.solu-2 .navbox ul.navlist li.active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-color: #2f3190;
}
.solu-2 .navbox ul.navlist li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.solu-2 .navbox ul.navlist li a img {
  margin-right: 25px;
}
.solu-2 .navbox ul.navlist li a em {
  
}
.solu-3 {
  padding-top: 75px;
  padding-bottom: 110px;
}
.solu-3 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solu-3 .top .left {
  padding-right: 85px;
}
.solu-3 .top .right {
  text-align: left;
}
.solu-3 .top .right p {
  margin: 20px 0 40px;
}
.solu-3 .bottom {
  margin-top: 75px;
}
.solu-3 .bottom ul {
  margin: 0 -10px;
}
.solu-3 .bottom ul li {
  padding: 0 10px ;
}
.solu-5 {
  padding-top: 110px;
}
.solu-5 ul.solulist2 li {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solu-5 ul.solulist2 li .text {
  width: 40%;
  max-width: 455px;
}
.solu-5 ul.solulist2 li .text .h3 {
  padding-left: 35px;
  border-left: 3px solid #2f3190;
  margin-bottom: 25px;
}
.solu-5 ul.solulist2 li .text span {
  
  text-transform: uppercase;
  color: #000;
  opacity: .5;
}
.solu-5 ul.solulist2 li .text P {
  margin-top: 15px;
}
.solu-5 ul.solulist2 li .imgbox {
  width: -webkit-calc(100% - 520px);
  width: -moz-calc(100% - 520px);
  width: calc(100% - 520px);
}

.manu-page .top .right .swiper-button-prev,
.manu-page .top .right .swiper-button-next {
  font-size: 40px;
  width: 75px;
height: 75px;
line-height: 75px;
text-align: center;
top: 60%;
border-radius: 50%;
background-image: none;
color: #ccc;
background-color: #FBFBFB;
transition: 0.3s
}

.manu-page .top .right .swiper-button-next {
transform: rotate(360deg);
right: -3%
}
.manu-page .top .right .swiper-button-prev:hover {
  color: white;
  background-color: #2f3190;
  transform: rotate(-360deg);
}
.manu-page .top .right .swiper-button-next:hover {
  color: white;
  background-color: #2f3190;
  transform: rotate(0);
}
.manu-1 {
 overflow: hidden
}
.manu-1 .manubox {
  margin-top: 42px;
  overflow: visible;
  padding-block-end: 67px
}


.manu-1 .manubox ul.manulist li .item {
background: #fff;
  padding: 30px 30px;

  padding-bottom: 50px;
  transition: 0.3s;
  border-radius: 24px;
  border: 1px solid #fbfbfb;
}
.manu-1 .manubox ul.manulist li .item:hover {

box-shadow: 11px 19px 43px 0px rgba(0,0,0,0.05);
border-radius: 20px;
border: 1px solid #FBFBFB;
}
.manu-1 .manubox ul.manulist li .item .text {
  padding-top: 30px;
}
.manu-1 .manubox ul.manulist li .item .text .h5 {
  margin-bottom: 20px;
  padding-left: 35px;
  border-left: 2px solid #2f3190;
}
.manu-1 .manubox ul.manulist li .item .text p {
  
   line-height: 1.75;
    max-height: 120px;
    overflow-y: auto;
    color: #747474;
}
.manu-2 {
  padding-top: 95px;
}
.manu-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.manu-2 .ui.container .left {
  padding-right: 38px;
}
.manu-2 .ui.container .right {
  padding: 0 64px;
}
.manu-2 .ui.container .right .h4 {
  margin-bottom: 25px;
  font-weight: bold;
font-size: 36px;
color: #2f3190;
}
.manu-2 .ui.container .right p {
  
font-weight: 400;
font-size: 16px;
color: rgba(0, 0, 0, 0.7);
line-height: 30px;
}
.manu-3 {
  padding: 30px 0 50px;
}

.manu-3 ul {
  display: flex;
  justify-content: space-between;
  
}
.manu-3 ul li .box {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
  transition: 0.5s
}



.manu-3 ul li .box .img {
  padding: 45px 0 35px;
}
.manu-3 ul li .box .img img {
  filter: brightness(0)
}
.manu-3 ul li .box h5 {
  
font-weight: 400;
font-size: 24px;
color: #080808;
line-height: 40px;
}

.manu-3 ul li .box p {
  
font-weight: 400;
font-size: 16px;
color: #747474;
line-height: 2;
margin-top: 29px;
  padding: 0 30px;
}

.manu-3 ul li .box:hover {
  background: #FFFFFF;
box-shadow: 11px 19px 43px 0px rgba(0,0,0,0.05);
border-radius: 20px;
}

.manu-3 ul li .box:hover .img img {
  filter: brightness(1)
}




.manu-4 {
 padding-bottom: 80px;
 
}

.manu-4 .top ul {
  position: relative;
  margin: -18px -30px
}

.manu-4 .top ul .menu-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.manu-4 .top ul li {
  padding: 18px 30px;
}

.manu-4 .top ul li .box {
  border-radius: 20px;
  transition: 0.3s;
    background: #FFFFFF;
box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.05);
}

.manu-4 .top ul li .box .acc {
  padding: 42px 43px 60px 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.manu-4 .top ul li .box .acc .ads {
  width: 90%;
  max-width: 660px;
}
.manu-4 .top ul li:nth-child(odd) .box .acc .ads {
  text-align: right
}
.manu-4 .top ul li .box .acc .ads h5 {

font-weight: 400;
font-size: 30px;
color: #2f3190;
line-height: 1.6;
padding-bottom: 15px;
border-bottom: 1px solid #2f3190;
}

.manu-4 .top ul li .box .acc .ads p {
  
font-weight: 400;
font-size: 16px;
color:#626262;
line-height: 2;
height: 100px;
overflow: auto;
opacity: 0.7;
margin-top: 12px
}

.manu-4 .top ul li .box .acc .imga {
  width: 10%
}

/*.manu-4 .top ul li .box:hover {
  background: #FFFFFF;
box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.05);
}*/

.manu-5 {
  padding-top: 95px;
  padding-bottom: 115px;
}
.manu-5 .ui.container .factorybox {
  margin-top: 40px;
}
.manu-5 .ui.container .factorybox ul.factorylist2 {
  margin: 0 -20px;
}
.manu-5 .ui.container .factorybox ul.factorylist2 li {
  padding: 0 20px;
}
.custom-1 {
  padding: 90px 0;
}
.custom-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 95px;
}
.custom-1 .top .h3 {
  width: 50%;
  padding-left: 35px;
  line-height: 1.4;
  border-left: 3px solid #2f3190;
}
.custom-1 .top p {
  width: 50%;
  padding-left: 20px;
  line-height: 1.5;
}
.custom-1 .btm ul.list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.custom-1 .btm ul.list2 li.item {
  margin: 0 10px;
  width: 180px;
  height: 180px;
  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 #000;
  border-radius: 100%;
}
.custom-1 .btm ul.list2 li.item img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.custom-1 .btm ul.list2 li.item:hover img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.custom-2 .ui.container .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-2 .ui.container .top .left {
  padding-right: 65px;
}
.custom-2 .ui.container .top .left .h3 {
  padding-left: 35px;
  border-left: 3px solid #2f3190;
}
.custom-2 .ui.container .top .left p {
  line-height: 1.4;
  margin-top: 35px;
}

.custom-2 {
  padding-top: 20px;
  padding-bottom: 86px
}
.custom-2 h3.tit3 {
  
font-weight: bold;
font-size: 36px;
color: #2f3190;
line-height: 1.4;
text-align: center;
padding-bottom: 50px;
text-transform: uppercase;
}
.custom-2 .options {
  background: #2f3190;
border-radius: 28px 28px 0px 0px;
}
.custom-2 .options ul {
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.custom-2 .options ul li {
  position: relative;
  
font-weight: 400;
font-size: 20px;
color: #fff;
line-height: 34px;
padding: 8px 60px;
cursor: pointer;
z-index: 11;
transition: 0.3s;
}
.custom-2 .options ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: -27px;
  width: 100%;
  height: 82px;
background: #2f3190;
border-radius: 28px 28px 0px 0px;
z-index: -1;
opacity: 0;
transition: 0.3s;
}
.custom-2 .options ul li:hover,
.custom-2 .options ul li.active {
  padding-top: 5px;
  color: #2f3190;
}
.custom-2 .options ul li:hover::after,
.custom-2 .options ul li.active::after {
  opacity: 1
}
.custom-2 .ui.container .bottom {
  background: #FFFFFF;
box-shadow: 23px 23px 76px 0px rgba(0,0,0,0.05);
border-radius: 0px 0px 20px 20px;
  padding: 84px 106px 39px 76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-2 .ui.container .bottom .left {
  padding-right: 80px;
}
.custom-2 .ui.container .bottom .left ul {
  margin: -30px;
}
.custom-2 .ui.container .bottom .left ul li {
  padding: 30px;
  text-align: center;
}
.custom-2 .ui.container .bottom .left ul li .tit4 {
  display: inline-block;
  margin-top: 25px;
  
font-weight: 400;
font-size: 16px;
color: rgba(0, 0, 0, 0.7);
line-height: 30px;
border: 1px solid rgba(0, 0, 0, 0.7);
padding: 10px 68px;

}
.custom-2 .ui.container .bottom .left p {
  max-width: 600px;
  line-height: 1.4;
  margin-top: 45px;
}
.custom-2 .ui.container .bottom .right {
  /*padding-right: 80px;*/
}
.custom-2 .ui.container .bottom .right ul.list3 li.active {

  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.custom-2 .ui.container .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 28px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
}
.custom-2 .ui.container .bottom .right ul.list3 li .top em {
  margin-left: 25px;
  
}
.custom-2 .ui.container .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  right: 25px;
}
.custom-2 .ui.container .bottom .right ul.list3 li .content {
  padding: 10px 30px 20px 30px;
  line-height: 30px;
  display: none;
  font-size: 16px;
}
.custom-3 {
  padding-top: 90px;
  padding-bottom: 100px;
}
.custom-3 .ui.container {
  text-align: center;
}
.custom-3 .ui.container .strengthbox {
  margin-top: 55px;
}
.custom-3 .ui.container .strengthbox ul.list4 li {
  padding: 0 15px;
}
.custom-3 .ui.container .strengthbox ul.list4 li .item {
  background: #f7f7f7;
  border-radius: 5px;
}
.custom-3 .ui.container .strengthbox ul.list4 li .item .text {
  padding: 25px;
  text-align: center;
}
.custom-3 .ui.container .strengthbox ul.list4 li .item .text p {
  line-height: 1.4;
  font-weight: 400;
  margin-top: 15px;
  max-height: 116px;
  overflow-y: auto;
}

.custom-4 {
  position: relative;
}

.custom-4::after {
  content: '';
  position: absolute;
  right: 74px;
  top: 50%;
  transform: translateY(-50%);
  width: 78.125%;
  height: 740px;
  background: url(/lyusenfilters/2024/06/18/service13.png) no-repeat center;
}

.custom-4 .title1 .tit3 {
  
font-weight: bold;
font-size: 36px;
color: #2f3190;
line-height: 1.4;
}

.custom-4 .title1 p {
  
font-weight: 400;
font-size: 18px;
color: rgba(0, 0, 0, 0.7);
line-height: 30px;
max-width: 1358px;
margin: 0 auto;
margin-top: 50px;
}

.custom-4 .swiper-container {
  margin-top: 88px;
}



.custom-4 .swiper-container ul li {
  margin-bottom: 70px
}
.custom-4 .swiper-container .box {
  text-align: center;
}
.custom-4 .swiper-container .box h5 {
  
font-weight: bold;
font-size: 20px;
color: #000000;
line-height: 34px;
margin-top: 35px
}
.custom-4 .swiper-container .box p {

font-weight: 400;
font-size: 16px;
color: rgba(0, 0, 0, 0.7);
line-height: 30px;
margin-top: 15px
}
@media screen and (max-width: 1800px) {
    .gxs-1 .catebox .navbox {
    bottom: 20px;
  }
  .gxs-5 .bottom .right .morebox {
    height: 125px;
  }
  .inner-banner .top h3 {
    font-size: 48px
  }

}
@media screen and (max-width: 1400px) {
  .font-48 {
    font-size: 36px;
  }
  .about-1 .center .right .h3 {
    font-size: 150px;
  }
  .inner-banner .top h3 {
    font-size: 36px
  }
  .num1 {
    max-width: 910px;
  }
}
@media screen and (max-width: 1250px) {
   .gxs-3 .advbox ul.advlist li .item .textbox p {
    line-height: 1.7;
    max-height: 140px;
    overflow-y: auto;
  }
  .shouye{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .gxs-1{
    padding-bottom: 30px;
  }
  .inner-banner .top h3 {
    font-size: 32px
  }
  .gxs-5{
    padding-top: 25px;
  }
  .gxs-5 .bottom .right .morebox a.more4 {
    font-size: 20px;
  }
  .about-1 .center .right .h3 {
    font-size: 110px;
  }
  .manu-1 .manubox ul.manulist li .item .text p {
    line-height: 1.5;
    max-height: 120px;
    overflow-y: auto;
    color: #747474;
  }
  .manu-2 .ui.container .right p {
    max-height: 200px;
    overflow-y: auto;
  }
  .manu-4 .ui.container .left p {
    max-height: 200px;
    overflow-y: auto;
  }
  .about-1 .center .left {
    padding-left: 0;
  }
  .font-48 {
    font-size: 30px;
  }
  .custom-2 .ui.container .bottom .left {
    padding-right: 0px;
  }
  .font-36 {
    font-size: 28px;
  }
  .font-16 {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1000px) {
   .gxs-1 .catebox .navbox {
    display: none;
  }
  .inner-banner .top h3 {
    font-size: 18px
  }
  .gxs-1 .catebox ul.catelist li .text {
    width: 80%;
    left: 10%;
    top: 5%;
  }
  .gxs-1 .catebox ul.catelist li .text p {
    line-height: 1.4;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .font-48 {
    font-size: 36px;
  }
  .font-36 {
    font-size: 28px;
  }
  .gxs-3 .advbox ul.numlist {
    position: relative;
    margin-top: 40px;
    width: 100%;
    -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;
  }
  .gxs-5 .bottom .left {
    width: 100%;
  }
  .gxs-5 .bottom .right {
    width: 100%;
    margin-top: 10px;
  }
  .about-1 .center .left .text {
    padding: 20px 15px;
  }
  .about-1 .center .right .h3 {
    font-size: 72px;
  }
  .about-2 .ui.container .main ul.ab2list li {
    width: -webkit-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
  }
  .about-2 .ui.container .main ul.ab2list.on li:hover {
    width: -webkit-calc(66.66% - 10px);
    width: -moz-calc(66.66% - 10px);
    width: calc(66.66% - 10px);
      border-radius: 20px;
  }
  .about-2 .ui.container .main ul.ab2list.on li {
    width: -webkit-calc(19% -10px);
    width: -moz-calc(19% -10px);
    width: calc(19% -10px);
  }
  .solu-3 .top .left {
    padding-right: 10px;
  }
  .solu-3 .top .right p {
    max-height: 200px;
    overflow-y: auto;
  }
  .solu-5 ul.solulist2 li .imgbox {
    width: 55%;
  }
  .manu-1 .manubox ul.manulist li .item .text .h5 {
    padding-left: 15px;
  }
  .font-30 {
    font-size: 18px;
    line-height: 30px;
  }
  .custom-1 .btm ul.list2 li.item {
    width: 120px;
    height: 120px;
  }
  .manu-2 .ui.container .right {
    padding: 0 20px;
  }
  .custom-2 .ui.container .bottom .right {
    padding-right: 0;
  }
  .custom-2 .ui.container .bottom {
    padding: 30px 25px;
  }
  .solu-2 {
    top: 40px;
  }
  .manu-2 .ui.container .left {
    padding-right: 0px;
  }
}
@media screen and (max-width: 700px) {
  .about-2 {
    display: none;
  }
   .gxs-1 .catebox ul.catelist li .text p {
    display: none;
  }
  .gxs-1 .catebox ul.catelist li .text {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
   .gxs-2 .top .left p {
    padding-left: 0;
  }
  .gxs-2 .ui.container .bottom ul li {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gxs-2 .ui.container .bottom ul li {
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -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-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
  }
  .gxs-2 .ui.container .bottom ul li .text {
    margin-top: 10px;
  }
  .gxs-3 .advbox ul.advlist li .item .img-box {
    width: 100%;
  }
  .gxs-3 .advbox ul.advlist li .item .textbox {
    width: 100%;
    margin-top: 20px;
  }
  .font-48 {
    font-size: 30px;
  }
  .gxs-6 .main ul.newslist li {
    width: 100%;
  }
   .gxs-2{
    background-size: 1200px;
  }
  .about-1 .center {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-1 .center .left {
    width: 100%;
  }
  .about-1 .center .right {
    width: 100%;
    padding-left: 0;
  }
  .font-40 {
    font-size: 28px;
  }
  .solu-1 .ui.container {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .solu-1 .ui.container .left {
    width: 100%;
  }
  .solu-1 .ui.container .logo {
    width: 100%;
    text-align: center;
  }
  .solu-3 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .solu-3 .top .right {
    width: 100%;
    padding-left: 0 ;
  }
  .solu-5 ul.solulist2 li .imgbox {
    width: 100%;
  }
  .solu-5 ul.solulist2 li .text {
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }
  .solu-5 ul.solulist2 li:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .manu-2 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .manu-2 .ui.container .left {
    width: 100%;
  }
  .manu-2 .ui.container .right {
    width: 100%;
  }
  .font-20 {
    font-size: 14px;
  }
  .manu-4 .ui.container .left {
    width: 100%;
  }
  .manu-4 .ui.container .right {
    width: 100%;
    margin-top: 20px;
  }
  .custom-1 .top .h3 {
    width: 100%;
  }
  .custom-1 .top p {
    width: 100%;
  }
  .custom-1 .btm ul.list2 li.item {
    width: 100px;
    height: 100px;
  }
  .manu-1 .manubox ul.manulist li {
    margin-top: 20px;
  }
  .custom-2 .ui.container .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-2 .ui.container .top .left {
    padding-right: 0px;
    width: 100%;
  }
  .custom-2 .ui.container .top .right {
    width: 100%;
  }
  .custom-2 .ui.container .bottom .right ul.list3 li .top{
    flex-wrap: nowrap;
    font-size: 16px;
  }
  .custom-2 .ui.container .bottom .left {
    padding-right: 0px;
    width: 100%;
  }
  .custom-2 .ui.container .bottom .right {
    padding-right: 0;
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
   .gxs-1 .catebox .btnbox {
    display: none;
  }
  .gxs-2 .top .left {
    width: 100%;
  }
  .gxs-2 .ui.container .bottom ul li {
    width: 100%;
  }
  .gxs-6 .main ul.newslist li .btm {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gxs-6 .main ul.newslist li .item {
    padding: 20px;
  }
  .font-40 {
    font-size: 20px;
  }
  .solu-2 .navbox ul.navlist li {
    width: 100%;
  }
  .about-1 .center {
    margin-top: 0;
  }
  .font-48 {
    font-size: 24px;
  }
  .inner-page .h3.title:before {
    left: 0;
  }
  .font-36 {
    font-size: 24px;
  }
}



.about-page .about-3 .header span {
  font-size: 16px;
  color: #555;
  position: relative;
  margin-bottom: 0px;
  padding-left: 50px;
}
.about-page .about-3 .header span::after {
  content: '';
  width: 40px;
  height: 1px;
  background: #2f3190;
  position: absolute;
  left: 0;
  top: 50%;
}
.about-page .about-3 .header h3 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  position: relative;
  margin-bottom: 30px;
}
.about-page .about-3 .header h3 em {
  color: #2f3190;
}
.about-page .about-3 .info ul {
  margin-right: -24px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.about-page .about-3 .info ul li {
  padding-right: 24px;
}
.about-page .about-3 .info .single-facility {
  background: #fbfbfb;
  padding: 40px 30px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  line-height: 1.5;
}
.about-page .about-3 .info .single-facility:hover {
  background: #FFFFFF;
box-shadow: 14px 16px 21px 0px rgba(0,0,0,0.11);
border-radius: 20px;
}
.about-page .about-3 .info .single-facility h5 {
  font-size: 28px;
  color: #000;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
  overflow: auto;
}
.about-page .about-3 .info .single-facility span {
  display: inline-block;
  transition: 1s
}
.about-page .about-3 .info .single-facility p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 30px;
  height: 130px;
  overflow: auto
}
.about-page .about-3 .info .single-facility .facility-shape {
  position: absolute;
  opacity: 0.1;
  z-index: -1;
  bottom: 60px;
  left: 90px;
}
.about-page .about-3 .info .single-facility .facility-shape span {
  font-size: 140px;
  color: #ccc;
  background: transparent;
}
.about-page .about-3 .info .single-facility:hover h5 {
  color: #2f3190;
  -webkit-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .info .single-facility:hover span {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
@media screen and (max-width: 1000px) {
    .about-page .about-3 .info ul li {
    width: 50%;
  }
    .about-page .about-3 .info .single-facility {
    padding: 40px 15px;
  }
  .Auxil-industry {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-3 .info ul {
    margin-right: 0;
  }
  .about-page .about-3 .info ul li {
    width: 100%;
    padding-right: 0;
  }
}

.contact-page .marginBox {
  padding-top: 00px;
}
.contact-page .contact-1 {
  padding: 100px 0 110px;
  text-align: center;
}
.contact-page .contact-1 .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 30px;
  max-width: 650px;
  display: block;
  margin: 1em auto 3em;
}
.contact-page .contact-1 .list ul {
  margin: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 .list ul li {
  padding: 20px;
}
.contact-page .contact-1 .list ul li .box {
  padding: 35px 5% 35px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
  position: relative;
  top: 0;
}
.contact-page .contact-1 .list ul li .box i {
  display: block;
}
.contact-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.contact-page .contact-1 .list ul li .box span.h6 {
  font-weight: 500;
  font-size: 24px;
  color: #242424;
  margin: 1em 0 .5em;
  display: block;
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 30px;
}
.contact-page .contact-1 .list ul li .box:hover {
  border-color: #2f3190;
  top: -20px;
}
.contact-page .map {
  position: relative;
  z-index: 1;
}
.inner-page .form ul {
  margin: -20px -26px;
}
.inner-page .form ul li {
  padding: 20px 26px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  height: 58px;
  padding: 0 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);

}
.inner-page .form ul li input::-webkit-input-placeholder, .inner-page .form ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.inner-page .form ul li input:-moz-placeholder, .inner-page .form ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.inner-page .form ul li input::-moz-placeholder, .inner-page .form ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.inner-page .form ul li input:-ms-input-placeholder, .inner-page .form ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.inner-page .form ul li input::placeholder,
.inner-page .form ul li textarea::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.inner-page .form ul li textarea {
  height: 237px;
  padding-top: 21px;
}

.inner-page .form ul li input[type="submit"] {
  border: none;
  background: #2f3190;
  color: white;
  /*font-weight: bold;*/
  font-size: 20px;
 
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #242424;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li .file-upload-wrapper {
  position: relative;
  background: #f1f1f5;
border: 2px dashed #2f3190;
height: 237px;
text-align: center;
padding-top: 59px;
cursor: pointer;
}
.inner-page .form ul li .file-upload-wrapper input[type=file] {
  position: absolute;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inner-page .form ul li .file-upload-wrapper h5 {
  
font-weight: 400;
font-size: 18px;
color: #000000;
line-height: 1.4;
margin: 30px 0 20px;
}

.inner-page .form ul li .file-upload-wrapper h5 i {
  font-weight: 300;
  text-decoration: underline;
}

.inner-page .form ul li .file-upload-wrapper p {
  
font-weight: 400;
font-size: 14px;
color: rgba(0, 0, 0, 0.7);
line-height: 2;
}

@media screen and (max-width: 1600px) {
  .inner-page .form ul li {
    padding: 6px;
  }
  .inner-page .form ul {
    margin: -6px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea,
  .inner-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
    .inner-page .form ul li input,
  .inner-page .form ul li textarea,
  .inner-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
}


.inner-page .sideLeft {
  width: 25%;
  padding-right: 47px;
  position: sticky;
  top: 120px;
}
.inner-page .sideLeft .box {

}
.inner-page .sideLeft .box h3 {
  display: block;
  padding: 0px 25px 25px 0px;
  font-size: 30px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}
.inner-page .sideLeft .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-left: 4px solid #2f3190;
  font-size: 18px;
  line-height: 1.8;
  color: black;
  background: #F5F5F5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.inner-page .sideLeft .box .list ul li i{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: point;
}
.inner-page .sideLeft .box .list ul li img {
    max-width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.inner-page .sideLeft .box .list ul li:hover,
.inner-page .sideLeft .box .list ul li.active {
  background: #2f3190;
  color: white;
}
.inner-page .sideLeft .box .list ul li.active ul{
  display: block;
}
.inner-page .sideLeft .box .list ul li ul{
  margin-top: 20px;

}
.inner-page .sideLeft .box .list ul li ul li{
  font-size: 18px;
  background: #f5f5f5!important;
  color: #000!important;
}
.inner-page .sideLeft .box .list ul li ul li.active{
  color: #2f3190;
  background: #fff;
}
.inner-page .sideLeft .img {
    display: none;
    margin-top: 40px;
    padding: 60px 5%;
    text-align: center;
    color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
}
.inner-page .sideLeft .img h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
}
.inner-page .sideLeft .img p {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin: 25px 0 45px;
}
.inner-page .sideLeft .img a.more {
  line-height: 2;
  height: 36px;
  padding: 0 32px;
  border: 1px solid white;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  color: #fff;
}
.inner-page .sideLeft .img a.more:hover {
  background: #2f3190;
  color: white;
}
.inner-page .sideRight {
  width: 75%;
}
.inner-page .sideRight .fenlei {
  color: #2f3190;
  font-weight: bold;
  margin-bottom: 34px;
  line-height: 1.8;
}
.inner-page .sideRight .content {
  line-height: 1.4;
}
.product-page {
  padding: 80px 0;
  background: #fbfbfb
}
.product-page .productList {
  margin-bottom: 60px;
}
.product-page .productList ul {
  margin: -25px -15px;
}
.product-page .productList ul li {
  padding: 25px 15px;
}
.product-page .productList ul li a.more {
line-height: 2;
    height: 45px;
    padding: 0px 20px;
    border-radius: 4px;
    background: #2f3190;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .productList ul li a.more i {
  margin-left: 22px;
  font-size: 70%;
}
.product-page .productList ul li a.more:hover {
  background: #111;
}
.productList ul {
  margin: -15px;
}
.productList ul li {
  padding: 15px;
}
.productList ul li .box2 {
  
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.productList ul li .box2 h5 {
  font-size: 18px;
  font-weight: 400;
  padding: 20px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
      line-height: 1.8;
}
.productList ul li .box2 h5 a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:unset;
}
.productList ul li:hover .box2 h5 {
  color: #2f3190;
}
.productList ul li .box2 a.img {
  position: relative;
  display: block;
  margin: 20px 0 0 0;
  transition: 0.3s;
  padding: 10px 20px;
}
.productList ul li .box2:hover a.img {
  background: #FFFFFF;
box-shadow: 2px 3px 27px 0px rgba(0,0,0,0.03);
border-radius: 16px;
}
.productList ul li .box2 a.img img {
  width: 100%;
}
.productList ul li .box2 a.img .acc1 {
  position: relative;
  z-index: 11;
  transition: 0.3s;
}
.productList ul li .box2 a.img .acc2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}
.productList ul li .box2 a.img:hover .acc1 {
  opacity: 0;
  z-index: -2;
}
.productList ul li .box2 a.img:hover .acc2 {
  opacity: 1;
  z-index: 19;
}
.productList ul li .box2 .text {
padding-left: 10px;
  font-size: 16px;
  color: #0B0D0F;
  line-height: 2;
}



.productList ul li .box2 a.more {
  line-height: 2;
  height: 40px;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 14px;
  margin-bottom: 25px;
  background: #2b3e4b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 a.more:hover {
  background: #2f3190;
}
.productList ul li .box2:after {
  content: '';
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #2f3190;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2:hover:after {
  bottom: 0;
}



.product-page .productList ul li a.more {
  display: none;
   
}

.productList ul li .box2:after{
    display: none;
}
.productList ul li .box2{
   transition: all .8s ease;
}
.productList ul li .box2 .p-logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.product-page .productList ul li:hover .p-logo img {
    transform: scale3d(1,1,1);
    transition: all .8s ease;
}
.productList ul li .box2 .p-logo img {
    padding-top: 15px;
    padding-left: 15px;
    max-width: 150px;
}

@media screen and (max-width: 1600px) {
  .inner-page .sideLeft .box h3 {
    padding: 30px 15px;
    padding-top: 0;
    font-size: 28px;
    line-height: 1.4;
  }
  .inner-page .sideLeft .box .list ul li img {
    margin-right: 10px;
  }
  .inner-page .sideLeft .box .list ul li {
    padding: 5px 10px;
    font-size: 16px;
  }

  .inner-page .sideLeft .img p {
    margin: 20px 0 30px;
  }
  .inner-page .sideLeft .img {
    padding: 40px 15px;
  }
  .product-page .productList ul li a.more {
    line-height: 1.4;
    height: 40px;
    padding: 0 20px;
  }
  .product-page .productList ul li {
    padding: 5px;
  }
  .product-page .productList ul {
    margin: -5px;
  }

}
@media screen and (max-width: 1000px) {
   .productList ul li .box2 h5 {
    font-size: 16px;
  }
  .product-page .productList ul li a.more{
    line-height: 2;
    height: 34px;
    padding: 0 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
   .product-page .productList .grid-box.three>.column{
    width: 100%;
  }

}
.prodet-page .marginBox {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.prodet-page .prodet-1 {
  padding-top: 90px;
}
.prodet-page .prodet-1 .left {
  width: 37%;
  vertical-align: middle;
}

.prodet-page .prodet-1 .left .smallImg {
margin-top: 21px
}
.prodet-page .prodet-1 .left .smallImg ul {
  margin: -12px;
}
.prodet-page .prodet-1 .left .smallImg ul li {
  padding: 12px;
}
.prodet-page .prodet-1 .left .smallImg ul li img {
  background: #e3e3e3;
border-radius: 12px;
}

.prodet-page .prodet-1 .left .smallImg ul li.active img {
  border: 2px solid #2f3190
}

.prodet-page .prodet-1 .left .bigImg img {
  position: relative;
  display: block;
  background: #e3e3e3;
border-radius: 20px;

}
.prodet-page .prodet-1 .left .bigImg .img span {
  display: none!important;
  width: 40px;
  height: 40px;
  background-color: #2f3190;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: 12px;
}
.prodet-page .prodet-1 .left .bigImg .img span img {
  border: none;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: auto;
}
.prodet-page .prodet-1 .right {
  width: 63%;
  padding-left: 67px;
  margin-top: 27px;
}
.prodet-page .prodet-1 .right h1 {
  display: block;
  font-size: 30px;
  line-height: 1.6;
  font-weight: 400;
}
.prodet-page .prodet-1 .right .text {
  font-size: 16px;
  color: #8e8e8e;
  padding-right: 1em;
  line-height: 30px;
  margin: 1.8em 0 2em;
  overflow: auto;
  max-height: 250px;
}
.prodet-page .prodet-1 .right .share {
 margin-top: 49px;
 display: flex;
 align-items: center
}
.prodet-page .prodet-1 .right .share h6 {
  
font-weight: 400;
font-size: 18px;
color: #000000;
line-height: 30px;
opacity: 0.7;
}
.prodet-page .prodet-1 .right .share .icon {
  display: flex;
  margin-left: 20px;
}
.prodet-page .prodet-1 .right .share ul {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.prodet-page .prodet-1 .right .share ul li {
  margin-right: 12px
}
.prodet-page .prodet-1 .right .share a {

    width: 41px;
height: 41px;
border-radius: 50%;
border: 1px solid #2f3190;
display: flex;
justify-content: center;
align-items: center;
font-size: 14px;
margin-right: 20px;
}

.prodet-page .prodet-1 .right .share a:hover {
  background: #2f3190;
    color: #fff;
}

.prodet-page .prodet-1 .right .share a:hover img {
  filter: brightness(100)
}

.prodet-page .prodet-1 .right a.more {
  height: 61px;
  margin-top: 60px;
 
border-radius: 31px;

font-weight: bold;
font-size: 18px;

line-height: 61px;
}
.prodet-page .prodet-1 .right a.more:hover {
  background: #000;
  color: #fff
}
.prodet-page .prodet-2 {
  padding: 80px 0 120px;
}
.prodet-page .prodet-2 .options {
  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;
  border-bottom: 1px solid #c3c3c3;
}
.prodet-page .prodet-2 .options span {
  font-size: 20px;
  font-weight: 400;
  padding: 24px 20px;
  color: #000;
  margin-right: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #EEEEEE;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options span i {
  margin-right: 35px;
  color: rgba(0, 0, 0, 0.1)
}
.prodet-page .prodet-2 .options span.active {
  background-color: #2f3190;
  border-bottom-color: transparent;
  color: rgba(255, 255, 255, 1)
}
.prodet-page .prodet-2 .options span.active i {
  color: rgba(255, 255, 255, 0.1)
}
.prodet-page .prodet-2 .ret {

  font-size: 18px;
  color: #242424;
  line-height: 30px;
}



.prodet-page .prodet-2 .ret .slide .cont-t .img {
  position: relative;
  padding-bottom: 38px;
  display: inline-block;
}

.prodet-page .prodet-2 .ret .slide .cont-t .img::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 16px;
height: 16px;
background: #2f3190;
border-radius: 50%;
border: 2px solid #2f3190;
}

.prodet-page .prodet-2 .ret .slide .cont-t .list::after {
  content: '';
  position: absolute;
  left: 0;
  top: 76px;
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2)
}

.prodet-page .prodet-2 .ret .slide .cont-t h4 {

font-weight: bold;
font-size: 20px;
color: #222222;
line-height: 34px;
margin-top: 40px
}

.prodet-page .prodet-2 .ret .slide .cont-t p {
  
font-weight: 400;
font-size: 16px;
color: #0B0D0F;
line-height: 30px;
opacity: 0.7;
margin-top: 20px
}

.prodet-page .prodet-2 .ret .slide .cont-b {
  margin-top: 95px;
} 

.prodet-page .prodet-2 .ret .slide .cont-b ul {
  display: flex;
  margin: 0 -20px;
}
.prodet-page .prodet-2 .ret .slide .cont-b ul li {
  padding: 0 20px;
}

.prodet-page .prodet-2 .ret .slide .cont-b .cona {
  
font-weight: 400;
font-size: 16px;
color: #0B0D0F;
line-height: 30px;
opacity: 0.7;
margin-top: 42px
}

.prodet-page .prodet-2 .ret .slide.acsa {
  background: #EFEFEF;
  padding-top: 115px
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-t {
  padding: 0 40px
}
.prodet-page .prodet-2 .ret .slide.acsa .content .four-t ul li .four-box .four-img {
  width: 35%;
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-t ul li .four-box .four-con {
  width: 65%;
  padding-left: 85px;
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-t ul li .four-box .four-con h4 {
  
font-weight: 400;
font-size: 38px;
color: #000000;
line-height: 1.4;
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-t ul li .four-box .four-con span {
  display: block;
  margin-top: 20px;
  margin-left: -165px
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-t ul li .four-box .four-con .four-cona {
  
font-weight: 400;
font-size: 18px;
color: #7a7a7a;
line-height: 30px;
margin-top: 30px;
max-width: 100%;
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-t ul li .four-box .four-con .four-btn {
  margin-top: 30px;
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-t ul li .four-box .four-con .four-btn a.more {
  height: 61px;
    background: #2f3190;
    border-radius: 31px;
    
    font-weight: 700;
    font-size: 18px;
    color: #2f3190;
    line-height: 30px;
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-b {
padding-top: 110px;
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li {
  width: 33.3333%;
  margin: 15px 0
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li .four-acc {
  display: flex;
  align-items: center;
  padding: 12px 0;
  cursor: pointer;
  transition: 0.3s
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li .four-acc {
  padding-left: 20px;
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li .four-acc i {
  display: inline-block;
  width: 1px;
height: 49px;
background: #334947;
margin-left: 27px;
margin-right: 35px;
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li .four-acc h4 {

font-weight: 400;
font-size: 20px;
height: 76px;
overflow: hidden;
color: #000000;
line-height: 34px;
transition: 0.3s;
padding-right: 20px;
max-width: 380px;
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li .four-acc span img {
  transition: 0.3s
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li.active .four-acc {
  background: #2f3190;
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li.active .four-acc span img {
  filter: brightness(100);
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li.active .four-acc i {
  background: #fff;
}

.prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li.active .four-acc h4 {
  color: #fff;
  line-height: 1.7;
}


.prodet-page .prodet-2 .ret .slide:last-child {
  padding-top: 82px;
}




.prodet-page .prodet-2 .ret .applic {
  margin-top: 55px;
}

.prodet-page .prodet-2 .ret .applic ul {
  margin: -17px -30px
}

.prodet-page .prodet-2 .ret .applic ul li {
  padding: 17px 30px;
  text-align: center
}

.prodet-page .prodet-2 .ret .applic ul li .img {
  margin: 0 auto;
  max-width: 342px;
}

.prodet-page .prodet-2 .ret .applic ul li h4 {

font-weight: 400;
font-size: 20px;
color: #000000;
line-height: 34px;
opacity: 0.7;
margin-top: 20px;
}

/*.prodet-page .prodet-2 .ret table tbody {
  table-layout: fixed;
}
.prodet-page .prodet-2 .ret table tr:first-child {
  background-color: #242424;
  color: white;
}
.prodet-page .prodet-2 .ret table tr td {
  border: 1px solid white;
  text-align: center;
  padding: .5em;
}*/
.prodet-page .prodet-3 {
  text-align: center;
}
.prodet-page .prodet-3 span.txt {
  margin-bottom: .3em;
}
.prodet-page .prodet-3 .list {
  margin: 45px 0;
}
.prodet-page .prodet-3 .dots {
  text-align: center;
}
.prodet-page .prodet-3 .dots ul {
  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;
}
.prodet-page .prodet-3 .dots ul li {
  margin: 0 7px;
}
.prodet-page .prodet-3 .dots ul li button {
  font-size: 20px;
  color: #242424;
  width: 36px;
  height: 36px;
  border: none;
  border-bottom: 1px solid transparent;
  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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: transparent;
}
.prodet-page .prodet-3 .dots ul li.slick-active button {
  border-color: #242424;
}
.inner-page #productList ul {
  margin: 0 -30px;
  /*border-left: 1px solid #bfbfbf;*/
}
/*.inner-page #productList ul {
  border-bottom: 1px solid #bfbfbf;
}*/
.inner-page #productList ul li {
  text-align: center;
  position: relative;
  padding: 0 30px
}
/*.inner-page #productList ul.slick-slider {
  border-bottom: none;
}
.inner-page #productList ul.slick-slider li {
  border-bottom: 1px solid #bfbfbf;
}*/
/*.inner-page #productList ul li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #2f3190;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 0;
}*/
.inner-page #productList ul li .box {
  background: #FFFFFF;
box-shadow: 2px 3px 27px 0px rgba(0,0,0,0.03);
border-radius: 16px;
padding: 20px;
}
.inner-page #productList ul li a.img-box {
  display: block;
  
  overflow: unset;
  width: 100%;
  position: relative;
  z-index: 1;
}
.inner-page #productList ul li a.img-box img {
  width: auto;
  margin: 0 auto;
  display: block;
}
.inner-page #productList ul li .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
.inner-page #productList ul li .btn 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  margin: 0 5px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page #productList ul li .btn a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page #productList ul li .btn a:hover {
  border-color: #2f3190;
  background-color: #2f3190;
}
.inner-page #productList ul li .btn a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.inner-page #productList ul li span.h6 {
  font-weight: 400;
  font-size: 20px;
  color: #242424;
  line-height: 2;
  min-height: 4em;
  display: block;
  margin-top: 24px;
  position: relative;
  z-index: 2;
  text-align: left;
}

.inner-page #productList ul li a.link {
  font-size: 18px;
  color: white;
  height: 2.44444444em;
  text-align: center;
  background-color: black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  z-index: 2;
}
.inner-page #productList ul li a.link em {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid white;
  line-height: 1.4;
}
.inner-page #productList ul li a.link em:after {
  content: '';
  border: 4px solid #2f3190;
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
.inner-page #productList ul li a.link em:after {
  border-color: white;
  top: 0;
  border-width: 3px;
}
.inner-page #productList ul li a.link:hover {
  background-color: #2f3190;
}
.inner-page #productList ul li:hover {
  z-index: 1;
}
.inner-page #productList ul li:hover:after {
  opacity: 1;
}
.inner-page #productList ul li:hover a.link {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.prodet-page .prodet-2 .options span {
     min-width: 280px!important;
  }
@media screen and (max-width: 1600px) {
    .prodet-page .prodet-2 .options span {
    font-size: 18px;
  }
  .num1 span,
  .num1 ul li h2 em {
    font-size: 32px
  }
  .num1 ul {
    padding-right: 150px;
  }
  .num1 .play {
    right: 20px;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 80px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right .text {
    font-size: 18px;
    margin: 1.5em 0;
  }
  .prodet-page .prodet-1 .right .share span.h6 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .right .share a {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .ret {
    margin-top: 30px;
    font-size: 18px;
  }
  .prodet-page .prodet-2 {
    padding: 60px 0;
  }
    .inner-page #productList ul li a.link,
  .seoBox .seoNews .bottom .list ul li .box a.link {
    font-size: 16px;
  }
  .inner-page #productList ul li a.link em:after,
  .seoBox .seoNews .bottom .list ul li .box a.link:after {
    border-width: 2px;
  }
}
span.txt {
    font-size: 24px;
    letter-spacing: 6px;
    color: #2f3190;
    text-transform: uppercase;
    display: block;
    line-height: 40px;
}
@media screen and (max-width: 1450px) {
    .prodet-page .prodet-2 .options span {
    font-size: 16px;
  }
  .responsibility-page .responsibility-4 .accs.top .left {
    padding-left: 40px!important;
  }
  .inner-page~#footer .init-8 {
    padding-top:20px 
  }
  .prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li {
    width: 33.333%
  }
  .custom-2 .options ul li {
    font-size: 16px
  }
   .prodet-page .prodet-1 {
    padding-top: 60px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 20px;
    line-height: 34px;
  }
  .prodet-page .prodet-1 .right .text {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .right a.more {
    margin-top: 2em;
  }
  .prodet-page .prodet-1 .left .smallImg {
    padding-right: 23px;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 50px;
  }
  .prodet-page .prodet-3 .list {
    margin: 30px 0;
  }
}

@media screen and (max-width: 1250px) {
    .prodet-page .prodet-2 .options span {
    font-size: 14px;
    width: 200px;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right .text {
    margin: 0;
    padding-right: 0;
    max-height: none;
  }
  .prodet-page .prodet-2 .ret {
    font-size: 16px;
  }
    .prodet-page .prodet-3 .dots ul li button {
    font-size: 16px;
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 700px) {
    .prodet-page .prodet-2 .options span {
    font-size: 14px;
    width: 140px;
  }
    .prodet-page .prodet-1 .left .smallImg ul li {
    padding: 5px;
  }
  .prodet-page .prodet-1 .left .smallImg ul {
    margin: -5px;
  }
  .prodet-page .prodet-1 .left .smallImg {
    padding-right: 10px;
  }
}
@media screen and (max-width: 500px) {
    .prodet-page .prodet-2 .ret {
    font-size: 14px;
  }
    .inner-page #productList ul li span.h6 {
    font-size: 16px;
  }
}

/*news*/
.inner-page .slideBar-left {
  width: 22%;
}

.inner-page .slideBar-left h3 {
  
font-weight: 400;
font-size: 31px;
color: #000000;
line-height: 1.4;
padding-left: 33px;
margin-bottom: 60px;
}

.inner-page .slideBar-left h3.ac3 {
  margin-top: 105px;
}
.inner-page .slideBar-left .slideNav > li {
  margin-bottom: 10px;
}
.inner-page .slideBar-left .slideNav > li > a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  font-size: 18px;
  background: #f5f5f5;
  padding: 22px 40px;
  line-height: 30px;

}

.inner-page .slideBar-left .slideNav > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
height: 100%;
background: #2f3190;
}
.inner-page.product-page .slideBar-left .slideNav>li>a{
  background: white;
}
.inner-page .slideBar-left .slideNav > li > a .fa {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
}
.inner-page .slideBar-left .slideNav > li ul li {
  margin: 5px;
  margin-right: 0;
}
.inner-page .slideBar-left .slideNav > li ul li a {
  padding: 10px;
  font-size: 17px;
  display: block;
}
.inner-page .slideBar-left .slideNav > li ul li.active a,
.inner-page .slideBar-left .slideNav > li ul li:hover a {
  background: #2f3190;
  color: white;
}
.inner-page .slideBar-left .slideNav > li:hover > a,
.inner-page .slideBar-left .slideNav > li.active > a {
  background: #2f3190;
  color: white;
}
.inner-page .slideBar-left .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
}
.inner-page .slideBar-left .share li {
  width: 30px;
  height: 30px;
  background: #2f3190;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 34px;
  margin-right: 15px;
}
.inner-page .slideRight {
  width: 78%;
  padding-left: 49px;
}
.inner-page .slideRight #index-body {
  margin-top: 0
}
.inner-page.prodet-page .slideRight{
  width: 100% !important;
  padding-left: 0;
}
.news-page{
  padding: 80px 0;
}
.news-page .slideRight .i-news {
  overflow: unset !important;
}
.news-page .slideRight .i-news .wrap .column {
  margin-bottom: 35px;
}
.news-page .i-news .wrap{
      margin: -23px;
}
.news-page .i-news .wrap .column {
    padding: 23px;
}
.news-page .slideRight .i-news .wrap .column {
    margin-bottom: 35px;
}
.news-page .i-news .wrap .column .item {
    display: block;
    position: relative;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
    box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
    padding: 50px 25px 85px;
}
.news-page .i-news .wrap .column .item .content {
    line-height: 2;
    text-align: center;
}
h1.hhhhhh {
    display: inline;
}
p._text.font-16.mt-15.mb-15.sy {
    margin-top: 50px;
}
a.foota.hidden {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}
.news-page .i-news .wrap .column .item h4 {
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin: 30px 0 20px;
}
.news-page .i-news .wrap .column .item .time {
    font-size: 16px;
    line-height: 30px;
    display: block;
    text-align: center;
}
.news-page .i-news .wrap .column .item .douhao {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    text-align: center;
    line-height: 1.4;
    -webkit-box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    background: #fff;
    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;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}
@media screen and (max-width: 1320px) {
  .inner-page .slideBar-left {
    display: none;
  }
  .inner-page .slideRight {
    width: 100% !important;
    padding-left: 0;
  }
  .inner-page .sideLeft{
    display: none;
  }
  .inner-page .sideRight{
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .inner-page .slideBar-left {
    display: none;
  }
  .inner-page .slideRight {
    width: 100% !important;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .slideRight .i-news .wrap .column {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
    .news-page .slideRight .i-news .wrap .column {
    width: 100%;
  }
}

/*newsdet-page*/
.newdet2-page {
    padding: 80px 0;
}
.newdet2-page h1 {
    font-size: 30px;
    line-height: 1.4;
    color: #0b2239;
    font-weight: 400;
    text-transform: capitalize;
}
.newdet2-page time {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 2;
    color: black;
    opacity: .6;
}
.newdet2-page .content {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #868686;
    line-height: 30px;
}
.newdet2-page .share {
    padding-top: 10px;
    margin-bottom: 60px;
}
.newdet2-page .share h4 {
    font-size: 14px;
    line-height: 2;
    color: black;
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul {
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul li {
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet2-page .share ul li:hover {
    color: #026293;
}
@media screen and (max-width: 500px){
   .newdet2-page{
        padding: 50px 0 10px;
    }
}

.factory-page {
  padding: 80px 0;
  position: relative;
}

.factory-page .about-11 .top .right {
  padding-left: 64px;
  border-bottom: none;
}
.factory-page .about-11 .top .right .top1 {
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 64px;
}
.factory-page .about-11 .top .right .top1 .img {
  width: 55%;
}
.factory-page .about-11 .top .right .top1 .con {
  width: 45%;
  padding-left: 25px;
}
.factory-page .about-11 .top .right .top1 .con h4 {
  
font-weight: bold;
font-size: 24px;
color: #000000;
line-height: 40px;
margin-top: 32px;
}
.factory-page .about-11 .top .right .top1 .con span {
  display: block;
  width: 85px;
height: 4px;
background: #2f3190;
margin: 22px 0
}
.factory-page .top h2 {
  border-bottom: 1px solid #dbdbdb;
    padding-bottom: 32px;
    margin-bottom: 60px;
}
.factory-page .top .righ ul {
  margin: -11px;
  margin-bottom: 45px;
}
.factory-page .top .right ul li {
  padding: 11px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.factory-page .top .right ul li a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
 
}
.factory-page .top .right ul li:hover a,
.factory-page .top .right ul li.active a {
  background: #2f3190;
  color: white;
}
.factory-page .wrap {
  margin: -18px;
}
.factory-page .wrap li {
  padding: 18px;
}
.factory-page .more {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  background: #2f3190;
  color: white;
  font-size: 25px;
  text-align: center;
  height: 77px;
  line-height: 1.4;
  width: 335px;
  margin: 60px auto;
}
.factory-page .more .fa {
  margin-left: 5px;
}
.factory-page .more:hover {
  background: black;
}

.factory-page .init-51 {
  position: relative;
  background: #f6f8f6;
  padding: 137px 0 64px;
  z-index: 11
}
.factory-page .init-51::after {
  content: '';
  position: absolute;
  left: 0;
  top: 64px;
  width: 100%;
  height: 167px;
  background: url(/lyusenfilters/2024/07/01/fac12.png) no-repeat center;
  z-index: -1
}
.factory-page .init-51 .title1 {
  position: relative;
}
.factory-page .init-51 .title1 .tit3 {
  display: initial;
  position: relative;
  
font-weight: bold;
font-size: 42px;
color: #2f3190;
line-height: 1.5;
text-transform: uppercase;
padding: 42px 0;
}

.factory-page .init-51 .title1 .tit3::after {
  content: '';
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 62px;
height: 116px;
background: url(/lyusenfilters/2024/07/01/fac14.png) no-repeat center;
}
.factory-page .init-51 .title1 .tit3::before {
  content: '';
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 62px;
height: 116px;
background: url(/lyusenfilters/2024/07/01/fac13.png) no-repeat center;
}
.factory-page .init-51 .title1 span {
  display: block;
  width: 69px;
height: 4px;
background: #2f3190;
margin: 0 auto;
margin-top: 32px;
}
.factory-page .init-51 .title1 p {
  
font-weight: 400;
font-size: 16px;
color: rgba(0, 0, 0, 0.7);
line-height: 30px;
max-width: 1200px;
margin: 0 auto;
margin-top: 60px;
}

.factory-page .init-51 ul li .img {
  width: 172px;
height: 172px;
background: #FFFFFF;
/*box-shadow: 23px 23px 35px 0px rgba(30,53,51,0.05);*/
border-radius: 20px;
display: flex;
justify-content: center;
align-items: center;
}
.factory-page .init-51 .top {
  margin-top: 50px
}
.factory-page .init-51 .bot {
  transform: rotate(-180deg);
}
.factory-page .init-51 .bot ul li .img {
  transform: rotate(180deg);
}
.factory-page .init-51 ul li {
  padding: 20px 0
}

.faq-page {
  padding: 80px 0;
  background: rgba(217,232,217, 0.16);
}
.faq-page .faqbox .ui.container ul.faqlist li {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.faq-page .faqbox .ui.container ul.faqlist li .top {
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 
  padding: 0 160px;
  width: 100%;
}
.faq-page .faqbox .ui.container ul.faqlist li .top i {
  font-size: 20px;
  color: #666;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 45px;
}
.faq-page .faqbox .ui.container ul.faqlist li span.qust,
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  position: absolute;
  font-size: 30px;
 
  color: #000;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  color: #2f3190;
}
.faq-page .faqbox .ui.container ul.faqlist li .content {
  padding: 30px 0;
  padding-left: 160px;
  background: #f9f9f9;
  display: none;
  position: relative;
}
@media screen and (max-width: 700px) {
  .faq-page .faqbox .ui.container ul.faqlist li .top {
    padding: 0 20px;
  }
  .faq-page .faqbox .ui.container ul.faqlist li span.qust,
  .faq-page .faqbox .ui.container ul.faqlist li span.anser {
    display: none;
  }
  a.foota.hidden {
    display: none!important;
}
.inner-page .sideRight .content {
    overflow: auto;
    max-height: 206px;
}
  .faq-page .faqbox .ui.container ul.faqlist li .content {
    padding: 20px;
  }
  .solu-4{
    display: none;
  }
}


.m-page{
  margin: 40px 0;
  width: 100%;
}

.m-page .wp-pagenavi{
  display: flex;
  justify-content: center;
  align-content: center;
}
.m-page .wp-pagenavi a,.m-page .wp-pagenavi span{
  width: 46px;
  height: 46px;
  display:inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border: 1px solid #2f3190;
  color: #2f3190;
  margin: 0 10px;
  border-radius: 100%;
}
.m-page .wp-pagenavi a:hover,
.m-page .wp-pagenavi span:hover{
  background: #2f3190;
  color: #fff;
}
.m-page .wp-pagenavi span{
  background: #2f3190;
  color: #fff;
}

#index.wrapper {
  position: relative;
  z-index: 11
}

#index.wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 956px;
  height: 1463px;
  background: url(/lyusenfilters/2024/07/04/history11.png) no-repeat center;
  z-index: -1
}

    .img-box a{
      display: inline-block;
    }
    .map iframe{
      width: 100%;
    }

    .dev_con{

  position: relative;
  padding-bottom: 170px;
}
.dev_con .tea_case{
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
}
.tab_time_bottom .showreel_box {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  padding: 0 90px;
  box-shadow: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.tab_time_bottom .showreel_box .view_box {
  margin-left: 55px;
}
.tab_time_bottom .showreel_box .list_u_img_box > a{
  position: relative;
  width: 100px;
  font-size: 20px;
  color: rgba(50,75,73, 0.7);
  transition: all .5s ease;
  margin-right: 60px;
}
.tab_time_bottom .showreel_box .list_u_img_box > a.on,.tab_time_bottom .showreel_box .list_u_img_box > a:hover {
  font-size: 20px;
  color: #2f3190;
}
.tab_time_bottom .showreel_box .list_u_img_box > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -1em;
  width: 0;
  height: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #2f3190;
  transition: all .5s ease;
}
.tab_time_bottom .showreel_box .list_u_img_box > a:hover::after,.tab_time_bottom .showreel_box .list_u_img_box > a.on::after {
  width: 2em;
}
.tab_time_bottom .showreel_box .btn_img_prev,.tab_time_bottom .showreel_box .btn_img_next{
  position: relative;

  width: 50px;
height: 50px;
line-height: 34px;
background: #2f3190;
box-shadow: 3px 3px 18px 0px rgba(0,0,0,0.26);
border-radius: 50%;
  text-align: center;
font-size: 20px;
color: #fff;
 
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 111
}
.tab_time_bottom .showreel_box .btn_img_next{
  right: 25px;
  left: auto;

}
.dev_tex_box > div{
  display: none;
  width: 70%;
  float: right;
  line-height: 30px;
  font-size: 18px;
  margin-right: 120px;
  font-weight: 300;
  padding-bottom: 60px;
  min-height: 260px;
}
.time_title_case{
  position: relative;
  padding-top: 115px;
  overflow: hidden;
}
.at_time{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #e9eff2;
  font-size: 240px;
  line-height: 1.4;
  background: -ms-linear-gradient(180deg, rgba(233, 239, 242, 0), rgba(233, 239, 242, 0), rgba(233, 239, 242, 0));
  background: -moz-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  background: -o-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(246, 249, 251, 1)),color-stop(0.10,rgba(233, 239, 242, 1)),color-stop(0.7,rgba(233, 239, 242, 0.7)), color-stop(1, rgba(233, 239, 242, 0)));
  background:  -webkit-linear-gradient(top, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.time_sha{
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%;

}
.time_line_case{
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  width: 100%;
}
.time_line_case::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: url(/lyusenfilters/2024/07/03/history12.png) no-repeat center / cover
}
.time_line_box{
  width: 100%;
  position: relative;
  top: 0;
  left: 0!important;
  transition: all .5s ease;
}
.time_line_box > div{
  width: 100%!important;
  position: relative;
  font-size: 20px;
  line-height: 34px;
}

.time_line_box 
.btn_time {
  position: relative;
  border-radius: 50%;

  z-index: 1;
  cursor: pointer;

}

.btn_time {
  padding: 75px 0;
}
.time_line_box .bodes::nth-child(1) .btn_time,
.time_line_box .bodes::nth-child(2) .btn_time {
  padding: 0;
}

.btn_time::before {
  content: '';
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
height: 25px;
background: #2f3190;
border-radius: 50%;
}

.btn_time .his-acc {
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.btn_time .his-acc .his-h3 {
  
font-weight: 400;
font-size: 24px;
color: #000000;
line-height: 40px;
padding-right: 50px;
}
.btn_time .his-acc .img {
  width: 206px;
height: 118px;
object-fit: cover;

}
.btn_time .his-acc .img img {
  width: 100%;
  height: 100%;
}
.btn_time .his-acc .his-cona {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0
}
.btn_time > span{
  position: absolute;
  left: 0%;
  margin-left: -23px;
  top: 70px;
  z-index: 2;
  transition: all .5s ease;
  width: 80px;
  opacity: 0
}

.on .btn_time > span{
  opacity: 1
}

.time_line_box > div:nth-child(odd) .btn_time > span{
  bottom: -50px;
  top:auto;
}
/*.btn_time::after{
  content: '';
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 36px;
  height: 36px;
  background-color: rgba(0,53,134,.15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  animation:dot1 2s infinite ease;
  -webkit-animation:dot1 2s infinite ease; /* Safari 和 Chrome */
@keyframes dot1 {
  0%{
    width: 20px;
    height: 20px;
  }
  50%{
    width: 36px;
    height: 36px;
  }
  100%{
    width: 20px;
    height: 20px;
  }

}
.btn_time:hover::after{
  display: block;
}
.time_line_box > div.bodes{
  pointer-events: none;

}

/*波浪背景*/
.wave_box{
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;

}
.tab_time_bottom {
  position: relative;
  z-index: 11;
  margin-top: 60px;
}

.dev_tex_box {
  display: none;
}
.wave {
  overflow: hidden;
  position: absolute;
  top: 129%;
  width: 140%;
  transform: translateY(-50%);
  color: #fff;
  margin-left: -20%;
  animation: 3s ease-in-out infinite alternate waveAnimateA;
}
@keyframes waveAnimateA {
  0% {
    transform: translate(-80px,-52%);
  }

  100% {
    transform: translate(80px,-50%);
  }
}
.wave svg {
  fill: rgba(233,239,242,1);
  width: 102%;
  margin-left: -1%;
  height: auto;
}
.st0{fill:#E9EFF2;opacity:0.5}
.st1{opacity:0.5;fill:rgba(167,215,142, 0.3);}
.st3{
  fill-rule:evenodd;clip-rule:evenodd;
  fill: #2f3190!important;
}

.titie_box_bg{
  width: 130px;
  position: absolute;
  left: -65px;
  top: 0%;
  z-index: 1;
  transform: scale(0);
  transition: all .5s ease;
}
.titie_box_bg svg{
  width: 100%;
  position: relative;
  z-index: 1;
}
.titie_box_bg .acc1{
  opacity: .3;
  transform: rotate(37deg) scale(1.02);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}

.time_line_box .on .btn_time > span{
  font-size: 40px;
  color: #fff;
  top: 41px!important;
  left: -43px;
  bottom: auto !important;
  margin-left: 0;
  width: 100px;
}

.on .btn_time:before {
  opacity: 0
}
.time_line_box .on .btn_time .titie_box_bg{
  transform: scale(1);
}
.time_line_box .on .btn_time .titie_box_bg > .acc1{
  animation: alpha 2.25s linear infinite forwards;

}
.on .btn_time {
  position: relative;
  padding: 0;
  padding-bottom: 75px;
  
}
.on .btn_time .his-acc {
  position: relative;
  display: block;
  padding-left: 150px;
padding-top: 100px;
}

.on .btn_time .his-acc .his-h3 {
  position: absolute;
  left: 150px;
  top: 0;
  width: 100%;
  
font-weight: 400;
font-size: 193px;
color: #000000;
line-height: 1.5;
opacity: 0.05;
text-align: center;
max-width: 821px;
padding-right: 0;
z-index: 12
}
.on .btn_time .img {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 429px;
  z-index: 19
}
.on .btn_time .his-acc .his-cona {
  position: static;
  opacity: 1;
  
font-weight: 400;
font-size: 18px;
color: rgba(0, 0, 0, 0.7);
line-height: 30px;
margin-top: 40px
}
@keyframes alpha {
  0% {
    transform: rotate(0);
  }
  25% {
  }
  50% {
    border-radius: 50%;
  }
  75% {
  }
  100% {
    transform: rotate(360deg);
  }
}

.team-page .team-1 {
  padding: 27px 0 115px;
}
.team-page .team-1 .top ul {
  margin: -22px -35px;
}
.team-page .team-1 .top ul li {
  padding: 22px 35px;
}
.team-page .team-1 .top ul li .box {
  background: #FFFFFF;
  border-radius: 28px;
  padding: 20px;
  transition: 0.3s;
}
.team-page .team-1 .top ul li .box .img {
  width: 32%;
}
.team-page .team-1 .top ul li .box .con {
  width: 68%;
  padding-left: 28px;
  margin-top: 23px;
}
.team-page .team-1 .top ul li .box .con h4 {
  
  font-weight: 400;
  font-size: 24px;
  color: #000;
  line-height: 1;
}
.team-page .team-1 .top ul li .box .con .cona {
  
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.7;
  margin-top: 25px;
  padding-right: 40px;
}
.team-page .team-1 .top ul li .box:hover {
  background: #2f3190;
}
.team-page .team-1 .top ul li .box:hover .con h4,
.team-page .team-1 .top ul li .box:hover .con .cona {
  color: #fff;
}
.team-page .team-2 {
  padding: 135px 0 200px;
  background: url(../images/tema12.jpg) no-repeat center;
}
.team-page .team-2 .top {
  text-align: center;
}
.team-page .team-2 .top h4 {
  
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 1;
}
.team-page .team-2 .top p {
  
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.7;
  max-width: 1043px;
  margin: 0 auto;
  margin-top: 30px;
}
.team-page .team-3 {
  padding: 145px 0 50px;
}
.team-page .team-3 .top .left {
  width: 60%;
  vertical-align: middle;
}
.team-page .team-3 .top .left ul li {
  margin-bottom: 70px;
}
.team-page .team-3 .top .left ul li .box .img {
  width: 8%;
  margin-top: 15px;
}
.team-page .team-3 .top .left ul li .box .con {
  width: 92%;
  padding-left: 45px;
}
.team-page .team-3 .top .left ul li .box .con h5 {
  
  font-weight: 400;
  font-size: 24px;
  color: #000;
  line-height: 1.4;
}
.team-page .team-3 .top .left ul li .box .con .cona {
  
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.7;
  margin-top: 15px;
  max-width: 675px;
}
.team-page .team-3 .top .left ul li:last-child {
  margin-bottom: 0;
}
.team-page .team-3 .top .right {
  width: 40%;
  vertical-align: middle;
}
.down-page .about-11 .top .right {
  border-bottom: none;

  width: 100%;
  padding-left: 0
}
.dev_con .about-11 .top .right {
  padding-left: 277px
}
.down-page .about-11 .top .right ul li {
  margin-bottom: 28px;
}
.down-page .about-11 .top .right ul li .box {
  display: flex;

}
.down-page .about-11 .top .right ul li .box .img {
  height: auto;
  background: transparent;
  border-radius: 0;
  width: 10%;
  width: 120px;
  height: 120px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.down-page .about-11 .top .right ul li .box .img img {
  border-radius: 0;
}
.down-page .about-11 .top .right ul li .box .con {
  width: 90%;
  padding-left: 31px;
  display: flex;
  align-items: center;
}
.down-page .about-11 .top .right ul li .box .con .acc {
  padding: 46px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #fff;
}
.down-page .about-11 .top .right ul li .box .con .acc h5 {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 40px;
}
.down-page .about-11 .top .right ul li .box .con .acc a {
  display: inline-block;
  font-weight: 500;
  font-size: 24px;
  color: #59B548;
  line-height: 40px;
  text-decoration: underline;
  text-transform: uppercase;
}
.down-page .about-11 .top .right ul li:last-child {
  margin-bottom: 0;
}

.contact1-page {
  padding: 40px 0;
}
.contact1-page .contact1-1 .top ul {
  margin: 0 -45px;
}
.contact1-page .contact1-1 .top ul li {
  padding: 0 45px;
}
.contact1-page .contact1-1 .top ul li .box {
  background: #FFFFFF;
  box-shadow: 10px 39px 43px 0px rgba(0, 0, 0, 0.03);
  border-radius: 24px;
  padding: 58px 55px 50px;
}
.contact1-page .contact1-1 .top ul li .box .acc {
  display: flex;
  align-items: center;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact1-page .contact1-1 .top ul li .box .acc h4 {
  
  font-weight: bold;
  font-size: 24px;
  color: #242323;
  line-height: 40px;
  margin-left: 42px;
}
.contact1-page .contact1-1 .top ul li .box .lianxi {
  display: flex;
  flex-wrap: wrap;
}
.contact1-page .contact1-1 .top ul li .box .lianxi p {
  
  font-weight: 400;
  font-size: 18px;
  color: #242323;
  line-height: 30px;
  opacity: 0.6;
  width: 50%;
  margin-top: 40px;
}
.contact1-page .contact1-2 {
  margin-top: 65px;
}
.contact1-page .contact1-2 .form {
  background: #FFFFFF;
  box-shadow: 23px 23px 76px 0px rgba(0, 0, 0, 0.03);
  border-radius: 31px;
  padding: 50px 45px;
}
.contact1-page .contact1-2 .form h3 {
  
  font-weight: bold;
  font-size: 42px;
  color: #222222;
  line-height: 1.4;
}
.contact1-page .contact1-2 .form ul {
  margin: 0 -50px;
  margin-top: 34px;
}
.contact1-page .contact1-2 .form ul li {
  padding: 0 50px;
  margin-bottom: 17px;
}
.contact1-page .contact1-2 .form ul li input[type=text] {
  width: 100%;
  height: 80px;
  
  font-weight: 400;
  font-size: 20px;
  color: rgba(34, 34, 34, 0.7);
  line-height: 34px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 40px;
}
.contact1-page .contact1-2 .form ul li label {
  display: block;
  
  font-weight: 400;
  font-size: 20px;
  color: rgba(34, 34, 34, 0.7);
  line-height: 34px;
  padding-left: 40px;
  padding-top: 36px;
}
.contact1-page .contact1-2 .form ul li textarea {
  width: 100%;
  height: 193px;
  
  font-weight: 400;
  font-size: 20px;
  color: rgba(34, 34, 34, 0.7);
  line-height: 34px;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 40px;
  margin-top: 26px;
  padding-top: 10px;
}
.contact1-page .contact1-2 .form ul li input[type=submit] {
  width: 186px;
  height: 61px;
  background: #2f3190;
  border-radius: 10px;
  
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  border: none;
  margin-top: 14px;
}
.contact1-page .contact1-2 .form ul li:last-child {
  margin-bottom: 0;
}
.contact1-page .contact1-3 {
  padding-top: 90px;
}
.contact1-page .contact1-3 .top .left {
  width: 53.75%;
  padding-right: 85px;
}
.contact1-page .contact1-3 .top .left .title1 h3 {
  
  font-weight: bold;
  font-size: 42px;
  color: #222222;
  line-height: 1.4;
}
.contact1-page .contact1-3 .top .left .title1 p {
  
  font-weight: 400;
  font-size: 20px;
  color: #222222;
  line-height: 1.8;
  opacity: 0.7;
  margin-top: 20px;
}
.contact1-page .contact1-3 .top .left .box {
  background: #f3f3f3;
  padding: 50px 32px;
  margin-top: 32px;
}
.contact1-page .contact1-3 .top .left .box ul li h3 {
  font-weight: bold;
  font-size: 30px;
  color: #242323;
  line-height: 1.4;
  margin-bottom: 22px;
}
.contact1-page .contact1-3 .top .left .box ul li p {
  
  font-weight: 400;
  font-size: 18px;
  color: #242323;
  line-height: 1.8;
  opacity: 0.6;
}
.contact1-page .contact1-3 .top .left .box ul li:last-child {
  margin-top: 75px;
}
.contact1-page .contact1-3 .top .right {
  width: 46.25%;
}
.responsibility-page .responsibility-1 {
  padding: 20px 0 90px;
}
.responsibility-page .responsibility-1 .top {
  display: flex;
  justify-content: space-between;
}
.responsibility-page .responsibility-1 .top .tit3 {
  
  font-weight: bold;
  font-size: 36px;
  color: #30328e;
  line-height: 1.4;
  text-transform: uppercase;
}
.responsibility-page .responsibility-1 .top p {
  
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.8;
  max-width: 892px;
}
.responsibility-page .responsibility-2 {
  position: relative;
  z-index: 111;
  padding-top: 80px;
}
.responsibility-page .responsibility-2 .title1 {
  text-align: center;
}
.responsibility-page .responsibility-2 .title1 h3 {
  
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 1.6;
  text-transform: uppercase;
}
.responsibility-page .responsibility-2 .title1 p {
  font-weight: normal;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 34px;
  max-width: 841px;
  margin: 0 auto;
  margin-top: 40px;
}
.responsibility-page .responsibility-2 .list {
  margin-top: 122px;
  padding-bottom: 30px;
}
.responsibility-page .responsibility-2 .list ul li {
  transition: 0.3s;
  padding-top: 20px
}
.responsibility-page .responsibility-2 .list ul li .box {
  position: relative;
  background: #FFFFFF;
  box-shadow: 20px 7px 70px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 80px 34px 40px;
  margin-top: 49px;
  transition: 0.5s
}
.responsibility-page .responsibility-2 .list ul li .box:hover {
  transform: translateY(-20px);
}
.responsibility-page .responsibility-2 .list ul li .box .img {
  position: absolute;
  left: 28px;
  top: -49px;
}
.responsibility-page .responsibility-2 .list ul li .box h5 {
  
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 1.8;
}
.responsibility-page .responsibility-2 .list ul li .box p {
  
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 2;
  margin-top: 20px;
}
.responsibility-page .responsibility-2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 514px;
  background: url(../images/responsibility11.jpg) no-repeat center / cover fixed;
  z-index: -1;
}
.responsibility-page .responsibility-3 .top.aa1 {
  margin-top: 108px;
}
.responsibility-page .responsibility-3 .top .con {
  vertical-align: bottom;
}
.responsibility-page .responsibility-3 .top .con h4 {
  
  font-weight: bold;
  font-size: 36px;
  color: #30328e;
  line-height: 1.4;
  text-transform: uppercase;
}
.responsibility-page .responsibility-3 .top .con p {
  
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 30px;
  margin-top: 30px;
  max-width: 701px;
}
.responsibility-page .responsibility-3 .top .options {
  vertical-align: bottom;
  padding-left: 60px;
}
.responsibility-page .responsibility-3 .top .options ul {
  display: flex;
  justify-content: space-between;
}
.responsibility-page .responsibility-3 .top .options ul li {
  text-align: center;
  cursor: pointer;
}
.responsibility-page .responsibility-3 .top .options ul li .img {
  display: inline-block;
  position: relative;
  z-index: 11;
}
.responsibility-page .responsibility-3 .top .options ul li .img::after {
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
  width: 21px;
  height: 21px;
  background: #A7D68E;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.responsibility-page .responsibility-3 .top .options ul li h6 {
  
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 30px;
  margin-top: 30px;
}
.responsibility-page .responsibility-3 .top .options ul li:hover .img::after,
.responsibility-page .responsibility-3 .top .options ul li.active .img::after {
  opacity: 1;
}
.responsibility-page .responsibility-3 .bot.accs {
  padding-bottom: 86px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.responsibility-page .responsibility-3 .bot {
  margin-top: 40px;
}
.responsibility-page .responsibility-3 .bot ul li .box {
  background: #FFFFFF;
  box-shadow: 23px 23px 76px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 30px;
}
.responsibility-page .responsibility-3 .bot ul li .box .content {
  padding-left: 40px;
  margin-top: 30px;
}
.responsibility-page .responsibility-3 .bot ul li .box .content h5 {
  font-weight: 400;
  font-size: 30px;
  color: #000000;
  line-break: 1.4;
}
.responsibility-page .responsibility-3 .bot ul li .box .content p {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 30px;
  margin-top: 28px;
}
.responsibility-page .responsibility-4 {
  padding: 200px 0 60px;
}
.responsibility-page .responsibility-4 .top .left {
  width: 60%;
}
.responsibility-page .responsibility-4 .top .left h4 {
  font-weight: bold;
  font-size: 36px;
  color: #30328e;
  line-height: 1.4;
  text-transform: uppercase;
}
.responsibility-page .responsibility-4 .top .left ul li {
  margin-top: 75px;
}
.responsibility-page .responsibility-4 .top .left ul li .box .img {
  width: 8%;
  margin-top: 15px;
}
.responsibility-page .responsibility-4 .top .left ul li .box .con {
  width: 92%;
  padding-left: 50px;
}
.responsibility-page .responsibility-4 .top .left ul li .box .con h5 {
  font-weight: 500;
  font-size: 24px;
  color: #000;
  line-height: 40px;
}
.responsibility-page .responsibility-4 .top .left ul li .box .con .cona {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 30px;
  margin-top: 15px;
  max-width: 670px;
}
.responsibility-page .responsibility-4 .top.accs {
  margin-top: 130px
}
.responsibility-page .responsibility-4 .top .right {
  position: relative;
  width: 40%;
}
.responsibility-page .responsibility-4 .top .right span {
  position: absolute;
  left: 50%;
  top: -20%;
  transform: translateX(-50%);
}
.responsibility-page .responsibility-4 .top .right img {
  position: relative;
  z-index: 11
}
.responsibility-page .responsibility-4 .top .right span img {
  position: relative;
  z-index: 1
}
.responsibility-page .responsibility-4 .accs.top .left {
  padding-left: 170px;
}
.responsibility-page .responsibility-5 {
  padding: 13px 0 50px;
}
.responsibility-page .responsibility-5 .title1 {
  text-align: center;
}
.responsibility-page .responsibility-5 .title1 h4 {
  font-weight: bold;
  font-size: 36px;
  color: #30328e;
  line-height: 1.4;
  text-transform: uppercase;
}
.responsibility-page .responsibility-5 .title1 p {
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 30px;
  margin: 0 auto;
  max-width: 1010px;
  margin-top: 35px;
}
.responsibility-page .responsibility-5 .list {
  margin-top: 85px;
}
.responsibility-page .responsibility-5 .list .box {
  background: transparent;
  border-radius: 16px;
  padding: 33px;
  transition: 0.3s;
}
.responsibility-page .responsibility-5 .list .box h4 {
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  line-height: 1.8;
  margin-top: 37px;
}
.responsibility-page .responsibility-5 .list .box p {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 2;
  margin-top: 18px;
  opacity: 0.8;
}
.responsibility-page .responsibility-5 .list .box:hover {
  background: #FFFFFF;
  box-shadow: 23px 23px 76px 0px rgba(0, 0, 0, 0.03);
}



.st0 {
  fill: #E9EFF2;
  opacity: 0.5;
}
.st1 {
  opacity: 0.5;
  fill: rgba(167, 215, 142, 0.3);
}
.st3 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #2f3190 !important;
}
.titie_box_bg {
  display: inline-block;
  width: 130px;
  height: 130px;
  top: 0%;
  z-index: 1;
  transform: scale(0);
  transition: all 0.5s ease;
}
.titie_box_bg svg {
  width: 100%;
  position: relative;
  z-index: 1;
}
.titie_box_bg .acc1 {
  opacity: 0.3;
  transform: rotate(37deg) scale(1.02);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}
.time_line_box .btn_time .titie_box_bg {
  transform: scale(1);
}
.time_line_box .on .btn_time .titie_box_bg > .acc1 {
  animation: alpha 2.25s linear infinite forwards;
}
@keyframes alpha {
  0% {
    transform: rotate(0);
  }
  50% {
    border-radius: 50%;
  }
  100% {
    transform: rotate(360deg);
  }
}

.history1-page~#footer .init-8 {
padding-top: 0
}

.history1-page .about-11 {
  position: relative;
  z-index: 111
}

.history1-page {
  position: relative;
  padding-bottom: 260px;
}

.history1-page::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 956px;
height: 1463px;
background: url(../images/history11.png) no-repeat center;
}

.history1-page .top .left {
  width: 22%;
}
.history1-page .top .right {
  width: 78%;
  padding-left: 257px;
}
.history1-page .top .right .bot {
  height: 810px;
  overflow: hidden
}
.history1-page .top .right .bot ul {
  position: relative;
  z-index: 10;
}
.history1-page .top .right .bot ul .slick-list {
  padding-left: 65px!important;
}
.history1-page .top .right .bot ul li {
  position: relative;
  padding: 75px 0;
}
.history1-page .top .right .bot ul li .box {
  position: relative;
  padding-left: 50px;
  display: flex;
  align-items: center;
}
.history1-page .top .right .bot ul li .box h6 {
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 40px;
  padding-right: 50px;
}
.history1-page .top .right .bot ul li .box .img {
  width: 206px;
  height: 118px;
  overflow: hidden;
  object-fit: cover;
}
.history1-page .top .right .bot ul li .box .img img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.history1-page .top .right .bot ul li .box .acc {
  position: absolute;
  left: 150px;
  top: 0;
  max-width: 630px;
  width: 100%;
  opacity: 0;
}
.history1-page .top .right .bot ul li .box .acc h3 {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 193px;
  color: rgba(0, 0, 0, 0.05);
  line-height: 2;
  width: 100%;
  text-align: center;
}
.history1-page .top .right .bot ul li .box .acc .imga {
  position: relative;
  z-index: 11;
  padding-top: 95px;
}
.history1-page .top .right .bot ul li .box .acc .imga img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.history1-page .top .right .bot ul li .box .acc .cona {
  
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 30px;
  margin-top: 40px;
}
.history1-page .top .right .bot ul li .box::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: #2f3190;
  border-radius: 50%;
  z-index: 12;
}
.history1-page .top .right .bot ul .slick-slide.slick-current.slick-active.slick-center +div.slick-slide.slick-active li .box::after {
  opacity: 0;
}
.history1-page .top .right .bot ul .slick-slide.slick-current.slick-active.slick-center +div.slick-slide.slick-active li .titie_box_bg {
  position: absolute;
  left: -65px;
  top: 20%;
  transform: scale(1);
  z-index: 11111;
}
.history1-page .top .right .bot ul .slick-slide.slick-current.slick-active.slick-center+div.slick-slide.slick-active li .acc1 {
  animation: alpha 2.25s linear infinite forwards;
}
.history1-page .top .right .bot ul .slick-slide.slick-current.slick-active.slick-center +div.slick-slide.slick-active li .acs1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 1.4;
  z-index: 123;
}
.history1-page .top .right .bot ul .slick-slide.slick-current.slick-active.slick-center +div.slick-slide.slick-active li .box h6 {
  opacity: 0;
}
.history1-page .top .right .bot ul .slick-slide.slick-current.slick-active.slick-center +div.slick-slide.slick-active li .box .img {
  display: none;
}
.history1-page .top .right .bot ul .slick-slide.slick-current.slick-active.slick-center +div.slick-slide.slick-active li .box .acc {
  position: relative;
  opacity: 1;
  left: 0;
}









.history1-page .top .right .bot ul::after {
  content: '';
  position: absolute;
  left: 72px;
  top: 0;
  width: 5px;
  height: 100%;
  background: #2f3190;
  z-index: -1;
}
.history1-page .acs-time {
  position: relative;
  z-index: 111;
  margin-top: 60px;
  height: 50px;
}
.history1-page .acs-time .time {
  position: relative;
  max-width: 800px;
  padding-left: 50px;
  padding-right: 50px;
}
.history1-page .acs-time ul {
  position: static;
}
.history1-page .acs-time ul li {
  text-align: center;
}
.history1-page .acs-time ul li p {
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 24px;
  color: rgba(50, 75, 73, 0.7);
  line-height: 40px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 10px
}
.history1-page .acs-time ul li p::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #2f3190;
  transition: 0.3s;
  opacity: 0;
}

.history1-page .acs-time ul li p:hover {
  color: #2f3190;
}
.history1-page .acs-time ul li p:hover::after {
  opacity: 1;
}
/*.history1-page .acs-time ul li.active p {
  color: #2f3190;
}
.history1-page .acs-time ul li.active p::after {
  opacity: 1;
}*/

.history1-page .acs-time ul .slick-slide.slick-current.slick-active li p {
  color: #2f3190;
}
.history1-page .acs-time ul .slick-slide.slick-current.slick-active li p::after {
  opacity: 1
}
.history1-page .acs-time ul .slick-arrow {
  width: 50px;
  height: 50px;
  background: url(../images/aca.png) no-repeat center #2f3190;
  box-shadow: 3px 3px 18px 0px rgba(0, 0, 0, 0.26);
  border-radius: 50%;
  font-size: 0;
  border: none;
}
.history1-page .acs-time ul .slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.history1-page .acs-time ul .slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}




.oem
{
    font-weight: 400;
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    padding-right: 90px;
    margin: 0px 0 0px; 
}


 .oem h1 :hover{
    font-weight: 400;
    font-size: 24px;
     color: #21A644;
    line-height: 40px;
    padding-right: 90px;
    margin: 0px 0 0px; 

}
    

    @media screen and (max-width: 1320px) {
.about-11 .top .left {
  display: none!important;
}
.about-11 .top .right {
  width: 100%!important;
  padding-left: 0!important;
}
.num1 {
  top: 0;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}
.about-2 .ui.container .main ul.ab2list li .h4 {
  left: 0;
  padding: 0 15px;
}
.about-page .about-3 .info ul li {
  width: 50%;
}
.about-4 {
 padding: 70px 0;
}
#footer .init-8:after {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
#index-body .init-6:after {
  display: none;
}
#footer .init-8 .top {
  padding: 50px 0;
}
.responsibility-page .responsibility-1 .top {
  flex-wrap: wrap;
}
.responsibility-page .responsibility-1 .top .tit3,
.responsibility-page .responsibility-1 .top p {
  width: 100%;
}
.responsibility-page .responsibility-1 .top p {
  max-width: 100%!important;
  margin-top: 20px;
}
.responsibility-page .responsibility-3 .top .con,
.responsibility-page .responsibility-3 .bot ul li .box .img {
  width: 100%;
}
.responsibility-page .responsibility-3 .top .options,
.responsibility-page .responsibility-3 .bot ul li .box .content {
  width: 100%;
  padding-left: 0!important;
  margin-top: 30px;
}
.responsibility-page .responsibility-2 .list {
  margin-top: 50px!important;
  padding-bottom: 50px!important;
}
.responsibility-page .responsibility-4 .top .left {
  width: 100%!important;
}
.responsibility-page .responsibility-4 .top .right {
  width: 100%!important;
  margin-top: 50px;
}
.responsibility-page .responsibility-4 .accs.top .left {
  width: 100%;
  padding-left: 0!important;
  margin-top: 40px;
}
.responsibility-page .responsibility-4 .accs.top .right {
  width: 100%;
}
.responsibility-page .responsibility-4 .top .left ul li .box .con .cona {
  max-width: 100%!important;
}
.responsibility-page .responsibility-4 .top .left ul li .box .con .cona {
  max-width: 100%!important;
}
.responsibility-page .responsibility-4 .top .right span img {
  display: none;
}
.responsibility-page .responsibility-4 .top.accs {
  margin-top: 60px!important;
}
.manu-page .top .right .swiper-button-prev, .manu-page .top .right .swiper-button-next {
  display: none!important;
}
.manu-2 .ui.container .left {
  padding-right: 0;
}
.manu-2 .ui.container .right {
  padding-left: 30px;
  padding-right: 15px;
}
.manu-2 {
  padding-top: 50px;
}
.manu-3 {
  padding: 50px 0;
}
.prodet-page .prodet-2 .options span {
  width: 100%!important;
}
.prodet-page .prodet-2 .ret .slide.acsa .content .four-t ul li .four-box .four-con h4 {
  font-size: 24px;
}
.prodet-page .prodet-2 .ret .slide.acsa .content .four-t ul li .four-box .four-con {
  padding-left: 30px;
}
.prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li {
  width: 50%;
}
.custom-2 .options ul {
  flex-wrap: wrap;
}
.custom-2 .options ul li {
  padding: 20px 25px!important;
}
.custom-2 .options ul li:after {
  height: 100%!important;
  border-radius: 0;
  top: 0;
}
.custom-2 .ui.container .bottom {
  padding: 50px 20px 50px;
}
.custom-2 .ui.container .bottom .left {
  width: 100%;
}
.custom-2 .ui.container .bottom .right {
  width: 100%;
}
.custom-4:after {
  display: none;
}
.down-page {
  padding: 20px 0;
}
.news-page {
  padding-top: 20px;
}
.contact1-page .contact1-1 .top ul li {
  width: 100%;
  margin: 20px 0;
}
.contact1-page .contact1-3 .top .left {
  width: 100%;
  padding-right: 0;
}
.contact1-page .contact1-3 .top .right {
  width: 100%;
  margin-top: 30px;
}
}

@media screen and (max-width: 1100px) {
  .num1 ul {
    flex-wrap: wrap;
  }
  .num1 ul li {
    margin: 20px 0;
  }
  .about-2 .ui.container .main ul.ab2list li .h4 {
    font-size: 20px;
  }
  .responsibility-page .responsibility-1 {
    padding-bottom: 50px;
  }
  .manu-2 .ui.container .left {
    width: 100%;
  }
  .manu-2 .ui.container .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .manu-4 .top ul li {
    width: 100%!important;
  }
  .manu-4 .top ul .menu-logo {
    display: none;
  }
}

@media screen and (max-width: 972px) {
  .num1 ul li:nth-child(1) {
    width: 100%!important;
  }
  .num1 ul li {
    width: 50%;
  }
  .responsibility-page .responsibility-3 .top .options ul {
    flex-wrap: wrap;
  }
  .responsibility-page .responsibility-3 .top .options ul li {
    margin-right: 20px;
  }
  .responsibility-page .responsibility-4 {
    padding: 50px 0;
  }
  .manu-1 .manubox ul.manulist li .item {
    height: auto;
  }
  .manu-2 .ui.container .left {
    width: 100%;
  }
  .manu-2 .ui.container .right {
    width: 100%;
    padding-left: 0;
  }
  .manu-3 ul {
    flex-wrap: wrap;
  }
  .manu-3 ul li {
    width: 100%;
    margin: 15px 0;
  }
  .factory-page .top .right ul li {
    width: 50%;
  }
  .product-page .productList ul li {
    width: 50%;
  }
  .prodet-page .prodet-2 .options {
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 .options span {
    margin: 10px 0;
  }
  .down-page .about-11 .top .right ul li .box .con .acc {
    padding: 20px;
  }
  .down-page .about-11 .top .right ul li .box .con .acc a,
  .down-page .about-11 .top .right ul li .box .con .acc h5 {
    font-size: 20px;
  }
  .contact1-page .contact1-2 .form {
    padding: 20px;
  }
  .contact1-page .contact1-2 .form h3,
  .contact1-page .contact1-3 .top .left .title1 h3 {
    font-size: 32px;
  }
  .contact1-page .contact1-3 .top .left .box ul li h3 {
    font-size: 24px;
  }
  .contact1-page .contact1-3 .top .left .box ul li:last-child {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
.num1 .play {
  display: none;
}
.num1 ul {
  padding: 20px;
}
.about-11 .top .right .tit2 {
  font-size: 32px;
}
.about-page .about-3 .info ul li {
  width: 100%;
}
.about-page .about-3 .info .single-facility h5 {
  font-size: 22px;
}
.about-4 {
  padding: 50px 0;
}
.history1-page .top .right .bot ul li .box .acc h3 {
  display: none;
}
.history1-page .top .right .bot ul .slick-slide.slick-current.slick-active.slick-center+div.slick-slide.slick-active li .titie_box_bg {
  left: -34px;
}
.responsibility-page .responsibility-1 .top .tit3,
.responsibility-page .responsibility-2 .title1 h3,
.responsibility-page .responsibility-3 .top .con h4,
.responsibility-page .responsibility-4 .top .left h4,
.responsibility-page .responsibility-4 .top .left h4,
.responsibility-page .responsibility-5 .title1 h4,
.inner-page .h3.title,
.manu-2 .ui.container .right .h4,
.custom-2 h3.tit3,
.custom-4 .title1 .tit3 {
  font-size: 32px;
}
.custom-2 h3.tit3 {
  padding-bottom: 20px;
}
.responsibility-page .responsibility-4 .top .left ul li .box .con,
.responsibility-page .responsibility-4 .top .left ul li .box .con {
  width: 100%;
  margin-top: 20px;
  padding-left: 0;
}
.responsibility-page .responsibility-2 .title1 p {
  margin-top: 20px;
}
.responsibility-page .responsibility-3 .top .options ul li {
  margin-top: 20px;
  text-align: center;
}
.responsibility-page .responsibility-3 .top.aa1 {
  margin-top: 30px;
}
.responsibility-page .responsibility-3 .bot.accs {
  padding-block-end: 50px;
}
.responsibility-page .responsibility-4 .top.accs {
  margin-top: 20px!important;
}
.responsibility-page .responsibility-5 .list {
  margin-top: 30px;
}
.mbx {
  padding: 20px 0;
}
.manu-1 .manubox ul.manulist li {
  margin-top: 0;
}
.manu-1 .manubox {
  padding-bottom: 30px;
}
.manu-4 .top ul li .box .acc .imga {
  display: none;
}
.manu-4 .top ul li .box .acc .ads h5 {
  font-size: 24px;
}
.factory-page .top .right ul li {
  width: 100%;
}
.custom-2 {
  padding: 50px 0;
}
.custom-4 .title1 p {
  margin-top: 20px;
}
.custom-4 .swiper-container {
  margin-top: 30px;
}
.down-page .about-11 .top .right ul li .box .img {
  display: none;
}
.down-page .about-11 .top .right ul li .box .con {
  width: 100%;
  padding-left: 0;
}
.newdet2-page {
  padding: 50px 0!important;
}
.contact1-page .contact1-1 .top ul li .box {
  padding: 20px;
}
.contact1-page .contact1-1 .top ul li .box .acc {
  padding-bottom: 20px;
}
.contact1-page .contact1-1 .top ul li .box .lianxi p {
  width: 100%;
  margin-top: 20px;
}
.contact1-page .contact1-2 .form ul li input[type=text] {
  height: 60px;
  padding-left: 20px;
  font-size: 16px;
}

.contact1-page .contact1-2 .form ul li textarea {
  height: 150px;
  padding-left: 20px;
  font-size: 16px;
}
.contact1-page .contact1-2 .form ul li label {
  padding-left: 20px;
  font-size: 16px;
}
.contact1-page .contact1-3 {
  margin-top: 30px;
}
.contact1-page .contact1-3 .top .left .box {
  padding: 30px 20px;
}
.contact1-page .contact1-3 .top .left .box ul li {
  margin: 10px 0;
}
.contact1-page .contact1-3 .top .left .box ul li h3 {
  margin-bottom: 15px;
}
.responsibility-page .responsibility-4 .top .left ul li {
  margin-top: 30px;
}
.manu-4 .top ul li .box .acc .ads {
  width: 100%;
}
.manu-4 .top ul li .box .acc {
  padding: 30px 20px;
}
.manu-4 .top ul li .box .acc .ads p,
.manu-1 .manubox ul.manulist li .item .text p,
.manu-2 .ui.container .right p {
  height: auto;
  min-height: auto;
}
.inner-banner .top h3 {
  width: 100%;
}
.inner-banner .top p {
  display: none;
}
.prodet-page .prodet-2 .ret .slide.acsa {
  padding-top: 40px;
}
.prodet-page .prodet-2 .ret .slide.acsa .content .four-t ul li .four-box .four-img {
  width: 100%;
}
.prodet-page .prodet-2 .ret .slide.acsa .content .four-t ul li .four-box .four-con {
  margin-top: 25px;
  width: 100%;
  padding-left: 0;
}
.prodet-page .prodet-2 .ret .slide.acsa .content .four-b ul li {
  width: 100%;
}
.prodet-page .prodet-3 .dots {
  display: none!important;
}
.factory-page {
  padding: 20px 0;
}
#footer .init-8:before {
  display: none;
}
}

@media screen and (max-width: 450px) {
  .num1 ul li {
    width: 100%!important;
  }
  .about-11 .top .right .tit2 {
    font-size: 24px;
  }
  .about-11 .top .right .cona {
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
  }
  .about-page .about-3 .info .single-facility {
    padding: 20px 15px;
  }
  .about-page .about-3 .info .single-facility p {
    height: auto;
  }
  .responsibility-page .responsibility-1 .top .tit3, .responsibility-page .responsibility-2 .title1 h3, .responsibility-page .responsibility-3 .top .con h4, .responsibility-page .responsibility-4 .top .left h4, .responsibility-page .responsibility-4 .top .left h4, .responsibility-page .responsibility-5 .title1 h4, .inner-page .h3.title, .manu-2 .ui.container .right .h4, .custom-2 h3.tit3, .custom-4 .title1 .tit3 {
    font-size: 24px;
  }
  .custom-2 .options ul li {
    width: 50%;
  }
  .inner-page p {
    font-size: 16px!important;
    line-height: 30px!important;
    margin-left: 20px!important;
  }
  .responsibility-page .responsibility-3 .top .options ul li {
    width: 100%;
  }
  .responsibility-page .responsibility-3 .bot ul li .box {
    padding: 20px 15px;
  }
  .responsibility-page .responsibility-3 .bot ul li .box .content h5 {
    font-size: 22px;
  }
  .responsibility-page .responsibility-3 .bot ul li .box .content p {
    margin-top: 15px;
  }
  .responsibility-page .responsibility-3 .top .con p {
    margin-top: 15px;
  }
  .responsibility-page .responsibility-5 .list .box {
    padding: 20px 15px;
  }
  .manu-2 .ui.container .right p {
    height: auto;
  }
  .prodet-page .prodet-1 {
    padding-top: 40px;
  }
  .custom-2 .ui.container .bottom .right ul.list3 li .top {
    padding: 10px;
  }
  .newdet2-page h1 {
    font-size: 24px;
  }
  .contact1-page .contact1-1 .top ul li .box .acc h4 {
    font-size: 20px;
  }
  .contact1-page .contact1-2 .form h3, .contact1-page .contact1-3 .top .left .title1 h3 {
    font-size: 24px;
  }
  .contact1-page .contact1-3 .top .left .box ul li:last-child {
    margin-top: 20px;
  }
  .contact1-page .contact1-3 .top .left .box ul li h3 {
    font-size: 20px;
  }
}

.fvdfgd{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 390px;
    display: inline-block !important;
    vertical-align: middle;
    padding: 1px 3px 1px 21px;
}

@media screen and (max-width:1320px){
  .prodet-page .prodet-2 .options span {
    min-width: 220px !important;
  }
}
@media screen and (max-width:1100px){
  .prodet-page .prodet-2 .options span {
    min-width: 200px !important;
  }
  .prodet-page .prodet-2 .options span i{
    margin-right: 0;
  }
}

@media screen and (max-width:1470px){
  .responsibility-page .responsibility-1 {
    padding: 20px 0 50px;
  }
  .news-page {
    padding-top: 20px!important;
  }
  .inner-page .slideBar-left h3.ac3 {
    margin: 30px 0;
  }
  .inner-page .slideBar-left h3 {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .inner-page .slideBar-left .slideNav > li > a {
    padding: 15px 20px;
    padding-right: 40px;
  }
  .custom-2 {
    padding: 20px 0;
  }

  .custom-4 .title1 p {
    margin-top: 20px;
  }

  .custom-4 {
    padding-bottom: 60px;
  }

}




#index-body .init-6 {
  background: #fbfbfb;
  padding: 75px 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}
#index-body .init-6 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .init-6 .top .left {
  width: 30%;
}
#index-body .init-6 .top .left .tit31 {
  position: relative;
  font-weight: bold;
  font-size: 42px;
  color: #2f3190;
  line-height: 1.4;
  text-transform: uppercase;
  z-index: 11;
}
#index-body .init-6 .top .left .tit31::after {
  content: '';
  position: absolute;
  left: 3px;
  top: -8px;
  width: 25px;
  height: 24px;
  background: url(/lyusenfilters/2024/07/03/accs13.png) no-repeat center;
  z-index: -1;
}
#index-body .init-6 .top .right {
  width: 70%;
  text-align: center;
  padding-left: 130px;
}
#index-body .init-6 .top .right ul {
  align-items: center;
}

#index-body .init-6::after {
  content: '';
  position: absolute;
  left: 0;
  top: -80%;
  width: 203px;
  height: 340px;
  background: url(../images/init62.png) no-repeat center;
}
#index-body .init-6.acc1::after {
  display: none;
}


@media screen and (max-width: 1470px) {
  #index-body .init-6 .top .right {
    padding-left: 0;
  }
}

@media screen and (max-width: 1320px) {
  #index-body .init-6:after {
    display: none;
  }
  #index-body .init-6 .top .left .tit31 {
    font-size: 32px;
  }
  #index-body .init-6 .top .right ul li {
    margin-left: 40px;
  }
}

@media screen and (max-width: 1100px) {
  #index-body .init-6 .top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-6 .top .right {
    margin-top: 30px;
    width: 100%;
  }
  #index-body .init-6 .top .left {
    width: 100%;
  }
  #index-body .init-6 .top .right ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #index-body .init-6 .top .right ul li {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  #index-body .init-6 {
    display: none;
  }
}








.solution-page h2 {
  font-size: 64px;
  color: #303030;
}

.solution-page .solution-1 h3 {
  font-size: 24px;
  color: #3797ce;
  text-transform: uppercase;
}

.solution-page .solution-1 h2 {
  margin: 20px 0;
}

.solution-page .solution-1 .text {
  font-size: 18px;
  color: #303030;
  max-width:1400px;
  display: block;
  margin: 0 auto;
  padding-bottom: 40px;
  line-height: 1.8;
}

.solution-page .solution-1 .list ul {
  margin: -15px;
}

.solution-page .solution-1 .list ul li {
  padding: 15px;
}

.solution-page .solution-2 {
  padding: 50px 0;
  background: #f9f9f9;
}

.solution-page .solution-2 .content {
  margin-top: 30px;
  font-size: 18px;
  color: #303030;
}

.solution-page .solution-3 {
  padding: 60px 0;
}


@media screen and (max-width: 700px) {
    .solution-page .solution-1 {
        padding: 60px 0;
    }

    .solution-page .solution-1 h3 {
        font-size: 28px;
    }

    .solution-page .solution-1 .text,.solution-page .solution-2 .content {
        font-size: 15px;
    }

    .solution-page h2 {
        font-size: 28px;
    }

}





.product2-page {
  padding: 20px 0 40px 0;
}
.product2-page .product-list ul {
  margin: -10px;
}
.product2-page .product-list ul li {
  padding: 10px;
}
.product2-page .product-list ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.product2-page .product-list ul li .box a.img-box {
  display: block;
}
.product2-page .product-list ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.product2-page .product-list ul li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #111;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product2-page .product-list ul li .box .content h3:hover {
  color: #2f3190;
}
.product2-page .product-list ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #2f3190;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
}
.product2-page .product-list ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 20px;
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product2-page .product-list ul li .box .content .proMore {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #2f3190;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #2f3190;
}
.product2-page .product-list ul li .box .content .proMore i {
  margin-left: 5px;
}
.product2-page .product-list ul li .box .content .proMore:hover {
  color: white;
  background: #2f3190;
}



@keyframes default_rotateCircle__Uf83t {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.default_playCursor__BIg4p {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    justify-content: center;
    align-items: center;
    transition: transform 0.1s ease-out;
    pointer-events: none;
}

.default_playCursor__BIg4p #default_rotatingText__KQFWA {
    transform-origin: center;
    animation: default_rotateCircle__Uf83t 10s linear infinite;
}