@charset "UTF-8";
/*
 * @Author: Code Zhuang
 * @Date: 2023-10-26 10:06:36
 * @Last Modified by: Code Zhuang
 * @Last Modified time: 2023-10-27 16:02:00
 */

/* 字体 */
@import "../fonts/fonts.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 核心样式 */
@import "../css/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";

/* 首页样式 */
.img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.img::before {
  content: "";
  display: block;
}
.container-fluid {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title {
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
  line-height: 64px;
  text-align: center;
}
.title::after {
  content: "";
  width: 54px;
  height: 4px;
  background-color: var(--color-main);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.title>h1 {
  font-family: "Source Han Sans CN Medium";
  font-size: 32px;
  color: #3e3e3e;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.title>div {
  font-size: 64px;
  color: rgba(33, 33, 33, 0.1);
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 767px) {
  .title {
    padding-bottom: 5px;
    line-height: 30px;
  }
  .title::after {
    width: 30px;
    height: 2px;
  }
  .title>h1 {
    font-size: 16px;
  }
  .title>div {
    font-size: 30px;
  }

  .more>a {
    width: 90px;
    height: 30px;
    font-size: 14px;
  }
}

/* 服务项目 */
.service {
  background-image: url(../images/service-bj.jpg);
  background-size: cover;
  padding: 60px 0 45px 0;
}
.service-nav {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 26px);
  margin-left: -13px;
}
.service-nav>li {
  width: calc(25% - 26px);
  margin: 0 13px 15px 13px;
}
.service-nav>li>a {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 30px;
  background: url(../images/service-li-bj.png) no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.service-nav>li>a .service-icon {
  width: 100%;
  max-width: 102px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.service-nav>li>a .service-icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.service-nav>li>a .service-icon>span {
  width: 56px;
  height: 56px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: initial;
  -webkit-transition: initial;
  -moz-transition: initial;
  -ms-transition: initial;
  -o-transition: initial;
}
.service-nav>li>a .service-icon>span>img {
  filter: drop-shadow(0 102px var(--color-hover));
  -webkit-filter: drop-shadow(0 102px var(--color-hover));
}
.service-nav>li>a>h1 {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 22px;
  color: #555;
  text-align: center;
  margin-top: 15px;
}
.service-nav>li>a .service-text {
  display: block;
  overflow: hidden;
  min-height: 72px;
  line-height: 18px;
  font-size: 14px;
  color: #7e7e7e;
  text-align: center;
  margin-top: 10px;
}
.service-nav>li>a:hover .service-icon {
  background-image: radial-gradient(#fff, #d9d9d9);
}
.service-nav>li>a:hover .service-icon>span {
  top: -50%;
}
.service-nav>li>a:hover>h1 {
  color: var(--color-hover);
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: 40px;
}
.service-list>li {
  width: calc(calc(100% / 3) - 30px);
  margin: 0 15px 40px 15px;
}
.service-list>li>a {
  display: flex;
  flex-direction: column;
}
.service-list>li>a .img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.service-list>li>a .img::before {
  padding-top: 72.894737%;
}
.service-list>li>a>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  color: #3e3e3e;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service-list>li>a:hover .img>img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

@media (max-width: 1200px) {
  .service {
    padding: 45px 0;
  }
}
@media (max-width: 991px) {
  .service {
    padding: 30px 0;
  }
  .service-nav {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .service-nav>li {
    width: calc(25% - 20px);
    margin: 0 10px 15px 10px;
  }
  .service-nav>li>a {
    padding: 20px;
  }

  .service-list {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: 30px;
  }
  .service-list>li {
    width: calc(calc(100% / 3) - 20px);
    margin: 0 10px 20px 10px;
  }

}
@media (max-width: 767px) {
  .service {
    padding: 15px 0;
  }
  .service-nav {
    width: calc(100% + 2px);
    margin-left: -1px;
    justify-content: space-between;
  }
  .service-nav>li {
    width: calc(25% - 2px);
    margin: 0 1px 10px 1px;
  }
  .service-nav>li>a {
    padding: 10px 5px;
  }
  .service-nav>li>a .service-icon {
    max-width: 60px;
  }
  .service-nav>li>a .service-icon>span {
    width: 30px;
    height: 30px;
  }
  .service-nav>li>a .service-icon>span>img {
    filter: drop-shadow(0 60px var(--color-hover));
    -webkit-filter: drop-shadow(0 60px var(--color-hover));
  }
  .service-nav>li>a>h1 {
    line-height: 24px;
    font-size: 16px;
    margin-top: 10px;
  }
  .service-nav>li>a .service-text {
    min-height: 32px;
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
  }
  .service-nav>li:nth-child(1)>a .service-text {
    letter-spacing: -1px;
  }

  .service-list {
    width: calc(100% + 4px);
    margin-left: -2px;
    margin-top: 15px;
    justify-content: space-between;
  }
  .service-list>li {
    width: calc(calc(100% / 2) - 4px);
    margin: 0 2px 10px 2px;
  }
  .service-list>li>a .img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .service-list>li>a>h1 {
    margin-top: 10px;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }
}

/* 产品介绍 */
.product {
  background-image: url(../images/product-bj.jpg);
  padding: 75px 0;
}
#gallery {
  width: 100%;
  margin-top: 40px;
}
#gallery .swiper-slide>a {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#gallery .swiper-slide>a .product-left {
  width: 50%;
  overflow: hidden;
  position: relative;
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
}
#gallery .swiper-slide>a .product-right {
  width: 50%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  padding: 60px 30px 50px 40px;
}
#gallery .swiper-slide>a .product-right>h1 {
  width: fit-content;
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #535353;
  font-weight: bold;
  position: relative;
  padding-bottom: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#gallery .swiper-slide>a .product-right>h1::before,
#gallery .swiper-slide>a .product-right>h1::after {
  content: "";
  width: 52px;
  height: 3px;
  background-color: #dadada;
  position: absolute;
  left: 0;
  bottom: 0;
}
#gallery .swiper-slide>a .product-right .product-text {
  display: block;
  overflow: hidden;
  height: 192px;
  line-height: 32px;
  font-size: 14px;
  color: #6f6f6f;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin-top: 30px;
}
#gallery .swiper-slide>a:hover .product-left>img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#gallery .swiper-slide>a:hover .product-right>h1 {
  color: var(--color-hover);
}
#gallery .swiper-slide>a:hover .product-right>h1::after {
  width: 100%;
  background-color: var(--color-hover);
}
#thumbs {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-top: 15px;
}
#thumbs .swiper-slide {
  padding: 10px;
}
#thumbs .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  background-image: linear-gradient(45deg, #e4e4e4, #fff, #e4e4e4);
  padding: 20px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#thumbs .swiper-slide>a .img {
  top: 0;
}
#thumbs .swiper-slide>a .img::before {
  padding-top: 68.87967%;
}
#thumbs .swiper-slide>a>h1 {
  display: block;
  overflow: hidden;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  color: #929292;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#thumbs .swiper-slide>a>h1>span {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #4e4e4e;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#thumbs .swiper-slide-thumb-active>a .img {
  top: -15px;
}
#thumbs .swiper-slide-thumb-active>a .img>img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

