.over-hide-v2 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}
.over-hide-v3 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
}
.leftfix-active {
  color: #eb7328 !important;
}
.caselist .row {
  align-items: center;
}
.caselist-img {
  overflow: hidden;
  cursor: pointer;
}
.caselist-img:hover {
  transition: all 0.8s;
}
.caselist-img:hover img {
  transition: all 0.8s;
  transform: scale(1.2);
}
.caselist .mb-50 {
  margin-bottom: 50px;
}
.caselist-content {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
.caselist-title {
  padding: 0 60px;
}
.caselist-title p {
  font-size: 24px;
  color: #333;
  font-weight: 500;
  line-height: 32px;
}
.caselist-desc {
  padding: 15px 60px;
}
.caselist-position.right {
  flex-direction: row-reverse;
}
.caselist-position.right .pd-show {
  padding-right: 0;
}
.caselist-position.left {
  flex-direction: row;
}
.caselist-position.left .pd-show {
  padding-left: 0;
}
@media screen and (max-width: 667px) {
  .caselist-position.right .pd-show {
    padding-right: 15px;
  }
  .caselist-position.left .pd-show {
    padding-left: 15px;
  }
  .caselist-title {
    padding: 15px;
  }
  .caselist-desc {
    padding: 15px;
  }
}
.newservice-section.service-section {
  position: relative;
  padding: 115px 0px 70px 0px;
}
.newservice-section .tabs-box .tab {
  position: relative;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.newservice-section .tabs-box .tab.active-tab {
  display: block;
}
.newservice-section .tabs-box .tab {
  transform: scale(0.9, 0.9) translateY(0px);
}
.newservice-section .tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}
.newservice-section .content_block_two .content-box .text h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 24px;
}
.newservice-section .image_block_three .image-box {
  padding-bottom: 50px;
}
.newservice-section .content_block_two .content-box .text {
  margin-bottom: 32px;
}
.newservice-section .content_block_two .content-box .text p {
  margin-bottom: 26px;
}
.newservice-section .content_block_two .content-box .text p:last-child {
  margin-bottom: 0px;
}
.newservice-section .content_block_two .content-box .single-item {
  padding: 0px 0px 0px 100px;
  margin-bottom: 42px;
}
.newservice-section .content_block_two .content-box .single-item .icon-box {
  position: absolute;
  left: 0px;
  top: 1px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: all 500ms ease;
}
.newservice-section .content_block_two .content-box .single-item:hover .icon-box {
  color: #fff;
}
.newservice-section .content_block_two .content-box .single-item .icon-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0, 0);
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}
.newservice-section .content_block_two .content-box .single-item:hover .icon-box:before {
  transform: scale(1, 1);
}
.newservice-section .content_block_two .content-box .single-item h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 16px;
}
.newservice-section .content_block_two .content-box .single-item h4 a {
  display: inline-block;
  color: #141417;
}
.newservice-section .service-section .tab-btns li {
  position: relative;
  display: block;
  float: left;
  width: 33.333%;
  font-size: 16px !important;
  color: #141417;
  font-weight: 600;
  background: #fff;
  text-align: center;
  padding: 15px 10px !important;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 500ms ease;
}
.newservice-section .service-section .tab-btns li.active-btn,
.newservice-section .service-section .tab-btns li:hover {
  color: #fff;
}
.newservice-section .service-section .tab-btns li:before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%) rotate(45deg);
  opacity: 0;
  transition: all 500ms ease;
}
.newservice-section .service-section .tab-btns li.active-btn:before,
.newservice-section .service-section .tab-btns li:hover:before {
  opacity: 1;
}
.newservice-section .image_block_two .image-box .image {
  overflow: hidden;
}
.newservice-section .image_block_two .image-box .image img {
  width: 100%;
}
.newservice-section .image_block_two .image-box .image:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
.newservice-section .image_block_two .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.newservice-section .image_block_two .image-box .icon-box {
  position: absolute;
  left: -30px;
  bottom: -30px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 50px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}