@media (max-width: 1200px) {
  .product {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .product {
    padding: 30px 0;
  }
  #gallery {
    margin-top: 30px;
  }
  #gallery .swiper-slide>a .product-right {
    padding: 30px;
  }
  #gallery .swiper-slide>a .product-right>h1 {
    width: 100%;
    padding-bottom: 15px;
  }
  #gallery .swiper-slide>a .product-right .product-text {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .product {
    padding: 15px 0;
  }
  #gallery {
    margin-top: 15px;
  }
  #gallery .swiper-slide>a {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #gallery .swiper-slide>a .product-left {
    width: 100%;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
  }
  #gallery .swiper-slide>a .product-left::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  #gallery .swiper-slide>a .product-right {
    width: 100%;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
  }
  #gallery .swiper-slide>a .product-right>h1 {
    padding-bottom: 5px;
    font-size: 16px;
  }
  #gallery .swiper-slide>a .product-right>h1::before,
  #gallery .swiper-slide>a .product-right>h1::after {
    height: 2px;
  }
  #gallery .swiper-slide>a .product-right .product-text {
    height: 144px;
    line-height: 24px;
    margin-top: 10px;
  }

  #thumbs {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-top: 10px;
  }
  #thumbs .swiper-slide {
    padding: 5px;
  }
  #thumbs .swiper-slide>a {
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  #thumbs .swiper-slide>a>h1 {
    line-height: 20px;
    font-size: 12px;
  }
  #thumbs .swiper-slide>a>h1>span {
    line-height: 24px;
    font-size: 14px;
  }
  #thumbs .swiper-slide>a:hover .img {
    top: -5px;
  }
}