.newservice-section .image_block_two .image-box .icon-box:before {
  position: absolute;
  content: '';
  width: 160px;
  height: 160px;
  border-radius: 50%;
  left: -20px;
  top: -20px;
  border: dashed;
  border-width: 2px;
}
.newservice-section .image_block_three .image-box .image {
  overflow: hidden;
}
.newservice-section .image_block_three .image-box .image img {
  width: 100%;
}
.newservice-section .image_block_three .image-box .image:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
.newservice-section .image_block_three .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.newservice-section .image_block_three .image-box .text {
  position: absolute;
  left: 0px;
  bottom: 50px;
  width: calc(100% - 55px);
  padding: 32px 20px 32px 25px;
  z-index: 1;
}
.newservice-section .image_block_three .image-box .text:before {
  position: absolute;
  content: '';
  width: 35px;
  height: 100%;
  top: 0px;
  right: -35px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 33%, 50% 75%, 0% 100%, 0% 100%, 0% 80%, 0% 20%);
}
.newservice-section .image_block_three .image-box .text h5 {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  padding-left: 35px;
}
.newservice-section .image_block_three .image-box .text h5 i {
  position: absolute;
  left: 0px;
  top: -2px;
  font-size: 30px;
}
.newservice-section .content_block_three .content-box {
  position: relative;
  display: block;
  margin-left: 20px;
}
.newservice-section .content_block_three .content-box .text {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.newservice-section .content_block_three .content-box .text h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
.newservice-section .content_block_three .content-box .text p {
  margin-bottom: 26px;
}
.newservice-section .content_block_three .content-box .text p:last-child {
  margin-bottom: 0px;
}
.newservice-section .content_block_three .content-box .list-box {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.newservice-section .content_block_three .content-box .list-style-one li {
  font-size: 18px;
  font-weight: 500;
  color: #141417;
}
.newservice-section .content_block_three .content-box .list-style-one li:before {
  color: #b8b8b9;
}
.newservice-section .content_block_three .content-box .list-style-one {
  position: relative;
}
.newservice-section .content_block_three .content-box .list-style-one:before {
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 1px;
  height: 100%;
  top: 0px;
  right: -50px;
}
.newservice-section .content_block_three .content-box .list-style-one:last-child:before {
  display: none;
}
.newservice-section .content_block_three .content-box .list-style-one:last-child {
  padding-left: 30px;
}
.newservice-section .service-section .pattern-layer .pattern-1 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 316px;
  height: 406px;
  background-repeat: no-repeat;
}
.newservice-section .service-section .pattern-layer .pattern-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 261px;
  height: 188px;
  background-repeat: no-repeat;
}
.newservice-section .tab-btnbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 667px) {
  .newservice-section .tab-btnbox {
    flex-direction: column;
  }
}
.newservice-section .tab-btn p {
  font-size: 30px;
  font-weight: 700;
  color: #333;
}
.newservice-section .tab-btn p::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #eb7328;
  left: 0;
  bottom: -15px;
}
.newservice-section .tab-btn-30 {
  width: 30%;
}
.newservice-section .tab-btn-70 {
  width: 70%;
}
@media screen and (max-width: 667px) {
  .newservice-section .tab-btn-30 {
    width: 100%;
    margin-bottom: 40px;
  }
  .newservice-section .tab-btn-70 {
    width: 100%;
  }
}
.newservice-section .tab-btn-href:hover a {
  color: #fff;
}
.newservice-section .tab-btn-href a {
  color: #141417;
  display: block;
}
.newservice-section .swiper {
  width: 100%;
  height: 100%;
}
.newservice-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.newservice-section .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newservice-section .swiper-button-next,
.newservice-section .swiper-button-prev {
  color: #eb7328;
}
.newservice-section .proindex-box {
  border: 2px solid #eee;
  width: 100%;
  padding: 0 30px 20px 30px;
  cursor: pointer;
  margin: 0 10px;
}
.newservice-section .proindex-box:hover {
  transition: all 0.8s;
}
.newservice-section .proindex-box:hover .proindex-text p {
  color: #eb7328;
}
.newservice-section .proindex-text {
  border-top: 2px solid #eee;
  padding-top: 25px;
}
.newservice-section .proindex-text p {
  display: block;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.625;
  font-size: 16px;
}
.newservice-section .proindex-img {
  margin: 20px 0;
  overflow: hidden;
}
.newservice-section .proindex-img:hover {
  transition: all 0.8s;
}
.newservice-section .proindex-img:hover img {
  transform: scale(1.2);
  transition: all 0.8s;
}
.proInfo .swiper {
  width: 100%;
  height: 100%;
}
.proInfo .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.proInfo .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proInfo body {
  background: #000;
  color: #000;
}
.proInfo .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.proInfo .swiper-slide {
  background-size: cover;
  background-position: center;
}
.proInfo .mySwiper2 {
  height: 80%;
  width: 100%;
}
.proInfo .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.proInfo .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.proInfo .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.proInfo .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.color-w {
  color: #fff !important;
}