/* 服务案例 */
.case {
  padding: 80px 0;
}
.case-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e1e1e1;
}
.case-nav {
  width: 172px;
  float: left;
}
.case-nav>li {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 15px;
  padding: 15px 10px;
  cursor: pointer;
}
.case-nav>li .case-icon {
  width: 100%;
  height: 50px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.case-nav>li .case-icon>span {
  width: 50px;
  height: 50px;
  position: relative;
  top: 0;
  transition: initial;
  -webkit-transition: initial;
  -moz-transition: initial;
  -ms-transition: initial;
  -o-transition: initial;
}

.case-nav > li .case-icon > span > img:nth-child(2){opacity: 0;}
.case-nav > li.case-active .case-icon > span > img:nth-child(1){opacity: 0;}
.case-nav > li.case-active .case-icon > span > img:nth-child(2){opacity: 1;}
/*.case-nav > li .case-icon > span > img:nth-child(2){opacity: 1;}*/

.case-nav>li .case-icon>span>img {
  filter: drop-shadow(0 50px var(--color-hover));
  -webkit-filter: drop-shadow(0 50px var(--color-hover));
}
.case-nav>li>h1 {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #1d1d1d;
}
.case-nav>li.case-active {
  border-color: var(--color-hover);
  background-color: #fff;
}
.case-nav>li.case-active .case-icon>span {
  top: -100%;
}
.case-right {
  width: calc(100% - 172px);
  padding-left: 45px;
}
.case-right>div {
  display: none;
}
.case-right>div:first-child {
  display: block;
}
.case-list {
  display: block;
  overflow: hidden;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.case-list>li {
  width: calc(33% - 20px);
  float: left;
  margin: 0 10px 20px 10px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.case-list>li::before {
  content: "";
  display: block;
  padding-top: 72.039474%;
}
.case-list>li:first-child {
  width: calc(67% - 20px);
}
.case-box {
  width: 100%;
  overflow: hidden;
}
.case-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 25px;
  font-size: 16px;
  color: #3e3e3e;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-box .case-text {
  max-width: calc(100% - 100px);
  display: block;
  overflow: hidden;
  margin-top: 5px;
  line-height: 25px;
  font-size: 14px;
  color: #616161;
}
.case-box>a {
  width: 84px;
  float: right;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border: 1px solid var(--color-main);
  font-size: 15px;
  color: var(--color-main);
  margin-top: -35px;
}
.case-box>a:hover {
  background-color: var(--color-hover);
  color: #fff;
}

.case-swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 35px;
}
.case-swiper .swiper-slide>a {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}
.case-swiper .swiper-slide>a .img {
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
}
.case-swiper .swiper-slide>a .img::before {
  padding-top: 80.141844%;
}
.case-swiper .swiper-slide>a>h1 {
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #4a4a4a;
  text-align: center;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-swiper .swiper-slide>a:hover {
  background-color: var(--color-hover);
}
.case-swiper .swiper-slide>a:hover .img>img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.case-swiper .swiper-slide>a:hover>h1 {
  color: #fff;
}

@media (max-width: 1200px) {
  .case {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .case {
    padding: 30px 0;
  }
  .case-content {
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .case-right {
    padding-left: 30px;
  }
  .case-swiper {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .case {
    padding: 15px 0;
  }
  .case-content {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .case-nav {
    width: calc(100% + 10px);
    margin-left: -5px;
    display: flex;
    flex-wrap: wrap;
  }
  .case-nav>li {
    width: calc(25% - 10px);
    margin: 0 5px 10px 5px;
    padding: 10px 2px;
  }
  .case-nav>li .case-icon {
    height: 30px;
  }
  .case-nav>li .case-icon>span {
    width: 30px;
    height: 30px;
  }
  .case-nav>li .case-icon>span>img {
    filter: drop-shadow(0 30px var(--color-hover));
    -webkit-filter: drop-shadow(0 30px var(--color-hover));
  }
  .case-nav>li>h1 {
    margin-top: 5px;
    line-height: 20px;
    font-size: 12px;
  }
  .case-right {
    width: 100%;
    padding-left: 0;
  }
  .case-list {
    width: calc(100% + 10px);
    margin-left: -5px;
  }
  .case-list>li {
    width: calc(33% - 10px);
    margin: 0 5px 10px 5px;
  }
  .case-list>li:first-child {
    width: calc(67% - 10px);
  }

  .case-swiper {
    margin-top: 10px;
  }
  .case-swiper .swiper-slide>a>h1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

/* 服务优势 */
.advantage {
  background-image: url(../images/advantage-bj.jpg);
  padding: 90px 0;
}
.advantage>.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  padding: 45px;
  padding-bottom: 55px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.advantage-left {
  width: 29.5%;
  display: flex;
  flex-direction: column;
}
.advantage-title {
  display: block;
  overflow: hidden;
  padding-top: 35px;
  position: relative;
}
.advantage-title::before {
  content: "";
  width: 46px;
  height: 3px;
  background-color: var(--color-main);
  position: absolute;
  left: 0;
  top: 0;
}
.advantage-title>h1 {
  line-height: 40px;
  font-size: 32px;
  color: #474747;
  font-weight: bold;
}
.advantage-title>h1>span {
  color: var(--color-hover);
}
.advantage-title>div {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #656565;
}
.advantage-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 35px;
}
.advantage-img::before {
  content: "";
  display: block;
  padding-top: 64.5962733%;
}
.advantage-list {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advantage-list>li {
  width: calc(50% - 30px);
  margin-top: 45px;
}
.advantage-list>li .advantage-icon {
  width: 96px;
  float: left;
  overflow: hidden;
  position: relative;
  margin: 3px 15px 0 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-image: radial-gradient(#fff, #ececec);
}
.advantage-list>li .advantage-icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.advantage-list>li .advantage-icon>span {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: initial;
  -webkit-transition: initial;
  -moz-transition: initial;
  -ms-transition: initial;
  -o-transition: initial;
}
.advantage-list>li .advantage-icon>span>img {
  filter: drop-shadow(0 96px var(--color-hover));
  -webkit-filter: drop-shadow(0 96px var(--color-hover));
}
.advantage-list>li>h1 {
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 18px;
  color: #444242;
  font-weight: bold;
}
.advantage-list>li .advantage-text {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #7a7a7a;
  line-height: 20px;
  margin-top: 10px;
}
.advantage-list>li:hover .advantage-icon>span {
  top: -50%;
}

@media (max-width: 1200px) {
  .advantage {
    padding: 70px 0;
  }
  .advantage>.container {
    padding: 35px;
    padding-bottom: 40px;
  }
  .advantage-list>li {
    width: calc(50% - 10px);
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .advantage {
    padding: 50px 0;
  }
  .advantage>.container {
    padding: 20px;
  }
  .advantage-left {
    width: 25%;
  }
  .advantage-title {
    padding-top: 20px;
  }
  .advantage-title>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .advantage-img {
    margin-top: 20px;
  }

  .advantage-list {
    width: 72%;
  }
  .advantage-list>li {
    width: calc(50% - 10px);
    margin-top: 15px;
  }
  .advantage-list>li .advantage-icon {
    width: 70px;
  }
  .advantage-list>li .advantage-icon>span>img {
    filter: drop-shadow(0 70px var(--color-hover));
    -webkit-filter: drop-shadow(0 70px var(--color-hover));
  }
}
@media (max-width: 767px) {
  .advantage {
    padding: 20px 0;
  }
  .advantage>.container {
    padding: 15px;
  }
  .advantage-left {
    width: 100%;
  }
  .advantage-title {
    padding-top: 5px;
  }
  .advantage-title>h1 {
    line-height: 24px;
    font-size: 16px;
  }
  .advantage-title>div {
    line-height: 20px;
    font-size: 12px;
  }
  .advantage-img {
    margin-top: 10px;
  }

  .advantage-list {
    width: 100%;
  }
  .advantage-list>li {
    width: 100%;
    margin-top: 10px;
  }
  .advantage-list>li .advantage-icon {
    width: 40px;
    margin: 0 10px 0 0;
  }
  .advantage-list>li .advantage-icon>span>img {
    height: 24px;
    filter: drop-shadow(0 40px var(--color-hover));
    -webkit-filter: drop-shadow(0 40px var(--color-hover));
  }
  .advantage-list>li>h1 {
    line-height: 30px;
    font-size: 16px;
    margin: 5px 0;
  }
}

/* 企业资质 */
.qualification {
  padding: 100px 0 60px 0;
}
.qualification-content {
  display: flex;
  margin-top: 50px;
  position: relative;
}
.qualification-content .swiper {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.qualification-content .swiper .swiper-slide {
  padding: 10px;
}
.qualification-content .swiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 20px;
  padding-bottom: 0;
}
.qualification-content .swiper .swiper-slide>a .img::before {
  padding-top: 70%;
}
.qualification-content .swiper .swiper-slide>a>h1 {
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #3b3b3b;
}
.qualification-content .swiper .swiper-slide>a:hover {
  background-color: var(--color-hover);
}
.qualification-content .swiper .swiper-slide>a:hover .img>img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.qualification-content .swiper .swiper-slide>a:hover>h1 {
  color: #fff;
}
.qualification-content .prev-button,
.qualification-content .next-button {
  width: 46px;
  height: 46px;
  cursor: pointer;
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.qualification-content .next-button {
  left: initial;
  right: -100px;
}

@media (max-width: 1420px) {
  .qualification-content .prev-button,
  .qualification-content .next-button {
    left: -50px;
  }
  .qualification-content .next-button {
    left: initial;
    right: -50px;
  }
}
@media (max-width: 1320px) {
  .qualification-content {
    padding: 0 50px;
  }
  .qualification-content .prev-button,
  .qualification-content .next-button {
    left: 0;
  }
  .qualification-content .next-button {
    left: initial;
    right: 0;
  }
}
@media (max-width: 1200px) {
  .qualification {
    padding: 50px 0;
  }
  .qualification-content .prev-button,
  .qualification-content .next-button {
    left: -20px;
  }
  .qualification-content .next-button {
    left: initial;
    right: -20px;
  }
}
@media (max-width: 991px) {
  .qualification {
    padding: 30px 0;
  }
  .qualification-content {
    margin-top: 30px;
  }
  .qualification-content .swiper .swiper-slide>a {
    padding: 15px;
    padding-bottom: 0;
  }
  .qualification-content .swiper .swiper-slide>a>h1 {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .qualification {
    padding: 15px 0;
  }
  .qualification-content {
    margin-top: 10px;
    padding: 0 20px;
  }
  .qualification-content .swiper .swiper-slide {
    padding: 5px;
  }
  .qualification-content .swiper .swiper-slide>a {
    padding: 10px;
    padding-bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .qualification-content .swiper .swiper-slide>a>h1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .qualification-content .prev-button,
  .qualification-content .next-button {
    width: 20px;
    height: 20px;
    left: -10px;
  }
  .qualification-content .next-button {
    left: initial;
    right: -10px;
  }
}

/* 公司新闻 */
.news {
  background-color: #f5f5f5;
  padding: 60px 0;
}
.news>.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-left {
  width: 65%;
}
.news-title {
  display: flex;
  justify-content: space-between;
  line-height: 40px;
  overflow: hidden;
  padding-bottom: 25px;
  position: relative;
}
.news-title>h1 {
  font-size: 25px;
  color: #272727;
}
.news-title>a {
  font-size: 14px;
  color: #6b6b6b;
}
.news-title>a:hover {
  color: var(--color-hover);
  text-decoration: underline;
}
.news-title::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c2c2c2;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news-title::after {
  content: "";
  width: 25px;
  height: 4px;
  background-color: var(--color-main);
  position: absolute;
  left: 0;
  bottom: 0;
}
.news-box {
  display: block;
  overflow: hidden;
  margin-top: 25px;
}
.news-box>a {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.news-box>a .img {
  width: 40%;
}
.news-box>a .news-textbox {
  width: 60%;
  background-color: #fff;
  padding: 25px;
}
.news-box>a .news-textbox>h1 {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 18px;
  color: #303030;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-box>a .news-textbox .news-text {
  display: block;
  overflow: hidden;
  height: 120px;
  line-height: 24px;
  font-size: 15px;
  color: #595959;
  margin-top: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.news-box>a .news-textbox .news-time {
  display: block;
  overflow: hidden;
  line-height: 20px;
  margin-top: 20px;
  font-size: 12px;
  color: #a0a0a0;
  font-weight: bold;
}
.news-box>a:hover .news-textbox {
  background-color: var(--color-hover);
}
.news-box>a:hover .news-textbox>h1,
.news-box>a:hover .news-textbox .news-text,
.news-box>a:hover .news-textbox .news-time {
  color: #fff;
}

.news-list {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.news-list>li {
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 25px;
}
.news-list>li>a .news-data {
  width: 72px;
  float: left;
  margin: 6px 16px 0 0;
  border: 1px solid #bebebe;
  padding: 5px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #a7a7a7;
}
.news-list>li>a .news-data>span {
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 26px;
  color: #757575;
  font-weight: bold;
}
.news-list>li>a>h1 {
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 18px;
  color: #303030;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-text {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 20px;
  font-size: 15px;
  color: #5a5a5a;
  margin-top: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list>li>a:hover>h1 {
  color: var(--color-hover);
}

.news-right {
  width: 31.25%;
}
.news-img {
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
}
.news-img>a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news-img>a::before {
  content: "";
  display: block;
  padding-top: 67.37968%;
}
.news-right-list {
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
.news-right-list>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #c2c2c2;
  line-height: 50px;
  font-size: 14px;
  color: #585858;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-right-list>li>a:hover {
  color: var(--color-hover);
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .news {
    padding: 50px 0;
  }
  .news-list>li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .news-box>a .news-textbox {
    padding: 15px;
  }
  .news-box>a .news-textbox .news-text {
    height: 72px;
    -webkit-line-clamp: 3;
  }
  .news-box>a .news-textbox .news-time {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-left {
    width: 100%;
  }
  .news-title {
    line-height: 30px;
    padding-bottom: 5px;
  }
  .news-title>h1 {
    font-size: 16px;
  }
  .news-title::after {
    width: 20px;
    height: 2px;
  }
  .news-box {
    margin-top: 10px;
  }
  .news-box>a .news-textbox {
    padding: 10px;
    padding-left: 15;
  }
  .news-box>a .news-textbox>h1 {
    line-height: 24px;
    font-size: 16px;
  }
  .news-box>a .news-textbox .news-text {
    height: 66px;
    line-height: 22px;
    font-size: 13px;
    margin-top: 5px;
    -webkit-line-clamp: 3;
  }
  .news-box>a .news-textbox .news-time {
    margin-top: 5px;
  }
  .news-list {
    margin-top: 15px;
  }
  .news-list>li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .news-list>li>a>h1 {
    line-height: 30px;
    font-size: 16px;
  }

  .news-right {
    width: 100%;
    margin-top: 10px;
  }
  .news-img {
    margin-top: 10px;
  }
  .news-right-list>li {
    line-height: 24px;
    padding: 6px 0;
  }
}

/* 联系我们 */
.contact {
  background-image: url(../images/contact-bj.jpg);
  padding: 80px 0 100px 0;
}
.contact>.container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-left {
  width: 31.5%;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}
.contact-left>h1 {
  line-height: 36px;
  font-size: 24px;
  color: #fff;
}
.contact-icon {
  display: flex;
  margin-top: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.contact-icon>a {
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: 25px;
}
.contact-icon>a>div {
  width: 120px;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 110%;
}
.contact-icon>a>div>img {
  width: 120px;
  height: 120px;
  display: block;
}
.contact-icon>a:hover>div {
  height: 120px;
}
.contact-hotline {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  background: url(../images/contact-icon4.png) no-repeat left 6px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.contact-hotline>span {
  display: block;
  overflow: hidden;
  font-family: Impact;
  font-size: 30px;
  margin-top: 5px;
  line-height: 34px;
}
.contact-add {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  line-height: 30px;
  padding-left: 30px;
  background: url(../images/contact-icon5.png) no-repeat left center;
  font-size: 16px;
  color: #fff;
}

.contact-form {
  width: 60%;
  background-color: #fff;
  padding: 40px;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-form>h1 {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 36px;
  font-size: 26px;
  color: #404040;
  position: relative;
  margin-bottom: 10px;
}
.contact-form>h1::before {
  content: "";
  width: 64px;
  height: 2px;
  background-color: #9e9e9e;
  position: absolute;
  left: -88px;
  top: 16px;
  z-index: 5;
}
.contact-form>h1::after {
  content: "";
  width: 118px;
  height: 2px;
  background-color: var(--color-main);
  position: absolute;
  left: -142px;
  bottom: 7px;
  z-index: 5;
}
.contact-form>label {
  width: calc(50% - 5px);
  margin-top: 10px;
  border: 1px solid #c2c2c2;
  height: 50px;
  line-height: 48px;
  display: flex;

  padding: 0 15px;
  font-size: 18px;
  color: #a5a5a5;
  overflow: hidden;
}
.contact-form>label>input {
  flex: 1;
  max-width: calc(100% - 40px);
  height: 48px;
  padding-left: 10px;
  font-size: 16px;
  color: #333;
}
.contact-form>label:nth-child(4) {
  width: 100%;
  height: 102px;
  padding: 0 0 0 15px;
}
.contact-form>label>textarea {
  flex: 1;
  max-width: 100%;
  height: 100px;
  padding: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #333;
}
.contact-form>button {
  width: 160px;
  height: 54px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  background-color: #a0a0a0;
  border-radius: 0 20px 0 20px;
  -webkit-border-radius: 0 20px 0 20px;
  -moz-border-radius: 0 20px 0 20px;
  -ms-border-radius: 0 20px 0 20px;
  -o-border-radius: 0 20px 0 20px;
}
.contact-form>button:hover {
  background-color: var(--color-hover);
}

@media (max-width: 1200px) {
  .contact {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .contact {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .contact {
    padding: 20px 0;
  }
  .contact-form {
    width: 100%;
    padding: 15px;
  }
  .contact-form>h1 {
    line-height: 30px;
    font-size: 20px;
    margin: 0;
  }
  .contact-form>h1::before,
  .contact-form>h1::after {
    display: none;
  }
  .contact-form>label {
    width: 100%;
    height: 42px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }
  .contact-form>label>input {
    height: 40px;
    font-size: 14px;
  }
  .contact-form>button {
    width: 110px;
    height: 40px;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 0 10px 0 10px;
    -webkit-border-radius: 0 10px 0 10px;
    -moz-border-radius: 0 10px 0 10px;
    -ms-border-radius: 0 10px 0 10px;
    -o-border-radius: 0 10px 0 10px;
  }
}
/* END-首页样式 */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
}
.dqwz-title {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e1e1e1;
  padding: 30px 0;
}
.dqwz-title>.container {
  display: flex;
  justify-content: space-between;
}
.place-title {
  display: flex;
  align-items: flex-end;
  line-height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  text-transform: uppercase;
}
.place-title>h1 {
  float: left;
  line-height: 44px;
  font-size: 25px;
  color: #323232;
  position: relative;
  margin-right: 10px;
}
.place-title>h1::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-main);
  position: absolute;
  left: 0;
  bottom: -30px;
}

.menu-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.menu-list>li {
  width: 140px;
  margin: 2px 0 2px 40px;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  background-color: #eaeaea;
  font-size: 16px;
  color: #313131;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  background-color: var(--color-hover);
  color: #fff;
}
.menu-list>li:first-child {
  margin-left: 0;
}

.dqwz-content {
  width: 100%;
  float: left;
  padding: 50px 0;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 2;
  color: var(--color3);
}

@media (max-width: 1200px) {
  .menu-list>li {
    margin: 2px 0 2px 30px;
  }
  .dqwz-content {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .dqwz-title {
    padding: 15px 0;
  }
  .place-title>h1::after {
    bottom: -15px;
  }
  .menu-list>li {
    width: 120px;
    margin: 2px 0 2px 10px;
  }
  .dqwz-content {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .dqwz-title {
    padding: 0;
    border: none;
  }
  .dqwz-title>.container {
    display: block;
  }
  .menu-title {
    width: calc(100% + 40px);
    text-align: center;
    margin-left: -20px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    background-color: var(--color-hover);
  }
  .menu-title-active {
    text-align: left;
  }
  .menu-title-active::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-list {
    display: none;
  }
  .menu-list>li {
    width: 100%;
    margin: 2px 0 0 0;
  }
  .menu-list>li>a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .dqwz-content {
    padding: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 服务项目 */
.dqwz-content .service-list {
  margin-top: 0;
}

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
/* END-服务项目 */

/* 产品介绍 */
.cp-list {
  width: calc(100% + 20px);
  margin-left: -10PX;
  display: flex;
  flex-wrap: wrap;
}
.cp-list>li {
  width: calc(25% - 20px);
  margin: 0 10px 20px 10px;
}
.cp-list>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  background-image: linear-gradient(45deg, #e4e4e4, #fff, #e4e4e4);
  padding: 30px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.cp-list>li>a .img {
  top: 0;
}
.cp-list>li>a .img::before {
  padding-top: 68.87967%;
}
.cp-list>li>a>h1 {
  display: block;
  overflow: hidden;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  color: #929292;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cp-list>li>a>h1>span {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #4e4e4e;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cp-list>li>a:hover .img {
  top: -15px;
}
.cp-list>li>a:hover .img>img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.product-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.product-details-left {
  width: 40%;
  float: left;
  position: relative;
  background-image: linear-gradient(45deg, #e4e4e4, #fff, #e4e4e4);
}
.product-details-left::before {
  content: '';
  display: block;
  padding-top: 64.882943144%;
}
.product-details-right {
  width: 60%;
  padding: 10px 50px;
  padding-right: 0
}
.product-details-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.product-details-text {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-top: 20px
}
.product-details-content {
  width: 100%;
  float: left;
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #333
}
.product-details-title {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #f5f5f5
}
.product-details-title>span {
  float: left;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  background-color: var(--color-main);
  font-size: 16px;
  color: #fff;
  font-weight: bold
}

@media (max-width: 991px) {
  .cp-list>li {
    width: calc(calc(100% / 3) - 20px);
  }
}
@media (max-width: 767px) {
  .cp-list {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
  .cp-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .cp-list>li>a {
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  .cp-list>li>a>h1>span {
    font-size: 16px;
  }
  .cp-list>li>a>h1 {
    line-height: 20px;
    font-size: 14px;
  }

  .product-details-left {
    width: 100%;
  }
  .product-details-right {
    width: 100%;
    padding: 25px 0 0 0;
  }
  .product-details-right>h1{ font-size:18px;}
  .product-details-text {
    margin-top: 10px;
	font-size:14px;
  }
  .product-details-content {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2;
  }
  .product-details-title {
    margin-bottom: 10px;
  }
  .product-details-title>span {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
  }
}
/* END-产品介绍 */

/* 服务案例 */
.fwcase-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.fwcase-list>li {
  width: calc(25% - 20px);
  margin: 0 10px 20px 10px;
}
.fwcase-list>li>a {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}
.fwcase-list>li>a .img {
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
}
.fwcase-list>li>a .img::before {
  padding-top: 80.141844%;
}
.fwcase-list>li>a>h1 {
  display: block;
  overflow: hidden;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  color: #4a4a4a;
  text-align: center;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fwcase-list>li>a:hover {
  background-color: var(--color-hover);
}
.fwcase-list>li>a:hover .img>img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.fwcase-list>li>a:hover>h1 {
  color: #fff;
}

@media (max-width: 991px) {
  .fwcase-list>li {
    width: calc(calc(100% / 3) - 20px);
  }
}
@media (max-width: 767px) {
  .fwcase-list {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
  .fwcase-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .fwcase-list>li>a>h1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
/* END-服务案例 */

/* 企业资质 */
.qualification-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.qualification-list>li {
  width: calc(25% - 20px);
  margin: 0 10px 20px 10px;
}
.qualification-list>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 20px;
  padding-bottom: 0;
}
.qualification-list>li>a .img::before {
  padding-top: 70%;
}
.qualification-list>li>a>h1 {
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #3b3b3b;
}
.qualification-list>li>a:hover {
  background-color: var(--color-hover);
}
.qualification-list>li>a:hover .img>img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.qualification-list>li>a:hover>h1 {
  color: #fff;
}

@media (max-width: 991px) {
  .qualification-list>li {
    width: calc(calc(100% / 3) - 20px);
  }
}
@media (max-width: 767px) {
  .qualification-list {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
  .qualification-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .qualification-list>li>a {
    padding: 10px;
    padding-bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .qualification-list>li>a>h1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
/* END-企业资质 */

/* 行业动态 */
.info-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.info-list>li {
  width: calc(50% - 15px);
  float: left;
  margin-bottom: 30px;
}
.info-list>li>a {
  width: 100%;
  float: left;
  display: flex;
  background-color: #f5f5f5;
}
.info-list>li>a .img {
  width: 30%;
}
.info-list>li>a .news-textbox {
  width: 70%;
  padding: 10px 20px;
}
.info-list>li>a .news-textbox>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #303030;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-list>li>a .news-textbox .news-text {
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: #595959;
  margin: 10px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.info-list>li>a .news-textbox .news-time {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 12px;
  color: #a0a0a0;
  font-weight: bold;
}
.info-list>li>a:hover .news-textbox {
  background-color: var(--color-hover);
}
.info-list>li>a:hover .news-textbox>h1,
.info-list>li>a:hover .news-textbox .news-text,
.info-list>li>a:hover .news-textbox .news-time {
  color: #fff;
}

.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
}
.news-details-time {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: var(--color6);
  line-height: 1.1;
  padding: 15px 0;
  border-bottom: 1px dashed var(--colorC);
}
.news-details-img{text-align:center; margin:10px auto;}
.news-details-img img{ max-width:800px; max-height:800px; width:100%;}
.news-details-content {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}
.news-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .info-list>li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .info-list>li>a .img {
    width: 40%;
  }
  .info-list>li>a .news-textbox {
    width: 60%;
    padding: 5px 15px;
  }
  .info-list>li>a .news-textbox .news-text {
    height: 60px;
    line-height: 20px;
    margin: 5px 0;
  }
}
@media (max-width: 767px) {
  .info-list>li {
    width: 100%;
    margin-bottom: 10px;
  }
  .info-list>li>a .news-textbox {
    padding: 5px;
    padding-left: 15px;
  }

  .news-details-title {
    font-size: 18px;
  }
  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-行业动态 */

/* 联系我们 */
.contacts {
  display: flex;
  flex-wrap: wrap
}
.contact-text {
  width: 40%;
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background-color: var(--color-hover);
  padding: 30px
}
.contact-map {
  width: 60%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none
}
@media (max-width:767px) {
  .contact-text {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 24px
  }
  .contact-map {
    width: 100%;
    height: 300px
  }
}
/* END-联系我们 */




.jiaul{margin-top:20px;width: 100%;float: left;font-size: 0;}
.jiaul a {
  display:inline-block;vertical-align: top;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  background-color: #eaeaea;
  font-size: 16px;
  color: #313131;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 20px;
  min-width: 180px;
  padding: 0 18px;
  margin: 10px 10px 0 0;
}
.jiaul a:hover,
.jiaul a.menu-active {
  background-color: var(--color-hover);
  color: #fff;
}

